@charset "UTF-8";

/*
Theme Name: musashi
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap');
:root { 
  --key-Color: #103770;
  --blue: #103770;
  --red: #c91b2c;
  --darkgray:#424d54;
  --row-space : 4.69vw;
  --col-space : 16.2vh;
  --horizontal-space : 4.26vw;
  --h1 :1.910vw;
  --h2 :2.166666666666666vw;
  --h3 : 1.8rem;
  --h4 : 1.45rem;
  --flex_hurf : calc((100% -  2.4583333333333333vw )/ 2);
  --flex_third : calc((100% - 2.864583333333333vw) / 3);
  --flex_fourth : calc(94% / 4);
  --flex_five : calc((100% - 5vw) / 5);
  --flex_six : calc(100% / 3);
  --border-width:20px;
  }
  
  @media screen and (max-width: 767px) {
  
    :root { 
      --h3: 1.2rem;
      --h4: 1.1rem;
      --row-space : 4vw;
      --horizontal-space : 4vw;
      --col-space : 5vh;
      --Text-normal: 15px;
      --flex_hurf : 100%;
      --flex_third : calc(96% / 2);
      --flex_third_space : calc(100% / 1);
      --flex_fourth : calc((100% - 2.864583333333333vw) / 2);
      --flex_five : calc(100% / 1);
      --flex_six : calc(100% / 2);
      --flex_third :100%;
        --border-width:5px;
      }
      .sp, .pc_only{
        display: none !important;
      }
  
  }

  p{
    color:#060606;
    line-height: 2.0;
    font-size: 1.0rem;
  }


  @media only screen and (min-width: 1500px){
    :root { 
      --row-space : 6.533333333333332vw;
      --col-space : 16vh;
    }
  }
@media only screen and (min-width: 1070px) and (max-width: 1100px) {	
    :root { 
      --row-space : 2vw;
      --col-space : 5vh;
    }
}
  @media only screen and (min-width: 768px) and (max-width: 1069px) {

    :root { 
      --row-space : 2vw;
      --col-space : 5vh;
    }
    div, p{
      font-size: 0.9rem;
    }
  }

  @media screen and (min-width: 768px) {
    .pc, .sp_only{
    display:none !important;
    }
  }
  
  form a{
    color: var(--key-Color);
  }
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

div.Center{
	text-align:center;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html *{
  box-sizing: border-box;
}

html, body{
  margin: 0;
}

body {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #010101;
  background:#fff;
  overflow-x: hidden;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
p, li, a, div{
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html.appear{
  overflow: hidden;
}

body{
  --sb-track-color: #e9e9e9;
  --sb-thumb-color: #000000;
  --sb-size: 10px;
  scrollbar-color: var(--sb-thumb-color) 
                   var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size) 
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  }
img{
  max-width: 100%;
  vertical-align: bottom;
}
.aligncenter {
    clear: both;
    margin: auto;
    display: block;
}
a{
  transition: 0.4s;
}


picture img, iframe{
  vertical-align: bottom;
}

.slick-slider{
  padding-left: 0;
}

.slick-slider li{
  text-align: center;
}

.slick-slider li img{
  margin-left: auto;
  margin-right: auto;
}
.gallery-thumbnail .slick-track {
cursor:pointer;
}
#header__wrap{
  position: relative;
  width: 100%;
  height: 100vh;
}

header#kv__wrap{
  position: relative;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}
header#kv__wrap.recruit{
	max-height:max-content;
}

header#kv__wrap.recruit h2{
	margin-top:3rem;
}

header.page{
  height: auto !important;
}

header.page picture{
  width: 100vw;
  overflow: hidden;
}

header.page picture img{
  width: 100%;
  overflow: hidden;
      height: 100%;
    object-fit: cover;
    object-position: left;
}

.header__top__btn{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 1vh;
  justify-content: space-between;
    margin-bottom: 1em;
}

.header__top__btn a{
  display: flex;
  column-gap: 1%;
  background: #fff;
  color:#202020;
  text-align: center;
  padding: .75em;
  justify-content: center;
    border: 1px solid var(--blue);
  width: calc(99% / 2);
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
    font-family: "EB Garamond", serif;
}

.header__top__btn a:hover{
  background: var(--blue);
  color:#fff;
}

.header__top__btn a.full{
  width: 100%;
  margin: 0 auto;
}

.header__top__btn a.orange{
  background: #ffa600;
  border: 1px solid #ffa600;
}
.header__top__btn a.orange:hover{
  background: #ffee00;
  color:#000;
}

.drawer-nav, .drawer-nav02{
  width: 100%;
}

.fixed__right{
  background:#3b4043;
  position: fixed;
  right:0;
  top:0;
  width: var(--row-space);
  overflow: hidden;
  z-index: 80;
  padding: 14px 5px 6px 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width:94px;
  height: 94px;
}

html.appear .fixed__right{
  border: none;
  padding-top: 10px;
}

.shine {
overflow: hidden;
position: relative;
border-radius: 50%;
margin-top: .5em;
}
.shine:before
 {
  content: "";
    position: absolute;
    display: block;
    animation-name: shine-run;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
            width: 50px;
    height: 50px;
    top: -60px;
    left: -60px;
}

.fixed__right *{
  color:#000;
}
@keyframes shine-run {

0% {
    transform: scale(0) rotate(50deg);
    opacity: 0;
}
40% {
    transform: scale(1) rotate(50deg);
    opacity: 1;
}
100% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
}
}
.fixed__right ul.links{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 5vh auto 0;
  list-style: none;
  padding: 0;
  row-gap: .5vh;
  align-items: center;
  position: absolute;
  bottom: 1em;
}

.fixed__right ul.links li a{
  display: flex;
  flex-direction: row;
  writing-mode: vertical-rl;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: clamp(16px,1.0979166666666667vw,1.22vw);
  letter-spacing: 0.086em;
  font-weight: bold;
  margin:0 auto 0;
}
.fixed__right a{
  text-decoration: none;
}

i.ri-instagram-line{
  font-size: 30px;
}

#nav-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: absolute;
  left:0;
  z-index: 100;
  padding: 2.55em 60px 0 0;
 }

#nav-wrap nav{
    padding:1.25em 1em 1.25em;
    z-index: 5;
    background: linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 100%);
    margin-top: .5em;
}

.global-nav{
  position: relative;
  z-index: 6;
}

.menu-gloval-navi-container{
  margin-right: 70px;
}

.logo-wrap{ 
  text-align: center;
  margin:0 auto 0 0;
  padding: 0 .5em 0 clamp(1em,2.6vw,2.8vw);
  position: relative;
  z-index: 80;
}

#nav-wrap nav a{
  color:#202020;
}

.logo-wrap img{
  max-width: 300px;
  width: 100%;
}
header nav li{
	position:relative;
}
header nav *{
  font-size: clamp(16px,0.9375vw,24px);
  color:#fff;
  font-weight: 500;
}
.menu-global-nav-container a::after {
  content: attr(data-desc);
  font-weight: 300;
  font-size: 11px;
  display:none;
}

.menu-global-nav-container li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.11em;
  padding: 1em 12.5px;
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}
.global-nav li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: var(--blue);
  transition: .3s;
}
.global-nav li a:hover{
  text-shadow: 0px 0px 10px rgba(240, 240, 240, 1);
  color:var(--blue) !important;
}
.global-nav li a:hover::after {
  width: 100%;
}
.global-nav li.contact a:hover{
	border-radius:0;
}
@media only screen and (min-width: 768px) and (max-width: 1135px) {
#nav-wrap nav{
  display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  header nav *{
    font-size: 12px;
  }
  #nav-wrap nav{
    margin-top: .5em;
  }
}

header nav{
opacity:1;
display: block;
transition: 0.4s;
padding: clamp(1em,40px,40px) 0;
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 500;
padding-top: 0;
padding-bottom: 0;
}

header nav .contact a{
  padding: 1.5em clamp(1em,30px,40px);
  border-radius: 0;
  color:#fff;
  border: 1px solid var(--key-Color);
  background: var(--key-Color);
  margin-left: 1em;
}

header nav .contact a:hover{
  border: 1px solid var(--key-Color);
  background: #fff;
  color:var(--key-Color);
}

nav ul, nav li{
  list-style: none;
}

nav a{
  text-decoration: none;
  color:#202020;
}

header nav:first-of-type ul{
  display: flex;
  justify-content: flex-end;
  column-gap: 44px;
}

header nav:first-of-type ul li.contact{
  margin-top: 0;
}

header nav:last-of-type ul{
  display: flex;
  justify-content: flex-start;
  column-gap: 0;
  align-items: center;
}

header .group__logo{
  position: absolute;
  right:calc(var(--row-space) / 2);
  width: 180px;
  height: 180px;
  top:-45px;
  z-index: 999;
}

header ul{
  padding: 0;
}

#gnav > ul li:last-of-type:before{
  display: none;
}


#menu-gloval-navi a:hover::after{
  color:#060606;
}

#menu-gloval-navi li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: .5vh;
  padding: 5px 25px;
  position: relative;
  color:#202020;
  letter-spacing: 0.096em;
}

#menu-gloval-navi li a:before{
  content:'';
  background:#cecac4;
  width: 0.5px;
  height: 50%;
  position: absolute;
  right:0;
  top: 50%;
  transform: translateY(-50%);
}

header.page #menu-gloval-navi li a:hover{
  color:#fff;
}

#menu-gloval-navi li:first-of-type::after{
  content:'';
  background:#cecac4;
  width: 0.5px;
  height: 50%;
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  #nav-wrap{
    padding-top: 1.5em !important;
    padding-bottom: 1.5em;
    padding-right: 0;
  }
  header .group__logo{
    width: 80px;
    height: 80px;
    right:25px;
  }
}

@media screen and (max-width: 1024px) {

  #nav-wrap{
    padding-top: 1.5em;
    padding-bottom: 0;
  }
  .menu-global-nav-container a::after{
    font-size: 9px;
  }
  header nav:first-of-type ul li.contact{
    margin-left: .5em;
  }

}

header .video-wrap{
  margin-left: auto;
  width:100vw;
  margin-top: 0;
  position: relative;
}


header .video-wrap img{
  width: 100%;
}

header .video-wrap video{
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.top_slide_main{
  margin:0 auto;
  position: relative;
}

.top_slide_main img{
  width: 100vw;
  height: 100%;
  min-height: 725px;
  object-fit: cover;
}

.thumbnail-top{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
  max-width: 50%;
  background: #fff;
  padding:.5em .5em 0;
  margin-bottom: 0;
  box-shadow: 0px 10px 20px 6px rgba(0, 0, 0, 0.1525);
  max-height:160px;
}

.thumbnail-top img{
  min-height: 150px;
  object-fit: cover;
  width: 100%;
}


@media screen and (min-width: 1024px) {
	.thumbnail-top{
		min-width:600px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.thumbnail-top{
		min-width:600px;
	}
}

@media screen and (max-width: 767px) {
  .top_slide_main img{
    height: 95vh;
  }
  header nav{
    display: none;
  }
	header#kv__wrap.recruit h2{
		margin-top:.75rem;
	}
	#rec01 h3.left-border{
		margin-top:0;
	}
  .thumbnail-top{
  position: absolute;
  bottom: 0;
  right:0;
  width: 100%;
  max-width: 930%;
  margin-bottom: 0;
}

.thumbnail-top img{
  min-height: 100px;
  object-fit: cover;
    width: 100%;
}

}

header .caption{
  position: relative;
}

header h1{
  font-size: clamp(28px,6.4875vw,60px) !important;
  color: #000;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.086em;
  font-family: "Merriweather", serif !important;
  margin: 0;
}

header h1.pagetitle{
  text-align: left;
  font-size: clamp(38px,4.8875vw,60px);
  font-family: "Anton", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.086em;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.pagetitle span{
  display: block;
  text-align: right;
  width: max-content;
  font-size: 16px;
  font-weight: normal;
  padding-top: .75em;
  border-top: 1px solid #fff;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 767px) {


  header h1 br{
    display: none;
  }

  header .caption {
    width: 90%;
}
}

@media screen and (min-width: 1921px) {
  header nav *{
    font-size: 19px;
  }
  #nav-wrap nav{
    width: 100%;
    max-width: 1500px;
    margin: auto;
  }
  header nav:last-of-type ul{
    justify-content: center;
  }
}
/****************スライダー*****************/

