@charset "UTF-8";
.cont_3_flex {
  max-width: 1340px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cont_3_flex .cont {
  border-radius: 12px;
  background: #f6f6f6;
  overflow: hidden;
  width: 30%;
  margin-top: 5%;
}
.cont_3_flex .cont:nth-of-type(-n+3) {
  margin-top: 0;
}
.cont_3_flex .cont .img {
  width: 100%;
  position: relative;
}
.cont_3_flex .cont .img span {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #81a9c9, #e07f7f);
  color: #fff;
  font-size: 0.16rem;
  line-height: 1;
  padding: 10px;
  border-bottom-right-radius: 6px;
  letter-spacing: 1px;
}
.cont_3_flex .cont .inner {
  display: flex;
  flex-direction: column;
  padding: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 880px) {
  .cont_3_flex .cont .inner {
    padding: 35px 15px;
  }
}
.cont_3_flex .cont .inner h3 {
  font-size: 0.24rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
  line-height: 1.8;
}
.cont_3_flex .cont .inner p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.16rem;
  line-height: 2.1;
}
@media screen and (max-width: 880px) {
  .cont_3_flex .cont .inner p {
    width: 90%;
    margin: 0 auto;
  }
}
.cont_3_flex .cont.ttlBox {
  background: linear-gradient(#fcf7f7, #f0f6f9);
  position: relative;
  overflow: visible;
  border-radius: 0;
}
.cont_3_flex .cont.ttlBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  left: 0;
  background: linear-gradient(transparent, #fff);
}
.cont_3_flex .cont.ttlBox .inner {
  position: relative;
  z-index: 2;
}
.cont_3_flex .cont.ttlBox h3 {
  text-align: left;
  display: block;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cont_3_flex .cont.ttlBox h3 small {
  display: block;
  font-size: 0.24rem;
}
.cont_3_flex .cont.ttlBox h3 strong {
  display: block;
  font-size: 0.42rem;
  font-weight: 500;
}
.cont_3_flex .cont.ttlBox h3 span {
  display: block;
  font-size: 0.26rem;
}
.cont_3_flex .cont.ttlBox h3 img {
  max-width: 100%;
  margin: 30px 0;
}
.cont_3_flex .cont.ttlBox p {
  font-size: 0.18rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  letter-spacing: 1px;
}
.cont_3_flex .cont.ttlBox .illust {
  width: 166px;
  position: absolute;
  bottom: 0px;
  right: -20px;
}

@media screen and (max-width: 1200px) {
  .cont_3_flex .cont.ttlBox h3 strong {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 880px) {
  .cont_3_flex .cont.ttlBox .illust {
    width: 80px;
    bottom: auto;
    top: -30px;
  }
}
@media screen and (max-width: 880px) {
  .cont_3_flex {
    display: block;
  }
  .cont_3_flex .cont {
    width: 100%;
    margin-bottom: 30px;
  }
  .cont_3_flex .cont:last-child {
    margin-bottom: 0;
  }
  .cont_3_flex .cont .inner h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 880px) {
  body {
    padding-top: 0;
  }
}
header.old {
  position: relative;
  padding-left: 250px;
  box-sizing: border-box;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
}
header.old h1 {
  position: absolute;
  top: 0;
  left: 0;
}
header.old .pan {
  margin-left: 20px;
  margin-right: auto;
}
header.old .pan ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
header.old .pan ul li {
  font-size: 0.14rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 880px) {
  header.old .pan ul li {
    font-size: 0.11rem;
  }
}
header.old .pan ul li::after {
  content: ">";
  margin: 0 20px;
}
@media screen and (max-width: 880px) {
  header.old .pan ul li::after {
    margin: 0 10px;
  }
}
header.old .pan ul li:last-child::after {
  display: none;
}
header.old .pan ul li a {
  text-decoration: underline;
}
header.old .telBox {
  margin-top: 0;
}
header.old .flex {
  justify-content: space-between;
}
header.old .flex .btn {
  width: 71px;
}
header.old .flex .txt a {
  letter-spacing: 2px;
}
header.old .flex .txt span {
  letter-spacing: 0px;
  font-size: 0.13rem;
}

header.new {
  position: relative;
  padding-left: 280px;
  box-sizing: border-box;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
}
header.new h1 {
  position: absolute;
  top: 0;
  left: 0;
}
header.new .pan {
  margin-left: 20px;
  margin-right: auto;
}
header.new .pan ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
header.new .pan ul li {
  font-size: 0.14rem;
  letter-spacing: 1px;
}
header.new .pan ul li::after {
  content: ">";
  margin: 0 20px;
}
header.new .pan ul li:last-child::after {
  display: none;
}
header.new .pan ul li a {
  text-decoration: underline;
}
header.new .telBox {
  margin-top: 0;
}
header.new .flex {
  justify-content: space-between;
}
header.new .flex .btn {
  width: 89.5px;
}
header.new .flex .txt a {
  letter-spacing: 2px;
}
header.new .flex .txt span {
  letter-spacing: 0px;
  font-size: 0.13rem;
}

@media screen and (max-width: 880px) {
  header.new, header.old {
    padding: 10px 20px;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 105px;
  }
  header.new .telBox, header.old .telBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header.new .telBox .sp_nav_toggle, header.old .telBox .sp_nav_toggle {
    margin-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  header.new, header.old {
    flex-direction: column-reverse;
  }
  header.new .flex, header.old .flex {
    justify-content: flex-start;
    margin-left: auto;
  }
  header.new .telBox, header.old .telBox {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 880px) {
  header.new h1, header.old h1 {
    margin: 0;
  }
  header.new h1 img, header.old h1 img {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  header.new .pan, header.old .pan {
    margin-left: auto;
    margin-right: 0;
    margin-top: 15px;
  }
  header.new .pan ul li, header.old .pan ul li {
    font-size: 0.12rem;
  }
  header.new .pan ul li::after, header.old .pan ul li::after {
    margin: 0 5px;
  }
}
@media screen and (max-width: 880px) {
  header.new .flex .btn, header.old .flex .btn {
    width: 50px;
    margin-left: 5px;
  }
}
#mv {
  background: none;
  max-height: 600px;
  min-height: 550px;
}
@media screen and (max-width: 880px) {
  #mv {
    min-height: inherit;
    max-height: none;
    height: auto;
  }
}
#mv .icn {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 143px;
  width: 30%;
}
#mv::before {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  margin-left: auto;
  background: url("../images/child/elderplan/mv.webp") no-repeat right;
  background-size: cover;
}
@media screen and (max-width: 880px) {
  #mv::before {
    position: static;
    aspect-ratio: 16/12;
  }
}
#mv .mv_txt {
  bottom: 0;
}
@media screen and (max-width: 880px) {
  #mv .mv_txt {
    bottom: 20px;
    position: static;
    margin-top: 30px;
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#mv .mv_txt h2 small {
  display: block;
  font-size: 0.28rem;
}
#mv .mv_txt h2 strong {
  display: block;
  font-weight: 500;
  font-size: 0.54rem;
  margin: 0px 0 15px;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-top: 10px;
}
#mv .mv_txt h2 strong span {
  font-size: 0.32rem;
  display: block;
}
@media screen and (max-width: 880px) {
  #mv .mv_txt h2 strong span {
    font-size: 0.17rem;
  }
}
#mv .mv_txt h2 .en {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 0.24rem;
  display: block;
  letter-spacing: 2px;
}

@media screen and (max-width: 880px) {
  #mv::before {
    width: 100%;
    background: url("../images/child/elderplan/mv.webp") no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 880px) {
  #mv .mv_txt h2 small {
    font-size: 0.18rem;
  }
  #mv .mv_txt h2 strong {
    font-size: 0.26rem;
    margin: 5px 0;
  }
  #mv .mv_txt h2 .en {
    font-size: 0.18rem;
  }
}
#intro {
  margin-top: 60px;
  margin-bottom: 100px;
}
#intro .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#intro .flex .cont {
  width: 100%;
  position: relative;
}
#intro .flex .cont.left p {
  color: #fff;
  background: #467eb2;
  display: block;
  text-align: center;
  font-size: 0.24rem;
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 700;
}
#intro .flex .cont.left p:first-child {
  margin-top: 0;
}
#intro .flex .cont.right {
  background: linear-gradient(90deg, #fcf7f7, #f0f6f9);
  border-radius: 24px;
  text-align: center;
  font-size: 0.18rem;
  padding: 30px 10px;
  box-sizing: border-box;
  line-height: 1.7;
  letter-spacing: 2px;
}
#intro .flex .cont.right .nyuukai_price strong {
  font-weight: 400;
  font-size: 0.4rem;
}
#intro .flex .cont.right .red strong {
  font-weight: 400;
  font-size: 0.4rem;
}
#intro .flex .cont.right .nenkan_price strong {
  font-weight: 400;
  font-size: 0.4rem;
}
#intro .flex .cont.right .smalltxt {
  margin-top: 10px;
  font-size: 0.12rem;
}
#intro .flex .cont .abso {
  width: 129px;
  bottom: -90px;
  left: -60px;
}
#intro .flex .arrow {
  width: 30px;
  margin: 0 55px;
  flex-shrink: 0;
}

@media screen and (max-width: 880px) {
  #intro {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 880px) {
  #intro .flex .cont.left p {
    margin-top: 10px;
    font-size: clamp(0.18rem, 4vw, 0.24rem);
  }
}
@media screen and (max-width: 880px) {
  #intro .flex .cont.right .smalltxt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 880px) {
  #intro .flex .cont .abso {
    width: 60px;
    left: -20px;
    bottom: -30px;
  }
}
@media screen and (max-width: 880px) {
  #intro .flex {
    display: block;
  }
  #intro .flex .arrow {
    width: 130px;
    margin: 20px auto;
  }
}
#worries {
  margin-top: 160px;
}
#worries .bgBox {
  padding-top: 100px;
}
#worries .bgBox .flex h2 {
  font-size: 0.48rem;
  line-height: 1.45;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
#worries .bgBox .flex h2::before {
  content: "“";
  font-size: 2.4rem;
  color: #efefef;
  line-height: 1;
  position: absolute;
  left: -40px;
  top: -60px;
  z-index: -1;
}
#worries .bgBox .img {
  margin-top: 70px;
}
#worries .bgBox .img img {
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  #worries {
    margin-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  #worries .bgBox {
    padding-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  #worries .bgBox .flex h2 {
    font-size: 0.26rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 880px) {
  #worries .bgBox .img {
    margin-top: 35px;
  }
}
#servise_list {
  margin-top: 130px;
}

@media screen and (max-width: 880px) {
  #servise_list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  #plan {
    margin-top: 60px;
  }
}
#plan .kakunin {
  padding: 4px;
  max-width: 980px;
  width: 100%;
  background: linear-gradient(90deg, #f8e2e2, #d7e5f1);
  margin: 47px auto 80px;
  box-sizing: border-box;
  border-radius: 12px;
}
#plan .kakunin .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
#plan .kakunin .flex h3 {
  font-size: 0.28rem;
  letter-spacing: 2px;
  font-weight: 400;
  flex-shrink: 0;
}
#plan .kakunin .flex ul {
  width: 100%;
  margin-left: 40px;
}
#plan .kakunin .flex ul li {
  list-style: disc;
  margin-left: 1em;
  font-size: 0.18rem;
  line-height: 2;
}
#plan .txtBox2 {
  max-width: 980px;
  width: 100%;
  margin: 40px auto;
}
#plan .txtBox2 h3 {
  text-align: left;
  font-size: 0.22rem;
  font-weight: 500;
  margin-bottom: 20px;
}
#plan .txtBox2 p {
  font-size: 0.15rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 2;
}
#plan .rela {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
#plan .abso {
  bottom: -60px;
  right: -60px;
  width: 166px;
}
#plan .abso img {
  transform: rotateY(180deg);
}

@media screen and (max-width: 880px) {
  #plan .kakunin {
    margin: 40px auto;
  }
}
@media screen and (max-width: 880px) {
  #plan .kakunin .flex {
    display: block;
  }
  #plan .kakunin .flex h3 {
    width: 100%;
    margin-bottom: 20px;
  }
  #plan .kakunin .flex h3 img {
    margin: 0 auto;
  }
  #plan .kakunin .flex ul {
    margin: 0 auto;
  }
}
@media screen and (max-width: 880px) {
  #plan .abso {
    width: 40px;
    bottom: -10px;
    right: -10px;
  }
}
.contact {
  padding-bottom: 0;
  margin-bottom: 130px;
}

@media screen and (max-width: 880px) {
  .contact {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
#ft_bnr .bnrBox {
  display: block;
}
#ft_bnr .bnrBox a {
  width: 100%;
  margin-bottom: 35px;
}
#ft_bnr .bnrBox a:last-child {
  margin-bottom: 0;
}

.bnrBox.center {
  justify-content: center;
}

#elderplan #mv::before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 40%), url("../images/child/elderplan/mv.webp") no-repeat right;
  background-size: cover;
}

#elderplan #mv .mv_txt {
  top: calc(50% + 70px);
  transform: translateY(-50%);
  margin-bottom: 0;
}
@media screen and (max-width: 880px) {
  #elderplan #mv .mv_txt {
    transform: none;
  }
}

@media screen and (max-width: 880px) {
  #elderplan #mv::before {
    width: 100%;
    background: url("../images/child/elderplan/mv.webp") no-repeat top right;
    background-size: cover;
  }
}
#platinumplan #mv::before {
  background: url("../images/child/platinumplan/mv.webp") no-repeat left;
  background-size: cover;
}
#platinumplan #intro .flex .cont.left p {
  background: #e07f7f;
}

#platinumplan #mv .mv_txt {
  top: calc(50% + 70px);
  transform: translateY(-50%);
  margin-bottom: 0;
}
@media screen and (max-width: 880px) {
  #platinumplan #mv .mv_txt {
    transform: none;
  }
}

@media screen and (max-width: 880px) {
  #platinumplan #mv::before {
    width: 100%;
    background: url("../images/child/platinumplan/mv.webp") no-repeat center;
    background-size: cover;
  }
}
#entryplan #mv::before {
  background: url("../images/child/entryplan/mv.webp") no-repeat left;
  background-size: cover;
}
#entryplan #intro .flex .cont.left p {
  background: #3fa56c;
}
#entryplan #intro .flex .cont.left p.bgw {
  background: #fff;
  color: #3fa56c;
  border: 3px solid #3fa56c;
}

@media screen and (max-width: 880px) {
  #entryplan #mv::before {
    width: 100%;
    background: url("../images/child/entryplan/mv_sp.webp") no-repeat left center;
    background-size: cover;
  }
}
#contact-area {
  padding-top: 16vh;
}

#contact {
  max-width: 980px;
  width: 95%;
  display: block;
  margin: 0 auto;
  margin-top: 200px;
}
#contact.thanks {
  margin-bottom: 100px;
}
@media screen and (max-width: 880px) {
  #contact {
    margin-top: 120px;
  }
}
#contact p {
  line-height: 2;
}
#contact p a {
  text-decoration: underline;
}
#contact iframe {
  margin-top: 30px;
  min-height: 1024px;
}
@media screen and (max-width: 880px) {
  #contact iframe {
    height: 900px;
  }
}

#member {
  background: linear-gradient(-18deg, #fcf7f7, #f0f6f9);
}
#member .cont_size_500 {
  max-width: 500px;
  margin: 0 auto;
  box-shadow: -28px 0px 8px -7px rgba(0, 0, 0, 0.05), 28px 0px 8px -7px rgba(0, 0, 0, 0.05);
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  background: #fff;
}
#member .cont_size_500 .inner {
  padding: 0 30px;
  box-sizing: border-box;
}
#member .cont_size_500 .logo {
  max-width: 254px;
  width: 80%;
  margin: 0 auto 20px;
}
#member .cont_size_500 .sub_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  letter-spacing: 1px;
}
#member .cont_size_500 .sub_ttl::before {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #000;
  margin-right: 10px;
  display: block;
}
#member .cont_size_500 .sub_ttl::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #000;
  margin-left: 10px;
  display: block;
}
#member .cont_size_500 .obi {
  font-size: 0.22rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  background: #e7e7e7;
  width: 100%;
  display: block;
  padding: 20px 10px;
  box-sizing: border-box;
  margin: 30px auto;
}
#member .cont_size_500 article {
  margin: 0 auto;
}
#member .cont_size_500 article p a {
  color: #3a6791;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-decoration: underline;
  display: block;
  font-size: 0.21rem;
}
#member .cont_size_500 article.seminar_archive_link p {
  font-size: 0.18rem;
}
#member .cont_size_500 .btnBox {
  margin-top: 30px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
#member .cont_size_500 .btnBox .btn {
  color: #3a6791;
  display: block;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  border: 1px solid #000;
  border-radius: 12px;
  font-size: 0.21rem;
  font-weight: bold;
}
#member .cont_size_500 .btnBox .btn small {
  display: block;
  font-size: 0.7em;
  margin-top: 0.25em;
}
#member .cont_size_500 .btnBox p {
  margin-top: 15px;
  font-size: 0.18rem;
}
#member .cont_size_500 ul {
  margin: 15px auto;
  max-width: 380px;
  display: block;
}
#member .cont_size_500 ul li {
  list-style: disc;
  margin-left: 1em;
}
#member .cont_size_500 ul li + li {
  margin-top: 10px;
}
#member .cont_size_500 ul li a {
  color: #3a6791;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-decoration: underline;
}
#member .cont_size_500 .contact_ttl {
  margin-top: 40px;
  font-size: 0.22rem;
  line-height: 1.72;
}
#member .cont_size_500 .telBox {
  max-width: 380px;
  box-sizing: border-box;
  margin: 20px auto 30px;
  border: 4px solid #e8e8e8;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
#member .cont_size_500 .telBox a {
  font-size: 0.32rem;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  color: #3a6791;
}
#member .cont_size_500 .telBox span {
  display: block;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #3a6791;
}
#member .cont_size_500 h4 {
  font-size: 0.22rem;
  margin-bottom: 10px;
}
#member .cont_size_500 .mailBox a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #3a6791;
  font-size: 0.18rem;
}
#member .seminar_archives .freetxt {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#member .seminar_archives .freetxt.mt {
  margin-top: 20px;
}
#member .seminar_archives .freetxt.mb {
  margin-bottom: 20px;
}
#member .seminar_archives .freetxt p {
  font-size: 0.16rem;
}
#member .seminar_archives .freetxt p strong {
  display: inline;
}
#member .seminar_archives .cont {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#member .seminar_archives .cont + .cont {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e7e7e7;
}
#member .seminar_archives .cont .freetxt {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#member .seminar_archives .cont .freetxt.mt {
  margin-top: 20px;
}
#member .seminar_archives .cont .freetxt.mb {
  margin-bottom: 20px;
}
#member .seminar_archives .cont .freetxt p {
  font-size: 0.16rem;
}
#member .seminar_archives .cont .freetxt p strong {
  display: inline;
}
#member .seminar_archives .cont .thum {
  margin-bottom: 15px;
  display: block;
  width: 110%;
  margin-left: -5%;
}
#member .seminar_archives .cont .date {
  font-size: 0.14rem;
  font-weight: bold;
}
#member .seminar_archives .cont h4 {
  text-align: left;
  display: block;
  margin: 5px auto;
  font-size: 0.22rem;
}
#member .seminar_archives .cont dl {
  display: block;
  margin: 10px auto;
}
#member .seminar_archives .cont dl dt {
  display: inline;
}
#member .seminar_archives .cont dl dd {
  display: inline;
}
#member .seminar_archives .cont h5 {
  font-size: 0.2rem;
}
#member .seminar_archives .cont .more-link, #member .seminar_archives .cont .close-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: left;
  text-decoration: underline;
  font-size: 1em;
  color: #3a6791;
}
#member .seminar_archives .cont p {
  font-size: 0.18rem;
}
#member .seminar_archives .cont p strong {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#member .seminar_archives .cont p img {
  display: block;
  margin: 0 auto 10px;
  max-width: 200px;
}
#member .seminar_archives .cont a {
  color: #3a6791;
}
#member .seminar_archives .return {
  display: block;
  margin: 20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  font-size: 1em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #3a6791;
}

#consultation #mv::before {
  background: url("../images/child/consultation/mv.png") no-repeat left/cover;
}
@media screen and (max-width: 880px) {
  #consultation #mv::before {
    background: url("../images/child/consultation/mv_sp.png") no-repeat right/cover;
  }
}
@media screen and (max-width: 880px) {
  #consultation #mv {
    min-height: inherit;
    height: auto;
  }
}
#consultation .mv_txt {
  margin: 20px auto;
  margin: 0 auto;
  font-size: 0.18rem;
  line-height: 2;
  bottom: auto;
  top: 50%;
  padding-top: 140px;
  transform: translateY(-50%);
}
@media screen and (max-width: 880px) {
  #consultation .mv_txt {
    padding-top: 0;
    transform: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #consultation .mv_txt h2 strong {
    margin: 0;
  }
  #consultation .mv_txt p {
    display: block;
    line-height: 2;
  }
}
#consultation #tabBox .tabBtns {
  border-top: 4px solid #e6e6e6;
  border-bottom: 4px solid #e6e6e6;
  padding: 10px 0;
  margin-top: 90px;
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tabBtns {
    margin-top: 30px;
  }
}
#consultation #tabBox .tabBtns ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#consultation #tabBox .tabBtns ul li {
  width: 49%;
}
#consultation #tabBox .tabBtns ul li a {
  display: block;
  text-align: center;
  font-size: 0.24rem;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
}
#consultation #tabBox .tabBtns ul li a.active {
  font-weight: 700;
  background-image: -ms-linear-gradient(-18deg, rgb(252, 247, 247) 0%, rgb(240, 246, 249) 100%);
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tabBtns ul li a {
    font-size: 0.17rem;
    padding: 10px;
  }
}
#consultation #tabBox .tab_cont {
  display: none;
}
#consultation #tabBox .tab_cont.active {
  display: block;
}
#consultation #tabBox .tab_cont#tab_cont02 .btnBox {
  display: none !important;
}
#consultation #tabBox .tab_cont .tabinner {
  margin-top: 75px;
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner {
    margin-top: 40px;
  }
}
#consultation #tabBox .tab_cont .tabinner .subtxt {
  display: flex;
  align-items: center;
}
#consultation #tabBox .tab_cont .tabinner .subtxt .icn {
  color: #191919;
  border: 2px solid #191919;
  border-radius: 2px;
  padding: 5px;
  font-size: 0.17rem;
}
#consultation #tabBox .tab_cont .tabinner .subtxt .limit {
  color: #d04848;
  font-weight: 500;
  font-size: 0.22rem;
  margin-left: 1em;
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner .subtxt {
    display: block;
  }
  #consultation #tabBox .tab_cont .tabinner .subtxt .icn {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.14rem;
    line-height: 1;
  }
  #consultation #tabBox .tab_cont .tabinner .subtxt .limit {
    margin-left: 0;
    margin-top: 5px;
    font-size: 0.14rem;
  }
}
#consultation #tabBox .tab_cont .tabinner .Seminar_ttl {
  text-align: left;
  font-size: 0.38rem;
  font-weight: 600;
  margin: 10px auto 40px;
}
#consultation #tabBox .tab_cont .tabinner .Seminar_ttl small {
  display: block;
  font-size: 0.24rem;
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner .Seminar_ttl {
    font-size: 0.24rem;
    margin: 10px auto;
  }
  #consultation #tabBox .tab_cont .tabinner .Seminar_ttl small {
    font-size: 0.17rem;
  }
}
#consultation #tabBox .tab_cont .tabinner .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-top: 1px solid #0f0f0f;
  padding-top: 50px;
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner .flex {
    display: block;
    padding-top: 20px;
  }
}
#consultation #tabBox .tab_cont .tabinner .flex .img {
  width: 40%;
  position: sticky;
  top: 140px;
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner .flex .img {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox {
  width: 55%;
  line-height: 1.9;
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner .flex .txtBox {
    width: 100%;
  }
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 0.2rem;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox dl dt {
  margin-right: 0.5em;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox dl.date {
  font-weight: 700;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox dl.date dd {
  color: #2147a7;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox dl.instructor, #consultation #tabBox .tab_cont .tabinner .flex .txtBox dl.price, #consultation #tabBox .tab_cont .tabinner .flex .txtBox dl.place {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner .flex .txtBox dl {
    display: block;
  }
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #cfcfcf;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point.bt-none, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message.bt-none, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile.bt-none, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail.bt-none {
  padding-top: 0;
  border-top: none;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point h4, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message h4, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile h4, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail h4 {
  text-align: left;
  font-size: 0.2rem;
  color: #2147a7;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point h5, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message h5, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile h5, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail h5 {
  font-size: 0.2rem;
  margin-top: 15px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point ul, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message ul, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile ul, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail ul {
  font-size: 0.18rem;
  margin-left: 1em;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point ul li, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message ul li, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile ul li, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail ul li {
  list-style: disc;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point p, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message p, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile p, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.2rem;
  line-height: 1.9;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point .cont + .cont, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message .cont + .cont, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile .cont + .cont, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail .cont + .cont {
  margin-top: 10px;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point ol, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message ol, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile ol, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail ol {
  font-size: 0.18rem;
  padding-left: 1em;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point .flex, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message .flex, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile .flex, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding: 0;
  border-top: none;
  margin: 20px auto;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point .flex p, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message .flex p, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile .flex p, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail .flex p {
  width: 60%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 0.2rem;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point .flex p span, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message .flex p span, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile .flex p span, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail .flex p span {
  display: block;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .point .flex img, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message .flex img, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile .flex img, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail .flex img {
  width: 38%;
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner .flex .txtBox .point .flex, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message .flex, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile .flex, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail .flex {
    display: block;
  }
  #consultation #tabBox .tab_cont .tabinner .flex .txtBox .point .flex p, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message .flex p, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile .flex p, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail .flex p {
    width: 100%;
  }
  #consultation #tabBox .tab_cont .tabinner .flex .txtBox .point .flex img, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .message .flex img, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .profile .flex img, #consultation #tabBox .tab_cont .tabinner .flex .txtBox .detail .flex img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .sub_ttl {
  margin-top: 30px;
}
#consultation #tabBox .tab_cont .tabinner .flex .txtBox .sub_ttl h3 {
  font-size: 0.32rem;
  text-align: left;
}
@media (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner .flex .txtBox .sub_ttl h3 {
    font-size: 0.24rem;
  }
}
#consultation #tabBox .tab_cont .tabinner .btnBox {
  background-image: -ms-linear-gradient(-18deg, rgb(252, 247, 247) 0%, rgb(240, 246, 249) 100%);
  border-radius: 0.15rem;
  padding: 40px;
  margin-top: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner .btnBox {
    padding: 30px 20px;
  }
}
#consultation #tabBox .tab_cont .tabinner .btnBox .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 688px;
  margin: 0 auto;
  padding: 0;
  border: none;
}
#consultation #tabBox .tab_cont .tabinner .btnBox .flex.center {
  justify-content: center;
}
#consultation #tabBox .tab_cont .tabinner .btnBox .flex .btn {
  width: 48%;
}
#consultation #tabBox .tab_cont .tabinner .btnBox .flex .btn a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.23rem;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  background: #dc851e;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1;
}
#consultation #tabBox .tab_cont .tabinner .btnBox .flex .btn p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  font-size: 0.12rem;
  margin-top: 0.5em;
}
#consultation #tabBox .tab_cont .tabinner .btnBox .flex .btn:last-child {
  margin-left: 0;
}
#consultation #tabBox .tab_cont .tabinner .btnBox .flex .btn:last-child a {
  background: #043361;
}
#consultation #tabBox .tab_cont .tabinner .btnBox .flex .btn:nth-child(2) {
  margin-left: auto;
}
#consultation #tabBox .tab_cont .tabinner .btnBox .flex .btn:nth-child(2) a {
  background: #043361;
}
@media screen and (max-width: 880px) {
  #consultation #tabBox .tab_cont .tabinner .btnBox .flex {
    display: block;
  }
  #consultation #tabBox .tab_cont .tabinner .btnBox .flex .btn {
    width: 100%;
  }
  #consultation #tabBox .tab_cont .tabinner .btnBox .flex .btn:nth-child(2) {
    margin-top: 15px;
  }
  #consultation #tabBox .tab_cont .tabinner .btnBox .flex .btn a {
    font-size: 0.17rem;
    padding: 15px 10px;
  }
}
#consultation #flow {
  padding-bottom: 150px;
  border-bottom: 4px solid #f3f0eb;
}
#consultation #flow .flex_3_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 880px) {
  #consultation #flow .flex_3_cont {
    display: block;
  }
}
#consultation #flow .flex_3_cont li {
  width: 30%;
}
@media screen and (max-width: 880px) {
  #consultation #flow .flex_3_cont li {
    width: 100%;
  }
  #consultation #flow .flex_3_cont li + li {
    margin-top: 30px;
  }
}
#consultation #flow .flex_3_cont li img {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 880px) {
  #consultation #flow .flex_3_cont li img {
    margin-bottom: 10px;
  }
}
#consultation #flow .flex_3_cont li h3 {
  font-size: 0.24rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#consultation #flow .flex_3_cont li h3 span {
  font-family: "Gelasio", serif;
  font-size: 0.46rem;
  color: #e46157;
  font-weight: 400;
  display: block;
  margin-right: 0.2em;
}
@media screen and (max-width: 880px) {
  #consultation #flow .flex_3_cont li h3 {
    font-size: 0.2rem;
  }
  #consultation #flow .flex_3_cont li h3 span {
    font-size: 0.35rem;
  }
}
#consultation #flow .flex_3_cont li p {
  font-size: 0.19rem;
  line-height: 1.9;
  letter-spacing: 1px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width: 880px) {
  #consultation #flow .flex_3_cont li p {
    font-size: 0.17rem;
  }
}

#oyasapo .contact ul li.application a.off::after {
  content: "2024年11月下旬 申込受付開始";
}
#oyasapo header h1 {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
}
@media screen and (max-width: 880px) {
  #oyasapo header h1 {
    left: 10px;
    transform: none;
    top: 20px;
  }
}
#oyasapo #mv {
  position: relative;
}
#oyasapo #mv .info_txt {
  position: absolute;
  bottom: 8%;
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  max-width: 90vw;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  color: #d5001a;
  background: linear-gradient(90deg, #f9f5fa, #e9d3de);
  padding: 10px;
  box-sizing: border-box;
}
#oyasapo #mv .info_txt p {
  text-align: center;
  font-size: 1.5vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  #oyasapo #mv .info_txt {
    position: static;
    margin-top: 30px;
  }
  #oyasapo #mv .info_txt p {
    font-size: 0.2rem;
  }
}
#oyasapo .mv_under_bnr {
  margin: 30px auto;
}
#oyasapo main .logo {
  max-width: 300px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 880px) {
  #oyasapo main .logo {
    display: block;
    width: 70%;
    margin: 0 auto 10px;
  }
}
#oyasapo .color_pink {
  color: #f14d61;
}
#oyasapo .color_blue {
  color: #066fb7;
}
#oyasapo .color_green {
  color: #3b8a11;
}
#oyasapo #mv {
  background: none;
  border: none;
  max-height: none;
  height: auto;
  min-height: inherit;
}
#oyasapo #mv::before {
  display: none;
}
#oyasapo #nav {
  font-family: "Noto Serif JP", system-ui;
}
#oyasapo #about {
  margin-top: 130px;
  font-family: "Noto Serif JP", system-ui;
}
@media screen and (max-width: 880px) {
  #oyasapo #about {
    margin-top: 60px;
  }
}
#oyasapo #about .ttl .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .ttl .flex {
    display: block;
  }
  #oyasapo #about .ttl .flex .logo {
    margin-bottom: 10px;
  }
}
#oyasapo #about .about_txt {
  font-size: 0.24rem;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .about_txt {
    text-align: left;
    font-size: 0.2rem;
  }
}
#oyasapo #about .lifestage {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-top: 70px;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage {
    display: block;
  }
}
#oyasapo #about .lifestage_cont {
  width: 22%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont {
    width: 100%;
  }
  #oyasapo #about .lifestage_cont + .lifestage_cont {
    margin-top: 30px;
  }
}
#oyasapo #about .lifestage_cont::before {
  content: "";
  width: 30%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 2%;
  left: -5%;
  display: block;
  background: url("../images/child/oyasapo/about_ill01.webp") no-repeat bottom/contain;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont::before {
    width: 20%;
    top: auto;
    top: 0;
    z-index: 1;
  }
}
#oyasapo #about .lifestage_cont h2 {
  position: relative;
  width: 100%;
  display: block;
  font-size: clamp(0px, 6.66vw, 82px);
  color: rgba(189, 189, 189, 0.5);
  display: block;
  text-align: center;
  line-height: 1;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#oyasapo #about .lifestage_cont h2 span {
  font-family: "Noto Serif JP", system-ui;
  font-weight: 400;
  color: #5e6063;
  font-size: clamp(0px, 1.38vw, 17px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont h2 {
    font-size: 0.6rem;
  }
  #oyasapo #about .lifestage_cont h2 span {
    font-size: 0.2rem;
  }
}
#oyasapo #about .lifestage_cont .arrow {
  background: url("../images/child/oyasapo/about_contbg.webp") no-repeat center/contain;
  width: 100%;
  display: flex;
  flex-direction: column;
  aspect-ratio: 58/81;
  box-sizing: border-box;
  padding: 10% 0;
  flex-grow: 1;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont .arrow {
    width: 70%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    padding: 10px;
    aspect-ratio: auto;
  }
}
#oyasapo #about .lifestage_cont .arrow .txt {
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0px, 1.6vw, 20px);
  line-height: 1.9;
  flex-grow: 1;
}
#oyasapo #about .lifestage_cont .arrow .txt p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont .arrow .txt {
    font-size: 0.24rem;
  }
  #oyasapo #about .lifestage_cont .arrow .txt br {
    display: none;
  }
}
#oyasapo #about .lifestage_cont .arrow .ya {
  width: 8px;
  margin: 0 auto 10%;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont .arrow .ya {
    width: 4px;
  }
}
#oyasapo #about .lifestage_cont .arrow .bold {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.025em;
}
#oyasapo #about .lifestage_cont .arrow .bold span {
  font-size: clamp(16px, 2.195vw, 27px);
  font-weight: 700;
  background: linear-gradient(-90deg, #e86d6d, #e98383);
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 0.1em;
}
#oyasapo #about .lifestage_cont .link {
  position: relative;
  border-radius: 6px;
  background: linear-gradient(-90deg, #e86d6d, #e98383);
  display: block;
  padding: 30px clamp(0px, 1.6vw, 20px) 40px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont .link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
#oyasapo #about .lifestage_cont .link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  border-top-left-radius: 100%;
}
#oyasapo #about .lifestage_cont .link::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 15px;
  right: 15px;
  background: url("../images/arrow_1.webp") no-repeat center/contain;
  z-index: 1;
  transform: rotate(90deg);
}
#oyasapo #about .lifestage_cont .link .icn {
  position: absolute;
  top: -17.5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
}
#oyasapo #about .lifestage_cont .link .icn img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont .link .icn {
    top: 10px;
    left: 10px;
    right: auto;
  }
}
#oyasapo #about .lifestage_cont .link p {
  font-size: clamp(0px, 1.3vw, 16px);
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont .link p {
    width: 100%;
    font-size: 0.2rem;
    margin-bottom: 15px;
  }
}
#oyasapo #about .lifestage_cont .link img {
  width: 62%;
  margin: 25px auto;
  display: block;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont .link img {
    width: 30%;
    max-width: 120px;
    margin: 0;
  }
}
#oyasapo #about .lifestage_cont .link h3 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: clamp(0px, 1.7vw, 24px);
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont .link h3 {
    text-align: left;
    margin-left: 15px;
    font-size: 0.25rem;
  }
}
#oyasapo #about .lifestage_cont:nth-child(1)::before {
  background: url("../images/child/oyasapo/about_ill01.webp") no-repeat bottom/contain;
}
#oyasapo #about .lifestage_cont:nth-child(2)::before {
  background: url("../images/child/oyasapo/about_ill02.webp") no-repeat bottom/contain;
}
#oyasapo #about .lifestage_cont:nth-child(3)::before {
  background: url("../images/child/oyasapo/about_ill03.webp") no-repeat bottom/contain;
}
@media screen and (max-width: 880px) {
  #oyasapo #about .lifestage_cont:nth-child(3)::before {
    left: 0;
  }
}
#oyasapo #about .lifestage_cont:nth-child(3) .bold span {
  background: linear-gradient(-90deg, #0f77ab, #288bbc);
}
#oyasapo #about .lifestage_cont:nth-child(3) .link {
  background: linear-gradient(-90deg, #0f77ab, #288bbc);
}
#oyasapo #about .lifestage_cont:nth-child(4)::before {
  background: url("../images/child/oyasapo/about_ill04.webp") no-repeat bottom/contain;
}
#oyasapo #about .lifestage_cont:nth-child(4) .bold span {
  background: linear-gradient(-90deg, #5c9d3c, #6dad4e);
}
#oyasapo #about .lifestage_cont:nth-child(4) .link {
  background: linear-gradient(-90deg, #5c9d3c, #6dad4e);
}
#oyasapo #worries .flex_3_cont li p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#oyasapo #worries .flex_3_cont li:nth-child(1) p strong {
  color: #f14d61;
}
#oyasapo #worries .flex_3_cont li:nth-child(2) p strong {
  color: #066fb7;
}
#oyasapo #worries .flex_3_cont li:nth-child(3) p strong {
  color: #3b8a11;
}
#oyasapo #worries .borderBox {
  border: 2px solid #313131;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-top: 170px;
  padding: 50px;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .borderBox {
    margin-top: 60px;
    padding: 20px;
  }
}
#oyasapo #worries .borderBox .abso {
  text-align: center;
  position: absolute;
  font-size: clamp(0px, 1.95vw, 24px);
  line-height: 2.08;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  top: -3em;
  padding: 0 1em;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .borderBox .abso {
    position: static;
    font-size: 0.17rem;
    text-align: left;
    padding: 0;
  }
}
#oyasapo #worries .borderBox h3 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #1b5a8d;
  font-size: 0.34rem;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .borderBox h3 {
    font-size: 0.22rem;
    text-align: left;
    margin-top: 0.5em;
    line-height: 1.8;
  }
}
#oyasapo #worries .borderBox ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .borderBox ul {
    display: block;
    margin-top: 20px;
  }
}
#oyasapo #worries .borderBox ul li {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}
#oyasapo #worries .borderBox ul li + li {
  border-left: 1px solid #919191;
}
#oyasapo #worries .borderBox ul li img {
  max-width: 120.5px;
  margin: 0 auto 20px;
}
#oyasapo #worries .borderBox ul li p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 1.769;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .borderBox ul li {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 10px;
  }
  #oyasapo #worries .borderBox ul li + li {
    border-left: none;
    border-top: 1px solid #919191;
  }
  #oyasapo #worries .borderBox ul li img {
    width: 20%;
    margin: 0;
    margin-right: 5%;
  }
  #oyasapo #worries .borderBox ul li p {
    width: 75%;
    text-align: left;
    font-size: 0.18rem;
  }
  #oyasapo #worries .borderBox ul li p br {
    display: none;
  }
}
#oyasapo #worries .arrowtxt {
  text-align: center;
  margin-top: 80px;
  font-size: 0.34rem;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .arrowtxt {
    margin-top: 40px;
  }
}
#oyasapo #worries .arrowtxt small {
  display: block;
  font-size: 0.28rem;
  margin-bottom: 30px;
}
#oyasapo #worries .arrowtxt span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#oyasapo #worries .arrowtxt span .logo {
  margin-left: 10px;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .arrowtxt {
    font-size: 0.3rem;
  }
  #oyasapo #worries .arrowtxt small {
    margin-bottom: 10px;
    font-size: 0.18rem;
  }
  #oyasapo #worries .arrowtxt span {
    display: block;
  }
  #oyasapo #worries .arrowtxt span .logo {
    margin: 10px auto 0;
  }
}
#oyasapo #worries .bgBox h2 {
  font-size: 0.34rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .bgBox h2 {
    font-size: 0.28rem;
    margin-bottom: 30px;
    width: 100%;
  }
}
#oyasapo #worries .bgBox ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .bgBox ul {
    display: block;
  }
}
#oyasapo #worries .bgBox ul li {
  width: 33.3333333333%;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .bgBox ul li {
    width: 100%;
  }
  #oyasapo #worries .bgBox ul li + li {
    margin-top: 20px;
  }
}
#oyasapo #worries .bgBox ul li h3 {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
#oyasapo #worries .bgBox ul li h3 span {
  font-size: clamp(0px, 1.95vw, 24px);
  line-height: 1.5;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .bgBox ul li h3 span {
    font-size: 0.2rem;
  }
}
#oyasapo #worries .bgBox ul li h3 span.num {
  font-family: "Gelasio", serif;
  font-size: 0.46rem;
  font-weight: 500;
  color: #e46157;
  margin-right: 0.5em;
}
#oyasapo #worries .bgBox ul li p {
  font-size: 0.2rem;
  line-height: 2.1;
  margin-top: 20px;
}
@media screen and (max-width: 880px) {
  #oyasapo #worries .bgBox ul li p {
    font-size: 0.18rem;
  }
}
#oyasapo #service {
  margin-top: 130px;
  padding-top: 130px;
  background-image: -ms-linear-gradient(90deg, rgba(253, 248, 248, 0), rgb(253, 248, 248));
  position: relative;
  overflow-x: clip;
}
#oyasapo #service .ttl {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  #oyasapo #service {
    margin-top: 100px;
    padding-top: 20px;
  }
}
#oyasapo #service::before {
  content: "";
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 40px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  background: rgb(253, 248, 248);
  position: absolute;
  top: -40px;
  width: 100%;
  display: block;
}
#oyasapo #service #service_tab .tabBtns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#oyasapo #service #service_tab .tabBtns a {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 40px 20px;
  box-sizing: border-box;
  font-size: 0.26rem;
  font-weight: 700;
  opacity: 0.5;
}
#oyasapo #service #service_tab .tabBtns a:first-child {
  border-top-left-radius: 12px;
  background: linear-gradient(-90deg, #e86d6d, #e98383);
}
#oyasapo #service #service_tab .tabBtns a:nth-child(2) {
  background: linear-gradient(-90deg, #0f77ab, #288bbc);
}
#oyasapo #service #service_tab .tabBtns a:nth-child(3) {
  border-top-right-radius: 12px;
  background: linear-gradient(-90deg, #5c9d3c, #6dad4e);
}
#oyasapo #service #service_tab .tabBtns a.active {
  padding-bottom: 55px;
  opacity: 1;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tabBtns a {
    width: 33.3333333333%;
    display: block;
    font-size: 3.5vw;
    text-align: center;
    padding: 10px;
  }
  #oyasapo #service #service_tab .tabBtns a.active {
    padding-bottom: 15px;
  }
}
#oyasapo #service #service_tab .tabBtns a img {
  width: 35px;
  flex-shrink: 0;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tabBtns a img {
    width: 20px;
    margin: 0 auto 10px;
  }
}
#oyasapo #service #service_tab .tab_cont {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #fff;
  display: none;
}
#oyasapo #service #service_tab .tab_cont.active {
  display: block;
}
#oyasapo #service #service_tab .tab_cont .tab_ttl {
  font-size: 0.44rem;
  padding: 35px 10px;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#oyasapo #service #service_tab .tab_cont .tab_ttl small {
  font-size: 0.54em;
  display: block;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 2;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .tab_ttl {
    font-size: 6vw;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#oyasapo #service #service_tab .tab_cont .cont_inner > * {
  padding: 90px 0 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner > * {
    padding: 50px 0;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner > * .num {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  color: #8d3d3d;
  font-size: 2.9rem;
  font-weight: 900;
  opacity: 0.5;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner > * .num {
    font-size: 1.3rem;
    line-height: 1;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner h4 {
  font-size: 0.39rem;
  margin-bottom: 68px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner h4 {
    font-size: 5vw;
    margin-bottom: 20px;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#oyasapo #service #service_tab .tab_cont .cont_inner .flex > * {
  width: 48%;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner .flex {
    display: block;
  }
  #oyasapo #service #service_tab .tab_cont .cont_inner .flex > * {
    width: 100%;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner .flex .txt p {
  font-size: 0.17rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
#oyasapo #service #service_tab .tab_cont .cont_inner .flex .img {
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner .flex .img {
    margin-top: 10px;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox {
  background: #fff;
  padding: 35px;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 50px;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner .bgBox {
    padding: 15px;
    margin-top: 25px;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex > * {
  width: 48%;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex {
    display: block;
  }
  #oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex > * {
    width: 100%;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex h5 {
  background: #e87474;
  color: #fff;
  font-size: 0.21rem;
  letter-spacing: 0.1em;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex h5 {
    padding: 10px;
    margin-bottom: 10px;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex ul li {
  list-style: disc;
  margin-left: 1em;
  font-size: 0.19rem;
  line-height: 1.68;
  color: #000;
  box-sizing: border-box;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex ul li {
    font-size: 0.16rem;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex .flex_cont:nth-child(n+3) {
  margin-top: 25px;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex .flex_cont:nth-child(n+2) {
    margin-top: 20px !important;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex .flex_cont.w100 {
  width: 100%;
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex .flex_cont.w100 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex .flex_cont.w100 ul li {
  width: calc(49% - 1em);
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex .flex_cont.w100 ul li {
    width: 100%;
  }
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex .flex_cont h5 {
  margin-bottom: 15px;
}
#oyasapo #service #service_tab .tab_cont .cont_inner .bgBox .flex .small {
  width: 100%;
  color: #000;
  display: block;
  margin: 25px 0;
  font-size: 0.13rem;
}
#oyasapo #service #service_tab .tab_cont .cont_inner .anchor {
  margin-top: 20px;
}
#oyasapo #service #service_tab .tab_cont .cont_inner .anchor a {
  color: #fff;
  text-decoration: underline;
}
#oyasapo #service #service_tab .tab_cont .cont_inner .small_link {
  color: #fff;
  display: block;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  text-decoration: underline;
  font-size: 0.19rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  #oyasapo #service #service_tab .tab_cont .cont_inner .small_link {
    margin-top: 10px;
    font-size: 0.16rem;
  }
}
#oyasapo #service #service_tab .tab_cont#tab01 {
  background: #e86d6d;
}
#oyasapo #service #service_tab .tab_cont#tab01 .cont_inner:nth-child(even) {
  background: linear-gradient(90deg, rgba(232, 109, 109, 0.95), rgba(233, 131, 131, 0.95));
}
#oyasapo #service #service_tab .tab_cont#tab02 {
  background: #0f77ab;
}
#oyasapo #service #service_tab .tab_cont#tab02 .cont_inner:nth-child(even) {
  background: linear-gradient(90deg, rgba(15, 119, 171, 0.95), rgba(40, 139, 188, 0.95));
}
#oyasapo #service #service_tab .tab_cont#tab02 .cont_inner .bgBox .flex .flex_cont h5 {
  background: #0f77ab;
}
#oyasapo #service #service_tab .tab_cont#tab02 .cont_inner > * .num {
  color: #0A557B;
}
#oyasapo #service #service_tab .tab_cont#tab03 {
  background: #5c9d3c;
}
#oyasapo #service #service_tab .tab_cont#tab03 .cont_inner:nth-child(even) {
  background: linear-gradient(90deg, rgba(92, 157, 60, 0.95), rgba(109, 173, 78, 0.95));
}
#oyasapo #service #service_tab .tab_cont#tab03 .cont_inner .bgBox .flex .flex_cont h5 {
  background: #5c9d3c;
}
#oyasapo #service #service_tab .tab_cont#tab03 .cont_inner > * .num {
  color: #345A22;
}
#oyasapo #support {
  border: 2px solid #000;
  position: relative;
  border-radius: 12px;
  margin: 110px auto;
  padding: 50px;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width: 880px) {
  #oyasapo #support {
    padding: 20px;
    margin: 60px auto;
  }
}
#oyasapo #support h2 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  top: -0.7em;
  background: #fff;
  font-size: 0.28rem;
  padding: 0 0.5em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  letter-spacing: 0.15em;
}
@media screen and (max-width: 880px) {
  #oyasapo #support h2 {
    font-size: 0.22rem;
  }
}
#oyasapo #support h3 {
  font-size: 0.36rem;
  letter-spacing: 0.15em;
}
#oyasapo #support h3 span {
  display: inline-block;
  position: relative;
}
#oyasapo #support h3 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  aspect-ratio: 164/13;
  background: url("../images/child/oyasapo/underline.webp") no-repeat center/contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10%;
}
@media screen and (max-width: 880px) {
  #oyasapo #support h3 {
    font-size: 0.3rem;
    margin-top: 10px;
  }
  #oyasapo #support h3 span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
  }
}
#oyasapo #support p {
  text-align: center;
  font-size: 0.26rem;
  margin-top: 25px;
  font-weight: 500;
}
@media screen and (max-width: 880px) {
  #oyasapo #support p {
    font-size: 0.2rem;
    line-height: 2;
  }
}
#oyasapo #support .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
#oyasapo #support .flex > * {
  width: 22%;
}
#oyasapo #support .flex .cont h4 {
  text-align: left;
  font-size: 0.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 880px) {
  #oyasapo #support .flex .cont h4 {
    margin-bottom: 5px;
  }
}
#oyasapo #support .flex .cont ul li {
  list-style: disc;
  font-size: 0.18rem;
  margin-left: 1em;
  line-height: 2;
}
@media screen and (max-width: 880px) {
  #oyasapo #support .flex .cont ul li {
    line-height: 1.7;
  }
}
#oyasapo #support .flex .img {
  width: 30%;
  margin-top: -4%;
}
@media screen and (max-width: 880px) {
  #oyasapo #support .flex {
    display: block;
    margin-top: 30px;
  }
  #oyasapo #support .flex > * {
    width: 100%;
  }
  #oyasapo #support .flex .cont {
    margin-top: 15px;
  }
  #oyasapo #support .flex .img {
    margin-top: 20px;
    width: 100%;
  }
  #oyasapo #support .flex .img img {
    width: 80%;
    margin: 0 auto;
  }
}
#oyasapo #plan .bgBox {
  background: #fff;
  border: 4px solid #e8e8e8;
  border-radius: 46px;
  padding: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox {
    padding: 15px;
  }
}
#oyasapo #plan .bgBox .flex {
  display: flex;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox .flex {
    display: block;
  }
}
#oyasapo #plan .bgBox .flex .flex_cont {
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox .flex .flex_cont {
    width: 100%;
  }
  #oyasapo #plan .bgBox .flex .flex_cont + .flex_cont {
    margin-top: 20px;
  }
}
#oyasapo #plan .bgBox .flex .flex_cont h3 {
  font-size: 0.3rem;
  font-size: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox .flex .flex_cont h3 {
    margin-bottom: 10px;
  }
}
#oyasapo #plan .bgBox .flex .flex_cont p {
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
}
#oyasapo #plan .bgBox .flex .flex_cont .inner {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #d0d0d0;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 45px;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox .flex .flex_cont .inner {
    margin-top: 15px;
  }
}
#oyasapo #plan .bgBox .flex .flex_cont .inner dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 2px solid #d0d0d0;
}
#oyasapo #plan .bgBox .flex .flex_cont .inner dl dt {
  width: 40%;
  font-size: 0.18rem;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  background: #e8e8e8;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox .flex .flex_cont .inner dl dt {
    padding: 10px;
    font-size: 3vw;
  }
}
#oyasapo #plan .bgBox .flex .flex_cont .inner dl dt small {
  display: block;
}
#oyasapo #plan .bgBox .flex .flex_cont .inner dl dt small.inline {
  display: inline;
}
#oyasapo #plan .bgBox .flex .flex_cont .inner dl dd {
  width: 60%;
  border-left: 2px solid #d0d0d0;
  padding: 20px;
  box-sizing: border-box;
  color: #787878;
  font-size: 0.22rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  font-weight: 700;
}
#oyasapo #plan .bgBox .flex .flex_cont .inner dl dd strong {
  font-size: 1.45em;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox .flex .flex_cont .inner dl dd {
    padding: 10px;
    font-size: 3vw;
  }
  #oyasapo #plan .bgBox .flex .flex_cont .inner dl dd strong {
    font-size: 1.5em;
  }
}
#oyasapo #plan .bgBox .flex .flex_cont .inner dl:last-child {
  border-bottom: none;
}
#oyasapo #plan .bgBox .flex .flex_cont .inner dl:last-child dt {
  background: #3f94e2;
  color: #fff;
}
#oyasapo #plan .bgBox .flex .flex_cont .inner.column h4 {
  font-size: 0.26rem;
  color: #787878;
}
#oyasapo #plan .bgBox .flex .flex_cont .inner.column h4 small {
  display: block;
  font-size: 0.18rem;
  color: #191919;
}
#oyasapo #plan .bgBox .flex .flex_cont .inner.column a {
  color: #0962a9;
  border-bottom: 1px solid #0962a9;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin-top: 1em;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox .flex .flex_cont .inner.column {
    padding: 10px;
    box-sizing: border-box;
  }
}
#oyasapo #plan .bgBox .small {
  font-size: 0.13rem;
  margin: 20px 0;
  line-height: 2.1;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#oyasapo #plan .bgBox .note {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin-top: 60px;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox .note {
    margin-top: 30px;
  }
}
#oyasapo #plan .bgBox .note p {
  font-size: 0.17rem;
  line-height: 2.17;
}
#oyasapo #plan .bgBox .note .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox .note .flex {
    display: block;
  }
}
#oyasapo #plan .bgBox .note .flex p {
  margin-left: 5%;
  display: block;
  display: flex;
  align-items: flex-start;
}
#oyasapo #plan .bgBox .note .flex p span {
  margin-right: 10px;
}
#oyasapo #plan .bgBox .note .flex p:first-child {
  margin-left: 0;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bgBox .note .flex p {
    margin: 10px auto;
    font-size: 0.14rem;
  }
}
#oyasapo #plan table.table05 tr:nth-child(n+2) th {
  background: #f5f5f5;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  font-size: 0.2rem;
  color: #fff;
}
#oyasapo #plan table.table05 tr:nth-child(n+2) th.pink {
  background: #e87474;
}
#oyasapo #plan table.table05 tr:nth-child(n+2) th.blue {
  background: #0f77ab;
}
#oyasapo #plan table.table05 tr:nth-child(n+2) th.green {
  background: #5c9d3c;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan table.table05 tr:nth-child(n+2) th {
    font-size: 0.12rem;
  }
}
#oyasapo #plan table.table05 tr:nth-child(12) > *:first-child {
  border-radius: 0;
}
#oyasapo #plan .radius-table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#oyasapo #plan .table_txt {
  max-width: 980px;
  margin: 20px auto 0;
  font-size: 0.13rem;
  line-height: 2;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#oyasapo #plan .table_txt dl {
  font-size: 0.16rem;
  margin-top: 1em;
}
#oyasapo #plan .table_txt dl ul li {
  list-style: disc;
  margin-left: 1em;
}
#oyasapo #plan .abso {
  bottom: -30px;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .abso {
    width: 60px;
    right: -4.5vw;
  }
}
#oyasapo #plan .table06 tr:last-child > * {
  border-radius: 0 !important;
}
#oyasapo #plan .table06 th {
  font-size: 0.19rem;
  padding: 20px;
  background: #e8e8e8;
  width: 25%;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .table06 th {
    font-size: 0.12rem;
    padding: 10px;
  }
}
#oyasapo #plan .table06 td {
  padding: 20px;
  font-size: 0.18rem;
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#oyasapo #plan .table06 td:nth-child(3) {
  background: #f5f5f5;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .table06 td {
    font-size: 0.12rem;
    padding: 10px;
  }
}
#oyasapo #plan .table06 tr:nth-child(n+2) th {
  background: #f5f5f5;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  font-size: 0.2rem;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .table06 tr:nth-child(n+2) th {
    font-size: 0.12rem;
    padding: 10px;
  }
}
#oyasapo #plan .bnr {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#oyasapo #plan .bnr .inner {
  padding: 35px 45px;
  align-items: stretch;
  display: flex;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bnr .inner {
    padding: 20px;
    display: block;
  }
}
#oyasapo #plan .bnr .leftBox {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
#oyasapo #plan .bnr .leftBox .ttlBox {
  font-size: 0.29rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bnr .leftBox .ttlBox {
    font-size: 0.24rem;
    margin-bottom: 20px;
  }
}
#oyasapo #plan .bnr .leftBox .ttlBox img {
  margin: 0 auto;
}
#oyasapo #plan .bnr .leftBox .img {
  position: static;
  margin-top: auto;
  max-width: 157px;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bnr .leftBox .img {
    position: absolute;
    bottom: -5%;
    left: -2%;
    width: 20%;
    display: none;
  }
}
#oyasapo #plan .bnr .txtBox {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  display: block;
  padding-left: 0;
}
#oyasapo #plan .bnr .txtBox h3 {
  font-size: 0.18rem;
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bnr .txtBox h3 {
    font-size: 0.16rem;
    margin-bottom: 0.2em;
    line-height: 2;
  }
}
#oyasapo #plan .bnr .txtBox h3:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 880px) {
  #oyasapo #plan .bnr .txtBox h3:nth-child(n+2) {
    margin-top: 15px;
  }
}
#oyasapo #plan .bnr .txtBox ul {
  font-size: 0.16rem;
  line-height: 1.73;
}
#oyasapo #plan .bnr .txtBox ul li {
  list-style: disc;
  margin-left: 1em;
}
#oyasapo #image {
  max-width: 900px;
  width: 90%;
  margin: 130px auto;
}
@media screen and (max-width: 880px) {
  #oyasapo #image {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
#oyasapo #image p {
  font-size: 0.17rem;
  line-height: 1.92;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: 0.15em;
}
@media screen and (max-width: 880px) {
  #oyasapo #image p {
    font-size: 0.17rem;
  }
}
#oyasapo #image .zu {
  margin-top: 50px;
}
@media screen and (max-width: 880px) {
  #oyasapo #image .zu {
    margin-top: 20px;
    width: 100vw;
    margin-left: -5vw;
  }
  #oyasapo #image .zu img {
    width: 100%;
    max-width: none;
  }
}
#oyasapo #rei .rei_cont .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 880px) {
  #oyasapo #rei .rei_cont .flex {
    display: block;
  }
}
#oyasapo #rei .rei_cont .flex .ill {
  width: 24%;
}
@media screen and (max-width: 880px) {
  #oyasapo #rei .rei_cont .flex .ill {
    display: none;
  }
}
#oyasapo #rei .rei_cont .flex .txtBox {
  width: 70%;
}
@media screen and (max-width: 880px) {
  #oyasapo #rei .rei_cont .flex .txtBox {
    width: 100%;
  }
}
#oyasapo #rei .rei_cont .flex .txtBox h3 {
  font-size: 0.26rem;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 880px) {
  #oyasapo #rei .rei_cont .flex .txtBox h3 {
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #oyasapo #rei .rei_cont .flex .txtBox h3 img {
    width: 70px;
    margin-right: 10px;
  }
}
#oyasapo #rei .rei_cont .flex .txtBox h4 {
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #fff;
  background: #e07f7f;
  width: 100%;
  max-width: 380px;
  position: relative;
  padding: 20px 40px;
  box-sizing: border-box;
  margin: 40px 0;
}
#oyasapo #rei .rei_cont .flex .txtBox h4.blue {
  background: #0f77ab;
}
#oyasapo #rei .rei_cont .flex .txtBox h4 span {
  font-size: 0.22rem;
}
#oyasapo #rei .rei_cont .flex .txtBox h4 img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
@media screen and (max-width: 880px) {
  #oyasapo #rei .rei_cont .flex .txtBox h4 {
    margin: 15px 0;
    padding: 10px 25px;
    width: 100%;
    max-width: none;
  }
  #oyasapo #rei .rei_cont .flex .txtBox h4 span {
    font-size: 0.2rem;
  }
  #oyasapo #rei .rei_cont .flex .txtBox h4 img {
    width: 20px;
    height: 20px;
    left: 5px;
  }
}
#oyasapo #rei .rei_cont .flex .txtBox p {
  font-size: 0.17rem;
  line-height: 2;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#oyasapo #rei .rei_cont:nth-child(even) .flex {
  flex-direction: row-reverse;
}
#oyasapo #rei .rei_cont + .rei_cont {
  margin-top: 90px;
}
@media screen and (max-width: 880px) {
  #oyasapo #rei .rei_cont + .rei_cont {
    margin-top: 45px;
  }
}
#oyasapo #rei .rei_cont .priceBox {
  border: 2px solid #000;
  background: #f7f7f7;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 45px;
}
@media screen and (max-width: 880px) {
  #oyasapo #rei .rei_cont .priceBox {
    display: block;
    padding: 10px;
    margin-top: 15px;
  }
}
#oyasapo #rei .rei_cont .priceBox h5 {
  font-size: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #000;
  width: 20%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 880px) {
  #oyasapo #rei .rei_cont .priceBox h5 {
    width: 100%;
    border: none;
    padding-bottom: 10px;
  }
}
#oyasapo #rei .rei_cont .priceBox p {
  font-size: 0.2rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.95;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  padding: 0 10px;
  box-sizing: border-box;
}
#oyasapo #rei .rei_cont .priceBox p small {
  font-size: 0.12rem;
}
@media screen and (max-width: 880px) {
  #oyasapo #rei .rei_cont .priceBox p {
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font-size: 0.16rem;
  }
}
#oyasapo #rei .rei_cont .priceBox p.price {
  border-left: 1px solid #000;
}
#oyasapo #rei .rei_cont .priceBox p.price span {
  font-size: 0.32rem;
}
#oyasapo #rei .rei_cont .priceBox p.price span strong {
  font-size: 0.52rem;
  font-weight: 900;
}
#oyasapo #rei .rei_cont .priceBox p.price span span {
  color: #1b5a8d;
}
#oyasapo #rei .rei_cont .priceBox p.price span small {
  font-size: 0.15rem;
}
@media screen and (max-width: 880px) {
  #oyasapo #rei .rei_cont .priceBox p.price {
    border: none;
    text-align: center;
    padding-bottom: 0;
  }
  #oyasapo #rei .rei_cont .priceBox p.price span {
    font-size: 0.2rem;
    display: inline-block;
    line-height: 1.4;
  }
  #oyasapo #rei .rei_cont .priceBox p.price span strong {
    font-size: 0.26rem;
  }
  #oyasapo #rei .rei_cont .priceBox p.price span small {
    font-size: 0.13rem;
  }
}
#oyasapo #rei .rei_cont .cap {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin-top: 10px;
  font-size: 0.12rem;
}
#oyasapo #flow {
  padding-top: 0;
  margin-top: 130px;
}
@media screen and (max-width: 880px) {
  #oyasapo #flow {
    margin-top: 60px;
  }
}
#oyasapo #flow .flex_4_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#oyasapo #flow .flex_4_cont li {
  width: 22%;
}
#oyasapo #flow .flex_4_cont li h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.24rem;
  margin: 20px auto;
}
#oyasapo #flow .flex_4_cont li h3 span {
  color: #e46157;
  font-family: "Gelasio", serif;
  font-size: 0.46rem;
  font-weight: 400;
  margin-right: 10px;
  display: block;
  line-height: 1;
}
#oyasapo #flow .flex_4_cont li p {
  font-size: 0.19rem;
  letter-spacing: 0.1em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.9;
}
@media screen and (max-width: 880px) {
  #oyasapo #flow .flex_4_cont {
    display: block;
  }
  #oyasapo #flow .flex_4_cont li {
    width: 100%;
  }
  #oyasapo #flow .flex_4_cont li + li {
    margin-top: 20px;
  }
  #oyasapo #flow .flex_4_cont li h3 {
    margin-bottom: 10px;
  }
  #oyasapo #flow .flex_4_cont li p {
    font-size: 0.16rem;
  }
}

#entryplan .ttl .bg {
  display: block;
  background: linear-gradient(90deg, #f5e194, #9dd9b7);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  line-height: 1.1;
  margin: 0 auto 20px;
}
@media screen and (max-width: 880px) {
  #entryplan .ttl .bg {
    font-size: 0.17rem;
  }
}
#entryplan #mv .mv_txt {
  height: calc(100% - 125px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 880px) {
  #entryplan #mv .mv_txt {
    height: auto;
  }
}
#entryplan #mv .mv_txt h2 {
  margin-bottom: 0;
}
#entryplan #mv .mv_txt small {
  font-size: 0.24rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  #entryplan #mv .mv_txt small {
    font-size: 0.18rem;
  }
}
#entryplan #mv .mv_txt strong {
  line-height: 1.4;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
#entryplan #mv .mv_txt strong span {
  display: block;
  font-size: 0.32rem;
}
@media screen and (max-width: 880px) {
  #entryplan #mv .mv_txt strong span {
    font-size: 0.17rem;
  }
}
#entryplan #mv .mv_txt .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#entryplan #mv .mv_txt .flex .en {
  margin-right: 15px;
}
#entryplan #mv .mv_txt .flex .bg {
  background: #3fa56c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  padding: 10px;
  line-height: 1;
  border-radius: 3px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 880px) {
  #entryplan #mv .mv_txt .flex .bg {
    font-size: 0.15rem;
  }
}
#entryplan #worries .center {
  background: url("../images/child/entryplan/line.webp") no-repeat center/contain;
}
#entryplan #worries .bgBox::before {
  background: linear-gradient(-18deg, #fbf7e8, #e9f3ed);
}
#entryplan .about_hitorinomikata {
  padding: 4px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #f5e194, #9dd9b7);
  border-radius: 34px;
  position: relative;
  margin: 45px auto 100px;
}
@media screen and (max-width: 880px) {
  #entryplan .about_hitorinomikata {
    margin-bottom: 60px;
  }
}
#entryplan .about_hitorinomikata .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}
#entryplan .about_hitorinomikata .inner .ttlBox {
  width: 20%;
  max-width: 373px;
}
#entryplan .about_hitorinomikata .inner .txtBox {
  width: 75%;
  box-sizing: border-box;
}
#entryplan .about_hitorinomikata .inner .txtBox p {
  font-size: 0.18rem;
  line-height: 2.2;
}
@media screen and (max-width: 880px) {
  #entryplan .about_hitorinomikata .inner {
    display: block;
  }
  #entryplan .about_hitorinomikata .inner .ttlBox {
    width: 80%;
    margin: 0 auto 20px;
  }
  #entryplan .about_hitorinomikata .inner .txtBox {
    width: 100%;
  }
}
#entryplan #intro .flex .arrow {
  position: relative;
  width: clamp(0px, 12.19vw, 150px);
  margin: 0 20px;
}
#entryplan #intro .flex .arrow img {
  width: 56%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#entryplan #intro .flex .arrow span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  font-size: clamp(0px, 1.95vw, 24px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 880px) {
  #entryplan #intro .flex .arrow {
    margin: 20px auto;
    width: 90%;
  }
  #entryplan #intro .flex .arrow img {
    transform: translate(-50%, -50%) rotate(90deg);
    width: auto;
    height: 100px;
  }
  #entryplan #intro .flex .arrow span {
    text-align: center;
    font-size: 0.15rem;
  }
}
#entryplan #intro .flex .cont.right {
  background: linear-gradient(90deg, #fbf7e8, #e9f3ed);
}
#entryplan #intro .flex .cont.right p:last-child {
  text-align: right;
}
#entryplan #intro .flex .cont .abso {
  bottom: -70px;
}
#entryplan #servise .cont {
  background: linear-gradient(90deg, #f5e194, #9dd9b7);
}
#entryplan #servise .cont .btn a {
  background: linear-gradient(90deg, #f5e194, #9dd9b7);
}
#entryplan #servise .bg {
  display: block;
  background: linear-gradient(90deg, #f5e194, #9dd9b7);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  line-height: 1.1;
  margin: 0 auto 20px;
}
@media screen and (max-width: 880px) {
  #entryplan #servise .bg {
    font-size: 0.17rem;
  }
}
#entryplan table.table02 th {
  width: 25%;
}
#entryplan table.table02 th:last-child {
  background: #3fa56c;
}
#entryplan #plan {
  background: url("../images/child/entryplan/bg.webp") no-repeat center top/cover;
}
@media screen and (max-width: 880px) {
  #entryplan #plan {
    margin-top: 60px;
  }
}
#entryplan #plan .kakunin {
  background: linear-gradient(90deg, #f5e194, #9dd9b7);
}
#entryplan #plan .kakunin .flex {
  padding-top: 30px;
  padding-bottom: 30px;
  flex-wrap: nowrap;
}
#entryplan #plan table.table03 td.bg_blue {
  border-bottom-left-radius: 10px;
}
#entryplan #plan .table03 .td_ttl small {
  display: block;
}
#entryplan #plan .table03 td {
  font-size: 0.16rem;
  line-height: 1.5;
}
@media screen and (max-width: 880px) {
  #entryplan #plan .table03 td {
    font-size: 0.12rem;
  }
}
#entryplan #plan .table03 td a {
  text-decoration: underline;
}
#entryplan #plan .table03 td .icn {
  color: #fff;
  background: #3fa56c;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  font-size: 0.14rem;
  padding: 5px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 880px) {
  #entryplan #plan .table03 td .icn {
    font-size: 0.1rem;
  }
}
#entryplan #plan .table03 td strong {
  font-size: 0.14rem;
  display: block;
}
@media screen and (max-width: 880px) {
  #entryplan #plan .table03 td strong {
    font-size: 0.1rem;
  }
}
#entryplan #plan .table03 td small {
  font-size: 0.9em;
}
#entryplan #plan .table03 tr:nth-child(12) > *:first-child {
  border-radius: 0;
}
#entryplan #preferential {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #f7f7f7;
}
@media screen and (max-width: 880px) {
  #entryplan #preferential {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#entryplan #preferential .center_txt {
  text-align: center;
  font-size: 0.19rem;
  line-height: 2.21;
  margin-bottom: 80px;
}
#entryplan #preferential .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-shrink: 0;
}
#entryplan #preferential .flex .cont {
  background: #fff;
  max-width: 580px;
  width: 48%;
  border: 4px solid #e8e8e8;
  border-radius: 46px;
  padding: 40px 40px 50px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
#entryplan #preferential .flex .cont .abso {
  position: absolute;
  font-size: 0.26rem;
  left: 50%;
  transform: translateX(-50%);
  top: -0.5em;
  line-height: 1;
  padding: 0 10px;
  background: linear-gradient(#f7f7f7 0%, #f7f7f7 50%, #fff 50%, #fff 100%);
  white-space: nowrap;
}
#entryplan #preferential .flex .cont h3 {
  font-size: 0.4rem;
  letter-spacing: 2px;
  margin-bottom: 55px;
  font-weight: 500;
  margin-bottom: 10px;
}
#entryplan #preferential .flex .cont h3 small {
  font-size: 0.26rem;
  display: block;
  margin-bottom: 15px;
}
#entryplan #preferential .flex .cont h3 .en {
  font-size: 0.24rem;
  display: block;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: none;
}
#entryplan #preferential .flex .cont p {
  font-size: 0.16rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 2.2;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#entryplan #preferential .flex .cont .btn {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 25px;
  box-sizing: border-box;
  max-width: 288px;
  margin: 45px auto 0;
  background: #216eb5;
  line-height: 1;
  width: 100%;
  margin-top: 20px;
}
#entryplan #preferential .flex .cont .btn img {
  width: 6px;
}
#entryplan #preferential .flex .cont .btn.red {
  background: #ef5549;
}
#entryplan #preferential .flex .cont .img01 {
  width: 166px;
  position: absolute;
  bottom: -50px;
  right: -50px;
  transform: scale(-1, 1);
  display: none;
}
#entryplan #preferential .flex .cont .img02 {
  width: 166px;
  position: absolute;
  bottom: -50px;
  right: -50px;
  display: none;
}
@media screen and (max-width: 880px) {
  #entryplan #preferential .flex {
    display: block;
  }
  #entryplan #preferential .flex .cont {
    width: 100%;
    max-width: none;
    padding: 30px 15px;
    position: relative;
  }
  #entryplan #preferential .flex .cont:last-child {
    margin-top: 30px;
  }
  #entryplan #preferential .flex .cont h3 {
    margin-bottom: 20px;
    font-size: 0.35rem;
  }
  #entryplan #preferential .flex .cont h3 small {
    margin-bottom: 5px;
  }
  #entryplan #preferential .flex .cont h3 .en {
    margin-top: 10px;
  }
  #entryplan #preferential .flex .cont .btn {
    margin-top: 20px;
  }
  #entryplan #preferential .flex .cont p {
    padding: 0 10px;
  }
  #entryplan #preferential .flex .cont .img01 {
    width: 80px;
    bottom: -20px;
    right: -20px;
  }
  #entryplan #preferential .flex .cont .img02 {
    width: 80px;
    bottom: -20px;
    right: -20px;
  }
}
#entryplan #preferential .flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 90px auto 45px;
}
#entryplan #preferential .flexBox dt {
  font-size: 0.24rem;
  background: linear-gradient(-90deg, #f8e2e2, #d7e5f1);
  padding: 20px;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-right: 20px;
  box-sizing: border-box;
}
#entryplan #preferential .flexBox dd {
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
#entryplan #preferential .flexBox dd strong {
  color: #e46157;
}
@media screen and (max-width: 880px) {
  #entryplan #preferential .flexBox {
    display: block;
  }
  #entryplan #preferential .flexBox dt {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.4;
  }
}
#entryplan #preferential .zu_Box {
  border-top: 2px solid #313131;
  border-bottom: 2px solid #313131;
}
#entryplan #preferential .zu_Box dt {
  text-align: center;
  font-size: 0.24rem;
  padding: 40px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
}
#entryplan #preferential .zu_Box dd {
  padding: 40px 0px;
}
#entryplan #preferential .zu_Box dd img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#entryplan .ttl_under {
  text-align: center;
  font-size: 0.14rem;
  margin: -20px auto 30px;
}
#entryplan .table_cap {
  text-align: right;
  max-width: 980px;
  width: 95%;
  margin: 10px auto 0;
  font-size: 0.14rem;
}
#entryplan .zu {
  margin: 80px auto;
}
#entryplan #flow {
  padding-top: 0;
  margin-top: 130px;
}
@media screen and (max-width: 880px) {
  #entryplan #flow {
    margin-top: 60px;
  }
}
#entryplan #flow .flex_4_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#entryplan #flow .flex_4_cont li {
  width: 22%;
}
#entryplan #flow .flex_4_cont li h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.24rem;
  margin: 20px auto;
}
#entryplan #flow .flex_4_cont li h3 span {
  color: #3fa56c;
  font-family: "Gelasio", serif;
  font-size: 0.46rem;
  font-weight: 400;
  margin-right: 20px;
  display: block;
  line-height: 1;
}
#entryplan #flow .flex_4_cont li p {
  font-size: 0.19rem;
  letter-spacing: 0.1em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.9;
}
@media screen and (max-width: 880px) {
  #entryplan #flow .flex_4_cont {
    display: block;
  }
  #entryplan #flow .flex_4_cont li {
    width: 100%;
  }
  #entryplan #flow .flex_4_cont li + li {
    margin-top: 20px;
  }
  #entryplan #flow .flex_4_cont li h3 {
    margin-bottom: 10px;
  }
  #entryplan #flow .flex_4_cont li p {
    font-size: 0.16rem;
  }
}
#entryplan #faq {
  background: linear-gradient(90deg, #fbf7e8, #e9f3ed);
}

