*, ::after, ::before {
  box-sizing: border-box;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #041b54;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.mb-1 {
  margin-bottom: 1rem;
}

.text-center {
  text-align: center;
}

.fs48 {
  font-size: 48px;
}

.clearfix {
  display: block;
  clear: both;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 834px) {
  .container#contact_frm {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1281px) {
  .container {
    width: 1250px;
  }
}
header {
  background: #fafcfe url(../img/hdr-bg.png) no-repeat right top;
  background-size: cover;
  padding-bottom: 120px;
}
header .logo {
  margin-left: -15px;
}
header .ct .title {
  font-size: 64px;
  font-weight: 600;
  margin: 50px 0 20px 0;
}
@media (max-width: 834px) {
  header .ct .title {
    margin-top: 80px;
  }
}
header .ct .title span {
  color: #3465CA;
}
header .ct .desc {
  font-size: 20px;
  position: relative;
  padding-top: 90px;
  line-height: 40px;
  color: #0a3a72;
  font-weight: 600;
}
header .ct .desc img {
  position: absolute;
  top: 0;
}
header .ct .desc .text-sp {
  display: none;
}
@media (max-width: 834px) {
  header .ct .desc .text-sp {
    display: block;
  }
  header .ct .desc .text-pc {
    display: none;
  }
}

.bg-box {
  background: #070609;
  background: linear-gradient(0deg, #070609 0%, #0a3a72 100%);
  color: #fff;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 834px) {
  .bg-box {
    padding: 50px 0;
  }
}
.bg-box:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 40px 40px 0;
  border-style: solid;
  border-color: #070609 transparent;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
}
.bg-box img {
  float: right;
  max-width: 40%;
}
.bg-box .ct {
  float: left;
  width: 60%;
  padding-top: 10px;
}
.bg-box .ct .title {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 700;
}
.bg-box .ct .title > span {
  position: relative;
}
.bg-box .ct .title > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  width: 100%;
  border-bottom: 9px solid #FFBA0E;
}
.bg-box .ct .title > span > span {
  position: relative;
  z-index: 2;
}
.bg-box .ct .desc {
  font-size: 24px;
}

.btn {
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 10px 40px;
  font-size: 24px;
  border-radius: 10px;
}
.btn.btn-lg {
  padding: 30px 150px;
  font-size: 30px;
  border-radius: 56px;
}
.btn.btn-warning {
  background: #FFBA0E;
  border: 7px solid #fff0c9;
}
.btn.btn-warning:hover {
  background: rgba(255, 180, 17, 0.61);
}
.btn.btn-primary {
  background: #4761fa;
  color: #fff;
}
.btn.btn-primary:hover {
  background: rgba(52, 101, 202, 0.68);
}

.box1 {
  padding: 150px 0;
}
.box1 img {
  vertical-align: middle;
  height: 65px;
}
.box1 .ct {
  margin-bottom: 50px;
  font-size: 2.7rem;
  font-weight: 500;
  text-align: justify;
  color: #0a3a72;
}

