@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@400;700&family=Montserrat+Subrayada:wght@400;700&family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap');
/*
  INIT
---------------------------------------------------------------- */
*,
*:before,
*:after,
body > * {
  box-sizing: border-box;
}

html{
  height:100%;
  -webkit-font-smoothing: antialiased;
}
body{
  display: flex;
  flex-direction: column;
  padding:0;
  margin: 0;
  height:100%;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","Montserrat", Helvetica, Arial, Verdana,sans-serif;
  font-size:16px;
  color: #231814;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width:768px) and (max-width:1199px){
  body {
    font-size:1.334vw;
  }
} 

@media only screen and (max-width: 767px) {
  /*------------------------------
  基本
  ------------------------------*/
  body{
    font-size:3.2vw;
  }
}


main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
  max-width: 100%;
  height: auto;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

.text-center {
  text-align: center;
}

.clearfix {
  /* *zoom: 1; */
  display: inline-block;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.notes {
  font-size: 1.2rem;
  line-height: 1.4;
}

img,
video {
  max-width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}


a.mont-sub,button {
  font-family: "Montserrat Subrayada", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


/*------------------------------
基本
------------------------------*/
main{
  flex:1;
  padding:0;
  gap:6.25em 0;
}
.container{
  overflow: hidden;
  width:1200px;
  margin:auto;
  padding:5em 1em 6.25em;
  z-index: 1;
}


/*header
------------------------------*/
header{
  position:fixed;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height:80px;
  padding:0 1.25rem;
  width:100%;
  background: #fff;
  z-index: 9999;
	box-shadow:0 5px 10px 0 rgba(0,0,0,.02);
	-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.02);
	-moz-box-shadow:0 5px 10px 0 rgba(0,0,0,.02);
}
header h1 .logo{
  width:auto;
  height:50px;
}
header nav{
  margin-left:auto;
}
header nav ul{
  gap:1px 1em;
}
header nav ul a{
  position: relative;
  display: inline-block;
  padding:1.5em 1em;
  background: #fff;
  font-size:1.25em;
  text-decoration: none;
  color:#19AC57;
  line-height: 1.1;
  transition:.3s;
  z-index: 1;
}

/*footer
------------------------------*/
footer{
  background: #F4F5F4;
  text-align: center;
  margin-top: 6.25em;
}
footer .logo{
  width:33%;
  height:auto;
}
footer nav ul{
  gap:0 1.5em;
  margin-top:2em
}
footer nav ul a{
  display: block;
  min-width: 15em;
  padding:1.2em 1em;
  background: #fff;
  border:2px solid #fff;
  text-decoration: none;
  color:#19AC57;
  line-height: 1.1;
  transition:.3s;
}
footer nav ul a:hover{
  background: #19AC57;
  color:#fff;
}
footer nav ul a.current{
  background:#fafafa;
  color:#111;
  pointer-events: none;
}

/*---------------------------
pagetop
---------------------------*/
#pagetop{
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 9997;
}
#pagetop a{
  position: relative;
  display: block;
  width:4em;
  height:4em;
  background: rgba(0,0,0,.9);
  border-radius:100vh;
  color:#fff;
  text-align: center;
  border:1px solid #fff;
}
#pagetop a:hover{
  background: rgba(0,0,0,.7);
}
#pagetop a span{
  position: absolute;
  display: block;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:1em;
  height:1em;
  margin:auto;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%230CCB7E" d="M24.3,15.53,11,2.19a.67.67,0,0,0-.93,0L7.7,4.52a.65.65,0,0,0,0,.93L18.25,16,7.7,26.55a.65.65,0,0,0,0,.93L10,29.81a.63.63,0,0,0,.46.19.66.66,0,0,0,.47-.19L24.3,16.47A.66.66,0,0,0,24.3,15.53Z" /></svg>') center / 1em auto no-repeat ;
  transform:rotate(-90deg);
}

