@charset "UTF-8";
body {
  font-family: "M PLUS 1p", sans-serif;
  color: #333333;
}

.en {
  font-family: "Josefin Sans", sans-serif;
}

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

.text-green {
  color: #00adc1;
}

.text-darkGreen {
  color: #007c95;
}

.bg-yellow {
  background-color: #fff233;
}

/******** コンテンツ幅 ********/
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -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;
}

/*------------------------
btn (システム内のボタン基準)
------------------------*/
.btn a {
  width: 100%;
  max-width: 150px;
  max-width: 9.375rem;
  min-height: 38px;
  min-height: 2.375rem;
  background-color: #ccc;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  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: 3px;
}
.btn a:hover {
  opacity: 0.8;
}
.btn.--green a {
  background-color: #00adc1;
}
.btn.--darkGreen a {
  background-color: #007c95;
}
.btn.--lightGreen a {
  background-color: #00ac97;
}
.btn.--orange a {
  background-color: #ec604d;
}
.btn.btn--size01 a {
  min-height: 80px;
  min-height: 5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.btn.--normal a {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.btn.btn--submit a {
  max-width: 338px;
  max-width: 21.125rem;
  margin: 0 auto;
  font-family: "M PLUS 1p", sans-serif;
}

/*------------------------
共通スタイル
------------------------*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-bottom: 10px;
}

/****  pc,spだし分け  *****/
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
}

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

/*****  タイトル系  *******/
h1,
h2 {
  font-weight: normal;
}

.section-en {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  color: #00adc1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.titleSet {
  text-align: center;
}
.titleSet .catch {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .titleSet .catch {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
.titleSet .section-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .titleSet .section-title {
    font-size: 6.4vw;
  }
}
.titleSet .section-title .small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  font-weight: normal;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 900px) {
  .titleSet .section-title .small {
    font-size: 2.8vw;
    margin-top: 2vw;
  }
}
.titleSet.titleSet--ul .catch {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .titleSet.titleSet--ul .catch {
    font-size: 3.2vw;
  }
}
.titleSet.titleSet--ul .catch.text-green::before, .titleSet.titleSet--ul .catch.text-green::after {
  background-color: #00adc1;
}
.titleSet.titleSet--ul .section-title {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (max-width: 900px) {
  .titleSet.titleSet--ul .section-title {
    font-size: 6.8vw;
  }
}

/***** innerなど余白 *****/
.inner {
  width: 100%;
  max-width: 1620px;
  margin-inline: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 900px) {
  .inner {
    padding-inline: 20px;
  }
}

/******* flex ******/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/****** font ****/
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.bold {
  font-weight: bold;
}

/*****スクロール時にふわっと**********/
.fadein {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.fadein.scrollin {
  -webkit-transform: unset;
          transform: unset;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein.scrollin.delay200 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: 0 auto;
  padding-inline: 1em;
  position: relative;
}
.catch::before, .catch::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  width: 2px;
  height: 1em;
  background-color: #333;
}
.catch::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.catch::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

/*****　緑の丸　****/
.green-circle {
  width: 393px;
  width: 24.5625rem;
  height: 393px;
  height: 24.5625rem;
  border: 4px solid #00adc1;
  border-radius: 50%;
  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-inline: auto;
}
@media screen and (max-width: 900px) {
  .green-circle {
    width: 78.6vw;
    height: 78.6vw;
    border: 0.8vw solid #00adc1;
  }
}

.green-circle__inner {
  width: 302px;
  width: 18.875rem;
  height: 302px;
  height: 18.875rem;
  border: 4px solid #00adc1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(229, 247, 249)));
  background: linear-gradient(to bottom, transparent 0%, rgb(229, 247, 249) 100%);
}
@media screen and (max-width: 900px) {
  .green-circle__inner {
    width: 60.4vw;
    height: 60.4vw;
    border: 0.8vw solid #00adc1;
  }
}

/*****　背景緑のタイトル帯(フォームなど)******/
.green-title,
.darkGreen-title {
  width: 100%;
  height: 92px;
  height: 5.75rem;
  padding-top: 2px;
  padding-top: 0.125rem;
  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;
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: -0.05em;
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
}

.green-title {
  background: no-repeat center/cover url(../images/green-line-bg@2x.png);
}

.darkGreen-title {
  background: no-repeat center/cover url(../images/darkGreen-line-bg@2x.png);
}

/****  マイページ系の小さい青い丸 ****/
.blue-mark {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  border: 1px solid #b2e6ec;
  background-color: #e5f7f9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  line-height: 1;
  color: #007c95;
  border-radius: 3.125rem;
  margin: 5px;
  margin: 0.3125rem;
}

/****  下層ページ ****/
.ul-head-area__title {
  padding: 30px 0;
  padding: 1.875rem 0;
  background-color: #00adc1;
}
@media screen and (max-width: 900px) {
  .ul-head-area__title {
    padding: 6vw 0;
  }
}
.ul-head-area__title .green-circle--white {
  border: 4px solid #fff;
}
.ul-head-area__title .green-circle__inner {
  border: 4px solid #fff;
  background: none;
}
.ul-head-area__title .ul-head-area__text-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.ul-head-area__title .ul-head-area__text-wrapper .catch {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .ul-head-area__title .ul-head-area__text-wrapper .catch {
    font-size: 3.2vw;
    margin-bottom: 5.2631578947vw;
  }
}
.ul-head-area__title .ul-head-area__text-wrapper .catch::before, .ul-head-area__title .ul-head-area__text-wrapper .catch::after {
  background-color: #fff;
}
.ul-head-area__title .ul-head-area__text-wrapper .ul-head-area__en {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .ul-head-area__title .ul-head-area__text-wrapper .ul-head-area__en {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.ul-head-area__title .ul-head-area__text-wrapper .ul-head-area__jp {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .ul-head-area__title .ul-head-area__text-wrapper .ul-head-area__jp {
    font-size: 4vw;
  }
}

.ul-top-area {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .ul-top-area {
    padding: 12vw 0;
  }
}

.ul-top-area__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .ul-top-area__title {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
}

.ul-top-area__catch {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #00adc1;
}
@media screen and (max-width: 900px) {
  .ul-top-area__catch {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}

.ul-top-area__desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .ul-top-area__desc {
    font-size: 3.2vw;
  }
}

.fukidashi {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  padding: 0.5em 2.5em;
  background-color: #00adc1;
  border-radius: 10em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 340px;
  min-width: 21.25rem;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .fukidashi {
    font-size: 4.8vw;
    min-width: 68vw;
    margin: 0 auto 8vw;
  }
}
.fukidashi::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  bottom: -1.25rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  width: 1.5rem;
  height: 28px;
  height: 1.75rem;
  background: no-repeat center/contain url(../images/fukidashi-delta@2x.png);
}
@media screen and (max-width: 900px) {
  .fukidashi::after {
    width: 4.8vw;
    height: 5.6vw;
  }
}

.numberSet .numberSet__icon {
  height: 66px;
  height: 4.125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 900px) {
  .numberSet .numberSet__icon {
    height: 13.2vw;
    margin-bottom: 3vw;
  }
}
.numberSet .numberSet__icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.numberSet .title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.0666666667;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .numberSet .title {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
}
.numberSet .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .numberSet .desc {
    font-size: 3.2vw;
  }
}

.ul-green-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  color: #00adc1;
  text-align: center;
  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;
  background: no-repeat center/cover url(../images/ul/common/bg-greem-title@2x.png);
  min-height: 44px;
  min-height: 2.75rem;
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .ul-green-title {
    font-size: 4vw;
    min-height: 8.8vw;
    max-width: 68vw;
  }
}

.ul-common-links {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 900px) {
  .ul-common-links {
    padding: 12vw;
  }
}
.ul-common-links .inner {
  max-width: 340px;
  max-width: 21.25rem;
}
@media screen and (max-width: 900px) {
  .ul-common-links .inner {
    max-width: 68vw;
  }
}
.ul-common-links .ul-common-link {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .ul-common-links .ul-common-link {
    margin-bottom: 2vw;
  }
}
.ul-common-links .ul-common-link:last-child {
  margin-bottom: 0;
}

/*------------------------
scroll-bar
------------------------*/
@media (min-width: 769px) {
  html {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Edge */
  }
  html::-webkit-scrollbar {
    display: none !important;
    /* Chrome, Safari */
  }
}
/*------------------------
pc tel番号表示
------------------------*/
.tel-pointer {
  cursor: pointer;
  position: relative;
}
.tel-pointer::after {
  display: block;
  content: "06-6167-5767";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2em;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 3px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 16px;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .tel-pointer::after {
    display: none;
  }
}
.tel-pointer:hover:after {
  opacity: 1;
}

.contact-form {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 900px) {
  .contact-form {
    padding: 3.75rem 0;
  }
}
.contact-form .inner {
  max-width: 445px;
}
.contact-form .contact-form__lead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.contact-form form {
  font-family: "Noto Sans JP", sans-serif;
}
.contact-form .page-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  color: #00adc1;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #00adc1;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.contact-form .form-title {
  text-align: left;
  color: #333;
  margin: 10px 0 5px;
  margin: 0.625rem 0 0.3125rem;
  font-weight: 500;
}
.contact-form .formSet > * {
  color: #333;
}
.contact-form .formSet input,
.contact-form .formSet select {
  border: 1px solid #333;
}
.contact-form .formSet .required-icon {
  background-color: #333;
}
.contact-form .post-search {
  background-color: #333;
}
.contact-form .formSet__title {
  font-weight: 500;
}
.contact-form .formSet__input + .formSet__input {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.contact-form .formSet__input.flex {
  display: grid;
  grid-template-columns: 90px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form .formSet__input.flex .title {
  font-size: 18px;
  font-size: 1.125rem;
}
.contact-form .formSet__input.flex input {
  min-height: 48px;
  min-height: 3rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.contact-form .formSet__input textarea {
  border: 1px solid #333;
}
.contact-form .select-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #333;
}
.contact-form .select-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  width: 2rem;
  height: 100%;
  background-color: #333;
}
.contact-form .select-wrapper::after {
  display: block;
  content: "▼";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  right: 0.5rem;
  color: #fff;
}
.contact-form .select-wrapper select {
  min-height: 60px;
  min-height: 3.75rem;
  padding: 10px 32px 10px 20px;
  padding: 0.625rem 2rem 0.625rem 1.25rem;
  width: 100%;
  border: none;
  position: relative;
  z-index: 1;
}
.contact-form .notice {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.contact-form .form-bottom .text a {
  color: #ec604d;
}

.pay-detail .lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.pay-detail .notice {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.pay-detail__cards .text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.pay-detail__cardsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pay-detail__cardsItem img {
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.footer {
  padding: 70px 0;
  padding: 4.375rem 0;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 14vw 0;
  }
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  max-width: 420px;
  max-width: 26.25rem;
}
@media screen and (max-width: 900px) {
  .footer .inner {
    padding: 0;
    gap: 4vw;
    max-width: 88vw !important;
  }
}

.footer__logo {
  width: 124px;
  width: 7.75rem;
}
@media screen and (max-width: 900px) {
  .footer__logo {
    width: 27.6vw;
  }
}

.footer__info .shop {
  width: 198px;
  width: 12.375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .footer__info .shop {
    width: 46vw;
    margin-bottom: 2vw;
  }
}
.footer__info .tel {
  display: block;
  width: 153px;
  width: 9.5625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 900px) {
  .footer__info .tel {
    width: 36vw;
    margin-bottom: 3vw;
  }
}
.footer__info .detail {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 900px) {
  .footer__info .detail {
    font-size: 2.8vw;
  }
}

.copy-right {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .copy-right {
    font-size: 2.8vw;
  }
}

/*------------------------
フォーム関係のパーツ
------------------------*/
.form-wrapper {
  padding: 60px 0;
  padding: 3.75rem 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  .form-wrapper {
    padding: 2.5rem 0;
  }
}
.form-wrapper .inner {
  max-width: 443px;
  max-width: 27.6875rem;
}
@media screen and (max-width: 900px) {
  .form-wrapper .inner {
    max-width: 90vw;
  }
}

.form-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #00adc1;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.formSet {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.formSet.formSet--postNumber .formSet__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}
.formSet.address-select select {
  border: none !important;
  width: 100%;
  padding: 1em;
}

.formSet__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  color: #00adc1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 900px) {
  .formSet__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.formSet__title label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formSet__title label .attention {
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formSet__title .required-icon {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #00adc1;
  border-radius: 100px;
  padding: 3px 6px 3px 6px;
  margin-left: 10px;
}

.formSet__input input,
.formSet__input textarea {
  border: 1px solid #00adc1;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em 1em;
  width: 100%;
  min-height: 68px;
}
.formSet__input textarea {
  min-height: 10em;
}
.formSet__input.flex {
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (max-width: 900px) {
  .formSet__input.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.formSet__input.radio-wrapper {
  border: 1px solid #00adc1;
  border-radius: 5px;
  min-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em;
  gap: 10px 40px;
  gap: 0.625rem 2.5rem;
}
.formSet__input.radio-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
}
.formSet__input.radio-wrapper input {
  min-width: auto;
  min-height: auto;
  padding: 0;
  border: none;
  margin: 0;
  width: auto;
}
.formSet__input.radio-wrapper input:checked + label::after {
  display: block;
}
.formSet__input.radio-wrapper label {
  display: block;
  position: relative;
  padding-left: 18px;
  line-height: 1;
}
.formSet__input.radio-wrapper label::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 50%;
}
.formSet__input.radio-wrapper label::after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  display: none;
}

.post-search {
  min-width: 180px;
  min-width: 11.25rem;
  min-height: 68px;
  background-color: #00adc1;
  border-radius: 5px;
  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;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .post-search {
    white-space: nowrap;
    min-width: auto;
    padding-inline: 1.25rem;
  }
}

.form-bottom {
  margin: 30px 0;
  margin: 1.875rem 0;
}
.form-bottom .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.form-bottom .text a {
  color: #00adc1;
  text-decoration: underline;
}

.check-box {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.check-box input {
  min-width: auto;
  min-height: auto;
  padding: 0;
  border: none;
  margin: 0;
  position: absolute;
}
.check-box input:checked + label::after {
  display: block;
}
.check-box label {
  display: block;
  position: relative;
  padding-left: 18px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
}
.check-box label::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 3px;
}
.check-box label::after {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: none;
}

/*------------------------
セレクトボックス
------------------------*/
.select-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #333;
}
.select-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  width: 2rem;
  height: 100%;
  background-color: #333;
}
.select-wrapper::after {
  display: block;
  content: "▼";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  right: 0.5rem;
  color: #fff;
}

ï .form-wrapper--confirm .formSet__input span {
  font-size: 16px;
  font-size: 1rem;
}

/*------------------------
完了画面
------------------------*/
.thanks-message .thanks-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 500;
  color: #00adc1;
  text-align: center;
}
.thanks-message .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.thanks-message .btn {
  text-align: center;
}
.thanks-message .btn a {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

.header {
  width: 28.125%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 0 0 clamp(20px, 4.6vw, 90px);
}
@media (max-width: 1630px) {
  .header {
    width: 23.625rem;
    padding: 0 0px 0 30px;
  }
}
@media (max-width: 1024px) {
  .header {
    width: 18.75rem;
  }
}
@media (max-width: 900px), (max-height: 500px) {
  .header {
    padding: 0;
    width: 100%;
    height: 66px;
    z-index: 12;
  }
}

.header__scroll-wrapper {
  max-height: 80vh;
  overflow-y: scroll;
}

.header__inner {
  max-width: 318px;
  max-width: 19.875rem;
  position: relative;
  padding-top: 6vh;
}
@media (max-width: 1630px) {
  .header__inner {
    zoom: 0.7;
  }
}
@media (max-width: 900px), (max-height: 500px) {
  .header__inner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 65px 20px 60px;
    overflow-y: scroll;
    max-width: 500px;
    zoom: 1;
  }
}

