@charset "UTF-8";

/*
Theme Name: kougarou
*/

@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=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Gelasio:ital,wght@0,400..700;1,400..700&display=swap');

:root { 
  --key-Color: #005bac;
  --blue: #0c1a96;
  --red: #8f1d22;
  --violet: #36114c;
  --row-space : 4.69vw;
  --col-space : 11.2vh;
  --h1 :1.910vw;
  --h2 : 1.9666666666666666vw;
  --h3 : 1.85rem;
  --h4 : 1.45rem;
  --flex_hurf : calc((100% -  2.4583333333333333vw )/ 2);
  --flex_third : calc((100% - 2.864583333333333vw) / 3);
  --flex_fourth : calc((100% - 2.864583333333333vw) / 4);
  --flex_five : calc((100% - 5vw) / 5);
  --flex_six : calc(100% / 3);
  --Montserrat: "Montserrat";
  }
  
  @media screen and (max-width: 767px) {
  
    :root { 
      --h3: 1.2rem;
      --h4: 1.1rem;
      --row-space : 4vw;
      --col-space : 5vh;
      --Text-normal: 15px;
      --flex_hurf : 100%;
      --flex_third : calc(96% / 2);
      --flex_third_space : calc(100% / 1);
      --flex_fourth : 100%;
      --flex_five : calc(100% / 1);
      --flex_six : calc(100% / 2);
      --flex_third :100%;
      }
      .sp{
        display: none !important;
      }
  
  }

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

  p.wh{
    color:#fff;
    line-height: 2.2;
  }

  p.name{
    font-size: 1.25rem;
    font-weight: bold;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

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

@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:#000;
  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;
}

/*******************loading*********************/

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  height: 100svh;
  background: url(../images/loading__bg.webp)no-repeat;
  background-size: cover;
}


.loading__inner {
  width: 100%;
  height: inherit;
  display: grid;
  place-content: center;
  row-gap: 10px;
}

.loading__text {
  width: clamp(220px,350px,500px);
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin: auto;
}

.loading__logo {
  margin: 0 auto;
  width: clamp(300px,480px,500px);
}

.loading__logo img, .loading__text img{
  display: block;
  margin: auto;
}

/*******************loading*********************/


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

.slick-num {
  bottom: 0;
  font-size: 18px;
  top: 58vh;
  line-height: 2;
  position: absolute;
  right: -5vw;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 1921px) {
	.slick-num {
		top: 62vh;
	}
}
@media screen and (max-width: 767px) {
	.slick-num {
		top: 60vh;
		right:0;
	}
}

header#kv__wrap{
  position: relative;
  height: 100vh;
  max-height: 120vh;
  overflow: hidden;
  color: #fff;
  z-index: 2;
}
header#kv__wrap.recruit{
	max-height:max-content;
}

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

header.page{
  height: auto !important;
  background: url(../images/fv__bg.webp)no-repeat center;
  background-size: cover;
}

header.page:before{
  content: '';
  position: absolute;
  z-index: 7;
  background: var(--violet);
  width: 15px;
  height: 110px;
  left:0;
  top:0;
  display: none;
}

.page__logo{
  width:100%;
  max-width: clamp(180px,270px,300px);
      top: 22px;
      z-index: 12;
      position: absolute;
      left: calc(var(--row-space) / 2);
}

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

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

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

.fixed__right{
  background: var(--key-Color);
  position: fixed;
  right:0;
  top:0;
  width: 60px;
  overflow: hidden;
  height: 100vh;
  z-index: 99;
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fixed__right *{
  color:#fff;
}

.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;
  width: 100%;
  position: absolute;
  left:60px;
  height: 73px;
  top:22px;
  z-index: 11;
  padding: 0 60px 0 0;
}

#nav-wrap nav{
    position: absolute;
    top:2px;
    right:140px;
    padding:1.05em .5em 1.05em;
    z-index: 5;
}
/* #nav-wrap h1 {
    font-size: 12px;
    position: absolute;
    top: -10px;
    font-family: "Cormorant Garamond", serif;
}
  @media screen and (max-width: 767px) {
    #nav-wrap h1 {
      left: 10px;
    }

  } */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.global-nav{
  margin-right: 70px;
  position: relative;
  z-index: 6;
}

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

