@charset "UTF-8";

/*外部font読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');



/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
		  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
	-webkit-appearance: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
	/*font-weight: initial;*/
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  /*color: #000;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
input:focus,
textarea:focus {
	outline: none;
}
/* Image
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
/*	height: auto;*/
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
	  flex-shrink: 0;
}

/*reCAPTCHA　非表示*/
/*body:not(.contact):not(.check):not(.thanks) .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}*/


/* Setting-basic
---------------------------------------*/
html{
  overflow-x: hidden;
}
body {
  font-family:  "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
  color: #000000;
	font-size: 16px;
	letter-spacing: 0em;
/*  background-color: #FAFAFA;*/
}

@media all and (min-width:768px) and (max-width: 1440px){
  body {
    font-size: 16px;
  }
}
@media all and (min-width:768px){
  body {
/*    min-width: 1140px;*/
/*      overflow-x: hidden;*/
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body.open{
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

/* Font
---------------------------------------*/

/*.sans{
  font-family:  "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	  font-weight: 400;
}*/

/* Link
---------------------------------------*/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #2F2F2F;
}
a:active,
a:focus {
	outline: none;
}
a img {
  transition: 0.3s ease;
}
@media all and (min-width: 768px) {
  a:hover {
/*	opacity: 0.7;*/
	transition: 0.3s ease;
  cursor: pointer;
  }
}


.hide_txt{
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	display: block;
}


/*pc sp only*/
.none {
  display: none;
}
.nolink {
  pointer-events: none;
}


@media all and (min-width: 768px) {
  .nonePC {
	display: none !important;
  }
  .nolinkPC {
	pointer-events: none;
  }
  a[href^="TEL:"]{
    pointer-events: none;
  }
}

@media all and (max-width:767px) {
  .noneSP {
	display: none !important;
  }
  .nolinkSP {
	pointer-events: none;
  }

}




/* anchor
***************************************************************/

.anchor{
  position: absolute;
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
  margin-top: -90px !important;
}
@media all and (min-width:768px) {
}
@media all and (max-width:767px) {
  .anchor{
    margin-top: -80px !important;
  }
}




/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
	opacity: 0;
  }
  50% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}


/* main
***************************************************************/
main {
  position: relative;
  display: block;
  overflow-x: hidden;
/*  overflow: hidden;*/
}

@media all and (min-width:768px){
  main {
/*    min-width: 1140px;*/
  }
  body:not(.home) main {
/*    padding-top: 100px;*/
  }
}


@media all and (max-width:767px) {
	/*main {
    padding-top: 0px;
	}*/
}

/* content
***************************************************************/
.inner{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sec{
	padding-top: 90px;
	padding-bottom: 90px;
  position: relative;
}
.white_bg{
  background-color: #fff;
}
.btn01 {
    border: 1px solid #94a7b3;
    background-color: #94a7b3;
    color: #fff;
    font-size: 24px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: relative;
    margin-top: 50px;
    opacity: 1;
    transition: .3s ease;
    text-align: center;
    border-radius: 50px;
    padding-right: 0.5em;
}

.btn01::after {
    content: '';
    width: 13px;
    height: 17px;
    position: absolute;
    background: url(../img/common/btn_arrow.svg) center / contain no-repeat;
    right: 20px;
    top: calc(50% - 8.5px);
    transform: translateX(0);
    transition: .3s ease;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){

  .inner {
      max-width: 1140px;
      padding-left: 20px;
      padding-right: 20px;
  }
  /*.scrolled .pagetop_btn:hover {
      opacity: .6;
  }*/
  .btn01:hover {
      background-color: #49718b;
      border-color: #49718b;
  }
  .btn01:hover::after {
      transform: translateX(10px);
  }

  .pagetop_btn:hover{
    background-color: #79CBD6;
  }


}

@media all and (max-width:767px){
  .inner {
      margin-left: 5%;
      margin-right: 5%;
      padding-left: 0;
      padding-right: 0;
      width: auto;
  }
  .sec{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .btn01 {
      width: 100%;
      max-width: 360px;
      height: 60px;
      margin: 40px auto 0;
      line-height: 60px;
      font-size: 15px;
  }
  .btn01::before {
      top: calc(50% + 1px);
      left: 20px;
  }
}



/* フェード
***************************************************************/

@media all and (min-width: 768px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 100px);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.stretch::before{
    width: 8px;
    height: 100%;
    background-color: #000;
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform 1000ms ease 0.25s;
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
  }
  .action.stretch.scrollin::before{
    transform: scaleY(3);
  }
  .action.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action3.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action.mv_fade{
/*    opacity: 0;*/
  }
  .action.mv_fade.scrollin{
/*    opacity: 1;*/
    animation: blur 1.5s ease-in-out 0.5s forwards;
  }

.action.mv_fade:nth-of-type(1) {
  animation-delay: 260ms
}

.action.mv_fade:nth-of-type(2) {
    animation-delay: 335ms
}

.action.mv_fade:nth-of-type(3) {
    animation-delay: 410ms
}

.action.mv_fade:nth-of-type(4) {
    animation-delay: 485ms
}

.action.mv_fade:nth-of-type(5) {
    animation-delay: 560ms
}

.action.mv_fade:nth-of-type(6) {
    animation-delay: 635ms
}

.action.mv_fade:nth-of-type(7) {
    animation-delay: 710ms
}

.action.mv_fade:nth-of-type(8) {
    animation-delay: 785ms
}

.action.mv_fade:nth-of-type(9) {
    animation-delay: 860ms
}

.action.mv_fade:nth-of-type(10) {
    animation-delay: 935ms
}

.action.mv_fade:nth-of-type(11) {
    animation-delay: 1010ms
}

.action.mv_fade:nth-of-type(12) {
    animation-delay: 1085ms
}

.action.mv_fade:nth-of-type(13) {
    animation-delay: 1160ms
}

.action.mv_fade:nth-of-type(14) {
    animation-delay: 1235ms
}

.action.mv_fade:nth-of-type(15) {
    animation-delay: 1310ms
}

.action.mv_fade:nth-of-type(16) {
    animation-delay: 1385ms
}

.action.mv_fade:nth-of-type(17) {
    animation-delay: 1460ms
}


  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }

  .action.fade {
    opacity: 0;
    transition: opacity 1000ms ease 0.5s;
  }
  .action.fade.scrollin{
      opacity: 1;
  }
  .action.delay1 {
    transition: opacity 1000ms ease 0.5s, transform 1000ms ease 0.5s;
  }
  .action.delay2 {
    transition: opacity 1000ms ease 0.75s, transform 1000ms ease 0.75s;
  }
  .action.delay3 {
  transition: opacity 1000ms ease 1s, transform 1000ms ease 1s;
  }
  .action.delay4 {
  transition: opacity 1000ms ease 1.25s, transform 1000ms ease 1.25s;
  }
  .action.delay5 {
  transition: opacity 1000ms ease 1.5s, transform 1000ms ease 1.5s;
  }
  .action.delay6 {
  transition: opacity 1000ms ease 1.75s, transform 1000ms ease 1.75s;
  }
  .action.delay7 {
  transition: opacity 1000ms ease 2s, transform 1000ms ease 2s;
  }

  .action.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action.fadezoom.scrollin img{
    opacity: 1;
  }
  .action.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }

  .action2.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action2.fadezoom.delay1{
    transition: transform 1000ms ease 0.5s;
  }
  .action2.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.delay1 img{
    transition: opacity 1000ms ease 0.5s;
  }
  .action2.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action2.fadezoom.scrollin img{
    opacity: 1;
  }
  .action2.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }

  .typeOneMovie .action2.fadezoom{
    opacity: 0;
  }
  .typeOneMovie .action2.fadezoom.scrollin{
    opacity: 1;
    transition: opacity 1000ms ease 0.5s;
  }



  @keyframes blur {
    0% {
      opacity: 0;
      -ms-filter: blur(6px);
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }
  .blur {
      -ms-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
  }
  .scrollin.blur {
    animation: blur 1.5s ease-in-out 0.4s forwards;
  }
  .action.blur.delay1 {
    animation-delay: 1s;
  }
  .action.blur.delay2 {
    animation-delay: 1.5s;
  }
  .action.blur.delay3 {
    animation-delay: 2s;
  }
  .action.blur.delay4 {
    animation-delay: 2.5s;
  }
  .action.blur.delay5 {
    animation-delay: 3s;
  }
  .blur1 {
      -ms-filter: blur(6px) opacity(0);
      -webkit-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      will-change: filter;
  }
  .scrollin.blur1 {
    animation: blur 1s ease-in-out 0.4s forwards;
  }
}

