@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@800&display=swap");
/* ==========================================================================
   Variables
========================================================================== */
/* ------------------------------------------------------------------------
   Mixins
------------------------------------------------------------------------ */
.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================
   Reset / Base
========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #141414;
  background: #fff;
  overflow-x: hidden;
}

main {
  flex: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #456fc8;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

em {
  color: #e51e0c;
  font-size: min(3.7313432836vw, 15px);
}
@media (min-width: 768px) {
  em {
    font-size: min(1.1111111111vw, 16px);
  }
}

/* ==========================================================================
   Utility
========================================================================== */
.inner {
  width: 85%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .inner {
    max-width: min(66.6666666667vw, 960px);
  }
}

.inner-exwide {
  width: 90%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .inner-exwide {
    max-width: min(88.8888888889vw, 1400px);
  }
}

.inner-wide {
  width: 90%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .inner-wide {
    max-width: min(83.3333333333vw, 1200px);
  }
}

.inner-narrow {
  width: 85%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .inner-narrow {
    max-width: min(55.5555555556vw, 800px);
  }
}

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

.acd-check {
  display: none;
}

.acd-list-item-title {
  display: block;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

.acd-list-item-text {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked + .acd-list-item-title + .acd-list-item-text {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   Top - Header
========================================================================== */
.top--header {
  position: relative;
  height: min(124.3781094527vw, 500px);
  background-image: url(../images/hero-sp.jpg);
  background-position: bottom center;
  background-size: cover;
}
@media (min-width: 768px) {
  .top--header {
    height: min(55.5555555556vw, 800px);
    background-image: url(../images/hero-pc.jpg);
  }
}
.top--header h1 {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  padding-top: min(17.9104477612vw, 72px);
  padding-left: min(5.9701492537vw, 24px);
  font-size: min(8.9552238806vw, 36px);
  color: #212f77;
  line-height: 1.4;
}
.top--header h1.is-active span {
  transform: translateY(0);
}
.top--header h1 div {
  overflow: hidden;
}
.top--header h1 span {
  display: inline-block;
  transform: translateY(100%);
  transition: all 0.5s;
}
.top--header h1 span.l {
  font-size: min(15.92039801vw, 64px);
  color: #456fc8;
}
@media (min-width: 768px) {
  .top--header h1 span.l {
    color: #fff;
  }
}
.top--header h1 span:nth-of-type(2) {
  transition-delay: 0.06s;
}
.top--header h1 span:nth-of-type(3) {
  transition-delay: 0.12s;
}
.top--header h1 span:nth-of-type(4) {
  transition-delay: 0.18s;
}
.top--header h1 span:nth-of-type(5) {
  transition-delay: 0.24s;
}
.top--header h1 span:nth-of-type(6) {
  transition-delay: 0.3s;
}
.top--header h1 div:nth-child(2) span {
  transition-delay: 0.36s;
}
@media (min-width: 768px) {
  .top--header h1 {
    padding-top: min(4.1666666667vw, 60px);
    padding-left: min(13.8888888889vw, 200px);
    font-size: min(3.75vw, 54px);
  }
  .top--header h1 span.l {
    font-size: min(6.6666666667vw, 96px);
  }
}

.top--header-cta {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: min(1.9900497512vw, 8px) min(0.9950248756vw, 4px);
  gap: min(0.9950248756vw, 4px);
}
@media (min-width: 768px) {
  .top--header-cta {
    padding: min(2.0833333333vw, 30px);
    gap: min(1.3888888889vw, 20px);
  }
}

.top--header-cta-button-seminar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e51e0c;
  color: #fff;
  border-radius: 50%;
  width: min(15.92039801vw, 64px);
  height: min(15.92039801vw, 64px);
  font-size: min(2.2388059701vw, 9px);
  text-align: center;
  line-height: 1.2;
}
.top--header-cta-button-seminar i {
  font-size: min(3.9800995025vw, 16px);
  margin-bottom: min(0.9950248756vw, 4px);
}
@media (min-width: 768px) {
  .top--header-cta-button-seminar {
    flex-direction: row;
    width: min(16.6666666667vw, 240px);
    height: min(4.4444444444vw, 64px);
    font-size: min(1.1111111111vw, 16px);
    border-radius: 999px;
    gap: min(0.6944444444vw, 10px);
  }
}

.top--header-cta-button-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #212f77;
  color: #fff;
  border-radius: 50%;
  width: min(15.92039801vw, 64px);
  height: min(15.92039801vw, 64px);
  font-size: min(2.2388059701vw, 9px);
  text-align: center;
  line-height: 1.2;
}
.top--header-cta-button-contact i {
  font-size: min(3.9800995025vw, 16px);
  margin-bottom: min(0.9950248756vw, 4px);
}
@media (min-width: 768px) {
  .top--header-cta-button-contact {
    flex-direction: row;
    width: min(16.6666666667vw, 240px);
    height: min(4.4444444444vw, 64px);
    font-size: min(1.1111111111vw, 16px);
    border-radius: 999px;
    gap: min(0.6944444444vw, 10px);
  }
}

.top--header-button {
  z-index: 10001;
  position: absolute;
  width: 85%;
  height: min(15.92039801vw, 64px);
  bottom: min(2.4875621891vw, 10px);
  right: 0;
  left: 0;
  margin: 0 auto;
  padding-left: min(7.4626865672vw, 30px);
  padding-right: min(2.9850746269vw, 12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e51e0c;
  color: #fff;
  border-radius: 999px;
  font-size: min(4.4776119403vw, 18px);
  font-weight: 600;
}
.top--header-button::after {
  content: "";
  height: min(9.9502487562vw, 40px);
  width: min(9.9502487562vw, 40px);
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}
.top--header-button.is-fixed {
  position: fixed;
  bottom: max(10px, env(safe-area-inset-bottom));
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .top--header-button {
    display: none;
  }
}

/* ==========================================================================
   Top - Intro
========================================================================== */
.top--intro {
  padding: min(9.9502487562vw, 40px) 0 min(24.8756218905vw, 100px) 0;
  background-image: url(../images/intro-bg-sp.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
@media (min-width: 768px) {
  .top--intro {
    padding: min(4.1666666667vw, 60px) 0 min(6.9444444444vw, 100px) 0;
    background-image: url(../images/intro-bg-pc.svg);
  }
}

.top--intro-copy {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(5.9701492537vw, 24px);
  color: #212f77;
  line-height: 1.5;
  margin: 0;
  padding-bottom: min(9.9502487562vw, 40px);
  border-bottom: 2px solid #e6e6e6;
}
@media (min-width: 768px) {
  .top--intro-copy {
    font-size: min(2.7777777778vw, 40px);
  }
}

.top--intro-list {
  margin-top: min(7.4626865672vw, 30px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24.8756218905vw, 1fr));
  gap: 3.7313432836vw;
}
@media (min-width: 768px) {
  .top--intro-list {
    margin-top: min(4.1666666667vw, 60px);
    margin-bottom: min(5.5555555556vw, 80px);
    grid-template-columns: repeat(auto-fit, minmax(min(15.2777777778vw, 220px), 1fr));
    gap: 0 min(2.0833333333vw, 30px);
  }
}

.top--intro-list-item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: min(2.4875621891vw, 10px);
}

.top--intro-list-item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(2.4875621891vw, 10px);
}

.top--intro-list-item-label {
  background-color: #212f77;
  text-align: center;
  font-weight: 600;
  font-size: min(3.4825870647vw, 14px);
  color: #fff;
  line-height: 1.2;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .top--intro-list-item-label {
    font-size: min(1.3888888889vw, 20px);
  }
}

.top--intro-button-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .top--intro-button-wrapper {
    display: block;
    background-color: #f8f8f9;
    border-radius: min(0.6944444444vw, 10px);
    padding: min(2.7777777778vw, 40px);
  }
}

@media (min-width: 768px) {
  .top--intro-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e51e0c;
    color: #fff;
    border-radius: 999px;
    height: min(5.5555555556vw, 80px);
    width: min(31.25vw, 450px);
    margin: auto;
    padding-left: min(2.5vw, 36px);
    padding-right: min(1.0416666667vw, 15px);
    font-size: min(1.5625vw, 22.5px);
    font-weight: 700;
  }
  .top--intro-button::after {
    content: "";
    height: min(3.4722222222vw, 50px);
    width: min(3.4722222222vw, 50px);
    background-color: #fff;
    border-radius: 50%;
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
  }
}

/* ==========================================================================
   Top - Anxiety
========================================================================== */
.top--anxiety {
  background-color: #e6f6ff;
  padding-top: min(7.4626865672vw, 30px);
}
@media (min-width: 768px) {
  .top--anxiety {
    padding-top: min(2.7777777778vw, 40px);
    padding-bottom: min(4.1666666667vw, 60px);
  }
}

.top--anxiety-title {
  text-align: center;
  font-size: min(4.9751243781vw, 20px);
  line-height: 1.5;
  font-weight: 800;
  color: #212f77;
  margin: 0 0 min(4.9751243781vw, 20px) 0;
  padding-top: min(7.4626865672vw, 30px);
  background-image: url(../images/anxiety-header.svg);
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top--anxiety-title {
    font-size: min(1.9444444444vw, 28px);
    margin-bottom: min(2.0833333333vw, 30px);
    padding-top: min(3.4722222222vw, 50px);
    background-size: auto min(2.0833333333vw, 30px);
  }
}

.top--anxiety-list {
  background-color: #fff;
  border-radius: min(2.4875621891vw, 10px);
  padding: min(4.9751243781vw, 20px);
}
@media (min-width: 768px) {
  .top--anxiety-list {
    padding: min(1.0416666667vw, 15px) min(2.7777777778vw, 40px);
  }
}
.top--anxiety-list ul li {
  padding: 1em;
  font-size: min(3.7313432836vw, 15px);
  font-weight: 700;
  text-align: center;
  border-bottom: 2px dotted #e6e6e6;
  color: #456fc8;
}
.top--anxiety-list ul li:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .top--anxiety-list ul li {
    padding: min(1.0416666667vw, 15px);
    font-size: min(1.25vw, 18px);
  }
}

