/* common 
******************************************************************************************/
html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

@media (max-width: 390px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", serif;
  color: #3A3A3A;
}

body.is-noscroll {
  overflow: hidden;
}

.wrapper {
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 122.4rem;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}
.title-ja {
  display: block;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .title-ja {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.title-a {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.title-a__en {
  font-size: 4.8rem;
  line-height: 1.4583333333;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #303136;
}

@media screen and (max-width: 768px) {
  .title-a__en {
    font-size: 4rem;
  }
}
.title-a__en::before {
  display: block;
  content: "";
  width: 4.5rem;
  margin: 0 auto 0.6rem;
  aspect-ratio: 45/4;
  background-color: #405887;
}

@media screen and (max-width: 768px) {
  .title-a__en::before {
    width: 3.2rem;
    margin: 0 auto;
  }
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4.2rem;
  width: 22.8rem;
  aspect-ratio: 228/48;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 6.4rem;
  background-color: #405887;
  color: #fff;
  transition: background-color 0.4s;
}

.btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.9rem;
  aspect-ratio: 9/18;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  background: url(../images/common/btn_arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (any-hover: hover) {
  .btn:hover {
    background-color: #000;
  }
}
.no-post {
  text-align: center;
}

.mv {
  position: relative;
  width: 100%;
  min-height: 25.2rem;
  margin-top: 8.8rem;
  background-color: #ECECEC;
  color: #000;
}

@media screen and (max-width: 768px) {
  .mv {
    min-height: 20rem;
    margin-top: 6.4rem;
  }
}
.mv__text {
  position: absolute;
  max-width: 122.4rem;
  width: 85%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.mv-title__en {
  font-size: 5.6rem;
  line-height: 1.4464285714;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .mv-title__en {
    font-size: 4.4rem;
  }
}
.mv-title__ja {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .mv-title__ja {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
/*** header 
****************************************************************************************/
.header {
  position: fixed;
  width: 100%;
  height: 8.8rem;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .header {
    height: 6.4rem;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  height: 100%;
  padding-left: 10.8rem;
}

@media screen and (max-width: 1025px) {
  .header__inner {
    padding-left: 1.6rem;
  }
}
.header__logo {
  width: 24.1rem;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 16rem;
  }
}
.header-btn {
  position: relative;
  width: 60px;
  height: 75%;
  margin-left: auto;
  aspect-ratio: 1;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.4s;
  z-index: 4;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 3.1rem;
}

@media screen and (max-width: 1025px) {
  .header__right {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header__right {
    display: none;
  }
}
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 1025px) {
  .header-nav__list {
    gap: 2.4rem;
  }
}
.header-nav__item {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  transition: opacity 0.4s;
}

@media (any-hover: hover) {
  .header-nav__item:hover {
    opacity: 0.6;
  }
}
.header__contact {
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
  width: 18rem;
  height: 8.8rem;
  background-color: #405887;
  color: #fff;
  transition: background-color 0.4s;
}

@media screen and (max-width: 1025px) {
  .header__contact {
    width: 16rem;
  }
}
@media (any-hover: hover) {
  .header__contact:hover {
    background-color: #000;
  }
}
.header-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-btn {
    display: block;
  }
}
.header-btn span {
  position: absolute;
  width: 24px;
  height: 0.2px;
  left: 50%;
  translate: -50%;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.header-btn span:nth-child(1) {
  top: 16px;
}

.header-btn span:nth-child(2) {
  top: 24px;
}

.header-btn span:nth-child(3) {
  top: 32px;
}

.header-btn span.close:nth-child(1) {
  top: 24px;
  transform: rotate(-45deg);
}

.header-btn span.close:nth-child(2) {
  display: none;
}

.header-btn span.close:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
}

.drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 6.4rem;
  left: 100%;
  padding: 3.2rem 2.4rem;
  transition: left 0.6s;
  z-index: 3;
  background: rgba(255, 255, 255, 0.7);
  overflow: auto;
}

.drawer.slidein {
  left: 0;
}

.drawer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drawer__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 35.8rem;
  width: calc(100% - 3.2rem);
  overflow: auto;
}

.drawer-link-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: 1;
}

.drawer-link__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.drawer-link__item {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 0.1rem solid #fff;
  color: #000;
  text-align: center;
}

.drawer-link__item a {
  display: block;
  padding: 1.5rem 0;
  transition: opacity 0.4s;
}

.drawer-link__item > a:active {
  opacity: 0.6;
}

@media (any-hover: hover) {
  .drawer-link__item a:hover {
    opacity: 0.6;
  }
}
/*** footer 
****************************************************************************************/
.footer-contact {
  padding: 8rem 1.6rem 8.2rem;
  background-color: #262626;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 6.4rem 1.6rem;
  }
}
.footer-contact .title-a__en {
  color: #fff;
}

.footer-contact .title-a__en::before {
  background-color: #fff;
}

.footer-contact__text {
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 5.6rem 0 4.8rem;
}

@media screen and (max-width: 768px) {
  .footer-contact__text {
    font-size: 1.4rem;
    margin: 4rem 0;
  }
}
.footer-contact__text span {
  display: inline-block;
}

.footer-contact__btn {
  width: fit-content;
  margin-inline: auto;
}

.footer-common {
  padding: 6.3rem 1.6rem 7.1rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-common {
    padding: 4rem 1.6rem;
  }
}
.footer-common__inner {
  display: flex;
  align-items: center;
  gap: 9.8rem;
}

@media screen and (max-width: 768px) {
  .footer-common__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.footer-common__logo {
  width: 24.1rem;
}

.footer-common__links {
  display: flex;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .footer-common__links {
    gap: 3.2rem;
  }
}
.footer-common__link {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  transition: opacity 0.4s;
}

@media (any-hover: hover) {
  .footer-common__link:hover {
    opacity: 0.6;
  }
}
.footer__copyright {
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.8rem 0 0.9rem;
  background-color: #171717;
  color: #fff;
  text-align: center;
}

/*** top 
****************************************************************************************/
.top-mv {
  position: relative;
}

.top-mv__image {
  height: 72rem;
}

.top-mv__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .top-mv__image {
    height: 100svh;
  }
  .top-mv__image img {
    height: 100%;
    object-fit: cover;
  }
}
.top-mv__text {
  position: absolute;
  max-width: 122.4rem;
  width: 85%;
  top: calc(50% - 0.5rem);
  left: 50%;
  translate: -50% -50%;
}

.top-mv__lead {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.028em;
}

@media screen and (max-width: 768px) {
  .top-mv__lead {
    font-size: 3.0769230769vw;
  }
}
.top-mv__main {
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1.6rem;
}

.top-mv__main span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top-mv__main {
    font-size: 8.2051282051vw;
  }
}
.top-mv__sub {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.02em;
  max-width: 70rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .top-mv__sub {
    font-size: 3.5897435897vw;
  }
}
.top-news {
  padding: 8.8rem 1.6rem;
  background-color: #F0F0F0;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 6.4rem 1.6rem;
  }
}
.top-news__inner {
  display: flex;
  gap: 10.8rem;
  padding: 5.6rem 7.2rem 8rem;
  background-color: #fff;
  border-radius: 0.4rem;
}

