@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
/* dt {
  font-weight: bold;
} */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* 追記 */
/* ============================================ */
em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input,
button,
select,
textarea,
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  /* outline: none; */
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* color */
/* size */
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* media queries
  ブレークポイントの使い方
  @include mq("sp"){ ここに書く } */
/* ie11 */
/* clearfix*/
.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

/* form スタイルリセット */
/* flexbox */
/* くの字矢印 */
/* 字詰め */
/**************************************************
  base
***************************************************/
/* -----------------------------------------------
  Body
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, button, input, textarea, select {
  color: #1D2839;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

body {
  min-width: 1390px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.wrap {
  overflow: hidden;
}

.en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.en-eb {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

.sans-serif {
  font-family: "Noto Sans JP", sans-serif;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/**************************************************
  Content
***************************************************/
.content {
  max-width: 1300px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .content {
    width: auto;
    margin: 0 24px;
  }
}

/**************************************************
  Header
***************************************************/
/**************************************************
  Footer
***************************************************/
footer {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #3D3D45;
  padding: 50px 0 150px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0 150px;
  }
}

/**************************************************
 l-review
***************************************************/
.l-review {
  background-color: #1A2738;
  border-radius: 10px;
  padding: 6rem 3rem 8rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-review {
    padding: 3rem 2rem;
  }
}
.l-review__sp-info {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-review__sp-info {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
  }
}
.l-review__ttl {
  color: #fff !important;
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 767px) {
  .l-review__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem !important;
  }
}
.l-review .c-cvBtn {
  position: relative;
  margin-inline: auto;
  z-index: 5;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-review .c-cvBtn {
    font-size: 1.8rem;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-review .c-cvBtn span::before {
    top: 14px;
  }
}

/* PC */
.l-review-pc {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-review-pc {
    display: none;
  }
}
.l-review-pc__inner {
  position: relative;
}
.l-review-pc__item {
  background-color: #fff;
  padding: 1.6rem 2rem;
  height: auto;
}
.l-review-pc__item .star {
  color: #e28d35;
  font-size: 1.8rem;
}
.l-review-pc__item p {
  font-size: 1.6rem;
}
.l-review-pc .swiper-button-next-voice,
.l-review-pc .swiper-button-prev-voice {
  width: 40px;
  height: 40px;
  background-color: #1A2738;
  border-radius: 50%;
  border: 2px solid #1A2738;
}
.l-review-pc .swiper-button-next-voice::after,
.l-review-pc .swiper-button-prev-voice::after {
  font-size: 1.6rem;
  color: #1A2738;
}
.l-review-pc .swiper-button-next-voice {
  right: -20px;
  border: 2px solid #fff;
}
.l-review-pc .swiper-button-next-voice::after {
  color: #fff;
}
.l-review-pc .swiper-button-prev-voice {
  left: -20px;
  border: 2px solid #fff;
}
.l-review-pc .swiper-button-prev-voice::after {
  color: #fff;
}

/* SP */
.l-review-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-review-sp {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 2rem;
  }
}
.l-review-sp__inner {
  position: relative;
}
.l-review-sp__item {
  background-color: #fff;
  padding: 1.6rem;
  margin-bottom: 2rem;
}
.l-review-sp__item .star {
  color: #e28d35;
  font-size: 1.6rem;
}
.l-review-sp__item p {
  font-size: 1.3rem;
}
.l-review-sp__more {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  width: fit-content;
  display: block;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.l-review-sp__more:hover {
  background-color: #1A2738;
}

/**************************************************
l-contact__form
***************************************************/
.l-contact__form {
  width: 80%;
  margin-inline: auto;
  color: #1D2839;
  background-color: #fff;
  border-radius: 10px;
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  .l-contact__form {
    padding: 2rem 2rem 4rem;
    width: 95%;
  }
}
.l-contact__form-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
}
.l-contact__form-flow li {
  display: grid;
  place-content: center;
  padding: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-contact__form-flow li {
    font-size: 1.1rem;
    padding: 0.8rem;
    text-align: center;
    line-height: 1.4;
  }
}
.l-contact__form-flow li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 50px;
  border-color: transparent transparent transparent currentColor;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-contact__form-flow li::after {
    border-width: 23px 0 23px 15px;
    transform: translateY(-50%) translateX(95%);
  }
}
.l-contact__form-flow li:first-child {
  background-color: #1A2738;
}
.l-contact__form-flow li:first-child::after {
  border-color: transparent transparent transparent #1A2738;
}
.l-contact__form-flow li:nth-child(2) {
  background-color: #5F6771;
}
@media screen and (max-width: 767px) {
  .l-contact__form-flow li:nth-child(2) {
    padding-left: 1.8rem;
    padding-right: 0;
  }
}
.l-contact__form-flow li:nth-child(2)::after {
  border-color: transparent transparent transparent #5F6771;
}
.l-contact__form-flow li:last-child {
  background-color: #858B92;
}
@media screen and (max-width: 767px) {
  .l-contact__form-flow li:last-child {
    padding-left: 1.8rem;
  }
}
.l-contact__form-flow li:last-child::after {
  display: none;
}
.l-contact__form-content form {
  width: 90%;
  margin-inline: auto;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .l-contact__form-content form {
    width: 100%;
  }
}
.l-contact__form-content input, .l-contact__form-content select, .l-contact__form-content textarea {
  background-color: #F4F8F9;
  border: 1px solid #E4EEEE;
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 0.8rem 1.6rem;
  width: 100%;
  font-size: 1.7rem;
}
.l-contact__form-content input::placeholder, .l-contact__form-content select::placeholder, .l-contact__form-content textarea::placeholder {
  color: #D1D1D1;
  font-weight: 400;
}
.l-contact__form-content select {
  background: #F4F8F9 url(../img/arrow-select.png) no-repeat right 1.6rem center/1.1rem;
}
.l-contact__form-content dl {
  margin-top: 3rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-contact__form-content dl {
    display: block;
  }
}
.l-contact__form-content dt {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  width: 240px;
  flex: none;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .l-contact__form-content dt {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.l-contact__form-content dt i {
  position: absolute;
  right: 2rem;
  top: 0.7rem;
  margin: auto;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-contact__form-content dt i {
    right: 0;
  }
}
.l-contact__form-content dt i span {
  background-color: #B4B4B4;
  color: #fff;
  width: 44px;
  height: 20px;
  display: grid;
  place-content: center;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: 400;
}
.l-contact__form-content dt i span.required {
  background-color: #CC1F00;
}
.l-contact__form-content dd {
  width: 100%;
  position: relative;
}
.l-contact__form-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-contact__form-date {
    display: block;
  }
}
.l-contact__form-date p {
  font-weight: 400;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.l-contact__form-date p:first-child {
  margin-top: 0;
}
.l-contact__form-date input {
  width: 48%;
  height: 4.68rem;
}
@media screen and (max-width: 767px) {
  .l-contact__form-date input {
    width: 100%;
  }
}
.l-contact__form-date select {
  width: 48%;
  height: 4.68rem;
}
@media screen and (max-width: 767px) {
  .l-contact__form-date select {
    width: 100%;
    margin-top: 1rem;
  }
}
.l-contact__form .error_blank {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  color: #cc1f00;
  font-size: 1.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-contact__form .error_blank {
    font-size: 1rem;
    transform: translateY(110%);
  }
}
.l-contact__form #form_submit_button {
  background-color: #1A2738;
  color: #fff;
  border-color: #1A2738;
  width: 270px;
  border-radius: 32px;
  text-align: center;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-contact__form #form_submit_button {
    width: 200px;
  }
}
.l-contact__form-com {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin-top: 2rem;
}
.l-contact__form-com a {
  text-decoration: underline;
}
.l-contact__form-com a:hover {
  text-decoration: none;
}