@media all and (max-width: 767px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.stretch::before{
    width: 6px;
    height: 100%;
    background-color: #000;
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform 1000ms ease 0.25s;
    content: '';
    position: absolute;
    top: 0;
    left: -7%;
  }
  .action.stretch.scrollin::before{
    transform: scaleY(2);
  }


  .action.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action3.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action.mv_fade{
    opacity: 0;
  }

  .action.mv_fade.scrollin{
/*    opacity: 1;*/
    animation: blur 1s ease-in-out 0.2s forwards;
  }

.action.mv_fade:nth-of-type(1) {
  animation-delay: 260ms
}

.action.mv_fade:nth-of-type(2) {
    animation-delay: 335ms
}

.action.mv_fade:nth-of-type(3) {
    animation-delay: 410ms
}

.action.mv_fade:nth-of-type(4) {
    animation-delay: 485ms
}

.action.mv_fade:nth-of-type(5) {
    animation-delay: 560ms
}

.action.mv_fade:nth-of-type(6) {
    animation-delay: 635ms
}

.action.mv_fade:nth-of-type(7) {
    animation-delay: 710ms
}

.action.mv_fade:nth-of-type(8) {
    animation-delay: 785ms
}

.action.mv_fade:nth-of-type(9) {
    animation-delay: 860ms
}

.action.mv_fade:nth-of-type(10) {
    animation-delay: 935ms
}

.action.mv_fade:nth-of-type(11) {
    animation-delay: 1010ms
}

.action.mv_fade:nth-of-type(12) {
    animation-delay: 1085ms
}

.action.mv_fade:nth-of-type(13) {
    animation-delay: 1160ms
}

.action.mv_fade:nth-of-type(14) {
    animation-delay: 1235ms
}

.action.mv_fade:nth-of-type(15) {
    animation-delay: 1310ms
}

.action.mv_fade:nth-of-type(16) {
    animation-delay: 1385ms
}

.action.mv_fade:nth-of-type(17) {
    animation-delay: 1460ms
}


  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.fade_sp {
    opacity: 0;
    transition: opacity 1000ms ease 0.5s;
  }
  .action.fade_sp.scrollin{
      opacity: 1;
  }
  .action.delay1_sp {
    transition-duration:0.75s;
    transition-delay:0.5s;
  }
  .action.delay2_sp {
    transition-duration:0.75s;
    transition-delay:0.75s;
  }
  .action.delay3_sp {
    transition-duration:0.75s;
    transition-delay:1s;
  }
  .action.delay4_sp {
    transition-duration:0.75s;
    transition-delay:1.25s;
  }
  .action.delay5_sp {
    transition-duration:0.75s;
    transition-delay:1.5s;
  }

  .action.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action.fadezoom.scrollin img{
    opacity: 1;
  }
  .action.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }



  .action.fadezoom_sp{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action.fadezoom_sp img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom_sp .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom_sp .box_img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom_sp.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action.fadezoom_sp.scrollin img{
    opacity: 1;
  }
  .action.fadezoom_sp.scrollin .img_wrap{
    opacity: 1;
  }
  .action.fadezoom_sp.scrollin .box_img{
    opacity: 1;
  }




  .action2.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action2.fadezoom.delay1{
    transition: transform 1000ms ease 0.5s;
  }
  .action2.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.delay1 img{
    transition: opacity 1000ms ease 0.5s;
  }
  .action2.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action2.fadezoom.scrollin img{
    opacity: 1;
  }
  .action2.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }

  .typeOneMovie .action2.fadezoom,.typeOneMovie .action2.fadezoom::before,.typeOneMovie .action2.fadezoom::after{
    opacity: 0;
  }
  .typeOneMovie .action2.fadezoom.scrollin,.typeOneMovie .action2.fadezoom.scrollin::before,.typeOneMovie .action2.fadezoom.scrollin::after{
    opacity: 1;
    transition: opacity 1s ease 0.5s;
  }

  @keyframes blur {
    0% {
      opacity: 0;
      -ms-filter: blur(6px) opacity(0);
      -webkit-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
    }
    100% {
      opacity: 1;
      -ms-filter: blur(0) opacity(1);
      -webkit-filter: blur(0px) opacity(1);
      filter: blur(0) opacity(1);
    }
  }
  .blur_sp {
      -ms-filter: blur(6px) opacity(0);
      -webkit-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
      transform: translateZ(0);
  }
  .action.scrollin.blur_sp {
    animation: blur 1s ease-in-out 0.2s forwards;
  }
  .action.blur_sp.delay1_sp {
    animation-delay: 1s;
  }
  .action.blur_sp.delay2_sp {
    animation-delay: 1.5s;
  }
  .action.blur_sp.delay3_sp {
    animation-delay: 2s;
  }
  .action.blur_sp.delay4_sp {
    animation-delay: 2.5s;
  }
  .action.blur_sp.delay5_sp {
    animation-delay: 3s;
  }
  .blur_sp1 {
      -ms-filter: blur(6px) opacity(0);
      -webkit-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      will-change: filter;
  }
  .action.scrollin.blur_sp1 {
    animation: blur 1s ease-in-out 0.2s forwards;
  }

}





/* ヘッダーエリア
***************************************************************/
header {
    z-index: 1000 !important;
    position: fixed;
      left: 0;
      top: 0;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s ease;
      background: transparent;
}
.navOn header {
    background: rgb(255 255 255 / 90%);
}
header .inner {
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-width: 100%;
}


header .heading_logo {
    position: relative;
    width: 160px;
    height: 37px;
    transition: .3s ease;
    z-index: 1;
    margin-right: 5%;
    flex-shrink: 0;
    display: block;
      a{
        padding: 0;
      }
}


.head_conv a img{
  width: 50px;
  height: auto;
}


.gNav_PC .ul1 .menu_box a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gNav_PC .ul1 .menu_box a span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}


.toggleBtn {
    width: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    display: block;
    top: 0;
    right: 90px;
    z-index: 101;
    background: transparent;
    transition: .3s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.toggleBtn > p {
  position: relative;
  height: 100%;
}

.toggleBtn p span::before,
.toggleBtn p span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: 0.3s ease;
}
.toggleBtn p span {
    transform: translateY(-50%);
    background: #fff;
    height: 3px;
    display: block;
    top: 50%;
    position: relative;
    transition: .3s ease;
}

.toggleBtn p span::before {
    transform: translateY(-4px) rotate(0deg);
}

.toggleBtn p span::after {
  transform: translateY(4px) rotate(0deg);
  top: 12px;
  left: auto;
}

.open .toggleBtn p span {
    background: transparent;
}

.open .toggleBtn p span::before {
    top: 0;
    transform: translateY(calc(-50% + 3px)) rotate(-45deg);
    background: #000;
}

.open .toggleBtn p span::after {
    bottom: 0;
    transform: translateY(calc(-50% + 3px)) rotate(45deg);
    width: 100%;
    top: 0;
    background: #000;
}

.navOn .toggleBtn p span::before,
.navOn .toggleBtn p span::after {
    background: #000;
}
:not(.open).navOn .toggleBtn p span {
    background: #000;
}

/*.conv_wrap{
  position: fixed;
  right: 100px;
  top: 173px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}*/
.conv_wrap {
    position: fixed;
    right: 40px;
    bottom: 50px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 140px;
    height: 140px;
    border-radius: 200px;
    transition: .3s;
    overflow: hidden;
}
.conv_wrap_dt {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    width: 140px;
    height: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    transition: padding-bottom 0.15s, all 0.3s;
    cursor: pointer;
    position: relative;
}
.conv_wrap_dt::after {
    content: '';
    width: 0.7em;
    height: 0.7em;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    position: relative;
    margin-left: 0.5em;
    top: 0.3em;
    transform: rotate(-135deg);
    /*transition: .3s;*/
}
.conv_wrap_dt::before {
    content: '';
    width: 80%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0.1em;
    opacity: 0;
    transition: .3s;
}
/*.conv_open.conv_wrap {
    width: 300px;
    height: 300px;
}*/
.conv_open .conv_wrap_dt {
    width: 230px;
    /*padding-top: 20px;
    padding-bottom: 40px;
    font-size: 36px;
    height: 40px;*/
}
.conv_open .conv_wrap_dt::before {
    opacity: 1;
}
.conv_open .conv_wrap_dt::after {
    top: -0.1em;
    transform: rotate(45deg);
}

.conv_open.conv_wrap {
      width: 240px;
      height: 240px;
  }
  .conv_open .conv_wrap_dt {
    font-size: 24px;
    height: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }



/*.conv_wrap_dt:hover{
  background-color: rgba(0, 0, 0, 0.5);
}*/
.conv_wrap_dd {
  /*display: none;*/
  opacity: 0;
  height: 0;
  transition: .3s;
  padding-top: 0px;
  pointer-events: none;
      & .conv_wrap_dd_inner{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
/*        padding: 0 0 1em;*/
          & a.conv_wrap_menu {
              cursor: pointer;
              color: #fff;
              /*padding: 0.5em 0.6em;*/
              /*font-size: 22px;*/
              width: 100%;
              text-align: left;
          }
          & a.conv_wrap_menu:hover{
            background-color: rgba(0, 0, 0, 0.5);
          }
      }
}
.conv_open .conv_wrap_dd {
  opacity: 1;
  height: 145px;
  padding-top: 15px;
  pointer-events: initial;
}

  .conv_wrap_dd {
    & .conv_wrap_dd_inner {
        & a.conv_wrap_menu {
            padding: 0.5em 0.6em;
            font-size: 18px;
        }
    }
  }
/*.menu_name {
    font-weight: 500;
    width: 62px;
    display: inline-flex;
    justify-content: center;
    height: 1em;
    font-size: 24px;
    letter-spacing: 0;
    position: absolute;
    left: -60px;
    top: 49%;
    padding-right: 20px;
    transform: translateY(-50%);
}
.menu_name p{
  transition: .26s;
  position: absolute;
}
.menu_name .menu_name_off {
    opacity: 1;
    margin: 0 auto;
    text-align: center;
    display: inline;
    position: absolute;
    width: 100%;
}
.menu_name .menu_name_on{
  opacity: 0;
    margin: 0 auto;
    text-align: center;
    display: inline;
    position: absolute;
    width: 100%;
}*/



/*.head_con_wrap {
    right: 0;
    top: 0px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 50px;
    height: 50px;
}
.head_con_contact {
    right: 0;
    top: 13px;
    width: 123px;
    height: 123px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #E0A039;
    transition: .3s ease;
    position: relative;
    flex-shrink: 0;
    color: #fff;
    font-size: 16px;
}
.head_con_contact span{
  margin-bottom: 15px;
}
.head_con_contact img{
  width: 29px;
  height: auto;
}*/
/*.lang_menu_wrap {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 30px;
  flex-shrink: 0;
  width: 280px;
  font-weight: 400;
}
.lang_menu{
  display: flex;
  margin-top: auto;
}

.lang_menu span{
  margin-left: 4px;
  margin-right: 4px;
}

.lang_menu a.active{
  color: #5CBB89;
  font-weight: 600;
}*/

/*--------------------PC--------------------*/


@media all and (min-width:768px){
  /*header {
    min-width: 1240px;
  }*/
  header .inner {
      padding: 0 130px 0 35px;
  }
  header .head_body {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
  }
  /*.toggleBtn{
    display: none;
  }*/


  header .heading_logo {
    max-width: 180px;
    min-width: 160px;
    width: 18%;
    height: auto;
    aspect-ratio: 160 / 38;
        & .pc_off{
          opacity: 1;
          pointer-events: initial;
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
        }
        & .pc_on{
          opacity: 0;
          pointer-events: none;
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
        }
  }


  .navOn header .heading_logo {
      & .pc_off{
        opacity: 0;
        pointer-events: none;
      }
      & .pc_on{
        opacity: 1;
        pointer-events: initial;
      }
  }



  .gNav {
    opacity: 0;
    position: fixed;
    width: 530px;
    background: rgba(255, 255, 255, .9);
    right: 0;
    top: 0;
    height: 100vh;
    transform: translateX(120%);
    transition: .5s ease;
    padding: 130px 1em 3em;
     & ul{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
        & li{
        }
        & li a {
            width: 320px;
            font-size: 22px;
            /* text-align: left; */
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 1.4em;
            position: relative;
        }
        & li a::after {
          content: '';
          width: 16px;
          height: 14px;
          background: url(../img/common/arrow_r_b.svg) center / contain no-repeat;
          transform: translateX(0);
          transition: .3s ease;
        }
        & li a:hover::after {
          transform: translateX(10px);
        }
        & li + li{
          margin-top: 60px;
        }
     }
  }
  .open .gNav {
    opacity: 1;
    transform: translateX(0);
  }



  header > .inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      width: 100%;
      position: relative;
      height: 100%;
      transition: .3s ease;
  }
  .gNav_PC .ul1 {
    display: flex;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: 15px;
    width: 100%;
  }
  .gNav_PC .ul1 .li1:not(.ul2_in) {
      height: 100%;
      width: auto;
      /* width: calc((100% - 250px) / 4); */
/*      font-size: 24px;*/
        font-size: clamp(17px, 1.5vw, 20px);
      font-weight: 500;
/*      border-right: 1px solid #B2B2B2;*/
      flex-shrink: 0;
  }
  .gNav_PC .ul1 .li1:not(.ul2_in) a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1em 2em;
      position: relative;
      color: #fff;
  }
  .navOn .gNav_PC .ul1 .li1:not(.ul2_in) a {
      color: #000;
  }
  /*.ul1 .li1:not(.ul2_in) a:hover,
  .ul1 .li1:not(.ul2_in) a.active{
    color: #000;
  }*/
  .gNav_PC .ul1 .li1:not(.ul2_in) a::after{
    content: '';
    position: absolute;
    bottom: 0.6em;
    height: 1px;
    left: 2em;
    background-color: #fff;
    width: calc(100% - 4em);
    opacity: 0;
    transition: .3s ease;
  }
  .navOn .gNav_PC .ul1 .li1:not(.ul2_in) a::after{
    background-color: #000;
  }
  .gNav_PC .ul1 .li1:not(.ul2_in) a:hover::after,
  .gNav_PC .ul1 .li1:not(.ul2_in) a.current:hover,
  .gNav_PC .ul1 .li1:not(.ul2_in) a.current::after{
    opacity: 1;
  }




  .head .ul1 {
      display: flex;
      height: 100%;
      align-items: center;
  }
  /*.ul1 .li1:not(.ul2_in):nth-child(2){
    border-left: 1px solid #B2B2B2;
  }*/

  /*.gNav_PC .ul1 .li1.current a{
    color: #5CBB89;
  }*/


/*  トグル hover*/
  /*.toggleBtn:hover p span::before,
  .toggleBtn:hover p span::after {
      background: #E6372D;
  }
  .toggleBtn:hover .menu_name {
      color: #E6372D;
  }*/
  /*.head_con_contact:hover{
    background-color: #DD730A;
  }*/
  /*.lang_menu_wrap a:hover{
    color: #5CBB89;
  }*/

}
@media all and ( min-width:768px) and (max-width:1440px){
    .gNav_PC .ul1 .li1:not(.ul2_in) a {
        padding: 1em 2.5vw;
    }
}

@media all and ( min-width:768px) and (max-width:1024px){
  .gNav_PC .ul1 .li1:not(.ul2_in) a {
      padding: 1em 1.8vw;
  }
  .gNav_PC .ul1 .li1:not(.ul2_in) a::after {
    left: 1em;
    width: calc(100% - 2em);
  }
  .gNav {
      padding: 140px 1em 3em;
  }
}


@media all and ( min-width:768px) and (max-width:924px){
  .toggleBtn {
      width: 50px;
      right: 80px;
  }
  header .heading_logo {
    min-width: 130px;
    margin-right: 4%;
  }
  .gNav_PC .ul1 .li1:not(.ul2_in) a {
    font-size: clamp(16px, 2vw, 22px);
  }
}


