@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Noto+Sans+JP:wght@400;600;700&family=Noto+Serif:wght@400;600&family=Zen+Maru+Gothic:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap");
@import url("../fontawesome-free-5.15.4-web/css/fontawesome.css");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 10px;
  --w: 10px;
  --h: 10px;
  --f: 10px;
}
@media screen and (max-width: 960px) {
  :root {
    --s: 1.6vw;
    --w: 1.6vw;
    --h: 1.2vw;
    --f: 1.9vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--f) * 1.8);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #3e3a39;
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

br.sp {
  display: none;
}

span.nl {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  body {
    font-size: calc(var(--f) * 1.9);
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
body.temp {
  background: #f5efe3;
}

.kari img {
  display: block;
  width: 100%;
}

.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fixed-cta {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 1000;
}
.fixed-cta a {
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: block;
  background: #F0734B;
  border-radius: calc(var(--f) * 1.6) 0 0 calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.fixed-cta a:hover {
  opacity: 0.7;
}
.fixed-cta a img {
  display: block;
  width: calc(var(--f) * 13.6);
}
@media only screen and (max-width: 1500px) {
  .fixed-cta {
    bottom: 10px;
  }
  .fixed-cta a img {
    width: calc(var(--f) * 35);
  }
}

.footer {
  padding: calc(var(--h) * 6) 0 calc(var(--h) * 6);
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#2988ca), color-stop(#20499c), to(#1a2581));
  background: linear-gradient(to right, #2988ca, #20499c, #1a2581);
}
.footer__container {
  width: 1600px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
}
.footer__info {
  text-align: left;
}
.footer__info .logo {
  margin: 0 0 calc(var(--f) * 1.6);
}
.footer__info .logo img {
  display: block;
  width: calc(var(--f) * 8.6);
}
.footer__info .address {
  margin: 0 0 calc(var(--f) * 1.6);
  font-size: calc(var(--f) * 1.4);
  line-height: 1.7;
  font-weight: 400;
}
.footer__info .copyright {
  display: block;
  color: #c0d0f2;
  font-size: calc(var(--f) * 1.3);
  line-height: 1.7;
  font-weight: 400;
}
.footer__nav__link {
  font-size: calc(var(--f) * 1.7);
  line-height: 2.8;
}
.footer__nav__sub {
  color: #c0d0f2;
  font-size: calc(var(--f) * 1.4);
  line-height: 2;
  font-weight: 400;
}
.footer__cta__item {
  margin: 0 0 calc(var(--f) * 1.6);
}
.footer__cta__link {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 1);
  font-size: calc(var(--f) * 1.6);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.footer__cta__link i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #2a52a3;
  font-size: 1em;
  letter-spacing: 0;
  background: #FFF;
  border-radius: 999px;
}
@media screen and (min-width: 960.02px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--s) * 2) calc(var(--s) * 8);
    padding-top: calc(var(--h) * 2);
    white-space: nowrap;
  }
  .footer__cta {
    padding-top: calc(var(--h) * 3.4);
  }
}
@media screen and (max-width: 960px) {
  .footer__info {
    margin-bottom: calc(var(--h) * 4);
  }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 calc(var(--f) * 4);
    margin-bottom: calc(var(--h) * 4);
  }
  .footer__nav__items:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--f) * 2);
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
body.scroll .header {
  background: #fff;
}
body.temp .header {
  background: #f5efe3;
  border-bottom: 1px solid #2a52a3;
}
@media screen and (min-width: 960.02px) {
  .header__container {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    height: calc(var(--h) * 11);
    padding: 0 calc(var(--s) * 4);
  }
  .header__logo {
    width: calc(var(--s) * 26);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__logo img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .header__container {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    height: calc(var(--h) * 12.5);
    padding: 0 0 0 2.5vw;
  }
  .header__logo {
    width: calc(var(--s) * 27);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__logo img {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 960.02px) {
  .main {
    padding: calc(var(--h) * 11) 0 0;
  }
}
@media screen and (max-width: 960px) {
  .main {
    padding: calc(var(--h) * 12.5) 0 0;
  }
}
.main--red {
  background: #FFF3F3;
  padding-top: calc(var(--h) * 11);
}
.main--green {
  background: #FAFFF5;
  padding-top: calc(var(--h) * 11);
}
.main--orange {
  background: #FFF5E6;
  padding-top: calc(var(--h) * 11);
}

@media screen and (min-width: 960.02px) {
  .nav__btn, .nav__label {
    display: none;
  }
  .nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: calc(var(--s) * 4);
    width: 100%;
    height: calc(var(--h) * 11);
  }
  .nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: calc(var(--s) * 4);
  }
  .nav__item {
    position: relative;
  }
  .nav__sub__btn, .nav__sub__label {
    display: none;
  }
  .nav__link {
    font-size: calc(var(--f) * 1.7);
    white-space: nowrap;
  }
  .nav__sub {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    padding: calc(var(--f) * 0.8) calc(var(--f) * 1.6);
    color: #2a52a3;
    font-size: calc(var(--f) * 1.6);
    white-space: nowrap;
    background: #FFF;
    border-radius: calc(var(--f) * 0.5);
    -webkit-box-shadow: 0 0 calc(var(--f) * 0.5) 0 rgba(62, 58, 57, 0.5);
            box-shadow: 0 0 calc(var(--f) * 0.5) 0 rgba(62, 58, 57, 0.5);
  }
  .nav__item:hover .nav__sub {
    opacity: 1;
    pointer-events: all;
  }
  .nav__cta {
    white-space: nowrap;
  }
  .nav__cta .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 0.25em;
    padding: 0.2em 2.5em;
    color: #FFF;
    font-size: calc(var(--f) * 1.6);
    background: -webkit-gradient(linear, left top, right top, from(#2ea7e0), color-stop(35%, #20499c), to(#181878));
    background: linear-gradient(to right, #2ea7e0, #20499c 35%, #181878);
    border-radius: 999px;
  }
  .nav__cta-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .nav__btn {
    display: none;
  }
  .nav__label {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 11vw;
    height: 100%;
    background: #3e3a39;
  }
  .nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 40%;
    height: calc(var(--f) * 0.3);
    margin: auto;
    background: #FFF;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__label span::before, .nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__label span::before {
    top: calc(var(--f) * -1.15);
  }
  .nav__label span::after {
    top: calc(var(--f) * 1.15);
  }
  .nav__btn:checked + .nav__label span {
    background: none;
  }
  .nav__btn:checked + .nav__label span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav__btn:checked + .nav__label span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav__wrap {
    position: fixed;
    left: 0;
    top: calc(var(--h) * 12.5);
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: calc(100vh - var(--h) * 12.5);
    padding: 7vw 10vw 32vw;
    background: rgba(42, 82, 163, 0.9);
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
  }
  .nav__btn:checked + .nav__label + .nav__wrap {
    opacity: 1;
    pointer-events: all;
  }
  .nav__sub__btn, .nav__sub__label {
    display: none;
  }
  .nav__item {
    margin-bottom: calc(var(--f) * 2);
  }
  .nav__link {
    color: #FFF;
    font-size: calc(var(--f) * 1.8);
    line-height: 2.8;
  }
  .nav__sub {
    color: rgba(255, 255, 255, 0.9);
    font-size: calc(var(--f) * 1.6);
    line-height: 2;
    font-weight: 400;
  }
  .nav__cta {
    display: none;
  }
  .nav__cta-sp a {
    display: inline-block;
    padding-left: 0.25em;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: calc(var(--f) * 1);
    margin: calc(var(--f) * 1.6) 0 0;
    color: #FFF;
    font-size: calc(var(--f) * 1.6);
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .nav__cta-sp a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2em;
    height: 2em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #2a52a3;
    font-size: 1em;
    letter-spacing: 0;
    background: #FFF;
    border-radius: 999px;
  }
}

.groupOverview {
  position: relative;
  padding: calc(var(--h) * 10) 0 calc(var(--h) * 16);
}
.groupOverview__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
}
.groupOverview__head {
  margin: 0 0 calc(var(--f) * 4);
}
.groupOverview__head span.en {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25em;
  display: block;
  font-size: calc(var(--f) * 3.2);
  letter-spacing: 0.075em;
  text-align: center;
}
.groupOverview__head span.en::after {
  content: "";
  display: block;
  width: 0.72em;
  height: 0.1em;
  margin: calc(var(--f) * 0.7) auto calc(var(--f) * 1.2);
  background: #2a52a3;
}
.groupOverview__head span.ja {
  display: block;
  color: #2a52a3;
  text-align: center;
}
.groupOverview__list__inner {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.groupOverview__list__inner:hover {
  opacity: 0.7;
}
.groupOverview__list__inner .title {
  background: #FFF url(../img/_common/link-arrow-blue.svg) right calc(var(--f) * 0.6) center/auto calc(var(--f) * 5.2) no-repeat;
  border-radius: 999px;
  margin-top: calc(var(--f) * 2);
  background-position: right center;
}
.groupOverview__list__inner .title .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: inline-block;
  min-height: calc(var(--f) * 6.4);
  padding: 0 calc(var(--f) * 8.6) 0 1.6em;
  font-size: calc(var(--f) * 1.8);
}
.groupOverview__list__inner .title .label {
  padding: 0;
}
@media screen and (min-width: 960.02px) {
  .groupOverview__list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .groupOverview__list__item {
    width: calc((100% - var(--s) * 8) / 3);
  }
}
@media screen and (max-width: 960px) {
  .groupOverview__list__item {
    margin-bottom: calc(var(--h) * 2.6);
  }
  .groupOverview__list__item:last-child {
    margin-bottom: 0;
  }
  .groupOverview__list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 100%;
  }
  .groupOverview__list__inner .photo {
    width: 39%;
  }
  .groupOverview__list__inner .title {
    width: 55%;
    margin-top: calc(var(--f) * 3);
  }
  .groupOverview__list__inner .title .label {
    font-size: calc(var(--f) * 2);
  }
}

.home-contact {
  position: relative;
  padding: 0 0 calc(var(--h) * 16);
}
.home-contact__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--w) * 120);
}
.home-contact__head {
  margin: 0 0 calc(var(--h) * 3);
}
.home-contact__head span.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: calc(var(--f) * 5.6);
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: block;
  padding: 0 0 0.09em 0.15em;
  font-size: calc(var(--f) * 5.6);
  line-height: 1.2;
  text-align: center;
}
.home-contact__head span.ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  display: block;
  padding: 0 0 0 0.2em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
}
.home-contact__cta__text {
  margin: 0 0 0.7em;
  font-size: calc(var(--f) * 2);
  text-align: center;
}
.home-contact__cta__button {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 590px;
  max-width: 92vw;
  height: calc(var(--f) * 9.4);
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
}
.home-contact__cta__button:hover {
  opacity: 0.7;
}
.home-contact__cta__button::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 100%;
  margin: 0 1.25em 0 0;
  background: url(../img/_common/ico-mailform.svg) center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  .home-contact__cta__button {
    font-size: calc(var(--f) * 2.6);
  }
}

.home-sdgs {
  position: relative;
  padding: 0 0 calc(var(--h) * 16);
}
.home-sdgs__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--w) * 120);
  padding: calc(var(--h) * 5) calc(var(--w) * 4) calc(var(--h) * 4);
  background: #FFF;
}
.home-sdgs__head {
  margin: 0 0 calc(var(--h) * 6.6);
}
.home-sdgs__head__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.6);
  line-height: 1.7;
  white-space: nowrap;
}
.home-sdgs__about {
  padding: calc(var(--f) * 1.8) calc(var(--f) * 2.4) calc(var(--f) * 2.4);
  margin: 0 0 calc(var(--h) * 5.6);
  background: #F0F0F0;
}
.home-sdgs__about__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 0.1em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.7;
}
.home-sdgs__about__text {
  line-height: 1.5;
}
.home-sdgs__body__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 2.4);
  font-size: calc(var(--f) * 2.4);
  text-align: center;
}
.home-sdgs__body__text {
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.home-sdgs__body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 0 calc(var(--f) * 5.6);
}
.home-sdgs__body__goal {
  width: calc(var(--f) * 12);
  margin: 0 calc(var(--f) * 1.6) 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-sdgs__body__text {
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960.02px) {
  .home-sdgs__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .home-sdgs__head__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 calc(var(--w) * 6.4) 0 0;
  }
  .home-sdgs__head__illust {
    width: 100%;
  }
  .home-sdgs__body__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 calc(var(--w) * 6.4);
  }
  .home-sdgs__body__item {
    width: calc((100% - var(--w) * 6.4) / 2);
  }
  .home-sdgs__body__item:nth-last-child(1), .home-sdgs__body__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .home-sdgs__head__title {
    margin: 0 0 calc(var(--f) * 2);
    font-size: calc(var(--f) * 2.4);
    text-align: center;
  }
  .home-sdgs__about__title {
    font-size: calc(var(--f) * 2.6);
  }
  .home-sdgs__body__head {
    font-size: calc(var(--f) * 2.6);
  }
  .home-sdgs__body__item {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-sdgs__body__goal {
    width: calc(var(--f) * 14);
    margin-right: calc(var(--f) * 2.4);
  }
}

.home-service {
  position: relative;
  padding: 0 0 calc(var(--h) * 9.4);
}
.home-service__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--w) * 120);
}
.home-service__head {
  margin: 0 0 calc(var(--f) * 3);
}
.home-service__head span.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: calc(var(--f) * 5.6);
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: block;
  padding: 0 0 0.09em 0.15em;
  font-size: calc(var(--f) * 5.6);
  line-height: 1.2;
  text-align: center;
}
.home-service__head span.ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  display: block;
  padding: 0 0 0 0.2em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
}
.home-service__body {
  margin: 0 0 calc(var(--h) * 10);
}
.home-service__body__top {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 1);
  font-size: calc(var(--f) * 3.2);
  text-align: center;
}
.home-service__body__text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: calc(var(--f) * 2);
}
.home-service__contents__item {
  position: relative;
  margin: 0 0 calc(var(--h) * 6.4);
  border: 1px solid #3C3C3C;
}
.home-service__contents__box {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
}
.home-service__contents__box:hover {
  opacity: 0.7;
}
.home-service__contents__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  padding: 0 0 calc(var(--f) * 2.4);
  margin: 0 0 calc(var(--f) * 2.4);
  font-size: calc(var(--f) * 3.2);
  line-height: 1;
  border-bottom: 1px solid #3C3C3C;
}
.home-service__contents__text {
  padding: 0 0 calc(var(--h) * 5.4);
  letter-spacing: 0.04em;
  background: url(../img/_common/arrow.svg) right bottom/calc(var(--f) * 2.4) auto no-repeat;
}
@media screen and (min-width: 960.02px) {
  .home-service__contents__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(var(--h) * 40);
    padding: calc(var(--w) * 4) calc(var(--w) * 4) calc(var(--w) * 4) calc(var(--w) * 76);
  }
  .home-service__contents__title, .home-service__contents__text {
    width: 100%;
  }
  .home-service__contents__photo {
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(var(--w) * 72);
    height: 100%;
  }
  .home-service__contents__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 960px) {
  .home-service__contents__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 calc(var(--w) * 4);
  }
  .home-service__contents__title, .home-service__contents__text {
    width: 100%;
    margin-right: calc(var(--w) * 4);
    margin-left: calc(var(--w) * 4);
  }
  .home-service__contents__title {
    font-size: calc(var(--f) * 3.4);
  }
  .home-service__contents__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin: 0 0 calc(var(--w) * 4);
  }
  .home-service__contents__photo img {
    display: block;
    width: 100%;
  }
}

.homeMv {
  margin: 0 0 calc(var(--h) * 16);
}
.homeMv__container {
  position: relative;
  width: calc(var(--f) * 144);
  max-width: 100%;
  margin: 0 auto;
}
.homeMv__video {
  text-align: right;
}
.homeMv__video video {
  display: inline-block;
  width: calc(var(--s) * 91);
  max-width: 100%;
}
.homeMv__text {
  position: absolute;
  left: calc(var(--s) * 8);
  top: calc(var(--s) * 19);
}
.homeMv__text h2 {
  color: #FFF;
  font-size: calc(var(--s) * 2);
  line-height: 2.5;
}

@media screen and (min-width: 960.02px) {
  body.home .main {
    position: relative;
    z-index: 10;
  }
  body.home .main::before {
    content: "";
    position: absolute;
    right: calc(50% + 40px);
    top: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    background: url(../img/home/mv-bg.png) right top no-repeat;
  }
}
@media screen and (max-width: 960px) {
  body.home .main {
    position: relative;
    z-index: 10;
  }
  body.home .main::before {
    content: "";
    position: absolute;
    right: 11vw;
    top: -7.5vw;
    z-index: -1;
    display: block;
    width: 115vw;
    height: 400vw;
    background: url(../img/home/mv-bg.png) right top/contain no-repeat;
  }
  .homeMv__video {
    padding: 24vw 0 0 5vw;
  }
  .homeMv__text {
    left: 5vw;
    top: 5vw;
  }
  .homeMv__text h2 {
    font-size: calc(var(--f) * 1.8);
    line-height: 2;
  }
}
.homeSDGs {
  position: relative;
  padding: calc(var(--h) * 12) 0;
  background: -webkit-gradient(linear, left top, right top, from(#d2f2ff), to(#c6d8f7));
  background: linear-gradient(to right, #d2f2ff, #c6d8f7);
}
.homeSDGs__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 7) calc(var(--f) * 9.5);
  background: #FFF;
}
.homeSDGs__head {
  margin-bottom: calc(var(--h) * 6);
  text-align: center;
}
.homeSDGs__head img {
  display: inline-block;
  width: calc(var(--f) * 46);
  max-width: 80%;
}
.homeSDGs__about {
  margin-bottom: calc(var(--h) * 6);
}
.homeSDGs__about .text {
  font-size: calc(var(--f) * 1.9);
  line-height: 2;
}
.homeSDGs__about .sdgs {
  padding: calc(var(--f) * 1.6) calc(var(--f) * 2.6);
  margin: calc(var(--f) * 3.6) 0 0;
  background: #def1ff;
}
.homeSDGs__about .sdgs dt {
  font-size: calc(var(--f) * 1.9);
  line-height: 2;
}
.homeSDGs__about .sdgs dd {
  font-size: calc(var(--f) * 1.5);
  line-height: 1.73;
}
.homeSDGs__icon {
  margin-bottom: calc(var(--h) * 6);
}
.homeSDGs__icon ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 1);
}
.homeSDGs__icon li {
  width: calc((100% - var(--f) * 3.1) / 4);
}
.homeSDGs__icon li img {
  display: block;
  width: 100%;
}
.homeSDGs__initiative__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 1);
  margin: 0 0 calc(var(--f) * 3);
  color: #2a52a3;
  font-size: calc(var(--f) * 2.2);
  white-space: nowrap;
}
.homeSDGs__initiative__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2a52a3;
}
.homeSDGs__initiative__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--f) * 1.4);
  margin-bottom: calc(var(--h) * 5);
}
.homeSDGs__initiative__item .ico {
  width: calc(var(--f) * 10);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.homeSDGs__initiative__item .text {
  width: 100%;
  font-size: calc(var(--f) * 1.4);
  line-height: 1.71;
  text-align: left;
}
@media screen and (min-width: 960.02px) {
  .homeSDGs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .homeSDGs__about {
    width: 50%;
  }
  .homeSDGs__icon {
    width: 43.5%;
  }
  .homeSDGs__initiative {
    width: 100%;
  }
  .homeSDGs__head {
    width: 100%;
  }
  .homeSDGs__initiative__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .homeSDGs__initiative__item {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .homeSDGs__container {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .homeSDGs__icon ol {
    gap: calc(var(--f) * 0.5);
  }
  .homeSDGs__icon li {
    width: calc((100% - var(--f) * 3.1) / 6);
  }
}

.childcare-about {
  position: relative;
  overflow: hidden;
  margin: 0 0 calc(var(--h) * 16);
}
.childcare-about__head {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 1232px;
  padding: 0 0 calc(var(--f) * 8);
}
.childcare-about__head__title {
  text-align: center;
}
.childcare-about__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.childcare-about__head__title .label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-bottom: 0.1em;
  color: #F0AD49;
  border-bottom-color: #F0AD49;
}
.childcare-about__head__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 calc(var(--f) * 1);
}
.childcare-about__head__text::before, .childcare-about__head__text::after {
  content: "";
  display: block;
  width: calc(var(--f) * 8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/childcare/illust/girl.svg) center top/contain no-repeat;
}
.childcare-about__head__text::after {
  background-image: url(../img/childcare/illust/boy.svg);
}
.childcare-about__head__text p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  width: 100%;
  padding: calc(var(--f) * 4) 0;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .childcare-about__head__text {
    padding: 0;
  }
  .childcare-about__head__text::before, .childcare-about__head__text::after {
    position: absolute;
    bottom: calc(var(--f) * -6);
    height: 100%;
    background-position: center bottom;
  }
  .childcare-about__head__text::before {
    left: 0;
  }
  .childcare-about__head__text::after {
    right: 0;
  }
  .childcare-about__head__text p {
    padding-bottom: calc(var(--f) * 14);
  }
}
.childcare-about__merit {
  position: relative;
  padding: calc(var(--f) * 8) 0 calc(var(--f) * 1.6);
  background: #EBFFFA;
}
.childcare-about__merit::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: calc(var(--f) * -8);
  display: block;
  width: calc(var(--f) * 18.4);
  aspect-ratio: 184/124;
  margin: 0 auto;
  background: url(../img/childcare/illust/hoikuen.svg) center/contain no-repeat;
}
.childcare-about__merit__title {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  width: 1232px;
  padding: calc(var(--f) * 0.8) calc(var(--w) * 25);
  margin-bottom: calc(var(--f) * 4.8);
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #28CDA5;
  border-radius: 999px;
}
.childcare-about__merit__title::before, .childcare-about__merit__title::after {
  content: "";
  position: absolute;
  top: calc(var(--f) * -3.6);
  display: block;
  background: url(../img/childcare/illust/oshaburi.svg) center/contain no-repeat;
}
.childcare-about__merit__title::before {
  left: calc(var(--w) * 10);
  width: calc(var(--f) * 10.5);
  aspect-ratio: 105/117;
}
.childcare-about__merit__title::after {
  right: calc(var(--w) * 11);
  width: calc(var(--f) * 10.5);
  aspect-ratio: 105/115;
  background-image: url(../img/childcare/illust/honyubin.png);
}
.childcare-about__merit__items {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1232px;
}
.childcare-about__merit__item {
  position: relative;
  margin: 0 0 calc(var(--f) * 4.8);
}
.childcare-about__merit__item span.count {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 10.4);
  aspect-ratio: 104/80;
  color: #FFF;
  font-size: calc(var(--f) * 2);
  line-height: 1;
  background: #6BD8BD;
  border-radius: 999px;
}
.childcare-about__merit__item span.count b {
  display: block;
  width: 100%;
  font-size: 2em;
  letter-spacing: 0;
  text-align: center;
}
.childcare-about__merit__item img {
  display: block;
  width: 100%;
  margin: 0 0 calc(var(--f) * 2);
}
.childcare-about__merit__item h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 0 calc(var(--f) * 1.6);
  font-size: calc(var(--f) * 2.6);
  line-height: 1.3;
  text-align: center;
}
.childcare-about__merit__item p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: calc(var(--f) * 2);
  line-height: 1.4;
}
@media screen and (min-width: 960.02px) {
  .childcare-about__merit__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .childcare-about__merit__item {
    width: calc((100% - var(--w) * 12.8) / 3);
  }
}
@media screen and (max-width: 960px) {
  .childcare-about__merit__title {
    padding-right: 0;
    padding-left: 0;
  }
  .childcare-about__merit__title::before {
    left: 0;
    top: calc(var(--f) * -6);
    width: calc(var(--f) * 8);
  }
  .childcare-about__merit__title::after {
    right: 0;
    top: calc(var(--f) * 11);
    width: calc(var(--f) * 8);
  }
  .childcare-about__merit__item {
    margin: 0 calc(var(--f) * 6) calc(var(--f) * 8);
  }
  .childcare-about__merit__item h4 {
    font-size: calc(var(--f) * 3);
  }
}
.childcare-about__bottom {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1232px;
  padding: calc(var(--h) * 13.4) 0 0;
}
.childcare-about__bottom::after {
  content: "";
  position: absolute;
  left: calc(var(--f) * -4.7);
  top: calc(var(--f) * -7.7);
  display: block;
  width: calc(var(--f) * 35.5);
  aspect-ratio: 355/184;
  background: url(../img/childcare/illust/tsumiki.svg) center/contain no-repeat;
}
.childcare-about__bottom__box {
  position: relative;
  padding: calc(var(--f) * 9.6) calc(var(--f) * 4.8) calc(var(--f) * 4);
  margin-bottom: calc(var(--h) * 12);
  background: url(../img/childcare/bottom-border.svg) left top/100% auto no-repeat;
}
.childcare-about__bottom__box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1232/30;
  background: url(../img/childcare/bottom-border.svg) left bottom/100% auto no-repeat;
}
.childcare-about__bottom__box h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  top: calc(var(--f) * -4.3);
  display: block;
  width: 100%;
  height: calc(var(--f) * 14);
  padding: calc(var(--f) * 3) 0 0;
  color: #FFF;
  font-size: calc(var(--f) * 2.4);
  text-align: center;
  background: url(../img/childcare/bottom-1.svg) center top/auto calc(var(--f) * 12.6) no-repeat;
}
.childcare-about__bottom__box p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: calc(var(--f) * 2.2);
  line-height: 1.64;
}
.childcare-about__bottom__box:last-child {
  margin-bottom: 0;
}
.childcare-about__bottom__box--1 h3::after {
  content: "";
  position: absolute;
  right: calc(var(--f) * -3);
  top: calc(var(--f) * -7.2);
  display: block;
  width: calc(var(--f) * 32.6);
  aspect-ratio: 326/141;
  background: url(../img/childcare/illust/oekaki.svg) center/contain no-repeat;
}
.childcare-about__bottom__box--2 h3 {
  background-image: url(../img/childcare/bottom-2.svg);
}
.childcare-about__bottom__box--2 h3::before, .childcare-about__bottom__box--2 h3::after {
  content: "";
  position: absolute;
  display: block;
}
.childcare-about__bottom__box--2 h3::before {
  left: calc(var(--w) * 12.3);
  top: calc(var(--f) * -10);
  width: calc(var(--f) * 23);
  aspect-ratio: 230/178;
  background: url(../img/childcare/illust/tentomushi.png) center/contain no-repeat;
}
.childcare-about__bottom__box--2 h3::after {
  right: calc(var(--w) * 5);
  top: 0;
  width: calc(var(--f) * 27);
  aspect-ratio: 270/122;
  background: url(../img/childcare/illust/hiyoko.png) center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  .childcare-about__bottom {
    padding-top: calc(var(--f) * 16);
  }
  .childcare-about__bottom::after {
    width: calc(var(--f) * 24);
  }
  .childcare-about__bottom__box {
    background-image: url(../img/childcare/bottom-border--sp.svg);
  }
  .childcare-about__bottom__box::after {
    background-image: url(../img/childcare/bottom-border--sp.svg);
  }
  .childcare-about__bottom__box h3 {
    padding-top: calc(var(--f) * 2.2);
    background-size: auto calc(var(--f) * 11);
  }
  .childcare-about__bottom__box--1 h3::after {
    top: calc(var(--f) * -9);
    width: calc(var(--f) * 25);
  }
  .childcare-about__bottom__box--2 h3::before {
    left: calc(var(--f) * -1);
    top: 0;
    width: calc(var(--f) * 16);
  }
  .childcare-about__bottom__box--2 h3::after {
    top: calc(var(--f) * -7);
    right: calc(var(--f) * -1);
    width: calc(var(--f) * 16);
  }
}

.childcare-mv {
  position: relative;
  overflow: hidden;
  margin: 0 0 calc(var(--h) * 14);
}
.childcare-mv__text h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #F0AD49;
  font-size: calc(var(--w) * 6.4);
  line-height: 1.5;
}
@media screen and (min-width: 960.02px) {
  .childcare-mv__text {
    position: absolute;
    left: 7.3%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    height: 100%;
    background: url(../img/childcare/top-balloon.svg) left center/calc(var(--w) * 71) auto no-repeat;
  }
  .childcare-mv__text h1 {
    padding-left: calc(var(--w) * 14.5);
  }
  .childcare-mv__photo img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .childcare-mv__text {
    padding: calc(var(--f) * 10) 4vw;
    background: #FFEBCC url(../img/childcare/top-balloon.svg) 4vw center/92vw no-repeat;
  }
  .childcare-mv__text h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .childcare-mv__photo {
    position: relative;
    aspect-ratio: 1/0.8;
  }
  .childcare-mv__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .childcare-mv__photo img {
    -o-object-position: right center;
       object-position: right center;
  }
}

.childcare-nursery {
  position: relative;
  margin: 0 0 calc(var(--h) * 16);
}
.childcare-nursery__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.childcare-nursery__head {
  margin-bottom: calc(var(--f) * 8.8);
}
.childcare-nursery__head__title {
  text-align: center;
}
.childcare-nursery__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.childcare-nursery__head__title .label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-bottom: 0.1em;
  color: #F0AD49;
  border-bottom-color: #F0AD49;
}
.childcare-nursery__box {
  padding: calc(var(--f) * 4);
  margin: 0 0 calc(var(--f) * 6.4);
  background: #FFF;
  -webkit-box-shadow: calc(var(--f) * 0.8) calc(var(--f) * 0.8) 0 0 #FFE6C8;
          box-shadow: calc(var(--f) * 0.8) calc(var(--f) * 0.8) 0 0 #FFE6C8;
  border-radius: calc(var(--f) * 1.6);
}
.childcare-nursery__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.childcare-nursery__text h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  width: 100%;
  margin: 0 0 calc(var(--f) * 2.4);
  font-size: calc(var(--f) * 2.4);
  line-height: 1.33;
}
.childcare-nursery__text p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  width: 100%;
  margin: 0 0 calc(var(--f) * 4);
  line-height: 1.5;
}
.childcare-nursery__text .link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  margin: 0 calc(var(--f) * 3.2) 0 0;
  color: #FFF;
  font-size: calc(var(--f) * 1.6);
  line-height: calc(var(--f) * 4);
  background: #F0AD49;
  border-radius: calc(var(--f) * 0.8);
}
.childcare-nursery__text .link:hover {
  opacity: 0.7;
}
.childcare-nursery__text .link::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 1);
  bottom: 0;
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin: auto 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.childcare-nursery__text .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.childcare-nursery__text .sns li {
  margin: 0 calc(var(--f) * 2.4) 0 0;
}
.childcare-nursery__text .sns a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
}
.childcare-nursery__text .sns a:hover {
  opacity: 0.7;
}
.childcare-nursery__text .sns img {
  display: block;
  width: calc(var(--f) * 4);
}
.childcare-nursery__photo {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--f) * 0.8);
}
.childcare-nursery__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960.02px) {
  .childcare-nursery__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .childcare-nursery__text {
    width: 100%;
  }
  .childcare-nursery__photo {
    width: calc(var(--w) * 48);
    margin: 0 0 0 calc(var(--f) * 3.2);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 960px) {
  .childcare-nursery__text {
    margin-bottom: calc(var(--f) * 4);
  }
  .childcare-nursery__text p {
    margin-bottom: calc(var(--f) * 2);
  }
  .childcare-nursery__text .link {
    font-size: calc(var(--f) * 2.2);
    line-height: calc(var(--f) * 5);
  }
  .childcare-nursery__text .sns img {
    display: block;
    width: calc(var(--f) * 5);
  }
  .childcare-nursery__photo {
    aspect-ratio: 960/512;
  }
}

.company-data {
  position: relative;
  padding: calc(var(--h) * 10.4) 0;
  margin: 0 0 calc(var(--h) * 18.4);
  background: #F0F0F0;
}
.company-data__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 704px;
}
.company-data__table {
  margin: 0 0 calc(var(--h) * 10.4);
}
.company-data__table h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
  width: calc(var(--f) * 24);
  padding: 0.25em 0;
  margin: 0 auto calc(var(--f) * 2.4);
  text-align: center;
  border: 1px solid #3e3a39;
}
.company-data__table table {
  width: 100%;
}
.company-data__table table th, .company-data__table table td {
  padding: calc(var(--f) * 1.6) 0;
  border-bottom: 1px solid #3e3a39;
}
.company-data__table table th {
  padding-right: 1em;
  white-space: nowrap;
}
.company-data__table table tr:last-child th, .company-data__table table tr:last-child td {
  border-bottom: none;
}
.company-data__doc {
  background: #F0F0F0;
  border-radius: calc(var(--f) * 0.8);
}
.company-data__doc h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-bottom: calc(var(--f) * 3.2);
  font-size: calc(var(--f) * 2.4);
  text-align: center;
}
.company-data__doc a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
  padding: calc(var(--f) * 1.2) 1em;
  margin: 0 0 calc(var(--f) * 2.4);
  color: #2a52a3;
  font-size: calc(var(--f) * 2);
  line-height: 1.5;
  text-align: center;
  border: 1px solid #2a52a3;
  border-radius: calc(var(--f) * 0.8);
  background: #FFF;
}
.company-data__doc a:hover {
  opacity: 0.7;
}
.company-data__doc a:last-child {
  margin-bottom: 0;
}
.company-data__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.company-data__more a:hover {
  color: #F0734B;
  background: #FFF;
}