#nav-wrap::after{
  content: '';
  position: absolute;
   background: rgba(0,0,0,0.35);
  right:0;
   width: 115%;
   height: 100%;
   top:0;
   z-index: 4;
}


header nav *{
  font-size: clamp(16px,1.1375vw,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;
  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;
  position: relative;
}

.global-nav li a:hover{
	color:#fff;
	border-radius:0;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
}
.global-nav li.contact a:hover{
	border-radius:0;
}
.global-nav li a::after {
  background-color: #fff;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  width: 100%;
}
.global-nav li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {

  header nav *{
    font-size: 14px;
  }
  #nav-wrap nav{
    right:110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header nav *{
    font-size: 12px;
  }
  .page__logo{
    max-width: 180px;
  }
}

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:#fff;
}

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: 1em;
  align-items: center;
}

header ul{
  padding: 0;
}

#menu-gloval-navi li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: .5vh;
  padding: 5px;
}

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

  #nav-wrap{
    padding-top: .5em !important;
    padding-bottom: 1.5em;
  }
}

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

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

}

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

  header#kv__wrap{
    height: auto;
  }

  header nav{
    padding: 0 0;
  }

  header nav .contact a{
    padding: 10px;
    margin-left: 0;
  }

  header nav:last-of-type ul{
    column-gap: 8px;
    margin-right: 0;
  }

  #nav-wrap{
    left: 25px;}
    .logo-wrap{
      max-width: 200px;
    }

}

header .video-wrap{
  overflow: hidden;
  margin-left: auto;
  width:100vw;
  margin-top: 0;
  position: relative;
  background: url(../images/fv__bg.webp)no-repeat center;
  background-size: cover;
}

header .video-wrap .slider__flex{
  display: flex;
  position: relative;
  z-index: 5;
}

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


.top_slide_main{
  margin:0 auto 0 2vw;
  position: relative;
    width: 41.66666666666667vw;
    z-index: 10;
}

.thumbnail__wrap{
  width: 58.33333vw;
  margin-top: auto;
  background: url(../images/slider__bg.webp)repeat-x center bottom;
  padding-top: 90px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.thumbnail{
  max-width: 87%;
  margin:auto auto 1em;
  margin-right: var(--row-space);
}

.thumbnail .item{
  margin: 0 .75em;
}

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

@media screen and (max-width: 767px) {
  .top_slide_main img{
    height: 85vh;
  }
  header nav{
    display: none;
  }
	header#kv__wrap.recruit h2{
		margin-top:.75rem;
	}
	#rec01 h3.left-border{
		margin-top:0;
	}
}

header .caption{
  position: relative;
}

header h1{
  font-size: clamp(19px,1.4875vw,30px);
  color: #fff;
  /* line-height: 2.2; */
}

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: 768px) and (max-width: 1024px) {
  .thumbnail{
    margin-left: 2.5vw;
  }
  .thumbnail__wrap{
    margin-bottom: auto;
    padding-top: 10vh;
	max-height: 800px;
  }
}

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

.menu_btn {
	position: fixed;
	background: none;
  margin:0 0 1em;
	border: none;
  top:10px;
  right: 10px;
	appearance: none;
	cursor: pointer;
  width: 110px;
	height: 60px;
	transition: all 1s;
  z-index: 101;
  opacity: 1;
}
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.bk{
  background: #070707;
}

section.bk.pbn{
  padding-bottom: 0;
}

section.service{
  background: url(../images/fv__bg.webp)no-repeat center ;
  background-size: cover;
}

section.service *{
  color:#fff;
}

section.service p strong{
  font-weight: bold;
  font-size: 1.1rem;
}

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

.ribbon span.curner {
  position: absolute;
  top: -10px;
  left: 10px;
  display: inline-block;
  width: 120px;
  height: 65px;
  text-align: center;
  background: #36114c;
}

.ribbon span.curner:before,
.ribbon span.curner:after {
  content: '';
  position: absolute;
  
}
.ribbon span.curner:after {
  top: 50%;
  left: 0;
  display: block;
  height: 50%;
  border: 60px solid #36114c;
  border-bottom-width: 10px;
  border-bottom-color: transparent;
}


