@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

img {
  width: 100%;
}

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

.inner {
  width: 100%;
  max-width: calc(1440px + 3.75rem);
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

body {
  background-color: #F3F7FF;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  position: relative;
  z-index: 1;
}

.container {
  width: 100%;
  max-width: calc(1440px + 3.75rem);
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

a {
  text-decoration: none;
}

.text--engineer {
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(72deg, #0053A2 0%, #0070C5 50%, #0990D8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.title-eng {
  font-size: 1.25rem;
  color: #025CB4;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.02em;
  line-height: 0.82;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.font--second {
  font-family: "Bebas Neue", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* a 要素のリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default 
article > * + * {
  margin-top: 1em;
}
*/
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

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

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

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

.lp1 h2 {
  border-top-color: transparent;
  border-top: none !important;
  font-family: "Noto Sans JP", sans-serif !important;
  background: transparent;
  padding: 0;
  border-bottom: none;
}
.lp1 h3 {
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
  font-family: "Noto Sans JP", sans-serif !important;
}
.lp1 h3::after {
  display: none;
}

.vk-mobile-nav-menu-btn {
  display: none !important;
}

.section {
  padding: 5rem 0;
}

.section__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  text-align: center;
  color: #025CB4;
  margin-bottom: 5rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 6.25rem 0;
  }
  .section__title {
    font-size: 2.75rem;
    margin-bottom: 2.5rem;
  }
}
.button {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1061AB), to(#2EA2E0));
  background: linear-gradient(90deg, #1061AB 0%, #2EA2E0 100%);
  cursor: pointer;
  border-radius: 2.375rem;
  position: relative;
  color: #fff;
  border: none;
  line-height: 1;
  font-size: 1.125rem;
  width: 280px;
  padding: 1.8125rem 1.9375rem;
  border-radius: 2.375rem;
  text-align: left;
}

.button::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.9375rem;
  width: 1.1875rem;
  height: 0.5625rem;
  z-index: 1;
  background-image: url(/wp-content/themes/freedge/image/simple-arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.button--primary {
  background: -webkit-gradient(linear, left top, right top, from(#1061AB), to(#2EA2E0));
  background: linear-gradient(90deg, #1061AB 0%, #2EA2E0 100%);
}

@media screen and (max-width: 767px) {
  .button {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    max-width: 15rem;
    width: 100%;
  }
  .button::after {
    right: 1rem;
    width: 1rem;
    height: 0.5rem;
  }
}
.header {
  color: #000000;
  font-size: 1.625rem;
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
}

.inner.header__inner {
  max-width: 1864px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.25rem 1.25rem;
  position: relative;
  z-index: 1024;
}

.header__logo {
  max-width: 12.9375rem;
  width: 100%;
}

.header__logo-link {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 2rem + 0.005748503 * (100vw - 375px), 2.3rem);
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav__item + .nav__item {
  margin-left: 2.5rem;
}

.nav__item + .nav__item.nav__link--primary {
  margin-left: 2rem;
}

.nav__link {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #121212;
}

.nav__link--primary {
  background-color: #025CB4;
  color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.125rem 2.25rem;
  line-height: 1;
  display: inline-block;
}

.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2rem;
  height: 1.125rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 12px;
  }
}

.hamburger__line {
  width: 100%;
  height: 2px;
  background-color: #025CB4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  right: 0;
}

.hamburger__line:nth-child(1) {
  top: 0;
}

.hamburger__line:nth-child(2) {
  width: 75%;
  margin-left: auto;
  bottom: 0;
}

.hamburger.is-active .hamburger__line:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(30deg);
          transform: translateY(5px) rotate(30deg);
}

.hamburger.is-active .hamburger__line:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(-30deg);
          transform: translateY(-5px) rotate(-30deg);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer.is-open {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .drawer {
    display: none;
  }
}

.drawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: linear-gradient(155deg, #0058B4 0%, #0070C5 50%, #089BE9 100%);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 5rem 1.25rem 1.25rem;
  overflow-y: auto;
}
.drawer.is-open .drawer__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer__nav {
  width: 100%;
}

.drawer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 3.75rem 0;
}

.drawer__link {
  display: block;
  padding: 0.875rem 0;
  color: #ffffff;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  line-height: 1;
}
.drawer__link:hover {
  color: #025CB4;
}
.drawer__link--primary {
  background: #ffffff;
  color: #025CB4;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  margin-top: 1.25rem;
  text-align: center;
  position: relative;
  text-align: left;
  line-height: 1;
}
.drawer__link--primary:hover {
  opacity: 0.8;
}
.drawer__link--primary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.125rem;
  width: 1.1875rem;
  height: 0.5625rem;
  color: #025CB4;
  background-image: url("../image/simple-arrow_blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body.drawer-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .header {
    position: sticky;
  }
  .header__logo {
    max-width: 10rem;
  }
  .header {
    background-color: #ffffff;
  }
  .inner.header__inner {
    padding: 1.5rem 0.9375rem;
    background-color: #ffffff;
  }
}
.section--kv {
  background: url("../image/KV_bg.jpg") no-repeat center/cover;
  text-align: center;
  color: #ffffff;
  padding: 3.75rem 0;
  height: 56.25vw;
}

.section__inner--kv {
  position: relative;
  height: 100%;
}

.kv__text-group {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.kv__text {
  margin: 0 auto;
  height: 68.9583333333%;
}

.kv__text--sub {
  margin-top: 1.25rem;
  font-size: 2rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .section--kv {
    height: 154.4529262087vw;
    background-image: url("../image/KV_bg_sp.jpg");
  }
  .kv__text-group {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: auto;
    width: 78%;
    top: 4%;
  }
  .kv__text {
    height: auto;
  }
  .kv__text--sub {
    font-size: 1rem;
    margin-top: 0;
  }
}
.section--about {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.section--about::after {
  content: "";
  position: absolute;
  bottom: -6.7708333333vw;
  right: -1.5625vw;
  width: 93.8541666667vw;
  height: auto;
  background-image: url(/wp-content/themes/freedge/image/about_bg_image.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  aspect-ratio: 1802/784.84;
}

.section__inner--about {
  max-width: 1100px;
}

.about__text {
  font-size: 1.125rem;
  line-height: 1.5;
  width: 45.5555555556%;
}

.about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.about__sub-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 5.3125rem;
  line-height: 1.5;
}

.section__title.section__title--about {
  max-width: 31.25rem;
  margin-bottom: 0;
}

.about__title--top {
  width: 75.4125412541%;
  margin-bottom: 0.0625rem;
}

.about__title--bottom {
  width: 100%;
}

.abtou__description {
  font-size: 1.5rem;
  line-height: 2.26;
  font-weight: 700;
  letter-spacing: -0.07em;
}

.about__paragragh:not(:last-child) {
  margin-bottom: 2.75rem;
}

@media screen and (max-width: 767px) {
  .section--about {
    padding: 3.25rem 0;
  }
  .section__title.section__title--about {
    max-width: 15rem;
    margin-right: auto;
  }
  .about__sub-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__text {
    width: 100%;
    font-size: 1rem;
  }
  .about__paragragh:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.section--work-style {
  padding: 5rem 0;
  background-color: #F3F8FE;
}

.section--work-style .inner {
  max-width: 1135px;
}

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

.work-style__text {
  margin-top: 1.25rem;
  font-size: clamp(1rem, 1rem + 0.0028742515 * (100vw - 375px), 1.15rem);
  line-height: 1.8;
}

.work__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.work__item {
  background: linear-gradient(45deg, #0058B4 0%, #0070C5 50%, #089BE9 100%);
  color: #fff;
  border-radius: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.work__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.work__item-container {
  padding: 20px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.work__item-number {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
  font-family: "Bebas Neue", sans-serif;
  color: transparent;
  -webkit-text-stroke: 0.1px #fff;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.work__item-text {
  margin-bottom: 10px;
}

.work__item-text-head {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.work__item-text-description {
  font-size: 0.9375rem;
}

.work__item-image {
  margin-top: auto;
  margin-left: auto;
}

.work-style__head-en {
  font-size: 1.25rem;
  color: #025CB4;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.02em;
  line-height: 0.82;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.work-style__head-ja {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.work-style__head-ja span {
  letter-spacing: -0.23em;
}

.work-style__head-group {
  margin-bottom: 2.9375rem;
}

.work__item-text {
  letter-spacing: 0.03em;
}

.work__item-head {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.32;
  margin-bottom: 0.75rem;
}

.work__item-description {
  font-size: 0.9375rem;
  line-height: 1.56;
  letter-spacing: -0.02em;
}

.work__item-image {
  max-width: 35%;
  width: 100%;
}

@media screen and (max-width: 1135px) {
  .work__item-number {
    font-size: calc(32 * 100vw / 1135);
  }
  .work__item-head {
    font-size: calc(24 * 100vw / 1135);
  }
  .work__item-description {
    font-size: calc(16 * 100vw / 1135);
  }
}
@media screen and (max-width: 767px) {
  .section--work-style {
    padding: 7.75rem 0 2.5rem;
  }
  .work-style__head-ja {
    font-size: 1.25rem;
  }
  .work-style__head-en {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .work__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
  .work__item {
    width: 100%;
    height: auto;
  }
  .work__item::before {
    padding-top: 125%;
  }
  .work__item-container {
    padding: 0.5rem;
  }
  .work__item-number {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .work__item-head {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
  }
  .work__item-description {
    font-size: 0.375rem;
  }
  .work__item-image {
    max-width: 30%;
    margin-top: auto;
  }
}
.section--interview {
  width: 100vw;
  background: linear-gradient(139deg, #1061AB 0%, #2EA2E0 100%);
  padding: 80px 0;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 1;
}

.section--interview::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-image: url(/wp-content/themes/freedge/image/interview_bg_image.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1920/482;
}

.section__inner {
  position: relative;
}

.section__title.section__title--interview {
  color: #fff;
  font-size: 7.9375rem;
  color: #fff;
  margin-bottom: 0;
}

.interview__title-group {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interview__title-sub {
  color: #fff;
  font-size: 16px;
}

.interview__body {
  max-width: 900px;
  margin: 0 auto;
}

.interview-swiper {
  padding-bottom: 40px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  padding-top: 3.3125rem !important;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.interview-swiper .swiper-slide.swiper-slide-active {
  -webkit-transform: translateY(-3.3125rem) !important;
          transform: translateY(-3.3125rem) !important;
}

.interview__item {
  width: 21.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
}
.interview__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 97, 171, 0.6)), color-stop(70%, rgba(37, 45, 47, 0)));
  background: linear-gradient(0deg, rgba(16, 97, 171, 0.6) 0%, rgba(37, 45, 47, 0) 70%);
}

.interview__item-image {
  display: block;
  width: 100%;
}

.interview__item-image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 370/490;
}

.interview__item-text {
  color: #fff;
  text-align: left;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  font-weight: bold;
}

.interview__name {
  font-size: 1.25rem;
}

.interview__name span {
  font-size: 3.75rem;
}

.interview__experience {
  font-size: 1rem;
}

.interview__comment {
  margin-top: 0.625rem;
}

.swiper-pagination {
  bottom: 0 !important;
}

.interview__swiper-pagination {
  margin-top: 24px;
  gap: 16px;
  position: absolute;
  top: 0;
  right: 1.875rem;
  margin: 0;
  width: 145px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.interview__swiper-pagination * {
  width: 64px !important;
  height: 64px !important;
  position: static !important;
  margin: 0 !important;
  background-size: contain;
}

.interview__swiper-pagination .swiper-button-prev {
  background-image: url(/wp-content/themes/freedge/image/interview-prev.svg);
}

.interview__swiper-pagination .swiper-button-next {
  background-image: url(/wp-content/themes/freedge/image/interview-next.svg);
}

.swiper-button-prev-interview::after,
.swiper-button-next-interview::after {
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: none;
  height: 100%;
  width: 100%;
}

.swiper-button-prev-interview {
  left: 0;
}

.swiper-button-next-interview {
  right: 0;
}

@media (max-width: 600px) {
  .interview__item {
    width: 70vw;
  }
  .interview__body {
    max-width: 100%;
  }
}
.interview__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  z-index: 1200;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interview__modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.interview__modal-contents {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  position: relative;
}

.interview__modal-inner {
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}

.interview__modal-image {
  max-width: 370px;
  width: 100%;
}

.interview__modal-text {
  max-width: 646px;
  width: 100%;
}

.interview__modal-text-group:not(:last-child) {
  margin-bottom: 2.5rem;
}

.interview__modal-text-head {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  line-height: 1;
}

.interview__modal-text-description {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}

.interview__modal-cancel {
  position: absolute;
  top: 35px;
  right: 35px;
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.interview__modal-cancel::before,
.interview__modal-cancel::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.375rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #025CB4;
}

.interview__modal-cancel::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.interview__modal-cancel::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .interview__title-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
  .section__title.section__title--interview {
    text-align: left;
    font-size: 2.75rem;
  }
  .interview__modal-cancel::before,
  .interview__modal-cancel::after {
    width: 100%;
    height: 4px;
  }
  .interview__name {
    font-size: 1rem;
  }
  .interview__name span {
    font-size: 2rem;
  }
  .interview__experience {
    font-size: 1rem;
  }
  .interview__modal {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .interview__modal-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.25rem;
  }
  .interview__modal-image {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
  .interview__modal-text {
    max-width: 100%;
  }
  .interview__modal-cancel {
    width: 2.5rem;
    height: 2.5rem;
    top: 1%;
    right: 1%;
  }
  .interview__swiper-pagination {
    width: 7.5rem;
    height: 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interview__swiper-pagination * {
    width: 3rem !important;
    height: 3rem !important;
    background-repeat: no-repeat;
  }
}
.section--numbers {
  padding: 5rem 0;
  background-color: #F3F8FE;
}

.section__title.section__title--numbers {
  text-align: left;
  font-size: 2.25rem;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  color: #000000;
  font-weight: 900;
}

.section__title.section__title--numbers span {
  font-family: "Bebas Neue", sans-serif;
}

.section__title-sub.section__title-sub--numbers {
  font-size: 1.25rem;
  color: #025CB4;
  margin-bottom: 1.0625rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.82;
}

.numbers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .numbers__grid {
    gap: 0.75rem;
  }
}

.numbers__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F3F7FF));
  background: linear-gradient(180deg, #fff 0%, #F3F7FF 100%);
  border-radius: 4px;
  padding: 26px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.numbers__item .numbers__label {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1061AB;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.numbers__item .numbers__value {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #025CB4;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.numbers__item .numbers__value span {
  font-size: 115px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0058B4), color-stop(50%, #0070C5), to(#089BE9));
  background: linear-gradient(180deg, #0058B4 0%, #0070C5 50%, #089BE9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 0.87;
  letter-spacing: -0.02em;
  font-family: "Bebas Neue", sans-serif;
}
.numbers__item .numbers__desc {
  font-size: 32px;
  color: #1061AB;
  font-weight: 700;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .section--numbers {
    padding-top: 1.5rem;
    padding-bottom: 7.75rem;
  }
  .section__title.section__title--numbers {
    font-size: 1.5rem;
  }
  .section__title-sub.section__title-sub--numbers {
    font-size: 1rem;
  }
  .numbers__item {
    padding: 0.5rem 0.5rem;
  }
  .numbers__item .numbers__label {
    font-size: 0.5rem;
  }
  .numbers__item .numbers__value {
    font-size: 0.5rem;
  }
  .numbers__item .numbers__value span {
    font-size: 1.5rem;
  }
}
.section--culture {
  padding: 5rem 0;
}

.culture__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.culture__item {
  padding: 0.625rem;
  background: #F3F8FE;
  border-radius: 0.25rem;
}

.section--message {
  padding: 5rem 0;
  text-align: center;
}

.section__title--message {
  text-align: right;
  margin-right: calc(0px - 2vw);
  margin-bottom: 5.1875rem;
  font-size: 120px;
  color: #1061AB;
  margin-bottom: 32px;
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1515px) {
  .section__title--message {
    margin-right: 0;
  }
}
.message__text {
  line-height: 1.8;
  margin-bottom: 2.3125rem;
}

.message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  width: 100%;
}

.message__image {
  max-width: 800px;
  width: 100%;
}
.message__image img {
  width: 100%;
  max-width: 800px;
  display: block;
}

.message__text-group {
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.message__text {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: 2.25;
  margin-bottom: 2.3125rem;
  text-align: left;
}

.message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.message__job {
  font-size: 16px;
  font-weight: bold;
}

.message__name-text img {
  height: 32px;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .section--message .message__image {
    max-width: 100vw;
  }
  .section--message .section__title {
    font-size: 64px;
  }
}
@media (max-width: 900px) {
  .section--message .message__image {
    margin: 0 auto;
  }
  .section--message .message__content {
    width: 100%;
  }
  .section--message .section__title,
  .section--message .message__text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .section--message .section__title {
    font-size: 2.75rem;
  }
  .section--message .message__text {
    font-size: 1rem;
  }
  .message__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .message__name {
    width: 100%;
  }
  .message__job {
    font-size: 1rem;
  }
  .message__name-text {
    max-width: 10rem;
    width: 100%;
  }
  .message__name-text img {
    height: auto;
    width: 100%;
  }
}
.section--jobs {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(121deg, #1061AB 0%, #2EA2E0 100%);
  padding: 80px 0;
  color: #ffffff;
}

.jobs__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jobs__title-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}

.section__title.section__title--jobs {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
  line-height: 1;
}

.jobs__description {
  font-size: 16px;
  line-height: 1.8;
}

.jobs__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.jobs__item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
  color: #fff;
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.jobs__item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.jobs__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jobs__item-head-main {
  font-size: 20px;
  font-weight: bold;
}

.jobs__item-arrow {
  width: 32px;
  height: 32px;
}

.jobs__item-arrow img {
  display: block;
  -webkit-filter: none;
          filter: none;
}

.jobs__item-description {
  font-size: 14px;
  line-height: 1.6;
}

.job-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  color: #000000;
}

.job-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job-modal__inner {
  overflow: scroll;
  background: #fff;
  max-width: 1040px;
  width: 100%;
  position: relative;
  border-radius: 0.25rem;
}

.job-modal__wrapper {
  display: block;
}

.job-modal__head {
  padding: 2.5rem 3.0625rem;
  border-bottom: 1px solid #F3F7FF;
  color: #025CB4;
  line-height: 1;
  position: relative;
  background-color: #F3F7FF;
}

.job-modal__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.125rem;
  width: 1.625rem;
  height: 1.625rem;
  cursor: pointer;
}

.job-modal__close::before,
.job-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.375rem;
  background-color: #025CB4;
}

.job-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.job-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.job-modal__content {
  padding: 3.125rem 3rem;
}

.job-modal__top-content {
  margin-bottom: 4rem;
}

.job-modal__item:not(:last-child) {
  margin-bottom: 3rem;
}

.job-modal__item-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.125rem;
  line-height: 1;
}

.job-modal__item-description {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}

.job-modal__table-item {
  border-top: 1px solid #D0DBEB;
  padding: 2.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.job-modal__table-item:last-child {
  border-bottom: 1px solid #D0DBEB;
}

.job-modal__table-item-head {
  -ms-flex-preferred-size: 25.375rem;
      flex-basis: 25.375rem;
  font-weight: 700;
  line-height: 1;
}

.job-modal__table-item-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}

.job-modal__button {
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section__title.section__title--jobs {
    font-size: 2.75rem;
  }
  .jobs__title-sub {
    font-size: 1rem;
  }
  .jobs__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .job-modal__table-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-modal__table-item-head {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 1.5rem;
  }
  .jobs__item-head-main {
    font-size: 1.25rem;
  }
  .jobs__item-description {
    font-size: 1rem;
  }
  .jobs__item-arrow {
    width: 2rem;
    height: 2rem;
  }
  .job-modal__head {
    padding: 1.25rem 1.25rem;
  }
  .job-modal__title {
    font-size: 1.5rem;
  }
  .job-modal__content {
    padding: 2rem 1.25rem;
  }
  .job-modal__item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .job-modal__item-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .job-modal__item-description {
    font-size: 1rem;
  }
  .job-modal__table-item {
    padding: 1.5rem 0;
  }
  .job-modal__table-item-head {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .job-modal__table-item-description {
    font-size: 1rem;
  }
}
.section--faq {
  padding: 5rem 0;
}

.section__inner.section__faq--inner {
  max-width: calc(1200px + 3.75rem);
}

.section__title.section__title--faq {
  color: #025CB4;
  margin-bottom: 5rem;
  font-size: 5rem;
  text-align: center;
}

.faq__body {
  width: 100%;
}

.faq__item {
  border-bottom: 1px solid #D0DBEB;
}

.faq__question,
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  padding: 1.875rem 2rem;
}

.faq__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  font-size: 32px;
  margin-right: 1.5rem;
  border-radius: 50%;
}

.faq__question .faq__icon {
  background-color: #025CB4;
  color: #ffffff;
}

.faq__answer .faq__icon {
  background-color: #F3F7FF;
  color: #025CB4;
}

.faq__question {
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-right: 1.25rem;
  padding-bottom: 1.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__question::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #0D46A0;
}

.faq__question::before {
  position: absolute;
  content: "";
  display: block;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #0D46A0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq__answer {
  margin-top: 0.25rem;
  display: none;
  background-color: #fff;
  padding: 1.875rem 2rem 2.8125rem;
}

.faq__answer .faq__description {
  padding-top: 0.9375rem;
}

.faq__item.is-open .faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__item.is-open .faq__question::before {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

@media screen and (max-width: 767px) {
  .section__title.section__title--faq {
    font-size: 2.75rem;
    margin-bottom: 2rem;
  }
  .faq__question, .faq__answer {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
  .faq__icon {
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    margin-right: 1rem;
  }
  .faq__question {
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }
  .faq__question::after {
    right: 0.125rem;
    width: 1.25rem;
  }
  .faq__question::before {
    right: 0.6875rem;
    height: 1.25rem;
  }
  .faq__description {
    font-size: 1rem;
  }
  .faq__answer {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
  .faq__answer .faq__description {
    padding-top: 0.5rem;
  }
}
.section--services {
  padding: 5rem 0;
  background-color: #F3F8FE;
  text-align: center;
}

.section__title.section__title--services {
  color: #025CB4;
  margin-bottom: 0.6875rem;
  font-size: 5rem;
}

.services__title-sub.services__title-sub--services {
  font-size: 1.375rem;
}

.services__title-group {
  margin-bottom: 3.125rem;
}

.services__pdf {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.sd-player-title {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

@media screen and (max-width: 767px) {
  .section__title.section__title--services {
    font-size: 2.75rem;
    margin-bottom: 1rem;
  }
  .services__title-sub.services__title-sub--services {
    font-size: 1.25rem;
  }
  .services__title-group {
    margin-bottom: 2rem;
  }
}
.section--entry {
  max-width: 1880px;
  margin: 0 auto;
  background: linear-gradient(127deg, #1061AB 0%, #2EA2E0 100%);
  padding: 6.25rem 0;
  color: #fff;
  line-height: 1;
}

.section__title.section__title--entry {
  font-size: 7.9375rem;
  font-weight: bold;
  margin-bottom: 2.6875rem;
  color: #fff;
  text-align: left;
}

.entry__top-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
  gap: 1.25rem;
}

.entry__top-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 18.75rem;
}

.entry__description {
  font-size: 1rem;
  line-height: 1.8;
}

.entry__images {
  max-width: 675px;
  width: 100%;
  position: relative;
}

.entry__images::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.2222222222%;
}

.entry__image {
  position: absolute;
}

.entry__image--01 {
  left: 0;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 64.2962962963%;
}

.entry__image--02 {
  top: 0;
  right: 4.4444444444%;
  width: 26.8148148148%;
}

.entry__image--03 {
  right: 0;
  bottom: 0;
  width: 39.1111111111%;
}

.entry__bottom-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.entry__head {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.entry__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}

.entry__flow-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 1.25rem);
          flex: 1 1 calc(25% - 1.25rem);
  background: linear-gradient(-59deg, rgba(255, 255, 255, 0.2) 0%, rgba(131, 205, 244, 0.2) 50%, rgba(8, 155, 233, 0.2) 100%);
  border-radius: 0.25rem;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  min-width: 13.75rem;
  position: relative;
}

.entry__flow-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(10%, -50%);
          transform: translate(10%, -50%);
  right: 0;
  width: 18px;
  height: 33px;
  background: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry__flow-number {
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5625rem 0.6875rem;
  background-color: rgba(46, 162, 224, 0.8);
  border-radius: 0.25rem;
  line-height: 1;
  font-size: 1.75rem;
  font-family: "Bebas Neue", sans-serif;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.entry__flow-text {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

.entry__flow-description {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 500;
}

@media (max-width: 768px) {
  .section__title.section__title--entry {
    font-size: 2.75rem;
    margin-bottom: 2rem;
  }
  .entry__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .entry__flow-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .entry__flow-item:not(:last-child):after {
    content: "";
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    right: auto;
    left: 50%;
    width: 33px;
    height: 18px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .entry__flow-number {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
  .entry__flow-text {
    font-size: 1.25rem;
  }
  .entry__flow-description {
    font-size: 1rem;
  }
}
.section--entry {
  padding: 5rem 0;
}

.section__title.section__title--entry-form {
  font-size: 5rem;
  margin-bottom: 5rem;
  color: #025CB4;
}

.entry-form__body {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.wpcf7 {
  padding: 0;
  background: transparent;
  margin: 0 !important;
  border: none;
  font-size: 16px;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}

.form-item__label {
  -ms-flex-preferred-size: 16.375rem;
      flex-basis: 16.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.125rem;
}

.form-item__label--category {
  display: inline-block;
  margin-left: 0.6875rem;
  font-size: 0.8125rem;
  padding: 0.125rem 0.625rem;
  border-radius: 0.125rem;
  line-height: 1;
}

.form-item__label--category-must {
  background-color: #E8403A;
  color: #fff;
}

.form-item__inputArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.form-item__input {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-item__input--text,
.form-item__input--textArea {
  background-color: #fff;
  color: #000;
  border: 1px solid #C6D9EE;
  border-radius: 0.25rem;
  width: 100%;
  padding: 1.4375rem 1.5rem;
}

.form-item__input--radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 46px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.form-item__input--radio .wpcf7-list-item-label {
  padding-left: 2.375rem;
  font-size: 1.125rem;
  position: relative;
  font-weight: 500;
}

.form-item__input--radio .wpcf7-list-item-label::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background: #ffffff;
  left: 0;
  border-radius: 50%;
  border: 1px solid #C6D9EE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-item__input--radio input:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #025CB4;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 0.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-item__label + .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-item.form-item--file {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.form-item__label--file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-item__label--file-box {
  font-size: 1rem;
  line-height: 1;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  background-color: #025CB4;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  font-weight: 700;
}

input[type=file]::-webkit-file-upload-button {
  display: none;
}

input[type=file]::file-selector-button {
  display: none;
}

/* Safari fallback */
input[type=file] {
  text-shadow: 0 0 0 #000; /* ファイル名は黒字で残す */
}

.form-item__privacy-text {
  padding: 1.5rem 1.25rem;
  height: 12rem;
  overflow-y: scroll;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #C6D9EE;
  border-radius: 0.25rem;
  margin-bottom: 2.5rem;
}

.form-item__check {
  font-size: 14px;
}

.form-item__input--check .wpcf7-list-item-label {
  padding-left: 2.375rem;
  font-size: 1.125rem;
  position: relative;
  font-weight: 500;
}

.form-item__input--check .wpcf7-list-item-label::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background: #C6D9EE;
  left: 0;
  border-radius: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-item__input--check input:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.875rem;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 0.6875rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.form-item__submit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.form-item__submit-contents {
  background: -webkit-gradient(linear, left top, right top, from(#1061AB), to(#2EA2E0));
  background: linear-gradient(90deg, #1061AB 0%, #2EA2E0 100%);
  cursor: pointer;
  border-radius: 2.375rem;
  position: relative;
}

.form-item__input--submit {
  color: #fff;
  border: none;
  line-height: 1;
  font-size: 1.125rem;
  width: 280px;
  padding: 1.8125rem 1.9375rem;
  border-radius: 2.375rem;
  text-align: left;
}

.form-item__submit-contents::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.9375rem;
  width: 1.1875rem;
  height: 0.5625rem;
  z-index: 1;
  background-image: url(/wp-content/themes/freedge/image/simple-arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.form-item__submit-contents .wpcf7-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 101%;
}

@media screen and (max-width: 767px) {
  .section__title.section__title--entry-form {
    font-size: 2.75rem;
    margin-bottom: 2rem;
  }
  .form-item__input--radio .wpcf7-list-item-label {
    font-size: 1rem;
    padding-left: 2rem;
  }
  .form-item__input--radio input:checked + .wpcf7-list-item-label::after {
    width: 0.75rem;
    height: 0.75rem;
    left: 0.375rem;
  }
  .form-item__input--radio .wpcf7-list-item-label::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .form-item__label {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: left;
  }
  .form-item__inputArea {
    width: 100%;
  }
  .form-item__input--text, .form-item__input--textArea {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
  .form-item__label--file-box {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
.slide-image {
  margin-top: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.image-swiper {
  width: 100%;
  overflow: hidden;
}

.image-swiper img {
  width: 100%;
  height: auto;
}

#image-swiper_pagination {
  margin-top: 1rem;
}

#image-swiper_pagination .swiper-pagination-bullet-active {
  background-color: #025CB4;
}

.swiper-slide {
  width: auto;
}

.slide-portrait {
  width: 20rem !important;
  max-width: 70vw;
}

.slide-portrait img {
  aspect-ratio: 424/565;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-landscape {
  width: 30rem !important;
  max-width: 75vw;
}

.slide-landscape img {
  aspect-ratio: 565/424;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-portrait img,
.slide-landscape img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#image-swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  will-change: transform;
}

.footer {
  color: #000000;
  text-align: center;
  padding: 1.25rem 0;
}

.footer__inner.inner {
  max-width: 1800px;
  padding: 0 1.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 1px solid #D0DBEB;
  padding-top: 2.8125rem;
  padding-bottom: 2.875rem;
}

.footer__logo {
  max-width: 12.9375rem;
  width: 100%;
}

.footer__corporate-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.footer__corporate-link--text {
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 700;
}

.footer__corporate-link--icon {
  display: inline-block;
  margin-left: 0.25rem;
  max-width: 1.25rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
  .footer__text {
    font-size: 16px;
  }
  .footer__corporate-link {
    width: 100%;
  }
  .footer__corporate-link--text {
    font-size: 1rem;
  }
  .footer__corporate-link--icon {
    max-width: 1rem;
  }
}
.page-top {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 50;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  color: #025CB4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  min-width: 7.5rem;
}
.page-top.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-top:hover {
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(16, 97, 171, 0.3);
          box-shadow: 0 0.5rem 1.5rem rgba(16, 97, 171, 0.3);
}

.page-top__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.1875rem;
}
.page-top__arrow img {
  width: 100%;
  display: block;
}

.page-top__text {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  line-height: 1.2;
  font-family: "Bebas Neue", sans-serif;
}

@media screen and (max-width: 767px) {
  .page-top {
    bottom: 1.25rem;
    right: 1.25rem;
    min-width: 6.25rem;
    gap: 0.625rem;
  }
  .page-top__arrow {
    width: 1.1875rem;
  }
  .page-top__text {
    font-size: 1rem;
  }
}
.js-fadeInUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s, -webkit-transform 1.5s;
}
.js-fadeInUp.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}