@charset "UTF-8";

/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

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

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

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

html {
  min-height: 100vh;
}

body {
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: clip;
}

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

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner {
  z-index: 5;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 5.4rem;
  padding: 1rem 2rem 1rem 6rem;
  gap: 4.5rem;
  border: 1px solid #027FD5;
  border-radius: calc(infinity * 1px);
  background: #027FD5;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 150%;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn span {
  position: relative;
  aspect-ratio: 1/1;
  width: 2rem;
  border-radius: 50%;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #027FD5;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pankuz {
  margin-top: 2rem;
}

.pankuz a.home {
  color: #027FD5;
}

.pankuz__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
}

.pankuz__arrow {
  position: relative;
  width: 7px;
}

.pankuz__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/arrow_pankuz.webp) no-repeat center center/contain;
  content: "";
}

.section__title {
  font-weight: 700;
  text-align: center;
}

.section__title p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section__title p span {
  position: relative;
  aspect-ratio: 1/1;
  width: 2rem;
  border-radius: 50%;
  background: #FFEFF5;
}

.section__title p span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #EE719D;
  content: "";
}

.section__title h2 {
  margin-top: 10px;
  font-size: 2.8rem;
  line-height: 150%;
}

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

.section__title.--left p {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section {
  padding: 50px 0;
}

.section__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 12rem;
  margin-inline: auto;
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
}

.section__head .--blue {
  color: #027FD5;
}

.section__head::before,
.section__head::after {
  position: absolute;
  width: 3.8rem;
  height: 3.9rem;
  content: "";
}

.section__head::before {
  top: 0;
  right: 103%;
  background: url(../img/recruit_left.webp) no-repeat center center/cover;
}

.section__head::after {
  bottom: 0;
  left: 105%;
  background: url(../img/recruit_right.webp) no-repeat center center/cover;
}

.section__head .--mini {
  color: #333333;
  font-size: 1.4rem;
  line-height: 150%;
}

.text {
  font-size: 1.4rem;
  line-height: 160%;
}

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

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

.text.--bold {
  font-weight: 700;
}

.text-14 {
  font-size: 1.2rem;
  line-height: 160%;
}

.analysis-options__container {
  margin-top: 4rem;
  padding: 3rem 2rem;
  border-radius: 10px;
  background: #FFFBFD;
}

.analysis-options__text {
  font-size: 1.6rem;
  line-height: 160%;
}

.analysis-options__title {
  margin-top: 2rem;
}

.analysis-options__description {
  padding-left: 2rem;
}

.analysis-options__description a {
  color: #027FD5;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.counselors__top {
  margin-top: 4rem;
  color: #027FD5;
  font-size: 1.8rem;
  line-height: 160%;
  text-align: center;
}

.counselors__members {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
}

.counselors__member {
  padding: 3rem 2rem;
  border-radius: 10px;
  background: #F1F9FF;
  -webkit-box-shadow: 2px 4px 35px 0px rgba(78, 89, 97, 0.0588235294);
  box-shadow: 2px 4px 35px 0px rgba(78, 89, 97, 0.0588235294);
}

.counselors__thumbnail {
  text-align: center;
}

.counselors__name {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 150%;
}

.counselors__comment {
  margin-top: 2rem;
}

.counselors__interview {
  margin-top: 4rem;
  padding: 2rem;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#2699E8), to(#3DB3DA));
  background: linear-gradient(90deg, #2699E8 0%, #3DB3DA 100%);
}

.counselors__container {
  display: grid;
  padding: 1.5rem;
  gap: 1rem;
  border-radius: 10px;
  background: #FFF;
}

.counselors__image {
  aspect-ratio: 300/210;
}

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

.counselors__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 2.2rem;
  line-height: 160%;
  text-transform: uppercase;
}

.counselors__title .--point {
  position: relative;
  position: relative;
  aspect-ratio: 1/1;
  width: 1.4rem;
  border-radius: 50%;
  background: #EE719D;
}

.counselors__title .--point::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #FFFBFD;
  content: "";
}

.counselors__text {
  margin-top: 1rem;
}

.counselors__btns {
  display: grid;
  margin-top: 2rem;
  gap: 2rem;
}

.counselors__btn {
  font-size: 1.6rem;
  white-space: nowrap;
}

.counselors__btn a {
  width: 26rem;
  min-height: 5.4rem;
  padding-left: 4rem;
  gap: 2rem;
}

.counselors__btn.--pink a {
  border-color: #EE719D;
  background: #EE719D;
}

.counselors__btn.--pink span::after {
  background: #EE719D;
}

.counselors .other {
  margin-top: 4rem;
}

.counselors .other__items {
  display: grid;
  gap: 4rem;
}

.counselors .other__item {
  display: grid;
  padding: 3rem 2rem;
  gap: 2rem;
  border-radius: 10px;
  background: #F1F9FF;
}

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

.counselors .other__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
}

.counselors .other__name span {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.2rem;
  border-radius: calc(infinity * 1px);
  background: #EE719D;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 150%;
}

.counselors .other__comment {
  margin-top: 2rem;
}

.cta-downlaod {
  padding: 40px 0;
}

.cta-downlaod__container {
  padding: 3rem 1.5rem;
  border-radius: 10px;
  background: #FFFBFD;
}

.cta-downlaod__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #027FD5;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.cta-downlaod__lists {
  display: grid;
  margin-top: 3rem;
  gap: 1rem;
}

.cta-downlaod__list {
  position: relative;
  padding-left: 3rem;
  font-size: 1.4rem;
  line-height: 160%;
}

.cta-downlaod__list span {
  color: #EE719D;
  font-weight: 700;
}

.cta-downlaod__list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.4rem;
  background: url(../img/check_pink.webp) no-repeat center center/contain;
  content: "";
}

.cta-downlaod__btn {
  margin-top: 4rem;
}

.cta__box {
  padding: 1rem;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#2699E8), to(#3DB3DA));
  background: linear-gradient(90deg, #2699E8 0%, #3DB3DA 100%);
}

.cta__container {
  display: grid;
  padding: 3rem 1rem;
  gap: 2rem;
  border-radius: 10px;
  background: #FFF;
}

.cta__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.5rem;
  line-height: 160%;
  text-align: center;
}

.cta__title::before,
.cta__title::after {
  position: absolute;
  width: 2.6rem;
  height: 2.8rem;
  background: url(../img/cta_left.webp) no-repeat center center/contain;
  content: "";
}

.cta__title::before {
  top: -5px;
  right: 105%;
}

.cta__title::after {
  bottom: -10px;
  left: 105%;
  background: url(../img/cta_right.webp) no-repeat center center/contain;
}

.cta__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 150%;
}

.cta__btn a {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 90%;
  max-width: 300px;
  min-height: 6rem;
  padding: 0.5em 2rem;
  gap: 2rem;
  border: 1px solid #FFA847;
  border-radius: calc(infinity * 1px);
  background: #FFA847;
  -webkit-box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta__btn span {
  width: 3.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta__btns {
  display: grid;
  gap: 2rem;
}

.cta__btns .cta__btn.--blue a {
  border-color: #027FD5;
  background: #027FD5;
}

.cta__btns .cta__btn.--pink a {
  border-color: #EE719D;
  background: #EE719D;
}

.environment {
  border-radius: 60px;
  background: #F1F9FF;
}

.environment__wrapper {
  display: grid;
  margin-top: 4rem;
  gap: 4rem;
}

.environment__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 5rem;
  padding: 1rem;
  border-left: 3px solid #027FD5;
  background: #FFF;
  color: #027FD5;
  font-weight: 700;
  font-size: 2rem;
  line-height: 160%;
}

.environment__items {
  display: grid;
  margin-top: 3rem;
  gap: 3rem;
}

.environment__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 2rem;
}

.environment__image {
  aspect-ratio: 340/235;
  text-align: center;
}

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

.environment__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  color: #027FD5;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 160%;
  text-align: center;
}

.environment__title .--point {
  position: relative;
  position: relative;
  aspect-ratio: 1/1;
  width: 1.4rem;
  border-radius: 50%;
  background: #EE719D;
}

.environment__title .--point::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #FFFBFD;
  content: "";
}