.top_slide_main {
  overflow: hidden;
}

.top_slide_main .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_slide_main img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.slick-animation {
  animation: fadezoom 5s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1) translateX(-1%) translateY(-1%);
  }

  100% {
    transform: scale(1.15) translateX(0%) translateY(0%);
  }
}

.slider-dot {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  bottom:5vh;
  counter-reset: number;
}
.slider-dot button {
    position: relative;
    width: 30px;
	  height: 30px;
	  border: none;
	  background-color: transparent;
	  margin:8px 0;
    padding: 0;
	  cursor: pointer; 
    border-radius: 50%;
    background: rgba(255,255,255,0.37);
}
.thumbnail .slick-track {
transform:unset!important;
}
.slider-inner-dot {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  color:#a5a5a5;
  transition: .3s;
  top:0;
  left:0;
}

.slider-inner-dot:before {
  counter-increment: number;
  content: "0" counter(number) ; 
  color: #ccc;
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
}

.slider-dot-box{
  position: absolute;
  left: -4.427vw;
  bottom: 20.5vh;
  z-index: 5;
}
.c-line {
  position: absolute;
  background-color: #707070;
  height: 1px;
  left: 0;
  top: 0;
  animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
@keyframes indicator {
  from {
      left: 0;
      transform-origin: left top;
      width: 10px
  }

  20% {
      width: 30px
  }

  80% {
      width: 30px
  }

  to {
      transform-origin: left top;
      left: 100%;
      width: 0px
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slider-dot-box{
    display:none;
  }
}
.top_slide_main .slick-dots{
  bottom: 0;
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}
.top_slide_main .slick-dots li{
width: calc(100% / 3 - 5px);
  height: 3px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #252525;
  overflow: hidden;
}
.top_slide_main .slick-dots li:not(:last-child){
margin-right:10px;
}
.top_slide_main .slick-dots li.slick-active button::after{
content: "";
position:absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #fff;
animation: progress 5s linear 0s forwards;
z-index:1;
}
@keyframes progress {
0%{
  width:0;
}
100% {
  width:100%;
}
}
@media screen and (max-width: 767px) {

  .slick-dots{
    display: none !important;
  }

.top_slide_main img{
  min-height: 100vh;
  object-fit: cover;
}

}

  .top_slide_main .slick-dots{
    display: none !important;
  }

.top_slide_main_wrap{
  position: relative;
}

.top_slide_main_wrap .thumbnail{
  max-width: 620px;
  margin-left: auto;
  margin-top: -15vh;
  margin-bottom: 0;
  position: relative;
  z-index: 3;

}
.top_slide_main_wrap .thumbnail .slick-slide{
  margin: 0 5px;
}
.top_slide_main_wrap .thumbnail img{
  min-height: 130px;
  object-fit: cover;
}
@media screen and (min-width: 1921px) {
	.top_slide_main_wrap{
		max-width:100vw;
	}
		.sitemain__name {
		position: absolute;
		bottom: 22%;
		left: 12%;
		z-index: 2;
	}
  .top_slide_main_wrap .thumbnail{
    margin-top: -14.5vh;
  }
  .top_slide_main img{
    height: 85vh;
  }
}

/******************テキストアニメーション*******************/

.text-wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.text-wrap .letter {
    opacity: 0;
    transition: all 0.4s ease;
}
.text-wrap .letter.show{
  animation: sway calc(0.04s * var(--index)) ease-in-out;
  animation-delay: 5s;
  opacity: 1;
}
.text-wrap.second .letter.show{
  animation: sway 0.4s calc(0.04s * var(--index)) ease-in-out;
  opacity: 1;
}

.flipDownTrigger.toppage{
  animation-delay: 6s !important;
}

@keyframes sway {
  0% {
      opacity: 0;
    transform: translateY(0) scale(1.15);
  }
  25% {
    transform: translateY(-0.2em);
  }
  50% {
    transform: translateX(0.5em);
    color: transparent;
  }
  100% {
    transform: translateY(0) scale(1.0) ;
  }
}

/****************　ハンバーガーメニュー　*****************/

.menu_btn {
	position: relative;
	background: none;
  margin:20px auto 0;
	border: none;
	appearance: none;
	cursor: pointer;
  width: 52px;
	height: 52px;
	transition: all 1s;
  z-index: 101;
  opacity: 1;
}
.menu_btn.active{
  margin-top: 0;
}
p.tel{
  font-size: calc(var(--h2) * 1.54);
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: bold;
    color:var(--blue);
    margin-top: 0;
}

p.tel i{
  vertical-align: middle;
}

section.about p.tel + p.Center{
  margin-bottom: var(--col-space);
  margin-top: 0;
}

.menu_btn span {
	display: inline-block;
	position: absolute;
	width: 50%;
	height: 2px;
  border-radius: 0.46em;
	background: #fff;
	transition: all .4s;
  left: 25%;
}

.menu_btn span:nth-of-type(1) {
	top: 0px;
}
.menu_btn span:nth-of-type(2) {
	display: none;
}
.menu_btn span:nth-of-type(3) {
	top: 15px;
}

.menu_btn.active span:nth-of-type(3){
  top: 30px;
}

.menu_btn.active span:nth-of-type(1) {
	animation: anime3-1 .75s forwards;
  top:11px;
}
.menu_btn.active span{background: #fff !important;}

@keyframes anime3-1 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(10px) rotate(45deg);
	}
}
.menu_btn.active span:nth-of-type(2) {
	display: none;
}
.menu_btn.active span:nth-of-type(3) {
	animation: anime3-3 .75s forwards;
	
}
@keyframes anime3-3 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}

.menu_btn.completed span:nth-of-type(1) {
  animation: completed-move-1 .75s forwards;
}
@keyframes completed-move-1 {
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  0% {
    transform: translateY(20px) rotate(45deg);
    top: -10px;
  }
}

