@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a,
b {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  width: 100%;
  height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Noto Sans JP', 'Lato', sans-serif;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

:root {
  --white: #fff;
  --blue_main: #293a95;
  --color-light-blue: #e8f5ff;
  --color-black: #1c1c1c;
}

html {
  overflow-y: scroll;
}

@media screen and (min-width: 1201px) {
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.is-no-webp #container::before {
  background: url(../image/top-back.png) center/cover;
}

.is-webp #container::before {
  background: url(../image/top-back.webp) center/cover;
}

@media (max-width: 768px) {
  .is-no-webp #container::before {
    background: url(../image/top-back-sp.png) center/cover;
  }
  .is-webp #container::before {
    background: url(../image/top-back-sp.webp) center/cover;
  }
}
.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  align-items: center;
  padding-left: 100px;
  height: 130px;
}
.header__logo {
  aspect-ratio: 203/70;
  max-width: 203px;
  padding-top: 0;
}
.header__right {
  display: flex;
  gap: 80px;
  align-items: center;
}
.header__right a {
  display: block;
  color: var(--white, #fff);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
}
.header__right div a {
  color: var(--blue_main);
}
.header__right-contact {
  padding: 40px 50px;
  background: var(--blue_main);
  cursor: pointer;
}
.header__right-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.header__right-contact img {
  max-width: 25px;
  aspect-ratio: 25/18;
}
.header__right-contact p {
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.4px;
}

@media screen and (width <= 1040px) {
  .header {
    display: none;
  }
}

.sp-header {
  display: none;
}
@media screen and (width <= 1040px) {
  .sp-header {
    display: block;
    height: 100px;
    z-index: 999;
    padding-left: 5.333vw;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: padding 0.7s, background-color 0.7s;
  }
}
@media screen and (width <= 768px) {
  .sp-header {
    height: 97px;
  }
}
.sp-header.background {
  background-color: #fff;
}
.sp-header.close {
  background-color: transparent;
}

.sp-menu {
  display: none;
}
@media screen and (width <= 1040px) {
  .sp-menu {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.7s ease;
    padding-top: 16vw;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    height: 100svh; /* Fallback for browsers that do not support Custom Properties */
    background-color: var(--color-blue);
  }
}
.sp-menu.close {
  display: block;
  pointer-events: auto;
  opacity: 1;
  overflow-y: scroll;
  background: var(--bk_gray, #f5f5f5);
  padding-bottom: 51.467vw;
}
@media screen and (width <= 768px) {
  .sp-menu.close {
    overflow-y: initial;
  }
}
.sp-menu__container {
  padding-top: 45px;
}
.sp-menu__nav {
  margin-bottom: 60px;
  width: 78.666%;
  margin-inline: auto;
}
.sp-menu__nav-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sp-menu__nav-item .item__contens {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--blue_main);
}
.sp-menu__nav-item .item__contens-left {
  color: var(--blue_main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.48vw;
}
.sp-menu__nav-item .item-name {
  color: var(--gray_LINE, #d4d4d4);
  font-family: "Lato", sans-serif;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.16vw;
  text-transform: uppercase;
}
.sp-menu .button {
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #293a95 0%, #132271 100%);
  padding: 20px 0px;
  min-width: 360px;
  margin-inline: auto;
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2px;
  transition: background-color 0.7s ease, border-color 0.7s ease, color 0.7s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 768px) {
  .sp-menu .button {
    font-size: 3.733vw;
    font-style: normal;
    letter-spacing: 0.373vw;
    min-width: 78.667vw;
  }
}
.sp-menu .button:hover {
  background: transparent;
  border-color: var(--blue_main);
  color: var(--blue_main);
}
.sp-menu .button:hover::after {
  background: url(../image/button-hover.svg) center/cover;
}
.sp-menu .button::after {
  content: "";
  display: block;
  background: url("../image/button.svg") center/cover no-repeat;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
}
.sp-menu .button {
  width: 78.666%;
  min-width: initial;
  font-size: 4.267vw;
  letter-spacing: 0.427vw;
}
.sp-menu .button::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../image/mail.svg") center/cover;
  top: 50%;
  width: 6.667vw;
  height: 4.8vw;
  flex-shrink: 0;
  transform: translateY(-50%);
  left: 8%;
}

.sp-header__logo {
  line-height: 0%;
  padding-top: 35px;
}
@media screen and (width <= 768px) {
  .sp-header__logo {
    padding-top: 25px;
  }
}
.sp-header__logo img {
  vertical-align: text-top;
}
@media screen and (width <= 1040px) {
  .sp-header__logo img {
    aspect-ratio: 137/47;
    width: 137px;
    height: 47px;
  }
}

.sp-header__humburger-sns {
  display: flex;
  align-items: center;
}

.sp-header__sns {
  display: flex;
  align-items: center;
}
.sp-header__sns a {
  margin-right: 8vw;
}
@media screen and (width <= 1040px) {
  .sp-header__sns a img {
    width: 53px;
  }
}
@media screen and (width <= 768px) {
  .sp-header__sns a img {
    width: 25px;
  }
}

.humburger__container {
  padding: 16px 0px;
}
@media screen and (width <= 1040px) {
  .humburger__container {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.humburger__bars .humburger__bar {
  display: block;
  width: 100%;
  height: 0.267vw;
  background-color: var(--blue_main);
  position: relative;
  transition: ease 0.4s;
}
@media screen and (width <= 1040px) {
  .humburger__bars .humburger__bar {
    width: 55px;
    height: 2px;
  }
}
@media screen and (width <= 768px) {
  .humburger__bars .humburger__bar {
    width: 30px;
  }
}
@media screen and (width <= 1040px) {
  .humburger__bars .humburger__bar:nth-child(2) {
    margin-top: 10px;
  }
}
@media screen and (width <= 768px) {
  .humburger__bars .humburger__bar:nth-child(2) {
    margin-top: 8px;
  }
}

.humburgers__title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (width <= 1040px) {
  .humburgers__title {
    font-size: 18px;
    margin-top: 8.7px;
  }
}
@media screen and (width <= 768px) {
  .humburgers__title {
    font-size: 10px;
  }
}

.humburgers__title-close {
  display: none;
}

.sp-header__humburger {
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.7s ease;
}
@media screen and (width <= 1040px) {
  .sp-header__humburger {
    width: 100px;
    height: 100px;
    align-items: initial;
  }
}
@media screen and (width <= 768px) {
  .sp-header__humburger {
    width: 97px;
    height: 97px;
    align-items: center;
  }
}
.sp-header__humburger.close .humburger__bar {
  background: var(--blue_main);
}
.sp-header__humburger.close .humburger__bar:first-child {
  transform: rotate(45deg);
}
@media screen and (width <= 1040px) {
  .sp-header__humburger.close .humburger__bar:first-child {
    top: 22px;
  }
}
@media screen and (width <= 768px) {
  .sp-header__humburger.close .humburger__bar:first-child {
    top: -4px;
  }
}
.sp-header__humburger.close .humburger__bar:last-child {
  transform: rotate(-45deg);
  margin: 0;
}
@media screen and (width <= 1040px) {
  .sp-header__humburger.close .humburger__bar:last-child {
    top: 18px;
  }
}
@media screen and (width <= 768px) {
  .sp-header__humburger.close .humburger__bar:last-child {
    top: -7px;
  }
}

.is-no-webp .main-entry {
  background: url(../image/entry.png) center/cover;
}

.is-webp .main-entry {
  background: url(../image/entry.webp) center/cover;
}

.main {
  padding-top: 130px;
  overflow: hidden;
}
@media screen and (width <= 1040px) {
  .main {
    padding-top: 0;
  }
}
.main .main__service {
  padding-top: 80px;
}
@media screen and (width <= 768px) {
  .main .main__service {
    padding-top: 97px;
  }
}
.main .main__service-title {
  padding-left: 100px;
}
@media screen and (width <= 768px) {
  .main .main__service-title {
    padding-left: 5.333vw;
    margin-bottom: 5.333vw;
  }
}
.main .main__service-title .title-en {
  color: var(--gray, #e0e0e0);
  font-family: "Lato", sans-serif;
  font-size: 79.579px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 143.242px */
  letter-spacing: 3.979px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .main .main__service-title .title-en {
    font-size: 8.533vw;
    letter-spacing: 0.427vw;
  }
}
.main .main__service-title .title-ja {
  color: var(--blue_main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 57.6px */
  letter-spacing: 3.2px;
}
@media screen and (width <= 768px) {
  .main .main__service-title .title-ja {
    font-size: 5.333vw;
    letter-spacing: 0.533vw;
  }
}
.main .main__service-list {
  display: flex;
  gap: 20px;
  justify-content: end;
  padding-right: 12%;
  margin-bottom: 30px;
}
@media screen and (width <= 768px) {
  .main .main__service-list {
    margin-bottom: 5.333vw;
    gap: 4vw;
    justify-content: start;
    padding-left: 5%;
    padding-right: 0;
  }
}
.main .main__service-list a {
  color: var(--blue_main);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  font-size: clamp(0.625rem, 0.587rem + 0.18vw, 0.75rem);
}
@media screen and (width <= 768px) {
  .main .main__service-list a {
    letter-spacing: 0.133vw;
  }
}
.main .main__service-list div {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  font-size: clamp(0.625rem, 0.587rem + 0.18vw, 0.75rem);
}
@media screen and (width <= 768px) {
  .main .main__service-list div {
    letter-spacing: 0.133vw;
  }
}
.main .main__service-image img {
  aspect-ratio: 1442/454;
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
@media screen and (width <= 768px) {
  .main .main__service-image img {
    aspect-ratio: 375/140;
  }
}
.main .main__service p {
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 3.2px;
  padding: 160px 0px;
}
@media screen and (width <= 768px) {
  .main .main__service p {
    padding: 16vw 0px;
    font-size: 5.333vw;
    letter-spacing: 0.533vw;
  }
}
.main-recruitment {
  padding: 160px 0px;
  background: linear-gradient(90deg, #293a95 0%, #132271 100%);
}
@media screen and (width <= 768px) {
  .main-recruitment {
    padding: 16vw 0px;
  }
}
.main-recruitment__contents {
  width: max(54.9%, 791px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .main-recruitment__contents {
    width: max(78.666%, 295px);
  }
}
@media screen and (width <= 768px) {
  .main-recruitment__contents {
    gap: 8vw;
  }
}
.main-recruitment__contents .title-en {
  color: var(--blue_main);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .main-recruitment__contents .title-en {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
  }
}
.main-recruitment__contents .title-ja {
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 72px */
  letter-spacing: 4px;
  position: relative;
}
@media screen and (width <= 768px) {
  .main-recruitment__contents .title-ja {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.main-recruitment__contents .title-ja::before {
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  aspect-ratio: 76/5;
  background-color: var(--blue_sab, #aec9eb);
}
@media screen and (width <= 768px) {
  .main-recruitment__contents .title-ja::before {
    width: 13.333vw;
    bottom: -30%;
  }
}
.main-recruitment__contents .title-en,
.main-recruitment__contents .title-ja {
  color: var(--white);
}
.main-recruitment__contents .title-ja::before {
  background-color: var(--white);
}
.main-recruitment__contents p {
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  text-align: center;
}
@media screen and (width <= 768px) {
  .main-recruitment__contents p {
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
  }
}
.main-welfare {
  padding-top: 160px;
  background: var(--white);
}
@media screen and (width <= 768px) {
  .main-welfare {
    padding-top: 16vw;
  }
}
.main-welfare__contents {
  width: min(86.222%, 1040px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .main-welfare__contents {
    width: max(89.3333%, 335px);
  }
}
@media screen and (width <= 768px) {
  .main-welfare__contents {
    gap: 8vw;
  }
}
.main-welfare__contents .title-en {
  color: var(--blue_main);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .main-welfare__contents .title-en {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
  }
}
.main-welfare__contents .title-ja {
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 72px */
  letter-spacing: 4px;
  position: relative;
}
@media screen and (width <= 768px) {
  .main-welfare__contents .title-ja {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.main-welfare__contents .title-ja::before {
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  aspect-ratio: 76/5;
  background-color: var(--blue_sab, #aec9eb);
}
@media screen and (width <= 768px) {
  .main-welfare__contents .title-ja::before {
    width: 13.333vw;
    bottom: -30%;
  }
}
.main-welfare__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3列を定義 */
  gap: 2px; /* セル間の隙間を1pxに設定 */
  height: 250px;
  width: 100%;
  background-color: var(--gray_LINE, #d4d4d4); /* 隙間の色を黒に設定し、外側の線が引かれないように見せる */
}
@media screen and (width <= 768px) {
  .main-welfare__items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    width: 88.2%;
    height: 94.933vw;
  }
}
.main-welfare__item {
  background-color: var(--white); /* グリッドアイテムの背景色 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (width <= 768px) {
  .main-welfare__item {
    justify-content: initial;
    position: initial;
    gap: 30px;
  }
}
.main-welfare__item:first-child img {
  aspect-ratio: 59/46;
  width: 35.54%;
}
@media screen and (width <= 768px) {
  .main-welfare__item:first-child img {
    aspect-ratio: 70/62;
    width: 24%;
  }
}
.main-welfare__item:nth-child(2) img {
  aspect-ratio: 64/57;
  width: 38.55%;
}
@media screen and (width <= 768px) {
  .main-welfare__item:nth-child(2) img {
    aspect-ratio: 70/62;
    width: 24%;
  }
}
.main-welfare__item:nth-child(3) img, .main-welfare__item:nth-child(4) img, .main-welfare__item:nth-child(6) img, .main-welfare__item:nth-child(7) img {
  aspect-ratio: 50/57;
  width: 30.12%;
}
@media screen and (width <= 768px) {
  .main-welfare__item:nth-child(3) img, .main-welfare__item:nth-child(4) img, .main-welfare__item:nth-child(6) img, .main-welfare__item:nth-child(7) img {
    aspect-ratio: 70/62;
    width: 24%;
  }
}
.main-welfare__item:nth-child(5) img {
  aspect-ratio: 1/1;
  width: 36.14%;
}
.main-welfare__item p {
  position: absolute;
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (width <= 768px) {
  .main-welfare__item p {
    font-size: 4.8vw;
    letter-spacing: 0.48vw;
    word-break: keep-all;
    position: initial;
    transform: initial;
    text-align-last: left;
  }
}
.main-support {
  padding: 160px 0px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .main-support {
    padding: 16vw 0px;
  }
}
@media screen and (width <= 768px) {
  .main-support {
    gap: 8vw;
  }
}
.main-support .title-en {
  color: var(--blue_main);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .main-support .title-en {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
  }
}
.main-support .title-ja {
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 72px */
  letter-spacing: 4px;
  position: relative;
}
@media screen and (width <= 768px) {
  .main-support .title-ja {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.main-support .title-ja::before {
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  aspect-ratio: 76/5;
  background-color: var(--blue_sab, #aec9eb);
}
@media screen and (width <= 768px) {
  .main-support .title-ja::before {
    width: 13.333vw;
    bottom: -30%;
  }
}
.main-support p {
  width: min(52.27%, 684px);
  margin-inline: auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (width <= 768px) {
  .main-support p {
    width: max(89.33%, 335px);
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
    text-align: start;
  }
}
.main-support__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: min(96.08%, 1038px);
  margin-inline: auto;
  margin-bottom: 40px;
}
.main-support__contents:last-child {
  margin-bottom: 0px;
}
@media screen and (width <= 768px) {
  .main-support__contents {
    grid-template-columns: repeat(1, 1fr);
    width: max(89.3333%, 335px);
    grid-row-gap: 5.333vw;
  }
}
.main-support__content {
  padding: 20px 0px;
  text-align: center;
  border: 1px solid var(--blue_main);
  background: var(--white);
  position: relative;
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}
@media screen and (width <= 768px) {
  .main-support__content {
    font-size: 4.8vw;
    letter-spacing: 0.48vw;
    padding: 5.333vw 0px;
  }
}
.main-support__content::before {
  position: absolute;
  content: "";
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background: var(--blue_main);
  top: 0%;
  left: 0%;
}
@media screen and (width <= 768px) {
  .main-support__content::before {
    width: 9.333vw;
    height: 9.333vw;
  }
}
.main-support {
  gap: 0;
}
.main-support__title {
  margin-bottom: 110px;
}
@media screen and (width <= 768px) {
  .main-support__title {
    margin-bottom: 14vw;
  }
}
.main-support p {
  margin-bottom: 80px;
}
@media screen and (width <= 768px) {
  .main-support p {
    margin-bottom: 8vw;
  }
}
.main-support .support__title {
  text-align: left;
  width: min(72.222%, 1040px);
  margin-inline: auto;
  color: var(--blue_main, #293a95);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  margin-bottom: 55px;
}
@media screen and (width <= 768px) {
  .main-support .support__title {
    width: max(89.333%, 335px);
    margin-bottom: 5.333vw;
    font-size: 4.8vw;
    letter-spacing: 0.48vw;
  }
}
.main-support .support__title:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #293a95;
  margin-top: 15px;
}
@media screen and (width <= 768px) {
  .main-support .support__title:after {
    margin-top: 2.667vw;
  }
}
.main-data {
  padding: 160px 0px;
  background: var(--bk_gray, #f5f5f5);
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .main-data {
    padding: 16vw 0px;
  }
}
@media screen and (width <= 768px) {
  .main-data {
    gap: 8vw;
  }
}
.main-data .title-en {
  color: var(--blue_main);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .main-data .title-en {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
  }
}
.main-data .title-ja {
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 72px */
  letter-spacing: 4px;
  position: relative;
}
@media screen and (width <= 768px) {
  .main-data .title-ja {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.main-data .title-ja::before {
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  aspect-ratio: 76/5;
  background-color: var(--blue_sab, #aec9eb);
}
@media screen and (width <= 768px) {
  .main-data .title-ja::before {
    width: 13.333vw;
    bottom: -30%;
  }
}
.main-data__contents {
  width: min(100%, 1040px);
  margin-inline: auto;
  background: var(--white);
  padding: 40px 0px 56px;
}
@media screen and (width <= 768px) {
  .main-data__contents {
    width: max(89.33%, 335px);
    padding-top: 8vw;
    padding-bottom: 10.667vw;
  }
}
.main-data__contents h3 {
  padding-bottom: 25px;
  text-align: center;
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  width: 93.307%;
  border-bottom: 1px solid #d4d4d4;
  margin-inline: auto;
}
@media screen and (width <= 768px) {
  .main-data__contents h3 {
    font-size: 5.333vw;
    letter-spacing: 0.533vw;
    padding-bottom: 2.667vw;
  }
}
.main-data__contents.age .main-data__content {
  width: 92.923%;
  margin-left: 7.288%;
  margin-right: 39.98%;
  /* gap: 39px; */
}
@media screen and (width <= 768px) {
  .main-data__contents.age .main-data__content {
    width: 47.45%;
    margin-inline: auto;
    flex-direction: column-reverse;
    gap: 8vw;
  }
}
.main-data__contents.age .main-data__content .number2 {
  transform: translateX(-19%);
  display: flex;
  align-items: end;
  margin-left: 2.288%;
}
@media screen and (width <= 768px) {
  .main-data__contents.age .main-data__content .number2 {
    transform: translateX(-6%);
    font-size: 21.333vw;
  }
}

@media screen and (width <=768px) {
  .main-data__contents.age .main-data__content .number3 {
    display: contents;
    font-size: 21.333vw;
  }
}

@media screen and (width <=768px) {
  .main-data__contents.age .main-data__content .sp-content {
    display: flex;
    align-items: center;
    margin-right: 2.667vw;
  }
}


.main-data__content {
  padding-top: 40px;
  display: flex;
  width: 76.923%;
  margin-inline: auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 8.365%;
  margin-right: 14.903%;
}
@media screen and (width <= 768px) {
  .main-data__content {
    width: 88%;
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    padding-top: 10.133vw;
    gap: 8vw;
  }
}
.main-data__content img {
  aspect-ratio: 288/146;
  width: 36%;
}
@media screen and (width <= 768px) {
  .main-data__content img {
    aspect-ratio: 148/76;
    width: 44.17%;
  }
}
.main-data__content .person {
  aspect-ratio: 151 / 173;
  width: 12.54%;
  /* margin-left: -5.712%; */
  position: relative;
  top: -30px;
  right: 31px;
}
@media screen and (width <= 768px) {
  .main-data__content .person {
    aspect-ratio: 100/115;
    width: 63.29%;
    position: relative;
    top: 0px;
    right: 0px;
  }
}
.main-data__content div:first-of-type {
  color: var(--blue_main);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 82%;
  font-size: clamp(4.375rem, 1.0739rem + 14.0845vw, 13.75rem);
}
@media screen and (width <= 768px) {
  .main-data__content div:first-of-type {
    line-height: 100%; /* 192px */
    display: flex;
    align-items: baseline;
    font-size: 32vw;
  }
}
.main-data__content div:nth-of-type(2) {
  color: var(--blue_main);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 82%;
  font-size: clamp(4.375rem, 1.0739rem + 14.0845vw, 13.75rem);
}

@media screen and (width <=768px) {
  .main-data__content div:nth-of-type(2) {
    line-height: 100%;
    /* 192px */
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
}
.main-data__content div:first-of-type span {
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 67.2px */
}
@media screen and (width <= 768px) {
  .main-data__content div:first-of-type span {
    font-size: 6.4vw;
  }
}

.main-data__content div:nth-of-type(2) span {
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 67.2px */
}

@media screen and (width <=768px) {
  .main-data__content div:nth-of-type(2) span {
    font-size: 6.4vw;
    white-space: pre;
    position: relative;
    top: 23px;
  }
}

@media screen and (width <=768px) {
  .main-data__content div:first-of-type span {
    font-size: 6.4vw;
  }
}
.main-data__content .number {
  transform: translateX(-8%);
}
@media screen and (width <= 768px) {
  .main-data__content .number {
    transform: translateX(13%);
  }
}
.main-data__content div:nth-of-type(2) h5 {
  color: var(--blue_main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  padding-bottom: 6px;
  text-align: center;
}
@media screen and (width <= 768px) {
  .main-data__content div:nth-of-type(2) h5 {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
    padding-bottom: 1.333vw;
    margin: auto;
  }
}
.main-data__content div:nth-of-type(2) div {
  width: 173px;
  background: var(--blue_main);
  height: 1px;
}
@media screen and (width <= 768px) {
  .main-data__content div:nth-of-type(2) div {
    width: 78.667vw;
  }
}
.main-data__content div:nth-of-type(2) ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 20px;
}
@media screen and (width <= 768px) {
  .main-data__content div:nth-of-type(2) ul {
    width: max(86.44%, 255px);
    margin-inline: auto;
    flex-direction: initial;
    gap: 0;
    flex-wrap: wrap;
    padding-left: 0; /* デフォルトのパディングもクリア */
  }
}
.main-data__content div:nth-of-type(2) ul li {
  color: var(--color-black);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media screen and (width <= 768px) {
  .main-data__content div:nth-of-type(2) ul li {
    font-size: 3.733vw;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.373vw;
    width: 50%;
  }
}
.main-data__content div:nth-of-type(2) ul li::before {
  content: "•"; /* ここに好きな文字や記号を入れる */
  color: black; /* マーカーの色 */
  font-weight: bold; /* マーカーの太さ */
  display: inline-block;
  width: 1em; /* マーカーの幅を調整 */
  margin-left: 0em; /* マーカーを左に移動して要素の内側に配置 */
}
.main-information {
  padding: 160px 0px;
  gap: 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (width <= 768px) {
  .main-information {
    padding: 16vw 0px;
  }
}
.main-information__contents {
  width: min(72.0138%, 1037px);
  margin-inline: auto;
  gap: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-items: center;
  gap: 0px;
}
@media screen and (width <= 768px) {
  .main-information__contents {
    width: max(89.333%, 335px);
  }
}
@media screen and (width <= 768px) {
  .main-information__contents {
    gap: 8vw;
  }
}
.main-information__contents .title-en {
  color: var(--blue_main);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .main-information__contents .title-en {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
  }
}
.main-information__contents .title-ja {
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 72px */
  letter-spacing: 4px;
  position: relative;
}
@media screen and (width <= 768px) {
  .main-information__contents .title-ja {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.main-information__contents .title-ja::before {
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  aspect-ratio: 76/5;
  background-color: var(--blue_sab, #aec9eb);
}
@media screen and (width <= 768px) {
  .main-information__contents .title-ja::before {
    width: 13.333vw;
    bottom: -30%;
  }
}
.main-information__contents .main-information__title {
  margin-bottom: 80px;
}
@media screen and (width <= 768px) {
  .main-information__contents .main-information__title {
    margin-bottom: 8vw;
  }
}
.main-information__contents img {
  aspect-ratio: 335/111;
}
.main-information__contents table {
  margin-top: 23px;
  width: 100%;
  height: 100%;
}
.main-information__contents table,
.main-information__contents td {
  border-collapse: collapse;
  padding: 20px 0px;
}
@media screen and (width <= 768px) {
  .main-information__contents table,
  .main-information__contents td {
    padding: 4vw 0px;
  }
}
.main-information__contents td:first-child {
  border-bottom: 2px solid var(--blue_main);
  color: var(--blue_main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: 1.8px;
  width: 17.7%;
}
@media screen and (width <= 768px) {
  .main-information__contents td:first-child {
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
    width: 28.3%;
  }
}
@media screen and (width <= 768px) {
  .main-information__contents td:first-child span {
    display: none;
  }
}
.main-information__contents td:nth-child(2) {
  border-bottom: 2px solid #d4d4d4;
  padding-left: 83px;
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 1.8px;
}
@media screen and (width <= 768px) {
  .main-information__contents td:nth-child(2) {
    padding: 4vw 0px;
    padding-left: 6.2vw;
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
  }
}
@media screen and (width <= 768px) {
  .main-information__contents td:nth-child(2)[money] {
    font-size: 3.2vw;
  }
}
.main-flow {
  padding: 160px 0px;
  background: var(--bk_gray, #f5f5f5);
}
@media screen and (width <= 1040px) {
  .main-flow {
    padding: 16vw 0px;
  }
}
.main-flow__contents {
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .main-flow__contents {
    gap: 8vw;
  }
}
.main-flow__contents .title-en {
  color: var(--blue_main);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .main-flow__contents .title-en {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
  }
}
.main-flow__contents .title-ja {
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 72px */
  letter-spacing: 4px;
  position: relative;
}
@media screen and (width <= 768px) {
  .main-flow__contents .title-ja {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.main-flow__contents .title-ja::before {
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  aspect-ratio: 76/5;
  background-color: var(--blue_sab, #aec9eb);
}
@media screen and (width <= 768px) {
  .main-flow__contents .title-ja::before {
    width: 13.333vw;
    bottom: -30%;
  }
}
.main-flow__items .main-flow__item:first-of-type div > img {
  aspect-ratio: 1/1;
  width: 36%;
}
.main-flow__items .main-flow__item:nth-of-type(2) div > img {
  aspect-ratio: 105/74;
  width: 46.5%;
}
.main-flow__items .main-flow__item:nth-of-type(3) div > img {
  aspect-ratio: 105/74;
  width: 52.5%;
}
.main-flow__items .main-flow__item:last-of-type div > img {
  aspect-ratio: 105/62;
  width: 52.5%;
}
.main-flow__item {
  width: 25.2%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (width <= 1040px) {
  .main-flow__item {
    width: 100%;
    gap: 5.333vw;
  }
}
.main-flow__item div {
  border-radius: 50%;
  background: var(--blue_main);
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (width <= 1040px) {
  .main-flow__item div {
    width: 44.5%;
    margin-inline: auto;
  }
}
.main-flow__item div img {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
}
.main-flow__item div p {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 36px */
  letter-spacing: 2px;
  word-break: keep-all;
}
@media screen and (width <= 1040px) {
  .main-flow__item div p {
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
  }
}
.main-flow__item-img {
  transform: translateY(-18%);
}
@media screen and (width <= 1040px) {
  .main-flow__item-img {
    transform: rotate(90deg);
    margin-inline: auto;
    aspect-ratio: 1/1;
    width: 9%;
  }
}
.main-flow__items {
  margin-inline: auto;
  display: flex;
  justify-content: space-around;
  width: min(62.569%, 901px);
}
@media screen and (width <= 1040px) {
  .main-flow__items {
    width: max(82%, 295px);
    flex-direction: column;
    gap: 5.333vw;
  }
}
.main-flow__sentence {
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (width <= 1040px) {
  .main-flow__sentence {
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  }
}
.main-entry {
  padding: 160px 0px;
  position: relative;
}
@media screen and (width <= 768px) {
  .main-entry {
    padding: 16vw 0px;
  }
}
.main-entry:before {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(41, 58, 149, 0.8);
}
.main-entry .button {
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #293a95 0%, #132271 100%);
  padding: 20px 0px;
  min-width: 360px;
  margin-inline: auto;
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2px;
  transition: background-color 0.7s ease, border-color 0.7s ease, color 0.7s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 768px) {
  .main-entry .button {
    font-size: 3.733vw;
    font-style: normal;
    letter-spacing: 0.373vw;
    min-width: 78.667vw;
  }
}
.main-entry .button:hover {
  background: transparent;
  border-color: var(--blue_main);
  color: var(--blue_main);
}
.main-entry .button:hover::after {
  background: url(../image/button-hover.svg) center/cover;
}
.main-entry .button::after {
  content: "";
  display: block;
  background: url("../image/button.svg") center/cover no-repeat;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
}
.main-entry .button {
  padding: 40px 0px;
  background: var(--white);
  color: var(--blue_main);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  width: max(38.2%, 551px);
}
@media screen and (width <= 768px) {
  .main-entry .button {
    padding: 5.333vw 0px;
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
    width: min(88%, 295px);
  }
}
.main-entry .button:hover {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}
.main-entry .button:hover::after {
  background: url(../image/button.svg) center/cover;
}
.main-entry .button::after {
  background: url(../image/button-hover.svg) center/cover;
  right: 16%;
}
@media screen and (width <= 768px) {
  .main-entry .button::after {
    right: 8%;
  }
}
.main-sns {
  position: relative;
  background: var(--white);
  padding-top: 160px;
}
@media screen and (width <= 768px) {
  .main-sns {
    padding-top: 16vw;
  }
}
.main-sns__contents {
  width: min(53.472%, 770px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-height: 155px;
}
@media screen and (width <= 1270px) {
  .main-sns__contents {
    width: min(67.472%, 770px);
  }
}
@media screen and (width <= 768px) {
  .main-sns__contents {
    width: max(78.6666%, 295px);
    grid-template-columns: 1fr;
  }
}
.main-sns__contents .contents-left {
  color: var(--blue_main);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 72px */
  letter-spacing: 4px;
  text-transform: uppercase;
  border-right: 2px solid var(--blue_main);
  display: flex;
  align-items: center;
}
@media screen and (width <= 768px) {
  .main-sns__contents .contents-left {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
    border-right: none;
    border-bottom: 2px solid var(--blue_main);
    justify-content: center;
  }
}
.main-sns__contents .contents-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 80px;
  padding-right: 20px;
}
@media screen and (width <= 768px) {
  .main-sns__contents .contents-right {
    padding-top: 10.667vw;
    width: 47.4%;
    margin-inline: auto;
    gap: 0;
    justify-content: space-between;
    padding: 0;
    padding-top: 10.667vw;
  }
}
.main-sns__contents .contents-right a {
  width: 15.584%;
}
@media screen and (width <= 768px) {
  .main-sns__contents .contents-right a {
    width: 28.58%;
  }
}
.main-sns__contents .contents-right img {
  aspect-ratio: 1/1;
  width: 100%;
}

.main-contact {
  background: var(--white);
  height: 595px;
}
@media screen and (width <= 768px) {
  .main-contact {
    height: initial;
    padding-top: 16vw;
  }
}
.main-contact__contents {
  box-shadow: 0px 9px 17px 0px rgba(8, 42, 145, 0.09);
  padding: 107px 0px 90px;
  width: min(86.1111%, 1240px);
  margin-inline: auto;
  background: var(--blue_main);
  position: relative;
  transform: translateY(160px);
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .main-contact__contents {
    transform: none;
    width: max(100%, 375px);
    padding: 16vw 0px;
  }
}
@media screen and (width >= 1441px) {
  .main-contact__contents {
    width: max(86.1111%, 1240px);
  }
}
.main-contact__contents::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #33449e;
  top: 0%;
  left: 0%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media screen and (width <= 768px) {
  .main-contact__contents {
    gap: 8vw;
  }
}
.main-contact__contents .title-en {
  color: var(--blue_main);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .main-contact__contents .title-en {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
  }
}
.main-contact__contents .title-ja {
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 72px */
  letter-spacing: 4px;
  position: relative;
}
@media screen and (width <= 768px) {
  .main-contact__contents .title-ja {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.main-contact__contents .title-ja::before {
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  aspect-ratio: 76/5;
  background-color: var(--blue_sab, #aec9eb);
}
@media screen and (width <= 768px) {
  .main-contact__contents .title-ja::before {
    width: 13.333vw;
    bottom: -30%;
  }
}
.main-contact__contents .title-en,
.main-contact__contents .title-ja {
  color: var(--white);
}
.main-contact__contents {
  gap: 80px;
}
@media screen and (width <= 768px) {
  .main-contact__contents {
    gap: 10vw;
  }
}
.main-contact__title {
  position: inherit;
  z-index: 1;
}
.main-contact__title .title-ja::before {
  background: var(--white);
}
@media screen and (width <= 768px) {
  .main-contact__title .title-ja::before {
    bottom: -28%;
  }
}
.main-contact__form {
  position: inherit;
  z-index: 1;
  width: min(83.87%, 1040px);
  margin-inline: auto;
  background: var(--white);
  padding: 60px 0px 70px;
}
@media screen and (width <= 768px) {
  .main-contact__form {
    width: max(88%, 295px);
    padding: 8vw 0px 10.667vw;
  }
}
.main-contact__form-contents {
  display: flex;
  justify-content: space-between;
  width: 88.461%;
  margin-inline: auto;
  align-items: center;
}
@media screen and (width <= 1270px) {
  .main-contact__form-contents {
    flex-direction: column;
  }
}
@media screen and (width <= 768px) {
  .main-contact__form-contents {
    width: 86.4%;
    flex-direction: column;
    gap: 8vw;
  }
}
.main-contact__form-left {
  width: 41.39%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (width <= 1270px) {
  .main-contact__form-left {
    width: 100%;
    align-items: center;
  }
}
.main-contact__form-left h5 {
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 36px */
  letter-spacing: 2px;
}
@media screen and (width <= 768px) {
  .main-contact__form-left h5 {
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
    text-align: center;
  }
}
.main-contact__form-left .tel img {
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .main-contact__form-left .tel img {
    width: 6.4vw;
  }
}
.main-contact__form-left .tel a {
  color: var(--blue_main);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 75.6px */
  letter-spacing: 2.1px;
}
@media screen and (width <= 768px) {
  .main-contact__form-left .tel a {
    font-size: 6.4vw;
    letter-spacing: 0.32vw;
  }
}
.main-contact__form-left div:last-child {
  color: var(--text, #1C1C1C);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.9px;
}
@media screen and (width <= 768px) {
  .main-contact__form-left div:last-child {
    font-size: 3.733vw;
    font-weight: 400;
    letter-spacing: 0.187vw;
    text-align: center;
  }
}
.main-contact__form-right {
  width: 50%;
}
@media screen and (width <= 1270px) {
  .main-contact__form-right {
    width: 100%;
  }
}
@media screen and (width <= 768px) {
  .main-contact__form-right {
    width: 100%;
  }
}
.main-contact__form-right .button {
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #293a95 0%, #132271 100%);
  padding: 20px 0px;
  min-width: 360px;
  margin-inline: auto;
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2px;
  transition: background-color 0.7s ease, border-color 0.7s ease, color 0.7s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 768px) {
  .main-contact__form-right .button {
    font-size: 3.733vw;
    font-style: normal;
    letter-spacing: 0.373vw;
    min-width: 78.667vw;
  }
}
.main-contact__form-right .button:hover {
  background: transparent;
  border-color: var(--blue_main);
  color: var(--blue_main);
}
.main-contact__form-right .button:hover::after {
  background: url(../image/button-hover.svg) center/cover;
}
.main-contact__form-right .button::after {
  content: "";
  display: block;
  background: url("../image/button.svg") center/cover no-repeat;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
}
.main-contact__form-right .button {
  line-height: 180%;
  letter-spacing: 1px;
}
@media screen and (width <= 768px) {
  .main-contact__form-right .button {
    min-width: 68vw;
  }
}
.main-contact__form-right .button::before {
  background: url(../image/mail.svg) center/cover;
  content: "";
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  aspect-ratio: 32/24;
  width: 32px;
  width: clamp(1.5rem, 1.348rem + 0.72vw, 2rem);
}
.main-contact__form-right .button:hover::before {
  background: url(../image/mail-hover.svg) center/cover;
}
.main-contact__form-right .button::after {
  right: 9%;
}

@media screen and (width <= 768px) {
  .main-contact.service {
    background: var(--bk_gray, #f5f5f5);
  }
}

.footer {
  position: relative;
  background: var(--bk_gray, #f5f5f5);
  overflow: hidden;
  z-index: 1;
  padding-bottom: 50px;
}
.footer__contents {
  position: relative;
  padding-top: 408px;
  display: flex;
  z-index: -1;
  justify-content: space-between;
  width: min(72.2%, 1040px);
  margin-inline: auto;
  align-items: center;
}
@media screen and (width <= 768px) {
  .footer__contents {
    padding-top: 16vw;
    width: max(88%, 295px);
    flex-direction: column;
    gap: 10.667vw;
  }
}
@media screen and (width >= 1441px) {
  .footer__contents {
    width: max(72.2%, 1040px);
  }
}
.footer__contents-left {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 22.73%;
}
@media screen and (width <= 768px) {
  .footer__contents-left {
    width: 100%;
    gap: 5.333vw;
  }
}
.footer__contents-left img {
  aspect-ratio: 253/87;
  max-width: clamp(8.5625rem, 6.0097rem + 10.892vw, 15.8125rem);
}
.footer__contents-left .address {
  color: var(--color-black);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.7px;
}
@media screen and (width <= 768px) {
  .footer__contents-left .address {
    font-size: 3.2vw;
    line-height: 180%;
    letter-spacing: 0.32vw;
  }
}
.footer__contents-right {
  display: flex;
  justify-content: space-between;
  width: 43.653%;
}
@media screen and (width <= 1270px) {
  .footer__contents-right {
    width: 66.653%;
  }
}
@media screen and (width <= 768px) {
  .footer__contents-right {
    width: 100%;
    flex-direction: column;
    gap: 8vw;
  }
}
.footer__contents-right div a {
  color: var(--blue_main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
}
@media screen and (width <= 768px) {
  .footer__contents-right div a {
    font-size: 3.2vw;
    letter-spacing: 0.32vw;
  }
}
.footer__contents > a {
  position: absolute;
  top: 55%;
  right: -10%;
}
@media screen and (width <= 768px) {
  .footer__contents > a {
    top: 7%;
    right: 0%;
  }
}
.footer__contents > a img {
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .footer__contents > a img {
    width: 16vw;
  }
}
.footer .border {
  width: min(86.1111%, 1240px);
  margin-inline: auto;
  border: 1px solid var(--blue_main);
  margin-top: 80px;
}
@media screen and (width <= 768px) {
  .footer .border {
    margin-top: 16vw;
    width: max(100%, 375px);
  }
}
@media screen and (width >= 1441px) {
  .footer .border {
    width: max(86.1111%, 1240px);
  }
}
.footer__sns {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (width <= 768px) {
  .footer__sns {
    padding-top: 8vw;
    gap: 10.667vw;
  }
}
.footer__sns div {
  color: var(--blue_main);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .footer__sns div {
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
  }
}
.footer__sns img {
  aspect-ratio: 1/1;
  max-width: 30px;
}
@media screen and (width <= 768px) {
  .footer__sns img {
    max-width: 8vw;
  }
}
.footer__policy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
@media screen and (width <= 768px) {
  .footer__policy {
    margin-top: 10.667vw;
  }
}
.footer__policy div:first-child a {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  font-size: clamp(0.625rem, 0.587rem + 0.18vw, 0.75rem);
}
.footer__policy div:last-child {
  color: var(--blue_main);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  font-size: clamp(0.625rem, 0.587rem + 0.18vw, 0.75rem);
}
.footer.page-contact .footer__contents {
  padding-top: 166px;
}
@media screen and (width <= 768px) {
  .footer.page-contact .footer__contents {
    padding-top: 17.333vw;
  }
}
.footer.page-contact .footer__contents > a {
  top: 14%;
  right: -10%;
}
@media screen and (width <= 768px) {
  .footer.page-contact .footer__contents > a {
    right: 0%;
  }
}/*# sourceMappingURL=recruit.css.map */