@charset "UTF-8";

/*
Theme Name: yamamori
*/

@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: #0533c6;
  --blue: #031b7f;
  --red: #c1021a;
  --row-space : 4.69vw;
  --col-space : 11.2vh;
  --h1 :1.910vw;
  --h2 :4.166666666666666vw;
  --h3 : 1.8rem;
  --h4 : 1.45rem;
  --flex_hurf : calc((100% -  1.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;
}

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.Center{
	text-align:center;
	display:block;
	margin:2em auto ;
}

.menu-gloval-navi-container{
  width: 100%;
}

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-next:before, .slick-prev:before{
  color:#6d5090;
}

.slick-next::after, .slick-prev::after{
  border-color: #6d5090 !important;
}

header#kv__wrap{
  position: relative;
  color: #fff;
  z-index: 2;
  width: 100%;
  padding: 1em var(--row-space) 1em;
}

header.page{
  height: auto !important;
  border-bottom: 1px solid #eee;
}

header.page picture{
  width: 100vw;
  max-height: 35vh;
  overflow: hidden;
}

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

span.guide{
  font-size: 0.7rem;
  display: inline-block;
  background: var(--key-Color);
  border-radius: 0.086em;
  margin-right: .25em;
  text-align: center;
  color:#fff !important;
  padding: .5em .5em;
  line-height: 1.1;
}

.video-wrap{
 background: #f8faff;
 padding: var(--row-space);
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
}

.video-wrap .bottom__caption{
  width: 55%;
  position: absolute;
  bottom:1em;
  height: 10vh;
  left:var(--row-space);
  background: url(../images/bottom__caption.svg)no-repeat;
  background-size: contain;
}

.video-wrap picture{
  width: 50%;
  text-align: center;
}

#nav-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

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

.menu-global-nav-container li a{
  display: flex;
  flex-direction: column;
  align-items: center;
}

@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: .655em clamp(1em,30px,40px);
  border-radius: 0;
  color:#fff;
  border: 1px solid var(--key-Color);
  background: var(--key-Color);
  margin-left: 1em;
  border-radius: 4.46em;
}

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 ul.arrow{
  font-size: 0.9rem;
  margin-left: auto !important;
  margin-bottom: 1em !important;
  justify-content: flex-end !important;
}

nav a{
  text-decoration: none;
}

header nav:first-of-type ul{
  display: flex;
  justify-content: flex-end;
  column-gap: 44px;
}
header nav:first-of-type ul li{
  margin-top: 0;
}
header nav ul.arrow li a, header nav ul.arrow li {
  display: flex;
  align-items: center;
  column-gap: .25em;
}

header ul.arrow li:after{
  display: none !important;
}

header nav ul li::after{
  content: '';
  width: 1px;
  background: var(--key-Color);
  height: 25px;
  position: absolute;
  right:0;
top: 50%;
  transform: translateY(-50%);
}



header nav ul li{
  position: relative;
  padding: 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
header nav ul li{
  padding: 0 10px;
}
}

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

header nav:first-of-type ul li.contact{
  padding-right: 0;
}

header nav:last-of-type ul{
  display: flex;
  justify-content: flex-start;
  column-gap: 0;
  align-items: center;
  margin: 0;
  padding-bottom: .75em;
}

header ul{
  padding: 0;
}

header nav:first-of-type ul li.contact:after{
  display: none;
}

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

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

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

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

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

}

header .video-wrap{
  overflow: hidden;
  margin-left: auto;
  margin-top: 0;
  position: relative;
  background: #f8faff;
}

.video-wrap .Text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

header .video-wrap img{
max-width: max-content;
}

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

.top_slide_main{
  margin-top: 50px;
  position: relative;
}
.top_slide_main:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top:0;
  left:0;
}

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

@media screen and (max-width: 767px) {
  .top_slide_main img{
    height: 95vh;
  }
  header nav{
    display: none;
  }
}

.video-wrap .caption{
  position: relative;
  text-align: center;
  font-size: clamp(18px,1.4875vw,22px);
  line-height: 1.85;
}

.video-wrap h1{
    font-size: clamp(24px, 2.4875vw, 60px);
  color: var(--key-Color);
  line-height: 2.2;
  text-align: center;
}

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

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

.menu_btn {
	position: fixed;
	background: none;
  top:-100px;
  right:calc(var(--row-space) / 4);
	border: none;
	appearance: none;
	cursor: pointer;
	width: 65px;
	height: 60px;
	transition: all 1s;
  font-family: var(--Marcellus), sans-serif;
  z-index: 6;
  opacity: 0;
  background: #0533c6;
  border-radius: 2px;
  border: 2px solid #fff;
}

