@charset "UTF-8";
/* CSS Document */
/* ++++++++++++++++++++++++++++++

TOP css

++++++++++++++++++++++++++++++ */
/*　++++++++ メインイメージ　++++++++ */
.mainimg_area {
  background-color: #005cb8;
  width: 100%;
  height: 600px;
  position: static; }
  @media only screen and (max-width: 768px) {
    .mainimg_area {
      height: 32vh; } }
  .mainimg_area ul {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .mainimg_area ul {
        height: 32vh; } }
    .mainimg_area ul li {
      width: 0%;
      height: 600px;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      transition: all 0.5s ease-in-out; }
      @media only screen and (max-width: 768px) {
        .mainimg_area ul li {
          height: 32vh; } }
      .mainimg_area ul li figure {
        width: 100vw;
        height: 600px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        @media only screen and (max-width: 768px) {
          .mainimg_area ul li figure {
            height: 32vh; } }
      .mainimg_area ul li p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(0, -50%);
        width: 570px;
        height: 66px;
        opacity: 0; }
        @media only screen and (max-width: 768px) {
          .mainimg_area ul li p {
            width: 228px;
            height: 26px;
            transform: translate(-30%, -50%); } }
        .mainimg_area ul li p.txt_1 {
          margin-top: -38px;
          transition: all 0.6s ease-in-out; }
          @media only screen and (max-width: 768px) {
            .mainimg_area ul li p.txt_1 {
              margin-top: 38px; } }
        .mainimg_area ul li p.txt_2 {
          margin-top: 38px;
          transition: all 0.6s 0.3s ease-in-out; }
          @media only screen and (max-width: 768px) {
            .mainimg_area ul li p.txt_2 {
              margin-top: 70px; } }
      .mainimg_area ul li.next {
        z-index: 2;
        width: 100%; }
        .mainimg_area ul li.next p {
          opacity: 0;
          margin-left: 30px; }
      .mainimg_area ul li.active {
        z-index: 3;
        width: 100%; }
        .mainimg_area ul li.active p {
          opacity: 1;
          margin-left: 0; }
      .mainimg_area ul li.exit {
        width: 0;
        z-index: 3; }
        .mainimg_area ul li.exit p {
          opacity: 0;
          margin-left: 0; }
      .mainimg_area ul li:nth-of-type(2) p {
        transform: translate(-80%, 0); }
        @media only screen and (max-width: 768px) {
          .mainimg_area ul li:nth-of-type(2) p {
            transform: translate(-30%, -50%); } }

/*.mainimg_area*/
/*　++++++++ moreボタン　++++++++ */
.more_btn {
  width: 190px;
  height: 40px;
  position: relative;
  overflow: hidden;
  /*a*/ }
  @media only screen and (max-width: 768px) {
    .more_btn {
      width: 250px;
      height: 45px;
      margin-bottom: 40px; } }
  .more_btn:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 17px;
    right: 16px;
    transition: 0.4s;
    z-index: 4;
    transform: rotate(45deg);
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .more_btn:after {
        top: 20px;
        right: 20px; } }
  .more_btn:hover:after {
    right: -15px; }
  .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #005cb8;
    color: #fff;
    border-radius: 36px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: 500;
    padding-top: 12px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .more_btn a {
        font-size: 16px;
        padding: 13px 0 0; } }
    .more_btn a:after {
      content: "";
      width: 27px;
      height: 27px;
      background-color: #e5bd00;
      border-radius: 50%;
      position: absolute;
      top: 7px;
      right: 6px;
      transition: 0.4s;
      z-index: -1; }
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .more_btn a:after {
    width: 33px;
    height: 33px;
    top: 6px;
    right: 6px; } }

    .more_btn a:hover:after {
      transform: scale(18); }

/*.more_btn*/
/*　++++++++ 万和国際教育学院の日本語教育について　++++++++ */
.school_area {
  padding-top: 80px;
  /*.inner_box*/ }
  @media only screen and (max-width: 768px) {
    .school_area {
      height: auto;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .school_area .inner_box {
    width: 1100px;
    background: url("../img/top/japan_bg.png") no-repeat;
    background-size: 350px 400px;
    background-position: top 10px right 10px;
    background-color: #e8f8fd;
    position: relative;
    margin: 0 auto;
    padding: 140px 50px 0;
    box-sizing: border-box;
    /*h2*/
    /*.point_box*/ }
    @media only screen and (max-width: 768px) {
      .school_area .inner_box {
        width: 90%;
        height: auto;
        background-size: 50vw;
        padding: 70px 15px 2px; } }
    .school_area .inner_box:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 0px 0 40px;
      border-color: #e8f8fd transparent transparent transparent;
      position: absolute;
      bottom: -40px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .school_area .inner_box:after {
          border-width: 20px 0px 0 20px;
          bottom: -20px; } }
    .school_area .inner_box h2 {
      font-size: 30px;
      line-height: 1.5em;
      color: #005cb8;
      text-align: center;
      margin-bottom: 20px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .school_area .inner_box h2 {
          font-size: 20px;
          text-align: left; }
          .school_area .inner_box h2 br {
            display: none; } }
      .school_area .inner_box h2:before {
        content: "";
        display: block;
        width: 120px;
        height: 120px;
        background: url("../img/top/icon01.png") no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        top: -160px;
        margin: 0 auto;
        border-radius: 60px;
        box-shadow: 0 10px 0 #b2d4ee; }
        @media only screen and (max-width: 768px) {
          .school_area .inner_box h2:before {
            width: 60px;
            height: 60px;
            top: -80px;
            border-radius: 30px;
            box-shadow: 0 5px 0 #b2d4ee; } }
    .school_area .inner_box p {
      text-align: center;
      line-height: 2em;
      margin-bottom: 90px; }
      @media only screen and (max-width: 768px) {
        .school_area .inner_box p {
          text-align: left;
          margin-bottom: 30px; }
          .school_area .inner_box p br {
            display: none; } }
    .school_area .inner_box .point_box.elem {
      opacity: 0;
      width: 300px;
      float: left;
      margin-right: 50px;
      /*dt*/ }
      @media only screen and (max-width: 768px) {
        .school_area .inner_box .point_box.elem {
          opacity: 1;
          width: 95%;
          float: none;
          margin: 0 auto 30px;
          border-top: 1px solid #caebf6;
          padding-top: 60px; } }
      .school_area .inner_box .point_box.elem dt.elem {
        color: #002c64;
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 20px;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .school_area .inner_box .point_box.elem dt.elem {
            font-size: 18px; } }
        .school_area .inner_box .point_box.elem dt.elem:before {
          content: '';
          width: 112px;
          height: 41px;
          background: url("../img/top/point01.png") no-repeat;
          background-size: contain;
          position: absolute;
          top: -50px;
          left: 0;
          right: 0;
          margin: 0 auto; }
          @media only screen and (max-width: 768px) {
            .school_area .inner_box .point_box.elem dt.elem:before {
              width: 80px;
              top: -40px; } }
      .school_area .inner_box .point_box.elem:nth-of-type(2) dt:before {
        background: url("../img/top/point02.png") no-repeat;
        background-size: contain; }
      .school_area .inner_box .point_box.elem:last-of-type {
        margin-right: 0; }
        .school_area .inner_box .point_box.elem:last-of-type dt:before {
          background: url("../img/top/point03.png") no-repeat;
          background-size: contain; }
      .school_area .inner_box .point_box.elem img {
        margin-bottom: 15px; }
      .school_area .inner_box .point_box.elem img + p {
        text-align: left;
        font-size: 16px;
        margin-bottom: 50px;
        font-weight: 400;
        color: #002c64;
        letter-spacing: 0;
        font-feature-settings: "palt"; }
        @media only screen and (max-width: 768px) {
          .school_area .inner_box .point_box.elem img + p {
            font-size: 14px;
            margin-bottom: 0;
            line-height: 1.8em; } }
    .school_area .inner_box .point_box.elem.isAnimate {
      animation: fadeInup 0.5s 0s ease-in-out;
      animation-fill-mode: both; }
      @media only screen and (max-width: 768px) {
        .school_area .inner_box .point_box.elem.isAnimate {
          animation: none; } }
      .school_area .inner_box .point_box.elem.isAnimate dt.elem.isAnimate:before {
        animation: fadeIndown 1s 0.5s ease-in-out;
        animation-fill-mode: both; }
        @media only screen and (max-width: 768px) {
          .school_area .inner_box .point_box.elem.isAnimate dt.elem.isAnimate:before {
            animation: none; } }
    .school_area .inner_box .point_box:nth-of-type(2).elem.isAnimate {
      animation: fadeInup 0.5s 0.5s ease-in-out;
      animation-fill-mode: both; }
      @media only screen and (max-width: 768px) {
        .school_area .inner_box .point_box:nth-of-type(2).elem.isAnimate {
          animation: none; } }
      .school_area .inner_box .point_box:nth-of-type(2).elem.isAnimate dt.elem.isAnimate:before {
        animation: fadeIndown 1s 1s ease-in-out;
        animation-fill-mode: both; }
        @media only screen and (max-width: 768px) {
          .school_area .inner_box .point_box:nth-of-type(2).elem.isAnimate dt.elem.isAnimate:before {
            animation: none; } }
    .school_area .inner_box .point_box:nth-of-type(3).elem.isAnimate {
      animation: fadeInup 0.5s 1s ease-in-out;
      animation-fill-mode: both; }
      @media only screen and (max-width: 768px) {
        .school_area .inner_box .point_box:nth-of-type(3).elem.isAnimate {
          animation: none; } }
      .school_area .inner_box .point_box:nth-of-type(3).elem.isAnimate dt.elem.isAnimate:before {
        animation: fadeIndown 1s 1.5s ease-in-out;
        animation-fill-mode: both; }
        @media only screen and (max-width: 768px) {
          .school_area .inner_box .point_box:nth-of-type(3).elem.isAnimate dt.elem.isAnimate:before {
            animation: none; } }

/*.school_area*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInup {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeIndown {
  0% {
    opacity: 0;
    top: -70px; }
  100% {
    opacity: 1;
    top: -50px; } }
/*　++++++++ 万和国際教育学院をもっと詳しく　++++++++ */
.about_area {
  width: 100%;
  height: 390px;
  background: url("../img/top/manwa_bg.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 170px;
  box-sizing: border-box;
  margin-top: -60px;
  /*h3*/
  /*.more_btn*/ }
  @media only screen and (max-width: 768px) {
    .about_area {
      height: 210px;
      padding-top: 40px;
      background: url("../img/top/manwa_bgsp.jpg") center no-repeat; } }
  .about_area h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    position: relative; }
    .about_area h3 br {
      display: none; }
    @media only screen and (max-width: 768px) {
      .about_area h3 {
        font-size: 18px;
        line-height: 1.5em;
        margin-bottom: 20px; }
        .about_area h3 br {
          display: block; } }
    .about_area h3:before {
      content: "";
      display: block;
      width: 80px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      transform: rotate(55deg);
      top: 20px;
      left: -85px; }
      @media only screen and (max-width: 768px) {
        .about_area h3:before {
          display: none; } }
    .about_area h3:after {
      content: "";
      display: block;
      width: 80px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      transform: rotate(-55deg);
      top: 20px;
      right: -65px; }
      @media only screen and (max-width: 768px) {
        .about_area h3:after {
          display: none; } }
  .about_area .more_btn {
    width: 270px;
    height: 54px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .about_area .more_btn {
        width: 250px;
        height: 45px; } }
    .about_area .more_btn:after {
      top: 22px;
      right: 24px; }
      @media only screen and (max-width: 768px) {
        .about_area .more_btn:after {
          top: 18px;
          right: 20px; } }
    .about_area .more_btn a {
      background-color: #fff;
      color: #005cb8;
      padding-top: 18px;
      transition: 0.3s; }
      @media only screen and (max-width: 768px) {
        .about_area .more_btn a {
          font-size: 16px;
          padding: 12px 0 0; } }
      .about_area .more_btn a:hover {
        color: #fff; }
      .about_area .more_btn a:after {
        content: "";
        width: 37px;
        height: 37px;
        background-color: #e5bd00;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        right: 8px;
        transition: 0.4s;
        z-index: -1; }
        @media only screen and (max-width: 768px) {
          .about_area .more_btn a:after {
            width: 33px;
            height: 33px;
            top: 6px;
            right: 6px; } }

/*.about_area*/
/*　++++++++ コース紹介　++++++++ */
.course_wrap {
  margin-bottom: 10px;
  background: url("../img/top/hand_bg.jpg") top right no-repeat;
  background-size: 600px;
  background-color: #005cb8;
  padding-top: 240px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  /*h3*/
  /*.inner*/ }
  @media only screen and (max-width: 768px) {
    .course_wrap {
      background-size: 60%;
      padding-top: 130px;
      padding-bottom: 5px;
      margin-bottom: 0; } }
  .course_wrap h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .course_wrap h3 {
        font-size: 20px; } }
    .course_wrap h3:before {
      content: "";
      display: block;
      width: 120px;
      height: 120px;
      background: url("../img/top/icon02.png") no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      right: 0;
      top: -160px;
      margin: 0 auto;
      border-radius: 60px;
      box-shadow: 0 10px 0 #004cae; }
      @media only screen and (max-width: 768px) {
        .course_wrap h3:before {
          width: 60px;
          height: 60px;
          top: -80px;
          border-radius: 30px;
          box-shadow: 0 5px 0 #004cae; } }
  .course_wrap h3 + p {
    text-align: center;
    color: #fff;
    line-height: 2em;
    margin-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      .course_wrap h3 + p {
        text-align: left;
        width: 90%;
        margin: 0 auto 40px; }
        .course_wrap h3 + p br {
          display: none; } }
  .course_wrap .inner {
    width: 1000px;
    height: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    /*.course_box*/
    /*.course_box.elem.isAnimate{
    	animation: fadeInup 0.5s 0s ease-in-out;
    	animation-fill-mode: both;
    }*/ }
    @media only screen and (max-width: 768px) {
      .course_wrap .inner {
        width: 90%;
        height: auto; } }
    .course_wrap .inner .course_box {
      width: 460px;
      background-color: #fff;
      position: absolute;
      padding-top: 80px;
      /*ul*/ }
      @media only screen and (max-width: 768px) {
        .course_wrap .inner .course_box {
          position: relative;
          width: 100%;
          margin-bottom: 40px;
          padding-top: 100px; } }
      .course_wrap .inner .course_box:first-of-type {
        top: 0;
        left: 20px; }
        @media only screen and (max-width: 768px) {
          .course_wrap .inner .course_box:first-of-type {
            top: auto;
            left: auto; } }
        .course_wrap .inner .course_box:first-of-type:after {
          content: "";
          position: absolute;
          display: block;
          width: 2000px;
          height: 280px;
          background-color: #217ccb;
          bottom: -90px;
          right: 40px;
          z-index: -1; }
          @media only screen and (max-width: 768px) {
            .course_wrap .inner .course_box:first-of-type:after {
              display: none; } }
      .course_wrap .inner .course_box:nth-of-type(2) {
        top: 90px;
        right: 0; }
        @media only screen and (max-width: 768px) {
          .course_wrap .inner .course_box:nth-of-type(2) {
            top: auto;
            right: auto; } }
        .course_wrap .inner .course_box:nth-of-type(2):after {
          content: "";
          position: absolute;
          display: block;
          width: 2000px;
          height: 280px;
          background-color: #217ccb;
          top: -90px;
          left: 40px;
          z-index: -1; }
          @media only screen and (max-width: 768px) {
            .course_wrap .inner .course_box:nth-of-type(2):after {
              display: none; } }
      .course_wrap .inner .course_box:nth-of-type(3) {
        bottom: 90px;
        left: 20px;
        padding-top: 70px; }
        @media only screen and (max-width: 768px) {
          .course_wrap .inner .course_box:nth-of-type(3) {
            padding-top: 100px;
            bottom: auto;
            left: auto; } }
        .course_wrap .inner .course_box:nth-of-type(3):after {
          content: "";
          position: absolute;
          display: block;
          width: 2000px;
          height: 280px;
          background-color: #217ccb;
          bottom: -50px;
          right: 40px;
          z-index: -1; }
          @media only screen and (max-width: 768px) {
            .course_wrap .inner .course_box:nth-of-type(3):after {
              display: none; } }
      .course_wrap .inner .course_box:nth-of-type(4) {
        bottom: 40px;
        right: 0; }
        @media only screen and (max-width: 768px) {
          .course_wrap .inner .course_box:nth-of-type(4) {
            bottom: auto;
            right: auto; } }
        .course_wrap .inner .course_box:nth-of-type(4):after {
          content: "";
          position: absolute;
          display: block;
          width: 2000px;
          height: 280px;
          background-color: #217ccb;
          top: -105px;
          left: 40px;
          z-index: -1; }
          @media only screen and (max-width: 768px) {
            .course_wrap .inner .course_box:nth-of-type(4):after {
              display: none; } }
      .course_wrap .inner .course_box ul.elem {
        padding: 10px 15px;
        display: inline-block;
        background-color: #002c64;
        color: #fff;
        border-radius: 7px;
        position: absolute;
        top: -55px;
        left: -20px;
        opacity: 0;
        /*li*/ }
        @media only screen and (max-width: 768px) {
          .course_wrap .inner .course_box ul.elem {
            width: 90%;
            opacity: 1;
            top: -20px;
            left: -10px;
            padding: 10px 10px 5px; } }
        .course_wrap .inner .course_box ul.elem:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 0px 0 20px;
          border-color: #002c64 transparent transparent transparent;
          position: absolute;
          bottom: -20px;
          left: 40px; }
          @media only screen and (max-width: 768px) {
            .course_wrap .inner .course_box ul.elem:before {
              border-width: 10px 0px 0 10px;
              bottom: -10px; } }
        .course_wrap .inner .course_box ul.elem li {
          font-weight: 500;
          line-height: 1.3em;
          margin-bottom: 5px;
          font-size: 14px;
          padding-left: 20px;
          position: relative; }
          @media only screen and (max-width: 768px) {
            .course_wrap .inner .course_box ul.elem li {
              font-size: 3.5vw;
              line-height: 1.3em;
              margin-bottom: 5px;
              padding-left: 12px; } }
          .course_wrap .inner .course_box ul.elem li:before {
            content: "";
            width: 13px;
            height: 19px;
            background: url("../img/top/ico_pen.png") no-repeat;
            background-size: contain;
            position: absolute;
            left: 0;
            top: 0; }
            @media only screen and (max-width: 768px) {
              .course_wrap .inner .course_box ul.elem li:before {
                width: 8px;
                height: 13px;
                top: 1px; } }
      .course_wrap .inner .course_box ul.elem.isAnimate {
        animation: fadeIndown 1.0s 1.0s ease-in-out;
        animation-fill-mode: both; }
        @media only screen and (max-width: 768px) {
          .course_wrap .inner .course_box ul.elem.isAnimate {
            animation: none; } }
      .course_wrap .inner .course_box h4.elem {
        font-size: 28px;
        color: #002c64;
        margin: 0 auto 20px;
        line-height: 1.3em;
        width: 85%;
        opacity: 0; }
        @media only screen and (max-width: 768px) {
          .course_wrap .inner .course_box h4.elem {
            opacity: 1;
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 12px; } }
      .course_wrap .inner .course_box h4.elem.isAnimate {
        animation: fadeIn 1.0s 0s ease-in-out;
        animation-fill-mode: both; }
        @media only screen and (max-width: 768px) {
          .course_wrap .inner .course_box h4.elem.isAnimate {
            animation: none; } }
      .course_wrap .inner .course_box p {
        line-height: 1.8em;
        width: 85%;
        margin: 0 auto 20px; }
      .course_wrap .inner .course_box .more_btn {
        margin: 0 0 30px 35px; }
        @media only screen and (max-width: 768px) {
          .course_wrap .inner .course_box .more_btn {
            margin: 0 auto 30px; } }
      .course_wrap .inner .course_box .course_image img {
        display: block; }
      .course_wrap .inner .course_box:first-of-type ul {
        width: 90%; }
      .course_wrap .inner .course_box:last-of-type ul {
        width: 90%; }

/*.course_wrap*/
/*　++++++++ 手続き、サポート、facebookエリア　++++++++ */
.many_wrap {
  width: 100%;
  background-color: #eef3f7;
  margin-bottom: 10px;
  position: relative;
  padding-top: 60px;
  /*.many_inner*/ }
  @media only screen and (max-width: 768px) {
    .many_wrap {
      padding: 30px 0;
      margin-bottom: 0; } }
  .many_wrap:before {
    content: "";
    width: 53%;
    height: 370px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .many_wrap:before {
        display: none; } }
  .many_wrap:after {
    content: "";
    width: 53%;
    height: 370px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .many_wrap:after {
        display: none; } }
  .many_wrap .many_inner {
    width: 1000px;
    margin: 0 auto;
    /*.right_area*/ }
    @media only screen and (max-width: 768px) {
      .many_wrap .many_inner {
        width: 90%; } }
    .many_wrap .many_inner .right_area {
      width: 500px;
      float: left;
      position: relative;
      z-index: 2;
      /*.box*/ }
      @media only screen and (max-width: 768px) {
        .many_wrap .many_inner .right_area {
          width: 100%;
          float: none; } }
      .many_wrap .many_inner .right_area .box {
        overflow: hidden;
        margin-bottom: 50px;
        /*.copy_area*/
        /*.image_area*/
        /*&:last-of-type*/ }
        @media only screen and (max-width: 768px) {
          .many_wrap .many_inner .right_area .box {
            background-color: #fff;
            margin-bottom: 10px;
            padding: 30px 15px 15px; } }
        .many_wrap .many_inner .right_area .box h3 {
          font-size: 26px;
          color: #005cb8;
          margin-bottom: 30px;
          position: relative;
          padding-left: 55px; }
          @media only screen and (max-width: 768px) {
            .many_wrap .many_inner .right_area .box h3 {
              font-size: 20px;
              margin-bottom: 15px;
              padding-left: 30px;
              padding-top: 2px; } }
          .many_wrap .many_inner .right_area .box h3:before {
            content: "";
            display: block;
            width: 45px;
            height: 32px;
            background: url("../img/top/icon03.png") no-repeat;
            background-size: contain;
            position: absolute;
            top: 5px;
            left: 0; }
            @media only screen and (max-width: 768px) {
              .many_wrap .many_inner .right_area .box h3:before {
                width: 25px; } }
        .many_wrap .many_inner .right_area .box .copy_area {
          width: 230px;
          float: left; }
          @media only screen and (max-width: 768px) {
            .many_wrap .many_inner .right_area .box .copy_area {
              width: 100%;
              float: none; } }
          .many_wrap .many_inner .right_area .box .copy_area p {
            line-height: 1.7em;
            margin-bottom: 20px; }
        .many_wrap .many_inner .right_area .box .image_area {
          width: 250px;
          padding-top: 5px;
          float: right; }
          @media only screen and (max-width: 768px) {
            .many_wrap .many_inner .right_area .box .image_area {
              width: 100%;
              padding-top: 0;
              float: none; } }
        @media only screen and (max-width: 768px) {
          .many_wrap .many_inner .right_area .box .more_btn {
            margin-bottom: 20px; } }
        .many_wrap .many_inner .right_area .box:last-of-type {
          padding-top: 60px;
          /* h3*/ }
          @media only screen and (max-width: 768px) {
            .many_wrap .many_inner .right_area .box:last-of-type {
              padding-top: 30px; } }
          @media only screen and (max-width: 768px) {
            .many_wrap .many_inner .right_area .box:last-of-type h3 {
              letter-spacing: 0.05em; } }
          .many_wrap .many_inner .right_area .box:last-of-type h3:before {
            width: 46px;
            height: 37px;
            background: url("../img/top/icon04.png") no-repeat;
            background-size: contain;
            top: 0; }
            @media only screen and (max-width: 768px) {
              .many_wrap .many_inner .right_area .box:last-of-type h3:before {
                width: 26px; } }
    .many_wrap .many_inner .left_area {
      width: 410px;
      float: right; }
      @media only screen and (max-width: 768px) {
        .many_wrap .many_inner .left_area {
          width: 100%;
          float: none;
          height: 500px;
          overflow: hidden; } }
      .many_wrap .many_inner .left_area p {
        background-color: #3b5998;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #fff;
        font-weight: 500;
        padding: 15px 0;
        box-sizing: border-box;
        text-align: center; }

/*.many_wrap*/
/*　++++++++ 企業研修エリア　++++++++ */
.training_wrap {
  width: 100%;
  height: 590px;
  background: url("../img/top/training_bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 110px;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .training_wrap {
      height: 510px;
      padding-top: 50px;
      background: url("../img/top/training_bgsp.jpg") bottom center no-repeat;
      background-size: contain;
      background-color: #c5daed; } }
  .training_wrap .tra_inner.elem {
    opacity: 0;
    width: 614px;
    padding: 130px 0 40px;
    background-color: #e8f8fd;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    /*h3*/ }
    @media only screen and (max-width: 768px) {
      .training_wrap .tra_inner.elem {
        opacity: 1;
        width: 90%;
        padding: 70px 0 30px; } }
    .training_wrap .tra_inner.elem h3 {
      font-size: 30px;
      color: #005cb8;
      margin-bottom: 30px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .training_wrap .tra_inner.elem h3 {
          font-size: 20px;
          margin-bottom: 15px; } }
      .training_wrap .tra_inner.elem h3:before {
        content: "";
        display: block;
        width: 120px;
        height: 120px;
        background: url("../img/top/icon05.png") no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        top: -160px;
        margin: 0 auto;
        border-radius: 60px;
        box-shadow: 0 10px 0 #b2d4ee; }
        @media only screen and (max-width: 768px) {
          .training_wrap .tra_inner.elem h3:before {
            width: 60px;
            height: 60px;
            top: -80px;
            border-radius: 30px;
            box-shadow: 0 5px 0 #b2d4ee; } }
    .training_wrap .tra_inner.elem p {
      line-height: 2em;
      width: 85%;
      text-align: left;
      margin: 0 auto 30px; }
      @media only screen and (max-width: 768px) {
        .training_wrap .tra_inner.elem p {
          margin-bottom: 20px; } }
    .training_wrap .tra_inner.elem .more_btn {
      margin: 0 auto; }
  .training_wrap .tra_inner.elem.isAnimate {
    animation: fadeInup 1.0s 0s ease-in-out;
    animation-fill-mode: both; }
    @media only screen and (max-width: 768px) {
      .training_wrap .tra_inner.elem.isAnimate {
        animation: none; } }

/*.training_wrap*/
