@charset "UTF-8";
/*==================================

下層ページ:登録・申請について

==================================*/
.lower-introduction .container {
  position: relative;
}
@media (min-width: 768.1px) {
  .lower-introduction .container {
    padding-inline: 16%;
  }
}
.lower-introduction .container::before {
  content: "";
  position: absolute;
  inset: -6em 20px 0;
  display: block;
  margin-inline: auto;
  background-image: url(../images/entry_headImg01.webp), url(../images/entry_headImg02.webp), url(../images/entry_headImg03.webp), url(../images/entry_headImg04.webp);
  background-repeat: no-repeat;
  background-position: bottom left, top left 14%, top right 10%, bottom right;
  background-size: 8.3% auto, 9.18% auto, 8.9% auto, 6.18% auto;
}
@media (max-width: 768px) {
  .lower-introduction .container::before {
    position: relative;
    inset: -2em 0 auto;
    height: 26vw;
    margin-top: -5.5em;
    background-position: bottom left, top left 16%, top right 13%, bottom right;
    background-size: 10.956% auto, 12.1176% auto, 11.748% auto, 8.1576% auto;
  }
}

.lower-entry__container {
  background: #fcf7de;
  border-radius: 10px;
}
.lower-entry__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .lower-entry__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-entry__flow li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em 0;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .lower-entry__flow li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
}
.lower-entry__flow li .stepNum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4em;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.lower-entry__flow li .stepNum::before {
  font-size: 0.7em;
  line-height: 1em;
}
@media (max-width: 768px) {
  .lower-entry__flow li .stepNum::before {
    font-size: 0.625em;
  }
}
.lower-entry__flow li .stepNum::after {
  font-size: 1.5em;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .lower-entry__flow li .stepNum::after {
    font-size: 1.25em;
  }
}
.lower-entry__flow li p {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768.1px) {
  .lower-entry__flow li p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.lower-entry__flow li .lower-entry__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  padding: 1em min(1.8vw, 1.5em);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lower-entry__flow li .lower-entry__container:hover {
  opacity: 0.8;
}
@media (min-width: 768.1px) {
  .lower-entry__flow li .lower-entry__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .lower-entry__flow li .lower-entry__container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5em;
    padding: 0.75em 1em;
  }
}
.lower-entry__flow li .lower-entry__sub {
  margin-top: 1em;
  padding: 3em 0.25em;
}
@media (min-width: 768.1px) {
  .lower-entry__flow li .lower-entry__sub {
    margin-right: 0.75em;
  }
}
@media (max-width: 768px) {
  .lower-entry__flow li .lower-entry__sub {
    padding: 0.75em 1.5em;
  }
}
@media (min-width: 768.1px) {
  .lower-entry__flow li .arrow02 {
    margin-top: auto;
  }
}
@media (min-width: 768.1px) {
  .lower-entry__flow li:not(:last-of-type) .lower-entry__container {
    margin-right: min(2.4vw, 1.75em);
  }
}
.lower-entry__flow li:not(:last-of-type)::after {
  content: "";
  display: block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 20px;
  background: #444d72;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 25% 50%);
          clip-path: polygon(0 0, 100% 50%, 0 100%, 25% 50%);
  aspect-ratio: 1/2;
}
@media (min-width: 768.1px) {
  .lower-entry__flow li:not(:last-of-type)::after {
    max-width: 1.5vw;
  }
}
@media (max-width: 768px) {
  .lower-entry__flow li:not(:last-of-type)::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.lower-entry__flowList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5em;
}
.lower-entry__flowList > li .lower-entry__sub {
  width: 45rem;
  max-width: 90%;
  margin: 2em auto 0;
  padding: 0.75em 2em;
}
@media (min-width: 768.1px) {
  .lower-entry__flowList > li .lower-entry__sub {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .lower-entry__flowList > li .lower-entry__sub {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.lower-entry__flowList > li .lower-entry__container {
  padding: 3em;
}
@media (max-width: 768px) {
  .lower-entry__flowList > li .lower-entry__container {
    padding: 2em 1em;
  }
}
.lower-entry__flowList > li .lower-entry__container .stepNum {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0.25em 1em;
  border-radius: 100vmax;
}
.lower-entry__flowList > li .lower-entry__container .stepNum::before {
  font-size: 0.71428em;
}
.lower-entry__flowList > li .lower-entry__container .stepNum::after {
  font-size: 1.1428em;
}
.lower-entry__flowList > li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 40px;
  max-width: 20%;
  margin: 2em auto 0;
  background: #444d72;
  aspect-ratio: 2/1;
  -webkit-clip-path: polygon(0 0, 50% 25%, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 50% 25%, 100% 0, 50% 100%);
}
.lower-entry__flowList__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2em 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2em;
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  .lower-entry__flowList__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-entry__flowList__title h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .lower-entry__flowList__title h2 {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2rem;
  }
}
.lower-entry__flowList__timing {
  padding: 1em 1.5em;
  color: #444d72;
  font-weight: bold;
  background-color: #f5c5a2;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .lower-entry__flowList__timing {
    padding: 0.5em 1.4em;
  }
}
.lower-entry__flowList__description {
  padding: 2em;
}
@media (max-width: 768px) {
  .lower-entry__flowList__description {
    padding: 1.5em 0.75em;
  }
}
.lower-entry__flowList__description h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .lower-entry__flowList__description h3 {
    font-size: 1.6rem;
  }
}
.lower-entry__flowList__description h3:before {
  content: counter(ol01, decimal-leading-zero);
  color: #ff8700;
  font-family: 'Montserrat';
  font-weight: 700;
  counter-increment: ol01;
}
.lower-entry__flowList__description .bk_wht {
  padding: 3em;
}
@media (max-width: 768px) {
  .lower-entry__flowList__description .bk_wht {
    padding: 1.2em 1em;
  }
}
.lower-entry__flowList__linkWrap {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em 3em;
  grid-template-columns: minmax(0, 1fr) 45%;
}
@media (max-width: 768px) {
  .lower-entry__flowList__linkWrap {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .lower-entry__flowList__linkWrap:has(h3) {
    margin-top: 3em;
  }
}
.lower-entry__sub {
  padding: 3em 0.25em;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  letter-spacing: 0.1em;
  border: 3px solid currentColor;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .lower-entry__sub {
    font-size: 1.6rem;
  }
}

.lower-voice__introduction {
  position: relative;
}
.lower-voice__introduction::before {
  content: "";
  position: absolute;
  inset: auto 0 4em;
  z-index: 1;
  display: block;
  width: 759px;
  max-width: 100%;
  margin-inline: auto;
  background-image: url(../images/contact_imgL.png), url(../images/contact_imgR.png);
  background-repeat: no-repeat;
  background-position: center left, center right;
  pointer-events: none;
  background-size: auto 100%;
  aspect-ratio: 2/1;
}
.lower-voice__introduction::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  display: block;
  background: url(../images/wht_circleBK_bottom.svg) no-repeat center bottom -2px/100% auto;
  pointer-events: none;
  aspect-ratio: 144/8;
}
.lower-voice__introduction__title {
  margin-bottom: 0.5em;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .lower-voice__introduction__title {
    font-size: 3rem;
  }
}
.lower-voice__introduction__box {
  max-width: 620px;
  margin-inline: auto;
  padding: 2.75em 5%;
}
.lower-voice__introduction__box-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.2em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5em, #fcf7de), color-stop(0.5em, transparent));
  background: -webkit-linear-gradient(bottom, #fcf7de 0.5em, transparent 0.5em);
  background: linear-gradient(to top, #fcf7de 0.5em, transparent 0.5em);
}
@media (max-width: 768px) {
  .lower-voice__introduction__box-ttl {
    max-width: 11em;
    font-size: 1.8rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5em, #fcf7de), color-stop(0.5em, transparent)) repeat bottom left/1em 2em;
    background: -webkit-linear-gradient(bottom, #fcf7de 0.5em, transparent 0.5em) repeat bottom left/1em 2em;
    background: linear-gradient(to top, #fcf7de 0.5em, transparent 0.5em) repeat bottom left/1em 2em;
  }
}
.lower-voice__introduction__box-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768.1px) {
  .lower-voice__introduction__box-text {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .lower-voice__introduction__box-text + p {
    margin-top: 0.25em;
  }
}
.lower-voice__container {
  position: relative;
  padding: 0 5% 3em;
}
@media (max-width: 768px) {
  .lower-voice__container {
    margin-top: 10em;
  }
}
@media (max-width: 768px) {
  .lower-voice__container:first-of-type {
    margin-top: 4em;
  }
}
.lower-voice__container::before, .lower-voice__container::after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.lower-voice__container .ttlStl04 {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .lower-voice__container .ttlStl04 {
    font-size: 1.6rem;
  }
}
.lower-voice__container:has(#graph01)::after {
  content: "";
  bottom: -1em;
  right: -1em;
  display: block;
  width: 122px;
  max-width: 14%;
  background-image: url(../images/entry_decoImg01.webp), url(../images/entry_decoImg02.webp);
  background-repeat: no-repeat;
  background-size: 38% auto, 40% auto;
  background-position: left bottom, top right;
  aspect-ratio: 2/3;
}
@media (max-width: 768px) {
  .lower-voice__container:has(#graph01)::after {
    bottom: 1.5em;
    width: 92px;
    max-width: 33%;
    background-size: 41% auto, 44% auto;
    aspect-ratio: 5/6;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.lower-voice__container:has(#graph02)::before {
  content: "";
  top: -1.5em;
  left: 3em;
  display: block;
  width: 105px;
  max-width: 16%;
  background-image: url(../images/entry_decoImg03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 35/32;
}
@media (max-width: 768px) {
  .lower-voice__container:has(#graph02)::before {
    top: -3em;
    left: 1em;
    width: 78px;
    max-width: 30%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.lower-voice__container:has(#graph02)::after {
  content: "";
  bottom: -1.5em;
  right: -1em;
  display: block;
  width: 58px;
  max-width: 12%;
  background-image: url(../images/entry_decoImg04.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 1/3;
}
@media (max-width: 768px) {
  .lower-voice__container:has(#graph02)::after {
    bottom: 1.5em;
    right: 2em;
    width: 40px;
    max-width: 20%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.lower-voice__container:has(#graph03)::before {
  content: "";
  top: -1.5em;
  left: -1em;
  display: block;
  width: 163px;
  max-width: 20%;
  background-image: url(../images/entry_decoImg05.webp), url(../images/entry_decoImg07.webp);
  background-repeat: no-repeat;
  background-size: 62% auto, 63% auto;
  background-position: top right, bottom left;
  aspect-ratio: 163/288;
}
@media (max-width: 768px) {
  .lower-voice__container:has(#graph03)::before {
    top: -1.5em;
    left: 1em;
    width: 160px;
    max-width: 450%;
    aspect-ratio: 16/11;
    background-size: 44% auto, 48% auto;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.lower-voice__container:has(#graph03)::after {
  content: "";
  bottom: -2em;
  right: -1em;
  display: block;
  width: 140px;
  max-width: 18%;
  background-image: url(../images/entry_decoImg06.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 14/13;
}
@media (max-width: 768px) {
  .lower-voice__container:has(#graph03)::after {
    bottom: 2em;
    right: 1em;
    width: 86px;
    max-width: 25%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}/*# sourceMappingURL=entry.css.map */