@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #4a403a;
  --color-white: #ffffff;
  --color-whitegreen: #eaf4f1;
  --color-lightgreen: #72ae98;
  --color-deepgreen: #4f8f78;
  --color-whitepink: #f6eaea;
  --color-lightpink: #e6b8b2;
  --color-deeppink: #d99a94;
  /*カレントカラー*/
  --color-current: #4f8f78;
  /*テキストリンクカラー*/
  --color-textlink: #72ae98;
  /*必須ボタンカラー*/
  --color-required: #4f8f78;
  /*任意ボタンカラー*/
  --color-optional: #4f8f78;
  /*ラジオボタンカラー*/
  --color-radio: #4f8f78;
  /*チェックボタンカラー*/
  --color-check: #4f8f78;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Dancing Script", cursive;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-maru: "Zen Maru Gothic", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.765;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #4a403a;
  --color-white: #ffffff;
  --color-whitegreen: #eaf4f1;
  --color-lightgreen: #72ae98;
  --color-deepgreen: #4f8f78;
  --color-whitepink: #f6eaea;
  --color-lightpink: #e6b8b2;
  --color-deeppink: #d99a94;
  /*カレントカラー*/
  --color-current: #4f8f78;
  /*テキストリンクカラー*/
  --color-textlink: #72ae98;
  /*必須ボタンカラー*/
  --color-required: #4f8f78;
  /*任意ボタンカラー*/
  --color-optional: #4f8f78;
  /*ラジオボタンカラー*/
  --color-radio: #4f8f78;
  /*チェックボタンカラー*/
  --color-check: #4f8f78;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Dancing Script", cursive;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-maru: "Zen Maru Gothic", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.765;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
}

