@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_top
====================================================================== */
.p_top {
  font-family: 'M PLUS 1', sans-serif;
}
.p_top * {
  box-sizing: border-box;
}
.p_top .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_top .pc {
    display: none;
  }
}
.p_top .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_top .sp {
    display: block;
  }
}
.p_top #event,
.p_top #judge,
.p_top #details,
.p_top #form {
  scroll-margin-top: 24px;
}
.p_top .l_main_visual_top {
  position: relative;
}
.p_top .l_main_visual_top img {
  max-width: 100%;
  vertical-align: bottom;
}
.p_top .l_main_visual_top-btns {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100%;
  display: flex;
  gap: 3rem;
  justify-content: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_top .l_main_visual_top-btns {
    gap: .5rem;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 4.6875vw;
  }
}
.p_top .l_main_visual_top-btn {
  display: block;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: #E83451;
  color: #fff;
  border-radius: 999px;
  border: 5px solid #fff;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
}
@media screen and (max-width: 768px) {
  .p_top .l_main_visual_top-btn {
    width: calc( (100% - 10px) / 3);
    height: 34px;
    border: 3px solid #fff;
    font-size: 14px;
  }
}
.p_top .l_main_visual_top-btn:nth-of-type(2) {
  background: #32baba;
}
.p_top .l_main_visual_top-btn:nth-of-type(3) {
  background: #00a8ea;
}
.p_top .sec1 {
  position: relative;
}
.p_top .sec1:before {
  content: "";
  background: url(../img/top5/sec1-ico1.png);
  background-size: cover;
  width: 7.2vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec1:before {
    width: 100px;
  }
}
.p_top .sec1:after {
  content: "";
  background: url(../img/top5/sec1-ico2.png);
  background-size: cover;
  width: 7.2vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec1:after {
    width: 50px;
  }
}
.p_top .sec1__inner {
  width: 1060px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .sec1__inner {
    width: 100%;
    padding: 50px 4.6875vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec1__inner-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p_top .sec1__inner-img1 {
  position: relative;
  z-index: 1;
  max-width: 482px;
}
@media screen and (max-width: 768px) {
  .p_top .sec1__inner-img1 {
    max-width: 332px;
  }
}
.p_top .sec1__inner-img2 {
  margin: -90px 0 0;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .p_top .sec1__inner-img2 {
    max-width: 301px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec1 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p_top .sec1 .title h2 {
  font-size: 32px;
  margin: 0 0 10px;
  letter-spacing: 0.1em;
  transform: translateX(-50px);
}
@media screen and (max-width: 768px) {
  .p_top .sec1 .title h2 {
    font-size: 22px;
    transform: translateX(0);
    text-align: center;
  }
}
.p_top .sec1 .title .des {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .p_top .sec1 .title .des {
    font-size: 14px;
    text-align: center;
  }
}
.p_top .sec1 .p-text {
  font-size: 16px;
  font-family: 'Noto Sans JP', serif;
  line-height: 1.8;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec1 .p-text {
    font-size: 15px;
  }
}
.p_top .sec1 .p-text:first-child {
  margin: 0;
}
.p_top .sec1 .p-text span {
  color: #d7111b;
  text-decoration: underline;
}
.p_top .sec2 {
  position: relative;
  background: #f0f4d3;
}
.p_top .sec2:before {
  content: "";
  background: url(../img/top5/sec2-bg-ico1.png);
  background-size: cover;
  width: 14.4vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec2:before {
    width: 100px;
  }
}
.p_top .sec2:after {
  content: "";
  background: url(../img/top5/sec2-bg-ico2.png) no-repeat center/contain;
  width: 7.2vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec2:after {
    width: 50px;
  }
}
.p_top .sec2__inner {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec2__inner {
    padding: 30px 0;
  }
}
.p_top .sec2__box {
  position: relative;
  background: #fff;
  border: 10px solid #e83451;
  box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.12);
  padding: 45px 70px 55px;
}
@media screen and (max-width: 768px) {
  .p_top .sec2__box {
    border: 5px solid #e83451;
    z-index: 1;
    padding: 20px 15px 130px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
.p_top .sec2__ico {
  position: absolute;
  pointer-events: none;
}
.p_top .sec2__ico--1 {
  width: 175px;
  top: 25px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .p_top .sec2__ico--1 {
    width: 110px;
    top: auto;
    bottom: 15px;
    left: 50%;
    right: auto;
    transform: translateX(calc(-50% + 60px));
  }
}
.p_top .sec2__ico--2 {
  width: 160px;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p_top .sec2__ico--2 {
    width: 110px;
    bottom: 15px;
    left: 50%;
    transform: translateX(calc(-50% - 60px));
  }
}
.p_top .sec2__title {
  font-size: 32px;
  font-weight: bold;
  color: #e83451;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_top .sec2__title {
    font-size: 19px;
    margin: 0 0 20px;
  }
}
.p_top .sec2__title-marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #eaee38 70%);
}
.p_top .sec2__body {
  max-width: 540px;
  margin: 0 auto;
}
.p_top .sec2__body p {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.9;
  margin: 0;
}
.p_top .sec2__body p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .p_top .sec2__body p {
    font-size: 15px;
  }
}
.p_top .sec3 {
  position: relative;
  background: #e3f2b0;
}
.p_top .sec3:before {
  content: "";
  background: url(../img/top5/sec3-bgico1.svg) no-repeat center/contain;
  width: 14.4vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec3:before {
    width: 100px;
  }
}
.p_top .sec3:after {
  content: "";
  background: url(../img/top5/sec3-bgico2.svg) no-repeat center/contain;
  width: 7.2vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec3:after {
    width: 50px;
  }
}
.p_top .sec3__inner {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__inner {
    max-width: 100%;
    width: 100%;
    padding: 40px 4.6875vw;
  }
}
.p_top .sec3__heading {
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__heading {
    margin: 0 0 30px;
  }
}
.p_top .sec3__heading-deco {
  display: block;
  height: 10.5px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__heading-deco {
    width: auto;
    height: 10.5px;
    margin: 0 auto 12px;
  }
}
.p_top .sec3__heading-ttl {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__heading-ttl {
    font-size: 22px;
  }
}
.p_top .sec3__heading-en {
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__heading-en {
    font-size: 14px;
  }
}
.p_top .sec3__item {
  position: relative;
  background: #fff;
  box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.p_top .sec3__item + .sec3__item {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__item {
    z-index: 1;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .p_top .sec3__item + .sec3__item {
    margin-top: 24px;
  }
}
.p_top .sec3__item:before {
  content: "";
  background: url(../img/top5/sec3-ico1.png) no-repeat center/contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__item:before {
    width: 100px;
    height: 100px;
  }
}
.p_top .sec3__item:after {
  content: "";
  background: url(../img/top5/sec3-ico2.png) no-repeat center/contain;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__item:after {
    width: 100px;
    height: 100px;
  }
}
.p_top .sec3__item-inner {
  display: flex;
  gap: 40px;
  padding: 40px 50px 40px 40px;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__item-inner {
    display: grid;
    grid-template-columns: 126px 1fr;
    grid-template-areas: "img tags" "name name" "position position" "profile profile";
    gap: 12px 14px;
    align-items: start;
    padding: 24px 15px 28px;
  }
}
.p_top .sec3__item-img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__item-img {
    grid-area: img;
  }
}
.p_top .sec3__item-img img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__item-img img {
    width: 126px;
    height: 126px;
  }
}
.p_top .sec3__item-body {
  flex: 1;
  min-width: 0;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__item-body {
    display: contents;
    padding-top: 0;
  }
}
.p_top .sec3__tags {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__tags {
    grid-area: tags;
    margin: 10px 0 0;
    align-self: start;
    gap: 3px;
    position: relative;
    z-index: 1;
  }
  .p_top .sec3__tags.second {
    margin: 30px 0 0;
  }
}
.p_top .sec3__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__tag {
    gap: 3px;
  }
}
.p_top .sec3__tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
.p_top .sec3__tag--blue span {
  background: #1199f9;
}
.p_top .sec3__tag--red span {
  background: #e0627b;
}
.p_top .sec3__tag--role span {
  background: #333;
}
.p_top .sec3__name {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 5px;
  font-family: 'Noto Sans JP', serif;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__name {
    grid-area: name;
    font-size: 26px;
    margin: 4px 0 0;
  }
}
.p_top .sec3__position {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 24px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__position {
    grid-area: position;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec3__profile {
    grid-area: profile;
  }
}
.p_top .sec3__profile-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__profile-head {
    margin: 0 0 10px;
  }
}
.p_top .sec3__profile-head span {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__profile-head span {
    font-size: 14px;
  }
}
.p_top .sec3__profile-head--blue {
  color: #1199f9;
  border-bottom: 2px solid #1199f9;
  padding: 0 0 5px;
}
.p_top .sec3__profile-head--red {
  color: #e83451;
  border-bottom: 2px solid #e83451;
  padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__profile-head--red {
    border-bottom: none;
    padding: 0;
    margin: 0 0 12px;
  }
  .p_top .sec3__profile-head--red::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #e83451;
  }
}
.p_top .sec3__profile-text {
  font-size: 14px;
  font-family: 'Noto Sans JP', serif;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec3__profile-text {
    line-height: 1.8;
    z-index: 1;
    position: relative;
  }
}
.p_top .sec4 {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  background: #ececec;
}
.p_top .sec4:before {
  content: "";
  background: url(../img/top5/sec4-bgico1.png) no-repeat center/contain;
  width: 14.4vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec4:before {
    width: 100px;
  }
}
.p_top .sec4:after {
  content: "";
  background: url(../img/top5/sec3-bgico2.svg);
  background-size: cover;
  width: 7.2vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec4:after {
    width: 50px;
  }
}
.p_top .sec4__outer {
  position: relative;
}
.p_top .sec4__outer:before {
  content: "";
  background: url(../img/top5/sec4-bgico2.png) no-repeat center/contain;
  width: 14.4vw;
  height: 21.6vw;
  position: absolute;
  top: 1000px;
  left: 0;
  pointer-events: none;
}
.p_top .sec4__outer:after {
  content: "";
  background: url(../img/top5/sec4-bgico3.png) no-repeat center/contain;
  width: 14.4vw;
  height: 21.6vw;
  position: absolute;
  bottom: 1700px;
  right: 0;
  pointer-events: none;
}
.p_top .sec4__inner {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__inner {
    max-width: calc(100% - (4.6875vw * 2));
    padding: 40px 0 50px;
  }
}
.p_top .sec4__heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 0 40px;
}
.p_top .sec4__heading-deco {
  display: block;
  width: 135px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__heading-deco {
    width: auto;
    height: 10.5px;
  }
}
.p_top .sec4__heading-ttl {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__heading-ttl {
    font-size: 24px;
  }
}
.p_top .sec4__heading-en {
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__heading-en {
    font-size: 18px;
  }
}
.p_top .sec4__tabs {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__tabs {
    gap: 8px;
  }
}
.p_top .sec4__tab {
  min-width: 220px;
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  background: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  line-height: 1.4;
  transition: background 0.2s ease, color 0.2s ease;
}
.p_top .sec4__tab.is-active {
  background: #e83451;
  color: #ffe900;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__tab {
    min-width: 0;
    flex: 1;
    padding: 6px 16px;
    font-size: 16px;
  }
}
.p_top .sec4__box {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 40px 50px;
}
.p_top .sec4__box:before {
  content: "";
  background: url(../img/top5/sec4-ico1.png) no-repeat center/contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__box:before {
    width: 105px;
    height: 105px;
    aspect-ratio: 1 / 1;
  }
}
.p_top .sec4__box:after {
  content: "";
  background: url(../img/top5/sec4-ico2.png) no-repeat center/contain;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__box:after {
    width: 105px;
    height: 105px;
    aspect-ratio: 1 / 1;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec4__box {
    padding: 30px 15px 80px;
    border-radius: 0;
  }
}
.p_top .sec4__panel {
  display: none;
}
.p_top .sec4__panel.is-active {
  display: block;
}
.p_top .sec4__video {
  width: 640px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__video {
    width: 100%;
  }
}
.p_top .sec4__video-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.p_top .sec4__video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_top .sec4__video-note {
  color: #e83451;
  font-size: 16px;
  margin: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__video-note {
    font-size: 10px;
    text-align: left;
    padding: 0 0 0 1.5em;
    text-indent: -1.2em;
  }
}
.p_top .sec4__platform-tabs {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 640px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__platform-tabs {
    width: 100%;
  }
}
.p_top .sec4__platform-tab {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  color: #838182;
  background: #dde2e3;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__platform-tab {
    font-size: 16px;
  }
}
.p_top .sec4__platform-tab.is-active {
  background: #e83451;
  color: #ffe900;
}
.p_top .sec4__platform-tab:first-child {
  border-radius: 6px 6px 0 0;
}
.p_top .sec4__platform-tab:last-child {
  border-radius: 6px 6px 0 0;
}
.p_top .sec4__point {
  width: 640px;
  box-sizing: border-box;
  border: 4px solid #e83451;
  border-radius: 0 0 8px 8px;
  padding: 24px 28px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__point {
    width: 100%;
    padding: 15px;
    border: 3px solid #e83451;
    margin: 0 auto;
  }
}
.p_top .sec4__point p {
  display: none;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}