.menu_btn.isActive {
  opacity: 1;
  top:20px;
}

.menu_btn:before{
  content: 'MENU';
  display: block;
  position: relative;
  font-size: 12px;
  font-family: var(--Marcellus), sans-serif;
  text-align: center;
  top:5px;
  color:#fff;
  font-weight: bold;
}

.menu_btn.active:before{
  content:'CLOSE';
  color:#fff;
}

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

.menu_btn span:nth-of-type(1) {
	top: 30px;
}
.menu_btn span:nth-of-type(2) {
	bottom: -18px;
  transform:rotate(90deg);
  width: 14px;
  left:26px;
  display: none;
}
.menu_btn span:nth-of-type(3) {
	bottom: 15px;
}

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

.menu_btn.active span:nth-of-type(1) {
	animation: anime3-1 .75s forwards;
  top:25px;
}
.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: 10px;
}

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

@keyframes drawer {
  100% {
    height:100%;
    opacity:1;
  }
  50% {
  }
  0% {
      height:0;
      opacity:0;
  }
}

.overlay .menu__wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
}

html.appear .overlay::before{
  content: '';
  background: url(../images/symbol.svg)no-repeat;
  position: absolute;
  left: 1vw;
  bottom: 0;
  width: 40vw;
  height: 40vh;
  background-size: contain;
  opacity: 0.3;
}

.overlay .menu__wrap .Left{
   width:100vw;
   max-width: 1100px;
   margin: auto;
   height: 100vh;
   display: flex;
   justify-content: center;
   flex-direction: row;
   padding-left: 4vw;
   padding-right: 4vw;
   overflow-y: auto;
   align-items: center;
}

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

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

.overlay .menu__wrap .Left ul li{
  font-size: clamp(17px,1.44vw,20px);
  width: 60%;
  border-bottom: 1px solid var(--key-Color);
  padding-bottom: 1em;
  padding-left: .5em;
  margin-bottom: .75em;
  display: flex;
  justify-content:space-between;
  column-gap: 1em;
  align-items: center;
}

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

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

.overlay .menu__wrap .Left ul li::after{
  content: '';
  background: var(--key-Color);
  width: 10px;
  border-radius: 0.4em;
  height: 2px;
}

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

.menu__wrap .Left:after{
  content: '';
  background: var(--key-Color);
  width:6vw;
  height: 100vh;
  position: absolute;
  right:0;
  top:0;
}

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

  .menu__wrap .Left:after{
    width: 10vw;
  }
}

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

  html.appear .overlay::before{
    width: 30vw;
    height: 30vh;
    background-size: contain;
    opacity: 0.15;
    bottom:-10vh;
  }

  .menu_btn{
    opacity:1;
  }
	
	.menu_btn.active{
		top:15px;
	}

  .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 .Left:after{
    content: '';
    width:2.5vw;
    height: 100vh;
    position: absolute;
    right:0;
    top:0;
  }
  .overlay .menu__wrap .Right{
    display: none;
  }

  .menu_btn{
    width:45px;
    height: 45px;
    right:2.5vw;
    top:10px;
  }

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

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

}

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

