@charset "UTF-8";
/* _setting CSS */
#contents {
  padding-bottom: 0 !important;
}

@media all and (min-width: 751px) {
  #contents {
    min-width: 1180px;
    padding-top: 730px;
    overflow: hidden;
  }

  #mv {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1180px;
    height: 730px;
    background: url("../images/index/mv1.jpg") center/cover;
  }
  #mv picture {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 567px;
    margin: 0 0 0 -650px;
    transform: translateY(-50%);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.6s;
  }
  #mv p {
    width: 900px;
    line-height: 1.5;
    margin: 0 auto;
    letter-spacing: 0.1em;
    transform-origin: top left;
    opacity: 0;
    transition: 1s;
    transition-delay: 0.6s;
    color: #fff;
    font-family: "AvenirNextLTPro-Demi";
    font-size: 6.4rem;
  }
  #mv p span {
    display: block;
    line-height: 1.8;
    margin-top: 20px;
    padding: 0 0 0 5px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  #mv.scf_on p {
    opacity: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  #mv {
    width: 100%;
    height: 730px;
  }
}
@media all and (min-width: 751px) {
  section {
    position: relative;
    z-index: 10;
    background: #fff;
  }
  section h2 {
    margin: 0 0 2px;
    color: #387dce;
    font-size: 3rem;
    font-family: "AvenirNextLTPro-Demi", "FP-こぶりなゴシック StdN W3";
  }
  section .lead {
    line-height: 1.8;
    margin: 0 0 20px;
    transform-origin: top left;
    font-size: 2.8rem;
    font-family: "AvenirNextLTPro-Demi";
  }
  section .c_btn2 {
    min-width: 90px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
  }
}
@media all and (min-width: 751px) {
  @keyframes move {
    0% {
      transform: translate(2px, 0);
    }
    5% {
      transform: translate(0, 3px);
    }
    8% {
      transform: translate(-2px, 1px);
    }
    15% {
      transform: translate(1px, -3px);
    }
    20% {
      transform: translate(2px, 0);
    }
    30% {
      transform: translate(3px, -2px);
    }
    32% {
      transform: translate(2px, 3px);
    }
    40% {
      transform: translate(4px, -2px);
    }
    45% {
      transform: translate(4px, -2px);
    }
    58% {
      transform: translate(-2px, 1px);
    }
    78% {
      transform: translate(1px, -3px);
    }
    88% {
      transform: translate(2px, 0);
    }
    100% {
      transform: translate(3px, -2px);
    }
  }
}
@media all and (min-width: 751px) {
  #sec1 {
    display: flex;
    align-items: center;
    height: 602px;
    padding: 100px 0;
    background: #f4f8fb;
  }
  #sec1 .inner {
    position: relative;
  }
  #sec1 .inner .img1 {
    position: absolute;
    top: 50%;
    left: 470px;
    width: 480px;
    height: 480px;
    margin-top: -240px;
    background-position: center top;
  }
  #sec1 .inner .img1 div {
    width: 480px;
    height: 480px;
    border-radius: 100%;
    background: url("../images/index/sec1_img1.jpg") no-repeat center top/auto 150%;
    background-position: inherit;
    transition: 0.3s;
    transition-delay: 0s;
  }
  #sec1 .inner::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -70px;
    width: 174px;
    height: 159px;
    background: url("../images/index/sec1_img2.png") no-repeat center/100%;
    animation: 15s ease-in-out 0s infinite alternate move;
    opacity: 0;
    transition: 1s;
    transition-delay: 1.5s;
  }
  #sec1.scf_on .inner::before {
    opacity: 1;
  }
}
@media all and (min-width: 751px) {
  #sec2 {
    padding: 70px 0 120px;
  }
  #sec2 .inner {
    display: flex;
    justify-content: space-between;
  }
  #sec2 .inner h2 {
    margin: 0 0 15px;
  }
  #sec2 .inner ul {
    width: 865px;
  }
  #sec2 .inner ul li {
    border-bottom: 1px solid #ccc;
  }
  #sec2 .inner ul li a {
    display: block;
    position: relative;
    padding: 15px 16px;
  }
  #sec2 .inner ul li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #006bc5;
    transition: 0.8s cubic-bezier(0.31, 0.31, 0.19, 0.99);
  }
  #sec2 .inner ul li a .date {
    display: block;
    font-size: 1.3rem;
  }
  #sec2 .inner ul li a .date .category {
    margin: 0 10px 0 0;
    color: #006bc5;
  }
  #sec2 .inner ul li a .text {
    display: block;
    color: #595757;
    font-size: 1.4rem;
  }
  #sec2 .inner ul li a:hover {
    opacity: 1;
  }
  #sec2 .inner ul li a:hover::before {
    width: 100%;
  }
}
@media all and (min-width: 751px) {
  #sec3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    height: 450px;
    background: #fff url("../images/index/sec3_img1.jpg") no-repeat center/cover;
    background-attachment: fixed;
    color: #fff;
    font-size: 3.5rem;
    font-family: "AvenirNextLTPro-Demi", "FP-こぶりなゴシック StdN W3";
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  #sec4 {
    padding: 140px 0 100px;
  }
  #sec4 .inner {
    display: flex;
    justify-content: space-between;
  }
  #sec4 .inner .hd {
    width: 320px;
  }
  #sec4 .inner h2 {
    margin: 0 0 15px;
  }
  #sec4 .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 763px;
  }
  #sec4 .inner ul:hover li a {
    filter: brightness(0.7);
  }
  #sec4 .inner ul li {
    width: calc(50% - 1px);
    margin-bottom: 2px;
  }
  #sec4 .inner ul li a {
    display: block;
    line-height: 1.4;
    height: 207px;
    padding: 28px 0 28px 28px;
    background: url("../images/index/sec4_img1.jpg") no-repeat center/100%;
    color: #fff;
    font-size: 2.4rem;
    font-family: "AvenirNextLTPro-Demi", "FP-こぶりなゴシック StdN W3";
    transition: 0.6s;
  }
  #sec4 .inner ul li a > span {
    display: block;
    transition-delay: 0.15s;
  }
  #sec4 .inner ul li a .jf {
    display: inline-block;
    line-height: 2;
    transform-origin: top left;
    font-size: 1.5rem;
  }
  #sec4 .inner ul li a:hover {
    opacity: 1;
    background-size: 108% !important;
    filter: contrast(115%);
  }
  #sec4 .inner ul li:nth-child(2) a {
    background: url("../images/index/sec4_img2.jpg") no-repeat center/100%;
  }
  #sec4 .inner ul li:nth-child(n+3) {
    transition-delay: 0.2s;
  }
  #sec4 .inner ul li:nth-child(n+3) a {
    background: url("../images/index/sec4_img3.jpg") no-repeat center/100%;
    transition-delay: 0s, 0s, 0s, 0.8s;
  }
  #sec4 .inner ul li:nth-child(4) a {
    background: url("../images/index/sec4_img4.jpg") no-repeat center/100%;
  }
  #sec4 .inner ul li:nth-child(5) a {
    background: url("../images/index/sec4_img5.jpg") no-repeat center/100%;
  }
  #sec4 .inner ul li:nth-child(6) a {
    height: 0;
    padding: 207px 0 0;
    overflow: hidden;
    background: url("../images/index/sec4_img6.jpg") no-repeat center/100%;
  }
}
@media all and (min-width: 751px) {
  #sec5 {
    position: relative;
    z-index: 10;
    background: #fff;
  }
  #sec5 .inner {
    display: block;
    padding: 107px 0 100px;
    background: #fff url("../images/index/sec5_text1.svg") no-repeat calc(50% + 100px) 0;
  }
  #sec5 .inner.scf_on {
    background-position: 50% 0;
  }
  #sec5 a {
    display: block;
    height: 280px;
    padding: 85px 0 80px 200px;
    background: url("../images/index/sec5_img1.jpg") no-repeat 50% top/100%;
    text-align: center;
  }
  #sec5 a .text {
    display: block;
    margin: 0 0 20px;
    padding: 0 0 0 0.5em;
    transform: scaleX(0.9);
    color: #000000;
    font-size: 2.8rem;
    font-family: "AvenirNextLTPro-Demi";
    text-align: center;
    letter-spacing: 0.1em;
  }
  #sec5 a .btn {
    min-width: 170px;
    height: 50px;
    transition: 0.3s;
  }
  #sec5 a:hover {
    background-size: 105%;
  }
  #sec5 a:hover .btn {
    opacity: 1;
    color: #387dce;
  }
  #sec5 a:hover .btn::before {
    width: 100%;
    opacity: 1;
  }
}
@media all and (min-width: 751px) {
  #sec6 {
    position: relative;
    z-index: 10;
    padding: 107px 0 230px;
    background: #fff url("../images/index/sec6_text1.svg") no-repeat center 0;
  }
  #sec6 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
  }
  #sec6 ul:hover li a {
    filter: brightness(0.7);
  }
  #sec6 ul li {
    width: 479px;
    margin-bottom: 1px;
  }
  #sec6 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    height: 200px;
    background: url("../images/index/sec6_img1.jpg") no-repeat center/100%;
    color: #fff;
    font-size: 2.6rem;
    font-family: "AvenirNextLTPro-Demi", "FP-こぶりなゴシック StdN W3";
    text-align: center;
    transition: 0.6s;
  }
  #sec6 ul li a .jf {
    transform-origin: top center;
    font-size: 1.8rem;
  }
  #sec6 ul li a:hover {
    opacity: 1;
    background-size: 108% !important;
    filter: contrast(110%);
  }
  #sec6 ul li:nth-child(2) a {
    background: url("../images/index/sec6_img2.jpg") no-repeat center/100%;
  }
  #sec6 ul li:nth-child(3) {
    transition-delay: 0.2s;
  }
  #sec6 ul li:nth-child(3) a {
    background: url("../images/index/sec6_img3.jpg") no-repeat center/100%;
  }
  #sec6 ul li:nth-child(4) {
    transition-delay: 0.2s;
  }
  #sec6 ul li:nth-child(4) a {
    background: url("../images/index/sec6_img4.jpg") no-repeat center/100%;
  }
}
@media screen and (max-width: 750px) {
  #contents {
    overflow: hidden;
  }

  #mv {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 130.6666666667vw;
    padding: 6.6666666667vw 0 0;
    background: url("../images/index/sp_mv1.jpg") center/cover;
  }
  #mv p {
    line-height: 1.35;
    margin: 0 auto;
    padding: 0 0 0 0.3em;
    transform-origin: top left;
    color: #fff;
    font-family: "AvenirNextLTPro-Demi";
    font-size: 7rem;
    letter-spacing: 0.1em;
  }
  #mv p span {
    display: block;
    margin-top: 2.6666666667vw;
    padding: 0 0 0 1.3333333333vw;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
  }

  section h2 {
    margin: 0 0 0.5333333333vw;
    color: #387dce;
    font-size: 4.8rem;
    font-family: "AvenirNextLTPro-Demi", "FP-こぶりなゴシック StdN W3";
  }
  section .lead {
    line-height: 1.6;
    margin: 0 0 5.3333333333vw;
    transform-origin: top left;
    font-size: 5.2rem;
    font-family: "AvenirNextLTPro-Demi";
  }
  section .btn {
    text-align: center;
  }
  section .c_btn2 {
    min-width: 58.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-weight: normal;
  }

  #sec1 {
    padding: 12vw 0 16vw;
    background: #f4f8fb url("../images/index/sp_sec1_img1.png") no-repeat right 24vw;
    background-size: 100%;
  }
  #sec1 .btn {
    padding: 93.3333333333vw 0 0;
  }

  #sec2 {
    padding: 12vw 0 13.3333333333vw;
  }
  #sec2 .inner h2 {
    margin: 0 0 2.6666666667vw;
  }
  #sec2 .inner ul {
    margin: 0 0 6.6666666667vw;
  }
  #sec2 .inner ul li {
    border-bottom: 1px solid #ccc;
  }
  #sec2 .inner ul li a {
    display: block;
    padding: 2.6666666667vw 0;
  }
  #sec2 .inner ul li a .date {
    display: block;
    font-size: 2.6rem;
  }
  #sec2 .inner ul li a .date .category {
    margin: 0 10px 0 0;
    color: #006bc5;
  }
  #sec2 .inner ul li a .text {
    display: block;
    color: #595757;
    font-size: 2.6rem;
  }

  #sec3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53.3333333333vw;
    background: url("../images/index/sp_sec3_img1.jpg") no-repeat center/cover;
    color: #fff;
    font-size: 3.6rem;
    font-family: "AvenirNextLTPro-Demi", "FP-こぶりなゴシック StdN W3";
    text-align: center;
  }

  #sec4 {
    padding: 12vw 0 10vw;
  }
  #sec4 .inner {
    padding: 0 4.6666666667vw;
  }
  #sec4 .inner .hd {
    padding: 0 0 6.6666666667vw 3.3333333333vw;
  }
  #sec4 .inner h2 {
    margin: 0 0 2.6666666667vw;
  }
  #sec4 .inner ul {
    margin: 0 0 10.6666666667vw;
  }
  #sec4 .inner ul li a {
    display: block;
    line-height: 1.4;
    height: 48vw;
    padding: 6vw;
    background: url("../images/index/sp_sec4_img1.jpg") no-repeat 0 0/100%;
    color: #fff;
    font-size: 4.5rem;
    font-family: "AvenirNextLTPro-Demi", "FP-こぶりなゴシック StdN W3";
  }
  #sec4 .inner ul li a .jf {
    display: inline-block;
    position: relative;
    top: -1.3333333333vw;
    line-height: 1.7;
    transform-origin: top left;
    font-size: 2.2rem;
    font-family: "AvenirNextLTPro-Demi", "FP-こぶりなゴシック StdN W3";
  }
  #sec4 .inner ul li:nth-child(2) a {
    background: url("../images/index/sp_sec4_img2.jpg") no-repeat 0 0/100%;
  }
  #sec4 .inner ul li:nth-child(n+3) a {
    background: url("../images/index/sp_sec4_img3.jpg") no-repeat 0 0/100%;
  }
  #sec4 .inner ul li:nth-child(4) a {
    background: url("../images/index/sp_sec4_img4.jpg") no-repeat 0 0/100%;
  }
  #sec4 .inner ul li:nth-child(5) a {
    background: url("../images/index/sp_sec4_img5.jpg") no-repeat 0 0/100%;
  }
  #sec4 .inner ul li:nth-child(6) a {
    height: 0;
    padding: 48vw 0 0;
    overflow: hidden;
    background: url("../images/index/sec4_img6.jpg") no-repeat center/cover;
  }

  #sec5 {
    position: relative;
    margin: 0 0 18.6666666667vw;
    padding: 38.6666666667vw 0 0;
    background: url("../images/index/sp_sec5_text1.svg") no-repeat center 0/100%;
  }
  #sec5 a {
    display: block;
    padding: 20vw 2.6666666667vw 21.3333333333vw;
    background: url("../images/index/sp_sec5_img1.jpg") no-repeat center/cover;
    text-align: center;
  }
  #sec5 a .text {
    display: block;
    margin: 0 0 4vw;
    padding: 0 0 0 6.6666666667vw;
    color: #000000;
    font-size: 4.6rem;
    font-family: "AvenirNextLTPro-Demi";
    text-align: center;
  }
  #sec5 a .btn {
    display: inline-flex;
    width: auto;
    line-height: 1.6;
    min-width: 0;
    justify-content: flex-end;
    height: auto;
    padding: 1.8666666667vw 4vw;
    font-weight: normal;
    text-align: center;
  }

  #sec6 {
    position: relative;
  }
  #sec6 ul {
    position: relative;
    padding: 12vw 6.6666666667vw 26.6666666667vw;
    background: url("../images/index/sec6_text1.svg") no-repeat center 0;
    background-size: 59.7333333333vw;
  }
  #sec6 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    height: 26.6666666667vw;
    background: url("../images/index/sp_sec6_img1.jpg") no-repeat 0 0/100%;
    color: #fff;
    font-size: 3.8rem;
    font-family: "AvenirNextLTPro-Demi", "FP-こぶりなゴシック StdN W3";
    text-align: center;
  }
  #sec6 ul li a .jf {
    transform-origin: top center;
    font-size: 2.2rem;
    font-weight: normal;
  }
  #sec6 ul li:nth-child(2) a {
    background: url("../images/index/sp_sec6_img2.jpg") no-repeat 0 0/100%;
  }
  #sec6 ul li:nth-child(3) a {
    background: url("../images/index/sp_sec6_img3.jpg") no-repeat 0 0/100%;
  }
  #sec6 ul li:nth-child(4) a {
    background: url("../images/index/sp_sec6_img4.jpg") no-repeat 0 0/100%;
  }
}

/*# sourceMappingURL=index.css.map */
