@charset "UTF-8";/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object, svg {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
  font-family: "Zen Kaku Gothic New";
  color: #1d2a54;
  background-blend-mode: color-burn;
  background: url(../images/common/noise.png), #f6f3ee;
  letter-spacing: 0.2em;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.text-blue {
  color: #59a1ff;
}

@media screen and (min-width: 769px) {
  body {
    padding-top: 0px;
  }
}

.body-pt-140 {
  padding-top: 72px;
}
@media screen and (min-width: 769px) {
  .body-pt-140 {
    padding-top: 140px;
  }
}

.c-breadcrum {
  position: relative;
  z-index: 20;
  padding-left: 16px;
}
@media screen and (min-width: 769px) {
  .c-breadcrum {
    padding-left: 0;
    max-width: 90%;
    margin-inline: auto;
  }
}
.c-breadcrumList {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-breadcrumList {
    font-size: 12px;
  }
}
.c-breadcrumList .c-breadcrumListItem {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #1d2a54;
}
.c-breadcrumList .c-breadcrumListItem a {
  color: #1571da;
  transition-duration: 0.3s;
}
.c-breadcrumList .c-breadcrumListItem a:hover {
  color: #f36487;
}
.c-breadcrumList .c-breadcrumListItem:first-child a {
  display: inline-block;
  position: relative;
}
.c-breadcrumList .c-breadcrumListItem:first-child a::after {
  content: "＞";
  color: #1d2a54;
  margin-left: 8px;
  margin-right: 8px;
}
.c-breadcrumList .c-breadcrumListItem.beforeArrow::before {
  content: "＞";
  color: #1d2a54;
  margin-left: 8px;
}

.header.sp-only {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.header__button {
  width: 100%;
  display: flex;
  align-items: center;
}
.header__button .header__logo {
  display: block;
  max-width: 42px;
  width: 100%;
  margin-top: 0px;
  margin-left: 20px;
  height: 10px;
}
.header__button .header__logo > picture img {
  width: 100%;
}
.header__button .header__button-lines {
  margin-top: 29px;
  margin-right: 20px;
  width: 29px;
  height: 20px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__button .header__button-lines .header__button-linesItem {
  display: block;
  height: 2px;
  border-radius: 9999px;
}
.header__button .header__button-lines .header__button-linesItem-blue {
  background: #59a1ff;
}
.header__button .header__button-lines .header__button-linesItem-green {
  background: #0ec1ce;
}
.header__button .header__button-lines .header__button-linesItem-pink {
  background: #f36487;
}

.header__contents {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #59a1ff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: -100% 0;
  opacity: 0;
  transition-duration: 0.3s;
  pointer-events: none;
}
.header__contents.js-anime-active {
  translate: 0;
  opacity: 1;
  pointer-events: auto;
}
.header__contents .header__contents-closebtn {
  position: absolute;
  margin-left: auto;
  top: 24px;
  right: 24px;
}
.header__contents .header__contents-listWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 310px;
}
.header__contents .header__contents-list .header__contents-listInner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__contents .header__contents-list .header__contents-listItem {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.header__contents .header__contents-list .header__contents-listItem.--innerlink::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: -24px;
  background: url(../images/common/arrow_white_right.png) center/cover;
  width: 15px;
  height: 10px;
}
.header__contents .header__contents-list .header__contents-listItem.--pb {
  padding-bottom: 0;
}
.header__contents .header__contents-list.--sub {
  padding-left: 8px;
}
.header__contents .header__contents-list.--sub .header__contents-listItem {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
}
.header__contents-list img {
    margin-right: 10px;
    margin-bottom: 5px;
}

.header__contents .header__contents-linkbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 262px;
  width: 100%;
  height: 48px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  color: #59a1ff;
  background-color: #fff;
  border-radius: 9999px;
  text-align: center;
  margin-top: 32px;
}
.header__contents .header__contents-linkbtn.-donation {
  margin-bottom: 32px;
}

.header_block {
  display: block;
  max-width: 269px;
  margin-left: auto;
  margin-right: auto;
}
.header_block img {
  width: 100%;
}

.header.pc-only {
  max-width: 90%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 9999px;
  background-color: #fff;
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
}

.header.pc-only.js-anime-active {
  opacity: 1;
  pointer-events: auto;
}

.header__nav {
  display: flex;
  align-items: center;
}
.header__nav .header__nav-logo {
  display: block;
  max-width: 47px;
  margin-right: 24px;
}
.header__nav .header__nav-logo img {
  width: 100%;
}
.header__nav .header__nav-list {
  position: relative;
}
.header__nav .header__nav-list:hover .header__nav-listLabel {
  opacity: 1;
  cursor: pointer;
}
.header__nav .header__nav-list svg {
  margin-bottom: 4px;
}
.header__nav .header__nav-list svg path {
  transition-duration: 0.3s;
}
.header__nav .header__nav-list-hoverblue:hover {
  color: #59a1ff;
}
.header__nav .header__nav-list-hoverblue:hover svg path {
  fill: #59a1ff;
}
.header__nav .header__nav-list-hoverpink .header__nav-listLabel {
  color: #f36487;
}
.header__nav .header__nav-list-hoverpink:hover {
  color: #f36487;
}
.header__nav .header__nav-list-hoverpink:hover svg path {
  fill: #f36487;
}
.header__nav .header__nav-list-hoveryellow .header__nav-listLabel {
  color: #ffe500;
}
.header__nav .header__nav-list-hoveryellow:hover .header__nav-listItem {
  color: #ffe500;
}
.header__nav .header__nav-list-hoveryellow:hover .header__nav-sublist {
  opacity: 1;
  pointer-events: auto;
}
.header__nav .header__nav-list-hoveryellow:hover svg path {
  fill: #ffe500;
}
.header__nav .header__nav-list .header__nav-sublist {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 24px;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 191px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  row-gap: 12px;
  padding-left: 20px;
  transition-duration: 0.3s;
}
.header__nav .header__nav-list .header__nav-sublist:hover {
  opacity: 1;
  pointer-events: auto;
}
.header__nav .header__nav-list .header__nav-sublist .header__nav-sublistItem {
  transition-duration: 0.3s;
  font-size: 15px;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
}
.header__nav .header__nav-list .header__nav-sublist .header__nav-sublistItem:hover {
  color: #ffe500;
  pointer-events: auto;
}
.header__nav .header__nav-listLabel {
  position: absolute;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 12px;
  transition-duration: 0.3s;
  opacity: 0;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.header__nav .header__nav-listLabel.--about {
  left: -10px;
}
.header__nav .header__nav-listItem {
  font-weight: 700;
  padding-left: 12px;
  padding-right: 12px;
  transition-duration: 0.3s;
  padding-top: 20px;
}
.header__nav-listItem img {
    margin-right: 2px;
    margin-bottom: 5px;
}
.header__contactbtn {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background-color: #59a1ff;
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  border-radius: 9999px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}
.header__contactbtn:hover {
  background-color: #f36487;
}

.footer {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .footer {
    padding-top: 262px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .footerLayout {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
.footerLayout .footer__contents {
  max-width: 308px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__contents {
    width: 100%;
    max-width: 398px;
    margin-left: 0;
    margin-right: 0;
  }
}
.footerLayout .footer__contents .footer__contents-maincopy {
  display: block;
  max-width: 241px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.footerLayout .footer__contents .footer__contents-maincopy img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__contents .footer__contents-maincopy img {
    width: 371px;
  }
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__contents .footer__contents-maincopy {
    margin-left: 0;
    margin-right: 0;
    max-width: 371px;
  }
}
.footerLayout .footer__contents-linkBtn {
  position: relative;
  z-index: 20;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
  background-color: #59a1ff;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  max-width: 322px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__contents-linkBtn {
    margin-bottom: 13px;
    margin-left: 0;
    margin-right: 0;
    max-width: 371px;
    transition-duration: 0.3s;
  }
  .footerLayout .footer__contents-linkBtn:hover {
    opacity: 0.8;
  }
}
.footerLayout .footer__contents-linkBtn.-donation {
  margin-bottom: 28px;
  background-color: #f36487;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__contents-linkBtn.-donation {
    margin-bottom: 35px;
  }
  .footerLayout .footer__contents-linkBtn.-donation:hover {
    opacity: 0.8;
  }
}
.footerLayout .footer__contents-listWrap {
  display: flex;
  justify-content: space-between;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__contents-listWrap {
    max-width: initial;
  }
}
.footerLayout .footer__contents-list {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__contents-list {
    width: 391px;
  }
}
.footerLayout .footer__contents-list .footer__contents-list-item {
  font-size: 17px;
  margin-bottom: 16px;
  transition-duration: 0.3s;
}
.footerLayout .footer__contents-list .footer__contents-list-item img {
  margin-left: 2px;
  margin-bottom: 5px;
  width: 14px;
}
.footerLayout .footer__contents-list .footer__contents-list-item svg path {
  transition-duration: 0.3s;
}
.footerLayout .footer__contents-list .footer__contents-list-item.--sub {
  padding-left: 8px;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__contents-list .footer__contents-list-item {
    font-size: 23px;
  }
  .footerLayout .footer__contents-list .footer__contents-list-item img {
  margin-left: 2px;
  margin-bottom: 7px;
  width: 16px;
  }
  .footerLayout .footer__contents-list .footer__contents-list-item.-hoverblue:hover {
    color: #59a1ff;
  }
  .footerLayout .footer__contents-list .footer__contents-list-item.-hoverpink:hover {
    color: #f36487;
  }
  .footerLayout .footer__contents-list .footer__contents-list-item.-hoverpink .header__nav-listLabel {
    color: #f36487;
  }
  .footerLayout .footer__contents-list .footer__contents-list-item.-hoveryellow:hover {
    color: #ffe500;
  }
  .footerLayout .footer__contents-list .footer__contents-list-item.-hoveryellow:hover svg path {
    fill: #ffe500;
  }
}
.footerLayout .footer__contents-list .footer__contents-list-item .footer__contents-list-link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footerLayout .footer__contents-list .--sub .footer__contents-list-item {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__contents-list .--sub .footer__contents-list-item {
    font-size: 18px;
    white-space: nowrap;
  }
}
.footerLayout .footer__block {
  position: relative;
  padding-top: 168px;
  translate: -50px 0;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block {
    padding-top: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.footerLayout .footer__block .footersvg01 {
  position: absolute;
  display: none;
}
.footerLayout .footer__block .footersvg01 img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block .footersvg01 {
    display: block;
    width: 80px;
    height: 80px;
    top: -140px;
    left: -60px;
  }
}
.footerLayout .footer__block .footersvg02 {
  position: absolute;
  top: 120px;
  left: -15px;
  z-index: 10;
  width: 190px;
  height: 190px;
}
.footerLayout .footer__block .footersvg02 img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block .footersvg02 {
    width: 340px;
    height: 340px;
    top: -100px;
    left: -40px;
  }
}
.footerLayout .footer__block .footersvg03 {
  position: absolute;
  top: 300px;
  left: -20px;
  z-index: 10;
  width: 212px;
  height: 212px;
}
.footerLayout .footer__block .footersvg03 img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block .footersvg03 {
    width: 383px;
    height: 383px;
    top: 370px;
    left: 0px;
  }
}
.footerLayout .footer__block .footersvg04 {
  position: absolute;
  top: 20px;
  left: 150px;
  z-index: 10;
  width: 160px;
  height: 160px;
}
.footerLayout .footer__block .footersvg04 img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block .footersvg04 {
    width: 280px;
    height: 280px;
    top: -280px;
    left: 280px;
  }
}
.footerLayout .footer__block .footersvg05 {
  position: absolute;
  top: 25px;
  left: 360px;
  z-index: 10;
  width: 152px;
  height: 70px;
}
.footerLayout .footer__block .footersvg05 img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block .footersvg05 {
    width: 243px;
    height: 100px;
    top: -150px;
    left: 660px;
  }
}
.footerLayout .footer__block .footersvg06 {
  position: absolute;
  top: 240px;
  left: 180px;
  z-index: 10;
  width: 70px;
  height: 100px;
}
.footerLayout .footer__block .footersvg06 img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block .footersvg06 {
    width: 127px;
    height: 179px;
    top: 128px;
    left: 328px;
  }
}
.footerLayout .footer__block .footersvg07 {
  position: absolute;
  top: 140px;
  left: 260px;
  z-index: 10;
  width: 69px;
  height: 83px;
}
.footerLayout .footer__block .footersvg07 img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block .footersvg07 {
    width: 125px;
    height: 150px;
    top: -50px;
    left: 450px;
  }
}
.footerLayout .footer__block .footersvg08 {
  position: absolute;
  top: 341px;
  left: 260px;
  z-index: 10;
  width: 150px;
  height: 150px;
}
.footerLayout .footer__block .footersvg08 img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block .footersvg08 {
    width: 260px;
    height: 260px;
    top: 300px;
    left: 470px;
  }
}
.footerLayout .footer__block .footersvg09 {
  position: absolute;
  top: 160px;
  left: 340px;
  z-index: -1;
  width: 172px;
  height: 172px;
}
.footerLayout .footer__block .footersvg09 img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block .footersvg09 {
    width: 310px;
    height: 310px;
    top: 0px;
    left: 570px;
  }
}
.footerLayout .footer__block img {
  width: 520px;
}
@media screen and (min-width: 1025px) {
  .footerLayout .footer__block img {
    width: 940px;
  }
}

.footer__copyright {
  position: relative;
  z-index: 10;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer__copyright {
    font-size: 14px;
    text-align: left;
  }
}