@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.p-top__kv {
  width: 100%;
  height: 1333px;
  background: url("../img/top/kv_bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.p-top__kv:before, .p-top__kv:after {
  content: none;
}
.p-top__kv .txt {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 130px;
}
.p-top__kv .txt h1 {
  font-size: 70px;
  color: #FFF;
  font-weight: 700;
  line-height: 1.4;
}
.p-top__kv .txt p {
  font-size: 45px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.8;
  margin-top: 40px;
}
.p-top__kv .txt ul {
  margin-top: 80px;
}
.p-top__kv .txt ul li {
  float: left;
  width: 262px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
}
.p-top__kv .txt ul li a {
  display: block;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
}
.p-top__kv .txt ul li.style1 {
  background-color: #0F7DD2;
  border: 1px solid #0F7DD2;
  margin-right: 25px;
}
.p-top__kv .txt ul li span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 11px;
  background: url("../img/top/arrow.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.p-top__intro {
  padding: 170px 0 180px;
}
.p-top__intro .inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__intro .inner:before, .p-top__intro .inner:after {
  content: none;
}
.p-top__intro p {
  font-size: 20px;
  margin-top: 70px;
  line-height: 2.05;
  letter-spacing: 0.08em;
}
.p-top__intro .ph {
  width: 700px;
  position: relative;
  overflow: hidden;
}
.p-top__intro .ph::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: url("../img/top/intro_bg.jpg") no-repeat center center;
  background-size: cover;
  will-change: transform;
  z-index: 0;
  transition: transform 0.1s linear;
}
.p-top__about {
  background-color: #0C2039;
  padding: 140px 0 150px;
}
.p-top__about p {
  font-size: 20px;
  color: #C8C8C8;
  margin-top: 50px;
}
.p-top__about ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 120px;
}
.p-top__about ul:before, .p-top__about ul:after {
  content: none;
}
.p-top__about ul li {
  width: 100%;
  background-color: #13273f;
  border: 1px solid #3d4d61;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -1px;
  padding: 50px;
}
.p-top__about ul li:last-child {
  margin-right: 0;
}
.p-top__about ul li .icon:before {
  content: "";
  display: block;
  margin-bottom: 30px;
}
.p-top__about ul li .icon--i01:before {
  background: url("../img/top/icon01.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 97px;
  height: 93px;
}
.p-top__about ul li .icon--i02:before {
  background: url("../img/top/icon02.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 124px;
  height: 91px;
}
.p-top__about ul li .icon--i03:before {
  background: url("../img/top/icon03.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 121px;
  height: 98px;
}
.p-top__about ul li h3 {
  color: #fff;
  font-size: 48px;
  line-height: 1;
}
.p-top__about ul li .number {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #0F7DD2;
  letter-spacing: 0.34em;
  margin-bottom: 48px;
}
.p-top__about ul li .txt {
  color: #c8c8c8;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.p-top__service {
  background-color: #023F6E;
  padding: 110px 0;
}
.p-top__service ul.style1 {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.p-top__service ul.style1:before {
  content: none;
}
.p-top__service ul.style1:after {
  content: "";
  width: 540px;
  display: block;
}
.p-top__service ul.style1 li {
  background-color: rgba(15, 125, 210, 0.2);
  width: 540px;
  padding: 40px;
  min-height: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__service ul.style1 li:nth-child(n+4) {
  margin-top: 30px;
}
.p-top__service ul.style1 li h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
}
.p-top__service ul.style1 li p {
  font-size: 17px;
  margin-top: 20px;
  color: #FFF;
}
.p-top__service ul.style2 li {
  font-size: 17px;
  color: #FFF;
  line-height: 2.1;
}
.p-top__service ul.style2 li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  background-color: #FFF;
  vertical-align: middle;
  margin-right: 10px;
}
.p-top__service .list-wrap {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 70px;
}
.p-top__service .list-wrap:before, .p-top__service .list-wrap:after {
  content: none;
}
.p-top__service .list-wrap ul {
  margin-right: 100px;
}
.p-top__service .list-wrap ul:last-child {
  margin-right: 0;
}
.p-top__our {
  padding: 90px 0 120px;
  background-color: #F7F9FC;
}
.p-top__our .inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__our .inner:before, .p-top__our .inner:after {
  content: none;
}
.p-top__our .inner .txt {
  width: 736px;
}
.p-top__our .inner .txt h2 {
  margin-bottom: 50px;
}
.p-top__our .inner .txt p {
  margin-bottom: 1em;
  letter-spacing: 0.06em;
  font-size: 20px;
  line-height: 1.95;
}
.p-top__our .inner .txt p:last-child {
  margin-bottom: 0;
}
.p-top__our .inner .ph {
  width: 750px;
  position: relative;
  overflow: hidden;
}
.p-top__our .inner .ph::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: url("../img/top/our_bg.jpg") no-repeat center center;
  background-size: cover;
  will-change: transform;
  z-index: 0;
  transition: transform 0.1s linear;
}
.p-top__promotion {
  padding: 115px 0 125px;
}
.p-top__promotion .inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__promotion .inner:before, .p-top__promotion .inner:after {
  content: none;
}
.p-top__promotion .inner .txt {
  width: 1000px;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
.p-top__promotion .inner .txt h2 {
  margin-bottom: 50px;
}
.p-top__promotion .inner .txt p {
  margin-bottom: 1em;
  letter-spacing: 0.06em;
  font-size: 20px;
  line-height: 1.95;
}
.p-top__promotion .inner .txt p:last-child {
  margin-bottom: 0;
}
.p-top__promotion .inner .txt ul {
  margin-top: 64px;
}
.p-top__promotion .inner .txt ul li {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.64;
  margin-bottom: 60px;
  font-feature-settings: "palt";
  padding-left: 67px;
  position: relative;
}
.p-top__promotion .inner .txt ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 37px solid #0f7dd2;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top__promotion .inner .txt ul li:last-child {
  margin-bottom: 0;
}
.p-top__promotion .inner .ph {
  width: 570px;
  position: relative;
  overflow: hidden;
}
.p-top__promotion .inner .ph::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: url("../img/top/promotion_bg.jpg") no-repeat center center;
  background-size: cover;
  will-change: transform;
  z-index: 0;
  transition: transform 0.1s linear;
}
.p-top__contact {
  padding: 80px 0;
  background-color: #F7F9FC;
}
.p-top__contact .inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__contact .inner:before, .p-top__contact .inner:after {
  content: none;
}
.p-top__contact .inner .txt {
  width: 785px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-top__contact .inner .txt:before, .p-top__contact .inner .txt:after {
  content: none;
}
.p-top__contact .inner .txt p {
  color: #7D7D7D;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 100px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.p-top__contact .inner .txt ul {
  margin-top: auto;
}
.p-top__contact .inner .txt ul li {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-left: 4px solid #2470c8;
  margin-bottom: 27px;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__contact .inner .txt ul li .icon {
  margin-right: 30px;
}
.p-top__contact .inner .txt ul li .detail {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.p-top__contact .inner .txt ul li .detail span {
  display: block;
  font-size: 14px;
  color: #7A8EA6;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-top__contact .inner .txt ul li:last-child {
  margin-bottom: 0;
}
.p-top__contact .inner .txt ul li:before, .p-top__contact .inner .txt ul li:after {
  content: none;
}
.p-top__contact .inner .form {
  width: 785px;
  background-color: #fff;
  border-top: 4px solid #2470c8;
  padding: 70px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__contact .inner .form h3 {
  font-size: 25px;
  margin-bottom: 50px;
}
.p-top__contact .inner .form .col2 {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.p-top__contact .inner .form .col2:before, .p-top__contact .inner .form .col2:after {
  content: none;
}
.p-top__contact .inner .form .col2 .item {
  width: 317px;
}
.p-top__contact .inner .form .col1 {
  margin-bottom: 30px;
}

.p-top__contact .inner .form .check{
  text-align: center;
  margin-bottom: 30px;
}

.p-top__contact .inner .form .tit {
  margin-bottom: 10px;
  color: #3E5068;
  font-weight: bold;
  line-height: 1;
}
.p-top__contact .inner .form .tit sup {
  color: #2470C8;
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 8px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background-color: #F7F9FC;
  border: 1px solid #c0ccda;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  padding: 18px;
  width: 100%;
}

textarea {
  height: 163px;
}

select {
  background-color: #F7F9FC;
  border: 1px solid #c0ccda;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  padding: 18px;
  width: 100%;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: #7d7d7d;
}

button {
  background-color: #333;
  width: 100%;
  color: #fff;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 11px;
  background: url("../img/top/arrow.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-top__kv {
    width: 100%;
    height: 90vh;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .p-top__kv:before, .p-top__kv:after {
    content: none;
  }
  .p-top__kv .txt {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__kv .txt h1 {
    font-size: 30px;
  }
  .p-top__kv .txt p {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.8;
    margin-top: 20px;
  }
  .p-top__kv .txt ul {
    margin-top: 20px;
  }
  .p-top__kv .txt ul li {
    width: 49%;
    font-size: 12px;
  }
  .p-top__kv .txt ul li a {
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
  }
  .p-top__kv .txt ul li.style1 {
    margin-right: 2%;
  }
  .p-top__kv .txt ul li span:after {
    margin-left: 5px;
  }
  .p-top__intro {
    padding: 60px 0 0;
  }
  .p-top__intro .inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-top__intro .txt {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .p-top__intro p {
    margin-top: 40px;
    margin-bottom: 1em;
    letter-spacing: 0.06em;
    font-size: 16px;
    line-height: 1.6;
  }
  .p-top__intro p:last-child {
    margin-bottom: 0;
  }
  .p-top__intro .ph {
    width: 100%;
    height: 350px;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    position: relative;
    overflow: hidden;
  }
  .p-top__intro .ph::before {
    content: "";
    position: absolute;
    inset: -30%;
    background: url("../img/top/intro_bg.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: 0;
    transition: transform 0.1s linear;
  }
  .p-top__about {
    background-color: #0C2039;
    padding: 60px 0 60px;
  }
  .p-top__about p {
    font-size: 16px;
    margin-top: 40px;
    line-height: 1.6;
  }
  .p-top__about ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
  }
  .p-top__about ul:before, .p-top__about ul:after {
    content: none;
  }
  .p-top__about ul li {
    margin-right: 0;
    margin-bottom: -1px;
    padding: 30px;
  }
  .p-top__about ul li .icon:before {
    content: "";
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top__about ul li .icon--i01:before {
    width: 77px;
    height: 73px;
  }
  .p-top__about ul li .icon--i02:before {
    width: 104px;
    height: 71px;
  }
  .p-top__about ul li .icon--i03:before {
    width: 101px;
    height: 78px;
  }
  .p-top__about ul li h3 {
    font-size: 22px;
    text-align: center;
  }
  .p-top__about ul li .number {
    font-size: 25px;
    letter-spacing: 0.1em;
    margin-bottom: 28px;
    text-align: center;
  }
  .p-top__about ul li .txt {
    margin-top: 20px;
    font-size: 14px;
  }
  .p-top__service {
    background-color: #023F6E;
    padding: 60px 0;
  }
  .p-top__service ul.style1 {
    display: block;
    margin-top: 40px;
  }
  .p-top__service ul.style1:before {
    content: none;
  }
  .p-top__service ul.style1:after {
    content: "";
    width: 540px;
    display: block;
  }
  .p-top__service ul.style1 li {
    min-height: auto;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
  }
  .p-top__service ul.style1 li:nth-child(n+4) {
    margin-top: 15px;
  }
  .p-top__service ul.style1 li h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
  }
  .p-top__service ul.style1 li p {
    font-size: 14px;
    margin-top: 20px;
  }
  .p-top__service ul.style2 li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .p-top__service ul.style2 li:last-child {
    margin-bottom: 10px;
  }
  .p-top__service .list-wrap {
    display: block;
    margin-top: 30px;
  }
  .p-top__service .list-wrap ul {
    margin-right: 0;
  }
  .p-top__service .list-wrap ul:last-child {
    margin-right: 0;
  }
  .p-top__our {
    padding: 60px 0 0;
  }
  .p-top__our .inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-top__our .inner .txt {
    padding: 0 15px 40px;
    width: 100%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__our .inner .txt h2 {
    margin-bottom: 40px;
  }
  .p-top__our .inner .txt p {
    margin-bottom: 1em;
    letter-spacing: 0.06em;
    font-size: 16px;
    line-height: 1.6;
  }
  .p-top__our .inner .txt p:last-child {
    margin-bottom: 0;
  }
  .p-top__our .inner .ph {
    width: 100%;
    height: 350px;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    position: relative;
    overflow: hidden;
  }
  .p-top__our .inner .ph::before {
    content: "";
    position: absolute;
    inset: -30%;
    background: url("../img/top/our_bg.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: 0;
    transition: transform 0.1s linear;
  }
  .p-top__promotion {
    padding: 60px 0 0;
  }
  .p-top__promotion .inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-top__promotion .inner .txt {
    padding: 0 15px 40px;
    width: 100%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__promotion .inner .txt h2 {
    margin-bottom: 50px;
  }
  .p-top__promotion .inner .txt p {
    margin-bottom: 1em;
    letter-spacing: 0.06em;
    font-size: 16px;
    line-height: 1.6;
  }
  .p-top__promotion .inner .txt p:last-child {
    margin-bottom: 0;
  }
  .p-top__promotion .inner .txt ul {
    margin-top: 40px;
  }
  .p-top__promotion .inner .txt ul li {
    font-size: 18px;
    padding-left: 47px;
  }
  .p-top__promotion .inner .txt ul li:before {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 27px solid #0f7dd2;
  }
  .p-top__promotion .inner .ph {
    width: 100%;
    height: 350px;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    position: relative;
    overflow: hidden;
  }
  .p-top__promotion .inner .ph::before {
    content: "";
    position: absolute;
    inset: -30%;
    background: url("../img/top/promotion_bg.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: 0;
    transition: transform 0.1s linear;
  }
  .p-top__contact {
    padding: 60px 0;
  }
  .p-top__contact .inner {
    display: block;
  }
  .p-top__contact .inner .txt {
    width: 100%;
    display: block;
    padding-bottom: 60px;
  }
  .p-top__contact .inner .txt p {
    color: #7D7D7D;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
  .p-top__contact .inner .txt ul {
    margin-top: auto;
  }
  .p-top__contact .inner .txt ul li {
    margin-bottom: 15px;
    padding: 10px 15px;
    line-height: 1.4;
  }
  .p-top__contact .inner .txt ul li .icon {
    margin-right: 10px;
  }
  .p-top__contact .inner .txt ul li .detail {
    font-size: 14px;
  }
  .p-top__contact .inner .txt ul li .detail span {
    display: block;
    font-size: 10px;
  }
  .p-top__contact .inner .txt ul li:last-child {
    margin-bottom: 0;
  }
  .p-top__contact .inner .txt ul li:before, .p-top__contact .inner .txt ul li:after {
    content: none;
  }
  .p-top__contact .inner .form {
    width: 100%;
    padding: 40px 15px;
  }
  .p-top__contact .inner .form h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .p-top__contact .inner .form .col2 {
    display: block;
    margin-bottom: 15px;
  }
  .p-top__contact .inner .form .col2 .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-top__contact .inner .form .col1 {
    margin-bottom: 15px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-size: 16px;
    padding: 10px;
  }

  textarea {
    height: 120px;
  }

  select {
    font-size: 16px;
    padding: 10px;
    width: 100%;
  }

  button {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  button span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 11px;
    background: url("../img/top/arrow.svg") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: relative;
    top: -2px;
    margin-left: 10px;
  }
}
