/* =========================================================
button
========================================================= */
/* =========================================================
title
========================================================= */
/* =========================================================
guide-nav
========================================================= */
.c-guide-nav {
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  max-width: 1820px;
  width: 96%;
}
.c-guide-nav--wrap {
  border-top: 2px solid #091429;
  border-bottom: 2px solid #091429;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.c-guide-nav--wrap li {
  padding: 0 5px;
  width: 33.3%;
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li {
    width: 20%;
  }
}
.c-guide-nav--wrap li:nth-of-type(1), .c-guide-nav--wrap li:nth-of-type(2) {
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li:nth-of-type(1), .c-guide-nav--wrap li:nth-of-type(2) {
    width: 20%;
  }
}
.c-guide-nav--wrap li a {
  background: #091429;
  color: #ffffff;
  display: block;
  padding: 15px 5px;
  text-align: center;
  transition: 0.3s;
  font-size: clamp(1rem, 4.1vw, 1.4rem);
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li a {
    font-size: 1.8rem;
  }
}
.c-guide-nav--wrap li a:hover {
  background-color: #ff3;
  color: #091429;
}

.p-flow .c-guide-nav li a.flow {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-finishing .c-guide-nav li a.finishing {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-draft .c-guide-nav li a.draft {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-payment .c-guide-nav li a.payment {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-faq .c-guide-nav li a.faq {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs {
  background-color: #F1F1F1;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 619px) {
  .c-breadcrumbs {
    width: 100%;
  }
}
.c-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  margin: auto;
  max-width: 1820px;
  padding: clamp(8px, 1.5vw, 12px) 15px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol {
    gap: clamp(0.8rem, 1vw, 1rem);
    padding: 1.2096774194vw 23px;
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol {
    gap: 1rem;
    padding: 1.2rem 23px;
  }
}
.c-breadcrumbs ol li {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li {
    font-size: 1.4rem;
  }
}
.c-breadcrumbs ol li:not(:last-child)::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 15px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: clamp(0.8rem, 1vw, 1rem);
    width: clamp(15px, 2vw, 20px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: 1rem;
    width: 20px;
  }
}
.c-breadcrumbs ol li a {
  color: inherit;
}
.c-breadcrumbs ol li:first-child a {
  display: inline-flex;
  align-items: center;
}
.c-breadcrumbs ol li:first-child a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-home.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-right: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 16px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: clamp(0.8rem, 1vw, 1rem);
    width: clamp(16px, 2.4vw, 24px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: 1rem;
    width: 24px;
  }
}

@media screen and (min-width: 620px) {
  .pc {
    display: revert;
    visibility: visible;
  }
  .sp {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 619px) {
  .pc {
    display: none !important;
    visibility: hidden;
  }
  .sp {
    display: revert;
    visibility: visible;
  }
}
/* =========================================================
reason
========================================================= */
.p-reason-title {
  text-align: center;
  margin: 30px auto;
  max-width: 1820px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-reason-title {
    margin: 90px auto 70px;
  }
}
.p-reason-title--main {
  display: block;
  margin-bottom: 2px;
}
.p-reason-title--main span {
  background-color: #ffff00;
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: clamp(10px, 2.3vw, 15px) clamp(20px, 2.7vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-reason-title--main span {
    font-size: 3rem;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-title--main span {
    font-size: 3.6rem;
    padding: clamp(1.2rem, 0.7vw, 1.5rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-reason-title--text {
  display: block;
  width: 100%;
}
.p-reason-title--text span {
  background-color: #091429;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0.7rem auto;
  padding: 0.5rem 2.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-reason-title--text span {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason-title--text span {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-reason-item {
  position: relative;
  max-width: 1820px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 992px) {
  .p-reason-item:nth-child(even) .p-reason-item--in {
    background: #ffffff;
    margin-left: 50%;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item:nth-child(even) .p-reason-item--title .no {
    color: #091429;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item:nth-child(even) .p-reason-item--title .text span {
    background-color: #091429;
    color: #ffffff;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item:nth-child(even) .p-reason-item--text {
    color: #091429;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item:nth-child(even) .p-reason-item--photo {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item:nth-child(even) .p-reason-item--photo img {
    width: 50%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-reason-item--in {
  background: rgb(9, 20, 41);
  position: relative;
  padding: 20px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-reason-item--in {
    margin-right: 50%;
    padding: 60px 5%;
    background: rgba(9, 20, 41, 0.9);
  }
}
.p-reason-item--title .no {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 1.5rem);
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .p-reason-item--title .no {
    font-size: 3rem;
  }
}
.p-reason-item--title .no .big {
  display: inline-block;
  vertical-align: baseline;
  font-size: 150%;
}
.p-reason-item--title h2 {
  display: block;
  margin-bottom: 5px;
}
.p-reason-item--title h2 span {
  background: #FFFF33;
  color: #091429;
  display: table;
  font-weight: bold;
  padding: 3px 10px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-reason-item--title h2 span {
    font-size: 2.4193548387vw;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item--title h2 span {
    font-size: 2.8rem;
  }
}
.p-reason-item--title h2 span + span {
  margine-top: 5px;
}
.p-reason-item--title .text {
  margin-top: 5px;
  margin-bottom: 30px;
}
.p-reason-item--title .text span {
  background-color: #ffffff;
  color: #091429;
  display: inline-block;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 600;
  padding: 6px 15px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-reason-item--title .text span {
    font-size: 1.6129032258vw;
    padding: 0.5rem 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item--title .text span {
    font-size: 1.8rem;
  }
}
.p-reason-item--text {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-reason-item--photo {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item--photo img {
    width: 50%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=style-reason.css.map */