@charset "UTF-8";
html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height:auto;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 117rem;
}

.container-min {
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #25387d;
}

a:hover {
  color: #e9e9e9;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #222;
}

.bg-gray {
  background-color: #e9e9e9;
}

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page-header .custom-logo-link {
  width: 300px;
  display: inline-block;
  padding: 2.4rem;
}

@media screen and (max-width: 575px) {
  .page-header .custom-logo-link {
    max-width: 300px;
    width: auto;
    padding: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .page-header .custom-logo-link img {
    max-height: calc(4.5rem - 1rem);
  }
}

.page-header__nav li {
  position: relative;
  min-width: 7.2rem;
}

@media screen and (max-width: 767px) {
  .page-header__nav li {
    min-width: 5rem;
  }
}

.page-header__nav li::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.page-header__nav li:last-child::after {
  content: none;
}

.page-header__nav img {
  width: 3.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .page-header__nav img {
    width: 2.8rem;
  }
}

.page-header__icon a {
  height: 5rem;
  display: block;
  height: 100%;
  position: relative;
}

.page-header__icon a:hover {
  opacity: .7;
}

.page-header__btn {
  padding: 0 2rem;
}

@media screen and (max-width: 575px) {
  .page-header__btn {
    padding: 0 1rem;
  }
}

.page-header__btn a {
  display: inline-block;
  background-color: #fff;
  color: #25387d;
  font-size: 1.2rem;
  line-height: 5rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  height: 5rem;
  width: 13rem;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

.page-header__btn a:hover {
  text-decoration: none;
  background-color: #25387d;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .page-header__btn a {
    height: 4rem;
    line-height: 4rem;
    width: 10rem;
  }
}

.page-footer {
  padding-top: 4rem;
}

.page-footer small {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
}

.main-title {
  color: #25387d;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .main-title {
    line-height: 1.2;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 575px) {
  .main-title {
    font-size: 2rem;
  }
}

.sub-title {
  font-size: 2rem;
  font-weight: bold;
  color: #25387d;
}

@media screen and (max-width: 575px) {
  .sub-title {
    font-size: 1.8rem;
  }
}

.sub-title--border {
  border-bottom: 4px solid #25387d;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 3rem;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .sub-title--border {
    padding-bottom: 0.5em;
  }
}

.sec01 {
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/01-bg.jpg) no-repeat center bottom/cover;
  padding-top: 17rem;
  padding-bottom: 6rem;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .sec01 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}

.sec01__text h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .sec01__text h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.sec01__text h2 img {
  width: 46rem;
}

@media screen and (max-width: 575px) {
  .sec01__text h2 img {
    max-width: 96%;
  }
}

.sec01__item--01 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .sec01__item--01 {
    margin-bottom: 4rem;
  }
}

.sec01__item--02 {
  margin-bottom: 6rem;
}

.sec02 {
  padding-top: 6rem;
  padding-bottom: 3.2rem;
}

@media screen and (max-width: 575px) {
  .sec02 {
    padding-top: 4rem;
  }
}

.sec02__item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sec02__item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec02__item--01 {
    margin-bottom: 4rem;
  }
}

.sec02__item--02 {
  padding-left: 3.2rem;
}

@media screen and (max-width: 767px) {
  .sec02__item--02 {
    padding-left: 0;
  }
}

.sec02__item--02 p {
  margin-bottom: 3rem;
}

.sec02__item--02 .sub-title {
  margin-bottom: 3rem;
}

.no-list {
  counter-reset: number 0;
}

.no-list li {
  position: relative;
  background-color: #fbfbfb;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: .6rem 2.4rem .6rem 3.8rem;
  display: inline-block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
  .no-list li {
    display: block;
  }
}

.no-list li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-weight: bold;
  position: absolute;
  left: 2rem;
}

.no-list li:last-child {
  margin-bottom: 0;
}

.sec03 {
  color: #fff;
  margin-bottom: 6rem;
}

.sec03 > .d-flex {
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/03-bg.png) no-repeat 0 0/cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.sec03__item {
  width: calc(100% / 2);
  text-align: center;
  padding: 3.6rem 3.6rem 4rem;
}

@media screen and (max-width: 767px) {
  .sec03__item {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .sec03__item {
    padding: 2.4rem;
  }
}

.sec03__item .sub-title {
  margin-bottom: .5em;
}

.sec03__item p {
  margin-bottom: 2rem;
}

.sec03__item--01 {
  border-right: 2px solid #929bbe;
}

@media screen and (max-width: 767px) {
  .sec03__item--01 {
    border-right: none;
  }
}

.sec03__item--01 img {
  width: 22rem;
  position: relative;
  left: -15px;
}

.sec03__item--02 img {
  width: 43.5rem;
}

.sec03 .sub-title {
  color: #fff;
}

.sec03 p {
  color: #d3d7e5;
  font-weight: bold;
}

.sec04 {
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/04-bg-01.jpg) no-repeat left top/auto 100%, url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/04-bg-02.jpg) no-repeat right top/auto 100%;
  padding: 7rem 8rem 8rem;
}

@media screen and (max-width: 767px) {
  .sec04 {
    background: url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/04-bg-01-sp.jpg) repeat-y left top/10% auto, url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/04-bg-02-sp.jpg) repeat-y right top/10% auto;
  }
}

@media screen and (max-width: 575px) {
  .sec04 {
    padding: 4rem 10%;
  }
}

.sec04 p {
  margin-bottom: 5.3rem;
}

.sec04 .border-title::after {
  left: 0;
}

.sec04__item {
  width: calc(100% / 2);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .sec04__item {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .sec04__item {
    padding-bottom: 2.4rem;
  }
}

.sec04__item--01 {
  padding-right: 4.8rem;
  border-right: 2px solid #25387d;
}

@media screen and (max-width: 991px) {
  .sec04__item--01 {
    border-right: none;
    padding-right: 0;
  }
}

.sec04__item--01 .arrow-list li:nth-child(2)::after {
  background-image: url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/arrow-01.png);
}

.sec04__item--02 {
  padding-left: 4.8rem;
}

@media screen and (max-width: 991px) {
  .sec04__item--02 {
    padding-left: 0;
  }
}

.sec04__item--02 .arrow-list li:first-child {
  padding-bottom: 1.4rem;
}

.sec04__item--02 .arrow-list li:nth-child(2)::after {
  background-image: url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/arrow-02.png);
}

.sec05 {
  padding-top: 4.2rem;
  padding-bottom: 6.5rem;
}

.sec05 .num {
  display: inline-block;
  color: #25387d;
  font-weight: bold;
  font-size: 5.6rem;
  line-height: 8rem;
  margin: 0 5px;
}

@media screen and (max-width: 575px) {
  .sec05 .num {
    font-size: 4rem;
    line-height: 1.2;
  }
}

.sec05 p {
  margin-bottom: 6.6rem;
}

.sec05 .border-title::after {
  bottom: 12px;
}

@media screen and (max-width: 575px) {
  .sec05 .border-title::after {
    bottom: 3px;
  }
}

.illust-list li {
  width: calc((100% - 9rem) / 3);
}

@media screen and (max-width: 767px) {
  .illust-list li {
    width: calc((100% - 4rem) / 3);
  }
}

@media screen and (max-width: 575px) {
  .illust-list li {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.illust-list li img {
  display: block;
}

.illust-list li p {
  padding: 0 2.6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .illust-list li p {
    padding: 0;
  }
}

.illust-list__title {
  height: 10rem;
  position: relative;
}

@media screen and (max-width: 575px) {
  .illust-list__title {
    height: auto;
  }
}

.illust-list__title .sub-title {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  line-height: 1.45;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .illust-list__title .sub-title {
    position: static;
    padding: 1em 0;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

.sec06 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  border-top: 5px solid #d3d3d3;
}

.sec06 .bg-white {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding-top: 6rem;
  padding-bottom: 7rem;
  -webkit-box-shadow: 0 6px 0 #d3d3d3;
          box-shadow: 0 6px 0 #d3d3d3;
}

@media screen and (max-width: 767px) {
  .sec06 .bg-white {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.sec06 .bg-white__inner {
  padding: 0 7rem;
}

@media screen and (max-width: 767px) {
  .sec06 .bg-white__inner {
    padding: 0 3.2rem;
  }
}

@media screen and (max-width: 575px) {
  .sec06 .bg-white__inner {
    padding: 0 2.4rem;
  }
}

.sec06 .bg-white__inner--l {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .sec06 .bg-white__inner--l {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.sec06 .bg-white__inner--r {
  padding-left: 35px;
  width: 65%;
}

.sec06 .bg-white__inner--r dl {
  border: 1px solid #25387d;
  border-radius:5px;
  padding: 20px 25px;
}

@media screen and (max-width: 767px) {
  .sec06 .bg-white__inner--r {
    width: 100%;
    padding-left: 0;
  }
}

.sec06 .bg-white__inner--r h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 4rem;
}

.sec06 .bg-white__inner--r a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
}

.sec06 .bg-white__inner--r p {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.sec06 .bg-white__inner--r dd p {
  margin: 0;
}

.sec06 .bg-white__inner--r dd .fs-16 {
  font-weight: bold;
}

.sec06 .bg-white .main-title {
  border-bottom: 5px solid #d3d3d3;
  text-align: center;
  padding-bottom: 4rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 575px) {
  .sec06 .bg-white .main-title {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}

.sec07 {
  padding-top: 5.4rem;
  padding-bottom: 4rem;
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/07-bg1.png) no-repeat left bottom/46% auto, url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/07-bg2.png) no-repeat right top/35% auto, #25387d;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec07 {
    background-size: 80% auto, 80% auto;
  }
}

.sec07 .main-title {
  color: #fff;
}

.form-wrap {
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 7.6rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 575px) {
  .form-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.icon-title {
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
}

.icon-title--01 {
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/04-01.png) no-repeat left center/11rem auto;
  padding: 5.2rem 0 5.2rem 13rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 575px) {
  .icon-title--01 {
    background-size: 6rem auto;
    padding: 3rem 0 3rem 7rem;
  }
}

.icon-title--02 {
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/04-02.png) no-repeat right center/11rem auto;
  padding: 5.2rem 13rem 5.2rem 0;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 575px) {
  .icon-title--02 {
    background-size: 6rem auto;
    padding: 3rem 7rem 3rem 0;
  }
}

.arrow-list {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.arrow-list li {
  position: relative;
  padding: 4.4rem 0 2.4rem;
}

.arrow-list li::after {
  content: "";
  width: 4rem;
  height: 3.2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.arrow-list li:first-child {
  padding-top: 0;
  border-bottom: 3px solid #d3d3d3;
}

.arrow-list li:nth-child(2)::after {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 1.5rem;
  height: 3.4rem;
}

.arrow-list--01 {
  margin-bottom: 4rem;
}

.arrow-list--01 li:last-child {
  border-bottom: none;
}

.btn-area {
  padding: 3.2rem 0 4.6rem;
  border-top: 5px solid #d3d3d3;
  text-align: center;
}

.btn {
  background-color: #25387d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 52rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  padding: 3.3rem 4.6rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 90%;
    padding: 2.4rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 575px) {
  .btn {
    white-space: inherit;
    font-size: 1.8rem;
  }
}

.btn:hover {
  background-color: #fff;
  color: #25387d;
}

.btn span {
  font-size: 1.2rem;
  margin-left: 1.6rem;
}

.contact-table {
  width: 80%;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 575px) {
  .contact-table {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .contact-table tr {
    display: block;
  }
}

.contact-table th {
  color: #fff;
  font-weight: bold;
  padding: 1.4rem 1.4rem 1.4rem 4rem;
  vertical-align: top;
}

.contact-table th span {
  font-size: 80%;
}

@media screen and (max-width: 991px) {
  .contact-table th {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .contact-table th {
    padding: 1.2rem 0;
  }
}

.contact-table td {
  padding: .7rem 0;
}

.contact-table td a {
  text-decoration: underline;
}

.contact-table td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .contact-table td {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .contact-table td {
    padding: 0;
  }
}

.contact-table td input[type="text"],
.contact-table td input[type="email"],
.contact-table td input[type="tel"],
.contact-table td textarea {
  min-width: 26rem;
  width: 100%;
  background-color: #516097;
  border: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 1rem 1.3rem;
  font-size: 1.4rem;
  height: auto;
}

.contact-table td input[type="text"]:focus,
.contact-table td input[type="email"]:focus,
.contact-table td input[type="tel"]:focus,
.contact-table td textarea:focus {
  background-color: #fff;
}

.contact-table td .checkbox {
  display: none;
}

.contact-table td .checkbox-wrap {
  display: inline-block;
  border: 1px solid #d3d3d3;
  background-color: #354787;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0  10px 0 0;
  vertical-align: middle;
  position: relative;
}

.contact-table td .checkbox-wrap::after {
  content: "";
  width: 1.5rem;
  height: 1.2rem;
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/lp_saiyo-ownd02/ck.svg) no-repeat 0 0/100% 100%;
  position: absolute;
  left: -3px;
  top: -4px;
  opacity: 0;
}

.contact-table td .checkbox:checked + .checkbox-wrap::after {
  opacity: 1;
}

.contact-table td a {
  color: #fff;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button[type="submit"] {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 1.5rem;
  line-height: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  min-width: 28rem;
}

button[type="submit"]:hover {
  background-color: #fff;
  color: #25387d;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-16 {
  font-size: 1.6rem;
}
