@charset "UTF-8";
:root {
  --vw: 1vw;
  --gutter: 2rem;
}

body,
input,
select,
textarea,
button {
  font-family: "Zen Maru Gothic", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  color: black;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #e6e6e6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button {
  border: 0;
  color: inherit;
}

table {
  border-collapse: collapse;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 500ms ease;
}
a img {
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: all 500ms ease;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media (hover: hover) {
  a:hover {
    transform: scale(1.1);
  }
}

.btn {
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
  transition: all 500ms ease;
  z-index: 1;
}
.btn:hover::before {
  top: 0;
  left: 100%;
}

html {
  font-size: 62.5%;
  font-size: 0.5208333333vw;
  color: black;
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.l-container {
  background-color: #fff000;
  overflow: hidden;
}

.l-footer {
  padding: 2.6rem 0;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding: 5.6rem 0;
  }
}
.l-footer__logo {
  width: 62.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .l-footer__logo {
    width: 94%;
  }
}

.l-inner {
  width: calc(104rem + var(--gutter) * 2);
  padding: 0 calc(var(--gutter));
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .l-inner {
    width: 100%;
    padding: 0 var(--gutter);
  }
}

.p-intro {
  padding: 6.7rem 0 8.1rem;
}
@media screen and (max-width: 750px) {
  .p-intro {
    padding: 7rem 0 20rem;
  }
}
.p-intro__ttl {
  text-align: center;
}
.p-intro__ttl .line01 {
  width: 100.3rem;
}
@media screen and (max-width: 750px) {
  .p-intro__ttl .line01 {
    width: 93.8%;
  }
}
.p-intro__ttl .line02 {
  width: 101.9rem;
  margin-top: 1.6rem;
  margin-left: -2rem;
}
@media screen and (max-width: 750px) {
  .p-intro__ttl .line02 {
    width: 95.4%;
    margin-top: 1.1rem;
  }
}
.p-intro__txt01 {
  width: 99.7rem;
  margin: 7.9rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-intro__txt01 {
    width: 63.8rem;
    margin-top: 8.2rem;
    margin-left: 2.2rem;
  }
}
.p-intro__txt02 {
  width: 99.7rem;
  margin: 2.2rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-intro__txt02 {
    width: 58.6rem;
    margin-top: 4.6rem;
    margin-left: 4.7rem;
  }
}
.p-intro__btn {
  text-align: center;
}
.p-intro__btn--upper {
  margin-top: 3.8rem;
}
@media screen and (max-width: 750px) {
  .p-intro__btn--upper {
    margin-top: 4.5rem;
  }
}
.p-intro__btn--lower {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-intro__btn--lower {
    margin-top: 5.2rem;
  }
}
.p-intro__btn .btn {
  display: inline-block;
  width: 53.8rem;
}
@media screen and (max-width: 750px) {
  .p-intro__btn .btn {
    width: 94%;
  }
}
.p-intro__txt-main {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  font-weight: 500;
  text-align: center;
  margin-top: 5.7rem;
}
@media screen and (max-width: 750px) {
  .p-intro__txt-main {
    font-size: 3.6rem;
    line-height: 1.6666666667;
    margin-top: 8.4rem;
  }
}
.p-intro__judge {
  margin-top: 6.5rem;
}
@media screen and (max-width: 750px) {
  .p-intro__judge {
    margin-top: 10.3rem;
  }
}
.p-intro__judge-ttl {
  text-align: center;
  position: relative;
}
.p-intro__judge-ttl::before {
  content: "";
  width: 96%;
  height: 0.2rem;
  top: calc(50% - 0.1rem);
  background-color: #009fe8;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .p-intro__judge-ttl::before {
    height: 0.4rem;
    top: calc(50% - 0.2rem);
    width: 95%;
  }
}
.p-intro__judge-ttl .txt {
  position: relative;
  width: 13.2rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-intro__judge-ttl .txt {
    width: 18.4rem;
  }
}
.p-intro__judge-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6.2rem;
  margin-top: 6.1rem;
}
@media screen and (max-width: 750px) {
  .p-intro__judge-list {
    margin-top: 4.5rem;
    gap: 2.2rem;
  }
}
.p-intro__judge-item {
  width: 20.8rem;
}
.p-intro__judge-item a {
  display: block;
  cursor: pointer;
}
.p-intro__judge-img {
  position: relative;
  margin-top: 7.7rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .p-intro__judge-img {
    margin-top: 10rem;
    padding-bottom: 7.2rem;
  }
}
.p-intro__judge-img .img {
  width: 57.6rem;
  margin-left: 30.9rem;
}
@media screen and (max-width: 750px) {
  .p-intro__judge-img .img {
    width: 64.7rem;
    margin-left: 5.5rem;
  }
}
.p-intro__judge-img .img a {
  display: block;
  cursor: pointer;
}
.p-intro__judge-img::before {
  content: "";
  width: 96%;
  height: 0.2rem;
  background-color: #009fe8;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-intro__judge-img::before {
    width: 95%;
    height: 0.4rem;
  }
}
.p-intro__flow {
  margin-top: 8.3rem;
}
@media screen and (max-width: 750px) {
  .p-intro__flow {
    margin-top: 11rem;
  }
}
.p-intro__flow-list {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-intro__flow-list {
    flex-direction: column;
    gap: 10rem;
  }
}
.p-intro__flow-item {
  position: relative;
  width: 21.2rem;
}
@media screen and (max-width: 750px) {
  .p-intro__flow-item {
    width: 100%;
  }
}
.p-intro__flow-item--01 .note {
  width: 21.8rem;
  bottom: 0.2rem;
}
@media screen and (max-width: 750px) {
  .p-intro__flow-item--01 .note {
    width: 43.8rem;
    bottom: 4.3rem;
  }
}
.p-intro__flow-item--02 .note {
  width: 24.3rem;
  bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .p-intro__flow-item--02 .note {
    width: 49rem;
    bottom: 3.5rem;
  }
}
.p-intro__flow-item:last-child::before {
  display: none;
}
.p-intro__flow-item .note {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-intro__flow-item:before {
  content: "";
  width: 2.7rem;
  height: auto;
  aspect-ratio: 0.9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3.9rem;
  background: url(../img/icn_flow.svg) no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .p-intro__flow-item:before {
    width: 5.4rem;
    transform: translateX(50%) rotate(90deg);
    right: 50%;
    top: initial;
    bottom: -7.4rem;
  }
}
.p-intro__flow-txt {
  width: 81.7rem;
  margin-top: 8.5rem;
  margin-left: 10.2rem;
}
@media screen and (max-width: 750px) {
  .p-intro__flow-txt {
    width: 89%;
    margin-top: 9.9rem;
    margin-left: 3.4rem;
  }
}
.p-intro__flow-note {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-intro__flow-note {
    font-size: 3rem;
    margin-top: 4.8rem;
    font-weight: 400;
  }
}

.p-details {
  background-color: #009fe8;
  padding: 8rem 0 5.2rem;
}
@media screen and (max-width: 750px) {
  .p-details {
    padding: 10.1rem 0 6.2rem;
  }
}
.p-details__wrap {
  position: relative;
  background-color: white;
  border-radius: 2.8rem;
  margin: 0 2rem 5rem;
  padding: 5.2rem 6.2rem 7.8rem;
}
@media screen and (max-width: 750px) {
  .p-details__wrap {
    padding: 5.3rem 2rem 30.2rem;
  }
}
.p-details__ttl {
  width: 22.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-details__ttl {
    width: 26.8rem;
  }
}
.p-details__table {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.625;
  border-top: 0.2rem solid #009fe8;
  margin: 3.4rem 0 0;
  padding: 2.6rem 0 4.8rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-details__table {
    font-size: 3rem;
    line-height: 1.5714285714;
    display: block;
    margin: 3.2rem 0 0;
    padding: 2.5rem 0 5rem;
  }
}
.p-details__table::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 73.5%;
  height: 0.2rem;
  background-color: #009fe8;
}
@media screen and (max-width: 750px) {
  .p-details__table::before {
    width: 100%;
  }
}
.p-details__table > dt,
.p-details__table > dd {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 750px) {
  .p-details__table > dt,
  .p-details__table > dd {
    margin-bottom: 0;
  }
}
.p-details__table > dt {
  width: 10.5rem;
  padding-left: 1.1em;
  padding-right: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-details__table > dt {
    width: 100%;
    padding-left: 1em;
    padding-right: 0;
  }
}
.p-details__table > dt::before {
  content: "●";
  color: #009fe8;
  position: absolute;
  left: 0;
}
.p-details__table dt {
  position: relative;
  white-space: nowrap;
}
.p-details__table dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.7rem;
  height: 1.5rem;
  width: 1px;
  background-color: #009fe8;
}
@media screen and (max-width: 750px) {
  .p-details__table dt::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .p-details__table dd {
    letter-spacing: -0.08em;
  }
}
.p-details__table dd a {
  color: #009fe8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .p-details__table dd a:hover {
    text-decoration: none;
  }
}
.p-details__table > dd {
  width: calc(100% - 10.5rem);
  padding-left: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-details__table > dd {
    width: 100%;
    margin-bottom: 4.4rem;
  }
}
.p-details__table .spaces {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-details__table .spaces {
    max-width: 11.4rem;
  }
}
.p-details__table .color {
  color: #e95504;
}
.p-details__table .line {
  display: block;
}
@media screen and (max-width: 750px) {
  .p-details__table .line {
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 750px) {
  .p-details__table .note {
    padding-left: 3.2rem;
  }
}
.p-details__table .note::before {
  content: "※";
  color: #009fe8;
}
.p-details__table-sub {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-details__table-sub {
    display: block;
  }
}
.p-details__table-sub > dt {
  width: 27.6rem;
}
@media screen and (max-width: 750px) {
  .p-details__table-sub > dt {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-details__table-sub > dt::before {
    content: "・";
  }
}
.p-details__table-sub > dd {
  width: calc(100% - 27.6rem);
  padding-left: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-details__table-sub > dd {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-details__img {
  position: absolute;
  right: 0;
  bottom: 8.2rem;
  width: 27.3rem;
}
@media screen and (max-width: 750px) {
  .p-details__img {
    width: 42.6rem;
    right: 12.2rem;
    bottom: -1.4rem;
  }
}
.p-details__btn {
  text-align: center;
  margin-top: 4.9rem;
}
@media screen and (max-width: 750px) {
  .p-details__btn {
    margin-top: 5.8rem;
  }
}
.p-details__btn .btn {
  display: inline-block;
  width: 37.6rem;
}
@media screen and (max-width: 750px) {
  .p-details__btn .btn {
    width: 46.8rem;
  }
}
.p-details__note {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  margin-top: 2.1rem;
}
@media screen and (max-width: 750px) {
  .p-details__note {
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: -0.08em;
    font-weight: 400;
    margin-top: 2.7rem;
  }
}
.p-details__contact {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .p-details__contact {
    margin-top: 5.3rem;
  }
}
.p-details__contact .btn {
  display: inline-block;
  width: 28.8rem;
}
@media screen and (max-width: 750px) {
  .p-details__contact .btn {
    width: 48.6rem;
  }
}
.p-details__footer {
  color: white;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  margin-top: 4.3rem;
}
@media screen and (max-width: 750px) {
  .p-details__footer {
    font-size: 3rem;
    line-height: 1.7333333333;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-top: 9rem;
  }
}

.p-modal .modal {
  display: none;
}
.p-modal .modal.is-open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.p-modal .modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-modal .wrap {
  position: relative;
  background-color: white;
  width: 100%;
  max-width: 70rem;
  max-height: 90vh;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap {
    max-width: 89%;
    max-height: 85vh;
  }
}
.p-modal .wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.8rem solid #009fe8;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap::before {
    border-width: 1.6rem;
  }
}
.p-modal .wrap .button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 8.5rem;
  height: 3rem;
  background-color: #009fe8;
  font-size: 1.4rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-bottom-left-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .button {
    width: 17rem;
    height: 6rem;
    font-size: 2.8rem;
    border-bottom-left-radius: 2rem;
    gap: 0.8rem;
  }
}
.p-modal .wrap .button::after {
  content: "×";
  font-size: 140%;
}
.p-modal .wrap .inner {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 90vh;
  padding: 0 5rem;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .inner {
    padding: 0;
    max-height: 85vh;
  }
}
.p-modal .wrap .box {
  padding: 5rem 0;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .box {
    padding: 0 0 6rem;
  }
}
.p-modal .wrap .box.grid {
  display: grid;
  grid-template-columns: auto 27.6rem;
  gap: 3rem;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .box.grid {
    display: block;
  }
}
.p-modal .wrap .box.grid .img {
  grid-column: 2/3;
  grid-row: 1/3;
}
.p-modal .wrap .box.grid .ttl {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .box.grid .ttl {
    margin-top: 4.2rem;
  }
}
.p-modal .wrap .box.grid .ruby {
  display: block;
  padding-left: 0;
  padding-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .box.grid .ruby {
    padding-top: 0.2rem;
  }
}
.p-modal .wrap .box.grid .content {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .box.grid .content {
    margin-top: 6.4rem;
  }
}
.p-modal .wrap .box.grid .links {
  grid-column: 1/3;
  grid-row: 3/4;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .box.grid .links {
    margin-top: 4.8rem;
  }
}
.p-modal .wrap .img {
  width: 100%;
}
.p-modal .wrap .img img {
  width: 100%;
}
.p-modal .wrap .ttl {
  font-size: 2.6rem;
  margin-top: 1.9rem;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .ttl {
    font-size: 4rem;
    margin-top: 4.5rem;
    padding: 0 4.8rem;
  }
}
.p-modal .wrap .ttl-sub {
  font-size: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid black;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .ttl-sub {
    font-size: 3.2rem;
    padding-bottom: 2.4rem;
    border-width: 0.2rem;
  }
}
.p-modal .wrap .ruby {
  font-size: 1.4rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .ruby {
    font-size: 2rem;
    padding-left: 0;
    display: block;
    margin-top: 2.2rem;
  }
}
.p-modal .wrap .txt {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: 1.2rem;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .txt {
    font-size: 3rem;
    line-height: 1.7142857143;
    margin-top: 2.6rem;
  }
}
.p-modal .wrap .content {
  margin-top: 4.5rem;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .content {
    margin-top: 6.5rem;
    padding: 0 4.8rem;
  }
}
.p-modal .wrap .links {
  font-size: 1.6rem;
  line-height: 1.8571428571;
  border-top: 0.25rem dotted black;
  padding-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .links {
    font-size: 2.8rem;
    margin: 0 4.8rem;
    border-width: 0.5rem;
    padding-top: 3.9rem;
    line-height: 1.93;
    letter-spacing: -0.04em;
  }
}
.p-modal .wrap .link a {
  color: #009fe8;
  text-decoration: underline;
  display: inline;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  .p-modal .wrap .link a {
    margin-left: 0;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.u-clearfix::after {
  content: "";
  display: block;
  block-size: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */