/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.sp-break {
  display: none
}

@media only screen and (max-width: 768px) {
  .sp-break {
    display: block
  }
}

.sp-inline {
  display: block
}

@media only screen and (max-width: 768px) {
  .sp-inline {
    display: none
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #003b82;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px
}

html,
body {
  overflow-x: hidden
}

img {
  max-width: 100%
}

h1,
.h1 {
  font-size: clamp(48rem/16, calc(0.02vw + 16vw * 0.5), 34rem/16)
}

h2,
.h2 {
  font-size: clamp(36rem/16, calc(0.02vw + 16vw * 0.5), 34rem/16)
}

h3,
.h3 {
  font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 34rem/16)
}

h4,
.h4 {
  font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 34rem/16)
}

h5,
.h5 {
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 34rem/16)
}

p {
  font-size: clamp(16rem/16, calc(0.02vw + 16vw * 0.5), 34rem/16)
}

.contents {
  width: 90%;
  margin: 0 auto
}

@media only screen and (max-width: 768px) {
  .contents {
    width: 95%
  }
}

.main {
  padding: 0
}

.ta-center {
  text-align: center
}

.page-top {
  text-align: center
}

.page-top a {
  font-size: clamp(25rem/16, calc(0.02vw + 16vw * 0.5), 25rem/16);
  font-weight: 700;
  text-underline-offset: .8ex;
  text-decoration-thickness: 3px
}

header .header {
  position: fixed;
  background-color: rgba(255, 255, 255, .7);
  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;
  width: 100%;
  max-width: 100%;
  padding: 20px 40px;
  z-index: 10
}

header .header__logo h1 {
  margin: 0
}

header .header__logo a {
  display: block
}

header .header__logo img {
  max-width: 300px
}

header .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0
}

header .header__nav ul li a {
  display: block;
  text-decoration: none;
  padding: 0 30px
}

header .header__nav ul li a:last-of-type {
  padding-right: 0
}

footer .footer {
  color: #003b82;
  width: 100vw;
  max-width: 100vw;
  padding: 10px
}

footer .footer__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;
  margin-top: 40px;
  margin-bottom: 40px
}

footer .footer__info--logo {
  color: #003b82;
  font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
  font-weight: bold
}

footer .footer__info--addr address {
  font-style: normal;
  color: #fff
}

footer .footer__nav {
  margin-left: 60px;
  padding-left: 20px
}

footer .footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  margin: 0;
  padding: 0
}

footer .footer__nav ul li {
  list-style-type: none
}

footer .footer__nav ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out
}

footer .footer__nav ul li a:hover {
  opacity: .7
}

footer .footer__copywrite {
  text-align: center;
  margin-top: 10px
}

footer .footer__copywrite small {
  color: #fff
}

@media only screen and (max-width: 1200px) {
  footer .footer__info--logo {
    font-size: clamp(26rem/16, calc(0.02vw + 16vw * 0.5), 26rem/16)
  }
}

@media only screen and (max-width: 768px) {
  footer .footer__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
  }

  footer .footer__info--logo {
    font-size: clamp(26rem/16, calc(0.02vw + 16vw * 0.5), 26rem/16)
  }

  footer .footer__nav {
    margin-left: 0;
    padding-left: 0
  }

  footer .footer__nav ul {
    gap: 40px
  }
}

@media only screen and (max-width: 428px) {
  footer .footer__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
  }

  footer .footer__info--logo {
    font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16)
  }

  footer .footer__nav {
    margin-left: 0
  }
}

.kv {
  background-image: url(../images/home/kv_bak.jpg);
  background-size: cover;
  width: 100vw;
  max-width: 100vw;
  position: relative
}

.kv:after {
  content: "";
  border-bottom: 11px solid #ef99a4;
  bottom: 0;
  left: 0;
  position: absolute
}

.kv .swiper {
  width: 100%;
  font-size: 16
}

.kv .swiper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.home__intro {
  background-color: #fbedee;
  padding: 45px 0 60px
}

.home__intro--inner {
  position: relative
}

.home__intro--inner .intro__before {
  margin-right: 20px
}

.home__intro--inner .intro__after {
  margin-left: 20px
}

.home__intro--inner .intro__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 5% auto;
  text-align: center
}

.home__intro--inner .intro__main h2 {
  line-height: 1;
  margin-bottom: 25px
}

.home__intro--inner .intro__main p {
  font-size: clamp(26rem/16, calc(0.02vw + 16vw * 0.5), 26rem/16);
  font-weight: 500;
  line-height: 1.2
}

.home__intro--inner .intro__main--text img {
  width: 100%
}

.home__intro--inner .intro__main--img {
  margin: 50px auto
}

.home__intro--inner .present__box--title {
  background-color: #003b82;
  border-radius: 90px;
  color: #fff7af;
  display: block;
  font-size: clamp(36rem/16, calc(0.02vw + 16vw * 0.5), 36rem/16);
  font-weight: 700;
  margin: 30px auto 0;
  padding: 15px 20px;
  text-align: center;
  width: 640px;
  max-width: 100%
}

.home__intro--inner .present__box--inner {
  margin-top: 60px
}

.home__intro--inner .present__box--inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 20px;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.home__intro--inner .present__box--inner ul li {
  background-color: #fff;
  padding: 17px
}

.home__intro--inner .present__box--inner ul li dl.present-item {
  display: grid;
  grid-template-columns: 60% auto;
  gap: 14px;
  height: 100%;
  margin: 0
}

.home__intro--inner .present__box--inner ul li dl.present-item .present-item-grade {
  background-color: #ef99a4;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
  font-weight: bold;
  text-align: center;
  list-style: 1;
  padding: 3px 16px 6px;
  margin: 0 0 10px 0;
  width: 120px
}

.home__intro--inner .present__box--inner ul li dl.present-item .present-item-grade span {
  color: inherit;
  font-size: clamp(44rem/16, calc(0.02vw + 16vw * 0.5), 44rem/16);
  font-weight: inherit
}

.home__intro--inner .present__box--inner ul li dl.present-item .present-item-com,
.home__intro--inner .present__box--inner ul li dl.present-item .present-item-name {
  font-weight: bold;
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
  margin: 0
}

.home__intro--inner .present__box--inner ul li dl.present-item .present-item-com {
  margin-bottom: 20px
}

.home__intro--inner .present__box--inner ul li dl.present-item ul {
  display: block;
  list-style-type: none;
  margin: 0
}

.home__intro--inner .present__box--inner ul li dl.present-item ul li {
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
  font-weight: bold;
  line-height: 1.3;
  padding: 0
}

.home__intro--inner .present__box--inner ul li dl.present-item ul li+li {
  margin-top: 10px
}

.home__intro--inner .present__box--inner ul li dl.present-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  margin: 0
}

.home__intro--inner .present__box--inner ul li dl.present-item dt dl {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0
}

.home__intro--inner .present__box--inner ul li dl.present-item dt dl dt {
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
  margin-bottom: 10px
}

