@charset "UTF-8";
/* 日本語 */
/* 色管理 */
/* z-index */
/* font */
/* ブレイクポイント */
/* mixin */
/* ----------------- 
reset
-------------------*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

​ address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

​ ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

​ abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

​ input,
textarea,
select {
  font-size: 16px;
}

​ textarea {
  resize: vertical;
  display: block;
}

​ button {
  padding: 0;
  cursor: pointer;
}

​ legend {
  color: #000;
}

​ main {
  display: block;
}

​ a {
  text-decoration: none;
  color: inherit;
}

​ img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

​ svg {
  display: block;
}

​ * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

address {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  font-family: "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
  color: #000;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h4 {
  font-weight: 500;
}

/* ------------- 
layout
------------- */
.l-container__sm,
.l-container,
.l-container__lg {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.l-container__sm {
  max-width: 832px;
}

.l-container {
  max-width: 932px;
}

.l-container__lg {
  max-width: 1112px;
}

.l-main {
  padding: 80px 0 120px;
}
@media screen and (min-width: 767px) {
  .l-main {
    padding: 120px 0 136px;
  }
}

.l-main_no-top {
  padding: 80px 0 120px;
  margin-top: 74px;
}
@media screen and (min-width: 767px) {
  .l-main_no-top {
    padding: 120px 0 200px;
    margin-top: 80px;
  }
}

.l-contents {
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .l-contents {
    padding: 80px 0;
  }
}

.l-contents__sp80-pc120 {
  padding: 80px 0 120px;
}
@media screen and (min-width: 767px) {
  .l-contents__sp80-pc120 {
    padding: 120px 0 200px;
  }
}

.l-content {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .l-content {
    margin-top: 56px;
  }
}

.l-content_notop {
  margin-top: 56px;
}
@media screen and (min-width: 767px) {
  .l-content_notop {
    margin-top: 80px;
  }
}

/* ----------------- 
utility
-------------------*/
.u-sp__none {
  display: none;
}
@media screen and (min-width: 767px) {
  .u-sp__none {
    display: block;
  }
}

.u-pc__none {
  display: block;
}
@media screen and (min-width: 767px) {
  .u-pc__none {
    display: none;
  }
}

.u-img__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-img__contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 575px) {
  .u-ttl__br {
    display: none;
  }
}

.u-font {
  color: #444;
  font-size: 14px;
  margin-top: 16px;
}

.u-color {
  font-size: 37px;
  color: #C8A856;
  margin-left: 8px;
  background: linear-gradient(transparent 96%, #C8A856 96%);
}
@media screen and (min-width: 767px) {
  .u-color {
    font-size: 30px;
  }
}
@media screen and (min-width: 1023px) {
  .u-color {
    font-size: 37px;
  }
}

.u-font__price {
  font-size: clamp(16px, 1.94vw, 28px);
}

.u-margin {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .u-margin {
    margin-top: 28px;
  }
}

/* ----------
header
---------- */
.header {
  max-width: 1236px;
  width: 100vw;
  display: flex;
  align-items: center;
  position: fixed;
  background: transparent;
  z-index: 100;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1023px) {
  .header {
    top: 30px;
    left: 50%;
    padding: 0 20px;
    transform: translateX(-50%);
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #D9D9D9;
  padding: 16px;
}
@media screen and (min-width: 1023px) {
  .header-inner {
    border-radius: 12px;
    padding: 16px 32px;
  }
}
.header-logo {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: bold;
  color: #0F2C59;
}
.header-logo__link {
  transition: ease 0.3s;
}
.header-logo__link:hover {
  opacity: 0.5;
}
.header-nav {
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 275px;
  background: #fff;
  opacity: 0.5;
  z-index: 1000;
  transition: ease 0.5s;
}
@media screen and (min-width: 1023px) {
  .header-nav {
    position: static;
    background: transparent;
    width: auto;
    height: auto;
    display: block;
    opacity: 1;
    pointer-events: inherit;
  }
}
.header-nav__inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1023px) {
  .header-nav__inner {
    position: static;
    transform: inherit;
  }
}
.header-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1023px) {
  .header-nav__list {
    flex-direction: row;
    gap: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .header-nav__list {
    gap: 25px;
  }
}
.header-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 15px;
  color: #0F2C59;
  transition: ease 0.3s;
}
@media screen and (min-width: 1023px) {
  .header-nav__item {
    margin-left: 3px;
    margin-top: 0;
  }
}
.header-nav__item:hover {
  color: #C8A856;
}
.header-nav__link {
  width: 100%;
  height: 100%;
}
.header .header-nav__list > .header-nav__item:last-of-type {
  color: #fff;
  background: #0F2C59;
  width: 160px;
  height: 52px;
  border-radius: 50px;
  transition: ease 0.3s;
  font-weight: bold;
}
.header .header-nav__list > .header-nav__item:last-of-type:hover {
  background: #C8A856;
}
.header .header-nav__list > .header-nav__item:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ----------
footer
---------- */
.footer {
  background: #D9D9D9;
  padding: 20px;
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 38px 20px;
  }
}
.footer__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .footer__inner {
    flex-direction: row;
    align-items: center;
  }
}
.footer__logo {
  font-size: clamp(16px, 1.38vw, 20px);
}
.footer-right {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .footer-right {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .footer-nav__list {
    display: flex;
    gap: 20px;
  }
}
.footer-nav__item {
  font-size: 14px;
}
.footer-nav__link {
  border-bottom: 1px solid #000;
  transition: ease 0.3s;
}
.footer-nav__link:hover {
  color: #C8A856;
  border-bottom: 1px solid #C8A856;
}
.footer__copyright {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .footer__copyright {
    margin-top: 0;
  }
}

/* ------------- 
module
------------- */
.m-hamburger {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 1023px) {
  .m-hamburger {
    display: none;
  }
}

.m-hamburger__bar {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #0F2C59;
  left: 50%;
  transition: ease 0.3s;
}

.m-hamburger__bar:first-child,
.m-hamburger__bar_not-top:first-child {
  top: 25%;
  transform: translate(-50%, 0);
}

.m-hamburger__bar:nth-child(2),
.m-hamburger__bar_not-top:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.m-hamburger__bar:last-child,
.m-hamburger__bar_not-top:last-child {
  top: 75%;
  transform: translate(-50%, -100%);
}

.m-section-ttl {
  font-size: clamp(28px, 2.6vw, 38px);
  color: #0F2C59;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  z-index: -1;
}
.m-section-ttl::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 60px;
  height: 3px;
  background: #0F2C59;
  transform: translateX(-50%);
}

.m-section {
  padding: 80px 0;
}
@media screen and (min-width: 1023px) {
  .m-section {
    padding: 100px 0;
  }
}

/* --------------------
js
--------------------*/
.js-navigation {
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 1023px) {
  .js-navigation {
    pointer-events: auto;
    opacity: 1;
  }
}

.js-navigation.is-active {
  opacity: 1;
  pointer-events: inherit;
  transition: ease 0.5s;
  right: 0;
}

.m-hamburger.is-active {
  background: #fff;
  transition: ease 0.5s;
}

.js-hamburger.is-active .m-hamburger__bar:first-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}

.js-hamburger.is-active .m-hamburger__bar:nth-child(2) {
  opacity: 0;
}

.js-hamburger.is-active .m-hamburger__bar:last-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}

/* ----------------- 
coverage
-------------------*/
.coverage {
  background: #444444;
  position: sticky;
  z-index: 0;
}
.coverage .m-section-ttl {
  color: #fff;
}
.coverage .m-section-ttl::after {
  background: #fff;
}
.coverage__list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}
@media screen and (min-width: 767px) {
  .coverage__list {
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 1023px) {
  .coverage__list {
    margin-top: 56px;
  }
}
.coverage__item {
  background: #fff;
  width: 100%;
  font-size: 20px;
  padding: 25px 14px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .coverage__item {
    border-radius: 0px;
  }
}
.coverage__item:first-child .u-color {
  font-size: 28px;
}
@media screen and (min-width: 767px) {
  .coverage__item:first-child .u-color {
    font-size: clamp(20px, 1.94vw, 28px);
  }
}
.coverage__item:first-child .coverage__desc {
  font-size: 16px;
}
.coverage__head {
  color: #666;
}
.coverage__desc {
  color: #333333;
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .coverage__list .coverage__item:nth-child(1) {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
@media screen and (min-width: 767px) {
  .coverage__list .coverage__item:nth-child(2) {
    background: #F9F9F9;
  }
}
@media screen and (min-width: 767px) {
  .coverage__list .coverage__item:nth-child(3) {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

/* ----------------- 
kv
-------------------*/
.kv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.kv::before {
  background-image: url(../img/kv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.kv__box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
}
@media screen and (min-width: 1023px) {
  .kv__box {
    top: 57%;
  }
}
.kv__ttl {
  font-size: clamp(28px, 6.95vw, 40px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 575px) {
  .kv__ttl {
    font-size: clamp(40px, 4.16vw, 60px);
  }
}
.kv__desc {
  font-size: clamp(15px, 1.46vw, 21px);
  text-align: center;
  color: #fff;
  background: #C8A856;
  padding: 8px 16px;
  max-width: 530px;
  width: fit-content;
  border-radius: 50px;
  margin: 20px auto 0;
}
@media screen and (min-width: 1023px) {
  .kv__desc {
    margin: 28px auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 575px) {
  .kv__desc .u-pc__none {
    display: none;
  }
}
.kv__head {
  max-width: 400px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 1023px) {
  .kv__head {
    font-size: 15px;
    margin: 30px auto 0;
    max-width: 710px;
  }
}
@media screen and (min-width: 1199px) {
  .kv__head {
    max-width: 860px;
  }
}
.kv__list {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 24px;
  gap: 20px;
}
@media screen and (min-width: 1023px) {
  .kv__list {
    margin: 40px auto 0;
    gap: 38px;
  }
}
.kv__item {
  max-width: 110px;
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .kv__item {
    max-width: 140px;
  }
}
@media screen and (min-width: 1199px) {
  .kv__item {
    max-width: 172px;
  }
}
.kv__copy {
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  margin-top: 9px;
  padding-left: 1em;
  text-indent: -1em;
}
.kv__copy br {
  display: none;
}
@media screen and (min-width: 1199px) {
  .kv__copy br {
    display: block;
  }
}

/* ----------------- 
about
-------------------*/
.about__inner {
  width: 100%;
  margin: 0 auto;
}
.about__wrap {
  width: fit-content;
  margin: 40px auto 0;
  padding: 0 16px;
}
.about__head {
  font-size: clamp(18px, 1.8vw, 26px);
  text-align: center;
}
@media screen and (min-width: 767px) {
  .about__head {
    text-align: left;
  }
}
.about__copy {
  font-size: 11px;
}
.about__box {
  margin-top: 36px;
  padding: 20px;
  background: #E6F0FA;
}
@media screen and (min-width: 767px) {
  .about__box {
    margin-top: 52px;
    padding: 36px 20px;
  }
}
.about__box--inner {
  max-width: 758px;
  width: 100%;
  margin: 0 auto;
}
.about__box--copy {
  font-size: 13px;
  margin-top: 24px;
}
.about__txt {
  font-size: clamp(22px, 1.9vw, 28px);
  font-weight: bold;
  color: #0F2C59;
  text-align: center;
}
.about__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .about__list {
    gap: 20px 60px;
  }
}
@media screen and (min-width: 1023px) {
  .about__list {
    margin-top: 53px;
  }
}
.about__item {
  width: 46%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media screen and (min-width: 767px) {
  .about__item {
    width: 28%;
  }
}
@media screen and (min-width: 575px) {
  .about__item {
    max-width: 213px;
  }
}
.about__desc {
  margin: 0 auto;
  max-width: 758px;
  width: 100%;
  font-size: 12px;
  margin-top: 18px;
  padding-left: 20px;
}
@media screen and (min-width: 767px) {
  .about__desc {
    padding-left: 0px;
  }
}
.about__desc--link {
  border-bottom: 1px solid #000;
  transition: ease 0.3s;
}
.about__desc--link:hover {
  color: #C8A856;
  border-bottom: 1px solid #C8A856;
}

/* ----------------- 
times
-------------------*/
.times {
  background: #E6F0FA;
  position: sticky;
  z-index: 0;
}
.times__desc {
  font-size: clamp(16px, 1.8vw, 26px);
  color: #0F2C59;
  background: #fff;
  padding: 30px 16px;
  width: 100%;
  margin: 56px auto 0;
  border-radius: 12px;
}
@media screen and (min-width: 767px) {
  .times__desc {
    padding: 40px;
  }
}
.times__desc p {
  display: flex;
  justify-content: center;
}

/* ----------------- 
start
-------------------*/
.start {
  background: #E6F0FA;
  position: sticky;
  z-index: 0;
  padding-bottom: 80px;
}
@media screen and (min-width: 1023px) {
  .start {
    padding-bottom: 100px;
  }
}
.start__img {
  margin: 56px auto 0;
}

/* ----------------- 
document
-------------------*/
.document__table {
  margin-top: 72px;
}
.document__table--tr {
  font-size: clamp(16px, 1.38vw, 18px);
}
.document__table--tr:first-child {
  border-bottom: 1px solid #999999;
}
.document__table--tr:first-child .document__table--th {
  padding: 0 0 40px 0;
}
@media screen and (min-width: 1023px) {
  .document__table--tr:first-child .document__table--th {
    padding: 0 0 40px 30px;
  }
}
.document__table--tr:first-child .document__table--td {
  padding: 0 0 40px 20px;
}
@media screen and (min-width: 1023px) {
  .document__table--tr:first-child .document__table--td {
    padding: 0 30px 40px 0;
  }
}
.document__table--tr:last-child .document__table--th {
  padding: 40px 0 0 0;
}
@media screen and (min-width: 1023px) {
  .document__table--tr:last-child .document__table--th {
    padding: 40px 0 0 30px;
  }
}
.document__table--tr:last-child .document__table--td {
  padding: 40px 0 0 20px;
}
@media screen and (min-width: 1023px) {
  .document__table--tr:last-child .document__table--td {
    padding: 40px 30px 0 0;
  }
}
.document__table--th {
  vertical-align: top;
  width: 20%;
}
.document__table--head {
  font-weight: bold;
  color: #0F2C59;
}
.document__table--list {
  counter-reset: item;
}
.document__table--item p {
  counter-increment: item;
  position: relative;
  padding-left: 20px;
}
.document__table--item p::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.document__table--item:not(:first-child) p {
  line-height: 1.8;
}
.document__desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2;
}

/* ----------------- 
step
-------------------*/
.step {
  background: #0F2C59;
}
.step .m-section-ttl {
  color: #fff;
}
.step .m-section-ttl::after {
  background: #fff;
}
.step__inner {
  position: sticky;
  z-index: 0;
}
.step__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  margin-top: 56px;
  position: relative;
}
.step__item {
  background: #fff;
  border-radius: 30px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .step__item {
    border-radius: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.step__item--num-box {
  position: absolute;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  color: #0F2C59;
  border-radius: 30px 0;
}
@media screen and (min-width: 767px) {
  .step__item--num-box {
    position: static;
    flex-shrink: 0;
    width: auto;
    height: auto;
    padding-left: 40px;
  }
}
.step__item--en {
  font-size: clamp(16px, 1.38vw, 20px);
}
.step__item--num {
  line-height: 1;
  font-size: clamp(40px, 4.16vw, 60px);
}
.step__item--img {
  width: 100%;
  height: 280px;
}
.step__item--img img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (min-width: 767px) {
  .step__item--img img {
    border-radius: 100px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 767px) {
  .step__item--img {
    position: absolute;
    right: 0;
    width: clamp(120px, 12.8vw, 184px);
    height: clamp(120px, 12.8vw, 184px);
  }
}
@media screen and (min-width: 1199px) {
  .step__item--img {
    right: -5%;
  }
}
.step__item--txt {
  padding: 30px;
}
@media screen and (min-width: 767px) {
  .step__item--txt {
    padding: 20px 20px 20px 40px;
  }
}
@media screen and (min-width: 1199px) {
  .step__item--txt {
    padding: 20px 20px 20px 60px;
  }
}
.step__item--head {
  font-size: 18px;
  font-weight: bold;
  margin-left: 70px;
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .step__item--head {
    margin-left: 0;
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.step__item--link {
  text-decoration: underline;
  transition: ease 0.3s;
  word-break: break-word;
}
.step__item--link:hover {
  color: #C8A856;
}
.step__item--sm {
  font-size: 11px;
  margin-top: 12px;
}
.step__item--tel {
  display: inline-block;
  text-decoration: underline;
}
.step .modal__wrap {
  display: inline-block;
  margin-top: 12px;
}
.step .modal__wrap input {
  display: none;
}
.step .modal__open-label,
.step .modal__close-label {
  cursor: pointer;
}
.step .modal__open-label {
  font-size: 0.95em;
  text-decoration: underline;
  transition: ease 0.3s;
}
.step .modal__open-label:hover {
  cursor: pointer;
  color: #C8A856;
}
.step .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.step .modal__open-input:checked + label + input + .modal {
  display: block;
  animation: modal-animation 0.6s;
}
.step .modal__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 730px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 12px;
}
.step .modal__close-label {
  background-color: #0F2C59;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.4em;
}
.step .modal__content {
  max-height: 65vh;
  overflow-y: auto;
  padding: 20px 30px;
}
.step .modal__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
@keyframes modal-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 520px) {
  .step .modal__close-label {
    top: -17px;
    right: -4%;
  }
  .step .modal__content-wrap {
    width: 90vw;
  }
  .step .modal__content {
    padding: 30px 16px;
    max-width: 100%;
  }
}
.step .modal__dd {
  margin-top: 16px;
}
.step .modal__dd--list {
  counter-reset: num;
}
.step .modal__dd--item {
  counter-increment: num;
  position: relative;
  padding-left: 1.8em;
  line-height: 1.6;
  font-size: 11px;
}
@media screen and (min-width: 767px) {
  .step .modal__dd--item {
    font-size: 15px;
  }
}
.step .modal__dd--item::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
}

#step .step__list > .step__item:not(:last-child)::before {
  content: "";
  width: 52px;
  height: 100px;
  background: #C8A856;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 767px) {
  #step .step__list > .step__item:not(:last-child)::before {
    bottom: -40%;
  }
}
@media screen and (min-width: 575px) {
  #step .step__item {
    width: 70%;
  }
}
@media screen and (min-width: 767px) {
  #step .step__item {
    width: 100%;
  }
}
#step .step__item--txt {
  padding: 30px;
}
@media screen and (min-width: 767px) {
  #step .step__item--txt {
    padding: 20px 0 20px 40px;
    width: 70%;
  }
}
@media screen and (min-width: 1199px) {
  #step .step__item--txt {
    padding: 20px 0 20px 60px;
    width: 80%;
  }
}
#step .step__item--head {
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  #step .step__item--head {
    margin-bottom: 12px;
  }
}
#step .step__item--num-box {
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  color: #0F2C59;
  border-radius: 30px 0;
}
@media screen and (min-width: 767px) {
  #step .step__item--num-box {
    position: static;
    flex-shrink: 0;
    width: auto;
    height: auto;
    padding-left: 40px;
  }
}

