@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, screen and (width >= 768px) {
  html {
    font-size: 625%;
  }
}
@media screen and (width < 768px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7142857143;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, screen and (width >= 768px) {
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
}
@media screen and (width < 768px) {
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
.l-footer__logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.l-footer__address {
  position: relative;
}
.l-footer__address::after {
  content: "";
  position: absolute;
  background-color: #323232;
}
.l-footer__address-head {
  font-weight: 500;
}
.l-footer__address-detail {
  font-weight: 400;
}
.l-footer__info-text {
  display: block;
  font-weight: 500;
}
.l-footer__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer__phone {
  display: inline-block;
}
.l-footer__time {
  font-weight: 400;
}
.l-footer__bottom {
  border-top: 1px solid #a5a9a9;
  font-family: "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-weight: 500;
}
.l-footer__link::before {
  content: ">";
  display: inline-block;
  margin-right: 0.03rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media print, screen and (width >= 768px) {
  .l-footer {
    padding: 119px 0 183px;
  }
  .l-footer__logo {
    width: 357px;
    margin-bottom: 72px;
  }
  .l-footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
  }
  .l-footer__address {
    width: 367px;
    margin-left: 58px;
    padding-top: 4px;
  }
  .l-footer__address::after {
    top: 8px;
    right: -9px;
    width: 1px;
    height: 56px;
  }
  .l-footer__address-head {
    margin-bottom: 0;
    font-size: 0.19rem;
    line-height: 1.6315789474;
  }
  .l-footer__address-detail {
    font-size: 0.18rem;
    line-height: 1.8333333333;
  }
  .l-footer__info {
    margin-left: 30px;
  }
  .l-footer__info-text {
    margin-bottom: 2px;
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }
  .l-footer__phone {
    width: 302px;
    margin-right: 13px;
  }
  .l-footer__time {
    font-size: 0.14rem;
    line-height: 1.0714285714;
  }
  .l-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 17px;
    font-size: 0.13rem;
    line-height: 2.3846153846;
  }
}
@media screen and (width < 768px) {
  .l-footer {
    padding: 1rem 0 0.7rem;
  }
  .l-footer__logo {
    width: 2.5rem;
    margin-bottom: 0.4rem;
  }
  .l-footer__address {
    margin-bottom: 0.15rem;
    padding-bottom: 0.15rem;
    text-align: center;
  }
  .l-footer__address::after {
    bottom: 0;
    left: 50%;
    width: 0.5rem;
    height: 0.01rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .l-footer__address-head {
    margin-bottom: 0;
  }
  .l-footer__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.3rem;
  }
  .l-footer__info-text {
    font-size: 0.14rem;
  }
  .l-footer__phone {
    width: 2.2rem;
    margin-right: 0.05rem;
  }
  .l-footer__time {
    font-size: 0.12rem;
    line-height: 1;
  }
  .l-footer__bottom {
    padding-top: 0.2rem;
  }
  .l-footer__link {
    font-size: 0.13rem;
  }
  .l-footer__copyright {
    display: block;
    font-size: 0.11rem;
  }
}

@media print, screen and (width >= 768px) {
  .l-container {
    min-width: 1250px;
  }
}
@media screen and (width < 768px) {
  .l-container {
    min-width: 320px;
  }
}

@media print, screen and (width >= 768px) {
  .l-wrapper {
    width: calc(100% - 40px);
    max-width: 930px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (width < 768px) {
  .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

.c-tooltip {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-tooltip__item {
  display: inline-block;
  position: absolute;
}
.c-tooltip__dot {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: url("../img/common/icn_star.svg") center/100% no-repeat;
  cursor: pointer;
}
.c-tooltip__dot:hover {
  opacity: 0.8;
}
.c-tooltip__arrow {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: transparent;
  pointer-events: none;
}
.c-tooltip__text {
  visibility: hidden;
  position: absolute;
  z-index: 4;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  border-radius: 0.1rem;
  opacity: 0;
  background-color: #7d9654;
}
.c-tooltip__text[data-popper-placement=top] .c-tooltip__arrow {
  top: calc(100% - 1px);
  border-top-color: #7d9654;
}
.c-tooltip__text[data-popper-placement=bottom] .c-tooltip__arrow {
  bottom: calc(100% - 1px);
  border-bottom-color: #7d9654;
}
.c-tooltip__text[data-popper-placement=left] .c-tooltip__arrow {
  left: calc(100% - 1px);
  border-left-color: #7d9654;
}
.c-tooltip__text[data-popper-placement=right] .c-tooltip__arrow {
  right: calc(100% - 1px);
  border-right-color: #7d9654;
}
.c-tooltip__dot:hover + .c-tooltip__text {
  visibility: visible;
  opacity: 1;
}
.c-tooltip__text-image {
  display: block;
}
@media print, screen and (width >= 768px) {
  .c-tooltip__item--primary {
    top: 125px;
    left: 125px;
  }
  .c-tooltip__item--primary .c-tooltip__text-image {
    width: 253px;
  }
  .c-tooltip__item--secondary {
    top: 174px;
    right: 61px;
  }
  .c-tooltip__item--secondary .c-tooltip__text-image {
    width: 213px;
  }
  .c-tooltip__text {
    padding: 24px 21px;
  }
  .c-tooltip__item--tertiary {
    top: 286px;
    left: 48px;
  }
  .c-tooltip__item--tertiary .c-tooltip__text-image {
    width: 249px;
  }
  .c-tooltip__item--tertiary .c-tooltip__text {
    padding: 20px 25px 19px;
  }
  .c-tooltip__item--quaternary {
    top: 332px;
    left: 207px;
  }
  .c-tooltip__item--quaternary .c-tooltip__text-image {
    width: 230px;
  }
  .c-tooltip__item--quinary {
    top: 286px;
    right: 239px;
  }
  .c-tooltip__item--quinary .c-tooltip__text-image {
    width: 245px;
  }
  .c-tooltip__dot {
    width: 27px;
    height: 27px;
  }
  .c-tooltip__text[data-popper-placement=top] .c-tooltip__arrow, .c-tooltip__text[data-popper-placement=bottom] .c-tooltip__arrow {
    border-width: 14px 6px;
  }
  .c-tooltip__text[data-popper-placement=left] .c-tooltip__arrow, .c-tooltip__text[data-popper-placement=right] .c-tooltip__arrow {
    border-width: 6px 14px;
  }
}
@media screen and (width < 768px) {
  .c-tooltip__item--primary {
    top: 3.17rem;
    left: 0.78rem;
  }
  .c-tooltip__item--secondary {
    top: 1.07rem;
    right: 1.54rem;
  }
  .c-tooltip__item--tertiary {
    top: 4.2rem;
    left: 0.27rem;
  }
  .c-tooltip__item--quaternary {
    top: 4.46rem;
    left: 1.29rem;
  }
  .c-tooltip__item--quinary {
    top: 1.77rem;
    left: 0.5rem;
  }
  .c-tooltip__dot {
    width: 0.2rem;
    height: 0.2rem;
  }
  .c-tooltip__text {
    padding: 0.15rem;
  }
  .c-tooltip__text[data-popper-placement=top] .c-tooltip__arrow, .c-tooltip__text[data-popper-placement=bottom] .c-tooltip__arrow {
    border-width: calc(0.1rem + 1px) 0.05rem;
  }
  .c-tooltip__text[data-popper-placement=left] .c-tooltip__arrow, .c-tooltip__text[data-popper-placement=right] .c-tooltip__arrow {
    border-width: 0.05rem 0.1rem;
  }
  .c-tooltip__text-image {
    width: 2.6rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.07rem;
  background-color: #323232;
  color: #fff;
}
.c-button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.c-button__wrapper::after {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.31rem;
  height: 0.13rem;
  margin-left: 0.1rem;
  background: url("../img/common/icn_arrow_01.svg") center/100% auto no-repeat;
}
@media print, screen and (width >= 768px) {
  .c-button {
    max-width: 408px;
    min-height: 63px;
    padding: 10px 23px 10px 25px;
  }
}
@media screen and (width < 768px) {
  .c-button {
    max-width: 86%;
    min-height: 0.6rem;
    padding: 0.1rem 0.2rem;
  }
  .c-button__wrapper img {
    width: 80%;
  }
}

.u-hover-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.u-hover-trans:hover {
  opacity: 0.8;
}

.u-load {
  opacity: 0.001;
}
html.is-visible .u-load {
  opacity: 1;
}

.u-first-view {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.001;
}
html.wf-active .u-first-view {
  opacity: 1;
}

@media screen and (width < 768px) {
  .u-pc {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media print, screen and (width >= 768px) {
  .u-sp {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.u-image {
  display: block;
  width: 100%;
}

.u-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-section-keyvisual {
  background-color: #a5a9a9;
}
.p-section-keyvisual .l-wrapper {
  position: relative;
}
.p-section-keyvisual__title {
  position: absolute;
  z-index: 3;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-section-keyvisual__introduction {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-section-keyvisual__photo-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  position: relative;
  z-index: 2;
}
.p-section-keyvisual__item--full {
  position: relative;
}
.p-section-keyvisual__item-decor {
  position: absolute;
}
.p-section-keyvisual__decor-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
}
.p-section-keyvisual__decor-item {
  position: absolute;
}
.p-section-keyvisual__decor-item:nth-of-type(1) {
  top: 0;
  left: 0;
}
.p-section-keyvisual__decor-item:nth-of-type(2) {
  top: 0;
  right: 0;
}
.p-section-keyvisual__decor-item:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.p-section-keyvisual__decor-item:nth-of-type(4) {
  right: 0;
  bottom: 0;
}
@media print, screen and (width >= 768px) {
  .p-section-keyvisual {
    padding: 99px 0;
  }
  .p-section-keyvisual .l-wrapper {
    max-width: 1055px;
  }
  .p-section-keyvisual__title {
    top: calc(50% + 2px);
    left: calc(50% + 2px);
    width: 311px;
  }
  .p-section-keyvisual__introduction {
    padding: 0 30px;
    font-size: 0.29rem;
  }
  .p-section-keyvisual__photo-wrapper {
    grid-template-columns: repeat(4, auto);
    gap: 26px 38px;
  }
  .p-section-keyvisual__item {
    width: 216px;
  }
  .p-section-keyvisual__item:nth-of-type(2), .p-section-keyvisual__item:nth-of-type(3), .p-section-keyvisual__item:nth-of-type(9), .p-section-keyvisual__item:nth-of-type(10) {
    width: 255px;
  }
  .p-section-keyvisual__item--full {
    grid-area: 2/2/3/4;
    width: 100%;
  }
  .p-section-keyvisual__item-decor--primary {
    top: 25px;
    left: 6px;
  }
  .p-section-keyvisual__item-decor--secondary {
    top: 23px;
    right: -2px;
  }
  .p-section-keyvisual__item-decor--tertiary {
    bottom: 6px;
    left: -5px;
  }
  .p-section-keyvisual__item-decor--quaternary {
    right: -5px;
    bottom: 11px;
  }
  .p-section-keyvisual__decor-wrapper {
    inset: -13px -17px -14px -15px;
  }
  .p-section-keyvisual__decor-item {
    width: 216px;
  }
}
@media print {
  .p-section-keyvisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1200px;
  }
}
@media screen and (width < 768px) {
  .p-section-keyvisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.6rem 0;
  }
  .p-section-keyvisual__title {
    top: 50%;
    left: 50%;
    width: 1.4rem;
  }
  .p-section-keyvisual__introduction {
    padding: 0 0.2rem;
    font-size: 0.16rem;
  }
  .p-section-keyvisual__photo-wrapper {
    grid-template-columns: repeat(3, auto);
    gap: 0.15rem;
  }
  .p-section-keyvisual__item {
    width: 0.85rem;
    height: 0.85rem;
  }
  .p-section-keyvisual__item:nth-of-type(2), .p-section-keyvisual__item:nth-of-type(10) {
    width: 1.35rem;
  }
  .p-section-keyvisual__item--full {
    grid-area: 2/2/4/3;
    width: 100%;
    height: 100%;
  }
  .p-section-keyvisual__item-decor {
    width: 0.5rem;
  }
  .p-section-keyvisual__item-decor--primary {
    top: 0;
    left: 0;
  }
  .p-section-keyvisual__item-decor--secondary {
    top: 0;
    right: 0;
  }
  .p-section-keyvisual__item-decor--tertiary {
    bottom: 0;
    left: 0;
  }
  .p-section-keyvisual__item-decor--quaternary {
    right: 0;
    bottom: 0;
  }
  .p-section-keyvisual__decor-wrapper {
    inset: -0.06rem 0.14rem;
  }
  .p-section-keyvisual__decor-item {
    width: 0.85rem;
  }
}

.p-section-introduction {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-section-introduction::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  background-image: url("../img/select/introduction_icn_on.svg");
  pointer-events: none;
}
.p-section-introduction .l-wrapper {
  position: relative;
  height: 100%;
}
.p-section-introduction__heading {
  position: relative;
  z-index: 3;
  margin-right: auto;
  margin-left: auto;
}
.p-section-introduction__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.p-section-introduction__button-text {
  display: block;
}
.p-section-introduction__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 99;
  right: 0;
  left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.p-section-introduction__button-wrapper.is-stuck {
  position: absolute;
}
.p-section-introduction__button {
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.3);
}
.p-section-introduction__logo {
  position: absolute;
  z-index: 3;
}
.p-section-introduction__ruler {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.p-section-introduction__volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-section-introduction__volume-button {
  position: relative;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background: url("../img/select/introduction_icn_off.svg") center/100% no-repeat;
}
.is-on .p-section-introduction__volume-button {
  background-image: url("../img/select/introduction_icn_on.svg");
}
.is-ios .p-section-introduction__volume-button {
  -webkit-transition: none;
  transition: none;
}
.p-section-introduction__volume-progress {
  visibility: hidden;
  position: absolute;
  left: 50%;
  width: 0.04rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  background: rgba(159, 160, 160, 0.8);
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.p-section-introduction__volume-progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-section-introduction__volume-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #fff;
}
.p-section-introduction__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-section-introduction__controller::after {
  content: "";
  visibility: hidden;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("../img/common/icn_play.svg") center no-repeat;
}
.p-section-introduction__controller-button {
  position: relative;
  width: 0.12rem;
  height: 0.11rem;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
  background: url("../img/common/icn_play.svg") center no-repeat;
}
.p-section-introduction__controller-button.is-playing {
  background-image: url("../img/common/icn_pause.svg");
}
.p-section-introduction__controller-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-section-introduction__controller-bar {
  position: relative;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
  background: #fff;
}
.p-section-introduction__controller-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.11rem;
  height: 0.11rem;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background-color: #fff;
}
.p-section-introduction__controller-progress {
  height: 0.03rem;
  background: rgba(159, 160, 160, 0.8);
  cursor: pointer;
}
.p-section-introduction__controller-time {
  color: #fff;
  font-size: 0.12rem;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-section-introduction__volume-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media print, screen and (width >= 768px) {
  .p-section-introduction {
    height: 811px;
    padding: 52px 0 0;
  }
  .p-section-introduction__background {
    background-image: url("../img/select/introduction_bg.jpg");
  }
  .p-section-introduction .l-wrapper {
    max-width: 1203px;
  }
  .p-section-introduction__heading {
    width: 186px;
  }
  .p-section-introduction__button-wrapper {
    top: 40px;
    width: 100%;
    min-width: 1250px;
  }
  .p-section-introduction__button-wrapper.is-stuck {
    top: 0;
    left: 0 !important;
    min-width: 1203px;
  }
  .p-section-introduction__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: calc(50% - 588px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 191px;
    min-height: 32px;
    padding: 9px 20px;
  }
  .p-section-introduction__button-text {
    width: 148px;
  }
  .p-section-introduction__logo {
    bottom: 26px;
    left: 0;
    width: 207px;
  }
  .p-section-introduction__ruler {
    width: 40px;
    height: 40px;
  }
  .p-section-introduction__volume {
    right: calc(50% - 610px);
    bottom: 23px;
    width: 100px;
    height: 36px;
  }
  .p-section-introduction__volume-text {
    width: 50px;
  }
  .p-section-introduction__volume-button {
    width: 36px;
    height: 36px;
    margin-left: 12px;
  }
  .p-section-introduction__volume-progress {
    bottom: 41px;
    height: 100px;
  }
  .p-section-introduction__volume-progress::after {
    bottom: -10px;
    width: 20px;
  }
  .p-section-introduction__volume-button:hover .p-section-introduction__volume-progress {
    visibility: visible;
    opacity: 1;
  }
  .is-tablet .p-section-introduction__volume-progress {
    display: none;
  }
  .p-section-introduction__controller {
    right: calc(50% - 470px);
    bottom: 29px;
    min-height: 24px;
    gap: 12px;
  }
  .p-section-introduction__controller-button {
    margin-right: 7px;
  }
  .p-section-introduction__controller-progress {
    width: 200px;
  }
}
@media screen and (width < 768px) {
  .p-section-introduction {
    height: 6.67rem;
    padding-top: 0.8rem;
  }
  .p-section-introduction__background {
    background-image: url("../img/select/sp/introduction_bg.jpg");
  }
  .p-section-introduction__heading {
    width: 1.86rem;
  }
  .p-section-introduction__button-wrapper {
    top: 0.1rem;
    padding-right: 0.2rem;
  }
  .p-section-introduction__button-wrapper.is-stuck {
    top: -0.6rem;
  }
  .p-section-introduction__button {
    padding: 0.1rem 0.2rem;
  }
  .p-section-introduction__ruler {
    width: 0.1rem;
    height: 0.1rem;
  }
  .p-section-introduction__button-text {
    width: 1.2rem;
  }
  .p-section-introduction__logo {
    bottom: 0.2rem;
    width: 1.3rem;
  }
  .p-section-introduction__volume {
    right: 0.19rem;
    bottom: 0.5rem;
    width: 0.76rem;
    height: 0.31rem;
  }
  .p-section-introduction__volume-text {
    width: 0.4rem;
  }
  .p-section-introduction__volume-button {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.05rem;
    border-radius: 100%;
  }
  .p-section-introduction__volume-progress {
    bottom: 0.36rem;
    height: 0.8rem;
  }
  .p-section-introduction__volume-progress::after {
    bottom: 0;
    width: 0.2rem;
  }
  .p-section-introduction__controller {
    right: 0.2rem;
    bottom: 0.2rem;
    gap: 0.12rem;
  }
  .p-section-introduction__controller-progress {
    width: 0.8rem;
  }
}

.p-section-option {
  background-color: #a5a9a9;
}
.p-section-option__inner {
  position: sticky;
  top: 0;
}
.p-section-option__title {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.p-section-option__title::before, .p-section-option__title::after {
  content: "";
  position: absolute;
}
.p-section-option__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  -webkit-mask: url("../img/select/img_mask.png") no-repeat center/100% auto;
  mask: url("../img/select/img_mask.png") no-repeat center/100% auto;
}
.p-section-option__detail-text {
  margin-bottom: 0;
  font-weight: 400;
}
.p-section-option__info {
  margin-bottom: 1px;
}
.p-section-option__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
.p-section-option__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
}
.p-section-option__message {
  position: relative;
  background-color: #a5a9a9;
  color: #f1eb44;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
}
.p-section-option__message-line {
  position: absolute;
  right: 0;
  left: 0;
  border-top: 2px solid #fff;
}
.p-section-option__message-line--primary {
  top: 0;
}
.p-section-option__message-line--secondary {
  bottom: 0;
}
.p-section-option__message-text {
  margin-bottom: 0;
}
.p-section-option__step-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f1eb44;
}
.p-section-option__step-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  border-style: solid;
  border-color: #f1eb44 transparent transparent;
}
.p-section-option__step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-option__step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s, scale 0.3s;
  transition: opacity 0.3s, scale 0.3s;
}
.p-section-option__step-inner::before, .p-section-option__step-inner::after {
  content: "";
  position: absolute;
}
.p-section-option__step-inner::before {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0.07rem 0.07rem 0.05rem rgba(0, 0, 0, 0);
  box-shadow: 0.07rem 0.07rem 0.05rem rgba(0, 0, 0, 0);
}
.p-section-option__step-arrow {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-style: solid;
  pointer-events: none;
}
.p-section-option__step-item {
  position: relative;
  cursor: pointer;
}
.p-section-option__step-photo {
  position: relative;
  z-index: 2;
}
.p-section-option__qa {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-option__qa-inner {
  background-color: #7c8282;
}
.p-section-option__qa-item {
  position: sticky;
}
.p-section-option__qa-item--primary .p-section-option__qa-inner {
  background-color: #8e9397;
}
.p-section-option__qa-item--secondary .p-section-option__qa-inner {
  background-color: #7a8083;
}
.p-section-option__qa-item--tertiary .p-section-option__qa-inner {
  background-color: #55585b;
}
.p-section-option__qa-title > img {
  display: block;
}
.p-section-option__qa-content {
  position: relative;
}
.p-section-option__qa-badge {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
}
.p-section-option__badge-quest {
  background-color: #323232;
}
.p-section-option__badge-answer {
  background-color: #f1eb44;
}
.p-section-option__badge-quest, .p-section-option__badge-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}
.p-section-option__qa-detail {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.01em;
}
@media print, screen and (width >= 768px) {
  .p-section-option {
    padding: 0 0 123px;
  }
  .p-section-option__wrapper {
    position: sticky;
    top: calc(100vh - 6000px - 709px);
    margin-bottom: 709px;
  }
  .p-section-option__wrapper .l-wrapper {
    min-height: 6000px;
  }
  .p-section-option__qa {
    margin-top: -709px;
  }
  .p-section-option__inner {
    padding-top: 100px;
  }
  .p-section-option__title {
    width: 311px;
    margin-bottom: 50px;
  }
  .p-section-option__title::before, .p-section-option__title::after {
    top: 33px;
    width: 244px;
    height: 68px;
  }
  .p-section-option__title::before {
    left: -309px;
    background: url("../img/select/option_icn_01.svg") center/cover no-repeat;
  }
  .p-section-option__title::after {
    right: -309px;
    background: url("../img/select/option_icn_02.svg") center/cover no-repeat;
  }
  .p-section-option__detail-wrapper {
    position: absolute;
    top: calc(50vw + 250px);
    left: 50%;
    width: calc(100vw - 20px);
    min-width: 1250px;
    height: calc(100vw - 20px);
    min-height: 1250px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .is-android .p-section-option__detail-wrapper, .is-tablet .p-section-option__detail-wrapper {
    top: calc(50vh + 350px);
    min-width: 100vw;
    min-height: 100vh;
  }
  .p-section-option__detail {
    width: 512px;
    height: 512px;
    background-color: #fff;
  }
  .p-section-option__detail-text {
    font-size: 0.19rem;
    line-height: 2.2105263158;
  }
  .p-section-option__info-list {
    gap: 39px;
    margin-bottom: 50px;
  }
  .p-section-option__info-item {
    width: 176px;
    height: 176px;
  }
  .p-section-option__info-text {
    width: 110px;
  }
  .p-section-option__message {
    padding: 50px 30px;
    font-size: 0.35rem;
    line-height: 1.2285714286;
  }
  .p-section-option__step-heading {
    min-height: 76px;
    margin-bottom: 43px;
    padding-top: 3px;
    padding-right: 10px;
  }
  .p-section-option__step-heading::after {
    border-width: 17px 13px 0;
  }
  .p-section-option__step {
    margin-top: -80px;
  }
  .p-section-option__step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .p-section-option__step-arrow {
    top: 88px;
    right: -21px;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #323232;
  }
  .p-section-option__step-arrow.is-hidden {
    opacity: 0.3;
  }
  .p-section-option__step-inner {
    width: 210px;
    padding-bottom: 21px;
    -webkit-transform-origin: center 27px;
    -ms-transform-origin: center 27px;
    transform-origin: center 27px;
  }
  .p-section-option__step-inner.is-hidden {
    opacity: 0.3;
  }
  .p-section-option__step-inner::before {
    top: 28px;
  }
  .p-section-option__step-inner:hover {
    scale: 1.5;
    z-index: 4;
  }
  .p-section-option__step-inner:hover::before {
    -webkit-box-shadow: 0.07rem 0.07rem 0.05rem rgba(0, 0, 0, 0.75);
    box-shadow: 0.07rem 0.07rem 0.05rem rgba(0, 0, 0, 0.75);
  }
  .p-section-option__step-item--primary .p-section-option__step-inner {
    -webkit-transform-origin: left 27px;
    -ms-transform-origin: left 27px;
    transform-origin: left 27px;
  }
  .p-section-option__step-item--quaternary .p-section-option__step-inner {
    -webkit-transform-origin: right 27px;
    -ms-transform-origin: right 27px;
    transform-origin: right 27px;
  }
  .p-section-option__qa-item {
    top: calc(100vh - 709px);
    padding: 100px 0 200px;
  }
  .p-section-option__qa-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 70px 55px 62px 65px;
  }
  .p-section-option__qa-photo {
    width: 385px;
    height: 268px;
  }
  .p-section-option__qa-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 40px;
    padding-left: 50px;
  }
  .p-section-option__qa-badge {
    top: 16px;
    left: -32px;
  }
  .p-section-option__badge-answer {
    margin-top: -10px;
  }
  .p-section-option__badge-quest, .p-section-option__badge-answer {
    width: 63px;
    height: 63px;
  }
  .p-section-option__badge-quest img, .p-section-option__badge-answer img {
    width: 21px;
  }
  .p-section-option__qa-title {
    margin-bottom: 32px;
  }
  .p-section-option__qa-title-quest {
    width: 290px;
    margin-bottom: 24px;
    margin-left: 2px;
  }
  .p-section-option__qa-title-answer {
    width: 365px;
  }
  .p-section-option__qa-detail {
    font-size: 0.16rem;
    line-height: 2;
  }
}
@media print {
  .p-section-option__wrapper {
    min-height: 700px;
  }
  .p-section-option__qa-item {
    padding: 20px 0;
  }
  .p-section-option__inner {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
@media screen and (height < 760px) and (width >= 768px) {
  .p-section-option__detail {
    width: 400px;
    height: 400px;
  }
  .p-section-option__detail-text {
    font-size: 0.16rem;
    line-height: 2;
  }
  .p-section-option__inner {
    padding-top: 40px;
  }
  .p-section-option__info-item {
    width: 150px;
    height: 150px;
  }
  .p-section-option__info-text {
    width: 100px;
  }
}
@media screen and (height < 800px) and (width >= 768px) {
  .is-android .p-section-option__detail-wrapper, .is-tablet .p-section-option__detail-wrapper {
    top: calc(50vh + 450px);
  }
}
@media screen and (768px <= width <= 1250px) {
  .p-section-option__detail-wrapper {
    top: 875px;
  }
}
@media screen and (width < 768px) {
  .p-section-option {
    padding: 0 0 0.6rem;
  }
  .is-ios .p-section-option {
    margin-top: -0.01rem;
  }
  .p-section-option__wrapper {
    margin-bottom: 0.5rem;
  }
  .p-section-option__wrapper .l-wrapper {
    min-height: 200vh;
  }
  .p-section-option .l-wrapper {
    padding: 0;
  }
  .p-section-option__inner {
    padding-top: 1rem;
  }
  .p-section-option__title {
    width: 1.6rem;
    margin-bottom: 0.32rem;
  }
  .p-section-option__title::before, .p-section-option__title::after {
    top: 0.18rem;
    width: 0.75rem;
    height: 0.01rem;
    background: #fff;
  }
  .p-section-option__title::before {
    left: -0.89rem;
  }
  .p-section-option__title::after {
    right: -0.89rem;
  }
  .p-section-option__detail-wrapper {
    margin-bottom: 0.37rem;
  }
  .p-section-option__detail-text {
    color: #fff;
    font-size: 0.15rem;
    line-height: 2.1333333333;
  }
  .p-section-option__info-list {
    gap: 0.08rem;
    margin-bottom: 0.28rem;
  }
  .p-section-option__info-item {
    width: 0.78rem;
    height: 0.78rem;
  }
  .p-section-option__info-text {
    width: 0.6rem;
  }
  .p-section-option__message {
    margin: 0 0.2rem;
    padding: 0.2rem;
    font-size: 0.23rem;
    line-height: 1.4347826087;
  }
  .p-section-option__step {
    margin-top: -0.6rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .p-section-option__step-heading {
    min-height: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .p-section-option__step-heading img {
    width: 2.74rem;
  }
  .p-section-option__step-heading::after {
    border-width: 0.12rem 0.08rem 0;
  }
  .p-section-option__step-arrow {
    z-index: 3;
    bottom: -0.12rem;
    left: calc(50% - 0.02rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 0.16rem 0.12rem 0;
    border-color: #323232 transparent transparent;
  }
  .p-section-option__step-inner {
    padding-bottom: 0.14rem;
  }
  .p-section-option__step-inner::before {
    top: 0.27rem;
  }
  .p-section-option__step-item {
    margin-bottom: 0.33rem;
  }
  .p-section-option__step-item:last-of-type {
    margin-bottom: 0;
  }
  .p-section-option__step-item .p-section-option__step-inner {
    -webkit-transform-origin: left 0.29rem;
    -ms-transform-origin: left 0.29rem;
    transform-origin: left 0.29rem;
  }
  .p-section-option__step-item:nth-of-type(even) .p-section-option__step-inner {
    -webkit-transform-origin: right 0.29rem;
    -ms-transform-origin: right 0.29rem;
    transform-origin: right 0.29rem;
  }
  .p-section-option__step-item.is-hidden {
    pointer-events: none;
  }
  .p-section-option__step-photo > img {
    width: auto;
    height: 1.2rem;
  }
  .p-section-option__qa {
    padding: 0 0.2rem;
  }
  .p-section-option__qa-item {
    top: calc(100vh - 6rem);
    padding: 0.2rem 0 1.5rem;
  }
  .p-section-option__qa-inner {
    padding: 0.2rem;
  }
  .p-section-option__qa-photo {
    width: 2.95rem;
    height: 2.05rem;
    margin-bottom: 0.2rem;
  }
  .p-section-option__qa-title-quest {
    width: 2rem;
    margin-bottom: 0.14rem;
    margin-left: 1px;
  }
  .p-section-option__qa-title-answer {
    width: 2.2rem;
  }
  .p-section-option__qa-badge {
    top: -0.13rem;
    left: 0;
  }
  .p-section-option__badge-answer {
    margin-top: -0.08rem;
  }
  .p-section-option__badge-quest, .p-section-option__badge-answer {
    width: 0.4rem;
    height: 0.4rem;
  }
  .p-section-option__badge-quest img, .p-section-option__badge-answer img {
    width: 0.12rem;
  }
  .p-section-option__qa-title {
    width: 2.3rem;
    margin-bottom: 0.2rem;
    margin-left: 0.5rem;
  }
  .p-section-option__qa-detail {
    min-height: 1.27rem;
    font-size: 0.14rem;
    line-height: 1.8;
  }
}

.p-section-plan__title {
  margin-right: auto;
  margin-left: auto;
}
.p-section-plan__map-wrapper {
  position: relative;
}
.p-section-plan__map-wrapper::before, .p-section-plan__map-wrapper::after {
  content: "";
  position: absolute;
}
.p-section-plan__map-wrapper::before {
  background: url("../img/select/plan_icn_03.svg") center no-repeat;
}
.p-section-plan__map-wrapper::after {
  z-index: 1;
}
.p-section-plan__map-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section-plan__note {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.p-section-plan__note-item {
  border-radius: 0.06rem;
  background-color: #f0c1c0;
}
.p-section-plan__note-photo {
  display: block;
}
.p-section-plan .c-tooltip {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.p-section-plan__step-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-plan__step-photo {
  position: absolute;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-section-plan__step-item {
  position: sticky;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-section-plan__step-item.is-covered .p-section-plan__step-photo {
  visibility: hidden;
  opacity: 0;
}
.p-section-plan__step-item--primary .p-section-plan__step-inner {
  background-color: #9ea3a6;
}
.p-section-plan__step-item--secondary .p-section-plan__step-inner {
  background-color: #7a8083;
}
.p-section-plan__step-item--tertiary .p-section-plan__step-inner {
  background-color: #55585b;
}
.p-section-plan__step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section-plan__step-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-section-plan__step-head::before {
  content: "";
  position: absolute;
  background-color: #fff;
}
.p-section-plan__head-number {
  display: block;
  position: absolute;
  z-index: 2;
}
.p-section-plan__step-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-section-plan__step-description {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-section-plan__map {
  position: sticky;
  z-index: 10;
}
.p-section-plan__keyword-right {
  position: relative;
}
.p-section-plan__keyword-content {
  position: relative;
}
.p-section-plan__keyword-content::before, .p-section-plan__keyword-content::after {
  content: "";
  position: absolute;
}
.p-section-plan__keyword-content::before {
  z-index: -1;
  background: url("../img/select/plan_icn_01.png") center/cover no-repeat;
}
.p-section-plan__keyword-content::after {
  background: url("../img/select/plan_icn_02.png") center/cover no-repeat;
}
.p-section-plan__keyword-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #343332;
}
.p-section-plan__keyword-title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/select/plan_icn_07.png") center/cover no-repeat;
}
.p-section-plan__keyword-tag {
  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;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-plan__keyword-detail {
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.p-section-plan__check {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-section-plan__check::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #f0c1c0;
}
.p-section-plan__check > li::before {
  content: "□";
  display: inline-block;
}
.p-section-plan__brand {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #a5a9a9;
}
.p-section-plan__brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
.p-section-plan__brand-photo {
  margin: 0 auto;
  opacity: 0;
}
@media print, screen and (width >= 768px) {
  .p-section-plan {
    padding: 122px 0 119px;
  }
  .p-section-plan__title {
    width: 230px;
    margin-bottom: 60px;
  }
  .p-section-plan__map-wrapper {
    margin-bottom: 46px;
  }
  .p-section-plan__map-wrapper::before {
    top: -131px;
    right: -40px;
    width: 168px;
    height: 133px;
  }
  .p-section-plan__map-wrapper::after {
    top: -99px;
    right: -11px;
    width: 106px;
    height: 67px;
    background: url("../img/select/plan_txt_02.svg") center no-repeat;
  }
  .p-section-plan__map-photo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-plan__photo--primary {
    width: 530px;
  }
  .p-section-plan__photo--secondary {
    width: 326px;
    margin-top: 3px;
  }
  .p-section-plan__note {
    gap: 11px;
    margin-bottom: 29px;
  }
  .p-section-plan__note-item {
    width: 64px;
    padding: 3px 2px 1px;
  }
  .p-section-plan__note-photo {
    width: 60px;
  }
  .p-section-plan__step {
    position: relative;
    z-index: 3;
    margin-top: -466px;
  }
  .p-section-plan__map {
    top: calc(100vh - 911px);
    margin-top: -992px;
    margin-bottom: 496px;
  }
  .p-section-plan__step-item {
    top: calc(100vh - 355px);
    padding: 50px 0 200px;
  }
  .p-section-plan__step-photo {
    width: 175px;
  }
  .p-section-plan__step-item--primary .p-section-plan__step-photo {
    top: -81px;
    right: 30px;
  }
  .p-section-plan__step-item--secondary .p-section-plan__step-photo {
    top: -79px;
    right: 13px;
  }
  .p-section-plan__step-item--tertiary .p-section-plan__step-photo {
    top: -70px;
    right: 24px;
  }
  .p-section-plan__step-head {
    width: 245px;
    padding-top: 12px;
  }
  .p-section-plan__step-head::before {
    top: 50px;
    right: -1px;
    bottom: 28px;
    width: 2px;
  }
  .p-section-plan__head-title {
    width: 136px;
  }
  .p-section-plan__head-number {
    top: 36px;
    right: -21px;
    width: 43px;
  }
  .p-section-plan__step-body {
    padding: 43px 65px 40px 39px;
  }
  .p-section-plan__step-title {
    width: 329px;
    margin-bottom: 31px;
  }
  .p-section-plan__step-description {
    font-size: 0.16rem;
  }
  .p-section-plan__introduction-photo {
    width: 930px;
    margin-bottom: 87px;
  }
  .p-section-plan__keyword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: sticky;
    top: calc(100vh - 1400px);
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 1055px;
  }
  .p-section-plan__keyword-photo {
    width: 506px;
    margin-bottom: 23px;
  }
  .p-section-plan__keyword-left {
    padding-right: 55px;
  }
  .p-section-plan__keyword-content {
    min-height: 234px;
    margin-bottom: 10px;
    padding: 78px 50px 20px;
  }
  .p-section-plan__keyword-content::before {
    top: -30px;
    left: 0;
    width: 367px;
    height: 251px;
  }
  .p-section-plan__keyword-content::after {
    top: -20px;
    right: 32px;
    width: 87px;
    height: 105px;
  }
  .p-section-plan__keyword-title {
    padding-bottom: 16px;
  }
  .p-section-plan__keyword-title::after {
    top: -32px;
    width: 55px;
    height: 18px;
  }
  .p-section-plan__keyword-tag {
    margin: 0 -7px;
    padding-top: 14px;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .p-section-plan__keyword-tag > li {
    margin-right: 5px;
  }
  .p-section-plan__keyword-detail {
    font-size: 0.16rem;
    line-height: 2.0625;
  }
  .p-section-plan__check {
    padding-bottom: 21px;
    font-size: 0.14rem;
    line-height: 1.6428571429;
  }
  .p-section-plan__check::after {
    width: 328px;
  }
  .p-section-plan__check > li {
    margin-right: 14px;
  }
  .p-section-plan__check > li::before {
    margin-right: 3px;
  }
  .p-section-plan__brand {
    display: grid;
    position: relative;
    z-index: 5;
    grid-template-columns: repeat(3, auto);
    margin-top: -70px;
    padding: 34px 19px;
  }
  .p-section-plan__brand-item {
    min-width: 100px;
    min-height: 130px;
    border-right: 1px solid #fff;
  }
  .p-section-plan__brand-item:nth-of-type(3n + 2) {
    min-width: 248px;
  }
  .p-section-plan__brand-item:nth-of-type(3n) {
    border-right: none;
  }
  .p-section-plan__brand-item:nth-last-child(-n+3) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 123px;
    border-bottom: none;
  }
  .p-section-plan__brand-item:nth-of-type(-n + 3) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-section-plan__brand-photo {
    width: 231px;
    height: 103px;
  }
  .p-section-plan__brand-photo > img {
    height: 100%;
  }
}
@media print {
  .p-section-plan__keyword {
    padding-top: 100px;
  }
  .p-section-plan__step-item {
    padding: 40px 0;
  }
  .p-section-plan__brand {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .p-section-plan__brand-photo {
    opacity: 1;
  }
}
@media screen and (width < 768px) {
  .p-section-plan {
    padding: 0.5rem 0;
  }
  .p-section-plan__title {
    width: 2rem;
  }
  .p-section-plan__map-wrapper {
    margin-bottom: 0.25rem;
  }
  .p-section-plan__map-wrapper::before {
    top: -0.7rem;
    right: 0;
    width: 1.2rem;
    height: 0.95rem;
  }
  .is-ios .p-section-plan__map-wrapper::before {
    height: 0.96rem;
    background-size: 100%;
  }
  .p-section-plan__map-wrapper::after {
    top: -0.42rem;
    right: 0.24rem;
    width: 0.72rem;
    height: 0.38rem;
    background: url("../img/select/sp/plan_txt_02.svg") center no-repeat;
  }
  .p-section-plan__map-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-section-plan__photo--primary {
    width: 3.35rem;
  }
  .p-section-plan__photo--secondary {
    width: 2.747rem;
    margin-left: 0.12rem;
    margin-bottom: 0.2rem;
  }
  .p-section-plan__note {
    gap: 0.05rem;
    margin-bottom: 0.5rem;
  }
  .p-section-plan__note-item {
    width: 0.4rem;
    padding: 0.03rem 0.02rem 0.01rem;
  }
  .p-section-plan__note-photo {
    width: 0.36rem;
  }
  .p-section-plan__map {
    top: calc(100vh - 9.2rem);
    margin-bottom: 4rem;
  }
  .p-section-plan__step {
    margin-top: -3.5rem;
  }
  .p-section-plan__step-item {
    top: calc(100vh - 3rem);
    min-height: 2.4rem;
    padding: 0.3rem 0 1.5rem;
  }
  .p-section-plan__step-head {
    width: 0.95rem;
  }
  .p-section-plan__step-head::before {
    top: 0.35rem;
    right: -0.075rem;
    bottom: 0.15rem;
    width: 0.01rem;
  }
  .p-section-plan__head-title {
    width: 0.7rem;
  }
  .p-section-plan__head-number {
    top: 0.25rem;
    right: -0.2rem;
    width: 0.25rem;
  }
  .p-section-plan__step-body {
    padding: 0.3rem 0.15rem 0.2rem 0.25rem;
  }
  .p-section-plan__step-photo {
    top: -0.57rem;
    right: 0;
    width: 0.9rem;
  }
  .p-section-plan__step-title {
    width: 1.8rem;
    margin-bottom: 0.15rem;
  }
  .p-section-plan__step-description {
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-section-plan__introduction-photo {
    width: 3.35rem;
    margin-bottom: 0.2rem;
  }
  .p-section-plan__keyword {
    margin-bottom: 0.5rem;
  }
  .p-section-plan__keyword-photo {
    width: 3.35rem;
    margin-bottom: 0.15rem;
  }
  .p-section-plan__keyword-content {
    min-height: 2.3rem;
    margin-bottom: 0.2rem;
    padding: 0.95rem 0.25rem 0.2rem;
  }
  .p-section-plan__keyword-content::before {
    top: 0;
    left: 0;
    width: 3.35rem;
    height: 2.3rem;
  }
  .p-section-plan__keyword-content::after {
    top: 0.13rem;
    right: 0.32rem;
    width: 0.66rem;
    height: 0.83rem;
  }
  .p-section-plan__keyword-title::after {
    top: -0.32rem;
    width: 0.55rem;
    height: 0.18rem;
  }
  .p-section-plan__keyword-title {
    padding-bottom: 0.15rem;
  }
  .p-section-plan__keyword-title img {
    width: 1.14rem;
  }
  .p-section-plan__keyword-tag {
    padding-top: 0.1rem;
  }
  .p-section-plan__keyword-tag > li {
    margin-right: 0.05rem;
  }
  .p-section-plan__keyword-detail {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
  }
  .p-section-plan__check {
    padding-bottom: 0.2rem;
  }
  .p-section-plan__check::after {
    width: 2rem;
  }
  .p-section-plan__check > li {
    margin-right: 0.05rem;
  }
  .p-section-plan__brand {
    margin-top: -1rem;
    padding: 0 0.18rem;
  }
  .p-section-plan__brand-item {
    min-height: 1.21rem;
  }
  .p-section-plan__brand-item:last-of-type {
    border-bottom: none;
  }
  .p-section-plan__brand-photo {
    width: 2.9rem;
  }
}

.p-section-search {
  height: auto;
  background-color: #a5a9a9;
  text-align: center;
}
.p-section-search__title {
  color: #fff;
}
.p-section-search__logo {
  max-width: 186px;
  margin: 0 auto;
}
.p-section-search__description {
  display: inline-block;
  margin: 0 auto;
}
@media print, screen and (width >= 768px) {
  .p-section-search {
    padding: 108px 0 120px;
  }
  .p-section-search__title {
    margin-bottom: 49px;
    font-size: 0.28rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .p-section-search__logo {
    margin-bottom: 60px;
  }
  .p-section-search__description {
    margin-bottom: 28px;
  }
}
@media print {
  .p-section-search {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
@media screen and (width < 768px) {
  .p-section-search {
    padding: 0.6rem 0 0.7rem;
  }
  .p-section-search__title {
    margin-bottom: 0.35rem;
    font-size: 0.21rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
  }
  .p-section-search__logo {
    margin-bottom: 0.2rem;
  }
  .p-section-search__description {
    margin-bottom: 0.2rem;
  }
}

.p-list-search__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-list-search__item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-list-search__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
}
.p-list-search__item-text img {
  position: relative;
}
@media print, screen and (width >= 768px) {
  .p-list-search {
    margin-bottom: 43px;
  }
  .p-list-search__wrapper {
    gap: 42px;
  }
  .p-list-search__item {
    width: calc(33.3333333333% - 28px);
  }
  .p-list-search__item-image {
    height: 215px;
  }
  .p-list-search__item-text {
    min-height: 76px;
  }
  .p-list-search__item-text img {
    top: 1px;
  }
}
@media screen and (width < 768px) {
  .p-list-search {
    margin-bottom: 0.43rem;
  }
  .p-list-search__wrapper {
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-list-search__item {
    width: 100%;
  }
  .p-list-search__item-image {
    width: 2.82rem;
    height: 2.15rem;
    margin: 0 auto;
  }
  .p-list-search__item-text {
    max-width: 2.82rem;
    min-height: 0.5rem;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=styles.css.map */