@charset "UTF-8";
:root {
  --vw: 1vw;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}
@media only screen and (min-width: 768px) and (max-width: 986px) {
  html {
    font-size: calc(1.014198783 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(2.6666666667 * var(--vw));
  }
}

body {
  background: #fff;
  color: #4c4948;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  overflow-y: scroll;
}
body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

img {
  vertical-align: top;
}

a,
button {
  cursor: pointer;
  transition: 0.3s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent;
  transition: 0.3s;
  pointer-events: auto;
  width: 100%;
  height: 8rem;
}
@media only screen and (max-width: 767px) {
  .header {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 7rem;
  }
}
.header.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .header.is-bg {
    background: rgba(255, 255, 255, 0.95);
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: 18rem;
    margin: 1.1rem 0 0 1.2rem;
  }
}
.header-in {
  position: relative;
  max-width: 112rem;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .header-in {
    width: 100%;
    max-width: 100%;
  }
}

.hamburger-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  background: #fff;
  aspect-ratio: 1;
  min-width: 0;
  width: 8rem;
}
@media only screen and (max-width: 767px) {
  .hamburger-menu {
    width: 7rem;
  }
}
.hamburger-menu.is-active {
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
}
.hamburger-menu-in {
  position: absolute;
  top: 1.6rem;
  display: flex;
  justify-content: center;
  aspect-ratio: 6/5;
  min-width: 0;
  width: 3.6rem;
}
.hamburger-menu span {
  position: absolute;
  background: #8D8D8D;
  border-radius: 0.2rem;
  transition: 0.3s;
  aspect-ratio: 18/1;
  min-width: 0;
  width: 3.6rem;
}
.hamburger-menu span:nth-of-type(1) {
  top: 0;
}
.hamburger-menu span:nth-of-type(2) {
  top: 50%;
  margin-top: -0.1rem;
}
.hamburger-menu span:nth-child(3) {
  top: calc(100% - 0.2rem);
}
.hamburger-menu .hamburger-label {
  font-size: 1.5rem;
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
  margin: auto auto 0;
  padding: 0 0 0.2rem;
}
.hamburger-menu.is-active span:nth-of-type(1), .hamburger-menu.is-active span:nth-of-type(3) {
  top: 50%;
  margin-top: -0.1rem;
}
.hamburger-menu.is-active span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.hamburger-menu.is-active span:nth-of-type(3) {
  transform: rotate(-135deg);
}
.hamburger-menu.is-active span:nth-of-type(2) {
  opacity: 0;
}

.gnavi {
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
}
.gnavi.is-active {
  opacity: 1;
  pointer-events: auto;
}
.gnavi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}
.gnavi-in {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 72rem;
  height: 100%;
  margin: 0 auto;
}
.gnavi .two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 5.5rem;
  width: 100%;
}
.gnavi .two-columns .column {
  flex: 1;
}
.gnavi-heading {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 0.2rem dotted #68C9FF;
  width: fit-content;
  margin-bottom: 2.5rem;
}
.gnavi-heading--02 {
  border-bottom-color: #F473AF;
}
.gnavi-heading--03 {
  border-bottom-color: #FCE24A;
}
.gnavi-item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
.gnavi-item + .gnavi-item {
  margin-top: 1.5rem;
}
.gnavi-item--02 {
  font-size: 2rem;
}
.gnavi-item .txt-minor {
  font-size: 1.2rem;
}
.gnavi-item > a {
  display: block;
  color: inherit;
}
.gnavi-arrow {
  position: absolute;
  top: 0;
  right: 0;
  stroke: #8D8D8D;
  pointer-events: none;
  aspect-ratio: 3/5;
  min-width: 0;
  width: 1.6rem;
}
.gnavi-arrow--02 {
  stroke: #68C9FF;
}
.gnavi-arrow--03 {
  stroke: #F473AF;
}
.gnavi-arrow--04 {
  stroke: #FCE24A;
}
.gnavi-divider {
  border-top: 0.1rem solid #C8C3C0;
  width: 100%;
  margin: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .gnavi-overlay {
    overflow-y: scroll;
  }
  .gnavi-in {
    display: block;
    max-width: 29.5rem;
    padding-top: 9.5rem;
    height: 100svh;
  }
  .gnavi .two-columns {
    display: block;
  }
  .gnavi-heading {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .gnavi-list {
    padding-bottom: 2.3rem;
    border-bottom: solid 1px #c7c2bf;
    margin-bottom: 2.3rem;
  }
  .gnavi-list:last-of-type {
    border: none;
  }
  .gnavi-item {
    font-size: 1.4rem;
  }
  .gnavi-item--02 {
    font-size: 2rem;
  }
  .gnavi-item .txt-minor {
    font-size: 1rem;
  }
  .gnavi-arrow {
    width: 1.2rem;
  }
  .gnavi-divider {
    display: none;
  }
}

.footer .pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 11rem;
}
@media (hover: none) {
  .footer .pagetop > a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer .pagetop > a:active {
    opacity: 0.65;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .footer .pagetop > a:hover {
    opacity: 0.65;
  }
}
.footer .pagetop img {
  width: 12.4rem;
}
.footer-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #ebf3f6;
  max-width: 144rem;
  height: 11.4rem;
  margin: 0 auto;
}
.footer .logo {
  display: block;
  line-height: 0;
  max-width: 12rem;
  margin: 0 auto;
}
.footer .copyright {
  color: #aaa;
  font-size: 1.4rem;
}

.floating-menu {
  position: fixed;
  bottom: 3rem;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 15.2rem;
}
@media only screen and (max-width: 767px) {
  .floating-menu {
    gap: 0.3rem;
    width: 8.25rem;
    z-index: 50;
  }
}
.floating-menu.is-fixed {
  position: fixed;
  top: unset;
  bottom: 3rem;
}
.floating-menu.is-hide {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.floating-menu .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: "KintoSans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 150%;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  aspect-ratio: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 1px solid #000;
  border-radius: 50%;
  width: 1.3em;
  margin: 0 0 0 auto;
}

.btn-box {
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .btn-box {
    width: 100vw;
    margin: 2.8rem calc(50% - 50vw) 0;
  }
}

.btn-basic--01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #333;
  border-radius: 2.4rem;
  border: 0.2rem solid #333;
  transition: 0.3s;
  transform: rotateZ(0.03deg);
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .btn-basic--01 {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
    max-width: 31.5rem;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 1rem 1.5rem;
  }
  .btn-basic--01 > span {
    padding-right: 1rem;
  }
}
@media (hover: none) {
  .btn-basic--01 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn-basic--01:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .btn-basic--01:hover {
    opacity: 0.7;
  }
}
.btn-basic--01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  inset-block: auto;
  width: 1.4rem;
  height: 2.4rem;
  background-color: #333;
  clip-path: polygon(1.4rem 50%, 0% 0%, 0% 2.4rem);
}
@media only screen and (max-width: 767px) {
  .btn-basic--01::after {
    right: 1.6rem;
    width: 1.1rem;
    height: 2rem;
    clip-path: polygon(1.1rem 50%, 0% 0%, 0% 2rem);
  }
}
.btn-basic--01.is-pink {
  background: #F473AF;
  color: #fff;
  border-color: #F473AF;
}
.btn-basic--01.is-pink::after {
  background-color: #fff;
}
.btn-basic--02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  border: 0.1rem solid #4C4948;
  width: 22.5rem;
  height: 5rem;
  margin: 0 auto;
}
@media (hover: none) {
  .btn-basic--02 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn-basic--02:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .btn-basic--02:hover {
    opacity: 0.7;
  }
}
.btn-basic--02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  inset-block: auto;
  width: 1.4rem;
  height: 2.4rem;
  background-color: #333;
  clip-path: polygon(1.4rem 50%, 0% 0%, 0% 2.4rem);
}
@media only screen and (max-width: 767px) {
  .btn-basic--02::after {
    right: 1.6rem;
    width: 1.1rem;
    height: 2rem;
    clip-path: polygon(1.1rem 50%, 0% 0%, 0% 2rem);
  }
}

.main-contents {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-contents {
    padding: 7rem 0 0;
  }
}

