#page_content {
  background: url(../img/kv_bg.jpg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #page_content {
    background-size: auto;
  }
}

.kv {
  height: 460px;
  padding-top: 110px;
  box-sizing: border-box;
}
.kv h1 {
  height: 100%;
  max-width: 1180px;
  width: 92%;
  margin: 0 auto;
}
.kv h1 img {
  width: 322px;
}
@media screen and (max-width: 750px) {
  .kv {
    height: 61.3333333333vw;
    padding-top: 14.6666666667vw;
  }
  .kv h1 img {
    max-width: 322px;
    width: 70%;
  }
}

.sect_bg {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/sect1_bg.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.sect1 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 156px;
}
@media screen and (max-width: 750px) {
  .sect1 {
    padding-top: 18.6666666667vw;
    padding-bottom: 20.8vw;
  }
}
.sect1 .sect_bg {
  background-image: url("../img/sect1_bg.jpg");
  height: 100%;
}
.sect1__tp_wrapper {
  width: auto;
  margin: 0 0 138px calc((100vw - 1180px) * 0.5);
  z-index: 1;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1276px) {
  .sect1__tp_wrapper {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .sect1__tp_wrapper {
    display: block;
    margin-bottom: 18.4vw;
  }
}
.sect1__tp_wrapper__txt {
  max-width: 590px;
  width: 50%;
  color: #fff;
  padding-top: 36px;
}
@media screen and (max-width: 750px) {
  .sect1__tp_wrapper__txt {
    width: 100%;
    max-width: 92%;
    margin-bottom: 10vw;
    padding-top: 0;
  }
}
.sect1__tp_wrapper__txt h2 {
  max-width: 436px;
  width: 73.5593220339%;
  margin-bottom: 60px;
}
.sect1__tp_wrapper__txt h2 img {
  width: 100%;
}
.sect1__tp_wrapper__txt p {
  line-height: 2.6;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .sect1__tp_wrapper__txt p {
    font-size: 3.4666666667vw;
  }
}
.sect1__tp_wrapper__pic {
  flex: 1;
  padding-left: 15px;
}
.sect1__tp_wrapper__pic img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .sect1__tp_wrapper__pic {
    width: 100%;
    padding-left: 0;
  }
}
.sect1__nav {
  max-width: 1180px;
  width: 92%;
  margin: 0 auto;
  padding-top: 54px;
  border-top: solid 1px #fff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sect1__nav {
    padding-top: 7.2vw;
  }
}
.sect1__nav__lead {
  max-width: 980px;
  width: 92%;
  margin: 0 auto 18px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .sect1__nav__lead {
    font-size: 3.0666666667vw;
    margin: 0 auto 4.2666666667vw;
  }
}
.sect1__nav h3 {
  text-align: center;
}
.sect1__nav h3 img {
  width: 196px;
}
.sect1__nav__links {
  margin-top: -44px;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  /*
  p{
      margin:0 24px;
      width:40%;
      max-width:320px;
      svg{
          width:316px;
          height:350px;
          a:hover{
              .cls-3{
                  opacity:0.5;
              }
          }
      }
  }
  */
}
@media screen and (max-width: 750px) {
  .sect1__nav__links {
    display: block;
    margin-bottom: 9.3333333333vw;
    margin-top: 5vw;
    /*
    p{
        margin:0 auto 4vw;
        width:80%;
        max-width:100%;
        text-align: center;
        svg{
            width:62vw;
            height:70vw;
        }
    }
    */
  }
}
.sect1__nav__btm {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .sect1__nav__btm {
    font-size: 3.4666666667vw;
  }
}