.gray__Inner{
  background: #232323;
  padding: var(--row-space);
  width: 100%;
  margin: auto;
}

.menu_btn span {
	display: inline-block;
	position: absolute;
	width: 60%;
	height: .5px;
	background: #fff;
	transition: all .4s;
  left: 17%;
  z-index: 3;
}

.menu_btn span.br:nth-of-type(1) {
	top: 60px;
}
.menu_btn span.text{
position: absolute;
    color: #fff;
    top: 20px;
    height: auto;
    text-align: center;
    font-size: 12px;
    background: transparent;
  left: 30%;
    z-index: 6;
      font-family: "Cormorant Garamond", serif;
}
.menu_btn span.br:nth-of-type(2) {
	display: none;
}
.menu_btn span.br:nth-of-type(3) {
	top: 80px;
}

.menu_btn.active span.br:nth-of-type(1) {
	animation: anime3-1 .75s forwards;
  top:2px;
}

@media only screen and (min-width: 768px) {
  .menu_btn.active span.br:nth-of-type(1) {
    animation: anime3-1 .75s forwards;
    top: 45px;
}
  .menu_btn.active span.br:nth-of-type(3) {
      top: 62px;
  }
}

.menu_btn.active  span.text{
  opacity:0;
}

@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.br:nth-of-type(2) {
	display: none;
}
.menu_btn.active span.br: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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .ribbon span.curner{
    width:100px;
  }
  .ribbon span.curner:after {
      top: 50%;
      left: 0;
      display: block;
      height: 50%;
      border: 50px solid #36114c;
      border-bottom-width: 10px;
      border-bottom-color: transparent;
  }
  .menu_btn{
    right: 0;
  }
  .menu_btn span.text{
    left: 26%;
  }
  .menu_btn span{
    left:22%;
  }
  #nav-wrap{
    display: none;
  }
}

html.appear .overlay{
  width: 100vw;
  height:0;
  opacity:0;
  animation: drawer .75s forwards;
  background: url(../images/drawer__bg.jpg)no-repeat center;
  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__wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}


.overlay .menu__wrap .Left{
   width:100vw;
   max-width: 900px;
   margin: auto;
   height: auto;
   display: flex;
   justify-content: center;
   flex-direction: row;
   flex-wrap: wrap;
   padding-left: 4vw;
   padding-right: 4vw;
   overflow-y: auto;
   padding: var(--row-space);
   background: rgba(0,0,0,0.9);
   outline: 4px solid #444;
}

.overlay .menu__wrap .Left .Center{
  width: 100%;
  margin: 0 auto 1em;
  padding-bottom: 1em;
  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: 180px;}

.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: 80%;
}

.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 ul li{
  font-size: clamp(17px,1.44vw,20px);
  width: 100%;
  padding-bottom: 1em;
  padding-left: .5em;
  margin-bottom: .75em;
  display: flex;
  flex-direction: column;
  column-gap: 1em;
  align-items: flex-start;
  position:relative;
 transition: all 0.4s ease;
	right:0;
}

.overlay .menu__wrap .Left ul li a{
  display: block;
  width: 100%;
	text-shadow: none;
}
.overlay .menu__wrap .Left ul li:hover{
	right:-10px;
}

.overlay .menu__wrap .Left ul li a:hover{
	    text-shadow: 0px 0px 20px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
}

.overlay .menu__wrap .Left ul li > a{
  padding-bottom: .5em;
  border-bottom: 2px solid var(--violet);
  color:#fff;
        font-family: "Cormorant Garamond", serif;
}

.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:#d9dabd;
}

.overlay .menu__wrap .Right{
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.overlay .menu__wrap .Left{
  margin-right: calc(60px + 1em);
  margin-left: 1em;
  max-width: 96%;
}
}
@media screen and (max-width: 767px) {


  .menu_btn{
    opacity:1;
  }

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

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

  .overlay .menu__wrap .Left ul li{
    margin-bottom: 0;
    width: 100%;
    padding-left: 0;
  }

  header#kv__wrap{
    height: auto;
  }

  .overlay .menu__wrap .Left .logo a{
    margin-bottom: 2em;
  }

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

  .overlay .menu__wrap .Right{
    display: none;
  }

  .menu_btn{
        width: 45px;
        height: 45px;
        top: 0px;
  }

  .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: 10px;
  }
  .menu_btn.active span:nth-of-type(3){
    bottom:15px;
  }

}