/* ==========================================================================
   Top - Solution
========================================================================== */
.top--solution {
  padding-top: min(32.3383084577vw, 130px);
  padding-bottom: min(9.9502487562vw, 40px);
  background-image: url(../images/anxiety-footer.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .top--solution {
    padding-top: min(6.9444444444vw, 100px);
    padding-bottom: min(5.5555555556vw, 80px);
    background-size: min(25vw, 360px) auto;
  }
}

.top--solution-title {
  text-align: center;
  font-size: min(6.9651741294vw, 28px);
  font-weight: 800;
  color: #212f77;
  font-family: "Noto Serif JP", serif;
}
.top--solution-title span {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-size: min(4.9751243781vw, 20px);
}
@media (min-width: 768px) {
  .top--solution-title {
    font-size: min(2.7777777778vw, 40px);
  }
  .top--solution-title span {
    font-size: min(1.9444444444vw, 28px);
  }
}

@media (min-width: 768px) {
  .top--solution-list {
    margin-top: min(4.1666666667vw, 60px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20.1388888889vw, 290px), 1fr));
    gap: 0 min(2.0833333333vw, 30px);
  }
}

.top--solution-list-item {
  margin-bottom: 30px;
}
.top--solution-list-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .top--solution-list-item {
    margin-bottom: 0;
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
}

