@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Tenor+Sans&family=Work+Sans&display=swap');
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Poppins:400,700&display=swap");
/* ///////////////////////////////////////////////////////////////////// 
//  global
/////////////////////////////////////////////////////////////////////*/
* {
  /* 文字詰め */
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt" ;
  letter-spacing: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
html,body,h1,h2,h3,h4,h5,ol,dl,dt,dd,div,span,img,a,table,tr,th,td,article,figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

:root {
--color-primary: #111;
--color-sub: #F9F9F9;
--color-light: #FFFFFF;
--color-l-gray: #e0e0e0;
--color-dark: #222;
--color-btn: #111;
--width: 1400;
--max-width: 3000;
}
@media only screen and (max-width:979px) {
  :root {
  --width: 414;
  }
}
body {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-dark);
  width: 100%;
  overflow-x: hidden;
  background: var(--color-light);
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}
h1{
  font-family: 'Alice','Noto Serif JP', serif;
}
h2{
  font-family: 'Alice','Noto Serif JP', serif;
  font-size: 3rem;
  font-weight: 500;
}
h3{
  font-family: 'Alice','Noto Serif JP', serif;
  font-size: 2.8rem;
  font-weight: 500;
}

p {
  margin-top: 0;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1;
}

[tabindex="-1"]:focus {
  outline: none !important;
}
.pc {
  display:inline;
}
.sp {
  display:none;
}
a {
  color: var(--color-primary);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
  transition: 0.5s all;
}
a:hover {
  text-decoration: none;
  transition: 0.5s all;
}
a:hover:not(.header_list_item a):not(a.btn_content):not(.contact_area a):not(.card){
  opacity: .7;
  transition: 0.5s all;
  position: relative;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img{
  width: 100%;
}
section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  color: var(--color-dark);
  padding: 8rem 0;
  position: relative;
}
#page section{
  padding: 0;
}
.sec_inner{
  position: relative;
  width: 100%;
}
.wrap {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr min(calc(100% - 2rem), 80%) 1fr;
}
.wrap > * {
  grid-column: 2 / 3;
}
.wrap > .__full {
  grid-column: 1 / -1;
}
.wrap > .__over-l {
  grid-column: 1 / 3;
  border-radius: 0 30px 30px 0;
}
.wrap > .__over-r {
  grid-column: 2 / 4;
  border-radius: 30px 0 0 30px;
}

main, footer, .inner, .inner > * {
  max-width: 100%;
}
main{
  margin: 0 auto;
}
.sp {
  display: none;
}
.tb {
  display: none;
}
.pc {
  display: block;
}
.center{
    text-align: center;
}
img {
  width: 100%;
}
.primary {
  background: #283140;
}
.sticky {
  position: fixed;
  transition: all 0.5s;
  z-index: 99999;
}
.fixed{
  position: fixed;
  transition: all 0.5s;
}

h2{
  letter-spacing: .5rem;
  font-weight: 400;
  position: relative;
  color: var(--color-dark);
}

section h2{
  display: block;
  font-size: 2.8rem;
  color: var(--color-dark);
  letter-spacing: .25rem;
}
section h3{
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--color-dark);
  letter-spacing: .25rem;
}

.home section h3{
  font-size: 1.5rem;
  color: var(--color-dark);
  position: relative;
  z-index: 2;
  text-align: left;
}
.head_txt{
  position: relative;
  z-index: 20;
  text-align: left;
}
.head_txt h2{
  display: inline-block;
  font-size: 4.2rem;
  text-align: left;
  z-index: 2;
  width: 100%;
  word-wrap: break-word;
  line-height: 1;
  letter-spacing: 0;
}
.sec_ttl{
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 4vw;
  margin-bottom: 0.5rem;
}
.sec_ttl .jp{
  font-size: 1.2rem;
  color: #949494;
}
[class$=_txt] {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: 400;
  letter-spacing: .25rem;
  line-height: 2;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}

/* page 共通 */
#page .head_txt{
    padding: 0 0 3rem;
}
.lower_contents{
  background: var(--color-l-gray);
  color: var(--color-dark);
}

/* table */
table{
  margin:  0 auto 2rem;
}
th{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--color-l-gray);
  border-bottom: 1px solid var(--color-l-gray);
}

td{
  text-align: left;
  padding: 2rem 1rem;
  border-top: 1px solid var(--color-l-gray);
}
td:first-child{
  text-align: left;
  font-weight: 600;
}
td:not(:first-child){
  border-left: 1px dotted var(--color-l-gray);
}

td a{
  display: inline-block;
  text-decoration: underline;
}
td a:hover{
  opacity: .3;
}
td span{
  display: block;
  font-size: 1.2rem;
}
#page section{
  position: relative;
}

/* ///////////////////////////////////////////////////////////////////// 
//  loading
/////////////////////////////////////////////////////////////////////*/
#splash {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:var(--color-primary);
    text-align:center;
    color:#27272799;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#splash_logo {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;}

#splash_logo img {
    width:100px;
}
@-webkit-keyframes bounce {
  0%,100% {
    transform: scale(1);
  }
  30% {
    top: 40%;
    transform: scale(0.96,1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: 50%;
    transform: scale(1.15,0.9);
  }
}

/* fadeIn */
.fadeIn{
    animation-name: fadeInAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    @keyframes fadeInAnime{
        from {
        opacity: 0;
        }
        to {
        opacity: 1;
        }
    }
/* fadeUp */
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}
/* fadeDown */
.fadeDown{
    animation-name: fadeDownAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;opacity: 0;
}
@keyframes fadeDownAnime{
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* flipLeft */
.flipLeft{
    animation-name: flipLeft;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    perspective-origin: left center;
    opacity: 0;
    }
@keyframes flipLeft{
    from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
        opacity: 0;
    }
    to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
    }
}
.fadeTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.flipLeftTrigger{
    opacity: 0;
}
/* blur */
.blur{
	animation-name: blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  opacity: 0;
  }
  to {
	filter: blur(0);
	transform: scale(1);
  opacity: 1;
  }
}
.blurTrigger{
	opacity: 0;
}
.scrollactive {
  opacity: 0;
  transition: all .6s;
  transform: translate(0, 30px);
}
.scrollactive.show {
  opacity: 1;
  transform: translate(0, 0);
}
.sec_inner .scrollactive.delay:nth-child(1){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.sec_inner .scrollactive.delay:nth-child(2){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.sec_inner .scrollactive.delay:nth-child(3){
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* //////////////////////////////////////// 
//  nav
/////////////////////////////////////////*/
#nav-drawer{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0);
}
.afterscroll > #nav-drawer{
    background: rgba(255, 255, 255, 0.5);
}

.nav-unshown {
  display:none;
}
#nav-content{
  width: 100%;
}
.logo_head{
  margin: 0;
  z-index: 10000;
  width: 16rem;
  -webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.logo_head a{
  display: inline-block;

}

.logo_head a img {
  height: auto;
}
#menu-main-menu.menu{
  position: relative;
  top: 0;
  right: 0;
  z-index: 98;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-item{
  position: relative;
}
.menu-item a{
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px 10px 20px;
  margin-right: 0.5rem;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  align-self: center;
  text-align: left;
  flex-direction: column;
  transition: .3s;
  letter-spacing: 0;
  font-size: 1.6rem;
}
.menu-item a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.menu-item a:after {
  width: 0;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: auto;
}
.menu-item a:hover{
  color: var(--color-primary);
  transition: .3s;
}
.menu-item a:hover:after {
  width: 100%;
}
.menu-item a:after {
  background: var(--color-primary);
}

.menu-item a strong{
  font-size: 1.5rem;
  text-align: center;
}
.menu-item a span{
  display: block;
  font-size: 1rem;
  text-align: center;
  line-height: 1rem;
  margin-top: .5rem;
  letter-spacing: 0;
}


.sub-menu {
  color: #111;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 0;
  transition: all .2s ease;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: 1s;
  opacity: 0;
}

nav ul li a.open ~ .sub-menu{
  position: absolute;
  display: block;
  width: 150%;
  background: #f7f7f7;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
  transition: all .2s ease;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: 1;
}

/* ////////////////////////////////////////  
//  btn
/////////////////////////////////////////*/
.btn_block{
  position: relative;
  height: auto;
  z-index: 20;
}
.btn_box{
  display: flex;
  justify-content: center;
}
.btn_content{
  display: inline-block;
  position: relative;
  background: var(--color-btn);
  width: 250px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.3s all;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-primary);
  color: var(--color-light);
}
.btn_content p{
  font-size: 1.4rem;
  color: var(--color-light);
  letter-spacing: .25rem;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  font-family: "Alice", serif;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.btn_content._arrow p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  background-image:url("../img/icon-spade_wh.svg");
  transform:rotate(90deg);
  display: inline-block;
  height: 10px;
  width: 10px;
}

