@charset "UTF-8";
.visualWrap_outer {
  background-image: url("../img/top/back_visual3.png");
  background-size: auto 80%;
  background-position: top 110px left 35%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .visualWrap_outer {
    background-size: auto 30%;
    background-position: top 90px center;
  }
}

.visualWrap {
  height: 100%;
  position: relative;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 320px, rgb(239, 239, 239) 320px, rgb(239, 239, 239) 321px);
}
@media screen and (max-width: 768px) {
  .visualWrap {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 94px, rgb(239, 239, 239) 94px, rgb(239, 239, 239) 95px);
  }
}

@-moz-document url-prefix() {
  .visualWrap {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 320px, rgb(239, 239, 239) 320px, rgb(239, 239, 239) 322px);
  }
  @media screen and (max-width: 768px) {
    .visualWrap {
      background-image: repeating-linear-gradient(90deg, transparent, transparent 94px, rgb(239, 239, 239) 94px, rgb(239, 239, 239) 96px);
    }
  }
}
.visual__Main .inner {
  max-width: 1640px;
  padding: 0 100px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual__Main .inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .visual__Main .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
  }
}

.visual__contentBottom {
  margin-top: 70px;
  width: 100%;
  height: 300px;
  background-image: url("../img/top/back_visual1.svg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .visual__contentBottom {
    background: none;
    height: 100%;
    margin: 0 auto;
  }
}

.visual__content {
  margin: 10px auto 0;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .visual__content {
    width: 100%;
    margin-left: 0;
    margin-top: 64px;
  }
}
.visual__content .visual__top {
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .visual__content .visual__top {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.visual__content .visual__title {
  font-size: 73px;
}
@media screen and (max-width: 768px) {
  .visual__content .visual__title {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 35px;
  }
}
.visual__content .visual__head {
  margin-top: 30px;
  line-height: 1.5;
}
.visual__content .visual__text {
  line-height: 1.5;
}

.visual__content.--top {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .visual__content.--top {
    margin-top: 50px;
  }
}

.visual__content.--top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  bottom: -100px;
}
@media screen and (max-width: 768px) {
  .visual__content.--top::after {
    bottom: -50px;
  }
}

.visual__content.--bottom {
  margin-top: 200px;
  padding-bottom: 166px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .visual__content.--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
    padding-bottom: 50px;
  }
}

.visual__top-content {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .visual__top-content {
    width: 100%;
  }
}

.visual__back-content {
  width: 36%;
  height: 100%;
  background-image: url("../img/top/back_visual4.png");
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .visual__back-content {
    background: none;
    width: 90%;
    margin: 30px auto 0;
    height: auto;
  }
}

.schecule__top {
  background-color: #061123;
  padding-bottom: 107px;
}
@media screen and (max-width: 768px) {
  .schecule__top {
    padding-bottom: 50px;
  }
}
.schecule__top .schecule-st {
  text-align: center;
  color: #F5BD41;
  font-family: "Ostrich Sans", sans-serif;
  font-size: 51px;
  letter-spacing: 0.037em;
  line-height: 1.76;
  font-weight: 900;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .schecule__top .schecule-st {
    margin-top: 48px;
    font-size: 24px;
    line-height: 1.54;
    letter-spacing: 0.02em;
  }
}
.schecule__top .schecule-textWrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .schecule__top .schecule-textWrap {
    margin-top: 48px;
  }
}
.schecule__top .schecule-text {
  margin-top: 20px;
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
}
.schecule__top .schecule-text span {
  color: #3b7cbd;
}
@media screen and (max-width: 768px) {
  .schecule__top .schecule-text {
    font-size: 14px;
  }
}
.schecule__top .schecule-heading {
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .schecule__top .schecule-heading {
    font-size: 14px;
    margin-top: 10px;
  }
}
.schecule__top .schecule-link {
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}
.schecule__top .schecule-link a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .schecule__top .schecule-link {
    font-size: 8px;
  }
}
.schecule__top .schecule-link:hover {
  text-decoration: underline;
}
.schecule__top .table-bottomTextWrap {
  margin-top: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .schecule__top .table-bottomTextWrap {
    margin-top: 10px;
    padding-left: 8px;
  }
}
.schecule__top .table-bottomText {
  color: #FFFFFF;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .schecule__top .table-bottomText {
    font-size: 10px;
  }
}
.schecule__top .schecule-topTableWrap {
  overflow-x: scroll;
}
.schecule__top .schecule-topTable {
  background-color: #FFFFFF;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .schecule__top .schecule-topTable {
    min-width: 600px;
  }
}
.schecule__top .schecule-topTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.schecule__top .schecule-topTable dt,
.schecule__top .schecule-topTable dd {
  padding: 20px 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 900px) {
  .schecule__top .schecule-topTable dt,
  .schecule__top .schecule-topTable dd {
    padding: 10px 0;
  }
}
.schecule__top .schecule-topTable dt {
  width: 20%;
  border-right: 1px solid #CCCCCC;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .schecule__top .schecule-topTable dt {
    font-size: 12px;
  }
}
.schecule__top .schecule-topTable dd {
  width: 80%;
  background-color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.schecule__top .schecule-topTable dd span {
  color: red;
}
@media screen and (max-width: 900px) {
  .schecule__top .schecule-topTable dd {
    font-size: 12px;
    padding-left: 10px;
  }
}
.schecule__top .schecule-topTable dt:first-of-type,
.schecule__top .schecule-topTable dd:first-of-type {
  padding-left: 0;
  background-color: #336f77;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .schecule__top .schecule-topTable dt:first-of-type,
  .schecule__top .schecule-topTable dd:first-of-type {
    font-size: 12px;
  }
}
.schecule__top .schecule-table {
  background-color: #FFFFFF;
  padding: 15px 10px;
}
.schecule__top .schecule-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
.schecule__top .schecule-table dt,
.schecule__top .schecule-table dd {
  background-color: #17539C;
  padding: 13px 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .schecule__top .schecule-table dt,
  .schecule__top .schecule-table dd {
    padding: 10px 0;
  }
}
.schecule__top .schecule-table dt {
  width: 40%;
  border-right: 1px solid #CCCCCC;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schecule__top .schecule-table dt {
    font-size: 12px;
  }
}
.schecule__top .schecule-table dd {
  padding-left: 30px;
  width: 60%;
  background-color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .schecule__top .schecule-table dd {
    font-size: 12px;
    padding-left: 10px;
  }
}
.schecule__top .schecule-table dd:first-of-type {
  padding-left: 0;
  background-color: #17539C;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schecule__top .schecule-table dd:first-of-type {
    font-size: 12px;
  }
}
.schecule__top .schecule-table.-top {
  position: relative;
}
/* .schecule__top .schecule-table.-top::after {
  content: "受付中";
  position: absolute;
  top: 45%;
  left: 45%;
  font-size: 55px;
  font-weight: 700;
  color: red;
} */
@media screen and (max-width: 768px) {
  .schecule__top .schecule-table.-top::after {
    font-size: 32px;
    top: 50%;
  }
}

.worries {
  padding: 120px 0 0;
  position: relative;
  margin-bottom: 300px;
  background-image: url("../img/top/back_schecule1.svg");
  background-size: 1440px auto;
  background-position: top 93px center;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .worries {
    padding-top: 44px;
    background-image: url("../img/top/back_schecule1_sp.svg");
    background-size: 375px;
    background-position: top 38px center;
    margin-bottom: 82px;
  }
}
.worries:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E3EBF5;
  width: 100%;
  height: 90%;
  z-index: -1;
}
.worries:after {
  content: "";
  position: absolute;
  top: 90%;
  left: calc(50% - 1920px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1920px solid transparent;
  border-left: 1920px solid transparent;
  border-top: 300px solid #E3EBF5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .worries:after {
    border-top: 200px solid #E3EBF5;
    border-right: 768px solid transparent;
    border-left: 768px solid transparent;
    left: calc(50% - 768px);
  }
}
.worries .worries-st {
  color: #264885;
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 122px;
}
@media screen and (max-width: 768px) {
  .worries .worries-st {
    font-size: 24px;
    line-height: 1.375;
    margin-bottom: 80px;
  }
}
.worries .worries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .worries .worries-list {
    display: block;
    margin-bottom: 100px;
  }
}
.worries .worries-list li {
  width: calc(33.3333333333% - 36px);
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 67px 20px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .worries .worries-list li {
    width: 100%;
    margin-bottom: 80px;
  }
  .worries .worries-list li:last-child {
    margin-bottom: 0;
  }
}
.worries .worries-list li:after {
  content: "";
  width: 120px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: calc(50% - 60px);
  background-image: url("../img/top/icon_check_blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .worries .worries-list li:after {
    width: 110px;
    height: 93px;
    top: -50px;
    left: calc(50% - 55px);
  }
}
.worries .worries-list li h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .worries .worries-list li h4 {
    font-size: 18px;
    line-height: 1.83;
    margin-bottom: 30px;
  }
}
.worries .worries-list li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .worries .worries-list li p {
    font-size: 12px;
    line-height: 1.83;
  }
}
.worries .worries-end {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .worries .worries-end {
    font-size: 24px;
    line-height: 1.375;
  }
}

.achievements {
  padding-bottom: 70px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .achievements {
    padding-bottom: 37px;
  }
}

.achievements__stWrap {
  width: 1217px;
  height: 269px;
  background-image: url("../img/top/back_schecule2.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: -140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 0 204px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .achievements__stWrap {
    width: 375px;
    height: 92px;
    margin-left: -25px;
    padding: 6px 0 0 53px;
    margin-bottom: 42px;
  }
}
.achievements__stWrap .achievements__st {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .achievements__stWrap .achievements__st {
    font-size: 18px;
    line-height: 1.55;
  }
}

.achievements__text {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .achievements__text {
    font-size: 18px;
    line-height: 1.88;
  }
}
.achievements__text:before, .achievements__text:after {
  background: #000000;
  content: "";
  height: 4px;
  width: 40px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .achievements__text:before, .achievements__text:after {
    height: 2px;
    width: 24px;
    margin-top: 16px;
  }
}
.achievements__text:before {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.achievements__text:after {
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}

.achievements__imgWrap {
  margin-right: -143px;
  padding-right: 143px;
  background-image: url("../img/top/back_schecule3.svg");
  background-size: 981px 553px;
  background-repeat: no-repeat;
  background-position: right bottom 175px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .achievements__imgWrap {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: 0;
    padding-right: 0;
    background-image: url("../img/top/back_schecule3_sp.svg");
    background-size: 86% auto;
    background-position: right -25px bottom 118px;
  }
}

.case {
  background-color: #E3EBF5;
}
.case.section-block:before, .case.section-block:after {
  background-color: #E3EBF5;
}
.case .section-title {
  color: #000000;
}
.case .btn {
  width: auto;
  height: auto;
  padding: 30px 20px;
  margin-top: 40px;
}
.case a {
  display: inline-block;
  margin: 0 auto;
}

.case__list {
  margin-top: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .case__list {
    display: block;
    margin-top: 80px;
  }
}
.case__list li {
  width: calc(50% - 50px);
  margin-bottom: 90px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 230px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .case__list li {
    background-size: cover;
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .case__list li {
    background-size: 100% auto;
    width: calc(100% - 60px);
    padding-top: 118px;
    margin: 0 auto 70px;
  }
  .case__list li:last-child {
    margin-bottom: 80px;
  }
}
.case__list li:nth-child(even) {
  margin-right: 36px;
}
.case__list li.case__list1 {
  background-image: url("../img/top/img_case1.jpg");
}
.case__list li.case__list2 {
  background-image: url("../img/top/img_case2.jpg");
}
.case__list li.case__list3 {
  background-image: url("../img/top/img_case3.jpg");
}
.case__list li.case__list4 {
  background-image: url("../img/top/img_case4.jpg");
}
.case__list li .case__list-content {
  background-color: #193866;
  color: #FFFFFF;
  padding: 30px 20px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case__list li .case__list-content {
    padding: 20px 16px;
  }
}
.case__list li .case__list-content:before {
  position: absolute;
  top: -65px;
  right: 66px;
  content: "";
  background: #193866;
  width: calc(100% - 66px);
  height: 66px;
}
@media screen and (max-width: 768px) {
  .case__list li .case__list-content:before {
    top: -36px;
    height: 37px;
    right: 36px;
    width: calc(100% - 36px);
  }
}
.case__list li .case__list-content:after {
  position: absolute;
  top: -39px;
  right: 3px;
  content: "";
  background: #193866;
  height: 47px;
  width: 94px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .case__list li .case__list-content:after {
    top: -21px;
    right: 1px;
    height: 26px;
    width: 52px;
  }
}
.case__list li .case__list-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 30px;
  position: absolute;
  top: -30px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .case__list li .case__list-content h3 {
    font-size: 18px;
    top: -20px;
    left: 16px;
  }
}
.case__list li .case__list-content p {
  font-size: 18px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .case__list li .case__list-content p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.case__list li .case__list-circle {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 134px;
  height: 134px;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.27;
  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;
  text-align: center;
  border-radius: 50%;
  background-color: #F5BD41;
}
@media screen and (max-width: 768px) {
  .case__list li .case__list-circle {
    font-size: 12px;
    line-height: 1.33;
    top: -23px;
    right: -18px;
    width: 68px;
    height: 68px;
  }
}

.case__bottom {
  padding: 140px 0;
  background-color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case__bottom {
    padding: 50px 0;
  }
}
.case__bottom h3 {
  color: #193866;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.16;
}
@media screen and (max-width: 768px) {
  .case__bottom h3 {
    font-size: 30px;
    line-height: 1.23;
  }
}
.case__bottom h3 span {
  display: block;
  color: #000000;
  font-size: 48px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .case__bottom h3 span {
    font-size: 24px;
    line-height: 1.54;
  }
}

.application {
  padding-bottom: 100px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .application {
    padding-bottom: 50px;
  }
}
.application .section-title {
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .application .section-title {
    margin-bottom: 37px;
  }
}
.application .application__tableWrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .application .application__tableWrap {
    margin-bottom: 40px;
  }
}
.application .application__tableWrap:last-child {
  margin-bottom: 0;
}

.table__check {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 40px;
  padding-left: 63px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .table__check {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 30px;
    padding-left: 40px;
  }
}
.table__check:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 48px;
  height: 48px;
  background-image: url("../img/top/icon_check_red.svg");
  background-repeat: no-repeat;
  background-size: 48px auto;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .table__check:after {
    width: 28px;
    height: 23px;
    top: 1px;
    left: 1px;
    background-size: 28px auto;
  }
}

.application__table {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-bottom: none;
}
.application__table tr {
  border-bottom: 1px solid #CCCCCC;
}
.application__table th,
.application__table td {
  padding: 15px 36px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .application__table th,
  .application__table td {
    font-size: 12px;
    padding: 10px 12px;
  }
}
@media screen and (max-width: 768px) {
  .application__table th.sp-width,
  .application__table td.sp-width {
    width: 30%;
  }
}
.application__table th.left,
.application__table td.left {
  text-align: left;
}
.application__table th.right,
.application__table td.right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .application__table th.right,
  .application__table td.right {
    text-align: center;
  }
}
.application__table th.center,
.application__table td.center {
  text-align: center;
}
.application__table th.left-cell,
.application__table td.left-cell {
  width: 27%;
}
.application__table th {
  background-color: #0B1A31;
  color: #FFFFFF;
}
.application__table td {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .application__table td {
    line-height: 1.58;
  }
}
.application__table td .number {
  position: relative;
  padding-left: 2em;
}
.application__table td .number span {
  position: absolute;
  left: 0;
  top: 0;
}

.consultation {
  padding: 100px 0 140px;
  background-image: url("../img/top/back_consultation.jpg");
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .consultation {
    padding: 40px 0 80px;
    background-image: url("../img/top/back_consultation_sp.jpg");
  }
}
.consultation .btn {
  margin: 0 auto;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .consultation .btn {
    font-size: 16px;
  }
}

.consultation__st {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.71;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .consultation__st {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.price {
  padding-bottom: 147px;
}
@media screen and (max-width: 768px) {
  .price {
    padding-bottom: 88px;
  }
}

.price__imgInner {
  padding-left: 50px;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .price__imgInner {
    padding-left: 25px;
  }
}

.price__imgWrap {
  max-width: 943px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .price__imgWrap {
    max-width: 533px;
  }
}
.price__imgWrap .price__img {
  width: 943px;
  margin-bottom: 20px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .price__imgWrap .price__img {
    width: 533px;
    margin-right: 25px;
  }
}

.comparison {
  background-color: #FFFFFF;
  padding-bottom: 174px;
}
@media screen and (max-width: 768px) {
  .comparison {
    padding-bottom: 110px;
  }
}
.comparison .section-title {
  margin-bottom: 182px;
}
@media screen and (max-width: 768px) {
  .comparison .section-title {
    margin-bottom: 100px;
  }
}

.comparison__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .comparison__list {
    display: block;
  }
}
.comparison__list li {
  width: calc(33.3333333333% - 11px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .comparison__list li {
    width: calc(100% - 60px);
    margin: 0 auto 118px;
  }
  .comparison__list li:last-child {
    margin: 0 auto;
  }
}
.comparison__list li .comparison__content {
  background-color: #E3EBF5;
  position: relative;
  height: 100%;
  padding: 17px 35px 13px;
}
@media screen and (max-width: 768px) {
  .comparison__list li .comparison__content {
    padding: 40px 17px 22px;
  }
}
.comparison__list li .comparison__content:before {
  position: absolute;
  top: -43px;
  left: 0;
  content: "";
  background: #E3EBF5;
  width: calc(100% - 143px);
  height: 43px;
}
@media screen and (max-width: 768px) {
  .comparison__list li .comparison__content:before {
    top: -30px;
    height: 30px;
    width: calc(100% - 103px);
  }
}
.comparison__list li .comparison__content:after {
  position: absolute;
  top: -26px;
  right: 101px;
  content: "";
  background: #E3EBF5;
  height: 31px;
  width: 62px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .comparison__list li .comparison__content:after {
    top: -18px;
    right: 73px;
    height: 22px;
    width: 44px;
  }
}
.comparison__list li .comparison__content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 30px;
  color: #193866;
}
@media screen and (max-width: 768px) {
  .comparison__list li .comparison__content h3 {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 20px;
  }
}
.comparison__list li .comparison__content p {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .comparison__list li .comparison__content p {
    font-size: 12px;
    line-height: 1.58;
  }
}
.comparison__list li .comparison__content span {
  position: absolute;
  left: 0;
  top: -110px;
  font-family: "Ostrich Sans", sans-serif;
  font-size: 100px;
  letter-spacing: 0.037em;
  line-height: 1;
  font-weight: 900;
  color: #0B1A31;
}
@media screen and (max-width: 768px) {
  .comparison__list li .comparison__content span {
    top: -70px;
  }
}

.subsidy {
  background-color: #E3EBF5;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .subsidy {
    padding-bottom: 50px;
  }
}

.subsidy__imgWrap {
  width: 100%;
}

.support {
  padding: 100px 0 167px;
  background-color: #193866;
  background-image: url("../img/top/back_support.svg");
  background-position: top 26px center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support {
    background-position: top 64px center;
    background-size: calc(100% - 50px) auto;
    padding: 50px 0 75px;
  }
}

.support__st {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.71;
  margin-bottom: 60px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .support__st {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.56;
  }
}

.support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .support__list {
    display: block;
    margin-bottom: 0;
  }
}
.support__list li {
  width: calc(33.3333333333% - 36px);
  background-color: #FFFFFF;
  border-radius: 20px;
  background-repeat: no-repeat;
  padding: 154px 28px 28px;
}
@media screen and (max-width: 768px) {
  .support__list li {
    margin-bottom: 30px;
    width: 100%;
    height: 114px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
}
.support__list li.list1 {
  background-image: url("../img/top/icon_support1.svg");
  background-size: 86px auto;
  background-position: top 44px center;
}
@media screen and (max-width: 768px) {
  .support__list li.list1 {
    background-size: 70px auto;
    background-position: center left calc(50% - 100px);
  }
}
.support__list li.list2 {
  background-image: url("../img/top/icon_support2.svg");
  background-size: 90px auto;
  background-position: top 58px center;
}
@media screen and (max-width: 768px) {
  .support__list li.list2 {
    background-size: 70px auto;
    background-position: center left calc(50% - 100px);
  }
}
.support__list li.list3 {
  padding: 136px 28px 28px;
  background-image: url("../img/top/icon_support3.svg");
  background-size: 80px auto;
  background-position: top 39px center;
}
@media screen and (max-width: 768px) {
  .support__list li.list3 {
    padding: 0;
    background-size: 70px auto;
    background-position: center left calc(50% - 100px);
  }
}
.support__list li p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .support__list li p {
    font-size: 18px;
    line-height: 1.55;
    margin-left: 110px;
    width: 184px;
  }
}

.support__bottom {
  font-size: 24px;
  line-height: 1.5;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .support__bottom {
    text-align: left;
    font-size: 12px;
    line-height: 1.83;
  }
}
.support__bottom span {
  margin-top: 16px;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .support__bottom span {
    font-size: 12px;
    white-space: nowrap;
  }
}

