@charset "UTF-8";

/*----------------------
sec_top
----------------------*/

/*.sec_top .slideshow {
    position: relative;
    width: 100vw;
    height: 616px;
    overflow: hidden;
}

.sec_top .slideshow .item {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    display: none;
    background-size: cover;
    background-position: center center;
}
*/
/*.sec_top .slideshow .item1 {
    background-image: url(../img/mv_01.jpg);
}
.sec_top .slideshow .item2 {
    background-image: url(../img/mv_02.jpg);
}
.sec_top .slideshow .item3 {
    background-image: url(../img/mv_03.jpg);
}
.sec_top .slideshow .item4 {
    background-image: url(../img/mv_04.jpg);
}
.sec_top .slideshow .item5 {
    background-image: url(../img/mv_05.jpg);
}*/

.sec_top {
  position: relative;
  /*height: 100vh;
  /*width: 100%;*/
  /* max-height: 616px; */
  overflow: hidden;
  margin-left: 60px;
}

.sec_top .slideshow {
  position: relative;
  width: 100%;
  min-height: 616px;
  overflow: hidden;
  margin: 0 auto;
}

.sec_top .slideshow .item {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  background-size: cover;
  background-position: center center;
}

.sec_top .in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

.sec_top .out {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 4s;
  transition: 4s;
  z-index: 1;
}

.sec_top .mv_slider {
  height: 560px;
}
.sec_top .mv_slider .mv_slider--item {
  position: relative;
}
.sec_top .mv_slider .mv_slider--item:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.sec_top .mv_slider .mv_slider--item img {
  width: 600px;
}

/* .sec_top .t_h1 {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 48px;
  height: 2em;
  position: absolute;
  top: 0;
  bottom: 0;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
  margin: auto;
  width: 800px;
  left: 0;
  right: 0;
}

.sec_top .t_h1 .txt_cap {
  font-size: 20px;
} */

.sec_top .sec_top_box {
  box-sizing: border-box;
  width: 328px;
  height: 312px;
  background-color: #fff;
  position: absolute;
  z-index: 20;
  top: 20%;
  padding: 28px 0 20px;
  display: flex;
  flex-direction: column;
}
.sec_top .sec_top_box .txt--dmo {
  font-size: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
  /* margin-bottom: 34px; */
  letter-spacing: 0;
}
.sec_top .sec_top_box .box--ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 44px;
}
.sec_top .sec_top_box .box--ttl .ttl_sub {
  font-size: 11px;
  line-height: 1.27;
  display: inline-block;
  letter-spacing: 0;
}
.sec_top .sec_top_box .box--arrow {
  /* position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%); */
  display: flex;
  align-items: center;
  margin-top: auto;
  align-self: center;
  transition: opacity 0.3s;
  margin-left: -30px;
  margin-top: -6px;
}
.sec_top .sec_top_box .box--arrow:hover {
  opacity: 0.6;
}
.sec_top .sec_top_box .box--arrow .arrow_txt {
  font-size: 14px;
  color: #000;
}
.sec_top .sec_top_box .box--arrow .arrow_icon {
  display: inline-block;
  width: 15px;
  height: 14.5px;
  background: url(../img/icon-about-arrow.svg);
  background-repeat: no-repeat;
  margin-left: 8.5px;
  animation: scroll-sign 1s infinite both;
}
@keyframes scroll-sign {
  0% {
    transform: translateY(-25%);
  }

  30% {
    transform: translateY(25%);
  }

  40% {
    transform: translateY(25%);
  }

  100% {
    transform: translateY(-25%);
  }
}

/*----------------------
sec_news
----------------------*/
.sec_news {
  background: #f7f7f7;
}

.sec_news .inner {
  max-width: 1150px;
  width: 90%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  padding: 30px 0;
}

.sec_news .t_h2B {
  font-size: 22px;
  margin-right: 50px;
  line-height: 1;
}

.sec_news .blo_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  width: 100%;
}

.sec_news .blo_right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;

  letter-spacing: 1px;
  margin: 5px auto;

  color: #333;
}

.sec_news .blo_right dt {
  font-size: 12px;
  margin-right: 30px;
  line-height: 2em;
}

.sec_news .blo_right dd {
  font-size: 14px;
}

.sec_news .blo_right .mont_300 {
  padding-bottom: 0px;
  font-size: 14px;
}

.sec_news .blo_right a {
  color: #0090dc;
}
.sec_news .blo_right a:hover {
  text-decoration: underline;
}

/*----------------------
sec_area
----------------------*/
.sec_area .blo_top {
  background: url(../img/bg_areatop.png) no-repeat bottom;
  background-size: contain;
  text-align: center;
  padding: 80px 0 240px;
}

.sec_area .t_h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.sec_area .txt_h3 {
  font-size: 16px;
  color: #333;
  line-height: 2;
}

