@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  font-size: 4.2666666667vw;
}
@media (min-width: 1040px) {
  body {
    font-size: 16px;
  }
}
body.fixed {
  height: 100%;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
textarea,
select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

a {
  color: #333333;
}

a,
button,
input[type='submit'] {
  transition: 0.3s all ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
button:hover,
input[type='submit']:hover {
  opacity: 0.8;
  color: inherit;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 60%;
}

.is-sp {
  display: block !important;
}
@media (min-width: 1040px) {
  .is-sp {
    display: none !important;
  }
}

.is-pc {
  display: none !important;
}
@media (min-width: 1040px) {
  .is-pc {
    display: block !important;
  }
}

/** ------------------------------------------------------
  レイアウト
 ------------------------------------------------------*/
.main {
  flex-grow: 1;
  padding: 19.2vw 0 16vw;
}
@media (min-width: 1040px) {
  .main {
    padding: 100px 0;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .inner {
    max-width: 1140px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.header {
  position: absolute;
  width: 100%;
  z-index: 20;
  padding: 4.2666666667vw 2.1333333333vw;
}
@media (min-width: 1040px) {
  .header {
    padding: 0;
  }
}

.header__main {
  position: relative;
  background: #f1f4f8;
  padding: 2.6666666667vw 3.2vw;
  border-radius: 8vw;
}
@media (min-width: 1040px) {
  .header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    padding: 22px 20px 10px 27px;
    background: #fff;
    border-radius: 0;
  }
}
@media (min-width: 1040px) {
  .header__main--recruit {
    background: transparent;
  }
}

.header__logo {
  display: block;
  width: 17.6vw;
}
@media (min-width: 1040px) {
  .header__logo {
    min-width: 100px;
    max-width: 100px;
  }
}
@media (min-width: 1140px) {
  .header__logo {
    min-width: 146px;
    max-width: 146px;
  }
}

.header__nav {
  display: none;
}
@media (min-width: 1040px) {
  .header__nav {
    display: flex;
    gap: 0 10px;
  }
}
@media (min-width: 1140px) {
  .header__nav {
    gap: 0 50px;
  }
}
@media (min-width: 1440px) {
  .header__nav {
    gap: 0 80px;
  }
}
@media (min-width: 1040px) {
  .header__nav--recruit .nav__item__link {
    color: #fff;
  }
}
.header__nav .nav {
  display: flex;
  align-items: center;
}
@media (min-width: 1040px) {
  .header__nav .nav {
    gap: 0 20px;
  }
}
@media (min-width: 1140px) {
  .header__nav .nav {
    gap: 0 35px;
  }
}
.header__nav .nav__item {
  position: relative;
}
@media (min-width: 1040px) {
  .header__nav .nav__item__link {
    font-size: 13px;
  }
}
@media (min-width: 1240px) {
  .header__nav .nav__item__link {
    font-size: 14px;
  }
}
.header__nav .nav__item__link--services {
  position: relative;
  width: max-content;
  margin-right: 30px;
  cursor: pointer;
}
.header__nav .nav__item__link--services span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: #f1f4f8;
  border-radius: 9999px;
}
.header__nav .nav__item__link--services span img {
  width: 10px;
}
.header__nav .cta {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.sp__nav .cta__item:first-of-type .btn{
    background-color: #1E293C;
}
.header__nav .cta__item:first-of-type .btn{
    background-color: #1E293C;
}
.header__nav .cta__item .btn {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  border-radius: 8vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .header__nav .cta__item .btn {
    font-size: 13px;
    padding: 10px 10px 10px 20px;
    min-width: 200px;
  }
}
@media (min-width: 1140px) {
  .header__nav .cta__item .btn {
    font-size: 14px;
  }
}

.header__utility {
  display: none;
}
@media (min-width: 1040px) {
  .header__utility {
    display: flex;
    align-items: center;
    justify-content: end;
    background: #f1f4f8;
    padding: 0 10px;
    line-height: 1.3;
  }
}
.header__utility .utility {
  display: flex;
  align-items: center;
}
.header__utility .utility__item {
  position: relative;
  padding: 0 20px;
}
.header__utility .utility__item:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 10px;
  background: #333333;
}
.header__utility .utility__item a {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.header__utility .lang {
  display: flex;
  justify-content: center;
  gap: 0 7px;
}
.header__utility .lang__item.active a {
  color: #dee1e4;
}
.header__utility .lang__item a {
  font-size: 10px;
  font-weight: 500;
}
.header__utility .lang__item a:hover {
  opacity: 1;
  color: #dee1e4;
}

.child-nav {
  display: none;
  position: absolute;
  top: 9.6vw;
  left: 0;
  z-index: 10;
  width: 61.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
  padding: 8vw 5.3333333333vw;
  box-shadow: 0 0 12px 0 #eafaff;
  border: 0.2666666667vw solid #f3f3f3;
}
@media (min-width: 1040px) {
  .child-nav {
    top: 40px;
    width: 248px;
    border-radius: 10px;
    padding: 35px 24px;
    border-width: 1px;
  }
}
.child-nav li {
  margin-bottom: 3.2vw;
}
@media (min-width: 1040px) {
  .child-nav li {
    margin-bottom: 12px;
  }
}
.child-nav li:last-child {
  margin-bottom: 0;
}
.child-nav li a {
  display: block;
  position: relative;
  font-size: 3.7333333333vw;
  padding-right: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .child-nav li a {
    font-size: 14px;
    padding-right: 10px;
  }
}
.child-nav li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 2.4vw;
  height: 3.4666666667vw;
  background: url('../img/global/icon_arrow-blue.svg') no-repeat center/contain;
}
@media (min-width: 1040px) {
  .child-nav li a:before {
    width: 9px;
    height: 13px;
  }
}

.toggle {
  display: block;
  position: absolute;
  top: 6.1333333333vw;
  right: 5.3333333333vw;
  width: 13.3333333333vw;
  height: 6.9333333333vw;
  border-radius: 10.6666666667vw;
  z-index: 30;
  background: #1e293d;
  cursor: pointer;
}
@media (min-width: 1040px) {
  .toggle {
    display: none;
  }
}
.toggle__line {
  position: absolute;
  top: 48%;
  left: 50%;
  display: block;
  width: 3.4666666667vw;
  height: 0.2666666667vw;
  background: #fff;
  transition: all 0.3s ease;
  transform-origin: center;
}
.toggle__line--1 {
  transform: translate(-50%, -1.0666666667vw);
}
.toggle__line--2 {
  transform: translate(-50%, 0px);
}
.toggle__line--3 {
  transform: translate(-50%, 1.0666666667vw);
}
.toggle.open .toggle__line--1 {
  transform: translate(-50%, 0) rotate(-45deg);
}
.toggle.open .toggle__line--2 {
  opacity: 0;
}
.toggle.open .toggle__line--3 {
  transform: translate(-50%, 0) rotate(45deg);
}

.overlay {
  display: none;
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.sp__nav {
  display: none;
  position: fixed;
  top: 19.2vw;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 30;
  padding: 12.2666666667vw 0 26.6666666667vw;
}
@media (min-width: 1040px) {
  .sp__nav__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.sp__nav .nav {
  display: flex;
  flex-direction: column;
  gap: 9.3333333333vw 0;
  width: 66.6666666667vw;
  margin: 0 auto 19.4666666667vw;
  padding-left: 9.0666666667vw;
}
.sp__nav .nav__item {
  position: relative;
}
.sp__nav .nav__item__link {
  font-size: 3.7333333333vw;
  font-weight: 500;
}
.sp__nav .nav__item__link--services {
  position: relative;
  width: max-content;
  cursor: pointer;
  transition: 0.3s ease;
}
.sp__nav .nav__item__link--services:hover {
  opacity: 0.8;
}
.sp__nav .nav__item__link--services span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -8vw;
  transform: translate(0, -50%);
  width: 6.4vw;
  height: 6.4vw;
  background: #f1f4f8;
  border-radius: 9999px;
}
.sp__nav .nav__item__link--services span img {
  width: 2.6666666667vw;
}
.sp__nav .cta {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
  width: 66.6666666667vw;
  margin: 0 auto 18.1333333333vw;
}
.sp__nav .cta .btn__text {
  font-size: 3.2vw;
}
.sp__nav .utility {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7.2vw;
}
.sp__nav .utility__item {
  position: relative;
  padding: 0 5.3333333333vw;
}
.sp__nav .utility__item:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 0.2666666667vw;
  height: 2.6666666667vw;
  background: #333333;
}
.sp__nav .utility__item a {
  font-size: 3.7333333333vw;
  font-weight: 500;
}
.sp__nav .lang {
  display: flex;
  justify-content: center;
  gap: 0 4vw;
}
.sp__nav .lang__item.active a {
  color: #dee1e4;
}
.sp__nav .lang__item a {
  font-size: 3.7333333333vw;
  font-weight: 500;
}

.footer {
  background: #333333;
  width: 100%;
  color: #fff;
  margin-top: auto;
  padding: 16vw 0 10.6666666667vw;
}
@media (min-width: 1040px) {
  .footer {
    padding: 100px 0 27px;
  }
}

.footer__inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .footer__inner {
    flex-direction: row;
    gap: 0 115px;
    margin-bottom: 69px;
    max-width: 1190px;
  }
}

.footer__top {
  margin-bottom: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
  border-bottom: 0.2666666667vw solid #fff;
}
@media (min-width: 1040px) {
  .footer__top {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
}
.footer__top__group {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (min-width: 1040px) {
  .footer__top__group {
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 13px 0;
  }
}

.footer__logo {
  display: block;
  width: 32.2666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .footer__logo {
    width: 148px;
    margin-bottom: 35px;
  }
}

.footer__address,
.footer__company {
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .footer__address,
  .footer__company {
    font-size: 14px;
  }
}

.p-mark {
  display: block;
  width: 15.7333333333vw;
}
@media (min-width: 1040px) {
  .p-mark {
    width: 59px;
  }
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1040px) {
  .footer__nav {
    flex-wrap: unset;
    gap: 0 30px;
  }
}
.footer__nav__group {
  width: 50%;
  margin-top: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .footer__nav__group {
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 1040px) {
  .footer__nav__group:nth-child(4) {
    margin-left: 57px;
  }
}
.footer__nav__group--services {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 1040px) {
  .footer__nav__group--services {
    width: auto;
  }
}
.footer__nav__group--single {
  font-weight: 700;
}
.footer__nav__group--single .footer__nav__list {
  gap: 4vw 0;
}
@media (min-width: 1040px) {
  .footer__nav__group--single .footer__nav__list {
    gap: 15px 0;
  }
}
.footer__nav__title {
  font-size: 3.7333333333vw;
  font-weight: 700;
  margin-bottom: 4vw;
}
@media (min-width: 1040px) {
  .footer__nav__title {
    margin-bottom: 17px;
    padding-bottom: 13px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
}
.footer__nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw 0;
}
@media (min-width: 1040px) {
  .footer__nav__list {
    gap: 10px 0;
  }
}
.footer__nav__item a {
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .footer__nav__item a {
    font-size: 14px;
  }
}

.footer__btm__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8vw;
  font-size: 2.6666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .footer__btm__inner {
    font-size: 10px;
    gap: 0;
    justify-content: space-between;
    max-width: 1190px;
  }
}

/**
英語版対応
 */
@media (min-width: 1040px) {
  .header__nav .nav--en .child-nav {
    width: 280px;
  }
}

.sp__nav .nav--en .child-nav {
  width: 69.3333333333vw;
}

.footer--en .footer__nav {
  flex-wrap: wrap;
}
@media (min-width: 1040px) {
  .footer--en .footer__nav__group {
    white-space: nowrap;
  }
}
@media (min-width: 1040px) {
  .footer--en .footer__nav__group:last-child {
    width: 100%;
  }
}
@media (min-width: 1040px) {
  .footer--en .footer__nav__group:last-child .footer__nav__list {
    flex-direction: row;
    gap: 0 20px;
  }
}

/** ------------------------------------------------------
  コンポーネント
 ------------------------------------------------------*/
.page-header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26.6666666667vw;
  margin-bottom: 2.6666666667vw;
  padding: 4.2666666667vw;
}
@media (min-width: 1040px) {
  .page-header {
    margin-bottom: 16px;
    padding: 65px 20px;
    height: 200px;
  }
}
.page-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 248, 251, 0.9);
}
.page-header .page-header__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.page-header .page-header__title .en {
  font-family: 'Jost', sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1040px) {
  .page-header .page-header__title .en {
    font-size: 42px;
  }
}
.page-header .page-header__title .ja {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .page-header .page-header__title .ja {
    font-size: 16px;
  }
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
  margin-bottom: 8vw;
}
@media (min-width: 1040px) {
  .section-head {
    flex-direction: row;
    align-items: start;
    gap: 0;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
.section-head__description .section-text {
  margin-top: 8vw;
}
@media (min-width: 1040px) {
  .section-head__description .section-text {
    margin-top: 20px;
  }
}
@media (min-width: 1040px) {
  .section-head .btn {
    width: 312px;
  }
}
.section-head .btn .btn__text {
  font-weight: 500;
}

.section-title {
  display: flex;
  align-items: end;
  gap: 0 3.7333333333vw;
}
@media (min-width: 1040px) {
  .section-title {
    gap: 0 30px;
  }
}
.section-title .en {
  font-size: 11.2vw;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  line-height: 1;
}
@media (min-width: 1040px) {
  .section-title .en {
    font-size: 68px;
  }
}
.section-title .ja {
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .section-title .ja {
    font-size: 16px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5.3333333333vw;
  padding: 3.7333333333vw 4vw 3.7333333333vw 5.3333333333vw;
  background: #f7f8fb;
  width: 100%;
  line-height: 1.3;
  border-radius: 8vw;
}
@media (min-width: 1040px) {
  .btn {
    gap: 0 20px;
    padding: 14px 15px 14px 20px;
    border-radius: 30px;
  }
}
.btn:hover {
  /*background: #1e293c;*/
  opacity: 0.8;
}
.btn:hover .btn__text {
  /*color: #fff;*/
}
.btn--blue-500 {
  background: #1274bc;
}
.btn--black {
  background: #333333;
}
.btn--black img:last-child {
  display: none;
}
.btn--black:hover {
  background: #fff !important;
}
.btn--black:hover .btn__text {
  color: #333333 !important;
}
.btn--black:hover .arrow {
  background: #333333 !important;
}
.btn--black:hover .arrow img:first-child {
  display: none;
}
.btn--black:hover .arrow img:last-child {
  display: block;
}
.btn--white {
  background: #fff;
}

.btn__text {
  font-weight: 500;
  color: #333333;
}
.btn__text--jost {
  font-family: 'Jost', sans-serif;
}
.btn__text--blue-100 {
  color: #24afdf;
}
.btn__text--blue-500 {
  color: #1274bc;
}
.btn__text--blue-700 {
  color: #1e293c;
}
.btn__text--white {
  color: #fff;
}
.btn__text--black {
  color: #333333;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 5.3333333333vw;
  border-radius: 2.9333333333vw;
  transition: 0.3s ease;
}
@media (min-width: 1040px) {
  .arrow {
    min-width: 45px;
    max-width: 45px;
    min-height: 20px;
    max-height: 20px;
    border-radius: 11px;
  }
}
.arrow img {
  width: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .arrow img {
    width: 14px;
  }
}
.arrow img.down {
  transform: rotate(90deg);
}
.arrow--lg {
  width: 17.3333333333vw;
}
@media (min-width: 1040px) {
  .arrow--lg {
    min-width: 65px;
    max-width: 65px;
  }
}
.arrow--blue-100 {
  background: #24afdf;
}
.arrow--blue-500 {
  background: #1274bc;
}
.arrow--blue-600 {
  background: #161f66;
}
.arrow--blue-700 {
  background: #0e589b;
}
.arrow--blue-900 {
  background: #1e293c;
}
.arrow--white {
  background: #fff;
}
.arrow--white img {
  fill: #333333;
}

.marker {
  padding: 0.2666666667vw 2.1333333333vw;
  width: max-content;
  background: #24afdf;
  font-size: 5.3333333333vw;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 1040px) {
  .marker {
    padding: 1px 10px;
    font-size: 24px;
  }
}

.tag {
  display: block;
  background: #1274bc;
  color: #fff;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 700;
  padding: 0.5333333333vw 4.2666666667vw;
  border-radius: 8vw;
  width: max-content;
}
@media (min-width: 1040px) {
  .tag {
    padding: 2px 16px;
    font-size: 12px;
    border-radius: 30px;
  }
}

.pagination {
  margin-top: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination .pagination__prev,
.pagination .pagination__next {
  position: relative;
  min-width: 7.4666666667vw;
  max-width: 7.4666666667vw;
  min-height: 7.4666666667vw;
  max-height: 7.4666666667vw;
  border-radius: 9999px;
}
@media (min-width: 1040px) {
  .pagination .pagination__prev,
  .pagination .pagination__next {
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
  }
}
.pagination .pagination__prev:before,
.pagination .pagination__next:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.4vw;
  height: 2.4vw;
  border-top: 0.5333333333vw solid #1274bc;
  border-left: 0.5333333333vw solid #1274bc;
}
@media (min-width: 1040px) {
  .pagination .pagination__prev:before,
  .pagination .pagination__next:before {
    width: 9px;
    height: 9px;
    border-top-width: 2px;
    border-left-width: 2px;
  }
}
.pagination .pagination__prev:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 60%;
}
.pagination .pagination__next:before {
  transform: translate(-50%, -50%) rotate(135deg);
  left: 44%;
}
.pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6666666667vw 8vw;
  font-size: 4.2666666667vw;
  line-height: 1;
}
@media (min-width: 1040px) {
  .pagination ul.page-numbers {
    font-size: 16px;
    gap: 10px 30px;
  }
}
.pagination ul.page-numbers li > a,
.pagination ul.page-numbers li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  border-radius: 9999px;
  font-family: 'Jost', sans-serif;
  color: #1274bc;
}
@media (min-width: 1040px) {
  .pagination ul.page-numbers li > a,
  .pagination ul.page-numbers li > span {
    width: 28px;
    height: 28px;
  }
}
.pagination ul.page-numbers li span.dots {
  border: none;
  padding-bottom: 7px;
}
.pagination ul.page-numbers li span.current {
  background: #1274bc;
  color: #fff;
}
.pagination ul.page-numbers li a.prev,
.pagination ul.page-numbers li a.next {
  border: none;
}
.pagination ul.page-numbers li a:hover:not(.next):not(.prev) {
  background: #1274bc;
  color: #fff;
  opacity: 1;
}

.back {
  display: flex;
  align-items: center;
  gap: 0 4.2666666667vw;
  width: max-content;
}
@media (min-width: 1040px) {
  .back {
    gap: 0 16px;
  }
}
.back .back__text {
  font-family: 'Jost', sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .back .back__text {
    font-size: 16px;
  }
}
.back .back__arrow {
  transform: rotate(180deg);
}

@keyframes auto-slide1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes auto-slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.fade-in {
  opacity: 0;
  transition: 0.5s ease;
}
.fade-in.active {
  opacity: 1;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s ease;
}
.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fade-in-up {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: 0.5s ease;
}
.slide-in-left.active {
  opacity: 1;
  transform: translateX(0);
}

@keyframes slide-in-left {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: 0.5s ease;
}
.slide-in-right.active {
  opacity: 1;
  transform: translateX(0);
}

@keyframes slide-in-right {
  from {
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.feature-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #1274bc;
  background: #fff;
  border-radius: 1.0666666667vw;
  box-shadow: 4px 4px 4px rgba(14, 88, 155, 0.1),
    inset 1px 1px 4px rgba(14, 88, 155, 0.1);
  height: 10.6666666667vw;
  backdrop-filter: blur(10.6666666667vw);
}
@media (min-width: 1040px) {
  .feature-tag {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    backdrop-filter: blur(40px);
  }
}

.swiper .swiper-slide {
  height: auto;
}

.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.6666666667vw;
  position: relative;
  margin-top: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .swiper-nav {
    gap: 0 10px;
    margin-top: 38px;
    justify-content: end;
    max-width: 1140px;
  }
}
@media (min-width: 1040px) {
  .swiper-nav:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    max-width: 948px;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
  }
}
.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 16vw;
  height: 16vw;
  border-radius: 9999px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-top: 0;
}
@media (min-width: 1040px) {
  .swiper-nav .swiper-button-prev,
  .swiper-nav .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
.swiper-nav .swiper-button-prev:after,
.swiper-nav .swiper-button-next:after {
  display: none;
}
.swiper-nav .swiper-button-prev img,
.swiper-nav .swiper-button-next img {
  width: 3.7333333333vw;
  fill: #1274bc;
}
@media (min-width: 1040px) {
  .swiper-nav .swiper-button-prev img,
  .swiper-nav .swiper-button-next img {
    width: 14px;
  }
}
.swiper-nav .swiper-button-prev {
  transform: rotate(180deg);
}

.external-card:hover .img img {
  transform: scale(1.1);
}
.external-card .img {
  margin-bottom: 5.3333333333vw;
  overflow: hidden;
  border-radius: 1.0666666667vw;
  height: 58.1333333333vw;
}
@media (min-width: 1040px) {
  .external-card .img {
    margin-bottom: 20px;
    border-radius: 4px;
    height: 218px;
  }
}
.external-card .img img {
  width: 100%;
  height: 100%;
  border-radius: 1.0666666667vw;
  transition: 0.3s ease;
  object-fit: cover;
}
@media (min-width: 1040px) {
  .external-card .img img {
    border-radius: 4px;
  }
}
.external-card .date {
  font-family: 'Jost', sans-serif;
  font-size: 3.2vw;
}
@media (min-width: 1040px) {
  .external-card .date {
    font-size: 12px;
  }
}

.flow {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1040px) {
  .flow {
    flex-direction: row;
    justify-content: space-between;
  }
}
.flow__item {
  position: relative;
  display: flex;
  align-items: start;
  gap: 0 5.8666666667vw;
  padding-bottom: 13.3333333333vw;
  z-index: 2;
}
@media (min-width: 1040px) {
  .flow__item {
    flex-direction: column;
    gap: 30px 0;
    width: 180px;
    padding-bottom: 0;
  }
}
.flow__item:last-child:before {
  height: 100%;
}
@media (min-width: 1040px) {
  .flow__item:last-child:before {
    height: 1px !important;
  }
}
.flow__item:last-child:after {
  bottom: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .flow__item:last-child:after {
    right: -32px !important;
  }
}
.flow__item:before {
  content: '';
  position: absolute;
  top: -4vw;
  left: 13.3333333333vw;
  width: 0.2666666667vw;
  height: 100%;
  background: #fff;
}
@media (min-width: 1040px) {
  .flow__item:before {
    top: 90px;
    left: -103px;
    width: 314px;
    height: 1px;
  }
}
.flow__item:after {
  content: '';
  position: absolute;
  bottom: 30%;
  left: 12.6666666667vw;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-right: 0.4vw solid #fff;
  border-bottom: 0.4vw solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 1040px) {
  .flow__item:after {
    width: 5px;
    height: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    transform: rotate(-45deg);
    top: 88px;
    bottom: auto !important;
    left: auto;
  }
}
.flow__item .img {
  position: relative;
  min-width: 26.6666666667vw;
  max-width: 26.6666666667vw;
}
@media (min-width: 1040px) {
  .flow__item .img {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}
.flow__item .body {
  color: #fff;
}
.flow__item .body__title {
  margin-bottom: 2.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .flow__item .body__title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 1040px) {
  .flow--4col .flow__item:after {
    right: -67px;
  }
}
@media (min-width: 1040px) {
  .flow--5col .flow__item:after {
    right: -28px;
  }
}
.flow__item:nth-child(1) {
  z-index: 9;
}

.flow__item:nth-child(2) {
  z-index: 8;
}

.flow__item:nth-child(3) {
  z-index: 7;
}

.flow__item:nth-child(4) {
  z-index: 6;
}

.flow__item:nth-child(5) {
  z-index: 5;
}

.flow__item:nth-child(6) {
  z-index: 4;
}

.flow__item:nth-child(7) {
  z-index: 3;
}

.flow__item:nth-child(8) {
  z-index: 2;
}

.flow__item:nth-child(9) {
  z-index: 1;
}

.flow__item:nth-child(10) {
  z-index: 0;
}

/** ------------------------------------------------------
  パンくずリストエリア
 ------------------------------------------------------*/
.breadcrumb-area {
  font-size: 3.2vw;
}
@media (min-width: 1040px) {
  .breadcrumb-area {
    font-size: 12px;
  }
}
.breadcrumb-area__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.breadcrumb-area__list li {
  position: relative;
  padding: 0 3.7333333333vw;
}
@media (min-width: 1040px) {
  .breadcrumb-area__list li {
    padding: 0 14px;
  }
}
.breadcrumb-area__list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-top: 0.2666666667vw solid #333333;
  border-right: 0.2666666667vw solid #333333;
}
@media (min-width: 1040px) {
  .breadcrumb-area__list li:before {
    width: 7px;
    height: 7px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
.breadcrumb-area__list li:first-child {
  padding-left: 0;
}
.breadcrumb-area__list li:last-child:before {
  display: none;
}
.breadcrumb-area__list li a {
  text-decoration: underline;
}

/** ------------------------------------------------------
  CTAエリア
 ------------------------------------------------------*/
.g-cta {
  margin-top: 16vw;
}
@media (min-width: 1040px) {
  .g-cta {
    margin-top: 100px;
  }
}
@media (min-width: 1040px) {
  .g-cta__inner {
    max-width: 1350px;
  }
}
.g-cta__box {
  width: 100%;
  padding: 9.3333333333vw 5.3333333333vw;
  border-radius: 1.0666666667vw;
  background: url('../img/global/bg_cta_sp.png') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .g-cta__box {
    padding: 90px 2% 120px;
    background: url('../img/global/bg_cta_pc.png') no-repeat center/cover;
    border-radius: 10px;
  }
  .g-cta__box--en {
    padding: 110px 2% 110px;
  }
}
.g-cta__title {
  margin-bottom: 5.3333333333vw;
  text-align: center;
  font-size: 8.5333333333vw;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1040px) {
  .g-cta__title {
    margin-bottom: 60px;
    font-size: 48px;
  }
}
.g-cta__title small {
  font-size: 6.4vw;
}
@media (min-width: 1040px) {
  .g-cta__title small {
    font-size: 40px;
  }
}
.g-cta__btn {
  display: flex;
  flex-direction: column;
  gap: 4vw 0;
}
@media (min-width: 1040px) {
  .g-cta__btn {
    flex-direction: row;
    gap: 0 16px;
    justify-content: center;
  }
}
@media (min-width: 1040px) {
  .g-cta__btn__item {
    max-width: 362px;
    width: 100%;
  }
}
.g-cta__btn__item .btn {
  padding: 5.3333333333vw 10.6666666667vw;
  border-radius: 18.6666666667vw;
}
@media (min-width: 1040px) {
  .g-cta__btn__item .btn {
    padding: 28px 20px 28px 30px !important;
    border-radius: 70px;
  }
}
.g-cta__btn__item .btn__text {
  font-size: 5.3333333333vw;
  white-space: nowrap;
}
@media (min-width: 1040px) {
  .g-cta__btn__item .btn__text {
    font-size: 20px !important;
  }
}

.g-cta--en .g-cta__btn__item .btn {
  padding: 3.7333333333vw 4vw 3.7333333333vw 5.3333333333vw;
}
.g-cta--en .g-cta__btn__item .btn__text {
  font-size: 4vw;
}

/** ------------------------------------------------------
  事例エリア
 ------------------------------------------------------*/
.g-cases {
  padding: 10.6666666667vw 0 5.3333333333vw;
  background: #f7f8fb;
}
@media (min-width: 1040px) {
  .g-cases {
    padding: 100px 0;
  }
}

.g-cases__item {
  border-radius: 1.0666666667vw;
  background: #fff;
}
@media (min-width: 1040px) {
  .g-cases__item {
    width: 434px !important;
    border-radius: 8px;
  }
}

.g-cases__item__box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.g-cases__item__box .img {
  height: 57.3333333333vw;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
}
@media (min-width: 1040px) {
  .g-cases__item__box .img {
    height: 260px;
    border-radius: 8px 8px 0 0;
  }
}
.g-cases__item__box .img img {
  width: 100%;
  height: 100%;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  object-fit: cover;
}
@media (min-width: 1040px) {
  .g-cases__item__box .img img {
    border-radius: 8px 8px 0 0;
  }
}
.g-cases__item__box .body {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5.3333333333vw 5.3333333333vw 8vw;
}
@media (min-width: 1040px) {
  .g-cases__item__box .body {
    padding: 40px;
  }
}
.g-cases__item__box .body__title {
  margin-bottom: 3.7333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .g-cases__item__box .body__title {
    margin-bottom: 14px;
    font-size: 18px;
  }
}
.g-cases__item__box .body__text {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .g-cases__item__box .body__text {
    margin-bottom: 36px;
  }
}
.g-cases__item__box .body .btn {
  width: 59.2vw;
  margin: auto auto 0;
}
@media (min-width: 1040px) {
  .g-cases__item__box .body .btn {
    width: 222px;
    margin: auto 0 0;
  }
}

/** ------------------------------------------------------
  事例エリア
 ------------------------------------------------------*/
.g-feature {
  padding: 18.6666666667vw 0 16vw;
}
@media (min-width: 1040px) {
  .g-feature {
    padding: 100px 0;
  }
}

.g-feature__img img {
  width: 100%;
}

.g-feature__box {
  position: relative;
  margin-top: -8vw;
  padding: 10.6666666667vw 5.3333333333vw;
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .g-feature__box {
    margin-top: -70px;
    padding: 60px 95px 100px;
    border-radius: 10px;
  }
}

.g-feature__title {
  width: max-content;
  margin: 0 auto 10.6666666667vw;
  padding-bottom: 2.6666666667vw;
  border-bottom: 0.2666666667vw solid #333333;
  color: #333333;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1040px) {
  .g-feature__title {
    margin-bottom: 60px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    font-size: 32px;
  }
}
.g-feature__title img {
  display: inline-block;
  width: 22.1333333333vw;
  margin-right: 3.4666666667vw;
}
@media (min-width: 1040px) {
  .g-feature__title img {
    width: 87px;
    margin-right: 16px;
  }
}

.g-feature__list {
  display: flex;
  flex-direction: column;
  gap: 7.4666666667vw 0;
}
@media (min-width: 1040px) {
  .g-feature__list {
    gap: 50px 0;
  }
}

.g-feature__item dt {
  display: flex;
  flex-direction: column;
  gap: 1.8666666667vw 0;
  margin-bottom: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .g-feature__item dt {
    gap: 7px 0;
    margin-bottom: 20px;
  }
}

.g-feature__detail {
  display: flex;
  flex-direction: column;
  gap: 11.7333333333vw 0;
}
@media (min-width: 1040px) {
  .g-feature__detail {
    flex-direction: row;
    gap: 0 50px;
  }
}
@media (min-width: 1040px) {
  .g-feature__detail__img {
    flex: 1;
    max-width: 480px;
    margin-top: -50px;
  }
}
.g-feature__detail__img img {
  width: 100%;
}
@media (min-width: 1040px) {
  .g-feature__detail__list {
    min-width: 530px;
    max-width: 530px;
  }
}
.g-feature__detail__list dl {
  padding: 8vw 5.3333333333vw;
  border-top: 0.2666666667vw solid #d6d6d6;
}
@media (min-width: 1040px) {
  .g-feature__detail__list dl {
    padding: 30px;
    border-top-width: 1px;
  }
}
.g-feature__detail__list dl dt {
  width: max-content;
  margin-bottom: 4.2666666667vw;
  padding: 0.5333333333vw 2.6666666667vw;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1040px) {
  .g-feature__detail__list dl dt {
    margin-bottom: 16px;
    padding: 2px 10px;
  }
}
.g-feature__detail__list dl:first-child dt {
  background: #0e589b;
}
.g-feature__detail__list dl:nth-child(2) dt {
  background: #24afdf;
}
.g-feature__detail__list dl:last-child {
  border-bottom: 0.2666666667vw solid #d6d6d6;
}
@media (min-width: 1040px) {
  .g-feature__detail__list dl:last-child {
    border-bottom-width: 1px;
  }
}
.g-feature__detail__list dl:last-child dt {
  background: #1274bc;
}

/** ------------------------------------------------------
  強み
 ------------------------------------------------------*/
.g-point {
  padding: 13.3333333333vw 0 18.6666666667vw;
}
@media (min-width: 1040px) {
  .g-point {
    padding: 100px 0;
  }
}
@media (min-width: 1600px) {
  .g-point {
    padding-bottom: 180px;
  }
}
@media (min-width: 1040px) {
  .g-point .inner {
    max-width: none;
    padding: 0;
  }
}
.g-point__title {
  width: max-content;
  margin: 0 auto 9.3333333333vw;
  border-bottom: 0.2666666667vw solid #0e589b;
  color: #0e589b;
  font-size: 6.4vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .g-point__title {
    margin-bottom: 70px;
    border-bottom-width: 1px;
    font-size: 32px;
  }
}
.g-point__title strong {
  font-size: 10.6666666667vw;
  letter-spacing: 0.05em;
}
@media (min-width: 1040px) {
  .g-point__title strong {
    font-size: 50px;
  }
}
.g-point__title img {
  display: inline-block;
  width: 22.1333333333vw;
  margin-right: 1.3333333333vw;
}
@media (min-width: 1040px) {
  .g-point__title img {
    width: 87px;
    margin-right: 8px;
  }
}
.g-point__box {
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
}
@media (min-width: 1040px) {
  .g-point__box {
    gap: 70px 0;
  }
}
@media (min-width: 1600px) {
  .g-point__box {
    gap: 150px 0;
  }
}
@media (min-width: 1040px) {
  .g-point__section {
    position: relative;
  }
}
.g-point__section .title {
  margin-bottom: 1.3333333333vw;
  font-family: 'Jost', sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 500;
  color: #24afdf;
}
@media (min-width: 1040px) {
  .g-point__section .title {
    max-width: 1140px;
    margin: 0 auto 30px;
    padding: 0 20px;
    font-size: 50px;
  }
}
.g-point__section .img {
  margin-bottom: 11.4666666667vw;
}
@media (min-width: 1040px) {
  .g-point__section .img {
    position: absolute;
    width: 42%;
    margin-bottom: 0;
    z-index: 2;
  }
}
.g-point__section .img img {
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .g-point__section .img img {
    width: 100%;
    border-radius: 4px 0 0 4px;
  }
}
@media (min-width: 1040px) {
  .g-point__section .body {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.g-point__section .body__box {
  background: #f6f6f6;
  margin: 0 -5.3333333333vw;
  padding: 8vw 5.3333333333vw;
}
@media (min-width: 1040px) {
  .g-point__section .body__box {
    position: relative;
    margin: 0;
    border-radius: 4px;
  }
}
.g-point__section .body__lead {
  display: flex;
  flex-direction: column;
  gap: 1.8666666667vw 0;
  margin: -12.8vw 0 6.6666666667vw;
}
@media (min-width: 1040px) {
  .g-point__section .body__lead {
    gap: 10px 0;
    margin: 0 0 43px;
    position: absolute;
    top: -21px;
    left: 0;
    z-index: 3;
  }
}
.g-point__section .body__lead.is-sp {
  display: flex !important;
}
@media (min-width: 1040px) {
  .g-point__section .body__lead.is-sp {
    display: none !important;
  }
}
.g-point__section .body__lead.is-pc {
  display: none !important;
}
@media (min-width: 1040px) {
  .g-point__section .body__lead.is-pc {
    display: flex !important;
  }
}
.g-point__section .btn {
  width: 83.2vw;
  margin: 8vw auto 0;
}
@media (min-width: 1040px) {
  .g-point__section .btn {
    width: 312px;
    margin: 40px 0 0;
  }
}
@media (min-width: 1040px) {
  .g-point__section:nth-child(odd) .img {
    right: 0;
  }
}
@media (min-width: 1040px) {
  .g-point__section:nth-child(odd) .body__box {
    max-width: 720px;
    width: 68%;
  }
}
@media (min-width: 1040px) {
  .g-point__section:nth-child(even) .img {
    left: 0;
  }
}
@media (min-width: 1040px) {
  .g-point__section:nth-child(even) .img img {
    border-radius: 0 4px 4px 0;
  }
}
@media (min-width: 1040px) {
  .g-point__section:nth-child(even) .title {
    display: flex;
    justify-content: end;
    width: 337px;
  }
}
@media (min-width: 1040px) {
  .g-point__section:nth-child(even) .body {
    max-width: 1330px;
    justify-content: end;
  }
}
@media (min-width: 1040px) {
  .g-point__section:nth-child(even) .body__box {
    position: relative;
    right: 0;
    max-width: 800px;
    width: 64%;
  }
}
@media (min-width: 1040px) {
  .g-point__section:nth-child(even) .body__lead {
    left: 80px;
  }
}

/** ------------------------------------------------------
  FAQ
 ------------------------------------------------------*/
.faq {
  background: #f7f8fb;
  padding: 16vw 0;
}
@media (min-width: 1040px) {
  .faq {
    padding: 100px 0 110px;
  }
}
.faq__title {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.1333333333vw 0;
  margin-bottom: 8vw;
  text-align: center;
}
@media (min-width: 1040px) {
  .faq__title {
    margin-bottom: 50px;
    gap: 10px 0;
  }
}
.faq__title .en {
  font-size: 12.8vw;
}
@media (min-width: 1040px) {
  .faq__title .en {
    font-size: 68px;
  }
}
.faq__item {
  border-bottom: 0.2666666667vw solid #c7c7c7;
}
@media (min-width: 1040px) {
  .faq__item {
    border-bottom-width: 1px;
  }
}
.faq__item:first-child {
  border-top: 0.2666666667vw solid #c7c7c7;
}
@media (min-width: 1040px) {
  .faq__item:first-child {
    border-top-width: 1px;
  }
}

.faq-q {
  display: flex;
  justify-content: space-between;
  gap: 0 5.3333333333vw;
  padding: 5.3333333333vw 0;
  cursor: pointer;
}
@media (min-width: 1040px) {
  .faq-q {
    align-items: center;
    padding: 24px 20px;
  }
}
.faq-q__inner {
  display: flex;
  align-items: start;
  gap: 0 6.1333333333vw;
}
@media (min-width: 1040px) {
  .faq-q__inner {
    align-items: center;
    gap: 0 30px;
  }
}
.faq-q.open .faq-q__toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-q__label {
  font-family: 'Optima', serif;
  font-size: 6.4vw;
  color: #1274bc;
}
@media (min-width: 1040px) {
  .faq-q__label {
    font-size: 24px;
  }
}
.faq-q__toggle {
  position: relative;
  min-width: 8.5333333333vw;
  max-width: 8.5333333333vw;
  min-height: 8.5333333333vw;
  max-height: 8.5333333333vw;
  background: #fff;
  border-radius: 9999px;
}
@media (min-width: 1040px) {
  .faq-q__toggle {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
  }
}
.faq-q__toggle:before,
.faq-q__toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1274bc;
  transition: 0.3s ease;
}
.faq-q__toggle:before {
  width: 2.4vw;
  height: 0.2666666667vw;
}
@media (min-width: 1040px) {
  .faq-q__toggle:before {
    width: 9px;
    height: 1px;
  }
}
.faq-q__toggle:after {
  width: 0.2666666667vw;
  height: 2.4vw;
}
@media (min-width: 1040px) {
  .faq-q__toggle:after {
    width: 1px;
    height: 9px;
  }
}
.faq-q__text {
  font-size: 4.2666666667vw;
}
@media (min-width: 1040px) {
  .faq-q__text {
    font-size: 16px;
  }
}

.faq-a {
  display: none;
  padding: 0 0 2.6666666667vw;
}
@media (min-width: 1040px) {
  .faq-a {
    align-items: center;
    padding: 20px 117px 20px 20px;
  }
}
.faq-a__inner {
  display: flex;
  align-items: start;
  gap: 0 6.1333333333vw;
}
@media (min-width: 1040px) {
  .faq-a__inner {
    align-items: center;
    gap: 0 30px;
  }
}
.faq-a__label {
  font-family: 'Optima', serif;
  font-size: 6.4vw;
  color: #24afdf;
}
@media (min-width: 1040px) {
  .faq-a__label {
    font-size: 24px;
  }
}
.faq-a__text {
  font-size: 4.2666666667vw;
}
@media (min-width: 1040px) {
  .faq-a__text {
    font-size: 16px;
  }
}

/** ------------------------------------------------------
  サービスリストエリア
 ------------------------------------------------------*/
.g-services-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1040px) {
  .g-services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
  }
}
.g-services-list__item {
  padding: 2.6666666667vw 0;
  border-bottom: 0.2666666667vw solid #e6e6e6;
}
@media (min-width: 1040px) {
  .g-services-list__item {
    padding: 0 0 10px;
    border-bottom-width: 1px;
  }
}
.g-services-list__item:hover {
  opacity: 0.8;
}
.g-services-list__item .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-services-list__item .body__title {
  font-weight: 700;
}

/** ------------------------------------------------------
  採用情報エリア
 ------------------------------------------------------*/
.g-recruit {
  position: relative;
  padding: 14.4vw 0 7.4666666667vw;
  background: url('../img/global/bg_recruit_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .g-recruit {
    padding: 127px 0;
    background: url('../img/global/bg_recruit_pc.jpg') no-repeat center/cover;
  }
}
.g-recruit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 175, 223, 0.5);
}

