@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #3d3d3d;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  line-height: 25px;
  background: #fff8e4;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  header {
    background: var(--green);
  }
  header:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    bottom: -1px;
    background: #fff8e4;
    border-radius: 25px 25px 0 0;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
/* noto-sans-jp-regular - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-500 - cyrillic_japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/zen-kaku-gothic-new-v18-cyrillic_japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-700 - cyrillic_japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/zen-kaku-gothic-new-v18-cyrillic_japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fnt-mincho {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.fnt-meiryo {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-gothic {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-zen {
  font-family: 'Zen Kaku Gothic New';
  font-weight: 500;
}
/*=============================================
******************* font-size  *****************
*=============================================*/
.fz60 {
  font-size: calc(((60 / 750) * 100vw) + var(--gap));
  line-height: 1.5;
  letter-spacing: 0.12em;
  --gap: 0vw;
}
.fz60 small {
  font-size: calc((48 / 750) * 100vw);
  letter-spacing: 0.12em;
}
.fz60 span {
  font-size: calc(((72 / 750) * 100vw) + var(--gap));
  --gap: 0vw;
  letter-spacing: 0.12em;
}
.fz48 {
  --gap: 0vw;
  font-size: calc(((48 / 750) * 100vw) + var(--gap));
  line-height: 1.5;
  letter-spacing: 0.14em;
}
.fz48 small {
  font-size: calc((36 / 750) * 100vw);
  letter-spacing: 0.14em;
}
.fz36 {
  --gap: 0vw;
  font-size: calc(((48 / 750) * 100vw) + var(--gap));
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.fwb {
  font-weight: bold;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  padding: 0 4%;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
.txt {
  text-align: justify;
}
:root {
  --bg1: #ffe8c3;
  --green: #8dc21f;
  --blue: #6aa7db;
}
.telhref {
  text-decoration: none !important;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.green {
  color: var(--green);
}
.blue {
  color: var(--blue);
}
.dot {
  position: relative;
}
.dot:before {
  content: '';
  position: absolute;
  top: -8px;
  margin-left: -2px;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid;
  border-radius: 50%;
}
.c-box {
  background: url('../img/index/s2_box_bg_sp.png') no-repeat center top;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 20.8vw 0 15.5vw;
}
.c-box h3 {
  position: relative;
  z-index: 1;
}
.c-box h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56.6vw;
  height: 9vw;
  background: url('../img/index/s2_ttl_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
.c-box .tel {
  margin: 15.3vw 0 5.4vw 2%;
}
.c-box .buttons {
  gap: 15px;
}
.sponsor {
  padding: 18vw 0 19vw;
}
.sponsor h2 {
  margin-bottom: 9.4vw;
  text-align: center;
  margin-left: 4px;
}
.sponsor ul {
  margin: 0 4%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sponsor ul li {
  width: calc(50% - 2px);
  background: #fff;
  text-align: center;
  padding: 19.4vw 0;
  border-radius: 13px;
  margin-bottom: 4px;
  box-sizing: border-box;
  font-size: 14px;
  color: #afafaf;
  font-family: 'Zen Kaku Gothic New';
  letter-spacing: 0.04em;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  position: relative;
  z-index: 2;
  font-size: 7.5px;
  margin: 10px 15px;
  line-height: 13px;
}
.header-box {
  position: relative;
  z-index: 101;
}
.head-info {
  margin-right: 0px;
  display: none;
}
header .logo {
  position: relative;
  padding: 9vw 0 6.5vw;
  margin: 0 auto;
  width: 53%;
  z-index: 2;
}
/*=============================================
******************* hamberger  ****************
*=============================================*/
.hamberger-btn {
  position: relative;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
  transition: all 0.4s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: var(--green);
  color: #fff;
  font-family: 'Zen Kaku Gothic New';
  font-size: 4.8vw;
  font-weight: 500;
  align-items: center;
  padding-bottom: 2px;
  box-sizing: border-box;
  gap: 6px;
  letter-spacing: -0.04em;
}
.hamberger-btn:after {
  content: 'メニュー';
}
.menu-open .hamberger-btn:after {
  content: '閉じる';
}
.hamberger-btn span {
  width: 19px;
  height: 2px;
  position: relative;
  margin: 12px 0 0px 18px;
  background: #fff;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.13s;
}
.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 19px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamberger-btn span::before {
  top: -10px;
}
.hamberger-btn span::after {
  top: -5px;
}
.menu-open .hamberger-btn {
  border-color: transparent;
  gap: 16px;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition: transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.menu-open .hamberger-btn span::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open .hamberger-btn span::after {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*=============================================
******************* nav-header  ***************
*=============================================*/
.nav-header {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.nav-header .g-nav {
  display: block;
  padding-top: 17.6vw;
  height: auto;
}
.nav-header .logo-nav {
  width: 43%;
  margin: 0 auto 37px;
}
.g-nav a.nav-main {
  font-size: 20px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  width: 245px;
  line-height: calc(85px / 2);
  text-decoration: none;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 500;
  transition: all 0.3s ease;
}
.g-nav a.nav-main:before {
  content: '・';
  margin-right: 26px;
  opacity: 0;
}
.g-nav a.nav-main.active {
  color: var(--green);
}
.g-nav a.nav-main.active::before {
  opacity: 1;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 50px;
}

/*=============================================
******************* footer  *******************
*=============================================*/
footer {
  background: #464545;
  border-radius: 50px 50px 0 0;
  padding: 19vw 0 120px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}
footer #socialbuttons {
  margin-bottom: 7.8vw;
}
footer .inner {
  width: 256px;
  margin: 0 auto;
}
footer .button {
  letter-spacing: 0.15em;
  text-underline-offset: 6px;
  text-decoration: underline;
}
footer .button a {
  text-decoration: none !important;
}
footer .button:before {
  content: '';
  display: inline-block;
  background: url('../img/shared/icon_url.png') no-repeat center top;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin: 4px 11px -1px 0;
}
footer .button:has(.copied) {
  text-decoration: none;
}
footer .button:has(.copied) .copied {
  cursor: text;
  opacity: 1 !important;
}
footer .up {
  margin-top: 6.6vw;
  margin-bottom: 7vw;
}
footer .up:before {
  background: url('../img/shared/up.png') no-repeat center top;
  width: 6px;
  height: 11px;
  background-size: contain;
}
footer address {
  text-align: left;
  letter-spacing: 0.15em;
}
footer.style2 {
  padding: 100px 0 64px;
}
footer.style2 .main {
  margin-left: 5px;
  display: table;
}
footer.style2 .logo {
  width: 254px;
}
footer.style2 nav {
  top: 15px;
}
footer.style2 .info {
  margin: 35px 0 41px;
}
footer.style2 .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 6px;
  text-align: left;
}
footer.style2 .info dl dt {
  min-width: 95px;
  position: relative;
}
footer.style2 .info dl dt:before {
  content: '：';
  position: absolute;
  top: 0;
  right: 3px;
}
footer.style2 .buttons {
  margin-bottom: 40px;
}
footer.style2 .buttons p {
  width: 265px;
  margin-bottom: 11px;
}
footer.style2 .buttons p a {
  height: 46px;
  font-size: 16px;
  line-height: 18px;
  padding-left: 33px;
}
footer.style2 .buttons p a:before {
  right: 21px;
  width: 19px;
  top: 1px;
}
footer.style2 address {
  margin-bottom: 20px;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 103;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fixed-btn #fixed-sp {
  opacity: 1;
}
#fixed-sp ul {
  display: flex;
  align-items: center;
  height: inherit;
}

#fixed-sp ul li:has(.hamberger-btn) {
  height: inherit;
  width: 33.5vw;
  padding-top: 0;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  font-size: 9px;
  font-family: 'Zen Kaku Gothic New';
  font-weight: bold;
  text-align: center;
  display: block;
  letter-spacing: 0.04em;
  text-decoration: none;
}
#fixed-sp ul li a img {
  width: 23px;
  display: block;
  margin: 0 auto 2px;
}
/* lineなしCSS ここから*/
#fixed-sp ul li {
  width: 33vw;
  height: 48px;
  padding-top: 7px;
  box-sizing: border-box;
}
#fixed-sp ul li:nth-child(2) {
  border-left: 1px solid;
  /* border-right: 1px solid; */
  width: 33.3vw;
}
#fixed-sp ul li:nth-child(1) a {
  font-size: 13px;
}
#fixed-sp ul li:nth-child(3) {
  width: 35.6vw;
}
/* lineなしCSS ここまで*/
/* lineありCSS ここから*/
/* #fixed-sp ul li {
  width: 20.6vw;
  height: 48px;
  padding-top: 7px;
  box-sizing: border-box;
}
#fixed-sp ul li:nth-child(2) {
  border-left: 1px solid;
  border-right: 1px solid;
  width: 24.3vw;
}
#fixed-sp ul li:nth-child(1) a {
  font-size: 13px;
}
#fixed-sp ul li:nth-child(3) {
  width: 21.6vw;
} */
/* lineありCSS ここここまで*/
/*=============================================
******************* btn-cus  ******************
*=============================================*/