.environmen__wrap:nth-child(2) .environment__head {
  border-color: #3DB3DA;
  color: #3DB3DA;
}

.environmen__wrap:nth-child(2) .environment__title {
  color: #3DB3DA;
}

.footer {
  padding: 15.9rem 0 10.4rem;
  padding: 50px 0;
  color: #000;
  font-weight: 600;
}

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 18rem;
  gap: 14rem;
}

.footer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__company {
  width: 18rem;
}

.footer__content {
  padding: 0 16px;
}

.footer__information {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.025em;
}

.footer__information a {
  position: relative;
  padding-right: 2.5rem;
}

.footer__information a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_link_black.webp) no-repeat center center/contain;
  content: "";
}

.footer__map {
  margin-top: 3.2rem;
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

.footer__map a {
  position: relative;
  padding-right: 2.5rem;
}

.footer__map a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_link.webp) no-repeat center center/contain;
  content: "";
}

.footer__information.--tel {
  margin-top: 3.5rem;
  letter-spacing: 0.03em;
}

.footer__right {
  max-width: 210px;
  margin-inline: auto;
}

.footer__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 160px;
  gap: 4rem;
}

.footer__item a,
.footer__item p {
  display: inline-block;
  width: 100%;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #000;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.footer__links {
  margin-top: 1rem;
}

.footer__link a {
  padding: 0.68rem 0;
  border-bottom: initial;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.footer__contact {
  max-width: 21rem;
  margin-top: 3.95rem;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.footer__contact a {
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #000;
}

.footer__text {
  margin-top: 12rem;
  margin-left: -1rem;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}

.fv {
  position: relative;
}

.fv__logo {
  display: none;
}

.fv__logo.--black {
  position: relative;
}

.fv__image {
  height: inherit;
}

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

.fv__copy {
  position: absolute;
  top: 12.2rem;
  left: 50%;
  width: 30.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fvSub {
  position: relative;
  margin-top: 70px;
  padding: 30px 15px;
}

.fvSub__container {
  display: grid;
  gap: 2rem;
}

.fvSub__content .fvSub__left {
  width: 4rem;
}

.fvSub__content .fvSub__right {
  width: 4rem;
  margin-top: -3rem;
  margin-left: auto;
}

.fvSub__title {
  font-weight: 700;
}

.fvSub__title p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  line-height: 160%;
}

.fvSub__title p span {
  width: 60px;
}

.fvSub__title h2 {
  color: #027FD5;
  font-size: 4rem;
  line-height: 160%;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
}

.fvSub__image {
  position: relative;
  aspect-ratio: 520/360;
}

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

.fvSub__image:after {
  z-index: -1;
  position: absolute;
  top: 2.2rem;
  right: -15px;
  width: 100%;
  height: 100%;
  background: var(--bg-image) no-repeat center center/cover;
  content: "";
  -webkit-filter: blur(25px);
  filter: blur(25px);
  opacity: 0.4;
}

.fvSub__line {
  z-index: -1;
  position: absolute;
  top: 93%;
  left: 0;
  width: 100%;
}

.fvSub__line img {
  width: 100%;
}

/* Header */
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  position: fixed;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 10rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header.change-color {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(33, 122, 188, 0.5);
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: inherit;
  padding-right: 16px;
  padding-left: 16px;
}

.header__logo {
  width: 6.9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__nav {
  display: none;
  height: inherit;
  margin-left: auto;
}

.header__nav.--blue {
  color: #027FD5;
}

.header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  gap: 6.4rem;
}

.header__item {
  height: inherit;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.header__item a,
.header__item p {
  display: grid;
  place-items: center;
  height: inherit;
}

.header__contact {
  display: none;
}

.header__contact a {
  display: grid;
  place-items: center;
  width: 21.1rem;
  min-height: 5.7rem;
  border-radius: calc(infinity * 1px);
  background: #027FD5;
  color: #FFF;
  font-weight: 600;
  font-size: 2rem;
}

.headerSp {
  visibility: hidden;
  z-index: 120;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background: #027FD5;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  /* これで右に隠す↓↓ */
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.headerSp.is-openSP {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}

.headerSp__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210px;
  min-width: 210px;
  margin-inline: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.headerSp__nav {
  width: 160px;
}

.headerSp__items {
  display: grid;
  gap: 27px;
}

.headerSp__item {
  font-weight: 600;
  font-size: 1.6rem;
}

.headerSp__item a,
.headerSp__item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #FFF;
}

.headerSp__item ul {
  display: grid;
  margin-top: 17.5px;
  gap: 13px;
}

.headerSp__item ul li a {
  padding: initial;
  border-bottom: initial;
  font-size: 1.4rem;
}

.headerSp__contact {
  margin-top: 26px;
  font-weight: 600;
  font-size: 1.6rem;
}

.headerSp__contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #FFF;
}

.ideal {
  position: relative;
}

.ideal::after {
  z-index: -1;
  position: absolute;
  top: 57%;
  left: 50%;
  aspect-ratio: 1791/216;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/line.svg) no-repeat center center/contain;
  content: "";
}

.ideal__container {
  display: grid;
  margin-top: 4rem;
  gap: 5.1rem;
}

.ideal__slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.ideal__image {
  aspect-ratio: 480/340;
}

.ideal__image img {
  aspect-ratio: 480/340;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ideal-swiper .swiper-wrapper {
  height: initial;
}

.ideal__pagination {
  position: relative;
  width: 100%;
  height: 3px;
  margin-top: 16px;
  overflow: hidden;
  background-color: #e0e0e0;
}

.ideal__pagination::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.3%;
  height: 100%;
  background-color: #1a73e8;
  content: "";
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}

.ideal__pagination.slide-0::after {
  left: 0;
}

.ideal__pagination.slide-1::after {
  left: 33.3%;
}

.ideal__pagination.slide-2::after {
  left: 66.6%;
}

.ideal__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 80%;
  padding: 2rem 4.5rem;
  gap: 15px;
  border: 1px solid #027FD5;
  border-radius: 50%;
  background: #F7FCFF;
}

.ideal__item:nth-child(2) {
  z-index: 3;
  margin-top: -5rem;
  margin-left: auto;
  border-color: #EE719D;
  background: #FBF8F9;
}

.ideal__item:nth-child(2) .ideal__title {
  color: #EE719D;
}

.ideal__item:nth-child(3) {
  z-index: 2;
  margin-top: -5rem;
  border-color: #FFA847;
  background: #FCF9F7;
}

.ideal__item:nth-child(3) .ideal__title {
  color: #FFA847;
}

.ideal__title {
  color: #027FD5;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
  text-align: center;
}

.item__title {
  color: #027FD5;
}

.item__label {
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.item__main {
  display: grid;
  position: relative;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3.7rem;
  margin-top: 6px;
  padding: 0 1.6rem;
  background: #FFF;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.06em;
}

.item__main::after {
  z-index: -1;
  position: absolute;
  top: 4px;
  right: -4px;
  width: 100%;
  height: 100%;
  background: #027FD5;
  content: "";
}

.job-categories__items {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
}

.job-categories__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 2rem;
}

.job-categories__image {
  aspect-ratio: 380/235;
  text-align: center;
}

.job-categories__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.job-categories__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  color: #027FD5;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 160%;
  text-align: center;
}

.job-categories__title .--point {
  position: relative;
  position: relative;
  aspect-ratio: 1/1;
  width: 1.4rem;
  border-radius: 50%;
  background: #EE719D;
}

.job-categories__title .--point::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #FFFBFD;
  content: "";
}

.job-top {
  padding-bottom: 70px;
}

.job-top__container {
  display: grid;
  gap: 2rem;
}

.job-top__title {
  font-size: 2.4rem;
  line-height: 150%;
  text-align: center;
}

.job-top__title .--blue {
  color: #027FD5;
}

.job-top__title .--pink {
  color: #EE719D;
}

.job-top__left,
.job-top__right {
  width: 3.8rem;
}

.job-top__right {
  margin-left: auto;
}

.megaMenu__btn {
  position: relative;
  padding-right: 1.5rem;
}

