@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:#1571DA;
  --category-background-color2:#333333;
  --category-background-color3:#1571DA;
  --category-background-color4:#333333;
  --category-background-color5:#1571DA;
  --category-background-color6:#333333;
  --category-background-color7:#1571DA;
  --category-background-color8:#333333;
  --category-background-color9:#1571DA;
  --category-background-color10:#333333;
}

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: 1.4375em 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;
}
.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: 0.6875rem;
  position: relative;
  line-height: 1.5;
}
.breadcrumb li:not(:last-child) {
  padding-right: 1.18em;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  font-size: 0.6875rem;
  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;
    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: 0.8125rem;
  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%;
  margin: 0 auto;
  align-items: center;
  background-color: #fff;
  align-items: stretch;
}
.header .header-logo {
  padding: 1em 0;
}
.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;
}
@media screen and (max-width: 1520px) {
  .header .header-left li a {
    font-size: 0.9375rem;
  }
}
@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;
}
.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: 4.1em 1em 2.8em;
  text-align: 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 2em;
}
@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: #333;
  padding: 7.2em 1em 8.125em;
  text-align: 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;
}
@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;
}
.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: 0.875rem;
  font-weight: bold;
  display: block;
  transition: 0.3s;
}
.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;
}

.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 1.25em 1.875em;
  line-height: 1.45em;
  white-space: nowrap;
}
@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%;
  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%;
  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: #1d9bf0;
}
.sns-link__btn--tw .sns-link__text {
  padding-left: 14px;
}
.sns-link__btn--tw .sns-link__text::before {
  width: 20px;
  height: 16px;
  background: url(../img/common/icon_twitter.svg) no-repeat center;
  left: -10px;
  top: 54%;
}
.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%);
}
@media screen and (max-width: 820px) {
  .main-visual .scroll {
    bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .scroll {
    display: none;
  }
}
.main-visual .scroll::before {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
}
.main-visual .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 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: 8.75em 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.25rem;
  margin: auto;
  padding-bottom: 0.9em;
}
.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;
}
@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;
  }
}

@media screen and (max-width: 767px) {
  .home-news {
    padding-bottom: 40px;
  }
}
.home-news__inner {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .home-news__inner {
    flex-direction: column;
  }
}
.home-news__left {
  width: 22%;
  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%;
  }
}

.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 {
  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 {
  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;
  margin-bottom: -3.125em;
}
.voice-cards__item {
  width: 31.25%;
  margin-right: 3.125%;
  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;
}

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

.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 {
  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%;
    object-fit: cover;
    aspect-ratio: 480/320;
    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 */