@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #FCFCFC;
}

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

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.559454191vw;
  }
}
@media (min-width: 1026px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::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 root defaults */
/* 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%;
}

/* 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=checkbox],
input[type=radio] {
  display: none;
}

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

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

.btn,
a.btn,
button.btn {
  color: #fcfcfc;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #333;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

a.btn-border-shadow,
button.btn-border-shadow {
  color: #FCFCFC;
  background: #f4f4f4;
  width: 237px;
  width: 14.8125rem;
  height: 68px;
  height: 4.25rem;
}
@media screen and (min-width: 768px) {
  a.btn-border-shadow,
  button.btn-border-shadow {
    width: 25rem;
    height: 7.5rem;
  }
}

a.btn-border-shadow::before,
button.btn-border-shadow::before {
  content: "エントリーはこちら";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  width: 237px;
  width: 14.8125rem;
  height: 68px;
  height: 4.25rem;
  color: #fcfcfc;
  background: #F45F5F;
  border: 1px solid #333;
  padding: 23px 20px 22px 20px;
  padding: 1.4375rem 1.25rem 1.375rem 1.25rem;
  top: 0;
  left: 0;
  padding-left: 6px;
  padding-left: 0.375rem;
  -webkit-transform: translate(12px, -12px);
          transform: translate(12px, -12px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 768px) {
  a.btn-border-shadow::before,
  button.btn-border-shadow::before {
    width: 25rem;
    height: 7.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    padding-top: 2.625rem;
    padding-left: 0rem;
    padding-right: 1.875rem;
    display: inline-block;
  }
}

a.btn-border-shadow::after,
button.btn-border-shadow::after {
  content: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" width%3D"17" height%3D"15" viewBox%3D"0 0 17 15" fill%3D"none"%3E%3Cpath d%3D"M16 1L1 14" stroke%3D"%23FCFCFC" stroke-linecap%3D"round"/%3E%3Cpath d%3D"M6 1L16 1" stroke%3D"%23FCFCFC" stroke-linecap%3D"round"/%3E%3Cpath d%3D"M14 11L16 1" stroke%3D"%23FCFCFC" stroke-linecap%3D"round"/%3E%3C/svg%3E');
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  right: 20px;
  right: 1.25rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(12px, -12px);
          transform: translate(12px, -12px);
}
@media screen and (min-width: 768px) {
  a.btn-border-shadow::after,
  button.btn-border-shadow::after {
    content: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D"23" height%3D"20" viewBox%3D%220%200%2017%2015%22 fill%3D%22none%22%3E%3Cpath d%3D%22M16%201L1%2014%22 stroke%3D%22%23FCFCFC%22 stroke-linecap%3D%22round%22%2F%3E%3Cpath d%3D%22M6%201L16%201%22 stroke%3D%22%23FCFCFC%22 stroke-linecap%3D%22round%22%2F%3E%3Cpath d%3D%22M14%2011L16%201%22 stroke%3D%22%23FCFCFC%22 stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    top: 3.125rem;
    right: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  button.btn-border-shadow::after {
    right: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  a.btn-border-shadow:hover,
  button.btn-border-shadow:hover {
    padding: 1.4375rem 3.25rem 1.375rem 2.5625rem;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  a.btn-border-shadow:hover::before,
  button.btn-border-shadow:hover::before {
    top: 0;
    left: 0;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    border: none;
  }
}

@media screen and (min-width: 768px) {
  a.btn-border-shadow:hover::after,
  button.btn-border-shadow:hover::after {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@media screen and (min-width: 768px) {
  button.btn-border-shadow:hover::after {
    right: 1.875rem;
  }
}

.btn-border-shadow.btn-border-shadow--entry::before {
  content: "エントリーする";
}

.footer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer::before {
  background-image: url(../images/common/footer_white_sp.png);
  content: ""; /* 擬似要素に空のコンテンツを設定する必要があります */
  position: absolute; /* 親要素に対して位置を設定するために absolute にします */
  top: -120px;
  top: -7.5rem;
  left: 0;
  width: 100%; /* 親要素の幅に合わせる */
  height: 100%; /* 親要素の高さに合わせる */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; /* 画像を中央に配置 */
}
@media screen and (min-width: 600px) {
  .footer::before {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .footer::before {
    top: 0rem;
    background-image: url(../images/common/footer_pc.png); /* 背景画像の指定 */
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-content {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  background-color: #cecdcd;
}
@media screen and (min-width: 768px) {
  .footer-content {
    width: 36.96%;
    padding-left: 10.625rem;
  }
}

.footer-content__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32.688px; /* 136.2% */
  position: relative;
  z-index: 1;
}

.footer-content__address {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 17.706px; /* 136.2% */
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer-content__address {
    font-size: 1rem;
    line-height: 28px; /* 175% */
    margin-top: 4.875rem;
  }
}

.footer-content__tel {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 17.706px; /* 136.2% */
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .footer-content__tel {
    font-size: 1rem;
    line-height: 28px; /* 175% */
    margin-top: 0.875rem;
  }
}

.footer__entry {
  background-image: url(../images/common/footer_red_sp.png);
  background-size: cover;
  background-position: -40px 0;
  background-position: -2.5rem 0;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__entry {
    width: 63%;
    padding-top: 6.75rem;
    background-image: none;
    background-color: #F45F5F;
  }
}

.footer__button {
  text-align: center;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-left: -12px;
  margin-left: -0.75rem;
}
.footer__button a.btn-border-shadow {
  background: #cecdcd;
  color: #F45F5F;
  border: 1px solid #333;
  width: 333px;
  width: 20.8125rem;
  height: 100px;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .footer__button a.btn-border-shadow {
    width: 25rem;
    height: 7.5rem;
    margin-left: 6.75rem;
  }
}

.footer__button a.btn-border-shadow:before {
  background: #FCFCFC;
  color: #F45F5F;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  width: 333px;
  width: 20.8125rem;
  height: 100px;
  height: 6.25rem;
  padding-left: 0px;
  padding-left: 0rem;
  padding-top: 32px;
  padding-top: 2rem;
  display: inline-block;
  -webkit-transform: translate(12px, -12px);
          transform: translate(12px, -12px);
}
@media screen and (min-width: 768px) {
  .footer__button a.btn-border-shadow:before {
    font-size: 1.5rem;
    width: 25rem;
    height: 7.5rem;
    padding-top: 2.5rem;
  }
}

.footer__button a.btn-border-shadow::after {
  content: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" width%3D"17" height%3D"15" viewBox%3D"0 0 17 15" fill%3D"none"%3E%3Cpath d%3D"M16 1L1 14" stroke%3D"%23F45F5F" stroke-linecap%3D"round"/%3E%3Cpath d%3D"M6 1L16 1" stroke%3D"%23F45F5F" stroke-linecap%3D"round"/%3E%3Cpath d%3D"M14 11L16 1" stroke%3D"%23F45F5F" stroke-linecap%3D"round"/%3E%3C/svg%3E');
  position: absolute;
  top: 36px;
  top: 2.25rem;
  right: 22px;
  right: 1.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(12px, -12px);
          transform: translate(12px, -12px);
}
@media screen and (min-width: 768px) {
  .footer__button a.btn-border-shadow::after {
    content: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" width%3D"23" height%3D"20" viewBox%3D"0 0 17 15" fill%3D"none"%3E%3Cpath d%3D"M16 1L1 14" stroke%3D"%23F45F5F" stroke-linecap%3D"round"/%3E%3Cpath d%3D"M6 1L16 1" stroke%3D"%23F45F5F" stroke-linecap%3D"round"/%3E%3Cpath d%3D"M14 11L16 1" stroke%3D"%23F45F5F" stroke-linecap%3D"round"/%3E%3C/svg%3E');
    top: 3rem;
    right: 1.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__button a.btn-border-shadow:hover::before {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@media screen and (min-width: 768px) {
  .footer__button a.btn-border-shadow:hover::after {
    position: absolute;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.hamburger {
  position: relative;
  width: 42px;
  width: 2.625rem;
  height: 23px;
  height: 1.4375rem;
  z-index: 100;
  left: 3px;
  left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  background: #F45F5F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span::before {
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #F45F5F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -16px;
  left: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger span:nth-child(1) {
  top: 10%;
}

.hamburger span:nth-child(2) {
  bottom: 10%;
}

.hamburger.is-active span {
  background: #FCFCFC;
}

.hamburger.is-active {
  top: 14px;
  top: 0.875rem;
  right: -4px;
  right: -0.25rem;
}

.hamburger.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(205deg);
          transform: rotate(205deg);
}

.hamburger.is-active span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}

.hamburger.is-active span::before {
  background: #FCFCFC;
  margin-right: 0;
}

.hamburger.is-active span:nth-child(1)::before {
  left: 100%;
  top: 16px;
  top: 1rem;
  left: 37px;
  left: 2.3125rem;
}

.hamburger.is-active span:nth-child(2)::before {
  top: 16px;
  top: 1rem;
  left: -6px;
  left: -0.375rem;
}

.header {
  width: 100%;
  height: 81px;
  height: 5.0625rem;
  z-index: 1000;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #FCFCFC;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    border: none;
    height: 7.5rem;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-top: 0rem;
    padding-left: 2rem;
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .header__logo {
    visibility: hidden;
  }
}

.header__logoLink {
  font-size: 24px;
  font-size: 1.5rem;
}

.header__logoLink img {
  width: 75.421px;
  width: 4.7138125rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  .header__drawer {
    display: none;
  }
}

.inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1076px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* 背景のスクロールを無効化するクラス */
.body-no-scroll {
  overflow: hidden;
}

/* モーダルのスタイル */
.modal {
  display: none; /* 初期状態では表示しない */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .8); /* 背景を暗くする */
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向で中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向で中央揃え */
}

.modal__content {
  background-color: #fff;
  padding: 42px 39px;
  padding: 2.625rem 2.4375rem;
  max-width: 1094px;
  max-width: 68.375rem;
  width: 80%;
  height: 73%;
  overflow-y: scroll;
  position: relative;
}
.modal__content::-webkit-scrollbar {
  display: none;
}

.simplebar-content::before,
.simplebar-content::after {
  display: none;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  background-color: #F45F5F;
  width: 20px;
  margin-left: -2px;
  border-radius: 10px;
}

.simplebar-track.simplebar-vertical {
  background-color: #D9D9D9;
  width: 20px;
}

.modal__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal__close:hover,
.modal__close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem; /* 175% */
}

.mv {
  padding-top: 81px;
  padding-top: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-top: 7.5rem;
  }
}

.mv__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    width: 87.55%;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    left: 0;
  }
}

.mv-swiper-container {
  height: 100%;
  width: 100%;
  margin-left: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.mv__left-items {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -64px;
  left: -4rem;
  bottom: 100px;
  bottom: 6.25rem;
  z-index: 2;
}

.mv__copyright--sp {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17.706px;
  line-height: 1.106625rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .mv__copyright--sp {
    display: none;
  }
}

.mv-slide {
  height: 585px;
  height: 36.5625rem;
}
@media screen and (min-width: 768px) {
  .mv-slide {
    height: 40.3125rem;
  }
}

.mv-slide-img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mv-slide-img {
    aspect-ratio: 1196/645;
    overflow: hidden;
    width: 100%;
  }
}

.mv-slide-img img {
  width: 100%;
  height: 585px;
  height: 36.5625rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mv-slide-img img {
    height: 40.3125rem;
  }
}

.wrap {
  height: 100%;
}

.mv__header {
  width: 100%;
  height: 585px;
  height: 36.5625rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .mv__header {
    height: 40.3125rem;
  }
}

.mv__title {
  color: #f45f5f;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 700;
  height: 100%;
  position: relative;
  max-width: 343px;
  max-width: 21.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mv__title--1 {
  letter-spacing: 21.3px;
  letter-spacing: 1.33125rem;
  position: absolute;
  top: 0px;
  top: 0rem;
  white-space: nowrap;
  z-index: 2;
}

.mv__title--2 {
  letter-spacing: 10px;
  letter-spacing: 0.625rem;
  position: absolute;
  top: 210px;
  top: 13.125rem;
  white-space: nowrap;
  left: auto;
  right: -10px;
  right: -0.625rem;
  z-index: 2;
}

.mv__title--3 {
  letter-spacing: 21.3px;
  letter-spacing: 1.33125rem;
  position: absolute;
  top: 440px;
  top: 27.5rem;
  white-space: nowrap;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .mv__title--pc {
    color: #F45F5F;
    font-weight: 700;
    font-size: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .mv__title--pc1 {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: -0.5rem;
    left: -0.5rem;
    white-space: nowrap;
    letter-spacing: clamp(0rem, -0.963rem + 2.01vw, 0.75rem);
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -0.625rem;
    left: -1.875rem;
  }
}
@-moz-document url-prefix() {
  .mv__title--pc1 {
    left: -0.625rem;
  }
}
@media screen and (min-width: 1366px) {
  .mv__title--pc1 {
    letter-spacing: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .mv__title--pc2 {
    line-height: 135.833%;
    letter-spacing: 0.75rem;
    -moz-text-align-last: left;
         text-align-last: left;
    position: absolute;
    left: 0;
    bottom: 0rem;
    z-index: 10;
  }
}

.mv__shift {
  display: inline-block;
  position: relative;
  left: 12px;
  left: 0.75rem; /* 必要に応じて調整 */
}

.swiper-pagination-bullet {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background: #F45F5F;
  opacity: 0.6;
  margin: 0 5px !important;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 0.8125rem;
    height: 0.8125rem;
    margin: 0 10px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #F45F5F;
  opacity: 1;
}

.swiper-pagination {
  width: 100%;
  height: 100%;
}
.swiper-pagination--mobile {
  width: auto;
  position: absolute;
  width: auto;
  height: auto;
  bottom: -40px !important;
  bottom: -2.5rem !important;
}
@media screen and (min-width: 768px) {
  .swiper-pagination--mobile {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 38px !important;
    left: calc(-50% - 6.875rem);
  }
}

.mv__logo {
  display: inline-block;
  width: 120px;
  width: 7.5rem;
  height: auto;
  position: relative;
  top: 20px;
  top: 1.25rem; /* 上下の位置を調整 */
  left: 5px;
  left: 0.3125rem; /* 左右の位置を調整 */
  /* 必要に応じて他のプロパティを追加 */
}
@-moz-document url-prefix() {
  .mv__logo {
    left: -0.625rem;
  }
}

.mv__copyright--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv__copyright--pc {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.106625rem;
    margin-right: 1.875rem;
  }
}

.mv__left-items--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -20px;
  bottom: -1.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .mv__left-items--pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: -9.2%;
    bottom: 5rem;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: static;
  position: initial;
  display: contents;
}

.arrow-container {
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  margin: 0 auto;
  position: absolute;
  bottom: -121px;
  bottom: -7.5625rem;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .arrow-container {
    display: none;
  }
}

.arrow-container--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .arrow-container--pc {
    display: block;
    width: 2.625rem;
    height: 2.625rem;
    z-index: 2;
    cursor: pointer;
    position: relative;
    margin-left: -0.375rem;
  }
}

.arrow-1 {
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  background: #F45F5F;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}
.arrow-2 {
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  background: #FCFCFC;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  top: 0.5625rem;
  left: 9px;
  left: 0.5625rem;
  z-index: 1;
  display: table;
}
@media screen and (min-width: 768px) {
  .arrow-2 {
    width: 1.875rem;
    height: 1.875rem;
    top: auto;
    left: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 0.375rem;
    left: 0.375rem;
  }
}

.arrow-2 i.fa {
  font-size: 12px;
  font-size: 0.75rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #F45F5F;
}
@media screen and (min-width: 768px) {
  .arrow-2 i.fa {
    font-size: 1.125rem;
  }
}

/* Custom Animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.pagetop {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: fixed;
  bottom: 40px;
  right: 40px;
  border-radius: 50%;
  background: #FCFCFC;
  border: 2px solid #F45F5F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagetop__arrow {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-top: 2px solid #F45F5F;
  border-right: 2px solid #F45F5F;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.pc-nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .pc-nav {
    display: block;
  }
}

.pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 30px;
  gap: 1.875rem;
}

.pc-nav__item {
  height: inherit;
}

.pc-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FCFCFC;
  height: inherit;
  position: relative;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.pc-nav__item a svg {
  width: 20px;
  width: 1.25rem;
  height: 19px;
  height: 1.1875rem;
  margin-left: 22px;
  margin-left: 1.375rem;
}

.pc-nav__item:not(:last-child) a:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 8px;
  bottom: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pc-nav__item.is-bg-main {
  background: #F45F5F;
}

.pc-nav__item.is-bg-main a {
  color: #FCFCFC;
  padding: 42px 47px 0 75px;
  padding: 2.625rem 2.9375rem 0 4.6875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  display: inline-block;
}

.pc-nav__item.is-bg-main a:hover {
  color: #fff;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .section-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section-title--en {
  display: block;
  color: #F45F5F;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 6px;
  letter-spacing: 0.375rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .section-title--en {
    font-size: 6.25rem;
    letter-spacing: 0.625rem;
  }
}

.section-title--en::first-letter {
  text-transform: uppercase;
  color: #FCFCFC;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 6px;
  letter-spacing: 0.375rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .section-title--en::first-letter {
    font-size: 6.25rem;
    letter-spacing: 0.625rem;
  }
}

.section-title--en::before {
  content: "";
  width: 84px;
  width: 5.25rem;
  height: 84px;
  height: 5.25rem;
  background: #F45F5F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -20px;
  left: -1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section-title--en::before {
    width: 8.125rem;
    height: 8.125rem;
    top: calc(50% + 0.375rem);
  }
}

.section-title--ja {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24.516px;
  line-height: 1.53225rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .section-title--ja {
    margin-left: 6.875rem;
    font-size: 1.5rem;
    margin-top: -0.375rem;
  }
}

.section-title--ja::before {
  content: "";
  display: inline-block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background: #F45F5F;
  border-radius: 50%;
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .section-title--ja::before {
    width: 0.8125rem;
    height: 0.8125rem;
    margin-right: 0.64375rem;
  }
}

.sp-nav {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  background: #F45F5F;
  opacity: 0;
}

.sp-nav.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .sp-nav.is-active {
    display: none;
  }
}

.sp-nav__inner {
  padding: 29px 15.5px 50px 15.5px;
  padding: 1.8125rem 0.96875rem 3.125rem 0.96875rem;
}

.sp-nav__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: 37px;
  gap: 2.3125rem;
  min-height: 100vh;
  overflow-y: auto;
  width: 100%;
  padding-top: 27px;
  padding-top: 1.6875rem;
  position: relative;
}

.sp-nav__item {
  width: 100%;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
  line-height: 1;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  opacity: 0;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-clip-path: inset(0 0 200% 0);
          clip-path: inset(0 0 200% 0); /* 下に隠す */
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s ease-in-out, -webkit-clip-path 1s ease-in-out;
  transition: opacity 0.7s, -webkit-transform 0.7s ease-in-out, -webkit-clip-path 1s ease-in-out;
  transition: opacity 0.7s, transform 0.7s ease-in-out, clip-path 1s ease-in-out;
  transition: opacity 0.7s, transform 0.7s ease-in-out, clip-path 1s ease-in-out, -webkit-transform 0.7s ease-in-out, -webkit-clip-path 1s ease-in-out;
}

.sp-nav__item.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-clip-path: inset(-6px 0 0 0);
          clip-path: inset(-6px 0 0 0); /* 全体を表示 */
}

