  @charset "UTF-8";
#mv2::before {
  display: none;
}

#mv2 .section_inner.nopadding {
  padding: 0 100px 0 340px;
}

@media only screen and (max-width: 799px) {
  #mv2 .section_inner.nopadding {
    padding: 0 15px 20px;
  }
  #mv2 .section_inner.nopadding .interviewbox {
    padding: 0px 20px 30px;
  }
}
.lg {
  display: block !important;
}

.md {
  display: none !important;
}

#mv2 .section_inner-wide {
  margin: 0 auto;
}

/* Image-Overlay */
#mv2 .image_overlay {
  position: relative;
}

#mv2 .image_overlay::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

/* 左メニュー */
#mv2 .sidebar {
  top: 25px !important;
}

/* kv */
#mv2 .kv2 {
  position: relative;
  z-index: 50;
  margin-top: 25px;
  margin-left: 270px;
  width: calc(100% - 270px);
  height: 432px;
  background: rgba(31, 158, 136, 0.05);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mv2 .kv2 .kv2_bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mv2 .kv2_inner {
  position: relative;
  z-index: 5;
  left: 50px;
  top: 40px;
  width: calc(100% - 50px);
  height: calc(100% - 40px);
}

#mv2 .page_title2 {
  margin-bottom: 74px;
}

#mv2 .page_title2 .title_en, #mv2 .page_title2 .title_ja {
  display: block;
}

#mv2 .page_title2 .title_en {
  margin-bottom: 10px;
  font-family: "Anton", sans-serif;
  font-size: 56px;
  line-height: 1;
}

#mv2 .page_title2 .title_ja {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 1.2;
}

#mv2 .page_lead {
  font-weight: 700;
  font-size: 20px;
}

#mv2 .page_lead em {
  display: inline-block;
  padding: 0 24px;
  background: #1f9f88;
  vertical-align: top;
  letter-spacing: 0.15em;
  line-height: 2.5;
}

#mv2 .page_lead.position_type2 {
  position: absolute;
  left: 0;
  bottom: 150px;
}

#mv2 .page_lead.position_type2 em {
  margin-right: 90px;
}

#mv2 .pp {
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 100%;
}

#mv2 .pp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 15px solid #00a3e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mv2 .pp_item {
  max-width: 33.333%;
}

#mv2 .pp_item a, #mv2 .pp_item .current {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 36px;
  max-width: 100%;
  height: 90px;
  background: #29475f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.15em;
  vertical-align: top;
}

#mv2 .pp_item a::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  display: block;
  margin-top: -12px;
  width: 3px;
  height: 25px;
  background: #fff;
}

#mv2 .section {
  background: none;
}

/* numberbox */
#mv2 .numberbox {
  padding: 30px 50px 30px;
  background: rgba(31, 158, 136, 0.05);
}

#mv2 .numberbox .title {
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: 0.1em;
}

#mv2 .numberbox .title .title_en, #mv2 .numberbox .title .title_jp {
  display: block;
  color: #333;
}

#mv2 .numberbox .title .title_en {
  margin-bottom: 16px;
  font-family: "Anton", sans-serif;
  font-size: 50px;
}

#mv2 .numberbox .title .title_ja {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
}

#mv2 .numberbox_spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 36px;
  max-width: 1630px;
  height: 260px;
  background: url(/wp-content/themes/aoyamagakuin/images/2020module/department/department_img_number1.jpg) no-repeat center center;
  background-size: cover;
}

#mv2 .numbderbox_spot_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  height: 260px;
  text-align: center;
}

#mv2 .numbderbox_spot_text:nth-child(odd)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

#mv2 .numbderbox_spot_text strong {
  font-family: "Lato", sans-serif;
  font-size: 234px;
  font-weight: 400;
  color: #fff;
}

#mv2 .numbderbox_spot_text span {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 900;
  color: #fff;
}

#mv2 .numberbox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto -20px;
  max-width: 1230px;
}

#mv2 .numberbox_item {
  margin-bottom: 20px;
}

#mv2 .numberbox_title {
  margin-bottom: 18px;
  padding: 0 6px;
  width: 150px;
  background: #278675;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}

#mv2 .numberbox_text {
  color: #1f9e88;
  border-bottom: 3px solid #9e9e9e;
}

#mv2 .numberbox_vol {
  font-family: "Lato", sans-serif;
  font-size: 80px;
}

#mv2 .numberbox_unit {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-size: 35px;
}

#mv2.infographic .inner-title {
  padding: 10px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 25px;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 900;
  color: #fff;
}

#mv2.infographic .numberbox .title .title_en.font_eng {
  font-family: "Anton", sans-serif;
}

#mv2.infographic .numberbox .title .title_en.font_jpn {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-size: 40px;
  font-weight: 900;
}

#mv2.infographic .numberbox_spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 36px;
  max-width: 1630px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: url(/wp-content/themes/aoyamagakuin/images/2020module/department/department_img_number1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#mv2.infographic .numbderbox_spot_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  height: 260px;
  text-align: center;
}

#mv2.infographic .numbderbox_spot_text:nth-child(odd)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

#mv2.infographic .numbderbox_spot_text strong {
  font-family: "Lato", sans-serif;
  font-size: 234px;
  font-weight: 400;
  color: #fff;
}

#mv2.infographic .numbderbox_spot_text span {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 900;
  color: #fff;
}

#mv2.infographic .numberbox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 1630px;
}

#mv2.infographic .numberbox_list:last-child {
  margin: 0 auto;
}

#mv2.infographic .numberbox_item {
  margin-bottom: 20px;
  width: calc((100% - 20px) / 3);
}

#mv2.infographic .numberbox_title {
  margin-bottom: 18px;
  padding: 0 6px;
  width: 100%;
  background: #278675;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}

#mv2.infographic .numberbox_text {
  color: #1f9e88;
  border-bottom: 3px solid #9e9e9e;
}

#mv2.infographic .numberbox_vol {
  font-family: "Lato", sans-serif;
  font-size: 80px;
}

#mv2.infographic .numberbox_unit {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-size: 35px;
}

@media print, screen and (max-width: 1000px) and (min-width: 800px) {
  /* numberbox : 799px */
  #mv2.infographic .numberbox {
    padding: 30px 20px;
  }
  #mv2.infographic .numberbox .title {
    margin-bottom: 30px;
  }
  #mv2.infographic .numberbox .title .title_en {
    margin-bottom: 8px;
    font-size: 25px;
  }
  #mv2.infographic .numberbox .title .title_en.font_jpn {
    font-size: 20px;
  }
  #mv2.infographic .numberbox .title .title_ja {
    font-size: 12px;
  }
  #mv2.infographic .numberbox_spot {
    margin: 0 auto 18px;
    max-width: 100%;
  }
  #mv2.infographic .numbderbox_spot_text {
    height: 106px;
  }
  #mv2.infographic .numbderbox_spot_text strong {
    font-size: 94px;
  }
  #mv2.infographic .numbderbox_spot_text span {
    top: 5px;
    font-size: 10px;
  }
  #mv2.infographic .numberbox_list {
    max-width: 100%;
  }
  #mv2.infographic .numberbox_item {
    margin-bottom: 10px;
    width: calc((100% - 20px) / 3);
  }
  #mv2.infographic .numberbox_title {
    margin-bottom: 8px;
    padding: 0 4px;
    width: 98%;
    font-size: 10px;
    line-height: 16px;
  }
  #mv2.infographic .numberbox_vol {
    font-size: 32px;
  }
  #mv2.infographic .numberbox_unit {
    font-size: 14px;
  }
}
@media only screen and (max-width: 799px) {
  #mv2.infographic .inner-title {
    font-size: 14px;
  }
  #mv2.infographic .numberbox {
    padding: 30px 20px;
  }
  #mv2.infographic .numberbox .title {
    margin-bottom: 30px;
  }
  #mv2.infographic .numberbox .title .title_en {
    margin-bottom: 8px;
    font-size: 25px;
  }
  #mv2.infographic .numberbox .title .title_en.font_jpn {
    font-size: 20px;
  }
  #mv2.infographic .numberbox .title .title_ja {
    font-size: 12px;
  }
  #mv2.infographic .numberbox_spot {
    margin: 0 auto 18px;
    max-width: 100%;
  }
  #mv2.infographic .numbderbox_spot_text {
    height: 106px;
  }
  #mv2.infographic .numbderbox_spot_text strong {
    font-size: 94px;
  }
  #mv2.infographic .numbderbox_spot_text span {
    top: 5px;
    font-size: 10px;
  }
  #mv2.infographic .numberbox_list {
    max-width: 100%;
  }
  #mv2.infographic .numberbox_item {
    margin-bottom: 10px;
    width: calc((100% - 20px) / 3);
  }
  #mv2.infographic .numberbox_title {
    margin-bottom: 8px;
    padding: 0 4px;
    width: 98%;
    font-size: 10px;
    line-height: 16px;
  }
  #mv2.infographic .numberbox_vol {
    font-size: 32px;
  }
  #mv2.infographic .numberbox_unit {
    font-size: 14px;
  }
}
/* parabox1 */
#mv2 .parabox1 {
  padding: 120px 0 100px;
}