.sec {
  padding: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .sec {
    padding: 7.5rem 0;
  }
}
.sec-in {
  max-width: 98.6rem;
  margin-inline: auto;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .sec-in {
    padding: 0 4rem;
  }
}
.sec-container {
  overflow: hidden;
  max-width: 72rem;
  margin-inline: auto;
}
.sec-ttl {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 2.6rem;
  }
  .sec-ttl.golf, .sec-ttl.lpsa, .sec-ttl.presents {
    font-size: 2.5rem;
    letter-spacing: -0.1rem;
  }
}
.sec-ttl .sub {
  display: block;
  font-family: "caflisch-script-pro", sans-serif;
  font-size: 3rem;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .sec-ttl .sub {
    font-size: 2rem;
    margin-top: 1.4rem;
  }
}
.sec-ttl .sub--04 {
  color: #119644;
}
.sec-ttl .badge {
  position: absolute;
  bottom: 0;
  left: -1.5rem;
  width: 13.2rem;
}
@media only screen and (max-width: 767px) {
  .sec-ttl .badge {
    bottom: 100%;
    width: 7.6rem;
    top: -6rem !important;
    left: 2.2rem !important;
    margin-left: 0 !important;
  }
}
.sec-ttl .badge img {
  max-block-size: initial;
}
.sec-ttl .txt-minor {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .sec-ttl .txt-minor {
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
  }
}
.sec-txt {
  font-size: 1.9rem;
  font-weight: normal;
}
.sec .content-box .ttl {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
.sec .note {
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}

.sec_top {
  padding-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .sec_top {
    padding-top: 7.5rem;
  }
}

.sec_btm {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .sec_btm {
    padding-bottom: 7.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .f-size-sp {
    font-size: 1.4rem;
  }
}

.kv {
  background: url(../img/bg_dotted_01.svg) repeat 0 0/100% auto, #fff6ed;
  height: 49rem;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .kv {
    background-image: url(../img/bg_dotted_01_sp.svg);
    height: 39.5rem;
  }
}
.kv .sec-in {
  padding: 8rem 0 0;
}
@media only screen and (max-width: 767px) {
  .kv .sec-in {
    padding: 3rem 0 0;
  }
}
.kv .page-ttl {
  max-width: 72rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .kv .page-ttl {
    max-width: 20rem;
  }
}

.bg--01 {
  background: url(../img/bg_01.svg) no-repeat center top/145rem auto, #fff;
}
.bg--02 {
  background: url(../img/bg_02.svg) no-repeat center 23.5rem/145rem auto, url(../img/bg_02_02.svg) no-repeat center top 422rem/145rem auto rgba(104, 201, 255, 0.1);
}
.bg--03 {
  background: url(../img/bg_03.svg) no-repeat center top/145rem auto, rgba(244, 115, 175, 0.1);
}
.bg--04 {
  background: url(../img/bg_04.svg) no-repeat center top/145rem auto, rgba(252, 226, 74, 0.1);
}
.bg--05 {
  background: url(../img/bg_stripe_01.svg) repeat 0 0/100% auto, rgba(190, 223, 194, 0.4);
}
.bg--06 {
  background: url(../img/bg_05.svg) no-repeat center 5rem/145rem auto, #fff;
}
@media only screen and (max-width: 767px) {
  .bg--01 {
    background: url(../img/bg_01_sp.svg) no-repeat center 1.3rem/33rem auto, #fff;
  }
  .bg--02 {
    background: url(../img/bg_02_sp.svg) no-repeat center 85.4rem/30.2rem auto, url(../img/bg_02_02_sp.svg) no-repeat center top 398rem/30.2rem auto rgba(104, 201, 255, 0.1);
  }
  .bg--03 {
    background: url(../img/bg_03_sp.svg) no-repeat center top 4.8rem/31.7rem auto, rgba(244, 115, 175, 0.1);
  }
  .bg--04 {
    background: url(../img/bg_04_sp.svg) no-repeat right 2rem top 4.3rem/8.7rem auto, rgba(252, 226, 74, 0.1);
  }
  .bg--05 {
    background: url(../img/bg_stripe_01.svg) repeat 0 0/200% auto, rgba(190, 223, 194, 0.4);
  }
  .bg--06 {
    background: url(../img/bg_05_sp.svg) no-repeat center 1.8rem/34rem auto, #fff;
  }
}

.sec-initiative {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sec-initiative {
    padding-top: 4rem;
  }
}
.sec-initiative .sec-heading {
  position: absolute;
  top: -1.8rem;
  right: 0;
  left: 0;
  width: 53rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-initiative .sec-heading {
    width: auto;
  }
}
.sec-initiative .sec-ttl {
  position: relative;
}
.sec-initiative .sec-ttl .sub--01 {
  color: #68C9FF;
}
@media only screen and (max-width: 767px) {
  .sec-initiative .sec-ttl .sub--01.small {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
.sec-initiative .sec-ttl .sub--02 {
  color: #F473AF;
}
.sec-initiative .sec-ttl .sub--03 {
  color: #FAC03D;
}
.sec-initiative .sec-ttl .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -30.5rem;
}
.sec-initiative .sec-ttl-02 {
  position: relative;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  padding: 0 12rem;
}
.sec-initiative .sec-ttl-02::before, .sec-initiative .sec-ttl-02::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #68C9FF;
  border-radius: 0.5rem;
  width: 11rem;
  height: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .sec-initiative .sec-ttl-02::before, .sec-initiative .sec-ttl-02::after {
    width: 5.4rem;
    height: 0.3rem;
  }
}
.sec-initiative .sec-ttl-02::before {
  left: 0;
  transform: translateY(-50%) rotate(55deg);
}
.sec-initiative .sec-ttl-02::after {
  right: 0;
  transform: translateY(-50%) rotate(-55deg);
}
.sec-initiative .sec-ttl-03 {
  display: flex;
  justify-content: center;
  background: #F473AF;
  color: #fff;
  font-size: 2.5rem;
  border-radius: 2rem;
  width: 73rem;
  height: 3.85rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .sec-initiative .sec-ttl-03 {
    width: 100%;
    font-size: 1.7rem;
    height: 3.08rem;
    line-height: 3.4rem;
    justify-content: flex-start;
    padding: 0 1.38rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-municipal-support:last-of-type {
    padding-bottom: 10rem;
  }
  .sec-municipal-support .pad-3 {
    padding: 0 3rem !important;
  }
}
.sec-municipal-support .municipal-support-box {
  margin: 6rem auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-box {
    margin: 4.8rem auto 0;
  }
}
.sec-municipal-support .municipal-support-box.type-02 {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-box.type-02 {
    margin-top: 0;
  }
}
.sec-municipal-support .municipal-support-box .mt-fig {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-box .mt-fig {
    margin-top: 5rem;
  }
}
.sec-municipal-support .municipal-support-box + .municipal-support-box {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-box + .municipal-support-box {
    margin-top: 7.8rem;
  }
}
.sec-municipal-support .municipal-support-ttl {
  background-image: radial-gradient(circle, #68C9FF 2.5px, transparent 2.5px);
  background-position: left 1.8rem;
  background-repeat: repeat-x;
  background-size: 11px 5px;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}
.sec-municipal-support .municipal-support-ttl > span {
  position: relative;
  background: #f0f9ff;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-ttl {
    font-size: 2rem;
    background-position: left 1rem;
  }
  .sec-municipal-support .municipal-support-ttl span {
    padding: 0 0.5rem;
  }
}
.sec-municipal-support .municipal-support-txt {
  margin: 1.5rem 0 0;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.9rem;
  transform: rotate(0.03deg);
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-txt {
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 0 !important;
  }
}
.sec-municipal-support .municipal-support-txt--02 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-txt--02 {
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0;
  }
}
.sec-municipal-support .municipal-support-txt--03 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-txt--03 {
    font-size: 1.3rem;
    text-align: center;
  }
}
.sec-municipal-support .sec-ttl + .municipal-support-txt {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .sec-ttl + .municipal-support-txt {
    margin-top: 2rem;
  }
}
.sec-municipal-support .municipal-support-img {
  width: 76.4rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-img {
    max-width: 37.4rem;
    margin-top: 2.5rem;
    margin-left: -4rem;
  }
}
.sec-municipal-support .municipal-support-img--homesha-project {
  width: 76.4rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-img--homesha-project {
    max-width: 37.4rem;
    margin: 8rem 0 5rem -4rem;
  }
}
.sec-municipal-support .municipal-support-img--junior-cup {
  width: 76.4rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-img--junior-cup {
    max-width: 37.4rem;
    margin: 7.5rem 0 0 -4rem;
  }
}
.sec-municipal-support .municipal-support-img--lpsa {
  width: 76.4rem;
  margin-bottom: -2rem;
}
@media only screen and (max-width: 767px) {
  .sec-municipal-support .municipal-support-img--lpsa {
    max-width: 37.4rem;
    margin: 2.5rem auto 0 -4rem;
  }
}

#TOP .sec-campaign {
  padding-bottom: 0;
}
#TOP .sec-campaign a:hover {
  opacity: 0.65;
}
#TOP .sec-initiative--02, #TOP .sec-initiative--03 {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-initiative--02, #TOP .sec-initiative--03 {
    margin-top: 5rem;
  }
}
#TOP .sec-activities {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities {
    padding-bottom: 9.2rem;
    overflow: hidden;
  }
}
#TOP .sec-activities .sec-ttl img {
  width: 58.2rem;
}
#TOP .sec-activities .activities-list {
  margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .activities-list {
    margin: 2.7rem auto 0;
  }
}
#TOP .sec-activities .activities-item + .activities-item {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .activities-item + .activities-item {
    margin-top: 5.2rem;
  }
}
#TOP .sec-activities .activities-item__ttl {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 5rem 0 0 2rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .activities-item__ttl {
    padding: 0;
    font-size: 2rem;
  }
}
#TOP .sec-activities .activities-item__ttl::after {
  content: "";
  position: absolute;
  top: 2.8rem;
  left: 8.8rem;
  background: no-repeat center/100% auto;
  aspect-ratio: 72/64;
  min-width: 0;
  width: 7.2rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .activities-item__ttl::after {
    top: -1.8rem;
    left: 14.3rem;
    width: 5.7rem;
  }
}
#TOP .sec-activities .activities-item__ttl--01::after {
  background-image: url(../img/orn_activities_01.svg);
}
#TOP .sec-activities .activities-item__ttl--02::after {
  background-image: url(../img/orn_activities_02.svg);
}
#TOP .sec-activities .activities-item__ttl--03 {
  padding-top: 0;
}
#TOP .sec-activities .activities-item__ttl--03::after {
  background-image: url(../img/orn_activities_03.svg);
}
#TOP .sec-activities .activities-item__ttl .highlight {
  font-size: 4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .activities-item__ttl .highlight {
    padding: 0;
    font-size: 3.2rem;
  }
}
#TOP .sec-activities .activities-item__ttl .highlight--01 {
  color: #68C9FF;
}
#TOP .sec-activities .activities-item__ttl .highlight--02 {
  color: #F473AF;
}
#TOP .sec-activities .activities-item__ttl .highlight--03 {
  color: #FAC03D;
}
#TOP .sec-activities .activities-item .txt-stretch_2 {
  display: inline-block;
  scale: 0.7 1;
}
#TOP .sec-activities .column-box {
  display: grid;
  grid-template-columns: 27rem 1fr;
}
#TOP .sec-activities .column-box .column--01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 2.8rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .column-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 5.4rem;
  }
  #TOP .sec-activities .column-box .column--01 {
    padding: 0 0 1.2rem;
  }
}
#TOP .sec-activities .swiper-activities-wrap {
  position: relative;
  width: fit-content;
}
#TOP .sec-activities .swiper-activities {
  width: 62.7rem;
  margin: 0 -1rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .swiper-activities {
    width: 37.4rem;
  }
}
#TOP .sec-activities .swiper-activities .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 29.4rem;
  margin: 0 1rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .swiper-activities .swiper-slide {
    width: 18.7rem;
    margin: 0 0.8rem;
  }
}
#TOP .sec-activities .swiper-activities .swiper-slide--01, #TOP .sec-activities .swiper-activities .swiper-slide--02 {
  position: relative;
}
#TOP .sec-activities .swiper-activities .swiper-slide--01::before, #TOP .sec-activities .swiper-activities .swiper-slide--02::before {
  content: "";
  position: absolute;
  object-fit: cover;
  border: 0.5rem solid #000;
  border-radius: 1rem;
  aspect-ratio: 294/210;
  min-width: 0;
  width: 100%;
}
#TOP .sec-activities .swiper-activities .swiper-slide--01::before {
  border-color: #68C9FF;
}
#TOP .sec-activities .swiper-activities .swiper-slide--02::before {
  border-color: #F473AF;
}
#TOP .sec-activities .swiper-activities .swiper-slide--03 {
  width: 14.4rem;
  margin: 0 0.6rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .swiper-activities .swiper-slide--03 {
    width: 13.3rem;
  }
}
#TOP .sec-activities .swiper-activities .swiper-slide-link {
  display: block;
  width: 100%;
}
@media (hover: none) {
  #TOP .sec-activities .swiper-activities .swiper-slide-link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #TOP .sec-activities .swiper-activities .swiper-slide-link:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #TOP .sec-activities .swiper-activities .swiper-slide-link:hover {
    opacity: 0.7;
  }
}
#TOP .sec-activities .swiper-activities .swiper-slide-img {
  width: 100%;
}
#TOP .sec-activities .swiper-activities .swiper-slide-img img {
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#TOP .sec-activities .swiper-activities .swiper-slide-ttl {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-weight: 600;
  text-align: center;
  margin: 1.2rem 0 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .swiper-activities .swiper-slide-ttl {
    font-size: 1.4rem;
  }
}
#TOP .sec-activities .swiper-activities .swiper-slide-ttl--narrow-text {
  transform: scale(0.7, 1);
  margin-left: -2rem;
  margin-right: -2rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .swiper-activities .swiper-slide-ttl--narrow-text {
    transform: scale(1, 1);
  }
}
#TOP .sec-activities .swiper-activities .swiper-slide-ttl--narrow-text2 {
  transform: scale(0.7, 1);
  margin-left: -2rem;
  margin-right: -2rem;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .swiper-activities .swiper-slide-ttl--narrow-text2 {
    transform: scale(1, 1);
  }
}
#TOP .sec-activities .swiper-activities-button-next, #TOP .sec-activities .swiper-activities-button-prev {
  top: 0;
  bottom: 0;
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
  transform: translateY(-1.4rem);
  width: auto;
  height: auto;
  margin: auto 0;
}
#TOP .sec-activities .swiper-activities-button-next::after, #TOP .sec-activities .swiper-activities-button-prev::after {
  content: "";
  background: url(../img/ico_arrow_activities_02.svg) no-repeat center/100% auto;
  aspect-ratio: 1;
  min-width: 0;
  width: 4.4rem;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .swiper-activities-button-next::after, #TOP .sec-activities .swiper-activities-button-prev::after {
    width: 3.5rem;
  }
}
#TOP .sec-activities .swiper-activities-button-prev {
  right: unset;
  left: -4.3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .swiper-activities-button-prev {
    left: 1.5rem;
  }
}
#TOP .sec-activities .swiper-activities-button-next {
  right: -4.3rem;
  left: unset;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .swiper-activities-button-next {
    right: 1.5rem;
  }
}
#TOP .sec-activities .swiper-activities-button-next::after {
  transform: scale(-1, 1);
}
#TOP .sec-activities .btn-box {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .btn-box {
    position: absolute;
    bottom: 0;
  }
}
#TOP .sec-activities .btn-activities {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 2.3rem;
  border: 1px solid rgba(244, 115, 175, 0.5);
  aspect-ratio: 198/42;
  width: 19.8rem;
}
#TOP .sec-activities .btn-activities > span {
  position: relative;
  padding: 0 2rem 0 0;
}
#TOP .sec-activities .btn-activities > span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/ico_arrow_activities_01.svg) no-repeat center/100% auto;
  aspect-ratio: 9/20;
  width: 0.9rem;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-activities .btn-activities {
    width: 25.4rem;
    aspect-ratio: 252/38;
  }
  #TOP .sec-activities .btn-activities > span {
    padding: 0;
  }
  #TOP .sec-activities .btn-activities > span::after {
    right: -3rem;
  }
}
#TOP .sec-thoughts-of-the-project {
  padding-bottom: 29.6rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-thoughts-of-the-project {
    padding-bottom: 13.5rem;
  }
}
#TOP .sec-thoughts-of-the-project .sec-ttl {
  font-size: 4rem;
  border-bottom: 0.2rem solid #e73763;
  width: fit-content;
  margin-inline: auto;
  padding: 0 2rem 2rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-thoughts-of-the-project .sec-ttl {
    font-size: 1.9rem;
    transform: rotateZ(0.03deg);
    padding: 0 0.3rem 0.7rem;
  }
}
#TOP .sec-thoughts-of-the-project .txt-box {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-thoughts-of-the-project .txt-box {
    width: 100vw;
    margin: 2.4rem calc(50% - 50vw) 0;
  }
}
#TOP .sec-thoughts-of-the-project .txt-box .txt {
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-thoughts-of-the-project .txt-box .txt {
    font-size: 1.5rem;
    transform: rotateZ(0.03deg);
    letter-spacing: -0.05em;
  }
}
#TOP .sec-thoughts-of-the-project .txt-box .txt + .txt {
  margin-top: 1.8em;
}
#TOP .sec-thoughts-of-the-project .img-box {
  margin-top: 9rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-thoughts-of-the-project .img-box {
    width: 100vw;
    margin: 9rem calc(50% - 50vw) 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-thoughts-of-the-project .img-box .img {
    max-width: 32.7rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-kodomo-mannaka-supporter {
    padding-top: 4.8rem;
    padding-bottom: 7.8rem;
  }
}
#TOP .sec-kodomo-mannaka-supporter .sec-ttl {
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
#TOP .sec-kodomo-mannaka-supporter .sec-ttl-02 {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-kodomo-mannaka-supporter .sec-ttl-02 {
    margin-top: 2.4rem;
    font-size: 1.9rem;
    padding: 0;
    line-height: 1.8;
    width: 100%;
    letter-spacing: 0;
    margin-top: 2rem;
  }
}
#TOP .sec-kodomo-mannaka-supporter .txt {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-kodomo-mannaka-supporter .txt {
    font-size: 1.5rem;
    letter-spacing: -0.08em;
    margin: 2.8rem auto 0;
  }
}
#TOP .sec-kodomo-mannaka-supporter .txt-02 {
  font-size: 1.4rem;
  line-height: 1.35;
  width: fit-content;
  margin-top: 2.4rem;
  margin-inline: auto;
  transform: rotate(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-kodomo-mannaka-supporter .txt-02 {
    font-size: 1.4rem;
    letter-spacing: -0.02em;
  }
}
#TOP .sec-kodomo-mannaka-supporter .logo-kodomo-mannaka {
  width: 76.4rem;
  margin: 4.8rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-kodomo-mannaka-supporter .logo-kodomo-mannaka {
    max-width: 37.4rem;
    margin: 4rem auto 0 -4rem;
  }
}
@media only screen and (max-width: 767px) {
  #TOP #gokkoland-exhibition {
    padding-top: 5.5rem;
  }
}
#TOP .sec-alice-sitter .content-box {
  margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-alice-sitter .content-box {
    margin: 3.5rem auto 0;
  }
}
#TOP .sec-alice-sitter .content-box .column {
  display: grid;
  grid-template-columns: 16.5rem 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-alice-sitter .content-box .column {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-alice-sitter .content-box .column .img {
    text-align: center;
  }
}
#TOP .sec-alice-sitter .content-box .txt {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
  transform: rotateZ(0.03deg);
}
#TOP .sec-alice-sitter .content-box .txt::before, #TOP .sec-alice-sitter .content-box .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#TOP .sec-alice-sitter .content-box .txt::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}
#TOP .sec-alice-sitter .content-box .txt::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-alice-sitter .content-box .txt {
    font-size: 1.5rem;
  }
}
#TOP .sec-alice-sitter .img-alice-sitter {
  width: 76.4rem;
  margin: 2.5rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-alice-sitter .img-alice-sitter {
    max-width: 37.4rem;
    margin-top: 2.5rem;
    margin-left: -4rem;
  }
}
#TOP .sec-seminar-presents .seminar-presents-box {
  position: relative;
  width: 76.4rem;
  margin: 2rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-seminar-presents .seminar-presents-box {
    width: 100%;
  }
}
#TOP .sec-seminar-presents .seminar-presents-ttl {
  width: 37.3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-seminar-presents .seminar-presents-ttl {
    width: 27.5rem;
  }
}
#TOP .sec-seminar-presents .seminar-presents-body {
  display: flex;
  /* align-items: flex-end; */
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-seminar-presents .seminar-presents-body {
    display: block;
  }
}
#TOP .sec-seminar-presents .seminar-presents-body > * {
  grid-area: 1/1;
}
#TOP .sec-seminar-presents .seminar-presents-txt-box {
  padding: 0 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-seminar-presents .seminar-presents-txt-box {
    padding-bottom: 1rem;
  }
}
#TOP .sec-seminar-presents .seminar-presents-txt {
  font-size: 1.9rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin: 2rem 0 0;
  text-align: center;
  transform: rotate(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-seminar-presents .seminar-presents-txt {
    font-size: 1.5rem;
    text-align: left;
  }
}
#TOP .sec-seminar-presents .seminar-presents-img {
  width: 76.4rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-seminar-presents .seminar-presents-img {
    margin: 0 auto;
    max-width: 37.4rem;
    margin-left: -4rem;
  }
}
#TOP .sec-nursing-room .survice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9.5rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-nursing-room .survice-list {
    gap: 2.4rem;
    margin: 3rem auto 3.5rem;
  }
}
#TOP .sec-nursing-room .survice-img {
  aspect-ratio: 1;
  min-width: 0;
  width: 22rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-nursing-room .survice-img {
    width: 13.4rem;
  }
}
#TOP .sec-nursing-room .survice-txt {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 2rem 0 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-nursing-room .survice-txt {
    margin: 1.3rem 0 0;
    font-size: 1.2rem;
  }
}
#TOP .sec-nursing-room .accessibility-note {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 6rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-nursing-room .accessibility-note {
    font-size: 1.2rem;
    margin: 0 auto -2rem;
  }
}
#TOP .sec-project-supporters .link-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
  width: 76.4rem;
  margin: 7rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .link-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100vw;
    margin: 4rem calc(50% - 50vw) 0;
    padding: 0 2.8rem;
  }
}
@media (hover: none) {
  #TOP .sec-project-supporters .link-list a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #TOP .sec-project-supporters .link-list a:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #TOP .sec-project-supporters .link-list a:hover {
    opacity: 0.7;
  }
}
#TOP .sec-project-supporters .project-list {
  max-width: 72rem;
  margin: 5rem auto 10rem;
}
#TOP .sec-project-supporters .project-list li {
  border-radius: 1rem;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-project-supporters .project-list li {
    display: flex;
    column-gap: 2rem;
    min-height: 22.5rem;
    margin-bottom: 3rem;
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .project-list li {
    margin-bottom: 2rem;
    padding: 0 1.5rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .project-list li:nth-of-type(8) .logo a {
    height: auto;
  }
}
#TOP .sec-project-supporters .project-list li:nth-of-type(8) .logo img {
  width: 15.6rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .project-list li:nth-of-type(8) .logo img {
    width: 7.8rem;
    height: auto;
  }
}
#TOP .sec-project-supporters .project-list li .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .project-list li .logo {
    width: 100%;
    height: 12rem;
  }
}
#TOP .sec-project-supporters .project-list li .logo a {
  display: block;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .project-list li .logo a {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .project-list li .logo a img {
    width: auto;
    height: 100%;
  }
}
@media (hover: none) {
  #TOP .sec-project-supporters .project-list li .logo a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #TOP .sec-project-supporters .project-list li .logo a:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #TOP .sec-project-supporters .project-list li .logo a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-project-supporters .project-list li dl {
    flex: 1;
  }
}
#TOP .sec-project-supporters .project-list li dl dt {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 600;
  transform: rotate(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .project-list li dl dt {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1.5rem;
  }
}
#TOP .sec-project-supporters .project-list li dl dt a {
  color: #009844;
}
#TOP .sec-project-supporters .project-list li dl dt a:hover {
  text-decoration: underline;
}
#TOP .sec-project-supporters .project-list li dl dd {
  letter-spacing: -0.1rem;
  line-height: 1.4;
  font-size: 1.8rem;
  transform: rotate(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .project-list li dl dd {
    line-height: 1.85;
    font-size: 1.2rem;
  }
}
#TOP .sec-project-supporters .ttl-slash {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 2.5rem;
  margin-bottom: -2rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 3.5rem;
  transform: rotate(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .ttl-slash {
    column-gap: 1.2rem;
    margin-bottom: -6rem;
    line-height: 1.85;
    font-size: 1.8rem;
  }
}
#TOP .sec-project-supporters .ttl-slash::before, #TOP .sec-project-supporters .ttl-slash::after {
  content: "";
  position: relative;
  width: 0.5rem;
  height: 10.3rem;
  border-radius: 0.3rem;
  background-color: #009844;
  transform-origin: bottom center;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .ttl-slash::before, #TOP .sec-project-supporters .ttl-slash::after {
    height: 5.1rem;
  }
}
#TOP .sec-project-supporters .ttl-slash::before {
  transform: translateY(-0.6rem) rotate(-32deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .ttl-slash::before {
    transform: translateY(-0.6rem) rotate(-24deg);
  }
}
#TOP .sec-project-supporters .ttl-slash::after {
  transform: translateY(-0.6rem) rotate(32deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .ttl-slash::after {
    transform: translateY(-0.6rem) rotate(24deg);
  }
}
#TOP .sec-project-supporters .ttl-dotted {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  max-width: 72rem;
  margin: 10rem auto 3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .ttl-dotted {
    column-gap: 1rem;
  }
}
#TOP .sec-project-supporters .ttl-dotted div {
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  transform: rotate(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .ttl-dotted div {
    font-size: 1.8rem;
  }
}
#TOP .sec-project-supporters .ttl-dotted::before, #TOP .sec-project-supporters .ttl-dotted::after {
  content: "";
  flex-grow: 1;
  height: 0.5rem;
  background: transparent url(../img/bg_dotted_02.webp) center/contain repeat-x;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .ttl-dotted::before, #TOP .sec-project-supporters .ttl-dotted::after {
    height: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .ttl-dotted ~ p {
    letter-spacing: -0.05rem !important;
    text-align: left;
    font-size: 1.5rem;
  }
}
#TOP .sec-project-supporters .movie {
  max-width: 51.2rem;
  margin: 4rem auto 0;
}
#TOP .sec-project-supporters .movie figcaption {
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  transform: rotate(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-project-supporters .movie figcaption {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
#TOP .sec-project-supporters .movie iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}
#TOP .sec-project-supporters .movie iframe + iframe {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  #TOP #child-rearing-concierge {
    padding-top: 8rem;
  }
}
#TOP .sec-child-rearing-concierge {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(190, 223, 194, 0.3) 100%);
}
#TOP .sec-child-rearing-concierge .sec-ttl .sub {
  color: #63a931;
}
#TOP .sec-child-rearing-concierge .txt-box {
  display: grid;
  margin-top: 3rem;
}
#TOP .sec-child-rearing-concierge .txt-box > * {
  grid-area: 1/1;
}
#TOP .sec-child-rearing-concierge .txt-box .img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-child-rearing-concierge .txt-box .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
#TOP .sec-child-rearing-concierge .txt-box .txt {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 2.2;
  transform: rotateZ(0.03deg);
  text-shadow: 0 0 0.5rem #fff;
  padding: 3rem 0 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-child-rearing-concierge .txt-box .txt {
    font-size: 1.5rem;
    line-height: 2;
    padding: 25rem 0 0;
  }
}
#TOP .sec-child-rearing-concierge .content-box {
  margin: 7rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-child-rearing-concierge .content-box {
    margin: 6rem auto 0;
  }
}
#TOP .sec-child-rearing-concierge .content-box .ttl {
  max-width: 58.2rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-child-rearing-concierge .content-box .ttl {
    width: 27.5rem;
  }
}
#TOP .sec-child-rearing-concierge .icon-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin: 2rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-child-rearing-concierge .icon-list {
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    width: 100vw;
    margin: 2rem calc(50% - 50vw) 0;
    padding: 0 3rem;
  }
}
#TOP .sec-child-rearing-concierge .icon-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#TOP .sec-child-rearing-concierge .icon-list__item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (hover: none) {
  #TOP .sec-child-rearing-concierge .icon-list__item > a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #TOP .sec-child-rearing-concierge .icon-list__item > a:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #TOP .sec-child-rearing-concierge .icon-list__item > a:hover {
    opacity: 0.7;
  }
}
#TOP .sec-child-rearing-concierge .icon-list__item > a:has(.txt) {
  padding: 0 0 1.5em;
}
#TOP .sec-child-rearing-concierge .icon-list__item img {
  max-width: 12rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-child-rearing-concierge .icon-list__item img {
    max-width: 9.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-child-rearing-concierge .icon-list__item:last-of-type {
    max-width: 11.2rem;
    width: 100vw;
    margin: 0 calc(50% - 5.6rem);
  }
}
#TOP .sec-child-rearing-concierge .icon-list__item:last-of-type img {
  max-width: 100%;
  width: 100%;
}
#TOP .sec-child-rearing-concierge .icon-list .txt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: -0.05em;
  transform: rotateZ(0.03deg);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-child-rearing-concierge .icon-list .txt {
    font-size: 1.1rem;
  }
}
#TOP .sec-child-rearing-concierge .icon-list .txt .txt-stretch {
  display: inline-block;
  scale: 0.8 1;
}
#TOP .sec-child-rearing-concierge .instagram-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-child-rearing-concierge .instagram-list {
    gap: 1rem;
    width: 100vw;
    margin: 3rem calc(50% - 50vw) 0;
    padding: 0 1.6rem;
  }
}
@media (hover: none) {
  #TOP .sec-child-rearing-concierge .instagram-list__item > a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #TOP .sec-child-rearing-concierge .instagram-list__item > a:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #TOP .sec-child-rearing-concierge .instagram-list__item > a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  #TOP #maternity-seminar {
    padding-top: 7rem;
  }
}
#TOP .sec-maternity-seminar {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 231, 83, 0.3) 100%);
  overflow: hidden;
}
#TOP .sec-maternity-seminar .sec-ttl .sub {
  color: #e8c700;
}
#TOP .sec-maternity-seminar .txt-box {
  display: grid;
  margin-top: 3rem;
}
#TOP .sec-maternity-seminar .txt-box > * {
  grid-area: 1/1;
}
#TOP .sec-maternity-seminar .txt-box .img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .txt-box .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
#TOP .sec-maternity-seminar .txt-box .txt {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 2.2;
  text-shadow: 0 0 0.5rem #fff;
  transform: rotateZ(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .txt-box .txt {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: -0.05em;
    padding: 25rem 0 0;
  }
}
#TOP .sec-maternity-seminar .content-box {
  margin: 6rem auto 0;
}
#TOP .sec-maternity-seminar .content-box .ttl {
  max-width: 31.6rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .content-box .ttl {
    max-width: 21.5rem;
  }
}
#TOP .sec-maternity-seminar .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .case-list {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    margin: 2rem auto 0;
  }
}
#TOP .sec-maternity-seminar .case-list__item {
  text-align: center;
}
#TOP .sec-maternity-seminar .case-list__ttl {
  color: #e8c700;
  font-size: 1.8rem;
  font-weight: bold;
  transform: rotateZ(0.03deg);
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .case-list__img {
    max-width: 22.4rem;
    margin: 0 auto;
  }
}
#TOP .sec-maternity-seminar .case-list__txt {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.05em;
  transform: rotateZ(0.03deg);
  margin-top: 0.5rem;
}
#TOP .sec-maternity-seminar .case-list .img-price {
  margin-top: 0.5rem;
}
#TOP .sec-maternity-seminar .case-list .note {
  font-size: 1.4rem;
  width: fit-content;
  transform: rotateZ(0.03deg);
  margin-top: 0.5rem;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-maternity-seminar .case-list .note {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .case-list .note {
    letter-spacing: -0.05em;
    margin-top: 1rem;
    width: 100%;
  }
}
#TOP .sec-maternity-seminar .img-present {
  text-align: center;
  width: 100vw;
  margin: 4rem calc(50% - 50vw) 0;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .img-present {
    margin: 4rem calc(50% - 50vw) 0;
    padding: 0 1.5rem;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-contents {
  display: grid;
  grid-template-columns: 38.7rem 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-contents {
    grid-template-columns: 1fr;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-contents:not(:has(.img)) {
  grid-template-columns: 1fr;
  justify-content: center;
  gap: unset;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-maternity-seminar .maternity-seminar-contents:not(:has(.img)) {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-maternity-seminar .maternity-seminar-contents:not(:has(.img)) .maternity-seminar-contents__ttl {
    justify-content: center;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-contents__ttl {
  display: flex;
  align-items: center;
  background: #ffe753;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  transform: rotateZ(0.03deg);
  border-radius: 2rem;
  height: 4rem;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-contents__ttl {
    font-size: 1.7rem;
    border-radius: 1.5rem;
    height: 3rem;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-contents__txt {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: -0.05em;
  transform: rotateZ(0.03deg);
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-contents__txt {
    font-size: 1.5rem;
    margin-top: 1.6rem;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-contents__sub-txt {
  font-size: 2rem;
  text-align: center;
  transform: rotateZ(0.03deg);
  letter-spacing: -0.055em;
  margin: 6.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-contents__sub-txt {
    font-size: 1.6rem;
    margin: 3.2rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-contents .img {
    margin-top: 1rem;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie {
    width: 89.0666666667vw;
    margin: 6rem calc(50% - 44.5333333333vw) 0;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #dadada;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie::before {
    top: 0.4rem;
    left: 0.4rem;
    border-radius: 1.2rem;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie-in {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  padding: 6.4rem 7.2rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie-in {
    border-radius: 1.2rem;
    padding: 3.2rem 0;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #e8c700;
  font-family: "caflisch-script-pro", sans-serif;
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie__ttl {
    font-size: 7rem;
    margin-bottom: 3rem;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie__ttl .sub {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4c4948;
  font-size: 1.8rem;
  font-weight: normal;
  transform: rotateZ(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie__ttl .sub {
    font-size: 1.5rem;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie__txt {
  font-size: 1.9rem;
  line-height: 1.6;
  text-align: center;
  transform: rotateZ(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie__txt {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie__txt-2 {
  font-size: 1.4rem;
  line-height: 1.3;
  transform: rotateZ(0.03deg);
  margin-top: 1.6rem;
  text-align: center;
}
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap {
    padding: 0 3.2rem;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-prev,
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-next {
  bottom: unset;
  width: 1.4rem;
  height: 2.4rem;
  background-color: #ffe753;
  clip-path: polygon(1.4rem 50%, 0% 0%, 0% 2.4rem);
  margin: -1.2rem 0 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-prev,
  #TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-next {
    top: 5rem;
    clip-path: polygon(1.1rem 50%, 0% 0%, 0% 1.9rem);
    width: 1.1rem;
    height: 1.9rem;
    margin: -0.55rem 0 0;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-prev::before, #TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-prev::after,
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-next::before,
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-next::after {
  content: "";
}
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-prev {
  transform: rotate(180deg);
  left: -2.4rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-prev {
    left: 1.2rem;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-next {
  right: -2.4rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list__wrap .swiper-button-next {
    right: 1.2rem;
  }
}
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list {
  position: relative;
  margin: 7rem auto 0;
}
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list .movie-box .movie {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 2rem;
}
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list .movie-box .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list .movie-box .movie-caps {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  transform: rotateZ(0.03deg);
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-maternity-seminar .maternity-seminar-movie .movie-list .movie-box .movie-caps {
    font-size: 1rem;
  }
}
#TOP .sec-baby-seminar-and-workshop {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(245, 185, 207, 0.3) 100%);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .sec-ttl {
    line-height: 1.4;
  }
  #TOP .sec-baby-seminar-and-workshop .sec-ttl::before, #TOP .sec-baby-seminar-and-workshop .sec-ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #TOP .sec-baby-seminar-and-workshop .sec-ttl::before {
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  #TOP .sec-baby-seminar-and-workshop .sec-ttl::after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
}
#TOP .sec-baby-seminar-and-workshop .sec-ttl .sub {
  color: #ea5e91;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .sec-ttl .sub {
    margin-top: 0;
  }
}
#TOP .sec-baby-seminar-and-workshop .txt-box {
  display: grid;
  margin-top: 2.4rem;
}
#TOP .sec-baby-seminar-and-workshop .txt-box > * {
  grid-area: 1/1;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .txt-box .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
#TOP .sec-baby-seminar-and-workshop .txt-box .txt {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: -0.05em;
  text-shadow: 0 0 0.5rem #fff;
  transform: rotateZ(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .txt-box .txt {
    align-items: flex-start;
    font-size: 1.5rem;
    line-height: 2;
    padding: 25rem 0 0;
  }
}
#TOP .sec-baby-seminar-and-workshop .content-box {
  margin: 6rem auto 0;
}
#TOP .sec-baby-seminar-and-workshop .content-box .ttl {
  max-width: 37.3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .content-box .ttl {
    max-width: 27.5rem;
  }
}
#TOP .sec-baby-seminar-and-workshop .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .case-list {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    margin: 1.5rem auto 0;
  }
}
#TOP .sec-baby-seminar-and-workshop .case-list__item {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .case-list__img {
    max-width: 22.4rem;
    margin: 0 auto;
  }
}
#TOP .sec-baby-seminar-and-workshop .case-list__ttl {
  color: #ea5e91;
  font-size: 1.8rem;
  font-weight: bold;
  transform: rotateZ(0.03deg);
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .case-list__ttl {
    font-size: 1.6rem;
  }
}
#TOP .sec-baby-seminar-and-workshop .case-list__txt {
  font-size: 1.6rem;
  line-height: 1.25;
  transform: rotateZ(0.03deg);
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .case-list__txt {
    font-size: 1.5rem;
  }
}
#TOP .sec-baby-seminar-and-workshop .case-list .img-price {
  margin-top: 0.5rem;
}
#TOP .sec-baby-seminar-and-workshop .case-list .note {
  font-size: 1.4rem;
  width: fit-content;
  margin-top: 0.5rem;
  margin-inline: auto;
}
#TOP .sec-baby-seminar-and-workshop .body-measurement-service .img {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .body-measurement-service .img {
    width: 29rem;
    margin: 0 0 0 1.5rem;
    padding: 10.5rem 0 0;
  }
}
#TOP .sec-baby-seminar-and-workshop .body-measurement-service .txt {
  padding: 0;
}
#TOP .sec-baby-seminar-and-workshop .img-present {
  margin: 4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .img-present {
    max-width: 34.3rem;
    width: 100vw;
    margin: 4rem calc(50% - 17.15rem) 0;
  }
}
#TOP .sec-baby-seminar-and-workshop .baby-seminar-contents {
  display: grid;
  grid-template-columns: 38.7rem 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .baby-seminar-contents {
    grid-template-columns: 1fr;
  }
}
#TOP .sec-baby-seminar-and-workshop .baby-seminar-contents:not(:has(.img)) {
  grid-template-columns: 1fr;
  justify-content: center;
  gap: unset;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-baby-seminar-and-workshop .baby-seminar-contents:not(:has(.img)) {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-baby-seminar-and-workshop .baby-seminar-contents:not(:has(.img)) .baby-seminar-contents__ttl {
    justify-content: center;
  }
}
#TOP .sec-baby-seminar-and-workshop .baby-seminar-contents__ttl {
  display: flex;
  align-items: center;
  background: #f5b9cf;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  transform: rotateZ(0.03deg);
  border-radius: 2rem;
  height: 4rem;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .baby-seminar-contents__ttl {
    font-size: 1.7rem;
    border-radius: 1.5rem;
    height: 3rem;
  }
}
#TOP .sec-baby-seminar-and-workshop .baby-seminar-contents__txt {
  font-size: 1.8rem;
  line-height: 1.7;
  transform: rotateZ(0.03deg);
  letter-spacing: -0.05em;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .baby-seminar-contents__txt {
    font-size: 1.5rem;
    margin-top: 1.6rem;
  }
}
#TOP .sec-baby-seminar-and-workshop .baby-seminar-contents__sub-txt {
  font-size: 2rem;
  text-align: center;
  transform: rotateZ(0.03deg);
  letter-spacing: -0.055em;
  margin: 6.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .baby-seminar-contents__sub-txt {
    font-size: 1.6rem;
    margin: 3.2rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-baby-seminar-and-workshop .baby-seminar-contents .img {
    margin-top: 1rem;
  }
}
#TOP .sec-present {
  background: url(../img/bg_stripe_01.svg) repeat 0 0/100% auto, rgba(255, 231, 83, 0.4);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present {
    background-image: url(../img/bg_stripe_01_sp.svg);
  }
}
#TOP .sec-present-container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present-container {
    width: 89.0666666667vw;
    margin: 0 calc(50% - 44.5333333333vw);
  }
}
#TOP .sec-present-container::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #dadada;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present-container::before {
    top: 0.4rem;
    left: 0.4rem;
    border-radius: 1.2rem;
  }
}
#TOP .sec-present-container .orn {
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 2;
  width: 13.6rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present-container .orn {
    top: -0.4rem;
    left: -0.4rem;
    width: 6.8rem;
  }
}
#TOP .sec-present-in {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  padding: 6.4rem 7.2rem 8rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present-in {
    border-radius: 1.2rem;
    padding: 3.2rem 2rem;
  }
}
#TOP .sec-present__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f3981c;
  font-family: "caflisch-script-pro", sans-serif;
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present__ttl {
    font-size: 7rem;
  }
}
#TOP .sec-present__ttl .sub {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4c4948;
  font-size: 1.8rem;
  font-weight: normal;
  transform: rotateZ(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present__ttl .sub {
    font-size: 1.5rem;
  }
}
#TOP .sec-present .content-box .ttl {
  max-width: 37.3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present .content-box .ttl {
    max-width: 27.5rem;
  }
}
#TOP .sec-present .content-box .txt {
  font-size: 1.9rem;
  line-height: 1.9;
  text-align: center;
  transform: rotateZ(0.03deg);
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present .content-box .txt {
    font-size: 1.5rem;
    margin-top: 1.6rem;
  }
}
#TOP .sec-present .img-present {
  margin: 4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present .img-present {
    max-width: 30rem;
    width: 100vw;
    margin: 2rem calc(50% - 15rem) 0;
  }
}
#TOP .sec-present .present-from-studio-alice {
  margin: 7rem auto 0;
}
#TOP .sec-present .present-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present .present-list {
    grid-template-columns: 1fr;
  }
}
#TOP .sec-present .present-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: justify;
}
#TOP .sec-present .present-list__txt {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
  transform: rotateZ(0.03deg);
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present .present-list__txt {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
#TOP .sec-present .present-list .note {
  transform: rotateZ(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present .present-list .note {
    font-size: 1.4rem;
    margin-top: 0.2em;
  }
}
#TOP .sec-present .present-list__btn {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present .present-list__btn {
    margin-top: 1.5rem;
  }
}
#TOP .sec-present .present-list__btn .btn {
  display: block;
  max-width: 22.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-present .present-list__btn .btn {
    max-width: 19.3rem;
  }
}
@media (hover: none) {
  #TOP .sec-present .present-list__btn .btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #TOP .sec-present .present-list__btn .btn:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #TOP .sec-present .present-list__btn .btn:hover {
    opacity: 0.7;
  }
}
#TOP .sec-free-nursing-room {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(137, 207, 229, 0.3) 100%);
}
#TOP .sec-free-nursing-room .sec-ttl .sub {
  color: #0096bb;
}
#TOP .sec-free-nursing-room .txt-box {
  display: grid;
  margin-top: 3rem;
}
#TOP .sec-free-nursing-room .txt-box > * {
  grid-area: 1/1;
}
#TOP .sec-free-nursing-room .txt-box .img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-free-nursing-room .txt-box .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
#TOP .sec-free-nursing-room .txt-box .txt {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 2.2;
  text-shadow: 0 0 0.5rem #fff;
  transform: rotateZ(0.03deg);
}
@media only screen and (max-width: 767px) {
  #TOP .sec-free-nursing-room .txt-box .txt {
    font-size: 1.5rem;
    padding: 25rem 0 0;
  }
}
#TOP .sec-free-nursing-room .content-box {
  margin: 7rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-free-nursing-room .content-box {
    margin: 3.5rem auto 0;
  }
}
#TOP .sec-free-nursing-room .nursing-room-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9.4rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-free-nursing-room .nursing-room-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-free-nursing-room .nursing-room-list .img {
    width: 13.4rem;
    margin: 0 auto;
  }
}
#TOP .sec-free-nursing-room .nursing-room-list .txt {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -0.05em;
  transform: rotateZ(0.03deg);
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-free-nursing-room .nursing-room-list .txt {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}
#TOP .sec-free-nursing-room .nursing-room-contents__sub-txt {
  font-size: 2.2rem;
  text-align: center;
  transform: rotateZ(0.03deg);
  margin: 6.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-free-nursing-room .nursing-room-contents__sub-txt {
    font-size: 1.6rem;
    margin: 3.2rem auto 0;
  }
}
#TOP .sec-companies-and-organizations {
  background: url(../img/bg_stripe_01.svg) repeat 0 0/100% auto, rgba(190, 223, 194, 0.4);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-companies-and-organizations {
    background-image: url(../img/bg_stripe_01_sp.svg);
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-companies-and-organizations .sec-ttl {
    line-height: 1.4;
  }
  #TOP .sec-companies-and-organizations .sec-ttl::before, #TOP .sec-companies-and-organizations .sec-ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #TOP .sec-companies-and-organizations .sec-ttl::before {
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  #TOP .sec-companies-and-organizations .sec-ttl::after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
}
#TOP .sec-companies-and-organizations .txt {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: normal;
  transform: rotateZ(0.03deg);
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-companies-and-organizations .txt {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
    width: 100vw;
    margin: 4rem calc(50% - 50vw) 0;
  }
}
#TOP .sec-companies-and-organizations .txt-2 {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: normal;
  transform: rotateZ(0.03deg);
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-companies-and-organizations .txt-2 {
    line-height: 1.5;
    width: 100vw;
    margin: 1.5rem calc(50% - 50vw) 0;
  }
}
#TOP .sec-companies-and-organizations .link-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
  margin: 7rem auto 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-companies-and-organizations .link-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100vw;
    margin: 4rem calc(50% - 50vw) 0;
    padding: 0 2.8rem;
  }
}
@media (hover: none) {
  #TOP .sec-companies-and-organizations .link-list a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #TOP .sec-companies-and-organizations .link-list a:active {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #TOP .sec-companies-and-organizations .link-list a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact {
    padding-bottom: 6%;
  }
}
#TOP .sec-contact .btn-box {
  margin-top: 4rem;
}
#TOP .sec-map {
  max-width: 112rem;
  margin: 0 auto;
  padding: 2rem 0;
  background-color: #fff6ed;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-map {
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .PAGE .sec-municipal-support:last-of-type {
    padding-bottom: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .sec {
    padding: 6.2rem 0;
  }
}
.PAGE .kv {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .PAGE .bg {
    background-image: none;
  }
}
.PAGE .sec-example .example-ttl {
  width: 31.4rem;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-example .example-ttl {
    width: 27.4rem;
  }
  .PAGE .sec-example .example-ttl.mid {
    width: 21.4rem;
  }
}
.PAGE .sec-example .example-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-example .example-list {
    gap: 2.5rem;
  }
}
.PAGE .sec-example .example-list__item {
  text-align: center;
  width: 23rem;
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-example .example-list__item {
    width: 100%;
  }
}
.PAGE .sec-example .example-list__img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-example .example-list__img {
    width: 22.3rem;
    margin: 0 auto;
  }
}
.PAGE .sec-example .example-list__ttl {
  color: #F473AF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
}
.PAGE .sec-example .example-list__txt {
  color: #4D4D4D;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 0.5rem;
}
.PAGE .sec-example .example-img {
  width: 86rem;
  margin: 4.8rem auto 0;
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-example .example-img {
    width: 33.4rem;
    margin-left: -2rem;
  }
}
.PAGE .sec-example .free-shooting {
  margin-top: 2rem;
}
.PAGE .sec-example .free-shooting__in {
  position: relative;
  background: #F473AF;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  width: 23rem;
  padding: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-example .free-shooting__in {
    width: 100%;
  }
}
.PAGE .sec-example .free-shooting__in::before {
  content: "";
  position: absolute;
  top: -1.6rem;
  right: 0;
  left: 0;
  background-color: #F473AF;
  clip-path: polygon(50% 0%, 0% 1.6rem, 2.2rem 1.6rem);
  aspect-ratio: 22/16;
  min-width: 0;
  width: 2.2rem;
  margin: 0 auto;
}
.PAGE .sec-example .free-shooting__price {
  font-size: 2.2rem;
  line-height: 1;
}
.PAGE .sec-example .free-shooting__highlight {
  font-size: 1.9rem;
  line-height: 1.26;
}
.PAGE .sec-example .free-shooting__note {
  font-size: 1.4rem;
  line-height: 1.27;
  text-align: left;
  text-indent: -1em;
  margin-top: 0.5rem;
  margin-left: 1em;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-example .free-shooting__note {
    width: 100%;
    padding: 0 2rem;
  }
}
.PAGE .sec-seminar-details .municipal-support-txt--02 {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-seminar-details .municipal-support-txt--02 {
    margin-top: 3.8rem;
  }
}

