@charset "UTF-8";

body {
  opacity: 1;
}

main * {
  border-collapse: collapse;
}

main {
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 80px;
  min-width: 1219px;
  position: relative;
  overflow: hidden;
}

br, br.pcnone {
  display: block;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap');

img {
  display: block;
  width: 100%;
}

.helvetica.helvetica {
  /* font-family: "Helvetica Neue", sans-serif; */
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}

.pt100.pt100 {
  padding-top: 100px;
}

.pb100.pb100 {
  padding-bottom: 100px;
}

.pb50.pb50 {
  padding-bottom: 50px;
}

.p100.p100 {
  padding: 100px 0;
}

.mt100.mt100 {
  margin-top: 100px;
}

.mb100.mb100 {
  margin-bottom: 100px;
}

.mt70.mt70 {
  margin-top: 70px;
}

.tac.tac {
  text-align: center;
}

.text_red {
  color: #D7000F;
}

.text_white {
  color: #fff;
}

.type_center {
  text-align: center;
}

.bg_black {
  background: linear-gradient(to bottom, #333, #000);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.16);
}

.bg_navy {
  background-color: #041F4C;
}

.bg_red {
  background: linear-gradient(to bottom, #D7000F, #74000A);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.16);
}

.bg_gray {
  background: #f8f8f8;
}

.bg_white {
  background: #fff;
}

.border_black {
  border-bottom: 2px solid #000;
}

.border_white {
  border-bottom: 2px solid #fff;
}

.border_red {
  border-bottom: 2px solid #AF1A27;
}

.border_gray {
  border-bottom: 2px solid #000;
}

/* 背景にテキスト3行のシンプルなデザイン */

.kv_type01 {
  width: 100%;
  padding: 103px 0 109px;
}

.kv_type01 .lead01 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin-bottom: 27px;
}

.kv_type01 .lead02 {
  color: #000;
  font-size: 16px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.kv_type01 .lead02 span {
  background: #fff;
  padding: 10px 24px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
}

.bg_mv {
  position: fixed;
  height: calc(100vh - 80px);
  right: 0;
  top: 0;
  z-index: -99;
  margin-top: 80px;
}

.bg_mv img {
  width: auto;
  height: 100%;
}

.inner_50.inner_50 {
  width: 50%;
}

/* 親要素にscrollクラスを付与 */

.scroll {
  height: calc(100vh - 80px);
  width: 100%;
  position: relative;
}

.scroll::before {
  position: absolute;
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  border-left: 1px solid #fff;
  bottom: 0;
  left: 50%;
}

.scroll .scroll_txt {
  position: absolute;
  bottom: 2.5vw;
  left: calc(50% - 1.6vw);
  font-style: italic;
  font-weight: normal;
  font-size: 1.1vw;
}

/* 技術・事務TOP */

.kv_type02 {
  padding-top: 10vw;
  position: relative;
}

.kv_type02 .lead01 {
  text-align: center;
  font-size: 1.8vw;
  color: #fff;
  margin-bottom: 2.4vw;
}

.kv_type02 .typeh1 {
  font-size: 5vw;
}

.kv_type02 .lead02 {
  color: #000;
  font-size: 1.2vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.kv_type02 .lead02 span {
  background: #fff;
  padding: 0.8vw 1.8vw;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
}

.kv_type02 .lead03 {
  text-align: center;
  font-size: 2vw;
  font-style: italic;
  margin: 3vw 0 5vw;
}

.typeh1 {
  text-align: center;
  font-size: 70px;
  color: #fff;
  margin-bottom: 34px;
}

.typeh1 .border {
  padding: 0 10px 7px;
  border-bottom: 3px solid #fff;
}

.typeh2 {
  font-size: 58px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.3;
}

.h2_sub {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.h2_txt {
  text-align: center;
  letter-spacing: 1.7px;
  padding-bottom: 100px;
  line-height: 2.5;
}

.h2_txt a {
  text-decoration: underline;
}

.typeh3 {
  font-size: 47px;
  text-align: center;
}

.h3_sub {
  font-size: 22px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 48px;
}

.typeh4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 4px;
}

.typeh5 {
  /* font-size: 22px; */
  font-size: 55px;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.typeh5 .border {
  text-align: center;
  padding: 0 5px 7px;
  letter-spacing: 1px;
}

.h5_sub {
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 40px;
  line-height: 1.9;
}

.typeh6 {
  font-size: 36px;
  font-weight: bold;
  text-align: justify;
  padding-bottom: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 auto;
}

.guideline_area {
  width: 1219px;
  margin: 0 auto;
  padding: 100px 0;
  background: #F8F8F8;
}

.table_guideline {
  font-size: 16px;
  width: 870px;
  margin: 0 auto;
}

.table_guideline tr {
  border-bottom: 1px dashed #C4C4C4;
}

.table_guideline tr:last-child {
  border-bottom: none;
}

.table_guideline th {
  border-right: 1px dashed #C4C4C4;
  font-weight: bold;
  width: 150px;
  text-align: justify;
}

.table_guideline td {
  line-height: 1.9;
  padding: 20px 0 20px 37px;
  letter-spacing: 2px;
}

.schedule_area .table_schedule {
  width: 1219px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.schedule_area .table_schedule tr:nth-child(1) th:not(:first-child) {
  background: #a3a3a3;
}

.schedule_area .table_schedule tr:nth-child(1) th:last-child {
  border-left: 1px solid #fff;
}

.schedule_area .table_schedule tr:nth-child(2) th:not(:first-child) {
  background: #dedede;
  border: 1px solid #d1d1d1;
}

.schedule_area .table_schedule tr:nth-child(3) th {
  background: #a3a3a3;
  min-height: 90px;
  width: 190px;
  line-height: 1.5;
}

.schedule_area .table_schedule tr:nth-child(4) th {
  background: #555454;
  height: 90px;
  line-height: 1.5;
}
.administration .schedule_area .table_schedule tr:nth-child(3) th, /* セル数の違いによる文字サイズ調整 */
.administration .schedule_area .table_schedule tr:nth-child(4) th {
  font-size: 14px;
}

.schedule_area .table_schedule th {
  line-height: 2.3;
}

.schedule_area .table_schedule td {
  border: 1px solid #d1d1d1;
  min-width: 100px;
  line-height: 1.5;
  font-size: 15px;
  padding: 15px;
}

.course_area {
  width: 100%;
}

.course_area .inner .accordion {
  width: 740px;
  margin: 0 auto 19px;
  border-radius: 6px;
  padding: 5px 35px;
}

.course_area .inner .accordion .accordion-switch {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.course_area .inner .accordion .accordion-switch::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 22px;
  right: 10px;
  transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.3s;
}

.course_area .inner .accordion .accordion-switch > span {
  color: #D7000F;
  font-size: 0.8em;
}

@media screen and (max-width:767px) {
  .course_area .inner .accordion .accordion-switch > span {
    display: inline-block;
    margin-top: 4vw;
  }
}

.course_area .inner .accordion .active.accordion-switch::after {
  top: 33px;
  transform: rotate(-45deg);
}

.course_area .inner .accordion .accordion-content {
  width: 100%;
  font-size: 16px;
  line-height: 1.9;
  padding: 19px 0;
  display: none;
  border-top: 1px solid #555454;
}

.course_area .inner .accordion .accordion-content .accordion-content_flex {
  display: flex;
}

.course_area .inner .accordion .accordion-content .accordion-content_flex div {
  width: 60%;
}

.course_area .inner .accordion .accordion-content .accordion-content_flex div .list {
  position: relative;
  text-indent: 0em;
  padding-left: 1em;
}

.course_area .inner .accordion .accordion-content .accordion-content_flex div .list::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.course_area .inner .accordion .accordion-content .accordion-content_flex div.imgbox {
  width: 40%;
}

.course_area .inner .accordion .accordion-content .imgbox {
  margin-top: -10px;
}

.course_area .inner .accordion .accordion-content .imgbox a {
  width: 100%;
  margin-right: 15px;
  display: block;
  padding: 20px 0 0 30px;
}

.course_area .inner .accordion .accordion-content .imgbox a:last-child {
  margin-right: 0;
}

.course_area .inner .accordion .accordion-content .imgbox a img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.course_area .inner .accordion .accordion-content .imgbox .annotation {
  text-align: right;
  display: block;
  font-size: 12px;
  padding: 5px 0 0 0;
}

.lity-close {
  width: 0;
}

.lity-wrap {
  cursor: pointer;
}

.lity-content {
  position: relative;
  cursor: initial;
}

.lity-content::before {
  position: absolute;
  content: "×";
  text-align: center;
  color: #000;
  border-radius: 10px;
  font-size: 70px;
  right: 0;
  top: -10px;
  line-height: 1;
  transform: translateY(-100%);
  font-family: sans-serif;
  pointer-events: none;
}

.lity-content::after {
  pointer-events: none;
  position: absolute;
  content: "× close";
  text-align: center;
  color: #000;
  border-radius: 10px;
  font-size: 20px;
  right: 0;
  left: 0;
  bottom: -30px;
  line-height: 1;
  transform: translateY(100%);
  font-family: sans-serif;
  z-index: 9999;
  margin: auto;
  text-decoration: underline;
}

.course_area .information {
  width: 1189px;
  margin: -80px auto 50px;
  text-align: center;
  background-color: #F8F8F8;
  padding: 20px 0 25px;
  line-height: 1.8;
  border: 1px solid #f00;
}

.course_area .information h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: -10px;
}

.course_area .information .btn_more {
  position: relative;
  display: block;
  width: 300px;
  margin: 20px auto 0;
  color: #fff;
  padding: 9px 0 10px;
  border-radius: 6px;
  padding-right: 10px;
}

.course_area .information .btn_more::after {
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-65%);
  width: 10px;
  height: 10px;
  top: 50%;
  right: 50px;
  transition: transform 0.15s linear, top 0.15s linear, right 0.15s linear;
  transform-origin: center center;
}

.course_area .information .btn_more:hover::after {
  transform: rotate(135deg) translateY(-65%);
  top: 23%;
  right: 48px;
}

@media screen and (max-width:767px) {
  .lity-close {
    width: 0;
  }

  .lity-wrap {
    cursor: pointer;
  }

  .lity-content {
    position: relative;
    cursor: initial;
  }

  .lity-content::before {
    position: absolute;
    content: "×";
    text-align: center;
    color: #000;
    border-radius: 10px;
    font-size: 12vw;
    right: 0;
    top: 0;
    line-height: 1;
    transform: translateY(-100%);
    font-family: sans-serif;
    pointer-events: none;
  }

  .lity-content::after {
    pointer-events: none;
    position: absolute;
    content: "× close";
    text-align: center;
    color: #000;
    border-radius: 10px;
    font-size: 5vw;
    right: 0;
    left: 0;
    bottom: -2vw;
    line-height: 1;
    transform: translateY(100%);
    font-family: sans-serif;
    z-index: 9999;
    margin: auto;
    text-decoration: underline;
  }
}

.table_course {
  font-size: 16px;
  width: 1219px;
  margin: 0 auto;
  white-space: nowrap;
}

.table_course tr:last-child {
  border-bottom: none;
}

.table_course th {
  color: #fff;
  background: #000;
  border: 1px solid #D1D1D1;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
}

.table_course td {
  line-height: 1.9;
  padding: 2px 10px;
  border: 1px solid #D1D1D1;
  letter-spacing: 2px;
}

.table_course td:first-child {
  font-weight: bold;
}

.rule_area {
  width: 1219px;
  margin: 0 auto;
}

.rule_area .rulebox {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}

.rule_area .rulebox img {
  width: 49%;
}

.search_area {
  color: #fff;
  width: 1219px;
  margin: 0 auto;
  padding: 100px 0;
}

.search_area .btn_release {
  color: #fff;
  border-radius: 6px;
  text-align: center;
  border: 1px #fff solid;
  width: 260px;
  line-height: 2.75;
  margin: 40px auto 20px;
  font-size: 18px;
}

.table_search {
  letter-spacing: 0.1em;
  width: 1112px;
  margin: 0 auto;
}

.table_search .result {
  text-align: center;
  color: #fff;
}

.table_search {
  text-align: center;
  color: #fff;
}

.table_search tr {
  border-bottom: 1px dashed #a3a3a3;
}

.table_search tr:last-child {
  border-bottom: none;
}

.table_search th {
  border-right: 1px dashed #a3a3a3;
  font-weight: bold;
  width: 150px;
  text-align: center;
  line-height: 1.5;
}

.table_search td {
  line-height: 1.9;
  padding: 20px 0 20px 37px;
  letter-spacing: 2px;
  text-align: left;
}

.table_search .check {
  margin-right: 25px;
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 13px;
}

.table_search .el_checkbox {
  position: relative;
  top: 3px;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 12px;
  border: 1px solid #fff;
  background: #fff;
}

.table_search .el_checkbox::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
}

.table_search input[type=checkbox]:checked+label .el_checkbox:after {
  background: #000;
}

.table_search label {
  cursor: pointer;
  display: inline;
}

.search_box {
  font-size: 14px;
  width: 1219px;
  margin: 0 auto;
}

.search_item {
  margin-bottom: 28px;
}
.search_item .inner {
  background-color: #eef1f3;
  /* padding: 23px 36px;
  margin-bottom: 30px; */
}

.search_item .inner .title {
  display: flex;
  align-items: baseline;
  /* margin-bottom: 28px; */
}
.search_item .inner .title.aco_header {
  cursor: pointer;
  margin-bottom: 0;
  padding: 23px 100px 23px 36px;
  background-color: #eef1f3;
  position: relative;
}

.search_item .inner .aco_btn {
  position: absolute;
  background-color: #3c6ab1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_item .inner .aco_btn span {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.search_item .inner .aco_btn span::before,
.search_item .inner .aco_btn span::after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  /* -webkit-transform: rotate(45deg); */
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.search_item .inner .aco_btn span::before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.search_item .inner .title.aco_header.open .aco_btn span::before,
.search_item .inner .aco_btnBox.open .aco_btn span::before {
  content: none;
}
.search_item .inner .title.aco_header.open .aco_btn span::after,
.search_item .inner .aco_btnBox.open .aco_btn span::after {
  transform: rotate(315deg);
}
.search_item .inner .aco_btnBox {
  display: none;
}

.rd_summer .search_item .inner .title div:nth-child(1) {
  background-color: #3c6ab1;
  color: #fff;
  padding: 10px 26px;
  font-size: 16px;
  margin-left: 18px;
  line-height: 1.5;
  max-width: 80%;
  order: 2;
}

.rd_index .search_item .inner .title div:nth-child(1) {
  background-color: #3c6ab1;
  color: #fff;
  padding: 10px 12px;
  font-size: 14px;
  margin-left: 18px;
  line-height: 1.5;
  max-width: 80%;
  order: 2;
}

.search_item .inner .title div .indention {
  display: inline-block;
}

.search_item .inner .title div:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.search_item .inner .aco_inner {
  display: none;
  padding: 0px 36px 23px 36px;
}

.search_item .inner .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.search_item .inner .content dl {
  width: calc(50% - 1px);
  background-color: #fff;
  display: flex;
  margin-bottom: 2px;
  line-height: 1.9;
  padding: 13px 20px 13px 0;
  box-sizing: border-box;
}

.search_item .inner .content dl:nth-child(1), .search_item .inner .content dl:nth-child(2), .search_item .inner .content dl:nth-child(3) {
  padding: 26px 0;
}
.search_item .inner .content dl:nth-child(1) {
  width: calc(30% - 1px);
}
.search_item .inner .content dl:nth-child(2) {
  width: calc(26% - 1px);
}
.search_item .inner .content dl:nth-child(3) {
  width: calc(44% - 1px);
}

.search_item .inner .content dl:nth-child(6), .search_item .inner .content dl:nth-child(7), .search_item .inner .content dl:nth-child(8) {
  width: 100%;
  padding: 24px 0;
  line-height: 1.6;
}

.search_item .inner .content dt {
  position: relative;
  width: 211px;
  display: flex;
  align-items: center;
  padding-left: 82px;
  box-sizing: border-box;
}

.search_item .inner .content dl:nth-child(3) dt,
.search_item .inner .content dl:nth-child(5) dt  {
  width: 180px;
}

.search_item .inner .content dl:nth-child(3) dd,
.search_item .inner .content dl:nth-child(5) dd {
  width: calc(100% - 180px);
}

.search_item .inner .content dl dt .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search_item .inner .content dl:nth-child(1) dt .icon {
  width: 26px;
  left: 27px;
}

.search_item .inner .content dl:nth-child(2) dt .icon {
  width: 38px;
  left: 20px;
}

.search_item .inner .content dl:nth-child(3) dt .icon {
  width: 38px;
  left: 22px;
}

.search_item .inner .content dl:nth-child(4) dt .icon {
  width: 39px;
  left: 22px;
}

.search_item .inner .content dl:nth-child(5) dt .icon {
  width: 39px;
  left: 22px;
}

.search_item .inner .content dl:nth-child(6) dt .icon {
  width: 58px;
  left: 12px;
  bottom: -7px;
}

.search_item .inner .content dl:nth-child(7) dt .icon {
  width: 46px;
  left: 20px;
}
.search_item .inner .content dl:nth-child(8) dt .icon {
  width: 44px;
  left: 18px;
}

.search_item .inner .content dd {
  width: calc(100% - 231px);
  display: flex;
  align-items: center;
}
.search_item .inner .content dd.no-flex {
  display: block;
}

.search_item .inner .content dl:nth-child(5) dd {
  display: block;
}
.search_item .inner .content dd .note {
  position: relative;
  display: inline-block;
  text-indent: 0em;
  padding-left: 1.2em;
}
.search_item .inner .content dd .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.search_item .inner .imgbox {
  margin-top: -10px;
  display: flex;
}

.search_item .inner .imgbox a {
  width: 24%;
  height: 100%;
  margin-right: 15px;
  display: block;
  max-height: 200px;
  overflow: hidden;
}

.search_item .inner .imgbox a:last-child {
  margin-right: 0;
}

.search_item .inner .imgbox a img {
  display: inline-block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.message_area {
  position: relative;
}

.message_area .bg_txt {
  font-size: 109px;
  color: #f8f8f8;
  line-height: 1.1;
  position: absolute;
  top: -21px;
  left: 0;
  z-index: -9;
  letter-spacing: 8px;
}

.appeal_area {
  padding-top: 100px;
}

.progress_area {}

.progress_area .inner {
  padding-top: 38px;
  width: 1080px;
  margin: 0 auto;
}

.progress_area .inner .progressbox {
  display: flex;
  position: relative;
}

.progress_area .inner .progressbox:not(:last-child) {
  margin-bottom: 65px;
}

.progress_area .inner .progressbox:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 48%;
  width: 0;
  height: 0;
  border-left: 25px solid rgba(255, 255, 255, 0);
  border-right: 25px solid rgba(255, 255, 255, 0);
  border-top: 25px solid #000;
}

.progress_area.arrow_gray .inner .progressbox:not(:first-child)::before {
  border-top: 25px solid #a3a3a3;
}

.progress_area .inner .progressbox>div:nth-child(1) {
  width: 347px;
}

.progress_area .inner .progressbox>div:nth-child(2) {
  width: calc(100% - 347px);
  margin: auto 0;
  padding: 0 50px;
}

@media all and (-ms-high-contrast: none) {
  .progress_area .inner .progressbox>div:nth-child(2) {
    /* IE11 にのみ適用される */
    padding-top: 30px;
  }
}

.progress_area .inner .progressbox>div:nth-child(2) .day {
  margin-bottom: 25px;
}

.progress_area .inner .progressbox>div:nth-child(2) span {
  padding: 8px 18px;
  font-size: 12px;
  border-radius: 36px;
  font-style: italic;
}

.progress_area .inner .progressbox>div:nth-child(2) p {
  padding-top: 10px;
  line-height: 2;
}

.feature_area {
  position: relative;
}

.feature_area .inner {
  padding-top: 60px;
  width: 1080px;
  margin: 0 auto;
}

.feature_area>.bg_txt {
  position: absolute;
  top: -13px;
  right: 0;
  font-size: 109px;
  color: rgba(255, 255, 255, 0.15);
}

.feature_area .inner .featurebox {
  display: flex;
  margin-bottom: 65px;
  position: relative;
  z-index: 9;
}

.feature_area .inner .featurebox>.bg_txt {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.15);
}

.feature_area .inner .featurebox:nth-child(2n) .img {
  order: 2;
}

.feature_area .inner .featurebox:nth-child(2n) .text {
  order: 1;
  margin-left: -40px;
  margin-right: 40px;
}

.feature_area .inner .featurebox:nth-child(1) .bg_txt {
  position: absolute;
  top: -70px;
  left: -130px;
  font-size: 76px;
  z-index: -1;
}

.feature_area .inner .featurebox:nth-child(2) .bg_txt {
  position: absolute;
  font-size: 92px;
  bottom: -80px;
  right: -140px;
  top: auto;
  z-index: -1;
}

.feature_area .inner .featurebox:nth-child(3) .bg_txt {
  position: absolute;
  left: -90px;
  top: auto;
  bottom: -100px;
  font-size: 116px;
  z-index: -1;
}

.feature_area .inner .featurebox .img {
  width: 512px;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
}

.feature_area .inner .featurebox .text {
  width: calc(100% - 512px);
  margin: auto 0;
  padding-left: 40px;
}

@media all and (-ms-high-contrast: none) {
  .feature_area .inner .featurebox .text {
    /* IE11 にのみ適用される */
    padding-top: 30px;
  }
}

.feature_area .inner .featurebox .text .feature {
  margin-bottom: 25px;
}

.feature_area .inner .featurebox .text span {
  font-size: 16px;
  font-style: italic;
}

.feature_area .inner .featurebox .text p {
  padding-top: 10px;
  line-height: 2;
  font-size: 16px;
}

.voice_area {
  background: #f8f8f8;
}

.voice_area .inner {
  width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.voice_area .inner .voicebox {
  width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.voice_area .inner .comment {
  border-radius: 31px;
  font-size: 16px;
  line-height: 2;
  padding: 0 40px;
  height: 170px;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  position: relative;
}

.voice_area .inner .comment::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 99;
  width: 0;
  height: 0;
  border-left: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid rgba(255, 255, 255, 0);
  border-top: 25px solid #fff;
}

.voice_area .inner .imgbox {
  width: 145px;
  margin: 0 auto;
}

.voice_area .inner .imgbox .caption {
  font-style: italic;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.voice_area .inner .imgbox .span {
  font-weight: bold;
}

.interview_area .inner {
  width: 1219px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interview_area .inner .interviewbox {
  width: 380px;
  margin-bottom: 40px;
}

.interview_area .inner .interviewbox .textbox {
  width: 380px;
  position: relative;
  padding: 25px 0 25px 35px;
}

.interview_area .inner .interviewbox .textbox .icon {
  position: absolute;
  top: -63px;
  right: 6px;
  width: 83px;
  height: 83px;
}

.interview_area .inner .interviewbox .textbox .sub {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.interview_area .inner .interviewbox .textbox .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

.interview_area .inner .interviewbox .textbox .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
}

.interview_area .inner .interviewbox .textbox .name::before {
  position: absolute;
  content: "";
  width: 32px;
  border-top: 1px solid #D7000F;
  top: -14px;
  left: 0;
}

.how_area .howbox {
  margin: 0 auto 68px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
}

.how_area01 .howbox {
  width: 650px;
}

@media screen and (max-width:767px) {
  .how_area01 .howbox {
    width: 90%;
  }
}

.how_area02 .howbox {
  width: 650px;
}

.how_area02 .howbox .item:nth-child(4) {
  margin-left: 118px;
}

.how_area02 .howbox .item:nth-child(5) {
  margin-right: 118px;
}

@media screen and (max-width:767px) {
  .how_area02 .howbox {
    width: 90%;
  }

  .how_area02 .howbox .item:nth-child(4) {
    margin-left: 0px;
  }

  .how_area02 .howbox .item:nth-child(5) {
    margin-right: 0px;
  }
}

.how_area .howbox .item {
  width: 173px;
  margin-bottom: 22px;
  position: relative;
}

.how_area .howbox .item:not(:first-child)::after {
  content: url(/internship/img/common/icon_arrow_right.svg);
  position: absolute;
  top: 70px;
  left: -54px;
}

.how_area .howbox .item>div {
  position: relative;
  width: 100%;
}

.how_area .howbox .item>div .num {
  position: absolute;
  width: 100%;
  top: 23px;
  left: 7px;
  font-style: italic;
  font-size: 20px;
}

.how_area .howbox .item>div .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.how_area .howbox .item .icon_touroku.icon_touroku {
  width: 60px;
  top: 35px;
}

.how_area .howbox .item .icon_moushikomi.icon_moushikomi {
  width: 75px;
  top: 40px;
}

.how_area .howbox .item .icon_chusen.icon_chusen {
  width: 96px;
  top: 39px;
}

.how_area .howbox .item .icon_sanka.icon_sanka {
  width: 94px;
  top: 41px;
}

.how_area .howbox .item .icon_douga.icon_douga {
  width: 98px;
  top: 54px;
}

.how_area .howbox .item .icon_spi.icon_spi {
  width: 94px;
  top: 41px;
  left: 22px;
}

.how_area .howbox .item .icon_es.icon_es {
  width: 60px;
  top: 35px;
}

.how_area .howbox .item p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 19px;
  white-space: nowrap;
}

.entry_area {}

.entry_area .inner {
  background: #fff;
  margin: 0 80px;
  padding: 99px 0 55px;
}

.entry_area .typeh2 {
  margin-bottom: 29px;
}

.entry_area .h2_sub {
  margin-bottom: 72px;
}

.entry_area .h2_txt {
  padding-bottom: 55px;
}

.btn_entry {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 742px;
  margin: 0 auto;
  padding: 38px 0;
  border-radius: 6px;
}

.btn_member {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 400px;
  margin: 0 auto;
  padding: 38px 0;
  border-radius: 6px;
}

.btn_course {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 744px;
  margin: 0 auto 24px;
  padding: 34px 0;
  border-radius: 6px;
  line-height: 1.8;
}

.btn_course span {
  font-size: 28px;
}

.entry_area .snsbox {
  display: flex;
  width: 742px;
  margin: 76px auto 0;
  justify-content: space-between;
  border-top: 1px solid #000;
  padding: 70px 0 50px;
}

.entry_area .snsbox .btn_twitter {
  text-align: center;
}

.entry_area .snsbox .btn_twitter_inner {
  position: relative;
  height: 66px;
  width: 350px;
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 3px;
}

.entry_area .snsbox .btn_fb {
  text-align: center;
}

.entry_area .snsbox .btn_fb_inner {
  position: relative;
  height: 66px;
  width: 350px;
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  background: #3c58a1;
  border-radius: 3px;
}

.othercontent_area.othercontent_area {
  padding: 100px 0 250px;
}

.othercontent_area .bannerbox {
  width: 1219px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.othercontent_area .bannerbox a {
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 274px;
  padding-top: 110px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16);
}

.othercontent_area .bannerbox a:nth-child(1) {
  background: url(/internship/img/common/banner_abouthonda.png) no-repeat;
  background-size: cover;
}

.othercontent_area .bannerbox a:nth-child(2) {
  background: url(/internship/img/common/banner_drivingtheedge.png) no-repeat;
  background-size: cover;
}

.othercontent_area .bannerbox a:nth-child(3) {
  background: url(/internship/img/common/banner_hondapeople.png) no-repeat;
  background-size: cover;
}

.othercontent_area .bannerbox .title {
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding-bottom: 7px;
  letter-spacing: 1px;
}

.othercontent_area .bannerbox .sub {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-bottom: 7px;
  letter-spacing: 1px;
}

@media screen and (max-width:767px) {
  main {
    opacity: 1;
    font-size: 4.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: justify;
    padding-top: 64px;
    min-width: unset;
    overflow: hidden;
  }

  .pt100.pt100 {
    padding-top: 10vw;
  }

  .pb100.pb100 {
    padding-bottom: 10vw;
  }

  .pb50.pb50 {
    padding-bottom: 5vw;
  }

  .p100.p100 {
    padding: 10vw 0;
  }

  .mt100.mt100 {
    margin-top: 10vw;
  }

  .mb100.mb100 {
    margin-bottom: 10vw;
  }

  .mt70.mt70 {
    margin-top: 7vw;
  }

  .kv_type01 {
    width: 100%;
    padding: 11vw 0;
  }

  .kv_type01 .lead01 {
    text-align: center;
    font-size: 4.5vw;
    color: #fff;
    margin-bottom: 3vw;
  }

  .kv_type01 .lead02 {
    color: #000;
    font-size: 3.5vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .kv_type01 .lead02 span {
    background: #fff;
    padding: 2.2vw;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
  }

  /* 技術・事務TOP */
  .kv_type02 {
    padding-top: 0;
    position: relative;
  }

  .inner_50.inner_50 {
    width: 100%;
  }

  /* 親要素にscrollクラスを付与 */
  .scroll {
    height: calc(100vh - 64px);
    width: 100%;
    position: relative;
  }

  .scroll::before {
    position: absolute;
    content: "";
    width: 5vw;
    height: 5vw;
    border-left: 1px solid #fff;
    bottom: 0;
    left: 50%;
  }

  .scroll .scroll_txt {
    position: absolute;
    bottom: 8.5vw;
    left: calc(50% - 4.6vw);
    font-style: italic;
    font-weight: normal;
    font-size: 3vw;
  }

  .kv_type02 .lead01 {
    text-align: center;
    font-size: 4vw;
    color: #fff;
    margin-bottom: 0;
    margin-top: 8vh;
  }

  .kv_type02 .typeh1 {
    font-size: 11vw;
  }

  .kv_type02 .lead02 {
    color: #000;
    font-size: 3.7vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .kv_type02 .lead02 span {
    background: #fff;
    padding: 2.3vw 5.4vw;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
  }

  .kv_type02 .lead03 {
    text-align: center;
    font-size: 5.5vw;
    font-style: italic;
    margin: -2vw 0 10vw;
  }

  .typeh1 {
    text-align: center;
    font-size: 8vw;
    color: #fff;
    margin-bottom: 5vw;
    line-height: 1.8;
  }

  .typeh2 {
    font-size: 11vw;
    text-align: center;
    margin-bottom: 3vw;
    line-height: 1.3;
  }

  .h2_sub {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 9vw;
    line-height: 1.7;
  }

  .h2_txt {
    text-align: center;
    letter-spacing: 0.6px;
    margin-top: -3vw;
    padding-bottom: 10vw;
    line-height: 2;
    font-size: 4vw;
  }

  .h2_txt a {
    text-decoration: underline;
  }

  .typeh3 {
    font-size: 10vw;
    text-align: center;
  }

  .h3_sub {
    font-size: 4vw;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 4vw;
    margin-top: 3vw;
  }

  .typeh4 {
    font-size: 5.5vw;
    text-align: center;
    margin-bottom: 6vw;
    letter-spacing: 1.3vw;
  }

  .typeh5 {
    /* font-size: 3.5vw; */
    font-size: 8.75vw;
    font-style: italic;
    margin-bottom: 7vw;
    display: flex;
    justify-content: center;
  }

  .typeh5 span {
    text-align: center;
    padding: 0 0.5vw 1vw;
    letter-spacing: 1px;
  }

  .h5_sub {
    font-size: 6vw;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 9vw;
    line-height: 1.6;
  }

  .typeh6 {
    font-size: 5.4vw;
    font-weight: bold;
    text-align: justify;
    padding-bottom: 2vw;
    letter-spacing: 1px;
    margin: 0 auto;
    line-height: 1.6;
  }

  .slidebox {
    margin-bottom: 8vw;
  }

  .slidebox img {
    width: 27vw;
    display: block;
    margin: 0 auto 2vw;
  }

  .slidebox p {
    line-height: 1.8;
    font-size: 4vw;
    text-align: center;
  }

  .guideline_area {
    width: 100%;
    margin: 0 auto;
    padding: 15vw 0;
    background: #F8F8F8;
  }

  .table_guideline {
    font-size: 3.7vw;
    width: 90%;
    margin: 0 auto;
  }

  .table_guideline tr {
    border-bottom: 1px dashed #C4C4C4;
  }

  .table_guideline tr:last-child {
    border-bottom: none;
  }

  .table_guideline th {
    border-right: 1px dashed #C4C4C4;
    font-weight: bold;
    width: 18vw;
    text-align: justify;
    padding-left: 2vw;
    line-height: 1.6;
    padding: 3.1vw 0;
  }

  .table_guideline td {
    line-height: 1.6;
    padding: 3.1vw 0 3.1vw 3vw;
    letter-spacing: 2px;
  }

  .schedule_area .table_schedule {
    width: 250vw;
    margin: 0 5vw;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
  }

  .schedule_area .table_schedule tr:nth-child(1) th:not(:first-child) {
    background: #a3a3a3;
  }

  .schedule_area .table_schedule tr:nth-child(1) th:last-child {
    border-left: 1px solid #fff;
  }

  .schedule_area .table_schedule tr:nth-child(2) th:not(:first-child) {
    background: #dedede;
    border: 1px solid #d1d1d1;
  }

  .schedule_area .table_schedule th {
    width: 30vw;
    line-height: 2.3;
  }

  .schedule_area .table_schedule tr:nth-child(3) th:first-child {
    background: #a3a3a3;
    min-height: 20vw;
    min-width: 30vw;
    line-height: 1.5;
    font-size: 3vw;
  }

  .schedule_area .table_schedule tr:nth-child(4) th:first-child {
    background: #555454;
    height: 20vw;
    min-width: 30vw;
    line-height: 1.5;
    font-size: 3vw;
  }

  .schedule_area .table_schedule td {
    border: 1px solid #d1d1d1;
    width: 30vw;
    line-height: 1.5;
    font-size: 3.5vw;
  }

  .course_area {
    width: 100%;
    margin: 0 auto;
  }

  .course_area .inner .accordion {
    width: 90%;
    margin: 0 auto 2vw;
    border-radius: 2vw;
    padding: 5px 35px;
  }

  .course_area .inner .accordion .accordion-switch {
    width: 100%;
    font-size: 4.5vw;
    font-weight: bold;
    padding: 6vw 0;
    text-align: center;
    cursor: pointer;
    position: relative;
  }

  .course_area .inner .accordion .accordion-switch::after {
    position: absolute;
    content: "";
    width: 3.7vw;
    height: 3.7vw;
    top: 5vw;
    right: 0;
    transform: rotate(135deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: 0.3s;
  }

  .course_area .inner .accordion .active.accordion-switch::after {
    top: 7vw;
    transform: rotate(-45deg);
  }

  .course_area .inner .accordion .accordion-content {
    width: 100%;
    font-size: 4.5vw;
    line-height: 1.8;
    padding: 3vw 0 6vw;
    display: none;
    border-top: 1px solid #555454;
  }

  .course_area .inner .accordion .accordion-content .accordion-content_flex {
    display: block;
  }

  .course_area .inner .accordion .accordion-content .accordion-content_flex div {
    width: 100%;
  }

  .course_area .inner .accordion .accordion-content .accordion-content_flex div.imgbox {
    width: 100%;
  }

  .course_area .inner .accordion .accordion-content .imgbox {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }

  .course_area .inner .accordion .accordion-content .imgbox a {
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding: 20px 0 0;
  }

  .course_area .inner .accordion .accordion-content .imgbox a img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .course_area .information {
    width: calc(100% - 8vw);
    margin: 0 auto 10vw;
    text-align: center;
    background-color: #F8F8F8;
    padding: 4vw 4vw 5vw;
    line-height: 1.8;
    border: 1px solid #f00;
    font-size: 4vw;
  }

  .course_area .information h3 {
    font-size: 4.5vw;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: -10px;
  }

  .course_area .information .btn_more {
    position: relative;
    display: block;
    max-width: 500px;
    width: 90%;
    margin: 20px auto 0;
    color: #fff;
    padding: 2.3vw 0 2.5vw;
    border-radius: 1vw;
    padding-right: 10px;
  }

  .course_area .information .btn_more::after {
    content: "";
    position: absolute;
    border-top: 0.7vw solid #fff;
    border-right: 0.7vw solid #fff;
    transform: rotate(45deg) translateY(-65%);
    width: 2vw;
    height: 2vw;
    top: 50%;
    right: 13vw;
    transition: transform 0.2s linear, top 0.2s linear;
    transform-origin: center center;
  }

  .course_area .information .btn_more:hover::after {
    transform: rotate(45deg) translateY(-65%);
    top: 50%;
  }

  .tablescroll {
    width: 100%;
    overflow-x: auto;
  }

  .table_course {
    font-size: 4vw;
    width: 100%;
    margin: 0 6vw;
    white-space: nowrap;
  }

  .table_course tr:last-child {
    border-bottom: none;
  }

  .table_course th {
    color: #fff;
    background: #000;
    border: 1px solid #D1D1D1;
    font-weight: bold;
    text-align: center;
    padding: 3.4vw 0;
  }

  .table_course td {
    line-height: 1.7;
    padding: 2.7vw 6vw;
    border: 1px solid #D1D1D1;
    letter-spacing: 2px;
  }

  .table_course td:first-child {
    font-weight: bold;
  }

  .rule_area {
    width: 100%;
    margin: 0 auto;
  }

  .rule_area .rulebox {
    display: block;
    justify-content: space-between;
    padding: 0 5vw;
  }

  .rule_area .rulebox img {
    width: 100%;
    padding-bottom: 2vw;
  }

  .search_area {
    color: #fff;
    width: calc(100% - 10vw);
    margin: 0 5vw;
    padding: 14vw 0 8.5vw;
  }

  .search_area .btn_release {
    width: 50vw;
    margin: 10vw auto 0;
    line-height: 3;
    font-size: 3vw;
    font-weight: bold;
    color: #fff;
    border-radius: 12px;
    text-align: center;
  }

  .table_search {
    letter-spacing: 0.1em;
    width: 90%;
    margin: 0 auto;
  }

  .table_search .result {
    text-align: center;
    color: #fff;
  }

  .table_search {
    text-align: justify;
    color: #fff;
    font-size: 3.7vw;
    margin: 0 6vw;
  }

  .table_search tr {
    border-bottom: 1px dashed #a3a3a3;
    display: flex;
    flex-direction: column;
  }

  .table_search tr:last-child {
    border-bottom: none;
  }

  .table_search tr:last-child td .check {
    margin-right: 0;
    font-size: 3.6vw;
  }

  .table_search th {
    border-right: none;
    font-weight: bold;
    width: 100%;
    text-align: justify;
    margin-top: 6vw;
  }

  .table_search td {
    line-height: 1.9;
    padding: 0 0 4.4vw 0;
    letter-spacing: 2px;
  }

  .table_search .check {
    margin-right: 6vw;
    display: inline-block;
    margin-top: 2vw;
    margin-bottom: 0vw;
  }

  .table_search .el_checkbox {
    position: relative;
    top: 1.3vw;
    width: 4.3vw;
    height: 4.3vw;
    display: inline-block;
    margin-right: 1vw;
    border: 1px solid #fff;
    background: #fff;
  }

  .table_search .el_checkbox::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
  }

  .table_search input[type=checkbox]:checked+label .el_checkbox:after {
    background: #000;
  }

  .table_search label {
    cursor: pointer;
    display: inline;
  }

  .search_box {
    font-size: 4vw;
    width: 100%;
    margin: 0 auto;
  }

  .search_item .inner {
    background-color: #eef1f3;
    margin-bottom: 30px;
  }

  .search_item .inner .title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5vw;
    padding: 0 4.5vw;
  }
  .search_item .inner .title.aco_header {
    padding: 6vw 5vw 12vw;
  }

  .rd_index .search_item .inner .title div:nth-child(1) {
    background-color: #3c6ab1;
    color: #fff;
    padding: 2vw 4vw;
    font-size: 3vw;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 2.5vw;
    margin-left: 0;
    max-width: 100%;
    order: 2;
    white-space: unset;
  }

  .rd_summer .search_item .inner .title div:nth-child(1) {
    background-color: #3c6ab1;
    color: #fff;
    padding: 2vw 4vw;
    font-size: 3vw;
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 2.5vw;
    max-width: 100%;
    white-space: unset;
  }

  .search_item .inner .title div:nth-child(2) {
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 1.9;
    letter-spacing: 0.04em;
    max-width: 100%;
    margin-bottom: 2vw;
  }
  .search_item .inner .aco_btn {
    width: 30px;
    height: 30px;
    bottom: 0%;
    top: auto;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .search_item .inner .aco_btnBox {
    display: block;
    position: relative;
    padding: 30px 0 10px;
  }
  .search_item .inner .aco_btnBox .aco_btn {
    bottom: auto;
  }

  .search_item .inner .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .search_item .inner .content dl {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-bottom: 0.5vw;
    line-height: 1.9;
    padding: 13px 20px 13px 0;
    box-sizing: border-box;
  }

  .search_item .inner .content dl:nth-child(1), .search_item .inner .content dl:nth-child(2) {
    padding: 3vw 0;
  }

  .search_item .inner .content dl:nth-child(1) {
    width: 100%;
  }
  .search_item .inner .content dl:nth-child(2) {
    width: 100%;
  }
  .search_item .inner .content dl:nth-child(3) {
    width: 100%;
  }


  .search_item .inner .content dl:nth-child(5), .search_item .inner .content dl:nth-child(6), .search_item .inner .content dl:nth-child(7) {
    width: 100%;
    padding: 24px 0;
    line-height: 1.6;
  }

  .search_item .inner .content dl:nth-child(1) {
    order: 1;
  }

  .search_item .inner .content dl:nth-child(2) {
    order: 3;
  }

  .search_item .inner .content dl:nth-child(3) {
    order: 4;
  }

  .search_item .inner .content dl:nth-child(4) {
    order: 2;
  }

  .search_item .inner .content dl:nth-child(5) {
    order: 5;
  }

  .search_item .inner .content dl:nth-child(6) {
    order: 6;
  }

  .search_item .inner .content dl:nth-child(7) {
    order: 7;
  }
  .search_item .inner .content dl:nth-child(8) {
    order: 8;
  }

  .search_item .inner .content dt,
  .search_item .inner .content dl:nth-child(3) dt,
  .search_item .inner .content dl:nth-child(5) dt {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 15vw;
    box-sizing: border-box;
    margin-bottom: 2vw;
  }

  .search_item .inner .content dl dt .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .search_item .inner .content dl:nth-child(1) dt .icon {
    width: 5vw;
    left: 5.6vw;
  }

  .search_item .inner .content dl:nth-child(2) dt .icon {
    width: 7.5vw;
    left: 4vw;
  }

  .search_item .inner .content dl:nth-child(3) dt .icon {
    width: 7.5vw;
    left: 4vw;
  }

  .search_item .inner .content dl:nth-child(4) dt .icon {
    width: 7.5vw;
    left: 4.3vw;
  }

  .search_item .inner .content dl:nth-child(5) dt .icon {
    width: 8vw;
    left: 4.4vw;
  }

  .search_item .inner .content dl:nth-child(6) dt .icon {
    width: 8vw;
    left: 5vw;
    bottom: 0vw;
  }

  .search_item .inner .content dl:nth-child(7) dt .icon {
    width: 7.5vw;
    left: 5vw;
    bottom: 0vw;
  }
  .search_item .inner .content dl:nth-child(8) dt .icon {
    width: 8.5vw;
    left: 4vw;
  }

  .search_item .inner .content dd,
  .search_item .inner .content dl:nth-child(3) dd,
  .search_item .inner .content dl:nth-child(5) dd {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 4.5vw;
    line-height: 1.5;
    padding-right: 5vw;
  }
  .search_item .inner .content dl:nth-child(5) dd {
    display: block;
  }

  .search_item .inner .imgbox {
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .search_item .inner .imgbox a {
    width: 48%;
    height: 100%;
    margin-right: 0;
  }

  .search_item .inner .imgbox a img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .appeal_area {
    padding-top: 10vw;
  }

  .progress_area .inner {
    padding-top: 7vw;
    width: 90%;
    margin: 0 auto;
  }

  .progress_area .inner .progressbox {
    display: block;
    position: relative;
  }

  .progress_area .inner .progressbox:not(:last-child) {
    margin-bottom: 18vw;
  }

  .progress_area .inner .progressbox:not(:first-child)::before {
    content: "";
    position: absolute;
    top: -11vw;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    z-index: 99;
    width: 0;
    height: 0;
    border-left: 4vw solid rgba(255, 255, 255, 0);
    border-right: 4vw solid rgba(255, 255, 255, 0);
    border-top: 4vw solid #000;
  }

  .progress_area .inner .progressbox>div:nth-child(1) {
    width: 100%;
  }

  .progress_area .inner .progressbox>div:nth-child(2) {
    width: 100%;
    margin: auto 0;
    padding: 5vw;
  }

  .progress_area .inner .progressbox>div:nth-child(2) .day {
    margin-bottom: 3vw;
  }

  .progress_area .inner .progressbox>div:nth-child(2) span {
    padding: 2vw 4vw;
    font-size: 2.5vw;
    border-radius: 36px;
    font-style: italic;
  }

  .progress_area .inner .progressbox>div:nth-child(2) p {
    padding-top: 2vw;
    line-height: 1.6;
    font-size: 4.3vw;
    letter-spacing: 0.07em;
  }

  .feature_area {
    position: relative;
  }

  .feature_area .inner {
    padding-top: 2vw;
    width: 100%;
    margin: 0 auto;
  }

  .feature_area .inner .featurebox {
    display: block;
    margin-bottom: 10vw;
    position: relative;
    z-index: 9;
  }

  .feature_area .inner .featurebox:nth-child(2n) .text {
    margin-left: auto;
    margin-right: auto;
  }

  .feature_area .inner .featurebox .img {
    width: 90%;
    margin: 0 auto 4vw;
  }

  .feature_area .inner .featurebox .text {
    width: 90%;
    margin: 0 auto;
    padding-left: 0px;
  }

  .feature_area .inner .featurebox .text .feature {
    margin-bottom: 3vw;
  }

  .feature_area .inner .featurebox .text span {
    font-size: 3.4vw;
    font-style: italic;
  }

  .feature_area .inner .featurebox .text p {
    padding-top: 2vw;
    line-height: 2;
    font-size: 4vw;
  }

  .voice_area {
    background: #fff;
  }

  .voice_area .inner {
    width: 90%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
  }

  .voice_area .inner .voicebox {
    width: 100%;
    margin: 0 auto 10vw;
    display: flex;
    flex-direction: column;
  }

  .voice_area .inner .comment {
    border-radius: 9vw;
    font-size: 4.5vw;
    line-height: 2;
    padding: 7vw;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 14vw;
    background: #f8f8f8;
    position: relative;
  }

  .voice_area .inner .comment::before {
    content: "";
    position: absolute;
    bottom: -9vw;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    z-index: 99;
    width: 0;
    height: 0;
    border-left: 3vw solid rgba(255, 255, 255, 0);
    border-right: 3vw solid rgba(255, 255, 255, 0);
    border-top: 9vw solid #f8f8f8;
  }

  .voice_area .inner .imgbox {
    width: 31vw;
    margin: 0 auto;
  }

  .voice_area .inner .imgbox .caption {
    font-style: italic;
    font-size: 3.4vw;
    text-align: center;
    margin-top: 3vw;
  }

  .voice_area .inner .imgbox .span {
    font-weight: bold;
  }

  .interview_area .inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .interview_area .inner .interviewbox {
    width: 100%;
    margin-bottom: 10vw;
  }

  .interview_area .inner .interviewbox .textbox {
    width: 100%;
    position: relative;
    padding: 5vw 0 5vw 6vw;
  }

  .interview_area .inner .interviewbox .textbox .icon {
    position: absolute;
    top: -9vw;
    right: 1vw;
    width: 19vw;
    height: 19vw;
  }

  .interview_area .inner .interviewbox .textbox .sub {
    font-size: 3.7vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 3vw;
    letter-spacing: 0.1em;
  }

  .interview_area .inner .interviewbox .textbox .title {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 7vw;
    letter-spacing: 0.2em;
  }

  .interview_area .inner .interviewbox .textbox .name {
    font-size: 3.7vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2em;
    position: relative;
  }

  .interview_area .inner .interviewbox .textbox .name::before {
    position: absolute;
    content: "";
    width: 8vw;
    border-top: 1px solid #D7000F;
    top: -3.5vw;
    left: 0;
  }

  .how_area {}

  .how_area .howbox {
    margin: 0 auto 6vw;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
  }

  .how_area .howbox .item {
    position: relative;
    width: 100%;
    margin-bottom: 5vw;
  }

  .how_area .howbox .item:not(:first-child)::after {
    content: "";
    position: absolute;
    top: -4.5vw;
    left: 43vw;
    width: 0;
    height: 0;
    border-left: 4vw solid rgba(255, 255, 255, 0);
    border-right: 4vw solid rgba(255, 255, 255, 0);
    border-top: 4vw solid #000;
  }

  .how_area .howbox .item>div {
    position: relative;
    width: 100%;
  }

  .how_area .howbox .item>div .num {
    position: absolute;
    width: 100%;
    top: 6vw;
    left: 3.6vw;
    font-style: italic;
    font-size: 4.5vw;
  }

  .how_area .howbox .item>div .icon {
    position: absolute;
    bottom: 0;
    left: auto;
    margin: auto;
  }

  .how_area .howbox .item .icon_touroku.icon_touroku {
    width: 6vw;
    top: 3vw;
    right: 5vw;
  }

  .how_area .howbox .item .icon_moushikomi.icon_moushikomi {
    width: 8vw;
    top: 3vw;
    right: 4vw;
  }

  .how_area .howbox .item .icon_chusen.icon_chusen {
    width: 10vw;
    top: 3vw;
    right: 3vw;
  }

  .how_area .howbox .item .icon_sanka.icon_sanka {
    width: 12vw;
    top: 2.3vw;
    right: 2vw;
  }

  .how_area .howbox .item .icon_douga.icon_douga {
    width: 11vw;
    top: 4vw;
    right: 3vw;
  }

  .how_area .howbox .item .icon_spi.icon_spi {
    width: 10vw;
    top: 3vw;
    right: 2vw;
    left: auto;
  }

  .how_area .howbox .item .icon_es.icon_es {
    width: 6vw;
    top: 3vw;
    right: 5vw;
    left: auto;
  }

  .how_area .howbox .item p {
    font-size: 4.7vw;
    font-weight: bold;
    text-align: center;
    padding-top: 0;
    white-space: nowrap;
    position: absolute;
    color: #fff;
    z-index: 9;
    top: 5.5vw;
    left: 15vw;
  }

  .entry_area {}

  .entry_area .inner {
    background: #fff;
    margin: 0 5vw;
    padding: 11vw 0 5vw;
  }

  .entry_area .typeh2 {
    margin-bottom: 3vw;
  }

  .entry_area .h2_sub {
    margin-bottom: 12vw;
  }

  .entry_area .h2_txt {
    padding-bottom: 8vw;
    text-align: center;
  }

  .btn_entry {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 4.5vw;
    font-weight: bold;
    width: 75vw;
    margin: 0 auto;
    padding: 7vw 0;
    border-radius: 2vw;
  }

  .btn_member {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 4.5vw;
    font-weight: bold;
    width: 75vw;
    margin: 0 auto;
    padding: 7vw 0;
    border-radius: 1.6vw;
  }

  .btn_course {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    width: 90%;
    margin: 0 auto 4vw;
    padding: 9vw 0;
    border-radius: 2vw;
    line-height: 1.8;
  }

  .btn_course span {
    font-size: 5vw;
  }

  .entry_area .snsbox {
    display: block;
    width: 73vw;
    margin: 8vw auto 0;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding: 5vw 0 13vw;
  }

  .entry_area .snsbox .btn_twitter {
    text-align: center;
  }

  .entry_area .snsbox .btn_twitter_inner {
    position: relative;
    height: 14vw;
    width: 74vw;
    color: #fff;
    margin-bottom: 5vw;
    font-size: 4vw;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 1vw;
  }

  .entry_area .snsbox .btn_fb {
    text-align: center;
  }

  .entry_area .snsbox .btn_fb_inner {
    position: relative;
    height: 14vw;
    width: 74vw;
    color: #fff;
    margin-bottom: 0px;
    font-size: 4vw;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    background: #3c58a1;
    border-radius: 1vw;
  }

  .othercontent_area.othercontent_area {
    padding: 10vw 0 23vw;
  }

  .othercontent_area .bannerbox {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    padding: 0 5vw;
  }

  .othercontent_area .bannerbox a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 65vw;
    padding-top: 25vw;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 3vw;
  }

  .othercontent_area .bannerbox a:nth-child(1) {
    background: url(/internship/img/common/banner_abouthonda.png) no-repeat;
    background-size: cover;
  }

  .othercontent_area .bannerbox a:nth-child(2) {
    background: url(/internship/img/common/banner_drivingtheedge.png) no-repeat;
    background-size: cover;
  }

  .othercontent_area .bannerbox a:nth-child(3) {
    background: url(/internship/img/common/banner_hondapeople.png) no-repeat;
    background-size: cover;
  }

  .othercontent_area .bannerbox .title {
    font-size: 8vw;
    color: #fff;
    text-align: center;
    padding-bottom: 3vw;
    letter-spacing: 1px;
  }

  .othercontent_area .bannerbox .sub {
    font-size: 3vw;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
  }
}

.attention_box {
  font-size: 24px;
  margin: 0 auto 40px;
  color: #cc0000;
  padding: 20px 0;
  box-sizing: border-box;
  line-height: 2;
  text-align: center;
}

.attention_box .text_small {
  font-size: 20px;
}

.attention_box mark {
  color: #cc0000;
  background-image: linear-gradient(transparent 30%, rgb(255, 250, 153) 30%);
  /*数値は揃える。%が小さいほどマーカーは太くなる*/
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-color: transparent;
  background-position: -100% 1.8em;
  /*右のemでマーカーの縦位置を調節する*/
  padding: 1em 0.2em;
}

@media screen and (max-width:767px) {
  .attention_box {
    width: 90%;
    margin: 0 auto 10vw;
    color: #cc0000;
    padding: 4vw 0;
    box-sizing: border-box;
    line-height: 2;
    text-align: justify;
    font-size: 5vw;
  }

  .attention_box .text_small {
    font-size: 5vw;
  }

  .attention_box mark {
    color: #cc0000;
    background-image: linear-gradient(transparent 30%, rgb(255, 250, 153) 30%);
    /*数値は揃える。%が小さいほどマーカーは太くなる*/
    background-repeat: repeat-x;
    background-size: 200% 0.8em;
    background-color: transparent;
    background-position: -100% 1.8em;
    /*右のemでマーカーの縦位置を調節する*/
    padding: 1em 0.2em;
  }
}

.summer_internship {
  width: 1219px;
  margin: 0 auto 30px;
  text-align: right;
}
.summer_internship a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px 20px;
  background-color: #d3d3d361;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:767px) {
  .summer_internship {
    width: calc(100% - 10vw);
    margin: 0 5vw 10vw;
    text-align: center;
  }
  .summer_internship a {
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
  }
}


.bg_black {
  background: linear-gradient(to bottom, #333, #000);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.16);
}

.bg_red {
  background: linear-gradient(to bottom, #D7000F, #74000A);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.16);
}

.floating-mypage--intern--admin {
  bottom: 23px;
  /* position: fixed; */
  right: 18px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  width: 302px;
  height: 120px;
  padding: 34px 0 34px 6px;
  white-space: nowrap;
  line-height: 1;
  background-image: url(../img/administration/btn_follow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
  transition: 0.3s;
}

.floating-mypage--intern--admin:hover {
  opacity: 1;
  transform: scale(0.96);
}

.floating-mypage--intern--admin div:nth-child(1) {
  color: #fff;
  font-size: 14px;
  /* font-weight: bold; */
  letter-spacing: 0.02em;
  margin-bottom: 11px;
  text-align: center;
}

.floating-mypage--intern--admin div:nth-child(2) {
  font-size: 16px;
  color: #fff;
  padding: 10px 0 8px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 44px;
}

@media screen and (max-width:767px) {
  .floating-mypage--intern--admin {
    /* position: fixed; */
    bottom: 0;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25vw;
    padding: 1vw 0 0 0;
    background-image: url(../img/administration/btn_follow_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .floating-mypage--intern--admin div:nth-child(1) {
    font-size: 4vw;
    color: #fff;
    line-height: 1.5;
    margin: 0 5vw;
  }

  .floating-mypage--intern--admin div:nth-child(2) {
    font-size: 4.5vw;
    color: #fff;
    padding: 3.6vw 9.5vw 3vw;
    letter-spacing: 0.13em;
    margin: 0 5vw 0 0;
  }
}

.floating-mypage--intern--rd {
  bottom: 23px;
  /* position: fixed; */
  right: 18px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  width: 302px;
  height: 120px;
  padding: 34px 0 34px 6px;
  white-space: nowrap;
  line-height: 1;
  background-image: url(../img/rd/btn_follow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
  transition: 0.3s;
}

.floating-mypage--intern--rd:hover {
  opacity: 1;
  transform: scale(0.96);
}

.floating-mypage--intern--rd div:nth-child(1) {
  color: #fff;
  font-size: 14px;
  /* font-weight: bold; */
  letter-spacing: 0.02em;
  margin-bottom: 11px;
  text-align: center;
}

.floating-mypage--intern--rd div:nth-child(2) {
  font-size: 16px;
  color: #fff;
  padding: 10px 0 8px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 44px;
}

@media screen and (max-width:767px) {
  .floating-mypage--intern--rd {
    /* position: fixed; */
    bottom: 0;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25vw;
    padding: 1vw 0 0 0;
    background-image: url(../img/rd/btn_follow_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .floating-mypage--intern--rd div:nth-child(1) {
    font-size: 4vw;
    color: #fff;
    line-height: 1.5;
    margin: 0 5vw;
  }

  .floating-mypage--intern--rd div:nth-child(2) {
    font-size: 4.5vw;
    color: #fff;
    padding: 3.6vw 9.5vw 3vw;
    letter-spacing: 0.13em;
    margin: 0 5vw 0 0;
  }
}

/* .floating-mypage--intern div:nth-child(2) {
  overflow: hidden;
  position: relative;
}
.floating-mypage--intern div:nth-child(2)::before {
  position: absolute;
  background-color: #fff;
  content: "";
  display: block;
  top: -50px;
  left: -30px;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  animation: flash 3s linear infinite;
}

@keyframes flash {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  5% {
    transform: scale(5) rotate(45deg);
    opacity: 0.6;
  }
  10% {
    transform: scale(10) rotate(45deg);
    opacity: 0.4;
  }
  20% {
    transform: scale(30) rotate(45deg);
    opacity: 0.2;
  }
  25% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: scale(1) rotate(45deg);
    opacity: 0;
  }
} */

* {
  box-sizing: border-box;
}

.pc-on {
  display: block !important;
}

.pc-in {
  display: inline !important;
}

.pc-inblock {
  display: inline-block !important;
}

.sp-on {
  display: none !important;
}

.sp-in {
  display: none !important;
}

.sp-inblock {
  display: none !important;
}

a:hover {
  opacity: 0.7;
}

@media screen and (max-width:767px) {
  .pc-on {
    display: none !important;
  }

  .pc-in {
    display: none !important;
  }

  .pc-inblock {
    display: none !important;
  }

  .sp-on {
    display: block !important;
  }

  .sp-in {
    display: inline !important;
  }

  .sp-inblock {
    display: inline-block !important;
  }
}