@charset "UTF-8";
/*====================================

  YUBETSU KOSODATE

  ----------------------------------
  Color
  ----------------------------------

    primary     : #FFF8E3
    secondary   : #EA5532
    tertiary    : #FFC819

    border      : #D1D1D1
    text        : #1E0F00

  ----------------------------------
  font
  ----------------------------------

    JP  : Noto Sans JP

====================================*/
/* 置換済 */
:root {
  --primary: #FFF8E3;
  --secondary: #EA5532;
  --tertiary: #FFC819;
  --border: #D1D1D1;
  --text: #1E0F00;
}

/*==================================  
  General - サイト共通
==================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: #1E0F00;
  letter-spacing: 0.25em;
  line-height: 1.7;
  animation: fadeIn 2s ease 0s 1 normal;
}

#skiptocontent a {
  color: #1E0F00;
  background: #FFC819;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.l-wrapper {
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 1.8rem;
}
.l-wrapper.is-fixed {
  position: fixed;
}

@media only screen and (max-width: 767px) {
  .l-wrapper {
    font-size: 1.6rem;
  }
}
.l-wrap {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-wrap90 {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-wrap90 {
    width: 100%;
  }
}
/*==================================
Scrollin
==================================*/
.scrollin,
.scrollins__item {
  opacity: 0;
  transform: translate(0, 30px);
}

.scrollin.is-visible,
.scrollins__item.is-visible {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*==================================
  Parts - 共通パーツ
==================================*/
.u-bg {
  background-color: #FFF8E3;
}

.u-bg_mount {
  background-image: url(/administration/kosodate/assets/images/bg_mount.svg);
  background-repeat: no-repeat;
}

.u-bg_rev {
  background-color: #FFF8E3;
  width: calc(100% - 40px);
  max-width: 1860px;
  margin: 0 auto;
  border-radius: 60px;
}

.u-relative {
  position: relative;
}

.u-block {
  display: block;
}

.c-secTtl {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 55px;
  position: relative;
}
.c-secTtl::before {
  content: "";
  width: 45px;
  aspect-ratio: 1;
  background: url(/administration/kosodate/assets/images/head_illust.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-secTtl > span {
  position: relative;
  padding: 0 68px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.c-secTtl > span::before, .c-secTtl > span::after {
  content: "";
  position: absolute;
  width: 38px;
  aspect-ratio: 19/15;
  background: url(/administration/kosodate/assets/images/head_deco.svg) no-repeat center/cover;
  top: 10px;
}
.c-secTtl > span::before {
  left: 0;
}
.c-secTtl > span::after {
  right: 0;
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .c-secTtl {
    font-size: 3rem;
    padding-bottom: 40px;
  }
  .c-secTtl::before {
    width: 30px;
  }
  .c-secTtl > span {
    padding: 0 48px;
  }
  .c-secTtl > span::before, .c-secTtl > span::after {
    width: 28px;
  }
}
/* subtitle */
.c-subTtl {
  font-size: 3.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-subTtl {
    font-size: 2.2rem;
  }
}
/*
  Button - ボタン
====================================*/
a.c-btn {
  color: #fff;
  background: #1E0F00;
  display: inline-block;
  text-decoration: none;
  padding: 20px 30px;
  width: min(100%, 320px);
  line-height: 1;
  border-radius: 30px;
  text-align: center;
}

/*==================================
  Main Visual - メインビジュアル
==================================*/
.p-MainVisual {
  width: 100%;
  aspect-ratio: 12/7;
  background: url(/administration/kosodate/assets/images/mv_pc.jpg) no-repeat center/contain;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-MainVisual {
    aspect-ratio: 375/787;
    background: url(/administration/kosodate/assets/images/mv_sp.jpg) no-repeat center/contain;
  }
}
/*==================================
  Header - ヘッダー
==================================*/
.l-header_logo {
  width: 20%;
  position: absolute;
  top: 5%;
  left: 4%;
}

@media only screen and (max-width: 767px) {
  .l-header_logo {
    width: 48%;
    top: 20px;
    left: 20px;
  }
}
/*==================================
  Section image - セクション画像
==================================*/
.sec_image {
  position: relative;
  transform: translateZ(0);
}
.sec_image::before, .sec_image::after {
  content: "";
  position: absolute;
}

.sec_image01::before {
  top: 0;
  left: 0;
  transform: translateY(-9%);
  background: url(/administration/kosodate/assets/images/sec_illust01.svg) no-repeat center/cover;
  aspect-ratio: 7/9;
  width: 22%;
}

.sec_image01::after {
  top: 0;
  right: 0;
  transform: translateY(-18%);
  background: url(/administration/kosodate/assets/images/sec_img01.png) no-repeat center/cover;
  aspect-ratio: 173/160;
  width: 27%;
}

.sec_image02::before {
  bottom: 84%;
  right: 4%;
  background: url(/administration/kosodate/assets/images/sec_illust02.svg) no-repeat center/cover;
  aspect-ratio: 9/14;
  width: 14%;
}

.sec_image02::after {
  top: 80%;
  left: 0;
  background: url(/administration/kosodate/assets/images/sec_img02.png) no-repeat center/cover;
  aspect-ratio: 45/49;
  width: 23%;
}

.sec_image03::before {
  top: -5%;
  left: -4%;
  background: url(/administration/kosodate/assets/images/sec_illust03.svg) no-repeat center/cover;
  aspect-ratio: 3/2;
  width: 15%;
  min-width: 80px;
}

.sec_image04::before {
  bottom: 0;
  right: 0;
  background: url(/administration/kosodate/assets/images/sec_illust06.svg) no-repeat center/cover;
  aspect-ratio: 25/31;
  width: 15%;
}

.sec_image04::after {
  bottom: 7%;
  left: 2%;
  background: url(/administration/kosodate/assets/images/sec_illust05.svg) no-repeat center/cover;
  aspect-ratio: 16/25;
  width: 15%;
  min-width: 80px;
  z-index: -1;
}

.sec_image05::before {
  top: 0;
  right: 4%;
  background: url(/administration/kosodate/assets/images/sec_illust04.svg) no-repeat center/cover;
  aspect-ratio: 4/5;
  width: 7%;
  min-width: 40px;
}

@media only screen and (max-width: 767px) {
  .sec_image01::after {
    transform: translateY(-34%);
  }
  .sec_image02::before {
    bottom: auto;
    top: -12%;
  }
  .sec_image02::after {
    bottom: -14%;
    top: auto;
  }
  .sec_image03::before {
    top: -3%;
  }
  .sec_image04::after {
    bottom: 0;
  }
  .sec_image05::before {
    top: -6%;
  }
}
/*==================================
  Navigation - 子育てナビ
==================================*/
.tab {
  position: relative;
}

.tab-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 10px;
  position: relative;
}
.tab-list::before {
  content: "";
  background: #1E0F00;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .tab-list {
    gap: 10px;
    padding-bottom: 5px;
  }
  .tab-list::before {
    height: 5px;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.tab-list__item {
  background: #1E0F00;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  border-radius: 60px 60px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  width: 100%;
  max-width: 360px;
}
.tab-list__item > span {
  font-size: 80%;
}
.tab-list__item[aria-selected=false] {
  background: #DCDCDC;
  color: #1E0F00;
}
.tab-list__item[aria-selected=false]::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tab-list__item {
    font-size: 1.8rem;
    padding: 10px;
    border-radius: 30px 30px 0 0;
    min-height: auto;
    width: calc(50% - 20px);
  }
}
.tab-content {
  padding: 40px 3.4%;
}

.tab-content[aria-hidden=true] {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tab-content {
    padding: 20px 3.4% 40px;
  }
}
/* ナビの中身 */
.search-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 40px;
}

@media only screen and (max-width: 797px) {
  .search-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
a.search-list__illust {
  position: relative;
  min-height: 160px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  color: #1E000F;
  text-align: center;
}
a.search-list__illust > span {
  padding: 0 80px 0 calc(min(34%, 160px) + 20px);
  background: #ffffff;
  border-radius: 60px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.search-list__illust::before {
  content: "";
  width: 34%;
  max-width: 160px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}
a.search-list__illust::after {
  content: "";
  background: url(/administration/kosodate/assets/images/arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
}

@media only screen and (max-width: 1199px) {
  a.search-list__illust {
    font-size: 1.8rem;
    min-height: 90px;
  }
  a.search-list__illust::before {
    width: 90px;
  }
  a.search-list__illust::after {
    right: 20px;
    width: 20px;
  }
  a.search-list__illust > span {
    padding: 0 50px 0 110px;
    border-radius: 40px;
    min-height: 80px;
  }
}
.illust-1::before {
  background: url(/administration/kosodate/assets/images/navi_age01.svg) no-repeat center/cover;
}

.illust-2::before {
  background: url(/administration/kosodate/assets/images/navi_age02.svg) no-repeat center/cover;
}

.illust-3::before {
  background: url(/administration/kosodate/assets/images/navi_age03.svg) no-repeat center/cover;
}

.illust-4::before {
  background: url(/administration/kosodate/assets/images/navi_age04.svg) no-repeat center/cover;
}

.illust-5::before {
  background: url(/administration/kosodate/assets/images/navi_service01.svg) no-repeat center/cover;
}

.illust-6::before {
  background: url(/administration/kosodate/assets/images/navi_service02.svg) no-repeat center/cover;
}

.illust-7::before {
  background: url(/administration/kosodate/assets/images/navi_service03.svg) no-repeat center/cover;
}

.illust-8::before {
  background: url(/administration/kosodate/assets/images/navi_service04.svg) no-repeat center/cover;
}

.illust-9::before {
  background: url(/administration/kosodate/assets/images/navi_service05.svg) no-repeat center/cover;
}

.illust-10::before {
  background: url(/administration/kosodate/assets/images/navi_service06.svg) no-repeat center/cover;
}

.illust-11::before {
  background: url(/administration/kosodate/assets/images/navi_service07.svg) no-repeat center/cover;
}

.illust-12::before {
  background: url(/administration/kosodate/assets/images/navi_service08.svg) no-repeat center/cover;
}

/*==================================
  News - 新着情報
==================================*/
.c-newsList {
  position: relative;
  padding-top: 10px;
}
.c-newsList::before {
  content: "";
  background: #1E0F00;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.c-newsList_item {
  padding: 1em;
  background: linear-gradient(to right, #1E0F00 4px, transparent 4px) repeat-x left bottom/12px 4px;
}
.c-newsList_item_head {
  font-size: 90%;
  display: block;
  font-weight: 700;
}
.c-newsList_item_body {
  display: inline-block;
}

@media only screen and (max-width: 787px) {
  .c-newsList {
    padding-top: 5px;
  }
  .c-newsList::before {
    height: 5px;
  }
}
/*==================================
  recomend - おすすめ情報
==================================*/
.c-facility {
  border-radius: 30px;
  padding-right: 560px;
  background: #FFF8E3;
  position: relative;
  z-index: 1;
}
.c-facility::before {
  content: "";
  background: url(/administration/kosodate/assets/images/shien.jpg) no-repeat center/cover;
  position: absolute;
  top: 40px;
  right: 60px;
  width: calc(100% - 610px - 100px);
  height: calc(100% - 80px);
  border-radius: 30px;
}

.c-facility_inr {
  width: 100%;
  padding: 40px;
}

@media only screen and (max-width: 1199px) {
  .c-facility {
    padding-right: 0;
    padding-top: 78%;
  }
  .c-facility::before {
    background: url(/administration/kosodate/assets/images/shien.jpg) no-repeat center/contain;
    width: calc(100% - 80px);
    left: 40px;
    right: auto;
    height: auto;
    aspect-ratio: 5/4;
  }
}
@media only screen and (max-width: 787px) {
  .c-facility::before {
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
  .c-facility_inr {
    padding: 20px;
  }
}
.c-facility_contact {
  display: flex;
  align-items: center;
  gap: min(10px, 3%);
  flex-wrap: wrap;
}

.c-facility_label {
  display: inline-block;
  background: #FFC819;
  padding: 0 16px;
  border-radius: 16px;
}

.c-facility_tel {
  font-size: 3.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .c-facility_tel {
    font-size: 2.2rem;
  }
}
/* リンク */
.c-link_list {
  display: flex;
  gap: 60px;
}

.c-link_list_item {
  width: 100%;
}
.c-link_list_item > a {
  width: 100%;
  display: inline-block;
  background: #FFF8E3;
  padding: 30px;
  border-radius: 30px;
  color: #1E0F00;
  text-decoration: none;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  height: 100%;
}

.c-link_icon {
  position: relative;
  padding: 0 50px 0 calc(18% + 20px);
  display: block;
  min-height: 90px;
}
.c-link_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  aspect-ratio: 1;
}
.c-link_icon::after {
  content: "";
  background: url(/administration/kosodate/assets/images/arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
}

.icon01::before {
  background: url(/administration/kosodate/assets/images/logo_line.svg) no-repeat center/cover;
}

.icon02::before {
  background: url(/administration/kosodate/assets/images/logo_boshimo.svg) no-repeat center/cover;
}

@media only screen and (max-width: 1199px) {
  .c-link_icon {
    padding: 0 30px 0 calc(18% + 20px);
  }
  .c-link_icon::after {
    width: 20px;
  }
  .c-link_list_item > a {
    padding: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .c-link_list {
    flex-direction: column;
    gap: 20px;
  }
  .c-link_list_item > a {
    font-size: 2.2rem;
  }
  .c-link_icon {
    min-height: 60px;
    padding: 0 30px 0 80px;
  }
  .c-link_icon::before {
    width: 60px;
  }
}
/*==================================
  Footer - フッター
==================================*/
.l-footer {
  padding-top: 540px;
  position: relative;
}
.l-footer::before {
  content: "";
  background: url(/administration/kosodate/assets/images/footer_img.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
}
.l-footer_logo {
  display: inline-block;
  width: 100%;
  max-width: 365px;
}

.l-footer_bg {
  position: relative;
}
.l-footer_bg::before {
  content: "";
  background: url(/administration/kosodate/assets/images/footer_bg.png) no-repeat center/cover;
  width: 100%;
  max-width: 1340px;
  aspect-ratio: 268/79;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding-top: 200px;
  }
  .l-footer::before {
    height: 200px;
  }
  .l-footer_logo {
    max-width: 180px;
  }
}
/*
  Pagetop - ページトップ
====================================*/
.pagetop-arrow {
  position: absolute;
  top: -50px;
  right: 6%;
  z-index: 999;
}
.pagetop-arrow > a {
  display: inline-block;
  padding-top: 70px;
  position: relative;
  line-height: 1.5;
  font-weight: 700;
  color: #1E0F00;
  text-decoration: none;
}
.pagetop-arrow > a::before {
  content: "";
  background: url(/administration/kosodate/assets/images/arrow.svg) no-repeat center/cover;
  transform: rotate(-90deg) translateY(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  aspect-ratio: 1;
}

@media only screen and (max-width: 767px) {
  .pagetop-arrow {
    top: -30px;
  }
  .pagetop-arrow > a {
    padding-top: 40px;
  }
  .pagetop-arrow > a::before {
    width: 40px;
  }
}