@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Philosopher&display=swap");
:root {
  --en-font: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --main-color1:#1571DA;
  --main-color2:#cccccc;
  --main-color3:#f5f5f5;
  --text-common-color1:#333333;
  --fv-bg-color1:#0b396d;
  --fv-bg-color2:#1571da;
  --fv-number:90%;
  --category-background-color1:#9cc94e;
  --category-background-color2:#e06b8a;
  --category-background-color3:#919dcb;
  --category-background-color4:#7da835;
  --category-background-color5:#5f9228;
  --category-background-color6:#e8940a;
  --category-background-color7:#d9785a;
  --category-background-color8:#b85c6f;
  --category-background-color9:#a0627a;
  --category-background-color10:#6d5a4a;
}

body,
select,
textarea,
input,
div,
p,
button {
  color: var(--text-common-color);
}

.wrap {
  max-width: 90%;
  margin: 0 auto;
}
.wrap.wrap-s {
  width: 900px;
}
.wrap.wrap-m {
  width: 1280px;
}

.xl-space-top {
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .xl-space-top {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .xl-space-top {
    margin-top: 45px;
  }
}

.l-space-top {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .l-space-top {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-space-top {
    margin-top: 35px;
  }
}

.l-space-bottom {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .l-space-bottom {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-space-bottom {
    margin-bottom: 35px;
  }
}

.m-space-top {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .m-space-top {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .m-space-top {
    margin-top: 20px;
  }
}

.m-space-bottom {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .m-space-bottom {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .m-space-bottom {
    margin-bottom: 20px;
  }
}

.s-space-top {
  margin-top: 10px;
}

.sectTtlLv2 {
  color: var(--main-color1);
  font-size: 3.125rem;
  display: block;
  text-align: center;
  line-height: 1.3;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .sectTtlLv2 {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .sectTtlLv2 {
    font-size: 2rem;
  }
}

.archive-category-title {
  padding: 50px 0px 40px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .archive-category-title {
    font-size: 1.5rem;
    padding: 45px 0px 30px;
  }
}

.btn {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 1em 0.625em;
  width: 18.75rem;
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 3px 9px 1px -5px rgba(204, 204, 204, 0.9);
  transition: 0.3s;
  cursor: pointer;
  font-size: 1.125rem;
}
.btn:hover {
  opacity: 0.7;
}
.btn--color1 {
  background-color: var(--main-color1);
}
.btn--arrow-right {
  position: relative;
}
.btn--arrow-right::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_arr_w.svg) no-repeat center;
  width: 0.9375rem;
  height: 0.9375rem;
  transition: 0.3s;
}
.btn--arrow-right:hover::after {
  right: 0.625rem;
}
.btn--arrow-left {
  position: relative;
}
.btn--arrow-left::after {
  content: "";
  position: absolute;
  left: 0.9375rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(180deg);
  background: url(../img/common/icon_arr_w.svg) no-repeat center;
  width: 0.9375rem;
  height: 0.9375rem;
  transition: 0.3s;
}
.btn--arrow-left:hover::after {
  left: 0.625rem;
}
.btn--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.round-btn {
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  max-width: 100%;
  color: var(--main-color1);
  width: 18.75rem;
  padding: 1.1em 0.625em;
  display: inline-block;
}
.round-btn--white {
  background-color: #fff;
}
.round-btn--arrow-right {
  position: relative;
}
.round-btn--arrow-right::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_arr_blue.svg) no-repeat center;
  width: 0.84375rem;
  height: 1.46875rem;
  transition: 0.3s;
  background-size: contain;
}
.round-btn--arrow-right:hover::after {
  right: 1rem;
}

.container__common {
  padding: 120px 0 150px;
}
@media screen and (max-width: 1023px) {
  .container__common {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 820px) {
  .container__common {
    padding: 60px 0 80px;
  }
}
.container__common--pb0 {
  padding-bottom: 0;
}
.container__title {
  padding: 0 0 150px;
}
@media screen and (max-width: 1023px) {
  .container__title {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 820px) {
  .container__title {
    padding: 0 0 80px;
  }
}
.container section + section {
  margin-top: 150px;
}
@media screen and (max-width: 1023px) {
  .container section + section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .container section + section {
    margin-top: 70px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb__page {
  padding-top: 1.125em;
}
.breadcrumb li {
  font-size: 1rem;
  position: relative;
  line-height: 1.5;
}
.breadcrumb li:not(:last-child) {
  padding-right: 1.18em;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  font-size: 1rem;
  position: absolute;
  right: 0.25em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.breadcrumb a {
  color: var(--main-color1);
  text-decoration: underline;
}

.page-title {
  background-color: var(--main-color3);
  position: relative;
}
.page-title__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-title__inner {
    max-width: 100%;
  }
}
.page-title__main {
  font-size: 3.75rem;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  letter-spacing: 0.02em;
  width: 72%;
  margin-right: 3%;
  margin: 108px 0 88px;
}
@media screen and (max-width: 1180px) {
  .page-title__main {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-title__main {
    font-size: 2.8125rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-title__main {
    font-size: 1.75rem;
    width: 50%;
    margin: 68px 3% 48px 5%;
  }
}
.page-title__main::before {
  content: "";
  position: absolute;
  top: -15px;
  height: 1px;
  width: 80px;
  background-color: var(--text-common-color);
}
.page-title__main--full {
  margin: 75px 0 62px;
}
@media screen and (max-width: 767px) {
  .page-title__main--full {
    width: 100%;
    margin: 52px 3% 35px 5%;
  }
}
.page-title__sub {
  font-size: 1.5rem;
  font-family: var(--en-font);
  color: var(--main-color1);
  display: block;
  padding-top: 0.5em;
}
@media screen and (max-width: 1023px) {
  .page-title__sub {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title__sub {
    font-size: 1.125rem;
  }
}
.page-title__img-wrapper {
  margin-bottom: -60px;
}
@media screen and (max-width: 767px) {
  .page-title__img-wrapper {
    align-self: stretch;
    margin-bottom: 0;
    width: 42%;
  }
}
.page-title__img {
  border-radius: 300px;
  max-width: 320px;
  width: auto !important;
  height: auto !important;
}
@media screen and (max-width: 1180px) {
  .page-title__img {
    max-width: 300px;
  }
}
@media screen and (max-width: 820px) {
  .page-title__img {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .page-title__img {
    max-width: auto;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 300% 0 0 300%;
  }
}

.common-link-arrow {
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 0.1em;
  padding-left: 0.2em;
  font-size: 1.125rem;
  font-weight: bold;
}
.common-link-arrow::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 14px;
  bottom: 0;
  left: 0;
  background-image: url("../img/home/icon_arrow_l.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.header {
  width: 1760px;
  max-width: 92%;
  max-height: 80px;
  margin: 0 auto;
  align-items: center;
  background-color: #fff;
  align-items: stretch;
}
.header .header-logo {
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .header .header-logo {
    width: 60%;
  }
}
.header__bg {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .header__bg {
    opacity: 0;
    position: fixed;
    pointer-events: none;
    border-bottom: 0;
    padding-right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transition: 0.3s;
    overflow: auto;
  }
}
.header__body {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .header__body {
    position: absolute;
    left: 10%;
    right: 10%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header__body {
    top: 30px;
    transform: none;
  }
}
.header .header-left {
  align-items: center;
  margin-left: 3.75em;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .header .header-left {
    flex-direction: column;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .header-left {
    padding: 20px 0 0;
  }
}
.header .header-left li {
  font-weight: bold;
  margin-right: 2.5em;
}
@media screen and (max-width: 1520px) {
  .header .header-left li {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1279px) {
  .header .header-left li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-right: 0;
  }
}
.header .header-left li a {
  padding: 1.25em 0;
  transition: 0.3s;
  font-size: 1rem;
  color: #545454;
}
@media screen and (max-width: 1279px) {
  .header .header-left li a {
    padding: 0;
    display: block;
    padding: 1.2em 0;
  }
}
.header .header-left li a:hover {
  opacity: 0.7;
}
.header .header-right {
  display: flex;
  align-items: stretch;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .header .header-right {
    flex-direction: column;
    margin-right: auto;
    width: 100%;
    padding-top: 1.3em;
  }
}
.header .header-right__tel {
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .header .header-right__tel {
    padding: 0 1em 1.5em;
  }
}
.header .header-right__tel p {
  font-family: var(--en-font);
  font-size: 1.5rem;
  color: var(--main-color1);
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .header .header-right__tel a {
    padding: 1em 1em 0;
  }
}
.header .header-right__tel a span {
  position: relative;
}
.header .header-right__tel a span::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 3px;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_phone.svg) no-repeat center;
  width: 13px;
  height: 19px;
  transition: 0.3s;
  background-size: contain;
}
.header .header-right__time {
  font-size: 0.875rem;
  color: #333;
  display: block;
  line-height: 1;
  padding-top: 0.5em;
}
.header .header-right__mail {
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--main-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.15em;
  align-self: stretch;
  transition: 0.3s;
  width: 120px;
}
.header .header-right__mail:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1279px) {
  .header .header-right__mail {
    margin-left: 0;
    width: 100%;
    font-size: 1rem;
  }
}
.header .header-right__mail a {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  padding: 1.28em;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .header .header-right__mail a {
    flex-direction: row;
    width: 100%;
    padding: 1.8em 1.5em;
  }
}
@media screen and (max-width: 1279px) {
  .header .header-right__mail a img {
    width: 22px;
  }
}
.header .header-right__mail a span {
  color: #fff;
  line-height: 1;
  padding-top: 0.4em;
}
@media screen and (max-width: 1279px) {
  .header .header-right__mail a span {
    padding-top: 0;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
  }
}
.header .header-right__mail::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 20px;
  background: url() no-repeat center;
  margin: auto;
  left: 0;
  right: 0;
}

.menu-btn {
  display: none;
}
@media screen and (max-width: 1279px) {
  .menu-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 54px;
    height: 51px;
    cursor: pointer;
    background-color: var(--main-color1);
    display: block;
  }
}
.menu-btn span {
  position: absolute;
  display: block;
  width: 56%;
  height: 1px;
  background: #fff;
  transition: 0.5s;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.menu-btn span:nth-child(1) {
  top: 17px;
}
.menu-btn span:nth-child(2) {
  top: 25px;
}
.menu-btn span:nth-child(3) {
  top: 33px;
}

.menu-open .header__bg {
  opacity: 1;
  pointer-events: all;
}
.menu-open .header .menu-btn {
  background-color: transparent;
  z-index: 2000;
}
.menu-open .header .menu-btn span {
  background: #000;
}
.menu-open .header .menu-btn span:nth-child(1) {
  top: 21px;
  transform: rotate(-45deg);
}
.menu-open .header .menu-btn span:nth-child(2) {
  opacity: 0;
}
.menu-open .header .menu-btn span:nth-child(3) {
  top: 21px;
  transform: rotate(45deg);
}

.nav-links {
  display: flex;
  justify-content: center;
}

.post-pager-box {
  display: flex;
  justify-content: center;
  width: 100%;
}

a.page-numbers {
  border: 1px solid var(--main-color1);
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.page-numbers {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.page-numbers.current {
  background-color: var(--main-color1);
  border: 1px solid var(--main-color1);
  color: #fff;
}

.page-numbers {
  font-size: 0.75rem;
  color: var(--main-color1);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25em;
  margin-left: 0.25em;
  line-height: 1;
}
.page-numbers.prev {
  width: 24px;
  height: 24px;
  position: relative;
  border: none;
}
.page-numbers.prev::before {
  transform: rotateZ(180deg);
  content: "";
  background: url(../img/common/icon_arr.svg) no-repeat center;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page-numbers.next {
  width: 24px;
  height: 24px;
  position: relative;
  border: none;
}
.page-numbers.next::before {
  content: "";
  background: url(../img/common/icon_arr.svg) no-repeat center;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination__item {
  font-size: 0.75rem;
  color: var(--main-color1);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25em;
  margin-left: 0.25em;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__arrow {
  width: 24px;
  height: 24px;
}
.pagination__icon {
  position: relative;
  display: block;
  height: 100%;
}
.pagination__icon::before {
  content: "";
  background: url(../img/common/icon_arr.svg) no-repeat center;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pagination__prev::before {
  transform: rotateZ(180deg);
}
.pagination__link {
  border: 1px solid var(--main-color1);
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__current {
  background-color: var(--main-color1);
  color: #fff;
  border: 1px solid var(--main-color1);
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-wrap {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-wrap .footer-contact {
  width: 50%;
  background-color: var(--main-color1);
  padding: 3em 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-contact {
    width: 100%;
    padding: 2.3em 1em 2em;
  }
}
.footer .footer-wrap .footer-contact__head {
  font-size: 1.875rem;
  font-family: var(--en-font);
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-contact__head {
    font-size: 1.625rem;
  }
}
.footer .footer-wrap .footer-contact__btn {
  font-size: 1.375rem;
  font-weight: bold;
  padding: 1.5em 5em 1.5em 6.6em;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  margin: 2.18em 0 0em;
}
@media screen and (max-width: 1023px) {
  .footer .footer-wrap .footer-contact__btn {
    padding: 1.5em 2.5em 1.5em 4em;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-contact__btn {
    margin: 0.8em 0 0.6em;
    padding: 1.5em 2.5em 1.5em 4em;
    font-size: 1.25rem;
  }
}
.footer .footer-wrap .footer-contact__btn:hover span {
  opacity: 0.7;
}
.footer .footer-wrap .footer-contact__btn span {
  position: relative;
  transition: 0.3s;
}
.footer .footer-wrap .footer-contact__btn span::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 5px;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_mail_b.svg) no-repeat center;
  width: 30px;
  height: 24px;
  transition: 0.3s;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-contact__btn span::before {
    width: 25px;
    height: 20px;
    left: -32px;
  }
}
.footer .footer-wrap .footer-contact__text {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-contact__text {
    font-size: 1rem;
  }
}
.footer .footer-wrap .footer-contact__number {
  font-family: var(--en-font);
  font-size: 2.8125rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin: 0.25em 0 0.28em;
  letter-spacing: 0.05em;
  padding-left: 0.5em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-contact__number {
    font-size: 1.875rem;
  }
}
.footer .footer-wrap .footer-contact__number::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 3px;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_phone-w.svg) no-repeat center;
  width: 24px;
  height: 35px;
  transition: 0.3s;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-contact__number::before {
    width: 19px;
    height: 28px;
  }
}
.footer .footer-wrap .footer-contact__time {
  font-weight: bold;
  font-size: 0.875rem;
  color: #fff;
}
.footer .footer-wrap .footer-company {
  width: 50%;
  background-color: #9cc94e;
  padding: 2em 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-company {
    width: 100%;
    padding: 2.5em 1em 3em;
  }
}
.footer .footer-wrap .footer-company__name {
  font-size: 1.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-company__name {
    font-size: 1.5rem;
  }
}
.footer .footer-wrap .footer-company__address {
  padding-top: 1.875em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-company__address {
    padding-top: 1em;
  }
}
.footer .footer-wrap .footer-company__number {
  color: #fff;
}
.footer .footer-wrap .footer-company__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.5em;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-company__sns {
    padding-top: 1.5em;
  }
}
.footer .footer-wrap .footer-company__sns li {
  padding-right: 0.5em;
}
.footer .footer-wrap .footer-company__sns li:last-child {
  padding-right: 0;
}
.footer .footer-wrap .footer-company__sns li a {
  display: flex;
  align-items: center;
}
.footer .footer-wrap .footer-company__sns li a:hover img {
  opacity: 0.7;
}
.footer .footer-wrap .footer-company__sns li img {
  transition: 0.3s;
  width: 40px;
}
.footer .footer-menu {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--main-color2);
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer .footer-menu {
    border-bottom: 0;
    width: 90%;
    margin: auto;
  }
}
.footer .footer-menu li {
  padding: 2.5em 1.65em;
}
@media screen and (max-width: 1180px) {
  .footer .footer-menu li {
    padding: 1.5em 1em;
  }
}
@media screen and (max-width: 1180px) {
  .footer .footer-menu li {
    padding: 1.5em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-menu li {
    padding: 0.5em 1em 0.5em;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid var(--main-color2);
    width: 50%;
  }
}
.footer .footer-menu li a {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  transition: 0.3s;
  color: #545454;
}
.footer .footer-menu li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer .footer-menu li a {
    font-size: 0.8125rem;
  }
}
.footer .footer-menu-sub {
  display: flex;
  padding: 1.22em 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-menu-sub {
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    padding: 1.2em 0 0.7em;
  }
}
.footer .footer-menu-sub li {
  padding: 0 1.5em;
  line-height: 1;
  border-right: 1px solid var(--main-color2);
}
@media screen and (max-width: 767px) {
  .footer .footer-menu-sub li {
    padding: 0 0.5em;
    width: 33.3333333333%;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
.footer .footer-menu-sub li:last-child {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-menu-sub li:nth-of-type(3n) {
    border-right: 0;
  }
}
.footer .footer-menu-sub a {
  font-size: 0.6875rem;
  display: block;
  transition: 0.3s;
}
.footer .footer-menu-sub a:hover {
  opacity: 0.7;
}

.bogo-language-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1280px) {
  .bogo-language-switcher {
    justify-content: center;
    padding-bottom: 20px;
  }
}
.bogo-language-switcher li span:first-child {
  display: none;
}
.bogo-language-switcher li a {
  background-color: var(--main-color1);
  padding: 5px 20px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 50px;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 40px;
}
.bogo-language-switcher li a::before {
  position: absolute;
  content: "JP";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 12px;
}
.bogo-language-switcher li:nth-child(2) a {
  background-color: var(--category-background-color1);
}
.bogo-language-switcher li:nth-child(2) a::before {
  position: absolute;
  content: "TW";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 12px;
}

.page-about .container {
  padding: 50px;
  border-radius: 12px;
}
.page-about {
  /* 指定されたタイトルのクラス */
}
.page-about .main-color {
  color: var(--main-color1);
  font-size: 1.8rem;
  border-left: 5px solid var(--main-color1);
  padding-left: 15px;
  margin-bottom: 30px;
  font-weight: 700;
}
.page-about .section {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.page-about .section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.page-about .side-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--main-color1);
  display: flex;
  align-items: flex-start;
}
.page-about .side-title::before {
  content: "●";
  margin-right: 8px;
  font-size: 0.8rem;
  margin-top: 2px;
}
.page-about .content-body h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: var(--main-colo1r);
}
.page-about .content-body p {
  margin-bottom: 20px;
}
.page-about .cta-box {
  background-color: var(--main-color1);
  color: white;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}
.page-about .cta-box:hover {
  opacity: 0.8;
}
.page-about .cta-box strong {
  font-size: 1.2rem;
  border-bottom: 2px solid white;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .page-about .container {
    padding: 0px;
    padding-top: 20px;
    border-radius: 0; /* モバイルでは全幅に近い印象に */
    box-shadow: none;
  }
  .page-about .main-color {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .page-about .section {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .page-about .side-title {
    font-size: 1rem;
    background-color: var(--secondary-bg);
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-flex;
    width: auto;
    margin-bottom: 5px;
  }
  .page-about .side-title::before {
    color: var(--main-color1);
  }
  .page-about .content-body h3 {
    font-size: 1rem;
    margin-top: 5px;
  }
  .page-about .content-body p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .page-about .cta-box {
    padding: 20px;
    font-size: 0.9rem;
  }
  .page-about .cta-box span {
    font-size: 1.1rem !important;
  }
}

.highlight {
  font-weight: 700;
  color: var(--main-color1);
  background: linear-gradient(transparent 70%, #fff176 70%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.highlight.is-inview {
  animation: highlightReveal 1s ease forwards;
  animation-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .highlight {
    background-size: 100% 100%;
    animation: none;
  }
  .highlight.is-inview {
    animation: none;
  }
}

@keyframes highlightReveal {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
.y-highlight {
  position: relative;
  display: inline-block;
  border-bottom: none;
}
.y-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #fff176;
  transform: scaleX(0);
  transform-origin: left center;
}
.y-highlight.is-inview::after {
  animation: yHighlightReveal 1s ease forwards;
  animation-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .y-highlight::after {
    transform: scaleX(1);
  }
  .y-highlight.is-inview::after {
    animation: none;
  }
}

@keyframes yHighlightReveal {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.page_service .home-service {
  padding: 40px 24px;
  margin: 0 auto !important;
}
.page_service .home-service:nth-child(even) {
  background: #ffffff;
}
@media (max-width: 768px) {
  .page_service .home-service {
    padding: 56px 20px;
  }
}
.page_service .wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.page_service .half-media {
  display: flex;
  align-items: center;
  gap: 56px;
}
.page_service .half-media.reverse {
  flex-direction: row-reverse;
}
.page_service .half-media.reverse .half-media__img-wrapper::before {
  left: auto;
  right: 0;
}
.page_service .half-media__img-wrapper {
  flex: 0 0 44%;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 4px 24px rgba(44, 44, 44, 0.08);
}
.page_service .half-media__img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #d17f95;
  z-index: 1;
}
.page_service .half-media__img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(135deg, #f0ebe8 0%, #e8e0dc 100%);
}
.page_service .half-media__body {
  flex: 1;
  min-width: 0;
}
.page_service .half-media__number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #9cc94e;
}
.page_service .half-media__number::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #9cc94e;
}
.page_service .half-media__text {
  font-size: 0.9375rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 2;
}
@media (max-width: 768px) {
  .page_service .half-media {
    flex-direction: column;
    gap: 32px;
  }
  .page_service .half-media.reverse {
    flex-direction: column;
    gap: 32px;
  }
  .page_service .half-media.reverse .half-media__img-wrapper::before {
    right: auto;
    left: 0;
  }
  .page_service .half-media__img-wrapper {
    flex: none;
    width: 100%;
  }
  .page_service .half-media__img-wrapper::before {
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    right: auto;
  }
  .page_service .half-media__text {
    text-align: left;
  }
}
.page_service .full-media__title {
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #d17f95;
  width: -moz-fit-content;
  width: fit-content;
}
.page_service {
  /* ── Header ── */
}
@media (max-width: 768px) {
  .page_service .page-header {
    padding: 48px 20px 40px;
  }
}
.page_service {
  /* ── Footer accent ── */
}
.page_service .page-footer {
  background: #ffffff;
  border-top: 3px solid #d17f95;
  padding: 32px 24px;
  text-align: center;
}
.page_service .page-footer__note {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}

.single-page_works-breadcrumb {
  margin-inline: auto;
}

.table-common--s {
  max-width: 900px;
  margin: auto;
}
.table-common__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-common__inner {
    border-bottom: 1px solid var(--main-color2);
    max-width: 100%;
    width: 100% !important;
  }
}
.table-common__row {
  border: 1px solid var(--main-color2);
}
@media screen and (max-width: 767px) {
  .table-common__row {
    display: flex;
    flex-direction: column;
    border: 0;
  }
}
.table-common__header {
  border: 1px solid var(--main-color2);
  background-color: var(--main-color3);
  width: 20%;
  padding: 1.25em 1em;
  line-height: 1.45em;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .table-common__header {
    padding: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .table-common__header {
    width: 100%;
    border: 0;
    border-top: 1px solid var(--main-color2);
    font-weight: bold;
  }
}
.table-common__text {
  border: 1px solid var(--main-color2);
  padding: 1.25em 1em 1.25em 1.875em;
  line-height: 1.45em;
}
@media screen and (max-width: 1023px) {
  .table-common__text {
    padding: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .table-common__text {
    width: 100%;
    border: 0;
  }
}
.table-common__text--pd0 {
  padding: 1.25em 0;
}
.table-common__list {
  padding: 0 1.875em;
}
.table-common__list + .table-common__list {
  margin-top: 1.3em;
  padding-top: 1.3em;
  border-top: dashed 1px var(--main-color2);
}
.half-media {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .half-media {
    flex-direction: column;
  }
}
.half-media__body {
  width: 47%;
}
@media screen and (max-width: 820px) {
  .half-media__body {
    width: 100%;
    order: 2;
  }
}
.half-media__title {
  font-size: 1.75rem;
  color: var(--main-color1);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .half-media__title {
    font-size: 1.375rem;
    padding-top: 1em;
  }
}
.half-media__text-wrapper {
  margin-top: 1.875em;
  margin-bottom: 3em;
}
@media screen and (max-width: 820px) {
  .half-media__text-wrapper {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .half-media__text-wrapper {
    margin-top: 1.2em;
    margin-bottom: 2.2em;
  }
}
.half-media__text.half-media__text {
  margin-top: 1.7em;
}
@media screen and (max-width: 820px) {
  .half-media__text.half-media__text {
    margin-top: 1em;
  }
}
.half-media__img-wrapper {
  width: 47%;
}
@media screen and (max-width: 820px) {
  .half-media__img-wrapper {
    width: 100%;
    max-height: 500px;
    height: 300px;
    order: 1;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .half-media__img-wrapper {
    height: 220px;
  }
}
.half-media__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.full-media {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 820px) {
  .full-media {
    flex-direction: column;
  }
}
.full-media__body {
  width: 48%;
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .full-media__body {
    width: 100%;
  }
}
.full-media__title {
  font-size: 1.75rem;
  color: var(--main-color1);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .full-media__title {
    font-size: 1.375rem;
    padding-top: 1em;
  }
}
.full-media__text-wrapper {
  margin-top: 1.875em;
  margin-bottom: 3em;
}
@media screen and (max-width: 820px) {
  .full-media__text-wrapper {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .full-media__text-wrapper {
    margin-top: 1.2em;
    margin-bottom: 2.2em;
  }
}
.full-media__text + .full-media__text {
  margin-top: 1.7em;
}
@media screen and (max-width: 820px) {
  .full-media__text + .full-media__text {
    margin-top: 1em;
  }
}
.full-media__img-wrapper {
  width: 47.8%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 820px) {
  .full-media__img-wrapper {
    width: 90%;
    margin: auto;
    height: 300px;
    margin-bottom: 1.5em;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .full-media__img-wrapper {
    height: 220px;
  }
}
.full-media__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list__item {
  border-bottom: 1px dotted var(--main-color2);
}
.news-list__link {
  display: flex;
  align-items: center;
  padding: 0.625em 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news-list__link {
    flex-wrap: wrap;
  }
}
.news-list__link:hover {
  opacity: 0.7;
}
.news-list__cat {
  font-size: 0.75rem;
  padding: 0.3em 1.25em 0.4em;
  color: #fff;
  line-height: 1em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.news-list__cat--width {
  min-width: 90px;
  text-align: center;
}
.news-list__cat--single {
  padding: 0.1em 1.25em 0.25em;
  display: inline;
}
.news-list__cat--single-link {
  transition: 0.3s;
}
.news-list__cat--single-link:hover {
  opacity: 0.7;
}
.news-list__time {
  font-size: 0.9375rem;
  white-space: nowrap;
  margin-right: 1.67em;
}
.news-list__text {
  margin-left: 1.25em;
  font-weight: normal;
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .news-list__text {
    width: 100%;
    margin-left: 0;
    line-height: 1.6;
  }
}
.news-list object a {
  transition: 0.3s;
}
.news-list object a:hover {
  opacity: 0.7;
}

.sns-link {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sns-link {
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
  }
}
.sns-link__btn {
  width: 24.25%;
  padding: 8px 5px 9px;
  border-radius: 6px;
  text-align: center;
  transition: 0.3s;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .sns-link__btn {
    width: 49%;
    margin-right: 0;
  }
  .sns-link__btn:nth-child(3), .sns-link__btn:nth-child(4) {
    margin-top: 5px;
  }
}
.sns-link__btn:hover {
  opacity: 0.7;
}
.sns-link__btn:last-child {
  margin-right: 0;
}
.sns-link__btn--tw {
  background: #000000;
}
.sns-link__btn--tw .sns-link__text {
  padding-left: 14px;
}
.sns-link__btn--tw .sns-link__text::before {
  width: 25px;
  height: 25px;
  background: url(../img/common/X-icon.png) no-repeat center;
  left: -12px;
  top: 54%;
  background-size: cover;
}
.sns-link__btn--fb {
  background: #1877f2;
}
.sns-link__btn--fb .sns-link__text {
  padding-left: 20px;
}
.sns-link__btn--fb .sns-link__text::before {
  width: 22px;
  height: 22px;
  left: -9px;
  background: url(../img/common/icon_facebook.svg) no-repeat center;
}
.sns-link__btn--line {
  background: #06c755;
}
.sns-link__btn--line .sns-link__text {
  padding-left: 14px;
}
.sns-link__btn--line .sns-link__text::before {
  width: 32px;
  height: 32px;
  left: -24px;
  top: 55%;
  background: url(../img/common/icon_line.svg) no-repeat center;
}
.sns-link__btn--hatena {
  background: #00a4de;
}
.sns-link__btn--hatena .sns-link__text {
  padding-left: 20px;
}
.sns-link__btn--hatena .sns-link__text::before {
  width: 35px;
  height: 35px;
  left: -16px;
  top: 55%;
  background: url(../img/common/icon_hatena.svg) no-repeat center;
}
.sns-link__text {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sns-link__text {
    font-size: 15px;
  }
}
.sns-link__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.category-background-color1 {
  background-color: var(--category-background-color1);
}

.category-background-color2 {
  background-color: var(--category-background-color2);
}

.category-background-color3 {
  background-color: var(--category-background-color3);
}

.category-background-color4 {
  background-color: var(--category-background-color4);
}

.category-background-color5 {
  background-color: var(--category-background-color5);
}

.category-background-color6 {
  background-color: var(--category-background-color6);
}

.category-background-color7 {
  background-color: var(--category-background-color7);
}

.category-background-color8 {
  background-color: var(--category-background-color8);
}

.category-background-color9 {
  background-color: var(--category-background-color9);
}

.category-background-color10 {
  background-color: var(--category-background-color10);
}

.main-visual {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-visual {
    display: flex;
    flex-direction: column;
  }
}
.main-visual__inner {
  width: 1760px;
  max-width: 92%;
  margin: 0 auto;
  height: var(--mv-height, 100vh);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main-visual__inner {
    height: 47vh;
    max-width: 100%;
    order: 1;
  }
}
.main-visual__box {
  padding: 7.2em 5.6em 6.25em 3.75em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.main-visual__box::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(60deg, var(--fv-bg-color1), var(--fv-bg-color2));
  z-index: -1;
  opacity: 0.9;
}
@media screen and (max-width: 820px) {
  .main-visual__box {
    bottom: 10%;
    top: auto;
    transform: none;
    width: 50%;
    padding: 3em;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__box {
    order: 2;
    position: relative;
    width: 100%;
    padding: 2.5em 2.5em 2.7em;
  }
}
.main-visual__head {
  font-size: 3.125rem;
  color: #fff;
  line-height: 1.3em;
}
@media screen and (max-width: 820px) {
  .main-visual__head {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 820px) {
  .main-visual__head {
    font-size: 1.875rem;
  }
}
.main-visual__text {
  font-weight: bold;
  color: #fff;
  line-height: 1.75;
  padding-top: 2.19em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 820px) {
  .main-visual__text {
    padding-top: 1.8em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__text {
    padding-top: 1.3em;
    margin-bottom: 1.5em;
  }
}
.main-visual .scroll {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}
@media screen and (max-width: 820px) {
  .main-visual .scroll {
    bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .scroll {
    display: none;
  }
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.home-wrap {
  padding: 6.5em 0 9.375em;
}
@media screen and (max-width: 820px) {
  .home-wrap {
    padding: 6.5em 0 7em;
  }
}
@media screen and (max-width: 767px) {
  .home-wrap {
    padding: 5em 0 6em;
  }
}
.home-wrap section + section {
  margin-top: 150px;
}
@media screen and (max-width: 820px) {
  .home-wrap section + section {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .home-wrap section + section {
    margin-top: 70px;
  }
}

.strength-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .strength-list {
    flex-direction: column;
  }
}
.strength-list__item {
  width: 35%;
  padding: 0 2.5%;
  border-right: 1px solid var(--main-color2);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .strength-list__item {
    width: 100%;
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .strength-list__item + .strength-list__item {
    margin-top: 3.5em;
  }
}
.strength-list__item:first-child {
  padding-left: 0;
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .strength-list__item:first-child {
    width: 100%;
  }
}
.strength-list__item:nth-child(3n) {
  border-right: 0;
  padding-right: 0;
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .strength-list__item:nth-child(3n) {
    width: 100%;
  }
}
.strength-list__item:nth-child(3n+1) {
  padding-left: 0;
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .strength-list__item:nth-child(3n+1) {
    width: 100%;
  }
}
.strength-list__ttl {
  font-size: 1.5rem;
  margin: auto;
  margin-bottom: 1em;
}
.strength-list__img {
  margin-top: 1.875em;
  display: flex;
  align-self: flex-end;
}

.home-works {
  position: relative;
}
.home-works .sectTtlLv2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home-works .sectTtlLv2 {
    position: static;
    padding-bottom: 1.3em;
  }
}
.home-works .common-link-arrow {
  margin-left: 2.25em;
}
.home-works .common-link-arrow:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .home-works .common-link-arrow {
    margin-left: auto;
    padding-right: 95px;
  }
}

.works-inner {
  width: 87.5%;
  margin-left: auto;
  padding: 13em 0 4.7em;
  background-color: var(--main-color3);
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 767px) {
  .works-inner {
    width: 100%;
    border-radius: 0;
    padding-left: 5%;
    padding: 4.5em 0 3.5em 5%;
  }
}
.works-inner .works-slider {
  margin-left: 5em;
}
@media screen and (max-width: 767px) {
  .works-inner .works-slider {
    margin-left: 0;
  }
}
.works-inner .works-slider__list {
  width: 100%;
}
.works-inner .works-slider__item {
  height: auto;
  padding-right: 1.25em;
}
.works-inner .works-slider__link {
  display: block;
  height: 100%;
  transition: 0.3s;
}
.works-inner .works-slider__link:hover {
  opacity: 0.7;
}
.works-inner .works-slider__img-wrapper {
  position: relative;
  margin-bottom: 1.25em;
}
.works-inner .works-slider__img-wrapper::before {
  content: "";
  display: block;
  padding-top: 58%;
}
.works-inner .works-slider__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.works-inner .works-slider__cat {
  position: absolute;
  left: 0;
  bottom: -1em;
  padding: 0.5em 2.5em 0.6em;
  line-height: 1;
  color: #fff;
  font-size: 0.75rem;
}
.works-inner .works-slider__text {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.works-inner .works-slider__box {
  display: flex;
  align-items: center;
  padding-top: 2.25em;
}
.works-inner .works-slider__arrow {
  display: flex;
}
.works-inner .works-slider__prev, .works-inner .works-slider__next {
  position: static;
  margin-top: 0;
  color: var(--main-color1);
  height: 48px;
  width: 24px;
  content: "";
}
@media screen and (max-width: 767px) {
  .works-inner .works-slider__prev, .works-inner .works-slider__next {
    width: 16px;
    height: 36px;
  }
}
.works-inner .works-slider__prev::after, .works-inner .works-slider__next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 48px;
  width: 24px;
  margin: auto;
}
.works-inner .works-slider__prev::after {
  background-image: url("../img/home/icon_swiper_prev.svg");
}
.works-inner .works-slider__next {
  margin-left: 3.125em;
}
@media screen and (max-width: 767px) {
  .works-inner .works-slider__next {
    margin-left: 2em;
  }
}
.works-inner .works-slider__next::after {
  background-image: url("../img/home/icon_swiper_next.svg");
}
.works-inner .works-slider object a {
  transition: 0.3s;
}
.works-inner .works-slider object a:hover {
  opacity: 0.7;
}
.works-inner.works-inner-off {
  width: 100%;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .works-inner.works-inner-off {
    padding: 4.5em 0 3.5em;
  }
}
.works-inner.works-inner-off .works-slider {
  margin-left: 0;
  width: 1280px;
  margin: 0 auto;
  max-width: 90%;
}
.works-inner.works-inner-off .works-slider__list {
  display: flex;
  flex-wrap: wrap;
}
.works-inner.works-inner-off .works-slider__item {
  width: 31.5%;
  padding-right: 0;
  margin-right: 2.75%;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .works-inner.works-inner-off .works-slider__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .works-inner.works-inner-off .works-slider__item + .works-slider__item {
    margin-top: 40px;
  }
}
.works-inner.works-inner-off .works-slider__item:nth-of-type(3n) {
  margin-right: 0;
}
.works-inner.works-inner-off .works-slider__arrow {
  display: none;
}
.works-inner.works-inner-off .works-slider__box {
  padding-top: 0;
}
.works-inner.works-inner-off .common-link-arrow {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .works-inner.works-inner-off .common-link-arrow {
    padding-top: 25px;
  }
}

.home-news {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .home-news {
    width: 100%;
    padding-bottom: 40px;
  }
}
.home-news__inner {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 1180px) {
  .home-news__inner {
    flex-direction: column;
  }
}
.home-news__left {
  width: 100%;
  padding-right: 1.25em;
  align-self: flex-start;
}
@media screen and (max-width: 1180px) {
  .home-news__left {
    width: 100%;
    padding-right: 0;
  }
}
.home-news__left .sectTtlLv2 {
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .home-news__left .sectTtlLv2 {
    margin-bottom: 0.8em;
    text-align: center;
  }
}
.home-news__left .ttl-common {
  margin-bottom: 0.55em;
}
.home-news__left .common-link-arrow {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1180px) {
  .home-news__left .common-link-arrow {
    display: block;
    text-align: right;
    padding-right: 80px;
    position: absolute;
    bottom: -55px;
    right: 0;
  }
  .home-news__left .common-link-arrow::after {
    right: 0;
    left: auto;
  }
}
.home-news .ttl-common {
  text-align: left;
}
.home-news .news-list {
  width: 78%;
}
@media screen and (max-width: 1180px) {
  .home-news .news-list {
    width: 100%;
  }
}

.home-sns {
  width: 200px;
  height: 300px;
  background-color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
  position: fixed;
  right: 20px;
  top: 15%;
  z-index: 1000;
}

.home-sns-btn {
  background-color: #fff;
  width: 150px;
  height: 150px;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  text-orientation: mixed;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
}

.home-sns-back {
  position: absolute;
  bottom: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.home-sns-back::before {
  content: "↑";
  width: 25px;
  height: 25px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}

.home-sns-icons {
  position: absolute;
  top: 180px;
  display: flex;
  gap: 10px;
}

.home-sns-icons a:hover {
  opacity: 0.7;
}

.home-sns2 {
  width: 105px;
  padding-block: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 15px 0px 0px 15px;
  position: fixed;
  right: -1px;
  top: 15%;
  z-index: 1000;
  gap: 10px;
}
.home-sns2 a:last-child {
  color: #fff;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 10px;
  background-color: var(--main-color1);
}
.home-sns2 a:last-child:hover {
  opacity: 0.7;
}
.home-sns2 a img {
  width: 50px;
}
.home-sns2 a:hover {
  opacity: 0.7;
}

.home-anime {
  width: 80px;
  height: 80px;
  background-color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
  position: fixed;
  right: 0px;
  bottom: 20%;
  z-index: 1000;
  padding: 10px;
}

.home-anime:hover {
  opacity: 0.7;
}

.home-form {
  width: 80px;
  height: 80px;
  background-color: #404040;
  font-size: 24px;
  color: #333;
  position: fixed;
  right: 0px;
  bottom: 5%;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .home-fixed {
    display: none;
  }
}

.home-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home-content {
    flex-wrap: wrap;
  }
}

.home-form:hover {
  opacity: 0.7;
}

/* 線（ストローク）の共通スタイル */
.icon-stroke {
  fill: none;
  stroke: #fff;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* 紙飛行機のアニメーション設定 */
.paper-plane {
  transform-box: fill-box;
  transform-origin: center;
  animation: flyToEnvelope 2s ease-in-out infinite;
}

/* アニメーションの動き（キーフレーム） */
@keyframes flyToEnvelope {
  0% {
    /* スタート位置：左下 */
    transform: translate(-60px, 60px) scale(0.8);
    opacity: 0;
  }
  10% {
    /* 出現 */
    opacity: 1;
  }
  60% {
    /* 封筒に到達 */
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
  80% {
    /* 封筒の中に入るような動き（縮小して消える） */
    transform: translate(10px, -10px) scale(0);
    opacity: 0;
  }
  100% {
    /* 待機（ループのため） */
    transform: translate(10px, -10px) scale(0);
    opacity: 0;
  }
}
.custom-lang-selector select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  width: 160px;
  cursor: pointer;
}

.custom-lang-selector {
  position: relative;
  display: inline-block;
}

.custom-lang-selector::after {
  content: "▼";
  font-size: 10px;
  color: #555;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.gt_float_switcher .gt_options.gt-open {
  background-color: #fff;
}

#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(153, 199, 153, 0.5019607843);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition: width 0.3s, height 0.3s, background-color 0.3s;
  transform: translate(-50%, -50%);
}

/* ホバー時のスタイル */
#cursor.is-active {
  width: 40px;
  height: 40px;
  background-color: rgba(234, 174, 168, 0.5019607843);
}

.home_fv {
  position: relative;
  height: 70dvh;
  overflow: hidden;
}
.home_fv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.home_fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 45%, transparent 100%);
  z-index: 4;
  pointer-events: none;
}
.home_fv .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home_fv .slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: slideAnimation 16s infinite;
}
.home_fv .slideshow .slide1 {
  background-image: url(../img/slide_01.png);
}
.home_fv .slideshow .slide2 {
  background-image: url(../img/slide_02.png);
  animation-delay: 8s;
}
.home_fv .scroll {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}
@media screen and (max-width: 820px) {
  .home_fv .scroll {
    bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .home_fv .scroll {
    display: none;
  }
}
.home_fv .scroll::before {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
}
.home_fv .scroll::after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes scrollTextFloat {
  0%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.55;
    transform: translateY(6px);
  }
}
@keyframes slideAnimation {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
.company-message__inner {
  padding: 1.875em 0;
  position: relative;
  display: flex;
}
@media screen and (max-width: 820px) {
  .company-message__inner {
    flex-direction: column;
    padding: 0;
  }
}
.company-message__img--wrapper {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56.25%;
}
@media screen and (max-width: 820px) {
  .company-message__img--wrapper {
    position: static;
    height: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company-message__img--wrapper {
    height: 220px;
  }
}
.company-message__text {
  width: 53.125%;
  margin-left: auto;
  z-index: 10;
  background-color: #fff;
  padding: 2.5em;
}
@media screen and (max-width: 820px) {
  .company-message__text {
    width: 100%;
    padding: 2em 0 0;
  }
}
.company-message__text p + p {
  padding-top: 1.5em;
}

.gmap iframe {
  width: 100%;
  height: 500px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .gmap {
    height: 40vh;
  }
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4.375em;
}
.service-cards__item {
  width: 46.875%;
  margin-right: 6.25%;
  margin-bottom: 4.375em;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .service-cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em;
  }
}
.service-cards__item:nth-of-type(2n) {
  margin-right: 0;
}
.service-cards__img-wrapper {
  height: 380px;
}
@media screen and (max-width: 820px) {
  .service-cards__img-wrapper {
    height: 220px;
  }
}
.service-cards__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-cards__text-wrapper {
  padding: 1.75em 1.875em;
}
@media screen and (max-width: 820px) {
  .service-cards__text-wrapper {
    padding: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .service-cards__text-wrapper {
    padding: 1.5em;
  }
}
.service-cards__ttl {
  font-size: 1.25rem;
  color: var(--main-color1);
  line-height: 1.4;
}
.service-cards__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-top: 0.667em;
}

.works-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3.125em;
}
.works-cards__item {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125em;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .works-cards__item {
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  .works-cards__item {
    margin-right: 4%;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .works-cards__item {
    margin-right: 0;
    width: 100%;
  }
}
.works-cards__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .works-cards__item:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .works-cards__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 820px) {
  .works-cards__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.works-cards__link {
  transition: 0.3s;
}
.works-cards__link:hover {
  opacity: 0.7;
}
.works-cards__img-wrapper {
  height: 280px;
}
@media screen and (max-width: 1023px) {
  .works-cards__img-wrapper {
    height: auto;
  }
}
.works-cards__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .works-cards__img {
    aspect-ratio: 288/180;
  }
}
@media screen and (max-width: 767px) {
  .works-cards__img {
    aspect-ratio: 280/170;
  }
}
.works-cards__body {
  padding: 1.875em 1.875em 2.125em 1.875em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works-cards__body {
    padding: 1.5em;
  }
}
.works-cards__cat {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  padding: 0.2em 2.333em 0.3em;
  position: absolute;
  left: 0;
  top: -0.8em;
}
.works-cards__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: normal;
}
.works-cards object a {
  transition: 0.3s;
}
.works-cards object a:hover {
  opacity: 0.7;
}

.voice-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.voice-cards__item {
  width: 31.25%;
  margin-bottom: 3.125em;
  border: 1px solid var(--main-color1);
  border-radius: 8px;
  padding: 2.5em 1.875em 1.563em;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .voice-cards__item {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .voice-cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.2em;
  }
}
.voice-cards__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .voice-cards__item:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .voice-cards__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .voice-cards__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.voice-cards__body {
  display: flex;
  flex-direction: column;
}
.voice-cards__name {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
  padding-left: 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-cards__name {
    font-size: 1.125rem;
    padding-left: 35px;
    margin-bottom: 0.5em;
  }
}
.voice-cards__name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../img/common/icon_person.svg) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .voice-cards__name::before {
    width: 26px;
    height: 26px;
  }
}
.voice-cards__intro-wrapper {
  height: 90px;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--main-color2);
  border-bottom: 1px solid var(--main-color2);
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .voice-cards__intro-wrapper {
    height: auto;
  }
}
.voice-cards__intro {
  font-weight: normal;
  line-height: 1.75;
  color: var(--main-color1);
  display: flex;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voice-cards__text {
  padding-top: 1em;
}
.voice-cards__wrap {
  position: relative;
}

.swiper-slide {
  height: auto !important;
}

.swiper-button-next {
  right: -4% !important;
}

.swiper-button-prev {
  left: -4% !important;
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    top: auto !important;
    right: 14% !important;
    bottom: -1.7% !important;
  }
  .swiper-button-prev {
    top: auto !important;
    bottom: -1.7% !important;
    left: 14% !important;
  }
  .swiper-pagination {
    bottom: -1% !important;
  }
  .voice-cards__wrap {
    padding-bottom: 1em;
  }
}
.voice-thumb img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.recruit-table + .recruit-table {
  margin-top: 6.25em;
}

.single-recruit h2 {
  font-size: 1.2rem;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
  border-left: 4px solid var(--main-color1);
  padding-left: 8px;
  color: var(--main-color1);
  font-weight: 600;
}
.single-recruit p {
  margin: 0.4em 0 0.8em;
}
.single-recruit .container ul {
  padding-left: 1.2em;
  margin: 0.4em 0 0.8em;
}
.single-recruit li {
  margin-bottom: 0.3em;
}
.single-recruit .badge {
  display: inline-block;
  padding: 5px 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  background: var(--main-color1);
  border: 1px solid var(--main-color1);
  color: #fff;
}
.single-recruit .contact-area {
  margin-top: 2.5em;
  padding-top: 1.5em;
  border-top: 1px dashed #d0d4e4;
  text-align: center;
}
.single-recruit .contact-text {
  margin-bottom: 1em;
  font-size: 0.95rem;
  color: #555;
}
.single-recruit .contact-button {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  border: none;
  background: var(--main-color1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(76, 125, 255, 0.35);
  transition: transform 0.1s ease, box-shadow 0.1s ease, opacity 0.1s ease;
}
.single-recruit .contact-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(76, 125, 255, 0.45);
  opacity: 0.95;
}
.single-recruit .contact-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(76, 125, 255, 0.3);
}
@media (max-width: 640px) {
  .single-recruit .container {
    margin: 20px;
    padding: 20px;
  }
  .single-recruit h1 {
    font-size: 1.6rem;
  }
}

.form-contact {
  padding: 60px 60px 50px 60px;
  background-color: var(--main-color3);
}
@media screen and (max-width: 767px) {
  .form-contact {
    padding: 35px 30px 60px;
  }
}
.form-contact__item {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .form-contact__item {
    padding-bottom: 25px;
  }
}
.form-contact__half {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form-contact__half {
    flex-direction: column;
  }
}
.form-contact__half > .form-contact__item {
  width: 46.155%;
}
@media screen and (max-width: 767px) {
  .form-contact__half > .form-contact__item {
    width: 100%;
  }
}
.form-contact__title {
  font-weight: bold;
  padding-bottom: 0.5em;
  display: inline-block;
}
.form-contact__required {
  font-size: 0.75rem;
  background-color: rgb(243, 124, 124);
  border-radius: 100px;
  color: rgb(255, 255, 255);
  padding: 0 0.6em 0.15em;
  margin-right: 0.7em;
  line-height: 1;
  vertical-align: 1px;
}
.form-contact__text {
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 0.8em 1em;
}
.form-contact__textarea {
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 1em;
}
.form-contact .btn {
  font-size: 1rem;
}
.form-contact .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form-contact .mwform-radio-field label {
  display: flex;
}

.form-radio,
.wpcf7-radio-wrap {
  display: flex;
  flex-direction: column;
}
.form-radio label + label,
.wpcf7-radio-wrap label + label {
  padding-top: 0.3em;
}

.form-privacy {
  border: 1px solid var(--main-color2);
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5em;
}
.form-privacy__dummy {
  text-align: center;
  padding: 60px 0;
  font-weight: bold;
}

.form-check {
  padding-top: 30px;
  text-align: center;
}

.news-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3.125em;
}
.news-cards__item {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125em;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 820px) {
  .news-cards__item {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .news-cards__item {
    margin-right: 0;
    width: 100%;
  }
}
.news-cards__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .news-cards__item:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .news-cards__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 820px) {
  .news-cards__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.news-cards__link {
  transition: 0.3s;
}
.news-cards__link:hover {
  opacity: 0.7;
}
.news-cards__img-wrapper {
  height: 300px;
}
@media screen and (max-width: 1023px) {
  .news-cards__img-wrapper {
    height: auto;
  }
}
.news-cards__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .news-cards__img {
    aspect-ratio: 288/180;
  }
}
@media screen and (max-width: 767px) {
  .news-cards__img {
    aspect-ratio: 280/170;
  }
}
.news-cards__body {
  padding: 0 1.25em 1.25em;
  position: relative;
}
.news-cards__text {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.news-catDate {
  border-bottom: 1px solid var(--main-color2);
  padding: 0.3em 0px;
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
}
.news-catDate__cat {
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 0.3em 1.25em 0.5em;
  margin-right: 0.8em;
}
.news-catDate__date {
  font-size: 0.8125rem;
  padding-left: 0.8em;
}

.news-single {
  padding-top: 1.125em;
  border-top: 5px solid var(--main-color1);
}
.news-single__title {
  padding: 20px 0 10px;
  font-size: 2rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    font-size: 1.375rem;
    padding: 10px 0px 5px;
  }
}
.news-single__body {
  padding: 2.375em 0 2.5em;
  margin-top: 10px;
  border-top: 1px solid var(--main-color2);
  border-bottom: 1px solid var(--main-color2);
}
@media screen and (max-width: 767px) {
  .news-single__body {
    padding: 1.5em 0px;
  }
}
.news-single__body p + p {
  padding-top: 0.5em;
}
.news-single__body a {
  color: var(--main-color1);
}
.news-single__body img {
  margin: 1.5em 0;
}

.interview-box {
  padding: 150px 0;
  display: flex;
  border-bottom: 1px dashed var(--text-common-color);
}
@media screen and (max-width: 1023px) {
  .interview-box {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .interview-box {
    padding: 70px 0;
    flex-wrap: wrap;
  }
}
.interview-box:first-child {
  padding-top: 0;
}
.interview-box__media {
  width: 37.5%;
  margin-right: 4%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .interview-box__media {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .interview-box__media {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .interview-box__media-inner {
    width: 100%;
    order: 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .interview-box__img-wrapper {
    height: 100%;
    max-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .interview-box__img-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .interview-box__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 480/320;
    -o-object-position: top;
       object-position: top;
  }
}
.interview-box___media-text {
  background-color: var(--main-color1);
  margin-top: -50px;
  padding: 1.5em;
  width: 55%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .interview-box___media-text {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .interview-box___media-text {
    margin: -50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.2em;
  }
}
.interview-box__position {
  font-size: 0.8125rem;
  color: #fff;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .interview-box__position {
    font-size: 0.75rem;
    padding-bottom: 0.3em;
    order: 1;
  }
}
.interview-box__name {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .interview-box__name {
    font-size: 1.125rem;
    text-align: center;
  }
}
.interview-box__furigana {
  font-size: 0.75rem;
  color: #fff;
  padding: 0.2em 0 0.3em;
}
@media screen and (max-width: 767px) {
  .interview-box__furigana {
    font-size: 0.71875rem;
    padding: 0.1em 0 0.1em 0.8em;
  }
}
.interview-box__year {
  font-size: 0.8125rem;
  color: #fff;
}
.interview-box__year span {
  display: none;
}
@media screen and (max-width: 767px) {
  .interview-box__year span {
    display: inline-block;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .interview-box__year {
    font-size: 0.75rem;
    order: 2;
  }
}
.interview-box__body {
  width: 43.75%;
}
@media screen and (max-width: 1023px) {
  .interview-box__body {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .interview-box__body {
    width: 100%;
  }
}
.interview-box__body--reverse {
  order: 1;
  margin-left: auto;
}
.interview-box__text-wrapper + .interview-box__text-wrapper {
  margin-top: 2.2em;
}
@media screen and (max-width: 767px) {
  .interview-box__text-wrapper + .interview-box__text-wrapper {
    margin-top: 1.6em;
  }
}
.interview-box__ttl {
  color: var(--main-color1);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .interview-box__ttl {
    font-size: 1.0625rem;
    padding-bottom: 0.7em;
  }
}
.interview-box.interview-box--right .interview-box__media {
  order: 2;
  margin-right: 0;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .interview-box.interview-box--right .interview-box__media {
    order: 1;
    margin-left: 0;
  }
}
.interview-box.interview-box--right .interview-box__body--reverse {
  order: 1;
  margin-left: auto;
}

.custom-space-l {
  height: 50px !important;
}
@media screen and (max-width: 1023px) {
  .custom-space-l {
    height: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .custom-space-l {
    height: 35px !important;
  }
}

.contents-space-l {
  height: 150px !important;
}
@media screen and (max-width: 820px) {
  .contents-space-l {
    height: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .contents-space-l {
    height: 70px !important;
  }
}

.custom-group-wrap-m {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}

.custom-table {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}
.custom-table table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .custom-table table {
    border-bottom: 1px solid var(--main-color2);
    max-width: 100%;
    width: 100% !important;
  }
}
.custom-table table tr {
  border: 1px solid var(--main-color2);
}
@media screen and (max-width: 767px) {
  .custom-table table tr {
    display: flex;
    flex-direction: column;
    border: 0;
  }
}
.custom-table table td:nth-child(1) {
  border: 1px solid var(--main-color2);
  background-color: var(--main-color3);
  width: 20%;
  padding: 1.25em 1em 1.25em 1.875em;
  line-height: 1.45em;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .custom-table table td:nth-child(1) {
    padding: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .custom-table table td:nth-child(1) {
    width: 100%;
    border: 0;
    border-top: 1px solid var(--main-color2);
    font-weight: bold;
  }
}
.custom-table table td:nth-child(2) {
  border: 1px solid var(--main-color2);
  padding: 1.25em 1em 1.25em 1.875em;
  line-height: 1.45em;
}
@media screen and (max-width: 1023px) {
  .custom-table table td:nth-child(2) {
    padding: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .custom-table table td:nth-child(2) {
    width: 100%;
    border: 0;
  }
}
.custom-table table td:nth-child(2):has(ul) {
  padding-left: 0;
}
.custom-table table td .table--pd0 {
  padding: 1.25em 0;
}
.custom-table table td ul {
  padding: 0 1.875em;
}
.custom-table table td ul + ul {
  margin-top: 1.3em;
  padding-top: 1.3em;
  border-top: dashed 1px var(--main-color2);
}
.custom-table table td ul li {
  list-style-type: none;
}/*# sourceMappingURL=style.css.map */