@charset "UTF-8";

/*
Theme Name: hikari
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

:root { 
  --key-Color: #f8a91b;
  --blue: #24316b;
  --red: #c91b2c;
  --orange: #f8a91b;
  --row-space : 4.69vw;
  --col-space : 11.2vh;
  --h1 :1.910vw;
  --h2 :2.166666666666666vw;
  --h3 : 1.7rem;
  --h4 : 1.45rem;
  --flex_hurf : calc((100% -  2.4583333333333333vw )/ 2);
  --flex_third : calc((100% - 2.864583333333333vw) / 3);
  --flex_fourth : calc((100% - 6%) / 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;
}

@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: 17px;
  letter-spacing: 0.05em;
  color: #010101;
  line-height: 1.85;
  background:#fff;
  overflow-x: hidden;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
p, li, a, div{
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html.appear{
  overflow: hidden;
}

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

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

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

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


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

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

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

.slick-slider li img{
  margin-left: auto;
  margin-right: auto;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

header#kv__wrap{
  position: relative;
  height: 100vh;
  max-height: 120vh;
  overflow: hidden;
  color: #fff;
  z-index: 10;
}
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%;
    object-fit: cover;
    height: 100%;
}
  @media screen and (min-width: 768px) {
    header #nav-wrap{
      background: rgba(0,0,0,0.85);
      position: fixed;
      top:0;
      left:0;
      width: 100%;
    }
    header.page #nav-wrap{
      background: rgba(255,255,255,1);
      position: fixed;
      top:0;
      left:0;
      padding-bottom: .5em;
      width: 100%;
      z-index: 6;
    }
  }


.drawer-nav{
  width: 80%;
}

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

.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:0;
  top:0;
  z-index: 100;
  padding: .5em calc(var(--row-space) / 2) 0 0;
}

#nav-wrap nav{
    z-index: 5;
}

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

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

#nav-wrap nav::after{
  content: '';
  position: absolute;
   transform:skewX(45deg);
   background: rgba(255,255,255,0.85);
   right:-70px;
   width: 120%;
   height: 100%;
   top:0;
   z-index: 4;
	display:none;
}

.logo-wrap{ 
  text-align: left;
  max-width:clamp(220px,360px,370px);
  width: 100%;
  padding-left: calc( var(--row-space) / 2);
  padding-top: 1em;
  padding-bottom: 1em;
}

header nav *{
  font-size: clamp(16px,0.9375vw,24px);
  color:#fff;
  font-weight: 500;
}
.menu-global-nav-container a::after {
  content: attr(data-desc);
  font-weight: 300;
  font-size: 11px;
  display:none;
}

.menu-global-nav-container li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  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{
	color:var(--orange);
	border-radius:0;
}
.global-nav li.contact a:hover{
	border-radius:0;
}
#menu-gloval-navi li.contact a:hover{
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

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

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;
  font-weight: 400;
}

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 a::after {
  content: attr(data-desc);
  color:var(--key-Color);
  font-size: 9px;
  font-weight: normal;
}

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

#menu-gloval-navi li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: .5vh;
  padding:0 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: 0;
  }
  .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: 0;}
    .logo-wrap{
      max-width: 200px;
    }

}

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

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

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

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

.top_slide_main img{
  width: 100vw;
  height: 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{
  color: #fff;
  font-size: clamp(38px,10.8875vw,110px);
  font-family: "acumin-variable", sans-serif;
  line-height: 1.1;
  font-weight: 900;
}

header h1.pagetitle{
  text-align: left;
  font-family: "acumin-variable", 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;
}

#menu-gloval-navi li.contact a{
    background: linear-gradient(to right,  rgba(230,95,4,1) 0%,rgba(242,151,65,1) 100%);
    display: flex;
    justify-content: center;
    column-gap: 2%;
    flex-direction: row;
    color:#fff;
    padding:.75em .5em;
    line-height: 1.0;
    border-radius: 0.46em;
}

#menu-gloval-navi li.contact {
  min-width: 200px;
}
#menu-gloval-navi li.contact  i{
  font-size: 22px;
}
@media screen and (max-width: 767px) {


  header h1 br{
    display: none;
  }

  header .caption {
    width: 90%;
}
}

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


@media screen and (min-width: 768px) {
  .fixed__right{
    display: none !important;
  }
}

.menu_btn {
	position: relative;
	background: none;
  margin:0 auto 1em;
	border: none;
	appearance: none;
	cursor: pointer;
  width: 45px;
	height: 60px;
	transition: all 1s;
  z-index: 101;
  opacity: 1;
}

p.tel, p.tel a{
  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;
	text-decoration:none;
}

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

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

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

.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: 30px;
}

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

@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 - 60px);
  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,0.9);
   outline: 4px solid #fff;
}

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

.overlay .menu__wrap .Left ul li a{
  display: block;
  width: 100%;
}

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

.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:#202020;
  text-decoration: none;
}

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

.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: 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){
    bottom:15px;
  }

}

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

header .caption_wrap{
  width: 80%;
  position: absolute;
  bottom:5vh;
  right:0;
}

header .caption_wrap .main__title__wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
}

header .caption_wrap .main__title__wrap .subtitle__wrap{
  display: flex;
  width: 100%;
  column-gap: 2%;
  justify-content: flex-end;
  align-items: center;
}

header .caption_wrap .main__title__wrap .subtitle__wrap .lead{
  color:#fff;
    font-family: "acumin-variable", sans-serif;
    font-size: clamp(26px,80px,90px);
    line-height: 1.0;
    font-weight: 900;
}

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 0 0;
  display: flex;
  width: max-content;
  font-size: var(--h1);
}
header h1{
  margin: 0; 
}
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 only screen and (min-width: 768px) and (max-width: 1069px) {
  header .caption_wrap{
    width: 85%;
    left:inherit;
  }
  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: 1300px;
  margin: auto;
}
section .comm__Inner.wide{
  max-width: 1920px;
  margin: auto;
}

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

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


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

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

h2{
  font-size: clamp(68px,5.28125vw,7.8vw);
  font-family: "acumin-variable", sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
  color:#000;
  position: relative;
  margin-top: 0;
  margin-bottom: .5em;
  z-index: 2;
    display: flex;
  align-items: center;
}


h2.strength{
  color:#fff9d9;
  position: relative;
  z-index: -1;
  font-size: clamp(60px,8.854166666666668vw,9vw);
  letter-spacing: -1px;
  margin-bottom: -10vh;
}

h2 span.text{
  display: block;
    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.company{
    display: block;
    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;
}

h2.column{
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

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

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,38px,42px);
  margin-bottom: 1em;
  color:var(--blue);
}

h2.jp span.min{
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: bold;
    font-family: "acumin-variable", sans-serif;
    margin-bottom: 1em;
}

h2 span.jp{
    font-weight: 800;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: clamp(26px,38px,42px);
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  h2{
    font-size: 52px;
  }
}

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


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

h3.l-border{
  border-left: 8px solid var(--orange);
  padding-left: 25px;
  color:var(--blue);
}

h2.Center{
  text-align: center;
}

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

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


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

h3.mt__none{
  margin-top: 0;
}
.comm__Inner + h2.bg-color{
margin-top: var(--col-space);
}

@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.4rem;
  }
  h3.l-border{
    font-size: 1.4rem;
  }
  ul.disc li{
    font-size: 1.05rem !important;
  }
}

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

a.btn{
  border: 1px solid #fff;
  padding: .5em;
  color: #fff;
  display: flex;
  justify-content:center;
  width: 100%;
  max-width: 250px;
  margin: 1em auto 0;
  font-size: clamp(17px,20px,22px);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  align-items: center;
  column-gap: .5em;
}

a.orange{
  background: var(--orange);
  color:#fff;
}
a.black{
	margin-top:1em;
	color:#202020;
	border-top:1px solid #202020;
	border-bottom:1px solid #202020;
}

a.btn.no--border{
  border: none;
  font-family: "acumin-variable", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-left: auto;
  margin-right: 0;
}

a.btn i{
  font-size: 17px !important;
}

a.btn.no--border i{
    font-size: 22px !important;

}

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

.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: #eaee0c;
  color:#000 !important;
}
a.btn:hover i{
  color:#000 !important;
}
a.btn:hover .arrow, a.btn:hover .arrow:before{
  background: var(--key-Color) !important;
}

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

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

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

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

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

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

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

}

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


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

footer a:hover{
  opacity: 0.7;
}

footer{
  background: #000;
  padding:calc(var(--row-space)  / 1) var(--row-space) ;
  position: relative;
  overflow: hidden;
}

footer .logo{
  max-width: 350px;
  background: transparent;
  padding: 1em;
}

footer .logo img{
  display: block;
  max-width: 300px;
  margin: auto;
}

footer *{
  color:#fff;
}

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

footer .comm__Inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

footer .left{
  width: 40%;
}

footer .right{
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer .copy{
  margin-top: 5vh;
}

footer .menu-footer-nav-container
{width: 100%;
}

footer .right ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 1%;
  padding-left: 0;
  justify-content: flex-end;
  width: 100%;
}

footer .right ul * {
  color:#fff;
}

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

footer .right ul a:hover{
  text-decoration: underline;
}

footer .right ul li{
  color:#fff;
}

footer .right ul a::after{
  content: '|';
  display: inline-block;
  margin: 0 0em 0 .5em;
}

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{
  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: center;
}


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

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

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

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

  .page_top{
    width: 50px;
  }

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

  footer .btn__wrap{
    margin: 1em auto;
  }

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

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


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


  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 .copy{
    padding-top: 0 !important;
    margin: 0 auto;
  }

  footer p{
    margin-bottom: 1em;
  }

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

/***********************NEWS*********************/

