@charset "UTF-8";
.w-1 {
  width: 1%;
}

.w-2 {
  width: 2%;
}

.w-3 {
  width: 3%;
}

.w-4 {
  width: 4%;
}

.w-5 {
  width: 5%;
}

.w-6 {
  width: 6%;
}

.w-7 {
  width: 7%;
}

.w-8 {
  width: 8%;
}

.w-9 {
  width: 9%;
}

.w-10 {
  width: 10%;
}

.w-11 {
  width: 11%;
}

.w-12 {
  width: 12%;
}

.w-13 {
  width: 13%;
}

.w-14 {
  width: 14%;
}

.w-15 {
  width: 15%;
}

.w-16 {
  width: 16%;
}

.w-17 {
  width: 17%;
}

.w-18 {
  width: 18%;
}

.w-19 {
  width: 19%;
}

.w-20 {
  width: 20%;
}

.w-21 {
  width: 21%;
}

.w-22 {
  width: 22%;
}

.w-23 {
  width: 23%;
}

.w-24 {
  width: 24%;
}

.w-25 {
  width: 25%;
}

.w-26 {
  width: 26%;
}

.w-27 {
  width: 27%;
}

.w-28 {
  width: 28%;
}

.w-29 {
  width: 29%;
}

.w-30 {
  width: 30%;
}

.w-31 {
  width: 31%;
}

.w-32 {
  width: 32%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-35 {
  width: 35%;
}

.w-36 {
  width: 36%;
}

.w-37 {
  width: 37%;
}

.w-38 {
  width: 38%;
}

.w-39 {
  width: 39%;
}

.w-40 {
  width: 40%;
}

.w-41 {
  width: 41%;
}

.w-42 {
  width: 42%;
}

.w-43 {
  width: 43%;
}

.w-44 {
  width: 44%;
}

.w-45 {
  width: 45%;
}

.w-46 {
  width: 46%;
}

.w-47 {
  width: 47%;
}

.w-48 {
  width: 48%;
}

.w-49 {
  width: 49%;
}

.w-50 {
  width: 50%;
}

.w-51 {
  width: 51%;
}

.w-52 {
  width: 52%;
}

.w-53 {
  width: 53%;
}

.w-54 {
  width: 54%;
}

.w-55 {
  width: 55%;
}

.w-56 {
  width: 56%;
}

.w-57 {
  width: 57%;
}

.w-58 {
  width: 58%;
}

.w-59 {
  width: 59%;
}

.w-60 {
  width: 60%;
}

.w-61 {
  width: 61%;
}

.w-62 {
  width: 62%;
}

.w-63 {
  width: 63%;
}

.w-64 {
  width: 64%;
}

.w-65 {
  width: 65%;
}

.w-66 {
  width: 66%;
}

.w-67 {
  width: 67%;
}

.w-68 {
  width: 68%;
}

.w-69 {
  width: 69%;
}

.w-70 {
  width: 70%;
}

.w-71 {
  width: 71%;
}

.w-72 {
  width: 72%;
}

.w-73 {
  width: 73%;
}

.w-74 {
  width: 74%;
}

.w-75 {
  width: 75%;
}

.w-76 {
  width: 76%;
}

.w-77 {
  width: 77%;
}

.w-78 {
  width: 78%;
}

.w-79 {
  width: 79%;
}

.w-80 {
  width: 80%;
}

.w-81 {
  width: 81%;
}

.w-82 {
  width: 82%;
}

.w-83 {
  width: 83%;
}

.w-84 {
  width: 84%;
}

.w-85 {
  width: 85%;
}

.w-86 {
  width: 86%;
}

.w-87 {
  width: 87%;
}

.w-88 {
  width: 88%;
}

.w-89 {
  width: 89%;
}

.w-90 {
  width: 90%;
}

.w-91 {
  width: 91%;
}

.w-92 {
  width: 92%;
}

.w-93 {
  width: 93%;
}

.w-94 {
  width: 94%;
}

.w-95 {
  width: 95%;
}

.w-96 {
  width: 96%;
}

.w-97 {
  width: 97%;
}

.w-98 {
  width: 98%;
}

.w-99 {
  width: 99%;
}

.w-100 {
  width: 100%;
}

.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 719px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 719px) {
  .sp-only {
    display: block;
  }
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.breadcrumbs {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.5em;
}
.breadcrumbs .breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
.breadcrumbs .breadcrumbs__item {
  position: relative;
}
.breadcrumbs .breadcrumbs__item.current {
  font-weight: 700;
}
.breadcrumbs .breadcrumbs__item > a {
  text-decoration: none;
}
.breadcrumbs .breadcrumbs__item:not(:first-child) {
  padding-left: 1.5em;
}
.breadcrumbs .breadcrumbs__item:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "＞";
  width: 1em;
  height: 1em;
  font-size: 1em;
  color: black;
  font-weight: 400;
}

