@charset "UTF-8";
/* CSS Remedy */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

figure {
  margin: 0;
}

[hidden] {
  display: none;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
  max-width: 100%;
  overflow: hidden;
}

svg {
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a {
  text-decoration: none;
}

:root {
  --color-main: #1b1b1b;
  --color-key: #F9D243;
  --color-brown: #534741;
  --color-red: #FA2D51;
  --color-blue: #a5e1e2;
  --color-orange: #F79C94;
  --color-yellow: #f7f1c6;
  --color-green: #6b8484;
  --color-pink: #f788da;
  --color-gray: #eee;
  --color-main-light: #4e4e4e;
  --color-main-dark: black;
}

body {
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  color: var(--color-main);
}

.m-0 {
  margin: 0;
}

.m-t0 {
  margin-top: 0;
}

.m-b0 {
  margin-bottom: 0;
}

.m-l0 {
  margin-left: 0;
}

.m-r0 {
  margin-right: 0;
}

.p-0 {
  padding: 0;
}

.p-t0 {
  padding-top: 0;
}

.p-b0 {
  padding-bottom: 0;
}

.p-l0 {
  padding-left: 0;
}

.p-r0 {
  padding-right: 0;
}

.m-1 {
  margin: 1rem;
}

.m-t1 {
  margin-top: 1rem;
}

.m-b1 {
  margin-bottom: 1rem;
}

.m-l1 {
  margin-left: 1rem;
}

.m-r1 {
  margin-right: 1rem;
}

.p-1 {
  padding: 1rem;
}

.p-t1 {
  padding-top: 1rem;
}

.p-b1 {
  padding-bottom: 1rem;
}

.p-l1 {
  padding-left: 1rem;
}

.p-r1 {
  padding-right: 1rem;
}

.m-2 {
  margin: 1.5rem;
}

.m-t2 {
  margin-top: 1.5rem;
}

.m-b2 {
  margin-bottom: 1.5rem;
}

.m-l2 {
  margin-left: 1.5rem;
}

.m-r2 {
  margin-right: 1.5rem;
}

.p-2 {
  padding: 1.5rem;
}

.p-t2 {
  padding-top: 1.5rem;
}

.p-b2 {
  padding-bottom: 1.5rem;
}

.p-l2 {
  padding-left: 1.5rem;
}

.p-r2 {
  padding-right: 1.5rem;
}

.m-3 {
  margin: 2rem;
}

.m-t3 {
  margin-top: 2rem;
}

.m-b3 {
  margin-bottom: 2rem;
}

.m-l3 {
  margin-left: 2rem;
}

.m-r3 {
  margin-right: 2rem;
}

.p-3 {
  padding: 2rem;
}

.p-t3 {
  padding-top: 2rem;
}

.p-b3 {
  padding-bottom: 2rem;
}

.p-l3 {
  padding-left: 2rem;
}

.p-r3 {
  padding-right: 2rem;
}

.m-4 {
  margin: 2.5rem;
}

.m-t4 {
  margin-top: 2.5rem;
}

.m-b4 {
  margin-bottom: 2.5rem;
}

.m-l4 {
  margin-left: 2.5rem;
}

.m-r4 {
  margin-right: 2.5rem;
}

.p-4 {
  padding: 2.5rem;
}

.p-t4 {
  padding-top: 2.5rem;
}

.p-b4 {
  padding-bottom: 2.5rem;
}

.p-l4 {
  padding-left: 2.5rem;
}

.p-r4 {
  padding-right: 2.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-t5 {
  margin-top: 3rem;
}

.m-b5 {
  margin-bottom: 3rem;
}

.m-l5 {
  margin-left: 3rem;
}

.m-r5 {
  margin-right: 3rem;
}

.p-5 {
  padding: 3rem;
}

.p-t5 {
  padding-top: 3rem;
}

.p-b5 {
  padding-bottom: 3rem;
}

.p-l5 {
  padding-left: 3rem;
}

.p-r5 {
  padding-right: 3rem;
}

.font-red {
  color: var(--color-red);
}

.footer-contact {
  background-color: var(--color-gray);
  background-image: url(../img/index/bk-footer.webp);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom 0.6rem left;
  padding-bottom: 5rem;
}
.footer-contact .footer-contact__inner {
  padding: 2em 5%;
}
.footer-contact .footer-contact__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-contact .footer-contact__line {
  background: #fff;
  border: #06C755 3px solid;
  padding: 1rem;
}
.footer-contact .footer-contact__line .footer-contact__line-fig img {
  display: block;
  margin: 1rem auto;
}
.footer-contact .footer-contact__line .footer-contact__line-ttl {
  color: #06C755;
  text-align: center;
  border-bottom: #06C755 1px solid;
  margin: 0;
  padding-bottom: 0.5rem;
}
.footer-contact .footer-contact__line .footer-contact__line-list {
  margin: 0;
  padding-left: 0;
  padding-top: 1rem;
}

.footer-contact__f .btn-fig {
  margin-left: 1rem;
}

.footer-link {
  background: var(--color-key);
  padding: 2rem 0;
}

.footer-link__nav ul {
  margin: 0;
  padding-left: 0;
}
.footer-link__nav ul li {
  list-style: none;
}
.footer-link__nav ul li a {
  position: relative;
  display: block;
  color: #1b1b1b;
  padding: 0.5rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.footer-link__nav ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.footer-link__copy {
  font-size: 0.9em;
  text-align: center;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .footer-contact__inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: flex-start;
  }
  .footer-contact__line {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 1rem;
  }
  .footer-link__nav ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contact {
    background-size: auto;
  }
  .footer-contact .footer-contact__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
  }
}
@media (any-hover: hover) {
  .footer-link__nav ul li a:hover::after {
    transform: scale(1, 1);
  }
}
/*  header  */
.header-nav {
  display: none;
}

.header {
  position: relative;
}

.header-main {
  background: url(../img/index/main-image-sp.webp) no-repeat center;
  background-size: cover;
  padding: 4rem 0;
}
.header-main .header-main__inner {
  display: grid;
  place-content: center;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 1.5rem;
  padding: 1rem;
}
.header-main .header-main__ttl {
  text-align: center;
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
  margin: 0.5rem auto;
}

.header-main__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.header-main__txt span {
  display: block;
}
.header-main__txt .header-main__logo img {
  display: block;
  margin: 0.5rem auto;
}

.header-main__page {
  display: block grid;
  align-items: center;
  width: 100%;
  height: 400px;
  background: url(../img/page/pic-header-main.jpg) no-repeat center;
  background-size: cover;
}
.header-main__page .header-main__page-inner {
  padding: 0 5%;
}
.header-main__page .header-main__page-ttlalp {
  color: var(--color-key);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.375rem + 0.5vw, 1.75rem);
  margin: 0;
}
.header-main__page .header-main__page-ttl {
  color: #fff;
  margin: 0 auto;
}

