html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  border-top: 1px solid #bababa;
}

.footer__inner {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  position: relative;
}

.footer__nav {
  display: flex;
  flex: 1;
  padding-top: 6.3rem;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__nav-items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: min(27rem, 21vw);
}

.footer__nav-items:last-of-type {
  width: auto;
}

.footer__nav-link {
  font-size: 1.6rem;
  line-height: 1;
}

.footer__nav a:hover {
  color: #325fab;
  opacity: 1;
}

.footer__nav-subitems {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.5rem;
}

.footer__nav-items:last-of-type .footer__nav-subitems {
  margin-bottom: 1rem;
}

.footer__nav-sublink {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  gap: 1rem;
  line-height: 1;
}

.footer__nav-sublink::before {
  border-bottom: 2px solid #c0ccdf;
  border-right: 2px solid #c0ccdf;
  content: "";
  display: inline-block;
  height: 0.8rem;
  transform: rotate(-45deg);
  width: 0.8rem;
}

.footer__info {
  align-items: center;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  display: flex;
  flex-direction: column;
  height: 34.4rem;
  justify-content: center;
  max-width: 39rem;
  width: 40%;
}

.footer__logo {
  margin: 0 auto;
  max-width: 23.4rem;
}

.footer__address {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-top: 2.5rem;
  text-align: center;
}

.footer__copyright {
  border-top: 1px solid #bababa;
  font-size: 1.3rem;
  padding: 4.5rem 0 2rem;
  text-align: center;
}

.footer__pagetop {
  align-items: center;
  background: #325fab;
  display: flex;
  height: 7rem;
  justify-content: center;
  max-width: 7.8rem;
  position: absolute;
  right: 4rem;
  top: -2.7rem;
  width: 100%;
}

.footer__pagetop:hover {
  filter: brightness(105%);
  opacity: 1;
}

.footer__pagetop span {
  border-left: 0.2rem solid #fff;
  border-top: 0.2rem solid #fff;
  display: block;
  height: 1.4rem;
  transform: rotate(45deg);
  width: 1.4rem;
}

.footer__img img {
  -o-object-fit: cover;
  height: 100%;
  min-height: 4.2rem;
  object-fit: cover;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: rgba(255, 255, 255, 0.5);
  height: 9.5rem;
  left: 0;
  position: fixed;
  top: 0;
  transition: height 0.3s ease;
  width: 100%;
  z-index: 10;
}

.header.is-scrolled {
  height: 7.4rem;
}

.header__inner {
  align-items: center;
  display: flex;
  gap: 11.4rem;
  height: 100%;
  padding-left: 4rem;
}

.header__logo {
  max-width: 23.4rem;
  padding-bottom: 1rem;
}

/*
 * l-information-bg
 * -------------------------------------------------------------
 */