.flow {
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-bottom: 90px;
  }
}

.flow__imgWrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .flow__imgWrap {
    margin-bottom: 30px;
  }
}

.flow__bottom {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .flow__bottom {
    font-size: 12px;
    line-height: 1.58;
  }
}

.faq {
  padding-bottom: 160px;
  background-color: #17549C;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-bottom: 90px;
  }
}

.faq__item {
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 30px 0;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 20px 0;
  }
}
.faq__item P {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.81;
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .faq__item P {
    font-size: 12px;
    padding: 0 36px 0 30px;
    line-height: 1.83;
  }
}
.faq__item P:before {
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq__item P:before {
    top: 2px;
    font-size: 18px;
  }
}
.faq__item P.faq__q:before {
  content: "Q";
}
.faq__item P.faq__q:after {
  content: "＋";
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq__item P.faq__q:after {
    top: calc(50% - 12px);
    font-size: 24px;
  }
}
.faq__item P.faq__q.close:after {
  content: "－";
}
.faq__item P.faq__a {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq__item P.faq__a {
    margin-top: 10px;
  }
}
.faq__item P.faq__a:before {
  content: "A";
}

.form {
  padding-bottom: 90px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .form {
    padding-bottom: 50px;
  }
}

#form__area {
  position: relative;
}

.form__top {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__top {
    font-size: 12px;
    text-align: left;
    line-height: 1.83;
  }
}

.form__contact {
  max-width: 940px;
  margin: 0 auto;
  border-top: 1px solid #707070;
}
.form__contact .btn {
  font-size: 18px;
  margin: 0 auto;
  background-color: #193866;
}
@media screen and (max-width: 768px) {
  .form__contact .btn {
    font-size: 16px;
  }
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #707070;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .form__item {
    display: block;
    padding: 22px 0;
  }
}
.form__item .form__title {
  width: 236px;
  margin-right: 7%;
}
@media screen and (max-width: 768px) {
  .form__item .form__title {
    width: 100%;
  }
}
.form__item .form__title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .form__item .form__title p {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.form__item .form__title p .required {
  background: #162647;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  width: 38px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .form__item .form__title p .required {
    font-size: 10px;
    width: 32px;
    height: 14px;
  }
}
.form__item .form__input {
  width: calc(93% - 236px);
}
@media screen and (max-width: 768px) {
  .form__item .form__input {
    width: 100%;
  }
}
.form__item .form__input.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form__item .form__input.flex {
    display: block;
  }
}
.form__item .form__input.flex .checkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 40px 5px 0;
}
@media screen and (max-width: 768px) {
  .form__item .form__input.flex .checkWrap {
    margin: 0 0 25px 0;
  }
  .form__item .form__input.flex .checkWrap:last-child {
    margin-bottom: 0;
  }
}
.form__item .form__input.flex .checkWrap input {
  margin-right: 15px;
}
.form__item .input__text {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 10px;
  height: 60px;
}

.input__check {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #707070;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input__check:checked:before {
  position: absolute;
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 10px;
  height: 14px;
  border-right: 3px solid #162647;
  border-bottom: 3px solid #162647;
  content: "";
}

.input__textarea {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 10px;
  height: 184px;
}

.privacy__check {
  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;
  margin: 67px auto 72px;
}
.privacy__check #agree {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .privacy__check {
    margin: 30px auto 40px;
  }
  .privacy__check span {
    line-height: 1.8;
  }
}

#submit[disabled] {
  background-color: #707070;
  cursor: not-allowed;
}

.address {
  background-color: #4A4A4A;
  color: #FFFFFF;
  padding: 75px 0 55px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .address {
    padding: 53px 0 50px;
  }
}
.address .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .address .inner {
    display: block;
  }
  .address .inner p {
    font-size: 12px;
    line-height: 1.83;
  }
}
.address .inner .left {
  margin-right: 98px;
}
@media screen and (max-width: 768px) {
  .address .inner .left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.address .inner .left a:hover {
  text-decoration: underline;
}
.address .copy {
  text-align: center;
  font-size: 12px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .address .copy {
    font-size: 10px;
    margin-top: 50px;
  }
}

.form-validation-field-4formError,
.form-validation-field-7formError {
  left: inherit !important;
  right: 0 !important;
  width: 130px;
}

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