.btn_content._tab p::after{
  font-family: 'Material Icons';
  content: "\e89e";
  margin-left: 1rem;
  font-size: 1.4rem;
  vertical-align: middle;
}

.btn_content._arrow2 p::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-top: 2px solid var(--color-light);
    border-right: 2px solid var(--color-light);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_box a._arrow:hover ::after {
  background-image: url("../img/icon-spade.svg");
  vertical-align: middle;
  right: -25px;
  transition: all .2s ease-out;
}
.btn_box a._arrow2:hover ::after {
  vertical-align: middle;
  right: -25px;
  transition: all .2s ease-out;
}

.btn_content p span{
  font-size: 1.4rem;
  display: block;
  font-size: .8rem;
  letter-spacing: .5rem;
  line-height: 1rem;
  background: var(--color-dark);
  color: var(--color-light);
}

.btn_content:active {
  -webkit-transform: translateY(3px);
  transition: 0.3s all;
}

a.btn_content:hover{
  opacity: 1;
  background: var(--color-sub);
  transition: 0.5s all;
  border: 1px solid var(--color-primary);
}
.btn_content:hover p{
  color: var(--color-btn);
}
.btn_content:hover p::after{
  border-color: var(--color-primary);
}
.recruit .btn_box_text{
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}


/* /////////////////////////////////////////////////////////////////////
//  mv
/////////////////////////////////////////////////////////////////////*/
#mv {
  position: relative;
  width: 100vw;
  height: 80vh;
  right: 0;
  top: 0;
  z-index: 1;
  margin-top: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/mv01.jpg) right no-repeat;
  background-size: cover;
}

.mv_item{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
.mv_ttl{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 10rem;
}
.mv_ttl p{
  font-family: alice;
  font-size: 4rem;
  color: var(--color-light);
}
.mv_ttl p:nth-child(3){
  margin: 8vw 0 0 -20vw;
}
.mv_ttl .mv_blue{
  font-family: "Licorice", Georgia, Times, 'Times New Roman', serif;
  color: var(--color-btn);
  margin: 5rem 0 0 -2rem;
}
.mv_subttl{
  font-size: 1.4rem;
}
/* ////////////////////////////////////////  
//  news
/////////////////////////////////////////*/
#news{
  background: var(--color-sub);
}
#news .sec_inner{
  max-width: 800px;
  margin: 0 auto;
}
#news .post_list {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
#news .post_item a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 2rem;
  flex-wrap: nowrap;
  align-items: center;
}
#news .post_item:not(:first-child) a{
  border-top: 1px dotted #ccc;
}
#news .post_item a:hover{
  background: #19a8c47d;
  padding-left: 3rem;
}
#news .head_txt h2,
#news .head_txt .jp{
  text-align: center;
}


/* //////////////////////////////////////// 
//  about
/////////////////////////////////////////*/
#about{
  background: var(--color-sub);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#about .sec_inner{
  background: var(--color-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
  padding: 0 0 0 4vw;
  position: relative;
  border-radius: 30px 0 0 30px;
}
.sec_about_inner{
  position: relative;
  width: 40%;
}
.sec_about_img{
  position: relative;
  width: 55%;
  object-fit: cover;
  z-index: 1;
}

.sec_about_inner::before{
  position: absolute;
  font-size: 10rem;
  color: #f9f9f9;
  font-weight: 600;
  z-index: -1;
  content: "About us";
  top: -10rem;
  left: -6rem;
} 

#about .txt_box{
  padding-bottom: 1.4rem;
  margin: 4rem auto 0;
  position: relative;
}
.about_txt{
  font-size: 1.4rem;
}
#about .btn_box{
    justify-content: flex-start;
}