.pricetable th {
  width: 23% !important;
}
.pricetable th:last-child {
  width: 31% !important;
}
@media screen and (max-width: 880px) {
  .pricetable td {
    word-break: break-all;
    font-size: 0.13rem !important;
    padding: 5px !important;
  }
}

.cont_3_flex .cont .inner p a {
  color: #3a6791;
  border-bottom: 1px solid #3a6791;
}
.cont_3_flex .cont .inner p a::after {
  content: ">";
  display: inline-block;
  margin-left: 0.25em;
}

#aboutus .ttl small {
  display: block;
  font-size: 0.3rem;
}
@media screen and (max-width: 880px) {
  #aboutus .ttl small {
    font-size: 0.2rem;
  }
}
#aboutus .ttl .grade {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #e34b4b, #005195);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#aboutus .ttl::after {
  display: none;
}
#aboutus #mv::before {
  background: url("../images/child/about/mv.webp") no-repeat right;
  background-size: cover;
}
@media screen and (max-width: 880px) {
  #aboutus #mv::before {
    background: url("../images/child/about/mv_sp.webp") no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#aboutus #mv .mv_txt {
  top: calc(50% + 70px);
  transform: translateY(-50%);
  margin-bottom: 0;
}
@media screen and (max-width: 880px) {
  #aboutus #mv .mv_txt {
    transform: none;
  }
}
@media screen and (max-width: 880px) {
  #aboutus #mv .mv_txt h2 {
    font-size: 0.26rem;
  }
}
#aboutus #mv .mv_txt p {
  font-size: 0.18rem;
  line-height: 2.18;
}
@media screen and (max-width: 880px) {
  #aboutus #mv .mv_txt p {
    display: block;
  }
}
#aboutus_about {
  margin-top: 150px;
}
@media screen and (max-width: 880px) {
  #aboutus_about {
    margin-top: 60px;
  }
}
#aboutus_about p {
  text-align: center;
  display: block;
  line-height: 2.5;
  font-size: 0.22rem;
  margin-top: 2.5em;
}
@media screen and (max-width: 880px) {
  #aboutus_about p {
    margin-top: 1em;
    line-height: 2.2;
    font-size: 0.18rem;
    text-align: left;
  }
}
#aboutus_about .img {
  margin: 100px auto 50px;
}
@media screen and (max-width: 880px) {
  #aboutus_about .img {
    margin: 30px auto;
  }
}
#aboutus_about .logo {
  max-width: 330px;
  display: block;
  margin: 30px auto 0;
}
#aboutus_important {
  background: url("../images/child/about/bg.webp") no-repeat top center/cover;
  padding-top: 120px;
  padding-bottom: 170px;
  margin-top: 140px;
}
@media screen and (max-width: 880px) {
  #aboutus_important {
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
#aboutus_important .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 880px) {
  #aboutus_important .flex {
    display: block;
    margin-top: 30px;
  }
}
#aboutus_important .flex.flex-r {
  flex-direction: row-reverse;
}
#aboutus_important .flex .img {
  width: 48%;
}
#aboutus_important .flex .img img {
  border-radius: 12px;
}
@media screen and (max-width: 880px) {
  #aboutus_important .flex .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
#aboutus_important .flex .txt {
  width: 45%;
}
#aboutus_important .flex .txt h3 {
  text-align: left;
  font-size: 0.33rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#aboutus_important .flex .txt p {
  font-size: 0.18rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 2.16;
  margin-top: 1em;
}
@media screen and (max-width: 880px) {
  #aboutus_important .flex .txt {
    width: 100%;
  }
  #aboutus_important .flex .txt h3 {
    font-size: 0.24rem;
  }
  #aboutus_important .flex .txt p {
    margin-top: 10px;
  }
}
#aboutus_important .border-red {
  border: 1px solid #3a6791;
  color: #3a6791;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  margin-top: 50px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width: 880px) {
  #aboutus_important .border-red {
    text-align: left;
    margin-top: 30px;
    font-size: 0.18rem;
  }
}
#aboutus_about_saison {
  margin: 160px auto;
}
@media screen and (max-width: 880px) {
  #aboutus_about_saison {
    margin: 60px auto;
  }
}
#aboutus_about_saison > * {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 880px) {
  #aboutus_about_saison > * {
    padding: 20px;
  }
}
#aboutus_about_saison > * .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 880px) {
  #aboutus_about_saison > * .flex {
    display: block;
  }
}
#aboutus_about_saison > * .img {
  max-width: 144px;
  width: 20%;
}
@media screen and (max-width: 880px) {
  #aboutus_about_saison > * .img {
    max-width: 80px;
    width: 80%;
    margin: 0 auto 20px;
  }
}
#aboutus_about_saison > * .txt h2 {
  font-size: 0.28rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 880px) {
  #aboutus_about_saison > * .txt h2 {
    font-size: 0.22rem;
  }
}
#aboutus_about_saison > * .txt p {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.18rem;
  line-height: 2.33;
}
@media screen and (max-width: 880px) {
  #aboutus_about_saison > * .txt p {
    font-size: 0.16rem;
    line-height: 2;
  }
}
#aboutus_lineup {
  margin: 145px auto;
}
@media screen and (max-width: 880px) {
  #aboutus_lineup {
    margin-bottom: 0;
    margin: 60px auto 0;
  }
}
#aboutus_lineup .bg {
  background: #f9f9f9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
  box-sizing: border-box;
  margin: 60px auto;
}
@media screen and (max-width: 880px) {
  #aboutus_lineup .bg {
    margin: 30px auto;
  }
}
#aboutus_lineup .bg .img {
  max-width: 280px;
  width: 30%;
  margin-right: 5%;
}
#aboutus_lineup .bg .txt p {
  font-size: 0.18rem;
  line-height: 2.33;
}
@media screen and (max-width: 880px) {
  #aboutus_lineup .bg {
    display: block;
    padding: 20px;
  }
  #aboutus_lineup .bg .img {
    width: 90%;
    margin: 0 auto 10px;
  }
  #aboutus_lineup .bg .txt p {
    line-height: 2;
  }
}
#aboutus_lineup .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#aboutus_lineup .flex .cont {
  width: 45%;
  border-radius: 23px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  justify-content: flex-start;
}
#aboutus_lineup .flex .cont:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 880px) {
  #aboutus_lineup .flex .cont {
    width: 100%;
  }
  #aboutus_lineup .flex .cont + .cont {
    margin-top: 40px;
  }
}
#aboutus_lineup .flex .cont .inner {
  background: #fff;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
}
#aboutus_lineup .flex .cont .inner .subttl {
  text-align: center;
  font-size: clamp(0px, 1.87vw, 23px);
  margin: 0;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  display: block;
  background: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  white-space: nowrap;
}
#aboutus_lineup .flex .cont .inner .subttl::before, #aboutus_lineup .flex .cont .inner .subttl::after {
  display: none;
}
@media screen and (max-width: 880px) {
  #aboutus_lineup .flex .cont .inner .subttl {
    font-size: clamp(0px, 5vw, 18px);
    line-height: 1.4;
    top: -1em;
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(-1 * (30px + 3vw));
    margin-bottom: 20px;
  }
}
#aboutus_lineup .flex .cont .inner h3 {
  font-size: 0.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
