@charset "UTF-8";

/*外部font読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&family=Urbanist:ital,wght@0,100..900;1,100..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
---------------------------------------*/
body {
  font-family:  "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
  color: #fff;
	font-size: 16px;
	letter-spacing: 0em;
/*  background: #ffffff;*/
  overflow-x: hidden;
  background-color: #363B3F;
}

@media all and (min-width:768px){
  body {
    /*min-width: 1240px;*/
/*      overflow-x: hidden;*/
  }
}
@media all and (max-width: 767px) {
  body {
    overflow-x:hidden;
  }
  body.open{
    overflow: hidden;
  }
}

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

/*.serif{
  font-family:  "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
}*/
.shippori{
  font-family:  "Shippori Mincho", serif;
  font-weight: 400;
}

.urb{
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}

/* Link
---------------------------------------*/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: var(--white);
}
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;
}




/*色設定 color*/
/*色設定*/
:root {
/*緑*/
  --green: #69E1AA;
/*濃い緑 hover等*/
  --d_green: #30a16d;
/*白*/
  --white: #fff;
/*ベースグレー*/
  --gray: #363B3F;
/*濃いグレー*/
  --d_gray: #303336;
/*濃いブルーー*/
  --d_blue: #536471;
/*薄いブルーー*/
  --l_blue: #EAEEF0;
}



.bg_white{
  background-color: var(--white);
}
.bg_gray{
  background-color: var(--gray);
}
.bg_d_gray{
  background-color: var(--d_gray);
}

.bg_d_blue{
  background-color: var(--d_blue);
}
.bg_l_blue{
  background-color: var(--l_blue);
}








main{
  @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: -0px !important;
}
@media all and (min-width:768px) {
}
@media all and (max-width:767px) {
  .anchor{
    margin-top: -50px !important;
  }
}


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


/* common_set
***************************************************************/
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}
.mt110{margin-top: 110px;}
.mt120{margin-top: 120px;}
.mt130{margin-top: 130px;}
.mt140{margin-top: 140px;}
.mt150{margin-top: 150px;}
.mt200{margin-top: 200px;}

.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.mb110{margin-bottom: 110px;}
.mb120{margin-bottom: 120px;}
.mb130{margin-bottom: 130px;}
.mb140{margin-bottom: 140px;}
.mb150{margin-bottom: 150px;}
.mb200{margin-bottom: 200px;}

.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pt70{padding-top: 70px;}
.pt80{padding-top: 80px;}
.pt90{padding-top: 90px;}
.pt100{padding-top: 100px;}
.pt110{padding-top: 110px;}
.pt120{padding-top: 120px;}
.pt130{padding-top: 130px;}
.pt140{padding-top: 140px;}
.pt150{padding-top: 150px;}
.pt200{padding-top: 200px;}

.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pb70{padding-bottom: 70px;}
.pb80{padding-bottom: 80px;}
.pb90{padding-bottom: 90px;}
.pb100{padding-bottom: 100px;}
.pb110{padding-bottom: 110px;}
.pb120{padding-bottom: 120px;}
.pb130{padding-bottom: 130px;}
.pb140{padding-bottom: 140px;}
.pb150{padding-bottom: 150px;}
.pb200{padding-bottom: 200px;}

