@charset "UTF-8";

/*外部font読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&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: var(--black);
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: var(--black);
  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:  "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
  color: var(--black);
	font-size: 18px;
  line-height: 38px;
  text-align: justify;
	letter-spacing: 0.05em;
/*  background: #ffffff;*/
  overflow-x: hidden;
  background-color: #fff;
}

@media all and (min-width:900px){
  body {
    /*min-width: 1240px;*/
/*      overflow-x: hidden;*/
  }
}
@media all and (max-width: 899px) {
  body {
    font-size: 14px;
    line-height: 24px;
    /* overflow-x:hidden; */
  }
}



/* 色設定 */
:root {
  --white: #ffffff;
  /*  緑　*/
  --green: #13ae67;
  /*  薄緑　*/
  --l_green: #e7f7f0;

  /*  オレンジ　*/
  --orange: #ff6200;

  /*  黒　*/
  --black: #333;
  /*  グレー　*/
  --gray: #eee;
}



/* Font
---------------------------------------*/
.mont{
  font-family: 'Montserrat', sans-serif;
}

/* 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: 900px) {
  a:hover {
	opacity: 0.7;
	transition: 0.3s ease;
  cursor: pointer;
  }
  
  /* header部分のリンクはopacityを1のまま */
  header a:hover {
    opacity: 1;
  }
}


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


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


.bg_gray{
  background-color: #eeeeee;
}
.bg_white{
  background-color: #fff;
}
.bg_black{
  background-color: var(--black);
}



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

@media all and (max-width: 899px) {
  main {
    .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;
}
@media all and (min-width:900px) {
}
@media all and (max-width:899px) {
  .anchor{
    margin-top: -60px;
  }
}

/*.float_btn_wrap{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #00c43c;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
    & a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-style: solid;
        border-width: 2px;
        border-color: rgb(51, 51, 51);
        background-color: rgb(255, 241, 0);
        box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 1);
        width: 330px;
        height: 56px;
        z-index: 1;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-top: 0.2em;
          & p{
            display: flex;
            justify-content: center;
            align-items: center;
            border-style: solid;
            border-width: 2px;
            border-color: rgb(51, 51, 51);
            background-color: #fff;
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 165px;
            height: 25px;
            z-index: 2;
            border-radius: 50px;
            font-size: 14px;
            font-weight: bold;
          }
    }
    & a::after {
      content: '';
      background: url(../img/top/arrow_r.svg) center / contain no-repeat;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 15px;
      z-index: 1;
    }
    & a:hover {
      opacity: .6;
    }

}*/


/* 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:899px) {

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











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



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


.inner{
  width: 100%;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.inner.inner_s{
  max-width: 940px;
}
/* .inner.inner_m{
  max-width: 1280px;
} */
.inner.inner_l{
  max-width: 1440px;
}

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




main {
  position: relative;
  display: block;
  /* overflow-x: hidden; */
  padding-top: 170px;
}
@media all and (min-width:900px){
  main .inner {
    /*padding: 0 calc((100% - 980px) / 2);*/
    /* max-width: 980px; */
  }
}

@media all and (max-width:899px){
  main{
    padding-top: 70px;
  }
}

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




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


.bg_white{
  background-color: #fff;
}
.bg_l_gray{
  background-color: #fafafa;
}
.bg_l_blue{
  background-color: #e7f8fd;
}



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

@media all and (max-width:899px){
  .inner {
      margin-left: 6%;
      margin-right: 6%;
      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;
  }
}


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


/* =======================================
   基本カラムレイアウト（CSS Grid版）
======================================= */
.col2,
.col3,
.col4 {
  display: grid;
  gap: var(--row-gap) var(--column-gap);
}

/* 2カラム */
.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.col2.inner_full {
  gap: 0;
}

/* 3カラム */
.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.col3.inner_full {
  gap: 0;
}

/* 4カラム */
.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.col4.inner_full {
  gap: 0;
}

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

/* スマホ: 〜899px */
@media all and (max-width: 899px) {
  /* 1カラム落ち */
  .col2.sp1,
  .col3.sp1,
  .col4.sp1 {
    grid-template-columns: 1fr;
  }

  /* col3 → 2カラム */
  .col3.sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col3.sp2.inner_full {
    gap: 0;
  }

  /* col4 → 2カラム */
  .col4.sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col4.sp2.inner_full {
    gap: 0;
  }

  /* col4 → 3カラム */
  .col4.sp3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col4.sp3.inner_full {
    gap: 0;
  }
}

/* タブレット: 768px〜1024px */
@media all and (min-width: 900px) and (max-width: 1024px) {
  /* 共通: mid2 で2カラム落ち */
  .col2.mid2,
  .col3.mid2,
  .col4.mid2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col2.mid2.inner_full,
  .col3.mid2.inner_full,
  .col4.mid2.inner_full {
    gap: 0;
  }
}

/* =======================================
   gap ユーティリティ
======================================= */
/* 横 gap */
.c_gap5  { --column-gap: 5px; }
.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; }

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











/* ヘッダーエリア
***************************************************************/
header {
    z-index: 1000 !important;
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s ease;
    background-color: #fff;
}
/*body.is-fixed header,
body header{
    background: #003366f2;
}*/
/* body.is-fixed header{
    background: #003366f2;
} */
header .inner {
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

/* gNav */
header .gNav {
  /* height: 100%; */
  height: 4em;
  display: flex;
}
header .gNav .ul1 {
  display: flex;
  height: 100%;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
}

header .gNav .ul1>.li1 {
  height: 100%;
  position: relative;
  flex-grow: 1; 
  display: flex;
  align-items: center;
  justify-content: center;
}

header .gNav .ul1>.li1 .link1 {
  width: 100%;
  height: 100%;
/*    padding: 0 0.2em;*/
  /* font-size: 18px; */
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  /* padding-left: 1.4em;
  padding-right: 1.4em; */
  cursor: default;
}
header .gNav .ul1>.li1 .link1 a,
header .gNav .ul1>.li1 .link1 span{
  width: 100%;
  height: 100%;
/*    padding: 0 0.2em;*/
  /* font-size: 18px; */
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.4em;
  padding-right: 1.4em;
  cursor: default;
}

header .gNav .ul1>.li1 .dl1 {
  height: 100%;
}

/* header .gNav .ul1>.li1 .dl1 .link1 {
} */

/* header .gNav .subNav {
  width: 280px;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
} */

header .gNav .subNav {
  width: 100%;
  position: fixed;
  top: 170px;
  left: 0;
  overflow: hidden;
}


/* header .gNav .subNav.subNav02 {
  width: 265px;
} */


header .gNav .subNav .ul2 .li2 a {
  display: block;
  width: 100%;
  padding: 15px 12px;
  /* font-size: 15px; */
  color: var(--black);
  position: relative;
}

.nav_wrap{
  display: flex;
  height: 100%
}
.head_contact{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6200;
  padding: 0 1em;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  position: relative;
    &::before{
      content: '';
      width: 25px;
      aspect-ratio: 25/18;
      background:url(../img/common/mail_ico.svg) center / contain no-repeat;
      position: relative;
      margin-right: 10px;
    }
}
.head_contact.head_contact_join{
    &::before{
      width: 32px;
      aspect-ratio: 49/34;
      background:url(../img/common/head_join_ico.svg) center / contain no-repeat;
      margin-right: 5px;
    }
}

.head_tel{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
    &::before{
      content: '';
      width: 21px;
      aspect-ratio: 21/24;
      background:url(../img/common/tel_ico.svg) center / contain no-repeat;
      position: relative;
      margin-right: 5px;
    }
}

/*トグルボタン*/
.toggleBtn {
  width: 88px;
  height: 100%;
  padding: 0 30px 11px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transition: .3s ease;
  /* background: #55524A; */
}

.toggleBtn p.btn_line {
  position: relative;
/*    height: 100%;*/
}
.toggleBtn p.btn_line span {
  transform: translateY(-8px);
  background: var(--white);
  height: 2px;
  display: block;
  top: 0;
  position: relative;
  transition: .3s ease;
}

.toggleBtn p.btn_line span::before,
.toggleBtn p.btn_line span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  transition: 0.3s ease;
}

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

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

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

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

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

.menu_name {
  position: absolute;
  left: 50%;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -16px);
  bottom: 0;
}

.menu_name.head_contact_tel_name {
  position: absolute;
  left: 50%;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -10px);
  bottom: 0;
}

.menu_name p {
  font-weight: 500;
  color: var(--white);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
}
.menu_name p.menu_open {
opacity: 1;
transition: 1s ease;
}
.open .menu_name p.menu_open {
opacity: 0;
}
.menu_name p.menu_close {
opacity: 0;
transition: 1s ease;
}
.open .menu_name p.menu_close {
opacity: 1;
}
.menu_name p.menu_open {
opacity: 1;
transition: 1s ease;
}
.open .menu_name p.menu_open {
opacity: 0;
}
.menu_name p.menu_close {
opacity: 0;
transition: 1s ease;
}
.open .menu_name p.menu_close {
opacity: 1;
}


.search-form{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 36px;
  /* margin-right: 20px; */
  position: relative;
    input{
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 50px;
      padding: 0 1em;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .search-submit {
    position: absolute;
    right: 5px;
    border: none;
    background-color: transparent;
    padding: 10px 5px;
    cursor: pointer;
  }
}




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

  header .gNav .subNav {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    filter: drop-shadow(0 7px 3px rgba(0, 0, 0, 0.3));
  }

  }

  @media all and (max-width:899px) {
    header, footer{
      .noneSP {
      display: none !important;
      }
      .nolinkSP {
      pointer-events: none;
      }
    }
    .menu_name.head_contact_tel_name {
      transform: translate(-50%, -4px);
      font-size: 13px;
    }

  }







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

@media all and (min-width:900px) and (max-width:1279px){
  header .gNav .ul1>.li1 .link1 {
    padding-left: 0.9em;
    padding-right: 0.9em;
  }
}