.home__intro--inner .present__box--inner ul li dl.present-item dt dl dd {
  margin-left: 0
}

.home__intro--inner .present__box--inner ul li dl.present-item dd {
  margin: 0;
  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;
  width: 100%
}

.home__intro--inner .present__box--patternb {
  margin-top: 28px;
  display: grid;
  grid-template-columns: auto calc((100% - 40px)/3)
}

.home__intro--inner .present__box--patternb>div:nth-of-type(2) {
  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
}

.home__intro--inner .present__box--patternb ul {
  grid-template-columns: 1fr 1fr;
  margin-right: 20px
}

.home__intro--inner .present__caution {
  font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16);
  font-weight: 500;
  line-height: 1.5
}

@media only screen and (max-width: 960px) {
  .home__intro--inner .intro__before {
    margin-right: 0;
    width: 108px
  }

  .home__intro--inner .intro__after {
    margin-left: 0;
    width: 101px
  }

  .home__intro--inner .intro__main {
    width: 100%;
    margin: 0 auto
  }

  .home__intro--inner .intro__main--text img {
    width: 90%
  }

  .home__intro--inner .present__box--title {
    font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
    width: 100%
  }

  .home__intro--inner .present__box--inner {
    margin-top: 60px
  }

  .home__intro--inner .present__box--inner ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
    list-style-type: none;
    padding: 0;
    margin: 0
  }

  .home__intro--inner .present__box--inner ul li {
    background-color: #fff;
    padding: 17px
  }

  .home__intro--inner .present__box--inner ul li dl.present-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    height: 100%;
    margin: 0
  }

  .home__intro--inner .present__box--inner ul li dl.present-item .present-item-grade span {
    font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16)
  }

  .home__intro--inner .present__box--inner ul li dl.present-item ul {
    display: block;
    list-style-type: none;
    margin: 0
  }

  .home__intro--inner .present__box--inner ul li dl.present-item ul li {
    font-weight: bold;
    line-height: 1.3;
    padding: 0
  }

  .home__intro--inner .present__box--inner ul li dl.present-item ul li+li {
    margin-top: 10px
  }

  .home__intro--inner .present__box--inner ul li dl.present-item dt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .home__intro--inner .present__box--inner ul li dl.present-item dd {
    margin: 0;
    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
  }

  .home__intro--inner .present__box--patternb {
    margin-top: 10px;
    grid-template-columns: 1fr
  }

  .home__intro--inner .present__box--patternb>div:nth-of-type(2) {
    display: none
  }

  .home__intro--inner .present__box--patternb ul {
    grid-template-columns: 1fr 1fr;
    margin-right: 0
  }
}

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

  .home__intro--inner .intro__before,
  .home__intro--inner .intro__after {
    position: absolute;
    top: 26%
  }

  .home__intro--inner .intro__before {
    width: 88px;
    right: 55%;
    top: calc(26% + 30px)
  }

  .home__intro--inner .intro__after {
    width: 81px;
    left: 55%
  }

  .home__intro--inner .intro__main {
    width: 100%;
    margin: 0 auto
  }

  .home__intro--inner .intro__main p {
    font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16)
  }

  .home__intro--inner .intro__main--text img {
    width: 100%
  }

  .home__intro--inner .intro__main--text--present {
    font-size: clamp(28rem/16, calc(0.02vw + 16vw * 0.5), 28rem/16);
    margin: 50px auto 0;
    width: 100%
  }

  .home__intro--inner .present__box--title {
    font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16);
    width: 100%
  }

  .home__intro--inner .present__box--inner ul {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .home__intro--inner .present__box--inner ul li dl.present-item {
    display: grid;
    grid-template-columns: 60% auto;
    gap: 4px;
    height: 100%;
    margin: 0
  }

  .home__intro--inner .present__box--inner ul li dl.present-item .present-item-grade {
    font-size: clamp(16rem/16, calc(0.02vw + 16vw * 0.5), 16rem/16)
  }

  .home__intro--inner .present__box--inner ul li dl.present-item .present-item-grade span {
    font-size: clamp(26rem/16, calc(0.02vw + 16vw * 0.5), 26rem/16)
  }

  .home__intro--inner .present__box--inner ul li dl.present-item .present-item-com,
  .home__intro--inner .present__box--inner ul li dl.present-item .present-item-name {
    font-size: clamp(16rem/16, calc(0.02vw + 16vw * 0.5), 16rem/16)
  }

  .home__intro--inner .present__box--inner ul li dl.present-item ul {
    display: block;
    list-style-type: none;
    margin: 0
  }

  .home__intro--inner .present__box--inner ul li dl.present-item ul li {
    font-size: clamp(16rem/16, calc(0.02vw + 16vw * 0.5), 16rem/16);
    font-weight: bold;
    line-height: 1.3;
    padding: 0
  }

  .home__intro--inner .present__box--inner ul li dl.present-item ul li+li {
    margin-top: 10px
  }

  .home__intro--inner .present__box--inner ul li dl.present-item dt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .home__intro--inner .present__box--inner ul li dl.present-item dt dl dt {
    font-size: clamp(16rem/16, calc(0.02vw + 16vw * 0.5), 16rem/16)
  }

  .home__intro--inner .present__box--inner ul li dl.present-item dd {
    margin: 0;
    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
  }
}

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

  .home__intro--inner .intro__before,
  .home__intro--inner .intro__after {
    top: 23%
  }

  .home__intro--inner .intro__before {
    top: calc(23% + 30px)
  }

  .home__intro--inner .intro__main p {
    font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
    line-height: 1.4
  }

  .home__intro--inner .intro__main--text--present {
    font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16);
    width: 100%
  }
}

.home__diagnosis {
  background-color: #fbedee;
  padding: 70px 0 85px
}

.home__diagnosis--inner h2 {
  text-align: center
}

.home__diagnosis--inner h3 {
  font-size: clamp(28rem/16, calc(0.02vw + 16vw * 0.5), 28rem/16);
  text-align: center;
  line-height: 1.5;
  margin-top: 50px
}

.home__diagnosis--inner .home__diagnosis--note {
  font-size: clamp(16rem/16, calc(0.02vw + 16vw * 0.5), 16rem/16);
  font-weight: 500;
  text-align: center;
  line-height: 1.3
}

.home__diagnosis--inner ol {
  width: 80%;
  margin: 0 auto;
  list-style-type: none;
  counter-reset: number 0;
  padding-left: 0
}

.home__diagnosis--inner ol li {
  font-weight: 700;
  counter-increment: number 1;
  display: grid;
  gap: 25px;
  grid-template-columns: 50px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5
}

.home__diagnosis--inner ol li:before {
  content: "Q"counter(number);
  color: #ec8398;
  font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
  font-weight: 700;
  letter-spacing: .2rem
}

.home__diagnosis--inner dl {
  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;
  font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16)
}

.home__diagnosis--inner dl dt {
  font-size: inherit
}

.home__diagnosis--inner dl dd {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0
}