.g-recruit__box {
  display: flex;
  flex-direction: column;
  gap: 26.6666666667vw 0;
  position: relative;
}
@media (min-width: 1040px) {
  .g-recruit__box {
    flex-direction: row;
    padding-right: 95px;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
  }
}

.g-recruit__title {
  margin-bottom: 6.4vw;
  color: #fff;
}
@media (min-width: 1040px) {
  .g-recruit__title {
    margin-bottom: 35px;
  }
}
.g-recruit__title .en {
  font-size: 12.8vw;
}
@media (min-width: 1040px) {
  .g-recruit__title .en {
    font-size: 68px;
  }
}

.g-recruit__to-recruit {
  display: flex;
  align-items: center;
  gap: 0 1.8666666667vw;
}
@media (min-width: 1040px) {
  .g-recruit__to-recruit {
    gap: 0 7px;
  }
}

.g-recruit__to-recruit__text {
  color: #fff;
  font-weight: 700;
}

.g-recruit__to-recruit__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background: #fff;
  border-radius: 9999px;
}
@media (min-width: 1040px) {
  .g-recruit__to-recruit__arrow {
    width: 32px;
    height: 32px;
  }
}
.g-recruit__to-recruit__arrow img {
  width: 3.4666666667vw;
  fill: #1274bc;
}
@media (min-width: 1040px) {
  .g-recruit__to-recruit__arrow img {
    width: 13px;
  }
}

