.normal {
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}

:root {
  --textcolor: black;
  --bgcolor: transparent;
}
@media (width <= 730px) {
  :root {
    --minw: 360px;
    --minwn: 360;
    --maxw: 100vw;
    --maxwn: 360;
    --pdg: 20px;
    --pdgn: 20;
    --fs: 16px;
  }
}
@media (width > 730px) {
  :root {
    --minw: 730px;
    --minwn: 730;
    --maxw: 1350px;
    --maxwn: 1350;
    --pdg: 35px;
    --pdgn: 35;
    --fs: 20px;
  }
}

html, body {
  font-size: var(--fs);
  min-width: var(--minw);
}
@media (width <= 730px) {
  html, body {
    max-width: 100%;
  }
}

@media (width > 730px) {
  .inr0 {
    --maxw: 1500px;
    --maxwn: 1500;
    --pdg: 30px;
    --pdgn: 30;
  }
}
@media (width > 730px) {
  .inr1 {
    --maxw: 1350px;
    --maxwn: 1350;
    --pdg: 30px;
    --pdgn: 30;
  }
}
@media (width > 730px) {
  .inr2 {
    --maxw: 1260px;
    --maxwn: 1260;
    --pdg: 0px;
    --pdgn: 0;
  }
}
@media (width > 730px) {
  .inr3 {
    --maxw: 1155px;
    --maxwn: 1155;
    --pdg: 0px;
    --pdgn: 0;
  }
}
@media (width > 730px) {
  .inr4 {
    --maxw: 1030px;
    --maxwn: 1030;
    --pdg: 0px;
    --pdgn: 0;
  }
}
@media (width > 730px) {
  .inr5 {
    --maxw: 720px;
    --maxwn: 720;
    --pdg: 0px;
    --pdgn: 0;
  }
}
[class^=inr], [class*=" inr"] {
  padding-inline: var(--pdg);
  margin: 0 auto;
}
@media (width > 730px) {
  [class^=inr], [class*=" inr"] {
    max-width: var(--maxw);
    container-type: inline-size;
  }
}

@media (width <= 730px) {
  .m-noinr {
    margin-inline: calc(var(--pdg) * -1) !important;
    max-width: none !important;
  }
}

.row, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, .rows > * > *, .rowss > * > * > * {
  flex: 1 1 auto;
}