@media all and (min-width:900px){
  header {
    /*min-width: 1240px;*/
    display: block;
  }
  header .inner {
      padding: 0 0 0 30px;
      margin: 0 auto;
  }
  header .head_body {
    width: 100%;
    height: 110px;
  }
  header .heading_logo {
    width: clamp(170px, 25%, 353px);
    height: auto;
    transition: .3s ease;
    z-index: 1;
    margin-right: 15px;
    flex-shrink: 0;
    /* top: 67px; */
    position: relative;
}
  .head_top{
    width: 100%;
    height: 60px;
    background-color:var(--green);
    color: #fff;
      .head_top_inner{
        height: 100%;
        max-width: 1440px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
          
          .head_top_inner_left{
            font-size: 14px;
            font-weight: 700;
            color: #fff;
          }
          .head_top_inner_right{
            display: flex;
            align-items: center;
            justify-content: space-between;
            .head_top_tel{
              font-weight: 700;
              color: #fff;
              display: flex;
              align-items: center;
              justify-content: center;
                a{
                  font-size: 30px;
                  font-weight: 700;
                }
                span{
                  font-size: 16px;
                  font-weight: 700;
                  color: #fff;
                  margin-right: 30px;
                }
            }
          }
      }
  }
  /* .is-fixed .heading_logo {
      width: clamp(90px, 10%, 110px);
      top: 4px;
  } */

  header .heading_logo a{
    padding: 0;
  }

  header {
      height: 170px;
      width: 100%;
      position: fixed;
      left: 0;
      /* background: transparent; */
      /* display: flex; */
      transition: .3s;
        & .nav_wrap_inner01{
          display: flex;
          flex-direction: column;
          /* justify-content: center; */
          justify-content: flex-end;
        }
        & .gNav00{
          display: flex;
          color: var(--black);
          margin-left: auto;
          margin-right: 1.5em;
            & a{
              font-weight: 700;
              font-size: 16px;
            }
            & a:hover{
              text-decoration: underline;
              text-underline-offset: 0.2em;
            }
        }
  }



/* .gNav_fit {
    position: absolute;
    margin-top: -15%;
} */


.toggleBtn{
  display: none;
}


/* gNav */
header .gNav {
  position: relative;
  top: 0px;
  width: 100%;
  /* background: #000; */
  left: 0;
  display: flex;
  justify-content: center;
  /* margin-top: 20px; */
  /* margin-top: 10px; */
  /* margin-bottom: -1em; */
  /* margin-right: clamp(30px, 30px, 30px); */
  height: 100%;
}
header .gNav .ul1 {
  height: 100%;
  align-items: center;
    .li1 a, .li1 dt {
      color: var(--black);
      height: 100%;
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: 700;
      white-space: nowrap;
    }
    /*.li1.current a{
      color: #5CBB89;
    }*/
}
/*header .gNav .ul1>.li1 dt.link1 {
    pointer-events: none;
}*/
/*header .gNav .ul1>.li1 + .li1 {
  margin-left: 2em;
  display: flex;
  align-items: center;
}*/
/* header .gNav .ul1 .li1 + .li1 {
  margin-left: clamp(20px, 2.5vw, 40px);
} */

/*header .gNav .ul1>.li1 + .li1::before {
  content: '／';
  font-size: 18px;
  margin-left: 1em;
  margin-right: 1em;
  display: block;
  position: relative;
}*/
/* header .gNav .ul1>.li1 .link1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: var(--col01);
  opacity: 0;
  transition: .3s;
} */

/* header .gNav .ul1>.li1 .link1.nolinkPC::after {
  content: '⊕';
}
header .gNav .ul1>.li1:not(.nolinkPC):hover > .dl1 > dt a{
  color: #4b6ebf;
} */

/* header .gNav .ul1>.li1:hover:has( > dt:not(.nolinkPC)) .link1::after,
header .gNav .ul1>.li1:hover:has( > a) .link1::after {
  opacity: 1;
} */
/* header .gNav .ul1>.li1:hover .link1::after,
header .gNav .ul1>.li1.current .link1::after {
opacity: 1;
} */

/* header .gNav .li1 dl dt{
  padding-bottom: 0.7em;
} */
header .gNav .li1{
  transition: 0.3s ease;
}
header .gNav .li1.li1-3 {
  z-index: 1;
}
header .gNav .li1:not(.li1-3):hover {
  cursor: pointer;
}
header .gNav .li1 .dl1 dt a,
header .gNav .li1 .dl1 dt span{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding-bottom: 0.5em;
}
header .gNav .li1:hover .dl1 dt a,
header .gNav .li1:hover .dl1 dt span{
  background-color: var(--l_green);
}
.li1 .dl1 dt > a::before,
.li1 .dl1 dt > span::before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.li1-1 .dl1 dt > a::before,
.li1-1 .dl1 dt > span::before{
  background: url(../img/common/menu_ico01.png) center / contain no-repeat;
}
.li1-2 .dl1 dt > a::before,
.li1-2 .dl1 dt > span::before{
  background: url(../img/common/menu_ico02.png) center / contain no-repeat;
}
.li1-3 .dl1 dt > a::before,
.li1-3 .dl1 dt > span::before{
  background: url(../img/common/menu_ico03.png) center / contain no-repeat;
}
.li1-4 .dl1 dt > a::before,
.li1-4 .dl1 dt > span::before{
  background: url(../img/common/menu_ico04.png) center / contain no-repeat;
}
.li1-5 .dl1 dt > a::before,
.li1-5 .dl1 dt > span::before{
  background: url(../img/common/menu_ico05.png) center / contain no-repeat;
}
.li1-6 .dl1 dt > a::before,
.li1-6 .dl1 dt > span::before{
  background: url(../img/common/menu_ico06.png) center / contain no-repeat;
}

.li1-3 .dl1 dt > a::after,
.li1-3 .dl1 dt > span::after,
.li1-6 .dl1 dt > a::after,
.li1-6 .dl1 dt > span::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 50%;
  bottom: 10px;
  transform: translateX(50%) rotate(45deg);
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}


header .gNav .li1:hover{
  background-color: var(--l_blue);
}
header .gNav .li1:hover .subNav {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}


header .gNav .subNav .ul2 {
  position: relative;
  left: 0;
  top: -1200px;
  transition: 0.3s ease;
  background-color: var(--l_green);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc((100% - 1140px) / 2);
  padding-right: calc((100% - 1140px) / 2);
  display: flex;
  gap: 15px 3%;
  flex-wrap: wrap;
  padding-top: 3%;
  padding-bottom: 3%;
      .li2{
        width: calc((100% - 9%) / 4);
        a{
          display: flex;
          align-items: center;
          line-height: 1.4;
          position: relative;
        }
        a::after{
          content: '';
          width: 30px;
          height: 30px;
          background: url(../img/common/arrow_rg.svg) center / contain no-repeat;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
        }
          img{
            width: 20%;
            height: auto;
            margin-right: 5%;
          }
          p{
            .small{
              font-size: 80%;
            }
          }
      }
}

header .gNav .li1:hover .subNav .ul2 {
  top: 0;
}
header .gNav .li1:hover .subNav .ul2 a{
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  border: 1px solid #13ae67;
  background-color: #fff;
  border-radius: 10px;
  /* background-color: #737373; */
}

header .gNav .subNav .ul2 .li2 a:hover {
  /* background-color: var(--l_blue); */
    background-color: #ededed;
  /* background-color: var(--col01); */
}