.header__ham {
  display: none;
  width: 30px;
  height: 25px;
  position: fixed;
  top: 20px;
  right: 25px;
  z-index: 1000;
}
@media (max-width: 900px), (max-height: 500px) {
  .header__ham {
    display: block;
  }
}

.header__ham span {
  width: 100%;
  height: 2px;
  background-color: #00adc1;
  border-radius: 10px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

.header__ham span:nth-child(1) {
  top: 0px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header__ham span:nth-child(2) {
  top: 12px;
}

.header__ham span:nth-child(3) {
  top: 24px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header.is-active .header__ham span:nth-child(1) {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  top: 12px;
}

.header.is-active .header__ham span:nth-child(2) {
  display: none;
}

.header.is-active .header__ham span:nth-child(3) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 12px;
}

.header__logo {
  width: 140px;
  width: 8.75rem;
  position: absolute;
  top: 6vh;
  right: 0;
}
@media (max-width: 900px), (max-height: 500px) {
  .header__logo {
    position: fixed;
    top: 10px;
    left: 20px;
    right: auto;
    width: 2.9375rem;
  }
}

.header_sp_txt {
  display: none;
}
@media (max-width: 900px), (max-height: 500px) {
  .header_sp_txt {
    display: block;
    position: fixed;
    top: 20px;
    left: 80px;
    width: 8.4375rem;
  }
}

.header__btns {
  margin-top: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 10px;
  gap: 0.5rem 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-height: 500px) {
  .header__btns {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__btns .btn {
  width: 100%;
}
.header__btns .btn.--register, .header__btns .btn.--rogin {
  width: 48%;
}
.header__btns .btn.--register a, .header__btns .btn.--rogin a {
  font-size: 18px;
  font-size: 1.125rem;
}
.header__btns .btn.--insta a {
  background-color: transparent;
}
.header__btns .btn a {
  max-width: 100%;
  min-height: 60px;
  min-height: 3.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 5px;
}

/*
  -----------------------------------
nav menu
  -----------------------------------
  */
.header__nav.--subNav {
  margin-top: 1em;
}
.header__nav .header__nav-items {
  width: 100%;
}
.header__nav .header__nav-item {
  margin-bottom: 0.2em;
}
.header__nav .header__nav-item.--sub {
  margin-bottom: 0;
}
.header__nav .header__nav-item.--sub a.header__nav-link {
  padding-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.header__nav .header__nav-item.--sub a.header__nav-link::before, .header__nav .header__nav-item.--sub a.header__nav-link::after {
  display: none;
}
.header__nav a.header__nav-link {
  color: #00adc1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  padding-left: 1.3em;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Noto Sans JP", sans-serif;
}
.header__nav a.header__nav-link:hover {
  color: #007c95;
}
.header__nav a.header__nav-link:hover:after {
  background-color: #00adc1;
}
.header__nav a.header__nav-link::before, .header__nav a.header__nav-link::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  border: 1px solid #00adc1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header__nav a.header__nav-link::before {
  top: 5px;
  top: 0.3125rem;
  width: 20px;
  height: 20px;
}
.header__nav a.header__nav-link::after {
  top: 8px;
  top: 0.5rem;
  left: 3px;
  left: 0.1875rem;
  width: 14px;
  height: 14px;
}

.header.is-active {
  width: auto;
}
.header.is-active .header__inner {
  right: 0;
}

body.is-active {
  overflow: hidden;
}

/*------------------------
アイコンアニメ
------------------------*/
.header__iconWrapper {
  position: absolute;
  bottom: 10px;
  bottom: 0.625rem;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 900px), (max-height: 500px) {
  .header__iconWrapper {
    display: none;
  }
}
.header__iconWrapper .icon.--cloth01 {
  width: 10%;
  max-width: 64px;
  max-width: 4rem;
}
.header__iconWrapper .icon.--cloth02 {
  width: 13%;
  max-width: 84px;
  max-width: 5.25rem;
}
.header__iconWrapper .icon.--cloth03 {
  width: 12%;
  max-width: 72px;
  max-width: 4.5rem;
}
.header__iconWrapper .icon.--cloth04 {
  width: 13%;
  max-width: 74px;
  max-width: 4.625rem;
}
.header__iconWrapper .icon.--cloth05 {
  width: 12%;
  max-width: 78px;
  max-width: 4.875rem;
}
.header__iconWrapper .icon.--machineClose {
  width: 11%;
}
.header__iconWrapper .icon.--machineOpen {
  width: 15%;
}

.icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease-out;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.6s ease;
  transition: transform 0.3s ease-out, opacity 0.6s ease, -webkit-transform 0.3s ease-out;
}
.icon.--cloth01, .icon.--cloth02, .icon.--cloth03, .icon.--cloth04, .icon.--cloth05 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.icon.--machineClose, .icon.--machineOpen {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.icon.--machineOpen {
  left: -12%;
}
.icon.--machineOpen::before {
  display: block;
  content: "＼ Finish！／";
  position: absolute;
  top: 30%;
  left: -160%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #00adc1;
}

.macineCloseWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.macineCloseWrapper::before, .macineCloseWrapper::after {
  display: block;
  content: "Swish";
  position: absolute;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  display: none;
  color: #00adc1;
}
.macineCloseWrapper::before {
  top: -10%;
  left: 37%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  font-size: 13px;
  font-size: 0.8125rem;
}
.macineCloseWrapper::after {
  top: -5%;
  left: 55%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  font-size: 10px;
  font-size: 0.625rem;
}
.macineCloseWrapper.left::before {
  display: block;
}
.macineCloseWrapper.right::after {
  display: block;
}

/* cloth 共通スタイル */
.icon.--cloth01 img,
.icon.--cloth03 img,
.icon.--cloth05 img {
  -webkit-animation: header-icon-fuwa 8s infinite ease-in-out;
          animation: header-icon-fuwa 8s infinite ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.icon.--cloth02 img,
.icon.--cloth04 img {
  -webkit-animation: header-icon-fuwa-reverse 8s infinite ease-in-out;
          animation: header-icon-fuwa-reverse 8s infinite ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes header-icon-fuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header-icon-fuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes header-icon-fuwa-reverse {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes header-icon-fuwa-reverse {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
/*------------------------
画面が潰れた時用（500px以下）
------------------------*/
.header-btns-fix {
  display: none;
  position: fixed;
  top: 80px;
  right: 3vh;
  width: 26%;
  height: calc(100vh - 80px);
}
.header-btns-fix .inner {
  padding-right: 0;
  height: 98%;
  overflow-y: scroll;
}
@media (max-width: 1630px) {
  .header-btns-fix {
    width: 23.4375rem;
  }
}
@media (max-width: 1024px) {
  .header-btns-fix {
    width: 18.75rem;
  }
}
@media (max-height: 500px) {
  .header-btns-fix {
    display: block;
  }
  .header-btns-fix .header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .header-btns-fix {
    display: none;
  }
}

@media (max-height: 500px) {
  .header__btns.--insta {
    display: block;
  }
}
.fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background-color: rgba(255, 255, 255, .9);
  z-index: 11;
  display: none;
}
@media (max-height: 500px) {
  .fix-bg {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .fix-bg {
    display: block;
  }
}

/*------------------------
会員機能内画面
------------------------*/
.info-page {
  background-color: #e0f5f8;
  font-family: "Noto Sans JP", sans-serif;
}
.info-page .info-wrapper {
  padding: 50px 0;
  padding: 3.125rem 0;
}
.info-page .inner {
  max-width: 445px;
}
.info-page .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.info-page .btn a {
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 10px;
  padding-inline: 0.625rem;
}
.info-page .btn.half {
  width: calc(50% - 5px);
}
.info-page .btn.half a {
  width: 100%;
}
.info-page .btn.wide {
  width: 100%;
}
.info-page .btn.wide a {
  width: 100%;
}

.info__cont {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  padding: 1.25rem;
}
.info__cont + .info__cont {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.info__cont .notice {
  border: 1px solid #ccc;
  background-color: #fffcd6;
  border-radius: 10px;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  min-height: 5.5em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.info__cont .notice .bold {
  font-weight: 500;
}
.info__cont .appeal {
  border: 1px solid #b2e6ec;
  background-color: #e5f7f9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  line-height: 1;
  color: #007c95;
  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: 3.125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.info__cont .appeal .jp {
  font-size: 14px;
  font-size: 0.875rem;
}
.info__cont .appeal .number {
  font-size: 17px;
  font-size: 1.0625rem;
}
.info__cont .info-alarm {
  font-size: 14px;
  font-size: 0.875rem;
}
.info__cont .info-alarm ul {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.info__cont .info-alarm ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__cont .info-alarm ul li + li {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.info__cont .info-alarm ul li span {
  display: block;
}
.info__cont .info-alarm ul li .info-alarm__status {
  text-transform: uppercase;
}
.info__cont .check-box label {
  font-size: 14px;
  font-size: 0.875rem;
}
.info__cont .check-box label::before {
  top: 1px;
}

.info-titleArea .title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}

.info__cont--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.info__cont--top .title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  font-weight: 500;
}
.info__cont--top .caution {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
  padding: 0;
  margin: 0;
}

.info__box {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 15px;
  padding: 0.9375rem;
}
.info__box + .info__box {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.info__box .text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.status-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.status-top .jp {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status-top .jp .circle {
  font-size: 14px;
  color: #00adc1;
  margin-right: 3px;
}
.status-top .time {
  font-size: 14px;
  font-size: 0.875rem;
}

.status-bar {
  width: 100%;
  height: 10px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.status-bar span {
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  height: 12px;
  border: 1px solid #00adc1;
  background-color: #00adc1;
}

.info__box--btns.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 900px) {
  .info__box--btns.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.info__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 8px;
  gap: 0.5rem 0.5rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.info__inputs.info__inputs--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info__inputs .item {
  width: 100%;
}
.info__inputs .item + .item {
  margin-top: 0 !important;
}
.info__inputs .title {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
.info__inputs input,
.info__inputs select {
  display: block;
  width: 100%;
  min-height: 30px;
  min-height: 1.875rem;
  border-radius: 3px;
  padding: 3px 5px;
  border: 1px solid #cccccc;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 900px) {
  .info__inputs input,
.info__inputs select {
    font-size: 0.75rem;
  }
}

.caution {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border-radius: 10px;
  margin: 10px 0 10px;
  margin: 0.625rem 0 0.625rem;
}
.caution.caution--yellow {
  background-color: #FDF9E6;
  border: 1px solid #F9E1A5;
  color: #6B4F00;
}
.caution.caution--green {
  background-color: #EDF7EE;
  border: 1px solid #DBEEDC;
  color: #168031;
}

.info-history ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-bottom: 1px solid #999;
  gap: 10px;
  gap: 0.625rem;
}
.info-history ul li .info-history__date {
  white-space: nowrap;
}
.info-history ul li .info-history__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info-history ul li .info-history__name {
  margin-left: auto;
  white-space: nowrap;
}

.price-summary ul {
  border-bottom: 1px solid #999;
}
.price-summary ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 10px 0;
  padding: 0.625rem 0;
  gap: 10px;
  gap: 0.625rem;
}
.price-summary ul li .price-summary__price {
  margin-left: auto;
  font-weight: bold;
}

.price-summary__subtotal,
.price-summary__adjust {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-summary__subtotal .price,
.price-summary__adjust .price {
  margin-left: auto;
}

.price-summary__total {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-summary__total .price {
  margin-left: auto;
  font-weight: bold;
}

/*****************
変更画面
*****************/
.change-field .info__cont--top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.change-field .info__top-notice {
  font-size: 14px;
  font-size: 0.875rem;
}
.change-field .info__inputs .item .title {
  font-size: 12px;
  font-size: 0.75rem;
}
.change-field .info__inputs .item.half {
  width: calc(50% - 5px);
}
.change-field .info__inputs .item.third {
  width: calc(33.33333% - 6.66667px);
}
.change-field .info__box--btns {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.change-field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #999;
}
.change-field__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.change-field__items .item.half {
  width: calc(50% - 10px);
}
.change-field__items .item .title {
  font-size: 12px;
  font-size: 0.75rem;
}
.change-field__items .item .text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.change-field__notice {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  margin: 10px 0;
  margin: 0.625rem 0;
}

/*------------------------
お客様情報
------------------------*/
.info-page--customer .info__cont .btn--address a {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.info-page--customer .info__cont .btn--address-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.info-page--customer .info__cont .btn--address-search a {
  margin-top: auto;
}
.info-page--customer .info__box .customer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.info-page--customer .info__box .customer__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.info-page--customer .info__box .customer__items .item .title {
  font-size: 12px;
  font-size: 0.75rem;
}
.info-page--customer .info__box .customer__items .item .text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.info-page--customer .info__box .customer__items .item .sub {
  font-size: 12px;
  font-size: 0.75rem;
}

/** checkbox **/
.check-item input {
  min-width: auto;
  min-height: auto;
  padding: 0;
  border: none;
  margin: 0;
  position: absolute;
}
.check-item input:checked + label::after {
  display: block;
}
.check-item label {
  display: block;
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.check-item label::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 3px;
}
.check-item label::after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: none;
}

/*------------------------
ご利用履歴
------------------------*/
#use-history .info-titleArea {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
#use-history .select-wrapper::after {
  font-size: 12px;
  font-size: 0.75rem;
  right: 10px;
}
#use-history .select-wrapper select {
  width: 100%;
  min-height: 35px;
  min-height: 2.1875rem;
  padding: 0.5em 1em;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
#use-history .use-history__subtitle {
  margin: 20px 0 10px;
  margin: 1.25rem 0 0.625rem;
}
#use-history .blue-mark {
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
}

.use-history__lists {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.use-history__lists dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  z-index: 1000;
}
.loading::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.loading::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#86ced8), to(#007c95));
  background: linear-gradient(to bottom, #86ced8 0%, #007c95 100%);
}
.loading::before {
  opacity: 0;
}
.loading::after {
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.loading.textIn .loading__text {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.loading.overlay::before {
  opacity: 1;
}
.loading.fadeout {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.loading__text {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 2;
  z-index: 2;
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .loading__text {
    font-size: 8vw;
  }
}

.loading__videoWrapper {
  width: 100%;
  height: 100dvh;
}
.loading__videoWrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loading__skip {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-weight: bold;
  z-index: 9999;
}
@media screen and (max-width: 900px) {
  .loading__skip {
    bottom: 90px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* クリックで表示 */
}

.modal-content {
  background: #fff;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  max-height: 800px;
  overflow-y: auto;
}

.modal-content__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 5px;
}

.modal-content__name {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-left: 20px;
  min-width: 150px;
  text-align: right;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.modal-content__text {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.modal-content__text .text {
  font-size: 14px;
  font-size: 0.875rem;
}

.modal-content__detail {
  border: 2px solid #333;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
}
.modal-content__detail span {
  display: inline-block;
  margin-left: 1em;
}
.modal-content__detail .title {
  padding: 0.2em 1em;
  border-bottom: 1px solid #333;
  text-align: center;
  font-weight: bold;
}
.modal-content__detail .detail {
  padding: 1em;
}
.modal-content__detail .detail .items {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.modal-content__detail .detail .sum {
  font-weight: bold;
  text-align: right;
}

.modal-actions {
  text-align: center;
}

.modal-btn {
  font-size: 16px;
  font-size: 1rem;
  margin: 0.5em;
  padding: 0.5em 1em;
  border-radius: 5px;
}
.modal-btn#printBtn {
  border: 2px solid #00adc1;
  background-color: #00adc1;
  color: #fff;
}
.modal-btn#closeBtn {
  border: 2px solid #00adc1;
  color: #00adc1;
}

#parts-collection .item + .item {
  margin-top: 30px;
}
#parts-collection .item .parts-title {
  position: relative;
  font-weight: bold;
}
#parts-collection .item .parts-title::before {
  content: "▼";
}
#parts-collection .item > div + div {
  margin-top: 20px;
}

#page-register-confirm .form-bottom {
  text-align: center;
}
#page-register-confirm .btn--submit a {
  max-width: 338px;
  max-width: 21.125rem;
  margin: 0 auto;
}

.request-form {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 900px) {
  .request-form {
    padding: 3.75rem 0;
  }
}
.request-form .inner {
  max-width: 445px;
}
.request-form form {
  font-family: "Noto Sans JP", sans-serif;
}
.request-form .page-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  color: #00adc1;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #00adc1;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.request-form .form-title {
  text-align: left;
  color: #333;
  margin: 10px 0 5px;
  margin: 0.625rem 0 0.3125rem;
  font-weight: 500;
}
.request-form .formSet > * {
  color: #333;
}
.request-form .formSet input,
.request-form .formSet select {
  border: 1px solid #333;
  position: relative;
  z-index: 1;
}
.request-form .formSet .required-icon {
  background-color: #333;
}
.request-form .post-search {
  background-color: #333;
}
.request-form .formSet__title {
  font-weight: 500;
}
.request-form .formSet__input + .formSet__input {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.request-form .formSet__input.flex {
  display: grid;
  grid-template-columns: 90px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.request-form .formSet__input.flex .title {
  font-size: 18px;
  font-size: 1.125rem;
}
.request-form .formSet__input.flex select {
  min-height: 48px;
  min-height: 3rem;
  padding: 10px 32px 10px 20px;
  padding: 0.625rem 2rem 0.625rem 1.25rem;
  width: 100%;
  border: none;
}
.request-form .formSet__input.flex input {
  min-height: 48px;
  min-height: 3rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.request-form .formSet__input textarea {
  border: 1px solid #333;
}
.request-form .notice {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.request-form .form-bottom .text a {
  color: #ec604d;
}

.pay-detail .lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.pay-detail .notice {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.pay-detail__cards .text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.pay-detail__cardsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pay-detail__cardsItem img {
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*------------------------
ログイン・ログアウト
------------------------*/
.rogin-wrapper {
  padding: 50px 0;
  padding: 3.125rem 0;
  font-family: "Noto Sans JP", sans-serif;
}
.rogin-wrapper .inner {
  max-width: 443px;
}
.rogin-wrapper .formSet__title {
  color: #007c95;
}
.rogin-wrapper input {
  border: 1px solid #007c95;
}

.rogin-wrapper__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #007c95;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.rogin-wrapper__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.rogin-wrapper__btn a {
  font-family: "M PLUS 1p", sans-serif;
  max-width: 290px;
  max-width: 18.125rem;
  margin: 0 auto;
}
.rogin-wrapper__btn.--green {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.passwd-notice {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  color: #007c95;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #007c95;
          text-decoration-color: #007c95;
  text-underline-offset: 5px;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: block;
  text-align: center;
}

.pc-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 43.75%;
  height: 100%;
}
@media (max-width: 1630px) {
  .pc-left {
    width: calc(100% - 878px);
  }
}
@media (max-width: 1024px) {
  .pc-left {
    width: calc(100% - 800px);
  }
}
@media screen and (max-width: 900px) {
  .pc-left {
    display: none;
  }
}
.pc-left .swiper {
  height: 100%;
}
.pc-left .swiper-slide {
  position: relative;
}
.pc-left .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.pc-left .swiper-slide::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(153, 153, 153)), to(rgba(153, 153, 153, 0)));
  background: linear-gradient(to right, rgb(153, 153, 153) 0%, rgba(153, 153, 153, 0) 100%);
  mix-blend-mode: multiply;
}
.pc-left .pc-left__text {
  position: absolute;
  bottom: 2vh;
  left: 3vw;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: right;
  z-index: 10;
  color: #fff;
  font-weight: 900;
}
.pc-left .pc-left__text .main {
  font-size: clamp(30px, 3.6vw, 70px);
  line-height: 1;
}
@media (max-height: 759px) {
  .pc-left .pc-left__text .main {
    font-size: 7vh;
  }
}
.pc-left .pc-left__text .sub {
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}
@media (max-height: 759px) {
  .pc-left .pc-left__text .sub {
    font-size: 2.4vh;
  }
}

.main-contents {
  width: 500px;
  width: 31.25rem;
  min-width: 375px;
  min-width: 23.4375rem;
  position: absolute;
  top: 0;
  left: 43.75%;
  z-index: 10;
}
@media (max-width: 1630px) {
  .main-contents {
    left: auto;
    right: 23.625rem;
  }
}
@media (max-width: 1024px) {
  .main-contents {
    right: 18.75rem;
  }
}
@media screen and (max-width: 900px) {
  .main-contents {
    left: 0;
    width: 100%;
    min-width: auto;
    z-index: auto;
    z-index: initial;
  }
}

#page-top {
  margin-top: 0 !important;
}

@-webkit-keyframes mvSlideZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes mvSlideZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.mv__slide {
  overflow: hidden;
}
.mv__slide .mv__slide-wrapper img {
  width: 100%;
  height: auto;
}

.swiper-slide-active .mv__slide-wrapper,
.swiper-slide-duplicate-active .mv__slide-wrapper,
.swiper-slide-prev .mv__slide-wrapper {
  -webkit-animation: mvSlideZoom 6s linear 0s normal both;
          animation: mvSlideZoom 6s linear 0s normal both;
}

.mv__text {
  background-color: #00adc1;
  color: #fff;
  padding: 40px 0;
  padding: 2.5rem 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .mv__text {
    padding: 8vw 0;
  }
}

.mv__text--catch {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 900px) {
  .mv__text--catch {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
.mv__text--catch::before, .mv__text--catch::after {
  background-color: #fff;
  height: 16px;
  height: 1rem;
}
@media screen and (max-width: 900px) {
  .mv__text--catch::before, .mv__text--catch::after {
    height: 3.2vw;
  }
}

.mv__text--main {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .mv__text--main {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
}

.mv__text__desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .mv__text__desc {
    font-size: 3.2vw;
  }
}

/*------------------------
サービスってどういうもの？
------------------------*/
.top-about {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .top-about {
    padding: 12vw 0;
  }
}

.top-about__slider .swiper-wrapper {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 900px) {
  .top-about__slider .swiper-wrapper {
    padding-bottom: 12vw;
  }
}
.top-about__slider .swiper-pagination-bullet {
  background-color: #e6e6e6;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .top-about__slider .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 0.6vw;
  }
}
.top-about__slider .swiper-pagination-bullet-active {
  background-color: #00adc1;
}

.top-about__slide {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
  border-bottom: 3px solid #333;
}
@media screen and (max-width: 900px) {
  .top-about__slide {
    padding-bottom: 12vw;
    border-bottom: 0.6vw solid #333;
  }
}
.top-about__slide .img {
  margin-inline: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .top-about__slide .img {
    margin-bottom: 2vw;
  }
}
.top-about__slide.--withImg .top-about__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 900px) {
  .top-about__slide.--withImg .top-about__text {
    font-size: 3vw;
  }
}
.top-about__slide:nth-child(4) .img {
  width: 208px;
  width: 13rem;
}
@media screen and (max-width: 900px) {
  .top-about__slide:nth-child(4) .img {
    width: 41.6vw;
  }
}
.top-about__slide:nth-child(5) .img {
  width: 211px;
  width: 13.1875rem;
}
@media screen and (max-width: 900px) {
  .top-about__slide:nth-child(5) .img {
    width: 42.2vw;
  }
}
.top-about__slide:nth-child(6) .img {
  width: 232px;
  width: 14.5rem;
}
@media screen and (max-width: 900px) {
  .top-about__slide:nth-child(6) .img {
    width: 46.4vw;
  }
}
.top-about__slide .green-circle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-about__slide .top-about__text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #00adc1;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .top-about__slide .top-about__text {
    font-size: 4.8vw;
  }
}
.top-about__slide .illust {
  position: absolute;
  bottom: 0;
  left: calc(50% - 197px);
}
@media screen and (max-width: 900px) {
  .top-about__slide .illust {
    left: calc(50% - 41vw);
  }
}
.top-about__slide .illust img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
@media screen and (max-width: 900px) {
  .top-about__slide .illust img {
    height: 45vw;
  }
}

/*------------------------
こんな方にオススメ
------------------------*/
.top-recommend {
  padding: 60px 0;
  padding: 3.75rem 0;
  background: #fff233;
}
@media screen and (max-width: 900px) {
  .top-recommend {
    padding: 12vw 0;
  }
}
.top-recommend .titleSet {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .top-recommend .titleSet {
    margin-bottom: 8vw;
  }
}
.top-recommend .swiper-wrapper {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 900px) {
  .top-recommend .swiper-wrapper {
    padding-bottom: 12vw;
  }
}
.top-recommend .swiper-pagination-bullet {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .top-recommend .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 0.6vw;
  }
}
.top-recommend .swiper-pagination-bullet-active {
  background-color: #00adc1;
}

.top-recommend__slider {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .top-recommend__slider {
    margin-bottom: 2vw;
  }
}

.top-recommend__slide {
  padding: 20px;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.4375rem;
}
@media screen and (max-width: 900px) {
  .top-recommend__slide {
    padding: 4vw;
    border-radius: 1.4vw;
  }
}
.top-recommend__slide .img {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .top-recommend__slide .img {
    margin-bottom: 2vw;
  }
}
.top-recommend__slide .title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  color: #00adc1;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .top-recommend__slide .title {
    font-size: 3.2vw;
    margin-bottom: 1.2vw;
  }
}
.top-recommend__slide .desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 900px) {
  .top-recommend__slide .desc {
    font-size: 2.8vw;
  }
}

.top-recommend__desc {
  text-align: center;
}

/*------------------------
what we are
------------------------*/
.top-what {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .top-what {
    padding: 12vw 0;
  }
}
.top-what .titleSet {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 900px) {
  .top-what .titleSet {
    margin-bottom: 3vw;
  }
}
.top-what .top-what__desc {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-what .top-what__desc {
    margin-bottom: 8vw;
  }
}

.top-what__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 900px) {
  .top-what__items {
    gap: 6vw;
  }
}

.top-what__item:nth-child(1) .wave {
  width: 272px;
  left: 4px;
}
@media screen and (max-width: 900px) {
  .top-what__item:nth-child(1) .wave {
    width: 54.4vw;
    left: 1vw;
  }
}
.top-what__item:nth-child(2) .wave {
  width: 283px;
  left: 4px;
}
@media screen and (max-width: 900px) {
  .top-what__item:nth-child(2) .wave {
    width: 56.6vw;
    left: 1vw;
  }
}
.top-what__item:nth-child(3) .wave {
  width: 277px;
  left: 12px;
}
@media screen and (max-width: 900px) {
  .top-what__item:nth-child(3) .wave {
    width: 54.4vw;
    left: 3vw;
  }
}
.top-what__item.scrollin .green-circle__inner .wave {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-what__item.scrollin .green-circle__inner .img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-what__item .green-circle__inner {
  position: relative;
  overflow: hidden;
}
.top-what__item .green-circle__inner .text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 18px;
  bottom: 1.125rem;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .top-what__item .green-circle__inner .text {
    font-size: 3vw;
    bottom: 3.2vw;
  }
}
.top-what__item .green-circle__inner .wave {
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.top-what__item .green-circle__inner .img img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*------------------------
特長
------------------------*/
.top-feature {
  padding: 60px 0;
  padding: 3.75rem 0;
  background: #fff233;
}
@media screen and (max-width: 900px) {
  .top-feature {
    padding: 12vw 0;
  }
}
.top-feature .titleSet {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .top-feature .titleSet {
    margin-bottom: 8vw;
  }
}
.top-feature .swiper-wrapper {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 900px) {
  .top-feature .swiper-wrapper {
    padding-bottom: 12vw;
  }
}
.top-feature .swiper-pagination-bullet {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .top-feature .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 0.6vw;
  }
}
.top-feature .swiper-pagination-bullet-active {
  background-color: #00adc1;
}

.top-feature__slider {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .top-feature__slider {
    margin-bottom: 2vw;
  }
}

.top-feature__slide.swiper-slide {
  padding: 20px;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media screen and (max-width: 900px) {
  .top-feature__slide.swiper-slide {
    padding: 4vw;
    border-radius: 1.4vw;
  }
}
.top-feature__slide.swiper-slide .img {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-feature__slide.swiper-slide .img {
    margin-bottom: 2vw;
  }
}
.top-feature__slide.swiper-slide .img img {
  border-radius: 0.4375rem;
}
@media screen and (max-width: 900px) {
  .top-feature__slide.swiper-slide .img img {
    border-radius: 1.4vw;
  }
}
.top-feature__slide.swiper-slide .img .number {
  width: 43px;
  width: 2.6875rem;
  height: 43px;
  height: 2.6875rem;
  background-color: #00adc1;
  border-radius: 50%;
  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;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  left: 15px;
  left: 0.9375rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 900px) {
  .top-feature__slide.swiper-slide .img .number {
    width: 8.6vw;
    height: 8.6vw;
    font-size: 5.4vw;
    top: 3vw;
    left: 3vw;
    padding-top: 1vw;
  }
}
.top-feature__slide.swiper-slide .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-feature__slide.swiper-slide .title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  color: #00adc1;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .top-feature__slide.swiper-slide .title {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
}
.top-feature__slide.swiper-slide .desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 900px) {
  .top-feature__slide.swiper-slide .desc {
    font-size: 2.8vw;
  }
}
.top-feature__slide.swiper-slide .desc .caution {
  display: block;
  font-size: 10px;
  line-height: 1.1;
  padding: 0;
}

.top-feature__desc {
  text-align: center;
}

/*------------------------
ご利用の流れ
------------------------*/
.top-price {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .top-price {
    padding: 12vw 0;
  }
}
.top-price .titleSet {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 900px) {
  .top-price .titleSet {
    margin-bottom: 3vw;
  }
}
.top-price .top-price__desc {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-price .top-price__desc {
    margin-bottom: 8vw;
  }
}

.top-price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-price__items + .top-price__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 900px) {
  .top-price__items + .top-price__items {
    margin-top: 6vw;
  }
}

.top-price__topic {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-inline: 0.7em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 900px) {
  .top-price__topic {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
.top-price__topic::before, .top-price__topic::after {
  width: 3px;
  height: 0.8em;
}

.top-price__point {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  color: #00adc1;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .top-price__point {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}

.top-price__item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-price__item {
    margin-bottom: 6vw;
  }
}
.top-price__item .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 500;
  color: #fff;
  width: 340px;
  width: 21.25rem;
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  background-color: #00adc1;
  border-radius: 0.4375rem;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .top-price__item .text {
    font-size: 3.2vw;
    width: 68vw;
    padding: 3vw;
    top: 8vw;
    border-radius: 1.4vw;
  }
}
.top-price__item .text::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  bottom: -1.25rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  width: 2.8125rem;
  height: 50px;
  height: 3.125rem;
  background: no-repeat center/contain url(../images/top/price_arrow@2x.png);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .top-price__item .text::after {
    bottom: -4vw;
    width: 9vw;
    height: 10vw;
  }
}
.top-price__item .text.--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (max-width: 900px) {
  .top-price__item .text.--number {
    gap: 1vw;
  }
}
.top-price__item .text.--number .number {
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  color: #00adc1;
  font-weight: 500;
  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;
}
@media screen and (max-width: 900px) {
  .top-price__item .text.--number .number {
    width: 9.2vw;
    height: 9.2vw;
    font-size: 6vw;
  }
}
.top-price__item .text .bold {
  font-weight: 900;
}
.top-price__item .green-circle__inner {
  position: relative;
}
.top-price__item .green-circle__inner.hidden {
  overflow: hidden;
}
.top-price__item .green-circle__inner .illust {
  width: 300px;
  width: 18.75rem;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .top-price__item .green-circle__inner .illust {
    width: 60vw;
  }
}
.top-price__item .green-circle__inner .illust.--01 {
  top: auto;
  bottom: -9px;
  bottom: -0.5625rem;
}
.top-price__item .green-circle__inner .illust.--06 {
  top: -4px;
}
.top-price__item .appeal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 148px;
  width: 9.25rem;
  height: 148px;
  height: 9.25rem;
  border-radius: 50%;
  background-color: #ec604d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .top-price__item .appeal {
    width: 29.6vw;
    height: 29.6vw;
    font-size: 2.8vw;
  }
}
.top-price__item .appeal .small {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .top-price__item .appeal .small {
    font-size: 2vw;
  }
}