/**********************  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#sky{
  background: url(../images/sky__bg.jpg)no-repeat center;
  background-size: cover;
}

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

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

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

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

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

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

h2{
  font-size: clamp(58px,var(--h2),80px);
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color:var(--key-Color);
  position: relative;
  margin-top: 0;
  margin-bottom: .5em;
  z-index: 2;
}

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

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

.jan-small{
  display: block;
  color:#89a0c9;
  font-size: clamp(14px,18px,20px);
  text-align: right;
}

.jan-small.left{
  text-align: left;
}

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.blue{
  color:var(--key-Color);
  font-weight: bold;
  font-size: var(--h3);
  margin-top: 0;
  margin-bottom: 1em;
}

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

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

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

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

a.btn, .btn{
  background: var(--key-Color);
  border: 1px solid var(--key-Color);
  padding:.75em 1em;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 2em auto 0;
  font-size: clamp(13px,15px,18px);
  text-decoration: none;
  text-align: center;
  border-radius: 2.46em;
}

.arrow-line {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  margin-top: 15.4px;
  border-radius: 9999px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: -10px;
}

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


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

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

a.btn.long{
  max-width: 600px;
  padding: 1.5em 1em;
  font-size: clamp(18px,20px,21px);
}

.Hurf a.btn.long{
  margin-top: 0;
}

a.btn.long i{
  margin-right: .5em;
}

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);
  margin-top: 2px;
}

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

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

a.or{
  background: #ff9100;
  border-color: #ff9100;
}

a.text__link{
  color:#fff;
  font-size: clamp(18px,20px,22px);
  display: flex;
  margin: 1em 0 0 auto;
  align-items: center;
  column-gap: 5px;
  text-decoration: none;
  width: max-content;
}

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

    a.btn{
      padding: 10px;
    }

}

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

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

section#blue{
  background: #f9fcff;
  padding: var(--col-space) var(--row-space);
  position: relative;
}
section#blue .comm__Inner{
  position: relative;
  z-index: 2;
}

section#blue::after{
  content: '';
  background: #f1f9ff;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  z-index: -1;
  height: 40vh;
}
section#service.pb{
  padding-bottom: var(--col-space);
  background: #f8faff;
}

section#service::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 80%;
  background: #f8faff;
  z-index: -2;
}
section#service::after{
  content: '';
  width: 0;
height: 0;
border-style: solid;
border-color: #ffffff transparent transparent transparent;
border-width: 70vh 100vw 0px 0px;
position: absolute;
top:0;
right:0;
z-index: -1;
}

.service__detail{
  background: #e9f2ff;
  padding:0 .5em .5em 0;
  font-weight: bold;
  margin-top: 1.5em;
}

.service__detail .icon{
  background: #052a75;
  color:#fff;
  font-size: 0.9rem;
  display: inline-block;
  min-width: 150px;
  text-align: center;
}

.service__detail ul{
  list-style: disc;
  padding: 0;
  display: flex;
  column-gap: .5em;
  margin-left: 1em;
  list-style-position: inside;
  flex-wrap: wrap;
}

.service__detail ul li{
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
::marker{
  margin-right: 0;
}


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

.Recruit.Sec{
  background: #fffde2;
}

section#contact {
  background: linear-gradient(135deg, rgba(26, 0, 170, 1) 0%, rgba(0, 15, 106, 1) 99%);
  padding: var(--row-space) var(--row-space);
}
section#contact .comm__Inner{
background:#052a75;
padding:1em var(--row-space);
max-width: 750px;
margin: auto;
width: 100vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
section#contact h2{
  color:#fff;
}

a.contact__btn{
  background: #fff;
  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%;
  margin: auto;
}
a.contact__btn:hover{
  background:#b30000;
  color:#fff;
}

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

p.blue{
    color:var(--key-Color);
}

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

.slide-items li{
  padding: 1em;
  border: 1px solid #000;
  border-radius: 0.46em;
  margin: 0 8px;
}



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

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

footer a:hover{
  opacity: 0.7;
}

footer{
  background:var(--key-Color);

  padding:2.333333333333332vw var(--row-space);
  position: relative;
  overflow: hidden;
}

footer *{
  color:#fff;
}

footer p{
  text-align: center;
  margin-bottom: 2em;
}

footer .Inner__wrap{
  position: relative;
  max-width: 1540px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 1.567vw;
}
footer p{
  margin-top: 0;
}

footer .Tel{
  font-weight: bold;
  font-size: clamp(20px,30px,32px);
  margin: 0;
}

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

.footer__bottom__wrap{
  padding: 1em var(--row-space);
  background: #ebf1fc;
}

.footer__bottom__wrap .Inner__wrap{
  max-width: 1540px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  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: .75em;
  column-gap: .75em;
}

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

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

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

footer .Inner__wrap .Left, footer .Inner__wrap .Right{
  position: relative;
  z-index: 2;
}

footer .Inner__wrap .Right p:last-of-type{
  margin-bottom: 0;
}

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

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

footer .Inner__wrap ul.link li a{
  color:#fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 0 0 1em;
  font-size: 1.0rem;
}

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

.footer__bottom__wrap .logo{
  width: 200px;
}

.footer__bottom__wrap .Text{
  display: flex;
  align-items: center;
  column-gap: .5em;
}

.footer__bottom__wrap .Text p{
  font-size: 0.85rem;
  line-height: 1.75;
  margin-left: 1em;
}

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

.copy{
  font-size:10px;
  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{
    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: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  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: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* next */

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

/* prev */

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

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

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

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

#News{
  background: url(../images/news_bg.webp)no-repeat left center #f8faff;
  padding: var(--col-space) var(--row-space);
}