.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (width > 730px) {
  .only-m {
    display: none;
  }
  .pc-row, .pc-rows > *, .pc-rowss > * > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > *, .pc-rowss > * > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
  :where(.m-row, .m-rows > *, .m-rowss > * > *) {
    display: flex;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  :where(.m-row > *, .m-rows > * > *, .m-rowss > * > * > *) {
    flex: 0 0 auto !important;
  }
}
@media (width <= 730px) {
  .only-pc {
    display: none;
  }
  .m-row, .m-rows > *, .m-rowss > * > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .m-row > *, .m-rows > * > *, .m-rowss > * > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
  :where(.pc-row, .pc-rows > *, .pc-rowss > * > *) {
    display: flex;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  :where(.pc-row > *, .pc-rows > * > *, .pc-rowss > * > * > *) {
    flex: 0 0 auto !important;
  }
}
.fit {
  flex: 0 0 auto !important;
}

.btns {
  display: block;
  text-align: center;
  position: relative;
}
.btns > * {
  all: unset;
  display: inline-block;
  position: relative;
  line-height: 1;
  background-color: #F4F4F4;
  color: #0d744c;
  margin: 5px;
  text-align: center;
  padding: 20px 70px;
  min-width: 20em;
  border-radius: 0px;
  transition: all 0.4s;
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}
.btns > * i {
  transition: all 0.4s;
}
.btns > *:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #0d744c;
  color: white;
}
.btns > *:hover i {
  transform: translateX(50px);
}

p.contactbtn {
  text-align: center;
}
p.contactbtn a {
  display: block;
  background: #ffdd33;
  padding: 0.7em 2em;
  border-radius: 4px;
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}

header {
  background: url(img/01.jpg) no-repeat center/cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen {
  header.watchscroll.scrolling ul > li, header.watchscroll.scrolling ul > li * {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
  }
  header :nth-child(1 of ul > li), header :nth-child(1 of ul > li) * {
    transition-delay: 2s;
  }
  header :nth-child(2 of ul > li), header :nth-child(2 of ul > li) * {
    transition-delay: 2.5s;
  }
  header.watchscroll:not(.scrolling) ul > li {
    opacity: 0;
    transform: translateY(30px);
  }
}
@media screen {
  header.watchscroll.scrolling p.contactbtn > a, header.watchscroll.scrolling p.contactbtn > a * {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
  }
  header :nth-child(1 of p.contactbtn > a), header :nth-child(1 of p.contactbtn > a) * {
    transition-delay: 3s;
  }
  header.watchscroll:not(.scrolling) p.contactbtn > a {
    opacity: 0;
    transform: translateY(30px);
  }
}
header .inr > div {
  display: grid;
}
@media (width <= 730px) {
  header .inr > div {
    grid-template-columns: 1.4fr 1.2fr;
    grid-template-rows: auto auto auto;
    gap: 30px 0px;
    grid-template-areas: "title cp" "points points" "contactbtn contactbtn";
  }
}
@media (width > 730px) {
  header .inr > div {
    grid-template-columns: 1.4fr 0.4fr 1.2fr;
    grid-template-rows: auto 100px auto;
    gap: 0px 0px;
    grid-template-areas: "title . cp" ". . ." "points . contactbtn";
  }
}
header .inr > div h1 {
  grid-area: title;
}
header .inr > div h1 + p {
  grid-area: cp;
}
header .inr > div ul {
  grid-area: points;
}
header .inr > div p.contactbtn {
  grid-area: contactbtn;
  align-self: flex-end;
}
@media (width <= 730px) {
  header h1 {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  }
}
@media (width > 730px) {
  header h1 {
    padding-top: 80px;
  }
}
header ul {
  gap: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 50 / 100 / 10 / (1350 / 1000));
}
header p.contactbtn {
  text-align: center;
}
header p.contactbtn a {
  font-size: max(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 24 / 100 / 10 / (1350 / 1000), 1rem);
}

main h2, main h3 {
  text-align: center;
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}
main section#s01 {
  padding-top: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 100 / 100 / 10 / (1350 / 1000));
  padding-bottom: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 200 / 100 / 10 / (1350 / 1000));
}
main section#s01 .inr3 {
  position: relative;
}
main section#s01 h2 {
  font-size: min(42px, clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 42 / 100 / 10 / (800 / 1000));
  line-height: 1.5;
  margin-bottom: 1.5em;
}
main section#s01 h3 {
  background: rgba(9, 91, 60, 0.1);
  color: #095B3C;
  font-size: 170%;
  padding: 0.8em calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 3 / 100 / 10 / (1350 / 1000));
  margin-bottom: 2em;
}
@media screen {
  main section#s01 ul.watchscroll.scrolling li, main section#s01 ul.watchscroll.scrolling li * {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
  }
  main section#s01 ul :nth-child(1 of li), main section#s01 ul :nth-child(1 of li) * {
    transition-delay: 2s;
  }
  main section#s01 ul :nth-child(2 of li), main section#s01 ul :nth-child(2 of li) * {
    transition-delay: 1.7s;
  }
  main section#s01 ul :nth-child(3 of li), main section#s01 ul :nth-child(3 of li) * {
    transition-delay: 1.4s;
  }
  main section#s01 ul.watchscroll:not(.scrolling) li {
    opacity: 0;
    transform: translateY(-30px);
  }
}
main section#s01 ul li {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 700px;
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  border: 3px solid rgba(9, 91, 60, 0.3);
  padding: 1em 3em;
  border-radius: 1em;
  line-height: 1.3;
}
main section#s01 figure img {
  width: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 220 / 100 / 10 / (1350 / 1000));
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
main section#s01 figure img:nth-child(1) {
  position: absolute;
  left: -150px;
  top: 370px;
  animation: float 4s infinite;
}
main section#s01 figure img:nth-child(2) {
  position: absolute;
  right: -150px;
  bottom: -130px;
  animation: float 4s 1s infinite;
}
@media screen {
  main section#s02.watchscroll.scrolling li, main section#s02.watchscroll.scrolling li * {
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.22, 0.8, 0.52, 1.54);
  }
  main section#s02 :nth-child(1 of li), main section#s02 :nth-child(1 of li) * {
    transition-delay: 1s;
  }
  main section#s02 :nth-child(2 of li), main section#s02 :nth-child(2 of li) * {
    transition-delay: 1.5s;
  }
  main section#s02 :nth-child(3 of li), main section#s02 :nth-child(3 of li) * {
    transition-delay: 2s;
  }
  main section#s02.watchscroll:not(.scrolling) li {
    opacity: 0;
    transform: translateY(100px);
  }
}
main section#s02 .inr > div {
  background: url(img/21.png) no-repeat center/contain;
  aspect-ratio: 1530/1021;
  color: white;
  display: grid;
  grid-template-columns: 1.02fr 1fr 1fr 1.04fr;
  grid-template-rows: 1fr 1.7fr 6.4fr 1.05fr;
  gap: 0px 0px;
}
@media (width <= 730px) {
  main section#s02 .inr > div {
    width: clamp(489px, 153%, 136vw);
    position: relative;
    left: min(-38.5%, -129px);
  }
}
@media (width <= 730px) {
  main section#s02 .inr > div {
    grid-template-areas: "title title title title" ". intro intro intro" ". p01 p02 p03" ". . . .";
  }
}
@media (width > 730px) {
  main section#s02 .inr > div {
    grid-template-areas: ". . . ." "title intro intro intro" "title p01 p02 p03" ". . . .";
  }
}
main section#s02 .inr > div h2 {
  grid-area: title;
}
main section#s02 .inr > div h2 + p {
  grid-area: intro;
}
main section#s02 .inr > div ul {
  display: contents;
}
main section#s02 .inr > div ul li:nth-child(1) {
  grid-area: p01;
}
main section#s02 .inr > div ul li:nth-child(2) {
  grid-area: p02;
}
main section#s02 .inr > div ul li:nth-child(3) {
  grid-area: p03;
}
@media (width <= 730px) {
  main section#s02 h2 {
    margin-left: 25.4%;
    color: #0d9460;
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 20);
  }
}
@media (width > 730px) {
  main section#s02 h2 {
    opacity: 0;
  }
}
main section#s02 h2 + p {
  padding: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 30 / 100 / 10 / (1350 / 1000));
  text-align: center;
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 30 / 100 / 10 / (1350 / 1000));
  line-height: 1.4;
}
@media (width <= 730px) {
  main section#s02 h2 + p {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 28);
  }
}
main section#s02 h2 + p strong {
  font-size: 130%;
}
@media (width <= 730px) {
  main section#s02 ul li {
    padding: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 40 / 100 / 10 / (1350 / 1000)) calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 40 / 100 / 10 / (1350 / 1000)) 0 calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 40 / 100 / 10 / (1350 / 1000));
  }
}
@media (width > 730px) {
  main section#s02 ul li {
    padding: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 140 / 100 / 10 / (1350 / 1000)) calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 40 / 100 / 10 / (1350 / 1000)) 0 calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 40 / 100 / 10 / (1350 / 1000));
  }
}
main section#s02 ul li figure {
  text-align: center;
  margin-bottom: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 40 / 100 / 10 / (1350 / 1000));
}
main section#s02 ul li figure img {
  width: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 150 / 100 / 10 / (1350 / 1000));
}
main section#s02 ul li h3 {
  margin-bottom: 1em;
}
@media (width <= 730px) {
  main section#s02 ul li h3 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 30);
  }
}
@media (width > 730px) {
  main section#s02 ul li h3 {
    font-size: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 30 / 100 / 10 / (1350 / 1000));
  }
}
main section#s02 ul li p {
  line-height: 1.4;
}
@media (width <= 730px) {
  main section#s02 ul li p {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 40);
  }
}
@media (width > 730px) {
  main section#s02 ul li p {
    font-size: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 14 / 100 / 10 / (1350 / 1000));
  }
}
main section#s03 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen {
  main section#s03.watchscroll.scrolling li, main section#s03.watchscroll.scrolling li * {
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease;
  }
  main section#s03 :nth-child(1 of li), main section#s03 :nth-child(1 of li) * {
    transition-delay: 1s;
  }
  main section#s03 :nth-child(2 of li), main section#s03 :nth-child(2 of li) * {
    transition-delay: 1.5s;
  }
  main section#s03 :nth-child(3 of li), main section#s03 :nth-child(3 of li) * {
    transition-delay: 2s;
  }
  main section#s03.watchscroll:not(.scrolling) li {
    opacity: 0;
    transform: translateY(50px);
  }
}
main section#s03 h2 {
  font-size: 210%;
  margin-bottom: 2em;
}
main section#s03 ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
@media (width <= 730px) {
  main section#s03 ul li {
    max-width: 260px;
    margin-inline: auto;
  }
}
main section#s03 ul li div {
  flex: 1 1 auto;
  background: rgba(9, 91, 60, 0.1);
  padding: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 40 / 100 / 10 / (1350 / 1000));
  border: 3px solid #095B3C;
  border-radius: 1.5em;
  margin-bottom: 2rem;
  text-align: center;
}
main section#s03 ul li div figure {
  padding-bottom: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 20 / 100 / 10 / (1350 / 1000));
}
@media (width <= 730px) {
  main section#s03 ul li div figure img {
    height: 100px;
  }
}
@media (width > 730px) {
  main section#s03 ul li div figure img {
    height: 150px;
  }
}
main section#s03 ul li div h3 {
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #095B3C;
  line-height: 1.5;
}
main section#s03 ul li div + p {
  flex: 0 0 8em;
  line-height: 1.6;
  padding-inline: 1em;
  font-size: 75%;
}
main section#s04 {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #F4F4F4;
}
@media screen {
  main section#s04.watchscroll.scrolling h2 + ul > li, main section#s04.watchscroll.scrolling h2 + ul > li * {
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease;
  }
  main section#s04 :nth-child(1 of h2 + ul > li), main section#s04 :nth-child(1 of h2 + ul > li) * {
    transition-delay: 1s;
  }
  main section#s04 :nth-child(2 of h2 + ul > li), main section#s04 :nth-child(2 of h2 + ul > li) * {
    transition-delay: 2.8s;
  }
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li {
    opacity: 0;
    transform: translateY(-50px);
  }
}
@media screen {
  main section#s04.watchscroll.scrolling h2 + ul > li:nth-child(1) > ul > li, main section#s04.watchscroll.scrolling h2 + ul > li:nth-child(1) > ul > li * {
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease;
  }
  main section#s04 :nth-child(1 of h2 + ul > li:nth-child(1) > ul > li), main section#s04 :nth-child(1 of h2 + ul > li:nth-child(1) > ul > li) * {
    transition-delay: 1.6s;
  }
  main section#s04 :nth-child(2 of h2 + ul > li:nth-child(1) > ul > li), main section#s04 :nth-child(2 of h2 + ul > li:nth-child(1) > ul > li) * {
    transition-delay: 1.9s;
  }
  main section#s04 :nth-child(3 of h2 + ul > li:nth-child(1) > ul > li), main section#s04 :nth-child(3 of h2 + ul > li:nth-child(1) > ul > li) * {
    transition-delay: 2.2s;
  }
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li:nth-child(1) > ul > li {
    opacity: 0;
  }
}
@media screen and (width <= 730px) {
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li:nth-child(1) > ul > li {
    transform: translateY(-50px);
  }
}
@media screen and (width > 730px) {
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li:nth-child(1) > ul > li {
    transform: translateX(50px);
  }
}
@media screen {
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li:nth-child(1) > ul > li span {
    transform: rotate(30deg);
  }
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li:nth-child(1) > ul > li figure {
    transform: rotate(30deg);
  }
}
@media screen {
  main section#s04.watchscroll.scrolling h2 + ul > li:nth-child(2) > ul > li, main section#s04.watchscroll.scrolling h2 + ul > li:nth-child(2) > ul > li * {
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease;
  }
  main section#s04 :nth-child(1 of h2 + ul > li:nth-child(2) > ul > li), main section#s04 :nth-child(1 of h2 + ul > li:nth-child(2) > ul > li) * {
    transition-delay: 3.2s;
  }
  main section#s04 :nth-child(2 of h2 + ul > li:nth-child(2) > ul > li), main section#s04 :nth-child(2 of h2 + ul > li:nth-child(2) > ul > li) * {
    transition-delay: 3.5s;
  }
  main section#s04 :nth-child(3 of h2 + ul > li:nth-child(2) > ul > li), main section#s04 :nth-child(3 of h2 + ul > li:nth-child(2) > ul > li) * {
    transition-delay: 3.8s;
  }
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li:nth-child(2) > ul > li {
    opacity: 0;
  }
}
@media screen and (width <= 730px) {
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li:nth-child(2) > ul > li {
    transform: translateY(-50px);
  }
}
@media screen and (width > 730px) {
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li:nth-child(2) > ul > li {
    transform: translateX(50px);
  }
}
@media screen {
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li:nth-child(2) > ul > li span {
    transform: rotate(30deg);
  }
  main section#s04.watchscroll:not(.scrolling) h2 + ul > li:nth-child(2) > ul > li figure {
    transform: rotate(30deg);
  }
}
main section#s04 h2 {
  font-size: 210%;
  margin-bottom: 2em;
}
main section#s04 h2 + ul > li {
  gap: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 60 / 100 / 10 / (1350 / 1000));
  align-items: stretch;
}
main section#s04 h2 + ul > li > h3 {
  flex: 0 0 auto;
  writing-mode: vertical-rl;
  line-height: 1.3;
  letter-spacing: 0.6ex;
  color: white;
  font-size: 170%;
  padding: 15px;
}
@media (width <= 730px) {
  main section#s04 h2 + ul > li > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
  }
}
@media (width > 730px) {
  main section#s04 h2 + ul > li > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
  }
}
main section#s04 h2 + ul > li > ul li {
  border: 3px solid #095B3C;
  border-radius: 1.5em;
  text-align: center;
  padding: 1rem;
  background-color: white;
}
main section#s04 h2 + ul > li > ul li span {
  display: block;
  color: white;
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 2em;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  border: 3px solid #095B3C;
  border-radius: 50%;
  margin: 0 auto -1rem;
  text-align: center;
  position: relative;
  top: calc(-1rem - 1em);
}
main section#s04 h2 + ul > li > ul li h4 {
  font-size: 1.3em;
  margin-bottom: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 14 / 100 / 10 / (1350 / 1000));
  text-align: center;
}
main section#s04 h2 + ul > li > ul li figure {
  margin: 0 auto 1em;
}
main section#s04 h2 + ul > li > ul li figure img {
  width: 5rem;
  height: 5rem;
}
main section#s04 h2 + ul > li > ul li p {
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}
@media (width > 730px) {
  main section#s04 h2 + ul > li > ul li p {
    font-size: 0.8em;
  }
}
main section#s04 h2 + ul > li:nth-child(1) h3 {
  background: #0d9460;
  border-right: 2px solid #0d9460;
}
main section#s04 h2 + ul > li:nth-child(1) li span {
  background: #0d9460;
}
main section#s04 h2 + ul > li:nth-child(2) {
  margin-top: 4rem;
}
main section#s04 h2 + ul > li:nth-child(2) h3 {
  background: #0d744c;
  border-right: 2px solid #0d744c;
  position: relative;
}
main section#s04 h2 + ul > li:nth-child(2) h3::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: calc(100% + 2px);
  max-width: none;
  text-align: center;
  color: black;
  font-size: 180%;
}
main section#s04 h2 + ul > li:nth-child(2) li span {
  background: #0d744c;
}
main section#s05 {
  padding-bottom: 100px;
}
@media screen {
  main section#s05.watchscroll.scrolling .inr4 > ul > li, main section#s05.watchscroll.scrolling .inr4 > ul > li * {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
  main section#s05 :nth-child(1 of .inr4 > ul > li), main section#s05 :nth-child(1 of .inr4 > ul > li) * {
    transition-delay: 1s;
  }
  main section#s05 :nth-child(2 of .inr4 > ul > li), main section#s05 :nth-child(2 of .inr4 > ul > li) * {
    transition-delay: 2s;
  }
  main section#s05.watchscroll:not(.scrolling) .inr4 > ul > li {
    opacity: 0;
    transform: translateY(-30px);
  }
}
@media screen {
  main section#s05.watchscroll.scrolling .inr4 > ul > li:nth-child(1) ul > li, main section#s05.watchscroll.scrolling .inr4 > ul > li:nth-child(1) ul > li * {
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
  }
  main section#s05 :nth-child(1 of .inr4 > ul > li:nth-child(1) ul > li), main section#s05 :nth-child(1 of .inr4 > ul > li:nth-child(1) ul > li) * {
    transition-delay: 1.5s;
  }
  main section#s05 :nth-child(2 of .inr4 > ul > li:nth-child(1) ul > li), main section#s05 :nth-child(2 of .inr4 > ul > li:nth-child(1) ul > li) * {
    transition-delay: 1.8s;
  }
  main section#s05 :nth-child(3 of .inr4 > ul > li:nth-child(1) ul > li), main section#s05 :nth-child(3 of .inr4 > ul > li:nth-child(1) ul > li) * {
    transition-delay: 2.1s;
  }
  main section#s05 :nth-child(4 of .inr4 > ul > li:nth-child(1) ul > li), main section#s05 :nth-child(4 of .inr4 > ul > li:nth-child(1) ul > li) * {
    transition-delay: 2.4s;
  }
  main section#s05.watchscroll:not(.scrolling) .inr4 > ul > li:nth-child(1) ul > li i {
    transform: scale(1.8);
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@media screen {
  main section#s05.watchscroll.scrolling .inr4 > ul > li:nth-child(2) ul > li, main section#s05.watchscroll.scrolling .inr4 > ul > li:nth-child(2) ul > li * {
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
  }
  main section#s05 :nth-child(1 of .inr4 > ul > li:nth-child(2) ul > li), main section#s05 :nth-child(1 of .inr4 > ul > li:nth-child(2) ul > li) * {
    transition-delay: 2.5s;
  }
  main section#s05 :nth-child(2 of .inr4 > ul > li:nth-child(2) ul > li), main section#s05 :nth-child(2 of .inr4 > ul > li:nth-child(2) ul > li) * {
    transition-delay: 2.8s;
  }
  main section#s05 :nth-child(3 of .inr4 > ul > li:nth-child(2) ul > li), main section#s05 :nth-child(3 of .inr4 > ul > li:nth-child(2) ul > li) * {
    transition-delay: 3.1s;
  }
  main section#s05 :nth-child(4 of .inr4 > ul > li:nth-child(2) ul > li), main section#s05 :nth-child(4 of .inr4 > ul > li:nth-child(2) ul > li) * {
    transition-delay: 3.4s;
  }
  main section#s05.watchscroll:not(.scrolling) .inr4 > ul > li:nth-child(2) ul > li i {
    transform: scale(1.8);
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
main section#s05 h2 {
  background: #0d744c;
  color: white;
  font-size: 190%;
  padding: 0.6em 0;
  margin-bottom: 3em;
}
main section#s05 h2 span {
  display: block;
}
main section#s05 .inr4 > ul {
  margin-bottom: 6rem;
}
@media (width <= 730px) {
  main section#s05 .inr4 > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 7rem;
  }
}
@media (width > 730px) {
  main section#s05 .inr4 > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4rem;
  }
}
main section#s05 .inr4 > ul > li {
  text-align: center;
  position: relative;
}
main section#s05 .inr4 > ul > li > div {
  background: rgba(9, 91, 60, 0.1);
  border: 4px solid rgba(9, 91, 60, 0.3);
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1rem;
}
main section#s05 .inr4 > ul > li figure {
  background: #0d9460;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  position: relative;
  top: calc(-2rem - 60px);
}
main section#s05 .inr4 > ul > li h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
main section#s05 .inr4 > ul > li .price {
  font-size: 1.8rem;
  color: #0d9460;
  margin-bottom: 1.5rem;
}
main section#s05 .inr4 > ul > li .price strong small {
  font-size: 0.6rem;
}
main section#s05 .inr4 > ul > li .price > small {
  font-size: 1rem;
}
main section#s05 .inr4 > ul > li p[lang=en] {
  font-size: 1.5rem;
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
main section#s05 .inr4 > ul > li ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
main section#s05 .inr4 > ul > li ul li {
  text-align: left;
  margin-bottom: 1rem;
}
main section#s05 .inr4 > ul > li ul li i {
  margin-right: 0.5rem;
  -webkit-clip-path: inset(-50px -50px -50px -50px);
          clip-path: inset(-50px -50px -50px -50px);
}
main section#s05 .inr4 > ul > li .att {
  font-size: 0.7rem;
  color: #666;
  text-align: left;
  margin: 0 20px;
}
main section#s05 .contactbtn {
  font-size: 170%;
}
main section#s05 .contactbtn a {
  max-width: 15em;
  margin-inline: auto;
}
main section#s06 {
  background-color: rgba(9, 91, 60, 0.1);
  padding: 80px 0;
}
@media screen {
  main section#s06.watchscroll.scrolling section, main section#s06.watchscroll.scrolling section * {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
  main section#s06 :nth-child(1 of section), main section#s06 :nth-child(1 of section) * {
    transition-delay: 1s;
  }
  main section#s06 :nth-child(2 of section), main section#s06 :nth-child(2 of section) * {
    transition-delay: 1s;
  }
  main section#s06.watchscroll:not(.scrolling) section {
    opacity: 0;
  }
}
@media screen {
  main section#s06.watchscroll.scrolling ul.points > li, main section#s06.watchscroll.scrolling ul.points > li * {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
  main section#s06 :nth-child(1 of ul.points > li), main section#s06 :nth-child(1 of ul.points > li) * {
    transition-delay: 1.5s;
  }
  main section#s06 :nth-child(2 of ul.points > li), main section#s06 :nth-child(2 of ul.points > li) * {
    transition-delay: 1.8s;
  }
  main section#s06 :nth-child(3 of ul.points > li), main section#s06 :nth-child(3 of ul.points > li) * {
    transition-delay: 2.1s;
  }
  main section#s06 :nth-child(4 of ul.points > li), main section#s06 :nth-child(4 of ul.points > li) * {
    transition-delay: 2.4s;
  }
  main section#s06 :nth-child(5 of ul.points > li), main section#s06 :nth-child(5 of ul.points > li) * {
    transition-delay: 2.7s;
  }
  main section#s06.watchscroll:not(.scrolling) ul.points > li {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@media screen {
  main section#s06.watchscroll.scrolling ul.imgs > li, main section#s06.watchscroll.scrolling ul.imgs > li * {
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease;
  }
  main section#s06 :nth-child(1 of ul.imgs > li), main section#s06 :nth-child(1 of ul.imgs > li) * {
    transition-delay: 2s;
  }
  main section#s06 :nth-child(2 of ul.imgs > li), main section#s06 :nth-child(2 of ul.imgs > li) * {
    transition-delay: 2.5s;
  }
  main section#s06 :nth-child(3 of ul.imgs > li), main section#s06 :nth-child(3 of ul.imgs > li) * {
    transition-delay: 3s;
  }
  main section#s06 :nth-child(4 of ul.imgs > li), main section#s06 :nth-child(4 of ul.imgs > li) * {
    transition-delay: 3.5s;
  }
  main section#s06.watchscroll:not(.scrolling) ul.imgs > li {
    filter: blur(50px);
    opacity: 0;
    transform: scale(0.7) translateX(-30px);
  }
}
main section#s06 h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2em;
}
main section#s06 h2 ~ section:nth-of-type(2) > .pc-row {
  flex-direction: row-reverse;
}
main section#s06 h2 ~ section > .pc-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
  gap: calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 1350px) * 60 / 100 / 10 / (1350 / 1000));
}
main section#s06 h2 ~ section > .pc-row > div {
  flex: 1;
}
main section#s06 h2 ~ section > .pc-row > div h3 {
  font-size: 1.7rem;
  color: white;
  background: #095B3C;
  border: 2px solid white;
  border-radius: 15px;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