.company-message {
  position: relative;
  padding: calc(var(--h) * 18) 0 calc(var(--h) * 18.5);
  margin: 0 0 calc(var(--h) * 20);
  background: #2a52a3;
}
.company-message__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1232px;
}
.company-message__head {
  margin: 0 0 calc(var(--f) * 6.4);
}
.company-message__head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #FFF;
}
.company-message__head__title .en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 7.2);
  line-height: 1;
}
.company-message__head__title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1;
}
.company-message__box {
  padding: calc(var(--f) * 6.4);
  background: #FFF;
}
.company-message__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 2em;
  font-size: calc(var(--f) * 2);
  letter-spacing: 0.1em;
}
.company-message__photo img {
  display: block;
  width: 100%;
  margin: 0 0 calc(var(--f) * 1.6);
}
.company-message__photo p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2);
  line-height: calc(var(--f) * 3.4);
}
.company-message__photo p b {
  display: block;
  font-size: 1.2em;
}
@media screen and (min-width: 960.02px) {
  .company-message__box {
    position: relative;
  }
  .company-message__text {
    padding-right: calc(var(--w) * 46.4);
  }
  .company-message__text p:last-child {
    margin-bottom: 0;
  }
  .company-message__photo {
    position: absolute;
    right: calc(var(--f) * 6.4);
    bottom: calc(var(--f) * 6.4);
    width: calc(var(--w) * 36.8);
  }
}
@media screen and (max-width: 960px) {
  .company-message__head__title .en {
    margin-bottom: 0.2em;
  }
}

.company-mission {
  position: relative;
  margin: 0 0 calc(var(--h) * 18.4);
}
.company-mission__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1120px;
}
.company-mission__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 6);
}
.company-mission__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.company-mission__body {
  text-align: center;
}
.company-mission__body p.top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 4);
  line-height: 1;
  text-align: center;
}
.company-mission__body .list {
  padding: calc(var(--f) * 6.4) 0;
  margin: calc(var(--f) * 8) 0 calc(var(--f) * 6.4);
  background: #E9F4FF;
  border-radius: calc(var(--f) * 1.6);
}
.company-mission__body .list h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 32);
  aspect-ratio: 1/1;
  color: #2a52a3;
  font-size: calc(var(--f) * 3.2);
  background: #FFF;
  border-radius: 50%;
}
.company-mission__body .list ol {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  text-align: left;
}
.company-mission__body .more {
  display: inline-block;
  padding: 0.25em 1.5em;
  font-size: calc(var(--f) * 2.4);
  border: 1px solid #3e3a39;
  border-radius: 999px;
}
.company-mission__body .more::after {
  content: "";
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.4em;
  background: url(../img/_common/arrow.svg) center/contain no-repeat;
  vertical-align: middle;
}
@media screen and (min-width: 960.02px) {
  .company-mission .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .company-mission .list h3 {
    margin-right: calc(var(--f) * 6.4);
  }
}
@media screen and (max-width: 960px) {
  .company-mission__body p.top {
    line-height: 1.5;
    white-space: nowrap;
  }
  .company-mission__body .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .company-mission__body .list h3 {
    margin-bottom: calc(var(--f) * 4);
  }
}

.company-mv {
  position: relative;
  overflow: hidden;
}
.company-mv__text h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 5.6);
}
@media screen and (min-width: 960.02px) {
  .company-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(var(--w) * 66.4);
  }
  .company-mv__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 53%;
    padding: 0 calc(var(--w) * 8.4) calc(var(--w) * 5.4) 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .company-mv__photo {
    position: relative;
    width: 47%;
  }
  .company-mv__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .company-mv__photo img {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media screen and (max-width: 960px) {
  .company-mv__text h1 {
    padding: calc(var(--f) * 6) 0;
    text-align: center;
  }
  .company-mv__photo img {
    position: relative;
    display: block;
    left: -10vw;
    width: 120vw;
    max-width: unset;
  }
}

.company-office {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.company-office__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1232px;
}
.company-office__head__title {
  text-align: center;
  margin: 0 0 calc(var(--h) * 11.2);
}
.company-office__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.company-office__box {
  margin: 0 0 calc(var(--h) * 11.2);
}
.company-office__box h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 4);
  font-size: calc(var(--f) * 3.2);
  line-height: 1.1875;
}
.company-office__box h3 small {
  display: block;
  margin: 0 0 0.3em;
  color: #2a52a3;
  font-size: 0.75em;
}
.company-office__box .office .text h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
}
.company-office__box .office .text p {
  margin: 1em 0;
  line-height: 1.5;
}
.company-office__box .office .text a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: inline-block;
  padding: 0.25em 1.5em;
  font-size: calc(var(--f) * 1.4);
  border: 1px solid #3e3a39;
  border-radius: 999px;
}
.company-office__box .office .text a:hover {
  opacity: 0.7;
}
.company-office__box .office .text a::after {
  content: "";
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin: 0 0 0 0.4em;
  background: url(../img/_common/arrow.svg) center/contain no-repeat;
  vertical-align: middle;
}
.company-office__box .office .map iframe {
  display: block;
  width: 100%;
  height: calc(var(--f) * 25);
}
.company-office__box .nursery .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.company-office__box .nursery .text h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
  width: 100%;
  line-height: 1.33;
}
.company-office__box .nursery .text p {
  width: 100%;
  margin: 1em 0 0;
  line-height: 1.5;
}
.company-office__box .nursery .text a.link {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: inline-block;
  padding: 0.25em 1.5em;
  font-size: calc(var(--f) * 1.4);
  border: 1px solid #3e3a39;
  border-radius: 999px;
  margin: 1em 0 0;
}
.company-office__box .nursery .text a.link:hover {
  opacity: 0.7;
}
.company-office__box .nursery .text a.link::after {
  content: "";
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin: 0 0 0 0.4em;
  background: url(../img/_common/arrow.svg) center/contain no-repeat;
  vertical-align: middle;
}
.company-office__box .nursery .text ul.sns {
  margin: 0.7em 0 0;
}
.company-office__box .nursery .text ul.sns li {
  width: calc(var(--f) * 3.4);
  height: calc(var(--f) * 3.4);
  padding: 0;
  margin: 0 0 0 calc(var(--f) * 1.6);
  border: none;
}
.company-office__box .nursery .text ul.sns a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
  text-decoration: none;
}
.company-office__box .nursery .text ul.sns a:hover {
  opacity: 0.7;
}
.company-office__box .nursery .text ul.sns img {
  display: block;
  width: calc(var(--f) * 3.4);
}
.company-office__box .school .text h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
}
.company-office__box .school .text p {
  margin: 1em 0;
  line-height: 1.5;
}
.company-office__box .school .text a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: inline-block;
  padding: 0.25em 1.5em;
  font-size: calc(var(--f) * 1.4);
  border: 1px solid #3e3a39;
  border-radius: 999px;
}
.company-office__box .school .text a:hover {
  opacity: 0.7;
}
.company-office__box .school .text a::after {
  content: "";
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin: 0 0 0 0.4em;
  background: url(../img/_common/arrow.svg) center/contain no-repeat;
  vertical-align: middle;
}
@media screen and (min-width: 960.02px) {
  .company-office__box .office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-office__box .office .main-office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    margin: 0 0 calc(var(--f) * 4);
  }
  .company-office__box .office .main-office .photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc((100% - var(--f) * 8) / 3);
    margin: 0 calc(var(--f) * 4) 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .company-office__box .office .main-office .text {
    width: 100%;
  }
  .company-office__box .office .branch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: calc((100% - var(--f) * 8) / 3);
  }
  .company-office__box .office .branch .text {
    width: 100%;
  }
  .company-office__box .office .branch .map {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 calc(var(--f) * 2.4);
  }
  .company-office__box .nursery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-office__box .nursery li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: calc((100% - var(--f) * 12) / 4);
  }
  .company-office__box .nursery li .photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin: 0 0 calc(var(--f) * 2.4);
  }
  .company-office__box .nursery li .text {
    width: 100%;
  }
  .company-office__box .school {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .company-office__box .school .photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(var(--w) * 59.6);
    margin: 0 calc(var(--f) * 4) 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .company-office__box .school .text {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .company-office__box .office li {
    padding-bottom: calc(var(--f) * 4);
    margin-bottom: calc(var(--f) * 4);
    border-bottom: 1px solid #3C3C3C;
  }
  .company-office__box .office li .text {
    margin-bottom: calc(var(--f) * 4);
  }
  .company-office__box .nursery li {
    padding-bottom: calc(var(--f) * 4);
    margin-bottom: calc(var(--f) * 4);
    border-bottom: 1px solid #3C3C3C;
  }
  .company-office__box .nursery li .text {
    margin-bottom: calc(var(--f) * 4);
  }
  .company-office__box .school .text {
    margin-bottom: calc(var(--f) * 4);
  }
}

.contact-form {
  position: relative;
  padding: calc(var(--h) * 10) 0 calc(var(--h) * 16);
}
.contact-form .required {
  display: inline-block;
  padding: 0 0.7em;
  margin-left: 0.3em;
  color: #FFF;
  font-size: calc(var(--f) * 1.4);
  line-height: 1.5;
  background: #F0734B;
  border-radius: 999px;
}
.contact-form__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
}
.contact-form__head {
  text-align: center;
  margin: 0 0 calc(var(--h) * 8);
}
.contact-form__head .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.contact-form__text {
  margin: 0 0 calc(var(--f) * 6);
}
.contact-form__text__guide {
  margin: 0 0 calc(var(--f) * 2);
}
.contact-form__text__notice {
  padding: calc(var(--f) * 1.2) calc(var(--f) * 2);
  font-size: calc(var(--f) * 1.4);
  line-height: 1.7;
  border: 1px solid #B4B4B4;
  border-radius: calc(var(--f) * 0.8);
}
.contact-form__text__check {
  text-align: center;
}
.contact-form__text__check b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  display: block;
  margin: 0 0 calc(var(--f) * 2);
  font-size: calc(var(--f) * 2.2);
  text-align: center;
}
.contact-form__form {
  padding: calc(var(--f) * 1.6) calc(var(--f) * 4.8) calc(var(--f) * 8);
  border-radius: calc(var(--f) * 1.6);
  background: #F0F0F0;
}
.contact-form__form table {
  width: 100%;
  margin: 0 0 calc(var(--h) * 8);
}
.contact-form__form th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: left;
  white-space: nowrap;
}
.contact-form__form input[type=text],
.contact-form__form input[type=number],
.contact-form__form input[type=tel],
.contact-form__form input[type=email],
.contact-form__form input[type=date],
.contact-form__form select,
.contact-form__form textarea {
  display: block;
  width: 100%;
  height: calc(var(--f) * 5);
  padding: calc(var(--f) * 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: calc(var(--f) * 0.8);
  background: #FFF;
}
.contact-form__form textarea {
  height: 10em;
}
.contact-form__form .address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form__form .address .address-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: calc((100% - var(--f) * 1) * 0.5);
}
.contact-form__form .address .address-1 input[type=text] {
  margin-left: 0.5em;
}
.contact-form__form .address .address-2 {
  width: calc((100% - var(--f) * 1) * 0.5);
}
.contact-form__form .address .address-3,
.contact-form__form .address .address-4 {
  width: 100%;
  margin: calc(var(--f) * 1) 0 0;
}
.contact-form__form .requestDate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form__form .requestDate dt {
  width: 5em;
  padding: 0.5em 0 0;
}
.contact-form__form .requestDate dd {
  width: calc(100% - 5em);
  margin: 0 0 calc(var(--f) * 2);
}
.contact-form__form .requestDate dd:last-child {
  margin-bottom: 0;
}
.contact-form__form .error {
  display: inline-block;
  padding: 0 0.25em;
  margin: 0 0.25em;
  color: #C84141;
  background: #FCE3DB;
}
.contact-form__entry__submit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.contact-form__entry__submit:hover {
  color: #F0734B;
  background: #FFF;
}
.contact-form__entry__back {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  color: #3e3a39;
  background: #B4B4B4;
}
.contact-form__entry__back:hover {
  color: #F0734B;
  background: #FFF;
}
.contact-form__entry__back:hover {
  color: #3e3a39;
  background: #F0F0F0;
}
.contact-form__entry__submit + .contact-form__entry__back {
  margin-top: calc(var(--f) * 4);
}
@media screen and (min-width: 960.02px) {
  .contact-form__form th, .contact-form__form td {
    padding-top: calc(var(--f) * 2.8);
    padding-bottom: calc(var(--f) * 2.8);
    border-bottom: 1px solid rgba(62, 58, 57, 0.25);
  }
  .contact-form__form th {
    padding-right: calc(var(--f) * 4);
  }
}
@media screen and (max-width: 960px) {
  .contact-form__text__notice {
    font-size: calc(var(--f) * 1.6);
  }
  .contact-form__form {
    padding: calc(var(--f) * 1.6) calc(var(--f) * 3.2) calc(var(--f) * 8);
  }
  .contact-form__form th, .contact-form__form td {
    display: block;
  }
  .contact-form__form th {
    padding: calc(var(--f) * 2.4) 0 calc(var(--f) * 0.8);
  }
  .contact-form__form td {
    padding: 0 0 calc(var(--f) * 3);
    border-bottom: 1px solid rgba(62, 58, 57, 0.25);
  }
  .contact-form__form input[type=text],
  .contact-form__form input[type=number],
  .contact-form__form input[type=tel],
  .contact-form__form input[type=email],
  .contact-form__form select,
  .contact-form__form textarea {
    padding-top: calc(var(--f) * 1.6);
    padding-bottom: calc(var(--f) * 1.6);
  }
}

.for-company-merit {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.for-company-merit__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 880px;
}
.for-company-merit__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 12);
}
.for-company-merit__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.for-company-merit__item {
  position: relative;
  z-index: 10;
  margin: 0 0 calc(var(--h) * 20.5);
}
.for-company-merit__item:last-child {
  margin-bottom: 0;
}
.for-company-merit__text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  padding: 0 0 calc(var(--f) * 2.4);
  margin: 0 0 calc(var(--f) * 2.4);
  font-size: calc(var(--f) * 4);
  line-height: 1;
  border-bottom: 1px solid #5A5A5A;
}
.for-company-merit__text p {
  font-size: calc(var(--f) * 2.4);
}
.for-company-merit--blue {
  padding: calc(var(--f) * 8) 0;
  background: #E9F4FF;
}
@media screen and (min-width: 960.02px) {
  .for-company-merit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .for-company-merit__count {
    width: 36%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .for-company-merit__count img {
    height: calc(var(--f) * 16.7);
  }
  .for-company-merit__text {
    width: 55%;
  }
}
@media screen and (max-width: 960px) {
  .for-company-merit__count {
    position: absolute;
    right: 0;
    top: calc(var(--f) * -6);
    z-index: -1;
  }
  .for-company-merit__count img {
    height: calc(var(--f) * 16.7);
  }
}

.for-company-mv {
  position: relative;
  padding: 0 0 calc(var(--f) * 7.8);
  margin: 0 0 calc(var(--h) * 20);
}
.for-company-mv__photo {
  position: relative;
  aspect-ratio: 1920/744;
}
.for-company-mv__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.for-company-mv__text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.for-company-mv__text span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: block;
  padding-left: 0.225em;
  color: #FFF;
  font-size: calc(var(--f) * 7.2);
  line-height: 1.25;
  letter-spacing: 0.225em;
  text-align: center;
}
.for-company-mv__text h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  padding-left: 0.2em;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: calc(var(--f) * 7.8);
  letter-spacing: 0.2em;
  text-align: center;
  background: #2a52a3;
}
@media screen and (max-width: 960px) {
  .for-company-mv__photo {
    aspect-ratio: 1/1;
  }
  .for-company-mv__text span {
    line-height: 1;
  }
}

.for-company-qa {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.for-company-qa__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 870px;
}
.for-company-qa__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 5);
}
.for-company-qa__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.for-company-qa__q, .for-company-qa__a {
  position: relative;
  min-height: calc(var(--f) * 8.8);
  padding: 0 0 0 calc(var(--f) * 12.8);
}
.for-company-qa__q::before, .for-company-qa__a::before {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 8.8);
  aspect-ratio: 1/1;
  padding: 0 0 calc(var(--f) * 1);
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  letter-spacing: 0;
  background: #F0734B;
  border-radius: 50%;
}
.for-company-qa__q {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 0 calc(var(--f) * 4);
  font-size: calc(var(--f) * 2.4);
  line-height: 1.5;
}
.for-company-qa__a {
  padding-bottom: calc(var(--f) * 8);
  margin-bottom: calc(var(--f) * 8);
  border-bottom: 1px solid #B4B4B4;
}
.for-company-qa__a::before {
  content: "A";
  background: #2a52a3;
}
.for-company-qa__a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.for-company-qa__a p {
  margin-bottom: 2em;
}
.for-company-qa__a p:last-child {
  margin-bottom: 0;
}
.for-company-qa__a p:first-child:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(var(--f) * 8.8);
}
.for-company-qa__a b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 960px) {
  .for-company-qa__q, .for-company-qa__a {
    padding-left: calc(var(--f) * 11);
  }
}
.for-company-qa--red .for-company-qa__head__title .label {
  color: #C84141;
  border-bottom-color: #C84141;
}
.for-company-qa--red .for-company-qa__q::before {
  background: #F0734B;
}
.for-company-qa--red .for-company-qa__a::before {
  background: #C84141;
}
.for-company-qa--red .for-company-qa__more {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  margin-top: calc(var(--h) * 20);
}
.for-company-qa--red .for-company-qa__more:hover {
  color: #F0734B;
  background: #FFF;
}
.for-company-qa--red .for-company-qa__more::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  margin: 0 1em 0 0;
  background: url(../img/_common/ico-mailform.svg) center/contain no-repeat;
}

.for-company-service {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.for-company-service__head {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: calc(var(--h) * 9);
}
.for-company-service__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 4);
}
.for-company-service__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.for-company-service__head__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
}
.for-company-service__body {
  padding: calc(var(--h) * 9) 0;
  background: #E9F4FF;
}
.for-company-service__items {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1160px;
}
.for-company-service__item {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  margin: 0 0 calc(var(--h) * 9);
  border-radius: calc(var(--f) * 1.6);
  background: #FFF;
}
.for-company-service__photo img {
  display: block;
  width: 100%;
}
.for-company-service__text {
  padding: calc(var(--f) * 4) calc(var(--f) * 2.4) calc(var(--f) * 2.4);
}
.for-company-service__text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  padding: 0.1em 0 0 calc(var(--f) * 2);
  margin: 0 0 calc(var(--f) * 1.6);
  font-size: calc(var(--f) * 3.2);
  line-height: 1.3;
  border-left: calc(var(--f) * 1.2) solid #2a52a3;
}
.for-company-service__text h3 small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  display: block;
  padding: 0.5em 0 0.25em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1;
}
.for-company-service__text p {
  font-size: calc(var(--f) * 2);
  letter-spacing: 0;
}
.for-company-service__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.for-company-service__more a:hover {
  color: #F0734B;
  background: #FFF;
}
@media screen and (min-width: 960.02px) {
  .for-company-service__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .for-company-service__head__text {
    text-align: center;
  }
  .for-company-service__item {
    width: calc((100% - var(--w) * 12) / 2);
  }
  .for-company-service__item:nth-child(2n+1) {
    margin-right: calc(var(--w) * 12);
  }
  .for-company-service__item:nth-child(2n+1):nth-last-child(1), .for-company-service__item:nth-child(2n+1):nth-last-child(2), .for-company-service__item:nth-child(2n+2):nth-last-child(1) {
    margin-bottom: 0;
  }
}
.for-company-staff {
  position: relative;
  overflow: hidden;
  margin: 0 0 calc(var(--h) * 20);
}
.for-company-staff__head {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: calc(var(--h) * 9);
}
.for-company-staff__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 4);
}
.for-company-staff__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.for-company-staff__head__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
  text-align: center;
}
.for-company-staff__body {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 936px;
  margin-bottom: calc(var(--h) * 8.8);
}
.for-company-staff__body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--h) * 6.5);
  z-index: -1;
  display: block;
  width: 100vw;
  height: calc(100% - var(--h) * 13);
  margin-left: -50vw;
  background: #E9F4FF;
}
.for-company-staff__photo {
  margin: 0 0 calc(var(--f) * 3.2);
}
.for-company-staff__photo img {
  display: block;
  width: 100%;
  border-radius: calc(var(--f) * 0.8);
}
.for-company-staff__text .position {
  display: block;
  font-size: calc(var(--f) * 2.4);
}
.for-company-staff__text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: calc(var(--f) * 3.2);
}
.for-company-staff__text h3 small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
}
.for-company-staff__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.for-company-staff__more a:hover {
  color: #F0734B;
  background: #FFF;
}
.for-company-staff__more a::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  margin: 0 1em 0 0;
  background: url(../img/_common/ico-mailform.svg) center/contain no-repeat;
}
@media screen and (min-width: 960.02px) {
  .for-company-staff__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .for-company-staff__box {
    width: calc((100% - var(--w) * 13.6) / 2);
  }
}
@media screen and (max-width: 960px) {
  .for-company-staff__box {
    padding: 0 calc(var(--f) * 4) calc(var(--h) * 9);
  }
  .for-company-staff__box:last-child {
    padding-bottom: 0;
  }
}

.for-company-step {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.for-company-step__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1376px;
}
.for-company-step--5 .for-company-step__container {
  width: 1152px;
}
.for-company-step__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 4);
}
.for-company-step__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.for-company-step__body {
  margin: 0 0 calc(var(--h) * 14.4);
}
.for-company-step__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: calc(var(--w) * 4.8);
  margin: 0 0 calc(var(--f) * 4);
  background: #E9F4FF;
  border-radius: calc(var(--f) * 0.8);
}
.for-company-step__item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 1.6);
  padding: 0 0 0 calc(var(--f) * 1.2);
  font-size: calc(var(--f) * 2.4);
  line-height: 1;
  border-left: calc(var(--f) * 0.4) solid #2a52a3;
}
.for-company-step__item div {
  position: relative;
  padding: calc(var(--f) * 2.2) 0 0;
  border-radius: 3px;
  background: #FFF;
}
.for-company-step__item div img {
  display: block;
  width: calc(var(--f) * 4.8);
  margin: 0 auto;
}
.for-company-step__item div p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(var(--f) * 8);
  font-size: calc(var(--f) * 1.6);
  line-height: 1.5;
  text-align: center;
}
.for-company-step__notice {
  font-size: calc(var(--f) * 2);
  text-align: center;
}
.for-company-step__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.for-company-step__more a:hover {
  color: #F0734B;
  background: #FFF;
}
.for-company-step__more a::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  margin: 0 1em 0 0;
  background: url(../img/_common/ico-mailform.svg) center/contain no-repeat;
}
@media screen and (min-width: 960.02px) {
  .for-company-step__items {
    gap: 0 calc(var(--w) * 6.4);
  }
  .for-company-step__item {
    width: calc((100% - var(--w) * 32) / 6);
  }
  .for-company-step__item div::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    display: block;
    width: calc(var(--w) * 1.6);
    aspect-ratio: 16/22.6;
    margin: auto 0 auto calc(var(--w) * 2.4);
    background: url(../img/temp/for-company/step-arrow.svg) center/contain no-repeat;
  }
  .for-company-step__item:last-child div::before {
    display: none;
  }
  .for-company-step--5 .for-company-step__item {
    width: calc((100% - var(--w) * 25.6) / 5);
  }
}
@media screen and (max-width: 960px) {
  .for-company-step__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 calc(var(--w) * 3.2);
  }
  .for-company-step__item {
    width: calc((100% - var(--w) * 6.4) / 3);
    margin: 0 0 calc(var(--w) * 4.8);
  }
  .for-company-step__item div::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    display: block;
    width: calc(var(--w) * 1.6);
    aspect-ratio: 16/22.6;
    margin: auto 0 auto calc(var(--w) * 1);
    background: url(../img/temp/for-company/step-arrow.svg) center/contain no-repeat;
  }
  .for-company-step__item:nth-child(3n) div::before {
    top: 100%;
    bottom: unset;
    left: unset;
    right: 100%;
    margin: calc(var(--w) * 1) calc(var(--w) * 2) 0 0;
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  .for-company-step__item:nth-last-child(1), .for-company-step__item:nth-last-child(2), .for-company-step__item:nth-last-child(3) {
    margin-bottom: 0;
  }
  .for-company-step__item:last-child div::before {
    display: none;
  }
}

.for-job-seeker-member {
  position: relative;
  margin: 0 0 calc(var(--h) * 16.7);
}
.for-job-seeker-member__head {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
}
.for-job-seeker-member__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 4);
}
.for-job-seeker-member__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.for-job-seeker-member__head__text {
  margin: 0 0 calc(var(--f) * 17);
}
.for-job-seeker-member__head__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.58;
  text-align: center;
}
.for-job-seeker-member__body {
  background: #E9F4FF;
}
.for-job-seeker-member__items {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1520px;
}
.for-job-seeker-member__photo {
  position: relative;
  position: relative;
  overflow: hidden;
  width: calc(var(--f) * 16);
  aspect-ratio: 1/1;
  margin: 0 auto calc(var(--f) * 2.6);
  border-radius: 50%;
}
.for-job-seeker-member__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.for-job-seeker-member__text {
  padding: 0 0 calc(var(--f) * 3);
}
.for-job-seeker-member__text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 1);
  font-size: calc(var(--f) * 2.4);
  line-height: 1.25;
}
.for-job-seeker-member__text h3 small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  display: block;
  font-size: calc(var(--f) * 1.6);
}
.for-job-seeker-member__text p {
  color: #5A5A5A;
}
@media screen and (min-width: 960.02px) {
  .for-job-seeker-member__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .for-job-seeker-member__item {
    width: calc((100% - var(--w) * 24) / 4);
  }
  .for-job-seeker-member__photo {
    margin-top: calc(var(--f) * -8);
  }
}
@media screen and (max-width: 960px) {
  .for-job-seeker-member__items {
    position: relative;
    top: calc(var(--f) * -12);
  }
  .for-job-seeker-member__item {
    margin: 0 calc(var(--f) * 4) calc(var(--f) * 8);
  }
  .for-job-seeker-member__photo {
    width: calc(var(--f) * 24);
  }
  .for-job-seeker-member__text h3 {
    font-size: calc(var(--f) * 3.6);
    text-align: center;
  }
  .for-job-seeker-member__text h3 small {
    font-size: calc(var(--f) * 2.4);
    text-align: center;
  }
}

.for-job-seeker-nav {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.for-job-seeker-nav__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--w) * 148);
}
.for-job-seeker-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.for-job-seeker-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.for-job-seeker-nav__box {
  -webkit-box-shadow: calc(var(--f) * 0.8) calc(var(--f) * 1.6) calc(var(--f) * 4) 0 rgba(0, 0, 0, 0.1);
          box-shadow: calc(var(--f) * 0.8) calc(var(--f) * 1.6) calc(var(--f) * 4) 0 rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  height: 100%;
  padding: calc(var(--f) * 8.5) 0 0;
  border-radius: calc(var(--f) * 1.6);
  background: #FFF;
}
.for-job-seeker-nav__box img {
  display: block;
  width: calc(var(--f) * 13.3);
  margin: 0 auto;
}
.for-job-seeker-nav__box p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 3.2);
  text-align: center;
}
.for-job-seeker-nav__box span.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 calc(var(--f) * 1.6) 0 0;
}
.for-job-seeker-nav__box span.link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  padding: 0 calc(var(--f) * 1);
  margin: 0 0 0 calc(var(--f) * 1.6);
  font-size: calc(var(--f) * 2.4);
  background: #D2E9FF;
  border-radius: calc(var(--f) * 0.5);
}
.for-job-seeker-nav__box span.link a::after {
  content: "";
  display: block;
  width: 0.7em;
  aspect-ratio: 1/1;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 960.02px) {
  .for-job-seeker-nav__items {
    gap: calc(var(--f) * 6.4);
  }
  .for-job-seeker-nav__item {
    width: calc((100% - var(--f) * 12.8) / 3);
  }
  .for-job-seeker-nav__box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    min-height: calc(var(--f) * 15);
  }
}
@media screen and (max-width: 960px) {
  .for-job-seeker-nav__items {
    gap: 0 4vw;
  }
  .for-job-seeker-nav__item {
    width: calc((100% - 4vw) / 2);
    margin: 0 0 4vw;
  }
  .for-job-seeker-nav__box {
    padding-top: calc(var(--f) * 4);
  }
  .for-job-seeker-nav__box p {
    padding: calc(var(--f) * 2) 0 calc(var(--f) * 4);
    line-height: 1.5;
  }
  .for-job-seeker-nav__box span.link {
    margin-top: calc(var(--f) * 1);
  }
}