.p_top .sec4__point p.is-active {
  display: block;
}
.p_top .sec4__row {
  display: flex;
  border-top: 1px solid #e83451;
  padding: 28px 0;
  position: relative;
  z-index: 1;
}
.p_top .sec4__row:first-child {
  border-top: none;
}
.p_top .sec4__row:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__row {
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
}
.p_top .sec4__label {
  flex-shrink: 0;
  width: 140px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__label {
    width: 100%;
    margin-right: 0;
  }
}
.p_top .sec4__label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  aspect-ratio: 1 / 1;
  padding: 10px 0;
  background: #e83451;
  color: #ffe900;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__label span {
    width: 100%;
    aspect-ratio: auto;
    padding: 10px 0;
  }
}
.p_top .sec4__label span::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #e83451;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__label span::after {
    right: auto;
    top: auto;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 12px solid #e83451;
    border-bottom: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
}
.p_top .sec4__label span.sec4__label-ttl {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__label span.sec4__label-ttl {
    font-size: 16px;
  }
}
.p_top .sec4__label span.height-auto {
  height: auto;
  aspect-ratio: auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__label span.height-auto {
    padding: 10px 0;
  }
}
.p_top .sec4__content {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.9;
}
.p_top .sec4__content.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p_top .sec4__content-inner {
  width: 640px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__content-inner {
    width: 100%;
  }
}
.p_top .sec4__content p {
  font-size: 16px;
  margin: 0;
}
.p_top .sec4__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__content p {
    font-size: 15px;
  }
}
.p_top .sec4__content a.sec4__link {
  color: #42b5fd;
  text-decoration: underline;
}
.p_top .sec4__content a.sec4__link:hover {
  text-decoration: none;
}
.p_top .sec4__content ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.p_top .sec4__content ul li {
  font-size: 16px;
  position: relative;
}
.p_top .sec4__content ul li::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #e83451;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -15px;
}
.p_top .sec4__content ul li::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #e83451;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: -12px;
}
.p_top .sec4__example {
  padding: 0 0 0 40px;
  position: relative;
}
.p_top .sec4__example p {
  position: absolute;
  top: 0;
  left: -8px;
}
.p_top .sec4__text-center {
  text-align: center;
}
.p_top .sec4__sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__sp-only {
    display: inline;
  }
}
.p_top .sec4__list {
  margin: 0 0 1em;
  padding-left: 1.4em;
}
.p_top .sec4__list--mark {
  list-style: none;
  padding-left: 0;
}
.p_top .sec4__list--mark li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
}
.p_top .sec4__list--mark li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: #e83451;
  font-weight: bold;
}
.p_top .sec4__buildings {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}
.p_top .sec4__building {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__building {
    flex-direction: column;
    align-items: center;
  }
}
.p_top .sec4__building-img {
  flex-shrink: 0;
  width: 150px;
  margin: 0;
}
.p_top .sec4__building-img img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.p_top .sec4__building-body {
  flex: 1;
  min-width: 0;
}
.p_top .sec4__building-ttl {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
  padding: 0 0 0 15px;
  position: relative;
}
.p_top .sec4__building-ttl::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #e83451;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__building-ttl::before {
    top: 5px;
  }
}
.p_top .sec4__building-ttl::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #e83451;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 3px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__building-ttl::after {
    top: 8px;
  }
}
.p_top .sec4__building-txt {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}
.p_top .sec4__table-wrap {
  overflow-x: auto;
  margin: 20px 0;
}
.p_top .sec4__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
  border: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__table {
    font-size: 10px;
    min-width: 645px;
  }
}
.p_top .sec4__table th, .p_top .sec4__table td {
  padding: 10px 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.p_top .sec4__table td.sec4__area-img {
  padding: 0;
}
.p_top .sec4__table thead th {
  background: #e83451;
  font-weight: bold;
  color: #fff;
}
.p_top .sec4__table thead th:first-of-type {
  width: 110px;
  box-sizing: border-box;
}
.p_top .sec4__table thead th:not(:first-of-type) {
  width: 105px !important;
  box-sizing: border-box;
  border-left: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__table thead th:not(:first-of-type) {
    width: 90px !important;
  }
}
.p_top .sec4__table tbody th {
  background: #e83451;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  border-top: 1px solid #222;
}
.p_top .sec4__table tbody tr:first-child td {
  text-align: center;
}
.p_top .sec4__table tbody td {
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  text-align: left;
}
.p_top .sec4__table img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.p_top .sec4__map-ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
  width: 640px;
  background: #e83451;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__map-ttl {
    width: 100%;
    font-size: 10px;
  }
}
.p_top .sec4__map {
  width: 640px;
  margin: 0;
  box-sizing: border-box;
  border: 5px solid #e83451;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__map {
    width: 100%;
  }
}
.p_top .sec4__map img {
  display: block;
  width: 100%;
}
.p_top .sec4__point-ttl {
  color: #e83451;
}
.p_top .sec4__world-lead {
  font-size: 16px;
  margin: 0 0 20px !important;
}
.p_top .sec4__world-img {
  width: 640px;
  margin: 0;
  border: 5px solid #e83451;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__world-img {
    width: 100%;
  }
}
.p_top .sec4__world-img img {
  display: block;
  width: 100%;
}
.p_top .sec4__download-note {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -20px 0 20px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__download-note {
    margin: -10px 0 10px;
  }
}
.p_top .sec4__download-note span {
  background: #e83451;
  padding: 0 15px;
  font-size: 18px;
  color: #ffff00;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__download-note span {
    font-size: 9px;
  }
}
.p_top .sec4__download-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__download-btns {
    gap: 20px;
  }
}
.p_top .sec4__download-link {
  font-size: 16px;
  text-align: center;
}
.p_top .sec4__download-link a {
  font-weight: bold;
  color: #42b5fd;
}
.p_top .sec4__entry-lead {
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 20px;
}
.p_top .sec4__entry-intro {
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 8px;
}
.p_top .sec4__form-btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin: 15px 0 32px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__form-btn-wrap {
    gap: 0px;
    margin: 15px 0;
  }
}
.p_top .sec4__form-btn-wrap--dual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.p_top .sec4__form-callout {
  position: relative;
  display: inline-block;
  width: 340px;
  max-width: 100%;
  min-height: 76px;
  padding: 0 8px 8px 0;
  box-sizing: content-box;
}
.p_top .sec4__form-callout-yellow {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 15px;
  width: calc(100% - 18px);
  height: calc(100% - 10px);
  right: 0;
  bottom: 0;
  background: #ffef66;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__form-callout-yellow {
    top: 4px;
    left: 8px;
    width: calc(100% - 10px);
    height: calc(100% - 6px);
  }
}
.p_top .sec4__form-callout-frame {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  pointer-events: none;
  overflow: visible;
}
.p_top .sec4__form-callout-txt {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 10px 22px 10px 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
  color: #555555;
}
.p_top .sec4__form-callout-mark {
  color: #e83451;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__form-callout {
    width: 100%;
    margin-top: 8px;
    padding: 0 6px 6px 0;
  }
  .p_top .sec4__form-callout-yellow {
    top: 15px;
    left: 50%;
    transform: translateX(-48%);
    width: 320px;
    height: calc(100% - 15px);
  }
  .p_top .sec4__form-callout-frame {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .p_top .sec4__form-callout-txt {
    padding: 16px 18px 16px 24px;
    font-size: 14px;
    width: 300px;
    margin: 0 auto !important;
  }
}
.p_top .sec4__form-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  background: #fff;
  border: 3px solid #ffd800;
  border-radius: 999px;
}
.p_top .sec4__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 230px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 28px;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__btn {
    min-width: 200px;
    margin: 0 auto;
    font-size: 18px;
  }
}
.p_top .sec4__btn--download, .p_top .sec4__btn--form {
  background: #ffd800;
  color: #222;
  border: 3px solid #222;
  box-shadow: 0 4px 0 #222;
}
.p_top .sec4__btn--download img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 18px;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__btn--download img {
    right: 15px;
  }
}
.p_top .sec4__entry-list {
  margin: 0;
}
.p_top .sec4__entry-list dt {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #e83451;
  border-bottom: 2px solid #e83451;
  margin: 5px 0 0px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__entry-list dt {
    font-size: 16px;
    margin: 0 auto;
  }
}
.p_top .sec4__entry-list dt:first-of-type {
  margin-top: 0;
}
.p_top .sec4__entry-list dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}
.p_top .sec4__criteria {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px 20px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.p_top .sec4__criteria dt {
  margin: 0;
}
.p_top .sec4__criteria dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  min-height: 36px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e83451;
  background: #fff;
  color: #e83451;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.p_top .sec4__criteria dd {
  margin: 0;
  padding: 9px 0 0;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec4__criteria {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .p_top .sec4__criteria dt {
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
  }
  .p_top .sec4__criteria dt span {
    display: inline-flex;
    width: 180px;
    margin: 0 auto;
    font-size: 16px;
    padding: 5px 0;
  }
  .p_top .sec4__criteria dd {
    padding: 0;
  }
}
.p_top .sec4__bottom-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 360px;
  margin: 40px auto 0;
  padding: 18px 0;
  background: #ffd800;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  border: 3px solid #222;
  border-radius: 999px;
  box-shadow: 0 4px 0 #222;
}
.p_top .sec4__bottom-btn img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 22px;
}
.p_top .sec5 {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  background: #726b52;
  color: #fff;
}
.p_top .sec5:before {
  content: "";
  background: url(../img/top5/sec5-bgico1.png) no-repeat center/contain;
  width: 14.4vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec5:before {
    width: 100px;
  }
}
.p_top .sec5:after {
  content: "";
  background: url(../img/top5/sec5-bgico2.png) no-repeat center/contain;
  width: 7.2vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec5:after {
    width: 50px;
  }
}
.p_top .sec5__inner {
  position: relative;
  z-index: 1;
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .p_top .sec5__inner {
    padding: 60px 0 80px;
  }
}
.p_top .sec5__heading {
  text-align: center;
  margin: 0 0 60px;
}
.p_top .sec5__heading-deco {
  display: block;
  width: 135px;
  margin: 0 auto 15px;
}
.p_top .sec5__heading-ttl {
  font-size: 32px;
  font-weight: bold;
  color: #ffe900;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_top .sec5__heading-ttl {
    font-size: 24px;
  }
}
.p_top .sec5__heading-en {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 100;
  color: #ffe900;
}
@media screen and (max-width: 768px) {
  .p_top .sec5__heading-en {
    font-size: 18px;
  }
}
.p_top .sec5__block {
  max-width: 800px;
  margin: 0 auto 50px;
}
.p_top .sec5__block:last-child {
  margin-bottom: 0;
}
.p_top .sec5__block-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #ffe900;
  text-align: center;
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .p_top .sec5__block-ttl {
    font-size: 18px;
  }
}
.p_top .sec5__list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.p_top .sec5__list li {
  position: relative;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}