.sec_area .t_h3.mont {
  font-size: 20px;
  margin-top: 40px;
}

.sec_area .blo_bottom {
  background: #e2f1f7;
  padding: 125px 0;
}

.sec_area .blo_bottom .inner {
  max-width: 1290px;
  margin: auto;
  width: 90%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sec_area .blo_bottom .blo_left {
  width: 55%;
  max-height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_area .blo_bottom .blo_left.sp {
  display: none;
}

.sec_area .blo_bottom li {
  width: 49.2%;
  margin-bottom: 1.6%;
}

.sec_area .blo_bottom img {
  width: 100%;
}

.sec_area .blo_bottom .blo_right {
  width: 38%;
  min-width: 490px;
  margin-left: 5%;
}

.sec_area .blo_bottom .title_linearea {
  font-size: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  padding-bottom: 28px;
  margin-bottom: 20px;
}

.sec_area .title_linearea .bold {
  font-size: 28px;
  background: #fff;
  padding: 10px 25px;
}

.sec_area .title_linearea .arrow_ofuku {
  margin: 0 20px;
  display: inline-block;
}

.sec_area .title_linearea .bold {
  font-size: 28px;
  background: #fff;
  padding: 10px 25px;
}

.sec_area .title {
  font-size: 22px;
  margin-bottom: 10px;
}

.sec_area .txt {
  font-size: 20px;
}

.sec_area .en .title_linearea span {
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
}

.sec_area .en .title_linearea .bold,
.sec_area .en .title_linearea {
  font-size: 20px;
  line-height: 1.3;
}

.sec_area .en .txt {
  font-size: 16px;
  letter-spacing: 0;
}

/*----------------------
sec_blo_mae
----------------------*/
.sec_facilities {
  padding: 100px 0 0;
  max-width: 1050px;
  width: 90%;
  margin: auto;
}

.sec_facilities table {
  margin: auto;
  width: 100%;
}

.sec_facilities tr {
  border-bottom: 1px solid #e5e5e5;
}

.sec_facilities .last {
  border-bottom: 1px solid #000;
}

.sec_facilities th {
  background-color: #000;
  color: #fff;
  width: 26%;
  padding: 8px 0;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}

.sec_facilities th:nth-child(2) {
  width: 40%;
}

.sec_facilities th:nth-child(3) {
  width: 34%;
}

.sec_facilities th span {
  /*font-size: 14px;*/
  margin-left: 20px;
}

.sec_facilities td {
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
  padding: 15px 0 15px 34px;
}

.sec_facilities td.col1 {
  vertical-align: top;
  padding: 50px 0 0;
}

.sec_facilities .gray {
  background-color: #f7f7f7;
}

.sec_facilities .t_h3 {
  font-size: 24px;
}

.sec_facilities .t_h3A {
  line-height: 2.5;
}

.sec_facilities .t_h3 span {
  font-size: 14px;
  color: #888;
  display: inline-block;
  line-height: 1.8;
}

.sec_facilities .col2 {
  padding-left: 4em;
  position: relative;
}

.sec_facilities .col2 a {
  display: block;
}

.sec_facilities .col2::before,
.sec_facilities .col2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.4em;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sec_facilities .col2::before {
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec_facilities .col3B span,
.sec_facilities .col2 span {
  color: #888;
}

.sec_facilities .col3 {
  text-align: right;
  padding-right: 15%;
}

.sec_mae {
  max-width: 1190px;
  padding-top: 100px;
  margin: auto;
}

.sec_mae .mae_block {
  display: flex;
  align-items: center;
}
.sec_mae .mae_block * {
  box-sizing: border-box;
}
.sec_mae .mae_block .block_content {
  max-width: 50%;
  height: 80%;
  background-color: #ebf7ff;
  padding: 50px 60px 70px;
}
.sec_mae .mae_block .block_content .block--ttl {
  font-size: 16px;
  color: #0090dc;
  padding-bottom: 8px;
  border-bottom: 1px solid #0090dc;
  display: inline-block;
}
.sec_mae .mae_block .block_content .block--heading {
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: 0;
  text-align: center;
}
.sec_mae .mae_block .block_content .block--desc {
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0;
  margin-top: 43px;
}
.sec_mae .mae_block .block--img {
  max-width: 50%;
}
.sec_mae .mae_block .block--img img {
  width: 100%;
}
.sec_mae .mae_block:nth-of-type(even) .block--img {
  order: -1;
}
.sec_mae .mae_block + .mae_block {
  margin-top: 60px;
}
/*多言語*/
.wrapper:not(.jp) .sec_mae .mae_block .block_content {
  padding: 31px 40px 34px;
}
.wrapper:not(.jp) .sec_mae .mae_block .block_content .block--heading {
  font-size: 26px;
}
.wrapper:not(.jp) .sec_mae .mae_block .block_content .block--desc {
  line-height: 1.85;
}

/*----------------------
sec_vebues
----------------------*/
.sec_vebues {
  padding-top: 100px;
  max-width: 1190px;
  margin: 0 auto;
  width: 90%;
}

.sec_vebues .blo_vebues {
  /* margin-top: 90px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_vebues .blo_vebues li {
  width: 290px;
  margin-bottom: 10px;
}

.sec_vebues .blo_vebues .box_half {
  width: 590px;
}

.sec_vebues .blo_vebues li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------
sec_gallery
----------------------*/
.sec_gallery {
  padding-top: 100px;
  max-width: 865px;
  margin: 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player_thums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}

.player_thums li {
  width: 24%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.player_thums li img {
  width: 100%;
}

.player_thums li p {
  line-height: 1.4;
  margin-top: 15px;
}

.player_thums li p span {
  font-size: 12px;
  color: #888;
}

.player_thums li img.movie_on {
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.player_thums li:nth-child(1) {
  background: url(../img/S0fgKrn3THA_on.jpg) no-repeat;
  background-size: 101%;
}

.player_thums li:nth-child(2) {
  background: url(../img/SiypO3brrXE_on.jpg) no-repeat;
  background-size: 102%;
}

.player_thums li:nth-child(3) {
  background: url(../img/JPrn2C5iE58_on.jpg) no-repeat;
  background-size: 101%;
}

.player_thums li:nth-child(4) {
  background: url(../img/PcuZi9ZyiXI_on.jpg) no-repeat;
  background-size: 101%;
}

/*----------------------
sec_access
----------------------*/
.sec_access {
  margin-top: 90px;
  padding: 100px 0 90px;
  background: #e8f7f3;
}

.blo_access {
  max-width: 1000px;
  /* margin: 60px auto 0; */
  margin: 0 auto;
}
.js-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.js-tab > div {
  background: #fff;
  color: #888;
  padding: 15px 0;
  cursor: pointer;
  border: 1px solid;
  margin: 0 20px;
  width: 330px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
}

.js-tab .active {
  background: #000;
  color: #fff;
}

.js-tab .active::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
  bottom: -10px;
  margin: auto;
  left: 0;
  right: 0;
}

.js-tab .t_h3 {
  line-height: 2;
  text-align: center;
}

.js-tab .tab1 .t_h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(../img/icon_airline_off.svg) no-repeat 18% center;
  background-size: auto 30px;
}

.js-tab .tab1.active .t_h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(../img/icon_airline_on.svg) no-repeat 18% center;
  background-size: auto 30px;
}

.js-tab .tab2 .t_h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(../img/icon_train_off.svg) no-repeat 18% center;
  background-size: auto 30px;
}

.js-tab .tab2.active .t_h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(../img/icon_train_on.svg) no-repeat 18% center;
  background-size: auto 30px;
}

.js-tab > div .mont_300 {
  font-size: 13px;
  font-weight: bold;
}

.js-tab_content {
  display: none;
  padding: 35px 40px;
  margin-top: 25px;
  background: #fff;
  box-sizing: border-box;
}
.js-tab_content.active {
  display: block;
}
.js-tab_content img {
  width: 100%;
}

/*----------------------
sec_about
----------------------*/
.sec_about {
  padding: 100px 0 0;
  max-width: 1190px;
  margin: 0 auto;
  width: 90%;
}

/* .sec_about .blo_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 100px auto 0;
}

.sec_about .blo_top .blo_left {
    width: 850px;
}

.sec_about .blo_top .blo_left p:not(.mont_300) {
    font-size: 16px;
}

.sec_about .blo_top .blo_left p.mont_300 {
    letter-spacing: .5px;
}

.sec_about .blo_top .blo_right {
    width: 300px;
}

.sec_about .blo_top .blo_right figure {
    margin-bottom: 5px;
}

.sec_about .blo_top .blo_right img {
    width: 100%;
}

.sec_about .blo_bottom {
    background: #effaeb;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sec_about .blo_bottom .blo_left {
    width: 70%;
    position: relative;
    max-width: 797px;
}

.sec_about .blo_bottom .blo_left p {
    position: absolute;
    top: 5%;
    left: 4%;
    color: #444;
    letter-spacing: 0;
}

.sec_about .blo_bottom .blo_left .en {
    font-size: 90%;
    padding-left: 1.2em;
}

.sec_about .blo_bottom .blo_right {
    width: 20%;
    padding: 5%;
    letter-spacing: 0;
}

.sec_about .blo_bottom .title {
    font-weight: bold;
}

.sec_about .blo_bottom .txt_cap {
    margin-top: 15px;
}

.sec_about .blo_bottom .jp {
    font-size: 24px;
    font-weight: bold;
}

.sec_about .blo_bottom ul {
    color: #444;
    padding-left: 2em;
}

.sec_about .blo_bottom ul li {
    list-style: disc;
    margin-top: 1em;
}

.sec_about .blo_bottom ul .en {
    font-size: 12px;
}

.sec_about .blo_spleft:first-child {
    margin: 1em auto 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
} */

.sec_about img {
  width: 100%;
  vertical-align: bottom;
}
.sec_about .about--lead {
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: 0;
  text-align: center;
}
.sec_about .about_block {
  padding-left: 3.3%;
  display: flex;
  margin-top: 80px;
  position: relative;
}
.sec_about .about_block:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #ebf7ff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec_about .about_block .block--img {
  width: 52.1%;
  margin-top: -40px;
}
.sec_about .about_block .block--content {
  width: 47.8%;
  min-width: 460px;
  flex: 1;
  padding-bottom: 28px;
}
.sec_about .about_block .block--content .txt {
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0;
  padding: 71px 80px 0;
}
/*多言語*/
.wrapper:not(.jp) .sec_about .about_block .block--content .txt {
  line-height: 2;
}
.wrapper:not(.jp) .sec_about .about--lead {
  font-size: 26px;
}
.wrapper:not(.jp) .sec_about .about_block .block--content .txt {
  padding: 50px 60px 20px;
}
.wrapper:not(.jp) .sec_about .about_block .block--content .map-img {
  padding-bottom: 20px;
}

