@charset "utf-8";
/* ********************************************************************************
 * Browser Style Reset
 * ******************************************************************************** */
  html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,section,article,aside,hgroup,header,footer,nav,dialog,figure,menu,video,audio,mark,time,canvas,details {    margin: 0;    padding: 0;    border: 0;    font-size: 100%;    background: transparent;    -webkit-box-sizing: border-box;    box-sizing: border-box;}
  html { overflow-y:scroll; }
  img { border:none; vertical-align: bottom; }
  a img { border:none; 
    text-decoration:none; 
    outline:0; 
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;}
  h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
  ul,ol { list-style-type:none; }
/* ********************************************************************************
 * Default Style
 * ******************************************************************************** */
  object,embed { border:0; vertical-align:bottom; outline:none; }
  table { border-collapse:collapse; }
  input{ vertical-align:middle; }
  address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
  strong { font-weight:bold; text-decoration:none; }	
  label { cursor:pointer; }
  select option { padding:0 3px; }
  hr { height: 0; margin: 0; padding: 0; border: 0; display:none;}
  section,article,aside,hgroup,header,footer,nav,dialog,figure,figcaption { display: block; }
  input,select { vertical-align: middle; }
/* ********************************************************************************
 * style
 * ******************************************************************************** */
body {
	color: #1c313f;
  background: #fff;
  font-family: "YakuHanJP, Noto Sans JP", sans-serif,  YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif ;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
	width: 100%;
  min-width: 1100px;
  overflow-x: scroll;
  line-height: 2;
	-webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 0.075em;
}
a {
  color: #000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
	display: inline-block;
  width: 100%;
  height: 100%;
}
a:hover{
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img {
	max-width: 100%;
	margin: auto;
}
ul,li,dl,dt,dd,form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
  letter-spacing: normal;
  /* For IE 6/7 */
  zoom: 1;
}
li::marker {
  margin: 0;
  padding: 0;
}
blockquote,q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  /* remember to highlight inserts somehow! */
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
  font-size:inherit; font:100%;
}
select,input,textarea { 
  font-size:99%; 
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/*======== header pc nav==========*/
.nav_pc{
  width:100%;
  min-height: 100px;
  position: fixed;
  z-index: 999;
  -webkit-transition: padding .5s, background-color .5s;
  -o-transition: padding .5s, background-color .5s;
  transition: padding .5s, background-color .5s; /* 背景色と高さをじんわり変更 */
}
.nav_pc_contents{
  width: calc(100% - 180px);
}
.nav_pc_bg{
  width:100%;
  height: 90px;
  padding: 25px 2% 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.nav_pc_item .nav_pc_logo{
  width:300px;
}
.nav_pc_item .btn_access a{
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-right: 22px;
}
/*==ナビゲーション全体の設定*/
.nav_pc_contents02_menu{
  width:100%;
	text-align: center;
  font-size: 16px;
}
.nav_pc_contents02_menu ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:100%;
  gap: 0 30px;
  color: #fff;
}
.nav_pc_contents02_main{
	position: relative;
  width:20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav_pc_contents02_main a,
.nav_pc_contents02_main p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
	text-decoration: none;
	padding:5px 0px;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
  opacity: 1;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.nav_request a{
  background-color: #249a7e;
  text-align: center;
}
.nav_entry a{
  background-color: #e83460;
  text-align: center;
}
.nav_request:hover,
.nav_entry:hover{
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav_btn {
  position: relative;
}
.nav_btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow_wht.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* ファーストビューを過ぎたあとのヘッダー */
header.transform {
  background-color: rgba(204,255,255,.9); /* 背景色変更 */
  padding: 20px 0; /* 高さ変更 */
}
/* top_btn
============================================*/
.button{
  width: 150px;
  height: 150px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-image: url(../../img/fix_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 100;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
.button:hover{
	opacity: .5;
  -webkit-transition: all 0.3s ;
  -o-transition: all 0.3s ;
  transition: all 0.3s ;
}
/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
/*======== footer ==========*/
footer {
  position: relative;
}
footer .illust-area {
  display: grid;
  margin-left: auto;
  margin-right: auto;
}
footer .illust-area .f-illust.il2 {
  justify-self: end;
  margin-right: 5%;
  width: 11%;
}
footer .illust-area .f-illust {
  grid-area: 1 / 1;
  align-self: end;
}
footer .ft_area {
  padding: 80px 5% 30px;
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-position: top right 10%;
  background-size: contain;
  background-color: rgba(36, 154, 126, .3);
}
footer .ft_area_box {
  padding: 0 5%;
}
.ft_logo{
  width: 30%;
  margin: 0 auto 60px;
}
.ft_flex > li:first-of-type{
  width: 42%;
  padding-left: 5%;
}
.ft_copy {
  text-align: center;
  font-size: 12px;
}
/*======== common ==========*/
.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
}
.ja {
  font-family: "Noto Sans JP", sans-serif;
}
.btn {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: -o-linear-gradient(bottom, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 199, 191, 1)), to(rgba(36, 154, 126, 1)));
  background: linear-gradient(0deg, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
  max-width: 260px;
  padding: 10px 0 10px;
  position: relative;
  text-align: center;
}
.btn::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/arrow_wht.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mv_scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 110px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv_scroll .en {
  font-size: 14px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.mv_scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(50% + -2px);
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 1px;
  height: 95px;
  background-color: #222;
}
.top_mv {
  background: -o-linear-gradient(top, rgba(36, 154, 126, 1), rgba(255, 255, 255, 1));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 154, 126, 1)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(180deg, rgba(36, 154, 126, 1), rgba(255, 255, 255, 1));
}
.ttl {
  font-weight: bold;
  font-size: 90px;
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
}
.ttl .en {
  display: block; 
  line-height: 1;
}
.ttl .first-letter {
  color: #249a7e; 
}
.ttl .ja {
  display: block; 
  font-size: 30px;
  margin-top: 0.2em;
  text-align: left;
}
.ttl::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 6px;
  bottom: -30px;
  left: 3px;
  background: -o-linear-gradient(bottom, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 199, 191, 1)), to(rgba(36, 154, 126, 1)));
  background: linear-gradient(0deg, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
}
.sub_ttl {
  font-size: 30px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 60px;
  font-weight: 600;
  letter-spacing: 0.035em;
}
.sub_ttl::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 6px;
  bottom: -30px;
  left: 3px;
  background: -o-linear-gradient(bottom, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 199, 191, 1)), to(rgba(36, 154, 126, 1)));
  background: linear-gradient(0deg, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
}
.under_line {
  margin: 0;
  font-weight: bold;
  padding-left: 3px;
  background: -o-linear-gradient(transparent 60%, rgba(255, 247, 153) 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 247, 153)));
  background: linear-gradient(transparent 60%, rgba(255, 247, 153) 60%);
}
@media only screen and (max-width: 1024px) {
  body {
    min-width: 100%;
    font-size: 15px;
    line-height: 1.8;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .ttl {
    font-size: 50px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .ttl .en {
    display: block; 
    line-height: 1.2;
  }
  .ttl .first-letter {
    color: #249a7e; 
  }
  .ttl .ja {
    display: block; 
    font-size: 20px;
    margin-top: 0.2em;
    text-align: left;
  }
  .ttl::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 6px;
    bottom: -20px;
    left: 3px;
    background: -o-linear-gradient(bottom, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 199, 191, 1)), to(rgba(36, 154, 126, 1)));
    background: linear-gradient(0deg, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
  }
  .button {
    width: 100px;
    height: 100px;
    bottom: 90px;
    right: 5%;
  }
  .sub_ttl {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .sub_ttl::after {
    width: 70px;
    bottom: -20px;
  }
  .btn {
    font-size: 16px;
    max-width: 240px;
    margin: 0 auto;
  }
  .ft_logo {
    width: 50%;
    margin: 0 auto 40px;
  }
  .ft_copy {
    font-size: 10px;
  }
  footer .illust-area .f-illust.il2 {
    margin-right: 5%;
    width: 20%;
  }
  .footer_fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    z-index: 10;
  }
  .footer_fix a {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    background: rgba(36,154,126,.9);
  }
  .footer_fix a:last-child {
    border-right: 0;
    background: rgba(232,52,96,.9);
  }
  footer .ft_area {
    padding: 80px 5% 60px;
  }
}


