@charset "UTF-8";
/*common*/

/*色設定*/

:root {
  --text-color: #333;
  --blue: #0098bc;
  --light-blue: #e8f6f9;
    --light-blue2: #74c7da;
   --dark-blue: #005266;
   --clear-red: rgb(255 38 42 / 0.5);
   
}

html {  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {vertical-align: top;}

ul , ol {list-style: none;}

.pc {display: block;}
.sp{display: none;}
.ph {width: 100%; height: auto;}
strong{font-weight: 900;}

.circle {
  position: relative;
  padding-left: 16px; 
}
.circle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.circle.blue::before ,.blue  .circle::before {
background: var(--blue);
}

.wrap {
padding: 0 5vw;
}

.mb100{margin-bottom: 100px;}

.ttl .jp {font-size: 5rem; display: block;}
.ttl .en { font-size: 2rem;}
.ttl.white {color: #fff;}

.ttl_mini { color: var(--blue); margin-bottom: 20px; }
.ttl_mini.white{color: #fff;}
.ttl_mini .jp {font-size: 4rem; display: block;}
.ttl_mini .en { font-size: 2rem;}


body { 
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;;
  font-style: normal;
	font-size: 1.6rem;
	color: var(--text-color);
	line-height: 1.7;
	letter-spacing: 0.1rem;
	background: var(--light-blue);
	overflow-x: hidden;
}

.en{ font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;}
  
 a:hover img {opacity: 0.7;}
 
 
/*ヘッダー*/
.head_navi {padding: 20px;}
.navi_wrap{display: flex; justify-content: space-between; }

.site_name {font-size: 2rem; color: var(--blue); padding-top: 10px;}

.nav {
background: var(--blue);
border-radius: 70px;
display:inline-block;
padding: 0 25px;
z-index: 2;
}
.nav ul {
display: flex;
}
.nav ul  li {margin-right: 25px;}
.nav ul  li:last-of-type{margin-right: 0;}
.nav ul li a {text-decoration: none; line-height: 70px; height: 70px; display: block; color: #fff; font-weight: 600;}
.nav ul li a:hover{text-decoration: underline;}

/*ハンバーガーナビ*/


@media only screen and (max-width: 1000px) {
	.nav-open .head_navi ul {display: block; font-size: 1.4rem; font-weight: 600;}
	.nav-open .head_navi li.btn a {margin: 0 auto; width: auto; }
	.nav-open .head_navi li {margin-right: 0; margin-bottom: 0px; text-align: left;}
	
	.nav-open .head_navi li a:hover {background: #fe7b2a; text-decoration: none;}
	
 .nav {
    position: fixed;
    right: -50vw; /* 右から出てくる */
    top: 0;
    width: 50vw; 
    height: 100vh;
    padding-top: 60px;
   background: var(--blue);
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  
.nav-open   .nav {border-radius: 0;}
  
  
 .nav-open  .nav ul li a {}
  .hamburger {
    position:fixed;
    right: 10px;
    top: 13px;
    width: 60px; /* クリックしやすい幅 */
    height: 60px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
	
	.nav-open	 .hamburger{position: fixed;}

	.nav-open .nav_logo  {display: block; position: absolute; width: 195px; top: 20px; left: 20px;}
	
  .nav_list {
	  display: block;
    margin: 12vw 0 0 0;
    padding: 0;
    list-style: none;
	  background: none;
  }
  .nav_item {
    text-align: center;
  
	  border-right: none;
  }
  .nav_item a {
    display: block;
     text-decoration: none;
    color: #fff;
  }
	
	
	.nav_item a.fir { }
	
  .nav_item a:hover {
    
  }
  
   .head_navi .nav_item:first-child {border-top: 1px solid rgb(255 255 255 / 0.5);}
 .head_navi .nav_item {border-bottom: 1px solid rgb(255 255 255 / 0.5);}
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 40px;
    height: 2px;
    background-color: var(--blue);
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
	  background: #fff;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
	   background: #fff;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
	   background: #fff;
  }
}

/*固定バナー*/
.fix_bnr {position: fixed; right: 0; bottom: 0; width: 18.5vw; z-index: 9; min-width: auto; max-width: 250px;}
.fix_bnr a {display: block;}

/*kv~about*/
.bg_img {position: absolute; top: 0; z-index: 1; width: 40vw; left: 35vw;} 
.lead_wrap {padding: 0 5vw 100px ;}
.about {position: relative; z-index: 2;}
.lead {font-size: 7.5rem; letter-spacing: 2rem; color: var(--blue); font-weight: 500;}
.lead_wrap .en {font-size: 2rem; color: var(--light-blue2); text-transform: uppercase; font-weight: 700;}
.about figcaption {background: var(--blue); border-top-right-radius: 120px; border-bottom-left-radius: 120px; margin-top: -80px; text-align: center; padding: 120px 0;}
.about figcaption  img { mix-blend-mode: multiply; margin-top: -200px;}
.about_p {font-size: 3rem; line-height: 2; margin: 50px 0 0; color: #fff; position: relative; z-index: 3;}
.about_p strong {font-weight: 900;}

.fade-lines span {
  display: block;
  opacity: 0;
  transform: translateY(10px);
}

.fade-lines.is-show span {
  animation: fadeLine .6s ease forwards;
}

/* 遅延 */
.fade-lines span:nth-child(1)  { animation-delay: .1s; }
.fade-lines span:nth-child(2)  { animation-delay: .3s; }
.fade-lines span:nth-child(3)  { animation-delay: .5s; }
.fade-lines span:nth-child(4)  { animation-delay: .7s; }
.fade-lines span:nth-child(5)  { animation-delay: .9s; }
.fade-lines span:nth-child(6)  { animation-delay: 1.1s; }
.fade-lines span:nth-child(7)  { animation-delay: 1.3s; }
.fade-lines span:nth-child(8)  { animation-delay: 1.5s; }
.fade-lines span:nth-child(9)  { animation-delay: 1.7s; }
.fade-lines span:nth-child(10) { animation-delay:1.9s; }
.fade-lines span:nth-child(11) { animation-delay: 2s; }
.fade-lines span:nth-child(12) { animation-delay: 2.2s; }
.fade-lines span:nth-child(13) { animation-delay: 2.4s; }
.fade-lines span:nth-child(14) { animation-delay: 2.6s; }

@keyframes fadeLine {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.two_column .two_column_wrap {display: flex; align-items: center;}
.two_column .two_column_wrap .img_wrap {width: 55.5%;}

.two_column .two_column_wrap figcaption {width: 44.5%; box-sizing: border-box; padding-left: 40px;}


.recruit {

position: relative;
  border-radius: 30px;
  background-image: -moz-linear-gradient( 0deg, rgb(10,205,251) 0%, rgb(0,152,188) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(10,205,251) 0%, rgb(0,152,188) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(10,205,251) 0%, rgb(0,152,188) 100%);
  width: 1000px;
padding-left: 520px;
box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
 
}

.recruit  .txt_wrap {z-index: 4; position: relative; width: 500px; padding:40px 50px 40px 0; }
.recruit  .txt_wrap p {color: #fff; font-weight: 500;}
.recruit  .txt_wrap a {color: #fff; font-weight: 600;}
.recruit  .txt_wrap a:hover {text-decoration: none;}
.recruit  .txt_wrap a i {background: #fff; width: 30px; height: 30px; border-radius: 50%; color:  var(--blue); line-height: 30px; margin: 10px 10px 0 0 ; }

.rec_w {display: flex; width: 1000px; position: relative; bottom: 0; left: 0; 
align-items: center;}

.recruit  .txt_wrap .ttl_mini {margin-bottom: 10px;}

.rec_img02 {z-index: 3; position: absolute; width: 500px; padding: 0 20px; box-sizing: border-box;  bottom: 0; left: -520px;}


.rec_img01 {z-index: 2; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; left: 0;}


.rec_img03 { position: absolute; bottom: -30px; left: 0;}
.rec_img03 img {mix-blend-mode: multiply; }

.facility {width: 1000px; margin-left: auto; margin-right: auto;}


.map_wap {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.map_wap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.facility {text-align: center;}

.ttl_block {background:  var(--blue);  color: #fff; font-size: 3rem; padding: 10px 0; margin-bottom: 20px;}

.info {text-align: left;}
.info h5 {font-size: 2rem; color: var(--blue);  border-bottom: 1px solid var(--blue); margin-bottom: 10px;}



footer {
position: relative;
color: #fff;
border-top-right-radius: 120px;
  background-image: -moz-linear-gradient( -180deg, rgb(10,205,251) 0%, rgb(0,152,188) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(10,205,251) 0%, rgb(0,152,188) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(10,205,251) 0%, rgb(0,152,188) 100%);
}

.foot_wrap {padding: 100px 5vw 0 5vw; z-index: 3;}

.foot_wrap_top {text-align: center;}
.btn_ul {display: flex; justify-content: center; padding-top: 50px;}

.btn_ul li {margin-right: 20px;}
.btn_ul li:last-child {margin-right: 0;}

.btn_ul li a {width: 500px; border: 2px solid #fff; border-radius: 15px; display: flex; height: 110px; align-items: center; justify-content: center; text-decoration: none; color: #fff; font-size: 3rem; font-weight: 500;}
.btn_ul li a span {font-size: 1.6rem; display: block;}
.btn_ul li a:hover {background: #fff; color: var(--blue);}

.btn_ul li a i {font-size: 2rem; color: var(--blue); border-radius: 50%; background: #fff; width: 50px; height: 50px; text-align: center; line-height: 50px; margin-right: 10px;}
.btn_ul li a:hover i {background:  var(--blue); color: #fff;}

.btn_ul li .heading  {font-size: 2rem; font-weight: 500; margin-bottom: 10px;}

.tel_text {
  display: flex;
  flex-direction: column;
  align-items: center; /* 中央揃え */
}

.foot_site_name {font-size: 3rem; font-weight: 500;}

.foot_warp_bottom {border-top: 1px solid #fff; margin-top: 75px; padding-top: 75px; display: flex; justify-content:space-between; padding-bottom: 120px; }
.foot_nav .nav_list a {color: #fff; text-decoration: none;}
.foot_nav .nav_list a:hover {text-decoration: underline;}
.foot_nav .nav_list li {margin-right: 10px;}
.foot_nav .nav_list li:last-child{margin-right: 0;}

address {font-style: normal;}
.foot_nav .nav_list {display: flex;}

.foot_image {width: 25vw; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

.copy {text-align: center; background:  var(--dark-blue); width: 100%; display: block; color: #fff;padding: 10px 0; z-index: 3; position: relative; box-sizing: border-box;}  

@media screen and (max-width: 750px) {
body {min-width: 100%; font-size: 1.3rem; overflow-x: auto;}
	.sp {display: block;}
.pc{display: none;}
.mb100 {margin-bottom: 50px;}
.circle {padding-left: 12px;}

.head_navi {padding: 5%;}
.site_name {padding-top: 0;}
.lead {font-size: 3.5rem; letter-spacing: 0.5rem;}
.lead_wrap .en {font-size: 1.3rem;}
.bg_img {
    width: 60vw;
    left: inherit;
    right: 0;
}

.lead_wrap {padding: 0 5vw 50px;}


.facility {width: 100%;padding: 0 5vw; box-sizing: border-box;}

.fix_bnr {width: 40vw; min-width: auto; }
.ttl .en {font-size: 1.3rem;}
.circle::before {width: 8px; height: 8px;}

.about figcaption {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    padding: 120px 0 60px;
}

.ttl .jp {font-size: 2.5rem;}
.about_p {
    font-size: 1.4rem;
    margin: 20px 0 0;

}

.about figcaption img {margin-top: -80px;}

.two_column .two_column_wrap {display: block;}
.two_column .two_column_wrap .img_wrap {width: 100%; margin-bottom: 20px;}
.two_column .two_column_wrap figcaption {
    width: 100%;
    padding-left: 0px;
}
.ttl_mini {margin-bottom: 10px;}
.ttl_mini .en {font-size: 1.3rem;}
.ttl_mini .jp {font-size: 2rem;}

.recruit {width: 100%; padding-left: 0; border-top-right-radius: 60px;
        border-bottom-left-radius: 60px; border-bottom-right-radius: 0px;}
.rec_w {width: 100%; display: block;}
.recruit .txt_wrap {width: 100%; padding: 20px 5vw 40px;}

.ttl_block {font-size: 1.6rem;}
.info h5 {font-size: 1.4rem;}

.foot_wrap {padding: 50px 5vw 0 5vw;}
.btn_ul {display: block; padding-top: 30px;}

.btn_ul li {margin-right: 0;}
.btn_ul li .heading {font-size: 1.4rem; display: inline-block;}

.btn_ul li a {width: 100%;  height: 75px; font-size: 1.5rem;}

.btn_ul li a i {font-size: 1.5rem; width: 35px; height: 35px; line-height: 35px; text-align: center;}

.btn_ul li:last-child {margin-top: 20px;}
.btn_ul li:last-child a {font-size: 2rem;}
.btn_ul li a span {font-size: 1.2rem;}

.foot_warp_bottom {
    margin-top: 40px;
    padding-top: 40px;
    display:block;
    padding-bottom: 40px;
}

.foot_site_name {font-size: 2rem;}
.foot_nav .nav_list {display: block; margin: 40px 0 0 0; position: relative; z-index: 3;}
.foot_nav .nav_list li {text-align: left; border-bottom: 1px solid rgb(255 255 255 / 0.5);}
.foot_nav .nav_list li:first-child {border-top: 1px solid rgb(255 255 255 / 0.5);}
.foot_image {width: 60vw;}

 .fix_bnr{
    transition: opacity .25s ease, visibility .25s ease;
  }
  .fix_bnr.is-hide{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  
  body.nav-open .fix_bnr{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  
.foot_nav  .nav_item a {padding: 20px 0;}

}
	