.jutakushoene .current {
  color: #009f95;
}

.madorinobe .current {
  color: #fd8b8b;
}

.kodomosumai .current {
  color: #35ad72;
}

.kodomosumai#kodomosumai .navidial-container__button:hover {
  opacity: 0.8;
}
.kodomosumai#kodomosumai .navidial-container__button:hover .navidial-container__button-link {
  color: white !important;
}
.kodomosumai a {
  text-decoration: none;
}
.kodomosumai sup {
  font-size: 0.6em;
}
.kodomosumai #kodomomirai a:hover {
  color: #35ad72 !important;
}
.kodomosumai #kodomomirai .link {
  color: #35ad72;
  text-decoration: underline;
}
@media screen and (max-width: 719px) {
  .kodomosumai #kodomomirai .visual-contents {
    padding-left: 0;
    padding-right: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.kodomosumai #kodomomirai .visual-contents__title {
  max-width: 538px;
}
@media screen and (max-width: 719px) {
  .kodomosumai #kodomomirai .visual-contents__title {
    max-width: 200px;
  }
}
@media screen and (max-width: 719px) {
  .kodomosumai #kodomomirai .anker {
    background: #35ad72;
  }
}
.kodomosumai #kodomomirai .anker__link {
  background-color: #35ad72;
}
.kodomosumai #kodomomirai .anker__link:hover {
  color: white !important;
}
.kodomosumai #kodomomirai .section-title__text {
  color: #35ad72;
}
.kodomosumai #kodomomirai .section-title {
  border-bottom: 6px solid #35ad72;
}
.kodomosumai #kodomomirai .careful-list_link {
  color: #35ad72;
}
.kodomosumai #kodomomirai .visual {
  background-image: none;
  height: auto;
}
.kodomosumai #kodomomirai .visual__kv {
  text-align: center;
}
.kodomosumai #kodomomirai .visual__kv img {
  max-width: 100%;
  height: auto;
}
.kodomosumai #kodomomirai .anker {
  max-width: 960px;
  margin: auto;
  margin-right: auto;
}
.kodomosumai #kodomomirai .anker--pc .anker__item {
  margin: 0 13px;
}

.kodomosumai #kodomomirai .works-image__list {
  margin-right: 0;
}
.kodomosumai #kodomomirai .greenpoint-bg {
  background: #faf8f6;
}
.kodomosumai #kodomomirai .greenpoint-bg::before {
  top: 0;
  left: 0;
}
.kodomosumai #kodomomirai .kodomomirai-table th {
  color: #35ad72;
  background-color: #f0f7f5;
}
.kodomosumai #kodomomirai .point-production.border_frame {
  border: 5px solid #35ad72;
}
.kodomosumai #kodomomirai .point-production__item {
  background-color: #fafafa;
  border: 1px solid #35ad72;
}
.kodomosumai #kodomomirai .point-production__title {
  color: #35ad72;
}
.kodomosumai #kodomomirai .reform-search {
  color: #35ad72;
}
.kodomosumai #kodomomirai .works__item {
  background-color: #f0f7f5;
  border: 1px solid #35ad72;
}
.kodomosumai #kodomomirai .works__title {
  color: #35ad72;
}
.kodomosumai #kodomomirai .works-image__linkbtn {
  color: #35ad72;
}
.kodomosumai #kodomomirai .kodomomirai-button {
  background-color: #35ad72;
}
.kodomosumai #kodomomirai .kodomomirai-button:hover {
  color: white !important;
}
.kodomosumai #kodomomirai .works-image__linktext {
  font-size: 16px;
}
.kodomosumai #kodomomirai .works-image__linktext + .works-image__linkbtn {
  margin-top: 0;
}
.kodomosumai #kodomomirai .works-image__linktext + .works-image__linkbtn + .works-image__linkbtn {
  margin-top: 0;
}
.kodomosumai + #footer {
  margin-top: 0;
}
.kodomosumai .kodomomirai-table {
  position: relative;
}
.kodomosumai .kodomomirai-table.table02 table {
  position: relative;
}
.kodomosumai .kodomomirai-table.table02 table::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 26%;
  height: 100%;
  display: block;
  content: "";
  border: 4px solid #35ad72;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kodomosumai .kodomomirai-table.table04 table {
  position: relative;
}
.kodomosumai .kodomomirai-table.table04 table::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  display: block;
  content: "";
  border: 4px solid #35ad72;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kodomosumai .kodomomirai-table.table04--02 table::before {
  width: 30%;
}
.kodomosumai .kodomomirai-table table {
  border-top: 1px solid #35ad72;
}
.kodomosumai .kodomomirai-table tr {
  border-bottom: 1px solid #35ad72;
}
.kodomosumai .kodomomirai-table tr > * {
  border-left: 1px solid #35ad72;
}
.kodomosumai .kodomomirai-table tr > *.bl-none {
  border-left: none;
}
.kodomosumai .kodomomirai-table th {
  color: #35ad72;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #f0f7f5;
  padding: 10px 16px;
}
.kodomosumai .kodomomirai-table td {
  font-size: 18px;
  line-height: 1.5;
  background-color: #fff;
  padding: 24px 16px;
  padding-left: 42px;
}
.kodomosumai .kodomomirai-table .focus {
  text-align: center;
  color: #35ad72;
  font-weight: bold;
  background-color: #f0f7f5 !important;
}
.kodomosumai .kodomomirai-table .strong {
  color: #35ad72;
  font-weight: bold;
}
.kodomosumai .kodomomirai-table .small {
  font-size: 0.7em;
}
.kodomosumai #kodomomirai .works-image__item:nth-child(4) {
  width: calc(66.6666666667% - 72px);
}
@media screen and (max-width: 719px) {
  .kodomosumai #kodomomirai .works-image__item:nth-child(4) {
    width: 100%;
  }
}
.kodomosumai .column-list {
  display: block;
  position: relative;
  padding-left: 1.2em;
}
.kodomosumai .column-list::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  content: attr(data-column);
}
.kodomosumai .contact-section {
  padding: 64px 108px;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section {
    padding: 32px 20px;
  }
}
.kodomosumai .contact-section .contact-section__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 60px 52px 75px;
  background: #f0f7f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .contact-section__inner {
    padding: 30px 16px 36px;
  }
}
.kodomosumai .contact-section .contact-section__title {
  font-size: 28px;
  font-weight: 600;
  color: #35ad72;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .contact-section__title {
    font-size: 18px;
  }
}
.kodomosumai .contact-section .navidial-container {
  display: grid;
  grid-template-columns: 236px 594px;
  gap: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .navidial-container {
    grid-template-columns: 100%;
    gap: 12px;
    margin-top: 20px;
  }
}
.kodomosumai .contact-section .navidial-container__left {
  background: #35ad72;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
.kodomosumai .contact-section .navidial-container__title {
  font-size: 24px;
  font-weight: 600;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .navidial-container__title {
    font-size: 14px;
  }
}
.kodomosumai .contact-section .navidial-container__text {
  display: block;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
  color: white;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .navidial-container__text {
    margin-top: 16px;
    font-size: 12px;
  }
}
.kodomosumai .contact-section .navidial-container__dial {
  display: grid;
  grid-template-columns: 82px 1fr 206px;
  gap: 15px;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .navidial-container__dial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.kodomosumai .contact-section .navidial-container__dial-img img {
  width: 100%;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .navidial-container__dial-img img {
    max-width: 70px;
  }
}
.kodomosumai .contact-section .navidial-container__dial-tel01 a {
  font-size: 2.9282576867vw;
  font-weight: 600;
}
@media screen and (min-width: 1366px) {
  .kodomosumai .contact-section .navidial-container__dial-tel01 a {
    font-size: 40px;
  }
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .navidial-container__dial-tel01 a {
    font-size: 28px;
  }
}
.kodomosumai .contact-section .navidial-container__dial-tel02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .navidial-container__dial-tel02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 14px;
    gap: 16px;
  }
}
.kodomosumai .contact-section .navidial-container__tag {
  background: white;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  color: #35ad72;
  padding: 8px 12px;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .navidial-container__tag {
    font-size: 10px;
  }
}
.kodomosumai .contact-section .note-list {
  font-size: 12px;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .note-list {
    margin-top: 16px;
  }
}
.kodomosumai .contact-section .navidial-container__descWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 719px) {
  .kodomosumai .contact-section .navidial-container__descWrap {
    grid-template-columns: 100%;
  }
}
.kodomosumai .contact-section .navidial-container__description {
  font-size: 13px;
  color: #35ad72;
  line-height: 1.3;
  font-weight: 500;
}
.kodomosumai .contact-section .navidial-container__button {
  display: grid;
  place-content: center;
  padding: 0 24px;
  border-radius: 10px;
  background: #35ad72;
  font-size: 16px;
  font-weight: 600;
  width: 80%;
  height: 44px;
}
.kodomosumai .contact-section .navidial-container__button .navidial-container__button-link {
  position: relative;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.kodomosumai .contact-section .navidial-container__button .navidial-container__button-link > svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 7px;
  height: 12px;
}
.kodomosumai .product-contact {
  margin: 60px auto 0;
  max-width: 960px;
}
.kodomosumai .product-container {
  margin-top: 20px;
}
.kodomosumai .product-container + .product-container {
  margin-top: 32px;
}
.kodomosumai .product-container .product-container__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  padding: 0 40px;
  background: #EEEEEE;
}
@media screen and (max-width: 719px) {
  .kodomosumai .product-container .product-container__head {
    padding: 0 1em;
  }
}
.kodomosumai .product-container .product-container__title {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
}
.kodomosumai .product-container .product-container__body {
  padding: 16px 20px;
  background: white;
}
.kodomosumai .product-container .product-container__lead {
  font-size: 12px;
}
.kodomosumai .product-container .product-container__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
}
@media screen and (max-width: 719px) {
  .kodomosumai .product-container .product-container__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kodomosumai .product-container .product-container__inner {
  margin-top: 18px;
}
@media screen and (max-width: 719px) {
  .kodomosumai .product-container .product-container__inner {
    width: 100%;
  }
}
.kodomosumai .product-container .product-container__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
@media screen and (max-width: 719px) {
  .kodomosumai .product-container .product-container__sub {
    font-size: 12px;
  }
}
.kodomosumai .product-container .product-container__icon {
  width: 28px;
}
.kodomosumai .product-container .product-container__main .small {
  font-size: 12px;
}
.kodomosumai .product-container .product-container__link {
  text-decoration: underline;
  color: blue;
}
.kodomosumai .product-container .product-container__tel {
  font-size: 24px;
  font-weight: 600;
}
.kodomosumai .product-container .product-container__date {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 719px) {
  .kodomosumai .product-container .product-container__date {
    width: 100%;
  }
}
.kodomosumai .product-container .product-container__note {
  font-size: 12px;
}

.kodomosumai #kodomomirai .greenpoint-footer__button {
  max-width: 620px;
}

.madorinobe#madorinobe .navidial-container__button:hover {
  opacity: 0.8;
}
.madorinobe#madorinobe .navidial-container__button:hover .navidial-container__button-link {
  color: white !important;
}
.kodomosumai#kodomosumai .madorinobe-product__link:hover {
  opacity: 0.8;
  color: white !important;
}
.kodomosumai#kodomosumai .madorinobe-product__link.--white:hover {
  color: #35ad72 !important;
}
.madorinobe#madorinobe .madorinobe-product__link:hover {
  opacity: 0.8;
  color: white !important;
}
.madorinobe#madorinobe .madorinobe-product__link.--white:hover {
  color: #fd8b8b !important;
}
.madorinobe a {
  text-decoration: none;
}
.madorinobe sup {
  font-size: 0.6em;
}
.madorinobe #kodomomirai a:hover {
  color: #fd8b8b !important;
}
.madorinobe #kodomomirai .link {
  color: #fd8b8b;
  text-decoration: underline;
}
.madorinobe #kodomomirai .visual-contents__title {
  max-width: 474px;
}
@media screen and (max-width: 719px) {
  .madorinobe #kodomomirai .visual-contents__title {
    max-width: 200px;
  }
}
@media screen and (max-width: 719px) {
  .madorinobe #kodomomirai .anker {
    background: #fd8b8b;
  }
}
.madorinobe #kodomomirai .anker__link {
  background-color: #fd8b8b;
}
.madorinobe #kodomomirai .anker__link:hover {
  color: white !important;
}
.madorinobe #kodomomirai .section-title__text {
  color: #fd8b8b;
}
.madorinobe #kodomomirai .section-title {
  border-bottom: 6px solid #fd8b8b;
}
.madorinobe #kodomomirai .careful-list_link {
  color: #fd8b8b;
}
.madorinobe #kodomomirai .visual {
  background-image: none;
  height: auto;
}
.madorinobe #kodomomirai .visual__kv {
  text-align: center;
}
.madorinobe #kodomomirai .visual__kv img {
  max-width: 100%;
  height: auto;
}
.madorinobe #kodomomirai .anker {
  max-width: 960px;
  margin: auto;
  margin-right: auto;
}
.madorinobe #kodomomirai .anker--pc .anker__item {
  margin: 0 13px;
}
.madorinobe #kodomomirai .greenpoint-bg {
  background: #fff;
}
.madorinobe #kodomomirai .greenpoint-bg::before {
  top: 0;
  left: 0;
}
.madorinobe #kodomomirai .kodomomirai-table th {
  color: #fd8b8b;
  background-color: #fff3f3;
}
.madorinobe #kodomomirai .madorinobe-product {
  padding: 0;
}
.madorinobe #kodomomirai .madorinobe-product__item {
  border: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 15px;
  grid-template-areas: "areaA areaB" "areaC areaC";
}
@media screen and (max-width: 719px) {
  .madorinobe #kodomomirai .madorinobe-product__item {
    grid-template-columns: 1fr;
    grid-template-areas: "areaA" "areaB" "areaC";
  }
}
.madorinobe #kodomomirai .madorinobe-product__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.1538461538;
}
.madorinobe #kodomomirai .madorinobe-product__img.areaA {
  grid-area: areaA;
}
.madorinobe #kodomomirai .madorinobe-product__img.areaB {
  grid-area: areaB;
}
.madorinobe #kodomomirai .madorinobe-product__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.madorinobe #kodomomirai .madorinobe-product__title {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fd8b8b;
  background: white;
  width: 294px;
  height: 32px;
  display: grid;
  place-content: center;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.madorinobe #kodomomirai .madorinobe-product__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.madorinobe #kodomomirai .madorinobe-product__img.areaB {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.madorinobe #kodomomirai .madorinobe-product__embed {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 56.25%;
}
.madorinobe #kodomomirai .madorinobe-product__embed::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.madorinobe #kodomomirai .madorinobe-product__embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.madorinobe #kodomomirai .madorinobe-product__inner.areaC {
  position: relative;
  margin: 0 auto;
  max-width: 320px;
  grid-area: areaC;
}
.madorinobe #kodomomirai .madorinobe-product__soon {
  background-color: rgb(253, 139, 139, 0.6);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 10px;
}

.kodomosumai #kodomomirai .madorinobe-product__link {
  display: grid;
  place-items: center;
  width: 320px;
  height: 69px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  background: #35ad72;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
/* .kodomosumai #kodomomirai .madorinobe-product__link:hover {
  color: white;
} */
.kodomosumai #kodomomirai .madorinobe-product__link.--white {
  color: #35ad72;
  background: white;
  border: 2px solid #35ad72;
}
/* .kodomosumai #kodomomirai .madorinobe-product__link.--white:hover {
  color: #35ad72;
} */

.madorinobe #kodomomirai .madorinobe-product__link {
  display: grid;
  place-items: center;
  width: 320px;
  height: 69px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  background: #fd8b8b;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
/* .madorinobe #kodomomirai .madorinobe-product__link:hover {
  color: white;
} */
.madorinobe #kodomomirai .madorinobe-product__link.--white {
  color: #fd8b8b;
  background: white;
  border: 2px solid #fd8b8b;
}
/* .madorinobe #kodomomirai .madorinobe-product__link.--white:hover {
  color: #fd8b8b;
} */
.madorinobe #kodomomirai .reform-search {
  color: #fd8b8b;
}
.madorinobe #kodomomirai .works__item {
  background-color: #fff3f3;
  border: 1px solid #fd8b8b;
}
.madorinobe #kodomomirai .works__title {
  color: #fd8b8b;
}
.madorinobe #kodomomirai .works-image__linkbtn {
  color: #fd8b8b;
}
.madorinobe #kodomomirai .kodomomirai-button {
  background-color: #fd8b8b;
}
.madorinobe #kodomomirai .kodomomirai-button:hover {
  color: white !important;
}
.madorinobe #kodomomirai .works-image__linktext {
  font-size: 16px;
}
.madorinobe #kodomomirai .works-image__linktext + .works-image__linkbtn {
  margin-top: 0;
}
.madorinobe #kodomomirai .works-image__linktext + .works-image__linkbtn + .works-image__linkbtn {
  margin-top: 0;
}
.madorinobe + #footer {
  margin-top: 0;
}
.madorinobe .kodomomirai-table {
  position: relative;
}
.madorinobe .kodomomirai-table.madorinobe th {
  padding: 10px !important;
}
.madorinobe .kodomomirai-table.madorinobe td {
  padding: 24px 10px !important;
}
.madorinobe .kodomomirai-table table {
  border-top: 1px solid #fd8b8b;
}
.madorinobe .kodomomirai-table tr {
  border-bottom: 1px solid #fd8b8b;
}
.madorinobe .kodomomirai-table tr > * {
  border-left: 1px solid #fd8b8b;
}
.madorinobe .kodomomirai-table tr > *.bl-none {
  border-left: none;
}
.madorinobe .kodomomirai-table th {
  color: #fd8b8b;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #fff3f3;
  padding: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.madorinobe .kodomomirai-table td {
  font-size: 18px;
  line-height: 1.5;
  background-color: #fff;
  padding: 24px 14px;
  padding-left: 42px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.madorinobe .kodomomirai-table .focus {
  text-align: center;
  color: #fff3f3;
  font-weight: bold;
  background-color: #f0f7f5 !important;
}
.madorinobe .kodomomirai-table .noFocus {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: black !important;
}
.madorinobe .kodomomirai-table .strong {
  color: #fff3f3;
  font-weight: bold;
}
.madorinobe .kodomomirai-table .small {
  font-size: 0.7em;
}
.madorinobe #kodomomirai .works-image__item:nth-child(4) {
  width: calc(66.6666666667% - 72px);
}
@media screen and (max-width: 719px) {
  .madorinobe #kodomomirai .works-image__item:nth-child(4) {
    width: 100%;
  }
}
.madorinobe .column-list {
  display: block;
  position: relative;
  padding-left: 1.2em;
}
.madorinobe .column-list::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  content: attr(data-column);
}
.madorinobe .contact-section {
  padding: 64px 108px;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section {
    padding: 32px 20px;
  }
}
.madorinobe .contact-section .contact-section__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 60px 52px 75px;
  background: #fff3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .contact-section__inner {
    padding: 30px 16px 36px;
  }
}
.madorinobe .contact-section .contact-section__title {
  font-size: 28px;
  font-weight: 600;
  color: #fd8b8b;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .contact-section__title {
    font-size: 18px;
  }
}
.madorinobe .contact-section .navidial-container {
  display: grid;
  grid-template-columns: 236px 594px;
  gap: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .navidial-container {
    grid-template-columns: 100%;
    gap: 12px;
    margin-top: 20px;
  }
}
.madorinobe .contact-section .navidial-container__left {
  background: #fd8b8b;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
.madorinobe .contact-section .navidial-container__title {
  font-size: 24px;
  font-weight: 600;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .navidial-container__title {
    font-size: 14px;
  }
}
.madorinobe .contact-section .navidial-container__text {
  display: block;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
  color: white;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .navidial-container__text {
    margin-top: 16px;
    font-size: 12px;
  }
}
.madorinobe .contact-section .navidial-container__dial {
  display: grid;
  grid-template-columns: 82px 286px 206px;
  gap: 15px;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .navidial-container__dial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.madorinobe .contact-section .navidial-container__dial-img img {
  width: 100%;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .navidial-container__dial-img img {
    max-width: 70px;
  }
}
.madorinobe .contact-section .navidial-container__dial-tel01 a {
  font-size: 2.9282576867vw;
  font-weight: 600;
}
@media screen and (min-width: 1366px) {
  .madorinobe .contact-section .navidial-container__dial-tel01 a {
    font-size: 40px;
  }
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .navidial-container__dial-tel01 a {
    font-size: 28px;
  }
}
.madorinobe .contact-section .navidial-container__dial-tel02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .navidial-container__dial-tel02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 14px;
    gap: 16px;
  }
}
.madorinobe .contact-section .navidial-container__tag {
  background: white;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  color: #fd8b8b;
  padding: 8px 12px;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .navidial-container__tag {
    font-size: 10px;
  }
}
.madorinobe .contact-section .note-list {
  font-size: 12px;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .note-list {
    margin-top: 16px;
  }
}
.madorinobe .contact-section .navidial-container__descWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 719px) {
  .madorinobe .contact-section .navidial-container__descWrap {
    grid-template-columns: 100%;
  }
}
.madorinobe .contact-section .navidial-container__description {
  font-size: 13px;
  color: #fd8b8b;
  line-height: 1.3;
  font-weight: 500;
}
.madorinobe .contact-section .navidial-container__button {
  display: grid;
  place-content: center;
  padding: 0 24px;
  border-radius: 10px;
  background: #fd8b8b;
  font-size: 16px;
  font-weight: 600;
  width: 80%;
  height: 44px;
}
.madorinobe .contact-section .navidial-container__button .navidial-container__button-link {
  position: relative;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.madorinobe .contact-section .navidial-container__button .navidial-container__button-link > svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 7px;
  height: 12px;
}
.madorinobe .product-contact {
  margin: 60px auto 0;
  max-width: 960px;
}
.madorinobe .product-container {
  margin-top: 20px;
}
.madorinobe .product-container + .product-container {
  margin-top: 32px;
}
.madorinobe .product-container .product-container__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  padding: 0 40px;
  background: #EEEEEE;
}
@media screen and (max-width: 719px) {
  .madorinobe .product-container .product-container__head {
    padding: 0 1em;
  }
}
.madorinobe .product-container .product-container__title {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
}
.madorinobe .product-container .product-container__body {
  padding: 16px 20px;
  background: white;
}
.madorinobe .product-container .product-container__lead {
  font-size: 12px;
}
.madorinobe .product-container .product-container__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
}
@media screen and (max-width: 719px) {
  .madorinobe .product-container .product-container__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.madorinobe .product-container .product-container__inner {
  margin-top: 18px;
}
@media screen and (max-width: 719px) {
  .madorinobe .product-container .product-container__inner {
    width: 100%;
  }
}
.madorinobe .product-container .product-container__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
@media screen and (max-width: 719px) {
  .madorinobe .product-container .product-container__sub {
    font-size: 12px;
  }
}
.madorinobe .product-container .product-container__icon {
  width: 28px;
}
.madorinobe .product-container .product-container__main .small {
  font-size: 12px;
}
.madorinobe .product-container .product-container__link {
  text-decoration: underline;
  color: blue;
}
.madorinobe .product-container .product-container__tel {
  font-size: 24px;
  font-weight: 600;
}
.madorinobe .product-container .product-container__date {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 719px) {
  .madorinobe .product-container .product-container__date {
    width: 100%;
  }
}
.madorinobe .product-container .product-container__note {
  font-size: 12px;
}

.jutakushoene {
  padding-bottom: 75px;
}
@media screen and (max-width: 719px) {
  .jutakushoene {
    padding-bottom: 35px;
  }
}

.kv {
  text-align: center;
}
.kv img {
  max-width: 100%;
  height: auto;
}

.main_visual {
  position: relative;
  width: 100%;
  aspect-ratio: 2.2211382114;
}
@media screen and (max-width: 719px) {
  .main_visual {
    aspect-ratio: 1.5584415584;
    min-height: 320px;
  }
}
.main_visual .main_visual__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.main_visual .main_visual__bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.main_visual .main_visual__inner {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70vw;
  display: grid;
  grid-template-columns: 25.4545454545% 1fr;
  grid-template-rows: 50% 50%;
  gap: 0 7%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1366px) {
  .main_visual .main_visual__inner {
    width: 1100px;
  }
}
@media screen and (max-width: 719px) {
  .main_visual .main_visual__inner {
    top: 4%;
    grid-template-columns: 68px 1fr;
    grid-template-rows: 106px 134px;
    gap: 4px 16px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.main_visual .main_visual__img {
  width: 16.3294289898vw;
  position: relative;
  aspect-ratio: 1.0679012346;
  grid-row: 1/3;
}
@media screen and (min-width: 1366px) {
  .main_visual .main_visual__img {
    width: 266px;
  }
}
@media screen and (max-width: 719px) {
  .main_visual .main_visual__img {
    width: 100%;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.main_visual .main_visual__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.main_visual .main_visual__title {
  font-size: 3.513909224vw;
  color: #F57D14;
  line-height: 1.3;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (min-width: 1366px) {
  .main_visual .main_visual__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 719px) {
  .main_visual .main_visual__title {
    font-size: 26px;
  }
}
.main_visual .main_visual__title .small {
  font-size: 2.9282576867vw;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .main_visual .main_visual__title .small {
    font-size: 40px;
  }
}
@media screen and (max-width: 719px) {
  .main_visual .main_visual__title .small {
    font-size: 22px;
  }
  .main_visual .main_visual__title .small .small {
    font-size: 0.9em;
  }
}
.main_visual .main_visual__description {
  font-size: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  .main_visual .main_visual__description {
    font-size: 20px;
  }
}
@media screen and (max-width: 719px) {
  .main_visual .main_visual__description {
    font-size: 14px;
    grid-row: 2/3;
    grid-column: 1/3;
  }
}

.jutakushoene_section {
  display: grid;
  place-content: center;
  gap: 150px;
  margin-top: 150px;
}
@media screen and (max-width: 719px) {
  .jutakushoene_section {
    gap: 80px;
    margin-top: 80px;
  }
}
.jutakushoene_section .jutakushoene_section__container {
  width: 82vw;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-template-rows: auto 1fr;
  gap: 20px 7.2916666667%;
  grid-template-areas: "areaA areaC" "areaB areaC";
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1366px) {
  .jutakushoene_section .jutakushoene_section__container {
    width: 1100px;
  }
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "areaA" "areaC" "areaB";
  }
  .jutakushoene_section .jutakushoene_section__container::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    content: "";
    width: 100%;
    height: 50%;
    background: #fff3f3;
    z-index: -1;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__heading {
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 460px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__heading {
    font-size: 5vw;
  }
}
.jutakushoene_section .jutakushoene_section__container:first-child .jutakushoene_section__title {
  color: #35ad72;
}
.jutakushoene_section .jutakushoene_section__container:first-child .jutakushoene_section__link {
  background: #35ad72;
}
.jutakushoene_section .jutakushoene_section__container:first-child .jutakushoene_section__price_container {
  color: #35ad72;
}
.jutakushoene_section .jutakushoene_section__container:first-child .jutakushoene_section__price_detail {
  border-bottom: 1px solid #35ad72;
}
.jutakushoene_section .jutakushoene_section__container:first-child .jutakushoene_section__price::before {
  background: #f0f7f5;
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container:first-child::before {
    background: #f0f7f5;
  }
}
.jutakushoene_section .jutakushoene_section__container:nth-child(2) .jutakushoene_section__title {
  color: #4FA3D9;
}
.jutakushoene_section .jutakushoene_section__container:nth-child(2) .jutakushoene_section__link {
  background: #4FA3D9;
}
.jutakushoene_section .jutakushoene_section__container:nth-child(2) .jutakushoene_section__price_container {
  color: #4FA3D9;
}
.jutakushoene_section .jutakushoene_section__container:nth-child(2) .jutakushoene_section__price_detail {
  border-bottom: 1px solid #4FA3D9;
}
.jutakushoene_section .jutakushoene_section__container:nth-child(2) .jutakushoene_section__price::before {
  background: #E9F5FC;
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container:nth-child(2)::before {
    background: #E9F5FC;
  }
}
.jutakushoene_section .jutakushoene_section__container:nth-child(3) .jutakushoene_section__title {
  color: #5579c9;
}
.jutakushoene_section .jutakushoene_section__container:nth-child(3) .jutakushoene_section__link {
  background: #5579c9;
}
.jutakushoene_section .jutakushoene_section__container:nth-child(3) .jutakushoene_section__price_container {
  color: #5579c9;
}
.jutakushoene_section .jutakushoene_section__container:nth-child(3) .jutakushoene_section__price_detail {
  border-bottom: 1px solid #5579c9;
}
.jutakushoene_section .jutakushoene_section__container:nth-child(3) .jutakushoene_section__price::before {
  background: #eef2fa;
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container:nth-child(3)::before {
    background: #eef2fa;
  }
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__areaA,
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__areaB,
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__areaC {
    padding: 0 20px;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__areaA {
  grid-area: areaA;
  letter-spacing: 0.2em;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__areaB {
  grid-area: areaB;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__areaC {
  grid-area: areaC;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__heading {
  position: relative;
}
/* @media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__heading {
    height: 45px;
  }
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__heading img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
} */
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__tag {
    margin-top: 12px;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__tag_item {
  padding: 0 20px;
  min-height: 27px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 700;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__tag_item.reform {
  color: #fd8b8b;
  background: #fff3f3;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__tag_item.new {
  color: #5579c9;
  background: #eef2fa;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__title {
  font-size: 2.635431918vw;
  line-height: 1.4;
  font-weight: 900;
  margin-top: 12px;
}
@media screen and (min-width: 1366px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__title {
    font-size: 22px;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__text {
  font-size: 1.317715959vw;
  line-height: 1.7;
  font-weight: 900;
  margin-top: 12px;
}
@media screen and (min-width: 1366px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__text {
    font-size: 16px;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__link {
  font-size: 16px;
  font-weight: 700;
  color: white;
  border-radius: 10px;
  width: 220px;
  padding: 18px 0;
  display: grid;
  place-content: center;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__link {
    width: 100%;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__link:hover {
  opacity: 0.8;
  color: white !important;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__note {
  counter-reset: number 0;
  margin-top: 24px;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__note_item {
  position: relative;
  padding-left: 3em;
  font-size: 12px;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__note_item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  counter-increment: number 1;
  content: "※" counter(number);
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__note_item.--no-num {
  padding-left: 2em;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__note_item.--no-num::before {
  content: "※";
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__note_item.--no-before {
  padding-left: 0;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__note_item.--no-before::before {
  content: "";
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__free {
  font-size: 1.317715959vw;
  line-height: 2;
  margin-top: 12px;
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__free {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__free {
    font-size: 18px;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price {
  position: relative;
  background: white;
  padding: 24.6153846154% 9.2307692308%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price {
    padding: 32px 62px;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price::before {
  position: absolute;
  top: 46px;
  left: 46px;
  display: block;
  content: "";
  width: 30.5270863836vw;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1366px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price::before {
    width: 417px;
  }
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price::before {
    display: none;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_inner + .jutakushoene_section__price_inner {
  margin-top: 20px;
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_title {
  font-size: 1.317715959vw;
  font-weight: 700;
  padding-bottom: 1em;
}
@media screen and (min-width: 1366px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_title {
    font-size: 18px;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_detail {
  font-size: 1.317715959vw;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #35ad72;
}
@media screen and (min-width: 1366px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_detail {
    font-size: 18px;
  }
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_detail {
    font-size: 16px;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_number {
  white-space: nowrap;
  font-size: 4.6852122987vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_number {
    font-size: 64px;
  }
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_number {
    font-size: 65px;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_number .small {
  font-size: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_number .small {
    font-size: 20px;
  }
}
@media screen and (max-width: 719px) {
  .jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_number .small {
    font-size: 17px;
  }
}
.jutakushoene_section .jutakushoene_section__container .jutakushoene_section__price_number .small sup {
  font-size: 0.6em;
}

.text-red {
  color: #f00 !important;
}
