@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

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

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media (min-width: 1060px) {
  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 */
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%;
}

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

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .swiper-wrapper {
    margin-top: 3.4375rem;
  }
}

.swiper-slide {
  position: relative;
  aspect-ratio: 278/383;
}
@media screen and (min-width: 1700px) {
  .swiper-slide {
    max-width: 20.3125rem;
  }
}

.swiper-slideInner {
  aspect-ratio: 278/360;
  width: 100%;
  overflow: hidden;
  border-radius: 150px 150px 0 0;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 550px) {
  .swiper-slideInner {
    border-radius: 250px 250px 0 0;
  }
}

.swiper_img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 40% 20%;
     object-position: 40% 20%;
}

.swiper_logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 36.8vw;
}
@media screen and (min-width: 768px) {
  .swiper_logo {
    width: 10.3125rem;
  }
}

.swiper-menuName {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
  background-color: #fff;
  padding: 0 18px;
  padding: 0 1.125rem;
  border-radius: 20px;
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #464646;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .swiper-menuName {
    font-size: 1.2445095168vw;
    line-height: 1.4705882353;
  }
}
@media screen and (min-width: 1440px) {
  .swiper-menuName {
    font-size: 1.0625rem;
  }
}

.swiper-area {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.swiper-button-prev {
  left: 10%;
}

.swiper-button-next {
  right: 10% !important;
}

.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

.custom-swiper-nav {
  position: absolute;
  top: 58%;
  width: 14.1333333333vw;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .custom-swiper-nav {
    width: 4.39238653vw;
  }
}
@media screen and (min-width: 1440px) {
  .custom-swiper-nav {
    width: 3.75rem;
  }
}

.custom-prev,
.custom-next {
  pointer-events: all;
  cursor: pointer;
}

.custom-prev {
  left: 8%;
}

.custom-next {
  right: 8%;
}

.custom-prev img,
.custom-next img {
  width: 100%;
  height: auto;
}

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

@media screen and (min-width: 768px) {
  #about {
    margin-top: 7.5rem;
  }
}

.about__main {
  background-color: #F5F2ED;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about__main {
    border-radius: 50px 50px 0 0;
    padding-top: 6rem;
  }
}

.about__spBg-wrap {
  width: 100vw;
  overflow: hidden;
}

.about__spBg {
  width: 140%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -87%;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .about__spBg {
    display: none;
  }
}

.about__title {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 400;
  line-height: 1.2121212121;
  letter-spacing: 0.035em;
  color: #005BAB;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 4.375rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

.about__caption {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.4736842105;
  color: #464646;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about__caption {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-top: 2.5rem;
  }
}

.about__materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__materials {
    margin-top: 3.5rem;
  }
}

.about_material {
  width: 44.6153846154%;
}
@media screen and (min-width: 768px) {
  .about_material {
    width: 40.0390625vw;
    max-width: 25.625rem;
  }
}

.about__materialsArrow {
  width: 7.0769230769%;
  padding-top: 44%;
}
@media screen and (min-width: 420px) {
  .about__materialsArrow {
    padding-top: 38%;
  }
}
@media screen and (min-width: 768px) {
  .about__materialsArrow {
    padding-top: 36%;
  }
}
@media screen and (min-width: 768px) {
  .about__materialsArrow {
    width: 3.61328125vw;
    max-width: 2.3125rem;
    padding-top: 25%;
  }
}

.about_materialTitle {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: #464646;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about_materialTitle {
    font-size: 2.125rem;
    line-height: 1.2058823529;
  }
}

.about_materialTitle span {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.1666666667;
  color: #005BAB;
  text-align: center;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .about_materialTitle span {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0.25rem;
  }
}

.about_materialImg {
  aspect-ratio: 144/187;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 7.5px;
  margin-top: 0.46875rem;
}
@media screen and (min-width: 768px) {
  .about_materialImg {
    aspect-ratio: 410/294;
    margin-top: 0.8125rem;
  }
}

.about_materialImg img {
  position: absolute;
  height: 110%;
  width: auto;
  max-width: none;
  top: -7%;
  right: -35%;
}
@media screen and (min-width: 768px) {
  .about_materialImg img {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
  }
}

