body, h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box;}
html { font-size: 62.5%;}
body {
  background: #fff;
  color: #000;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  font-weight: normal;
}
div {
  margin: 0;
  padding: 0;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border-style: none;
}
a { text-decoration: none;}

@media (min-width: 769px) {
  a[href^="tel:"] {
      pointer-events: none;
      text-decoration: none;
  }
}


.mb0 { margin-bottom: 0px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

.mt0 { margin-top: 0px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}

.text-center { text-align: center !important;}
.text-left { text-align: left !important;}
.text-right { text-align: right !important;}

.pc-only { display: block !important;}
.sp-only { display: none !important;}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
/*
  height: 126px;
*/
  background: #fff;
  z-index: 100;
  margin: 0 auto;
  padding: 0 0px 0 0px;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 980px;
  height: 60px;
/*
  max-width: 1240px;
  height: 126px;
*/
  margin: 0 auto;
}
header h1 {
  width: 260px;
  margin-bottom: 7px;
/*
  margin-bottom: 26px;
*/
}
@media (min-width: 769px) {
  header h1 img {
    max-width: 80%;
  }
}
header .h_nav {
  width: 70%;
  max-width: 830px;
}
header .h_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
header .h_nav ul li {
  margin: 0 0 0 4%;
  padding-bottom: 23px
}
header .h_nav ul li a {
  display: block;
  text-align:center;
  position: relative;
  font-size: 1.18vw;
/*
  font-size: 1.56vw;
*/
  color: #8D8D8E;
  text-decoration: none;
  transition: .4s;
}
header .h_nav ul li:last-child {
  margin-right: 10px;
}
header .h_nav ul li.current a {
  color: #0069C8;
  font-weight: bold;
  transition: .4s;
}
header .h_nav ul li a::after {
  transition: .4s;
}
header .h_nav ul li.current a::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: #0069C8;
  bottom: -23px;
  left: 0;
  transition: .4s;
}
@media (min-width: 769px) {
  header .h_nav ul li:nth-child(1) {
    width: 13%;
    text-align: right;
  }
  header .h_nav ul li:nth-child(2) {
    width: 27%;
    text-align: right;
  }
  header .h_nav ul li:nth-child(3) {
    width: 30%;
    text-align: right;
  }
  header .h_nav ul li:nth-child(4) {
    width: 30%;
    text-align: right;
  }
  header .h_nav ul li:hover a {
    color: #0069C8;
    font-weight: bold;
    position: relative;
    letter-spacing: 0;
  }
  header .h_nav ul li:hover a::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background: #0069C8;
    bottom: -23px;
    left: 0;
  }
}


main {
  display: block;
  width: 100%;
  margin: 0 auto 0px;
  background: #ffffff;
  padding-top: 60px;
}