@media all and (min-width: 900px) and (max-width: 1280px) {
  header .gNav .subNav .ul2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* header .gNav .subNav .ul2 .li2 a::after {
  content: '';
  width: 7px;
  height: 4px;
  background: url(../../img/common/arrow_w.svg) center / contain no-repeat;
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
  transform: translateX(0);
  transition: .3s ease;
}
header .gNav .subNav .ul2 .li2 a:hover::after {
  transform: translateX(5px);
} */



  /* .head_con_contact:hover{
    background-color: #CCCCCC;
  } */
  .sub_menu_box a:hover{
    color: #5CBB89;
  }

  header .gNav .ul1>.li1 .link1.nolinkPC::after {
    content: '⊕';
  }
  header .gNav .ul1>.li1:not(.nolinkPC):hover > .dl1 > dt a{
    color: #13ae67;
  }
  .toggleBtn{
    display: none;
  }


  .head_contact_join {
    margin-left: 15px;
  }


}



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

  header {
      height: 70px;
  }
  header .inner {
      padding: 0;
      margin-left: auto;
      width: 100%;
  }
  header .heading_logo {
    margin-left: 0;
    width: auto;
    /* width: clamp(90px, 35%, 140px); */
    width: 190px;
    /* max-width: 190px; */
    /* max-width: 78px; */
    z-index: 1;
    position: relative;
    /* margin-top: 16%; */
    margin-left: 3%;
    margin-top: 18px;
    transition: .3s;
}

  /* .is-fixed .heading_logo {
      width: 78px;
        margin-top: 0%;
  } */
  body.open .heading_logo {
      /* width: 78px; */
      /*width: clamp(90px, 10%, 110px);*/
        /* margin-top: 0%; */
        /*margin-left: 0%;*/
  }


  /* body.is-fixed header, body.open header {
      background: #00326a;
  } */
  .head_body {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .4s ease;
    /*background: #FAFAFA;*/
  }


  .toggleBtn {
    width: 60px;
    height: 60px;
    background-color: var(--green);
    right: 3%;
    top: 0;
    padding: 29px 15px;
    border-radius: 0 0 10px 10px;
  }

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

  header .gNav {
    top: 60px;
    right: 0;
    opacity: 1;
    /* top: -120%; */
    position: absolute;
    transition: .5s ease;
    /* background: #FAFAFA; */
    flex-direction: column;
    max-height: 100vh;
    /* min-height: 100vh; */
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* padding-top: 20px; */
    font-weight: 500;
    pointer-events: none;
    /* transform: translateY(-110%); */
    z-index: -1000;
    background: #fff;
    opacity: 0;
    padding-top: 30px;
  }

  .open .gNav {
    /* transform: translateY(0%); */
      pointer-events: initial;
      opacity: 1;
      z-index: -1;
  }



  .head .ul1 {
      flex-direction: column;
      border-top: 1px solid #CCCCCC;
  }

  header .gNav .ul1 {
      height: auto;
      background: #fff;
      color: var(--black);
      padding-left: 0;
      padding-right: 0;
  }
  header .menu_box.menu_box01 {
      font-size: 18px;
      height: 56px;
      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;
  }
  header .gNav .ul1>.li1 {
    /* height: 66px; */
    padding: 0;
    border-bottom: 1px solid #CCCCCC;
    display: block
  }
  /* header .gNav .ul1>.li1:last-child{
    border: none;
  } */
  /*header .gNav .ul1>.li1 .dl1 {
    display: flex;
  }*/
  
  header .gNav .ul1>.li1 .dl1 {
    height: auto;
     dt{
      padding-left: 2.5%;
     }
}


  header .gNav .ul1>.li1 .link1:not(:has(a)) {
      font-size: 16px;
      font-weight: 700;
/*      padding-left: 2em;*/
      height: auto;
    color: var(--black);
    /* padding: 25px 5%; */
    /* padding: 0 1.4em; */
    position: relative;
    height: 41px;
    display: flex;
    align-items: center;
  }
  /* header .gNav .ul1>.li1 .link1:not(.interview)::after{
    content: '';
    width: 14px;
    height: 8px;
    background: url(../img/common/arrow_menu.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: rotate(0) translateY(-50%);
    transform-origin: center top;
  } */


  header .gNav .ul1>.li1 .link1.nolinkPC::before,
  header .gNav .ul1>.li1 .link1.nolinkPC::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 20px;
    height: 1px;
    background: var(--black);
    transform: translateY(-50%);
    transition: 0.3s ease;
  }
  header .gNav .ul1>.li1 .link1.nolinkPC::before {
    transform: translateY(-50%) rotate(90deg);
  }

  header .gNav .ul1>.li1 .link1.nolinkPC.slide_menu_Open::before {
    /* transform: translateY(-50%) rotate(0deg); */
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
  }
  header .gNav .ul1>.li1 .link1.nolinkPC.slide_menu_Open::after {
  }
  /* header .gNav .ul1>.li1.slide_menu_Open .link1.nolinkPC::after {
    transform: translateY(-50%) rotate(0deg);
  } */
  
  /* header .gNav .ul1>.li1:not(.nolinkPC):hover > .dl1 > dt a{
    color: #4b6ebf;
  } */
  
  header .gNav .ul1>.li1 .link1:not(.nolinkPC) {
    position: relative;
  }
  header .gNav .ul1>.li1 .link1:not(.nolinkPC)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.5%;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--black);
    border-right: 1px solid var(--black);
    border-bottom: none;
    border-left: none;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center center;
    transition: 0.3s ease;
  }
  
  /* drawerNavが付いている要素は+マーク（デフォルト）と-マーク（開いた時） */
  header .gNav .ul1>.li1 .dl1.drawerNav .link1:not(.nolinkPC)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(4.5% - 6px);
    width: 16px;
    height: 1px;
    background-color: var(--black);
    transform: translateY(-50%);
    transition: 0.3s ease;
  }
  header .gNav .ul1>.li1 .dl1.drawerNav .link1:not(.nolinkPC)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(4.5% + 1px);
    width: 1px;
    height: 16px;
    background-color: var(--black);
    border: none;
    transform: translateY(-50%);
    transition: 0.3s ease;
  }
  /* 開いた時は-マーク（縦線を非表示） */
  header .gNav .ul1>.li1 .dl1.drawerNav .link1.slide_menu_Open::after {
    opacity: 0;
  }

    header .gNav .ul1>.li1 .link1 a,
    header .gNav .ul1>.li1 .link1 span {
        color: var(--black);
        width: 100%;
        height: 100%;
        text-align: left;
        /* padding: 25px 0; */
        font-weight: 700;
      font-size: 16px;
      height: 41px;
      display: flex;
      align-items: center;
      padding: 0;
    }
  header .gNav .subNav {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: auto;
    pointer-events: none;
    display: none;
    filter: none;
  }
  header .gNav .ul1>.li1 .link1.slide_menu_Open + .subNav {
    pointer-events: auto;
    /* opacity: 1;
    visibility: visible; */
  }
  header .gNav .subNav .ul2{
    /* border-top: 1px solid var(--white); */
    /* padding: 10px 0 10px 10%; */
  }
  header .gNav .subNav .ul2 .li2{
    position: relative;
  }
  header .gNav .subNav .ul2 .li2 a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1.4em;
    height: 41px;
    font-size: 15px;
    font-weight: 400;
    /* color: var(--black); */
    position: relative;
    border-top: 1px solid #CCCCCC;
    background-color: #EEEEEE;
      img{
        height: 20px;
        width: auto;
        margin-right: 10px;
      }
      br{
        display: none;
      }
  }


  /* .head_contact {
    font-size: clamp(15px, 1.5vw, 22px);
    position: absolute;
    top: 0;
    right: 60px;
  } */
  .head_contact {
    font-size: 12px;
    /* margin-right: calc(3% + 20px); */
    position: absolute;
    top: 0;
    right: calc(3% + 65px);
    width: 60px;
    border-radius: 0 0 10px 10px;
}
  .head_contact {
    &::before {
        margin-right: 0;
        margin-bottom: 1.2em;
        background: url(../img/common/tel_ico.svg) center / contain no-repeat;
        aspect-ratio: 25 / 27;
        width: 21px;
    }
  }

  .head_top_inner_left {
    position: absolute;
    font-size: 10px;
    top: 13%;
    left: 3%;
  }
}