.about_materialFeatures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .about_materialFeatures {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.8125rem;
    margin-top: 1.375rem;
  }
}

.about_materialFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_materialFeatureHeading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  place-content: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px;
  padding: 0.25rem;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.2142857143;
  color: #464646;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .about_materialFeatureHeading {
    font-size: 0.9375rem;
    line-height: 1.1333333333;
  }
}

.about_materialFeatureContents {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: -0.03em;
  color: #464646;
  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;
  height: 100%;
}
@media screen and (min-width: 375px) {
  .about_materialFeatureContents {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about_materialFeatureContents {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    letter-spacing: 0.009em;
  }
}

.about__introducing {
  width: 48.5333333333vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .about__introducing {
    width: 16.6875rem;
    margin-top: 2.6875rem;
  }
}

.about__mainImg {
  position: relative;
  width: 138%;
  left: 50%;
  -webkit-transform: translateX(-47%);
          transform: translateX(-47%);
}
@media screen and (min-width: 768px) {
  .about__mainImg {
    width: 75.7686676428vw;
    max-width: 64.6875rem;
  }
}

.about__sub {
  text-align: center;
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .about__sub {
    margin-top: 1.375rem;
  }
}

.about__subHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .about__subHeader {
    gap: 0.9375rem;
  }
}

.about__subHeader p {
  background-color: #fff;
  border-radius: 5.3333333333vw;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: -0.03em;
  color: #005BAB;
  padding: 1px 4px 2px 19px;
  padding: 0.0625rem 0.25rem 0.125rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .about__subHeader p {
    font-size: 2.125rem;
    line-height: 1.8823529412;
    border-radius: 40px;
    padding: 0.125rem 0.25rem 0.125rem 1.6875rem;
  }
}

.about__subMain {
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.25;
  color: #005BAB;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about__subMain {
    font-size: 3.5rem;
    line-height: 1.1428571429;
  }
}

.about__subCaption {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: -0.03em;
  color: #464646;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .about__subCaption {
    font-size: 1.625rem;
    line-height: 1.6153846154;
    margin-top: 1.875rem;
  }
}

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

.footer__inner {
  width: 100vw;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    border-radius: 75px 75px 0 0;
  }
}

.footer__top {
  position: relative;
}

.footer__mv {
  width: 140%;
  -webkit-transform: translate(-8%, -15%);
          transform: translate(-8%, -15%);
}
@media screen and (min-width: 768px) {
  .footer__mv {
    width: 100%;
    -webkit-transform: translate(0%, -15%);
            transform: translate(0%, -15%);
  }
}

.footer__snsBox {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 86.6666666667%;
  background-color: rgba(255, 255, 255, .85);
  border-radius: 20px;
  text-align: center;
  padding: 8.5333333333% 0 8%;
}
@media screen and (min-width: 768px) {
  .footer__snsBox {
    width: 43.9238653001%;
    max-width: 37.5rem;
    padding: 3.8799414348% 0 3.8067349927%;
  }
}
@media screen and (min-width: 1440px) {
  .footer__snsBox {
    padding-top: 3.3125rem 0 3.25rem;
  }
}