.menu_btn.completed span:nth-of-type(3) {
  animation: completed-move-3 .75s forwards;
  
}
@keyframes completed-move-3 {
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  0% {
    transform: translateY(-20px) rotate(-45deg);
    bottom: -11px;
  }
}
.menu_btn.active span:nth-of-type(3){
  bottom: 15px;
}

html.appear .overlay{
  width:100vw;
  height:0;
  opacity:0;
  animation: drawer .75s forwards;
  background: rgba(255,255,255,0.95);
  background-size: cover;
  backdrop-filter: blur(10px);
  position: fixed;
  display: block;
  z-index: 5;
}

@keyframes drawer {
  100% {
    height:100%;
    opacity:1;
  }
  50% {
  }
  0% {
      height:100%;
      opacity:0;
  }
}
.overlay .menu-item-description{
  display: block;
  font-size: 11px;
  font-family: Verdana, Geneva, Tahoma, sans-serif, sans-serif;
  text-align: center;
  margin-top: .5em;
  color:#aea886;
}

.overlay .menu__wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: row;
  justify-content: center;
  height: 100vh;
}


.overlay .menu__wrap .Left, .overlay .menu__wrap .Right{
   width:100vw;
   max-width: 50vw;
   height: 100vh;
   margin: auto;
   display: flex;
   justify-content: center;
   flex-direction: column;
   flex-wrap: wrap;
   align-items: center;
   padding-left: 4vw;
   padding-right: 4vw;
   overflow-y: auto;
   padding: var(--row-space);
   background: rgba(255,255,255,0.9);
   outline: 4px solid #fff;
}
.overlay .menu__wrap .Left{
  background:var(--blue);
  background-size: contain !important;
  position: relative;
}
.overlay .menu__wrap .Left:before{
  content: '';
  background: url(../images/loading__bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 50vw;
  height: 100vh;
  mix-blend-mode: multiply;
  left:0;
  bottom:0;
  opacity: 0.65;
}
.overlay .menu__wrap .Left .Inner{
  background: rgba(255,255,255,0.9);
  padding: clamp(1em,2.6vw,2.7vw);
  width: 100%;
  position: relative;
  z-index: 2;
}

.overlay .menu__wrap .Left .Center{
  width: 100%;
  margin: 0 auto 1em;
  padding-bottom: 0;
  text-align: center;
}

.overlay .menu__wrap .Left .Center:last-of-type{
  padding-bottom: 0;
  margin-bottom: 0;
}

.overlay .menu__wrap .Left .Center .tel{
  font-size: 34px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.overlay .menu__wrap .Left .Center .tel i{
  font-size: 27px;
}

.overlay .menu__wrap .Left .Center p{
  margin-bottom: 0;
}

.overlay .menu__wrap .Left .Center img{max-width: 220px;}

.overlay .menu__wrap .Left ul{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0 auto;
  gap:0 .746vw;
  list-style: none;
  align-items: center;
  max-width: 100%;
}

.overlay .menu__wrap .Left .menu-drawer-nav-container, .overlay .menu__wrap .Left .menu-drawer-nav02-container{
  width: 50%;
}

.overlay .menu__wrap .Left .logo{
  width: 20%;
  min-width: 200px;
}

.overlay .menu__wrap .Left .menu-drawer-nav-container{
  width: 100%;
}

.overlay .menu__wrap .Left ul li{
  font-size: clamp(17px,1.44vw,20px);
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: .75em;
  display: flex;
  flex-direction: column;
  column-gap: 1em;
  align-items: flex-start;
}

.overlay .menu__wrap .Left ul li a{
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding:.3em .5em .5em;
  font-size: 1.1rem;
  border: 1px solid var(--blue);
  background: #160f37;
  color:#fff;
text-transform:uppercase;
letter-spacing: 0.086em;
font-family: "Merriweather", serif !important;
}

.overlay .menu__wrap .Left ul li a:hover{
  background: #fff;
  color:var(--blue);
}

.overlay .menu__wrap .Left ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: var(--blue);
  transition: .3s;
}
.overlay .menu__wrap .Left ul li a:hover::after {
  width: 100%;
}
.overlay .menu__wrap .Left ul li > a{
  padding-bottom: .5em;
}

.overlay .menu__wrap .Left ul ul.sub-menu{
  font-size: 0.95rem;
  align-items: flex-start;
  margin: 0;
}

.overlay .menu__wrap .Left ul ul.sub-menu a{
  border-bottom: none;}

.overlay .menu__wrap .Left ul ul.sub-menu li{
  padding: 0;
  margin-top: 1em;
}

.overlay .menu__wrap .Left ul ul.sub-menu li a{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.95rem;
  column-gap: .5em;
}

.overlay .menu__wrap .Left ul ul.sub-menu li{
  align-items: flex-start;
  margin-bottom: 0;
}

.overlay .menu__wrap .Left ul ul.sub-menu li a:before{
  content: '';
  background: #ddd;
  width: 15px;
  height: 2px;
}

.overlay .menu__wrap .Left .logo a{
  max-width: 250px;
  margin: 0 auto 1.546vw;
  display: block;
}

.overlay .menu__wrap .Left ul{
  width: 100%;
}

.overlay .menu__wrap .Left .menu-global-nav-right-container{
  margin-top: 1.546vw;
}

.overlay .menu__wrap .Left ul li a{
  color:#fff;
  text-decoration: none;
}

header nav a:hover, .overlay .menu__wrap .Left ul li a:hover{
  color:var(--key-Color);
}

.overlay .menu__wrap .Right{
  width: 100vw;
  height: 100vh;
  background: #f8f8f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.overlay .menu__wrap .Right .information__wrap{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 2%;
  justify-content: space-between;
  margin-top: 1em;
}

.overlay .menu__wrap .Right .information__wrap .Center{
	margin-left:auto !important;
	margin-right:auto !important;
}

.overlay .menu__wrap .Right .information{
  font-size: 0.8rem;
  width: 100%;
}

.overlay .menu__wrap .Right .information:first-of-type{
  margin-bottom: 1em;
}

.overlay .menu__wrap .Right .information b{
  line-height: 1.455;
  font-size: 0.9rem;
  display: block;
  margin-bottom: .5em;
  margin-top: .75em;
}

.overlay .menu__wrap .Right .information *{
  font-size: 0.8rem;
}
.overlay .menu__wrap .Left, .overlay .menu__wrap .Right{
    overflow-y: auto;
    overflow-x: hidden;
      height: 100vh;
}

.overlay .menu__wrap .Right .Inner{
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.drawer__sns{
  display: flex;
  max-width: 100%;
  column-gap: .5em;
justify-content:flex-start;
}

.overlay .menu__wrap .Left, .overlay .menu__wrap .Right{
  display: block;
}
.overlay .menu__wrap .Left, .overlay .menu__wrap .Right picture{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
.overlay .menu__wrap .Left, .overlay .menu__wrap .Right{
  max-width: 100%;
  height: auto;
}
.overlay .menu__wrap{
  display: block;
  overflow-y: auto;
  height: 100vh;
}

	.overlay .menu__wrap .Right .Inner{
		justify-content:flex-start;
		height:auto;
	}	
	
}
@media screen and (max-width: 767px) {
	.overlay .menu__wrap .Right .information__wrap .Center{
	max-width:260px !important;
	}
.overlay .menu__wrap .Left, .overlay .menu__wrap .Right{
  max-width: 100vw;
}
  .menu_btn{
    opacity:1;
  }

  .overlay .menu__wrap .Left{
    flex-direction: column;
    height: auto;
  }

  .overlay .menu__wrap .Left ul{
    max-width: 100%;
  }

  .overlay .menu__wrap .Left ul li{
    margin-bottom: .5em;
    width: 100%;
  }

  .overlay .menu__wrap .Right{
    max-width: 100vw;
    height: auto;
    display: block;
    overflow: inherit;
  }
  .menu_btn.active span {
    background: #000;
  }

  header#kv__wrap{
    height: 100vh;
  }

  .overlay .menu__wrap .Right .information{
    width: 100%;
  }
  .overlay .menu__wrap .Right .information:last-of-type{
    margin-top: 1em;
  }
  .overlay .menu__wrap .Left .logo a{
    margin-bottom: 2em;
  }

  .overlay .menu__wrap .Left{
    width:100vw;
    position: relative;
  }

  .header__top__btn a{
    font-size: 0.8rem;
  }

  .top_slide_main_wrap .thumbnail{
    margin-top: -20vh;
  }
  .overlay .menu__wrap{
    flex-direction: column;
    display: block;
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 5vh;
  }
  .overlay .menu__wrap .Right .information__wrap{
    width: 100%;
    flex-direction: column;
  }
  .menu_btn.active span:nth-of-type(3) {
      top: 29px;
  }
  .menu_btn{
        width: 68px;
        height: 68px;
        top: 0px;
  }

  .overlay .menu__wrap .Left ul li a{
    padding: .5em;
    border: 1px solid #eee;
    display: flex;
    column-gap: 1%;
    justify-content: space-between;
    width: 100%;
  }

  .menu_btn:before{
    font-size: 9px;
    top:2px;
  }
  .menu_btn.active:before{
    color:var(--key-Color);
    top:-15px;
  }

  .menu_btn span:nth-of-type(2){
    left:10px;
    top: 10px;
  }

  .menu_btn span:nth-of-type(3) {
    bottom: 16px;
  }
  .menu_btn.active span:nth-of-type(1) {
    top: 21px;
  }
  .menu_btn.active span:nth-of-type(3){
    bottom:inherit;
	  top: 39px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 1500px) {

#menu-gloval-navi li a{
    padding: 5px 15px;
}
  .fixed__right{
    min-width: 70px;
    height: 70px;
  }
  .menu_btn{
    width: 52px;
    height: 52px;
    margin-top: 10px;
  }
    html.appear .menu_btn{
    width: 52px;
    height: 42px;
    margin: 5px auto 5px;
  }
}
html .overlay{
  display: none;
  opacity: 0;
}

header .caption_wrap{
  position: absolute;
  top: 70%;
  transform: translateX(-50%) translateY(-70%);
  left:50%;
  z-index: 2;
}

header .caption_wrap .main__title{
  color:#fff;
  text-align: center;
  padding:0;
  font-size: clamp(20px,22px,24px);
  font-weight: 600;
  line-height: 1.4;
  padding-top: .75em;
  border-top: 1px solid rgba(255,255,255,0.85);
  margin: .5em auto 0;
  font-family: "Noto Serif JP", serif;
}

header .caption_wrap p{
  text-align: center;
  color:#fff;
  font-size: clamp(16px,20px,21px);
    background: rgba(0, 0, 0, 0.4);
	line-height:1.4;
	padding:.2em;
}

.caption_wrap h1 .shine_text{
    background-image: linear-gradient(
		20deg,
		rgb(211, 209, 209, 0.9)  45%, 
		#fff 50%,
		rgb(200, 200, 200, 0.9) 55% 
	);
	  background-size: 500% 100%;
    background-clip: text;
  	-webkit-background-clip: text;
	  color: transparent;
    animation: shine 5s infinite;
    font-family: "EB Garamond", serif;
}

.caption_wrap .main__title.second.flipDown{
    animation-delay: 5.2s;
}


@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
  
	100% {
		background-position: 0% 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .text-wrap{
    font-size: 40px;
  }

  h3{
    font-size: 1.5rem;
  }
  header .caption_wrap > div{
    font-size: 40px;
  }
  header h1{
    font-size: 8.4vw;
  }
}

/**********************  Section ******************************/

section{
  padding: var(--col-space) calc(var(--horizontal-space) + var(--border-width));
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	section{
		padding: var(--col-space) var(--row-space);
	}
}

section .comm__Inner{
  margin: auto;
  width: 100%;
}

section.border{
  border-top: .5px solid #c6c6c6;
  position: relative;
}

section.border:before{
  content: '';
  background: #103770;
  position: absolute;
  top:-3px;
  height: 6px;
  width: 20%;
  left: 50%;
  transform:translateX(-50%);
  z-index: 3;
}

@media screen and (min-width: 1921px) {

  section .comm__Inner{
    max-width: 1540px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    section{
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
}
/**********************  //Section ******************************/

/**********************  見出し ******************************/

h2{
  font-size: clamp(24px,3.08125vw,4.0vw);
    font-family: "EB Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  color:var(--blue);
  position: relative;
  margin-top: 0;
  margin-bottom: 1em;
  z-index: 2;
    display: flex;
    flex-direction: column;
  line-height: 1.3;
}

section#about *{
  color:#fff !important;
}
	section#about h2{
    font-weight: normal;
  }

@media screen and (min-width: 768px) {
	section#about h2{
		font-size:2.4vw;
    margin: .5em auto;
	}
}
@media screen and (min-width: 1921px) {
	section#about h2{
		font-size:60px;
	}
}
h2 > div{
    font-family: "EB Garamond", serif;
}
@media screen and (min-width: 1921px) {

  h2{
    font-size: 48px;
  }
}

