@charset "UTF-8";
/* LAYOUT */
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.inner {
  width: 560px;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pd_60 {
  padding: 60px 0;
}
@media screen and (max-width: 800px) {
  .wrap {
    width: 100%;
  }
  .flex {
    flex-direction: column;
  }
  .pd_60 {
    padding: 30px 0;
  }
}

/* COMMON */
.bg_gray {
  background-color: #f7f7f7;
}

.horizon_line {
  border-bottom: 1px solid #eee;
  display: block;
  width: 100%;
}

/* section title */
.sec_ttl, .sec_ttl_en {
  display: block;
}
.sec_ttl {
  font-size: 36px;
  font-weight: 700;
}
.sec_ttl_en {
  font-size: 20px;
  color: rgba(51,51,51,.4);
}
.sec_ttl_wrap {
  text-align: center;
}
.sec_ttl_wrap::after,
.sec_ttl_wrap::before {
  content: "";
  display: block;
}
.sec_ttl_wrap::after {
  width: 40px;
  height: 4px;
  background: #ddd;
  margin: 20px auto 0;
}
.sec_ttl_wrap::before {
  margin: 0 auto 40px;
}

@media screen and (max-width: 800px) {
  .sec_ttl {
    font-size: 28px;
  }
  .sec_ttl_en {
    font-size: 16px;
  }
  .sec_ttl_wrap::after {
    height: 2px;
  }
  .sec_ttl_wrap::before {
    margin: 0 auto 20px;
  }
}

/* interview */
.interview_wrap {
  padding: 60px 0;
}

.interview {
  margin: 40px 0;
}
.interview .box {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  width: 49%;
  padding: 20px;
  margin-top: 20px;
}

.interview .list_ttl {
  font-size: 18px;
  font-weight: 700;
}
.interview .list_ttl::before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 6px;
  vertical-align: top;
}
.special_student .interview .list_ttl::before,
.current_students .interview .list_ttl::before {
  background: #ed6d1f;
}
.guraduate .interview .list_ttl::before,
.guraduate_conservatoires .interview .list_ttl::before {
  background: #00a180;
}

.interview .list_ttl span {
  display: inline-block;
  padding-left: .8em;
  max-width: 96%;
}

.interview .answer {
  margin-top: 16px;
}

.interview + .notice {
  color: #999;
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 40px;
  text-align: right;
}

@media screen and (max-width: 800px) {
  .interview_wrap {
    padding: 30px 0;
  }

  .interview {
    margin: 0 0 20px;
  }

  .interview .box {
    width: 92%;
    margin: 20px auto 0;
  }

  .interview + .notice {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
  }
}

.interview_wrap .skd_wrap .ttl_wrap {
  text-align: center;
  margin-top: 40px;
}