/*--------------------SP--------------------*/
@media all and (max-width:767px){

  header {
/*      height: 70px;*/
    height: 80px;
  }

header .inner {
    max-width: 100%;
    width: 100%;
    min-width: 90%;
}
  header .heading_logo {
      /*margin-left: 0;
      width: auto;
      max-width: 190px;
      z-index: 1;
      position: relative;*/
  }

  .head_body {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .4s ease;
/*    background: #FAFAFA;*/
  }

  .navcon_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 13px;
  }
  .navcon_wrap a + a {
    margin-left: 10px;
  }


  .toggleBtn {
    width: 40px;
    height: 40px;
    right: 5%;
/*    top: 43px;*/
    top: 21px;
    padding: 0;
    position: absolute;
  }

  .toggleBtn p span::before {
      transform: translateY(-5px) rotate(0deg);
  }
  .toggleBtn p span::after {
    transform: translateY(5px) rotate(0deg);
  }

  .head_con_contact span {
      margin-bottom: 9px;
      margin-top: 5px;
  }
  /*.menu_name {
          width: 42px;
          margin: 2px auto 0;
          font-size: 18px;
          margin-top: 0;
          left: -42px;
          padding-right: 10px;
    }*/
 /* body:not(.recruit_relation).open .menu_name {
    color: #fff;
  }
*/


  header .heading_logo {
        & .sp_off{
          opacity: 1;
          pointer-events: initial;
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
        }
        & .sp_on{
          opacity: 0;
          pointer-events: none;
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
        }
  }


  .navOn header .heading_logo {
      & .sp_off{
        opacity: 0;
        pointer-events: none;
      }
      & .sp_on{
        opacity: 1;
        pointer-events: initial;
      }
  }


.gNav {
    top: 0px;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: .5s ease;
/*    background: #fff;*/
    background: #FAFAFA;
    display: flex;
    justify-content: space-between;
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 130px;
    font-weight: 500;
    pointer-events: none;
  }

  .open .gNav {
      opacity: 1;
      pointer-events: initial;
  }



  .head .ul1 {
/*        flex-direction: column;*/
      width: 235px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
        li a::after {
            content: '';
            width: 16px;
            height: 14px;
            background: url(../img/common/arrow_r_b.svg) center / contain no-repeat;
            transform: translateX(0);
            transition: .3s ease;
            position: absolute;
            right: 0;
        }
    }
  .open header .heading_logo {
      & .sp_off{
        opacity: 0;
        pointer-events: none;
      }
      & .sp_on{
        opacity: 1;
        pointer-events: initial;
      }
  }


  /*.head li.li1:not(.lang_menu_wrap):not(.menu_img_wrap) {
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    font-size: 18px;
  }*/
  /*.head li.li1:not(.lang_menu_wrap):not(.menu_img_wrap) + li.li1:not(.lang_menu_wrap):not(.menu_img_wrap) {
    border-top: 1px solid #DDDDDD;
  }

  .head li.li1:not(.lang_menu_wrap):not(.menu_img_wrap)::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #5CBB89;
    display: block;
    margin-right: 14px;
  }*/

  /*.lang_menu_wrap {
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 0 30px;
      flex-shrink: 0;
      width: 100%;
      font-weight: 400;
      margin-top: 20px;
      font-size: 14px;
  }
  .lang_menu_wrap .menu_box_pp{
    margin-bottom: 16px;
  }
  .lang_menu_wrap .lang_menu{
    font-size: 13px;
  }
  .lang_menu_wrap .lang_menu .menu_box_jpbtn{
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .lang_menu_wrap .lang_menu .menu_box_jpbtn::before{
    content: '▶';
    width: 1em;
    height: 1em;
    font-size: 14px;
    color: #5CBB89;
    margin-right: 5px;
  }*/

  header .menu_box.menu_box01 {
      font-size: 18px;
      height: 54px;
      display: flex;
      align-items: center;
      width: 100%;
  }
  .head_con_contact {
    right: -6vw;
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 14px;
    top: 0;
  }
  span.menu_img {
      width: 100%;
      display: block;
      padding: 8px;
      margin-top: 20px;
  }
.foot .gNav {
    pointer-events: initial;
  }


  .conv_wrap {
    right: 30px;
    bottom: 40px;
    width: 120px;
    height: 120px;
  }

  .conv_wrap_dt {
    font-size: 16px;
    height: 100px;
    width: 100px;
  }
  .conv_wrap_dt::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .conv_open.conv_wrap {
      width: 240px;
      height: 240px;
  }
  .conv_open .conv_wrap_dt {
    font-size: 24px;
    height: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .conv_wrap_dd {
    & .conv_wrap_dd_inner {
        & a.conv_wrap_menu {
            padding: 0.5em 0.6em;
            font-size: 18px;
        }
    }
  }

}






/* bled パンくず
***************************************************************/
.bled{
  margin-bottom: 3em;
  display: flex;
  align-items: center;
}

