@charset "utf-8";
@import url('layout_new.css');
@import url('layout_new_sp.css');
/* CSS Document */
/* ----------------------------------------------- */
* {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif; /**/
}
/* ----------------------------------------------- a */
/* ----------------------------------------------- body */
/* ----------------------------------------------- wrapper */
/* ----------------------------------------------- header */
/* ----------------------------------------------- header > h1 */
/* ----------------------------------------------- header > mainimg */
header .mainimg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 800px;
  background-position: 50% 0%;
  background-size: cover;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  header .mainimg {
    height: 370px; /**/
    background-position: right 25% top 0;
  }
}
/* ----------------------------------------------- header > header */
/* ----------------------------------------------- header > h2 */
.passing .passing-box {
  width: 60%; /**/
  margin-left: 40%; /**/
}
.passing .passing-txt h2 span {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif; /**/
  line-height: 174%;
}
.passing .passing-bar {
  margin: 110px 60px 0px 0px;
}
@media screen and (max-width: 1540px) {
  .passing .passing-bar {
    margin: 420px 60px 0px 0px;
  }
  @media screen and (max-width: 959px) {
    .passing .passing-box {
      width: 82%; /**/
      margin-left: 18%; /**/
    }
    .passing .passing-txt h2 span {
      line-height: 160%;
    }
    .passing .passing-bar {
      margin: 160px 20px 0px 0px; /**/
    }
  }
}
/* ----------------------------------------------- banner */
.banner {
  text-align: center;
  padding: 60px 0px 0px 0px;
  margin: 0px 0px -10px 0px;
}
@media screen and (max-width: 959px) {
  .banner {
    padding: 2px 0px 0px 0px;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
}
/* ----------------------------------------------- nav */
/* ----------------------------------------------- nav > toggle */
/* ----------------------------------------------- nav > overlay */
/* ----------------------------------------------- nav > nav */
/* ----------------------------------------------- content_nav */
#content_nav {
  margin: 50px 0px 25px 0px; /**/
}
#content_nav ul {
  height: 400px; /**/
}
#content_nav li:nth-child(1):after {
  background-image: url(../img/index/c_nav_back11.jpg);
}
#content_nav li:nth-child(2):after {
  background-image: url(../img/index/c_nav_back12.jpg);
}
#content_nav li:nth-child(3):after {
  background-image: url(../img/index/c_nav_back13.jpg);
}
#content_nav li:nth-child(4):after {
  background-image: url(../img/index/c_nav_back14.jpg);
}
#content_nav li:nth-child(5):after {
  background-image: url(../img/index/c_nav_back15.jpg);
}
#content_nav li:nth-child(6):after {
  background-image: url(../img/index/c_nav_back16.jpg);
}
@media screen and (max-width: 959px) {
  #content_nav {
    margin: 10px 0px; /**/
  }
  #content_nav ul {
    height: 420px; /**/
  }
}
/* ----------------------------------------------- summary */
#summary {
  background-color: #e2e9ee;
  padding: 50px 0px;
  text-align: center;
}
#summary .inner {
  width: 1200px;
  margin: 0px auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#summary .inner div {
  width: 50%;
  padding: 0px 0px 20px 0px;
  text-align: left;
  vertical-align: top;
}
#summary .inner div:nth-child(1), #summary .inner div:nth-child(2) {
  padding-bottom: 50px;
}
#summary h3 {
  position: relative;
  margin: 0px;
  padding: 0px 0px 0px 30px;
  font-size: 160%;
  color: #1a3974;
}
#summary h3::before {
  position: absolute;
  content: " ";
  left: 0%;
  top: 40%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1a3974;
  border-right: 2px solid #1a3974;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
#summary .inner table {
  width: 540px;
  border: none;
  border-collapse: collapse;
}
#summary .inner table th {
  background-color: #CFDBE5;
  border: 1px solid #fff;
  font-weight: bold;
  width: 35%;
  text-align: center;
  vertical-align: middle;
}
#summary .inner table td {
  background-color: #fff;
  padding: 15px 20px;
  line-height: 120%;
}
#summary .inner table td em {
  color: #f00;
  line-height: 120%;
}
#summary h3:nth-child(odd), #summary .inner:nth-child(odd) table {
  margin-left: 30px;
}
@media screen and (max-width: 959px) {
  #summary {
    /*	padding: 210px 0px 50px 0px;*/
    padding: 210px 20px 50px 0;
  }
  #summary .inner {
    width: 100%;
    display: block;
  }
  #summary .inner div {
    width: 100%;
  }
  #summary .inner div:nth-child(1), #summary .inner div:nth-child(2) {
    padding-bottom: 10px;
  }
  #summary h3 {
    padding: 0px 0px 0px 20px;
    font-size: 140%;
  }
  #summary h3::before {
    width: 7px;
    height: 7px;
  }
  #summary .inner table {
    width: 90%;
  }
  #summary .inner table th {
    width: 30%;
    padding: 10px;
  }
  #summary .inner table td {
    padding: 10px;
  }
}
/* ----------------------------------------------- footer */
footer {
  display: block;
}
footer address {
  text-align: center; /**/
  font-weight: bold;
}
@media screen and (max-width: 959px) {}
/* ----------------------------------------------- copy */
.cr {
  padding: 20px 0px 10px 0px; /**/
}
@media screen and (max-width: 959px) {
  .cr {
    text-align: center; /**/
  }
}
/* ----------------------------------------------- pagetop */
#page-top {
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  width: 70px;
  height: 70px;
}
#page-top a {
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(27, 51, 117, 1);
  transition: 0.5s;
  opacity: 1;
  text-indent: -1000000px;
}
#page-top a span {
  position: relative;
  display: block;
  padding: 10px 0px;
  text-align: center;
}
#page-top a span::before {
  position: absolute;
  content: "";
  left: 40%;
  top: 65%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.5s;
}
#page-top a:hover {
  opacity: 0.5;
}
/* ----------------------------------------------- 表示切替 */
ul.switch {
  display: none;
}