.for-job-seeker-support {
  position: relative;
  margin: 0 0 calc(var(--h) * 14.4);
}
.for-job-seeker-support__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}
.for-job-seeker-support__container h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: calc(var(--f) * 4) 0 calc(var(--f) * 1.6);
  font-size: calc(var(--f) * 2.4);
  line-height: 1.667;
}
.for-job-seeker-support__container h3:first-child {
  margin-top: 0;
}
.for-job-seeker-support__container p {
  margin-bottom: calc(var(--f) * 1.6);
}
.for-job-seeker-support__container a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  color: #2a52a3;
  text-decoration: underline;
}
.for-job-seeker-support__container a:hover {
  opacity: 0.7;
}
.for-job-seeker-support__container span.dot {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
}
.for-job-seeker-support__container span.dot::before {
  content: "";
  position: absolute;
  left: 0.4em;
  top: 0.8em;
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: #3e3a39;
}
.for-job-seeker-support__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 4);
}
.for-job-seeker-support__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.for-job-seeker-support__head__text {
  margin: 0 0 calc(var(--f) * 4);
}
.for-job-seeker-support__head__text p {
  margin: 0 0 2em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.667;
}
.for-job-seeker-support__head__text p:last-child {
  margin-bottom: 0;
}
.for-job-seeker-support__head__text p.center {
  text-align: center;
}
.for-job-seeker-support__head__text p small {
  display: inline-block;
  font-size: calc(var(--f) * 1.6);
  line-height: 1.5;
}
.for-job-seeker-support__text {
  margin: 0 0 calc(var(--f) * 4);
}
.for-job-seeker-support__text:last-child {
  margin-bottom: 0;
}
.for-job-seeker-support__text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-bottom: 0;
  font-size: calc(var(--f) * 2);
  line-height: 1.9;
}
.for-job-seeker-support__img {
  margin: 0 0 calc(var(--f) * 4);
}
.for-job-seeker-support__img:last-child {
  margin-bottom: 0;
}
.for-job-seeker-support__img img {
  display: block;
  width: 100%;
}
.for-job-seeker-support__table-stripe {
  margin: 0 0 calc(var(--f) * 4);
}
.for-job-seeker-support__table-stripe:last-child {
  margin-bottom: 0;
}
.for-job-seeker-support__table-stripe h3 {
  margin-bottom: 0;
}
.for-job-seeker-support__table-stripe h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 1.6);
}
.for-job-seeker-support__table-stripe table {
  width: 100%;
  border: 1px solid #B4B4B4;
}
.for-job-seeker-support__table-stripe table th, .for-job-seeker-support__table-stripe table td {
  padding: calc(var(--f) * 1.6);
  vertical-align: middle;
}
.for-job-seeker-support__table-stripe table thead th, .for-job-seeker-support__table-stripe table thead td {
  color: #FFF;
  background: #B4B4B4;
}
.for-job-seeker-support__table-stripe table tbody th {
  white-space: nowrap;
}
.for-job-seeker-support__table-stripe table tbody tr:nth-child(2n) th, .for-job-seeker-support__table-stripe table tbody tr:nth-child(2n) td {
  background: #F0F0F0;
}
.for-job-seeker-support__table-border {
  margin: 0 0 calc(var(--f) * 4);
}
.for-job-seeker-support__table-border:last-child {
  margin-bottom: 0;
}
.for-job-seeker-support__table-border table {
  width: 100%;
  border: 1px solid #B4B4B4;
}
.for-job-seeker-support__table-border table th, .for-job-seeker-support__table-border table td {
  padding: 1em;
  line-height: 1.5;
  vertical-align: middle;
}
.for-job-seeker-support__table-border table thead th, .for-job-seeker-support__table-border table thead td {
  color: #FFF;
  background: #B4B4B4;
  border-bottom: 1px solid #FFF;
}
.for-job-seeker-support__table-border table thead td {
  border-left: 1px solid #FFF;
}
.for-job-seeker-support__table-border table tbody th, .for-job-seeker-support__table-border table tbody td {
  border-bottom: 1px solid #B4B4B4;
}
.for-job-seeker-support__table-border table tbody td {
  border-left: 1px solid #B4B4B4;
}
.for-job-seeker-support__list-order {
  margin: 0 0 calc(var(--f) * 4);
}
.for-job-seeker-support__list-order:last-child {
  margin-bottom: 0;
}
.for-job-seeker-support__list-order li {
  margin: 0 0 calc(var(--f) * 1.6);
}
.for-job-seeker-support__list-order li h4 {
  position: relative;
  padding: calc(var(--f) * 0.5) calc(var(--f) * 1.6) calc(var(--f) * 0.5) calc(var(--f) * 5.6);
  font-size: calc(var(--f) * 2);
  line-height: 1.5;
  background: #E9F4FF;
}
.for-job-seeker-support__list-order li h4 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 4);
  height: 100%;
  color: #FFF;
  letter-spacing: 0;
  background: #2a52a3;
}
.for-job-seeker-support__list-order li p {
  margin: calc(var(--f) * 1.6) 0 calc(var(--f) * 4);
}
.for-job-seeker-support__list-order li:last-child h4, .for-job-seeker-support__list-order li:last-child p {
  margin-bottom: 0;
}
.for-job-seeker-support__link {
  margin: 0 0 calc(var(--f) * 4);
  text-align: center;
}
.for-job-seeker-support__link:last-child {
  margin-bottom: 0;
}
.for-job-seeker-support__link a {
  display: inline-block;
  padding: 0.25em 1.5em;
  color: inherit;
  font-size: calc(var(--f) * 2.4);
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #3e3a39;
  border-radius: 999px;
}
.for-job-seeker-support__link a::after {
  content: "";
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.4em;
  background: url(../img/_common/arrow.svg) center/contain no-repeat;
  vertical-align: middle;
}
.foreigner-about {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.foreigner-about__head {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1232px;
}
.foreigner-about__head__title {
  text-align: center;
  margin: 0 0 calc(var(--h) * 8);
}
.foreigner-about__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.foreigner-about__head__title .label {
  color: #C84141;
  border-bottom-color: #C84141;
}
.foreigner-about--green .foreigner-about__head__title .label {
  color: #2AA72F;
  border-bottom-color: #2AA72F;
}
.foreigner-about__head__text {
  margin: 0 0 calc(var(--f) * 8);
}
.foreigner-about__head__text .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.92;
}
@media screen and (min-width: 960.02px) {
  .foreigner-about__head__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .foreigner-about__head__text .text {
    width: 100%;
  }
  .foreigner-about__head__text .photo {
    width: calc(var(--w) * 69);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: calc(var(--w) * 6.4);
  }
  .foreigner-about__head__text .photo img {
    width: 100%;
  }
  .foreigner-about--green .foreigner-about__head__text .photo {
    width: calc(var(--w) * 58.4);
  }
}
@media screen and (max-width: 960px) {
  .foreigner-about__head__text .text {
    margin: 0 0 calc(var(--h) * 8);
  }
}
.foreigner-about__merit {
  padding: calc(var(--f) * 8) 0;
  margin: 0 0 calc(var(--h) * 20);
  background: #FFE6E6;
}
.foreigner-about__merit__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 4.8);
  color: #C84141;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
}
.foreigner-about__merit__items {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1232px;
}
.foreigner-about__merit__item {
  margin: 0 0 calc(var(--f) * 4.8);
}
.foreigner-about__merit__item h4 span.count {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: calc(var(--f) * 4.8);
  color: #FFF;
  font-size: calc(var(--f) * 2.4);
  background: #C84141;
}
.foreigner-about__merit__item h4 span.count b {
  margin: 0 0 0 0.5em;
  font-size: 1.33em;
}
.foreigner-about__merit__item h4 span.text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.33;
  text-align: center;
}
.foreigner-about__merit__item img {
  display: block;
  width: 100%;
  margin: 0 0 calc(var(--f) * 1.4);
}
.foreigner-about__merit__item p {
  font-size: calc(var(--f) * 1.8);
  line-height: 1.778;
}
.foreigner-about__merit__bottom {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1232px;
  padding: calc(var(--w) * 6.4);
  background: #FFF;
}
.foreigner-about__merit__bottom .photo {
  width: calc(var(--w) * 32);
  margin: 0 calc(var(--w) * 6.4) 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.foreigner-about__merit__bottom .text p {
  margin: 0 0 1.8em;
  color: #5A5A5A;
  font-size: calc(var(--f) * 2);
  line-height: 1.8;
}
.foreigner-about__merit__bottom .text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960.02px) {
  .foreigner-about__merit__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .foreigner-about__merit__item {
    width: calc((100% - var(--w) * 12) / 4);
  }
  .foreigner-about__merit__item h4 span.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(var(--f) * 9);
  }
}
@media screen and (max-width: 960px) {
  .foreigner-about__merit__item {
    margin: 0 calc(var(--f) * 4) calc(var(--f) * 8);
  }
  .foreigner-about__merit__item h4 span.text {
    display: block;
    padding: calc(var(--f) * 1.8) 0;
    font-size: calc(var(--f) * 3.2);
    text-align: center;
  }
  .foreigner-about__merit__bottom {
    padding: calc(var(--w) * 3.2);
  }
  .foreigner-about__merit__bottom .photo {
    position: absolute;
    left: calc(var(--w) * 3.2);
    top: calc(var(--w) * 3.2);
    width: calc(var(--f) * 18);
  }
  .foreigner-about__merit__bottom .text p:first-child {
    padding-left: calc(var(--f) * 21);
  }
}
.foreigner-about__point {
  padding: calc(var(--f) * 6.4) 0;
  background: #E5F8E1;
}
.foreigner-about__point__items {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1232px;
}
.foreigner-about__point__item h4 {
  text-align: center;
}
.foreigner-about__point__item h4 span.count {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  position: relative;
  display: inline-block;
  height: calc(var(--f) * 4.8);
  padding: 0 calc(var(--f) * 3);
  margin: 0 0 calc(var(--f) * 2.4);
  color: #FFF;
  font-size: calc(var(--f) * 2.4);
  background: #2AA72F;
  border-radius: calc(var(--f) * 0.8);
}
.foreigner-about__point__item h4 span.count::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 3.2);
  height: calc(var(--f) * 2.4);
  margin: 0 auto;
  background: #2AA72F;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.foreigner-about__point__item h4 span.text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.8);
  line-height: 1.429;
  text-align: center;
}
.foreigner-about__point__item img {
  display: block;
  width: 100%;
  margin: 0 0 calc(var(--f) * 0.8);
}
.foreigner-about__point__item p {
  line-height: 1.5;
}
@media screen and (min-width: 960.02px) {
  .foreigner-about__point__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .foreigner-about__point__item {
    width: calc((100% - var(--w) * 12.8) / 3);
  }
  .foreigner-about__point__item h4 span.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(var(--f) * 11.2);
    padding: 0 0 calc(var(--f) * 1);
  }
}
@media screen and (max-width: 960px) {
  .foreigner-about__point__item {
    margin: 0 calc(var(--f) * 4) calc(var(--f) * 8);
  }
  .foreigner-about__point__item h4 span.text {
    display: block;
    padding: calc(var(--f) * 1.8) 0;
    font-size: calc(var(--f) * 3.2);
    text-align: center;
  }
  .foreigner-about__point__item:last-child {
    margin-bottom: 0;
  }
}
.foreigner-about__more {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
}
.foreigner-about__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.foreigner-about__more a:hover {
  color: #F0734B;
  background: #FFF;
}
.foreigner-about__more a::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  margin: 0 1em 0 0;
  background: url(../img/_common/ico-mailform.svg) center/contain no-repeat;
}

.foreigner-case {
  position: relative;
  overflow: hidden;
  padding: 0 0 calc(var(--h) * 31.6);
}
.foreigner-case__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1312px;
}
.foreigner-case__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 7);
}
.foreigner-case__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.foreigner-case__head__title .label {
  color: #C84141;
  border-bottom-color: #C84141;
}
.foreigner-case__body {
  position: relative;
}
.foreigner-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}
.foreigner-case__box {
  display: block;
  width: 100%;
  height: 100%;
  padding: calc(var(--f) * 4.8);
  margin: 0 calc(var(--f) * 4);
  background: #FFF;
  border-radius: calc(var(--f) * 1.6);
  -webkit-box-shadow: calc(var(--f) * 0.8) calc(var(--f) * 0.8) 0 0 #FFD0D0;
          box-shadow: calc(var(--f) * 0.8) calc(var(--f) * 0.8) 0 0 #FFD0D0;
}
.foreigner-case__box .text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  padding: 0.08em 0 0.08em calc(var(--f) * 1.2);
  margin: 0 0 calc(var(--f) * 4);
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  border-left: calc(var(--f) * 0.6) solid #C84141;
  text-align: left;
}
.foreigner-case__box .text h3 small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.75em;
}
.foreigner-case__box .text p {
  margin: 0 0 2em;
}
.foreigner-case__box .text p:last-child {
  margin-bottom: 0;
}
.foreigner-case__swiper__prev, .foreigner-case__swiper__next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  display: block;
  width: calc(var(--f) * 4.8);
  height: calc(var(--f) * 4.8);
  margin: auto 0;
  background: #C84141;
  border-radius: 50%;
}
.foreigner-case__swiper__prev::before, .foreigner-case__swiper__next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38%;
  display: block;
  width: 35%;
  height: 35%;
  margin: auto 0;
  border-right: calc(var(--f) * 0.4) solid #FFF;
  border-bottom: calc(var(--f) * 0.4) solid #FFF;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.foreigner-case__swiper__prev {
  left: calc(var(--f) * -2.4);
}
.foreigner-case__swiper__next {
  left: calc(100% - var(--f) * 2.4);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.foreigner-case__swiper__pagination {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100% !important;
  height: calc(var(--f) * 12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.foreigner-case__swiper__pagination .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: calc(var(--f) * 5);
  height: calc(var(--f) * 12);
  margin: 0 !important;
  background: none;
  border-radius: 0;
}
.foreigner-case__swiper__pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 40%;
  aspect-ratio: 1/1;
  margin: auto;
  background: #D9D9D9;
  border-radius: 50%;
}
.foreigner-case__swiper__pagination .swiper-pagination-bullet-active::before {
  background: #B4B4B4;
}
@media screen and (min-width: 960.02px) {
  .foreigner-case__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foreigner-case__box .photo {
    width: calc(var(--w) * 60.8);
    margin: 0 calc(var(--f) * 4.8) 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .foreigner-case__box .text {
    width: 100%;
    padding-top: calc(var(--f) * 1.6);
  }
}
@media screen and (max-width: 960px) {
  .foreigner-case__box {
    padding: calc(var(--f) * 3.6);
    margin: 0 calc(var(--f) * 3);
  }
  .foreigner-case__box .photo {
    margin-bottom: calc(var(--f) * 2);
  }
  .foreigner-case__swiper__prev, .foreigner-case__swiper__next {
    width: calc(var(--f) * 6);
  }
  .foreigner-case__swiper__prev {
    left: calc(var(--f) * -1.2);
  }
  .foreigner-case__swiper__next {
    left: calc(100% - var(--f) * 4.8);
  }
}

.foreigner-mv {
  position: relative;
  overflow: hidden;
  margin: 0 0 calc(var(--h) * 20);
}
.foreigner-mv__text h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 4);
  color: #C84141;
  font-size: calc(var(--w) * 8);
  line-height: 1.2;
}
.foreigner-mv__text span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: block;
  font-size: calc(var(--w) * 2.4);
  line-height: 1.33;
}
@media screen and (min-width: 960.02px) {
  .foreigner-mv__text {
    position: absolute;
    left: 10.6%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    height: 100%;
  }
  .foreigner-mv__text h1, .foreigner-mv__text span {
    width: 100%;
  }
  .foreigner-mv__photo img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .foreigner-mv__text {
    padding: calc(var(--f) * 8) 4vw;
    background: url(../img/foreigner/top.jpg) left center/220% auto no-repeat;
  }
  .foreigner-mv__text h1 {
    font-size: calc(var(--f) * 6);
  }
  .foreigner-mv__photo {
    position: relative;
    aspect-ratio: 1/0.8;
  }
  .foreigner-mv__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .foreigner-mv__photo img {
    -o-object-position: right center;
       object-position: right center;
  }
}

.foreigner-specified {
  position: relative;
  padding: 0 0 calc(var(--h) * 20);
}
.foreigner-specified__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1232px;
}
.foreigner-specified__head__title {
  text-align: center;
  margin: 0 0 calc(var(--h) * 8);
}
.foreigner-specified__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.foreigner-specified__head__title .label {
  color: #C84141;
  border-bottom-color: #C84141;
}
.foreigner-specified__head__text {
  margin: 0 0 calc(var(--f) * 8);
}
.foreigner-specified__head__text .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 1.8em;
  font-size: calc(var(--f) * 2);
  line-height: 1.8;
}
.foreigner-specified__head__text .text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960.02px) {
  .foreigner-specified__head__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .foreigner-specified__head__text .text {
    width: 100%;
  }
  .foreigner-specified__head__text .photo {
    width: calc(var(--w) * 59);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: calc(var(--w) * 5.6);
  }
}
@media screen and (max-width: 960px) {
  .foreigner-specified__head__text .text {
    margin: 0 0 calc(var(--h) * 8);
  }
}
.foreigner-specified__box {
  padding: calc(var(--f) * 4);
  margin: 0 0 calc(var(--f) * 8);
  background: #FFE6E6;
}
.foreigner-specified__box:last-child {
  margin-bottom: 0;
}
.foreigner-specified__box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  padding: calc(var(--f) * 0.4) calc(var(--f) * 2);
  margin: 0 0 calc(var(--f) * 4);
  color: #FFF;
  font-size: calc(var(--f) * 2.8);
  line-height: 1.7;
  text-align: center;
  background: #C84141;
}
.foreigner-specified__box__field ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--f) * 2.4);
}
.foreigner-specified__box__field li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0.2em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.5;
}
.foreigner-specified__box__field p {
  line-height: 1.5;
}
.foreigner-specified__box__category h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
  margin: 0 0 calc(var(--f) * 1.6);
  text-align: center;
  background: #FFF;
}
.foreigner-specified__box__category table {
  margin-bottom: calc(var(--f) * 4.8);
}
.foreigner-specified__box__category table th, .foreigner-specified__box__category table td {
  line-height: 1.5;
}
.foreigner-specified__box__category table th {
  padding: 0 0.5em 0 0;
  white-space: nowrap;
}
.foreigner-specified__box__category table td {
  position: relative;
  padding: 0 0 0 1em;
}
.foreigner-specified__box__category table td::before {
  content: "：";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.foreigner-specified__box__support li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
  padding: calc(var(--f) * 1.6);
  margin: 0 0 calc(var(--w) * 2);
  text-align: center;
  background: #FFF;
}
@media screen and (min-width: 960.02px) {
  .foreigner-specified__box__field {
    padding-right: 4em;
    padding-left: 4em;
  }
  .foreigner-specified__box__field ol {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .foreigner-specified__box__field p {
    text-align: center;
  }
  .foreigner-specified__box__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .foreigner-specified__box__category .text, .foreigner-specified__box__category .img {
    width: calc((100% - var(--w) * 4.8) / 2);
  }
  .foreigner-specified__box__category table:last-child {
    margin-bottom: 0;
  }
  .foreigner-specified__box__support ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 calc(var(--w) * 4);
  }
  .foreigner-specified__box__support li {
    width: calc((100% - var(--w) * 4) / 2);
    padding: calc(var(--f) * 3.2);
    margin: 0 0 calc(var(--w) * 4);
  }
}
.job-detail {
  position: relative;
  padding: 0 0 calc(var(--h) * 16);
}
.job-detail__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1230px;
}
.job-detail__box {
  padding: calc(var(--f) * 4) calc(var(--f) * 4) calc(var(--f) * 8);
  margin: 0 0 calc(var(--h) * 16);
  border: 2px solid #B4B4B4;
  border-radius: calc(var(--f) * 1.6);
}
.job-detail__about__num {
  margin: 0 0 0.25em;
}
.job-detail__about__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
  padding: 0 0 calc(var(--f) * 2.4);
  margin: 0 0 calc(var(--f) * 2.4);
  border-bottom: 1px solid #B4B4B4;
}
.job-detail__about__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2);
  line-height: 1.6;
}
.job-detail__about__contents p {
  margin: 0 0 2em;
}
.job-detail__about__contents b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
}
.job-detail__merit {
  margin: 0 0 calc(var(--f) * 6);
}
.job-detail__merit__photo {
  margin: 0 0 calc(var(--f) * 3.2);
}
.job-detail__merit__photo img {
  display: block;
  width: 100%;
  max-width: unset;
  border-radius: 4px;
}
.job-detail__merit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 1.6);
}
.job-detail__merit__items li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  width: calc((100% - var(--f) * 1.6) / 2);
  padding: 0.25em 1em;
  text-align: center;
  background: #E9F4FF;
  border-radius: calc(var(--f) * 0.8);
}
.job-detail__data {
  position: relative;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  margin: 0 0 calc(var(--f) * 6);
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.job-detail__data__btn:checked + .job-detail__data__label + .job-detail__data {
  opacity: 1;
  max-height: 9999px;
}
.job-detail__data__btn {
  display: none;
}
.job-detail__data__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  cursor: pointer;
  width: 100%;
  padding: 0.4em 0;
  border: 2px solid #3C3C3C;
  border-radius: calc(var(--f) * 0.8);
  font-size: calc(var(--f) * 2.2);
  text-align: center;
}
.job-detail__data__label:hover {
  opacity: 0.7;
}
.job-detail__data__label::before {
  content: "詳しく見る";
}
.job-detail__data__label::after {
  content: "";
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 0.6em;
  aspect-ratio: 1/1;
  margin: 0 0 0 1em;
  border-right: 2px solid #3e3a39;
  border-bottom: 2px solid #3e3a39;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.job-detail__data__btn:checked + .job-detail__data__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  border: none;
  font-size: calc(var(--f) * 1.8);
  text-align: right;
}
.job-detail__data__btn:checked + .job-detail__data__label::before {
  content: "✕ 閉じる";
}
.job-detail__data__btn:checked + .job-detail__data__label::after {
  display: none;
}
.job-detail__data__items {
  width: 100%;
}
.job-detail__data__items th, .job-detail__data__items td {
  background: #F0F0F0;
}
.job-detail__entry a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.job-detail__entry a:hover {
  color: #F0734B;
  background: #FFF;
}
.job-detail__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.job-detail__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  width: 340px;
  max-width: 100%;
  padding: 0.4em 1em;
  margin: 0 0.2em;
  color: #F0734B;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  border: 2px solid #F0734B;
  border-radius: 999px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.job-detail__more a:hover {
  color: #FFF;
  background: #F0734B;
}
@media screen and (min-width: 960.02px) {
  .job-detail__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .job-detail__about {
    width: 64%;
  }
  .job-detail__merit {
    width: 30%;
  }
  .job-detail__data {
    width: 100%;
  }
  .job-detail__data__items {
    border-collapse: separate;
    border-spacing: 0 calc(var(--f) * 1.6);
  }
  .job-detail__data__items th, .job-detail__data__items td {
    padding-top: calc(var(--f) * 1.6);
    padding-bottom: calc(var(--f) * 1.6);
  }
  .job-detail__data__items th {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.07em;
    padding-right: calc(var(--f) * 2.4);
    padding-left: calc(var(--f) * 2.4);
    white-space: nowrap;
    border-radius: calc(var(--f) * 0.8) 0 0 calc(var(--f) * 0.8);
    text-align: left;
  }
  .job-detail__data__items td {
    padding-right: calc(var(--f) * 2.4);
    border-radius: 0 calc(var(--f) * 0.8) calc(var(--f) * 0.8) 0;
  }
  .job-detail__entry {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .job-detail__data__items th, .job-detail__data__items td {
    display: block;
    padding: 0 calc(var(--f) * 2.4);
  }
  .job-detail__data__items th {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.07em;
    padding-top: calc(var(--f) * 1.4);
    border-radius: calc(var(--f) * 0.8) calc(var(--f) * 0.8) 0 0;
  }
  .job-detail__data__items td {
    padding-bottom: calc(var(--f) * 1.4);
    margin: 0 0 calc(var(--f) * 1.6);
    border-radius: 0 0 calc(var(--f) * 0.8) calc(var(--f) * 0.8);
  }
}

.job-nav {
  position: relative;
  padding: calc(var(--h) * 10) 0 0;
}
.job-nav__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1230px;
}
.job-nav__head {
  text-align: center;
  margin: 0 0 calc(var(--h) * 8);
}
.job-nav__head .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.job-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--w) * 3.2);
  margin: 0 0 calc(var(--f) * 8);
}
.job-nav__buttons li {
  width: calc((100% - var(--w) * 3.2) / 2);
}
.job-nav__buttons a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.67;
  display: block;
  padding: 0.5em 0;
  text-align: center;
  border: calc(var(--f) * 0.4) solid #2a52a3;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.job-nav__buttons a:hover {
  color: #FFF;
  background: #2a52a3;
}
@media screen and (max-width: 960px) {
  .job-nav__buttons {
    gap: calc(var(--f) * 1.6);
  }
  .job-nav__buttons li {
    width: calc((100% - var(--f) * 1.6) / 2);
  }
}

.news-list {
  position: relative;
  padding: 0 0 calc(var(--h) * 16);
}
.news-list__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}
.news-list__head {
  margin: 0 0 calc(var(--f) * 2);
}
.news-list__head span.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: calc(var(--f) * 5.6);
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: block;
  padding: 0 0 0.09em 0.15em;
  font-size: calc(var(--f) * 5.6);
  line-height: 1.2;
  text-align: center;
}
.news-list__head span.ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  display: block;
  padding: 0 0 0 0.2em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
}
.news-list__body__items {
  border-top: 1px solid #3C3C3C;
}
.news-list__body__item {
  border-bottom: 1px solid #3C3C3C;
}
.news-list__body__box {
  padding: calc(var(--f) * 2.4) 0;
  line-height: 1.5;
}
.news-list__body__box .date,
.news-list__body__box .title {
  display: block;
}
.news-list a.news-list__body__box {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.news-list a.news-list__body__box:hover {
  opacity: 0.7;
}
.news-list__more__button {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  max-width: 80vw;
  height: calc(var(--f) * 5);
  margin: calc(var(--f) * 4) auto 0;
  color: #FFF;
  font-size: calc(var(--f) * 1.8);
  background: #3e3a39;
  border-radius: 999px;
}
.news-list__more__button:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960.02px) {
  .news-list__body__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-list__body__box .date {
    width: calc(var(--f) * 16);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .news-list__body__box .title {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .news-list__body__box {
    display: block;
  }
  .news-list__body__box .date {
    margin: 0 0 0.5em;
  }
}
.news-list--archive {
  padding-top: calc(var(--h) * 10);
  padding-bottom: calc(var(--h) * 6);
}

.news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92vw;
  margin: 0 auto calc(var(--h) * 10);
}
.news-pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 calc(var(--f) * 1);
}
.news-pagination__item {
  width: calc(var(--f) * 4.6);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 calc(var(--f) * 0.7);
  color: #FFF;
  font-size: calc(var(--f) * 1.8);
  border: 1px solid;
}
.news-pagination__item a {
  width: calc(var(--f) * 4.6);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3e3a39;
  background: #E6E6E6;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.news-pagination__item a:hover {
  background: #FFF;
}
.news-pagination__prev, .news-pagination__next {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
  width: calc(var(--f) * 4.6);
  aspect-ratio: 1/1;
  background: url(../img/_common/arrow.svg) center top 60%/40% auto no-repeat;
}
.news-pagination__prev:hover, .news-pagination__next:hover {
  opacity: 0.7;
}
.news-pagination__prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.outlinkOld__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1260px;
}
.outlinkOld__items {
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(var(--f) * 2.4) 0;
  background: #FFF;
  border-radius: calc(var(--f) * 1.6);
}
.outlinkOld__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 1.8);
  white-space: nowrap;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
  line-height: 1.4;
}
.outlinkOld__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1280.02px) {
  .outlinkOld__item:first-child .outlinkOld__link {
    padding-left: 0;
  }
  .outlinkOld__item:last-child .outlinkOld__link {
    padding-right: 0;
    border-right: none;
  }
  .outlinkOld__link {
    padding: 0 calc(var(--w) * 4);
    border-right: 1px solid #3e3a39;
  }
}
@media screen and (max-width: 1280px) {
  .outlinkOld__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .outlinkOld__item {
    width: 50%;
    margin-bottom: calc(var(--f) * 2.4);
  }
  .outlinkOld__item:nth-child(2n+1) .outlinkOld__link {
    border-right: 1px solid #3e3a39;
  }
  .outlinkOld__link {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .outlinkOld__link {
    font-size: calc(var(--f) * 1.5);
  }
}

.privacy-detail {
  position: relative;
  padding: calc(var(--h) * 16) 0 0;
  margin: 0 0 calc(var(--h) * 20);
}
.privacy-detail__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 920px;
}
.privacy-detail__head__title {
  text-align: center;
  margin: 0 0 calc(var(--h) * 8);
}
.privacy-detail__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.privacy-detail__box {
  margin: 0 0 calc(var(--h) * 10);
  line-height: 1.5;
}
.privacy-detail__box .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  padding: calc(var(--f) * 0.3) 1em;
  margin: 0 0 calc(var(--f) * 2.4);
  color: #FFF;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.5;
  text-align: center;
  background: #2a52a3;
}
.privacy-detail__box .title + p {
  margin: 0 0 calc(var(--f) * 4);
  font-size: calc(var(--f) * 1.8);
}
.privacy-detail__box h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: calc(var(--f) * 4) 0 calc(var(--f) * 0.4);
  font-size: calc(var(--f) * 2);
}
.privacy-detail__box h3:first-child {
  margin-top: 0;
}
.privacy-detail__box h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
}
.privacy-detail__box p {
  margin: 0 0 calc(var(--f) * 1.6);
}
.privacy-detail__box p:last-child {
  margin-bottom: 0;
}
.privacy-detail__box p img {
  display: block;
  width: 100%;
  margin-top: calc(var(--f) * 2.4);
}
.privacy-detail__box .items {
  margin: 0 0 calc(var(--f) * 4);
}
.privacy-detail__box .items > li {
  padding: calc(var(--f) * 4) 0;
  border-bottom: 1px dashed #B4B4B4;
}
.privacy-detail__box .items > li:first-child {
  padding-top: 0;
}
.privacy-detail__box .table {
  margin: 0 0 calc(var(--f) * 2.4);
}
.privacy-detail__box .table table {
  width: 100%;
  border: 1px solid #B4B4B4;
}
.privacy-detail__box .table table th, .privacy-detail__box .table table td {
  padding: calc(var(--f) * 1.6);
  vertical-align: middle;
}
.privacy-detail__box .table table thead th, .privacy-detail__box .table table thead td {
  color: #FFF;
  background: #B4B4B4;
}
.privacy-detail__box .table table tbody tr:nth-child(2n) th, .privacy-detail__box .table table tbody tr:nth-child(2n) td {
  background: #F0F0F0;
}
.privacy-detail__box .list p {
  margin-bottom: 0;
}
.privacy-detail__box .list li {
  position: relative;
  padding: 0 0 0 calc(var(--f) * 2.2);
  margin: 0 0 calc(var(--f) * 0.6);
}
.privacy-detail__box .list li span {
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-detail__box .list li.dot::before {
  content: "";
  position: absolute;
  left: calc(var(--f) * 1);
  top: calc(var(--f) * 1);
  display: block;
  width: calc(var(--f) * 0.4);
  aspect-ratio: 1/1;
  background: #3e3a39;
  border-radius: 50%;
}
.privacy-detail__box .contact {
  padding: calc(var(--f) * 3.2);
  margin: calc(var(--f) * 2.4) 0 0;
  background: #F0F0F0;
  border-radius: calc(var(--f) * 0.8);
}
.privacy-detail__box .doc {
  padding: calc(var(--f) * 3.2);
  margin: calc(var(--f) * 2.4) 0 0;
  background: #F0F0F0;
  border-radius: calc(var(--f) * 0.8);
}
.privacy-detail__box .doc h3 {
  margin-bottom: calc(var(--f) * 2.4);
  text-align: center;
}
.privacy-detail__box .doc a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
  padding: calc(var(--f) * 1.5) 1em;
  margin: 0 0 calc(var(--f) * 1.6);
  color: #2a52a3;
  font-size: calc(var(--f) * 2);
  line-height: 1.5;
  text-align: center;
  border: 1px solid #2a52a3;
  border-radius: calc(var(--f) * 0.8);
  background: #FFF;
}
.privacy-detail__box .doc a:hover {
  opacity: 0.7;
}
.privacy-detail__box .doc a:last-child {
  margin-bottom: 0;
}
.recruit-detail {
  position: relative;
  padding: 0 0 calc(var(--h) * 16);
}
.recruit-detail .attention {
  text-align: center;
  padding: calc(var(--f) * 8) 0 0;
}
.recruit-detail__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}
.recruit-detail__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 4);
}
.recruit-detail__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.recruit-detail__data {
  width: 100%;
  border: 1px solid #B4B4B4;
}
.recruit-detail__data__th {
  color: #FFF;
  line-height: 1.5;
  white-space: nowrap;
  background: #B4B4B4;
}
.recruit-detail__data__td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.recruit-detail .icon-square {
  color: #B4B4B4;
}
.recruit-detail__data__table {
  padding: 0 0.5em;
}
.recruit-detail__data__table p.right {
  padding: 1.25em 0 0.25em;
  text-align: right;
}
.recruit-detail__data__table table {
  width: 100%;
  border: 1px solid #B4B4B4;
}
.recruit-detail__data__table th, .recruit-detail__data__table td {
  padding: 0.25em 1em;
}
.recruit-detail__data__table thead th, .recruit-detail__data__table thead td {
  color: #FFF;
  background: #B4B4B4;
}
.recruit-detail__data__table thead td {
  border-left: 1px solid #FFF;
}
.recruit-detail__data__table tbody th, .recruit-detail__data__table tbody td {
  border-bottom: 1px solid #B4B4B4;
}
.recruit-detail__data__table tbody td {
  text-align: right;
  border-left: 1px solid #B4B4B4;
}
.recruit-detail__data__table ul {
  padding: 0.5em 0 0;
}
.recruit-detail__data__table ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.recruit-detail__data__orderlist li {
  padding: 0 0 1.2em 1.1em;
  text-indent: -1.1em;
}
.recruit-detail__data__orderlist li:last-child {
  padding-bottom: 0;
}
.recruit-detail__data__orderlist b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
}
.recruit-detail__data__notice {
  padding: 1.5em 0 0;
}
.recruit-detail__data__notice li {
  padding: 0 0 0 1.1em;
  text-indent: -1.1em;
}
.recruit-detail__entry {
  padding: calc(var(--f) * 4) 0 calc(var(--h) * 14);
}
.recruit-detail__entry a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.recruit-detail__entry a:hover {
  color: #F0734B;
  background: #FFF;
}
@media screen and (min-width: 960.02px) {
  .recruit-detail__data__th, .recruit-detail__data__td {
    padding: 0.8em 1em;
    vertical-align: middle;
  }
  .recruit-detail__data__th {
    border-bottom: 1px solid #FFF;
  }
  .recruit-detail__data__td {
    border-bottom: 1px solid #B4B4B4;
  }
  .recruit-detail__data__table p.right {
    font-size: calc(var(--f) * 1.4);
  }
  .recruit-detail__data__table th, .recruit-detail__data__table td {
    font-size: calc(var(--f) * 1.4);
  }
  .recruit-detail__data__table ul {
    font-size: calc(var(--f) * 1.4);
    line-height: 1.5;
  }
  .recruit-detail__data__notice {
    font-size: calc(var(--f) * 1.4);
  }
}
@media screen and (max-width: 960px) {
  .recruit-detail .attention {
    text-align: left;
  }
  .recruit-detail__data__th, .recruit-detail__data__td {
    display: block;
    padding: 0.8em 1em;
    vertical-align: middle;
  }
  .recruit-detail__data__th br {
    display: none;
  }
  .recruit-detail__data__td {
    padding-bottom: 1.8em;
  }
}

