@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
Control
==================================================== */
.c-fc--lighBlue {
  color: #155589 !important;
}
.c-fc--darkBlue {
  color: #204272 !important;
}
.c-fc--yellow {
  color: #CCAC56 !important;
}
.c-fc--green {
  color: #65B480 !important;
}

.c-bg--white {
  background: white !important;
}
.c-bg--lighBlue {
  background: #155589 !important;
}

/* ====================================================
Component
==================================================== */
.c-txt__02 {
  font-size: 1.6rem;
  line-height: 2.375;
}
@media screen and (max-width: 834px) {
  .c-txt__02 {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}

.c-btn__04 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
  border: none;
  background: #1B77C1;
  color: white;
  width: 100%;
  max-width: 280px;
  min-height: 60px;
  border-radius: 30px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: bold;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 834px) {
  .c-btn__04 {
    max-width: 250px;
    min-height: 50px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
@media screen and (min-width: 835px) {
  .c-btn__04:hover {
    opacity: 0.7;
  }
}
.c-btn__04::after {
  display: block;
  content: "";
  width: 18px;
  height: 16px;
  background: url(/images/bts/arrow-left-short.png) center/contain no-repeat;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 834px) {
  .c-btn__04::after {
    width: 13px;
    height: 12px;
    top: 0;
  }
}

.inner--900 {
  max-width: 920px;
}
@media screen and (max-width: 834px) {
  .inner--900 {
    padding: 0 20px;
  }
}
.inner--1100 {
  max-width: 1120px;
}
@media screen and (max-width: 834px) {
  .inner--1100 {
    padding: 0 20px;
  }
}

.sec-customers {
  margin: 0 0 150px;
}
@media screen and (max-width: 834px) {
  .sec-customers {
    margin-bottom: 60px;
  }
}

.page-contents_bts {
  background: #F4F5F9;
}

.sec-mv {
  background: #204272;
}
@media screen and (max-width: 834px) {
  .sec-mv {
    padding: 15px 0 18px;
  }
}
@media screen and (min-width: 835px) {
  .sec-mv__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .sec-mv__inner {
    padding: 0 20px;
  }
}
.sec-mv__ct {
  background: #155589;
}
@media screen and (min-width: 835px) {
  .sec-mv__ct {
    width: 420px;
    padding: 82px 15px 69px;
  }
}
@media screen and (max-width: 834px) {
  .sec-mv__ct {
    padding: 31px 20px 22px;
    margin-bottom: 20px;
  }
}
.sec-mv__str {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .sec-mv__str {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: -8px;
    position: relative;
  }
  .sec-mv__str > * {
    background: #155589;
    padding: 0 6px;
  }
}
.sec-mv__ttl {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .sec-mv__ttl {
    margin: 0 auto 23px;
    max-width: 300px;
    padding: 15px 0 25px;
  }
}
@media screen and (max-width: 834px) {
  .sec-mv__ttl {
    font-size: 3.6rem;
    padding: 11px 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374px) {
  .sec-mv__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 835px) {
  .sec-mv__ttl-dif {
    text-align: right;
  }
}
@media screen and (min-width: 835px) {
  .sec-mv__ttl-rg {
    font-weight: normal;
  }
}
@media screen and (min-width: 835px) {
  .sec-mv__ttl > * {
    display: block;
  }
}
.sec-mv__ttl small {
  font-size: 5rem;
  margin: 1px 0 6px;
}
@media screen and (max-width: 834px) {
  .sec-mv__ttl small {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 641px) {
  .sec-mv__txt {
    text-align: center;
  }
}
.sec-mv__img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .sec-mv__img {
    width: calc(100% - 420px);
    padding: 14px 0 10px 29px;
  }
}
@media screen and (max-width: 834px) {
  .sec-mv__img {
    max-width: 337px;
    margin: 0 auto;
  }
}
.sec-mv__img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .sec-mv__img img {
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    margin-left: 1px;
  }
}

.sec-problems {
  padding: 60px 0 99px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-problems {
    padding: 57px 0 53px;
  }
}
@media screen and (max-width: 834px) {
  .sec-problems__inner {
    padding: 0 20px;
  }
}
.sec-problems__box {
  background: #E9EAF2;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(176, 192, 208, 0.8);
          box-shadow: 0 0 20px rgba(176, 192, 208, 0.8);
  max-width: 980px;
  margin: 0 auto 45px;
  padding: 40px 101px 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-problems__box {
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .sec-problems__box {
    padding: 13px 20px 20px;
    border-radius: 10px;
    margin: 0 auto 20px;
  }
}
.sec-problems__box::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 143px;
  height: 472px;
  background: url(/images/bts/problems-person.png) center/contain no-repeat;
  top: -27px;
  left: -60px;
}
@media screen and (max-width: 1024px) {
  .sec-problems__box::before {
    width: 44px;
    height: 147px;
    left: auto;
    right: 10px;
    top: -18px;
  }
}
.sec-problems__ttl {
  font-size: 3.4rem;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sec-problems__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-problems__ttl {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 640px) {
  .sec-problems__ttl {
    text-align: left;
  }
}
@media screen and (max-width: 374px) {
  .sec-problems__ttl {
    font-size: 1.8rem;
  }
}
.sec-problems__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 0;
  color: #204272;
}
@media screen and (max-width: 680px) {
  .sec-problems__list {
    gap: 15px;
    max-width: 295px;
    margin: 0 auto;
  }
}
.sec-problems__list > * {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 680px) {
  .sec-problems__list > * {
    width: 100%;
    gap: 10px;
  }
  .sec-problems__list > *:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .sec-problems__list > *:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-problems__list > *:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-problems__list > *:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 681px) {
  .sec-problems__list > *:nth-child(odd) {
    width: calc(50% - 3px);
  }
  .sec-problems__list > *:nth-child(even) {
    width: calc(50% + 3px);
  }
}
.sec-problems__list-ico {
  width: 120px;
  min-width: 120px;
}
@media screen and (max-width: 834px) {
  .sec-problems__list-ico {
    width: 70px;
    min-width: 70px;
  }
}
@media screen and (max-width: 374px) {
  .sec-problems__list-ico {
    width: 45px;
    min-width: 45px;
  }
}
.sec-problems__list-ttl {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  .sec-problems__list-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-problems__list-ttl {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
@media screen and (max-width: 374px) {
  .sec-problems__list-ttl {
    font-size: 1.3rem;
  }
}
.sec-problems__str {
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .sec-problems__str {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  .sec-problems__str {
    font-size: 1.6rem;
  }
}
.sec-problems__str .dot {
  position: relative;
}
.sec-problems__str .dot::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1B77C1;
  bottom: calc(100% - 5px);
  left: calc(50% - 5px);
}
@media screen and (max-width: 834px) {
  .sec-problems__str .dot::before {
    bottom: calc(100% - 4px);
    left: calc(50% - 3px);
  }
}
.sec-problems__str .lg {
  font-size: 4rem;
  line-height: 1.5;
  color: #1B77C1;
}
@media screen and (max-width: 834px) {
  .sec-problems__str .lg {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 374px) {
  .sec-problems__str .lg {
    font-size: 2.4rem;
  }
}
.sec-problems__str .lg02 {
  font-size: 2.8rem;
}
@media screen and (max-width: 834px) {
  .sec-problems__str .lg02 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 374px) {
  .sec-problems__str .lg02 {
    font-size: 1.8rem;
  }
}
.sec-problems__str .lg03 {
  font-size: 3rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 374px) {
  .sec-problems__str .lg03 {
    font-size: 2.4rem;
  }
}

.sec-what {
  padding: 77px 0 73px;
}
@media screen and (max-width: 834px) {
  .sec-what {
    padding: 40px 0 48px;
  }
}
@media screen and (max-width: 834px) {
  .sec-what__inner {
    padding: 0 20px;
  }
}
.sec-what__ttl {
  font-size: 3.4rem;
  margin-bottom: 19px;
  letter-spacing: 0.085em;
}
@media screen and (max-width: 834px) {
  .sec-what__ttl {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__ttl {
    font-size: 2rem;
  }
}
.sec-what__ttl .dif {
  color: #1B77C1;
}
.sec-what__des {
  line-height: 1.75;
  margin-bottom: 38px;
}
@media screen and (min-width: 641px) {
  .sec-what__des {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .sec-what__des {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__des {
    font-size: 1.4rem;
  }
}
.sec-what__des > * {
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .sec-what__des > * {
    margin-bottom: 11px;
  }
}
.sec-what__des > *:last-child {
  margin-bottom: 0;
}
.sec-what__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 59px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .sec-what__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    max-width: 335px;
    padding-left: 10px;
    margin: 0 auto 20px;
    gap: 33px;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__list {
    font-size: 1.4rem;
  }
}
.sec-what__list > * {
  position: relative;
  border-radius: 50%;
  position: relative;
  border: 2px solid #7ECCD3;
  background: #F4F5F9;
  padding: 28px 10px;
}
@media screen and (min-width: 835px) {
  .sec-what__list > * {
    width: 210px;
    height: 210px;
  }
}
@media screen and (max-width: 834px) {
  .sec-what__list > * {
    border-radius: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 15px;
    padding: 17px 25px 16px 38px;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__list > * {
    padding: 17px 10px 16px 30px;
    gap: 10px;
  }
}
.sec-what__list > *::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 35px;
  background: url(/images/bts/arrow.png) center/contain no-repeat;
  top: calc(50% - 17px);
  left: calc(100% + 12px);
}
@media screen and (max-width: 834px) {
  .sec-what__list > *::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 26px;
    height: 25px;
    background: url(/images/bts/arrow.png) center/contain no-repeat;
    top: calc(100% + 5px);
    left: calc(50% - 19px);
  }
}
.sec-what__list > *:last-child {
  border-color: #7ED39B;
}
.sec-what__list > *:last-child .sec-what__list-str {
  background: #7ED39B;
}
.sec-what__list > *:last-child::after {
  display: none;
}
.sec-what__list-str {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #7ECCD3;
  color: white;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  top: -2px;
  left: -2px;
}
@media screen and (max-width: 834px) {
  .sec-what__list-str {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    top: -12px;
    left: -12px;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__list-str {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.sec-what__list-str small {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .sec-what__list-str small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__list-str small {
    font-size: 1.2rem;
  }
}
.sec-what__list-ico {
  margin-bottom: 14px;
}
@media screen and (max-width: 834px) {
  .sec-what__list-ico {
    min-width: 50px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__list-ico {
    width: 40px;
    min-width: 40px;
  }
}
.sec-what__box {
  background: #F4F5F9;
  border-radius: 20px;
  max-width: 860px;
  margin: 0 auto 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
  padding: 36px 47px 44px;
}
@media screen and (max-width: 990px) {
  .sec-what__box {
    gap: 31px;
  }
}
@media screen and (max-width: 834px) {
  .sec-what__box {
    border-radius: 10px;
    padding: 8px 16px 22px;
    margin: 0 auto 19px;
  }
}
.sec-what__box-item {
  width: calc(50% - 40px);
  position: relative;
}
@media screen and (max-width: 990px) {
  .sec-what__box-item {
    width: 100%;
  }
}
.sec-what__box-item::after {
  position: absolute;
  content: "";
  width: 4px;
  background: url(/images/bts/line.png);
  top: -8px;
  bottom: -6px;
  left: calc(100% + 38px);
}
@media screen and (max-width: 990px) {
  .sec-what__box-item::after {
    height: 3px;
    width: auto;
    bottom: -25px;
    top: auto;
    left: 3px;
    right: 3px;
    background: url(/images/bts/line-sp.png);
  }
}
@media screen and (max-width: 990px) {
  .sec-what__box-item:nth-child(odd) .sec-what__box-list > * {
    min-height: 60px;
  }
}
.sec-what__box-item:nth-child(even)::after {
  display: none;
}
@media screen and (min-width: 991px) {
  .sec-what__box-item:nth-child(even) .sec-what__box-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec-what__box-item:nth-child(even) .sec-what__box-list > * {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 11px;
}
.sec-what__box-ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.2272727273;
  margin-bottom: 9px;
}
@media screen and (max-width: 834px) {
  .sec-what__box-ttl {
    font-size: 1.7rem;
    line-height: 2.8823529412;
    margin-bottom: -4px;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__box-ttl {
    font-size: 1.5rem;
  }
}
.sec-what__box-ttl > * {
  padding: 0 16px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-what__box-ttl > * {
    padding: 0 11px;
  }
}
.sec-what__box-ttl > *::before, .sec-what__box-ttl > *::after {
  position: absolute;
  content: "";
  background: #155589;
  width: 2px;
  top: 13px;
  bottom: 10px;
}
@media screen and (max-width: 834px) {
  .sec-what__box-ttl > *::before, .sec-what__box-ttl > *::after {
    top: 16px;
    bottom: 12px;
  }
}
.sec-what__box-ttl > *::before {
  left: 0;
  -webkit-transform: rotate(-23deg);
      -ms-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
.sec-what__box-ttl > *::after {
  right: 0;
  -webkit-transform: rotate(23deg);
      -ms-transform: rotate(23deg);
          transform: rotate(23deg);
}
.sec-what__box-ttl small {
  font-size: 1.8rem;
  line-height: 2.7222222222;
}
@media screen and (max-width: 834px) {
  .sec-what__box-ttl small {
    font-size: 1.4rem;
    line-height: 3.5;
  }
}
.sec-what__box-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .sec-what__box-flex {
    gap: 10px;
  }
}
.sec-what__box-avata {
  width: 120px;
}
@media screen and (max-width: 834px) {
  .sec-what__box-avata {
    width: 90px;
  }
}
.sec-what__box-ct {
  width: calc(100% - 140px);
}
@media screen and (max-width: 834px) {
  .sec-what__box-ct {
    width: calc(100% - 100px);
    margin-top: -1px;
  }
}
.sec-what__box-str {
  font-size: 2rem;
  line-height: 1.4;
  color: #3FA3AC;
  margin-bottom: 7px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sec-what__box-str {
    font-size: 1.7rem;
    line-height: 1.6470588235;
    text-align: left;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__box-str {
    font-size: 1.5rem;
  }
}
.sec-what__box-str .lg {
  font-size: 2.6rem;
  line-height: 1.0769230769;
}
@media screen and (max-width: 834px) {
  .sec-what__box-str .lg {
    font-size: 2.2rem;
    line-height: 1.2727272727;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__box-str .lg {
    font-size: 1.8rem;
  }
}
.sec-what__box-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 374px) {
  .sec-what__box-list {
    font-size: 1.4rem;
  }
}
.sec-what__box-list > * {
  background: white;
  min-height: 80px;
  padding: 5px 0;
  border-radius: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}
.sec-what__box-list small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media screen and (max-width: 374px) {
  .sec-what__box-list small {
    font-size: 1rem;
  }
}
.sec-what__box-list__txt {
  line-height: 1.1875;
  margin-top: 3px;
}
.sec-what__str {
  text-align: center;
  font-size: 2rem;
  line-height: 2.25;
  color: #1B77C1;
  letter-spacing: 0.155em;
}
@media screen and (max-width: 834px) {
  .sec-what__str {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 374px) {
  .sec-what__str {
    font-size: 1.6rem;
  }
}

.sec-proposals {
  padding: 101px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-proposals {
    padding: 51px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .sec-proposals__inner {
    padding: 0 20px;
  }
}
.sec-proposals__ttl {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 17px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .sec-proposals__ttl {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
}
.sec-proposals__des {
  line-height: 1.75;
  margin-bottom: 18px;
}
@media screen and (min-width: 641px) {
  .sec-proposals__des {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .sec-proposals__des {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 13px;
  }
}
.sec-proposals__info {
  width: 80%;
  max-width: 510px;
  margin: 0 auto 60px;
  border-radius: 20px;
  position: relative;
  padding: 36px 35px 35px;
}
@media screen and (max-width: 834px) {
  .sec-proposals__info {
    width: 100%;
    border-radius: 10px;
    margin: 0 auto 9px;
  }
}
@media screen and (max-width: 640px) {
  .sec-proposals__info {
    padding: 18px 20px 21px;
  }
}
.sec-proposals__info::before, .sec-proposals__info::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 834px) {
  .sec-proposals__info::before, .sec-proposals__info::after {
    display: none;
  }
}
.sec-proposals__info::before {
  background: url(/images/bts/proposals-bg-01.png) center/contain no-repeat;
  width: 238px;
  height: 413px;
  top: -63px;
  left: -272px;
}
.sec-proposals__info::after {
  background: url(/images/bts/proposals-bg-02.png) center/contain no-repeat;
  width: 272px;
  height: 403px;
  top: -54px;
  right: -295px;
}
.sec-proposals__info dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #B0C0D0;
  padding-bottom: 11px;
  margin-bottom: 13px;
}
@media screen and (max-width: 640px) {
  .sec-proposals__info dl {
    padding-bottom: 9px;
    margin-bottom: 5px;
  }
}
.sec-proposals__info dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sec-proposals__info dl dt {
  width: 120px;
  font-size: 2rem;
  line-height: 1.4;
  color: #1B77C1;
}
@media screen and (max-width: 834px) {
  .sec-proposals__info dl dt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  .sec-proposals__info dl dt {
    width: 100%;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 374px) {
  .sec-proposals__info dl dt {
    font-size: 1.2rem;
  }
}
.sec-proposals__info dl dd {
  width: calc(100% - 120px);
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .sec-proposals__info dl dd {
    margin-top: -3px;
  }
}
@media screen and (max-width: 640px) {
  .sec-proposals__info dl dd {
    width: 100%;
    line-height: 1.375;
  }
}
@media screen and (max-width: 374px) {
  .sec-proposals__info dl dd {
    font-size: 1.4rem;
  }
}
.sec-proposals__img {
  margin-bottom: 40px;
}
.sec-proposals__img img {
  display: block;
  width: 100%;
}
.sec-proposals__box {
  background: #DFEFF5;
  border-radius: 20px;
  padding: 29px 41px 50px;
}
@media screen and (max-width: 834px) {
  .sec-proposals__box {
    margin: 0 -20px;
    border-radius: 0;
    padding: 31px 20px 29px;
  }
}
.sec-proposals__box-ttl {
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
}
@media screen and (max-width: 834px) {
  .sec-proposals__box-ttl {
    font-size: 2.4rem;
    margin-bottom: 17px;
  }
}
.sec-proposals__box-ttl .sm {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .sec-proposals__box-ttl .sm {
    font-size: 1.6rem;
  }
}
.sec-proposals__box-ttl small {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .sec-proposals__box-ttl small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-proposals__box-img {
    margin: 0 -1px 0 -2px;
  }
}
.sec-proposals__box-img img {
  display: block;
  width: 100%;
}

.sec-form {
  padding: 81px 0 100px;
}
@media screen and (max-width: 834px) {
  .sec-form {
    padding: 41px 0 50px;
  }
}
@media screen and (max-width: 834px) {
  .sec-form__inner {
    padding: 0 20px;
  }
}
.sec-form__ttl {
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 834px) {
  .sec-form__ttl {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
}
.sec-form__des {
  line-height: 1.75;
  margin-bottom: 33px;
}
@media screen and (min-width: 641px) {
  .sec-form__des {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .sec-form__des {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 18px;
  }
}
.sec-form__info {
  max-width: 400px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sec-form__info {
    max-width: 275px;
    margin: 0 auto 39px;
  }
}
.sec-form__info-str {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  font-size: 1.8rem;
  line-height: 1.55;
  margin-bottom: 17px;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 834px) {
  .sec-form__info-str {
    font-size: 1.6rem;
    line-height: 1.85;
  }
}
.sec-form__info-tel {
  font-family: "Times New Roman", serif;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .sec-form__info-tel {
    font-size: 3.4rem;
  }
}
.sec-form__info-tel img {
  margin: 0 -9px 0 0;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 834px) {
  .sec-form__info-tel img {
    width: 32px;
    margin: 0 -8px 0 0;
    top: -3px;
  }
}
.sec-form__info-time {
  font-size: 1.3rem;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .sec-form__info-time {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.sec-form__box {
  border-radius: 20px;
  padding: 40px 15px 60px;
}
@media screen and (max-width: 834px) {
  .sec-form__box {
    border-radius: 5px;
    padding: 30px 15px;
    margin: 0 -10px;
  }
}
.sec-form__step {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 28px;
  font-family: "Times New Roman", serif;
  text-align: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 834px) {
  .sec-form__step {
    gap: 18px;
    margin-bottom: 15px;
  }
}
.sec-form__step > * {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #1E81D1;
  font-size: 2rem;
  color: #1B77C1;
  opacity: 0.3;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 5px 5px;
}
@media screen and (max-width: 834px) {
  .sec-form__step > * {
    width: 80px;
    height: 80px;
    font-size: 1.8rem;
  }
}
.sec-form__step > *:last-child::after {
  display: none;
}
.sec-form__step > *::after {
  position: absolute;
  content: "";
  border-left: 8px solid #6EA2CE;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -19px;
  top: calc(50% - 8px);
}
@media screen and (max-width: 834px) {
  .sec-form__step > *::after {
    right: -14px;
  }
}
.sec-form__step > * small {
  color: #204272;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", serif;
  display: block;
}
@media screen and (max-width: 834px) {
  .sec-form__step > * small {
    font-size: 1.3rem;
  }
}
.sec-form__step > *.is-active {
  opacity: 1;
}
.sec-form__wrap {
  max-width: 756px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 834px) {
  .sec-form__wrap {
    margin: 0 auto 23px;
  }
}
.sec-form__wrap dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .sec-form__wrap dl {
    margin-bottom: 25px;
  }
}
.sec-form__wrap dl:last-child {
  margin-bottom: 0;
}
.sec-form__wrap dl.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-form__wrap dl.align-start dt {
  padding-top: 0;
  margin-top: -1px;
}
.sec-form__wrap dl dt {
  width: 205px;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 500;
  gap: 10px;
  padding-top: 2px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-form__wrap dl dt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.sec-form__wrap dl dd {
  width: calc(100% - 205px);
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-form__wrap dl dd {
    width: 100%;
  }
}
.sec-form__wrap dl dd .form-control {
  border-color: #BAD3F2;
  background: #F2F8FF;
  color: black;
  border-radius: 3px;
  height: 46px;
  font-size: 1.4rem;
  padding: 5px 18px;
}
.sec-form__wrap dl dd .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.sec-form__wrap dl dd .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.sec-form__wrap dl dd .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.sec-form__wrap dl dd .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.sec-form__wrap dl dd .form-control::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.sec-form__wrap dl dd .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.sec-form__wrap dl dd .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.sec-form__wrap dl dd textarea {
  resize: none;
}
.sec-form__wrap dl dd textarea.form-control {
  font-size: 1.5rem;
  height: 151px;
  border-radius: 5px;
  padding: 9px 10px;
}
@media screen and (max-width: 834px) {
  .sec-form__wrap dl dd textarea.form-control {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.sec-form__wrap dl dd .error {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
.sec-form__require {
  width: 55px;
  height: 26px;
  border-radius: 13px;
  background: #E7F0FC;
  color: #1B77C1;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: bold;
  text-align: center;
}
.sec-form__require.is-require {
  background: #1B77C1;
  color: white;
}
.sec-form__group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 834px) {
  .sec-form__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }
}
.sec-form__group-item {
  position: relative;
}
.sec-form__group-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .sec-form__group-flex {
    gap: 4px;
  }
}
.sec-form__group .error {
  left: 24px !important;
}
@media screen and (max-width: 640px) {
  .sec-form__group .error {
    position: static !important;
    padding-left: 17px;
  }
}
.sec-form__group .form-control {
  width: 220px;
}
@media screen and (max-width: 834px) {
  .sec-form__group .form-control {
    max-width: calc(100% - 19px);
  }
}
.sec-form__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 5px;
}
.sec-form__flex .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-form__privacy {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 27px;
}
@media screen and (max-width: 834px) {
  .sec-form__privacy {
    margin-bottom: 22px;
  }
}
.sec-form__privacy .pure-input input[type=checkbox]:checked + label:after {
  border-color: #1B77C1;
}
.sec-form__privacy .pure-input input[type=checkbox] + label:after {
  top: 9px;
  left: 8px;
  margin-top: 0;
  width: 12px;
  height: 5px;
  border-color: transparent;
}
.sec-form__privacy .pure-input label {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 500;
}
.sec-form__privacy .pure-input label::before {
  border: 1px solid #BAD3F2;
  background: #F2F8FF;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 4px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: 0;
}
.sec-form__privacy .pure-input label a {
  color: #1B77C1;
  text-decoration: underline;
  text-underline-position: under;
}
.sec-form__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .sec-form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-form__btn input[name=submitBack] {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
  border: none;
  background: #333;
  color: white;
  width: 100%;
  max-width: 280px;
  min-height: 60px;
  border-radius: 30px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: bold;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 834px) {
  .sec-form__btn input[name=submitBack] {
    max-width: 250px;
    min-height: 50px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
@media screen and (min-width: 835px) {
  .sec-form__btn input[name=submitBack]:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=map/new-styles.css.map */