#mv2 .parabox1_1, #mv2 .parabox1_2 {
  position: relative;
  margin-bottom: 94px;
  padding-top: 128px;
  min-height: 350px;
}

#mv2 .parabox1_1:last-of-type, #mv2 .parabox1_2:last-of-type {
  margin-bottom: 0;
}

#mv2 .parabox1_1 {
  margin-left: 70px;
  padding-left: 224px;
}

#mv2 .parabox1_image {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 270px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

#mv2 .parabox1_1 .parabox1_image {
  left: 0;
}

#mv2 .parabox1_2 .parabox1_image {
  right: 0;
}

#mv2 .parabox1_inner_wrap {
  background: #f4fafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mv2 .parabox1_1 .parabox1_inner_wrap {
  padding: 82px 70px 42px 110px;
}

#mv2 .parabox1_2 .parabox1_inner_wrap {
  padding: 82px 110px 42px 70px;
}

#mv2 .parapbox1_title {
  margin: -106px 0 20px -20px;
  padding: 10px 0 10px 12px;
  border-left: 8px solid #e0c646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1f9e88;
  letter-spacing: 0.15em;
  line-height: 1.65;
}

#mv2 .parabox1_text {
  font-family: "Noto Sans JP", "NotoSansJP-Regular", sans-serif;
  font-size: 14px;
  line-height: 2;
}

#mv2 .parabox1_2 {
  margin-right: 70px;
  padding-right: 224px;
}

/* parabox2 */
#mv2 .parabox2_1, #mv2 .parabox2_2 {
  position: relative;
  padding: 40px 70px;
  /* min-height: 350px; */
}

#mv2 .parabox2_1::after, #mv2 .parabox2_2::after {
  content: "";
  display: block;
  clear: both;
}

#mv2 .parabox2 .color00 {
  /* background: #ffffff; */
}

#mv2 .parabox2 .color01 {
  background: #ffffff;
}

#mv2 .parabox2 .color02 {
  background: #f0f0f0;
  width: 90%;
  margin: 0 auto;
}

#mv2 .parabox2_image--pc {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mv2 .parabox2_image--sp {
  display: none;
}

#mv2 .parabox2_image.md {
  display: none;
}

#mv2 .parabox2_image img {
  width: 100%;
}

#mv2 .parabox2_1 .parabox2_image {
  float: left;
  position: relative;
}

#mv2 .parabox2_2 .parabox2_image {
  float: right;
  position: relative;
}

#mv2 .parabox2_image .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  color: #fff;
  font-size: 12px;
  width: 100%;
}

#mv2 .parapbox2_title {
  border-left: 8px solid #e0c646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1f9e88;
  letter-spacing: 0.15em;
  line-height: 1.65;
  padding: 10px 0 10px 12px;
  margin-bottom: 20px;
}

#mv2 .parapbox2_title a {
  color: #1f9e88;
}

#mv2 .parabox2_wrap h5 {
  font-family: "Noto Sans JP", "NotoSansJP-Regular", sans-serif;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #3a5d68;
}

#mv2 .parabox2_wrap h6 {
  font-family: "Noto Sans JP", "NotoSansJP-Regular", sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

#mv2 .parabox2_text {
  font-family: "Noto Sans JP", "NotoSansJP-Regular", sans-serif;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  word-break: break-word;
}

#mv2 .parabox2_text a {
  color: #1f9e88;
  font-weight: 700;
}

#mv2 .parabox2_text span {
  margin-right: 5px;
}

#mv2 .parabox2_text .icon-list {
  padding-left: 15px;
  text-indent: -15px;
}

#mv2 .parabox2_1 .parabox2_wrap {
  float: right;
  padding: 0;
  width: calc(100% - 330px);
}

#mv2 .parabox2_1 .parabox2_wrap.parabox2_wrap_noimage {
  padding: 0;
  width: 100% !important;
}

#mv2 .parabox2_2 .parabox2_wrap {
  float: left;
  padding: 0;
  width: calc(100% - 330px);
}

#mv2 .parabox2_2 .parabox2_wrap.parabox2_wrap_noimage {
  padding: 0;
  width: 100% !important;
}

/* tablebox */
#mv2 .tablebox {
  padding: 30px 70px;
}

#mv2 .tablebox::after {
  content: "";
  display: block;
  clear: both;
}

#mv2 .tablebox_image {
  float: left;
  width: 270px;
  height: 387px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

#mv2 .tablebox_text {
  float: right;
  width: calc(100% - 310px);
}

#mv2 .tablebox_text table {
  width: 100%;
}

#mv2 .tablebox_text table th, #mv2 .tablebox_text table td {
  padding: 10px;
  height: 129px;
  text-align: left;
  color: #444;
  font-family: "Noto Sans JP", "NotoSansJP-Regular", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  border: 2px solid #fff;
  vertical-align: middle;
}

#mv2 .tablebox_text table th span,
#mv2 .tablebox_text table td span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

#mv2 .tablebox_text table thead th {
  background: #1f9e88;
  font-size: 20px;
  color: #fff;
}

#mv2 .tablebox_text table tbody th {
  background: #f4fafa;
}

#mv2 .tablebox_text table tbody td {
  background: #fcfcfc;
}

/* tablebox2 */
#mv2 .tablebox2 {
  padding: 30px 70px;
}

#mv2 .tablebox2::after {
  content: "";
  display: block;
  clear: both;
}

#mv2 .tablebox_text2 {
  float: right;
  width: 100%;
}

#mv2 .tablebox_text2 table {
  width: 100%;
}

#mv2 .tablebox_text2 table th, #mv2 .tablebox2_text table td {
  padding: 10px;
  height: 60px;
  text-align: left;
  color: #444;
  font-family: "Noto Sans JP", "NotoSansJP-Regular", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  border: 2px solid #fff;
  vertical-align: middle;
}

#mv2 .tablebox_text2 table th span,
#mv2 .tablebox_text2 table td span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

#mv2 .tablebox_text2 table thead th {
  background: #1f9e88;
  font-size: 20px;
  color: #fff;
}

#mv2 .tablebox_text2 table tbody th {
  background: #f4fafa;
}

#mv2 .tablebox_text2 table tbody td {
  background: #fcfcfc;
}

/* tablebox_full */
#mv2 .tablebox_full {
  padding: 30px 70px;
}

#mv2 .tablebox_full::after {
  content: "";
  display: block;
  clear: both;
}

#mv2 .tablebox_full_image {
  margin-bottom: 10px;
}

#mv2 .tablebox_full_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

#mv2 .tablebox_full_text {
  width: 100%;
}

#mv2 .tablebox_full_text table {
  width: 100%;
}

#mv2 .tablebox_full_text table th, #mv2 .tablebox_full_text table td {
  padding: 10px;
  height: 60px;
  text-align: left;
  color: #444;
  font-family: "Noto Sans JP", "NotoSansJP-Regular", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border: 2px solid #fff;
  vertical-align: middle;
}

#mv2 .tablebox_full_text table td {
  position: relative;
}

#mv2 .tablebox_full_text table td a {
  color: #444;
}

#mv2 .tablebox_full_text table td a span img {
  height: 20px;
}

