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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 55px;
}
@media (min-width: 1000px) {
  html {
    scroll-padding-top: 78px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.7px;
}
@media (min-width: 1000px) {
  body {
    line-height: 2;
  }
}

.hidden-sp {
  display: none !important;
}
@media (min-width: 768px) {
  .hidden-sp {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

.inner {
  padding-inline: 15px;
  margin-inline: auto;
}
@media (min-width: 500px) {
  .inner {
    padding-inline: 20px;
  }
}
@media (min-width: 768px) {
  .inner {
    max-width: 1180px;
    padding-inline: 40px;
  }
}
@media (min-width: 1000px) {
  .inner {
    max-width: 1220px;
    padding-inline: 60px;
  }
}
@media (min-width: 1400px) {
  .inner {
    max-width: 1380px;
    padding-inline: 140px;
  }
}

.section-heading {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(2.4rem, 3.4vw, 3.8rem);
  font-weight: 600;
  line-height: 1.5;
}
.section-heading span {
  color: #fc6641;
  font-weight: 600;
}

.button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.button a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.button span {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
.button img {
  width: 15px;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, transform 0.6s ease;
  transition: opacity 0.2s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (min-width: 768px) {
  .button a:hover::after {
    -webkit-animation: underline-reappear 0.6s ease forwards;
    animation: underline-reappear 0.6s ease forwards;
  }
  .button a:hover img {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-animation: img-reappear 0.5s ease forwards 0.1s;
    animation: img-reappear 0.5s ease forwards 0.1s;
  }
}

@-webkit-keyframes underline-reappear {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  49% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@keyframes underline-reappear {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  49% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@-webkit-keyframes img-reappear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes img-reappear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.button-02 a {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 1.5rem;
  border-radius: 8px;
  padding: 14px;
  width: 235px;
  position: relative;
  overflow: hidden;
}
.button-02 a span {
  position: relative;
  z-index: 1;
}
.button-02 a::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  bottom: -10px;
  right: -10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.button-02 a::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 9px;
  bottom: 12px;
  right: 10px;
}
@media (min-width: 768px) {
  .button-02 a {
    font-size: 1.7rem;
    -webkit-transition: color 0.7s ease-out;
    transition: color 0.7s ease-out;
    padding: 18px;
    width: 285px;
  }
  .button-02 a:hover::before {
    -webkit-transform: scale(15);
            transform: scale(15);
  }
}

.header {
  position: fixed;
  width: 97%;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 42px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  z-index: 500;
  height: 55px;
}
@media (min-width: 1000px) {
  .header {
    height: 63px;
    top: 15px;
    width: 95%;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  height: inherit;
}
@media (min-width: 1000px) {
  .header__inner {
    padding: 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1400px) {
  .header__inner {
    padding: 15px 25px 15px 50px;
  }
}

.header__logo {
  width: 180px;
}
.header__logo img {
  width: 100%;
}
@media (min-width: 1000px) {
  .header__logo {
    width: 200px;
  }
}
@media (min-width: 1400px) {
  .header__logo {
    width: 233px;
  }
}

.header__nav {
  display: none;
}
@media (min-width: 1000px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
@media (min-width: 1400px) {
  .header__nav {
    gap: 40px;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 1400px) {
  .header__nav-list {
    gap: 25px;
  }
}

.header__nav-link {
  font-size: 1.4rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
}
.header__nav-link a {
  display: block;
  height: 63px;
  line-height: 63px;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
}
.header__nav-link span img {
  width: 10px;
  margin-left: 5px;
  transition: -webkit-filter 0.3s;
  -webkit-transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.header__nav-link:hover {
  color: #e48f70;
}
.header__nav-link:hover .header__nav-sub {
  display: block;
}
.header__nav-link:hover img {
  -webkit-filter: invert(56%) sepia(50%) saturate(411%) hue-rotate(330deg) brightness(102%) contrast(90%);
  filter: invert(56%) sepia(50%) saturate(411%) hue-rotate(330deg) brightness(102%) contrast(90%);
}
.header__nav-link.is-active > a {
  position: relative;
}
.header__nav-link.is-active > a::before {
  position: absolute;
  content: "";
  width: 130%;
  height: 4px;
  background: #e48f70;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1400px) {
  .header__nav-link {
    font-size: 1.5rem;
  }
}

.header__nav-sub {
  position: absolute;
  bottom: 15px;
  left: -20px;
  display: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 280px;
}

.header__nav-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}

.header__nav-sub-link {
  padding: 10px 0;
  color: #333;
}
.header__nav-sub-link a {
  position: relative;
  height: 20px;
  line-height: 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__nav-sub-link a:hover {
  color: #e48f70;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-button {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  border-radius: 9999px;
  padding: 12px 17px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .header__nav-button:hover {
    -webkit-box-shadow: 0 4px 8px rgba(58, 58, 54, 0.3);
            box-shadow: 0 4px 8px rgba(58, 58, 54, 0.3);
  }
}
@media (min-width: 1400px) {
  .header__nav-button {
    font-size: 1.4rem;
    padding: 12px 20px;
  }
}

.header__nav-button--recruit {
  background: -webkit-gradient(linear, left top, right top, from(#33acec), to(#35aabf));
  background: linear-gradient(90deg, #33acec 0%, #35aabf 100%);
}

.header__nav-button--contact {
  background: #e48f70;
}
.header__nav-button--contact img {
  width: 13px;
}

.drawer-icon {
  position: relative;
  width: 25px;
  height: 25px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 12.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 12.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1000px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  width: 25px;
  height: 2px;
  position: absolute;
  right: 0;
  background-color: #e48f70;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 5px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 12.5px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 20px;
}
@media (min-width: 1000px) {
  .drawer-icon__bar {
    display: none;
  }
}

.drawer {
  display: none;
}
.drawer.is-checked {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 400px;
  height: auto;
  max-height: 80svh;
  top: 65px;
  right: 0;
  background: #fff;
  padding-block: 30px 50px;
  border-radius: 20px;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer__list li {
  width: 100%;
  border-bottom: 1px solid #bbb;
}

.drawer__link {
  position: relative;
  padding-left: 30px;
}
.drawer__link a {
  padding: 5px 10px;
  display: block;
  font-size: 1.5rem;
  font-family: "Shippori Mincho B1", serif;
}
.drawer__link::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/news-arrow.svg) no-repeat center center/contain;
}

.drawer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  padding-bottom: 30px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer__button {
  width: 200px;
  font-size: 1.5rem;
}

.top-fv__image {
  height: 100svh;
  position: relative;
}
.top-fv__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .top-fv__image {
    height: 100svh;
  }
}

.top-fv__message-wrapper {
  position: absolute;
  padding: 20px 15px 20px 20px;
  background: linear-gradient(90deg, rgb(61 128 169 / 80%) 0%, rgb(75 160 193 / 80%) 100%);
  left: 0;
  bottom: 5%;
  border-radius: 0 15px 15px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .top-fv__message-wrapper {
    bottom: 15%;
    padding: 25px 27px 25px 4%;
  }
}

.top-fv__message {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 8vw, 5.4rem);
  color: #fff;
}

.top-fv__text {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-top: 10px;
}
@media (min-width: 768px) {
  .top-fv__text {
    margin-top: 0;
  }
}

.service__bg {
  background: url(../img/bg.webp) repeat center center/cover;
}

.service__inner {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .service__inner {
    padding-bottom: 100px;
  }
}
@media (min-width: 1000px) {
  .service__inner {
    padding-bottom: 110px;
  }
}

.border {
  background: #e7e1dc;
  height: 2px;
  width: 100%;
  position: relative;
  display: block;
}
.border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10%;
  height: 2px;
  background: #fc6641;
}

.service__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 45px;
  gap: 30px;
}
@media (min-width: 768px) {
  .service__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 35px;
    margin-top: 75px;
  }
  .service__items > *:nth-child(5) {
    grid-column: 1/-1;
  }
}
@media (min-width: 1000px) {
  .service__items {
    gap: 35px 45px;
  }
}

@media (min-width: 768px) {
  .service__item {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .service__item:nth-of-type(2), .service__item:nth-of-type(4) {
    margin-top: 50px;
  }
  .service__item:hover .service__item-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .service__item:hover .service__item-text,
  .service__item:hover .service__item-heading,
  .service__item:hover .service__item-heading-en {
    opacity: 0.8;
  }
}

.service__item-text,
.service__item-heading,
.service__item-heading-en {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.service__item-image {
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .service__item-image img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}

.service__item-content {
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 15px 20px;
  width: 90%;
  margin-top: -12%;
  margin-left: 7%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  .service__item-content {
    width: 80%;
    margin-top: -12%;
    margin-left: 17%;
    padding: 20px 25px;
  }
}
.service__item-content::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
}

.service__item-content--01::before {
  background: url(../img/service-deco-01.webp) no-repeat center center/contain;
}

.service__item-content--02::before {
  background: url(../img/service-deco-02.webp) no-repeat center center/contain;
}

.service__item-content--03::before {
  background: url(../img/service-deco-03.webp) no-repeat center center/contain;
}

.service__item-content--04::before {
  background: url(../img/service-deco-04.webp) no-repeat center center/contain;
}

.service__item-content--05 {
  margin-top: 0;
}
.service__item-content--05::before {
  content: none;
}
@media (min-width: 1000px) {
  .service__item-content--05 {
    padding: 20px 25px;
    margin-left: 0;
    width: 100%;
  }
}

.service__item-heading-en {
  font-family: "Song Myung", serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.service__item-heading-en span {
  font-size: 3.3rem;
}
.service__item-heading-en::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  margin-left: 15px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.service__item-heading-en--01::after {
  background: #30579e;
}
.service__item-heading-en--01 span {
  color: #30579e;
}

.service__item-heading-en--02::after {
  background: #dd5e30;
}
.service__item-heading-en--02 span {
  color: #dd5e30;
}

.service__item-heading-en--03::after {
  background: #737628;
}
.service__item-heading-en--03 span {
  color: #737628;
}

.service__item-heading-en--04::after {
  background: #33835d;
}
.service__item-heading-en--04 span {
  color: #33835d;
}

.service__item-heading-en--05::after {
  background: #286176;
}
.service__item-heading-en--05 span {
  color: #286176;
}

.service__item-heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 4px;
}
@media (min-width: 1400px) {
  .service__item-heading {
    font-size: 1.8rem;
  }
}

.service__item-text {
  line-height: 1.7;
  font-size: 1.3rem;
  margin-top: 4px;
}
@media (min-width: 1000px) {
  .service__item-text {
    font-size: 1.4rem;
  }
}

.works {
  background: rgba(247, 244, 240, 0.65);
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .works {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .works {
    padding-top: 130px;
  }
}

.works__bg-deco {
  font-family: "Shippori Mincho B1", serif;
  font-size: 19rem;
  font-weight: 600;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 30px;
  left: 5%;
  line-height: 1;
}
@media (min-width: 768px) {
  .works__bg-deco {
    font-size: 13vw;
    top: 76px;
  }
}

.works__inner {
  z-index: 5;
  position: relative;
}

.works__text {
  margin-top: 17px;
}

.works__swiper {
  padding-left: 15px;
  margin-inline: auto;
  margin-top: 28px;
  position: relative;
}
@media (min-width: 500px) {
  .works__swiper {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .works__swiper {
    max-width: 1180px;
    padding-left: 40px;
  }
}
@media (min-width: 1000px) {
  .works__swiper {
    max-width: 1260px;
    padding-left: 80px;
  }
}
@media (min-width: 1400px) {
  .works__swiper {
    max-width: 1400px;
    padding-left: 150px;
  }
}

.works__swiper-wrapper {
  padding-bottom: 30px;
}
@media (min-width: 1400px) {
  .works__swiper-wrapper {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .works-swiper-slide:nth-of-type(2n) {
    margin-top: 47px;
  }
}

@media (min-width: 768px) {
  .works__item:hover .works__item-title {
    color: #fc6641;
  }
  .works__item:hover .works__item-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.works__item-image {
  aspect-ratio: 374/324;
  border-radius: 15px;
  overflow: hidden;
}
.works__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .works__item-image img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}

.works__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-top: 13px;
}

.works__item-date {
  color: #5a5a5a;
  font-size: 1.3rem;
}

.works__item-category {
  border-radius: 999px;
  background: #fc6641;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0 12px;
  line-height: 2.4;
}

.works__item-title {
  margin-top: 7px;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .works__item-title {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
}
@media (min-width: 1400px) {
  .works__item-title {
    font-size: 1.7rem;
  }
}

.works__swiper-button-prev,
.works__swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .works__swiper-button-prev,
  .works__swiper-button-next {
    display: block;
    position: absolute;
    top: 180px;
    z-index: 10;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .works__swiper-button-prev img,
  .works__swiper-button-next img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (min-width: 1400px) {
  .works__swiper-button-prev,
  .works__swiper-button-next {
    width: 70px;
    height: 70px;
  }
}

.works__swiper-button-prev {
  right: 17% !important;
  left: auto;
  background: url(../img/works-arrow-prev.webp) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 768px) {
  .works__swiper-button-prev:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 1400px) {
  .works__swiper-button-prev {
    right: 16% !important;
  }
}

.works__swiper-button-next {
  right: 9% !important;
  left: auto;
  background: url(../img/works-arrow-next.webp) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 768px) {
  .works__swiper-button-next:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.works__swiper-button-prev::after,
.works__swiper-button-next::after {
  content: none;
}

.works__more-button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.news {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}
.news::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/bg.webp) repeat center center/cover;
  opacity: 0.5;
  z-index: -1;
}
@media (min-width: 1000px) {
  .news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .news__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.0714285714%;
  }
}

@media (min-width: 768px) {
  .news__heading-wrapper {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1000px) {
  .news__heading-wrapper {
    width: 160px;
  }
}

.news__heading-en {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  margin-top: 5px;
}

.news__more-button--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .news__more-button--sp {
    display: none;
  }
}

.news__more-button--pc {
  display: none;
}
@media (min-width: 768px) {
  .news__more-button--pc {
    display: block;
    margin-top: 70px;
  }
}

.news__items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #e5dfd4;
  padding: 22px 0;
  gap: 8px;
  position: relative;
}
.news__item-link::after {
  position: absolute;
  content: "";
  background: url(../img/news-arrow.svg) no-repeat center center/contain;
  width: 8px;
  height: 16px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news__item-link::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #faf8f4;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media (min-width: 768px) {
  .news__item-link {
    padding: 22px 12px;
  }
  .news__item-link::before {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .news__item-link:hover .news__item-title {
    color: #fc6641;
  }
  .news__item-link:hover::before {
    opacity: 1;
  }
}
@media (min-width: 1000px) {
  .news__item-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.news__item-date {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  margin-right: 10px;
}
@media (min-width: 1000px) {
  .news__item-date {
    margin-right: 30px;
  }
}

.news__item-category {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5px;
  background: #faf8f4;
  padding: 1px 10px;
}

.news__item-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.company {
  position: relative;
}

.company__bg {
  position: relative;
  background: url(../img/company-bg.webp) no-repeat center center/cover;
  border-radius: 15px;
  overflow: hidden;
  width: 95%;
  margin-inline: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.company__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(87, 107, 119, 0.7)), to(rgba(19, 61, 57, 0.7)));
  background: linear-gradient(0deg, rgba(87, 107, 119, 0.7) 0%, rgba(19, 61, 57, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .company__bg {
    width: 97%;
    padding-top: 80px;
  }
}

.company__content-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  gap: 20px;
}
@media (min-width: 768px) {
  .company__content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7.1428571429%;
  }
}

.company__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company__heading {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: clamp(3.5rem, 5vw, 5.6rem);
  line-height: 1;
}

.company__text {
  margin-top: 15px;
}

.company__button a {
  margin-top: 24px;
  border: 1.7px solid #fff;
}
.company__button a::before {
  background: #fff;
}
.company__button a::after {
  background: url(../img/button-arrow-02.webp) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .company__button a:hover {
    color: #4f6d7e;
  }
}

.company__links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company__link {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  border-bottom: 1px solid #fff;
  padding: 15px 5px;
  position: relative;
}
.company__link::before {
  position: absolute;
  content: "";
  background: url(../img/company-arrow.webp) no-repeat center center/contain;
  width: 18px;
  height: 10px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease, transform 0.5s ease;
  transition: opacity 0.2s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 768px) {
  .company__link {
    padding: 20px;
  }
  .company__link:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(20px);
            transform: translateY(-50%) translateX(20px);
    -webkit-animation: arrow-reappear 0.6s ease forwards 0.1s;
    animation: arrow-reappear 0.5s ease forwards 0.1s;
  }
}

@-webkit-keyframes arrow-reappear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(20px);
            transform: translateY(-50%) translateX(20px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-10px);
            transform: translateY(-50%) translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
@keyframes arrow-reappear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(20px);
            transform: translateY(-50%) translateX(20px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-10px);
            transform: translateY(-50%) translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
.recruit {
  margin-top: 30px;
  padding-bottom: 100px;
  width: 100%;
}
@media (min-width: 1000px) {
  .recruit {
    margin-top: 80px;
    padding-bottom: 120px;
  }
}

.recruit__bg {
  border-radius: 20px;
  background: #f8f7f5;
  width: 95%;
  margin-inline: auto;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .recruit__bg {
    width: 97%;
  }
}
@media (min-width: 1000px) {
  .recruit__bg {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .recruit__bg {
    padding-bottom: 0;
  }
}

.recruit__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1000px) {
  .recruit__content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .recruit__content-wrapper {
    gap: 4.9285714286%;
  }
}

.recruit__content {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
@media (min-width: 1000px) {
  .recruit__content {
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .recruit__content {
    margin-top: 57px;
  }
}

.recruit__text {
  margin-top: 24px;
}

.recruit__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .recruit__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.recruit__button a {
  border: 1.7px solid #4d4d4d;
  background: #fff;
  width: 235px;
  padding: 14px;
}
.recruit__button a::before {
  background: #4d4d4d;
}
.recruit__button a::after {
  background: url(../img/button-arrow-03.webp) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .recruit__button a {
    width: 215px;
  }
  .recruit__button a:hover {
    color: #fff;
  }
}
@media (min-width: 1000px) {
  .recruit__button a {
    width: 180px;
  }
}
@media (min-width: 1400px) {
  .recruit__button a {
    width: 215px;
  }
}

.recruit__image {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}
.recruit__image img {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .recruit__image {
    width: 70%;
    -webkit-transform: translate(45%, 40px);
            transform: translate(45%, 40px);
  }
}
@media (min-width: 1000px) {
  .recruit__image {
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7;
    -webkit-transform: translate(30px, 105px);
            transform: translate(30px, 105px);
  }
}
@media (min-width: 1400px) {
  .recruit__image {
    -webkit-box-flex: 9;
        -ms-flex: 9;
            flex: 9;
    -webkit-transform: translate(30px, 40px);
            transform: translate(30px, 40px);
  }
}

.footer {
  padding-top: 39px;
  padding-bottom: 12px;
  border-bottom: 9px solid #fc6641;
  border-top: 1px solid #fc6641;
  width: 100%;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 49px;
  }
}

.footer__inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .footer__inner {
    padding-inline: 40px;
  }
}
@media (min-width: 1000px) {
  .footer__inner {
    padding-inline: 60px;
  }
}
@media (min-width: 1400px) {
  .footer__inner {
    padding-inline: 80px;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 1000px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__logo {
  width: 100%;
}
.footer__logo img {
    width: 200px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 350px;
  }
.footer__logo img {
    width: 280px;
    margin-bottom: 8px;
}
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  .footer__nav {
    gap: 30px;
  }
}

.footer__link {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  position: relative;
}
.footer__link::after {
  background: #fc6641;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__link:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.footer__copyright {
  font-size: 1.2rem;
  font-family: "Shippori Mincho B1", serif;
  color: #828282;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer__copyright {
    text-align: right;
  }
}

.page-section-border {
  background: #eaeaea;
  height: 1px;
  display: block;
  width: 100%;
}

.page-fv {
  background: url(../img/bg.webp) repeat center center/cover;
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .page-fv {
    padding-top: 131px;
    padding-bottom: 72px;
  }
}

.page-fv__inner {
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .page-fv__inner {
    width: 95%;
    padding-inline: 0;
    margin-inline: auto;
  }
}

.page-fv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-left: 12%;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-fv__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
  }
}
@media (min-width: 1400px) {
  .page-fv__wrapper {
    padding-left: 40px;
  }
}

.page-fv__content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.page-fv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1400px) {
  .page-fv__heading {
    gap: 33px;
  }
}

.page-fv__heading-long {
  display: block;
}

.page-fv__heading-ja {
  font-size: clamp(3rem, 3.8vw, 5.5rem);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}

.page-fv__heading-ja-long {
  font-size: clamp(2.6rem, 3.7vw, 5.5rem);
}

.page-fv__heading-en {
  font-size: clamp(2rem, 2.2vw, 3.1rem);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #fc6641;
}

.breadcrumb {
  display: none;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
    font-family: "Shippori Mincho B1", serif;
  }
  .breadcrumb a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .breadcrumb a:hover {
    opacity: 0.7;
  }
  .breadcrumb i {
    padding-inline: 5px;
  }
}
@media (min-width: 1400px) {
  .breadcrumb {
    font-size: 1.4rem;
    padding-right: 40px;
  }
}

.page-fv__images {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  position: relative;
}

.page-fv__image {
  border-radius: 15px;
  aspect-ratio: 693/442;
}

.page-fv__image-deco {
  position: absolute;
  bottom: -15%;
  left: -20%;
  width: 40%;
}
@media (min-width: 768px) {
  .page-fv__image-deco {
    left: -30%;
  }
}

.service__content-heading-en {
  font-size: 1.2rem;
  position: relative;
  padding-left: 17px;
  margin-top: 30px;
  display: inline-block;
}
.service__content-heading-en::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 4.243px;
  background: #fc6641;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service__content-heading {
  font-size: clamp(2.4rem, 4.2vw, 4.6rem);
  margin-top: 22px;
}

.service__content-text {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .service__content-text {
    margin-top: 30px;
  }
}

.service__border {
  margin-top: 30px;
}

.page-service-section {
  margin-top: 35px;
}
@media (min-width: 1000px) {
  .page-service-section {
    margin-top: 55px;
  }
}

.page-service-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-service-section__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1000px) {
  .page-service-section__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (min-width: 768px) {
  .page-service-section__content {
    -webkit-box-flex: 9;
        -ms-flex: 9;
            flex: 9;
  }
}

.page-service-section__heading-en {
  font-family: "Song Myung", serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page-service-section__heading-en span {
  font-size: 3.3rem;
}
.page-service-section__heading-en::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-left: 15px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (min-width: 1000px) {
  .page-service-section__heading-en {
    margin-top: 20px;
  }
  .page-service-section__heading-en::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 285px;
            flex: 0 0 285px;
  }
}

.management__heading-en span {
  color: #30579e;
}
.management__heading-en::after {
  background: #30579e;
}

.page-service-section__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-service-section__heading {
    font-size: 2.3rem;
  }
}
@media (min-width: 1000px) {
  .page-service-section__heading {
    font-size: 2.6rem;
  }
}

.page-service-section__text {
  margin-top: 15px;
}
@media (min-width: 1000px) {
  .page-service-section__text {
    margin-top: 22px;
  }
}

.page-service-section__image img {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .page-service-section__image {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
  }
}
@media (min-width: 1000px) {
  .page-service-section__image {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}

.renovation__heading-en span {
  color: #30579e;
}
.renovation__heading-en::after {
  background: #30579e;
}

.renovation__content {
  border-radius: 15px;
  background: #f7f7f7;
  padding: 20px 15px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .renovation__content {
    padding: 20px;
    margin-top: 34px;
  }
}
@media (min-width: 1000px) {
  .renovation__content {
    padding: 34px;
  }
}

.renovation__content-heading {
  font-size: 1.7rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .renovation__content-heading {
    font-size: 2rem;
  }
}

.renovation__content-text {
  margin-top: 10px;
}

.renovation__label {
  background: #30579e;
  border-radius: 13px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 1px 17px;
  margin-top: 20px;
  display: inline-block;
  line-height: 1.5;
}

.renovation__item-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin-top: 10px;
}
@media (min-width: 1000px) {
  .renovation__item-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .renovation__item-wrapper {
    gap: 30px;
  }
}

.renovation__item {
  border-radius: 13px;
  background: #fff;
  padding: 12px 10px 17px 24px;
}
@media (min-width: 768px) {
  .renovation__item {
    padding: 12px 21px 17px 34px;
  }
}
@media (min-width: 1000px) {
  .renovation__item {
    padding: 12px 8px 17px 28px;
  }
}
@media (min-width: 1400px) {
  .renovation__item {
    padding: 12px 21px 17px 34px;
  }
}

.renovation__item-heading {
  font-weight: 700;
  color: #30579e;
  position: relative;
  margin-bottom: 4px;
}
.renovation__item-heading::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -12px;
  top: 10px;
  background: #30579e;
}
@media (min-width: 768px) {
  .renovation__item-heading::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.renovation__item-text {
  line-height: 1.7;
}

.renovation__item-full {
  grid-column: 1/-1;
}

.renovation__border {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .renovation__border {
    margin-top: 60px;
  }
}

.restoration__heading-en span {
  color: #dd5e30;
}
.restoration__heading-en::after {
  background: #dd5e30;
}

.restoration__content {
  border-radius: 15px;
  background: #fdfaee;
  padding: 20px 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .restoration__content {
    padding: 28px 40px;
    margin-top: 32px;
  }
}

.restoration__content-heading {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .restoration__content-heading {
    font-size: 2rem;
  }
}

.restoration__list {
  border-radius: 8px;
  background: #fff;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 13px;
}
.restoration__list li {
  position: relative;
  padding-left: 10px;
  font-weight: 500;
  font-size: 1.3rem;
}
.restoration__list li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background: #30579e;
}
@media (min-width: 768px) {
  .restoration__list li::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.restoration__list span {
  color: #30579e;
  font-weight: 700;
}
@media (min-width: 768px) {
  .restoration__list {
    padding: 20px 30px;
  }
}
@media (min-width: 1000px) {
  .restoration__list {
    padding: 20px 50px;
  }
}

.restoration__border {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .restoration__border {
    margin-top: 60px;
  }
}

.exterior-wall__heading-en span {
  color: #737628;
}
.exterior-wall__heading-en::after {
  background: #737628;
}

.exterior-wall__item-wrapper {
  border-radius: 15px;
  background: #f7f7f7;
  margin-top: 20px;
  padding: 18px 15px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 13px;
}
@media (min-width: 768px) {
  .exterior-wall__item-wrapper {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
    gap: 8px;
  }
}
@media (min-width: 1000px) {
  .exterior-wall__item-wrapper {
    margin-top: 37px;
    padding: 18px 25px;
    gap: 13px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.exterior-wall__item {
  border-radius: 19px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
}
.exterior-wall__item img {
  width: 20%;
  max-width: 80px;
}
@media (min-width: 768px) {
  .exterior-wall__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    aspect-ratio: 224/190;
    gap: 10px;
    padding: 0;
  }
  .exterior-wall__item img {
    width: 25%;
  }
}

.exterior-wall__text {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.exterior-wall__text span {
  color: #ff6831;
}
@media (min-width: 768px) {
  .exterior-wall__text {
    font-size: 1.3rem;
  }
}
@media (min-width: 1000px) {
  .exterior-wall__text {
    font-size: 1.5rem;
  }
}

.exterior-wall__border {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .exterior-wall__border {
    margin-top: 60px;
  }
}

.equipment-work__heading-en span {
  color: #33835d;
}
.equipment-work__heading-en::after {
  background: #33835d;
}

.equipment-work__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 15px;
  background: #e4f5ee;
  padding: 18px 15px;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .equipment-work__item-wrapper {
    padding: 18px 25px;
    gap: 17px;
    margin-top: 37px;
  }
}

.equipment-work__item {
  border-radius: 8px;
  background: #fff;
  padding: 13px;
  color: #33835d;
  font-weight: 700;
  font-size: 1.3rem;
}
@media (min-width: 1000px) {
  .equipment-work__item {
    padding: 13px 25px;
    font-size: 1.4rem;
  }
}

.archive-works {
  padding-top: 45px;
  padding-bottom: 50px;
  background: #f9f9f9;
}
@media (min-width: 768px) {
  .archive-works {
    padding-top: 90px;
    padding-bottom: 107px;
  }
}

.archive-works__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media (min-width: 1000px) {
  .archive-works__cards {
    gap: 39px;
  }
}

.archive-works__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .archive-works__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1000px) {
  .archive-works__card {
    gap: 49px;
    padding: 26px 47px;
  }
}

.archive-works__card-content {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}

.archive-works__date {
  color: #5a5a5a;
  font-size: 1.5rem;
  margin-right: 1.2rem;
}
@media (min-width: 1000px) {
  .archive-works__date {
    font-size: 1.7rem;
  }
}

.archive-works__category {
  background: #30579e;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 3px 17px;
  border-radius: 9999px;
}

.archive-works__title {
  font-size: clamp(1.9rem, 2.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 15px;
  position: relative;
  max-width: 480px;
}
.archive-works__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  background: #30579e;
  width: 7px;
  height: 100%;
}
@media (min-width: 768px) {
  .archive-works__title {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .archive-works__title::before {
    left: -30px;
    width: 10px;
  }
  .archive-works__title:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1000px) {
  .archive-works__title::before {
    left: -47px;
  }
}

.archive-works__excerpt {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .archive-works__excerpt {
    margin-top: 17px;
    line-height: 1.7;
  }
}

.archive-works__link {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  display: inline-block;
  text-align: right;
}
@media (min-width: 768px) {
  .archive-works__link {
    text-align: left;
    margin-top: 20px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .archive-works__link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1000px) {
  .archive-works__link {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.archive-works__card-thumb {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 0;
  width: 100%;
}
.archive-works__card-thumb::before {
  content: "";
  display: block;
  padding-top: 64.4444444444%;
}
@media (min-width: 768px) {
  .archive-works__card-thumb::before {
    padding-top: 72%;
  }
}
.archive-works__card-thumb img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.archive-works__pagination {
  margin-top: 59px;
  text-align: center;
}
@media (min-width: 768px) {
  .archive-works__pagination a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .archive-works__pagination a:hover {
    opacity: 0.6;
  }
}
.archive-works__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 6px;
}
.archive-works__pagination .page-numbers {
  background: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 3px;
  border: 1px solid #aeaeae;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .archive-works__pagination .page-numbers {
    font-size: 1.7rem;
    width: 47px;
    height: 47px;
  }
}
.archive-works__pagination .page-numbers.current {
  background: #30579e;
  color: #fff;
  border: 1px solid #30579e;
}

.single {
  background: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .single {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.single__wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px 40px;
}
@media (min-width: 768px) {
  .single__wrapper {
    padding: 40px 30px 70px;
  }
}
@media (min-width: 1400px) {
  .single__wrapper {
    padding: 50px 60px 100px;
  }
}

.single__date {
  font-size: 1.4rem;
  font-weight: 300;
  margin-right: 21px;
}

.single__category {
  background: #30579e;
  color: #fff;
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  font-weight: 700;
  padding: 3px 17px;
  border-radius: 9999px;
}

.single__title {
    font-size: clamp(1.8rem, 2.7vw, 2.8rem);
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
    padding-bottom: 8px;
    border-bottom: solid #30579e;
}

.single__thumb {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 2px;
}
.single__thumb img {
  display: inline-block;
  border-radius: 15px;
}

.single__content-wrapper p {
  margin-top: 1em;
  font-size: 1.4rem;
}
.single__content-wrapper h2 {
  margin-top: 2em;
  font-weight: 700;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  position: relative;
  padding-bottom: 10px;
}
.single__content-wrapper h2::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #30579e;
}
.single__content-wrapper h3 {
  margin-top: 1.5em;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
}
.single__content-wrapper img {
  margin-top: 1em;
}
.single__content-wrapper ul {
  margin-top: 1em;
}
.single__content-wrapper ul li {
  position: relative;
  padding-left: 13px;
}
.single__content-wrapper ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single__content-wrapper a {
  color: #fc6641;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .single__content-wrapper a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .single__content-wrapper a:hover {
    opacity: 0.7;
  }
}
.single__content-wrapper .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 2em;
}
.single__content-wrapper .wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 520px;
  width: auto;
}
.single__content-wrapper .wp-block-table table th,
.single__content-wrapper .wp-block-table table td {
  padding: 1rem 1.5rem;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
  text-align: left;
}
.single__content-wrapper .wp-block-table table thead th {
  font-weight: 700;
  background: #f6f6f6;
}
.single__content-wrapper .wp-block-table table thead {
  border-bottom: none;
}
.single__content-wrapper .has-fixed-layout {
  width: auto;
}

.single-works__box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .single-works__box-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.single-works__box {
  background: #f9f9f9;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.11);
  padding: 12px;
}

.single-works__box-title {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
}

.single-works__box-text {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0;
}

.single-works__list-items {
  background: #f6f9ff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  padding: 18px 15px;
  margin-top: 25px !important;
}
@media (min-width: 768px) {
  .single-works__list-items {
    padding: 18px 25px;
  }
}

.single-works__list-item {
  border-radius: 8.5px;
  background: #fff;
  color: #30579e;
  font-weight: 700;
  padding: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.single-works__list-item::before {
  content: none !important;
}
@media (min-width: 768px) {
  .single-works__list-item {
    font-size: 1.4rem;
  }
}

.single-works__list-note {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .single-works__list-note {
    font-size: 1.4rem;
  }
}

.single-works__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .single-works__field-wrapper {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .single-works__field-wrapper.has-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .single-works__field-wrapper.no-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-works__field-wrapper.no-image .single-works__field-content {
  width: 100%;
}

.single-works__field-content {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.single-works__field-text ol {
  list-style-type: decimal;
  margin-left: 1.6em;
  margin-top: 25px;
}
.single-works__field-text ol li::marker {
  font-weight: bold;
}

.single-works__field-image {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.single-works__field-image img {
  display: inline-block;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .single-works__field-image {
    margin-top: 3rem !important;
  }
}

.single-works__flows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
  gap: 18px;
}
@media (min-width: 768px) {
  .single-works__flows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3rem;
  }
}

.single-works__flow {
  background: #f6f9ff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(62, 106, 217, 0.44);
          box-shadow: 0px 0px 0px 2px rgba(62, 106, 217, 0.44);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 20px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.single-works__flow::after {
  content: url("../img/single-works-arrow.svg");
  position: absolute;
  right: 50%;
  bottom: -15px;
  -webkit-transform: translateX(50%) rotate(90deg);
          transform: translateX(50%) rotate(90deg);
  width: 20px;
  height: auto;
}
.single-works__flow:last-child::after {
  content: none;
}
@media (min-width: 768px) {
  .single-works__flow::after {
    right: -10px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}

.single-works__flow-num {
  position: relative;
  background: #30579e;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
  text-align: center;
  line-height: 2.8rem;
}

.single-works__flow-text {
  font-weight: bold;
  letter-spacing: 0;
}

.single-works__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  table-layout: fixed;
  margin-top: 3rem;
}
.single-works__table tbody,
.single-works__table tr,
.single-works__table th,
.single-works__table td {
  display: block;
  width: 100%;
}
.single-works__table th,
.single-works__table td {
  padding: 12px 15px;
  word-break: break-word;
}
.single-works__table th {
  background: #f6f6f6;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}
.single-works__table td {
  border-bottom: 1px solid #e8e8e8;
}
.single-works__table tr:last-child td {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .single-works__table {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
  }
  .single-works__table tbody,
  .single-works__table tr,
  .single-works__table th,
  .single-works__table td {
    display: table-row-group;
    width: auto;
  }
  .single-works__table tr {
    display: table-row;
  }
  .single-works__table th,
  .single-works__table td {
    display: table-cell;
    padding: 16px 20px;
    vertical-align: middle;
    border-top: 1px solid #e8e8e8;
  }
  .single-works__table tr:first-child th,
  .single-works__table tr:first-child td {
    border-top: 0;
  }
  .single-works__table th {
    width: 180px;
    background: #f6f6f6;
    font-weight: 700;
    text-align: left;
    border-bottom: none;
  }
  .single-works__table td {
    border-bottom: none;
  }
}

.page-company {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .page-company {
    margin-top: 62px;
  }
}

.page-company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-company__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .page-company__wrapper {
    gap: 50px;
  }
}

.page-company__content {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}

.page-company__heading {
  font-size: clamp(2.4rem, 4vw, 4.6rem);
}

.page-company__text {
  margin-top: 21px;
  font-size: 1.5rem;
}

.page-company__image {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.page-company__image img {
  border-radius: 15px;
}

.page-company-table {
  margin-top: 50px;
}

.page-company__heading-en {
  padding-left: 17px;
  position: relative;
}
.page-company__heading-en::before {
  position: absolute;
  content: "";
  background: #fc6641;
  width: 10px;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-company-section__heading {
  line-height: 1.5;
}

.page-company__border {
  margin-top: 19px;
}

.page-company-table__wrapper {
  margin-top: 26px;
}

.table table {
  border-collapse: collapse;
  width: 100%;
}
.table th {
  font-weight: 700;
  background: #f9f9f9;
}
@media (min-width: 768px) {
  .table th {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .table td {
    width: 75%;
  }
}
.table th,
.table td {
  padding: 1rem 1.5rem;
  border: 1px solid #e8e8e8;
  text-align: left;
  display: block;
}
@media (min-width: 768px) {
  .table th,
  .table td {
    display: table-cell;
    vertical-align: middle;
  }
}
.table tr {
  display: block;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table iframe {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: 10px;
}
.table li {
  list-style: disc;
  margin-left: 1.8rem;
}

.page-recruit {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .page-recruit {
    margin-top: 62px;
  }
}

.page-recruit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-recruit__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .page-recruit__wrapper {
    gap: 60px;
  }
}

.page-recruit__content {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}

.page-recruit__heading-en {
  padding-left: 17px;
  position: relative;
}
.page-recruit__heading-en::before {
  position: absolute;
  content: "";
  background: #fc6641;
  width: 10px;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-recruit__heading {
  font-size: clamp(2.4rem, 4vw, 4.6rem);
}

.page-recruit__text {
  margin-top: 21px;
  font-size: 1.5rem;
}
.page-recruit__text span {
  color: #30579e;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fbff8f));
  background: linear-gradient(transparent 50%, #fbff8f 50%);
}

.page-recruit__image {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  position: relative;
  aspect-ratio: 1/1;
}
.page-recruit__image img {
  border-radius: 15px;
  position: absolute;
}
.page-recruit__image img:first-child {
  top: 0;
  right: 0;
  width: 67.2131147541%;
}
.page-recruit__image img:nth-child(2) {
  bottom: 0;
  left: 0;
  width: 48.5655737705%;
}

.page-recruit-table {
  margin-top: 23px;
}

.page-recruit-section__heading {
  line-height: 1.5;
}

.page-recruit__border {
  margin-top: 15px;
}

.page-recruit-table__heading {
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  padding-left: 17px;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  margin-top: 34px;
}
.page-recruit-table__heading::before {
  position: absolute;
  content: "";
  background: #fc6641;
  width: 10px;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-recruit-table__heading:nth-of-type(2) {
  margin-top: 60px;
}

.page-recruit-table__wrapper {
  margin-top: 26px;
}

.page-recruit__button {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #fc6641;
  border-radius: 9999px;
  padding: 15px 40px;
  margin-top: 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .page-recruit__button {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    margin-top: 45px;
  }
  .page-recruit__button:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1000px) {
  .page-recruit__button {
    font-size: 1.8rem;
  }
}

.partner {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .partner {
    margin-top: 100px;
  }
}
@media (min-width: 1400px) {
  .partner {
    margin-bottom: 200px;
  }
}

.partner__bg-image {
  max-height: 450px;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.partner__wrapper {
  margin-top: -15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 25px;
  position: relative;
  z-index: 2;
  padding: 30px 20px 40px;
  gap: 20px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .partner__wrapper {
    border-radius: 50px;
    padding: 40px 30px 50px;
    gap: 30px;
  }
}
@media (min-width: 1000px) {
  .partner__wrapper {
    padding: 50px 84px 65px;
    gap: 64px;
  }
}

.partner__heading-en {
  color: #fc6641;
  font-family: "Song Myung", serif;
  font-size: 1.2rem;
  padding-left: 38px;
  position: relative;
}
.partner__heading-en::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fc6641;
}

.partner__heading {
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}

.partner__text {
  margin-top: 18px;
  font-size: 1.4rem;
}

.partner__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .archive {
    margin-top: 80px;
  }
}

.contact {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #f9f9f9;
}
@media (min-width: 768px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}

.contact__form {
  border-radius: 15px;
  background: #fff;
  padding: 25px 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .contact__form {
    margin-top: 18px;
    padding: 50px;
  }
}
@media (min-width: 1000px) {
  .contact__form {
    padding: 80px 100px;
  }
}

.contact__form-links {
  font-size: 14px;
  text-align: center;
}

/* フォーム全体 */
.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .wpcf7-form {
    gap: 30px;
  }
}

.form-group label,
.form-group .form-label {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.form-group input,
.form-group textarea,
.form-group select {
  padding: 5px 10px;
  font-size: 1.6rem;
  background: #fff;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: 1px solid #333;
  background: #fff;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder {
  color: #afaeae;
}
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder,
.form-group select::-moz-placeholder {
  color: #afaeae;
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder,
.form-group select:-ms-input-placeholder {
  color: #afaeae;
}
.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder,
.form-group select::-ms-input-placeholder {
  color: #afaeae;
}
.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder {
  color: #afaeae;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder, .form-group select::-moz-placeholder {
  color: #afaeae;
}
.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder, .form-group select:-ms-input-placeholder {
  color: #afaeae;
}
.form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder, .form-group select::-ms-input-placeholder {
  color: #afaeae;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  color: #afaeae;
}
.form-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: #fff url(../img/arrow-down.svg) no-repeat right 10px center/25px auto;
  cursor: pointer;
}

/* Chromeの自動入力背景 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}

/* 必須・任意ラベル */
.required,
.optional {
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 9999px;
  display: inline-block;
  margin-left: 10px;
  line-height: 14px;
}

.optional {
  background: #a2a2a2;
}

.required {
  background: #fc6641;
}

/* 入力項目の枠 */
.wpcf7-form-control {
  border: 1px solid #dedede;
  border-radius: 3px;
  margin-top: 10px;
  width: 100%;
  min-height: 40px;
}
@media (min-width: 768px) {
  .wpcf7-form-control {
    min-height: 50px;
  }
}

.birth-year-group p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  width: 100%;
}
.birth-year-group span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ラジオボタン */
.wpcf7-radio {
  border: none !important;
  margin-top: 10px;
  display: block;
}
.wpcf7-radio .wpcf7-list-item {
  margin-top: 10px;
  display: block;
}
.wpcf7-radio .wpcf7-list-item.first {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .wpcf7-radio .wpcf7-list-item {
    display: inline;
  }
}
.wpcf7-radio label {
  font-weight: 500;
  cursor: pointer;
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  overflow: hidden;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  line-height: 1.2;
  display: inline-block;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #333;
  border-radius: 50%;
  background: #fff;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(4px, -50%) scale(0);
          transform: translate(4px, -50%) scale(0);
  background: #fc6641;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wpcf7-radio input[type=radio]:checked ~ .wpcf7-list-item-label::after {
  -webkit-transform: translate(4px, -50%) scale(1);
          transform: translate(4px, -50%) scale(1);
}

/* プライバシーボックス */
.contact-privacy {
  height: 160px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
  background: #fff;
}
.contact-privacy p {
  font-size: 13px;
  line-height: 1.5;
}

/* 同意チェックボックス */
.cf7-accept-check {
  margin-top: 20px;
  text-align: center;
}
.cf7-accept-check .wpcf7-form-control {
  border: none;
}
.cf7-accept-check label {
  font-weight: 700;
}
.cf7-accept-check a {
  text-decoration: underline;
  font-weight: 700;
}
.cf7-accept-check input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.cf7-accept-check input:checked {
  background-color: #fc6641;
  border: 1px solid #fc6641;
}
.cf7-accept-check input:checked::after {
  content: "";
  position: absolute;
  background: url(../img/check.webp) no-repeat center center/contain;
  top: 50%;
  left: 0.3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
}

/* 送信ボタン */
.form-submit {
  text-align: center;
}

.wpcf7-submit {
  background: #fc6641;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 9999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 100px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.wpcf7-submit:disabled {
  background: #ccc;
}
.wpcf7-submit:hover {
  opacity: 0.9;
}

/* ローディング */
.wpcf7-spinner {
  display: block;
}

.contact-thanks {
  margin-block: 50px;
}
@media (min-width: 768px) {
  .contact-thanks {
    margin-block: 100px;
  }
}

.contact-thanks__heading {
  font-weight: 700;
  font-size: 1.6rem;
}

.contact-thanks__text {
  margin-top: 30px;
}

.contact-thanks__button {
  text-align: center;
  margin-top: 50px;
}
.contact-thanks__button a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #fc6641;
  border-radius: 9999px;
  padding: 15px 40px;
  margin-top: 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .contact-thanks__button a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    margin-top: 100px;
  }
  .contact-thanks__button a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1000px) {
  .contact-thanks__button a {
    font-size: 1.8rem;
  }
}

#hpb-title h2{
	margin-top:20px;
	font-size:28px;
	font-weight:700px;
}

#privacy h3{
	margin-top:20px;
	font-size:20px;
	font-weight:700px;
}

.postid-207 .single-works__thumb{
	display:none;
}