/*------------------------------
共通
------------------------------*/
/*フォント
---------------------------*/
/*色*/
.fc-pgreen{
  color:#19AC57
}
.fc-verm{
  color:#F15B5E
}
.fc-red{
  color:#FF2222;
}
.fc-black{
  color:#111;
}
.fc-white{
  color:#fFF
}
/*太さ*/
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fw-700{
  font-weight: 700;
}
/*大きさ*/
.lg-font01{
  font-size:1.2em;
}
.lg-font02{
  font-size:1.3em;
}
.lg-font03{
  font-size:1.75em;
}
.lg-font04{
  font-size:2em;
}
.min-font01{
  font-size:.6em;
}
.min-font02{
  font-size:.75em;
}
.min-font03{
  font-size:.8em;
}
.min-font04{
  font-size:.83em;
}
/*改行*/
.wr-bw{
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.wr-ba{
  word-break: break-all;
}
/*文字詰め*/
.ffs {
  font-feature-settings: "palt" 1;
}
.ls-01 {
  letter-spacing: -.01em;
}
/*影*/
.t-shadow{
  text-shadow:0px 0px 3px rgba(0,0,0,0.5);
}

/*配置
---------------------------*/
.ta-center{
  text-align: center;
}
.ta-left{
  text-align: left;
}
.ta-right{
  text-align: right;
}


/*margin
---------------------------*/
.mg-b1em{
  margin-bottom: 1em;
}

 /*マーカー
---------------------------*/
.bg-title{
  background:linear-gradient(transparent 0%, #FFFFFF 0%);
  line-height: 1.7;
  padding:.1em 0;
}

/*表示順
---------------------------*/
.zi-top{
  z-index: 1;
}

/*背景
---------------------------*/
.bg-sky1 {
  background-image:-webkit-linear-gradient(#53caff,#9de6ff 67%,#9de9ff);
  background-image:-moz-linear-gradient(#53caff,#9de6ff 67%,#9de9ff);
  background-image:linear-gradient(#53caff,#9de6ff 67%,#9de9ff);
}

.bg-cover{
  position:absolute;
  width:100%;
  height:99.999999%;
  z-index:-2;
}

/*物体影
---------------------------*/
.b-shadow{
  box-shadow:0 3px 0 0 rgba(0,0,0,0.16);
  -moz-box-shadow:0 3px 0 0 rgba(0,0,0,0.16);
  -webkit-box-shadow:0 3px 0 0 rgba(0,0,0,0.16);
}

/*mainセクション
---------------------------*/
main section{
  position: relative;
  overflow: hidden;
  z-index:4;
}
section[class*="corner"]::before,section[class*="corner"]::after{
  position: absolute;
  content:'';
  width:15em;
  height:15em;
  z-index: -2 !important;
}
section[class*="corner"]::before{
  top:0;
  left:0;
  background: linear-gradient(135deg, rgba(70, 173, 117, 1) 50%, rgba(70, 173, 117, 0) 50%);
}
section[class*="corner"]::after{
  right:0;
  bottom:0;
  background: linear-gradient(135deg, rgba(70, 173, 117, 0) 50%, rgba(70, 173, 117, 1) 50%);
}

/*タイトル
---------------------------*/
.title-area{
  margin-bottom: 3em;
}
.title-area *{
font-weight: 700;
}
.content-title{
  display: inline-block;
  padding:.1em .5em;
  border-radius:1px;
}
h2.content-title{
  background: #050505;
  font-size:3em;
  letter-spacing: .02em;
  color: #fff;
  line-height: 1.2;
}
h2.content-title::first-letter{
  color:#90EAB6
}
h3.content-title{
  padding:.4em 1em;
  margin-top: 2em;
  border-radius:.1em;
  border:2px solid #46AD75;
  font-size:1.5em;
  color:#46AD75;
}
h3.sub-title{
  font-size:1.5em;
  margin-top: 1.5em;
}

/*flex
---------------------------*/
.flexlist {
	display: -webkit-box;
	display: flex;
}

.f-flow {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.f-jc-center {
	-webkit-box-pack: center;
	justify-content: center;
}
.f-ac-stretch {
	align-content: stretch;
}
.f-ai-stretch {
	-webkit-box-align: stretch;
	align-items: stretch;
}
.f-ai-start {
  -webkit-box-align: start;
  align-items:flex-start;
}
.f-ai-end {
  -webkit-box-align:end;
  align-items: flex-end;
}
.f-ai-center {
	-webkit-box-align: center;
	align-items: center;
}
.f-d-column{
  flex-direction: column;
}

/*dotlist
---------------------------*/
ul.dotlist{
  list-style: disc;
  padding-left:1em;
}
/*numlist
---------------------------*/
ul.numlist{
  list-style:decimal;
  padding-left:1.3em;
  line-height: 1.75;
}
ul.numlist li:not(:last-of-type){
  margin-bottom: .66em;
}
ul.numlist li > ul.numlist{
  margin-top: .66em;
  margin-left:.3em
}

/*ボタン
---------------------------*/
/*ボタン基本*/
a.btn,button.btn{
  display: block;
  width:13em;
  padding:1em 2em;
  background:#050505;
  border-radius: 100vh;
  border:solid 2px #fff; 
  font-size:1.5em;
  text-align: center;
  line-height: 1.1;
  color:#fff;
  text-decoration: none;
  margin:auto;
 }
 .btn:hover{
   background:#1EAC6F;
 }
 .btn.ic-mail::before{
  display: inline-block;
  width:1em;
  height:1em;
  margin-right: .5em;
  content: '';
  vertical-align: bottom;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%230ccb7e" d="M30.66,0H1.33C.57.03-.02.7,0,1.5v2.43l15.61,10.2c.15.08.31.11.47.11h0c.17.01.33-.03.48-.11L32,3.88V1.5c.02-.8-.57-1.47-1.33-1.5Z"/><path fill="%230ccb7e" d="M14.28,15.23L0,5.9v16.6c-.02.8.57,1.47,1.33,1.5h29.33c.76-.03,1.36-.7,1.33-1.5V5.87l-14.07,9.35c-1.13.69-2.52.7-3.65.01Z"/></svg>') center / contain no-repeat;
 }
.btn.ic-mail:hover::before{
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%23ffffff" d="M30.66,0H1.33C.57.03-.02.7,0,1.5v2.43l15.61,10.2c.15.08.31.11.47.11h0c.17.01.33-.03.48-.11L32,3.88V1.5c.02-.8-.57-1.47-1.33-1.5Z"/><path fill="%23ffffff" d="M14.28,15.23L0,5.9v16.6c-.02.8.57,1.47,1.33,1.5h29.33c.76-.03,1.36-.7,1.33-1.5V5.87l-14.07,9.35c-1.13.69-2.52.7-3.65.01Z"/></svg>') center / contain no-repeat;
}
.btn.ic-arrow::after{
  display: inline-block;
  width:.8em;
  height:1em;
  margin-left: .35em;
  content: '';
  vertical-align: middle;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%230ccb7e" d="M24.3,15.53,11,2.19a.67.67,0,0,0-.93,0L7.7,4.52a.65.65,0,0,0,0,.93L18.25,16,7.7,26.55a.65.65,0,0,0,0,.93L10,29.81a.63.63,0,0,0,.46.19.66.66,0,0,0,.47-.19L24.3,16.47A.66.66,0,0,0,24.3,15.53Z"/></svg>') center / contain no-repeat;
 }
.btn.ic-arrow:hover::after{
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%23ffffff" d="M24.3,15.53,11,2.19a.67.67,0,0,0-.93,0L7.7,4.52a.65.65,0,0,0,0,.93L18.25,16,7.7,26.55a.65.65,0,0,0,0,.93L10,29.81a.63.63,0,0,0,.46.19.66.66,0,0,0,.47-.19L24.3,16.47A.66.66,0,0,0,24.3,15.53Z"/></svg>') center / contain no-repeat;
}
.btn.ic-arrow-l::before{
  display: inline-block;
  width:.8em;
  height:1em;
  margin-right: .35em;
  content: '';
  vertical-align: middle;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%230ccb7e" d="M24.3,15.53,11,2.19a.67.67,0,0,0-.93,0L7.7,4.52a.65.65,0,0,0,0,.93L18.25,16,7.7,26.55a.65.65,0,0,0,0,.93L10,29.81a.63.63,0,0,0,.46.19.66.66,0,0,0,.47-.19L24.3,16.47A.66.66,0,0,0,24.3,15.53Z"/></svg>') center / contain no-repeat;
  transform: scale(-1, 1);
 }
.btn.ic-arrow-l:hover::before{
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%23ffffff" d="M24.3,15.53,11,2.19a.67.67,0,0,0-.93,0L7.7,4.52a.65.65,0,0,0,0,.93L18.25,16,7.7,26.55a.65.65,0,0,0,0,.93L10,29.81a.63.63,0,0,0,.46.19.66.66,0,0,0,.47-.19L24.3,16.47A.66.66,0,0,0,24.3,15.53Z"/></svg>') center / contain no-repeat;
}

.btn.b-shadow.dead,.btn.b-shadow:disabled{
  opacity:.33;
  pointer-events: none;
  box-shadow:0 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow:0 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);
}

/*序文
---------------------------*/
.preface{
  font-weight: 700;
  font-size:1.25em;
}

/*アイコンリスト
---------------------------*/
.ic-area {
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(315deg, rgba(69, 150, 104, 1) 50%, rgba(30, 172, 111, 1) 50%);
}
/*アイコン画像背景*/
[id*="iconlist"] {
  gap:2.75em 3em
}
[id*="iconlist"] > *{
  width:100%
}
[id*="iconlist"] .ic-area {
  width:11.25em;
  height:11.25em;
}
[id*="iconlist"] .ic-area img{
width:100%;
height:auto;
}
/*タイトル*/
[id*="iconlist"] .list-title{
  font-size: 1.5em;
  font-weight:700;
  color:#459668;
  margin:1em auto .8em;
}
/*テキスト*/
[id*="iconlist"] .main-text{
  text-align: left;
  font-weight:600;
  font-size: 1.25em;
  line-height: 1.75;
}


/*pcのみ*/
@media only screen and (min-width: 768px) {
  .sp{
    display: none;
  }
  /*header
  ------------------------------*/
  header{
    overflow: hidden;
  }
  header nav ul a:hover{
    color:#fff;
  }
  header nav ul a::before{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:0;
    content: '';
    background: #18BF7A;
    transition:.3s;
    z-index: -1;
  }
  header nav ul a:hover::before{
    height:100%;
    top:0;
  }
  /*headerからの影響*/
  main section:first-of-type {
    margin-top:5em;
  }
}


/*PCの基本の長さからSPまでの間*/
@media only screen and (max-width: 1199px) {
  /*------------------------------
  共通
  ------------------------------*/
  .container{
    width:100%;
  }
  /*blockセクション*/
  section[class*="corner"]::before,section[class*="corner"]::after{
    width:12vw;
    height:12vw;
  }
  /*headerからの影響*/
  main section:first-of-type {
    margin-top:12.821vw;
  }
}



/*SP*/
@media only screen and (max-width: 767px) {
  /*------------------------------
  基本
  ------------------------------*/
  main{
    gap:4.28em 0;
  }
  .container{
    padding:4.28em 1.75em 5em;
  }
  .pc{
    display: none;
  }

  /*header
  ------------------------------*/
  header{
    display: block;
    height:4em;
    padding:.5em 0;
  }
  header h1{
    width:45%;
    margin-left: 1em;
  }
  header h1 .logo{
    height:auto;
  }
  header nav{
    position: absolute;
    top:0;
  }
  header nav ul{
    flex-direction: column;
  }
  header nav,header nav li{
    width:100%;
  }
  header nav ul a{
    display: block;
    padding:1.2em 1em;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%230ccb7e" d="M24.3,15.53,11,2.19a.67.67,0,0,0-.93,0L7.7,4.52a.65.65,0,0,0,0,.93L18.25,16,7.7,26.55a.65.65,0,0,0,0,.93L10,29.81a.63.63,0,0,0,.46.19.66.66,0,0,0,.47-.19L24.3,16.47A.66.66,0,0,0,24.3,15.53Z"/></svg>') right 1em center / 1em auto no-repeat #fff;
  }
  /*メニューボタン*/
  #ic_menu,
  #ic_menu span {
    display: block;
    position: absolute;
    transition: all .4s;
  }

  #ic_menu {
    width: 12vw;
    height: 12vw;
    right: .821vw;
    top: .41vw;
    background: #fff;
    margin: 0;
    padding: 0;
  }

  #ic_menu span {
    left: 0;
    right: 0;
    margin: auto;
    width: 6vw;
    height: .4vw;
    background: #19AC57;
  }

  #ic_menu span:nth-of-type(1) {
    top: 3.2vw;
  }

  #ic_menu span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
  }

  #ic_menu span:nth-of-type(3) {
    bottom: 3.2vw;
  }

  #ic_menu.active span:nth-of-type(1) {
    transform: translateY(2.6vw) rotate(-45deg);
  }

  #ic_menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  #ic_menu.active span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
  }

  #menulist {
    position: absolute;
    top: 12.821vw;
    width: 100vw;
    height: 100vh;
    padding-top: 1px;
    z-index: 9998;
    background: rgba(0, 0, 0, .7);
  }


  /*footer
  ------------------------------*/
  footer .logo{
    width:100%;
    margin-top: 4.28em ;
  }
  footer nav ul{
    gap:1.5em 0;
    width:75%;
    margin:2em auto;
    flex-direction: column;
  }
  footer nav a{
    font-size:1.3em
  }

  /*---------------------------
  右下固定ボタン
  ---------------------------*/
  #pagetop{
    right: 1em;
    bottom: 1em;
  }

  /*------------------------------
  共通
  ------------------------------*/

  /*右上角・左下角
  ---------------------------*/
  section[class*="corner"]::before,section[class*="corner"]::after{
    width:30vw;
    height:30vw;
  }

  /*タイトル
  ---------------------------*/
  .title-area{
    margin-bottom: 2.5em;
  }
  h2.content-title{
    font-size: 1.84em;
  }
  h3.content-title{
    font-size: 1.08em;
  }

  /*物体影
  ---------------------------*/
  .b-shadow{
    box-shadow:0 2px 0 0 rgba(0,0,0,0.16);
    -moz-box-shadow:0 2px 0 0 rgba(0,0,0,0.16);
    -webkit-box-shadow:0 2px 0 0 rgba(0,0,0,0.16);
  }

  /*ボタン
  ---------------------------*/
  a.btn{
    width:80%;
    font-size:1.4em;
  }

  /*アイコンリスト
  ---------------------------*/
  [id*="iconlist"] {
    flex-direction: column;
  }
  [id*="iconlist"] .ic-area {
    width:40vw;
    height:40vw;
  }
  /*タイトル*/
  [id*="iconlist"] .list-title{
    font-size: 1.38em;
  }
  /*テキスト*/
  [id*="iconlist"] .main-text{
    font-size: 1.08em;
  }

  /*序文
  ---------------------------*/
  .preface{
    font-size:1.23em;
  }

}