/* 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:900px){
  .bled > a:hover{
    text-decoration: underline;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:899px){
}



/* footer上部の共通ブロック footer-up-content
***************************************************************/
.footerUP_ver{
  margin-bottom: 200px;
  padding-top: 60px;
    .inner{
      gap: 30px;
      display: flex;
      flex-direction: column;
    }
    a.btn01.membership_btn {
      width: 300px;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
    }
    .side_banner_list {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
        a{
          width: calc((100% - 45px) / 4);
            img{
              height: 100%;
              object-fit: cover;
            }
        }
    }

    /* 検索バー */
    .side_search {
      width: 300px;
    }

    .side_search .search-form {
      width: 100%;
      border: 2px solid #15ae67;
      border-radius: 100px;
      height: 50px;
    }

    .side_search .search-field {
      border-radius: 50px;
    }

    /* 検索フィールドのクリアボタン（×）を非表示 */
    .side_search .search-field::-webkit-search-cancel-button {
      display: none;
      -webkit-appearance: none;
    }

    .side_search .search-field::-moz-search-clear-button {
      display: none;
    }

    /* Instagramセクション */
    .side_instagram {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      margin-top: 3%;
    }

    /* Smash Balloon Instagram Feed プラグイン用スタイル */
    .side_instagram #sb_instagram {
      width: 100%;
    }

    .side_instagram #sb_instagram .sbi_photo_wrap {
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: 5px;
    }

    .side_instagram #sb_instagram .sbi_photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .side_instagram #sb_instagram .sbi_item {
      aspect-ratio: 1;
      overflow: hidden;
    }

    /* プレースホルダー画像の非表示（実際の画像が読み込まれたら表示される） */
    .side_instagram #sb_instagram img[src*="placeholder.png"] {
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .side_instagram #sb_instagram img[src*="placeholder.png"]:not([src*="placeholder"]) {
      opacity: 1;
    }

    /* ローディング状態の改善 */
    .side_instagram #sb_instagram .sbi_photo_wrap::before {
      content: '';
      display: block;
      padding-top: 100%; /* 1:1のアスペクト比 */
    }

    .side_instagram #sb_instagram .sbi_photo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .instagram_header {
      margin-bottom: 15px;
    }

    .instagram_ttl {
      font-size: 13px;
      font-weight: 700;
      color: var(--black);
      line-height: 1.5;
    }

    .instagram_grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
      margin-bottom: 15px;
    }

    .instagram_item {
      display: block;
      aspect-ratio: 1;
      overflow: hidden;
      border-radius: 5px;
      transition: opacity 0.3s;
    }


    .instagram_img_wrap {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

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

    /* FOLLOW MEボタン */
    .instagram_follow_btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background-color: var(--green);
      color: #fff;
      padding: 12px 20px;
      border-radius: 25px;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      transition: opacity 0.3s;
      width: 100%;
    }


    .instagram_follow_btn .btn_ico {
      width: 18px;
      height: 18px;
      display: flex;
      align-items: center;
    }

    .instagram_follow_btn .btn_ico img {
      width: 100%;
      height: auto;
    }


}

    /* Instagramフィード表示切り替え（767px以下: feed=1 / 768px以上: feed=2） */
    .side_instagram .side_instagram_feed--sp {
      display: none;
    }
    .side_instagram .side_instagram_feed--pc {
      display: block;
    }

    /* レスポンシブ対応 */
    /*--------------------SP--------------------*/
    @media all and (max-width:899px) {
      .footerUP_ver {
        padding-top: 30px;
        margin-bottom: 100px;
        .side_search {
          width: 100%;
        }
        & .side_banner_list {
          flex-direction: column;
          align-items: center;
            a {
                /* width: calc((100% - 15px) / 2); */
                width: 100%;
                max-width: 580px;
            }
        }
        a.btn01.membership_btn {
          width: 100%;
          max-width: 580px;
        }
      }
    }


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

.pt_wrap{
  overflow: visible;
  display: block;
  /* height: 140px; */
  position: relative;
  z-index: 10;
}
.gotop_btn{
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background:  #fff
  url(../img/common/pagetop_arrow.svg) center / contain no-repeat;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  filter: drop-shadow(0px 1px 3px white);
    &:hover{
      opacity: .7;
    }
}