.l-information-bg {
  background: url(./../images/page/information_bg.webp) no-repeat center/100%;
  background-position-y: 65.7rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: 0 auto;
  max-width: 128rem;
  padding: 0 4rem;
  width: 100%;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

.l-main--page {
  overflow: visible;
}

/*
 * l-page-bg
 * -------------------------------------------------------------
 */

.l-page-bg {
  background: url(./../images/page/page_bg.webp) no-repeat top/100% #fff;
  background-position-y: 4rem;
}

/*
 * l-page-container
 * -------------------------------------------------------------
 */

.l-page-container {
  padding: 5rem 0 10.6rem;
}

.l-page-container__inner {
  align-self: flex-start;
  display: flex;
  gap: min(5rem, 3.4vw);
}

/*
 * l-page-main
 * -------------------------------------------------------------
 */

.l-page-main {
  flex: 1;
}

/*
 * l-page-side
 * -------------------------------------------------------------
 */

.l-page-side {
  align-self: flex-start;
  margin-top: 10rem;
  max-width: 27rem;
  min-width: 27rem;
  width: 100%;
}

/*
 * c-breadcrumb
 * -------------------------------------------------------------
 */

.c-breadcrumb__items {
  align-items: center;
  display: flex;
  gap: 0.6rem;
  padding-top: 4.7rem;
}

.c-breadcrumb span,
.c-breadcrumb a {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.074em;
}

.c-breadcrumb a {
  align-items: center;
  color: #325fab;
  display: flex;
  gap: 0.8rem;
}

.c-breadcrumb a::after {
  content: ">";
  display: inline-block;
  position: relative;
  top: -0.1rem;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  align-items: center;
  border-bottom: 0.2rem solid #325fab;
  color: #325fab;
  display: flex;
  font-size: 1.6rem;
  gap: 1.9rem;
  justify-content: space-between;
  letter-spacing: 0.05em;
  padding-bottom: 2rem;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn.--white {
  border-color: #fff;
  color: #fff;
}

.c-btn::after {
  border-right: 2px solid #325fab;
  border-top: 2px solid #325fab;
  content: "";
  display: inline-block;
  height: 0.8rem;
  transform: rotate(45deg);
  transition: all 0.3s;
  width: 0.8rem;
}

.c-btn.--white::after {
  border-color: #fff;
}

.c-btn:hover {
  opacity: 1;
}

.c-btn:hover::after {
  transform: translateX(0.5rem) rotate(45deg);
}

/*
 * c-company-nav
 * -------------------------------------------------------------
 */

.c-company-nav {
  padding: 3rem 0 9rem;
}

.c-company-nav__inner {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}

.c-company-nav__btn {
  background: #eaeff8;
  color: #325fab;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1;
  max-width: 19.2rem;
  padding: 1.2rem;
  text-align: center;
  width: 100%;
}

.c-company-nav__btn.is-current {
  background: #325fab;
  color: #fff;
}

/*
 * c-hamburger
 * -------------------------------------------------------------
 */

.c-hamburger {
  cursor: pointer;
  display: none;
  height: 2.2rem;
  position: relative;
  width: 3rem;
  z-index: 20;
}

.c-hamburger span {
  background: #aaa;
  display: block;
  height: 0.3rem;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.c-hamburger span:nth-child(3) {
  bottom: 0;
}

.c-hamburger span.is-active {
  background: #fff;
}

.c-hamburger span.is-active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.c-hamburger span.is-active:nth-child(2) {
  opacity: 0;
}

.c-hamburger span.is-active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/*
 * c-marker-ttl
 * -------------------------------------------------------------
 */

.c-marker-ttl {
  text-align: center;
}

.c-marker-ttl__eng {
  color: #325fab;
  font-family: "arial", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.c-marker-ttl__ja {
  background: linear-gradient(transparent 64%, #e8ebf2 0%);
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin: 1.3rem auto 0;
  padding: 0 0.7rem 0.6rem;
  width: -moz-fit-content;
  width: fit-content;
}

/*
 * c-page-sec-ttl
 * -------------------------------------------------------------
 */

.c-page-sec-ttl {
  color: #325fab;
  font-family: "arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.c-page-sec-ttl.--center {
  text-align: center;
}

/*
 * c-page-ttl
 * -------------------------------------------------------------
 */

.c-page-ttl__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.c-page-ttl__ttl {
  border-top: 0.5rem solid #325fab;
  max-width: 27rem;
  padding-top: 2rem;
  text-align: center;
  width: 100%;
}

.c-page-ttl__ttl.--privacy {
  max-width: 42.5rem;
}

.c-page-ttl__eng {
  color: #325fab;
  display: block;
  font-family: "arial", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.c-page-ttl__eng.--blog {
  text-transform: inherit;
}

.c-page-ttl__ja {
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-top: 1rem;
}

/*
 * c-page-vt-ttl
 * -------------------------------------------------------------
 */

.c-page-vt-ttl {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.3em;
  line-height: 1.86;
  padding-right: 0.4rem;
  position: relative;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.c-page-vt-ttl .marker {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.c-page-vt-ttl .marker::before {
  background: #e8ebf2;
  content: "";
  display: block;
  height: 96%;
  position: absolute;
  right: -0.8rem;
  top: 1.2rem;
  width: 1.9rem;
  z-index: -1;
}

/*
 * c-pagenavi
 * -------------------------------------------------------------
 */

.c-pagenavi {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.c-pagenavi a {
  align-items: center;
  border-bottom: 0.2rem solid #325fab;
  color: #325fab;
  display: flex;
  font-size: 1.6rem;
  justify-content: space-between;
  padding-bottom: 1.7rem;
  text-transform: uppercase;
  width: 10.8rem;
}

.nextpostslink {
  margin-left: auto;
}

.c-pagenavi__back::before,
.c-pagenavi__next::after,
.previouspostslink:before,
.nextpostslink::after {
  content: "";
  display: inline-block;
  height: 0.7rem;
  width: 0.7rem;
}

.c-pagenavi__back::before,
.previouspostslink:before {
  border-left: 0.2rem solid #325fab;
  border-top: 0.2rem solid #325fab;
  transform: rotate(-45deg);
}

.c-pagenavi__next::after,
.nextpostslink::after {
  border-right: 0.2rem solid #325fab;
  border-top: 0.2rem solid #325fab;
  transform: rotate(45deg);
}

/*
 * c-top-sec-ttl
 * -------------------------------------------------------------
 */

.c-top-sec-ttl {
  border-top: 0.6rem solid #325fab;
  padding: 3.2rem 3.8rem 0;
}

.c-top-sec-ttl.--center {
  text-align: center;
}

.c-top-sec-ttl__sub {
  color: #325fab;
  font-family: "arial", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.c-top-sec-ttl__sub.--vt {
  display: inline-block;
  margin-left: 2.8rem;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.c-top-sec-ttl__main {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.3em;
  margin-top: 2.5rem;
}

.c-top-sec-ttl__main.--vt {
  letter-spacing: 0.3em;
  line-height: 1.57;
  margin-left: auto;
  padding-right: 0.4rem;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.c-top-sec-ttl__main .marker {
  position: relative;
}

.c-top-sec-ttl__main .marker::before {
  background: #e8ebf2;
  content: "";
  display: block;
  height: 96%;
  position: absolute;
  right: -0.8rem;
  top: 1.2rem;
  width: 1.9rem;
  z-index: -1;
}

.c-top-sec-ttl__lead {
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  line-height: 2.3;
  margin-top: 2.8rem;
}

.c-top-sec-ttl__lead.--vt {
  margin-right: 5rem;
  margin-top: 0;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

/*
 * pagination
 * -------------------------------------------------------------
 */

.pagination {
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
  text-align: center;
}

.pagination-box {
  display: flex;
  gap: 0.8rem;
  justify-content: flex-end;
  width: 100%;
}

.pagination span,
.pagination a {
  -webkit-text-decoration: none;
  align-items: center;
  background: #325fab;
  border-radius: 50%;
  color: #fff;
  display: grid;
  height: 3.6rem;
  justify-items: center;
  place-items: center;
  text-decoration: none;
  width: 3.6rem;
}

.pagination span.page-of {
  background: none;
  color: #325fab;
  margin-right: 1rem;
  width: auto;
}

.pagination a:hover {
  background: #80a8eb;
  opacity: 1;
}

.pagination .is-current {
  background: #80a8eb;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

/*
 * u-vertical
 * -------------------------------------------------------------
 */

.u-vt {
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

/*
 * access
 * -------------------------------------------------------------
 */

.access {
  padding: 10.4rem 0 15.3rem;
}

.access__map {
  aspect-ratio: 1200/686;
  border-top: 1.3rem solid #789edf;
  margin-top: 10.8rem;
}

.access__link {
  align-items: center;
  border-bottom: 2px solid #325fab;
  color: #325fab;
  display: flex;
  font-size: 1.6rem;
  gap: 1.8rem;
  justify-content: space-between;
  margin: 2.8rem auto 0;
  padding-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.access__link::after {
  border-right: 1px solid #325fab;
  border-top: 1px solid #325fab;
  content: "";
  display: block;
  height: 0.6rem;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 0.6rem;
}

.access__link:hover::after {
  transform: rotate(45deg) translate(0.3rem, -0.3rem);
}

.access__info {
  color: #fff;
  font-family: "kozuka-gothic-pro", sans-serif;
  height: 83rem;
  margin-top: 9rem;
  position: relative;
}

.access__info::before {
  background: #628cd3;
  content: "";
  display: block;
  height: 76rem;
  left: 0;
  position: absolute;
  top: 4rem;
  transform: skewY(2.5deg);
  width: 100%;
}

.access__info-bg {
  -webkit-clip-path: polygon(0 9.3%, 100% 0, 100% 92.5%, 0 100%);
  background: #325fab;
  clip-path: polygon(0 9.3%, 100% 0, 100% 92.5%, 0 100%);
  display: flex;
  height: 83rem;
  position: relative;
  width: 100%;
}

.access__info-bg .l-inner {
  margin: auto;
}

.access__info-items {
  display: flex;
  position: relative;
}

.access__info-items::before {
  background: #fff;
  content: "";
  display: block;
  height: 58.5rem;
  left: 50%;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 1px;
}

.access__info-item {
  width: 50%;
}

.access__info-item:nth-child(1) {
  padding-right: min(9.3rem, 6.2vw);
}

.access__info-item:nth-child(2) {
  flex: 1;
  max-width: 53.6rem;
  padding-left: min(6rem, 4vw);
  padding-top: 14.8rem;
}

.access__info-ttl {
  background: linear-gradient(transparent 50%, #1d4ea0 0%);
  font-size: max(1.7rem, min(2.2vw, 2.5rem));
  letter-spacing: 0.3em;
  padding: 0 0 1rem 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
}

.access__info-dl {
  font-size: max(1.5rem, min(1.6vw, 1.6rem));
  line-height: 1.875;
  margin-top: 3.5rem;
}

.access__info-dt {
  font-weight: 500;
}

.access__info-obj-left,
.access__info-obj-right {
  position: absolute;
  width: 40%;
}

.access__info-obj-left {
  bottom: 0;
  left: 0;
  max-width: 52rem;
}

.access__info-obj-right {
  max-width: 53rem;
  right: 0;
  top: 0;
}

/*
 * address
 * -------------------------------------------------------------
 */

.address {
  height: 83rem;
  margin-top: 16.7rem;
  position: relative;
}

.address::before {
  background: #bbcbe8;
  content: "";
  display: block;
  height: 75rem;
  left: 0;
  position: absolute;
  top: 5rem;
  transform: skewY(2.5deg);
  width: 100%;
}

.address__img {
  height: 83rem;
  width: 66.67vw;
}

.address__img img {
  -o-object-fit: cover;
  -o-object-position: left;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.address__inner {
  -webkit-clip-path: polygon(0 9.3%, 100% 0, 100% 92.5%, 0 100%);
  clip-path: polygon(0 9.3%, 100% 0, 100% 92.5%, 0 100%);
  display: flex;
  width: 100%;
}

.address__addr {
  background-color: rgb(50, 95, 171);
  color: #fff;
  flex: 1;
  padding: 13.5rem 0 0 5.4rem;
}

.address__ttl {
  font-size: 2rem;
}

.address__text {
  font-size: 1.8rem;
  line-height: 1.94;
}

.address__text:nth-of-type(1) {
  margin-top: 2rem;
}

.address__link {
  align-items: center;
  border-bottom: 2px solid #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: space-between;
  margin-top: 6.4rem;
  padding-bottom: 1.5rem;
  padding-right: 0.4rem;
  width: 14rem;
}

.address__link::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 0.6rem;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 0.6rem;
}

.address__link:hover::after {
  transform: rotate(45deg) translate(0.3rem, -0.3rem);
}

/*
 * archive
 * -------------------------------------------------------------
 */

.archive__sec-ttl {
  margin-bottom: 6.8rem;
}

.archive__list:not(:nth-child(2)) {
  margin-top: 10rem;
}

.archive__category {
  background: #325fab;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  padding: 0.9rem 1.1rem;
}

.archive__ttl {
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin-top: 1.2rem;
}

.archive__date {
  color: #9b9b9b;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  margin-top: 0.6rem;
}

.archive__body {
  margin-top: 4.4rem;
}

.archive__text {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 2.2;
}

.archive__body p {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 2.2;
  margin-top: 2rem;
}

.archive__body li {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 2.2;
}

.archive__body a {
  color: #325fab;
  display: inline-block;
  word-break: break-word;
}

.archive__img {
  aspect-ratio: 587/392;
  margin-top: 4.8rem;
}

.archive__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.archive__pagenavi {
  margin-top: 10rem;
}

.wp-block-image {
  margin-bottom: 4.8rem;
  margin-top: 4.7rem;
}

.wp-block-image img {
  -o-object-fit: cover;
  height: auto;
  max-width: 58.7rem;
  object-fit: cover;
}

.archive__body img {
  -o-object-fit: cover;
  height: auto;
  margin-bottom: 4.8rem;
  margin-top: 4.7rem;
  max-width: 58.7rem;
  object-fit: cover;
}

.archive__empty {
  font-size: 1.5rem;
}

.wp-caption,
.alignnone {
  width: auto !important;
}

.archive iframe {
  height: 100% !important;
  width: 100% !important;
}

.archive iframe {
  aspect-ratio: 560/315;
}

/*
 * contact-confirm
 * -------------------------------------------------------------
 */

.contact-confirm .form__input,
.contact-confirm .form__textarea {
  padding: 1.2rem 1.5rem;
}

.contact-confirm .form__textarea {
  aspect-ratio: unset;
  height: 100%;
}

.contact__back {
  font-size: 1.6rem;
  margin: 5rem auto 0;
  text-align: center;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  background: url(./../images/page/contact_bg.webp) no-repeat center/100%;
  background-position-y: 4.5rem;
  padding: 5.3rem 0 12rem;
}

.contact__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 5.5rem;
  text-align: center;
}

.contact__link {
  color: #134e9e;
}

.contact__link:hover {
  -webkit-text-decoration: underline;
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.contact__info {
  align-items: center;
  border-bottom: 2px solid #325fab;
  border-top: 2px solid #325fab;
  color: #325fab;
  display: flex;
  font-family: "kozuka-gothic-pro", sans-serif;
  margin-top: 7rem;
  padding: 1.6rem 0;
}

.contact__info-ttl {
  font-size: max(1.6rem, min(2vw, 2rem));
  font-weight: 500;
  max-width: 38.3rem;
  text-align: center;
  width: 32%;
}

.contact__tel {
  align-items: center;
  border-left: 2px solid #325fab;
  border-right: 2px solid #325fab;
  display: flex;
  font-size: max(2rem, min(2.5vw, 2.7rem));
  font-weight: 700;
  gap: 1.4rem;
  justify-content: center;
  max-width: 37.3rem;
  padding: 1rem 0;
  text-align: center;
  width: 31%;
}

.contact__tel::before {
  background: url(./../images/page/contact_tel_icon.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 4rem;
  max-width: 2.4rem;
  position: relative;
  top: -0.3rem;
  width: 2.4vw;
}

.contact__addr {
  flex: 1;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  font-weight: 500;
  line-height: 1.66;
  padding-left: min(5.3rem, 3.63vw);
}

.contact__addr span {
  display: inline-block;
}

.contact__form {
  margin-top: 10rem;
}

.recaptcha-notice {
  font-size: 1.4rem;
  margin-top: 5rem;
  text-align: center;
}

.recaptcha-notice a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #134e9e;
  display: inline;
  text-align: center;
  text-decoration: underline;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  padding: 5rem 0 10.4rem;
}

.faq__items {
  margin-top: 9.5rem;
}

.faq__item {
  padding: 8.7rem 0 8.3rem;
  position: relative;
}

.faq__question {
  align-items: center;
  background: #3360ab;
  display: flex;
  gap: 3.5rem;
  left: 0;
  max-width: 50.7rem;
  padding: 5.8rem 5.5rem 5.3rem 9rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.faq__eng {
  font-family: "arial", sans-serif;
  font-size: 5.7rem;
  font-weight: 400;
}

.faq__q {
  color: #fff;
}

.faq__question-text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.18;
}

.faq__answer {
  background-color: rgba(231, 239, 252, 0.7);
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-left: auto;
  max-width: 111.1rem;
  padding: 4.4rem 10.1rem 7.5rem;
}

.faq__a {
  color: #325fab;
  text-align: right;
}

.faq__answer-text {
  font-size: 1.5rem;
  line-height: 2;
}

.faq__item:nth-child(2n) .faq__question {
  left: auto;
  right: 0;
}

.faq__item:nth-child(2n) .faq__a {
  text-align: left;
}

.faq__item:nth-child(2n) .faq__answer {
  margin-left: 0;
  margin-right: auto;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__item {
  align-items: flex-start;
  display: flex;
  gap: 1.8rem;
}

.form__item:not(:nth-child(1)) {
  margin-top: 3rem;
}

.form__label {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  gap: 1.5rem;
  justify-content: flex-end;
  margin-top: 1.1rem;
  width: 27.2rem;
}

.form__label.--optional {
  padding-right: 6.5rem;
}

.form__required {
  align-items: center;
  background: #0f90d5;
  border-radius: 0.3rem;
  color: #fff;
  display: inline-block;
  display: grid;
  font-size: 1.4rem;
  height: 2.6rem;
  justify-items: center;
  place-items: center;
  width: 5rem;
}

.form__input,
.form__textarea {
  flex: 1;
  font-size: 1.8rem;
  max-width: 78rem;
}

.form__input input,
.form__textarea textarea {
  background: #dde7f8;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  height: 100%;
  padding: 1.2rem 1.5rem;
  width: 100%;
}

.form__textarea {
  aspect-ratio: 78/20;
  line-height: 1.6;
}

.form__btn {
  background: #325fab;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  height: 4.8rem;
  margin: 3.4rem auto 0;
  max-width: 28rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.form__btn::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 0.7rem;
  left: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.7rem;
}

.form__btn input {
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 1.6rem 2.4rem;
  width: 100%;
}

.form__address-group {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.form__address-label {
  display: inline-block;
  font-size: 1.8rem;
}

.form__postcode {
  max-width: 8.5rem;
}

.form__address {
  flex: 1;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap:nth-child(3) {
  flex: 1;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  color: #ff0000;
  font-size: 1.6rem;
  margin: 2em auto 0;
  padding: 0;
  text-align: center;
}

.wpcf7-previous {
  display: block !important;
}

.wpcf7-previous {
  font-size: 1.6rem;
  margin: 5rem auto 0;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv__img {
  aspect-ratio: 3/2;
}

.fv__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.fv-slider .swiper-slide-prev img,
.fv-slider .swiper-slide-active img,
.fv-slider .swiper-slide-duplicate-active img {
  animation-duration: 18s;
  animation-fill-mode: forwards;
  animation-name: zoom;
}

/*
 * information
 * -------------------------------------------------------------
 */

.information__table {
  font-size: 1.8rem;
  line-height: 1.83;
  margin-top: 8rem;
}

.information__item {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}

.information__ttl {
  align-items: center;
  border-bottom: 2px solid #d1d1d1;
  display: flex;
  max-width: 27rem;
  padding: 1.6rem 1.8rem 1rem;
  width: 25%;
}

.information__desc {
  border-bottom: 1px solid #d1d1d1;
  flex: 1;
  padding: 1.6rem 1.4rem 1rem;
}

.information__item:first-child .information__ttl {
  padding-top: 0;
}

.information__item:first-child .information__desc {
  padding-top: 0;
}

.information__desc a {
  display: inline-block;
  margin-right: 0.5em;
}

/*
 * message
 * -------------------------------------------------------------
 */

.message {
  padding-bottom: 25rem;
  position: relative;
}

.message::before {
  background: url(./../images/page/message_bg.webp) no-repeat top/100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: -3rem;
  width: 100%;
  z-index: -1;
}

.message__head {
  display: flex;
  gap: min(17.2rem, 11.47vw);
  margin-top: 9.3rem;
}

.message__text {
  font-size: 1.8rem;
  line-height: 2.5;
}

.message__name {
  display: block;
  font-size: 1.8rem;
  margin-top: 6rem;
}

.message__body {
  margin-top: 9rem;
}

.message__img {
  margin: 0 calc(50% - 50vw);
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 7rem;
  height: 100%;
  justify-content: flex-end;
}

.nav__items {
  align-items: center;
  display: flex;
  gap: 9rem;
  height: 100%;
}

.nav__link {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
}

.nav__link:hover {
  color: #325fab;
  opacity: 1;
}

.nav__btns {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
  max-width: 45.5rem;
}

.nav__btn {
  flex: 1;
  height: 100%;
  min-width: 17.5rem;
  width: 50%;
}

.nav__btn-link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  gap: 1.6rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.01em;
}

.nav__btn-link:hover {
  filter: brightness(120%);
  opacity: 1;
}

.nav__btn-link.--recruit {
  background: linear-gradient(to bottom, #5ca6e5 0%, #2a6ebd 100%);
}

.nav__btn-link.--contact {
  background: linear-gradient(to bottom, #3f6ccf 0%, #1c3d99 100%);
}

.nav__btn-link.--contact::before {
  background: url(./../images/common/icon_mail.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 2.6rem;
}

/*
 * page-fv
 * -------------------------------------------------------------
 */

.page-fv__img {
  height: 40rem;
}

.page-fv__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

/*
 * philosophy
 * -------------------------------------------------------------
 */

.philosophy {
  background: url(./../images/page/philosophy_bg.webp) no-repeat center/100%;
  background-position-y: 19.3rem;
  padding-bottom: 10.6rem;
}

.philosophy__head {
  display: flex;
  gap: min(18.6rem, 12.4vw);
  margin-top: 9.3rem;
}

.philosophy__vt-ttl {
  display: flex;
  flex-direction: column;
}

.philosophy__vt-ttl .marker::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.9rem;
  top: 1.2rem;
  width: 1.9rem;
}

.philosophy__vt-ttl .--height::before {
  height: 88%;
}

.philosophy__lists {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}

.philosophy__list {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
}

.philosophy__list::before {
  content: "一、";
}

.philosophy__body {
  margin-top: 10rem;
}

.philosophy__foot {
  margin: 9rem auto 0;
  max-width: 57.8rem;
}

.philosophy__foot-text {
  font-size: 1.5rem;
  margin-top: 3.5rem;
  text-align: center;
}

/*
 * privacy
 * -------------------------------------------------------------
 */

.privacy {
  background: url(./../images/page/privacy_bg.webp) no-repeat top/100%;
  background-position-y: 5rem;
  padding: 5.9rem 0 19.7rem;
}

.privacy__text {
  font-size: 1.5rem;
  line-height: 2;
}

.privacy__ttl {
  background: linear-gradient(transparent 50%, #e8ebf2 0%);
  display: inline-block;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 4rem;
  padding-bottom: 1rem;
}

.privacy__ttl:first-child {
  margin-top: 7.2rem;
}

.privacy__desc {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2rem;
}

.privacy__desc ol {
  counter-reset: item;
  margin-top: 1.5rem;
}

.privacy__desc ol li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.privacy__desc ol li::before {
  content: counter(item) ". ";
  counter-increment: item;
}

.privacy__desc ol ol {
  margin-top: 0;
  padding-left: 1em;
}

/*
 * recruit-about
 * -------------------------------------------------------------
 */

.recruit-about {
  color: #fff;
  height: 83rem;
  position: relative;
}

.recruit-about::before {
  background: #628cd3;
  content: "";
  display: block;
  height: 76rem;
  left: 0;
  position: absolute;
  top: 4rem;
  transform: skewY(2.5deg);
  width: 100%;
}

.recruit-about__bg {
  -webkit-clip-path: polygon(0 9.3%, 100% 0, 100% 92.5%, 0 100%);
  background: #325fab;
  clip-path: polygon(0 9.3%, 100% 0, 100% 92.5%, 0 100%);
  display: flex;
  height: 83rem;
  position: relative;
  width: 100%;
}

.recruit-about__head {
  margin-top: 13rem;
  text-align: center;
}

.recruit-about__sec-ttl {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2.2;
}

.recruit-about__sec-ttl span {
  background: linear-gradient(transparent 55%, #1d4ea0 0%);
  padding: 0 0rem 0.9rem 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
}

.recruit-about__lead {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 5rem;
}

.recruit-about__body {
  display: flex;
  gap: 4.7rem;
  justify-content: center;
  margin: 5.5rem auto 0;
  max-width: 91.2rem;
}

.recruit-about__img {
  max-width: 36.5rem;
}

.recruit-about__obj-left,
.recruit-about__obj-right {
  position: absolute;
  width: 40%;
}

.recruit-about__desc {
  flex: 1;
}

.recruit-about__ttl {
  font-size: 2.1rem;
}

.recruit-about__text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 2rem;
}

.recruit-about__obj-left {
  bottom: 0;
  left: 0;
  max-width: 52rem;
}

.recruit-about__obj-right {
  max-width: 53rem;
  right: 0;
  top: 0;
}

/*
 * recruit-data
 * -------------------------------------------------------------
 */

.recruit-data {
  background: url(./../images/page/recruit_data_bg.webp) no-repeat center/cover;
  padding: 10rem 0 14rem;
  position: relative;
}

.recruit-data::before,
.recruit-data::after {
  content: "";
  display: block;
  height: 15rem;
  position: absolute;
  width: 100%;
}

.recruit-data::before {
  background: url(./../images/page/recruit_data_bg_top.webp) no-repeat top/100%;
  top: -4rem;
}

.recruit-data::after {
  background: url(./../images/page/recruit_data_bg_bottom.webp) no-repeat bottom/100%;
  bottom: -4rem;
}

.recruit-data__bg {
  height: 100%;
  position: relative;
}

.recruit-data__bg::before,
.recruit-data__bg::after {
  content: "";
  display: block;
  height: 39vw;
  min-height: 58.5rem;
  position: absolute;
  width: 100%;
}

.recruit-data__bg::before {
  background: url(./../images/page/recruit_data_obj_top.webp) no-repeat center/100%;
  top: 0;
}

.recruit-data__bg::after {
  background: url(./../images/page/recruit_data_obj_bottom.webp) no-repeat center/100%;
  bottom: 8rem;
}

.recruit-data__head {
  color: #fff;
  text-align: center;
}

.recruit-data__head-eng {
  font-family: "arial", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.recruit-data__head-ja {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin: 1.3rem auto 0;
}

.recruit-data__body {
  grid-gap: 7.9rem 4.9rem;
  background: #fff;
  display: grid;
  gap: 7.9rem 4.9rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8rem;
  padding: 4.8rem 0 19rem;
}

/*
 * recruit-flow
 * -------------------------------------------------------------
 */

.recruit-flow {
  padding: 11rem 0 18rem;
}

.recruit-flow__lead {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 5.5rem;
}

.recruit-flow__body {
  aspect-ratio: 1050/575;
  background: url(./../images/page/recruit_flow.webp) no-repeat center/100% 57.5rem;
  display: flex;
  margin: 5.8rem auto 0;
  max-width: 105rem;
}

.recruit-flow__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 12rem;
  width: 25%;
}

.recruit-flow__item:nth-child(2) {
  padding-left: 3rem;
}

.recruit-flow__item:nth-child(3) {
  padding-left: 4rem;
}

.recruit-flow__item:nth-child(4) {
  padding-left: 5rem;
}

.recruit-flow__item:nth-child(5) {
  padding-left: 4rem;
}

.recruit-flow__ttl {
  font-family: "arial", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: capitalize;
}

.recruit-flow__text {
  font-size: 1.5rem;
  height: 3.7em;
  line-height: 1.86;
  margin-top: 2.3rem;
  text-align: center;
}

.recruit-flow__item a {
  -webkit-text-decoration: underline;
  color: #136ba9;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.recruit-flow__icon {
  margin-top: 3.7rem;
  width: 100%;
}

.recruit-flow__icon.--icon01 {
  background: url(./../images/page/recruit_flow_icon01.webp) no-repeat center/100%;
  height: 8.3rem;
  max-width: 7.6rem;
}

.recruit-flow__icon.--icon02 {
  background: url(./../images/page/recruit_flow_icon02.webp) no-repeat center/100%;
  height: 8rem;
  max-width: 6.5rem;
}

.recruit-flow__icon.--icon03 {
  background: url(./../images/page/recruit_flow_icon03.webp) no-repeat center/100%;
  height: 7.9rem;
  max-width: 9.8rem;
}

.recruit-flow__icon.--icon04 {
  background: url(./../images/page/recruit_flow_icon04.webp) no-repeat center/100%;
  height: 7.3rem;
  max-width: 8rem;
}

.recruit-flow__icon.--icon05 {
  background: url(./../images/page/recruit_flow_icon05.webp) no-repeat center/100%;
  height: 7.3rem;
  max-width: 10.5rem;
}

/*
 * recruit-job
 * -------------------------------------------------------------
 */

.recruit-job {
  padding: 11.3rem 0 15rem;
  position: relative;
}

.recruit-job::before {
  background: url(./../images/page/recruit_job_bg.webp) no-repeat center/cover;
  content: "";
  display: block;
  height: 75vw;
  min-height: 111.2rem;
  position: absolute;
  top: 10rem;
  width: 100%;
  z-index: -1;
}

.recruit-job__lead {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 5.6rem;
  text-align: center;
}

.recruit-job__body {
  align-items: flex-start;
  display: flex;
  gap: 4.5rem;
  margin-top: 7.3rem;
}

.recruit-job__item {
  color: #fff;
  padding: 1rem;
  position: relative;
  width: calc((100% - 9rem) / 3);
}

.recruit-job__item:nth-child(2n) {
  margin-top: 7.6rem;
}

.recruit-job__item::before,
.recruit-job__item::after {
  background: #325fab;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.recruit-job__item::before {
  bottom: 0;
  height: 12.4rem;
  left: 0;
  max-width: 13rem;
}

.recruit-job__item::after {
  height: 25rem;
  max-width: 12.5rem;
  right: 0;
  top: 0;
}

.recruit-job__ttl {
  background: #325fab;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 2.9rem 2.3rem;
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-rl;
}

.recruit-job__text {
  background-color: rgba(50, 95, 171, 0.8);
  bottom: 4.3rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  padding: 3.3rem 2.8rem 2.1rem 3.3rem;
  position: absolute;
  width: calc(100% - 2rem);
}

/*
 * recruit-message
 * -------------------------------------------------------------
 */

.recruit-message {
  padding: 9.2rem 0 15rem;
  position: relative;
}

.recruit-message::before {
  background: url(./../images/page/recruit_msg_bg.webp) no-repeat top/cover;
  content: "";
  display: block;
  height: 41vw;
  left: 50%;
  max-width: 226.4rem;
  min-height: 61.4rem;
  position: absolute;
  top: 60.5%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.recruit-message__body {
  margin-top: 7.5rem;
  text-align: center;
}

.recruit-message__ttl {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.recruit-message__text {
  font-size: 1.65rem;
  letter-spacing: 0.2em;
  line-height: 2.3;
  margin: 2rem calc(50% - 50vw) 0;
  margin-top: 2rem;
}

.recruit-message__items {
  align-items: flex-start;
  display: flex;
  margin-top: 8.5rem;
}

.recruit-message__item {
  position: relative;
}

.recruit-message__item::before {
  background-color: rgba(83, 135, 222, 0.4);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.recruit-message__item:nth-child(2n-1)::before {
  top: -1.8rem;
}

.recruit-message__item:nth-child(2n) {
  margin-top: 7.1rem;
}

.recruit-message__item:nth-child(2n)::before {
  bottom: -1.8rem;
}

/*
 * recruit
 * -------------------------------------------------------------
 */

.recruit {
  overflow: hidden;
  padding: 4.5rem 0 17rem;
}

.recruit__btn {
  align-items: center;
  background: url(./../images/page/recruit_btn_bg.webp) no-repeat center/cover #325fab;
  color: #fff;
  display: grid;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  height: 17.6rem;
  justify-items: center;
  letter-spacing: 0.2em;
  margin: 0 auto;
  max-width: 66rem;
  place-items: center;
}

.recruit__btn:hover {
  filter: brightness(120%);
  opacity: 1;
}

/*
 * side
 * -------------------------------------------------------------
 */

.side {
  border-top: 0.4rem solid #325fab;
  padding: 2rem 0 6.8rem;
}

.side__ttl-eng {
  color: #325fab;
  display: block;
  font-family: "arial", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.side__ttl-ja {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  margin-top: 0.7rem;
}

.side__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3.8rem;
}

.side__link {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  gap: 1.3rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.side__link::before {
  border-right: 1px solid #325fab;
  border-top: 1px solid #325fab;
  content: "";
  display: inline-block;
  height: 0.7rem;
  min-width: 0.7rem;
  transform: rotate(45deg);
  width: 0.7rem;
}

/*
 * single
 * -------------------------------------------------------------
 */

.single__sec-ttl {
  margin-bottom: 6.8rem;
}

.single__list:not(:nth-child(2)) {
  margin-top: 10rem;
}

.single__category {
  background: #325fab;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  padding: 0.9rem 1.1rem;
}

.single__ttl {
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin-top: 1.2rem;
}

.single__date {
  color: #9b9b9b;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  margin-top: 0.6rem;
}

.single__body {
  margin-top: 4.4rem;
}

.single__body p {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 2.2;
  margin-top: 2rem;
}

.single__text {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 2.2;
}

.single__img {
  aspect-ratio: 587/392;
  margin-top: 4.8rem;
}

.single__img img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
}

.single__pagenavi {
  margin-top: 10rem;
}

.single__body a {
  color: #325fab;
  display: inline-block;
}

.single__body img {
  -o-object-fit: cover;
  height: auto;
  margin-bottom: 4.8rem;
  margin-top: 4.7rem;
  max-width: 58.7rem;
  object-fit: cover;
}

/*
 * sns
 * -------------------------------------------------------------
 */

.sns {
  padding: 14rem 0 15rem;
  position: relative;
}

.sns::before {
  background: url(./../images/common/sns_obj.webp) no-repeat top/100%;
  bottom: 0;
  content: "";
  display: block;
  height: 21.5rem;
  position: absolute;
  width: 100%;
}

.sns__sec-ttl {
  border: none;
  display: block;
  padding: 0;
}

.sns__sec-ttl-main {
  letter-spacing: 0.1em;
}

.sns__links {
  align-items: center;
  display: flex;
  gap: 4.4rem;
  justify-content: center;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}

.sns__link.--fb {
  max-width: 4.4rem;
}

.sns__link.--x {
  max-width: 3.6rem;
}

/*
 * sp-nav
 * -------------------------------------------------------------
 */

.sp-nav {
  background: #325fab;
  height: 100%;
  opacity: 0;
  padding: 6.3rem 4rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100%;
}

.sp-nav.is-active {
  opacity: 1;
  overflow: auto;
  transition: all 0.4s;
  visibility: visible;
  z-index: 10;
}

.sp-nav__items {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.sp-nav__item {
  padding-left: 0.5rem;
}

.sp-nav__item:nth-child(1),
.sp-nav__item:nth-child(2) {
  border-bottom: 1px solid #fff;
}

.sp-nav__link {
  font-size: 1.7rem;
}

.sp-nav__subitems {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 2rem;
  padding-bottom: 2.2rem;
}

.sp-nav__sublink {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  gap: 1rem;
}

.sp-nav__sublink::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 0.5rem;
  transform: rotate(-45deg);
  width: 0.5rem;
}

/*
 * top-blog
 * -------------------------------------------------------------
 */

.top-blog {
  padding: 5.5rem 0 10rem;
  position: relative;
}

.top-blog__sec-ttl {
  border: none;
  color: #fff;
}

.top-blog__sec-ttl-sub {
  color: #fff;
}

.top-blog__sec-ttl-main {
  margin-top: 1.5rem;
}

.top-blog::before {
  background: #4d7dcd;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(3deg);
  width: 100%;
  z-index: -2;
}

.top-blog::after {
  background: #325fab;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(-3deg);
  width: 100%;
  z-index: -1;
}

.top-blog__body {
  margin-top: 5.5rem;
  position: relative;
  z-index: 1;
}

.top-body__cards {
  grid-gap: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.top-blog__card {
  color: #fff;
  position: relative;
}

.top-blog__card-date {
  background: #325fab;
  border-radius: 0 0 2.4rem 0;
  font-size: 1.6rem;
  left: 0;
  line-height: 1;
  padding: 0.7rem 1rem 1.6rem;
  position: absolute;
  top: 0;
}

.top-blog__card-img {
  aspect-ratio: 568/445;
}

.top-blog__card-img img {
  -o-object-fit: cover;
  height: 100%;
  min-height: 17.6rem;
  object-fit: cover;
}

.top-blog__card-cat {
  background: #4d7dcd;
  border-radius: 2.4rem 0 2.4rem 0;
  display: inline-block;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 2.2rem;
  padding: 0.8rem 2rem;
}

.top-blog__card-ttl {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 1rem;
  padding-right: 4rem;
}

.top-blog__btn {
  margin: 6rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.top-blog__img-wrap {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: skewY(-3deg);
  width: 100%;
}

.top-blog__img {
  bottom: -2rem;
  max-width: 83.8rem;
  position: absolute;
  right: 0;
  transform: skewY(3deg);
  width: 100%;
}

/*
 * top-concept
 * -------------------------------------------------------------
 */

.top-concept {
  height: 76.2rem;
  position: relative;
}

.top-concept::before {
  background: #325fab;
  content: "";
  display: block;
  height: 66.4em;
  left: 0;
  position: absolute;
  top: 5rem;
  transform: skewY(3deg);
  width: 100%;
  z-index: -1;
}

.top-concept__inner {
  -webkit-clip-path: polygon(0 8.8%, 100% 0, 100% 96.5%, 0 100%);
  clip-path: polygon(0 8.8%, 100% 0, 100% 96.5%, 0 100%);
}

.top-concept__img {
  aspect-ratio: 1500/760;
  height: 77rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.top-concept__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.top-concept__sec-ttl {
  -webkit-clip-path: polygon(0 3.6%, 100% 0, 100% 97.2%, 0 100%);
  background: #fff;
  border: none;
  clip-path: polygon(0 3.6%, 100% 0, 100% 97.2%, 0 100%);
  display: block;
  height: 73.1rem;
  margin: 0 0 0 auto;
  padding: 8rem 3.7rem 7rem 7.3rem;
  position: relative;
}

.top-concept__sec-ttl__main {
  margin-top: 0;
}

.top-concept__sec-ttl__main .marker::before {
  height: 98%;
}

/*
 * top-news
 * -------------------------------------------------------------
 */

.top-news {
  padding: 15rem 0;
  position: relative;
}

.top-news__inner {
  display: flex;
  gap: 7rem;
}

.top-news__body {
  border-top: 0.6rem solid #80a8eb;
  flex: 1;
  max-width: 91.5rem;
}

.top-news__link {
  border-bottom: 1px solid #c4c4c4;
  padding: 3.5rem 0 2.5rem;
  position: relative;
}

.top-news__link:hover {
  opacity: 1;
}

.top-news__link::after {
  border-right: 2px solid #cfcfcf;
  border-top: 2px solid #cfcfcf;
  content: "";
  display: block;
  height: 2.8rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 2.8rem;
}

.top-news__meta {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.top-news__date {
  font-size: 1.5rem;
}

.top-news__cat {
  background: #325fab;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.8rem 2.3rem 0.7rem;
}

.top-news__ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 1.8rem;
  transition: all 0.2s;
}

.top-news__link:hover .top-news__ttl {
  -webkit-text-decoration: underline;
  color: #325fab;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.top-news__btn {
  margin-top: 6rem;
}

.top-news__img {
  bottom: -38.4rem;
  left: 0;
  max-width: 49.8rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/*
 * top-works
 * -------------------------------------------------------------
 */

.top-works {
  padding: 13rem 0 14.5rem;
  position: relative;
}

.top-works__inner {
  display: flex;
  gap: 9rem;
  max-width: 142.6rem;
}

.top-works__body {
  margin-right: calc(50% - 50vw);
  position: relative;
}

/* -----------------------------
	* slider
------------------------------ */

.top-works__slider {
  left: -1rem !important;
  margin-right: calc(50% - 50vw) !important;
}

.top-works__slider .swiper-slide {
  max-width: 32rem;
}

.top-works__paginav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 102.2rem;
  position: absolute;
  top: 15rem;
  width: 100%;
}

.top-works__prev,
.top-works__next {
  height: 6.8rem !important;
  position: static !important;
  width: 6.8rem !important;
}

.top-works__prev {
  background: url(./../images/top/prev.webp) no-repeat center/100%;
}

.top-works__next {
  background: url(./../images/top/next.webp) no-repeat center/100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

/* -----------------------------
	* card
------------------------------ */

.top-works__card {
  max-width: 32rem;
}

.top-works__card-img {
  aspect-ratio: 312/327;
  max-width: 31.2rem;
  overflow: hidden;
}

.top-works__card-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.top-works__card-img img {
  transition: transform 0.2s;
}

.top-works__card a:hover {
  opacity: 1;
}

.top-works__card-img:hover img {
  transform: scale(1.05);
}

.top-works__card-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.top-works__card-cat {
  background: #4d7dcd;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
}

.top-works__card-date {
  color: #6b6b6b;
  font-size: 1.5rem;
}

.top-works__card-ttl {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 1.2rem;
}

.top-works__btn {
  margin-top: 2rem;
}

.top-works__img {
  bottom: -11.1rem;
  left: 0;
  max-width: 48.5rem;
  position: absolute;
  width: 100%;
  z-index: -3;
}

/*
 * 
 * -------------------------------------------------------------
 */

.works-single {
  padding-top: 7.7rem;
}

.works-single__category {
  background: #325fab;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0;
  padding: 0.9rem 3.5rem;
}

.works-single__ttl {
  font-size: 2.3rem;
  margin-top: 1.7rem;
}

.works-single__body img {
  margin-top: 6rem;
  width: auto;
}

.works-single dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.7rem;
  margin-top: 6rem;
  max-width: 70rem;
}

.works-single dt,
.works-single dd {
  border-bottom: 1px solid #c1c1c1;
}

.works-single dt {
  font-weight: 600;
  max-width: 16rem;
  padding: 1.5rem 0.2rem;
  width: 30%;
}

.works-single dd {
  padding: 1.5rem 2.5rem 1.5rem 0;
  width: 70%;
}

.works-single__pagenavi {
  margin-top: 8rem;
}

/*
 * works
 * -------------------------------------------------------------
 */

.works {
  background: url(./../images/page/works_bg.webp) no-repeat top/100%;
  background-position-y: 3.6rem;
  padding: 5.3rem 0 9.6rem;
}

.works__nav {
  grid-gap: 2.5rem 3.4rem;
  display: grid;
  gap: 2.5rem 3.4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6rem;
}

.works__nav-link {
  align-items: center;
  border: 1px solid #adadad;
  border-left: none;
  display: flex;
  height: 100%;
}

.works__nav-link:hover {
  opacity: 1;
}

.works__nav-link:hover .works__nav-ttl {
  background: #325fab;
  color: #fff;
}

.works__nav-img {
  aspect-ratio: 19/15;
  max-width: 9.5rem;
  width: 30%;
}

.works__nav-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.works__nav-ttl {
  align-items: center;
  background: #fff;
  display: flex;
  flex: 1;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.2em;
  text-align: center;
  transition: all 0.2s;
}

.works__nav-link.is-active .works__nav-ttl {
  background: #325fab;
  color: #fff;
}

.works__body {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 9rem;
}

.works__row {
  display: flex;
}

.works__item {
  width: 50%;
}

.works__item:nth-child(2n) {
  margin-top: 6.6rem;
}

.works__img-wrap {
  aspect-ratio: 600/443;
  background: #ccc;
  max-width: 60rem;
  position: relative;
}

.works__img {
  height: 100%;
  overflow: hidden;
}

.works__img:hover {
  opacity: 1;
}

.works__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}

.works__img:hover img {
  transform: scale(1.05);
}

.works__category {
  background: #325fab;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  left: 0;
  padding: 1rem 2.8rem;
  position: absolute;
  top: 0;
  z-index: 1;
}

.works__meta {
  margin-top: 1.6rem;
}

.works__date {
  color: #6b6b6b;
  font-size: 1.6rem;
}

.works__ttl {
  -webkit-text-decoration: underline;
  color: #325fab;
  font-size: 1.7rem;
  margin-top: 1rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.works__ttl:hover {
  opacity: 1;
}

.works__pagenavi {
  margin-top: 2rem;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 1399px) {

  .header__inner {
    gap: 4rem;
  }

  .header__logo {
    max-width: 20rem;
  }

  .nav {
    gap: 4rem;
  }

  .nav__items {
    gap: 4.3vw;
  }

  .nav__link {
    font-size: 1.6rem;
  }

  .nav__btns {
    max-width: 40rem;
  }

  .nav__btn-link {
    font-size: 1.5rem;
  }

}

@media screen and (max-width: 1100px) {

  html {
    font-size: 0.91vw;
  }

  .header {
    background: #fff;
  }

  .header__inner {
    justify-content: space-between;
    padding: 0 2rem;
  }

  .c-hamburger {
    display: block;
  }

  .nav {
    display: none;
  }

}

@media screen and (max-width: 767px) {

  html {
    font-size: 10px;
  }

  .footer {
    position: relative;
  }

  .footer__inner {
    flex-direction: column;
    gap: 0;
    position: static;
  }

  .footer__nav {
    flex-direction: column;
    padding-top: 3.5rem;
    width: 100%;
  }

  .footer__nav-items {
    padding: 2.8rem 0;
    width: 100%;
  }

  .footer__nav-items:last-of-type {
    border-bottom: none;
    padding-bottom: 6.3rem;
  }

  .footer__nav-link {
    font-size: 1.8rem;
  }

  .footer__nav-subitems {
    gap: 2.4rem;
  }

  .footer__nav-sublink {
    font-size: 1.6rem;
  }

  .footer__nav-sublink::before {
    border-width: 0.2rem;
    height: 0.7rem;
    width: 0.7rem;
  }

  .footer__info {
    border-left: none;
    border-right: none;
    border-top: 0.1rem solid #bababa;
    height: auto;
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    padding: 5.3rem 0 8.8rem;
    width: 100vw;
  }

  .footer__address {
    line-height: 1.7;
  }

  .footer__copyright {
    padding: 3.5rem 0 2rem;
  }

  .footer__pagetop {
    height: 5rem;
    right: 0;
    width: 5.5rem;
  }

  .footer__pagetop span {
    height: 1.5rem;
    position: relative;
    top: 0.4rem;
    width: 1.5rem;
  }

  .footer__img img {
    min-height: 2.7rem;
  }

  .header {
    height: 5.8rem;
  }

  .header__logo {
    max-width: 16rem;
  }

  .l-information-bg {
    background: url(./../images/page/information_bg_sp.webp) no-repeat center/100%;
    background-position-y: 116.3rem;
  }

  .l-inner {
    padding: 0 2rem;
  }

  .l-main {
    margin-top: 5.8rem;
  }

  .l-page-bg {
    background: url(./../images/page/page_bg_sp.webp) no-repeat top/100% #fff;
    background-position-y: 2rem;
  }

  .l-page-container {
    padding: 3.8rem 0 2.7rem;
  }

  .l-page-container__inner {
    flex-direction: column-reverse;
    gap: 0;
  }

  .l-page-main {
    width: 100%;
  }

  .l-page-side {
    margin-top: 6.2rem;
    max-width: 100%;
    min-width: auto;
    position: static;
    width: 100%;
  }

  .c-breadcrumb {
    display: none;
  }

  .c-btn {
    font-size: 1.4rem;
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }

  .c-btn::after {
    border-width: 1px;
    position: relative;
    right: 0.6rem;
  }

  .c-company-nav {
    padding: 3.4rem 0 4.1rem;
  }

  .c-company-nav__inner {
    gap: 0.5rem;
  }

  .c-company-nav__btn {
    max-width: 10.8rem;
  }

  .c-marker-ttl__eng {
    font-size: 1rem;
  }

  .c-marker-ttl__ja {
    font-size: 1.9rem;
    padding: 0 0.5rem 0.4rem;
  }

  .c-page-sec-ttl {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }

  .c-page-ttl__inner {
    justify-content: center;
  }

  .c-page-ttl__ttl {
    border-width: 0.3rem;
    max-width: 19rem;
    padding-top: 1.5rem;
  }

  .c-page-ttl__eng {
    font-size: 1rem;
  }

  .c-page-ttl__ja {
    font-size: 2rem;
  }

  .c-page-vt-ttl {
    font-size: 1.9rem;
    line-height: 1.52;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }

  .c-page-vt-ttl .marker::before {
    height: 98%;
    right: -0.3rem;
    top: 0.6rem;
    width: 1rem;
  }

  .c-pagenavi a {
    font-size: 1.3rem;
    padding-bottom: 1.4rem;
    width: 9rem;
  }

  .c-pagenavi__back::before,
  .previouspostslink:before {
    border-width: 0.1rem;
  }

  .c-pagenavi__next::after,
  .nextpostslink::after {
    border-width: 0.1rem;
  }

  .c-top-sec-ttl {
    border: none;
    padding: 0;
  }

  .c-top-sec-ttl__sub {
    font-size: 0.8rem;
  }

  .c-top-sec-ttl__sub.--vt {
    margin-left: 1.5rem;
  }

  .c-top-sec-ttl__main {
    font-size: 1.9rem;
    margin-top: 0.9rem;
  }

  .c-top-sec-ttl__main.--vt {
    line-height: 1.52;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }

  .c-top-sec-ttl__main .marker::before {
    height: 98%;
    right: -0.3rem;
    top: 0.6rem;
    width: 1rem;
  }

  .c-top-sec-ttl__main .marker.--row::before {
    height: 1rem;
    right: -0.3rem;
    top: 1.3rem;
    width: 96%;
  }

  .c-top-sec-ttl__lead.--vt {
    font-size: 1.4rem;
    margin-right: 3rem;
  }

  .pagination-box {
    gap: 0.6rem;
  }

  .pagination span,
  .pagination a {
    height: 3.4rem;
    width: 3.4rem;
  }

  .pagination span.page-of {
    margin-right: 0.6rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .access {
    padding: 6.3rem 0 10rem;
  }

  .access__map {
    aspect-ratio: 665/874;
    margin-top: 2.2rem;
  }

  .access__link {
    font-size: 1.5rem;
    gap: 2.1rem;
    margin-top: 3.4rem;
    padding: 0 0.4rem 1.5rem 0.3rem;
  }

  .access__info {
    height: auto;
  }

  .access__info::before {
    height: 97.5%;
    top: 1rem;
    transform: skewY(3deg);
  }

  .access__info-bg {
    -webkit-clip-path: polygon(0 2.5%, 100% 0, 100% 97.5%, 0 100%);
    background: #325fab;
    clip-path: polygon(0 2.5%, 100% 0, 100% 97.5%, 0 100%);
    height: 100%;
    padding: 7.6rem 0;
  }

  .access__info-items {
    flex-direction: column;
    gap: 6.7rem;
    justify-content: flex-start;
  }

  .access__info-items::before {
    display: none;
  }

  .access__info-item {
    width: 100%;
  }

  .access__info-item:nth-child(2) {
    max-width: 100%;
    padding: 0;
  }

  .access__info-ttl {
    font-size: 1.9rem;
    letter-spacing: 0.1em;
    margin: 0 auto;
  }

  .access__info-dl {
    font-size: 1.5rem;
    line-height: 1.66;
    margin-top: 3rem;
  }

  .address {
    height: auto;
    margin-top: 10rem;
  }

  .address::before {
    display: none;
    height: 59.5%;
    top: 1.4rem;
  }

  .address__img {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .address__img::before {
    background: #325fab;
    content: "";
    display: block;
    height: 96.5%;
    left: 0;
    position: absolute;
    top: 5rem;
    top: 1rem;
    transform: skewY(2.5deg);
    width: 100%;
    z-index: -1;
  }

  .address__inner {
    -webkit-clip-path: initial;
    clip-path: initial;
    flex-direction: column;
  }

  .address__addr {
    background: none;
    color: inherit;
    margin: 0 auto;
    max-width: 22rem;
    padding: 4.5rem 0;
  }

  .address__ttl {
    font-size: 1.8rem;
  }

  .address__text {
    font-size: 1.5rem;
    line-height: 1.66;
  }

  .address__text:nth-of-type(1) {
    margin-top: 1rem;
  }

  .address__link {
    border-color: #325fab;
    color: #325fab;
    font-size: 1.5rem;
    margin: 3rem auto 0;
    padding: 0 0.4rem 1.6rem 0.3rem;
  }

  .address__link::after {
    border-color: #325fab;
  }

  .archive__sec-ttl {
    display: none;
  }

  .archive__list:not(:nth-child(2)) {
    margin-top: 6rem;
  }

  .archive__category {
    letter-spacing: 0;
    padding: 0.6rem 0.9rem;
  }

  .archive__ttl {
    font-size: 1.6rem;
  }

  .archive__body {
    margin-top: 3rem;
  }

  .archive__text {
    font-size: 1.4rem;
    line-height: 2;
  }

  .archive__body p {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 1.5rem;
  }

  .archive__body li {
    font-size: 1.4rem;
    line-height: 2;
  }

  .archive__img {
    margin-top: 3rem;
  }

  .archive__pagenavi {
    margin-top: 8.5rem;
  }

  .wp-block-image {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .archive__body img {
    max-width: 100% !important;
  }

  .archive__body img {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .contact-confirm .form__input,
  .contact-confirm .form__textarea {
    padding: 0.8rem 1.2rem;
  }

  .contact {
    background: url(./../images/page/contact_bg_sp.webp) no-repeat center/100%;
    background-position-y: 12.3rem;
    padding: 4.6rem 0 10rem;
  }

  .contact__text {
    line-height: 1.66;
    margin-top: 3rem;
    text-align: left;
  }

  .contact__link {
    margin-top: 1.5rem;
  }

  .contact__info {
    flex-direction: column;
    margin-top: 3.5rem;
    padding: 3.4rem 0 3rem;
  }

  .contact__info-ttl {
    font-size: 1.7rem;
    max-width: 100%;
    width: 100%;
  }

  .contact__tel {
    border: none;
    font-size: 2.7rem;
    gap: 1.3rem;
    margin-top: 1.7rem;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  .contact__tel::before {
    width: 2.4rem;
  }

  .contact__addr {
    margin-top: 2.5rem;
    padding: 0;
  }

  .contact__form {
    margin-top: 3.6rem;
  }

  .recaptcha-notice {
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }

  .faq {
    padding: 7.2rem 0 6rem;
  }

  .faq__sec-ttl {
    display: none;
  }

  .faq__items {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    margin-top: 0;
  }

  .faq__item {
    padding: 0;
  }

  .faq__question {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.4rem;
    left: -2rem;
    max-width: calc(100% - 1rem);
    padding: 1.9rem 2rem 3.2rem;
    position: relative;
  }

  .faq__question-text {
    line-height: 1.875;
    padding-left: 1.6rem;
  }

  .faq__answer {
    gap: 0.8rem;
    margin-right: calc(50% - 50vw);
    margin-top: -9.5rem;
    padding: 11rem 5.2rem 5rem 2.6rem;
  }

  .faq__a {
    position: relative;
    right: 1rem;
  }

  .faq__answer-text {
    line-height: 1.87;
  }

  .faq__item:nth-child(2n) .faq__question {
    align-items: flex-end;
    right: -3rem;
  }

  .faq__item:nth-child(2n) .faq__a {
    text-align: right;
  }

  .faq__item:nth-child(2n) .faq__answer {
    margin-right: calc(50% - 50vw);
  }

  .form__item {
    flex-direction: column;
    gap: 1.1rem;
  }

  .form__item:not(:nth-child(1)) {
    margin-top: 2.3rem;
  }

  .form__label {
    font-size: 1.7rem;
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
  }

  .form__label.--optional {
    padding-right: 0;
  }

  .form__input,
  .form__textarea {
    font-size: 1.7rem;
    max-width: 100%;
    width: 100%;
  }

  .form__input input,
  .form__textarea textarea {
    font-size: 1.7rem;
    padding: 0.8rem 1.2rem;
  }

  .form__textarea {
    aspect-ratio: 78/35;
  }

  .form__btn {
    margin-top: 5.4rem;
    max-width: 23.6rem;
  }

  .wpcf7 form .wpcf7-response-output {
    font-size: 1.5rem;
  }

  .fv__img {
    aspect-ratio: 750/611;
  }

  .information__table {
    font-size: 1.5rem;
    line-height: 1.33;
    margin-top: 4rem;
  }

  .information__item {
    gap: 1.6rem;
  }

  .information__ttl {
    padding: 0.9rem 0;
    width: 7.8rem;
  }

  .information__desc {
    align-items: center;
    display: flex;
    padding: 0.9rem 0.6rem;
  }

  .information__desc.--noflex {
    display: block;
  }

  .information__desc a {
    display: block;
  }

  .message {
    padding-bottom: 13rem;
  }

  .message::before {
    background: url(./../images/page/message_bg_top_sp.webp) no-repeat top/100%;
    top: 16.5rem;
  }

  .message::after {
    background: url(./../images/page/message_bg_bottom_sp.webp) no-repeat bottom/100%;
    bottom: 4rem;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }

  .message__head {
    align-items: center;
    flex-direction: column;
    gap: 5rem;
    margin-top: 3.7rem;
  }

  .message__vt-ttl {
    font-size: 2.3rem;
    line-height: 1.86;
    margin: 0 auto;
  }

  .message__text {
    font-size: 1.5rem;
    line-height: 2;
  }

  .message__name {
    font-size: 1.5rem;
    margin-top: 4rem;
  }

  .message__body {
    margin-top: 5.7rem;
  }

  .page-fv__img {
    aspect-ratio: 750/320;
    height: auto;
  }

  .philosophy {
    background: url(./../images/page/philosophy_bg_sp.webp) no-repeat center/100%;
    background-position-y: 15rem;
    padding-bottom: 6.8rem;
  }

  .philosophy__head {
    align-items: center;
    flex-direction: column;
    gap: 5.4rem;
    margin-top: 4.6rem;
  }

  .philosophy__vt-ttl {
    font-size: 2.3rem;
    line-height: 1.86;
    margin: 0 auto;
  }

  .philosophy__vt-ttl .marker::before {
    right: 0.5rem;
    top: 0.8rem;
    width: 1.3rem;
  }

  .philosophy__vt-ttl .--height::before {
    height: 88%;
  }

  .philosophy__lists {
    gap: 1.9rem;
    margin: 0 auto;
    max-width: 28.7rem;
  }

  .philosophy__list {
    align-items: flex-start;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .philosophy__body {
    mask-type: 2.6rem;
  }

  .philosophy__foot {
    margin-top: 6.3rem;
  }

  .philosophy__foot-text {
    margin-top: 1.9rem;
  }

  .privacy {
    background: url(./../images/page/contact_bg_sp.webp) no-repeat top/100%;
    background-position-y: 3rem;
    padding: 3.5rem 0 8rem;
  }

  .privacy__ttl {
    font-size: 1.8rem;
    margin-top: 3.5rem;
  }

  .privacy__ttl:first-child {
    margin-top: 5rem;
  }

  .privacy__desc {
    margin-top: 1.5rem;
  }

  .recruit-about {
    height: auto;
  }

  .recruit-about::before {
    height: 97.5%;
    top: 1rem;
    transform: skewY(3deg);
  }

  .recruit-about__bg {
    -webkit-clip-path: polygon(0 2.5%, 100% 0, 100% 97.5%, 0 100%);
    background: #325fab;
    clip-path: polygon(0 2.5%, 100% 0, 100% 97.5%, 0 100%);
    height: 100%;
    padding: 8rem 0 10rem;
  }

  .recruit-about__head {
    margin-top: 0;
  }

  .recruit-about__sec-ttl {
    font-size: 1.7rem;
    line-height: 1.95;
  }

  .recruit-about__sec-ttl span {
    background: linear-gradient(transparent 50%, #1d4ea0 0%);
    padding: 0 0rem 0.7rem 0.8rem;
  }

  .recruit-about__lead {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 4.5rem;
    text-align: left;
  }

  .recruit-about__body {
    flex-direction: column;
    gap: 4.5rem;
    margin-top: 4.8rem;
  }

  .recruit-about__img {
    max-width: 100%;
  }

  .recruit-about__ttl {
    font-size: 2rem;
    text-align: center;
  }

  .recruit-about__text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 3rem;
  }

  .recruit-about__obj-left {
    display: none;
  }

  .recruit-about__obj-right {
    display: none;
  }

  .recruit-data {
    padding: 5rem 0 5.8rem;
  }

  .recruit-data::before,
  .recruit-data::after {
    height: 5rem;
    min-height: auto;
  }

  .recruit-data::before {
    top: -2rem;
  }

  .recruit-data::after {
    bottom: -2rem;
  }

  .recruit-data__head-eng {
    font-size: 1rem;
  }

  .recruit-data__head-ja {
    font-size: 1.9rem;
  }

  .recruit-data__body {
    gap: 7rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
    padding: 2.5rem 0 7.5rem;
  }

  .recruit-flow {
    padding: 5.2rem 0 3rem;
  }

  .recruit-flow__lead {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 3.7rem;
    text-align: left;
  }

  .recruit-flow__body {
    aspect-ratio: 333/619;
    background: url(./../images/page/recruit_flow_sp.webp) no-repeat top/100% 61.9rem;
    flex-direction: column;
    margin-top: 6.5rem;
    max-width: 33.3rem;
  }

  .recruit-flow__item {
    align-items: flex-start;
    padding-bottom: 6.5rem;
    padding-left: 12.3rem;
    padding-top: 2.7rem;
    width: 100%;
  }

  .recruit-flow__item:nth-child(2) {
    padding-left: 12.3rem;
    padding-top: 1.2rem;
  }

  .recruit-flow__item:nth-child(3) {
    padding-left: 12.3rem;
    padding-top: 0;
  }

  .recruit-flow__item:nth-child(4) {
    padding-left: 12.3rem;
    padding-top: 0.5rem;
  }

  .recruit-flow__item:nth-child(5) {
    padding-left: 12.3rem;
    padding-top: 1.4rem;
  }

  .recruit-flow__ttl {
    font-size: 1.4rem;
  }

  .recruit-flow__text {
    height: auto;
    margin-top: 0.6rem;
    text-align: left;
  }

  .recruit-flow__icon {
    display: none;
  }

  .recruit-job {
    padding: 7rem 0 22.3rem;
  }

  .recruit-job::before {
    background: url(./../images/page/recruit_job_bg_sp.webp) no-repeat center/cover;
    height: 376vw;
    min-width: auto;
    top: 47.7rem;
  }

  .recruit-job__lead {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 3.7rem;
    text-align: left;
  }

  .recruit-job__body {
    flex-direction: column;
    gap: 21.5rem;
    margin-top: 2rem;
  }

  .recruit-job__item {
    padding: 1.5rem 1.5rem 0 1.5rem;
    width: 100%;
  }

  .recruit-job__item:nth-child(2n) {
    margin-top: 0;
  }

  .recruit-job__item::before {
    height: 7rem;
    max-width: 26.3rem;
  }

  .recruit-job__item:nth-child(2n)::before {
    left: auto;
    right: 0;
  }

  .recruit-job__item::after {
    height: 18.5rem;
    max-width: 9.3rem;
  }

  .recruit-job__item:nth-child(2n)::after {
    left: 0;
    right: auto;
  }

  .recruit-job__ttl {
    font-size: 1.7rem;
    padding: 1rem 1.7rem 2.3rem 2.1rem;
    top: 1.5rem;
  }

  .recruit-job__item:nth-child(2n) .recruit-job__ttl {
    left: 0;
    padding: 1rem 2.1rem 2.3rem 1.7rem;
    right: auto;
  }

  .recruit-job__text {
    background: #325fab;
    bottom: auto;
    left: 0;
    line-height: 1.85;
    min-width: 26.3rem;
    padding: 2rem 1.7rem;
    width: 79%;
    z-index: -1;
  }

  .recruit-job__item:nth-child(2n) .recruit-job__text {
    left: auto;
    right: 0;
  }

  .recruit-message {
    padding: 3.8rem 0 6.6rem;
  }

  .recruit-message::before {
    background: url(./../images/page/recruit_msg_bg_sp.webp) no-repeat top/100%;
    height: 157vw;
    max-width: 100%;
    min-height: auto;
    top: 70.5%;
    width: 100%;
  }

  .recruit-message__body {
    margin-top: 4rem;
  }

  .recruit-message__ttl {
    font-size: 1.6rem;
    line-height: 1.69;
  }

  .recruit-message__text {
    margin: 3rem auto 0;
    text-align: left;
  }

  .recruit-message__items {
    flex-wrap: wrap;
    gap: 3.9rem 0;
    margin-top: 5rem;
  }

  .recruit-message__item {
    width: 50%;
  }

  .recruit-message__item:nth-child(2n-1)::before {
    top: -1.1rem;
  }

  .recruit-message__item:nth-child(2n) {
    margin-top: 3.9rem;
  }

  .recruit-message__item:nth-child(2n)::before {
    bottom: -1.1rem;
  }

  .recruit {
    padding: 0 0 10rem;
  }

  .recruit__btn {
    background: url(./../images/page/recruit_btn_bg_sp.webp) no-repeat center/cover #325fab;
    height: 11.4rem;
    max-width: 33rem;
  }

  .recruit__page-sec-ttl {
    display: none;
  }

  .single__list:not(:nth-child(2)) {
    margin-top: 6rem;
  }

  .single__category {
    letter-spacing: 0;
    padding: 0.6rem 0.9rem;
  }

  .single__ttl {
    font-size: 1.6rem;
  }

  .single__body {
    margin-top: 3rem;
  }

  .single__body p {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 1.5rem;
  }

  .single__text {
    font-size: 1.4rem;
    line-height: 2;
  }

  .single__img {
    margin-top: 3rem;
  }

  .single__pagenavi {
    margin-top: 8.5rem;
  }

  .single__body img {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .sns {
    padding: 6.5rem 0 11.8rem;
  }

  .sns::before {
    background: url(./../images/common/sp/sns_obj.webp) no-repeat top/100%;
    bottom: -9.5rem;
  }

  .sns__lead {
    display: none;
  }

  .sns__links {
    gap: 3rem;
  }

  .sns__link.--fb {
    max-width: 3rem;
  }

  .sns__link.--x {
    max-width: 2.5rem;
  }

  .top-blog {
    padding: 4.2rem 0 6.5rem;
  }

  .top-blog__body {
    margin-top: 3.2rem;
  }

  .top-body__cards {
    gap: 4.3rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .top-blog__card-date {
    border-radius: 0 0 1.8rem 0;
    font-size: 1.2rem;
    padding: 0.3rem 1.5rem 0.9rem 0.8rem;
  }

  .top-blog__card-img {
    aspect-ratio: 318/252;
  }

  .top-blog__card-img img {
    min-height: auto;
  }

  .top-blog__card-cat {
    border-radius: 1.6rem 0 1.6rem 0;
    font-size: 1.15rem;
    margin-top: 1rem;
    padding: 0.4rem 1.4rem;
  }

  .top-blog__card-ttl {
    font-size: 1.4rem;
    line-height: 1.57;
    margin-top: 1.2rem;
    padding: 0;
  }

  .top-blog__btn {
    margin-top: 4rem;
  }

  .top-blog__img {
    display: none;
  }

  .top-concept {
    height: 100%;
  }

  .top-concept::before {
    display: none;
    height: 38.1rem;
    top: 1rem;
  }

  .top-concept__inner {
    -webkit-clip-path: polygon(0 1.7%, 100% 0, 100% 96.5%, 0 100%);
    clip-path: polygon(0 1.7%, 100% 0, 100% 96.5%, 0 100%);
    display: contents;
    height: 100%;
  }

  .top-concept__img {
    aspect-ratio: unset;
    height: auto;
    position: relative;
  }

  .top-concept__img::before {
    background: #325fab;
    content: "";
    display: block;
    height: 96%;
    left: 0;
    position: absolute;
    top: 1rem;
    transform: skewY(3deg);
    width: 100%;
    z-index: -1;
  }

  .top-concept__sec-ttl {
    -webkit-clip-path: none;
    clip-path: none;
    height: 50rem;
    margin: 5rem auto 0;
    padding: 0 2.3rem 0 0;
  }

  .top-concept__sec-ttl-lead {
    height: 42.1rem;
  }

  .top-news {
    padding: 4.7rem 0 6.6rem;
  }

  .top-news__inner {
    gap: 1.2rem;
  }

  .top-news__sec-ttl-main {
    margin-top: 1.7rem;
    padding-right: 1.7rem;
  }

  .top-news__body {
    border: none;
  }

  .top-news__link {
    padding: 2.4rem 0 1.6rem;
  }

  .top-news__list:first-child .top-news__link {
    padding-top: 0;
  }

  .top-news__link::after {
    height: 1.4rem;
    right: 0.7rem;
    width: 1.4rem;
  }

  .top-news__meta {
    align-items: center;
    flex-direction: row;
    gap: 0.7rem;
  }

  .top-news__date {
    font-size: 1.3rem;
  }

  .top-news__cat {
    padding: 0.5rem 1.3rem 0.4rem;
  }

  .top-news__ttl {
    font-size: 1.4rem;
    line-height: 1.78;
    margin-top: 0.8rem;
    max-width: 19.3rem;
  }

  .top-news__btn {
    margin-left: auto;
    margin-top: 3rem;
    width: -moz-fit-content;
    width: fit-content;
  }

  .top-news__img {
    display: none;
  }

  .top-works {
    padding: 5rem 0 7.2rem;
  }

  .top-works__inner {
    flex-direction: column;
    gap: 3.3rem;
  }

  .top-works__sec-ttl {
    text-align: center;
  }

  .top-works__sec-ttl-main.--vt {
    padding-right: 0;
    writing-mode: horizontal-tb;
  }

  .top-works__body {
    margin: 0 auto;
    max-width: 100%;
  }

  .top-works__slider {
    left: auto !important;
    margin: auto !important;
  }

  .top-works__slider .swiper-slide {
    max-width: 100%;
  }

  .top-works__paginav {
    max-width: 100%;
    top: 23vw;
  }

  .top-works__prev,
  .top-works__next {
    height: 4rem !important;
    width: 4rem !important;
  }

  .top-works__card {
    max-width: 100%;
  }

  .top-works__card-img {
    aspect-ratio: 316/332;
    max-width: 100%;
  }

  .top-works__card-cat {
    font-size: 1.2rem;
    padding: 0.3rem 0.8rem;
  }

  .top-works__card-date {
    font-size: 1.3rem;
  }

  .top-works__card-ttl {
    font-size: 1.4rem;
    line-height: 1.57;
  }

  .top-works__btn {
    margin-top: 4rem;
    text-align: center;
  }

  .top-works__img {
    display: none;
  }

  .works-single {
    padding-top: 0;
  }

  .works-single__category {
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }

  .works-single__ttl {
    font-size: 1.7rem;
    margin-top: 1.2rem;
  }

  .works-single__body img {
    margin-top: 3.4rem;
  }

  .works-single dl {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 3.5rem;
    max-width: 100%;
  }

  .works-single dt {
    max-width: 6.5rem;
    padding: 1.4rem 0.2rem;
  }

  .works-single dd {
    padding: 1.4rem 0.2rem;
    width: calc(100% - 6.5rem);
  }

  .works-single__pagenavi {
    margin-top: 7rem;
  }

  .works {
    background: none;
    padding: 4.3rem 0 9rem;
  }

  .works__sec-ttl {
    display: none;
  }

  .works__nav {
    gap: 1.4rem 1.3rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }

  .works__nav.--single {
    margin-top: 9.3rem;
  }

  .works__nav-ttl {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .works__body {
    gap: 5rem;
    margin-top: 5rem;
  }

  .works__row {
    flex-direction: column;
    gap: 5rem;
  }

  .works__item {
    width: 100%;
  }

  .works__item:nth-child(2n) {
    margin-top: 0;
  }

  .works__img-wrap {
    aspect-ratio: 333/250;
  }

  .works__category {
    font-size: 1.3rem;
    font-weight: 300;
    padding: 0.8rem 1.8rem 0.6rem;
  }

  .works__date {
    font-size: 1.4rem;
  }

  .works__ttl {
    font-size: 1.5rem;
  }

  .works__pagenavi {
    margin-top: 3rem;
  }

}

@media screen and (max-width: 375px) {

  html {
    font-size: 2.67vw;
  }

  .footer__pagetop {
    right: 0;
  }

}

@keyframes zoom {

  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.12);
  }

}


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