.box2 {
  text-align: center;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.box2 .box-title {
  color: #041b54;
}
.box2 .box-title .d1 {
  font-size: 30px;
}
.box2 .box-title .d2 {
  font-size: 48px;
  font-weight: 500;
  padding-top: 50px;
  position: relative;
  margin-top: -40px;
}
.box2 .box-title .d2 span {
  background: #fff;
  display: inline-block;
  padding: 0 30px;
}
.box2 .box-title .d2:before, .box2 .box-title .d2:after {
  top: -15px;
  position: absolute;
  z-index: 3;
}
.box2 .box-title .d2:before {
  content: "|";
  display: block;
  left: 50%;
  margin-left: -120px;
  transform: rotate(-35deg);
}
.box2 .box-title .d2:after {
  content: "|";
  display: block;
  right: 50%;
  margin-right: -120px;
  transform: rotate(35deg);
}

@media (max-width: 834px) {
  .box2 .box-title .d2 {
    margin-top: -38px;
    position: relative;
  }
  .box2 .box-title .d2 b {
    display: block;
    position: absolute;
    height: 14px;
    background: #FFBA0E;
    bottom: 25px;
    width: 100%;
    z-index: 1;
  }
  .box2 .box-title .d2 span {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    z-index: 2;
    position: relative;
  }
}
.box3 {
  margin-bottom: 200px;
  margin-top: -140px;
  position: relative;
  z-index: 1;
}
@media (min-width: 835px) {
  .box3 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 834px) {
  .box3 {
    margin-bottom: 100px;
  }
}
.box3 .inner {
  color: #041b54;
  padding: 70px;
  padding-top: 150px;
  position: relative;
  margin-bottom: 220px;
}
@media (min-width: 835px) {
  .box3 .inner {
    border: 15px solid #FFBA0E;
  }
}
.box3 .item {
  display: flex;
  margin-bottom: 150px;
}
.box3 .item:last-child {
  margin-bottom: 0;
}
.box3 .item .img {
  flex: 0 0 45%;
  margin-right: 5%;
}
.box3 .item .img img {
  max-width: 100%;
}
.box3 .item .ct {
  flex: 0 0 50%;
}
.box3 .item .ct h2 {
  font-size: 45px;
  margin: 10px 0 20px;
}
@media (max-width: 834px) {
  .box3 .item .ct h2 {
    font-size: 3.2rem;
  }
}
.box3 .item .ct .price {
  font-size: 18px;
  font-weight: 700;
  color: #ff4f5a;
}
.box3 .item .ct .price span {
  font-size: 43px;
  vertical-align: text-bottom;
  line-height: 80px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 834px) {
  .box3 .item .ct .price {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 60px;
  }
  .box3 .item .ct .price span {
    font-size: 4rem;
    font-weight: 900;
  }
}
.box3 .item .ct .desc {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: justify;
}
.box3 .item .ct ._img {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 40px;
  position: relative;
}
.box3 .item .ct ._img ._title {
  background: #FFBA0E;
  color: #fff;
  position: absolute;
  padding: 5px 50px;
  border-radius: 10px;
  left: 0;
  top: -34px;
  font-size: 1.9rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .box3 .item .ct ._img {
    margin-top: 80px;
  }
  .box3 .item .ct ._img ._title {
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
  }
}
@media (max-width: 834px) {
  .box3 .item {
    margin-bottom: 80px;
  }
}
.box3 .st-title {
  color: #011b54;
  font-size: 37px;
  font-weight: 700;
}
.box3 .st-title strong {
  font-size: 48px;
  position: relative;
}
.box3 .st-title strong:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  width: 100%;
  left: 0;
  border-bottom: 13px solid #FFBA0E;
  z-index: 1;
}
.box3 .st-title strong span {
  position: relative;
  z-index: 2;
}
@media (max-width: 834px) {
  .box3 .st-title {
    font-size: 1.6rem;
  }
  .box3 .st-title strong {
    font-size: 2.1rem;
  }
}

@media (max-width: 834px) {
  .box3 .fs48 {
    position: relative;
  }
}
.box4 {
  margin-bottom: 100px;
}
.box4 .img {
  margin-bottom: 120px;
}
.box4 .step li {
  text-align: center;
  position: relative;
  color: #3a49c1;
  border: 6px solid #3a49c1;
  margin-bottom: 43px;
  border-radius: 10px;
  padding: 14px;
  font-weight: 700;
  font-size: 40px;
}
.box4 .step li:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 20px 65px 0 65px;
  border-style: solid;
  border-color: #3a49c1 transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
}
.box4 .step li:last-child:after {
  border-color: #FFBA0E transparent transparent;
}
.box4 .step li span {
  position: absolute;
  left: 15px;
  font-size: 37px;
  top: 12px;
}
.box4 .txt {
  color: #3a49c1;
  font-size: 7rem;
  margin-bottom: 20px;
}

@media (min-width: 835px) {
  .box4 .sp {
    display: none;
  }
}
@media (max-width: 834px) {
  .box4 .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .box4 .pc {
    display: none;
  }
}
.box5 {
  background: #0A3A72;
  padding: 100px 0 150px;
  color: #fff;
}
.box5 .box-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 100px;
}
.box5 ul.accordion li {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
}
.box5 ul.accordion li .head {
  padding: 30px 70px 30px 30px;
  color: #0A3A72;
  font-size: 1.5rem;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
.box5 ul.accordion li .head:before {
  content: "Q.";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
.box5 ul.accordion li .head:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  border-width: 16px 16px 0;
  border-color: #3a49c1 transparent transparent;
  border-style: solid;
}
.box5 ul.accordion li .body {
  padding: 20px;
  color: #000;
  display: none;
  font-size: 24px;
  border-top: 1px solid #ccc;
  line-height: 40px;
}
.box5 ul.accordion li .body:before {
  content: "A";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
.box5 ul.accordion li.show .head:after {
  transform: rotate(-180deg);
}
.box5 ul.accordion li.show .body {
  display: block;
}
@media (max-width: 834px) {
  .box5 {
    padding: 50px 0 20px;
  }
  .box5 .box-title {
    margin-bottom: 50px;
  }
  .box5 ul.accordion {
    padding: 0 20px;
  }
  .box5 ul.accordion li {
    margin-bottom: 35px;
  }
  .box5 ul.accordion li .head {
    font-size: 1.6rem;
  }
}

.box6 {
  text-align: center;
  padding: 100px 0;
}
.box6 .box-title {
  font-size: 2.4rem;
  margin-bottom: 70px;
  color: #011b54;
  font-weight: 500;
}
.box6 .box-title > span {
  display: inline-block;
  position: relative;
}
.box6 .box-title > span:after {
  content: "";
  display: block;
  height: 10px;
  background: #FFBA0E;
  position: absolute;
  bottom: 3px;
  z-index: 1;
  width: 100%;
}
.box6 .box-title > span > span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.box6 .form-contact {
  margin-bottom: 100px;
}
.box6 .form-contact form {
  width: 65%;
  margin: 0 auto;
}
.box6 .form-contact form a {
  text-decoration: none;
  color: #1954ba;
}
.box6 .form-contact form a:hover {
  text-decoration: underline;
}
.box6 .form-contact form .wpcf7-submit {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  border: none;
  background: #FFBA0E;
  padding: 20px 100px;
  font-size: 26px;
  border-radius: 36px;
}
.box6 .form-contact form .wpcf7-submit:hover {
  background: rgba(255, 180, 17, 0.61);
}
.box6 .form-contact form p {
  text-align: center;
}
.box6 .form-contact form p br {
  display: none;
}
.box6 .form-contact form p .wpcf7-not-valid-tip {
  display: block;
  text-align: left;
  font-size: 15px;
}
.box6 .form-contact form p label {
  text-align: left;
  display: block;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.box6 .form-contact form p label .no-required,
.box6 .form-contact form p label .required {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 7px;
  border-radius: 5px;
  font-size: 15px;
  vertical-align: middle;
  background: #1954ba;
  color: #fff;
}
.box6 .form-contact form p label .no-required {
  background: #e0e0e0;
}
.box6 .form-contact form p label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}
.box6 .form-contact form p .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit) {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}
@media (max-width: 834px) {
  .box6 .form-contact form p .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit) {
    padding: 0.75rem 0.75rem;
    font-size: 1.8rem;
  }
}
.box6 .form-contact form p .wpcf7-acceptance input[type=checkbox] {
  zoom: 2;
}
@media (max-width: 834px) {
  .box6 .form-contact form {
    width: 100%;
  }
}

footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  background: #0b3a72;
  color: #fff;
}
footer .container {
  width: 100%;
  max-width: 1700px;
  padding-left: 35px;
  padding-right: 35px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .foot-sp {
  font-size: 1.1rem;
  padding: 20px 0;
}
footer .foot-sp .logo {
  display: block;
  float: left;
}
footer .foot-sp .logo img {
  height: 34px;
}
footer .foot-sp .right {
  float: right;
}
footer .foot-sp .right a {
  display: inline-block;
  margin-left: 20px;
}
footer .foot-sp .cpr {
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.5;
}

@media (max-width: 834px) {
  header {
    background-position: 50% top;
    padding-bottom: 35px;
    background-size: cover;
  }
  header .logo {
    background: #fff;
    margin-right: -15px;
    border-bottom: 1px solid #eee;
  }
  header .logo a {
    display: block;
    height: 100px;
  }
  header .logo a img {
    height: 100%;
  }
  header .ct {
    padding: 0 35px;
  }
  header .ct .title {
    zoom: 0.7;
  }
  header .ct .desc {
    padding-left: 100px;
    padding-right: 100px;
  }

  main {
    text-align: center;
  }
  main .bg-box img {
    display: none;
  }
  main .bg-box .ct {
    width: auto;
    float: none;
    text-align: left;
    padding: 0 70px;
  }
  main .bg-box .ct .title {
    text-decoration: underline;
    text-decoration-color: #FFBA0E;
  }
  main .box1 {
    padding: 80px 0;
  }
  main .box1 .ct {
    padding: 30px 70px;
    text-align: justify;
    font-size: 2rem;
    padding-bottom: 50px;
  }
  main .box1 .ct .logo img {
    height: 47px;
  }
  main .box3 .item {
    padding: 15px;
    display: block;
    position: relative;
    padding-top: 100px;
  }
  main .box3 .item ._btn {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  main .box3 .item ._btn .btn {
    font-weight: 900;
    padding: 0 40px;
    font-size: 2rem;
  }
  main .box3 .item .img img {
    max-width: 55%;
  }
  main .box3 .item ._img {
    background: #f0f0f0;
    border-radius: 36px;
    padding: 50px 15px 15px;
    position: relative;
  }
  main .box3 .item ._img ._title {
    position: absolute;
    background: #ffba27;
    border-radius: 10px;
    padding: 10px 50px;
    color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  main .box5 {
    text-align: left;
  }
}

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