.foot {
  /*margin-top: 120px;*/
  position: relative;
  z-index: 998;
  background-color: #13ae67;
  padding-bottom: 30px;
}
.foot::before {
  content: '';
  width: 100%;
  height: clamp(40px, 4.2vw, 800px);
  background: url(../img/common/foot_bg.png) center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -99.8%);
}

/* .foot .foot_contact {
  background: linear-gradient(#f9e787 0%, #ffdc23 100%);
  max-height: 420px;
  padding: 163px 3% 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
    & .foot_contact_ttl{
      font-size: clamp(70px, 19vw, 196px);
      font-weight: 400;
      text-align: center;
      margin-top: -0.17em;
      color: #fff;
    }
}
.foot .foot_contact a{
  width: 100%;
  padding: 1.6em 0;
  background: var(--lg01);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px,3.2vw,24px);
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

.foot .foot_contact a::after {
  content: '→';
  background: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  font-size: 16px;
  font-weight: 400;
  color: #004D91;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
} */



.foot_cotent{
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 20px;
}







/* フッター左側 */
.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  .foot_txt01{
    color: #fff;
  }
  .foot_logo{
    display: block;
    /* width: 40%; */
    max-width: 352px;
    margin-top: 20px;;
  }
  .foot_address{
    color: #fff;
    margin-top: 40px;
    font-size: 18px;
  }
  .foot_tel{
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    margin-top: 25px;
      span{
        font-size: 14px;
        font-weight: 400;
        margin-left: 0.4em;
        padding-top: 0.6em;
      }
      &::before {
        content: '';
        width: 21px;
        aspect-ratio: 21 / 24;
        background: url(../img/common/tel_ico.svg) center / contain no-repeat;
        position: relative;
        margin-right: 5px;
        display: inline-block;
        top: 0;
      }
  }
  .foot_sp_links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    .foot_tel2 {
      display: inline-block;
      img {
        width: 48px;
        height: 48px;
      }
    }
  }
  .foot_sns{
    margin-top: 0;
    a {
      display: inline-block;
      img {
        width: 48px;
        height: 48px;
      }
    }
  }
}

.cRight{
  margin-top: 20px;
  /* text-align: center; */
  color: #fff;
  font-size: 14px;
}




/* フッター右側 */
.footer-right {
  font-size: 14px;
  font-weight: 700;
  /* width: 60%; */
  /* margin-top: 50px; */
  display: flex;
  justify-content: space-between;
  color: #fff;
    .subgroups-container{
      ul{
        display: flex;
        flex-direction: column;
        /* gap: 20px; */
        gap: 5px;
        margin-top: 25px;
          li a{
            color: #fff;
            font-size: 18px;
            font-weight: 500;
          }
      }
    }
    
    .section-title{
      font-size: 20px;
      font-weight: 700;
      border-bottom: 1px solid #fff;
      padding-bottom: 0.5em;
      display: block;
    }
      a:hover{
        opacity: 0.7;
      }
}


/* 右ブロック全体タイトル */
/* .block-title {
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 25px;;
  width: 100%;
} */

.section-title {
  font-weight: bold;
  color: #fff;
}

/* .sub-title {
  font-weight: bold;
  color: #fff;
} */

/* サービス・事業のサブグループコンテナ */
/* .subgroups-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
} */

/* 会社概要のリスト */
/* .company-section ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  padding-left: 1em !important;
} */

/* 共通リスト */
/* .service-section{
  width: 66.66%;
}
.company-section{
  width: 33.33%;
} */
.footer-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
}
.footer-section01{
  margin-right: 50px;
  width: 45%;
}
.footer-section02{
  width: 55%;
}

/* .footer-section li,
.subgroup li {
  margin: 0;
}
.footer-section li + li,
.subgroup li + li {
  margin-top: 10px;
}

.footer-section a,
.subgroup a {
  color: #707070;
  text-decoration: none;
}

.footer-section a:hover,
.subgroup a:hover {
  color: #0066cc;
  text-decoration: underline;
} */

/* 最下部リンク */
/* .footer-bottom-links {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}

.footer-bottom-links a {
  width: 33.33%;
  color: #707070;
}

.footer-bottom-links a:hover {
  color: #0066cc;
} */

@media all and (min-width:768px) and (max-width: 1280px) {
  .gotop_btn{
    display: block;
    width: clamp(70px, 10vw, 140px);
    height: auto;
    aspect-ratio: 1 / 1;
    transform: translateY(-50%);
      &:hover{
        opacity: .7;
      }
  }
}


@media all and (min-width:768px) and (max-width: 1180px) {
  /* .footer-right {
    width: 42%;
    flex-direction: column;
  }
  .footer-section02{
    margin-top: 30px;
  } */
}
@media all and (max-width:899px) {
  .footer-left {
    .foot_sp_links {
      align-items: flex-start;
    }
  } 
}
@media all and (max-width:767px) {
  .footer-left {
    .foot_sp_links {
        margin-top: 10px;
    }
  }
}

@media all and (min-width:768px) {
  .footer-left {
    .foot_sp_links {
        justify-content: flex-start;
    }
  }
  .footer-right {
    width: 42%;
  }
}