.fs-inherit {
  font-size: inherit !important;
}

.red {
  color: #E92534;
}

/**************************************************
  c-cvBtn
***************************************************/
.c-cvBtn {
  background: linear-gradient(299deg, rgb(247, 191, 5) 0%, rgb(255, 231, 43) 100%);
  display: block;
  font-weight: 900;
  letter-spacing: 0.08em;
  width: 434px;
  height: 99px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  color: #040910;
  overflow: hidden;
  position: fixed;
  right: 24px;
  top: 24px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .c-cvBtn {
    font-size: 2.3rem;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-cvBtn.fixed {
    border-radius: 0;
    height: 80px;
  }
}
.c-cvBtn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(299deg, rgb(247, 191, 5) 0%, rgb(255, 231, 43) 100%);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
  transition: opacity 0.3s;
}
.c-cvBtn:hover::before {
  opacity: 1;
}
.c-cvBtn span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 47px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .c-cvBtn span {
    padding-right: 45px;
  }
}
.c-cvBtn span::after {
  content: "";
  height: 39px;
  width: 39px;
  border: 1px solid #1D2839;
  border-radius: 50%;
  margin-left: 8px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-cvBtn span::before {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat 50% 50%/contain;
  width: 8px;
  height: 7px;
  position: absolute;
  right: 14px;
  top: 17px;
}

.c-btn {
  background: #D9C185;
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 636px;
  height: 114px;
  border-radius: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #1D2839;
  z-index: 999;
  margin: 0 auto;
  transition: all 0.3s;
  border: 4px solid #D9C185;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 330px;
    max-width: 100%;
    text-align: center;
    line-height: 1.4;
    height: 75px;
    font-size: 1.9rem;
    max-width: 382px;
    padding-left: 0px;
  }
}
.c-btn:hover {
  background: #fff;
}
.c-btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 47px;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .c-btn span {
    padding-right: 15px;
  }
}
.c-btn span::after {
  content: "";
  height: 36px;
  width: 36px;
  border: 1px solid #1D2839;
  border-radius: 50%;
  margin-left: 8px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-btn span::after {
    width: 30px;
    height: 30px;
    right: -35px;
  }
}
.c-btn span::before {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat 50% 50%/contain;
  width: 8px;
  height: 7px;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-btn span::before {
    right: -26px;
  }
}

/**************************************************
 kv-area内でキャンペーンバナーをクリックしたらキャンペーンページに遷移するためのリンク
 ※キャンペーンバナーはkv-area内に配置されている
***************************************************/
.button-link-campaign {
  position: absolute;
  top: 1.2vw;
  right: 50.5%;
  aspect-ratio: 643/267;
  width: 42.8666666667%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .button-link-campaign {
    top: 0;
    right: 0;
    aspect-ratio: 414/172;
    width: 100%;
  }
}

/**************************************************
 c-campaign
***************************************************/
.c-campaign {
  background: linear-gradient(180deg, rgb(239, 239, 242) 0%, rgb(219, 220, 222) 100%);
  padding: 70px 0 66px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-campaign {
    padding: 60px 0 20px;
  }
}
.c-campaign h2 {
  width: 813px;
  position: absolute;
  left: 0;
  top: -30px;
  right: 0;
  margin: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-campaign h2 {
    max-width: 363px;
    width: 90%;
  }
}
.c-campaign__inner {
  max-width: 1020px;
  margin-inline: auto;
  position: relative;
}
.c-campaign__detail {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-campaign__detail {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.c-campaign__rank {
  position: absolute;
  left: -30px;
  top: -20px;
  width: 114px !important;
  height: 114px !important;
}
@media screen and (max-width: 767px) {
  .c-campaign__rank {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 15px;
    width: 60px !important;
    height: 60px !important;
  }
}
.c-campaign__com {
  font-size: 1.5rem;
  text-align: left;
  max-width: 970px;
  margin-inline: auto;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .c-campaign__com {
    width: 80%;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.c-campaign__com li::before {
  content: "※";
}
@media screen and (max-width: 767px) {
  .c-campaign__com li {
    margin-bottom: 5px;
  }
}
.c-campaign .shoplist {
  padding-top: 3rem;
}
.c-campaign .shoplist h3 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-campaign .shoplist h3 {
    font-size: 2.2rem;
  }
}
.c-campaign .shoplist h3 span {
  border-bottom: 1px solid #000;
}
.c-campaign .shoplist dl {
  background-color: #fff;
  padding: 20px 52px 52px;
  border-radius: 12px;
  margin-bottom: 20px;
  max-width: 1134px;
  margin-inline: auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .c-campaign .shoplist dl {
    padding: 20px 20px 40px;
  }
}
.c-campaign .shoplist dl dt {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-campaign .shoplist dl dt {
    font-size: 1.3rem;
    display: block;
    text-align: left;
  }
}
.c-campaign .shoplist dl dt span {
  border: 1px solid #000;
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-campaign .shoplist dl dt span {
    display: inline-block;
    width: 120px;
    margin-bottom: 1rem;
    padding-inline: 0;
    text-align: center;
  }
}
.c-campaign .shoplist dl dt em {
  font-size: 2.2rem;
  color: #9D9071;
  transform: translateX(-1rem);
}
@media screen and (max-width: 767px) {
  .c-campaign .shoplist dl dt em {
    font-size: 1.8rem;
    display: inline-block;
    line-height: 1;
    transform: none;
    margin-left: 1rem;
  }
}
.c-campaign .shoplist dl ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .c-campaign .shoplist dl ul {
    justify-content: flex-start;
  }
}
.c-campaign .shoplist dl ul li {
  width: 23.5%;
  margin-bottom: 10px;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .c-campaign .shoplist dl ul li {
    width: 47%;
  }
}
.c-campaign .shoplist dl ul li a {
  background-color: #F3F3F4;
  border-radius: 5px;
  display: block;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 10px 10px 65px;
  position: relative;
  border: 1px solid #F3F3F4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-campaign .shoplist dl ul li a {
    font-size: 1.8rem;
    padding-left: 45px;
    font-size: 2rem;
    white-space: nowrap;
  }
}
.c-campaign .shoplist dl ul li a:hover {
  border-color: #1D2839;
}
.c-campaign .shoplist dl ul li a::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/arrow-shop.png) no-repeat 50% 50%/contain;
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-campaign .shoplist dl ul li a::before {
    width: 24px;
    height: 24px;
    left: 10px;
  }
}
.c-campaign .shoplist dl ul li a small {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .c-campaign .shoplist dl ul li a small {
    display: block;
  }
}