#MATERNITY-SEMINAR .sec-movie {
  padding-top: 0;
}
#MATERNITY-SEMINAR .sec-movie .movie-box {
  background: #fff;
  border-radius: 2rem;
  width: 76.4rem;
  margin: 0 auto;
  padding: 7rem 7rem 3rem;
}
@media only screen and (max-width: 767px) {
  #MATERNITY-SEMINAR .sec-movie .movie-box {
    width: 33.4rem;
    margin-left: -2rem;
    padding: 4.4rem 0.5rem 3rem;
  }
}
#MATERNITY-SEMINAR .sec-movie .swiper-movie-button-prev,
#MATERNITY-SEMINAR .sec-movie .swiper-movie-button-next {
  position: absolute;
  top: 5.3rem;
  bottom: unset;
  background-color: #f473af;
  clip-path: polygon(1.4rem 50%, 0% 0%, 0% 2.4rem);
  aspect-ratio: 14/24;
  min-width: 0;
  width: 1.4rem;
  height: unset;
  margin: unset;
}
#MATERNITY-SEMINAR .sec-movie .swiper-movie-button-prev::after,
#MATERNITY-SEMINAR .sec-movie .swiper-movie-button-next::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  #MATERNITY-SEMINAR .sec-movie .swiper-movie-button-prev,
  #MATERNITY-SEMINAR .sec-movie .swiper-movie-button-next {
    top: 4.4rem;
  }
}
#MATERNITY-SEMINAR .sec-movie .swiper-movie-button-prev {
  transform: rotate(180deg);
  left: -2.4rem;
}
#MATERNITY-SEMINAR .sec-movie .swiper-movie-button-next {
  right: -2.4rem;
}
#MATERNITY-SEMINAR .sec-movie .movie-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F473AF;
  font-family: "caflisch-script-pro", sans-serif;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