.school-about {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.school-about__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1232px;
}
.school-about__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 6.4);
}
.school-about__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.school-about__head__title span.label {
  color: #2AA72F;
  border-bottom-color: #2AA72F;
}
.school-about__head__text {
  margin: 0 0 calc(var(--f) * 4);
}
.school-about__head__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.58;
  text-align: center;
}
.school-about__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.school-about__address p.address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 1.6);
  font-size: calc(var(--f) * 2.4);
  line-height: 1.5;
}
.school-about__address .data {
  width: 100%;
  margin: 0 0 calc(var(--f) * 3.2);
}
.school-about__address .data th, .school-about__address .data td {
  padding: calc(var(--f) * 1.6) 0;
  font-size: calc(var(--f) * 2);
  line-height: 1.2;
  border-bottom: 1px solid #D9D9D9;
}
.school-about__address .data th {
  white-space: nowrap;
}
.school-about__address .data td {
  position: relative;
  padding-left: 1em;
}
.school-about__address .data td::before {
  content: "：";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 1.6);
  display: block;
}
.school-about__address .link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: inline-block;
  padding: 0.5em 2em;
  color: #FFF;
  font-size: calc(var(--f) * 2);
  background: #2AA72F;
  border-radius: calc(var(--f) * 0.8);
}
.school-about__address .link:hover {
  opacity: 0.7;
}
.school-about__address .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.school-about__address .sns li {
  margin: 0 0 0 calc(var(--f) * 2.4);
}
.school-about__address .sns a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
}
.school-about__address .sns a:hover {
  opacity: 0.7;
}
.school-about__address .sns img {
  display: block;
  width: calc(var(--f) * 3.2);
}
.school-about__map {
  position: relative;
}
.school-about__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960.02px) {
  .school-about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .school-about__address {
    width: calc(var(--f) * 43);
    margin: 0 calc(var(--w) * 8) 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
  }
  .school-about__map {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .school-about__map {
    aspect-ratio: 4/3;
    margin-top: calc(var(--h) * 9);
  }
}

.school-mv {
  position: relative;
  overflow: hidden;
  margin: 0 0 calc(var(--h) * 20);
}
.school-mv__text h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #2AA72F;
  font-size: calc(var(--w) * 8);
  line-height: 1.2;
}
@media screen and (min-width: 960.02px) {
  .school-mv__text {
    position: absolute;
    left: 10.6%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    height: 100%;
  }
  .school-mv__text h1, .school-mv__text span {
    width: 100%;
  }
  .school-mv__photo img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .school-mv__text {
    padding: calc(var(--f) * 8) 4vw;
    background: url(../img/school/top.jpg) left center/220% auto no-repeat;
  }
  .school-mv__text h1 {
    font-size: calc(var(--f) * 6);
  }
  .school-mv__photo {
    position: relative;
    aspect-ratio: 1/0.8;
  }
  .school-mv__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .school-mv__photo img {
    -o-object-position: right center;
       object-position: right center;
  }
}

.subpage-title-underline {
  position: relative;
  padding: calc(var(--f) * 10.4) 0 calc(var(--f) * 8.6);
}
.subpage-title-underline__text {
  text-align: center;
}
.subpage-title-underline__text .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
@media screen and (max-width: 960px) {
  .subpage-title-underline {
    padding: calc(var(--f) * 7) 0;
  }
}

.subpage-title {
  position: relative;
  padding: calc(var(--f) * 12) 0;
  margin: 0 0 calc(var(--h) * 14.4);
  background: #E9F4FF;
}
.subpage-title__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 4);
  letter-spacing: 0.05em;
  text-align: center;
}

.temp-contact {
  position: relative;
  margin: 0 0 calc(var(--h) * 12);
}
.temp-contact__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--w) * 148);
}
.temp-contact__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 8);
}
.temp-contact__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.temp-contact__box {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 calc(var(--h) * 8);
  border-radius: calc(var(--f) * 0.8);
}
.temp-contact__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 40);
  height: 2.8em;
  margin: auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  text-align: center;
  background: #2a52a3;
  border-radius: calc(var(--f) * 0.8);
  -webkit-box-shadow: 0 calc(var(--f) * 0.4) calc(var(--f) * 0.4) 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 calc(var(--f) * 0.4) calc(var(--f) * 0.4) 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.temp-contact__box:hover .temp-contact__text {
  color: #2a52a3;
  background: #FFF;
}
@media screen and (min-width: 960.02px) {
  .temp-contact__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .temp-contact__box {
    width: calc((100% - var(--w) * 8) / 2);
  }
}

.temp-for {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.temp-for__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--w) * 148);
}
.temp-for__box {
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  margin: 0 0 calc(var(--h) * 9.6);
  border-radius: calc(var(--f) * 1.6);
  background: #E9F4FF;
}
.temp-for__text h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 3.2);
  color: #000;
  font-size: calc(var(--f) * 4);
  line-height: 1.4;
}
.temp-for__text p {
  margin: 0 0 calc(var(--f) * 3.2);
}
.temp-for__text a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0.5em 2em;
  color: #FFF;
  font-size: calc(var(--f) * 2);
  background: #2a52a3;
  border-radius: calc(var(--f) * 0.8);
}
@media screen and (min-width: 960.02px) {
  .temp-for__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .temp-for__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: calc(var(--w) * 56);
    padding: calc(var(--f) * 4) 0 calc(var(--f) * 4) calc(var(--w) * 8);
  }
  .temp-for__text h2, .temp-for__text p {
    width: 100%;
  }
  .temp-for__photo {
    position: relative;
    width: calc(100% - var(--w) * 56);
  }
  .temp-for__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .temp-for__box:nth-child(2n+1) .temp-for__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 960px) {
  .temp-for__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .temp-for__text {
    width: 100%;
    padding: calc(var(--f) * 4);
  }
  .temp-for__photo {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.temp-job-detail {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.temp-job-detail__container {
  padding: calc(var(--h) * 9) 0;
  margin: 0 0 calc(var(--h) * 9.6);
  background: #E9F4FF;
}
.temp-job-detail__items {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--w) * 148);
}
.temp-job-detail__item {
  position: relative;
  padding: calc(var(--w) * 8);
  margin: 0 0 calc(var(--h) * 9);
  background: #FFF;
  border-radius: calc(var(--f) * 1.6);
}
.temp-job-detail__item:last-child {
  margin-bottom: 0;
}
.temp-job-detail__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: calc(var(--f) * 10.4);
  padding-left: calc(var(--f) * 14);
  margin: 0 0 calc(var(--f) * 4);
}
.temp-job-detail__title img {
  position: absolute;
  left: calc(var(--f) * -1);
  top: calc(var(--f) * -1.5);
  width: calc(var(--f) * 12.5);
}
.temp-job-detail__title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  width: 100%;
  font-size: calc(var(--f) * 4);
  line-height: 1.6;
}
.temp-job-detail__title p {
  width: 100%;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.6;
}
.temp-job-detail__list dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.8);
}
.temp-job-detail__list dd {
  margin: 0 0 calc(var(--f) * 2.5);
  font-size: calc(var(--f) * 2);
  line-height: 1.6;
}
.temp-job-detail__list dd:last-child {
  margin-bottom: 0;
}
.temp-job-detail__list p.notice {
  margin: calc(var(--f) * 4) 0 0;
  font-size: 14px;
}
.temp-job-detail__photo img {
  display: block;
  border-radius: calc(var(--f) * 0.8);
  width: 100%;
}
.temp-job-detail__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.temp-job-detail__more a:hover {
  color: #F0734B;
  background: #FFF;
}
.temp-job-detail__more a::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  margin: 0 1em 0 0;
  background: url(../img/_common/ico-mailform.svg) center/contain no-repeat;
}
@media screen and (min-width: 960.02px) {
  .temp-job-detail__item {
    min-height: calc(var(--w) * 68);
    padding-right: calc(var(--w) * 53);
  }
  .temp-job-detail__photo {
    position: absolute;
    right: calc(var(--w) * 8);
    top: calc(var(--w) * 8);
    width: calc(var(--w) * 37.2);
  }
}
@media screen and (max-width: 960px) {
  .temp-job-detail__item {
    padding: calc(var(--f) * 5.6);
  }
  .temp-job-detail__title {
    padding-left: calc(var(--f) * 9.6);
    margin-bottom: calc(var(--f) * 2);
  }
  .temp-job-detail__title img {
    top: 0;
    width: calc(var(--f) * 9);
  }
  .temp-job-detail__title h3 {
    margin-bottom: 0.25em;
    font-size: calc(var(--f) * 3.4);
    line-height: 1.4;
  }
  .temp-job-detail__photo img {
    display: block;
    width: 100%;
    margin: calc(var(--f) * 5.6) 0 0;
  }
}

.temp-job {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.temp-job__container {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1370px;
}
.temp-job__head__title {
  text-align: center;
  margin: 0 0 calc(var(--f) * 4);
}
.temp-job__head__title .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
  padding: 0 0 0.4em;
  color: #2a52a3;
  font-size: calc(var(--f) * 4);
  line-height: 1.5;
  text-align: center;
  border-bottom: calc(var(--f) * 0.8) solid #2a52a3;
}
.temp-job__head__text {
  margin: 0 0 calc(var(--f) * 4);
}
.temp-job__head__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.58;
  text-align: center;
}
.temp-job__items {
  margin: 0 0 calc(var(--h) * 14.4);
  background: #E9F4FF;
  border-radius: calc(var(--f) * 0.8);
}
.temp-job__item {
  padding: calc(var(--f) * 1.6) calc(var(--f) * 2.4) calc(var(--f) * 2.4);
  background: #FFF;
  border-radius: calc(var(--f) * 0.8);
}
.temp-job__item img {
  display: block;
  width: calc(var(--f) * 7);
  margin: 0 auto calc(var(--f) * 2);
}
.temp-job__item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 1.6);
  font-size: calc(var(--f) * 2);
  line-height: 1.2;
  text-align: center;
}
.temp-job__item p {
  line-height: 1.25;
  text-align: center;
}
.temp-job__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.temp-job__more a:hover {
  color: #F0734B;
  background: #FFF;
}
@media screen and (min-width: 960.02px) {
  .temp-job__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc(var(--w) * 4.8);
    gap: calc(var(--w) * 4.8);
  }
  .temp-job__item {
    width: calc((100% - var(--w) * 19.2) / 5);
  }
  .temp-job__item h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(var(--f) * 4.8);
  }
}
@media screen and (max-width: 960px) {
  .temp-job__items {
    padding: calc(var(--f) * 4);
  }
  .temp-job__item {
    margin-bottom: calc(var(--f) * 4);
  }
  .temp-job__item:last-child {
    margin-bottom: 0;
  }
  .temp-job__item h3 br {
    display: none;
  }
}

.temp-mv {
  position: relative;
  margin: 0 0 calc(var(--h) * 20);
}
.temp-mv__text {
  position: relative;
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: 1480px;
  padding: calc(var(--h) * 24.4) 0;
}
.temp-mv__text h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0 0 calc(var(--f) * 4);
  color: #2a52a3;
  font-size: calc(var(--f) * 8);
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: -0.6em;
}
.temp-mv__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: calc(var(--f) * 2);
  letter-spacing: 0.1em;
}
.temp-mv__photo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #c4ebfc;
}
.temp-mv__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1920.02px) {
  .temp-mv__photo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.temp-mv__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(var(--f) * 0.2) calc(var(--f) * 0.8) 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  padding: 0.6em 1em;
  margin: 0 auto;
  color: #FFF;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  text-align: center;
  background: #F0734B;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: calc(var(--f) * 1.6);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.temp-mv__more a:hover {
  color: #F0734B;
  background: #FFF;
}
@media screen and (max-width: 960px) {
  .temp-mv__text {
    padding: calc(var(--h) * 14) 0 calc(var(--h) * 14) calc(var(--f) * 2);
  }
  .temp-mv__text h1 {
    font-size: calc(var(--f) * 7);
    line-height: 1;
  }
  .temp-mv__text h1 span {
    font-size: 0.65em;
    line-height: 1.35;
  }
  .temp-mv__text p {
    font-size: calc(var(--f) * 2.2);
  }
  .temp-mv__photo img {
    -o-object-position: left -126vw top 0%;
       object-position: left -126vw top 0%;
  }
}

.bringPlusInfo {
  padding-top: calc(var(--h) * 11);
  margin-bottom: calc(var(--h) * 12);
}
.bringPlusInfo__container {
  max-width: calc(var(--w) * 120);
  width: 92vw;
  margin: 0 auto;
}
.bringPlusInfo__box {
  margin-bottom: calc(var(--h) * 8);
}
.bringPlusInfo__box:last-child {
  margin-bottom: 0;
}
.bringPlusInfo__text .table > table {
  width: 100%;
}
.bringPlusInfo__text .table > table > tbody > tr > th,
.bringPlusInfo__text .table > table > tbody > tr > td {
  font-size: calc(var(--f) * 1.6);
}
.bringPlusInfo__text .table > table > tbody > tr > th th,
.bringPlusInfo__text .table > table > tbody > tr > td th {
  padding-right: 1em;
}
.bringPlusInfo__text .table > table > tbody > tr > th {
  color: #2a52a3;
  white-space: nowrap;
}
.bringPlusInfo__map {
  position: relative;
}
.bringPlusInfo__map span {
  position: relative;
  display: block;
  margin: 0 0 calc(var(--f) * 2);
}
.bringPlusInfo__map span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #2a52a3;
}
.bringPlusInfo__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 4/2;
}
.bringPlusInfo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 2);
  width: 100%;
}
.bringPlusInfo__link .btn {
  background: #FFF url(../img/_common/link-arrow-blue.svg) right calc(var(--f) * 0.6) center/auto calc(var(--f) * 5.2) no-repeat;
  border-radius: 999px;
}
.bringPlusInfo__link .btn .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: inline-block;
  min-height: calc(var(--f) * 6.4);
  padding: 0 calc(var(--f) * 8.6) 0 1.6em;
  font-size: calc(var(--f) * 1.8);
}
.bringPlusInfo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.bringPlusInfo__text {
  width: 50%;
  padding-right: calc(var(--s) * 6);
  margin: 0 0 calc(var(--f) * 4);
}
.bringPlusInfo__text .table > table > tbody > tr > th,
.bringPlusInfo__text .table > table > tbody > tr > td {
  padding: 0 0 1.5em;
}
.bringPlusInfo__map {
  width: 50%;
  margin: 0 0 calc(var(--f) * 4);
}

