@charset "UTF-8";
html {
  font-size: 100%;
  font-family: "LINE Seed JP", sans-serif;
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 1.40625vw;
  }
}
@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 {
  margin: 0;
  font-family: "LINE Seed JP", sans-serif;
}
.main-header .header-wrap .header-nav-wrap .tel-btn a,
.main-header .header-wrap .header-nav-wrap .header-nav li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.625;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  .main-header .header-wrap .header-nav-wrap .tel-btn a,
  .main-header .header-wrap .header-nav-wrap .header-nav li a {
    font-size: 14px;
  }
}
.main-footer .footer-column .footer-about p,
.main-footer .footer-column .footer-nav a,
.main-footer .footer-column .sns-link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  .main-footer .footer-column .footer-about p,
  .main-footer .footer-column .footer-nav a,
  .main-footer .footer-column .sns-link a {
    font-size: 12px;
  }
}
.main-footer .footer-column small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  color: #4b4544;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #4b4544;
}
@media only screen and (max-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) {
  h2 {
    font-size: 22px;
  }
}
.page-title {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 599px) {
  .page-title {
    margin-top: 20px;
  }
}
.page-title h1,
.page-title h2 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  .page-title h1,
  .page-title h2 {
    font-size: 32px;
  }
}
.page-title h1 span,
.page-title h2 span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #4b4544;
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 599px) {
  .page-title h1 span,
  .page-title h2 span {
    font-size: 12px;
  }
}
.section-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 599px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title h2 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  .section-title h2 {
    font-size: 32px;
  }
}
.section-title span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #4b4544;
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 599px) {
  .section-title span {
    font-size: 12px;
  }
}
h3,
h4,
h5,
h6 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}
p,
ul,
ol,
li,
details,
summary {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  p,
  ul,
  ol,
  li,
  details,
  summary {
    font-size: 14px;
  }
}
time {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  time {
    font-size: 12px;
  }
}
img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.text-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #4b4544;
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  a {
    font-size: 14px;
  }
}
a:hover {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #4b4544;
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 599px) {
  a:hover {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  a:hover {
    opacity: 1;
  }
}
ul,
ol {
  margin: 1rem 0;
  padding-left: 1.4rem;
}
.list-none {
  margin: 0;
  padding-left: 0;
}
.list-none li {
  list-style: none;
}
.btn-nomal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-nomal a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.625;
  color: #fff;
  max-width: 370px;
}
@media only screen and (max-width: 599px) {
  .btn-nomal a {
    font-size: 14px;
  }
}
.icon-btn {
  margin-top: 2.5rem;
}
.icon-btn a {
  font-size: 16px;
  font-weight: 400;
  color: #4b4544;
  letter-spacing: 0.2em;
  line-height: 2.18;
  display: flex;
  margin: 0 auto;
  gap: 12px;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 599px) {
  .icon-btn a {
    font-size: 14px;
    letter-spacing: 0.14em;
  }
}
.icon-btn a:after {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/arrow-right.svg");
  width: 1.3rem;
  height: 1rem;
}
.icon-btn.icon-instagram a:after {
  background: center/contain no-repeat url("../images/icon/icon_instagtam.svg");
}
.column-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .column-block {
    grid-template-columns: 1fr;
  }
}
.column-block .wrap-img img {
  width: 100%;
}
.img-thumb {
  position: relative;
  width: 100%;
}
.img-thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-thumb img,
.img-thumb video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-thumb.img-square:before {
  padding-top: 56.25%;
}
section {
  position: relative;
  z-index: 1;
  background-color: #fff;
  transition: background-color 0.4s ease;
}
section.bg-transparent {
  background-color: transparent !important;
}
section.is-bg-active {
  background-color: transparent !important;
}
.fixed-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -5;
  background-color: #fff;
  transition: background-color 0.8s ease, opacity 0.8s ease;
  pointer-events: none;
}
.section-bg-color {
  display: none;
}
.contents-width {
  width: 70%;
  margin: 0 auto;
  max-width: 1440px;
}
@media only screen and (max-width: 1440px) {
  .contents-width {
    width: 80%;
  }
}
@media only screen and (max-width: 599px) {
  .contents-width {
    width: 90%;
  }
}
.slim-width {
  max-width: 1160px;
  margin: 0 auto;
}
.page-padding {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .page-padding {
    padding-top: 65px;
  }
}
.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 599px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pc-br {
  display: block;
}
@media only screen and (max-width: 599px) {
  .pc-br {
    display: none;
  }
}
.tab-br {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .tab-br {
    display: none;
  }
}
.sp-br {
  display: none;
}
@media only screen and (max-width: 599px) {
  .sp-br {
    display: block;
  }
}
.wp-block-list.is-style-list-kome {
  padding-left: 0;
}
.wp-block-list.is-style-list-kome li {
  list-style: none;
  margin: 5px 0;
  position: relative;
  padding-left: 1.2rem;
}
.wp-block-list.is-style-list-kome li:before {
  content: '※';
  font-family: "LINE Seed JP", sans-serif;
  display: inline-block;
  width: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (max-width: 599px) {
  .post-list {
    gap: 30px;
  }
}
.post-list a {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .post-list a {
    gap: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .post-list a {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.post-content .post-date {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #4b4544;
  display: block;
}
@media only screen and (max-width: 599px) {
  .post-content .post-date {
    font-size: 12px;
  }
}
.post-content .post-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #4b4544;
  margin: 10px 0;
}
@media only screen and (max-width: 1440px) {
  .post-content .post-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .post-content .post-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .post-content .post-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  .post-content .post-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #4b4544;
  }
}
@media only screen and (max-width: 1024px) {
  .post-content .post-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #4b4544;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 599px) {
  .post-content .post-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 599px) {
  .post-content .post-title {
    font-size: 18px;
  }
}
.post-content .post-excerpt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  .post-content .post-excerpt {
    font-size: 14px;
  }
}
.archive-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}
.archive-pagination a,
.archive-pagination span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #4b4544;
  padding: 5px 7px;
  box-sizing: border-box;
}
@media only screen and (max-width: 599px) {
  .archive-pagination a,
  .archive-pagination span {
    font-size: 14px;
  }
}
.archive-pagination .dots {
  cursor: default;
}
.archive-pagination .current {
  border-bottom: 1px solid #4b4544;
}
div.wpcf7 ::-moz-placeholder {
  color: #f4f4f4;
}
div.wpcf7 ::placeholder {
  color: #f4f4f4;
}
@media only screen and (max-width: 599px) {
  div.wpcf7 ::-moz-placeholder {
    font-size: 16px;
  }
  div.wpcf7 ::placeholder {
    font-size: 16px;
  }
}
div.wpcf7 input,
div.wpcf7 select,
div.wpcf7 textarea {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #4b4544;
  width: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  border: 1px solid #4b4544;
  margin-top: 3px;
  display: block;
}
@media only screen and (max-width: 599px) {
  div.wpcf7 input,
  div.wpcf7 select,
  div.wpcf7 textarea {
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) {
  div.wpcf7 input,
  div.wpcf7 select,
  div.wpcf7 textarea {
    font-size: 16px;
  }
}
div.wpcf7 .single-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 15px 0;
}
@media only screen and (max-width: 1024px) {
  div.wpcf7 .single-block {
    margin: 10px 0;
    gap: 5px;
  }
}
div.wpcf7 .wpcf7-list-item {
  margin-left: 0 !important;
}
div.wpcf7 .submitbtn {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  div.wpcf7 .submitbtn {
    margin-top: 30px;
  }
}
div.wpcf7 .submitbtn input {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #4b4544;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  border: 1px solid #4b4544;
  border-radius: 300px;
  outline: none;
  position: relative;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  div.wpcf7 .submitbtn input {
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) {
  div.wpcf7 .submitbtn input {
    max-width: 100%;
  }
}
div.wpcf7 .submitbtn input:hover {
  background-color: #4b4544;
  color: #fff;
}
div.wpcf7 .wpcf7-spinner {
  margin: 0;
}
div.wpcf7 .wpcf7-response-output {
  filter: grayscale(90%);
  border-width: 1px;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.659;
  color: #4b4544;
  text-align: center;
  padding: 5px;
}
.main-footer {
  background-color: #fff;
  padding: 50px 0;
}
@media only screen and (max-width: 599px) {
  .main-footer {
    padding: 50px 0 25px;
  }
}
.main-footer .footer-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.main-footer .footer-column .footer-logo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 599px) {
  .main-footer .footer-column .footer-logo {
    margin-bottom: 20px;
  }
}
.main-footer .footer-column .footer-logo img {
  display: block;
  width: 130px;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .footer-logo img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .main-footer .footer-column .footer-logo img {
    width: 100px;
  }
}
.main-footer .footer-column .footer-nav a,
.main-footer .footer-column .sns-link a {
  display: inline-block;
  padding: 1px 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .footer-nav a,
  .main-footer .footer-column .sns-link a {
    text-decoration: underline;
  }
}
.main-footer .footer-column .footer-nav {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .footer-nav {
    justify-content: center;
    margin: 20px 0 20px;
  }
}
.main-footer .footer-column .sns-link {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .sns-link {
    margin-bottom: 1rem;
  }
}
.main-footer .footer-column .sns-link img {
  width: 1.5rem;
  height: 1.5rem;
}
.main-footer .footer-column .footer-right {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .footer-right {
    text-align: center;
  }
}
.main-footer .footer-column small {
  display: block;
}
.fixed-movie {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  z-index: -10;
}
.fixed-movie:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.fixed-movie img,
.fixed-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 599px) {
  .fixed-movie img,
  .fixed-movie video {
    -o-object-position: 30% center;
    object-position: 30% center;
  }
}
.slide-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide-container.fvslide-container {
  height: 100vh;
  height: 100svh;
}
@media only screen and (max-width: 599px) {
  .slide-container.fvslide-container {
    height: 80svh;
  }
}
.slide-container .slide-block {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slide-container .slide-block .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  list-style: none;
}
.slide-container .slide-block .slide-item.active {
  opacity: 1;
}
.slide-container .slide-block .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-container .sub-wrap {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 10;
}
.slide-container .sub-wrap .slide-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  z-index: 20;
}
.slide-container .sub-wrap .slide-pagination .pagination-bar {
  width: 3rem;
  height: 2px;
  background: #fff;
  box-shadow: 1px 1px 3px #f4f4f4;
  cursor: pointer;
  transition: background 0.3s;
}
.slide-container .sub-wrap .slide-pagination .pagination-bar.is-active {
  background: #4b4544;
}
.slide-container .sub-wrap .fv-message {
  margin-bottom: 2rem;
}
.slide-container .sub-wrap .fv-message h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #4b4544;
  text-align: right;
  font-size: 24px;
  text-shadow: 1px 1px 6px #fff;
}
@media only screen and (max-width: 599px) {
  .slide-container .sub-wrap .fv-message h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .concept-container {
    padding-bottom: 1px;
  }
}
.concept-container .column-block {
  place-items: center;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .concept-container .column-block {
    place-items: start;
  }
}
.concept-container .column-block .wrap-img {
  max-height: 768px;
}
@media only screen and (max-width: 1024px) {
  .concept-container .column-block .wrap-img {
    max-height: 100%;
  }
}
.concept-container .column-block .wrap-text {
  padding: 5%;
  box-sizing: border-box;
  background-color: rgab(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1024px) {
  .concept-container .column-block .wrap-text {
    padding: 80px 10%;
  }
}
@media only screen and (max-width: 599px) {
  .concept-container .column-block .wrap-text {
    padding: 60px 5%;
  }
}
.concept-container .column-block .wrap-text h3 {
  font-size: 16px;
  font-weight: 400;
  color: #4b4544;
  letter-spacing: 0.2em;
  line-height: 2.18;
}
@media only screen and (max-width: 599px) {
  .concept-container .column-block .wrap-text h3 {
    font-size: 14px;
    letter-spacing: 0.14em;
  }
}
.transparent-block {
  padding: 10rem 0;
}
.transparent-block h3 {
  font-size: 16px;
  font-weight: 400;
  color: #4b4544;
  letter-spacing: 0.2em;
  line-height: 2.18;
}
@media only screen and (max-width: 599px) {
  .transparent-block h3 {
    font-size: 14px;
    letter-spacing: 0.14em;
  }
}
.transparent-block h2,
.transparent-block span,
.transparent-block h3,
.transparent-block p {
  text-shadow: 1px 1px 3px #fff;
}
.column-img-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (max-width: 599px) {
  .column-img-list {
    gap: 30px;
  }
}
.column-img-list .column-block {
  grid-template-columns: 0.7fr 1fr;
  gap: 80px;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .column-img-list .column-block {
    gap: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .column-img-list .column-block {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.column-img-list .wrap-text h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #4b4544;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .column-img-list .wrap-text h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .column-img-list .wrap-text h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .column-img-list .wrap-text h3 {
    font-size: 22px;
  }
}
.column-img-list .wrap-text h3 span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #4b4544;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 599px) {
  .column-img-list .wrap-text h3 span {
    font-size: 12px;
  }
}
.column-img-list .wrap-text p {
  margin-top: 10px;
}
.column-img-list .wrap-text ul {
  margin-top: 15px;
}
.column-img-list .wrap-text .num {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #4b4544;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 599px) {
  .column-img-list .wrap-text .num {
    font-size: 14px;
  }
}
.column-img-list .wrap-text .border-text {
  border: 1px solid #4b4544;
  background-color: #fff;
  display: inline-block;
  padding: 3px 10px;
}
@media only screen and (max-width: 1024px) {
  .plan-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .plan-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .plan-list .column-block {
    gap: 20px;
  }
}
.card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media only screen and (max-width: 1024px) {
  .card-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .card-list {
    grid-template-columns: 1fr;
  }
}
.card-list .card-wrap .wrap-text {
  margin-top: 20px;
}
.card-list .card-wrap .wrap-text h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #4b4544;
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .card-list .card-wrap .wrap-text h3 {
    font-size: 18px;
  }
}
.thumb-slider-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.thumb-slider-container .thumb-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.thumb-slider-container .thumb-slider .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.thumb-slider-container .thumb-slider .slide-item.active {
  opacity: 1;
  z-index: 1;
}
.thumb-slider-container .thumb-slider .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.thumb-slider-container .slider-arrows {
  display: flex;
  justify-content: space-between;
}
.thumb-slider-container .slider-arrows span {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 10%);
  z-index: 10;
  box-sizing: border-box;
  display: block;
}
.thumb-slider-container .slider-arrows span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: center/contain no-repeat url("../images/icon/toggle-white.svg");
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 599px) {
  .thumb-slider-container .slider-arrows span:after {
    width: 40px;
    height: 40px;
  }
}
.thumb-slider-container .slider-arrows span.arrow-prev {
  left: 0;
}
.thumb-slider-container .slider-arrows span.arrow-next {
  right: 0;
  transform: rotate(180deg);
}
.thumb-slider-container .with-slim {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .thumb-slider-container .with-slim {
    max-width: calc(100% - 40px);
  }
}
.thumb-slider-container .thumbnail-list {
  display: flex;
  gap: 5px;
  margin-top: 5px;
  list-style: none;
  padding: 0;
  overflow-x: auto;
}
.thumb-slider-container .thumbnail-list .thumbnail-item {
  flex: 0 0 100px;
  aspect-ratio: 1/1;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 599px) {
  .thumb-slider-container .thumbnail-list .thumbnail-item {
    flex: 0 0 60px;
  }
}
.thumb-slider-container .thumbnail-list .thumbnail-item.is-active {
  opacity: 1;
  border: 2px solid #000;
}
.thumb-slider-container .thumbnail-list .thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.blog-wrap {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .blog-wrap {
    grid-template-columns: 1fr;
  }
}
.blog-wrap .icon-btn a {
  margin-left: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .blog-wrap .icon-btn a {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-wrap .tab-none {
    display: none;
  }
}
.top-blog-list {
  gap: 20px;
}
.top-blog-list a {
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .top-blog-list a {
    gap: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .top-blog-list a {
    gap: 15px;
  }
}
.top-blog-list .post-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  .top-blog-list .post-title {
    font-size: 18px;
  }
}
.text-list {
  display: grid;
}
.text-list li {
  display: grid;
  grid-template-columns: 7rem 1fr;
  border-bottom: 1px dashed #4b4544;
  padding: 1rem 0;
}
@media only screen and (max-width: 599px) {
  .text-list li {
    grid-template-columns: 1fr;
  }
  .text-list li:first-child {
    padding-top: 0;
  }
}
.text-list li:last-child {
  border: 0;
}
.text-list li * {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  .text-list li * {
    font-size: 14px;
  }
}
.company-block {
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 599px) {
  .company-block {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .transparent-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .contact-container .transparent-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact-banner {
  gap: 20px;
}
.contact-banner .btn-wrap a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #4b4544;
  background-color: #fff;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 599px) {
  .contact-banner .btn-wrap a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-banner .btn-wrap a {
    padding: 2rem 7%;
  }
}
.contact-banner .btn-wrap a img {
  width: 4rem;
  height: 4rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 900;
}
.main-header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
@media only screen and (max-width: 599px) {
  .main-header .header-wrap {
    padding: 15px 0;
  }
}
.main-header .header-wrap .header-logo {
  flex-shrink: 0;
  z-index: 120;
}
.main-header .header-wrap .header-logo h1,
.main-header .header-wrap .header-logo h2 {
  margin: 0;
}
.main-header .header-wrap .header-logo img {
  display: block;
  width: 140px;
  height: auto;
  max-width: 200px;
}
@media only screen and (max-width: 599px) {
  .main-header .header-wrap .header-logo img {
    width: 95px;
  }
}
.main-header .header-wrap .header-nav-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .main-header .header-wrap .header-nav-wrap .tel-btn {
    display: none;
  }
}
.main-header .header-wrap .header-nav-wrap .tel-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 2rem;
  box-sizing: border-box;
  border: 1px solid #4b4544;
  border-radius: 300px;
  background-color: rgba(0,0,0,0);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.main-header .header-wrap .header-nav-wrap .header-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: auto;
  background: #fff;
  z-index: 100;
  transition: right 0.3s;
  display: flex;
  flex-direction: column;
  padding: 80px 60px;
  box-sizing: border-box;
  display: none;
}
@media only screen and (max-width: 599px) {
  .main-header .header-wrap .header-nav-wrap .header-nav {
    width: 100%;
    padding: 40px 10%;
    height: 100%;
  }
}
.main-header .header-wrap .header-nav-wrap .header-nav.is-active {
  display: block;
  right: 0;
}
@media only screen and (max-width: 599px) {
  .main-header .header-wrap .header-nav-wrap .header-nav li:first-child {
    margin-top: 1rem;
  }
}
.main-header .header-wrap .header-nav-wrap .header-nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
  min-width: 18rem;
}
.main-header .header-wrap .header-nav-wrap .header-nav li a:after {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/toggle-bottom.svg");
  width: 1rem;
  height: 1rem;
}
.main-header .header-wrap .header-nav-wrap .hamburger-btn {
  width: 40px;
  height: 15px;
  position: relative;
  z-index: 110;
  cursor: pointer;
}
.main-header .header-wrap .header-nav-wrap .hamburger-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: 0.3s;
}
.main-header .header-wrap .header-nav-wrap .hamburger-btn span:nth-child(1) {
  top: 0;
}
.main-header .header-wrap .header-nav-wrap .hamburger-btn span:nth-child(2) {
  bottom: 0;
}
.main-header .header-wrap .header-nav-wrap .hamburger-btn.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.main-header .header-wrap .header-nav-wrap .hamburger-btn.is-active span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.privacy-policy {
  width: 100%;
}
.privacy-policy h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #4b4544;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 599px) {
  .privacy-policy h2 {
    font-size: 18px;
  }
}
.privacy-policy ul,
.privacy-policy ol {
  display: grid;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.privacy-policy ul ul,
.privacy-policy ol ul,
.privacy-policy ul ol,
.privacy-policy ol ol {
  margin-bottom: 0.5rem;
}
.privacy-policy ol {
  list-style-position: outside;
  padding-left: 1.5em;
}
@media only screen and (max-width: 599px) {
  .privacy-policy ol {
    padding-left: 2em;
  }
}
.privacy-policy p {
  margin: 1rem 0;
}
.single-post-content .post-thumb {
  margin-bottom: 40px;
}
@media only screen and (max-width: 599px) {
  .single-post-content .post-thumb {
    margin-bottom: 20px;
  }
}
.single-post-content .post-title {
  margin-bottom: 1.3rem;
}
.single-post-content .single-content h1,
.single-post-content .single-content h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #4b4544;
}
@media only screen and (max-width: 1440px) {
  .single-post-content .single-content h1,
  .single-post-content .single-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-post-content .single-content h1,
  .single-post-content .single-content h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .single-post-content .single-content h1,
  .single-post-content .single-content h2 {
    font-size: 22px;
  }
}
.single-post-content .single-content h3,
.single-post-content .single-content h4,
.single-post-content .single-content h5,
.single-post-content .single-content h6 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #4b4544;
}
@media only screen and (max-width: 599px) {
  .single-post-content .single-content h3,
  .single-post-content .single-content h4,
  .single-post-content .single-content h5,
  .single-post-content .single-content h6 {
    font-size: 18px;
  }
}
.single-post-content .single-content ul,
.single-post-content .single-content ol,
.single-post-content .single-content img,
.single-post-content .single-content p {
  margin: 1rem 0;
}
.single-post-content .single-content ul li,
.single-post-content .single-content ol li {
  line-height: 1.6;
  margin: 5px 0;
}
.single-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media only screen and (max-width: 599px) {
  .single-pagination {
    margin-top: 60px;
  }
}
.single-pagination .prev,
.single-pagination .home,
.single-pagination .next {
  flex: 1 1 0;
  min-width: 0;
}
.single-pagination .prev a,
.single-pagination .next a {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 599px) {
  .single-pagination .prev a,
  .single-pagination .next a {
    gap: 5px;
  }
}
.single-pagination .prev a {
  justify-content: flex-start;
}
.single-pagination .prev a:before {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/arrow-right.svg");
  width: 1rem;
  height: 1rem;
  transform: scale(-1, 1);
}
.single-pagination .home {
  text-align: center;
}
.single-pagination .next {
  text-align: right;
}
.single-pagination .next a {
  justify-content: flex-end;
}
.single-pagination .next a:after {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/arrow-right.svg");
  width: 1rem;
  height: 1rem;
}

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