#MATERNITY-SEMINAR .sec-movie .movie-ttl .sub {
  color: #4C4948;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #MATERNITY-SEMINAR .sec-movie .movie-ttl {
    font-size: 7rem;
  }
  #MATERNITY-SEMINAR .sec-movie .movie-ttl .sub {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #MATERNITY-SEMINAR .sec-movie .movie-txt {
    font-size: 1.4rem;
    text-align: center;
  }
}
#MATERNITY-SEMINAR .sec-movie .movie-note {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.5rem;
}
#MATERNITY-SEMINAR .sec-movie .movie-list-wrap {
  position: relative;
  margin: 7rem auto 0;
}
@media only screen and (max-width: 767px) {
  #MATERNITY-SEMINAR .sec-movie .movie-list-wrap {
    width: 26.4rem;
    margin-top: 3.8rem;
  }
}
#MATERNITY-SEMINAR .sec-movie .movie-item {
  width: calc((100% - 2.4rem) / 3);
  margin: 0 0.6rem;
}
@media only screen and (max-width: 767px) {
  #MATERNITY-SEMINAR .sec-movie .movie-item {
    width: 17.7rem;
  }
}
#MATERNITY-SEMINAR .sec-movie .movie-player {
  position: relative;
  aspect-ratio: 16/10;
  min-width: 0;
  width: 100%;
}
#MATERNITY-SEMINAR .sec-movie .movie-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}
#MATERNITY-SEMINAR .sec-movie .movie-caps {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  #MATERNITY-SEMINAR .sec-movie .movie-caps {
    font-size: 1rem;
  }
}