.megaMenu__btn::after {
  position: absolute;
  position: absolute;
  top: 46%;
  right: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.megaMenu__btn.--blue::after {
  border-color: #027FD5;
}

.megaMenu__btn:hover::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.megaMenu__container {
  visibility: hidden;
  position: absolute;
  top: 90%;
  left: 50%;
  width: 26.4rem;
  padding: 3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 4px 4px 10px rgba(42, 132, 217, 0.1);
  box-shadow: 4px 4px 10px rgba(42, 132, 217, 0.1);
  color: #333333;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.megaMenu__container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.megaMenu__container::before {
  position: absolute;
  bottom: 99.8%;
  left: 50%;
  width: 15px;
  height: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FFF;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.megaMenu__container.is-visible {
  visibility: visible;
  opacity: 1;
}

.meageMenu__item {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.meageMenu__item a {
  padding: 2rem 0;
  border-top: 1px solid #ccc;
}

.meageMenu__item:first-child a {
  padding-top: initial;
  border-top: initial;
}

.meageMenu__item:last-child a {
  padding-bottom: initial;
}

.navigation-archive .navigation {
  margin-top: 8rem;
  padding-bottom: 2rem;
  text-align: center;
}

.navigation-archive .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}

.navigation-archive .page-numbers {
  display: grid;
  position: relative;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navigation-archive .page-numbers.current {
  background: #027FD5;
  color: #FFF;
}

.navigation-archive .page-numbers.prev::after,
.navigation-archive .page-numbers.next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  background: url(../img/arrow_navigation.svg) no-repeat center center/contain;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navigation-archive .page-numbers.next::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navigation-archive .page-numbers.prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

.new-group {
  position: relative;
}

.new-group__wrapper {
  margin-top: 4rem;
  padding: 3rem 1.5rem;
  border-radius: 20px;
  background: #F7FCFF;
}

.new-group__wrap:last-child {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #E3E3E3;
}

.new-group__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  color: #027FD5;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
}

.new-group__head span {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 2.4rem;
  border-radius: calc(infinity * 1px);
  background: #3DB3DA;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Heebo", sans-serif;
}

.new-group__top {
  margin-top: 3rem;
  text-align: center;
}

.new-group__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  margin-inline: auto;
  padding: 0 10px 5px;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #027FD5 0%, #92D4EA 100%);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: center;
}

.new-group__container {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
}

.new-group__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-group__content:first-child .new-group__label span::before {
  background: url(../img/check_orange.webp) no-repeat center center/contain;
}

.new-group__content:first-child .new-group__feature {
  color: #FFA847;
}

.new-group__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 160%;
}

.new-group__label span {
  position: relative;
  padding-left: 2.8rem;
}

.new-group__label span::before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/check_pink.webp) no-repeat center center/contain;
  content: "";
}

.new-group__boxes {
  height: 100%;
  margin-top: 10px;
  padding: 2rem 1.5rem;
  border-radius: 5px;
  background: #FFF;
}

.new-group__box {
  display: grid;
  gap: 8px;
}

.new-group__feature {
  display: grid;
  place-items: center;
  width: 6.2rem;
  min-height: 3.2rem;
  background: #FCF9F7;
  color: #EE719D;
}

.new-group__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 119.375%;
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
  transform: translate(-50%, -50%) rotate(15deg);
}

.new-group__line img {
  width: 100%;
}

.qa__items {
  margin-top: 4rem;
  border-radius: 20px;
  background: #F1F9FF;
}

.qa__item {
  padding: 0 2.5rem;
  font-size: 1.4rem;
  line-height: 180%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa__question,
.qa__answer {
  position: relative;
  padding-left: 2.8rem;
}

.qa__question::before,
.qa__answer::before {
  position: absolute;
  top: 3.8rem;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "Q.";
  color: #027FD5;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  font-family: "Heebo", sans-serif;
}

.qa__answer::before {
  top: 1.3rem;
  content: "A.";
  color: #EE719D;
}

.qa__question {
  position: relative;
  padding-top: 2.5rem;
  padding-right: 3rem;
  padding-bottom: 2.5rem;
  cursor: pointer;
}

.qa__question .qa__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa__question .qa__toggle::before,
.qa__question .qa__toggle::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #027FD5;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa__question .qa__toggle::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.qa__question.is-active .qa__toggle::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.qa__question span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa__answer {
  display: none;
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #E3E3E3;
}

.qa__answer .--bold {
  font-weight: 700;
}

.recruitment-column__items {
  display: grid;
  margin-top: 6rem;
  gap: 3rem;
}

.recruitment-column__item {
  -webkit-box-shadow: 2px 4px 35px 0px rgba(78, 89, 97, 0.0588235294);
  box-shadow: 2px 4px 35px 0px rgba(78, 89, 97, 0.0588235294);
}

.recruitment-column__image {
  aspect-ratio: 340/240;
}

.recruitment-column__image img {
  aspect-ratio: 340/240;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.recruitment-column__content {
  display: grid;
  padding: 2rem 1.5rem 3rem;
  gap: 1rem;
  background: #FFF;
}

.recruitment-column__day {
  color: #B5B5B5;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 160%;
}

.recruitment-column__title {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  font-size: 2rem;
  line-height: 160%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recruitment-column__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.recruitment-column__category {
  color: #027FD5;
  font-size: 1.4rem;
  line-height: 160%;
}

.recruitment-column__category a {
  display: grid;
  place-items: cetner;
  padding: 0.2rem 1.5rem;
  border-radius: calc(infinity * 1px);
  background: #FBF8F9;
}

.recruitment-column__btn {
  margin-top: 4rem;
}

.renewal__container {
  margin-top: 4rem;
  padding: 3rem 2rem;
  border-radius: 10px;
  background: #FFFBFD;
}

.renewal__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #027FD5;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
}

.renewal__title::before,
.renewal__title::after {
  position: absolute;
  top: 50%;
  width: 1.35rem;
  height: 2.273rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.renewal__title::before {
  right: 102%;
  background: url(../img/title_left.svg) no-repeat center center/cover;
}

.renewal__title::after {
  left: 102%;
  background: url(../img/title_right.svg) no-repeat center center/cover;
}

.renewal__lists {
  display: grid;
  margin-top: 3rem;
  gap: 1rem;
}

.renewal__list {
  position: relative;
  padding-left: 2.8rem;
}

.renewal__list span {
  color: #EE719D;
}

.renewal__list::before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/check_pink.webp) no-repeat center center/contain;
  content: "";
}

.schedule {
  position: relative;
}

.schedule::after {
  z-index: -1;
  position: absolute;
  top: 72%;
  left: 50%;
  aspect-ratio: 1791/216;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/line.svg) no-repeat center center/contain;
  content: "";
}

.schedule__container {
  display: grid;
  gap: 4.7rem;
}

.schedule__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

.schedule__name {
  display: grid;
  position: relative;
  place-items: center;
  width: 20rem;
  height: 5.6rem;
  border: 1px solid #EDA3BD;
  border-radius: calc(infinity * 1px);
  background: #FFF;
  background-position: left center;
  color: #EE719D;
  font-size: 1.6rem;
}

.schedule__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #F1F9FF;
}

.schedule__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
}

.schedule__item span {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  width: 1.6rem;
  border-radius: 20px;
  background: #027FD5;
}

.schedule__item span::after {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #E1F0FA;
  content: "";
}

.schedule__item span::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 11vw;
  height: 1px;
  background: #E3E3E3;
  content: "";
}

.schedule__item:first-child span::before {
  display: none;
}

.schedule__time {
  font-size: 1.2rem;
  line-height: 160%;
  white-space: nowrap;
}

.schedule__value {
  margin-top: 0.7rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.schedule__btn {
  margin-top: 4rem;
}

.service-overview {
  border-radius: 40px;
  background: #F1F9FF;
}

.service-overview__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
  text-align: center;
}

.service-overview__head span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 4rem;
  padding: 2px 2rem;
  border-radius: calc(infinity * 1px);
  background: #EE719D;
  color: #FFF;
}

.service-overview__container {
  padding: 3rem 1.5rem;
  background: #FFF;
}

.service-overview__label {
  display: grid;
  place-items: center;
  min-height: 4.5rem;
  background: #F1F9FF;
  color: #027FD5;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
}

.service-overview__flows {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem;
}

.service-overview__flow {
  position: relative;
}

.service-overview__flow span {
  position: absolute;
  bottom: 2rem;
  bottom: 0.4rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFF;
  font-weight: 700;
  font-size: 0.9rem;
  font-size: 2.6vw;
  line-height: 120%;
  text-align: center;
}

.service-overview__flow:not(:last-child) span {
  bottom: 2rem;
  bottom: 5vw;
}

.service-overview__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-top: 3rem;
  margin-inline: auto;
  gap: 1rem;
}

.service-overview__item {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  height: 100%;
  border: 1px solid #3DB3DA;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 160%;
  text-align: center;
}

.service-overview__bottom {
  max-width: 42.6rem;
  margin-top: 3rem;
  margin-inline: auto;
}

.service-overview__bottom h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 5.7rem;
  margin-top: 5px;
  margin-inline: auto;
  gap: 1rem;
  border-radius: 5px;
  background: #FFA847;
  color: #FFF;
  font-weight: 700;
  font-size: 3rem;
  line-height: 150%;
}

.service-overview__bottom h4 .--year {
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 2px;
  background: #FFF;
  color: #EE719D;
  font-size: 2rem;
  line-height: 150%;
}

.service-overview__bottom h4 .--mini {
  font-size: 2rem;
  line-height: 150%;
}

.service-overview__achive {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: center;
}

.service-overview__achive span {
  font-size: 1.2rem;
}

.service-overview__achive::before,
.service-overview__achive::after {
  position: absolute;
  top: 50%;
  width: 1.35rem;
  height: 2.273rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.service-overview__achive::before {
  right: 102%;
  background: url(../img/achive_left.svg) no-repeat center center/contain;
}

.service-overview__achive::after {
  left: 102%;
  background: url(../img/achive_right.svg) no-repeat center center/contain;
}

.service-overview__annotation {
  margin-top: 1.5rem;
  font-weight: 700;
  line-height: 150%;
}

.service-overview__annotation span {
  color: #B5B5B5;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 150%;
}

.soudan-top__copy {
  color: #027FD5;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 150%;
}

.soudan-top__copy span {
  color: #EE719D;
}

.soudan-top__text {
  margin-top: 2rem;
}

.stresscheck-case {
  position: relative;
  border-radius: 40px 40px 0 0;
  background: #F1F9FF;
}

.stresscheck-case::after {
  position: absolute;
  top: 58%;
  left: 50%;
  aspect-ratio: 1791/216;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/line.svg) no-repeat center center/contain;
  content: "";
}

.stresscheck-case__items {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
}

.stresscheck-case__item {
  position: relative;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 2px 4px 35px 0px rgba(78, 89, 97, 0.0588235294);
  box-shadow: 2px 4px 35px 0px rgba(78, 89, 97, 0.0588235294);
}

.stresscheck-case__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
  text-align: center;
}

.stresscheck-case__title .--blue {
  color: #027FD5;
}

.stresscheck-case__title .--pink {
  padding: 0 5px;
  border-radius: 2px;
  background: #FBF8F9;
  color: #EE719D;
}

.stresscheck-case__text {
  margin-top: 2rem;
}

.stresscheck-case__number {
  position: absolute;
  top: -4rem;
  left: -1rem;
  color: #E3E3E3;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 160%;
  font-family: "Heebo", sans-serif;
}

.stresscheck-flow {
  border-radius: 0 0 40px 40px;
  background: #F1F9FF;
}

.stresscheck-flow__items {
  display: grid;
  position: relative;
  margin-top: 4rem;
  gap: 4rem;
}

.stresscheck-flow__items::after {
  position: absolute;
  top: 0;
  left: 9.5%;
  width: 2px;
  height: 95%;
  background: url(../img/flow_border.webp) no-repeat center center/cover;
  content: "";
}

.stresscheck-flow__item {
  display: grid;
  grid-template-columns: 11.6666666667% 1fr;
  grid-template-columns: 20% 1fr;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
}

.stresscheck-flow__step {
  z-index: 1;
  position: relative;
}

.stresscheck-flow__content {
  padding: 2rem 1rem;
  border-radius: 10px;
  background: #FFF;
}

.stresscheck-flow__title {
  color: #027FD5;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
}

.stresscheck-flow__text {
  margin-top: 1rem;
}

.text-14.stresscheck-flow__text {
  margin-top: 0.5rem;
}

.stresscheck-flow__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

.stresscheck-flow__icons .--icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.stresscheck-flow__item.--step02 .stresscheck-flow__icons .--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stresscheck-flow__item.--step02 .stresscheck-flow__icons .stresscheck-flow__arrow.--double {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.stresscheck-flow__item.--step04 .stresscheck-flow__icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stresscheck-flow__icons:has(.stresscheck-flow__arrow) {
  gap: 0.8rem;
}

.stresscheck-flow__arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.stresscheck-flow__arrow.--double {
  margin: -8rem 0;
}

.stresscheck-other__items {
  display: grid;
  margin-top: 4rem;
  gap: 2rem;
}

.stresscheck-other__item a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.stresscheck-other__image {
  aspect-ratio: 285/320;
}

.stresscheck-other__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stresscheck-other__container {
  display: grid;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  grid-template-columns: 1fr 3rem;
  width: 92.9824561404%;
  gap: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFF;
}

.stresscheck-other__title h3 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
}

.stresscheck-other__title p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
}

.stresscheck-other__welcoco {
  margin-top: 5px;
}

.stresscheck-point__items {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
}

.stresscheck-point__item {
  position: relative;
  padding: 2rem 1.5rem;
  border: 2px solid #9ACCEE;
  border-radius: 16px;
  background: #FFF;
}

.stresscheck-point__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3DB3DA;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stresscheck-point__label span {
  font-size: 3.8rem;
  line-height: 1;
}

.stresscheck-point__title {
  margin-top: 10rem;
  font-size: 1.8rem;
  line-height: 160%;
  text-align: center;
}

.stresscheck-point__lists {
  display: grid;
  margin-top: 2rem;
  padding: 1.5rem 1rem;
  gap: 1rem;
  border-radius: 5px;
  background: #FFFBFD;
}

.stresscheck-point__list {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 160%;
}

.stresscheck-point__list::before {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EE719D;
  content: "";
}

.stresscheck-point__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 18rem;
  border-radius: 0 16px 0 0;
}

.stresscheck-point__icon img {
  border-radius: 0 16px 0 0;
}

.stresscheck-top__wrapper {
  position: relative;
  margin-top: 4rem;
}

.stresscheck-swiper {
  overflow: visible;
}

.stresscheck-swiper .stresscheck-top__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6rem;
  gap: 14.4rem;
}

