@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-30 {
  margin-top: 30px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 751px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 0.13vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  letter-spacing: 0.1em;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-weight: 500;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

#left-items {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEBB8), color-stop(50%, #FBDED1), to(#FAD1AF));
  background: linear-gradient(to bottom, #FFEBB8, #FBDED1 50%, #FAD1AF);
  background-size: 200% 200%;
  -webkit-animation-name: gradation;
          animation-name: gradation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

#right-items {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD1AF), color-stop(50%, #FBDED1), to(#FFEBB8));
  background: linear-gradient(to bottom, #FAD1AF, #FBDED1 50%, #FFEBB8);
  background-size: 200% 200%;
  -webkit-animation-name: gradation;
          animation-name: gradation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#right-items,
#left-items {
  position: sticky;
  top: 0;
  height: 100vh;
}

#right-items,
#left-items {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  nav.left-item-content,
  .rignt-item-lists.center {
    display: none;
  }
}
.c-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4bb65d;
  border-radius: 20rem;
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
.c-btn_lead {
  font-size: 28rem;
  color: #ffe41d;
  font-weight: bold;
  line-height: 1;
}
.c-btn span {
  font-size: 50rem;
  font-weight: bold;
  color: white;
}
.c-btn span:last-child {
  border-right: unset;
  border-top: 15rem solid transparent;
  border-bottom: 15rem solid transparent;
  border-left: 20rem solid white;
  margin-left: 15rem;
}

.c-btn1 {
  position: relative;
  z-index: 1;
}
.c-btn1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1e6332;
  position: absolute;
  left: 0;
  bottom: -10rem;
  border-radius: 20rem;
  z-index: -5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn1:hover::before {
  bottom: 0;
}

.c-btn2 {
  position: relative;
  z-index: 1;
}
.c-btn2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #a82b2b;
  position: absolute;
  left: 0;
  bottom: -10rem;
  border-radius: 20rem;
  z-index: -5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn2:hover::before {
  bottom: 0;
}
.c-btn2 .c-btn {
  background-color: #ff5757;
}

.cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.cta_line_btn {
  background-color: #4BB65D;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 370px;
  height: 136rem;
  border-radius: 10px;
  position: relative;
}
.cta_line_btn::after {
  content: "";
  background-color: #1E6332;
  position: absolute;
  bottom: -5px;
  border-radius: 15px;
  left: 0;
  width: 100%;
  height: 136px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cta_line_btn:hover::after {
  bottom: 0;
}
.cta_line .line_ttl {
  font-size: 29rem;
  font-weight: bold;
  color: white;
  margin-left: 11.6rem;
}
.cta_line .line_icon img {
  width: 38rem;
}
.cta_line .line_bottom span:first-child {
  font-size: 32rem;
  font-weight: bold;
  color: #FBFF00;
}
.cta_line .line_bottom span:last-child {
  font-size: 20rem;
  font-weight: bold;
  color: white;
  margin-left: 5rem;
}
.cta_phone {
  margin-top: 20px;
}
.cta_phone_btn {
  width: 370px;
  height: 136rem;
  background-color: #FF5757;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border-radius: 10px;
  position: relative;
}
.cta_phone_btn::after {
  content: "";
  background-color: #A82B2B;
  position: absolute;
  bottom: -5px;
  border-radius: 15px;
  left: 0;
  width: 100%;
  height: 136px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cta_phone_btn:hover::after {
  bottom: 0;
}
.cta_phone_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cta_phone_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta_phone .phone_icon {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 10rem;
}
.cta_phone .phone_icon img {
  width: 36rem;
}
.cta_phone .phone_ttl {
  font-size: 29rem;
  line-height: 1;
}
.cta_phone .phone_period {
  font-size: 20rem;
  line-height: 1;
  margin: 5rem 0 10rem;
}
.cta_phone .phone_num {
  font-size: 48rem;
  line-height: 1;
}

.birthdate-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.birthdate-form .year {
  width: 36%;
}
.birthdate-form .month {
  width: 28%;
}
.birthdate-form .day {
  width: 28%;
}
.birthdate-form select {
  width: 100%;
  height: 45px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  margin: 10px 0 0 0;
  background-color: #F7F7F7;
  font-size: 16px;
  padding: 10px 15px;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
.birthdate-form select:focus {
  outline: unset;
}

.prefecture {
  width: 100%;
  height: 45px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  margin: 10px 0 0 0;
  background-color: #F7F7F7;
  font-size: 16px;
  padding: 10px 15px;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
.prefecture:focus {
  outline: unset;
}

@media (max-width: 750px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    right: 0;
    bottom: 0;
    position: sticky;
    z-index: 100;
  }
  .cta_line {
    width: 50%;
  }
  .cta_line_btn {
    width: 100%;
    border-radius: unset;
  }
  .cta_line_btn::after {
    content: unset;
  }
  .cta_phone {
    width: 50%;
    margin-top: unset;
  }
  .cta_phone_btn {
    width: 100%;
    border-radius: unset;
  }
  .cta_phone_btn::after {
    content: unset;
  }
  .cta_phone .phone_period {
    margin: 8rem 0 2rem;
  }
}
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main .fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.main .fv .head {
  background-color: #004aad;
  padding: 45rem 30rem 58rem;
}
.main .fv .head_img {
  margin-right: 20rem;
}
.main .fv .head_img img {
  width: 130rem;
}
.main .fv .head_ttl {
  font-size: 45rem;
  font-weight: bold;
  line-height: 1;
  color: white;
}
.main .fv .head_ttl:nth-child(2) {
  font-size: 59rem;
  margin-top: 15rem;
}
.main .fv .item {
  background: url(../img/fv_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 82rem 0 15rem 30rem;
}
.main .fv .item_main {
  position: relative;
  z-index: 1;
}
.main .fv .item_main img {
  width: 65%;
}
.main .fv .item_txt {
  margin-top: 50rem;
  position: relative;
  z-index: 1;
}
.main .fv .item_txt img {
  width: 75%;
}
.main .fv .item_abs {
  position: absolute;
  right: 0;
  top: 100rem;
  width: 41%;
  z-index: 0;
}
.main .users {
  position: relative;
  padding: 73rem 0 85rem;
  overflow: hidden;
}
.main .users .inner {
  width: 73%;
  margin: 0 auto;
}
.main .users .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20rem;
}
.main .users .head span {
  color: white;
  padding: 5rem 10rem;
  font-size: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #004aad;
}
.main .users .row {
  margin-top: 30rem;
}
.main .users .row .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 42rem;
  font-weight: bold;
  color: #004aad;
}
.main .users .row .num {
  font-size: 102rem;
  font-weight: bold;
  color: #004aad;
  line-height: 1;
  margin-left: 14rem;
  margin-right: 10rem;
}
.main .users .row .txt {
  font-size: 44rem;
  font-weight: bold;
  color: #004aad;
}
.main .users_abs1, .main .users_abs2, .main .users_abs3, .main .users_abs4 {
  position: absolute;
  z-index: -1;
}
.main .users_abs1 {
  left: 0;
  top: -50rem;
}
.main .users_abs1 img {
  width: 185rem;
}
.main .users_abs2 {
  top: 0;
  right: 0;
}
.main .users_abs2 img {
  width: 219rem;
}
.main .users_abs3 {
  top: 150rem;
  left: 30rem;
}
.main .users_abs3 img {
  width: 50rem;
}
.main .users_abs4 {
  top: 150rem;
  right: 30rem;
}
.main .users_abs4 img {
  width: 50rem;
}
.main .first_lead {
  color: #ffe41d;
  background-color: #004aad;
  text-align: center;
  font-weight: bold;
  font-size: 47rem;
}
.main .first_txt {
  font-size: 59rem;
  color: #004aad;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 78rem 0 100rem;
}
.main .first .item {
  background-color: #004aad;
  padding: 62rem 0 82rem;
}
.main .first .item .inner {
  width: 80%;
  margin: 0 auto;
}
.main .first .item_btn .lead {
  text-align: center;
  font-size: 35rem;
  font-weight: bold;
  color: #ffe41d;
}
.main .first .item_btn:nth-child(2) {
  margin-top: 70rem;
}
.main .worry {
  background: url(../img/worry_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130rem 0 120rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.main .worry_txt1 {
  width: 95%;
  margin: 0 auto;
}
.main .worry_txt2 {
  width: 85%;
  margin: 100rem auto 110rem;
}
.main .worry_txt3 {
  width: 75%;
  margin: 0 auto;
}
.main .worry_txt4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 50rem;
  margin-top: 120rem;
}
.main .worry_txt4 img {
  width: 70%;
}
.main .worry_txt5 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 50rem;
  margin-top: 20rem;
}
.main .worry_txt5 img {
  width: 41%;
}
.main .worry_txt6 {
  width: 96%;
  margin: 150rem auto 30rem;
}
.main .worry_txt7 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main .worry_txt7 img {
  width: 92%;
}
.main .worry_man {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.main .worry_man img {
  width: 62%;
}
.main .check {
  background-color: #004aad;
  padding: 100rem 0;
}
.main .check .item {
  padding-left: 70rem;
  padding-right: 30rem;
}
.main .check .item .row {
  margin-top: 30rem;
}
.main .check .item .row:first-child {
  margin-top: unset;
}
.main .check .item .row_txt {
  font-size: 36rem;
  font-weight: bold;
  color: white;
}
.main .check .item .row .icon {
  margin-right: 30rem;
}
.main .check .item .row .icon img {
  width: 60rem;
}
.main .check .item .bottom {
  margin-top: 80rem;
}
.main .check .item .bottom_txt {
  font-size: 36rem;
  color: white;
  font-weight: bold;
}
.main .check .item .bottom_txt1 {
  font-size: 45rem;
  color: white;
  font-weight: bold;
}
.main .check .item .bottom_txt1 span:last-child {
  color: #ffe41d;
}
.main .now {
  background: url(../img/now_bg.png);
  background-position: center;
  padding: 80rem 0;
}
.main .now_head {
  text-align: center;
  font-size: 35rem;
  font-weight: bold;
  color: #004aad;
}
.main .now .item1 .slider_img {
  margin: 0 15rem;
}
.main .now .item1 .slider_img img {
  height: 200rem;
}
.main .now .slider {
  margin-top: 50rem;
}
.main .now .item2 {
  margin-top: 30rem;
}
.main .now .item2 .slider_img {
  margin: 0 15rem;
}
.main .now .item2 .slider_img img {
  height: 200rem;
}
.main .can {
  background: url(../img/fv_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100rem 0;
  overflow: hidden;
}
.main .can_main {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main .can_main img {
  width: 90%;
}
.main .support {
  background-color: #3f73c5;
}
.main .support_main {
  padding: 70rem 0 182rem;
  font-weight: bold;
  color: white;
  text-align: center;
  position: relative;
  z-index: 0;
}
.main .support_main .txt1 {
  font-size: 40rem;
}
.main .support_main .txt2 span {
  font-size: 40rem;
}
.main .support_main .txt2 span:first-child {
  width: 60%;
}
.main .support_main .txt2 span:last-child {
  margin-bottom: 20rem;
  margin-left: -30rem;
}
.main .support_main .txt3 {
  font-size: 48rem;
}
.main .support_main .txt4 {
  font-size: 32rem;
  margin-top: 40rem;
}
.main .support_main .txt5 {
  font-size: 50rem;
  margin-top: 5rem;
}
.main .support_main .txt5 span:last-child {
  font-size: 30rem;
}
.main .support_main .txt6 {
  margin-top: 5rem;
  font-size: 48rem;
}
.main .support_abs1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  z-index: -1;
}
.main .support_abs2 {
  position: absolute;
  top: 10rem;
  right: 0;
  width: 40%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: -1;
}
.main .support_abs3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.main .support_abs4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main .support_flow .box {
  background-color: #ffe41d;
  border: 10rem solid black;
  padding: 40rem;
  position: relative;
  margin-top: 50rem;
  min-height: 252rem;
}
.main .support_flow .box:first-child {
  margin-top: unset;
}
.main .support_flow .box .area {
  position: relative;
  font-weight: bold;
  color: black;
  width: 100%;
}
.main .support_flow .box .area_txt {
  font-size: 35rem;
}
.main .support_flow .box .area_affect.reset1 img {
  margin-top: 25rem;
  width: 360rem;
}
.main .support_flow .box .area_affect.reset2 img {
  width: 285rem;
}
.main .support_flow .box .area_affect.reset3 img {
  margin-top: 20rem;
  width: 355rem;
}
.main .support_flow .box .area_affect.reset4 img {
  width: 410rem;
}
.main .support_flow .box .area_affect.reset5 img {
  margin-top: 15rem;
  width: 375rem;
}
.main .support_flow .box .area_other {
  width: 100%;
}
.main .support_flow .box .area_other .area_txt {
  line-height: 1;
}
.main .support_flow .box .area_other .area_affect {
  line-height: 1;
  margin-right: 20rem;
}
.main .support_flow .box_img {
  position: absolute;
  bottom: 0;
  right: -10rem;
  width: 43%;
}
.main .support_flow .box.left .box_img {
  right: unset;
  left: -10rem;
  bottom: -1rem;
  width: 35%;
}
.main .support_flow .box.reset .area_other {
  margin-right: unset;
  text-align: center;
}
.main .support_flow .box.reset .area_txt {
  font-size: 28rem;
}
.main .support_flow .box.reset .area_affect {
  font-size: 40rem;
  margin-right: unset;
  margin-top: 15rem;
}
.main .support_bottom {
  font-weight: bold;
  padding: 80rem 0 60rem;
  color: white;
  text-align: center;
}
.main .support_bottom_lead {
  font-size: 57rem;
}
.main .support_bottom_txt {
  font-size: 42rem;
}
.main .example {
  padding: 50rem 0;
  position: relative;
  z-index: 0;
}
.main .example_lead span {
  background-color: #3f73c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem 60rem;
  font-size: 30rem;
  color: white;
  font-weight: bold;
}
.main .example_img {
  margin-top: 50rem;
}
.main .example_bottom {
  color: #004aad;
  font-weight: bold;
  text-align: center;
  margin-top: 56rem;
}
.main .example_bottom .txt1 {
  font-size: 45rem;
}
.main .example_bottom .txt2 {
  font-size: 55rem;
}
.main .example_bottom .txt3 {
  text-align: right;
  font-size: 22rem;
  margin-right: 70rem;
}
.main .example_abs1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  z-index: -1;
}
.main .example_abs2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40%;
  z-index: -1;
}
.main .free {
  background: url(../img/free_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100rem 0 70rem;
  text-align: center;
  overflow: hidden;
}
.main .free .txt1 {
  font-size: 34rem;
  font-weight: bold;
  color: black;
}
.main .free .txt2 {
  font-size: 42rem;
  font-weight: bold;
  color: #004aad;
  text-decoration: underline;
  margin: 30rem 0 15rem;
}
.main .free .txt3 {
  font-size: 58rem;
  font-weight: bold;
  color: black;
}
.main .free .txt3 span {
  color: #4bb65d;
}
.main .free_woman {
  width: 50%;
}
.main .free_txt {
  width: 50%;
  margin-top: 60rem;
  margin-left: -40rem;
}
.main .free_btn {
  width: 80%;
  margin: -40rem auto 0;
}
.main .free_btn .c-btn {
  min-height: 128rem;
  max-height: 128rem;
  height: 128rem;
}
.main .free_btn .c-btn1 .free_note {
  position: absolute;
  top: -105rem;
  left: -56rem;
  z-index: 3;
  background-color: #f7c90d;
  border-radius: 50%;
  font-size: 25rem;
  font-weight: bold;
  color: black;
  width: 140rem;
  height: 140rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .free_btn .c-btn2 {
  margin-top: 40rem;
}
.main .voice {
  background: url(../img/now_bg.png);
  padding: 40rem 0 80rem;
}
.main .voice_lead {
  width: 68%;
  margin: 0 auto;
}
.main .voice .item {
  width: 88%;
  margin: 0 auto;
}
.main .voice .item .box {
  border: 10rem solid #3f73c5;
  border-radius: 15rem;
  background-color: white;
  padding: 50rem 40rem;
  margin-bottom: 50rem;
}
.main .voice .item .box:last-child {
  margin-bottom: unset;
}
.main .voice .item .box_head {
  border-bottom: dotted 10rem #004aad;
  padding-bottom: 40rem;
}
.main .voice .item .box_img img {
  width: 200rem;
}
.main .voice .item .box_name {
  font-size: 34rem;
  font-weight: bold;
  color: black;
  text-align: center;
  margin-left: 40rem;
}
.main .voice .item .box_txt {
  font-size: 28rem;
  font-weight: bold;
  color: black;
  margin-top: 50rem;
}
.main .voice .item .box_txt span {
  color: #004aad;
}
.main .caution {
  background-color: #004aad;
}
.main .caution .item {
  width: 85%;
  margin: -20rem auto 0;
  background-color: #281b07;
  padding: 70rem 20rem 40rem;
  position: relative;
  z-index: 0;
  color: white;
  font-weight: bold;
  text-align: center;
}
.main .caution .item .txt1 {
  font-size: 34rem;
}
.main .caution .item .txt2 {
  font-size: 43rem;
  line-height: 1;
  margin: 25rem 0 20rem;
}
.main .caution .item .txt2 span {
  color: #f7c90d;
  font-size: 106rem;
}
.main .caution .item .txt3 {
  font-size: 55rem;
  line-height: 1;
}
.main .caution .item_abs {
  position: absolute;
  top: -95rem;
  right: -36rem;
}
.main .caution .item_abs img {
  width: 196rem;
}
.main .caution .bottom {
  margin-top: 60rem;
  font-weight: bold;
  text-align: center;
  background-color: black;
}
.main .caution .bottom .txt1 {
  color: #ff3131;
  font-size: 37rem;
  margin-top: 40rem;
}
.main .caution .bottom .txt2 {
  font-size: 53rem;
  color: white;
  margin: 40rem 0;
}
.main .point {
  background-color: #004aad;
  padding: 80rem 0 0;
}
.main .point_lead {
  font-size: 82rem;
  text-align: center;
  font-weight: bold;
  color: white;
}
.main .point .item_img {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main .point .item_img img {
  width: 92%;
}
.main .point .item_img:nth-child(2) {
  margin-top: -20rem;
}
.main .point .bottom {
  font-size: 58rem;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 50rem;
}
.main .point .bottom_img {
  padding-top: 80rem;
}
.main .together {
  padding: 100rem 0;
  background: url(../img/together_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.main .together_lead {
  position: relative;
}
.main .together_ttl {
  font-size: 44rem;
  color: #004aad;
  font-weight: bold;
  text-align: center;
}
.main .together_abs {
  position: absolute;
  top: -33rem;
  left: 48rem;
}
.main .together_abs img {
  width: 80rem;
}
.main .together_head {
  padding-bottom: 40rem;
  font-size: 42rem;
  font-weight: bold;
  color: white;
  margin-top: 70rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.main .together_head::after {
  content: "";
  width: 100%;
  height: 88%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #004aad;
  z-index: -1;
}
.main .together_head .ttl {
  margin-top: -30rem;
}
.main .together_head .ttl span:first-child img {
  width: 700rem;
}
.main .together_head .ttl span:last-child {
  margin-left: -60rem;
  margin-bottom: 15rem;
}
.main .together_head .txt {
  margin-top: 20rem;
}
.main .together .circle {
  width: 88%;
  margin: 80rem auto 0;
}
.main .together .circle .box {
  color: #004aad;
  font-size: 35rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210rem;
  height: 210rem;
  border-radius: 50%;
  border: 3rem solid #004aad;
}
.main .together .justNow {
  font-size: 42rem;
  font-weight: bold;
  color: #004aad;
  text-align: center;
  margin-top: 100rem;
}
.main .together .free_btn {
  margin-top: 160rem;
}
.main .step {
  background: url(../img/step_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80rem 0;
}
.main .step .lead {
  color: white;
  font-weight: bold;
  text-align: center;
}
.main .step .lead .txt1 {
  font-size: 30rem;
  line-height: 1;
}
.main .step .lead .txt2 {
  font-size: 40rem;
}
.main .step .lead .txt2 span {
  font-size: 65rem;
  color: #ffdc4b;
}
.main .step .lead .txt3 {
  font-size: 78rem;
  line-height: 1;
}
.main .step .item {
  width: 88%;
  margin: 100rem auto 0;
}
.main .step .item .group {
  background-color: #004aad;
  padding: 50rem;
  width: 95%;
}
.main .step .item .box {
  position: relative;
  margin-bottom: 100rem;
}
.main .step .item .box:last-child {
  margin-bottom: unset;
}
.main .step .item .box_before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -34.5rem;
  left: 0;
}
.main .step .item .box_before span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  padding: 15rem 35rem;
  font-size: 39rem;
  font-weight: bold;
  color: #004aad;
  line-height: 1;
}
.main .step .item .box_item_txt {
  font-size: 40rem;
  color: white;
  font-weight: bold;
}
.main .step .item .box_item_txt span {
  font-size: 33rem;
}
.main .step .item .box_item_img {
  width: 40%;
}
.main .step .item .box_bottom {
  font-size: 25rem;
  color: white;
  font-weight: bold;
  margin-top: 15rem;
  text-align: center;
}
.main .step .item .box_bottom.reset {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffdc4b;
}
.main .step .item .box_after {
  position: absolute;
  bottom: 0rem;
  right: 20rem;
  font-size: 62rem;
  color: rgba(255, 255, 255, 0.123);
  font-weight: bold;
}
.main .step .item .box::after {
  content: "";
  border-bottom: unset;
  border-left: 150rem solid transparent;
  border-right: 150rem solid transparent;
  border-top: 50rem solid #004aad;
  position: absolute;
  left: calc(50% - 150rem);
  bottom: -48rem;
}
.main .here {
  background-color: #cde4fa;
  padding: 60rem 0 80rem;
}
.main .here_head {
  width: 75%;
  margin: 0 auto;
  padding: 60rem 0;
  border-top: 2rem solid #004aad;
  border-bottom: 2rem solid #004aad;
}
.main .here_ttl {
  text-align: center;
  font-size: 39rem;
  font-weight: bold;
  color: #004aad;
}
.main .here_flex {
  width: 92%;
  margin: 80rem auto;
}
.main .here_img {
  width: 32%;
}
.main .here_img img {
  border-radius: 50%;
  border: 2rem solid white;
}
.main .here_bottom {
  background-color: #004aad;
  border-radius: 30rem;
  font-weight: bold;
  color: white;
  font-size: 31rem;
  text-align: center;
  width: 92%;
  margin: 0 auto;
  padding: 40rem 20rem;
}
.main .faq {
  background: url(../img/faq_bg.png);
  padding: 90rem 0 200rem;
}
.main .faq_lead {
  width: 80%;
  margin: 0 auto 50rem;
  position: relative;
}
.main .faq_ttl {
  font-size: 62rem;
  font-weight: bold;
  color: #004aad;
}
.main .faq_abs {
  position: absolute;
  top: -35rem;
  right: 35rem;
}
.main .faq_abs img {
  width: 120rem;
}
.main .faq .item .group_qa {
  width: 90%;
  margin: 0 auto 100rem;
  position: relative;
}
.main .faq .item .group_qa_img {
  position: absolute;
  left: -10rem;
  bottom: -70rem;
}
.main .faq .item .group_qa_img img {
  width: 140rem;
}
.main .faq .item .box_qa {
  width: 98%;
  background-color: #004aad;
  font-size: 43rem;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 40rem 20rem;
  border-radius: 30rem;
}
.main .faq .item .group_an {
  width: 90%;
  margin: 0 auto 150rem;
  position: relative;
}
.main .faq .item .group_an:last-child {
  margin-bottom: unset;
}
.main .faq .item .group_an_img {
  position: absolute;
  right: -10rem;
  bottom: -70rem;
}
.main .faq .item .group_an_img img {
  width: 140rem;
}
.main .faq .item .box_an {
  border-radius: 30rem;
  width: 98%;
  font-size: 24rem;
  font-weight: bold;
  background-color: white;
  border: 10rem solid #004aad;
  padding: 50rem;
  color: #004aad;
}
.main .contact {
  background-color: #004aad;
  padding: 80rem 0;
}
.main .contact_ttl {
  color: white;
  font-weight: bold;
  font-size: 50rem;
  text-align: center;
}
.main .contact .inner {
  width: 88%;
  margin: 50rem auto 0;
}
.main .contact .item {
  background-color: white;
  border-radius: 30px;
  padding: 50rem 30rem;
}
.main .contact_category {
  font-size: 18px;
  font-weight: bold;
  color: black;
}
.main .contact_category span {
  background-color: #D53D3D;
  padding: 3px 7px;
  line-height: 1;
  color: white;
  margin-left: 15px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}
.main .contact .box {
  margin-top: 30px;
}
.main .contact .box:first-child {
  margin-top: unset;
}
.main .contact .box input[type=text],
.main .contact .box input[type=date],
.main .contact .box input[type=email],
.main .contact .box input[type=tel] {
  width: 100%;
  height: 45px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  margin: 10px 0 0 0;
  background-color: #F7F7F7;
  font-size: 16px;
  padding: 10px 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.main .contact .box input[type=text]:focus,
.main .contact .box input[type=date]:focus,
.main .contact .box input[type=email]:focus,
.main .contact .box input[type=phone]:focus {
  outline: unset;
}
.main .contact .box textarea {
  width: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  margin: 10px 0 0 0;
  background-color: #F7F7F7;
  font-size: 16px;
  padding: 10px 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.main .contact .box textarea:focus {
  outline: unset;
}
.main .contact .box .sex_item {
  margin-top: 15px;
}
.main .contact .box .sex_box:first-child {
  margin-right: 20px;
}
.main .contact .submit {
  margin-top: 30px;
}
.main .contact .submit_btn {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: unset;
  background-color: #D53D3D;
  color: white;
  font-size: 18px;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
}

#center-items {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(103, 54, 9, 0.78);
          box-shadow: 0px 0px 60px 0px rgba(103, 54, 9, 0.78);
  width: 750px;
  min-width: 750px;
  overflow: hidden;
}

@media (max-width: 750px) {
  #center-items {
    width: 100%;
    min-width: unset;
  }
  #right-items,
  #left-items {
    display: none;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 570px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