@media screen and (max-width: 1025px) {
  .top-news__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    padding: 4rem 2.4rem;
    gap: 2.4rem;
  }
}
.top-news__left {
  margin-top: 3.4rem;
}

@media screen and (max-width: 1025px) {
  .top-news__left {
    display: contents;
  }
}
.top-news-title {
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 1025px) {
  .top-news-title {
    order: 1;
    margin-bottom: 0;
  }
}
.top-news-title__en {
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #303136;
}

@media screen and (max-width: 768px) {
  .top-news-title__en {
    font-size: 3.2rem;
  }
}
.top-news-title__en::before {
  display: block;
  content: "";
  width: 4.5rem;
  aspect-ratio: 45/4;
  background-color: #405887;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 768px) {
  .top-news-title__en::before {
    width: 3.2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1025px) {
  .top-news__btn {
    order: 3;
    width: fit-content;
    margin: 1.6rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-news__btn {
    margin: 0.8rem auto 0;
  }
}
.top-news__right {
  flex: 1;
}

@media screen and (max-width: 1025px) {
  .top-news__right {
    order: 2;
  }
}
.top-news__item {
  position: relative;
  padding: 2.4rem 0 2rem;
  border-bottom: 0.1rem solid #CCCCCC;
  transition: background-color 0.4s;
}

@media screen and (max-width: 768px) {
  .top-news__item {
    padding: 1.6rem 0;
  }
}
.top-news__item p {
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 2.2rem;
}

@media screen and (max-width: 768px) {
  .top-news__item p {
    margin-top: 1.6rem;
  }
}
.top-news__item a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (any-hover: hover) {
  .top-news__item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.news__meta {
  display: flex;
  gap: 2.4rem;
}

.news__meta time {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0;
  color: #666666;
}

.category-name {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.4rem 1.5rem;
  background-color: #313135;
  color: #fff;
  border-radius: 0.2rem;
}

.top-about {
  padding: 8rem 1.6rem 6.8rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 6.4rem 1.6rem;
  }
}
.top-about__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6.4rem;
}

@media screen and (max-width: 768px) {
  .top-about__column {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.top-about__text {
  width: 48.3660130719%;
}

@media screen and (max-width: 768px) {
  .top-about__text {
    width: 100%;
    order: 2;
  }
}
.top-about__text h3 {
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .top-about__text h3 {
    font-size: 2.2rem;
  }
}
.top-about__text p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 3.2rem 0 4.8rem;
}

@media screen and (max-width: 768px) {
  .top-about__text p {
    margin: 2.4rem 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__btn {
    width: fit-content;
    margin-inline: auto;
  }
}
.top-about__image {
  width: 39.2973856209%;
  aspect-ratio: 481/357;
  background-color: #C4C4C4;
}

@media screen and (max-width: 768px) {
  .top-about__image {
    width: 100%;
    order: 1;
  }
}
.top-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-service {
  padding: 8rem 1.6rem 11.2rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .top-service {
    padding: 6.4rem 1.6rem;
  }
}
.top-servece__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 2.4rem 2.2rem;
  margin: 6.4rem 0 8rem;
  padding-inline: 2.4rem;
}

@media screen and (max-width: 768px) {
  .top-servece__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    margin: 4rem 0;
  }
}
@media (max-width: 490px) {
  .top-servece__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-service__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  aspect-ratio: 376/344;
  padding-bottom: 4.8rem;
  border: 0.1rem solid #B3B3B3;
  background-color: #fff;
}

.top-service__item::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 37%;
  height: 0.1rem;
  top: 20%;
  left: 0;
  background-color: #CCCCCC;
  rotate: 135deg;
}

.top-service__num {
  position: absolute;
  font-size: min(3.2rem, 2.2222222222vw);
  line-height: 1.21875;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0 0.3rem;
  top: 5%;
  left: 5%;
}

@media screen and (max-width: 768px) {
  .top-service__num {
    font-size: clamp(1.6rem, 3.6458333333vw, 2.8rem);
  }
}
@media (max-width: 490px) {
  .top-service__num {
    font-size: 7.1794871795vw;
  }
}
.top-service__image {
  position: absolute;
}

.top-service__item:nth-child(1) .top-service__image {
  width: 38.0319148936%;
  top: 24%;
}

@media screen and (max-width: 768px) {
  .top-service__item:nth-child(1) .top-service__image {
    margin-bottom: 10.3723404255%;
  }
}
.top-service__item:nth-child(2) .top-service__image {
  width: 39.8936170213%;
  top: 27%;
}

@media screen and (max-width: 768px) {
  .top-service__item:nth-child(2) .top-service__image {
    margin-bottom: 9.3085106383%;
  }
}
.top-service__item:nth-child(3) .top-service__image {
  width: 38.0319148936%;
  top: 24%;
}

@media screen and (max-width: 768px) {
  .top-service__item:nth-child(3) .top-service__image {
    margin-bottom: 11.170212766%;
  }
}
.top-service__item:nth-child(4) .top-service__image {
  width: 58.2446808511%;
  top: 36%;
}

@media screen and (max-width: 768px) {
  .top-service__item:nth-child(4) .top-service__image {
    margin-bottom: 12.2340425532%;
  }
}
.top-service__item:nth-child(5) .top-service__image {
  width: 44.414893617%;
  top: 24%;
}

@media screen and (max-width: 768px) {
  .top-service__item:nth-child(5) .top-service__image {
    margin-bottom: 4.5212765957%;
  }
}
.top-service__item:nth-child(6) .top-service__image {
  width: 34.8404255319%;
  top: 26.5%;
}

@media screen and (max-width: 768px) {
  .top-service__item:nth-child(6) .top-service__image {
    margin-bottom: 11.4361702128%;
  }
}
.top-service__item:nth-child(7) .top-service__image {
  width: 38.829787234%;
  top: 24%;
}

@media screen and (max-width: 768px) {
  .top-service__item:nth-child(7) .top-service__image {
    margin-bottom: 10.3723404255%;
  }
}
.top-service__item:nth-child(8) .top-service__image {
  width: 51.329787234%;
  top: 16%;
}

@media screen and (max-width: 768px) {
  .top-service__item:nth-child(8) .top-service__image {
    margin-bottom: 19.6808510638%;
  }
}
.top-service__item:nth-child(9) .top-service__image {
  width: 36.4361702128%;
  top: 27%;
}

@media screen and (max-width: 768px) {
  .top-service__item:nth-child(9) .top-service__image {
    margin-bottom: 9.5744680851%;
  }
}
.top-service__text {
  position: absolute;
  font-size: clamp(1.15rem, 1.3888888889vw, 2rem);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.02em;
  top: 77%;
}

@media screen and (max-width: 768px) {
  .top-service__text {
    font-size: clamp(1rem, 2.6041666667vw, 1.6rem);
  }
}
@media (max-width: 490px) {
  .top-service__text {
    font-size: 4.6153846154vw;
  }
}
.top-service__btn {
  width: fit-content;
  margin-inline: auto;
}

/*** about 
****************************************************************************************/
.philosophy {
  padding: 9.6rem 1.6rem 9.5rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .philosophy {
    padding: 6.4rem 1.6rem;
  }
}
.philosophy__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 8.8rem;
}