.mla{margin-left: auto;}
.mra{margin-right: auto;}
.ml0{margin-left: 0;}
.mr0{margin-right: 0;}

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

  .mt10_sp{margin-top: 10px;}
  .mt15_sp{margin-top: 15px;}
  .mt20_sp{margin-top: 20px;}
  .mt25_sp{margin-top: 25px;}
  .mt30_sp{margin-top: 30px;}
  .mt35_sp{margin-top: 35px;}
  .mt40_sp{margin-top: 40px;}
  .mt45_sp{margin-top: 45px;}
  .mt50_sp{margin-top: 50px;}
  .mt60_sp{margin-top: 60px;}
  .mt70_sp{margin-top: 70px;}
  .mt80_sp{margin-top: 80px;}
  .mt90_sp{margin-top: 90px;}
  .mt100_sp{margin-top: 100px;}

  .mb10_sp{margin-bottom: 10px;}
  .mb15_sp{margin-bottom: 15px;}
  .mb20_sp{margin-bottom: 20px;}
  .mb25_sp{margin-bottom: 25px;}
  .mb30_sp{margin-bottom: 30px;}
  .mb35_sp{margin-bottom: 35px;}
  .mb40_sp{margin-bottom: 40px;}
  .mb45_sp{margin-bottom: 45px;}
  .mb50_sp{margin-bottom: 50px;}
  .mb60_sp{margin-bottom: 60px;}
  .mb70_sp{margin-bottom: 70px;}
  .mb80_sp{margin-bottom: 80px;}
  .mb90_sp{margin-bottom: 90px;}
  .mb100_sp{margin-bottom: 100px;}

  .pt10_sp{padding-top: 10px;}
  .pt15_sp{padding-top: 15px;}
  .pt20_sp{padding-top: 20px;}
  .pt25_sp{padding-top: 25px;}
  .pt30_sp{padding-top: 30px;}
  .pt35_sp{padding-top: 35px;}
  .pt40_sp{padding-top: 40px;}
  .pt45_sp{padding-top: 45px;}
  .pt50_sp{padding-top: 50px;}
  .pt60_sp{padding-top: 60px;}
  .pt70_sp{padding-top: 70px;}
  .pt80_sp{padding-top: 80px;}
  .pt90_sp{padding-top: 90px;}
  .pt100_sp{padding-top: 100px;}

  .pb10_sp{padding-bottom: 10px;}
  .pb15_sp{padding-bottom: 15px;}
  .pb20_sp{padding-bottom: 20px;}
  .pb25_sp{padding-bottom: 25px;}
  .pb30_sp{padding-bottom: 30px;}
  .pb35_sp{padding-bottom: 35px;}
  .pb40_sp{padding-bottom: 40px;}
  .pb45_sp{padding-bottom: 45px;}
  .pb50_sp{padding-bottom: 50px;}
  .pb60_sp{padding-bottom: 60px;}
  .pb70_sp{padding-bottom: 70px;}
  .pb80_sp{padding-bottom: 80px;}
  .pb90_sp{padding-bottom: 90px;}
  .pb100_sp{padding-bottom: 100px;}

  .mla_sp{margin-left: auto;}
  .mra_sp{margin-right: auto;}
  .ml0_sp{margin-left: 0;}
  .mr0_sp{margin-right: 0;}
}

/* main
***************************************************************/
main {
  position: relative;
  display: block;
  overflow: hidden;
}
body:not(.home) main {
  padding-top: 100px;
}

@media all and (max-width:1023px){
/*  main {
    padding-top: 72px;
  }*/
  body:not(.home) main {
    padding-top: 72px;
  }
}

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


@media all and (max-width:767px) {
	/*main {
    padding-top: 72px;
    padding-top: 0px;
	}*/
  body.open main {
    pointer-events: none;
  }
}










/* 設定
***************************************************************/



/* =======================================
   デフォルト gap 設定
======================================= */
:root {
  --row-gap: 10px;     /* 縦 gap デフォルト値 */
  --column-gap: 10px;  /* 横 gap デフォルト値 */
}


.inner{
  width: 100%;
  max-width: 1760px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.inner.inner_ss{
  max-width: 850px;
}
.inner.inner_s{
  max-width: 926px;
}
.inner.inner_m{
  max-width: 1380px;
}
.inner.inner_l{
  max-width: 1440px;
}
.inner.inner_ll{
  max-width: 1480px;
}
.inner.inner_lll{
  max-width: 1550px;
}

.inner.inner_full{
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
    .clm {
        width: auto;
        min-width: auto;
        max-width: auto;
    }
}


.sec{
	padding-top: 100px;
	padding-bottom: 100px;
  position: relative;
}



.foot_link{
  background: url('../img/common/foot_bg.jpg') center / cover no-repeat;
  padding-top: 120px;
  padding-bottom: 115px;
    & .foot_link_ttl{
      font-size: 26px;
      font-weight: 700;
      text-align: center;
    }
    & .inner{
      margin-top: 70px;
    }
    & a{
      border: 1px solid var(--white);
      background-color: #41474D;
      height: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 45px;
      font-size: 16px;
      font-weight: 700;
      position: relative;
    }
    & a:hover{
      opacity: .7;
    }
    & a::after{
      position: absolute;
      content: '';
      width: 10px;
      height: 10px;
      border-right: 1px solid var(--white);
      border-top: 1px solid var(--white);
      transform: rotate(45deg) translateY(-50%);
      top: 50%;
      right: 40px;
    }
}

.btn01{
  border: 1px solid var(--white);
  background-color: #41474D;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 280px;
  padding: 0 0.8em;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.btn01::after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--white);
  border-top: 1px solid var(--white);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 17px;
}

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

  /*.inner {
      max-width: 1240px;
      padding-left: 20px;
      padding-right: 20px;
  }*/
  /*.scrolled .pagetop_btn:hover {
      opacity: .6;
  }*/
  .btn01:hover{
    opacity: .7;
  }

  .pagetop_btn:hover{
    background-color: var(--green);
  }


}

@media all and (max-width:767px){
  .inner {
      margin-left: 5%;
      margin-right: 5%;
      padding-left: 0;
      padding-right: 0;
      width: auto;
  }
  .inner.inner_full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .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;
  }*/
}




/* column設定
***************************************************************/


/* =======================================
   基本カラムレイアウト
======================================= */
.col2,
.col3,
.col4 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
}

/* 2カラム */
.col2 {
  & > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
    /*border: 1px solid #ccc;*/
  }
}
  .col2.inner_full {
    & > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }
  }
/* 3カラム */
.col3 {
  & > .clm {
    flex: 1 1 calc((100% - (2 * var(--column-gap))) / 3);
    min-width: calc((100% - (2 * var(--column-gap))) / 3);
    max-width: calc((100% - (2 * var(--column-gap))) / 3);
    /*border: 1px solid #ccc;*/
  }
  &::after {
    content: "";
    display: block;
    width: calc((100% - (2 * var(--column-gap))) / 3);
  }
}
  .col3.inner_full {
    & > .clm {
      flex: 1 1 calc(100% / 3);
      min-width: calc(100% / 3);
      max-width: calc(100% / 3);
    }
    &::after {
      width: calc(100% / 3);
    }
  }

/* 4カラム */
.col4 {
  & > .clm {
    flex: 1 1 calc((100% - (3 * var(--column-gap))) / 4);
    min-width: calc((100% - (3 * var(--column-gap))) / 4);
    max-width: calc((100% - (3 * var(--column-gap))) / 4);
    /*border: 1px solid #ccc;*/
  }
  &::before {
    content: "";
    display: block;
    width: calc((100% - (3 * var(--column-gap))) / 4);
    order: 1;
  }
  &::after {
    content: "";
    display: block;
    width: calc((100% - (3 * var(--column-gap))) / 4);
  }
}
  .col4.inner_full {
    & > .clm {
      flex: 1 1 calc(100% / 4);
      min-width: calc(100% / 4);
      max-width: calc(100% / 4);
    }
    &::before {
      width: calc(100% / 4);
    }
    &::after {
      width: calc(100% / 4);
    }
  }

/* =======================================
   レスポンシブ落ち設定
======================================= */

