@charset "UTF-8";

.nowrap {
  display: inline-block;
}

.relative {
  position: relative;
}

.copyright {
  text-align: center;
  color: white;
  font-size: 1.8rem;
  padding: 2rem;
}

.lp-section {
  padding: 50px 0;
  width: 100%;
  min-width: 1300px;
}

.lp-section:last-of-type {
  padding-bottom: 0;
}

.itembox {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .lp-section {
    padding: 30px 0;
    min-width: auto;
  }

  .lp-section:last-of-type {
    padding-bottom: 50px;
  }

  .copyright {
    padding-bottom: 4rem;
  }

  .itembox {
    display: block;
  }
}

/*-----------------------------
--- 表示切り替え ------------*/
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/*- END 表示切り替え ----------
-----------------------------*/
/*-----------------------------
--- シミュレーター ----------*/
.content01 {
  padding: 3em 3em 9em;
  position: relative;
  font-size: 1.9rem;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
}

.calcWrap {
  display: inline-block;
  width: 35%;
}

.resultWrap {
  display: inline-block;
  width: calc(60% - 50px);
  padding: 3em 0;
  position: absolute;
  top: 0;
  right: 3em;
  bottom: 0;
}

.formitem {
  padding-bottom: 2em;
}

.formitem:last-of-type {
  padding-bottom: 0;
}

.formlabel {
  font-weight: bold;
  padding-bottom: 1.5rem;
}

.formlabel:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #009A3F;
  margin-right: .5em;
}

.number {
  display: inline-block;
  text-align: right;
  margin-right: 1em;
  width: 50%;
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: .55em .5em .55em;
  margin-left: 1.5em;
}

.unit {
  vertical-align: bottom;
}

.radio-container {
  margin-left: 1.5em;
}

.radio-btn {
  margin-right: .5em;
}

.radio {
  display: inline-block;
  margin-right: 1em;
  width: 30%;
  position: relative;
  padding-left: 1.5em;
}

.radio:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #000;
  width: 12px;
  height: 12px;
  margin-right: .5em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.radio-btn:checked+.radio:after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #009A3F;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}

.user-info {
  text-align: center;
  background-color: #EBF0DD;
  margin-bottom: 2em;
  padding: 1em 0;
}

.boxresult {
  padding: 1em;
}

.resultlabel {
  font-weight: bold;
  padding-bottom: 1em;
}

