html {
  font-size: 1vw;
  scroll-behavior: smooth;
  scroll-padding: 8rem;
}
@media only screen and (max-width: 599px) {
  html {
    scroll-padding: 6rem;
  }
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 2.083333333vw;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 3.381642512vw;
  }
}
body * {
  font-family: "Zen Maru Gothic", sans-serif;
}
header .header-bottom .anchor-nav li a {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #434343;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 599px) {
}
@media only screen and (max-width: 599px) {
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
}
h1,
h2 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #434343;
}
@media only screen and (max-width: 599px) {
  h1,
  h2 {
    font-size: 1.9rem;
  }
}
h3 {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #434343;
}
@media only screen and (max-width: 599px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4,
h5,
h6 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #434343;
}
p,
li {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #434343;
}
a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #02a869;
  opacity: 1;
}
a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  a:hover {
    opacity: 1;
  }
}
.section-head {
  text-align: center;
  margin-bottom: 2rem;
}
.section-head h2,
.section-head h3 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #02a869;
}
@media only screen and (max-width: 599px) {
  .section-head h2,
  .section-head h3 {
    font-size: 1.9rem;
  }
}
.section-head p {
  margin-top: 1rem;
}
@media only screen and (max-width: 599px) {
  .section-head p {
    text-align: left;
  }
}
.marker-sub {
  background-color: #fdf159;
}
.contents-width {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .contents-width {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .contents-width {
    width: 85%;
  }
}
@media only screen and (max-width: 599px) {
  .contents-width {
    width: 90%;
  }
}
.contents-width-s {
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .contents-width-s {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .contents-width-s {
    width: 85%;
  }
}
@media only screen and (max-width: 599px) {
  .contents-width-s {
    width: 90%;
  }
}
.section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 599px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.section-b-top {
  border-top: 1.5px solid #02a869;
}
.section-b-bottom {
  border-bottom: 1.5px solid #02a869;
}
.font-white {
  color: #fff;
}
.text-center {
  text-align: center;
}
.title-margin {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 599px) {
  .pc-br {
    display: none;
  }
}
.sp-br {
  display: none;
}
@media only screen and (max-width: 599px) {
  .sp-br {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .sub-pc-br {
    display: none;
  }
}
.sub-lap-br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sub-lap-br {
    display: block;
  }
}
.btn-toggole a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.btn-toggole a:after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1.5px solid #02a869;
  border-bottom: 1.5px solid #02a869;
  transform: rotate(45deg);
  margin-bottom: 3px;
}
.bg-main {
  background-color: #02a869;
}
.bg-main * {
  color: #fff;
}
.bg-main .section-head * {
  color: #fff;
}
ul,
ol {
  margin: 0;
  padding-left: 1.4rem;
}
.list-none {
  margin: 0;
  padding: 0;
}
.list-none li {
  list-style: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 900;
  gap: 0;
  padding: 1rem 5% 0.5rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 1rem 5%;
  }
}
header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
header .header-top .header-logo img {
  height: 2.5rem;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  header .header-top .header-logo img {
    height: 2.7rem;
  }
}
header .header-top .header-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
header .header-top .header-menu .btn-nav {
  display: flex;
  gap: 1rem;
}
header .header-top .header-menu .btn-nav img {
  height: 40px;
}
@media only screen and (max-width: 1024px) {
  header .header-top .header-menu .btn-nav img {
    display: none;
  }
}
header .header-top .header-menu .btn-nav img.sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header .header-top .header-menu .btn-nav img.sp {
    display: block;
    height: 35px;
  }
}
header .header-top .header-menu .hamburger-btn {
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
header .header-top .header-menu .hamburger-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #434343;
  transition: 0.3s;
}
header .header-top .header-menu .hamburger-btn span:nth-child(1) {
  top: 0;
}
header .header-top .header-menu .hamburger-btn span:nth-child(2) {
  top: 8.5px;
}
header .header-top .header-menu .hamburger-btn span:nth-child(3) {
  bottom: 0;
}
header .header-top .header-menu .hamburger-btn.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 8.5px;
}
header .header-top .header-menu .hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}
header .header-top .header-menu .hamburger-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 8.5px;
}
header .header-top .header-menu .header-nav {
  position: absolute;
  padding: 2rem 2rem 3rem;
  min-width: 20rem;
  top: 6.8rem;
  right: 0;
  background-color: #fff;
  z-index: 999;
  border-bottom-left-radius: 2rem;
  box-sizing: border-box;
  display: none;
}
@media only screen and (max-width: 1024px) {
  header .header-top .header-menu .header-nav {
    top: 4.8rem;
    padding: 2rem 5% 3rem;
  }
}
header .header-top .header-menu .header-nav ul {
  display: grid;
  gap: 0.7rem;
}
header .header-top .header-menu .header-nav ul li a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #434343;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
header .header-top .header-menu .header-nav ul li a:before {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/toggle-right.svg");
  width: 1.5rem;
  height: 1.5rem;
}
header .header-top .header-menu .open-nav {
  display: block;
}
@media only screen and (max-width: 1024px) {
  header .header-bottom {
    display: none;
  }
}
header .header-bottom .anchor-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media only screen and (max-width: 1024px) {
  header .header-bottom .anchor-nav li {
    gap: 10px;
  }
}
header .header-bottom .anchor-nav li a {
  text-decoration: none;
  padding: 10px;
  bpx-sizing: border-box;
}
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 899;
  pointer-events: none;
}
.nav-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
}
.fixed-nav .nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.fixed-nav .nav-list a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #fff;
  background-color: #02a869;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.fixed-nav .nav-list .btn-tel {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #02a869;
  background-color: #fdf159;
}
.hero-container {
  width: 100%;
  margin-top: 7rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .hero-container {
    margin-top: 5.5rem;
  }
}
.hero-container .hero-wrap {
  position: relative;
  background-color: #ebca9d;
  border-radius: 4rem;
  height: 75vh;
  min-height: 700px;
  max-height: 1080px;
  overflow: hidden;
  display: grid;
  align-items: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1440px) {
  .hero-container .hero-wrap {
    max-height: 600px;
    min-height: 500px;
    height: 70vh;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-container .hero-wrap {
    height: auto;
    max-height: 100%;
    align-items: flex-start;
    border-radius: 3rem;
  }
}
.hero-container .hero-wrap .hero-text {
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5rem 0;
  margin-left: 5%;
}
@media only screen and (max-width: 1024px) {
  .hero-container .hero-wrap .hero-text {
    margin: 6rem 0 9rem;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 599px) {
  .hero-container .hero-wrap .hero-text {
    margin: 3.5rem 5% 7rem;
  }
}
.hero-container .hero-wrap .hero-text h1 {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1024px) {
  .hero-container .hero-wrap .hero-text h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .hero-container .hero-wrap .hero-text h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-container .hero-wrap .hero-text p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 599px) {
  .hero-container .hero-wrap .hero-text p {
    font-size: 1.1rem;
  }
}
.hero-container .hero-wrap .hero-text .img-list {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .hero-container .hero-wrap .hero-text .img-list {
    display: grid;
    grid-template-columns: 6rem 6rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 599px) {
  .hero-container .hero-wrap .hero-text .img-list {
    grid-template-columns: 5rem 5rem;
    gap: 0.5rem;
  }
}
.hero-container .hero-wrap .hero-text .img-list img {
  width: 6.5rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 599px) {
  .hero-container .hero-wrap .hero-text .img-list img {
    width: 5rem;
  }
}
.hero-container .hero-wrap img.house {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 35rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .hero-container .hero-wrap img.house {
    top: 5%;
    transform: translate(0);
    width: 30rem;
  }
}
@media only screen and (max-width: 599px) {
  .hero-container .hero-wrap img.house {
    width: 25rem;
  }
}
.hero-container .hero-wrap img.main {
  position: absolute;
  bottom: 0;
  right: -2%;
  width: 43rem;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 0;
  max-height: 800px;
}
@media only screen and (max-width: 1440px) {
  .hero-container .hero-wrap img.main {
    width: 41rem;
    max-height: 450px;
    right: -10%;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-container .hero-wrap img.main {
    width: calc(100% - 9rem);
    right: -15%;
  }
}
@media only screen and (max-width: 599px) {
  .hero-container .hero-wrap img.main {
    width: calc(100% - 3rem);
  }
}
.circle-illust-list {
  display: grid;
  grid-template-columns: repeat(4, 13rem);
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .circle-illust-list {
    grid-template-columns: repeat(3, 13rem);
  }
}
@media only screen and (max-width: 599px) {
  .circle-illust-list {
    grid-template-columns: repeat(2, 13rem);
  }
}
.circle-illust-list li {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 3rem 1.5rem;
  box-sizing: border-box;
}
.circle-illust-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13rem;
  height: 13rem;
  max-width: 100%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 0;
  box-sizing: border-box;
}
.circle-illust-list li img,
.circle-illust-list li h3 {
  z-index: 1;
  position: relative;
}
.circle-illust-list li img {
  width: auto;
  height: 4rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.circle-illust-list li h3 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #02a869;
  margin-top: 0.5rem;
  min-height: 2em;
}
.border-block {
  border: 1.5px solid #02a869;
  padding: 2rem 5%;
  box-sizing: border-box;
  border-radius: 3rem;
  width: 100%;
  margin: 2rem auto 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .border-block {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .border-block {
    padding: 2rem 7%;
    display: block;
  }
}
.border-block img {
  width: auto;
  height: 9rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 599px) {
  .border-block img {
    float: left;
    margin: 0 1.2rem 0.5rem 0;
    height: 8.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .border-block p {
    text-align: justify;
    margin: 0;
    line-height: 1.6;
  }
}
.border-block.white {
  border: 1px solid #fff;
  width: 100%;
  gap: 0.5rem;
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  .border-block.white {
    width: 100%;
  }
}
.border-block.white p {
  color: #fff;
}
.border-block.white img {
  width: 9rem;
  height: auto;
}
@media only screen and (max-width: 599px) {
  .border-block.white img {
    float: left;
    margin: 0 0.5rem 0.5rem 0;
  }
}
.column-half .column-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1.5px solid #02a869;
}
@media only screen and (max-width: 1024px) {
  .column-half .column-block {
    grid-template-columns: 0.8fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .column-half .column-block {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.column-half .column-block:first-child {
  padding-top: 1rem;
}
@media only screen and (max-width: 599px) {
  .column-half .column-block:first-child {
    padding-top: 0;
  }
}
.column-half .column-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.column-half .column-block .wrap-img {
  height: 100%;
}
.column-half .column-block .wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3rem;
}
.column-half .column-block .wrap-text .title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #02a869;
  border-bottom: 1.5px dashed #02a869;
  padding-bottom: 5px;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 599px) {
  .column-half .column-block .wrap-text .title {
    font-size: 1.5rem;
  }
}
.column-half .column-block .wrap-text .point-section .wrap {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .column-half .column-block .wrap-text .point-section .wrap {
    margin-top: 1rem;
  }
}
.column-half .column-block .wrap-text .point-section .wrap h3 {
  display: inline-block;
  padding: 2px 1rem;
  border-radius: 300px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  background-color: #02a869;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 599px) {
  .column-half .column-block .wrap-text .point-section .wrap h3 {
    font-size: 1rem;
  }
}
.column-half .column-block .wrap-text .point-section .wrap p,
.column-half .column-block .wrap-text .point-section .wrap li {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #434343;
}
@media only screen and (max-width: 599px) {
  .column-half .column-block .wrap-text .point-section .wrap p,
  .column-half .column-block .wrap-text .point-section .wrap li {
    font-size: 1rem;
  }
}
.column-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .column-card {
    grid-template-columns: 1fr;
  }
}
.column-card li {
  background-color: #02a869;
  padding: 1.5rem 7%;
  box-sizing: border-box;
  border-radius: 2rem;
  display: grid;
  gap: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .column-card li {
    padding: 1.5rem 10%;
  }
}
@media only screen and (max-width: 599px) {
  .column-card li {
    padding: 1.5rem 5%;
  }
}
.column-card li span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #fff;
  display: block;
  text-align: center;
}
.column-card li .wrap-img {
  background-color: #fff;
  border-radius: 2rem;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.column-card li .wrap-img img {
  height: 8rem;
}
.column-card li h3 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding-bottom: 7px;
  margin-bottom: 5px;
}
.column-card li p {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .column-card li p {
    font-size: 1rem;
  }
}
.flow-block {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
}
.flow-block li {
  border: 1.5px solid #02a869;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: 300px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #02a869;
}
.icon-triangle:after {
  content: "";
  display: block;
  margin: 0.7rem auto;
  background: #02a869;
  height: calc(tan(60deg) * 1rem / 2);
  width: 1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.comment-list-block {
  display: grid;
  gap: 2rem;
}
.comment-list-block .list-wrap {
  display: grid;
  grid-template-columns: 11rem 1fr;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 599px) {
  .comment-list-block .list-wrap {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.comment-list-block .list-wrap .wrap-img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
}
@media only screen and (max-width: 599px) {
  .comment-list-block .list-wrap .wrap-img img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
}
.comment-list-block .list-wrap .wrap-text span {
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #02a869;
  padding: 2px 5px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 3px;
  border-radius: 5px;
}
@media only screen and (max-width: 599px) {
  .comment-list-block .list-wrap .wrap-text span {
    font-size: 1rem;
  }
}
.comment-list-block .list-wrap .wrap-text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
.comment-list-block .list-wrap .wrap-text p {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #fff;
}
.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.faq-list details {
  border: 1.5px solid #02a869;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border-radius: 2rem;
  cursor: pointer;
}
.faq-list details summary,
.faq-list details .wrap {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #434343;
}
@media only screen and (max-width: 599px) {
  .faq-list details summary,
  .faq-list details .wrap {
    gap: 7px;
  }
}
.faq-list details summary:before,
.faq-list details .wrap:before {
  content: "Q";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #02a869;
  line-height: 1.15;
}
.faq-list details summary {
  position: relative;
  padding-right: 1.5rem;
  outline: none;
}
.faq-list details summary:after {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/toggle-open.svg");
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faq-list details[open] summary:after {
  background: center/contain no-repeat url("../images/icon/toggle-close.svg");
}
.faq-list details[open] .wrap {
  padding-top: 0.7rem;
  margin-top: 0.7rem;
  border-top: 1.5px dashed #02a869;
}
.faq-list details[open] .wrap:before {
  content: "A";
}
.column-img {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 1.5rem;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .column-img {
    grid-template-columns: 1fr;
  }
}
.column-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.check-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 1rem;
}
.check-list li:before {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/icon-check.svg");
  width: 1rem;
  height: 1rem;
  vertical-align: -3px;
  margin-right: 5px;
}
.text-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 1024px) {
  .text-list {
    grid-template-columns: 1fr;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .text-list {
    width: 100%;
    gap: 0.8rem;
  }
}
.text-list li {
  display: grid;
  grid-template-columns: 7rem 1fr;
}
.text-list li h3 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #434343;
}
.contact-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .contact-banner {
    grid-template-columns: 1fr;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .contact-banner {
    max-width: 100%;
  }
}
.contact-banner a {
  text-decoration: none;
  background-color: #06c755;
  border-radius: 300px;
  padding: 1rem 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border: 2px solid #fff;
}
.contact-banner a .wrap {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
}
.contact-banner a .wrap span {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 599px) {
  .contact-banner a .wrap span {
    font-size: 1rem;
  }
}
.contact-banner a img {
  width: 3rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.contact-banner .btn-tel {
  background-color: #fdf159;
}
.contact-banner .btn-tel .wrap {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #02a869;
}
.contact-banner .btn-tel .wrap span {
  color: #02a869;
}
.contact-banner .btn-tel img {
  background-color: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
  border-radius: 50%;
}
footer {
  padding-top: 3rem;
  padding-bottom: 6rem;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  footer {
    padding-top: 2.3rem;
  }
}
footer .footer-wrap {
  display: grid;
  gap: 5px;
}
footer .footer-wrap .footer-logo {
  margin-bottom: 1rem;
}
footer .footer-wrap .footer-logo img {
  width: 15rem;
}
footer .footer-wrap h2,
footer .footer-wrap p {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #434343;
}
@media only screen and (max-width: 599px) {
  footer .footer-wrap h2,
  footer .footer-wrap p {
    font-size: 1rem;
  }
}
footer small {
  font-size: 12px;
  font-weight: 400;
  margin-top: 1.5rem;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  footer small {
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=app.css.map */