.bled > * + *::before{
  content: '>';
  margin-right: 0.5em;
  margin-left: 0.5em;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .bled > a:hover{
    text-decoration: underline;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}








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

.foot {
  /*  margin-top: 120px;*/
  padding: 80px 0 80px;
  position: relative;
  z-index: 998;
  background-color: #fff;
}

.foot .foot_contact {
  background: url(../img/common/foot_con_bg.jpg) center / cover no-repeat;
  height: 377px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  transition: .3s;
}
.foot .foot_contact .foot_contact_ttl{
  font-size: 155px;
}
.foot .foot_contact .foot_contact_txt{
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}
.foot .foot_contact::after {
  content: '';
  background: url(../img/common/arrow_w.svg) center / contain no-repeat;
  width: 67px;
  height: 74px;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}



.foot .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.foot_logo {
    width: 285px;
    height: auto;
    display: block;
}

.foot_con_wrap{
}
.foot_con_wrap .foot_address{
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 2;
  font-weight: 400;
  margin-top: 45px;
}





.foot_con_wrap2{
  & .foot_nav_wrap{
      & .foot_gNav{
        display: flex;
        justify-content: space-between;
        font-size: 22px;
          & .ul2{
            display: flex;
            flex-direction: column;
            width: 240px;
              & li + li{
                /* margin-top: 40px; */
                margin-top: 1.8em;
              }
          }
          & .ul3{
            display: flex;
            flex-direction: column;
            /*width: 240px;*/
            width: auto;
            white-space: nowrap;
            margin-top: calc(40px + 1em);
              & li + li{
                /* margin-top: 40px; */
                margin-top: 1.8em;
              }
          }
      }
  }
}

/*.foot_nav_wrap .gNav {
  margin-left: 0;
  height: auto;
}*/
/*.foot_nav_wrap .ul2 {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  flex-wrap: wrap;
  font-size: 16px;
  flex-shrink: 0;
  height: 50px;
}*/
/*.foot_nav_wrap .ul2 li{
  position: relative;
  display: flex;
  align-items: center;
}*/
/*.foot_nav_wrap .ul2 li:nth-child(1):after,
.foot_nav_wrap .ul2 li:nth-child(2):after,
.foot_nav_wrap .ul2 li:nth-child(4):after{
  content: '・';
  width: 1.5em;
  height: 1em;
  display: flex;
  justify-content: center;
}
.foot_nav_wrap .ul2 li:nth-child(4),
.foot_nav_wrap .ul2 li:nth-child(5){
  margin-top: 13px;
}*/
/*.foot_nav_wrap .ul2 li a:hover{
  color: #5CBB89;
}*/

.foot_nav_wrap .ul3{
  /*width: 191px;*/
  width: 240px;
  flex-shrink: 0;
  margin-left: 60px;
  /*margin-right: 40px;*/
}
.foot_nav_wrap .ul3 .ul3_txt01{
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.foot_nav_wrap .ul3 .ul3_txt01 .ul3_txt01--02{
  font-size: 42px;
  margin-top: 7px;
}
.foot_nav_wrap .ul3 .ul3_txt02{
  font-size: 13px;
}
.foot_nav_wrap .ul3 .ul3_txt02 span{
  font-size: 12px;
  margin-left: 0.5em;
}

.cRight {
  line-height: 1em;
  font-size: 16px;
  margin-top: 40px;
  display: block;
  color: #707070;
}

@media all and (min-width:768px) {
  .foot .foot_contact:hover {
    opacity: .8;
  }
  .foot_nav_wrap .lang_menu {
    flex-wrap: wrap;
    width: 217px;
  }
  .foot_nav_wrap .lang_menu .menu_box_jpbtn {
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 14px;
/*    以下メニュー表示時消す*/
    /*top: 14px;
    left: -61px;*/
  }
  .foot_nav_wrap .lang_menu .menu_box_jpbtn::before{
    content: '▶';
    width: 1em;
    height: 1em;
    font-size: 14px;
    color: #5CBB89;
    margin-right: 5px;
  }

  .foot .foot_contact:hover::after{
    transform: translateY(-50%) translateX(10px);
  }

}

@media all and ( min-width:768px) and (max-width:1440px){
  .foot_logo {
    max-width: 285px;
    width: 80%;
  }
  .foot_con_wrap .foot_address {
    margin-top: 35px;
  }
  .cRight {
    font-size: 12px;
  }
  .foot_con_wrap2 {
    width: 50%;
      & .foot_nav_wrap {
          & .foot_gNav {
              font-size: clamp(17px, 1.3vw, 22px);
                white-space: nowrap;
              & .ul2{
                max-width: 220px;
                width: 50%;
              }
              & .ul3{
                max-width: 220px;
                width: 50%;
                margin-left: 5%;
              }
          }
      }
  }

}



@media all and (max-width:767px) {
  .foot {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
  }
  .foot .foot_contact {
      background: url(../img/common/foot_con_bg.jpg) center / cover no-repeat;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      color: #fff;
      transition: .3s;
      padding: 30px 30px;
  }
  .foot .foot_contact .foot_contact_ttl {
    font-size: 62px;
    margin-left: 0;
  }
  .foot .foot_contact .foot_contact_txt {
    font-size: 16px;
    margin-top: 6px;
    line-height: 1.375;
  }

.foot .foot_contact::after {
    width: 43px;
    height: 48px;
    right: 25px;
}

  .foot .inner {
/*      padding-top: 40px;*/
      padding-bottom: 0;
      text-align: left;
      flex-direction: column;
  }
  .foot_logo {
      /* max-width: 124px; */
      max-width: 175px;
      margin-left: 0;
      margin-right: auto;
  }

  /*.foot_company_wrap{
    margin-left: auto;
    margin-right: auto;
  }
  .foot_company {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.57;
      display: table;
      text-align: left;
      margin-top: 25px;
      margin-left: auto;
      margin-right: auto;
  }*/
  .foot_con_wrap .foot_address {
    font-size: 12px;
    margin-top: 17px;
    line-height: 1.6;
  }
  .foot_nav_wrap .gNav {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    opacity: 1;
    display: block;
    position: relative;
    top: 0;
    overflow: hidden;
    background: transparent;
  }

  .foot_con_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .foot_con_wrap a + a{
      margin-top: 15px;
  }
  .foot_nav_wrap .ul3 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }


  .foot_con_wrap2 {
      & .foot_nav_wrap {
        margin-top: 35px;
          & .foot_gNav {
            font-size: 12px;
              & .ul2 {
                width: 50%;
                  & li + li {
                      margin-top: 20px;
                  }
                  & .foot_corpo{
                    margin-top: 40px;
                  }
              }
              & .ul3 {
                width: 50%;
                margin-top: 20px;
                  & li + li {
                      margin-top: 20px;
                  }
              }
          }
      }
  }


  /*.foot_nav_wrap .ul3 .ul3_txt01 {
      flex-direction: row;
      font-size: 12px;
      align-items: center;
      justify-content: center;
  }
  .foot_nav_wrap .ul3 .ul3_txt01 .ul3_txt01--02 {
    font-size: 36px;
    margin-top: 0;
    margin-left: 10px;
  }
  .foot_nav_wrap .ul3 .ul3_txt02 {
      font-size: 13px;
      margin-top: 8px;
  }


  .foot_contact .foot_contact_ttl {
    font-size: 20px;
    margin-left: -0.3em;
  }
  .foot_contact .foot_contact_ttl2 {
      font-size: 32px;
      margin-top: 15px;
  }
  .foot_contact .foot_contact_txt01 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.85;
  }
  .foot_sns_wrap {
    margin-top: 30px;
    justify-content: center;
  }

  .foot_cotent01 {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      width: 100%;
  }*/
    .cRight {
      font-size: 10px;
      margin-top: 60px;
      text-align: center;
    }
  /*.foot_permission{
    font-size: 12px;
    margin-top: 20px;
  }*/

}




/* pagenation
***************************************************************/

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 95px;
}
.pagenation ul {
  display: flex;
  height: 35px;
}
.pagenation ul li{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
}
.pagenation ul li.next,
.pagenation ul li.prev{
  background-color: initial;
  border: none;
}
.pagenation ul li + li{
  margin-left: 18px;
}
.pagenation ul li + li.next,
.pagenation ul li.prev + li{
  margin-left: 35px;
}
.pagenation ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 0.1em;
}
.pagenation ul li.active{
  background-color: #000;
  pointer-events: none;
}
.pagenation ul li.active a{
  pointer-events: none;
  color: #fff;
}

.notNumbering {
  pointer-events: none;
  padding-bottom: 0.5em;
  border: none !important;
  font-weight: 700;
}
.notNumbering span {
  color: #000;
}
.pagenation ul li.next a,
.pagenation ul li.prev a{
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}
.pagenation ul li.next a{
  background: url(../img/common/pager_off.svg) center / 20px 20px no-repeat;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}
.pagenation ul li.prev a{
  background: url(../img/common/pager_off.svg) center / 20px 20px no-repeat;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  transform: scale(-1, 1);
}


@media all and (min-width:768px) {
  .pagenation ul li:hover{
    border-color: #E6372D;
  }
  .pagenation ul li:hover a{
    color: #E6372D;
    opacity: 1;
  }
  .pagenation ul li.active:hover a{
    pointer-events: none;
    color: #fff;
  }
  .pagenation ul li.next:hover a {
    background: url(../img/common/pager_on.svg) center / 20px 20px no-repeat;
  }
  .pagenation ul li.prev:hover a {
    background: url(../img/common/pager_on.svg) center / 20px 20px no-repeat;
  }

  /*.post-type-archive-blog .pagenation ul li:hover,
  .tax-blog_cat .pagenation ul li:hover,
  .tax-blog_tag .pagenation ul li:hover{
    border-bottom: 2px solid #fcc800;
  }*/
  /*.post-type-archive-blog .pagenation ul li:hover a,
  .tax-blog_cat .pagenation ul li:hover a,
  .tax-blog_tag .pagenation ul li:hover a{
    color: #fcc800;
  }*/
  /*.post-type-archive-blog .pagenation ul li.active:hover,
  .tax-blog_cat .pagenation ul li.active:hover,
  .tax-blog_tag .pagenation ul li.active:hover{
    border-bottom: 2px solid #fcc800;
  }*/
  /*.post-type-archive-blog .pagenation ul li.active:hover a,
  .tax-blog_cat .pagenation ul li.active:hover a,
  .tax-blog_tag .pagenation ul li.active:hover a{
    pointer-events: none;
    color: #fcc800;
  }*/

}
@media all and (max-width:767px) {
  .pagenation {
    margin-top: 40px;
  }
  .pagenation ul li{
    width: 34px;
    height: 34px;
  }
  .pagenation ul li + li{
    margin-left: 10px;
  }
  .pagenation ul li + li.next,
  .pagenation ul li.prev + li{
    margin-left: 10px;
  }
  .pagenation ul li a{
    font-size: 18px;
  }
  .pagenation ul li.next a {
    background: url(../img/common/pager_off.svg) center / 22px 22px no-repeat;
  }
  .pagenation ul li.prev a {
    background: url(../img/common/pager_off.svg) center / 22px 22px no-repeat;
  }
  
}
@media all and (max-width:370px) {
}


/* mv　下層共通
***************************************************************/
/*.under_mv{
  padding-top: 70px;
  padding-bottom: 90px;
}
.under_mv_txt{
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  margin-top: 35px;
}

@media all and (min-width:768px){
}
@media all and (max-width:767px){
  .under_mv{
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .under_mv_txt{
    font-size: 14px;
    line-height: 1.85;
    margin-top: 25px;
  }

}

@media all and (min-width:768px){
  .main_contents{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width:767px){
  .main_contents{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}*/