.home__diagnosis--inner dl dd input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden
}

.home__diagnosis--inner dl dd input:hover+label {
  color: #003b82 !important
}

.home__diagnosis--inner dl dd input:last-of-type+label {
  border-left: 2.5px solid #003b82
}

.home__diagnosis--inner dl dd label {
  cursor: pointer;
  text-align: center;
  font-size: clamp(37rem/16, calc(0.02vw + 16vw * 0.5), 37rem/16);
  font-weight: 500;
  line-height: 1;
  padding: 9px 18px;
  margin-right: -1px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.home__diagnosis--inner dl dd input:not(:checked)+label {
  color: #ccc
}

.home__diagnosis--points {
  background-color: #fff;
  text-align: center;
  padding: 45px 0;
  margin-top: 60px;
  position: relative
}

.home__diagnosis--points:after {
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  width: 95px;
  height: 43px;
  left: calc(50% - 47.5px);
  top: 100%
}

.home__diagnosis--points h3 {
  font-size: clamp(32rem/16, calc(0.02vw + 16vw * 0.5), 32rem/16);
  font-weight: 700;
  margin: 0
}

.home__diagnosis--points p {
  font-size: clamp(32rem/16, calc(0.02vw + 16vw * 0.5), 32rem/16);
  font-weight: 700;
  margin: 0
}

.home__diagnosis--points p span {
  font-size: clamp(80rem/16, calc(0.02vw + 16vw * 0.5), 80rem/16);
  font-weight: inherit;
  line-height: 1;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out
}

@media only screen and (max-width: 960px) {
  .home__diagnosis--inner ol {
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
    counter-reset: number 0;
    padding-left: 0
  }

  .home__diagnosis--inner ol li {
    font-weight: 700;
    counter-increment: number 1;
    display: grid;
    gap: 25px;
    grid-template-columns: 50px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5
  }

  .home__diagnosis--inner ol li:before {
    content: "Q"counter(number);
    color: #ec8398;
    font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
    font-weight: 700;
    letter-spacing: .2rem
  }

  .home__diagnosis--inner dl {
    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;
    font-size: clamp(22rem/16, calc(0.02vw + 16vw * 0.5), 22rem/16)
  }

  .home__diagnosis--inner dl dt {
    font-size: inherit
  }

  .home__diagnosis--inner dl dd {
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
  }

  .home__diagnosis--inner dl dd input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
  }

  .home__diagnosis--inner dl dd input:hover+label {
    color: #003b82 !important
  }

  .home__diagnosis--inner dl dd input:last-of-type+label {
    border-left: 2.5px solid #003b82
  }

  .home__diagnosis--inner dl dd label {
    cursor: pointer;
    text-align: center;
    font-size: clamp(37rem/16, calc(0.02vw + 16vw * 0.5), 37rem/16);
    font-weight: 500;
    line-height: 1;
    padding: 9px 18px;
    margin-right: -1px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
  }

  .home__diagnosis--inner dl dd input:not(:checked)+label {
    color: #ccc
  }

  .home__diagnosis--points {
    background-color: #fff;
    text-align: center;
    padding: 45px 0;
    margin-top: 60px;
    position: relative
  }

  .home__diagnosis--points:after {
    content: "";
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    width: 95px;
    height: 43px;
    left: calc(50% - 47.5px);
    top: 100%
  }

  .home__diagnosis--points h3 {
    font-size: clamp(32rem/16, calc(0.02vw + 16vw * 0.5), 32rem/16);
    font-weight: 700;
    margin: 0
  }

  .home__diagnosis--points p {
    font-size: clamp(32rem/16, calc(0.02vw + 16vw * 0.5), 32rem/16);
    font-weight: 700;
    margin: 0
  }

  .home__diagnosis--points p span {
    font-size: clamp(80rem/16, calc(0.02vw + 16vw * 0.5), 80rem/16);
    font-weight: inherit;
    line-height: 1;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
  }
}

@media only screen and (max-width: 768px) {
  .home__diagnosis--inner h3 {
    font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16)
  }

  .home__diagnosis--inner ol li {
    gap: 0;
    grid-template-columns: 1fr
  }

  .home__diagnosis--inner dl {
    font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
    margin-top: 0;
    gap: 10px
  }

  .home__diagnosis--points {
    background-color: #fff;
    text-align: center;
    padding: 45px 0;
    margin-top: 60px;
    position: relative
  }

  .home__diagnosis--points:after {
    content: "";
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    width: 95px;
    height: 43px;
    left: calc(50% - 47.5px);
    top: 100%
  }

  .home__diagnosis--points h3 {
    font-size: clamp(32rem/16, calc(0.02vw + 16vw * 0.5), 32rem/16);
    font-weight: 700;
    margin: 0
  }

  .home__diagnosis--points p {
    font-size: clamp(32rem/16, calc(0.02vw + 16vw * 0.5), 32rem/16);
    font-weight: 700;
    margin: 0
  }

  .home__diagnosis--points p span {
    font-size: clamp(80rem/16, calc(0.02vw + 16vw * 0.5), 80rem/16);
    font-weight: inherit;
    line-height: 1;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
  }
}

@media only screen and (max-width: 428px) {
  .home__diagnosis--inner dl {
    gap: 0
  }
}

.home__about {
  background-color: #fbedee;
  padding-bottom: 100px;
  position: relative
}

.home__about:after {
  content: "";
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  width: 95px;
  height: 43px;
  left: calc(50% - 47.5px);
  top: 100%
}

.home__about--intro {
  font-size: clamp(32rem/16, calc(0.02vw + 16vw * 0.5), 32rem/16);
  font-weight: 700;
  text-align: center;
  line-height: 1.8
}

.home__about--intro:first-of-type {
  margin-top: 0
}

.home__about--intro:last-of-type {
  margin-bottom: 45px
}

.home__about--intro span.fs-large {
  font-size: clamp(40rem/16, calc(0.02vw + 16vw * 0.5), 40rem/16)
}

.home__about--intro span.fs-pink {
  color: #ec8398;
  font-size: inherit
}

.home__about--intro span.y-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF7AF));
  background: linear-gradient(transparent 50%, #FFF7AF 50%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 80%
}

.home__about .arrow-bottom {
  position: relative
}

.home__about .arrow-bottom:after {
  content: "";
  background-color: #003b82;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  width: 95px;
  height: 43px;
  left: calc(50% - 47.5px);
  top: calc(100% + 45px)
}

.home__about--links {
  margin-top: 130px
}

.home__about--links ul {
  list-style-type: none;
  padding-left: 0
}

.home__about--links ul li+li {
  margin-top: 25px
}

.home__about--links ul li:nth-of-type(1) a:hover:after {
  border: 4px solid #f7b52c
}

.home__about--links ul li:nth-of-type(2) a:hover:after {
  border: 4px solid #036eb7
}

.home__about--links ul li:nth-of-type(3) a:hover:after {
  border: 4px solid #ec798b
}

.home__about--links ul li:nth-of-type(3) ul {
  margin-top: 10px
}