#mv2 .tablebox_full_text table thead th {
  background: #1f9e88;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

#mv2 .tablebox_full_text table tbody tr:nth-of-type(even) {
  background: #f4fafa;
}

#mv2 .tablebox_full_text table tbody tr {
  background: #ffffff;
}

#mv2 .tablebox_full_text table thead tr th:last-child, #mv2 .tablebox_full_text table tbody tr td:last-child {
  text-align: left;
}

#mv2 .tablebox_full_text table thead tr th a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  text-decoration: underline;
}

#mv2 .tablebox_full_text table tbody tr td {
  position: relative;
}

#mv2 .tablebox_full_text table tbody tr td a {
  display: block;
  padding-right: 20px;
}
#mv2 .tablebox_full_text table tbody tr td a span.arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  height: 20px;
}
#mv2 .tablebox_full_text table tbody tr td a span.arrow img {
  height: 20px;
}

#mv2 .tablebox_full_text table thead tr th a, #mv2 .tablebox_full_text table tbody tr td a:hover {
  opacity: 0.5;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  text-decoration: none;
}

/* border-style */
.borderbox {
  padding: 0 70px;
}

#mv2 .border-type1_1 {
  margin-bottom: 50px;
  border-top: 6px solid #1f9e88;
}

#mv2 .border-type1_2 {
  margin-bottom: 50px;
  border-top: 3px solid #1f9e88;
}

#mv2 .border-type1_3 {
  margin-bottom: 50px;
  border-top: 1px solid #1f9e88;
}

#mv2 .border-type2_1 {
  margin-bottom: 50px;
  border-top: 6px solid #f2f2f2;
}

#mv2 .border-type2_2 {
  margin-bottom: 50px;
  border-top: 3px solid #f2f2f2;
}

#mv2 .border-type2_3 {
  margin-bottom: 50px;
  border-top: 1px solid #f2f2f2;
}

/* titlebox */
#mv2 .titlebox2 {
  padding: 40px 70px;
}

#mv2 .title-type2 {
  color: #009a8d;
  letter-spacing: 0.05em;
  background: rgba(46, 182, 171, 0.07);
  padding: 35px 0;
  border: solid rgba(46, 182, 171, 0.2);
  border-width: 1px 0;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.1em;
}

/* articlebox2 */
#mv2 .articlebox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 70px;
}

#mv2 .articlebox2_item {
  margin-right: 30px;
  width: calc((100% - 60px) / 3 - 0.01px);
  margin-bottom: 30px;
}

#mv2 .articlebox2_item:nth-of-type(3n) {
  margin-right: 0;
}

#mv2 .articlebox2_item:last-of-type {
  margin-right: 0;
}

#mv2 .articlebox2_image {
  margin-bottom: 18px;
  padding: 20px 34px;
  background: #fcfcfc;
  text-align: center;
}

#mv2 .articlebox2_image img {
  width: 100%;
  border: 1px solid #ccc;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mv2 .articlebox2_list dt {
  margin-bottom: 16px;
  padding: 0 10px;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #444;
}

#mv2 .articlebox2_ins_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}

#mv2 .articlebox2_ins_list li:last-child {
  border-bottom: none;
}

#mv2 .articlebox2_ins_title, #mv2 .articlebox2_ins_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  min-height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
  font-size: 14px;
}

#mv2 .articlebox2_ins_title {
  width: 35%;
  background: #f4fafa;
  border-right: 1px solid #fff;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
}

#mv2 .articlebox2_ins_cnt {
  width: 65%;
  background: #fcfcfc;
  font-family: "Noto Sans JP", "NotoSansJP-Regular", sans-serif;
  font-weight: 500;
}

/* linkbox */
#mv2 .linkbox {
  padding: 0 70px;
}

#mv2 .linkbox .linkbox_title {
  background: #1f9e88 url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
  font-size: 16px;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  color: #fff;
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 30px;
  padding: 20px 10px;
  height: 60px;
}

#mv2 .linkbox::after {
  content: "";
  display: block;
  clear: both;
}

/* グレー */
#mv2 .linkbox .sub0.linkbox_title {
  background: #9e9e9e url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* ブラック */
#mv2 .linkbox .sub_black.linkbox_title {
  background: #333 url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* ホワイト */
#mv2 .linkbox .sub_white.linkbox_title {
  background: #fff url(../images/2020module/ico/arr2.png) no-repeat right 20px center;
  background-size: 16px;
  color: #000;
}

/* 背景色なし */
#mv2 .linkbox .sub_none.linkbox_title {
  background: none url(../images/2020module/ico/arr2.png) no-repeat right 20px center;
  background-size: 16px;
  color: #000;
}

/* 文学部 */
#mv2 .linkbox .sub1.linkbox_title {
  background: #EF858C url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* 教育人間科学部 */
#mv2 .linkbox .sub2.linkbox_title {
  background: #6F94CD url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* 経済学部 */
#mv2 .linkbox .sub3.linkbox_title {
  background: #8CC66D url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* 法学部 */
#mv2 .linkbox .sub4.linkbox_title {
  background: #7DACC3 url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* 経営学部 */
#mv2 .linkbox .sub5.linkbox_title {
  background: #F6AD3C url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* 国際政治経済学部 */
#mv2 .linkbox .sub6.linkbox_title {
  background: #62B0E3 url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* 総合文化政策学部 */
#mv2 .linkbox .sub7.linkbox_title {
  background: #8B9BCE url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* 理工学部 */
#mv2 .linkbox .sub8.linkbox_title {
  background: #CC985A url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* 社会情報学部 */
#mv2 .linkbox .sub9.linkbox_title {
  background: #F29A76 url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* 地球社会共存学部 */
#mv2 .linkbox .sub10.linkbox_title {
  background: #00ADA9 url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

/* コミュニティ人間科学部 */
#mv2 .linkbox .sub11.linkbox_title {
  background: #C66F87 url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
  background-size: 16px;
}

#mv2 .linkbox .linkbox_title:nth-of-type(even) {
  margin-left: 0;
}

#mv2 .linkbox .linkbox_title span {
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 150%;
}

/* subjectsから移設 */
/* listbox */
#mv2 .listbox {
  padding: 66px 54px 66px;
  background: #1f9e88;
}

/* ナンバリングONOFF対応 */
#mv2 .numbering .listbox_title::before {
  counter-increment: project-item;
  content: counter(project-item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  display: block;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 50px;
}

#mv2 .numbering .listbox_item.item_type_image .listbox_title {
  margin: -24px 0 24px;
  padding-left: 78px;
}

#mv2 .numbering .listbox_item.item_type_text .listbox_title {
  margin: -29px 0 24px 8px;
  padding: 0 14px 0 90px;
  background: #1f9e88;
}

@media print, screen and (max-width: 799px) {
  #mv2 .numbering .listbox_item.item_type_image .listbox_title {
    margin-bottom: 20px;
    padding-left: 52px;
  }
  #mv2 .numbering .listbox_item.item_type_text .listbox_title {
    margin: -29px 0 20px 8px;
    padding: 0 10px 0 56px;
  }
}
/* #mv2 .listbox.bg-type2, #mv2 .listbox.bg-type2 .listbox_item.item_type_text .listbox_title {
    background: #1f9e88;
} */
/* グレー */
#mv2 .sub0.listbox, #mv2 .sub0.listbox .listbox_item.item_type_text .listbox_title {
  background: #9e9e9e;
}

/* ブラック */
#mv2 .sub_black.listbox, #mv2 .sub_black.listbox .listbox_item.item_type_text .listbox_title {
  background: #333;
}

/* ホワイト */
#mv2 .sub_white.listbox, #mv2 .sub_white.listbox .listbox_item.item_type_text .listbox_title {
  background: #fff;
}

#mv2 .sub_white.listbox .listbox_item.item_type_text {
  border: 10px solid #333;
}

#mv2 .sub_white.listbox .listbox_title,
#mv2 .sub_white.listbox .listbox_text {
  color: #fff;
}

#mv2 .sub_white .listbox_item.item_type_image {
  background-color: #333;
}

#mv2 .sub_white.listbox .title,
#mv2 .sub_white.listbox .listbox_item.item_type_text .listbox_title,
#mv2 .sub_white.listbox .listbox_item.item_type_text .listbox_text {
  color: #333;
}

/* 背景色なし */
#mv2 .sub_none.listbox, #mv2 .sub_none.listbox .listbox_item.item_type_text .listbox_title {
  background: none;
}

#mv2 .sub_none.listbox .listbox_item.item_type_text {
  border: 10px solid rgba(0, 0, 0, 0);
  background: #fff;
}

#mv2 .sub_none.listbox .listbox_title,
#mv2 .sub_none.listbox .listbox_text {
  color: #fff;
}

#mv2 .sub_none .listbox_item.item_type_image {
  background-color: #333;
}

#mv2 .sub_none.listbox .title,
#mv2 .sub_none.listbox .listbox_item.item_type_text .listbox_title,
#mv2 .sub_none.listbox .listbox_item.item_type_text .listbox_text {
  color: #333;
}

/* 文学部 */
#mv2 .sub1.listbox, #mv2 .sub1.listbox .listbox_item.item_type_text .listbox_title {
  background: #EF858C;
}

/* 教育人間科学部 */
#mv2 .sub2.listbox, #mv2 .sub2.listbox .listbox_item.item_type_text .listbox_title {
  background: #6F94CD;
}

/* 経済学部 */
#mv2 .sub3.listbox, #mv2 .sub3.listbox .listbox_item.item_type_text .listbox_title {
  background: #8CC66D;
}

/* 法学部 */
#mv2 .sub4.listbox, #mv2 .sub4.listbox .listbox_item.item_type_text .listbox_title {
  background: #7DACC3;
}

/* 経営学部 */
#mv2 .sub5.listbox, #mv2 .sub5.listbox .listbox_item.item_type_text .listbox_title {
  background: #F6AD3C;
}

/* 国際政治経済学部 */
#mv2 .sub6.listbox, #mv2 .sub6.listbox .listbox_item.item_type_text .listbox_title {
  background: #62B0E3;
}

/* 総合文化政策学部 */
#mv2 .sub7.listbox, #mv2 .sub7.listbox .listbox_item.item_type_text .listbox_title {
  background: #8B9BCE;
}

/* 理工学部 */
#mv2 .sub8.listbox, #mv2 .sub8.listbox .listbox_item.item_type_text .listbox_title {
  background: #CC985A;
}

/* 社会情報学部 */
#mv2 .sub9.listbox, #mv2 .sub9.listbox .listbox_item.item_type_text .listbox_title {
  background: #F29A76;
}

/* 地球社会共存学部 */
#mv2 .sub10.listbox, #mv2 .sub10.listbox .listbox_item.item_type_text .listbox_title {
  background: #00ADA9;
}

/* コミュニティ人間科学部 */
#mv2 .sub11.listbox, #mv2 .sub11.listbox .listbox_item.item_type_text .listbox_title {
  background: #C66F87;
}

#mv2 .listbox .title {
  margin-bottom: 60px;
  color: #fff;
  line-height: 1;
}

#mv2 .listbox .title .title_en, #mv2 .listbox .title .title_ja {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

#mv2 .listbox .title .title_en {
  margin-bottom: 16px;
  font-family: "Anton", sans-serif;
  font-size: 50px;
}

#mv2 .listbox .title .title_en.font_eng {
  font-family: "Anton", sans-serif;
}

#mv2 .listbox .title .title_en.font_jpn {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-size: 40px;
  font-weight: 900;
}

#mv2 .listbox .title .title_ja {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
}

#mv2 .listbox .title .title_ja.font_eng {
  font-family: "Anton", sans-serif;
}

#mv2 .listbox .title .title_ja.font_jpn {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
}

#mv2 .listbox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px -46px;
  counter-reset: project-item;
}

#mv2 .listbox_item {
  position: relative;
  width: calc(50% - 40px);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mv2 .listbox_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

#mv2 .listbox_title {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 900;
  font-size: 22px;
  vertical-align: top;
  letter-spacing: 0.1em;
  color: #ffffff;
}

#mv2 .listbox_text {
  font-family: "Noto Sans JP", "NotoSansJP-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #ffffff;
}

/* list-item type image */
#mv2 .listbox_item.item_type_image {
  margin: 0 20px 20px;
  padding: 200px 30px 46px;
}

#mv2 .listbox_item.item_type_image .listbox_title {
  margin: -24px 0 24px;
  padding-left: 0;
}

/* list-item type text */
#mv2 .listbox_item.item_type_text {
  margin: 29px 20px 46px;
  padding-bottom: 30px;
  border: 10px solid #fff;
}

#mv2 .listbox_item.item_type_text .listbox_title {
  margin: -29px 0 24px 8px;
  padding: 0 14px;
  background: #1f9e88;
}

#mv2 .listbox_item.item_type_text .listbox_title::before {
  left: 12px;
}

#mv2 .listbox_item.item_type_text .listbox_text {
  padding: 0 20px;
}

/* menubox */
#mv2 .menubox {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  /* margin-top: -60px; */
}

#mv2 .menubox .menubox_container {
  padding: 60px 54px;
  background: #dfc647;
}

#mv2 .menubox::before {
  display: block;
  content: " ";
  background: #dfc647;
}

#mv2 .menubox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
  padding: 40px 0 20px;
}

#mv2 .menubox_item {
  margin: 0 10px 20px;
  width: calc(33.333% - 20px);
}

#mv2 .menubox_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 5px 45px 5px 30px;
  background: #fff url(../images/2020module/ico/arr2.png) no-repeat right 28px center;
  background-size: 8px auto;
  text-align: left;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  letter-spacing: 0.1em;
}

/* videobox */
#mv2 .videobox {
  padding: 84px 54px 90px;
  /* background: #333; */
  background: #1f9e88;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mv2 .videobox .video_area.singlevideo {
  height: auto;
}

#mv2 .videobox .video_area.singlevideo .videoview {
  margin: 0 auto;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

#mv2 .videobox .video_area.singlevideo .videoview iframe {
  position: absolute;
  top: 0;
}

/* グレー */
#mv2 .sub0.videobox {
  background: #9e9e9e;
}

/* ブラック */
#mv2 .sub_black.videobox {
  background: #333;
}

/* ホワイト */
#mv2 .sub_white.videobox {
  background: #fff;
}

#mv2 .sub_white.videobox .title {
  color: #000;
}

/* 背景色なし */
#mv2 .sub_none.videobox {
  background: none;
}

#mv2 .sub_none.videobox .title {
  color: #000;
}

/* 文学部 */
#mv2 .sub1.videobox {
  background: #EF858C;
}

/* 教育人間科学部 */
#mv2 .sub2.videobox {
  background: #6F94CD;
}

/* 経済学部 */
#mv2 .sub3.videobox {
  background: #8CC66D;
}

/* 法学部 */
#mv2 .sub4.videobox {
  background: #7DACC3;
}

/* 経営学部 */
#mv2 .sub5.videobox {
  background: #F6AD3C;
}

/* 国際政治経済学部 */
#mv2 .sub6.videobox {
  background: #62B0E3;
}

/* 総合文化政策学部 */
#mv2 .sub7.videobox {
  background: #8B9BCE;
}

/* 理工学部 */
#mv2 .sub8.videobox {
  background: #CC985A;
}

/* 社会情報学部 */
#mv2 .sub9.videobox {
  background: #F29A76;
}

/* 地球社会共存学部 */
#mv2 .sub10.videobox {
  background: #00ADA9;
}

/* コミュニティ人間科学部 */
#mv2 .sub11.videobox {
  background: #C66F87;
}

#mv2 .videobox .title {
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}

#mv2 .videobox .title .title_en, #mv2 .videobox .title .title_ja {
  display: block;
}

#mv2 .videobox .title .title_en {
  margin-bottom: 16px;
  font-family: "Anton", sans-serif;
  font-size: 50px;
}

#mv2 .videobox .title .title_en.font_eng {
  font-family: "Anton", sans-serif;
}

#mv2 .videobox .title .title_en.font_jpn {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-size: 40px;
  font-weight: 900;
}

#mv2 .videobox .title .title_ja {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
}

#mv2 .videobox .title .title_ja.font_eng {
  font-family: "Anton", sans-serif;
}