/* スマホ: 〜767px */
@media all and (max-width: 767px) {
  /* 1カラム落ち */
  .col2.sp1 > .clm,
  .col3.sp1 > .clm,
  .col4.sp1 > .clm {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%;
  }

  /* col3 → 2カラム */
  .col3.sp2 > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
  }
    .col3.sp2.inner_full > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }

  /* col4 → 2カラム */
  .col4.sp2 > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
  }
    .col4.sp2.inner_full > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }

  /* col4 → 3カラム */
  .col4.sp3 > .clm {
    flex: 1 1 calc((100% - (2 * var(--column-gap))) / 3);
    min-width: calc((100% - (2 * var(--column-gap))) / 3);
    max-width: calc((100% - (2 * var(--column-gap))) / 3);
  }
    .col4.sp3.inner_full > .clm {
      flex: 1 1 calc(100% / 3);
      min-width: calc(100% / 3);
      max-width: calc(100% / 3);
    }
}

/* タブレット: 768px〜1024px */
@media all and (min-width: 768px) and (max-width: 1024px) {
  /* 共通: mid2 で2カラム落ち */
  .col2.mid2 > .clm,
  .col3.mid2 > .clm,
  .col4.mid2 > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
  }
    .col2.mid2.inner_full > .clm,
    .col3.mid2.inner_full > .clm,
    .col4.mid2.inner_full > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }
  /* 共通: mid3 で3カラム落ち */
  .col4.mid3 > .clm {
    flex: 1 1 calc((100% - (2 * var(--column-gap))) / 3);
    min-width: calc((100% - (2 * var(--column-gap))) / 3);
    max-width: calc((100% - (2 * var(--column-gap))) / 3);
  }
    .col4.mid3.inner_full > .clm {
      flex: 1 1 calc(100% / 3);
      min-width: calc(100% / 3);
      max-width: calc(100% / 3);
    }
}

/* =======================================
   gap ユーティリティ
======================================= */
/* 横 gap */
.c_gap3  { --column-gap: 3px; }
.c_gap4  { --column-gap: 4px; }
.c_gap5  { --column-gap: 5px; }
.c_gap6  { --column-gap: 6px; }
.c_gap7  { --column-gap: 7px; }
.c_gap8  { --column-gap: 8px; }
.c_gap9  { --column-gap: 9px; }
.c_gap10 { --column-gap: 10px; }
.c_gap15 { --column-gap: 15px; }
.c_gap20 { --column-gap: 20px; }
.c_gap30 { --column-gap: 30px; }
.c_gap40 { --column-gap: 40px; }
.c_gap50 { --column-gap: 50px; }
.c_gap1p  { --column-gap: 1%; }
.c_gap2p  { --column-gap: 2%; }
.c_gap2_5p  { --column-gap: 2.5%; }
.c_gap3p  { --column-gap: 3%; }
.c_gap4p  { --column-gap: 4%; }
.c_gap5p  { --column-gap: 5%; }
.c_gap6p  { --column-gap: 6%; }
.c_gap7p  { --column-gap: 7%; }
.c_gap8p  { --column-gap: 8%; }
.c_gap9p  { --column-gap: 9%; }
.c_gap10p { --column-gap: 10%; }

/* 縦 gap */
.r_gap3  { --row-gap: 3px; }
.r_gap4  { --row-gap: 4px; }
.r_gap5  { --row-gap: 5px; }
.r_gap6  { --row-gap: 6px; }
.r_gap7  { --row-gap: 7px; }
.r_gap8  { --row-gap: 8px; }
.r_gap9  { --row-gap: 9px; }
.r_gap10 { --row-gap: 10px; }
.r_gap15 { --row-gap: 15px; }
.r_gap20 { --row-gap: 20px; }
.r_gap30 { --row-gap: 30px; }
.r_gap40 { --row-gap: 40px; }
.r_gap50 { --row-gap: 50px; }

