/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.13.0
Tested up to: 7.0
Requires at least: 6.7
Requires PHP: 8.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

*, *: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: 198px;
  width: 198px;
  align-self: center; 
}
#header #headerCnt #logoArea a {
  display: block;
  width: 100%; 
}
#header #headerCnt #logoArea a h1 {
  margin: 0;
  line-height: 1; 
}
#header #headerCnt #logoArea a h1 img {
  max-width: 198px;
  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{
  color: #021B4D;
}
.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;
  }
}

#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;
}
#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 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;
}
#footer .footer-inr .l-footer__foot .footercntwrap .footer_content a::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: flex;
  background-image: url(./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{
  padding: 80px 0 0;
}
#fvArea h2{
  font-size: 82px;
  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;
}
#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(./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%);
}
@media screen and (max-width: 767px) {
  #fvArea{
    padding: 60px 0 0;
  }
  #fvArea h2{
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 130%;
  }
  #fvArea .fvtxt{
    font-size: 16px;
  }
}
#content01{
  padding-top: 80px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #021B4D 50%, #021B4D 100%);
}
#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(./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{
  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{
  background-color: #021B4D;
  padding-top: 200px;
}
#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;
  padding: 100px 0;
}
#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{
  margin-bottom: 40px;
}
.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;
  }
  .cont2scroll .cont2box h3{
    font-size: 26px;
  }

}

#content03 .subtitle{
  margin-bottom: 74px;
}
#content03 .cont3inr{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  margin-bottom: 57px;
}
#content03 .cont3inr .cont3imgbox{
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
  width: 100%;
}
#content03 .cont3inr .cont3imgbox img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content03 .cont3inr .comt3txtbox table{
  border: #D9D9D9 solid 1px;
}
#content03 .cont3inr .comt3txtbox table th{
  background-color: #ECECEC;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#content03 .cont3inr .comt3txtbox table td{
  line-height: 160%;
  font-weight: 500;
}

@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{
  background-color: #F4F5F8;
}
#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;
}
.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;
}
input[type="text"]::placeholder {
  color: #A6A6A6;
}
textarea{
  border: #A6A6A6 solid 1px;
  background: #FBFBFB;
  width: 100%;
  padding: 15px;
}
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(./assets/img/arrow.svg);
  background-position: left 62% center;
  background-repeat: no-repeat;
  background-size: 15px;
}

@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;
}
