@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;700&display=swap");
@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: 1px;
  --h: 1px;
  --f: 1px;
}
@media screen and (max-width: 1920px) {
  :root {
    --s: 0.0521vw;
    --h: 0.0521vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.09vw;
    --h: 0.13vw;
    --f: 0.13vw;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--f) * 20);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #000000;
}

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

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

.cta {
  margin: 0 0;
  background: #323488;
}
.cta__container {
  padding: calc(var(--h) * 70) 0 calc(var(--h) * 70);
}
.cta__head {
  margin: calc(var(--f) * 10) 0 calc(var(--f) * 50);
  color: #fff;
  font-size: calc(var(--f) * 45);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.cta__text {
  margin: 0 0 calc(var(--f) * 50);
  color: #fff;
  font-size: calc(var(--f) * 28);
  letter-spacing: 0.05em;
  text-align: center;
}
.cta__contact {
  position: relative;
  z-index: 10;
  display: block;
  width: calc(var(--f) * 600);
  padding: calc(var(--f) * 130) 0 calc(var(--f) * 25);
  margin: 0 auto calc(var(--f) * 75);
  color: #323488;
  background: #fff url(../img/_common/cta-mail.svg) center top calc(var(--f) * 39)/calc(var(--f) * 117) auto no-repeat;
  border: 1px solid #fff;
}
.cta__contact .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  display: block;
  font-size: calc(var(--f) * 45);
  text-align: center;
}
.cta__contact .ja {
  display: block;
  font-size: calc(var(--f) * 30);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.cta__contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #323488 url(../img/_common/header-mail.svg) center top calc(var(--f) * 39)/calc(var(--f) * 117) auto no-repeat;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.cta__contact:hover {
  color: #fff;
}
.cta__contact:hover::before {
  opacity: 1;
}
.cta__tel {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.cta__tel:hover {
  opacity: 0.7;
}
.cta__tel img {
  display: block;
  width: calc(var(--f) * 690);
  margin: 0 auto;
}
.cta--rehome {
  background: #fffde5;
  border-bottom: calc(var(--f) * 10) solid #ffff00;
}
.cta--rehome .cta__head, .cta--rehome .cta__text {
  color: #323488;
}
.cta--rehome .cta__contact {
  background-color: transparent;
}
@media screen and (max-width: 960px) {
  .cta__head {
    line-height: 1.65;
  }
}

.footer {
  position: relative;
  overflow: hidden;
}
.footer__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
}
.footer__group {
  position: relative;
  z-index: 10;
  padding: calc(var(--h) * 75) 0 calc(var(--h) * 85);
}
.footer__group::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #f1f7ff;
}
.footer__group__about .network {
  margin-bottom: calc(var(--f) * 18);
  font-size: calc(var(--f) * 30);
  font-weight: 500;
}
.footer__group__about .title {
  margin-bottom: calc(var(--f) * 50);
  font-size: calc(var(--f) * 50);
  line-height: 1.75;
}
.footer__group__about .contents {
  font-size: calc(var(--f) * 18);
  letter-spacing: 0.1em;
}
.footer__group__list .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;
  gap: calc(var(--s) * 30) 0;
}
.footer__group__list .item {
  width: calc((100% - var(--s) * 30) / 2);
  min-height: calc(var(--f) * 305);
  padding: calc(var(--f) * 24) calc(var(--s) * 38);
  background: #fff;
}
.footer__group__list .title {
  margin: 0 0 calc(var(--f) * 10);
  color: #323488;
  font-size: calc(var(--f) * 25);
}
.footer__group__list .title small {
  display: block;
  margin: 0 0 calc(var(--f) * 2);
  color: #000000;
  font-size: calc(var(--f) * 18);
}
.footer__group__list .title a {
  display: inline-block;
  padding: 0 1.25em 0 0;
  background: url(../img/_common/external-link-alt-solid.svg) right top 0.65em/0.85em auto no-repeat;
}
.footer__group__list .address {
  font-size: calc(var(--f) * 15);
  line-height: 1.66;
}
.footer__group__list .address a {
  text-decoration: underline;
}
.footer__info {
  padding: calc(var(--h) * 42) 0 calc(var(--h) * 38);
}
.footer__address {
  font-size: calc(var(--f) * 18);
  line-height: 1.66;
}
.footer__nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 30);
}
.footer__nav__sns a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  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) * 50);
  aspect-ratio: 1/1;
}
.footer__nav__sns a:hover {
  opacity: 0.7;
}
.footer__copyright {
  position: relative;
  z-index: 10;
  padding: calc(var(--f) * 28) 0;
}
.footer__copyright::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #323488;
}
.footer__copyright p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  font-size: calc(var(--f) * 18);
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 960.02px) and (min-width: 1320.01px) {
  .footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__group__about {
    width: calc(var(--s) * 436);
    padding: calc(var(--f) * 16) 0 0;
  }
  .footer__group__list {
    width: calc(var(--f) * 844);
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1320px) {
  .footer__group__about {
    margin-bottom: calc(var(--h) * 80);
  }
}
@media screen and (max-width: 960px) {
  .footer__group__about {
    margin-bottom: calc(var(--h) * 70);
  }
  .footer__group__about .network {
    font-size: calc(var(--f) * 32);
  }
  .footer__group__about .title {
    font-size: calc(var(--f) * 65);
  }
  .footer__group__about .contents {
    font-size: calc(var(--f) * 25);
  }
  .footer__group__list .item {
    width: 100%;
    min-height: unset;
    padding: 5vw;
  }
  .footer__group__list .title {
    font-size: calc(var(--f) * 32);
    line-height: 1.65;
  }
  .footer__group__list .title small {
    font-size: calc(var(--f) * 25);
  }
  .footer__group__list .address {
    font-size: calc(var(--f) * 22);
  }
}
@media only screen and (min-width: 1320.01px) {
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 60);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .footer__logo {
    width: calc(var(--f) * 290);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer__address {
    width: 100%;
  }
  .footer__nav {
    position: relative;
    width: calc(var(--f) * 400);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: calc(var(--f) * -8);
  }
  .footer__nav__sitemap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__nav__sitemap li {
    width: 40%;
    padding-left: calc(var(--f) * 28);
  }
  .footer__nav__sitemap li:nth-child(2n) {
    width: 60%;
    padding-left: 0;
  }
  .footer__nav__sitemap a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    color: #323488;
    font-size: calc(var(--f) * 18);
    line-height: 2.8;
  }
  .footer__nav__sitemap a:hover {
    opacity: 0.7;
  }
  .footer__nav__sitemap::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(var(--f) * 15);
    display: block;
    width: calc(var(--f) * 3);
    height: calc(100% - var(--f) * 30);
    background: #323488;
  }
}
@media only screen and (max-width: 1320px) {
  .footer__info {
    padding-top: calc(var(--h) * 100);
    padding-bottom: calc(var(--h) * 100);
  }
  .footer__logo {
    margin: 0 0 calc(var(--h) * 40);
    text-align: center;
  }
  .footer__logo img {
    display: inline-block;
    width: calc(var(--f) * 360);
  }
  .footer__address {
    margin: 0 0 calc(var(--h) * 50);
    font-size: calc(var(--f) * 25);
    text-align: center;
  }
  .footer__nav__sitemap {
    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;
    gap: calc(var(--f) * 10);
    margin: 0 0 calc(var(--f) * 50);
  }
  .footer__nav__sitemap li {
    width: calc((100% - var(--f) * 10) / 2);
  }
  .footer__nav__sitemap a {
    display: block;
    color: #323488;
    font-size: calc(var(--f) * 25);
    line-height: 2.8;
    text-align: center;
    border: calc(var(--f) * 4) solid #323488;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .footer__nav__sitemap a:hover {
    color: #fff;
    background: #323488;
  }
  .footer__nav__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__nav__sns a {
    width: calc(var(--f) * 75);
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  background: #fff;
}
.header__logo img {
  display: block;
  width: calc(var(--s) * 300);
}
@media screen and (min-width: 960.02px) {
  .header__container {
    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;
    height: calc(var(--s) * 150);
    padding: 0 0 0 calc(var(--s) * 78);
  }
  .header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 960px) {
  .header__container {
    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;
    height: calc(var(--f) * 120);
    padding: 0 0 0 5vw;
  }
  .header__logo img {
    width: calc(var(--f) * 280);
  }
}

.main {
  padding-top: calc(var(--s) * 150);
}
@media screen and (max-width: 960px) {
  .main {
    padding-top: calc(var(--f) * 120);
  }
}

@media screen and (min-width: 960.02px) {
  .nav__btn, .nav__label {
    display: none;
  }
  .nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(var(--s) * 150);
    padding: 0 0 0 calc(var(--s) * 50);
  }
  .nav__list {
    width: 100%;
    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(--s) * 50);
  }
  .nav__list a {
    position: relative;
    display: block;
    padding: calc(var(--f) * 6) 0 calc(var(--f) * 3);
    margin: 0 0 calc(var(--f) * 8);
    font-size: calc(var(--f) * 18);
    white-space: nowrap;
  }
  .nav__list a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: calc(var(--f) * 3);
    background: #323488;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__list li.current a::before,
  .nav__list a:hover::before {
    width: 100%;
  }
  .nav__tel {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    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(var(--s) * 316);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: calc(var(--s) * 20) calc(var(--s) * 46) 0 0;
  }
  .nav__tel:hover {
    opacity: 0.7;
  }
  .nav__tel img {
    display: block;
    width: 100%;
  }
  .nav__contact {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 10;
    width: calc(var(--s) * 200);
    padding: calc(var(--s) * 80) 0 0;
    color: #fff;
    font-size: calc(var(--s) * 25);
    font-weight: 500;
    text-align: center;
    background: #323488 url(../img/_common/header-mail.svg) center top calc(var(--s) * 36)/calc(var(--s) * 56) auto no-repeat;
    border: calc(var(--f) * 1) solid #323488;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff url(../img/_common/header-mail-hover.svg) center top calc(var(--s) * 36)/calc(var(--s) * 56) auto no-repeat;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__contact:hover {
    color: #323488;
  }
  .nav__contact:hover::before {
    opacity: 1;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1560px) {
  .nav__tel {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .nav__btn {
    display: none;
  }
  .nav__label {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 120 * 0.75);
    height: calc(var(--f) * 120);
    background: #323488;
  }
  .nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 40%;
    height: calc(var(--f) * 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;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__label span::before {
    top: calc(var(--f) * -16);
  }
  .nav__label span::after {
    top: calc(var(--f) * 16);
  }
  .nav__btn:checked + .nav__label span {
    background: transparent;
  }
  .nav__btn:checked + .nav__label span::before {
    top: calc(var(--f) * 0);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav__btn:checked + .nav__label span::after {
    top: calc(var(--f) * 0);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav__wrap {
    position: absolute;
    left: 0;
    top: 100%;
    pointer-events: none;
    opacity: 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;
    gap: calc(var(--h) * 48) 0;
    width: 100%;
    height: 100vh;
    padding-bottom: calc(var(--f) * 120 * 2);
    background: rgba(50, 52, 136, 0.85);
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__btn:checked + .nav__label + .nav__wrap {
    pointer-events: all;
    opacity: 1;
  }
  .nav__list {
    width: 100%;
  }
  .nav__list li {
    margin-bottom: calc(var(--h) * 24);
  }
  .nav__list li:last-child {
    margin-bottom: 0;
  }
  .nav__list a {
    display: block;
    width: 75%;
    padding: 0.5em 0;
    margin: 0 auto;
    color: #323488;
    font-size: calc(var(--f) * 25);
    text-align: center;
    background: #fff;
    border-radius: 999px;
  }
  .nav__tel {
    width: 75%;
    background: url(../img/_common/cta-tel.svg) center/contain no-repeat;
  }
  .nav__tel img {
    display: block;
    width: 100%;
    opacity: 0;
  }
  .nav__contact {
    display: none;
  }
}

.page-title__photo img {
  display: block;
  width: 100%;
}
.topic-path__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: calc(var(--f) * 1630);
  padding: calc(var(--h) * 42) 0 0;
  margin-bottom: calc(var(--f) * -36);
}
.topic-path__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #3259d7;
  font-size: calc(var(--f) * 16);
  font-weight: 500;
}
.topic-path__list li {
  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;
}
.topic-path__list li::after {
  content: ">";
  margin: 0 calc(var(--f) * 16);
}
.topic-path__list li:last-child::after {
  display: none;
}
.topic-path:first-child .topic-path__container {
  padding-top: calc(var(--s) * 100);
}
@media screen and (max-width: 960px) {
  .topic-path__list {
    font-size: calc(var(--f) * 20);
  }
}

.home-about__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 136) 0 calc(var(--h) * 154);
}
.home-about__head {
  margin-bottom: calc(var(--f) * 18);
}
.home-about__head .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  display: block;
  margin: 0 0 calc(var(--f) * 30);
  color: #323488;
  font-size: calc(var(--f) * 40);
  text-align: center;
}
.home-about__head .ja {
  display: block;
  font-size: calc(var(--f) * 50);
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .home-about__head .en {
    margin-bottom: calc(var(--f) * 5);
  }
}
.home-about__text {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto calc(var(--h) * 85);
  font-size: calc(var(--f) * 24);
  font-weight: 500;
}
.home-about__speedy {
  margin: 0 0 calc(var(--h) * 120);
}
.home-about__speedy__head {
  margin: 0 0 calc(var(--h) * 56);
  color: #3259d7;
  font-size: calc(var(--f) * 50);
  text-align: center;
}
.home-about__speedy__chart img {
  display: block;
  width: 100%;
}
.home-about__list__item .img {
  margin: 0 0 calc(var(--h) * 46);
}
.home-about__list__item .img img {
  display: block;
  width: 100%;
}
.home-about__list__item .title {
  position: relative;
  min-height: calc(var(--f) * 100);
  padding: calc(var(--f) * 16) 0 calc(var(--f) * 45) calc(var(--f) * 130);
  color: #323488;
  font-size: calc(var(--f) * 25);
  line-height: 1.6;
}
.home-about__list__item .num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  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) * 100);
  aspect-ratio: 1/1;
  color: #fff;
  font-size: calc(var(--f) * 80);
  letter-spacing: 0;
  background: #81a3fb;
  border-radius: calc(var(--f) * 5);
  -webkit-box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 6) 0 rgba(0, 0, 0, 0.3);
          box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 6) 0 rgba(0, 0, 0, 0.3);
}
.home-about__list__item .contents {
  font-weight: 500;
}
.home-about__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(var(--h) * 76);
}
.home-about__more .label {
  padding: 0 3em;
  color: #fff;
  border-radius: 999px;
  background: #3259d7;
  border: 1px solid #3259d7;
  -webkit-box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
          box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-about__more:hover .label {
  color: #3259d7;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .home-about__more .label {
    font-size: calc(var(--f) * 26) !important;
  }
}
@media screen and (min-width: 960.02px) {
  .home-about__text {
    text-align: center;
  }
  .home-about__list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 50);
  }
  .home-about__list__item {
    width: calc((100% - var(--s) * 100) / 3);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 960px) {
  .home-about__speedy__head {
    line-height: 1.65;
  }
  .home-about__speedy__chart img {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .home-about__list {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .home-about__list__item {
    margin-bottom: calc(var(--h) * 100);
  }
  .home-about__list__item:last-child {
    margin-bottom: 0;
  }
  .home-about__list__item .img {
    padding: 0 5vw;
  }
  .home-about__list__item .title {
    padding-bottom: calc(var(--h) * 20);
    font-size: calc(var(--f) * 30);
  }
  .home-about__list__item .contents {
    font-size: calc(var(--f) * 25);
  }
}

.home-mv__container {
  position: relative;
}
.home-mv__text {
  position: absolute;
  left: calc(var(--s) * 123);
  bottom: calc(var(--s) * 70);
  z-index: 10;
}
.home-mv__text .catch {
  color: #fff;
  font-size: calc(var(--f) * 50);
  line-height: 1.28;
}
.home-mv__text .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: calc(var(--f) * 20) 0 0;
}
.home-mv__text .more .label {
  padding: 0 3em;
  color: #fff;
  border-radius: 999px;
  background: #3259d7;
  border: 1px solid #3259d7;
  -webkit-box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
          box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-mv__text .more:hover .label {
  color: #3259d7;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .home-mv__text .more .label {
    font-size: calc(var(--f) * 26) !important;
  }
}
.home-mv__text .more .label {
  padding: 0.15em 4.1em;
}
.home-mv__photo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .home-mv__text {
    left: 5vw;
    bottom: 7.5vw;
  }
  .home-mv__text .catch {
    font-size: calc(var(--f) * 58);
  }
  .home-mv__photo {
    position: relative;
    aspect-ratio: 1/1;
  }
  .home-mv__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-mv__photo::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, rgba(0, 0, 0, 0.5), transparent 35%);
  }
}