/*------------------------
area
------------------------*/
.top-area {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #fff233;
}
@media screen and (max-width: 900px) {
  .top-area {
    padding: 12vw 0;
  }
}
.top-area .titleSet {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .top-area .titleSet {
    margin-bottom: 8vw;
  }
}

.top-area__img {
  max-width: 396px;
  max-width: 24.75rem;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 900px) {
  .top-area__img {
    max-width: 79.2vw;
    margin: 0 auto 6vw;
  }
}

.clean-link a {
  max-width: 333px;
  max-width: 20.8125rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 900px) {
  .clean-link a {
    max-width: 66.6vw;
  }
}

/*------------------------
news
------------------------*/
.top-news {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #00adc1;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top-news {
    padding: 12vw 0;
  }
}
.top-news .inner {
  max-width: 380px;
  max-width: 23.75rem;
}
@media screen and (max-width: 900px) {
  .top-news .inner {
    max-width: 85%;
  }
}
.top-news .title {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .top-news .title {
    font-size: 6vw;
    padding-bottom: 1vw;
    margin-bottom: 4vw;
  }
}

.top-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 900px) {
  .top-news__items {
    gap: 4vw;
  }
}

.top-news__item time {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 900px) {
  .top-news__item time {
    font-size: 3.2vw;
  }
}
.top-news__item .news-category {
  display: inline-block;
  position: relative;
  top: -2px;
}