#news__wrap{
  background: linear-gradient(to right,  rgba(230,95,4,1) 0%,rgba(242,151,65,1) 100%);
  padding: 2vw var(--row-space);
}

.top__news {
    display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  max-width: 80%;
}

.top__news ul{
  margin: 0;
}

.top__news ul li:not(:last-child){
  margin-bottom: .5em;
}

.news__icon{
  color:#fbff00 !important;
}
.list .news__icon{
  color:var(--red) !important;
}
.top__news li a{
  display: flex;
  align-items: baseline;
  column-gap: 1%;
  text-decoration: none;
}

.top__news ul{
  width: 70%;
  padding-left: 0;
  list-style: none;
}

.top__news li h3{
  margin: 0;
  font-size: 1.05rem;
  font-weight: normal;
  margin-left: 1em;
}


#news__wrap * {
  color:#fff;
}

#news__wrap .comm__Inner{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  justify-content: space-around;
  align-items: center;
  max-width: 1920px;
}

#news__wrap .comm__Inner h2{
  margin-bottom: 0;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: var(--h2);
  padding-right: 3%;
  border-right: 1px solid #fff;
}

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

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .top__news ul{
    width: 65%;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .caption_wrap{
    width: 75%;
  }
  header h1{
    font-size: 8vw;
  }
}

@media screen and (min-width: 768px) {
  #news__wrap a.btn{
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .top__news li h3{
    font-size: 0.9rem;
  }
  #news__wrap a.btn {
        margin-top: 0;
        font-size: 0.8rem;
        padding: .5em;
        max-width: 200px;
    }
}
/***********************強み*********************/

.fl--flex_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.fl--flex_wrap .Hurf:last-of-type{
  padding: clamp(1em,2.6vw,2.7vw);
}

.fl--flex_wrap .three{
  width: var(--flex_third);
}

.fl--flex_wrap.reverse{
  flex-direction: row-reverse;
}

.fl--flex_wrap.aligncenter{
  align-items: center;
}

.fl--flex_wrap .Image{
  width: 40%;
}

.fl--flex_wrap .Text{
  width: 57%;
}

.btn__wrap{
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1%;
  max-width: 1100px;
  margin: 0 auto 2em;
}

.btn__wrap a{
  width: var(--flex_third);
  max-width: 100%;
  border-radius: 0.26em;
  padding: 1em;
  margin-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn__wrap a{
    font-size: 0.85rem;
  }
}

/***********************事業内容*********************/

section#service{
  background: #f7f7f7;
}

section#service * {
  color:#fff;
}

section#service a.btn{
  font-size: clamp(18px,22px,24px) ;
}

section#service h2.Center{
  color: var(--blue);
  position: relative;
  z-index: 2;
}

h2.center--title{
  color:var(--blue);
  text-align: center;
  justify-content: center;
}

.service__wrap{
  display: flex;
  position: relative;
  z-index: 2;
}

.service__wrap:nth-of-type(even){
  flex-direction: row-reverse;
}

.service__wrap .Image{
  width: 40%;
}

.service__wrap .Image img{
  object-fit: contain;
  background: #000;
  object-position: center;
}

.service__wrap .Text{
  width: 60%;
    background: linear-gradient(to right,  rgba(230,95,4,1) 0%,rgba(242,151,65,1) 100%);
  padding: clamp(1em,4.6vw,3.7vw) clamp(1em,2.6vw,2.8vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service__wrap + .service__wrap{
  margin-top: var(--row-space);
}


#service{
    position: relative;
    overflow: hidden;
}

#service:after{
    content: '';
    background: url(../images/triangle.svg)no-repeat right bottom;
    background-size: contain;
    width: 90%;
    height: 100%;
    position:absolute;
    right:0;
    bottom:0;
}

/***********************製品紹介*************************/

section#products{
  background: #24316b;
}

section#products *{
  color:#fff;
}

section#products h2 span.transparent{
  color:rgba(255,255,255,0.19);
}

#products .slide-items picture img{
  background: #000;
  object-fit: contain;
  object-position: center;
  padding: .5em;
}

#products .slide-items .name a{
  margin-top: 1em;
  display: block;
}

#products .slide-items{
  background: #000;
  padding: 2em 1em 2em;
}

#products .comm__Inner{
  max-width: 1920px;
}

a.productsname{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  column-gap: .5em;
  font-size: 1.2rem;
}

#products a.btn.no--border{
  font-size: 1.4rem;
}


/**********************施工実績*************************/

section#works{
      background: linear-gradient(to right,  rgba(230,95,4,1) 0%,rgba(242,151,65,1) 100%);
      padding-top: var(--row-space);
      padding-bottom: var(--row-space);
}

section#works h2{
  color:#fff;
}

h2.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: var(--row-space);
  padding-right: var(--row-space);
  align-items: center;
}
@media screen and (min-width: 768px) {
#works h2.flex:before{
  content: '';
  display: block;
  width: 70px;
  background: #fff;
  position:absolute;
  height: 3px;
}
#works h2.flex span.jp{
  padding-left: 80px;
}
}

#works h2 .transparent{
  font-size: clamp(36px,160px,180px);
  color:rgba(255,255,255,0.19);
  line-height: 1.0;
  text-align: center;
}
#works{
  padding-left: 0;
  padding-right: 0;
}

#works h2.text{
  color:var(--blue);
  text-align: center;
}

h2.flex__center{
  justify-content: center;
  display: flex;
  position: relative;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  #works h2 .transparent{
    font-size: 80px;
  }
  section#works{
    padding: var(--col-space) var(--row-space);
  }
}

/**********************会社概要*************************/

