@charset "UTF-8";

/*
Theme Name: dsk
*/

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

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

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

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

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

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

html, body{
  margin: 0;
}

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

html.appear{
  overflow: hidden;
}

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

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

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

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


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

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

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

.slick-slider li img{
  margin-left: auto;
  margin-right: auto;
}

header#kv__wrap{
  position: relative;
  height: auto;
  max-height: 120vh;
  overflow: hidden;
  color: #fff;
  z-index: 20;
}
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: var(--key-Color);
  position: fixed;
  right:0;
  top:0;
  width: 60px;
  overflow: hidden;
  height: 100vh;
  z-index: 99;
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fixed__right *{
  color:#fff;
}

.fixed__right ul.links{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 5vh auto 0;
  list-style: none;
  padding: 0;
  row-gap: .5vh;
  align-items: center;
  position: absolute;
  bottom: 1em;
}

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

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

#nav-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  left:var(--row-space);
  top:0;
  z-index: 100;
  padding:5vh 60px 0 0;
}

#nav-wrap nav{
    position: fixed;
    top:2em;
    right: 1em;
    padding:1.05em 1.5em 1.05em;
    background: #000;
    border-radius: 2.46em;
    width: 100%;
    max-width: max-content;
    z-index: 999;
}

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


.logo-wrap{ 
  text-align: left;
  max-width:clamp(120px,300px,350px);
  margin:-1.5em 0 0;
  width: 100%;
  background: #fff;
  padding: .25em .75em .75em;
  border-bottom-left-radius: 0.86em;
  border-bottom-right-radius: 0.86em;
}

header nav *{
  font-size: clamp(16px,0.9375vw,24px);
  color:#fff;
  font-weight: 500;
}

.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:#FFEB3B;
	color:#000;
	border-radius:0;
}
.global-nav li.contact a:hover{
	border-radius:0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  header nav *{
    font-size: 12px;
  }
}
@media only screen and (min-width: 1921px){
.logo-wrap{
  max-width: 400px;
  margin-top: -3vh;
}
}

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

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

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

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

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

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

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

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

header ul{
  padding: 0;
}

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

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

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

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

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

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

}

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

  header#kv__wrap{
    height: 70vh;
  }

  header nav{
    padding: 0 0;
        max-width: 500px !important;
  }

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

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

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

}

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


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

  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(16px,2.6875vw,34px);
  color: #000;
  line-height: 1.45;
  background: rgba(255,255,255,0.9);
  padding: .5em;
  margin-bottom: .5em;
	max-width:max-content;
}

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

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

@media screen and (max-width: 767px) {
    header h1 br{
      display: none;
    }

    header .caption {
      width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1480px) {

  header h1{
    font-size: 30px;
  }
  header .caption_wrap .main__title{
    font-size: 27px !important;
  }
}
@media screen and (min-width: 1921px) {

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

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

.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: 666;
  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;
	text-decoration:none;
}
p.tel a{
		text-decoration:none;
		color:var(--blue) !important;
}
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: 555;
}

@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: .5em;
    width: 100%;
  }

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

  header#kv__wrap{
    height: auto;
	padding-top: 2.5vh;
  }

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

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

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

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

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

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

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

}

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

header .caption_wrap{
  width: 50%;
  position: absolute;
  bottom:17vh;
  left:60px;
}