html .overlay{
  display: none;
  opacity: 0;
}

header .caption_wrap{
  width: 50%;
  margin:auto auto 8vh;
  position: relative;
  padding: 1em;
}

header .caption_wrap::before{
  content: '';
/*background: linear-gradient(to right,  rgba(0,0,0,0) 2%,rgba(0,0,0,0) 4%,rgba(0,0,0,0) 6%,rgba(0,0,0,0.65) 28%,rgba(0,0,0,0.65) 52%,rgba(0,0,0,0.65) 78%,rgba(0,0,0,0) 94%,rgba(0,0,0,0) 96%,rgba(0,0,0,0) 100%);*/
  opacity:0.75;
  width: 110%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}

header .caption_wrap picture{
  position: relative;
  z-index: 2;
}

header .caption_wrap .main__title{
  background: var(--key-Color);
  color:#fff;
  text-align: center;
  padding:.25em .5em;
  color:#fff;
  font-size: clamp(20px,32px,36px);
  font-weight: 600;
  line-height: 1.4;
  margin: .5em auto;
}

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;
}
@media screen and (min-width: 1025px) {
  header .caption_wrap{
    min-width: 500px;
  }
}

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

  .top_slide_main img {
      width: 100%;
      max-height: 900px;
      object-fit: cover;
  }
	.thumbnail{

		margin-right:auto;
	}
  header#kv__wrap{
    max-height: 900px;
	  height:max-content;
  }
  header .caption_wrap{
    min-width: 500px;
	width:500px !important;
  }
  .slick-num{
    top:620px;
  }
	.thumbnail__wrap{
		max-height:900px;
	}
}


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

  header .caption_wrap{
    width: 425px !important;
  }
  .top_slide_main img{
    max-height: 900px;
  }
	  .slick-num{
    display:none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1800px) {

  header .caption_wrap{
    width: 600px;
  }
  .slick-num{
    top:65vh;
	display:none;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
	    header .caption_wrap {
        width: 400px !important;
			min-width:400px;
    }
}
/**********************  Section ******************************/

section{
  padding: var(--col-space) var(--row-space);
  position: relative;
}

section .comm__Inner{
  max-width: 1300px;
  margin: auto;
}

section#red__bg{
  background: url(../images/concept__bg.jpg)no-repeat center;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

section#red__bg .comm__Inner{
  padding: 5vh var(--row-space);
  background: #8f1d22;
  max-width: 100%;
  position: relative;
}

section#red__bg .comm__Inner::after{
  content: '';
  background: url(../images/kougarou.svg)no-repeat center bottom;
  background-size: contain;
  position: absolute;
  right:var(--row-space);
  bottom:0;
  width: 50vw;
  height: 20vh;
  z-index: 1;
}

section#red__bg .comm__Inner *{
  color:#fff;
}

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

  section .comm__Inner{
    max-width: 1800px;
    margin: auto;
  }
}

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

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

h2{
  font-size: clamp(48px,1.9125vw,4.8vw);
  font-family: "Gelasio", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  color:#fff;
  position: relative;
  margin-top: 0;
  margin-bottom: .5em;
  z-index: 2;
  text-align: center;
}


h2 span.text{
  display: block;
  font-size: var(--h4);
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: .75em;
}

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

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

h2.left{
  text-align: left;
}

h2.jp{
  font-weight: 600;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: clamp(26px,40px,50px);
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  h2{
    font-size: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  h2.jp{
    font-size: 24px;
    margin-bottom: .5em;
  }
  .service__link__wrap .Item span.number{
    font-size: 88px;
  }
}

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


h2.Center{
  text-align: center;
}

h2.jan{
  font-size: calc(var(--h3) / 2.4);
  margin-bottom:1em;
font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight:300;
}

h3{
  font-size: var(--h3);
  font-weight: 600;
  line-height: 1.655;
  font-family: "Cormorant Garamond", serif;
}

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(--red);
  font-weight: bold;
}

h3.gray{
  color:#d6d3c5;
}

.Recruit h3.border{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-top: 0;
  padding: .25em .5em;
}

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

h4{
  font-size: var(--h4);
  color:var(--violet);
  line-height: 1.75;
  border-left: 10px solid var(--violet);
  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(38px,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: .3em;

  }
  h3.bg{
    font-size: 1.5rem;
  }
    .service__link__wrap h2{
    font-size: 32px;
  }
}

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

a.btn{
  background: #fff;
  border: 1px solid #fff;
  padding: .75em;
  color: #8f1d22;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 250px;
  margin: 1em auto 0;
  font-size: clamp(18px,24px,30px);
  text-decoration: none;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  align-items: center;
  font-weight: bold;
  column-gap: 10px;
  justify-content: center;
}

a.btn.border{
  border: 1px solid #000;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  margin: 2.9px 0;
  border-radius: 9999px;
  background-color: #8f1d22;
 transition: all 0.3s ease;
  right:0;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 6px;
  height: 2px;
  border-radius: 9999px;
  background-color: #8f1d22;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.information a.btn{
  margin-bottom: 0;
}

a.btn:hover{
background: var(--red);
color:#fff;
}

a.btn:hover .arrow{
	right:-10px;
}

a.btn:hover .arrow, a.btn:hover .arrow:before, a.btn:hover .arrow:after{
  background-color: #fff;
}

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

a.btn.min{
  font-size: 1.0rem;
}


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

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

}

@media screen and (max-width: 767px) {
	a.btn{
		padding:10px;
    font-size: 13px;
	}
	a.btn.long{
    margin-top: 0;
	font-size:1.1rem;
	text-align:left;
  }
}

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

::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************/

.Recruit.Sec{
  background: #fffde2;
}

section#contact {
    background: linear-gradient(65deg, #03A9F4 0%, #023095 99%);
  padding: var(--row-space) var(--row-space);
}
section#contact .comm__Inner{
background:rgba(255,255,255,0.15);
outline:2px solid #fff;
padding:1em var(--row-space);
padding-bottom: 2.6vw;
max-width: 750px;
margin: auto;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
section#contact h2{
  color:#fff;
}

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

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

section.contact{
  background: url(../images/contact__bg.webp)no-repeat center bottom;
  background-size: cover;
  padding: var(--row-space);
  position: relative;
  z-index: 2;
  margin: 0 var(--row-space);
}

section.contact::before{
  content: '';
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:0;
  width: 30%;
  height: 8px;
}

section.contact .btn-wh{
  display: block;
  width: var(--flex_third);
  border: 2px solid #fff;
  padding: 8px;
}

section.contact .btn-wh .Inner{
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:100%;
  padding: 1em 1em 0;
}

section.contact .btn-wh .Inner h3{
  color:var(--violet);
  margin: 0 auto .25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--h2) * 1.5);
  font-weight: bold;
  line-height: 1.15;
}

section.contact .btn-wh .Inner h3 span.jp{
  background: #000;
  color:#fff;
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  padding: 5px;
}

section.contact .btn-wh a{
  background: var(--red);
  display: flex;
  justify-content: center;
  column-gap: .15em;
  align-items: center;
  margin: .25em auto .5em;
  width: 95%;
  padding: .5em;
  color:#fff;
  text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: var(--h3);
    text-decoration: none;
}

section.contact .btn-wh a:hover{
      background: #cf161e;
}

section.contact .btn-wh a.tel{
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}

section.contact .btn-wh a i{
  font-size: 32px;
  display: inline-block;
}

section.contact .flex__wrap{
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 1240px){
  section.contact .btn-wh a{
    width: 100%;
    font-size: 1.3rem;
  }
  section.contact .btn-wh a i{
    font-size: 22px;}
    section.contact .btn-wh a{
      width: 100%;
      line-height: 1.1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px){
  section.contact .btn-wh a{
    width: 100%;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1921px){
  section.contact .btn-wh .Inner h3{
  font-size: calc(var(--h2) * 1.3);
  }
}
/*************  footer ******************/

footer a:hover{
  opacity: 0.7;
}

footer{

  padding:4.333333333333332vw var(--row-space);
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: var(--col-space);
}

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);
    font-family: "Cormorant Garamond", serif;
}

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

footer .link ul li{
  display: flex;
  padding-right: .25em;
  column-gap: .25em;
  font-family: "Cormorant Garamond", serif;
  flex-direction: column;
  align-items: center;
}


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

dl.News__wrap{
  display: flex;
  margin: 0 0 5px;
}

dl.News__wrap span.cat{
  width: 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--red);
  color:#fff;
  text-align: center;
  padding: .25em;
  margin-right: 1%;
  
}

dl.News__wrap dt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .5em .75em;
  color:#fff;
    border-bottom: 1px solid #4c4a4a;

}

dl.News__wrap dd{
  width: 70%;
  border-bottom: 1px solid #4c4a4a;
  margin: 0;
  padding: .5em .75em;
}

dl.News__wrap dd h3{
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0;
}

dl.News__wrap dd a{
  color:#fff;
  text-decoration: none;
}

dl.News__wrap:first-of-type dt, dl.News__wrap:first-of-type dd{
  border-top: 1px solid #4c4a4a;
}

picture.shadow{
  position: relative;
  display: block;
}

picture.shadow img{
  width: 100%;
}

.service picture{
  margin-bottom: 2em;
}

picture.shadow + picture.shadow{
  margin-top: 2em;
}

picture.shadow img{
  position: relative;
  z-index: 2;
}

picture.shadow::after{
  content: '';
  background: var(--red);
  position: absolute;
  right:0;
  top:15px;
  width: 100%;
  height: 100%;
  right:-15px;
  z-index: 0;
}

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

  section.service picture.shadow{
    max-width: 1000px;
    margin: auto;
  }
  .service__link__wrap picture img{
    width: 100%;
  }

}

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

  footer .Inner__wrap ul.link li a{
    font-size: 13px;
  }
  .service picture{
    max-width: 700px;
    margin: auto;
  }
}

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

.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (min-width: 1921px) {
  footer .Inner__wrap ul.link li a{
    font-size: 18px;
  }
  .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 rgba(44,44,44,0.55);
  background: transparent;
}

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

.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: 30px;
  right:65px;
  font-size: 14px;
  line-height: 1;
  z-index: 4;
}
#page-top a {
background: var(--key-Color);
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 5px 10px;
    height: 60px;
    line-height: 25px;
    text-align: center;
    display: block;
    font-size: 30px;
    border-radius: 50%;
    opacity: 0.9;
    transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

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

  #page-top a {
    width: 40px;
    height: 40px;
    line-height: 30px;
    padding: 0;
  }
  #page-top{
    right: 7px;
    bottom: 15px;
  }
}

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

    .flex__wrap {
      display: flex;
      width: 100%;
    }
    .flex__wrap .left {
      width: 40%;
    }
    .flex__wrap .right {
      width: 55%;
    }

    .service h2{
      text-align: left !important;
      margin-top: 1em;
    }

    .concept .flex__wrap .left{
      width: 67%;
    }

    .service a.btn{
      margin: 1em 0 0 0;
    }

    .information a.btn{
      margin: 2em 0;
    }

        .concept .flex__wrap .right{
      width: 30%;
    }
    
    .flex__wrap.aligncenter{
      align-items: center;
    }

    .flex__wrap .right p, .flex__wrap .left p{
      margin-top: 0;
    }

    .about .flex__wrap .left, .about .flex__wrap .right{
      padding: 0;
    }

    .flex__wrap.mt{
      margin-top: var(--row-space);
    }

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

    .flex__wrap .three{
      width:var(--flex_third);
    }
    .flex__wrap .four{
      width:var(--flex_fourth);
    }
section.blue{
  background: var(--blue);
}

section.blue h2{
  color:#fff;
}

.wh__wrap{
  background: #fff;
  padding: var(--row-space);
}

section#business{
  background: url(../images/works_bg.webp)no-repeat;
  background-size: cover;
}

section#business .left *{
  color:#fff;
}

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

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

picture.since{
  max-width: 70%;
  display: block;
}

.contact__bg{
  position: relative;
  background: #1c1718;
  padding-top: 2em;
}

.contact__bg::after{
  content: '';
  background: url(../images/fotter__bg.webp)no-repeat center;
  background-size: cover;
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 70%;
}


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

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

footer .comm__Inner{
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

footer .comm__Inner .left{
  width: 30%;
}

footer .comm__Inner .left p{
  margin-top: 0;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

footer .comm__Inner .left .logo__wrap{
  display: flex;
  column-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

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{
  width: 200px;
  text-align: center;
}

footer .comm__Inner .right__wrap{
  display: flex;
  column-gap: 0;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
}

footer .comm__Inner .right{
  width: calc(100% - 300px);
}

footer .comm__Inner .right:nth-of-type(4){
  border-right: none;
}

footer .comm__Inner .right ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 1.5em;
  padding-left: 0;
}

footer .comm__Inner .right ul li{
  margin-bottom:0;
  align-items: center;
  justify-content: center;
}

footer .comm__Inner .right ul li a{
  text-decoration: none;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.1rem;
}

.footer__top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2em;
  border-bottom: 1px solid #565656;
  margin-bottom: 2em;
  width: 100%;
}

.footer__bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
      font-family: "Cormorant Garamond", serif;

}
.copy{
  margin-top: auto;
  margin-left: auto;
  font-family: "Cormorant Garamond", serif;
  text-align: right;
  font-size: 16px;
  margin-top: 2em;
}

.footer__bottom .right{
  width: 30% !important;
      font-family: "Cormorant Garamond", serif;

}

@media screen and (min-width: 1921px) {
  footer .comm__Inner{
    max-width: 1900px;
  }
}

.footer__bottom .right a{
  text-decoration: none;}

.instagra__wrap{
  display: flex;
  column-gap: 2%;
  flex-direction: row;
  justify-content: flex-end;
        font-family: "Cormorant Garamond", serif;
  font-size: 1.0rem;
  align-items: center;
}

.instagra__wrap a{
        font-family: "Cormorant Garamond", serif;
}

.instagra__wrap i{
  font-size: 38px;
}

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

h2.mb__none{
  margin-bottom: 0;
}

.p-page-visual__inner div.breadcrumbs{
  padding: 0;
}

.p-page-visual__inner div.breadcrumbs{
  overflow-x: auto;
  font-size: 0.8rem;
  color:#999;
  width: 100%;
  position: absolute;
  bottom:2.5vh;
}

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

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


/************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: "Cormorant Garamond", serif;
}
#gnav > ul > li > a i{
  position: absolute;
  bottom:10px;
  right:-3px;
  font-size: 13px;
  color:var(--key-Color);
}
#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;
}
#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;
}

.float-button__wrap {
    display: none;
    width: 180px;
    height: 180px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.flex__wrap .Hurf{
  position: relative;
}

.work__top__wrap{
  max-width: 1200px;
  margin: auto;
}

.work__top__wrap img{
  width: 100%;
  height: auto;
max-height: 400px;
min-height: 400px;
object-fit: cover;}

.before{
  padding: .5em;
  color:#fff;
  background: var(--violet);
  text-align: center;
  position: absolute;
  width: 100%;
  bottom:0;
  left:0;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}

.after{
  padding: .5em;
  color:#fff;
  background: var(--red);
  text-align: center;
  position: absolute;
  width: 100%;
  bottom:0;
  left:0;
    font-family: "Cormorant Garamond", serif;
      font-size: 20px;

}

.works__title{
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: 1px solid #fff;
  font-size: 1.25rem;
}

.bottom__wrap{
  display: flex;
  column-gap: .5em;
  font-size: clamp(14px,20px,21px);
  justify-content: space-between;
  margin-top: .75em;
  align-items: center;
}

.bottom__wrap .cat{
  padding: .5em;
  line-height: 1.1;
  background: var(--violet);
  color:#fff;
  text-align: center;
}

.bottom__wrap  .date{
  color:#fff;
}
.date{
  font-style: italic;
  font-size: 1.0rem;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.date::before{
  content: '';
  background: var(--red);
  border-radius: 3.46em;
  width: 15px;
  height: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.works li img {
      max-height: 200px;
      object-fit: cover;
  }
  footer .comm__Inner .right{
    width: 100%;
  }
  .float-button__wrap{
    width: 120px;
    height: 120px;
  }
}

