@charset "UTF-8";
.heisei-7 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.heisei-5 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.heisei-3 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kirigirisu {
  font-family: "ab-kirigirisu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-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; /* 2 */
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 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; /* 1 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  color: #000000;
}
body.popup-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

dt {
  font-weight: unset;
}

input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.c-symbol {
  display: none;
}

.c-disp--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-disp--pc {
    display: block;
  }
}

.c-disp--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-disp--sp {
    display: none;
  }
}

.c-br--ip {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-br--ip {
    display: none;
  }
}

.c-br--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-br--sp {
    display: none;
  }
}

.c-br--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br--pc {
    display: block;
  }
}

.c-brspace--sp::before {
  content: "\a　";
  white-space: pre;
}
@media screen and (min-width: 1024px) {
  .c-brspace--sp::before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-brspace--pc::before {
    content: "\a　";
    white-space: pre;
  }
}

.c-anchor--normal {
  margin-top: calc(clamp(65px, 17.25vw, 105px) * -1);
  padding-top: clamp(65px, 17.25vw, 105px);
}
@media screen and (min-width: 1024px) {
  .c-anchor--normal {
    margin-top: calc(clamp(85px, 7vw, 120px) * -1);
    padding-top: clamp(85px, 7vw, 120px);
  }
}

.c-anchor--sp {
  margin-top: calc(clamp(65px, 17.25vw, 105px) * -1);
  padding-top: clamp(65px, 17.25vw, 105px);
}
@media screen and (min-width: 1024px) {
  .c-anchor--sp {
    margin-top: 0;
    padding-top: 0;
  }
}

.c-anchor--low {
  margin-top: calc(clamp(65px, 17.25vw, 105px) * -0.5);
  padding-top: calc(clamp(65px, 17.25vw, 105px) * 0.5);
}
@media screen and (min-width: 1024px) {
  .c-anchor--low {
    margin-top: 0;
    padding-top: 0;
  }
}

.c-hidden {
  display: none !important;
}

.c-text__pos {
  position: relative;
  display: inline-block;
  bottom: -0.15em;
}
.c-text__pos--confirmed {
  position: relative;
  bottom: -0.15em;
}

.iphone .c-text__pos {
  bottom: 0;
}

.mac .c-text__pos {
  bottom: 0;
}

.l-header {
  position: relative;
  width: 100%;
}

.l-header-sp {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(65px, 17.25vw, 105px);
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .l-header-sp {
    display: none;
  }
}
.l-header-sp__logo {
  position: relative;
  display: block;
  width: 50%;
  height: 95%;
  margin-left: 7.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header-sp__logo {
    margin-left: 11%;
  }
}
.l-header-sp__button {
  position: relative;
  background-color: #007AD1;
  display: block;
  width: clamp(65px, 17.25vw, 105px);
  height: clamp(65px, 17.25vw, 105px);
  z-index: 15;
}
.l-header-sp__button__inner {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.l-header-sp__button__line {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  background-color: #ffffff;
  width: 50%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-header-sp__button__line:nth-of-type(1) {
  top: 23%;
}
.l-header-sp__button__line:nth-of-type(2) {
  top: 38%;
}
.l-header-sp__button__line:nth-of-type(3) {
  top: 53%;
}
.l-header-sp__button.open .l-header-sp__button__line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 38%;
}
.l-header-sp__button.open .l-header-sp__button__line:nth-of-type(2) {
  opacity: 0;
}
.l-header-sp__button.open .l-header-sp__button__line:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 38%;
}
.l-header-sp__button__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 18px);
  position: absolute;
  top: 69.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-header-sp__nav {
  display: block;
  background-color: #007AD1;
  width: 100vw;
  height: 100%;
  z-index: 50;
  position: fixed;
  top: clamp(65px, 17.25vw, 105px);
  right: -100vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-sp__nav.open {
  right: 0;
}
.l-header-sp__menu {
  width: 100%;
  position: fixed;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: calc(100vh - clamp(65px, 17.25vw, 105px));
  background-color: #007AD1;
  opacity: 1;
}
.l-header-sp__menu::-webkit-scrollbar {
  display: none;
}
.l-header-sp__menu__link {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 24px);
  position: relative;
  padding: 1.25em 0.75em 1.25em 1.5em;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header-sp__menu__link:visited, .l-header-sp__menu__link:hover, .l-header-sp__menu__link:active, .l-header-sp__menu__link:focus {
  color: #ffffff;
}
.l-header-sp__menu__link__arrow {
  width: 0.65em;
  height: 0.65em;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-footer {
  position: relative;
}
.l-footer__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-footer__map {
    padding-top: 35%;
  }
}
.l-footer__map iframe,
.l-footer__map object,
.l-footer__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__wrapper {
  position: relative;
  width: 84.5%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__wrapper {
    width: 78%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__wrapper {
    width: 80%;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__wrapper {
    width: 64.125%;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__wrapper {
    width: 1140px;
  }
}
.l-footer__logo {
  width: 85%;
  margin: 0 auto;
  padding-top: clamp(46px, 12.26vw, 69px);
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 35%;
    padding-top: clamp(84px, 7vw, 105px);
  }
}
.l-footer__inner {
  padding: clamp(36px, 9.6vw, 54px) 0 clamp(46px, 12.26vw, 69px) 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    padding: clamp(48px, 4vw, 60px) 0 clamp(76.8px, 6.4vw, 96px) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__inner__left {
  padding-bottom: clamp(32px, 8.53vw, 48px);
}
@media screen and (min-width: 1024px) {
  .l-footer__inner__left {
    width: 45%;
    padding-bottom: 0;
  }
}
.l-footer__inner__right {
  background-color: #ffffff;
  border: 2px solid #007AD1;
  border-radius: clamp(16px, 4.26vw, 24px);
  padding: clamp(22px, 5.86vw, 33px) clamp(22px, 5.86vw, 33px) clamp(24px, 6.4vw, 36px) clamp(22px, 5.86vw, 33px);
}
@media screen and (min-width: 1024px) {
  .l-footer__inner__right {
    width: 50%;
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(28px, 2.33vw, 35px) clamp(40px, 3.33vw, 50px) clamp(38.4px, 3.2vw, 48px) clamp(40px, 3.33vw, 50px);
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__inner__right {
    padding: clamp(28px, 2.33vw, 35px) clamp(62.4px, 5.2vw, 78px) clamp(38.4px, 3.2vw, 48px) clamp(62.4px, 5.2vw, 78px);
  }
}
.l-footer__tel {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: clamp(29.82px, 7.95vw, 44.7px);
  width: 10em;
  display: block;
  background-color: #ED7911;
  border-radius: clamp(8px, 2.13vw, 12px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.25em 0 0.5em 0;
  margin: 0 auto clamp(32px, 8.53vw, 48px) auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel {
    font-size: clamp(27.2px, 2.26vw, 34px);
    border-radius: clamp(6.4px, 0.53vw, 8px);
    width: 8.5em;
    margin: 0 0 clamp(32px, 2.66vw, 40px) 0;
  }
}
.l-footer__tel__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(15.79px, 4.21vw, 23.6px);
  padding: 0 0 0.5em 4em;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel__title {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 0 0 0.5em 3em;
  }
}
.l-footer__tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__tel__icon {
  width: 0.65em;
  padding-bottom: 0.15em;
  margin-right: 0.15em;
}
.l-footer__tel__num {
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.l-footer__tel:visited {
  color: #ffffff;
}
.l-footer__tel:hover, .l-footer__tel:active, .l-footer__tel:focus {
  opacity: 0.7;
}
.l-footer__sublogo {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__sublogo {
    width: 60%;
  }
}
.l-footer__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: clamp(22px, 5.86vw, 33px) 0 clamp(24px, 6.4vw, 36px) 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__data {
    padding: clamp(16px, 1.33vw, 20px) 0 clamp(19.2px, 1.6vw, 24px) 0;
  }
}
.l-footer__data__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #007AD1;
  line-height: 1.5;
  font-size: clamp(14px, 3.73vw, 21px);
  width: 5.5em;
}
@media screen and (min-width: 1024px) {
  .l-footer__data__title {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.l-footer__data__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1.5;
  font-size: clamp(14px, 3.73vw, 21px);
  width: calc(100% - 5.5em);
  padding-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .l-footer__data__text {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.l-footer__bg {
  background-color: #007AD1;
}
.l-footer__nav--sp__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-footer__nav--sp__01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__nav--sp__01 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav--sp__01 .l-footer__menu {
    width: 50%;
  }
}
.l-footer__nav--sp__02 {
  border-top: 1px solid #007AD1;
  padding-bottom: clamp(20px, 5.33vw, 30px);
}
@media screen and (min-width: 1024px) {
  .l-footer__nav--sp__02 {
    display: none;
  }
}
.l-footer__nav--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__menu {
  width: 100%;
  padding: clamp(20px, 5.33vw, 30px) 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: clamp(25.6px, 2.13vw, 32px) 0 clamp(17.6px, 1.46vw, 22px) 0;
  }
}
.l-footer__menu__link {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(14px, 3.73vw, 21px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__link {
    line-height: 2;
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.l-footer__menu__link:visited {
  color: #ffffff;
}
.l-footer__menu__link:hover, .l-footer__menu__link:active, .l-footer__menu__link:focus {
  color: #66AFE3;
}
.l-footer__menu__link:hover .l-footer__menu__link__arrow, .l-footer__menu__link:active .l-footer__menu__link__arrow, .l-footer__menu__link:focus .l-footer__menu__link__arrow {
  background-color: #66AFE3;
}
.l-footer__menu__link__arrow {
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.15em;
}
.l-footer__menu__link--01 {
  width: 49%;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__link--01 {
    width: auto;
  }
}
.l-footer__menu__link--02 {
  width: 51%;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__link--02 {
    width: auto;
  }
}
.l-footer__menu__link--03 {
  width: 30%;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__link--03 {
    width: auto;
  }
}
.l-footer__menu__link--04 {
  width: 50%;
  padding-left: 1.25em;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__link--04 {
    width: auto;
  }
}
.l-footer__menu__link--05 {
  width: 40%;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__link--05 {
    width: auto;
  }
}
.l-footer__menu__link--06 {
  width: 50%;
  padding-left: 0.75em;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__link--06 {
    width: auto;
  }
}
.l-footer__copyright {
  background-color: #007AD1;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 18px);
  padding: 3em 0 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__copyright {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding: 0 0 2em 0;
  }
}

.l-main {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.l-main__pos {
  position: relative;
}
.l-main__yellow {
  background-size: auto auto;
  background-color: #FFF074;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 10px, rgba(255, 255, 255, 0.15) 20px);
}
@media screen and (min-width: 1024px) {
  .l-main__yellow {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.08) 10px, rgba(255, 255, 255, 0.08) 20px);
  }
}
.l-main__blue {
  background-color: #34A1FF;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 15px 15px;
  -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0% 99%);
          clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0% 99%);
}
@media screen and (min-width: 1024px) {
  .l-main__blue {
    -webkit-clip-path: polygon(0 3.5%, 100% 0%, 100% 100%, 0% 96.5%);
            clip-path: polygon(0 3.5%, 100% 0%, 100% 100%, 0% 96.5%);
  }
}
.l-main__green {
  background-color: #C0E26D;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 15px 15px;
  -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0% 99%);
          clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0% 99%);
}
@media screen and (min-width: 1024px) {
  .l-main__green {
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 95%);
            clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 95%);
  }
}
.l-main__pink {
  background-color: #F7D2F6;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 15px 15px;
  -webkit-clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 1024px) {
  .l-main__pink {
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.l-main__lightblue {
  background-color: #73D7F9;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, 0.08) 5px, rgba(255, 255, 255, 0.08) 10px);
}
@media screen and (min-width: 1024px) {
  .l-main__lightblue {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.08) 10px, rgba(255, 255, 255, 0.08) 20px);
  }
}
.l-main__cream {
  background-color: #FBFFE6;
  background-image: none;
}
.l-main__wrapper {
  position: relative;
  width: 84.5%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main__wrapper {
    width: 78%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper {
    width: 80%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__wrapper {
    width: 67.5%;
  }
}
@media screen and (min-width: 1536px) {
  .l-main__wrapper {
    width: 1200px;
  }
}

.l-main-header {
  position: relative;
  z-index: 5;
  padding-top: clamp(65px, 17.25vw, 105px);
  background-image: url(../img/cmn-bg-sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .l-main-header {
    padding-top: clamp(85px, 7vw, 120px);
    background-image: url(../img/cmn-bg.png);
  }
}
.l-main-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: clamp(65px, 17.25vw, 105px);
}
@media screen and (min-width: 1024px) {
  .l-main-header__title {
    padding-top: clamp(85px, 7vw, 120px);
  }
}
.l-main-header__title__ja {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #007AD1;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 4.8vw, 27px);
  text-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1024px) {
  .l-main-header__title__ja {
    font-size: clamp(31.2px, 2.6vw, 43px);
  }
}
.l-main-header__title__en {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #007AD1;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(13px, 3.46vw, 19.5px);
  text-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  padding-top: 0.5em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-main-header__title__en {
    font-size: clamp(22.4px, 1.86vw, 28px);
    padding-top: 0.65em;
  }
}
.l-main-header__title__en--service {
  padding-top: 0.75em;
  margin-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .l-main-header__title__en--service {
    padding-top: 0.75em;
    margin-top: 0.75em;
  }
}
.l-main-header__title__en--service::before {
  content: "";
  height: 2px;
  width: 5em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-main-header__title__en--service::before {
    width: 3.5em;
  }
}
.l-main-header__title__en--service--darkorange::before {
  background-color: #73D7F9;
}
.l-main-header__title__en--service--pink::before {
  background-color: #73D7F9;
}
.l-main-header__title__en--service--orange::before {
  background-color: #73D7F9;
}
.l-main-header__title__en--service--purple::before {
  background-color: #73D7F9;
}
.l-main-header__title__en--service--green::before {
  background-color: #73D7F9;
}
.l-main-header__title__wp {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #73D7F9;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(30px, 8vw, 45px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-main-header__title__wp {
    font-size: clamp(48px, 4vw, 60px);
  }
}

.c-section--right {
  padding-top: clamp(70px, 18.66vw, 105px);
}
@media screen and (min-width: 768px) {
  .c-section--right {
    padding-top: clamp(100px, 26.66vw, 150px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section--right {
    padding-top: clamp(192px, 16vw, 240px);
  }
}
.c-section--left {
  padding-top: clamp(30px, 8vw, 45px);
}
@media screen and (min-width: 768px) {
  .c-section--left {
    padding-top: clamp(46px, 12.26vw, 69px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section--left {
    padding-top: clamp(96px, 8vw, 120px);
  }
}
.c-section__title {
  position: relative;
}
.c-section__title__en {
  position: absolute;
  font-size: clamp(65px, 17.33vw, 120px);
  top: -0.4em;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .c-section__title__en {
    font-size: clamp(152px, 12.66vw, 190px);
    top: -0.4em;
  }
}
@media screen and (min-width: 1280px) {
  .c-section__title__en {
    font-size: clamp(168px, 14vw, 260px);
  }
}
.c-section__title__en--features {
  width: 5.2em;
}
@media screen and (min-width: 1024px) {
  .c-section__title__en--features {
    width: 5.35em;
  }
}
.c-section__title__en--activities {
  width: 5.25em;
}
@media screen and (min-width: 1024px) {
  .c-section__title__en--activities {
    width: 5.4em;
    right: auto;
    left: 0;
  }
}
.c-section__title__en--staff {
  width: 3em;
}
@media screen and (min-width: 1024px) {
  .c-section__title__en--staff {
    width: 3.15em;
  }
}
.c-section__title__en--flow {
  width: 3em;
  right: auto;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c-section__title__en--flow {
    width: 2.6em;
  }
}
.c-section__title__en--prevention {
  width: 5.5em;
}
@media screen and (min-width: 1024px) {
  .c-section__title__en--prevention {
    width: 5.75em;
  }
}
.c-section__title__ja {
  font-size: clamp(32.4px, 8.64vw, 63px);
  position: relative;
  width: 86.5%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-section__title__ja {
    width: 82%;
  }
}
@media screen and (min-width: 1024px) {
  .c-section__title__ja {
    font-size: clamp(57.6px, 4.8vw, 72px);
    margin: 0 0 0 10%;
  }
}
@media screen and (min-width: 1280px) {
  .c-section__title__ja {
    margin-left: 16.25%;
  }
}
@media screen and (min-width: 1536px) {
  .c-section__title__ja {
    margin-left: calc((100% - 1200px) / 2);
  }
}
.c-section__title__ja--features {
  width: 10em;
}
@media screen and (min-width: 1024px) {
  .c-section__title__ja--features {
    width: 10em;
  }
}
.c-section__title__ja--activities {
  width: 10em;
}
@media screen and (min-width: 1024px) {
  .c-section__title__ja--activities {
    width: 10em;
  }
}
.c-section__title__ja--staff {
  width: 6em;
  margin: 0;
  margin-left: 6.75%;
}
@media screen and (min-width: 768px) {
  .c-section__title__ja--staff {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .c-section__title__ja--staff {
    width: 6.5em;
    margin-left: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .c-section__title__ja--staff {
    margin-left: 16.25%;
  }
}
@media screen and (min-width: 1536px) {
  .c-section__title__ja--staff {
    margin-left: calc((100% - 1200px) / 2);
  }
}
.c-section__title__ja--flow {
  width: 6em;
  margin: 0;
  margin-left: 6.75%;
}
@media screen and (min-width: 768px) {
  .c-section__title__ja--flow {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .c-section__title__ja--flow {
    width: 5.75em;
    margin-left: 10%;
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 1280px) {
  .c-section__title__ja--flow {
    margin-left: 16.25%;
  }
}
@media screen and (min-width: 1536px) {
  .c-section__title__ja--flow {
    margin-left: calc((100% - 1200px) / 2);
  }
}
.c-section__title__ja--prevention {
  width: 7em;
  margin: 0;
  margin-left: 6.75%;
}
@media screen and (min-width: 768px) {
  .c-section__title__ja--prevention {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .c-section__title__ja--prevention {
    width: 7.25em;
    margin-left: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .c-section__title__ja--prevention {
    margin-left: 16.25%;
  }
}
@media screen and (min-width: 1536px) {
  .c-section__title__ja--prevention {
    margin-left: calc((100% - 1200px) / 2);
  }
}
.c-section__title__ja__inner {
  position: relative;
  left: -1%;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #ffffff;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #ffffff;
  border: 1px solid #007AD1;
  height: 3em;
  padding: 0 1em 0 2em;
  border-radius: 1.5em;
  overflow: hidden;
  z-index: 2;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #007AD1;
  font-size: clamp(16px, 4.26vw, 24px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .c-button {
    height: 3.8em;
    border-radius: 1.9em;
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.c-button__arrow {
  display: block;
  width: 0.5em;
}
@media screen and (min-width: 1024px) {
  .c-button__arrow {
    width: 0.6em;
  }
}
.c-button .st0 {
  stroke: #007AD1;
  fill: none;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.c-button:visited {
  color: #007AD1;
}
.c-button:active, .c-button:focus, .c-button:hover {
  color: #ffffff;
  background: #007AD1;
}
.c-button:active .st0, .c-button:focus .st0, .c-button:hover .st0 {
  stroke: #ffffff;
}
.c-button--menu {
  height: 3em;
  border-radius: 1.5em;
}
.c-button--features {
  width: 95%;
  margin: 0.5em auto 1.5em auto;
  background: #007AD1;
  color: #ffffff;
  padding: 0 1em 0 1.5em;
}
@media screen and (min-width: 1024px) {
  .c-button--features {
    width: 18em;
    margin: 1em 0 0 0;
    font-size: clamp(17.6px, 1.46vw, 22px);
    height: 3em;
    border-radius: 1.5em;
  }
}
.c-button--features .st0 {
  stroke: #ffffff;
}
.c-button--features:visited {
  color: #ffffff;
}
.c-button--features:active, .c-button--features:focus, .c-button--features:hover {
  color: #007AD1;
  background: #ffffff;
}
.c-button--features:active .st0, .c-button--features:focus .st0, .c-button--features:hover .st0 {
  stroke: #007AD1;
}
.c-button--guide {
  width: 100%;
  background: #007AD1;
  color: #ffffff;
  font-size: clamp(17.5px, 4.66vw, 26.25px);
  height: 3.5em;
  border-radius: 1.75em;
  padding: 0 1em 0 1.5em;
}
@media screen and (min-width: 1024px) {
  .c-button--guide {
    width: 95%;
    font-size: clamp(16px, 1.33vw, 20px);
    height: 3.5em;
    border-radius: 1.75em;
    margin: 0 auto;
  }
}
.c-button--guide--sm {
  font-size: clamp(14px, 3.73vw, 21px);
  padding-bottom: 0.15em;
}
@media screen and (min-width: 1024px) {
  .c-button--guide--sm {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.c-button--guide .st0 {
  stroke: #ffffff;
}
.c-button--guide:visited {
  color: #ffffff;
}
.c-button--guide:active, .c-button--guide:focus, .c-button--guide:hover {
  color: #007AD1;
  background: #ffffff;
}
.c-button--guide:active .st0, .c-button--guide:focus .st0, .c-button--guide:hover .st0 {
  stroke: #007AD1;
}

.c-button.hvr-sweep-to-right:hover:before,
.c-button.hvr-sweep-to-right:active:before,
.c-button.hvr-sweep-to-right:focus:before {
  background: #007AD1;
}

.c-button--features.hvr-sweep-to-right:hover:before,
.c-button--features.hvr-sweep-to-right:active:before,
.c-button--features.hvr-sweep-to-right:focus:before,
.c-button--guide.hvr-sweep-to-right:hover:before,
.c-button--guide.hvr-sweep-to-right:active:before,
.c-button--guide.hvr-sweep-to-right:focus:before {
  background: #ffffff;
}

.is-displayed {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: all;
}

.c-flag {
  -webkit-animation: swayTrees 2s forwards infinite;
          animation: swayTrees 2s forwards infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

@-webkit-keyframes swayTrees {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes swayTrees {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.c-flag-reverse {
  -webkit-animation: swayTrees02 2s forwards infinite;
          animation: swayTrees02 2s forwards infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

@-webkit-keyframes swayTrees02 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes swayTrees02 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
#main-view {
  position: relative;
  overflow: hidden;
}

#sound-toggle {
  position: absolute;
  top: 1%;
  right: 2%;
  z-index: 30;
  cursor: pointer;
  width: 30%;
}
@media screen and (min-width: 768px) {
  #sound-toggle {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  #sound-toggle {
    width: 13%;
  }
}
@media screen and (min-width: 1280px) {
  #sound-toggle {
    width: 10%;
  }
}

.sound-trigger {
  cursor: pointer;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 122, 209, 0.6);
  display: none;
  z-index: 1000;
}

#popup-image01 {
  position: fixed;
  width: clamp(200px, 53.33vw, 300px);
  height: clamp(200px, 53.33vw, 300px);
  display: none;
  z-index: 1100;
  top: 25%;
  right: 10%;
}
@media screen and (min-width: 1024px) {
  #popup-image01 {
    width: clamp(416px, 34.66vw, 520px);
    height: clamp(416px, 34.66vw, 520px);
  }
}

#popup-image02 {
  position: fixed;
  width: clamp(200px, 53.33vw, 300px);
  height: clamp(200px, 53.33vw, 300px);
  display: none;
  z-index: 1100;
  top: 20%;
  right: 5%;
}
@media screen and (min-width: 1024px) {
  #popup-image02 {
    width: clamp(416px, 34.66vw, 520px);
    height: clamp(416px, 34.66vw, 520px);
  }
}

#popup-image03 {
  position: fixed;
  width: clamp(200px, 53.33vw, 300px);
  height: clamp(200px, 53.33vw, 300px);
  display: none;
  z-index: 1100;
  top: 25%;
  right: 30%;
}
@media screen and (min-width: 1024px) {
  #popup-image03 {
    width: clamp(416px, 34.66vw, 520px);
    height: clamp(416px, 34.66vw, 520px);
  }
}

#popup-image04 {
  position: fixed;
  width: clamp(200px, 53.33vw, 300px);
  height: clamp(200px, 53.33vw, 300px);
  display: none;
  z-index: 1100;
  top: 20%;
  left: 12%;
}
@media screen and (min-width: 1024px) {
  #popup-image04 {
    width: clamp(416px, 34.66vw, 520px);
    height: clamp(416px, 34.66vw, 520px);
  }
}

#popup-image05 {
  position: fixed;
  width: clamp(200px, 53.33vw, 300px);
  height: clamp(200px, 53.33vw, 300px);
  display: none;
  z-index: 1100;
  top: 25%;
  left: 10%;
}
@media screen and (min-width: 1024px) {
  #popup-image05 {
    width: clamp(416px, 34.66vw, 520px);
    height: clamp(416px, 34.66vw, 520px);
  }
}

.c-fade-up {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.c-fade-down {
  opacity: 0;
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.c-fade-down--delay {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.is-faded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-appearance {
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.is-appearanced {
  -webkit-animation-name: fadeAppearance;
          animation-name: fadeAppearance;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeAppearance {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  75% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes fadeAppearance {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  75% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
.c-bound {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.c-bound--delay01 {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}
.c-bound--delay02 {
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
}

.is-bounded {
  -webkit-animation-name: fadeBound;
          animation-name: fadeBound;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeBound {
  0% {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  75% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeBound {
  0% {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  75% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.loading-screen {
  position: fixed;
  /* 全画面に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* ローディング画面の背景を白に設定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 40;
  /* 背景より前面に表示 */
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  /* 拡大と透明化を同時に */
  -webkit-transform: scale(1);
          transform: scale(1);
  /* 初期状態でスケール1 */
}