header .caption_wrap .main__title{
  background:#000;
  color:#fff;
  text-align: left;
  padding:.25em .5em;
  color:#fff;
  font-size: clamp(20px,32px,36px);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto;
  display: inline-flex;
}

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:24px;
  }
  h3{
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1480px) {
  header .caption_wrap{
    bottom: 10vh;
  }
  .logo-wrap{
    width: 180px;
  }
}
/**********************  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.blue .comm__Inner{
  margin: 0;
}

section.blue.faq .comm__Inner{
  margin-left: auto;
  margin-right: auto;
}

section.service .comm__Inner{
  max-width: 1100px;
}

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

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

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

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

h2{
  font-size: clamp(68px,5.291666666666667vw,5.8vw);
  font-family: "arya-single", sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  color:#000;
  position: relative;
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1.45;
  z-index: 2;
    display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
}

h2 > div{
    font-family: "arya-single", sans-serif;
  font-weight: 400;

}

h2.ye__bg__left{
  padding: .15em .25em;
  background: url(../images/paint_01.png) no-repeat left center;
  background-size: 30%;
  margin-bottom: 0;
  align-items: flex-start;
}
h2.wh__bg__center{
  padding: .15em .25em;
  background: url(../images/paint_02.png) no-repeat center center;
  background-size: 23%;
  margin-bottom: 0;
}
h2.wh__bg__center02{
  padding: .15em .25em;
  background: url(../images/paint_03.png) no-repeat center center;
  background-size: 23%;
  margin-bottom: 0;
}
h2.ye__bg__right{
  padding: .15em .25em;
  background: url(../images/paint_03.png) no-repeat right top;
  background-size: 40%;
  margin-bottom: 0;
  align-items: flex-start;
}


h2.column{
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    align-items: center;
    padding-bottom: .5em;
}

h2 span.bg{
  display: block;
  font-size: var(--h4);
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  display: inline-flex;
  background: #000;
  color:#fff;
  line-height: 1.25;
  padding: .25em 1em;
  margin:0 auto 1em;
}
h2.ye__bg__right span.bg{
  margin: 0;
}


h2.jp{
  font-weight: 900;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: clamp(26px,50px,56px);
  margin-bottom: 1em;
  letter-spacing: 0.046em;
}
@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;
  }
}
@media screen and (min-width: 1921px) {
  h2{
    font-size: 66px;
  }
  p.tel{
    font-size: 60px;
  }
  h2.wh__bg__center {
    background: url(../images/paint_02.png) no-repeat center center;
    background-size: 10%;
}
	h2.ye__bg__left {
    padding: .15em .25em;
    background: url(../images/paint_01.png) no-repeat left center;
		background-size: 20%;}
	h2.ye__bg__right {
    padding: .15em .25em;
    background: url(../images/paint_03.png) no-repeat left top;
    background-size: 30%;
    margin-bottom: 0;
    align-items: flex-start;
}
}

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

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

h3.bg-blue{
  background: #0c1a96;
}
h3.bg-green{
  background: #03a0a5;
}
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;
}

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

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

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

.ttl_background {
  font-weight: bold;
  padding: 0.5em 1em;
  color: #fff;
  position: relative;
}
.ttl_background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4c9ac0;
  transform: skew(-20deg);
  z-index: -1;
}
.ttl_background::after {
  content: '';
  position: absolute;
  border-left: 20px double #fff;
  height: 100%;
  top: 0;
  right: 50px;
  transform: skew(-20deg);
}

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

h3.mt__none{
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  h2{
    margin-top: 0;
    margin-bottom: .5em;  
    font-size: clamp(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;
  }
}

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

a.btn{
  background: #000;
  border: 1px solid #000;
  padding: .25em 1.5em;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: .5em;
  margin: 1em auto 0;
  font-size: clamp(20px,21px,22px);
  text-decoration: none;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: normal;
  align-items: center;
  border-radius: 4.0em;
  transition: all .3s;
}


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

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

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

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  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: #fff;
  color:var(--key-Color) !important;
}

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

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

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

.Recruit.Sec{
  background: #fffde2;
}

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

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

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

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

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

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

footer a:hover{
  opacity: 0.7;
}

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

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


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

  footer .Inner__wrap ul.link li a{
    font-size: 13px;
  }
  .pagetop{
    width: 60px !important;
    top:-30px !important;
  }
}

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

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

  .pagetop{
    width: 50px;
  }

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

  footer .btn__wrap{
    margin: 1em auto;
  }

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

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

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

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

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

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

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

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

  footer p{
    margin-bottom: 1em;
  }

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

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

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

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

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

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

    .flex__wrap {
      display: flex;
      width: 100%;
    }
    .flex__wrap .left {
      padding: 10px;
    }
    .flex__wrap .right {
      margin-left: 5%;
    }
          .flex__wrap.c-mt{
        margin-top: 10vh;
			  justify-content:center;
        column-gap: 5%;
      }
.flex__wrap.c-mt .right{
	margin-left:0;
}
.flex__wrap.c-mt .left{
	padding:0;
}

@media screen  and (min-width: 768px) and (max-width: 1300px) {
      .flex__wrap.c-mt{
        margin-top: 10vh;
      }
    }
    .flex__wrap .Hurf{
      width: var(--flex_hurf);
    }

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

    .flex__wrap.space h2{
      margin-bottom: 0;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .flex__wrap.space h2 .yellow{
      color:#e6ff09;
    }

    .flex__wrap.space h2 span{
      margin: 0;
    }

    .details .Hurf:last-of-type{
      padding: clamp(1em,2vw,2.2vw);
      margin-top: 10%;
    }
  .details .Hurf picture{
    position: relative;
    display: block;
  }
  .details .Hurf picture:before{
    content:'';
    background: #171779;
    position: absolute;
    width: 100%;
    height: 100%;
    right:-10px;
    top:10px;
    z-index: -1;
  }

    .details .Hurf:last-of-type a.btn{
      margin: 2em auto 0;
    }

    .details .Hurf:last-of-type *{
      color:#fff;
    }

     .flex__wrap .right img{
      display: block;
      width: 100%;
      max-width: 300px;
     }

    .flex__wrap .right.flex{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    
    .flex__wrap.aligncenter{
      align-items: center;
    }

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

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

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

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

section.blue{
  background: url(../images/bg__01.webp)no-repeat center top;
  padding-top: calc(var(--col-space) * 3);
  position: relative;
}
section.blue.page{
  background: url(../images/bg__01.webp)no-repeat center top -20vh;
  position: relative;
  padding-top: 0;
}

section.message:after{
  content: '';
  background: url(../images/message.png)no-repeat center bottom;
  position: absolute;
  background-size: contain;
  right:1vw;
  bottom:5vh;
  z-index: 2;
  width: 20vw;
  height: 80vh;
}

section.yellow{
  background: url(../images/yk__bg.webp)no-repeat center top;
    padding-top: 1em;
  position: relative;
}
section.silver{
  background: url(../images/bg__02.webp)no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1921px) {
	.flex__wrap .right.flex{
		align-items:flex-start;
	}
        .flex__wrap .left.mt{
        margin-top: 12vh;
      }
}

section.silver .left{
  width: 40%;
  margin-right: -5%;
}
section.silver .right{
  width: 55%;
  position: relative;
  z-index: 2;
}

section.silver .right .yk__bg{
  padding: clamp(1em,2.0vw,2.2vw);
  background: #edff00;
}

section.silver .flex__wrap{
  flex-direction: row;
}

section.silver .flex__wrap + .flex__wrap{
  margin-top: 2em;
}

section.details{
  position: relative;
}
section.details:after{
  content: '';
  position: absolute;
  width: 100vw;
  height: 80%;
  bottom:0;
  left:0;
  background: #1717c9;
  z-index: -2;
}

.detail__wrap{
  max-width: 1100px;
  background: #fff;
  margin: auto;
  padding: var(--row-space) var(--row-space) 0;
}

.detail__wrap h3.bg{
  margin-top: var(--row-space);
}

@media screen and (min-width: 1921px) {
    section.blue {
      background: url(../images/bg__01.webp) no-repeat center top;
      background-size: cover;
      position: relative;
  }
  
section.yellow {
    background: url(../images/yk__bg.webp) no-repeat center top;
    background-size: cover;
  }
}

.wh__wrap{
  background: rgba(255,255,2550.9);
  padding: clamp(1em,2.0vw,2.2vw);
}

.wh__wrap h3{
  margin-top: 0;
}


.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:before{
  content: '';
  position: absolute;
  background: url(../images/company_bg.webp)no-repeat;
  background-size: cover;
  width: 90vw;
  height: 100%;
  top:0;
  left: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: 70%;
  display: block;
}

.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) 10vw var(--row-space) var(--row-space);
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  picture.since{
    max-width: 800px;
  }
  section#company{
    padding-right: clamp(calc(60px + 1em),calc(var(--row-space) * 2), calc(var(--row-space) * 2));
  }
  section#message:before{
    width: calc(100% - (var(--row-space) * 2));
  }
}

section#company *{
  color:#fff;
}

    section#company .flex__wrap .left {
      width: 25%;
    }
    section#company .flex__wrap .right {
      width: 73%;
    }
@media screen and (min-width: 768px) and (max-width: 1000px) {
  picture.since{
    max-width: 600px;
  }
  section#company .flex__wrap .left {
    width: 35%;
  }

  section#company .flex__wrap .right{
    width: 65%;
  }
}
/*********************フッター************************/