/*----------------------
sec_members
----------------------*/
.sec_members {
  padding: 98px 0 0;
  max-width: 1190px;
  margin: auto;
}
.sec_members .members_content_note {
  padding: 0 55px;
  margin-bottom: 35px;
  text-align: center;
}
.sec_members .members_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 55px;
}
.sec_members .members_list + .members_list {
  margin-top: 60px;
}
.sec_members .members_list .members_list--item {
  width: 29.6%;
}
.sec_members .members_list .members_list--item:not(:first-of-type) {
  margin-left: 5.5%;
}
.sec_members .members_list .members_list--item .item_industry {
  display: inline-block;
  font-size: 12px;
  color: #888;
  border: 1px solid #b1b1b1;
  padding: 4px 6px;
  line-height: 1;
}
.sec_members .members_list .members_list--item .item_name {
  margin-top: 4px;
}
.sec_members .members_list .members_list--item .item_name a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
.sec_members .members_list .members_list--item .item_img {
  margin-top: 8px;
}
.sec_members .members_list .members_list--item .item_img a {
  transition: opacity 0.3s;
}
.sec_members .members_list .members_list--item .item_img a:hover {
  opacity: 0.7;
}
.sec_members .members_list .members_list--item .item_img img {
  width: 100%;
}

.sec_members .members_list .members_list--item .item_desc {
  font-size: 14px;
  line-height: 1.64;
  margin-top: 15px;
}