.top--solution-list-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(4.9751243781vw, 20px);
}
@media (min-width: 768px) {
  .top--solution-list-item-icon {
    margin-bottom: min(2.0833333333vw, 30px);
  }
}
.top--solution-list-item-icon img {
  width: min(32.3383084577vw, 130px);
}
@media (min-width: 768px) {
  .top--solution-list-item-icon img {
    width: min(11.1111111111vw, 160px);
  }
}

.top--solution-list-item-title {
  padding: min(1.2437810945vw, 5px);
  background-color: #212f77;
  color: #fff;
  text-align: center;
  font-weight: 800;
  line-height: 1.5;
  font-size: min(4.9751243781vw, 20px);
}
@media (min-width: 768px) {
  .top--solution-list-item-title {
    padding: min(0.6944444444vw, 10px);
    font-size: min(1.3888888889vw, 20px);
  }
}

.top--solution-list-item-text {
  padding: 1em 2em;
  background-color: #f8f8f9;
  font-size: min(3.7313432836vw, 15px);
}
@media (min-width: 768px) {
  .top--solution-list-item-text {
    font-size: min(1.25vw, 18px);
  }
}

/* ==========================================================================
   Top - Separator
========================================================================== */
@media (min-width: 768px) {
  .top--separator {
    display: none;
  }
}

/* ==========================================================================
   Top - Reason
========================================================================== */
.top--reason {
  background-color: #212f77;
  padding: min(7.4626865672vw, 30px) 0 min(12.4378109453vw, 50px) 0;
}
@media (min-width: 768px) {
  .top--reason {
    padding: min(4.1666666667vw, 60px) 0;
  }
}

.top--reason-title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(5.9701492537vw, 24px);
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
@media (min-width: 768px) {
  .top--reason-title {
    font-size: min(2.5vw, 36px);
    margin: 0 0 min(4.1666666667vw, 60px) 0;
  }
}

@media (min-width: 768px) {
  .top--reason-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(25vw, 360px), 1fr));
    gap: 0 min(4.1666666667vw, 60px);
  }
}

.top--reason-list-item {
  background-color: #fff;
  margin-bottom: min(7.4626865672vw, 30px);
  padding: min(4.9751243781vw, 20px) 0 min(7.4626865672vw, 30px) 0;
}
@media (min-width: 768px) {
  .top--reason-list-item {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
  }
}

.top--reason-list-item-copy {
  font-size: min(4.9751243781vw, 20px);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #212f77;
}
.top--reason-list-item-copy span {
  color: #456fc8;
}
@media (min-width: 768px) {
  .top--reason-list-item-copy {
    font-size: min(1.3888888889vw, 20px);
  }
}

.top--reason-list-item-image {
  margin: min(4.9751243781vw, 20px) min(7.4626865672vw, 30px);
}

.top--reason-list-item-name {
  margin: 0 min(7.4626865672vw, 30px) min(2.4875621891vw, 10px) min(7.4626865672vw, 30px);
  padding: 0.25em;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: min(4.4776119403vw, 18px);
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .top--reason-list-item-name {
    font-size: min(1.25vw, 18px);
  }
}

.top--reason-list-item-text {
  font-size: min(3.4825870647vw, 14px);
  margin: 0 min(7.4626865672vw, 30px);
}
@media (min-width: 768px) {
  .top--reason-list-item-text {
    font-size: min(1.1111111111vw, 16px);
  }
}

/* ==========================================================================
   Top - Q&A
========================================================================== */
.top--qa {
  padding: min(7.4626865672vw, 30px) 0 min(9.9502487562vw, 40px) 0;
}
@media (min-width: 768px) {
  .top--qa {
    padding: min(4.1666666667vw, 60px) 0 min(5.5555555556vw, 80px) 0;
  }
}

.top--qa-title {
  text-align: center;
  font-size: min(4.9751243781vw, 20px);
  font-weight: 800;
  color: #212f77;
}
@media (min-width: 768px) {
  .top--qa-title {
    font-size: min(2.5vw, 36px);
  }
}

