@charset "UTF-8";

body {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

body {
  background: -webkit-gradient(linear, left top, right top, from(#001D55), to(#004C80));
  background: linear-gradient(left, #001D55, #004C80);
}

.u-desktop {
  display: none;
}

.yellow {
  font-weight: 700;
  color: #FFCB13;
}

@media screen and (min-width: 500px) {
  .yellow {
    font-size: 1.125rem;
  }
}

.blue {
  color: #001D55;
}

.gold {
  color: #A39462;
}

.gold2 {
  color: #615D4E;
}

.bold {
  font-weight: 700;
}

.red {
  color: #6D1616;
}

.marker-normal {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff));
  background: linear-gradient(transparent 75%, #fff 75%);
}

.marker-all {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 0%, #fff 0%);
}

.marker-normal--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #D3BF79));
  background: linear-gradient(transparent 85%, #D3BF79 85%);
}

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

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 500px) {
  html {
    font-size: 1.4814814815vw;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*,
*::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 */
html {
  scroll-behavior: smooth;
}

/* 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%;
}

em {
  font-style: normal;
}

/* 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 {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button,
select {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
}

select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.ad {
  background: url(../images/common/cta_bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

@media screen and (min-width: 500px) {
  .ad {
    background: url(../images/common/cta_bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}


@media screen and (min-width: 500px) {
  .u-disp---sp {
    display: none;
  }

  .u-disp---pc {
    display: block;
  }
}


.ad__title-sub {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 2.2222;
}

@media screen and (min-width: 500px) {
  .ad__title-sub {
    font-size: 1.5rem;
  }
}

.ad__title {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 500px) {
  .ad__title {
    max-width: 43.9375rem;
    margin-top: 2rem;
  }
}

.ad__content {
  color: #fff;
}

@media screen and (min-width: 500px) {
  .ad__content {
    padding-top: 6.875rem;
  }
}

.ad__content-text1 {
  color: #fff;
  line-height: 2;
  font-size: 20px;
  font-size: 1.175rem;
  font-weight: 700;
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (min-width: 500px) {
  .ad__content-text1 {
    margin-top: 2rem;
  }
}

.ad__content-text2 {
  color: #fff;
  margin-top: 2.5rem;
  width: fit-content;
  margin: auto;
  color: white;
  padding: 0.8rem 0 0;
  margin-bottom: 0.2rem;
  background: linear-gradient(transparent 84%, #EE1111 16%);
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;

}

.amazon-link {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

@media screen and (min-width: 500px) {
  .amazon-link {
    margin-top: 6.25rem;
  }
}

.amazon-link img {
  width: 100%;
  max-width: 100%;
  margin: auto;
  aspect-ratio: 325/134;
}

@media screen and (min-width: 500px) {
  .amazon-link img {
    max-width: 50.75rem;
    aspect-ratio: 812/335;
  }
}


.top__btn {
  display: block;
  left: 8vw;
  position: absolute;
  text-align: center;
  top: 70%;
  width: fit-content;
}

.cta_microCopy {
  display: block;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
}

.top__btn .cta_microCopy {
  color: white;
  background-color: transparent;
}

.top__btn .cta_microCopy::before {
  display: none;
}

.red-btn {
  background: linear-gradient(90deg, rgba(210, 6, 6, 1) 0%, rgba(238, 13, 13, 1) 48%, rgba(191, 1, 1, 1) 100%);
  ;
  color: #fff;
  display: inline-block;
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 30px;
  box-shadow: 0px 5px 0px 0px #970E0E;
  transition: .1s;
  position: relative;
}

.top__btn .red-btn {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 3rem;
  width: 400px;

}

.red-btn--long {
  position: relative;
  display: block;
  color: #fff;
  background: linear-gradient(90deg, rgba(210, 6, 6, 1) 0%, rgba(238, 13, 13, 1) 48%, rgba(191, 1, 1, 1) 100%);
  padding: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  box-shadow: 0px 7px 0px 0px #800101;
  border-radius: 50px;
  transition: .1s;
  position: relative;
}

@media screen and (min-width: 500px) {
  .red-btn--long {
    max-width: 35rem;
    padding: 1.375rem 2.5rem;
    font-size: 2.25rem;
    border-radius: 50px;
    text-align: center;

  }
}


.red-btn:after {
  content: url(../images/common/btn-img.svg);
  position: absolute;
  transform: scale(0.5);
  top: 25%;
  width: 2rem;
}

.top__btn .red-btn:after {
  content: url(../images/common/btn-img.svg);
  position: absolute;
  transform: scale(1);
  right: 24px;
  top: 19%;
  width: 2rem;
}



@media screen and (min-width: 500px) {
  .red-btn--long:after {
    top: 45%;
    transform: translateY(-50%);
  }
}

.red-btn:hover,
.red-btn--long:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
}

.required {
  display: inline-block;
  background: linear-gradient(90deg, rgba(210, 6, 6, 1) 0%, rgba(238, 13, 13, 1) 48%, rgba(191, 1, 1, 1) 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2px 6px;
  padding: 0.125rem 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 500px) {
  .required {
    padding: 0.1875rem 0.6875rem;
  }
}

.any-btn {
  display: inline-block;
  background: transparent;
  border: solid 1px #fff;
  border: solid 0.0625rem #fff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2px 6px;
  padding: 0.125rem 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 500px) {
  .any-btn {
    padding: 0.1875rem 0.6875rem;
  }
}

.interview__btn--white {
  position: relative;
  background: transparent;
  border-radius: 0.125rem;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  width: 100%;
  max-width: 100%;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 14px;
  padding: 0.875rem;
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .interview__btn--white {
    max-width: 28.875rem;
    font-size: 1.25rem;
    padding: 1.25rem;
    margin-right: auto;
  }
}

.interview__btn--white:after {
  content: url(../images/common/arrow-black.png);
  aspect-ratio: 16/12;
  width: 100%;
  max-width: 16px;
  max-width: 1rem;
  position: absolute;
  top: 19px;
  top: 1.1875rem;
  left: 70%;
}

@media screen and (min-width: 500px) {
  .interview__btn--white:after {
    aspect-ratio: 20/17;
    max-width: 1.25rem;
    top: 1.575rem;
    left: 70%;
  }
}

.white-btn {
  display: block;
  font-family: "Cormorant", serif;
  position: relative;
  background: #fff;
  border-radius: 0.125rem;
  width: 100%;
  max-width: 100%;
  color: #001D55;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 14px;
  padding: 0.875rem;
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .white-btn {
    max-width: 25rem;
    font-size: 1.25rem;
    padding: 1.25rem;
    margin-right: auto;
  }
}

.white-btn:after {
  content: url(../images/common/arrow-blue1.png);
  width: 100%;
  max-width: 16px;
  max-width: 1rem;
  position: absolute;
  top: 30%;
  left: 70%;
}

@media screen and (min-width: 500px) {
  .white-btn:after {
    max-width: 1.25rem;
    top: 1.575rem;
    left: 85%;
  }
}

.stockOption {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background: linear-gradient(99deg, rgba(0, 29, 85, 1) 0%, rgba(0, 76, 128, 1) 100%);
  background: url(../images/common/so_bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.so_mainCopy {
  color: #fff;
  font-size: 2.25rem;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}

.so_mainCopy strong {
  background: linear-gradient(99deg, rgba(190, 176, 128, 1) 0%, rgba(165, 139, 47, 1) 48%, rgba(245, 219, 175, 1) 100%);
  ;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  font-size: 4.1875rem;
  transform: skewX(350deg);

}

.so_mainCopy span {
  background-image: url(../images/common/so_mainCopy_span.png);
  background-position: top;
  color: #fff;
  clip-path: polygon(0.5vw 0, 100% 0%, calc(100% - 0.5vw) 100%, 0% 100%);
  display: inline-block;
  font-size: 5rem;
  line-height: 130%;
  width: 6.5rem;
  -webkit-text-fill-color: #fff;
}



.so_mainCopy::before {
  position: absolute;
  content: url(../images/common/so_mainCopy-light.png);
  transform: scale(0.5);
  left: -100px;
  top: -220px;
  opacity: 80%;
  width: 0;
}

.so_mainCopy em {
  font-size: 3.5rem;
  font-weight: bolder;
}

.so_mainCopy em {
  position: relative;
}

.so_mainCopy em:first-of-type::before {
  content: url(../images/common/underline-blue.png);
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 25%;
  width: 0;
  z-index: -1;
}

.so_mainCopy em:last-of-type::before {
  content: url(../images/common/underline-red.png);
  position: absolute;
  transform: scale(0.7);
  left: 0;
  top: 20%;
  width: 0;
  z-index: -1;
}

.so_lead {
  color: #fff;
  font-family: sans-serif;
  line-height: 200%;
  margin-bottom: 3.125rem;
  text-align: center;
}

.so_lead span {
  font-weight: bold;
}

.so_comparison {
  display: flex;
  font-family: sans-serif;
  gap: 3rem;
  margin-bottom: 3.75rem;
}

.so_comparison-item {
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
}

.so_comparison-title {
  border-radius: 14px 14px 0 0;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 200%;
  text-align: center;
}

.so_comparison-title em {
  background: url('../images/common/so_comparison-title-em.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5px 16px;
}

.so_comparison-item:first-of-type .so_comparison-title {
  background: linear-gradient(99deg, rgba(1, 67, 129, 1) 0%, rgba(11, 106, 195, 1) 48%, rgba(1, 49, 102, 1) 100%);
}

.so_comparison-item:last-of-type .so_comparison-title {
  background: linear-gradient(99deg, rgba(33, 33, 33, 1) 0%, rgba(53, 53, 53, 1) 48%, rgba(33, 33, 33, 1) 100%);
}

.so_comparison-img {
  width: 100%;
}

.so_comparison-img img {
  padding: 10px 10px 0 10px;
  width: 100%;
}

.so_comparison_txt {
  padding: 1rem 2rem;
}

.so_example {
  background-color: #101010;
  border-radius: 4px;
  padding: 2rem 2.5rem;
}

.so_example_ttl {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

.so_example_items {
  align-items: baseline;
  display: flex;
  gap: 3rem;
}

.so_arrow {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 12.5rem;
}

.price×SO {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: auto;
  margin-bottom: 3.75rem;
  text-align: center;
}

.price×SO img {
  margin: auto;
  max-width: 61.25rem;
  margin-bottom: 2.5rem;
}


.so_closing {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 3.75rem;
  text-align: center;
}

.so_closing strong {
  background: linear-gradient(99deg, rgb(192 175 116) 0%, rgba(165, 139, 47, 1) 48%, rgb(184 156 106) 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  font-size: 3.75rem;
}



.so_closing span {
  position: relative;
}

.so_closing span::before {
  aspect-ratio: 1 / 1;
  background-color: #B69C49;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: -0.3125rem;
  transform: translateX(-50%);
  width: 0.5rem;
}

.so_closing em {
  position: relative;
  display: inline-block;
}

.so_closing em::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  /* テキストと線の間隔 */
  height: 1px;
  /* 上の線の太さ */
  background: white;
}

.so_closing em::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  /* 下の線の間隔を調整 */
  height: 1px;
  /* 下の線の太さ */
  background: white;
}


.cta__btnWrapper {
  display: block;
  margin: auto;
  text-align: center;
}

.cta_microCopy {
  background: #fff;
  border-radius: 5px;
  color: #101010;
  display: inline-block;
  margin: auto;
  margin-bottom: -1.0rem;
  min-width: 120px;
  max-width: 100%;
  padding: 0.25rem 1.25rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.cta_microCopy span {
  color: #DC1010;
  font-size: 1.125rem;
  font-weight: bold;
}

.cta_microCopy::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}

.cta-btn {
  border-radius: 50px;
  display: block;
  font-size: 1.875rem;
  font-weight: bold;
  margin: auto;
  margin-top: -7px;
  max-width: 30rem;
  padding: 16px;
  text-align: center;
}

.cta-btn:after {
  content: url(../images/common/btn-img.svg);
  position: absolute;
  transform: scale(1.5);
  right: 24px;
  top: 20%;
  width: 2rem;
}












.campany {
  color: #fff;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 500px) {
  .campany {
    margin-top: 6.25rem;
    margin-bottom: 6.1875rem;
  }
}

.campany__table img {
  display: inline-block;
  width: 100%;
  max-width: 18px;
  max-width: 1.125rem;
  aspect-ratio: 18/20;
  vertical-align: middle;
  margin-left: 8px;
  margin-left: 0.5rem;
}

@media screen and (min-width: 500px) {
  .campany__table img {
    margin-left: 0.1875rem;
  }
}

.campany__table {
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 500px) {
  .campany__table {
    margin-top: 2.125rem;
  }
}

.campany__table table {
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
  margin: auto;
  border-collapse: collapse;
}

.campany__table table td {
  vertical-align: top;
  border-bottom: solid 1px #fff;
  border-bottom: solid 0.0625rem #fff;
  padding: 15px 5px 15px;
  padding: 0.9375rem 0.3125rem 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 500px) {
  .campany__table table td {
    padding: 0.9375rem 0.625rem 0.9375rem;
  }
}

.campany__table table td:first-child {
  width: 28%;
  border-bottom: 3px solid #fff;
  border-bottom: 0.1875rem solid #fff;
}

@media screen and (min-width: 500px) {
  .campany__table table td:first-child {
    width: 18.5%;
  }
}

.campany__table table td+td {
  width: 72%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 500px) {
  .campany__table table td+td {
    width: 81.5%;
  }
}

@media screen and (min-width: 500px) {
  .case {
    padding-bottom: 8rem;
  }
}


.case-card {
  width: 100%;
  max-width: 100%;
}

.case-card__body {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 500px) {
  .case-card__body {
    max-width: 936px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.case-card__img {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.case-card__img img {
  /* aspect-ratio: 300/156; */
}

@media screen and (min-width: 500px) {

  .splide__list.case__list-02,
  .splide__list.interview__list-02 {
    margin-top: 3.75rem !important;
  }

  .case-card__img img {
    /* aspect-ratio: 499/260; */
    max-width: 100%;
    /* width: 31.1875rem; */
  }
}

.case-card__img p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 5%;
  left: 15px;
  left: 0.9375rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 500px) {
  .case-card__img p {
    font-size: 1.875rem;
    left: 1.625rem;
  }
}

@media screen and (min-width: 500px) {
  .case-card__blockWrapper {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    gap: 5rem;
    border-bottom: dotted 1px #fff;
  }
}

.case-card__block1 {
  color: #fff;
}

@media screen and (min-width: 500px) {
  .case-card__block1 {}
}

.case-card__block-position {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 500px) {
  .case-card__block-position {
    font-size: 1.25rem;
  }
}

.case-card__block-name {
  font-family: "Cormorant", serif;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 500px) {
  .case-card__block-name {
    font-size: 2.5rem;
  }
}

.case-card__block2 {
  position: relative;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: solid 1px #fff;
  border-bottom: solid 0.0625rem #fff;
}

@media screen and (min-width: 500px) {
  .case-card__block2 {
    font-size: 1.375rem;
    border-bottom: none;
  }
}

.case-card__block2 img {
  max-width: 2rem;
}

.case-card__block-industory {
  display: inline-block;
  color: #fff;
  background: #A39462;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
}

.case-card__block-tag {
  color: #A39462;
  font-size: 14px;
  font-size: 1.25rem;
}

@media screen and (min-width: 500px) {
  .case-card__block-tag {
    font-size: 1.375rem;
  }
}

.case-card__block-tag:before {
  content: url(/images/common/arrow-gold.png);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  left: 75px;
  left: 4.6875rem;
}

@media screen and (min-width: 500px) {
  .case-card__block-tag:before {
    left: 5.4375rem;
  }
}

.case-card__block-age {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 500px) {
  .case-card__block-age {
    font-size: 1.25rem;
    margin-left: unset;
  }
}

.case-card__block-age span {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 500px) {
  .case-card__block-age span {
    font-size: 2rem;
  }
}

.case-card__content {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 500px) {
  .case-card__content {
    margin-top: 1.25rem;
  }
}

.case-card__content-title {
  color: #C5A266;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 500px) {
  .case-card__content-title {
    font-size: 1.5rem;
  }
}

.case-card__content-text {
  color: #fff;
  font-weight: 100;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

@media screen and (min-width: 500px) {
  .case-card__content-text {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

.case-card__content-text>span {
  font-weight: bold;
  color: #EABE20;
}

@media screen and (min-width: 500px) {
  .case-card__content-text>span {
    font-size: 1.375rem;
  }
}


.case__title {
  margin: auto;
  width: 100%;
  max-width: 290px;
  max-width: 18.125rem;
  padding-top: 3rem;
}

@media screen and (min-width: 500px) {
  .case__title {
    max-width: 62.5rem;
    margin-bottom: 1.5rem;
    padding-top: none;
  }
}

.case__title img {
  margin-bottom: 2rem;
}

.case__lead {
  text-align: center;
  font-size: 0.875rem;
  color: white;
}

@media screen and (min-width: 500px) {
  .case__lead {
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }
}

.case__heading {
  width: fit-content;
  text-align: center;
  margin: auto;
  color: white;
  padding: 2rem 0 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, rgba(176, 119, 32, 1) 0%, rgba(239, 196, 31, 1) 25%, rgba(250, 249, 207, 1) 50%, rgba(239, 196, 31, 1) 75%, rgba(176, 119, 32, 1) 100%);
  ;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 110%;
}

@media screen and (min-width: 500px) {
  .case__heading {
    font-size: 2.5rem;
    background-size: 100% 7px;
  }
}

.case__heading span {
  display: inline-block;
  position: relative;
}

.case__heading>span::before {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #c3a929;
  font-size: 1.25rem;
  content: "・";
}

@media screen and (min-width: 500px) {
  .case__heading>span::before {
    top: -1.75rem;
    font-size: 1.5rem;
  }
}


.case__slide {
  margin-top: 29px;
  margin-top: 1.8125rem;
  position: relative;
}

.swiper-button-prev,
.swiper-button-prev-02 {
  background-image: url(../images/common/slide-arrow-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 100px;
}

.swiper-button-next,
.swiper-button-next-02 {
  background-image: url(../images/common/slide-arrow-next.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 100px;
}

.swiper-container {
  overflow: hidden;
}

@media screen and (min-width: 500px) {
  .case__slide {
    margin-top: 3.6875rem;
  }
}

@media screen and (min-width: 500px) {
  .case__btn {
    margin-top: 3.75rem;
  }
}

.splide__list {
  margin: auto;
}

@media screen and (min-width: 500px) {
  .splide__list {
    display: flex;
    border-top: none;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* スライドのサイズ調整 */
.splide.is-initialized:not(.is-active).splide__track.splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  gap: 3rem;
  row-gap: 60px;
  row-gap: 3.75rem;
}

.splide__slide {
  width: 100%;
  height: auto;
}

/* PC時のスタイル */
@media screen and (min-width: 500px) {
  .splide.is-initialized:not(.is-active) .splide__track .splide__list {
    display: grid;
    gap: 1.625rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.splide__track {
  margin: auto;
}

.button {
  background-color: transparent;
  /* ボタンの背景を透明にする */
  height: 32px;
  height: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 32px;
  width: 2rem;
}

/* 矢印共通のスタイル */
.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 32px;
  height: 2rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 32px;
  width: 2rem;
}

/* 前の矢印 */
.prev::before {
  background-image: url(/images/common/prev-btn.png);
}

/* 次の矢印 */
.next::before {
  background-image: url(/images/common/next-btn.png);
}

/* PC時のスタイル */
.chart {
  background: #F0F0F0;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 39px;
  padding-bottom: 2.4375rem;
}

@media screen and (min-width: 500px) {
  .chart {
    padding-top: 4.6875rem;
    padding-bottom: 4.375rem;
  }
}

.chart__inner {
  width: 100%;
  max-width: 1230px;
  max-width: 76.875rem;
  margin: auto;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  gap: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

@media screen and (min-width: 500px) {
  .chart__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.chart__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 289px;
  max-width: 18.0625rem;
  aspect-ratio: 289/222;
}

@media screen and (min-width: 500px) {
  .chart__img {
    max-width: 38.5rem;
    aspect-ratio: 616/473;
  }
}

.chart__title {
  color: #001D55;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #001D55;
  border-bottom: 0.0625rem solid #001D55;
  border-left: 8px solid #001D55;
  border-left: 0.5rem solid #001D55;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

@media screen and (min-width: 500px) {
  .chart__title {
    font-size: 1.875rem;
  }
}

.chart__title span {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 500px) {
  .chart__title span {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 500px) {
  .chart__content {
    max-width: 33.125rem;
  }
}

.chart__content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 500px) {
  .chart__content p {
    padding: 0.625rem;
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}

.choice {
  background: #E2E2E2;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 500px) {
  .choice {
    padding-top: 6.875rem;
    padding-bottom: 8.125rem;
  }
}

.choice__inner {
  position: relative;
  z-index: 5;
  width: 100%;
}

@media screen and (min-width: 500px) {
  .choice__inner {
    max-width: 67.5rem;
    margin: auto;
  }
}

.choice__img1 {
  position: absolute;
  top: 19%;
  right: 25px;
  right: 1.5625rem;
  z-index: 2;
  width: 100%;
  max-width: 272px;
  max-width: 17rem;
  aspect-ratio: 272/200;
}

@media screen and (min-width: 500px) {
  .choice__img1 {
    top: 3%;
    left: 0;
    max-width: 44.875rem;
    aspect-ratio: 718/527;
  }
}

.choice__img2 {
  position: absolute;
  z-index: 2;
  width: 100%;
}

@media screen and (min-width: 500px) {
  .choice__img2 {
    top: 45%;
    left: 3.9375rem;
    max-width: 27.5rem;
    aspect-ratio: 1/1;
  }
}

.choice__block {
  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;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (min-width: 500px) {
  .choice__block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -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;
    gap: 8.125rem;
  }
}

.choice__block-img {
  width: 100%;
  max-width: 279px;
  max-width: 17.4375rem;
}

@media screen and (min-width: 500px) {
  .choice__block-img {
    max-width: 28.5rem;
  }
}

.choice__block-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2.1333;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 500px) {
  .choice__block-text {
    font-size: 1.125rem;
    line-height: 2.222;
  }
}

.choice__list {
  padding-top: 80px;
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
}

@media screen and (min-width: 500px) {
  .choice__list {
    gap: 5.6875rem;
  }
}

.choice__item {
  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 (min-width: 500px) {
  .choice__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 500px) {
  .choice__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.choice__item-content {
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (min-width: 500px) {
  .choice__item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    max-width: 34.375rem;
  }
}

.choice__item-content h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5F5638;
  border-left: 4px solid #004C80;
  border-left: 0.25rem solid #004C80;
  padding-left: 14px;
  padding-left: 0.875rem;
}

@media screen and (min-width: 500px) {
  .choice__item-content h2 {
    font-size: 1.5rem;
    border-left: 0.5rem solid #004C80;
    padding-left: 1.25rem;
  }
}

.choice__item-content p {
  color: #565656;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 2.125;
}

@media screen and (min-width: 500px) {
  .choice__item-content p {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.choice__item-content p>span {
  color: #001D55;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 500px) {
  .choice__item-content p>span {
    font-size: 1.125rem;
  }
}

.choice__item-img {
  max-width: 100%;
}

@media screen and (min-width: 500px) {
  .choice__item-img {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.choice__item-img1 {
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 500px) {
  .choice__item-img1 {
    width: 45.833333vw;
    aspect-ratio: 660/350;
  }
}

.choice__item-img2 {
  margin-left: calc(50% - 50vw);
  width: 100%;
}

@media screen and (min-width: 500px) {
  .choice__item-img2 {
    width: 50vw;
    aspect-ratio: 660/350;
  }
}

.culture {
  background: linear-gradient(0deg, rgba(228, 229, 230, 1) 0%, rgba(184, 200, 231, 1) 100%);
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

@media screen and (min-width: 500px) {
  .culture {
    padding-top: 7.5rem;
  }
}

.culture__title .title-en {
  color: #7294BA;
}

@media screen and (min-width: 500px) {
  .culture .inner {
    padding-bottom: 6.25rem;
  }
}

.culture__subtitle {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}

@media screen and (min-width: 500px) {
  .culture__subtitle {
    margin-top: 2.5rem;
    font-size: 3.125rem;
    letter-spacing: 0.1rem;
  }
}

.culture__list {
  width: 100%;
  max-width: 1300px;
  max-width: 81.25rem;
  margin: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  gap: 0.625rem;
}

@media screen and (min-width: 500px) {
  .culture__list {
    background: linear-gradient(90deg, rgba(0, 29, 85, 1) 0%, rgba(0, 76, 128, 1) 100%);
    padding: 3.75rem 6.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
    gap: 4rem 7rem;
    border-radius: 10px;
  }
}

.culture__item {
  background: linear-gradient(90deg, rgba(0, 29, 85, 1) 0%, rgba(0, 76, 128, 1) 100%);
  position: relative;
  padding: 12px 16px 20px;
  padding: 0.75rem 1rem 1.25rem;
  color: white;
  border-radius: 6px;
}

@media screen and (min-width: 500px) {
  .culture__item {
    background: none;
    position: relative;
    padding: 12px 16px 20px;
    padding: 0.75rem 1rem 1.25rem;
    color: white;
    border-top: 1px solid white;
    border-radius: 0px;
  }
}

@media screen and (min-width: 500px) {
  .culture__item::before {
    position: absolute;
    content: '';
    width: 25%;
    top: -4px;
    left: 0;
    color: white;
    border-top: 4px solid white;
  }
}


.culture__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: end;
  gap: 10px;
  gap: 0.625rem;
}

@media screen and (min-width: 500px) {
  .culture__item-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0;
  }
}

.culture__item-number {
  font-weight: 500;
  font-family: "Lora", serif;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 500px) {
  .culture__item-number {
    font-size: 1.875rem;
  }
}

.culture__item-title {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 500px) {
  .culture__item-title {
    font-size: 2rem;
  }
}

.culture__item-content {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 500px) {
  .culture__item-content {
    margin-top: 0.8125rem;
    font-size: 1rem;

  }
}

.no-scroll {
  overflow: hidden;
}

.drawer {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(#001D55), to(#004C80));
  background: linear-gradient(left, #001D55, #004C80);
  z-index: 100;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: hidden;
}

.drawer.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}

.drawer__logo {
  display: block;
  width: 100%;
  max-width: 270px;
  max-width: 16.875rem;
  aspect-ratio: 270/21.8;
}

@media screen and (min-width: 500px) {
  .drawer__logo {
    aspect-ratio: 388/35;
  }
}

.drawer__nav {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.drawer__nav-list {
  color: #fff;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 38px;
  padding-top: 2.375rem;
}

.drawer__nav-item {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.drawer__btn {
  padding-top: 35px;
  padding-top: 2.1875rem;
}

.environment {
  position: relative;
  background: #DEDEDE;
  padding-top: 50px;
  padding-top: 3.125rem;
}

@media screen and (min-width: 500px) {
  .environment {
    padding-top: 9.125rem;
  }
}

.environment__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
  gap: 6rem;
}

@media screen and (min-width: 500px) {
  .environment__block1 {
    max-width: 36.875rem;
  }
}

.environment__title1 {
  color: #001D55;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 500px) {
  .environment__title1 {
    font-size: 2.25rem;
  }
}

.environment__text p {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.26;
  font-weight: 700;
}

@media screen and (min-width: 500px) {
  .environment__text p {
    margin-top: 3.125rem;
    font-size: 1.125rem;
    line-height: 2.2;
  }
}

.environment__text p+p {
  color: #5F5638;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 205px;
  max-width: 12.8125rem;
}

@media screen and (min-width: 500px) {
  .environment__text p+p {
    max-width: 100%;
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
}

.environment__img {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 70%;
  right: -20px;
  right: -1.25rem;
  max-width: 125px;
  max-width: 7.8125rem;
}

@media screen and (min-width: 500px) {
  .environment__img {
    top: 0;
    max-width: 23.9375rem;
    aspect-ratio: 383/560;
  }
}

.environment__img--long {
  margin-top: 40px;
  margin-top: 2.5rem;
  aspect-ratio: 375/104;
}

@media screen and (min-width: 500px) {
  .environment__img--long {
    margin-top: 5.625rem;
    aspect-ratio: 1440/400;
  }
}

.faq {
  width: 100%;
  max-width: 100%;
  margin-top: 49px;
  margin-top: 3.0625rem;
}

@media screen and (min-width: 500px) {
  .faq {
    max-width: 62.5rem;
    margin-top: 1.6875rem;
  }
}

.faq__title .title-en--large,
.campany__title .title-en--large {
  display: inline-block;
  background: linear-gradient(0deg, rgba(0, 29, 85, 1) 0%, rgba(0, 76, 128, 1) 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq__accordion {
  margin-top: 59px;
  margin-top: 3.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

@media screen and (min-width: 500px) {
  .faq__accordion {
    gap: 0.875rem;
  }
}

.faq__accordion-item {
  background: #fff;
  border-radius: 0.375rem;
  padding: 5px 28px 5px 10px;
  padding: 0.3125rem 1.75rem 0.3125rem 0.625rem;
  position: relative;
}

@media screen and (min-width: 500px) {
  .faq__accordion-item {
    padding: 0.3125rem 0 0.3125rem 0.3125rem;
    /* padding: 0.3125rem 3.75rem 0.3125rem 0.3125rem; */
  }
}

.faq__accordion-q {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  max-width: 100%;
  text-align: center;
  color: #fff;
  background: #615D4E;
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0.16rem;
}

@media screen and (min-width: 500px) {
  .faq__accordion-q {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 2rem;
  }
}

.faq__accordion-a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  max-width: 100%;
  text-align: center;
  color: #fff;
  background: #001D55;
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0.16rem;
}

@media screen and (min-width: 500px) {
  .faq__accordion-a {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 2rem;
  }
}

.faq__accordion-item:after {
  content: url(../images/common/accordion.png);
  position: absolute;
  right: 5px;
  right: 0.3125rem;
  bottom: 0;
  -webkit-transform: scale(0.35);
  transform: scale(0.35);
}

@media screen and (min-width: 500px) {
  .faq__accordion-item:after {
    right: 0.625rem;
    bottom: 0.3125rem;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.faq__accordion-item.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: inherit;
  height: inherit;
}

.faq__accordion-title {
  color: #001D55;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

@media screen and (min-width: 500px) {
  .faq__accordion-title {
    gap: 1.25rem;
  }
}

.faq__accordion-content {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 500px) {
  .faq__accordion-content {
    max-width: 54.0625rem;
  }
}

.faq__accordion-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  gap: 0.625rem;
}

@media screen and (min-width: 500px) {
  .faq__accordion-text {
    gap: 1.25rem;
  }
}

@media screen and (min-width: 500px) {
  .faq__accordion-text p {
    line-height: 2;
  }
}

.cta-sub {
  background: url(../images/common/cta-sub-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  color: #fff;
}

@media screen and (min-width: 500px) {
  .cta-sub {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}

.cta-sub__img {
  width: 100%;
  max-width: 942px;
  max-width: 58.875rem;
  margin: auto;
}


.cta-sub p {
  text-align: center;
  line-height: 2;
  margin-top: 1.5rem;
  font-size: 1rem;
}


.cta-sub p+p {
  text-align: center;
  margin: auto;
  margin-top: 1rem;
  font-weight: bold;
  line-height: 1;
  font-size: 1.25rem;
  background: linear-gradient(transparent 84%, #EE1111 16%);
  width: fit-content;
}


.cta-sub__btn {
  margin-top: 40.36px;
  margin-top: 2.5225rem;
}

@media screen and (min-width: 500px) {
  .cta-sub__btn {
    margin-top: 3.75rem;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#2C2C2C));
  background: linear-gradient(left, #000000, #2C2C2C);
}

.footer__inner {
  width: 100%;
  max-width: 100%;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .footer__inner {
    max-width: 67.5rem;
  }
}

.footer__block {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  gap: 1.875rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
}

@media screen and (min-width: 500px) {
  .footer__block {
    gap: 0;
    padding-top: 3.625rem;
    padding-bottom: 3.1875rem;
  }
}

.footer__logo {
  display: block;
  width: 100%;
  max-width: 225px;
  max-width: 14.0625rem;
  aspect-ratio: 225/30;
}

@media screen and (min-width: 500px) {
  .footer__logo {
    max-width: 20rem;
    aspect-ratio: 320/42;
  }
}

.footer__nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer__nav-item {
  height: inherit;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 500px) {
  .footer__nav-item {
    padding: 0 0.75rem;
  }
}

.footer__nav-item:hover {
  opacity: 0.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer__copyright {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  gap: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 500px) {
  .footer__copyright {
    -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;
    padding-top: 0.9375rem;
    padding-bottom: 1.125rem;
    gap: 0;
  }
}

.footer__copyright a {
  text-decoration: underline;
}

.header {
  position: fixed;
  background: #081B32;
  box-shadow: 0px 6px 15px #001733;
  width: 100%;
  max-width: 100%;
  height: 64px;
  height: 4rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  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;
  z-index: 500;
}

@media screen and (min-width: 500px) {
  .header {
    height: 5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 1260px) {
  .header {
    padding-left: 1.875rem;
    padding-right: 1.25rem;
  }
}

.header-sub {
  background-color: #081B32;
  width: 100%;
  max-width: 100%;
  height: 64px;
  height: 4rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  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;
  flex-direction: column;
  align-content: center;


}

@media screen and (min-width: 500px) {
  .header-sub {
    height: 5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 1260px) {
  .header-sub {
    padding-left: 1.875rem;
    padding-right: 1.25rem;
  }
}

.header__block {
  width: 100%;
  max-width: 100%;
  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;
}

.header__logo {
  display: block;
  width: 100%;
  max-width: 270px;
  max-width: 16.875rem;
  aspect-ratio: 270/21.8;
}

@media screen and (min-width: 500px) {
  .header__logo {
    max-width: 14.375rem;
    aspect-ratio: 388/35;
  }
}

@media screen and (min-width: 1260px) {
  .header__logo {
    max-width: 24.25rem;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 500px) {
  .header__nav-btn.red-btn {
    font-size: 0.75rem;
  }
}

.header__nav-list {
  color: #fff;
}

@media screen and (min-width: 500px) {
  .header__nav-item {
    font-size: 0.875rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

@media screen and (min-width: 1260px) {
  .header__nav-item {
    font-size: 0.875rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.header__nav-item:hover {
  opacity: 0.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header__btn span {
  display: block;
  background: #fff;
  max-width: 30px;
  max-width: 1.875rem;
  width: 100%;
  max-width: 30px;
  max-width: 1.875rem;
}

.header__hamburger {
  position: relative;
  width: 30px;
  width: 1.875rem;
  /* 例えば、幅を30から40に変更 */
  height: 12px;
  height: 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 300;
}

.header__hamburger-mark {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  /* 注釈記号を削除し、position: absolute; を有効にする */
  top: 50%;
  /* 注釈記号を削除し、中央に配置する */
  left: 50%;
  /* 注釈記号を削除し、中央に配置する */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 注釈記号を削除し、中央に配置する */
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  color: #fff;
  background: #fff;
  cursor: pointer;
}

.header__hamburger-mark:nth-child(1) {
  top: 0;
}

.header__hamburger-mark:nth-child(2) {
  top: 95%;
  bottom: 0;
}

.header__hamburger-mark:nth-child(1).open {
  rotate: -23deg;
}

.header__hamburger-mark:nth-child(2).open {
  rotate: 22deg;
}

.income {
  background: #F0F0F0;
}

@media screen and (min-width: 500px) {
  .income {
    padding-top: 4.375rem;
    padding-bottom: 6.875rem;
  }
}

.income__title .title-en {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (min-width: 500px) {
  .income__title .title-en {
    font-size: 3.75rem;
  }
}

.income__text1 {
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 500px) {
  .income__text1 {
    margin-top: 2.0625rem;
    font-size: 1.375rem;
    line-height: 1.818;
  }
}

.income__text1 span span {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.22;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 500px) {
  .income__text1 span span {
    font-size: 2.625rem;
  }
}

.income__text2 {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  width: 254px;
  width: 15.875rem;
  margin: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 500px) {
  .income__text2 {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
}

.income__text2 span {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 500px) {
  .income__text2 span {
    font-size: 1.5rem;
  }
}

.income__tab {
  width: 100%;
  max-width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 40px 25px 60px;
  padding: 2.5rem 1.5625rem 3.75rem;
}

@media screen and (min-width: 500px) {
  .income__tab {
    margin: auto;
    margin-top: 2.5rem;
    max-width: 67.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.875rem 2.5rem;
  }
}

.income__tab .tab2 {
  border-top: 1px solid #818181;
  border-top: 0.0625rem solid #818181;
  padding-top: 40px;
  padding-top: 2.5rem;
}

@media screen and (min-width: 500px) {
  .income__tab .tab2 {
    padding-left: 2.5rem;
    border-top: none;
    border-left: 0.0625rem solid #818181;
    padding-top: 0;
  }
}

.income__tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  gap: 0.625rem;
}

.income__tab-menu {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2727;
  color: #001D55;
  padding: 6px;
  padding: 0.375rem;
  border: 1px solid #001D55;
  border: 0.0625rem solid #001D55;
  border-radius: 2.1875rem;
}

@media screen and (min-width: 500px) {
  .income__tab-menu {
    font-size: 0.9375rem;
    padding: 0.5625rem;
  }
}

.tab2 .income__tab-menu {
  padding: 13px;
  padding: 0.8125rem;
}

@media screen and (min-width: 500px) {
  .tab2 .income__tab-menu {
    padding: 1.1875rem;
  }
}

.income__tab-content-group {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

@media screen and (min-width: 500px) {
  .income__tab-content-group {
    margin-top: 0.75rem;
  }
}

.income__tab-content-box {
  display: none;
  width: 100%;
  max-width: 325px;
  max-width: 20.3125rem;
}

@media screen and (min-width: 500px) {
  .income__tab-content-box {
    max-width: 28.75rem;
  }
}

.income__tab-content-box p {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #004C80;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333;
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 500px) {
  .income__tab-content-box p {
    margin-top: 0.625rem;
  }
}

.income__tab-menu.current,
.income__tab-menu.current2 {
  background: -webkit-gradient(linear, left top, right top, from(#001D55), to(#004C80));
  background: linear-gradient(left, #001D55, #004C80);
  color: #fff;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 500px) {
  .inner {
    max-width: 1130px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.interview-block {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 500px) {
  .interview-block {
    margin-top: 5.625rem;
    margin-bottom: 7.5rem;
  }
}

.interview-block__title {
  margin: auto;
  max-width: 227px;
  max-width: 14.1875rem;
}

@media screen and (min-width: 500px) {
  .interview-block__title {
    max-width: 59.0625rem;
  }
}

.interview-block-slider {
  margin-top: 29px;
  margin-top: 1.8125rem;
  position: relative;
}

@media screen and (min-width: 500px) {
  .interview-block-slider {
    margin-top: 3.6875rem;
  }
}

.interview-slide {
  color: #fff;
}

.interview-slide__card {
  width: 100%;
  max-width: 100%;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
}

.interview-slide__card-img {
  aspect-ratio: 300/172;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 500px) {
  .interview-slide__card-img {
    aspect-ratio: 380/217;
    /* max-width: 23.75rem; */
  }
}

.interview-slide__card-body {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding-bottom: 20px;
}

@media screen and (min-width: 500px) {
  .interview-slide__card-body {
    gap: 0.9375rem;
    padding-bottom: 1.125rem;
  }
}

.interview-slide__card-circle {
  width: 100%;
  max-width: 64px;
  max-width: 4rem;
}

@media screen and (min-width: 500px) {
  .interview-slide__card-circle {
    max-width: 4.875rem;
  }
}

.interview-slide__card-year {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 500px) {
  .interview-slide__card-year {
    font-size: 0.875rem;
  }
}

.interview-slide__card-year span {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 500px) {
  .interview-slide__card-year span {
    font-size: 1.25rem;
  }
}

.interview-slide__card-position {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.interview-slide__card-name {
  font-family: "Cormorant", serif;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 500px) {
  .interview-slide__card-name {
    font-size: 2rem;
  }
}

@media screen and (min-width: 500px) {
  .interview-block__btn {
    margin-top: 5rem;
  }
}

.interview {
  background: #fff;
  color: #001D55;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 500px) {
  .interview {
    padding-top: 7.4375rem;
    padding-bottom: 7.5rem;
  }
}

.interview__title .title-jp {
  margin-bottom: 2rem;
}

@media screen and (min-width: 500px) {
  .interview__title .title-jp {
    margin-bottom: 4rem;
  }
}

.interview__title .title-en {
  color: #D2D2D2;
}


.interview__title-sub {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 500px) {
  .interview__title-sub {
    font-size: 1.5rem;
  }
}

.interview__title-header {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 500px) {
  .interview__title-header {
    margin-top: 0.625rem;
    font-size: 2.625rem;
  }
}

.interview__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 500px) {
  .interview__block {
    position: relative;
    margin-top: 4.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.75rem;
  }
}

.interview__content {
  margin-top: 2.5rem;
}

@media screen and (min-width: 500px) {
  .interview__content {
    margin-top: 12rem;
  }
}

.interview__catch {
  color: #003369;
  font-weight: bold;
  font-size: 1.375rem;
  order: 1;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .interview__catch {
    color: #003369;
    font-weight: bold;
    font-size: 3rem;
    text-align: left;
  }
}

@media screen and (min-width: 500px) {
  .interview__catch {
    position: absolute;
    top: 3rem;
    left: 25px;
    line-height: 140%;
  }
}

.interview__content-meta {
  margin-top: 1rem;
}

@media screen and (min-width: 500px) {
  .interview__content-meta {
    margin-left: 3rem;
  }
}

.interview__content-article {
  margin-top: 4.5rem;
}

@media screen and (min-width: 500px) {
  .interview__content-article {
    margin-top: 0rem;
  }
}



.interview__content-position {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}

.interview__content-name {
  position: relative;
  z-index: 5;
}

.interview__content-name--jp {
  position: relative;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  z-index: 3;
}

@media screen and (min-width: 500px) {
  .interview__content-name--jp {
    font-size: 1.875rem;
  }
}

.interview__content-name--en {
  position: absolute;
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  top: 18px;
  top: 1.125rem;
  left: 20px;
  left: 1.25rem;
  color: #E2E2E2;
  z-index: 1;
}

@media screen and (min-width: 500px) {
  .interview__content-name--en {
    left: 3.5rem;
    font-size: 2rem;
  }
}

.interview__content-joining {
  margin-top: 7px;
  margin-top: 0.4375rem;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

@media screen and (min-width: 500px) {
  .interview__content-joining {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
  }
}

.interview__content-joining span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 500px) {
  .interview__content-joining span {
    font-size: 1.25rem;
  }
}

.interview__content-header {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-left: solid #004C80 4px;
  border-left: solid #004C80 0.25rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

@media screen and (min-width: 500px) {
  .interview__content-header {
    margin-top: 3rem;
    font-size: 1.5rem;
    padding-left: 1.25rem;
  }
}

.interview__catch span {
  color: white;
  background: linear-gradient(90deg, rgba(0, 29, 85, 1) 0%, rgba(0, 76, 128, 1) 100%);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.interview__content-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  color: #111;
  line-height: 180%;
}

@media screen and (min-width: 500px) {
  .interview__content-text {
    margin-top: 1.9375rem;
  }
}

.interview__content-hidden {
  display: none;
}

.interview__content-articleDescription {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 500px) {
  .interview__content-articleDescription {
    max-width: 1130px;
    padding-right: 25px;
    padding-left: 25px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 500px) {
  .interview__content-article {
    max-width: 30rem;
  }
}

.interview__btn {
  cursor: pointer;
  margin-top: 2rem;
}

@media screen and (min-width: 500px) {
  .interview__btn {
    margin-top: 2.5rem;
  }
}

.interview__img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 325/199;
}

@media screen and (min-width: 500px) {
  .interview__img {
    flex-shrink: 0;
    width: 35rem;
    aspect-ratio: 720/440;
  }
}

@media screen and (min-width: 500px) {
  .interview__img>figure {
    margin-bottom: 1.5rem;
  }
}

.youtube {
  background-color: white;
  padding-top: 2.5rem;
}

@media screen and (min-width: 500px) {
  .youtube {
    padding-top: 4.5rem;
  }
}


.youtube__title .title-en {
  color: #E31010;
  display: inline-block;
  margin: auto;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 500px) {
  .youtube__title .title-en {
    font-size: 6.25rem;
    margin-bottom: 2.5rem;
  }
}

.youtube__title img {
  width: fit-content;
}

.youtube__lead {
  background: linear-gradient(90deg, rgba(0, 29, 85, 1) 0%, rgba(0, 76, 128, 1) 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  margin-bottom: 1rem;
}

.youtube__lead>span {
  font-size: 1.5rem;
}

@media screen and (min-width: 500px) {
  .youtube__lead {
    font-size: 2rem;
    line-height: 200%;
    margin-bottom: 3.5rem;
  }

  .youtube__lead>span {
    font-size: 2.375rem;
  }
}

.youtube__body {
  padding-top: 2rem;
  padding-bottom: 2rem;

  background: linear-gradient(90deg, rgba(0, 29, 85, 1) 0%, rgba(0, 76, 128, 1) 100%);
}

@media screen and (min-width: 500px) {
  .youtube__body {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}

.ytp-gradient-top {
  display: none !important;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  gap: 3rem;
  width: calc(100% * 5);
  /* 各.video-containerの幅を考慮して調整 */
}

.carousel-inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 500px) {
  .carousel-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.carousel-item {
  flex: 0 0 calc(100% / 3);
  /* 画面に表示されるサムネイルの数に応じて調整 */
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev {
  width: 4rem;
  /* 他のスタイル */
}

.carousel-control-next {
  width: 4rem;
  /* 他のスタイル */
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.carousel-indicators ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #aaa;
  margin-right: 5px;
  cursor: pointer;
}

.carousel-indicators li.active {
  background-color: #E91111;
}


.probrem {
  position: relative;
  background: url(../images/common/probrem-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 8.25rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 500px) {
  .probrem {
    background: url(../images/common/probrem-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.prpbrem-texts {}

@media screen and (min-width: 500px) {
  .prpbrem-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    align-items: center;
  }
}

.probrem-text {
  text-align: center;
  padding: 0.3125rem;
  width: fit-content;
  margin: auto;
  margin-bottom: 0.5rem;
  background: url(../images/common/probrem-text-bg.png);
  color: #001D55;
  font-weight: bold;
  font-size: 0.8125rem;
  box-shadow: 3px 5px 3px 0px #000000;
}

@media screen and (min-width: 500px) {
  .probrem-text {
    padding-left: 2.5rem;
    padding-right: 0rem;
    font-size: 2rem;
  }
}

.probrem-text em {
  font-size: 1.25rem;
  font-family: sans-serif;
}

@media screen and (min-width: 500px) {
  .probrem-text em {
    font-size: 3.5rem;
  }
}

.probrem img {
  max-width: 11rem;
}

@media screen and (min-width: 500px) {
  .probrem img {
    max-width: 22rem;
  }
}

.probrem img:first-of-type {
  position: absolute;
  top: 5.5rem;
  left: 2rem;
}

@media screen and (min-width: 500px) {
  .probrem img:first-of-type {
    top: 6rem;
    left: 10rem;
  }
}

.probrem img:nth-of-type(2) {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 500px) {
  .probrem img:nth-of-type(2) {
    top: 5rem;
  }
}

.probrem img:nth-of-type(3) {
  position: absolute;
  top: 5.75rem;
  right: 0rem;
}

@media screen and (min-width: 500px) {
  .probrem img:nth-of-type(3) {
    top: 6rem;
    right: 5rem;
  }
}

.probrem img:nth-of-type(4) {
  position: absolute;
  max-width: 2.5rem;
  left: 0.8125rem;
  top: 56%;
  transform: translateY(-50%);
}

@media screen and (min-width: 500px) {
  .probrem img:nth-of-type(4) {
    position: absolute;
    max-width: 5rem;
    top: 50%;
    left: 15rem;
    transform: translateY(-50%);
  }
}

.probrem img:nth-of-type(5) {
  position: absolute;
  max-width: 2.5rem;
  right: 0.25rem;
  top: 52%;
  transform: translateY(-50%);
}

@media screen and (min-width: 500px) {
  .probrem img:nth-of-type(5) {
    max-width: 5rem;
    right: 14rem;
    top: 40%;
    transform: translateY(-50%);
  }
}

.probrem img:nth-of-type(6) {
  position: absolute;
  bottom: 4rem;
  left: 0.5rem;
}

@media screen and (min-width: 500px) {
  .probrem img:nth-of-type(6) {
    bottom: 6rem;
    left: 20rem;
  }
}

.probrem img:nth-of-type(7) {
  position: absolute;
  bottom: 3.5rem;
  right: 0.5rem;
}

@media screen and (min-width: 500px) {
  .probrem img:nth-of-type(7) {
    bottom: 7rem;
    right: 21rem;
  }
}


.merit {
  background-color: #F2F2F2;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.merit_lead {
  color: #001D55;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 4rem;
  text-align: center;
}

.merit_lead em {
  background: linear-gradient(99deg, rgba(0, 29, 85, 1) 0%, rgba(0, 76, 128, 1) 100%);
  color: #fff;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
  padding-left: 1rem;
  width: fit-content;
}

.merit_lead span {
  display: inline-block;
  position: relative;
}

.merit_lead span::before {
  aspect-ratio: 1 / 1;
  background-color: #001D55;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0rem;
  transform: translateX(-50%);
  width: 0.3rem;
}

.merit_lead b {
  font-size: 2.25rem;
  position: relative;
}

.merit_lead strong {
  font-size: 3.5rem;
}

.merit_lead strong::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1px;
  background: #001D55;
}

.merit_lead strong::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: #001D55;
}


.merit__list {
  padding-top: 24px;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
  gap: 4rem;
}



.merit__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 30px;
  gap: 1.875rem;
}

@media screen and (min-width: 500px) {
  .merit__item {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
  }
}

@media screen and (min-width: 500px) {
  .merit__itemWrapper:nth-child(even) .merit__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row-reverse;
  }

  .merit__itemWrapper:nth-child(even) .merit__item-num {
    left: unset;
    right: -130%;
  }
}


.merit__item-meta {
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
}

.merit__item-title {
  background-color: #001D55;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  gap: 15px;
  gap: 0.9375rem;
  line-height: 1.8;
}

/* .merit__item-title img {
  position: absolute;
  max-width: 5.25rem;
  top: 0;
  right: 0;
} */

.merit__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1rem;
}


.merit__item-text span {
  color: #001D55;
  font-weight: 900;
  font-size: 1.25rem;
}


.merit__item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 2rem;
  max-width: 28rem;
  position: relative;
  width: 100%;
}

.merit__item-num {
  position: absolute;
  max-width: 8rem;
  top: 1rem;
  left: -9rem;
  z-index: 0;
}



.merit__supplement {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.merit__supplement_img {
  display: block;
}

.supplement__wrapper {
  background: linear-gradient(90deg, rgba(17, 17, 17, 1) 0%, rgba(44, 44, 44, 1) 100%);
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  padding: 3.5rem 1.75rem;
}

.supplement__item {
  color: #fff;
  padding: 1rem 0.75rem 1.5rem;
  width: 100%;
}


.supplement__item figure {
  width: 100%;
}

.supplement__item figure>img {
  width: 100%;
}


.supplement__item-title {
  position: relative;
  display: -webkit-inline-box;
  gap: 1rem;
}

.supplement__item-title>img {
  max-width: 5.5rem;
}


.supplement__item-title h5 {
  background-color: #6F0909;
  color: #fff;
  display: inline;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 160%;
}


.supplement__item:nth-child(2) .supplement__item-title h5 {
  background-color: #001D55;
}

.supplement__item .merit__item-text {
  line-height: 180%;
  font-size: 0.875rem;
}



.supplement__item .marker-all {
  font-size: 1.125rem;
  color: #6F0909;
}


.supplement__item:nth-child(2) .marker-all {
  color: #001D55;
}


.title {
  text-align: center;
  position: relative;
}

.title-en {
  color: #68799a;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Cormorant", serif;
  font-style: italic;
}


.title-jp {
  width: 100%;
  margin-top: -1.5rem;
  font-size: 18px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111111;
  letter-spacing: 0.05em;
}


.merit__itemWrapper:nth-of-type(3) .title-jp {
  font-size: 3rem;
}

.merit__itemWrapper:nth-of-type(2) .title-jp,
.merit__itemWrapper:nth-of-type(4) .title-jp {
  font-size: 1.25rem;
}

.merit__itemWrapper:nth-of-type(4) .title-jp {
  text-align: center;
}


.merit__itemWrapper:nth-of-type(2) .title-jp {
  margin-top: -1.75rem;
}

.merit__itemWrapper:nth-of-type(2) .title-jp,
.merit__itemWrapper:nth-of-type(4) .title-jp {
  font-size: 1.875rem;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .title__img {
    max-width: 2rem;
    width: 100%;
    margin-top: 1.875rem;
  }
}

.title__img img {
  aspect-ratio: 1/1;
}

.top {
  padding-top: 4rem;
}

@media screen and (min-width: 500px) {
  .top {
    padding-top: 5rem;
  }
}

.top__scroll {
  position: absolute;
  display: flex;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  gap: 0.625rem;
}

@media screen and (min-width: 500px) {
  .top__scroll {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    margin: auto;
    background-color: #fff;
    color: #001D55;
  }
}



.top__scroll-btn {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  border: 1px solid #ffffff;
  border: 0.0625rem solid #ffffff;
  background: none;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}

@media screen and (min-width: 500px) {
  .top__scroll-btn {
    border: 1px solid #001D55;
    border: 0.0625rem solid #001D55;
    background: linear-gradient(90deg, rgba(0, 29, 85, 1) 0%, rgba(0, 76, 128, 1) 100%);
  }
}

.top__scroll-btn:before {
  content: "";
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  left: 8.3px;
  left: 0.51875rem;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-left: 1px solid #fff;
  border-left: 0.0625rem solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top__scroll p {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-family: "Cormorant", serif;
  letter-spacing: 0.4em;
}

@media screen and (min-width: 500px) {
  .top__scroll p {
    color: #001D55;
  }
}

.top__btn-sp {
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@keyframes down {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  20% {
    -webkit-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
  }

  40% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  20% {
    -webkit-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
  }

  40% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.top__img {
  position: relative;
}

@media screen and (min-width: 500px) {
  .top__img {
    padding-top: 0;
  }
}

.top__text {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 50px;
  margin-top: 3.125rem;
  line-height: 2.5;
  color: #fff;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 500px) {
  .top__text {
    max-width: 81.25rem;
    margin-top: 0;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin: auto;
    font-size: 1.25rem;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}

.top__text p+p {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
}

@media screen and (min-width: 500px) {
  .top__text p+p {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}

.top__text p+p>span {
  font-size: 36px;
  font-size: 2.25rem;
}

.top__block {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 500px) {
  .top__block {
    margin-top: 3.125rem;
  }
}

.top__block-img {
  width: 100%;
  margin: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 500px) {
  .top__block-img {
    margin-bottom: 5.25rem;
  }
}

.top__block-img1 {
  margin: auto;
}

@media screen and (min-width: 500px) {
  .top__block-img1 {
    max-width: 52.25rem;
  }
}

.top__block-header {
  color: #fff;
  background: #6D1616;
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 500px) {
  .top__block-header {
    margin-top: 5.25rem;
    margin-bottom: 1.375rem;
    font-size: 2.25rem;
    padding: 0.375rem 0.3125rem 0.625rem;
  }
}

@media screen and (min-width: 500px) {
  .top__block-img h3+picture {
    margin-top: 1.375rem;
  }
}

.top__title .title-en {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (min-width: 500px) {
  .top__title .title-en {
    font-size: 6.25rem;
  }
}




::-webkit-input-placeholder {
  color: #D0D0D0;
}

::-moz-placeholder {
  color: #D0D0D0;
}

::-ms-input-placeholder {
  color: #D0D0D0;
}

::placeholder {
  color: #D0D0D0;
}

.contact__form-radio {
  margin-top: 24px;
  margin-top: 1.5rem;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 11px;
  gap: 0.6875rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 500px) {
  .contact__form-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1.875rem;
  }
}

.contact__form-radioBlock {
  width: 100%;
  max-width: 700px;
  max-width: 43.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__form-radioBlock input {
  margin: 0;
  width: 24px;
  width: 1.5rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
}

.contact__form-radioBlock span {
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}

@media screen and (min-width: 500px) {
  .contact__form-radioBlock span {
    margin-left: 0.625rem;
    margin-right: 3.125rem;
  }
}

.contact__form-btn input[type=submit] {
  position: relative;
  display: block;
  color: #fff;
  background: linear-gradient(90deg, rgba(210, 6, 6, 1) 0%, rgba(238, 13, 13, 1) 48%, rgba(191, 1, 1, 1) 100%);
  padding: 13px;
  padding: 0.8125rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 100%;
  margin: auto;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 30px;
  box-shadow: 0px 5px 0px 0px #800101;
}

@media screen and (min-width: 500px) {
  .contact__form-btn input[type=submit] {
    max-width: 25rem;
    padding: 1.125rem;
    font-size: 1.25rem;
  }
}

.contact__form-btn {
  position: relative;
}

.contact__form-btn:after {
  content: url(../images/common/btn-img.svg);
  aspect-ratio: 20/15;
  position: absolute;
  top: 30%;
  left: 80%;
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

@media screen and (min-width: 500px) {
  .contact__form-btn:after {
    top: 33%;
    left: 65%;
  }
}

.contact__form-textarea {
  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: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 500px) {
  .contact__form-textarea {
    margin-top: 1.875rem;
    gap: 0;
    -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;
  }
}

.contact__form-textarea textarea {
  font-family: "Noto Sans JP", sans-serif;
  background: #F1F5F4;
  width: 100%;
  max-width: 700px;
  max-width: 43.75rem;
  padding: 13px 10px;
  padding: 0.8125rem 0.625rem;
  min-height: 240px;
  min-height: 15rem;
}

@media screen and (min-width: 500px) {
  .contact__form-textarea textarea {
    padding: 1.875rem;
    min-height: 15.625rem;
  }
}

.contact__form-privacy {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #404040;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 20px;
  padding: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 500px) {
  .contact__form-privacy {
    margin-top: 2.8125rem;
    padding: 1.875rem;
  }
}

.contact__form-btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 500px) {
  .contact__form-btn {
    margin-top: 3.75rem;
  }
}

.thanks__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thanks {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

@media screen and (min-width: 500px) {
  .thanks {
    margin-top: 5.375rem;
    margin-bottom: 8.125rem;
  }
}

.thanks__img {
  width: 100%;
  max-width: 64px;
  max-width: 4rem;
  aspect-ratio: 64/68;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .thanks__img {
    aspect-ratio: 83/90;
  }
}

.title__img.thanks__img2 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.thanks__content {
  margin-top: 31px;
  margin-top: 1.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.75;
}

@media screen and (min-width: 500px) {
  .thanks__content {
    margin-top: 3.10625rem;
    text-align: center;
    font-size: 1rem;
  }
}

.thanks__btn {
  margin-top: 59px;
  margin-top: 3.6875rem;
}

@media screen and (min-width: 500px) {
  .thanks__btn {
    margin-top: 3.75rem;
  }
}

.thanks__footer {
  margin-top: auto;
}


input[type="email"]:invalid:after {
  content: "メールアドレスの形式が正しくありません";
}

.form {
  background: url(../images/common/form_bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.form_lead {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.form_lead em {
  background: linear-gradient(99deg, rgba(190, 176, 128, 1) 0%, rgba(165, 139, 47, 1) 48%, rgba(245, 219, 175, 1) 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.form_lead span {
  position: relative;
}

.form_lead span::before {
  content: url(../images/common/underline-red.png);
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 32%;
  width: 0;
  z-index: -1;
}

.form_lead strong {
  position: relative;
}

.form_lead strong::before {
  content: url(../images/common/underline-blue.png);
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 32%;
  width: 0;
  z-index: -1;
}


.form_lead p {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}

.form_lead strong {
  font-size: 2.5rem;
}



/* 全体のフォームセクション */

.inner--form {
  max-width: 52.5rem;
  margin: 0 auto;
}

.form__group {
  margin-bottom: 2.5rem;
  /* 20px */
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;

}

/* 必須ラベルのスタイル */
.form__group--required .form__label::before {
  content: "必須 ";
  color: white;
  background-color: red;
  margin-right: 0.3125rem;
  /* 5px */
}

/* 任意ラベルのスタイル */
.form__group--optional .form__label::before {
  content: "任意 ";
  color: white;
  background-color: black;
  padding: 0 0.3125rem;
  /* 5px */
  margin-right: 0.3125rem;
  /* 5px */
}

.form__label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.625rem;
  /* 10px */
  color: white;
  font-size: 1rem;
  /* 18px */
}

/* テキスト入力フィールド */
.form__input {
  padding: 0.625rem;
  /* 10px */
  border: 0.0625rem solid #ccc;
  /* 1px */
  font-size: 1rem;
  /* 16px */
  border-radius: 0.3125rem;
  /* 5px */
}

/* テキストエリアのスタイル */
.form__textarea {
  height: 7.5rem;
  /* 120px */
  resize: vertical;
}

/* プレースホルダーのスタイル */
.form__input::placeholder,
.form__textarea::placeholder {
  color: #ccc;
}

/* フォームのスタイルに調和するための追加設定 */
.form__input,
.form__textarea {
  width: 100%;
  background-color: #fff;
}

.contact__form-select{
  display: flex;
  gap: 15px;
}

.form__select{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: max-content;
  gap: 0.625rem;
  padding: 0.625rem;
  border: 0.0625rem solid #ccc;
  font-size: 1rem;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  color: #333333;
}

.form__group--checkbox {
  margin: auto;
  text-align: center;
  display: block;
}

form .red-btn {
  display: block;
  margin: auto;
  margin-top: 0.5rem;
  padding: 1rem 2rem;
}

form .red-btn::after {
  display: none;
}

.thanks-ttl {
  color: #fff;
}

@media screen and (max-width: 769px) {

  .u-mobile {
    display: none;
  }

  .u-desktop {
    display: block;
  }

  .header {
    position: unset;
  }

  .header__block {
    max-width: fit-content;
  }

  .top {
    padding-top: unset;
  }

  .top__btn {
    position: absolute;
    left: 30%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }

  .top__btn .red-btn {
    display: inline-flex;
    font-size: 1.25rem;
    padding-left: 1.5rem;
    align-items: center;
    width: 30%;
  }

  .top__btn .red-btn:after {
    transform: scale(0.5);
    right: 8px;
    top: 25%;
    width: 2rem;
  }

  .stockOption {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .so_mainCopy strong {
    font-size: 2.125rem;
  }

  .so_mainCopy::before {
    transform: scale(0.25);
    left: -15px;
    top: -250px;
  }

  .so_mainCopy span {
    font-size: 3rem;
    width: 4.5rem;
  }

  .so_mainCopy {
    font-size: 1.25rem;
    margin-bottom: 3rem;
  }

  .so_mainCopy em {
    font-size: 2rem;
  }

  .so_mainCopy em:first-of-type::before {
    transform: scale(0.3);
    top: 38%;
  }

  .so_mainCopy em:last-of-type::before {
    transform: scale(0.4);
    top: 38%;
  }

  .so_comparison {
    flex-direction: column;
  }

  .so_example {
    border-radius: 10px;
  }

  .so_example_ttl {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .so_example_items {
    flex-direction: column;
    gap: 1.5rem;
  }

  .so_arrow {
    max-width: 6.25rem;
  }

  .price×SO {
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }

  .price×SO img {
    margin-bottom: 1.5rem;
  }

  .so_closing {
    font-size: 1.375rem;
    margin-bottom: 3.125rem;
  }

  .so_closing strong {
    font-size: 2rem;
  }

  .so_closing span::before {
    top: -0.125rem;
    width: 0.25rem;
  }

  .cta_microCopy {
    font-size: 0.9375rem;
  }

  .cta_microCopy span {
    font-size: 1rem;
  }

  .cta-btn {
    font-size: 1.25rem;
  }

  .cta-btn:after {
    content: url(../images/common/btn-img.svg);
    position: absolute;
    transform: scale(1);
    right: 22px;
    top: 30%;
    width: 2rem;
  }

  .merit {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .merit_lead {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }

  .merit_lead b {
    display: inline;
  }

  .merit_lead strong {
    position: relative;
  }

  .merit__item-title {
    font-size: 1.25rem;
    padding: 2px;
    position: relative;
    z-index: 1;
  }

  .merit__item-text span {
    font-size: 1rem;
  }

  .merit__item-meta {
    position: relative;
    margin-bottom: 1rem;
  }

  .title-en {
    font-size: 1.5rem;
  }

  .title-jp {
    font-size: 1.5rem;
    margin-top: -0.5rem;

  }

  .merit__supplement {
    gap: 0.5rem;
  }

  .merit__itemWrapper:nth-of-type(2) .title-jp,
  .merit__itemWrapper:nth-of-type(4) .title-jp {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 0rem;
  }

  .merit__itemWrapper:nth-of-type(3) .title-jp {
    font-size: 1.875rem;
  }

  .merit__item-num {
    position: absolute;
    top: 0rem;
    left: unset;
    max-width: 7rem;
    right: 0em;
    z-index: -1;
  }

  .supplement__wrapper {
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .supplement__item-title {
    border-left: 2px solid #6F0909;
    display: block;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
  }

  .supplement__item:last-of-type .supplement__item-title {
    border-left: 2px solid #001D55;
  }


  .supplement__item-title h5 {
    font-size: 1.25rem;
  }

  .supplement__item {
    padding: 0;
  }

  .supplement__item .marker-all {
    font-size: 1rem;
  }

  .form {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .inner--form {
    max-width: 42.3125rem;
  }

  .form_lead {
    font-size: 1.5rem;
  }

  .form_lead span::before {
    transform: scale(0.35);
  }

  form {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 499px) {
  .top__btn{
    left: 50%;
    width: 100%;
  }
  .top__btn .red-btn{
    width: 80%;
  }
  .inner--form{
    max-width: 22.3125rem;
  }
}