.stresscheck-swiper .stresscheck-top__button-prev,
.stresscheck-swiper .stresscheck-top__button-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.stresscheck-swiper .stresscheck-top__button-prev.swiper-button-disabled,
.stresscheck-swiper .stresscheck-top__button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.stresscheck-swiper .stresscheck-top__button-prev svg,
.stresscheck-swiper .stresscheck-top__button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.stresscheck-swiper .stresscheck-top__button-prev svg .circle,
.stresscheck-swiper .stresscheck-top__button-next svg .circle {
  fill: #EE719D;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.stresscheck-swiper .stresscheck-top__button-prev svg .arrow,
.stresscheck-swiper .stresscheck-top__button-next svg .arrow {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.stresscheck-swiper .stresscheck-top__button-prev:hover:not(.swiper-button-disabled) svg .circle,
.stresscheck-swiper .stresscheck-top__button-next:hover:not(.swiper-button-disabled) svg .circle {
  fill: #fff;
}

.stresscheck-swiper .stresscheck-top__button-prev:hover:not(.swiper-button-disabled) svg .arrow,
.stresscheck-swiper .stresscheck-top__button-next:hover:not(.swiper-button-disabled) svg .arrow {
  fill: #EE719D;
}

.stresscheck-swiper .stresscheck-top__button-prev::after,
.stresscheck-swiper .stresscheck-top__button-next::after {
  display: none;
}

.stresscheck-swiper .stresscheck-top__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 1.7rem;
  left: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 1.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.stresscheck-swiper .stresscheck-top__pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: initial !important;
  background: #D9D9D9;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.stresscheck-swiper .stresscheck-top__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EDA3BD;
}

.stresscheck-top__wrap {
  display: grid;
  gap: 2rem;
}

.stresscheck-top__image {
  position: relative;
  aspect-ratio: 520/360;
}

.stresscheck-top__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stresscheck-top__image:after {
  z-index: -1;
  position: absolute;
  top: 15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background: var(--bg-image) no-repeat center center/cover;
  content: "";
  -webkit-filter: blur(25px);
  filter: blur(25px);
  opacity: 0.4;
}

.stresscheck-top__title {
  color: #027FD5;
  font-weight: 700;
  font-size: 2rem;
  line-height: 160%;
}

.stresscheck-top__text {
  margin-top: 2rem;
}

.sub-top {
  position: relative;
}

.sub-top::after {
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.19%, #FFFFFF), color-stop(26.17%, #F0FBFF), color-stop(44.34%, #F0FBFF), color-stop(65.19%, #F1F9FF));
  background: linear-gradient(180deg, #FFFFFF 11.19%, #F0FBFF 26.17%, #F0FBFF 44.34%, #F1F9FF 65.19%);
  content: "";
}

.support-about {
  background: #F1F9FF;
}

.support-about__items {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4rem;
  gap: 3rem 1rem;
}

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

.support-about__icon {
  z-index: 1;
  position: relative;
  text-align: center;
}

.support-about__title {
  margin-top: 2rem;
  color: #027FD5;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 150%;
}

.support-about__text {
  margin-top: 1rem;
}

.support-about__line {
  display: none;
  pointer-events: none;
}

.support-content .inner {
  container-name: support-container;
  container-type: inline-size;
}

.support-content__items {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 4rem;
  gap: 3rem 1rem;
}

@container support-container (min-width: 570px) {
  .support-content__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem 2rem;
  }
}

.support-content__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 10px;
  background: #F1F9FF;
}

.support-content__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.support-content__title {
  color: #027FD5;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  white-space: nowrap;
}

.support-content__lists {
  display: grid;
  gap: 6px;
}

.support-content__list {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 160%;
}

.support-content__list::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #EE719D;
  content: "";
}

.support-content__icon {
  margin-top: auto;
}

.support-efect__wrapper {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
}

.support-efect__wrap {
  padding: 3rem 2rem;
  border-radius: 10px;
  background: #EAFAFF;
}

.support-efect__wrap:nth-child(2) {
  background: #F1F9FF;
}

.support-efect__wrap:nth-child(2) .support-efect__head span {
  background: #027FD5;
}

.support-efect__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
}

.support-efect__head span {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 2.4rem;
  border-radius: calc(infinity * 1px);
  background: #3DB3DA;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Heebo", sans-serif;
}

.support-efect__items {
  display: grid;
  margin-top: 3rem;
  gap: 3rem;
}

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

.support-efect__title {
  position: relative;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
}

.support-efect__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8rem;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: calc(infinity * 1px);
  background: #EE719D;
  content: "";
}

.support-efect__image {
  margin-top: 1rem;
}

.support-efect__lists {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
}

.support-efect__list {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

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

.support-efect__content ul {
  display: grid;
  margin-top: 1rem;
  padding: 1.5rem;
  gap: 8px;
  border-radius: 5px;
  background: #FFF;
}

.support-efect__content li {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 160%;
}

.support-efect__content li::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #EE719D;
  content: "";
}

.support-efect__label {
  display: grid;
  grid-template-columns: 2rem 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #027FD5;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
}

.support-efect__label span {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #EE719D;
}

.support-efect__label span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #FFFBFD;
  content: "";
}

.support-point {
  position: relative;
  overflow: hidden;
  background: #F1F9FF;
}

.support-point__items {
  display: grid;
  z-index: 1;
  position: relative;
  margin-top: 4rem;
  padding: 0 15px;
  gap: 4rem;
  counter-reset: point;
}

.support-point__item {
  display: grid;
  gap: 2rem;
}

.support-point__item:nth-child(even) .support-point__image::after {
  right: -15px;
  left: initial;
}

.support-point__image {
  z-index: 1;
  position: relative;
  aspect-ratio: 580/350;
}

.support-point__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.support-point__image:after {
  z-index: -1;
  position: absolute;
  top: 15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background: var(--bg-image) no-repeat center center/cover;
  content: "";
  -webkit-filter: blur(25px);
  filter: blur(25px);
  opacity: 0.4;
}

.support-point__content {
  padding: 5rem 1.2rem 4rem;
  border-radius: 10px;
  background: #FFF;
}

.support-point__title {
  z-index: 1;
  position: relative;
  color: #027FD5;
  font-weight: 700;
  font-size: 2rem;
  line-height: 160%;
}

.support-point__title::after {
  z-index: -1;
  position: absolute;
  top: -3rem;
  left: -1rem;
  content: counter(point, decimal-leading-zero);
  color: #F6F6F6;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.1em;
  counter-increment: point;
}

.support-point__lists {
  margin-top: 2rem;
}

.support-point__list {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 160%;
}

.support-point__list::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #EE719D;
  content: "";
}

.support-point__text {
  margin-top: 1rem;
}

.support-service__container {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
}

.support-service__item {
  border: 2px solid #EE719D;
  border-radius: 10px;
  background: #FFF;
}

.support-service__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 6.1rem;
  padding: 1rem 0;
  border-radius: 6px 6px 0 0;
  background: #EE719D;
  color: #FFF;
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
}

.support-service__title .--dot {
  display: grid;
  position: relative;
  place-items: center;
  padding-bottom: 5px;
}

.support-service__title .--dot::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 3rem);
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(to right, #FFF 0 4px, transparent 4px 8px);
  content: "";
}

.support-service__title .--mini {
  font-size: 1.4rem;
  line-height: 150%;
}

.support-service__content {
  padding: 2rem 1.4rem;
}

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

.support-service__lists {
  display: grid;
  margin-top: 2rem;
  padding: 1rem;
  gap: 5px;
  border-radius: 5px;
  background: #FBF8F9;
}

.support-service__lists h4 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EE719D;
  color: #EE719D;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 160%;
  text-align: center;
}

.support-service__list {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
  line-height: 160%;
}

.support-service__list::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.4rem;
  height: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/checkmark_pink.svg) no-repeat center center/contain;
  content: "";
}

.support-service__dots {
  display: grid;
  margin-top: 20px;
  gap: 2px;
}

.support-service__dot {
  position: relative;
  padding-left: 1em;
}

.support-service__dot::before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EE719D;
  content: "";
}

.support-service__last {
  margin-top: 2px;
  padding-left: 1rem;
}

.support-service__items {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 3rem 1rem;
  gap: 3rem;
  border-radius: 10px;
  background: #F9F9F9;
}

.support-service__items .support-service__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-color: #3DB3DA;
}

.support-service__items .support-service__item .support-service__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 0.5rem;
}

.support-service__items .support-service__item .support-service__lists {
  margin-top: initial;
  background: #F7FCFF;
}

.support-service__items .support-service__item .support-service__list {
  padding-left: 1em;
  font-size: 1.2rem;
}

.support-service__items .support-service__item .support-service__list::before {
  left: -4px;
  background: url(../img/checkmark_blue.svg) no-repeat center center/contain;
}

.support-service__items .support-service__item .support-service__list:last-child::before {
  display: none;
}

.support-service__items .support-service__title {
  background: #3DB3DA;
}

.support-service__items::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 7.5rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/arrow_double.svg) no-repeat center center/contain;
  content: "";
}

.support-service__box {
  height: 100%;
  margin-top: 2rem;
  border-radius: 10px;
  background: #F7FCFF;
}