.home__about--links ul li:nth-of-type(3) ul li a {
  display: block;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  z-index: 0
}

.home__about--links ul li:nth-of-type(3) ul li a:after {
  border-radius: 0
}

.home__about--links ul li:nth-of-type(3) ul a:hover:after {
  border: 4px solid #ec798b
}

.home__about--links ul li:nth-of-type(4) a:hover:after {
  border: 4px solid #1eaa39
}

.home__about--links ul li a {
  display: block;
  width: 512px;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  z-index: 0
}

.home__about--links ul li a:before {
  content: "";
  background-color: #fff;
  border-radius: 90px;
  width: 100%;
  height: 97%;
  position: absolute;
  left: 0;
  top: .5%;
  z-index: -1
}

.home__about--links ul li a:after {
  content: "";
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 90px;
  width: 99%;
  height: calc(97% - 8px);
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.home__about--next {
  font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-top: 95px
}

@media only screen and (max-width: 768px) {
  .home__about--intro {
    font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
    line-height: 1.5
  }

  .home__about--intro span.fs-large {
    font-size: clamp(34rem/16, calc(0.02vw + 16vw * 0.5), 34rem/16)
  }

  .home__about--links ul {
    list-style-type: none
  }

  .home__about--next {
    font-size: clamp(22rem/16, calc(0.02vw + 16vw * 0.5), 22rem/16);
    line-height: 1.5
  }
}

@media only screen and (max-width: 428px) {
  .home__about--intro {
    font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16)
  }

  .home__about--intro span.fs-large {
    font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16)
  }

  .home__about--links ul {
    list-style-type: none
  }

  .home__about--next {
    font-size: clamp(22rem/16, calc(0.02vw + 16vw * 0.5), 22rem/16);
    line-height: 1.5
  }
}

.home__quiz {
  padding: 88px 0 0
}

.home__quiz--header {
  text-align: center
}

.home__quiz--header p {
  font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16);
  font-weight: 700;
  line-height: 1.8
}

.home__quiz--list {
  width: 90%;
  margin: 0 auto 90px;
  padding-left: 0;
  list-style-type: none;
  counter-reset: number 0
}

.home__quiz--list--inner {
  display: grid;
  gap: 25px;
  grid-template-columns: 50px auto 220px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.home__quiz--list--inner:before {
  content: "Q"counter(number);
  color: #ec8398;
  font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
  font-weight: 700;
  letter-spacing: .2rem
}

.home__quiz--list--inner p {
  font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16)
}

.home__quiz--list li {
  font-weight: 700;
  counter-increment: number 1;
  line-height: 1.5
}

.home__quiz--list .ans-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: clamp(22rem/16, calc(0.02vw + 16vw * 0.5), 22rem/16)
}

.home__quiz--list .ans-area p {
  font-size: inherit
}

.home__quiz--list .ans-area .ans-cc {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative
}

.home__quiz--list .ans-area .ans-cc.incorrect:before {
  content: "";
  background-image: url(../images/common/q_cross.png);
  background-size: contain;
  position: absolute;
  display: block;
  width: 67px;
  aspect-ratio: 1/1;
  position: absolute;
  left: calc((100% - 60px)/2);
  top: calc((100% - 65px)/2);
  z-index: -1
}

.home__quiz--list .ans-area .ans-cc.correct:after {
  content: "";
  background-image: url(../images/common/q_cercle.png);
  background-size: contain;
  position: absolute;
  display: block;
  width: 67px;
  aspect-ratio: 1/1;
  position: absolute;
  left: calc((100% - 60px)/2);
  top: calc((100% - 65px)/2);
  z-index: -1
}

.home__quiz--list .ans-area .ans-cc input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden
}

.home__quiz--list .ans-area .ans-cc input:hover+label {
  color: #003b82 !important
}

.home__quiz--list .ans-area .ans-cc input:last-of-type+label {
  border-left: 2.5px solid #003b82
}

.home__quiz--list .ans-area .ans-cc label {
  cursor: pointer;
  text-align: center;
  font-size: clamp(37rem/16, calc(0.02vw + 16vw * 0.5), 37rem/16);
  font-weight: 500;
  line-height: 1;
  padding: 5px 18px;
  margin-right: -1px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.home__quiz--list .ans-area .ans-cc label:hover {
  color: #003b82 !important
}

.home__quiz--list .ans-area .ans-cc input:not(:checked)+label {
  color: #ccc
}

.home__quiz--list .ans-area .apply-keyword {
  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;
  font-size: clamp(44rem/16, calc(0.02vw + 16vw * 0.5), 44rem/16);
  font-weight: 700;
  text-align: center;
  border: 4px solid #003b82;
  border-radius: 6px;
  width: 70px;
  aspect-ratio: 1/1;
  line-height: 1
}

.home__quiz--list--tip {
  display: grid;
  gap: 25px;
  grid-template-columns: 50px auto 210px;
  margin-top: -20px
}

.home__quiz--list--tip::before,
.home__quiz--list--tip::after {
  content: ""
}

.home__quiz--list--tip dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  margin: 10px 0 0
}

.home__quiz--list--tip dl dt {
  cursor: pointer;
  background-color: #fceeee;
  border-radius: 6px;
  font-size: clamp(16rem/16, calc(0.02vw + 16vw * 0.5), 16rem/16);
  font-weight: 700;
  padding: 7px 30px 7px 9px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.home__quiz--list--tip dl dt:after {
  content: "";
  background-color: #003b82;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  width: 10px;
  height: 6px
}

.home__quiz--list--tip dl dd {
  display: none;
  background-color: #fceeee;
  border-radius: 6px;
  font-size: clamp(16rem/16, calc(0.02vw + 16vw * 0.5), 16rem/16);
  font-weight: 500;
  padding: 20px 9px;
  margin-top: -10px;
  margin-left: 0
}

.home__quiz--answer {
  background-color: #fbedee;
  padding: 66px 0 60px
}

.home__quiz--answer p {
  font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16);
  font-weight: 700;
  text-align: center
}

.home__quiz--answer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  list-style-type: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 35px auto 33px
}

.home__quiz--answer ul li {
  margin: 0
}

.home__quiz--answer ul li input[type=text] {
  border: 4px solid #003b82;
  border-radius: 6px;
  font-size: clamp(60rem/16, calc(0.02vw + 16vw * 0.5), 60rem/16);
  text-align: center;
  width: 100px;
  aspect-ratio: 1/1;
  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;
  padding: 5px
}

.home__quiz--answer a {
  display: block;
  background-color: #ec8398;
  border: 5px solid #ec8398;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(60rem/16, calc(0.02vw + 16vw * 0.5), 60rem/16);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 70%;
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out
}

.home__quiz--answer a::after {
  content: "";
  background-image: url(../images/common/arrow-white.png);
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 20px;
  right: 40px;
  top: calc((100% - 20px)/2);
  bottom: 0;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out
}

.home__quiz--answer a:hover {
  background-color: #fff;
  color: #ec8398
}