.home-recruit {
  padding-bottom: calc(var(--h) * 200);
}
.home-recruit__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 96) calc(var(--s) * 75) calc(var(--h) * 90);
  border: calc(var(--f) * 3) solid #4070b2;
  background: #f1f7ff;
  border-radius: calc(var(--f) * 30);
}
.home-recruit__head {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  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-bottom: calc(var(--f) * 52);
}
.home-recruit__head .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  margin: 0 1.25em 0 0;
  color: #323488;
  font-size: calc(var(--f) * 40);
}
.home-recruit__head .ja {
  font-size: calc(var(--f) * 50);
}
.home-recruit__contents p {
  margin: 0 0 0.35em;
  font-weight: 500;
}
.home-recruit__contents p:last-child {
  margin-bottom: 0;
}
.home-recruit__contents .top {
  font-size: calc(var(--f) * 50);
  line-height: 1.6;
  font-weight: 700;
}
.home-recruit__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--f) * 26) 0 0;
}
.home-recruit__more .label {
  padding: 0 3em;
  color: #fff;
  border-radius: 999px;
  background: #3259d7;
  border: 1px solid #3259d7;
  -webkit-box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
          box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-recruit__more:hover .label {
  color: #3259d7;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .home-recruit__more .label {
    font-size: calc(var(--f) * 26) !important;
  }
}
.home-recruit__more .label {
  padding: 0 2.5em;
  background: #000000;
  border-color: #000000;
}
.home-recruit__more:hover .label {
  color: #000000;
}
.home-recruit__photo img {
  display: block;
  width: 100%;
  border-radius: calc(var(--f) * 20);
}
@media screen and (min-width: 960.02px) {
  .home-recruit__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 75);
  }
  .home-recruit__text {
    position: relative;
    width: 100%;
    margin-top: calc(var(--f) * -8);
  }
  .home-recruit__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(var(--s) * 603);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .home-recruit__more {
    position: relative;
    margin-right: calc(var(--f) * -16);
  }
}
@media screen and (max-width: 960px) {
  .home-recruit {
    padding-bottom: calc(var(--h) * 160);
  }
  .home-recruit__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: calc(var(--h) * 60) 7.5vw calc(var(--h) * 65);
  }
  .home-recruit__text {
    width: 100%;
  }
  .home-recruit__head {
    margin-bottom: calc(var(--f) * 24);
  }
  .home-recruit__contents {
    font-size: calc(var(--f) * 25);
  }
  .home-recruit__more {
    padding: calc(var(--f) * 36) 0 0;
  }
  .home-recruit__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: calc(var(--h) * 56);
  }
}

.home-rehome {
  padding-bottom: calc(var(--h) * 210);
}
.home-rehome__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 117) calc(var(--s) * 75) calc(var(--h) * 90);
  border: calc(var(--f) * 5) solid #f2e740;
  background: #ffffe2;
}
.home-rehome__head {
  margin: 0 0 0.5em;
  color: #323488;
  font-size: calc(var(--f) * 60);
  line-height: 1.35;
}
.home-rehome__head span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, #f2e740), color-stop(93%, #f2e740), color-stop(93%, transparent));
  background: linear-gradient(transparent 58%, #f2e740 58%, #f2e740 93%, transparent 93%);
}
.home-rehome__contents p {
  margin: 0 0 0.6em;
  font-weight: 500;
}
.home-rehome__contents p:last-child {
  margin-bottom: 0;
}
.home-rehome__contents .top {
  color: #323488;
  font-size: calc(var(--f) * 25);
  line-height: 1.6;
  font-weight: 700;
}
.home-rehome__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--f) * 90) 0 0;
  background: url(../img/home/rehome-lllust.svg) left bottom calc(var(--f) * 6)/calc(var(--f) * 378) auto no-repeat;
}
.home-rehome__more .label {
  padding: 0 3em;
  color: #fff;
  border-radius: 999px;
  background: #3259d7;
  border: 1px solid #3259d7;
  -webkit-box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
          box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-rehome__more:hover .label {
  color: #3259d7;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .home-rehome__more .label {
    font-size: calc(var(--f) * 26) !important;
  }
}
@media screen and (min-width: 960.02px) {
  .home-rehome__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 75);
  }
  .home-rehome__text {
    position: relative;
    width: 100%;
    margin-top: calc(var(--f) * -28);
  }
  .home-rehome__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(var(--s) * 603);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .home-rehome__more {
    position: relative;
    margin-right: calc(var(--f) * -30);
  }
}
@media screen and (max-width: 960px) {
  .home-rehome {
    padding-bottom: calc(var(--h) * 160);
  }
  .home-rehome__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: calc(var(--h) * 60) 7.5vw calc(var(--h) * 65);
  }
  .home-rehome__text {
    width: 100%;
  }
  .home-rehome__head {
    margin-bottom: calc(var(--f) * 30);
    font-size: calc(var(--f) * 65);
  }
  .home-rehome__contents p {
    font-size: calc(var(--f) * 25);
  }
  .home-rehome__contents .top {
    font-size: calc(var(--f) * 30);
  }
  .home-rehome__more {
    padding: calc(var(--f) * 60) 0 calc(var(--f) * 200);
    margin-bottom: calc(var(--f) * 30);
    background-size: 85% auto;
  }
  .home-rehome__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: calc(var(--h) * 56);
  }
}

.home-services__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 calc(var(--h) * 300);
}
.home-services__head {
  margin-bottom: calc(var(--f) * 18);
}
.home-services__head .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  display: block;
  margin: 0 0 calc(var(--f) * 30);
  color: #323488;
  font-size: calc(var(--f) * 40);
  text-align: center;
}
.home-services__head .ja {
  display: block;
  font-size: calc(var(--f) * 50);
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .home-services__head .en {
    margin-bottom: calc(var(--f) * 5);
  }
}
.home-services__text {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto calc(var(--h) * 125);
  font-size: calc(var(--f) * 24);
  font-weight: 500;
}
.home-services__list__item {
  position: relative;
}
.home-services__list__item .img {
  margin: 0 0 calc(var(--h) * 36);
}
.home-services__list__item .img img {
  display: block;
  width: 100%;
}
.home-services__list__item .title {
  position: relative;
  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) * 75);
  margin: 0 0 calc(var(--f) * 32);
  color: #fff;
  font-size: calc(var(--f) * 22.5);
  line-height: 1.6;
  text-align: center;
  background: #323488;
  border-radius: calc(var(--f) * 5);
  -webkit-box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 6) 0 rgba(0, 0, 0, 0.3);
          box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 6) 0 rgba(0, 0, 0, 0.3);
}
.home-services__list__item .contents {
  font-size: calc(var(--f) * 15);
  font-weight: 500;
}
.home-services__list__item .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(var(--h) * 68);
}
.home-services__list__item .more .label {
  padding: 0 3em;
  color: #fff;
  border-radius: 999px;
  background: #3259d7;
  border: 1px solid #3259d7;
  -webkit-box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
          box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-services__list__item .more:hover .label {
  color: #3259d7;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .home-services__list__item .more .label {
    font-size: calc(var(--f) * 26) !important;
  }
}
.home-services__list__item .more .label {
  font-size: calc(var(--f) * 15);
  background: #323488;
  border-color: #323488;
}
.home-services__list__item .more:hover .label {
  color: #323488;
}
.home-services__list__item:nth-child(2) .title {
  background: #69a2ec;
}
.home-services__list__item:nth-child(3) .title {
  background: #6dad52;
}
@media screen and (min-width: 960.02px) {
  .home-services__text {
    text-align: center;
  }
  .home-services__list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 75);
  }
  .home-services__list__item {
    width: calc((100% - var(--s) * 150) / 3);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: calc(var(--f) * 72);
  }
  .home-services__list__item .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .home-services__list__item {
    padding: 0 5vw;
    margin-bottom: calc(var(--h) * 100);
  }
  .home-services__list__item:last-child {
    margin-bottom: 0;
  }
  .home-services__list__item .img img {
    display: block;
    width: 100%;
  }
  .home-services__list__item .title {
    font-size: calc(var(--f) * 30);
  }
  .home-services__list__item .contents {
    font-size: calc(var(--f) * 25);
  }
  .home-services__list__item .more {
    margin-top: calc(var(--h) * 46);
  }
}

.company-access__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 calc(var(--s) * 215);
}
.company-access__head {
  font-size: calc(var(--f) * 50);
  margin-bottom: calc(var(--f) * 130);
}
.company-access__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1520/700;
}
@media screen and (max-width: 960px) {
  .company-access__head {
    margin-bottom: calc(var(--f) * 30);
  }
  .company-access__map iframe {
    aspect-ratio: 1/1;
  }
}

.company-info__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 calc(var(--s) * 150);
}
.company-info__head {
  font-size: calc(var(--f) * 50);
  margin-bottom: calc(var(--f) * 130);
}
.company-info__data {
  width: calc(var(--f) * 1130);
  max-width: 100%;
  margin: 0 auto;
}
.company-info__data table {
  width: 100%;
  margin: 0 0 calc(var(--s) * 100);
  border-top: calc(var(--f) * 2) solid #c5c5c5;
}
.company-info__data th,
.company-info__data td {
  padding: calc(var(--f) * 19) 0;
  font-size: calc(var(--f) * 24);
  border-bottom: calc(var(--f) * 2) solid #c5c5c5;
}
.company-info__data th {
  width: calc(var(--f) * 200);
  color: #323488;
  text-align: center;
  white-space: nowrap;
  background: #ebebeb;
}
.company-info__data td {
  padding-left: 2em;
}
.company-info__data td.history table {
  border-top: none;
  margin-bottom: 0;
}
.company-info__data td.history table th, .company-info__data td.history table td {
  padding: 0;
  border-bottom: none;
  font-size: calc(var(--f) * 25);
}
.company-info__data td.history table th {
  width: unset;
  padding-right: 1em;
  color: unset;
  -moz-text-align-last: left;
       text-align-last: left;
  background: none;
}
.company-info__data td.owned table {
  border-top: none;
  margin-bottom: 0;
}
.company-info__data td.owned table th, .company-info__data td.owned table td {
  padding: 0;
  border-bottom: none;
}
.company-info__data td.owned table th {
  padding-right: 1em;
  color: unset;
  -moz-text-align-last: left;
       text-align-last: left;
  background: none;
}
.company-info__group {
  width: calc(var(--f) * 1130);
  max-width: 100%;
  padding: calc(var(--f) * 32) 0 calc(var(--f) * 48);
  margin: 0 auto;
  border-top: calc(var(--f) * 2) solid #c5c5c5;
  border-bottom: calc(var(--f) * 2) solid #c5c5c5;
}
.company-info__group__head {
  font-size: calc(var(--f) * 30);
  color: #323488;
  white-space: nowrap;
}
.company-info__group__list th, .company-info__group__list td {
  padding-bottom: calc(var(--f) * 48);
}
.company-info__group__list tr:last-child th, .company-info__group__list tr:last-child td {
  padding-bottom: 0;
}
.company-info__group__list th {
  padding-right: calc(var(--f) * 40);
  color: #323488;
  font-size: calc(var(--f) * 25);
  line-height: 1.55;
}
.company-info__group__list th small {
  display: block;
  margin: 0 0 calc(var(--f) * 2);
  color: #000000;
  font-size: calc(var(--f) * 18);
}
.company-info__group__list td {
  font-size: calc(var(--f) * 15);
  line-height: 1.66;
}
@media screen and (min-width: 960.02px) {
  .company-info__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 80);
  }
  .company-info__group__list {
    padding: calc(var(--f) * 10) 0 0;
  }
}
@media screen and (max-width: 960px) {
  .company-info__head {
    margin-bottom: calc(var(--f) * 30);
  }
  .company-info__data th, .company-info__data td {
    font-size: calc(var(--f) * 25);
  }
  .company-info__data th {
    width: calc(var(--f) * 160);
  }
  .company-info__data td {
    padding-left: 1em;
  }
  .company-info__data td.history table th, .company-info__data td.history table td {
    padding-bottom: 1em;
    line-height: 1.65;
  }
  .company-info__data td.history table th {
    padding-right: 1em;
  }
  .company-info__data td.history table td {
    padding-left: 0;
  }
  .company-info__group__head {
    margin-bottom: calc(var(--h) * 40);
    font-size: calc(var(--f) * 40);
  }
  .company-info__group__list th {
    font-size: calc(var(--f) * 30);
    line-height: 1.65;
  }
  .company-info__group__list th small {
    font-size: calc(var(--f) * 22);
  }
  .company-info__group__list td {
    font-size: calc(var(--f) * 22);
  }
}

.company-message__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 136) 0 calc(var(--s) * 215);
}
.company-message__head {
  margin-bottom: calc(var(--s) * 152);
}
.company-message__head .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  display: block;
  margin: 0 0 calc(var(--f) * 30);
  color: #323488;
  font-size: calc(var(--f) * 40);
  text-align: center;
}
.company-message__head .ja {
  display: block;
  font-size: calc(var(--f) * 50);
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .company-message__head .en {
    margin-bottom: calc(var(--f) * 5);
  }
}
.company-message__title {
  margin-bottom: calc(var(--s) * 124);
  font-size: calc(var(--f) * 50);
}
.company-message__contents {
  font-size: calc(var(--f) * 24);
  line-height: 2.14;
}
.company-message__contents .name {
  font-size: calc(var(--f) * 30);
  text-align: right;
}
@media screen and (min-width: 960.02px) {
  .company-message__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;
  }
  .company-message__title {
    width: 100%;
  }
  .company-message__photo {
    width: 41.3%;
  }
  .company-message__contents {
    width: 52%;
  }
}
@media screen and (max-width: 960px) {
  .company-message__head {
    margin-bottom: calc(var(--s) * 82);
  }
  .company-message__title {
    margin-bottom: calc(var(--s) * 60);
  }
  .company-message__photo {
    margin: 0 10vw 5vw;
  }
}

.company-policy__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--f) * 1130);
  padding: 0 0 calc(var(--s) * 324);
}
.company-policy__head {
  margin-bottom: calc(var(--s) * 70);
  font-size: calc(var(--f) * 50);
  text-align: center;
}
.company-policy__text {
  font-size: calc(var(--f) * 24);
}
.contact-form {
  padding-top: calc(var(--s) * 190);
  padding-bottom: calc(var(--h) * 190);
}
.contact-form .required {
  color: #d03c50;
}
.contact-form__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--f) * 1000);
}
.contact-form__head {
  margin-bottom: calc(var(--s) * 68);
}
.contact-form__head .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  display: block;
  margin: 0 0 calc(var(--f) * 30);
  color: #323488;
  font-size: calc(var(--f) * 40);
  text-align: center;
}
.contact-form__head .ja {
  display: block;
  font-size: calc(var(--f) * 50);
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contact-form__head .en {
    margin-bottom: calc(var(--f) * 5);
  }
}
.contact-form__intro {
  margin: 0 auto calc(var(--h) * 72);
  font-size: calc(var(--f) * 25);
}
.contact-form__intro p {
  margin-bottom: 2em;
}
.contact-form__intro p:last-child {
  margin-bottom: 0;
}
.contact-form__intro a {
  color: #323488;
  text-decoration: underline;
}
.contact-form__form table {
  width: 100%;
}
.contact-form__form th, .contact-form__form td {
  display: block;
  width: 100%;
}
.contact-form__form th {
  margin: 0 0 calc(var(--f) * 10);
}
.contact-form__form td {
  margin: 0 0 calc(var(--s) * 90);
  font-size: calc(var(--f) * 25);
  font-weight: 500;
}
.contact-form__form input[type=text],
.contact-form__form input[type=email],
.contact-form__form input[type=tel],
.contact-form__form select,
.contact-form__form textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--f) * 20);
  line-height: 2;
  letter-spacing: 0.05em;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(var(--f) * 90);
  padding: calc(var(--f) * 19) calc(var(--f) * 16);
  font-size: calc(var(--f) * 25);
  border: 1px solid #cacaca;
}
.contact-form__form textarea {
  height: calc(var(--s) * 500);
}
.contact-form__form .radio li {
  margin-bottom: calc(var(--f) * 18);
}
.contact-form__form .radio li:last-child {
  margin-bottom: 0;
}
.contact-form__form .radio input[type=radio] {
  display: none;
}
.contact-form__form .radio label {
  cursor: pointer;
  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.72em;
}
.contact-form__form .radio label::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: #cccccc;
  border-radius: 999px;
}
.contact-form__form .radio input[type=radio]:checked + label::before {
  background: #3259d7;
  -webkit-box-shadow: 0 0 0 calc(var(--f) * 4) inset #ccc;
          box-shadow: 0 0 0 calc(var(--f) * 4) inset #ccc;
}
.contact-form__privacy__head {
  display: inline-block;
  padding: 0 1.5em;
  margin: 0 0 calc(var(--f) * 36);
  color: #fff;
  font-size: calc(var(--f) * 25);
  line-height: 1.7;
  font-weight: 500;
  border-radius: 999px;
  background: #323488;
}
.contact-form__privacy__text {
  margin-bottom: calc(var(--s) * 58);
}
.contact-form__privacy__text p {
  margin-bottom: 1.75em;
}
.contact-form__privacy__text p:last-child {
  margin-bottom: 0;
}
.contact-form__privacy__agree {
  margin: 0 0 calc(var(--f) * 48);
}
.contact-form__privacy__agree input[type=checkbox] {
  display: none;
}
.contact-form__privacy__agree .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--f) * 20);
  font-size: calc(var(--f) * 25);
}
.contact-form__privacy__agree .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: #b3b3b3;
}
.contact-form__privacy__agree .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: calc(var(--f) * 7);
  top: calc(var(--f) * 10);
  opacity: 0;
  width: 1.4em;
  height: 0.7em;
  border-bottom: calc(var(--f) * 4) solid #323488;
  border-left: calc(var(--f) * 4) solid #323488;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-form__privacy__agree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form__submit .label {
  padding: 0 3em;
  color: #fff;
  border-radius: 999px;
  background: #3259d7;
  border: 1px solid #3259d7;
  -webkit-box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
          box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.contact-form__submit:hover .label {
  color: #3259d7;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .contact-form__submit .label {
    font-size: calc(var(--f) * 26) !important;
  }
}
.contact-form__submit .label {
  cursor: pointer;
  padding: 0 5em;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #323488;
}
.contact-form__submit:hover .label {
  color: #323488;
}
@media screen and (min-width: 960.02px) {
  .contact-form__intro {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .contact-form {
    padding-bottom: calc(var(--h) * 160);
  }
}

.news-list {
  padding-bottom: calc(var(--h) * 190);
}
.news-list--archive {
  padding-top: calc(var(--s) * 190);
}
.news-list--home .news-list__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--f) * 1206);
}
.news-list--archive .news-list__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--f) * 840);
}
.news-list--home .news-list__head {
  color: #323488;
}
.news-list--home .news-list__head .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  position: relative;
  display: block;
  margin-bottom: calc(var(--f) * -10);
  font-size: calc(var(--f) * 56);
}
.news-list--home .news-list__head .ja {
  display: block;
  font-size: calc(var(--f) * 28);
}
.news-list--archive .news-list__head {
  margin-bottom: calc(var(--s) * 90);
}
.news-list--archive .news-list__head .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  display: block;
  margin: 0 0 calc(var(--f) * 30);
  color: #323488;
  font-size: calc(var(--f) * 40);
  text-align: center;
}
.news-list--archive .news-list__head .ja {
  display: block;
  font-size: calc(var(--f) * 50);
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .news-list--archive .news-list__head .en {
    margin-bottom: calc(var(--f) * 5);
  }
}
.news-list__list__box {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  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;
  gap: calc(var(--f) * 11) calc(var(--f) * 34);
  width: 100%;
  padding: calc(var(--f) * 44) 0 calc(var(--f) * 5);
  border-bottom: calc(var(--f) * 2) solid #7f7f7f;
}
.news-list__list__box:hover {
  opacity: 0.7;
}
.news-list__list__box::after {
  content: "→";
  position: absolute;
  right: 0;
  bottom: calc(var(--f) * 12);
  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) * 42);
  aspect-ratio: 1/1;
  color: #323488;
  font-size: calc(var(--f) * 25);
  line-height: 1;
  letter-spacing: 0;
  border: calc(var(--f) * 2) solid #323488;
  border-radius: 999px;
}
.news-list__list__box .date {
  font-size: calc(var(--f) * 16);
}
.news-list__list__box .cate {
  padding: 0 calc(var(--f) * 24);
  color: #fff;
  font-size: calc(var(--f) * 13);
  line-height: 1.75;
  border-radius: 999px;
  background: #323488;
}
.news-list__list__box .title {
  width: 100%;
}
.news-list__more {
  padding: calc(var(--s) * 100) 0 0;
  text-align: center;
}
.news-list__more label {
  display: inline-block;
  padding: 0 3em;
  color: #fff;
  border-radius: 999px;
  background: #323488;
  -webkit-box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
          box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 960.02px) {
  .news-list--home .news-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-list--home .news-list__list {
    width: calc(var(--f) * 840);
    max-width: 70vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: calc(var(--h) * 34);
  }
}
@media screen and (max-width: 960px) {
  .news-list {
    padding-bottom: calc(var(--h) * 160);
  }
  .news-list__head {
    margin-bottom: calc(var(--h) * 32);
  }
  .news-list__head .en {
    margin-bottom: 0;
    font-size: calc(var(--f) * 70);
  }
  .news-list__head .ja {
    font-size: calc(var(--f) * 32);
  }
  .news-list__list__box {
    padding: calc(var(--f) * 44) calc(var(--f) * 90) calc(var(--f) * 20) 0;
  }
  .news-list__list__box::after {
    bottom: calc(var(--f) * 32);
    width: calc(var(--f) * 62);
  }
  .news-list__list__box .date {
    font-size: calc(var(--f) * 20);
  }
  .news-list__list__box .cate {
    padding: 0 2em;
    font-size: calc(var(--f) * 18);
  }
  .news-list__list__box .title {
    font-size: calc(var(--f) * 25);
    line-height: 1.65;
  }
}

.news-single {
  padding-top: calc(var(--s) * 186);
  padding-bottom: calc(var(--h) * 140);
}
.news-single__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--f) * 1600);
}
.news-single__head {
  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;
  gap: calc(var(--f) * 24) calc(var(--f) * 12);
  width: 100%;
  margin: 0 0 calc(var(--f) * 46);
}
.news-single__head .date {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #323488;
  font-size: calc(var(--f) * 26);
}
.news-single__head .cate {
  padding: 0 calc(var(--f) * 24);
  color: #fff;
  font-size: calc(var(--f) * 13);
  line-height: 1.75;
  border-radius: 999px;
  background: #323488;
}
.news-single__head .title {
  width: 100%;
  font-size: calc(var(--f) * 50);
  line-height: 1.65;
}
.news-single__contents {
  width: calc(var(--f) * 1000);
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .news-single {
    padding-bottom: calc(var(--h) * 160);
  }
}

.post-contents {
  font-size: calc(var(--f) * 16);
}
.post-contents > * {
  margin: 0 0 calc(var(--f) * 40);
}
@media screen and (max-width: 960px) {
  .post-contents {
    font-size: calc(var(--f) * 25);
  }
}

.rehome-about__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--s) * 160) 0 calc(var(--h) * 104);
}
.rehome-about__head {
  margin: 0 0 calc(var(--f) * 16);
}
.rehome-about__head .en {
  display: block;
  width: calc(var(--f) * 290);
  margin: 0 auto calc(var(--f) * 16);
}
.rehome-about__head .ja {
  display: block;
  color: #3259d7;
  font-size: calc(var(--f) * 60);
  letter-spacing: 0.15em;
  text-align: center;
}
.rehome-about__head .ja small {
  color: #000000;
  font-size: 0.78em;
}
.rehome-about__text {
  margin: 0 auto calc(var(--s) * 98);
  font-size: calc(var(--f) * 30);
}
.rehome-about__list-1 {
  width: calc(var(--f) * 1456);
  max-width: 100%;
  margin: 0 auto calc(var(--s) * 220);
}
.rehome-about__list-1__item {
  position: relative;
  z-index: 10;
  padding: calc(var(--f) * 5) calc(var(--f) * 30) calc(var(--f) * 18);
  border: calc(var(--f) * 5) solid #c7b299;
  border-radius: calc(var(--f) * 20);
}
.rehome-about__list-1__item .title {
  color: #3259d7;
  font-size: calc(var(--f) * 40);
  line-height: 1.65;
  text-align: center;
}
.rehome-about__list-1__item .img {
  position: relative;
  z-index: -1;
  margin: calc(var(--f) * -16) 0 calc(var(--f) * -6);
  text-align: center;
}
.rehome-about__list-1__item .img img {
  display: inline-block;
  width: calc(var(--f) * 258);
}
.rehome-about__list-1__item .contents {
  font-size: calc(var(--f) * 14);
}
.rehome-about__list-2 {
  width: calc(var(--f) * 1200);
  max-width: 100%;
  margin: 0 auto;
}
.rehome-about__list-2__head {
  margin: 0 0 calc(var(--s) * 38);
  color: #3259d7;
  font-size: calc(var(--f) * 40);
  text-align: center;
}
.rehome-about__list-2__head span {
  position: relative;
  display: inline-block;
}
.rehome-about__list-2__head span img {
  position: absolute;
  left: calc(var(--f) * -142);
  top: calc(var(--f) * -56);
  display: block;
  height: calc(var(--f) * 70);
}
.rehome-about__list-2__item {
  padding: calc(var(--s) * 48) 0 calc(var(--s) * 40);
  margin-bottom: calc(var(--s) * 223);
  border-radius: calc(var(--f) * 20);
  background: #fffde5;
}
.rehome-about__list-2__item .title {
  font-size: calc(var(--f) * 30);
  line-height: 1.65;
  text-align: center;
}
.rehome-about__list-2__item .img {
  position: relative;
  margin: 0;
  text-align: center;
}
.rehome-about__list-2__item .img img {
  display: inline-block;
  width: calc(var(--f) * 186);
}
.rehome-about__list-3 {
  width: calc(var(--f) * 1206);
  max-width: 100%;
  margin: 0 auto;
}
.rehome-about__list-3__head {
  margin: 0 0 calc(var(--f) * 38);
  color: #3259d7;
  font-size: calc(var(--f) * 40);
  text-align: center;
}
.rehome-about__list-3__head span {
  position: relative;
  display: inline-block;
}
.rehome-about__list-3__head span img {
  position: absolute;
  left: calc(var(--f) * -142);
  top: calc(var(--f) * -56);
  display: block;
  height: calc(var(--f) * 70);
}
.rehome-about__list-3__item {
  padding: calc(var(--f) * 48) 0 calc(var(--f) * 53);
  border-radius: calc(var(--f) * 20);
  border: calc(var(--f) * 5) solid #3259d7;
  border-radius: calc(var(--f) * 20);
}
.rehome-about__list-3__item .title {
  font-size: calc(var(--f) * 30);
  line-height: 1.65;
  text-align: center;
}
.rehome-about__list-3__item .img {
  position: relative;
  margin: 0;
  text-align: center;
}
.rehome-about__list-3__item .img img {
  display: inline-block;
  width: calc(var(--f) * 186);
}
@media screen and (min-width: 960.02px) {
  .rehome-about__text {
    text-align: center;
  }
  .rehome-about__list-1__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 44);
  }
  .rehome-about__list-1__item {
    width: calc((100% - var(--s) * 88) / 3);
  }
  .rehome-about__list-2__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 68);
  }
  .rehome-about__list-2__item {
    width: calc((100% - var(--s) * 136) / 3);
  }
  .rehome-about__list-3__items {
    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(--s) * 64);
  }
  .rehome-about__list-3__item {
    width: calc((100% - var(--s) * 129) / 3);
  }
}
@media screen and (max-width: 960px) {
  .rehome-about__head .ja {
    font-size: calc(var(--f) * 70);
    line-height: 1.5;
  }
  .rehome-about__list-1__items {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .rehome-about__list-1__item {
    margin-bottom: 5vw;
  }
  .rehome-about__list-1__item:last-child {
    margin-bottom: 0;
  }
  .rehome-about__list-1__item .contents {
    font-size: calc(var(--f) * 22);
  }
  .rehome-about__list-2__head {
    font-size: calc(var(--f) * 50);
    line-height: 1.5;
  }
  .rehome-about__list-2__head span img {
    left: calc(var(--f) * -80);
    top: calc(var(--f) * -72);
    height: calc(var(--f) * 80);
  }
  .rehome-about__list-2__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5vw;
  }
  .rehome-about__list-2__item {
    width: calc((100% - 5vw) / 3);
  }
  .rehome-about__list-3__head {
    font-size: calc(var(--f) * 50);
    line-height: 1.5;
  }
  .rehome-about__list-3__head span img {
    left: calc(var(--f) * -160);
    top: calc(var(--f) * -72);
    height: calc(var(--f) * 80);
  }
  .rehome-about__list-3__items {
    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: 2.5vw;
  }
  .rehome-about__list-3__item {
    width: calc((100% - 5vw) / 3);
  }
  .rehome-about__list-3__item:nth-last-child(1), .rehome-about__list-3__item:nth-last-child(2) {
    width: calc((100% - 2.5vw) / 2);
  }
}

.rehome-point {
  margin-bottom: calc(var(--s) * 165);
  border-bottom: calc(var(--f) * 10) solid #ffff00;
}
.rehome-point__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  width: calc(var(--f) * 1200);
  padding: calc(var(--h) * 160) 0 calc(var(--s) * 25);
}
.rehome-point__box {
  position: relative;
  padding: calc(var(--f) * 63) calc(var(--s) * 85) calc(var(--f) * 53);
  margin: 0 0 calc(var(--f) * 150);
  background: #edebd7;
  border-radius: calc(var(--f) * 20);
}
.rehome-point__head {
  position: absolute;
  left: calc(var(--s) * 85);
  top: calc(var(--f) * -104);
  font-size: calc(var(--f) * 40);
  line-height: 1.3;
  border-bottom: calc(var(--f) * 2) solid #000000;
}
.rehome-point__after {
  position: relative;
}
.rehome-point__after .title {
  position: absolute;
  left: 0;
  top: calc(var(--f) * -52);
  font-size: calc(var(--f) * 25);
}
.rehome-point__before .contents {
  font-size: calc(var(--f) * 18);
  line-height: 1.66;
}
@media screen and (min-width: 960.02px) {
  .rehome-point__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 70);
  }
  .rehome-point__after {
    width: calc(var(--f) * 590);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .rehome-point__before {
    width: 100%;
  }
  .rehome-point__before .img {
    display: block;
    width: calc(var(--f) * 240);
    max-width: 100%;
    margin: 0 0 calc(var(--f) * 24);
  }
}
@media screen and (max-width: 960px) {
  .rehome-point__head {
    left: 5vw;
    font-size: calc(var(--f) * 50);
  }
  .rehome-point__box {
    padding: 12.5vw 5vw 10vw;
    margin: 0 0 calc(var(--f) * 150);
  }
  .rehome-point__after {
    margin: 0 0 5vw;
  }
  .rehome-point__after .title {
    top: calc(var(--f) * -80);
    font-size: calc(var(--f) * 40);
  }
  .rehome-point__before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3vw;
  }
  .rehome-point__before .img {
    width: calc(var(--f) * 240);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .rehome-point__before .contents {
    font-size: calc(var(--f) * 22);
  }
}