/* Drawer */
.header-spnav {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 999;
}

.header-spnav__logo a {
  display: inline-flex;
}

.header-spnav__logo img {
  max-width: 60%;
  height: auto;
  margin-left: 0.5em;
  padding-top: 0.5em;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}

.header-drawer__nav {
  width: 70%;
  max-width: calc(100% - 50px);
  height: 100vh;
  position: absolute;
  left: -70%;
  top: 0;
  transition: all 200ms ease-in-out;
  z-index: 20;
  background-color: #FFF;
  overflow-y: scroll;
  border: none;
  padding: 0;
}
.header-drawer__nav ul li a {
  border-bottom: var(--color-key) 2px solid;
}
.header-drawer__nav ul li span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--color-key);
  text-transform: uppercase;
}

.header-drawer__guide {
  background-color: #fff;
  padding: 2em 1em;
}

.toggle {
  width: 50px;
  height: 50px;
  color: var(--color-main);
  background-color: var(--color-key);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 80;
}

span.toggler,
span.toggler:before,
span.toggler:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: var(--color-main);
  position: absolute;
  pointer-events: none;
}

span.toggler:before {
  bottom: 9px;
}

span.toggler:after {
  top: 9px;
}

span.deleteclass {
  background-color: transparent;
}

span.deleteclass::before {
  bottom: 0;
  transform: rotate(45deg);
  z-index: 20;
}

span.deleteclass::after {
  top: 0;
  transform: rotate(-45deg);
  z-index: 20;
}

/* スクロールで可変 */
div#header.resize .headerInner {
  height: 35px;
}

div#header.resize .toggle {
  height: 35px;
}

div#header.resize .toggle .toggler,
div#header.resize .toggle .toggler:before,
div#header.resize .toggle .toggler:after {
  height: 2px;
  width: 18px;
}

div#header.resize span.toggler:before {
  bottom: 6px;
}

div#header.resize span.toggler:after {
  top: 6px;
}

div#header.resize span.deleteclass::before {
  bottom: 0;
}

div#header.resize span.deleteclass::after {
  top: 0;
}

.logo {
  text-align: center;
  margin-bottom: 30px;
}

.logo a {
  text-decoration: none;
  color: #888;
  font-size: 2rem;
}

.header-drawer__nav ul {
  padding-left: 0;
}

.header-drawer__nav ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-drawer__nav ul li a {
  padding: 10px 20px;
  display: block;
  color: var(--color-main);
  font-size: 1rem;
  text-decoration: none;
  transition: all 200ms ease;
  text-align: center;
}

.header-drawer__nav ul li:last-child a {
  border-bottom: none;
}

.header-drawer__icon {
  margin: 0;
}
.header-drawer__icon img {
  width: 36px;
  height: auto;
  display: block;
  margin: 0 auto 0.5em;
}

/* Show Nav */
.show-nav .header-drawer__nav {
  left: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
}