.home__quiz--answer a:hover::after {
  background-image: url(../images/common/arrow-pink.png)
}

.home__quiz--answer a.disable {
  pointer-events: none;
  cursor: auto;
  background-color: #aaa;
  border: 5px solid #aaa
}

.home__quiz--answer a.disable:hover {
  background-color: #aaa;
  color: #fff
}

.home__quiz--answer a.disable:hover::after {
  background-image: url(../images/common/arrow-white.png)
}

@media only screen and (max-width: 768px) {
  .home__quiz {
    padding: 88px 0 0
  }

  .home__quiz--header {
    text-align: center
  }

  .home__quiz--header p {
    font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16);
    line-height: 1.5
  }

  .home__quiz--list {
    width: 100%
  }

  .home__quiz--list--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0
  }

  .home__quiz--list--inner:before {
    width: 100%;
    line-height: 1
  }

  .home__quiz--list--inner p {
    font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
    width: calc(100% - 220px)
  }

  .home__quiz--list li+li {
    margin-top: 20px
  }

  .home__quiz--list .ans-area {
    width: 220px;
    gap: 10px
  }

  .home__quiz--list .ans-area p {
    font-size: inherit
  }

  .home__quiz--list .ans-area .ans-cc {
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: relative
  }

  .home__quiz--list .ans-area .ans-cc.incorrect:before {
    content: "";
    background-image: url(../images/common/q_cross.png);
    background-size: contain;
    position: absolute;
    display: block;
    width: 67px;
    aspect-ratio: 1/1;
    position: absolute;
    left: calc((100% - 60px)/2);
    top: calc((100% - 65px)/2);
    z-index: -1
  }

  .home__quiz--list .ans-area .ans-cc.correct:after {
    content: "";
    background-image: url(../images/common/q_cercle.png);
    background-size: contain;
    position: absolute;
    display: block;
    width: 67px;
    aspect-ratio: 1/1;
    position: absolute;
    left: calc((100% - 60px)/2);
    top: calc((100% - 65px)/2);
    z-index: -1
  }

  .home__quiz--list .ans-area .ans-cc input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
  }

  .home__quiz--list .ans-area .ans-cc input:hover+label {
    color: #003b82 !important
  }

  .home__quiz--list .ans-area .ans-cc input:last-of-type+label {
    border-left: 2.5px solid #003b82
  }

  .home__quiz--list .ans-area .ans-cc label {
    cursor: pointer;
    text-align: center;
    font-size: clamp(37rem/16, calc(0.02vw + 16vw * 0.5), 37rem/16);
    font-weight: 500;
    line-height: 1;
    padding: 5px 18px;
    margin-right: -1px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
  }

  .home__quiz--list .ans-area .ans-cc label:hover {
    color: #003b82 !important
  }

  .home__quiz--list .ans-area .ans-cc input:not(:checked)+label {
    color: #ccc
  }

  .home__quiz--list--tip {
    display: grid;
    gap: 25px;
    grid-template-columns: auto;
    margin-top: -20px
  }

  .home__quiz--list--tip::before {
    content: none
  }

  .home__quiz--list--tip dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin: 10px 0 0
  }

  .home__quiz--list--tip dl dt {
    cursor: pointer;
    background-color: #fceeee;
    border-radius: 6px;
    font-weight: 700;
    padding: 7px 30px 7px 9px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .home__quiz--list--tip dl dt:after {
    content: "";
    background-color: #003b82;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    width: 10px;
    height: 6px
  }

  .home__quiz--list--tip dl dd {
    display: none;
    background-color: #fceeee;
    border-radius: 6px;
    font-weight: 500;
    padding: 20px 9px;
    margin-top: -10px;
    margin-left: 0
  }

  .home__quiz--answer {
    background-color: #fbedee;
    padding: 66px 0 60px
  }

  .home__quiz--answer p {
    font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16);
    font-weight: 700;
    text-align: center
  }

  .home__quiz--answer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    list-style-type: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    margin: 35px auto 33px
  }

  .home__quiz--answer ul li {
    margin: 0
  }

  .home__quiz--answer ul li input[type=text] {
    border: 4px solid #003b82;
    border-radius: 6px;
    font-size: clamp(60rem/16, calc(0.02vw + 16vw * 0.5), 60rem/16);
    text-align: center;
    width: 80px;
    aspect-ratio: 1/1
  }

  .home__quiz--answer a {
    display: block;
    background-color: #ec8398;
    border: 5px solid #ec8398;
    border-radius: 90px;
    color: #fff;
    font-size: clamp(40rem/16, calc(0.02vw + 16vw * 0.5), 40rem/16);
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    width: 90%;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
  }

  .home__quiz--answer a::after {
    content: "";
    background-image: url(../images/common/arrow-white.png);
    background-size: contain;
    position: absolute;
    width: 16px;
    height: 20px;
    right: 40px;
    top: calc((100% - 20px)/2);
    bottom: 0;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
  }

  .home__quiz--answer a:hover {
    background-color: #fff;
    color: #ec8398
  }

  .home__quiz--answer a:hover::after {
    background-image: url(../images/common/arrow-pink.png)
  }

  .home__quiz--answer a.disable {
    pointer-events: none;
    cursor: auto;
    background-color: #aaa;
    border: 5px solid #aaa
  }

  .home__quiz--answer a.disable:hover {
    background-color: #aaa;
    color: #fff
  }

  .home__quiz--answer a.disable:hover::after {
    background-image: url(../images/common/arrow-white.png)
  }
}

@media only screen and (max-width: 428px) {
  .home__quiz--list--inner p {
    font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
    width: 100%
  }

  .home__quiz--list .ans-area {
    width: 100%
  }

  .home__quiz--list--tip {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
    margin-top: 15px
  }

  .home__quiz--list--tip::before,
  .home__quiz--list--tip::after {
    content: none
  }

  .home__quiz--list--tip dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin: 10px 0 0
  }

  .home__quiz--list--tip dl dt {
    cursor: pointer;
    background-color: #fceeee;
    border-radius: 6px;
    font-weight: 700;
    padding: 7px 30px 7px 9px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .home__quiz--list--tip dl dt:after {
    content: "";
    background-color: #003b82;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    width: 10px;
    height: 6px
  }

  .home__quiz--list--tip dl dd {
    display: none;
    background-color: #fceeee;
    border-radius: 6px;
    font-weight: 500;
    padding: 20px 9px;
    margin-top: -10px;
    margin-left: 0
  }

  .home__quiz--answer {
    background-color: #fbedee;
    padding: 66px 0 60px
  }

  .home__quiz--answer p {
    font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16);
    font-weight: 700;
    text-align: center
  }

  .home__quiz--answer ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px
  }

  .home__quiz--answer ul li {
    margin: 0
  }

  .home__quiz--answer ul li input[type=text] {
    border: 4px solid #003b82;
    border-radius: 6px;
    font-size: clamp(40rem/16, calc(0.02vw + 16vw * 0.5), 40rem/16);
    text-align: center;
    width: 100%;
    aspect-ratio: 1/1
  }

  .home__quiz--answer a {
    font-size: clamp(36rem/16, calc(0.02vw + 16vw * 0.5), 36rem/16)
  }

  .home__quiz--answer a::after {
    right: 30px
  }
}

