/*
Theme Name: JINR Child
Template: jinr
*/


@charset "UTF-8";
/* medium */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          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]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input[type=checkbox],
input[type=radio] {
  display: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

/* リキッドレイアウト対応 */
html body .sp {
  display: none;
}
@media screen and (min-width: 768px) {
  html body .sp {
    display: block;
  }
}

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

body {
  color: #2a2a2a;
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

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

.header {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #f6f4f2;
}
.header__inner {
  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: clamp(1360px, 110.4972375691vw, 1600px);
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: clamp(51px, 4.1436464088vw, 60px);
    padding-right: clamp(51px, 4.1436464088vw, 60px);
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e3558;
  text-decoration: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.header__logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__logo-en {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20.4px, 5.9701492537vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .header__logo-en {
    font-size: clamp(26.35px, 2.1408839779vw, 31px);
  }
}
.header__logo-ja {
  margin-top: clamp(6.8px, 1.9900497512vw, 8px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(9.35px, 2.736318408vw, 11px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .header__logo-ja {
    margin-top: clamp(5.95px, 0.4834254144vw, 7px);
    font-size: clamp(10.2px, 0.8287292818vw, 12px);
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(12.75px, 3.7313432836vw, 15px);
     -moz-column-gap: clamp(12.75px, 3.7313432836vw, 15px);
          column-gap: clamp(12.75px, 3.7313432836vw, 15px);
}
@media screen and (min-width: 768px) {
  .header__right {
    -webkit-column-gap: clamp(25.5px, 2.0718232044vw, 30px);
       -moz-column-gap: clamp(25.5px, 2.0718232044vw, 30px);
            column-gap: clamp(25.5px, 2.0718232044vw, 30px);
  }
}
@media screen and (min-width: 1025px) {
  .header__right {
    -webkit-column-gap: clamp(40.8px, 3.3149171271vw, 48px);
       -moz-column-gap: clamp(40.8px, 3.3149171271vw, 48px);
            column-gap: clamp(40.8px, 3.3149171271vw, 48px);
  }
}
.header__nav {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .header__nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(25.5px, 2.0718232044vw, 30px);
}
@media screen and (min-width: 1025px) {
  .header__nav-list {
    gap: clamp(42.5px, 3.453038674vw, 50px);
  }
}
.header__nav-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e3558;
  font-size: clamp(13.6px, 1.1049723757vw, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08;
  text-decoration: none;
}
.header__right-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(12.75px, 3.7313432836vw, 15px);
     -moz-column-gap: clamp(12.75px, 3.7313432836vw, 15px);
          column-gap: clamp(12.75px, 3.7313432836vw, 15px);
}
.header__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4.25px, 1.2437810945vw, 5px);
  min-width: auto;
  padding: clamp(6.8px, 1.9900497512vw, 8px) clamp(10.2px, 2.9850746269vw, 12px);
  color: #fff;
  background-color: #D45E41;
  font-size: clamp(9.35px, 2.736318408vw, 11px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: clamp(8.5px, 0.6906077348vw, 10px);
    min-width: clamp(183.6px, 14.9171270718vw, 216px);
    height: clamp(52.7px, 4.2817679558vw, 62px);
    padding: clamp(15.3px, 1.2430939227vw, 18px) clamp(25.5px, 2.0718232044vw, 30px);
    font-size: clamp(13.6px, 1.1049723757vw, 16px);
    letter-spacing: clamp(1.53px, 0.1243093923vw, 1.8px);
    font-weight: 700;
  }
}
.header__cta:hover {
  opacity: 0.85;
}
.header__cta-icon {
  display: inline-block;
  width: clamp(29.75px, 8.7064676617vw, 35px);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header__cta-icon {
    width: clamp(25.5px, 2.0718232044vw, 30px);
  }
}
.header__menu-btn {
  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: clamp(4.25px, 1.2437810945vw, 5px);
  gap: clamp(6.8px, 1.9900497512vw, 8px);
  color: #1e3558;
}
@media screen and (min-width: 1025px) {
  .header__menu-btn {
    display: none;
  }
}
.header__menu-bar {
  display: block;
  width: clamp(35.7px, 10.447761194vw, 42px);
  height: clamp(1.7px, 0.4975124378vw, 2px);
  background-color: currentColor;
}
.header__menu-text {
  font-size: clamp(12.75px, 3.7313432836vw, 15px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
.header-tape {
  overflow: hidden;
  width: 100%;
  border-top: clamp(0.85px, 0.2487562189vw, 1px) solid #B9C5CE;
  border-bottom: clamp(0.85px, 0.2487562189vw, 1px) solid #B9C5CE;
  background-color: #D9E1E6;
}
@media screen and (min-width: 768px) {
  .header-tape {
    border-top-width: clamp(0.85px, 0.0690607735vw, 1px);
    border-bottom-width: clamp(0.85px, 0.0690607735vw, 1px);
  }
}
.header-tape__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: headerTapeLoop 35s linear infinite;
          animation: headerTapeLoop 35s linear infinite;
}
@media screen and (min-width: 768px) {
  .header-tape__track {
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
}
.header-tape__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: clamp(15.3px, 4.4776119403vw, 18px);
  padding-top: clamp(7.65px, 2.2388059701vw, 9px);
  padding-bottom: clamp(4.25px, 1.2437810945vw, 5px);
}
@media screen and (min-width: 768px) {
  .header-tape__group {
    padding-top: clamp(7.65px, 0.6215469613vw, 9px);
    padding-bottom: clamp(4.25px, 1.2437810945vw, 5px);
    gap: clamp(20.4px, 1.6574585635vw, 24px);
  }
}
.header-tape span {
  color: #223A5E;
  font-family: "Pinyon Script", cursive;
  font-size: clamp(14.45px, 4.2288557214vw, 17px);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: clamp(0.68px, 0.1990049751vw, 0.8px);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header-tape span {
    font-size: clamp(17px, 1.3812154696vw, 20px);
    letter-spacing: clamp(1.02px, 0.0828729282vw, 1.2px);
  }
}
@-webkit-keyframes headerTapeLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes headerTapeLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.l-offcanvas {
  background: linear-gradient(48deg, rgba(95, 175, 225, 0.9) -5.62%, rgba(123, 196, 241, 0.9) 100%);
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  z-index: 10;
  overflow-y: auto;
  padding: 8.75rem 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
}
.l-offcanvas__list {
  display: -ms-grid;
  display: grid;
  gap: 3.75rem;
  place-content: center;
  text-align: center;
}
.l-offcanvas__list a {
  display: -ms-grid;
  display: grid;
  font-size: 1.75rem;
}
.l-offcanvas__list a small {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
.l-offcanvas.is-open {
  right: 0;
}

.pagetop {
  height: 3.125rem;
  width: 3.125rem;
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  background: #fff;
  border: solid 2px #1e3558;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.pagetop__arrow {
  height: 0.625rem;
  width: 0.625rem;
  border-top: 3px solid #1e3558;
  border-right: 3px solid #1e3558;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

.inner {
  width: 62.5rem;
  max-width: 100%;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 521px) {
  .inner {
    padding: 0 3.75rem;
  }
}

.section-ttl {
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
}

.section-txt {
  text-align: center;
  font-size: 0.8125rem;
}

.js__fadein {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes blurAnime-main {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blurAnime-main {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes bgAnime {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 0%;
  }
}
@keyframes bgAnime {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 0%;
  }
}
@-webkit-keyframes bgImage {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes bgImage {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/**
Theme Name: JIN:R child
Template: jinr
Author: CROOVER Inc.
Author URI: https://croover.co.jp
Version: 1.00
*/
/**
Theme Name: JIN:R child
Template: jinr
Author: CROOVER Inc.
Author URI: https://croover.co.jp
Version: 1.00
*/
.hero {
  overflow: hidden;
  background-color: #f6f4f2;
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(37.4px, 10.9452736318vw, 44px);
  padding-top: clamp(35.7px, 10.447761194vw, 42px);
  max-width: clamp(1360px, 110.4972375691vw, 1600px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .hero__inner {
    padding-left: clamp(51px, 4.1436464088vw, 60px);
    padding-right: clamp(51px, 4.1436464088vw, 60px);
  }
}
@media screen and (min-width: 1025px) {
  .hero__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 7fr clamp(23.8px, 1.9337016575vw, 28px) 11fr;
    grid-template-columns: 7fr 11fr;
    gap: clamp(23.8px, 1.9337016575vw, 28px);
    padding-top: clamp(68px, 5.5248618785vw, 80px);
    padding-bottom: clamp(35.7px, 2.9005524862vw, 42px);
  }
}
@media screen and (min-width: 768px) {
  .hero__content {
    max-width: clamp(595px, 174.1293532338vw, 700px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .hero__content {
    max-width: 100%;
  }
}
.hero__tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15.3px, 4.4776119403vw, 18px);
  margin: 0 0 clamp(35.7px, 10.447761194vw, 42px);
  color: #1e3558;
  font-size: clamp(15.3px, 4.4776119403vw, 18px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 521px) {
  .hero__tagline {
    gap: clamp(23.8px, 6.9651741294vw, 28px);
    letter-spacing: 0.16em;
  }
}
@media screen and (min-width: 768px) {
  .hero__tagline {
    gap: clamp(15.3px, 1.2430939227vw, 18px);
    margin-bottom: clamp(47.6px, 3.8674033149vw, 56px);
    font-size: clamp(12.75px, 1.0359116022vw, 15px);
  }
}
.hero__tagline-line {
  width: clamp(25.5px, 7.4626865672vw, 30px);
  height: clamp(0.85px, 0.2487562189vw, 1px);
  background-color: #A4AEA2;
}
@media screen and (min-width: 521px) {
  .hero__tagline-line {
    width: clamp(57.8px, 16.9154228856vw, 68px);
  }
}
@media screen and (min-width: 768px) {
  .hero__tagline-line {
    width: clamp(49.3px, 4.0055248619vw, 58px);
    height: clamp(0.85px, 0.0690607735vw, 1px);
  }
}
.hero__headline {
  position: relative;
  margin: 0;
  color: #1e3558;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(32.3px, 9.4527363184vw, 38px);
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 521px) {
  .hero__headline {
    font-size: clamp(38.25px, 11.1940298507vw, 45px);
  }
}
@media screen and (min-width: 768px) {
  .hero__headline {
    font-size: clamp(46.75px, 13.6815920398vw, 55px);
  }
}
@media screen and (min-width: 1025px) {
  .hero__headline {
    font-size: clamp(41.65px, 3.3839779006vw, 49px);
    line-height: 1.75;
    white-space: nowrap;
  }
}
.hero__headline-line {
  display: block;
}
.hero__headline-underline {
  width: min(100%, 620px);
  height: auto;
  rotate: -6deg;
}
.hero__headline-underline__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.hero__headline-underline__path {
  fill: none;
  stroke: #e45b43;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 720;
  stroke-dashoffset: 720;
  -webkit-animation: drawUnderline 2s cubic-bezier(0.75, 0, 0.22, 1) forwards;
          animation: drawUnderline 2s cubic-bezier(0.75, 0, 0.22, 1) forwards;
}
@-webkit-keyframes drawUnderline {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawUnderline {
  to {
    stroke-dashoffset: 0;
  }
}
.hero__subtext {
  margin: clamp(28.9px, 8.4577114428vw, 34px) 0 0;
  color: #1e3558;
  font-size: clamp(17px, 4.9751243781vw, 20px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 1025px) {
  .hero__subtext {
    margin-top: clamp(28.9px, 2.3480662983vw, 34px);
    font-size: clamp(14.45px, 1.1740331492vw, 17px);
  }
}
.hero__cta-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(13.6px, 3.9800995025vw, 16px);
  row-gap: clamp(8.5px, 2.4875621891vw, 10px);
  margin-top: clamp(23.8px, 6.9651741294vw, 28px);
}
@media screen and (min-width: 1025px) {
  .hero__cta-group {
    -webkit-column-gap: clamp(22.1px, 1.7955801105vw, 26px);
       -moz-column-gap: clamp(22.1px, 1.7955801105vw, 26px);
            column-gap: clamp(22.1px, 1.7955801105vw, 26px);
    row-gap: clamp(8.5px, 0.6906077348vw, 10px);
    margin-top: clamp(27.2px, 2.2099447514vw, 32px);
  }
}
.hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(12.75px, 3.7313432836vw, 15px) clamp(35.7px, 10.447761194vw, 42px);
  border: clamp(0.85px, 0.2487562189vw, 1px) solid #1e3558;
  color: #1e3558;
  background-color: #fff;
  font-size: clamp(13.6px, 3.9800995025vw, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .hero__cta {
    padding: clamp(17px, 1.3812154696vw, 20px) clamp(27.2px, 2.2099447514vw, 32px);
    border-width: clamp(0.85px, 0.0690607735vw, 1px);
    font-size: clamp(13.6px, 1.1049723757vw, 16px);
    width: clamp(222.7px, 18.0939226519vw, 262px);
  }
}
.hero__cta--primary {
  border-color: #D45E41;
  color: #fff;
  background-color: #D45E41;
}
.hero__cta-arrow {
  font-size: clamp(22.1px, 6.4676616915vw, 26px);
}
@media screen and (min-width: 768px) {
  .hero__cta-arrow {
    font-size: clamp(18.7px, 1.5193370166vw, 22px);
  }
}
.hero__about {
  margin-top: clamp(34px, 9.9502487562vw, 40px);
  padding-left: clamp(25.5px, 7.4626865672vw, 30px);
  border-left: clamp(0.85px, 0.2487562189vw, 1px) solid #A4AEA2;
  color: #1e3558;
}
@media screen and (min-width: 521px) {
  .hero__about {
    padding-left: clamp(45.9px, 13.4328358209vw, 54px);
  }
}
@media screen and (min-width: 1025px) {
  .hero__about {
    margin-top: clamp(63.75px, 5.179558011vw, 75px);
    padding-left: clamp(56.1px, 4.5580110497vw, 66px);
    border-left-width: clamp(0.85px, 0.0690607735vw, 1px);
  }
}
.hero__about-label {
  margin: 0 0 clamp(18.7px, 5.4726368159vw, 22px);
}
@media screen and (min-width: 1025px) {
  .hero__about-label {
    margin-bottom: clamp(22.1px, 1.7955801105vw, 26px);
  }
}
.hero__about-label-text {
  color: #A4AEA2;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(23.8px, 6.9651741294vw, 28px);
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .hero__about-label-text {
    font-size: clamp(23.8px, 1.9337016575vw, 28px);
  }
}
.hero__about-text {
  margin: 0 0 clamp(22.1px, 6.4676616915vw, 26px);
  font-size: clamp(11.9px, 3.4825870647vw, 14px);
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 521px) {
  .hero__about-text {
    font-size: clamp(15.3px, 4.4776119403vw, 18px);
  }
}
@media screen and (min-width: 1025px) {
  .hero__about-text {
    margin-bottom: clamp(20.4px, 1.6574585635vw, 24px);
    font-size: clamp(11.9px, 0.9668508287vw, 14px);
  }
}
.hero__about-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(30.6px, 8.9552238806vw, 36px);
  padding-bottom: clamp(5.1px, 1.4925373134vw, 6px);
  border-bottom: clamp(0.85px, 0.2487562189vw, 1px) solid #1e3558;
  color: #1e3558;
  font-size: clamp(11.9px, 3.4825870647vw, 14px);
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 521px) {
  .hero__about-link {
    font-size: clamp(15.3px, 4.4776119403vw, 18px);
  }
}
@media screen and (min-width: 1025px) {
  .hero__about-link {
    gap: clamp(27.2px, 2.2099447514vw, 32px);
    padding-bottom: clamp(5.1px, 0.4143646409vw, 6px);
    border-bottom-width: clamp(0.85px, 0.0690607735vw, 1px);
    font-size: clamp(11.9px, 0.9668508287vw, 14px);
  }
}
.hero__collage {
  margin-inline: clamp(-20.4px, -5.9701492537vw, -24px);
}
@media screen and (min-width: 1025px) {
  .hero__collage {
    margin-inline: 0;
    padding-top: clamp(3.4px, 0.2762430939vw, 4px);
  }
}
.hero__collage picture,
.hero__collage img {
  display: block;
  width: 100%;
}

.section-slider {
  margin-left: 1.5rem;
}
.section-slider .swiper {
  margin-top: 2.5rem;
}
.section-slider .slides-wrapper {
  padding-bottom: 3.125rem;
}
.section-slider .swiper-pagination-bullet {
  width: 2.1875rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: #fff;
  opacity: 1;
}
.section-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e3558;
}
.section-slider .swiper-button-next {
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 100%;
  background: linear-gradient(60deg, #7BC4F1, #E9C7C6);
  margin-top: -1.875rem;
}
.section-slider .swiper-button-next svg {
  width: 0.625rem;
  height: 0.8125rem;
}

.p-section__faq {
  padding: 3.75rem 0 6.25rem;
}

.section-accordion {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .section-accordion {
    margin-top: 3.125rem;
  }
}
.section-accordion__ttl {
  background-color: #D45E41;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.section-accordion__ttl::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.125rem;
  background-color: #fff;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.section-accordion__ttl::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.125rem;
  background-color: #fff;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-accordion__ttl.active::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.section-accordion__ttl.question span::before {
  content: "Q.";
  color: #d4a63a;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 0.5em;
}
.section-accordion__content {
  background-color: #fff;
  display: none;
  padding: 15px;
}
.section-accordion__content.answer::before {
  content: "A.";
  color: #d4a63a;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 0.5em;
}

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

.swiper-container {
  width: 100%;
}
.swiper-container.slider {
  overflow: hidden;
  position: relative;
}
.swiper-container.swiper-wrapper-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container.slider-thumbnail {
  height: 20vh;
}
.swiper-container.slider-thumbnail .swiper-wrapper {
  width: 25%;
  height: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 1.25rem;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
  width: 20px;
  height: 20px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
  width: 20px;
  height: 20px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* ページネーション */
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #333;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}