.sp-nav__item::before {
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #FCFCFC;
  border-radius: 50%;
  position: absolute;
  top: 36%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sp-nav__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #FCFCFC;
  position: absolute;
  left: 0;
  bottom: -1px;
  bottom: -0.0625rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.sp-nav__item.is-active::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 0;
}

.sp-nav__item a {
  color: #fcfcfc;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2.4px;
}

body.drawer-open {
  overflow: hidden;
  height: 100%;
}

.sp-nav__drawer {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.sp-nav__entry {
  width: 92px;
  width: 5.75rem;
  height: 76.3px;
  height: 4.76875rem;
  position: absolute;
  top: 527px;
  top: 32.9375rem;
  right: 0;
}

.business {
  background: #f4f4f4;
  position: relative;
}

.business::before {
  content: "";
  background-image: url(../images/common/business-pass-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 129px;
  top: 8.0625rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .business::before {
    background-image: url(../images/common/business-pass-01-pc.png);
    top: 9.75rem;
  }
}

.business::after {
  content: "";
  background-image: url(../images/common/business-pass-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(100% - 47.75rem);
  left: 0;
}
@media screen and (min-width: 768px) {
  .business::after {
    background-image: url(../images/common/business-pass-02-pc.png);
    top: calc(100% - 41.875rem);
  }
}

.business__top {
  margin-top: 80px;
  margin-top: 5rem;
  padding-top: 78px;
  padding-top: 4.875rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .business__top {
    margin-top: 6.375rem;
    padding-top: 7.25rem;
    padding-bottom: 10.25rem;
  }
}

.business__title {
  position: relative;
  z-index: 2;
}

.section-title--en.business__title--en {
  letter-spacing: 7px;
  letter-spacing: 0.4375rem;
  margin-left: 22px;
  margin-left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.business__title--en {
    letter-spacing: 0.625rem;
    margin-left: 2rem;
  }
}

.section-title--en.business__title--en::before {
  top: calc(50% + 0.3125rem);
}
@media screen and (min-width: 768px) {
  .section-title--en.business__title--en::before {
    left: -2rem;
  }
}

.business__title--en::first-letter {
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (min-width: 768px) {
  .business__title--en::first-letter {
    font-size: 6.25rem;
  }
}

.section-title--ja.business__title--ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .section-title--ja.business__title--ja {
    margin-top: -0.25rem;
    margin-left: 6.5rem;
  }
}

.business__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .business__cards {
    margin-top: 2.25rem;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .business__card:nth-of-type(even) .business-card__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.business-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .business-card__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.business-card__title--sp {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 32.688px;
  line-height: 2.043rem;
}
@media screen and (min-width: 768px) {
  .business-card__title--sp {
    margin-left: 6.875rem;
    font-size: 1.5rem;
    margin-top: -0.375rem;
    display: none;
    margin-top: 0;
  }
}

.business-card__title--sp::before {
  content: "";
  display: inline-block;
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  background: #F45F5F;
  border-radius: 50%;
  margin-right: 11px;
  margin-right: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .business-card__title--sp::before {
    width: 0.8125rem;
    height: 0.8125rem;
    margin-right: 0.64375rem;
  }
}

.business-card__img {
  margin-top: 40px;
  margin-top: 2.5rem;
  aspect-ratio: 343/257;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .business-card__img {
    aspect-ratio: 445/334;
    width: 43.37%;
  }
}

.business-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 3.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .business-card__img img {
    border-radius: 0 6.25rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .business__card:nth-of-type(even) .business-card__img img {
    border-radius: 6.25rem 0rem 0 0;
  }
}

.business-card__text--wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .business-card__text--wrap {
    width: 49.7%;
    margin-left: 4.375rem;
    margin-top: 0;
    position: relative;
    top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .business__card:nth-of-type(3) .business-card__text--wrap {
    left: 0.625rem;
    top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .business__card:nth-of-type(even) .business-card__text--wrap {
    margin-right: 4.375rem;
    margin-left: 0;
  }
}

.business-card__text--title--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .business-card__text--title--pc {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.043rem;
  }
}

@media screen and (min-width: 768px) {
  .business-card__text--title--pc::before {
    content: "";
    display: inline-block;
    width: 0.8125rem;
    height: 0.8125rem;
    background: #F45F5F;
    border-radius: 50%;
    margin-right: 0.625rem;
    position: relative;
    top: -0.25rem;
  }
}

.business-card__text {
  line-height: 28px;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .business-card__text {
    margin-top: 2.5rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .business__card:nth-of-type(3) {
    margin-top: 0rem;
  }
}

.color__top {
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 92px;
  padding-bottom: 5.75rem;
}
@media screen and (min-width: 768px) {
  .color__top {
    padding-top: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .color__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-title--en.color__title--en {
  letter-spacing: 6px;
  letter-spacing: 0.375rem;
  margin-left: 26px;
  margin-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.color__title--en {
    letter-spacing: 0.625rem;
    margin-left: 2.625rem;
  }
}

.section-title--en.color__title--en::before {
  top: calc(50% - 0.125rem);
  left: -24px;
  left: -1.5rem;
  background: #FCFCFC;
  border: 1px solid #F45F5F;
}
@media screen and (min-width: 768px) {
  .section-title--en.color__title--en::before {
    top: calc(50% + 0.25rem);
    left: -2.625rem;
  }
}

.color__title--en::first-letter {
  font-size: 60px;
  font-size: 3.75rem;
  color: #F45F5F;
}
@media screen and (min-width: 768px) {
  .color__title--en::first-letter {
    font-size: 6.25rem;
  }
}

.section-title--ja.color__title--ja {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .section-title--ja.color__title--ja {
    margin-top: 0.75rem;
    margin-left: 0rem;
    font-weight: 700;
    line-height: 2.043rem;
  }
}

.color-cards {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .color-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.color-cards__wrap--left {
  margin-top: 38px;
  margin-top: 2.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .color-cards__wrap--left {
    padding-right: 2.5rem;
    border-right: 1px solid #F45F5F;
  }
}

.color-card {
  position: relative;
}

.color-card::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #F45F5F;
  position: absolute;
  left: 0;
  bottom: -2px;
  bottom: -0.125rem;
}
@media screen and (min-width: 768px) {
  .color-card::after {
    width: calc(100% + 1.25rem);
    max-width: 30.8125rem;
  }
}

.allowance__card.color-card::after {
  width: 0;
  height: 0;
}

@media screen and (min-width: 768px) {
  .color-cards__wrap--right .color-card::after {
    left: -1.25rem;
  }
}

.color-card__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 32.688px;
  line-height: 2.043rem;
}
@media screen and (min-width: 768px) {
  .color-card__title {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.color-card__title:before {
  content: "";
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  background: #F45F5F;
  border-radius: 50%;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-right: 10.3px;
  margin-right: 0.64375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

picture {
  display: block;
}

.color-card__img {
  margin-top: 40px;
  margin-top: 2.5rem;
  aspect-ratio: 343/257;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .color-card__img {
    aspect-ratio: 473/354;
  }
}

.color-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.color-card__text--wrap {
  padding-top: 39px;
  padding-top: 2.4375rem;
  padding-bottom: 59px;
  padding-bottom: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .color-card__text--wrap {
    padding-right: 0.625rem;
  }
}

.color-card__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.color-cards__wrap--right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .color-cards__wrap--right {
    padding-left: 2.5rem;
  }
}

.color__button {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .color__button {
    margin-top: 6rem;
  }
}

.color__button {
  margin-left: -10px;
  margin-left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .color__button {
    margin-top: 6.75rem;
  }
}

.rookie__card--sp {
  padding-top: 61px;
  padding-top: 3.8125rem;
}

.team__card {
  padding-top: 60px;
  padding-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .rookie__card--pc {
    padding-top: 2.375rem;
  }
}

.remote__card--sp {
  padding-top: 63px;
  padding-top: 3.9375rem;
}

.remote__card--sp .color-card__title {
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
}

.color-card__title--small {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.remote__card--sp .color-card__text--wrap {
  padding-top: 36px;
  padding-top: 2.25rem;
}

@media screen and (min-width: 768px) {
  .remote__card--pc {
    margin-top: 3.875rem;
  }
}

.license__card {
  margin-top: 61px;
  margin-top: 3.8125rem;
}

.allowance__card {
  margin-top: 61px;
  margin-top: 3.8125rem;
}

.allowance__span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .private__card .color-card__text--wrap {
    padding-bottom: 2.3125rem;
  }
}

.team__card .color-card__text--wrap {
  padding-top: 41px;
  padding-top: 2.5625rem;
}

.license__card .color-card__text--wrap {
  padding-top: 41px;
  padding-top: 2.5625rem;
}

.allowance__card .color-card__text--wrap {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.remote__card--pc .color-card__text--wrap {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.company {
  position: relative;
  margin-top: 78px;
  margin-top: 4.875rem;
}
@media screen and (min-width: 768px) {
  .company {
    margin-top: 9.875rem;
  }
}

.section-title--en.company__title--en {
  margin-left: 22px;
  margin-left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.company__title--en {
    margin-left: 2.25rem;
    letter-spacing: 0.54375rem;
  }
}

.section-title--en.company__title--en::before {
  top: calc(50% + 0.25rem);
  left: -22px;
  left: -1.375rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.company__title--en::before {
    top: calc(50% + 0.25rem);
    left: -2.25rem;
  }
}

.section-title--ja.company__title--ja {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .section-title--ja.company__title--ja {
    margin-top: 0.5rem;
    margin-left: 4.5rem;
  }
}

.company__items {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .company__items {
    max-width: 54rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.125rem;
  }
}

.company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company__item {
    padding-top: 2.5625rem;
    padding-bottom: 2.5625rem;
  }
}

.company__item::before {
  content: "";
  width: 23.3%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(to right, #F45F5F, #F45F5F 6px, transparent 6px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.company__item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #cecdcd, #cecdcd 6px, transparent 6px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.company__term {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 17.706px;
  line-height: 1.106625rem;
  width: 95px;
  width: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .company__term {
    font-size: 1rem;
    line-height: 1.75rem;
    width: 15rem;
    padding-left: 2.5rem;
  }
}

.company__definition {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17.706px;
  line-height: 1.106625rem;
  width: calc(100% - 5.9375rem);
}
@media screen and (min-width: 768px) {
  .company__definition {
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: normal;
    width: calc(100% - 15rem);
  }
}

.company__logo {
  width: 147px;
  width: 9.1875rem;
  height: 128px;
  height: 8rem;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  margin-top: 40px;
  margin-top: 2.5rem;
  position: absolute;
  right: 28px;
  right: 1.75rem;
  bottom: -84px;
  bottom: -5.25rem;
}
@media screen and (min-width: 768px) {
  .company__logo {
    right: 5rem;
    bottom: 0.625rem;
  }
}

.company__item:nth-child(2) {
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .company__item:nth-child(2) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.company__item:nth-child(3) {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .company__item:nth-child(3) {
    padding-top: 2.5rem;
  }
}

.company__item:nth-child(4) {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .company__item:nth-child(4) {
    padding-top: 2.125rem;
  }
}

.company__item:nth-child(5) {
  padding-top: 21px;
  padding-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .company__item:nth-child(5) {
    padding-top: 2.5rem;
  }
}

.company__item:nth-child(6) {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .company__item:nth-child(6) {
    padding-top: 2.5rem;
    padding-bottom: 2.625rem;
  }
}

.company__item:nth-child(7) {
  padding-top: 21px;
  padding-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .company__item:nth-child(7) {
    padding-top: 2.5rem;
  }
}

.company__item:nth-child(8) {
  padding-top: 21px;
  padding-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .company__item:nth-child(8) {
    padding-top: 2.5rem;
  }
}

.company__item:nth-child(9) {
  padding-top: 22px;
  padding-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .company__item:nth-child(9) {
    padding-top: 2.5rem;
    padding-bottom: 2.625rem;
  }
}

.company__item:nth-child(10) {
  padding-top: 21px;
  padding-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .company__item:nth-child(10) {
    padding-top: 2.5rem;
  }
}

.company__definition--span {
  display: inline-block;
}

.entry {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .entry {
    margin-top: 10rem;
  }
}

.entry__bg {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background: #f4f4f4;
  background-image: radial-gradient(#F45F5F 6%, transparent 8%);
  background-size: 24px 24px;
}
@media screen and (min-width: 768px) {
  .entry__bg {
    padding-top: 10rem;
    padding-bottom: 10.125rem;
    background-size: 41px 41px;
  }
}

.inner.entry__inner {
  padding-top: 76px;
  padding-top: 4.75rem;
  padding-bottom: 76px;
  padding-bottom: 4.75rem;
  background: #fcfcfc;
  border-radius: 0 3.125rem 0 3.125rem;
  padding-right: 25.8px;
  padding-right: 1.6125rem;
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .inner.entry__inner {
    padding-top: 9.25rem;
    padding-bottom: 10rem;
    max-width: 64.125rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 6.25rem 0 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .section-title.entry__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-title--en.entry__title--en {
  margin-left: 26px;
  margin-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.entry__title--en {
    margin-left: 5.875rem;
  }
}

.section-title--en.entry__title--en::before {
  background: #FCFCFC;
  border: 1px solid #F45F5F;
  top: calc(50% + 0.25rem);
  left: -24px;
  left: -1.5rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.entry__title--en::before {
    top: calc(50% + 0.3125rem);
    left: -2.375rem;
  }
}

.entry__title--en::first-letter {
  color: #F45F5F;
}

.section-title--ja.entry__title--ja {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .section-title--ja.entry__title--ja {
    margin-top: 1rem;
    margin-left: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .entry__content {
    max-width: 42.1875rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.0625rem;
  }
}

.entry__form {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .entry__form {
    margin-top: 5.125rem;
  }
}

.entry-form__dl + .entry-form__dl {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .entry-form__dl + .entry-form__dl {
    margin-top: 3.125rem;
  }
}

.entry-form__dl.entry-form__dl--email {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .entry-form__dl.entry-form__dl--email {
    margin-top: 3.125rem;
  }
}

.entry-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .entry-form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.entry-form__label {
  color: #1a1a1a;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 17.706px;
  line-height: 1.106625rem;
}
@media screen and (min-width: 768px) {
  .entry-form__label {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem; /* 175% */
    margin-top: 0.5625rem;
  }
}

.is-required {
  display: inline-block;
  position: relative;
}

.is-required::after {
  content: "必須";
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #F45F5F;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  width: 26px;
  width: 1.625rem;
  height: 18px;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .is-required::after {
    left: calc(100% + 20px);
    top: 30%;
  }
}

@media screen and (min-width: 768px) {
  .entry-form__input-area {
    width: 69.1%;
  }
}

.entry-form__input [type=text],
.entry-form__input [type=email],
.entry-form__input [type=tel] {
  border: 1px solid #333;
  color: #333;
  font-weight: 500;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  border-radius: 0.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entry-form__input [type=text],
  .entry-form__input [type=email],
  .entry-form__input [type=tel] {
    margin-top: 0;
  }
}

.entry-form__input [type=text].post {
  width: 67%;
}
@media screen and (min-width: 768px) {
  .entry-form__input [type=text].post {
    width: 12.9375rem;
  }
}

.entry-form__input [type=text] {
  width: 100%;
}

.entry-form__input [type=tel] {
  width: 100%;
}

.entry-form__input [type=email] {
  width: 100%;
}

.entry-form__input [type=date] {
  width: 100%;
}

.entry-form__input textarea {
  height: 120px;
  height: 7.5rem;
  color: #333;
  font-weight: 500;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  border-radius: 0.25rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
  width: 100%;
  border: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .entry-form__input textarea {
    margin-left: auto;
    margin-top: 0;
  }
}

.entry-form__input textarea.address {
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.entry-form__input textarea.memo {
  height: 240px;
  height: 15rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .entry-form__input textarea.memo {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .entry-form__label--memo {
    margin-top: 16%;
  }
}

.entry-form__input [type=checkbox] {
  border: 1px solid #333;
}

.entry-form__button {
  margin-top: 70px;
  margin-top: 70px;
  margin-top: 4.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry-form__button {
    margin-top: 4.5rem;
  }
}

.entry-form__button [type=submit] {
  width: 250px;
  width: 15.625rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 1.5rem;
  border: 1px solid #333;
  background: #333;
  color: #FCFCFC;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1.12px;
}
@media screen and (min-width: 768px) {
  .entry-form__button [type=submit] {
    width: 22.5rem;
    height: 3.5rem;
    font-size: 1rem;
    letter-spacing: 1.28px;
    border-radius: 1.75rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .entry-form__button [type=submit]:hover {
    background: #FCFCFC;
    color: #333;
  }
}

.entry-form__example {
  color: #9b9b9b;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 17.706px;
  line-height: 1.106625rem; /* 136.2% */
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .entry-form__example.entry-form__example--address {
    margin-top: 0rem;
  }
}

.entry-form__privacy-notice {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .entry-form__privacy-notice {
    font-size: 1rem;
    line-height: 1.75rem; /* 175% */
    margin-top: 4.75rem;
    text-align: center;
  }
}

.entry-form__privacy-link {
  position: relative;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
}

.entry-form__privacy-link::after {
  content: "";
  width: 90%;
  height: 1px;
  height: 0.0625rem;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.entry-form__check {
  margin-top: 21px;
  margin-top: 1.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry-form__check {
    margin-top: 2.1875rem;
  }
}

.entry-form__check-text {
  display: inline-block;
  padding-left: 26px;
  padding-left: 1.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17.706px;
  line-height: 1.106625rem; /* 136.2% */
  position: relative;
}
@media screen and (min-width: 768px) {
  .entry-form__check-text {
    font-size: 1rem;
    line-height: 1.375rem; /* 137.5% */
    letter-spacing: 0.1rem;
  }
}

.entry-form__check-text::before {
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: #fff;
  border: 1px solid #333;
  border-radius: 0.125rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.entry-form__check-text::after {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 16px;
  height: 1rem;
  position: absolute;
  left: 1%;
  top: -2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}

[type=checkbox]:checked + .entry-form__check-text::after {
  display: block;
}

.entry__button {
  margin-top: 90px;
  margin-top: 5.625rem;
  margin-left: -10px;
  margin-left: -0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry__button {
    margin-top: 5.875rem;
    margin-left: 0.625rem;
  }
}

.faq {
  padding-top: 78px;
  padding-top: 4.875rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #f4f4f4;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 5rem;
    padding-bottom: 10rem;
    border-radius: 0 0 2.5rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  .faq__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq__title--en::first-letter {
  color: #F45F5F;
}

.section-title--en.faq__title--en {
  margin-left: 28px;
  margin-left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.faq__title--en {
    margin-left: 2.625rem;
  }
}

.section-title--en.faq__title--en::before {
  background: #f4f4f4;
  border: 1px solid #F45F5F;
  left: -28px;
  left: -1.75rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.faq__title--en::before {
    top: calc(50% - 0.1875rem);
    left: -2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .section-title--ja.faq__title--ja {
    margin-top: 0.625rem;
    margin-left: 0rem;
    font-weight: 700;
    line-height: 2.043rem;
  }
}

.faq__content {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .faq__content {
    margin-top: 2.375rem;
  }
}

.faq__item + .faq__item {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .faq__item + .faq__item {
    margin-top: 1.3125rem;
  }
}

.faq__head {
  padding-top: 13px;
  padding-top: 0.8125rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17.706px;
  line-height: 1.106625rem;
  border-bottom: 1px dashed #cecdcd;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq__head {
    font-size: 1rem;
    line-height: 1.75rem; /* 175% */
    padding-top: 2.875rem;
    padding-bottom: 0.5625rem;
    padding-left: 2.625rem;
  }
}

.faq__head::before {
  content: "Q,";
  width: 21px;
  width: 1.3125rem;
  height: 25px;
  height: 1.5625rem;
  color: #F45F5F;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  position: absolute;
  top: 16%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .faq__head::before {
    width: 1.75rem;
    height: 2.0625rem;
    font-size: 1.5rem;
    line-height: 2.0625rem; /* 137.5% */
    letter-spacing: 0.15rem;
    top: 46%;
  }
}

.faq__text {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17.706px;
  line-height: 1.106625rem;
  border-bottom: 1px dashed #cecdcd;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq__text {
    font-size: 1rem;
    line-height: 1.75rem; /* 175% */
    padding-left: 5.25rem;
    padding-top: 2.625rem;
    margin-bottom: 1.375rem;
  }
}

.faq__text::before {
  content: "A,";
  width: 20px;
  width: 1.25rem;
  height: 25px;
  height: 1.5625rem;
  color: #F45F5F;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  position: absolute;
  top: 22%;
  left: 1px;
  left: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .faq__text::before {
    width: 1.625rem;
    height: 2.0625rem;
    font-size: 1.5rem;
    line-height: 2.0625rem; /* 137.5% */
    letter-spacing: 0.15rem;
    top: 48%;
    left: 2.5rem;
  }
}

.faq__item:nth-child(2) .faq__head {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(2) .faq__head {
    padding-bottom: 0.5rem;
  }
}

.faq__item:nth-child(3) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(3) {
    margin-top: 0rem;
  }
}

.faq__item:nth-child(4) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(4) {
    margin-top: 0;
  }
}

.faq__item:nth-child(4) .faq__head {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(4) .faq__head {
    padding-bottom: 0.5rem;
  }
}

.faq__item:nth-child(5) .faq__head {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(5) .faq__head {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(5) .faq__head {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .faq__item:nth-child(5) {
    margin-top: 0rem;
  }
}

.faq__link {
  position: relative;
}

.faq__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.7px;
  bottom: -0.10625rem; /* 下線をずらすピクセル数を調整 */
  width: 100%;
  height: 1px;
  height: 0.0625rem; /* 下線の太さを調整 */
  background-color: currentColor; /* リンクの色に合わせる */
}

.flow {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 11.375rem;
    margin-bottom: 4.8125rem;
    position: relative;
  }
}

.inner.flow__inner {
  padding-left: 17px;
  padding-left: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .inner.flow__inner {
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .flow__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.flow__title-second {
  color: #FCFCFC;
}
@media screen and (min-width: 768px) {
  .flow__title-second {
    color: #F45F5F;
  }
}

@media screen and (min-width: 768px) {
  .section-title.flow__title {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    width: 16.76%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-title--en.flow__title--en {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.flow__title--en {
    margin-top: 3.5rem;
    margin-left: -0.75rem;
  }
}

.section-title--en.flow__title--en::before {
  left: -24px;
  left: -1.5rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.flow__title--en::before {
    top: 0.625rem;
    left: 1rem;
  }
}

.section-title--ja.flow__title--ja {
  margin-left: -1px;
  margin-left: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .section-title--ja.flow__title--ja {
    font-size: 1rem;
    margin-top: 13.75rem;
    margin-left: 0.875rem;
    letter-spacing: 0.4625rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .section-title--ja.flow__title--ja::before {
    margin-left: 0rem;
    margin-right: 0rem;
    position: absolute;
    top: -1.625rem;
  }
}

.flow__items {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .flow__items {
    width: 64.77%;
    width: calc(100% - 10.75rem);
    margin-top: 0rem;
    margin-left: 3.5625rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .flow__item {
    padding-bottom: 5rem;
  }
}

.flow__item::after {
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 100%;
  background: #F45F5F;
  position: absolute;
  top: 0;
  left: 23px;
  left: 1.4375rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .flow__item::after {
    left: 3.125rem;
  }
}

.flow__number {
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
  border: 1px solid #F45F5F;
  border-radius: 50%;
  color: #F45F5F;
  background: #FCFCFC;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__number {
    width: 6.25rem;
    height: 6.25rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.375rem;
    letter-spacing: 0.25rem;
  }
}

.flow__number::after {
  content: "";
  position: absolute;
  width: 10px;
  width: 0.625rem; /* Width of the cutout */
  height: 10px;
  height: 0.625rem; /* Height of the cutout */
  background-color: #FCFCFC;
  border-radius: 50%;
  bottom: -1px;
  right: -1px;
}

.flow__headline {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24.516px;
  line-height: 1.53225rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__headline {
    font-size: 1.5rem;
    line-height: 2.043rem;
  }
}

.flow__headline::after {
  content: "";
  width: 32px;
  width: 2rem;
  height: 1px;
  height: 0.0625rem;
  background: #333;
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 11px;
  margin-left: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .flow__headline::after {
    top: 50%;
    margin-left: 1.25rem;
  }
}

.flow__content {
  width: 81.4%;
}
@media screen and (min-width: 768px) {
  .flow__content {
    margin-top: 0.5rem;
    margin-left: 5.75rem;
    width: calc(100% - 13.25rem);
  }
}

.flow__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .flow__text {
    margin-top: 2.5rem;
  }
}

.flow__img {
  max-width: 343px;
  max-width: 21.4375rem;
  aspect-ratio: 343/262;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .flow__img {
    max-width: 13.75rem;
    position: absolute;
    bottom: -0.125rem;
    right: 9.9%;
  }
}
@media screen and (min-width: 1366px) {
  .flow__img {
    max-width: 19.75rem;
  }
}

.flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow__item:nth-child(2) {
  padding-bottom: 41px;
  padding-bottom: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .flow__item:nth-child(2) {
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .flow__item:nth-child(2) .flow__content {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .flow__item:nth-child(3) .flow__content {
    margin-top: 0rem;
  }
}

.flow__item:nth-child(3) .flow__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .flow__item:nth-child(3) .flow__text {
    margin-top: 2.5rem;
  }
}

.flow__item:nth-child(4) {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .flow__item:nth-child(4) {
    padding-bottom: 5.125rem;
  }
}

@media screen and (min-width: 768px) {
  .flow__item:nth-child(4) .flow__content {
    margin-top: 0rem;
  }
}

.flow__item:nth-child(4) .flow__text {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .flow__item:nth-child(4) .flow__text {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .flow__item:nth-child(5) .flow__content {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .flow__item:nth-child(6) .flow__content {
    margin-top: 0rem;
  }
}

.info {
  position: relative;
  margin-top: 67px;
  margin-top: 4.1875rem;
  padding-bottom: 99.34px;
  padding-bottom: 6.20875rem;
}
@media screen and (min-width: 768px) {
  .info {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}

.info__bg {
  max-width: 264px;
  max-width: 16.5rem;
  width: 70.4%;
  height: 70%;
  position: absolute;
  top: -78px;
  top: -4.875rem;
  left: 0;
  aspect-ratio: 264/745;
  background: #f4f4f4;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .info__bg {
    max-width: 50.75rem;
    width: 59.4%;
    height: 69%;
  }
}

@media screen and (min-width: 768px) {
  .section-title--en.info__title--en {
    margin-left: 1.5rem;
  }
}

.section-title--en.info__title--en::before {
  top: calc(50% + 0.125rem);
  left: -18px;
  left: -1.125rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.info__title--en::before {
    top: calc(50% + 0.25rem);
    left: -1.5rem;
  }
}

.info__title--shadow {
  color: #FCFCFC;
  text-shadow: 4px 0px 0px #F45F5F;
}
@media screen and (min-width: 768px) {
  .info__title--shadow {
    text-shadow: 10px -4px 0px #F45F5F;
  }
}

.section-title--ja.info__title--ja {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .section-title--ja.info__title--ja {
    margin-top: 0.375rem;
    margin-left: 8.25rem;
  }
}

.info__items {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .info__items {
    max-width: 54rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.25rem;
  }
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .info__item {
    padding-top: 2.5rem;
    padding-bottom: 2.5625rem;
  }
}

.info__item::before {
  content: "";
  width: 23.3%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(to right, #F45F5F, #F45F5F 6px, transparent 6px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.info__item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #cecdcd, #cecdcd 6px, transparent 6px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.info__term {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 17.706px;
  line-height: 1.106625rem;
  width: 95px;
  width: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .info__term {
    font-size: 1rem;
    line-height: 1.75rem;
    width: 15rem;
    padding-left: 2.5rem;
  }
}

.info__definition {
  width: calc(100% - 5.9375rem);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17.706px;
  line-height: 1.106625rem;
}
@media screen and (min-width: 768px) {
  .info__definition {
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: normal;
    width: calc(100% - 15rem);
  }
}

.info__logo {
  width: 147px;
  width: 9.1875rem;
  height: 128px;
  height: 8rem;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  margin-top: 40px;
  margin-top: 2.5rem;
  position: absolute;
  right: 28px;
  right: 1.75rem;
  bottom: -84px;
  bottom: -5.25rem;
}
@media screen and (min-width: 768px) {
  .info__logo {
    right: 5rem;
    bottom: 0.625rem;
  }
}

.info__item:nth-child(2) {
  padding-top: 22px;
  padding-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(2) {
    padding-top: 2.5rem;
  }
}

.info__item:nth-child(3) {
  padding-top: 23px;
  padding-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(3) {
    padding-top: 2.375rem;
  }
}

.info__item:nth-child(4) {
  padding-top: 22px;
  padding-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(4) {
    padding-top: 2.625rem;
  }
}

.info__item:nth-child(5) {
  padding-top: 21px;
  padding-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(5) {
    padding-top: 2.5rem;
  }
}

.info__item:nth-child(6) {
  padding-top: 22px;
  padding-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(6) {
    padding-top: 2.375rem;
    padding-bottom: 2.5rem;
  }
}

.info__item:nth-child(7) {
  padding-top: 21px;
  padding-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(7) {
    padding-top: 2.5rem;
  }
}

.info__item:nth-child(8) {
  padding-top: 21px;
  padding-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(8) {
    padding-top: 2.5rem;
  }
}

.info__item:nth-child(9) {
  padding-top: 22px;
  padding-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(9) {
    padding-top: 2.5rem;
    padding-bottom: 2.625rem;
  }
}

.info__item:nth-child(10) {
  padding-top: 21px;
  padding-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(10) {
    padding-top: 2.5rem;
  }
}

.message__top {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .message__top {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .message__inner {
    max-width: 67.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .message__title {
    position: relative;
    z-index: 3;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-right: 0.625rem;
  }
}

.message-card {
  margin-top: 52px;
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .message-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    top: -7.75rem;
  }
}

.message-card__img {
  aspect-ratio: 331/205;
  position: relative;
  margin-left: 3.75%;
}
@media screen and (min-width: 768px) {
  .message-card__img {
    aspect-ratio: 712/445;
    width: 69.39%;
    margin-left: 0;
  }
}

.message-card__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #cecdcd;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.375rem);
  -webkit-transform: translate(-50%, -50%) rotate(-4deg);
          transform: translate(-50%, -50%) rotate(-4deg); /* 一つのtransformプロパティにまとめる */
  z-index: -1;
  border-radius: 0 3.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .message-card__img::after {
    left: calc(50% - 0.875rem);
    border-radius: 0 6.25rem 0 0;
  }
}

.message-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 3.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .message-card__img img {
    border-radius: 0 6.25rem 0 0;
  }
}

.message-card__text {
  margin-top: 51px;
  margin-top: 3.1875rem;
  margin-left: 2px;
  margin-left: 0.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .message-card__text {
    width: 25.24%;
    margin-top: 0rem;
    margin-left: 3.418125rem;
    line-height: 1.625rem;
    position: relative;
    top: 0.5rem;
  }
}

.page-thanks {
  margin-top: 191px;
  margin-top: 11.9375rem;
  margin-bottom: 192px;
  margin-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .page-thanks {
    margin-top: 12.5rem;
  }
}

.thanks__container {
  width: 100%;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .thanks__container {
    max-width: 64.125rem;
    padding-bottom: 4.875rem;
  }
}

.thanks__text {
  line-height: 28px;
  line-height: 1.75rem; /* 175% */
}

.tanks__logo {
  width: 72.5px;
  width: 4.53125rem;
  height: 63px;
  height: 3.9375rem;
  margin-top: 65.5px;
  margin-top: 4.09375rem;
  margin-left: auto;
  margin-right: auto;
}

.tanks__link {
  aspect-ratio: 72.4/44.7;
  overflow: hidden;
}

.tanks__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pick {
  position: relative;
}

.pick__top {
  padding-top: 88px;
  padding-top: 5.5rem;
  padding-bottom: 134px;
  padding-bottom: 8.375rem;
}
@media screen and (min-width: 768px) {
  .pick__top {
    padding-top: 8.5rem;
    padding-bottom: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .pick__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.pick__title {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .section-title.pick__title {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    width: 16.6%;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.section-title--en.pick__title--en {
  letter-spacing: 7px;
  letter-spacing: 0.4375rem;
  margin-left: 26px;
  margin-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.pick__title--en {
    letter-spacing: 0.625rem;
    margin-left: 0rem;
    bottom: -0.625rem;
    left: -0.75rem;
  }
}

.section-title--en.pick__title--en::before {
  top: calc(50% - 0.125rem);
  left: -24px;
  left: -1.5rem;
}
@media screen and (min-width: 768px) {
  .section-title--en.pick__title--en::before {
    left: 1.25rem;
    top: 1.25rem;
  }
}

.pick__title--en::first-letter {
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (min-width: 768px) {
  .pick__title--en::first-letter {
    font-size: 6.25rem;
  }
}

.section-title--ja.pick__title--ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .section-title--ja.pick__title--ja {
    margin-top: 0rem;
    margin-left: 0rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.4125rem;
    margin-bottom: -0.25rem;
  }
}

.section-title--ja.pick__title--ja::before {
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .section-title--ja.pick__title--ja::before {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.pick__movie {
  aspect-ratio: 343/212;
  overflow: hidden;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pick__movie {
    width: 77.97%;
    aspect-ratio: 800/494;
    margin-left: 3.4375rem;
  }
}

.pick__movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pick__button {
  text-align: center;
  margin-top: 51px;
  margin-top: 3.1875rem;
  margin-left: -12px;
  margin-left: -0.75rem;
}
@media screen and (min-width: 768px) {
  .pick__button {
    margin-top: 5.625rem;
    margin-left: -2.125rem;
  }
}

.pick__logo {
  width: 65.113px;
  width: 4.0695625rem;
  height: 56.697px;
  height: 3.5435625rem;
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .pick__logo {
    width: 9.1875rem;
    height: 5.6875rem;
    right: 6.25rem;
    bottom: 14.5rem;
  }
}

.pick__bg--top {
  position: absolute;
  top: 30px;
  top: 1.875rem;
  right: 0px;
  right: 0rem;
}
@media screen and (min-width: 768px) {
  .pick__bg--top {
    right: 2.75rem;
    top: 4.625rem;
  }
}

@media screen and (min-width: 768px) {
  .pick__bg--top svg {
    width: 21.875rem;
    height: 1.5rem;
  }
}

.pick__bg--bottom {
  position: absolute;
  bottom: 78px;
  bottom: 4.875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .pick__bg--bottom {
    left: 2.75rem;
    bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .pick__bg--bottom svg {
    width: 21.875rem;
    height: 1.5rem;
  }
}

.voice {
  margin-top: 196px;
  margin-top: 12.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice {
    margin-top: 10.25rem;
  }
}

.voice__content {
  overflow: hidden;
}

.inner.voice__inner {
  padding-left: 0;
  padding-right: 0;
}

.voice__bg--top {
  background: #f4f4f4;
  color: #fcfcfc;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 5px;
  letter-spacing: 0.3125rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .voice__bg--top {
    padding-top: 0rem;
    font-size: 7.5rem;
    line-height: 135.833%; /* 135.833% */
    letter-spacing: 0.75rem;
    text-align: right;
  }
}

.voice__bg--bottom {
  background: #f4f4f4;
  color: #fcfcfc;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 5px;
  letter-spacing: 0.3125rem;
}

.voice__title {
  aspect-ratio: 224/118;
  overflow: hidden;
  max-width: 224px;
  max-width: 14rem;
  width: 100%;
  position: absolute;
  top: -60px;
  top: -3.75rem;
  left: 20px;
  left: 1.25rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .voice__title {
    aspect-ratio: 403/212;
    max-width: 25.1875rem;
    top: -6.25rem;
    left: 9.9375rem;
  }
}

.voice__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.voice-sliders {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .voice-sliders {
    overflow: visible;
  }
}

.slick-list {
  overflow: visible;
}

.voice-slider-sp {
  background: #f4f4f4;
}

.voice-slider__img--sp {
  aspect-ratio: 287/349;
  width: 76.5%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5%;
}
@media screen and (min-width: 768px) {
  .voice-slider__img--sp {
    aspect-ratio: 190/220;
    width: 11.875rem;
  }
}

.voice-slider__img--sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.voice__sliders-pc {
  width: 100%;
  overflow: hidden;
}

.voice-slider-pc {
  background: #f4f4f4;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
}

.voice-slider__img--pc {
  aspect-ratio: 499/521;
  max-width: 499px;
  max-width: 31.1875rem;
  overflow: hidden;
}

.voice-slider__img--pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slick-prev:before,
.slick-next:before {
  color: #F45F5F;
}

.slick-prev {
  left: 10px;
  left: 0.625rem;
}

.slick-next {
  right: 10px;
  right: 0.625rem;
}

.prev_icon {
  position: absolute;
  top: 51%;
  left: 18px;
  left: 1.125rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  z-index: 1;
  background-image: url("../images/common/slide-arrow-prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block; /* 確実に表示されるようにする */
}
@media screen and (min-width: 768px) {
  .prev_icon {
    opacity: 0;
    visibility: hidden;
  }
}

.next_icon {
  position: absolute;
  top: 51%;
  right: 15px;
  right: 0.9375rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  z-index: 1;
  background-image: url("../images/common/slide-arrow-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block; /* 確実に表示されるようにする */
}
@media screen and (min-width: 768px) {
  .next_icon {
    opacity: 0;
    visibility: hidden;
  }
}

.voice__button {
  text-align: center;
  margin-top: 96px;
  margin-top: 6rem;
  margin-left: -10px;
  margin-left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .voice__button {
    margin-top: 5.625rem;
  }
}
/*# sourceMappingURL=styles.css.map */
