/* ===================================================================
CSS information

 file name  : commom2.css
 author     : uci
 style info : common2
=================================================================== */
/*Animate */
/*Vertical text */
@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

/**************************************************************
*
*	.l-header
*
***************************************************************/
@media only screen and (max-width: 767px) {
  .l-header .header_01 .l-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-header .header_01 .l-inner p.sp {
    font-size: 11px;
    color: #fff;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .l-header .header_01 .l-inner .upper_nav ul li a {
    padding-left: 10px;
    padding-right: 7.5px;
  }
}
.l-header .header_02 .l-inner .logo a {
  max-width: 435px;
  padding: 15px 0;
}
@media only screen and (max-width: 750px) {
  .l-header .header_02 .l-inner .logo a {
    max-width: 235px;
    padding: 10px 0;
  }
}
.l-header .header_02 .l-inner .logo a img {
  width: 100%;
  max-width: 100%;
}
.l-header .header_02 .l-inner .side_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.l-header .header_02 .l-inner .side_nav ul li a:before {
  content: '';
  position: absolute;
  background: #ff0000;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.l-header .header_02 .l-inner .side_nav ul li a img.nohover {
  display: block;
}
.l-header .header_02 .l-inner .side_nav ul li a img.hover {
  display: none;
}
.l-header .header_02 .l-inner .side_nav ul li a:hover {
  color: #fff;
}
.l-header .header_02 .l-inner .side_nav ul li a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.l-header .header_02 .l-inner .side_nav ul li a:hover img.nohover {
  display: none;
}
.l-header .header_02 .l-inner .side_nav ul li a:hover img.hover {
  display: block;
}
.l-header .header_02 .l-inner .side_nav ul li a.icon1 img {
  max-width: 23px;
}
.l-header .header_02 .l-inner .side_nav ul li a.icon2 img {
  max-width: 18px;
}
.l-header .header_02 .l-inner .side_nav ul li:hover {
  opacity: 1;
}
.l-header .header_03 #gNav ul li:before {
  color: #ff0000 !important;
}
.l-header .header_03 #gNav ul li a {
  border-color: #ff0000 !important;
}
.l-header .header_03 .sns_area .icon {
  background: transparent;
  margin: 0;
}
.l-header .header_03 .sns_area .icon a {
  display: block;
  line-height: 0;
  width: 30px;
  height: auto;
}
.l-header .header_03 .sns_area .icon a img {
  max-width: 100%;
}

/* -----------------------------------------------------------
	l-footer
----------------------------------------------------------- */
#floating {
  position: fixed;
  right: 0;
  top: 280px;
  z-index: 9999;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #floating {
    top: auto;
    bottom: 138px;
  }
}
#floating a {
  width: 60px;
  height: 260px;
  display: block;
  background: transparent url(../images/_top/bg_floating.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #floating a {
    width: 45px;
    height: 195px;
  }
}
#floating a:hover {
  background-image: url(../images/_top/bg_floating_hover.png);
}

#PageTop {
  bottom: 41px;
}

/* -----------------------------------------------------------
	l-footer
----------------------------------------------------------- */
.l-footer .upper_footer {
  /*background-color: #ff0000;*/
}
.l-footer .upper_footer .nav_area .footer_nav .main li p {
  /*color: #fff;*/
}
@media only screen and (max-width: 767px) {
  .l-footer .upper_footer .nav_area .footer_nav .main li p {
    /*border-color: #fff;*/
  }
}
@media only screen and (max-width: 767px) {
  .l-footer .upper_footer .nav_area .footer_nav .main li p:after {
    /*border-color: #fff;*/
  }
}
.l-footer .upper_footer .nav_area .footer_nav .main li .sub li:before {
  /*color: #fff;*/
}
.l-footer .upper_footer .nav_area .footer_nav .main li .sub li a {
  /*color: #fff;*/
}
@media only screen and (max-width: 767px) {
  .l-footer .upper_footer .nav_area .l-row .kyoten {
    text-align: center;
  }
}
.l-footer .upper_footer .nav_area .l-row .kyoten p {
  /*color: #fff;*/
}
.l-footer .upper_footer .nav_area .l-row .kyoten .kyoten_list li {
  /*color: #fff;*/
}
.l-footer .upper_footer .nav_area .l-row .kyoten .kyoten_list li:after {
  /*border-color: #fff;*/
}
.l-footer .upper_footer .bnr_area ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.l-footer .upper_footer .bnr_area ul li a.icon1 {
  background-color: #ff0000;
}
.l-footer .upper_footer .bnr_area ul li a.icon1 img {
  max-width: 21px;
}
.l-footer .upper_footer .bnr_area ul li a.icon2 {
  background-color: #ff0000;
}
.l-footer .upper_footer .bnr_area ul li a.icon2 img {
  max-width: 18px;
}
.l-footer .upper_footer .bnr_area .recruit {
  /*color: #fff;
  border-color: #fff;*/
}
.l-footer .upper_footer .sns_area .icon {
  background: transparent;
}
.l-footer .upper_footer .sns_area .icon a {
  display: block;
  width: 30px;
  line-height: 0;
}
.l-footer .upper_footer .sns_area .icon a img {
  max-width: none;
  width: 100%;
}