main section#s06 h2 ~ section > .pc-row > div h3 + div {
  background: rgba(9, 91, 60, 0.2);
  padding: 30px;
  border-radius: 15px;
}
@media (width > 730px) {
  main section#s06 h2 ~ section > .pc-row > div h3 + div {
    font-size: 1.3rem;
  }
}
main section#s06 h2 ~ section > .pc-row > div h4 {
  margin-bottom: 2em;
  text-align: center;
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}
main section#s06 h2 ~ section > .pc-row > div ul.points {
  list-style: disc;
  margin-inline: auto;
}
@media (width > 730px) {
  main section#s06 h2 ~ section > .pc-row > div ul.points {
    list-style-position: inside;
    width: -moz-max-content;
    width: max-content;
  }
}
main section#s06 h2 ~ section > .pc-row > div ul.points li {
  margin-bottom: 0.5em;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media (width <= 730px) {
  main section#s06 h2 ~ section > .pc-row > ul {
    margin-left: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px 40px;
  }
}
@media (width > 730px) {
  main section#s06 h2 ~ section > .pc-row > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px 40px;
  }
}
main section#s06 h2 ~ section > .pc-row > ul li {
  position: relative;
}
main section#s06 h2 ~ section > .pc-row > ul li + li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 48px;
  color: #095B3C;
}
main section#s06 h2 ~ section > .pc-row > ul li figure {
  margin: 0;
}
main section#s06 h2 ~ section > .pc-row > ul li figure img {
  width: 100%;
  height: auto;
}
main section#s06 h2 ~ section > .pc-row > ul li figure figcaption {
  text-align: center;
  font-size: 0.9rem;
  background: #095B3C;
  color: white;
  padding: 0.2em 1em;
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}
main section#s07 {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen {
  main section#s07.watchscroll.scrolling li, main section#s07.watchscroll.scrolling li * {
    transition-property: all;
    transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(0.66, 0, 0.29, 1);
  }
  main section#s07 :nth-child(1 of li), main section#s07 :nth-child(1 of li) * {
    transition-delay: 1s;
  }
  main section#s07 :nth-child(2 of li), main section#s07 :nth-child(2 of li) * {
    transition-delay: 1.5s;
  }
  main section#s07 :nth-child(3 of li), main section#s07 :nth-child(3 of li) * {
    transition-delay: 2s;
  }
  main section#s07 :nth-child(4 of li), main section#s07 :nth-child(4 of li) * {
    transition-delay: 2.5s;
  }
  main section#s07 :nth-child(5 of li), main section#s07 :nth-child(5 of li) * {
    transition-delay: 3s;
  }
  main section#s07 :nth-child(6 of li), main section#s07 :nth-child(6 of li) * {
    transition-delay: 3.5s;
  }
  main section#s07 :nth-child(7 of li), main section#s07 :nth-child(7 of li) * {
    transition-delay: 4s;
  }
  main section#s07 :nth-child(8 of li), main section#s07 :nth-child(8 of li) * {
    transition-delay: 4.5s;
  }
  main section#s07 :nth-child(9 of li), main section#s07 :nth-child(9 of li) * {
    transition-delay: 5s;
  }
  main section#s07 :nth-child(10 of li), main section#s07 :nth-child(10 of li) * {
    transition-delay: 5.5s;
  }
  main section#s07.watchscroll:not(.scrolling) li h3 {
    -webkit-clip-path: inset(0 calc(100% - 4.8rem) 0 0);
            clip-path: inset(0 calc(100% - 4.8rem) 0 0);
    color: white;
  }
  main section#s07.watchscroll:not(.scrolling) li h3 + p {
    transform: translateY(-30px);
    opacity: 0;
  }
}
main section#s07 h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2em;
}
main section#s07 ul li {
  margin-bottom: 2em;
}
main section#s07 ul li h3 {
  border: 4px solid #0d744c;
  text-align: left;
  font-size: 150%;
  overflow: hidden;
  display: flex;
  width: 100%;
  align-items: center;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main section#s07 ul li h3 span {
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  flex: 0 0 auto;
  background: #0d744c;
  color: white;
  padding: 0.7em 1em;
  margin-right: 1em;
  align-self: stretch;
}
main section#s07 ul li h3 + p {
  margin-left: 4em;
  font-size: 130%;
  line-height: 1.5;
  padding: 1em 0;
}
main section#s07 ul + p {
  text-align: center;
  margin-bottom: 1.5em;
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  color: #0d744c;
}
@media (width <= 730px) {
  main section#s07 ul + p {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw - var(--pdg) * 2, var(--maxw)) / 15);
  }
}
@media (width > 730px) {
  main section#s07 ul + p {
    font-size: 2rem;
  }
}
main section#s07 .contactbtn {
  font-size: 170%;
}
main section#s07 .contactbtn a {
  max-width: 15em;
  margin-inline: auto;
}

footer {
  background: #0d744c;
  color: white;
  padding: 60px 0;
}
footer .pc-row {
  gap: 30px;
  align-items: stretch;
}
footer .pc-row > *:nth-child(1) {
  flex: 2;
}
footer .pc-row > *:nth-child(1) > p {
  margin-bottom: 0.5em;
}
@media (width > 730px) {
  footer .pc-row > *:nth-child(1) > p {
    font-size: 150%;
  }
}
footer .pc-row > *:nth-child(1) > p span {
  display: inline-block;
  width: 6em;
}
footer .pc-row > *:nth-child(1) > p strong {
  font-size: 130%;
}
footer .pc-row > *:nth-child(2) {
  flex: 1;
}
footer .pc-row .pc-row {
  margin-top: 50px;
  gap: 30px;
  align-items: center;
  line-height: 1.5;
}
@media (width > 730px) {
  footer .pc-row .pc-row {
    font-size: 140%;
  }
}
footer .pc-row .pc-row > * {
  flex: 1;
}
footer .pc-row .pc-row h3 {
  font-family: "inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}
footer .pc-row .map {
  position: relative;
}
footer .pc-row .map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=site_t.css.map */