@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800&display=swap");
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.m-plus-rounded-1c-bold {
  font-family: "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 800;
}*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}
*:where(:not(progress, meter)),
*::before:where(:not(progress, meter)),
*::after:where(:not(progress, meter)) {
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  border-style: solid;
  border-width: 0;
}

:where(body) {
  block-size: 100dvb;
}

:where(html) {
  font-family: sans-serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
}

:where(address) {
  font-style: normal;
}

:where(code, kbd, samp, pre) {
  font-family: monospace;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

:where(small, sub, sup) {
  font-size: 75%;
}

:where(sub, sup) {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.25em;
}

:where(ul, ol) {
  padding-left: 1.75em;
}

:where(table) {
  word-break: break-all;
  border-collapse: collapse;
}

:where(th, td) {
  padding: 0;
  border: solid 1px currentcolor;
}

:where(pre) {
  max-block-size: 100%;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

:where(details > summary:first-of-type),
:where(details[open] > summary:first-of-type) {
  list-style-type: none;
}

:where(hr) {
  overflow: visible;
  color: inherit;
  border: none;
  border-block-start: 1px solid;
  block-size: 0;
}

:where(img, picture, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: bottom;
}

:where(iframe, embed, object) {
  inline-size: 100%;
}

:where(fieldset) {
  padding: 0;
  border: solid 1px currentcolor;
}

::file-selector-button,
:where(input:not([type=color], [type=range]), button, textarea, select) {
  max-inline-size: 100%;
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: initial;
}

::file-selector-button,
:where(input:not([type=file], [type=radio], [type=checkbox], [type=color], [type=range]), button, textarea, select) {
  border: solid 1px currentcolor;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:where(input, select) {
  accent-color: currentcolor;
}

:where(textarea, select) {
  vertical-align: top;
}

:where(textarea) {
  resize: vertical;
  inline-size: 100%;
}

:where(input[type=file], select) {
  inline-size: 100%;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
}

:where(input:not([type=text], [type=password], [type=url], [type=email], [type=tel], [type=search], [type=number]) area, button, label, select, summary, a[href], [role=button], [role=option]) {
  touch-action: manipulation;
  cursor: pointer;
}

:where(:disabled, label:has(> input:disabled), label:has(+ input:disabled), input:disabled + label) {
  cursor: not-allowed;
  opacity: 0.5;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.25;
}

::placeholder {
  color: inherit;
  opacity: 0.25;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:root {
  --fadetime0: 1s;
  --fadetime1: 2s;
  --fadetime2: 1s;
}

:root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Arial', sans-serif;
  color: #03a864;
  background-color: #EBDDD3;
  font-size: 1.4rem;
}
@media screen and (min-width: 780px) {
  body {
    font-size: 1.6rem;
  }
}

:where(a:link, a:visited, a:hover) {
  color: #ff7a00;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration: none;
}

:where(code, var, kbd, samp, pre) {
  font-family: "Courier New", courier, "Osaka－等幅", "Osaka-等幅", osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;
  font-feature-settings: "zero";
}

:where(ul[class], ol[class]),
:where(nav > ul, nav > ol) {
  padding-left: 0;
  list-style-type: none;
}

:where(i, dfn, em) {
  font-style: normal;
}

:where(hr) {
  margin: 0.25em auto;
}

:where(mark) {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255, 255, 0);
  text-underline-offset: -0.2em;
  color: inherit;
  background: none;
}

:where(:focus, :focus-visible) {
  outline-offset: 4px;
}

.nw {
  display: inline-block;
}

.sp {
  display: block;
}
.sp.-flex {
  display: flex;
}
.sp.-inline {
  display: inline;
}
.sp.-inlineblock {
  display: inline-block;
}
.sp.-inlineflex {
  display: inline-flex;
}
@media screen and (min-width: 780px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc {
    display: block;
  }
  .pc.-flex {
    display: flex;
  }
  .pc.-inline {
    display: inline;
  }
  .pc.-inlineblock {
    display: inline-block;
  }
  .pc.-inlineflex {
    display: inline-flex;
  }
}

.is-invisible {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.ut-cleafix::after {
  display: block;
  clear: both;
  content: "";
}

.is-inline {
  display: inline;
  vertical-align: -0.125em;
}
.is-inline img {
  display: inline;
  vertical-align: -0.125em;
}

.sparse {
  font-feature-settings: normal;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
}

.dense {
  font-feature-settings: "palt";
  letter-spacing: -0.025em;
}

.ellipsis {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mark {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255, 255, 0);
  text-underline-offset: -0.2em;
}

.legible-area {
  line-height: 1.75;
  text-align: justify;
}
.legible-area > * + * {
  margin-top: 1em;
}

.pc-title,
.pc-nav {
  position: fixed;
  display: none;
  padding: 10px;
}
@media screen and (min-width: 780px) {
  .pc-title,
  .pc-nav {
    display: block;
    width: 22vw;
  }
}
@media screen and (min-width: 1280px) {
  .pc-title,
  .pc-nav {
    width: auto;
  }
}

.pc-title {
  transform: translate(-50%, -100%);
}

.pc-nav {
  transform: translate(-50%, -75%);
}
.pc-nav .item + .item {
  margin-top: 2vw;
}
@media screen and (min-width: 780px) {
  .pc-nav .item + .item {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .pc-nav .item + .item {
    margin-top: 25px;
  }
}

.btn-unit {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: clamp(267.65px, -0.08px + 74.37vw, 580px);
  padding: 0.25em;
  margin: auto;
  color: #fff;
  text-align: center;
  background-color: #ff7a00;
  background-image: url(../img/btn_icon.svg);
  background-position: center right 1em;
  background-size: 0.5em;
  border-radius: 100px;
  font-size: clamp(1.384rem, 0rem + 3.85vw, 3rem);
}
@media screen and (min-width: 780px) {
  .btn-unit {
    font-size: 1.69rem;
  }
}
@media screen and (min-width: 780px) {
  .btn-unit {
    min-width: 327.18px;
  }
}
.btn-unit > span {
  display: block;
  padding: 0.125em 2em;
  border: 1px solid #fff;
  border-radius: 100px;
}
.btn-unit.-park {
  min-width: clamp(212.28px, -0.05px + 58.98vw, 460px);
  padding: 0.125em;
  font-size: clamp(1.2rem, 0rem + 3.33vw, 2.6rem);
}
@media screen and (min-width: 780px) {
  .btn-unit.-park {
    font-size: 1.47rem;
  }
}
@media screen and (min-width: 780px) {
  .btn-unit.-park {
    min-width: 259.49px;
  }
}
.btn-unit.-park > span {
  padding: 0.5em 2em;
}
.btn-unit.-related {
  width: 100%;
  min-width: clamp(212.28px, -0.05px + 58.98vw, 460px);
  padding: 0.125em;
  font-size: clamp(1.2rem, 0rem + 3.33vw, 2.6rem);
}
@media screen and (min-width: 780px) {
  .btn-unit.-related {
    font-size: 1.47rem;
  }
}
@media screen and (min-width: 780px) {
  .btn-unit.-related {
    min-width: 259.49px;
  }
}
.btn-unit.-related > span {
  padding: 0.5em 2em;
}

.point-list > .item {
  background-color: #fffde6;
  border-radius: excl-fz(14);
}
@media screen and (min-width: 780px) {
  .point-list > .item {
    border-radius: 7.9px;
  }
}
.point-list > .item > .title {
  font-size: clamp(1.846rem, 0rem + 5.13vw, 4rem);
  padding: 0.75em 0;
  font-weight: 800;
  color: #ff9212;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .point-list > .item > .title {
    font-size: 2.26rem;
  }
}
.point-list > .item > .content {
  font-size: clamp(1.292rem, 0rem + 3.59vw, 2.8rem);
  display: flex;
  align-items: center;
  padding: clamp(13.84px, -0.01px + 3.85vw, 30px) clamp(4.61px, -0.01px + 1.28vw, 10px);
  margin: 0 clamp(9.23px, 0px + 2.56vw, 20px);
  line-height: 1.5;
  text-align: justify;
  border-top: clamp(2.31px, 0px + 0.64vw, 5px) solid #d2ebaf;
}
@media screen and (min-width: 780px) {
  .point-list > .item > .content {
    font-size: 1.58rem;
  }
}
@media screen and (min-width: 780px) {
  .point-list > .item > .content {
    padding: 16.92px 5.64px;
    margin: 0 11.28px;
    border-top-width: 2.82px;
  }
}
.point-list > .item > .content::before {
  display: block;
  width: clamp(59.99px, -0.02px + 16.67vw, 130px);
  height: clamp(59.99px, -0.02px + 16.67vw, 130px);
  content: "";
  background-image: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.point-list > .item > .content::before {
  flex: 0 0 auto;
  margin-right: 0.5em;
}
@media screen and (min-width: 780px) {
  .point-list > .item > .content::before {
    width: 73.33px;
    height: 73.33px;
  }
}
.point-list > .item.-i1 > .content::before {
  background-image: url(../img/s2_img1.png);
}
.point-list > .item.-i2 > .content::before {
  background-image: url(../img/s2_img2.png);
}
.point-list > .item.-i3 > .content::before {
  background-image: url(../img/s2_img3.png);
}
.point-list > .item + .item {
  margin-top: clamp(9.23px, 0px + 2.56vw, 20px);
}
@media screen and (min-width: 780px) {
  .point-list > .item + .item {
    margin-top: 11.28px;
  }
}

.start-list {
  font-size: clamp(1.754rem, 0rem + 4.87vw, 3.8rem);
}
@media screen and (min-width: 780px) {
  .start-list {
    font-size: 2.14rem;
  }
}
.start-list > .item {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
}
.start-list > .item::before {
  display: flex;
  flex: 0 0 clamp(33.23px, 0px + 9.23vw, 72px);
  align-items: center;
  justify-content: center;
  width: clamp(33.23px, 0px + 9.23vw, 72px);
  height: clamp(33.23px, 0px + 9.23vw, 72px);
  color: #fff;
  content: "1";
  background-color: #03a864;
  border-radius: clamp(3.69px, 0px + 1.03vw, 8px);
  font-size: clamp(2.03rem, 0rem + 5.64vw, 4.4rem);
}
@media screen and (min-width: 780px) {
  .start-list > .item::before {
    font-size: 2.48rem;
  }
}
@media screen and (min-width: 780px) {
  .start-list > .item::before {
    flex: 0 0 40.62px;
    width: 40.62px;
    height: 40.62px;
    border-radius: 4.51px;
  }
}
.start-list > .item::after {
  display: block;
  width: clamp(64.61px, -0.01px + 17.95vw, 140px);
  height: clamp(64.61px, -0.01px + 17.95vw, 140px);
  content: "";
  background-image: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.start-list > .item::after {
  flex: 0 0 clamp(64.61px, -0.01px + 17.95vw, 140px);
  margin: clamp(9.23px, 0px + 2.56vw, 20px) 0;
}
@media screen and (min-width: 780px) {
  .start-list > .item::after {
    flex: 0 0 78.97px;
    width: 78.97px;
    height: 78.97px;
    margin: 11.28px 0;
  }
}
.start-list > .item.-i1::after {
  background-image: url(../img/s3_img1.png);
}
.start-list > .item.-i2::after {
  background-image: url(../img/s3_img2.png);
}
.start-list > .item.-i3::after {
  background-image: url(../img/s3_img3.png);
}
.start-list > .item.-i4::after {
  background-image: url(../img/s4_img4.png);
}
.start-list > .item.-i5::after {
  background-image: url(../img/s4_img5.png);
}
.start-list > .item + .item {
  border-top: clamp(2.31px, 0px + 0.64vw, 5px) solid #d2ebaf;
}
@media screen and (min-width: 780px) {
  .start-list > .item + .item {
    border-top-width: 2.82px;
  }
}
.start-list > .item > .title {
  flex: 1 1 auto;
  padding: 1em 0;
}

.images-list {
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(18.46px, 0px + 5.13vw, 40px);
  width: calc(var(--wfvw) * 100);
  padding: clamp(18.46px, 0px + 5.13vw, 40px) 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
@media screen and (min-width: 780px) {
  .images-list {
    gap: 22.56px;
    width: 440px;
    padding: 22.56px 0;
  }
}
.images-list .item {
  scroll-snap-align: center;
}
.images-list .item:first-child {
  margin-right: clamp(27.69px, 0px + 7.69vw, 60px);
}
@media screen and (min-width: 780px) {
  .images-list .item:first-child {
    margin-right: 33.85px;
  }
}
.images-list .item:nth-last-child(2) img {
  margin-left: clamp(27.69px, 0px + 7.69vw, 60px);
}
@media screen and (min-width: 780px) {
  .images-list .item:nth-last-child(2) img {
    margin-left: 33.85px;
  }
}
.images-list img {
  max-width: 85vw;
  height: auto;
}
@media screen and (min-width: 780px) {
  .images-list img {
    max-width: 374px;
  }
}

.prof-block {
  padding: clamp(9.23px, 0px + 2.56vw, 20px) clamp(27.69px, 0px + 7.69vw, 60px) clamp(27.69px, 0px + 7.69vw, 60px);
  margin-bottom: clamp(27.69px, 0px + 7.69vw, 60px);
  color: #000;
}
@media screen and (min-width: 780px) {
  .prof-block {
    padding: 11.28px 33.85px 33.85px;
    margin-bottom: 33.85px;
  }
}
.prof-block > .title {
  font-size: clamp(1.661rem, 0rem + 4.62vw, 3.6rem);
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 780px) {
  .prof-block > .title {
    font-size: 2.03rem;
  }
}
.prof-block > .title::before {
  display: block;
  width: clamp(47.07px, -0.01px + 13.08vw, 102px);
  height: clamp(47.07px, -0.01px + 13.08vw, 102px);
  content: "";
  background-image: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.prof-block > .title::before {
  margin-right: 1em;
}
@media screen and (min-width: 780px) {
  .prof-block > .title::before {
    display: block;
    width: 57.54px;
    height: 57.54px;
    content: "";
    background-image: initial;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
.prof-block.-ma > .title::before {
  background-image: url(../img/s5_icon1.png);
}
.prof-block.-mb > .title::before {
  background-image: url(../img/s5_icon2.png);
}
.prof-block > .content {
  font-size: clamp(1.2rem, 0rem + 3.33vw, 2.6rem);
}
@media screen and (min-width: 780px) {
  .prof-block > .content {
    font-size: 1.47rem;
  }
}

.lead-block {
  margin: clamp(18.46px, 0px + 5.13vw, 40px) 0;
}
.lead-block::before {
  display: block;
  width: 100%;
  height: 6.4vw;
  content: "";
  background-image: url("../img/kumo_bgtop.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.lead-block::after {
  display: block;
  width: 100%;
  height: 6.4vw;
  content: "";
  background-image: url("../img/kumo_bgbottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (min-width: 780px) {
  .lead-block {
    margin: 22.56px 0;
  }
  .lead-block::before {
    height: 28px;
  }
  .lead-block::after {
    height: 28px;
  }
}
.lead-block > .inner {
  padding: clamp(27.69px, 0px + 7.69vw, 60px);
  line-height: 1.5;
  color: #00a6e6;
  background-color: #fff;
  font-size: clamp(1.384rem, 0rem + 3.85vw, 3rem);
}
@media screen and (min-width: 780px) {
  .lead-block > .inner {
    font-size: 1.69rem;
  }
}
@media screen and (min-width: 780px) {
  .lead-block > .inner {
    padding: 33.85px;
  }
}
.lead-block > .inner > .sub {
  font-size: clamp(1.154rem, 0rem + 3.2vw, 2.5rem);
}
@media screen and (min-width: 780px) {
  .lead-block > .inner > .sub {
    font-size: 1.41rem;
  }
}

.inst-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(48.45px, -0.02px + 13.46vw, 105px) clamp(6.92px, -0.01px + 1.92vw, 15px);
  padding: clamp(13.84px, -0.01px + 3.85vw, 30px);
}
@media screen and (min-width: 780px) {
  .inst-list {
    gap: 59.23px 8.46px;
    padding: 16.92px;
  }
}
.inst-list > .item {
  flex: 0 0 calc(50% - clamp(6.92px, -0.01px + 1.92vw, 15px) / 2);
  border-radius: clamp(1.85px, 0.01px + 0.51vw, 4px);
}
@media screen and (min-width: 780px) {
  .inst-list > .item {
    flex: 0 0 calc(50% - 8.46px / 2);
    border-radius: 2.26px;
  }
}
.inst-list > .item > .title > .icon {
  width: clamp(51.68px, -0.02px + 14.36vw, 112px);
  margin: calc(clamp(25.84px, -0.01px + 7.18vw, 56px) * -1) auto;
}
@media screen and (min-width: 780px) {
  .inst-list > .item > .title > .icon {
    width: 63.18px;
    margin: calc(31.59px * -1) auto;
  }
}
.inst-list > .item > .title > .name {
  font-size: clamp(1.292rem, 0rem + 3.59vw, 2.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  padding-top: 1em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .inst-list > .item > .title > .name {
    font-size: 1.58rem;
  }
}
.inst-list > .item > .content {
  padding: clamp(2.31px, 0px + 0.64vw, 5px);
}
@media screen and (min-width: 780px) {
  .inst-list > .item > .content {
    padding: 2.82px;
  }
}
.inst-list > .item.-i1 {
  background-color: #f8b800;
}
.inst-list > .item.-i2 {
  background-color: #ae77f3;
}
.inst-list > .item.-i3 {
  background-color: #2ebff7;
}
.inst-list > .item.-i4 {
  background-color: #ff9bbc;
}
.inst-list > .item.-i5 {
  background-color: #ff5f5f;
}
.inst-list > .item.-i6 {
  background-color: #475fda;
}
.inst-list > .item.-i6 > .content > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 1.6/1;
  color: #000;
  text-align: center;
  background-color: #fff;
  font-size: clamp(1.108rem, 0rem + 3.08vw, 2.4rem);
}
@media screen and (min-width: 780px) {
  .inst-list > .item.-i6 > .content > .inner {
    font-size: 1.35rem;
  }
}

.kids-block,
.parks-block {
  margin: clamp(13.84px, -0.01px + 3.85vw, 30px);
}
@media screen and (min-width: 780px) {
  .kids-block,
  .parks-block {
    margin: 16.92px;
  }
}
.kids-block > .item,
.parks-block > .item {
  margin-bottom: 1px;
  background-color: #268300;
}
.kids-block > .item > .title,
.parks-block > .item > .title {
  font-size: clamp(1.661rem, 0rem + 4.62vw, 3.6rem);
  position: relative;
  padding: 1em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .kids-block > .item > .title,
  .parks-block > .item > .title {
    font-size: 2.03rem;
  }
}
.kids-block > .item > .title::-webkit-details-marker,
.parks-block > .item > .title::-webkit-details-marker {
  display: none;
}
.kids-block > .item > .title::after,
.parks-block > .item > .title::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  line-height: 1;
  content: "＋";
  transform: translateY(-50%);
}
.kids-block > .item[open] > .title::after,
.parks-block > .item[open] > .title::after {
  content: "−";
}
.kids-block > .item > .content:not(.-a),
.parks-block > .item > .content:not(.-a) {
  padding: clamp(6.92px, -0.01px + 1.92vw, 15px);
  margin-bottom: clamp(13.84px, -0.01px + 3.85vw, 30px);
  background-color: #fff;
  border: 2px solid #268300;
}
.kids-block > .item > .content:not(.-a) > * + *:not(.address-block),
.parks-block > .item > .content:not(.-a) > * + *:not(.address-block) {
  margin-top: clamp(6.92px, -0.01px + 1.92vw, 15px);
}
.kids-block > .item > .content:not(.-a) > .btn,
.parks-block > .item > .content:not(.-a) > .btn {
  margin-bottom: clamp(6.92px, -0.01px + 1.92vw, 15px);
}
@media screen and (min-width: 780px) {
  .kids-block > .item > .content:not(.-a),
  .parks-block > .item > .content:not(.-a) {
    padding: 8.46px;
    margin-bottom: 16.92px;
  }
  .kids-block > .item > .content:not(.-a) > * + *:not(.address-block),
  .parks-block > .item > .content:not(.-a) > * + *:not(.address-block) {
    margin-top: 8.46px;
  }
  .kids-block > .item > .content:not(.-a) > .btn,
  .parks-block > .item > .content:not(.-a) > .btn {
    margin-bottom: 8.46px;
  }
}

.icon-list {
  padding: clamp(6.92px, -0.01px + 1.92vw, 15px) clamp(13.84px, -0.01px + 3.85vw, 30px) clamp(13.84px, -0.01px + 3.85vw, 30px);
  background-color: #d2ebaf;
  border-radius: clamp(4.61px, -0.01px + 1.28vw, 10px);
}
@media screen and (min-width: 780px) {
  .icon-list {
    padding: 8.46px 16.92px 16.92px;
    border-radius: 5.64px;
  }
}
.icon-list > .title {
  font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
  margin-bottom: clamp(6.92px, -0.01px + 1.92vw, 15px);
  color: #268300;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .icon-list > .title {
    font-size: 1.81rem;
  }
}
@media screen and (min-width: 780px) {
  .icon-list > .title {
    margin-bottom: 8.46px;
  }
}
.icon-list > .content {
  display: flex;
  gap: clamp(13.84px, -0.01px + 3.85vw, 30px);
}
@media screen and (min-width: 780px) {
  .icon-list > .content {
    gap: 16.92px;
  }
}
.note-block {
  font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
  padding: clamp(6.92px, -0.01px + 1.92vw, 15px);
  color: #268300;
  text-align: center;
  background-color: #d2ebaf;
  border-radius: clamp(4.61px, -0.01px + 1.28vw, 10px);
}
@media screen and (min-width: 780px) {
  .note-block {
    font-size: 1.81rem;
  }
}
@media screen and (min-width: 780px) {
  .note-block {
    border-radius: 5.64px;
  }
}
.note-block.-preopen {
  padding-top: 2em;
  padding-bottom: 2em;
}

.address-block {
  font-size: clamp(1.108rem, 0rem + 3.08vw, 2.4rem);
  margin: clamp(13.84px, -0.01px + 3.85vw, 30px);
  line-height: 1.75;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .address-block {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 780px) {
  .address-block {
    margin: 16.92px;
  }
}

.dl-link {
  position: relative;
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  background-color: #268300;
  font-size: clamp(1.661rem, 0rem + 4.62vw, 3.6rem);
}
@media screen and (min-width: 780px) {
  .dl-link {
    font-size: 2.03rem;
  }
}
.dl-link::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  content: "";
  background-image: url(../img/s7_icon.svg);
  background-size: contain;
  transform: translateY(-50%);
}

.scroll-hint-icon {
  top: calc(50% - (100vw - clamp(166.13px, -0.04px + 46.16vw, 360px)) / 2);
  left: clamp(83.06px, -0.03px + 23.08vw, 180px);
  width: calc(100% - clamp(166.13px, -0.04px + 46.16vw, 360px));
  height: calc(100vw - clamp(166.13px, -0.04px + 46.16vw, 360px));
  background: rgba(0, 166, 230, 0.9);
}
@media screen and (min-width: 780px) {
  .scroll-hint-icon {
    top: calc(50% - (440px - 203.08px) / 2);
    left: 101.54px;
    width: calc(440px - 203.08px);
    height: calc(440px - 203.08px);
  }
}
.scroll-hint-icon::before {
  width: 50%;
  height: 50%;
  margin-top: 20%;
  margin-left: 10%;
  background-size: contain;
}
.scroll-hint-icon::after {
  top: 12.5%;
  left: 25%;
  width: 50%;
  height: 25%;
  margin-left: initial;
  background-size: contain;
}

.scroll-hint-text {
  font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
  margin-top: 10%;
}
@media screen and (min-width: 780px) {
  .scroll-hint-text {
    font-size: 1.81rem;
  }
}

@keyframes scroll-hint-appear {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
    transform: translateX(40px);
  }
}
.role-banner {
  background-color: #268300;
}
.role-banner img {
  height: 45px;
  margin: auto;
}
@media screen and (min-width: 780px) {
  .role-banner img {
    height: 40px;
  }
}

.role-contentinfo {
  background-color: #1d4f0d;
}
.role-contentinfo img {
  height: 106px;
  margin: auto;
}
@media screen and (min-width: 780px) {
  .role-contentinfo img {
    height: 71px;
  }
}

.umaca-block {
  background-color: #EBDDD3;
  background-image: url(../image/);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.umaca-block > .inner {
  display: flex;
}
.umaca-block > .inner > .role-main {
  flex: 1 1 60%;
  order: 1;
  background-color: #EBDDD3;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}
.umaca-block > .inner > .sub-aside {
  display: none;
  order: 0;
}
.umaca-block > .inner > .nav-aside {
  display: none;
  order: 2;
}
@media screen and (min-width: 780px) {
  .umaca-block > .inner > .role-main {
    flex: 0 1 440px;
  }
  .umaca-block > .inner > .sub-aside {
    display: flex;
    flex: 0 1 calc((100% - 440px) / 2);
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .umaca-block > .inner > .sub-aside img {
    width: 100%;
    max-width: 280px;
  }
  .umaca-block > .inner > .nav-aside {
    display: flex;
    flex: 0 1 calc((100% - 440px) / 2);
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .umaca-block > .inner > .nav-aside img {
    width: auto;
    height: 15px;
    max-width: 200px;
    margin: auto;
  }
}

.lo-block.-s3s4 {
  padding: clamp(27.69px, 0px + 7.69vw, 60px) clamp(13.84px, -0.01px + 3.85vw, 30px);
  background-image: url(../img/s5_title_a.png), url(../img/rep_bg2.png);
  background-repeat: no-repeat, repeat;
  background-position: bottom center, 0 0;
  background-size: contain, clamp(22.61px, -0.01px + 6.28vw, 49px);
}
@media screen and (min-width: 780px) {
  .lo-block.-s3s4 {
    padding: 33.85px 16.92px;
    background-size: contain, 29.33px;
  }
}

.chap-block.-s1 > .content, .chap-block.-s2 > .content {
  margin-top: calc(clamp(5.54px, 0px + 1.54vw, 12px) * -1);
}
@media screen and (min-width: 780px) {
  .chap-block.-s1 > .content, .chap-block.-s2 > .content {
    margin-top: calc(6.77px * -1);
    background-size: 29.33px;
  }
}
.chap-block.-s1 > .content {
  padding: clamp(27.69px, 0px + 7.69vw, 60px) 0 clamp(13.84px, -0.01px + 3.85vw, 30px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s1 > .content {
    padding: 33.85px 0 16.92px;
  }
}
.chap-block.-s1 > .content > .txt {
  font-size: clamp(1.569rem, 0rem + 4.36vw, 3.4rem);
  padding: clamp(27.69px, 0px + 7.69vw, 60px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s1 > .content > .txt {
    font-size: 1.92rem;
  }
}
@media screen and (min-width: 780px) {
  .chap-block.-s1 > .content > .txt {
    padding: 33.85px;
  }
}
.chap-block.-s1 > .content > .btn {
  padding: clamp(27.69px, 0px + 7.69vw, 60px) 0;
  margin: 0 clamp(13.84px, -0.01px + 3.85vw, 30px);
  background-image: url(../img/s1_btnbg.png);
  background-size: contain;
}
@media screen and (min-width: 780px) {
  .chap-block.-s1 > .content > .btn {
    padding: 33.85px 0;
    margin: 0 16.92px;
  }
}
.chap-block.-s2 > .content {
  padding: clamp(27.69px, 0px + 7.69vw, 60px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s2 > .content {
    padding: 33.85px;
  }
}
.chap-block.-s3, .chap-block.-s4 {
  padding: clamp(13.84px, -0.01px + 3.85vw, 30px);
  background-image: url(../img/rep_bg3.png);
  background-repeat: repeat;
  background-size: clamp(39.22px, -0.02px + 10.9vw, 85px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s3, .chap-block.-s4 {
    padding: 16.92px;
    background-size: 47.95px;
  }
}
.chap-block.-s3 > .content > .btn, .chap-block.-s4 > .content > .btn {
  padding: clamp(13.84px, -0.01px + 3.85vw, 30px) 0;
}
@media screen and (min-width: 780px) {
  .chap-block.-s3 > .content > .btn, .chap-block.-s4 > .content > .btn {
    padding: 16.92px 0;
  }
}
.chap-block.-s3 {
  border-radius: clamp(16.61px, -0.01px + 4.62vw, 36px) clamp(16.61px, -0.01px + 4.62vw, 36px) 0 0;
}
@media screen and (min-width: 780px) {
  .chap-block.-s3 {
    border-radius: 20.31px 20.31px 0 0;
  }
}
.chap-block.-s4 {
  border-radius: 0 0 clamp(16.61px, -0.01px + 4.62vw, 36px) clamp(16.61px, -0.01px + 4.62vw, 36px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s4 {
    border-radius: 0 0 20.31px 20.31px;
  }
}
.chap-block.-s5 > .title {
  margin-bottom: clamp(27.69px, 0px + 7.69vw, 60px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s5 > .title {
    margin-bottom: 33.85px;
  }
}
.chap-block.-s5 > .content {
  position: relative;
}
.chap-block.-s5 > .content::before {
  position: absolute;
  top: 0;
  left: clamp(13.84px, -0.01px + 3.85vw, 30px);
  z-index: 1;
  display: block;
  width: calc(100% - clamp(27.69px, 0px + 7.69vw, 60px));
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: clamp(16.61px, -0.01px + 4.62vw, 36px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s5 > .content::before {
    left: 16.92px;
    width: calc(100% - 33.85px);
    border-radius: 20.31px;
  }
}
.chap-block.-s5 > .content > .images-list,
.chap-block.-s5 > .content > .prof-block {
  position: relative;
  z-index: 2;
}
.chap-block.-s6 > .content > .map {
  margin: clamp(13.84px, -0.01px + 3.85vw, 30px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s6 > .content > .map {
    margin: 16.92px;
  }
}
.chap-block.-s7 > .content > .q,
.chap-block.-s7 > .content > .a,
.chap-block.-s7 > .content > .dl {
  margin: 0 clamp(13.84px, -0.01px + 3.85vw, 30px) clamp(27.69px, 0px + 7.69vw, 60px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s7 > .content > .q,
  .chap-block.-s7 > .content > .a,
  .chap-block.-s7 > .content > .dl {
    margin: 0 16.92px 33.85px;
  }
}
.chap-block.-s8 {
  background-color: #edf7df;
}
.chap-block.-s8 > .title {
  padding-top: clamp(13.84px, -0.01px + 3.85vw, 30px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s8 > .title {
    padding-top: 16.92px;
  }
}
.chap-block.-s8 > .content {
  padding: clamp(13.84px, -0.01px + 3.85vw, 30px) clamp(13.84px, -0.01px + 3.85vw, 30px) clamp(55.38px, -0.01px + 15.39vw, 120px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s8 > .content {
    padding: 16.92px 16.92px 67.69px;
  }
}
.chap-block.-s8 > .content > .btn {
  margin-bottom: clamp(18.46px, 0px + 5.13vw, 40px);
}
@media screen and (min-width: 780px) {
  .chap-block.-s8 > .content > .btn {
    margin-bottom: 22.56px;
  }
}

:where(.-test1) p.test1 {
  text-decoration-color: #EBDDD3;
}/*# sourceMappingURL=style.css.map */


/* 基本的なフローティングバナースタイル */
.floating-banner {
  position: fixed; /* 位置を固定 */
  bottom: -16px; /* 画面の下からの距離 */
  left: 50%; /* 画面の左から50%の位置に設定 */
  transform: translate(-50%, -50%); /* 中央に配置するための調整 */
  z-index: 1000; /* 他の要素より上に表示 */
}

.floating-banner img {
  width: 276px; /* バナーの幅 */
  height: auto; /* 高さを自動調整 */
}

.image-container {
  position: relative;
  font-size: 0; /* 余白を削除 追加した*/
}

.image-container img {
  display: block;
    margin: 0;
    padding: 0;
}

.image-container .main-image {
  display: block;
  /* margin: 0;
  padding: 0;
  border: none; */
  width: 100%;
  height: auto;
}

.overlay-button {
  position: absolute;
  top: 88%; /* 上から50%の位置 */
  left: 50%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 188px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button:hover {
  opacity: 0.8; /* ホバー時の透明度 */
}

.overlay-button2 {
  position: absolute;
  top: 94.5%; /* 上から50%の位置 */
  left: 50%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 188px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button2:hover {
  opacity: 0.8; /* ホバー時の透明度 */
}

.overlay-button3 {
  position: absolute;
  top: 101%; /* 上から50%の位置 */
  left: 50%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 188px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button3:hover {
  opacity: 0.8; /* ホバー時の透明度 */
}

.overlay-button4 {
  position: absolute;
  top: 62%; /* 上から50%の位置 */
  left: 50%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 188px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button4:hover {
  opacity: 0.8; /* ホバー時の透明度 */
}

.overlay-button5 {
  position: absolute;
  top: 82%; /* 上から50%の位置 */
  left: 50%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 188px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button5:hover {
  opacity: 0.8; /* ホバー時の透明度 */
}

.overlay-button-blog1 {
  position: absolute;
  top: 53.5%; /* 上から50%の位置 */
  left: 48.8%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 289px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button-blog1:hover {
  opacity: 0.5; /* ホバー時の透明度 */
}

.overlay-button-tel {
  position: absolute;
  top: 61%; /* 上から50%の位置 */
  left: 48.8%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 113px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button-tel:hover {
  opacity: 0.5; /* ホバー時の透明度 */
}

.overlay-button-shosai1 {
  position: absolute;
  top: 63.5%; /* 上から50%の位置 */
  left: 50%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 113px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button-tel:hover {
  opacity: 0.5; /* ホバー時の透明度 */
}

.overlay-button-shosai2 {
  position: absolute;
  top: 76%; /* 上から50%の位置 */
  left: 50%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 113px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button-shosai2:hover {
  opacity: 0.5; /* ホバー時の透明度 */
}

.overlay-button-shosai3 {
  position: absolute;
  top: 88.2%; /* 上から50%の位置 */
  left: 50%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 113px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button-shosai3:hover {
  opacity: 0.5; /* ホバー時の透明度 */
}

.overlay-button-top {
  position: absolute;
  top: 78%; /* 上から50%の位置 */
  left: 50%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 188px; /* ボタン画像の幅（必要に応じて調整） */
  height: auto; /* ボタン画像の高さ（必要に応じて調整） */
  cursor: pointer;
}

.overlay-button-top:hover {
  opacity: 0.5; /* ホバー時の透明度 */
}