@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #3e3127;
  --color-white: #ffffff;
  --color-orange: #ff971c;
  --color-lightorange: #ffc156;
  --color-whiteorange: #fff2da;
  --color-beige: #fff3ca;
  --color-blue: #67c0bf;
  --color-green: #92cd7b;
  --color-brown: #67523c;
  --color-red: #e06848;
  /*カレントカラー*/
  --color-current: #ff971c;
  /*テキストリンクカラー*/
  --color-textlink:#ff971c;
  /*必須ボタンカラー*/
  --color-required: #ff971c;
  /*任意ボタンカラー*/
  --color-optional: #ff971c;
  /*ラジオボタンカラー*/
  --color-radio: #ff971c;
  /*チェックボタンカラー*/
  --color-check: #ff971c;
  /*==============================
      フォントファミリー
  ==============================*/
  /*本文*/
  --font-family-body: "Noto", sans-serif;
  --font-family-m: "M PLUS Rounded 1c", sans-serif;
  --font-family-noto: "Noto", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.5rem;
  /*その他テキスト*/
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-23: 2.3rem;
  --font-size-24: 2.4rem;
  --font-size-25: 2.5rem;
  --font-size-26: 2.6rem;
  --font-size-30: 3.0rem;
  --font-size-35: 3.5rem;
  --font-size-38: 3.8rem;
  --font-size-40: 4.0rem;
  --font-size-50: 5.0rem;
  --font-size-55: 5.5rem;
  --font-size-65: 6.5rem;
  --font-size-80: 8.0rem;
  --font-size-85: 8.5rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.133;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.07em;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Thin.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-DemiLight.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Black.otf) format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url(/font/rounded-mplus-1c-heavy.ttf) format("truetype");
  font-weight: 750;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #3e3127;
  --color-white: #ffffff;
  --color-orange: #ff971c;
  --color-lightorange: #ffc156;
  --color-whiteorange: #fff2da;
  --color-beige: #fff3ca;
  --color-blue: #67c0bf;
  --color-green: #92cd7b;
  --color-brown: #67523c;
  --color-red: #e06848;
  /*カレントカラー*/
  --color-current: #ff971c;
  /*テキストリンクカラー*/
  --color-textlink:#ff971c;
  /*必須ボタンカラー*/
  --color-required: #ff971c;
  /*任意ボタンカラー*/
  --color-optional: #ff971c;
  /*ラジオボタンカラー*/
  --color-radio: #ff971c;
  /*チェックボタンカラー*/
  --color-check: #ff971c;
  /*==============================
      フォントファミリー
  ==============================*/
  /*本文*/
  --font-family-body: "Noto", sans-serif;
  --font-family-m: "M PLUS Rounded 1c", sans-serif;
  --font-family-noto: "Noto", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.5rem;
  /*その他テキスト*/
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-23: 2.3rem;
  --font-size-24: 2.4rem;
  --font-size-25: 2.5rem;
  --font-size-26: 2.6rem;
  --font-size-30: 3.0rem;
  --font-size-35: 3.5rem;
  --font-size-38: 3.8rem;
  --font-size-40: 4.0rem;
  --font-size-50: 5.0rem;
  --font-size-55: 5.5rem;
  --font-size-65: 6.5rem;
  --font-size-80: 8.0rem;
  --font-size-85: 8.5rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.133;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.07em;
}

@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Thin.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-DemiLight.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Black.otf) format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url(/font/rounded-mplus-1c-heavy.ttf) format("truetype");
  font-weight: 750;
}
/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

.sp-none {
  display: none !important;
}

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

/*共通ボタン*/
.com-btn {
  margin-inline: auto;
  min-height: 60px;
  min-width: 250px;
}

.logo {
  height: 7rem;
}
.logo a {
  width: 100%;
  height: 100%;
}
.logo a img {
  height: 100%;
  width: auto;
}

/*==============================
    ヘッダー
==============================*/
.header {
  position: relative;
  z-index: 50;
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  margin-bottom: 4rem;
}
.com-title01 .ja {
  font-size: 2.8rem;
}
.com-title01 .ja strong {
  font-size: 3.2rem;
}

.com-title02 {
  font-size: 2.6rem;
}

.com-title03 {
  font-size: 2.3rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.mv__image {
  position: relative;
  width: 80%;
  margin-left: auto;
}
/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-block: 10rem;
}

/*背景画像位置調整*/
.service_sv {
  background: url(../img/sv/service.jpg) top center/cover no-repeat;
}

.reason_sv {
  background: url(../img/sv/reason.jpg) top right 35%/cover no-repeat;
}

.flow_sv {
  background: url(../img/sv/flow.jpg) top left 20%/cover no-repeat;
}

.voice_sv {
  background: url(../img/sv/voice.jpg) top right 36%/cover no-repeat;
}

.company_sv {
  background: url(../img/sv/company.jpg) top left 35%/cover no-repeat;
}

.news_sv {
  background: url(../img/sv/news.jpg) top left 15%/cover no-repeat;
}

.contact_sv {
  background: url(../img/sv/contact.jpg) top left 25%/cover no-repeat;
}

.complete_sv {
  background: url(../img/sv/complete.jpg) top right 15%/cover no-repeat;
}

.privacy_sv {
  background: url(../img/sv/privacy.jpg) top left 30%/cover no-repeat;
}

/*==============================
    TOP
==============================*/
/*子育てで、こんなお悩みありませんか？*/
.top-worry__box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.top-worry__list {
  background-color: var(--color-whiteorange);
  border-radius: 2rem;
  padding: 3rem 3rem 8rem 3rem;
}
.top-worry__item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 4px dotted var(--color-brown);
}
.top-worry__image {
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}

/*一人で悩まず、私たちにお任せください*/
.top-leave {
  padding-block: 14.5rem 10rem !important;
}
.top-leave__image {
  margin-bottom: 5rem;
}
.top-leave__list {
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 427px));
  justify-content: center;
  gap: 6rem;
}
.top-leave__item {
  padding: 6rem 2rem 4rem 2rem;
}

/*おさんばbaby careについて*/
.top-about {
  padding-block: 14.5rem 10rem !important;
}
.top-about .com-inbox {
  flex-direction: column-reverse;
  align-items: center;
}
.top-about__list {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/*ご利用者の声*/
.top-voice {
  padding-block: 14.5rem 10rem !important;
}
.top-voice__list {
  flex-direction: column;
  gap: 10rem;
  margin-bottom: 15rem;
}
.top-voice__item-image {
  width: 12rem;
  aspect-ratio: 1;
}

/*お知らせ*/
.top-news .com-btn {
  margin-top: 5rem;
}

/*==============================
    私たちのサービスについて
==============================*/
.service-section::before {
  top: 0;
  width: 20%;
}
.service-section::after {
  width: 20%;
  bottom: 0;
}
.service-section__box {
  flex-direction: column;
  gap: 5rem;
}
.service-section__box .com-title03 {
  margin-bottom: 2rem;
}
.service-section .com-box {
  padding: 4rem 2rem;
}

/*==============================
    選ばれる理由
==============================*/
.reason-section::before {
  bottom: 0;
  width: 20%;
}
.reason-section::after {
  width: 20%;
  top: 0;
}
.reason-section .com-title01 {
  margin-bottom: 9rem;
}
.reason-section__item {
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
}
.reason-section__item::before {
  left: 2rem;
  width: 10rem;
}
.reason-section__title {
  font-size: 2.8rem;
}
.reason-section__image {
  width: 31rem;
}
.reason-section .com-btn {
  margin-top: 3rem;
}

/*==============================
    ご利用の流れ
==============================*/
.flow-section::before {
  bottom: 0;
  width: 20%;
}
.flow-section::after {
  width: 20%;
  top: 0;
}
.flow-section__list {
  position: relative;
  z-index: 0;
  gap: 10rem;
}
.flow-section__list::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: var(--color-orange);
}
.flow-section__item {
  flex-direction: column;
  padding: 4rem 2rem;
  border: 2px solid var(--color-lightorange);
  border-radius: 2rem;
  background-color: var(--color-white);
}
.flow-section__wrap {
  gap: 20px;
}
.flow-section__wrap a:not(.com-tel) {
  width: 40px;
}
.flow-section__step {
  height: 3rem;
  margin-bottom: 2rem;
}
.flow-section__step img {
  height: 100%;
  width: auto;
}
.flow-section__title {
  font-size: 2.8rem;
  padding-bottom: 2rem;
  padding-top: 0;
}
.flow-section__sub-list {
  margin-top: 3rem;
  flex-direction: column;
}
.flow-section__sub-item {
  padding: 4rem 2rem;
}
.flow-section__sub-image {
  width: 50%;
  max-width: 130px;
}

/*==============================
    ご利用者の声
==============================*/
.voice-section__item {
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
}
.voice-section__image {
  width: min(50%, 160px);
}

/*==============================
    会社情報
==============================*/
/*代表挨拶*/
.company-greeting::before, .company-greeting::after {
  width: 20%;
  top: 0;
  transform: translateY(0);
}
.company-greeting__box {
  flex-direction: column;
  align-items: center;
}
.company-greeting__image {
  width: min(70%, 471px);
}
.company-greeting__text p:has(strong) {
  text-align: center;
}

/*スタッフ紹介*/
.company-staff__list {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.company-staff__item {
  padding: 4rem 2rem;
}
.company-staff__image {
  width: min(35%, 160px);
}

/*会社概要*/
.company-section__box {
  flex-direction: column;
  align-items: center;
}
.company-section .com-table,
.company-section .map {
  width: 100%;
}
.company-section .map {
  height: 30rem;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail::before {
  top: 0;
  width: 20%;
}
.news-detail::after {
  width: 20%;
  bottom: 0;
}
.news-detail__box {
  padding: 5rem 3rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}
.news::before {
  top: 0;
  width: 20%;
}
.news::after {
  width: 20%;
  bottom: 0;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site::before {
  bottom: 0;
  width: 20%;
}
.site::after {
  width: 20%;
  top: 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 60px;
}
.contact::before {
  bottom: 0;
  width: 20%;
}
.contact::after {
  width: 20%;
  top: 0;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .com-table .required-mark {
  line-height: 1;
  padding: 4px 6px;
}
.contact .com-table th,
.contact .com-table td {
  padding-block: 10px;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 60px;
}
.complete::before {
  bottom: 0;
  width: 20%;
}
.complete::after {
  width: 20%;
  top: 0;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 60px;
}
.privacy::before {
  bottom: 0;
  width: 20%;
}
.privacy::after {
  width: 20%;
  top: 0;
}
.privacy .com-title01 .ja {
  font-size: 24px;
  text-align: center;
}
.privacy .com-title02 {
  font-size: 19px;
  padding-bottom: 2px;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding: 60px 0;
}
.e404::before {
  bottom: 0;
  width: 20%;
}
.e404::after {
  width: 20%;
  top: 0;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer__logo {
  order: 0;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.footer-nav {
  order: 4;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-orange);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-orange);
}
.footer-nav__item {
  border-top: 1px solid var(--color-orange);
  width: 50%;
  height: 60px;
  text-align: center;
  font-size: max(1.8rem, 14px);
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer-link__list {
  order: 3;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  width: 90%;
  margin-inline: auto;
}
.footer-link__item {
  width: 100%;
}
.footer .util__list {
  flex-wrap: wrap;
  order: 2;
  width: 90%;
  margin-inline: auto;
  justify-content: center;
  gap: 3rem 20px;
  margin-bottom: 5rem;
}
.footer .util__item:has(.tel-box) {
  width: 100%;
}
.footer .util__item .tel-box {
  margin-inline: auto;
}
.footer .util__item--line, .footer .util__item--mail {
  width: 40px;
}
.footer address {
  order: 1;
}
.footer small {
  font-size: 1.4rem;
}