.sec_members .members_list .members_list--item .item_link {
  font-size: 13px;
  color: #0090dc;
  display: flex;
  align-items: center;
  margin-top: 11.5px;
  transition: 0.3s;
}

.sec_members .members_list .members_list--item .item_link:hover {
  text-decoration: underline;
}

.sec_members .members_list .members_list--item .item_link:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: solid #0090dc;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-right: 6.5px;
}

/*supporters*/
.sec_supporters {
  padding-bottom: 75px;
}
.sec_supporters .supporters_content {
  max-width: 727px;
  margin: 70px auto 0;
}
.sec_supporters .supporters_content .supporters--ttl {
  font-size: 16px;
  text-align: center;
}
.sec_supporters .supporters_content .supporters_list {
  border: solid #e3e3e3;
  border-width: 1px 0;
  margin-top: 24px;
  padding: 49px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_supporters .supporters_content .supporters_list .supporters_list--item a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  transition: opacity 0.3s;
}
.sec_supporters
  .supporters_content
  .supporters_list
  .supporters_list--item
  a:hover {
  opacity: 0.7;
}
/*多言語*/
.wrapper:not(.jp) .sec_supporters .supporters_content .supporters_list {
  flex-wrap: wrap;
}
.wrapper:not(.jp)
  .sec_supporters
  .supporters_content
  .supporters_list
  .supporters_list--item {
  width: 50%;
  text-align: center;
}
.wrapper:not(.jp)
  .sec_supporters
  .supporters_content
  .supporters_list
  .supporters_list--item:nth-of-type(n + 3) {
  margin-top: 30px;
}

/*----------------------
IE用
----------------------*/