h2 span.text{
  display: block;
  font-size: var(--h4);
  font-weight: 600;
  letter-spacing: 0.086em;
 color:#af9d7e;
 margin-bottom: 0;
 font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#recruit h2 span.text, #recruit-sec{
	margin-bottom:.5em;
}

h2.column{
  flex-direction: column;
  align-items: flex-start;
}

h2.column span.text{
  margin-left: 0;
}

h2.bg{
  background: var(--blue);
  color:#fff;
  padding: 1em;
  text-align: center;
}


h2.border{
  border-bottom: 5px solid var(--key-Color);
  padding-bottom: .15em;
  margin-bottom: .25em;
}

h3.bg{
  background: var(--key-Color);
  padding:.25em .5em;
  text-align: center;
  color:#fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: var(--h3);
  margin-top: 0;
}



h2.border{
text-transform:capitalize;
}


h2.Center{
  text-align: center;
}

h3{
  font-size: var(--h3);
  font-weight: 600;
  line-height: 1.655;
}

h3.border{
  font-size: calc(var(--h3) / 1.1);
  font-weight: 400;
  line-height: 1.855;
  padding: 0 .25em .35em;
  border-bottom: 4px solid var(--key-Color);
  font-weight: bold;
}

p + h3.small{
  margin-top: 5vh;
}

h3.left-border{
  border-left: var(--key-Color) solid 10px;
  padding-left: 15px;
  margin-top: calc(var(--col-space) / 2);
}

h2.border:first-of-type{
  margin-top: 0;
}