/* //////////////////////////////////////// 
//  top business
/////////////////////////////////////////*/
#business{
  overflow: hidden;
  background:var(--color-light);
  z-index: 1;
  position: relative;
}
#business::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 30vh;
  background-image: url(../img/bg_business.jpg);
  position: absolute;
  background-size: cover;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
}
#business .sec_inner{
  width: 100%;
  position: relative;
  background: var(--color-light);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 8rem 4rem 8rem;
  overflow: hidden;
  border-radius: 30px;
}
#business .sec_inner h2,
#business .sec_inner .sec_ttl .jp{
  text-align: center;
}
#business .sec_inner::after{
    position: absolute;
    font-size: 10rem;
    color: #f9f9f9;
    font-weight: 600;
    z-index: -1;
    content: "Business";
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}
.business_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin: 4rem 0;
}
.business_list .item{
  width: calc( 100% / 4 - 2rem );
}
.business_list .item img{
  width: 100%;
  object-fit: cover; 
  margin: 0;
}
.business_item_ttl{
  margin-top: 1.5rem;
  color: var(--color-dark);
}
.business_item_ttl p.ttl_jp{
  font-size: 2rem;
  font-weight: 600;
}
.business_item_ttl p.en{
  font-size: 1.4rem;
  font-family: "Alice";
  letter-spacing: 0;
}
/* //////////////////////////////////////// 
//  top service
/////////////////////////////////////////*/
#service{
  overflow: hidden;
  background:var(--color-light);
  z-index: 1;
  position: relative;
}
#service::before{
  content: '';
  background: #19A7C4;
  display: inline-block;
  width: 50%;
  height: 100vh;
  position: absolute;
  background-size: cover;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  opacity: .1;
}
#service .sec_inner{
  width: 100%;
  position: relative;
}
#service .sec_inner::after{
  position: absolute;
  font-size: 10rem;
  font-weight: 600;
  z-index: -1;
  content: "Service";
  top: -12rem;
  left: -14rem;
  color: #19A7C4;
  opacity: .1;
}
.service_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* justify-content: center; */
  align-items: stretch;
  gap: 2rem;
  margin: 4rem 0;
}
.service_list .item{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100%/3 - 2rem);
}
.service_list .item a{
  padding: 2rem 3rem;
  border-radius: 30px;
  background: var(--color-light);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.service_list .item a:hover{
  background: #a7d5df;
}
.service_item_ttl{
  margin-top: 1.5rem;
  color: var(--color-dark);
}
.service_item_ttl p.ttl_jp{
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
.service_list .item .img{
  display: flex;
  align-items: center;
  min-height: 100px;
}
/* //////////////////////////////////////// 
//  top access
/////////////////////////////////////////*/
.access .sec_inner{
  padding: 4rem;
}
.access .box_access{
  display: flex;
  gap: 2rem;
}
.access ._txt{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.access ._txt p{
    font-size: 1.4rem;
    line-height: 3rem;
}
.access .map{
  width: calc(60% - 2rem);
}
.access ._txt p:first-child{
  margin-bottom: 3rem;
}

/* //////////////////////////////////////// 
//  contact_area
/////////////////////////////////////////*/
.contact_area{
  overflow: hidden;
  background: var(--color-light);
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.contact_area .sec_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
  padding: 0 !important;
}
.sec_recruit_inner,
.sec_contact_inner{
  width: 50vw;
  background: var(--color-dark);
}
.contact_area .sec_ttl h2{
  color: var(--color-light);
  font-size: 4.2rem;
  letter-spacing: 0;
}
.contact_area .sec_ttl{
  color: var(--color-light);
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}

.sec_recruit_inner{
  background: url(../img/recruit.jpg) no-repeat center 0 / cover;
  position: relative;
  z-index: 2;
}
.sec_contact_inner{
  background: url(../img/contact.jpg) no-repeat center 0 / cover;
  position: relative;
  z-index: 2;
}
.contact_area a {
  height: 30vw;
  max-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.contact_area a:before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 16, 37, .7);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: -1;
}
.contact_area a:hover:before {
  background: rgba(70, 70, 70, .6);;
}
.contact_area a .more{
  position: relative;
  display: flex;
  bottom: 0;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
}
.contact_area a .more:before{
  position: absolute;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: -4px;
  border-top: 2px solid var(--color-light);
  border-right: 2px solid var(--color-light);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.contact_area a .more:after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-primary);
  position: absolute;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: 0;
}
.contact_area a:hover .more:before{
  border-color: var(--color-primary);
}
.contact_area a:hover .more:after{
  background: var(--color-light);
  width: 70px;
  height: 70px;
}
/* ////////////////////////////////////////  
//  footer
/////////////////////////////////////////*/
.footer{
  position: relative;
  padding-top: 3rem;
  z-index: 1;
  background: var(--color-light);
}
.footer .sec_inner{
  justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
.footer_box{
  width: 40%;
}
.footer_box.flex,
.footer_box .list{
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.footer_box .mark img{
  width: 85px;
}
.footer_box .list{
  justify-content: flex-end;
  list-style-type: none;
}
.footer_box .list a img{
  width: 35px;
}
.copyright{
  border-top: 1px solid var(--color-l-gray);
  padding: 2rem 0;
}
.copyright p{
  font-size: 1rem;
  text-align: center;
  color: var(--color-dark);
  margin: 0;
}
.foot_logo{
  text-align: center;
}

.foot_logo a img{
  width: 145px;
}
/* //////////////////////////////////////// 
//  オリジナルテンプレート（ヘッダー画像なし）
/////////////////////////////////////////*/
.lower_contents h1{
  font-size: 2rem;
  margin-bottom: 2rem;
}
/* //////////////////////////////////////// 
//  post page （記事一覧ページ）
/////////////////////////////////////////*/
/* post item list */
.bread-c{
  font-size: 1.4rem;
  margin-top: 2rem;
  position: relative;
  padding-left: 3rem;
}
.bread-c::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  content: '';
  width: 2rem;
  height: 1px;
  background-color: var(--color-l-gray);
}

.page-blog section.sec_inner{
  padding: 0;
}
.page-blog .post_list{
  display: flex;
  gap: 3rem 1rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-blog .post_list article{
  width: calc( 100% / 3 - 1rem );
  padding: 1rem;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.page-blog .post_item a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #ccc;
  box-sizing: border-box;
  padding: 2rem;
  flex-wrap: nowrap;
  align-items: center;
}
.post_item .post_item_thumb{
  overflow: hidden;
  position: relative;
  line-height: 0;
  transition: all 2s
}
.post_item .post_item_thumb img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s
}
.page-blog .post_list_meta{
  padding: 0;
}
.page-blog .post_list article:hover{
  box-shadow: 0px 1px 3px rgb(0 0 0 / 18%);
}

a.post_item:hover img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 2s
}

body:not(.home) .post_item{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  flex-direction: column;
}

.post_item .date{
  margin: 0.5rem 2rem 0 0;
  font-size: 1.2rem;
  color: #949494;
  line-height: 1;
  letter-spacing: 0.1rem;
}
body:not(.home) .post_item .date,
body:not(.home) .article_info .date{
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  color: #949494;
}
.post_item .post-categories{
  gap: 0.5rem;
  margin: 1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.post_item .post-categories li,
.article_info .post-categories li {
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 22px;
  border-radius: 11px;
  background: #f1f1f1;
}
.post_item .post_title {
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.857142857142857;
  letter-spacing: 0.09em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
}
body:not(.home) .post_item .post_title {
  margin-top: 10px;
}
.article_info{
  display: flex;
  align-items: center;
}
.article_info .date{
  margin-right: 2rem;
}
/* ////////////////////////////////////////  
//  page single （記事詳細ページ）
/////////////////////////////////////////*/
#page .page_single .sec_inner{
  padding: 0;
}
.post_main_box{
  background: var(--color-light);
  padding: 4rem;
}
.lower_contents.page_single h1 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.page_single h2{
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 3px solid var(--color-primary);
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.page_single h3{
  font-size: 2rem;
  font-weight: 500;
  border-left: 3px solid var(--color-primary);
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  padding-left: 1rem;
}
.privacy-policy .page_single p,
.page_single .post p {
  margin: 2rem 0;
}
.page_single ol li{
  list-style: decimal;
  font-size: 1.4rem;
}
.page_single ul li{
  list-style-type: disc;
  font-size: 1.4rem;
}
.page_single ul,
.page_single ol{
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.page_single ul li:not(:last-child),
.page_single ol li:not(:last-child){
  margin-bottom: 1rem;
}
.page_single .style-none li{
  list-style-type: none;
}
li ol{
  margin-top: 1rem;
}

blockquote, .wp-block-quote {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 1.6em 5px;
  padding: 25px;
  font-size: 1.4rem;
  background: var(--color-sub);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 5px 5px 0 rgb(18 63 82 / 4%), 0 0 0 1px rgb(176 181 193 / 20%);
}
blockquote:after {
  content: "\275b\275b";
  display: block;
  position: absolute;
  font-family: Arial,sans-serif;
  font-size: 200px;
  line-height: 1em;
  left: -25px;
  top: -15px;
  color: var(--color-primary);
  opacity: .06;
}

.article_info .post-categories{
  gap: 0.5rem;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.lower_contents p{
  font-size: 1.4rem;
  line-height: 3rem;
}
.lower_contents .post_main_box.block_philosophy{
  z-index: 5;
}
.lower_contents.origainal p{
  text-align: left;
}
#page section.lower_contents.origainal h3{
  font-size: 1.8rem;
  text-align: left;
  color: #283140;
  position: static;
  bottom: 2.5rem;
  z-index: 2;
}
#page .list li{
  text-align: left;
  padding: 15px 0 15px 1rem;
  border-top: 1px solid #ddd;
}
.page_headline{
  margin: 0;
  height: 15vw;
  min-height: 150px;
  position: relative;
  z-index: 0;
  margin-top: 80px;
  align-content: center;
}
.page_headline .page_title {
  margin: 0 0 .5rem;
  color: var(--color-dark);
  font-size: 4vw;
  font-weight: normal;
  line-height: 0.85;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  font-weight: 400;
}
.page_headline .jp{
  font-size: 1.4rem;
}
/* privacy */
.privacy-policy h1{
  font-size: 2.4rem;
  border: none;
}
.privacy-policy h2{
  border: none;
}
.privacy-policy h3{
  font-size: 1.6rem;
}
.privacy-policy h4{
  font-size: 1.4rem;
  margin-top: 2rem;
}
/* page default */
#page section.page_default{
  padding: 8rem 0;
}
#page section.page_default .sec_inner{
  background: var(--color-light);
  padding: 4rem;
}
/* page onecolmun */
#page section.page_onecolumn{
  padding: 10rem 0 8rem;
  background: var(--color-light);
}

/* //////////////////////////////////////// 
//  page　company
/////////////////////////////////////////*/
.lower_contents{
  background: #F9F9F9;
  background: linear-gradient(0deg,rgba(249, 249, 249, 1) 42%, rgba(240, 240, 240, 1) 90%, rgba(229, 229, 229, 1) 100%);
  padding: 8rem 0;
}
.philosophy{
  padding: 8rem;
}
#page .sec_inner{
  padding: 8rem 4rem;
}
.page-company .philosophy{
  background: var(--color-light);
}
.lower_contents .head_txt h3 {
  display: inline-block;
  font-size: 4rem;
  text-align: left;
  line-height: 1;
  letter-spacing: 0;
}
#page section.philosophy{
  margin-bottom: 8rem;
  border-radius: 30px;
}
.philosophy .sec_inner [class^=box_]:first-child{
  padding-top: 0;
}
.philosophy .sec_inner [class^=box_]:not(:first-child){
  border-top: none;
  margin-top: -10rem;
}
.box_philosophy ._txt,
.box_philosophy p{
  text-align: center;
}
.box_philosophy ._txt{
  font-size: 4rem;
}
.box_philosophy ._txt span{
  color: var(--color-primary);
}
.box_vision,
.box_mission{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.box_vision{
  padding-bottom: 200px;
}

.box_vision .head_txt,
.box_mission .head_txt{
  width: 25%;
  max-width: 250px;
  padding: 0 !important;
}
.box_vision .txt_box{
  margin: 1rem 0 0 0;
  width: calc(70% - 1rem);
}
.box_mission .txt_box{
  margin: 1rem 0 0 0;
  width: 100%;
}
.box_vision img{
  position: absolute;
  top: 10px;
  right: -4rem;
  width: 35%;
  height: 260px;
  object-fit: cover;
}
.philosophy ._txt{
  margin: 0;
}
.box_mission ._list li{
  text-align: left;
  font-size: 120%;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 6rem;
  counter-increment: title;
  margin-bottom: 4rem;
}
.box_mission ._list li::before {
  position: absolute;
  top: 0; left: 0;
  content: "0"counter(title);
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: var(--color-primary);
  border-radius: 100%;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
}
.mission_list_ttl{
  font-size: 2.4rem;
}
.box_mission ._list p{
  font-size: 1.4rem;
}
#page section.outline{
  background: var(--color-light);
  padding: 4rem 4rem 8rem;
}
.outline table {
  width: 80%;
}