.g-recruit__btn {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw 0;
}
@media (min-width: 1040px) {
  .g-recruit__btn {
    gap: 23px 0;
  }
}

@media (min-width: 1040px) {
  .g-recruit__btn__item .btn {
    width: 340px;
  }
}

/** ------------------------------------------------------
  ホーム
 ------------------------------------------------------*/
@media (min-width: 1040px) {
  .main--home {
    padding-top: 133px;
  }
}

.home__header {
  margin-top: 8vw;
}
@media (min-width: 1040px) {
  .home__header {
    margin-top: 30px;
  }
}
.home__header.active .home__header__head .title__lead {
  animation: fade-in-up 0.5s ease 0.1s forwards;
}
.home__header.active .home__header__head .title__img {
  animation: fade-in-up 0.5s ease 0.2s forwards;
}
.home__header.active .home__header__head .lead {
  animation: fade-in-up 0.5s ease 0.3s forwards;
}
.home__header.active .home__header__head .text {
  animation: fade-in-up 0.5s ease 0.4s forwards;
}
.home__header.active .home__header__mv__img {
  animation: fade-in-up 0.5s ease 0.5s forwards;
}
.home__header.active .home__header__mv .scroll {
  animation: fade-in 0.5s ease 0.7s forwards;
}

@media (min-width: 1040px) {
  .home__header__inner {
    max-width: 1380px;
  }
}

.home__header__head {
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 1040px) {
  .home__header__head {
    max-width: 1140px;
    margin: 0 auto 50px;
  }
}
.home__header__head .title {
  position: relative;
  margin-bottom: 11.4666666667vw;
}
@media (min-width: 1040px) {
  .home__header__head .title {
    width: max-content;
    margin-bottom: 48px;
  }
}
.home__header__head .title__lead {
  position: relative;
  display: block;
  font-family: 'Zen Old Mincho', serif;
  font-size: 11.7333333333vw;
  font-weight: 500;
  background: linear-gradient(135deg, #0e589b 0%, #24afdf 58%, #1274bc 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  z-index: 2;
  opacity: 0;
}
@media (min-width: 1040px) {
  .home__header__head .title__lead {
    font-size: 85px;
  }
}
.home__header__head .title__lead small {
  font-size: 8vw;
}
@media (min-width: 1040px) {
  .home__header__head .title__lead small {
    font-size: 59px;
  }
}
.home__header__head .title__img {
  position: absolute;
  top: 10.6666666667vw;
  right: 12.2666666667vw;
  opacity: 0;
}
@media (min-width: 1040px) {
  .home__header__head .title__img {
    top: -19px;
    right: -256px;
  }
}
.home__header__head .title__img img {
  width: 37.8666666667vw;
}
@media (min-width: 1040px) {
  .home__header__head .title__img img {
    width: 250px;
  }
}
.home__header__head .title__img__name {
  position: absolute;
  bottom: 2.6666666667vw;
  right: -4vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1040px) {
  .home__header__head .title__img__name {
    bottom: 28px;
    right: -20px;
    font-size: 14px;
  }
}
.home__header__head .lead {
  margin-bottom: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.6;
  opacity: 0;
}
@media (min-width: 1040px) {
  .home__header__head .lead {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.home__header__head .text {
  font-size: 3.7333333333vw;
  opacity: 0;
}
@media (min-width: 1040px) {
  .home__header__head .text {
    font-size: 16px;
  }
}

.home__header__mv {
  position: relative;
}
.home__header__mv__img {
  border-radius: 1.0666666667vw;
  opacity: 0;
}
@media (min-width: 1040px) {
  .home__header__mv__img {
    border-radius: 10px;
  }
}
.home__header__mv .scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.5333333333vw;
  height: 24.5333333333vw;
  position: absolute;
  top: -12vw;
  right: 5.8666666667vw;
  background: #fff;
  border-radius: 9999px;
  opacity: 0;
}
@media (min-width: 1040px) {
  .home__header__mv .scroll {
    width: 188px;
    height: 188px;
    top: -94px;
    right: 140px;
  }
}
.home__header__mv .scroll__bg {
  width: 20vw;
  height: 20vw;
  border-radius: 9999px;
  background: linear-gradient(0deg, #a5bad5 0%, #e0e9f5 78%, #f3f8ff 100%);
  opacity: 0.6;
}
@media (min-width: 1040px) {
  .home__header__mv .scroll__bg {
    width: 143px;
    height: 143px;
  }
}
.home__header__mv .scroll img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.2666666667vw;
  animation: home-scroll 1s ease alternate infinite;
  opacity: 0;
}
@media (min-width: 1040px) {
  .home__header__mv .scroll img {
    width: 26px;
  }
}
@keyframes home-scroll {
  0% {
    transform: translate(-50%, -45%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -20%);
    opacity: 1;
  }
}

.home__philosophy {
  position: relative;
  overflow-x: clip;
  padding-top: 27.7333333333vw;
}
@media (min-width: 1040px) {
  .home__philosophy {
    padding-top: 220px;
  }
}
.home__philosophy__slogan {
  position: absolute;
  top: 9.3333333333vw;
  font-family: 'Jost', sans-serif;
  display: flex;
  align-items: center;
  left: 0;
  font-weight: 500;
  font-size: 20vw;
  color: rgba(36, 175, 223, 0.062745098);
  white-space: nowrap;
}
@media (min-width: 1040px) {
  .home__philosophy__slogan {
    top: 6px;
    font-size: 205px;
  }
}
.home__philosophy__slogan span {
  display: block;
  animation: auto-slide1 60s -30s linear infinite;
  margin-right: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .home__philosophy__slogan span {
    margin-right: 60px;
  }
}
.home__philosophy__slogan span:last-child {
  animation: auto-slide2 60s linear infinite;
}
.home__philosophy__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw 0;
}
@media (min-width: 1040px) {
  .home__philosophy__inner {
    align-items: start;
    gap: 0;
    padding-bottom: 94px;
  }
}
.home__philosophy__title {
  font-size: 8.5333333333vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (min-width: 1040px) {
  .home__philosophy__title {
    font-size: 50px;
  }
}
.home__philosophy__text {
  line-height: 2;
}
@media (min-width: 1040px) {
  .home__philosophy__text {
    position: absolute;
    top: 108px;
    right: 0;
    width: 100%;
    max-width: 543px;
  }
}

.home__philosophy__achievements {
  margin-top: 10.66vw;
}
@media (min-width: 1040px) {
  .home__philosophy__achievements {
    margin-top: 80px;
  }
}

.home__philosophy__achievements__list {
  display: flex;
  justify-content: center;
  gap: 0 4vw;
}
@media (min-width: 1040px) {
  .home__philosophy__achievements__list {
    gap: 0 80px;
  }
}

.home__philosophy__achievements__list .item {
  color: #1274bc;
  text-align: center;
  font-weight: 700;
}

.home__philosophy__achievements__list .item__title {
  margin-bottom: 2vw;
  font-size: 2.4vw;
  letter-spacing: 0.1em;
}
@media (min-width: 1040px) {
  .home__philosophy__achievements__list .item__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.home__philosophy__achievements__list .item__number {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 1040px) {
  .home__philosophy__achievements__list .item__number {
    flex-direction: row;
    align-items: flex-end;
  }
}

.home__philosophy__achievements__list .item__number__unitEn {
  font-size: 2.8vw;
  letter-spacing: 0.1em;
  text-align: left;
}
@media (min-width: 1040px) {
  .home__philosophy__achievements__list .item__number__unitEn {
    position: relative;
    top: -12px;
    font-size: 20px;
  }
}

.home__philosophy__achievements__list .item__number__box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}

.home__philosophy__achievements__list .item__number__main {
  font-family: 'Jost', sans-serif;
  font-size: 19.78vw;
  letter-spacing: -0.06em;
}
@media (min-width: 1040px) {
  .home__philosophy__achievements__list .item__number__main {
    font-size: 128px;
  }
}

.home__philosophy__achievements__list .item__number__unit {
  position: relative;
  top: -3vw;
  left: 0.5vw;
  font-size: 2.93vw;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (min-width: 1040px) {
  .home__philosophy__achievements__list .item__number__unit {
    top: -18px;
    left: 3px;
    font-size: 20px;
  }
}

.home__philosophy__achievements__list .item__note {
  font-size: 1.86vw;
  font-weight: 400;
  color: #000;
}
@media (min-width: 1040px) {
  .home__philosophy__achievements__list .item__note {
    font-size: 12px;
  }
}

.home__supporter {
  padding-top: 6.93vw;
}
@media (min-width: 1040px) {
  .home__supporter {
    padding-top: 40px;
  }
}
.home__supporter__title {
  position: relative;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .home__supporter__title {
    margin-bottom: 40px;
  }
}
.home__supporter__title span {
  display: block;
  position: relative;
  width: max-content;
  padding-right: 3.7333333333vw;
  font-weight: 700;
  background: #fff;
}
@media (min-width: 1040px) {
  .home__supporter__title span {
    padding-right: 27px;
    font-size: 20px;
  }
}
.home__supporter__title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 0.2666666667vw;
  background: linear-gradient(
    135deg,
    #24afdf 0%,
    #20a1d7 24%,
    #1274bc 43%,
    #0e589b 100%
  );
}
@media (min-width: 1040px) {
  .home__supporter__title:before {
    height: 1px;
  }
}
.home__supporter__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .home__supporter__list {
    grid-template-columns: repeat(7, 1fr);
    gap: 14px 8px;
  }
}
.home__supporter__list li img {
  width: 100%;
}

.home__resource {
  padding-top: 16vw;
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .home__resource {
    padding-top: 149px;
    margin-bottom: 100px;
  }
}
.home__resource__box {
  position: relative;
  padding: 8vw 4vw 4.5333333333vw;
  background: url('../img/page/home/bg_resource_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .home__resource__box {
    padding: 80px 80px 58px;
    background: url('../img/page/home/bg_resource_pc.jpg') no-repeat
      center/cover;
  }
}
.home__resource__box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.home__resource__box__inner {
  position: relative;
}
.home__resource__title {
  position: relative;
  margin-bottom: 5.3333333333vw;
  padding: 6.6666666667vw 8vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(
    -71deg,
    #0e589b 0%,
    #1f9bd0 45%,
    #24afdf 58%,
    #1274bc 100%
  );
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .home__resource__title {
    margin-bottom: 24px;
    padding: 34px;
    border-radius: 4px;
  }
}
.home__resource__title:before,
.home__resource__title:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.2666666667vw;
  height: 90%;
  background: #fff;
}
@media (min-width: 1040px) {
  .home__resource__title:before,
  .home__resource__title:after {
    width: 1px;
  }
}
.home__resource__title:before {
  left: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .home__resource__title:before {
    left: 10px;
  }
}
.home__resource__title:after {
  right: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .home__resource__title:after {
    right: 10px;
  }
}
.home__resource__title__main {
  display: block;
  font-size: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .home__resource__title__main {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.home__resource__title__text {
  display: block;
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .home__resource__title__text {
    font-size: 14px;
  }
}
.home__resource__occupation__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.9333333333vw;
  position: relative;
}
@media (min-width: 1040px) {
  .home__resource__occupation__list {
    width: 100%;
    max-width: 830px;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0 auto;
  }
}
.home__resource__occupation .etc {
  margin-top: 1.0666666667vw;
  text-align: right;
  font-size: 3.2vw;
  font-weight: 700;
  color: #1274bc;
}
@media (min-width: 1040px) {
  .home__resource__occupation .etc {
    margin-top: -23px;
    font-size: 14px;
  }
}

.home__worry {
  padding: 13.3333333333vw 0 16vw;
  background: url('../img/page/home/bg_worry_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .home__worry {
    padding: 80px 0;
    background: url('../img/page/home/bg_worry_pc.jpg') no-repeat center/cover;
  }
}
.home__worry__title {
  margin-bottom: 10.6666666667vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (min-width: 1040px) {
  .home__worry__title {
    margin-bottom: 80px;
  }
}
.home__worry__title small {
  display: block;
  font-size: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .home__worry__title small {
    font-size: 24px;
  }
}
.home__worry__title span {
  display: block;
  font-size: 6.4vw;
  line-height: 1.6;
}
@media (min-width: 1040px) {
  .home__worry__title span {
    font-size: 32px;
  }
}
.home__worry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.9333333333vw;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .home__worry__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 80px;
  }
}
.home__worry__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6666666667vw 0;
  padding: 5.3333333333vw 4vw;
  background: #fff;
  border-radius: 1.0666666667vw;
  text-align: center;
}
@media (min-width: 1040px) {
  .home__worry__item {
    gap: 10px 0;
    padding: 40px 40px 30px;
    border-radius: 10px;
  }
}
.home__worry__item dt {
  color: #24afdf;
  font-weight: 700;
}
.home__worry__item dt span {
  font-family: 'Jost', sans-serif;
  margin-left: 1.0666666667vw;
  font-size: 4.8vw;
}
@media (min-width: 1040px) {
  .home__worry__item dt span {
    margin-left: 4px;
    font-size: 18px;
  }
}
.home__worry__item dd {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home__worry__item dd p {
  font-weight: 500;
  line-height: 1.7;
}
.home__worry__item dd img {
  width: 21.0666666667vw;
  margin: auto auto 0;
}
@media (min-width: 1040px) {
  .home__worry__item dd img {
    margin-top: 19px;
    width: 146px;
  }
}
.home__worry__text {
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.6;
}
@media (min-width: 1040px) {
  .home__worry__text {
    font-size: 32px;
  }
}

.home__point__title {
  width: max-content;
  margin: 0 auto 9.3333333333vw;
  border-bottom: 0.2666666667vw solid #0e589b;
  color: #0e589b;
  font-size: 6.4vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .home__point__title {
    margin-bottom: 60px;
    border-bottom-width: 1px;
    font-size: 32px;
  }
}
.home__point__title strong {
  font-size: 10.6666666667vw;
  letter-spacing: 0.05em;
}
@media (min-width: 1040px) {
  .home__point__title strong {
    font-size: 50px;
  }
}
.home__point__title img {
  display: inline-block;
  width: 22.1333333333vw;
  margin-right: 1.3333333333vw;
}
@media (min-width: 1040px) {
  .home__point__title img {
    width: 87px;
    margin-right: 8px;
  }
}
@media (min-width: 1040px) {
  .home__point .g-point__section:first-child .img {
    top: 30px;
  }
}
@media (min-width: 1040px) {
  .home__point .g-point__section:first-child .body__box {
    padding: 163px 95px 63px 53px;
  }
}
@media (min-width: 1040px) {
  .home__point .g-point__section:nth-child(2) .img {
    top: 24px;
  }
}
@media (min-width: 1040px) {
  .home__point .g-point__section:nth-child(2) .body__box {
    padding: 168px 55px 39px 80px;
  }
}
@media (min-width: 1040px) {
  .home__point .g-point__section:last-child .img {
    top: 22px;
  }
}
@media (min-width: 1040px) {
  .home__point .g-point__section:last-child .body__box {
    padding: 115px 95px 94px 53px;
  }
}

.home__services {
  margin-bottom: 14.6666666667vw;
}
@media (min-width: 1040px) {
  .home__services {
    margin-bottom: 100px;
  }
}
.home__services .section-head {
  margin-bottom: 8vw;
  padding-bottom: 8vw;
  border-bottom: 0.2666666667vw solid #e6e6e6;
}
@media (min-width: 1040px) {
  .home__services .section-head {
    padding-bottom: 34px;
    margin-bottom: 64px;
    border-bottom-width: 1px;
  }
}
.home__services__box {
  margin: 0 5.3333333333vw 8vw;
  padding: 12vw 0;
  background: #f7f8fb;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .home__services__box {
    max-width: 1310px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 100px;
    border-radius: 10px;
  }
}
.home__services__box .g-services-list__item .body .arrow {
  background: #1274bc;
}
.home__services__list {
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
}
@media (min-width: 1040px) {
  .home__services__list {
    gap: 60px 0;
  }
}
.home__services__section__title {
  position: relative;
  margin-bottom: 8vw;
  font-family: 'Jost', sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 500;
  line-height: 1;
  color: #1274bc;
}
@media (min-width: 1040px) {
  .home__services__section__title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.home__services__section__title:before {
  content: '';
  position: absolute;
  bottom: 1.0666666667vw;
  left: 0;
  width: 100%;
  height: 0.2666666667vw;
  background: #e6e6e6;
}
@media (min-width: 1040px) {
  .home__services__section__title:before {
    bottom: 4px;
    height: 1px;
  }
}
.home__services__section__box {
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
}
@media (min-width: 1040px) {
  .home__services__section__box {
    flex-direction: row;
    align-items: center;
    gap: 0 40px;
  }
}
.home__services__section__box .img {
  border-radius: 0.8vw;
}
@media (min-width: 1040px) {
  .home__services__section__box .img {
    border-radius: 8px;
    min-width: 434px;
    max-width: 434px;
  }
}
@media (min-width: 1040px) {
  .home__services__section__box .body {
    flex: 1;
  }
}
.home__services__section__box .body__title {
  margin-bottom: 5.3333333333vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .home__services__section__box .body__title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.home__support-flow {
  padding-top: 23.2vw;
}
@media (min-width: 1040px) {
  .home__support-flow {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding-top: 100px;
  }
}
@media (min-width: 1040px) {
  .home__support-flow__inner {
    max-width: none;
  }
}
.home__support-flow__box {
  padding: 10.6666666667vw 5.3333333333vw;
  background: #24afdf;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .home__support-flow__box {
    padding: 80px 60px 66px;
    border-radius: 10px;
  }
}
@media (min-width: 1040px) {
  .home__support-flow__box .flow__item:after {
    right: -32px;
  }
}
.home__support-flow__title {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin-bottom: 9.3333333333vw;
}
@media (min-width: 1040px) {
  .home__support-flow__title {
    margin-bottom: 68px;
  }
}

.home__tech-lab {
  padding-top: 16vw;
}
@media (min-width: 1040px) {
  .home__tech-lab {
    padding-top: 100px;
  }
}
.home__tech-lab__list {
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
}
@media (min-width: 1040px) {
  .home__tech-lab__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
  }
}

.home__dictionary {
  padding: 21.3333333333vw 0 0;
}
@media (min-width: 1040px) {
  .home__dictionary {
    padding: 100px 0 0;
  }
}
.home__dictionary .section-title {
  align-items: start;
  flex-direction: column;
  gap: 2.6666666667vw 0;
}
@media (min-width: 1040px) {
  .home__dictionary .section-title {
    flex-direction: row;
    align-items: end;
    gap: 0 30px;
  }
}
@media (min-width: 1040px) {
  .home__dictionary .section-text {
    margin-top: 49px;
  }
}
.home__dictionary__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw 2.6666666667vw;
}
@media (min-width: 1040px) {
  .home__dictionary__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
.home__dictionary__item a {
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 2.6666666667vw;
  border: 0.2666666667vw solid #1274bc;
  color: #1274bc;
  border-radius: 10.6666666667vw;
  line-height: 1;
}
@media (min-width: 1040px) {
  .home__dictionary__item a {
    padding: 10px;
    border-width: 1px;
    border-radius: 40px;
  }
}

.home__about {
  margin: 21.3333333333vw 5.3333333333vw 16vw;
  padding: 16vw 0;
  background: #f7f8fb;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .home__about {
    width: 100%;
    max-width: 1360px;
    margin: 100px auto;
    padding: 70px 0 72px;
    border-radius: 10px;
  }
}
.home__about__title {
  align-items: start;
  flex-direction: column;
  gap: 2.6666666667vw 0;
  margin-bottom: 8vw;
}
@media (min-width: 1040px) {
  .home__about__title {
    flex-direction: row;
    align-items: end;
    gap: 0 30px;
    margin-bottom: 90px;
  }
}
.home__about__list {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 1040px) {
  .home__about__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.home__about__item {
  display: block;
  position: relative;
  padding: 4vw;
  border-radius: 1.0666666667vw;
  background: #fff;
  transition: 0.3s ease;
  overflow: hidden;
}
@media (min-width: 1040px) {
  .home__about__item {
    padding: 30px;
    border-radius: 10px;
  }
}
.home__about__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.0666666667vw;
  background: rgba(18, 116, 188, 0.5);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 2;
}
.home__about__item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.0666666667vw;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 1040px) {
  .home__about__item .img {
    border-radius: 10px;
  }
}
.home__about__item .img img {
  border-radius: 1.0666666667vw;
  transition: 0.3s ease;
}
@media (min-width: 1040px) {
  .home__about__item .img img {
    border-radius: 10px;
  }
}
.home__about__item .label {
  position: relative;
  width: 9.6vw;
  height: 9.6vw;
  margin-bottom: 2.6666666667vw;
  transition: 0.3s ease;
  z-index: 3;
}
@media (min-width: 1040px) {
  .home__about__item .label {
    width: 60px;
    height: 60px;
    margin-bottom: 155px;
  }
}
.home__about__item .label__bg {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(-25deg, #a5bad5 0%, #b9cadf 52%, #f3f8ff 100%);
  opacity: 0.3;
}
.home__about__item .label__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Jost', sans-serif;
  font-size: 3.2vw;
}
@media (min-width: 1040px) {
  .home__about__item .label__text {
    font-size: 20px;
  }
}
.home__about__item .title {
  position: relative;
  transition: 0.3s ease;
  z-index: 3;
}
.home__about__item .title .en {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1040px) {
  .home__about__item .title .en {
    font-size: 32px;
  }
}
.home__about__item .title .ja {
  display: block;
  font-size: 3.4666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .home__about__item .title .ja {
    font-size: 16px;
  }
}
.home__about__item .arrow {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  z-index: 3;
}
@media (min-width: 1040px) {
  .home__about__item .arrow {
    right: 30px;
    bottom: 30px;
  }
}
.home__about__item .arrow img:last-child {
  display: none;
}
.home__about__item:hover {
  opacity: 1;
}
.home__about__item:hover:before {
  opacity: 1;
}
.home__about__item:hover .img {
  opacity: 1;
}
.home__about__item:hover .label__text {
  color: #fff;
}
.home__about__item:hover .title .en,
.home__about__item:hover .title .ja {
  color: #fff;
}
.home__about__item:hover .arrow {
  background: #fff;
}
.home__about__item:hover .arrow img:first-child {
  display: none;
}
.home__about__item:hover .arrow img:last-child {
  display: block;
}

.home__news {
  padding-top: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .home__news {
    padding-top: 100px;
  }
}
.home__news__title {
  margin-bottom: 12.5333333333vw;
}
@media (min-width: 1040px) {
  .home__news__title {
    margin-bottom: 50px;
  }
}
.home__news__item {
  border-bottom: 0.2666666667vw solid #dcdcdc;
  position: relative;
}
@media (min-width: 1040px) {
  .home__news__item {
    border-bottom-width: 1px;
  }
}
.home__news__item a {
  display: flex;
  flex-direction: column;
  gap: 4vw 0;
  padding: 5.3333333333vw 0 6.6666666667vw;
}
@media (min-width: 1040px) {
  .home__news__item a {
    flex-direction: row;
    gap: 0 103px;
    padding: 36px 0;
  }
}
.home__news__item a .meta {
  display: flex;
  align-items: center;
  gap: 0 10.6666666667vw;
}
@media (min-width: 1040px) {
  .home__news__item a .meta {
    min-width: 220px;
    max-width: 220px;
    gap: 0 40px;
  }
}
.home__news__item a .meta__date {
  font-family: 'Jost', sans-serif;
  font-size: 3.2vw;
}
@media (min-width: 1040px) {
  .home__news__item a .meta__date {
    font-size: 12px;
  }
}
@media (min-width: 1040px) {
  .home__news__item a .title {
    flex: 1;
    padding-right: 120px;
  }
}
.home__news__item a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4vw;
  right: 0;
  background: #f7f8fb;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  border-radius: 9999px;
}
@media (min-width: 1040px) {
  .home__news__item a .icon {
    top: 50%;
    transform: translate(0, -50%);
    width: 32px;
    height: 32px;
  }
}
.home__news__item a .icon img {
  width: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .home__news__item a .icon img {
    width: 14px;
  }
}
.home__news .btn {
  width: 59.2vw;
  margin: 8vw auto 0;
}
@media (min-width: 1040px) {
  .home__news .btn {
    width: 222px;
    margin: 60px 0 0 auto;
  }
}

@media (min-width: 1040px) {
  .main--home--en .home__header__head .title--en {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 48px;
  }
}
.main--home--en .home__header__head .title__lead--en {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}
@media (min-width: 1040px) {
  .main--home--en .home__header__head .title__lead--en {
    display: inline-block;
    position: relative;
    font-size: 120px;
  }
}
@media (min-width: 1040px) {
  .main--home--en .home__header__head .title__lead--en small {
    font-size: 56px;
  }
}
@media (min-width: 1040px) {
  .main--home--en .home__header__head .title__lead--en:first-of-type {
    top: -33px;
    left: 255px;
  }
}
@media (min-width: 1040px) {
  .main--home--en .home__header__head .title__lead--en:nth-of-type(2) {
    top: 70px;
    right: 21px;
    left: auto;
  }
}
.main--home--en .home__header__head .title__img--en {
  right: 6.4vw;
}
@media (min-width: 1040px) {
  .main--home--en .home__header__head .title__img--en {
    right: auto;
    left: 0;
  }
}
.main--home--en .home__point .g-point__section .body__lead .marker {
  font-size: 4.2666666667vw;
}
@media (min-width: 1040px) {
  .main--home--en .home__point .g-point__section .body__lead .marker {
    font-size: 24px;
  }
}
@media (min-width: 1040px) {
  .main--home--en .home__support-flow .flow__item .body__title {
    display: flex;
    align-items: center;
    height: 72px;
  }
}
.main--home--en .home__news__title {
  margin-bottom: 0;
}
@media (min-width: 1040px) {
  .main--home--en .home__news .btn {
    margin-top: -58px;
  }
}

/** ------------------------------------------------------
  サービス共通
 ------------------------------------------------------*/
.services .page-header {
  background: url('../img/page/services/main_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .services .page-header {
    background: url('../img/page/services/main_pc.jpg') no-repeat center/cover;
  }
}

.breadcrumb--services {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .breadcrumb--services {
    margin-bottom: 73px;
  }
}

.page-body--services {
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .page-body--services {
    margin-bottom: 0;
  }
}

.services__section__lead {
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
  margin-bottom: 8vw;
}
@media (min-width: 1040px) {
  .services__section__lead {
    flex-direction: row;
    align-items: center;
    gap: 0 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1040px) {
  .services__section__lead__head {
    max-width: 570px;
  }
}
.services__section__lead__head h2 {
  position: relative;
  margin-bottom: 2.6666666667vw;
  padding-left: 8vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #24afdf;
}
@media (min-width: 1040px) {
  .services__section__lead__head h2 {
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 28px;
  }
}
.services__section__lead__head h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: #24afdf;
  border-radius: 9999px;
}
@media (min-width: 1040px) {
  .services__section__lead__head h2:before {
    width: 10px;
    height: 10px;
  }
}
.services__section__lead__img {
  width: 100%;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .services__section__lead__img {
    flex: 1;
    border-radius: 4px;
    max-width: 470px;
  }
}

/** ------------------------------------------------------
  HRコンサルティング/PRO
 ------------------------------------------------------*/
.services__plans {
  background: #f6f6f6;
  border-radius: 1.0666666667vw;
  padding: 8vw 5.3333333333vw;
}
@media (min-width: 1040px) {
  .services__plans {
    padding: 60px 40px;
    border-radius: 4px;
  }
}
.services__plans__title {
  margin-bottom: 5.3333333333vw;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 1040px) {
  .services__plans__title {
    flex-direction: row;
    align-items: end;
    margin-bottom: 40px;
  }
}
.services__plans__text {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .services__plans__text {
    margin-bottom: 40px;
  }
}
.services__plans__list {
  display: flex;
  flex-direction: column;
  gap: 3.2vw 0;
}
@media (min-width: 1040px) {
  .services__plans__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}
.services__plans__item {
  padding: 5.3333333333vw;
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .services__plans__item {
    padding: 25px 10px;
    border-radius: 10px;
  }
}
.services__plans__item .title {
  margin-bottom: 2.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .services__plans__item .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
}
.services__plans__item .text {
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .services__plans__item .text {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 14px;
  }
}

.services__hr-consulting {
  padding-top: 13.3333333333vw;
}
@media (min-width: 1040px) {
  .services__hr-consulting {
    padding-top: 100px;
  }
}

.services__rpo {
  padding-top: 13.3333333333vw;
}
@media (min-width: 1040px) {
  .services__rpo {
    padding-top: 80px;
  }
}
.services__rpo__feature {
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .services__rpo__feature {
    gap: 40px;
    margin-bottom: 60px;
  }
}
.services__rpo__feature__item dt {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .services__rpo__feature__item dt {
    flex-direction: row;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 16px;
  }
}
.services__rpo__feature__item dt span {
  display: block;
  width: max-content;
  background: linear-gradient(
    80deg,
    #0e589b 0%,
    #1274bc 24%,
    #20a1d7 76%,
    #24afdf 100%
  );
  color: #fff;
  font-weight: 700;
  padding: 0.5333333333vw 4.2666666667vw;
}
@media (min-width: 1040px) {
  .services__rpo__feature__item dt span {
    padding: 2px 16px;
  }
}
.services__rpo__feature__item dt p {
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .services__rpo__feature__item dt p {
    font-size: 14px;
  }
}
.services__rpo__feature__item dd ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .services__rpo__feature__item dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.services__rpo__feature__item dd ul .feature-tag {
  font-size: 3.7333333333vw;
  color: #24afdf;
}
@media (min-width: 1040px) {
  .services__rpo__feature__item dd ul .feature-tag {
    width: 170px;
    font-size: 14px;
  }
}

@media (min-width: 1040px) {
  .main--hr-consulting-rpo--en .services__plans__item .title {
    font-size: 18px;
  }
}

/** ------------------------------------------------------
  LinkedIn製品活用支援
 ------------------------------------------------------*/
.services__linkedin {
  padding-top: 13.3333333333vw;
}
@media (min-width: 1040px) {
  .services__linkedin {
    padding-top: 60px;
  }
}

.linkedin__about {
  padding: 8vw 0 16vw;
  background: url('../img/page/services/linkedin/bg_about-linkedin_sp.png')
    no-repeat center/cover;
}
@media (min-width: 1040px) {
  .linkedin__about {
    padding: 96px 0 104px;
    background: url('../img/page/services/linkedin/bg_about-linkedin_pc.png')
      no-repeat center/cover;
  }
}
@media (min-width: 1040px) {
  .linkedin__about__inner {
    max-width: 780px;
  }
}
.linkedin__about__title {
  font-size: 6.4vw;
  font-weight: 700;
  color: #132e6c;
  width: max-content;
  margin: 0 auto 13.3333333333vw;
  padding-bottom: 2.1333333333vw;
  border-bottom: 0.2666666667vw solid #132e6c;
}
@media (min-width: 1040px) {
  .linkedin__about__title {
    font-size: 32px;
    margin-bottom: 70px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
  }
}
.linkedin__about__list {
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw 0;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .linkedin__about__list {
    flex-direction: row;
    gap: 0 14px;
    justify-content: center;
    margin-bottom: 33px;
  }
}
.linkedin__about__list dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #24afdf;
  padding: 2.6666666667vw 4vw;
  color: #fff;
}
@media (min-width: 1040px) {
  .linkedin__about__list dl {
    width: 370px;
    padding: 10px 15px;
  }
}
.linkedin__about__list dl dt {
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}
@media (min-width: 1040px) {
  .linkedin__about__list dl dt {
    font-size: 24px;
  }
}
.linkedin__about__list dl dd {
  font-size: 8.2666666667vw;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1040px) {
  .linkedin__about__list dl dd {
    font-size: 34px;
  }
}
.linkedin__about__list dl dd strong {
  font-size: 15.4666666667vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .linkedin__about__list dl dd strong {
    font-size: 64px;
  }
}
.linkedin__about__lead {
  margin-bottom: 8vw;
  font-size: 5.3333333333vw;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1040px) {
  .linkedin__about__lead {
    margin-bottom: 26px;
    font-size: 24px;
  }
}
.linkedin__about__lead strong {
  font-size: 6.4vw;
  font-weight: 700;
  color: #0e589b;
}
@media (min-width: 1040px) {
  .linkedin__about__lead strong {
    font-size: 36px;
  }
}
.linkedin__about__text strong {
  font-weight: 700;
}

