@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 2;
  background-color: #fff;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding-top: 7.2vw;
}
@media (max-width: 767.98px) {
  body.sp-menu-active {
    overflow: hidden;
  }
}
body.image-modal-active {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body {
    padding-top: 50px;
  }
}

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

.sp-br {
  display: none;
}
@media (max-width: 767.98px) {
  .sp-br {
    display: block;
  }
}

footer {
  background-color: #004097;
  color: #fff;
  padding: 0 0 30px 0;
}
footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  footer .copyright {
    font-size: 0.7rem;
    margin-top: 40px;
  }
}

.footer-inner {
  padding: 76px 3vw 0 5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer-inner {
    flex-direction: column;
    padding: 13vw 5vw 0 5vw;
    gap: 30px;
  }
}

.footer-desc p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.footer-desc p:first-child {
  font-size: 2.9rem;
  font-size: clamp(1.6rem, 1.51vw, 2.9rem);
  display: inline-block;
  position: relative;
  letter-spacing: 0.07em;
}
@media (max-width: 767.98px) {
  .footer-desc p:first-child {
    font-size: clamp(1.4rem, 6vw, 2.5rem);
    text-align: center;
    line-height: 1.4;
    width: 100%;
  }
}
.footer-desc p:first-child:after {
  background: radial-gradient(circle farthest-side, #fff, #fff 30%, transparent 30%, transparent);
  background-size: 15px;
  content: "";
  display: inline-block;
  height: 15px;
  width: 100%;
  position: relative;
  bottom: -10px;
}
@media (max-width: 767.98px) {
  .footer-desc p:first-child:after {
    background-size: 10px;
    height: 10px;
    bottom: 0;
  }
}
.footer-desc p:last-child {
  font-size: 2.5rem;
  font-size: clamp(1.4rem, 1.3vw, 2.5rem);
  margin-top: 10px;
  letter-spacing: -0.04em;
}
@media (max-width: 767.98px) {
  .footer-desc p:last-child {
    text-align: center;
    line-height: 1.4;
    width: 100%;
    font-size: clamp(1rem, 4.2vw, 1.6rem);
  }
}

.footer-main {
  order: 1;
}
@media (max-width: 767.98px) {
  .footer-main {
    order: 2;
    display: inline-block;
    margin: 0 auto;
  }
}

.footer-info {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 34px;
}
@media (max-width: 767.98px) {
  .footer-info {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.footer-info .footer-logo img {
  width: 105px;
  height: auto;
  display: block;
}
.footer-info .footer-address {
  font-size: 1.3rem;
  line-height: 1.4;
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .footer-info .footer-address {
    font-size: clamp(0.8rem, 3.7vw, 1.4rem);
  }
}

.footer-links {
  order: 2;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .footer-links {
    margin: 0 auto;
    order: 1;
    justify-content: center;
  }
}
.footer-links ul {
  display: flex;
  gap: 2.3vw;
}
@media (max-width: 767.98px) {
  .footer-links ul {
    display: flex;
    gap: 4vw;
  }
}
.footer-links ul li {
  width: 15.8vw;
  list-style: none;
}
@media (max-width: 767.98px) {
  .footer-links ul li {
    width: 48%;
    max-width: 220px;
  }
}
.footer-links ul li a img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .footer-links ul li a:hover img {
    opacity: 0.8;
  }
}

.image-zoom {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .image-zoom {
    border-radius: 10px;
  }
}
.image-zoom img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.image-zoom::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 24px;
  background-image: url(../img/ico-zoom.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .image-zoom::after {
    bottom: 5px;
    right: 5px;
    width: 23px;
    height: 22px;
  }
}
.image-zoom:hover img {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  .image-zoom:hover img {
    transform: scale(1);
  }
}

.mainvisual {
  width: 100%;
  aspect-ratio: 1920/936;
  background-image: url(../img/kv-image.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .mainvisual {
    aspect-ratio: 375/422;
    background-size: 230vw auto;
    background-position: -48.2vw top;
  }
}
.mainvisual img {
  width: 55.1vw;
}
@media (max-width: 767.98px) {
  .mainvisual img {
    width: 82.6vw;
  }
}

.section-introduction {
  width: 100%;
  padding: 9.3vw 0;
  background-image: url(../img/introduction-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
@media (max-width: 767.98px) {
  .section-introduction {
    padding: 60px 0;
    background-image: url(../img/introduction-bg-sp.png);
    background-size: auto 100%;
    background-position: left center;
  }
}

.section-introduction-inner {
  width: 70.8%;
  margin: 0 auto;
  display: flex;
  gap: 4.4%;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-introduction-inner {
    flex-direction: column;
    width: 84%;
    gap: 5.3vw;
  }
}

.section-introduction-image {
  width: 41.1%;
}
@media (max-width: 767.98px) {
  .section-introduction-image {
    width: 100%;
  }
}

.section-introduction-desc {
  width: 54.5%;
}
@media (max-width: 767.98px) {
  .section-introduction-desc {
    width: 100%;
  }
}
.section-introduction-desc p {
  color: #212121;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 1.2vw, 2.4rem);
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .section-introduction-desc p {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.section-report {
  position: relative;
  padding-bottom: 5.2vw;
}
@media (max-width: 767.98px) {
  .section-report {
    padding-bottom: 50px;
  }
}
.section-report .section-report-main-inner {
  width: 88.3%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .section-report .section-report-main-inner {
    width: calc(100% - 50px);
  }
}
.section-report.part-1 {
  background-image: url(../img/repot-bg1.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (max-width: 767.98px) {
  .section-report.part-1 {
    background-image: url(../img/repot-bg1-sp.png);
  }
}
.section-report.part-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#bee1fd 0%, #d8eb9d 100%);
  z-index: -1;
}
.section-report.part-2 {
  background-image: url(../img/repot-bg2.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media (max-width: 767.98px) {
  .section-report.part-2 {
    background-image: url(../img/repot-bg2-sp.png);
  }
}
.section-report.part-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#f8cde0 0%, #cce3f6 100%);
  z-index: -1;
}

.section-report-ttl {
  width: 54.16vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .section-report-ttl {
    width: 95vw;
  }
}
.section-report-ttl img {
  width: 100%;
  height: auto;
  display: block;
}

.section-report-main {
  position: relative;
  z-index: 1;
  margin-top: -3.4vw;
  margin-left: auto;
  margin-right: auto;
  width: 71.6vw;
  background-color: #fff;
  border-radius: 50px;
  padding-top: 6.5vw;
  padding-bottom: 4.1vw;
}
@media (max-width: 767.98px) {
  .section-report-main {
    margin-top: -24px;
    border-radius: 10px;
    width: 92vw;
  }
}

.section-report-introduction {
  display: flex;
  justify-content: space-between;
  gap: 4.1%;
}
@media (max-width: 767.98px) {
  .section-report-introduction {
    flex-direction: column;
    gap: 15px;
  }
}

.section-report-introduction-pic {
  width: 45.2%;
}
@media (max-width: 767.98px) {
  .section-report-introduction-pic {
    width: 100%;
  }
}

.section-report-introduction-desc {
  width: 50.7%;
}
@media (max-width: 767.98px) {
  .section-report-introduction-desc {
    width: 100%;
  }
}
.section-report-introduction-desc p {
  color: #212121;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 1.2vw, 2.4rem);
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .section-report-introduction-desc p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.section-report-open-button {
  padding-top: 2.3vw;
  text-align: center;
}
.section-report-open-button.hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .section-report-open-button {
    padding-top: 20px;
  }
}
.section-report-open-button p {
  display: inline-block;
  position: relative;
}
.section-report-open-button p span {
  cursor: pointer;
  bottom: 0;
  display: inline-flex;
  width: 20.2vw;
  max-width: 388px;
  align-items: center;
  justify-content: center;
  background-color: #ee84b0;
  color: #fff;
  font-size: 2.6rem;
  font-size: clamp(1.2rem, 1.2vw, 2.4rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  aspect-ratio: 388/85;
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-image: url(../img/ico-btn-aw.svg);
  background-repeat: no-repeat;
  background-position: right 1.4vw center;
  background-size: 8px auto;
  transition: bottom 0.3s ease;
}
@media (max-width: 767.98px) {
  .section-report-open-button p span {
    width: 66vw;
    min-width: 250px;
    max-width: 300px;
    font-size: 1.6rem;
    background-position: right 14px center;
    background-size: 10px auto;
    aspect-ratio: 250/59;
  }
}
.section-report-open-button p:after {
  z-index: 1;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #e65f97;
  content: "";
}
@media (max-width: 767.98px) {
  .section-report-open-button p:after {
    bottom: -3.5px;
  }
}
.section-report-open-button p:hover span {
  bottom: -5px;
}
@media (max-width: 767.98px) {
  .section-report-open-button p:hover span {
    bottom: 0px;
  }
}
.part-1 .section-report-open-button p span {
  background-color: #02afa2;
}
.part-1 .section-report-open-button p:after {
  background-color: #04736b;
}
@media (max-width: 767.98px) {
  .part-1 .section-report-open-button p:hover span {
    background-color: #02afa2;
  }
}

.section-report-open-section {
  overflow: hidden;
}
.section-report-open-section .section-report-open-section-inner {
  display: grid;
  grid-template-columns: 1fr;
  max-height: 0rem;
  overflow-y: hidden;
  transition: max-height 50s linear;
  position: relative;
}
.section-report-open-section.expanded .section-report-open-section-inner {
  grid-template-columns: 1fr;
  max-height: 10000rem;
  padding-bottom: 2px;
  overflow-y: visible;
}

.report-conversation {
  width: 100%;
}
.report-conversation.top {
  padding-top: 3.6vw;
}
@media (max-width: 767.98px) {
  .report-conversation.top {
    padding-top: 30px;
  }
}
.report-conversation p {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 17px;
}
@media (max-width: 767.98px) {
  .report-conversation p {
    flex-direction: column;
    gap: 6px;
  }
}
.report-conversation p + p {
  margin-top: 1.25vw;
}
.report-conversation p .name {
  background-color: #beb96e;
  width: 5.2vw;
  color: #fff;
  font-size: 1.6rem;
  font-size: clamp(0.8rem, 0.8vw, 1.6rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
  text-box-trim: both;
  border-radius: 9999px;
  display: block;
}
@media (max-width: 767.98px) {
  .report-conversation p .name {
    font-size: 1.4rem;
    width: 70px;
  }
}
.report-conversation p .name.c2 {
  background-color: #edc982;
}
.report-conversation p .name.c3 {
  background-color: #4578b4;
}
.report-conversation p .name.c4 {
  background-color: #e7c6e8;
}
.report-conversation p .name.c5 {
  background-color: #bdbbdd;
}
.report-conversation p .name.c6 {
  background-color: #fac7e3;
}
.report-conversation p .name.c7 {
  background-color: #bdbbdd;
}
.report-conversation p .name.c8 {
  background-color: #a1d8db;
}
.report-conversation p .statement {
  width: calc(100% - 5.2vw - 17px);
  display: block;
  color: #212121;
  font-size: 2rem;
  font-size: clamp(1rem, 1vw, 2rem);
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .report-conversation p .statement {
    font-size: 1.4rem;
    width: 100%;
  }
}

.section-report-subtitle {
  color: #02afa2;
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-top: 3.6vw;
  margin-bottom: 2.1vw;
  padding: 1.6vw 0;
  border-top: solid 4px #02afa2;
  border-bottom: solid 4px #02afa2;
  position: relative;
}
.part-2 .section-report-subtitle {
  color: #ee84b0;
  border-color: #ee84b0;
}
@media (max-width: 767.98px) {
  .section-report-subtitle {
    font-size: 1.6rem;
    padding: 25px 0;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.section-report-subtitle img {
  width: 11.3vw;
  height: auto;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .section-report-subtitle img {
    width: 177px;
    display: block;
    margin: 0 auto 5px auto;
  }
}
.section-report-subtitle::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #02afa2;
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
}
.part-2 .section-report-subtitle::before {
  background-color: #ee84b0;
}
.section-report-subtitle::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #02afa2;
  position: absolute;
  display: block;
  bottom: 6px;
  left: 0;
}
.part-2 .section-report-subtitle::after {
  background-color: #ee84b0;
}

.report-interview {
  margin-top: 1.9vw;
  background-color: #f5f5f5;
  padding: 2vw;
}
.report-interview + * {
  margin-top: 3vw;
}

.report-interview-ttl {
  color: #212121;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.8rem;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  padding: 0.9vw 0.9vw 0.9vw 0.9vw;
  line-height: 1;
  background-color: #fff;
  border-radius: 4px;
}
.report-interview-ttl img {
  width: 1.7vw;
  height: auto;
  margin-right: 0.5vw;
  vertical-align: text-bottom;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .report-interview-ttl {
    font-size: 2rem;
    padding: 8px;
  }
  .report-interview-ttl img {
    width: 19px;
    margin-right: 8px;
    vertical-align: -1%;
  }
  .report-interview-ttl span {
    display: block;
    margin-top: 8px;
    font-size: 1.2rem;
  }
}

.report-interview-sub-ttl {
  margin-top: 1.4vw;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-size: clamp(1.1rem, 1.1vw, 2.2rem);
  line-height: 1;
}
@media (max-width: 767.98px) {
  .report-interview-sub-ttl {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}

.report-interview-desc {
  margin-top: 1.5vw;
  font-weight: 600;
  font-size: 1.7rem;
  font-size: clamp(0.8rem, 0.8vw, 1.7rem);
  line-height: 1.88;
}
@media (max-width: 767.98px) {
  .report-interview-desc {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}
.report-interview-desc + * {
  margin-top: 1.1vw;
}
@media (max-width: 767.98px) {
  .report-interview-desc + * {
    margin-top: 10px;
  }
}

.report-interview-ico-ttl {
  margin-top: 1.1vw;
  color: #ee84b0;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-size: clamp(1.1rem, 1.1vw, 2.2rem);
  line-height: 1;
  padding: 0;
}
.report-interview-ico-ttl span {
  display: inline-block;
  margin-left: 1em;
}
.report-interview-ico-ttl img {
  width: 3.3vw;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8vw;
}
@media (max-width: 767.98px) {
  .report-interview-ico-ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 15px;
    text-align: center;
  }
  .report-interview-ico-ttl span {
    text-align: left;
    display: block;
    padding: 0 10px;
    margin-left: 0;
  }
  .report-interview-ico-ttl img {
    width: 65px;
    margin-bottom: 5px;
  }
}

.speech-bubble {
  display: inline-flex;
  gap: 27px;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 1.3vw;
}
@media (max-width: 767.98px) {
  .speech-bubble {
    display: block;
    margin-top: 12px;
  }
}
.speech-bubble + .speech-bubble {
  margin-left: 4.1vw;
}
@media (max-width: 767.98px) {
  .speech-bubble + .speech-bubble {
    margin-left: 0;
  }
}
.speech-bubble.no-ml {
  margin-left: 0;
}
.speech-bubble .speaker {
  font-size: 1.7rem;
  font-size: clamp(0.8rem, 0.8vw, 1.7rem);
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .speech-bubble .speaker {
    font-size: 1.4rem;
  }
}
.speech-bubble .bubble {
  font-size: 2rem;
  font-size: clamp(1rem, 1vw, 2rem);
  line-height: 1;
  font-weight: 600;
  background-color: #fff;
  padding: 1.5vw 2vw;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .speech-bubble .bubble {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
    margin-left: 17px;
    padding: 6px 10px;
  }
}
.speech-bubble .bubble::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 5px);
  left: -13px;
  width: 13px;
  height: 10px;
  background-image: url(../img/ico-bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-bubble {
  display: inline-flex;
  gap: 27px;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 1.3vw;
}
@media (max-width: 767.98px) {
  .icon-bubble {
    display: flex;
    margin-top: 12px;
    gap: 10px;
  }
}
.icon-bubble .icon-bubble-icon {
  width: 6.7vw;
}
@media (max-width: 767.98px) {
  .icon-bubble .icon-bubble-icon {
    width: 60px;
  }
}
.icon-bubble .bubble {
  color: #fff;
  font-size: 2rem;
  font-size: clamp(1rem, 1vw, 2rem);
  line-height: 1;
  font-weight: 600;
  background-color: #a1d8db;
  padding: 1.5vw 2vw;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .icon-bubble .bubble {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
    margin-left: 17px;
    padding: 6px 10px;
  }
}
.icon-bubble .bubble::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 5px);
  left: -13px;
  width: 13px;
  height: 10px;
  background-image: url(../img/ico-bubble-b.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-bubble + .report-conversation {
  margin-top: 1.3vw;
}
@media (max-width: 767.98px) {
  .icon-bubble + .report-conversation {
    margin-top: 12px;
  }
}

.section-report-image-links {
  display: flex;
  margin-top: 2.6vw;
}
@media (max-width: 767.98px) {
  .section-report-image-links {
    margin-top: 30px;
  }
}
.section-report-image-links.spb {
  justify-content: space-between;
}
.section-report-image-links.spc {
  justify-content: center;
  gap: 5.2%;
}
@media (max-width: 767.98px) {
  .section-report-image-links.spc {
    gap: 15px;
  }
}
.section-report-image-links + .report-conversation {
  margin-top: 2.6vw;
}
@media (max-width: 767.98px) {
  .section-report-image-links + .report-conversation {
    margin-top: 30px;
  }
}
.section-report-image-links .section-report-image-link {
  width: 47.3%;
}
.section-report-image-links .section-report-image-link.st {
  width: 17.2%;
}

.section-organized-supported {
  padding: 8.3vw 0 6.4vw 0;
}
@media (max-width: 767.98px) {
  .section-organized-supported {
    padding: 100px 0 60px 0;
  }
}

.section-organized-supported-inner {
  width: 63vw;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner {
    width: calc(100% - 40px);
  }
}
.section-organized-supported-inner .organized .organized-title {
  color: #13438f;
  font-size: 3.8rem;
  font-size: clamp(1.5rem, 1.9vw, 3.8rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .organized .organized-title {
    font-size: 2.8rem;
  }
}
.section-organized-supported-inner .organized .organized-links {
  margin-top: 1.5vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .organized .organized-links {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.section-organized-supported-inner .organized .organized-links p a {
  color: #7e7e7e;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-organized-supported-inner .organized .organized-links p a i {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 580/185;
  border: solid 1px #b9b9b9;
  border-radius: 10px;
  transition: border-color 0.3s ease;
}
.section-organized-supported-inner .organized .organized-links p a i img {
  height: auto;
  display: block;
}
.section-organized-supported-inner .organized .organized-links p a i img.logo-m {
  width: 71.5%;
}
.section-organized-supported-inner .organized .organized-links p a i img.logo-n {
  width: 50.3%;
}
.section-organized-supported-inner .organized .organized-links p a span {
  margin-top: 0.2em;
  text-align: center;
  font-size: 1.5rem;
  font-size: clamp(0.7rem, 0.82vw, 1.5rem);
  transition: color 0.3s ease;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .organized .organized-links p a span {
    font-size: 1.5rem;
    color: #13438f;
  }
}
.section-organized-supported-inner .organized .organized-links p a:hover i {
  border-color: #13438f;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .organized .organized-links p a:hover i {
    border-color: #b9b9b9;
  }
}
.section-organized-supported-inner .organized .organized-links p a:hover span {
  color: #13438f;
}
.section-organized-supported-inner .supported {
  margin-top: 2.9vw;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .supported {
    margin-top: 40px;
  }
}
.section-organized-supported-inner .supported .supported-title {
  color: #13438f;
  font-size: 3.8rem;
  font-size: clamp(1.5rem, 1.9vw, 3.8rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .supported .supported-title {
    font-size: 2.8rem;
  }
}
.section-organized-supported-inner .supported .supported-links {
  margin-top: 1.5vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3vw;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .supported .supported-links {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.section-organized-supported-inner .supported .supported-links p a {
  color: #7e7e7e;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-organized-supported-inner .supported .supported-links p a i {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 280/105;
  border: solid 1px #b9b9b9;
  border-radius: 10px;
  transition: border-color 0.3s ease;
}
.section-organized-supported-inner .supported .supported-links p a i img {
  height: auto;
  display: block;
}
.section-organized-supported-inner .supported .supported-links p a i img.logo-k {
  width: 67.8%;
}
.section-organized-supported-inner .supported .supported-links p a i img.logo-f {
  width: 35.7%;
}
.section-organized-supported-inner .supported .supported-links p a i img.logo-f2 {
  width: 25%;
}
.section-organized-supported-inner .supported .supported-links p a i img.logo-f3 {
  width: 52.8%;
}
.section-organized-supported-inner .supported .supported-links p a span {
  margin-top: 0.2em;
  text-align: center;
  font-size: 1.5rem;
  font-size: clamp(0.7rem, 0.82vw, 1.5rem);
  transition: color 0.3s ease;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .supported .supported-links p a span {
    font-size: 1.5rem;
    color: #13438f;
  }
}
.section-organized-supported-inner .supported .supported-links p a:hover i {
  border-color: #13438f;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .supported .supported-links p a:hover i {
    border-color: #b9b9b9;
  }
}
.section-organized-supported-inner .supported .supported-links p a:hover span {
  color: #13438f;
}

.header {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  height: 7.2vw;
  position: fixed;
  display: flex;
  align-items: center;
  padding: 0 5vw 0 2vw;
  display: flex;
}
@media (max-width: 767.98px) {
  .header {
    height: 50px;
    padding: 0 20px 0 6px;
  }
}

.header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: inline-flex;
  gap: 1.5vw;
}
.header-logo .logo-n {
  width: 10vw;
}
@media (max-width: 767.98px) {
  .header-logo .logo-n {
    width: 99px;
  }
}
.header-logo .logo-m {
  width: 13vw;
}
@media (max-width: 767.98px) {
  .header-logo .logo-m {
    width: 265px;
    display: none;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-nav .pc-menu {
  margin: 0 auto;
  display: flex;
  gap: 5.2vw;
}
@media (max-width: 767.98px) {
  .header-nav .pc-menu {
    display: none;
  }
}
.header-nav .pc-menu li {
  list-style: none;
}
.header-nav .pc-menu li a {
  color: #ee84b0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: block;
  border: solid 1px transparent;
}
.header-nav .pc-menu li a span {
  display: inline-block;
  font-size: 1.6rem;
  font-size: clamp(0.8rem, 0.8vw, 1.6rem);
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.header-nav .pc-menu li a span::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #ee84b0;
  transition: width 0.3s ease;
}
.header-nav .pc-menu li a:hover span::after {
  width: 100%;
}
.header-nav .pc-menu .pc-menu-1 {
  width: 4.97vw;
  max-width: 95px;
}
.header-nav .pc-menu .pc-menu-2 {
  width: 12.3vw;
  max-width: 238px;
}
.header-nav .pc-menu .pc-menu-3 {
  width: 7.1vw;
  max-width: 138px;
}
.header-nav .pc-menu .pc-menu-4 {
  width: 6vw;
  max-width: 117px;
}

.sp-menu-trig {
  width: 25px;
  height: 25px;
  align-items: center;
  margin-left: 10px;
  display: none;
}
@media (max-width: 767.98px) {
  .sp-menu-trig {
    display: flex;
  }
}
.sp-menu-trig .burger {
  margin-top: 0px;
  width: 25px;
  height: 3px;
  background-color: #004097;
  position: relative;
  border-radius: 1.5px;
}
.sp-menu-trig .burger:before, .sp-menu-trig .burger:after {
  left: 0;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  position: absolute;
  background: #004097;
  width: 100%;
  height: 3px;
  content: "";
  border-radius: 1.5px;
}
.sp-menu-trig .burger:before {
  top: -8px;
}
.sp-menu-trig .burger:after {
  top: 8px;
}
.sp-menu-active .sp-menu-trig .burger {
  background: transparent;
}
.sp-menu-active .sp-menu-trig .burger:after, .sp-menu-active .sp-menu-trig .burger:before {
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  top: 0;
}
.sp-menu-active .sp-menu-trig .burger:before {
  transform: rotate(45deg);
}
.sp-menu-active .sp-menu-trig .burger:after {
  transform: rotate(-45deg);
}

.sp-menu {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  min-height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
@media (max-width: 767.98px) {
  .sp-menu-active .sp-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.sp-menu .event-apply .event-apply-btn {
  margin-top: 66px;
}
.sp-menu .event-apply .event-apply-btn a span {
  width: 74vw;
  max-width: 320px;
  aspect-ratio: 262/60;
  background-size: 7px auto;
  background-position: right 18px center;
}
.sp-menu .event-apply-note {
  font-size: 1.2rem;
  margin-top: 12px;
}

.sp-menu-inner {
  padding-top: 150px;
}

.sp-menu-nav ul {
  display: block;
}
.sp-menu-nav ul li {
  list-style: none;
  display: block;
}
.sp-menu-nav ul li + li {
  margin-top: 66px;
}
.sp-menu-nav ul li a {
  color: #ee84b0;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  display: block;
}
.sp-menu-nav ul li a img {
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}

.image-modal {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  min-height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
.image-modal-active .image-modal {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.image-modal-close {
  position: absolute;
  top: 4.1vw;
  left: 50%;
  width: 6.25vw;
  max-width: 120px;
  cursor: pointer;
  z-index: 2;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .image-modal-close {
    width: 120px;
    top: initial;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.image-modal-close img {
  width: 100%;
  height: auto;
  display: block;
}

.image-modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-modal-content-inner {
  width: 62.5vw;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .image-modal-content-inner {
    width: 95vw;
    border-radius: 10px;
  }
}
.image-modal-content-inner img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767.98px) {
  body.sp-menu-active .mainvisual,
  body.sp-menu-active .section-introduction,
  body.sp-menu-active .section-report,
  body.sp-menu-active .section-organized-supported,
  body.sp-menu-active .section-speaker,
  body.sp-menu-active .footer {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */