@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 980px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 981px) {
  .is-sp {
    display: none !important;
  }
}
body,
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: #fff;
  min-width: initial;
}
@media screen and (max-width: 980px) {
  body {
    max-width: 500px;
    margin: 0 auto;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 980px) {
  .inner {
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 980px) {
  .l-inner {
    padding: 0 20px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 980px) {
  .header-inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

section {
  padding: 80px 0 90px;
}
@media screen and (max-width: 980px) {
  section {
    padding: 50px 0 50px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 100;
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .logo {
  max-width: 600px;
  margin-right: 20px;
}
.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .right .btn1 {
  margin-right: 10px;
}
.header .right .btn1 a {
  background: -webkit-gradient(linear, left top, right top, from(#079a43), to(#00BA34));
  background: linear-gradient(90deg, #079a43 0%, #00BA34 100%);
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.header .right .btn1 a:hover {
  opacity: 0.6;
}
.header .right .btn2 a {
  background: -webkit-gradient(linear, left top, right top, from(#F67620), to(#FCAC33));
  background: linear-gradient(90deg, #F67620 0%, #FCAC33 100%);
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.header .right .btn2 a:hover {
  opacity: 0.6;
}

.mv {
  position: relative;
}
.mv .contents {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
}
.mv .contents .text1 {
  width: 55%;
}
@media screen and (max-width: 1340px) {
  .mv .contents .text1 {
    width: 45%;
  }
}
.mv .contents .text1 .mv-btn {
  width: 65%;
  margin: 7% auto 0;
}
.mv .contents .text1 .mv-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv .contents .text1 .mv-btn a:hover {
  opacity: 0.6;
}
.mv .contents .text2 {
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 31%;
  margin-left: auto;
}
.mv .is-sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .mv .is-sp {
    display: block;
  }
}
.mv .sp-lead {
  position: absolute;
  top: 10%;
  left: 17px;
  width: 90%;
}
.mv .sp-mv-text2 {
  position: absolute;
  left: 17px;
  bottom: 36%;
  width: 50%;
}
.mv .sp-mv-text2 img {
  width: 100%;
}
.mv .sp-mv-text3 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15%;
  width: 85%;
}
.mv .sp-mv-text3 img {
  width: 100%;
}
.mv .sp-mv-btn {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}

.about {
  background: url(../img/about-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 980px) {
  .about {
    background: url(../img/about-bg-sp.png) no-repeat center center/cover;
  }
}
.about h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .about h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.about h2 span {
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 0 5px;
}
.about ul {
  max-width: 800px;
  margin: 0 auto;
}
.about ul li {
  background: #fff;
}
.about ul li .wrap {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 15px;
  -webkit-box-shadow: 3px 3px 6px rgba(62, 62, 62, 0.3);
          box-shadow: 3px 3px 6px rgba(62, 62, 62, 0.3);
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .about ul li .wrap {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.about ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 981px) {
  .about ul li:nth-child(2n) {
    text-align: right;
  }
}
.about ul li:last-child {
  margin-bottom: 0;
}

.title-sec {
  background: url(../img/title-sec-bg.png) no-repeat center center/cover;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .title-sec {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 980px) {
  .title-sec h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.title-sec .inner {
  background: #fff;
  padding: 10px 30px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .title-sec .inner {
    padding: 5px 10px;
  }
}
.title-sec .news-wrap {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCAC33), to(#F67620));
  background: linear-gradient(to bottom, #FCAC33, #F67620);
  border-radius: 4px;
  margin-right: 49px;
  height: 30px;
}
@media screen and (max-width: 980px) {
  .title-sec .news-wrap {
    margin-right: 20px;
  }
}
.title-sec .news {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
}
.title-sec .news-text {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .title-sec .news-text {
    font-size: 13px;
    text-align: left;
  }
}
.title-sec .small-text {
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .title-sec .small-text {
    font-size: 11px;
  }
}
.title-sec .under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.title-sec .span1 {
  display: inline-block;
  color: #fff;
  padding: 5px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .title-sec .span1 {
    font-size: 16px;
  }
}
.title-sec .span2 {
  display: inline-block;
  padding: 5px 30px;
  font-weight: 600;
  font-size: 46px;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .title-sec .span2 {
    font-size: 22px;
    padding: 5px;
  }
}
.title-sec .span2 .wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCAC33), to(#F67620));
  background: linear-gradient(to bottom, #FCAC33, #F67620);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about2 {
  background: url(../img/about2-bg.webp) no-repeat center center/cover;
}
.about2 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 60px;
  color: #F67620;
}
@media screen and (max-width: 980px) {
  .about2 h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.about2 h2 span {
  background: #F67620;
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 0 0px 0 5px;
}
.about2 .slider .img img {
  width: 100%;
  height: auto;
  display: block;
}
.about2 .img {
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .about2 .img {
    padding: 0 10px;
  }
}
.about2 .img:nth-child(2n) {
  margin-top: 40px;
}
.about2 .img .wrap {
  padding-top: 70%;
  position: relative;
}
.about2 .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 980px) {
  .about2 .img .wrap img {
    border-radius: 10px;
  }
}
.about2 .slider {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .about2 .slider {
    margin-bottom: 30px;
  }
}
.about2 .text1 {
  text-align: center;
  position: relative;
  z-index: 3;
  line-height: 2;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .about2 .text1 {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.about2 .text1 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.about2 .img-black {
  max-width: 800px;
  margin: 0 auto;
}

.reason {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCAC33), to(#F67620));
  background: linear-gradient(to bottom, #FCAC33, #F67620);
}
.reason .inner {
  max-width: 1000px;
  padding-inline: 60px;
}
@media screen and (max-width: 980px) {
  .reason .inner {
    max-width: 100%;
    padding-inline: 30px;
  }
}
.reason h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 60px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .reason h2 {
    margin-bottom: 50px;
    font-size: 22px;
  }
}
.reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .reason ul {
    display: block;
  }
}
.reason ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  width: 32%;
  background: #fff;
  padding: 40px 40px 30px;
  aspect-ratio: 56/50;
}
@media screen and (max-width: 980px) {
  .reason ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 30px 20px 20px;
    width: 100%;
    margin: 0 auto 40px;
    height: auto;
  }
  .reason ul li:last-child {
    margin-bottom: 0;
  }
}
.reason ul li {
  position: relative;
}
.reason ul li .point {
  max-width: 80px;
  position: absolute;
  top: -20px;
  left: 20px;
}
@media screen and (max-width: 980px) {
  .reason ul li .point {
    max-width: 60px;
  }
}
.reason ul li .point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .reason ul li .point-content {
    gap: 5px;
  }
}
.reason ul li .img {
  display: block;
  height: 130px;
  position: relative;
}
.reason ul li .img .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reason ul li .img .wrap img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.reason ul li h3 {
  font-weight: 600;
  color: #F67620;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .reason ul li h3 {
    margin-bottom: 30px;
  }
}
.reason ul li p {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .reason ul li p {
    font-size: 14px;
  }
}

.course {
  padding: 0;
  background: url(../img/about2-bg.webp) no-repeat center center/cover;
}
.course .inner {
  background: url(../img/masu2.png) repeat top center/contain;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 40px 90px;
}
@media screen and (max-width: 980px) {
  .course .inner {
    padding: 50px 10px 50px;
    margin: 0 10px;
  }
}
.course h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .course h2 {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1.4;
  }
}
.course h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCAC33), to(#F67620));
  background: linear-gradient(to bottom, #FCAC33, #F67620);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.course .box {
  max-width: 930px;
  margin: 0 auto;
}
.course .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .course .box .flex {
    display: block;
  }
}
.course .box .flex .img {
  width: 40%;
}
@media screen and (max-width: 980px) {
  .course .box .flex .img {
    width: 100%;
  }
}
.course .box .flex .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course .box .flex .right {
  width: 60%;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 980px) {
  .course .box .flex .right {
    width: 100%;
    padding: 20px;
  }
}
.course .box .flex .heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course .box p {
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .course .box p {
    font-size: 14px;
  }
}
.course .box .heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .course .box .heading {
    margin-bottom: 10px;
  }
}
.course .box h3 {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .course .box h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-right: 10px;
  }
}
.course .box1 {
  margin-bottom: 60px;
  border: 3px solid #059d42;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .course .box1 {
    margin-bottom: 20px;
  }
}
.course .box1 h3 {
  color: #059d42;
}
.course .box1 .tag {
  background: #059d42;
  border-radius: 6px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .course .box1 .tag {
    font-size: 12px;
  }
}
.course .box2 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.course .box2 {
  margin-bottom: 60px;
  border: 3px solid #156ae4;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .course .box2 {
    margin-bottom: 20px;
  }
}
.course .box2 h3 {
  color: #156ae4;
}
.course .box2 .tag {
  background: #156ae4;
  border-radius: 6px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .course .box2 .tag {
    font-size: 12px;
  }
}
.course .box3 {
  margin-bottom: 60px;
  border: 3px solid #f77e1a;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .course .box3 {
    margin-bottom: 20px;
  }
}
.course .box3 h3 {
  color: #f77e1a;
}
.course .box3 .tag {
  background: #059d42;
  border-radius: 6px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .course .box3 .tag {
    font-size: 12px;
  }
}
.course .course-btn {
  max-width: 27vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 980px) {
  .course .course-btn {
    max-width: 80%;
  }
}

.flow {
  background: url(../img/flow-bg.png) no-repeat center center/cover;
}
.flow .box {
  background: #fff;
  padding: 80px 40px;
  border-radius: 20px;
  border: 4px solid #F67620;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 980px) {
  .flow .box {
    padding: 30px 20px;
  }
}
.flow .box h2 {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 980px) {
  .flow .box h2 {
    max-width: 280px;
    top: -20px;
  }
}
.flow .box .lead {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .flow .box .lead {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.flow .box .lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
  color: #F67620;
  font-size: 130%;
}
.flow .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .flow .ul1 {
    margin-bottom: 30px;
    display: block;
  }
}
.flow .ul1 li {
  background: #fff;
  border: 3px solid #F67620;
  width: 32%;
}
@media screen and (max-width: 980px) {
  .flow .ul1 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .flow .ul1 li:last-child {
    margin-bottom: 0;
  }
}
.flow .ul1 li h3 {
  color: #F67620;
  line-height: 1.3;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .flow .ul1 li h3 {
    font-size: 18px;
    height: auto;
  }
}
@media screen and (min-width: 981px) {
  .flow .ul1 li h3 .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}
.flow .ul1 li .contents {
  padding: 20px 15px 10px;
}
.flow .ul1 li p {
  font-weight: 600;
  font-size: 14px;
  height: 100px;
}
@media screen and (max-width: 1240px) {
  .flow .ul1 li p {
    font-size: 13px;
    height: 90px;
  }
}
@media screen and (max-width: 980px) {
  .flow .ul1 li p {
    height: auto;
  }
}
.flow .f-title {
  padding: 15px;
  background: #FCAC33;
  width: 100%;
  max-width: 600px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto 10px;
  text-align: center;
  clip-path: polygon(0 0, 95% 0%, 100% 50%, 95% 100%, 0 100%, 5% 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .flow .f-title {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow .f-title .small-text {
  font-size: 16px;
  padding-left: 5px;
}
.flow .c-lead {
  text-align: center;
  color: #F67620;
  font-size: 18px;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .flow .c-lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.flow .ul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .flow .ul2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 30px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.flow .ul2 li {
  width: 20%;
  position: relative;
}
@media screen and (max-width: 980px) {
  .flow .ul2 li {
    width: 40%;
  }
  .flow .ul2 li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.flow .ul2 li::after {
  position: absolute;
  content: "";
  background: url(../img/trai.png) no-repeat center center/cover;
  top: 50%;
  left: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 55px;
}
@media screen and (max-width: 980px) {
  .flow .ul2 li::after {
    width: 12px;
    height: 35px;
    left: 107%;
  }
}
.flow .ul2 li:last-child::after {
  display: none;
}
.flow .f-title2 {
  padding: 5px;
  background: #FCAC33;
  width: 100%;
  max-width: 600px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto 60px;
  text-align: center;
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
}
@media screen and (max-width: 980px) {
  .flow .f-title2 {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 50px;
  }
}
.flow .ul3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
  margin-bottom: 60px;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .flow .ul3 {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.flow .ul3 li {
  padding: 3px;
  background: linear-gradient(135deg, #FCAC33, #F67620);
  position: relative;
}
.flow .ul3 .voice-text {
  background: #fff;
  padding: 35px 15px 20px;
  height: 310px;
}
@media screen and (max-width: 980px) {
  .flow .ul3 .voice-text {
    height: auto;
  }
}
.flow .ul3 img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .flow .ul3 img {
    width: 50%;
    top: 0;
  }
}
.flow .text4 {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .flow .text4 {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 5px;
  }
}
.flow .btn2 a {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flow .btn2 a:hover {
  opacity: 0.6;
}

.message h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCAC33), to(#F67620));
  background: linear-gradient(to bottom, #FCAC33, #F67620);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 980px) {
  .message h2 {
    margin-bottom: 100px;
    font-size: 24px;
    line-height: 1.4;
  }
}
.message .box {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCAC33), to(#F67620));
  background: linear-gradient(to bottom, #FCAC33, #F67620);
  padding: 30px 30px 30px 300px;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 980px) {
  .message .box {
    padding: 230px 20px 20px 20px;
  }
}
.message .box .text {
  position: absolute;
  right: 10px;
  bottom: -20px;
  max-width: 400px;
}
@media screen and (max-width: 980px) {
  .message .box .text {
    width: 80%;
  }
}
.message .box .img {
  position: absolute;
  top: -70px;
  left: -60px;
  max-width: 320px;
}
@media screen and (max-width: 980px) {
  .message .box .img {
    max-width: 280px;
    left: 0px;
  }
}
.message .box p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .message .box p {
    font-size: 14px;
  }
}
.message .box .name {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .message .box .name {
    font-size: 14px;
  }
}

.voice {
  background: url(../img/voice-bg.png) no-repeat center center/cover;
}
.voice h2 {
  max-width: 400px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 980px) {
  .voice h2 {
    margin-bottom: 20px;
    max-width: 250px;
  }
}
.voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .voice ul {
    display: block;
  }
}
.voice ul li {
  width: 48%;
  border: 5px solid #F67620;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .voice ul li {
    border: 3px solid #F67620;
    border-radius: 30px;
  }
}
.voice ul li .contents {
  background: #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 980px) {
  .voice ul li .contents {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 980px) {
  .voice ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .voice ul li:last-child {
    margin-bottom: 0;
  }
}
.voice ul li h3 {
  font-size: 24px;
  font-weight: 600;
  color: #F67620;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .voice ul li h3 {
    font-size: 22px;
  }
}
.voice ul li p {
  font-weight: 600;
  font-size: 17px;
}
@media screen and (max-width: 980px) {
  .voice ul li p {
    font-size: 14px;
  }
}

.voice2 {
  background: url(../img/voice2-bg.png) no-repeat center center/cover;
}
.voice2 h2 {
  max-width: 400px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 980px) {
  .voice2 h2 {
    margin-bottom: 20px;
    max-width: 250px;
  }
}
.voice2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .voice2 ul {
    display: block;
  }
}
.voice2 ul li {
  width: 48%;
  border: 5px solid #F67620;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .voice2 ul li {
    border: 3px solid #F67620;
    border-radius: 30px;
  }
}
.voice2 ul li .contents {
  background: #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 980px) {
  .voice2 ul li .contents {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 980px) {
  .voice2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .voice2 ul li:last-child {
    margin-bottom: 0;
  }
}
.voice2 ul li h3 {
  font-size: 24px;
  font-weight: 600;
  color: #F67620;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .voice2 ul li h3 {
    font-size: 22px;
  }
}
.voice2 ul li p {
  font-weight: 600;
  font-size: 17px;
}
@media screen and (max-width: 980px) {
  .voice2 ul li p {
    font-size: 14px;
  }
}
.voice2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.price {
  background: -webkit-gradient(linear, left top, right top, from(#FCAC33), to(#F67620));
  background: linear-gradient(to right, #FCAC33, #F67620);
}
.price .box {
  padding: 30px 40px 40px;
  max-width: 980px;
  margin: 0 auto;
  background: url(../img/v-box-bg.png) no-repeat center center/cover;
  border-radius: 60px;
}
@media screen and (max-width: 980px) {
  .price .box {
    border-radius: 30px;
    padding: 20px 10px;
  }
}
.price h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #F67620;
}
@media screen and (max-width: 980px) {
  .price h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.price h2 span {
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 0 5px;
}
.price .img {
  max-width: 700px;
  margin: 0 auto;
}

.cta {
  background: url(../img/cta-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 980px) {
  .cta {
    background: url(../img/cta-sp-bg.png) no-repeat center center/cover;
  }
}
.cta .box {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
}
@media screen and (max-width: 980px) {
  .cta .box {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
  }
}
.cta .box h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCAC33), to(#F67620));
  background: linear-gradient(to bottom, #FCAC33, #F67620);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .cta .box h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.cta .box .lead {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .cta .box .lead {
    font-size: 14px;
  }
}
.cta .btn2 {
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .cta .btn2 {
    margin-top: 15px;
  }
}
.cta .btn2 a {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta .btn2 a:hover {
  opacity: 0.6;
}
.cta .text4 {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .cta .text4 {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 5px;
  }
}
.cta .inner {
  padding: 0;
}

.access h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCAC33), to(#F67620));
  background: linear-gradient(to bottom, #FCAC33, #F67620);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .access h2 {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.access h2 span {
  display: inline-block;
  width: 40px;
  margin-right: 20px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 980px) {
  .access h2 span {
    top: 0;
    width: 30px;
    margin-right: 10px;
  }
}
.access .row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .access .row {
    display: block;
  }
}
.access .row .img {
  width: 45%;
}
@media screen and (max-width: 980px) {
  .access .row .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.access .row .right {
  width: 52%;
}
@media screen and (max-width: 980px) {
  .access .row .right {
    width: 100%;
  }
}
.access .row:last-child {
  margin-bottom: 0;
}
.access .row h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCAC33), to(#F67620));
  background: linear-gradient(to bottom, #FCAC33, #F67620);
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .access .row h3 {
    font-size: 14px;
  }
}
.access .row .text1 {
  color: #F67620;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .access .row .text1 {
    font-size: 14px;
  }
}
.access .row .text1 span {
  font-size: 90%;
}
@media screen and (max-width: 980px) {
  .access .row .text1 {
    font-size: 14px;
  }
}
.access .row .heading {
  padding-bottom: 20px;
  border-bottom: 3px dotted #F67620;
}
.access .row .bottom {
  padding-top: 20px;
}
@media screen and (max-width: 980px) {
  .access .row p {
    font-size: 14px;
  }
}
.access .row p.big {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .access .row p.big {
    font-size: 16px;
  }
}
.access .row .tel {
  border: 5px solid #F67620;
  border-radius: 20px;
  padding: 5px 2px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .access .row .tel {
    max-width: 250px;
    margin-top: 20px;
    border: 3px solid #F67620;
  }
}
.access .row .tel .text2 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .access .row .tel .text2 {
    font-size: 18px;
  }
}
.access .row .tel .text3 {
  font-size: 26px;
  font-weight: 600;
  color: #F67620;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .access .row .tel .text3 {
    font-size: 22px;
  }
}

.map {
  margin-top: 90px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .map {
    margin-top: 30px;
  }
}
.map .wrap {
  position: relative;
  padding-top: 45%;
}
@media screen and (max-width: 980px) {
  .map .wrap {
    padding-top: 65%;
  }
}
.map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCAC33), to(#F67620));
  background: linear-gradient(to bottom, #FCAC33, #F67620);
  color: #fff;
}
@media screen and (max-width: 980px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .footer .flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .flex1 .logo {
  max-width: 200px;
}
@media screen and (max-width: 980px) {
  .footer .flex1 .logo {
    width: 30%;
  }
}
.footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 450px);
}
@media screen and (max-width: 980px) {
  .footer .right {
    display: block;
    width: 100%;
  }
}
.footer .right .item {
  width: 53%;
}
@media screen and (max-width: 980px) {
  .footer .right .item {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.footer .right .item2 {
  width: 44%;
}
@media screen and (max-width: 980px) {
  .footer .right .item2 {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.footer .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .flex2 .address {
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  .footer .flex2 .address {
    font-size: 14px;
  }
}
.footer .btn3 {
  max-width: 330px;
}
@media screen and (max-width: 980px) {
  .footer .btn3 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 100%;
  }
}
.footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 980px) {
  .footer .flex1 {
    margin-bottom: 20px;
  }
  .footer .right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .right .item2 {
    margin-bottom: 25px;
  }
  .access .row .right {
    margin-top: 50px;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pulse {
  -webkit-animation: pulse 2s ease-in-out infinite;
          animation: pulse 2s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes fadeInUpFV {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  50% {
    opacity: 0.4;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpFV {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  50% {
    opacity: 0.4;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fv-fade-up {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-animation: fadeInUpFV 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeInUpFV 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-5 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.js-animate {
  opacity: 0;
  will-change: transform, opacity;
}

.fade-up {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fade-up.is-active {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide-in {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.slide-in.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

@media screen and (max-width: 980px) {
  .flow .ul2 li:nth-child(2)::after {
    display: none;
  }
}
.pulse1 .normal {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
}
.pulse1 .hover {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
}
.pulse1 a {
  width: 429px;
  position: relative;
  display: block;
  height: 75px;
}
@media screen and (max-width: 980px) {
  .pulse1 a {
    width: 100%;
    height: 60px;
  }
}
.pulse1 a:hover {
  opacity: 1 !important;
}
.pulse1 a:hover .normal {
  opacity: 0;
}
.pulse1 a:hover .hover {
  opacity: 1;
}

@media screen and (max-width: 980px) {
  .pulse2 {
    margin-bottom: 20px;
  }
  .pulse2 a {
    display: block;
  }
}
.pulse2 .normal {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
}
.pulse2 .hover {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
}
.pulse2 a {
  position: relative;
  display: block;
  height: 4.5vw;
}
@media screen and (max-width: 980px) {
  .pulse2 a {
    height: 9vw;
  }
}
.pulse2 a:hover {
  opacity: 1 !important;
}
.pulse2 a:hover .normal {
  opacity: 0;
}
.pulse2 a:hover .hover {
  opacity: 1;
}

@media screen and (min-width: 981px) {
  .footer .right {
    -webkit-box-align: initial !important;
        -ms-flex-align: initial !important;
            align-items: initial !important;
  }
}
.footer .right .item .pulse1 a {
  width: 100%;
}

.mv .contents .text2 {
  position: absolute;
  bottom: 8%;
  right: 4%;
  width: 40%;
  margin-left: auto;
}

.sp-mv-btn .pulse1 {
  text-align: center;
}
.sp-mv-btn .pulse1 a {
  width: 80%;
  margin: 0 auto;
}

.about2-2 {
  padding: 0;
}
.about2-2 .inner {
  max-width: 1000px;
}
.about2-2 .box {
  background: #fff;
  padding: 80px 60px;
}
@media screen and (max-width: 980px) {
  .about2-2 .box {
    padding: 40px 20px;
  }
}
.about2-2 .img {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .about2-2 .img {
    margin-bottom: 30px;
  }
}
.about2-2 .text1 {
  text-align: center;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  .about2-2 .text1 {
    text-align: left;
    font-size: 14px;
  }
}
.about2-2 .text2 {
  text-align: center;
  font-weight: 700;
  line-height: 2;
  font-size: 22px;
}
.about2-2 .text2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: inline;
}
@media screen and (max-width: 980px) {
  .about2-2 .text2 {
    text-align: left;
    font-size: 15px;
  }
}
.about2-2 .text3 {
  text-align: center;
  font-weight: 700;
  line-height: 2;
  font-size: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .about2-2 .text3 {
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
  }
}

.add-section {
  background: #fffbee;
}
.add-section .inner {
  max-width: 1000px;
}
.add-section h2 {
  font-size: 23px;
  text-align: center;
  color: #F67620;
  font-weight: 700;
}
.add-section h2 .wrap {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .add-section h2 {
    font-size: 16px;
  }
}
.add-section .img-bottom {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .add-section .img-bottom {
    margin-bottom: 30px;
  }
}
.add-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.add-section .flex .item {
  width: 33.333%;
}
@media screen and (max-width: 980px) {
  .add-section .flex .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .add-section .flex .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .add-section .flex {
    display: block;
  }
}

.reason {
  background: url(../img/masu2.png) repeat top center/contain;
}
.reason h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbbf3a), to(#F67620));
  background: linear-gradient(180deg, #fbbf3a, #F67620);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reason ul li {
  border: 4px solid;
  -o-border-image: linear-gradient(180deg, #fbbf3a, #F67620) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#fbbf3a), to(#F67620)) 1;
     border-image: linear-gradient(180deg, #fbbf3a, #F67620) 1;
}
@media screen and (max-width: 980px) {
  .reason ul li {
    border: 3px solid;
    -o-border-image: linear-gradient(180deg, #fbbf3a, #F67620) 1;
       border-image: -webkit-gradient(linear, left top, left bottom, from(#fbbf3a), to(#F67620)) 1;
       border-image: linear-gradient(180deg, #fbbf3a, #F67620) 1;
  }
}

.flow {
  padding-top: 140px;
}
@media screen and (max-width: 980px) {
  .flow {
    padding-top: 60px;
  }
}
.flow .lead {
  margin-bottom: 10px !important;
}
.flow .lead2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .flow .lead2 {
    font-size: 14px;
  }
}
.flow .lead2 .wrap {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbbf3a), to(#F67620));
  background: linear-gradient(180deg, #fbbf3a, #F67620);
  color: #fff;
  margin-bottom: 40px;
  padding: 0 5px;
}
@media screen and (max-width: 980px) {
  .flow .lead2 .wrap {
    margin-bottom: 20px;
  }
}
.flow li img {
  position: initial !important;
  -webkit-transform: initial !important;
          transform: initial !important;
  width: 100% !important;
}
.flow .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 2;
}
.flow .flex2 {
  margin-top: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fbbf3a;
  overflow: hidden;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .flow .flex2 {
    margin-top: 20px;
  }
}
.flow .flex2 .left {
  width: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbbf3a), to(#F67620));
  background: linear-gradient(180deg, #fbbf3a, #F67620);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .flow .flex2 .left {
    width: 50px;
  }
}
.flow .flex2 .left .wrap img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 40% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.flow .flex2 .right {
  width: calc(100% - 80px);
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 980px) {
  .flow .flex2 .right {
    width: calc(100% - 50px);
    padding: 15px;
    font-size: 14px;
  }
}
.flow .flex2 .right .text4 {
  text-align: left;
  color: #F67620;
}
@media screen and (max-width: 980px) {
  .flow .flex2 .right .text4 {
    font-size: 14px;
  }
}

.cta .flex2 {
  margin-top: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fbbf3a;
  overflow: hidden;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .cta .flex2 {
    margin-top: 20px;
  }
}
.cta .flex2 .left {
  width: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbbf3a), to(#F67620));
  background: linear-gradient(180deg, #fbbf3a, #F67620);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .cta .flex2 .left {
    width: 50px;
  }
}
.cta .flex2 .left .wrap img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 40% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.cta .flex2 .right {
  width: calc(100% - 80px);
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 980px) {
  .cta .flex2 .right {
    width: calc(100% - 50px);
    padding: 15px;
    font-size: 14px;
  }
}
.cta .flex2 .right .text4 {
  text-align: left;
  color: #F67620;
}
@media screen and (max-width: 980px) {
  .cta .flex2 .right .text4 {
    font-size: 14px;
  }
}

.cta {
  background: url(../img/cta-bg2.png) no-repeat center center/cover;
}
.cta .box {
  background: rgba(255, 255, 255, 0.9);
}

.course .course-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.course .course-btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 980px) {
  .reason ul li h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .flow .icon {
    width: 45%;
  }
  .flow .flex2 {
    margin-top: 10%;
  }
}
.header .right .btn1 a {
  background: url(../img/btn-bg.png) no-repeat center center/cover !important;
}

.header .right .btn1 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .right .btn1 a:hover {
  opacity: 1;
  background: #fff !important;
  color: #01ba7f;
  border: 2px solid #01ba7f;
}

.header .right .btn2 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .right .btn2 a:hover {
  opacity: 1;
  background: #fff !important;
  color: #F67620;
  border: 2px solid #F67620;
}

.mv {
  margin-top: -1px;
}
.mv .sp-logo {
  position: absolute;
  top: 1%;
  left: 17px;
  width: 80%;
}
.mv .sp-lead {
  top: 14%;
  width: 80%;
}

@media screen and (max-width: 980px) {
  .mv .sp-mv-text2 {
    position: absolute;
    left: 16px;
    bottom: 30%;
    width: 72%;
  }
  .mv .sp-mv-text3 {
    position: absolute;
    left: 17px;
    /* -webkit-transform: translateX(-50%); */
    -webkit-transform: initial;
            transform: initial;
    bottom: 15%;
    width: 89%;
  }
  .mv .pulse1 a {
    height: auto;
  }
  .mv .pulse1 a:hover .normal {
    opacity: 1 !important;
  }
  .mv .pulse1 a .normal {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}