@media all and (max-width:767px) {
  .side_instagram .side_instagram_feed--sp {
    display: block;
  }
  .side_instagram .side_instagram_feed--pc {
    display: none;
  }
  .gotop_btn {
    width: 45px;
    height: 45px;
  }
  /* .gotop_btn {
    width: 90px;
    height: 90px;
  }

  .foot .foot_contact {
    padding: 15% 3% 0px;
  }
  .footer-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto 0;
    padding-bottom: 10px;;
      & .cRight {
          font-size: 11px;
          margin-top: 15px;
      }
  }
  .footer-right{
    display: none;
  } */
  .footer-section {
      gap: 30px;
  }
  .footer-section01{
    margin-right: 0;
    width: 48%;
  }
  .footer-section02{
    width: 48%;
  }

  .foot_cotent {
    padding-top: 70px;
    padding-bottom: 0px;
    flex-direction: column;
  }
  .footer-left {
    .foot_txt01 {
        text-align: center;
        line-height: 1.3em;
        font-size: 10px;
    }
    .foot_logo {
      max-width: 380px;
      width: 80%;
      margin: 20px auto 0;
    }
    .foot_address {
      margin-top: 8%;
      font-size: 15px;
      display: flex;
      justify-content: center;
      line-height: 1.4;
      text-align: center;
    }
  }
  .footer-right {
    margin-top: 30px;
        .section-title {
          font-size: 15px;
          padding-bottom: 0.7em;
        }
        .subgroups-container {
          ul {
              li a {
                  color: #fff;
                  font-size: 15px;
                  font-weight: 500;
              }
          }
        }
  }
  .cRight {
    font-size: 11px;
    margin-top: 80px;
    text-align: center;
  }
}




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

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.pagenation ul {
  display: flex;
  /*height: 40px;
  font-size: 20px;
  font-weight: 400;*/
}
.pagenation ul li {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
  border: 1px solid var(--green); 
  background-color: var(--white);
  padding: 0 0.3em;
}
.pagenation ul li.next,
.pagenation ul li.prev{
  background-color: initial;
  border: none;
}
.pagenation ul li.next a,
.pagenation ul li.prev a{
  color: var(--green); 
}
.pagenation ul li + li{
  margin-left: 10px;
}
.pagenation ul li + li.next,
.pagenation ul li.prev + li{
  margin-left: 15px;
}
.pagenation ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--green);
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding-bottom: 0.1em;
}
.pagenation ul li.active{
  /*background-color: transparent;*/
  background-color: var(--green);
  pointer-events: none;
}
.pagenation ul li.active a{
  pointer-events: none;
  color: var(--white);
}

.notNumbering {
  pointer-events: none;
  padding-bottom: 0.5em !important;
  border: none !important;
  font-weight: 700;
  background-color: transparent !important;
}
.notNumbering span {
  color: #000;
}


