@charset "UTF-8";
/*第二階層*/
.breadcrumb {
  padding: 15px 0;
  background: linear-gradient(45deg, rgba(0, 70, 109, 0.1), rgba(7, 116, 139, 0.1), rgba(16, 250, 254, 0.1));
}
.breadcrumb ul {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 13px;
}
.breadcrumb ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
}
.breadcrumb ul li.current {
  color: #00466d;
}
.breadcrumb ul li:first-child {
  margin: 0;
}
.breadcrumb ul li:first-child:before {
  content: '';
  margin: 0;
  position: static;
}
.breadcrumb ul li:before {
  content: '-';
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #111;
}
.breadcrumb ul li a {
  color: #111;
  text-decoration: none;
}
.second .bg {
  padding: 100px 5% 50px;
  background-image: url("../img/ttl_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.second .bg:before {
  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;
}
.second h2 {
  position: relative;
  z-index: 2;
}
.second h2 .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;
}
.second h2 .sub {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  padding-left: 25px;
  position: relative;
  color: #fff;
}
.second h2 .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));
}
.second .inner {
  width: 1100px;
  padding: 50px 0 60px;
}
/*-------------------挨拶-------------------*/
.second.message section {
  margin-bottom: 100px;
}
.second.message section:last-child {
  margin-bottom: 0;
}
.second.message .wrap {
  background: linear-gradient(45deg, rgba(0, 70, 109, 0.1), rgba(7, 116, 139, 0.1), rgba(16, 250, 254, 0.1));
  padding: 40px 5%;
  position: relative;
}
.second.message .wrap h4 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #00466d;
  margin: 0 auto 20px;
}
.second.message .wrap .right {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 20px;
  color: #00466d;
}
.second.message .wrap .inner02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.second.message .wrap .inner02 figure {
  width: 25%;
}
.second.message .wrap .inner02 p {
  width: 70%;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
}
.second.message .wrap .profile {
  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% 25px;
  margin-top: 40px;
}
.second.message .wrap .profile h5 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 auto 5px;
  color: #00466d;
}
.second.message .wrap .profile p {
  margin: 0;
  font-size: 14px;
}
/*-------------------名簿-------------------*/
.second.member .dl_box {
  width: 800px;
  margin: 0 auto;
}
.second.member .dl_box dl {
  margin: 0;
  display: flex;
  padding: 20px 2%;
  border-bottom: solid 1px #ccc;
}
.second.member .dl_box dl a {
  display: inline-block;
  text-decoration: none;
  color: #111;
}
.second.member .dl_box dl dt {
  width: 20%;
  font-weight: 500;
  color: #00466d;
}
.second.member .dl_box dl dd {
  margin: 0;
  width: 80%;
}
/*-------------------資料格納ページ-------------------*/
.second.data .inner section {
  margin-bottom: 50px;
}
.second.data h3 {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin: 0 auto 20px;
  padding-left: 25px;
  position: relative;
}
.second.data h3: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));
}
.second.data .dl_box {
  border-top: solid 1px #ccc;
}
.second.data .dl_box dl {
  margin: 0;
  display: flex;
  align-items: flex-start;
  padding: 20px 2%;
  border-bottom: solid 1px #ccc;
}
.second.data .dl_box dl a {
  display: block;
  color: #00466d;
}
.second.data .dl_box dl dt {
  width: 20%;
  font-weight: 500;
}
.second.data .dl_box dl dd {
  margin: 0;
  width: 80%;
}
.second.data .dl_box dl dd a:hover {
  opacity: 1;
  color: #10fafe;
}
@media screen and (max-width:1050px) {
  .second .bg {
    padding: 80px 5% 30px;
    background-image: url("../img/ttl_bg_sp.jpg");
  }
  .second h2 .en {
    font-size: 32px;
  }
  .second h2 .sub {
    font-size: 18px;
    padding-left: 25px;
  }
  .second .inner {
    width: 90%;
    padding: 30px 0 40px;
  }
  /*-------------------挨拶-------------------*/
  .second.message section {
    margin-bottom: 50px;
  }
  .second.message .wrap {
    padding: 30px 5%;
  }
  .second.message .wrap h4 {
    font-size: 20px;
    margin: 0 auto 15px;
  }
  .second.message .wrap h4 span {
    display: block;
  }
  .second.message .wrap .right {
    font-size: 17px;
    margin: 0 auto 15px;
  }
  .second.message .wrap .inner02 {
    display: block;
  }
  .second.message .wrap .inner02 figure {
    width: 200px;
    margin: 0 auto 20px;
  }
  .second.message .wrap .inner02 p {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }
  .second.message .wrap .profile {
    padding: 15px 5% 20px;
    margin-top: 20px;
  }
  .second.message .wrap .profile h5 {
    font-size: 16px;
  }
  /*-------------------名簿-------------------*/
  .second.member .dl_box {
    width: 100%;
  }
  .second.member .dl_box dl {
    display: block;
    padding: 15px 2%;
  }
  .second.member .dl_box dl dt {
    width: auto;
    margin-bottom: 5px;
  }
  .second.member .dl_box dl dd {
    width: auto;
  }
  /*-------------------資料格納ページ-------------------*/
  .second.data .inner section {
    margin-bottom: 40px;
  }
  .second.data h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .second.data .dl_box dl {
    display: block;
    padding: 15px 2%;
  }
  .second.data .dl_box dl dt {
    width: auto;
    margin-bottom: 5px;
  }
  .second.data .dl_box dl dd {
    width: auto;
  }
}