.resultnum {
  background-color: white;
  border: solid 1px #ddd;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}

.resultnum input {
  width: 100%;
}

.submit-btn-wrap {
  position: relative;
}

.submit-btn-wrap:after {
  content: "";
  display: inline-block;
  width: .8em;
  height: .8em;
  border-top: 3px solid black;
  border-right: 3px solid black;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(45deg);
}

.sim-submit-btn {
  display: block;
  margin: 0 auto;
  padding: .8em;
  width: 90%;
  text-align: center;
  background: linear-gradient(#F4EC00, #F4A127) !important;
  border-radius: 5px;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: .1em;
}
.sim-submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;              /* 薄く見せる */
}

@media (max-width: 768px) {
  .content01 {
    padding: 25px 5%;
    font-size: 1.6rem;
  }

  .calcWrap {
    display: block;
    width: 100%;
  }

  .resultWrap {
    display: inline-block;
    width: 100%;
    position: static;
    padding: 1.5em 0 0;
  }

  .formitem {
    padding-bottom: 1.2em;
  }

  .boxresult {
    padding: 0.5em 1em;
  }

  .resultnum {
    width: 100%;
  }

  .submit-btn-wrap {
    position: relative;
    font-size: .8em;
  }

  .submit-btn-wrap:after {
    right: 5%;
  }

  .sim-submit-btn {
    width: 100%;
  }

  .radio-container {
    margin-left: 1em;
  }

  .radio {
    width: 6em;
  }

  .user-info {
    margin-bottom: 1.2em;
  }
}

/*---- END シミュレーター -----
-----------------------------*/
/*-----------------------------
--- ボタンコンテナ ----------*/
.insert-btn-container {
  width: 100%;
  min-width: 1300px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.btn-row {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

.btn-row__item {
  width: 30%;
}

.btn-row__item:hover {
  opacity: .7;
}

.btn-row__item--tel {
  width: 30%;
  text-align: left;
}

.btn-row__item--tel-img {
  padding-bottom: 10px;
  width: 80%;
}

.btn-row__item--tel-text {
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-weight: bold;
  font-size: 1.8rem;
}

.btn-row__img {
  width: 100%;
}

@media (max-width: 768px) {
  .insert-btn-container {
    min-width: auto;
  }

  .spbtn-row {
    width: 100%;
    height: 0;
    padding-top: 18.5%;
    position: relative;
  }

  .spbtn-row__box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .spbtn-row__item {
    display: inline-block;
    height: 100%;
    padding-top: 2%;
  }

  .spbtn-row__item:last-of-type {
    padding-right: 0;
  }

  .spbtn-row__item:hover {
    opacity: .7;
  }

  .spbtn-row__item-img {
    height: 100%;
  }

  .spbtn-row-bottom-text {
    text-align: center;
    font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
    font-weight: bold;
    font-size: 1.3rem;
    padding: 2% 1em;
  }
}

/*---- END ボタンコンテナ -----
-----------------------------*/
/*-----------------------------
--- Swiper ------------------*/
.swiper-wrapper {
  height: auto !important;
}

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

/*
.swiper-prev,
.swiper-next {
    display: inline-block;
    font-size: 1.6rem;
    padding: 1em 0;
    cursor: pointer;
    width: 8%;
    position: absolute;
    top: 40%;
    z-index: 1;
}
.swiper-prev {
    left: 0;
    &:hover {
        opacity: .7;
    }
}
.swiper-next {
    right: 0;
    &:hover {
        opacity: .7;
    }
}
.half-circle-left,
.half-circle-right {
    width: 100%;
}
*/
.swiper-prev,
.swiper-next {
  display: inline-block;
  font-size: 1.6rem;
  cursor: pointer;
  width: 8%;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-top: solid 3px green;
  border-left: solid 3px green;
}

.swiper-prev {
  left: 1%;
  transform: rotate(-45deg);
}

.swiper-next {
  right: 1%;
  transform: rotate(135deg);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-pagination-bullet-active {
  background: green;
}

/*---- END Swiper -------------
-----------------------------*/
.top {
  position: fixed;
  z-index: 2;
  width: 100%;
  min-width: 1300px;
}

.top__container {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1em 0;
  height: 90px;
  position: relative;
}

.top__logo {
  width: 15%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  max-width: 195px;
}

.top__btn-area {
  display: flex;
  justify-content: space-between;
  width: 65%;
  padding-right: 1%;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  text-align: right;
  max-width: 845px;
}

.top__btn {
  width: 28%;
}

.top__btn:hover {
  opacity: .7;
}

.top__tel {
  padding-top: 1%;
  width: 28%;
}

.top__tel:hover {
  opacity: .7;
}

.top__kaishagaiyo {
  width: 7%;
}

.top__kaishagaiyo:hover {
  opacity: .7;
}

.top__btnimg {
  width: 100%;
}

@media (max-width: 768px) {
  .top {
    position: static;
    min-width: auto;
  }

  .top__container {
    position: absolute;
    top: 0;
    text-align: center;
    height: auto;
    padding: 4.8% 0;
  }

  .top__logo {
    width: 35%;
    display: inline-block;
    position: static;
    transform: none;
    max-width: none;
  }

  .top__btn-area {
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 20%;
    padding-right: 0;
    position: fixed;
    z-index: 99;
    top: auto;
    right: auto;
    bottom: 0;
    transform: none;
  }

  .top__btn-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .top__btn-a {
    display: inline-block;
    height: 100%;
    padding: 1.5% 0;
  }

  .top__btn {
    width: auto;
    height: 100%;
  }

  .top__btn:hover {
    opacity: .7;
  }

  .top-kaishagaiyo {
    display: inline-block;
    box-sizing: content-box;
    width: 15%;
    padding: 1%;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
  }

  .top-kaishagaiyo:hover {
    opacity: .7;
  }

  .top-kaishagaiyo-img {
    width: 100%;
  }
}

.fv {
  padding-top: 90px;
  width: 100%;
  min-width: 1300px;
}

.fv__content {
  width: 100%;
  /* background-image: url(../img/fv-bg-pc.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
}

.fv__bottom-outline1 {
  margin: 10px 0;
  border-top: 3px solid #0096D2;
  border-bottom: 3px solid #0096D2;
}

.fv__bottom-outline2 {
  margin: 5px 0;
  border-top: 1px solid #0096D2;
  border-bottom: 1px solid #0096D2;
}


.fv__bottom {
  width: 58%;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}

.fv__bottom-img {
  display: inline-block;
  width: 35%;
}

.fv__bottom-textarea {
  font-size: 2.2rem;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-weight: bold;
  display: inline-block;
  width: 100%;
  line-height: 1.7;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

@media (max-width: 768px) {
  .fv {
    padding-top: 0;
    min-width: auto;
  }

  .fv__content {
    padding-top: 25%;
    background-image: url(../img/fv-bg-sp.jpg);
    background-size: cover;
  }

  .fv__bottom {
    width: 90%;
    padding: 44px 0;
  }

  .fv__bottom-img {
    width: 30%;
  }

  .fv__bottom-textarea {
    font-size: 1.4rem;
  }

  .fv__bottom-textarea span {
    margin-right: -2.0em;
  }
}

@media (max-width: 320px) {
  .fv__bottom-textarea span {
    font-size: 0.92rem;
  }
}

.sec1 {
  background: linear-gradient(135deg, #009A9E, #009A3F);
}

@media (min-width: 768px) {
  .sec1 {
    display: none;
  }
}


.sec1__contents {
  width: 1200px;
  margin: 0 auto;
}

.sec1__title {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}

.sec1__title-img {
  width: 35%;
}

.sec1__title-text {
  display: inline-block;
  width: 100%;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 2.7rem;
  color: white;
  padding-top: .5em;
}

.sec1__sim {
  background-color: white;
  margin: 0 auto;
  width: 1200px;
}

@media (max-width: 768px) {
  .sec1__contents {
    width: 90%;
  }

  .sec1__title {
    padding-bottom: 25px;
  }

  .sec1__title-img {
    width: 100%;
  }

  .sec1__title-text {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .sec1__sim {
    width: 100%;
  }
}

.sec2 {
  margin: 0 auto;
}

.sec2:after {
  content: "";
  display: block;
  clear: both;
}

.sec2__contents {
  width: 1200px;
  margin: 0 auto;
}

.sec2__textarea {
  display: inline-block;
  font-size: 2rem;
  width: 50%;
  vertical-align: top;
  line-height: 2em;
}

.sec2__text {
  line-height: 1.8;
}

.sec2__title {
  padding-bottom: 50px;
}

.sec2__title-img {
  width: 100%;
}

.sec2__flow-img {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  float: right;
}

@media (max-width: 768px) {
  .sec2__contents {
    width: 90%;
    margin: 0 auto;
  }

  .sec2__textarea {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    padding-bottom: 10px;
  }

  .sec2__title {
    padding-bottom: 25px;
  }

  .sec2__title-img {
    width: 100%;
  }

  .sec2__text {
    font-size: 1.6rem;
  }

  .sec2__flow-img {
    display: inline;
    width: 100%;
    float: none;
  }
}

.sec3 {
  background-image: url(../img/sec3-bg.jpg);
  background-size: cover;
}

.sec3__contents {
  width: 1200px;
  margin: 0 auto;
}

.sec3__title {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 3rem;
  font-weight: bold;
}

.sec3__under-title-text {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 2rem;
  color: #848484;
  padding: 3rem 0 50px;
}

.sec3__itembox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.sec3__item {
  width: 30%;
  background-color: white;
  padding: 2.5em 4%;
  border-top: 8px solid #009A9E;
}

.sec3__item-top {
  width: 100%;
}

.sec3__item-img {
  display: block;
  margin: 0 auto;
  width: 40%;
  object-fit: contain;
}

.sec3__item-title {
  text-align: center;
  color: #009A9E;
  font-size: 2.8rem;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  white-space: nowrap;
  padding: 1em 0;
}

.sec3__item-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .sec3__contents {
    width: 90%;
  }

  .sec3__title {
    font-size: 2.5rem;
  }

  .sec3__under-title-text {
    padding: 1rem 0 25px;
  }

  .sec3__item {
    width: 100%;
    margin: 0 auto 30px;
    padding: 1.2em 5%;
  }

  .sec3__item:last-of-type {
    margin-bottom: 0;
  }

  .sec3__item-img {
    width: 20%;
  }

  .sec3__item-title {
    font-size: 2.2rem;
    padding: 0.6em 0;
  }
}


.sec4 {
  background: linear-gradient(135deg, #009A9E, #009A3F);
}

.sec4__contents {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.sec4__title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

.sec4__title-img {
  width: 40%;
}

.sec4__title-text {
  display: inline-block;
  width: 100%;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 2.7rem;
  color: white;
  padding-top: .5em;
}

.sec4__item-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.sec4__item {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

.sec4__item-img {
  width: 100%;
}

.sec4__item-text {
  width: 100%;
  height: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 5%;
  padding-left: 23%;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec4__item-text .box {
  width: 100%;
}

.sec4__item-text .ttl {
  margin-top: -1.2em;
  margin-bottom: 0.4em;
}

.sec4__item-text--large {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  color: #009A9E;
  font-size: 5rem;
  line-height: 1;
  padding: 0 5px;
}

.sec4__item-text--small {
  line-height: 1.5;
  font-size: 1.6rem;
}

.sec4__item-text--large--ja {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  color: #009A9E;
  font-size: 3.5rem;
  padding: 0 5px;
}



@media (max-width: 768px) {
  .sec4__contents {
    width: 90%;
  }

  .sec4__title {
    padding-bottom: 25px;
  }

  .sec4__title-img {
    width: 100%;
  }

  .sec4__title-text {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .sec4__item-text {
    padding: 0 5%;
    font-size: 1.8rem;
  }

  .sec4__item-text .box2 {
    position: relative;
    top: 7px;
  }

  .sec4__item-text .ttl {
    text-align: center;
    line-height: 1.6em;
  }

  .sec4__item-text--large {
    font-size: 3.5rem;
  }

  .sec4__item-text--small {
    font-size: 1.4rem;
  }

  .sec4__item-text--large--ja {
    color: #009A9E;
    font-size: 2.4rem;
  }

}

@media (max-width: 320px) {
  .sec4__item-text {
    font-size: 1.6rem;
  }

  .sec4__item-text--large {
    font-size: 2.4rem;
  }

  .sec4__item-text--large--ja {
    color: #009A9E;
    font-size: 2rem;
  }
}

.sec5__contents {
  width: 1200px;
  margin: 0 auto;
}

.sec5__title {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 3rem;
  padding-bottom: 50px;
}

.sec5__step {
  width: 100%;
}

@media (max-width: 768px) {
  .sec5__contents {
    width: 90%;
  }

  .sec5__title {
    font-size: 2.2rem;
    padding-bottom: 0;
  }

  .sec5__step {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 25px;
  }
}

.sec6 {
  background-color: #F4F4F4;
}

.sec6__contents {
  width: 1200px;
  margin: 0 auto;
}

.sec6__title {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 3rem;
  font-weight: bold;
}

.sec6__under-title-text {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 2rem;
  color: #848484;
  padding: 3rem 0 50px;
}

.sec6__item-box {
  background-color: white;
  padding: 7% 18%;
  text-align: center;
}

.sec6__item-box-title {
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 3rem;
  font-weight: bold;
}

.sec6__item {
  padding-top: 10%;
}

.sec6__item-img {
  padding-bottom: 2.5%;
}

.sec6__item-img img {
  width: 100%;
}

.sec6__item.item--03 .sec6__item-img img {
  margin-left: -8.878504672897196%;
  width: 108.878504672897196%;
}

.sec6__item-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .sec6__contents {
    width: 90%;
  }

  .sec6__title {
    font-size: 2.5rem;
  }

  .sec6__under-title-text {
    padding: 1rem 0 25px;
  }

  .sec6__item-box {
    padding: 25px 5%;
  }

  .sec6__item-box-title {
    font-size: 2rem;
    line-height: 1.5;
  }

  .sec6__item {
    padding-top: 5%;
  }

  .sec6__item-img {
    width: 100%;
    margin: 0 auto;
  }

  .sec6__item.item--03 .sec6__item-img img {
    margin-left: 0;
    width: 100%;
  }

  .sec6__item-text {
    text-align: left;
  }
}

.sec7 {
  background: url(../img/sec7-bg.jpg) no-repeat;
  background-size: cover;
}

.sec7__contents {
  width: 1200px;
  margin: 0 auto;
}

.sec7__title {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 3rem;
  font-weight: bold;
  color: white;
}

.sec7__under-title-text {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 2rem;
  color: white;
  padding: 3rem 0 50px;
}

.sec7__item-box {
  background-color: white;
  padding: 2% 10%;
}

.sec7__item-title {
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 3rem;
  font-weight: bold;
  color: #009A9E;
  padding-bottom: .5em;
}

.sec7__item-text {
  font-size: 1.6rem;
  line-height: 2;
}

.sec7__item-btn-box {
  display: flex;
  justify-content: space-around;
  padding-top: 3%;
  position: relative;
}

.sec7__item-btn {
  width: 45%;
  padding: .8em;
  object-fit: contain;
}

.sec7__item-form {
  width: 100%;
}

.sec7__item-form:hover {
  opacity: 0.7;
}

.sec7__item-fax-text {
  font-size: 1.7rem;
  line-height: 1.2;
  width: 45%;
  padding: .8em;
  position: absolute;
  right: 2%;
  top: 0;
  transform: translateY(-50%);
}

.sec7__arrow {
  display: block;
  margin: 0 auto;
  padding: 3%;
}

@media (max-width: 768px) {
  .sec7__contents {
    width: 90%;
  }

  .sec7__title {
    font-size: 2.5rem;
  }

  .sec7__under-title-text {
    padding: 1rem 0 25px;
  }

  .sec7__item-box {
    padding: 8% 5%;
  }

  .sec7__item-title {
    font-size: 2rem;
  }

  .sec7__item-btn-box {
    justify-content: center;
    flex-flow: column;
  }

  .sec7__item-btn {
    width: 100%;
    font-size: 2rem;
  }

  .sec7__item-btn:last-of-type {
    margin-bottom: 0;
  }

  .sec7__item-fax-text {
    font-size: 1.6rem;
    line-height: 2;
    width: 100%;
    padding: 0;
    position: static;
    transform: none;
  }
}

.sec8 {
  background-color: #F4F4F4;
}

.sec8__contents {
  width: 1200px;
  margin: 0 auto;
}

.sec8__title {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 3rem;
  font-weight: bold;
}

.sec8__under-title-text {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 2rem;
  color: #848484;
  padding: 3rem 0 50px;
}

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

.sec8__item {
  display: inline-block;
  box-sizing: border-box;
  width: 49%;
  padding: 0 2.5% 2.5%;
  vertical-align: top;
}

.sec8__item:nth-of-type(5),
.sec8__item:nth-of-type(6) {
  padding-bottom: 0;
}

.sec8__item-img {
  width: 100%;
}

.sec8__item-text {
  padding: 5%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: white;
  height: 365px;
}

.sec8__item:nth-of-type(3) .sec8__item-text,
.sec8__item:nth-of-type(4) .sec8__item-text {
  height: 275px;
}

@media (max-width: 768px) {
  .sec8__contents {
    width: 90%;
  }

  .sec8__title {
    font-size: 2.5rem;
  }

  .sec8__under-title-text {
    padding: 1rem 0 15px;
  }

  .sec8__item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 !important;
  }

  .sec8__item-text {
    height: auto !important;
  }

  .sec8 .swiper-wrapper {
    margin-bottom: 10px;
  }
}

.sec9__contents {
  width: 1200px;
  margin: 0 auto;
}

.sec9__title {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 3rem;
  font-weight: bold;
}

.sec9__under-title-text {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 2rem;
  color: #848484;
  padding: 3rem 0 50px;
}

.sec9__list-item {
  overflow: hidden;
  margin-bottom: 50px;
}

.sec9__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  border-bottom: solid 1px gray;
  padding-bottom: 10px;
  cursor: pointer;
}

.sec9__question-markarea {
  font-size: 2rem;
  padding: 0 2rem;
}

.sec9__question-mark {
  color: white;
  background: linear-gradient(135deg, #009A9E, #009A3F);
  font-size: 2rem;
  padding: .2em .3em;
}

.sec9__question-text {
  box-sizing: border-box;
  flex: 1;
  font-size: 2.2rem;
  line-height: 1.3;
}

.sec9__question-btn {
  position: relative;
  font-size: 0;
  margin: 0 2rem;
  width: 20px;
  vertical-align: middle;
  color: gray;
}

.sec9__question-btn:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: gray;
}

.sec9__question-btn:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 1px;
  height: 20px;
  background-color: gray;
}

.open .sec9__question-btn:after {
  display: none;
}

.sec9__answer {
  display: none;
}

.sec9__answer-text {
  padding: 10px 2rem 0;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .sec9__contents {
    width: 90%;
  }

  .sec9__title {
    font-size: 2.5rem;
  }

  .sec9__under-title-text {
    padding: 1rem 0 25px;
  }

  .sec9__list-item {
    margin-bottom: 25px;
  }

  .sec9__question {
    padding-bottom: 15px;
  }

  .sec9__question-text {
    font-size: 1.8rem;
  }

  .sec9__question-btn {
    margin: 0 1rem;
  }
}

.sec10__contents {
  width: 1200px;
  margin: 0 auto;
}

.sec10__title {
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 3rem;
  color: white;
  padding: .2em 0;
  margin: 1.5em 0;
  text-align: center;
  background: linear-gradient(135deg, #009A9E, #009A3F);
}

.sec10__title:first-of-type {
  margin-top: 0;
}

.sec10__item {
  width: 100%;
}

.sec10__textarea {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 69%;
}

.sec10__imgarea {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.sec10__text {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 1.5em;
}

.sec10__content-bottom {
  text-align: center;
  position: relative;
  padding-top: 7%;
}

.sec10__keisanshou {
  width: 26%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec10__pdf-btn {
  display: inline-block;
  width: 35%;
  border: 2px solid #009A86;
  border-radius: 5px;
  font-size: 2rem;
  color: #009A9E;
  padding: 2% 2% 2% 6%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.sec10__pdf-mark {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  width: 10%;
}

.sec10__img {
  box-sizing: border-box;
  width: 100%;
  padding-left: 10%;
}

@media (max-width: 768px) {
  .sec10__contents {
    width: 90%;
  }

  .sec10__title {
    font-size: 2.5rem;
    padding: .5em;
    margin: 30px 0 25px;
  }

  .sec10__text {
    padding-bottom: 1.2em;
  }

  .sec10__content-bottom {
    padding-top: 0;
  }

  .sec10__keisanshou {
    position: static;
    width: 70%;
  }

  .sec10__pdf-btn {
    position: relative;
    width: 100%;
    transform: none;
    top: auto;
    margin-top: 25px;
  }

  .sec10__textarea {
    display: block;
    width: 100%;
  }

  .sec10__imgarea {
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  .sec10__img {
    width: 100%;
    padding-left: 0;
  }
}

.sec11 {
  background: linear-gradient(135deg, #009A9E, #009A3F);
}

.sec11__contents {
  width: 1200px;
  margin: 0 auto;
}

.sec11__title {
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  font-size: 3rem;
  color: white;
  text-align: center;
}

.sec11__company {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  background-color: white;
  margin: 50px auto 0;
  padding: 2%;
  border-spacing: 0 2em;
}

.sec11__team {
  width: 40%;
  text-align: right;
  vertical-align: middle;
  border-right: 1px solid #009A9E;
  padding-right: 3em;
  color: #009A9E;
  font-weight: normal;
  line-height: 2;
}

.sec11__description {
  width: 60%;
  text-align: left;
  vertical-align: middle;
  padding-left: 3em;
  line-height: 1.8;
}

.sec11__description img {
  vertical-align: middle;
}

.sec11__description a:hover {
  text-decoration: underline;
}

.sec11__pmark {
  width: 58px;
  margin-left: 2%;
}

.sec11__iso {
  width: 48px;
  margin-left: 2%;
}

@media (max-width: 768px) {
  .sec11__contents {
    width: 90%;
  }

  .sec11__title {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .sec11__company {
    table-layout: auto;
    margin-top: 25px;
    border-spacing: 0;
    padding: 5%;
  }

  .sec11__team {
    display: block;
    width: 100%;
    font-size: 2rem;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #009A9E;
    padding: 0 0 5px;
    line-height: 1.4;
  }

  .sec11__description {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 10px 0 15px;
  }

  .sec11__description img {
    width: 100%;
  }

  .sec11__row:last-child .sec11__description {
    margin-bottom: 0;
  }

  .sec11__pmark {
    display: inline-block;
    width: 15%;
  }

  .sec11__iso {
    display: inline-block;
    width: 13%;
  }
}


.personal_info {
  border-bottom: solid 1px #000;
    position: relative;
    padding-right: 12px;
    padding-bottom: 3px;
}

.personal_info:after {
  content: '';
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%) rotate(45deg);
}

.sec11__description .personal_info:hover {
  text-decoration: none;
}

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


/* fv フォーム追加　20250317 */
.fv__main{
  background-image: url(../img/fv-bg-pc.jpg);
  background-size: cover;
}
.fv__main__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 88%;
  margin: 0 auto;
}
.fv__main__copy{
  width: 55%;
  padding: 40px 0;
}
.fv__form{
  width: 43%;
  background-color: #fff;
  position: relative;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", 游明朝,"Yu Mincho";
  padding-top: 30px;
}

@media screen and (max-width: 1600px) {
  .fv__main__inner{
    width: 94%;
  }
}

@media screen and (max-width: 768px) {
  .fv__form{
    display: none;
  }
  .fv__main__copy{
    width: 100%;
    padding: 0;
  }
  .fv__main__inner{
    width: 100%;
  }
}
.fv__form::after{
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(to right,#FF3315 0%, #FFA915 100%);
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
}

.fv__form img{
  width: 40%;
  margin: 0 auto;
  display: inline-block;
}

.fv__form p{
  font-size: 25px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 56px;
  width: 99%;
}
.fv__form p b{
  font-size: 35px;
}

@media screen and (max-width: 1600px) {
  .fv__form p{
    font-size: 20px;
  }
  .fv__form p b{
    font-size: 30px;
  }
}
.fv__form .calcWrap{
  width: 100%;
}

.formitem_g1{
  display: flex;
  padding: 0 50px;
}
.formitem_g1 .formitem{
  width: 50%;
  text-align: left;
}

.fv__form .formlabel:before{
  background: linear-gradient(to right top,#FF3315 0%, #FFA915 100%);
}

.fv__form .radio-btn:checked+.radio:after{
  background: #000;
}
.fv__form .radio{
  width: auto;
}
@media screen and (max-width: 1600px) {
  .formitem_g1{
    padding: 0 1.5vw;
  }
  .fv__form .radio{
    font-size: 14px;
    margin-right: 0.5em;
  }
}

.fv__form .user-info{
  background-color: #ffffee;
  width: 100%;
  padding: 2vw 50px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .fv__form .user-info{
    padding: 2vw 1.5vw;
  }
}
.fv__form .boxresult{
  width: 48%;
  padding: 0;
  text-align: left;
}
.fv__form .resultnum{
  width: 100%;
  margin: 0px 0 20px;
}
.resultwrap .resultnum{
  font-size: 17px;
  text-align: center;
}

.fv__form input::placeholder{
    color: #d3d3d3; /* 好きな色に変更 */
}

.fv__form .submit-btn-wrap-wrap{
  background-color: #ffffee;
  padding-bottom: 25px;
  width: 100%;
}

.fv__form .submit-btn-wrap{
  width: 70%;
  position: relative;
  margin: 0 auto;
  min-width: 53px
}
.fv__form .sim-submit-btn{
  width: 100%;
}
.fv__form .submit-btn-wrap:after{
  position: absolute;
  right: 4%;
}