/* -----------------------------------------------------------
	footer_menu_fixed
----------------------------------------------------------- */
.footer_menu_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  /*-60px;*/
  opacity: 1;
  /*0;*/
  visibility: visible;
  /*hidden;*/
  width: 100%;
  z-index: 2000;
  margin: 0;
  padding: 10px 0 5px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  background: #ff0000;
  line-height: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.footer_menu_fixed li {
  width: calc(100% / 5);
}
.footer_menu_fixed li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
.footer_menu_fixed li a .icon {
  width: 100%;
  height: 25px;
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer_menu_fixed li a .txt {
  line-height: 1.2;
  padding-top: 5px;
  font-size: 100%;
  color: #fff;
}
.footer_menu_fixed li a:hover {
  color: #fff;
}
.footer_menu_fixed li.item1 a .icon {
  background: transparent url(../images/_common/icon01.png) no-repeat center center;
  background-size: auto 25px;
}
.footer_menu_fixed li.item2 a .icon {
  background: transparent url(../images/_common/icon02.png) no-repeat center center;
  background-size: auto 20px;
}
.footer_menu_fixed li.item3 a .icon {
  background: transparent url(../images/_common/icon03.png) no-repeat center center;
  background-size: auto 25px;
}
.footer_menu_fixed li.item4 a .icon {
  background: transparent url(../images/_common/icon04.png) no-repeat center center;
  background-size: auto 25px;
}
.footer_menu_fixed li.item5 a .icon {
  background: transparent url(../images/_common/icon05.png) no-repeat center center;
  background-size: auto 22px;
}
.footer_menu_fixed.active {
  /*bottom: 0;
  opacity: 1;
  visibility: visible;*/
}

/* -----------------------------------------------------------
	article-container__list
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .l-main {
    /*margin-bottom: 30px !important;*/
  }
}
@media only screen and (max-width: 767px) {
  .l-main .mv_slider h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 374px) {
  .l-main .mv_slider h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main .mv_slider p {
    display: block;
    font-size: 13px;
    margin: 10px 0 0;
    padding: 0;
  }
}
.l-main .related-inner .m-author {
  border-radius: 15px;
}
.l-main .related-inner .m-author .m-author--desc .m-author--name {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .l-main .related-inner .m-author .m-author--desc .m-author-plof {
    text-align: left;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main .related-inner .m-author .m-author--desc .m-author-plof p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .l-main .related-inner.no-posts {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main .outline {
    padding: 0 15px;
  }
}
.l-main .outline h2 {
  font-size: 18px;
}
.l-main .outline dl dt {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .l-main .outline dl dt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    width: 135px;
    padding: 10px;
    margin: 0;
  }
}
.l-main .outline dl dd {
  width: 80%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .l-main .outline dl dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 10px;
    margin: 0;
    width: calc(100% - 135px);
  }
}
@media only screen and (max-width: 767px) {
  .l-main .freearea {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .l-main .btn-list {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main .google-map-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-main .box_map {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  height: 560px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .l-main .box_map {
    width: calc(100% - 30px);
    margin: 0 15px 20px;
    height: 400px;
  }
}
.l-main .freearea p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .l-main .freearea p {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-main.news .l-inner {
  max-width: 1180px;
  flex-wrap: wrap;
}
.l-main.news .l-inner .l-main-content {
  max-width: 100%;
}

.article-container__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -42px;
  margin-left: -42px;
}
.article-container__list .article-item {
  flex-basis: calc(100% / 3 - 42px);
  max-width: calc(100% / 3 - 42px);
  margin-top: 42px;
  margin-left: 42px;
}

.article-item {
  transition: all .3s;
  background-color: #fff;
}
.article-item a {
  transition-duration: .3s;
}
.article-item a:hover {
  opacity: 1;
}
.article-item:hover {
  opacity: .7;
}

.article-item__inner {
  display: block;
  text-decoration: none !important;
}

.article-item__image {
  flex-basis: 226px;
  height: 226px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.article-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-item__body {
  flex: 1 0 auto;
  padding: 26px 16px 26px;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
  box-shadow: 1px 1px 5px #ccc;
}

.article-item__date-row {
  margin-bottom: 10px;
}

.article-item__date {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
}

.article-item__category {
  margin-left: 15px;
  padding: 3px 17px;
  border: 1px solid #898989;
  border-radius: 13px;
  color: #898989;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.article-item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.article-item__description {
  font-size: 13px;
  line-height: 2;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .article-item__description {
    font-size: 16px;
  }
}

.article-item.-ranking .article-item__image {
  height: 136px;
}
.article-item.-ranking .article-item__category {
  margin: 0;
  padding: 2px 11px;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
}
.article-item.-ranking .article-item__date {
  font-size: 14px;
  margin: 10px 0;
}
.article-item.-ranking .article-item__title {
  font-size: 14px;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .article-item.-ranking .article-item__title {
    font-size: 16px;
  }
}
.article-item.-ranking .article-item__body {
  min-height: 140px;
  padding: 12px 12px;
}

@media (min-width: 769px) {
  .article-container__list .article-item > a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .article-container__list .article-item > a .article-item__body {
    flex: 1 0 auto;
  }
  .article-container__list .article-item.-large {
    flex-basis: calc(100% / 2 - 41px);
    max-width: calc(100% / 2 - 41px);
    margin-top: 41px;
    margin-left: 41px;
  }

  .article-item.-large .article-item__image {
    flex-basis: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .article-container__list {
    display: block;
    margin: 0;
  }
  .article-container__list .article-item {
    max-width: 100%;
    margin: 20px 0 0;
  }

  .article-item__category {
    padding: 1px 14px;
    border-radius: 14px;
    font-size: 12px;
  }

  .article-item__title {
    font-size: 18px;
  }
}
/* -----------------------------------------------------------
	page-news-single
----------------------------------------------------------- */
.title-en-big {
  color: #f5f4f4;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
}

.page-news-single.l-content {
  padding-top: 40px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .page-news-single.l-content {
    padding-top: 0;
    padding-top: 20px !important;
  }
}
.page-news-single.l-content .l-inner {
  max-width: 1180px;
}
@media only screen and (max-width: 767px) {
  .page-news-single.l-content .l-inner {
    padding: 0 15px;
  }
}

.page-news-single .p-post-head {
  margin-bottom: 26px;
}
.page-news-single .p-post-head__mainvisual {
  position: relative;
  margin-bottom: 44px;
  text-align: center;
}
.page-news-single .p-post-head__category {
  position: absolute;
  z-index: 1;
  top: 32px;
  right: 32px;
  padding: 5px 24px 6px;
  border-radius: 15px;
  background-color: #ff0000;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-decoration: none;
}
.page-news-single .p-post-head__category:hover {
  color: #fff;
  opacity: .7;
}
.page-news-single .p-post-head__post-title {
  max-width: 770px;
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.563;
  font-size: 41.6px;
}
.page-news-single .p-post-head__author {
  margin: 18px 0 0;
  text-align: center;
}
.page-news-single .p-post-head__author.reviews {
  max-width: 770px;
  margin: 18px auto 0;
  text-align: left;
}
.page-news-single .p-post-head__author.reviews .box_top_meta {
  position: relative;
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set {
  display: flex;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 0;
  left: 0;
  justify-content: center;
  margin: auto;
  transform: scale(0) translateY(-90px);
  transform-origin: 50% 0;
  transition: all .4s ease;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set {
    left: -14px;
    justify-content: flex-end;
  }
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set.is-active {
  transform: scale(1) translateY(-80px);
  opacity: 1;
  pointer-events: auto;
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set__item {
  flex-basis: 110px;
  flex-shrink: 0;
  max-width: 110px;
  height: 68px;
  border-left: 1px solid #fff;
  background-color: #ff0000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52px;
  color: #fff;
  line-height: 68px;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set__item {
    flex-basis: 70px;
    max-width: 70px;
    background-size: 46px;
  }
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set__item:first-of-type {
  border-left: none;
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set__item.-mail {
  background-image: url(../images/_common/sns-icon-mail.png);
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set__item.-twitter {
  background-image: url(../images/_common/sns-icon-twitter.png);
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set__item.-facebook {
  background-image: url(../images/_common/sns-icon-facebook.png);
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set__item.-line {
  background-image: url(../images/_common/sns-icon-line.png);
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set__layer {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.page-news-single .p-post-head__author.reviews .box_top_meta .p-author-box__sns-group .sns-set__layer.is-active {
  display: block;
}
.page-news-single .p-post-head__author.reviews .p-author-box__avater {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-post-head__author.reviews .p-author-box__avater {
    width: 80px;
    height: 80px;
  }
}
.page-news-single .p-post-head__author.reviews .p-author-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-news-single .p-post-head__author.reviews .p-author-box .p-author-box_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
}
.page-news-single .p-post-head__author.reviews .p-author-box .p-author-box_wrap .p-author-box__avater {
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-post-head__author.reviews .p-author-box .p-author-box_wrap .p-author-box__avater {
    width: 70px;
    height: 70px;
  }
}
.page-news-single .p-post-head__author.reviews .p-author-box .p-author-box_wrap .p-author-box__group {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-post-head__author.reviews .p-author-box .p-author-box_wrap .p-author-box__group {
    width: calc(100% - 80px);
    width: 100%;
  }
}
.page-news-single .p-post-head__author.reviews .p-author-box .p-author-box_wrap .p-author-box__group .p-author-box__name {
  width: 100%;
  font-size: 20px;
}
.page-news-single .p-post-head__author.reviews .p-author-box .p-author-box_wrap .p-author-box__group .subname {
  width: 100%;
  font-size: 18px;
}
.page-news-single .p-author-box {
  display: inline-flex;
  align-items: center;
}
.page-news-single .p-author-box .sns-set {
  display: flex;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 0;
  left: 0;
  justify-content: center;
  margin: auto;
  transform: scale(0) translateY(-90px);
  transform-origin: 50% 0;
  transition: all .4s ease;
  opacity: 0;
  pointer-events: none;
}
.page-news-single .p-author-box .sns-set.is-active {
  transform: scale(1) translateY(-80px);
  opacity: 1;
  pointer-events: auto;
}
.page-news-single .p-author-box .sns-set__item {
  flex-basis: 110px;
  flex-shrink: 0;
  max-width: 110px;
  height: 68px;
  border-left: 1px solid #fff;
  background-color: #ff0000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52px;
  color: #fff;
  line-height: 68px;
}
.page-news-single .p-author-box .sns-set__item:first-of-type {
  border-left: none;
}
.page-news-single .p-author-box .sns-set__item.-mail {
  background-image: url(../images/_common/sns-icon-mail.png);
}
.page-news-single .p-author-box .sns-set__item.-twitter {
  background-image: url(../images/_common/sns-icon-twitter.png);
}
.page-news-single .p-author-box .sns-set__item.-facebook {
  background-image: url(../images/_common/sns-icon-facebook.png);
}
.page-news-single .p-author-box .sns-set__item.-line {
  background-image: url(../images/_common/sns-icon-line.png);
}
.page-news-single .p-author-box .sns-set__layer {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.page-news-single .p-author-box .sns-set__layer.is-active {
  display: block;
}
.page-news-single .p-author-box__avater {
  width: 40px;
  height: 40px;
  margin-right: 18px;
  overflow: hidden;
  border-radius: 50%;
}
.page-news-single .p-author-box__avater img {
  width: 100%;
  height: auto;
}
.page-news-single .p-author-box__group {
  display: flex;
}
.page-news-single .p-author-box__name {
  font-size: 12px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-author-box__name {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
  }
}
.page-news-single .p-author-box__date {
  padding: 0 20px 0 16px;
  color: #a0a0a0;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-author-box__date {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
  }
}
.page-news-single .p-author-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
.page-news-single .p-author-box__icon span {
  width: 4px;
  height: 4px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #000;
}
.page-news-single .p-author-box__icon span:first-of-type {
  margin-left: 2px;
}
.page-news-single .p-author-box__icon:hover {
  opacity: .7;
}
.page-news-single .p-author-box__sns-group {
  position: relative;
}
.page-news-single .p-post-body {
  margin-bottom: 50px;
}
.page-news-single .p-post-body .editor-content {
  margin-bottom: 26px;
}
.page-news-single .p-post-body .editor-content p {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-post-body .editor-content p {
    font-size: 16px;
  }
}
.page-news-single .p-post-body .editor-content p a {
  text-decoration: underline;
}
.page-news-single .p-post-body .editor-content p a:hover {
  text-decoration: none;
}
.page-news-single .p-post-body .editor-content p:last-child {
  margin-bottom: 0;
}
.page-news-single .p-post-body .editor-content ul {
  margin: 0 0 20px 20px;
  padding: 0;
  list-style-type: disc;
}
.page-news-single .p-post-body .editor-content ul li {
  list-style-type: disc;
  margin: 0 0 5px;
}
.page-news-single .p-post-body .editor-content ol {
  margin: 0 0 20px 20px;
  padding: 0;
  list-style-type: decimal;
}
.page-news-single .p-post-body .editor-content ol li {
  list-style-type: decimal;
  margin: 0 0 5px;
}
.page-news-single .p-post-body .editor-content.interview iframe {
  width: 100%;
  height: auto;
  min-height: 440px;
}
@media only screen and (max-width: 1023px) {
  .page-news-single .p-post-body .editor-content.interview iframe {
    min-height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-post-body .editor-content.interview iframe {
    min-height: 215px;
  }
}
@media only screen and (max-width: 413px) {
  .page-news-single .p-post-body .editor-content.interview iframe {
    min-height: 200px;
  }
}
@media only screen and (max-width: 374px) {
  .page-news-single .p-post-body .editor-content.interview iframe {
    min-height: 170px;
  }
}
.page-news-single .p-post-body__inner {
  max-width: 770px;
  margin: 0 auto;
}
.page-news-single .p-tag-list {
  margin-top: -10px;
  margin-left: -10px;
  color: #a0a0a0;
  font-size: 1.2rem;
}
.page-news-single .p-tag-list a {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0 17px;
  border: 1px solid #a0a0a0;
  border-radius: 11px;
  letter-spacing: 1px;
  color: #a0a0a0;
  text-decoration: none;
  font-size: 12px;
}
.page-news-single .p-section-post-content {
  padding-bottom: 100px;
}
.page-news-single .p-section-more-articles .p-hidden-wrapper {
  overflow: hidden;
}
.page-news-single .p-section-more-articles .p-section-title.title-en-big {
  margin-bottom: 30px;
  font-size: 75px;
  color: #f5f4f4;
  letter-spacing: 0;
}
.page-news-single .p-article-card-container .p-article-card {
  margin-top: 20px;
}
.page-news-single .p-article-card-container .p-article-card:first-of-type {
  margin-top: 0;
}
.page-news-single .p-article-card {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.06);
}
.page-news-single .p-article-card__inner {
  display: flex;
  text-decoration: none;
}
.page-news-single .p-article-card__inner.reviews .p-article-card__title {
  margin: 0 0 15px;
}
.page-news-single .p-article-card__inner.reviews .p-article-card__title a {
  text-decoration: none;
}
.page-news-single .p-article-card__inner.reviews .p-article-card__title a:hover {
  text-decoration: underline;
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .cap {
  display: block;
  width: 75px;
  font-size: 13px;
  line-height: 1;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 5px;
  text-align: center;
  padding: 3px 0;
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .from {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-article-card__inner.reviews .box_related_meta .from {
    flex-wrap: wrap;
  }
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .from .txt {
  font-size: 16px;
  width: calc(100% - 90px);
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-article-card__inner.reviews .box_related_meta .from .txt {
    width: 100%;
  }
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .country {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-article-card__inner.reviews .box_related_meta .country {
    flex-wrap: wrap;
  }
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .country .category-name {
  padding-right: 0;
  width: calc(100% - 90px);
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-article-card__inner.reviews .box_related_meta .country .category-name {
    width: 100%;
  }
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .country .category-name li a {
  margin: 0;
  text-decoration: none;
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .country .category-name:after {
  content: none;
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .school_name {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-article-card__inner.reviews .box_related_meta .school_name {
    flex-wrap: wrap;
  }
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .school_name .cap {
  margin-bottom: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-article-card__inner.reviews .box_related_meta .school_name .cap {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .school_name a {
  display: block;
  text-decoration: none;
  width: calc(100% - 90px);
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-article-card__inner.reviews .box_related_meta .school_name a {
    width: 100%;
  }
}
.page-news-single .p-article-card__inner.reviews .box_related_meta .school_name a:hover {
  text-decoration: underline;
}
.page-news-single .p-article-card__image {
  flex-basis: 385px;
  max-width: 385px;
  height: 238px;
  text-align: center;
}
.page-news-single .p-article-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-news-single .p-article-card__body {
  box-sizing: border-box;
  flex: 1;
  padding: 30px 18px 36px;
}
.page-news-single .p-article-card__date {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
}
.page-news-single .p-article-card__categories {
  margin: 3px 0 9px;
}
.page-news-single .p-article-card__category {
  padding: 3px 17px;
  border: 1px solid #898989;
  border-radius: 15px;
  color: #898989;
  font-size: 13px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-article-card__category {
    margin-right: 5px;
  }
}
.page-news-single .p-article-card__title {
  font-size: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .page-news-single .p-article-card__title {
    font-size: 16px;
  }
}
.page-news-single .p-article-card__text {
  font-weight: 400;
}
.page-news-single .p-article-card-2 a {
  display: block;
}
.page-news-single .p-article-card-2__image {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}
.page-news-single .p-article-card-2__category {
  margin-left: 15px;
  padding: 3px 17px;
  border: 1px solid #898989;
  border-radius: 13px;
  color: #898989;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.page-news-single .p-article-card-2__date {
  color: #898989;
  font-size: 16px;
  font-weight: 400;
}
.page-news-single .p-article-card-2__title {
  font-size: 1.5rem;
  line-height: 1.6;
}
.page-news-single .p-article-card-2__text {
  font-weight: 400;
}
.page-news-single .p-article-card-ranking a {
  display: block;
}
.page-news-single .p-article-card-ranking:nth-of-type(1) .p-article-card-ranking__image::after {
  background-color: #ffc600;
}
.page-news-single .p-article-card-ranking:nth-of-type(2) .p-article-card-ranking__image::after {
  background-color: #fc6458;
}
.page-news-single .p-article-card-ranking:nth-of-type(3) .p-article-card-ranking__image::after {
  background-color: #0ca4d6;
}
.page-news-single .p-article-card-ranking__image {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.page-news-single .p-article-card-ranking__image::after {
  content: counter(count);
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #a0a0a0;
  color: #fff;
  font-size: 2.1rem;
  counter-increment: count;
}
.page-news-single .p-article-card-ranking__category {
  display: inline-block;
  padding: 5px 22px;
  background-color: #284660;
  color: #fff;
  font-size: 1.1rem;
}
.page-news-single .p-article-card-ranking__date {
  margin: 12px 0 6px;
  color: #284660;
  font-size: 1.3rem;
}
.page-news-single .p-article-card-ranking__title {
  font-size: 1.5rem;
  line-height: 1.6;
}
.page-news-single .p-lower-block {
  margin-bottom: 20px;
  background-color: #fff;
}
.page-news-single .p-pickup-block {
  margin-bottom: 90px;
}
.page-news-single .p-pickup-block .p-section-title {
  margin-bottom: 24px;
  font-size: 75px;
  color: #f5f4f4;
}
.page-news-single .p-ranking-block .p-section-title {
  color: #f5f4f4;
  margin-bottom: 24px;
  font-size: 75px;
}
.page-news-single .p-ranking-card-container__inner {
  display: flex;
  counter-reset: count;
}
.page-news-single .p-ranking-card-container .article-item {
  flex-basis: 20%;
  max-width: 20%;
  margin-left: 20px;
  border-radius: 15px;
}
.page-news-single .p-ranking-card-container .article-item .article-item__inner .article-item__image img {
  max-width: 100%;
}
.page-news-single .p-ranking-card-container .article-item:first-of-type {
  margin-left: 0;
}
.page-news-single .p-ranking-card-container .article-item:nth-of-type(4n+4) .article-item__image::after {
  /*background-color: #000;*/
}
.page-news-single .p-ranking-card-container .article-item__image {
  position: relative;
}
.page-news-single .p-ranking-card-container .article-item__image::after {
  content: counter(count);
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ff0000;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  counter-increment: count;
  border-top-left-radius: 15px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .page-news-single.l-content {
    margin-top: 0;
    padding-top: 40px;
  }

  .page-news-single .p-post-head__mainvisual {
    width: 100vw;
    margin-bottom: 16px;
    margin-left: -15px;
  }
  .page-news-single .p-post-head__category {
    top: 10px;
    right: 25px;
    padding: 1px 9px 1px;
    text-decoration: none;
  }
  .page-news-single .p-post-head__post-title {
    font-size: 2.4rem;
    font-size: 31px;
  }
  @includue mq(sp) {
    .page-news-single .p-post-head__post-title {
      line-height: 1.4;
    }
  }
  .page-news-single .p-author-box {
    display: flex;
  }
  .page-news-single .p-author-box .sns-set {
    left: -14px;
    justify-content: flex-end;
  }
  .page-news-single .p-author-box__avater {
    margin-right: 10px;
  }
  .page-news-single .p-author-box__avater img {
    width: 100%;
    height: auto;
  }
  .page-news-single .p-author-box__group {
    display: block;
    text-align: left;
  }
  .page-news-single .p-author-box__date {
    padding: 0;
  }
  .page-news-single .p-author-box__sns-group {
    margin-right: 14px;
    margin-left: auto;
  }
  .page-news-single .p-post-body {
    margin-bottom: 20px;
  }
  .page-news-single .p-tag-list {
    font-size: 1.1rem;
  }
  .page-news-single .p-section-post-content {
    padding-bottom: 50px;
  }
  .page-news-single .p-section-more-articles .p-section-title.title-en-big {
    width: 105%;
    font-size: 45px;
    color: #f5f4f4;
  }
  .page-news-single .p-article-card-container {
    width: calc(100vw - 15px);
    overflow-x: scroll;
  }
  .page-news-single .p-article-card-container .p-article-card {
    flex-basis: 230px;
    flex-shrink: 0;
    max-width: 230px;
    margin-top: 0;
    margin-left: 15px;
  }
  .page-news-single .p-article-card-container .p-article-card:first-of-type {
    margin-left: 0;
  }
  .page-news-single .p-article-card-container__inner {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 17px;
    padding-bottom: 20px;
  }
  .page-news-single .p-article-card__inner {
    display: block;
    text-decoration: none;
  }
  .page-news-single .p-article-card__image {
    max-width: 100%;
    height: 136px;
  }
  .page-news-single .p-article-card__body {
    padding: 12px;
  }
  .page-news-single .p-article-card__date {
    margin: 0;
  }
  .page-news-single .p-article-card__categories {
    margin: 0 0 9px;
  }
  .page-news-single .p-article-card__title {
    line-height: 1.6;
  }
  .page-news-single .p-lower-block {
    padding: 30px 0;
  }
  .page-news-single .p-pickup-block {
    margin-bottom: 20px;
  }
  .page-news-single .p-pickup-block .p-section-title {
    margin-bottom: 14px;
    font-size: 45px;
    color: #f5f4f4;
  }
  .page-news-single .p-ranking-block .p-section-title {
    color: #f5f4f4;
    font-size: 45px;
  }
  .page-news-single .p-ranking-card-container {
    box-sizing: border-box;
    width: calc(100vw - 15px);
    padding-bottom: 20px;
    overflow-x: scroll;
  }
  .page-news-single .p-ranking-card-container .article-item {
    flex-basis: 230px;
    flex-shrink: 0;
    max-width: 230px;
    margin-left: 15px;
    border-radius: 15px;
  }
  .page-news-single .p-ranking-card-container .article-item .article-item__inner .article-item__image img {
    max-width: 100%;
  }
  .page-news-single .p-ranking-card-container .article-item:first-of-type {
    margin-top: 0;
  }
  .page-news-single .p-ranking-card-container__inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 17px;
  }
}
@media screen and (min-width: 1px) and (max-width: 480px) {
  .page-news-single {
    padding-top: 20px;
  }
  .page-news-single .p-author-box .sns-set__item {
    flex-basis: 70px;
    max-width: 70px;
    background-size: 46px;
  }
}
/* -----------------------------------------------------------
	page-news-single
----------------------------------------------------------- */
.l-main_content article .img_area {
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .l-main_content article .img_area {
    max-width: 100px;
  }
}
.l-main_content article .img_area img {
  max-width: 100%;
}
.l-main_content.lst_destinations {
  width: 100% !important;
  max-width: 100%;
}

/* -----------------------------------------------------------
	.l-main
----------------------------------------------------------- */
@-webkit-keyframes move_red_bg {
  0% {
    right: 0;
  }
  50% {
    right: calc( (100vw - 1200px)/2 + 100% );
  }
  100% {
    right: 0;
  }
}
@-moz-keyframes move_red_bg {
  0% {
    right: 0;
  }
  50% {
    right: calc( (100vw - 1200px)/2 + 100% );
  }
  100% {
    right: 0;
  }
}
@-o-keyframes move_red_bg {
  0% {
    right: 0;
  }
  50% {
    right: calc( (100vw - 1200px)/2 + 100% );
  }
  100% {
    right: 0;
  }
}
@keyframes move_red_bg {
  0% {
    right: 0;
  }
  50% {
    right: calc( (100vw - 1200px)/2 + 100% );
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes move_red_bg_sp {
  0% {
    right: 120%;
  }
  100% {
    right: -10%;
  }
}
@-moz-keyframes move_red_bg_sp {
  0% {
    right: 120%;
  }
  100% {
    right: -10%;
  }
}
@-o-keyframes move_red_bg_sp {
  0% {
    right: 120%;
  }
  100% {
    right: -10%;
  }
}
@keyframes move_red_bg_sp {
  0% {
    right: 120%;
  }
  100% {
    right: -10%;
  }
}
.l-main section.destinations {
  padding: 0;
}
.l-main section.destinations.new {
  background: #fff;
}
.l-main section.destinations.new .map_area img {
  max-width: 1000px;
}
.l-main section.destinations.new .map_area .location li {
  border-color: #ff0000;
  z-index: 100;
  background: #fff;
}
.l-main section.destinations.new .map_area .location li a {
  color: #ff0000;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .l-main section.destinations.new .map_area .location li a {
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
  }
}
.l-main section.destinations.new .map_area .location li a:after {
  bottom: -3px;
  left: -5px;
  right: auto;
  line-height: 18px;
  border: 0;
  text-align: center;
  display: block;
  text-indent: 2px;
}
.l-main section.destinations.new .map_area .location li a:hover {
  color: #fff;
  background: #ff0000;
}
.l-main section.destinations.new .map_area .location li:hover {
  background: #fff;
}
.l-main section.con_studyabroad {
  box-sizing: border-box;
  margin: 75px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_studyabroad {
    margin: 30px 0 20px;
  }
}
.l-main section.con_studyabroad * {
  box-sizing: border-box;
}
.l-main section.con_studyabroad .box_studyabroad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-main section.con_studyabroad .box_studyabroad .photo {
  width: 50%;
  position: relative;
  line-height: 0;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_studyabroad .box_studyabroad .photo {
    padding-bottom: 10px;
    width: 100%;
  }
}
.l-main section.con_studyabroad .box_studyabroad .photo:before {
  content: '';
  position: absolute;
  right: 0;
  width: calc( (100vw - 1200px)/2 + 100% );
  top: 30%;
  bottom: -41px;
  background: #ff0000;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_studyabroad .box_studyabroad .photo:before {
    width: 120%;
    right: 120%;
    top: 20%;
    bottom: -10px;
  }
}
.l-main section.con_studyabroad .box_studyabroad .photo:after {
  content: '';
  position: absolute;
  width: 100px;
  right: -100px;
  top: 0;
  height: 60%;
  background: #fff;
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_studyabroad .box_studyabroad .photo:after {
    display: block;
  }
}
.l-main section.con_studyabroad .box_studyabroad .photo img {
  max-width: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-main section.con_studyabroad .box_studyabroad .photo.active:before {
  -webkit-animation: move_red_bg 1.5s;
  -moz-animation: move_red_bg 1.5s;
  -o-animation: move_red_bg 1.5s;
  animation: move_red_bg 1.5s;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_studyabroad .box_studyabroad .photo.active:before {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    right: -10%;
  }
}
.l-main section.con_studyabroad .box_studyabroad .box_info {
  width: 50%;
  padding-left: 70px;
}
@media only screen and (max-width: 1200px) {
  .l-main section.con_studyabroad .box_studyabroad .box_info {
    padding-left: 25px;
  }
}
@media print {
  .l-main section.con_studyabroad .box_studyabroad .box_info {
    padding-left: 25px;
  }
}
.ie8 .l-main section.con_studyabroad .box_studyabroad .box_info {
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_studyabroad .box_studyabroad .box_info {
    padding-left: 0;
    width: 100%;
  }
}
.l-main section.con_studyabroad .box_studyabroad .box_info .infos {
  position: relative;
}
.l-main section.con_studyabroad .box_studyabroad .box_info .infos:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5000px;
  left: -70px;
  background: #ff0000;
}
@media only screen and (max-width: 1200px) {
  .l-main section.con_studyabroad .box_studyabroad .box_info .infos:before {
    left: -25px;
  }
}
@media print {
  .l-main section.con_studyabroad .box_studyabroad .box_info .infos:before {
    left: -25px;
  }
}
.ie8 .l-main section.con_studyabroad .box_studyabroad .box_info .infos:before {
  left: -25px;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_studyabroad .box_studyabroad .box_info .infos:before {
    width: 120%;
    left: 120%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
.l-main section.con_studyabroad .box_studyabroad .box_info .infos .info {
  z-index: 1;
  position: relative;
  padding: 25px 0 45px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_studyabroad .box_studyabroad .box_info .infos .info {
    margin-bottom: 20px;
    padding: 25px 0;
  }
}
.l-main section.con_studyabroad .box_studyabroad .box_info .infos .info h3 {
  color: #fff;
}
.l-main section.con_studyabroad .box_studyabroad .box_info .infos .info .txts p {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_studyabroad .box_studyabroad .box_info .infos .info .txts p {
    margin-bottom: 10px;
  }
}
.l-main section.con_studyabroad .box_studyabroad .box_info .infos .info .txts p:last-child {
  margin-bottom: 0;
}
.l-main section.con_studyabroad .box_studyabroad .box_info .infos .info .m-link_btn {
  margin-top: 25px;
  border-color: #fff;
}
.l-main section.con_studyabroad .box_studyabroad .box_info .infos .info .m-link_btn a {
  color: #fff;
}
.l-main section.con_studyabroad .box_studyabroad .box_info .infos .info .m-link_btn a:before {
  background-color: #fff;
}
.l-main section.con_studyabroad .box_studyabroad .box_info .infos .info .m-link_btn a:hover {
  color: #ff0000;
}
.l-main section.con_studyabroad .box_studyabroad .box_info .m-link_btn {
  border-color: #ff0000;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_studyabroad .box_studyabroad .box_info .m-link_btn {
    margin: 0 auto;
  }
}
.l-main section.con_studyabroad .box_studyabroad .box_info .m-link_btn a {
  border-color: #ff0000;
  color: #ff0000;
}
.l-main section.con_studyabroad .box_studyabroad .box_info .m-link_btn a:before {
  background-color: #ff0000;
}
.l-main section.con_studyabroad .box_studyabroad .box_info .m-link_btn a:hover {
  color: #fff;
}
.l-main section.con_studyabroad .box_studyabroad .box_info.active2 .infos:before {
  left: -10%;
}
.l-main section.con_chart_pie {
  box-sizing: border-box;
}
.l-main section.con_chart_pie * {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_chart_pie .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main section.con_chart_pie .box_chart_pie {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.l-main section.con_chart_pie .box_chart_pie .chart_pie {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_chart_pie .box_chart_pie .chart_pie {
    width: 100%;
  }
}
.l-main section.con_chart_pie .box_chart_pie .chart_pie #chart_pie {
  width: 100%;
  height: 436px;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_chart_pie .box_chart_pie .chart_pie #chart_pie {
    height: 280px;
  }
}
.l-main section.con_chart_pie .box_chart_pie .box_info {
  padding: 20px 0;
  width: 50%;
  padding-left: 70px;
}
@media only screen and (max-width: 1200px) {
  .l-main section.con_chart_pie .box_chart_pie .box_info {
    padding-left: 25px;
  }
}
@media print {
  .l-main section.con_chart_pie .box_chart_pie .box_info {
    padding-left: 25px;
  }
}
.ie8 .l-main section.con_chart_pie .box_chart_pie .box_info {
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_chart_pie .box_chart_pie .box_info {
    padding-left: 0;
    width: 100%;
    padding: 20px 5%;
  }
}
.l-main section.about_uci.new {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .l-main section.about_uci.new .content_box .img_area {
    margin-bottom: 40px;
  }
}
.l-main section.about_uci.new .content_box .img_area .photo {
  line-height: 0;
  position: relative;
}
.l-main section.about_uci.new .content_box .img_area .photo:before {
  content: '';
  position: absolute;
  right: calc( (100vw - 1200px)/2 + 100% );
  width: calc( (100vw - 1200px)/2 + 100% );
  top: 30%;
  bottom: -41px;
  background: #ff0000;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  .l-main section.about_uci.new .content_box .img_area .photo:before {
    width: 1000px;
    right: 1000px;
    top: 20%;
    bottom: -30px;
  }
}
.l-main section.about_uci.new .content_box .img_area .photo img {
  position: relative;
  z-index: 1;
}
.l-main section.about_uci.new .content_box .img_area .photo.active:before {
  opacity: 1;
  right: 140px;
}
@media only screen and (max-width: 767px) {
  .l-main section.about_uci.new .content_box .img_area .photo.active:before {
    right: 40px;
  }
}
.l-main section.con_chart_col {
  position: relative;
  z-index: 50;
  margin-top: -350px;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_chart_col {
    margin-top: 0;
  }
}
.l-main section.con_chart_col .box_line_col {
  width: 100%;
  max-width: 600px;
}
.l-main section.con_chart_col .box_line_col #chart_col {
  width: 100%;
  height: 437px;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_chart_col .box_line_col #chart_col {
    height: 300px;
  }
}
.l-main section.con_chart_col .box_line_col .st {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #000;
  line-height: 1;
  top: 50px;
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .l-main section.con_chart_col .box_line_col .st {
    display: block;
  }
}
.l-main section.con_chart_col.active .box_line_col .st {
  visibility: visible;
}
.l-main section.flow_area .step_box {
  min-height: 258px;
}
@media only screen and (max-width: 767px) {
  .l-main section.flow_area .step_box {
    min-height: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main section.flow_area .step_box p.label {
    text-align: center;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .l-main section.flow_area .step_box p.label:before {
    left: 50%;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main section.flow_area .step_box p.label span {
    position: absolute;
    left: 50%;
    margin: 0;
    padding: 0;
    margin-left: -60px;
  }
}
.l-main section.flow_area .step_box h4 {
  color: #ff0000;
}
@media only screen and (max-width: 767px) {
  .l-main section.flow_area .step_box h4 {
    text-align: center;
  }
}
.l-main section.flow_area .step_box.step5:after {
  content: "";
  display: block;
  position: absolute;
  right: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #ff0000;
}
@media only screen and (max-width: 767px) {
  .l-main section.flow_area .step_box.step5:after {
    display: none;
  }
}
.l-main section.flow_area .step_box.step6 {
  margin-left: 0;
}
.l-main section.flow_area .step_box.step6:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-main section.flow_area .step_box.step6:before {
    display: block;
  }
}
.l-main section.contact_form_area .form_inner select, .l-main section.contact_form_area .form_inner input[type="text"], .l-main section.contact_form_area .form_inner input[type="email"], .l-main section.contact_form_area .form_inner input[type="tel"], .l-main section.contact_form_area .form_inner textarea {
  -webkit-appearance: none;
  padding: 0 5px;
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  border-radius: 3px;
  box-shadow: none;
  height: 32px;
  line-height: 30px;
}
.l-main section.contact_form_area .form_inner textarea {
  height: 215px;
  padding: 5px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .l-main section.contact_form_area .form_inner textarea {
    height: 200px;
  }
}

/* -----------------------------------------------------------
	wp-pagenavi
----------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 44px;
  margin: 2px 4px;
  border-radius: 50%;
  background: #fff;
  font-size: 17.5px;
  font-weight: bold;
  text-decoration: none !important;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 0 0 0 3px;
  order: 3;
}
.wp-pagenavi a.extend, .wp-pagenavi span.extend {
  border: 0;
}
.wp-pagenavi a.pages, .wp-pagenavi span.pages {
  width: auto;
  height: auto;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #ff0000;
  color: #fff;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi span.previouspostslink {
  width: 20px;
  order: 1;
  background: transparent;
}
.wp-pagenavi a.first, .wp-pagenavi span.first {
  order: 2;
}
.wp-pagenavi a.last, .wp-pagenavi span.last {
  order: 4;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi span.nextpostslink {
  width: 20px;
  order: 5;
  background: transparent;
}
.wp-pagenavi a.extend, .wp-pagenavi span.extend {
  width: 21px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  border: 0;
}
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
  background: #fff;
  color: #ff0000 !important;
  opacity: .7;
}
.wp-pagenavi a:hover {
  background: #ff0000;
  color: #fff !important;
}

.m-page_title {
  width: 100%;
}

/* -----------------------------------------------------------
	listschool
----------------------------------------------------------- */
.listschool {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .listschool {
    justify-content: space-between;
  }
}
.listschool > li {
  width: calc( (100% - 40px)/3);
  box-shadow: 1px 1px 5px #ccc;
  margin-bottom: 20px;
  border-radius: 15px;
  margin-right: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .listschool > li {
    width: calc( (100% - 10px)/2);
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.listschool > li .photo {
  display: block;
  position: relative;
  height: 240px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .listschool > li .photo {
    height: 110px;
  }
}
.listschool > li .photo img {
  max-width: none;
  width: 100%;
}
.listschool > li .photo .cat {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background: #000;
}
.listschool > li .photo:hover {
  opacity: 1;
}
.listschool > li .box_txt {
  padding: 20px 25px 40px;
}
@media only screen and (max-width: 767px) {
  .listschool > li .box_txt {
    padding: 10px 15px 20px;
  }
}
.listschool > li .box_txt .cap {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .listschool > li .box_txt .cap {
    font-size: 16px;
  }
}
.listschool > li .box_txt .destination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .listschool > li .box_txt .destination {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.listschool > li .box_txt .destination:after {
  content: '';
  position: absolute;
  left: 0;
  width: 80px;
  height: 1px;
  bottom: 0;
  background: #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .listschool > li .box_txt .destination:after {
    display: none;
  }
}
.listschool > li .box_txt .destination li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.listschool > li .box_txt .destination li a {
  font-size: 13px;
  color: #969696;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .listschool > li .box_txt .destination li a {
    font-size: 11px;
    font-size: 16px;
  }
}
.listschool > li .box_txt .destination li a:after {
  content: '/';
  display: inline-block;
  margin-left: 5px;
}
.listschool > li .box_txt .destination li a:hover {
  color: #ff0000;
}
.listschool > li .box_txt .destination li span {
  font-size: 13px;
  color: #969696;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .listschool > li .box_txt .destination li span {
    font-size: 11px;
    font-size: 16px;
  }
}
.listschool > li .box_txt .destination li:last-child a:after {
  content: none;
}
.listschool > li .box_txt .des {
  font-size: 13px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .listschool > li .box_txt .des {
    display: none;
    font-size: 16px;
  }
}
.listschool > li:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .listschool.style2 > li {
    /*display: none;*/
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .listschool.style2 > li .photo {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .listschool.style2 > li .box_txt .destination {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .listschool.style2 > li .box_txt .destination:after {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .listschool.style2 > li .box_txt .des {
    display: block;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 767px) {
  .listschool.style2 > li:nth-child(1), .listschool.style2 > li:nth-child(2), .listschool.style2 > li:nth-child(3) {
    display: block;
  }
}

/* -----------------------------------------------------------
	m-breadcrumbs
----------------------------------------------------------- */
.m-breadcrumbs {
  color: #808080;
}
@media only screen and (max-width: 767px) {
  .m-breadcrumbs {
    display: none;
  }
}
.m-breadcrumbs .l-inner {
  border: 0;
}
.m-breadcrumbs .l-inner span, .m-breadcrumbs .l-inner a {
  color: #808080;
  font-size: 13px;
}

/* -----------------------------------------------------------
	news_area
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .news_area.new .article-container__list {
    margin: 0 0 20px;
  }
}
.news_area.new .article-container__list article {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .news_area.new .article-container__list article {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .news_area.new .article-container__list article .article-item__inner .article-item__image {
    height: auto;
    line-height: 0;
  }
}
.news_area.new .article-container__list article .article-item__inner .article-item__body {
  text-align: left;
}

.map_area.new img {
  max-width: 1000px;
}
.map_area.new .location li {
  border-color: #ff0000;
  background: #fff;
}
.map_area.new .location li a {
  color: #ff0000;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .map_area.new .location li a {
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
  }
}
.map_area.new .location li a:after {
  bottom: -3px;
  left: -5px;
  right: auto;
  line-height: 18px;
  border: 0;
  text-align: center;
  display: block;
  text-indent: 2px;
}
.map_area.new .location li a:hover {
  color: #fff;
  background: #ff0000;
}
.map_area.new .location li:hover {
  background: #fff;
}

/* -----------------------------------------------------------
	.cus_animate animate effect
----------------------------------------------------------- */
@keyframes fade_in_up {
  from {
    top: 15px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.cus_animate2 {
  visibility: hidden;
}
.cus_animate2.active2 {
  visibility: visible;
}

.fade_in_up {
  position: relative;
  animation: fade_in_up 1s;
}

/* -----------------------------------------------------------
	.con_mv_single
----------------------------------------------------------- */
.con_mv_single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}
.con_mv_single img {
  max-width: none;
  width: 100%;
}

.bnr_area.cus .content_box .img_area .pic {
  width: 260px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .bnr_area.cus .content_box .img_area .pic {
    width: 100%;
    height: 260px;
  }
}

#page_types h3 {
  margin-top: 25px;
}

/* -----------------------------------------------------------
	purpose_area
----------------------------------------------------------- */
.purpose_area.cus_box_bg_video {
  padding-top: 180px;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .purpose_area.cus_box_bg_video {
    padding-top: 60px;
  }
}
.purpose_area.cus_box_bg_video:before {
  z-index: 2;
}

/* -----------------------------------------------------------
	box_bg_video
----------------------------------------------------------- */
.box_bg_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.box_bg_video .bgvideo_default {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box_bg_video .bg_pink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.box_bg_video .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
}
.box_bg_video .bx-wrapper .bx-viewport {
  height: 100%;
}
.box_bg_video .box_slide {
  height: 100%;
  z-index: 2;
}
.box_bg_video .box_slide .item {
  width: 100%;
  height: 100%;
}
.box_bg_video .box_slide .item .bg {
  height: 100%;
  line-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box_bg_video .box_slide .item .bg.open {
  display: none !important;
}

/* -----------------------------------------------------------
	slick-slider
----------------------------------------------------------- */
.slick-slider * {
  outline: none;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  background: transparent;
  color: transparent;
  font-size: 0;
  border: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.slick-slider .slick-arrow:before {
  color: #1b6d85;
  font-size: 50px;
  font-family: 'fontawesome';
}
@media only screen and (max-width: 767px) {
  .slick-slider .slick-arrow:before {
    font-size: 30px;
  }
}
.slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: '\f104';
}
.slick-slider .slick-arrow.slick-next {
  right: 20px;
}
.slick-slider .slick-arrow.slick-next:before {
  content: '\f105';
}
.slick-slider .slick-arrow:hover {
  opacity: .85;
}
.slick-slider.full {
  height: 100%;
}
.slick-slider.full .slick-list {
  height: 100%;
}
.slick-slider.full .slick-list .slick-track {
  height: 100%;
}
.slick-slider.full .slick-list .slick-track .slick-slide {
  height: 100%;
}
.slick-slider.full .slick-list .slick-track .slick-slide .bg_photo {
  height: 100%;
  position: relative;
}
.slick-slider.full .slick-list .slick-track .slick-slide .bg_photo img {
  display: none;
}

.about_company .content_box .img_area {
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .about_company .content_box .img_area {
    width: 100%;
  }
}
.about_company .content_box .img_area img {
  max-width: none;
  width: 100%;
}
.about_company .content_box .txt_area {
  width: calc(100% - 450px);
}
@media only screen and (max-width: 767px) {
  .about_company .content_box .txt_area {
    width: 100%;
  }
}