/* 右上ロゴ（下層）
***************************************************************/
/*@media all and (min-width:768px){
  body:not(.home)::before{
    content: '';
    width: 545px;
    height: 545px;
    background: url(../img/common/bg_gray_logo.svg) center / cover no-repeat;
    position: absolute;
    top: -110px;
    left: calc(((100% - 1100px) / 2) + 810px);
    z-index: -1;
  }
}
@media all and (max-width:1140px) and (min-width:768px){
  body:not(.home)::before{
    left: 830px;
  }

}
@media all and (max-width:767px){
  body:not(.home) main::before{
    content: '';
    width: 293px;
    height: 293px;
    background: url(../img/common/bg_gray_logo.svg) center / cover no-repeat;
    position: absolute;
    top: -50px;
    right: calc(-6% + -50px);
    z-index: -1;
  }

}*/

/* 一覧に戻るボタン
***************************************************************/

.return_btn {
  background-color: #0080ff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 50px;
  position: relative;
  font-weight: 700;
  z-index: 1;
  font-size: 20px;
  margin-top: 60px;
}
.return_btn img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .return_btn{
    width: 220px;
    height: 40px;
    font-size: 16px;
    padding-right: 0.6em;
  }
  .return_btn img {
    width: 20px;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
  }

}


/* 共通
***************************************************************/
.link_btn{
  display: block;
  width: 264px;
  height: 58px;
  background: #000;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: .3s ease;
  padding-left: 17px;
  padding-right: 13px;
}
.link_btn span{
  z-index: 1;
  position: relative;
}
.link_btn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #E6372D;
  transition: transform ease .3s;
  transform-origin: 100% 50%;
  transform: scaleX(0);
}
.link_btn::after{
  content: '';
  width: 12px;
  height: 19px;
  background: url(../img/common/btn_arrow.svg) center / 100% no-repeat;
  margin-left: auto;
  z-index: 1;
  position: relative;
  transition: .3s ease;
}

/*赤ver*/
.link_btn.link_btn_r{
  background: #E6372D;
}
.link_btn.link_btn_r::before {
  background: #fff;
}




/*フッター用 アロー無し*/
.link_btn.link_btn_02{
  justify-content: center;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}
.link_btn.link_btn_02::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
}
.link_btn.link_btn_02::after {
  content: none;
}

.sec_ttl > span{
  display: block;
}
.sec_ttl_jp{
  font-size: 18px;
  letter-spacing: -0.1em;
}
.sec_ttl_en{
  font-size: 84px;
  margin-top: 5px;
}
.sec_ttl_txt{
  font-size: 34px;
  line-height: 1.52;
  margin-top: 40px;
}
.sec_lead{
  font-size: 15px;
  line-height: 2.66;
  text-align: justify;
}
.sec_txt15{
  font-size: 15px;
  line-height: 2.4;
  text-align: justify;
}
.sec_txt16{
  font-size: 16px;
  line-height: 2.25;
  text-align: justify;
}


.under_head{
  position: relative;
}
.under_head h1{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.under_head .sec_ttl_jp {
    font-size: 28px;
    color: #383838;
    font-weight: 700;
    position: absolute;
/*    top: 50%;*/
    letter-spacing: 0;
    z-index: 1;
    /*left: 50%;
    transform: translateY(-50%);*/
}
.under_head .sec_ttl_en {
    font-size: 168px;
    color: #EAF4F0;
    font-weight: 400;
    margin-top: 0;
}

.under_head_txt{
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 5px;
}
.under_head_mv{
  margin-top: 45px;
}

.under_head2_ttl{
  font-size: 56px;
  text-align: center;
  margin-top: 80px;
}
.under_head2 .under_head_txt{
  margin-top: 55px;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .link_btn:hover::before,
  .link_btn_p:hover .link_btn::before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  /*赤ver*/
  .link_btn.link_btn_r:hover::after{
    background: url(../img/common/btn_arrow_r.svg) center / 100% no-repeat;
  }
  .link_btn.link_btn_r:hover{
    transform-origin: 0% 50%;
    transform: scaleX(1);
    color: #E6372D;
  }


}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec_ttl_jp{
    font-size: 15px;
  }
  .sec_ttl_en{
    font-size: 44px;
  }
  .sec_ttl_txt{
    font-size: 24px;
    margin-top: 20px;
  }
  .sec_lead{
    line-height: 2.13;
  }
  .sec_txt15{
    line-height: 1.86;
  }
  .sec_txt16{
    font-size: 15px;
    line-height: 2;
  }

  /*
  .under_mv_h1 .sec_ttl_en{
    font-size: 52px;
  }*/
  .under_head .sec_ttl_jp {
    font-size: 22px;
    top: 30px;
  }
  .under_head h1 {
      margin-top: 110px;
  }
  .under_head .sec_ttl_en {
    font-size: 100px;
  }
  .under_head_mv{
    width: 100vw;
    margin-top: 35px;
    margin-left: -6vw;
  }

  .under_head2_ttl{
    font-size: 22px;
    margin-top: 135px;
  }
  .under_head2 .under_head_txt{
    margin-top: 45px;
  }

}

/* barAnime
***************************************************************/
.barAnime {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 0;
}
.barAnime::after, .barAnime::before {
  background: #E6372D;
  content: "";
  height: calc(100% + 2px);
  position: absolute;
  right: -0.1em;
  /*top: 0;*/
  top: -1px;
  width: calc(100% + 0.1em);
}
.barAnime::after{
  background: #fff;
  /*height: calc(100% + 2px);
  top: -1px;*/
}
.barAnime.scrollin::after, .barAnime.scrollin::before {
  transition: width .4s cubic-bezier(.65,0,.35,1) .4s;
  width: 0;
}
.barAnime.scrollin::after{
  transition-delay: 0s;
}

.barAnime_w{
  display: inline-block;
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 0;
}
.barAnime_w:before {
  background: #fff;
  content: "";
  height: calc(100% + 2px);
  position: absolute;
  right: -0.1em;
  top: -1px;
  width: calc(100% + 0.1em);
}

.barAnime_w.scrollin::before {
  transition: width .4s cubic-bezier(.65,0,.35,1) .4s;
  width: 0;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .barAnime_w.action.bardelay::before{
    transition-delay: .7s;
  }

  .barAnime.bardelay1::before{
    transition-delay: .65s;
  }
  .barAnime.bardelay1::after{
    transition-delay: .25s;
  }
  .barAnime.bardelay2::before{
    transition-delay: .9s;
  }
  .barAnime.bardelay2::after{
    transition-delay: .5s;
  }
  .barAnime.bardelay3::before{
    transition-delay: 1.15s;
  }
  .barAnime.bardelay3::after{
    transition-delay: 0.75s;
  }
  .barAnime.bardelay4::before{
    transition-delay: 1.4s;
  }
  .barAnime.bardelay4::after{
    transition-delay: 1s;
  }
  .barAnime.bardelay5::before{
    transition-delay: 1.65s;
  }
  .barAnime.bardelay5::after{
    transition-delay: 1.25s;
  }

}


@keyframes passing-bar{
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt{
  0% {
        opacity:0;
    }
  50% {
        opacity:0;
    }
  100% {
        opacity:1;
    }
}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .barAnime.bardelay1_sp::before{
    transition-delay: .65s;
  }
  .barAnime.bardelay1_sp::after{
    transition-delay: .25s;
  }

}

