/*
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/
Template: arkhe
Version: 1.0.0
Description: Arkhe（親テーマ）のカスタマイズ用子テーマ
Author: 
Text Domain: arkhe-child
*/

/* ここに独自のCSSを追加してもOKですが、
   本サイトでは main.css を上書きする追加CSSファイルを
   functions.php で読み込んでいます（custom.css）。
   このファイルは空のままでも動作します。 */

*, *:before, *:after {
    box-sizing: border-box;
}
html {
	font-size: 62.5%;    
}
html:focus {
  outline: none;
}
body {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: normal;
  line-height: 1.6;
  color: #222222;
	animation: loading 1s;
  position: relative;
}
@keyframes loading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
main {
  display: block; 
  margin-top: 74px;
}
.page-id-30 main{
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
.hidden{
  overflow: hidden;
}
.pc {
  display: block !important; 
}
.sp {
  display: none !important; 
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; 
  }
  .sp {
    display: block !important; 
  }
  main {
    margin-top: 60px;
  }
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto; 
	padding-left: 15px;
	padding-right: 15px;
  transition: ease-in .1s;
}
@media screen and (min-width: 1025px) {
  .container {
		max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
		max-width: 970px;
		padding-left: 5%;
		padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .container {
		max-width: 750px;
  }
}
/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; 
}
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 30px; 
}
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px; 
}
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px; 
}
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important; 
}
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 74px;
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: #F0F0F0 solid 1px;
}
#header #headerCnt {
	padding: 0 28px; 
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: ease-in .1s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header #headerCnt #logoArea {
  flex-basis: 230px;
  width: 230px;
  align-self: center; 
  height: 100%;
}
#header #headerCnt #logoArea a {
  display: block;
  width: 100%;
  height: 100%;
}
#header #headerCnt #logoArea a h1 {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1; 
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header #headerCnt #logoArea a h1 img {
  max-width: 230px;
  height: auto; 
}
#header #headerCnt  #headerContact {
  flex-basis: auto;
  width: auto;
  margin-left: auto; 
}
#gnav ul li a span{
  font-size: 14px;
  font-weight: 500;
}
#gnav ul{
  gap: 0 60px;
}
#gnav ul li a{
  padding: 0;
}
#gnav ul li.contact{
  width: 148px;
  height: 36px;
  background-color: #021B4D;
  border-radius: 4px;
  border: #021B4D solid 1px;
}
#gnav ul li.contact:hover{
  background-color: #fff;
}
#gnav ul li.contact a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#gnav ul li.contact a:hover{
  background-color: #21458D;
}
.l-header__drawerBtn{
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #headerCnt {
		max-width: 970px;
    padding: 0 15px;
  }
  #gnav ul{
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #header{
    height: 60px;
  }
  #header #headerCnt {
		max-width: 750px;
        padding: 0 20px;
  }
  #header #headerCnt  #headerContact {
    display: none;
  }
  .l-header__drawerBtn{
      display: block;
      position: absolute !important;
      top: 10px;
      right: 15px;
  }
  #header #headerCnt #logoArea {
    flex-basis: 200px;
    width: 200px;
    align-self: center; 
    height: 100%;
  }
  #header #headerCnt #logoArea a h1 img {
    max-width: 200px;
    height: auto; 
  }
}
/* ----------------------------------- */
/* フッター
/* ----------------------------------- */
#footer{
  position: relative;
}
#footer .footer-inr{
  padding: 80px 0;
  background-color: #002252;
}
#footer .footer-inr .l-footer__foot{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#footer .footer-inr .l-footer__foot .footercnt{
  border-right: #253F73 solid 1px;
}
#footer .footer-inr #logoArea{
  margin-bottom: 16px;
  width: 290px;
  height: 75px;
}
#footer .footer-inr #logoArea a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-inr .l-footer__foot .footercnt p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 180%;
  margin-bottom: 4px;
}
#footer .footer-inr .l-footer__foot .footercnt .f_tel{
  font-size: 20px;
  font-weight: 400;
}
#footer .footer-inr .l-footer__foot .footercnt .f_tel a{
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}
#footer .footer-inr .l-footer__foot .footercntwrap ul{
   gap: 0 20px;
   justify-content: flex-start;
   margin-left: 100px;
   margin-bottom: 16px;
}
#footer .footer-inr .l-footer__foot .footercntwrap ul li a{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 0;
}
#footer .footer-inr .l-footer__foot .footercntwrap .footer_content{
  width: 178px;
  height: 50px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 100px;
}
#footer .footer-inr .l-footer__foot .footercntwrap .footer_content:hover,#footer .footer-inr .l-footer__foot .footercntwrap .footer_content:focus{
  background-color: #21458D;
  color: #fff;
}
#footer .footer-inr .l-footer__foot .footercntwrap .footer_content a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #021B4D;
  text-decoration: none;
  position: relative;
  padding-right: 10px;
}
#footer .footer-inr .l-footer__foot .footercntwrap .footer_content a::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: flex;
  background-image: url(../arkhe/assets/img/navy_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
}
#footer #copyright{
  padding: 25px 0;
  background-color: #020F30;
}
#footer #copyright .c-copyright{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .footer-inr{
      padding: 60px 0;
  }
  #footer .footer-inr .l-footer__foot{
    grid-template-columns: repeat(1, 1fr);
  }
  #footer .footer-inr .l-footer__foot .footercntwrap ul{
    margin-left: 0;
  }
  #footer .footer-inr .l-footer__foot .footercntwrap .footer_content{
    margin-left: 0;
  }
  #footer .footer-inr .l-footer__foot .footercnt{
    margin-bottom: 20px;
    border-right: none;
  }
}
/* ----------------------------------- */
/* fvArea
/* ----------------------------------- */
#fvArea{
  padding: 80px 0 0;
  position: relative;
  z-index: 0;
}
#fvArea::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #E5E5E5 1px, transparent 1px);
  background-size: 20% 100%;
  z-index: -1;
}
#fvArea .fvinr{
   margin: 0 5%;
}
#fvArea h2{
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 130%;
}
#fvArea .fvtxt{
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 42px;
}
#fvArea .fvbtn{
  width: 196px;
  height: 58px;
  border-radius: 4px;
  background-color: #021B4D;
  border: #021B4D solid 1px;
}
#fvArea .fvbtn a:hover,#fvArea .fvbtn a:focus{
  background-color: #fff;
  color: #021B4D;
  border-radius: 4px;
  border: #021B4D solid 1px;
}
#fvArea .fvbtn a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-right: 10px;
}
#fvArea .fvbtn a::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(../arkhe/assets/img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#fvArea .fvbtn a:hover::after,#fvArea .fvbtn a:focus::after{
  background-image: url(../arkhe/assets/img/navy_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  #fvArea{
    padding: 60px 0 0;
  }
  #fvArea .fvinr{
    margin: 0 15px;
  }
  #fvArea h2{
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 130%;
  }
  #fvArea .fvtxt{
    font-size: 16px;
  }
}
/* ----------------------------------- */
/* #content01
/* ----------------------------------- */
#content01{
  padding-top: 90px;
  position: relative;
  z-index: 0;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #021B4D 50%, #021B4D 100%);
}
#content01::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #E5E5E5 1px, transparent 1px);
  background-size: 20% 100%;
  z-index: -1;
}
#content01 .cont01inr{
  position: relative;
  margin-left: 5%;
  z-index: 0;
}
#content01 .cont01inr::after{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  display: block;
  background-image: url(../arkhe/assets/img/down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 180px;
  right: 10%;
  top: -90px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #content01{
    padding-top: 60px;
  }
  #content01 .cont01inr::after{
    width: 60px;
    height: 60px;
    top: -30px;
    right: 15px;
    background-size: 60px;
  }
}
/* ----------------------------------- */
/* .content
/* ----------------------------------- */
.content{
  padding: 120px 0;
}
.content h2{
  font-family: "Archivo", sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0 0 4px;
  color: #021B4D
}
.content .subtitle{
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  position: relative;
  padding-left: 35px;
}
.content .subtitle::before{
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #021B4D;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .content{
    padding: 60px 0;
  }
  .content h2{
    font-size: 42px;
  }
}
/* ----------------------------------- */
/* #content02
/* ----------------------------------- */
#content02{
  background-color: #021B4D;
  padding-top: 200px;
  position: relative;
  z-index: 0;
}
#content02::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20% 100%;
  z-index: -1;
}
#content02 h2{
  color: #fff;
}
#content02 .cont2inr{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 64px;
  color: #fff;
}
#content02 .cont2inr .cont2col{
  position: relative;
}
#content02 .cont2inr .cont2col .sticky{
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: 180px; 
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#content02 .cont2inr .cont2col .sticky .subtitle{
  margin-bottom: 30px;
}
#content02 .cont2inr .cont2col .sticky .subtitle::before{
  background-color: #fff;
}
#content02 .cont2inr .cont2col .sticky .txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}
.cont2scroll .cont2box:first-child{
  opacity: 1;
  transform: translateY(0);
}
.cont2scroll .cont2box{
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 180px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cont2scroll .cont2box.is-visible{
  opacity: 1;
  transform: translateY(0);
}
.cont2scroll .cont2box img{
  margin-bottom: 10px;
}
.cont2scroll .cont2box h3{
  font-size: 28px;
  font-size: 700;
  margin-bottom: 8px;
  line-height: 160%;
  letter-spacing: 0;
}
.cont2scroll .cont2box h3 span{
  font-weight: 400;
}
.cont2scroll .cont2box p{
   font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  #content02{
    padding-top: 100px;
  }
  #content02 .cont2inr{
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  #content02 .cont2inr .cont2col .sticky{
    position: static;
    padding: 0;
    height: auto;
  }
  .cont2scroll .cont2box{
   margin-bottom: 40px;
  }
  .cont2scroll .cont2box h3{
    font-size: 26px;
  }
  .cont2scroll .cont2box{
    min-height: auto;
    padding-top: 0;
  }
  .cont2scroll .cont2box img{
    max-height: none;
  }

}
/* ----------------------------------- */
/* #content03
/* ----------------------------------- */
#content03{
   position: relative;
   z-index: 0;
}
#content03::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #E5E5E5 1px, transparent 1px);
  background-size: 20% 100%;
  z-index: -1;
}
#content03 .subtitle{
  margin-bottom: 74px;
}
#content03 .cont3inr{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  margin-bottom: 57px;
  align-items: stretch;
}
#content03 .cont3imgbox {
  height: 100%;
}

