@charset "UTF-8";
/*html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 960px) {
  html {
    font-size: 56%;
  }
}*/


/*ヘッダー幅調整*/
#wrapper {
	width: 100%;
	padding-top: 90px;
	overflow: hidden;
}
@media screen and (max-width: 1200px) and (min-width: 781px) {
	#wrapper {
		padding-top: 7.5vw;
	}
}
@media screen and (max-width: 780px) {
	#wrapper {
		padding-top: 60px;
	}
}


img {
  max-width: 100%;
}

.main {
  overflow: hidden;
}
.main .mv .mv__head {
  background-color: #4A81BE;
  height: 620px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .main .mv .mv__head {
    height: 655px;
  }
}
.main .mv .mv__head .mv__head-img {
  height: 530px;
  background-image: url(../image/main-visual.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img {
    background-image: url(../image/main-visual-sp.png);
  }
}
.main .mv .mv__head .mv__head-img .mv__head--rect {
  position: relative;
}
.main .mv .mv__head .mv__head-img .mv__head--rect::after {
  content: "";
  background-color: #fff;
  position: absolute;
  right: 0;
  height: 72px;
  width: 445px;
  display: block;
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head--rect::after {
    height: 55px;
    width: 100vw;
  }
}
.main .mv .mv__head .mv__head-img .mv__head--tag {
  color: #4A81BE;
  font-size: 2.6rem;
  font-weight: 700;
  position: absolute;
  right: 33px;
  top: 20px;
  z-index: 1;
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head--tag {
    top: 15px;
    right: 0;
    left: 50px;
    font-size: 5vw;
  }
}
.main .mv .mv__head .mv__head-img .mv__head--tag::before {
  content: "";
  background-image: url(../image/house-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -42px;
  transform: translateY(-50%);
}
.main .mv .mv__head .mv__head-img .mv__head--tag::after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: 0;
  right: -20px;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  height: 72px;
  width: 445px;
  display: block;
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head--tag::after {
    display: none;
  }
}
.main .mv .mv__head .mv__head-img .mv__head-title {
  margin: 0 auto;
  max-width: 1100px;
  padding: 77px 10px 0 10px;
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main .mv .mv__head .mv__head-img .mv__head-title h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 960px) {
  .main .mv .mv__head .mv__head-img .mv__head-title h2 {
    margin-left: 13px;
  }
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head-title h2 {
    margin-top: 15px;
    margin-left: 0;
    font-size: 18px;
  }
}
.main .mv .mv__head .mv__head-img .mv__head-title h2 .mv__head-title--parallelogram-1 {
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head-title h2 .mv__head-title--parallelogram-1 {
    font-size: 14px;
  }
}
.main .mv .mv__head .mv__head-img .mv__head-title h2 .mv__head-title--parallelogram-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-color: #F0644A;
  -webkit-transform: translateX(-50%) translateY(-50%) skewX(-20deg);
          transform: translateX(-50%) translateY(-50%) skewX(-20deg);
  width: 23rem;
  height: 40px;
  display: block;
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head-title h2 .mv__head-title--parallelogram-1::before {
    width: 175px;
    height: 35px;
  }
}
.main .mv .mv__head .mv__head-img .mv__head-title h2 .mv__head-title--parallelogram-2 {
  font-size: 2rem;
  margin: 0 min(2vw, 20px) 0 min(3.5vw, 35px);
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .main .mv .mv__head .mv__head-img .mv__head-title h2 .mv__head-title--parallelogram-2 {
    margin: 0 27px 0 52px;
  }
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head-title h2 .mv__head-title--parallelogram-2 {
    margin: 0px 13px 0 22px;
    font-size: 14px;
  }
}
.main .mv .mv__head .mv__head-img .mv__head-title h2 .mv__head-title--parallelogram-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-color: #F0644A;
  -webkit-transform: translateX(-50%) translateY(-50%) skewX(-20deg);
          transform: translateX(-50%) translateY(-50%) skewX(-20deg);
  width: 17rem;
  height: 40px;
  display: block;
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head-title h2 .mv__head-title--parallelogram-2::before {
    width: 130px;
    height: 35px;
  }
}
.main .mv .mv__head .mv__head-img .mv__head-title h1 {
  color: #fff;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.3703;
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head-title h1 {
    font-size: 5.5rem;
  }
}
.main .mv .mv__head .mv__head-img .mv__head-title h1 .mv__head-title--font-medium {
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1.4428;
}
@media (max-width: 520px) {
  .main .mv .mv__head .mv__head-img .mv__head-title h1 .mv__head-title--font-medium {
    font-size: 3.4rem;
  }
}
.main .mv .mv__head .mv__head-img .mv__head-title h1 .mv__head-title--attention {
  position: relative;
}
.main .mv .mv__head .mv__head-img .mv__head-title h1 .mv__head-title--attention::before {
  content: "・";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.5rem;
  font-size: 3.5rem;
}
.main .mv .mv__head nav {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}
.main .mv .mv__head nav .mv__nav-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 30.5px;
}
@media (max-width: 520px) {
  .main .mv .mv__head nav .mv__nav-unit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90vw;
    font-size: min(1.6rem, 13px);
  }
}
.main .mv .mv__head nav .mv__nav-unit li {
  position: relative;
}
@media (max-width: 520px) {
  .main .mv .mv__head nav .mv__nav-unit li {
    text-align: center;
    width: 30vw;
    height: 40px;
  }
}
.main .mv .mv__head nav .mv__nav-unit li::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  border-top: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
@media (max-width: 520px) {
  .main .mv .mv__head nav .mv__nav-unit li::after {
    bottom: 8px;
  }
}
.main .mv .mv__inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 20px;
}
.main .mv .mv__inner .mv__inner-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-bottom: 92px;
}
.main .mv .mv__inner .mv__inner-txt h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #152B5F;
  padding-bottom: 32px;
}
@media (max-width: 520px) {
  .main .mv .mv__inner .mv__inner-txt h2 {
    text-align: center;
  }
}
.main .mv .mv__inner .mv__inner-txt h2 span {
  color: #F0644A;
  border-bottom: #F0644A 6px solid;
  display: inline-block;
  line-height: 1.1;
}
.main .mv .mv__inner .mv__inner-txt h2 .mv__inner-txt--huge {
  display: inline;
  font-size: 5.9rem;
}
.main .mv .mv__inner .mv__inner-txt h2 .mv__inner-txt--large {
  font-size: 5rem;
}
.main .mv .mv__inner .mv__inner-txt p {
  color: #555E72;
  font-size: 1.6rem;
  line-height: 2.125;
  text-align: center;
}
.main .sec01 {
  padding-top: 65px;
  padding-bottom: 135px;
  background-color: #EFF2F8;
}
.main .sec01 .sec01__inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.main .sec01 .sec01__inner .sec01__inner--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.3;
}
@media (max-width: 960px) {
  .main .sec01 .sec01__inner .sec01__inner--title {
    text-align: center;
  }
}
.main .sec01 .sec01__inner .sec01__inner--title .none {
  display: none;
}
@media (max-width: 756px) {
  .main .sec01 .sec01__inner .sec01__inner--title .none {
    display: inline;
  }
}
.main .sec01 .sec01__inner .sec01__inner--title::before {
  content: url(../image/sec01-title1.png);
  position: absolute;
  left: 15%;
}
@media (max-width: 960px) {
  .main .sec01 .sec01__inner .sec01__inner--title::before {
    left: 10%;
  }
}
@media (max-width: 756px) {
  .main .sec01 .sec01__inner .sec01__inner--title::before {
    content: none;
  }
}
.main .sec01 .sec01__inner .sec01__inner--title::after {
  content: url(../image/sec01-title2.png);
  position: absolute;
  right: 15%;
}
@media (max-width: 960px) {
  .main .sec01 .sec01__inner .sec01__inner--title::after {
    right: 10%;
  }
}
@media (max-width: 756px) {
  .main .sec01 .sec01__inner .sec01__inner--title::after {
    content: none;
  }
}
.main .sec01 .sec01__inner h3 {
  color: #152B5F;
  font-size: 4rem;
}
.main .sec01 .sec01__inner h3 .sec01__title--attention {
  font-weight: 700;
}
.main .sec01 .sec01__inner .sec01__title-bottom {
  position: relative;
}
/*
.main .sec01 .sec01__inner .sec01__title-bottom::after {
  content: "Trouble";
  color: #4A81BE;
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 8px;
  display: block;
}
*/
.main .sec01 .sec01__inner-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}
.main .sec01 .sec01__inner-items .sec01__inner--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 756px) {
  .main .sec01 .sec01__inner-items .sec01__inner--item {
    width: 50%;
  }
}
.main .sec01 .sec01__inner-items .sec01__inner--item p {
  color: #152B5F;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5294;
  text-align: center; 
}
.main .sec02 .sec02__title .sec02__title-box {
  margin-left: 10vw;
  color: #fff;
  position: relative;
  background-color: #EFF2F8;
}
.main .sec02 .sec02__title .sec02__title-box::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#4078C1), to(#255DA5));
  background: linear-gradient(to right, #4078C1, #255DA5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -230px;
  right: 0;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  width: 680px;
  height: 370px;
  display: block;
  z-index: 1;
}
@media (max-width: 756px) {
  .main .sec02 .sec02__title .sec02__title-box::after {
    width: 620px;
  }
}
@media (max-width: 520px) {
  .main .sec02 .sec02__title .sec02__title-box::after {
    width: 500px;
  }
}
.main .sec02 .sec02__title .sec02__title-box h3 {
  font-size: 4rem;
  font-weight: 700;
  padding-top: 77px;
  position: relative;
  z-index: 5;
}
.main .sec02 .sec02__title .sec02__title-box h3::after {
  content: "Benefit";
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  margin-top: 8px;
  display: block;
}
.main .sec02 .sec02__title .sec02__title-box p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888;
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
.main .sec02 .sec02__title .sec02__title-box p .sec02__title-text--attention {
  font-size: 2.1rem;
  border-bottom: solid 3px #fff;
  display: inline-block;
}
.main .sec02 .sec02__title .sec02__title-image {
  background-color: #4A81BE;
  height: 380px;
  position: relative;
  top: -165px;
}
@media (max-width: 756px) {
  .main .sec02 .sec02__title .sec02__title-image {
    height: 520px;
  }
}
@media (max-width: 520px) {
  .main .sec02 .sec02__title .sec02__title-image {
    height: 445px;
  }
}
.main .sec02 .sec02__title .sec02__title-image::after {
  content: "";
  position: absolute;
  top: 379px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 28px solid #4A81BE;
  border-left: 85px solid transparent;
  border-right: 85px solid transparent;
}
@media (max-width: 756px) {
  .main .sec02 .sec02__title .sec02__title-image::after {
    top: 520px;
  }
}
@media (max-width: 520px) {
  .main .sec02 .sec02__title .sec02__title-image::after {
    top: 445px;
  }
}
.main .sec02 .sec02__title .sec02__title-image .sec02__title-image--items {
  position: relative;
  right: -40%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 55%;
}
@media (max-width: 756px) {
  .main .sec02 .sec02__title .sec02__title-image .sec02__title-image--items {
    right: -5%;
    top: 164px;
    width: 90%;
  }
}
.main .sec02 .sec02__title .sec02__title-image .sec02__title-image--items img {
  margin-top: 70px;
}
.main .sec02 .sec02__title .sec02__title-image .sec02__title-image--items .sec02__title-image--before {
  position: relative;
}
.main .sec02 .sec02__title .sec02__title-image .sec02__title-image--items .sec02__title-image--before::after {
  content: "施工前";
  font-size: 1.6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  display: block;
  bottom: -28px;
}
.main .sec02 .sec02__title .sec02__title-image .sec02__title-image--items .sec02__title-image--arrow {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 5px;
}
.main .sec02 .sec02__title .sec02__title-image .sec02__title-image--items .sec02__title-image--after {
  position: relative;
}
.main .sec02 .sec02__title .sec02__title-image .sec02__title-image--items .sec02__title-image--after::after {
  content: "施工後";
  font-size: 1.6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  display: block;
  bottom: -28px;
}
.main .sec02 .sec02__inner {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
}
.main .sec02 .sec02__inner .sec02__inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 756px) {
  .main .sec02 .sec02__inner .sec02__inner-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main .sec02 .sec02__inner .sec02__inner-item img {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 756px) {
  .main .sec02 .sec02__inner .sec02__inner-item img {
    width: auto;
  }
}
.main .sec02 .sec02__inner .sec02__inner-item .sec02__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40vw;
}
@media (max-width: 756px) {
  .main .sec02 .sec02__inner .sec02__inner-item .sec02__item-text {
    width: auto;
  }
}
.main .sec02 .sec02__inner .sec02__inner-item .sec02__item-text h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #152B5F;
  padding-top: 48px;
}
.main .sec02 .sec02__inner .sec02__inner-item .sec02__item-text h4 .sec02__item-text--attention {
  color: #F0644A;
  border-bottom: #F0644A 3px solid;
  display: inline-block;
}
@media (max-width: 756px) {
  .main .sec02 .sec02__inner .sec02__inner-item .sec02__item-text h4 .none {
    display: none;
  }
}
.main .sec02 .sec02__inner .sec02__inner-item .sec02__item-text p {
  font-size: 1.6rem;
  color: #555E72;
  margin-top: 31px;
  line-height: 1.625;
}
.main .sec02 .sec02__inner .sec02__background {
  background-color: #152B5F;
  padding-bottom: 80px;
  margin: 90px calc(50% - 50vw) 0 calc(50% - 50vw);
  width: 100vw;
}
.main .sec02 .sec02__inner .sec02__background .sec02__inner--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.main .sec02 .sec02__inner .sec02__background .sec02__inner--center .sec02__title--tag {
  margin-top: 80px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.main .sec02 .sec02__inner .sec02__background .sec02__inner--center .sec02__title--tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F0644A;
  -webkit-transform: translateX(-50%) translateY(-50%) skewX(-20deg);
          transform: translateX(-50%) translateY(-50%) skewX(-20deg);
  width: 240px;
  height: 40px;
  display: block;
  z-index: -1;
}
.main .sec02 .sec02__inner .sec02__background .sec02__inner--center .sec02__title {
  font-size: 4.4rem;
  color: #fff;
  margin-top: 24px;
}
.main .sec02 .sec02__inner .sec02__background .sec02__inner--center .sec02__title .sec02__title--attention {
  font-weight: 700;
}
.main .sec02 .sec02__inner .sec02__background .sec02__inner--center img {
  margin-top: 51px;
}
.main .sec02 .sec02__inner .sec02__background .sec02__inner--center .sec02__text {
  font-size: 2rem;
  color: #fff;
  margin-top: 40px;
  line-height: 2;
  text-align: center;
}
.main .sec02 .sec02__inner .sec02__background .sec02__inner--center .sec02__text .sec02__text--attention {
  font-weight: 700;
  color: #fff;
}
.main .sec04 {
  background-color: #EFF2F8;
  padding-bottom: 129px;
}
.main .sec04 .sec04__inner {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
}
.main .sec04 .sec04__inner .sec04__title {
  color: #152B5F;
  font-size: 5.2rem;
  font-weight: 700;
  padding-top: 82px;
  text-align: center;
}
.main .sec04 .sec04__inner .sec04__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1200px) {
  .main .sec04 .sec04__inner .sec04__nav {
    margin: 0 auto;
    width: 600px;
  }
}
@media (max-width: 756px) {
  .main .sec04 .sec04__inner .sec04__nav {
    width: calc(90% - 50px);
  }
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__nav {
    width: 100%;
  }
}
.main .sec04 .sec04__inner .sec04__nav li {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  z-index: 5;
  display: block;
  width: 240px;
  margin-top: 59px;
}
.main .sec04 .sec04__inner .sec04__nav li .sec04__nav--num {
  font-size: 1.9rem;
  font-weight: 700;
}
@media (max-width: 756px) {
  .main .sec04 .sec04__inner .sec04__nav li {
    width: clamp(165px, 39vw, 180px);
  }
}
.main .sec04 .sec04__inner .sec04__nav li::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#6BA0DB), to(#4078C1));
  background: linear-gradient(to right, #6BA0DB, #4078C1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-45%) skewX(-20deg);
          transform: translateX(-50%) translateY(-45%) skewX(-20deg);
  width: 260px;
  height: 60px;
  display: block;
  z-index: -1;
}
@media (max-width: 756px) {
  .main .sec04 .sec04__inner .sec04__nav li::before {
    width: clamp(165px, 39vw, 180px);
    height: 90px;
  }
}
.main .sec04 .sec04__inner .sec04__nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -27px;
  border-top: 8px solid #4A81BE;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