.outline table th,
.recruit table th{
  width: 210px;
  padding: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  vertical-align: middle;
}
.outline table td,
.recruit table td{
  width: calc(100% - 210px);
  font-size: 1.4rem;
  padding: 2rem;
  border-bottom: 1px solid var(--color-l-gray);
}
.recruit table tr:first-child td{
  border-top: 1px solid var(--color-l-gray);
}
.outline .btn_content {
  margin: 10px 0 2rem;
}
.outline .btn_content p{
  font-size: 1.2rem;
}
.table_foot{
  width: 80%;
  margin: 2rem auto 0;
  display: flex;
  justify-content: flex-start;
}
.outline .mark img {
  width: 85px;
}
.history_table {
  position: relative;
  z-index: 2;
  padding-bottom: 25px;
  
}
.history_table:before {
  content: '';
  display: block;
  width: 3px;
  height: 90%;
  position: absolute;
  z-index: -1;
  top: 25px;
  left: 195px;
  background-image: linear-gradient(to bottom, #111, #111 4px, transparent 3px, transparent 5px);
  background-size: 7px 7px;
}
.history_table .item {
  display: flex;
  align-items: baseline;
}
.history_table .item_year {
  width: 130px;
  font-family:"Outfit", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  flex-shrink: 0;
  line-height: 1;
  transform: translateY(4px);
}
.history_table .item_month {
  width: 80px;
  font-family:"Outfit", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 2.0rem;
  letter-spacing: 0.03em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.item_month:after {
  content: '';
  display: inline-block;
  background: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: top;
  border-radius: 25px;
  margin-left: 2rem;
}
.history_table .item_txt {
  font-family: "Outfit", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.16em;
  margin-left: 2rem;
}
#page section.access{
  background: var(--color-light);
  padding: 4rem;
}

.access .box_access{
  display: flex;
  gap: 2rem;
}
.access ._txt{
  width: 40%;
}
.access .map{
  width: calc(60% - 2rem);
}
/* //////////////////////////////////////// 
//  page greeting
/////////////////////////////////////////*/
#page section.greeting{
  margin-bottom: 8rem;
  border-radius: 30px;
  background: var(--color-light);
}
.lower_contents .greeting .head_txt{
  padding-bottom:1rem !important;
}

.lower_contents .greeting .head_txt h3{
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.txt_right{
  text-align: right;
  margin-bottom: 0;
}
.txt_right span{
  font-weight: 700;
}

/* //////////////////////////////////////// 
//  page business
/////////////////////////////////////////*/
.page-business .business{
  background: var(--color-light);
}
#page .page-business section{
  margin-bottom: 8rem;
  border-radius: 30px;
}
.business .box_business{
  display: flex;
  flex-direction: column;
}
.business .head_txt .txt_box{
  margin-top: 2rem;
}
.business .box_business:not(:last-child){
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--color-l-gray);
  padding-bottom: 4rem;
}

.business .sec_inner [class^=box_] h3{
    font-size: 2.8rem;
    position: relative;
    padding-left: 6.5rem;
}
h3.jp{
  letter-spacing: .5rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.business .sec_inner [class^=box_] h3::before {
  position: absolute;
  top: -.5rem;
  left: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: var(--color-primary);
  border-radius: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .05rem;
  font-family: 'Outfit', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.box_business .item{
  width: 100%;
}
.box_business .item .txt_box{
  width: 93%;
  margin-left: 7%;
}

.business .box_business.-first .item h3::before{
  content: "01";
}
.business .box_business.-second .item  h3::before{
  content: "02";
}
.business .box_business.-third .item h3::before{
  content: "03";
}

.business .box_business.-fourth .item h3::before{
  content: "04";
}
.business.skill .sec_inner [class^=box_] h3{
  padding-left: 0;
}
.business .box_business .item h3 span{
  font-size: 1.6rem;
}
.business ._txt._box-line{
  border: 2px solid var(--color-primary);
  border-radius: 20px;
  padding: 2rem;
}
.business ._txt._box-line h4{
  font-size: 1.6rem;
  font-weight: 700;
}

p.support{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.icon-sns {
	width: 2rem;
    margin-right: .5rem;
}

.business .list_skill{
  border: 2px solid #111;
  border-radius: 20px;
  padding: 2rem;
  min-width: 280px;
}
.business.skill .item{
    gap: 0 20px;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
}
.business.skill .item .item_wrap ul:nth-child(1){
  margin-bottom: 20px;
}
.list_skill li{
  margin-bottom: 1rem;
  border-bottom: 1px dotted #111;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list_skill li._txt:last-child{
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.list_skill li .icon{
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.list_skill li .icon img{
  width: 100%;
  height: 4rem;
  object-fit: contain;
}
/* //////////////////////////////////////// 
//  page roadmap
/////////////////////////////////////////*/
.roadmap{
    background: var(--color-light);
    border-radius: 30px;
}
.box_roadmap{
  text-align: center;
}
.roadmap .txt_center{
  text-align: center;
}
.roadmap .head_txt h3{
  font-size: 2.8rem;
  font-weight: 700;
}
.carousel-wrapper {
  margin: 60px 0 130px 0;
  perspective: 5000px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transform: rotateX(-15deg);
  width: 100%;
}

.carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 350px;
  height: 450px;
  transform-style: preserve-3d;
  /* transform: rotateX(-15deg) rotateY(0deg); */
  transition: transform 1s ease;
}

.card {
  position: absolute;
  width: 280px;
  min-height: 350px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: black;
  text-decoration: none;
  backface-visibility: visible; /* ← 裏面表示OK */
  transform-style: preserve-3d;
  transition: transform 1s ease, scale 1s ease;
  pointer-events: none; /* デフォルトはクリック不可 */
  cursor: default;
  padding: 2rem 1rem;
}

.card.active {
  transform: scale(1.0);
  z-index: 10;
  pointer-events: auto; /* アクティブなカードだけクリック可 */
  cursor: pointer;
}

.card.active:hover {
  background: #ddd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  opacity: 1 !important;
}
.card:not(.active){
  filter: brightness(0.95);
}
.card p{
  font-size: 1.2rem;
  text-align: center;
  line-height: 2rem;
}
.card p span{
  display: block;
  font-size: 1rem;
  text-align: center;
}
.card img{
  width: 100%;
}

.controls {
  position: absolute;
  top: 300px;
  display: flex;
  z-index: 1000;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  transform: translateZ(200px);
}

button {
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.controls #prevBtn,
.controls #nextBtn{
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0);
}

.controls #prevBtn{
    display: flex;
    bottom: 0;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.controls #nextBtn{
    display: flex;
    bottom: 0;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.controls #prevBtn:before{
    position: absolute;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    margin-left: -4px;
    border-bottom: 2px solid var(--color-light);
    border-left: 2px solid var(--color-light);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.controls #nextBtn:before{
      position: absolute;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    margin-left: -4px;
    border-top: 2px solid var(--color-light);
    border-right: 2px solid var(--color-light);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.controls button:after{
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--color-primary);
    position: absolute;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 0;
}
.controls button:hover:after{
      background: var(--color-l-gray);
      border: 1px solid var(--color-primary);
}
.controls #prevBtn:hover:before,
.controls #nextBtn:hover:before{
    border-color: var(--color-primary);
}

/* //////////////////////////////////////// 
//  archive member
/////////////////////////////////////////*/
.member{
  background: var(--color-light);
  border-radius: 30px;
}
.member_list{
  display: flex;
  flex-wrap: wrap;
}
.member_list li {
  width:calc(100% / 4);
  height: 100%;
  position: relative;
  z-index: 5;
  margin: 0 20px 20px 0;
}
.member_list li:last-child {
  margin-right: 0;
}
.member_list li img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#page section .member_title_box h3{
  text-align: center;
  font-size: 2rem;
}
/* //////////////////////////////////////// 
//  singl-epage member
/////////////////////////////////////////*/
.member-details-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    flex-direction: column;
}

.member-details-inner .thumb{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 80%;
  margin-bottom: 4rem;
}
.member-detail-img {
  width: 40%;
}
.thumb .member-info_txt{
  width: 50%;
  margin-left: 2rem;
}
.member-details-inner .thumb h1{
  font-size: 4rem;
}
.member-details-inner .thumb h2{
  font-size: 2rem;
  font-weight: 700 !important;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 3rem;
}
.member-info_txt {
    width: 100%;
    text-align: left;
}
.member-info_txt p{
  display: inline-block;
}
.member-info_txt .member-ttl{
  padding: .5rem;
  margin-right: 1rem;
}

.occupation, .join{
  display: block;
  font-size: 1.4rem;
}
.member-info_txt p.name{
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-right: 1rem;
}


.member-info_txt .flex{
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.member-info_txt .name._bk{
  background: var(--color-primary);
  color: var(--color-light);
  padding: .7rem;
  margin: 0 1rem 2rem 0;
  width: 100px;
  text-align: center;
}
.member-info_txt .name._wh{
  background: var(--color-light);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: .7rem;
  margin: 0 1rem 2rem 0;
  width: 100px;
  text-align: center;
}

.member-info_txt ._txt{
  margin-top: .5rem;
  width: calc(100% - (100px + 1rem));
}
.interview-box{
  border-top: 1px solid #eee;
  margin-bottom: 2rem;
  padding-top: 3rem;
}
.interview-box:first-child{
  border-top: none;
}
.interview-box .headline{
  margin: 0 0 2rem;
}
.interview-box .headline p{
  font-size: 4rem;
  font-family: Alice;
  margin-right: 2rem;
}
.interview-box h3{
  display: block;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.member-info_txt h3.center{
  display: block;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 4rem;
}

/* //////////////////////////////////////// 
//  page service / recruit
/////////////////////////////////////////*/
.lower_contents.page-recruit{
    background: #f9f9f9;
}
#page section.service{
  padding: 0;
  margin-bottom: 2rem;
}
.page-service .service .sec_inner{
  display: flex;
  align-items: flex-end;
}
.page-service .service .sec_inner .item,
.page-recruit .recruit .sec_inner .item{
  width: 35%;
  position: relative;
  z-index: 1;
  padding: 3rem;
  align-self: flex-end;
}
.page-service .service .sec_inner .item:before,
.page-recruit .recruit .sec_inner .item:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  background: var(--color-light);
  z-index: -1;
  border-radius: 30px;
}
.page-service .service .sec_inner .item._cs{
  padding: 6rem 3rem;
}
.page-service .service .sec_inner ._img,
.page-recruit .recruit .sec_inner ._img{
  width: 65%;
  z-index: 0;
}

.page-service .service:nth-child(even) .sec_inner,
.page-recruit .recruit:nth-child(4) .sec_inner,
.page-recruit .recruit:nth-child(6) .sec_inner{
  flex-direction: row-reverse;
}
.page-service .service:nth-child(even) .sec_inner .item:before,
.page-recruit .recruit:nth-child(4) .sec_inner .item:before,
.page-recruit .recruit:nth-child(6) .sec_inner .item:before{
  right: 0;
  left: inherit;
}
/* //////////////////////////////////////// 
//  page recruit
/////////////////////////////////////////*/
#page section.recruit {
  padding: 0;
  margin-bottom: 4rem;
}
.page-recruit .recruit .sec_inner{
  display: flex;
  align-items: flex-end;
}
#page .recruit .sec_inner {
  padding: 0;
}
.lower_contents.page-recruit{
  padding: 0;
}
#page .recruit .sec_inner h3{
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.recruit._mv{
  margin: 0;
  height: 20vw;
  min-height: 150px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit._mv h2{
  color: var(--color-light);
  text-align: center;
  font-size: 4rem;
}
.recruit._mv h2 span{
  display: block;
  font-size: 2rem;
  text-align: center;
  letter-spacing: .5rem;
  font-weight: 300;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.recruit._mv::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url(../img/recruit_mv.jpg);
  background-size: cover;
  z-index: -2;
}
.recruit._mv::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #00000096;
  z-index: -2;
}

.recruit .head_list{
  width: 100%;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 4rem;
}
.recruit .head_list li{
  width: calc( 100% / 2);
  background: var(--color-light);
  padding: 6rem 2rem 2rem ;
  position: relative;
  counter-increment: title;
}

.recruit .head_list li::before {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "0"counter(title);
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--color-primary);
  border-radius: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Alice" , serif;
  text-align: center;
}

.recruit .head_list ._ttl{
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
.recruit .head_list ._txt{
  font-size: 1.2rem;
  text-align: center;
}

.recruit_ttl{
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}
.recruit_big-ttl{
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.circle_point{
  background: var(--color-primary);
  color: var(--color-light);
  font-size: 3rem;
  font-family: "Alice" , serif;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  top: -40px;
}
.circle_point span{
  font-size: 1.2rem;
}
.page-recruit .recruit .sec_inner .item {
  padding: 6rem 3rem 3rem;
}

#page section.requirements,
#page section.courselist{
  background: var(--color-light);
  margin-bottom: 0;
}
#page section.requirements{
      padding-top: 6rem;
}

