@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
html, body,
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@blockquote :before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
}

img {
  display: block;
}

hr {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button {
  color: #000;
}

#ss-header img {
  display: inline;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #ECDEEF;
}

@media (max-width: 800px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}
/*map*/
.layer01 .leaflet-popup-content-wrapper, .layer01 .leaflet-popup-tip {
  background: #892495;
  color: #fff;
}
.layer01 .leaflet-popup-content-wrapper a, .layer01 .leaflet-popup-tip a {
  text-decoration: underline;
}
.layer01 .leaflet-popup-content a {
  color: #fff !important;
}
.layer01 .leaflet-container a.leaflet-popup-close-button {
  color: #fff;
}

.layer02 .leaflet-popup-content-wrapper, .layer02 .leaflet-popup-tip {
  background: #fff;
  color: #000;
}
.layer02 .leaflet-popup-content-wrapper a, .layer02 .leaflet-popup-tip a {
  text-decoration: underline;
}
.layer02 .leaflet-popup-content a {
  color: #000 !important;
}
.layer02 .leaflet-container a.leaflet-popup-close-button {
  color: #000;
}

.layer03 .leaflet-popup-content-wrapper, .layer03 .leaflet-popup-tip {
  background: #A1DF89;
  color: #000;
}
.layer03 .leaflet-popup-content-wrapper a, .layer03 .leaflet-popup-tip a {
  text-decoration: underline;
}
.layer03 .leaflet-popup-content a {
  color: #000 !important;
}
.layer03 .leaflet-container a.leaflet-popup-close-button {
  color: #000;
}

.layer04 .leaflet-popup-content-wrapper, .layer04 .leaflet-popup-tip {
  background: #000;
  color: #fff;
}
.layer04 .leaflet-popup-content-wrapper a, .layer04 .leaflet-popup-tip a {
  text-decoration: underline;
}
.layer04 .leaflet-popup-content a {
  color: #fff !important;
  text-decoration: underline;
}
.layer04 .leaflet-container a.leaflet-popup-close-button {
  color: #fff !important;
}
.layer04 .leaflet-popup-close-button {
  color: #fff !important;
}

.leaflet-control-container {
  position: absolute;
  right: 7%;
  top: 2%;
}
.leaflet-control-container .leaflet-control-zoom {
  border-radius: 20px;
}

.leaflet-image-layer {
  transform: scale(1.5); /* SVGを拡大 */
  transform-origin: center;
}

.leaflet-touch .leaflet-bar {
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.leaflet-touch .leaflet-bar a:last-child {
  border-radius: 0px 0px 20px 20px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-radius: 20px 20px 0px 0px;
}

.leaflet-popup-content {
  text-align: center;
}

.leaflet-popup-content a {
  color: #fff !important;
}

.leaflet-container .leaflet-control-attribution {
  display: none;
}

.leaflet-left .leaflet-control {
  margin-left: -10px;
}

.map__bubble {
  position: relative;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background-color: #e80000;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 12px;
  box-shadow: 0px 0px 6px #B9B9B9;
}
@media (max-width: 800px) {
  .map__bubble {
    width: 90%;
    max-width: 94%;
  }
}
.map__bubble p {
  text-align: center;
  padding: 1em 3em;
  font-weight: 500;
  font-size: clamp(14px, 2.4615384615px + 0.0307692308 * 100vw, 24px);
  line-height: 1.3;
}
@media (max-width: 800px) {
  .map__bubble p {
    padding: 1em;
  }
}
.map__bubble p span {
  font-weight: 500;
  font-size: clamp(14px, 9.3846153846px + 0.0123076923 * 100vw, 18px);
}
.map__bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.map__bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #e80000 transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 800px) {
  .map__bubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
  }
  .map__bubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.5px 7.8px 0 7.8px;
    border-color: #e80000 transparent transparent;
    translate: -50% 100%;
  }
}

#map__wrapper {
  background-color: #fff;
  width: min(1000px, 90%);
  box-sizing: border-box;
  padding: 0px 10px 46px 10px;
  margin: 0 auto;
  margin-top: 37px;
}
@media (max-width: 800px) {
  #map__wrapper {
    padding: 0px 3% 26px 3%;
    width: 100%;
  }
}
#map__wrapper .map__example {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#map__wrapper .map__example .me__left {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0px;
  font-weight: 600;
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
}
@media (max-width: 800px) {
  #map__wrapper .map__example .me__left {
    flex-wrap: wrap;
    line-height: 1.4;
    padding: 0.8em 0px 2em 0px;
  }
  #map__wrapper .map__example .me__left q {
    width: 100%;
    font-weight: 600;
    line-height: 1.4;
  }
}
#map__wrapper .map__example .me__left span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  margin-right: 0.3em;
}
#map__wrapper .map__example .me__left span b {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  box-sizing: border-box;
}
#map__wrapper .map__example .me__left span b:nth-child(1) {
  background-color: #96DA72;
}
#map__wrapper .map__example .me__left span b:nth-child(2) {
  background: #000;
}
#map__wrapper .map__example .me__left span b:nth-child(3) {
  display: none;
  background-color: #9A9A9A;
}
#map__wrapper .map__example .me__left span b:nth-child(4) {
  background-color: #892495;
}
#map__wrapper .map__example .me__left span b:nth-child(5) {
  background: #fff;
  border: solid 1px #000;
}
#map__wrapper .map__example .me__right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: initial;
  bottom: 10px;
  left: initial;
  right: 0px;
  margin: auto;
  font-size: clamp(10px, 7.6923076923px + 0.0061538462 * 100vw, 12px);
}
#map__wrapper .map__example .me__right img {
  display: block;
  height: 10px;
}
#map__wrapper .map__inner {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  #map__wrapper .map__inner {
    height: auto;
  }
}
#map__wrapper .map__inner .map__main {
  height: 700px;
  border: solid 1px #999;
}
@media (max-width: 800px) {
  #map__wrapper .map__inner .map__main {
    height: 550px;
  }
}
#map__wrapper .map__inner #map {
  height: 100%;
  width: 100%;
  background-color: #E4E4E4;
}
#map__wrapper .map__inner #controller {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 33px;
  row-gap: 38px;
  padding: 2% 0px 30px 0px;
}
@media (max-width: 800px) {
  #map__wrapper .map__inner #controller {
    row-gap: 10px;
    width: 100%;
    padding: 2% 0px 0px 0px;
  }
}
#map__wrapper .map__inner #controller p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0.5em;
  box-sizing: border-box;
  gap: 0.5em;
  border-radius: 4px;
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
  color: #000;
  font-weight: 700;
  border: solid 1px #000;
  width: calc((100% - 33px - 33px) / 3);
  box-sizing: border-box;
}
@media (max-width: 800px) {
  #map__wrapper .map__inner #controller p {
    padding: 0.8em 1em;
    border-radius: 4px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
#map__wrapper .map__inner #controller p::before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  border-radius: 21px;
  border: solid 1px #fff;
  box-sizing: border-box;
}
#map__wrapper .map__inner #controller p#layer01::before {
  background-color: #892495;
}
#map__wrapper .map__inner #controller p#layer02::before {
  background-color: #fff;
  border: solid 1px #000;
}
#map__wrapper .map__inner #controller p#layer03 {
  position: relative;
}
@media (max-width: 800px) {
  #map__wrapper .map__inner #controller p#layer03 {
    margin-bottom: 20px;
  }
}
#map__wrapper .map__inner #controller p#layer03::before {
  background-color: #A1DF89;
}
#map__wrapper .map__inner #controller p#layer03 span {
  text-align: center;
  color: #000;
  font-size: clamp(12px, 12px + 0 * 100vw, 12px);
  white-space: nowrap;
  position: absolute;
  top: initial;
  bottom: -1.3em;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media (max-width: 800px) {
  #map__wrapper .map__inner #controller p#layer03 span {
    text-align: left;
    position: absolute;
    top: initial;
    bottom: -1.6em;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
#map__wrapper .map__inner #controller p#layer04::before {
  background-color: #000;
}
#map__wrapper .map__inner #controller p#layer05::before {
  background-color: #888888;
}
#map__wrapper .map__inner #controller p#alllayer::before {
  border: solid 1px #ECDEEF;
  background-color: #fff;
}
#map__wrapper .map__inner #controller p.active {
  background-color: #ECDEEF;
}
#map__wrapper .map__inner .map__caution {
  width: 90%;
  background-color: #fff;
  margin: 0 auto;
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
  line-height: 1.5;
  box-sizing: border-box;
  font-weight: 600;
  margin-top: 0.6em;
}
@media (max-width: 800px) {
  #map__wrapper .map__inner .map__caution {
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
  }
}
#map__wrapper .map__inner .map__caution--small {
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
}
#map__wrapper .map__inner .map__caution span {
  color: #FF0000;
  font-weight: 600;
}
@media (max-width: 800px) {
  #map__wrapper .map__inner .map__caution span {
    font-weight: 400;
  }
}
#map__wrapper .map__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(90%, 520px);
  background-color: #892495;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(16px, 11.3846153846px + 0.0123076923 * 100vw, 20px);
  padding: 1.2em 0px;
  color: #fff;
  text-decoration: underline;
  position: relative;
  border-radius: 3em;
  box-shadow: 0px 3px 6px #C3C3C3;
  border: solid 2px #FFF8F8;
  margin: 0 auto;
  font-weight: 500;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  #map__wrapper .map__link {
    width: 100%;
    padding: 1.5em 0px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  #map__wrapper .map__link {
    line-height: 1.4;
    padding: 1em 0px;
  }
}
#map__wrapper .map__link img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 5%;
  margin: auto;
}
#map__wrapper .map__link br {
  display: none;
}
@media (max-width: 400px) {
  #map__wrapper .map__link br {
    display: block;
  }
}

.witharrow::after {
  content: "　";
  position: absolute;
  display: block;
  width: 115px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -110px;
  bottom: -14px;
  transform: rotate(-18deg);
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

#header {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-top: solid 7px #1CA0B8;
  padding: 3px 0px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
#header section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#header section .header_logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#header section .header_logo_image {
  display: block;
  width: 155px;
}

#s01 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 16px 0px 16px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#s01 .header__lang {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
#s01 .header__lang a {
  font-size: clamp(12px, 12px + 0 * 100vw, 12px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #707070;
  font-weight: 200;
}
@media (max-width: 800px) {
  #s01 .header__lang a {
    font-size: clamp(14px, 14px + 0 * 100vw, 14px);
  }
}
#s01 .header__lang a.header__now {
  font-weight: bold;
  color: #1CA0B8;
}
#s01 .header__lang hr {
  display: block;
  width: 1px;
  height: 0.6em;
  background: #707070;
  color: #707070;
}

#s02 {
  width: 100%;
  position: relative;
  z-index: -1;
  background: #892495;
  top: -10px;
}
@media (max-width: 800px) {
  #s02 {
    top: 0px;
  }
}
#s02 .s02_image01, #s02 .s02_image02 {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#s02 .s02_image02 {
  background-color: #fff;
}

#s03 {
  background-color: #fff;
  padding-bottom: 38px;
  padding-top: 23px;
  margin-top: 44px;
}
@media (max-width: 800px) {
  #s03 {
    margin-top: 0px;
    padding-top: 1px;
  }
}
#s03 .s03_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  color: #892495;
  font-weight: 900;
  text-align: center;
  gap: 0.3em;
  width: 90%;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1.3em;
}
#s03 .s03_title img {
  display: block;
  height: 1em;
}
#s03 .s03_movie {
  width: 86%;
  margin: 0 auto;
  aspect-ratio: 323/197;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
@media (min-width: 801px) {
  #s03 .s03_movie {
    max-width: 500px;
    margin: 0 auto;
  }
}
#s03 .s03_movie_iframe {
  display: block;
  width: 100%;
  height: 100%;
  padding: 23px;
  box-sizing: border-box;
}

#s04 {
  background-color: #fff;
  padding-bottom: 30px;
  width: min(1000px, 100%);
  margin: 0 auto;
  padding-top: 30px;
  margin-top: 50px;
}
@media (min-width: 801px) {
  #s04 {
    margin-top: 100px;
    padding-bottom: 66px;
    padding-top: 60px;
    width: 100%;
  }
}
#s04 .s04__inner {
  width: 86%;
  margin: 0 auto;
}
#s04 .s04__title {
  text-align: center;
  margin-bottom: 2.9em;
}
@media (min-width: 801px) {
  #s04 .s04__title br {
    display: none;
  }
}
#s04 .s04__h1 {
  display: inline-block;
  color: #892495;
  font-size: clamp(18px, 13.3846153846px + 0.0123076923 * 100vw, 22px);
  display: inline;
  background-image: linear-gradient(transparent 70%, #ECDEEF 0%, #ECDEEF 100%);
  background-size: 100% 1.4em;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  font-weight: 900;
  -webkit-box-decoration-break: clone;
  line-height: 1.2;
}
@media (max-width: 800px) {
  #s04 .s04__h1 {
    padding: 0px 0em;
  }
}
#s04 .s04__h1 span {
  font-size: clamp(28px, 21.0769230769px + 0.0184615385 * 100vw, 34px);
  font-weight: 900;
}
#s04 .s04__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 3vw;
  align-items: stretch;
}
@media (min-width: 801px) {
  #s04 .s04__menu {
    margin: 0 auto;
    align-items: stretch;
    gap: 22px;
    max-width: 1000px;
  }
}
#s04 .s04__menu .s04__list {
  width: 48%;
  border: solid 2px #892495;
  border-radius: 8px;
  box-sizing: border-box;
}
@media (min-width: 801px) {
  #s04 .s04__menu .s04__list {
    width: calc(20% - 1vw);
  }
}
#s04 .s04__menu .s04__list:first-child {
  /*
  width: 100%;
  @media (min-width:801px) {
  width: calc((100% / 5) - 1vw);
  }*/
}
#s04 .s04__h2 {
  background-color: #892495;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: baseline;
  color: #fff;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  border-radius: 5px 5px 0px 0px;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 0.6em 0px 0.5em 0px;
}
#s04 .s04__h2 span {
  font-size: clamp(20px, 15.3846153846px + 0.0123076923 * 100vw, 24px);
  font-weight: 700;
}
#s04 .s04__content .s04__txt {
  text-align: center;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding: 0px 0.5em;
}
#s04 .s04__content .s04__txt--top {
  margin-bottom: 0.7em;
}
#s04 .s04__content .s04__txt span {
  display: inline-block;
  line-height: 1.5;
  color: #892495;
  font-size: clamp(16px, 13.6923076923px + 0.0061538462 * 100vw, 18px);
  display: inline;
  background-image: linear-gradient(transparent 70%, #ECDEEF 0%, #ECDEEF 100%);
  background-size: 100% 1.4em;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  font-weight: 900;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 800px) {
  #s04 .s04__content .s04__txt span {
    padding: 0px 0em;
  }
}
#s04 .s04__content .s04__txt--en span {
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
}
#s04 .s04__content .s04__arrow {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

#s05 {
  background-color: #ECDEEF;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 24px;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  #s05 {
    margin-top: 10px;
  }
}
#s05 .s05__title {
  margin-bottom: 18px;
}
#s05 .s05__title--ver1 {
  margin-top: 50px;
}
#s05 .s05__title--ver2 {
  margin-top: 40px;
}
#s05 .s05__title .s05__number {
  width: 23%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #892495;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  max-width: 130px;
}
#s05 .s05__title .s05__number span {
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 11.3846153846px + 0.0123076923 * 100vw, 20px);
  line-height: 1, 4;
}
#s05 .s05__title .s05__number span strong {
  font-size: clamp(24px, 10.1538461538px + 0.0369230769 * 100vw, 36px);
  font-weight: 700;
}
#s05 .s05__title .s05__number::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -7px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #892495 transparent transparent transparent;
  border-width: 15.59px 9px 0px 9px;
}
#s05 .s05__title .s05__h1 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 801px) {
  #s05 .s05__title .s05__h1 {
    margin-top: 1em;
  }
}
#s05 .s05__title .s05__h1 span {
  display: inline-block;
  line-height: 1.5;
  color: #892495;
  font-size: clamp(24px, 19.3846153846px + 0.0123076923 * 100vw, 28px);
  display: inline;
  background-image: linear-gradient(transparent 70%, #fff 0%, #fff 100%);
  background-size: 100% 1.4em;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  font-weight: 900;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 800px) {
  #s05 .s05__title .s05__h1 span {
    padding: 0px 0em;
  }
}
#s05 .s05__title .s05__h1 small {
  font-size: clamp(19px, 15.5384615385px + 0.0092307692 * 100vw, 22px);
  font-weight: 900;
}
@media (min-width: 801px) {
  #s05 .s05__pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 10px;
    margin: 0 auto;
  }
}
#s05 .s05__pc--wide {
  width: min(100%, 1000px);
}
#s05 .s05__pc--noflex {
  display: block;
}
@media (min-width: 801px) {
  #s05 .s05__content01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#s05 .s05__article {
  width: 86%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 0px 0px 0px;
  margin-bottom: 20px;
}
@media (min-width: 801px) {
  #s05 .s05__article {
    width: calc(50% - 5px);
    margin: initial;
  }
  #s05 .s05__article--pcwide {
    width: 100%;
  }
  #s05 .s05__article--pcsmall {
    width: calc(33% - 5px);
  }
}
#s05 .s05__article--end {
  width: 100%;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
}
@media (min-width: 801px) {
  #s05 .s05__article--end {
    width: min(100%, 1000px) !important;
    margin: 0 auto;
  }
  #s05 .s05__article--end .s05__txt {
    width: 100% !important;
    text-align: center;
  }
}
@media (min-width: 801px) {
  #s05 .s05__article--wide {
    width: min(90%, 1000px);
    margin: 0 auto;
    margin-top: 10px;
  }
}
#s05 .s05__article .s05__h2 {
  text-align: center;
  color: #892495;
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  line-height: 1.65;
  font-weight: 900;
  letter-spacing: 0.03;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0.68em;
}
#s05 .s05__article .s05__h2--en {
  font-size: clamp(16px, 9.0769230769px + 0.0184615385 * 100vw, 22px);
}
#s05 .s05__article .s05__txt {
  width: 86%;
  margin: 0 auto;
  line-height: 1.6;
  margin-bottom: 1.2em;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
#s05 .s05__article .s05__txt--small {
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
  margin-top: 1em;
  padding-bottom: 3em;
}
#s05 .s05__article .s05__txt--wide {
  width: 90%;
}
@media (min-width: 801px) {
  #s05 .s05__article .s05__txt--spcenter {
    text-align: center;
  }
  #s05 .s05__article .s05__txt--spheight {
    height: 7em;
  }
}
#s05 .s05__article .s05__image {
  display: block;
  width: 88%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 24px;
}
@media (min-width: 801px) {
  #s05 .s05__article .s05__image {
    max-width: 520px;
  }
}
#s05 .s05__article .s05__image--ver1 {
  padding-bottom: 10px;
}
#s05 .s05__article .s05__image--ver2 {
  margin-top: 10px;
  padding-bottom: 4px;
}
@media (min-width: 801px) {
  #s05 .s05__article .s05__image--ver2 {
    margin-top: 0px;
    padding-bottom: 4px;
  }
}
#s05 .s05__article .s05__image--ver3 {
  margin-top: 40px;
  padding-bottom: 32px;
  max-width: 800px;
}
#s05 .s05__article .s05__caution {
  color: #892495;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
  padding-bottom: 12px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 801px) {
  #s05 .s05__article .s05__caution {
    height: 2.7em;
  }
}
#s05 .s05__article .s05__ul {
  width: 86%;
  margin: 0 auto;
}
#s05 .s05__article .s05__ul .s05__li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: solid 1px #E5CAE8;
  gap: 1em;
  padding: 1em 0.3em;
}
#s05 .s05__article .s05__ul .s05__li:last-child {
  border-bottom: solid 1px #E5CAE8;
}
#s05 .s05__article .s05__ul .s05__li .s05__icon {
  display: block;
  width: 56px;
}
#s05 .s05__article .s05__ul .s05__li .s05__item {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  line-height: 1.53;
  letter-spacing: 0.05em;
}
#s05 .s05__article .s05__ul .s05__li .s05__item span {
  color: #892495;
}

#s05__outer {
  width: min(1000px, 90%);
  margin: 0 auto;
  background: #fff;
  padding-top: 1px;
  padding-bottom: 31px;
}
@media (max-width: 800px) {
  #s05__outer {
    width: 100%;
  }
}

.s05__example {
  width: 94%;
  margin: 0 auto;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  margin-top: 58px;
}
@media (min-width: 801px) {
  .s05__example {
    margin-top: 31px;
    width: min(600px, 90%);
  }
}
.s05__example div {
  width: 2em;
  height: 1.3em;
  background-color: #F8EE00;
}

.s05__accordion {
  width: 94%;
  margin: 0 auto;
  background-color: #892495;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 2%;
  box-sizing: border-box;
  margin-top: 13px;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
}
.s05__accordion.green {
  background-color: #428927;
}
.s05__accordion.green button {
  color: #000 !important;
}
.s05__accordion.black {
  background-color: #000;
}
.s05__accordion.black button {
  color: #000 !important;
}
.s05__accordion.hidden {
  border-radius: 8px !important;
}
@media (min-width: 801px) {
  .s05__accordion {
    width: min(600px, 90%);
    margin-top: 17px;
  }
}
.s05__accordion p {
  font-size: clamp(16px, 13.6923076923px + 0.0061538462 * 100vw, 18px);
  color: #fff;
  width: auto;
  padding: 1.25em 0px;
  font-weight: 600;
}
.s05__accordion p.en {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
@media (max-width: 800px) {
  .s05__accordion p {
    font-size: clamp(13px, 11.8461538462px + 0.0030769231 * 100vw, 14px);
  }
}
.s05__accordion p img {
  display: block;
}
.s05__accordion button {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  height: auto;
  border-radius: 100px;
  line-height: 1;
  width: 105px;
  border: solid 1px #000;
  background-color: #fff;
  padding: 0.3em 0px;
  color: #892495;
  cursor: pointer;
}
@media (max-width: 800px) {
  .s05__accordion button {
    width: 88px;
    min-width: 88px;
  }
}

.s05__table {
  width: 94%;
  margin: 0 auto;
  display: table;
  max-height: 0;
  overflow: hidden;
  /*
  &--green{
          td,th{  
          width: auto!important;
              &.center{
              text-align: center;
              }
          }
          col:nth-child(1) { width: 28%!important; }
          col:nth-child(2) { width: 12%!important; text-align: center!important;  }
          col:nth-child(3) { width: 30%!important; }
          col:nth-child(4) { width: 30%!important; }
  }
  */
}
@media (min-width: 801px) {
  .s05__table {
    width: min(600px, 90%);
  }
}
.s05__table col:nth-child(1) {
  width: 34%;
}
.s05__table col:nth-child(2) {
  width: 12%;
  text-align: center;
}
.s05__table col:nth-child(3) {
  width: 24%;
}
.s05__table col:nth-child(4) {
  width: 30%;
  white-space: nowrap;
}
.s05__table tr {
  background-color: #fff;
}
.s05__table tr td, .s05__table tr th {
  border: solid 2px #B9B9B9;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.8em 0.8em;
  height: 2em;
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
}
@media (max-width: 800px) {
  .s05__table tr td, .s05__table tr th {
    padding: 0.4em;
    line-height: 1.2;
  }
}
.s05__table tr th {
  background-color: #CF80D8;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
.s05__table tr td.color {
  background-color: #ECDEEF;
}
.s05__table tr.yellow {
  background-color: #F8EE00;
}
.s05__table tr.green th {
  background-color: #A1DF89 !important;
  color: #000;
}
.s05__table--en tr td, .s05__table--en tr th {
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px) !important;
}
.s05__table--black {
  /*
  col:nth-child(1) { width: 40%!important; }
  col:nth-child(2) { width: 10%!important; text-align: center!important;  }
  col:nth-child(3) { width: 20%!important; }
  col:nth-child(4) { width: 30%!important; }
  */
}
.s05__table--black th {
  background-color: #404040 !important;
}
.s05__table--black td:nth-child(4) {
  line-height: 1.4;
}
.s05__table--black td:nth-child(4) a {
  text-decoration: underline;
}
.s05__table--black td, .s05__table--black th {
  width: auto !important;
}
#s06 {
  padding-top: 18px;
  padding-bottom: 50px;
  background-color: #fff;
}
@media (min-width: 801px) {
  #s06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#s06 .s06__h1 {
  text-align: center;
  margin-bottom: 20px;
}
#s06 .s06__h1 span {
  display: inline-block;
  line-height: 1.5;
  color: #892495;
  font-size: clamp(24px, 19.3846153846px + 0.0123076923 * 100vw, 28px);
  display: inline;
  background-image: linear-gradient(transparent 70%, #ECDEEF 0%, #ECDEEF 100%);
  background-size: 100% 1.4em;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  font-weight: 900;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 800px) {
  #s06 .s06__h1 span {
    padding: 0px 0em;
  }
}
#s06 .s06__youtube {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  padding: 20px 0px;
}
#s06 .s06__youtube .s06__iframe {
  display: block;
  height: auto;
  aspect-ratio: 490/275;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  #s06 .s06__youtube .s06__iframe {
    width: 90%;
    margin-bottom: 20px;
  }
}
@media (min-width: 801px) {
  #s06 .s06__youtube--1 {
    width: min(90%, 600px);
  }
}
#s06 .s06__youtube--1 .s06__iframe {
  width: 90%;
}
@media (min-width: 801px) {
  #s06 .s06__youtube--3 {
    width: min(90%, 1300px);
  }
}
#s06 .s06__youtube--3 .s06__iframe {
  width: 31%;
}

#s07 {
  margin-top: 0px;
  background-color: #892495;
  padding: 34px 0px 50px 0px;
}
@media (min-width: 801px) {
  #s07 {
    margin-top: 0px;
    padding: 50px 0px 50px 0px;
  }
}
#s07 .s07__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 174px;
  gap: 31px;
}
@media (max-width: 800px) {
  #s07 .s07__inner {
    display: block;
    height: initial;
  }
}
#s07 .s07__h1 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 28px;
}
#s07 .s07__h1 span {
  display: inline-block;
  line-height: 1.5;
  color: #fff;
  font-size: clamp(24px, 19.3846153846px + 0.0123076923 * 100vw, 28px);
  display: inline;
  background-image: linear-gradient(transparent 70%, #CF80D8 0%, #CF80D8 100%);
  background-size: 100% 1.4em;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  font-weight: 900;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 800px) {
  #s07 .s07__h1 span {
    padding: 0px 0em;
  }
}
#s07 .s07__banner {
  display: block;
  height: 174px;
}
@media (max-width: 800px) {
  #s07 .s07__banner {
    height: auto;
    width: 90%;
    margin: 0 auto;
  }
  #s07 .s07__banner:nth-child(2) {
    margin-top: 17px;
  }
  #s07 .s07__banner:last-child {
    margin-top: 17px;
  }
}
#s07 .s07__banner img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 800px) {
  #s07 .s07__banner img {
    width: 100%;
    height: auto;
  }
}

#footer {
  width: 100%;
}
#footer .footer__logo {
  width: 100%;
  padding: 7px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer__logo img {
  display: block;
  width: 155px;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__nav {
  width: 100%;
  background-color: #1CA0B8;
  padding: 24px 0px;
}
@media (min-width: 801px) {
  #footer .footer__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
#footer .footer__nav .footer__link {
  display: block;
  color: #fff;
  text-align: center;
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
  line-height: 1.8;
}/*# sourceMappingURL=style.css.map */