/**************************************************
 c-cv-area
***************************************************/
.c-cv-area {
  background: url(../img/bg02-pc.jpg) no-repeat 50% 50%/cover;
  padding: 97px 0 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cv-area {
    padding: 50px 0 60px;
  }
}
.c-cv-area h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-cv-area h2 {
    font-size: 2rem;
  }
}
.c-cv-area .c-cvBtn {
  position: relative;
  width: 544px;
  height: 106px;
  font-size: 2.7rem;
  right: 0;
  margin: 0 auto;
  font-weight: 700;
  z-index: 999;
  transform: scale(0.7);
}
@media screen and (max-width: 767px) {
  .c-cv-area .c-cvBtn {
    width: 330px;
    height: 75px;
    font-size: 1.8rem;
    padding-left: 10px;
    transform: scale(0.9);
  }
}
.c-cv-area .c-cvBtn span::after {
  width: 30px;
  height: 30px;
}
.c-cv-area .c-cvBtn span::before {
  right: 10px;
  top: 22px;
}
@media screen and (max-width: 767px) {
  .c-cv-area .c-cvBtn span::before {
    top: 13px;
  }
}

.c-cv-new {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 999;
  background-color: #DBC48D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding-inline: 10px;
}
@media screen and (max-width: 767px) {
  .c-cv-new {
    height: 112px;
    gap: 14px;
  }
}
.c-cv-new a {
  transition: opacity 0.3s;
}
.c-cv-new a:hover {
  opacity: 0.6;
}

/**************************************************
 modal
***************************************************/
.hidden {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  background: #EEEFF1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 30px 20px;
}

.modal-content {
  text-align: center;
  position: relative;
  /* 必要に応じて追加 */
}
.modal-content button {
  all: unset;
  /* 全てのデフォルトスタイルをリセット */
  display: inline-block;
  /* レイアウトを適切に保つ */
  cursor: pointer;
  /* ボタンらしいカーソルを設定 */
}
.modal-content button:focus {
  outline: none;
  /* フォーカスリングを消す（好みに応じて） */
}
.modal-content h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1d2839;
  line-height: 1.3;
}
.modal-content .close {
  position: absolute;
  right: -20px;
  top: -20px;
}

button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

/**************************************************
  c-cvBtn
***************************************************/
.c-price__tabbtn {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  gap: 10px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-price__tabbtn {
    flex-direction: column;
  }
}
.c-price__tabbtn li {
  flex: 1;
  cursor: pointer;
  padding: 1rem 2rem;
  background: #ddd;
  margin-right: 5px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  transition: background 0.3s;
}
.c-price__tabbtn li.is-active {
  background: #24364d;
  color: #fff;
}

.c-price__tabcontent {
  display: none;
  margin-top: 1rem;
}
.c-price__tabcontent.is-active {
  display: block;
}