@media all and (max-width: 767px) {
  /* 横 gap */
  .c_gap3_sp { --column-gap: 3px; }
  .c_gap4_sp { --column-gap: 4px; }
  .c_gap5_sp { --column-gap: 5px; }
  .c_gap6_sp { --column-gap: 6px; }
  .c_gap7_sp { --column-gap: 7px; }
  .c_gap8_sp { --column-gap: 8px; }
  .c_gap9_sp { --column-gap: 9px; }
  .c_gap10_sp { --column-gap: 10px; }
  .c_gap15_sp { --column-gap: 15px; }
  .c_gap20_sp { --column-gap: 20px; }
  .c_gap30_sp { --column-gap: 30px; }
  .c_gap40_sp { --column-gap: 40px; }
  .c_gap50_sp { --column-gap: 50px; }
  .c_gap1p_sp { --column-gap: 1%; }
  .c_gap2p_sp { --column-gap: 2%; }
  .c_gap3p_sp { --column-gap: 3%; }
  .c_gap4p_sp { --column-gap: 4%; }
  .c_gap5p_sp { --column-gap: 5%; }
  .c_gap6p_sp { --column-gap: 6%; }
  .c_gap7p_sp { --column-gap: 7%; }
  .c_gap8p_sp { --column-gap: 8%; }
  .c_gap9p_sp { --column-gap: 9%; }
  .c_gap10p_sp { --column-gap: 10%; }

  /* 縦 gap */
  .r_gap3_sp { --row-gap: 3px; }
  .r_gap4_sp { --row-gap: 4px; }
  .r_gap5_sp { --row-gap: 5px; }
  .r_gap6_sp { --row-gap: 6px; }
  .r_gap7_sp { --row-gap: 7px; }
  .r_gap8_sp { --row-gap: 8px; }
  .r_gap9_sp { --row-gap: 9px; }
  .r_gap10_sp { --row-gap: 10px; }
  .r_gap15_sp { --row-gap: 15px; }
  .r_gap20_sp { --row-gap: 20px; }
  .r_gap30_sp { --row-gap: 30px; }
  .r_gap40_sp { --row-gap: 40px; }
  .r_gap50_sp { --row-gap: 50px; }
}


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

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

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

}
















/* ヘッダーエリア 1024 768 390
***************************************************************/
header {
    z-index: 1000 !important;
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s ease;
}
body.home.is-fixed header,
body:not(.home) header{
    background: #363B3F;
}
header .inner {
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

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


.ul1 .menu_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.ul1 .menu_box 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: 57px;
    height: 100px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    background: transparent;
    transition: .3s ease;
    cursor: pointer;
}

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

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

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

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

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

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

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


.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 .ul1 {
    display: flex;
    height: 100%;
    align-items: center;
}


.head_con_wrap {
    right: 0;
    top: 0px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 50px;
    height: 50px;
}
.head_con_contact {
    position: relative;
    background: var(--green);
    color: var(--gray);
    font-size: clamp(22px, 2.3vw, 30px);
    font-weight: 700;

    /*width: 192px;*/
    padding: 0 clamp(1.2em, 3vw, 1.65em);
    height: 66px;
    margin-right: 50px;
    border-radius: 100px;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}
.head_con_contact span{
  margin-bottom: 15px;
  /*margin-top: 13px;*/
}
.head_con_contact img{
  width: 29px;
  height: auto;
}
.sub_menu_box {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 30px;
  flex-shrink: 0;
  width: auto;
  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_SP*/
header, footer{
  @media all and (min-width: 1024px) {
    .nonePC {
    display: none !important;
    }
    .nolinkPC {
    pointer-events: none;
    }
    a[href^="TEL:"]{
      pointer-events: none;
    }
  }

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

  }
}


















@media all and (min-width:1024px){
  .toggleBtn{
    display: none;
  }
}

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


@media all and (min-width:1024px){
  header {
    /*min-width: 1240px;*/
  }
  header .inner {
      padding: 0 0 0 44px;
  }
  header .head_body {
    width: 100%;
    height: 100%;
  }
  header .heading_logo {
      width: clamp(130px, 20%, 156px);
      height: auto;
      transition: .3s ease;
      z-index: 1;
      margin-right: 15px;
      /*flex-shrink: 0;*/
  }
  header .heading_logo a{
    padding: 0;
  }

  header {
      height: 100px;
      width: 100%;
      position: fixed;
      left: 0;
      background: transparent;
      display: flex;
      transition: .3s;
  }
  .gNav {
    opacity: 1;
    pointer-events: initial;
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin-left: auto;
    margin-right: clamp(24px,2.3vw,40px);
    /*flex-shrink: 0;*/
    /*width: clamp(700px, 67%, 914px);*/
    font-weight: 500;
  }


  header > .inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      width: 100%;
      position: relative;
      height: 100%;
      transition: .3s ease;
  }
  .ul1 {
    display: flex;
    height: auto;
    width: auto;
    /*margin-left: auto;*/
    /*margin-right: 30px;*/
    width: 100%;
  }
  .ul1 .li1:not(.ul2_in) {
    height: 48px;
    /*width: 166px;*/
    width: auto;
    /*width: calc((100% - 250px) / 4);*/
    font-size: 16px;
    /*border-right: 1px solid #B2B2B2;*/
    flex-shrink: 0;
  }
  .ul1 .li1:not(.ul2_in) a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: clamp(0.6em, 1.7vw, 45px);
    padding-right: clamp(0.5em, 1.7vw, 45px);
    font-size: clamp(14px, 1.5vw, 16px);
    color: #fff;
  }
  .ul1 .li1:not(.ul2_in) a:hover,
  .ul1 .li1:not(.ul2_in) a.active{
    color: var(--green);
  }
  /*.ul1 .li1:not(.ul2_in):nth-child(2){
    border-left: 1px solid #B2B2B2;
  }*/

  .ul1 .li1.current a{
    color: var(--green);
  }


/*  トグル 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: var(--d_green);
  }
  /*.sub_menu_box a:hover{
    color: #5CBB89;
  }*/


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

  header {
      height: 72px;
  }
  header .inner {
      padding: 0;
      margin-left: 3%;
      margin-right: 3%;
      width: 100%;
  }
  header .heading_logo {
      margin-left: 0;
      width: auto;
      max-width: 190px;
      z-index: 1;
      position: relative;
  }
  header .heading_logo {
      width: 120px;
      height: auto;
      transition: .3s ease;
      z-index: 1;
      margin-right: 15px;
      flex-shrink: 0;
  }

  .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: 60px;
    height: 72px;
    right: calc(4vw + 100px);
    top: 0;
    padding: 0px 8px;
  }

  .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;
  }
*/
.gNav {
        top: 0;
        right: 0;
        opacity: 0;
        position: absolute;
        transition: .5s ease;
        /* background: #fff; */
        background: var(--gray);
        display: flex;
        justify-content: space-between;
        max-height: 100vh;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding-top: 100px;
        font-weight: 500;
        pointer-events: none;
    }

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



  .head .ul1 {
      flex-direction: column;
      width: 100%;
  }


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

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

  .sub_menu_box {
      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;
  }
  .sub_menu_box .menu_box_pp{
    margin-bottom: 16px;
  }
  .sub_menu_box .lang_menu{
    font-size: 13px;
  }
  .sub_menu_box .lang_menu .menu_box_jpbtn{
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .sub_menu_box .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: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      color: #fff;
  }
    .head_con_contact {
        right: 0;
        width: 100px;
        height: 34px;
        display: flex;
        font-size: 14px;
        top: 0;
        margin-right: 0;
    }
  span.menu_img {
      width: 100%;
      display: block;
      padding: 8px;
      margin-top: 20px;
  }
.foot .gNav {
    pointer-events: initial;
  }

}






/* 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: 140px;
  position: relative;
  z-index: 998;
  background-color: var(--gray);
}

/*.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;
  padding-top: 60px;
  padding-bottom: 30px;
}*/
.foot_logo {
    width: 336px;
    height: auto;
    display: block;
}