.top-news__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 900px) {
  .top-news__title {
    font-size: 3.2vw;
  }
}

/*------------------------
サービス概要
------------------------*/
.service-reason {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .service-reason {
    padding: 12vw 0;
  }
}
.service-reason .titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .service-reason .titleSet {
    margin-bottom: 6vw;
  }
}

.service-reason__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .service-reason__items {
    gap: 6vw;
    margin-bottom: 8vw;
  }
}

.service-reason__notice {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .service-reason__notice {
    font-size: 2.8vw;
  }
}

.service-about {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .service-about {
    padding: 12vw 0;
  }
}
.service-about .titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .service-about .titleSet {
    margin-bottom: 6vw;
  }
}

.service-about__items {
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 900px) {
  .service-about__items {
    max-width: 68vw;
    margin: 0 auto 8vw;
  }
}

.service-about__item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .service-about__item {
    margin-bottom: 6vw;
  }
}
.service-about__item:last-child {
  margin-bottom: 0;
}
.service-about__item .ul-green-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .service-about__item .ul-green-title {
    margin-bottom: 4vw;
  }
}

.service-about__exclusion {
  border: 1px solid #ec604d;
  border-radius: 3px;
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .service-about__exclusion {
    max-width: 60.8vw;
  }
}
.service-about__exclusion .ng-icon {
  width: 80px;
  width: 5rem;
  position: absolute;
  top: -35px;
  top: -2.1875rem;
  right: 10px;
  right: 0.625rem;
}
@media screen and (max-width: 900px) {
  .service-about__exclusion .ng-icon {
    width: 16vw;
    top: -7vw;
    right: 2vw;
  }
}
.service-about__exclusion .title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  color: #ec604d;
  padding: 0.6em 20px;
  padding: 0.6em 1.25rem;
  border-bottom: 1px solid #ec604d;
}
@media screen and (max-width: 900px) {
  .service-about__exclusion .title {
    font-size: 4vw;
    padding: 0.6em 4vw;
  }
}
.service-about__exclusion .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  padding: 0.8em 20px;
  padding: 0.8em 1.25rem;
}
@media screen and (max-width: 900px) {
  .service-about__exclusion .desc {
    font-size: 3.2vw;
    padding: 0.6em 4vw;
  }
}
.service-about__exclusion .desc .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 900px) {
  .service-about__exclusion .desc .icons {
    margin-top: 3vw;
  }
}
.service-about__exclusion .desc .icons .text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .service-about__exclusion .desc .icons .text {
    font-size: 2.8vw;
  }
}
.service-about__exclusion .desc .icons .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-flow {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #def4f7;
}
@media screen and (max-width: 900px) {
  .service-flow {
    padding: 12vw 0;
  }
}
.service-flow .titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .service-flow .titleSet {
    margin-bottom: 6vw;
  }
}
.service-flow .numberSet .desc {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .service-flow .numberSet .desc {
    margin-bottom: 2vw;
  }
}