h2.blue{
  color:var(--blue);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

h3.blue{
  color:var(--blue);
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h2.blue small{
  font-size: 50%;
  display: inline-block;
}

h4{
  font-size: var(--h4);
  color:var(--blue);
  line-height: 1.75;
  border-left: 10px solid var(--blue);
  padding-left: 15px;
}

h3.mt__none{
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  h2{
    margin-top: 0;
    margin-bottom: .5em;  
    font-size: clamp(36px,var(--h2),50px);
  }
  h2.border.jp{
    font-size: 28px;
  }

  h3.left-border{
    line-height: 1.55;
  }

  h4{
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  h2{
    margin-top: 0;
    margin-bottom: 1em;
  }
	h2 > div{
		font-size:32px;
	}
  h3.bg{
    font-size: 1.5rem;
  }
}

/**********************  リンクボタン ******************************/

a.btn{
    width: 560px;
    height: 60px;
    display: flex;
    background-color: var(--blue);
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin: 32px auto 0;
    position: relative;
    text-decoration: none;
    column-gap: 1em;
}

a.btn svg{
  position: absolute;
  right:1em;
}

a.btn img{
  max-width: 30px;
  display: inline-block;
  margin-right: .3em;
  align-items: flex-start;
}

a.btn.midium{
  max-width: 600px;
  text-align: center;
  font-size: 1.4rem;
  justify-content: center;
}

a.btn.long{
  max-width: 80%;
  width: 100%;
  margin-top: 2em;
  font-size: 1.2rem;
  border-radius: 6px;
}

a.btn.mt__none{
  margin-top: 0;
}

a.btn.orange{
	background:#FFBB4E;
	box-shadow: 2px 0 4px rgba(0, 0, 0, .2);
	color:#000;
	max-width:700px;
	border-color:#e18e09;
}

a.btn.orange:hover{
	background:#f5ff07;
}

a.btn.orange i{
	font-size:30px;
}

.Center.mt{
	margin-top:calc(var(--row-space) / 2);
}
div.changed {
display:none;
opacity:0;
margin:1em auto;
}
label.terms{
	display:inline-block;
	font-size:19px;
}
input[type=checkbox].terms{
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-bottom:5px;
}
input[type=checkbox].terms:checked ~ div.changed {
    display:block;
	opacity:1;
}
#works a.btn{
  position: relative;
  z-index: 2;
}

a.btn.min{
  font-size: 1.0rem;
}
.anchor{
    padding: 2em var(--row-space);
  border-top: 1px solid #ddd;
}

.anchor__wrap{
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  justify-content: center;
  row-gap: 1.5vh;
}

.anchor__wrap a.btn{
  max-width: calc(94% / 3);
  text-align: center;
  justify-content: center;
  margin-top: 0;
}

.anchor__wrap.works a.btn{
max-width: calc(92% / 4);
background: #4f515c;
margin-left:0;
margin-right:0;
font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.anchor__wrap.works a.btn:hover{
	background:#202020;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin-top: 5px;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

a.btn svg{
  transition: all .3s;
}

a.btn i{
  font-size: 1.3rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: .15em;
}

a.btn:hover{
  background: #202020;
  color:#fff !important;
}

a.btn:hover .arrow, a.btn:hover .arrow:before{
  background: var(--key-Color) !important;
}

a.btn:hover .arrow, a.btn:hover svg{
  margin-right: -5px;
}

a.border{
  background: #fff;
  padding: .5em .5em;
  border: none;
  border-bottom: 2px solid var(--key-Color);
  color:var(--key-Color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.border::after{
  font-family: "FontAwesome";
	content: '\f0da';
  display: inline-block;
  font-size: 0.9rem;
  color:var(--key-Color);
}

a.border:hover{
  background: var(--key-Color);
  color:#fff;
  border-color: #fff;
}

a.border:hover::after{
  color:#fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    a.btn{
      padding: 10px;
      font-size: 16px;
    }

}

@media screen and (max-width: 767px) {
	a.btn{
		padding:10px;
    font-size: 13px;
	}
	a.btn.long{
    margin-top: 0;
  }
	.anchor__wrap.works{
		flex-wrap:wrap;
		row-gap:.85vh;
	}
	.anchor__wrap.works a.btn{
		width:calc(98% / 2);
		max-width:calc(98% / 2);
	}
}

/*********************************************/

::marker{
  margin-right: 0;
}

a.text__link{
  color:#89a0c9;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
  margin-left: auto;
  margin-top: 1em;
  max-width: max-content;
}

a.text__link:hover{
	color:#4574c8;
}

/****************contact************/


a.contact__btn{
  background: #ffa600;
  border-radius: 0.26em;
  font-size: 1.4rem;
  color:var(--key-Color);
  font-weight: 600;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 1em;
  max-width: 800px;
  width: 100%;
  color:#fff;
  margin: auto;
}
a.contact__btn:hover{
  background:#e6ff09;
  color:#000;
}

a.contact__btn i{
  margin-left: .5em;
  font-size: 0.9rem;
}

/***********works***********/
.slide-items, .top__wrap{
  max-width: 1240px;
  margin: auto;
}
.top__wrap{
  margin-bottom: calc(var(--row-space) / 2);
}

.slide-items li h3{
  font-size: clamp(16px,18px,20px);
}

/*************  footer ******************/

footer a:hover{
  opacity: 0.7;
}

footer{
  background: linear-gradient(135deg,  rgba(26,0,170,1) 0%,rgba(0,15,106,1) 99%);
box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.015);
  padding:4.333333333333332vw var(--row-space);
  position: relative;
  overflow: hidden;
}

footer *{
  color:#fff;
}

footer p{
  text-align: left;
  margin-bottom: 1em;
}

footer .Inner__wrap{
  position: relative;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 1.567vw;
}

footer .btn__wrap{
  display: flex;
  column-gap: 2%;
  justify-content: center;
  max-width: 500px;
  margin: 2em auto 0;
align-items: center;
}

footer .btn__wrap a{
  display: block;
  border: 1px solid #fff;
  padding:1em .5em;
  text-align: center;
  text-decoration: none;
  width: var(--flex_hurf);
}

footer .link ul{
  padding: 0;
  margin: auto;
  list-style: none;
  display: flex;
  column-gap: .25em;
  justify-content: center;
  list-style: none;
  flex-direction: column;
}

footer .link ul li{
  display: flex;
  padding-right: .25em;
  column-gap: .25em;
}

footer .link ul.sub-menu{
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}

footer .link ul.sub-menu li{
  margin-left: 1.5em;
}

footer .link ul.sub-menu li:before{
  content: '─';
}

footer .link ul.sub-menu li a{
  font-size: 0.9rem;
}

footer .link ul li a{
  color:#fff;
  text-decoration: none;
}

footer .link ul li:after{
    color:#fff;
}

footer .Logo{
  text-align: center;
  width: 250px;
  margin: 0 auto 0;
}

footer p.small{
  font-size: 0.7rem !important;
  font-weight: 300;
}

.sns__wrap{
  display: flex;
  column-gap: .5em;
  font-size: 1.2rem;
  font-weight: 900;
    font-family: "EB Garamond", serif;  align-items: center;
  margin-bottom: 1em;
  margin-top: 1em;
  justify-content: flex-start;
  color:#565450;
}

footer p .small{
  font-size: 0.7rem;
  display: block;
}

.privacy__policy{
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
}

.sns__wrap picture{
  width: 35px;
}

footer .Inner__wrap .Left, footer .Inner__wrap .Right{
  position: relative;
  z-index: 2;
}
footer .Inner__wrap .Left p.Center{
  padding: .75em;
  border: 2px solid #fff;
  width: max-content;
  margin: 0 auto 1em;
  font-size: 1.25rem;
}
footer .Inner__wrap .Right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1em;
}

footer .Inner__wrap ul.link{
  display: flex;
  flex-wrap: wrap;
  padding: .75em;
  margin: 0 auto;
  list-style: none;
  align-items: center;
  row-gap: 15px;
  justify-content: center;
  background: #fff;
}

footer .Inner__wrap ul.link li a{
  color:#000;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 0 0 5px;
  font-size: 0.85rem;
}

footer .Inner__wrap ul.link li a:hover{
  opacity:0.7;
}

footer .Inner__wrap ul.link li a:after{
  content: '/';
  display: inline-block;
  margin-left: 5px;
}

ul.sns{
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

ul.sns a{
  color:#fff;
  display: block;
  width:40px;
  text-decoration: none;
}
footer .tel{
margin-top: 2.333333333333332vw;
}
footer .tel a{
 color:#fff !important;
 font-family: "ryo-display-plusn", serif;
 font-size: clamp(20px, 2.083333333333333vw, 30px);
 text-decoration: none;
}

footer .copy{
  font-size:10px;
  color:#565450;
  font-weight: 300;
  text-align: center;
  margin-top: .5em;
}

.info__title{
  padding: .5em;
  font-size: 1.05rem;
  text-align: center;
  color:#fff;
  background: var(--blue);
  display: block;
  margin-bottom: .5em;
  line-height: 1.55;
	margin-top:1em;
}

.info__title.small{
  font-size: 0.65rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

  footer .Inner__wrap ul.link li a{
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {

  footer{
    padding: var(--col-space) var(--row-space);
  }

  .page_top{
    width: 50px;
  }

  footer .btn__wrap a{
    font-size: 0.9rem;
  }

  footer .btn__wrap{
    margin: 1em auto;
  }

  footer .Inner__wrap .Left, footer .Inner__wrap .Right{
    width: 100%;
  }

  footer .link ul{
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
  }

  footer .link ul li{
    width: calc(95% / 3);
  }

  footer .link ul li:after{
    display: none;
  }

  footer .link ul li a{
    border:1px solid #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 300;
  }

  footer .Inner__wrap .Right{
    align-items: center;
  }

  footer .Inner__wrap ul.link{
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }

  footer .Inner__wrap ul.link li{
    width: 48%;
    margin-bottom:5px;
  }

  footer p{
    margin-bottom: 1em;
  }

  footer .Inner__wrap ul.link li a{
    justify-content: center;
    border: .5px solid #999;
    font-size: 0.7rem;
    padding: .35em;
    font-weight: 300;
  }
  footer .Inner__wrap ul.link li a:after{
    display: none;
  }
  footer .tel{
    text-align: center;
  }
}

@media screen and (min-width: 1921px) {
  footer .Inner__wrap ul.link li a{
    font-size: 18px;
  }
  .Recruit .comm__Inner.works, .News__wrap.archive{
    max-width: 1540px !important;
  }
  .days {
    font-size: 16px !important;
}
}





/********************* ページ内ナビゲーション **********************/

.page-navigation{
  position: fixed;
  bottom:1.546vw;
  left:calc(var(--row-space) / 4);
  z-index: 4;
  opacity: 1;
}

.page-navigation.is-hidden {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.page-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 20px;
}


.page-navigation ul li a::before{
  width:10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  left:0;
  border:1px solid #fff;
  display: inline-block;
  margin-right: 10px;
  background: transparent;
  transition: all .3s;
}

.page-navigation ul li a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page-navigation ul li{
  font-size: 13px;
  font-family: var(--Marcellus), sans-serif;
}

.page-navigation ul li a{
  color:#fff;
  text-decoration: none;
}

.page-navigation ul li a:hover{
  opacity:0.7;
}

.page-navigation ul li a:hover::before{
  background: #fff;
}

.page-navigation ul li a.is-current::before{
  width:10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  left:0;
  border:1px solid #fff;
  background: transparent;
}

.page_navi {
  margin-top: 5vh;
  display: flex;
  justify-content: center;
column-gap:10px;
  padding: 1em .5em;
}

.page_navi a{
  display: block;
  padding: 1em;
  color:#000;
  font-family: var(--Marcellus), sans-serif;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {

  .page-navigation{
    display: none;
  }
}

/*===================================
    slick 矢印
===================================*/

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
    width: 48px;
    height: 48px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  background: #000;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* next */

.slick-next {
  right: 16px;
}
.slick-next::after {
  right: 18px;
  transform: rotate(45deg);
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
  background: #000;
}

/* prev */

.slick-prev {
  left:-16px;
}
.slick-next{
	right:-26px;
}

.slick-prev::after {
  left: 18px;
  transform: rotate(-135deg);
}

.slide-items{
	margin-top:2em;
}

@media screen and (min-width: 768px) {
  .arrow_box{
        position: relative;
    max-width: 60px;
    display: block;
    margin: 4em 0 1em;
    min-height: 40px;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
	.slick-prev {
    left: -12px;
	}
	.slick-next {
    right: -12px;
	}
  .slide-items picture img{
    width: 100%;
    max-height: 350px;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 15px;
    height: 15px;
  }
  .slick-next {
    right: -2px;
  }
  .slick-prev {
    left: -2px;
  }
  .slick-arrow{
    width: 38px;
    height: 38px;
  }
}

/***************ページトップ*****************/

#page-top {
  position: fixed;
  bottom: 20px;
  right:10px;
  font-size: 14px;
  line-height: 1;
  z-index: 4;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}


@media screen and (max-width: 767px) {
#page-top {
    position: fixed;
  bottom: 0;
  right:0;
  font-size: 14px;
  line-height: 1;
  z-index: 4;
  width: 100vw;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: .25em;
}
  #page-top img{
    max-width: 70%;
    display: block;
    margin: auto;
    border: 1px solid #eee;
  }
  footer{
    padding-bottom: 10vh !important;
  }
}

/**************レイアウト**************/

    .flex__wrap {
      display: flex;
      width: 100%;
    }
	.flex__wrap.column{
		flex-direction:row;
	}
    .flex__wrap .left {
      width: 30%;
      padding: 10px;
    }
    .flex__wrap .right {
      width: 65%;
      padding: 10px;
      margin-left: auto;
      margin-right: auto;
    }

	.flex__wrap.center{
		justify-content:center;
	}

    .flex__wrap.flex-wrap{
      flex-wrap: wrap;
      gap: 1vh 1%;
    }

    .flex__wrap.space{
      justify-content: space-between;
    }
    
    .flex__wrap .Hurf{
      width: var(--flex_hurf);
    }
    .flex__wrap .Third{
      width: var(--flex_third);
    }
    .flex__wrap .Hurf.Images__flex{
      display: flex;
      flex-wrap: wrap;
      column-gap: 2%;
      row-gap: 2vh;
      justify-content: flex-end;
    }

       .flex__wrap .Hurf.Images__flex picture{
        display: flex;
        flex-direction: column;
        row-gap: 1.15vh;
        width: var(--flex_hurf);
       }

       .flex__wrap .Hurf.Images__flex picture:last-of-type{
        margin-top: 15vh;
       }

    .flex__wrap.aligncenter{
      align-items: center;
    }

    .flex__wrap .right p, .flex__wrap .left p{
      margin-top: 0;
    }
    .flex__wrap .pdtext{
      padding: clamp(1em,2vw,2.2vw);
    }

    section#about .flex__wrap .pdtext{
      padding-left:0;
    }
    section#about, section#message, section#contact{
      padding-top: var(--col-space);
      padding-bottom: var(--col-space);
      padding-left: 0;
      background: url(../images/about__wh.webp)no-repeat center / cover;
    }
section#message{
	padding-left:var(--row-space);
}

    section#recruit{
      background: url(../images/recruit__wh.webp)no-repeat center / cover;
    }

    section#recruit-sec{
      background: #eef5ff;
    }

    section#about p{
      font-size: 0.9rem;
      font-weight: 300;
    }

    .about__wrap__flex{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-end;
      margin: 0;
      width: 100%;
      max-width: 1700px;
      margin: 0;
    }

    .about__wrap__flex .Left{
          width: 60%;
    }

    .about__wrap__flex img{
      min-height: 35vh;
    }

    .about__wrap__flex .Right{
          width: 40%;
          background-color: #424d54;
          padding:calc(clamp(1em,2.95vw,2.8vw) * 1.2) clamp(1em,2.95vw,2.8vw);
    }
    @media screen and (min-width: 768px)  and (max-width: 1024px) {
    .about__wrap__flex{
      flex-direction: column;
    }
    .about__wrap__flex .Left{
          width: 100%;
    }
    .about__wrap__flex .Right{
          width: 100%;
    }
  }
    .about__wrap__flex .Right p{
      color:#fff;
      line-height: 2.0;
    }
    .flex__wrap + .flex__wrap{
      margin-top: calc(var(--col-space) / 2);
    }
    #strength .flex__wrap + .flex__wrap{
      margin-top: calc(var(--col-space) / 1);
    }

    .flex__wrap.mt .right{
      margin-left: 0;
    }

    .flex__wrap.reverse{
      flex-direction:row-reverse;
    }

    .flex__wrap .four{
      width: var(--flex_fourth);
    }

    .flex__wrap.column-gap{
      column-gap: 2%;
    }

