@charset "UTF-8";

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

	全ページ共通

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

@media screen and (max-width: 600px) {
  html {
    font-size: 3.6vw;
  }
}

body {
  color: #0D1B36;
  letter-spacing: 0.08rem;
  line-height: 1.6;
  font-optical-sizing: auto;
  font-family: "mb", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #FCFEFF;
}

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


@font-face {
  font-family: "mb";
  src: url("../font/mb-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "mb";
  src: url("../font/mb-semibold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "mb";
  src: url("../font/mb-bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}

/* ↓ 色の定義------------------------*/
:root {
  ----Black: #2e2f32;
  --Light-gray: #f3f7fa;
  --Navy: #04559f;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  z-index: 100;
  cursor: pointer;
}

/* ↓ 共通アニメーション------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0.8;
    filter: blur(8px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

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

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

---------------------------------------------*/
/* 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-mb1 {
  margin-bottom: 1rem;
}

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

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

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

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

.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-mb6 {
  margin-bottom: 6rem;
}

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

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

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

.util-mb9 {
  margin-bottom: 9rem;
}

.util-mb10 {
  margin-bottom: 10rem;
}

.util-mb11 {
  margin-bottom: 11rem;
}

.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: 600px) {
  .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-mb15-sp {
    margin-bottom: 1.5rem;
  }

  .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-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-mb8-sp {
    margin-bottom: 8rem;
  }

  .util-mb95-sp {
    margin-bottom: 9.5rem;
  }


  .util-mb10-sp {
    margin-bottom: 10rem;
  }

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

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

	PCとSP表示切り替え

---------------------------------------------*/
.util-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .util-pc {
    display: none;
  }

  .util-sp {
    display: block;
  }
}

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

	共通タイトル

---------------------------------------------*/
.util-title {
  font-size: 2.125rem;
  font-weight: 700;
  color: #313131;
}


@media screen and (max-width: 600px) {
  .util-title {
    font-size: 1.85rem;
  }
}

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

	テキストカラー

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

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

/* テキストカラー　黒 */
.util-text-black {
  color: #111111;
}

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

	テキストデコレーション

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

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

	インナー

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

/* ---------------------- インナー S ---------------------- */

.util-inner-small {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width:600px) {
  .util-inner-small-sp {
    width: 77.6%;
    margin: 0 auto;
  }
}

.util-inner-small02 {
  width: 766px;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .util-inner-small-sp02 {
    width: 77.6%;
    margin: 0 auto;
  }
}

/* ---------------------- インナー L ---------------------- */
.util-inner-large {
  width: 1376x;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .util-inner-large-sp {
    width: 88.5%;
    margin: 0 auto;
  }
}

/* ---------------------- インナー MAX ---------------------- */
.util-inner-max {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .util-inner-max-sp {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}


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

	ボタン

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

.util-button-wrapper {

  display: inline-block;
}

.util-button {
  position: relative;
  display: inline-block;
  min-width: 17rem;
  padding: 1rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  background: #D28E19;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: bold;
}

.util-button .util-button-campaign{
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  padding: 5px 10px;
  border: 1px solid #D28E19;
  border-radius: 50px;
  color: #D28E19;
  background: #fff;
  z-index: 80;
  font-size: 11px;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-weight: normal;
}

.util-button:has(.util-button-campaign){
 padding-top: 25px;
}

@media screen and (max-width: 830px) {
  .util-button {
    min-width: 10rem;
  }

}

@media screen and (max-width: 800px) {
  .util-button {
    min-width: 19rem;
    font-size: 1.25rem;
  }
}

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

  header .util-button .util-button-campaign{
  font-size: 2.1vw;
}
}


.util-button:hover {
  opacity: 1;
  transform: scale(1.1, 1.1);
}


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

.sp {
  display: none;
}

.tab-sp {
  display: none;
}

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

  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .tab-sp {
    display: block;
  }
}