.linkedin__merit {
  padding: 16vw 0;
  background: #f7f8fb;
}
@media (min-width: 1040px) {
  .linkedin__merit {
    padding: 120px 0 100px;
  }
}
.linkedin__merit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.3333333333vw 0;
  margin-bottom: 13.3333333333vw;
  font-size: 6.4vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .linkedin__merit__title {
    flex-direction: row;
    gap: 0;
    width: max-content;
    margin: 0 auto 80px;
    padding-bottom: 8px;
    border-bottom: 1px solid #132e6c;
    font-size: 32px;
  }
}
.linkedin__merit__title span {
  display: block;
  width: max-content;
  color: #132e6c;
  padding-bottom: 2.1333333333vw;
  border-bottom: 0.2666666667vw solid #132e6c;
}
@media (min-width: 1040px) {
  .linkedin__merit__title span {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.linkedin__merit__list {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 1040px) {
  .linkedin__merit__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
  }
}
.linkedin__merit__list li {
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .linkedin__merit__list li {
    border-radius: 10px;
  }
}
.linkedin__merit__list li .img {
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
}
@media (min-width: 1040px) {
  .linkedin__merit__list li .img {
    border-radius: 10px 10px 0 0;
  }
}
.linkedin__merit__list li .head {
  padding: 5.3333333333vw 9.0666666667vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .linkedin__merit__list li .head {
    padding: 25px 35px;
  }
}
.linkedin__merit__list li .head .num {
  font-family: 'Jost', sans-serif;
  font-size: 5.3333333333vw;
  color: #24afdf;
}
@media (min-width: 1040px) {
  .linkedin__merit__list li .head .num {
    font-size: 20px;
  }
}
@media (min-width: 1040px) {
  .linkedin__merit__list li .head .text {
    font-size: 18px;
  }
}
.linkedin__merit__lead {
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 1040px) {
  .linkedin__merit__lead {
    font-size: 24px;
  }
}
.linkedin__merit__lead strong {
  display: block;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.8;
}
@media (min-width: 1040px) {
  .linkedin__merit__lead strong {
    font-size: 40px;
  }
}
.linkedin__merit__lead strong .marker {
  font-size: 8.5333333333vw;
}
@media (min-width: 1040px) {
  .linkedin__merit__lead strong .marker {
    font-size: 40px !important;
    margin: 0 5px;
  }
}

.linkedin__point .g-point__title {
  color: #132e6c;
  font-weight: 700;
}
.linkedin__point .g-point__title span {
  display: inline-block;
  background: linear-gradient(83deg, #152267 0%, #10346e 34%, #045d7a 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.linkedin__point .g-point__title span strong {
  font-weight: 700;
}
@media (min-width: 1040px) {
  .linkedin__point .g-point__section:first-child .img {
    top: 20px;
  }
}
@media (min-width: 1040px) {
  .linkedin__point .g-point__section:first-child .body__box {
    padding: 118px 95px 76px 53px;
  }
}
@media (min-width: 1040px) {
  .linkedin__point .g-point__section:nth-child(2) .img {
    top: 26px;
  }
}
@media (min-width: 1040px) {
  .linkedin__point .g-point__section:nth-child(2) .body__box {
    padding: 168px 98px 65px 135px;
  }
}
@media (min-width: 1040px) {
  .linkedin__point .g-point__section:nth-child(3) .img {
    top: 20px;
  }
}
@media (min-width: 1040px) {
  .linkedin__point .g-point__section:nth-child(3) .body__box {
    padding: 115px 137px 69px 53px;
  }
}
@media (min-width: 1040px) {
  .linkedin__point .g-point__section:nth-child(4) .img {
    top: 20px;
  }
}
@media (min-width: 1040px) {
  .linkedin__point .g-point__section:nth-child(4) .body__box {
    padding: 115px 98px 61px 135px;
  }
}

.linkedin__intro {
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .linkedin__intro {
    margin-bottom: 100px;
  }
}
@media (min-width: 1040px) {
  .linkedin__intro__inner {
    max-width: 1310px;
    margin: 0 auto;
  }
}
.linkedin__intro__box {
  position: relative;
  border-radius: 1.0666666667vw;
  padding: 11.7333333333vw 5.3333333333vw 13.3333333333vw;
  background: #fff;
  color: #fff;
}
@media (min-width: 1040px) {
  .linkedin__intro__box {
    border-radius: 10px;
    padding: 70px 105px 76px;
  }
}
.linkedin__intro__box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    92deg,
    #24afdf 0%,
    #20a1d7 24%,
    #1274bc 66%,
    #0e589b 100%
  );
  opacity: 0.7;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .linkedin__intro__box:before {
    border-radius: 10px;
  }
}
.linkedin__intro__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.3333333333vw 0;
  margin-bottom: 5.3333333333vw;
  font-size: 6.4vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .linkedin__intro__title {
    flex-direction: row;
    gap: 0;
    width: max-content;
    margin: 0 auto 70px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    font-size: 32px;
  }
}
.linkedin__intro__title span {
  display: block;
  width: max-content;
  color: #fff;
  padding-bottom: 2.1333333333vw;
  border-bottom: 0.2666666667vw solid #fff;
}
@media (min-width: 1040px) {
  .linkedin__intro__title span {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.linkedin__intro__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1040px) {
  .linkedin__intro__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.linkedin__intro__item {
  padding: 8vw 0;
  border-bottom: 0.2666666667vw solid rgba(238, 238, 238, 0.3);
}
@media (min-width: 1040px) {
  .linkedin__intro__item {
    padding: 0 20px;
    border-bottom: none;
    border-right: 1px solid rgba(238, 238, 238, 0.3);
  }
}
@media (min-width: 1040px) {
  .linkedin__intro__item:last-child {
    border-right: none;
  }
}
.linkedin__intro__item .img {
  width: 32vw;
  margin: 0 auto 5.3333333333vw;
}
@media (min-width: 1040px) {
  .linkedin__intro__item .img {
    width: 228px;
    margin-bottom: 40px;
  }
}
.linkedin__intro__item .title {
  margin-bottom: 5.3333333333vw;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .linkedin__intro__item .title {
    margin-bottom: 40px;
  }
}
.linkedin__intro__item .title .en {
  display: block;
  font-family: 'Jost', sans-serif;
}
.linkedin__intro__item .title .ja {
  display: block;
  font-size: 6.4vw;
}
@media (min-width: 1040px) {
  .linkedin__intro__item .title .ja {
    white-space: nowrap;
    font-size: 24px;
  }
}
.linkedin__intro__item .list {
  display: flex;
  flex-direction: column;
  gap: 2.9333333333vw 0;
  margin-bottom: 2.9333333333vw;
}
@media (min-width: 1040px) {
  .linkedin__intro__item .list {
    gap: 10px 0;
    justify-content: center;
    height: 70px;
    margin-bottom: 30px;
  }
}
.linkedin__intro__item .list li {
  position: relative;
  padding-left: 8.5333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .linkedin__intro__item .list li {
    padding-left: 32px;
  }
}
.linkedin__intro__item .list li:before {
  content: '';
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background: url('../img/global/icon_check.svg') no-repeat center/contain;
}
@media (min-width: 1040px) {
  .linkedin__intro__item .list li:before {
    top: 5px;
    width: 22px;
    height: 22px;
  }
}

.linkedin__intro__plans {
  padding: 16vw 0;
  background: #f6f6f6;
}
@media (min-width: 1040px) {
  .linkedin__intro__plans {
    padding: 84px 0 97px;
  }
}
.linkedin__intro__plans .section-title {
  margin-bottom: 4.8vw;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 1040px) {
  .linkedin__intro__plans .section-title {
    flex-direction: row;
    align-items: end;
    margin-bottom: 18px;
  }
}
.linkedin__intro__plans .text {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .linkedin__intro__plans .text {
    margin-bottom: 60px;
  }
}
.linkedin__intro__plans .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.4666666667vw;
}
@media (min-width: 1040px) {
  .linkedin__intro__plans .list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 12px;
  }
}
.linkedin__intro__plans .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 1.0666666667vw;
  height: 21.3333333333vw;
  color: #1274bc;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1040px) {
  .linkedin__intro__plans .list li {
    height: 80px;
    font-size: 20px;
    border-radius: 10px;
  }
}

.linkedin__cases {
  padding: 10.6666666667vw 0 13.3333333333vw;
  background: #e6e7eb;
}
@media (min-width: 1040px) {
  .linkedin__cases {
    padding: 100px 0 90px;
  }
}

.linkedin__cases__item {
  border-radius: 1.0666666667vw;
  background: #fff;
}
@media (min-width: 1040px) {
  .linkedin__cases__item {
    width: 434px !important;
    border-radius: 8px;
  }
}

.linkedin__cases__box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.linkedin__cases__box .img {
  height: 53.3333333333vw;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .img {
    height: 260px;
    border-radius: 4px 4px 0 0;
  }
}
.linkedin__cases__box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .img img {
    border-radius: 4px 4px 0 0;
  }
}
.linkedin__cases__box .body {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5.3333333333vw 5.3333333333vw 8vw;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body {
    padding: 40px;
  }
}
.linkedin__cases__box .body__title {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__title {
    margin-bottom: 10px;
  }
}
.linkedin__cases__box .body__title .en {
  font-family: 'Jost', sans-serif;
  font-size: 2.6666666667vw;
  color: #24afdf;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__title .en {
    font-size: 10px;
  }
}
.linkedin__cases__box .body__title .ja {
  font-size: 4.8vw;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__title .ja {
    font-size: 18px;
  }
}
.linkedin__cases__box .body__info {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__info {
    margin-bottom: 10px;
  }
}
.linkedin__cases__box .body__info__item {
  display: flex;
  align-items: center;
  gap: 0 5.3333333333vw;
  padding: 1.3333333333vw 0;
  border-top: 0.2666666667vw solid #e7e7e7;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__info__item {
    gap: 0 20px;
    padding: 5px 0;
    border-top-width: 1px;
  }
}
.linkedin__cases__box .body__info__item:last-child {
  border-bottom: 0.2666666667vw solid #e7e7e7;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__info__item:last-child {
    border-bottom-width: 1px;
  }
}
.linkedin__cases__box .body__info__item dt {
  width: 19.2vw;
  font-size: 3.2vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__info__item dt {
    width: 72px;
    font-size: 12px;
  }
}
.linkedin__cases__box .body__info__item dd {
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__info__item dd {
    font-size: 14px;
  }
}
.linkedin__cases__box .body__effect {
  display: flex;
  flex-direction: column;
  gap: 3.7333333333vw 0;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__effect {
    gap: 12px 0;
  }
}
.linkedin__cases__box .body__effect__item {
  display: flex;
  align-items: baseline;
  gap: 0 4vw;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__effect__item {
    gap: 0 15px;
  }
}
.linkedin__cases__box .body__effect__item dt {
  width: 24.5333333333vw;
  background: linear-gradient(90deg, #035e7a 0%, #0d3b70 32%, #161d65 100%);
  font-size: 3.2vw;
  text-align: center;
  color: #fff;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__effect__item dt {
    width: 92px;
    font-size: 12px;
  }
}
.linkedin__cases__box .body__effect__item dd {
  flex: 1;
  font-size: 3.2vw;
}
@media (min-width: 1040px) {
  .linkedin__cases__box .body__effect__item dd {
    font-size: 12px;
  }
}

.linkedin__column {
  padding: 16vw 0 13.3333333333vw;
  background: linear-gradient(-144deg, #24afdf 0%, #1274bc 32%, #0e589b 100%);
}
@media (min-width: 1040px) {
  .linkedin__column {
    padding: 90px 0 70px;
  }
}
.linkedin__column .section-head {
  color: #fff;
}
@media (min-width: 1040px) {
  .linkedin__column .section-head {
    margin-bottom: 60px;
  }
}
.linkedin__column .section-title {
  flex-direction: column;
  align-items: start;
  gap: 2.6666666667vw 0;
}
@media (min-width: 1040px) {
  .linkedin__column .section-title {
    flex-direction: row;
    align-items: end;
    gap: 0 30px;
  }
}
.linkedin__column .section-text {
  margin-top: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .linkedin__column .section-text {
    margin-top: 20px;
  }
}
.linkedin__column__item {
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .linkedin__column__item {
    border-radius: 8px;
  }
}
.linkedin__column__item__box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.linkedin__column__item__box .img {
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
    height: 216px;
}
@media (min-width: 1040px) {
  .linkedin__column__item__box .img {
    border-radius: 8px 8px 0 0;
  }
}
.linkedin__column__item__box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
}
@media (min-width: 1040px) {
  .linkedin__column__item__box .img img {
    border-radius: 8px 8px 0 0;
  }
}
.linkedin__column__item__box .body {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8vw 7.4666666667vw 10.6666666667vw;
}
@media (min-width: 1040px) {
  .linkedin__column__item__box .body {
    padding: 20px 25px 30px;
  }
}
.linkedin__column__item__box .body__title {
  margin-bottom: 5.3333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .linkedin__column__item__box .body__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.linkedin__column__item__box .body .btn {
  margin-top: auto;
}
@media (min-width: 1040px) {
  .linkedin__column__item__box .body .btn {
    width: 222px;
  }
}
@media (min-width: 1040px) {
  .linkedin__column .swiper-nav {
    display: none;
  }
}
.linkedin__column .btn.is-sp {
  display: flex !important;
}
@media (min-width: 1040px) {
  .linkedin__column .btn.is-sp {
    display: none !important;
  }
}
.linkedin__column .btn.is-pc {
  display: none !important;
}
@media (min-width: 1040px) {
  .linkedin__column .btn.is-pc {
    display: flex !important;
    width: 222px;
    margin: 52px 0 0 auto;
  }
}

.main--linkedin--en .linkedin__about__title {
  margin: 0 auto 8vw;
}
@media (min-width: 1040px) {
  .main--linkedin--en .linkedin__about__title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1040px) {
  .main--linkedin--en .linkedin__about__lead {
    margin-bottom: 40px;
  }
}
.main--linkedin--en .linkedin__about__list dl {
  flex-direction: row-reverse;
}
.main--linkedin--en .linkedin__merit__lead strong .marker {
  background: linear-gradient(-160deg, #24afdf 0%, #1274bc 32%, #0e589b 100%);
  font-size: 7.4666666667vw;
}
@media (min-width: 1040px) {
  .main--linkedin--en .linkedin__point .g-point__title {
    font-size: 50px;
  }
}
.main--linkedin--en .linkedin__point .g-point__section .body__lead .marker {
  font-size: 4.2666666667vw;
}
@media (min-width: 1040px) {
  .main--linkedin--en .linkedin__point .g-point__section .body__lead .marker {
    font-size: 24px;
  }
}
.main--linkedin--en .linkedin__intro__plans .list {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1040px) {
  .main--linkedin--en .linkedin__intro__plans .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1040px) {
  .main--linkedin--en .linkedin__intro__plans .list li {
    height: 120px;
  }
}

/** ------------------------------------------------------
  ニュース一覧
 ------------------------------------------------------*/
.news-archive .page-header {
  background: url('../img/page/news/main_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .news-archive .page-header {
    background: url('../img/page/news/main_pc.jpg') no-repeat center/cover;
  }
}

.breadcrumb--news-archive {
  margin-bottom: 6.1333333333vw;
}
@media (min-width: 1040px) {
  .breadcrumb--news-archive {
    margin-bottom: 67px;
  }
}

.news-archive__tab {
  display: none;
}
@media (min-width: 1040px) {
  .news-archive__tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 40px;
  }
}
.news-archive__tab .news-archive__tab__item .tag {
  background: #b2b4bb;
}
.news-archive__tab .news-archive__tab__item .tag:hover,
.news-archive__tab .news-archive__tab__item .tag.active {
  opacity: 1;
  background: #1274bc;
  color: #fff;
}

.news-archive__item {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
  padding: 8vw 0;
  border-bottom: 0.2666666667vw solid #ebebeb;
}
@media (min-width: 1040px) {
  .news-archive__item {
    flex-direction: row;
    align-items: center;
    gap: 0 33px;
    padding: 40px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: none;
  }
}
.news-archive__item:first-child {
  padding-top: 0;
}
@media (min-width: 1040px) {
  .news-archive__item:first-child {
    padding-top: 40px;
  }
}
.news-archive__item:last-child {
  border-bottom: none;
}
.news-archive__item:hover .news-archive__img img {
  transform: scale(1.1);
}
.news-archive__item .tag {
  background: #1274bc;
}

.news-archive__img {
  /*height: 50.1333333333vw;*/
  overflow: hidden;
}
@media (min-width: 1040px) {
  .news-archive__img {
    min-width: 350px;
    max-width: 350px;
    /*height: 200px;*/
  }
}
.news-archive__img img {
  /*height: 100%;*/
  transition: 0.3s ease;
  object-fit: cover;
  width: 100%;
}

.news-archive__meta {
  display: flex;
  align-items: center;
  gap: 0 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .news-archive__meta {
    gap: 0 20px;
    margin-bottom: 8px;
  }
}

.news-archive__date {
  font-family: 'Jost', sans-serif;
  font-size: 3.2vw;
}
@media (min-width: 1040px) {
  .news-archive__date {
    font-size: 12px;
  }
}

.news-archive__title {
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .news-archive__title {
    font-size: 16px;
  }
}

/** ------------------------------------------------------
  ニュース詳細
 ------------------------------------------------------*/
.news-single .page-header {
  background: url('../img/page/news/main_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .news-single .page-header {
    background: url('../img/page/news/main_pc.jpg') no-repeat center/cover;
  }
}

@media (min-width: 1040px) {
  .page-body--news-single .page-body__inner--news-single {
    max-width: 950px;
  }
}

.breadcrumb--news-single {
  margin-bottom: 14.1333333333vw;
}
@media (min-width: 1040px) {
  .breadcrumb--news-single {
    margin-bottom: 67px;
  }
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 0 5.3333333333vw;
  margin-bottom: 2.1333333333vw;
}
@media (min-width: 1040px) {
  .post-meta {
    gap: 0 20px;
    margin-bottom: 8px;
  }
}
.post-meta .post-meta__date {
  font-family: 'Jost', sans-serif;
  font-size: 3.2vw;
}
@media (min-width: 1040px) {
  .post-meta .post-meta__date {
    font-size: 12px;
  }
}
.post-title {
  margin-bottom: 8vw;
  font-size: 5.8666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .post-title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}

.post-body h2 {
  margin: 8vw 0;
  font-size: 4.8vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .post-body h2 {
    margin: 40px 0;
    font-size: 20px;
  }
}
.post-body h3 {
  position: relative;
  margin: 8vw 0;
  font-size: 4.2666666667vw;
  font-weight: 500;
  padding-left: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .post-body h3 {
    margin: 40px 0;
    font-size: 18px;
    padding-left: 14px;
  }
}
.post-body h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6vw;
  height: 100%;
  background: #1274bc;
}
@media (min-width: 1040px) {
  .post-body h3:before {
    width: 6px;
  }
}
.post-body h4 {
  position: relative;
  margin: 8vw 0;
  font-size: 4.2666666667vw;
  font-weight: 500;
  padding-left: 4.2666666667vw;
}
@media (min-width: 1040px) {
  .post-body h4 {
    margin: 40px 0;
    padding-left: 16px;
    font-size: 16px;
  }
}
.post-body h4:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background: #1274bc;
  border-radius: 9999px;
}
@media (min-width: 1040px) {
  .post-body h4:before {
    width: 8px;
    height: 8px;
  }
}
.post-body p {
  margin: 8vw 0;
  font-size: 4.2666666667vw;
}
@media (min-width: 1040px) {
  .post-body p {
    margin: 40px 0;
    font-size: 16px;
  }
}
.post-body .wp-block-image {
  margin: 8vw 0;
}
@media (min-width: 1040px) {
  .post-body .wp-block-image {
    margin: 40px 0;
  }
}
.post-body .wp-block-image .wp-element-caption {
  margin-top: 1.0666666667vw;
  text-align: center;
  color: #909090;
  font-size: 3.2vw;
}
@media (min-width: 1040px) {
  .post-body .wp-block-image .wp-element-caption {
    margin-top: 8px;
    font-size: 12px;
  }
}

.post-btn {
  margin-top: 13.3333333333vw;
  padding: 5.8666666667vw 7.2vw;
  border-radius: 17.3333333333vw;
}
@media (min-width: 1040px) {
  .post-btn {
    width: 362px;
    margin: 40px auto 0;
    padding: 24px 20px 24px 30px;
  }
}
.post-btn .btn__text {
  font-size: 4.8vw;
}
@media (min-width: 1040px) {
  .post-btn .btn__text {
    font-size: 20px;
  }
}

.post-back {
  margin: 21.3333333333vw auto 0;
}
@media (min-width: 1040px) {
  .post-back {
    margin-top: 115px;
  }
}

/** ------------------------------------------------------
  コンサルタント紹介
 ------------------------------------------------------*/
.our-team .page-header {
  background: url('../img/page/our-team/main_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .our-team .page-header {
    background: url('../img/page/our-team/main_pc.jpg') no-repeat center/cover;
  }
}

.breadcrumb--our-team {
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .breadcrumb--our-team {
    margin-bottom: 67px;
  }
}

.our-team__lead {
  padding-bottom: 8vw;
  font-size: 4.2666666667vw;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 1040px) {
  .our-team__lead {
    padding-bottom: 60px;
    font-size: 16px;
  }
}