/* under_mv2 　★★★ go_scrollアリ
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .under_mv2{
    padding: 20px 90px 95px;
    position: relative;
  }
  .under_mv2::after{
    content: '';
    width: 100%;
    height: 410px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: -1;
  }
  .under_mv2_bg{
    width: 100%;
    height: 624px;
    position: relative;
  }
  .under_mv2_bg .under_mv_h1{
    color: #fff;
    z-index: 1;
    position: relative;
    padding-top: 65px;
  }
  .under_mv2_bg .under_mv_h1 .sec_ttl_jp{
    font-size: 22px;
  }
  .under_mv2_bg .under_mv_h1 .sec_ttl_en{
    font-size: 100px;
  }
  .under_mv2 .go_scroll{
    display: inline-block;
    position: absolute;
    right: 25px;
    bottom: 40px;
    z-index: 2;
    padding: 10px 10px 127px;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: 0.2s;
    overflow: hidden;
  }
  .under_mv2 .go_scroll::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 112px;
    background: #fff;
    -webkit-animation: go_scrollanim 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: go_scrollanim 2s cubic-bezier(1, 0, 0, 1) infinite;
  }

  @-webkit-keyframes go_scrollanim {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    30% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    70% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

  @keyframes go_scrollanim {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    30% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    70% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .under_mv2{
    padding-bottom: 0;
  }
  .under_mv2_img{
    margin-top: 30px;
  }
}





/* menu recruit分　.recruit_relation
***************************************************************/

body.recruit_relation header#head .heading_logo {
  width: auto;
  display: flex;
  align-items: center;
}
body.recruit_relation .menu_list_wrap2 {
    padding: 80px 45px 55px 60px;
}
body.recruit_relation .head_con_wrap{
  z-index: 1;
  transition: .3s;
}
body.recruit_relation.open .head_con_wrap{
  z-index: -1;
}
body.recruit_relation .menu_list_wrap2 .menu_ttl{
  font-size: 18px;
  letter-spacing: 0;
}
body.recruit_relation .menu_list_wrap2 .ul1 {
    /*height: 216px;*/
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 15px;

    height: 166px;
}
body.recruit_relation .menu_list_wrap2 .ul1 a{
  height: 54px;
  font-size: 18px;
  padding-left: 14px;
  width: 50%;
}
body.recruit_relation .menu_list_wrap2 .ul1 a.menu_box04{
  white-space: nowrap;
}
/*body.recruit_relation .menu_list_wrap2 .ul1 a:nth-child(1) {
    width: 207px;
}*/

body.recruit_relation .gNav {
    /* width: auto; */
    height: auto;
    width: 510px;
}
body.recruit_relation header a.menu_box.menu_box01::after{
  content: none;
}

body.recruit_relation .menu_list_wrap2 .ul1 a{

}
body.recruit_relation .menu_list_wrap2 .ul1 a::before{
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 10px;
    /*margin-right: 7px;*/
    transition: .3s ease;
    position: absolute;
    left: 0;
}

body.recruit_relation .menu_list_wrap2_sub{
  border-top: 2px solid #000;
  display: flex;
  padding-top: 35px;
  margin-top: 25px;
  width: 393px;
}
body.recruit_relation .menu_list_wrap2_sub li a{
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.43;
  display: flex;
  align-items: center;
  height: 100%;
    transform: scale(1.0);
    transition: .3s ease;
}
body.recruit_relation .menu_list_wrap2_sub .insta_btn a::before{
    content: '';
    width: 50px;
    height: 50px;
    background: #000 url(../img/common/insta_ico.svg) center / 21px 21px no-repeat;
    border-radius: 50px;
    display: block;
    margin-right: 10px;
    transition: .3s ease;
}
body.recruit_relation .menu_list_wrap2_sub .mail_btn a::before{
    content: '';
    width: 50px;
    height: 50px;
    background: #E6372D url(../img/common/mail_ico.svg) center / 23px 16px no-repeat;
    border-radius: 50px;
    display: block;
    margin-right: 10px;
    transition: .3s ease;
}



body.recruit_relation .foot_cotent01 {
  align-items: flex-start;
}
body.recruit_relation .foot_nav {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}
body.recruit_relation .foot_logo_wrap {
    width: 135px;
    margin-right: 125px;
    text-align: center;
}
body.recruit_relation .foot_nav .ul1 li {
}
body.recruit_relation .foot_nav .ul1 li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 255px;
  height: 38px;
  margin-top: 15px;
}
body.recruit_relation .foot_nav .ul1 a::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    margin-right: 7px;
    transition: .3s ease;
}

body.recruit_relation .foot_nav_sns{
  display: flex;
  flex-direction: column;
}
body.recruit_relation .foot_nav_sns li a{
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.43;
  display: flex;
  align-items: center;
  height: 100%;
    transform: scale(1.0);
    transition: .3s ease;
    color: #fff;
}
body.recruit_relation .foot_nav_sns .insta_btn a::before{
    content: '';
    width: 50px;
    height: 50px;
    background: #fff url(../img/common/insta_ico_b.svg) center / 21px 21px no-repeat;
    border-radius: 50px;
    display: block;
    margin-right: 10px;
    transition: .3s ease;
}
body.recruit_relation .foot_nav_sns .mail_btn a::before{
    content: '';
    width: 50px;
    height: 50px;
    background: #E6372D url(../img/common/mail_ico.svg) center / 23px 16px no-repeat;
    border-radius: 50px;
    display: block;
    margin-right: 10px;
    transition: .3s ease;
}