.qa--list-item {
  border: 1px solid #e6e6e6;
  padding: 1em;
  border-radius: min(2.4875621891vw, 10px);
  margin-bottom: min(2.4875621891vw, 10px);
  font-size: min(3.4825870647vw, 14px);
}
@media (min-width: 768px) {
  .qa--list-item {
    font-size: min(1.1111111111vw, 16px);
  }
}

.top--qa .acd-list-item-title {
  display: flex;
  width: 100%;
  align-items: start;
  font-weight: 700;
  gap: 0 0.5rem;
}
.top--qa .acd-list-item-title::before {
  content: "Q.";
  font-weight: 700;
  color: #456fc8;
  line-height: 1;
  padding-top: 0.2em;
}
@media (min-width: 768px) {
  .top--qa .acd-list-item-title {
    gap: 0 min(2.0833333333vw, 30px);
  }
}
.top--qa .acd-list-item-text p {
  display: flex;
  align-items: start;
  gap: 0 0.5rem;
}
.top--qa .acd-list-item-text p::before {
  content: "A.";
  font-weight: 700;
  color: #456fc8;
  line-height: 1;
  padding-top: 0.25em;
}
@media (min-width: 768px) {
  .top--qa .acd-list-item-text p {
    gap: 0 min(2.0833333333vw, 30px);
  }
}
.top--qa .acd-list-item-text-inner {
  padding-top: 1em;
}
.top--qa .acd-list-item-text-inner p {
  border-top: 1px solid #e6e6e6;
  margin: 0;
  padding-top: 1em;
}

/* ==========================================================
   Top - Seminar
   ========================================================== */
.top--seminar {
  background-color: #456fc8;
  padding: min(9.9502487562vw, 40px) 0 min(12.4378109453vw, 50px) 0;
  border-radius: min(7.4626865672vw, 30px) min(7.4626865672vw, 30px) 0 0;
}
@media (min-width: 768px) {
  .top--seminar {
    padding: min(4.1666666667vw, 60px) 0 min(19.9004975124vw, 80px) 0;
    border-radius: min(5.5555555556vw, 80px) min(5.5555555556vw, 80px) 0 0;
  }
}