#BABY-SEMINAR .sec-example .example-ttl {
  width: 37.3rem;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .sec-example .example-ttl {
    width: 27.4rem;
  }
}
#BABY-SEMINAR .sec-measurement {
  margin: 6rem auto 0;
}
#BABY-SEMINAR .sec-measurement .measurement-ttl {
  width: 37.3rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .sec-measurement .measurement-ttl {
    width: 27.4rem;
  }
}
#BABY-SEMINAR .sec-measurement .measurement-box {
  display: grid;
  margin-top: 2.4rem;
}
#BABY-SEMINAR .sec-measurement .measurement-box > * {
  grid-area: 1/1;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .sec-measurement .measurement-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#BABY-SEMINAR .sec-measurement .measurement-img {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .sec-measurement .measurement-img {
    width: 26.4rem;
    order: 2;
    margin: -4rem auto 0;
  }
}
#BABY-SEMINAR .sec-measurement .measurement-txt {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: -0.05em;
  text-shadow: 0 0 0.5rem #fff;
  transform: rotateZ(0.03deg);
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .sec-measurement .measurement-txt {
    font-size: 1.5rem;
    order: 1;
  }
}
#BABY-SEMINAR .sec-measurement .img-present {
  width: 86rem;
  margin: 6.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .sec-measurement .img-present {
    width: 33.4rem;
    margin: 4.6rem 0 0 -2rem;
  }
}
#BABY-SEMINAR .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .case-list {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    margin: 1.5rem auto 0;
  }
}
#BABY-SEMINAR .case-list__item {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .case-list__img {
    max-width: 22.4rem;
    margin: 0 auto;
  }
}
#BABY-SEMINAR .case-list__ttl {
  color: #ea5e91;
  font-size: 1.8rem;
  font-weight: bold;
  transform: rotateZ(0.03deg);
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .case-list__ttl {
    font-size: 1.6rem;
  }
}
#BABY-SEMINAR .case-list__txt {
  font-size: 1.6rem;
  line-height: 1.25;
  transform: rotateZ(0.03deg);
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .case-list__txt {
    font-size: 1.5rem;
  }
}
#BABY-SEMINAR .case-list .img-price {
  margin-top: 0.5rem;
}
#BABY-SEMINAR .case-list .note {
  font-size: 1.4rem;
  width: fit-content;
  margin-top: 0.5rem;
  margin-inline: auto;
}
#BABY-SEMINAR .body-measurement-service .img {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .body-measurement-service .img {
    width: 29rem;
    margin: 0 0 0 1.5rem;
    padding: 10.5rem 0 0;
  }
}
#BABY-SEMINAR .body-measurement-service .txt {
  padding: 0;
}
#BABY-SEMINAR .img-present {
  margin: 4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .img-present {
    max-width: 34.3rem;
    width: 100vw;
    margin: 4rem calc(50% - 17.15rem) 0;
  }
}
#BABY-SEMINAR .baby-seminar-contents {
  display: grid;
  grid-template-columns: 38.7rem 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .baby-seminar-contents {
    grid-template-columns: 1fr;
  }
}
#BABY-SEMINAR .baby-seminar-contents:not(:has(.img)) {
  grid-template-columns: 1fr;
  justify-content: center;
  gap: unset;
}
@media only screen and (min-width: 768px) {
  #BABY-SEMINAR .baby-seminar-contents:not(:has(.img)) {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #BABY-SEMINAR .baby-seminar-contents:not(:has(.img)) .baby-seminar-contents__ttl {
    justify-content: center;
  }
}
#BABY-SEMINAR .baby-seminar-contents__ttl {
  display: flex;
  align-items: center;
  background: #f5b9cf;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  transform: rotateZ(0.03deg);
  border-radius: 2rem;
  height: 4rem;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .baby-seminar-contents__ttl {
    font-size: 1.7rem;
    border-radius: 1.5rem;
    height: 3rem;
  }
}
#BABY-SEMINAR .baby-seminar-contents__txt {
  font-size: 1.8rem;
  line-height: 1.7;
  transform: rotateZ(0.03deg);
  letter-spacing: -0.05em;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .baby-seminar-contents__txt {
    font-size: 1.5rem;
    margin-top: 1.6rem;
  }
}
#BABY-SEMINAR .baby-seminar-contents__sub-txt {
  font-size: 2rem;
  text-align: center;
  transform: rotateZ(0.03deg);
  letter-spacing: -0.055em;
  margin: 6.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .baby-seminar-contents__sub-txt {
    font-size: 1.6rem;
    margin: 3.2rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #BABY-SEMINAR .baby-seminar-contents .img {
    margin-top: 1rem;
  }
}

#SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-ttl {
  width: 37.3rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  #SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-ttl {
    width: 27.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-txt {
    text-align: center;
  }
}
#SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-img {
  transform: translateX(1.4rem);
  width: 69.3rem;
  margin: 9rem auto 0;
}
@media only screen and (max-width: 767px) {
  #SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-img {
    width: 100%;
    margin: 5rem auto 0;
    transform: none;
  }
}
#SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-notes {
  margin: 2rem auto 0;
}
#SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-notes .note {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-notes .note {
    font-size: 1.4rem;
  }
}
#SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin: 3rem 0 0;
}
#SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34rem;
}
#SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-list__img {
  width: 100%;
}
#SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-list__txt {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 1rem;
}
#SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-list__txt + .note {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-list__txt + .note {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-list__txt {
    font-size: 1.5rem;
  }
}
#SEMINAR-PRESENT .sec-seminar-presents .seminar-presents-list .btn-box {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  #CHILD-REARING-CONCIERGE .sec-concierge {
    margin-top: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  #CHILD-REARING-CONCIERGE .sec-concierge .sec-container {
    overflow: visible;
    max-width: 100%;
  }
}
#CHILD-REARING-CONCIERGE .sec-concierge .concierge-ttl {
  width: 58.2rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  #CHILD-REARING-CONCIERGE .sec-concierge .concierge-ttl {
    width: 27.4rem;
  }
}
#CHILD-REARING-CONCIERGE .sec-concierge .concierge-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin: 2rem auto 0;
}
@media only screen and (max-width: 767px) {
  #CHILD-REARING-CONCIERGE .sec-concierge .concierge-list {
    width: 31.3rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 2rem 0 0 -0.8rem;
  }
}
#CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__item {
    width: 9.6rem;
  }
}
#CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__item > a:has(.concierge-list__txt) {
  padding: 0 0 1.5em;
}
@media only screen and (max-width: 767px) {
  #CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__item > a:has(.concierge-list__txt) {
    padding: 0 0 1.3em;
  }
}
#CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__item img {
  max-width: 12rem;
}
@media only screen and (max-width: 767px) {
  #CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__item img {
    max-width: 9.6rem;
  }
}
#CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__txt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: -0.05em;
  transform: rotateZ(0.03deg);
  margin: 0 auto;
}
#CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__txt .txt-stretch {
  display: inline-block;
  scale: 0.8 1;
}
#CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__txt .txt-stretch2 {
  display: inline-block;
  scale: 0.7 1;
}
@media only screen and (max-width: 767px) {
  #CHILD-REARING-CONCIERGE .sec-concierge .concierge-list__txt {
    font-size: 1rem;
  }
}
#CHILD-REARING-CONCIERGE .sec-concierge .instagram-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 3rem auto 0;
}/*# sourceMappingURL=style.css.map */