.interview_wrap .skd_wrap .ttl {
  color: #ed6d1f;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.interview_wrap .skd_wrap .ttl::before,
.interview_wrap .skd_wrap .ttl::after {
  content: "";
  display: inline-block;
  border-left: 1px solid #ed6d1f;
  width: 1px;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}

.interview_wrap .skd_wrap .ttl::before {
  left: -2em;
}

.interview_wrap .skd_wrap .ttl::after {
  right: -2em;
}

.interview_wrap .skd {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
}

.interview_wrap .skd li {
  border-left: 2px solid #ed6d1f;
  border-bottom: 2px solid #ed6d1f;
}
.interview_wrap .skd li:last-of-type {
  border-right: 2px solid #ed6d1f;
}

.interview_wrap .skd.col_07 li {
  width: calc(100% / 7);
}
.interview_wrap .skd.col_06 li {
  width: calc(100% / 6);
}

.interview_wrap .skd .week {
  background: #ed6d1f;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.interview_wrap .skd .timetable {
  padding: 30px 20px;
}

.interview_wrap .skd .time {
  color: #999;
  font-size: 12px;
}

.interview_wrap .student_name {
  color: #fff;
  padding: 2px 20px;
}

.student_name .kanji {
  font-size: 24px;
  font-weight: 700;
  padding-right: 26px;
}

.student_name .pale {
  color: rgba(255,255,255,.5);
}

@media screen and (max-width: 800px) {
  .interview_wrap .skd_wrap .over_swipe {
    overflow-x: scroll;
    margin-left: 20px;
  }
  .interview_wrap .skd {
    width: 1000px;
  }

  .interview_wrap .skd .timetable {
    padding: 10px;
  }

  .interview_wrap .skd .mt_20 {
    margin-top: 10px;
  }
}

/* message */
.msg_box {
  background: #fff3eb;
  padding: 30px 40px;
  margin-top: 40px;
}

.msg_box .txt_wrap {
  width: calc(100% - 240px)
}

.msg_box .ttl_wrap {
  border-bottom: 2px solid #ed6d1f;
  font-weight: 700;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.msg_box .ttl_wrap p {
  line-height: 1;
}

.msg_box .ttl_wrap .ttl,
.msg_box .ttl_wrap .ico_paperplaine {
  vertical-align: middle;
}

.msg_box .ttl_wrap .ttl {
  font-size: 20px;
  padding-left: .8em;
}

.msg_box .ttl_wrap .ico_paperplaine {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.msg_box .ttl_wrap .ico_paperplaine::before {
  content: "";
  display: inline-block;
  background: url(../img/ico_paperplane.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 24px;
}

.msg_box .msg {
  margin-top: 30px;
}

.msg_box img {
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 800px) {
  .msg_box {
    padding: 30px 20px;
  }

  .msg_box .txt_wrap {
    width: 100%;
  }

  .msg_box .ttl_wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .msg_box .ttl_wrap .ttl {
    font-size: 18px;
  }

  .msg_box .ttl_wrap .ico_paperplaine::before {
    width: 26px;
    height: 20px;
  }

  .msg_box .ttl_wrap .teacher {
    padding-left: 40px;
    margin-top: 10px;
  }

  .msg_box .msg {
    margin-top: 20px;
  }

  .msg_box img {
    margin: 20px auto 0;
   }
}

/* FV */
.fv .left_side {
  width: 20%;
  padding: 40px;
}

.fv .right_side {
  width: 80%;
}

@media screen and (max-width: 800px) {
  .fv .right_side {
    width: 100%;
  }
}

/* special_student */
.special_student {
  padding-bottom: 100px;
}

.special_student .interview {
  margin: 60px 0 40px;
}

.special_student .bg_img {
  background: url(../img/student/hara_bgimg_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 620px;
}

.special_student .txt_area {
  padding: 100px 0 0 20px;
}

.special_student .txt_area .ttl {
  font-size: 40px;
  color: #999;
}

.special_student .txt_area .name {
  margin: 40px 0 16px;
}

.special_student .txt_area .kanji {
  font-size: 24px;
  font-weight: 700;
  padding-right: 24px;
}

@media screen and (max-width: 800px) {
  .special_student {
    padding-bottom: 50px;
  }

  .special_student .interview {
    margin: 30px 0 40px;
  }

  .special_student .bg_img {
    background: url(../img/student/hara_bgimg_sp.jpg) no-repeat;
    background-size: cover;
    height: 0;
    background-position: center center;
    padding-top: 66.67%;
    position: relative;
  }

  .special_student .wrap.txt_area {
    display: inline-block;
    width: auto;
  }

  .special_student .txt_area {
    padding: 0;
    position: absolute;
    top: 10%;
    left: 6%;
  }

  .special_student .txt_area .ttl {
    font-size: 26px;
  }

  .special_student .txt_area .name {
    margin: 20px 0 8px;
  }

  .special_student .txt_area .kanji {
    font-size: 18px;
    padding-right: 10px;
  }

  .special_student .txt_area .font_sm {
    font-size: 12px;
  }
}

/* current_students */
.current_students {
  padding: 90px 0 0;
}

.current_students .sec_ttl_wrap::before {
  background: url(../img/illust_trumpet.png) no-repeat;
  background-size: contain;
  width: 162px;
  height: 60px;
}

.current_students .intro_student {
  width: 46%;
  position: relative;
  top: 300px;
}
.current_students .student_name {
  background: linear-gradient(to right, #ed6d1f, #fff);
}
.current_students .dept {
  color: #ed6d1f;
  padding-left: 20px;
  margin-top: 16px;
}

@media screen and (max-width: 800px) {
  .current_students {
    padding: 40px 0 0;
  }

  .current_students .sec_ttl_wrap::before {
    width: 130px;
    height: 48px;
  }

  .current_students .intro_student {
    width: 100%;
    position: static;
    top: 0;
  }

  .current_students .flex.reserve {
    flex-direction: column-reverse;
  }

  .current_students .dept {
    margin: 8px 0;
  }
}

/* guraduate */
.guraduate {
  padding: 80px 0 0;
}

.guraduate .interview_wrap {
  padding: 60px 0 20px;
}

.guraduate .interview_wrap .intro_student:not(:first-of-type) {
  margin-top: 80px;
}

.guraduate .sec_ttl_wrap::before {
  background: url(../img/illust_violin.png) no-repeat;
  background-size: contain;
  width: 170px;
  height: 50px;
}

.guraduate .student_name,
.guraduate_conservatoires .student_name {
  color: #fff;
  background: linear-gradient(to right, #00a180, #fff);
}

.guraduate .intro_student .slash {
  font-size: 20px;
  padding: 0 9px 0 20px;
}

.guraduate .student_name + img,
.guraduate .student_name + figure {
  margin-top: 20px;
  text-align: center;
}

.guraduate .student_name + figure img {
  width: auto;
}

@media screen and (max-width: 1199px) {
  .guraduate_conservatoires.bg_gray,
  .faq.bg_gray,
  .cv_area.bg_stripe {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .guraduate {
    padding: 40px 0 0;
  }

  .guraduate .interview_wrap {
    padding: 30px 0;
  }

  .guraduate .interview_wrap .intro_student:not(:first-of-type) {
    margin-top: 40px;
  }

  .guraduate_conservatoires.bg_gray,
  .faq.bg_gray,
  .cv_area.bg_stripe {
    width: 100%;
  }

  .guraduate .sec_ttl_wrap::before {
    width: 140px;
    height: 42px;
  }

  .guraduate .student_name + figure img {
    width: 100%;
  }
}

.guraduate.guraduate_conservatoires {
  padding: 60px 0 0;
}

.guraduate_conservatoires .ttl_wrap {
  background: url(../img/illust_bird01.png) no-repeat;
  background-size: 74%;
  background-position: bottom 100px right 60px;
  align-items: center;
}

.guraduate_conservatoires .flex .half {
  width: 50%;
}

.guraduate_conservatoires .cons_ttl {
  color: #00a180;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}

@media screen and (max-width: 800px) {
  .guraduate.guraduate_conservatoires {
    padding: 30px 0 0;
  }

  .guraduate_conservatoires .ttl_wrap {
    background: none;
    flex-direction: column-reverse;
  }
  .guraduate_conservatoires .flex .half {
    width: 92%;
    margin: 0 auto;
  }
  .guraduate_conservatoires .cons_ttl {
    font-size: 30px;
    line-height: .9;
    margin-bottom: 20px;
  }
}

.guraduate_conservatoires .cons_ttl .font_sm {
  color: rgba(0,161,128,.5);
  font-size: 12px;
}

.guraduate_conservatoires .cons_ttl span {
  display: inline-block;
}

.guraduate_conservatoires .interview {
  margin: 0;
}

/* future_path */
.future_path {
  padding: 60px 0 100px;
}
.future_path .ttl,
.future_path .desc {
  height: 80px;
  display: flex;
  align-items: center;
}

.future_path .ttl {
  background: #0077b4;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 20%;
  justify-content: center;
}

.future_path .desc {
  background: #dbebf3;
  color: #0077b4;
  width: 80%;
  padding: 0 30px;
}

.future_path .path_list {
  border-bottom: solid 6px #dbebf3;
  border-left: solid 6px #dbebf3;
  border-right: solid 6px #dbebf3;
  color: #0077b4;
  padding: 20px 40px;
}

@media screen and (max-width: 800px) {
  .future_path {
    padding: 50px 0;
    margin: 0 10px;
  }

  .future_path .flex {
    flex-direction: row;
  }

  .future_path .ttl,
  .future_path .desc {
    height: 110px;
  }

  .future_path .ttl {
    font-size: 16px;
    width: 24%;
  }

  .future_path .desc {
    line-height: 1.6;
    padding: 0 10px;
    width: 76%
  }

  .future_path .path_list {
    padding: 20px 10px;
  }
}

/* support */
.support {
  padding: 80px 0 100px;
}

.support .sec_ttl_wrap::before {
  background: url(../img/illust_piano.png) no-repeat;
  background-size: contain;
  width: 118px;
  height: 30px;
}

.support .subttl_wrap {
  color: #ec6d74;
  display: inline-block;
  position: relative;
  margin-top: 60px;
}

.support .subttl_wrap::before,
.support .subttl_wrap::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100px;
  background: #ec6d74;
  position: absolute;
  top: 50%;
}

.support .subttl_wrap::before {
  transform: rotate(-26deg) translateY(-50%);
  left: -30px;

}
.support .subttl_wrap::after {
  transform: rotate(26deg) translateY(-50%);
  right: -30px;
}

.support .subttl_wrap .subttl {
  font-size: 30px;
  font-weight: 700;
}

.support .subttl_wrap .sub {
  font-size: 18px;
}

.support_desc {
  margin-top: 80px;
}

.support_desc img {
  width: 42%;
}

.support_desc .cont {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
}

.support_desc .cont .border_ttl,
.support_desc .cont p {
  width: 100%;
}

.support .border_ttl {
  align-self: flex-start;
  border-top: 2px solid;
  border-bottom: 1px dotted;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.support .note {
  align-self: flex-end;
  background: #f7f7f7;
  color: #999;
  font-size: 13px;
  padding: 20px;
}

@media screen and (max-width: 800px) {
  .support {
    padding: 80px 0 50px;
  }

  .support .sec_ttl_wrap::before {
    width: 96px;
    height: 24px;
  }

  .support .subttl_wrap {
    width: 80%;
    margin-top: 30px;
  }
  .support .subttl_wrap .subttl {
    font-size: 18px;
  }
  .support .subttl_wrap::before {
    transform: rotate(-14deg) translateY(-50%);
    left: 0px;

  }
  .support .subttl_wrap::after {
    transform: rotate(14deg) translateY(-50%);
    right: 0px;
  }

  .support .subttl_wrap .sub {
    font-size: 14px;
    margin-top: 10px;
  }
  .support_desc img {
    width: 100%;
  }

  .support .border_ttl {
    font-size: 16px;
  }

  .support_desc {
    margin-top: 30px;
  }

  .support_desc .cont {
    margin: 30px auto 0;
    width: 92%;
  }

  .support .note {
    margin-top: 20px;
  }
}

.support .corespo .ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
}

.corespo .curriculum .ttl_box {
  background: #ec6d74;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 0;
  text-align: center;
  margin-top: 30px;
}

.corespo .curriculum  .list_wrap {
  border-bottom: 6px solid #feebec;
  border-left: 6px solid #feebec;
  border-right: 6px solid #feebec;
  padding: 40px;
}

.corespo .curriculum .list_ttl {
  background: #feebec;
  color: #ec6d74;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
}

.corespo .curriculum .list_item {
  width: 30%;
}

.corespo .curriculum .txt {
  margin-top: 20px;
}

.support .teacher_msg .box {
  background: #dbebf3;
  margin-top: 40px;
  width: 49%;
  padding: 20px;
}

.teacher_msg .box .teacher {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teacher_msg .teacher .name {
  font-size: 18px;
  font-weight: 700;
}

.teacher_msg .box .teacher img {
  width: 160px;
  height: 160px;
}

.teacher_msg .box .msg {
  background: #fff;
  height: 200px;
  margin-top: 20px;
  padding: 20px;
}

@media screen and (max-width: 800px) {
  .support .corespo .ttl {
    font-size: 20px;
    margin-top: 40px;
  }

  .corespo .curriculum .ttl_box {
    font-size: 18px;
    margin-top: 20px;
  }

  .corespo .curriculum  .list_wrap {
    padding: 20px;
  }

  .corespo .curriculum .list_item {
    width: 100%;
  }

  .corespo .curriculum .txt {
    margin-bottom: 20px;
  }

  .support .teacher_msg .box {
    margin-top: 20px;
    width: 100%;
  }

  .teacher_msg .box .teacher img {
    width: 80px;
    height: 80px;
  }

  .teacher_msg .box .msg {
    height: auto;
  }
}

/* faq */
.faq {
  padding: 60px 0 80px;
}
.faq .sec_ttl_wrap::before {
  background: url(../img/illust_book.png) no-repeat;
  background-size: contain;
  width: 64px;
  height: 80px;
}

.faq_wrap {
  width: 1040px;
  margin: 0 auto;
}

.faq .list_wrap {
  margin: 20px 0 0 40px;
}

.faq .box {
  border: 2px solid #ddd;
  border-radius: 10px;
  margin-top: 10px;
}

.faq .box.open {
  background: #dbebf3;
  border: 2px solid #dbebf3;
}

.list_tag {
  border-bottom: 40px solid #0077b4;
  border-right: 20px solid transparent;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 40px;
  height: 0;
  padding: 0 16px 0 20px;
  margin-top: 60px;
}

.faq .question {
  background: #fff;
  border-radius: 10px;
  font-weight: 700;
  padding: 20px 30px;
  position: relative;
  transition: all .3s;
}

.faq .box.open .question {
  background: #dbebf3;
  transition: all .3s;
}

.faq .txt {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 30px;
  width: 96%;
}

.faq .box .question::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #0077b4;
  border-right: 2px solid #0077b4;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all .3s;
 }

.faq .box.open .question::before {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .3s;
}

.faq .box .txtq,
.faq .box .txta {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-family: "arial", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.faq .box .txtq {
  color: #dbebf3;
}

.faq .box.open .txtq {
  color: #0077b4;
}

.faq .box .txta {
  color: #ec6d74;
}

.faq .answer_wrap {
  background: #fff;
  border-radius: 10px;
  display: none;
  padding: 20px 26px 20px 20px;
  margin: 0 10px 10px;
}

@media screen and (max-width: 800px) {
  .faq {
    padding: 30px 0 40px;
  }
  .faq .sec_ttl_wrap::before {
    width: 60px;
    height: 62px;
  }

  .faq_wrap {
    width: 100%;
    margin: 0 auto;
  }

  .faq .list_wrap {
    margin: 10px 10px 0 10px;
  }

  .list_tag {
    margin-top: 30px;
  }

  .faq .question {
    padding: 16px 18px;
  }

  .faq .txt {
    padding: 2px 0 0 16px;
    width: 86%;
  }

  .faq .answer_wrap {
    padding: 20px 10px;
  }
}

/* chairman_msg */
.chairman_msg {
  padding: 60px 0 120px;
}

.chairman_msg .sec_ttl_wrap::before {
  background: url(../img/illust_instrument.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 54px;
}

.chairman_msg .msg_ttl {
  color: #00a180;
  font-size: 30px;
  font-weight: 700;
  margin: 100px 0 80px;
  position: relative;
}

.chairman_msg .msg_ttl::before {
  content: "";
  background: url(../img/illust_bird02.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -90px;
  left: -140px;
  width: 540px;
  height: 175px;
  z-index: -1;
}

.chairman_msg .txt_area {
  width: 54%;
}

.chairman_msg p.signature {
  margin-top: 50px;
  text-align: right;
}

.chairman_msg .img_area {
  width: 42%;
}


@media screen and (max-width: 800px) {
  .chairman_msg {
    padding: 30px 0 60px;
  }

  .chairman_msg .sec_ttl_wrap::before {
    width: 82px;
    height: 44px;
  }

  .chairman_msg .msg_ttl {
    font-size: 20px;
    margin: 50px 0 40px;
    text-align: center;
  }

  .chairman_msg .msg_ttl::before  {
    content: none;
  }

  .chairman_msg .txt_area,
  .chairman_msg .img_area {
    width: 92%;
    margin: 0 auto;
  }

  .chairman_msg p.signature {
    margin-top: 26px;
  }

  .chairman_msg .img_area {
    margin-top: 20px;
  }
}

/* cv_area */
.cv_area {
  padding: 60px 0;
  position: relative;
}

.cv_area::before,
.cv_area::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.cv_area::before {
  background: url(../img/illust_girl.png) no-repeat;
  background-size: contain;
  width: 170px;
  height: 272px;
  top: -40px;
  left: 50px;
}

.cv_area::after {
  background: url(../img/illust_boy.png) no-repeat;
  background-size: contain;
  width: 180px;
  height: 190px;
  bottom: -50px;
  right: 50px;
}

.cv_area .wrap {
  width: 1040px;
  position: relative;
  z-index: 2;
}

.cv_area.bg_stripe {
  background: repeating-linear-gradient(-45deg, rgba(64,153,199,.2), rgba(64,153,199,.2) 5px, #b0dce0 0, #b0dce0 10px);
}

.cv_area li {
  width: 48%;
}

.cv_area .cv_box .icon {
  display: inline-block;
  width: 90px;
  height: 90px;
}

.icon_line {
  background: url(../img/ico_cellphone.png) no-repeat;
  background-size: contain;
}

.icon_device {
  background: url(../img/ico_device.png) no-repeat;
  background-size: contain;
}

.accepting {
  display: flex;
  align-items: center;
  font-weight: 700;
  position: relative;
  padding: 10px 40px;
}

.accepting p {
  color: #fff;
  line-height: 1.4;
  width: calc(100% - 100px);
  padding-left: 20px;
  white-space: nowrap;
}

.accepting span {
  display: inline-block;
}

.accepting::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.cv_area .cv_line .accepting {
  background: #33c733;
}

.cv_area .cv_line .accepting::before {
  border-color: #33c733 transparent transparent transparent;
}

.cv_area .cv_web .accepting {
  background: #4099c7;
}

.cv_area .cv_web .accepting::before {
  border-color: #4099c7 transparent transparent transparent;
}

.cv_area .emphasis {
  color: #ff3;
  font-size: 40px;
}

.cv_area .middle {
  font-size: 24px;
}

.cv_area .small {
  font-size: 20px;
}

.cv_area .cv_box .btn_area {
  background: #fff;
  height: 360px;
  padding: 40px 60px 60px;
}

.cv_box .btn_area a {
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .cv_area::before,
  .cv_area::after {
    content: none;
  }

  .cv_area .wrap {
    width: 92%;
    margin: 0 auto;
  }

  .cv_area li {
    width: 100%;
  }

  .accepting {
    padding: 10px;
  }

  .cv_area .cv_box .icon {
    width: 50px;
    height: 50px;
  }

  .accepting p {
    width: calc(100% - 50px);
    white-space: normal;
  }

  .cv_area .emphasis {
    font-size: 30px;
  }

  .cv_area .middle {
    font-size: 20px;
  }

  .cv_area .small {
    font-size: 16px;
  }

  .cv_area .cv_box .btn_area {
    background: #fff;
    height: auto;
    padding: 30px 30px;
  }
}

footer {
  margin: 80px 0 30px;
  text-align: center;
  position: relative;
}

footer .logo_img {
  width: 220px;
  height: 72px;
}

footer .copyright {
  display: block;
  font-size: 14px;
  margin-top: 40px;
}

footer .top_arrow {
  bottom: 50px;
  right: 50px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0077b4;
  border-right: 2px solid #0077b4;
  margin-top: -6px;
  position: absolute;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 800px) {
  footer {
    margin: 40px 0 20px;
  }
  footer .copyright {
    margin-top: 20px;
  }
}