#mv2 .videobox .title .title_ja.font_jpn {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
}

#mv2 .videobox .video_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  height: 400px;
}

#mv2 .videobox .video_area .videoview {
  width: 750px;
}

#mv2 .videobox .video_area .videoview iframe {
  width: 100%;
  height: 100%;
  background: #ddd;
  border: none;
  vertical-align: top;
}

#mv2 .videobox_list {
  width: 250px;
  height: 100%;
}

#mv2 .videobox_item {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}

#mv2 .videobox_item.first {
  display: none;
}

#mv2 .videobox_item:last-child {
  border-bottom: none;
}

#mv2 .videobox_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px 0 36px;
  height: 133.3333333333px;
  background: #fff url(../images/2020module/ico/arr2.png) no-repeat right 20px center;
  background-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  letter-spacing: 0.1em;
}

#mv2 .videobox_btn.videobox_btn_none {
  background: #fff;
  cursor: default;
}

#mv2 .videobox_item .text_en {
  display: block;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  max-width: 88%;
  letter-spacing: 0.075em;
}

#mv2 .videobox_item .text_ja {
  display: block;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-size: 16px;
  max-width: 88%;
  letter-spacing: 0.075em;
}

#mv2 .videobox_btn_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 133.3333333333px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0189c3;
}

#mv2 .videobox_btn_lst span {
  display: block;
  padding: 0 30px 0 15px;
  background: url(/wp-content/themes/aoyamagakuin/images/2020module/ico/ico_window.png) no-repeat right center;
  background-size: 23px auto;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 22px;
}

#mv2 .interviewbox .title {
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: 0.1em;
}

#mv2 .interviewbox .title .title_en, #mv2 .interviewbox .title .title_jp {
  display: block;
  color: #333;
}

#mv2 .interviewbox .title .title_en {
  margin-bottom: 16px;
  font-family: "Anton", sans-serif;
  font-size: 50px;
}

#mv2 .interviewbox .title .title_en.font_eng {
  font-family: "Anton", sans-serif;
}

#mv2 .interviewbox .title .title_en.font_jpn {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-size: 40px;
  font-weight: 900;
}

#mv2 .interviewbox .title .title_ja {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
}

#mv2 .interviewbox .title .title_ja.font_eng {
  font-family: "Anton", sans-serif;
}

#mv2 .interviewbox .title .title_ja.font_jpn {
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
}

/* interviewbox  */
#mv2 .interviewbox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

#mv2 .interviewbox_item {
  margin: 0 10px 20px;
  width: calc(33.333% - 20px);
}

#mv2 .interviewbox_item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}

#mv2 .interviewbox_image {
  position: relative;
}

#mv2 .interviewbox_image img {
  width: 100%;
  height: 16.4vw;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

#mv2 .interviewbox_title.sp-none {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
}

#mv2 .interviewbox_name {
  font-family: "Anton", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: bolder;
}

#mv2 .interviewbox_department {
  color: #fff;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.45;
}

#mv2 .sp-none .interviewbox_name {
  position: absolute;
  bottom: 25px;
  font-family: "Anton", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: bolder;
  z-index: 2;
  padding: 15px 20px;
}

#mv2 .sp-none .interviewbox_department {
  position: absolute;
  bottom: 0;
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.45;
  background: #278675;
  padding: 15px 20px;
}

/* #mv2 .interviewbox_title {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
}

#mv2 .interviewbox_name {
    position: absolute;
    left: 20px;
    top: -10px;
    font-family: 'Anton', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: bolder;
}

#mv2 .interviewbox_department {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-family: 'Noto Sans JP', 'NotoSansJP-bold', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.45;
    background: #278675;
    vertical-align: bottom;
} */
#mv2 .interviewbox_text {
  padding: 20px 22px 24px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP", "NotoSansJP-Regular", sans-serif;
  line-height: 1.6;
}

#mv2 .interviewbox-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  text-align: center;
  background: #0189c3 url(../images/2020module/ico/arr1.png) no-repeat right 34px center;
  background-size: 12px auto;
  text-align: center;
  font-family: "Noto Sans JP", "NotoSansJP-bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

#mv2 .interviewbox-btn.link_disable {
  background: #0189c3;
}