.service-flow__item {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .service-flow__item {
    margin-bottom: 8vw;
  }
}
.service-flow__item .notice {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 900px) {
  .service-flow__item .notice {
    font-size: 2.8vw;
  }
}
.service-flow__item:nth-child(1) .service-flow__item--img {
  width: 318px;
  width: 19.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .service-flow__item:nth-child(1) .service-flow__item--img {
    width: 63.6vw;
  }
}
.service-flow__item:nth-child(2) .service-flow__item--img {
  width: 137px;
  width: 8.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .service-flow__item:nth-child(2) .service-flow__item--img {
    width: 27.4vw;
  }
}
.service-flow__item:nth-child(3) .service-flow__item--img {
  width: 211px;
  width: 13.1875rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .service-flow__item:nth-child(3) .service-flow__item--img {
    width: 42.2vw;
  }
}
.service-flow__item:nth-child(4) .service-flow__item--img {
  width: 195px;
  width: 12.1875rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .service-flow__item:nth-child(4) .service-flow__item--img {
    width: 39vw;
  }
}

.service-recomend {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .service-recomend {
    padding: 12vw 0;
  }
}
.service-recomend .titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .service-recomend .titleSet {
    margin-bottom: 6vw;
  }
}

.service-recomend__items {
  max-width: 342px;
  max-width: 21.375rem;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 900px) {
  .service-recomend__items {
    max-width: 68.4vw;
    margin: 0 auto 8vw;
  }
}

.service-recomend__item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .service-recomend__item {
    margin-bottom: 6vw;
  }
}
.service-recomend__item:last-child {
  margin-bottom: 0;
}
.service-recomend__item .img {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .service-recomend__item .img {
    margin-bottom: 2vw;
  }
}
.service-recomend__item .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2307692308;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 900px) {
  .service-recomend__item .title {
    font-size: 4.8vw;
    margin-bottom: 1vw;
  }
}

.service-recomend__caution {
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 900px) {
  .service-recomend__caution {
    max-width: 68vw;
    padding: 4vw 0;
  }
}
.service-recomend__caution .title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .service-recomend__caution .title {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
}
.service-recomend__caution .desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 900px) {
  .service-recomend__caution .desc {
    font-size: 2.8vw;
  }
}

/*------------------------
料金プラン
------------------------*/
.price-plan {
  padding: 60px 0;
  padding: 3.75rem 0;
  background: repeat left top/112px 93px url(../images/lightgreen-line-bg@2x.png);
}
@media screen and (max-width: 900px) {
  .price-plan {
    padding: 12vw 0;
  }
}
.price-plan .titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .price-plan .titleSet {
    margin-bottom: 6vw;
  }
}

.price-plan__item.numberSet .desc {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .price-plan__item.numberSet .desc {
    margin-bottom: 4vw;
  }
}
.price-plan__item:nth-child(1) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .price-plan__item:nth-child(1) {
    margin-bottom: 8vw;
  }
}
.price-plan__item:nth-child(1) .img.--01 {
  width: 230px;
  width: 14.375rem;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 900px) {
  .price-plan__item:nth-child(1) .img.--01 {
    width: 46vw;
    margin: 0 auto 6vw;
  }
}
.price-plan__item:nth-child(2) .img.--02 {
  width: 213px;
  width: 13.3125rem;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 900px) {
  .price-plan__item:nth-child(2) .img.--02 {
    width: 42.6vw;
    margin: 0 auto 6vw;
  }
}

.priceBox {
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
  color: #fff;
  background-color: #66ceda;
  text-align: center;
  border-radius: 3px;
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .priceBox {
    padding: 4vw 4vw;
    max-width: 68vw;
  }
}
.priceBox + .priceBox {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 900px) {
  .priceBox + .priceBox {
    margin-top: 2vw;
  }
}

.priceBox__title {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .priceBox__title {
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
    margin-bottom: 1vw;
  }
}

.priceBox__detail {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .priceBox__detail {
    font-size: 4vw;
  }
}

.checkBox {
  border: 1px solid #ec604d;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  color: #ec604d;
  border-radius: 3px;
  padding: 15px 3px 15px 75px;
  padding: 0.9375rem 0.1875rem 0.9375rem 4.6875rem;
  position: relative;
  max-width: 340px;
  max-width: 21.25rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
.checkBox.--withIndent {
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
}
@media screen and (max-width: 900px) {
  .checkBox.--withIndent {
    padding: 4vw 2vw;
  }
}
.checkBox.--withIndent .indent {
  display: block;
  padding-left: 70px;
  padding-left: 4.375rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 900px) {
  .checkBox.--withIndent .indent {
    padding-left: 14vw;
  }
}
@media screen and (max-width: 900px) {
  .checkBox {
    font-size: 2.8vw;
    padding: 3vw 0.6vw 3vw 15vw;
    max-width: 68vw;
    margin: 8vw auto 0;
  }
}
.checkBox .check-icon {
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  left: -25px;
  left: -1.5625rem;
  display: block;
  width: 90px;
  width: 5.625rem;
}
@media screen and (max-width: 900px) {
  .checkBox .check-icon {
    top: -3vw;
    left: -5vw;
    width: 18vw;
  }
}

.price-option {
  padding: 0 0 60px;
  padding: 0 0 3.75rem;
  background: repeat left top/112px 93px url(../images/lightgreen-line-bg@2x.png);
}
@media screen and (max-width: 900px) {
  .price-option {
    padding: 0 0 12vw;
  }
}
.price-option .titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .price-option .titleSet {
    margin-bottom: 6vw;
  }
}

.price-option .numberSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .price-option .numberSet {
    margin-bottom: 6vw;
  }
}

.price-option__ribbon {
  width: 226px;
  width: 14.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .price-option__ribbon {
    width: 45.2vw;
  }
}

.price-option__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .price-option__items {
    gap: 6vw;
  }
}