.service__image{
  position: relative;
  width: 100%;
  height: 50vh;
  background: url(../images/service.webp)no-repeat center / cover;
  background-attachment: fixed;
}
.service__image::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.25);
}
.recruit__image{
  position: relative;
  width: 100%;
  height: 50vh;
  background: url(../images/business.webp)no-repeat center / cover;
  background-attachment: fixed;
}
.recruit__image::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.45);
}

.flex__wrap.aligncenter{
	align-items:center;
}

.slide-items li{
  padding: clamp(1em,1.5em,1.5em);
  background: #fff;
  position: relative;
  border-radius: 0;
}

.slide-items li:before{
  content:'';
  background: var(--blue);
  position: absolute;
  top:0;
  width: 35%;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.slide-items li .title{
  display: flex;
  column-gap: .5em;
  align-items: center;
  font-weight: bold;
  font-size: var(--h3);
  margin-bottom: .5em;
  padding-top: .5em;
}

.slide-items li .title .icon{
  color:var(--key-Color);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content:center ;
  align-items: center;
    font-family: "Anton", sans-serif;
    padding-right: 2em;
    letter-spacing: 1px;
    border-right: 1px solid #eaeaea;
}

.slide-items li .title .icon span{
  font-size: 50px;
  color:var(--key-Color);
  font-weight: bold;
      line-height: 1.05;
          letter-spacing: 2px;
}

.slide-items li h4{
  margin-top: 0;
  border-left: none;
  color:#000;
  padding: 0;
  text-align: left;
}

.slide-items li p{
  font-size: 0.9rem;
  margin-bottom: 0;
  text-align: left;
}

.slide-items picture{
  display: block;
  text-align: center;
  margin: auto;
  position: relative;
}
.slide-items picture img{
  position: relative;
  z-index: 2;
}
.slide-items picture:after{
  content: '';
  position: absolute;
  right:-10px;
  bottom: -10px;
  width: 100%;
  height:100%;
  background: #e4eff7;
}
#service .mainservice{
  display: flex;
  max-width: 1700px;
  margin: 0;
  position: relative;
  align-items: flex-end;
}
#service .Third{
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

#service .Third h3{
  font-size: 1.45rem;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
}

#service .Third:after{
  content: "";
  background: #e5e5e5;
  position: absolute;
  right:0;
  bottom:-13px;
  height: 27px;
  width: 1px;
}

#service .Third img{
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.number__icon{
  color:#c0b5a2;
  font-size: clamp(42px,96px,100px);
  position: absolute;
  z-index: 2;
font-family: "EB Garamond", serif;
  line-height: 1.0;
  margin-bottom: 0;
  bottom:-20px;
  right:15px;
  opacity:0.8;
  font-weight: 400;
  font-style: italic;
}

.column .number__icon{
  font-size: clamp(24px,47px,50px);
  bottom:10px;
}

#service .Third picture{
  display: block;
  position: relative;
  z-index: 0;
}

#service .Third a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 3;
}
#service .mainservice a{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#service .mainservice picture{
  width: 60%;
  position: relative;
}

#service .mainservice img{
  width: 100%;
}

#service .mainservice.column picture{
  width: 50%;
}

#service .mainservice .Text__wrap{
    background: url(../images/wh__bg.webp)no-repeat center / cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:16vh clamp(1em,3vw,3.4vw);
    width: 41%;
    position: relative;
}
@media only screen and (min-width: 1000px) and (max-width: 1600px) {
	#service .mainservice picture{
	  width: 65%;
	  position: relative;
	}
	#service .mainservice .Text__wrap{
		 padding:8.5vh clamp(1em,3vw,3.4vw);
	}
}


#service .mainservice.column .Text__wrap{
	background:#fff;
	border: 1px solid #e5e5e5;
}

#service .mainservice.column .Text__wrap{
	width:50%;
	height:100%;
	padding:1em;
}
@media screen and (min-width: 1921px) {
  #service .mainservice .Text__wrap{
        padding: 12vh clamp(1em, 3vw, 3.4vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #service .mainservice .Text__wrap{
    padding: 5vh clamp(1em,2.7vw,2.9vw);
  }
  .recruit__image{
    max-height: 35vh;
  }
}
#service .mainservice .Text__wrap h3{
  color:#202020;
  text-align: center;
  position: relative;
  padding-top: 1em;
  font-family: "EB Garamond", serif;
  font-size: clamp(1.6rem,2.4rem,3.0rem);
  letter-spacing: 0.086em;
}

#service .mainservice .Text__wrap h3 span{
  display: block;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 0.9rem;
  text-align: center;
  margin-top: .5em;
}

#service .mainservice .Text__wrap h3::before{
  content: '';
  width: 45px;
  height: 3px;
  background: var(--blue);
  border-radius: 12px;
  position: absolute;
  top:0;
    left: 50%;
  transform:translateX(-50%);
}
#service .mainservice.column .Text__wrap h3{
	padding-top:0;
	margin-top:0;
	font-size: clamp(1.4rem, 2.0rem, 2.5rem);
}
#service .mainservice.column .Text__wrap h3::before{
	display:none;
}

