@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1rem; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img, video, iframe {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #363D40;
  line-height: 1.6;
  font-size: 1.6rem;
  width: 100%;
  overflow-x: hidden;
}
body a {
  color: #363D40;
}

a {
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: #363D40;
}

h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
}

/* utility 
====================================== */
@media (max-width: 1280px) {
  .xl_only {
    display: none;
  }
}

@media (max-width: 1080px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.tb_only {
  display: none;
}
@media (max-width: 1080px) {
  .tb_only {
    display: block;
  }
}
@media (max-width: 768px) {
  .tb_only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc_tb {
    display: none;
  }
}

.tb_sp {
  display: none;
}
@media (max-width: 1080px) {
  .tb_sp {
    display: block;
  }
}

/* ------------------------------------------
アニメーション
------------------------------------------- */
/* タイトルスライドイン
========================================= */
.slide-in {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.slide-in_inner {
  display: inline-block;
  vertical-align: top;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* svg 線を描くアニメーション */
.stroke path {
  fill: transparent;
  stroke: transparent;
}

.is-stroke path {
  animation: stroke 1.5s ease-in-out forwards;
  fill: #fff;
  stroke: #fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 2;
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  70% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    fill: #fff;
  }
}
/* ぼかしフェードイン
======================================== */
.blur {
  opacity: 0;
}

.is-blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: translate(20px, -20px) scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
/* ふわふわ
======================================== */
.anime-upDown {
  animation: 3s upDown infinite;
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* フェードイン（基本）
======================================== */
.fadeIn, .fadeUpDown, .fadeLeftRight, .fadeRightLeft, .fadeInOpacity, .fv_fadeRightLeft, .fv_fadeInOpacity,
.fadeInSP, .fadeUpDownSP, .fadeLeftRightSP, .fadeRightLeftSP {
  opacity: 0;
  animation-fill-mode: forwards;
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadeIn_PC_TB {
  opacity: 0;
  animation-fill-mode: forwards;
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media (max-width: 768px) {
  .fadeIn_PC_TB {
    opacity: 1;
  }
}

.is-fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.is-fadeInSP {
  animation-name: fadeInAnimeSP;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnimeSP {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.is-fadeUpDown {
  animation-name: fadeUpDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpDownAnime {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.is-fadeUpDownSP {
  animation-name: fadeUpDownAnimeSP;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpDownAnimeSP {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.is-fadeLeftRight {
  animation-name: fadeLeftRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftRightAnime {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.is-fadeLeftRightSP {
  animation-name: fadeLeftRightAnimeSP;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftRightAnimeSP {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.is-fadeRightLeft {
  animation-name: fadeRightLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightLeftAnime {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.is-fadeRightLeftSP {
  animation-name: fadeRightLeftAnimeSP;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightLeftAnimeSP {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.is-fadeInOpacity {
  animation-name: fadeInOpacityAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInOpacityAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* フェードイン（時間差）
======================================== */
.delayScroll > * {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpSP {
  animation-name: fadeUpAnimeSP;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnimeSP {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.parallax {
  overflow: hidden;
}
.parallax img {
  transform: translateZ(0) scale(1.2, 1.2);
}

/* リビール（上→下に現れる）
======================================== */
.revealDown {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
}

.is-revealDown {
  animation-name: revealDownAnime;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes revealDownAnime {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/*　遅延時間
======================================== */
.delay-time_05s {
  animation-delay: 0.5s;
}

.delay-time_1s {
  animation-delay: 1s;
}

.delay-time_2s {
  animation-delay: 2s;
}

.delay-time_3s {
  animation-delay: 3s;
}

.delay-time_n1 {
  animation-delay: 2s;
}

.delay-time_n2 {
  animation-delay: 2.5s;
}

.footer {
  background-color: #F08F4E;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.footer__inner {
  width: 91.6667%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 7.2rem 0 1rem;
}
@media (max-width: 768px) {
  .footer__inner {
    display: flex;
    flex-direction: column;
    width: 94.6667%;
    padding: 4rem 0 1rem;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem;
}
@media (max-width: 1080px) {
  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 1.5em;
  }
}
@media (max-width: 768px) {
  .footer__nav {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 2rem;
  }
}
.footer__nav-col {
  position: relative;
  padding-right: 2.4rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .footer__nav-col {
    padding: 0;
  }
}
.footer__nav-col:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 1080px) {
  .footer__nav-col:not(:last-child)::before {
    display: none;
  }
}
.footer__nav-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 0 2.4rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer__nav-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-item + .footer__nav-item {
  margin-top: 1.5rem;
}
.footer__nav-item a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer__nav-item a {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.footer__nav-item a:hover {
  opacity: 0.75;
}
.footer__contact {
  display: none;
}
@media (max-width: 768px) {
  .footer__contact {
    display: block;
    order: 3;
    margin-top: 3.2rem;
  }
}
.footer__contact-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 0 2.4rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer__contact-title {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.footer__contact-link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer__contact-link {
    font-size: 1.4rem;
  }
}
.footer__contact-link:hover {
  opacity: 0.75;
}
.footer__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2rem, 4.86111vw, 7rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #ffffff;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .footer__catch {
    order: 1;
    margin-top: 0;
    text-align: center;
    white-space: normal;
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 3.3rem;
  }
}
.footer__catch-br {
  display: none;
}
@media (max-width: 768px) {
  .footer__catch-br {
    display: block;
  }
}
.footer__sns {
  list-style: none;
  max-width: 1000px;
  margin: 4rem auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .footer__sns {
    order: 4;
    max-width: none;
    margin: 2.7rem 0 0;
    gap: 1.2rem;
  }
}
.footer__sns-item a {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer__sns-item a {
    font-size: 1.3rem;
    line-height: 1.5;
    gap: 1rem;
  }
}
.footer__sns-item a:hover {
  opacity: 0.75;
}
.footer__sns-icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='2' width='20' height='20' rx='5' ry='5'/><path d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/><line x1='17.5' y1='6.5' x2='17.51' y2='6.5'/></svg>") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='2' width='20' height='20' rx='5' ry='5'/><path d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/><line x1='17.5' y1='6.5' x2='17.51' y2='6.5'/></svg>") no-repeat center/contain;
}
@media (max-width: 768px) {
  .footer__sns-icon {
    width: 2rem;
    height: 2rem;
  }
}
.footer__privacy {
  margin: 2.5em 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__privacy {
    order: 5;
    margin-top: 2rem;
  }
}
.footer__privacy a {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer__privacy a {
    font-size: 1.3rem;
  }
}
.footer__privacy a:hover {
  opacity: 0.75;
}
.footer__copybar {
  background-color: #FFAA71;
  padding: 1.25em 1em;
}
@media (max-width: 768px) {
  .footer__copybar {
    padding: 1.2rem 1rem;
  }
}
.footer__copy {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: 1.3rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.5);
  backdrop-filter: blur(4px);
}
@media (max-width: 1080px) {
  .header {
    top: 2rem;
    left: 1.4rem;
    width: calc(100% - 2.8rem);
    height: 6rem;
    background-color: #ffffff;
    border: 3px solid #F08F4E;
    border-radius: 999px;
    backdrop-filter: none;
  }
}
.header__inner {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: clamp(1em, 2.5vw, 2.5em);
  height: 136px;
  padding: 0 clamp(1.25em, 3vw, 2.5em);
}
@media (max-width: 1080px) {
  .header__inner {
    justify-content: space-between;
    height: 100%;
    padding: 0 0.6rem 0 1.4rem;
  }
}
.header__logo {
  flex-shrink: 0;
}
.header__logo a {
  display: block;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo img {
  display: block;
  width: auto;
  height: clamp(48px, 4.5vw, 64px);
}
@media (max-width: 1080px) {
  .header__logo img {
    height: 4rem;
  }
}
.header__logo img.white {
  display: none;
  width: 15.7rem;
  height: auto;
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 1080px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(0.75em, 2vw, 2em);
  padding: 0.625em clamp(1.25em, 3vw, 2.25em);
  border: 3px solid #F08F4E;
  border-radius: 999px;
}
.header__nav-item > a {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
  color: #F08F4E;
  transition: 0.3s;
}
.header__nav-item > a:hover {
  color: #F08F4E;
}
.header__nav-icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #F08F4E;
  mask: url(../img/common/icons/teeth_orange.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icons/teeth_orange.svg) no-repeat center/contain;
}
.header__cta {
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .header__cta {
    display: none;
  }
}
.header__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.875em;
  padding: 0.625em 0.625em 0.625em 1.5em;
  background-color: #2E7D5B;
  border: 2px solid #2E7D5B;
  border-radius: 999px;
  transition: 0.3s;
}
.header__cta-btn:hover {
  background-color: #ffffff;
}
.header__cta-btn:hover .header__cta-text {
  color: #2E7D5B;
}
.header__cta-btn:hover .header__cta-icon {
  background-color: #2E7D5B;
  border-color: #2E7D5B;
}
.header__cta-btn:hover .header__cta-icon::before {
  background-color: #ffffff;
}
.header__cta-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.3rem, 1.041667vw, 1.7rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.header__cta-icon {
  position: relative;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 3px solid #ffffff;
  transition: 0.3s;
}
.header__cta-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.125em;
  height: 1.125em;
  background-color: #ffffff;
  mask: url(../img/common/icons/arrow_white.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icons/arrow_white.svg) no-repeat center/contain;
  transition: 0.3s;
}
.header__btn {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 8;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  padding: 0;
  border: none;
  background-color: #F08F4E;
  transition: 0.3s;
}
@media (max-width: 1080px) {
  .header__btn {
    display: block;
  }
}
.header__btn .bar {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.header__btn .bar:nth-child(1) {
  transform: translate(-50%, calc(-50% - 8px));
}
.header__btn .bar:nth-child(2) {
  transform: translate(-50%, -50%);
}
.header__btn .bar:nth-child(3) {
  transform: translate(-50%, calc(-50% + 8px));
}
.header {
  /* SP メニュー
  ======================================= */
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 4;
  width: 100vw;
  height: calc(100dvh - 78px);
  overflow-y: auto;
  background-color: #F08F4E;
  transition: 0.3s;
}
.header__menu-inner {
  padding: 9.4rem 2rem 3rem;
}
.header__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-item:not(:first-child) {
  margin-top: 1rem;
}
.header__menu-item--parent {
  padding-bottom: 1rem;
}
.header__menu-item > .header__menu-link {
  border-bottom: 1px solid #ffffff;
}
.header__menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0.7rem 0;
  color: #ffffff;
  text-decoration: none;
}
.header__menu-link--label {
  cursor: default;
}
.header__menu-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.header__menu-arrow, .header__menu-child-arrow, .header__menu-cta-icon {
  position: relative;
  flex-shrink: 0;
  width: 3.1rem;
  height: 3.1rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.header__menu-arrow::before, .header__menu-child-arrow::before, .header__menu-cta-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffffff;
  mask: url(../img/common/icons/arrow_white.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icons/arrow_white.svg) no-repeat center/contain;
}
.header__menu-child {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.header__menu-child-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  color: #ffffff;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header__menu-child-arrow {
  width: 2.2rem;
  height: 2.2rem;
}
.header__menu-child-arrow::before {
  width: 1.2rem;
  height: 1.2rem;
}
.header__menu-icon {
  display: none;
}
.header__menu-cta {
  margin-top: 4.2rem;
  text-align: center;
}
.header__menu-cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 283px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  background-color: #2E7D5B;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
}
.header__menu-cta-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.header__menu-cta-icon {
  width: 2.9rem;
  height: 2.9rem;
}
.header__menu-cta-icon::before {
  width: 1.2rem;
  height: 1.2rem;
}
.header__menu-sns {
  list-style: none;
  max-width: 270px;
  margin: 4.2rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.header__menu-sns-item a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #ffffff;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.header__menu-sns-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='2' width='20' height='20' rx='5' ry='5'/><path d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/><line x1='17.5' y1='6.5' x2='17.51' y2='6.5'/></svg>") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='2' width='20' height='20' rx='5' ry='5'/><path d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/><line x1='17.5' y1='6.5' x2='17.51' y2='6.5'/></svg>") no-repeat center/contain;
}

.is-open .header__inner {
  background-color: #F08F4E;
}
.is-open .header__logo {
  position: relative;
  z-index: 10;
}
.is-open .header__logo img.main {
  display: none;
}
.is-open .header__logo img.white {
  display: block;
}
.is-open .header__menu {
  transform: translateY(0);
}
@media (max-width: 1080px) {
  .is-open .header__menu {
    height: 100dvh;
  }
}
.is-open .header__btn .bar {
  transform-origin: center center;
}
.is-open .header__btn .bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-open .header__btn .bar:nth-child(2) {
  opacity: 0;
}
.is-open .header__btn .bar:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

main {
  display: block;
}

main {
  margin-top: 136px;
}
@media (max-width: 1080px) {
  main {
    margin-top: 78px;
  }
}

.breadcrumbs {
  font-size: 0.75rem;
  font-weight: 500;
  color: #888888;
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 0.625rem;
  }
}
.breadcrumbs__inner {
  width: 91.6667%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.breadcrumbs__inner::before {
  content: "";
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #2E7D5B;
}
.breadcrumbs span {
  display: block;
  font-weight: 400;
  color: #A8A8A8;
}
.breadcrumbs a {
  color: #888888;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #F08F4E;
}
.breadcrumbs span[property=name] {
  padding: 0;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* btn-arrow (円形矢印アイコン付きボタン共通)
========================================= */
.btn-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  padding: 1.3rem 1.2rem 1.3rem 1.9rem;
  border-radius: 8px;
  border: 2px solid transparent;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.btn-arrow__text {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: 0.3s;
}
.btn-arrow__icon {
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: 0.3s;
}
.btn-arrow__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.125em;
  height: 1.125em;
  mask: url(../img/common/icons/arrow_white.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icons/arrow_white.svg) no-repeat center/contain;
  transition: 0.3s;
}
.btn-arrow.--green {
  max-width: 283px;
  gap: 0.875em;
  padding: 0.625em 0.625em 0.625em 1.5em;
  background-color: #2E7D5B;
  border-color: #2E7D5B;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .btn-arrow.--green {
    padding: 0.5em 0.5em 0.5em 1em;
  }
}
.btn-arrow.--green .btn-arrow__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.btn-arrow.--green .btn-arrow__icon {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border: 3px solid #ffffff;
  background-color: transparent;
}
.btn-arrow.--green .btn-arrow__icon::before {
  width: 1.125em;
  height: 1.125em;
  background-color: #ffffff;
}
.btn-arrow.--green:hover {
  background-color: #ffffff;
}
.btn-arrow.--green:hover .btn-arrow__text {
  color: #2E7D5B;
}
.btn-arrow.--green:hover .btn-arrow__icon {
  background-color: #2E7D5B;
  border-color: #2E7D5B;
}
.btn-arrow.--green:hover .btn-arrow__icon::before {
  background-color: #ffffff;
}
.btn-arrow.--orange {
  background-color: #F08F4E;
  border-color: #F08F4E;
}
.btn-arrow.--orange .btn-arrow__text {
  color: #ffffff;
}
.btn-arrow.--orange .btn-arrow__icon {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-arrow.--orange .btn-arrow__icon::before {
  background-color: #ffffff;
}
.btn-arrow.--orange:hover {
  background-color: #ffffff;
}
.btn-arrow.--orange:hover .btn-arrow__text {
  color: #F08F4E;
}
.btn-arrow.--orange:hover .btn-arrow__icon {
  background-color: rgba(240, 143, 78, 0.12);
}
.btn-arrow.--orange:hover .btn-arrow__icon::before {
  background-color: #F08F4E;
}
.btn-arrow.--outline {
  background-color: #ffffff;
  border-color: #F08F4E;
}
.btn-arrow.--outline .btn-arrow__text {
  color: #363D40;
}
.btn-arrow.--outline .btn-arrow__icon {
  background-color: rgba(240, 143, 78, 0.12);
}
.btn-arrow.--outline .btn-arrow__icon::before {
  background-color: #F08F4E;
}
.btn-arrow.--outline:hover {
  background-color: #F08F4E;
}
.btn-arrow.--outline:hover .btn-arrow__text {
  color: #ffffff;
}
.btn-arrow.--outline:hover .btn-arrow__icon {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-arrow.--outline:hover .btn-arrow__icon::before {
  background-color: #ffffff;
}

/* btn-cta (右矢印付きCTA共通)
========================================= */
.btn-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 1.5em 2.5em;
  border-radius: 8px;
  border: 1px solid #F08F4E;
  transition: 0.3s;
  cursor: pointer;
}
.btn-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.btn-cta.--green {
  background-color: #F08F4E;
  color: #ffffff;
}
.btn-cta.--green:hover {
  background-color: #ffffff;
  color: #F08F4E;
}
.btn-cta.--white {
  background-color: #ffffff;
  color: #F08F4E;
}
.btn-cta.--white:hover {
  background-color: #F08F4E;
  color: #ffffff;
}
.btn-cta.--green.--tel {
  flex-direction: column;
  gap: 0.125em;
  padding: 0.75em 1.25em 0.875em;
}
.btn-cta.--green.--tel::after {
  display: none;
}
.btn-cta.--green.--tel .btn-cta__tel-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.btn-cta.--green.--tel .btn-cta__tel-icon {
  flex-shrink: 0;
  width: 1.125em;
  height: 1.125em;
  background-color: currentColor;
  mask: url(../img/common/icons/tel-white.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icons/tel-white.svg) no-repeat center/contain;
}
.btn-cta.--green.--tel .btn-cta__tel-num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}
.btn-cta.--green.--tel .btn-cta__tel-time {
  font-size: 0.75rem;
  line-height: 1.4;
}

/* btn 
========================================= */
.btn__white > a, .btn__white > span {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14.4px;
  line-height: 1.5;
  padding: 1.25em;
  transition: 0.3s;
  background-color: #ffffff;
  color: #F08F4E;
  border: 1px solid #F08F4E;
}
@media (max-width: 768px) {
  .btn__white > a, .btn__white > span {
    justify-content: space-between;
  }
}
.btn__white > a::after, .btn__white > span::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  transition: 0.3s;
  background: url(../img/common/icons/triangle-navy.svg) no-repeat center center/contain;
}
.btn__white > a:hover, .btn__white > span:hover {
  background-color: #F08F4E;
  color: #ffffff;
}
.btn__white > a:hover::after, .btn__white > span:hover::after {
  background: url(../img/common/icons/triangle-white.svg) no-repeat center center/contain;
}

/* お知らせ一覧アイテム
========================================= */
.news__item {
  margin: 0;
}
.news__item-link {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 1.5em 0;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .news__item-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 0.8rem 1.2rem;
    align-items: center;
    padding: 1.6rem 0;
  }
}
.news__item-link:hover .news__item-title {
  color: #F08F4E;
}
.news__item-link:hover .news__item-icon {
  background-color: #F08F4E;
}
.news__item-link:hover .news__item-icon::before {
  background-color: #ffffff;
}
.news__item-meta {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .news__item-meta {
    grid-column: 1;
    grid-row: 1;
    gap: 1rem;
  }
}
.news__item-date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .news__item-date {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #606060;
  }
}
.news__item-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  padding: 0.85rem;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #F08F4E;
  border-radius: 999px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .news__item-cat {
    min-width: 0;
    font-size: 1.2rem;
    padding: 0.2em 0.9em;
  }
}
.news__item-title {
  flex: 1;
  min-width: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  transition: 0.3s;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .news__item-title {
    grid-column: 1;
    grid-row: 2;
    padding-left: 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    color: #363D40;
  }
}
.news__item-icon {
  position: relative;
  flex-shrink: 0;
  width: 3.3rem;
  height: 3.3rem;
  margin-left: auto;
  border: 3px solid #F08F4E;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .news__item-icon {
    grid-column: 2;
    grid-row: 1/-1;
    align-self: center;
    width: 2.2rem;
    height: 2.2rem;
    margin-left: 0;
    border-width: 2px;
  }
}
.news__item-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  background-color: #F08F4E;
  mask: url(../img/common/icons/arrow_white.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icons/arrow_white.svg) no-repeat center/contain;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .news__item-icon::before {
    width: 1.1rem;
    height: 1.1rem;
  }
}

/* お役立ち情報カード（共通）
========================================= */
.column__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
@media (max-width: 1080px) {
  .column__list {
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .column__list {
    grid-template-columns: 1fr;
    gap: 1em;
    margin-bottom: 2.5em;
  }
}
.column__item {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.column__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.column__item:hover .column__item-title {
  color: #F08F4E;
}
.column__item a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.column__item-image {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #F4F4F4;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='18' height='18' rx='2' ry='2'/><circle cx='8.5' cy='8.5' r='1.5'/><polyline points='21 15 16 10 5 21'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .column__item-image {
    aspect-ratio: 352/198;
  }
}
.column__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.column__item-body {
  padding: 1.25em 1.25em 1.5em;
}
@media (max-width: 768px) {
  .column__item-body {
    padding: 1.875em 1.25em;
  }
}
.column__item-date {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  color: #888888;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
}
.column__item-title {
  line-height: 2;
  color: #363D40;
  margin: 0 0 1em;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.column__item-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.column__item-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.75rem;
  color: #F08F4E;
  line-height: 1.4;
}
.column__item-tag::before {
  content: "#";
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}

/* ページ見出し（パンくず + セクションタイトル）
========================================= */
.headline {
  padding-top: 4rem;
  margin-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .headline {
    padding-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.headline__inner {
  width: 83.333%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .headline__inner {
    width: 94.6667%;
  }
}
.headline .breadcrumbs {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .headline .breadcrumbs {
    margin-bottom: 1.6rem;
  }
}
.headline .breadcrumbs__inner {
  width: auto;
  max-width: none;
  margin: 0;
  gap: 0.4rem;
  font-size: 1.4rem;
  color: #363D40;
}
@media (max-width: 768px) {
  .headline .breadcrumbs__inner {
    font-size: 1.2rem;
  }
}
.headline .breadcrumbs a,
.headline .breadcrumbs span {
  color: #363D40;
  text-decoration: none;
}
.headline .breadcrumbs a:hover {
  color: #F08F4E;
}
.headline .sec-title__en {
  font-size: clamp(4rem, 4.1667vw, 6rem);
}
.headline .sec-title__ja {
  margin-top: 0.75em;
  font-size: 1.8rem;
}
.headline__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 768px) {
  .headline__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.headline__row .sec-title {
  margin: 0;
}

/* セクションの見出し共通スタイル
========================================= */
.sec-title {
  display: block;
  margin: 0;
}
.sec-title__en {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(4rem, 4.1667vw, 6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #F08F4E;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sec-title__en {
    font-size: 3.5rem;
  }
}
.sec-title__ja {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.75em;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1;
  color: #F08F4E;
}
@media (max-width: 768px) {
  .sec-title__ja {
    font-size: 1.5rem;
  }
}
.sec-title__ja::before {
  content: "";
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #2E7D5B;
  border-radius: 50%;
}
.sec-title--center {
  text-align: center;
}
.sec-title--center .sec-title__ja {
  justify-content: center;
}
.sec-title.--white .sec-title__en {
  color: #ffffff;
}
.sec-title.--white .sec-title__ja {
  color: #ffffff;
}

.section__head {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .section__head {
    margin-bottom: 1.25em;
  }
}

h2.section__title {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  color: #363D40;
  margin: 0;
}
h2.section__title::before {
  content: "";
  display: block;
  width: 0.625em;
  height: 0.625em;
  background-color: #F08F4E;
  border-radius: 50%;
  flex-shrink: 0;
}

p.section__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4;
  color: #363D40;
  margin: 0;
}
@media (max-width: 1080px) {
  p.section__catch {
    font-size: 1.5rem;
  }
}

h2.section__title + p.section__catch {
  margin-top: 0.5em;
}

.section__inner {
  width: 83.333%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 7rem 0;
}
@media (max-width: 768px) {
  .section__inner {
    padding: 3rem 0;
    width: 94.6667%;
  }
}
.section__inner.--l {
  width: 91.6667%;
  max-width: 1320px;
}
.section__inner.--s {
  width: 76.38889%;
  max-width: 1100px;
}
.section__heading {
  text-align: center;
  margin-bottom: 2.5em;
}
.section__heading span {
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px dashed #F08F4E;
}

/* グループ見出し（施工事例・FAQページなど） */
.section-group-label {
  display: flex;
  align-items: center;
  gap: 0.625em;
  margin: 0 0 3rem;
  padding: 0 0 0.75em;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #363D40;
  background-image: linear-gradient(#F08F4E, #F08F4E), linear-gradient(#ffffff, #ffffff);
  background-size: 30px 3px, 100% 3px;
  background-position: 0 100%, 0 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .section-group-label {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .section-group-label {
    font-size: 1.25rem;
    margin-bottom: 1em;
    padding-bottom: 0.625em;
  }
}
.section-group-label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/icon-section-mark.svg) center/contain no-repeat;
}
@media (max-width: 768px) {
  .section-group-label::before {
    width: 1.375em;
    height: 1.375em;
  }
}

/* tab
========================================= */
.tab1 {
  cursor: pointer;
}

.panel1 {
  display: none;
}
.panel1.is-active {
  display: block;
}