.price-option__item {
  background-color: #fff;
  border-radius: 50%;
  width: 256px;
  width: 16rem;
  height: 256px;
  height: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .price-option__item {
    width: 51.2vw;
    height: 51.2vw;
  }
}
.price-option__item .icon {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .price-option__item .icon {
    margin-bottom: 2vw;
  }
}
.price-option__item .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #00adc1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .price-option__item .text {
    font-size: 3.2vw;
  }
}
.price-option__item .text span {
  display: block;
}
.price-option__item .text span.price {
  font-weight: bold;
}
.price-option__item .text span.small {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 900px) {
  .price-option__item .text span.small {
    font-size: 2.4vw;
  }
}
.price-option__item:nth-child(1) .icon {
  width: 138px;
  width: 8.625rem;
}
@media screen and (max-width: 900px) {
  .price-option__item:nth-child(1) .icon {
    width: 27.6vw;
  }
}
.price-option__item:nth-child(2) .icon {
  width: 72px;
  width: 4.5rem;
}
@media screen and (max-width: 900px) {
  .price-option__item:nth-child(2) .icon {
    width: 14.4vw;
  }
}
.price-option__item:nth-child(3) .icon {
  width: 104px;
  width: 6.5rem;
}
@media screen and (max-width: 900px) {
  .price-option__item:nth-child(3) .icon {
    width: 20.8vw;
  }
}
.price-option__item:nth-child(4) .icon {
  width: 114px;
  width: 7.125rem;
}
@media screen and (max-width: 900px) {
  .price-option__item:nth-child(4) .icon {
    width: 22.8vw;
  }
}
.price-option__item:nth-child(5) .icon {
  width: 98px;
  width: 6.125rem;
}
@media screen and (max-width: 900px) {
  .price-option__item:nth-child(5) .icon {
    width: 19.6vw;
  }
}

.price-howto {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .price-howto {
    padding: 12vw 0;
  }
}
.price-howto .titleSet {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .price-howto .titleSet {
    margin-bottom: 4vw;
  }
}

.price-howto__items {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 900px) {
  .price-howto__items {
    margin-bottom: 12vw;
  }
}

.price-howto__item:nth-child(1) .img {
  width: 240px;
  width: 15rem;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 900px) {
  .price-howto__item:nth-child(1) .img {
    width: 48vw;
    margin: 0 auto 8vw;
  }
}
.price-howto__item:nth-child(2) .img {
  width: 346px;
  width: 21.625rem;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 900px) {
  .price-howto__item:nth-child(2) .img {
    width: 69.2vw;
    margin: 0 auto 8vw;
  }
}
.price-howto__item .ul-green-title {
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
}
@media screen and (max-width: 900px) {
  .price-howto__item .ul-green-title {
    max-width: 68vw;
    margin: 0 auto 2vw;
  }
}
.price-howto__item .main {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
}
@media screen and (max-width: 900px) {
  .price-howto__item .main {
    font-size: 4vw;
    max-width: 68vw;
    margin: 0 auto 2vw;
  }
}
.price-howto__item .desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
}
@media screen and (max-width: 900px) {
  .price-howto__item .desc {
    font-size: 3.2vw;
    margin: 0 auto 2vw;
    max-width: 68vw;
  }
}
.price-howto__item .desc.--note {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 900px) {
  .price-howto__item .desc.--note {
    font-size: 2.8vw;
  }
}
.price-howto__item .card_icons {
  width: 280px;
  width: 17.5rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 900px) {
  .price-howto__item .card_icons {
    width: 56vw;
    margin: 0 auto 4vw;
  }
}

.price-howto__caution {
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 900px) {
  .price-howto__caution {
    max-width: 68vw;
    padding: 4vw 0;
  }
}
.price-howto__caution .title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .price-howto__caution .title {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
}
.price-howto__caution .desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 900px) {
  .price-howto__caution .desc {
    font-size: 2.8vw;
  }
}

/*------------------------
howto 
------------------------*/
.howto-detail {
  padding: 60px 0;
  padding: 3.75rem 0;
  background: repeat left top/112px 93px url(../images/lightgreen-line-bg@2x.png);
}
@media screen and (max-width: 900px) {
  .howto-detail {
    padding: 12vw 0;
  }
}
.howto-detail .titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .howto-detail .titleSet {
    margin-bottom: 6vw;
  }
}

.howto-detail__item {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__item {
    margin-bottom: 8vw;
  }
}
.howto-detail__item .howto-detail__item--img {
  margin: -15px auto 0;
  margin: -0.9375rem auto 0;
}
@media screen and (max-width: 900px) {
  .howto-detail__item .howto-detail__item--img {
    margin: -3vw auto 0;
  }
}
.howto-detail__item:nth-child(1) .howto-detail__item--img {
  width: 231px;
  width: 14.4375rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__item:nth-child(1) .howto-detail__item--img {
    width: 46.2vw;
  }
}
.howto-detail__item:nth-child(2) .howto-detail__item--img {
  width: 320px;
  width: 20rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__item:nth-child(2) .howto-detail__item--img {
    width: 64vw;
  }
}
.howto-detail__item:nth-child(3) .howto-detail__item--img {
  width: 138px;
  width: 8.625rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__item:nth-child(3) .howto-detail__item--img {
    width: 27.6vw;
  }
}
.howto-detail__item:nth-child(4) .howto-detail__item--img {
  width: 211px;
  width: 13.1875rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__item:nth-child(4) .howto-detail__item--img {
    width: 42.2vw;
  }
}
.howto-detail__item:nth-child(5) .howto-detail__item--img {
  width: 196px;
  width: 12.25rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__item:nth-child(5) .howto-detail__item--img {
    width: 39.2vw;
  }
}
.howto-detail__item:nth-child(6) .howto-detail__item--img {
  width: 285px;
  width: 17.8125rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__item:nth-child(6) .howto-detail__item--img {
    width: 57vw;
  }
}
.howto-detail__item .desc {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__item .desc {
    margin-bottom: 4vw;
  }
}
.howto-detail__item .desc .caution {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .howto-detail__item .desc .caution {
    font-size: clamp(10px, 2vw, 12px);
  }
}

.howto-detail__item--green {
  padding: 20px 15px 30px;
  padding: 1.25rem 0.9375rem 1.875rem;
  background-color: #66ceda;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .howto-detail__item--green {
    padding: 4vw 3vw 6vw;
    font-size: 3.2vw;
    max-width: 68vw;
  }
}
.howto-detail__item--green span {
  display: block;
}
.howto-detail__item--green .big {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__item--green .big {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.howto-detail__item--green .title {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .howto-detail__item--green .title {
    font-size: 3.2vw;
    padding-bottom: 2vw;
    margin-bottom: 1vw;
  }
}
.howto-detail__item--green .small {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__item--green .small {
    font-size: 2.6vw;
    margin-top: 2vw;
  }
}

.howto-detail__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .howto-detail__icons {
    gap: 4vw;
  }
}

.howto-detail__icons {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__icons {
    margin-top: 4vw;
    padding-bottom: 4vw;
  }
}

.howto-detail__icon {
  width: 244px;
  width: 15.25rem;
  height: 244px;
  height: 15.25rem;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .howto-detail__icon {
    width: 48.8vw;
    height: 48.8vw;
  }
}
.howto-detail__icon .icon {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__icon .icon {
    margin-bottom: 2vw;
  }
}
.howto-detail__icon:nth-child(1) .icon {
  width: 138px;
  width: 8.625rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__icon:nth-child(1) .icon {
    width: 27.6vw;
  }
}
.howto-detail__icon:nth-child(2) .icon {
  width: 72px;
  width: 4.5rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__icon:nth-child(2) .icon {
    width: 14.4vw;
  }
}
.howto-detail__icon:nth-child(3) .icon {
  width: 104px;
  width: 6.5rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__icon:nth-child(3) .icon {
    width: 20.8vw;
  }
}
.howto-detail__icon:nth-child(4) .icon {
  width: 114px;
  width: 7.125rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__icon:nth-child(4) .icon {
    width: 22.8vw;
  }
}
.howto-detail__icon:nth-child(5) .icon {
  width: 78px;
  width: 4.875rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__icon:nth-child(5) .icon {
    width: 15.6vw;
  }
}
.howto-detail__icon:nth-child(6) .icon {
  width: 98px;
  width: 6.125rem;
}
@media screen and (max-width: 900px) {
  .howto-detail__icon:nth-child(6) .icon {
    width: 19.6vw;
  }
}
.howto-detail__icon .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: normal;
  color: #00adc1;
}
@media screen and (max-width: 900px) {
  .howto-detail__icon .text {
    font-size: 3.2vw;
  }
}

/*------------------------
cafe
------------------------*/
.cafe {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .cafe {
    padding: 12vw 0;
  }
}

.cafe__title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5238095238;
  text-align: center;
  color: #00adc1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .cafe__title {
    font-size: 4.2vw;
    margin-bottom: 4vw;
  }
}
.cafe__title .noto {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 900px) {
  .cafe__title .noto {
    font-size: 5vw;
  }
}

.cafe__icons {
  max-width: 426px;
  max-width: 26.625rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .cafe__icons {
    max-width: 85.2vw;
    margin: 0 auto 4vw;
  }
}
.cafe__icons img {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cafe__icons img:nth-child(n+2) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cafe__icons img.cafe-img-show {
  opacity: 1;
}

.cate__text {
  text-align: center;
}

/*------------------------
対象エリア
------------------------*/
#area .ul-common-links {
  margin-top: -3px;
  margin-top: -0.1875rem;
}

.area-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.0666666667;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .area-title {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
}

.area-map {
  padding: 60px 0 0;
  padding: 3.75rem 0 0;
}
@media screen and (max-width: 900px) {
  .area-map {
    padding: 12vw 0 0;
  }
}
.area-map .titleSet {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .area-map .titleSet {
    margin-bottom: 4vw;
  }
}

.area-map__text {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .area-map__text {
    margin-bottom: 4vw;
  }
}

.area-map__map {
  max-width: 396px;
  max-width: 24.75rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 900px) {
  .area-map__map {
    max-width: 79.2vw;
    margin: 0 auto 4vw;
  }
}

.area-map__bottom {
  width: 355px;
  width: 22.1875rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .area-map__bottom {
    width: 67vw;
  }
}

.area-delivery {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .area-delivery {
    padding: 12vw 0;
  }
}

.area-delivery__item + .area-delivery__item {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 900px) {
  .area-delivery__item + .area-delivery__item {
    margin-top: 12vw;
  }
}
.area-delivery__item .ul-green-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .area-delivery__item .ul-green-title {
    margin-bottom: 2vw;
  }
}

.area-delivery__lead {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .area-delivery__lead {
    margin-bottom: 4vw;
  }
}

.ul-green-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .ul-green-title {
    margin-bottom: 2vw;
  }
}

.area-delivery__detail {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .area-delivery__detail {
    margin-bottom: 4vw;
  }
}
.area-delivery__detail .bold {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 900px) {
  .area-delivery__detail .bold {
    font-size: 4vw;
  }
}

