@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━

 ■Base

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
}

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

html,
body {
  overflow-X: hidden;
}

html {
  scroll-padding-top: 50px;
}

/* ━━━━━━━━━━━━━━━━

 ■ユーティリティ

━━━━━━━━━━━━━━━━ */
/**
 * Display
 */
/*==================================
* media
==================================*/
@media screen and (max-width: 639px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .u-hidden-pc {
    display: none !important;
  }
}
/* ━━━━━━━━━━━━━━━━

 ■コンポーネント

━━━━━━━━━━━━━━━━ */
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #0793e3;
}

input[type=text],
input[type=email] {
  width: 300px;
}

.c-form__privacy {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*
追従ボタン
==============================*/
.c-follow-button {
  display: none;
}

@media screen and (min-width: 640px) {
  .c-follow-button {
    position: fixed;
    display: block;
    margin-top: 0 !important;
    bottom: 100px;
    right: -50px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px 0 0 10px;
    z-index: 100;
  }
  .c-follow-button a {
    text-decoration: none;
  }
  .c-follow-button__image {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40px;
    height: 175px;
    padding: 15px 8px;
    background-color: #051982;
    border-radius: 10px 0 0 10px;
    transition: all 0.3s ease;
  }
  .c-follow-button__image img {
    width: 23px;
  }
  .c-follow-button__image p {
    writing-mode: vertical-rl;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3em;
  }
  .c-follow-button.is-active {
    right: 0;
  }
  .c-follow-button a:hover > .c-follow-button__image {
    background-color: #0693e3;
  }
}
/*
　コンタクト-02
================================*/
.contact-02 {
  position: relative;
  background: url(https://trip.easy-step-japanese.com/wp-content/uploads/2026/06/contact-03-bg.webp) no-repeat center center/cover;
  width: 100%;
  height: 780px;
  line-height: 1;
}

.contact-02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 780px;
  background-color: rgba(63, 64, 66, 0.4);
}

.contact-02__inner {
  padding-top: 100px;
}

.contact-02__text {
  position: relative;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.contact-02__text span {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(60px, 18.75vw, 120px);
  font-family: "Arial", "Century Gothic", sans-serif;
  font-weight: bold;
  color: rgba(240, 245, 247, 0.6);
  opacity: 0.3;
  line-height: 1;
}

.contact-02__text h2 {
  margin-top: 30px;
  font-size: clamp(26px, 7.5vw, 48px);
}

.contact-02__buttons {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.contact-02__buttons__course,
.contact-02__buttons__mail {
  position: relative;
  width: 90%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center;
}

.contact-02__buttons p {
  color: #333;
}

.contact-02__buttons__title {
  font-size: 22px;
  padding: 5px 0;
  color: #fff !important;
  background-color: #0793e3;
  font-weight: bold;
}

.contact-02__buttons__course img,
.contact-02__buttons__mail img {
  width: 70px;
  height: 70px;
  margin: 10px 0;
}

.contact-02__buttons__curriculum,
.contact-02__buttons__mail-button {
  font-size: clamp(28px, 5.3125vw, 34px);
  font-weight: bold;
}

.c-icon-hidden {
  display: none;
}

@media screen and (max-width: 639px) {
  .contact-02__buttons__mail {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .contact-02 {
    height: 660px;
  }
  .contact-02::before {
    height: 660px;
  }
  .contact-02__inner {
    max-width: 1140px;
    margin: 0 auto;
  }
  .contact-02__text span {
    font-size: clamp(120px, 15.7894736842vw, 180px);
  }
  .contact-02__text h2 {
    font-size: clamp(50px, 7.0175438596vw, 80px);
  }
  .contact-02__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
  }
  .contact-02__buttons__course,
  .contact-02__buttons__mail {
    width: 45%;
    min-height: 180px;
    padding: 20px;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .contact-02__buttons__course a::after,
  .contact-02__buttons__mail a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .contact-02__buttons__course::after,
  .contact-02__buttons__mail::after {
    background: #0793e3;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .contact-02__buttons__course:hover::after,
  .contact-02__buttons__mail:hover::after {
    transform: scale(1, 1);
  }
  .contact-02__buttons__course:hover p,
  .contact-02__buttons__mail:hover p {
    color: #fff;
  }
  .contact-02__buttons__course:hover .c-icon-hidden,
  .contact-02__buttons__mail:hover .c-icon-hidden {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-02__buttons__course:hover .c-icon-appare,
  .contact-02__buttons__mail:hover .c-icon-appare {
    display: none;
  }
  .contact-02__buttons__curriculum,
  .contact-02__buttons__mail-button {
    font-size: clamp(28px, 2.8947368421vw, 30px);
  }
}
/*
　フッターSNS-01
================================*/
.c-footer__sns__01 {
  margin-top: 50px;
}

.c-footer__sns__01__inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 5px 10px;
}

.c-footer__sns__01__inner a:hover {
  opacity: 0.7;
}

.c-footer__sns__01__image img {
  max-width: 100%;
}

@media screen and (min-width: 640px) {
  .c-footer__sns__01__inner {
    max-width: 1200px;
  }
}
/* ━━━━━━━━━━━━━━━━

 ■レイアウト

━━━━━━━━━━━━━━━━ */
/*
メインビジュアル
==============================*/
.l-main-visual {
  position: relative;
}

.l-main-visual .l-mv-copy span span {
  text-shadow: #000 3px 3px 3px, #000 -3px -3px 3px, #000 -3px 3px 3px, #000 3px -3px 3px, #000 3px 0px 3px, #000 -3px 0px 3px, #000 0px 3px 3px, #000 0px -3px 3px;
}

@media screen and (max-width: 639px) {
  .l-main-visual .l-mv-copy span span {
    font-size: clamp(24px, 5.0078247261vw, 32px) !important;
  }
}
@media screen and (min-width: 640px) {
  .l-mv-copy {
    margin-bottom: clamp(50px, 8.3333333333vw, 100px);
  }
  .l-main-visual .l-mv-copy span span {
    font-size: clamp(40px, 4.2666666667vw, 60px) !important;
  }
}
/* ━━━━━━━━━━━━━━━━

 ■プロジェクト

━━━━━━━━━━━━━━━━ */
.p-section-front-page-content {
  padding-top: 0;
}

/*
リード
==============================*/
.p__lead {
  max-width: 1280px;
}

/*
3-Pillars
==============================*/
.p-3-pillars img {
  width: 30px !important;
  margin-right: 15px;
  vertical-align: middle;
}

/* why take the course?
==============================*/
.p-why {
  padding-top: 0;
  padding-bottom: 0;
}

/*
A Little Effort
==============================*/
.p-little-effort span em {
  text-shadow: #000 2px 2px 2px, #000 -2px -2px 2px, #000 -2px 2px 2px, #000 2px -2px 2px, #000 2px 0px 2px, #000 -2px 0px 2px, #000 0px 2px 2px, #000 0px -2px 2px;
}

.p-intro .smb-section__background-text__text {
  z-index: 10;
}

.p-little-effort.letter {
  margin-top: 200px;
}

@media screen and (min-width: 640px) {
  .p-little-effort p {
    position: absolute;
    top: 10%;
    width: 75%;
  }
  .p-little-effort.letter {
    margin-top: unset;
  }
}
.c-page-header__title {
  text-shadow: #000 3px 3px 3px, #000 -3px -3px 3px, #000 -3px 3px 3px, #000 3px -3px 3px, #000 3px 0px 3px, #000 -3px 0px 3px, #000 0px 3px 3px, #000 0px -3px 3px;
}