@charset 'utf-8';
/* 
.navigation-top .menu-gnb-container {
    position: absolute;
    right: 0;
    top: 107px;
    background-color: #fff;
    z-index: 999;
}
.navigation-top .menu-gnb-container a {color: #333;}
.navigation-top .menu-gnb-container .gnb {height: calc(100vh - 142px);overflow-y: auto;} */
#page {overflow-x: hidden;}
.home {color: #fff;}
.main_visu {
  width: 100%;
  max-width: 1920px;
  padding-left: 186px;
  position: relative;
  overflow-x: hidden;
}
.main_visu .vis_txt {
  position: absolute;
  left: 186px;
  top: 65px;
  z-index: 99;
}
.main_visu .vis_txt strong {
  font-size: 74px;
  line-height: 120%;
}
.main_visu .vis_txt strong > span {
    letter-spacing: 6px;
    font-size: 78px;
}
.main_visu .vis_txt img {
  width: 228px;
  margin-top: 20px;
}
.main_visu .slider > li img {
  width: 100%;
}
.main_visu .bx-controls {
  display: none;
}
.main_visu .bg_box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.main_visu .vis_sub {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 210px;
}
.main_visu .vis_sub .num_box {
  background-color: #002cc3;
  margin-right: 64px;
}
.main_visu .vis_sub .num_box .num > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 2rem;
}
.main_visu .vis_sub .num_box .num > ul > li {
  width: 100px;
}
.main_visu .vis_sub .num_box .num > ul > li.full {
  width: 220px;
  padding-top: 1rem;
}
.main_visu .vis_sub .num_box .num > ul > li strong {
  font-size: 32px;
}
.main_visu .vis_sub .num_box .num > ul > li p {
  margin: 0;
  font-weight: 300;
}
.main_visu .vis_sub .num_box .news {
  border-top: 1px solid #fff;
}
.main_visu .vis_sub .num_box .news a {
  padding: 2rem;
  display: block;
}
.main_visu .vis_sub .num_box .news a:hover {
  color: inherit;
}
.main_visu .vis_sub .num_box .news p {
  margin: 0;
  letter-spacing: 0.05rem;
  background: url("/wp-content/themes/twentyseventeen/img/main/num_box_icon.png")
    no-repeat center right;
}

section {
  margin-top: 140px;
}
section .sec_tit {
  display: block;
  font-size: 46px;
}
section .sec_tit_normal {
  font-size: 46px;
  margin-bottom: 70px;
  display: block;
}
section .sec_tit_box {
  position: relative;
}
section .tit_bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
section.charge {margin-top: 250px;}
.charge .sec_tit {
  padding-left: 86px;
  margin-bottom: 80px;
}
.charge .tit_bg {
  left: 0;
}
.charge .charge_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.charge .charge_list > li {
  width: 30%;
  padding: 130px 50px 0 50px;
}
.charge .charge_list > li:nth-of-type(1) {
  background: url("/wp-content/themes/twentyseventeen/img/main/charge01.jpg")
    no-repeat center top / cover;
}
.charge .charge_list > li:nth-of-type(2) {
  margin: 0 30px;
  background: url("/wp-content/themes/twentyseventeen/img/main/charge02.jpg")
    no-repeat center top / cover;
}
.charge .charge_list > li:nth-of-type(3) {
  background: url("/wp-content/themes/twentyseventeen/img/main/charge03.jpg")
    no-repeat center top / cover;
}
.charge .charge_list > li .charge_list_box {
  background-color: #002cc3;
  text-align: center;
  padding: 3rem 2rem;
}
.charge .charge_list > li:nth-of-type(2) .charge_list_box {
  background-color: #fff;
  color: #002cc3;
}
.charge .charge_list > li .charge_list_box .list_tit {
  font-size: 42px;
  position: relative;
  margin-bottom: 60px;
  display: block;
}
.charge .charge_list > li .charge_list_box .list_tit::after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.charge .charge_list > li .charge_list_box p {
  line-height: 170%;
  margin-bottom: 50px;
}
.charge .charge_list > li .charge_list_box a {
  width: 200px;
  text-align: center;
  padding: 5px;
  display: block;
  border: 2px solid #d7d7d7;
  margin: 0 auto;
}
.charge .charge_list > li:nth-of-type(2) .charge_list_box .list_tit::after {
  background-color: #002cc3;
}
.charge .charge_list > li:nth-of-type(2) .charge_list_box a {
  color: #002cc3;
  border: 2px solid #002cc3;
}

section.yt {
  margin-top: 220px;
}
section.yt .tit_bg {
  transform: translateY(-110px);
}
.yt .sec_tit {
  text-align: right;
  padding-right: 25%;
  margin-bottom: 80px;
}
.yt .tit_bg {
  left: 42.8%;
}
.yt .yt_iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 68.25%;
}
.yt iframe {
  /* max-width: 1920px; */
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.time_banner {
  background-color: #002cc3;
  padding: 2rem 0;
}
.time_banner .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.time_banner .wrap .day ul {
  display: flex;
  align-content: center;
}
.time_banner .wrap .day ul > li {
  min-width: 126px;
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.time_banner .wrap .day ul > li strong {
  font-size: 42px;
  padding-right: 10px;
}
.time_banner .start {
  font-size: 20px;
  margin-right: 130px;
}
.time_banner .start span {
  padding-right: 10px;
}

.effective {
  margin-top: 240px;
}
.effective .sec_tit {
  padding-left: 86px;
  margin-bottom: 215px;
}
.effective .tit_bg {
  left: 230px;
  transform: translateY(-40%);
}
.effective .eff_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.effective .eff_list > li {
  width: 30%;
}
.effective .eff_list > li > ul > li {
  width: 100%;
}
.effective .eff_list li.bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 60px 0;
  position: relative;
}
.effective .eff_list li.bg.report {
  background-image: url("/wp-content/themes/twentyseventeen/img/main/effective01.jpg");
}
.effective .eff_list li.bg.list {
  background-image: url("/wp-content/themes/twentyseventeen/img/main/effective02.jpg");
}
.effective .eff_list li.bg.notice {
  background-image: url("/wp-content/themes/twentyseventeen/img/main/effective03.jpg");
}
.effective .eff_list li.bg.plan {
  background-image: url("/wp-content/themes/twentyseventeen/img/main/effective04.jpg");
}
.effective .eff_list li.bg.brochure {
  background-image: url("/wp-content/themes/twentyseventeen/img/main/effective05.jpg");
}
.effective .eff_list li.bg a {
  position: relative;
  transition: all 0.3s;
}
.effective .eff_list li a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 77;
  transition: all 0.3s;
}
.effective .eff_list li.bg a:hover {
  border: 10px solid #002cc3;
}
.effective .eff_list li.bg a:hover::after {
  opacity: 0;
}
.effective .eff_list li.bg p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 777;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin: 0;
  text-shadow: 3px 3px 10px #000000c4;
}
.effective .eff_list li a {
  display: block;
  height: 530px;
  position: relative;
}

.banner .banner_box {
  background: linear-gradient(to right, #14d905, #0ce161, #03e9bb, #00ece0);
  padding: 3rem 0;
}
.banner .banner_box .banner_box_wrap {
  max-width: 1600px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.banner .banner_box strong {
  font-size: 54px;
}
.banner .banner_box span {
  font-size: 46px;
  margin: 0 120px;
}
.banner .banner_box .apply {
  text-align: center;
}
.banner .banner_box .apply p {
  color: #333;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.logo_sec .logo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.logo_sec .logo_list > li {
  width: 32%;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.logo_sec .logo_list > li img {
  vertical-align: middle;
}
