@charset "UTF-8";
/* Scss Document */
html {
  scroll-behavior: smooth; }

#wrap {
  overflow: hidden; }

.global-inner {
  width: 1240px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto; }
  @media screen and (max-width: 1366px) {
    .global-inner {
      width: 90%; } }

#global-header {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 3;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 480px) {
    #global-header {
      align-items: flex-start; } }
  #global-header .logo {
    width: 170px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      #global-header .logo {
        width: 140px; } }
    #global-header .logo a {
      width: 100%; }
      #global-header .logo a img {
        width: 100%;
        margin: 0 auto;
        display: block;
        height: auto;
        vertical-align: bottom; }
  #global-header .inner {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 68px; }
    @media screen and (max-width: 1024px) {
      #global-header .inner {
        height: 63px; } }
    @media screen and (max-width: 1024px) {
      #global-header .inner #global-navi {
        display: none; } }
    #global-header .inner #global-navi ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex: 1;
      width: 100%; }
      #global-header .inner #global-navi ul li {
        position: relative;
        z-index: 1;
        padding: 0 20px; }
        #global-header .inner #global-navi ul li a {
          display: contents;
          font-family: 'Montserrat', sans-serif;
          font-size: 1.5rem;
          width: 100%;
          text-align: center;
          transition: all .5s ease;
          font-weight: bold; }
          @media screen and (max-width: 1900px) {
            #global-header .inner #global-navi ul li a {
              font-size: 1.4rem;
              padding: 1px 0;
              letter-spacing: .1rem; } }
          #global-header .inner #global-navi ul li a span {
            transition: all .5s ease; }
          #global-header .inner #global-navi ul li a:hover {
            color: #656E86; }
        #global-header .inner #global-navi ul li:last-child a {
          display: block;
          padding: 8px 16px;
          color: #fff;
          background: #001589;
          border-radius: 50px;
          font-size: 1.2rem;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all ease .5s; }
          #global-header .inner #global-navi ul li:last-child a::before {
            content: "";
            background: url("../images/cart.svg") no-repeat;
            width: 16px;
            height: 16px;
            background-size: contain;
            display: block;
            margin-right: 8px; }
          #global-header .inner #global-navi ul li:last-child a:hover {
            background: #7E85AD;
            color: #fff; }

#key-visual {
  min-height: 100vh;
  /*for IE11*/
  min-height: calc(var(--vh, 1vh) * 100); }
  #key-visual .key-txt {
    width: 633px;
    height: 475px;
    position: absolute;
    z-index: 1;
    top: 80px;
    bottom: 0;
    left: 8vw;
    margin: auto;
    z-index: 0; }
    @media screen and (max-width: 1024px) {
      #key-visual .key-txt {
        width: 433px;
        height: 275px; } }
    @media screen and (max-width: 768px) {
      #key-visual .key-txt {
        width: 363px;
        height: 200px; } }
    @media screen and (max-width: 480px) {
      #key-visual .key-txt {
        width: 323px;
        height: 220px;
        left: 20px;
        top: auto;
        bottom: 60px; } }
    @media screen and (max-width: 480px) {
      #key-visual .key-txt h1 {
        margin-top: 12px; } }
    #key-visual .key-txt h1 img {
      width: 100%; }

.sec_inner {
  position: relative;
  z-index: 0; }
  .sec_inner .slider {
    position: relative;
    z-index: 0; }

.top01 {
  background: url("../images/key-bg.jpg") no-repeat;
  background-size: cover;
  height: 100vh; }
  @media screen and (max-width: 480px) {
    .top01 {
      background-position: -680px 0px; } }
  @media screen and (max-width: 375px) {
    .top01 {
      background-position: -480px 0px; } }

.top02 {
  background: url("../images/key-bg02.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh; }
  @media screen and (max-width: 480px) {
    .top02 {
      background-position: right; } }

.top03 {
  background: url("../images/key-bg03.jpg") no-repeat center bottom;
  background-size: cover;
  height: 100vh; }
  @media screen and (max-width: 480px) {
    .top03 {
      background-position: -760px 0px; } }

#subkey-visual {
  height: 380px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: linear-gradient(30deg, #EEFCFF, #EDF6FF); }
  @media screen and (max-width: 768px) {
    #subkey-visual {
      height: 320px; } }
  @media screen and (max-width: 480px) {
    #subkey-visual {
      width: 100%;
      height: 240px; } }

.title {
  margin-top: 24px; }
  @media screen and (max-width: 768px) {
    .title {
      margin-top: 8px; } }
  .title h1 {
    display: flex;
    margin: 80px auto 0 auto;
    font-size: 12rem;
    padding-bottom: 8px;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    color: #1a1a1a; }
    @media screen and (max-width: 480px) {
      .title h1 {
        font-size: 4.5rem; } }

.title span {
  font-size: 11rem;
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #001589;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
  @media screen and (max-width: 480px) {
    .title span {
      font-size: 5.5rem; } }

.title.-visible span {
  transform: translate(0, 0); }

.title span:nth-child(2) {
  transition-delay: 0.06s; }
.title span:nth-child(3) {
  transition-delay: 0.12s; }
.title span:nth-child(4) {
  transition-delay: 0.18s; }
.title span:nth-child(5) {
  transition-delay: 0.24s; }
.title span:nth-child(6) {
  transition-delay: 0.3s; }
.title span:nth-child(7) {
  transition-delay: 0.36s; }
.title span:nth-child(8) {
  transition-delay: 0.42s; }
.title span:nth-child(9) {
  transition-delay: 0.48s; }
.title span:nth-child(10) {
  transition-delay: 0.54s; }
.title span:nth-child(11) {
  transition-delay: 0.6s; }
.title span:nth-child(12) {
  transition-delay: 0.66s; }
.title span:nth-child(13) {
  transition-delay: 0.72s; }
.title span:nth-child(14) {
  transition-delay: 0.78s; }

.pankuzu {
  padding: 12px 0 0 0; }
  .pankuzu ul {
    display: flex;
    justify-content: flex-start; }
    .pankuzu ul li {
      margin-right: 12px;
      display: flex;
      align-items: center; }
      .pankuzu ul li::after {
        content: ">";
        margin-left: 12px;
        color: #9D9D9D; }
      .pankuzu ul li:last-child::after {
        display: none; }
      .pankuzu ul li a {
        color: #9D9D9D;
        font-size: 1.3rem;
        transition: all ease .5s; }
        @media screen and (max-width: 480px) {
          .pankuzu ul li a {
            font-size: 1.3rem; } }
        .pankuzu ul li a:hover {
          color: #000938; }

.common-width {
  width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 1366px) {
    .common-width {
      width: 1080px; } }
  @media screen and (max-width: 1240px) {
    .common-width {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    .common-width {
      width: 90%; } }

.common-ma {
  margin: 100px auto 0 auto; }
  @media screen and (max-width: 480px) {
    .common-ma {
      margin: 52px auto 0 auto; } }

.page-header {
  padding-bottom: 86px; }
  @media screen and (max-width: 1024px) {
    .page-header {
      padding-bottom: 68px; } }
  .page-header h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    line-height: 1.2; }
    @media screen and (max-width: 1366px) {
      .page-header h2 {
        font-size: 2.6rem; } }
    @media screen and (max-width: 1024px) {
      .page-header h2 {
        font-size: 2.3rem; } }
    @media screen and (max-width: 480px) {
      .page-header h2 {
        line-height: 1;
        font-size: 2.2rem; } }
    @media screen and (max-width: 375px) {
      .page-header h2 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 320px) {
      .page-header h2 {
        font-size: 1.7rem;
        line-height: 1.1; } }
    .page-header h2::after {
      content: "";
      background: #001589;
      width: 1px;
      height: 30px;
      position: absolute;
      bottom: -50px;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (max-width: 480px) {
        .page-header h2::after {
          bottom: -40px; } }

a.btn {
  width: 340px;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .2em;
  text-align: center;
  padding: 14px 0;
  border: 1px solid #000938;
  background: #EDEFF7;
  color: #000938;
  font-weight: bold;
  margin: 40px auto 0 auto;
  display: block;
  transition: all ease .5s;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    a.btn {
      width: 300px; } }
  @media screen and (max-width: 480px) {
    a.btn {
      width: 70%;
      margin: 24px auto 0 auto;
      font-size: 1.4rem;
      padding: 12px 0; } }
  a.btn:hover {
    background: #001589;
    color: #fff; }

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s; }

/*---TOP遅れて表示---*/
.post {
  opacity: 0; }

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px !important; }

.headline {
  animation: SlideIn 1.2s; }

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 1;
    /*初期状態では透明に*/
    transform: translateX(324px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.contact-top {
  width: 520px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 40px auto 40px auto; }
  @media screen and (max-width: 768px) {
    .contact-top {
      width: 90%; } }
  .contact-top p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2em; }
    @media screen and (max-width: 768px) {
      .contact-top p {
        font-size: 1.5rem; } }
    @media screen and (max-width: 480px) {
      .contact-top p {
        font-size: 1.4rem; }
        .contact-top p br {
          display: none; } }
  .contact-top a.btn {
    margin: 40px auto 0 auto;
    background: #001589;
    color: #fff;
    border: none; }
    @media screen and (max-width: 768px) {
      .contact-top a.btn {
        margin: 36px auto 0 auto; } }
    .contact-top a.btn:hover {
      background: #2E2E2E; }

#main-form {
  width: 800px;
  margin: 0 auto 80px auto;
  background: #fff; }
  @media screen and (max-width: 1024px) {
    #main-form {
      padding: 40px; } }
  @media screen and (max-width: 768px) {
    #main-form {
      padding: 24px;
      margin: 0 auto 40px auto; } }
  @media screen and (max-width: 480px) {
    #main-form {
      padding: 0;
      margin: 0 auto 16px auto; } }
  #main-form dl div {
    padding: 8px 0; }
    @media screen and (max-width: 768px) {
      #main-form dl div {
        padding: 0 0 10px 0; } }
    #main-form dl div dt {
      width: 100%;
      font-size: 1.5em;
      font-weight: bold;
      display: flex;
      align-items: center;
      margin-bottom: 4px; }
      #main-form dl div dt span.hissu {
        color: #fff;
        font-size: .9rem;
        background: #001589;
        padding: 1px 6px 2px 6px;
        margin-right: 8px; }
        @media screen and (max-width: 480px) {
          #main-form dl div dt span.hissu {
            padding: 1px 8px 2px 8px; } }
      #main-form dl div dt span.ninnni {
        color: #fff;
        font-size: .9rem;
        background: #a3a3a3;
        border-radius: 50px;
        padding: 1px 10px 2px 10px;
        margin-right: 8px; }
        @media screen and (max-width: 480px) {
          #main-form dl div dt span.ninnni {
            padding: 1px 8px 2px 8px; } }
    #main-form dl div dd {
      width: 100%; }
      #main-form dl div dd input, #main-form dl div dd textarea {
        font-size: 1.6em;
        background: #f8f6f6;
        border: 1px solid #dedede;
        padding: 8px;
        box-sizing: border-box;
        width: 100%; }
  #main-form .btn-group {
    text-align: center;
    padding: 40px 0 0 0; }
    @media screen and (max-width: 480px) {
      #main-form .btn-group {
        padding: 12px 0; } }
    @media screen and (max-width: 375px) {
      #main-form .btn-group {
        padding: 8px 0; } }
    #main-form .btn-group input[type="submit"] {
      border: none;
      cursor: pointer;
      font-size: 1.6em;
      -webkit-appearance: none; }
    #main-form .btn-group input[type="submit"] {
      padding: 12px 70px;
      background: #001589;
      color: #ffffff;
      font-weight: bold;
      transition: all ease .5s; }
      #main-form .btn-group input[type="submit"]:hover {
        background: #F0922E; }
    @media screen and (max-width: 480px) {
      #main-form .btn-group input[type="submit"] {
        padding: 8px 60px; } }
  @media screen and (max-width: 1024px) {
    #main-form {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    #main-form dl div dt {
      width: 100%;
      margin-bottom: 4px; }
    #main-form dl div dd {
      width: 100%; } }