.main_img {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(../images/bg_main.png) no-repeat top center #D7DCDE;
  background-size: 100% auto, 100%;
}
.main_img .box {
  position: relative;
}
@media (min-width: 769px) {
  .main_img .cell {
    width: 100%;
    max-width: 980px;
/*
    max-width: 70%;
*/
    margin: 0 auto;
  }
  .main_img .box {
    width: 80%;
    max-width: 768px;
/*
    max-width: 70%;
*/
    margin: 0 auto;
  }
}
.main_img .box h2 {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 4.13%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  font-family: "Arial";
  color: #0069C8;
  font-weight: bold;
  font-size: 4.5vw;
/*
  font-size: 6.5vw;
*/
  line-height: 1.1;
}
.main_img .box h2 span {
  display: block;
  font-size: 1.5vw;
/*
  font-size: 2.2vw;
*/
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  margin-top: 20px;
}
.main_img .box {
  position: relative;
}
.main_img .link01 {
  position: absolute;
  z-index: 5;
  top: 40.5%;
  left: 8.2%;
  width: 12.9%;
  transition: .4s;
}
.main_img .link02 {
  position: absolute;
  z-index: 5;
  top: 34.1%;
  left: 41.9%;
  width: 12.9%;
/*
  width: 16.5%;
*/
  transition: .4s;
}
.main_img .link02_en {
  position: absolute;
  z-index: 5;
  top: 38.1%;
  left: 39.9%;
  width: 12.9%;
  transition: .4s;
}
.main_img .link03 {
  position: absolute;
  z-index: 5;
  top: 53.4%;
  left: 57.7%;
  width: 12.9%;
  transition: .4s;
}
.main_img .link03_en {
  position: absolute;
  z-index: 5;
  top: 58.4%;
  left: 59%;
  width: 12.9%;
  transition: .4s;
}
@media (min-width: 769px) {
  .main_img .link01:hover {
    opacity: 0.7;
  }
  .main_img .link02:hover {
    opacity: 0.7;
  }
  .main_img .link02_en:hover {
    opacity: 0.7;
  }
  .main_img .link03:hover {
    opacity: 0.7;
  }
  .main_img .link03_en:hover {
    opacity: 0.7;
  }
}
.main_img .img_cloud {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  animation-name:updown1;
  animation-delay:0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.main_img .img_balloon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.main_img .img_earth {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  max-width: 980px;
  width: 100%;
}
.main_img .img_bottom {
  position: relative;
  z-index: 10;
  margin-top: -120px;
}
.main_img .img_bottom img {
  width: 100%;
}

.main_img .img_main img {
  width: 100%;
}

main h3.h3_ttl {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.5vw;
  color: #0069C8;
  padding: 0px 0 0 60px;
  margin: 0 0 15px;
  height: 57px;
  /*
  line-height: 57px;
  */
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
main h3.h3_ttl::before {
  display: block;
  position: absolute;
  content: "";
  width: 50px;
  height: 43px;
/*
  width: 66px;
  height: 57px;
*/
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/icon_h3.png) no-repeat;
  background-size: 50px 43px;
/*
  background-size: 66px 57px;
*/
}
main .message h3.h3_ttl {
  font-size: 1.5vw;
  padding: 0px 0 0 58px;
  margin: 0 0 5px;
  height: 39px;
  line-height: 38px;
}
main .message h3.h3_ttl::before {
  width: 44px;
  height: 38px;
  background-size: 44px 38px;
}
.message {
  display: block;
  width: 98%;
  max-width: 768px;
/*
  max-width: 1240px;
*/
  margin: 0 auto 75px;
  display: flex;
  justify-content: space-between;
}
.message .img_cell {
  width: 35%;
/*
  width: 46.7%;
*/
}
.message .img_cell p {
  font-size: 1.18vw;
/*
  font-size: 1.38vw;
*/
  margin: 15px 0 0px;
  line-height: 1.9;
  color: #5A5958;
}
.message .img_cell p span {
  font-size: 1.5vw;
/*
  font-size: 1.94vw;
*/
}
.message .txt_cell {
  width: 64%;
/*
  width: 46.7%;
*/
}
.message .txt_cell .ttl {
  font-size: 1.6vw;
  margin: 0 0 20px;
  font-weight: bold;
  color: #0069C8;
}
.message .txt_cell .txt {
  font-size: 1.18vw;
  margin: 0 0 0px;
  line-height: 1.8;
  color: #5A5958;
}
.message .txt_cell .txt span {
  color: #0069C8;
}

.contents {
  display: block;
  width: 98%;
  max-width: 768px;
  margin: 0 auto 70px;
/*
  max-width: 1240px;
  margin: 0 auto 100px;
*/
}
.contents ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents ul li {
  width: 46.7%;
  margin-bottom: 20px;
}
.contents ul li .movie {
  display: block;
  margin-bottom: 5px;
}
.contents ul li .movie iframe {
  width: 100%;
  height: 326px;
}
.contents ul li a.link {
  display: block;
  position: relative;
  background: #0069C8;
  border-radius: 32px;
  color: #fff;
  width: 100%;
  margin: 20px 0 0;
/*
  padding: 0 0 0 60px;
*/
  padding: 0 0 0 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1.18vw;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
/*
  height: 64px;
  line-height: 64px;
  font-size: 1.8vw;
*/
}
.contents ul li a.link::after {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/icon_btn_link.png) no-repeat;
  background-size: 32px 32px;
/*
  width: 52px;
  height: 52px;
  background-size: 52px 52px;
*/
}
@media (min-width: 769px) {
  .contents ul li a.link:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  .virtualboothimg_link:hover {
    opacity: 0.7;
  }
}

.area .area_top {
  background: -moz-linear-gradient(top, #FFF, #d0e3f4);
  background: -webkit-linear-gradient(top, #fff, #d0e3f4);
  background: linear-gradient(to bottom, #fff, #d0e3f4);
}
.area .area_top h3 {
  text-align: center;
  margin: 0 0 50px;
  line-height: 1;
}
.area .area_top h3 span {
  position: relative;
  padding: 0 108px;
  font-size: 2.0vw;
  color: #727171;
  font-weight: normal;
}
.area .area_top h3 span::before,
.area .area_top h3 span::after {
  position: absolute;
  display: block;
  content: "";
  width: 52px;
  height: 2px;
  background: #727171;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.area .area_top h3 span::before {
  left: 0%;
}
.area .area_top h3 span::after {
  right: 0%;
}
.area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 98%;
  max-width: 768px;
/*
  max-width: 1240px;
*/
  margin: 0 auto;
}
.area ul.pc-only {
  display: flex !important;
}
.area ul li {
  width: 21.7%;
  margin: 0 1.5% 35px;
}
.area ul li:nth-child(1) {
  margin: 0 3% 35px 0%;
}
.area ul li:nth-child(4) {
  margin: 0 0 35px 3%;
}
.area ul li .icon {
  width: 50px;
/*
  width: 97px;
*/
  margin: 0 auto 5px;
}
.area ul li .txt_date,.area ul li .txt_date_en {
  font-size: 1.2vw;
/*
  font-size: 1.66vw;
*/
  color: #717071;
  text-align: center;
  margin: 0 0 0px;
  font-weight: bold;
}
.area ul li .txt_date span {
  font-size: 1.5vw;
/*
  font-size: 2.4vw;
*/
}
.area ul li .txt_date_en span {
  font-size: 1.5vw;
}
.area ul li a {
  display: block;
  position: relative;
  background: #0069C8;
  border-radius: 18px;
  color: #fff;
  height: 36px;
  width: 100%;
  max-width: 180px;
  margin: 15px auto 15px;
  padding: 0 0 0 10px;
  line-height: 36px;
  font-size: 1.05vw;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
}
.area ul li a::after {
  display: block;
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/icon_btn_link.png) no-repeat;
  background-size: 28px 28px;
}
@media (min-width: 769px) {
  .area ul li a:hover {
    opacity: 0.7;
  }
}
.area ul li .txt_country {
  font-size: 2.5vw;
/*
  font-size: 3.5vw;
*/
  color: #717071;
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
}
.area ul li .txt_country_en {
  font-size: 1.8vw;
  color: #717071;
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
}


.area .box {
  position: relative;
}
.area .box img {
  width: 100%;
}
@media (min-width: 769px) {
  .area .box {
    background: url(../images/bg_area.png) no-repeat;
    background-size: 100% 100%;
  }
  .area .box img {
    width: 100%;
    max-width: 768px;
    /*
    width: 70%;
    */
    margin: 0 auto;
  }
}

.area .box .link {
  position: absolute;
  bottom: 5.1%;
  display: block;
  width: 95%;
  max-width: 837px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.area .box .link a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 32px;
  color: #0069C8;
  width: 80%;
  margin: 0px auto 0;
  padding: 0 0 0 30px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1.5vw;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
/*
  line-height: 64px;
  font-size: 1.8vw;
*/
}
.area .box .link a::after {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/icon_btn_area.png) no-repeat;
  background-size: 32px 32px;
  transition: .4s;
/*
  width: 52px;
  height: 52px;
  background-size: 52px 52px;
*/
}
@media (min-width: 769px) {
  .area .box .link a:hover {
    background: #163D70;
    color: #fff;
  }
  /*.area .box .link a:hover::after {
    background: url(../images/icon_btn_link.png) no-repeat;
    background-size: 52px 52px;
  }*/
}


.modal-open,
.modal-open02,
.modal-open03 {
  cursor: pointer;
  transition: .4s;
}
@media (min-width: 769px) {
  .modal-open:hover,
  .modal-open02:hover,
  .modal-open03:hover {
    opacity: 0.7;
  }
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container,
.modal-container02,
.modal-container03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,70%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 1000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before,
.modal-container02:before,
.modal-container03:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container02.active,
.modal-container03.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close,
.modal-close02,
.modal-close03 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}
.modal-content iframe{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 370px;
}

/* footer */
footer {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #0e72ca;
  overflow: hidden;
}
footer .border {
  display: block;
  width: 90%;
  /*max-width: 768px;*/
  margin: 50px auto 0;
    border-top: 1px solid #FFFFFF;
}
footer p {
  display: block;
  width: 90%;
  /*max-width: 768px;*/
/*
  max-width: 1240px;
*/
  margin: 0 auto;
  padding: 30px 0 55px;
  font-size: 1.18vw;
/*
  font-size: 1.66vw;
*/
  color: #fff;
  text-align: center;
  /*border-top: 1px solid #FFFFFF;*/
}
footer ul{
  /*position: absolute;
  z-index: 20;
  top: 0%;
  left: 73vw;*/
  display: flex;
  justify-content: flex-end;
  margin: 30px 70px;
}
footer a.link {
  padding: 0 20px;
  color: #fff;
  font-size: 1.18vw;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  width: 20vw;
}
footer a.link:hover {
  text-decoration: underline;
}


@media (min-width: 1200px) {
  header .h_nav {
    width: 70%;
    max-width: 830px;
  }
  header .h_nav ul li {
    margin: 0 0 0 50px;
    padding-bottom: 23px
  }
  header .h_nav ul li a {
    font-size: 16px;
  }
  .main_img .box h2 {
    font-size: 50px;
  }
  .main_img .box h2 span {
    font-size: 20px;
  }
/*
  .main_img .box h2 {
    font-size: 6.5vw;
  }
  .main_img .box h2 span {
    font-size: 2.2vw;
  }
*/
  main h3.h3_ttl {
    font-size: 20px;
  }
  main .message h3.h3_ttl {
    font-size: 22px;
  }
  .message .img_cell p {
    font-size: 16px;
/*
    font-size: 20px;
*/
  }
  .message .img_cell p span {
    font-size: 24px;
/*
    font-size: 28px;
*/
  }
  .message .txt_cell .ttl {
    font-size: 20px;
  }
  .message .txt_cell .txt {
    font-size: 17px;
  }
  .contents ul li a.link {
    font-size: 18px;
  }
  .area .area_top h3 span {
    font-size: 30px;
  }
  .area ul li .txt_date {
    font-size: 16px;
/*
    font-size: 24px;
*/
  }
  .area ul li .txt_date_en {
    font-size: 16px;
  }
  .area ul li .txt_date span {
    font-size: 22px;
/*
    font-size: 35px;
*/
  }
  .area ul li .txt_date_en span {
    font-size: 18px;
  }
  .area ul li a {
    font-size: 15px;
  }
  .area ul li .txt_country {
    font-size: 28px;
/*
    font-size: 51px;
*/
  }
  .area ul li .txt_country_en {
    font-size: 23px;
  }
  .area .box .link a {
    font-size: 20px;
  }
  footer p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .pc-only { display: none !important;}
  .sp-only { display: block !important;}

  header {
    width: 100%;
    height: 80px;
/*
    height: 110px;
*/
  }
  header .header_inner {
    justify-content:flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 90%;
    height: 80px;
/*
    height: 110px;
*/
  }
  header h1 {
    width: 100%;
    margin-bottom: 0px;
  }
  header h1 img {
    width: 162px;
  }
  header .h_nav {
    width: 100%;
    max-width: 830px;
  }
  header .h_nav ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  header .h_nav ul li {
    margin: 0 18px 0 0;
    padding-bottom: 10px;
  }
  header .h_nav ul li a {
    font-size: 10px;
  }
  header .h_nav ul li.current a::after {
    height: 3px;
    bottom: -10px;
/*
    bottom: -16px;
*/
    left: 0;
  }

  main {
    display: block;
    width: 100%;
    margin: 0 auto 0px;
    background: #ffffff;
    padding-top: 80px;
  }
  .main_img .box h2 {
    top: 4.13%;
    font-size: 28px;
    line-height: 30px;
  }
  .main_img .box h2 span {
    font-size: 16px;
    margin-top: 10px;
  }
  .main_img .box {
    position: relative;
  }
  .main_img .link01 {
    position: absolute;
    z-index: 5;
    top: 47.0%;
    left: 9.6%;
    width: 22.6%;
  }
  .main_img .link02 {
    position: absolute;
    z-index: 5;
    top: 23.3%;
    left: 35.7%;
    width: 22.6%;
  /*
    width: 28.5%;
  */
  }
  .main_img .link02_en {
    position: absolute;
    z-index: 5;
    top: 31.3%;
    left: 36.7%;
    width: 22.6%;
  }
  .main_img .link03,.main_img .link03_en {
    position: absolute;
    z-index: 5;
    top: 57.8%;
    left: 57.8%;
    width: 22.6%;
  }
  .main_img .img_cloud {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    animation-name:updown1;
    animation-delay:0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  @keyframes updown1 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .main_img .img_bottom {
    margin-top: -60px;
/*
    margin-top: -90px;
*/
  }

  main h3.h3_ttl {
    font-size: 14px;
    padding: 0px 0 0 48px;
    margin: 0 0 10px;
    min-height: 37px;
  }
  main h3.h3_ttl::before {
    width: 37px;
    height: 32px;
    background-size: 37px 32px;
  }
  main .message h3.h3_ttl {
    font-size: 22px;
    padding: 0px 0 0 58px;
    margin: 0 0 5px;
    min-height: 38px;
  }
  main .message h3.h3_ttl::before {
    width: 43px;
    height: 37px;
    background-size: 43px 37px;
  }
  .message {
    padding-top: 20px;
    background: #fff;
    width: 100%;
/*
    width: 90%;
*/
    margin: 0 auto 90px;
    flex-direction: column;
  }
  .message .img_cell {
    width: 90%;
    margin: 0 auto 20px;
/*
    width: 100%;
    margin-bottom: 20px;
*/
  }
  .message .img_cell p {
    font-size: 10px;
    margin: 8px 0 0px;
    line-height: 21px;
  }
  .message .img_cell p span {
    font-size: 15px;
  }
  .message .txt_cell {
    width: 90%;
    margin: 0 auto;
/*
    width: 100%;
*/
  }
  .message .txt_cell .ttl {
    font-size: 21px;
    line-height: 32px;
    margin: 0 0 20px;
  }
  .message .txt_cell .txt {
    font-size: 16px;
    margin: 0 0 0px;
    line-height: 24px;
  }
  .contents {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents ul {
    flex-direction: column;
  }
  .contents ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents ul li:last-child {
    margin-bottom: 0px;
  }
  .contents ul li .movie {
    display: block;
    margin-bottom: 5px;
  }
  .contents ul li .movie iframe {
    width: 100%;
    height: 326px;
  }
  .contents ul li a.link {
    border-radius: 18px;
    height: 36px;
    width: 100%;
    margin: 12px 0 0;
    padding: 0 0 0 18px;
    line-height: 36px;
    font-size: 14px;
  }
  .contents ul li a.link::after {
    width: 29px;
    height: 29px;
    right: 4px;
    background-size: 29px 29px;
  }

  .area .area_top {
    background: -moz-linear-gradient(top, #FFF, #d0e3f4);
    background: -webkit-linear-gradient(top, #fff, #d0e3f4);
    background: linear-gradient(to bottom, #fff, #d0e3f4);
  }
  .area .area_top h3 {
    margin: 0 0 42px;
  }
  .area .area_top h3 span {
    padding: 0 55px;
    font-size: 18px;
  }
  .area .area_top h3 span::before,
  .area .area_top h3 span::after {
    width: 28px;
    height: 2px;
  }
  .area .area_top h3 span::before {
    left: 0%;
  }
  .area .area_top h3 span::after {
    right: 0%;
  }
  .area ul {
    width: 90%;
  }
  .area ul.pc-only {
    display: none !important;
  }
  .area ul.sp-only {
    display: flex !important;
  }
  .area ul li {
    width: 50%;
    margin: 0 0% 40px;
  }
  .area ul li:nth-child(1) {
    margin: 0 0% 40px;
  }
  .area ul li:nth-child(4) {
    margin: 0 0% 40px;
  }
  .area ul li .icon {
    width: 70px;
    margin: 0 auto 12px;
  }
  .area ul li .txt_date {
    letter-spacing: -0.02em;
    font-size: 16px;
    margin: 0 0 0px;
  }
  .area ul li .txt_date_en {
    letter-spacing: -0.02em;
    font-size: 16px;
    margin: 0 0 0px;
  }
  .area ul li .txt_date span {
    font-size: 23px;
  }
  .area ul li .txt_date_en span {
    font-size: 17px;
  }
  .area ul li a {
    border-radius: 18px;
    height: 26px;
    width: 132px;
    margin: 15px auto 5px;
    padding: 0 0 0 10px;
    line-height: 26px;
    font-size: 10px;
  }
  .area ul li a::after {
    width: 21px;
    height: 21px;
    right: 3px;
    background-size: 21px 21px;
  }
  .area ul li .txt_country {
    font-size: 37px;
  }
  .area ul li .txt_country_en {
    font-size: 23px;
  }
  .area ul li:nth-child(3) .txt_country {
    font-size: 32px;
    padding-top: 5px;
  }
  .area .box {
    position: relative;
  }
  .area .box .link {
    position: absolute;
    bottom: 5.1%;
    display: block;
    width: 95%;
    max-width: 837px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .area .box .link a {
    border-radius: 18px;
    height: 36px;
    width: 334px;
    margin: 0px auto;
    padding: 0;
    line-height: 36px;
    font-size: 10px;
  }
  .area .box .link a::after {
    width: 29px;
    height: 29px;
    right: 6px;
    background-size: 29px 29px;
  }
  /* footer */
  footer p {
    width: 90%;
    padding: 20px 0 25px;
    font-size: 12px;
  }
  footer ul {
    margin: 30px;
  }
  footer a.link {
    padding: 0 15px;
    font-size: 2vw;
  }
}