body.recruit_relation .foot_under_wrap{
  display: flex;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 2px solid #333333;
}
body.recruit_relation .cRight {
    margin-top: auto;
    margin-left: auto;
    position: relative;
    display: block;
}
body.recruit_relation .corpo_link{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  position: relative;
}
body.recruit_relation .corpo_link::before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -8px;
    position: absolute;
    display: block;
    background-color: #fff;
    transition: .3s ease;
}
body.recruit_relation .corpo_link::after{
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/common/out_link.svg) center / 12px 12px no-repeat;
    display: block;
    margin-left: 15px;
    transition: .3s ease;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){

  body.recruit_relation .barl.heading_logo--txt {
    font-size: 18px;
    margin-left: 20px;
    letter-spacing: 0;
  }
  /*body.recruit_relation .menu_list_wrap2 .ul1 a:hover::before{
      background: #E6372D;
  }*/

  body.recruit_relation .menu_list_wrap2 .ul1 a:hover::before{
    background-color: #E6372D;
  }
  body.recruit_relation .menu_list_wrap2_sub li a:hover{
      color: #E6372D;
  }
  body.recruit_relation .menu_list_wrap2_sub li a:hover::before{
    transform: scale(1.1);
  }
  body.recruit_relation .menu_list_wrap2_sub li + li{
    margin-left: 30px;
  }
  body.recruit_relation .head_con_wrap {
    right: 195px;
    top: 27px;
    width: auto;
    height: auto;
  }
  body.recruit_relation .head_con_wrap a{
    width: 138px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
  }
  body.recruit_relation .head_con_wrap a.head_con_wrap--contact--shinsotsu{
    background-color: #E6372D;
  }
  body.recruit_relation .head_con_wrap a.head_con_wrap--contact--shinsotsu:hover{
    background-color: #fff;
    color: #E6372D;
  }
  body.recruit_relation .head_con_wrap a.head_con_wrap--contact--chuuto{
    background-color: #000;
  }
  body.recruit_relation .head_con_wrap a.head_con_wrap--contact--chuuto:hover{
    background-color: #fff;
    color: #E6372D;
  }
  body.recruit_relation .foot_nav {
      height: 210px;
      width: 471px;
      margin-right: auto;
  }
  body.recruit_relation .foot_nav .ul1 a:hover::before{
    background-color: #E6372D;
  }
  body.recruit_relation .foot_nav .ul1 a:nth-child(1),
  body.recruit_relation .foot_nav .ul1 a:nth-child(5)  {
    margin-top: 0;
  }
  body.recruit_relation .foot_nav .ul1 a:nth-child(4) {
    width: 325px;
  }
  body.recruit_relation .foot_nav .ul1 a:nth-child(5),
  body.recruit_relation .foot_nav .ul1 a:nth-child(6),
  body.recruit_relation .foot_nav .ul1 a:nth-child(7){
    margin-left: -60px;
  }
  body.recruit_relation .foot_nav ul li {
    height: 210px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }



  body.recruit_relation .foot_nav_sns li a:hover{
      color: #E6372D;
  }
  body.recruit_relation .foot_nav_sns li a:hover::before{
    transform: scale(1.1);
  }
  body.recruit_relation .foot_nav_sns li + li{
    margin-top: 30px;
  }
  body.recruit_relation .foot .barl.heading_logo--txt {
      font-size: 20px;
      margin-left: auto;
      letter-spacing: 0;
      margin-top: 20px;
      display: block;
  }

  body.recruit_relation .corpo_link:hover{
    color: #E6372D;
  }
  body.recruit_relation .corpo_link:hover::before {
      background-color: #E6372D;
  }
  body.recruit_relation .corpo_link:hover::after{
      background: url(../img/common/out_link_r.svg) center / 12px 12px no-repeat;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  body.recruit_relation .head_confix_wrap {
    transition: transform 0.3s ease;
    bottom: -100px;
  }

  body.recruit_relation .head_confix_wrap.slide-out {
    transform: translateY(-100px);
  }

  body.recruit_relation .head_confix_wrap.slide-in {
    transform: translateY(0);
  }

  body.recruit_relation header#head .heading_logo {
      max-width: 219px;
      padding-bottom: 0;
  }
  body.recruit_relation header#head .heading_logo a {
      max-width: 136px;
  }
  body.recruit_relation header#head span.barl.heading_logo--txt {
    font-size: 12px;
    white-space: nowrap;
    margin-left: 10px;
    letter-spacing: 0;
  }
  body.recruit_relation .gNav {
    height: 100vh;
    width: 100%;
    background-color: #fff;
    padding: 0;
  }
  body.recruit_relation header .menu_box.menu_box01 {
        color: #000;
        font-weight: 700;
  }
  body.recruit_relation .menu_list_wrap2 {
    padding: 0;
    width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
  body.recruit_relation .menu_list_wrap2 .ul1 {
    height: auto;
    margin-top: 0;
    align-items: flex-start;
  }
  body.recruit_relation .menu_list_wrap2 .ul1 a::before {
      margin-right: 10px;
  }
  body.recruit_relation .menu_list_wrap2_sub {
    border-top: 2px solid #000;
    display: flex;
    padding-top: 35px;
    margin-top: 25px;
    flex-direction: column;
    padding-left: 3px;
  }
  body.recruit_relation .menu_list_wrap2_sub li a {
    font-size: 16px;
  }
  body.recruit_relation .menu_list_wrap2_sub li + li{
    margin-top: 17px;
  }
  body.recruit_relation .menu_list_wrap2_sub .insta_btn a::before {
    width: 40px;
    height: 40px;
    background: #000 url(../img/common/insta_ico.svg) center / 16px 16px no-repeat;
  }
  body.recruit_relation .menu_list_wrap2_sub .mail_btn a::before {
    width: 40px;
    height: 40px;
    background: #E6372D url(../img/common/mail_ico.svg) center / 18px 12px no-repeat;
  }
  body.recruit_relation .menu_list_wrap2_inner {
    padding: 80px 0;
  }
  body.recruit_relation.open header .head_confix_wrap {
    opacity: 0;
    pointer-events: none;
  }
  body.recruit_relation .foot {
      padding-bottom: 105px;
  }
  body.recruit_relation .foot_cotent01 {
      flex-direction: row;
  }
  body.recruit_relation .foot_cotent {
    width: 320px;
    margin: 0 auto;
  }
  body.recruit_relation .foot_under_wrap {
    padding-top: 0px;
    margin-top: 35px;
    border-top: none;
    text-align: center;
  }
  body.recruit_relation .cRight {
    margin-right: auto;
  }
  body.recruit_relation .foot_logo_wrap {
    width: 105px;
    margin-right: auto;
  }
  body.recruit_relation .foot .barl.heading_logo--txt {
      font-size: 16px;
      letter-spacing: -0.025em;
      margin-top: 15px;
      display: block;
  }
  body.recruit_relation .foot_nav_sns {
    height: 138px;
  }
  body.recruit_relation .foot_nav_sns li a {
    font-size: 16px;
    letter-spacing: -0.025em;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
  }
  body.recruit_relation .foot_nav_sns .insta_btn a::before {
    width: 38px;
    height: 38px;
    background: #fff url(../img/common/insta_ico_b.svg) center / 15px 15px no-repeat;
    margin-right: 8px;
  }
  body.recruit_relation .foot_nav_sns .mail_btn a::before {
    width: 38px;
    height: 38px;
    background: #E6372D url(../img/common/mail_ico.svg) center / 17px 12px no-repeat;
    margin-right: 8px;
  }
  body.recruit_relation .foot_nav_sns li + li{
    margin-top: 19px;
  }
  body.recruit_relation .foot_nav_sns li a.corpo_link {
    font-size: 14px;
    letter-spacing: 0;
  }
  body.recruit_relation .foot_nav_sns li:nth-child(3) {
    margin-top: auto;
  }
  body.recruit_relation .corpo_link::after {
    margin-left: auto;
  }
}


/* con_btn
***************************************************************/
.con_btn{
  width: 504px;
  height: 98px;
  background-color: #E0A039;
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
}
.con_btn::after{
  content: '';
  width: 24px;
  height: 27px;
  background: url(../img/common/arrow_w.svg) center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}

.btn_w{
  background-color: #fff;
  border: 2px solid #5CBB89;
  color: #5CBB89;
}
.btn_w::after{
  background: url(../img/common/arrow_g.svg) center / contain no-repeat;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .con_btn:hover{
    background-color: #DD730A;
  }
  .btn_w:hover{
    background-color: #5CBB89;
    color: #fff;
  }
  .btn_w:hover::after{
    background: url(../img/common/arrow_w.svg) center / contain no-repeat;
  }

}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .con_btn{
    width: 247px;
    height: 58px;
    font-size: 16px;
    line-height: 1.25;
    padding-left: 15px;
    margin-top: 35px;
  }
  .con_btn::after{
    width: 19px;
    height: 21px;
    right: 17px;
  }

}


/* content_ttl_wrap
***************************************************************/
.content_ttl{
  display: flex;
  align-items: center;
  position: relative;
}
.content_ttl::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5CBB89;
  margin: 0px 1.25em 0 0;
  flex-shrink: 0;
}
.content_ttl span{
  font-size: 28px;
  color: #5CBB89;
  display: flex;
  align-items: center;
  padding-top: 6px;
  margin-right: 0.75em;
}
.content_ttl h2{
  font-size: 28px;
}
.content_txt{
  font-size: 16px;
  line-height: 1.63;
  margin-left: 65px;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .content_ttl_wrap{
    display: flex;
    align-items: center;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .content_ttl::before {
    margin: 0px 1em 0 0;
  }
  .content_ttl h2{
    font-size: 24px;
  }
  .content_txt{
    font-size: 15px;
    line-height: 1.73;
    margin-left: 0;
    margin-top: 20px;
  }

}

/* under_mv
***************************************************************/
.under_mv {
  width: 100%;
  height: 840px;
}
.mv_txt{
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 300;
  z-index: 1;
  position: relative;
}
.mv_txt .en{
  font-size: clamp(68px, 5.1vw, 96px);
  letter-spacing: 0.18em;
}
.mv_txt .ja{
  font-size: clamp(16px, 1.7vw, 24px);
  letter-spacing: 0.18em;
/*  margin-top: 25px;*/
  margin-top: clamp(15px, 1.6vw, 25px);
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .under_mv .inner{
    height: 100%;
    display: flex;
    align-items: center;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .under_mv {
    padding-top: 260px;
  }

  .mv_txt .en{
    font-size: 48px;
  }
  .mv_txt .ja{
    font-size: 16px;
    margin-top: 15px;
  }

}



/*/////////////////// other_link ///////////////////*/
.other_link a{
  width: 100%;
  height: 480px;
  display: flex;
  align-items: center;
  position: relative;
}
.other_link a::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.other_link a .inner{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other_arrow{
  display: block;
  width: clamp(150px, 10.9vw, 180px);
}

.other_link a.business_link{
  background: url(../img/common/other_01.jpg) center / cover no-repeat;
}
.other_link a.training_link{
  background: url(../img/common/other_02.jpg) center / cover no-repeat;
}
.other_link a.guideline_link{
  background-color: #707070;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .other_link a:hover::after{
    opacity: 0.25;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .other_link a{
    height: 100px;
  }
  .other_link a .inner{
    width: 100%;
  }
  .other_arrow{
    width: 55px;
  }

  .other_link .mv_txt .en{
    font-size: 32px;
  }
  .other_link .mv_txt .ja{
    font-size: 12px;
    margin-top: 8px;
  }


}


/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}