@media print, screen and (max-width: 1200px) and (min-width: 800px) {
  /* kv2 : 1200px ~ 800px */
  #mv2 .page_title2 .title_en {
    font-size: 4.667vw;
  }
  #mv2 .page_title2 .title_ja {
    font-size: 3.75vw;
  }
  #mv2 .page_lead {
    font-size: 1.667vw;
  }
  /* tablebox_full  1200px ~ 800px */
  #mv2 .tablebox_full {
    padding: 30px 70px;
  }
  #mv2 .tablebox_full_image img {
    width: 100%;
    height: auto;
  }
  #mv2 .tablebox_full_text {
    width: auto;
  }
  #mv2 .tablebox_full_text table th, #mv2 .tablebox_full_text table td {
    padding: 5px 15px;
    height: 60px;
    font-size: 14px;
    border-width: 1px;
  }
  #mv2 .tablebox_full_text table thead th {
    font-size: 14px;
  }
  #mv2 .tablebox_full_text table thead tr th a, #mv2 .tablebox_full_text table tbody tr td a {
    width: 90%;
  }
  #mv2 .tablebox_full_text table td a span {
    top: 48.5%;
  }
  #mv2 .tablebox_full_text table td a span img {
    height: 15px;
  }
  /* articlebox2 : 1200px ~ 800px */
  #mv2 .articlebox2 {
    display: block;
    padding: 70px;
  }
  #mv2 .articlebox2:last-of-type {
    margin-bottom: 0;
  }
  #mv2 .articlebox2_item {
    margin: 0 0 15px 0;
    width: auto;
  }
  #mv2 .articlebox2_item:last-of-type {
    margin-bottom: 0;
  }
  #mv2 .articlebox2_item::after {
    content: "";
    display: block;
    clear: both;
  }
  #mv2 .articlebox2_image {
    float: left;
    margin: 0 6px 0 0;
    width: 35%;
    padding: 0;
    background: none;
  }
  #mv2 .articlebox2_image img {
    width: 100%;
    border: 1px solid #ccc;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #mv2 .articlebox2_list {
    float: right;
    width: calc(65% - 6px);
  }
  #mv2 .articlebox2_list.one-col {
    float: right;
    width: calc(100% - 6px);
  }
  #mv2 .articlebox2_list dt {
    margin: 6px 0 10px;
    font-size: 12px;
  }
  #mv2 .articlebox2_ins_title, #mv2 .articlebox2_ins_cnt {
    padding: 8px;
    min-height: 48px;
    font-size: 10px;
  }
  /* subjectsから移設 */
  /* videobox : 1200px ~ 800px */
  #mv2 .videobox .video_area {
    height: 27vw;
  }
  #mv2 .videobox_btn {
    padding: 0 1.667vw 0 1vw;
    height: calc(9.333vw - 1px);
    background: #fff url(../images/2020module/ico/arr2.png) no-repeat right 15px center;
    background-size: 14px;
  }
  #mv2 .videobox_item .text_en {
    margin-bottom: 0.667vw;
    font-size: 1.333vw;
    line-height: 1.5vw;
    max-width: 86%;
    letter-spacing: 0;
  }
  #mv2 .videobox_item .text_ja {
    font-size: 1.333vw;
    line-height: 1.5vw;
    max-width: 86%;
    letter-spacing: 0;
  }
  #mv2 .videobox_btn_lst {
    height: 8.333vw;
  }
  #mv2 .videobox_btn_lst span {
    font-size: 1.333vw;
    line-height: 1.833vw;
    padding: 0px 35px 0 10px;
    background: url(/wp-content/themes/aoyamagakuin/images/2020module/ico/ico_window.png) no-repeat 90% center;
    background-size: 20px auto;
  }
  /* interviewbox : 1200px ~ 800px */
  #mv2 .interviewbox_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mv2 .interviewbox_item {
    width: calc(100% - 20px);
  }
  #mv2 .interviewbox_image {
    width: 300px;
  }
  #mv2 .interviewbox_image img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv2 .interviewbox_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 300px);
    height: 190px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 800px) and (max-width: 1000px) {
  /* parabox1 : 1000px ~ 800px */
  #mv2 .parabox1 {
    padding: 20px 0 0;
  }
  #mv2 .parabox1_1, #mv2 .parabox1_2 {
    margin-bottom: 34px;
    padding-top: 0;
    min-height: auto;
  }
  #mv2 .parabox1_1 {
    margin-left: 0;
    padding-left: 0;
  }
  #mv2 .parabox1_image {
    width: 100%;
    height: 220px;
  }
  #mv2 .parabox1_2 .parabox1_image {
    right: auto;
    left: 0;
  }
  #mv2 .parabox1_inner_wrap {
    background: #fff;
  }
  #mv2 .parabox1_1 .parabox1_inner_wrap {
    padding: 250px 30px 0;
  }
  #mv2 .parabox1_2 .parabox1_inner_wrap {
    padding: 250px 30px 0;
  }
  #mv2 .parapbox1_title {
    margin: 0 0 24px 0;
    padding: 0 0 0 10px;
    border-left-width: 5px;
    font-size: 16px;
  }
  #mv2 .parabox1_text {
    font-size: 12px;
    line-height: 1.8;
  }
  #mv2 .parabox1_2 {
    margin-right: 0;
    padding-right: 0;
  }
  /* parabox2 : 1000px ~ 800px */
  #mv2 .parabox2 {
    padding-top: 30px;
  }
  #mv2 .parabox2_1, #mv2 .parabox2_2 {
    padding: 0;
    min-height: auto;
  }
  #mv2 .parabox2_2 {
    background: #fff;
  }
  #mv2 .parabox2_image {
    width: 100%;
    height: 100%;
  }
  #mv2 .parabox2_1 .parabox2_image {
    float: none;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #mv2 .parabox2_2 .parabox2_image {
    float: none;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #mv2 .parapbox2_title {
    margin: 0 0 24px 0;
    padding: 0 0 0 10px;
    border-left-width: 5px;
    font-size: 16px;
  }
  #mv2 .parabox2_text {
    width: auto;
    font-size: 1.3vw;
    line-height: 1.8;
  }
  #mv2 .parabox2_1 .parabox2_wrap {
    float: none;
    padding: 30px;
    width: 100%;
  }
  #mv2 .parabox2_1 .parabox2_wrap.parabox2_wrap_noimage {
    padding: 30px;
    width: 100% !important;
  }
  #mv2 .parabox2_2 .parabox2_wrap {
    float: none;
    padding: 30px;
    width: 100%;
  }
  #mv2 .parabox2_2 .parabox2_wrap.parabox2_wrap_noimage {
    padding: 30px;
    width: 100% !important;
  }
  /* tablebox */
  #mv2 .tablebox {
    padding: 0;
  }
  #mv2 .tablebox_image {
    float: none;
    width: 100%;
    /* height: 220px; */
    height: 440px;
  }
  #mv2 .tablebox_image {
    display: none;
  }
  #mv2 .tablebox_image {
    display: block;
  }
  #mv2 .tablebox_text {
    float: none;
    padding: 30px 15px;
    width: auto;
  }
  #mv2 .tablebox_text table th, #mv2 .tablebox_text table td {
    padding: 5px 15px;
    height: 80px;
    font-size: 12px;
    border-width: 1px;
    text-align: left;
  }
  #mv2 .tablebox_text table thead th {
    font-size: 16px;
  }
  /* tablebox2 */
  #mv2 .tablebox2 {
    padding: 0;
  }
  #mv2 .tablebox_text2 {
    float: none;
    padding: 30px 15px;
    width: auto;
  }
  #mv2 .tablebox_text2 table th, #mv2 .tablebox_text table td {
    padding: 5px 15px;
    height: 80px;
    font-size: 12px;
    border-width: 1px;
    text-align: left;
  }
  #mv2 .tablebox_text2 table thead th {
    font-size: 16px;
  }
  /* tablebox_full */
  #mv2 .tablebox_full {
    padding: 20px 15px;
  }
  #mv2 .tablebox_full_image img {
    width: 100%;
    height: auto;
  }
  #mv2 .tablebox_full_text {
    width: auto;
  }
  #mv2 .tablebox_full_text table th, #mv2 .tablebox_full_text table td {
    padding: 5px 15px;
    height: 40px;
    font-size: 14px;
    border-width: 1px;
  }
  #mv2 .tablebox_full_text table thead th {
    font-size: 14px;
  }
  #mv2 .tablebox_full_text table thead tr th a, #mv2 .tablebox_full_text table tbody tr td a {
    width: 90%;
  }
  #mv2 .tablebox_full_text table td a span {
    top: 48.5%;
  }
  #mv2 .tablebox_full_text table td a span img {
    height: 15px;
  }
  /* border-style */
  .borderbox {
    padding: 0 15px;
  }
  /* titlebox2 */
  #mv2 .titlebox2 {
    padding: 20px 15px;
  }
  #mv2 .title-type2 {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.8;
  }
  /* linkbox  : 1000px ~ 800px */
  #mv2 .linkbox {
    padding: 0 25px;
  }
}
@media print, screen and (max-width: 900px) and (min-width: 800px) {
  /* subjectsから移設 */
  /* interviewbox : 900px ~ 800px */
  #mv2 .interviewbox_title.sp-none {
    display: none !important;
  }
  #mv2 .interviewbox_title.pc-none {
    display: block !important;
  }
  #mv2 .interviewbox {
    padding: 30px 20px;
  }
  #mv2 .interviewbox .title {
    margin-bottom: 30px;
  }
  #mv2 .interviewbox .title .title_en {
    margin-bottom: 8px;
    font-size: 25px;
  }
  #mv2 .interviewbox .title .title_en.font_jpn {
    font-size: 20px;
  }
  #mv2 .interviewbox .title .title_ja {
    font-size: 12px;
  }
  #mv2 .interviewbox_list {
    display: block;
    margin: 0 0 10px;
  }
  #mv2 .interviewbox_item {
    margin: 0 0 10px;
    width: 100%;
  }
  #mv2 .interviewbox_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #ccc;
  }
  #mv2 .interviewbox_image {
    width: 140px;
  }
  #mv2 .interviewbox_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv2 .interviewbox_title {
    position: relative;
    left: 0;
    background: #278675;
    padding: 10px;
  }
  #mv2 .interviewbox_name {
    position: relative;
    left: 0;
    top: 0;
    white-space: break-spaces;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    display: block;
  }
  #mv2 .interviewbox_department {
    position: relative;
    top: 0;
    white-space: break-spaces;
    padding: 0;
    line-height: 1.4;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
  }
  #mv2 .interviewbox_text {
    padding: 12px 20px 48px;
    width: calc(100% - 140px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 1.4;
    height: 20vw;
  }
  #mv2 .interviewbox-btn {
    height: 60px;
    background-position: right 18px center;
    background-size: 10px auto;
    font-size: 14px;
  }
}
@media only screen and (max-width: 799px) {
  .lg {
    display: none !important;
  }
  .md {
    display: block !important;
  }
  /* kv : 799px */
  #mv2 .kv2 {
    margin: 0;
    width: 100%;
    height: 245px;
  }
  #mv2 .kv2 .kv2_bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  }
  #mv2 .kv2_inner {
    left: 20px;
    top: 20px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  #mv2 .page_title2 {
    margin-bottom: 68px;
  }
  #mv2 .page_title2 .title_en {
    margin-bottom: 2px;
    font-size: 24px;
  }
  #mv2 .page_title2 .title_ja {
    font-size: 24px;
  }
  #mv2 .page_lead {
    font-size: 10px;
  }
  #mv2 .page_lead em {
    padding: 0 10px;
    line-height: 2;
  }
  #mv2 .pp {
    bottom: -18px;
  }
  #mv2 .pp_list {
    border-left-width: 6px;
  }
  #mv2 .pp_item a, #mv2 .pp_item .current {
    padding: 0 14px;
    height: 36px;
    font-size: 10px;
  }
  #mv2 .pp_item a::after {
    margin-top: -5px;
    width: 2px;
    height: 10px;
  }
  /* numberbox : 799px */
  #mv2 .numberbox {
    padding: 54px 20px 30px;
  }
  #mv2 .numberbox .title {
    margin-bottom: 30px;
  }
  #mv2 .numberbox .title .title_en {
    margin-bottom: 8px;
    font-size: 25px;
  }
  #mv2 .numberbox .title .title_ja {
    font-size: 12px;
  }
  #mv2 .numberbox_spot {
    margin: 0 auto 18px;
    max-width: 100%;
  }
  #mv2 .numbderbox_spot_text {
    height: 106px;
  }
  #mv2 .numbderbox_spot_text strong {
    font-size: 94px;
  }
  #mv2 .numbderbox_spot_text span {
    top: 5px;
    font-size: 10px;
  }
  #mv2 .numberbox_list {
    margin-bottom: -10px;
    max-width: 100%;
  }
  #mv2 .numberbox_item {
    margin-bottom: 10px;
  }
  #mv2 .numberbox_title {
    margin-bottom: 8px;
    padding: 0 4px;
    width: 60px;
    font-size: 10px;
    line-height: 16px;
  }
  #mv2 .numberbox_vol {
    font-size: 32px;
  }
  #mv2 .numberbox_unit {
    font-size: 14px;
  }
  /* parabox1 : 799px */
  #mv2 .parabox1 {
    padding: 20px 0 0;
  }
  #mv2 .parabox1_1, #mv2 .parabox1_2 {
    margin-bottom: 34px;
    padding-top: 0;
    min-height: auto;
  }
  #mv2 .parabox1_1 {
    margin-left: 0;
    padding-left: 0;
  }
  #mv2 .parabox1_image {
    width: 100%;
    height: 220px;
  }
  #mv2 .parabox1_2 .parabox1_image {
    right: auto;
    left: 0;
  }
  #mv2 .parabox1_inner_wrap {
    background: #fff;
  }
  #mv2 .parabox1_1 .parabox1_inner_wrap {
    padding: 250px 30px 0;
  }
  #mv2 .parabox1_2 .parabox1_inner_wrap {
    padding: 250px 30px 0;
  }
  #mv2 .parapbox1_title {
    margin: 0 0 24px 0;
    padding: 0 0 0 10px;
    border-left-width: 5px;
    font-size: 16px;
  }
  #mv2 .parabox1_text {
    font-size: 12px;
    line-height: 1.8;
  }
  #mv2 .parabox1_2 {
    margin-right: 0;
    padding-right: 0;
  }
  /* parabox2 : 799px */
  #mv2 .parabox2 {
    padding-top: 30px;
  }
  #mv2 .parabox2_1, #mv2 .parabox2_2 {
    padding: 0;
    min-height: auto;
  }
  #mv2 .parabox2_2 {
    background: #fff;
  }
  #mv2 .parabox2_image {
    width: 100%;
    height: 100%;
  }
  #mv2 .parabox2_image--pc {
    display: none;
  }
  #mv2 .parabox2_image--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mv2 .parabox2_1 .parabox2_image {
    float: none;
    padding: 0;
    width: 90%;
    margin: 0 auto 20px;
  }
  #mv2 .parabox2_2 .parabox2_image {
    float: none;
    padding: 0;
    width: 90%;
    margin: 0 auto 20px;
  }
  #mv2 .parapbox2_title {
    margin: 0 0 24px 0;
    padding: 0 0 0 10px;
    border-left-width: 5px;
    font-size: 16px;
  }
  #mv2 .parabox2_text {
    width: auto;
    font-size: 14px;
    line-height: 1.8;
  }
  #mv2 .parabox2_1 .parabox2_wrap {
    float: none;
    padding: 30px;
    width: 100% !important;
  }
  #mv2 .parabox2_1 .parabox2_wrap.parabox2_wrap_noimage {
    padding: 30px;
    width: 100% !important;
  }
  #mv2 .parabox2_2 .parabox2_wrap {
    float: none;
    padding: 30px;
    width: 100% !important;
  }
  #mv2 .parabox2_2 .parabox2_wrap.parabox2_wrap_noimage {
    padding: 30px;
    width: 100% !important;
  }
  /* tablebox */
  #mv2 .tablebox {
    padding: 0;
  }
  #mv2 .tablebox_image {
    float: none;
    width: 100%;
    /* height: 220px; */
    height: 440px;
  }
  #mv2 .tablebox_text {
    float: none;
    padding: 30px 15px;
    width: auto;
  }
  #mv2 .tablebox_text table th, #mv2 .tablebox_text table td {
    padding: 5px 15px;
    height: 80px;
    font-size: 12px;
    border-width: 1px;
    text-align: left;
  }
  #mv2 .tablebox_text table thead th {
    font-size: 16px;
  }
  /* tablebox2 */
  #mv2 .tablebox2 {
    padding: 0;
  }
  #mv2 .tablebox_text2 {
    float: none;
    padding: 30px 15px;
    width: auto;
  }
  #mv2 .tablebox_text2 table th, #mv2 .tablebox_text table td {
    padding: 5px 15px;
    height: 40px;
    font-size: 12px;
    border-width: 1px;
    text-align: left;
  }
  #mv2 .tablebox_text2 table thead th {
    font-size: 16px;
  }
  /* tablebox_full */
  #mv2 .tablebox_full {
    padding: 20px 15px;
  }
  #mv2 .tablebox_full_image img {
    width: 100%;
    height: auto;
  }
  #mv2 .tablebox_full_text {
    width: auto;
  }
  #mv2 .tablebox_full_text table th, #mv2 .tablebox_full_text table td {
    padding: 5px 15px;
    height: 40px;
    font-size: 14px;
    border-width: 1px;
  }
  #mv2 .tablebox_full_text table thead th {
    font-size: 14px;
  }
  #mv2 .tablebox_full_text table thead tr th a, #mv2 .tablebox_full_text table tbody tr td a {
    width: 90%;
  }
  #mv2 .tablebox_full_text table td a span {
    top: 48.5%;
  }
  #mv2 .tablebox_full_text table td a span img {
    height: 15px;
  }
  /* border-style */
  .borderbox {
    padding: 0 15px;
  }
  /* titlebox2 */
  #mv2 .titlebox2 {
    padding: 20px 15px;
  }
  #mv2 .title-type2 {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.8;
  }
  /* articlebox2 : 799px */
  #mv2 .articlebox2 {
    display: block;
    padding: 15px;
  }
  #mv2 .articlebox2:last-of-type {
    margin-bottom: 0;
  }
  #mv2 .articlebox2_item {
    margin: 0 0 15px 0;
    width: auto;
  }
  #mv2 .articlebox2_item:last-of-type {
    margin-bottom: 0;
  }
  #mv2 .articlebox2_item::after {
    content: "";
    display: block;
    clear: both;
  }
  #mv2 .articlebox2_image {
    float: left;
    margin: 0 6px 0 0;
    width: 35%;
    padding: 0;
    background: none;
  }
  #mv2 .articlebox2_image img {
    width: 100%;
    border: 1px solid #ccc;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #mv2 .articlebox2_list {
    float: right;
    width: calc(65% - 6px);
  }
  #mv2 .articlebox2_list.one-col {
    float: right;
    width: calc(100% - 6px);
  }
  #mv2 .articlebox2_list dt {
    margin: 6px 0 10px;
    font-size: 12px;
  }
  #mv2 .articlebox2_ins_title, #mv2 .articlebox2_ins_cnt {
    padding: 8px;
    min-height: 48px;
    font-size: 10px;
  }
  /* linkbox : 799px*/
  #mv2 .linkbox {
    padding: 0 15px;
  }
  #mv2 .linkbox .linkbox_title {
    background: #1f9e88 url(../images/2020module/ico/arr1.png) no-repeat right 20px center;
    background-size: 14px;
    font-size: 14px;
    float: none;
    width: 100%;
    padding: 10px 5px;
    height: 40px;
    margin: 0;
    margin-bottom: 20px;
  }
  #mv2 .linkbox .linkbox_title:nth-of-type(even) {
    margin-left: 0;
  }
  /* subjectsから移設 */
  /* listbox : 799px */
  #mv2 .listbox {
    padding: 30px 20px;
  }
  #mv2 .listbox .title {
    margin-bottom: 30px;
  }
  #mv2 .listbox .title .title_en {
    margin-bottom: 8px;
    font-size: 25px;
  }
  #mv2 .listbox .title .title_en.font_jpn {
    font-size: 20px;
  }
  #mv2 .listbox .title .title_ja {
    font-size: 12px;
  }
  #mv2 .listbox_list {
    display: block;
    margin: 0 0 -20px;
    counter-reset: project-item;
  }
  #mv2 .listbox_item {
    width: auto;
  }
  #mv2 .listbox_image {
    height: 170px;
  }
  #mv2 .listbox_title {
    font-size: 18px;
  }
  #mv2 .listbox_title::before {
    margin-top: -21px;
    font-size: 42px;
  }
  #mv2 .listbox_text {
    font-size: 12px;
  }
  /* list-item type image : 799px */
  #mv2 .listbox_item.item_type_image {
    margin: 0 0 20px;
    padding: 170px 22px 20px;
  }
  #mv2 .listbox_item.item_type_image .listbox_title {
    margin-bottom: 20px;
    padding-left: 52px;
  }
  /* list-item type text : 799px */
  #mv2 .listbox_item.item_type_text {
    margin: 18px 0 46px;
    padding-bottom: 16px;
  }
  #mv2 .listbox_item.item_type_text .listbox_title {
    margin: -29px 0 20px 8px;
    padding: 0 10px 0 56px;
  }
  #mv2 .listbox_item.item_type_text .listbox_title::before {
    left: 4px;
  }
  #mv2 .listbox_item.item_type_text .listbox_text {
    padding: 0 12px;
  }
  /* menubox : 799px */
  #mv2 .menubox {
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
    /* margin-top: -30px; */
  }
  #mv2 .menubox .menubox_container {
    padding: 30px 20px;
  }
  #mv2 .menubox_list {
    display: block;
    margin: 0 0 -10px;
  }
  #mv2 .menubox_item {
    margin: 0 0 10px;
    width: 100%;
  }
  #mv2 .menubox_item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    padding: 5px 34px;
    background-position: right 18px center;
    text-align: center;
    font-size: 14px;
  }
  /* videobox : 799px */
  #mv2 .videobox {
    padding: 30px 20px;
  }
  #mv2 .videobox .title {
    margin-bottom: 30px;
  }
  #mv2 .videobox .title .title_en {
    margin-bottom: 8px;
    font-size: 25px;
  }
  #mv2 .videobox .title .title_en.font_jpn {
    font-size: 20px;
  }
  #mv2 .videobox .title .title_ja {
    font-size: 12px;
  }
  #mv2 .videobox .video_area {
    display: block;
    height: 100%;
  }
  #mv2 .videobox .video_area .videoview {
    width: 100%;
  }
  #mv2 .videobox .video_area iframe {
    width: 100%;
    height: 180px;
  }
  #mv2 .videobox .video_area .videoview iframe {
    height: 52.5vw;
  }
  #mv2 .videobox_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  #mv2 .videobox_item {
    width: 100%;
    border-bottom: none;
  }
  #mv2 .videobox_item:last-child {
    width: 100%;
    border-bottom: none;
  }
  #mv2 .videobox_btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    height: 70px;
    background: #fff url(../images/2020module/ico/arr2.png) no-repeat right 15px center;
    background-size: 14px;
  }
  #mv2 .videobox_item .text_en {
    margin-bottom: 6px;
    font-size: 12px;
    max-width: 78.5%;
  }
  #mv2 .videobox_item .text_ja {
    font-size: 12px;
    max-width: 78.5%;
  }
  #mv2 .videobox_btn_lst {
    height: 60px;
  }
  #mv2 .videobox_btn_lst span {
    margin: 0 20px;
    padding: 0 24px;
    width: 100%;
    background-size: 20px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    text-align: center;
  }
  #mv2 .videobox .video_area.singlevideo {
    height: auto;
  }
  /* interviewbox : 799px; */
  #mv2 .interviewbox {
    padding: 30px 20px;
  }
  #mv2 .interviewbox .title {
    margin-bottom: 30px;
  }
  #mv2 .interviewbox .title .title_en {
    margin-bottom: 8px;
    font-size: 25px;
  }
  #mv2 .interviewbox .title .title_en.font_jpn {
    font-size: 20px;
  }
  #mv2 .interviewbox .title .title_ja {
    font-size: 12px;
  }
  #mv2 .interviewbox_list {
    display: block;
    margin: 0 0 10px;
  }
  #mv2 .interviewbox_item {
    margin: 0 0 10px;
    width: 100%;
  }
  #mv2 .interviewbox_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #ccc;
  }
  #mv2 .interviewbox_image {
    width: 200px;
  }
  #mv2 .interviewbox_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv2 .interviewbox_title {
    position: relative;
    left: 0;
    background: #278675;
    padding: 10px;
  }
  #mv2 .interviewbox_name {
    position: relative;
    left: 0;
    top: 0;
    white-space: break-spaces;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    display: block;
  }
  #mv2 .interviewbox_department {
    position: relative;
    top: 0;
    white-space: break-spaces;
    padding: 0;
    line-height: 1.4;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
  }
  #mv2 .interviewbox_text {
    padding: 12px 10px 48px;
    width: calc(100% - 200px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 1.4;
    height: 20vw;
  }
  /* #mv2 .interviewbox_title {
      left: 140px;
  }
  #mv2 .interviewbox_name {
      font-size: 18px;
      white-space: nowrap;
  }
  #mv2 .interviewbox_department {
      padding: 8px 20px;
      line-height: 1.4;
      font-size: 12px;
      white-space: nowrap;
  }
  #mv2 .interviewbox_text {
      padding: 12px 20px 48px;
      width: calc(100% - 140px);
      box-sizing: border-box;
      font-size: 12px;
      line-height: 1.4;
  }*/
  #mv2 .interviewbox-btn {
    height: 60px;
    background-position: right 18px center;
    background-size: 10px auto;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  /* tablebox */
  #mv2 .tablebox_image {
    float: none;
    width: 100%;
    height: 380px;
  }
}
@media only screen and (max-width: 568px) {
  /* tablebox */
  #mv2 .tablebox_image {
    float: none;
    width: 100%;
    height: 330px;
  }
}
@media only screen and (max-width: 425px) {
  /* tablebox */
  #mv2 .tablebox_image {
    float: none;
    width: 100%;
    height: 220px;
  }
  /* subjectsから移設 */
  /* interviewbox : 375px; */
  #mv2 .interviewbox_title {
    position: relative;
    left: 0;
    background: #278675;
    padding: 10px;
  }
  #mv2 .interviewbox_name {
    position: relative;
    left: 0;
    top: 0;
    white-space: break-spaces;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    display: block;
  }
  #mv2 .interviewbox_department {
    position: relative;
    top: 0;
    white-space: break-spaces;
    padding: 0;
    line-height: 1.4;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
  }
  #mv2 .interviewbox_image {
    max-width: 150px;
  }
  #mv2 .interviewbox_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #mv2 .interviewbox_text {
    /* padding: 12px 10px 48px; */
    width: calc(100% - 150px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 1.4;
    max-height: 150px;
  }
}
@media only screen and (max-width: 375px) {
  /* tablebox */
  #mv2 .tablebox_image {
    float: none;
    width: 100%;
    height: 220px;
  }
  /* subjectsから移設 */
  /* interviewbox : 375px; */
  #mv2 .interviewbox_title {
    position: relative;
    left: 0;
    background: #278675;
    padding: 10px;
  }
  #mv2 .interviewbox_name {
    position: relative;
    left: 0;
    top: 0;
    white-space: break-spaces;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    display: block;
  }
  #mv2 .interviewbox_department {
    position: relative;
    top: 0;
    white-space: break-spaces;
    padding: 0;
    line-height: 1.4;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
  }
  #mv2 .interviewbox_image {
    max-width: 125px;
  }
  #mv2 .interviewbox_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #mv2 .interviewbox_text {
    /* padding: 12px 10px 48px; */
    width: calc(100% - 125px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 1.4;
    max-height: 125px;
  }
}/*# sourceMappingURL=mv2.css.map */