.rehome-title {
  background: #fffde5;
}
.rehome-title__container {
  position: relative;
}
.rehome-title__text {
  text-align: center;
  background: url(../img/rehome/mv-illust.svg) center bottom calc(var(--s) * 160)/88% auto no-repeat;
}
.rehome-title__text .title {
  display: inline-block;
  width: 75.5%;
}
.rehome-title__text .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(var(--f) * 80) 0 0 calc(var(--s) * 26);
}
.rehome-title__text .more .label {
  padding: 0 3em;
  color: #fff;
  border-radius: 999px;
  background: #3259d7;
  border: 1px solid #3259d7;
  -webkit-box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
          box-shadow: calc(var(--f) * 6) calc(var(--f) * 6) calc(var(--f) * 10) 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.rehome-title__text .more:hover .label {
  color: #3259d7;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .rehome-title__text .more .label {
    font-size: calc(var(--f) * 26) !important;
  }
}
.rehome-title__text .more .label {
  padding: 0.15em 2.15em;
  font-size: calc(var(--f) * 27);
}
.rehome-title__photo img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 960.02px) {
  .rehome-title__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    aspect-ratio: 1920/1050;
  }
  .rehome-title__text {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 51%;
    padding: 0 calc(var(--s) * 26) calc(var(--s) * 210) 0;
  }
  .rehome-title__text .more {
    width: 100%;
  }
  .rehome-title__photo {
    position: relative;
    overflow: hidden;
    width: 49%;
    border-radius: 999px 0 0 999px;
  }
}
@media screen and (max-width: 960px) {
  .rehome-title__text {
    padding: calc(var(--f) * 80) 0 calc(var(--f) * 180);
    margin-bottom: calc(var(--f) * 80);
    background-position: center bottom;
  }
  .rehome-title__text .title {
    width: 88%;
  }
  .rehome-title__text .more {
    padding-top: calc(var(--f) * 48);
  }
  .rehome-title__photo {
    position: relative;
    overflow: hidden;
    border-radius: 999px 999px 0 0;
  }
}

.services-detail__container {
  width: 1500px;
  max-width: 92vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 40) 0 calc(var(--h) * 260);
}
.services-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  gap: calc(var(--f) * 10);
  margin: 0 0 calc(var(--s) * 115);
  color: #323488;
  white-space: nowrap;
}
.services-detail__head .num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  font-size: calc(var(--f) * 80);
}
.services-detail__head .ja {
  font-size: calc(var(--f) * 60);
  line-height: 1.45;
  text-align: left;
}
.services-detail__about {
  margin-bottom: calc(var(--s) * 84);
}
.services-detail__about__text li {
  margin-bottom: calc(var(--f) * 30);
}
.services-detail__about__text li:last-child {
  margin-bottom: 0;
}
.services-detail__about__text .title {
  margin-bottom: calc(var(--f) * 8);
  font-size: calc(var(--f) * 40);
}
.services-detail__about__text .contents {
  font-size: calc(var(--f) * 16);
  font-weight: 500;
}
.services-detail__merit {
  width: calc(var(--f) * 1020);
  max-width: 100%;
  margin: 0 auto;
}
.services-detail__merit__head {
  margin-bottom: calc(var(--s) * 80);
}
.services-detail__merit__head .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 1;
  display: block;
  margin: 0 0 calc(var(--f) * 30);
  color: #323488;
  font-size: calc(var(--f) * 40);
  text-align: center;
}
.services-detail__merit__head .ja {
  display: block;
  font-size: calc(var(--f) * 50);
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .services-detail__merit__head .en {
    margin-bottom: calc(var(--f) * 5);
  }
}
.services-detail__merit__head .en {
  margin-bottom: calc(var(--f) * 13);
}
.services-detail__merit__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;
  gap: calc(var(--s) * 75) 0;
}
.services-detail__merit__item {
  width: calc((100% - var(--s) * 75) / 2);
  padding: calc(var(--f) * 52) 0 calc(var(--f) * 28);
  border: calc(var(--f) * 5) solid #323488;
  border-radius: calc(var(--f) * 20);
}
.services-detail__merit__item .num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 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;
  width: calc(var(--f) * 45);
  aspect-ratio: 1/1;
  padding: calc(var(--f) * 4) 0 0;
  margin: 0 auto calc(var(--f) * 16);
  color: #fff;
  font-size: calc(var(--f) * 32);
  letter-spacing: 0;
  background: #323488;
  border-radius: 999px;
}
.services-detail__merit__item .title {
  font-size: calc(var(--f) * 30);
  text-align: center;
}
.services-detail__merit__item .title::after {
  content: "";
  display: block;
  width: calc(var(--f) * 57);
  height: 1px;
  margin: calc(var(--f) * 2) auto calc(var(--f) * 8);
  background: #323488;
}
.services-detail__merit__item .contents {
  padding: 0 calc(var(--s) * 52);
  font-size: calc(var(--f) * 16);
  font-weight: 500;
}
.services-detail#services-02 .services-detail__head, .services-detail#services-02 .services-detail__merit__head .en {
  color: #69a2ec;
}
.services-detail#services-02 .services-detail__merit__item {
  border-color: #69a2ec;
}
.services-detail#services-02 .services-detail__merit__item .num,
.services-detail#services-02 .services-detail__merit__item .title::after {
  background-color: #69a2ec;
}
.services-detail#services-03 .services-detail__head, .services-detail#services-03 .services-detail__merit__head .en {
  color: #6dad52;
}
.services-detail#services-03 .services-detail__merit__item {
  border-color: #6dad52;
}
.services-detail#services-03 .services-detail__merit__item .num,
.services-detail#services-03 .services-detail__merit__item .title::after {
  background-color: #6dad52;
}
@media screen and (min-width: 960.02px) {
  .services-detail__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 182);
  }
  .services-detail__about__photo {
    width: calc(var(--s) * 700);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .services-detail__about__text {
    position: relative;
    width: 100%;
    margin-top: calc(var(--f) * -20);
  }
}
@media screen and (max-width: 960px) {
  .services-detail__about {
    margin-bottom: calc(var(--s) * 120);
  }
  .services-detail__about__photo {
    margin: 0 10vw calc(var(--h) * 22);
  }
  .services-detail__about__text .title {
    font-size: calc(var(--f) * 40);
  }
  .services-detail__about__text .contents {
    font-size: calc(var(--f) * 25);
  }
  .services-detail__merit__head {
    margin-bottom: calc(var(--s) * 36);
  }
  .services-detail__merit__item {
    width: 100%;
  }
  .services-detail__merit__item .num {
    width: calc(var(--f) * 70);
    margin-bottom: calc(var(--f) * 10);
    font-size: calc(var(--f) * 46);
  }
  .services-detail__merit__item .title {
    font-size: calc(var(--f) * 38);
    text-align: center;
  }
  .services-detail__merit__item .title::after {
    width: calc(var(--f) * 60);
    height: calc(var(--f) * 2);
    margin: calc(var(--f) * 6) auto calc(var(--f) * 16);
  }
  .services-detail__merit__item .contents {
    padding: 0 5vw;
    font-size: calc(var(--f) * 22);
  }
}