.home__another {
  background-image: url(../images/home/intro_bak.jpg);
  background-size: cover;
  padding: 45px 0 60px
}

.home__another h2 {
  font-size: clamp(64rem/16, calc(0.02vw + 16vw * 0.5), 64rem/16);
  text-align: center;
  letter-spacing: -0.25rem
}

.home__another p {
  font-size: clamp(28rem/16, calc(0.02vw + 16vw * 0.5), 28rem/16);
  font-weight: 700;
  text-align: center;
  line-height: 1.5
}

.home__another p:nth-of-type(2) {
  font-size: clamp(26rem/16, calc(0.02vw + 16vw * 0.5), 26rem/16)
}

.home__another a {
  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;
  background-color: #ec8398;
  border: 5px solid #ec8398;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(60rem/16, calc(0.02vw + 16vw * 0.5), 60rem/16);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 70%;
  padding: 20px;
  max-width: 100%;
  letter-spacing: -0.25rem;
  margin: 0 auto;
  position: relative;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out
}

.home__another a::after {
  content: "";
  background-image: url(../images/common/arrow-white.png);
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 20px;
  right: 40px;
  top: calc((100% - 20px)/2);
  bottom: 0;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out
}

.home__another a:hover {
  background-color: #fff;
  color: #ec8398
}

.home__another a:hover::after {
  background-image: url(../images/common/arrow-pink.png)
}

.home__another--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  width: 70%;
  margin: 0 auto
}

.home__another--half a:nth-of-type(1) img {
  width: 189px
}

.home__another--half a:nth-of-type(2) img {
  width: 198px
}

@media only screen and (max-width: 1200px) {
  .home__another h2 {
    font-size: clamp(46rem/16, calc(0.02vw + 16vw * 0.5), 46rem/16)
  }

  .home__another a {
    font-size: clamp(42rem/16, calc(0.02vw + 16vw * 0.5), 42rem/16);
    width: 90%
  }

  .home__another--half {
    gap: 20px;
    width: 90%
  }

  .home__another--half:nth-of-type(1) img {
    width: 60%
  }

  .home__another--half:nth-of-type(2) img {
    width: 60%
  }
}

@media only screen and (max-width: 768px) {
  .home__another h2 {
    font-size: clamp(38rem/16, calc(0.02vw + 16vw * 0.5), 38rem/16)
  }

  .home__another p {
    font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16)
  }

  .home__another p:nth-of-type(2) {
    font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16)
  }

  .home__another a {
    font-size: clamp(26rem/16, calc(0.02vw + 16vw * 0.5), 26rem/16);
    width: 90%
  }

  .home__another a::after {
    content: "";
    right: 30px
  }

  .home__another--half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }

  .home__another--half img {
    width: auto
  }
}

@media only screen and (max-width: 428px) {
  .home__another h2 {
    font-size: clamp(34rem/16, calc(0.02vw + 16vw * 0.5), 34rem/16)
  }

  .home__another p {
    font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16);
    text-align: left
  }

  .home__another p:nth-of-type(2) {
    text-align: center
  }

  .home__another p br {
    display: none
  }

  .home__another a {
    font-size: clamp(28rem/16, calc(0.02vw + 16vw * 0.5), 28rem/16);
    width: 100%
  }

  .home__another a::after {
    content: "";
    right: 20px
  }

  .home__another--half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    width: 100%
  }
}

.home__banner {
  background-color: #fbedee;
  text-align: center;
  padding: 50px
}

.home__banner img {
  width: 80%
}

.about__intro {
  text-align: center
}

.about__intro p {
  color: #ec8398;
  font-size: clamp(40rem/16, calc(0.02vw + 16vw * 0.5), 40rem/16);
  font-weight: 700;
  text-align: center;
  margin: 53px 0 46px;
  letter-spacing: .2rem;
  line-height: 1.5
}

.about__intro p span {
  color: inherit;
  font-size: inherit;
  position: relative
}

.about__intro p span::before,
.about__intro p span::after {
  position: absolute;
  bottom: 0;
  height: 70%;
  content: ""
}

.about__intro p span::before {
  border-left: solid 3px;
  left: -100px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg)
}

.about__intro p span::after {
  border-right: solid 3px;
  right: -50px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg)
}

.about__overview {
  padding: 93px 0 100px;
  background-color: #fbedee
}

.about__overview h2 {
  text-align: center
}

.about__overview h2:nth-of-type(2) {
  margin-top: 80px
}

.about__overview p {
  font-size: clamp(26rem/16, calc(0.02vw + 16vw * 0.5), 26rem/16);
  font-weight: 500;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto
}

.about__overview--image {
  margin-top: 20px;
  text-align: center
}

.about__overview--image img {
  width: 670px;
  max-width: 100%
}

@media only screen and (max-width: 768px) {
  .about__overview p {
    font-size: clamp(22rem/16, calc(0.02vw + 16vw * 0.5), 22rem/16)
  }

  .about__overview .ta-center {
    text-align: left
  }
}

.about__detail {
  padding: 120px
}

.about__detail--block {
  background-color: #fbedee;
  padding: 8px 18px
}

.about__detail--block+.about__detail--block {
  margin-top: 140px
}

.about__detail--block .ul-pink {
  list-style-type: none;
  padding-left: 0
}

.about__detail--block .ul-pink li {
  color: #ec8398;
  font-weight: 700;
  line-height: 1.8
}

.about__detail--block .ul-pink li::before {
  content: "●"
}

.about__detail h3 {
  border-left: 10px solid #003b82;
  font-size: clamp(22rem/16, calc(0.02vw + 16vw * 0.5), 22rem/16);
  padding-left: 8px
}

.about__detail p {
  font-size: clamp(16rem/16, calc(0.02vw + 16vw * 0.5), 16rem/16);
  font-weight: 700;
  line-height: 1.5
}