.support-service__arrows {
  display: grid;
  grid-template-columns: 12.5rem 7.5rem 12.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.support-service__arrow {
  position: relative;
}

.support-service__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 110%;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.support-service__arrow.--pink {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.support-service__arrow.--blue {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.support-serice__circle {
  display: grid;
  place-items: center;
  width: 7.5rem;
  height: 7.5rem;
  margin-inline: auto;
  border-radius: 50%;
  background: #FFA847;
  color: #FFF;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
}

.support-service__wrapper {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
}

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

.support-service__label {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3rem;
  margin-top: 10px;
  margin-inline: auto;
  padding: 2px 2rem;
  border-radius: calc(infinity * 1px);
  background: #027FD5;
  color: #FFF;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
}

.support-service__description {
  margin-top: 9px;
}

.topNews {
  padding-top: 13.2rem;
}

.topNews__slider {
  margin-top: 6.6rem;
  padding-right: 16px;
  padding-left: 16px;
}

.topNews__item {
  padding-bottom: 2.6rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.topNews__image {
  position: relative;
  aspect-ratio: 620/350;
  border: 2px solid #027FD5;
}

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

.topNews__image::after {
  z-index: -1;
  position: absolute;
  top: 4px;
  right: -4px;
  width: 100%;
  height: 100%;
  background: #027FD5;
  content: "";
}

.topNews__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.8rem;
  gap: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.topNews__title {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #027FD5;
}

.topNews__time {
  color: rgba(33, 122, 188, 0.6);
  font-weight: 400;
  font-size: 1.2rem;
}

.topNews__description {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  position: relative;
  -webkit-line-clamp: 3;
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.02em;
}

.topNews__description::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: url(../img/bg_article.webp) no-repeat center center/cover;
  content: "";
  pointer-events: none;
}

.topNews__more {
  z-index: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
  margin-left: auto;
  padding-right: 3rem;
  text-align: right;
}

.topNews__more::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "more";
  color: rgba(33, 122, 188, 0.6);
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.topNews__more::after {
  position: absolute;
  top: 80%;
  right: 0;
  width: 6rem;
  height: 6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #027FD5;
  border-radius: 50%;
  content: "";
}

.topNews__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}

.topNews__btn a {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.topNews__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
  gap: 14px;
}

.topNews__pagination-bullet {
  width: 6px;
  height: 6px;
  border: 1px solid #027FD5;
  border-radius: 50%;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.topNews__pagination-bullet--active {
  background-color: #027FD5;
  /* アクティブな状態の色 */
}

.worries__container {
  display: grid;
  margin-top: 4rem;
  gap: 2rem;
}

.worries__image {
  text-align: center;
}

.worries__items {
  display: grid;
  position: relative;
  padding: 3rem 2rem;
  gap: 1.4rem;
  border-radius: 10px;
  background: #F1F9FF;
}

.worries__item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  padding-bottom: 0.5rem;
  gap: 8px;
  border-bottom: 2px dotted #E3E3E3;
}

.worries__btn {
  margin-top: 4rem;
}

.u-desktop {
  display: none;
}

@media (550px <=width) {
  .stresscheck-flow__item.--step04 .stresscheck-flow__icons {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
  .header__inner {
    zoom: 0.9;
  }

  .ideal__container {
    zoom: 0.9;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .schedule__items {
    zoom: 0.95;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1100 * 100vw);
  }

  body {
    font-size: max(1.6rem, 14px);
  }

  .inner {
    max-width: 1240px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner.--mini {
    max-width: 1120px;
  }

  .pankuz {
    margin-top: 6rem;
  }

  .pankuz__inner {
    max-width: 1380px;
  }

  .section__title p {
    font-size: 1.8rem;
  }

  .section__title h2 {
    font-size: 3.4rem;
  }

  .section {
    padding: 14rem 0;
  }

  .section__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 19rem;
    font-size: 3.4rem;
  }

  .section__head::before,
  .section__head::after {
    width: 5.2rem;
    height: 5.3rem;
  }

  .section__head .--mini {
    margin-top: 1rem;
    font-size: 1.8rem;
  }

  .section__head.--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text {
    font-size: 1.6rem;
  }

  .text__top {
    margin-top: 6rem;
  }

  .text-14 {
    font-size: 1.4rem;
  }

  .analysis-options__container {
    margin-top: 6rem;
    padding: 4rem 8rem;
  }

  .analysis-options__text {
    font-size: 1.8rem;
    text-align: center;
  }

  .counselors__top {
    font-size: 2rem;
  }

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

  .counselors__member {
    padding: 3rem;
  }

  .counselors__name {
    font-size: 2.4rem;
  }

  .counselors__container {
    grid-template-columns: 34.7222222222% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 8.8rem;
    gap: 4rem;
  }

  .counselors__title {
    font-size: 2.4rem;
  }

  .counselors__btns {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
  }

  .counselors__btn a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 4rem;
    gap: 2rem;
  }

  .counselors .other__item {
    grid-template-columns: 22rem 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 6rem;
    gap: 4rem;
  }

  .counselors .other__name {
    font-size: 2.4rem;
  }

  .cta-downlaod {
    padding: 7rem 0;
  }

  .cta-downlaod__container {
    padding: 4rem 8rem;
  }

  .cta-downlaod__title {
    font-size: 2.4rem;
  }

  .cta-downlaod__lists {
    max-width: 594px;
    margin-inline: auto;
  }

  .cta-downlaod__list {
    padding-left: 3.4rem;
    font-size: 1.6rem;
  }

  .cta-downlaod__list::before {
    width: 2.6rem;
    height: 2.8rem;
  }

  .cta__box {
    padding: 5rem 6rem;
  }

  .cta__container {
    padding: 3rem clamp(8rem, -0.8rem + 11.458vi, 15.7rem);
    gap: 3rem;
  }

  .cta__title {
    font-size: 1.8rem;
  }

  .cta__title::after {
    left: 102%;
  }

  .cta__btn {
    font-size: 1.8rem;
  }

  .cta__btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: initial;
    width: 32.1rem;
    max-width: 100%;
    min-height: 7.5rem;
    padding: 0.5em 4rem;
    gap: 4rem;
  }

  .cta__btn.--big a {
    width: 41.6rem;
  }

  .cta__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.1rem;
  }

  .cta__btns .cta__btn a {
    width: 32.6rem;
    min-height: 8rem;
  }

  .cta__btns .cta__btn.--blue a {
    gap: 3.5rem;
  }

  .cta__btns .cta__btn.--blue span {
    width: 3.2rem;
    height: 3.2rem;
  }

  .cta__btns .cta__btn.--pink a {
    gap: 2rem;
  }

  .cta__btns .cta__btn.--pink span {
    width: 4rem;
    height: 4rem;
  }

  .environment__wrapper {
    margin-top: 6rem;
    gap: 8rem;
  }

  .environment__head {
    min-height: 6.3rem;
    font-size: 2.6rem;
  }

  .environment__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .environment__title {
    font-size: 2.6rem;
  }

  .footer__inner {
    max-width: 95%;
    margin-inline: auto;
  }

  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 37.8rem;
    gap: initial;
  }

  .footer__content {
    margin-top: 2.4rem;
    padding: initial;
  }

  .footer__information {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }

  .footer__information.--address {
    margin-top: 8px;
  }

  .footer__information.--tel {
    font-size: 1.6rem;
  }

  .footer__right {
    max-width: 100%;
    margin-left: auto;
    margin-inline: initial;
  }

  .footer__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 54.4rem;
    max-width: 100%;
    gap: 3.2rem;
  }

  .footer__link a {
    font-size: 1.4rem;
  }

  .footer__contact {
    margin-top: 1.85rem;
    margin-left: auto;
  }

  .footer__text {
    margin-top: 8rem;
    text-align: right;
  }

  .fv__logo {
    display: block;
    z-index: 100;
    position: absolute;
    top: 2.9rem;
    left: 3.8rem;
    width: 14.1145833333%;
  }

  .fv__copy {
    top: 50%;
    right: 15.4rem;
    right: 8.0208333333%;
    left: initial;
    width: 46.0416666667%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .fvSub {
    margin-top: 90px;
    margin-top: 170px;
    padding: initial;
    padding-bottom: 8.8rem;
  }

  .fvSub__container {
    grid-template-columns: 52.7642276423% 42.2764227642%;
    max-width: 85.4166666667%;
    margin-left: 6rem;
    gap: 6rem;
  }

  .fvSub__content {
    max-width: initial;
  }

  .fvSub__content .fvSub__left {
    width: 5.6rem;
  }

  .fvSub__content .fvSub__right {
    width: 5.6rem;
  }

  .fvSub__content.in-logo .fvSub__right {
    margin-top: -9rem;
  }

  .fvSub__title {
    margin-top: 4.4rem;
    padding-left: 6rem;
  }

  .fvSub__title h2 {
    font-size: 4.7vw;
  }

  .fvSub__image:after {
    right: -3rem;
  }

  .fvSub__line {
    top: initial;
    bottom: 8.8rem;
  }

  .header {
    height: 90px;
  }

  .header.change-color .header__logo {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }

  .header__inner {
    padding-right: 4.8rem;
    padding-left: 3rem;
  }

  .header__logo {
    width: 14rem;
  }

  .header__nav {
    display: block;
  }

  .header__contact {
    display: block;
    margin-left: 12rem;
  }

  .ideal__container {
    grid-template-columns: 40% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6rem;
  }

  .ideal__container .ideal__slider {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ideal__container .ideal__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .ideal-swiper {
    max-height: 340px;
  }

  .ideal__item {
    width: 35rem;
    padding: 2rem 5.6rem;
  }

  .ideal__item:nth-child(2) {
    margin-top: -27.8rem;
    margin-left: 31.9rem;
  }

  .ideal__item:nth-child(3) {
    margin-top: -13.5rem;
    margin-left: 8.6rem;
  }

  .ideal__title {
    font-size: 2.6rem;
  }

  .item__label {
    font-size: 1.8rem;
  }

  .item__label.--shadow {
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
    -webkit-filter: drop-shadow(0 0 3px rgb(255, 255, 255));
    filter: drop-shadow(0 0 3px rgb(255, 255, 255));
  }

  .item__main {
    min-height: 7.4rem;
    padding: 0 0.5em;
    font-size: 4rem;
    letter-spacing: 0.1em;
  }

  .item__main::after {
    top: 6px;
    right: -6px;
  }

  .job-categories__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6rem;
  }

  .job-categories__title {
    font-size: 2.6rem;
  }

  .job-top__inner {
    max-width: 1081px;
  }

  .job-top__container {
    grid-template-columns: 1fr 48.0307396734%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8.3rem;
  }

  .job-top__title {
    font-size: 3.4rem;
  }

  .job-top__left,
  .job-top__right {
    width: 5.2rem;
  }

  .navigation-archive .navigation {
    margin-top: 10rem;
  }

  .new-group__wrapper {
    margin-top: 6rem;
    padding: 8rem;
  }

  .new-group__wrap:last-child {
    margin-top: 5rem;
    padding-top: 5rem;
  }

  .new-group__head {
    gap: 10px;
    font-size: 2.6rem;
  }

  .new-group__head span {
    width: 4.9rem;
    height: 2.8rem;
    font-size: 1.6rem;
  }

  .new-group__title {
    font-size: 2.2rem;
  }

  .new-group__container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10.9rem;
    gap: 2rem;
  }

  .new-group__label {
    font-size: 1.8rem;
  }

  .new-group__label span {
    padding-left: 3.4rem;
    white-space: nowrap;
  }

  .new-group__label span::before {
    top: 1.3rem;
    width: 2.8rem;
    height: 2.8rem;
  }

  .qa__inner {
    max-width: 1040px;
  }

  .qa__items {
    margin-top: 6rem;
    padding: 5rem 8rem;
  }

  .qa__item {
    font-size: 1.6rem;
  }

  .qa__question,
  .qa__answer {
    padding-left: 3.6rem;
  }

  .qa__question::before,
  .qa__answer::before {
    top: 4rem;
    font-size: 2.6rem;
  }

  .qa__answer::before {
    top: 1.5rem;
  }

  .qa__question {
    padding-right: initial;
  }

  .recruitment-column__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3rem;
  }

  .recruitment-column__title {
    -webkit-line-clamp: 3;
  }

  .recruitment-column__btn {
    margin-top: 6rem;
  }

  .renewal__container {
    padding: 4rem 8rem;
  }

  .renewal__list {
    padding-left: 3.4rem;
    white-space: nowrap;
  }

  .renewal__list::before {
    width: 2.8rem;
    height: 2.8rem;
  }

  .schedule::after {
    top: 50%;
  }

  .schedule__container {
    grid-template-columns: 30% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .schedule__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .schedule__name {
    width: 21.3rem;
    border: initial;
    background: url(../img/fukidashi.webp) no-repeat center center/contain;
    background-position: initial;
    font-size: 1.8rem;
  }

  .schedule__items {
    margin-top: 4rem;
    padding: 2.075vw 2.75vw;
    gap: 2.77vw;
  }

  .schedule__item span {
    width: 2.4rem;
  }

  .schedule__item span::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .schedule__item span::before {
    width: 9rem;
  }

  .schedule__time {
    font-size: 2rem;
  }

  .schedule__btn {
    margin-top: 8rem;
  }

  .service-overview {
    border-radius: 60px;
  }

  .service-overview__head {
    margin-top: 6rem;
    font-size: 2.6rem;
  }

  .service-overview__head span {
    min-height: 4.6rem;
  }

  .service-overview__container {
    padding: 5rem 6.4rem;
  }

  .service-overview__label {
    min-height: 5.2rem;
    font-size: 2.6rem;
  }

  .service-overview__flows {
    max-width: 830px;
    margin-inline: auto;
  }

  .service-overview__flow span {
    font-size: 1.8rem;
    line-height: 150%;
  }

  .service-overview__flow:not(:last-child) span {
    bottom: 5rem;
  }

  .service-overview__items {
    grid-template-columns: repeat(3, 1fr);
    width: 79.8319327731%;
    gap: 1.5rem 2rem;
  }

  .service-overview__item {
    font-size: 1.6rem;
  }

  .service-overview__bottom h4 {
    font-size: 3.8rem;
  }

  .service-overview__bottom h4 .--year {
    height: 3.9rem;
    font-size: 2.6rem;
  }

  .service-overview__bottom h4 .--mini {
    font-size: 2.6rem;
  }

  .service-overview__achive {
    font-size: 2rem;
  }

  .service-overview__achive span {
    font-size: 1.4rem;
  }

  .service-overview__annotation span {
    font-size: 1.4rem;
  }

  .soudan-top__container {
    gap: 8rem;
  }

  .soudan-top__copy {
    font-size: 3.4rem;
  }

  .soudan-top__text {
    margin-top: 4rem;
  }

  .stresscheck-case {
    border-radius: 60px 60px 0 0;
  }

  .stresscheck-case__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6rem;
    gap: 3rem;
  }

  .stresscheck-case__item {
    padding: 5rem 2rem;
  }

  .stresscheck-case__title {
    font-size: 2.6rem;
  }

  .stresscheck-flow {
    border-radius: 0 0 60px 60px;
  }

  .stresscheck-flow__items {
    margin-top: 6rem;
    gap: 6rem;
  }

  .stresscheck-flow__items::after {
    left: 7rem;
    height: 134.6rem;
    background: url(../img/flow_border.webp) no-repeat center center/contain;
  }

  .stresscheck-flow__item {
    grid-template-columns: 11.6666666667% 76.6666666667%;
    grid-template-columns: 14rem 76.6666666667%;
    gap: 4rem;
  }

  .stresscheck-flow__content {
    padding: 2rem 4rem;
  }

  .stresscheck-flow__title {
    font-size: 2.6rem;
  }

  .stresscheck-flow__icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .stresscheck-flow__icons .--icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stresscheck-flow__item.--step02 .stresscheck-flow__icons {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stresscheck-flow__item.--step02 .stresscheck-flow__icons .--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .stresscheck-flow__item.--step04 .stresscheck-flow__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: initial;
  }

  .stresscheck-flow__item.--step05 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stresscheck-flow__arrow {
    -webkit-transform: initial;
    transform: initial;
  }

  .stresscheck-flow__arrow.--double {
    margin: initial;
  }

  .stresscheck-flow__icon {
    max-width: 13.5rem;
  }

  .stresscheck-other__items {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 6rem;
  }

  .stresscheck-other__items:first-of-type {
    grid-template-columns: repeat(3, 1fr);
    max-width: 74.5833333333%;
    margin-inline: auto;
  }

  .stresscheck-point__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6rem;
  }

  .stresscheck-point__item {
    padding: 2rem;
  }

  .stresscheck-point__title {
    margin-top: 12rem;
    font-size: 2.4rem;
  }

  .stresscheck-point__list {
    font-size: 1.6rem;
  }

  .stresscheck-point__list::before {
    top: 1rem;
  }

  .stresscheck-point__icon {
    width: 21rem;
  }

  .stresscheck-top__wrapper {
    margin-top: 6rem;
  }

  .stresscheck-swiper .stresscheck-top__navigation {
    margin-top: 8rem;
  }

  .stresscheck-top__wrap {
    grid-template-columns: 43.3333333333% 45.0833333333%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7.9rem;
  }

  .stresscheck-top__title {
    font-size: 2.6rem;
  }

  .stresscheck-top__text {
    margin-top: 4rem;
  }

  .sub-top::after {
    border-radius: 0 0 60px 60px;
  }

  .support-about__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6rem;
    gap: 13.1rem;
  }

  .support-about__title {
    font-size: 2rem;
  }

  .support-about__line {
    display: block;
    position: absolute;
    left: 50%;
    width: 71.9rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .support-about__line.--top {
    top: 9rem;
  }

  .support-about__line.--middle {
    top: 43%;
  }

  .support-about__line.--bottom {
    top: 77%;
  }

  .support-content__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6rem;
    gap: 4rem 3rem;
  }

  .support-content__item {
    padding: 2rem;
  }

  .support-content__title {
    font-size: 2rem;
  }

  .support-content__list {
    font-size: 1.6rem;
  }

  .support-efect__wrap {
    padding: 4rem 2rem;
  }

  .support-efect__head {
    gap: 10px;
    font-size: 2.6rem;
  }

  .support-efect__head span {
    width: 4.9rem;
    height: 2.8rem;
    font-size: 1.6rem;
  }

  .support-efect__items {
    grid-template-columns: repeat(3, 1fr);
    max-width: 720px;
    margin-top: 4rem;
    margin-inline: auto;
  }

  .support-efect__title {
    font-size: 2rem;
  }

  .support-efect__lists {
    max-width: 800px;
    margin-inline: auto;
  }

  .support-efect__list {
    grid-template-columns: 27.5% 1fr;
    gap: 2.8rem;
  }

  .support-efect__content li {
    font-size: 1.6rem;
  }

  .support-efect__label {
    font-size: 2.4rem;
  }

  .support-point::before,
  .support-point::after {
    position: absolute;
    left: 50%;
    aspect-ratio: 1791/216;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
  }

  .support-point::before {
    top: -45rem;
    background: url(../img/line_support_point01.svg) no-repeat center center/contain;
  }

  .support-point::after {
    bottom: -86rem;
    background: url(../img/line_support_point02.svg) no-repeat center center/contain;
  }

  .support-point__items {
    margin-top: 6rem;
    gap: 6rem;
  }

  .support-point__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: initial;
  }

  .support-point__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .support-point__item:nth-child(even) .support-point__image {
    margin-right: initial;
    margin-left: -8rem;
  }

  .support-point__item:nth-child(even) .support-point__content {
    padding: 4.17vw 12.5vw 4.51vw 8.33vw;
  }

  .support-point__image {
    width: 40.2777777778%;
    max-width: 60rem;
    margin-right: -8rem;
  }

  .support-point__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56.9444444444%;
    min-height: 47rem;
    padding: 4.17vw 8.33vw 4.51vw 11.11vw;
  }

  .support-point__title {
    font-size: 1.8vw;
  }

  .support-point__title::after {
    top: -3.472vw;
    left: -2.77vw;
    font-size: 8rem;
    font-size: 5.55vw;
  }

  .support-point__list {
    font-size: 1.6rem;
  }

  .support-service__container {
    grid-template-columns: 24.8333333333% 12.4166666667% 59.75%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.7rem;
  }

  .support-service__title {
    font-size: 2.4rem;
  }

  .support-service__title .--dot::after {
    width: calc(100% + 6rem);
  }

  .support-service__list {
    font-size: 1.5rem;
  }

  .support-service__list::before {
    width: 1.6rem;
    height: 1.4rem;
  }

  .support-service__items {
    padding: 2rem 3rem;
    gap: 6.1rem;
  }

  .support-service__items .support-service__item .support-service__content {
    padding: 2rem 1.4rem;
  }

  .support-service__items .support-service__item .support-service__list {
    padding-left: 1.5em;
    font-size: 1.5rem;
  }

  .support-service__items .support-service__item .support-service__list::before {
    left: 0;
  }

  .support-service__items::after {
    width: 4.5rem;
    height: 9.5rem;
  }

  .support-service__arrows {
    grid-template-columns: 1fr;
  }

  .support-service__arrow span {
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    line-height: 130%;
    text-align: center;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }

  .support-service__arrow.--pink {
    -webkit-transform: initial;
    transform: initial;
  }

  .support-service__arrow.--blue {
    -webkit-transform: initial;
    transform: initial;
  }

  .support-service__arrow.--blue span {
    left: 60%;
  }

  .support-serice__circle {
    font-size: 2rem;
  }

  .support-service__wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6rem;
    padding: 0 5rem;
    gap: 4rem;
  }

  .support-service__label {
    font-size: 2rem;
  }

  .topNews {
    padding-top: 27.6rem;
  }

  .topNews .section__en {
    top: 18%;
    left: 47.9%;
  }

  .topNews__slider {
    margin-top: 13.4rem;
    padding-right: 2rem;
    padding-left: 18.75%;
  }

  .topNews__item {
    padding-bottom: 5.5rem;
  }

  .topNews__image::after {
    top: 1.5rem;
    right: -1.5rem;
  }

  .topNews__label {
    margin-top: 7.1rem;
    gap: 2rem;
  }

  .topNews__title {
    font-size: 3.2rem;
  }

  .topNews__time {
    font-size: 1.8rem;
  }

  .topNews__description {
    margin-top: 1.8rem;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }

  .topNews__more {
    margin-top: 5.6rem;
    padding-right: 4rem;
  }

  .topNews__more::before {
    font-size: 1.8rem;
  }

  .topNews__more::after {
    width: 11rem;
    height: 11rem;
  }

  .topNews__btn {
    margin-top: 8.5rem;
  }

  .topNews__pagination {
    margin-top: 8rem;
    gap: 10px;
  }

  .topNews__pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .worries__container {
    grid-template-columns: 21.1rem 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 9rem;
    gap: 10rem;
  }

  .worries__image {
    text-align: initial;
  }

  .worries__items {
    padding: 4rem;
  }

  .worries__items::after {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: -4rem;
    width: 9rem;
    height: 7.9rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/arrow_worries.webp) no-repeat center center/contain;
    content: "";
  }

  .worries__item {
    grid-template-columns: 2.6rem 1fr;
  }

  .u-mobile {
    display: none;
  }

  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.4rem;
  }
}