#page .page-recruit .recruit.requirements .sec_inner{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 4rem;
}
#page .page-recruit .recruit.requirements .wrap .sec_inner{
  padding: 0;
}
.page-recruit .requirements ._ttl{
  font-size: 3rem;
  margin: 0 0 4rem 0;
}
.recruit.course .recruit_ttl{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.recruit.course .recruit_ttl h3{
  font-weight: 700;
}
.recruit.course .recruit_ttl p{
  font-weight: 400;
  display: block;
  text-align: center;
}

#page section.recruit.course{
  background: var(--color-light);
  padding: 4rem 0 6rem;
  margin-bottom: 0;
  
}
.curriculum{
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3rem 4rem;
}
.curriculum li{
	    width: calc(100% / 3 - (40px));
}
.curriculum li a{
	height: 190px;
    padding: 2rem 1rem;
	border: 3px solid var(--color-primary);
    border-radius: 20px;
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.curriculum li a:hover{
	background: var(--color-l-gray);
	border-radius: 20px;
}
.curriculum li a:hover::before{
	color:#111;
	background: #c8c8c8db;
	content:"ロードマップを見に行く";
	width: 100%;
	height: 100%;
	border-radius: 17px;
	position: absolute;
	display:flex;
	justify-content: center;
	align-items: center;
}
.curriculum li img{
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
.curriculum li p{
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 1rem;
}
.curriculum li p span{
  font-weight: 400;
  display: block;
  font-size: 1.1rem;
  text-align: center;
}

#page .recruit.courselist .sec_inner {
  display: flex;
  flex-direction: column;
  align-items: normal;
  padding-top: 4rem;
  margin: 0;
  }
.recruit.courselist .sec_inner ._ttl{
    background: var(--color-primary);
    padding: 1.5rem;
    color: var(--color-light);
    font-size: 1.6rem;
    font-weight: 500;
  }
.recruit table th {
  vertical-align: baseline;
}
.recruit table p span{
  font-size: 1.2rem;
  line-height: 1.5;
}
.recruit table .tag{
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid var(--color-l-gray);
  padding: 1rem 1.5rem;
  margin: 0 1rem 1rem 0;
  border-radius: 10px;
}
.recruit table .tag span{
  font-size: 1rem;
  display: inherit;
}
.recruit .btn_box {
  justify-content: center;
  margin-bottom: 6rem;
}
.recruit-arrow{
  width: 70%;
  max-width: 300px;
}

.carousel-recruit .carousel-wrapper{
  height: auto;
}
.carousel-recruit .card{
    width: 260px;
    height: 345px;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.carousel-recruit .card p{
    display: block;
    font-size: 1.2rem;
    text-align: left;
    margin-top: 1rem;
    padding-left: 2rem;
}
.carousel-recruit .card p span{
  text-align: left;
}
.carousel-recruit .card p span span{
  font-size: 1.6rem;
  font-weight: 600;
}
.carousel-recruit .card img{
      border-radius: 15px 15px 0 0;
}
.carousel-recruit .controls {
    position: absolute;
    top: 220px;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row;
    transform: translateZ(200px);
}

/* //////////////////////////////////////// 
//  page contact
/////////////////////////////////////////*/
.entry._form,
.contact._form{
  background: var(--color-light);
}
#page .entry._form .sec_inner,
#page .contact._form .sec_inner {
  padding: 4rem;
  max-width: 700px;
  margin: 0 auto;
}
::placeholder {
  color: #ccc;
}
.inquiry-dl {
    display: block !important;
    text-align: left;
    margin-bottom: 25px !important;
}
.form dl {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.form dl dt {
  font-weight: 700;
  font-size: 1.4rem;
}
.form dl dd {
	width: calc(100% - 230px);
	margin-bottom: 0;
  font-size: 1.6rem;
}

.form dl dd input,
.form dd select,
.form dd textarea  {
	width: 100%;
	padding: 11px 18px 10px !important;
	background-color: var(--color-sub);
	border: 1px solid var(--color-sub);
	border-radius: 4px !important;
  outline: none;
	cursor: pointer;
	transition: 0.3s all;
}
.form dl dd input[type=checkbox]{
  width: auto;
}

.form dl dd input:focus-visible,
.form dl dd select:focus-visible,
.form dl dd textarea:focus-visible{
	outline: none;
}
.form dl dd input:hover,
.form dl dd select:hover,
.form dl dd textarea:hover {
	background-color: rgba(255,255,255, 1);
	box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 8%);
}
.form dl dd input[type="checkbox"]:hover,
.form dl dd input[type="radio"]:hover {
	box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 0%);
}
.form dl dd input:focus,
.form dl dd select:focus,
.form dl dd textarea:focus {
	border: 1px solid var(--color-sub);
}

.form dd select {
	-webkit-appearance: none;
	appearance: none;
	color: #111;
  position: relative;
}
.form dd select::-ms-expand {
  display: none; 
}
.form dd select:invalid {
  color: red !important;
}
.select{
  position: relative;
}

.select::after {
  content: "\e5c5";
  font-family: 'Material Icons';
  position: absolute;
  right: 20px;
  top: 1rem;
  width: 25px;
  font-size: 25px;
}


.form a.btn-hover,
.form button {
	width: 364px;
	max-width: 100%;
	margin-top: 25px;
	margin-bottom: 90px;
}
.form a.btn-hover .non-scroll {
	left: 0;
	text-align: center;
}
.form p.text-btn {
	font-size: 16px;
	letter-spacing: 1px;
}
.form .option {
	color: var(--color-primary);
  padding: 1rem .5rem;
  padding: 0.5rem;
  font-size: 1rem;
  margin-left: 1rem;
}
.form p.text-btn a span {
    padding-right: 28px;
}
.inquiry-dl {
	display: block !important;
	text-align: left;
	margin-bottom: 25px !important;
}

.inquiry-dl .small {
	font-size: 12px;
}
.inquiry-dl .middle {
	font-size: 14px;
}
.inquiry-dl dd {
	width: 100% !important;
	margin-bottom: 0;
}
.form .privacy-link{
  text-align: center;
}
.form .privacy-link a{
	color: var(--color-primary);
	text-decoration: underline;
  font-size: 1.4rem;
}
.form .privacy-link a::after{
  font-family: 'Material Icons';
  content: "\e89e";
  font-size: 1.4rem;
}

.form .agree{
  margin: 20px 0;
  text-align: center;
}
.wpcf7-form input[type="submit"] {
  position: relative;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  width: 250px;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
  cursor: pointer;
  margin: 20px auto 0;
  transition: 0.3s all;
  text-align: center;
  background: #FFF;
}
.page-contact .btn_box,
.page-entry .btn_box{
  justify-content: center;
}

.wpcf7-form input[type="submit"]:hover {
  background: var(--color-primary);
  color: var(--color-light);
}

.form p a{
  text-decoration: underline;
  display: inline;
  color: var(--color-blue);
}
.form p a:hover{
  opacity: .7;
}
.form form * {
  text-align: left;
}

/* ///////////////////////////////////////////////////////////////////// 
//  footer
/////////////////////////////////////////////////////////////////////*/
.footer_mainbox-inner{
    flex-wrap: nowrap;
    flex-direction: row;
	gap: 10px;
	justify-content: space-around;
}
.footer_mainbox-01{
  width: 40%;
}
/* .footer_mainbox-02,
.footer_mainbox-03,
.footer_mainbox-04{
  width: calc((60% / 3) - 30px);
} */
.footer_mainbox-04{
	margin-top: 41px;
}
.foot_logo img{
  width: 120px;
}
.footer .widget_nav_menu{
  color: var(--color-dark);
}
.footer .widget_nav_menu h3{
  text-align: left;
}
.footer .widget_nav_menu .menu{
  position: relative;
    top: 0;
    right: 0;
    z-index: 98;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: var(--color-dark);
}
.footer .widget_nav_menu .menu li{
  width: 100%;
}
.footer .widget_nav_menu .menu .menu-item a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5px 0 5px;
  color: var(--color-dark);
}
.footer .widget_nav_menu .menu .menu-item a:hover{
  color: var(--color-primary);
}

#menu-footer-menu1 .menu-item a::before{
  content: '';
  position: absolute;
  left: 5px;
  top: 20px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #e2694c;
  background: transparent;
}
.footer .widget_nav_menu .menu-item a:after {
    bottom: 0px;
  }

.footer .footer_nav{
  border-bottom: 1px solid var(--color-l-gray);
}
.footer .widget_nav_menu{
  color: var(--color-dark);
  margin-bottom: 2rem;
  width: 100%;
  margin: 0 auto;
}
.footer .widget_nav_menu h3{
  text-align: left;
  font-size: 2rem;
  border-bottom: 1px solid #111;
}
.footer .widget_nav_menu .menu{
  position: relative;
  top: 0;
  right: 0;
  z-index: 98;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 2rem;
}

.child_nav_box{
  border-top:1px solid #ccc;
}

.child_nav_box ul{
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  padding-bottom: .7rem;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.child_nav_box ul li{
  width: 20%;
}
.child_nav_box .page_item{
  position: relative;
  margin-right: 15px;
}
.child_nav_box .page_item:last-child{
  margin: 0;
}
.child_nav_box .page_item a{
  padding: 20px;
  margin-right: .5rem;
  text-align: center;
  font-weight: 600;
  color: #000;
  box-sizing: border-box;
  align-self: center;
}
.child_nav_box .page_item a:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  content: "";
  width: 100%;
  height: 2px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: auto;
}
.child_nav_box .page_item a:hover{
  color: #ccc;
}
.child_nav_box .page_item a:hover:after {
  width: 100%;
  background: #ccc;
}



/* ///////////////////////////////////////////////////////////////////// 
//  responsive
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1300px) {
  .wrap {
      grid-template-columns: 1fr min(calc(100% - 2rem), 70%) 1fr;
  }
}

@media (max-width: 1259px) {
  .wrap {
    grid-template-columns: 1fr min(calc(100% - 2rem), 1024px) 1fr;
  }

  #mv h1 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: var(--color-light);
    z-index: 2;
    font-size: 6rem;
    text-align: left;
    line-height: 1.5;
    z-index: 5;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page_headline .page_title {
    margin: 0 0 .5rem;
    font-size: 4rem;
  }
}


/* //////////////////////////////////////// 
//  tablet以下メニュー
/////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .wrap {
    grid-template-columns: 1fr min(calc(100% - 1rem), 95%) 1fr;
  }

  /* top */
  .sec_concept_inner,
  .sec_profile_inner,
  .sec_saloninfo_text{
    margin-top: 2rem;
  }
  #menu{
    padding: 4rem 0 6rem;
  }
  #menu .btn_box {
    position: relative;
    display: flex;
    justify-content: center;
  }
  #menu .btn_content {
    margin-right: 0;
  }
  /* page */
  .page_headline {
    margin-top: 60px;
  }
  /* footer */
  .footer .menu-item a {
    border-bottom: none;
  }

}