@media screen and (min-width: 1921px) {
  #service .mainservice .Text__wrap{
        padding: 7vh clamp(1em, 3vw, 3.4vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #service .mainservice .Text__wrap h3{
    font-size: 1.4rem;
  }
  #service .mainservice .Text__wrap{
    padding: 2.5vh clamp(1em,2.7vw,2.9vw);
  }
  #service .mainservice .Text__wrap h3 span{
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px){
  #service .mainservice .Text__wrap h3 span{
    font-size: 0.75rem;
  }
}

 /*.mainservice + .mainservice{
  margin-top: var(--col-space) !important;
 }*/

 /*.mainservice:nth-of-type(even){
  flex-direction: row-reverse;
 }*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#service .mainservice.column .Text__wrap h3{
		font-size:1.5rem;
	}
	#service .mainservice.Hurf{
		flex-direction:column;
		margin-top:2vh;
	}
	#service .mainservice.column picture{
		width:80%;
		margin:0 auto -.5em;
		position:relative;
		z-index:1;
	}
	#service .mainservice.column .Text__wrap{
		width:100%;
	}
}
.small__banner{
  padding: clamp(.8em,1.0em,1.1em);
  position: relative;
  width: var(--flex_third);
  display: flex;
  column-gap: 5%;
  align-items: center;
  flex-direction: column;
}
.small__banner::after{
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 80%;
  bottom:0;
  border: 1px solid #e5e5e5;
}
.small__banner h3{
  max-width: 62%;
  text-align: center;
  line-height: 1.4;
}

.small__banner a{
    position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 3;
}

.small__banner picture{
  width: 55.5%;
}

.small__banner picture img{
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: cover;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.115);
}

.small__banner h3{
  font-size: calc(var(--h3) / 1.35);
  display: flex;
  flex-direction: column;
  row-gap: .5em;
  margin-top: .75em;
  letter-spacing: 0.086em;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.small__banner h3 span.en{
 font-family: "EB Garamond", serif;
  line-height: 1.0;
  font-size: 0.95rem;
  font-weight: 300;
  color:#e2d8c9;
}

.small__banner .number__icon{
  color:#c0b5a2;
  font-size: clamp(28px,46px,48px);
    position: absolute;
  z-index: 2;
  font-family: "EB Garamond", serif;
  line-height: 1.0;
  margin-bottom: 0;
  bottom:10px;
  left: inherit;
  right:10px;
  width: max-content;
  font-weight: 400;
  opacity: 0.73;
}

p:last-of-type{
  margin-bottom: 0;
}

article#works{
  position: relative;
}

article#works::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 40vh;
  background: #3b4043;
  opacity: 0.25;
  z-index: 2;
}

section.works, section.beige{
  background: #465e6d;
}

section.works .comm__Inner{
  position: relative;
  z-index: 3;
}

section.blue{
  background: var(--key-Color);
  padding-top: calc(var(--col-space) - var(--border-width));
  padding-bottom: calc(var(--col-space) - var(--border-width));
}

section.blue h2, article#works h2{
  color:#fff;
}

section.blue .comm__Inner{
  max-width: 1200px;
}

section.works h2.wh{
  color:#fff;
}

section.blue .comm__Inner .wrapper, .comm__Inner.wh{
  background: #fff;
  padding: clamp(1em,2.6vw,2.7vw);
}

section.blue .comm__Inner .wrapper h3.Center{
  border-bottom: 4px solid var(--blue);
  padding-bottom: .5em;
  margin-bottom: .5em;
  text-align: center;
  color:#202020;
  font-size: var(--h3);
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

section.blue .comm__Inner .wrapper .Information{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5%;
  margin: 2em auto 5vh;
}

section.blue .comm__Inner .wrapper .Information:last-of-type{
  margin-bottom: 0;
}

section.blue .comm__Inner .wrapper .Information a.tel-number{
  font-weight: bold;
font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: var(--h2);
  color: var(--blue);
  display: flex;
  column-gap: .25em;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

section.blue .comm__Inner .wrapper .Information a.mailaddress{
  font-size: var(--h4);
  color: var(--blue);
    display: flex;
  column-gap: .5em;
  justify-content: center;
  align-items: center;
    text-decoration: none;
  line-height: 1.0;
  font-weight: bold;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

section.blue .comm__Inner .wrapper .Information a.mailaddress i {
  font-weight: normal;
  font-size: var(--h2);
}

section#contact p.wh{
  color:#fff;
}

.gallery__wrap ul{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  margin: 0 auto;
  padding: 0;
  row-gap: calc(var(--col-space) / 2);
}

.gallery__wrap.page ul{
  row-gap: 1vh;
  column-gap: 0;
    justify-content: space-between;
}

.gallery__wrap.page:last-of-type{
  margin-bottom: 0;
}

.gallery__wrap.page{
  position: relative;
  z-index: 3;
  margin: 2em auto;
}

.gallery__wrap ul li{
  width: var(--flex_fourth);
  display: flex;
  flex-direction: column;
  position: relative;
}

.gallery__wrap ul li picture{
  display: block;
  position: relative;
}

.gallery__wrap ul li picture img{
  width: 100%;
  height: 420px;
  max-height: 420px;
  object-fit: cover;
}

.gallery__wrap ul li .cat{
  background: #aeaa93;
  padding: .7em 1em;
  line-height: 1.1;
  text-align: center;
  display: flex;
  justify-content: center;
  color:#fff;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  min-width: 100px;
  position: absolute;
  top:0;
  left:0;
}

.gallery__wrap ul li a{
  position: absolute;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;  
}

.gallery__wrap ul li h3{
  font-size: 1.15rem;
  color:#fff;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}

.gallery__wrap ul li .more{
  background: #000;
  color:#fff;
  padding: .5em .75em;
  font-size: 0.7rem;
  display: flex;
  justify-content: space-between;
  max-width: 95px;
  align-items: center;
  position: absolute;
  right:0;
  bottom:-10px;
  width: 100%;
}

.gallery__wrap ul li .more .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-top: 6.4px;
  border-radius: 9999px;
  background-color: #fff;
  font-family: "Anton", sans-serif;
}

.gallery__wrap ul li .more .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

section.recruit, section.business{
  position: relative;
  padding-bottom: 0;
background: #fff;

}
section.business{
  padding-bottom: var(--col-space);
  margin-bottom: calc(var(--col-space) * 1);
  background: url(../images/about__wh.webp)no-repeat center;
  background-size: cover;
}

section.business.page{
  padding-top: 0;
}

section.business picture{
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

section.recruit img, section.business img{
  width: 100%;
  object-fit: cover;
  height: auto;
}
article#bottom section.news{
padding-top: calc(var(--col-space) / 1);
  padding-bottom: calc(var(--col-space) / 1);
}

section.recruit .flex__wrap{
  display: flex;
  flex-wrap: wrap;
}

section.recruit .flex__wrap picture{
  width: 70%;
}

section.recruit .flex__wrap .Text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  background: #fafaf2;
}

section.recruit .comm__Inner{
  max-width: 1000px;
  padding: clamp(1em,2.6vw,2.8vw);
  background: rgba(255,255,255,0.93);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 1.5vh;
  width: 100%;
  z-index: 2;
}

section.business .comm__Inner{
  max-width: 1000px;
  padding: clamp(1em,2.6vw,2.8vw);
  background: rgba(255,255,255,0.93);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 1.5vh;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  bottom:-15vh;
  width: 100%;
  z-index: 2;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.115);
}
section.recruit .comm__Inner h2, section.business .comm__Inner h2{
  margin-bottom: 0;
}

section.recruit .comm__Inner a.btn, section.business .comm__Inner a.btn{
  margin-left: 0;
  margin-right: 0;
  margin-top: 2em;
  padding: .85em .5em;
  max-width: 200px;
}

section.recruit .comm__Inner a.btn .arrow, section.business .comm__Inner a.btn .arrow{
  position: relative;
  display: inline-block;
  width: 25px;
  height: 1px;
  margin-top: 6.4px;
  border-radius: 9999px;
  background-color: #fff;
}

section.recruit .comm__Inner a.btn .arrow::before, section.business .comm__Inner a.btn .arrow::before{
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

article#bottom{
  position: relative;
  margin-top: var(--col-space);
  min-height: 65vh;
}

article#bottom::before{
  content: '';
  position: absolute;
  background: url(../images/left__bg.png)no-repeat left top;
  background-size: contain;
  bottom:0;
  left:0;
  width: 40vw;
  height: 60vh;
  z-index: -1;
}

ul.News{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
  padding-left: 0;
}

ul.News li{
  list-style: none;
  margin: 0;
  padding: .75em;
  display: flex;
  border-bottom: 1px solid #efefef;
  column-gap: 1em;
  font-size: clamp(16px,20px,21px);
  align-items: center;
}

ul.News li .date{
  font-size:0.85rem;
  color:#999999;
  min-width: 20%;
  font-style: italic;
}

ul.News li a{
  color:#202020;
  text-decoration: none;
  font-size:1.0rem;
}

.News__title__wrap{
  display: flex;
  column-gap: 5%;
  align-items: center;
  margin-left: auto;
}

.News__title__wrap .title{
  width:30%;
}

.News__title__wrap .Text{
  width: 65%;
}

.News__title__wrap a.btn{
  font-size: 0.9rem;
    max-width: 150px;
    margin-left: 0;
    padding: .5em;
    margin-top: 0;
}

.News__title__wrap a.btn .arrow {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 1px;
  margin-top: 6.4px;
  border-radius: 9999px;
  background-color: #fff;
}

.News__title__wrap a.btn .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

section.instagram{
    max-width: 100%;
    margin-left: var(--row-space);
    margin-right: var(--row-space);
    background: rgb(237 237 237 / 55%);
    padding: clamp(1em, 2.6vw, 2.6vw);
    position: relative;
  z-index: 2;
}

section.instagram.page{
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
}

section.instagram .comm__Inner{
      background: rgba(255, 255, 255, 0.515);
  padding: clamp(1em,2vw,2.2vw);
  max-width: 1000px;
  margin: auto;
  display: flex;
  column-gap: 2%;
  justify-content: center;
     box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}

section.instagram h2{
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
}

section.instagram .comm__Inner picture{
  width: var(--flex_hurf);
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.recruit .comm__Inner, section.business .comm__Inner{
    max-width: 400px;
  }
  article#bottom{
    margin-top: 18vh;
    min-height: auto;
  }
  .gallery__wrap ul li{
    width: calc(94% / 3);
  }

 .gallery__wrap ul li picture img{
    max-height: 250px;
  }
  .gallery__wrap ul li h3{
    font-size: 1.05rem;
  }
  h3{
    font-size: 1.15rem;
  }
  .number__icon{
    font-size: 50px;
    bottom:-15px;
  }
  .small__banner h3{
    font-size: 1.0rem;
  }
  .small__banner{
    padding: .7em;
  }
  .small__banner .number__icon{
    font-size: 20px;
  }
  .small__banner h3 span.en{
    font-size: 0.9rem;
  }
  h2 span.text{
    font-size: 0.9rem;
  }
}

/*********************フッター************************/

