@charset "UTF-8";

/* ===============================
	カスタムプロパティ
=============================== */
:root {
  --font-size-base: 1.5rem;
  --font-size-base-pc: 1.8rem;
  --content-width: 768px;
  --content-width-pc: 1000px;
  --break-point-min: 480px;
  --break-point-s: 768px;
  --break-point-m: 1080px;
  --break-point-l: 1280px;
  --break-point-max: 1536px;
  --text-link: #000;
  --color-light-gray: #eff1f3;
  --color-dark-gray: #586E80;
  --color-dark-pink: #AF598E;
  --color-ye: #FFEF00;
}

/* ===============================
	ベーススタイル
=============================== */
html {
  font-size: 62.5%;
}

body {
  min-inline-size: 360px;
  font-size: var(--font-size-base);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

article {
  overflow: hidden;
}

a {
  color: var(--text-link);
  text-decoration: none;
}

img {
  vertical-align: middle;
}

em {
  font-style: normal;
  font-weight: bold;
}

address {
  font-style: normal;
}

button {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}

button img {
  display: block;
}

/* コンテンツ幅 */
.content-width {
  max-inline-size: var(--content-width);
  margin-inline: auto;
}

.display-padding {
  padding-left: 5%;
  padding-right: 5%;
}

/* ===============================
	utility
=============================== */
/* 非表示スタイル */
.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* リンク */
a.text-link {
  text-decoration: underline;
}

/* カラー */
.bg-white {
  background-color: #fff;
}

.bg-light-gray {
  background-color: var(--color-light-gray);
}

.bg-dark-pink {
  background-color: var(--color-dark-pink);
}

.color-white {
  color: #fff;
}

.color-dark-pink {
  color: var(--color-dark-pink);
}

/* フォント */
.font-serif {
  font-family: "Noto Serif JP", serif;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-s {
  font-size: .8em;
}

/* マージン */
.ma {
  margin-inline: auto;
}

.mt05em {
  margin-top: .5em;
}

.mt1em {
  margin-top: 1em;
}

.mts {
  margin-top: 30px;
}

.mtm {
  margin-top: 40px;
}

/* ページトップ */
#pageTop {
  block-size: 60px;
  position: relative;
  z-index: 2;
}

.dom-loading .page-top {
  display: none;
}

.page-top {
  display: block;
  inline-size: 40px;
  min-block-size: 40px;
  background: rgba(0, 0, 0, .75) url(../images/page_top.svg) no-repeat center center / 24px auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.page-top.active {
  position: absolute;
}

/* ボタン */
.btn-normal {
  text-align: center;
}

.btn-normal a {
  display: inline-block;
  min-inline-size: 300px;
  padding: .5em 1em;
  font-weight: 500;
  background-color: #fff;
  color: var(--color-dark-pink);
  border: solid 2px var(--color-dark-pink);
  border-radius: 50px;
}

.btn-more {
  margin-top: 20px;
  text-align: center;
}

.btn-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  inline-size: 150px;
  min-block-size: 40px;
  padding: .5em 1em;
  font-size: 1.2rem;
  background-color: var(--color-dark-gray);
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.btn-more a::before {
  content: '';
  display: block;
  inline-size: calc(100% - 6px);
  block-size: calc(100% - 6px);
  border: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* アコーディオン */
.btn-open-menu {
  display: flex;
  align-items: center;
  min-block-size: 4.5em;
  inline-size: 100%;
  margin-top: 1em;
  padding: .5em 2.5em .5em 3.5em;
  font-weight: 500;
  background-color: var(--color-dark-gray);
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  position: relative;
}

.btn-open-menu::before {
  content: '';
  display: inline-block;
  inline-size: 2em;
  block-size: 2em;
  background: url(../images/i_faq.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: .7em;
  transform: translate(0, -50%);
}

.btn-open-menu::after {
  content: '▼';
  display: inline-block;
  inline-size: 1em;
  block-size: 1em;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: .7em;
  transform: translate(0, -50%);
}

.btn-open-menu[aria-expanded="true"]::after {
  transform: translate(0, -50%) rotate(180deg);
}

.open-menu-container {
  display: none;
  padding: 1em 1em;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

/* 方眼紙パターン */
.bg-note {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-repeat: repeat;
  background-position: center center;
  background-size: 12px 12px;
}

/* ===============================
	1280px未満
=============================== */
@media screen and (width < 1280px) {

  /* ベーススタイル */
  .disp-xl {
    display: none;
  }
}

/* ===============================
	1080px未満
=============================== */
@media screen and (width < 1080px) {

  /* マージン */
  .sp-ma {
    margin-inline: auto;
  }

  /* コンテンツ幅 */
  .sp-maxw420 {
    max-inline-size: 420px;
  }

  .sp-maxw540 {
    max-inline-size: 540px;
    margin-inline: auto;
  }

  /* ブレイクポイント */
  .disp-l {
    display: none;
  }

  /* ページトップ */
  .page-top {
    bottom: 70px;
  }

  .page-top.active {
    bottom: 20px;
  }
}

/* ===============================
	768px未満
=============================== */
@media screen and (width < 768px) {}

/* ===============================
	480px未満
=============================== */
@media screen and (width < 480px) {}

/* ===============================
	480px以上
=============================== */
@media screen and (480px <=width) {

  /* ブレイクポイント */
  .disp-xs {
    display: none;
  }
}

/* ===============================
	768px以上
=============================== */
@media print,
screen and (768px <=width) {

  /* ブレイクポイント */
  .disp-s {
    display: none;
  }
}

/* ===============================
	768px以上1080px未満
=============================== */
@media screen and (768px <=width < 1080px) {}

/* ===============================
	1080px以上
=============================== */
@media print,
screen and (1080px <=width) {
  body {
    font-size: var(--font-size-base-pc);
  }

  /* ブレイクポイント */
  .disp-m {
    display: none;
  }

  /* コンテンツ幅 */
  .content-width {
    max-inline-size: var(--content-width-pc);
  }

  /* マージン */
  .mts {
    margin-top: 50px;
  }

  .mtm {
    margin-top: 80px;
  }

  /* ボタン */
  .btn-normal a {
    border-width: 3px;
  }

  .btn-more {
    margin-top: 30px;
  }

  .btn-more a {
    inline-size: 250px;
    min-block-size: 50px;
    font-size: 1.6rem;
  }

  /* アコーディオン */
  .btn-open-menu {
    min-block-size: 4em;
    font-size: 1.6rem;
  }

  .btn-open-menu::after {
    right: 1em;
  }

  .open-menu-container {
    max-height: 360px;
  }

  /* 方眼紙パターン */
  .bg-note {
    background-size: 16px 16px;
  }
}

/* ===============================
	1280px以上
=============================== */
@media screen and (1280px <=width) {}

/* ===============================
	1536px以上
=============================== */
@media screen and (1536px <=width) {}

/* ===============================
	:hoverスタイル
================================== */
@media (hover: hover) {

  /* マウスオーバー：フェード */
  .hover-fade button,
  button.hover-fade,
  .hover-fade a,
  a.hover-fade {
    transition: opacity 0.5s ease 0s;
  }

  .hover-fade button.hovering,
  button.hover-fade.hovering,
  .hover-fade a.hovering,
  a.hover-fade.hovering {
    opacity: 0.6;
  }

  /* リンク */
  a.text-link:hover {
    text-decoration: none;
  }

  /* ボタン */
  .btn-normal a.hovering {
    background-color: var(--color-dark-pink);
    color: #fff;
    border-color: #fff;
  }
}