@media screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
  .sec_ttl p {
    font-size: 4rem;
  }
  #mv {
    height: 70vh;
    max-height: 500px;
  }
  /* top */
  #about .sec_inner,
  #profile .sec_inner,
  #saloninfo .sec_inner,
  #news .sec_inner,
  .business_list,
  .service_list{
    flex-direction: column;
  }
  #about .sec_inner {
      padding: 4rem;
      flex-direction: column-reverse;
      gap: 2rem;
  }
  #service .sec_inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .service_list .item a {
    width: 100%; 
  }

  .sec_about_img,
  .sec_about_inner,
  .sec_profile-img,
  .sec_profile_inner,
  .sec_saloninfo_text,
  .sec_saloninfo_img,
  .business_list .item,
  .service_list .item{
    width: 100%;
  }

  #vision .sec_inner::after {
    top: -9rem;
  }
  #service .sec_inner::after{
    top: -9rem;
    left: -11rem;
  }

  /* top menu */
  #menu .sec_inner {
    width: 80%;
    padding: 30px 30px 60px;
  }
  #menu .menulist_box dl {
    width: 100%;
    flex-direction: column;
  }
  #menu .menulist_box dd {
    justify-content: flex-end;
  }
  /* company */
  .box_vision .txt_box {
    margin: 1rem 0 0 0;
    width: calc(50% - 1rem);
  }
  .box_vision img {
    top: 100px;
    right: -3rem;
    width: 40%;
    height: 200px;
  }
  /* footer */
  .footer {
    padding-top: 4rem;
  }
  .footer .sec_inner{
    width: 100%;
    padding: 0;
  }
  .foot-logo, .foot-logo img {
    width: 145px;
    margin: 0 auto;
    display: block;
  }
  .footer_mainbox-inner{
    flex-direction: column;
  }
  .footer_mainbox-01,
  .footer_mainbox-02,
  .footer_mainbox-03,
  .footer_mainbox-04{
    width: 100%;
    padding: 2rem;
    margin: 0;
  }
  .footer_mainbox-01{
    margin-top: 4rem;
  }
  .footer_mainbox-04{
	border-top: 1px solid #E8E8E8;

	}
  /* page menu */
  #page .sec_inner {
    padding: 3rem;
  }
  .menu_main_box {
    justify-content: space-between;
  }
  .menu_main_box .menulist_box {
    width: 100%;
  }
  .menu_main_box .menulist_box:not(:nth-child(2)){
    margin-top: 25px;
  }
  /* page business */
  .box_business .item._img img {
    width: 70px;
  }
  /* page service */
  .page-service .service .sec_inner{
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    width: 100%;
  }
  .page-recruit .recruit .sec_inner {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
  }

  .page-service .service:nth-child(even) .sec_inner,
  .page-recruit .recruit:nth-child(even) .sec_inner {
    flex-direction: column-reverse;
  }
  .page-service .service .sec_inner .item  {
    width: 95%;
    padding: 2rem;
    margin-top: -10px;
  }
  .page-service .service .sec_inner ._img,
  .page-recruit .recruit .sec_inner ._img {
    width: 100%;
  }
  .page-service .service .sec_inner .item:before,
  .page-recruit .recruit .sec_inner .item:before {
    width: 100%;
  }
  /* recruit */
  .page-recruit .recruit .sec_inner .item {
    width: 95%;
    padding: 5rem 2rem 2rem;
    margin-top: -10px;
  }
  .recruit-arrow{
    width: 70%;
  }
	#page section.roadmap{
    padding: 3rem 0 ;
  }
}

/* //////////////////////////////////////// 
//  sp
/////////////////////////////////////////*/

@media (max-width: 480px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* page menu */
  #page .sec_inner {
    padding: 1rem;
  }
  #mv {
    height: 70vh;
    max-height: 500px;
    background-size: cover;
  }
  .mv_ttl .mv_blue {
    margin: 2rem 0 0 -1rem;
  }

  .sec_about_inner::before {
    font-size: 8rem;
    top: -8rem;
    left: -5rem;
  }
  #vision .sec_inner::after,
  #business .sec_inner::after{
    font-size: 8rem;
  }
  #service .sec_inner::after{
    font-size: 8rem;
    top: -9rem;
    left: -6rem;
  }
  .btn_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #page .contact._form .sec_inner {
    padding: 0rem;
  }
  .contact_area .sec_inner {
    flex-direction: column;
  }
  .sec_recruit_inner, .sec_contact_inner {
    width: 100%;
  }  
  .contact_area a {
    height: 40vw;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem;
  }
  .contact_area .sec_ttl {
    align-items: flex-start;
    margin-bottom: 0rem;
  }

  #page section{
    padding: 4rem 2rem;
  }
  #page section.outline,
  #page section.access,
  #page section.wrap.__full{
    padding: 4rem 0;
  }

  .box_about, .box_vision, .box_mission {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .box_about .head_txt, .box_vision .head_txt, .box_mission .head_txt{
    width: 100%;
    max-width: 100%;
  }
  .box_about .txt_box, .box_vision .txt_box, .box_mission .txt_box{
    margin: 0;
    width: 100%;
  }
  .box_vision img{
    position: relative;
    width: 100%;
    top: 2rem;
    right: 0;
  }
  .box_philosophy ._txt{
    font-size: 2.4rem;
  }
  .box_mission ._list li {
    padding: 0 0 0 5rem;
  }
  .box_mission ._list li::before {
    top: 6px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.4rem;
  }
  .outline table {
    width: 100%;
  }
  .outline table tr,
  .recruit table tr{
    display: block;
    width: 100%;
    border: none;
  }
  .outline table th,
  .recruit table th{
    display: block;
    width: 100%;
    padding: 1rem;
    border: none;
  }
  .outline table th{
    background-color: var(--color-sub);
  }
  .outline table td,
  .recruit table td {
    display: block;
    width: 100%;
    padding: 1rem 1rem 2rem;
    border: none;
  }
  .history_table:before {
    left: 55px;
  }
  .history_table .item{
    flex-wrap: wrap;
  }
  .history_table .item_year {
    width: 100%;
    background: var(--color-sub);
  }
  .history_table  .item_month {
    width: 70px;
  }
  .history_table .item_month:after {
    margin-left: 1rem;
  }
  .history_table .item_txt {
    width: calc(100% - 70px - 2rem)
  }
  .access .box_access{
    flex-direction: column;
  }
  .access ._txt,
  .access .map{
  width: 100%;
  }
  /* page business */
  #page .page-business section {
    margin-bottom: 0;
  }
  .business .box_business {
    flex-direction: column;
  }
  .business .sec_inner [class^=box_] h3 {
    font-size: 2rem;
    padding-left: 5rem;
  }
  .business .sec_inner [class^=box_] h3::before {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .business .box_business.-second .item:nth-child(1) {
    order: -1;
  }
  .business .box_business.-second .item:nth-child(2) {
    order: 0;
  }
  .box_business .item,
  .box_business .item._img {
    width: 100%;
  }
  .box_business .item._img img {
    width: 25%;
  }
  /* page service */
  #page section.service{
    padding: 4rem 0rem;
  }
  /* page service */
  .business .list_skill ,
  .item_wrap{
    width: 100%;
  }
  .business.skill .item .item_wrap ul:nth-child(1) {
      margin-bottom: 10px;
  }
  .business.skill .item {
    gap:10px;
        flex-direction: column;
  }
  /* page roadmap */
  .page-roadmap.wrap {
    	grid-template-columns: 1fr min(calc(100% - 1rem), 95%) 1fr;
  }
  #page section.roadmap{
    padding: 4rem 0;
  }

    .box_roadmap .carousel-wrapper{
      margin: 0px 0 90px 0;
      overflow: hidden;
      padding: 30px 0;
      height: 680px;
    }
    .box_roadmap .carousel {
    width: 100%;
    height: 650px;
    padding-top: 30px;
    width: 100%;
  }
  /* page recruit */
  .page-recruit.wrap {
      grid-template-columns: 1fr min(100%) 1fr;
  }
  #page .recruit .sec_inner{
    padding: 0 1rem;
  }
  .carousel-recruit .carousel{
    width: 100%;
    height: 250px;
    padding-top: 30px;
  }
  .carousel-recruit .carousel-wrapper{
      overflow: hidden;
      padding: 30px 0;
      margin: 10px 0;
    }
  .carousel .cards,
  .carousel-recruit .card {
    width: 150px;
    min-height: 200px;
    height: 200px;
  }
  .carousel .controls, 
  .carousel-recruit .controls {
    top: 150px;
  }