@media (max-width: 756px) {
  .main .sec04 .sec04__inner .sec04__nav li::after {
    bottom: -41px;
    border-top: 12px solid #4A81BE;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}
.main .sec04 .sec04__inner .sec04__nav li .none {
  display: none;
}
@media (max-width: 756px) {
  .main .sec04 .sec04__inner .sec04__nav li .none {
    display: inline;
  }
}
.main .sec04 .sec04__inner .sec04__card-1 {
  margin-top: 154px;
  height: 461px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-1 {
    margin-top: 100px;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: static;
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-1 {
    padding: 0 0 20px 0;
  }
}
.main .sec04 .sec04__inner .sec04__card-1 .image04-1 {
  width: 45%;
  min-width: 500px;
  position: absolute;
  top: -10%;
  left: -7%;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-1 .image04-1 {
    min-width: 450px;
    position: static;
  }
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-1 .image04-1 {
    min-width: 85%;
  }
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont {
  padding: 50px;
  max-width: 55%;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont {
    padding: 20px;
    max-width: none;
  }
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-title {
  color: #152B5F;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 94px;
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-title .sec04__card-title--left .sec04__card-title--num {
  font-size: 6rem;
  line-height: 1;
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-title .sec04__card-title--left .sec04__card-title--num .sec04__card-title--small {
  font-size: 1.6rem;
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-title .sec04__card-title--right {
  font-size: 3.0rem;
  padding-left: 25px;
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-text {
  margin-top: 16px;
  color: #555E72;
  font-size: 1.6rem;
  line-height: 1.625;
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-box {
  border: 5px solid #EFF2F8;
  margin-top: 30px;
  padding: 15px 30px 30px 30px;
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-box .sec04__card-box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-box .sec04__card-box--flex {
    display: block;
  }
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-box .sec04__card-box--flex .sec04__card-box--tag {
  width: 130px;
  height: 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background-color: #4A81BE;
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-box .sec04__card-box--flex .sec04__card-box--tag {
    width: 115px;
  }
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-box .sec04__card-box--flex .sec04__card-box-text {
  color: #152B5F;
  font-size: 1.6rem;
  margin-left: 13px;
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-box .sec04__card-box--flex .sec04__card-box-text {
    margin: 0;
  }
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-box .sec04__card-box--flex .sec04__card-box-text .sec04__card-box-text--attention {
  font-size: 2rem;
  font-weight: 700;
  color: #F0644A;
}
.main .sec04 .sec04__inner .sec04__card-1 .sec04__card-cont .sec04__card-box .sec04__card-box--supplement {
  font-size: 13px;
  color: #555E72;
  margin-top: 15px;
}
.main .sec04 .sec04__inner .sec04__card-2 {
  margin-top: 100px;
  height: 502px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-2 {
    height: auto;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-2 {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding: 0 0 20px 0;
  }
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-2 .sec04__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__image .image04-2 {
  position: absolute;
  top: -8%;
  right: -10%;
  width: 55%;
  min-width: 540px;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-2 .sec04__image .image04-2 {
    position: static;
    width: 45%;
    min-width: 450px;
  }
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-2 .sec04__image .image04-2 {
    min-width: 85%;
  }
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont {
  padding: 100px 0px 100px 75px;
  max-width: 55%;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont {
    max-width: none;
    padding: 20px;
  }
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont .sec04__card-title {
  color: #152B5F;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 94px;
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont .sec04__card-title .sec04__card-title--left .sec04__card-title--num {
  font-size: 6rem;
  line-height: 1;
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont .sec04__card-title .sec04__card-title--left .sec04__card-title--num .sec04__card-title--small {
  font-size: 1.6rem;
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont .sec04__card-title .sec04__card-title--right {
  font-size: 3.0rem;
  padding-left: 25px;
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont .sec04__card-text {
  margin-top: 16px;
  color: #555E72;
  font-size: 1.6rem;
  line-height: 1.625;
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont .sec04__card-box {
  border: 5px solid #EFF2F8;
  margin-top: 27px;
  margin-left: 18px;
  /* height: 140px; */
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont .sec04__card-box {
    margin-left: 0;
  }
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont .sec04__card-box .sec04__card-box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 312px;
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont .sec04__card-box .sec04__card-box--flex p {
  color: #152B5F;
  font-size: 1.6rem;
}
.main .sec04 .sec04__inner .sec04__card-2 .sec04__card-cont .sec04__card-box .sec04__card-box-text {
  color: #F0644A;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.main .sec04 .sec04__inner .sec04__card-3 {
  margin-top: 100px;
  height: 340px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-3 {
    height: auto;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-3 {
    padding: 0 0 20px 0;
  }
}
.main .sec04 .sec04__inner .sec04__card-3 .image04-3 {
  width: 45%;
  min-width: 500px;
  position: absolute;
  top: -10%;
  left: -8%;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-3 .image04-3 {
    min-width: 450px;
    position: static;
  }
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-3 .image04-3 {
    min-width: 85%;
  }
}
.main .sec04 .sec04__inner .sec04__card-3 .sec04__card-cont {
  padding: 50px 120px 50px 15px;
  max-width: 55%;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-3 .sec04__card-cont {
    padding: 20px;
    max-width: none;
  }
}
.main .sec04 .sec04__inner .sec04__card-3 .sec04__card-cont .sec04__card-title {
  color: #152B5F;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 94px;
}
.main .sec04 .sec04__inner .sec04__card-3 .sec04__card-cont .sec04__card-title .sec04__card-title--left .sec04__card-title--num {
  font-size: 6rem;
  line-height: 1;
}
.main .sec04 .sec04__inner .sec04__card-3 .sec04__card-cont .sec04__card-title .sec04__card-title--left .sec04__card-title--num .sec04__card-title--small {
  font-size: 1.6rem;
}
.main .sec04 .sec04__inner .sec04__card-3 .sec04__card-cont .sec04__card-title .sec04__card-title--right {
  font-size: 3.0rem;
  padding-left: 25px;
}
.main .sec04 .sec04__inner .sec04__card-3 .sec04__card-cont .sec04__card-text {
  margin-top: 16px;
  color: #555E72;
  font-size: 1.6rem;
  line-height: 1.625;
}
.main .sec04 .sec04__inner .sec04__card-3 .sec04__card-cont .sec04__card-text .sec04__card-text--attention {
  color: #F0644A;
  font-weight: 700;
}
.main .sec04 .sec04__inner .sec04__card-4 {
  margin-top: 75px;
  height: 270px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-4 {
    height: auto;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-4 {
    padding: 0 0 20px 0;
  }
}
.main .sec04 .sec04__inner .sec04__card-4 .image04-4 {
  position: absolute;
  top: 12%;
  right: 3%;
  width: 40%;
  min-width: 445px;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-4 .image04-4 {
    position: static;
    width: 45%;
    min-width: 450px;
  }
}
@media (max-width: 520px) {
  .main .sec04 .sec04__inner .sec04__card-4 .image04-4 {
    min-width: 85%;
  }
}
.main .sec04 .sec04__inner .sec04__card-4 .sec04__card-cont {
  padding: 50px 15px 50px 100px;
  max-width: 50%;
}
@media (max-width: 960px) {
  .main .sec04 .sec04__inner .sec04__card-4 .sec04__card-cont {
    padding: 20px;
    max-width: none;
    width: 100%;
  }
}
.main .sec04 .sec04__inner .sec04__card-4 .sec04__card-cont .sec04__card-title {
  color: #152B5F;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 94px;
}
.main .sec04 .sec04__inner .sec04__card-4 .sec04__card-cont .sec04__card-title .sec04__card-title--left .sec04__card-title--num {
  font-size: 6rem;
  line-height: 1;
}
.main .sec04 .sec04__inner .sec04__card-4 .sec04__card-cont .sec04__card-title .sec04__card-title--left .sec04__card-title--num .sec04__card-title--small {
  font-size: 1.6rem;
}
.main .sec04 .sec04__inner .sec04__card-4 .sec04__card-cont .sec04__card-title .sec04__card-title--right {
  font-size: 3.0rem;
  padding-left: 25px;
}
.main .sec04 .sec04__inner .sec04__card-4 .sec04__card-cont .sec04__card-text {
  margin-top: 16px;
  color: #555E72;
  font-size: 1.6rem;
  line-height: 1.625;
}
.main .sec04 .sec04__inner .sec04__card-4 .sec04__card-cont .sec04__card-text .sec04__card-text--attention {
  color: #F0644A;
  font-weight: 700;
}
.main .sec03 {
  margin-top: 20px;
  background-color: #EFF2F8;
  padding-bottom: 90px;
}
.main .sec03 .sec03__inner {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
}
.main .sec03 .sec03__inner .sec03__inner--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .sec03 .sec03__inner .sec03__inner--center .sec03__title--tag {
  margin-top: 80px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.main .sec03 .sec03__inner .sec03__inner--center .sec03__title--tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #4A81BE;
  -webkit-transform: translateX(-50%) translateY(-50%) skewX(-20deg);
          transform: translateX(-50%) translateY(-50%) skewX(-20deg);
  width: 240px;
  height: 40px;
  display: block;
  z-index: -1;
}
.main .sec03 .sec03__inner .sec03__inner--center .sec03__title {
  font-size: 4.4rem;
  color: #555E72;
  margin-top: 24px;
}
.main .sec03 .sec03__inner .sec03__inner--center .sec03__title .sec03__title--attention {
  font-weight: 700;
}
.main .sec03 .sec03__inner .sec03__inner--center img {
  margin-top: 51px;
}
.main .sec03 .sec03__inner .sec03__inner--center .sec03__text {
  font-size: 2rem;
  color: #555E72;
  margin-top: 40px;
  line-height: 2;
  text-align: center;
}
.main .sec03 .sec03__inner .sec03__inner--center .sec03__text .sec03__text--attention {
  font-weight: 700;
  color: #152B5F;
}
.main .sec03 .sec03__inner .sec03__middle-items {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main .sec03 .sec03__inner .sec03__middle-items .sec03__middle-item {
  width: 360px;
}
.main .sec03 .sec03__inner .sec03__middle-items .sec03__middle-item h4 {
  margin-top: 30px;
  color: #4A81BE;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.main .sec03 .sec03__inner .sec03__middle-items .sec03__middle-item p {
  margin-top: 15px;
  color: #555E72;
  font-size: 1.6rem;
  line-height: 1.625;
}
.main .sec03 .sec03__inner .sec03__middle-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin-top: 94px;
  height: 535px;
}
@media (max-width: 960px) {
  .main .sec03 .sec03__inner .sec03__middle-card {
    margin-top: 300px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.main .sec03 .sec03__inner .sec03__middle-card img {
  height: 435px;
  width: auto;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.1);
  margin-left: 100px;
}
@media (max-width: 960px) {
  .main .sec03 .sec03__inner .sec03__middle-card img {
    margin-top: 150px;
    margin-left: 0;
  }
}
.main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box {
  position: relative;
}
@media (max-width: 960px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box {
    height: 45px;
  }
}
.main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#6BA0DB), to(#4078C1));
  background: linear-gradient(to right, #6BA0DB, #4078C1);
  position: absolute;
  bottom: -45px;
  left: 22%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  width: 45vw;
  max-width: 522px;
  height: 350px;
  display: block;
  z-index: 1;
}
@media (max-width: 960px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box::after {
    bottom: 501px;
    left: 43%;
    width: 67vw;
  }
}
@media (max-width: 756px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box::after {
    left: 26%;
    width: 100vw;
  }
}
@media (max-width: 520px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box::after {
    left: 8%;
  }
}
.main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box .sec03__middle-card-title {
  color: #fff;
  font-size: clamp(3rem, 2.3vw, 3.6rem);
  position: relative;
  left: 32%;
  bottom: 40px;
  z-index: 5;
}
@media (max-width: 960px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box .sec03__middle-card-title {
    left: 58%;
    bottom: 724px;
  }
}
@media (max-width: 756px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box .sec03__middle-card-title {
    left: 43%;
    width: 50%;
  }
}
@media (max-width: 520px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box .sec03__middle-card-title {
    left: 22%;
    width: 78%;
    line-height: 1.5;
  }
}
.main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box .sec03__middle-card-title .sec03__middle-card-title--attention {
  font-size: clamp(3.8rem, 3.2vw, 4.2rem);
  font-weight: 700;
}
.main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box .sec03__middle-card-text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
  left: 32%;
  bottom: 20px;
  z-index: 5;
  display: block;
  width: 320px;
}
@media (max-width: 960px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box .sec03__middle-card-text {
    left: 58%;
    bottom: 690px;
  }
}
@media (max-width: 756px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box .sec03__middle-card-text {
    left: 43%;
    width: 50%;
  }
}
@media (max-width: 520px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__title-box .sec03__middle-card-text {
    left: 18%;
    width: 82%;
  }
}
.main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__middle-card-table {
  margin-left: 82px;
  margin-top: 90px;
  font-size: 1.6rem;
  border-collapse: separate;
  border-spacing: 25px 10px;
}
@media (max-width: 960px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__middle-card-table {
    margin: 0;
  }
}
@media (max-width: 520px) {
  .main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__middle-card-table {
    border-spacing: 10px;
  }
}
.main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__middle-card-table tr th {
  background-color: #152B5F;
  color: #fff;
  font-weight: 700;
  height: 30px;
  width: 150px;
  text-align: center;
  vertical-align: middle;
}
.main .sec03 .sec03__inner .sec03__middle-card .sec03__middle-card--right .sec03__middle-card-table tr td {
  color: #555E72;
  vertical-align: middle;
}
.main .sec03 .sec03__foot {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .sec03 .sec03__foot .sec03__foot--center {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px 80px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .main .sec03 .sec03__foot .sec03__foot--center {
    width: 100vw;
  }
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__title--tag {
  margin-top: 80px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__title--tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #4A81BE;
  -webkit-transform: translateX(-50%) translateY(-50%) skewX(-20deg);
          transform: translateX(-50%) translateY(-50%) skewX(-20deg);
  width: 240px;
  height: 40px;
  display: block;
  z-index: -1;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__title {
  font-size: 4.4rem;
  color: #555E72;
  margin-top: 24px;
  font-weight: 700;
  text-align: center;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll {
  margin-top: 33px;
}
@media (max-width: 1200px) {
  .main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll {
    overflow-x: scroll;
    width: 100%;
  }
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table {
  color: #555E72;
  font-size: 1.4rem;
  margin-top: 73px;
  line-height: 1.5714;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line img {
  margin-bottom: 7px;
  width: 38px;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line th,
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line td {
  border: 1px solid #CCCCCC;
  padding: 22px;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line th {
  width: 130px;
  min-width: 130px;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line td {
  width: 15vw;
}
@media (max-width: 1200px) {
  .main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line td {
    width: 205px;
    min-width: 205px;
  }
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--gray {
  color: #fff;
  background-color: #99A2B9;
  height: 70px;
  text-align: center;
  vertical-align: middle;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--blue {
  color: #fff;
  background-color: #4A81BE;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 1;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--blue::before {
  content: "";
  background-color: #4A81BE;
  position: absolute;
  display: block;
  height: 110px;
  width: 100%;
  top: -40px;
  z-index: -1;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--dark-gray {
  color: #fff;
  background-color: #555E72;
  text-align: center;
  vertical-align: middle;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--short {
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--blue-td {
  border-left: 1.1px solid #4A81BE;
  border-right: 1.1px solid #4A81BE;
  background-color: #F2F9FF;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--attention {
  color: #555E72;
  font-weight: 700;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--blue-td-last {
  border-bottom: 1.1px solid #4A81BE;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--image {
  text-align: center;
  vertical-align: middle;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--image p {
  text-align: initial;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--scroll .sec03__foot-table .sec03__foot-table--head-line .sec03__foot-table--large {
  color: #4A81BE;
  font-size: 2.3rem;
  font-weight: 700;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-table--supplement {
  margin-top: 20px;
  color: #555E72;
  font-size: 1.4rem;
  display: block;
  text-align: left;
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-text {
  margin-top: 60px;
  color: #152B5F;
  font-size: 2.6rem;
  line-height: 1.6923;
  text-align: center;
  border: 5px solid #EFF2F8;
  padding: 30px 98px;
}
@media (max-width: 756px) {
  .main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-text {
    padding: 25px 20px;
  }
}
.main .sec03 .sec03__foot .sec03__foot--center .sec03__foot-text .sec03__foot-text--attention {
  color: #F0644A;
  font-weight: 700;
}
.main .sec05 {
  height: 290px;
  background: #152B5F url(../image/sec05-1.png) no-repeat center top;
  background-size: cover;
}
@media (max-width: 960px) {
  .main .sec05 {
    height: initial;
  }
}
.main .sec05 .sec05__inner {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}
.main .sec05 .sec05__inner .sec05__title {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 52px;
}
@media (max-width: 960px) {
  .main .sec05 .sec05__inner .sec05__title {
    padding-top: 23px;
  }
}
.main .sec05 .sec05__inner .sec05__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /*margin-top: 61px;*/
}
@media (max-width: 960px) {
  .main .sec05 .sec05__inner .sec05__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
  }
}
.main .sec05 .sec05__inner .sec05__foot .sec05__inquiry {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  z-index: 5;
  display: block;
  width: 480px;
  padding-left: 150px;
  position: relative;
}
@media (max-width: 1200px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__inquiry {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__inquiry {
    text-align: center;
    width: 400px;
    padding-left: 45px;
  }
}
.main .sec05 .sec05__inner .sec05__foot .sec05__inquiry::before {
  content: url(../image/sec05-2.png);
  position: absolute;
  left: 98px;
  z-index: 1;
}
@media (max-width: 960px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__inquiry::before {
    left: 101px;
  }
}
@media (max-width: 520px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__inquiry::before {
    left: 85px;
  }
}
.main .sec05 .sec05__inner .sec05__foot .sec05__inquiry::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 47%;
  background-color: #F0644A;
  -webkit-transform: translateX(-50%) translateY(-50%) skewX(-20deg);
          transform: translateX(-50%) translateY(-50%) skewX(-20deg);
  width: 400px;
  height: 80px;
  display: block;
  z-index: -1;
}
@media (max-width: 960px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__inquiry::after {
    top: 50%;
    left: 47%;
    width: 370px;
    height: 67px;
  }
}
@media (max-width: 520px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__inquiry::after {
    left: 50%;
    width: max(70vw, 320px);
  }
}
.main .sec05 .sec05__inner .sec05__foot .sec05__tel {
  position: relative;
  width: 480px;
  padding-left: 115px;
}
@media (max-width: 960px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__tel {
    margin-top: 53px;
  }
}
@media (max-width: 520px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__tel {
    padding-left: 125px;
  }
}
.main .sec05 .sec05__inner .sec05__foot .sec05__tel::before {
  content: url(../image/sec05-3.png);
  position: absolute;
  left: 40px;
  top: 45%;
  transform: translateY(-50%);
}
@media (max-width: 520px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__tel::before {
    left: 55px;
  }
}
.main .sec05 .sec05__inner .sec05__foot .sec05__tel .sec05__tel-link {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__tel .sec05__tel-link {
    font-size: 45px;
  }
}
@media (max-width: 520px) {
  .main .sec05 .sec05__inner .sec05__foot .sec05__tel .sec05__tel-link {
    font-size: 40px;
  }
}
.main .sec05 .sec05__inner .sec05__foot .sec05__tel .sec05__tel-link--supplement {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8571;
}
.main .sec06 {
  padding-bottom: 90px;
}
.main .sec06 .sec06__inner {
  max-width: 1040px;
  padding: 0 30px;
  margin: 0 auto;
}
.main .sec06 .sec06__inner .sec06__title {
  margin-top: 74px;
  text-align: center;
  position: relative;
}
.main .sec06 .sec06__inner .sec06__title::before {
  content: url(../image/sec06-1.png);
  position: absolute;
  left: 25%;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__title::before {
    left: 10%;
  }
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__title::before {
    left: 0;
  }
}
.main .sec06 .sec06__inner .sec06__title::after {
  content: url(../image/sec06-2.png);
  position: absolute;
  right: 25%;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__title::after {
    right: 10%;
  }
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__title::after {
    right: 0;
  }
}
.main .sec06 .sec06__inner .sec06__title .sec06__title--top {
  color: #152B5F;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.main .sec06 .sec06__inner .sec06__title .sec06__title--bottom {
  color: #555E72;
  font-size: 1.6rem;
  line-height: 1.5769;
  letter-spacing: 0.26em;
  margin-top: 13px;
}
.main .sec06 .sec06__inner .sec06__card1 {
  margin-top: 94px;
  background-color: #EFF2F8;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card1 {
    height: auto;
    display: block;
    padding: 7%;
  }
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__card1 {
    padding: 11% 8%;
  }
}
.main .sec06 .sec06__inner .sec06__card1::before {
  content: url(../image/sec06-num1.png);
  position: absolute;
  top: -10%;
  left: -3%;
}
.main .sec06 .sec06__inner .sec06__card1::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
  border-top: 30px solid #4A81BE;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.main .sec06 .sec06__inner .sec06__card1 .sec06__card-cont {
  padding: 5% 1% 0 8%;
  max-width: 55%;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card1 .sec06__card-cont {
    padding: 0;
    max-width: none;
  }
}
.main .sec06 .sec06__inner .sec06__card1 .sec06__card-cont .sec06__card-title {
  color: #4A81BE;
  font-size: 2.8rem;
  font-weight: 700;
}
.main .sec06 .sec06__inner .sec06__card1 .sec06__card-cont .sec06__card-text {
  color: #555E72;
  font-size: 1.6rem;
  margin-top: 21px;
}
.main .sec06 .sec06__inner .sec06__card1 img {
  -o-object-fit: none;
     object-fit: none;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card1 img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.main .sec06 .sec06__inner .sec06__card1 .image06-3 {
  margin-right: 10px;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card1 .image06-3 {
    margin-top: 30px;
  }
}
.main .sec06 .sec06__inner .sec06__card2 {
  margin-top: 94px;
  background-color: #EFF2F8;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 960px) {
  .main .sec06 .sec06__inner .sec06__card2 {
    height: 500px;
    display: block;
  }
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card2 {
    height: auto;
    padding: 7%;
  }
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__card2 {
    padding: 11% 8%;
  }
}
.main .sec06 .sec06__inner .sec06__card2::before {
  content: url(../image/sec06-num2.png);
  position: absolute;
  top: -10%;
  left: -3%;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card2::before {
    top: -6%;
  }
}
.main .sec06 .sec06__inner .sec06__card2::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
  border-top: 30px solid #4A81BE;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.main .sec06 .sec06__inner .sec06__card2 .sec06__card-cont {
  padding: 5% 1% 0 8%;
  max-width: 38%;
}
@media (max-width: 960px) {
  .main .sec06 .sec06__inner .sec06__card2 .sec06__card-cont {
    padding-top: 58px;
    padding-left: 70px;
    padding-right: 39px;
  }
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card2 .sec06__card-cont {
    padding: 0;
    max-width: none;
  }
}
.main .sec06 .sec06__inner .sec06__card2 .sec06__card-cont .sec06__card-title {
  color: #4A81BE;
  font-size: 2.8rem;
  font-weight: 700;
}
.main .sec06 .sec06__inner .sec06__card2 .sec06__card-cont .sec06__card-text {
  color: #555E72;
  font-size: 1.6rem;
  width: 28.1rem;
  margin-top: 21px;
}
@media (max-width: 960px) {
  .main .sec06 .sec06__inner .sec06__card2 .sec06__card-cont .sec06__card-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card2 .sec06__card-cont .sec06__card-text {
    width: 100%;
  }
}
.main .sec06 .sec06__inner .sec06__card2 .sec06__card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .sec06 .sec06__inner .sec06__card2 .sec06__card-img img {
  -o-object-fit: none;
     object-fit: none;
  padding: 0 10px;
}
@media (max-width: 960px) {
  .main .sec06 .sec06__inner .sec06__card2 .sec06__card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
  }
  .main .sec06 .sec06__inner .sec06__card2 .sec06__card-img img {
    -o-object-fit: fill;
       object-fit: fill;
    margin-top: 30px;
    width: 47%;
  }
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card2 .sec06__card-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .sec06 .sec06__inner .sec06__card2 .sec06__card-img img {
    width: auto;
  }
}
.main .sec06 .sec06__inner .sec06__card3 {
  margin-top: 94px;
  background-color: #EFF2F8;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card3 {
    height: auto;
    display: block;
    padding: 7%;
  }
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__card3 {
    padding: 11% 8%;
  }
}
.main .sec06 .sec06__inner .sec06__card3::before {
  content: url(../image/sec06-num4.png);
  position: absolute;
  top: -10%;
  left: -3%;
}
.main .sec06 .sec06__inner .sec06__card3::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
  border-top: 30px solid #4A81BE;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.main .sec06 .sec06__inner .sec06__card3 .sec06__card-cont {
  padding: 5% 1% 0 8%;
  max-width: 55%;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card3 .sec06__card-cont {
    padding: 0;
    max-width: none;
  }
}
.main .sec06 .sec06__inner .sec06__card3 .sec06__card-cont .sec06__card-title {
  color: #4A81BE;
  font-size: 2.8rem;
  font-weight: 700;
}
.main .sec06 .sec06__inner .sec06__card3 .sec06__card-cont .sec06__card-text {
  color: #555E72;
  font-size: 1.6rem;
  margin-top: 21px;
}
.main .sec06 .sec06__inner .sec06__card3 img {
  -o-object-fit: none;
     object-fit: none;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card3 img {
    -o-object-fit: fill;
       object-fit: fill;
    margin-top: 30px;
  }
}
.main .sec06 .sec06__inner .sec06__card4 {
  margin-top: 94px;
  background-color: #EFF2F8;
  height: 561px;
  position: relative;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card4 {
    height: auto;
    padding: 7%;
  }
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__card4 {
    padding: 11% 8%;
  }
}
.main .sec06 .sec06__inner .sec06__card4::before {
  content: url(../image/sec06-num5.png);
  position: absolute;
  top: -6%;
  left: -3%;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card4::before {
    top: -10%;
  }
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__card4::before {
    top: -5%;
  }
}
.main .sec06 .sec06__inner .sec06__card4::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
  border-top: 30px solid #4A81BE;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.main .sec06 .sec06__inner .sec06__card4 .sec06__card-cont {
  padding-top: 58px;
  padding-left: 70px;
  padding-right: 39px;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card4 .sec06__card-cont {
    padding: 0;
  }
}
.main .sec06 .sec06__inner .sec06__card4 .sec06__card-cont .sec06__card-title {
  color: #4A81BE;
  font-size: 2.8rem;
  font-weight: 700;
}
.main .sec06 .sec06__inner .sec06__card4 .sec06__card-cont .sec06__card-text {
  color: #555E72;
  font-size: 1.6rem;
  margin-top: 21px;
}
.main .sec06 .sec06__inner .sec06__card4 .sec06__card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__card4 .sec06__card-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main .sec06 .sec06__inner .sec06__card4 .sec06__card-img img {
  -o-object-fit: none;
     object-fit: none;
  margin-top: 30px;
  width: 47%;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card4 .sec06__card-img img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__card4 .sec06__card-img img {
    width: auto;
  }
}
.main .sec06 .sec06__inner .sec06__card5 {
  margin-top: 94px;
  background-color: #EFF2F8;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card5 {
    height: auto;
    display: block;
    padding: 7%;
  }
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__card5 {
    padding: 11% 8%;
  }
}
.main .sec06 .sec06__inner .sec06__card5::before {
  content: url(../image/sec06-num6.png);
  position: absolute;
  top: -10%;
  left: -3%;
}
.main .sec06 .sec06__inner .sec06__card5 .sec06__card-cont {
  padding: 5% 1% 0 8%;
  max-width: 55%;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card5 .sec06__card-cont {
    padding: 0;
    max-width: none;
  }
}
.main .sec06 .sec06__inner .sec06__card5 .sec06__card-cont .sec06__card-title {
  color: #4A81BE;
  font-size: 2.8rem;
  font-weight: 700;
}
.main .sec06 .sec06__inner .sec06__card5 .sec06__card-cont .sec06__card-text {
  color: #555E72;
  font-size: 1.6rem;
  margin-top: 21px;
}
.main .sec06 .sec06__inner .sec06__card5 img {
  -o-object-fit: none;
     object-fit: none;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card5 img {
    margin-top: 30px;
  }
}

.main .sec06 .sec06__inner .sec06__card6 {
  margin-top: 94px;
  background-color: #EFF2F8;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card6 {
    height: auto;
    display: block;
    padding: 7%;
  }
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__card6 {
    padding: 11% 8%;
  }
}
.main .sec06 .sec06__inner .sec06__card6::before {
  content: url(../image/sec06-num3.png);
  position: absolute;
  top: -10%;
  left: -3%;
}
.main .sec06 .sec06__inner .sec06__card6 .sec06__card-cont {
  padding: 5% 1% 0 8%;
  max-width: 55%;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card6 .sec06__card-cont {
    padding: 0;
    max-width: none;
  }
}
.main .sec06 .sec06__inner .sec06__card6 .sec06__card-cont .sec06__card-title {
  color: #4A81BE;
  font-size: 2.8rem;
  font-weight: 700;
}
.main .sec06 .sec06__inner .sec06__card6 .sec06__card-cont .sec06__card-text {
  color: #555E72;
  font-size: 1.6rem;
  margin-top: 21px;
}
.main .sec06 .sec06__inner .sec06__card6 img {
  -o-object-fit: none;
     object-fit: none;
}
@media (max-width: 756px) {
  .main .sec06 .sec06__inner .sec06__card6 img {
    margin-top: 30px;
  }
}


.main .sec06 .sec06__inner .sec06__link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 73px;
}
.main .sec06 .sec06__inner .sec06__link-btn .sec06__link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.main .sec06 .sec06__inner .sec06__link-btn .sec06__link::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -50px;
  background-color: #152B5F;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  width: 345px;
  height: 70px;
  display: block;
  z-index: -1;
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__link-btn .sec06__link::before {
    width: 300px;
  }
}
.main .sec06 .sec06__inner .sec06__link-btn .sec06__link::after {
  content: url(../image/sec06-arrow.png);
  position: absolute;
  right: -35px;
}
@media (max-width: 520px) {
  .main .sec06 .sec06__inner .sec06__link-btn .sec06__link::after {
    right: -25px;
  }
}
.main .sec07 {
  background: radial-gradient(circle farthest-side at left top, #6FB4E6, #4A81BE);
  padding-bottom: 75px;
}
.main .sec07 .sec07__inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.main .sec07 .sec07__inner .sec07__title {
  padding-top: 70px;
  text-align: center;
}
.main .sec07 .sec07__inner .sec07__title .sec07__title--top {
  color: #fff;
  font-size: 5.0rem;
  font-weight: 700;
}
.main .sec07 .sec07__inner .sec07__title .sec07__title--bottom {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5769;
  letter-spacing: 0.26em;
  margin-top: 13px;
}
.main .sec07 .sec07__inner .sec07__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .main .sec07 .sec07__inner .sec07__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80vw;
  }
}
.main .sec07 .sec07__inner .sec07__list .sec07__list-box {
  position: relative;
}
@media (max-width: 1200px) {
  .main .sec07 .sec07__inner .sec07__list .sec07__list-box {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10%;
  }
}
@media (max-width: 756px) {
  .main .sec07 .sec07__inner .sec07__list .sec07__list-box {
    width: 50%;
    padding-left: 0;
  }
}
.main .sec07 .sec07__inner .sec07__list .sec07__list-box::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 120%;
  -webkit-transform: translateY(-55%) translateX(-50%);
          transform: translateY(-55%) translateX(-50%);
  border-left: 14px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
@media (max-width: 1200px) {
  .main .sec07 .sec07__inner .sec07__list .sec07__list-box::after {
    top: 38%;
    left: 106%;
  }
}
@media (max-width: 756px) {
  .main .sec07 .sec07__inner .sec07__list .sec07__list-box::after {
    left: 100%;
  }
}
.main .sec07 .sec07__inner .sec07__list .sec07__list-box:last-child::after {
  content: none;
}
@media (max-width: 520px) {
  .main .sec07 .sec07__inner .sec07__list .sec07__list-box img {
    width: 25vw;
  }
}
.main .sec07 .sec07__inner .sec07__list .sec07__list-box .sec07__list--figcaption {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 1200px) {
  .main .sec07 .sec07__inner .sec07__list .sec07__list-box .sec07__list--figcaption {
    margin-bottom: 25px;
  }
}
.main .sec07 .sec07__inner .sec07__list--supplement {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin-top: 37px;
}
@media (max-width: 520px) {
  .main .sec07 .sec07__inner .sec07__list--supplement {
    margin-top: 30px;
  }
}
.main .sec07 .sec07__inner--narrow {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.main .sec07 .sec07__inner--narrow .sec07__box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(21, 43, 95, 0.4);
  margin-top: 60px;
  padding-bottom: 43px;
}
.main .sec07 .sec07__inner--narrow .sec07__box .sec07__box-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 39px;
}
.main .sec07 .sec07__inner--narrow .sec07__box .sec07__box-text {
  font-size: 1.6rem;
  line-height: 1.625;
  padding: 20px 35px;
  width: 80%;
  border-bottom: 1px solid #fff;
}
@media (max-width: 520px) {
  .main .sec07 .sec07__inner--narrow .sec07__box .sec07__box-text {
    padding: 20px;
  }
}
.main .sec07 .sec07__inner--narrow .sec07__box .sec07__box-list {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 28px;
  padding: 0 35px;
  width: 80%;
  border-bottom: 1px solid #fff;
  list-style: decimal;
}
@media (max-width: 520px) {
  .main .sec07 .sec07__inner--narrow .sec07__box .sec07__box-list {
    padding: 0 20px;
  }
}
.main .sec07 .sec07__inner--narrow .sec07__box .sec07__box-list li {
  padding-bottom: 20px;
}
.main .sec07 .sec07__inner--narrow .sec07__box .sec07__box-list li:last-child {
  padding-bottom: 28px;
}
.main .sec08 {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #EFF2F8;
}
.main .sec08 .sec08__inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.main .sec08 .sec08__inner .sec08__title {
  color: #152B5F;
  font-size: 5.0rem;
  font-weight: 700;
  text-align: center;
}
.main .sec08 .sec08__inner .sec08__faq-list .sec08__faq {
  -webkit-filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.1));
  margin-top: 40px;
}
.main .sec08 .sec08__inner .sec08__faq-list .sec08__faq:first-child {
  margin-top: 52px;
}
.main .sec08 .sec08__inner .sec08__faq-list .sec08__faq .sec08__faq--check {
  display: none;
}
.main .sec08 .sec08__inner .sec08__faq-list .sec08__faq .sec08__faq-label {
  background-color: #152B5F;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 60px;
  display: block;
  height: 60px;
  padding-left: 75px;
  position: relative;
}
.main .sec08 .sec08__inner .sec08__faq-list .sec08__faq .sec08__faq-label::before {
  content: "Q";
  color: #fff;
  background-color: #6BA0DB;
  font-size: 2.9rem;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
}
.main .sec08 .sec08__inner .sec08__faq-list .sec08__faq .sec08__faq-box {
  background-color: #fff;
}
.main .sec08 .sec08__inner .sec08__faq-list .sec08__faq .sec08__faq-box .sec08__faq-text {
  color: #555E72;
  font-size: 1.6rem;
  line-height: 1.625;
  padding: 25px 30px 30px 60px;
  position: relative;
}
.main .sec08 .sec08__inner .sec08__faq-list .sec08__faq .sec08__faq-box .sec08__faq-text::before {
  content: "A";
  color: #F0644A;
  font-size: 2.9rem;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 13px;
}
.main .sec09 {
  padding: 60px 0;
}
.main .sec09 .sec09__inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.main .sec09 .sec09__inner .sec09__title {
  text-align: center;
}
.main .sec09 .sec09__inner .sec09__title .sec09__title--top {
  color: #152B5F;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.5769;
}
.main .sec09 .sec09__inner .sec09__title .sec09__title--bottom {
  color: #555E72;
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.26em;
  margin-top: 23px;
}
.main .sec09 .sec09__inner .sec09__box {
  background-color: #EFF2F8;
  max-width: 1040px;
  padding: 0 10px 60px 10px;
  margin: 57px auto auto 0;
}
.main .sec09 .sec09__inner .sec09__box .sec09__box-inner {
  max-width: 820px;
  margin: 0 auto;
}
.main .sec09 .sec09__inner .sec09__box .sec09__box-inner img {
  margin-top: 60px;
}
.main .sec09 .sec09__inner .sec09__box .sec09__box-inner .sec09__box-text {
  color: #555E72;
  font-size: 1.6rem;
  margin-top: 40px;
  line-height: 1.625;
}
.main .sec10 {
  height: 290px;
  background: #152B5F url(../image/sec05-1.png) no-repeat center top;
  background-size: cover;
}
@media (max-width: 960px) {
  .main .sec10 {
    height: initial;
  }
}
.main .sec10 .sec10__inner {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}
.main .sec10 .sec10__inner .sec10__title {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 52px;
}
@media (max-width: 960px) {
  .main .sec10 .sec10__inner .sec10__title {
    padding-top: 23px;
  }
}
.main .sec10 .sec10__inner .sec10__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /*margin-top: 61px;*/
}
@media (max-width: 960px) {
  .main .sec10 .sec10__inner .sec10__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
  }
}
.main .sec10 .sec10__inner .sec10__foot .sec10__inquiry {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  z-index: 5;
  display: block;
  width: 480px;
  padding-left: 150px;
  position: relative;
}
@media (max-width: 1200px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__inquiry {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__inquiry {
    text-align: center;
    width: 400px;
    padding-left: 45px;
  }
}
.main .sec10 .sec10__inner .sec10__foot .sec10__inquiry::before {
  content: url(../image/sec05-2.png);
  position: absolute;
  left: 98px;
  z-index: 1;
}
@media (max-width: 960px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__inquiry::before {
    left: 101px;
  }
}
@media (max-width: 520px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__inquiry::before {
    left: 85px;
  }
}
.main .sec10 .sec10__inner .sec10__foot .sec10__inquiry::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 47%;
  background-color: #F0644A;
  -webkit-transform: translateX(-50%) translateY(-50%) skewX(-20deg);
          transform: translateX(-50%) translateY(-50%) skewX(-20deg);
  width: 400px;
  height: 80px;
  display: block;
  z-index: -1;
}
@media (max-width: 960px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__inquiry::after {
    top: 50%;
    left: 47%;
    width: 370px;
    height: 67px;
  }
}
@media (max-width: 520px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__inquiry::after {
    left: 50%;
    width: max(70vw, 320px);
  }
}
.main .sec10 .sec10__inner .sec10__foot .sec10__tel {
  position: relative;
  width: 480px;
  padding-left: 115px;
}
@media (max-width: 960px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__tel {
    margin-top: 53px;
  }
}
@media (max-width: 520px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__tel {
    padding-left: 125px;
  }
}
.main .sec10 .sec10__inner .sec10__foot .sec10__tel::before {
  content: url(../image/sec05-3.png);
  position: absolute;
  left: 40px;
  top: 10px;
  top: 45%;
  transform: translateY(-50%);
}
@media (max-width: 520px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__tel::before {
    left: 55px;
  }
}
.main .sec10 .sec10__inner .sec10__foot .sec10__tel .sec10__tel-link {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__tel .sec10__tel-link {
    font-size: 45px;
  }
}
@media (max-width: 520px) {
  .main .sec10 .sec10__inner .sec10__foot .sec10__tel .sec10__tel-link {
    font-size: 40px;
  }
}
.main .sec10 .sec10__inner .sec10__foot .sec10__tel .sec10__tel-link--supplement {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8571;
}
.br-sp {
    display: none;
}

@media (max-width: 520px) {
    .br-sp {
        display: block;
    }
}