@media screen and (max-width: 768px) {
  .philosophy__list {
    gap: 4rem;
    margin-top: 4rem;
  }
}
.philosophy__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .philosophy__item {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.philosophy__item:nth-child(odd) {
  padding-left: 8.660130719%;
}

@media screen and (max-width: 768px) {
  .philosophy__item:nth-child(odd) {
    padding-left: 0;
  }
}
.philosophy__item:nth-child(even) {
  flex-direction: row-reverse;
  padding-right: 8.660130719%;
}

@media screen and (max-width: 768px) {
  .philosophy__item:nth-child(even) {
    flex-direction: column;
    padding-right: 0;
  }
}
.philosophy__text {
  width: 40.7871198569%;
}

@media screen and (max-width: 768px) {
  .philosophy__text {
    width: 100%;
  }
}
.philosophy__image {
  width: 45.7960644007%;
  background-color: #C9C9C9;
}

@media screen and (max-width: 768px) {
  .philosophy__image {
    width: 100%;
  }
}
.philosophy__entry {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  color: #405887;
}

@media screen and (max-width: 768px) {
  .philosophy__entry {
    gap: 0.8rem;
  }
}
.philosophy__num {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .philosophy__num {
    font-size: 2.4rem;
  }
}
.philosophy__title {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .philosophy__title {
    font-size: 1.6rem;
  }
}
.philosophy__main {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .philosophy__main {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.philosophy__desc {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .philosophy__desc {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}
.massage {
  padding: 8rem 1.6rem 6.8rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .massage {
    padding: 6.4rem 1.6rem;
  }
}
.message__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6.4rem;
}

@media screen and (max-width: 768px) {
  .message__column {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.massage__text {
  width: 53.3496732026%;
}

@media screen and (max-width: 768px) {
  .massage__text {
    width: 100%;
  }
}
.message__image {
  width: 34.3137254902%;
  aspect-ratio: 1045/1567;
  background-color: #C9C9C9;
}

@media screen and (max-width: 768px) {
  .message__image {
    width: 100%;
  }
}
.message__title {
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .message__title {
    font-size: 2rem;
  }
}
.message__desc {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .message__desc {
    font-size: 1.4rem;
  }
}
/*** service 
****************************************************************************************/
.service-lead {
  padding: 12rem 1.6rem 13.7rem;
  background-color: #626262;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .service-lead {
    padding: 6.4rem 1.6rem;
  }
}
.service-lead__main {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .service-lead__main {
    font-size: 2rem;
  }
}
.service-lead__desc {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 4.8rem;
}

@media screen and (max-width: 768px) {
  .service-lead__desc {
    margin-top: 3.2rem;
  }
}
.service {
  padding: 8rem 1.6rem;
}

@media screen and (max-width: 768px) {
  .service {
    padding: 6.4rem 1.6rem;
  }
}
.service__list {
  display: flex;
  flex-direction: column;
  gap: 7.2rem;
  margin-top: 5.6rem;
}

@media screen and (max-width: 768px) {
  .service__list {
    gap: 4rem;
    margin-top: 4rem;
  }
}
.service__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .service__item {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.service__item:nth-child(odd) {
  padding-left: 5.8006535948%;
}

@media screen and (max-width: 768px) {
  .service__item:nth-child(odd) {
    padding-left: 0;
  }
}
.service__item:nth-child(even) {
  flex-direction: row-reverse;
  padding-right: 5.8006535948%;
}

@media screen and (max-width: 768px) {
  .service__item:nth-child(even) {
    flex-direction: column;
    padding-right: 0;
  }
}
.service__text {
  width: 51.3443191674%;
}

@media screen and (max-width: 768px) {
  .service__text {
    width: 100%;
  }
}
.service__image {
  width: 41.7172593235%;
  background-color: #C9C9C9;
}

@media screen and (max-width: 768px) {
  .service__image {
    width: 100%;
  }
}
.service__entry {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.4583333333;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .service__entry {
    font-size: 1.4rem;
    gap: 0.8rem;
  }
}
.service__num {
  font-size: 4rem;
  font-family: "Inter", serif;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .service__num {
    font-size: 2.4rem;
  }
}
.service__title {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .service__title {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.service__desc {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .service__desc {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}
.work-flow {
  padding: 8rem 1.6rem 11.2rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .work-flow {
    padding: 6.4rem 1.6rem;
  }
}
.work-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem;
  margin-top: 9.4rem;
}

@media screen and (max-width: 1025px) {
  .work-flow__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .work-flow__list {
    grid-template-columns: repeat(1, max-content);
    justify-content: center;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.work-flow__item {
  position: relative;
  display: grid;
  place-content: center;
  aspect-ratio: 320/200;
  border: 0.1rem solid #A4A4A4;
  background-color: #fff;
  border-radius: 0.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .work-flow__item {
    width: 32rem;
  }
}
.work-flow__item:not(:nth-child(6))::after {
  position: absolute;
  display: block;
  content: "";
  width: 5.6rem;
  height: 0.6rem;
  top: 50%;
  right: -5.6rem;
  translate: 0 -50%;
  background-color: #405887;
}

@media screen and (max-width: 768px) {
  .work-flow__item:not(:nth-child(6))::after {
    width: 0.6rem;
    height: 4rem;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -4rem;
    translate: -50%;
  }
}
@media screen and (max-width: 1025px) {
  .work-flow__item:nth-child(2)::after, .work-flow__item:nth-child(4)::after {
    width: 0.6rem;
    height: 2.8rem;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -2.8rem;
    translate: -50%;
  }
}
@media screen and (max-width: 768px) {
  .work-flow__item:nth-child(2)::after, .work-flow__item:nth-child(4)::after {
    height: 4rem;
    bottom: -4rem;
  }
}
.work-flow__item:nth-child(3)::after {
  display: none;
}

@media screen and (max-width: 1025px) {
  .work-flow__item:nth-child(3)::after {
    display: block;
  }
}
.work-flow__item:nth-child(3)::before, .work-flow__item:nth-child(4)::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.6rem;
  left: 50%;
  translate: -50%;
  background-color: #405887;
}

.work-flow__item:nth-child(3)::before {
  height: 3.35rem;
  bottom: -3.35rem;
}

@media screen and (max-width: 1025px) {
  .work-flow__item:nth-child(3)::before {
    height: 3rem;
    bottom: auto;
    top: -3rem;
  }
}
.work-flow__item:nth-child(4)::before {
  height: 3rem;
  top: -3rem;
}

@media screen and (max-width: 1025px) {
  .work-flow__item:nth-child(4)::before {
    width: calc(100% + 5.8rem);
    height: 0.6rem;
    left: calc(-50% - 5.5rem);
    translate: 0;
  }
}
@media screen and (max-width: 768px) {
  .work-flow__item:nth-child(4)::before {
    display: none;
  }
}
.work-flow__item:nth-child(5)::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(200% + 11.2rem);
  height: 0.6rem;
  top: -3rem;
  left: 50%;
  translate: -50%;
  background-color: #405887;
}

@media screen and (max-width: 1025px) {
  .work-flow__item:nth-child(5)::before {
    width: calc(100% + 6.05rem);
    left: 50%;
    translate: 0;
  }
}
@media screen and (max-width: 768px) {
  .work-flow__item:nth-child(5)::before {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .work-flow__item:nth-child(5)::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.6rem;
    height: 3rem;
    top: -3rem;
    left: 50%;
    translate: -50%;
  }
}
@media screen and (max-width: 768px) {
  .work-flow__item:nth-child(5)::after {
    height: 4rem;
    top: auto;
    bottom: -4rem;
  }
}
@media screen and (max-width: 1025px) {
  .work-flow__item:nth-child(6)::before {
    position: absolute;
    display: block;
    content: "";
    width: 5.6rem;
    height: 0.6rem;
    top: 50%;
    left: -5.6rem;
    translate: 0 -50%;
    background-color: #405887;
  }
}
@media screen and (max-width: 768px) {
  .work-flow__item:nth-child(6)::before {
    display: none;
  }
}
.work-flow-label {
  position: absolute;
  width: 9.6rem;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  padding: 0.5rem 1.3rem;
  background-color: #3A3A3A;
  color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  border-radius: 0.4rem 0 0 0;
}

.work-flow-label__en {
  display: block;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 500;
  letter-spacing: 0;
}

.work-flow-label__num {
  display: block;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.work-flow__term {
  font-size: min(2.4rem, 2vw);
  line-height: 1.4583333333;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (max-width: 1025px) {
  .work-flow__term {
    font-size: 2.4rem;
  }
}
.work-flow__desc {
  font-size: min(1.6rem, 1.3333333333vw);
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: min(2.4rem, 2vw);
}

@media screen and (max-width: 1025px) {
  .work-flow__desc {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}
.work-flow__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 9.2rem;
}

@media screen and (max-width: 768px) {
  .work-flow__column {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.work-flow-text {
  width: 46.8137254902%;
  padding: 6.2rem 3.3rem;
  margin-top: 2.9rem;
  background-color: #fff;
  border: 0.1rem solid #A4A4A4;
  border-radius: 0.4rem;
}

@media screen and (max-width: 768px) {
  .work-flow-text {
    width: 88%;
    padding: 3.2rem 2.4rem;
  }
}
.work-flow-text__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.work-flow-text__item {
  display: flex;
  gap: 1.1rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.work-flow-text__item::before {
  display: inline-block;
  content: "";
  width: 3.2rem;
  aspect-ratio: 1;
  background: url(../images/service/check.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  flex-shrink: 0;
}

.work-flow__image {
  width: 39.6241830065%;
}

@media screen and (max-width: 768px) {
  .work-flow__image {
    width: 88%;
  }
}
/*** company 
****************************************************************************************/
.company-section {
  padding: 7.2rem 1.6rem 4.6rem;
}

@media screen and (max-width: 768px) {
  .company-section {
    padding: 4.8rem 1.6rem 4rem;
  }
}
.company__inner {
  max-width: 96rem;
  width: 90%;
  padding: 2.8rem 10rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .company__inner {
    width: 100%;
    padding: 0;
  }
}
.company__item {
  display: flex;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 2.8rem 1rem;
}

@media screen and (max-width: 768px) {
  .company__item {
    flex-direction: column;
    padding: 1rem 0;
  }
}
.company__item dt {
  font-weight: 600;
  width: 21.4rem;
}

.company__item dd {
  font-weight: 500;
  flex: 1;
}

.company__item:not(:last-child) {
  border-bottom: 0.1rem solid #DEDEDE;
}

/*** news 
****************************************************************************************/
.single-section {
  padding: 10rem 1.6rem 11rem;
  min-height: 50vh;
}

@media screen and (max-width: 768px) {
  .single-section {
    padding: 6.4rem 1.6rem;
  }
}
.single-section h1 {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .single-section h1 {
    font-size: 2.8rem;
  }
}
.single-section h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}

.single-section h3 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}

.single-section img {
  display: block;
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  .single-section img {
    margin-bottom: 3.2rem;
  }
}
.single-section p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 4.8rem;
}

.single-section a {
  display: inline-block;
}

.single__inner {
  max-width: 82rem;
  width: 90%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .single__inner {
    width: 100%;
  }
}
.single__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .single__meta {
    order: 1;
  }
}
.single__date {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .single__date {
    font-size: 1.4rem;
  }
}
.post-navi {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 7.2rem;
}

@media screen and (max-width: 768px) {
  .post-navi {
    margin-top: 4rem;
  }
}
.post-navi-prev a::before {
  display: inline-block;
  content: "";
  width: 2.8rem;
  aspect-ratio: 1;
  background: url(../images/single/left_arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 0.4rem;
}

.post-navi-next a::after {
  display: inline-block;
  content: "";
  width: 2.8rem;
  aspect-ratio: 1;
  background: url(../images/single/right_arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-left: 0.4rem;
}

.news-section {
  padding: 8rem 1.6rem;
  min-height: 50vh;
}

@media screen and (max-width: 768px) {
  .news-section {
    padding: 6.4rem 1.6rem;
  }
}
.news__inner {
  max-width: 104rem;
  width: 90%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .news__inner {
    width: 100%;
  }
}
.news-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.news__list {
  margin-top: 4rem;
}

.news__item {
  position: relative;
  display: flex;
  gap: 3.4rem;
  padding: 2.4rem 0 1.6rem;
  border-bottom: 0.1rem solid #CCCCCC;
  transition: background-color 0.4s;
}

@media screen and (max-width: 768px) {
  .news__item {
    flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem 0;
  }
}
.news__item a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (any-hover: hover) {
  .news__item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.news__image {
  width: 16rem;
  aspect-ratio: 160/120;
  background-color: #CCCCCC;
}

@media screen and (max-width: 768px) {
  .news__image {
    width: 100%;
    order: 2;
  }
}
.news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .news__text {
    display: contents;
  }
}
.news__text p {
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 2.2rem;
}

@media screen and (max-width: 768px) {
  .news__text p {
    margin-top: 0.8rem;
    order: 3;
  }
}
.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  margin-top: 6.5rem;
  text-align: center;
}

.page-numbers {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: fit-content;
}

.page-numbers.current {
  padding: 0.8rem 1.15rem;
  background-color: #3A3A3A;
  color: #fff;
}

.news-category__link {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.65rem 1.5rem;
  background-color: #ABABAB;
  color: #fff;
  transition: background-color 0.4s;
}

@media (any-hover: hover) {
  .news-category__link:hover {
    background-color: #313135;
  }
}
.news-category__link.is-active {
  background-color: #313135;
}

.no-link {
  pointer-events: none;
}

/*** contact 
****************************************************************************************/
.contact-section {
  padding: 7.3rem 1.6rem 10.5rem;
}

@media screen and (max-width: 768px) {
  .contact-section {
    padding: 6.4rem 1.6rem;
  }
}
.contact__inner {
  max-width: 80rem;
  width: 90%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .contact__inner {
    width: 100%;
  }
}
.contact__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.contact__item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.contact__item dt {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .contact__item dt {
    font-size: 1.6rem;
  }
}
.contact__label {
  display: grid;
  place-content: center;
  width: 4rem;
  aspect-ratio: 40/18;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 0.2rem;
  color: #fff;
}

.req {
  background-color: #E17373;
}

.opt {
  background-color: #9E9E9E;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 1.4rem 1.5rem;
  border: 0.1rem solid #9E9E9E;
  border-radius: 0.2rem;
}

textarea {
  min-height: 23.5rem;
}

dd:has(.wpcf7-acceptance) {
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-acceptance {
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
}
.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  width: fit-content;
  line-height: 1.5;
  margin: 2em auto 1em;
}

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

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.6rem;
  display: block;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}
.contact-btn-wrap {
  padding-left: 0;
  margin: 8rem auto 0;
}

@media screen and (max-width: 768px) {
  .contact-btn-wrap {
    margin: 4rem auto 0;
  }
}
input[type=checkbox] {
  display: none;
}

label:has(input[type=checkbox]) {
  position: relative;
  padding-left: 4.4rem;
}

label:has(input[type=checkbox])::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2.8rem;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  border-radius: 0.2rem;
  border: 0.1rem solid #999999;
}

label:has(input[type=checkbox]:checked)::before {
  background-color: #405887;
}

label:has(input[type=checkbox]:checked)::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.6rem;
  height: 0.8rem;
  border-left: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
  top: 0.8rem;
  left: 0.6rem;
  transform: rotate(-50deg);
}

input[type=submit] {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}