footer{
  background: #160f37;
  padding: 5vh var(--row-space) 15vh;
  border-bottom: 10px solid #000;
}

footer .comm__Inner{
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

footer *{
  color:#fff;
}

footer .comm__Inner .left{
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}

footer .comm__Inner .left p{
  width:100%;
  font-size: 0.9rem;
}

footer .comm__Inner .left .logo__wrap{
  display: flex;
  column-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 1em;
}

footer .comm__Inner .left .logo__wrap a{
  text-decoration: none;
  font-size: 40px;
}

footer .comm__Inner .left .logo__wrap a i{
  font-size: 40px;
}

footer .comm__Inner .left .logo__wrap .logo{
text-align: center;
    margin: 0;
}

footer .comm__Inner .left .logo__wrap .logo img{
  width: 100%;
      max-width: 340px;
}

footer .comm__Inner .right__wrap{
  display: flex;
  column-gap: 0;
  flex-wrap: wrap;
  width: 58%;
}

footer div.bottom__copy{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 0.8rem;
    margin-left: auto;
    align-items: flex-end;
    height: max-content;
    margin-top: auto;
}

footer div.bottom__copy p{
  font-size: 10px;
}

footer .comm__Inner .right{
  width:calc(100% / 3);
  padding-right: 5%;
  padding-left: 5%;
  border-right: 1px solid rgba(200,200,200,0.25);
}

footer .comm__Inner .right:nth-of-type(2){
  flex-grow: 1.5;
}

footer .comm__Inner .right ul{
  list-style: none;
  padding-left: 0;
}

footer .comm__Inner .right ul li{
  margin-bottom: 1em;
}


footer .comm__Inner .right ul li a{
  text-decoration: none;
    color: #dfdfdf;
    font-size: 0.915rem;
    font-family: "EB Garamond", serif;
}
.sns__wrap{
      color: #dfdfdf;
    font-size: 0.915rem;
}

.member__btn{
  display: block;
  padding: .5em;
  text-align: center;
  border:2px solid #565450;
    color: #dfdfdf;
  text-decoration: none;
      font-family: "EB Garamond", serif;
}

.member__btn:hover{
	background:#565450;
	color:#fff;
}

.member__btn + .member__btn{
	margin-top:.5em;
}

.copy{
  margin-top: auto;
  margin-left: auto;
  color:#565450;
}

span.blue{
  color:var(--blue);
}
span.yellow{
  color:#e6ff09;
}

h2.mb__none{
  margin-bottom: 0;
}

h2.center{
  text-align: center;
}

.p-page-visual__inner div.breadcrumbs{
  padding: 0;
  background-color: var(--darkgray);
}

.p-page-visual__inner div.breadcrumbs{
  overflow-x: auto;
  font-size: 0.8rem;
  color:#fff;
  width: 100%;
}

.p-page-visual__inner div.breadcrumbs{
  margin-top: 1em;
}

.p-page-visual__inner div.breadcrumbs a{
  color:#fff;
}

@media screen and (min-width: 768px) and (max-width: 1090px) {
  footer .comm__Inner .left .logo__wrap{
    margin-top: 0;
    width: 100%;
  }

  footer .comm__Inner .right ul{
    padding-left: 1em;
  }
  footer .comm__Inner .right ul li{
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .comm__Inner .right{
    width: calc(96% / 3) !important;
    padding-left: .5em;
    border-left:none;
  }
  a.contact__btn{
    max-width: 500px;
  }
  section#contact{
        padding-right: calc(60px + 1em);
  }
  footer .comm__Inner .left, footer .comm__Inner .right__wrap{
    width: 100% !important;
    margin-top: 1em;
    row-gap: 1em;
    column-gap: 2%;
  }
  footer .comm__Inner .right:nth-of-type(4){
        border-right: 1px solid #fff !important;

  }
  footer .comm__Inner .left{
    border-right: none;
  }
}

/************header***********/

#gnav > ul {
    position: relative;
    z-index: 5;
	margin-bottom: 0;
    margin-top: 0;
}

#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: flex;
  transition: all .2s ease-in;
  position: relative;
  font-family: "EB Garamond", serif;
}
#gnav > ul > li > a i{
  position: absolute;
  bottom:10px;
  right:-3px;
  font-size: 13px;
  color:var(--key-Color);
  letter-spacing: 0.086em;
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  padding: 0 .5em;
  left:0;
  text-align: center;
  position: absolute;
  background-color: #0c2e71;
}
#gnav > ul .menu .menu_inner {
  padding: 1em 0;
}
#gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 .15em;
}
#gnav > ul .menu a {
  color: #fff;
}
#gnav > ul .menu .menu_inner{
  justify-content: center;
  column-gap: .15em;
}
#gnav > ul .menu .menu_inner li{
  width: calc(96% / 3);

}

#gnav > ul .menu .menu_inner a{
  border: 1px solid rgba(255,255,255,0.35);
  padding: .5em;
  display: block;
  font-size: 0.95rem;
}

#gnav > ul .menu .menu_inner a:hover{
  background:#19192b;
}

.about-yanai h4{
  margin-bottom: .5em;
}

.about-yanai .comm__Inner:before{
  display: none;
}

.about-yanai .comm__Inner{
  border-top: 1px solid #ddd;
}

.about-yanai .comm__Inner h3{
  margin-top: 0;
}

section.blue .comm__Inner .wrapper .Information a.tel-number{
  font-size: 32px;
}

section.blue .comm__Inner .wrapper .Information:last-of-type, section.blue .comm__Inner .wrapper .Information{
  margin-top: .25em;
}

section.blue .comm__Inner .wrapper .Information a.mailaddress{
  margin-top: .5em;
  font-size: 18px;
}

section.blue .comm__Inner .wrapper .Information a.mailaddress i{
  font-size: 22px;
}

section.blue .comm__Inner .wrapper .Information{
  margin-bottom: 1em;
}

section.blue .comm__Inner .wrapper h3.Center{
  margin-top: 0;
}

/***************** お知らせ ********************/

ul.news{
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 3.5vh;
  max-width: 1500px;
  margin: auto;
}

ul.news li{
  padding: 0;
  background: #fff;
  padding: 1em;
  width: var(--flex_fourth);
  position: relative;
}

ul.news li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
}

ul.news li picture img{
  width: 100%;
  max-height: 194px;
  min-height: 194px;
  background: #0c2e71;
  object-position: center;
  object-fit: contain;
}

ul.news li .days{
  display: block;
  font-size: 0.8rem;
  color:#828282;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: .75em;
  margin-top: .75em;
}

ul.news li h3{
  font-size: 1.15rem;
  margin-top: 0;
}

/****************パートナー****************/

.wh__block{
  background: #fff;
  padding: clamp(1em,var(--row-space),2.7vw);
}

p.small{
  font-size: 0.75rem;
  margin-top: 0;
}

.wp-pagenavi{
  margin-top: var(--row-space);
}

.wp-pagenavi a, .wp-pagenavi span{
  background: #fff;
}

.wp-pagenavi a{
  color:var(--blue);
}

.wp-pagenavi{
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span{
  min-width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
}