/**************************************************
 kv
***************************************************/
.kv-area {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv-area {
    height: auto;
  }
}
.kv-area h1 {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.kv-area img {
  width: 100%;
}

.kv__openinfo {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 100;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  top: 18vh;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .kv__openinfo {
    top: 65vw;
    font-size: 1.8rem;
  }
}

/**************************************************
 kv
***************************************************/
.kv {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv {
    height: auto;
  }
}
.kv h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 472px !important;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.kv h1 img {
  width: 100%;
}
.kv picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kv picture img {
    height: auto;
  }
}
.kv__info {
  position: absolute;
  left: 50px;
  bottom: 150px;
  width: 450px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv__info {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

/**************************************************
feature
***************************************************/
.feature {
  background: url(../img/bg01-pc.jpg) no-repeat 50% 50%/cover;
  padding: 60px 0 86px;
}
@media screen and (max-width: 767px) {
  .feature {
    background: url(../img/bg01-sp.jpg) no-repeat 50% 0%/contain;
    padding: 47px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .feature .content {
    margin: 0;
  }
}
.feature h2 {
  text-align: center;
  font-size: 4.7rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .feature h2 {
    font-size: 3.5rem;
    line-height: 1.4;
    font-weight: 600;
  }
}
.feature h2 img {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .feature h2 img {
    width: 80%;
  }
}
.feature__inner {
  display: flex;
  background: url(../img/bg-blue-gradation-pc.png) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    display: block;
    background: url(../img/bg-blue-gradation-sp.png?0207) no-repeat 50% 50%/cover;
    padding-bottom: 40px;
  }
}
.feature__inner picture {
  width: 51%;
  display: block;
}
@media screen and (max-width: 767px) {
  .feature__inner picture {
    width: 100%;
  }
}
.feature__inner picture img {
  width: 100%;
}
.feature__inner > div {
  width: 49%;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .feature__inner > div {
    width: 100%;
    padding: 0 32px;
  }
}
.feature__inner ul {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 700;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .feature__inner ul {
    font-size: 2.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.feature__inner ul li {
  border-bottom: 1px solid #FFFFFF;
  padding: 13px 0;
  line-height: 1.3;
}
.feature__inner ul em {
  color: #D9C185;
}
.feature__inner ul small {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .feature__inner ul small {
    display: inline-block;
    font-size: 1.8rem;
  }
}

/**************************************************
concept
***************************************************/
.concept {
  padding: 80px 0 95px;
}
@media screen and (max-width: 767px) {
  .concept {
    padding: 60px 0 49px;
  }
}
.concept h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .concept h2 {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
.concept picture {
  display: block;
}
.concept picture::after {
  content: "";
  width: 164px;
  height: 79px;
  background: url(../img/arrow.svg) no-repeat 50% 50%/contain;
  display: block;
  margin: 30px auto 27px;
}
@media screen and (max-width: 767px) {
  .concept picture::after {
    width: 96px;
    height: 47px;
  }
}
.concept__mes {
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .concept__mes {
    margin-bottom: 32px;
  }
}
.concept__mes strong {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .concept__mes strong {
    font-size: 1.8rem;
  }
}
.concept__mes strong img {
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .concept__mes strong img {
    width: 272px;
    margin-right: 10px;
  }
}
.concept h3 {
  background-color: #9D9071;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  width: 608px;
  margin: 0 auto -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .concept h3 {
    font-size: 1.6rem;
    width: 346px;
    margin-bottom: -15px;
  }
}
.concept h3 img {
  margin-right: 10px;
  width: 292px;
}
@media screen and (max-width: 767px) {
  .concept h3 img {
    width: 211px;
    margin-right: 10px;
  }
}
.concept__inner {
  padding: 70px 0 0px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .concept__inner {
    padding: 30px 0 20px;
    margin-bottom: 0px;
  }
}
.concept__inner p {
  font-size: 2.9rem;
  width: 829px;
  margin: 0 auto 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .concept__inner p {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
.concept__inner p img {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .concept__inner p img {
    width: 253px;
    margin-right: 10px;
  }
}
.concept__inner ul {
  font-size: 2.4rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .concept__inner ul {
    font-size: 1.5rem;
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .concept__inner ul li {
    position: relative;
    padding-left: 30px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.concept__inner ul li span {
  color: #9D9071;
  font-size: 3.2rem;
  width: 47px;
  display: inline-block;
  color: #9d9071;
}
@media screen and (max-width: 767px) {
  .concept__inner ul li span {
    font-size: 2rem;
    width: 30px;
    position: absolute;
    left: 0;
    top: -5px;
  }
}
.concept__txt {
  text-align: center;
  color: #9D9071;
  font-size: 3.2rem;
  margin-bottom: 60px;
  font-weight: 500;
  border-bottom: 1px solid #9D9071;
  border-top: 1px solid #9D9071;
  font-family: "Noto Serif JP", serif;
  width: 608px;
  line-height: 1.7;
  margin: 0 auto;
  padding: 10px 0;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .concept__txt {
    font-size: 2rem;
    margin-bottom: 32px;
    line-height: 1.5;
    width: 95%;
  }
}

/**************************************************
award
***************************************************/
.award {
  padding: 113px 0 130px;
  background-color: #0C1E33;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .award {
    padding: 47px 0 50px;
  }
  .award img {
    width: 70%;
  }
}

/**************************************************
point
***************************************************/
.point {
  background: #0C1E33;
  padding-top: 144px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point {
    padding-top: 40px;
  }
}
.point::after {
  content: "";
  width: 100%;
  height: 339px;
  background: linear-gradient(180deg, rgb(12, 30, 51) 0%, rgba(12, 30, 51, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .point::after {
    height: 124px;
  }
}
.point h2 {
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  padding: 24px;
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .point h2 {
    font-size: 1.8rem;
    padding: 10px;
    line-height: 1.4;
  }
}
.point h2 span {
  letter-spacing: -0.1em;
}
.point h2 img {
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 5px;
  width: 426px;
}
@media screen and (max-width: 767px) {
  .point h2 img {
    width: 248px;
    margin-right: 10px;
  }
}
.point__sec {
  padding: 55px 0;
  color: #fff;
  position: relative;
  z-index: 2;
}
.point__sec::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .point__sec {
    padding: 32px 20px;
  }
}
.point__sec__inner {
  display: flex;
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .point__sec__inner {
    display: block;
    width: 100%;
  }
}
.point__sec__inner.reverse {
  flex-direction: row-reverse;
}
.point__sec__inner.reverse > img {
  margin-right: 0;
  margin-left: 46px;
}
@media screen and (max-width: 767px) {
  .point__sec__inner.reverse > img {
    margin-left: 0;
  }
}
.point__sec__inner > img {
  width: 46%;
  flex: none;
  margin-right: 46px;
}
@media screen and (max-width: 767px) {
  .point__sec__inner > img {
    width: 100%;
    margin-right: 0;
  }
}
.point__sec__inner > div {
  position: relative;
  margin-top: 60px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .point__sec__inner > div {
    padding-left: 0;
    margin-top: 24px;
    padding: 0 0px;
  }
}
.point__sec__inner > div img {
  position: absolute;
  left: 0;
  top: 9px;
  width: auto;
  height: 77px;
}
@media screen and (max-width: 767px) {
  .point__sec__inner > div img {
    height: 45px;
    margin: 0 auto 20px;
    left: 0px;
    top: 0;
    display: block;
  }
}
.point__sec__inner > div h3 {
  color: #D9C185;
  font-size: 3.2rem;
  line-height: 1.42;
  margin-bottom: 2rem;
  font-weight: 600;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .point__sec__inner > div h3 {
    font-size: 1.8rem;
    margin-bottom: 14px;
    font-weight: 600;
    padding-left: 60px;
  }
}
.point__sec__inner > div p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .point__sec__inner > div p {
    font-size: 1.4rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.point__sec.point01::before {
  background: url(../img/img-point01.jpg?25102202) no-repeat 50% 50%/cover;
}
.point__sec.point02::before {
  background: url(../img/img-point02.jpg?25102202) no-repeat 50% 50%/cover;
}
.point__sec.point03::before {
  background: url(../img/img-point03.jpg?25102202) no-repeat 50% 50%/cover;
}
.point__sec.point04::before {
  background: url(../img/img-point04.jpg?25102202) no-repeat 50% 50%/cover;
}
.point__sec.point05::before {
  background: url(../img/img-point05.jpg?25102202) no-repeat 50% 50%/cover;
}
.point__sec.point06::before {
  background: url(../img/img-point06.jpg?25102202) no-repeat 50% 50%/cover;
}
.point__sec.point07::before {
  background: url(../img/img-point07.jpg?25102202) no-repeat 50% 50%/cover;
}
.point__mes {
  text-align: center;
  background-color: #fff;
  padding: 68px 0 80px;
  color: #65552D;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .point__mes {
    font-size: 2rem;
    line-height: 1.6;
    padding: 30px 0;
  }
}
.point__mes img {
  margin-bottom: 30px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .point__mes img {
    width: 45px;
    margin-bottom: 20px;
  }
}

/**************************************************
voice
***************************************************/
.voice {
  background: linear-gradient(180deg, rgb(239, 239, 242) 0%, rgb(219, 220, 222) 100%);
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 32px 0;
  }
}
.voice > p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .voice > p {
    font-size: 1.9rem;
  }
}
.voice > p img {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 20px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .voice > p img {
    margin-right: 10px;
    width: 273px;
  }
}
.voice__com {
  font-style: 1.4rem;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.voice h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .voice h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
.voice__slide .swiper-wrapper {
  padding-bottom: 60px;
}
.voice__slide .swiper-slide {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 32px 42px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .voice__slide .swiper-slide {
    display: block;
    padding: 30px;
  }
}
.voice__slide .swiper-slide figure {
  width: 158px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 30px;
  flex: none;
}
.voice__slide .swiper-slide figure figcaption {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .voice__slide .swiper-slide figure {
    width: 84px;
    height: 92px;
    margin: 0 auto 40px;
    display: block;
  }
}
.voice__slide .swiper-slide p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .voice__slide .swiper-slide p {
    font-size: 1.3rem;
  }
}
.voice__slide .swiper-button-next:after,
.voice__slide .swiper-button-prev:after {
  display: none;
}
.voice__slide .swiper-button-next,
.voice__slide .swiper-button-prev {
  width: 51px;
  height: 106px;
  background: url(../img/arrow-slide.svg) no-repeat 50% 50%/contain;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .voice__slide .swiper-button-next,
  .voice__slide .swiper-button-prev {
    height: 60px;
    width: 29px;
    top: 40%;
  }
}
.voice__slide .swiper-button-prev {
  left: 21vw;
}
@media screen and (max-width: 767px) {
  .voice__slide .swiper-button-prev {
    left: 26px;
  }
}
.voice__slide .swiper-button-next {
  transform: rotate(180deg);
  right: 21vw;
}
@media screen and (max-width: 767px) {
  .voice__slide .swiper-button-next {
    right: 26px;
  }
}
.voice__slide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.voice__slide .swiper-pagination-bullet-active {
  background-color: #0D1F33 !important;
}
.voice__slide .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
}

/**************************************************
training
***************************************************/
.training {
  background: url(../img/bg-training-pc.jpg) no-repeat 50% 50%/cover;
  padding: 130px 0 100px;
}
@media screen and (max-width: 767px) {
  .training {
    padding: 30px 0;
    background: url(../img/bg-training-sp.jpg) no-repeat 50% 20%/cover;
  }
}
.training h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .training h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
.training__main {
  display: flex;
  align-items: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .training__main {
    display: block;
    margin-bottom: 60px;
  }
}
.training__main img {
  width: 600px;
  flex: none;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .training__main img {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.training__main li {
  font-size: 2.6rem;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .training__main li {
    font-size: 1.7rem;
    padding-left: 32px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
.training__main li::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/check-b.svg) no-repeat 50% 50%/contain;
  display: inline-block;
  margin-right: 20px;
  vertical-align: -5px;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .training__main li::before {
    width: 18px;
    height: 18px;
    top: 3px;
  }
}
.training__sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .training__sub {
    display: block;
  }
}
.training__sub > div {
  width: 48%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .training__sub > div {
    width: 100%;
    display: block;
  }
}
.training__sub img {
  width: 259px;
  flex: none;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .training__sub img {
    margin-right: 0;
    width: 202px;
    display: block;
    margin: 0 auto 14px;
  }
}
.training__sub dl {
  color: #fff;
}
.training__sub dl dt {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .training__sub dl dt {
    margin-bottom: 12px;
    margin: 0 20px;
    font-size: 2rem;
  }
}
.training__sub dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .training__sub dl dd {
    margin: 0 20px;
    font-weight: 400;
    font-size: 1.4rem;
  }
}

/**************************************************
trainer
***************************************************/
.trainer {
  padding: 96px 0 120px;
}
@media screen and (max-width: 767px) {
  .trainer {
    padding: 30px 0;
  }
}
.trainer h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .trainer h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .trainer__slide {
    margin: 0 16px;
  }
}
.trainer__slide .swiper-wrapper {
  padding-bottom: 60px;
}
.trainer__slide .swiper-slide {
  height: auto;
  position: relative;
}
.trainer__slide .swiper-slide > div {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 360px;
  padding: 40px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .trainer__slide .swiper-slide > div {
    position: relative;
    height: auto;
    padding: 20px;
  }
}
.trainer__slide .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .trainer__slide .swiper-slide img {
    width: 184px;
    display: block;
    margin: 0 auto;
  }
}
.trainer__slide .swiper-slide dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.trainer__slide .swiper-slide dl dt {
  font-size: 2.4rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .trainer__slide .swiper-slide dl dt {
    font-size: 2.6rem;
  }
}
.trainer__slide .swiper-slide dl dd {
  font-size: 1.5rem;
}
.trainer__slide .swiper-slide p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .trainer__slide .swiper-slide p {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.trainer__slide .swiper-button-next:after,
.trainer__slide .swiper-button-prev:after {
  display: none;
}
.trainer__slide .swiper-button-next,
.trainer__slide .swiper-button-prev {
  width: 51px;
  height: 106px;
  background: url(../img/arrow-slide.svg) no-repeat 50% 50%/contain;
  top: 300px;
}
@media screen and (max-width: 767px) {
  .trainer__slide .swiper-button-next,
  .trainer__slide .swiper-button-prev {
    width: 29px;
    height: 60px;
    top: 100px;
  }
}
.trainer__slide .swiper-button-prev {
  left: 23vw;
}
@media screen and (max-width: 767px) {
  .trainer__slide .swiper-button-prev {
    left: 10px;
  }
}
.trainer__slide .swiper-button-next {
  transform: rotate(180deg);
  right: 23vw;
}
@media screen and (max-width: 767px) {
  .trainer__slide .swiper-button-next {
    right: 10px;
  }
}
.trainer__slide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .trainer__slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.trainer__slide .swiper-pagination-bullet-active {
  background-color: #0D1F33 !important;
}
.trainer__slide .swiper-pagination-bullet {
  background: #DEDEDE;
  opacity: 1;
  margin: 0 10px !important;
}
@media screen and (max-width: 767px) {
  .trainer__slide .swiper-pagination-bullet {
    margin: 0 7px !important;
  }
}

/**************************************************
system
***************************************************/
.system {
  background: linear-gradient(180deg, rgb(12, 30, 51) 0%, rgb(61, 61, 69) 100%);
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .system {
    padding: 30px 0;
  }
}
.system h2 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -0.004em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .system h2 {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.system__txt {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  .system__txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.system__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .system__inner {
    display: block;
    margin-bottom: 60px;
  }
}
.system__inner > section {
  width: 48.5%;
  background-color: #C7CBCF;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .system__inner > section {
    width: 100%;
    margin-bottom: 50px;
  }
}
.system__inner .session__space {
  height: 55px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .system__inner .session__space {
    display: none;
  }
}
.system__inner dl {
  padding: 28px 28px 0;
}
@media screen and (max-width: 767px) {
  .system__inner dl {
    padding: 28px 16px 0;
    margin-bottom: 0px;
  }
}
.system__inner dt {
  background-color: #1A2738;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 3px;
}
@media screen and (max-width: 767px) {
  .system__inner dt {
    padding: 10px;
  }
}
.system__inner dt.campaign-label {
  position: relative;
}
.system__inner dt.campaign-label::after {
  content: "";
  width: 180px;
  height: 100%;
  background: url(../../../lp-include/img/campaign-label.png) no-repeat 0% 50%/cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .system__inner dt.campaign-label::after {
    width: 234px;
  }
}
.system__inner dt em {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .system__inner dt em {
    font-size: 1.8rem;
  }
}
.system__inner dt span {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .system__inner dt span {
    display: inline-block;
    line-height: 1.2;
    text-align: right;
  }
}
.system__inner dt span::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  left: -15px;
  top: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .system__inner dt span::before {
    height: 32px;
    left: -32px;
  }
}
.system__inner dd {
  border-bottom: 1px solid #707070;
  padding: 10px 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .system__inner dd {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .system__inner dd.session {
    padding-bottom: 55px;
  }
}
.system__inner dd .regular_price {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.system__inner dd .regular_price span {
  position: relative;
  font-size: 1.3em;
  color: #0D1F33;
  margin-inline: 0.3rem;
}
.system__inner dd .regular_price span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f00;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.system__inner dd em {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 4px;
  letter-spacing: 0;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .system__inner dd em {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.system__inner dd em::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1A2738;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .system__inner dd em::before {
    top: 3px;
  }
}
.system__inner dd span {
  font-size: 2.2rem;
  text-align: right;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .system__inner dd span {
    line-height: 1;
  }
}
.system__inner dd span small {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .system__inner dd span small {
    font-size: 1.4rem;
    margin-left: 3px;
  }
}
.system__inner dd span strong {
  display: block;
  border-radius: 16px;
  width: 392px;
  font-size: 1.6rem;
  color: #01afda;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .system__inner dd span strong {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 32px;
    padding-top: 7px;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
  }
}
.system__planttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 65px 30px 30px;
  background-color: #3C3D3E;
  height: 159px;
}
@media screen and (max-width: 767px) {
  .system__planttl {
    display: block;
    height: auto;
    padding: 10px 15px 15px;
    text-align: center;
  }
}
.system__planttl h3 {
  color: #D9C185;
  font-size: 2.7rem;
  letter-spacing: -0.004em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .system__planttl h3 {
    font-size: 2.5rem;
  }
}
.system__planttl h3 span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .system__planttl h3 span {
    margin-bottom: 10px;
  }
}
.system__planttl img {
  height: 53px;
  flex: none;
}
@media screen and (max-width: 767px) {
  .system__planttl img {
    height: 35px;
  }
}
.system__com {
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 64px;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .system__com {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.7;
    margin-top: -30px;
    margin-bottom: 40px;
  }
}
.system__other {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .system__other {
    display: block;
  }
}
.system__other > div {
  width: 48%;
  border: 1px solid #fff;
  padding: 25px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .system__other > div {
    width: 100%;
    padding: 16px 20px 40px;
    margin-bottom: 20px;
  }
}
.system__other h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .system__other h4 {
    padding-bottom: 16px;
  }
}
.system__other li {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  font-size: 1.7rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .system__other li {
    align-items: center;
    line-height: 1.2;
    font-size: 1.5rem;
  }
}
.system__other li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 18px;
}
@media screen and (max-width: 767px) {
  .system__other li::before {
    top: 16px;
  }
}
.system__other li span {
  font-size: 2.2rem;
  text-align: right;
  line-height: 1;
}
.system__other li span small {
  font-size: 1.5rem;
}
.system__other p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: -1em;
  margin-left: 1em;
}
.system__oneprice {
  flex-wrap: wrap;
}
.system__oneprice strong {
  display: block;
  width: 100%;
}
.system__oneprice p {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .system__oneprice p {
    font-size: 1.4rem;
  }
}
.system__oneprice em {
  font-size: 1.4em !important;
  padding-left: 10px !important;
}
.system__oneprice em::before {
  display: none;
}
.system__oneprice__space {
  height: 63px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .system__oneprice__space {
    display: none !important;
  }
}
.system__houdai__com {
  font-size: 12px;
  padding: 10px 28px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .system__houdai__com {
    padding: 10px 16px;
  }
}

/**************************************************
com
***************************************************/
.com {
  padding: 70px 0;
  max-width: 1134px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .com {
    padding: 40px 0;
  }
}
.com h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.com li {
  font-size: 1.7rem;
  font-weight: 400;
  position: relative;
  padding-left: 1.7rem;
}
@media screen and (max-width: 767px) {
  .com li {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 6px;
  }
}
.com li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/**************************************************
price
***************************************************/
.price {
  background: linear-gradient(180deg, rgb(239, 239, 242) 0%, rgb(219, 220, 222) 100%);
  padding: 100px 0 101px;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 40px 0 80px;
  }
}
.price h2 {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #9D9071;
}
@media screen and (max-width: 767px) {
  .price h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.price__img {
  text-align: center;
  margin-bottom: 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  .price__img {
    margin-bottom: 40px;
  }
}
.price__txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 70px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price__txt {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
.price__table {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__table {
    overflow: auto;
    width: 100vw;
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .price__table img {
    width: 795px;
    max-width: 795px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
.price__slideCom {
  text-align: center;
  font-size: 1.4rem;
  border-radius: 17px;
  margin-bottom: 20px;
}
.price table {
  max-width: 1155px;
  margin: 0 auto;
  white-space: nowrap;
}
.price th {
  border-bottom: 1px solid #82849B;
}
.price td {
  border-bottom: 1px solid #B1B2C4;
  background-color: #F5F5F6;
  text-align: center;
  padding: 14px 24px;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.5;
  border-left: 1px solid #B1B2C4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .price td {
    font-size: 1.4rem;
    padding: 10px 10px;
  }
}
.price td:nth-of-type(1) {
  background-color: #DDD4C0;
  font-weight: 700;
  border-bottom: 1px solid #B4AB97;
}
.price td.none {
  background-color: unset;
  border-left: 0px solid #000;
}
.price td.brown {
  background-color: #9D9071;
}
.price td.grey {
  background-color: #D9D9E0;
}
.price td img {
  width: 217px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .price td img {
    width: 147px;
  }
}
.price td em {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price td em {
    font-size: 1.8rem;
  }
}
.price th {
  background-color: #1A2738;
  color: #fff;
  width: 299px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 14px 0;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .price th {
    width: 124px;
    font-size: 1.3rem;
    padding: 14px 10px;
  }
}

/**************************************************
design-flow
***************************************************/
.design-flow {
  padding: 130px 0;
  background: linear-gradient(180deg, rgb(12, 30, 51) 0%, rgb(61, 61, 69) 100%);
}
@media screen and (max-width: 767px) {
  .design-flow {
    padding: 40px 0;
  }
}
.design-flow h2 {
  text-align: center;
  color: #fff;
  font-size: 4.7rem;
  line-height: 1.42;
  letter-spacing: -0.004em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .design-flow h2 {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 24px;
  }
}
.design-flow picture {
  margin-bottom: 160px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .design-flow picture {
    margin-bottom: 50px;
  }
}
.design-flow__txt {
  text-align: center;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1.4;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .design-flow__txt {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 32px;
    font-weight: 400;
  }
}
.design-flow__slide {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .design-flow__slide {
    margin-bottom: 6rem;
  }
}
.design-flow__slide .swiper-pagination {
  position: static;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .design-flow__slide .swiper-pagination {
    margin-top: 20px;
  }
}
.design-flow__slide .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.3;
  margin: 0 8px;
}
.design-flow__slide .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.design-flow__slide .swiper-button-prev,
.design-flow__slide .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  top: 38%;
}
.design-flow__slide .swiper-button-prev::after,
.design-flow__slide .swiper-button-next::after {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .design-flow__slide .swiper-button-prev,
  .design-flow__slide .swiper-button-next {
    transform: scale(0.8);
  }
}
.design-flow__slide .swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .design-flow__slide .swiper-button-prev {
    left: 0;
  }
}
.design-flow__slide .swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .design-flow__slide .swiper-button-next {
    right: 0;
  }
}

.design-flow__flow {
  color: #fff;
}
.design-flow__flow > div {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 57px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .design-flow__flow > div {
    display: block;
    margin-bottom: 40px;
    position: relative;
  }
}
.design-flow__flow > div > img {
  width: 382px;
  flex: none;
  margin-left: 70px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .design-flow__flow > div > img {
    width: 148px;
    margin-left: 0;
    position: absolute;
    right: 20px;
    top: 44%;
  }
}
.design-flow__flow > div::after {
  content: "";
  width: 102px;
  height: 27px;
  background: url(../img/arrow-flow.svg) no-repeat 50% 50%/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .design-flow__flow > div::after {
    width: 76px;
    height: 21px;
    bottom: -28px;
  }
}
.design-flow__flow > div:last-child::after {
  display: none;
}
.design-flow__flow__ttl {
  position: relative;
  padding-left: 180px;
}
@media screen and (max-width: 767px) {
  .design-flow__flow__ttl {
    padding-left: 0;
  }
}
.design-flow__flow__ttl img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .design-flow__flow__ttl img {
    width: 59px;
    top: -2px;
    left: -5px;
    bottom: auto;
  }
}
.design-flow__flow__ttl h3 {
  color: #D9C185;
  font-size: 2.6rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .design-flow__flow__ttl h3 {
    font-size: 2.2rem;
    padding-left: 70px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
}
.design-flow__flow__ttl p {
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .design-flow__flow__ttl p {
    font-size: 1.4rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 160px;
    font-weight: 500;
  }
}

/**************************************************
question
***************************************************/
.question {
  padding: 80px 0 120px;
  background: linear-gradient(180deg, rgb(239, 239, 242) 0%, rgb(219, 220, 222) 100%);
}
@media screen and (max-width: 767px) {
  .question {
    padding: 40px 0;
  }
}
.question h2 {
  text-align: center;
  letter-spacing: -0.004em;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .question h2 {
    font-size: 2.6rem;
    font-weight: 600;
  }
}
.question dl {
  background-color: #FAFAFA;
  border-radius: 8px;
  padding: 40px 100px;
  position: relative;
  max-width: 1015px;
  margin: 0 auto 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .question dl {
    padding: 17px 53px;
  }
}
.question dl::before {
  content: "";
  width: 44px;
  height: 44px;
  background: url(../img/q.svg) no-repeat 50% 50%/contain;
  position: absolute;
  left: 40px;
  top: 36px;
}
@media screen and (max-width: 767px) {
  .question dl::before {
    width: 28px;
    height: 28px;
    left: 18px;
    top: 17px;
  }
}
.question dt {
  font-size: 2.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .question dt {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.question dt::before, .question dt::after {
  content: "";
  width: 42px;
  height: 1px;
  background-color: #1D2839;
  position: absolute;
  right: -65px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .question dt::before, .question dt::after {
    width: 24px;
    right: -37px;
    top: 0px;
    bottom: 0;
  }
}
.question dt::after {
  transform: rotate(90deg);
}
.question dt.is-active::before {
  transform: rotate(90deg);
  opacity: 0;
}
.question dt.is-active::after {
  transform: rotate(180deg);
}
.question dd {
  font-size: 1.8rem;
  margin-top: 25px;
  line-height: 1.94;
  display: none;
}
@media screen and (max-width: 767px) {
  .question dd {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/**************************************************
contact
***************************************************/
.contact {
  padding: 104px 0 100px;
  background: linear-gradient(180deg, rgb(12, 30, 51) 0%, rgb(61, 61, 69) 100%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0 30px;
  }
}
.contact h2 {
  text-align: center;
  letter-spacing: -0.004em;
  font-size: 4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contact h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
.contact__txt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact__txt {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.contact__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .contact__btn {
    justify-content: space-between;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .contact__btn li {
    width: 31%;
  }
}
.contact__btn a {
  width: 318px;
  height: 81px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  font-size: 2.4rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact__btn a {
    width: 100%;
    height: 54px;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
  }
}
.contact__btn a:hover {
  background-color: #fff;
  color: #1D2839;
}
.contact__sec {
  background-color: #000;
  margin-bottom: 80px;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .contact__sec {
    padding: 34px 16px 30px;
    margin-bottom: 24px;
  }
}
.contact__sec h3 {
  text-align: center;
  color: #D9C185;
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .contact__sec h3 {
    font-size: 2.4rem;
  }
}
.contact__com {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .contact__com {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.contact__line__inner {
  display: flex;
  justify-content: space-between;
  max-width: 977px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 767px) {
  .contact__line__inner {
    display: block;
    margin-bottom: 32px;
  }
}
.contact__line__inner dl {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .contact__line__inner dl {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contact__line__inner dt {
  border: 1px solid #979797;
  font-size: 2.4rem;
  letter-spacing: -0.004em;
  padding: 5px 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .contact__line__inner dt {
    font-size: 1.9rem;
  }
}
.contact__line__inner dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #767676;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .contact__line__inner dd {
    padding: 10px 0;
  }
}
.contact__line__inner dd span {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__line__inner dd span {
    font-size: 1.8rem;
  }
}
.contact__line__inner dd a {
  width: 340px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00B900;
  border-radius: 4px;
  flex: none;
  font-size: 1.8rem;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact__line__inner dd a {
    width: 226px;
    height: 53px;
  }
}
.contact__line__inner dd a:hover {
  opacity: 0.7;
}
.contact__line__inner dd a::before {
  content: "";
  width: 33px;
  height: 32px;
  background: url(../img/line.svg) no-repeat 50% 50%/contain;
  display: inline-block;
  margin-right: 12px;
}

.contact__form iframe {
  border-radius: 20px;
}
.contact__form .contact__com {
  margin-bottom: 32px;
}

.contact__tel__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1088px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .contact__tel__inner {
    display: block;
    margin: 32px 0 0;
  }
}
.contact__tel__inner > div {
  border: 1px solid #767676;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .contact__tel__inner > div {
    width: 100%;
    padding: 24px 14px 14px;
    margin-bottom: 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .contact__tel__inner > div:last-child {
    margin-bottom: 0;
  }
}
.contact__tel__inner > div h4 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 10px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .contact__tel__inner > div h4 {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
}
.contact__tel__inner > div p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .contact__tel__inner > div p {
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.contact__tel__inner > div a[href*="tel:"] {
  display: block;
  font-size: 2.8rem;
  padding: 0 10px 10px;
  border-bottom: 1px solid #767676;
  margin-bottom: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact__tel__inner > div a[href*="tel:"] {
    font-size: 2.2rem;
    width: 301px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 10px;
    margin: 0 auto;
    background-color: #D9C185;
    border-radius: 45px;
    color: #1D2839;
    padding: 0;
    margin-bottom: 28px;
    border-bottom: 0px solid #767676;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .contact__tel__inner > div a[href*="tel:"]::before {
    content: "";
    width: 20px;
    height: 18px;
    background: url(../img/tel.svg) no-repeat 50% 50%/contain;
    display: inline-block;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .contact__tel__inner > div a[href*="tel:"]::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #767676;
    position: absolute;
    left: 0;
    bottom: 66px;
  }
}
@media screen and (max-width: 767px) {
  .contact__tel__inner > div a[href*="tel:"] span {
    display: none;
  }
}
.contact__tel__inner > div .map {
  background-color: #fff;
  width: 189px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #1D2839;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  padding-right: 10px;
  transition: 0.3s;
}
.contact__tel__inner > div .map:hover {
  opacity: 0.7;
}
.contact__tel__inner > div .map::after {
  content: "";
  height: 16px;
  width: 16px;
  border: 1px solid #1D2839;
  border-radius: 50%;
  margin-left: 8px;
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact__tel__inner > div .map::before {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat 50% 50%/contain;
  width: 4px;
  height: 5px;
  position: absolute;
  right: 45px;
  top: 17px;
}

.vision {
  padding: 0px 0 10px;
  background-color: #0c1e33;
}
@media screen and (max-width: 767px) {
  .vision {
    padding: 0px 0 0px;
  }
}
.vision__inner {
  background: url(../img/bg-vision-pc.jpg) no-repeat 50% 50%/cover;
  text-align: center;
  margin-inline: auto;
  padding: 260px 0;
  margin-bottom: -1px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vision__inner {
    background: url(../img/bg-vision-sp.jpg) no-repeat 50% 50%/cover;
    padding: 100px 0;
  }
}
.vision img {
  width: 304px;
}
@media screen and (max-width: 767px) {
  .vision img {
    width: 117px;
  }
}
.vision p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .vision p {
    font-size: 1.3rem;
  }
}
.vision h2 {
  font-size: 3.6rem;
  margin-top: 10px;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .vision h2 {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

.cp-osaka {
  background: url(../img/bg-cp-osaka.jpg) no-repeat 50% 50%/cover;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .cp-osaka {
    padding: 30px 0;
  }
}
.cp-osaka__inner {
  max-width: 1020px;
  margin-inline: auto;
  position: relative;
}
.cp-osaka__rank {
  position: absolute;
  left: 0px;
  top: -30px;
  width: 114px !important;
  height: 114px !important;
}
@media screen and (max-width: 767px) {
  .cp-osaka__rank {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 20px;
    width: 60px !important;
    height: 60px !important;
  }
}
.cp-osaka img {
  max-width: 814px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .cp-osaka img {
    width: 90%;
  }
}

.lp-iskanto .contact__tel__inner > div {
  display: none;
}
.lp-iskanto .contact__tel__inner > div.is-kanto {
  display: block;
}
.lp-iskanto .system .is-kansaiprice {
  display: none !important;
}
.lp-iskanto .system .is-kyusyuprice {
  display: none !important;
}

.lp-iskansai .contact__tel__inner > div {
  display: none;
}
.lp-iskansai .contact__tel__inner > div.is-kansai {
  display: block;
}
.lp-iskansai .system .is-kantoprice {
  display: none !important;
}
.lp-iskansai .system .is-kyusyuprice {
  display: none !important;
}

.lp-isnishinihon .contact__tel__inner > div {
  display: none;
}
.lp-isnishinihon .contact__tel__inner > div.is-nishinihon {
  display: block;
}
.lp-isnishinihon .system .is-kantoprice {
  display: none !important;
}

.lp-iskyusyu .contact__tel__inner > div {
  display: none;
}
.lp-iskyusyu .contact__tel__inner > div.is-kyusyu {
  display: block;
}
.lp-iskyusyu .system .is-kantoprice {
  display: none !important;
}
.lp-iskyusyu .system .is-kansaiprice {
  display: none !important;
}

.top__concept {
  text-align: center;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .top__concept {
    padding: 5rem 4rem;
    text-align: left;
    margin-inline: auto;
  }
}
.top__concept h2 {
  font-family: "Barlow Condensed", sans-serif;
  color: #c8c8c8;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top__concept h2 {
    font-size: 1.4rem;
  }
}
.top__concept h2 em {
  display: block;
  color: #9D9071;
  font-weight: 300;
  font-size: 3.8rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .top__concept h2 em {
    font-size: 2.8rem;
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
.top__concept p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top__concept p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.top__message {
  background: url(../img/bg-message-pc.jpg) no-repeat 50% 50%/cover;
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  .top__message {
    background: url(../img/bg-message-sp.jpg) no-repeat 50% 50%/cover;
    padding: 5rem 0 4rem;
  }
}
.top__message .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top__message .content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top__message .text {
    position: relative;
  }
  .top__message .text::after {
    content: "";
    width: 372px;
    height: 14px;
    background: url(../img/bd-message.png) no-repeat 50% 50%/contain;
    display: block;
    margin-top: 5rem;
    transform: scaleX(-1) translateX(-30px);
  }
}
.top__message h2 {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top__message h2 {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}
.top__message h2::after {
  content: "";
  width: 372px;
  height: 14px;
  background: url(../img/bd-message.png) no-repeat 50% 50%/contain;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .top__message h2::after {
    transform: translateX(-32px);
  }
}
.top__message p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-block: 2.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top__message p {
    font-size: 1.4rem;
    margin-left: 3rem;
  }
}
.top__message a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 5rem;
}
@media screen and (min-width: 1025px) {
  .top__message a {
    transition: 0.3s;
  }
  .top__message a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */