@charset "UTF-8";
/* 関数 */
/* 共通 */
.body {
  /* 【header】がpostion tickyの場合overflow非表示 */
  overflow: hidden;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #333;
}

/* 【header】がpostion tickyの場合overflow表示 */
.overfow-hidden {
  overflow: hidden;
}

.wi997 {
  width: 95%;
  max-width: 997px;
  margin: 0 auto;
}

.wi1120 {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}

.wi100 {
  width: 100%;
}

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

.wi80 {
  width: 80%;
  margin: 0 auto;
}

/* ========================== */
/*         index.html         */
/* ========================== */
/* header */
.header-back {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-nav {
  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;
  padding-top: 30px;
  width: 92%;
  margin: 0 auto;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  width: 147px;
}

.nav-li {
  margin-left: 40px;
}

.none {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.fixed {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/* fv-header */
.h-logo {
  max-width: 310px;
  width: 100%;
}

.header-btn-1-text-2-img {
  max-width: 18px;
  width: 100%;
}

.header-btn-1-text-1 {
  color: #E03B3B;
  font-size: 10px;
  text-align: center;
  padding-bottom: 4px;
}

.header-btn-1-text-2 {
  color: #E03B3B;
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}

.w-header-btn-1-text-2 {
  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;
}

.w-header-btn-1 {
  border-radius: 35px;
  background-color: #fff;
  border: 3px solid #E03B3B;
  max-width: 200px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.h-btn {
  width: 100%;
  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;
}

.w-header-btn-2 {
  border-radius: 35px;
  max-width: 200px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: -webkit-gradient(linear, right top, left top, from(#E95B5B), to(#E03B3B));
  background: linear-gradient(270deg, #E95B5B 0%, #E03B3B 100%);
  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;
  margin-left: 24px;
}

.header-btn-2-text-1 {
  color: #fff;
  font-size: 14px;
}

.header-btn-2-text-1-img {
  max-width: 18px;
  width: 100%;
  margin-right: 8px;
}

.fv-top-img {
  max-width: 591px;
  width: 100%;
}

.ww-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 165px;
  padding-bottom: 126px;
}

.fv-moji-1 {
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-right: 20.5px;
  padding-left: 20.5px;
  line-height: 1.5;
  padding-bottom: 2px;
  display: inline-block;
}

.fv-moji-2 {
  font-size: 48px;
  color: #fff;
  line-height: 1.5;
  padding-top: 24px;
  font-weight: 700;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.w-fv-moji {
  text-align: center;
}

.w-header-btn-3 {
  border-radius: 50.5px;
  max-width: 430px;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  background: -webkit-gradient(linear, right top, left top, from(#E95B5B), to(#E03B3B));
  background: linear-gradient(270deg, #E95B5B 0%, #E03B3B 100%);
  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;
  margin: 0 auto;
  margin-top: 64px;
}

.header-btn-3-text-1 {
  color: #fff;
  font-size: 24px;
}

.header-btn-3-text-1-img {
  max-width: 28px;
  width: 100%;
  margin-right: 16px;
}

/**/
.achievement-img {
  max-width: 195px;
  width: 100%;
  padding-bottom: 24px;
  margin-right: 13px;
}

.ww-fv-bottom-1 {
  max-width: 1200px;
  width: 100%;
  background-color: #F2F9FD;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 16px #D1EAFE;
          box-shadow: 0px 6px 16px #D1EAFE;
  margin: 0 auto;
  margin-top: -86px;
}

.w-fv-bottom-1 {
  padding-top: 32px;
  padding-right: 60px;
  padding-left: 84px;
  padding-bottom: 32px;
}

.fv-bottom-in {
  padding-bottom: 80px;
}

.fv-bottom-left-img {
  max-width: 29px;
  width: 100%;
  margin-right: 10px;
}

.fv-bottom-rihgt-img {
  max-width: 29px;
  width: 100%;
  margin-left: 10px;
}

.fv-bottom-text-1 {
  font-size: 30px;
  font-weight: 700;
}

.fv-bottom-text-1-s1 {
  font-size: 80px;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
  color: #F8D624;
  padding-right: 6px;
  padding-left: 6px;
}

.w-fv-bottom-text-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fv-bottom-text-2 {
  background: linear-gradient(90.06deg, #43BFEE 3.21%, #387CD9 97.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  padding-top: 35px;
  padding-bottom: 24px;
}

.fv-bottom-text-3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 24px;
  padding-bottom: 16px;
}

.w-fv-bottom-text-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fv-bottom-text-4 {
  font-size: 14px;
  color: #5E5E5E;
  text-align: center;
}

/**/
.fv-bottom-2-text-1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.fv-bottom-2-text-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.fv-bottom-2-text-2-s1 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  background: linear-gradient(115.43deg, rgba(22, 185, 237, 0.8) 0%, rgba(18, 99, 209, 0.84) 64.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.fv-bottom-2-img-img {
  max-width: 264px;
  width: 100%;
  margin-right: 32px;
}

.fv-bottom-2-1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.fv-bottom-2-1-s1 {
  color: #E03B3B;
  font-weight: 700;
}

.fv-bottom-2-img-text-img {
  position: absolute;
  max-width: 160px;
  width: 100%;
  top: -76px;
  left: -93px;
}

.w-fv-bottom-2-1 {
  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;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.ww-fv-bottom-2-1 {
  position: relative;
  max-width: 816px;
  width: 92%;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px #D1EAFE;
          box-shadow: 0px 0px 20px #D1EAFE;
  border-radius: 8px;
  margin-top: 64px;
}

.w-fv-bottom-2 {
  padding-top: 78px;
}

/**/
.consulting-text-1 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

.consulting-text-1-s1 {
  color: #E03B3B;
  font-size: 50px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}

.consulting-text-2 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: -10px;
}

.consulting-text-2-s1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.6;
  background: linear-gradient(115.43deg, rgba(22, 185, 237, 0.8) 0%, rgba(18, 99, 209, 0.84) 64.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  function: transparent;
}

.consulting-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 544px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px #D1EAFE;
          box-shadow: 0px 0px 20px #D1EAFE;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.w-consulting-1 {
  margin-right: 32px;
}

.p1-img {
  max-width: 88px;
  width: 100%;
  margin-right: 24px;
}

.consulting-1-text-1 {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
}

.consulting-in {
  background-color: #F2F9FD;
  padding-bottom: 56px;
  padding-top: 40px;
}

.consulting-graph-img img {
  max-width: 544px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px #D1EAFE;
          box-shadow: 0px 0px 20px #D1EAFE;
}

.ww-consulting-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
}

/**/
.service-in {
  padding-top: 120px;
}

.service-text-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 16px;
}

.service-text-1-border {
  height: 2px;
  width: 100%;
  max-width: 40px;
  background-color: #2578EA;
  margin: 0 auto;
  margin-bottom: 16px;
}

.service-text-2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 64px;
}

.ww-service-1 {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px #D1EAFE;
          box-shadow: 0px 0px 20px #D1EAFE;
}

.service-1-top-moji {
  background: linear-gradient(115.43deg, rgba(22, 185, 237, 0.8) 0%, rgba(18, 99, 209, 0.84) 64.33%);
  border-radius: 8px 8px 0px 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
}

.w-service-1-in {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 48px;
  padding-bottom: 80px;
}

.service-1-title {
  color: #2578EA;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 16px;
  border-left: 3px solid #2578EA;
  margin-bottom: 21px;
}

.service-1-title-text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 32px;
}

.service-1-inin-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 24px;
  background-color: #F2F9FD;
  border-radius: 8px;
  max-width: 480px;
  width: 100%;
  margin-bottom: 10px;
}

.service-1-inin-left-number {
  font-size: 24px;
  font-weight: 700;
  font-family: futura-pt, sans-serif;
  color: #2578EA;
  padding-right: 16px;
}

.service-1-inin-left-text-1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

.service-1-inin-left-text-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.w-service-1-inin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-1-inin-right {
  padding-left: 10px;
}

.w-service-1-inin-left {
  padding-right: 10px;
}

.service-1-inin-left-3 {
  font-size: 12px;
  color: #5E5E5E;
  font-weight: 300;
  line-height: 1.5;
}

.www-service-4-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 32px;
}

.ww-service-4-title {
  width: 50%;
}

.w-service-2-title {
  padding-bottom: 22px;
}

.service-1-title-text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 32px;
}

.service-5-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.service-5-title-s1 {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.5;
}

.service-5-title-s2 {
  color: #E03B3B;
}

.service-5-title-s3 {
  color: #E03B3B;
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.w-header-btn-4 {
  border-radius: 50.5px;
  max-width: 480px;
  width: 100%;
  padding-top: 29px;
  padding-bottom: 29px;
  background: -webkit-gradient(linear, right top, left top, from(#E95B5B), to(#E03B3B));
  background: linear-gradient(270deg, #E95B5B 0%, #E03B3B 100%);
  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;
  margin-left: 24px;
  margin: 0 auto;
  margin-top: 16px;
}

.w-header-btn-4-2 {
  border-radius: 50.5px;
  max-width: 560px;
  width: 100%;
  padding-top: 31px;
  padding-bottom: 31px;
  background: -webkit-gradient(linear, right top, left top, from(#E95B5B), to(#E03B3B));
  background: linear-gradient(270deg, #E95B5B 0%, #E03B3B 100%);
  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;
  margin-left: 24px;
  margin: 0 auto;
  margin-top: 16px;
}

.header-btn-4-text-1 {
  color: #fff;
  font-size: 24px;
}

.header-btn-4-text-1-img {
  max-width: 32px;
  width: 100%;
  margin-right: 16px;
}

/**/
.hold-in {
  padding-top: 120px;
  padding-bottom: 96px;
}

.hold-text-1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 64px;
}

.hold-yaji-img {
  max-width: 24px;
  width: 100%;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.hold-1-left-top {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-left: 24px;
  padding-right: 40px;
}

.w-hold-1-left-in {
  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;
  background-color: #16B9ED;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  text-align: center;
}

.w-hold-1-left {
  max-width: 544px;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px #D1EAFE;
          box-shadow: 0px 0px 20px #D1EAFE;
  margin-right: 16px;
  margin-bottom: 64px;
}

.w-hold-1-right {
  max-width: 544px;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px #D1EAFE;
          box-shadow: 0px 0px 20px #D1EAFE;
  margin-left: 16px;
  margin-bottom: 64px;
}

.hold-1-left-in-text-1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #16B9ED;
  padding-left: 16px;
  border-left: 3px solid #16B9ED;
  margin-top: 48px;
}

.hold-1-left-in {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.hold-1-left-in-text-2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 21px;
}

.ww-hold-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.JS-click, .JS-click-2, .JS-click-3, .JS-click-4, .JS-click-5, .JS-click-6, .JS-click-7, .JS-click-8 {
  cursor: pointer;
}

/**/
.cta-in {
  background-image: url("../img/cta-bg@2x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

.w-header-btn-5 {
  border-radius: 50.5px;
  max-width: 480px;
  width: 100%;
  padding-top: 31px;
  padding-bottom: 31px;
  background: -webkit-gradient(linear, right top, left top, from(#E95B5B), to(#E03B3B));
  background: linear-gradient(270deg, #E95B5B 0%, #E03B3B 100%);
  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;
  margin-left: 24px;
  margin: 0 auto;
  margin-top: 16px;
}

.header-btn-5-text-1 {
  color: #fff;
  font-size: 24px;
}

.header-btn-5-text-1-img {
  max-width: 32px;
  width: 100%;
  margin-right: 24px;
}

.a500-companey-img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.case-study-in {
  background-color: #F2F9FD;
  padding-top: 120px;
}

.case-study-1-img {
  max-width: 56px;
  width: 100%;
  margin-right: 12px;
}

.w-case-study-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
}

.case-study-2-text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.case-study-1-text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  z-index: 5;
}

.case-study-1-text-1-s1 {
  color: #E03B3B;
  font-weight: 700;
}

.w-case-study-1 {
  border: 0.5px solid rgba(209, 234, 254, 0.8);
  /* Drop Shadow */
  -webkit-box-shadow: 0px 0px 20px #D1EAFE;
          box-shadow: 0px 0px 20px #D1EAFE;
  border-radius: 24px 24px 24px 0px;
  background-color: #fff;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.case-study-1-text-2 {
  color: #d1eafe80;
  font-size: 120px;
  font-weight: 700;
  position: absolute;
  left: 7px;
  top: 0;
  z-index: 1;
}

.ww-case-study-1 {
  max-width: 352px;
  width: 100%;
}

.ww-case-study-2 {
  max-width: 352px;
  width: 100%;
  margin-right: 32px;
  margin-left: 32px;
}

.www-case-study-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  padding-bottom: 160px;
}

.teacher-1-img {
  margin-right: 40px;
  max-width: 200px;
  width: 100%;
}

.teacher-text-1 {
  font-size: 18px;
  font-weight: 700;
}

.teacher-text-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 16px;
}

.teacher-text-3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #5E5E5E;
  padding-top: 40px;
}

.w-teacher-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 20px #D1EAFE;
          box-shadow: 0px 0px 20px #D1EAFE;
  border-radius: 8px;
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.teacher-text-top-bottom {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.swiper {
  padding-top: 64px !important;
  padding-bottom: 48px !important;
}

.teacher-in {
  padding-bottom: 120px;
  padding-top: 80px;
}

/***********************/
/* swiper */
.swiper-slide {
  max-width: 1000px !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper {
  overflow: initial !important;
  max-width: 1000px;
  width: 100%;
}

/*
.swiper-wrapper {
    width: 100vw!important;
}
*/
.w-teacher-1 {
  margin-right: 30px;
  margin-left: 30px;
}

/*********************/
/* swiper-next-btn */
/* swiper-btn-reset */
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
  width: 32px !important;
  /* ボタンの幅 */
  height: 32px !important;
  /* ボタンの高さ */
  background-size: 32px 32px;
  /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url("../img/swiper-yaji.svg");
  right: -16px !important;
  left: auto;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url("../img/swiper-yaji.svg");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  /* 左右反転 */
  left: -16px !important;
  right: auto;
}

/* ページネーション */
.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px !important;
  margin-left: 8px !important;
}

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

/**/
.cta-2-in {
  background-image: url("../img/cta-2-@2x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-2-text-1 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 18px;
}

.cta-2-text-2 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 43px;
}

.ww-btn-6 {
  width: 100%;
  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;
}

.w-btn-6 {
  border-radius: 50.5px;
  background-color: #fff;
  border: 3px solid #E03B3B;
  max-width: 400px;
  width: 100%;
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.w-btn-7 {
  border-radius: 50.5px;
  max-width: 400px;
  width: 100%;
  padding-top: 31.5px;
  padding-bottom: 31.5px;
  background: -webkit-gradient(linear, right top, left top, from(#E95B5B), to(#E03B3B));
  background: linear-gradient(270deg, #E95B5B 0%, #E03B3B 100%);
  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;
  margin-left: 24px;
}

.btn-6-text-2-img {
  max-width: 32px;
  width: 100%;
}

.btn-6-text-2 {
  color: #E03B3B;
  font-size: 32px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}

.btn-6-text-1 {
  color: #E03B3B;
  font-size: 14px;
  text-align: center;
  padding-bottom: 8px;
}

.btn-7-text-1-img {
  max-width: 32px;
  width: 100%;
  margin-right: 16px;
}

.btn-7-text-1 {
  color: #fff;
  font-size: 24px;
}

.footer-text-1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.w-footer-text-1 {
  background-color: #EEEEEE;
}

/* bana */
.bana {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 98;
  background: linear-gradient(115.43deg, rgba(22, 185, 237, 0.8) 0%, rgba(18, 99, 209, 0.84) 64.33%);
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  padding-right: 11.5px;
  padding-left: 11.5px;
}

.ww-btn-6-f {
  width: 100%;
  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;
}

.w-btn-6-f {
  border-radius: 28px;
  background-color: #fff;
  border: 3px solid #E03B3B;
  max-width: 400px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.w-btn-7-f {
  border-radius: 28px;
  max-width: 400px;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  background: -webkit-gradient(linear, right top, left top, from(#E95B5B), to(#E03B3B));
  background: linear-gradient(270deg, #E95B5B 0%, #E03B3B 100%);
  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;
  margin-left: 8px;
  align-items: center;
}

.btn-6-text-2-img-f {
  max-width: 18px;
  width: 100%;
  margin-right: 2px;
}

.btn-6-text-2-f {
  color: #E03B3B;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.btn-6-text-1-f {
  color: #E03B3B;
  font-size: 14px;
  text-align: center;
  padding-bottom: 8px;
}

.btn-7-text-1-img-f {
  max-width: 18px;
  width: 100%;
  margin-right: 8px;
}

.btn-7-text-1-f {
  color: #fff;
  font-size: 14px;
}

.footer-text-1-f {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.w-header-btn-1-text-2-f {
  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;
}

/* add-220704 */
.ww-btn-6 .w-btn-6 {
  margin-right: 10px;
}

.ww-btn-6 .w-btn-7 {
  margin-left: 10px;
}

/* fv */
.fv-in {
  background-image: url("../img/FV@2x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

/* ratin */
/* ================================== */
/*                 sp                 */
/* ================================== */
@media screen and (max-width: 1440px) {
  /* fv */
  .fv-top-img {
    max-width: 41vw;
  }
  .fv-moji-2 {
    font-size: 3.3vw;
    padding-top: 1.7vw;
  }
  .fv-moji-1 {
    font-size: 1.7vw;
    padding-right: 1.4vw;
    padding-left: 1.4vw;
    padding-bottom: 0.13vw;
  }
  .w-header-btn-3 {
    border-radius: 3.5vw;
    max-width: 29.9vw;
    width: 100%;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    margin-top: 4.4vw;
  }
}

@media screen and (max-width: 1100px) {
  .hold-1-left-top {
    padding-right: 40px;
    font-size: 20px;
  }
  .w-fv-bottom-2-1 {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fv-bottom-2-img-img {
    max-width: 100%;
    margin-right: 0;
  }
  .fv-bottom-2-img-text-img {
    max-width: 119px;
    top: -23px;
    left: auto;
    right: -11px;
  }
  .w-hold-1-left-in {
    min-height: 108px;
  }
}

@media screen and (max-width: 1000px) {
  /* 共通 */
  .wi80 {
    width: 100%;
  }
  /* fv */
  .fv-top-img {
    max-width: 591px;
    width: 100%;
    margin: 0 auto;
    margin-top: 72px;
    margin-bottom: 48px;
  }
  .fv-moji-2 {
    font-size: 48px;
    padding-top: 24px;
  }
  .fv-moji-1 {
    font-size: 24px;
    padding-right: 20.5px;
    padding-left: 20.5px;
    padding-bottom: 2px;
  }
  .w-header-btn-3 {
    border-radius: 50.5px;
    max-width: 430px;
    padding-top: 34px;
    padding-bottom: 34px;
    margin-top: 64px;
  }
  .ww-fv {
    display: block;
  }
  .w-btn-6 {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
  }
  .w-btn-7 {
    margin: 0 auto;
    margin-top: 24px;
  }
  /* fv-bottom */
  .ww-fv-bottom-1 {
    max-width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  /* 共通 */
  .sp80 {
    width: 92%;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 255, 0.452);*/
  }
  .wi997 {
    width: 100%;
    max-width: 997px;
    margin: 0 auto;
  }
  .wi1120 {
    width: 100%;
  }
  /* fv */
  .fv-moji-1 {
    font-size: 16px;
    padding-right: 4.5px;
    padding-left: 4.5px;
    padding-bottom: 4px;
  }
  .fv-moji-2 {
    font-size: 32px;
    padding-top: 16px;
  }
  .fv-top-img {
    max-width: 280px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ww-fv {
    padding-top: 0px;
    padding-bottom: 64px;
    display: block;
  }
  .fv-moji-2 {
    font-size: 8.5vw;
    padding-top: 6.4vw;
  }
  .fv-moji-1 {
    font-size: 4.3vw;
    padding-right: 1.2vw;
    padding-left: 1.2vw;
    padding-bottom: 1.1vw;
  }
  .fv-top-img {
    max-width: 74.7vw;
    margin: 0 auto;
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .h-logo {
    max-width: 50.7vw;
    width: 100%;
    padding-top: 4.9vw;
    padding-bottom: 7.1vw;
  }
  .fv-in {
    background-image: url("../img/FV-sp@2x.png");
  }
  .ww-fv {
    padding-top: 0;
  }
  .btn-7-text-1 {
    color: #fff;
    font-size: 24px;
  }
  .btn-6-text-2 {
    color: #E03B3B;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .btn-6-text-2-img {
    max-width: 32px;
    margin-right: 8px;
  }
  .w-btn-6 {
    border-radius: 50.5px;
    padding-top: 31.5px;
    padding-bottom: 31.5px;
  }
  .w-btn-7 {
    margin-top: 6.4vw;
  }
  /**/
  .fv-bottom-text-1-s1 {
    font-size: 72px;
    padding-right: 3px;
    padding-left: 3px;
  }
  .fv-bottom-text-1 {
    font-size: 18px;
    font-weight: 500;
  }
  .fv-bottom-left-img {
    max-width: 18px;
    margin-right: 2px;
  }
  .fv-bottom-rihgt-img {
    max-width: 18px;
    margin-left: 2px;
  }
  .fv-bottom-text-2 {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .w-fv-bottom-text-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fv-bottom-text-4 {
    font-size: 10px;
  }
  .w-fv-bottom-1 {
    padding-top: 16px;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 16px;
  }
  .fv-bottom-text-3 {
    font-size: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
  }
  .fv-bottom-2-text-1 {
    font-size: 16px;
  }
  .fv-bottom-2-text-2-s1 {
    font-size: 24px;
  }
  .fv-bottom-2-text-2 {
    font-size: 16px;
  }
  .fv-bottom-2-1 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }
  .w-fv-bottom-2 {
    padding-top: 60px;
  }
  .fv-bottom-in {
    padding-bottom: 60px;
  }
  .consulting-text-1 {
    font-size: 16px;
  }
  .consulting-text-1-s1 {
    font-size: 24px;
  }
  .consulting-text-2-s1 {
    font-size: 24px;
  }
  .consulting-text-2 {
    font-size: 16px;
    margin-top: 0;
  }
  .ww-consulting-1 {
    padding-top: 44px;
    display: block;
  }
  .p1-img {
    max-width: 56px;
    margin-right: 24px;
  }
  .consulting-1-text-1 {
    font-size: 14px;
  }
  .consulting-1 {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .consulting-in {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  /**/
  .service-in {
    padding-top: 60px;
  }
  .service-text-1 {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .service-text-2 {
    padding-bottom: 40px;
  }
  .service-1-top-moji {
    font-size: 18px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .w-service-1-in {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .service-1-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .service-1-title-text-1 {
    font-size: 14px;
  }
  .service-1-inin-left {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 480px;
    width: 100%;
    margin-bottom: 16px;
    display: block;
  }
  .service-1-inin-left-number {
    padding-right: 0;
    text-align: center;
    padding-bottom: 16px;
  }
  .w-service-1-inin-left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 16px;
    padding-right: 0;
  }
  .service-1-inin-left-text-2 {
    font-size: 13px;
  }
  .service-1-inin-left-3 {
    font-size: 11px;
    padding-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .www-service-4-title {
    display: block;
    padding-bottom: 8px;
  }
  .service-5-title {
    font-size: 16px;
  }
  .service-5-title-s2 {
    font-size: 18px;
  }
  .header-btn-4-text-1 {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }
  .hold-in {
    padding-top: 80px;
    padding-bottom: 28px;
  }
  .hold-text-1 {
    font-size: 18px;
    padding-bottom: 24px;
  }
  .ww-hold-1 {
    display: block;
  }
  .hold-1-left-top {
    font-size: 18px;
    margin-left: 0;
    text-align: center;
    line-height: 1.3;
  }
  .hold-yaji-img {
    max-width: 14px;
    right: 9px;
  }
  .w-hold-1-left-in {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 60px;
  }
  .hold-1-left-in-text-1 {
    font-size: 16px;
    margin-top: 24px;
  }
  .hold-1-left-in {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 32px;
  }
  .hold-1-left-in-text-2 {
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .w-hold-1-right {
    margin-left: 0;
    margin-bottom: 32px;
  }
  /**/
  .header-btn-5-text-1 {
    font-size: 18px;
  }
  .header-btn-5-text-1-img {
    max-width: 22px;
    margin-right: 8px;
  }
  .w-header-btn-4 {
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 14px;
    max-width: 335px;
  }
  .w-header-btn-4-2 {
    padding-top: 21px;
    padding-bottom: 21px;
    margin-top: 14px;
    max-width: 335px;
  }
  .cta-in {
    background-image: url("../img/cta-bg-sp@2x.png");
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /**/
  .case-study-in {
    padding-top: 60px;
  }
  .www-case-study-1 {
    padding-top: 24px;
    padding-bottom: 36px;
    display: block;
  }
  .w-case-study-1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .case-study-1-text-2 {
    font-size: 100px;
    left: 4.5px;
    top: 0;
  }
  .case-study-1-text-1 {
    font-size: 14px;
  }
  .case-study-1-img {
    max-width: 40px;
    margin-right: 8px;
  }
  .case-study-2-text-1 {
    font-size: 14px;
  }
  .ww-case-study-1 {
    max-width: 100%;
    padding-bottom: 24px;
  }
  .ww-case-study-2 {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 24px;
  }
  .teacher-in {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .swiper {
    padding-top: 40px !important;
    padding-bottom: 48px !important;
  }
  .teacher-1-img {
    margin-right: auto;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 48px;
  }
  .w-teacher-1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 48px;
    padding-bottom: 48px;
    display: block;
    margin-right: 4%;
    margin-left: 4%;
  }
  .swiper-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swiper-button-prev {
    left: 7.4% !important;
    top: 194px !important;
  }
  .swiper-button-next {
    right: 6.8% !important;
    top: 194px !important;
  }
  .cta-2-text-1 {
    font-size: 24px;
    padding-bottom: 24px;
  }
  /**/
  .ww-btn-6 {
    display: block;
  }
  .cta-2-text-2 {
    font-size: 14px;
    padding-bottom: 33px;
  }
  .cta-2-in {
    background-image: url("../img/cta-2-sp@2x.png");
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .w-hold-1-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }
  .w-hold-1-right {
    max-width: 100%;
  }
  .hold-1-left-top {
    padding-right: 0;
  }
  .ww-fv-bottom-2-1 {
    width: 100%;
  }
  .w-consulting-1 {
    margin-right: 0;
  }
  .consulting-graph-img img {
    max-width: 100%;
  }
  /**/
  .ww-btn-6 .w-btn-6 {
    margin-right: auto;
  }
  .ww-btn-6 .w-btn-7 {
    margin-left: auto;
  }
  /* add-220704 */
  .service-1-inin-left-text-1 {
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center;
  }
  .h-logo {
    max-width: 190px !important;
  }
  .fv-bottom-text-3-img-img {
    max-width: 312px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  /* fv */
  .w-btn-7 {
    border-radius: 40px;
    max-width: 335px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .btn-7-text-1 {
    color: #fff;
    font-size: 18px;
  }
  .btn-7-text-1-img {
    max-width: 22px;
    margin-right: 8px;
  }
  .w-btn-6 {
    border-radius: 40px;
    max-width: 335px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 16px;
  }
  .btn-6-text-2-img {
    max-width: 22px;
    margin-right: 8px;
  }
  .btn-6-text-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 391px) {
  .consulting-text-2-s1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 375px) {
  /* header */
  /* bana */
  .btn-6-text-2-f {
    font-size: 3.7vw;
  }
  .btn-6-text-2-img-f {
    max-width: 4.8vw;
    margin-right: 0.5vw;
  }
  .w-btn-6-f {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .btn-7-text-1-img-f {
    max-width: 4.8vw;
    margin-right: 2.1vw;
  }
  .btn-7-text-1-f {
    font-size: 3.7vw;
  }
  .w-btn-7-f {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
  }
  .teacher-1-img {
    max-width: 170px;
  }
  .swiper-button-next {
    top: 180px !important;
    right: 5% !important;
  }
  .swiper-button-prev {
    top: 180px !important;
    left: 5% !important;
  }
  .fv-bottom-text-1-s1 {
    font-size: 50px;
  }
}
/*# sourceMappingURL=style.css.map */