@charset "UTF-8";

/*---------------------------------------------

	全ページ共通

---------------------------------------------*/
/* ↓ html / body ------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 16px;
  scroll-padding-top: 90px;
}

@media screen and (max-width: 540px) {
  html {
    font-size: calc(100vw * 16 / 390);
    scroll-padding-top: 70px;
  }
}



body {
  color: #000000;
  line-height: 1.6;
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  /*bold700 Medium 500 regular400 light 300*/
  position: relative;
  min-height: 100vh;
  /* letter-spacing: 0.08rem; */
  background: var(--White, #FFF);
}

.jost {
  font-family: "Jost", sans-serif;
  font-style: normal;
}


html,
body {
  height: 100%;
}

body>footer {
  position: sticky;
  top: 100vh;
}

img {
  width: 100%;
}

html,
body {
  scroll-padding-top: 30px;
}

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

  html,
  body {
    scroll-padding-top: 250px;
  }
}

/* ↓ 色の定義------------------------*/
:root {
  --gray-700: #3F3F46;
  --text-high: #38312B;
  --keycolor: #F5C41F;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* ↓ 共通アニメーション------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*---------------------------------------------

	レイアウト調整ユーティリティ

---------------------------------------------*/
/* textalign */
.util-textalignCenter {
  text-align: center;
}

.util-textalignLeft {
  text-align: left;
}

.util-textalignRight {
  text-align: right;
}

/* width100% */
.util-w100 {
  width: 100%;
}

/* margin（リキッドレイアウト用） */

.util-mb05 {
  margin-bottom: 0.5rem;
}

.util-mb08 {
  margin-bottom: 0.8rem;
}

.util-mb1 {
  margin-bottom: 1rem;
}

.util-mb13 {
  margin-bottom: 1.3rem;
}

.util-mb15 {
  margin-bottom: 1.5rem;
}

.util-mb17 {
  margin-bottom: 1.7rem;
}

.util-mb18 {
  margin-bottom: 1.8rem;
}

.util-mb18 {
  margin-bottom: 1.8rem;
}

.util-mb2 {
  margin-bottom: 2rem;
}

.util-mb23 {
  margin-bottom: 2.3rem;
}

.util-mb25 {
  margin-bottom: 2.5rem;
}

.util-mb3 {
  margin-bottom: 3rem;
}

.util-mb35 {
  margin-bottom: 3.5rem;
}

.util-mb4 {
  margin-bottom: 4rem;
}

.util-mb45 {
  margin-bottom: 4.5rem;
}

.util-mb5 {
  margin-bottom: 5rem;
}

.util-mb55 {
  margin-bottom: 5.5rem;
}

.util-mb6 {
  margin-bottom: 6rem;
}

.util-mb65 {
  margin-bottom: 6.5rem;
}

.util-mb7 {
  margin-bottom: 7rem;
}

.util-mb75 {
  margin-bottom: 7.5rem;
}

.util-mb8 {
  margin-bottom: 8rem;
}

.util-mb115 {
  margin-bottom: 11.5rem;
}

.util-mb135 {
  margin-bottom: 13.5rem;
}

.util-mt05 {
  margin-top: 0.5rem;
}

.util-mt1 {
  margin-top: 1rem;
}

.util-mt15 {
  margin-top: 1.5rem;
}

.util-mt18 {
  margin-top: 1.8rem;
}

.util-mt2 {
  margin-top: 2rem;
}

.util-mt3 {
  margin-top: 3rem;
}

.util-mt35 {
  margin-top: 3.5rem;
}

.util-mt4 {
  margin-top: 4rem;
}

.util-mt5 {
  margin-top: 5rem;
}

.util-mt6 {
  margin-top: 6rem;
}

.util-mt7 {
  margin-top: 7rem;
}

.util-mt75 {
  margin-top: 7.5rem;
}

.util-mt9 {
  margin-top: 9rem;
}

.util-mt10 {
  margin-top: 10rem;
}

.util-mt36 {
  margin-top: 36rem;
}

/* sp_margin */
@media screen and (max-width: 540px) {

  .util-mb30-sp {
    margin-bottom: 30px;
  }

  .util-mb0-sp {
    margin-bottom: 0rem;
  }

  .util-mb05-sp {
    margin-bottom: 0.5rem;
  }

  .util-mb1-sp {
    margin-bottom: 1rem;
  }

  .util-mb125-sp {
    margin-bottom: 1.25rem;
  }

  .util-mb13-sp {
    margin-bottom: 1.3rem;
  }

  .util-mb15-sp {
    margin-bottom: 1.5rem;
  }

  .util-mb17-sp {
    margin-bottom: 1.7rem;
  }

  .util-mb18-sp {
    margin-bottom: 1.8rem;
  }

  .util-mb2-sp {
    margin-bottom: 2rem;
  }

  .util-mb25-sp {
    margin-bottom: 2.5rem;
  }

  .util-mb3-sp {
    margin-bottom: 3rem;
  }

  .util-mb35-sp {
    margin-bottom: 3.5rem;
  }

  .util-mb375-sp {
    margin-bottom: 3.75rem;
  }

  .util-mb4-sp {
    margin-bottom: 4rem;
  }

  .util-mb5-sp {
    margin-bottom: 5rem;
  }

  .util-mb55-sp {
    margin-bottom: 5.5rem;
  }

  .util-mb6-sp {
    margin-bottom: 6rem;
  }

  .util-mt0-sp {
    margin-top: 0rem;
  }

  .util-mt05-sp {
    margin-top: 0.5rem;
  }

  .util-mt1-sp {
    margin-top: 1rem;
  }

  .util-mt15-sp {
    margin-top: 1.5rem;
  }

  .util-mt2-sp {
    margin-top: 2rem;
  }

  .util-mt3-sp {
    margin-top: 3rem;
  }

  .util-mt4-sp {
    margin-top: 4rem;
  }

  .util-mt5-sp {
    margin-top: 5rem;
  }

  .util-mt6-sp {
    margin-top: 6rem;
  }
}

/*---------------------------------------------

	背景

---------------------------------------------*/
.bgWhite {
  background: #f7f7f7;
}

.bgGreen {
  background: #d9ede7;
}

.bgYellow {
  background: #fff6c4;
}

/*---------------------------------------------

	テキストカラー

---------------------------------------------*/

/* テキストカラー　白 */
.util-text-white {
  color: #fff !important;
}

/* テキストカラー　黒 */
.util-text-lightblue {
  color: #2fadb7 !important;
}

.util-text-purple {
  color: #544db7 !important;
  ;
}

/*---------------------------------------------

	テキストデコレーション

---------------------------------------------*/
.util-textDecoration-underline {
  text-decoration: underline;
}

.bald {
  font-weight: 700;
}


/*---------------------------------------------

	インナー

---------------------------------------------*/
.inner-s {
  max-width: 90%;
  width: 910px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner-m {
  max-width: 95%;
  width: 1040px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner-l {
  max-width: 95%;
  width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner-max {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 540px) {
  .inner-s-sp {
    width: 91.6%;
    max-width: 98%;
  }

  .inner-m {
    width: 87.2%;
    max-width: none;
  }

  .inner-l-sp {
    width: 90%;
  }
}

.util-inner-large {
  width: 91.794871794872%;
  margin: 0 auto;
}

.util-inner-max {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 820px) {
  .util-inner-large {
    width: 80%;
  }
}


@media screen and (min-width: 1024px) {
  .util-inner-large-sp {
    width: 90%;
    max-width: 1230px;
  }

  .util-inner-medium-sp {
    width: 80%;
    max-width: 1027.2px;
  }
}



/*---------------------------------------------

	ボタン

---------------------------------------------*/
.buttonBlock {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 820px) {
  .buttonBlock {
    flex-direction: column;
  }
}

.buttonBlock.member {
  gap: 0.75rem;
}

.util-button {
  position: relative;
  /* margin: 0 auto; */
  display: inline-block;
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.625rem 1.875rem;
  border-radius: 2.5rem;
  background: #FFF;
}

.util-button::after {
  display: inline-block;
  content: "";
  margin-left: 0.5rem;
  width: 7px;
  height: 12px;
  background-image: url(../img/svg/arrow_button_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}


@media screen and (max-width: 540px) {
  .util-button {
    padding: 0.625rem 1.875rem;
    border-radius: 2.5rem;
    font-size: 0.875rem;
  }
}


.util-button:hover {
  opacity: 1;
  transform: translateY(-5px);
}


/*---------------------------------------------

	タイトル

---------------------------------------------*/

.util-title {
  position: relative;
  display: block;
  font-size: clamp(40px, 3.9vw, 50px);
  color: #1F1F1F;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.03125rem;
}

@media screen and (max-width: 540px) {
  .util-title {
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 2.7625rem */
    letter-spacing: 0.01625rem;
  }
}

.util-title::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.625rem;
  height: 0.4375rem;
  background: #208D62;
}

@media screen and (max-width: 540px) {
  .util-title::after {
    width: 4.375rem;
    height: 0.3125rem;
  }
}

/* スマートフォン（SP）の場合のスタイル設定 */
@media only screen and (max-width: 540px) {
  .emsp {
    display: inline;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }


}