.footer__snsTitle {
  font-family: "Jost", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 400;
  line-height: 1.1875;
  color: #005BAB;
}
@media screen and (min-width: 768px) {
  .footer__snsTitle {
    font-size: 3.8799414348vw;
    line-height: 1.2075471698;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1440px) {
  .footer__snsTitle {
    font-size: 3.3125rem;
  }
}

.footer__snsCaption {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5625;
  color: #005BAB;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .footer__snsCaption {
    font-size: 1.756954612vw;
    line-height: 1.875;
    margin-top: 2.0497803807vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__snsCaption {
    font-size: 1.5rem;
    margin-top: 1.75rem;
  }
}

.footer__snsBtn {
  background-color: #00A7EB;
  display: inline-block;
  border-radius: 30px;
  padding: 4vw 12vw 4.8vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .footer__snsBtn {
    padding: 1.2445095168vw 5.4172767204vw 1.3909224012vw;
    margin-top: 2.7818448023vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__snsBtn {
    padding: 1.0625rem 4.625rem 1.1875rem;
    margin-top: 2.375rem;
  }
}

.footer__snsBtn img {
  width: 36vw;
}
@media screen and (min-width: 768px) {
  .footer__snsBtn img {
    width: 13.2503660322vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__snsBtn img {
    width: 11.3125rem;
  }
}

.footer__bgTop {
  width: 180%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer__bgTop img {
  width: 179%;
}
@media screen and (min-width: 768px) {
  .footer__bgTop img {
    width: 100%;
  }
}

.footer__contents {
  position: relative;
  margin-top: -53%;
  overflow: hidden;
  margin-bottom: -35%;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    margin-top: -64%;
    margin-bottom: -100%;
  }
}

.footer__contentsMain {
  margin-top: -45%;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .footer__contentsMain {
    top: 38%;
  }
}

.footer__contentsLogo {
  display: block;
  width: 47.7333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__contentsLogo {
    width: 17.2767203514vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__contentsLogo {
    width: 14.75rem;
  }
}

.footer__contentsSdgs {
  width: 58.1333333333vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10.4vw;
}
@media screen and (min-width: 768px) {
  .footer__contentsSdgs {
    width: 20.2049780381vw;
    margin-top: 3.1478770132vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__contentsSdgs {
    width: 17.25rem;
    margin-top: 2.6875rem;
  }
}

.footer__links {
  width: 63.2vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 13.3333333333vw;
  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;
}
@media screen and (min-width: 768px) {
  .footer__links {
    width: 19.9853587116vw;
    margin-top: 4.831625183vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__links {
    width: 17.0625rem;
    margin-top: 4.125rem;
  }
}

.footer__linkText {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: -0.03em;
  color: #005BAB;
}
@media screen and (min-width: 768px) {
  .footer__linkText {
    font-size: 1.317715959vw;
    line-height: 1.4444444444;
  }
}
@media screen and (min-width: 1440px) {
  .footer__linkText {
    font-size: 1.125rem;
  }
}

.footer__linkImg {
  width: 23px;
  width: 1.4375rem;
}

.footer__rightsWrap {
  text-align: center;
  margin-top: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .footer__rightsWrap {
    margin-top: 7.467057101vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__rightsWrap {
    margin-top: 6.375rem;
  }
}

.footer__rights {
  font-size: 2.6666666667vw;
  font-weight: 400;
  line-height: 2;
  color: rgba(70, 70, 70, .5);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer__rights {
    font-size: 0.8052708638vw;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1440px) {
  .footer__rights {
    font-size: 0.6875rem;
  }
}

.fv__image-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  aspect-ratio: 375/515;
  max-height: 100vh;
}
@media screen and (min-width: 768px) {
  .fv__image-wrapper {
    height: 52.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .fv__image-wrapper {
    height: 53.75rem;
  }
}

.fv__image-wrapper img {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
}
@media screen and (min-width: 768px) {
  .fv__image-wrapper img {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__image-wrapper img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1100px) {
  .fv__image-wrapper img {
    height: 100%;
    width: 100％;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1300px) {
  .fv__image-wrapper img {
    height: auto;
    width: 100vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* 下辺にSVG的な白いカーブをかぶせる */
.fv__curve {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  height: 55px;
  height: 3.4375rem;
  background: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8, <svg viewBox="0 0 1440 150" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0,0 C400,150 1040,150 1440,0 L1440,150 L0,150 Z" fill="black"/> </svg>');
          mask-image: url('data:image/svg+xml;utf8, <svg viewBox="0 0 1440 150" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0,0 C400,150 1040,150 1440,0 L1440,150 L0,150 Z" fill="black"/> </svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (min-width: 768px) {
  .fv__curve {
    height: 5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .fv__curve {
    height: 8.75rem;
  }
}
@media screen and (min-width: 1700px) {
  .fv__curve {
    height: 13.125rem;
  }
}

#fv {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.fv__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv__circle {
  width: 54.6666666667vw;
  max-width: 205px;
  max-width: 12.8125rem;
  position: absolute;
  top: 19.4174757282%;
  left: 6.6666666667vw;
}
@media screen and (min-width: 550px) {
  .fv__circle {
    top: 33.5922330097%;
  }
}
@media screen and (min-width: 768px) {
  .fv__circle {
    width: 25.9150805271vw;
    max-width: 22.125rem;
    top: 20.9523809524%;
    left: 10.980966325vw;
  }
}

.fv__contents {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .fv__contents {
    margin-top: 3.125rem;
  }
}

.fv__contentsMain {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #005BAB;
}
@media screen and (min-width: 768px) {
  .fv__contentsMain {
    font-size: 2.625rem;
    line-height: 1.5952380952;
  }
}

.fv__contentsMain span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
@media screen and (min-width: 768px) {
  .fv__contentsMain span {
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

.fv__contentsSub {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.7368421053;
  color: #464646;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .fv__contentsSub {
    font-size: 1.5rem;
    line-height: 2.2083333333;
    margin-top: 2.125rem;
  }
}

#news {
  background-color: #EFF6FC;
  border-radius: 20px 20px 0 0;
}

.news__inner {
  padding: 47px 15px 80px;
  padding: 2.9375rem 0.9375rem 5rem;
}

.news__titleBox {
  text-align: center;
}

.news__title {
  font-family: "Jost", sans-serif;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 400;
  line-height: 1.2121212121;
  letter-spacing: 0.035em;
  color: #005BAB;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 3.75rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

.news__titleSub {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  color: #464646;
}
@media screen and (min-width: 768px) {
  .news__titleSub {
    font-size: 1.875rem;
    line-height: 1.6666666667;
    letter-spacing: -0.03em;
  }
}

.news__mainWrap {
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news__mainWrap {
    max-width: 79.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.news__main {
  background-color: #fff;
  margin-top: 8.5333333333vw;
  border-radius: 20px;
  padding: 8vw 8vw 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__main {
    margin-top: 4.1875rem;
    max-width: 79.25rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    padding: 3.7335285505vw 9.224011713vw 4.0995607613vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__main {
    padding: 3.1875rem 7.875rem 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .news__mainTitle {
    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;
    max-width: 55.625rem;
    margin-right: auto;
    margin-left: auto;
    gap: 1.125rem;
  }
}

.news__mainLogo {
  width: 50.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .news__mainLogo {
    width: 39.5591647332%;
    max-width: 21.3125rem;
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.news__mainCaption {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #005BAB;
  text-align: center;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .news__mainCaption {
    font-size: 2.196193265vw;
    line-height: 1.6666666667;
    letter-spacing: 0;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__mainCaption {
    font-size: 1.875rem;
  }
}

.news__mainCaption span {
  font-size: 2.6666666667vw;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .news__mainCaption span {
    font-size: 1.0980966325vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__mainCaption span {
    font-size: 0.9375rem;
  }
}

.news__mainCards {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .news__mainCards {
    margin-top: 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.2459736457vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__mainCards {
    gap: 3.625rem;
  }
}

.news__mainCard {
  margin-top: 8.2666666667vw;
}
@media screen and (min-width: 768px) {
  .news__mainCard {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.news__nainCardContent {
  font-size: 4.5333333333vw;
  font-weight: 400;
  line-height: 1.5294117647;
  letter-spacing: -0.03em;
  color: #464646;
  margin-top: 5.6vw;
}
@media screen and (min-width: 768px) {
  .news__nainCardContent {
    font-size: 1.4641288433vw;
    line-height: 1.5;
    margin-top: 0.6875rem;
  }
}
@media screen and (min-width: 1440px) {
  .news__nainCardContent {
    font-size: 1.25rem;
  }
}

.news__nainCardContent span {
  font-size: 2.6666666667vw;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .news__nainCardContent span {
    font-size: 1.0980966325vw;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@media screen and (min-width: 1440px) {
  .news__nainCardContent span {
    font-size: 0.9375rem;
  }
}

.news__cautionary {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
  opacity: 0.5;
  margin-top: 6.6666666667vw;
  color: #464646;
}
@media screen and (min-width: 768px) {
  .news__cautionary {
    font-size: 0.75rem;
    margin-right: 2.4890190337vw;
    margin-left: auto;
    max-width: 25.0625rem;
    margin-top: 1.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .news__cautionary {
    margin-right: 2.125rem;
  }
}

.news__menu {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news__menu {
    margin-top: 3.125rem;
  }
}

.news__menuTitle {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 2.380952381;
  letter-spacing: -0.03em;
  display: inline-block;
  padding: 0 1em;
  color: #464646;
}
@media screen and (min-width: 768px) {
  .news__menuTitle {
    font-size: 1.3125rem;
  }
}

.news__menuTitle::before,
.news__menuTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10.6666666667vw;
  border-top: 1px dashed #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news__menuTitle::before,
  .news__menuTitle::after {
    width: 31.4787701318vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__menuTitle::before,
  .news__menuTitle::after {
    width: 26.875rem;
  }
}

.news__menuTitle::before {
  left: 0;
  margin-left: -9.8666666667vw;
}
@media screen and (min-width: 768px) {
  .news__menuTitle::before {
    margin-left: -32.2108345534vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__menuTitle::before {
    margin-left: -27.5rem;
  }
}

.news__menuTitle::after {
  right: 0;
  margin-right: -9.8666666667vw;
}
@media screen and (min-width: 768px) {
  .news__menuTitle::after {
    margin-right: -32.2108345534vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__menuTitle::after {
    margin-right: -27.5rem;
  }
}

.news__menuCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4vw;
  padding-right: 8.8vw;
  padding-left: 8.8vw;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .news__menuCards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.0625rem;
    margin-top: 2.375rem;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.news__comment {
  border-top: 1px dashed #000;
  margin-top: 9.3333333333vw;
  padding: 13.3333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .news__comment {
    margin-top: 7.5rem;
    padding: 4.375rem 0 7.5rem;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.news__commentCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__commentCards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.1244509517vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__commentCards {
    gap: 4.375rem;
  }
}

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

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

.news__commentImgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__commentImgBox {
    padding: 0;
    display: block;
    width: 34.8672566372%;
  }
}

.news__commentImg {
  width: 38.7692307692%;
}
@media screen and (min-width: 768px) {
  .news__commentImg {
    width: 100%;
  }
}

.news__commentNameSp {
  width: 55.0769230769%;
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.4545454545;
  letter-spacing: 0.15em;
  margin-top: auto;
  margin-bottom: 0;
  color: #464646;
}

.news__commentNameSp span {
  font-size: 3.4666666667vw;
  line-height: 2.7692307692;
  letter-spacing: -0.03em;
  display: block;
  color: #464646;
}

.news__commentNamePc {
  font-size: 2.2693997072vw;
  font-weight: 500;
  line-height: 1.4516129032;
  letter-spacing: 0.15em;
  color: #464646;
}
@media screen and (min-width: 1440px) {
  .news__commentNamePc {
    font-size: 1.9375rem;
  }
}

.news__commentNamePc span {
  font-size: 1.1713030747vw;
  line-height: 2.25;
  letter-spacing: -0.03em;
  display: block;
  color: #464646;
}
@media screen and (min-width: 1440px) {
  .news__commentNamePc span {
    font-size: 1rem;
  }
}

.news__commentTextBox {
  margin-top: 4.5333333333vw;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.5833333333;
  letter-spacing: -0.03em;
  padding: 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__commentTextBox {
    margin-top: 0;
    font-size: 1.1713030747vw;
    line-height: 1.5625;
    width: 59.8230088496%;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__commentTextBox {
    font-size: 1rem;
  }
}

.news__commentText {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.news__commentCardLower {
  background-color: #fff;
  padding: 5.8666666667vw 7.2vw 6.6666666667vw;
  border-radius: 15px;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .news__commentCardLower {
    padding: 2.635431918vw 2.9282576867vw 2.9282576867vw;
    margin-top: 1.9765739385vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__commentCardLower {
    padding: 2.25rem 2.5rem 2.5rem;
    margin-top: 1.6875rem;
  }
}

.news__commentCardCaption {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.03em;
  color: #464646;
}
@media screen and (min-width: 768px) {
  .news__commentCardCaption {
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

.points__topRoundBg {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 77.6vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .points__topRoundBg {
    margin-top: 5.625rem;
    width: 50.2196193265vw;
    max-width: 42.875rem;
  }
}

.points__main {
  background-color: #EFF6FC;
  margin-top: -7px;
  margin-top: -0.4375rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .points__main {
    margin-top: 0;
    border-radius: 50px 50px 0 0;
    padding-bottom: 10rem;
  }
}

.points__intro {
  width: 76.2666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .points__intro {
    width: 31.9912152269vw;
  }
}

.points__card {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .points__card {
    margin-top: 6.875rem;
  }
}

.points__cardTitle {
  font-family: "Jost", sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2045454545;
  letter-spacing: -0.015em;
  color: #00A7EB;
  position: relative;
  display: inline-block;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .points__cardTitle {
    font-size: 4.875rem;
    line-height: 1.2051282051;
  }
}

.points__cardTitle span {
  font-size: 63px;
  font-size: 3.9375rem;
  font-weight: 400;
  line-height: 1.2063492063;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .points__cardTitle span {
    font-size: 6.75rem;
    font-weight: 400;
    line-height: 1.2037037037;
  }
}

.points__cardTitle::before {
  content: "";
  position: absolute;
  bottom: 0.15em;
  width: 115%;
  left: -7.5%;
  height: 20px;
  height: 1.25rem;
  background: #fff;
  border-radius: 9999px;
  z-index: -1;
}

.points__cardTitle-wrap {
  text-align: center;
}

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

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

.points__cardContents {
  margin-top: 20px;
  margin-top: 1.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) {
  .points__cardContents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media screen and (min-width: 768px) {
  .points__cardImg {
    width: 46%;
    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) {
  .points__cardContent {
    width: 46%;
  }
}

@media screen and (min-width: 768px) {
  .points__card--01 .points__cardImg {
    width: 41%;
  }
}

@media screen and (min-width: 768px) {
  .points__card--02 .points__cardImg {
    width: 36%;
    padding-top: 7%;
  }
}

.points__cardSubTitle {
  text-align: center;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.619047619;
  color: #005BAB;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .points__cardSubTitle {
    text-align: left;
    font-size: 1.6875rem;
    line-height: 1.8518518519;
    margin-top: 2.3125rem;
  }
}

.points__cardtext {
  text-align: left;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #464646;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .points__cardtext {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 1.875rem;
  }
}

.points__cardtext span {
  font-weight: 900;
}

.points__cardtext span.bold {
  font-weight: 700;
  letter-spacing: -0.12em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .points__cardtext span.bold {
    margin-bottom: 1.25rem;
  }
}

#secret {
  margin-top: -20px;
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  #secret {
    margin-top: -2.5rem;
  }
}

.secret__inner {
  width: 100vw;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .secret__inner {
    border-radius: 75px 75px 0 0;
  }
}

.secret__mv {
  width: 134%;
  -webkit-transform: translate(-17%, -12%);
          transform: translate(-17%, -12%);
}
@media screen and (min-width: 768px) {
  .secret__mv {
    width: 110%;
    -webkit-transform: translate(-7%, -22%);
            transform: translate(-7%, -22%);
  }
}

.secret__mvText {
  font-family: "Jost", sans-serif;
  font-size: 13.0666666667vw;
  line-height: 1.4285714286;
  letter-spacing: -0.01em;
  color: #fff;
  position: absolute;
  white-space: nowrap;
  top: 15%;
  left: 13%;
}
@media screen and (min-width: 768px) {
  .secret__mvText {
    font-size: 6.4375rem;
    line-height: 0.6796116505;
    top: 32%;
    left: 4%;
  }
}

.secret__contents {
  position: relative;
  margin-top: -25%;
}
@media screen and (min-width: 768px) {
  .secret__contents {
    margin-top: -32%;
  }
}

.secret__bgTop {
  overflow: hidden;
  margin-bottom: -55%;
}
@media screen and (min-width: 768px) {
  .secret__bgTop {
    margin-bottom: -58%;
  }
}

.secret__bgTop img {
  width: 179%;
}
@media screen and (min-width: 768px) {
  .secret__bgTop img {
    width: 100%;
  }
}

.secret__contentsMain {
  background-color: #F5F2ED;
  text-align: center;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .secret__contentsMain {
    padding-bottom: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .secret__contentsMainInner {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
  }
}

@media screen and (min-width: 768px) {
  .secret__contentsMain.l-inner {
    max-width: none;
  }
}

.secret__title {
  font-family: "Jost", sans-serif;
  font-size: 8.8vw;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.035em;
  color: #005BAB;
}
@media screen and (min-width: 768px) {
  .secret__title {
    font-size: 3.75rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

.secret__subTitle {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.4;
  color: #464646;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .secret__subTitle {
    font-size: 1.875rem;
    line-height: 1.6666666667;
    letter-spacing: -0.03em;
    margin-top: 1.8125rem;
  }
}

.secret__subTitleImg {
  width: 42.4vw;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .secret__subTitleImg {
    width: 14.1875rem;
    margin-top: 0.8125rem;
  }
}

.secret__caption {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.9375;
  letter-spacing: -0.03em;
  color: #464646;
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .secret__caption {
    font-size: 1.25rem;
    line-height: 1.75;
    text-align: center;
    max-width: 32.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.secret__illustBox {
  padding-right: 22.5px;
  padding-right: 1.40625rem;
  padding-left: 22.5px;
  padding-left: 1.40625rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .secret__illustBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 63.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.125rem;
  }
}

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

.secret__img {
  display: block;
  margin-top: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .secret__img {
    margin-top: 0;
    width: 29.5275590551%;
  }
}

@media screen and (min-width: 768px) {
  .secret__arrow {
    width: 1.3779527559%;
    padding-top: 16%;
  }
}

.secret__mvTrackWrapper {
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .secret__mvTrackWrapper {
    top: 26%;
  }
}

.secret__mvTrack {
  height: 150px;
  width: auto;
}

.secret__mvText {
  display: inline-block;
  font-family: "Jost", sans-serif;
  white-space: nowrap;
  -webkit-animation: mvMarquee 20s linear infinite;
          animation: mvMarquee 20s linear infinite;
  font-size: 13.0666666667vw;
  line-height: 1.4285714286;
  letter-spacing: -0.01em;
  color: #fff;
  will-change: transform;
  height: 100px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .secret__mvText {
    font-size: 6.4375rem;
    line-height: 0.6796116505;
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
  }
}

@-webkit-keyframes mvMarquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}

@keyframes mvMarquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}
.voice__inner {
  padding: 12vw 4vw 12.5333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__inner {
    padding: 4.375rem 7.25rem 4.375rem 9.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 85.375rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.voice__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice__title {
    text-align: left;
  }
}

.voice__titleMain {
  font-family: "Jost", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.1875;
  color: #005BAB;
}
@media screen and (min-width: 768px) {
  .voice__titleMain {
    font-size: 1.4641288433vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1440px) {
  .voice__titleMain {
    font-size: 1.25rem;
  }
}

.voice__titleSub {
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.6842105263;
  letter-spacing: -0.03em;
  color: #464646;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .voice__titleSub {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice__titleSub {
    font-size: 1.75rem;
  }
}

.voice__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: 2.6666666667vw;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .voice__cards {
    gap: 1.875rem;
    margin-top: 0;
    width: 39.5314787701vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__cards {
    width: 33.75rem;
  }
}

.voice__card {
  background-color: #F5F2ED;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 19px 22px 25px;
  padding: 1.375rem 1.1875rem 1.375rem 1.5625rem;
  gap: 7.3913043478%;
}
@media screen and (min-width: 768px) {
  .voice__card {
    gap: 2.0625rem;
    width: 100%;
  }
}

.voice__cardLeft {
  width: 23.1884057971%;
}
@media screen and (min-width: 768px) {
  .voice__cardLeft {
    width: 15.7407407407%;
  }
}

.voice__cardRight {
  width: 57.6811594203%;
}
@media screen and (min-width: 768px) {
  .voice__cardRight {
    width: 62.7777777778%;
  }
}

.voice__cardDetail {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;
  color: #464646;
  border-bottom: 1px dashed #464646;
  padding-bottom: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .voice__cardDetail {
    font-size: 1.2445095168vw;
    line-height: 1.4117647059;
    padding-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice__cardDetail {
    font-size: 1.0625rem;
  }
}

.voice__cardCaption {
  font-size: 3.7333333333vw;
  line-height: 1.6428571429;
  letter-spacing: -0.03em;
  color: #464646;
  padding-top: 3.6266666667vw;
}
@media screen and (min-width: 768px) {
  .voice__cardCaption {
    font-size: 1.1713030747vw;
    line-height: 1.625;
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice__cardCaption {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=styles.css.map */