@charset "UTF-8";
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.top .video_box {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top .video_box:after {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top .video {
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 56.25vw;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.top h2 {
  margin: 0;
  color: #fff;
  font-size: 44px;
  letter-spacing: 3px;
  position: absolute;
  left: 5%;
  bottom: 70px;
  z-index: 2;
}
.top h2 .sub {
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 31px;
  margin-bottom: 10px;
}
/*-------------------トップ以下-------------------*/
.contents {
  padding: 40px 0 60px;
}
.contents h3 {
  margin: 0 auto 20px;
}
.contents h3 .en {
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 52px;
  background: -webkit-linear-gradient(45deg, rgba(0, 70, 109, 1), rgba(7, 116, 139, 1), rgba(16, 250, 254, 1));
  color: #00466d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents h3 .sub {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-left: 25px;
  position: relative;
  /**/
  font-size: 28px;
  font-size: 24px;
}
.contents h3 .sub:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 10px;
  height: 2px;
  background: linear-gradient(45deg, rgba(0, 70, 109, 1), rgba(7, 116, 139, 1), rgba(16, 250, 254, 1));
}
/*-------------------ニュース-------------------*/
.contents.news .dl_box {
  border-top: solid 1px #ccc;
}
.contents.news .dl_box dl {
  margin: 0;
  display: flex;
  align-items: flex-start;
  padding: 20px 2%;
  border-bottom: solid 1px #ccc;
}
.contents.news .dl_box dl a {
  display: block;
  color: #00466d;
}
.contents.news .dl_box dl dt {
  width: 20%;
  font-weight: 500;
}
.contents.news .dl_box dl dd {
  margin: 0;
  width: 80%;
}
.contents.news .dl_box dl dd a:hover {
  opacity: 1;
  color: #10fafe;
}
.contents.news .btn a {
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none;
  width: 180px;
  color: #fff;
  background: linear-gradient(45deg, rgba(0, 70, 109, 1), rgba(7, 116, 139, 1), rgba(16, 250, 254, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  padding: 10px 0;
  text-align: center;
  border-radius: 50px;
  margin: 40px 0 0 auto;
}
.contents.news .btn a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
/*-------------------部門紹介-------------------*/
.contents.intro_pdf {
  background: linear-gradient(45deg, rgba(0, 70, 109, 0.1), rgba(7, 116, 139, 0.1), rgba(16, 250, 254, 0.1));
}
.contents.intro_pdf section {
  border-bottom: solid 1px #ccc;
  padding: 30px 0;
}
.contents.intro_pdf section .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 20px 0 21px;
  border-radius: 50px;
  text-align: center;
  background: linear-gradient(45deg, rgba(0, 70, 109, 1), rgba(7, 116, 139, 1), rgba(16, 250, 254, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  width: 250px;
  font-size: 18px;
  font-weight: 500;
  margin: 30px auto 0;
  position: relative;
}
.contents.intro_pdf section .btn a i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(-10%, -50%);
  font-size: 24px;
  color: #fff;
  transition: all .3s;
}
.contents.intro_pdf section .btn a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
/*-------------------特別会員制度のご案内-------------------*/
.contents.membership .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.membership .box {
  background: linear-gradient(45deg, rgba(0, 70, 109, 0.1), rgba(7, 116, 139, 0.1), rgba(16, 250, 254, 0.1));
  padding: 20px 3%;
  margin-bottom: 20px;
  position: relative;
  display: block;
  width: 100%;
}
.contents.membership .box:nth-child(2), .contents.membership .box:nth-child(3) {
  width: 43%;
}
.contents.membership .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 70, 109, 1), rgba(7, 116, 139, 1), rgba(16, 250, 254, 1));
}
.contents.membership .box h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 10px;
  color: #00466d;
}
.contents.membership .box h4 .icon {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.contents.membership .box h4 .icon img {
  width: 100%;
  vertical-align: bottom;
}
.contents.membership .box p {
  margin: 0;
}
.contents.membership .box a {
  color: #111;
}
.contents.membership .box.faq ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.membership .box.faq ul li {
  margin: 20px auto;
}
.contents.membership .box.faq ul li:last-child {
  margin: 20px auto 0;
}
.contents.membership .box.faq ul li .q {
  font-weight: 500;
  margin-bottom: 5px;
}
.contents.membership .btn {
  width: 500px;
  margin: 30px auto 0;
}
.contents.membership .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 20px 0 21px;
  border-radius: 50px;
  text-align: center;
  background: linear-gradient(45deg, rgba(0, 70, 109, 1), rgba(7, 116, 139, 1), rgba(16, 250, 254, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
}
.contents.membership .btn a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
/*-------------------特別会員一覧-------------------*/
.contents.special_member {
  background: linear-gradient(45deg, rgba(0, 70, 109, 0.1), rgba(7, 116, 139, 0.1), rgba(16, 250, 254, 0.1));
}
.contents.special_member ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.contents.special_member ul li {
  width: 20%;
  margin: 5px 2%;
}
.contents.special_member ul li a {
  display: block;
  text-decoration: none;
}
.contents.special_member ul li p {
  font-weight: 500;
  color: #00466d;
  text-align: center;
  margin-top: 0;
}
.contents.special_member h3 .sub02 {
  font-size: 18px;
}
/*-------------------取り組み-------------------*/
.contents.service p.center {
  text-align: center;
}
/*-------------------ダウンロード-------------------*/
/*.contents.download {
  background: linear-gradient(45deg, rgba(0, 70, 109, 0.1), rgba(7, 116, 139, 0.1), rgba(16, 250, 254, 0.1));
}*/
.contents.download ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.download ul li {
  background: linear-gradient(45deg, rgba(0, 70, 109, 0.1), rgba(7, 116, 139, 0.1), rgba(16, 250, 254, 0.1));
  width: 49%;
  padding: 35px 0 30px;
  position: relative;
}
.contents.download ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(180deg, rgba(0, 70, 109, 1), rgba(7, 116, 139, 1), rgba(16, 250, 254, 1));
}
.contents.download ul li h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 20px;
  color: #00466d;
  text-align: center;
}
.contents.download ul li figure {
  width: 50%;
  margin: 0 auto 20px;
}
.contents.download .btn a {
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none;
  width: 200px;
  color: #fff;
  background: linear-gradient(45deg, rgba(0, 70, 109, 1), rgba(7, 116, 139, 1), rgba(16, 250, 254, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  padding: 10px 0;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  position: relative;
}
.contents.download .btn a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
.contents.download ul li .btn a i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(-10%, -50%);
  font-size: 20px;
  color: #fff;
  transition: all .3s;
}
.contents.download ul li .btn a:hover i {
  color: #10fafe;
  transition: all .3s;
}
/*-------------------アーカイブ-------------------*/
.contents.archive {
  background: linear-gradient(45deg, rgba(0, 70, 109, 0.1), rgba(7, 116, 139, 0.1), rgba(16, 250, 254, 0.1));
}
.contents.archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents.archive ul li {
  background: linear-gradient(45deg, rgba(0, 70, 109, 0.1), rgba(7, 116, 139, 0.1), rgba(16, 250, 254, 0.1));
  position: relative;
  width: 49%;
  margin-bottom: 25px;
}
.contents.archive ul li a {
  display: block;
  text-decoration: none;
  padding: 15px 7% 30px;
}
.contents.archive ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(180deg, rgba(0, 70, 109, 1), rgba(7, 116, 139, 1), rgba(16, 250, 254, 1));
}
.contents.archive ul li h4 {
  margin: 0;
}
.contents.archive ul li h4 .en {
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  background: -webkit-linear-gradient(45deg, rgba(0, 70, 109, 1), rgba(7, 116, 139, 1), rgba(16, 250, 254, 1));
  color: #00466d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents.archive ul li h4 .icon {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  margin-right: 10px;
  position: relative;
  top: -15px;
}
.contents.archive ul li h4 .icon img {
  width: 100%;
  vertical-align: bottom;
}
.contents.archive ul li p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #00466d;
}
.contents.archive ul li i {
  position: absolute;
  bottom: 30px;
  right: 5%;
  font-size: 20px;
  color: #00466d;
  transition: all .3s;
}
.contents.archive ul li:hover i {
  color: #10fafe;
  transition: all .3s;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  /*-------------------トップ-------------------*/
  .top {
    width: 100%;
    height: 70vh;
    min-height: 350px;
  }
  .top .video_box {
    height: 70vh;
    min-height: 350px;
  }
  .top h2 {
    width: 90%;
    font-size: 25.5px;
    letter-spacing: 1px;
    position: absolute;
    left: 5%;
    bottom: 30px;
  }
  .top h2 .sub {
    font-size: 16px;
    margin-bottom: 5px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 30px 0 50px;
  }
  .contents h3 {
    margin-bottom: 15px;
  }
  .contents h3 .en {
    font-size: 38px;
  }
  .contents h3 .sub {
    font-size: 16px;
    /**/
    font-size: 20px;
  }
  /*-------------------ニュース-------------------*/
  .contents.news .dl_box dl {
    display: block;
    padding: 15px 2%;
  }
  .contents.news .dl_box dl dt {
    width: auto;
    margin-bottom: 5px;
  }
  .contents.news .dl_box dl dd {
    width: auto;
  }
  .contents.news .btn a {
    width: 150px;
    margin: 20px auto 0;
  }
  .contents.news .btn a:hover {
    opacity: 1;
    background-position: 99% 50%;
  }
  /*-------------------特別会員制度のご案内-------------------*/
  .contents.membership .wrap {
    display: block;
  }
  .contents.membership .box {
    padding: 15px 5%;
    margin-bottom: 15px;
    width: auto;
  }
  .contents.membership .box:nth-child(2), .contents.membership .box:nth-child(3) {
    width: auto;
  }
  .contents.membership .box:last-child {
    margin-bottom: 0;
  }
  .contents.membership .box h4 span {
    width: 45px;
    margin-right: 10px;
    position: relative;
    top: -3px;
  }
  .contents.membership .box h4 {
    margin: 0 auto 5px;
  }
  .contents.membership .box.faq ul li {
    margin: 10px auto;
  }
  .contents.membership .box.faq ul li:last-child {
    margin: 10px auto 0;
  }
  .contents.membership .btn {
    width: auto;
    font-size: 20px;
  }
  /*-------------------特別会員一覧-------------------*/
  .contents.special_member ul li {
    width: 46%;
    margin: 5px 2%;
  }
  .contents.special_member ul li p {
    font-size: 12px;
  }
  .contents.special_member h3 .sub02 {
    font-size: 14px;
  }
  /*-------------------ダウンロード-------------------*/
  .contents.download ul {
    display: block;
  }
  .contents.download ul li {
    width: auto;
    padding: 25px 5% 20px;
    margin-bottom: 15px;
  }
  .contents.download ul li:last-child {
    margin-bottom: 0;
  }
  .contents.download ul li h4 {
    font-size: 18px;
    margin: 0 auto 15px;
  }
  .contents.download ul li figure {
    width: 200px;
  }
  .contents.download ul li .btn a {
    width: 200px;
  }
  /*-------------------アーカイブ-------------------*/
  .contents.archive ul {
    display: block;
  }
  .contents.archive ul li {
    width: auto;
    margin-bottom: 15px;
  }
  .contents.archive ul li:last-child {
    margin-bottom: 0;
  }
  .contents.archive ul li a {
    padding: 15px 15% 20px 5%;
  }
  .contents.archive ul li h4 .en {
    font-size: 32px;
  }
  .contents.archive ul li h4 .icon {
    width: 55px;
    position: relative;
    top: -10px;
  }
  .contents.archive ul li i {
    position: absolute;
    bottom: 20px;
    right: 5%;
  }
}