.controls #prevBtn {
    left: 20%;
  }
.controls #nextBtn {
    left: 80%;
  }

  .carousel-recruit .card p {
    margin-top: .5rem;
  }
  .carousel-recruit .card p span{
  line-height: 1.3;
  }
  .carousel-recruit .card p span span {
  font-size: 1.2rem;
  }

  .curriculum {
    gap: 10px;
    margin:0;
  }
  .curriculum li {
    width: calc(100% / 2 - (20px));
  }
  
  .recruit .head_list {
    flex-direction: column;
  }
  .recruit .head_list li {
    width: 100%;
  }
  .recruit_big-ttl {
    font-size: 2.4rem;
  }
  #page .page-recruit .recruit.requirements .sec_inner {
    padding: 4rem 2rem;
  }
	.member_list {
		gap: 10px;
	}
	.member_list li {
     width: calc( (100% / 2 ) - 10px);
	margin: 0;
	}
  /* page記事 */
  .page-blog .post_list article {
    width: 100%;
  }
	#page .sec_inner.member-details-inner {
        padding: 0;
    }
	.member-details-inner .thumb {
    flex-direction: column;
	width: 100%;
    margin-bottom: 2rem;
	}
	.member-detail-img {
    width: 100%;
	}
	.thumb .member-info_txt {
    width: 100%;
    margin-left: 0;
	}
	.member-info_txt .occupation,
	.member-info_txt .join{
    	font-size:1rem;
		margin-bottom: 0;
	}
	.member-details-inner .thumb h2,
	.member-info_txt h3.center{
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.member-info_txt .name._bk,
	.member-info_txt .name._wh{
		margin: 0 1rem 0rem 0;
		width: 80px;
		font-size: 1rem;
	}
	.member-info_txt ._txt {
		width: 100%;
	}
	.interview-box .headline,
	.interview-box .flex{
		flex-direction: column;
	}
  /* footer */
  .footer .widget_nav_menu {
    margin-bottom: 2rem;
    width: 100%;
    margin: 0 auto;
  }
  .footer .widget_nav_menu .menu {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 2rem;
  }
  .footer .widget_nav_menu .menu .menu-item:first-child {
      border-top: none;
  }
	.footer_mainbox-04{
	margin-top: 0;
}
  
}



/* pagination */
.pagination{
  display: flex;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}
ul.page-numbers{
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%;
}
.pagination{
  margin: 4rem auto;
}
ul.page-numbers li span, .page-numbers a{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 5px 3px 4px 5px;
    border-radius: 20px;
    line-height: 0;
    min-width: 38px;
    min-height: 37px;
}
.page-numbers a:hover{
  background: var(--color-primary);
}
ul.page-numbers .current{
  background: var(--color-primary);
  cursor: default;
  pointer-events: none;
  color: var(--color-light);
}
ul.page-numbers a.next,
ul.page-numbers a.prev{
  color: var(--color-dark);
  margin-left: 30px;
}

/* prev next */
ul.page-numbers:not(.page-numbers) a{
  padding: 2rem 0;
}
ul.page-numbers a.prev::before,
.btn-prev-article a::before{
  font-family: 'Material Icons';
  content: "\e5e1";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
  font-size: 1.1rem;
  padding-left: 0.8rem;
  color: var(--color-primary);
}
ul.page-numbers a.next::after,
.btn-next-article a::after{
  font-family: 'Material Icons';
  content: "\e5e0";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
  font-size: 1.1rem;
  padding-left: 0.8rem;
  color: var(--color-primary);
}
.btn-newstop a::before {
  font-family: 'Material Icons';
  content: "\eb9e";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
  font-size: 1.1rem;
  padding-left: 0.8rem;
  color: var(--color-primary);
}
ul.page-numbers:not(.page-numbers) a:hover span{
  color: var(--color-primary);
}

/* //////////////////////////////////////// 
//  nav
/////////////////////////////////////////*/

#nav-drawer{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  padding: 0 5%;
  background: rgba(255, 255, 255, 0.5);
}
.nav-unshown {
  display:none;
}
#nav-content{
  width: 100%;
}
.logo_head{
  margin: 0;
  z-index: 10000;
}
.logo_head a{
  display: inline-block;
}
.logo_head a img {
	width: 160px;
	height: 60px;
	object-fit: contain;
}
.menu{
  position: relative;
  top: 0;
  right: 0;
  z-index: 98;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-item{
  position: relative;
}
.menu-item a{
  display: flex;
  width: 100%;
  height: 100%;
  padding: 22px 20px 23px;
  margin-right: .5rem;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  align-self: center;
  text-align: left;
}
.menu-item a:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  content: "";
}
.menu-item a:after {
  width: 0;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: auto;
}
.menu-item a:hover:after {
  width: 100%;
}
.menu-item a:after {
  background: #000;
}

.menu-item a strong{
  font-size: 1.5rem;
  text-align: center;
font-family: 'Alice', 'Noto Serif JP', serif;
}
.menu-item a span{
  display: block;
  font-size: 10px;
  text-align: center;
}

.sub-menu {
  color: #111;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 0;
  transition: all .2s ease;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: 1s;
  opacity: 0;
}


nav ul li a.open ~ .sub-menu{
  position: absolute;
  display: block;
 	width: 230px;
  background: #f7f7f7;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
padding: 10px;
  transition: all .2s ease;
  -webkit-transition: .2s;
  -o-transition: .2s;
  opacity: 1;
}


/* nav > ul > li > ul {
  display: none;
} */

/* 
.header-nav-child {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 300px;
  background: #f7f7f7;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 18px;
  transition: all .5s ease;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header-nav-child > .menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.header-nav-child > .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .5em 0;
}

.header-nav-child > .menu-item a:hover {
  background: black;
  color: white;
} */
@media screen and (max-width: 768px) {
  header .site-header{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
    padding: 0 5%;
  }
  .logo_head a {
    display: inline-block;
    width: 120px;
    height: auto;
  }
  #nav-drawer {
    background: rgba(255, 255, 255, 0.5);
    
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 99;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #111;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
    height: 100%;
    padding-top: 100px;
    background: var(--color-light);
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px #000;
  }
  .logo_head a img {
    width: 100%
  }
  .menu{
    z-index: 98;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    padding: 0;
  }
  .menu-item{
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
  }
  .menu-item a {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 2rem 0rem;
    border-bottom: 1px solid #CCC;
    font-size: 1.4rem;
  }
  .menu-item .sub-menu li:last-child a{
    border-bottom: none;
  }
  .menu-item a {
    text-align: center;
  }
  .menu-item a:after{
    display: none;
  }
  .menu-item a:hover:after {
    display: none
  }

  .sub-menu{
    top: 0;
  }

    .menu{
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
  }

  .sub-menu {
    position: relative !important;
    z-index: 999;
    width: 100% !important;
    background: #dedede !important;
  }
  nav ul {
    border-top: none;
  }
  nav > ul > li > ul {
    display: none;
  }

  nav > ul > li.menu-item-has-children > a::after{
    content: none;
  }
  nav > ul > li.menu-item-has-children > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -6px 0 0 0;
    border: 6px solid transparent;
    background: transparent;
    border-top: solid 6px #CCC;
    border-right: solid 6px #CCC;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
  nav > ul > li a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  nav > ul > li a,
  nav > ul > li a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  nav > ul > li a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }

}