.btn-cus {
  position: relative;
  width: 73vw;
  margin: 0 auto;
}
.btn-cus a {
  display: block;
  height: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-family: 'Zen Kaku Gothic New';
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  background: var(--green);
  text-align: left;
  color: #fff;
  border-radius: 40px;
  padding-left: 40px;
  letter-spacing: 0.19em;
}
.btn-cus a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 9%;
  width: 10%;
  height: 100%;
  background: url('../img/shared/arrow.png') no-repeat center center;
  background-size: contain;
}
.btn-popup a:before {
  background: url('../img/shared/icon_popup.png') no-repeat center center;
  background-size: contain;
  width: 6%;
}
.btn-cus .pc {
  display: none;
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #fff;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: #fff;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}

.pc {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .txt {
    text-align: left;
  }
  .wrap {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .row {
    flex-direction: row;
  }
  .dot:before {
    top: -17px;
    margin-left: -3px;
    border-width: 5px;
  }
  .c-box {
    background: url('../img/index/s2_box_bg.png') no-repeat center top;
    background-size: 100% 100%;
    width: 1200px;
    max-width: 100%;
    padding: 154px 0 123px;
  }
  .c-box h3 {
    margin-left: 3px;
  }
  .c-box h3:before {
    width: 423px;
    height: 68px;
  }
  .c-box .tel {
    margin: 64px 0 27px 11px;
  }
  .c-box .buttons {
    justify-content: center;
    gap: 40px;
  }
  .c-box .buttons p {
    margin: 0;
  }
  .sponsor {
    padding: 135px 0 167px;
  }
  .sponsor h2 {
    text-align: left;
    margin-left: 77px;
    margin-bottom: 50px;
  }
  .sponsor ul {
    /* flex-wrap: nowrap;
    justify-content: start;
    margin: 0 2px;
    gap: 5px; */
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 5px;
    max-width: 1280px;
  }
  .sponsor ul li {
    /* width: 20%; */
    width: 24%;
    border-radius: 25px;
    font-size: 24px;
    justify-content: center;
    aspect-ratio: 1;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  /*=============================================
  ******************* font  **********************
  *=============================================*/
  .fz60 {
    font-size: 60px;
  }
  .fz60 small {
    font-size: 48px;
  }
  .fz60 span {
    font-size: 72px;
    letter-spacing: 0.14em;
  }
  .fz48 {
    font-size: 48px;
  }
  .fz48 small {
    font-size: 36px;
  }
  .fz36 {
    font-size: 36px;
  }
  /*=============================================
  ******************* btn-cus  ******************
  *=============================================*/
  .btn-cus {
    width: 420px;
  }
  .btn-cus a {
    height: 120px;
    border-radius: 60px;
    font-size: 20px;
    line-height: 30px;
    padding-left: 70px;
    letter-spacing: 0.12em;
  }
  .btn-cus a:before {
    right: 39px;
    width: 41px;
    transition: all 0.3s ease;
  }
  .btn-cus a:hover:before {
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
  }
  .btn-popup a {
    font-size: 24px;
    text-align: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 47px;
    padding-bottom: 4px;
    box-sizing: border-box;
  }
  .btn-popup a:before {
    right: 47px;
    width: 26px;
  }
  .btn-cus .pc {
    display: flex;
  }
  .btn-cus .sp {
    display: none;
  }
  /*=============================================
 ******************** header ******************
 *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo {
    position: absolute;
    padding: 0;
    width: 320px;
    top: 120px;
    left: 95px;
    z-index: 5;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    position: absolute;
    margin: 0;
    right: 21px;
    bottom: 108px;
    width: 31.9%;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .js-scroll {
    display: flex;
    padding-bottom: 0;
    height: inherit;
    justify-content: space-between;
    overflow: visible;
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    top: 0px;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    height: 100px;
    left: auto;
    z-index: 99;
    background: #fff;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: opacity 0.5s ease;
  }
  .nav-header .g-nav {
    padding-top: 0;
    padding: 2px 0 0 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: inherit;
    gap: 14px;
  }
  .g-nav a.nav-main {
    font-size: 16px;
    width: auto;
    letter-spacing: 0.06em;
  }
  .g-nav a.nav-main:before {
    margin-right: 5px;
  }
  .g-nav a.nav-main:hover {
    color: var(--green);
  }
  .g-nav a.nav-main:hover:before {
    opacity: 1;
  }
  .nav-header .main {
    margin: 10px 33px 0 0;
  }
  .nav-header .fix-tel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 15px;
    justify-content: end;
  }
  .nav-header .fix-tel dt {
    margin: 2px 9px 0 0;
    letter-spacing: 0.08em;
  }
  .nav-header .fix-tel dd {
    font-size: 23px;
    letter-spacing: 0.08em;
  }
  .nav-header .fix-tel dd small {
    font-size: 19px;
    letter-spacing: 0.08em;
  }

  .nav-header .btn-cus {
    width: 196px;
  }
  .nav-header .btn-cus:first-child {
    margin-right: 12px;
    width: 219px;
  }
  .nav-header .btn-cus:first-child a {
    padding-left: 23px;
  }
  .nav-header .btn-cus a {
    height: 41px;
    font-size: 14px;
    padding-left: 19px;
    line-height: 16px;
    padding-bottom: 3px;
    box-sizing: border-box;
  }
  .nav-header .btn-cus a:before {
    right: 14px;
    width: 17px;
  }
  /*=============================================
 ******************* headinfo ****************
 *=============================================*/
  .head-info {
    display: block;
    width: 450px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    background: var(--green);
    border-radius: 50px;
    box-shadow: 6px 8px 8px 0px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    padding-top: 199px;
    padding-bottom: 44px;
  }
  .head-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 0;
    height: 100%;
    background: #fff;
    border-radius: 50px;
    z-index: -1;
  }
  .head-info .g-nav {
    width: 283px;
    margin: 0 auto;
  }
  .head-info .g-nav a.nav-main {
    font-size: 25px;
    line-height: 58px;
    letter-spacing: 0.1em;
  }
  .head-info .g-nav a.nav-main:before {
    margin-right: 11px;
  }
  .head-info .hd-tel {
    text-align: center;
    font-size: 22px;
    position: relative;
    width: 323px;
    margin: 38px auto 13px;
    padding-top: 41px;
    letter-spacing: 0.1em;
    line-height: 42px;
  }
  .head-info .hd-tel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #bfbfbf;
    border-radius: 8px;
  }
  .head-info .hd-tel dd {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
  .head-info .hd-tel dd small {
    font-size: 30px;
    letter-spacing: 0.05em;
    margin-left: 6px;
  }
  .head-info .btn-cus {
    width: 265px;
    margin-bottom: 11px;
  }
  .head-info .btn-cus a {
    height: 46px;
    border-radius: 23px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 18px;
    padding-left: 35px;
  }
  .head-info .btn-cus a:before {
    right: 19px;
    width: 19px;
  }
  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    border-radius: 100px 100px 0 0;
    padding: 129px 0 117px;
    font-size: 13px;
    line-height: 36px;
  }
  footer .wrap {
    max-width: 1208px;
  }
  footer nav {
    font-size: 24px;
    line-height: 2;
    position: absolute;
    right: 0px;
    top: -14px;
    letter-spacing: 0.05em;
  }
  footer nav > a {
    text-decoration: none !important;
    display: block;
    transition: all 0.3s ease;
  }
  footer nav > a:before {
    content: '・';
    margin-right: 26px;
  }
  footer nav > a:hover {
    opacity: 0.6;
  }
  footer #socialbuttons {
    margin-left: 0;
    width: 290px;
    margin-bottom: 25px;
  }
  footer .inner {
    margin-left: 0;
    width: auto;
    display: table;
  }
  footer .button {
    text-underline-offset: 7px;
  }
  footer .button:before {
    width: 14px;
    height: 14px;
    margin: 0px 14px -5px 5px;
  }
  footer .button:hover {
    text-decoration: none;
  }
  footer .up {
    margin: 13px 0 21px 2px;
  }
  footer .up:before {
    width: 7px;
    height: 13px;
    margin-bottom: -1px;
    margin-right: 20px;
  }
  footer address {
    letter-spacing: 0.05em;
    margin-left: 3px;
  }
  footer.style2 .info dl {
    font-size: 16px;
    line-height: 30px;
  }
  footer.style2 .inner {
    margin: -63px -19px 0 auto;
  }
  footer.style2 .inner .button {
    text-underline-offset: 2px;
  }
  footer.style2 .buttons {
    margin-bottom: 0;
  }
  footer.style2 .buttons p {
    margin-left: 0;
  }
  footer.style2 #socialbuttons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    bottom: 27px;
  }
  footer.style2 address {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
}
@media (max-width: 1180px) and (min-width: 768px) {
  .nav-header .g-nav {
    padding-left: 20px;
    justify-content: space-between;
    gap: 5px;
    width: calc(100% - 480px);
  }
  .nav-header .g-nav a.nav-main {
    font-size: clamp(14px, 1.4vw, 17px);
  }
  .nav-header .pc {
    margin-right: 12px;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  footer.style2 .inner {
    margin-right: 0;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: 'fontello';
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background: url('../img/shared/prev.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 0;
  background: url('../img/shared/next.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '';
  color: #fff;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #b10505;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important ;
    -moz-transition: none !important ;
    -webkit-transition: none !important ;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}

/*=============================================
******************* feed-sec  ****************
*=============================================*/
.feed-sec {
  position: relative;
  z-index: 1;
}
.feed-sec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 36vw;
  background: var(--bg1);
  z-index: -1;
}
.feed-sec:after {
  content: '';
  position: absolute;
  bottom: 16vw;
  left: -12vw;
  width: 113%;
  height: 20vw;
  background: url('../img/index/s7_curve.png') no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
.feed-sec h2 {
  text-align: center;
}
.feed-sec .buttons {
  margin-top: 8.2vw;
  gap: 4vw;
}
.feed-sec .buttons p {
  width: 87vw;
}
.feed-sec .buttons p a {
  text-align: center;
  justify-content: center;
  padding-left: 0;
}
.feed-sec .buttons p a img {
  position: absolute;
  left: 0;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .feed-sec:after {
    height: 142px;
    bottom: 30px;
    width: 100%;
    left: 0;
  }
  .feed-sec:before {
    bottom: 170px;
  }
  .feed-sec h2 {
    margin-left: 15px;
  }
  .feed-sec .buttons {
    flex-wrap: wrap;
    width: 880px;
    margin: 68px auto 0;
    gap: 40px;
    padding-left: 2px;
  }
  .feed-sec .buttons p {
    width: 420px;
    margin: 0;
    margin-bottom: -10px;
  }
  .feed-sec .buttons p a {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .feed-sec:after {
    background-size: 100% 100%;
  }
}

/*=============================================
*******************  rss  *********************
*=============================================*/
.rss {
  padding: 17.6vw 0;
}
.rss h2 {
  margin-left: 1%;
  text-align: center;
}
.rss #feed {
  margin: 16vw 7% 8.2vw;
}
.rss #feed .item {
  background: #fff;
  border-radius: 13px;
  padding: 1px 9.6% 9vw;
}
.rss #feed .item:nth-child(n + 2) {
  display: none;
}
.rss #feed .item:last-child {
  margin-bottom: 0;
}
.rss #feed .item .date {
  color: var(--green);
  font-size: calc((84 / 750) * 100vw);
  font-family: 'Zen Kaku Gothic New';
  margin-top: -11.3vw;
  line-height: 1;
  letter-spacing: 0.14em;
}
.rss #feed .item .date .year {
  display: block;
  letter-spacing: 0.1em;
  font-size: calc((36 / 750) * 100vw);
}
.rss #feed .item .photo {
  margin: 6vw 0 5vw;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 46vw;
}
.rss #feed .item .photo a {
  height: 100%;
  display: block;
}
.rss #feed .item .photo span {
  background-size: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.rss #feed .item .title {
  margin-right: -10px;
}
.rss .button {
  width: 40vw;
  margin: 0 auto;
}
.rss .button a {
  background: var(--green);
  display: block;
  height: 50px;
  color: #fff;
  border-radius: 25px;
  line-height: 45px;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 14px;
  padding-left: 12px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .rss {
    padding: 145px 0 133px;
  }
  .rss .wrap {
    max-width: 1100px;
  }
  .rss h2 {
    margin-left: 16px;
  }
  .rss #feed {
    margin: 99px 0 64px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 25px;
  }
  .rss #feed .item {
    box-sizing: border-box;
    width: calc((100% / 3) - 17px);
    display: block !important;
    border-radius: 25px;
    padding: 1px 50px 50px;
  }
  .rss #feed .item .date {
    font-size: 48px;
    margin-top: -55px;
    margin-left: 2px;
    letter-spacing: 0.15em;
  }
  .rss #feed .item .date .year {
    font-size: 20px;
    letter-spacing: 0.14em;
    margin-bottom: -2px;
  }
  .rss #feed .item .photo {
    margin: 38px 0 29px;
    width: 100%;
    height: 180px;
  }
  .rss #feed .item .photo:hover {
    opacity: 0.8;
  }
  .rss #feed .item .title a {
    letter-spacing: 0.23em;
    text-align: justify;
  }
  .rss .button {
    width: 200px;
  }
  .rss .button a {
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 55px;
    padding-left: 23px;
  }
  .rss .button a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .rss #feed .item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*=============================================