/**********************  サービス ******************************/

.Hurf.roundebox{
  border-radius: 2.46em;
  background: #fefefe;
  overflow: hidden;
  border: 1px solid #eee;
  position: relative;
}

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

.roundebox picture::after{
  content: '';
  position: absolute;
  top:0;
  left:0;
  background: rgba(0,0,0,0.35);
  width: 100%;
  height: 100%;
}

.roundebox picture.g-net::after{
  display: none;
}

.roundebox.service a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 10;
}
.roundebox.service:hover{
  opacity:0.7;
}

.Hurf.roundebox picture img{
  max-height: 260px;
  object-fit: cover;
  width: 100%;
}

.roundebox picture h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: none;
  text-align: center;
  color:#fff;
  padding: 0;
  z-index: 3;
  font-size: clamp(20px,30px,40px);
  letter-spacing: 0.086em;
  margin-top: 0;
  line-height: 1.255;
  width: 95%;
}

.flex + .flex{
  margin-top: 2em;
}

.roundebox .Text ul.arrow{
  margin-top: 1em;
}

.roundebox.service p, .roundebox.service{
  color:var(--key-Color);
}

.roundebox .Text{
  padding: 1em;
}
ul.arrow{
  margin-top: 0;
  list-style: none;
}

ul.arrow li{
  margin-bottom: .5em;
  font-size: 1.2rem;
  color:var(--key-Color);
  font-weight: 600;
}

ul.arrow li a{
  color:var(--key-Color);
  text-decoration: none;
}

ul.arrow li a:hover{
  text-decoration: underline;
}

ul.arrow li:before{
  	font-family: "FontAwesome";
	content: '\f0da';
  display: inline-block;
  margin-right: .5em;
  color:var(--red);
}

picture.round{
  border-radius: 2.46em;
  overflow: hidden;
}

picture.round img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

p .red, .red{
  color:#fe0009;
  font-weight: 1.1rem;
}

p.big{
	font-weight:bold;
	font-size:clamp(1.0rem,1.7rem,1.8rem);
	padding:.75em;
	background:#fff;
}

.trouble p{
  font-weight: 400;
  font-size: clamp(16px,17px,18px);
}

.pk__box{
  padding: 1em;
  background: #ffe4f3;
  line-height: 1.85;
}

.pk__box .title{
  font-size: 1.25rem;
  font-weight: bold;
  color:#e91147;
  margin-bottom: .5em;
}

.pk__box .red{
color:#fe0009;
}


.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #E26B5D;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
    
.trouble__box{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  padding: 2em 0 0;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
}

.trouble__box .Left{
  max-width: 40%;
}


.blue-box{
  display: inline-block;
  padding: 2px 10px;
  color:#fff;
  line-height: 1.25;
  background: #0533c6;
  margin: 0 5px;
}

.red-box{
    display: inline-block;
  padding: 2px 10px;
  color:#fff;
  line-height: 1.25;
  background: #fe0009;
  margin: 0 5px;
}

.green-box{
    display: inline-block;
  padding: 2px 10px;
  color:#fff;
  line-height: 1.25;
  background: #0bb33d;
  margin: 0 5px;
}


.tr-box{
    display: inline-block;
  padding: 2px 10px;
  color:#000;
  line-height: 1.25;
  border:1px solid #000;
  margin: 0 5px;
}

.trouble__box .red{
color:#fe0009;
}

.trouble__box p{
  margin-top: 0;
  font-size: 1.2rem;
}

.flex.mb{
  margin-bottom: var(--row-space);
  align-items: center;
}

.tel_info{
  font-size: 1.2rem;
}

p.caution{
  font-size: 14px;
}

dl.border dt p{
  margin: 0;
}
@media screen and (max-width: 767px) {
	p.big{
		font-size:1.0rem;
		line-height:1.4;
	}
}

.scroll__wrap table{
	border-collapse: collapse;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0 auto;
	width:100%;
}

.scroll__wrap table th, .scroll__wrap table td{
	padding:1em;
	border-bottom:1px solid #ccc;
}

.scroll__wrap table td:nth-of-type(odd){
	width:10%;
	text-align:center;
	font-weight:bold;
}

.scroll__wrap table td:nth-of-type(even){
	width:40%;
		background:#fff;
}

.scroll__wrap table th{
	text-align:center;
	background:#fff;
	border:1px solid #ccc;
}
.president{
	max-width:210px;
	text-align:right;
}

.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}

@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    display: none !important;
  }
}