@media all and (min-width:900px) {
  .pagenation ul li:not(.next):not(.prev):hover{
    background-color: var(--green);
  }
  .pagenation ul li:not(.next):not(.prev):hover a{
    color: #fff;
    opacity: 1;
  }
  .pagenation ul li.active:hover a{
    pointer-events: none;
  }


}
@media all and (max-width:899px) {
  .pagenation {
    margin-top: 40px;
  }
  .pagenation ul li{
    width: 30px;
    height: 30px;
  }
  .pagenation ul li a{
    font-size: 15px;
  }
  .pagenation ul li + li.next,
  .pagenation ul li.prev + li{
    margin-left: 10px;
  }

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




/* under_header
***************************************************************/
.under_header{
  background: url(../img/common/under_mv.jpg) center / cover no-repeat;
  width: 100%;
  height: 300px;
}
.under_header .inner{
  height: 100%;
  display: flex;
  align-items: center;
}
.under_header_ttl{
  display: flex;
  flex-direction: column;
  color: var(--white);
  .mont{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0.15em;
  }
  .ja{
    font-size: 40px;
    font-weight: 700;
  }
}

/*--------------------SP--------------------*/
@media all and (max-width:899px){
  .under_header {
    background: url(../img/common/under_mv_sp.jpg) center / cover no-repeat;
    height: clamp(150px, 33vw, 300px);
  }
  .under_header_ttl{
    .mont{
      font-size: clamp(14px, 2.2vw, 20px);
    }
    .ja{
      font-size: clamp(24px, 4.4vw, 40px);
    }
  }

}


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

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



/* 共通
***************************************************************/

.green_bg{
  background-color: #e7f7f0;
}
.white_bg{
  background-color: #fff;
}
.under_img{
  img{
    border-radius: 10px;
  }
}

.sec_ttl {
  font-size: clamp(20px, 2.7vw, 40px);
  line-height: 50px;
  font-weight: 700;
  color: var(--green);
  border-bottom: 2px solid var(--green);
  padding-bottom: 5px;
  margin-bottom: clamp(30px, 2.7vw,50px);
  display: flex;
  align-items: baseline;
  gap: 15px;
}

/*.com_txt{
  font-size: 18px;
  line-height: 38px;
  text-align: justify;
}
*/
.under_con_wrap{
  margin-top: 100px;
  margin-bottom: 50px;
}
.under_con_inner{
  max-width: 800px;
  border: 2px solid var(--orange);
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;

  h3{
    width: 100%;
    background-color: var(--orange);
    border-radius: 7px 7px 0 0;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  p{
    font-size: 18px;
    margin-bottom: 15px;
  }
  a{
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 5px;

    img{
      width: 44px;
      margin-right: 5px;
    }
  }
}

.mt_1em{
  margin-top: 1em;
}
.mt_2em{
  margin-top: 2em;
}
.mt_4em{
  margin-top: 4em;
}
.txt_dent{
  padding-left: 1em;
  text-indent: -1em;
}
.txt_dent_n{
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.c_red{
  color: #ff7026;
}

.box_subttl{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 25px;
}

.com_box{
  background-color: var(--white);
  border: 2px solid var(--green);
  border-radius: 10px;
  padding: 0 35px 30px 35px;
  margin-top: 100px;

  h4{
    display: inline-block;
    min-width: 140px;
    font-size: 20px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    color: var(--white);
    background-color: var(--green);
    border-radius: 10px;
    padding: 0 15px;
    margin-left: -15px;
    margin-bottom: 5px;
    transform: translateY(-20px);
  }

  .com_box--bg{
    margin-bottom: 0.5em;

    > span{
      min-width: 250px;
      display: inline-block;
      background-color: #e7f7f0;
      padding: 0 15px;
    }
  }

  dl + dl{
    margin-top: 50px;
  }
  dt{
    font-size: 20px;
    font-weight: 800;
    color: var(--green);
    margin-bottom: 10px;
  }

}
.com_box.com_box_not{
  padding: 30px 35px;
  margin-top: 75px;
}


/* もっと見るボタン */
.more_btn {
  max-width: 280px;
  width: 60%;
  font-size: 20px;
  background-color: var(--orange);
  border-radius: 30px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  padding: 0.5em 1em;
  transition: opacity 0.3s;
}
.more_btn .arrow_ico {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
.more_btn .arrow_ico img {
  width: 100%;
  height: auto;
}

.under_btn_wrap{
  .more_btn{
    margin-left: 0;
  }
}



/*--------------------PC--------------------*/
@media all and (min-width:900px) {
  .df_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    .df_box_left{
      max-width: 560px;
    }
  }
  .under_img{
    width: 480px;
    flex-shrink: 0;
    margin-left: 5%;
  }

  .under_con_inner{
    a{
      pointer-events: none;
    }
  }

}

/*--------------------SP--------------------*/
@media all and (max-width:899px) {
  .sec_ttl {
    font-size: 20px;
    line-height: 30px;
  }
  /*.com_txt{
    font-size: 14px;
    line-height: 24px;
  }*/

  .under_img{
    margin-top: 50px;
  }

  .under_con_wrap{
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .under_con_inner{
    h3{
      font-size: 20px;
      margin-bottom: 10px;
    }
    p{
      font-size: 14px;
      margin-bottom: 10px;
    }
    a{
      font-size: 28px;

      img{
        width: 40px;
      }
    }
  }

  .box_subttl{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .com_box{
    padding: 0 20px 20px 20px;
    margin-top: 50px;

    h4{
      min-width: 110px;
      font-size: 16px;
      line-height: 34px;
      padding: 0 10px;
      margin-left: -10px;
      margin-bottom: 0;
      transform: translateY(-17px);
    }

    .com_box--bg{

      > span{
        min-width: 190px;
        line-height: 30px;
        display: inline;
        padding: 0.15em 0.5em;
        box-decoration-break: clone;
      }
    }

    dl + dl{
      margin-top: 30px;
    }
    dt{
      font-size: 16px;
    }

  }

  .com_box.com_box_not{
    padding: 20px;
    margin-top: 40px;
  }


  /* もっと見るボタン */
  .more_btn {
    max-width: 200px;
    font-size: 15px;
    margin-top: 40px;
    margin-right: 0;
    padding: 0.8em 1em;
  }


}


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

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


/* search_btn--box
***************************************************************/
.search_btn--box{
  max-width: 640px;
  margin: 0 auto;
}
.ss_area .search_btn--box,
.ss_service .search_btn--box > div{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 3.5%;
}
.ss_service .search_btn--box > div{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 3.5%;
}
.search_btn--box > div + div{
  margin-top: 20px;
}

.search_btn{
  max-width: 200px;
  width: 31%;
  height: 36px;
  background-color: #EEEEEE;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.search_btn::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #e31900;
  border-bottom: 0;
  margin-right: 0.5em;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px) {
  .search_btn:hover{
    opacity: 0.7;
  }
}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
  .ss_area .search_btn--box,
  .ss_service .search_btn--box > div{
    gap: 15px 2%;
  }
  .search_btn{
    width: 49%;
    font-size: 14px;
      padding-left: 0.7em;
  }
  .search_btn::before{
    margin-right: 0.2em;
  }

}







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

@media all and (min-width: 900px) {
  .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: var(--black);
    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: 899px) {
  .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: var(--black);
    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;
  }

}




/* 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:900px){
  .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:899px){
  .barAnime.bardelay1_sp::before{
    transition-delay: .65s;
  }
  .barAnime.bardelay1_sp::after{
    transition-delay: .25s;
  }

}



















/* ニュースリスト
***************************************************************/
.news_list {
  /* margin-bottom: 30px; */
  display: block;
}

.news_list > a {
  display: block;
  padding: 15px 0;
  border-bottom: 2px dotted #adadad;
  text-decoration: none;
  transition: opacity 0.3s;
  max-width: 100%;
  overflow: hidden;
}

.news_meta {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  margin-bottom: 8px;
}

.news_date {
  font-size: 18px;
  color: #666;
  margin-right: 1.6em;
}

.news_cat {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  color: #fff;
  font-size: 16px;
  padding: 0.3em 1.2em;
  border-radius: 3px;
  /* min-width: auto; */
  text-align: center;
  height: 1.9em;
}

.news_cat.subsidy {
  background-color: #88abda;
}

.news_status.ended {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E3190F;
  color: #fff;
  font-size: 16px;
  padding: 0.3em 1.2em;
  border-radius: 3px;
  margin-left: 0.6em;
  /* min-width: 100px; */
  height: 1.9em;
  text-align: center;
}

.news_reception {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: 700;
  background: #FEECEC;
  display: inline-block;
  padding: 0.2em 0.8em;
}

.news_title {
  display: -webkit-box;
  font-size: 18px;
  color: var(--black);
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  font-weight: 600;
}

/* ニュースリスト：外部リンク（別タブ）のときアイコン表示 */
.news_list a[target="_blank"]::after {
  content: "→";
  display: inline-block;
  margin-left: 0.25em;
  font-size: 0.75em;
  vertical-align: 0.15em;
  opacity: 0.7;
  text-decoration: none;
}

/*--------------------SP--------------------*/
@media all and (max-width:899px) {
  .news_list > a {
    padding: 12px 0;
  }
  
  .news_meta {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0.4em;
  }
  
  .news_date {
    font-size: 15px;
    margin-right: 0.8em;
  }
  
  .news_cat {
    font-size: 13px;
    padding: 2px 6px;
    min-width: auto;
  }
  
  .news_status.ended {
    font-size: 13px;
    padding: 2px 6px;
    min-width: 80px;
    margin-left: 0;
  }
  
  .news_reception {
    font-size: 15px;
    margin-bottom: 0.6em;
  }
  
  .news_title {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media all and (max-width:767px) {
  .news_title {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}

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

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



/* インスタ追加 */
@media (min-width: 480px) {
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img, .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img img {
      flex-shrink: 0;
  }
}