/* ----------------- 
price
-------------------*/
.price__dl {
  width: fit-content;
  margin: 56px auto 0;
}
.price__dt {
  color: #0F2C59;
  font-size: clamp(18px, 1.94vw, 28px);
  text-align: center;
}
.price__dd {
  font-size: clamp(40px, 4.7vw, 68px);
  font-weight: bold;
  color: #C8A856;
}

/* ----------------- 
agreement
-------------------*/
.agreement {
  background: #E6F0FA;
  position: sticky;
}
.agreement__link {
  width: fit-content;
  margin: 56px auto 0;
  font-size: clamp(15px, 1.94vw, 28px);
}
.agreement__link a {
  color: #0F2C59;
  border-bottom: 1px solid #0F2C59;
  transition: ease 0.3s;
}
.agreement__link a:hover {
  color: #C8A856;
  border-bottom: 1px solid #C8A856;
}

/* ----------------- 
caution
-------------------*/
.caution {
  background: #E6F0FA;
  padding-bottom: 80px;
}
@media screen and (min-width: 1023px) {
  .caution {
    padding-bottom: 100px;
  }
}
.caution__box {
  position: sticky;
  z-index: 0;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (min-width: 1023px) {
  .caution__box {
    padding: 80px 58px 100px;
  }
}
.caution__box .caution__wrap:first-of-type {
  margin-top: 56px;
}
.caution__wrap {
  font-size: 14px;
  line-height: 1.8;
}
.caution__head {
  font-weight: bold;
}
.caution__dd--item {
  position: relative;
  padding-left: 16px;
}
.caution__dd--item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}/*# sourceMappingURL=style.css.map */