.our-team__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 8vw;
}
@media (min-width: 1040px) {
  .our-team__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.our-team__item {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 8vw 0;
}
@media (min-width: 1040px) {
  .our-team__item {
    padding: 60px 0;
    gap: 20px 0;
    max-width: 340px;
    box-sizing: content-box;
    border-bottom-width: 1px;
  }
}
@media (min-width: 1040px) {
  .our-team__item:nth-child(3n-2) {
    padding-right: 20px;
  }
}
@media (min-width: 1040px) {
  .our-team__item:nth-child(3n + 2) {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1040px) {
  .our-team__item:nth-child(3n) {
    padding-left: 20px;
  }
}
.our-team__item--hidden {
  display: none;
}
@media (min-width: 1040px) {
  .our-team__item--hidden {
    display: block !important;
  }
}

.our-team__item__inner {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 1040px) {
  .our-team__item__inner {
    gap: 20px 0;
  }
}

.our-team__view-more {
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .our-team__view-more {
    display: none;
  }
}
.our-team__view-more .our-team__view-more__icon {
  width: max-content;
  margin: 0 auto 8vw;
}
.our-team__view-more .our-team__view-more__btn {
  width: 59.2vw;
  margin: 0 auto;
  border-radius: 8vw;
}
.our-team__view-more .our-team__view-more__btn .btn__text {
  font-size: 4.2666666667vw;
  font-weight: 500;
}

/** ------------------------------------------------------
  採用情報
 ------------------------------------------------------*/
.main--recruit {
  position: relative;
  overflow-x: clip;
  padding: 31.2vw 0 0;
}
@media (min-width: 1040px) {
  .main--recruit {
    padding: 165px 0 0;
  }
}
.main--recruit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #6dcce5 0%, #5fa8d1 64%, #1274bc 100%);
  height: 349.3333333333vw;
}
@media (min-width: 1040px) {
  .main--recruit:before {
    height: 1300px;
  }
}

.recruit__title {
  margin-bottom: 8.5333333333vw;
}
@media (min-width: 1040px) {
  .recruit__title {
    margin-bottom: 60px;
  }
}
.recruit__title .ja {
  position: relative;
  margin-bottom: 2.6666666667vw;
  padding-left: 5.3333333333vw;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1040px) {
  .recruit__title .ja {
    margin-bottom: 16px;
    padding-left: 20px;
    font-size: 16px;
  }
}
.recruit__title .ja:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 9999px;
  background: #24afdf;
}
@media (min-width: 1040px) {
  .recruit__title .ja:before {
    width: 10px;
    height: 10px;
  }
}
.recruit__title .en {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 11.2vw;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1040px) {
  .recruit__title .en {
    font-size: 68px;
  }
}

.recruit__mv {
  position: relative;
}
.recruit__mv.active .recruit__mv__title {
  animation: fade-in-up 0.7s ease 1s forwards;
}
.recruit__mv.active .recruit__mv__lead {
  animation: fade-in-up 0.7s ease 1.2s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(1) {
  animation: fade-in-up 0.7s ease 0.3s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(2) {
  animation: fade-in-up 0.7s ease 0.6s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(3) {
  animation: fade-in-up 0.7s ease 0.9s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(4) {
  animation: fade-in-up 0.7s ease 1.2s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(5) {
  animation: fade-in-up 0.7s ease 1.5s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(6) {
  animation: fade-in-up 0.7s ease 1.8s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(7) {
  animation: fade-in-up 0.7s ease 2.1s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(8) {
  animation: fade-in-up 0.7s ease 2.4s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(9) {
  animation: fade-in-up 0.7s ease 2.7s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(10) {
  animation: fade-in-up 0.7s ease 3s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(11) {
  animation: fade-in-up 0.7s ease 3.3s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(12) {
  animation: fade-in-up 0.7s ease 3.6s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(13) {
  animation: fade-in-up 0.7s ease 3.9s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(14) {
  animation: fade-in-up 0.7s ease 4.2s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(15) {
  animation: fade-in-up 0.7s ease 4.5s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(1) .img:nth-child(16) {
  animation: fade-in-up 0.7s ease 4.8s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(1) {
  animation: fade-in-up 0.7s ease 0.3s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(2) {
  animation: fade-in-up 0.7s ease 0.6s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(3) {
  animation: fade-in-up 0.7s ease 0.9s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(4) {
  animation: fade-in-up 0.7s ease 1.2s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(5) {
  animation: fade-in-up 0.7s ease 1.5s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(6) {
  animation: fade-in-up 0.7s ease 1.8s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(7) {
  animation: fade-in-up 0.7s ease 2.1s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(8) {
  animation: fade-in-up 0.7s ease 2.4s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(9) {
  animation: fade-in-up 0.7s ease 2.7s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(10) {
  animation: fade-in-up 0.7s ease 3s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(11) {
  animation: fade-in-up 0.7s ease 3.3s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(12) {
  animation: fade-in-up 0.7s ease 3.6s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(13) {
  animation: fade-in-up 0.7s ease 3.9s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(14) {
  animation: fade-in-up 0.7s ease 4.2s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(15) {
  animation: fade-in-up 0.7s ease 4.5s forwards;
}
.recruit__mv.active .recruit__mv__item:nth-child(2) .img:nth-child(16) {
  animation: fade-in-up 0.7s ease 4.8s forwards;
}

.recruit__mv__inner {
  position: relative;
  color: #fff;
  margin-top: -26.6666666667vw;
}
@media (min-width: 1040px) {
  .recruit__mv__inner {
    margin-top: -270px;
  }
}

.recruit__mv__title {
  margin-bottom: 8.5333333333vw;
  font-family: 'Jost', sans-serif;
  font-size: 17.3333333333vw;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  opacity: 0;
}
@media (min-width: 1040px) {
  .recruit__mv__title {
    margin-bottom: 0;
    font-size: 150px;
  }
}

.recruit__mv__lead {
  font-weight: 900;
  opacity: 0;
}
@media (min-width: 1040px) {
  .recruit__mv__lead {
    font-size: 18px;
  }
}

.recruit__mv__list {
  display: flex;
  align-items: center;
}

.recruit__mv__item {
  display: flex;
  align-items: center;
}
.recruit__mv__item:first-child {
  animation: auto-slide1 60s -30s linear infinite;
}
.recruit__mv__item:last-child {
  animation: auto-slide2 60s linear infinite;
}
.recruit__mv__item .img {
  width: 57.0666666667vw;
  opacity: 0;
  border-radius: 1.6vw;
  margin-right: 1.6vw;
}
@media (min-width: 1040px) {
  .recruit__mv__item .img {
    width: 366px;
    border-radius: 20px;
    margin-right: 10px;
  }
}
.recruit__mv__item .img img {
  width: 100%;
  border-radius: 1.6vw;
}
@media (min-width: 1040px) {
  .recruit__mv__item .img img {
    border-radius: 20px;
  }
}

.recruit__main {
  position: relative;
  padding-top: 18.1333333333vw;
  color: #fff;
}
@media (min-width: 1040px) {
  .recruit__main {
    padding-top: 169px;
  }
}
.recruit__main__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1040px) {
  .recruit__main__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.recruit__main .recruit__main__btn--sp {
  display: flex;
}
@media (min-width: 1040px) {
  .recruit__main .recruit__main__btn--sp {
    display: none;
  }
}
.recruit__main .recruit__main__btn--pc {
  display: none;
}
@media (min-width: 1040px) {
  .recruit__main .recruit__main__btn--pc {
    display: flex;
    width: 333px;
  }
}
.recruit__main__title .ja:before {
  background: #fff;
}
.recruit__main__text {
  margin-bottom: 13.3333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .recruit__main__text {
    margin: 16px 0 0;
  }
}

.recruit__nav {
  position: relative;
  padding-top: 13.3333333333vw;
  background: transparent;
}
@media (min-width: 1040px) {
  .recruit__nav {
    padding-top: 80px;
  }
}
.recruit__nav__list {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 1040px) {
  .recruit__nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 58px;
  }
}
.recruit__nav__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 1.0666666667vw;
  padding: 6.6666666667vw;
  box-shadow: 0 4px 24px rgba(40, 131, 194, 0.1);
}
@media (min-width: 1040px) {
  .recruit__nav__list li a {
    border-radius: 4px;
    padding: 70px 46px;
  }
}
.recruit__nav__list li a:hover {
  opacity: 1;
}
.recruit__nav__list li a:hover .arrow {
  background: #333333;
}
.recruit__nav__list li a .head {
  display: flex;
  align-items: center;
  gap: 0 4vw;
}
@media (min-width: 1040px) {
  .recruit__nav__list li a .head {
    gap: 0 20px;
  }
}
.recruit__nav__list li a .head .img {
  width: 9.6vw;
}
@media (min-width: 1040px) {
  .recruit__nav__list li a .head .img {
    width: 42px;
  }
}
.recruit__nav__list li a .head .text {
  font-size: 5.3333333333vw;
  color: #24afdf;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .recruit__nav__list li a .head .text {
    font-size: 24px;
  }
}

.recruit__about {
  padding: 16vw 0 16vw;
  background: #fff;
}
@media (min-width: 1040px) {
  .recruit__about {
    padding: 150px 0;
  }
}
.recruit__about__inner {
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
}
@media (min-width: 1040px) {
  .recruit__about__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0 100px;
  }
}
@media (min-width: 1040px) {
  .recruit__about__head {
    min-width: 468px;
    max-width: 468px;
  }
}
.recruit__about__img {
  width: 100%;
}
@media (min-width: 1040px) {
  .recruit__about__img {
    flex: 1;
    max-width: 530px;
  }
}

.recruit__feature {
  margin-bottom: 16vw;
  padding: 16vw 0 16vw;
  background: url('../img/page/recruit/bg_feature_sp.jpg') no-repeat
    center/cover;
}
@media (min-width: 1040px) {
  .recruit__feature {
    margin-bottom: 100px;
    padding: 100px 0;
    background: url('../img/page/recruit/bg_feature_pc.jpg') no-repeat
      center/cover;
  }
}
.recruit__feature__inner {
  display: flex;
  flex-direction: column;
  gap: 16vw 0;
}
@media (min-width: 1040px) {
  .recruit__feature__inner {
    gap: 100px 0;
  }
}

.recruit__feature__section .title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.6666666667vw 0;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media (min-width: 1040px) {
  .recruit__feature__section .title {
    gap: 10px 0;
    margin-bottom: 30px;
  }
}
.recruit__feature__section .title .ja {
  display: block;
  position: relative;
  width: max-content;
  font-size: 4.2666666667vw;
  font-weight: 400;
  padding-left: 5.3333333333vw;
  background: linear-gradient(90deg, #24afdf 0%, #20a1d7 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1040px) {
  .recruit__feature__section .title .ja {
    padding-left: 20px;
    font-size: 16px;
  }
}
.recruit__feature__section .title .ja:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 9999px;
  background: #24afdf;
}
@media (min-width: 1040px) {
  .recruit__feature__section .title .ja:before {
    width: 10px;
    height: 10px;
  }
}
.recruit__feature__section .title .en {
  display: block;
  width: max-content;
  font-family: 'Jost', sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 500;
  background: linear-gradient(
    135deg,
    #24afdf 0%,
    #20a1d7 24%,
    #1274bc 66%,
    #0e589b 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.7;
  line-height: 1;
}
@media (min-width: 1040px) {
  .recruit__feature__section .title .en {
    font-size: 32px;
  }
}
.recruit__feature__section .lead {
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .recruit__feature__section .lead {
    margin-bottom: 40px;
  }
}
.recruit__feature__section .text {
  font-weight: 500;
}
@media (min-width: 1040px) {
  .recruit__feature__section .text {
    text-align: center;
  }
}
.recruit__feature__section--vision .lead {
  font-family: 'Jost', sans-serif;
  font-size: 10.6666666667vw;
  font-weight: 600;
}
@media (min-width: 1040px) {
  .recruit__feature__section--vision .lead {
    font-size: 48px;
  }
}
.recruit__feature__section--mission .lead {
  font-size: 8vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .recruit__feature__section--mission .lead {
    font-size: 32px;
  }
}
.recruit__feature__section--value .list {
  display: flex;
  flex-direction: column;
  gap: 10.1333333333vw 0;
  margin-top: 12.8vw;
}
@media (min-width: 1040px) {
  .recruit__feature__section--value .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    max-width: 972px;
    width: 100%;
    margin: 88px auto 0;
  }
}
.recruit__feature__section--value .item {
  position: relative;
}
.recruit__feature__section--value .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32vw;
  margin-bottom: 2.6666666667vw;
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .recruit__feature__section--value .item .img {
    height: 200px;
    margin-bottom: 20px;
    border-radius: 4px;
  }
}
.recruit__feature__section--value .item span {
  position: absolute;
  top: -3.2vw;
  left: 0;
  background: linear-gradient(90deg, #24afdf 0%, #1274bc 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Jost', sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1040px) {
  .recruit__feature__section--value .item span {
    top: -13px;
    font-size: 40px;
  }
}
.recruit__feature__section--value .item h4 {
  margin-bottom: 2.6666666667vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .recruit__feature__section--value .item h4 {
    margin-bottom: 23px;
  }
}
.recruit__feature__section--value .item p {
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .recruit__feature__section--value .item p {
    font-size: 14px;
  }
}
.recruit__feature__section--value .item--01 img {
  width: 27.4666666667vw;
}
@media (min-width: 1040px) {
  .recruit__feature__section--value .item--01 img {
    width: 129px;
  }
}
.recruit__feature__section--value .item--02 img {
  width: 32.8vw;
}
@media (min-width: 1040px) {
  .recruit__feature__section--value .item--02 img {
    width: 170px;
  }
}
.recruit__feature__section--value .item--03 img {
  width: 28.8vw;
}
@media (min-width: 1040px) {
  .recruit__feature__section--value .item--03 img {
    width: 142px;
  }
}
.recruit__feature__section--value .item--04 img {
  width: 39.7333333333vw;
}
@media (min-width: 1040px) {
  .recruit__feature__section--value .item--04 img {
    width: 189px;
  }
}
.recruit__feature__section--value .item--05 img {
  width: 43.2vw;
}
@media (min-width: 1040px) {
  .recruit__feature__section--value .item--05 img {
    width: 188px;
  }
}

.recruit__services {
  margin: 0 5.3333333333vw 32vw;
  padding: 16vw 0 17.0666666667vw;
  background: #f7f8fb;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .recruit__services {
    max-width: 1310px;
    width: 100%;
    margin: 0 auto 210px;
    padding: 100px 0;
    border-radius: 4px;
  }
}
.recruit__services__head {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .recruit__services__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 48px;
  }
}
@media (min-width: 1040px) {
  .recruit__services__head .recruit__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1040px) {
  .recruit__services__head .btn {
    width: 312px;
  }
}
.recruit__services__body {
  padding-top: 8vw;
  border-top: 0.2666666667vw solid #dedfe2;
}
@media (min-width: 1040px) {
  .recruit__services__body {
    padding-top: 44px;
    border-top-width: 1px;
  }
}
.recruit__services__body .title {
  margin-bottom: 5.3333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .recruit__services__body .title {
    margin-bottom: 20px;
  }
}
.recruit__services__body .text {
  margin-bottom: 8vw;
}
@media (min-width: 1040px) {
  .recruit__services__body .text {
    margin-bottom: 54px;
  }
}
.recruit__services__body .list {
  display: flex;
  flex-direction: column;
  gap: 9.0666666667vw 0;
}
@media (min-width: 1040px) {
  .recruit__services__body .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
  }
}
.recruit__services__body .list li img {
  width: 100%;
  margin-bottom: 4vw;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .recruit__services__body .list li img {
    margin-bottom: 16px;
    border-radius: 4px;
  }
}
.recruit__services__body .list li p {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .recruit__services__body .list li p {
    font-size: 20px;
  }
}

.recruit__our-team {
  padding-bottom: 16vw;
  background: url('../img/page/recruit/bg_our-team_sp.jpg') no-repeat
    center/cover;
}
@media (min-width: 1040px) {
  .recruit__our-team {
    padding: 100px 0 126px;
    background: url('../img/page/recruit/bg_our-team_pc.jpg') no-repeat
      center/cover;
  }
}
.recruit__our-team__head {
  display: flex;
  flex-direction: column-reverse;
  gap: 16vw;
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .recruit__our-team__head {
    flex-direction: row;
    gap: 0 60px;
    margin-bottom: 190px;
  }
}
@media (min-width: 1040px) {
  .recruit__our-team__head .description {
    min-width: 448px;
    max-width: 448px;
  }
}
.recruit__our-team__head .img {
  width: 100%;
  margin-top: -16vw;
}
@media (min-width: 1040px) {
  .recruit__our-team__head .img {
    flex: 1;
    max-width: 592px;
    margin-top: -210px;
  }
}
.recruit__our-team__body {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw 0;
}
@media (min-width: 1040px) {
  .recruit__our-team__body {
    display: block;
    position: relative;
  }
}
.recruit__our-team__body .img {
  width: 100%;
}
@media (min-width: 1040px) {
  .recruit__our-team__body .img {
    width: 518px;
    margin: 0 auto;
  }
}
.recruit__our-team__body .item {
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item {
    position: absolute;
    font-size: 14px;
    width: 274px;
  }
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item:before {
    content: '';
    position: absolute;
    width: 325px;
    height: 37px;
    background: url('../img/global/line_text.svg') no-repeat center/contain;
  }
}
.recruit__our-team__body .item dt {
  position: relative;
  margin-bottom: 2.6666666667vw;
  padding-left: 5.3333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item dt {
    display: none;
  }
}
.recruit__our-team__body .item dt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 9999px;
  background: #333333;
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item--01 {
    top: -104px;
    left: 0;
  }
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item--01:before {
    left: 0;
    bottom: -56px;
  }
}
.recruit__our-team__body .item--01 dt:before {
  left: 0;
  background: #0f599b;
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item--02 {
    top: -72px;
    right: 0;
  }
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item--02:before {
    right: 0;
    bottom: -56px;
    transform: scale(-1, 1);
  }
}
.recruit__our-team__body .item--02 dt:before {
  background: #6ccff1;
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item--03 {
    bottom: 43px;
    left: 0;
  }
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item--03:before {
    left: 0;
    bottom: -21px;
    transform: scale(1, -1);
  }
}
.recruit__our-team__body .item--03 dt:before {
  left: 0;
  background: #30bdd0;
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item--04 {
    bottom: 45px;
    right: 0;
    width: 246px;
  }
}
@media (min-width: 1040px) {
  .recruit__our-team__body .item--04:before {
    right: 0;
    bottom: -21px;
    transform: scale(-1, -1);
  }
}
.recruit__our-team__body .item--04 dt:before {
  background: #0c4b7a;
}

.recruit__stories {
  padding-top: 16vw;
}
@media (min-width: 1040px) {
  .recruit__stories {
    padding-top: 100px;
  }
}
.recruit__stories__list {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw 0;
}
@media (min-width: 1040px) {
  .recruit__stories__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 42px;
  }
}

.recruit__env {
  padding-top: 16vw;
}
@media (min-width: 1040px) {
  .recruit__env {
    padding-top: 100px;
  }
}
.recruit__env .recruit__title {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .recruit__env .recruit__title {
    margin-bottom: 80px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
  }
}
.recruit__env__list {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 1040px) {
  .recruit__env__list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 35px;
  }
}
.recruit__env__item {
  padding: 8vw;
  background: #f7f8fb;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .recruit__env__item {
    width: calc(33% - 20px);
    padding: 30px;
    border-radius: 4px;
  }
}
.recruit__env__item .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .recruit__env__item .head {
    margin-bottom: 56px;
  }
}
.recruit__env__item .head .label {
  position: relative;
  width: 16vw;
  height: 16vw;
}
@media (min-width: 1040px) {
  .recruit__env__item .head .label {
    width: 60px;
    height: 60px;
  }
}
.recruit__env__item .head .label__bg {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(-25deg, #a5bad5 0%, #b9cadf 52%, #f3f8ff 100%);
  opacity: 0.3;
}
.recruit__env__item .head .label__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Jost', sans-serif;
  font-size: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .recruit__env__item .head .label__text {
    font-size: 20px;
  }
}
.recruit__env__item .title {
  margin-bottom: 4vw;
  font-size: 6.4vw;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1040px) {
  .recruit__env__item .title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.recruit__env__item .text {
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .recruit__env__item .text {
    font-size: 14px;
  }
}
.recruit__env__item .text small {
  font-size: 3.2vw;
}
@media (min-width: 1040px) {
  .recruit__env__item .text small {
    display: block;
    font-size: 12px;
    text-align: right;
  }
}
.recruit__env__item--01 .img {
  width: 28vw;
}
@media (min-width: 1040px) {
  .recruit__env__item--01 .img {
    width: 105px;
  }
}
.recruit__env__item--02 .img {
  width: 28vw;
}
@media (min-width: 1040px) {
  .recruit__env__item--02 .img {
    width: 105px;
  }
}
.recruit__env__item--03 .img {
  width: 28.5333333333vw;
}
@media (min-width: 1040px) {
  .recruit__env__item--03 .img {
    width: 107px;
  }
}
@media (min-width: 1040px) {
  .recruit__env__item--04 {
    display: flex;
    align-items: center;
    gap: 0 66px;
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1040px) {
  .recruit__env__item--04 .title {
    margin-bottom: 0;
  }
}
@media (min-width: 1040px) {
  .recruit__env__item--04 .text {
    flex: 1;
    position: relative;
    top: 11px;
  }
}

.recruit__benefits {
  padding: 16vw 0;
}
@media (min-width: 1040px) {
  .recruit__benefits {
    padding: 100px 0;
  }
}
@media (min-width: 1040px) {
  .recruit__benefits__inner {
    display: flex;
    gap: 0 140px;
  }
}
.recruit__benefits .recruit__title {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .recruit__benefits .recruit__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1040px) {
  .recruit__benefits__list {
    margin-top: 28px;
  }
}
.recruit__benefits__item {
  padding: 8vw 0;
  border-bottom: 0.2666666667vw solid #d6d6d6;
}
@media (min-width: 1040px) {
  .recruit__benefits__item {
    padding: 30px;
    border-bottom-width: 1px;
  }
}
.recruit__benefits__item p {
  font-size: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .recruit__benefits__item p {
    font-size: 20px;
  }
}
.recruit__benefits__item p small {
  font-size: 4.8vw;
}
@media (min-width: 1040px) {
  .recruit__benefits__item p small {
    font-size: 20px;
  }
}
.recruit__benefits__item dl {
  margin-top: 8vw;
}
@media (min-width: 1040px) {
  .recruit__benefits__item dl {
    margin-top: 30px;
    display: flex;
    align-items: baseline;
    gap: 0 24px;
  }
}
.recruit__benefits__item dl dt {
  width: max-content;
  margin-bottom: 1.3333333333vw;
  padding: 1.3333333333vw 2.6666666667vw;
  background: #24afdf;
  border-radius: 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1040px) {
  .recruit__benefits__item dl dt {
    min-width: 132px;
    max-width: 132px;
    margin-bottom: 0;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1040px) {
  .recruit__benefits__item dl dd {
    flex: 1;
  }
}

.recruit__data {
  padding: 16vw 0;
  background: url('../img/page/recruit/bg_data_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .recruit__data {
    padding: 120px 0 100px;
    background: url('../img/page/recruit/bg_data_pc.jpg') no-repeat center/cover;
  }
}
.recruit__data__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .recruit__data__head {
    margin-bottom: 40px;
  }
}
.recruit__data__head .recruit__title {
  margin-bottom: 0;
}
.recruit__data__head small {
  font-size: 2.6666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .recruit__data__head small {
    font-size: 12px;
  }
}
.recruit__data__list {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 1040px) {
  .recruit__data__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.recruit__data__item {
  border: 0.2666666667vw solid #24afdf;
  border-radius: 1.0666666667vw;
  background: #fff;
}
@media (min-width: 1040px) {
  .recruit__data__item {
    border-width: 1px;
    border-radius: 10px;
  }
}
.recruit__data__item .title {
  padding: 4.5333333333vw 6.9333333333vw;
  border-bottom: 0.2666666667vw solid #24afdf;
  font-size: 5.3333333333vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .recruit__data__item .title {
    padding: 17px 27px;
    border-bottom-width: 1px;
    font-size: 20px;
  }
}
.recruit__data__item .body {
  padding: 5.3333333333vw 9.3333333333vw 8vw;
}
@media (min-width: 1040px) {
  .recruit__data__item .body {
    padding: 38px;
  }
}
.recruit__data__item .body .fig {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.8vw;
}
@media (min-width: 1040px) {
  .recruit__data__item .body .fig {
    margin-bottom: 30px;
  }
}
.recruit__data__item .body .fig .num {
  font-size: 5.3333333333vw;
  color: #24afdf;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .recruit__data__item .body .fig .num {
    font-size: 20px;
  }
}
.recruit__data__item .body .fig .num strong {
  margin-right: 1.3333333333vw;
  font-family: 'Jost', sans-serif;
  font-size: 12.8vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .recruit__data__item .body .fig .num strong {
    margin-right: 5px;
    font-size: 70px;
  }
}
.recruit__data__item--worker .body .fig img {
  width: 24.2666666667vw;
}
@media (min-width: 1040px) {
  .recruit__data__item--worker .body .fig img {
    width: 94px;
  }
}
.recruit__data__item--age .body .fig img {
  width: 25.0666666667vw;
}
@media (min-width: 1040px) {
  .recruit__data__item--age .body .fig img {
    width: 97px;
  }
}
.recruit__data__item--maternity-leave .body .fig img {
  width: 25.3333333333vw;
}
@media (min-width: 1040px) {
  .recruit__data__item--maternity-leave .body .fig img {
    width: 98px;
  }
}
.recruit__data__item--residence .body img {
  width: 56.2666666667vw;
  margin: 2.6666666667vw auto 0;
}
@media (min-width: 1040px) {
  .recruit__data__item--residence .body img {
    width: 219px;
    margin-top: 10px;
  }
}
.recruit__data__item--residence .body .num-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8vw;
  margin-bottom: 8vw;
}
@media (min-width: 1040px) {
  .recruit__data__item--residence .body .num-list {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.recruit__data__item--residence .body .num-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #24afdf;
  line-height: 1;
}
.recruit__data__item--residence .body .num-list li span {
  font-size: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .recruit__data__item--residence .body .num-list li span {
    font-size: 20px;
  }
}
.recruit__data__item--residence .body .num-list li span strong {
  margin-right: 1.3333333333vw;
  font-family: 'Jost', sans-serif;
  font-size: 10.6666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .recruit__data__item--residence .body .num-list li span strong {
    margin-right: 11px;
    font-size: 40px;
  }
}
.recruit__data__item--department .body img {
  width: 56.2666666667vw;
  margin: 0 auto;
}
@media (min-width: 1040px) {
  .recruit__data__item--department .body img {
    width: 196px;
  }
}
.recruit__data__item--department .body .num-list {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0;
}
@media (min-width: 1040px) {
  .recruit__data__item--department .body .num-list {
    gap: 10px 0;
  }
}
.recruit__data__item--department .body .num-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #24afdf;
  line-height: 1;
}
.recruit__data__item--department .body .num-list li span {
  font-size: 4.2666666667vw;
}
@media (min-width: 1040px) {
  .recruit__data__item--department .body .num-list li span {
    font-size: 16px;
  }
}
.recruit__data__item--department .body .num-list li span:last-child {
  font-size: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .recruit__data__item--department .body .num-list li span:last-child {
    font-size: 20px;
  }
}
.recruit__data__item--department .body .num-list li span strong {
  margin-right: 1.3333333333vw;
  font-family: 'Jost', sans-serif;
  font-size: 10.6666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .recruit__data__item--department .body .num-list li span strong {
    margin-right: 5px;
    font-size: 40px;
  }
}
.recruit__data__item--department .body .note {
  margin-top: 6.1333333333vw;
  font-size: 3.2vw;
}
@media (min-width: 1040px) {
  .recruit__data__item--department .body .note {
    margin-top: 30px;
    font-size: 12px;
  }
}

.recruit__process {
  padding: 16vw 0;
}
@media (min-width: 1040px) {
  .recruit__process {
    margin: 0 auto;
    padding: 100px 0;
    max-width: 1310px;
  }
}
@media (min-width: 1040px) {
  .recruit__process__inner {
    max-width: none;
    padding: 0;
  }
}
.recruit__process .recruit__title {
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .recruit__process .recruit__title {
    margin-bottom: 42px;
  }
}
.recruit__process__box {
  display: flex;
  flex-direction: column;
  gap: 16vw 0;
  padding: 16vw 6.6666666667vw;
  background: linear-gradient(90deg, #24afdf 0%, #1274bc 100%);
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .recruit__process__box {
    gap: 100px 0;
    padding: 124px 103px 100px;
    border-radius: 10px;
  }
}
.recruit__process__section h3 {
  margin-bottom: 16vw;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (min-width: 1040px) {
  .recruit__process__section h3 {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
.recruit__process__section .flow__item {
  align-items: center;
}
.recruit__process__section .flow__item:after {
  bottom: 10%;
}
.recruit__process__section .flow__item .body .title {
  margin-bottom: 0;
}
.recruit__process__section .note {
  margin-top: 5.3333333333vw;
  padding: 5.3333333333vw;
  border-radius: 2.6666666667vw;
  border: 0.8vw solid #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1040px) {
  .recruit__process__section .note {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 912px;
    margin: 52px auto 0;
    padding: 30px;
    border-radius: 10px;
    border-width: 3px;
    font-size: 16px;
  }
}
.recruit__process__section .btn {
  margin-top: 8vw;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .recruit__process__section .btn {
    max-width: 500px;
    margin: 60px auto 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.recruit__process__section .btn__text {
  font-size: 3.7333333333vw;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 1040px) {
  .recruit__process__section .btn__text {
    font-size: 16px;
    text-align: left;
  }
}

.recruit__faq {
  background: #f2f6fe;
}

.recruit__message {
  padding-top: 16vw;
}
@media (min-width: 1040px) {
  .recruit__message {
    padding-top: 0;
  }
}

.recruit__message__img img {
  width: 100%;
}

.recruit__message__president {
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
  position: relative;
  margin: -8vw 5.3333333333vw 0;
  padding: 8vw;
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .recruit__message__president {
    flex-direction: row;
    gap: 0 60px;
    width: 100%;
    max-width: 1140px;
    padding: 50px 50px 10px;
    border-radius: 10px;
    margin: -127px auto 0;
  }
}
.recruit__message__president .img {
  width: 100%;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .recruit__message__president .img {
    min-width: 400px;
    max-width: 400px;
    border-radius: 4px;
  }
}
@media (min-width: 1040px) {
  .recruit__message__president .description {
    flex: 1;
  }
}
.recruit__message__president .description .title {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .recruit__message__president .description .title {
    margin-bottom: 27px;
    font-size: 20px;
  }
}
.recruit__message__president .description .text {
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .recruit__message__president .description .text {
    margin-bottom: 26px;
    font-size: 14px;
  }
}
.recruit__message__president .description .name {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0 4vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .recruit__message__president .description .name {
    gap: 0 15px;
    font-size: 13px;
    align-items: baseline;
  }
}
.recruit__message__president .description .name strong {
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .recruit__message__president .description .name strong {
    font-size: 24px;
  }
}

.recruit__message__join-us {
  padding-top: 13.3333333333vw;
}
@media (min-width: 1040px) {
  .recruit__message__join-us {
    padding-top: 100px;
  }
}
.recruit__message__join-us .title {
  position: relative;
  width: max-content;
  margin: 0 auto -10.1333333333vw;
  background: linear-gradient(90deg, #24afdf 0%, #1274bc 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Jost', sans-serif;
  font-size: 14.4vw;
  font-weight: 500;
  z-index: 2;
}
@media (min-width: 1040px) {
  .recruit__message__join-us .title {
    margin-bottom: -116px;
    font-size: 144px;
  }
}
.recruit__message__join-us .img {
  width: 100%;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .recruit__message__join-us .img {
    max-width: 1310px;
    margin: 0 auto 35px;
  }
}
.recruit__message__join-us .gallery {
  display: flex;
  align-items: center;
  overflow-x: clip;
}
.recruit__message__join-us .gallery__item {
  display: flex;
  align-items: center;
}
.recruit__message__join-us .gallery__item:first-child {
  animation: auto-slide1 90s -45s linear infinite;
}
.recruit__message__join-us .gallery__item:last-child {
  animation: auto-slide2 90s linear infinite;
}
.recruit__message__join-us .gallery__item .img {
  width: 28.5333333333vw;
  margin-right: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .recruit__message__join-us .gallery__item .img {
    width: 320px;
    margin-right: 1.0666666667vw;
  }
}
.recruit__message__join-us .gallery__item .img img {
  width: 100%;
  border-radius: 0.8vw;
}
@media (min-width: 1040px) {
  .recruit__message__join-us .gallery__item .img img {
    border-radius: 10px;
  }
}

.recruit__intro {
  padding-top: 16vw;
}
@media (min-width: 1040px) {
  .recruit__intro {
    padding-top: 150px;
  }
}
.recruit__intro .recruit__title {
  text-align: center;
}
@media (min-width: 1040px) {
  .recruit__intro .recruit__title {
    margin-bottom: 36px;
  }
}
.recruit__intro__doc {
  position: relative;
}

.recruit__linkedin {
  padding: 16vw 0;
}
@media (min-width: 1040px) {
  .recruit__linkedin {
    padding: 140px 0 120px;
  }
}
@media (min-width: 1040px) {
  .recruit__linkedin .recruit__services__head {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1040px) {
  .recruit__linkedin .recruit__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1040px) {
  .recruit__linkedin__inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
}
@media (min-width: 1040px) {
  .recruit__linkedin .btn {
    width: 312px;
  }
}

.recruit__jobs {
  padding: 16vw 0 13.3333333333vw;
  background: url('../img/page/recruit/bg_jobs_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .recruit__jobs {
    padding: 118px 0 83px;
    background: url('../img/page/recruit/bg_jobs_pc.jpg') no-repeat center/cover;
  }
}
.recruit__jobs__inner {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 1040px) {
  .recruit__jobs__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0 148px;
  }
}
.recruit__jobs .recruit__title {
  color: #fff;
}
@media (min-width: 1040px) {
  .recruit__jobs .recruit__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1040px) {
  .recruit__jobs .recruit__title .en {
    font-size: 100px;
  }
}
.recruit__jobs .recruit__title .ja:before {
  background: #fff;
}
.recruit__jobs__list {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 1040px) {
  .recruit__jobs__list {
    flex-direction: row;
    gap: 0 30px;
  }
}
.recruit__jobs__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.4666666667vw 6.4vw;
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .recruit__jobs__item {
    width: 346px;
    padding: 78px 40px;
    border-right: 4px;
  }
}
.recruit__jobs__item span {
  font-size: 6.4vw;
  font-weight: 700;
  color: #24afdf;
}
@media (min-width: 1040px) {
  .recruit__jobs__item span {
    font-size: 24px;
  }
}
.recruit__jobs__item:hover {
  opacity: 1;
}
.recruit__jobs__item:hover .arrow {
  background: #333333;
}

/** ------------------------------------------------------
  会社情報
 ------------------------------------------------------*/
.main--about {
  padding-bottom: 0;
}

.about .page-header {
  background: url('../img/page/about/main_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .about .page-header {
    background: url('../img/page/about/main_pc.jpg') no-repeat center/cover;
  }
}

.breadcrumb--about {
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .breadcrumb--about {
    margin-bottom: 129px;
  }
}

.about__lead {
  margin-bottom: -27.7333333333vw;
}
@media (min-width: 1040px) {
  .about__lead {
    margin-bottom: -206px;
  }
}

.about__lead__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .about__lead__title {
    flex-direction: row;
    gap: 0 14px;
    margin-bottom: 16px;
  }
}
.about__lead__title .en {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 13.8666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .about__lead__title .en {
    font-size: 90px;
  }
}
.about__lead__title .ja {
  display: block;
  font-size: 6.9333333333vw;
  font-weight: 100;
}
@media (min-width: 1040px) {
  .about__lead__title .ja {
    font-size: 70px;
  }
}

.about__lead__text {
  margin-bottom: 16vw;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1040px) {
  .about__lead__text {
    margin-bottom: 90px;
    font-size: 16px;
    text-align: left;
  }
}

.about__lead__img img {
  border-radius: 2.1333333333vw;
}
@media (min-width: 1040px) {
  .about__lead__img img {
    border-radius: 8px;
  }
}

.about__main {
  padding: 41.0666666667vw 0 16vw;
  background: url('../img/page/about/bg_main_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .about__main {
    padding: 306px 0 110px;
    background: url('../img/page/about/bg_main_pc.jpg') no-repeat center/cover;
  }
}

.about__main__title {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .about__main__title {
    gap: 10px 0;
    margin-bottom: 30px;
  }
}
.about__main__title .ja {
  display: block;
  position: relative;
  width: max-content;
  font-size: 3.2vw;
  font-weight: 400;
  padding-left: 5.3333333333vw;
  background: linear-gradient(90deg, #24afdf 0%, #20a1d7 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1040px) {
  .about__main__title .ja {
    padding-left: 20px;
    font-size: 16px;
  }
}
.about__main__title .ja:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 9999px;
  background: #24afdf;
}
@media (min-width: 1040px) {
  .about__main__title .ja:before {
    width: 10px;
    height: 10px;
  }
}
.about__main__title .en {
  display: block;
  width: max-content;
  font-family: 'Jost', sans-serif;
  font-size: 6.4vw;
  font-weight: 500;
  background: linear-gradient(
    135deg,
    #24afdf 0%,
    #20a1d7 24%,
    #1274bc 66%,
    #0e589b 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.7;
  line-height: 1;
}
@media (min-width: 1040px) {
  .about__main__title .en {
    font-size: 32px;
  }
}
.about__main__title .en--en {
  position: relative;
  padding-left: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .about__main__title .en--en {
    padding-left: 20px;
  }
}
.about__main__title .en--en:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 9999px;
  background: #24afdf;
}
@media (min-width: 1040px) {
  .about__main__title .en--en:before {
    width: 10px;
    height: 10px;
  }
}

.about__vision {
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 1040px) {
  .about__vision {
    margin-bottom: 70px;
  }
}
.about__vision .about__main__lead {
  font-family: 'Jost', sans-serif;
  margin-bottom: 8vw;
  font-size: 8.5333333333vw;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1040px) {
  .about__vision .about__main__lead {
    margin-bottom: 40px;
    font-size: 48px;
  }
}

.about__mission {
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .about__mission {
    margin-bottom: 120px;
  }
}
.about__mission .about__main__lead {
  margin-bottom: 10.6666666667vw;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1040px) {
  .about__mission .about__main__lead {
    margin-bottom: 57px;
    font-size: 32px;
  }
}

.about__main__text {
  font-weight: 500;
}

.about__gallery {
  display: flex;
  align-items: center;
  overflow-x: clip;
}
.about__gallery__item {
  display: flex;
  align-items: center;
}
.about__gallery__item:first-child {
  animation: auto-slide1 60s -30s linear infinite;
}
.about__gallery__item:last-child {
  animation: auto-slide2 60s linear infinite;
}
.about__gallery__item .img {
  width: 56.5333333333vw;
  margin-right: 8vw;
}
@media (min-width: 1040px) {
  .about__gallery__item .img {
    width: 283px;
    margin-right: 30px;
  }
}
.about__gallery__item .img img {
  width: 100%;
  border-radius: 1.6vw;
}
@media (min-width: 1040px) {
  .about__gallery__item .img img {
    border-radius: 8px;
  }
}

.about__message {
  padding: 18.6666666667vw 0 16vw;
  background: url('../img/page/about/bg_message_sp.jpg') no-repeat center/cover;
  color: #fff;
}
@media (min-width: 1040px) {
  .about__message {
    padding: 96px 0 120px;
    background: url('../img/page/about/bg_message_pc.jpg') no-repeat
      center/cover;
  }
}

.about__message__title {
  color: #fff;
  gap: 0 8vw;
  margin-bottom: 16vw;
  padding-bottom: 3.2vw;
  border-bottom: 0.2666666667vw solid #fff;
}
@media (min-width: 1040px) {
  .about__message__title {
    gap: 0 30px;
    margin-bottom: 100px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
  }
}
.about__message__title .en {
  font-size: 9.6vw;
}
@media (min-width: 1040px) {
  .about__message__title .en {
    gap: 0 30px;
    font-size: 68px;
  }
}

.about__message__item:first-child {
  margin-bottom: 16vw;
  padding-bottom: 16vw;
  border-bottom: 0.2666666667vw solid #fff;
}
@media (min-width: 1040px) {
  .about__message__item:first-child {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom-width: 1px;
  }
}

.about__message__box {
  position: relative;
  margin-bottom: 8vw;
}
@media (min-width: 1040px) {
  .about__message__box {
    display: flex;
    gap: 0 62px;
    margin-bottom: 40px;
  }
}

.about__message__intro {
  position: relative;
  z-index: 2;
}
@media (min-width: 1040px) {
  .about__message__intro {
    flex: 1;
  }
}
.about__message__intro__title {
  margin-bottom: 25.8666666667vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1040px) {
  .about__message__intro__title {
    margin-bottom: 50px;
  }
}
.about__message__intro__title .position {
  display: block;
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .about__message__intro__title .position {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.about__message__intro__title .name {
  display: flex;
  flex-direction: column;
  gap: 3.7333333333vw 0;
}
@media (min-width: 1040px) {
  .about__message__intro__title .name {
    flex-direction: row;
    gap: 0 26px;
    align-items: end;
  }
}
.about__message__intro__title .name .ja {
  display: block;
  font-size: 8.5333333333vw;
}
@media (min-width: 1040px) {
  .about__message__intro__title .name .ja {
    font-size: 40px;
  }
}
.about__message__intro__title .name .en {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .about__message__intro__title .name .en {
    font-size: 15px;
  }
}
.about__message__intro__lead {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0;
  margin-bottom: 8vw;
}
@media (min-width: 1040px) {
  .about__message__intro__lead {
    display: block;
    width: max-content;
    background: #fff;
    margin-bottom: 32px;
    padding: 1px 10px;
  }
}
.about__message__intro__lead span {
  display: block;
  width: max-content;
  padding: 0.2666666667vw 2.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #24afdf;
  background: #fff;
}
@media (min-width: 1040px) {
  .about__message__intro__lead span {
    display: inline;
    padding: 0;
    width: auto;
    background: none;
    font-size: 24px;
  }
}
.about__message__intro__text {
  font-weight: 700;
}

.about__message__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 44.8vw;
}
@media (min-width: 1040px) {
  .about__message__img {
    position: relative;
    width: 347px;
  }
}
.about__message__img img {
  border-radius: 2.1333333333vw;
}
@media (min-width: 1040px) {
  .about__message__img img {
    border-radius: 8px;
  }
}

.about__message__profile {
  padding: 8vw 5.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .about__message__profile {
    padding: 30px 64px;
    border-radius: 10px;
  }
}
.about__message__profile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1040px) {
  .about__message__profile__tags {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.about__message__profile__tags li {
  width: max-content;
  padding: 1.6vw;
  font-size: 3.2vw;
  line-height: 1;
  border: 0.2666666667vw solid #0e589b;
  color: #0e589b;
  border-radius: 0.8vw;
}
@media (min-width: 1040px) {
  .about__message__profile__tags li {
    padding: 8px;
    font-size: 12px;
    border-width: 1px;
    border-radius: 3px;
  }
}
.about__message__profile__text {
  color: #333333;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .about__message__profile__text {
    font-size: 14px;
  }
}

.about__overview {
  padding: 16vw 0;
}
@media (min-width: 1040px) {
  .about__overview {
    padding: 100px 0;
  }
}

@media (min-width: 1040px) {
  .about__overview__inner {
    max-width: 765px;
  }
}

.about__overview__title {
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.6666666667vw;
}
@media (min-width: 1040px) {
  .about__overview__title {
    margin-bottom: 95px;
  }
}
.about__overview__title .en {
  font-size: 12.8vw;
}
@media (min-width: 1040px) {
  .about__overview__title .en {
    font-size: 68px;
  }
}

.about__overview__list {
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
}
@media (min-width: 1040px) {
  .about__overview__list {
    gap: 25px 0;
  }
}

.about__overview__item {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 1040px) {
  .about__overview__item {
    position: relative;
    flex-direction: row;
    align-items: center;
    gap: 0 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
  }
}
@media (min-width: 1040px) and (min-width: 1040px) {
  .about__overview__item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 170px;
    height: 1px;
    z-index: 1;
    background: #24afdf;
  }
}
.about__overview__item dt {
  position: relative;
  font-weight: 700;
  border-bottom: 0.2666666667vw solid #ebebeb;
}
@media (min-width: 1040px) {
  .about__overview__item dt {
    border-bottom: none;
    width: 170px;
  }
}
.about__overview__item dt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2666666667vw;
  width: 26.6666666667vw;
  height: 0.2666666667vw;
  z-index: 1;
  background: #24afdf;
}
@media (min-width: 1040px) {
  .about__overview__item dt:after {
    display: none;
  }
}

/**
英語版対応
 */
.main--about--en .about__mission .about__main__lead {
  font-size: 8.5333333333vw;
}
@media (min-width: 1040px) {
  .main--about--en .about__mission .about__main__lead {
    font-size: 48px;
  }
}
.main--about--en .about__message__intro__title .name {
  width: 50%;
  line-height: 1.8;
}
@media (min-width: 1040px) {
  .main--about--en .about__message__intro__title .name {
    width: auto;
  }
}
.main--about--en .about__message__intro__lead span {
  width: auto;
}

/** ------------------------------------------------------
  事例共通
 ------------------------------------------------------*/
.cases-head {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .cases-head {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 60px;
    margin-bottom: 47px;
  }
}

.g-cases-category {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 26.6666666667vw;
  height: 8.5333333333vw;
}
@media (min-width: 1040px) {
  .g-cases-category {
    width: 100px;
    height: 32px;
  }
}
.g-cases-category .bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    #24afdf 0%,
    #20a1d7 24%,
    #1274bc 66%,
    #0e589b 100%
  );
  opacity: 0.7;
  border-top-right-radius: 1.0666666667vw;
  border-bottom-left-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .g-cases-category .bg {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.g-cases-category .text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1040px) {
  .g-cases-category .text {
    font-size: 12px;
  }
}

@media (min-width: 1040px) {
  .cases-img {
    width: 384px;
  }
}

@media (min-width: 1040px) {
  .cases-description {
    flex: 1;
  }
}

.cases-copy {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .cases-copy {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.cases-title {
  color: #1274bc;
  font-weight: 700;
  font-size: 4.2666666667vw;
}
@media (min-width: 1040px) {
  .cases-title {
    font-size: 16px;
  }
}

/** ------------------------------------------------------
  事例一覧
 ------------------------------------------------------*/
.main--cases-archive {
  padding-bottom: 0;
}

.cases-archive .page-header {
  background: url('../img/page/cases/main_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .cases-archive .page-header {
    background: url('../img/page/cases/main_pc.jpg') no-repeat center/cover;
  }
}

.breadcrumb--cases-archive {
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .breadcrumb--cases-archive {
    margin-bottom: 67px;
  }
}

.cases-archive__lead {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .cases-archive__lead {
    margin-bottom: 40px;
  }
}

.cases-archive__box {
  padding: 9.6vw 0 16vw;
  background: #f7f8fb;
}
@media (min-width: 1040px) {
  .cases-archive__box {
    padding: 100px 0;
  }
}

.cases-archive__list {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw 0;
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 1040px) {
  .cases-archive__list {
    gap: 40px 0;
    margin-bottom: 40px;
  }
}

.cases-archive__item {
  position: relative;
  padding: 13.3333333333vw 5.3333333333vw 16vw;
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .cases-archive__item {
    padding: 60px;
    border-radius: 4px;
  }
}

.cases-archive__body {
  display: flex;
  flex-direction: column;
  gap: 16vw 0;
  margin-bottom: 8vw;
}
@media (min-width: 1040px) {
  .cases-archive__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 90px;
    margin-bottom: 40px;
  }
}

.cases-archive__done {
  position: relative;
}
.cases-archive__done:first-child:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -13.3333333333vw;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6.6666666667vw solid transparent;
  border-left: 6.6666666667vw solid transparent;
  border-top: 5.8666666667vw solid #1274bc;
  border-bottom: 0;
}
@media (min-width: 1040px) {
  .cases-archive__done:first-child:before {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 22px solid #1274bc;
    border-right: 0;
    top: 50%;
    right: -57px;
    bottom: auto;
    left: auto;
    transform: translate(0, -50%);
  }
}
.cases-archive__done__title {
  width: max-content;
  margin-bottom: 4.2666666667vw;
  padding: 2.1333333333vw 8.5333333333vw;
  border-radius: 8vw;
  border: 0.2666666667vw solid #1274bc;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #1274bc;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1040px) {
  .cases-archive__done__title {
    margin-bottom: 16px;
    padding: 8px 32px;
    border-radius: 30px;
    border-width: 1px;
    font-size: 14px;
  }
}
.cases-archive__done__list {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw 0;
}
@media (min-width: 1040px) {
  .cases-archive__done__list {
    gap: 8px 0;
  }
}
.cases-archive__done__list li {
  padding-left: 4.2666666667vw;
  text-indent: -4.2666666667vw;
}
@media (min-width: 1040px) {
  .cases-archive__done__list li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.cases-archive__btn {
  width: 59.2vw;
  margin: 0 auto;
}
@media (min-width: 1040px) {
  .cases-archive__btn {
    width: 222px;
    margin: 0 0 0 auto;
  }
}
.cases-archive__btn .btn__text {
  font-weight: 500;
}

/** ------------------------------------------------------
  事例詳細
 ------------------------------------------------------*/
.main--cases-single {
  background: #f7f8fb;
}

.cases-single .page-header {
  background: url('../img/page/cases/main_sp.jpg') no-repeat center/cover;
}
@media (min-width: 1040px) {
  .cases-single .page-header {
    background: url('../img/page/cases/main_pc.jpg') no-repeat center/cover;
  }
}

.breadcrumb--cases-single {
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .breadcrumb--cases-single {
    margin-bottom: 117px;
  }
}

.cases-single__box {
  position: relative;
  margin-bottom: 8vw;
  padding: 13.3333333333vw 5.3333333333vw;
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .cases-single__box {
    margin-bottom: 40px;
    padding: 60px;
    border-radius: 4px;
  }
}

.cases-single__info {
  padding-bottom: 13.3333333333vw;
  border-bottom: 0.2666666667vw solid #ebebeb;
}
@media (min-width: 1040px) {
  .cases-single__info {
    padding-bottom: 30px;
    border-bottom-width: 1px;
  }
}
.cases-single__info__title {
  position: relative;
  margin-bottom: 3.2vw;
}
@media (min-width: 1040px) {
  .cases-single__info__title {
    margin-bottom: 12px;
  }
}
.cases-single__info__title span {
  display: block;
  position: relative;
  width: max-content;
  padding-right: 3.2vw;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  color: #24afdf;
  background: #fff;
}
@media (min-width: 1040px) {
  .cases-single__info__title span {
    padding-right: 12px;
  }
}
.cases-single__info__title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 0.2666666667vw;
  background: #ebebeb;
}
@media (min-width: 1040px) {
  .cases-single__info__title:before {
    height: 1px;
  }
}
.cases-single__info__list {
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw 0;
}
@media (min-width: 1040px) {
  .cases-single__info__list {
    gap: 8px 0;
  }
}
.cases-single__info__item {
  display: flex;
  align-items: baseline;
  font-size: 3.7333333333vw;
  gap: 0 5.3333333333vw;
}
@media (min-width: 1040px) {
  .cases-single__info__item {
    gap: 0 20px;
    font-size: 14px;
  }
}
.cases-single__info__item dt {
  width: 16vw;
}
@media (min-width: 1040px) {
  .cases-single__info__item dt {
    width: 60px;
  }
}
.cases-single__info__item dd {
  flex: 1;
}

.cases-single__story {
  display: flex;
  flex-direction: column;
  gap: 11.2vw 0;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .cases-single__story {
    margin-bottom: 40px;
    gap: 54px 0;
  }
}
.cases-single__story__section {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
  position: relative;
  padding: 8vw;
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .cases-single__story__section {
    padding: 40px 60px;
    border-radius: 10px;
    flex-direction: row;
    gap: 0 60px;
    align-items: center;
  }
}
.cases-single__story__section:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8.5333333333vw;
  transform: translate(-50%, 0);
  width: 13.3333333333vw;
  height: 5.8666666667vw;
  background: url('../img/page/cases/triangle.svg') no-repeat center/contain;
}
@media (min-width: 1040px) {
  .cases-single__story__section:before {
    width: 50px;
    height: 22px;
    bottom: -32px;
  }
}
.cases-single__story__section:last-child:before {
  display: none;
}
.cases-single__story__title {
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .cases-single__story__title {
    font-size: 18px;
    min-width: 160px;
    max-width: 160px;
  }
}
.cases-single__story__list {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw 0;
}
@media (min-width: 1040px) {
  .cases-single__story__list {
    gap: 16px 0;
    flex: 1;
  }
}
.cases-single__story__list li {
  position: relative;
  padding-left: 1em;
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .cases-single__story__list li {
    font-size: 16px;
  }
}
.cases-single__story__list li:before {
  content: '';
  position: absolute;
  top: 3.2vw;
  left: 0;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background: #1274bc;
  border-radius: 9999px;
}
@media (min-width: 1040px) {
  .cases-single__story__list li:before {
    top: 12px;
    width: 8px;
    height: 8px;
  }
}

.cases-single__interview {
  display: flex;
  flex-direction: column;
  gap: 16vw 0;
  padding: 8vw;
  background: #fff;
  border-radius: 1.0666666667vw;
}
@media (min-width: 1040px) {
  .cases-single__interview {
    padding: 60px 58px;
    gap: 40px 0;
    border-radius: 10px;
  }
}
.cases-single__interview .title {
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .cases-single__interview .title {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.cases-single__interview .title span {
  position: relative;
  top: -1.3333333333vw;
  display: inline-block;
  width: 16vw;
  height: 0.2666666667vw;
  background: #333333;
  margin-right: 1.3333333333vw;
}
@media (min-width: 1040px) {
  .cases-single__interview .title span {
    top: -5px;
    width: 60px;
    height: 1px;
    margin-right: 16px;
  }
}
.cases-single__interview .body--img {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 1040px) {
  .cases-single__interview .body--img {
    flex-direction: row-reverse;
    gap: 0 88px;
  }
}
@media (min-width: 1040px) {
  .cases-single__interview .body--img .body__img {
    min-width: 347px;
    max-width: 347px;
  }
}
@media (min-width: 1040px) {
  .cases-single__interview .body--img .body__text {
    flex: 1;
  }
}
.cases-single__interview__img {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1040px) {
  .cases-single__interview__img {
    margin: 0;
  }
}

.cases-single__back {
  margin: 13.3333333333vw auto 0;
}
@media (min-width: 1040px) {
  .cases-single__back {
    margin-top: 100px;
  }
}

/** ------------------------------------------------------
  プライバシーポリシー
 ------------------------------------------------------*/
.main--privacy-policy {
  padding-bottom: 21.3333333333vw;
}
@media (min-width: 1040px) {
  .main--privacy-policy {
    padding-bottom: 200px;
  }
}

.privacy-policy .page-header {
  background: url('../img/page/privacy-policy/main_sp.jpg') no-repeat
    center/cover;
}
@media (min-width: 1040px) {
  .privacy-policy .page-header {
    background: url('../img/page/privacy-policy/main_pc.jpg') no-repeat
      center/cover;
  }
}

.breadcrumb--privacy-policy {
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .breadcrumb--privacy-policy {
    margin-bottom: 67px;
  }
}

.privacy-policy__body h2 {
  margin-bottom: 10.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .privacy-policy__body h2 {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.privacy-policy__body h3 {
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media (min-width: 1040px) {
  .privacy-policy__body h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.privacy-policy__body p {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .privacy-policy__body p {
    margin-bottom: 40px;
  }
}
.privacy-policy__body a {
  word-break: break-all;
  text-decoration: underline;
}
.privacy-policy__body > ul {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1040px) {
  .privacy-policy__body > ul {
    gap: 10px 0;
    margin-bottom: 40px;
  }
}
.privacy-policy__body > ul > li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.privacy-policy__body > ul > li ul {
  display: flex;
  flex-direction: column;
  gap: 0.8vw 0;
}
@media (min-width: 1040px) {
  .privacy-policy__body > ul > li ul {
    gap: 3px 0;
  }
}
.privacy-policy__body > ul > li ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-policy__mark {
  display: flex;
  flex-direction: column;
  gap: 13.3333333333vw 0;
  margin-top: 21.3333333333vw;
}

@media (min-width: 1040px) {
  .privacy-policy__mark {
    gap: 100px 0;
    margin-top: 100px;
  }
}

.privacy-policy__mark__ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
.privacy-policy__mark__li {
  width: 100px;
}

.privacy-policy__mark__item {
  display: flex;
  align-items: start;
  gap: 0 5.3333333333vw;
}
@media (min-width: 1040px) {
  .privacy-policy__mark__item {
    align-items: center;
    gap: 0 57px;
  }
}

.privacy-policy__mark__img {
  width: 26.6666666667vw;
}
@media (min-width: 1040px) {
  .privacy-policy__mark__img {
    width: 150px;
  }
}
.privacy-policy__mark__img img {
  width: 100%;
}

.privacy-policy__mark__body {
  flex: 1;
  font-size: 3.7333333333vw;
}
@media (min-width: 1040px) {
  .privacy-policy__mark__body {
    font-size: 16px;
  }
}

/** ------------------------------------------------------
  404
 ------------------------------------------------------*/
.main--not-found {
  padding-top: 22.9333333333vw;
}
@media (min-width: 1040px) {
  .main--not-found {
    padding-top: 200px;
  }
}

.breadcrumb--not-found {
  margin-bottom: 16vw;
}
@media (min-width: 1040px) {
  .breadcrumb--not-found {
    margin-bottom: 67px;
  }
}

.not-found__title {
  margin-bottom: 10.6666666667vw;
  font-size: 6.4vw;
  font-weight: 500;
}
@media (min-width: 1040px) {
  .not-found__title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

.not-found__text {
  margin-bottom: 10.6666666667vw;
  font-size: 4.2666666667vw;
}
@media (min-width: 1040px) {
  .not-found__text {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

@font-face {
  font-family: 'Optima', serif;
  src: url('../font/optima.ttf') format('truetype');
}