.foot_con_wrap{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.foot_con_wrap .foot_address{
  font-size: 13px;
  line-height: 1.69;
  font-weight: 400;
}
.foot_nav_wrap{
/*  width: 100%;*/
}
.foot_nav_wrap .lang_menu {
    margin-top: 0;
}

.foot_nav_wrap .gNav {
  margin-left: 0;
  height: auto;
}

.foot_nav_wrap .ul2 {
  display: flex;
  font-weight: 400;
  /*width: 243px;*/
  width: 272px;
  flex-wrap: wrap;
  font-size: 16px;
  flex-shrink: 0;
  height: 50px;
  /*margin-left: 80px;*/
}
.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;
}
.foot_sns{
  padding-bottom: 130px;
  gap: 40px;
  & a{
    border: 2px solid var(--white);
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    position: relative;
      & .foot_snsttl01{
        font-size: 56px;
        font-weight: 700;
      }
      & .foot_snsttl02{
        font-size: 16px;
        font-weight: 700;
        margin-top: 30px;
      }
  }
  & a:hover{
    opacity: .7;
  }
  & a::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-right: 2px solid var(--white);
    border-top: 2px solid var(--white);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 85px;
  }
  & .youtube{
    background-color: #6B2D2D;
  }
  & .insta{
    background: linear-gradient(#641d7d 0%, #673b09 100%);
  }
}
.foot_link{
  background: url('../img/common/foot_bg.jpg') center / cover no-repeat;
  padding-top: 120px;
  padding-bottom: 115px;
    & .foot_link_ttl{
      font-size: 26px;
      font-weight: 700;
      text-align: center;
    }
    & .inner{
      margin-top: 70px;
    }
    & a{
      border: 1px solid var(--white);
      background-color: #41474D;
      height: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 45px;
      font-size: 16px;
      font-weight: 700;
      position: relative;
    }
    & a:hover{
      opacity: .7;
    }
    & a::after{
      position: absolute;
      content: '';
      width: 10px;
      height: 10px;
      border-right: 1px solid var(--white);
      border-top: 1px solid var(--white);
      transform: rotate(45deg) translateY(-50%);
      top: 50%;
      right: 40px;
    }
}
.pagetop_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray);
  color: var(--white);
  height: 115px;
  font-size: 20px;
  font-weight: 700;
}
.pagetop_btn::after{
  content: '';
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
  transform: rotate(45deg);
  position: relative;
  top: 7px;
  margin-left: 0.2em;
}
.foot_nav{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid var(--white);
  gap: 60px;
  padding-top: 50px;
    & a{
      position: relative;
    }
    & a + a::after{
      content: '';
      width: 1px;
      height: 1em;
      top: 0.1em;
      left: -30px;
      position: absolute;
      display: block;
      background-color: #fff;
    }
    & a:hover{
      text-decoration: underline;
      text-underline-offset: 0.3em;
    }
}
.cRight {
  line-height: 1em;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 90px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .foot_sns{
    & a{
      height: 220px;
      padding: 0 35px;
        & .foot_snsttl01{
          font-size: 40px;
        }
        & .foot_snsttl02{
          font-size: 14px;
          margin-top: 22px;
        }
    }
    & a::after{
      width: 30px;
      height: 30px;
      right: 40px;
    }
  }
}
@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;
  }
  .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 (max-width:767px) {
  .foot {
    /*padding-bottom: 25px;*/
    margin-top: 40px;
  }
  /*.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: center;
  }*/
  .foot .inner {
      text-align: left;
      width: auto;
  }
  /*.foot_logo {
    max-width: 256px;
    margin-left: auto;
    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_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_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_sns {
    & .inner{
      gap: 27px;
    }
    padding-bottom: 65px;
      & a {
        height: 150px;
        padding: 0 20px;
          & .foot_snsttl01{
            font-size: 31px;
          }
          & .foot_snsttl02{
            font-size: 16px;
            margin-top: 8px;
          }
      }
      & a::after{
        width: 22px;
        height: 22px;
        right: 32px;
      }
  }

  /*.foot_cotent01 {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      width: 100%;
  }*/
  .foot_link{
    background: url('../img/common/foot_bg_sp.jpg') center / cover no-repeat;
    padding-top: 60px;
    padding-bottom: 40px;
      & .inner {
          margin-top: 30px;
          gap: 15px;
      }
      & .foot_link_ttl {
          font-size: 24px;
      }
      & a{
        padding: 0 35px;
      }
      & a::after{
        right: 34px;
      }
  }

  .cRight {
    font-size: 12px;
    text-align: left;
    line-height: 2;
    height: 110px;
      /*margin-top: 25px;*/
  }
  /*.foot_permission{
    font-size: 12px;
    margin-top: 20px;
  }*/
  .foot_nav {
      gap: 46px;
      padding-top: 40px;
      font-size: 12px;
        & a + a::after{
          left: -23px;
        }
        & a:hover{
          text-decoration: none;
        }
  }


}




/* 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);
  }

}


/* 共通
***************************************************************/
.under_headWrap .head_img{
  width: 74.6%;
  height: 436px;
  margin-left: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(54, 59, 63, 0.55);
  background-blend-mode: darken;
}
.under_head_ttl{
  display: flex;
  flex-direction: column;
}
.under_head_ttl .en{
  font-size: 24px;
  color: var(--green);
}
.under_head_ttl .ja{
  font-size: 34px;
  margin-top: 25px;
}

.under_textOnly .under_head_ttl{
  padding-bottom: 50px;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .under_headWrap{
    margin-top: 65px;
  }
  .under_headWrap .inner{
    position: relative;
  }
  .under_head_img .under_head_ttl{
    position: absolute;
  }
  .under_head_img .under_head_ttl::after{
    content: '';
    width: 530px;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    bottom: -90px;
  }

}

@media all and (max-width:1023px){
  .under_headWrap{
    margin-top: 23px;
  }

}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .under_headWrap .head_img{
    width: 90%;
    height: 0;
    margin-left: initial;
    padding-top: 44.6%;
    margin: 30px auto 0;
  }
  .under_head_ttl{
    padding-bottom: 60px;
  }
  .under_head_img .under_head_ttl{
    border-bottom: 2px solid #fff;
  }
  .under_head_ttl .en{
    font-size: 16px;
  }
  .under_head_ttl .ja{
    font-size: 22px;
    margin-top: 15px;
  }

}


/* sec_ttl
***************************************************************/
.sec_ttl{
  font-size: 28px;
  border-bottom: 2px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 70px;
}

.com_ttl{
  font-size: 28px;
  line-height: 2;
}
.com_txt{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec_ttl{
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }

  .com_ttl{
    font-size: 20px;
  }

}




/* entry_btn
***************************************************************/
.entry_btn a{
  width: 840px;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--green);
  color: var(--d_gray);
  padding: 0 60px;
  margin: 110px auto 0;
  position: relative;
}
.entry_btn a::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-right: 2px solid var(--d_gray);
  border-top: 2px solid var(--d_gray);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 85px;
}

.entry_btn a .entry_btn01{
  font-size: 56px;
  font-weight: 700;
}
.entry_btn a .entry_btn02 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .entry_btn a:hover {
    background-color: var(--d_green);
  }

} 
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .entry_btn a{
    width: 100%;
    height: 150px;
    padding: 0 20px;
  }
  .entry_btn a::after {
    width: 22px;
    height: 22px;
    right: 32px;
  }

  .entry_btn a .entry_btn01 {
    font-size: 31px;
  }
  .entry_btn a .entry_btn02 {
    font-size: 16px;
    margin-top: 8px;
  }

}



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

}





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

}






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

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