.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .header-main {
    padding: 12rem 0;
  }
  .header-main .header-main__inner {
    width: 80%;
    margin: 0 auto;
  }
  .header-drawer__nav {
    width: 400px;
    left: -400px;
  }
}
@media screen and (min-width: 1119px) {
  .header-main {
    background: url(../img/index/main-image.webp) no-repeat center;
    background-size: cover;
  }
  .header-main .header-main__inner {
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav,
  .header-logo {
    display: block;
  }
  .header-spnav {
    display: none;
  }
  .header-nav {
    display: grid;
    grid-template-columns: auto 260px 80px;
    align-items: center;
    background: var(--color-key);
  }
  .header-nav ul {
    display: flex;
  }
  .header-nav ul li {
    list-style: none;
    text-align: center;
  }
  .header-nav ul li::marker {
    display: none;
  }
  .header-nav ul li a {
    position: relative;
    display: block;
    color: var(--color-main);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 0 1rem;
  }
  .header-nav ul li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -4px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .header-nav .btn-tel {
    margin: 0;
  }
  .header-nav .btn-tel a {
    margin: 0;
    padding: 13px 1rem;
    background: #fbde74;
  }
  .header-nav .btn-line {
    margin: 0;
  }
  .header-nav .btn-line a {
    display: block;
    margin: 0;
    padding: 1rem;
    background: #06C755;
  }
  .header-main__page .header-main__page-inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .header-nav ul li a:hover::after {
    transform: scale(1, 1);
  }
  .header-nav .btn-line a:hover {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
    box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
  }
}
body {
  overflow-x: hidden;
}

.content {
  padding: 0 5%;
}

.l-wide {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.content-page {
  margin: 4rem auto;
}

@media screen and (min-width: 768px) {
  .grid {
    display: grid;
  }
}
@media screen and (min-width: 1200px) {
  .inner,
  .content {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .content-page {
    width: 900px;
    margin: 4rem auto;
    padding: 0;
  }
}
/*  btn  */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 4px;
  bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  border: var(--color-key) 1px solid;
  z-index: 999;
}
.pagetop img {
  width: 30px;
  height: 30px;
}

.pagetop:hover {
  opacity: 0.8;
}

.fixed-btm-btn {
  width: 100%;
  height: 60px;
  display: grid;
  grid-template-columns: auto 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.fixed-btm-btn .fixed-btm-btn__link-tel {
  display: block flex;
  background: var(--color-key);
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.fixed-btm-btn .fixed-btm-btn__link-tel img {
  height: 40px;
  width: auto;
  margin-right: 0.3rem;
}
.fixed-btm-btn .fixed-btm-btn__link-line {
  display: block;
  background: #06C755;
  padding: 0.5rem;
}
.fixed-btm-btn .fixed-btm-btn__link-line img {
  display: block;
  height: 40px;
  width: auto;
  margin: 0 auto;
}

.btn a {
  display: block;
  max-width: 360px;
  margin: 1rem auto;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #1b1b1b;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}

.btn-primary a {
  display: grid;
  background-color: #F9D243;
  transition: box-shadow 0.4s;
  grid-template-columns: auto 40px;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  color: var(--color-main);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.btn-primary a::after {
  display: inline;
  content: "";
  background: url(../img/index/icon-arrow.svg) no-repeat center;
  width: 40px;
  height: auto;
  transition: translate 0.4s;
}

.btn-primary__outline a {
  display: grid;
  background-color: rgba(255, 255, 255, 0.8);
  transition: box-shadow 0.4s, background 0.4s;
  grid-template-columns: auto 40px;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  color: var(--color-main);
  border: var(--color-key) 3px solid;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.btn-primary__outline a::after {
  display: inline;
  content: "";
  background: url(../img/index/icon-arrow.svg) no-repeat center;
  width: 40px;
  height: auto;
  transition: translate 0.4s;
}

.btn-outline a {
  display: grid;
  background-color: #fff;
  border: 2px solid #1b1b1b;
  grid-template-columns: auto 30px;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  transition: background 0.4s;
}
.btn-outline a::after {
  display: inline;
  content: "";
  background: url(../img/index/icon-arrow.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: auto;
  transition: translate 0.4s;
}

.btn-tel a {
  display: block grid;
  grid-template-columns: 30px auto;
  gap: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.5rem, 1.375rem + 0.5vw, 1.75rem);
  transition: color 0.4s;
}
.btn-tel a::before {
  display: inline;
  content: "";
  background: url(../img/index/icon-tel.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: auto;
}

.btn-fig a {
  display: block;
}

.link-index {
  padding-left: auto;
}
.link-index .link-index__list {
  display: inline-block;
  list-style: none;
}
.link-index .link-index__list a {
  display: block;
  border: #f788da 2px solid;
  background-color: rgba(247, 156, 148, 0.4);
  color: #534741;
  text-align: center;
  margin: 0.2rem auto;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.4s;
}
.link-index .link-index__list a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/index/arrow-right-pink-fill.svg) no-repeat center;
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.link-index .link-index__list a:hover {
  background-color: #fff;
}

.link-has-border {
  border-bottom: #F79C94 1px dashed;
  color: #F79C94;
  font-weight: 500;
  padding: 0 0.4em;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media screen and (min-width: 768px) {
  .pagetop {
    width: 60px;
    height: 60px;
  }
  .fixed-btm-btn {
    display: none;
  }
}
@media (any-hover: hover) {
  .btn-primary a:hover {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
    box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
  }
  .btn-primary__outline a:hover {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
    box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
    background: #fff;
  }
  .btn-primary a:hover::after,
  .btn-primary__outline a:hover::after {
    translate: 10px 0;
  }
  .btn-tel a:hover {
    color: var(--color-key);
  }
  .btn-outline a:hover {
    background: var(--color-key);
  }
  .btn-outline a:hover::after {
    translate: 6px 0;
  }
  .btn-fig a:hover img {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
    box-shadow: 10px 10px 20px 0px rgba(209, 201, 174, 0.75);
  }
}
ul,
ol {
  margin: 20px auto;
}

ul li,
ol li {
  list-style-position: inside;
}

.list-inline {
  padding-left: 0;
}
.list-inline li {
  display: inline-block;
  margin: 0.5em;
  list-style: none;
}

.list-index {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em 2%;
  padding-left: 0;
}
.list-index li {
  width: 48%;
  position: relative;
  list-style: none;
  text-align: center;
}
.list-index li a {
  display: block;
  padding: 2px 20px 2px 1em;
  color: #6b8484;
  border: #6b8484 1px solid;
  transition: all 0.4s;
}
.list-index li a::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 4px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.list-index li a:hover {
  background-color: #d9e2e2;
  border: #fff 1px solid;
  color: #fff;
}

.list-rule {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
.list-rule li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
}

@media screen and (min-width: 768px) {
  .list-index {
    gap: 0.5em 1%;
  }
  .list-index li {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .list-index {
    width: 900px;
    margin: 1em auto;
  }
  .list-index li {
    width: 24%;
  }
  .list-index li a {
    padding: 0.5em 24px 0.5em 1em;
  }
  .list-index li a::before {
    width: 20px;
    height: 20px;
  }
}
.table-chrge {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border: none;
  margin: 2em auto;
}
.table-chrge tr {
  border-bottom: #bbb 2px solid;
}
.table-chrge tr:nth-child(even) {
  background: #fef5d7;
}
.table-chrge th {
  width: 40%;
  display: inline-block;
  padding: 0.8em;
  border-bottom: #F9D243 2px solid;
  font-weight: 500;
  text-align: left;
}
.table-chrge td {
  width: 60%;
  display: inline-block;
  padding: 0.8em;
  border: none;
}

@media screen and (min-width: 768px) {
  .table-simple {
    max-width: 600px;
  }
  .table-simple tr {
    border-bottom: #6b8484 1px solid;
  }
  .table-simple th {
    display: table-cell;
    width: 30%;
    padding: 1.4em;
  }
  .table-simple td {
    padding: 1.4em;
    border-bottom: none;
  }
  .table-box {
    max-width: 600px;
  }
  .table-box tr {
    border-bottom: #bbb 1px solid;
  }
  .table-box tr:last-child {
    border-bottom: none;
  }
  .table-box th {
    display: table-cell;
    width: 30%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}

.ttl-primary__wrapper {
  text-align: center;
  margin: 2rem auto;
}
.ttl-primary__wrapper .ttl-primary {
  margin: 0;
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
}
.ttl-primary__wrapper .ttl-primary__alp {
  color: var(--color-key);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
}

.ttl-has-bor-ld {
  padding: 1rem 2rem;
  border-left: 6px double #F9D243;
}

@media screen and (min-width: 768px) {
  .ttl-primary__wrapper {
    margin: 3rem auto;
  }
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0 1em 0;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 0.8em;
}
.breadcrumbs ul li::before {
  content: ">";
  margin: 0 0.4em;
}
.breadcrumbs ul li a {
  color: #1b1b1b;
}
.breadcrumbs ul li:first-child::before {
  content: "";
}

/*  top  */
.tabout,
.tcase,
.tmark {
  padding: 3rem 0;
}

.tcase-box {
  position: relative;
  margin: 3rem 0;
}
.tcase-box .tcase-box__num {
  position: absolute;
  top: -25px;
  left: 10px;
  color: rgba(249, 210, 67, 0.8);
  font-size: clamp(3rem, 2.875rem + 0.5vw, 3.25rem);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  line-height: 1;
}
.tcase-box .tcase-box__ttl {
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
}

.tpoint-inner {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #F3F3F3;
  background-image: url(../img/index/shape-tokeidai.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 640px 480px;
  padding: 2rem 5%;
}

.tpoint-box {
  border: var(--color-key) 3px solid;
  background: rgba(255, 255, 255, 0.8);
  margin: 1.5rem auto;
  padding: 1.5rem;
}
.tpoint-box .tpoint-box__num-wrapper {
  text-align: center;
}
.tpoint-box .tpoint-box__num {
  display: inline-block;
  background: var(--color-key);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: clamp(1.5rem, 1.375rem + 0.5vw, 1.75rem);
  margin: 0;
  padding: 0.6rem;
  line-height: 1.2;
}
.tpoint-box .tpoint-box__num .tpoint-box__num-alp {
  display: block;
  font-size: 0.6em;
  text-transform: uppercase;
}
.tpoint-box .tpoint-box__fig img {
  display: block;
  width: auto;
  height: 120px;
  margin: 1.5rem auto;
}

.tflow-inner {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: url(../img/index/pic-faq-bk.webp);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3rem 5%;
}

.tflow-box {
  border: var(--color-key) 3px solid;
  background: rgba(255, 255, 255, 0.8);
  margin: 1.5rem auto;
  padding: 1rem 1.5rem;
}
.tflow-box .tflow-box__num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.875rem, 1.75rem + 0.5vw, 2.125rem);
  margin: 0;
}
.tflow-box .tflow-box__num .tflow-box__num-alp {
  font-size: 0.8em;
  text-transform: uppercase;
}
.tflow-box .tflow-box__txt-has-bk {
  background-color: #fceaa6;
  margin: 0.5rem auto;
  padding: 0.5rem 1rem;
}
.tflow-box .tflow-box__txt-has-bk h4 {
  text-align: center;
}
.tflow-box .tflow-box__txt-has-bk .tflow-box__txt-list {
  padding: 0;
}

.tflow-box__arrow {
  transform: rotateZ(180deg);
}
.tflow-box__arrow img {
  display: block;
  margin: 1rem auto;
}

.tfaq {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: var(--color-gray);
  background-image: url(../img/index/bk-stripe.png);
  padding: 3rem 5%;
}

.tfaq-tab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.tfaq-tab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.tfaq-tab label {
  display: grid;
  grid-template-columns: 2em auto 2em;
  gap: 0.5rem;
  align-items: center;
  font-weight: bold;
  line-height: 3;
  padding: 1rem;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: var(--color-key);
  line-height: 1.8;
}
.tfaq-tab label .tfaq-tab__q {
  color: #fff;
  font-size: 1.4em;
  margin-right: 1rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.tfaq-tab__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: var(--color-main);
  background: #fceaa6;
}
.tfaq-tab__content p {
  margin: 1rem;
}

/* :checked */
.tfaq-tab input:checked ~ .tfaq-tab__content {
  max-height: 20em;
}

/* Icon */
.tfaq-tab label::after {
  line-height: 3;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}

.tfaq-tab input[type=checkbox] + label::after {
  content: "+";
}

.tfaq-tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

.tmark__fig {
  margin: 3rem auto;
}
.tmark__fig img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .tabout-lead {
    grid-template-columns: 3fr 2fr;
    gap: 1.5rem;
    align-items: center;
  }
  .tcase-box__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .tcase-box {
    margin: 0;
  }
  .tpoint-box__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .tpoint-box {
    margin: 0;
  }
  .tflow-box {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1119px) {
  .tcase-box__wrapper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    grid-template-columns: repeat(4, 1fr);
    padding: 0 5%;
  }
}
@media screen and (min-width: 1200px) {
  .tabout-lead {
    width: 1000px;
    margin: 0 auto;
  }
  .tpoint-box__wrapper {
    width: 800px;
    margin: 0 auto;
  }
  .tflow-box {
    width: 800px;
  }
  .tfaq-tab {
    width: 800px;
  }
}