footer{
  background: #1700a1;
  padding: var(--row-space) var(--row-space);
  position: relative;
  z-index: 2;
}

.pagetop{
  width: 80px;
  height: 80px;
  position:absolute;
  z-index: 2;
  top:-55px;
    left: 50%;
  transform: translateX(-50%);
}

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

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

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

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

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

footer .comm__Inner .left .logo__wrap .logo{
  width: 180px;
  text-align: center;
}

footer .comm__Inner .right__wrap{
  width: 50%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .comm__Inner .right{
  width:calc(100% / 1);
  padding: .5em;
  text-align: center;
  background: #0050af;
}

footer .contact{
  background: #edff00;
  display: inline-flex;
  padding: .5em 2em;
  text-decoration: none;
  text-align: center;
  margin: 1em auto 0;
  color:#000;
}

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

footer .comm__Inner .right ul{
  list-style: none;
  justify-content: center;
  display: flex;
  column-gap: .5em;
  flex-wrap: wrap;
}

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

footer .comm__Inner .right ul li::after{
  content:'/';
  display: inline-block;
  margin: 0 5px;
}

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

.copy{
  margin-top: auto;
  margin-left: auto;
  background: #000;
  color:#fff;
  font-size: 0.8rem;
  padding:2em var(--row-space);
  text-align: right;
}

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

h2.mb__none{
  margin-bottom: 0;
}

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1090px) {
  footer .comm__Inner .left .logo__wrap{
    margin-top: 0;
  }
  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: .5em;
    border-left: 1px solid #fff;
  }
  a.contact__btn{
    max-width: 500px;
  }
  section#contact{
        padding-right: calc(60px + 1em);
  }

  footer .comm__Inner .right:nth-of-type(4){
        border-right: 1px solid #fff !important;

  }
}

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

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

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

}

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

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

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

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

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

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

img.photo{
	max-width:400px;
}

.or__box{
  background:#fff4cc;
  border:4px double #FFBD59;
  padding: clamp(1em,2.6vw,1.8vw);
}

.or__box p{
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
}