#content03 .cont3imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
#content03 .comt3txtbox {
  height: 100%;
}

#content03 .comt3txtbox table {
  height: 100%;
  font-size: 16px;
}
#content03 .cont3inr .comt3txtbox table{
  border: #D9D9D9 solid 1px;
}
#content03 .cont3inr .comt3txtbox table th{
  background-color: #ECECEC;
  border-left: #D9D9D9 solid 1px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 126px;
  border-bottom: #D9D9D9 solid 1px;
}
#content03 .cont3inr .comt3txtbox table td{
  line-height: 160%;
  font-weight: 500;
  background-color: #fff;
}
.mb14{
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #content03 .subtitle{
    margin-bottom: 40px;
  }
  #content03 .cont3inr{
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
    margin-bottom: 30px;
  }
  iframe{
    height: 250px;
  }
  #content03 .cont3inr .comt3txtbox table{
    font-size: 14px;
  }
  #content03 .cont3inr .comt3txtbox table th{
    width: 100px;
  }
}
/* ----------------------------------- */
/* #content04
/* ----------------------------------- */
#content04{
  background-color: #F4F5F8;
  position: relative;
  z-index: 0;
}
#content04::after{
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #E5E5E5 1px, transparent 1px);
  background-size: 20% 100%;
  z-index: -1;
}
#content04 .subtitle{
  margin-bottom: 30px;
}
#content04 .txt{
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 80px;
  line-height: 160%;
  letter-spacing: 0;
}
.contact-form-area{
  background-color: #fff;
  padding: 64px 48px;
  box-shadow: 0 0 5px rgba(39, 42, 51, .1);
}
.contact-form-area dl{
  margin-bottom: 32px;
}
.contact-form-area dl dt{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
}
.contact-form-area .att{
  width: 38px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #021B4D;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
}