.p_top .sec5__list li::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #ffe900;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -15px;
}
.p_top .sec5__list li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffe900;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: -12px;
}
.p_top .sec6 {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
}
.p_top .sec6:before {
  content: "";
  background: url(../img/top5/sec6-bgico1.png) no-repeat center/contain;
  width: 14.4vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec6:before {
    width: 100px;
  }
}
.p_top .sec6:after {
  content: "";
  background: url(../img/top5/sec6-bgico2.png) no-repeat center/contain;
  width: 7.2vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec6:after {
    width: 50px;
  }
}
.p_top .sec6__inner {
  position: relative;
  z-index: 1;
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .p_top .sec6__inner {
    padding: 60px 0 80px;
  }
}
.p_top .sec6__heading {
  text-align: center;
  margin: 0 0 50px;
}
.p_top .sec6__heading-deco {
  display: block;
  width: 135px;
  margin: 0 auto 15px;
}
.p_top .sec6__heading-ttl {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_top .sec6__heading-ttl {
    font-size: 24px;
  }
}
.p_top .sec6__heading-en {
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #888;
}
@media screen and (max-width: 768px) {
  .p_top .sec6__heading-en {
    font-size: 18px;
  }
}
.p_top .sec6__accordion {
  max-width: 900px;
  margin: 0 auto;
}
.p_top .sec6__item.is-open .sec6__answer {
  grid-template-rows: 1fr;
}
.p_top .sec6__item.is-open .sec6__answer-inner {
  opacity: 1;
  transform: translateY(0);
}
.p_top .sec6__item.is-open .sec6__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p_top .sec6__question {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 10px 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .p_top .sec6__question {
    gap: 12px;
    padding: 16px 0;
  }
}
.p_top .sec6__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #e83451;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_top .sec6__icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}
.p_top .sec6__question-txt {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p_top .sec6__question-txt {
    font-size: 14px;
  }
}
.p_top .sec6__toggle {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
}
.p_top .sec6__toggle::before, .p_top .sec6__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #222;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.p_top .sec6__toggle::before {
  width: 16px;
  height: 2px;
}
.p_top .sec6__toggle::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}
.p_top .sec6__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.p_top .sec6__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-left: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease 0.08s, transform 0.35s ease 0.08s;
}
@media screen and (max-width: 768px) {
  .p_top .sec6__answer-inner {
    gap: 12px;
  }
}
.p_top .sec6__answer-inner p {
  flex: 1;
  margin: 0;
  padding-top: 8px;
  font-size: 15px;
  line-height: 1.9;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p_top .sec6__answer-inner p {
    font-size: 14px;
    padding-top: 6px;
  }
}
.p_top .sec6__note {
  max-width: 900px;
  margin: 40px auto 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #222;
}
.p_top .sec7 {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  background: #90efe4;
  overflow: hidden;
}
.p_top .sec7:before {
  content: "";
  background: url(../img/top5/sec7-bgico1.png) no-repeat center/contain;
  width: 14.4vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec7:before {
    width: 100px;
  }
}
.p_top .sec7:after {
  content: "";
  background: url(../img/top5/sec7-bgico2.png) no-repeat center/contain;
  width: 7.2vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) and (min-width: 376px) {
  .p_top .sec7:after {
    width: 14vw;
  }
}
@media screen and (max-width: 375px) {
  .p_top .sec7:after {
    width: 14.4vw;
  }
}
.p_top .sec7__outer {
  position: relative;
}
.p_top .sec7__outer:before {
  content: "";
  background: url(../img/top5/sec7-bgico3.png) no-repeat center/contain;
  width: 14.4vw;
  height: 21.6vw;
  position: absolute;
  top: 25%;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__outer:before {
    width: 100px;
    height: 150px;
  }
}
.p_top .sec7__outer:after {
  content: "";
  background: url(../img/top5/sec7-bgico4.png) no-repeat center/contain;
  width: 14.4vw;
  height: 21.6vw;
  position: absolute;
  top: 46%;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__outer:after {
    width: 100px;
    height: 150px;
    top: 52%;
  }
}
.p_top .sec7__inner {
  position: relative;
  z-index: 1;
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__inner {
    padding: 60px 0 0;
  }
}
.p_top .sec7__heading {
  text-align: center;
  margin: 0 0 50px;
}
.p_top .sec7__heading-deco {
  display: block;
  width: 135px;
  margin: 0 auto 15px;
}
.p_top .sec7__heading-ttl {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__heading-ttl {
    font-size: 24px;
  }
}
.p_top .sec7__heading-en {
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__heading-en {
    font-size: 18px;
  }
}
.p_top .sec7__form-wrap .wpcf7 {
  max-width: 900px;
  margin: 0 auto;
}
.p_top .sec7__form-wrap .wpcf7 form {
  font-family: 'Noto Sans JP', sans-serif;
}
.p_top .sec7__form-wrap .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
}
.p_top .sec7__form-wrap .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #e83451;
}
.p_top .sec7__field {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.p_top .sec7__field:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.p_top .sec7__field.last {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__field {
    padding: 22px 0;
  }
}
.p_top .sec7__field--submit {
  border-bottom: none;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__field--submit {
    padding-top: 0;
  }
}
.p_top .sec7__field-head {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__field-head {
    gap: 8px;
    margin-bottom: 12px;
  }
}
.p_top .sec7__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.p_top .sec7__badge--required {
  background: #e83451;
}
.p_top .sec7__badge--optional {
  background: #333;
}
.p_top .sec7__label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__label {
    font-size: 14px;
  }
}
.p_top .sec7__label-note {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__label-note {
    font-size: 13px;
  }
}
.p_top .sec7__label-note ul {
  margin: 8px 0 0;
  padding-left: 1.2em;
}
.p_top .sec7__label-note li {
  margin-bottom: 4px;
}
.p_top .sec7__radios .wpcf7-form-control-wrap {
  display: block;
}
.p_top .sec7__radios .wpcf7-radio,
.p_top .sec7__radios .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
.p_top .sec7__radios .wpcf7-list-item {
  margin: 0;
}
.p_top .sec7__radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__radios .wpcf7-list-item label {
    font-size: 14px;
  }
}
.p_top .sec7__radios .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
}
.p_top .sec7__radios input[type="radio"],
.p_top .sec7__radios input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #e83451;
  cursor: pointer;
}
.p_top .sec7__radios input[type="checkbox"] {
  border-radius: 50%;
}
.p_top .sec7__name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__name {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p_top .sec7__name .wpcf7-form-control-wrap {
  display: block;
}
.p_top .sec7__name input[type="text"],
.p_top .sec7__name input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  outline: none;
  box-sizing: border-box;
}
.p_top .sec7__name input[type="text"]::placeholder,
.p_top .sec7__name input[type="email"]::placeholder {
  color: #bbb;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__name input[type="text"],
  .p_top .sec7__name input[type="email"] {
    font-size: 14px;
    padding: 12px 14px;
  }
}
.p_top .sec7__input .wpcf7-form-control-wrap {
  display: block;
}
.p_top .sec7__input input[type="text"],
.p_top .sec7__input input[type="email"],
.p_top .sec7__input input[type="tel"] {
  width: 100%;
  padding: 14px 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  outline: none;
}
.p_top .sec7__input input[type="text"]::placeholder,
.p_top .sec7__input input[type="email"]::placeholder,
.p_top .sec7__input input[type="tel"]::placeholder {
  color: #bbb;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__input input[type="text"],
  .p_top .sec7__input input[type="email"],
  .p_top .sec7__input input[type="tel"] {
    font-size: 14px;
    padding: 12px 14px;
  }
}
.p_top .sec7__address-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__address-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p_top .sec7__address-label {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__address-label {
    font-size: 13px;
  }
}
.p_top .sec7__address-prefecture .wpcf7-form-control-wrap, .p_top .sec7__address-city .wpcf7-form-control-wrap {
  display: block;
}
.p_top .sec7__address-prefecture select, .p_top .sec7__address-city input[type="text"] {
  width: 100%;
  padding: 14px 40px 14px 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  outline: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__address-prefecture select, .p_top .sec7__address-city input[type="text"] {
    font-size: 14px;
    padding: 12px 14px;
  }
}
.p_top .sec7__address-prefecture select {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23222' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat right 16px center;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__address-prefecture select {
    background-position: right 14px center;
  }
}
.p_top .sec7__address-city input[type="text"] {
  padding: 14px 16px;
}
.p_top .sec7__department-fields.is-hidden {
  display: none;
}
.p_top .sec7__select .wpcf7-form-control-wrap {
  display: block;
}
.p_top .sec7__select select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23222' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat right 16px center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  outline: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__select select {
    font-size: 14px;
    padding: 12px 36px 12px 14px;
    background-position: right 14px center;
  }
}
.p_top .sec7__textarea .wpcf7-form-control-wrap {
  display: block;
}
.p_top .sec7__textarea textarea {
  width: 100%;
  min-height: 160px;
  padding: 14px 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #222;
  resize: vertical;
  outline: none;
}
.p_top .sec7__textarea textarea::placeholder {
  color: #bbb;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__textarea textarea {
    font-size: 14px;
    min-height: 140px;
  }
}
.p_top .sec7__images .sec7__image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__images .sec7__image-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p_top .sec7__images .sec7__image-item {
  position: relative;
}
.p_top .sec7__images .sec7__image-item.is-hidden {
  display: none;
}
.p_top .sec7__images .sec7__image-ttl {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.p_top .sec7__images .sec7__image-file {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p_top .sec7__images .sec7__image-remove {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #222;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.p_top .sec7__images .sec7__image-remove span {
  display: block;
  width: 12px;
  height: 2px;
  background: #222;
  border-radius: 1px;
}
.p_top .sec7__images .sec7__image-remove:hover {
  opacity: 0.7;
}
.p_top .sec7__images .custom-file {
  position: relative;
  flex: 1;
  min-width: 0;
  display: block;
}
.p_top .sec7__images .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.p_top .sec7__images .wpcf7-form-control-wrap::before {
  content: attr(data-fileName);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  pointer-events: none;
}
.p_top .sec7__images input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  opacity: 0;
  cursor: pointer;
}
.p_top .sec7__images .wpcf7-not-valid-tip {
  position: static;
}
.p_top .sec7__images--single .sec7__image-file {
  max-width: 100%;
  width: calc(50% - 12px);
}
.p_top .sec7__image-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 28px;
  border: none;
  border-radius: 999px;
  background: #e83451;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.p_top .sec7__image-add.is-hidden {
  display: none;
}
.p_top .sec7__image-add:hover {
  opacity: 0.85;
}
.p_top .sec7__notice {
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  line-height: 1.9;
  color: #222;
}
.p_top .sec7__notice p {
  margin: 0 0 10px;
}
.p_top .sec7__notice p:last-child {
  margin-bottom: 0;
}
.p_top .sec7__notice ul {
  margin: 0;
  padding-left: 1.2em;
}
.p_top .sec7__notice li {
  margin-bottom: 6px;
}
.p_top .sec7__checkbox {
  width: auto;
  display: flex;
  justify-content: center;
}
.p_top .sec7__checkbox .wpcf7-form-control-wrap {
  display: block;
}
.p_top .sec7__checkbox .wpcf7-checkbox {
  display: block;
}
.p_top .sec7__checkbox .wpcf7-list-item {
  margin: 0;
}
.p_top .sec7__checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__checkbox .wpcf7-list-item label {
    font-size: 14px;
  }
}
.p_top .sec7__checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #e83451;
  cursor: pointer;
}
.p_top .sec7__submit {
  position: relative;
}
.p_top .sec7__submit .wpcf7-form-control-wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__submit {
    display: flex;
    justify-content: center;
  }
}
.p_top .sec7__submit input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 100%;
  padding: 18px 40px;
  border: 4px solid #222;
  border-radius: 999px;
  background: #ffe900;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p_top .sec7__submit input[type="submit"] {
    min-width: 0;
    width: 250px;
    font-size: 16px;
    padding: 16px 24px;
  }
}
.p_top .sec7__submit input[type="submit"]:hover {
  opacity: 0.9;
}
.p_top .sec7__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p_top .sec7 .wpcf7-response-output.sending-message {
  background: #e83451;
  color: #fff;
  font-size: 16px;
  border: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec7 .wpcf7-response-output.sending-message {
    margin: 0 0 20px;
  }
}
.p_top .footer {
  font-family: 'Noto Sans JP', sans-serif;
  background: url(../img/top5/footer-bg.png);
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_top .footer {
    background: url(../img/top5/sp/footer-bg.png);
    background-size: cover;
    background-position: right top;
  }
}
.p_top .footer__inner {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .p_top .footer__inner {
    padding: 40px 0 24px;
  }
}
.p_top .footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p_top .footer__main {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.p_top .footer__logo {
  flex-shrink: 0;
  margin: 0;
  width: 42%;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .p_top .footer__logo {
    width: 100%;
    max-width: 230px;
  }
}
.p_top .footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p_top .footer__body {
  flex: 1;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p_top .footer__body {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
.p_top .footer__org {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p_top .footer__org {
    margin-bottom: 20px;
    text-align: left;
  }
}
.p_top .footer__contact {
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p_top .footer__contact {
    margin-bottom: 20px;
    text-align: left;
  }
}
.p_top .footer__contact p {
  line-height: 1.5;
  margin: 0;
}
.p_top .footer__contact a {
  color: #fff;
  text-decoration: underline;
}
.p_top .footer__contact a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .p_top .footer__contact {
    margin-bottom: 20px;
  }
}
.p_top .footer__notes {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p_top .footer__notes {
    font-size: 12px;
    text-align: left;
  }
}
.p_top .footer__notes li {
  padding: 0 0 0 1rem;
  text-indent: -1rem;
}
.p_top .footer__notes li + li {
  margin-top: 8px;
}
.p_top .footer__copy {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .footer__copy {
    margin-top: 50px;
    font-size: 12px;
  }
}
.p_top .wait-txt {
  font-size: 35px;
  text-align: center;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_top .wait-txt {
    font-size: 20px;
  }
}

/*# sourceMappingURL=top8.css.map */
