@media print, all and (min-width: 710px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.highlight {
  color: #ff0600;
}

.subnav-list {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  margin-bottom: 75px;
}
.subnav-list a {
  font-size: 112.5%;
  font-weight: bold;
  color: #000;
  text-decoration: none !important;
  position: relative;
  padding-bottom: 5px;
}
.subnav-list a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #4bbdce;
  transition: 0.2s;
}
.subnav-list a:hover:after {
  width: 100%;
  transition: 0.2s;
}
.subnav-list .on a:after {
  width: 100%;
}

#common-banner {
  margin-bottom: 18px;
}
#common-banner .banner-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
#common-banner a {
  display: inline-block;
  color: rgba(255, 255, 255, 0);
}
#common-banner a:after {
  content: none !important;
}
#common-banner a:hover {
  filter: alpha(opacity=60);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8,9 */
  -moz-opacity: 0.6;
  /* FF , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
}

.imgwrap-box {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
.imgwrap-box .image-box {
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.imgwrap-box .text-box {
  width: 480px;
}
.imgwrap-box.reverse {
  flex-direction: row-reverse;
}

.news-box dt time {
  font-weight: 500;
}
.news-box dt .titles {
  display: block;
  color: #000;
  font-weight: 700;
}
.news-box dd:not(:last-of-type) {
  margin-bottom: 53px;
}

@media all and (min-width: 751px) {
  .skewed {
    position: relative;
  }
  .skewed::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(-15deg) translateY(0%);
    z-index: -2;
    background: #f1f1f1;
  }
  #modal-video {
    margin-bottom: 100px;
    transform: skewY(-15deg);
  }
  #modal-video a {
    display: inline-block;
    z-index: 10;
    transform: skewY(15deg);
  }
  #modal-video a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    /*IE*/
  }
}
@media only screen and (max-width: 750px) {
  #modal-video {
    margin: 0;
    display: flex;
    gap: 30px;
    justify-content: center;
    text-align: center;
    margin: auto;
    transform: none;
    width: 300px;
  }
  #modal-video a {
    transform: none;
  }
  #modal-video a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    /*IE*/
  }
  .lead-inner {
    margin-top: 120px;
  }
  .subnav-list {
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .subnav-list li {
    width: 47%;
    text-align: center;
  }
  .subnav-list a {
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    font-size: 100%;
    font-weight: bold;
    color: #000;
    text-decoration: none !important;
    background: rgba(112, 112, 112, 0.1);
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subnav-list a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #4bbdce;
    transition: 0.2s;
  }
  .subnav-list a:hover:after {
    width: 100%;
    transition: 0.2s;
  }
  .subnav-list .on a:after {
    width: 100%;
  }
  #common-banner {
    margin-bottom: 26px;
  }
  #common-banner .banner-link {
    justify-content: center;
    gap: 10px;
  }
  #common-banner a {
    width: 48%;
  }
  .imgwrap-box {
    max-width: 100%;
    flex-direction: column;
    gap: 30px;
  }
  .imgwrap-box .image-box {
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .imgwrap-box .text-box {
    width: auto;
  }
  .imgwrap-box.reverse {
    flex-direction: column;
    align-items: flex-end;
  }
  .news-box dd:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
