@charset "UTF-8";
@font-face {
  font-family: "nexa_boldregular";
  src: url("../fonts/nexa_bold-webfont.woff2") format("woff2"), url("../fonts/nexa_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto_sans/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto_sans/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto_sans/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/caveat/Caveat-Bold.ttf") format("truetype");
}
.clearfix {
  display: block;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.arrow_bottom {
  position: relative;
}
.arrow_bottom:before, .arrow_bottom:after {
  content: "";
  width: 14px; /* 線の長さを指定 */
  height: 1.5px; /* 線の幅を指定 */
  border-radius: 2px; /* 線を角丸にする */
  display: inline-block;
  background: #00A5AD;
  position: absolute;
  margin: auto;
  top: 3px;
  bottom: 0;
}
.arrow_bottom:before {
  transform: rotate(45deg);
  right: 33px;
}
.arrow_bottom:after {
  transform: rotate(-45deg);
  right: 24px;
}

.orange_btn a, .orange_btn p, .orange_btn button, .orange_btn div, .white_btn a, .white_btn p, .white_btn button, .white_btn div {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  line-height: 44px !important;
  height: 44px;
  text-align: center;
}

.orange_btn {
  width: 50%;
}
.orange_btn a, .orange_btn p, .orange_btn button, .orange_btn div {
  color: #fff !important;
  background: #ec6427;
}
.orange_btn a {
  display: block;
}

.white_btn a, .white_btn p {
  background: transparent;
  border: 1px solid #5E5856;
}

.text_link {
  color: #00A5AD;
}

.into_cart {
  text-align: center;
}
.into_cart span {
  color: #EC6427;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.into_cart span::before {
  content: "";
  position: relative;
  background-image: url(/images/common/icon_cart_orange.svg);
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.slider_operation, .slider_page, .slider_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.slider_operation {
  gap: 24px;
  justify-content: flex-end;
  margin: 16px;
}
.slider_operation .slider_page {
  gap: 16px;
}
.slider_operation .slider_page p {
  color: rgba(25, 17, 13, 0.5);
}
.slider_operation .slider_page p:first-of-type {
  border-right: 1px solid rgba(25, 17, 13, 0.5);
  padding-right: 16px;
}
.slider_operation .slider_btn {
  gap: 14px;
}
.slider_operation .slider_btn .btn_on {
  cursor: pointer;
}
.slider_operation .slider_btn .btn_on path, .slider_operation .slider_btn .btn_on rect {
  stroke: #00A5AD;
}
.slider_operation .slider_btn div:last-of-type {
  transform: rotate(180deg);
}

.category {
  background: #EDE9E2;
  padding: 16px 16px 24px;
}
.category img {
  border-radius: 16px;
  margin-bottom: 24px;
}
.category .category_text {
  margin: 0 auto;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.category .category_text p, .category .category_text h2, .category .category_text h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #79524D;
  text-align: center;
}
.category .category_text p {
  font-size: 16px;
  line-height: 24px !important;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category .category_text p:after {
  content: "";
  display: block;
  width: 104%;
  height: 2px;
  background: #EC6427;
  border-radius: 2px;
}
.category .category_text h2, .category .category_text h3 {
  font-size: 24px;
  line-height: 36px;
}
.category .category_text .white_btn {
  width: 80%;
}

.nexa {
  font-family: "nexa_boldregular", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.shuei_go_l {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.shuei_go_b {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.body-wrap {
  max-width: 100% !important;
}

main {
  gap: 64px;
  align-items: center;
}

@media screen and (min-width: 781px) {
  .bread-crumb {
    margin-top: 80px;
  }
}

.video_wrap {
  margin: 0 -16px;
  font-size: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .video_wrap {
    padding: 0 40px;
  }
}
.video_wrap:before {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -1000px;
  content: "";
  display: block;
  background: #EC6427;
  width: 4000px;
  height: 70%;
  z-index: 0;
}
.video_wrap video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  aspect-ratio: 1000/472;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 781px) {
  .video_wrap video {
    border-radius: 24px;
  }
}

.about_logo_ttl {
  width: 148px;
}

.shuei_go_l {
  text-align: center;
}

.auto_slider01,
.auto_slider02 {
  margin: 0 -16px;
  width: calc(100% + 32px);
}
@media screen and (min-width: 1001px) {
  .auto_slider01,
  .auto_slider02 {
    margin: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.auto_slider01 li,
.auto_slider02 li {
  margin-left: 10px;
}
.auto_slider01 img,
.auto_slider02 img {
  border-radius: 8px;
}

.auto_slider05 {
  overflow: visible;
  margin: 0 -20px;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .auto_slider05 {
    display: flex;
    gap: 14px;
  }
}
@media screen and (min-width: 781px) {
  .auto_slider05 .slide {
    flex: 1;
  }
}
@media screen and (min-width: 781px) {
  .auto_slider05 .slide .white-btn a {
    max-width: 140px;
    margin: 0 auto 14px;
  }
}
.auto_slider05 .slick-slide {
  padding: 0 0 16px;
  margin: 0 4px;
}

.slick-dots {
  left: 0;
  bottom: -32px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 8px;
  background: #e6e6e6;
}
.slick-dots li button:before {
  font-size: 0px;
}
.slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #1aa1b5;
}

/* セクションの初期状態 */
section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* フェードイン後の状態 */
section.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.about_top_txt_wrap,
.about_our_value,
.about_our_value_contents,
.about_kingdom {
  margin: 0 16px;
  max-width: 1000px;
}
@media screen and (min-width: 781px) {
  .about_top_txt_wrap,
  .about_our_value,
  .about_our_value_contents,
  .about_kingdom {
    margin: 0 40px;
  }
}

.about_our_value {
  width: 100%;
}

.about_top {
  width: 100%;
  margin: 40px 0;
}
@media screen and (min-width: 781px) {
  .about_top {
    margin: 64px 0 0;
  }
}
.about_top p {
  text-align: center;
  color: #44332A;
}
.about_top .about_top_txt_wrap {
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 781px) {
  .about_top .about_top_txt_wrap {
    flex-direction: row;
    justify-content: center;
    gap: 10.1666666667vw;
    margin: 0 auto 80px;
  }
}
.about_top .about_top_txt_wrap .about_top_ttl {
  text-align: center;
}
.about_top .about_top_txt_wrap .about_top_ttl figure {
  margin-bottom: 32px;
}
.about_top .about_top_txt_wrap .about_top_ttl figure img {
  width: 120px;
}
@media screen and (min-width: 781px) {
  .about_top .about_top_txt_wrap .about_top_ttl figure img {
    max-width: 176px;
  }
}
.about_top .about_top_txt_wrap .about_top_ttl .baby_shokuiku {
  align-items: center;
  gap: 6px;
}
.about_top .about_top_txt_wrap .about_top_ttl .baby_shokuiku img {
  max-width: 225px;
}
@media screen and (min-width: 1001px) {
  .about_top .about_top_txt_wrap .about_top_ttl .baby_shokuiku img {
    max-width: 365px;
  }
}
.about_top .about_top_txt_wrap .about_top_ttl .baby_shokuiku span {
  font-size: 17px;
  letter-spacing: 0.053125rem;
  display: block;
  color: #44332A;
  margin-top: 8px;
  font-weight: 200;
}
@media screen and (min-width: 1001px) {
  .about_top .about_top_txt_wrap .about_top_ttl .baby_shokuiku span {
    font-size: 18px;
    letter-spacing: 0.05625rem;
    margin-top: 16px;
  }
}
.about_top .about_top_txt_wrap .shuei_go_l {
  font-size: 13px;
  line-height: 26px !important;
}
@media screen and (min-width: 1001px) {
  .about_top .about_top_txt_wrap .shuei_go_l {
    font-size: 16px;
    line-height: 32px !important;
  }
}
@media screen and (min-width: 781px) {
  .about_top .about_top_txt_wrap .shuei_go_l {
    text-align: left;
  }
}

.about_brand_story {
  gap: 32px;
  align-items: center;
  max-width: 1000px;
}
.about_brand_story .about_brand_story_commitment {
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.about_brand_story .about_brand_story_commitment div {
  background: #EC6427;
  width: 110px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_brand_story .about_brand_story_commitment div p {
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.0375rem;
  color: #FFF;
  font-weight: bold;
}
.about_brand_story .about_brand_story_detail h3,
.about_brand_story .about_brand_story_detail p {
  color: #44332A;
  text-align: center;
}
.about_brand_story .about_brand_story_detail h3 {
  font-size: 18px;
  letter-spacing: 0.05625rem;
  line-height: normal;
  margin-bottom: 24px;
}
.about_brand_story .about_brand_story_detail p {
  font-size: 12px;
  line-height: 26px !important;
}
@media screen and (min-width: 1001px) {
  .about_brand_story .about_brand_story_detail p {
    font-size: 16px;
    line-height: 32px !important;
  }
}

.about_our_value .jp_en_ttl {
  margin-bottom: 24px;
}
.about_our_value .swiper .swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 781px) {
  .about_our_value .swiper .swiper-wrapper {
    justify-content: space-between;
    gap: 2.4vw;
  }
}
.about_our_value .swiper .swiper-slide {
  width: 268px !important;
  background: #FFF;
  padding: 32px 16px;
  border-radius: 8px;
  height: auto;
  display: flex;
  background: #EDE9E2;
}
@media screen and (min-width: 1001px) {
  .about_our_value .swiper .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
}
@media screen and (min-width: 781px) {
  .about_our_value .swiper .swiper-slide {
    flex: 1;
  }
}
.about_our_value .swiper .swiper-slide:first-of-type {
  margin-left: 16px;
}
.about_our_value .swiper .swiper-slide:last-of-type {
  margin-right: 16px;
}
.about_our_value .swiper .swiper-slide dl {
  align-items: center;
}
.about_our_value .swiper .swiper-slide dl dt,
.about_our_value .swiper .swiper-slide dl dd {
  color: #44332A;
}
.about_our_value .swiper .swiper-slide dl dt {
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  gap: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1001px) {
  .about_our_value .swiper .swiper-slide dl dt {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.about_our_value .swiper .swiper-slide dl dt img {
  width: 44px;
}
.about_our_value .swiper .swiper-slide dl dd {
  font-size: 12px;
  line-height: 24px;
}
@media screen and (min-width: 1001px) {
  .about_our_value .swiper .swiper-slide dl dd {
    font-size: 16px;
    line-height: 32px;
  }
}

.about_our_value_contents {
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}
.about_our_value_contents a {
  border-radius: 8px;
  min-height: 164px;
  padding: 12px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 50%;
  line-height: 19px;
}
.about_our_value_contents a dl dt,
.about_our_value_contents a dl dd {
  text-align: center;
}
.about_our_value_contents a:first-of-type {
  color: #FFF;
  background: #EC6427;
}
.about_our_value_contents a:first-of-type img {
  width: 80px;
  margin-bottom: 38px;
}
.about_our_value_contents a:last-of-type {
  color: #19110D;
  background: #FFDA01;
}
.about_our_value_contents a:last-of-type dl dt {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 24px;
}
.about_our_value_contents a:last-of-type dl dd {
  font-size: 12px;
  line-height: 19px;
}
.about_our_value_contents a:last-of-type dl dd small {
  display: block;
  color: #19110D;
  opacity: 0.5;
  margin-top: 14px;
  font-weight: normal;
}

.about_professionals {
  width: 100%;
  gap: 24px;
  justify-content: center;
  padding: 0 16px;
  max-width: 810px;
}

.about_professionals_list {
  width: 100%;
  gap: 24px;
}
.about_professionals_list .about_professionals_item {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  background: #EDE9E2;
  border-radius: 8px;
  padding: 0 8px;
}
.about_professionals_list .about_professionals_item img {
  width: 55px;
  transform: translateY(-20%);
}
.about_professionals_list .about_professionals_item dl {
  color: #44332A;
  padding: 12px 0;
}
.about_professionals_list .about_professionals_item dl dt,
.about_professionals_list .about_professionals_item dl dd {
  line-height: 19px;
}
.about_professionals_list .about_professionals_item dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 1001px) {
  .about_professionals_list .about_professionals_item dl dt {
    font-size: 16px;
  }
}
.about_professionals_list .about_professionals_item dl dd {
  font-size: 12px;
}
@media screen and (min-width: 1001px) {
  .about_professionals_list .about_professionals_item dl dd {
    font-size: 14px;
  }
}

.about_our_barnd {
  gap: 24px;
  align-items: center;
  width: calc(100% - 32px);
  max-width: 1002px;
}
.about_our_barnd p.disp_pc {
  font-size: 16px;
  line-height: 32px !important;
}
.about_our_barnd .slick-track {
  display: flex !important;
  align-items: stretch;
}
.about_our_barnd .slick-slide {
  height: auto !important;
  display: flex !important;
}
.about_our_barnd .slick-list {
  margin: 0 -16px;
}
.about_our_barnd .slide {
  background: #EDE9E2;
  border-radius: 8px;
  gap: 16px;
  overflow: hidden;
}
.about_our_barnd .slide dt,
.about_our_barnd .slide dd {
  color: #44332A;
}
.about_our_barnd .slide dl {
  padding: 0 14px;
}
.about_our_barnd .slide dl dt {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.about_our_barnd .slide dl dt figure img {
  width: 48px;
}
.about_our_barnd .slide dl dd {
  font-size: 12px;
  line-height: 24px;
}
.about_our_barnd .slide .white-btn {
  width: 100%;
  max-width: 280px;
  margin-top: auto;
  padding: 0 12px;
}
.about_our_barnd .slide .white-btn a {
  background: transparent !important;
  padding: 8px 12px;
}
.about_our_barnd .slide .white-btn a span {
  font-weight: normal;
}
.about_our_barnd .about_our_value_contents {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .about_our_barnd .about_our_value_contents img {
    width: 120px;
  }
}
@media screen and (min-width: 781px) {
  .about_our_barnd .about_our_value_contents a {
    padding: 32px 32px 18px;
  }
}
@media screen and (min-width: 781px) {
  .about_our_barnd .about_our_value_contents dt {
    font-size: 24px !important;
  }
}

.subscription_first_campaign {
  margin: 0 16px;
}
@media screen and (min-width: 781px) {
  .subscription_first_campaign {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
}
.subscription_first_campaign .campaign_card {
  background: #EC6427;
  border-radius: 16px;
  gap: 24px;
  align-items: center;
  padding: 24px 16px;
}
@media screen and (min-width: 781px) {
  .subscription_first_campaign .campaign_card {
    border-radius: 0;
    gap: 40px;
    padding: 64px 16px;
  }
}
.subscription_first_campaign .campaign_card h2,
.subscription_first_campaign .campaign_card h3,
.subscription_first_campaign .campaign_card p {
  color: #FFF;
  text-align: center;
}
.subscription_first_campaign .campaign_card h2,
.subscription_first_campaign .campaign_card h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
.subscription_first_campaign .campaign_card p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px !important;
}
@media screen and (min-width: 781px) {
  .subscription_first_campaign .campaign_card p {
    font-size: 16px;
    line-height: 28px !important;
  }
}
.subscription_first_campaign .campaign_card .campaign_tag {
  padding: 4px 8px;
  background: #F0A20A;
  display: inline-block;
  width: fit-content;
  border-radius: 4px;
}
.subscription_first_campaign .campaign_card .campaign_tag p {
  font-size: 12px;
  line-height: 0.975rem;
  font-weight: bold;
  width: fit-content;
}
@media screen and (min-width: 781px) {
  .subscription_first_campaign .campaign_card .white-btn {
    max-width: 280px;
  }
}
.subscription_first_campaign .campaign_card .select_courses {
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (min-width: 781px) {
  .subscription_first_campaign .campaign_card .select_courses {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.subscription_first_campaign .campaign_card .select_courses a {
  width: calc(50% - 7px);
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .subscription_first_campaign .campaign_card .select_courses a {
    width: auto;
    max-width: 231px;
    border-radius: 12px;
  }
}
.subscription_first_campaign .campaign_card .select_courses a dl {
  position: relative;
  padding: 10px 24px 10px 10px;
  gap: 2px;
}
@media screen and (min-width: 781px) {
  .subscription_first_campaign .campaign_card .select_courses a dl {
    gap: 6px;
    padding: 11px 24px 16px 14px;
  }
}
.subscription_first_campaign .campaign_card .select_courses a dl:after {
  content: "";
  background: url(/images/common/arrow-green-thin.svg) no-repeat top center;
  width: 10px;
  height: 12px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.subscription_first_campaign .campaign_card .select_courses a dl dt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
}
@media screen and (min-width: 781px) {
  .subscription_first_campaign .campaign_card .select_courses a dl dt {
    font-size: 20px;
    line-height: 28px;
  }
}
.subscription_first_campaign .campaign_card .select_courses a dl dd {
  font-size: 10px;
  letter-spacing: 0.00625rem;
  line-height: 0.875rem;
}
@media screen and (min-width: 781px) {
  .subscription_first_campaign .campaign_card .select_courses a dl dd {
    font-size: 14px;
  }
}

.about_kingdom {
  gap: 24px;
  align-items: center;
}
.about_kingdom h2 img {
  width: 148px;
}
.about_kingdom p {
  text-align: center;
}