.sect2 {
  letter-spacing: 0.05em;
  width: 100vw;
  position: relative;
  padding-top: 684px;
}
@media screen and (max-width: 1399px) {
  .sect2 {
    padding-top: 48.8571428571%;
  }
}
@media screen and (max-width: 750px) {
  .sect2 {
    padding-top: 40%;
  }
}
.sect2 .sect_bg {
  background-image: url("../img/sect2_bg.jpg");
  height: 62.5vw;
}
@media screen and (max-width: 834px) {
  .sect2 .sect_bg {
    background-image: url("../img/sect2_bg_sp.jpg");
  }
}
.sect2__conts {
  width: auto;
  margin: 0 0 138px calc((100vw - 1180px) * 0.5);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1276px) {
  .sect2__conts {
    margin-left: 4vw;
  }
}
.sect2__conts .sect2__subttl {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 54px;
}
@media screen and (max-width: 750px) {
  .sect2__conts .sect2__subttl {
    font-size: 4vw;
    margin-bottom: 7.2vw;
  }
}
.sect2__conts .sect2__whitebox {
  background: #fff;
  padding: 200px 0 0 7.6335877863%;
}
@media screen and (max-width: 750px) {
  .sect2__conts .sect2__whitebox {
    padding-top: 13.3333333333vw;
  }
}
.sect2__conts .sect2__whitebox__tp_wrapper {
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .sect2__conts .sect2__whitebox__tp_wrapper {
    display: block;
    margin-bottom: 16vw;
  }
}
.sect2__conts .sect2__whitebox__tp_wrapper__txt {
  padding-top: 54px;
  width: 37.1900826446%;
}
@media screen and (max-width: 750px) {
  .sect2__conts .sect2__whitebox__tp_wrapper__txt {
    width: 100%;
    padding-top: 7.2vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sect2__conts .sect2__whitebox__tp_wrapper__txt h2 {
  width: 79.1111111111%;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .sect2__conts .sect2__whitebox__tp_wrapper__txt h2 {
    margin-bottom: 9.3333333333vw;
  }
}
.sect2__conts .sect2__whitebox__tp_wrapper__txt p {
  color: #626262;
  font-size: 18px;
  line-height: 2.6;
}
@media screen and (max-width: 750px) {
  .sect2__conts .sect2__whitebox__tp_wrapper__txt p {
    font-size: 3.4666666667vw;
  }
}
.sect2__conts .sect2__whitebox__tp_wrapper__pic {
  flex: 1;
}
.sect2__conts .sect2__whitebox__tp_wrapper__pic img {
  width: 100%;
}

.sect__links {
  max-width: 1080px;
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sect__links a {
  border-top: solid 1px #666;
  display: flex;
  flex-direction: column;
  padding: 40px 20px 26px 10px;
  width: 47.2222222222%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .sect__links a {
    width: 100%;
    padding: 5.3333333333vw 2.6666666667vw 3.4666666667vw 1.3333333333vw;
  }
}
.sect__links a strong {
  font-family: "Shippori Mincho";
  font-size: 22px;
  margin-bottom: 1.5em;
  color: #7d796f;
}
.sect__links a strong:after {
  float: right;
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  .sect__links a strong:after {
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 750px) {
  .sect__links a strong {
    font-size: 4.1333333333vw;
    margin-bottom: 1em;
  }
}
.sect__links a p {
  font-size: 17px;
  color: #626262;
}
@media screen and (max-width: 750px) {
  .sect__links a p {
    font-size: 3.2vw;
  }
}
.sect__links a:hover {
  text-decoration: none;
}
.sect__links a:nth-of-type(n + 4) {
  border-bottom: solid 1px #666;
}
@media screen and (max-width: 750px) {
  .sect__links a:nth-of-type(n + 4) {
    border-bottom: none;
  }
}
.sect2 .sect__links a:nth-of-type(n + 3) {
  border-bottom: solid 1px #666;
}
@media screen and (max-width: 750px) {
  .sect2 .sect__links a:nth-of-type(n + 3) {
    border-bottom: none;
  }
}

.sect34 {
  background: #f2f1ef;
  letter-spacing: 0.05em;
  width: 100vw;
  position: relative;
  padding-bottom: 200px;
}
.sect34.sect3 {
  padding-top: 140px;
}
@media screen and (max-width: 750px) {
  .sect34.sect3 {
    padding-top: 18.6666666667vw;
  }
}
.sect34__conts {
  width: auto;
  margin: 0 0 0 calc((100vw - 1180px) * 0.5);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1276px) {
  .sect34__conts {
    margin-left: 4vw;
    padding-bottom: 6.6666666667vw;
  }
}
.sect34__conts .bg img {
  width: 100%;
}
.sect34__conts__subttl {
  font-weight: bold;
  color: #15336c;
  line-height: 1;
  font-size: 22px;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .sect34__conts__subttl {
    font-size: 4.1333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.sect34__conts__ttlbox {
  max-width: 630px;
  width: 88%;
  background: #f2f1ef;
  padding: 100px 0 0 80px;
  margin-top: -300px;
  margin-bottom: 100px;
  float: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .sect34__conts__ttlbox {
    margin-top: -13.3333333333vw;
    margin-bottom: 10.6666666667vw;
    padding: 13.3333333333vw 0 0 8vw;
  }
}
.sect34__conts__ttlbox h2 {
  margin-bottom: 46px;
}
@media screen and (max-width: 750px) {
  .sect34__conts__ttlbox h2 {
    margin-bottom: 6.1333333333vw;
  }
}
.sect34__conts__ttlbox h2 img.sect3_ttl {
  width: 290px;
}
@media screen and (max-width: 750px) {
  .sect34__conts__ttlbox h2 img.sect3_ttl {
    max-width: 290px;
    width: 77.3333333333vw;
  }
}
.sect34__conts__ttlbox h2 img.sect4_ttl {
  width: 298px;
}
@media screen and (max-width: 750px) {
  .sect34__conts__ttlbox h2 img.sect4_ttl {
    max-width: 298px;
    width: 80vw;
  }
}
.sect34__conts__ttlbox p {
  color: #626262;
  font-size: 18px;
  line-height: 2.2;
  padding-top: 44px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sect34__conts__ttlbox p {
    font-size: 3.4666666667vw;
    padding-top: 5.8666666667vw;
  }
}
.sect34__conts__ttlbox p:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #444;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .sect34__conts__ttlbox p {
    font-size: 3.4666666667vw;
    padding-top: 5.8666666667vw;
  }
  .sect34__conts__ttlbox p:before {
    width: 9.6vw;
  }
}
.sect34__conts__ttlbox + * {
  clear: both;
}
.sect34__conts .sect__links_wrapper {
  margin: 0 0 0 7.6335877863%;
}
@media screen and (max-width: 750px) {
  .sect34__conts .sect__links_wrapper {
    margin: 0 0 0 8vw;
  }
}
.sect34__conts .sect__links_wrapper .sect__links a {
  width: 30.5555555556%;
}
@media screen and (max-width: 750px) {
  .sect34__conts .sect__links_wrapper .sect__links a {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .sect34 {
    position: relative;
    height: auto;
    padding: 0;
  }
  .sect34 .sect_bg {
    height: 0;
    padding-top: 75%;
    padding-top: 104%;
    position: relative;
  }
  .sect34 .sect_container {
    background: #fff;
    padding: 0 0 21.3333333333vw 8vw;
    align-items: flex-start;
  }
  .sect34 .sect_container h2 {
    margin-top: -30px;
  }
}

.sect2 .sect_bg {
  background-image: url("../img/sect2_bg.jpg");
}

.sect3 .sect_bg {
  background-image: url("../img/sect3_bg.jpg");
}

.sect4 .sect_bg {
  background-image: url("../img/sect4_bg.jpg");
}

.sect5 {
  letter-spacing: 0.05em;
  padding: 0 0 0 0;
  position: relative;
  margin-bottom: 100px;
  height: 450px;
}
@media screen and (max-width: 750px) {
  .sect5 {
    height: auto;
  }
}
.sect5 .sect_bg {
  background-image: url("../img/sect5_bg.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
}
.sect5__conts {
  position: relative;
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .sect5__conts {
    display: block;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .sect5__conts__left {
    margin-bottom: 6.6666666667vw;
  }
}
.sect5__conts__left .lead {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-bottom: 38px;
  letter-spacing: 0.05em;
  width: 382px;
}
@media screen and (max-width: 750px) {
  .sect5__conts__left .lead {
    font-size: 4.2666666667vw;
    margin-bottom: 5.0666666667vw;
  }
}
.sect5__conts__left h2 {
  margin-bottom: 30px;
}
.sect5__conts__left h2 img {
  width: 270px;
}
.sect5__conts__left h2 + p {
  color: #fff;
  font-size: 18px;
  line-height: 2.2;
  padding-top: 50px;
  position: relative;
}
.sect5__conts__left h2 + p:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .sect5__conts__left h2 + p {
    font-size: 3.4666666667vw;
    padding-top: 6.6666666667vw;
  }
  .sect5__conts__left h2 + p:before {
    width: 9.6vw;
  }
}
.sect5__conts > a {
  width: 382px;
}
@media screen and (max-width: 750px) {
  .sect5__conts > a {
    max-width: 382px;
    width: 80vw;
  }
}/*# sourceMappingURL=style.css.map */