@charset "UTF-8";

.trouble .ques {
  position: relative;
  padding: 110px 0 0px 0;
  background: url(images/trouble_bg01.png) center top no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .trouble .ques {
    padding: 80px 0 0px 0;
  }

  .trouble .ques ul {
    margin: 60px auto 0;
  }

  .left-icon1 img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
}

.trouble .ques h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.231;
}

@media only screen and (max-width: 767px) {
  .trouble .ques h2 {
    font-size: 8.5312vw;
  }
}

.trouble .ques h2 .color {
  color: #ffffff;
  font-size: 3.4rem;
  position: relative;
  z-index: 1;
}

.trouble .ques ul {
  position: relative;
  padding: 30px 40px;
  margin: 70px auto 0;
  border-radius: 15px;
  border: 5px solid #037DCC;
  background: #fff;
}

.trouble .ques ul {
  width: 610px;
}

@media only screen and (max-width: 768px) {
  .trouble .ques ul {
    padding: 6.665vw;
  }
}

/* ========== end △ */
.trouble .ques ul::before {
  content: "";
  background: url(images/worries_illust01.png);
  width: 150px;
  height: 205px;
  background-size: 150px auto;
  position: absolute;
  left: -180px;
  bottom: 20px;
  background-repeat: no-repeat;
}

.trouble .ques ul::after {
  content: "";
  background: url(images/worries_illust02.png);
  width: 141px;
  height: 205px;
  background-size: 141px auto;
  position: absolute;
  right: -171px;
  bottom: 20px;
  background-repeat: no-repeat;
}

.trouble .ques ul li {
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .trouble .ques ul li {
    font-size: 4.2656vw;
    line-height: 1.4;
  }
}

.trouble .ques ul li::before {
  content: "";
  background: url(images/ico_check.png) no-repeat;
  width: 22px;
  height: 19px;
  background-size: 22px auto;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}

.trouble .ques ul li+li {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .trouble .ques ul li+li {
    margin-top: 2.666vw;
  }
}

.trouble .ques ul li span {
  font-size: 1.6rem;
  color: #037DCC;
}

@media only screen and (max-width: 767px) {
  .trouble .ques ul li span {
    font-size: 5.332vw;
  }
}

@media screen and (max-width: 768px) {
  .gb-container-65ea3996 {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    align-items: center;
    position: relative;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e8e8e8;
    border-radius: 10px;
  }

  .trouble .ques ul::after {
    content: "";
    background: url(images/worries_illust02.png);
    width: 120px;
    height: 155px;
    background-size: 118px auto;
    position: absolute;
    right: -60px;
    bottom: -45px;
    background-repeat: no-repeat;
  }

  .gb-grid-wrapper-d364114a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .trouble .ques ul::before {
    content: "";
    background: url(images/worries_illust01.png);
    width: 126px;
    height: 158px;
    background-size: 125px auto;
    position: absolute;
    left: -60px;
    bottom: -45px;
    background-repeat: no-repeat;
  }

  .l-inner {
    padding: 0 1rem;
    width: 100%;
  }

  .p-difference {
    padding-bottom: 0rem;
  }

  .p-difference-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .p-difference__item {
    padding: 0 0 0 0;
  }

  .p-difference__item {
    margin-bottom: 0rem;
    width: 100%;
  }

  .p-difference__item .wrap {
    display: block;
    padding: 0 1.6875rem 1.25rem 1.6875rem;
  }

  .p-difference__item .head-text {
    margin-top: 1.25rem;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    white-space: nowrap;
  }


  .p-difference__item .left-text {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: normal;
    letter-spacing: 0em;
    white-space: nowrap;
  }

  .p-difference__item .left-icon1 {
    aspect-ratio: auto;
    height: auto;
  }

  .p-difference__item .bottom-area {
    display: block;
  }

  .c-animated__fadeIn.js-show {
    opacity: 1;
    translate: 0 0;
    background-color: #F0F6FC;
    z-index: -1;
    position: relative;
    top: -15px;
  }

}

































.features {
  padding: 100px 0 1px 0;
  background-color: #F0F6FC;
}

@media only screen and (max-width: 767px) {
  .features {
    padding-top: 15.996vw;
    padding-bottom: 15.996vw;
  }
}

.features .catch {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 110px;
  line-height: normal;
}

.features .catch .orange {
  color: #027dcc;
  font-size: 3rem;
}

.features .catch .blue {
  color: #de413e;
}

.features .catch .max {
  font-size: 2.5rem;
  position: relative;
}

.features .catch .max::before {
  content: "";
  background: url(../images/features_catch.png) no-repeat;
  width: 360px;
  height: 20px;
  background-size: 258px auto;
  position: absolute;
  left: 0px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .features .catch .max::before {
    width: 53.32vw;
    bottom: -5px;
  }
}

@media print,
screen and (min-width: 769px) {
  .features .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    min-height: 300px;
    margin-bottom: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .features .wrap {
    margin: 7.33vw 0;
  }
}

.features .wrap .txt_wrap {
  background: #fff;
  border-radius: 10px;
}