.area-bottom__main {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #00adc1;
}
@media screen and (max-width: 900px) {
  .area-bottom__main {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}

.area-bottom__text {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .area-bottom__text {
    margin-bottom: 6vw;
  }
}

.area-bottom__img {
  max-width: 95%;
  margin: 0 auto;
}

/*------------------------
よくある質問
------------------------*/
.qa-list {
  padding: 80px 0 0;
  padding: 5rem 0 0;
  background: repeat left top/112px 93px url(../images/lightgreen-line-bg@2x.png);
}
@media screen and (max-width: 900px) {
  .qa-list {
    padding: 16vw 0 0;
  }
}
.qa-list .inner {
  position: relative;
}

.qa-list__topImg {
  position: absolute;
  top: -98px;
  top: -6.125rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 298px;
  width: 18.625rem;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .qa-list__topImg {
    top: -19.6vw;
    width: 59.6vw;
  }
}

.qa-list__items {
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 900px) {
  .qa-list__items {
    max-width: 68vw;
    margin: 0 auto 6vw;
  }
}

.qa-list__item {
  background-color: #fff;
  position: relative;
  padding: 10px 15px 5px;
  padding: 0.625rem 0.9375rem 0.3125rem;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .qa-list__item {
    padding: 2vw 3vw 1vw;
  }
}
.qa-list__item.open .button {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.qa-list__item + .qa-list__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 900px) {
  .qa-list__item + .qa-list__item {
    margin-top: 2vw;
  }
}
.qa-list__item .button {
  position: absolute;
  bottom: 10px;
  bottom: 0.625rem;
  right: 10px;
  right: 0.625rem;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background: no-repeat center/contain url(../images/ul/delta@2x.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .qa-list__item .button {
    bottom: 2vw;
    right: 2vw;
    width: 2vw;
    height: 2vw;
  }
}
.qa-list__item .button::after {
  content: "";
  position: absolute;
  inset: -30px;
  inset: -1.875rem;
}
@media screen and (max-width: 900px) {
  .qa-list__item .button::after {
    inset: -4vw;
  }
}
.qa-list__item .conjugate__q {
  padding-top: 3px;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 900px) {
  .qa-list__item .conjugate__q {
    padding-top: 1.2vw;
    padding-left: 6vw;
    padding-bottom: 2vw;
    font-size: 3.2vw;
  }
}
.qa-list__item .conjugate__q::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  width: 1.625rem;
  height: 30px;
  height: 1.875rem;
  background: no-repeat center/contain url(../images/ul/q-icon@2x.svg);
}
@media screen and (max-width: 900px) {
  .qa-list__item .conjugate__q::before {
    width: 5.2vw;
    height: 6vw;
  }
}
.qa-list__item .conjugate__a {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  border-top: 1px solid rgba(51, 51, 51, .5);
  display: none;
}
@media screen and (max-width: 900px) {
  .qa-list__item .conjugate__a {
    padding-top: 3vw;
    padding-left: 6vw;
    padding-bottom: 2vw;
    font-size: 2.8vw;
  }
}
.qa-list__item .conjugate__a::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 0;
  width: 26px;
  width: 1.625rem;
  height: 30px;
  height: 1.875rem;
  background: no-repeat center/contain url(../images/ul/a-icon@2x.svg);
}
@media screen and (max-width: 900px) {
  .qa-list__item .conjugate__a::before {
    top: 2vw;
    width: 5.2vw;
    height: 6vw;
  }
}

.qa__text {
  line-height: 1.3125;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .qa__text {
    margin-bottom: 4vw;
  }
}

.qa-list__bottomImg {
  width: 90%;
  max-width: 227px;
  max-width: 14.1875rem;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .qa-list__bottomImg {
    max-width: 45.4vw;
  }
}

/*------------------------
店舗情報
------------------------*/
.shop-imgs__img {
  overflow: hidden;
  position: relative;
}
.shop-imgs__img.--left.scrollin::before {
  -webkit-animation-name: img-wrap-before-left;
          animation-name: img-wrap-before-left;
}
.shop-imgs__img.scrollin::before {
  -webkit-animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-name: img-wrap-before-right;
          animation-name: img-wrap-before-right;
}
.shop-imgs__img::before {
  content: "";
  background-color: #fff;
  position: absolute;
  inset: -2px 0 -2px 0;
  width: 100%;
  height: 102%;
  z-index: 1;
}

@-webkit-keyframes img-wrap-before-right {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes img-wrap-before-right {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes img-wrap-before-left {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes img-wrap-before-left {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.shop-derail {
  padding: 60px 0;
  padding: 3.75rem 0;
  background: repeat left top/112px 93px url(../images/lightgreen-line-bg@2x.png);
}
@media screen and (max-width: 900px) {
  .shop-derail {
    padding: 12vw 0;
  }
}
.shop-derail .inner {
  max-width: 395px;
  max-width: 24.6875rem;
}
@media screen and (max-width: 900px) {
  .shop-derail .inner {
    max-width: 79vw;
  }
}

.shop-detail__item {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-detail__item dt {
  color: #00adc1;
  width: 5.5em;
  position: relative;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .shop-detail__item dt {
    font-size: 3.2vw;
  }
}
.shop-detail__item dt::after {
  display: inline-block;
  content: "／";
}
.shop-detail__item dd {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .shop-detail__item dd {
    font-size: 3.2vw;
  }
}

.shop-access {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .shop-access {
    padding: 12vw 0;
  }
}
.shop-access .inner {
  max-width: 395px;
  max-width: 24.6875rem;
}
@media screen and (max-width: 900px) {
  .shop-access .inner {
    max-width: 79vw;
  }
}
.shop-access .checkBox {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .shop-access .checkBox {
    margin-bottom: 4vw;
  }
}

.shop-access__item .title {
  color: #00adc1;
  font-weight: 500;
}
.shop-access__item .desc {
  line-height: 1.4375;
}
.shop-access__item + .shop-access__item {
  margin-top: 1em;
}

.shop-access__map .title {
  font-weight: 500;
  margin-bottom: 1em;
  color: #00adc1;
}

.shop-access__map--iframe {
  aspect-ratio: 340/320;
}
.shop-access__map--iframe iframe {
  aspect-ratio: 340/320;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-commit {
  padding: 60px 0;
  padding: 3.75rem 0;
  background: repeat left top/112px 93px url(../images/lightgreen-line-bg@2x.png);
}
@media screen and (max-width: 900px) {
  .shop-commit {
    padding: 12vw 0;
  }
}
.shop-commit .titleSet {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .shop-commit .titleSet {
    margin-bottom: 2vw;
  }
}

.shop-commit__lead {
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 900px) {
  .shop-commit__lead {
    margin-bottom: 10vw;
  }
}

.shop-insta {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .shop-insta {
    padding: 12vw 0;
  }
}

.shop-insta__hash {
  max-width: 285px;
  max-width: 17.8125rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #00adc1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 900px) {
  .shop-insta__hash {
    max-width: 57vw;
    font-size: 4vw;
    gap: 2vw;
    margin: 0 auto 4vw;
  }
}
.shop-insta__hash .max {
  width: 100%;
  text-align: center;
}

.shop-insta__lead {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .shop-insta__lead {
    margin-bottom: 6vw;
  }
}

.shop-insta__icon {
  width: 52px;
  width: 3.25rem;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
}
@media screen and (max-width: 900px) {
  .shop-insta__icon {
    width: 10.4vw;
    margin: 0 auto 2vw;
  }
}

.shop-insta__logo {
  width: 120px;
  width: 7.5rem;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
}
@media screen and (max-width: 900px) {
  .shop-insta__logo {
    width: 24vw;
    margin: 0 auto 2vw;
  }
}

.border {
  width: 100%;
  height: 1px;
  background-color: #333;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.insta-grid-wrapper {
  width: 85%;
  margin: 0 auto;
}

/*------------------------
会社概要
------------------------*/
.company-detail {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .company-detail {
    padding: 12vw 0;
  }
}
.company-detail .section-title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.4782608696;
  font-weight: 500;
  color: #00adc1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .company-detail .section-title {
    font-size: 4.6vw;
    margin-bottom: 2vw;
  }
}

.company-detail--imgs {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .company-detail--imgs {
    margin-bottom: 6vw;
  }
}

.company-detail__table {
  max-width: 350px;
  max-width: 21.875rem;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 900px) {
  .company-detail__table {
    max-width: 70vw;
    margin: 0 auto 6vw;
  }
}
.company-detail__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  border-top: 1px solid rgba(51, 51, 51, .5);
  border-left: 1px solid rgba(51, 51, 51, .5);
  border-right: 1px solid rgba(51, 51, 51, .5);
}
@media screen and (max-width: 900px) {
  .company-detail__table dl {
    font-size: 3vw;
  }
}
.company-detail__table dl:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, .5);
}
.company-detail__table dt {
  padding: 0.8em 0.8em;
  width: 6em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  border-right: 1px solid rgba(51, 51, 51, .5);
}
.company-detail__table dd {
  padding: 0.8em 0.8em;
}

.company-detail__item {
  max-width: 355px;
  max-width: 22.1875rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 900px) {
  .company-detail__item {
    max-width: 71vw;
    margin: 0 auto 4vw;
  }
}
.company-detail__item .ul-green-title {
  font-size: 16px;
  font-size: 1rem;
  max-width: 355px;
  max-width: 22.1875rem;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .company-detail__item .ul-green-title {
    font-size: 3.2vw;
    max-width: 71vw;
  }
}
.company-detail__item .text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 900px) {
  .company-detail__item .text {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
}
.company-detail__item + .company-detail__item {
  margin-top: 1em;
}

.company-detail__link {
  display: block;
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 900px) {
  .company-detail__link {
    max-width: 68vw;
    margin: 0 auto 4vw;
  }
}

/*------------------------
お知らせ一覧
------------------------*/
.news-lists {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .news-lists {
    padding: 12vw 0;
  }
}

.news-lists__lists {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 900px) {
  .news-lists__lists {
    margin-bottom: 6vw;
  }
}

.news-lists__list + .news-lists__list {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 900px) {
  .news-lists__list + .news-lists__list {
    margin-top: 2vw;
  }
}
.news-lists__list.--media a {
  background-color: #e5f7f5;
}
.news-lists__list.--media .news-lists__list--more {
  color: #00ac97;
}
.news-lists__list.--media .news-lists__list--more .arrow::before {
  background-color: #00ac97;
}
.news-lists__list.--media .news-lists__list--more .arrow::after {
  border-right: 1px solid #00ac97;
  border-bottom: 1px solid #00ac97;
}
.news-lists__list.--campaign a {
  background-color: #fdefed;
}
.news-lists__list.--campaign .news-lists__list--more {
  color: #ec604d;
}
.news-lists__list.--campaign .news-lists__list--more .arrow::before {
  background-color: #ec604d;
}
.news-lists__list.--campaign .news-lists__list--more .arrow::after {
  border-right: 1px solid #ec604d;
  border-bottom: 1px solid #ec604d;
}
.news-lists__list a {
  display: block;
  padding: 15px;
  padding: 0.9375rem;
  border-radius: 0.3125rem;
  background-color: #e5f7f9;
}
@media screen and (max-width: 900px) {
  .news-lists__list a {
    padding: 3vw;
    border-radius: 1vw;
  }
}
.news-lists__list a:hover .news-lists__list--more .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 900px) {
  .news-lists__list a:hover .news-lists__list--more .arrow {
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
}

.news-lists__list--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 900px) {
  .news-lists__list--top {
    margin-bottom: 1vw;
  }
}

.news-category {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #4cc6d4;
  border-radius: 30px;
  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: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
@media screen and (max-width: 900px) {
  .news-category {
    font-size: 2.2vw;
    border-radius: 6vw;
    padding: 1vw 2vw;
  }
}
.news-category.--media {
  background-color: #00ac97;
}
.news-category.--campaign {
  background-color: #ec604d;
}

.news-lists__list--title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 900px) {
  .news-lists__list--title {
    margin-bottom: 2vw;
  }
}

.news-lists__list--more {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #4cc6d4;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .news-lists__list--more {
    font-size: 2.4vw;
    padding-right: 4vw;
  }
}
.news-lists__list--more .arrow {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 900px) {
  .news-lists__list--more .arrow {
    margin-left: 2vw;
  }
}

.arrow {
  display: block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 900px) {
  .arrow {
    width: 2vw;
    height: 2vw;
  }
}
.arrow::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4cc6d4;
}
.arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
  border-right: 1px solid #4cc6d4;
  border-bottom: 1px solid #4cc6d4;
  -webkit-transform: rotate(-45deg) translate(1px, 3px);
          transform: rotate(-45deg) translate(1px, 3px);
}
@media screen and (max-width: 900px) {
  .arrow::after {
    -webkit-transform: rotate(-45deg) translate(0.1vw, 0.5vw);
            transform: rotate(-45deg) translate(0.1vw, 0.5vw);
  }
}

