@charset "UTF-8";

/*
Theme Name: kashiwagi
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap');

:root { 
  --green: #00742b;
  --orange: #f9cc10;
  --blue: #1a237e;
  --red: #c91b2c;
  --row-space :5.97916666666666vw;
  --col-space : 11.2vh;
  --h1 :1.910vw;
  --h2 :2.166666666666666vw;
  --h3 : 1.7rem;
  --h4 : 1.45rem;
  --flex_hurf : calc(94% / 2);
  --flex_third : calc(92% / 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 : calc((100% - 2.864583333333333vw) / 2);
      --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;
  }

@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;
    scroll-behavior: smooth;
}

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

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

html {
  scroll-behavior: smooth;
}

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

html, body{
  margin: 0;
}

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

a{
  line-height: 1.4;
}

p{
      line-height: 2.0;
}

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

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

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

.fixed__right{
  background: #f5ffff;
  width: clamp(60px,5.979166666666667vw,6vw);
  overflow: hidden;
  z-index: 99;
  padding: 0;
}

.fixed__right .Inner{
  position: relative;
}

.fixed__right *{
  color:#fff;
}

.fixed__right ul.links{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.25;
  margin: 0 auto auto;
  list-style: none;
  padding: .5em;
  align-items: center;
  background: var(--green);
  position: relative;
  top:0;
  right:0;
  z-index: 115;
    transition: all .3s;
}

.fixed__right ul.links span.logo{
  width: 20px;
  display: block;
  margin-bottom: 10px;
}

.fixed__right ul.links li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 14.5px;
  letter-spacing: 0.086em;
}
.fixed__right ul.links:hover{
  opacity:0.75;
}
.fixed__right a{
  text-decoration: none;
}

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

#nav__gloval{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.1);
}

#nav-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 calc(var(--row-space) / 2);
  background: #fff;
}

#nav-wrap nav{
    top:0;
    padding:0 .5em 0;
}

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

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

.logo-wrap{ 
  text-align: left;
  max-width:clamp(120px,250px,250px);
  margin:0;
  width: 100%;
}

header nav *{
  font-size: clamp(16px,0.9375vw,24px);
  color:#fff;
  font-weight: 500;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

.global-nav li a:hover{
	background:var(--blue);
	color:#fff;
	border-radius:0;
}
.global-nav li.contact a:hover{
	border-radius:0;
}
.fixed__right ul.links li a span.text br{
  display: none;
}

@media only screen and (min-width: 1280px) and (max-width: 1800px) {
  .fixed__right{
    min-width: 113px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
  .fixed__right ul.links li a{
    font-size: 11px;
    min-width: 80px;
    padding: .25em;
  }
  .fixed__right{
        min-width: 80px;

  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .fixed__right ul.links li a span.text{
    display: none;
  }
}

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

  header nav *{
    font-size: 11.5px;
  }

    .fixed__right ul.links li a{
    font-size: 9px;
    min-width: 80px;
    padding: .25em;
  }
  .fixed__right{
        min-width: 80px;

  }

}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  #nav__gloval{
    height: 70px;
  }

}
header nav{
opacity:1;
display: block;
transition: 0.4s;
padding: clamp(1em,40px,40px) 0;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
padding-top: 0;
padding-bottom: 0;
margin-left: auto;
}

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

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

header nav:last-of-type ul{
  display: flex;
  justify-content: flex-start;
}

header ul{
  padding: 0;
}


#menu-gloval-navi li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .75em 1em;
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  #menu-gloval-navi li a{
    padding: .5em;
    font-size: 0.9rem;
  }
  .logo-wrap{
    width: 200px;
  }
}


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


  .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: 0px;
    margin-right: 0;
  }

  #nav-wrap{
    left: 0;}
    .logo-wrap{
      max-width: 150px;
    }
    #gnav > ul > li > a{
      padding:.35em .3em;
    }

}

header .video-wrap{
  overflow: hidden;
  margin-left: auto;
  width:100vw;
  margin-top: 0;
  padding-top: 100px;
  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: 100vh;
  object-fit: cover;
}

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

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: "Zen Kaku Gothic New", 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) {

  .top_slide_main img {
      width: 100vw;
      height: 50vh;
      object-fit: cover;
  }
    header .video-wrap{
    padding-top: 74px;
  }
}

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

.menu_btn {
	position: relative;
	background: none;
  top:40vh;
  margin: auto;
	border: none;
	appearance: none;
	cursor: pointer;
  width: 45px;
	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.about p.tel + p.Center{
  margin-bottom: var(--col-space);
  margin-top: 0;
}

section#about{
  background: #fff;
  padding:0 var(--row-space) 0 var(--row-space);
}

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

.menu_btn:after{
  content: 'MENU';
  display: block;
  position: absolute;
  font-size: 11px;
  color:#666;
  text-align: center;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
}

section#about .comm__Inner{
  padding:var(--col-space) 0;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 1240px;
}

.menu_btn span {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: .5px;
	background: #727272;
	transition: all .4s;
}

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

.menu_btn.active span:nth-of-type(3){
 top: 20px;
 bottom:inherit !important;
}

.menu_btn.active span:nth-of-type(1) {
	animation: anime3-1 .75s forwards;
  top:0;
}
.menu_btn.active span{background: #727272;}

@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: calc(100vw - var(--row-space));
  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(255,255,255,1);
   outline: 4px solid rgna(255,255,255,0.5);
}

.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;
  margin-top: .5em;
}

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

.overlay .menu__wrap .Left ul li a{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.overlay .menu__wrap .Left ul li a:after{
  font-family: "FontAwesome";
	content: '\f0da';
  font-size: 0.85rem;
  color: var(--green);
}

.tel__wrap{
  max-width: 600px;
  margin: auto;
}

p.tel{
  border: 1px solid #19192b;
  padding: .5em !important;
  margin: 0 auto;
  text-align: center;
}

.open{
  background: #19192b;
  font-size: 0.8rem;
  padding: .5em;
  text-align: center;
  color:#fff;
  margin-top: 0;
  margin-bottom: 0;
}

.overlay .menu__wrap .Left ul.sub-menu a:after{
  display: none;
}

.overlay .menu__wrap .Left ul.sub-menu a{
  justify-content: flex-start;
}

.overlay .menu__wrap .Left ul li > a{
  padding-bottom: .5em;
  border-bottom: 2px solid var(--green);
  padding-left: .2em;
}

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

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

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

header nav a:hover, .overlay .menu__wrap .Left ul li a:hover{
  color:var(--green);
  padding-left: 0;
}

.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%;
  }
  html.appear .overlay{
    width: 92vw;
  }
  .menu_btn{
    top:45vh;
  }
}
@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: 1em;
    width: 100%;
  }

  .menu_btn.active span {
    background: #fff;
  }

  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){
    top:20px;
  }

}

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

header .caption_wrap{
  width: 50%;
  position: absolute;
  left:calc(var(--row-space) / 2);
  top: 50%;
  transform: translateY(-50%);
}

header .caption_wrap .main__title{
  color:#fff;
  text-align: center;
  font-size: clamp(28px,48px,66px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0.046em;
  width: max-content;
  position: relative;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.88),2px 3px 5px rgba(0, 0, 0, 0.88);
}

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

  header .caption_wrap .main__title{
    font-size: 30px;
  }
}

header .caption_wrap .main__title .contents{
  position: relative;
  z-index: 1;
}

header .caption_wrap p{
  text-align: center;
  color:#fff;
  font-size: clamp(16px,20px,21px);
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  header .caption_wrap{
    width: 85%;
    left:1em;
  }
  h3{
    font-size: 1.5rem;
  }
}

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

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



section#gradation{
  background: linear-gradient(to bottom, rgb(128 160 179 / 30%) 0%, rgba(109, 80, 144, 0) 100%);
}


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

p.Center{
  text-align: center;
}

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

  section .comm__Inner{
    max-width: 1540px;
    margin: auto;
  }
  .fixed__right ul.links li a{
    font-size: 16px;
  }
  .fixed__right ul.links{
    padding: 1em .5em;
  }
  header nav *{
    font-size: 18px;
  }
}

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

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

h2{
  font-size: clamp(48px,5.78125vw,40px);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color:#2d2510;
  position: relative;
  margin-top: 0;
  margin-bottom: 1.5em;
    display: flex;
  align-items: center;
}

h2.Center{
  margin:0 auto 1em;
  justify-content: center;
  column-gap: .15em;
}

h2.serif{
    font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(30px,3.78125vw,40px);

}

h2.mb{
  margin-bottom: 1em !important;
}

h2 span.text{
  display: block;
  font-size: var(--h3);
  font-weight: 400;
  letter-spacing: 0.096em;
  margin-left:0;
  margin-top: 0;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h2.column{
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  row-gap: 0;
  line-height: 1.5;
}

#contact h2.column{
  row-gap: 0;
  line-height: 1.45;
}

#contact h2 span.text{
  margin-bottom: 0;
}

h2.column.Center{
 align-items: center ;
}

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,28px,30px);
  margin-bottom: 1em;
  line-height: 1.4;
}

h2.l-border{
  border-left: 8px solid #1a237e;
  padding: 0 0 0 1.25em;
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  h2.jp{
    font-size: 24px;
    margin-bottom: .5em;
  }
  h2.column{
    row-gap: 0;
  }
  h2.column.Center{
    line-height: 1.4;
    margin-bottom: .5em;
  }
}

h2.border{
  border-bottom: 5px solid #1a237e;
  padding-bottom: .5em;
  margin-bottom:1em;
}

h3.bg{
  background: var(--orange);
  padding:.25em .5em;
  text-align: center;
  color:#fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: var(--h3);
  margin-top: 0;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h3.bg-blue{
  background: #0c1a96;
}
h3.bg-green{
  background: #03a0a5;
}

h3.l-border{
  border-left: 10px solid #1a237e;
  padding-left: 1em;
}

h2.en + .jan-small{
  margin-bottom: 1em;
}

h2.border.jp span.jan::before{
  margin-top: .75em;
}

h2.border{
text-transform:capitalize;
}

h2.border span.jan{
  display: block;
  color:var(--key-Color);
  font-size:clamp(13px,0.86vw,0.96vw) ;
}

h2.Center{
  text-align: center;
  line-height: 1.455;
  margin-bottom: 1em;
}

h2.jan{
  font-size: calc(var(--h3) / 2.4);
  margin-bottom:1em;
  font-weight:600;
}

h2.white{
  color:#fff;
}

h2.en{
  padding-bottom: 0;
  margin-bottom: 0;
}

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

h3.border{
      color: #2d2510;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.855;
  padding: 0 .25em .35em;
  border-bottom: 4px solid #323f86;
  font-weight: bold;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.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(--key-Color) solid 10px;
  padding-left: 15px;
  margin-top: calc(var(--col-space) / 2);
}

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

.mt__none{
  margin-top: 0;
}

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;
  }
  h3.border{
    font-size: 1.4rem;
  }
}

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

a.btn{
  background: transparent;
  border: 1px solid #3545A3;
  background: #3545A3;
  padding: .75em;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 230px;
  margin: 2em 0 0;
  font-size: 1.05rem;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  align-items: center;
  column-gap: 10px;
  border-radius: 4.46em;
  padding-left: 1.5em;
}

a.btn.auto{
  margin-left: auto;
  margin-right: auto;
}

a.btn i{
  color:#fff;
  margin-right: -10px;
}

a.btn.long{
  max-width: 100%;
  text-align: center;
  font-weight: 600;
  justify-content: center;
    font-size: clamp(20px,21px,24px);

}

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

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

.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 i{
  font-size: 1.3rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: .15em;
}

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

a.btn:hover i{
  color:#fff;
}

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

a.btn:hover .arrow{
  margin-right: -5px;
  color:#fff;
}

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;
    }
    a.btn.long{
      font-size: 22px;
          margin-top: 0;
    }
}

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

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

::marker{
  margin-right: 0;
}

a.text__links{
  color:#2d2510;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  margin-left: auto;
  margin-right: 0;
  margin-top: 1em;
  max-width: max-content;
  margin-top: 1em;
  font-size: 1.05rem;
}

a.text__links:hover{
	color:var(--blue);
}

a.text__links i{
  color:#2d2510;
  display: inline-block;
  margin-left: .15em;
  text-decoration: none !important;
  transition: all .3s;
    position: relative;
    right:0;
}

a.text__links:hover i{
  right: -5px;
}

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

.Recruit.Sec{
  background: #fffde2;
}

section#contact {
  background:#faffeb;
  padding: var(--row-space) var(--row-space);
}

section#contact .comm__Inner{
background:#fff;
padding:3em 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;
}

section#message{
   background: #fffef0;
   padding-left: var(--row-space);
}

a.contact__btn{
  background: var(--green);
  border-bottom: 4px solid #075926;
  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:#00b445;
  color:#fff;
}

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: #24313c;
  padding: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;
}

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 .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:#fff;
  font-weight: 300;
  text-align: left;
  margin-left: auto;
}

footer .entory{
  padding:2em 1em;
  color:#fff;
  background: var(--green);
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  margin-top: 1em;
  display: block;
  max-width: 300px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  min-width: 70%;
}


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

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

@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{
    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;
  }
  .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;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}

.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: 20px;
  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: 18px 5px;
  height: 60px;
  line-height: 15px;
  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.align__center{
	align-items:center;
}

    .flex__wrap.space{
      column-gap: 2%;
      justify-content: space-between;
    }

    .flex__wrap .Hurf{
      width: var(--flex_hurf);
    }

    .flex__wrap .Hurf h2{
      margin-bottom: .7em;
    }

    .flex__wrap.center{
      column-gap: 2%;
      justify-content: space-between;
    }

    .flex__wrap .left {
      width: 40%;
    }
    #about .flex__wrap .left{
      padding:1em;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .flex__wrap .right {
      width: 60%;
      padding: 10px;
    }
    
    .flex__wrap .right p, .flex__wrap .left p{
      margin-top: 0;
    }

    .about .flex__wrap .left, .about .flex__wrap .right{
      padding: 0;
    }
    .flex__wrap.column{
      flex-direction: column;
    }

.flex__wrap.column .Hurf{
  width: 100%;
}

section.cream{
  background: #f6f5ff !important;
}
section.cream02{
  background: #e8e8ef !important;
}

section.blue h2{
  color:#fff;
}

section#about-kashiwagikousan::before{
  content: '';
  background:#ebebf1;
  background-size: cover;
  position:absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0%;
  z-index: -1;
  opacity: 0.355;
}
section#about-kashiwagikousan::after{
  content: '';
  background: #fff;
  position:absolute;
  width: 100%;
  height: 50%;
  bottom:0;
  left:0;
  z-index: -1;
}
section#job::before{
  content: '';
  background: #fffde9;
  background-size: cover;
  position:absolute;
  width: 100%;
  height: 50%;
  top:0;
  left:0%;
  opacity: 0.55;
  z-index: -1;
}

section#job.page{
  padding-top: var(--row-space);
}

section#job.page::before{
  content: '';
  background: #fffde9;
  background-size: cover;
  position:absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0%;
  opacity: 0.95;
  z-index: -1;
}

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

.Media .flex__wrap .three{
  position: relative;
}

.Media .flex__wrap .three .text{
  padding: 1em 1em;
	background:#fff;
}

.flex__wrap .three .text.wh{
padding: 0;
margin-top: auto;
}
.flex__wrap .three.works{
  display: flex;
  flex-direction: column;
}
.flex__wrap .three picture{
    overflow: hidden;
    display: block;
}
.flex__wrap .three picture img{
transition: transform .6s ease;
}
.flex__wrap .three picture:hover img{
     transform: scale(1.05);
     opacity:0.7;
}
.flex__wrap .three a + picture img{
  transition: transform .6s ease;
}

.flex__wrap .three a:hover + picture img{
     opacity:0.7;
     transform: scale(1.05);
}
.flex__wrap .three.works h3{
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}

.Media .flex__wrap .three picture img{
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
}
@media only screen and (min-width: 1921px){
  .Media .flex__wrap .three picture img{
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
  }
}

.Media .flex__wrap .three h3{
  font-size: 1.1rem;
margin: 1.25em 0;
font-weight: 400;
}

.Media .flex__wrap .three .days{
  font-size: 15px;
  margin: 0 0 .75em;
  font-family: "Inter", sans-serif;
}

.Media .flex__wrap .three a{
  position: absolute;
  width: 100%;
  z-index: 2;
  top:0;
  left: 0;
  height: 100%;
}

.Media .flex__wrap .three.works a{
  position: relative;
  height: auto;
}

.flex__wrap .three .text{
  padding: 1em;
}

p.wh__bg{
  width: max-content;
  text-align: center;
  margin: 2em auto !important;
  font-weight: 400;
}

p.wh__bg.mt{
  margin-top: 0 !important;
}

section.pt__none{
  padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  p.wh__bg{
    width: 100%;
  }
}

.flex__wrap .three{
  width: var(--flex_third);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.flex__wrap .three.works{
  width: calc(98% / 2);
  margin: 0 auto 2em;
}

.flex__wrap .three.works:last-of-type{
  margin-bottom: 0;
}

}

.wh__wrap{
  background: #fff;
  padding:clamp(1em,2vw,2.1vw);
  margin-bottom: 1.5em;
}

.wh__wrap dl.border{
  margin:0;
  padding:.35em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  position: relative;
}

dl.border dt{
  margin:0;
  padding:.5em .5em .5em 1.5em;
  position: relative;
}

dl.border:before{
  content: '';
  width: .5px;
  height: 100%;
  position: absolute;
  left:10px;
  top:0;
  background: #eee;
}

dl.border dd{
  margin:0;
  padding:.5em 1.5em .5em .5em;
  position: relative;
}

dl.border dd a{
  color:#202020;
  font-weight: 400;
  text-decoration: none;
}

dl.border dd a:hover{
  color:var(--orange);
  text-decoration: underline;
}

.border .days{
  font-weight: 400;
  font-size: 0.9rem;
      font-family: "Inter", sans-serif;
}

dl.border:after{
    content: '';
  width: .5px;
  height: 100%;
  position: absolute;
  right:10px;
  top:0;
  background: #eee;
}

.wh__wrap dl.border h3{
  margin: 0;
  font-size: 17px;
}

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

section#message{
  background: #35383a;
  position: relative;
  padding: 0 0 var(--row-space) 0;
}

section#message .message__wrap{
  padding: var(--row-space) calc(var(--row-space) + 60px) var(--row-space) var(--row-space);
  background: #117dce;
  max-width: 60%;
  display: flex;
  flex-direction: column;
      position: relative;
  justify-content: center;
  margin-left: auto;
}

section#message .message__wrap *{
  color:#fff;
}

.message__wrap + .Inner__wrap{
  margin-top: var(--col-space);
}

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

picture.since{
  max-width: 60%;
}

.since__text{
  background: #111;
  padding: .5em;
  text-align: center;
  color:#fff;
  font-size: var(--h2);
  margin-top: .5em;
  font-weight: 800;
  width: max-content;
}

.since__text:last-of-type{
  margin-left: var(--row-space);
}

section .Inner__wrap{
  position: relative;
  max-width: 1240px;
  margin-top: var(--col-space);
  margin: 0 auto;
}

section#company{
  background: #35383a;
  padding: var(--row-space) 20vw var(--row-space) var(--row-space);
}

section#company *{
  color:#fff;
}

    section#company .flex__wrap .left {
      width: 25%;
      padding: 10px;
    }
    section#company .flex__wrap .right {
      width: 73%;
      padding: 10px;
      margin-left: 5%;
    }
  
section#about-kashiwagikousan .Hurf:last-of-type{
  padding: clamp(1em,2vw,2.2vw);
}

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

footer{
  background: #24313c;
  padding: var(--row-space) var(--row-space) calc(var(--row-space) / 2);
}

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

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

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  footer .comm__Inner{
    flex-direction: row;
  }
}

footer .comm__Inner .left .logo__wrap{
  display: flex;
  margin-top: 0;
  column-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  min-width:70%;
  margin-left: auto;
  margin-right: auto;
}

footer .comm__Inner .left .logo__wrap a{
  text-decoration: none;
}

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

footer .comm__Inner .left .logo__wrap .logo{
  padding: 1.754em;
  background: #fff;
  text-align: center;
}

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

footer .comm__Inner .right{
  width:calc(100% / 3);
  padding-right: 1em;
}

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

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

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

footer .comm__Inner .right ul li a{
  text-decoration: none;
}

.copy{
  text-align: left;
  margin-top: 2em;
}

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;
  overflow-y: hidden;
  font-size: 0.8rem;
  color:#a08e8e;
  width: 100%;
  margin-top: auto;
}

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

@media screen and (min-width: 768px) and (max-width: 1090px) {
  footer .comm__Inner .left .logo__wrap{
    margin: auto;
  }
  footer{
    padding-right: calc(60px + 1em);
  }
  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: 1000px) {
  footer .comm__Inner .right{
    width: calc(98% / 2) !important;
    padding-left: .25em;
  }
  footer .comm__Inner .right:last-of-type{
    margin-left: auto;
  }
  a.contact__btn{
    max-width: 500px;
  }
  section#contact{
        padding-right: calc(60px + 1em);
  }
  footer .comm__Inner .left, footer .comm__Inner .right__wrap{
    margin-top: 1em;
    row-gap: 1em;
    column-gap: 2%;
  }
  footer .comm__Inner .right:nth-of-type(4){
        border-right: 1px solid #fff !important;

  }
}

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

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

#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: flex;
  transition: all .2s ease-in;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: .16em;
}
#gnav > ul > li > a i{
  position: relative;
  font-size: 13px;
  margin: 0 auto -5px;
  color:var(--key-Color);
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100vw;
  padding: 0 .5em;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: var(--blue);
}
#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{
  padding: 1em;
  display: block;
  background: #fff;
  border-radius: 4.46em;
  color:#202020;
  font-size: 0.95rem;
}

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

.sns__wrap{
  display: flex;
  column-gap: 10px;
  justify-content: center;
}

.sns__wrap a{
  display: inline-block;
  width: 40px;
}

.sns__wrap .x{
  width: 35px;
}

.marker{
  background: linear-gradient(transparent 60%, #f8ffb7 20%);
}

ul.border li{
  font-size: 0.85rem;
}

ul.border li:before{
  content:'─';
  display: inline-block;
  margin-right: .35em;
}

/********ページナビ***********/

.wp-pagenavi span.current{
  background: var(--blue);
  color:#fff;
}

input[type="checkbox"]{
	width:20px;
	height:20px;
	display:inline-block;
	margin-top:2px;
	    vertical-align: middle;
}