@charset "UTF-8";
/* =====================================================
						scss設定用ファイル
 =====================================================*/
:root {
  interpolate-size: allow-keywords; /* サイズキーワードによるアニメーションを許可 */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

html {
  font-size: 62.5%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
@media screen and (min-width: 992px) {
  html {
    scroll-padding-top: 120px;
  }
}

body {
  margin: 0;
  overflow-x: hidden;
}
body._open {
  overflow: hidden;
}

main {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
input[type=text],
textarea {
  font-size: 1.6rem;
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button {
  border-style: none;
  padding: 0;
  background-color: unset;
}

textarea {
  overflow: auto;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

address {
  font-style: normal;
}

/* ======================================================
	reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd, figure, div {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ol, ul {
  list-style: "";
}

a {
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  a[href^=tel] {
    pointer-events: none;
  }
}
a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

address {
  font-style: normal;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

details::details-content {
  content-visibility: unset;
  display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
  details::details-content {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: grid-template-rows;
    transition-property: grid-template-rows;
    transition-property: grid-template-rows, -ms-grid-rows;
  }
}
details:not([open])::details-content {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
}
details[open]::details-content {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

dialog {
  position: fixed;
  inset: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 9999;
  opacity: 0;
  background-color: transparent;
  max-width: unset;
  max-height: unset;
  -webkit-transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
  transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
}
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
  transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
  transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
}
dialog[open]::-ms-backdrop {
  opacity: 1;
}
dialog[open], dialog[open]::backdrop {
  opacity: 1;
}

@starting-style {
  dialog[open]::-ms-backdrop {
    opacity: 0;
  }
  dialog[open],
  dialog[open]::backdrop {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
/* フォント定義域 */
/* よく使う400〜700を定義  variableフォントはなんかバグりやすいのでやめる。うまい書き方が見つかったら試す*/
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Black.woff2) format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url(../fonts/Outfit-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url(../fonts/Outfit-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url(../fonts/Outfit-Thin.woff2) format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url(../fonts/Outfit-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Zen Kaku Gothic New";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}

/* =====================================================
							全ページ共通パーツ用ファイル
 =====================================================*/
footer {
  background-color: #EDEDED;
  padding-block: 40px 20px;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  footer {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  footer {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 992px) {
  footer {
    padding-block: 80px 20px;
  }
}

.footer_logo {
  width: 200px;
  display: block;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    width: 256px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_logo:hover {
    opacity: 0.7;
  }
}

.footer_nav_wrap {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer_nav_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer_nav_list {
    gap: 40px;
  }
}
.footer_nav_list li a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  -webkit-padding-end: 17px;
          padding-inline-end: 17px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer_nav_list li a:hover {
    opacity: 0.7;
  }
  .footer_nav_list li a:hover::before {
    translate: 3px calc(-50% - 3px);
  }
}
.footer_nav_list li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0% -50%;
  width: 13px;
  height: 10px;
  -webkit-mask-image: url(../img/common/blank.svg);
          mask-image: url(../img/common/blank.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #000000;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}

.copyright {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  font-size: 1.4rem;
  color: #000000;
  font-family: "Outfit";
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: background-color 0.3s, backdrop-filter 0.3s;
  transition: background-color 0.3s, backdrop-filter 0.3s;
}
@media screen and (max-width: 991px) {
  header._inview {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
  }
}

.header_inner {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .header_inner {
    padding: 24px 40px;
  }
}

.header_logo {
  display: block;
  width: 150px;
  height: 34px;
  background-image: var(--header-logo-image, url(../img/common/header_logo_sp.svg));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.3s, background-image 0.3s;
  transition: opacity 0.3s, background-image 0.3s;
}
@media screen and (min-width: 992px) {
  .header_logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 370px;
    aspect-ratio: 370/48;
    height: auto;
    background-image: var(--header-logo-image, url(../img/common/header_logo.svg));
  }
}
@media (hover: hover) and (pointer: fine) {
  .header_logo:hover {
    opacity: 0.5;
  }
}

.header_nav_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  border-radius: 100vmax;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (min-width: 992px) {
  .header_nav_group {
    padding: 12px 12px 12px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
  }
}

.header_nav_list {
  display: none;
}
@media screen and (min-width: 992px) {
  .header_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header_nav_list li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header_nav_list li a {
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  .header_nav_list li a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header_nav_list li a:hover {
    opacity: 0.5;
  }
}

.header_button_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 330px;
}
@media screen and (min-width: 992px) {
  .header_button_group {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.header_button_group ._contact {
  display: none;
  --button-color: #0C7AA2;
}
@media screen and (min-width: 992px) {
  .header_button_group ._contact {
    display: block;
  }
}
.header_button_group ._trial {
  --button-color: #EF3458;
}

.header_button {
  position: relative;
  display: block;
  background-color: var(--button-color);
  border: solid 1px var(--button-color);
  border-radius: 100vmax;
  text-align: center;
  font-size: 1.4rem;
  place-content: center;
  font-weight: 700;
  padding: 10px 15px;
  text-decoration: none;
  width: 110px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  place-content: end;
}
@media screen and (min-width: 992px) {
  .header_button {
    font-size: 1.2rem;
    width: 120px;
    padding: 10px 20px;
    place-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .header_button {
    font-size: 1.4rem;
    width: 150px;
    padding: 10px 30px;
  }
}
.header_button span {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header_button::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  rotate: 45deg;
  translate: 0 -50%;
  right: 10px;
  top: 50%;
  -webkit-transition: translate 0.3s, border-color 0.3s;
  transition: translate 0.3s, border-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header_button:hover {
    cursor: pointer;
    background-color: #ffffff;
  }
  .header_button:hover span {
    color: var(--button-color);
  }
  .header_button:hover::before {
    translate: 3px -50%;
    border-color: var(--button-color);
  }
}

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #0C7AA2;
  border-radius: 50%;
  border: solid 1px #0C7AA2;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 18px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  -webkit-transition: translate 0.3s, background-color 0.3s;
  transition: translate 0.3s, background-color 0.3s;
}
.hamburger span:nth-child(1) {
  translate: -50% calc(-50% - 4px);
}
.hamburger span:nth-child(3) {
  translate: -50% calc(-50% + 4px);
}
.hamburger._open span:nth-child(1) {
  translate: -50% -50%;
}
.hamburger._open span:nth-child(3) {
  translate: -50% -50%;
}
@media (hover: hover) and (pointer: fine) {
  .hamburger:hover {
    cursor: pointer;
    background-color: #ffffff;
  }
  .hamburger:hover span {
    background-color: #0C7AA2;
  }
}

#global_nav {
  position: fixed;
  top: 0px;
  z-index: 9999;
  right: 0;
  width: 200px;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.8);
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  translate: 100% 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  padding-block: 63px 20px;
}
@media screen and (min-width: 992px) {
  #global_nav {
    content-visibility: hidden;
  }
}
#global_nav._open {
  translate: 0% 0;
}

.global_nav_list {
  display: -ms-grid;
  display: grid;
  gap: 2px;
}
.global_nav_list li a {
  position: relative;
  display: block;
  background-color: #0C7AA2;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.global_nav_list li a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  rotate: 45deg;
  translate: 0 -50%;
  right: 20px;
  top: 50%;
  -webkit-transition: translate 0.3s, border-color 0.3s;
  transition: translate 0.3s, border-color 0.3s;
}

.global_nav_button {
  position: relative;
  display: block;
  background-color: #0C7AA2;
  border: solid 1px #0C7AA2;
  -webkit-box-shadow: 0 3px 6px #a4afc9;
          box-shadow: 0 3px 6px #a4afc9;
  border-radius: 100vmax;
  text-align: center;
  font-size: 1.4rem;
  place-content: center;
  font-weight: 700;
  padding: 10px 15px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  margin-inline: auto;
  width: 100%;
  max-width: 160px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  place-content: end;
}
.global_nav_button span {
  color: #ffffff;
}

/* =====================================================
							TOPのFV専用
 =====================================================*/
.link_btn {
  position: relative;
  display: block;
  background-color: rgb(var(--button-color));
  -webkit-box-shadow: 0 5px 0px rgba(var(--button-shadow), 1);
          box-shadow: 0 5px 0px rgba(var(--button-shadow), 1);
  border-radius: 100vmax;
  text-align: center;
  font-size: 2.2rem;
  place-content: center;
  font-weight: 700;
  padding: 20px 30px;
  margin-inline: auto;
  width: 100%;
  max-width: 160px;
  text-decoration: none;
  -webkit-transition: translate 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, translate 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, translate 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
}
.link_btn span {
  color: #ffffff;
}
.link_btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  rotate: 45deg;
  translate: 0 -50%;
  right: 10px;
  top: 50%;
  -webkit-transition: translate 0.3s, border-color 0.3s;
  transition: translate 0.3s, border-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .link_btn:hover {
    cursor: pointer;
    translate: 0 5px;
    -webkit-box-shadow: 0 0px 0px rgba(var(--button-shadow), 0);
            box-shadow: 0 0px 0px rgba(var(--button-shadow), 0);
  }
  .link_btn:hover::before {
    translate: 3px -50%;
  }
}

.breadcrumb {
  display: none;
}
@media screen and (min-width: 992px) {
  .breadcrumb {
    display: block;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.l_inner {
  max-width: 1200px;
  margin-inline: auto;
}

.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 5px;
}

.breadcrumb_ttl,
.breadcrumb_sparate {
  color: #A0A0A0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 17px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .breadcrumb_link:hover .breadcrumb_ttl {
    color: #000000;
  }
}

.plan_popup {
  background-color: #ffffff;
  width: 90%;
  inset: 0;
  margin: auto;
  max-height: calc(100svh - 80px);
  border-radius: 40px;
  max-width: 600px;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-width: thin;
  -ms-touch-action: none;
      touch-action: none;
  --button-color: 177, 177, 177;
  --button-shadow: 113, 112, 113;
  container-name: popup;
}
.plan_popup::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: none;
      touch-action: none;
}
.plan_popup::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: none;
      touch-action: none;
}
.plan_popup:has(input:checked) {
  --button-color: 0, 122, 162;
  --button-shadow: 34, 96, 119;
}

#plan_popup_premium {
  --gradation-color01: 247, 95, 124;
  --gradation-color02: 239, 52, 88;
}
#plan_popup_premium:has(input:checked) {
  --button-color: 239, 52, 88;
  --button-shadow: 168, 39, 64;
}

@scope (.plan_popup) {
  .plan_popup_title {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--gradation-color01, 0, 169, 206), 1)), to(rgba(var(--gradation-color02, 12, 122, 162), 1)));
    background: linear-gradient(180deg, rgba(var(--gradation-color01, 0, 169, 206), 1) 0%, rgba(var(--gradation-color02, 12, 122, 162), 1) 100%);
    padding: 30px 20px;
    text-align: center;
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.5;
  }
  @media screen and (min-width: 768px) {
    .plan_popup_title {
      font-size: 3rem;
    }
  }
  .popup_body {
    padding: 30px 25px;
  }
  @media screen and (min-width: 768px) {
    .popup_body {
      padding: 60px 60px;
    }
  }
  .popup_text {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
  }
  @media screen and (min-width: 768px) {
    .popup_text {
      font-size: 1.6rem;
    }
  }
  .terms_link {
    display: block;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-decoration: underline;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  @media (hover: hover) and (pointer: fine) {
    .terms_link:hover {
      opacity: 0.7;
    }
  }
  .agree {
    position: relative;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-inline: auto;
    font-size: 1.6rem;
    line-height: 2;
    -webkit-padding-start: 35px;
            padding-inline-start: 35px;
  }
  @media screen and (min-width: 768px) {
    .agree {
      -webkit-margin-before: 30px;
              margin-block-start: 30px;
    }
  }
  @media (hover: hover) and (pointer: fine) {
    .agree:hover {
      cursor: pointer;
    }
  }
  .agree input {
    display: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .agree::before {
    content: "";
    position: absolute;
    top: 1em;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid #B1B1B1;
    background-color: #ffffff;
    translate: 0 -50%;
  }
  .agree::after {
    content: "";
    position: absolute;
    top: 1em;
    left: 7px;
    width: 10px;
    height: 8px;
    -webkit-mask-image: url(../img/common/check.svg);
            mask-image: url(../img/common/check.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    translate: 0 -50%;
    background-color: #000000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .agree:has(input:checked)::after {
    opacity: 1;
  }
  .link_btn {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    max-width: 360px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 10px;
    font-size: 1.8rem;
  }
  @media screen and (min-width: 768px) {
    .link_btn {
      -webkit-margin-before: 40px;
              margin-block-start: 40px;
    }
  }
  @container popup style(--button-color: 177, 177, 177) {
    .link_btn {
      pointer-events: none;
    }
  }
}
/* =====================================================
						共通パーツ
=====================================================*/
.contents_inner {
  max-width: var(--inner, 1040px);
  margin-inline: auto;
}