/* ---------------------------------------------------
	common
------------------------------------------------------ */
.site-main {
  background: #fff;
}

.sec-title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
}
.sec-title .en {
  display: inline-block;
  margin: 0 0 0 24px;
  color: #c43730;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
}

@media screen and (max-width: 810px) {
  .sec-title {
    font-size: 2.8rem;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .sec-title .en {
    display: block;
    margin: 8px 0 0;
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------------
	top-mv
------------------------------------------------------ */
.top-mv {
  display: flex;
  padding: 60px 0 80px;
  align-items: center;
  justify-content: space-between;
}
.top-mv .mv-title {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
}
.top-mv .mv-body {
  width: 44%;
  max-width: max-content;
  margin: 0 auto;
  padding-top: 3%;
}
.top-mv .mv-slide {
  width: 56%;
  margin: 0;
}
.top-mv .mv-slide .slide-item img {
  aspect-ratio: 896/686;
  width: 100%;
  height: auto;
  min-height: 100%;
  border-radius: 24px 0 0 24px;
  object-fit: cover;
}
.top-mv .mv-slide-arrow {
  position: relative;
  display: flex;
  gap: 24px;
  width: max-content;
  margin: 25% 0 0 0;
  align-items: center;
  justify-content: center;
}
.top-mv .mv-slide-arrow .swiper-button-prev,
.top-mv .mv-slide-arrow .swiper-button-next {
  position: static;
  background: url(../img/common/icon_slide.svg) no-repeat;
  background-size: 100%;
  width: 64px;
  height: 64px;
  margin-top: 0;
}
.top-mv .mv-slide-arrow .swiper-button-prev::before, .top-mv .mv-slide-arrow .swiper-button-prev::after,
.top-mv .mv-slide-arrow .swiper-button-next::before,
.top-mv .mv-slide-arrow .swiper-button-next::after {
  content: none;
}
.top-mv .mv-slide-arrow .swiper-button-prev {
  transform: scale(-1, 1);
}
.top-mv .mv-slide-arrow .swiper-pagination-bullets {
  position: static;
  width: max-content;
  max-width: 280px;
  margin: 0;
  box-shadow: none;
  font-size: 0;
  line-height: 1;
}
.top-mv .mv-slide-arrow .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 6px 12px;
  background: #f2f2f2;
  opacity: 1;
}
.top-mv .mv-slide-arrow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b4b4b4;
}

@media screen and (max-width: 1080px) {
  .top-mv .mv-slide-arrow {
    gap: 24px;
  }
}
@media screen and (max-width: 810px) {
  .top-mv {
    position: relative;
    display: block;
    padding: 0 0 108px;
  }
  .top-mv .mv-title {
    width: max-content;
    max-width: 100%;
    margin: 0.5em auto 1em;
    font-size: 9vw;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .top-mv .mv-body {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .top-mv .mv-slide {
    width: 96%;
    margin: 0 0 0 auto;
  }
  .top-mv .mv-slide .slide-item img {
    aspect-ratio: 896/686;
    width: 100%;
    height: auto;
    min-height: 100%;
    border-radius: 24px 0 0 24px;
    object-fit: cover;
  }
  .top-mv .mv-slide-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .top-mv .mv-slide-arrow .swiper-button-prev,
  .top-mv .mv-slide-arrow .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  .top-mv .mv-slide-arrow .swiper-pagination-bullets {
    position: static;
    width: max-content;
    max-width: 210px;
    margin: 0;
    font-size: 0;
    line-height: 1;
  }
  .top-mv .mv-slide-arrow .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 5px 10px;
    background: #f2f2f2;
    opacity: 1;
  }
  .top-mv .mv-slide-arrow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b4b4b4;
  }
}
/* ---------------------------------------------------
		policy
------------------------------------------------------ */
.top-policy {
  position: relative;
  padding: 104px 0 124px;
}
.top-policy::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 304px;
  background: #c43730;
}
.top-policy::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 304px;
  width: 100%;
  height: 906px;
  background: url(../img/top/policy_bg01.webp) no-repeat center;
  background-size: cover;
}
.top-policy > * {
  position: relative;
  z-index: 1;
}
.top-policy .policy-bg {
  padding: 80px 16px;
  background: #fff;
  border-radius: 16px;
}
.top-policy .policy-container {
  max-width: 1040px;
  margin: 0 auto;
}
.top-policy .policy-title {
  margin-top: 40px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.top-policy .policy-title + * {
  margin-top: 40px;
}

@media screen and (max-width: 810px) {
  .top-policy {
    padding: 48px 0 0;
  }
  .top-policy::before {
    height: 146px;
  }
  .top-policy::after {
    top: 146px;
    height: calc(100% + 640px);
    background: url(../img/top/sp_policy_bg01.webp) no-repeat center;
    background-size: cover;
  }
  .top-policy .policy-bg {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .top-policy .policy-container {
    max-width: 1040px;
    margin: 0 auto;
  }
  .top-policy .policy-title {
    margin-top: 16px;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.75;
  }
  .top-policy .policy-title + * {
    margin-top: 12px;
  }
}
/* ---------------------------------------------------
		method
------------------------------------------------------ */
.top-method {
  padding: 124px 0 40px;
  background: #fff;
}
.top-method > * {
  position: relative;
  z-index: 1;
}
.top-method .method-bg {
  padding: 72px 16px;
  background: #fff;
  border-radius: 16px;
}
.top-method .method-container {
  max-width: 1040px;
  margin: 0 auto;
}
.top-method .method-col {
  margin-top: 32px;
}
.top-method .method-col .col-body {
  width: calc(100% - 354px);
}
.top-method .method-col .col-btn {
  width: 330px;
}
.top-method .method-col02 {
  margin-top: 64px;
  gap: 40px 12px;
  justify-content: flex-start;
}
.top-method .method-col02 .col-item {
  width: calc(33.33% - 9px);
}
.top-method .method-col02 .col-item .item-img {
  line-height: 1;
}
.top-method .method-col02 .col-item .item-img img {
  border-end-end-radius: 16px;
}
.top-method .method-col02 .col-item .item-text {
  margin-top: 12px;
}

@media screen and (max-width: 810px) {
  .top-method {
    padding: 160px 0 0px;
  }
  .top-method .method-bg {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .top-method .method-container {
    max-width: 1040px;
    margin: 0 auto;
  }
  .top-method .method-col {
    margin-top: 24px;
  }
  .top-method .method-col .col-body {
    width: 100%;
  }
  .top-method .method-col .col-btn {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  .top-method .method-col02 {
    margin-top: 24px;
    gap: 12px 0;
    justify-content: space-around;
  }
  .top-method .method-col02 .col-item {
    width: 100%;
  }
  .top-method .method-col02 .col-item .item-img img {
    width: 100%;
    height: auto;
    border-end-end-radius: 16px;
  }
  .top-method .method-col02 .col-item .item-text {
    margin-top: 8px;
  }
}
/* ---------------------------------------------------
		activity
------------------------------------------------------ */
.sec-wrap {
  padding: 64px 0 136px;
  background: #f8f5f0;
}
.sec-wrap .img-col {
  margin-top: 80px;
  align-items: flex-end;
}
.sec-wrap .img-col .col-img {
  width: calc(50% + 344px);
}
.sec-wrap .img-col .col-img img {
  width: 100%;
  height: auto;
}
.sec-wrap .img-col .col-body {
  width: calc(50% - 80px);
  margin-left: -264px;
  margin-bottom: -64px;
}
.sec-wrap .img-col .col-body > div {
  max-width: 527px;
  padding: 64px;
  background: #fff;
  border-end-end-radius: 16px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
}
.sec-wrap .img-col .col-body .sec-title + * {
  margin-top: 32px;
}
.sec-wrap .img-col .col-body .body-btn {
  margin-top: 36px;
  line-height: 1;
}
.sec-wrap .img-col.reverse {
  align-items: flex-start;
  margin-top: 144px;
}
.sec-wrap .img-col.reverse .col-body {
  margin-top: -64px;
  margin-left: 0;
  margin-right: -264px;
  z-index: 1;
}
.sec-wrap .img-col.reverse .col-body > div {
  margin-left: auto;
}

.top-activity .sec-title .en {
  display: block;
  margin-top: 16px;
  margin-left: 0;
}
.top-activity .img-col .col-body .body-btn {
  margin-top: 48px;
}

.top-childcare .sec-title .en {
  display: block;
  margin-top: 16px;
  margin-left: 0;
}
.top-childcare .img-col .col-body .body-btn {
  margin-top: 48px;
}

@media screen and (max-width: 810px) {
  .sec-wrap {
    padding: 16px 0 64px;
  }
  .sec-wrap .img-col {
    margin-top: 48px;
    width: calc(100% - 16px);
    align-items: flex-end;
  }
  .sec-wrap .img-col .col-img {
    width: 100%;
  }
  .sec-wrap .img-col .col-body {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .sec-wrap .img-col .col-body > div {
    max-width: 100%;
    padding: 40px 0 0 16px;
    background: none;
    border-end-end-radius: 0;
    box-shadow: none;
  }
  .sec-wrap .img-col .col-body .sec-title + * {
    margin-top: 16px;
  }
  .sec-wrap .img-col .col-body .body-btn {
    margin-top: 24px;
    text-align: center;
  }
  .sec-wrap .img-col.reverse {
    margin-top: 48px;
    margin-left: auto;
  }
  .sec-wrap .img-col.reverse .col-body {
    margin-top: 0;
    margin-right: 0;
  }
  .sec-wrap .img-col.reverse .col-body > div {
    padding-right: 16px;
    padding-left: 0;
  }
}
/* ---------------------------------------------------
	top-other
------------------------------------------------------ */
.top-other {
  padding: 126px 0 100px;
  background: #fff;
}
.top-other .other-col {
  gap: 40px 16px;
}
.top-other .other-col .col-item {
  width: calc(50% - 8px);
  line-height: 1;
}
.top-other .other-col .col-item .item-img img {
  border-end-end-radius: 16px;
}
.top-other .other-col .col-item .item-text {
  position: relative;
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
.top-other .other-col .col-item .item-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 810px) {
  .top-other {
    padding: 64px 0 60px;
  }
  .top-other .other-col {
    gap: 20px 0;
  }
  .top-other .other-col .col-item {
    width: 100%;
    line-height: 1;
  }
  .top-other .other-col .col-item .item-img img {
    width: 100%;
    height: auto;
    border-end-end-radius: 16px;
  }
  .top-other .other-col .col-item .item-text {
    margin-top: 12px;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
  .top-other .other-col .col-item .item-text::after {
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }
}
/* ---------------------------------------------------
	news
------------------------------------------------------ */
.top-news {
  padding: 110px 0 90px;
  background: #f8f5f0;
  overflow: hidden;
}
.top-news .tab-buttons {
  display: flex;
  gap: 12px;
  width: 100%;
  list-style: none;
  justify-content: center;
  margin: 56px auto 0;
  padding: 0;
}
.top-news .tab-buttons > li {
  width: 248px;
  max-width: calc(23% - 9px);
}
.top-news .tab-button {
  display: block;
  width: 100%;
  padding: 18px 10px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  border: none;
  background: #fff;
  color: #c43730;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  outline: none;
}
.top-news .tab-button.active {
  background: #c43730;
  color: #fff;
}
.top-news .tab-wrap {
  padding: 88px 40px;
  background: #fff;
  border-radius: 24px;
}
.top-news .tab {
  position: relative;
  display: none;
}
.top-news .tab.active {
  display: block;
}
.top-news .news-list {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 40px;
  list-style: disc;
}
.top-news .news-list .list-item .eyecatch {
  aspect-ratio: 318/200;
  border-end-end-radius: 16px;
}
.top-news .news-list .list-item .eyecatch img {
  width: 100%;
  min-height: 100%;
  aspect-ratio: 318/200;
  border-end-end-radius: 16px;
  object-fit: cover;
}
.top-news .news-list .list-item .eyecatch.no_photo {
  background: url(../img/common/logo.svg) no-repeat center, #f8f5f0;
  background-size: 164px;
}
.top-news .news-list .list-item .time {
  display: inline-block;
  margin-top: 16px;
  margin-right: 16px;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
}
.top-news .news-list .list-item .cat {
  display: inline-block;
  min-width: 131px;
  margin-top: 16px;
  padding: 2px 16px 3px;
  border: 1px solid #c43730;
  border-radius: 4px;
  color: #696969;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.top-news .news-list .list-item .title {
  margin-top: 16px;
  font-size: 2rem;
  line-height: 1.85;
}
.top-news .swiper-button-prev,
.top-news .swiper-button-next {
  background: url(../img/common/icon_slide.svg) no-repeat;
  background-size: 100%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
}
.top-news .swiper-button-prev::before, .top-news .swiper-button-prev::after,
.top-news .swiper-button-next::before,
.top-news .swiper-button-next::after {
  content: none;
}
.top-news .swiper-button-prev {
  left: -72px;
  transform: scale(-1, 1);
}
.top-news .swiper-button-next {
  right: -72px;
}
.top-news .swiper-pagination-progressbar {
  bottom: 0;
  top: auto;
  right: 0;
  max-width: 1040px;
  height: 5px;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
}
.top-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #c43730;
  border-radius: 4px;
}
.top-news .news-btn {
  margin-top: 64px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .top-news {
    padding: 72px 0 104px;
  }
  .top-news .tab-buttons {
    display: none;
  }
  .top-news .tab-wrap {
    padding: 32px 0 0;
    background: none;
    border-radius: 0;
  }
  .top-news .tab.active {
    display: block;
  }
  .top-news .news-list {
    width: 100vw;
    margin: 0 -16px;
    padding-bottom: 40px;
  }
  .top-news .news-list .list-item .eyecatch img {
    width: 100%;
    min-height: 100%;
    aspect-ratio: 318/200;
    border-end-end-radius: 16px;
    object-fit: cover;
  }
  .top-news .news-list .list-item .eyecatch.no_photo {
    background: url(../img/common/logo.svg) no-repeat center, #fff;
    background-size: 164px;
  }
  .top-news .news-list .list-item .time {
    margin-top: 16px;
    margin-right: 16px;
    font-size: 1.4rem;
  }
  .top-news .news-list .list-item .cat {
    min-width: 118px;
    margin-top: 16px;
    padding: 2px 16px 3px;
    font-size: 1.2rem;
  }
  .top-news .news-list .list-item .title {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.85;
  }
  .top-news .swiper-button-prev,
  .top-news .swiper-button-next {
    top: calc(50% - 40px);
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
  .top-news .swiper-button-prev {
    left: 0px;
  }
  .top-news .swiper-button-next {
    right: 0px;
  }
  .top-news .swiper-pagination-progressbar {
    width: calc(100% - 48px);
    background: #fff;
  }
  .top-news .news-btn {
    margin-top: 64px;
  }
}