@media print,
screen and (min-width: 769px) {
  .features .wrap .txt_wrap {
    width: 630px;
    padding: 0 130px 50px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .features .wrap .txt_wrap {
    border-radius: 10px 10px 0 0;
    padding: 7.998vw 5.332vw 6.664vw 5.332vw;
  }
}

.features .wrap .txt_wrap .num {
  font-weight: bold;
  font-size: 4.4rem;
  color: #037DCC;
  line-height: 1;
  text-align: center;
  position: relative;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

@media print,
screen and (min-width: 769px) {
  .features .wrap .txt_wrap .num {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .features .wrap .txt_wrap .num {
    font-size: 10.996vw;
  }
}

.features .wrap .txt_wrap h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .features .wrap .txt_wrap h3 {
    font-size: 4.4vw;
  }
}

.features .wrap .txt_wrap h3 span {
  font-size: 2rem;
  color: #027dcc;
}

@media only screen and (max-width: 768px) {
  .features .wrap .txt_wrap h3 span {
    font-size: 4.7vw;
  }
}

.features .wrap .txt_wrap p {
  line-height: 2;
  letter-spacing: 0.15em;
}

.features .wrap .img {
  border-radius: 10px;
  overflow: hidden;
}

@media print,
screen and (min-width: 769px) {
  .features .wrap .img {
    -webkit-box-shadow: 0px 0px 25px -5px #cccccc;
    box-shadow: 0px 0px 25px -5px #cccccc;
    width: 610px;
    position: absolute;
    right: -60px;
    top: -40px;
  }
}

@media print,
screen and (min-width: 769px) {
  .features .wrap.reverse .img {
    right: inherit;
    left: -60px;
  }
}

@media print,
screen and (min-width: 769px) {
  .features .wrap.reverse .txt_wrap {
    padding: 0 50px 50px 130px;
  }
}

@media screen and (max-width: 1250px) {
  .features .wrap .img {
    -webkit-box-shadow: 0px 0px 25px -5px #cccccc;
    box-shadow: 0px 0px 25px -5px #cccccc;
    width: 460px;
    position: absolute;
    right: 45px;
    top: 28px;
  }

  .features .wrap.reverse .img {
    right: inherit;
    left: 45px;
    top: -9px;
  }
}

@media screen and (max-width: 1025px) {
  .features .wrap .img {
    box-shadow: 0px 0px 25px -5px #cccccc;
    width: 420px;
    position: absolute;
    right: 45px;
    top: 35px;
  }
}

@media screen and (max-width: 990px) {
  .features .wrap .img {
    -webkit-box-shadow: 0px 0px 25px -5px #cccccc;
    box-shadow: 0px 0px 25px -5px #cccccc;
    width: 440px;
    position: absolute;
    right: 45px;
    top: 28px;
  }

  .features .wrap.reverse .txt_wrap {
    padding: 0 80px 50px 170px;
  }

  .features .wrap .txt_wrap {
    width: 630px;
    padding: 0 170px 50px 80px;
  }
}

@media screen and (max-width: 970px) {
  .features .wrap .img {
    -webkit-box-shadow: 0px 0px 25px -5px #cccccc;
    box-shadow: 0px 0px 25px -5px #cccccc;
    width: 410px;
    position: absolute;
    right: 45px;
    top: 28px;
  }

  .features .wrap.reverse .img {
    right: inherit;
    left: 45px;
    top: 45px;
  }
}

@media screen and (max-width: 942px) {
  .trouble .ques ul::after {
    content: "";
    background: url(images/worries_illust02.png);
    width: 110px;
    height: 205px;
    background-size: 110px auto;
    position: absolute;
    right: -140px;
    bottom: -70px;
    background-repeat: no-repeat;
  }

  .trouble .ques ul::before {
    content: "";
    background: url(images/worries_illust01.png);
    width: 120px;
    height: 205px;
    background-size: 120px auto;
    position: absolute;
    left: -148px;
    bottom: -70px;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 930px) {
  .features .wrap .img {
    -webkit-box-shadow: 0px 0px 25px -5px #cccccc;
    box-shadow: 0px 0px 25px -5px #cccccc;
    width: 370px;
    position: absolute;
    right: 45px;
    top: 45px;
  }
}

@media screen and (max-width: 894px) {
  .features .wrap .txt_wrap {
    width: 630px;
    padding: 0 190px 50px 100px;
  }

  .features .wrap.reverse .txt_wrap {
    padding: 0 100px 50px 210px;
  }
}

@media screen and (max-width: 890px) {
  .trouble .ques ul::after {
    content: "";
    background: url(images/worries_illust02.png);
    width: 98px;
    height: 154px;
    background-size: 98px auto;
    position: absolute;
    right: -108px;
    bottom: -70px;
    background-repeat: no-repeat;
  }

  .trouble .ques ul::before {
    content: "";
    background: url(images/worries_illust01.png);
    width: 108px;
    height: 154px;
    background-size: 108px auto;
    position: absolute;
    left: -114px;
    bottom: -60px;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 870px) {
  .features .wrap .img {
    -webkit-box-shadow: 0px 0px 25px -5px #cccccc;
    box-shadow: 0px 0px 25px -5px #cccccc;
    width: 350px;
    position: absolute;
    right: 45px;
    top: 45px;
  }
}

@media screen and (max-width: 844px) {
  .features .wrap .txt_wrap {
    width: 630px;
    padding: 0 210px 50px 100px;
  }

  .features .wrap.reverse .txt_wrap {
    padding: 0 100px 50px 227px;
  }
}

@media screen and (max-width: 830px) {
  .trouble .ques ul::before {
    content: "";
    background: url(images/worries_illust01.png);
    width: 110px;
    height: 135px;
    background-size: 105px auto;
    position: absolute;
    left: -88px;
    bottom: -100px;
    background-repeat: no-repeat;
  }

  .trouble .ques ul::after {
    content: "";
    background: url(images/worries_illust02.png);
    width: 95px;
    height: 125px;
    background-size: 95px auto;
    position: absolute;
    right: -80px;
    bottom: -100px;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 820px) {
  .features .wrap .img {
    -webkit-box-shadow: 0px 0px 25px -5px #cccccc;
    box-shadow: 0px 0px 25px -5px #cccccc;
    width: 320px;
    position: absolute;
    right: 45px;
    top: 45px;
  }
}

@media screen and (max-width: 794px) {
  .features .wrap .img {
    -webkit-box-shadow: 0px 0px 25px -5px #cccccc;
    box-shadow: 0px 0px 25px -5px #cccccc;
    width: 290px;
    position: absolute;
    right: 45px;
    top: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .features .wrap .img {
    border-radius: 0 0 10px 10px;
  }

  .features .wrap .img {
    -webkit-box-shadow: 0px 0px 25px -5px #cccccc;
    box-shadow: 0px 0px 25px -5px #cccccc;
    width: auto;
    position: initial;
    right: 45px;
    top: 28px;
  }

  .features .catch {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
  }
}

@media screen and (max-width: 768px) {
  .features .wrap .txt_wrap {
    width: auto;
    padding: 7.998vw 5.332vw 6.664vw 5.332vw;
  }

  .features .wrap .img {
    width: auto;
  }

  .features .wrap.reverse .txt_wrap {
    padding: 7.998vw 5.332vw 6.664vw 5.332vw;
  }
}

.features .wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.features .features01 {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .features {
    padding: 100px 0 1px 0;
    background-color: #F0F6FC;
    margin: 0 20px;
  }

  .features .wrap .txt_wrap p {
    line-height: 1.7;
    letter-spacing: 0.15em;
    font-size: 20px;
  }

  .wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 550px) {
  .trouble .ques ul::before {
    content: "";
    background: url(images/worries_illust01.png);
    width: 76px;
    height: 96px;
    background-size: 76px auto;
    position: absolute;
    left: -30px;
    bottom: -62px;
    z-index: 1;
    background-repeat: no-repeat;
  }

  .trouble .ques ul::after {
    content: "";
    background: url(images/worries_illust02.png);
    width: 76px;
    height: 96px;
    background-size: 72px auto;
    position: absolute;
    right: -34px;
    bottom: -62px;
    z-index: 1;
    background-repeat: no-repeat;
  }

  .trouble .ques ul {
    margin: 30px auto 0;
  }

  .trouble .ques h2 .color {
    color: #ffffff;
    font-size: 2.4rem;
    position: relative;
    z-index: 1;
  }

  .trouble .ques ul {
    width: auto;
  }

  .gb-container-65ea3996 {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    align-items: center;
    position: relative;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #e8e8e8;
    border-radius: 10px;
  }

  .l-inner {
    padding: 0 1rem;
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .features {
    padding: 100px 0 35px 0;
    background-color: #F0F6FC;
    margin: 0 0px;
  }

  .features .catch {
    margin-bottom: 25px;
  }

  .features .catch .max {
    font-size: 1.8rem;
  }

  .features .catch .orange {
    color: #027dcc;
    font-size: 1.9rem;
  }

  .features .catch {
    font-size: 1.5rem;
  }

  .features .wrap .txt_wrap .num {
    font-size: 14.996vw;
  }

  .p-difference__item .left-text {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 0em;
    white-space: nowrap;
  }

  .p-difference__item .head-text {
    margin-top: 1.25rem;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    white-space: nowrap;
  }

  .features .wrap .txt_wrap h3 {
    font-size: 6.2vw;
    margin-bottom: 15px;
  }

  .features .wrap .txt_wrap h3 span {
    font-size: 6.4vw;
  }

  .features .wrap .txt_wrap p {
    line-height: 1.7;
    letter-spacing: normal;
    font-size: 16px;
  }

  .wrap img {
    width: 100%;
    height: 170px;
    object-fit: cover;
  }

  .features .wrap .txt_wrap {
    border-radius: 10px 10px 0 0;
    padding: 7.998vw 5.332vw 7.664vw 5.332vw;
  }

  .features .wrap {
    margin: 2.5rem 0;
  }

  .features .wrap {
    margin: 1.5rem 0;
  }

  .trouble .ques {
    padding: 50px 0 0px 0;
  }
}