#aboutus_lineup .flex .cont .inner h3 .en {
  display: block;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 880px) {
  #aboutus_lineup .flex .cont .inner h3 {
    letter-spacing: -0.02em;
    font-size: 0.3rem;
  }
}
#aboutus_lineup .flex .cont .inner p {
  line-height: 2;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: left;
  margin-bottom: 20px;
}
#aboutus_lineup .flex .cont .btn {
  font-family: YakuHanJP, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 25px;
  box-sizing: border-box;
  max-width: 288px;
  margin: 45px auto 0;
  background: #216eb5;
  line-height: 1;
  width: 100%;
  margin-top: auto;
}
#aboutus_lineup .flex .cont .btn img {
  width: 6px;
}
#aboutus_lineup .flex .cont:nth-child(1) {
  background: linear-gradient(90deg, #f5e194, #9dd9b7);
}
#aboutus_lineup .flex .cont:nth-child(1) .btn {
  background: #44a162;
}
#aboutus_lineup .flex .cont:nth-child(2) {
  background: linear-gradient(90deg, #f8e2e2, #d7e5f1);
}
#aboutus_lineup .flex .cont:nth-child(2) .inner .subttl {
  top: -0.5em;
}
#aboutus_lineup .flex .cont:nth-child(3) {
  background: linear-gradient(90deg, #f8e2e2, #d7e5f1);
}
#aboutus_lineup .flex .cont:nth-child(3) .inner .subttl {
  top: -0.5em;
}
#aboutus_lineup .flex .cont:nth-child(3) .btn {
  background: #ef5549;
}
#aboutus_lineup .flex .cont:nth-child(4) {
  background: linear-gradient(90deg, #cbb9eb, #fcd6db);
}
#aboutus_lineup .flex .cont:nth-child(4) .inner h3 {
  max-width: 346px;
  margin: 0 auto 10px;
}
#aboutus_lineup .flex .cont:nth-child(4) .inner h3 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 880px) {
  #aboutus_lineup .flex .cont:nth-child(4) .inner h3 {
    margin-top: 2.5vw;
  }
  #aboutus_lineup .flex .cont:nth-child(4) .inner h3 img {
    width: 80%;
    margin: 0 auto 10px;
  }
}
#aboutus_lineup .flex .cont:nth-child(4) .btn {
  background: #7257a2;
}/*# sourceMappingURL=child.css.map */