.radio-input {
  display: none; }

.radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 40px;
  font-size: 1.3rem;
  color: #656E86; }
  @media screen and (max-width: 480px) {
    .radio-input + label {
      line-height: 2.2rem; } }

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 50%; }

.radio-input:checked + label {
  color: #d01137; }

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #d01137;
  border-radius: 50%; }
  @media screen and (max-width: 480px) {
    .radio-input:checked + label::after {
      height: 11px; } }

.radio {
  display: flex;
  flex-wrap: wrap; }

.cta-area {
  margin-top: 100px; }
  @media screen and (max-width: 1024px) {
    .cta-area {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .cta-area {
      margin-top: 60px; } }
  @media screen and (max-width: 480px) {
    .cta-area {
      margin-top: 40px; } }
  .cta-area .banner {
    width: 900px;
    margin: 0 auto;
    background: url("../images/banner-bg.jpg") no-repeat;
    background-size: cover;
    border: 1px solid #001589;
    height: 265px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 40px; }
    @media screen and (max-width: 1024px) {
      .cta-area .banner {
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .cta-area .banner {
        width: 90%;
        height: 225px; } }
    @media screen and (max-width: 480px) {
      .cta-area .banner {
        width: 90%;
        height: 115px;
        padding: 24px; } }
    .cta-area .banner .banner-contents h3 {
      margin-bottom: 24px;
      width: 460px; }
      @media screen and (max-width: 768px) {
        .cta-area .banner .banner-contents h3 {
          width: 360px; } }
      @media screen and (max-width: 480px) {
        .cta-area .banner .banner-contents h3 {
          width: 200px;
          margin-bottom: 12px; } }
      .cta-area .banner .banner-contents h3 img {
        width: 100%; }
    .cta-area .banner .banner-contents a.banner-btn {
      background: #001589;
      padding: 14px 0;
      width: 250px;
      display: block;
      font-size: 1.4rem;
      font-family: "Montserrat", sans-serif;
      text-align: center;
      color: #fff;
      transition: all ease .5s; }
      @media screen and (max-width: 480px) {
        .cta-area .banner .banner-contents a.banner-btn {
          padding: 8px 0;
          width: 200px; } }
      .cta-area .banner .banner-contents a.banner-btn:hover {
        background: #7E85AD; }
  .cta-area .cta {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .cta-area .cta {
        margin-top: 24px; } }
    .cta-area .cta ul.cta-list {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .cta-area .cta ul.cta-list {
          flex-direction: column; } }
      .cta-area .cta ul.cta-list li {
        width: 50%;
        height: 215px;
        position: relative;
        cursor: pointer;
        transition: all ease .5s; }
        @media screen and (max-width: 768px) {
          .cta-area .cta ul.cta-list li {
            width: 100%;
            height: 165px; } }
        .cta-area .cta ul.cta-list li::after {
          content: "";
          background: rgba(7, 36, 100, 0.58);
          width: 100%;
          height: inherit;
          position: absolute;
          z-index: 1;
          transition: all ease .5s; }
        .cta-area .cta ul.cta-list li:hover::after {
          content: "";
          background: rgba(7, 36, 100, 0.88);
          width: 100%;
          height: inherit;
          position: absolute;
          z-index: 1; }
        .cta-area .cta ul.cta-list li .cta-contents {
          height: content;
          position: relative;
          z-index: 2;
          margin-top: 52px; }
          @media screen and (max-width: 768px) {
            .cta-area .cta ul.cta-list li .cta-contents {
              margin-top: 24px; } }
          .cta-area .cta ul.cta-list li .cta-contents h3 {
            font-size: 2rem;
            font-weight: bold;
            color: #fff;
            text-align: center;
            margin-bottom: 16px;
            position: relative; }
          .cta-area .cta ul.cta-list li .cta-contents p {
            font-size: 1.3rem;
            color: #fff;
            text-align: center; }
      .cta-area .cta ul.cta-list li.shiryou {
        background: url("../images/cta-shiryou-bg.jpg") no-repeat;
        background-size: cover;
        border-right: 1px solid #fff;
        display: grid;
        place-items: center; }
        @media screen and (max-width: 768px) {
          .cta-area .cta ul.cta-list li.shiryou {
            border-right: none;
            border-bottom: 1px solid #fff; } }
        .cta-area .cta ul.cta-list li.shiryou h3 {
          position: relative; }
          .cta-area .cta ul.cta-list li.shiryou h3::before {
            content: "";
            background: url("../images/shiryou.svg") no-repeat;
            background-size: contain;
            width: 37px;
            height: 29px;
            position: absolute;
            top: -50px;
            left: 0;
            right: 0;
            margin: auto; }
            @media screen and (max-width: 768px) {
              .cta-area .cta ul.cta-list li.shiryou h3::before {
                width: 27px;
                height: 19px;
                top: -30px; } }
      .cta-area .cta ul.cta-list li.homon {
        background: url("../images/cta-homon-bg.jpg") no-repeat;
        background-size: cover;
        display: grid;
        place-items: center; }
        .cta-area .cta ul.cta-list li.homon h3 {
          position: relative; }
          .cta-area .cta ul.cta-list li.homon h3::before {
            content: "";
            background: url("../images/homon.svg") no-repeat;
            background-size: contain;
            width: 38px;
            height: 29px;
            position: absolute;
            top: -50px;
            left: 0;
            right: 0;
            margin: auto; }
            @media screen and (max-width: 768px) {
              .cta-area .cta ul.cta-list li.homon h3::before {
                width: 28px;
                height: 19px;
                top: -30px; } }

.copy {
  width: 100%;
  background: #F3F4F7;
  padding: 16px 0; }
  .copy small {
    display: block;
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 1rem;
    font-weight: bold; }