@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }

  .btn a:hover {
    background: #FFF;
    color: #027FD5;
  }

  .btn a:hover span {
    background: #027FD5;
  }

  .btn a:hover span::after {
    background: #FFF;
  }

  .counselors__btn.--pink a:hover {
    color: #EE719D;
  }

  .counselors__btn.--pink a:hover span {
    background: #EE719D;
  }

  .cta__btn a:hover {
    background: #FFF;
    color: #FFA847;
  }

  .cta__btns .cta__btn a:hover {
    background: #FFF;
  }

  .cta__btns .cta__btn.--blue a:hover {
    color: #027FD5;
  }

  .cta__btns .cta__btn.--pink a:hover {
    color: #EE719D;
  }

  .navigation-archive .page-numbers:hover {
    background: #027FD5;
    color: #FFF;
    opacity: 1;
  }

  .navigation-archive .page-numbers.prev:hover::after,
  .navigation-archive .page-numbers.next:hover::after {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

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

.re-new .breadcrumb {
  max-width: calc(1024px + 10%);
  margin: auto;
  padding: 20px 5% 0;
  line-height: 1;
}

.re-new .breadcrumb li {
  display: inline;
  position: relative;
  padding: 0 13px 0 0;
  margin: 0 10px 0 0;
  font-size: 1.4rem;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  color: #999;
}

.re-new .breadcrumb li::after {
  content: "";
  position: absolute;
  top: 40%;
  display: inline-block;
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

.re-new .breadcrumb li:last-child:after {
  content: none;
}