@charset "UTF-8";
/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 3em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
body {
  letter-spacing: 0.12em;
  background-color: #f3f8f8;
}

.root-home {
  overflow-x: hidden;
}

.imain_content .en_title {
  font-family: Jost, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.imain_content .en_title--white {
  color: #ffffff;
}
.imain_content .en_title--blue {
  color: #29bfdd;
}
.imain_content .en_title--blue_2 {
  color: #98e5ff;
}
.imain_content .deco {
  display: block;
}
.imain_content .doco,
.imain_content .blur_circle,
.imain_content .shine,
.imain_content .bg_leaf {
  pointer-events: none;
}

.js-gsap_css_animation {
  --delay-rate: 0.5s;
  --duration: 1s;
}
@media screen and (max-width: 575px) {
  .js-gsap_css_animation {
    --duration: 1.2s;
    --delay-rate: 0.4s;
  }
}
.js-gsap_css_animation--blur {
  transition: var(--duration) opacity cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate), calc(var(--duration) * 1.5) filter cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate);
}
.js-gsap_css_animation--blur.js-gsap_css_animation-before {
  opacity: 0.1;
  filter: blur(20px);
}
.js-gsap_css_animation--rise_diagonal {
  transition: var(--duration) opacity cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate), calc(var(--duration) * 1.5) transform cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate);
}
.js-gsap_css_animation--rise_diagonal.js-gsap_css_animation-before {
  opacity: 0;
  transform: translate(25px, 30px) rotate(-5deg);
}
.js-gsap_css_animation--zoom_in {
  transition: var(--duration) opacity cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate), calc(var(--duration) * 1.8) transform cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate);
}
.js-gsap_css_animation--zoom_in.js-gsap_css_animation-before {
  opacity: 0;
  transform: scale(0.8);
}
.js-gsap_css_animation--slide_in {
  clip-path: inset(0);
  transition: clip-path var(--duration) cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate);
}
.js-gsap_css_animation--slide_in.js-gsap_css_animation-before {
  clip-path: inset(0 100% 0 0);
}
.js-gsap_css_animation--fade_in {
  transition: opacity var(--duration) cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate), transform calc(var(--duration) * 1.5) cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate);
}
.js-gsap_css_animation--fade_in.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateY(20px);
}
.js-gsap_css_animation--fade_in._delay {
  transition: opacity var(--duration) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 1.2), transform calc(var(--duration) * 1.5) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 1.2);
}
.js-gsap_css_animation--fade_in._delay_2 {
  transition: opacity var(--duration) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 2.2), transform calc(var(--duration) * 1.5) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 2.2);
}
.js-gsap_css_animation._anime_02 {
  transition: 2s opacity cubic-bezier(0.23, 1, 0.32, 1), 1.8s transform cubic-bezier(0.23, 1, 0.32, 1);
}
.js-gsap_css_animation._anime_02._delay {
  transition: 2s opacity cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate), 1.8s transform cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate);
}
.js-gsap_css_animation._anime_02.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateX(-8px);
}
.js-gsap_css_animation._anime_03 {
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 1.5), clip-path 0.5s cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 1.5);
  clip-path: inset(0);
  opacity: 1;
}
.js-gsap_css_animation._anime_03._delay {
  transition: 2s opacity cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate), 1.8s transform cubic-bezier(0.23, 1, 0.32, 1) var(--delay-rate);
}
.js-gsap_css_animation._anime_03.js-gsap_css_animation-before {
  clip-path: inset(0 100% 0 0);
  opacity: 0.2;
}

.js-foot_animation.js-gsap_css_animation {
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.js-foot_animation.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateX(10px);
}
.js-foot_animation.js-gsap_css_animation-after {
  opacity: 1;
}

@keyframes shine-shake {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1.05);
    opacity: 0.5;
  }
  20% {
    transform: translate(-4px, 3px) rotate(-0.8deg) scale(1.09);
    opacity: 1;
  }
  60% {
    transform: translate(4px, -4px) rotate(0.6deg) scale(1.03);
    opacity: 0.25;
  }
  85% {
    transform: translate(-2px, -3px) rotate(-0.4deg) scale(1.06);
    opacity: 0.8;
  }
}
@keyframes bg-leaf-shake {
  0%, 100% {
    opacity: 0.5;
    transform: translate(0, 0) rotate(0deg) scale(1) skew(0deg, 0deg);
    filter: blur(0);
  }
  25% {
    opacity: 0.9;
    transform: translate(-1px, 0.5px) rotate(-0.2deg) scale(1.01) skew(0.5deg, -0.3deg);
    filter: blur(1px);
  }
  50% {
    opacity: 0.5;
    transform: translate(0.5px, -1px) rotate(0.15deg) scale(0.99) skew(-0.3deg, 0.5deg);
    filter: blur(2px);
  }
  75% {
    opacity: 0.7;
    transform: translate(1px, -0.5px) rotate(0.2deg) scale(1.01) skew(0.3deg, 0.3deg);
    filter: blur(1px);
  }
}
/**
 * プリローダー
 * ページ読み込み時に全画面を覆うローディング画面
 */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}
.preloader--visible {
  opacity: 1;
  visibility: visible;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.preloader__content {
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}
.preloader__logo {
  position: relative;
}
.preloader__logo .maru_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 70px;
}
.preloader__logo .maru_wrap .maru {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
}
.preloader__logo .maru_wrap .maru:first-of-type {
  top: 0;
  left: 105px;
}
.preloader__logo .maru_wrap .maru:nth-of-type(2) {
  top: 26px;
  left: 79px;
}
.preloader__logo .maru_wrap .maru:nth-of-type(3) {
  top: 26px;
  left: 136px;
}
.preloader__logo .maru_wrap .maru--motion_1 {
  top: 0;
  left: 105px;
  animation: maruMove 1.5s steps(1, end) infinite;
  background-color: white;
}
.preloader__logo .maru_wrap .maru--motion_2 {
  top: 26px;
  left: 136px;
  animation: maruMove 1.5s steps(1, end) infinite;
  animation-delay: 0.6s;
  background-color: rgba(255, 255, 255, 0.6);
}

/**
 * アニメーション定義
 */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(0.98);
  }
}
/**
 * 丸のパルスアニメーション
 * 2〜3px の拡大縮小
 */
@keyframes maruPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
/**
 * 動く丸のアニメーション
 * 左回り(反時計回り)
 */
@keyframes maruMove {
  0% {
    top: 0;
    left: 105px;
  }
  33.33% {
    top: 26px;
    left: 79px;
  }
  66.66% {
    top: 26px;
    left: 136px;
  }
  100% {
    top: 0;
    left: 105px;
  }
}
/**
 * プリローダー完了後のbody状態
 * スクロールを有効化
 */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_index_show {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes header_index_hide {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }
  99% {
    top: -30px;
    opacity: 0;
    display: block;
  }
  100% {
    top: -30px;
    opacity: 0;
    display: none;
  }
}
@keyframes header_search_show {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(64px);
  }
}
@keyframes header_search_hide {
  0% {
    transform: translateY(64px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1601px), print {
  :root {
    --hero-max-height: 1200px;
    --hero-height: 45vw;
    --hero-min-height: 400px;
    --hero-border-radius: 10px;
  }
}
@media screen and (max-width: 1600px) {
  :root {
    --hero-max-height: 700px;
    --hero-height: calc(100svh - 100px);
    --hero-min-height: 400px;
    --hero-border-radius: 10px;
  }
}
@media screen and (max-width: 999px) {
  :root {
    --hero-max-height: 500px;
    --hero-height: calc(100svh - 100px);
    --hero-min-height: 400px;
    --hero-border-radius: 6px;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --hero-max-height: 700px;
    --hero-height: calc(100svh - 60px);
    --hero-min-height: 600px;
  }
}
@media screen and (max-width: 475px) {
  :root {
    --hero-max-height: 550px;
    --hero-height: calc(100svh - 60px);
    --hero-min-height: 450px;
  }
}

.hero_area {
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  border-radius: var(--hero-border-radius);
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 1259px) {
  .hero_area {
    margin-left: clamp(40px, 4vw, 80px);
    margin-right: clamp(40px, 4vw, 80px);
  }
}
@media screen and (max-width: 999px) {
  .hero_area {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hero_area {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.hero_area,
.hero_area .splide {
  max-height: var(--hero-max-height);
  height: var(--hero-height);
  min-height: var(--hero-min-height);
}

.hero {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
@media screen and (min-width: 1400px), print {
  .hero {
    --padding-horizontal: 75px;
    --padding-vertical: 110px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 900px) {
  .hero {
    --padding-horizontal: 30px;
    --padding-vertical: clamp(30px, 7vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .hero {
    --padding-horizontal: 30px;
    --padding-vertical: 30px;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 1519px) {
  .hero {
    --padding-horizontal: 0;
  }
}
.hero__content {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--hero-border-radius);
}
.hero__shine {
  position: absolute;
  top: -222px;
  left: -44%;
  z-index: 40;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: hero-shine-shake 4s ease-in-out infinite;
}
@media screen and (max-width: 799px) {
  .hero__shine {
    top: -115px;
    left: -80%;
    animation: hero-shine-shake 5s ease-in-out infinite;
  }
  .hero__shine img {
    width: 623px;
    height: auto;
  }
}
@keyframes hero-shine-shake {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1.05);
    opacity: 0.6;
  }
  25% {
    transform: translate(3px, -2px) rotate(0.5deg) scale(1.06);
    opacity: 0.75;
  }
  50% {
    transform: translate(-2px, 3px) rotate(-0.5deg) scale(1.04);
    opacity: 0.4;
  }
  75% {
    transform: translate(2px, 2px) rotate(0.3deg) scale(1.05);
    opacity: 0.8;
  }
}
.hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
@media screen and (max-width: 999px) {
  .hero__title {
    top: calc(50% + 30px);
  }
}
@media screen and (max-width: 575px) {
  .hero__title {
    top: auto;
    bottom: 150px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1259px) {
  .hero__title .title_ja {
    width: 720px;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .hero__title .title_ja {
    width: 553px;
  }
}
@media screen and (max-width: 720px) {
  .hero__title .title_ja {
    width: 375px;
  }
}
@media screen and (max-width: 420px) {
  .hero__title .title_ja {
    width: 324px;
  }
}
.hero__slider-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  isolation: isolate;
  border-radius: var(--hero-border-radius);
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.hero .splide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: var(--hero-border-radius);
}
.hero .splide--front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
}
.hero .splide--back {
  z-index: 20;
}
.hero .splide__track, .hero .splide__list {
  height: 100%;
}
.hero .splide__slide {
  position: relative;
}
.hero .splide__slide img {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 799px) {
  .hero .splide__slide img {
    -o-object-position: 68% center;
    object-position: 68% center;
  }
}
@media screen and (max-width: 1099px) {
  .hero .splide__slide:nth-of-type(2) img {
    -o-object-position: 20% center;
    object-position: 20% center;
  }
}
@media screen and (max-width: 575px) {
  .hero .splide__slide:nth-of-type(2) img {
    -o-object-position: center;
    object-position: center;
  }
}
.hero .splide__pagination {
  z-index: 50;
  position: absolute;
  bottom: 31px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}
.hero .splide__pagination .splide__pagination__page {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.hero .splide__pagination .splide__pagination__page::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #595959;
  transition: background-color 0.3s ease;
}
.hero .splide__pagination .splide__pagination__page.is-active {
  background-color: transparent;
  transform: none;
}
.hero .splide__pagination .splide__pagination__page.is-active .circle circle {
  stroke-dasharray: 47.12;
  stroke-dashoffset: 0;
  animation: drawCircle 6.8s linear forwards;
}
.hero .splide__pagination .splide__pagination__page .circle {
  position: absolute;
  top: -0.5px;
  left: -0.5px;
  width: 17px;
  height: 17px;
  transform: rotate(-90deg);
  pointer-events: none;
}
.hero .splide__pagination .splide__pagination__page .circle circle {
  fill: none;
  stroke: #595959;
  stroke-width: 1.5;
  stroke-dasharray: 47.12;
  stroke-dashoffset: 47.12;
}
@keyframes drawCircle {
  from {
    stroke-dashoffset: 47.12;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.js-hero-loaded {
  --duration: 1.5s;
  --delay-rate: 0.5s;
}
@media screen and (max-width: 575px) {
  .js-hero-loaded {
    --duration: 2.5s;
  }
}
.js-hero-loaded .hero__content {
  opacity: 0;
  transition: opacity calc(var(--duration) * 1.5) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 0.5);
}
.js-hero-loaded .hero__content .en__track {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity calc(var(--duration) * 1.8) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 2.3), clip-path calc(var(--duration) * 3) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 2.3);
}
.js-hero-loaded .hero__shine {
  opacity: 0;
  filter: blur(20px);
  transition: opacity calc(var(--duration) * 1) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 1.8), filter calc(var(--duration) * 1.2) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 2);
}
.js-hero-loaded .hero__title .title_ja {
  opacity: 0;
  filter: blur(20px);
  transition: opacity var(--duration) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 1.2), filter var(--duration) cubic-bezier(0.23, 1, 0.32, 1) calc(var(--delay-rate) * 1.2);
}
.js-hero-loaded-animation_complete .hero__content {
  opacity: 1;
}
.js-hero-loaded-animation_complete .hero__content .en__track {
  clip-path: inset(0);
  opacity: 1;
}
.js-hero-loaded-animation_complete .hero__shine {
  opacity: 1;
  filter: none;
}
.js-hero-loaded-animation_complete .hero__title .title_ja {
  opacity: 1;
  filter: none;
}

.iintro_area {
  position: relative;
}
.iintro_area .bg_leaf {
  position: absolute;
  top: -160px;
  left: -50px;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 999px) {
  .iintro_area .bg_leaf {
    top: -90px;
    width: clamp(360px, 75vw, 800px);
    height: auto;
  }
}
.iintro_area__content {
  display: flex;
  position: relative;
}
@media screen and (max-width: 799px) {
  .iintro_area__content {
    flex-direction: column;
  }
}
.iintro_area__text {
  width: calc(50% - 60px);
  min-width: 400px;
  box-sizing: border-box;
  padding-left: clamp(10px, 4.5vw, 60px);
  padding-top: clamp(100px, 14vw, 165px);
  flex-shrink: 0;
}
@media screen and (max-width: 1259px) {
  .iintro_area__text {
    padding-left: clamp(1px, 2vw, 20px);
  }
}
@media screen and (max-width: 799px) {
  .iintro_area__text {
    width: 90%;
    padding-top: 80px;
    padding-left: clamp(10px, 9vw, 80px);
  }
}
@media screen and (max-width: 575px) {
  .iintro_area__text {
    min-width: auto;
    width: 100%;
    padding-left: 0;
  }
}
.iintro_area__image {
  width: calc(50% + 60px);
  padding-top: 60px;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px), print {
  .iintro_area__image {
    padding-left: 13px;
  }
}
@media screen and (max-width: 799px) {
  .iintro_area__image {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
}
.iintro_area .text_wrap {
  position: relative;
  padding-bottom: 76px;
}
.iintro_area .text_wrap p {
  line-height: 2.65;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 1.4vw, 18px);
}
.iintro_area .text_wrap p span {
  display: block;
}
@media screen and (max-width: 390px) {
  .iintro_area .text_wrap p {
    font-size: 0.938rem;
    line-height: 2.9;
  }
}
.iintro_area .text_wrap .deco {
  position: absolute;
  bottom: 0;
  right: -65px;
}
@media screen and (max-width: 999px) {
  .iintro_area .text_wrap .deco {
    width: 105px;
    height: auto;
    right: 0;
    bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .iintro_area .text_wrap .deco {
    right: -15px;
    bottom: 0;
  }
}
.iintro_area .img_wrap {
  position: relative;
  display: inline-block;
}
.iintro_area .img_wrap .image {
  position: relative;
  z-index: 20;
  max-width: 600px;
  width: 100%;
  height: auto;
}
.iintro_area .img_wrap .blur_circle {
  position: absolute;
  bottom: 4%;
  right: -3%;
  max-width: 490px;
  width: 82%;
  height: auto;
}
.iintro_area .img_wrap .deco {
  position: absolute;
  bottom: 14.5%;
  right: 8.5%;
  z-index: 30;
}
@media screen and (max-width: 999px) {
  .iintro_area .img_wrap .deco {
    width: 120px;
    height: auto;
  }
}

.iabout_area {
  margin-top: -9px;
  position: relative;
}
.iabout_area__head {
  position: relative;
  padding-bottom: 47px;
}
@media screen and (max-width: 799px) {
  .iabout_area__head {
    padding-bottom: clamp(60px, 9.5vw, 90px);
  }
}
.iabout_area__head .title {
  position: relative;
  display: inline-block;
}
.iabout_area__head .en_title,
.iabout_area__head .ja_title {
  position: relative;
  z-index: 20;
}
.iabout_area__head .en_title {
  color: #ffffff;
}
.iabout_area__head .ja_title {
  margin-top: -13px;
  margin-left: -35px;
}
.iabout_area__head .ja_title img {
  display: block;
}
@media screen and (max-width: 999px) {
  .iabout_area__head .ja_title {
    margin-left: -31px;
  }
  .iabout_area__head .ja_title img {
    width: 225px;
    height: auto;
  }
}
.iabout_area__head .deco {
  position: absolute;
  bottom: -30px;
  right: -65px;
}
.iabout_area__head .blur_circle {
  position: absolute;
  top: -140px;
  left: -180px;
  opacity: 1;
}
@media screen and (max-width: 420px) {
  .iabout_area__head .blur_circle {
    width: 380px;
    height: 380px;
    left: -130px;
  }
}
.iabout_area__head .shine {
  position: absolute;
  top: -156%;
  left: -34%;
  mix-blend-mode: screen;
  animation: hero-shine-shake 5s ease-in-out infinite;
}
.iabout_area__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px clamp(15px, 3.5vw, 60px);
}
@media screen and (max-width: 999px) {
  .iabout_area__list {
    gap: 30px clamp(15px, 2vw, 20px);
  }
}
@media screen and (max-width: 629px) {
  .iabout_area__list {
    row-gap: 15px;
    grid-template-columns: 1fr;
  }
}
.iabout_area__list .item {
  max-width: 360px;
  width: 100%;
  background-color: #f3f8f8;
  box-shadow: 2px 2px 15px 4px rgba(128, 144, 150, 0.15);
  box-sizing: border-box;
}
@media screen and (max-width: 799px) {
  .iabout_area__list .item {
    aspect-ratio: initial;
  }
}
.iabout_area__list .item a {
  display: block;
  height: 100%;
  padding: clamp(20px, 2.8vw, 40px) 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
.iabout_area__list .item a:hover {
  opacity: 1;
}
.iabout_area__list .item a:hover .img_wrap img {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (min-width: 630px), print {
  .iabout_area__list .item:nth-of-type(2) {
    transform: translateY(-40px);
  }
  .iabout_area__list .item:nth-of-type(3) {
    transform: translateY(-80px);
  }
}
@media screen and (min-width: 900px), print {
  .iabout_area__list .item:nth-of-type(2) {
    transform: translateY(-60px);
  }
  .iabout_area__list .item:nth-of-type(3) {
    transform: translateY(-120px);
  }
}
@media screen and (max-width: 629px) {
  .iabout_area__list .item {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    transform: none;
  }
  .iabout_area__list .item a {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: clamp(20px, 2.8vw, 40px) 20px;
  }
}
.iabout_area__list .img_wrap {
  margin: 0 auto;
  text-align: center;
  width: clamp(60px, 10vw, 120px);
  height: clamp(60px, 10vw, 120px);
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  margin-bottom: clamp(10px, 1.5vw, 15px);
}
.iabout_area__list .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(60px, 10vw, 122px);
  height: clamp(60px, 10vw, 122px);
  transition: transform 0.1s;
}
@media screen and (max-width: 629px) {
  .iabout_area__list .img_wrap {
    width: 70px;
    height: 70px;
    margin: 0;
  }
  .iabout_area__list .img_wrap img {
    width: 70px;
    height: 70px;
  }
}
.iabout_area__list .text {
  display: block;
  text-align: center;
  color: #333333;
  font-size: clamp(15px, 1.8vw, 24px);
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .iabout_area__list .text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
@media screen and (max-width: 629px) {
  .iabout_area__list .text {
    font-size: 1rem;
    margin: 0;
  }
}
.iabout_area__list .text::after {
  content: "";
  display: block;
  background: url("../img/icon/arrow/arrow_4.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 11px;
  height: 9px;
  margin: 10px auto 0;
}
@media screen and (min-width: 630px) and (max-width: 999px) {
  .iabout_area__list .text::after {
    margin: 0;
  }
}

.ienvironment_area {
  position: relative;
  padding-top: 57px;
  padding-bottom: clamp(75px, 14vw, 130px);
}
.ienvironment_area__content {
  position: relative;
  display: flex;
}
@media screen and (max-width: 899px) {
  .ienvironment_area__content {
    flex-direction: column;
    row-gap: 30px;
  }
}
.ienvironment_area__img_wrap {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 899px) {
  .ienvironment_area__img_wrap {
    width: 100%;
    text-align: center;
  }
}
.ienvironment_area__img_wrap > .inner {
  margin-left: -120px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .ienvironment_area__img_wrap > .inner {
    margin-left: -60px;
    display: inline-block;
    padding-right: clamp(1px, 2vw, 20px);
  }
}
@media screen and (max-width: 575px) {
  .ienvironment_area__img_wrap > .inner {
    margin-left: 0;
  }
}
.ienvironment_area__img_wrap .image {
  max-width: clamp(360px, 50vw, 670px);
  width: 100%;
  height: auto;
}
.ienvironment_area__img_wrap .shine {
  position: absolute;
  bottom: -28%;
  right: -2%;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: hero-shine-shake 4s ease-in-out infinite;
}
.ienvironment_area__img_wrap .deco {
  position: absolute;
  bottom: 16%;
  left: 6.5%;
}
@media screen and (max-width: 575px) {
  .ienvironment_area__img_wrap .deco {
    left: -5.5%;
  }
}
.ienvironment_area__text_wrap {
  flex-shrink: 0;
  width: 50%;
  min-width: clamp(375px, 51.5vw, 555px);
  padding-top: 0;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .ienvironment_area__text_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .ienvironment_area__text_wrap {
    min-width: auto;
  }
}
.ienvironment_area__text_wrap > .title {
  display: inline-block;
  position: relative;
  padding-right: 99px;
  margin-bottom: 5px;
}
.ienvironment_area__text_wrap .ja_title {
  margin-top: -13px;
  margin-left: -25px;
}
.ienvironment_area__text_wrap .ja_title img {
  display: block;
}
.ienvironment_area__text_wrap .deco {
  position: absolute;
  right: 0;
  top: -5px;
}
.ienvironment_area__text_wrap > .text {
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-bottom: 56px;
}
.ienvironment_area .bg {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-height: 1000px;
}
@media screen and (max-width: 999px) {
  .ienvironment_area .bg {
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .ienvironment_area .bg {
    height: calc(100% + 150px);
    top: 0;
  }
}
@media screen and (max-width: 475px) {
  .ienvironment_area .bg {
    height: calc(100% + 200px);
    -o-object-position: 35% center;
    object-position: 35% center;
  }
}
.ienvironment_area .bg_leaf {
  position: absolute;
  top: 80%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .ienvironment_area .bg_leaf {
    width: clamp(500px, 70vw, 700px);
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .ienvironment_area .bg_leaf {
    top: 85%;
    left: -50px;
  }
}
.ienvironment_area .occupation {
  position: relative;
}
.ienvironment_area .occupation__title {
  position: relative;
  font-size: clamp(20px, 2.4vw, 24px);
  padding-left: 30px;
}
@media screen and (min-width: 490px), print {
  .ienvironment_area .occupation__title {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
@media screen and (max-width: 489px) {
  .ienvironment_area .occupation__title {
    margin-bottom: 20px;
  }
}
.ienvironment_area .occupation__title::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #0a0e0e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ienvironment_area .occupation__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 2vw, 20px) clamp(15px, 3vw, 30px);
}
@media screen and (max-width: 489px) {
  .ienvironment_area .occupation__list {
    grid-template-columns: 1fr;
  }
}
.ienvironment_area .occupation__list:not(:last-of-type) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
@media screen and (min-width: 490px), print {
  .ienvironment_area .occupation__list--type_1 > li:first-child {
    grid-column: 1/-1;
  }
  .ienvironment_area .occupation__list--type_1 > li:first-child a {
    width: calc(50% - clamp(10px, 1.5vw, 15px));
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 489px) {
  .ienvironment_area .occupation__list--type_1 > li:nth-child(1) {
    order: 1;
  }
  .ienvironment_area .occupation__list--type_1 > li:nth-child(2) {
    order: 3;
  }
  .ienvironment_area .occupation__list--type_1 > li:nth-child(3) {
    order: 2;
  }
  .ienvironment_area .occupation__list--type_1 > li:nth-child(4) {
    order: 4;
  }
  .ienvironment_area .occupation__list--type_1 > li:nth-child(5) {
    order: 5;
  }
  .ienvironment_area .occupation__list--type_1 > li:nth-child(6) {
    order: 6;
  }
  .ienvironment_area .occupation__list--type_1 > li:nth-child(7) {
    order: 7;
  }
}
.ienvironment_area .occupation__list--type_1 > li a {
  min-height: clamp(70px, 11vw, 100px);
}
.ienvironment_area .occupation__list--type_2 > li a {
  min-height: clamp(70px, 11vw, 80px);
  border: 1px solid #262626;
  background-color: transparent;
  transition: background-color 0.2s;
}
.ienvironment_area .occupation__list--type_2 > li a::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/arrow_2.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 12px;
  height: 10px;
}
.ienvironment_area .occupation__list--type_2 > li a:hover {
  opacity: 1;
  background-color: #f8fdfc;
  border: 1px solid #ffffff;
}
.ienvironment_area .occupation__list a {
  background-color: #f8fdfc;
  border: 1px solid #ffffff;
  color: #333333;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(12px, 1.5vw, 20px);
  column-gap: clamp(12px, 1.5vw, 20px);
  min-height: 80px;
  padding: 10px clamp(34px, 3.8vw, 45px) 10px clamp(15px, 1.8vw, 26px);
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .ienvironment_area .occupation__list a {
    font-size: 0.938rem;
  }
}
.ienvironment_area .occupation__list a::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/arrow_5.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: clamp(15px, 2vw, 30px);
  transform: translateY(-50%);
}
@media screen and (max-width: 489px) {
  .ienvironment_area .occupation__list a > .text br {
    display: none;
  }
}
.ienvironment_area .occupation__list a .sub_text {
  padding-top: 2px;
  display: block;
  font-size: clamp(14px, 1.5vw, 15px);
  color: #666666;
  line-height: 1.2;
}
.ienvironment_area .occupation__list .icon_wrap {
  flex-shrink: 0;
  width: clamp(45px, 5.5vw, 60px);
  height: clamp(45px, 5.5vw, 60px);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.ienvironment_area .occupation__list .icon_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.iinterview_area {
  position: relative;
}
.iinterview_area .bg {
  position: absolute;
  top: 0;
  left: 0;
}
.iinterview_area__head {
  padding-top: 24px;
  padding-bottom: 33px;
}
@media screen and (max-width: 575px) {
  .iinterview_area__head {
    margin-bottom: 15px;
  }
}
.iinterview_area__head .title {
  text-align: center;
  position: relative;
}
.iinterview_area__head .en_title {
  font-size: clamp(70px, 12vw, 140px);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.iinterview_area__head .ja_title {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.iinterview_area__head .ja_title > .inner {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .iinterview_area__head .ja_title > .inner {
    width: 248px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .iinterview_area__head .ja_title > .inner {
    width: 200px;
  }
}
.iinterview_area__head .deco {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .iinterview_area__head .deco {
    width: 148px;
    height: auto;
  }
}
.iinterview_area__body {
  margin-top: -10px;
}
.iinterview_area__body .splide {
  padding-top: 70px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.iinterview_area__body .splide__track, .iinterview_area__body .splide__list {
  height: 100%;
}
.iinterview_area__body .splide__slide {
  position: relative;
  width: 360px;
  height: 480px;
  align-self: stretch;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 999px) {
  .iinterview_area__body .splide__slide {
    width: 300px;
  }
}
.iinterview_area__body .splide__slide a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 5px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: scale(0.65);
  transform-origin: center center;
}
.iinterview_area__body .splide__slide .slide_main {
  position: relative;
  box-shadow: 5px 10px 15px 0 rgba(203, 216, 216, 0.5);
  height: inherit;
}
.iinterview_area__body .splide__slide .slide_main .image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media screen and (max-width: 999px) {
  .iinterview_area__body .splide__slide .slide_main .image {
    width: 300px;
  }
}
.iinterview_area__body .splide__slide .slide_main .blur,
.iinterview_area__body .splide__slide .slide_main .deco,
.iinterview_area__body .splide__slide .slide_main .frame {
  pointer-events: none;
}
.iinterview_area__body .splide__slide .slide_main .blur {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-bottom-left-radius: 5px;
  transition: opacity 0.4s, transform 0.5s;
  transform: scale(0);
  transform-origin: left bottom;
}
.iinterview_area__body .splide__slide .slide_main .deco {
  position: absolute;
  bottom: -13px;
  right: -37px;
  opacity: 0;
  transition: opacity 1s, transform 0.3s 0.5s;
  transform: scale(0);
}
@media screen and (max-width: 999px) {
  .iinterview_area__body .splide__slide .slide_main .deco {
    width: 100px;
    height: auto;
    right: -30px;
  }
}
.iinterview_area__body .splide__slide .slide_main .frame {
  position: absolute;
  bottom: -10px;
  right: -10px;
  transform: scale(1.5385);
  transform-origin: bottom right;
  transition: opacity 0.2s;
}
.iinterview_area__body .splide__slide .slide_main .text {
  position: absolute;
  bottom: 20px;
  left: -22px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s ease-in-out 0.2s;
}
.iinterview_area__body .splide__slide .slide_main .text > .inner {
  display: inline;
  font-size: clamp(20px, 2.6vw, 30px);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 0 10px;
  margin-bottom: 2.8rem;
  box-sizing: border-box;
  color: #333333;
  background: #ffffff;
}
.iinterview_area__body .splide__slide .slide_info {
  padding-top: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iinterview_area__body .splide__slide .slide_info .position {
  display: block;
  color: #728083;
  font-size: clamp(14px, 1.6vw, 18px);
}
.iinterview_area__body .splide__slide .slide_info .name {
  display: block;
  color: #333333;
  font-size: clamp(22px, 2.6vw, 30px);
  margin-top: -5px;
}
.iinterview_area__body .splide__slide:not(.is-active) .slide_info {
  padding-top: 15px;
}
.iinterview_area__body .splide__slide:not(.is-active) .slide_info .position {
  font-size: clamp(18px, 2vw, 24px);
}
.iinterview_area__body .splide__slide:not(.is-active) .slide_info .name {
  font-size: clamp(26px, 2.8vw, 36px);
}
.iinterview_area__body .splide__slide.is-active a {
  opacity: 1;
  transform: scale(1);
}
.iinterview_area__body .splide__slide.is-active .slide_main .blur {
  opacity: 1;
  transform: none;
}
.iinterview_area__body .splide__slide.is-active .slide_main .deco {
  opacity: 1;
  transform: none;
}
.iinterview_area__body .splide__slide.is-active .slide_main .frame {
  opacity: 0;
}
.iinterview_area__body .splide__slide.is-active .slide_main .text {
  clip-path: inset(0 0 0 0);
}
.iinterview_area__body .splide__arrows {
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  justify-content: space-between;
  z-index: 50;
}
@media screen and (max-width: 575px) {
  .iinterview_area__body .splide__arrows {
    top: calc(50% + 40px);
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 420px) {
  .iinterview_area__body .splide__arrows {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.iinterview_area__body .splide__arrow {
  width: clamp(40px, 6vw, 60px);
  height: clamp(40px, 6vw, 60px);
  background: url("../img/icon/arrow/circle_3.webp") no-repeat center center;
  background-size: contain;
  border: none;
  opacity: 1;
  transition: filter 0.2s ease;
  position: static;
  transform: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.iinterview_area__body .splide__arrow:hover {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(75%) sepia(9%) saturate(6116%) hue-rotate(150deg) brightness(92%) contrast(87%);
}
.iinterview_area__body .splide__arrow svg {
  display: none;
}
.iinterview_area__body .splide__arrow--next {
  transform: rotate(180deg);
}
.iinterview_area__body .splide--few-slides .splide__list .splide__slide {
  margin-right: 60px;
}
.iinterview_area__body .splide--few-slides a {
  transform: scale(1);
}
.iinterview_area__body .btn_wrap {
  margin-top: -40px;
}
@media screen and (max-width: 999px) {
  .iinterview_area__body .btn_wrap {
    margin-top: 20px;
  }
}
.iinterview_area__body .btn_wrap .more_btn {
  position: relative;
  z-index: 50;
}

.iflow_area {
  padding-top: clamp(80px, 12vw, 125px);
  padding-bottom: clamp(60px, 10vw, 70px);
  box-sizing: border-box;
  position: relative;
}
.iflow_area .bg {
  position: absolute;
  left: 50%;
  bottom: -275px;
  transform: translateX(-50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.iflow_area__head {
  position: relative;
  flex-shrink: 0;
  padding-right: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .iflow_area__head {
    margin-bottom: 10px;
  }
}
.iflow_area__head .title {
  position: relative;
  display: inline-block;
}
.iflow_area__head .en_title,
.iflow_area__head .ja_title {
  position: relative;
  z-index: 20;
}
.iflow_area__head .en_title {
  color: #ffffff;
}
.iflow_area__head .ja_title {
  margin-top: -18px;
  margin-left: -25px;
}
.iflow_area__head .ja_title img {
  display: block;
}
.iflow_area__head .deco {
  position: absolute;
  bottom: -40px;
  right: -50px;
}
.iflow_area__head .blur_circle {
  position: absolute;
  top: -140px;
  left: -160px;
  opacity: 1;
}
.iflow_area__head .shine {
  position: absolute;
  top: -18%;
  left: -120%;
  mix-blend-mode: screen;
  animation: shine-shake 5s ease-in-out infinite;
}
.iflow_area__body {
  width: 100%;
}
@media screen and (min-width: 1000px), print {
  .iflow_area__body {
    padding-top: 19px;
  }
}
.iflow_area__content {
  display: flex;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
@media screen and (max-width: 999px) {
  .iflow_area__content {
    flex-direction: column;
  }
}
.iflow_area .flow_list {
  position: relative;
}
.iflow_area .flow_list .item {
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: 3px 3px 15px 0 rgba(199, 225, 230, 0.15);
  position: relative;
}
.iflow_area .flow_list .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.iflow_area .flow_list .item:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 22px;
  background-image: linear-gradient(to bottom, #29bfdd 3px, transparent 2px);
  background-size: 2px 8px;
  position: absolute;
  top: calc(100% - 1px);
  left: clamp(38px, 7.7vw, 77px);
}
.iflow_area .flow_list .step_box,
.iflow_area .flow_list .text_wrap {
  min-height: clamp(90px, 12.4vw, 114px);
}
.iflow_area .flow_list .step_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: clamp(100px, 16vw, 160px);
  position: relative;
}
.iflow_area .flow_list .step_box .step {
  font-family: Jost, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .iflow_area .flow_list .step_box .step {
    font-size: 1rem;
  }
}
.iflow_area .flow_list .step_box .num {
  font-family: Jost, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #29bfdd;
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .iflow_area .flow_list .step_box .num {
    font-size: 30px;
  }
}
.iflow_area .flow_list .step_box .num * {
  color: #29bfdd;
}
.iflow_area .flow_list .text_wrap {
  display: flex;
  align-items: center;
  padding-right: clamp(15px, 2.5vw, 20px);
  box-sizing: border-box;
  position: relative;
}
.iflow_area .flow_list .text_wrap::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #e8e8e8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .iflow_area .flow_list .text_wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-left: clamp(15px, 2.5vw, 20px);
  }
}
.iflow_area .flow_list .text_wrap .title {
  width: clamp(200px, 26vw, 260px);
  box-sizing: border-box;
  font-size: clamp(18px, 2.2vw, 22px);
}
@media screen and (min-width: 800px), print {
  .iflow_area .flow_list .text_wrap .title {
    padding-right: 20px;
    padding-left: clamp(20px, 3.5vw, 35px);
  }
}
.iflow_area .flow_list .text_wrap .text {
  line-height: 1.7;
  font-size: clamp(15px, 1.8vw, 18px);
}
@media screen and (max-width: 575px) {
  .iflow_area .flow_list .text_wrap .text {
    opacity: 0.6;
  }
}
.iflow_area .btn_wrap {
  position: absolute;
  bottom: 15px;
  right: 0;
}
@media screen and (min-width: 1000px), print {
  .iflow_area .btn_wrap {
    padding-right: 14px;
  }
}
@media screen and (max-width: 999px) {
  .iflow_area .btn_wrap {
    position: static;
    padding-top: 20px;
  }
}

.irecruit_area {
  position: relative;
}
.irecruit_area .bg_leaf {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .irecruit_area .bg_leaf {
    width: 600px;
    height: auto;
  }
}
.irecruit_area__visual {
  position: relative;
  min-height: clamp(650px, 65vw, 800px);
}
.irecruit_area__visual .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 799px) {
  .irecruit_area__visual .image {
    height: clamp(300px, 62.5vw, 500px);
    -o-object-position: -60px center;
    object-position: -60px center;
  }
}
.irecruit_area__visual .bg {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.irecruit_area__content {
  position: relative;
}
.irecruit_area__content .bg_2 {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 799px) {
  .irecruit_area__content .bg_2 {
    top: -5%;
  }
}
.irecruit_area__search {
  margin-top: -360px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .irecruit_area__search {
    margin-top: -450px;
  }
}
.irecruit_area__faq {
  padding: 53px clamp(20px, 6vw, 60px) 40px;
  border-radius: 10px;
  background-color: #3f5867;
  position: relative;
  z-index: 50;
  display: flex;
  -moz-column-gap: clamp(50px, 7.5vw, 95px);
  column-gap: clamp(50px, 7.5vw, 95px);
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .irecruit_area__faq {
    flex-direction: column;
  }
}
@media screen and (max-width: 999px) {
  .irecruit_area__faq .btn_wrap {
    padding-top: 20px;
  }
}
.irecruit_area__faq__head {
  width: clamp(275px, 35vw, 383px);
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  padding-top: clamp(5px, 1.5vw, 16px);
}
@media screen and (min-width: 1000px), print {
  .irecruit_area__faq__head {
    min-height: clamp(200px, 24vw, 260px);
    padding-left: clamp(5px, 1.5vw, 20px);
  }
}
.irecruit_area__faq__head .title {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .irecruit_area__faq__head .title {
    margin-bottom: clamp(10px, 4.2vw, 40px);
  }
}
.irecruit_area__faq__head .en_title {
  font-size: 1.125rem;
  font-weight: 400;
}
.irecruit_area__faq__head .ja_title {
  color: #ffffff;
  line-height: 1.5;
  font-size: clamp(19px, 2.6vw, 28px);
  letter-spacing: 0.1em;
}
.irecruit_area__faq__head .deco {
  position: absolute;
  top: 147px;
  left: -28px;
}
@media screen and (max-width: 999px) {
  .irecruit_area__faq__head .deco {
    top: 0;
    left: calc(100% + 10px);
    width: 110px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .irecruit_area__faq__head .deco {
    top: -5px;
    width: 90px;
  }
}
@media screen and (max-width: 475px) {
  .irecruit_area__faq__head .deco {
    top: -35px;
    left: auto;
    right: -40px;
    width: 80px;
  }
}
.irecruit_area__faq .ifaq_list .faq_item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_btn {
  min-height: 70px;
  position: relative;
  display: flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0 16px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_btn > .accordion_arrow {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-color: unset;
  position: relative;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 475px) {
  .irecruit_area__faq .ifaq_list .faq_item .accordion_btn > .accordion_arrow {
    padding-right: 20px;
  }
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_btn > .accordion_arrow::before, .irecruit_area__faq .ifaq_list .faq_item .accordion_btn > .accordion_arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  inset: 0;
  margin: auto;
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_btn > .accordion_arrow::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_title {
  color: #ffffff;
  display: flex;
  -moz-column-gap: 17px;
  column-gap: 17px;
  font-size: clamp(15px, 1.6vw, 16px);
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_title .question {
  font-family: Jost, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  color: #98e5ff;
  line-height: 1;
  position: relative;
  padding-top: 2px;
}
@media screen and (max-width: 475px) {
  .irecruit_area__faq .ifaq_list .faq_item .accordion_title .question {
    align-items: flex-start;
    margin-top: -2px;
  }
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_title .title {
  line-height: 1.5;
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_content {
  max-height: 0;
  padding: 0 clamp(20px, 4vw, 40px);
  overflow: hidden;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  transition: height 0.3s, max-height 0.3s, padding 0.2s 0.1s;
  position: relative;
}
@media screen and (max-width: 575px) {
  .irecruit_area__faq .ifaq_list .faq_item .accordion_content {
    padding: 0;
  }
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_content .answer {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  padding-bottom: 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .irecruit_area__faq .ifaq_list .faq_item .accordion_content .answer {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_content__inner {
  padding-left: 28px;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 575px) {
  .irecruit_area__faq .ifaq_list .faq_item .accordion_content__inner {
    padding-left: 36px;
  }
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_content__inner::before {
  font-family: Jost, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  content: "A";
  display: inline-block;
  color: #eef19b;
  font-size: 1.375rem;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1;
}
.irecruit_area__faq .ifaq_list .faq_item .accordion_content__inner p {
  line-height: 1.6;
  font-size: clamp(15px, 1.6vw, 16px);
}
.irecruit_area__faq .ifaq_list .faq_item.opened .accordion_btn > .accordion_arrow {
  background-color: unset;
}
.irecruit_area__faq .ifaq_list .faq_item.opened .accordion_btn > .accordion_arrow::after {
  transform: rotate(0deg);
}
.irecruit_area__faq .ifaq_list .faq_item.opened .accordion_content {
  max-height: 1000em;
  padding: 0 clamp(20px, 4vw, 40px);
  transition: 0.2s;
}
@media screen and (max-width: 575px) {
  .irecruit_area__faq .ifaq_list .faq_item.opened .accordion_content {
    padding: 0;
  }
  .irecruit_area__faq .ifaq_list .faq_item.opened .accordion_content p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 575px) {
  .irecruit_area__faq .ifaq_list .faq_item.opened .accordion_content_inner {
    margin-top: 5px;
  }
}

.ireferral_area {
  position: relative;
  padding-top: clamp(20px, 10vw, 85px);
  padding-bottom: 20px;
}
.ireferral_area__text {
  width: 45%;
  flex-shrink: 0;
  min-width: 420px;
  padding-top: clamp(20px, 4vw, 50px);
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 1299px), print {
  .ireferral_area__text {
    width: 50%;
    padding-top: 105px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 899px) {
  .ireferral_area__text {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .ireferral_area__text {
    min-width: auto;
  }
}
.ireferral_area__text .title {
  margin-bottom: 26px;
}
.ireferral_area__text .en_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3fc3df;
  letter-spacing: 0.12em;
  font-size: clamp(14px, 1.6vw, 16px);
}
.ireferral_area__text .ja_title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 1250px), print {
  .ireferral_area__text .ja_title br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 899px) {
  .ireferral_area__text .ja_title br {
    display: none;
  }
}
.ireferral_area__text .text {
  margin-bottom: clamp(20px, 3vw, 47px);
}
.ireferral_area__text .text p {
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.ireferral_area__text .text p:not(:last-of-type) {
  margin-bottom: 1.2rem;
}
.ireferral_area__image {
  padding-top: 8px;
}
.ireferral_area__content {
  display: flex;
}
@media screen and (max-width: 899px) {
  .ireferral_area__content {
    flex-direction: column;
  }
}
.ireferral_area .img_wrap {
  position: relative;
  padding-left: clamp(20px, 3.5vw, 50px);
  display: inline-block;
}
.ireferral_area .img_wrap .image {
  position: relative;
  z-index: 50;
  width: 100%;
  max-width: 630px;
  height: auto;
}
@media screen and (min-width: 1499px), print {
  .ireferral_area .img_wrap .image {
    width: 630px;
  }
}
.ireferral_area .img_wrap .blur_circle {
  position: absolute;
  bottom: -19%;
  right: -12%;
  width: 86%;
  height: auto;
}
.ireferral_area .img_wrap .deco {
  position: absolute;
  bottom: 10%;
  right: 15.5%;
  z-index: 50;
}
@media screen and (max-width: 999px) {
  .ireferral_area .img_wrap .deco {
    width: clamp(120px, 16.5vw, 160px);
    height: auto;
  }
}
.ireferral_area .btn_wrap {
  text-align: left;
}
.ireferral_area .btn_wrap .more_btn {
  justify-content: flex-start;
}

.inews_area {
  position: relative;
  padding-top: clamp(20px, 8vw, 95px);
  padding-bottom: 80px;
}
.inews_area .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
}
@media screen and (min-width: 1600px), print {
  .inews_area .bg {
    max-height: 470px;
    -o-object-position: top center;
    object-position: top center;
  }
}
.inews_area__content {
  display: flex;
  -moz-column-gap: clamp(30px, 6vw, 62px);
  column-gap: clamp(30px, 6vw, 62px);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .inews_area__content {
    flex-direction: column;
  }
}
.inews_area__head {
  padding-top: 8px;
  padding-bottom: 50px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .inews_area__head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
}
.inews_area__head .title {
  position: relative;
  width: 198px;
}
.inews_area__head .title .ja_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(26px, 26vw, 30px);
  letter-spacing: 0.02em;
  line-height: 1.5;
  transform: translateX(-3px);
}
.inews_area__head .title .deco {
  position: absolute;
  bottom: -35px;
  right: 27px;
}
.inews_area__body {
  width: 100%;
}
.inews_area .btn_wrap {
  position: absolute;
  bottom: 12px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .inews_area .btn_wrap {
    position: static;
    padding-top: 20px;
  }
}