@media all and (-ms-high-contrast: none) {
  .sec_top .t_h1 {
    width: 600px;
    height: 100px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .js-tab .tab1 .t_h3 {
    background: url(../img/icon_airline_off.png) no-repeat 18% center;
    background-size: 30px;
    padding-left: 30%;
  }

  .js-tab .tab1.active .t_h3 {
    background: url(../img/icon_airline_on.png) no-repeat 18% center;
    background-size: 30px;
  }

  .js-tab .tab2 .t_h3 {
    background: url(../img/icon_train_off.png) no-repeat 18% center;
    background-size: 26px;
    padding-left: 30%;
  }

  .js-tab .tab2.active .t_h3 {
    background: url(../img/icon_train_on.png) no-repeat 18% center;
    background-size: 26px;
  }

  .sec_facilites .last td {
    border-bottom: 1px solid #000;
  }
}

@media (max-width: 1315px) {
  .sec_vebues .blo_vebues .box_half {
    width: 49.2%;
  }

  .sec_vebues .blo_vebues li {
    width: 24%;
  }

  .sec_area .blo_bottom .blo_left {
    width: 44%;
    max-height: 270px;
  }

  .sec_area .blo_bottom .blo_right {
    width: 51%;
    min-width: auto;
    margin-left: 0;
  }
}

@media (max-width: 1066px) {
  .sec_top {
  }

  .sec_top .slideshow {
    min-height: 456px;
  }
}

@media (max-width: 1000px) {
  .sec_area .blo_bottom {
    padding: 55px 0;
  }

  .sec_area .blo_bottom .inner {
    display: block;
    width: 94%;
  }

  .sec_area .blo_bottom .blo_left.pc {
    display: none;
  }

  .sec_area .blo_bottom .blo_left.sp {
    width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
  }

  .sec_area .blo_bottom .blo_right {
    width: 96%;
    margin: 0 auto;
  }

  .sec_area .blo_bottom .title_linearea {
    font-size: 21px;
    padding-bottom: 28px;
    margin-bottom: 20px;
    text-align: center;
  }

  .sec_area .title_linearea .bold {
    font-size: 23px;
    background: #fff;
    padding: 10px 10px;
  }

  .sec_area .title_linearea .arrow_ofuku {
    margin: 0 10px;
  }

  .sec_area .title {
    font-size: 16px;
  }

  .sec_area .txt {
    font-size: 15px;
    line-height: 2;
  }

  .sec_area .txt .bold {
    font-size: 16px;
  }

  .sec_area .blo_bottom .en .title_linearea {
    font-size: 16px;
  }

  .sec_area .en .title_linearea .bold,
  .sec_area .en .title_linearea {
    font-size: 18px;
  }

  .sec_area .en .txt {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
  }

  .sec_gallery .blo_gallery {
    width: 94%;
    margin: 0 auto;
  }

  .blo_access {
    width: 94%;
  }

  /* .sec_about .blo_top .blo_left {
    width: 70%;
    margin-right: 5%;
  }

  .sec_about .blo_bottom .blo_left {
    width: 60%;
  }

  .sec_about .blo_bottom .blo_right {
    width: 30%;
    padding-right: 4%;
  }

  .sec_about .blo_bottom .blo_left p {
    position: relative;
    top: inherit;
    left: inherit;
    padding-left: 3%;
  } */

  .sec_facilities table {
    zoom: 0.8;
  }
  .sec_members .members_list .members_list--item .item_name a {
    /* font-size: 1.17vw; */
  }
}

/*----------------------

768px 以下

----------------------*/

@media (max-width: 768px) {
  /*----------------------
sec_top
----------------------*/

  .sec_top {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-left: 0;
    max-height: 550px;
  }

  .sec_top .mv_slider .mv_slider--item img {
    width: 321px;
  }

  /* .sec_top .slideshow {
    width: 100%;
    height: 316px;
    padding-top: 0;
  } */
  /*.sec_top {
    max-height: 316px;
}

.sec_top .slideshow {
    min-height: 316px;
}*/
  .sec_top .slideshow .item {
    bottom: inherit;
  }

  /*.sec_top .slideshow .item1 {
    background-image: url(../img/mv_01sp.jpg);
}
.sec_top .slideshow .item2 {
    background-image: url(../img/mv_02sp.jpg);
}
.sec_top .slideshow .item3 {
    background-image: url(../img/mv_03sp.jpg);
}
.sec_top .slideshow .item4 {
    background-image: url(../img/mv_04sp.jpg);
}
.sec_top .slideshow .item5 {
    background-image: url(../img/mv_05sp.jpg);
}*/

  .sec_top .t_h1 {
    font-size: 26px;
    width: 300px;
  }

  .sec_top .t_h1 .txt_cap {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .sec_top .sec_top_box {
    max-width: 90%;
    width: 330px;
    height: 300px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    top: auto;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 24px 24px;
  }
  .sec_top .sec_top_box .txt--dmo {
    font-size: 12px;
    /* margin-bottom: 23px; */
  }
  .sec_top .sec_top_box .box--ttl {
    font-size: 28px;
    padding-left: 0;
    text-align: center;
  }
  .sec_top .sec_top_box .box--arrow {
    margin-left: 0;
  }

  /*----------------------
sec_news
----------------------*/
  .sec_news .inner {
    display: block;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
  }

  .sec_news .t_h2B {
    font-size: 20px;
    margin-right: 0px;
  }

  .sec_news .blo_right {
    display: block;
    margin-top: 20px;
  }

  .sec_news .blo_right dl {
    margin-bottom: 10px;
  }

  .sec_news .blo_right dt {
    font-size: 12px;
    margin-right: 15px;
  }

  .sec_news .blo_right dd {
    font-size: 12px;
  }

  .sec_news .blo_right > .mont_300 {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 12px;
    width: auto;
  }

  .sec_news .blo_right > .mont_300::after {
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #000000;
  }

  /*----------------------
sec_area
----------------------*/
  .sec_area .blo_top {
    background: url(../img/bg_areatopsp.png) no-repeat bottom;
    background-size: contain;
    text-align: left;
    padding: 0px 0 180px;
  }

  .sec_area .t_h3 {
    font-size: 21px;
    line-height: 1.7;
  }

  .sec_area .txt_h3 {
    font-size: 14px;
  }

  .sec_area .t_h3.mont {
    font-size: 17px;
  }

  .sec_area .txt_h3.mont_300 {
    line-height: 1.5;
    font-weight: 400;
  }

  /*----------------------
sec_mae
----------------------*/
  .sec_mae {
    padding-top: 50px;
  }
  .sec_mae .mae_block {
    padding-top: 0;
    flex-direction: column;
    width: 90%;
    margin: auto;
  }

  .sec_mae .mae_block .block_content {
    max-width: 100%;
    padding: 5vw;
  }
  .sec_mae .mae_block .block_content .block--heading {
    margin-top: 16px;
    font-size: 24px;
    text-align: left;
  }
  .sec_mae .mae_block .block_content .block--desc {
    margin-top: 20px;
  }
  .sec_mae .mae_block .block--img {
    max-width: 100%;
    order: -1;
  }

  /*多言語*/
  .wrapper:not(.jp) .sec_mae .mae_block .block_content {
    padding: 14px 20px 20px;
  }
  .wrapper:not(.jp) .sec_mae .mae_block .block_content .block--heading {
    font-size: 22px;
  }
  /* .wrapper:not(.jp) .sec_mae .mae_block .block_content .block--desc {
    line-height: 1.85;
  } */

  /*----------------------
sec_facilites
----------------------*/

  .sec_facilities {
    padding: 50px 0 0;
    width: 100%;
  }

  .sec_facilities table {
    width: 94%;
    margin: 0 auto 30px;
    zoom: 1;
  }

  .sec_facilities td.col1 {
    display: none;
  }

  .sec_facilities th {
    width: 0;
    font-size: 12px;
    line-height: 1.3;
    vertical-align: middle;
  }

  .sec_facilities th:nth-child(1) {
    display: none;
  }

  .sec_facilities th:nth-child(2) {
    width: 63%;
  }

  .sec_facilities th:nth-child(3) {
    width: 37%;
  }

  .sec_facilities .table_restaurant th:nth-child(2),
  .sec_facilities .table_restaurant th:nth-child(3) {
    width: 50%;
  }

  .sec_facilities .table_restaurant td {
    vertical-align: top;
  }

  .sec_facilities .table_restaurant .col3B {
    padding-left: 18px;
  }

  .sec_facilities td {
    padding: 10px;
  }

  .sec_facilities .col2 {
    padding: 10px 0 10px 2em;
  }

  .sec_facilities .col2 span {
    font-size: 10px;
  }

  .sec_facilities .col2::before,
  .sec_facilities .col2::after {
    top: 16px;
    left: 0.7em;
    bottom: inherit;
  }

  .sec_facilities th span {
    font-size: 10px;
    margin-left: 0px;
  }

  .sec_facilities tr:last-child {
    border-bottom: 1px solid #000;
  }

  .sec_facilities .col3 {
    text-align: right;
    padding-right: 2em;
    letter-spacing: 1px;
  }

  .sec_facilities .col3B span,
  .sec_facilities .col2 span {
    font-size: 11px;
  }

  .sec_facilities .t_h3 {
    width: 96%;
    margin: 0 auto 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 2px;
  }

  .sec_facilities .t_h3 span {
    font-size: 16px;
    font-weight: 300;
    margin-left: 15px;
    letter-spacing: 1px;
  }

  .sec_facilities .t_h3 img {
    width: 60px;
    height: auto;
  }

  /*----------------------
sec_vebues
----------------------*/
  .sec_vebues {
    padding-top: 50px;
    width: 100%;
  }

  .sec_vebues .blo_vebues {
    margin: 0 auto;
    width: 94%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .sec_vebues .blo_vebues li {
    width: 32.5%;
    margin-bottom: 1%;
    margin-right: 1%;
  }

  .sec_vebues .blo_vebues li:nth-child(3n) {
    margin-right: 0;
  }

  .sec_vebues .blo_vebues .box_half {
    width: 66%;
  }

  /*----------------------
sec_gallery
----------------------*/
  .sec_gallery {
    padding-top: 70px;
  }

  .player_thums {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .player_thums li {
    width: 49%;
    margin-bottom: 20px;
  }

  .player_thums li p span {
    font-size: 10px;
  }

  /*----------------------
sec_access
----------------------*/
  .sec_access {
    margin-top: 60px;
    padding: 0px 0 70px;
  }

  .js-tab {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .js-tab > div {
    padding: 15px 0;
    margin: 0;
    width: 49%;
    font-size: 12px;
    line-height: 1.3;
  }

  .js-tab_content {
    padding: 25px 20px;
    margin-top: 15px;
  }

  .js-tab .tab2.active .t_h3::before,
  .js-tab .tab2 .t_h3::before,
  .js-tab .tab1.active .t_h3::before,
  .js-tab .tab1 .t_h3::before {
    background: none;
  }

  /*.js-tab .tab1.active .t_h3::before {
    background: url(../img/icon_airline_on.svg) no-repeat 6% center;
    background-size: 18px;
    width: 18px;
    height: 18px;
}

.js-tab .tab2 .t_h3::before {
    background: url(../img/icon_train_off.svg) no-repeat 6% center;
    background-size: 18px;
    width: 18px;
    height: 18px;
}

.js-tab .tab2.active .t_h3::before {
    background: url(../img/icon_train_on.svg) no-repeat 6% center;
    background-size: 18px;
    width: 18px;
    height: 18px;
}*/

  .js-tab > div .mont_300 {
    font-size: 10px;
    letter-spacing: 0;
  }

  .js-tab .active::after {
    border-width: 6px 6px 0 6px;
    bottom: -6px;
  }

  /*----------------------
sec_about
----------------------*/
  /* .sec_about {
    padding: 0;
    width: 100%;
}

.wrapper .main .sec_about .t_h2 {
    letter-spacing: 1px;
}

.sec_about .blo_top {
    display: block;
    margin: 60px auto 0;
    width: 94%;
}

.sec_about .blo_top .blo_left {
    width: 100%;
}

.sec_about .blo_top .blo_left p:not(.mont_300) {
    font-size: 14px;
    line-height: 1.8;
}

.sec_about .blo_top .blo_left p.mont_300 {
    margin-top: 30px;
    font-size: 13px;
}

.sec_about .blo_top .blo_right {
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sec_about .blo_top .blo_right figure {
    width: 49%;
}

.sec_about .blo_bottom {
    margin-top: 60px;
    display: block;
    padding: 40px 0;
}

.sec_about .blo_bottom .blo_left {
    width: 100%;
}

.sec_about .blo_bottom .blo_left .en {
    color: #888;
}

.sec_about .blo_bottom .blo_right {
    width: 94%;
    padding-right: 0;
    margin: 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sec_about .blo_bottom .blo_spleft {
    width: 50%;
    margin: 0;
    border: none;
    padding: 0;
}

.sec_about .blo_bottom .jp {
    font-size: 17px;
    color: #000;
}

.sec_about .blo_bottom .mont_300 {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
}

.sec_about .blo_bottom ul {
    font-size: 12px;
}

.sec_about .blo_bottom ul .en {
    font-size: 10px;
    color: #888;
}

.sec_about .blo_bottom .txt_cap {
    margin: 1em auto 0;
    border-bottom: none;
    padding-bottom: 0;
    color: #444;
    font-size: 10px;
}


.sec_about .blo_bottom .sp {
    margin-top: 10px;
} */
  .sec_about {
    padding-top: 50px;
  }

  .sec_about .t_h2 {
    margin: 0 calc(50% - 50vw);
    margin-bottom: 40px;
  }

  .sec_about .about_block {
    flex-direction: column;
    padding-left: 0;
    margin-top: 25px;
  }
  .sec_about .about_block:after {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .sec_about .about--lead {
    font-size: 1.8rem;
  }
  .sec_about .about_block .block--img {
    width: 100%;
    margin-top: 0;
  }

  .sec_about .about_block .block--content {
    width: 100%;
    min-width: auto;
    padding-bottom: 18px;
  }

  .sec_about .about_block .block--content .txt {
    padding: 10px 0 0;
  }
  /*多言語*/
  .wrapper:not(.jp) .sec_about .about--lead {
    font-size: 18px;
  }
  .wrapper:not(.jp) .sec_about .about_block .block--content .txt {
    padding: 15px 0;
  }
  .wrapper:not(.jp) .sec_about .about_block .block--content .map-img {
    padding-bottom: 15px;
  }

  /*----------------------
sec_members
----------------------*/
  .sec_members {
    padding: 50px 0 0px;
  }
  .sec_members .members_content_note {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .sec_members .members_list {
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .sec_members .members_list + .members_list {
    margin-top: 0;
  }
  .sec_members .members_list .members_list--item {
    width: 70%;
  }
  .sec_members .members_list .members_list--item:not(:first-of-type) {
    margin-left: 0;
  }
  .sec_members .members_list .members_list--item {
    margin-top: 30px;
  }
  .sec_members .members_list:first-of-type() .members_list--item {
    margin-top: 0;
  }

  /*supporters*/
  .sec_supporters {
    padding-bottom: 0;
  }
  .sec_supporters .supporters_content {
    margin-top: 40px;
  }

  .sec_supporters .supporters_content .supporters_list {
    flex-direction: column;
    padding: 30px 20px;
  }
  .sec_supporters
    .supporters_content
    .supporters_list--item
    + .supporters_list--item {
    margin-top: 15px;
  }

  /*多言語*/
  .wrapper:not(.jp) .sec_supporters .supporters_content .supporters_list {
    flex-wrap: wrap;
  }
  .wrapper:not(.jp)
    .sec_supporters
    .supporters_content
    .supporters_list
    .supporters_list--item {
    width: 100%;
  }
  .wrapper:not(.jp)
    .sec_supporters
    .supporters_content
    .supporters_list
    .supporters_list--item:nth-of-type(n + 3) {
    margin-top: 15px;
  }

  /*----------------------

----------------------*/
}

@media (max-width: 500px) {
  .sec_top {
    position: relative;
    height: auto;
    overflow: hidden;
  }

  .sec_top .slideshow {
    width: 100%;
    height: 269px;
    padding-top: 0;
  }

  .sec_top .slideshow .item {
    height: 269px;
    width: auto;
  }
}

/*----------------------

360px 以下

----------------------*/

@media (max-width: 360px) {
  .sec_area .blo_bottom .title_linearea {
    font-size: 17px;
  }

  .sec_area .title_linearea .bold {
    font-size: 19px;
  }

  .sec_area .title {
    font-size: 14px;
  }

  .sec_area .txt {
    font-size: 12px;
  }

  .sec_area .txt .bold {
    font-size: 13px;
  }

  .sec_area .en .title_linearea .bold,
  .sec_area .en .title_linearea {
    font-size: 16px;
  }

  .sec_area .blo_bottom .en .title_linearea {
    font-size: 14px;
  }

  .sec_facilites .t_h3 {
    font-size: 18px;
  }

  .sec_facilites .t_h3 span {
    font-size: 12px;
  }

  .sec_facilites table {
    width: 96%;
    font-size: 11px;
  }

  .player_thums li p {
    font-size: 12px;
  }

  .js-tab > div {
    font-size: 11px;
  }

  .js-tab > div .mont_300 {
    font-size: 8px;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
  }

  /* .wrapper .main .sec_about .t_h2 {
    font-size: 14px;
  } */

  .sec_about .blo_top {
    margin: 40px auto 0;
  }

  .sec_about .blo_bottom .jp {
    font-size: 15px;
  }
}

/*----------------------

言語ごと

----------------------*/
.es .sec_area .en .title_linearea span,
.ar .sec_area .en .title_linearea span,
.fr .sec_area .en .title_linearea span,
.vi .sec_area .en .title_linearea span {
  display: block;
}

.es .sec_area .title_linearea .arrow_ofuku,
.ar .sec_area .title_linearea .arrow_ofuku,
.fr .sec_area .title_linearea .arrow_ofuku,
.vi .sec_area .title_linearea .arrow_ofuku {
  transform: rotate(90deg);
  margin: 10px auto;
}

.ar .sec_area .en .title_linearea .bold,
.ar .sec_area .en .title_linearea {
  text-align: center;
}

.ar .sec_about .blo_top .blo_left p.mont_300,
.ar .sec_area .en .txt {
  text-align: right;
}

.en .sec_facilities .t_h3 {
  font-size: 20px;
}

.vi .sec_facilities .td_sm {
  font-size: 13px;
}

.es .js-tab > div .mont_300,
.en .js-tab > div .mont_300,
.vi .js-tab > div .mont_300 {
  padding-left: 2em;
}

.es .js-tab .tab2 .t_h3::before {
  left: 7%;
}

@media (max-width: 768px) {
  .ar .sec_area .blo_top {
    text-align: right;
  }

  .es .js-tab > div .mont_300,
  .en .js-tab > div .mont_300,
  .vi .js-tab > div .mont_300 {
    padding-left: 0;
  }
}