/*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%;
}

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

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

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

.logo {
  height: 10rem;
}

/*==============================
    ヘッダー
==============================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 33;
}
.header__inner {
  height: 10rem;
  padding: 0 1.5rem 0 0;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  aspect-ratio: 320/500;
  background: url(../img/mv/mv.jpg) top center/cover no-repeat;
}
.mv::before {
  display: none;
}
.mv__title {
  align-items: flex-end;
  left: unset;
  right: 4%;
  bottom: 5%;
}
.mv__title .main {
  align-items: flex-end;
}
.mv__title .main p {
  font-size: 2.7rem;
  padding: 1.2rem 2rem;
}
.mv__title .sub {
  font-size: 2.2rem;
  padding: 0.7rem 2rem;
}
.mv__wrap {
  display: none;
}

/*==============================
    サブビジュアル
==============================*/
.sv__title {
  padding: 2rem;
  gap: 1rem;
  width: 60%;
  max-width: 270px;
}
.sv__title .en {
  font-size: 3.2rem;
}
.sv__title .ja {
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.sv__container {
  aspect-ratio: 1280/800;
  margin-left: -1rem;
}

.menu_sv .sv__container {
  background: url(../img/sv/menu.jpg) top center/cover no-repeat;
}

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

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

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

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

.site_sv .sv__container {
  background: url(../img/sv/site.jpg) top center/cover no-repeat;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  transform: translateY(-0.625rem);
}
.com-title01 .en {
  font-size: 5rem;
  transform: translateY(1rem);
}
.com-title01 .ja {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.4;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 100%;
  max-width: 260px;
  height: 60px;
  margin-inline: auto;
}

.ig-btn, .ln-btn {
  height: 80px;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
.ig-btn::before, .ln-btn::before {
  width: 40px;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th {
  width: 40%;
  padding-inline: 1.5rem;
}
.com-table tr td {
  padding-inline: 0 1.5rem;
}
.com-table__wrap {
  padding: 3rem;
}
.com-table__wrap::before {
  width: 15%;
  left: -2%;
}
.com-table__wrap::after {
  width: 16%;
  right: -2%;
}

/*==============================
    TOP
==============================*/
.top-news {
  overflow: hidden;
}
.top-news::before {
  z-index: -1;
}
.top-news::after {
  right: unset;
  left: 5%;
  width: 20%;
}
.top-news .com-btn {
  margin-top: 5rem;
}

.top-worry::after {
  font-size: 6rem;
  top: -3.5rem;
}
.top-worry__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.top-worry__item {
  font-size: 1.8rem;
}
.top-worry__title {
  font-size: 2.5rem;
}
.top-worry__title::before {
  width: 30%;
}
.top-worry__title::after {
  width: 50%;
  left: calc(100% + 1.5rem);
}

.top-relax {
  padding-block: 0 10rem !important;
}
.top-relax .com-inbox::before {
  width: 20%;
  left: unset;
  right: 5%;
  top: -8rem;
}
.top-relax__h3 {
  margin-bottom: 5rem;
}
.top-relax__h3 .en {
  font-size: 7rem;
  margin-top: calc((1em - 1lh) / 2);
  margin-bottom: calc(calc((1em - 1lh) / 2) + -1rem);
}
.top-relax__h3 .en::before {
  width: 7rem;
  bottom: 90%;
  right: calc(100% - 3.5rem);
}
.top-relax__h3 .ja {
  font-size: 2.5rem;
  padding: 1.3rem 3rem;
}
.top-relax__container {
  width: 95%;
}
.top-relax__container::before {
  width: 15%;
  left: -2%;
}
.top-relax__container::after {
  width: 15%;
  right: -2%;
}
.top-relax__item {
  gap: 1.5rem;
  padding: 3rem 2.8rem;
  width: 100%;
}
.top-relax__icon {
  width: 30%;
}
.top-relax__wrap {
  flex-direction: column;
  align-items: center;
}
.top-relax__image {
  width: 70%;
}

.top-link {
  padding-block: 0 !important;
  overflow: hidden;
}
.top-link__list {
  flex-direction: column;
  align-items: center;
}
.top-link__item {
  width: 100%;
}
.top-link__item a {
  padding-block: 8rem;
  aspect-ratio: unset;
}
.top-link__title .en {
  font-size: 7rem;
}
.top-link__title .ja > span {
  font-size: 2.5rem;
}
.top-link__title .ja::after {
  width: 13rem;
  right: -7.2rem;
}

.top-voice::before {
  right: unset;
  left: 0;
  width: 90%;
  top: 6rem;
  transform: translateY(0);
}
.top-voice .com-inbox {
  flex-direction: column;
  align-items: center;
}
.top-voice .com-inbox::before {
  font-size: 7rem;
}
.top-voice .com-inbox::after {
  width: 15%;
  right: 0;
  bottom: -8rem;
  pointer-events: none;
}
.top-voice__title {
  margin-inline: auto;
  font-size: 2.5rem;
}

/*==============================
    初めての方へ
==============================*/
.about-service .com-title01 {
  margin-bottom: 1rem;
}
.about-service__wrap {
  flex-direction: column-reverse;
  align-items: center;
}
.about-service__title {
  margin-bottom: 4rem;
}
.about-service__title::before {
  width: 4.5rem;
  bottom: 100%;
  right: calc(100% - 2rem);
}
.about-service__title > span {
  font-size: 1.8rem;
  display: block;
  line-height: 1.5;
  text-align: center;
}
.about-service__item > span {
  min-width: unset;
  line-height: 1.3;
}
.about-service__item > span small {
  display: inline-block;
}

.about-flow::before {
  border-radius: 10rem 10rem 0 0;
}
.about-flow::after {
  bottom: calc(100% - 4rem);
  width: 15%;
  right: 8%;
  left: unset;
}
.about-flow__list {
  padding: 7rem 4.5rem;
}
.about-flow__item {
  padding: 3rem;
}
.about-flow__item::before {
  width: 25%;
  max-width: 100px;
}
.about-flow__wrap {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.about-flow__title {
  font-size: 2rem;
}

.about-faq__item {
  padding: 3rem;
}
.about-faq__item dl dt,
.about-faq__item dl dd {
  padding-inline: 2rem;
}

.about-link {
  overflow: hidden;
}
.about-link::before {
  width: 25%;
  right: 5%;
  top: 2rem;
  left: unset;
}
.about-link__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.about-link__item {
  width: 100%;
}
.about-link__item a {
  padding-block: 5rem 4rem;
}
.about-link__title {
  gap: 2rem;
}
.about-link__title .en {
  font-size: 5rem;
}
.about-link__title .en::before {
  width: 8rem;
  left: -3.3rem;
}
.about-link__title .ja {
  font-size: 2.5rem;
  width: 30rem;
}

/*==============================
    メニュー
==============================*/
.menu-section__title {
  font-size: 2.2rem;
}
.menu-section__title::before {
  width: 6rem;
  left: -3rem;
}
.menu-section__wrap {
  flex-direction: column;
  align-items: center;
  padding-inline: 0;
}
.menu-section__image {
  width: 100%;
}

/*==============================
    お客様の声
==============================*/
.voice-section__item {
  padding: 3rem;
}
.voice-section__item::before {
  width: 20%;
  bottom: -1rem;
  right: -1rem;
  max-width: 88px;
}
.voice-section__item .tag__list {
  margin-bottom: 1rem;
}
.voice-section__wrap {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.voice-section__text {
  padding-top: 0;
}
.voice-section__title {
  font-size: 2.2rem;
}

/*==============================
    初めての方へ
==============================*/
/*==============================
    共通お問い合わせセクション
==============================*/
.com-contact__h3::before, .com-contact__h3::after {
  width: 2.5rem;
  bottom: 0;
}
.com-contact__h3::before {
  right: calc(100% + 2rem);
}
.com-contact__h3::after {
  left: calc(100% + 2rem);
}
.com-contact__h3 .en {
  font-size: 5rem;
  margin-top: calc((1em - 1lh) / 2);
  margin-bottom: calc(calc((1em - 1lh) / 2) + -0.5rem);
}
.com-contact__h3 .ja {
  font-size: 2.8rem;
  padding: 1.5rem 3rem;
}
.com-contact__wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
.com-contact__btn {
  width: 100%;
  max-width: 650px;
}
.com-contact__btn span {
  font-size: 2.2rem;
  gap: 2rem;
}
.com-contact__list {
  width: 100%;
}
.com-contact__item {
  width: 100%;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__title {
  font-size: 2.2rem;
}
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

.com-news__list {
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}

/*タグリスト(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__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: 10rem;
}
.contact .com-table__wrap {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  line-height: 1.3;
  padding-bottom: 0;
}
.contact .com-table tr th,
.contact .com-table tr td {
  padding-inline: 1.5rem;
}
.contact .com-table .required-mark {
  font-size: 1.7rem;
}
.contact .com-table .agree label {
  line-height: 1.3;
  color: var(--color-font);
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact .contact-recaptcha-wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.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: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__title {
  font-size: 2.2rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer {
  padding-top: 8rem;
}
.footer__box {
  padding-inline: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer address p {
  text-align: center;
}
.footer .sns__list {
  gap: 20px;
  justify-content: center;
}
.footer .sns__item {
  width: 40px;
}
.footer-nav {
  display: flex;
  margin-top: 5rem;
  flex-direction: column-reverse;
}
.footer-nav__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}
.footer-nav__list::before {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 100%;
  content: "";
  display: block;
  aspect-ratio: 320/196;
  width: 38%;
  max-width: 173px;
  background: url(../img/common/leaf-ft-lb.png) top left/contain no-repeat;
}
.footer-nav__list::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 100%;
  content: "";
  display: block;
  aspect-ratio: 318/559;
  width: 30%;
  max-width: 130px;
  background: url(../img/common/leaf-ft-r.png) top left/contain no-repeat;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-lightgreen);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-lightgreen);
}
.footer-nav__item {
  border-top: 1px solid var(--color-lightgreen);
  width: 50%;
  height: 60px;
  text-align: center;
}
.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 small {
  border-top: 1px solid var(--color-lightgreen);
  padding-block: 1.5rem;
}