.door-animation {
  position: relative;
  width: 100%;
  /* 半分の幅 */
  height: 120px;
  /* 半分の高さ */
}
@media screen and (min-width: 1024px) {
  .door-animation {
    height: 160px;
  }
}

#door-svg {
  width: 100%;
  /* ドアの幅を半分 */
  height: 120px;
  /* ドアの高さを半分 */
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /* ドアのフェードアウトも対応 */
}
@media screen and (min-width: 1024px) {
  #door-svg {
    height: 160px;
  }
}

.door-wall {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 102px;
  height: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .door-wall {
    width: 136px;
    height: 200px;
  }
}

#door-group {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  /* ドア右端を基準に設定 */
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  /* 回転のアニメーション */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 裏側を非表示 */
  -webkit-perspective: 1000px;
          perspective: 1000px;
  /* 3D効果 */
}

.door-animation.open #door-group {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  /* 右基準で180度回転 */
}

.fade-out {
  opacity: 0;
  /* ローディング画面全体を透明化 */
  -webkit-transform: scale(3);
          transform: scale(3);
  /* 拡大 */
  pointer-events: none;
  /* フェードアウト後の操作を無効化 */
}

.c-breadcrumb {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(13px, 3.46vw, 19.5px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  padding-top: 0.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    font-size: clamp(12.8px, 1.06vw, 16px);
    padding-top: 1em;
  }
}
.c-breadcrumb__parent {
  color: #73D7F9;
  line-height: 1.8;
  position: relative;
}
.c-breadcrumb__parent a:visited,
.c-breadcrumb__parent a:hover,
.c-breadcrumb__parent a:active {
  color: #73D7F9;
}
.c-breadcrumb__item {
  color: #007AD1;
  line-height: 1.8;
}
.c-breadcrumb__item::before {
  content: ">";
  padding: 0 0.25em 0 0.5em;
  color: #007AD1;
  position: relative;
  bottom: 0.1em;
}

.c-kirigirisu {
  font-family: "ab-kirigirisu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.c-kirigirisu--13 {
  width: 8.7em;
}
.c-kirigirisu--14 {
  width: 9.5em;
}
.c-kirigirisu--test {
  letter-spacing: -0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.test {
  right: auto;
  left: 0;
}

.test02 {
  width: 6em;
}

.p-index-mv {
  position: relative;
  z-index: 5;
}
.p-index-mv__img {
  width: 100%;
}
.p-index-mv__note {
  background-color: #F23B8E;
  border-radius: 50%;
  width: clamp(98px, 26.13vw, 147px);
  height: clamp(98px, 26.13vw, 147px);
  position: absolute;
  left: 2%;
  bottom: clamp(76px, 20.26vw, 114px);
}
@media screen and (min-width: 768px) {
  .p-index-mv__note {
    bottom: clamp(50px, 13.33vw, 75px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__note {
    width: clamp(142.4px, 11.86vw, 180px);
    height: clamp(142.4px, 11.86vw, 180px);
    left: 4%;
    bottom: clamp(60px, 5vw, 75px);
  }
}
.p-index-mv__flag {
  width: clamp(57px, 15.2vw, 85.5px);
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__flag {
    width: clamp(80px, 6.66vw, 117px);
  }
}
.p-index-mv__flag--note {
  left: 82.5%;
  bottom: 15%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.p-index-mv__flag--01 {
  bottom: 19%;
  right: 18%;
}
@media screen and (min-width: 768px) {
  .p-index-mv__flag--01 {
    bottom: 21%;
    right: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__flag--01 {
    bottom: 14%;
    right: 12%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__flag--01 {
    bottom: 13%;
    right: 9%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-mv__flag--01 {
    bottom: 13%;
    right: 9%;
  }
}
@media screen and (min-width: 2100px) {
  .p-index-mv__flag--01 {
    bottom: 13%;
    right: 9%;
  }
}
.p-index-mv__flag--02 {
  top: 44%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .p-index-mv__flag--02 {
    top: 35%;
    right: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__flag--02 {
    top: 20%;
    right: 4%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__flag--02 {
    top: 12%;
    right: 3%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-mv__flag--02 {
    top: 14%;
  }
}
@media screen and (min-width: 2100px) {
  .p-index-mv__flag--02 {
    top: 16%;
    right: 4%;
  }
}
.p-index-mv__flag--03 {
  top: 61%;
  right: 40%;
}
@media screen and (min-width: 768px) {
  .p-index-mv__flag--03 {
    top: 57%;
    right: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__flag--03 {
    top: 54%;
    right: 27%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__flag--03 {
    top: 50%;
    right: 23%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-mv__flag--03 {
    top: 51%;
    right: 23%;
  }
}
@media screen and (min-width: 2100px) {
  .p-index-mv__flag--03 {
    top: 54%;
    right: 24%;
  }
}
.p-index-mv__flag--04 {
  top: 3%;
  left: 10%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-index-mv__flag--04 {
    top: 3%;
    left: 7%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__flag--04 {
    top: 7%;
    left: 9%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__flag--04 {
    top: 10%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-mv__flag--04 {
    top: 12%;
  }
}
@media screen and (min-width: 2100px) {
  .p-index-mv__flag--04 {
    top: 14%;
  }
}
.p-index-mv__flag--05 {
  top: 54%;
  left: 17%;
}
@media screen and (min-width: 768px) {
  .p-index-mv__flag--05 {
    top: 49%;
    left: 19%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__flag--05 {
    top: 47.5%;
    left: 16.75%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__flag--05 {
    top: 41%;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-mv__flag--05 {
    top: 43%;
  }
}
@media screen and (min-width: 2100px) {
  .p-index-mv__flag--05 {
    top: 45%;
  }
}
.p-index-mv__popup {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-index-mv__popup__img {
  border: 8px solid #ffffff;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__popup__img {
    border: 17px solid #ffffff;
  }
}
.p-index-mv__popup--01 {
  width: 90%;
  position: absolute;
  top: -18%;
  right: -12%;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__popup--01 {
    top: -25%;
    right: -15%;
  }
}
.p-index-mv__popup--02 {
  width: 90%;
  position: absolute;
  bottom: -30%;
  left: -40%;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__popup--02 {
    bottom: -20%;
    left: -50%;
  }
}
.p-index-mv__popup--03 {
  width: 90%;
  position: absolute;
  top: -35%;
  right: -40%;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__popup--03 {
    top: -35%;
    right: -55%;
  }
}
.p-index-mv__popup--04 {
  width: 90%;
  position: absolute;
  top: -22%;
  right: -45%;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__popup--04 {
    top: -22%;
    right: -65%;
  }
}
.p-index-mv__popup--05 {
  width: 90%;
  position: absolute;
  bottom: -30%;
  right: -45%;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__popup--05 {
    bottom: -10%;
    right: -65%;
  }
}
.p-index-mv__popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-index-mv__popup__text {
  position: relative;
}
.p-index-mv__message {
  display: block;
  position: absolute;
  top: clamp(120px, 32vw, 178px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-index-mv__message {
    width: 55%;
    top: clamp(100px, 26.66vw, 150px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message {
    width: 32%;
    top: clamp(72px, 6vw, 90px);
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__message {
    width: 30%;
  }
}
.p-index-mv__message__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-index-mv__message__01 {
  position: absolute;
  top: -8%;
  right: 45%;
  z-index: 25;
  width: 50%;
}
.p-index-mv__message__02 {
  position: relative;
  margin: 0 auto;
  z-index: 25;
  width: 65%;
  padding: clamp(40px, 10.66vw, 60px) 0 3px 0;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__02 {
    padding-top: clamp(40px, 3.33vw, 50px);
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__message__02 {
    padding-top: clamp(48px, 4vw, 60px);
  }
}
@media screen and (min-width: 1920px) {
  .p-index-mv__message__02 {
    padding-top: clamp(60px, 5vw, 75px);
  }
}
@media screen and (min-width: 2100px) {
  .p-index-mv__message__02 {
    padding-top: clamp(80px, 6.66vw, 100px);
  }
}
.p-index-mv__message__03 {
  position: relative;
  margin: 0 auto;
  z-index: 25;
  width: 75%;
}
.p-index-mv__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFF00;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: clamp(12px, 3.2vw, 18px);
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__text {
    font-size: clamp(16px, 1.33vw, 20px);
    bottom: 3%;
  }
}
.p-index-mv__text::before {
  content: "";
  background-color: #FFFF00;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.15em;
  height: 0.85em;
}

.p-index-introduction {
  position: relative;
  padding: clamp(30px, 8vw, 45px) 0 clamp(120px, 32vw, 178px) 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction {
    padding: clamp(76.8px, 6.4vw, 96px) 0 clamp(112px, 9.33vw, 140px) 0;
  }
}
.p-index-introduction__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__nav {
    display: block;
    background-color: #ffffff;
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(25.6px, 2.13vw, 32px) clamp(25.6px, 2.13vw, 32px) clamp(12.8px, 1.06vw, 16px) clamp(25.6px, 2.13vw, 32px);
    margin-bottom: clamp(168px, 14vw, 210px);
  }
}
.p-index-introduction__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-index-introduction__menu__item {
  width: 30%;
  padding-bottom: clamp(12.8px, 1.06vw, 16px);
}
.p-index-introduction__content__wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__content__wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-introduction__content__wrapper {
    width: 67.5%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__content__wrapper {
    width: 1200px;
  }
}
.p-index-introduction__content--01 {
  background-color: #ffffff;
  border-radius: clamp(14px, 3.73vw, 21px) 0 0 clamp(14px, 3.73vw, 21px);
  padding: clamp(40px, 10.66vw, 60px) clamp(30px, 8vw, 45px) clamp(84px, 22.4vw, 126px) clamp(30px, 8vw, 45px);
  margin: 0 0 clamp(160px, 42.66vw, 240px) 7.75%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-index-introduction__content--01 {
    margin-left: 11%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__content--01 {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(60px, 5vw, 75px) clamp(115.2px, 9.6vw, 144px) clamp(34.4px, 2.86vw, 43px) clamp(40px, 3.33vw, 50px);
    width: 65%;
    margin: 0;
  }
}
.p-index-introduction__content--02 {
  background-color: #ffffff;
  border-radius: 0 clamp(14px, 3.73vw, 21px) clamp(14px, 3.73vw, 21px) 0;
  padding: clamp(40px, 10.66vw, 60px) clamp(30px, 8vw, 45px) clamp(84px, 22.4vw, 126px) clamp(30px, 8vw, 45px);
  margin: 0 7.75% clamp(160px, 42.66vw, 500px) 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-index-introduction__content--02 {
    margin-right: 11%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__content--02 {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(60px, 5vw, 75px) clamp(40px, 3.33vw, 50px) clamp(34.4px, 2.86vw, 43px) clamp(115.2px, 9.6vw, 144px);
    margin: 0 0 0 auto;
    width: 65%;
  }
}
.p-index-introduction__space {
  padding-top: clamp(124px, 33vw, 300px);
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__space {
    padding-top: clamp(208px, 17.33vw, 260px);
  }
}
.p-index-introduction__title {
  font-size: clamp(30.72px, 8.19vw, 46px);
  background-color: #007AD1;
  width: 95%;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__title {
    font-size: clamp(35px, 2.91vw, 48px);
    width: calc(100% - 0.65em);
  }
}
.p-index-introduction__title--01 {
  border-radius: 1em 0 0 1em;
  top: -1em;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__title--01 {
    border-radius: 1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 1.25em;
  }
}
.p-index-introduction__title--02 {
  border-radius: 0 1em 1em 0;
  top: -1em;
  left: 0;
  padding-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-index-introduction__title--02 {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__title--02 {
    border-radius: 1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 clamp(115.2px, 9.6vw, 144px);
  }
}
.p-index-introduction__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 24px);
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__text {
    letter-spacing: 0.06em;
    font-size: clamp(15.2px, 1.26vw, 19px);
  }
}
.p-index-introduction__text--br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__text--br {
    display: block;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__text--br {
    display: none;
  }
}
.p-index-introduction__img--01 {
  width: 80%;
  position: absolute;
  bottom: calc(clamp(160px, 42.66vw, 500px) * -1);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__img--01 {
    left: 54%;
    right: auto;
    margin: 0;
    bottom: auto;
    top: calc(clamp(36px, 3vw, 45px) * -1);
    width: 52.5%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__img--01 {
    left: 58%;
    top: calc(clamp(52px, 4.33vw, 65px) * -1);
    width: 50%;
  }
}
.p-index-introduction__img--02 {
  width: 80%;
  position: absolute;
  bottom: calc(clamp(160px, 42.66vw, 500px) * -1);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__img--02 {
    right: 54%;
    left: auto;
    margin: 0;
    bottom: auto;
    top: calc(clamp(36px, 3vw, 45px) * -1);
    width: 52.5%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__img--02 {
    right: 58%;
    top: calc(clamp(52px, 4.33vw, 65px) * -1);
    width: 50%;
  }
}
.p-index-introduction__img__inner--01 {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.p-index-introduction__img__inner--02 {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.p-index-introduction__img__bg--01 {
  width: 80%;
  position: absolute;
  bottom: calc(clamp(50px, 13.33vw, 75px) * -1);
  right: calc(clamp(25px, 6.66vw, 37.5px) * -1);
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.p-index-introduction__img__bg--02 {
  width: 80%;
  position: absolute;
  bottom: calc(clamp(80px, 21.33vw, 120px) * -1);
  left: 0;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.p-index-introduction__img__shadow {
  position: relative;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__img__shadow {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  }
}
.p-index-introduction__inner {
  position: relative;
  padding-top: clamp(14px, 3.73vw, 21px);
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__inner {
    padding-top: clamp(36px, 3vw, 45px);
  }
}
.p-index-introduction__subtitle {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(17.68px, 4.71vw, 26.5px);
  background-color: #007AD1;
  width: 4em;
  height: 2em;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__subtitle {
    font-size: clamp(16.8px, 1.4vw, 21px);
  }
}
.p-index-introduction__ad {
  background-color: #F48CC5;
  border-radius: 50%;
  width: clamp(135px, 36vw, 202px);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__ad {
    width: clamp(96px, 8vw, 120px);
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__ad {
    width: clamp(108px, 9vw, 135px);
  }
}

.p-index-features {
  position: relative;
  padding-bottom: clamp(80px, 21.33vw, 120px);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-features {
    padding-bottom: clamp(180px, 15vw, 225px);
  }
}
.p-index-features__list {
  padding-top: clamp(25px, 6.66vw, 37.5px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__list {
    padding-top: clamp(52px, 4.33vw, 65px);
  }
}
.p-index-features__list__item {
  background-color: #ffffff;
  border-radius: clamp(24px, 6.4vw, 36px);
  padding: clamp(30px, 8vw, 45px) clamp(22px, 5.86vw, 33px) clamp(20px, 5.33vw, 30px) clamp(22px, 5.86vw, 33px);
  margin-bottom: clamp(24px, 6.4vw, 36px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__item {
    border-radius: clamp(25.6px, 2.13vw, 32px);
    padding: clamp(40px, 3.33vw, 50px);
    margin-bottom: clamp(51.2px, 4.26vw, 64px);
  }
}
.p-index-features__list__item--01 {
  padding-bottom: clamp(80px, 21.33vw, 120px);
  margin-bottom: clamp(220px, 58.66vw, 330px);
}
@media screen and (min-width: 768px) {
  .p-index-features__list__item--01 {
    margin-bottom: clamp(250px, 66.66vw, 375px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__item--01 {
    padding-bottom: clamp(40px, 3.33vw, 50px);
    margin-bottom: clamp(168px, 14vw, 210px);
  }
}
.p-index-features__list__item--03 {
  padding-bottom: clamp(80px, 21.33vw, 120px);
  margin-bottom: clamp(220px, 58.66vw, 330px);
}
@media screen and (min-width: 768px) {
  .p-index-features__list__item--03 {
    margin-bottom: clamp(260px, 69.33vw, 390px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__item--03 {
    padding-bottom: clamp(40px, 3.33vw, 50px);
    margin-bottom: clamp(200px, 16.66vw, 250px);
  }
}
.p-index-features__list__item--05 {
  padding-bottom: clamp(80px, 21.33vw, 120px);
  margin-bottom: clamp(220px, 58.66vw, 330px);
}
@media screen and (min-width: 768px) {
  .p-index-features__list__item--05 {
    margin-bottom: clamp(260px, 69.33vw, 390px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__item--05 {
    padding-bottom: clamp(40px, 3.33vw, 50px);
    margin-bottom: clamp(180px, 15vw, 225px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__right {
    width: 55%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__list__right {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__left {
    width: 55%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__list__left {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-index-features__img {
  width: 60%;
  border-radius: 50%;
  border: 2px solid #007AD1;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
}
@media screen and (min-width: 600px) {
  .p-index-features__img {
    width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__img {
    width: 40%;
    border: 5px solid #007AD1;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__img {
    width: 42%;
  }
}
.p-index-features__img--01, .p-index-features__img--03 {
  bottom: calc(clamp(120px, 32vw, 250px) * -1);
  left: clamp(22px, 5.86vw, 33px);
}
@media screen and (min-width: 768px) {
  .p-index-features__img--01, .p-index-features__img--03 {
    bottom: calc(clamp(240px, 31.25vw, 320px) * -1);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__img--01, .p-index-features__img--03 {
    bottom: auto;
    top: clamp(40px, 3.33vw, 50px);
    left: clamp(32px, 2.66vw, 40px);
  }
}
.p-index-features__img--02 {
  top: calc(clamp(90px, 24vw, 150px) * -1);
  right: clamp(16px, 4.26vw, 24px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__img--02 {
    top: calc(clamp(120px, 10vw, 150px) * -1);
    right: clamp(32px, 2.66vw, 40px);
  }
}
.p-index-features__img--04, .p-index-features__img--06 {
  top: calc(clamp(90px, 24vw, 170px) * -1);
  right: clamp(16px, 4.26vw, 24px);
}
@media screen and (min-width: 768px) {
  .p-index-features__img--04, .p-index-features__img--06 {
    right: calc(clamp(10px, 2.66vw, 15px) * -1);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__img--04, .p-index-features__img--06 {
    top: calc(clamp(120px, 10vw, 150px) * -1);
    right: clamp(32px, 2.66vw, 40px);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__img--04, .p-index-features__img--06 {
    top: calc(clamp(136px, 11.33vw, 170px) * -1);
  }
}
.p-index-features__img--05 {
  bottom: calc(clamp(120px, 32vw, 250px) * -1);
  left: clamp(22px, 5.86vw, 33px);
}
@media screen and (min-width: 768px) {
  .p-index-features__img--05 {
    bottom: calc(clamp(240px, 31.25vw, 320px) * -1);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-features__img--05 {
    bottom: auto;
    top: clamp(192px, 16vw, 240px);
    left: clamp(32px, 2.66vw, 40px);
  }
}
.p-index-features__num {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #007AD1;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(80px, 21.33vw, 120px);
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-index-features__num {
    font-size: clamp(115px, 9.58vw, 160px);
  }
}
.p-index-features__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: clamp(20px, 5.33vw, 30px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__title {
    font-size: clamp(24px, 2vw, 32px);
    padding-left: 0.25em;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__title {
    padding-left: 0.5em;
  }
}
.p-index-features__title--narrow {
  letter-spacing: -0.01em;
}
.p-index-features__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-features__text {
    font-size: clamp(15.2px, 1.26vw, 19px);
  }
}
.p-index-features__title02 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(17.68px, 4.71vw, 26.5px);
  background-color: #007AD1;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 1em;
  margin-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-index-features__title02 {
    font-size: clamp(16.8px, 1.4vw, 21px);
  }
}
.p-index-features__title03 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(20px, 5.33vw, 30px);
  background-color: #007AD1;
  padding: 0.5em 1em;
  display: inline-block;
  margin-top: 0.75em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-features__title03 {
    line-height: 1;
    font-size: clamp(22.4px, 1.86vw, 28px);
    padding: 0.65em 1em;
    margin-bottom: 0.75em;
  }
}
.p-index-features__title03:before {
  content: "";
  background-color: #007AD1;
  -webkit-clip-path: polygon(0 0, 100% 100%, 98% 0);
          clip-path: polygon(0 0, 100% 100%, 98% 0);
  width: 1.5em;
  height: 1.25em;
  position: absolute;
  top: 95%;
  left: 2.75em;
}
@media screen and (min-width: 1024px) {
  .p-index-features__title03:before {
    width: 1.25em;
    height: 1em;
  }
}
.p-index-features__subnote {
  background-color: #E5F2FA;
  border-radius: clamp(12px, 3.2vw, 18px);
  padding: clamp(20px, 5.33vw, 30px) clamp(20px, 5.33vw, 30px) clamp(22px, 5.86vw, 33px) clamp(20px, 5.33vw, 30px);
  margin-top: clamp(20px, 5.33vw, 30px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__subnote {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    padding: clamp(12px, 1vw, 15px) clamp(12px, 1vw, 15px) clamp(12px, 1vw, 15px) clamp(14.4px, 1.2vw, 18px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 40%;
    position: absolute;
    right: clamp(32px, 2.66vw, 40px);
    bottom: clamp(40px, 3.33vw, 50px);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__subnote {
    width: 42%;
  }
}
.p-index-features__subnote__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 4.26vw, 24px);
}
@media screen and (min-width: 1024px) {
  .p-index-features__subnote__title {
    font-size: clamp(15.2px, 1.26vw, 19px);
  }
}
.p-index-features__subnote__title__icon {
  width: 3em;
  margin: 0 auto;
}
.p-index-features__subnote__title__inner {
  display: block;
  padding-top: 0.75em;
}
.p-index-features__subnote__data {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 4.26vw, 24px);
  width: 11em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.25em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-features__subnote__data {
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding-top: 0;
    margin: 0;
  }
}
.p-index-features__subnote__data__title {
  width: 4.5em;
}
.p-index-features__subnote__data__text {
  width: calc(100% - 4.5em);
}
@media screen and (min-width: 1024px) {
  .p-index-features__sublist {
    padding-top: clamp(24px, 2vw, 30px);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-features__sublist {
    padding-top: clamp(40px, 3.33vw, 50px);
  }
}
.p-index-features__sublist__item {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-features__sublist__item {
    font-size: clamp(15.2px, 1.26vw, 19px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}
.p-index-features__sublist__item__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-index-features__sublist__item__title {
    white-space: nowrap;
  }
}
.p-index-features__sublist__item__title--accent {
  color: #007AD1;
  font-size: clamp(14.32px, 3.81vw, 214.5em);
  display: inline-block;
  padding-right: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-features__sublist__item__title--accent {
    font-size: clamp(13.6px, 1.13vw, 17px);
  }
}
.p-index-features__sublist__item__text {
  display: block;
  padding-left: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-features__sublist__item__text {
    display: inline;
    padding-left: 0.5em;
  }
}

.p-index-activities {
  position: relative;
  padding-bottom: clamp(80px, 21.33vw, 120px);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-activities {
    padding-bottom: clamp(144px, 12vw, 180px);
  }
}
.p-index-activities__list {
  background-color: #ffffff;
  border: 2px solid #007AD1;
  border-radius: clamp(24px, 6.4vw, 36px);
  padding: 0 clamp(22px, 5.86vw, 33px);
  margin-top: clamp(26px, 6.93vw, 39px);
}
@media screen and (min-width: 1024px) {
  .p-index-activities__list {
    border: 4px solid #007AD1;
    border-radius: clamp(25.6px, 2.13vw, 32px);
    padding: 0 clamp(51.2px, 4.26vw, 64px);
    margin-top: clamp(40px, 3.33vw, 50px);
  }
}
.p-index-activities__list__item {
  padding: clamp(24px, 6.4vw, 36px) 0;
  border-bottom: 3px dotted #007AD1;
}
@media screen and (min-width: 1024px) {
  .p-index-activities__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: clamp(38.4px, 3.2vw, 48px) 0;
  }
}
.p-index-activities__list__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .p-index-activities__list__item__left {
    width: 65%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-activities__list__item__left {
    width: 71%;
  }
}
.p-index-activities__list__img {
  border-radius: clamp(16px, 4.26vw, 24px);
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-activities__list__img {
    width: 30%;
    margin: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-activities__list__img {
    width: 25%;
  }
}
.p-index-activities__list__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #007AD1;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: clamp(18px, 4.8vw, 27px);
}
@media screen and (min-width: 1024px) {
  .p-index-activities__list__title {
    text-align: left;
    font-size: clamp(22.4px, 1.86vw, 28px);
  }
}
.p-index-activities__list__title--br {
  display: block;
}
@media screen and (min-width: 1536px) {
  .p-index-activities__list__title--br {
    display: none;
  }
}
.p-index-activities__list__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 4.26vw, 24px);
  padding: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-activities__list__text {
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding: 0.5em 0 0 0;
  }
}

.p-index-staff {
  position: relative;
  padding-bottom: clamp(80px, 21.33vw, 120px);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-staff {
    padding: clamp(240px, 20vw, 300px) 0 clamp(240px, 20vw, 300px) 0;
  }
}
.p-index-staff__space {
  padding-top: clamp(24px, 6.4vw, 36px);
}
@media screen and (min-width: 1024px) {
  .p-index-staff__space {
    padding-top: 0;
  }
}
.p-index-staff__pos {
  position: relative;
  padding: 0 0 clamp(46px, 12.26vw, 69px) 0;
  padding-top: clamp(120px, 32vw, 178px);
}
@media screen and (min-width: 600px) {
  .p-index-staff__pos {
    padding-top: clamp(220px, 36.66vw, 300px);
  }
}
@media screen and (min-width: 768px) {
  .p-index-staff__pos {
    padding-top: clamp(300px, 39vw, 420px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-staff__pos {
    padding: clamp(60px, 5vw, 75px) 0 clamp(84px, 7vw, 105px) 0;
  }
}
.p-index-staff__content {
  background-color: #ffffff;
  border: 2px solid #24911C;
  border-radius: clamp(24px, 6.4vw, 36px);
  padding: clamp(160px, 42.66vw, 240px) clamp(22px, 5.86vw, 33px) clamp(24px, 6.4vw, 36px) clamp(22px, 5.86vw, 33px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-staff__content {
    border: 3px solid #24911C;
    border-radius: clamp(32px, 2.66vw, 40px);
    padding: clamp(38.4px, 3.2vw, 48px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-staff__content--right {
    padding-left: 52%;
  }
}
.p-index-staff__name {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: clamp(20px, 5.33vw, 30px);
  padding-bottom: 0.5em;
  border-bottom: 2px solid #24911C;
}
@media screen and (min-width: 1024px) {
  .p-index-staff__name {
    font-size: clamp(19.2px, 1.6vw, 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-index-staff__name__sm {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-bottom: 0.35em;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-index-staff__name__sm {
    font-size: clamp(16px, 1.33vw, 20px);
    padding-bottom: 0;
  }
}
.p-index-staff__name__inner {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-index-staff__name__inner {
    padding-left: 1.25em;
  }
}
.p-index-staff__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-top: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-staff__title {
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding-top: 1.75em;
  }
}
.p-index-staff__title--accent {
  color: #24911C;
  font-size: clamp(13.5px, 3.6vw, 20.25px);
  display: inline-block;
  padding-right: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-staff__title--accent {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-index-staff__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1.65;
  letter-spacing: 0.06em;
  font-size: clamp(13px, 3.46vw, 19.5px);
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-staff__text {
    line-height: 1.8;
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-index-staff__subnote {
  background-color: #DEF498;
  border-radius: clamp(16px, 4.26vw, 24px);
  padding: clamp(24px, 6.4vw, 36px) clamp(18px, 4.8vw, 27px);
  margin-top: clamp(24px, 6.4vw, 36px);
}
@media screen and (min-width: 1024px) {
  .p-index-staff__subnote {
    border-radius: clamp(25.6px, 2.13vw, 32px);
    padding: clamp(25.6px, 2.13vw, 32px);
    width: 48%;
    position: absolute;
    right: clamp(38.4px, 3.2vw, 48px);
    bottom: clamp(38.4px, 3.2vw, 48px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-staff__subnote--right {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 1.5em 0 0 auto;
  }
}
.p-index-staff__subnote__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 4.26vw, 24px);
}
@media screen and (min-width: 1024px) {
  .p-index-staff__subnote__title {
    font-size: clamp(15.2px, 1.26vw, 19px);
  }
}
.p-index-staff__subnote__title--accent {
  color: #24911C;
  font-size: clamp(13.5px, 3.6vw, 20.25px);
  display: inline-block;
  padding-right: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-staff__subnote__title--accent {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-index-staff__img {
  border: 2px solid #24911C;
  border-radius: clamp(28px, 7.46vw, 42px);
  -webkit-box-shadow: 5px 5px 0 #24911C;
          box-shadow: 5px 5px 0 #24911C;
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-staff__img {
    -webkit-box-shadow: 8px 8px 0 #24911C;
            box-shadow: 8px 8px 0 #24911C;
    width: 40%;
    top: calc(clamp(20px, 1.66vw, 25px) * -1);
    left: auto;
    right: clamp(38.4px, 3.2vw, 48px);
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-staff__img--left {
    left: clamp(38.4px, 3.2vw, 48px);
    right: auto;
  }
}
.p-index-staff__banner {
  font-size: clamp(32.4px, 8.64vw, 48.5px);
  position: relative;
  background-color: #24911C;
  padding: 0.75em 1em;
  border-radius: 1.75em;
  width: 90%;
  margin: 0 auto;
  margin-top: clamp(200px, 53.33vw, 480px);
}
@media screen and (min-width: 1024px) {
  .p-index-staff__banner {
    font-size: clamp(57.6px, 4.8vw, 72px);
    padding: 0.5em 1em 0.5em 4em;
    width: 85%;
    margin-top: clamp(9.6px, 0.8vw, 12px);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-staff__banner {
    width: 75%;
  }
}
.p-index-staff__banner__title {
  width: 6em;
  margin: 0 auto;
}
.p-index-staff__banner__img {
  width: 70%;
  border-radius: 50%;
  border: 4px solid #24911C;
  position: absolute;
  bottom: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-staff__banner__img {
    width: 3em;
    bottom: -0.65em;
    right: auto;
    left: 1em;
    margin: 0;
  }
}

.p-index-flow {
  position: relative;
  padding-bottom: clamp(80px, 21.33vw, 120px);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-flow {
    padding-bottom: clamp(144px, 12vw, 180px);
  }
}
.p-index-flow__list {
  background-color: #ffffff;
  border: 2px solid #23C0C4;
  border-radius: clamp(24px, 6.4vw, 36px);
  padding: clamp(24px, 6.4vw, 36px) clamp(22px, 5.86vw, 33px);
  margin-top: clamp(26px, 6.93vw, 39px);
}
@media screen and (min-width: 1024px) {
  .p-index-flow__list {
    border: 4px solid #23C0C4;
    border-radius: clamp(25.6px, 2.13vw, 32px);
    padding: clamp(38.4px, 3.2vw, 48px);
    margin-top: clamp(40px, 3.33vw, 50px);
  }
}
.p-index-flow__list__item {
  padding-bottom: clamp(64px, 17.06vw, 96px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-flow__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: clamp(36px, 3vw, 45px);
  }
}
.p-index-flow__list__item::before {
  content: "";
  background-color: #91DFE1;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: clamp(38px, 10.13vw, 57px);
  height: clamp(32px, 8.53vw, 48px);
  position: absolute;
  bottom: clamp(16px, 4.26vw, 24px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-flow__list__item::before {
    width: clamp(30.4px, 2.53vw, 38px);
    height: clamp(25.6px, 2.13vw, 32px);
    bottom: clamp(6.4px, 0.53vw, 8px);
    left: 26%;
    right: auto;
    margin-left: calc(clamp(80px, 6.66vw, 112px) * 0.3);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-flow__list__item::before {
    margin-left: calc(clamp(80px, 6.66vw, 112px) * 0.33);
  }
}
.p-index-flow__list__item:last-child {
  padding-bottom: 0;
}
.p-index-flow__list__item:last-child::before {
  display: none;
}
.p-index-flow__img {
  border-radius: clamp(16px, 4.26vw, 24px);
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-flow__img {
    border-radius: clamp(12.8px, 1.06vw, 16px);
    width: 22%;
    margin: 0;
  }
}
.p-index-flow__content {
  padding-top: clamp(16px, 4.26vw, 24px);
}
@media screen and (min-width: 1024px) {
  .p-index-flow__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 74%;
    padding-top: 0;
  }
}
.p-index-flow__content__num {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(25.2px, 6.72vw, 37.8px);
  background-color: #4FCDD0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-flow__content__num {
    font-size: clamp(33.6px, 2.8vw, 42px);
    width: clamp(80px, 6.66vw, 112px);
    height: clamp(80px, 6.66vw, 112px);
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-flow__content__right {
    width: calc(100% - clamp(80px, 6.66vw, 112px));
    padding-left: clamp(25.6px, 2.13vw, 32px);
  }
}
.p-index-flow__content__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #23C0C4;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: clamp(20px, 5.33vw, 30px);
  padding: 0.5em 0 0.25em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-flow__content__title {
    text-align: left;
    line-height: 1;
    font-size: clamp(22.4px, 1.86vw, 28px);
  }
}
.p-index-flow__content__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 4.26vw, 24px);
}
@media screen and (min-width: 1024px) {
  .p-index-flow__content__text {
    font-size: clamp(15.2px, 1.26vw, 19px);
  }
}

.p-index-prevention {
  position: relative;
  padding-bottom: clamp(80px, 21.33vw, 120px);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-prevention {
    padding: clamp(208px, 17.33vw, 260px) 0 clamp(184px, 15.33vw, 230px) 0;
  }
}
.p-index-prevention__list {
  background-color: #ffffff;
  border: 2px solid #F23B8E;
  border-radius: clamp(24px, 6.4vw, 36px);
  padding: 0 clamp(22px, 5.86vw, 33px);
  margin-top: clamp(26px, 6.93vw, 39px);
}
@media screen and (min-width: 1024px) {
  .p-index-prevention__list {
    border: 4px solid #F23B8E;
    border-radius: clamp(25.6px, 2.13vw, 32px);
    padding: 0 clamp(51.2px, 4.26vw, 64px);
    margin-top: clamp(40px, 3.33vw, 50px);
  }
}
.p-index-prevention__list__item {
  padding: clamp(24px, 6.4vw, 36px) 0;
  border-bottom: 3px dotted #F23B8E;
}
@media screen and (min-width: 1024px) {
  .p-index-prevention__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: clamp(38.4px, 3.2vw, 48px) 0;
  }
}
.p-index-prevention__list__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .p-index-prevention__list__item__left {
    width: 65%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-prevention__list__item__left {
    width: 71%;
  }
}
.p-index-prevention__list__img {
  border-radius: clamp(16px, 4.26vw, 24px);
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-prevention__list__img {
    width: 30%;
    margin: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-prevention__list__img {
    width: 25%;
  }
}
.p-index-prevention__list__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F23B8E;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: clamp(18px, 4.8vw, 27px);
}
@media screen and (min-width: 1024px) {
  .p-index-prevention__list__title {
    text-align: left;
    font-size: clamp(22.4px, 1.86vw, 28px);
  }
}
.p-index-prevention__list__title--br {
  display: block;
}
@media screen and (min-width: 1536px) {
  .p-index-prevention__list__title--br {
    display: none;
  }
}
.p-index-prevention__list__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 4.26vw, 24px);
  padding: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-prevention__list__text {
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding: 0.5em 0 0 0;
  }
}

.p-index-guide {
  position: relative;
  padding-bottom: clamp(70px, 18.66vw, 105px);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-guide {
    padding-bottom: clamp(112px, 9.33vw, 140px);
  }
}
.p-index-guide__inner {
  background-color: #ffffff;
  border: 2px solid #007AD1;
  border-radius: clamp(24px, 6.4vw, 36px);
  padding: clamp(30px, 8vw, 45px) clamp(22px, 5.86vw, 33px) clamp(20px, 5.33vw, 30px) clamp(22px, 5.86vw, 33px);
}
@media screen and (min-width: 1024px) {
  .p-index-guide__inner {
    border: 4px solid #007AD1;
    border-radius: clamp(25.6px, 2.13vw, 32px);
    padding: clamp(40px, 3.33vw, 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-guide__inner__left {
    width: 62%;
  }
}
.p-index-guide__inner__right {
  position: relative;
  padding: clamp(13px, 3.46vw, 19.5px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-guide__inner__right {
    width: 37%;
  }
}
.p-index-guide__title {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #007AD1;
  text-align: center;
  line-height: 1;
  font-size: clamp(24px, 6.4vw, 36px);
}
@media screen and (min-width: 1024px) {
  .p-index-guide__title {
    text-align: left;
    font-size: clamp(30.4px, 2.53vw, 38px);
  }
}
.p-index-guide__text {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 24px);
  padding: 0.25em 0 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-guide__text {
    font-size: clamp(15.2px, 1.26vw, 19px);
    padding: 1em 0 2em 0;
  }
}
.p-index-guide__title02 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #007AD1;
  text-align: left;
  line-height: 1;
  letter-spacing: -0.01em;
  font-size: clamp(18px, 4.8vw, 27px);
}
@media screen and (min-width: 1024px) {
  .p-index-guide__title02 {
    letter-spacing: 0.06em;
    font-size: clamp(19.2px, 1.6vw, 24px);
  }
}
.p-index-guide__list {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(16px, 4.26vw, 24px);
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-guide__list {
    font-size: clamp(15.2px, 1.26vw, 19px);
  }
}
.p-index-guide__list__item {
  position: relative;
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.p-index-guide__list__item--accent {
  color: #007AD1;
  font-size: clamp(13.5px, 3.6vw, 20.25px);
  padding-right: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-guide__list__item--accent {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-index-guide__img01 {
  width: 85%;
  border: 6px solid #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-guide__img01 {
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-guide__img01 {
    border: 10px solid #ffffff;
  }
}
.p-index-guide__img02 {
  width: 80%;
  border: 6px solid #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  margin-left: 5%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-guide__img02 {
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-guide__img02 {
    border: 10px solid #ffffff;
  }
}
.p-index-guide__img__pos01 {
  z-index: 3;
  position: relative;
}
.p-index-guide__img__pos02 {
  z-index: 2;
  position: relative;
}/*# sourceMappingURL=style.css.map */