input[type="text"],input[type="email"],input[type="tel"]{
  border: #A6A6A6 solid 1px;
  background: #FBFBFB;
  width: 100%;
  padding: 15px;
  font-size: 16px;
}
input[type="text"]::placeholder {
  color: #A6A6A6;
  font-size: 16px;
}
textarea{
  border: #A6A6A6 solid 1px;
  background: #FBFBFB;
  width: 100%;
  padding: 15px;
  font-size: 16px;
}
textarea::placeholder {
  color: #A6A6A6;
  resize: none;
}
input[type="submit"]{
  width: 100%;
  height: 75px;
  background-color: #021B4D;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url(../arkhe/assets/img/arrow.svg);
  background-position: left 62% center;
  background-repeat: no-repeat;
  background-size: 15px;
}

input[type="submit"]:hover,input[type="submit"]:focus{
  background-color: #21458D;
}

@media screen and (max-width: 767px) {
  #content04 .txt{
    margin: 0 0 40px;
  }
  .contact-form-area{
    padding: 30px 20px;
  }
  input[type="submit"]{
    font-size: 16px;
    background-position: left 80% center;
  }
}

.p-fixBtnWrap{
  position: absolute !important;
  top: -24px;
  bottom: auto !important;
}
#pagetop{
  opacity: 1 !important;
  background: transparent !important;
  border-radius: 50%;
  box-shadow: none;
}