.pagination {
  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;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 900px) {
  .pagination {
    gap: 2vw;
  }
}
.pagination span {
  display: block;
}
.pagination .pagination__arrow {
  width: 15px;
  width: 0.9375rem;
}
.pagination .pagination__arrow.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .number {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  border-radius: 0.1875rem;
  border: 1px solid #00adc1;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #00adc1;
  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;
}
@media screen and (max-width: 900px) {
  .pagination .number {
    width: 4.4vw;
    height: 4.4vw;
    font-size: 2.4vw;
  }
}
.pagination .number.is-active {
  background-color: #00adc1;
  color: #fff;
}

/*------------------------
お知らせ詳細
------------------------*/
.news-cont {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .news-cont {
    padding: 12vw 0;
  }
}
.news-cont .inner {
  max-width: 340px;
  max-width: 21.25rem;
}
@media screen and (max-width: 900px) {
  .news-cont .inner {
    max-width: 68vw;
  }
}

.news-cont--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .news-cont--top {
    margin-bottom: 2vw;
  }
}
.news-cont--top .news-category {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 900px) {
  .news-cont--top .news-category {
    font-size: 3.6vw;
  }
}

.news-cont--time {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .news-cont--time {
    font-size: 3.2vw;
  }
}

h2.news-cont--title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  h2.news-cont--title {
    font-size: 4vw;
    padding-bottom: 2vw;
    margin-bottom: 4vw;
  }
}

.news-wrapper {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .news-wrapper {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.news-wrapper img {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .news-wrapper img {
    margin-bottom: 4vw;
  }
}
.news-wrapper a {
  color: #00adc1;
  text-decoration: underline;
}
.news-wrapper p {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 900px) {
  .news-wrapper p {
    padding-bottom: 3vw;
  }
}
.news-wrapper h2,
.news-wrapper h3,
.news-wrapper h4,
.news-wrapper h5,
.news-wrapper h6 {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .news-wrapper h2,
.news-wrapper h3,
.news-wrapper h4,
.news-wrapper h5,
.news-wrapper h6 {
    margin: 0 0 3vw 0;
  }
}
.news-wrapper h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .news-wrapper h2 {
    font-size: 4.8vw;
  }
}
.news-wrapper h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 900px) {
  .news-wrapper h3 {
    font-size: 4.4vw;
  }
}
.news-wrapper h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 900px) {
  .news-wrapper h4 {
    font-size: 20;
  }
}
.news-wrapper h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 900px) {
  .news-wrapper h5 {
    font-size: 3.6vw;
  }
}
.news-wrapper h6 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .news-wrapper h6 {
    font-size: 3.2vw;
  }
}

.news-cont__all-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00ac97;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .news-cont__all-link {
    font-size: 2.8vw;
  }
}
.news-cont__all-link:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 900px) {
  .news-cont__all-link:hover .arrow {
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
}
.news-cont__all-link .arrow {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 900px) {
  .news-cont__all-link .arrow {
    margin-left: 2vw;
  }
}
.news-cont__all-link .arrow::before {
  background-color: #00ac97;
}
.news-cont__all-link .arrow::after {
  border-right: 1px solid #00ac97;
  border-bottom: 1px solid #00ac97;
}

/*------------------------
キャンペーン
------------------------*/
.campain {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .campain {
    padding: 12vw 0;
  }
}

.campain__bnr {
  display: block;
  max-width: 340px;
  max-width: 21.25rem;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 900px) {
  .campain__bnr {
    max-width: 68vw;
  }
}
.campain__bnr:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.campain__bnr + .campain__bnr {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 900px) {
  .campain__bnr + .campain__bnr {
    margin-top: 2vw;
  }
}

/*------------------------
法的ページ共通
------------------------*/
.legal-page {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 900px) {
  .legal-page {
    padding: 12vw 0;
  }
}
.legal-page .titleSet {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .legal-page .titleSet {
    margin-bottom: 8vw;
  }
}

.privacy-cont .lead {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .privacy-cont .lead {
    margin-bottom: 8vw;
  }
}

.privacy-cont__title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .privacy-cont__title {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
}

.privacy-cont__desc {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .privacy-cont__desc {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.privacy-cont__desc a {
  color: #00adc1;
}

.legal-notice-cont__wrapper dl {
  border-top: 1px solid rgba(51, 51, 51, .5);
}
.legal-notice-cont__wrapper dl:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, .5);
}

.legal-notice-cont__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
  padding: 20px 15px 0 15px;
  padding: 1.25rem 0.9375rem 0 0.9375rem;
}
@media screen and (max-width: 900px) {
  .legal-notice-cont__title {
    font-size: 3.2vw;
    padding: 4vw 3vw 0 3vw;
  }
}

.legal-notice-cont__desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 15px 15px 20px 15px;
  padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
}
@media screen and (max-width: 900px) {
  .legal-notice-cont__desc {
    font-size: 3.2vw;
    padding: 3vw 3vw 4vw 3vw;
  }
}
.legal-notice-cont__desc a {
  color: #00adc1;
  text-decoration: underline;
}

.terms-cont .lead {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .terms-cont .lead {
    margin-bottom: 8vw;
  }
}

.terms-cont__title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 900px) {
  .terms-cont__title {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
}

.terms-cont__desc {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .terms-cont__desc {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.terms-cont__desc a {
  color: #00adc1;
  text-decoration: underline;
}
.terms-cont__desc dl + dl {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.terms-cont__desc dl dt {
  font-weight: bold;
}
.terms-cont__desc dl dt::before {
  content: "⚫︎";
}

/*------------------------
注意事項
------------------------*/
.precaution-cont__wrapper dl {
  border-bottom: 1px solid rgba(51, 51, 51, .5);
}

.precaution-cont__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
  padding: 20px 0 0 16px;
  padding: 1.25rem 0 0 1rem;
  position: relative;
}
.precaution-cont__title::before {
  display: block;
  content: "";
  position: absolute;
  top: 24px;
  top: 1.5rem;
  left: 0;
  width: 5px;
  height: 1em;
  background-color: #333;
}
@media screen and (max-width: 900px) {
  .precaution-cont__title::before {
    top: 4.8vw;
    width: 1vw;
  }
}
@media screen and (max-width: 900px) {
  .precaution-cont__title {
    font-size: 3.2vw;
    padding: 4vw 0 0 3.2vw;
  }
}

.precaution-cont__desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 15px 0 20px 16px;
  padding: 0.9375rem 0 1.25rem 1rem;
}
@media screen and (max-width: 900px) {
  .precaution-cont__desc {
    font-size: 2.8vw;
    padding: 3vw 0 4vw 3.2vw;
  }
}
.precaution-cont__desc span {
  display: block;
  position: relative;
  padding-left: 1em;
}
.precaution-cont__desc span::before {
  display: block;
  content: "⚫︎";
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  left: 0;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 900px) {
  .precaution-cont__desc span::before {
    top: 0.6vw;
    font-size: 2vw;
  }
}
.precaution-cont__desc span.bold {
  display: inline;
  padding-left: 0;
}
.precaution-cont__desc span.bold::before {
  display: none;
}
.precaution-cont__desc a {
  color: #00adc1;
  text-decoration: underline;
}
.precaution-cont__desc ul {
  margin: 5px 0;
  margin: 0.3125rem 0;
}
.precaution-cont__desc ul li {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 900px) {
  .precaution-cont__desc ul li {
    font-size: 2.8vw;
  }
}

/*------------------------
退会手続き
------------------------*/
@media screen and (max-width: 900px) {
  .main-contents.page-unsubscribe {
    margin-top: 66px;
  }
}

.unsubscribe-cont__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: center;
  color: #007c95;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.unsubscribe-cont__lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #333;
}

.unsubscribe-cont__caution {
  border: 2px solid #3396ab;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.unsubscribe-cont__caution .title {
  background-color: #3396ab;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
}
.unsubscribe-cont__caution .title span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-inline: 1em;
}
.unsubscribe-cont__caution .title span::before, .unsubscribe-cont__caution .title span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 0.8em;
  background-color: #fff;
}
.unsubscribe-cont__caution .title span::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: 0;
}
.unsubscribe-cont__caution .title span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: 0;
}
.unsubscribe-cont__caution .lists {
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
}
.unsubscribe-cont__caution .lists li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
  color: #3396ab;
}
.unsubscribe-cont__caution .lists li::before {
  display: block;
  content: "⚫︎";
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.page-unsubscribe {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
}
.page-unsubscribe .info__cont {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.page-unsubscribe .info__cont.--alternative .info__cont--top .title {
  color: #009d8f;
  border-bottom: 1px solid #009d8f;
}
.page-unsubscribe .info__cont.--alternative .caution {
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.page-unsubscribe .info__cont.--support .info__cont--top .title {
  color: #007c95;
  border-bottom: 1px solid #007c95;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.page-unsubscribe .info__cont.--support .text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #007c95;
}
.page-unsubscribe .info__cont.--support .time,
.page-unsubscribe .info__cont.--support .tel {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #007c95;
}
.page-unsubscribe .info__cont.--support .btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
}
.page-unsubscribe .info__cont.--support .btn a {
  width: 100%;
  background-color: #007c95;
  min-height: 50px;
  min-height: 3.125rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.page-unsubscribe .info__cont--top {
  display: block;
}
.page-unsubscribe .info__cont--top .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 500;
  text-align: center;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #666;
  text-align: center;
}

.unsubscribe-cont__item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.unsubscribe-cont__item .caution {
  border-radius: 5px;
  background-color: #fdebe9;
  color: #ec604d;
  padding: 1em;
}
.unsubscribe-cont__item .select-wrapper {
  min-height: 40px;
  min-height: 2.5rem;
  border: 1px solid #808080;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.unsubscribe-cont__item .select-wrapper::before {
  background-color: #808080;
}
.unsubscribe-cont__item .select-wrapper select {
  width: 100%;
  padding: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  color: #666;
}
.unsubscribe-cont__item input {
  border: 1px solid #666;
  min-height: 40px;
  min-height: 2.5rem;
  color: #666;
}
.unsubscribe-cont__item textarea {
  border: 1px solid #666;
  min-height: 8em;
  color: #666;
}
.unsubscribe-cont__item .check-box label {
  margin: 0 0 1em 0;
}
.unsubscribe-cont__item .check-box label span {
  line-height: 1.5;
}
.unsubscribe-cont__item .check-box label::before {
  top: 4px;
}
.unsubscribe-cont__item .check-box label::after {
  top: 7px;
}
.unsubscribe-cont__item .check-box input {
  border: none;
}
.unsubscribe-cont__item .info__box--btns .btn a {
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 50px;
  min-height: 3.125rem;
}
.unsubscribe-cont__item .info__box--btns .btn.half a {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #999999;
}
@media (max-width: 390px) {
  .unsubscribe-cont__item .info__box--btns .btn.half a {
    font-size: 0.75rem;
  }
}

.unsubscribe-cont__fromTitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.unsubscribe-cont__fromSub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.info-page .unsubscribe-cont__link {
  width: 100%;
}
.info-page .unsubscribe-cont__link + .unsubscribe-cont__link {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.info-page .unsubscribe-cont__link a {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #e5f5f4;
  min-height: 50px;
  min-height: 3.125rem;
  color: #009d8f;
  font-weight: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 2em;
  position: relative;
}
@media (max-width: 390px) {
  .info-page .unsubscribe-cont__link a {
    padding-left: 1em;
    font-size: 1rem;
  }
}
.info-page .unsubscribe-cont__link a .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  right: 1.875rem;
  width: 12px;
  height: 12px;
  background: no-repeat center/contain url(../images/ul/green-arrow@2x.png);
}
@media (max-width: 390px) {
  .info-page .unsubscribe-cont__link a .arrow {
    right: 1em;
  }
}
.info-page .unsubscribe-cont__link a .arrow::before, .info-page .unsubscribe-cont__link a .arrow::after {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