.about__detail p.about__detail--bubble {
  background-color: #ffda3f;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(22rem/16, calc(0.02vw + 16vw * 0.5), 22rem/16);
  font-weight: 700;
  text-shadow: 0 0 4px #f7b52c;
  padding: 15px 50px;
  position: relative;
  margin: 36px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.about__detail p.about__detail--bubble:after {
  content: "";
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  width: 37px;
  height: 30px;
  top: 95%;
  left: calc((100% - 37px)/2)
}

.about__detail--content {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 60px
}

.about__detail--content.tunagaru ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  list-style-type: none;
  margin: 45px auto 0;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.about__detail--content.tunagaru ul li div {
  background-color: #fff;
  border-radius: 17px;
  text-align: center
}

.about__detail--content.tunagaru ul li p {
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0
}

.about__detail--content.tunagaru dl {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 120px 1fr
}

.about__detail--content.tunagaru dl dt {
  font-size: clamp(22rem/16, calc(0.02vw + 16vw * 0.5), 22rem/16);
  font-weight: 700;
  padding-right: 10px
}

.about__detail--content.tunagaru dl dt.tunagaru-other {
  padding-left: 10px;
  position: relative
}

.about__detail--content.tunagaru dl dt.tunagaru-other:before {
  content: "";
  background-image: url(../images/about/tunagaru_other.png);
  background-size: contain;
  width: 26px;
  height: 18px;
  position: absolute;
  left: 0;
  top: -20px
}

.about__detail--content.tunagaru dl dd {
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
  font-weight: 700;
  line-height: 1.8;
  margin-left: 0;
  padding-left: 14px;
  position: relative
}

.about__detail--content.tunagaru dl dd::before {
  content: "";
  background-color: #003b82;
  border-radius: 90px;
  width: 2px;
  height: 90%;
  left: 0;
  top: 5%;
  position: absolute
}

.about__detail--content .border-dot {
  display: block;
  margin: 40px auto 25px
}

.about__detail--content.ugoku ul {
  background-color: #fff;
  border-radius: 10px;
  list-style-type: none;
  margin: 40px 0 0;
  padding: 14px 25px
}

.about__detail--content.ugoku ul>li {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.about__detail--content.ugoku ul>li dl {
  padding: 0;
  margin: 0 0 10px
}

.about__detail--content.ugoku ul>li dl dt img {
  width: 100%
}

.about__detail--content.ugoku ul>li dl dd {
  margin: 0
}

.about__detail--content.ugoku ul>li dl dd ol {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 15px
}

.about__detail--content.ugoku ul>li dl dd ol li {
  font-weight: 500;
  line-height: 1.5
}

.about__detail--content.ugoku p {
  font-weight: 500;
  text-align: center;
  margin-top: 10px
}

.about__detail--content.taberu p {
  font-weight: 700;
  text-align: right;
  margin-top: 14px;
  margin-bottom: 0;
  padding-right: 20px
}

.about__detail--content.taberu p.large-pink {
  color: #ec8398;
  font-size: clamp(22rem/16, calc(0.02vw + 16vw * 0.5), 22rem/16);
  font-weight: 900;
  text-align: center;
  padding-right: 0;
  margin-top: 30px
}

.about__detail--content.oral p {
  background-color: #1eaa39;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16);
  font-weight: 700;
  text-align: center;
  margin-top: 0
}

.about__detail--content.oral .oral-img {
  background-color: #fff;
  border-radius: 12px;
  padding: 8px
}

.about__detail--content.oral .oral-img-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  margin-top: 16px
}

.about__detail--content.oral .oral-img-two .oral-img {
  padding: 10px 20px
}

.about__detail h2 {
  margin-top: 0
}

.about .page-top {
  text-align: center
}

.about .page-top a {
  font-size: clamp(25rem/16, calc(0.02vw + 16vw * 0.5), 25rem/16);
  font-weight: 700;
  text-underline-offset: .8ex;
  text-decoration-thickness: 3px
}

@media only screen and (max-width: 960px) {
  .about__intro p {
    font-size: clamp(32rem/16, calc(0.02vw + 16vw * 0.5), 32rem/16)
  }

  .about__intro p span::before {
    left: -80px
  }

  .about__intro p span::after {
    right: -30px
  }

  .about__detail {
    padding: 100px 60px
  }
}

@media only screen and (max-width: 768px) {
  .about__intro p {
    font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16);
    letter-spacing: 0
  }

  .about__intro p span::before {
    left: -60px
  }

  .about__intro p span::after {
    right: -30px
  }

  .about__detail {
    padding: 100px 0
  }

  .about__detail--block+.about__detail--block {
    margin-top: 100px
  }

  .about__detail--content {
    width: 800px
  }

  .about__detail--content.tunagaru ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .about__detail--content.tunagaru ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
  }

  .about__detail--content.tunagaru ul li p {
    font-size: clamp(16rem/16, calc(0.02vw + 16vw * 0.5), 16rem/16);
    margin-top: 0
  }

  .about__detail--content.ugoku ul>li {
    grid-template-columns: 1fr
  }

  .about__detail--content.ugoku ul>li div {
    text-align: center
  }

  .about__detail--content.taberu p {
    text-align: center
  }

  .about__detail--content.oral .oral-img-two {
    grid-template-columns: 1fr
  }

  .about__detail--content.oral .oral-img-two .oral-img {
    text-align: center
  }
}

@media only screen and (max-width: 428px) {
  .about__intro p {
    font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16)
  }

  .about__intro p span::before {
    left: -50px
  }

  .about__intro p span::after {
    right: -20px
  }

  .about__detail {
    padding: 100px 0
  }

  .about__detail--block {
    padding: 8px
  }

  .about__detail--block+.about__detail--block {
    margin-top: 100px
  }

  .about__detail p.about__detail--bubble {
    padding: 15px 20px
  }

  .about__detail--content {
    width: 800px
  }

  .about__detail--content.tunagaru ul li {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 10px
  }

  .about__detail--content.tunagaru ul li p {
    font-size: clamp(15rem/16, calc(0.02vw + 16vw * 0.5), 15rem/16);
    text-align: left
  }

  .about__detail--content.tunagaru dl {
    grid-template-columns: 1fr
  }

  .about__detail--content.tunagaru dl dd {
    padding-left: 0;
    padding-top: 20px
  }

  .about__detail--content.tunagaru dl dd::before {
    content: none
  }
}

.kv {
  background-image: url(../images/home/kv_bak.jpg);
  background-size: cover;
  border-bottom: 11px solid #ef99a4;
  width: 100vw;
  max-width: 100vw
}

.kv .swiper {
  width: 100%;
  font-size: 16
}

.kv .swiper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.apply {
  padding-bottom: 40px
}

.apply__form {
  width: 1000px;
  padding: 74px 0 0;
  max-width: 100%;
  margin: 0 auto
}

.apply__form h1 {
  color: #003b82;
  font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px
}

.apply__form h2 {
  font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16);
  margin-top: 0
}

.apply__form ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.apply__form ul li:before {
  content: "※";
  padding-right: 2px
}

.apply__form table {
  width: 100%;
  border-collapse: collapse
}

.apply__form table tr {
  display: grid;
  grid-template-columns: 1fr 4fr;
  text-align: left
}

.apply__form table th,
.apply__form table td {
  border-bottom: 1px solid #ccd8e6;
  padding: 16px 0
}

.apply__form table th p {
  color: #ef99a4;
  font-size: clamp(25rem/16, calc(0.02vw + 16vw * 0.5), 25rem/16);
  margin: 0
}

.apply__form table td P {
  margin: 0
}

.apply__form table td input[type=text],
.apply__form table td input[type=tel],
.apply__form table td textarea,
.apply__form table td select {
  background-color: #ccd8e6;
  color: #003b82;
  border: none;
  font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16);
  font-weight: 500;
  line-height: 1.5;
  padding: 9px 15px;
  width: 100%
}

.apply__form table td input[type=text]::-webkit-input-placeholder,
.apply__form table td input[type=tel]::-webkit-input-placeholder,
.apply__form table td textarea::-webkit-input-placeholder,
.apply__form table td select::-webkit-input-placeholder {
  color: #fff
}

.apply__form table td input[type=text]::-moz-placeholder,
.apply__form table td input[type=tel]::-moz-placeholder,
.apply__form table td textarea::-moz-placeholder,
.apply__form table td select::-moz-placeholder {
  color: #fff
}

.apply__form table td input[type=text]:-ms-input-placeholder,
.apply__form table td input[type=tel]:-ms-input-placeholder,
.apply__form table td textarea:-ms-input-placeholder,
.apply__form table td select:-ms-input-placeholder {
  color: #fff
}

.apply__form table td input[type=text]::-ms-input-placeholder,
.apply__form table td input[type=tel]::-ms-input-placeholder,
.apply__form table td textarea::-ms-input-placeholder,
.apply__form table td select::-ms-input-placeholder {
  color: #fff
}

.apply__form table td input[type=text]::placeholder,
.apply__form table td input[type=tel]::placeholder,
.apply__form table td textarea::placeholder,
.apply__form table td select::placeholder {
  color: #fff
}

.apply__form table td input[type=text].short,
.apply__form table td input[type=tel].short,
.apply__form table td textarea.short,
.apply__form table td select.short {
  width: 230px;
  max-width: 100%
}

.apply__form table td input:-webkit-autofill {
  background-color: #ccd8e6 !important;
  color: #003b82 !important
}

.apply__form table td .select-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.apply__form table td .select-type:after {
  position: absolute;
  top: calc((1.5em + 18px)/2);
  right: 15px;
  width: 18px;
  height: 9px;
  background-color: #205ca2;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none
}

.apply__form table td .select-type select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #003b82
}

.apply__form table td .select-type select:disabled {
  color: #ccc
}

.apply__form table td .wpcf7-not-valid-tip {
  background-color: #bd001f;
  color: #fff;
  font-weight: 500;
  padding: 5px;
  margin-top: 5px
}

.apply__form .ta-center {
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16)
}

.apply__form .ta-center input[type=checkbox] {
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16)
}

.apply__form .ta-center span,
.apply__form .ta-center a {
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16)
}

.apply__form .form-caution p {
  font-size: clamp(18rem/16, calc(0.02vw + 16vw * 0.5), 18rem/16);
  font-weight: bold;
  line-height: 1.3;
  margin: 10px 0
}

.apply__form .form-caution p:nth-of-type(2) {
  margin-bottom: 40px
}

.apply__form input[type=submit] {
  cursor: pointer;
  background-image: url(../images/common/arrow-white.png);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 16px;
  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;
  background-color: #ec8398;
  border: 5px solid #ec8398;
  border-radius: 90px;
  color: #fff;
  font-size: clamp(54rem/16, calc(0.02vw + 16vw * 0.5), 54rem/16);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 570px;
  max-width: 100%;
  letter-spacing: -0.25rem;
  padding: 13px 25px;
  margin: 50px auto;
  position: relative;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out
}

.apply__form input[type=submit]:hover {
  background-color: #fff;
  background-image: url(../images/common/arrow-pink.png);
  color: #ec8398
}

.apply__notes {
  background-color: #eee;
  margin-bottom: 100px;
  padding: 10px
}

.apply__complete {
  background-color: #fbedee;
  padding: 74px 0 80px
}

.apply__complete h1 {
  color: #003b82;
  font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px
}

.apply__complete--main {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 33px;
  position: relative
}

.apply__complete--main::before,
.apply__complete--main::after {
  content: "";
  background-image: url(../images/apply/glitter_line.svg);
  background-size: contain;
  display: block;
  width: 100%;
  height: 10px
}

.apply__complete--normal {
  font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16);
  font-weight: 700;
  margin-top: 50px
}

.apply__complete--large {
  font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16);
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 10px
}

.apply__complete .qr-img {
  margin-top: 40px;
  margin-bottom: 60px
}

.apply__complete .page-top {
  margin-top: 50px
}

@media only screen and (max-width: 768px) {
  .apply__form table tr {
    grid-template-columns: 1fr
  }

  .apply__form table th {
    border-bottom: none
  }

  .apply__form table td {
    padding-top: 0
  }

  .apply__form table td P {
    margin: 0
  }

  .apply__form input[type=submit] {
    cursor: pointer;
    font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
    padding: 13px
  }

  .apply__form input[type=submit]:hover {
    background-color: #fff;
    background-image: url(../images/common/arrow-pink.png);
    color: #ec8398
  }

  .apply__complete {
    background-color: #fbedee;
    padding: 74px 0 80px
  }

  .apply__complete h1 {
    color: #003b82;
    font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
    font-weight: 700;
    text-align: center;
    margin-bottom: 100px
  }

  .apply__complete--main {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 33px;
    position: relative
  }

  .apply__complete--main::before,
  .apply__complete--main::after {
    content: "";
    background-image: url(../images/apply/glitter_line.svg);
    background-size: contain;
    display: block;
    width: 100%;
    height: 10px
  }

  .apply__complete--normal {
    font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16);
    font-weight: 700;
    margin-top: 50px
  }

  .apply__complete--large {
    font-size: clamp(24rem/16, calc(0.02vw + 16vw * 0.5), 24rem/16);
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 10px
  }

  .apply__complete .qr-img {
    margin-top: 40px;
    margin-bottom: 60px
  }
}

.notfound h1 {
  font-size: clamp(40rem/16, calc(0.02vw + 16vw * 0.5), 40rem/16);
  margin: 50px 0 100px;
  text-align: center
}

.notfound p {
  font-size: clamp(22rem/16, calc(0.02vw + 16vw * 0.5), 22rem/16);
  font-weight: 500;
  margin-bottom: 200px;
  text-align: center;
  line-height: 1.8
}

.privacy {
  padding-bottom: 40px
}

.privacy__inner {
  width: 1000px;
  padding: 74px 0 0;
  max-width: 100%;
  margin: 0 auto
}

.privacy h1 {
  color: #003b82;
  font-size: clamp(30rem/16, calc(0.02vw + 16vw * 0.5), 30rem/16);
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px
}

.privacy h2 {
  font-size: clamp(26rem/16, calc(0.02vw + 16vw * 0.5), 26rem/16)
}

.privacy p {
  font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16);
  font-weight: 500;
  line-height: 1.5
}

.privacy *+h2 {
  margin-top: 40px
}

.privacy ul {
  padding-left: 1.2em
}

.privacy ul li {
  font-size: clamp(20rem/16, calc(0.02vw + 16vw * 0.5), 20rem/16);
  font-weight: 500;
  line-height: 1.5
}

.privacy .page-top {
  margin-top: 200px
}