.top--seminar-header {
  font-family: "Noto Serif JP", serif;
  font-size: min(6.9651741294vw, 28px);
  color: #fff;
  margin: 0 0 1em 0.5em;
}
.top--seminar-header span {
  background-color: #fff;
  color: #212f77;
}
@media (min-width: 768px) {
  .top--seminar-header {
    margin: 0 0 min(2.7777777778vw, 40px) 0;
    font-size: min(3.8888888889vw, 56px);
    background-image: url(../images/seminar-header.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.top--seminar-entry {
  padding: min(9.9502487562vw, 40px) min(4.9751243781vw, 20px) min(14.9253731343vw, 60px) min(4.9751243781vw, 20px);
  background-color: #fff;
  margin-top: min(7.4626865672vw, 30px);
  border-radius: min(2.4875621891vw, 10px);
}
@media (min-width: 768px) {
  .top--seminar-entry {
    padding: min(3.4722222222vw, 50px) min(5.5555555556vw, 80px) min(5.5555555556vw, 80px) min(5.5555555556vw, 80px);
  }
}

.top--seminar-entry-title {
  font-size: min(4.4776119403vw, 18px);
  font-weight: 700;
  color: #212f77;
}
.top--seminar-entry-title span {
  color: #456fc8;
}
@media (min-width: 768px) {
  .top--seminar-entry-title {
    font-size: min(1.9444444444vw, 28px);
    text-align: center;
  }
}

.top--seminar-entry-text {
  border-bottom: 2px dotted #e6e6e6;
  font-size: min(3.4825870647vw, 14px);
  padding-bottom: min(7.4626865672vw, 30px);
}
@media (min-width: 768px) {
  .top--seminar-entry-text {
    font-size: min(1.1111111111vw, 16px);
  }
}

.top--seminar-entry-info dl {
  margin-bottom: 2em;
}
.top--seminar-entry-info dl dt {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  color: #212f77;
  font-weight: 700;
  font-size: min(3.7313432836vw, 15px);
  padding: 0 0.5em 0.5em 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .top--seminar-entry-info dl dt {
    font-size: min(1.25vw, 18px);
  }
}
.top--seminar-entry-info dl dd {
  font-size: min(3.7313432836vw, 15px);
  margin: 0 0.5em;
}
@media (min-width: 768px) {
  .top--seminar-entry-info dl dd {
    font-size: min(1.25vw, 18px);
  }
}

.top--seminar-entry-form {
  margin-top: min(9.9502487562vw, 40px);
}

.top--seminar-entry-form-title {
  border-top: 2px solid #97aad4;
  color: #212f77;
  font-weight: 700;
  padding-top: min(2.4875621891vw, 10px);
  font-size: min(4.4776119403vw, 18px);
}
@media (min-width: 768px) {
  .top--seminar-entry-form-title {
    font-size: min(1.6666666667vw, 24px);
  }
}

/* ==========================================================
   Form
   ========================================================== */
form p {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: min(3.7313432836vw, 15px);
}
@media (min-width: 768px) {
  form p {
    font-size: min(1.1111111111vw, 16px);
  }
}
form a {
  text-decoration: underline;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=search],
textarea,
select {
  width: 100%;
  padding: 0.75rem 0.875rem;
  border: 1px solid #e6e6e6;
  line-height: 1.4;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=search],
  textarea,
  select {
    font-size: min(1.25vw, 1.125rem);
    width: 50%;
  }
}

textarea {
  width: 100%;
  min-height: 140px;
  resize: vertical;
}

input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(69.6517412935vw, 280px);
  height: min(11.9402985075vw, 48px);
  margin: min(7.4626865672vw, 30px) auto 0 auto;
  font-size: min(3.9800995025vw, 16px);
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  background: #e51e0c;
  color: #fff;
  box-shadow: min(0.9950248756vw, 4px) min(0.9950248756vw, 4px) 0 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  input[type=submit] {
    width: min(24.3055555556vw, 350px);
    height: min(4.1666666667vw, 60px);
    margin: min(2.7777777778vw, 30px) auto 0 auto;
    font-size: min(1.25vw, 18px);
  }
}

.required {
  color: red;
}

.error {
  line-height: 1.2;
}

.form-recaptcha {
  font-size: min(2.736318408vw, 11px);
}
@media (min-width: 768px) {
  .form-recaptcha {
    font-size: min(0.8333333333vw, 12px);
    text-align: center;
  }
}

/* ==========================================================================
   Footer
========================================================================== */
footer {
  font-size: min(2.736318408vw, 11px);
  text-align: center;
  padding: min(9.9502487562vw, 40px) 0 min(24.8756218905vw, 100px) 0;
}
@media (min-width: 768px) {
  footer {
    font-size: min(0.9027777778vw, 13px);
  }
}

.footer-nav {
  display: flex;
  gap: 1em;
  width: fit-content;
  margin: 1.5em auto 0 auto;
}
.footer-nav a {
  text-decoration: underline;
}

/* ==========================================================
   Generic Page (Confirm, Thanks)
   ========================================================== */
.page-header {
  background-color: #212f77;
}
.page-header h1 {
  font-family: "Noto Serif JP", serif;
  font-size: min(3.7313432836vw, 15px);
  text-align: center;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 768px) {
  .page-header h1 {
    font-size: min(1.25vw, 18px);
  }
}

.page-wrapper {
  padding: min(9.9502487562vw, 40px) 0 min(12.4378109453vw, 50px) 0;
}
@media (min-width: 768px) {
  .page-wrapper {
    padding: min(4.1666666667vw, 60px) 0 min(5.5555555556vw, 80px) 0;
  }
}
.page-wrapper h2 {
  font-family: "Noto Serif JP", serif;
  font-size: min(4.9751243781vw, 20px);
  color: #212f77;
  text-align: center;
  margin: 0 0 1.5em 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-wrapper h2 {
    font-size: min(1.9444444444vw, 28px);
    margin-bottom: min(4.1666666667vw, 60px);
  }
}
.page-wrapper p {
  margin-bottom: 2em;
  font-size: min(3.7313432836vw, 15px);
}
@media (min-width: 768px) {
  .page-wrapper p {
    font-size: min(1.1111111111vw, 16px);
  }
}

.page--confirm .confirm-dl {
  border-top: 1px solid #e6e6e6;
}
.page--confirm .confirm-dl dt,
.page--confirm .confirm-dl dd {
  padding: 1em;
  border-bottom: 1px solid #e6e6e6;
  font-size: min(3.7313432836vw, 15px);
}
@media (min-width: 768px) {
  .page--confirm .confirm-dl dt,
  .page--confirm .confirm-dl dd {
    font-size: min(1.1111111111vw, 16px);
  }
}
.page--confirm .confirm-dl dt {
  font-weight: 700;
  background-color: #f8f8f9;
}
.page--confirm .confirm-dl dd {
  margin: 0;
  word-break: break-all;
}
@media (min-width: 768px) {
  .page--confirm .confirm-dl {
    display: grid;
    grid-template-columns: minmax(min(13.8888888889vw, 200px), 30%) 1fr;
  }
  .page--confirm .confirm-dl dt,
  .page--confirm .confirm-dl dd {
    border-bottom: 1px solid #e6e6e6;
  }
  .page--confirm .confirm-dl dt {
    border-right: 1px solid #e6e6e6;
  }
}
.page--confirm .confirm-buttons {
  margin-top: min(9.9502487562vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
}
@media (min-width: 768px) {
  .page--confirm .confirm-buttons {
    flex-direction: row;
    justify-content: center;
    gap: min(2.7777777778vw, 40px);
  }
  .page--confirm .confirm-buttons > * {
    flex: 1;
  }
}
.page--confirm .confirm-buttons .button-back {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(69.6517412935vw, 280px);
  height: min(11.9402985075vw, 48px);
  font-size: min(3.9800995025vw, 16px);
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  background: #aaa;
  color: #fff;
  box-shadow: min(0.9950248756vw, 4px) min(0.9950248756vw, 4px) 0 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .page--confirm .confirm-buttons .button-back {
    width: min(24.3055555556vw, 350px);
    height: min(4.1666666667vw, 60px);
    margin: 0;
    font-size: min(1.25vw, 18px);
  }
}
@media (min-width: 768px) {
  .page--confirm .confirm-buttons input[type=submit] {
    margin-top: 0;
  }
}

.page--thanks {
  text-align: center;
}
.page--thanks p {
  text-align: left;
}
@media (min-width: 768px) {
  .page--thanks p {
    text-align: center;
  }
}
.page--thanks .thanks-button-wrapper {
  margin-top: min(9.9502487562vw, 40px);
}
.page--thanks .button-primary {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(69.6517412935vw, 280px);
  height: min(11.9402985075vw, 48px);
  font-size: min(3.9800995025vw, 16px);
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  margin: auto;
  background: #e51e0c;
  color: #fff;
  box-shadow: min(0.9950248756vw, 4px) min(0.9950248756vw, 4px) 0 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .page--thanks .button-primary {
    width: min(24.3055555556vw, 350px);
    height: min(4.1666666667vw, 60px);
    margin: 0 auto;
    font-size: min(1.25vw, 18px);
  }
}

/* 既存のフッターのbottomMarginを調整 (SP時以外) */
@media (min-width: 768px) {
  footer {
    padding-bottom: min(2.7777777778vw, 40px);
  }
}