.bringPlusMessage {
  padding-top: calc(var(--h) * 11);
  margin-bottom: calc(var(--h) * 10);
}
.bringPlusMessage__container {
  max-width: calc(var(--w) * 85);
  width: 92vw;
  margin: 0 auto;
}
.bringPlusMessage__box {
  padding: 0 0 calc(var(--h) * 12);
}
.bringPlusMessage__box:last-child {
  padding-bottom: 0;
}
.bringPlusMessage__box .title {
  margin: 0 0 calc(var(--f) * 2.4);
  color: #2a52a3;
  font-size: calc(var(--f) * 3.2);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.bringPlusMessage__box .more {
  background: #FFF url(../img/_common/link-arrow-blue.svg) right calc(var(--f) * 0.6) center/auto calc(var(--f) * 5.2) no-repeat;
  border-radius: 999px;
  background-color: #2a52a3;
  background-image: url(../img/_common/link-arrow-white.svg);
  width: calc(var(--f) * 40);
  margin: calc(var(--f) * 3) auto 0;
}
.bringPlusMessage__box .more .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: inline-block;
  min-height: calc(var(--f) * 6.4);
  padding: 0 calc(var(--f) * 8.6) 0 1.6em;
  font-size: calc(var(--f) * 1.8);
}
.bringPlusMessage__box .more .label {
  color: #FFF;
}

.bringPlusTitle__logo {
  padding: calc(var(--f) * 5.5) 0;
  text-align: center;
  background: linear-gradient(135deg, #2ea7e0, #20499c 35%, #181878);
}
.bringPlusTitle__logo img {
  display: inline-block;
  height: calc(var(--f) * 18);
}

.forJobSeekerPagetitle {
  padding: calc(var(--f) * 1.2) 0;
  color: #FFF;
  font-weight: 500;
  background: #2a52a3;
}
.forJobSeekerPagetitle__title {
  font-size: calc(var(--f) * 2.8);
  text-align: center;
}

.forJobSeekerSupport__container {
  max-width: calc(var(--w) * 120);
  width: 92vw;
  padding: 0 4vw calc(var(--h) * 12);
  margin: 0 auto;
}
.forJobSeekerSupport__head__title {
  margin: calc(var(--h) * 10) 0 calc(var(--f) * 2.4);
  color: #2a52a3;
  font-size: calc(var(--f) * 2.6);
  font-weight: 700;
  text-align: center;
}
.forJobSeekerSupport__head__text p {
  margin-bottom: 1.25em;
}
.forJobSeekerSupport__head__text p:last-child {
  margin-bottom: 0;
}
.forJobSeekerSupport__head__text small {
  display: inline-block;
  font-size: calc(var(--f) * 1.5);
  font-weight: 500;
}
.forJobSeekerSupport__list-order h3 {
  padding: 0 0 0 0.5em;
  margin: calc(var(--f) * 6) 0 calc(var(--f) * 1.2);
  color: #2a52a3;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.5;
  font-weight: 700;
  border-left: calc(var(--f) * 0.5) solid #2a52a3;
}
.forJobSeekerSupport__list-order h4 {
  margin: 1.5em 0 0.5em;
  font-size: calc(var(--f) * 2.2);
}
.forJobSeekerSupport__list-order h4 span {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25em;
  display: inline-block;
  margin: 0 0.25em 0 0;
  color: #2a52a3;
  font-size: 1.5em;
  line-height: 1.25;
}
.forJobSeekerSupport__list-order p {
  padding: 0 0 0 1em;
}
.forJobSeekerSupport__img img {
  display: block;
  width: 80%;
  margin: calc(var(--h) * 6) auto 0;
}
.forJobSeekerSupport__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: calc(var(--f) * 4.2) 0 0;
}
.forJobSeekerSupport__link a {
  background: #FFF url(../img/_common/link-arrow-blue.svg) right calc(var(--f) * 0.6) center/auto calc(var(--f) * 5.2) no-repeat;
  border-radius: 999px;
}
.forJobSeekerSupport__link a .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: inline-block;
  min-height: calc(var(--f) * 6.4);
  padding: 0 calc(var(--f) * 8.6) 0 1.6em;
  font-size: calc(var(--f) * 1.8);
}

.missionCharter {
  background: linear-gradient(30deg, #d2f2ff, #c6d8f7);
  padding: calc(var(--h) * 12) 0;
}
.missionCharter__container {
  width: calc(var(--w) * 120);
  max-width: 92vw;
  padding: calc(var(--f) * 8) calc(var(--f) * 8);
  margin: 0 auto;
  background: #FFF;
}
.missionCharter__text .title {
  margin: 0 0 calc(var(--f) * 1);
  color: #2a52a3;
  font-size: calc(var(--f) * 2);
  line-height: 1.5;
  text-align: center;
}
.missionCharter__text .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 6);
  width: 100%;
}
.missionCharter__text .item {
  width: calc((100% - var(--f) * 12) / 3);
}

.missionCode {
  padding: calc(var(--h) * 12) 0;
}
.missionCode__container {
  width: calc(var(--w) * 120);
  max-width: 92vw;
  margin: 0 auto;
}
.missionCode__head__title {
  margin: 0 0 2em;
  font-size: calc(var(--f) * 2.8);
  text-align: center;
}
.missionCode__head__title .label {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#2ea7e0), color-stop(35%, #20499c), to(#181878));
  background: linear-gradient(to right, #2ea7e0, #20499c 35%, #181878);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.missionCode__head__title::after {
  content: "";
  display: block;
  width: 1em;
  height: calc(var(--f) * 0.4);
  margin: calc(var(--f) * 1) auto 0;
  background: #2a52a3;
}
.missionCode__text .title {
  margin: 0 0 calc(var(--f) * 1);
  color: #2a52a3;
  font-size: calc(var(--f) * 2);
  line-height: 1.5;
  text-align: center;
}
.missionCode__text .title .num {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25em;
  display: block;
  font-size: calc(var(--f) * 3.2);
}
.missionCode__text .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 6);
  width: 100%;
}
.missionCode__text .item {
  width: calc((100% - var(--f) * 12) / 3);
}

.newsArchive__container {
  max-width: calc(var(--w) * 85);
  width: 92vw;
  margin: 0 auto;
}
.newsArchive__list__items {
  border-top: 1px solid #c5c4c3;
}
.newsArchive__list__item {
  border-bottom: 1px solid #c5c4c3;
}
.newsArchive__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: calc(var(--f) * 1.2) 0;
  padding: calc(var(--f) * 2.2) 0;
}
.newsArchive__list__inner .date {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25em;
  width: calc(var(--f) * 11.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: calc(var(--f) * 0.4) 0 0 0.25em;
  color: #8a8a8a;
  font-size: calc(var(--f) * 1.4);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.newsArchive__list__inner .cate {
  width: calc(var(--f) * 12.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 calc(var(--f) * 2.6) 0 0;
  font-size: calc(var(--f) * 1.4);
  text-align: center;
  background: #def1ff;
}
.newsArchive__list__inner .title {
  width: 100%;
  font-size: calc(var(--f) * 1.7);
  line-height: 1.5;
}
.newsArchive__pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: calc(var(--f) * 6) 0 0;
}
.newsArchive__pagenation .page-numbers {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 4.6);
  height: calc(var(--f) * 4.6);
  margin: 0 calc(var(--s) * 0.6);
  font-size: calc(var(--f) * 1.8);
  line-height: 1;
  background: #ededed;
  border-radius: 999px;
}
.newsArchive__pagenation .page-numbers.current {
  color: #FFF;
  background: #2a52a3;
}
.newsArchive__pagenation .page-numbers.prev, .newsArchive__pagenation .page-numbers.next {
  margin: 0;
  background: none;
}
.newsArchive__pagenation .page-numbers.prev::before, .newsArchive__pagenation .page-numbers.next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  font-size: calc(var(--f) * 1.4);
}
.newsArchive__pagenation .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.newsArchive__pagenation .page-numbers.dots {
  margin: 0;
  background: none;
}
.newsArchive__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: calc(var(--f) * 4) 0 0;
}
.newsArchive__more a {
  background: #FFF url(../img/_common/link-arrow-blue.svg) right calc(var(--f) * 0.6) center/auto calc(var(--f) * 5.2) no-repeat;
  border-radius: 999px;
  background-color: #ededed;
  display: block;
}
.newsArchive__more a .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: inline-block;
  min-height: calc(var(--f) * 6.4);
  padding: 0 calc(var(--f) * 8.6) 0 1.6em;
  font-size: calc(var(--f) * 1.8);
}
@media screen and (max-width: 960px) {
  .newsArchive__list__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.newsSingle__container {
  max-width: calc(var(--w) * 85);
  width: 92vw;
  padding-top: calc(var(--h) * 6);
  margin: 0 auto;
}
.newsSingle__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 1.2) 0;
  padding: calc(var(--f) * 2.2) 0 calc(var(--f) * 3.6);
  margin: 0 0 calc(var(--f) * 3.6);
  border-bottom: 1px solid #c5c4c3;
}
.newsSingle__head .title {
  width: 100%;
  margin: 0 0 calc(var(--f) * 0.8);
  font-size: calc(var(--f) * 3);
  line-height: 1.5;
  text-align: left;
}
.newsSingle__head .date {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25em;
  width: calc(var(--f) * 11.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: calc(var(--f) * 0.4) 0 0 0.25em;
  color: #8a8a8a;
  font-size: calc(var(--f) * 1.5);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.newsSingle__head .cate {
  width: calc(var(--f) * 12.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 calc(var(--f) * 2.6) 0 0;
  font-size: calc(var(--f) * 1.4);
  text-align: center;
  background: #def1ff;
}
.newsSingle__contents h1, .newsSingle__contents h2, .newsSingle__contents h3, .newsSingle__contents h4, .newsSingle__contents h5, .newsSingle__contents h6 {
  margin: 2.5em 0 0;
  line-height: 1.5;
}
.newsSingle__contents h1 {
  font-size: calc(var(--f) * 2.8);
}
.newsSingle__contents h2 {
  font-size: calc(var(--f) * 2.6);
}
.newsSingle__contents h3 {
  font-size: calc(var(--f) * 2.4);
}
.newsSingle__contents h4 {
  font-size: calc(var(--f) * 2.2);
}
.newsSingle__contents h5 {
  font-size: calc(var(--f) * 2);
}
.newsSingle__contents h6 {
  font-size: calc(var(--f) * 1.8);
}
.newsSingle__contents p {
  margin: 1.5em 0 0;
  font-size: calc(var(--f) * 1.6);
}
.newsSingle__contents a {
  color: #2a52a3;
  text-decoration: underline;
}
.newsSingle__contents b, .newsSingle__contents strong {
  background: #F0AD49;
}
.newsSingle__contents em {
  font-style: italic;
}
.newsSingle__contents .image img {
  display: block;
  margin: calc(var(--h) * 6) 0;
}
.newsSingle__back {
  margin: calc(var(--h) * 8) 0 0;
}
.newsSingle__back .back {
  text-align: center;
}
.newsSingle__back .back .label {
  display: inline-block;
  padding: 0.5em 2em;
  border: calc(var(--f) * 0.2) solid #3e3a39;
  border-radius: 999px;
}
.newsSingle .news-detail__pdf a {
  display: inline-block;
  padding: 0.5em 2em;
  margin: 1em 0 0;
  color: #FFF;
  background: #2a52a3;
  border-radius: 999px;
}
.newsSingle .news-detail__pdf a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 900;
  font-size: calc(var(--f) * 1.4);
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25em;
}
.outlink {
  padding: calc(var(--h) * 6) 0;
  border-top: 1px solid #2a52a3;
}
.homeSDGs + .outlink {
  border-top: none;
}
.outlink__container {
  width: calc(var(--w) * 148);
  max-width: 92vw;
  margin: 0 auto;
}
.outlink__link {
  display: block;
  padding: 0 calc(var(--f) * 2.8) 0 calc(var(--f) * 0.6);
  background: url(../img/_common/arrow-text.svg) right center/calc(var(--f) * 1.6) auto no-repeat;
  border-bottom: 1px dashed #3e3a39;
}
@media screen and (min-width: 960.02px) {
  .outlink__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--f) * 2.4);
    max-width: 860px;
  }
}
@media screen and (max-width: 960px) {
  .outlink__link {
    padding-top: calc(var(--f) * 1.2);
    font-size: calc(var(--f) * 1.7);
  }
}

.pageTitle {
  position: relative;
  overflow: hidden;
  margin: 0 0 calc(var(--h) * 4);
}
.pageTitle::before, .pageTitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
.pageTitle::before {
  height: 82.7%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #FFF), to(#ededed));
  background: linear-gradient(to right, #FFF 25%, #ededed);
}
.pageTitle::after {
  height: 100%;
  background: url(../img/_common/pagetitle.png) center top/contain no-repeat;
}
.pageTitle__logo {
  position: relative;
  z-index: 10;
  padding: calc(var(--h) * 8) 0 calc(var(--h) * 13);
}
.pageTitle__logo .en {
  display: inline-block;
  padding-left: 0.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.25em;
  display: block;
  margin: 0 0 calc(var(--f) * 2);
  font-size: calc(var(--f) * 3.6);
  line-height: 1;
  text-align: center;
}
.pageTitle__logo .ja {
  display: block;
  padding-left: 0.3em;
  font-size: calc(var(--f) * 1.9);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 960px) {
  .pageTitle::after {
    left: -10vw;
    top: -5vw;
    width: 150%;
  }
  .pageTitle__logo::after {
    content: "";
    position: absolute;
    right: -10vw;
    top: 0;
    display: block;
    width: 150%;
    height: 100%;
    background: url(../img/_common/pagetitle.png) right bottom/contain no-repeat;
  }
  .pageTitle__logo .en {
    font-size: calc(var(--f) * 3.2);
  }
  .pageTitle__logo .ja {
    font-size: calc(var(--f) * 1.9);
  }
}

.tempJobDetail__container {
  width: calc(var(--w) * 148);
  max-width: 92vw;
  padding: 0 4vw;
  margin: 0 auto;
}
.tempJobDetail__items {
  padding-top: calc(var(--h) * 10);
}
.tempJobDetail__item {
  position: relative;
  padding: calc(var(--f) * 3.6) calc(var(--f) * 34.8) calc(var(--f) * 4.8) calc(var(--f) * 4.8);
  margin: calc(var(--h) * 10) 0 0;
  border: 1px solid #2a52a3;
}
.tempJobDetail__item:first-child {
  margin-top: 0;
}
.tempJobDetail__title {
  position: relative;
  padding: 0 0 calc(var(--f) * 3.2) calc(var(--f) * 10);
}
.tempJobDetail__title img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(var(--f) * 8);
  mix-blend-mode: multiply;
}
.tempJobDetail__title h3 {
  color: #2a52a3;
  font-size: calc(var(--f) * 2.8);
  line-height: 1.5;
}
.tempJobDetail__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tempJobDetail__list dt, .tempJobDetail__list dd {
  padding: calc(var(--f) * 1.6) 0;
  border-bottom: 1px solid rgba(62, 58, 57, 0.25);
}
.tempJobDetail__list dt:nth-last-child(1), .tempJobDetail__list dt:nth-last-child(2), .tempJobDetail__list dd:nth-last-child(1), .tempJobDetail__list dd:nth-last-child(2) {
  border-bottom: none;
}
.tempJobDetail__list dt {
  width: 12.5em;
  color: #2a52a3;
}
.tempJobDetail__list dd {
  width: calc(100% - 12.5em);
  padding-left: 1em;
}
.tempJobDetail__photo {
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(var(--f) * 30);
  height: 100%;
}
.tempJobDetail__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tempJobDetail__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: calc(var(--h) * 10) 0 0;
}
.tempJobDetail__more a {
  background: #FFF url(../img/_common/link-arrow-blue.svg) right calc(var(--f) * 0.6) center/auto calc(var(--f) * 5.2) no-repeat;
  border-radius: 999px;
}
.tempJobDetail__more a .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: inline-block;
  min-height: calc(var(--f) * 6.4);
  padding: 0 calc(var(--f) * 8.6) 0 1.6em;
  font-size: calc(var(--f) * 1.8);
}