@charset "utf-8";

:root {
  --main-primary: #f5941c;
  --main-primary-dark: #ea6819;
  --main-primary-light: #f7daa0;
  --main-primary-hover: #f4b331;
  --accent-primary: #00c773;
  --accent-primary-dark: #179963;
  --accent-primary-light: #e0f6ed;
  --accent-primary-hover: #2bd686;
  --base-white: #fff;
  --surface: #fcf7e6;
  --surface-light: #faf7f2;
  --border-light: #dcded3;
  --text-body: #2e1900;
  --text-desc: #555555;
  --text-sub: #b6b7b4;
  --text-link: #2787b0;
  --text-link-hover: #77bbd9;
  --text-link-status: #104f6a;
  --text-attention: #b83728;
  --lg: 64px;
  --xl: 80px;
  --xxl: 120px;
  --xxxl: 144px;
}

.ttl_xxl {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
}

.ttl_xl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.ttl_l {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.ttl_m {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.ttl_s {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.ttl_xs {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.ttl_xxs {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.text_l {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
}

.text_m {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal;
}

.text_s {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}

.label_l {
  font-size: 14px;
  font-size: min(calc(14 / 400 * 100vw), 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
}

.label_m {
  font-size: 12px;
  font-size: min(calc(12 / 400 * 100vw), 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
}

.label_s {
  font-size: 11px;
  font-size: min(calc(11 / 400 * 100vw), 11px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
}

.btn_m {
  font-size: 16px;
  font-size: min(calc(16 / 400 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}

.btn_m {
  font-size: 14px;
  font-size: min(calc(14 / 400 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}

.fwb {
  font-weight: bold;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: 'Poppins', 'Zen Kaku Gothic New', sans-serif;
  font-weight: normal;
  color: var(--text-body);
}

body.non_scroll {
  overflow: hidden;
}

main {
  overflow-x: hidden;
}

img {
  width: 100%;
}

@media (min-width: 1023px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

.dib {
  display: inline-block;
}

.tac {
  text-align: center;
}

.sp_br {
  display: none;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.inner {
/*  padding: 0 min(calc(20 / 400 * 100vw), 20px);*/
  padding: 0 clamp(20px, calc(5vw), 40px);
  margin: 0 auto;
}

.inner.inner_1 {
  max-width: 900px;
}
.inner.inner_2 {
  max-width: 814px;
}
.inner.inner_3 {
  max-width: 774px;
  padding: 0;
}
.inner.inner_4 {
  max-width: 640px;
}

.inner.inner_5 {
  max-width: 814px;
  padding: 0;
}

@media (min-width: 1500px) {
  .inner.inner_1 {
    max-width: 100%;
  }
  .inner.inner_2 {
    max-width: 86%;
  }
  .inner.inner_3 {
    max-width: 86%;
    padding: 0;
  }
  .inner.inner_4 {
    max-width: 66.666666666666666666666666666667%;
  }

  .inner.inner_5 {
    width: calc(86% - 2 * clamp(20px, 5vw, 40px));
    max-width: none;
    padding: 0;
  }
}

a.open_in_new {
  color: var(--text-link);
  text-decoration: underline;
}

a.open_in_new:hover {
  color: var(--text-link-hover);
}

a.open_in_new::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/icon/open_in_new.svg);
  background-size: cover;
}

.disabled-link {
  pointer-events: none;
  cursor: default;
}

.primary_color {
  color: var(--main-primary-dark);
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s;
  transition-delay: 0.4s;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 共通パーツ */
.sec_ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 24px;
}

.sec_ttl .en {
  text-transform: uppercase;
  color: var(--main-primary);
}

.primary_btn {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 300px;
  height: 60px;
  padding: 0 12px 0 40px;
  margin: 0 auto;
  border-radius: 900px;
  background-color: var(--accent-primary);
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.primary_btn::before {
  content: '';
  width: 0;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--accent-primary-hover);
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  z-index: -1;
}

.primary_btn:hover:before {
  width: 200%;
}

.primary_btn::after {
  content: '';
  width: 38px;
  aspect-ratio: 1 / 1;
  background-image: url(../img/icon/icon-bg_white_circle_arrow.svg);
  background-size: cover;
}

.primary_btn span {
  width: calc(100% - 54px);
  color: var(--base-white);
  line-height: 1;
  text-align: center;
}

.green_dots {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.green_dots::before {
  content: '';
  width: 12px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  margin-top: 0.5em;
  background-color: var(--accent-primary);
  border-radius: 50%;
}

/* fixed */
.site_wrap {
  display: flex;
}

.pc_fixed_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  height: 100%;
  background-color: var(--main-primary);
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.pc_fixed_content .header_logo {
  width: 175px;
  position: absolute;
  top: 16px;
  left: 20px;
}

.site_content_wrap {
  width: 65%;
  /* padding-top: 70px; */
  margin-left: auto;
  /* overflow-x: hidden; */
}

/* gnav */
.gnav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--main-primary-dark);
  clip-path: circle(0 at 100% 0);
  transition: clip-path 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: auto;
  pointer-events: none;
}

.gnav.active {
  clip-path: circle(150% at 100% 0);
  pointer-events: all;
}

.gnav .close_btn {
  position: absolute;
  top: 25px;
  right: 25px;
}

.gnav .content_wrap {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.gnav .content_wrap .white_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  width: 380px;
  padding: 64px 40px;
  background-color: var(--base-white);
  border-radius: 24px;
}

.gnav .content_wrap .white_content .logo {
  width: 205px;
  margin: 0 auto;
}

.gnav .content_wrap .white_content .contact_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gnav .content_wrap .white_content .contact_wrap .btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.gnav .content_wrap .white_content .contact_wrap .primary_btn {
  background-color: var(--main-primary);
}

.gnav .content_wrap .white_content .contact_wrap .primary_btn::before {
  background-color: var(--main-primary-hover);
}

.gnav .content_wrap .white_content .contact_wrap .primary_btn::after {
  background-image: url(../img/icon/icon-bg_white_orange_circle_arrow.svg);
}

.gnav .content_wrap .white_content .contact_wrap .btn_wrap .policy {
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.4s;
}

.gnav .content_wrap .white_content .contact_wrap .btn_wrap .policy:hover {
  opacity: 0.7;
}

.gnav .content_wrap .nav_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--base-white);
}

.gnav .content_wrap .nav_list .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gnav .content_wrap .nav_list .item a {
  display: block;
  transform: translateX(0);
  transition: all 0.4s;
}

.gnav .content_wrap .nav_list .item a:hover {
  transform: translateX(10px);
}

.gnav .content_wrap .nav_list .in_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gnav .content_wrap .nav_list .in_list .in_item a {
  padding-left: 24px;
}

/* header */
header {
  width: 100%;
  height: 70px;
  background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
  position: sticky;
  top: 0;
  right: 0;
  z-index: 100;
}

header .header_nav {
  height: 100%;
}

header .pc_list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 24px;
}

@media (max-width: 1240px) {
  header .pc_list {
    width: calc(100% - 87px);
    gap: clamp(8px, calc(16 / 1240 * 100vw), 16px);
  }
}

header .pc_list .item {
  padding-left: 16px;
  position: relative;
}

header .pc_list .item:after {
  content: '';
  opacity: 0;
  transition: all 0.4s;
  content: '';
  display: block;
  width: 10px;
  aspect-ratio: 1 / 1;
  background-color: var(--accent-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header .pc_list .item.active::after,
header .pc_list .item:hover::after {
  opacity: 1;
}

.hamburger {
  width: 87px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

/* footer */
footer {
  background-color: var(--main-primary-dark);
}

.cta {
  display: flex;
  justify-content: center;
  gap: min(calc(64 / 768 * 100vw), 64px);
  padding: var(--lg) 20px;
  background-color: var(--base-white);
  border-radius: 0 0 64px 64px;
  position: relative;
  z-index: 1;
}

.cta .logo_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta .btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta .btn_wrap .primary_btn {
  background-color: var(--main-primary);
}

.cta .btn_wrap .primary_btn::before {
  background-color: var(--main-primary-hover);
}

.cta .btn_wrap .primary_btn::after {
  background-image: url(../img/icon/icon-bg_white_orange_circle_arrow.svg);
}

.footer {
  padding: var(--xl) 0;
  position: relative;
  z-index: 0;
}

.footer::before {
  content: '';
  width: 260px;
  aspect-ratio: 260 / 332;
  background-image: url(../img/common/footer_bg.svg);
  background-size: cover;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -1;
}

.footer .footer_nav {
  margin-bottom: 40px;
}

.footer .footer_nav .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--base-white);
}

.footer .footer_nav .list a {
  transition: all 0.4s;
}

.footer .footer_nav .list a:hover {
  text-decoration: underline;
}

.footer .copyright_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--base-white);
}

.footer .copyright_wrap .label_s {
  line-height: 1.5;
}

.footer .copyright_wrap a {
  transition: all 0.4s;
}
.footer .copyright_wrap a:hover {
  text-decoration: underline;
}

/* お問い合わせフォーム */

#form .form_wrap {
  padding: var(--lg) 0;
  background-color: var(--surface);
  border-radius: 64px;
}

#form .form_wrap .inner {
  max-width: 640px;
}

#form .form_wrap .form_ttl {
  margin-bottom: 24px;
}
#form .tel_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  padding: 24px;
  margin-bottom: 40px;
  background-color: var(--base-white);
  border-radius: 24px;
}

.form_content_wrap {
  --main-primary: #f5941c;
  --main-primary-dark: #ea6819;
  --main-primary-light: #f7daa0;
  --main-primary-hover: #f4b331;
  --accent-primary: #00c773;
  --accent-primary-dark: #179963;
  --accent-primary-light: #e0f6ed;
  --accent-primary-hover: #2bd686;
}
.form-group {
  margin-bottom: 16px;
}

.label_l {
  margin-bottom: 8px;
}

.required {
  display: inline-block;
  padding: 6px 8px;
  margin-right: 10px;
  background-color: var(--main-primary);
  color: var(--base-white);
  border-radius: 8px;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--main-primary-light);
  border-radius: 8px;
  font-size: 16px;
  background-color: white;
}

textarea {
  resize: vertical;
  min-height: 200px;
}

.privacy-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox .wpcf7-list-item {
  margin: 0;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.checkbox a {
  color: var(--text-link);
  text-decoration: underline;
}

.checkbox a:hover {
  color: var(--text-link-hover);
}

.submit_wrap {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.submit_wrap input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.submit_wrap:hover .primary_btn::before {
  width: 200%;
}

.submit_wrap .wpcf7-spinner {
  display: none;
}

.arrow {
  margin-left: 10px;
}

.site_content_wrap:has(#cookchill) footer,
.site_content_wrap:has(#cookchill) .footer {
  background-color: var(--accent-primary-dark);
}

body:has(#contact) .pc_fixed_content {
  background-image: url(../img/top/fixed_bg-pc.png);
}

#contact {
  padding: 120px 0;
  position: relative;
}

#contact .sp_logo {
  display: none;
}

@media (max-width: 1023px) {
  :root {
    --lg: 40px;
    --xl: 40px;
    --xxl: 64px;
    --xxxl: 80px;
  }

  .ttl_xl {
    font-size: 25px;
    font-size: min(calc(25 / 400 * 100vw), 25px);
    line-height: 1.8;
  }

  .ttl_l {
    font-size: 24px;
    font-size: min(calc(24 / 400 * 100vw), 24px);
  }

  .ttl_m {
    font-size: 22px;
    font-size: min(calc(22 / 400 * 100vw), 22px);
    line-height: 1.5;
  }

  .ttl_s {
    font-size: 18px;
    font-size: min(calc(18 / 400 * 100vw), 18px);
  }

  .ttl_xs {
    font-size: 16px;
    font-size: min(calc(16 / 400 * 100vw), 16px);
  }

  .ttl_xxs {
    font-size: 15px;
    font-size: min(calc(15 / 400 * 100vw), 15px);
  }

  .text_l {
    font-size: 15px;
    font-size: min(calc(15 / 400 * 100vw), 15px);
  }

  .text_m {
    font-size: 15px;
    font-size: min(calc(15 / 400 * 100vw), 15px);
  }

  .text_s {
    font-size: 12px;
    font-size: min(calc(12 / 400 * 100vw), 12px);
  }

  /* gnav */
  .gnav .content_wrap {
    gap: 64px;
  }

  .gnav .content_wrap .white_content {
    width: 360px;
  }

  header {
    background-image: none;
  }

  body:has(#contact) .pc_fixed_content {
    display: none;
  }

  body:has(#contact) .site_content_wrap {
    width: 100%;
  }

  #contact .sp_logo {
    display: block;
    max-width: 185px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 767px) {
  .sp_br {
    display: inline;
  }
  .sp_none {
  display: none;
}
.pc_none {
  display: block;
}

  .gnav {
    padding: 80px 20px;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
  }

  .gnav .content_wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 360px;
  }

  .gnav .content_wrap .white_content {
    gap: 16px;
    width: 100%;
    padding: 24px 20px;
  }

  .gnav .content_wrap .nav_list {
    max-width: 264px;
  }

  .gnav .content_wrap .white_content .logo {
    width: 172px;
  }

  .gnav .content_wrap .white_content .contact_wrap {
    gap: 8px;
  }

  .footer::before {
    width: 180px;
    bottom: 72px;
  }

  .cta {
    flex-direction: column;
    gap: 40px;
  }

  .cta .logo_wrap .footer_logo {
    max-width: 205px;
    margin: 0 auto;
  }

  #form .tel_wrap {
    flex-direction: column;
    gap: 8px;
  }
}

@keyframes fadeOut {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -60%);
    opacity: 0;
  }
}
