@charset "UTF-8";
html {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #171313;
  font-style: normal;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "小塚ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  background-color: #f8f9fa;
}

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

* {
  margin: 0;
  padding: 0;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}
a:active, a:hover {
  outline-width: 0;
}

@media screen and (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  color: inherit;
}

Zabbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

video,
iframe {
  vertical-align: bottom;
}

iframe {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  border: 0;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  color: inherit;
  font: inherit;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-left: 0;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  border-color: inherit;
  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  height: auto;
}

input,
optgroup,
select,
textarea {
  width: 100%;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

optgroup {
  font-weight: 700;
}

button,
[type=button],
[type=submit] {
  color: inherit;
  transition: opacity 0.4s;
}
button:hover,
[type=button]:hover,
[type=submit]:hover {
  opacity: 0.7;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  outline: transparent;
  display: block;
  padding: 0;
  cursor: pointer;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: bottom;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #171313;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[disabled] {
  cursor: default;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* Common */
@media screen and (max-width: 1500px) {
  .min-xxl {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .min-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .min-lg {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .min-md {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .min-sm {
    display: none !important;
  }
}
@media screen and (min-width: 1501px) {
  .max-xxl {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .max-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .max-lg {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .max-md {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .max-sm {
    display: none !important;
  }
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: clamp(20px, 17px + 0.75vw, 25px);
}

.mt-30 {
  margin-top: clamp(25px, 22px + 0.75vw, 30px);
}

.mt-35 {
  margin-top: clamp(25px, 20px + 1.51vw, 35px);
}

.mt-40 {
  margin-top: clamp(30px, 25px + 1.51vw, 40px);
}

.mt-45 {
  margin-top: clamp(30px, 22px + 2.26vw, 45px);
}

.mt-50 {
  margin-top: clamp(35px, 27px + 2.26vw, 50px);
}

.mt-55 {
  margin-top: clamp(40px, 32px + 2.26vw, 55px);
}

.mt-60 {
  margin-top: clamp(40px, 29px + 3.01vw, 60px);
}

.mt-65 {
  margin-top: clamp(50px, 42px + 2.26vw, 65px);
}

.mt-70 {
  margin-top: clamp(50px, 39px + 3.01vw, 70px);
}

.mt-75 {
  margin-top: clamp(60px, 52px + 2.26vw, 75px);
}

.mt-80 {
  margin-top: clamp(60px, 49px + 3.01vw, 80px);
}

.mt-85 {
  margin-top: clamp(60px, 46px + 3.77vw, 85px);
}

.mt-90 {
  margin-top: clamp(60px, 44px + 4.52vw, 90px);
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: clamp(20px, 17px + 0.75vw, 25px);
}

.mb-30 {
  margin-bottom: clamp(25px, 22px + 0.75vw, 30px);
}

.mb-35 {
  margin-bottom: clamp(25px, 20px + 1.51vw, 35px);
}

.mb-40 {
  margin-bottom: clamp(30px, 25px + 1.51vw, 40px);
}

.mb-45 {
  margin-bottom: clamp(30px, 22px + 2.26vw, 45px);
}

.mb-50 {
  margin-bottom: clamp(35px, 27px + 2.26vw, 50px);
}

.mb-55 {
  margin-bottom: clamp(40px, 32px + 2.26vw, 55px);
}

.mb-60 {
  margin-bottom: clamp(40px, 29px + 3.01vw, 60px);
}

.mb-65 {
  margin-bottom: clamp(50px, 42px + 2.26vw, 65px);
}

.mb-70 {
  margin-bottom: clamp(50px, 39px + 3.01vw, 70px);
}

.mb-75 {
  margin-bottom: clamp(60px, 52px + 2.26vw, 75px);
}

.mb-80 {
  margin-bottom: clamp(60px, 49px + 3.01vw, 80px);
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.fz-9 {
  font-size: 0.5625rem;
}

.fz-10 {
  font-size: 0.625rem;
}

.fz-11 {
  font-size: 0.6875rem;
}

.fz-12 {
  font-size: 0.75rem;
}

.fz-13 {
  font-size: 0.8125rem;
}

.fz-14 {
  font-size: 0.875rem;
}

.fz-15 {
  font-size: 0.9375rem;
}

.fz-16 {
  font-size: 1rem;
}

.fz-16 {
  font-size: clamp(0.9375rem, 0.9rem + 0.15vw, 1rem);
}

.fz-18 {
  font-size: clamp(1.0625rem, 1.03rem + 0.15vw, 1.125rem);
}

.fz-20 {
  font-size: clamp(1.125rem, 1.06rem + 0.3vw, 1.25rem);
}

.fz-22 {
  font-size: clamp(1.125rem, 0.99rem + 0.6vw, 1.375rem);
}

.fz-24 {
  font-size: clamp(1.25rem, 1.11rem + 0.6vw, 1.5rem);
}

.fz-26 {
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.625rem);
}

.fz-28 {
  font-size: clamp(1.375rem, 1.17rem + 0.9vw, 1.75rem);
}

.fz-30 {
  font-size: clamp(1.375rem, 1.1rem + 1.2vw, 1.875rem);
}

.thin {
  font-weight: 100;
}

.extralight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-10 {
  letter-spacing: 0.01em;
}

.ls-20 {
  letter-spacing: 0.02em;
}

.ls-30 {
  letter-spacing: 0.03em;
}

.ls-40 {
  letter-spacing: 0.04em;
}

.ls-50 {
  letter-spacing: 0.05em;
}

.ls-60 {
  letter-spacing: 0.06em;
}

.ls-70 {
  letter-spacing: 0.07em;
}

.ls-80 {
  letter-spacing: 0.08em;
}

.ls-90 {
  letter-spacing: 0.09em;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-19 {
  line-height: 1.9;
}

.lh-20 {
  line-height: 2;
}

.lh-21 {
  line-height: 2.1;
}

.lh-22 {
  line-height: 2.2;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration-line: underline;
  text-decoration-color: inherit;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
}

.list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.list-dot li::before {
  content: "・";
}

.logo {
  line-height: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.blue {
  color: #2c4b9e;
}

.accordion-item + .accordion-item {
  margin-top: 15px;
  transition: margin 0.4s;
}
.accordion-item:has(.is-open) + .accordion-item {
  margin-top: 50px;
}
.accordion-title {
  cursor: pointer;
  background-color: #fff;
  padding: clamp(15px, 11px + 1.05vw, 22px) 60px clamp(15px, 11px + 1.05vw, 22px) clamp(20px, 15px + 1.51vw, 30px);
  transition: margin 0.4s;
  position: relative;
}
.accordion-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2c4b9e;
  border-bottom: 2px solid #2c4b9e;
  transform: rotate(45deg);
  transition: transform 0.4s;
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
}
.accordion-title.is-open {
  margin-bottom: 5px;
}
.accordion-title.is-open::before {
  transform: rotate(-135deg);
}
.accordion-content {
  display: none;
}

.hover-scale {
  overflow: hidden;
  display: block;
}
.hover-scale-img {
  transition: transform 0.4s;
}
.hover-scale:hover .hover-scale-img {
  transform: scale(1.05);
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInTrigger {
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.clipUpTrigger {
  opacity: 0;
}
.clipUpTrigger.is-animated {
  animation-name: clipUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes clipUp {
  0% {
    opacity: 0;
    clip-path: inset(100% 0% 0% 0%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

.clipLeftTrigger {
  opacity: 0;
}
.clipLeftTrigger.is-animated {
  animation-name: clipLeft;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes clipLeft {
  0% {
    opacity: 0;
    clip-path: inset(0% 100% -50% 0%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% -50% 0%);
  }
}

.delay02s {
  animation-delay: 0.2s;
}

.delay04s {
  animation-delay: 0.4s;
}

.delay06s {
  animation-delay: 0.6s;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select,
textarea {
  outline: none;
  width: 100%;
  background-color: #f0f2f7;
  border: 1px solid #b9b9c8;
  border-radius: 3px;
  padding: 12px 20px;
  line-height: 2.25;
  letter-spacing: 0.04em;
}

::-moz-placeholder {
  font: inherit;
  margin: 0;
  padding: 0;
  color: #a6a6b7;
}

::placeholder {
  font: inherit;
  margin: 0;
  padding: 0;
  color: #a6a6b7;
}

.form-item {
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid rgba(185, 185, 200, 0.6);
  position: relative;
}
.form-item:has(.form-item-acceptance) {
  display: block;
}
.form-item::before {
  content: "";
  display: inline-block;
  width: 80%;
  max-width: 355px;
  height: 1px;
  background-color: #4472c4;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.form-item > label, .form-item > p {
  width: 65%;
  max-width: 365px;
  padding: 13px 10px 13px 0;
  display: flex;
  align-items: flex-start;
}
.form-item-address {
  width: 100%;
}
.form-item-zip {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}
.form-item-acceptance {
  padding-left: 76px;
}
.form-item-acceptance p {
  letter-spacing: 0.04em;
  line-height: 2.25;
}

.required,
.optional {
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
  line-height: 2.25;
  letter-spacing: 0.04em;
  padding: 0 15px;
  white-space: nowrap;
}

.required {
  color: #fff;
  background-color: #2c4b9e;
}

.optional {
  color: #2c4b9e;
  background-color: #eef1f4;
}

/* Contact Form 7 */
.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-weight: 700;
}

.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0;
}

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

.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 2.25;
  letter-spacing: 0.04em;
}

.wpcf7-radio {
  display: flex;
  gap: 5px 40px;
  flex-wrap: wrap;
  padding: 13px 0;
}
.wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #b9b9c8;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2c4b9e;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: calc(50% - 6px);
  opacity: 0;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 1px solid #b9b9c8;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  border-bottom: 3px solid #2c4b9e;
  border-right: 3px solid #2c4b9e;
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 8px;
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-item-acceptance .wpcf7-form-control-wrap {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

#autozip {
  display: none !important;
}

/* WP-PageNavi */
.wp-pagenavi {
  margin-top: clamp(40px, 18px + 6.02vw, 80px);
  margin-left: auto;
  margin-right: auto;
  max-width: 415px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wp-pagenavi a:not(.previouspostslink, .nextpostslink),
.wp-pagenavi span {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 15px clamp(5px, 2px + 0.75vw, 10px);
  color: #cacad9;
}
.wp-pagenavi span.current {
  color: #2c4b9e;
}

.previouspostslink,
.nextpostslink {
  position: absolute;
}
.previouspostslink::before,
.nextpostslink::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #2c4b9e;
  position: absolute;
  top: calc(50% - 25px);
}
.previouspostslink::after,
.nextpostslink::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 4px);
}

.previouspostslink {
  left: 0;
}
.previouspostslink::before {
  left: 0;
}
.previouspostslink::after {
  left: 22px;
  transform: rotate(135deg);
}

.nextpostslink {
  right: 0;
}
.nextpostslink::before {
  right: 0;
}
.nextpostslink::after {
  right: 22px;
}

/* Layout */
.container_l {
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(15px, -9px + 6.78vw, 60px);
  padding-right: clamp(15px, -9px + 6.78vw, 60px);
  max-width: 1460px;
}

.container_m {
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(15px, -9px + 6.78vw, 60px);
  padding-right: clamp(15px, -9px + 6.78vw, 60px);
  max-width: 1380px;
}

.container_s {
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(15px, -9px + 6.78vw, 60px);
  padding-right: clamp(15px, -9px + 6.78vw, 60px);
  max-width: 1220px;
}

.title-style01.flexbox {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.title-style01-en {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #2c4b9e;
  display: block;
}
.title-style01-en::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #2c4b9e;
  margin-left: 4px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.title-style01-en.white {
  color: #fff;
}
.title-style01-en.white::before {
  background-color: #fff;
}
.title-style01-ja {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-size: clamp(1.375rem, 1.17rem + 0.9vw, 1.75rem);
}
.title-style01-ja.flexbox {
  display: flex;
  flex-wrap: wrap;
}

.title-style02 {
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: clamp(1.3125rem, 1.08rem + 1.05vw, 1.75rem);
  padding-left: 15px;
  position: relative;
}
.title-style02::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #2c4b9e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.46em;
}

.btn-style01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  padding: 20px;
  background-color: #2c4b9e;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.btn-style01-outer {
  max-width: 250px;
  margin-top: clamp(30px, 22px + 2.26vw, 45px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.btn-style01-outer::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 80px;
  top: calc(50% - 4px);
  pointer-events: none;
}
.btn-style01-outer .btn-style01 {
  padding-right: 45px;
}
.btn-style01::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: 15px;
}
.btn-style01.back {
  flex-direction: row-reverse;
}
.btn-style01.back::after {
  transform: rotate(135deg);
  margin-left: 0;
  margin-right: 15px;
}

.list-style01 {
  font-size: 0.875rem;
}
.list-style01 li {
  padding-left: 10px;
  position: relative;
}
.list-style01 li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2c4b9e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.9em;
}

.table-style01-row {
  display: flex;
}
.table-style01-row > dt {
  min-width: 202px;
  color: #2c4b9e;
  font-weight: 700;
  border-bottom: 1px solid #2c4b9e;
  padding: 22px 10px;
}
.table-style01-row > dd {
  width: 100%;
  border-bottom: 1px solid #b9b9c8;
  letter-spacing: 0.04em;
  line-height: 2.25;
  padding: 20px 35px;
}

.table-style02 {
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.table-style02 th,
.table-style02 td {
  padding: clamp(15px, 8px + 1.81vw, 27px) clamp(5px, 0px + 1.51vw, 15px);
}
@media screen and (min-width: 901px) {
  .table-style02 th:first-child,
  .table-style02 td:first-child {
    width: 160px;
  }
  .table-style02 th:nth-child(3),
  .table-style02 td:nth-child(3) {
    width: 160px;
  }
  .table-style02 th:last-child,
  .table-style02 td:last-child {
    width: 240px;
  }
}
.table-style02 th {
  font-weight: 500;
}
.table-style02 td:not(:nth-child(2)) {
  text-align: center;
}
.table-style02 thead tr {
  background-color: #f0f2f7;
}
.table-style02 tbody tr {
  border-bottom: 1px solid #e8e8e8;
}

.map {
  font-size: 0.875rem;
  color: #4472c4;
  letter-spacing: 0.04em;
}

.bg-gray {
  background: linear-gradient(to left, transparent 50%, #eef1f4 50%);
}
.bg-gray-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(60px, 49px + 3.01vw, 80px) 0;
  background-color: #eef1f4;
}

/* ----- header ----- */
.header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  position: relative;
  z-index: 11;
}
.header .logo a {
  display: block;
  padding: 35px 15px;
  background-color: #2c4b9e;
}
.header.scroll {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
.header.scroll.is-show {
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1281px) {
  .header.scroll .logo a {
    padding: 26px 15px;
  }
  .header.scroll .gnav {
    padding-bottom: 0;
  }
}

.gnav {
  padding-bottom: 20px;
}
.gnav-list {
  display: flex;
  align-items: center;
  gap: 0 30px;
  height: 100%;
}
.gnav-item {
  letter-spacing: 0.04em;
  line-height: 1.4;
  height: 100%;
}
.gnav-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.gnav-item:not(:last-child) > a {
  padding: 0 10px;
  position: relative;
}
.gnav-item:not(:last-child) > a.current::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #2c4b9e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gnav-item:last-child {
  font-size: 0.875rem;
  color: #fff;
  margin-left: 10px;
}
.gnav-item:last-child > a {
  background: linear-gradient(43deg, #1e2a78, #3f9ad8);
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px 0;
}
.gnav-item:last-child > a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url(./img/common/icn-mail-white@2x.png);
  background-size: contain;
}

@media screen and (min-width: 1281px) {
  .gnavBtn {
    display: none;
  }
}
/* ----- footer ----- */
.footer {
  margin-top: clamp(90px, 68px + 6.02vw, 130px);
}
.footer-contact {
  position: relative;
  z-index: 1;
  margin: 0 10px;
  background: linear-gradient(80deg, #1e2a78 25%, #3986c8 100%);
  color: #fff;
  padding: clamp(30px, 14px + 4.52vw, 60px) 0;
}
.footer-contact-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(20px, -2px + 6.02vw, 60px);
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 60px;
  flex-wrap: wrap;
}
.footer-contact .title-style01 {
  padding-left: 10px;
}
.footer-contact .title-style01-en {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.footer-contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 770px;
  gap: 20px 60px;
  flex-wrap: wrap;
}
.footer-contact .contact-tel-text {
  color: #d7daf2;
}
.footer-contents {
  margin-top: -60px;
  background-color: #131313;
  padding-top: clamp(100px, 95px + 1.51vw, 110px);
  color: #fff;
}
.footer-contents-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px 60px;
  flex-wrap: wrap;
}
.footer-contents-info-map {
  font-size: 0.8125rem;
  color: #7892d9;
  text-decoration-line: underline;
  text-decoration-color: inherit;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
}

.sitemap {
  margin-top: 20px;
}
.sitemap-list {
  display: flex;
  gap: 20px 70px;
  flex-wrap: wrap;
}
.sitemap-item {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.sitemap-item-menu {
  margin-top: 20px;
  color: #aaa;
  font-size: 0.8125rem;
}
.sitemap-item-menu li + li {
  margin-top: 10px;
}

.copy {
  margin-top: 50px;
  font-family: "Lato", sans-serif;
  color: #aaa;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  padding: 30px 0;
  border-top: 1px solid #3a3938;
}

/* ----- main ----- */
.home-mv {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.home-mv-container {
  position: absolute;
  top: 0;
  bottom: 9.2vw;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  max-height: 100vh;
}
@media screen and (min-width: 1921px) {
  .home-mv-container {
    bottom: 180px;
  }
}
.home-mv-textBox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(15px, -9px + 6.78vw, 60px);
  padding-right: clamp(15px, -9px + 6.78vw, 60px);
  max-width: 1400px;
}
.home-mv-title {
  font-size: clamp(2.25rem, 1.17rem + 4.82vw, 4.25rem);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.home-mv-title-sm {
  font-size: clamp(1.875rem, 1.13rem + 3.31vw, 3.25rem);
}
.home-mv-title-gradient {
  background: linear-gradient(47deg, #3a62b3, #51b0f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-mv-text {
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.75;
  font-size: clamp(1rem, 0.93rem + 0.3vw, 1.125rem);
  letter-spacing: 0.1em;
}
.home-message {
  margin-top: -9.2vw;
  position: relative;
  max-width: 1500px;
  margin-left: auto;
}
.home-message-outer {
  background-image: url(./img/top/message-kurimasa.png);
  background-position: right 20px bottom 0;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 85px;
  padding-right: clamp(15px, -9px + 6.78vw, 60px);
}
@media screen and (min-width: 1921px) {
  .home-message {
    margin-top: -180px;
  }
}
.home-message-container {
  max-width: 1330px;
  display: flex;
  justify-content: space-between;
}
.home-message-textBox {
  margin-top: 10px;
  padding-left: clamp(15px, -9px + 6.78vw, 60px);
}
.home-message-textBox p {
  max-width: 490px;
}
.home-service {
  margin-top: 40px;
  padding: clamp(60px, 44px + 4.52vw, 90px) 0;
  background-color: #eef1f4;
}
.home-service p.bold {
  line-height: 2.25;
}
.home-service .service-item {
  padding: 0;
}
.home-service a {
  padding: clamp(30px, 25px + 1.51vw, 40px) clamp(50px, 36px + 3.77vw, 75px) clamp(30px, 25px + 1.51vw, 40px) clamp(40px, 29px + 3.01vw, 60px);
  display: block;
  background-color: #fff;
  position: relative;
}
.home-service a::before {
  content: "";
  display: inline-block;
  width: clamp(50px, 42px + 2.11vw, 64px);
  height: clamp(50px, 42px + 2.11vw, 64px);
  background-color: #2c4b9e;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home-service a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: clamp(23px, 19px + 1.05vw, 30px);
  bottom: clamp(21px, 17px + 1.05vw, 28px);
}
.home-case {
  margin-top: clamp(70px, 46px + 6.78vw, 115px);
  display: flex;
  max-width: calc(50% + 690px);
  margin-left: auto;
}
.home-case-textBox {
  padding: 0 clamp(15px, -9px + 6.78vw, 60px);
  min-width: 420px;
}
.home-case-slider {
  width: 100%;
  padding: 17px 17px clamp(90px, 79px + 3.01vw, 110px) 17px;
}
.home-case-slider-nav {
  position: relative;
  max-width: 926px;
  margin-right: auto;
}
.home-case-slider .swiper-scrollbar {
  border-radius: 0;
  background: #eee;
}
.home-case-slider .swiper-button-next,
.home-case-slider .swiper-button-prev {
  width: clamp(50px, 42px + 2.11vw, 64px);
  height: clamp(50px, 42px + 2.11vw, 64px);
  background-color: #2c4b9e;
  margin-top: 0;
  color: transparent;
  top: auto;
  bottom: calc(-1 * clamp(90px, 79px + 3.01vw, 110px));
}
.home-case-slider .swiper-button-next::before,
.home-case-slider .swiper-button-prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: clamp(23px, 19px + 1.05vw, 30px);
  bottom: clamp(21px, 17px + 1.05vw, 28px);
}
.home-case-slider .swiper-button-next {
  right: calc(clamp(15px, -9px + 6.78vw, 60px) - 17px);
}
.home-case-slider .swiper-button-prev {
  left: auto;
  right: calc(clamp(15px, -9px + 6.78vw, 60px) + clamp(60px, 52px + 2.11vw, 74px) - 17px);
}
.home-case-slider .swiper-button-prev::before {
  transform: rotate(135deg);
  right: auto;
  left: clamp(23px, 19px + 1.05vw, 30px);
}
.home-case-slider .swiper-horizontal > .swiper-scrollbar,
.home-case-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: auto;
  right: calc(clamp(15px, -9px + 6.78vw, 60px) + clamp(130px, 106px + 6.78vw, 175px) - 17px);
  bottom: calc(clamp(23px, 19px + 1.05vw, 30px) - clamp(90px, 79px + 3.01vw, 110px));
  height: 4px;
  width: calc(100% - (clamp(15px, -9px + 6.78vw, 60px) + clamp(130px, 106px + 6.78vw, 175px) - 17px));
  max-width: 473px;
}
.home-case-slider .swiper-scrollbar-drag {
  background: #2c4b9e;
  border-radius: 0;
}
.home-case-slide {
  max-width: 404px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding: clamp(30px, 27px + 0.75vw, 35px) clamp(30px, 27px + 0.75vw, 35px) clamp(40px, 37px + 0.75vw, 45px);
  background-color: #fff;
  box-shadow: 0 0 17px rgba(172, 172, 189, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-case-slide-top {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
.home-case-slide-cate {
  font-size: 0.8125rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #2c4b9e;
  padding: 5px 8px;
}
.home-case-slide-icn {
  background-color: #e4eaf8;
  width: 67px;
  height: 67px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-case-slide-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding-top: 20px;
}
.home-case-slide-item {
  display: flex;
  gap: 0 20px;
  padding-left: 10px;
  position: relative;
}
.home-case-slide-item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2c4b9e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.45em;
}
.home-case-slide-item + .home-case-slide-item {
  margin-top: 10px;
}
.home-recruit {
  margin-top: clamp(90px, 68px + 6.02vw, 130px);
  color: #fff;
  position: relative;
}
.home-recruit-imgBox {
  position: relative;
}
.home-recruit-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.home-recruit-textBox {
  padding: clamp(10px, -9px + 5.27vw, 45px);
}
.home-recruit-textBox .title-style01-en {
  margin-left: clamp(5px, -3px + 2.26vw, 20px);
  margin-bottom: calc(-1 * clamp(10px, 5px + 1.51vw, 20px));
  position: relative;
  z-index: 1;
}
.home-recruit-text {
  position: relative;
}
.home-recruit-text-ja {
  position: absolute;
  right: clamp(5px, -3px + 2.26vw, 20px);
  bottom: clamp(-10px, -21px + 3.01vw, 10px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: clamp(0.9375rem, 0.84rem + 0.45vw, 1.125rem);
  transform: skew(-8deg, -5deg);
}
.home-recruit .btn-style01 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.home-news {
  margin-top: clamp(80px, 58px + 6.02vw, 120px);
}
.home-news .btn-style01 {
  margin-top: clamp(40px, 29px + 3.01vw, 60px);
  margin-left: auto;
}

.child-mv {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.child-mv .container_m {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.child-mv-content {
  width: 100%;
}
.child-mv-title {
  margin-top: clamp(10px, 7px + 0.75vw, 15px);
  font-size: clamp(1.875rem, 1.27rem + 2.71vw, 3rem);
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.breadcrumb {
  margin-top: clamp(30px, 19px + 3.01vw, 50px);
  padding-top: clamp(20px, 17px + 0.75vw, 25px);
  border-top: 1px solid rgba(185, 185, 200, 0.4);
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-item {
  letter-spacing: 0.04em;
}
.breadcrumb-item + .breadcrumb-item {
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0.9em;
}
.breadcrumb-item a {
  color: #2c4b9e;
}

.company-message-lead {
  margin-top: clamp(35px, 27px + 2.26vw, 50px);
  font-size: clamp(1.125rem, 0.99rem + 0.6vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.company-message-content {
  margin-top: clamp(40px, 29px + 3.01vw, 60px);
  display: flex;
  justify-content: space-between;
}
.company-message-textBox {
  padding-left: 60px;
  max-width: 607px;
}
.company-message-text {
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
.company-message-text + .company-message-text {
  margin-top: 20px;
}
.company-message-text span {
  display: inline-block;
}
.company-message-name {
  margin-top: 35px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 20px;
}
.company-outline {
  margin-top: clamp(90px, 68px + 6.02vw, 130px);
}

.service {
  margin-top: clamp(100px, 73px + 7.53vw, 150px);
}
.service-list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, 1fr);
}
.service-item {
  padding: clamp(30px, 25px + 1.51vw, 40px) clamp(50px, 36px + 3.77vw, 75px) clamp(30px, 25px + 1.51vw, 40px) clamp(40px, 29px + 3.01vw, 60px);
  background-color: #fff;
  letter-spacing: 0.04em;
}
.service-item-title {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.99rem + 0.6vw, 1.375rem);
  line-height: 1.2;
  margin-bottom: clamp(15px, 12px + 0.75vw, 20px);
  position: relative;
}
.service-item-title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #171313;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 0.2em;
}
.service-item p {
  line-height: 2.25;
  max-width: 910px;
}

.case-gallery {
  margin-top: clamp(50px, 45px + 1.51vw, 60px);
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(276px, auto));
}

.news-item {
  border-bottom: 1px solid #e8e8e8;
}
.news-item > a {
  display: flex;
  align-items: center;
  padding: clamp(20px, 16px + 1.2vw, 28px) clamp(30px, 14px + 4.52vw, 60px) clamp(20px, 16px + 1.2vw, 28px) 10px;
  position: relative;
}
.news-item > a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2c4b9e;
  border-bottom: 2px solid #2c4b9e;
  transform: rotate(-45deg);
  position: absolute;
  right: clamp(12px, 2px + 2.71vw, 30px);
  top: calc(50% - 4px);
}
.news-date {
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: #aaa;
  font-weight: 600;
}
.news-item .news-date {
  padding-right: clamp(10px, 2px + 2.26vw, 25px);
  margin-right: clamp(10px, 2px + 2.26vw, 25px);
  position: relative;
}
.news-item .news-date::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 22px;
  background-color: #e8e8e8;
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
}
.news-title {
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.news-detail .news-title {
  margin-top: 20px;
  font-size: clamp(1.25rem, 1.11rem + 0.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-detail-editor p:has(.alignleft) {
  text-align: left;
}
.news-detail-editor p:has(.aligncenter) {
  text-align: center;
}
.news-detail-editor p:has(.alignright) {
  text-align: right;
}
.news-detail-editor a {
  color: #2c4b9e;
  text-decoration-line: underline;
  text-decoration-color: inherit;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
}

.recruit-top-text {
  margin-top: clamp(50px, 39px + 3.01vw, 70px);
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
.recruit-top-text span {
  display: inline-block;
}
.recruit-lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.recruit-lead-ja {
  position: absolute;
  right: clamp(5px, -3px + 2.26vw, 20px);
  bottom: clamp(-10px, -21px + 3.01vw, 10px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: clamp(0.9375rem, 0.84rem + 0.45vw, 1.125rem);
  transform: skew(-8deg, -5deg);
}
.recruit-occupation {
  margin-top: clamp(100px, 73px + 7.53vw, 150px);
  letter-spacing: 0.04em;
  line-height: 2.25;
}
.recruit-occupation.bg-gray {
  background: linear-gradient(to right, transparent 50%, #eef1f4 50%);
}
.recruit-occupation .bg-gray-container {
  padding: 45px 0 65px;
}
.recruit-occupation .container_s {
  position: relative;
}
.recruit-occupation-title {
  font-weight: 700;
  font-size: clamp(1.3125rem, 1.08rem + 1.05vw, 1.75rem);
  letter-spacing: 0.04em;
  line-height: 1.75;
  position: absolute;
  left: clamp(15px, -9px + 6.78vw, 60px);
  top: -45px;
  transform: translateY(-50%);
}
.recruit-occupation-list {
  margin-top: clamp(35px, 27px + 2.26vw, 50px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
.recruit-occupation-item {
  text-align: center;
  padding: 0 20px 15px;
  width: 33.3333333333%;
  border-left: 1px solid rgba(185, 185, 200, 0.4);
}
.recruit-occupation-item:last-child {
  border-right: 1px solid rgba(185, 185, 200, 0.4);
}
.recruit-occupation-item > p:last-child {
  padding-top: 25px;
  position: relative;
}
.recruit-occupation-item > p:last-child::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 22px;
  background-image: url(./img/recruit/occupation-arrow@2x.png);
  background-size: contain;
  position: absolute;
  left: calc(50% - 19px);
  top: 0;
}
.recruit-occupation-icn {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-interview {
  margin-top: clamp(80px, 58px + 6.02vw, 120px);
}
.recruit-interview-content {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.recruit-interview-item + .recruit-interview-item {
  margin-top: clamp(60px, 44px + 4.52vw, 90px);
}
.recruit-interview-textBox {
  width: calc(100% - 210px);
}
.recruit-interview-lead {
  font-size: clamp(1.25rem, 1.11rem + 0.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: clamp(20px, 15px + 1.51vw, 30px);
}
.recruit-interview-name {
  font-size: clamp(1.25rem, 1.11rem + 0.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: clamp(15px, 12px + 0.75vw, 20px);
}
.recruit-interview-faq-q {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.125rem, 1.06rem + 0.3vw, 1.25rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 0.15em;
  margin-right: clamp(10px, 5px + 1.51vw, 20px);
}
.recruit-interview-faq > dt {
  margin-top: clamp(30px, 25px + 1.51vw, 40px);
  margin-bottom: clamp(10px, 5px + 1.51vw, 20px);
  display: flex;
}
.recruit-interview-faq > dd {
  line-height: 2.25;
  letter-spacing: 0.04em;
}
.recruit-recruitment {
  margin-top: clamp(90px, 68px + 6.02vw, 130px);
}
.recruit-entry {
  margin-top: clamp(90px, 68px + 6.02vw, 130px);
  color: #fff;
  background: linear-gradient(80deg, #2e8af3 20%, #6ae2f5);
  padding: clamp(40px, 26px + 3.77vw, 65px) 0 clamp(35px, 24px + 3.01vw, 55px);
}
.recruit-entry-content {
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
}
.recruit-entry-contact {
  margin-top: 10px;
  width: 100%;
  max-width: 380px;
}
.recruit-entry .contact-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(20px, 9px + 3.01vw, 40px);
}
.recruit-entry .contact-tel-text {
  color: #f8f9fa;
}

.contact-box {
  background-color: #e4eaf8;
  padding: clamp(25px, 3px + 6.02vw, 65px) clamp(30px, 8px + 6.02vw, 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 40px;
}
.contact-box > dt {
  color: #2c4b9e;
  font-size: clamp(1rem, 0.93rem + 0.3vw, 1.125rem);
  font-weight: 700;
}
.contact-tel-num {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}
.contact-tel-num span {
  text-transform: uppercase;
  font-size: clamp(1.125rem, 1.02rem + 0.45vw, 1.3125rem);
  letter-spacing: 0.06em;
  margin-right: 5px;
}
.contact-tel-num a {
  font-size: clamp(1.875rem, 1.67rem + 0.9vw, 2.25rem);
  letter-spacing: 0.06em;
}
.contact-tel-text {
  font-size: 0.8125rem;
  color: #a8a8b7;
  text-align: right;
  letter-spacing: 0.04em;
}
.contact-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  background-color: #fff;
  color: #2c4b9e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding: clamp(20px, 15px + 1.51vw, 30px);
}
.contact-mail::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background-image: url(./img/common/icn-mail-blue@2x.png);
  background-size: contain;
  margin-right: 8px;
}
.contact-mail::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2c4b9e;
  border-bottom: 2px solid #2c4b9e;
  transform: rotate(-45deg);
  margin-left: 15px;
}
.contact-form {
  margin-top: clamp(90px, 68px + 6.02vw, 130px);
}

.bg-city {
  background: linear-gradient(to bottom, #f8f9fa, transparent 105px);
}

.main:has(.bg-city) + .footer .footer-contents {
  position: relative;
}
.main:has(.bg-city) + .footer .footer-contents::before {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 1920/1484;
  background-image: url(./img/service/bg-city.png);
  background-position: center bottom;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: -1;
}

@media screen and (max-width: 1500px) {
  .home-message-outer {
    background-position: right -40px bottom 0;
  }
}
@media screen and (max-width: 1280px) {
  .header .logo {
    max-width: 72%;
  }
  .header .logo a {
    padding: clamp(20px, 17px + 0.9vw, 26px) 15px;
  }
  .gnav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: visibility 0.4s, opacity 0.4s, transform 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 15px;
    background-color: #fff;
  }
  .gnav.open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .gnav-list {
    display: block;
    height: auto;
  }
  .gnav-item {
    height: auto;
  }
  .gnav-item + .gnav-item {
    margin-top: 20px;
  }
  .gnav-item:not(:last-child) > a.current::before {
    width: 3px;
    height: 100%;
  }
  .gnav-item:not(:last-child) > a {
    padding: 10px;
  }
  .gnav-item:last-child {
    margin-left: 0;
  }
  .gnav-item:last-child > a {
    padding: 15px;
  }
  .gnavBtn {
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
    display: inline-block;
    height: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 11;
    top: 0px;
    right: 0;
  }
  .gnavBtn-bar {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .gnavBtn-bar, .gnavBtn-bar::before, .gnavBtn-bar::after {
    transition-property: background-color, transform;
    transition-duration: 0.4s;
    outline: 1px solid transparent;
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 3px;
    background-color: #171313;
  }
  .gnavBtn-bar::before, .gnavBtn-bar::after {
    content: "";
    position: absolute;
  }
  .gnavBtn-bar::before {
    top: -10px;
  }
  .gnavBtn-bar::after {
    top: 10px;
  }
  .gnavBtn.active .gnavBtn-bar {
    background-color: transparent;
  }
  .gnavBtn.active .gnavBtn-bar::before {
    transform: translateY(10px) rotate(45deg);
  }
  .gnavBtn.active .gnavBtn-bar::after {
    transform: translateY(-10px) rotate(-45deg);
  }
}
@media screen and (max-width: 1024px) {
  .home-mv {
    height: 100vw;
  }
  .home-mv > img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
    height: 100%;
  }
  .home-mv-container {
    bottom: 13vw;
  }
  .home-message-outer {
    padding-bottom: 85px;
    background-size: contain;
    padding-bottom: 11vw;
    padding-right: 0;
    background-position: right -3.9vw bottom 0;
  }
  .home-message {
    margin-top: -13vw;
  }
  .home-message-container {
    display: block;
  }
  .home-message-textBox {
    margin-top: clamp(40px, 35px + 1.51vw, 50px);
    padding-right: clamp(15px, -9px + 6.78vw, 60px);
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-message-textBox p {
    max-width: none;
  }
  .home-case {
    display: block;
  }
  .home-case-textBox {
    min-width: 0;
  }
  .home-case-slider {
    margin-top: 40px;
    max-width: calc(100% - clamp(15px, -9px + 6.78vw, 60px) + 17px);
    margin-right: 0;
  }
  .home-case-slider-nav {
    margin-right: 0;
    margin-left: auto;
  }
  .footer-contact-container,
  .footer-contact-inner {
    justify-content: center;
  }
  .child-mv {
    height: 500px;
  }
  .child-mv > img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
    height: 100%;
  }
  .company-message-content {
    display: block;
  }
  .company-message-textBox {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: clamp(35px, 27px + 2.26vw, 50px);
  }
  .main:has(.bg-city) + .footer .footer-contents::before {
    background-size: auto;
    height: 1484px;
  }
  .recruit-entry .container_s {
    width: -moz-fit-content;
    width: fit-content;
  }
  .recruit-entry-content {
    display: block;
  }
  .recruit-entry-contact {
    margin: clamp(25px, 17px + 2.26vw, 40px) auto 0;
  }
}
@media screen and (max-width: 900px) {
  .table-style02 th:first-child, .table-style02 th:last-child,
  .table-style02 td:first-child,
  .table-style02 td:last-child {
    width: 25%;
  }
  .table-style02 th:nth-child(2),
  .table-style02 td:nth-child(2) {
    width: 32%;
  }
  .table-style02 th:nth-child(3),
  .table-style02 td:nth-child(3) {
    width: 18%;
  }
  .child-mv {
    margin-bottom: clamp(-60px, -73px + 3.7vw, -40px);
  }
  .child-mv img {
    position: relative;
    z-index: -1;
  }
  .recruit-occupation-item {
    width: 50%;
  }
  .recruit-occupation-item:nth-child(2) {
    border-right: 1px solid rgba(185, 185, 200, 0.4);
  }
}
@media screen and (max-width: 600px) {
  .home-mv {
    min-height: 600px;
  }
  .home-mv-container {
    bottom: 80px;
  }
  .home-message {
    margin-top: -80px;
  }
  .home-recruit .btn-style01 {
    position: static;
    max-width: none;
  }
  .table-style01-row {
    display: block;
  }
  .table-style01-row:not(:first-child) {
    margin-top: 15px;
  }
  .table-style01-row > dt {
    padding: 10px;
  }
  .table-style01-row > dd {
    padding: 15px;
  }
  .form-item {
    display: block;
  }
  .form-item > label,
  .form-item > p {
    width: auto;
    padding: 0;
    margin-bottom: 15px;
  }
  .wpcf7-radio {
    padding: 0;
  }
  .form-item-acceptance {
    padding: 0 15px;
  }
  .form-item-acceptance .wpcf7-form-control-wrap {
    width: 100%;
  }
  .recruit-interview-content {
    align-items: flex-start;
    gap: 0 20px;
  }
  .recruit-interview-textBox {
    width: 100%;
  }
  .recruit-occupation-list {
    display: block;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit-occupation-item {
    width: auto;
    border-left: none;
    border-top: 1px solid rgba(185, 185, 200, 0.4);
  }
  .recruit-occupation-item:nth-child(2), .recruit-occupation-item:last-child {
    border-right: none;
  }
  .recruit-occupation-item:last-child {
    border-bottom: 1px solid rgba(185, 185, 200, 0.4);
  }
}