******************* qa-sec  *******************
*=============================================*/
.qa-sec {
  padding: 10vw 0;
}
.qa-sec h2 {
  font-size: calc((120 / 750) * 100vw);
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.3;
  margin-left: 2vw;
  margin-bottom: 8vw;
}
.qa-sec h2 small {
  font-size: calc((96 / 750) * 100vw);
}
.qa-sec dl {
  background: #fff;
  border-radius: 30px 0px 0 30px;
  margin-right: -5%;
  padding: 10.8vw 0 8.5vw 13%;
  position: relative;
  z-index: 2;
  margin-bottom: -14vw;
}
.qa-sec dl dt,
.qa-sec dl dd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: start;
  text-align: left;
}
.qa-sec dl dt span,
.qa-sec dl dd span {
  --gap: 3.2vw;
  margin: -2.4vw 6px 0px 0;
  display: inline-block;
  line-height: 1;
}
.qa-sec dl:nth-child(2n) {
  background: var(--bg1);
  margin-right: 0;
  margin-left: -5%;
  border-radius: 0px 30px 30px 0px;
  padding: 23vw 5% 23vw 9%;
  z-index: 1;
}
.qa-sec dl:nth-child(2n) dt::before {
  left: -10vw;
  background: #bfae92;
}
.qa-sec dl:last-child {
  margin-bottom: 0;
  padding-bottom: 15.6vw;
}
.qa-sec dl dt {
  position: relative;
  padding-bottom: 4vw;
  margin-bottom: 5.6vw;
}
.qa-sec dl dt:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5vw;
  right: 0;
  height: 2px;
  background: #bfbfbf;
  border-radius: 8px;
}
.qa-sec dl dt span {
  color: var(--green);
}
.qa-sec dl dd span {
  color: var(--blue);
}
@media screen and (min-width: 768px) {
  .qa-sec {
    padding: 65px 0 3px;
  }
  .qa-sec h2 {
    font-size: 96px;
    margin-left: 8px;
    letter-spacing: 0.13em;
    margin-bottom: 42px;
  }
  .qa-sec h2 small {
    font-size: 72px;
  }
  .qa-sec dl {
    width: 900px;
    max-width: 100%;
    margin-right: 0;
    border-radius: 60px;
    box-sizing: border-box;
    padding: 81px 30px 70px;
    margin-bottom: -49px;
  }
  .qa-sec dl:nth-child(2n + 1) {
    margin-left: auto;
  }
  .qa-sec dl:nth-child(2n) {
    border-radius: 60px;
    margin-left: 0;
    padding: 111px 30px 100px;
    margin-bottom: -60px;
  }
  .qa-sec dl:nth-child(3) {
    margin-bottom: -58px;
  }
  .qa-sec dl:nth-child(4) {
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  .qa-sec dl dt,
  .qa-sec dl dd {
    width: 659px;
    max-width: 100%;
    margin: 0 auto;
  }
  .qa-sec dl dt span,
  .qa-sec dl dd span {
    margin-top: -12px;
    margin-right: 19px;
  }
  .qa-sec dl dt {
    padding-bottom: 34px;
    margin-bottom: 29px;
  }
  .qa-sec dl dt:before {
    left: -23px !important;
    right: -23px;
    height: 5px;
  }
  .qa-sec dl dd {
    width: 651px;
    letter-spacing: 0.16em;
    padding-right: 60px;
    box-sizing: border-box;
  }
  .qa-sec dl dd span {
    margin-top: -10px;
  }
}

.yamalogo {
  width: 60%;
}
.enseilogo {
  width: 80%;
}
.bastalogo {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .yamalogo {
    width: 60%;
  }
  .enseilogo {
    width: 70%;
  }
  .bastalogo {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .yamalogopad {
    padding: 10vw 0 !important;
  }
}

/*=============================================
******************* remodal  ******************
*=============================================*/
.remodal-close {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  width: 30px;
  height: 30px;
  margin: 20px 10px 20px auto;
  mix-blend-mode: difference;
  z-index: 3;
}
.remodal-close:before {
  display: none;
}
.remodal .qa-sec,
.remodal .popup-line {
  background: #fff8e4;
  padding-left: 4%;
  padding-right: 4%;
}
.remodal .popup-line {
  padding: 10vw 2%;
}
.remodal .button {
  color: #36210b;
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
}
.remodal .button img {
  width: 20px;
  margin: 0 5px 3px 0;
}
.remodal .popup-line .bg {
  background: #fff;
  border-radius: 30px;
  gap: 7vw;
  padding: 10vw 5%;
}
.remodal .popup-line h2 {
  font-size: 8vw;
  text-align: left;
  position: relative;
  padding-bottom: 5vw;
  margin-bottom: 3vw;
}
.remodal .popup-line h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #bfbfbf;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .remodal {
    max-width: 1200px;
  }
  .remodal:has(.popup-line) {
    max-width: 1000px;
  }
  .remodal-wrapper {
    padding: 5% 0;
  }
  .remodal-close {
    width: 50px;
    height: 50px;
    margin-bottom: 60px;
    margin-right: 4px;
    transition: all 0.3s ease;
    margin-top: 0;
  }
  .remodal-close:hover {
    opacity: 0.8;
  }
  .remodal .qa-sec {
    padding-bottom: 90px;
  }
  .remodal .popup-line {
    padding: 72px 50px;
    font-size: 26px;
    line-height: 1.7;
  }
  .remodal .popup-line .bg {
    border-radius: 60px;
    gap: 30px;
    justify-content: space-between;
    padding: 107px 67px;
  }
  .remodal .popup-line h2 {
    font-size: 74px;
    line-height: 1;
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
  .remodal .button {
    color: #36210b;
    font-size: 24px;
    cursor: pointer;
    margin-top: 70px;
  }
  .remodal .button:hover {
    opacity: 0.8;
  }
  .remodal .button img {
    width: 18px;
    margin: 0 10px 3px 0;
  }
  .remodal .popup-line .button {
    margin-top: 30px;
  }
}