#company h2 span.transparent, #contact h2 span.transparent{
    font-size: clamp(36px,160px,180px);
  color:rgba(255,249,217,0.69);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: 900;
  letter-spacing: -2px;
  z-index: 0;
}

dl.border{
  padding: .75em 0;
  border-bottom: 1px solid #000;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
}

dl.border dt, dl.border dd{
  margin: 0;
  border-right: 1px solid #000;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

dl.border dt{
  align-items: center;
  width: 25%;
}
 dl.border dd{
  width: 75%;
  border-right: none;
 }
h2 span.text{
  position: relative;
  z-index: 2;
}

#company a.btn{
  color:var(--orange);
  font-size: 1.4rem;
 margin: 1em 0 0 auto;
 justify-content: flex-end;
 padding: 0;
}
#company a.btn:hover{
  opacity:0.7;
  background: transparent;
}

a.tel{
  color:#202020;
   font-family: "Karla", sans-serif;
   font-weight: 900;
   font-size: clamp(36px,50px,55px);
   text-decoration: none;
}

a.tel span{
  font-size:0.9rem;
  display: block;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
#company h2 span.transparent, #contact h2 span.transparent{
  font-size: 80px;
}
}
/**********************お問い合わせ*************************/

section#contact{
  /*background: url(../images/contact__bg.webp)no-repeat;
  background-size: cover;*/
  background:#fff;
}

section#contact.top{
	  padding-top:0;
}

#contact h2{
  text-align: center;
  justify-content: center;
}

p.Center{
  text-align: center;
}

.contact__wrap{
  display: flex;
  column-gap: 2%;
  justify-content: center;
  max-width: 1500px;
  width: 100%;
  margin: auto;
}

.contact__wrap .Hurf{
  width: var(--flex_hurf);
  display: flex;
  column-gap: 2%;
}



.contact__Inner__wrap .Item{
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px,36px,38px);
}

.contact__Inner__wrap .Item span{
  font-size: clamp(19px,20px,21px);
}

.contact__Inner__wrap{
  display: flex;
  column-gap: 1%;
  justify-content: flex-end;
  width: 100%;
	line-height:1.4;
}.contact__Inner__wrap:first-of-type{
  justify-content: flex-end;
}
.contact__Inner__wrap:last-of-type{
  justify-content: flex-start;
}
a.contact{
  display: flex;
  border-radius: 0.36em;
  column-gap: .5em;
  background: linear-gradient(to right, rgba(230, 95, 4, 1) 0%, rgba(242, 151, 65, 1) 100%);
  text-align: center;
  color:#fff;
  font-weight: 400;
  font-size: 1.45rem;
  padding: 1em 2.5em;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
a.contact:hover{
  background: #fbff00;
  color:#000 !important;
}

a.contact i{
  margin-right: -.25em;
  margin-bottom: -2px;
}

#contact p.Center{
  margin: calc(var(--row-space) / 2) auto;
}

@media screen and (min-width: 768px){
  a.contact{
    min-width: 350px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  a.tel{
    font-size: 34px;
  }
  a.contact{
    padding: 1em 1.5em 1em 1em;
    font-size: 1.15rem;
  }
  .contact__Inner__wrap .Item{
    font-size: 27px;
  }
  .contact__Inner__wrap .Item span{
    font-size: 13px;
  }
	.contact__Inner__wrap:last-of-type{
		align-items:center;
	}
	a.tel span{
		font-size:0.75rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	a.tel{
		font-size:30px;
	}
		a.tel span{
		font-size:0.65rem;
	}
}
/********************* ページ内ナビゲーション **********************/

.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-bottom: 1px solid #ddd; 
  border-top: 1px solid #ddd;  
  background: #fafafa !important;
  font-size: 0.9rem;
}

.page_navi a{
  display: block;
  padding: 0;
  color:var(--orange) !important;
  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;
  }
}

.visual__slider{
	margin:0 auto;
	background:#000;
	padding:0;
}
