@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;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-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

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

html {
  scroll-behavior: smooth;
}
@media (min-width: 1921px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 0.07vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1px;
  }
}

body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  color: #372b06;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -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: #333333;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--g-angle)), color-stop(var(--g-color-0)), color-stop(var(--g-color-1)), to(var(--g-color-2)));
  background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1), var(--g-color-2) var(--g-position-2));
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  border-radius: 70px;
  border-right: 3px solid white;
  border-top: 3px solid white;
  -webkit-box-shadow: 3px 3px 0px rgba(130, 178, 197, 0.5019607843);
          box-shadow: 3px 3px 0px rgba(130, 178, 197, 0.5019607843);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  height: 73px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 5px 0px;
  width: 388px;
  --gap-h-fcf4c54c-c053-4f23-b562-46ea8a3c9be0: 10px;
  --gap-v-fcf4c54c-c053-4f23-b562-46ea8a3c9be0: 0px;
  --gap-uuid: fcf4c54c-c053-4f23-b562-46ea8a3c9be0;
  max-width: 100%;
  --g-color-0: #61b437ff;
  --g-position-0: 0%;
  --g-color-1: #61b43780;
  --g-position-1: 48%;
  --g-color-2: #61b437ff;
  --g-position-2: 100%;
  --g-color-3: #61b437ff;
  --g-position-3: 100%;
  --g-color-4: #61b437ff;
  --g-position-4: 100%;
  --g-color-5: #61b437ff;
  --g-position-5: 100%;
  --g-color-6: #61b437ff;
  --g-position-6: 100%;
  --g-color-7: #61b437ff;
  --g-position-7: 100%;
  --g-color-8: #61b437ff;
  --g-position-8: 100%;
  --g-color-9: #61b437ff;
  --g-position-9: 100%;
  --g-color-10: #61b437ff;
  --g-position-10: 100%;
  --g-color-11: #61b437ff;
  --g-position-11: 100%;
  --g-angle: 180deg;
}
.c-btn span {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-left: -40px;
  position: relative;
}
.c-btn span::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
  z-index: 1;
}
.c-btn span::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: unset;
  border-left: 7px solid #61b437;
  position: absolute;
  top: calc(50% - 4px);
  right: -24px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .c-btn {
    width: 100%;
    height: 62px;
  }
  .c-btn span {
    font-size: 24px !important;
  }
}

.mv {
  overflow: hidden;
  background: url(../img/mv_before_bg.webp) no-repeat;
  background-size: cover;
  background-position: top center;
}
.mv .inner {
  max-width: 1349px;
  margin: 0 auto;
}
.mv .item {
  position: relative;
}
.mv .area .txt_abs_left img, .mv .area .txt_abs_right img {
  width: 58px;
}
.mv .area .txtMain {
  font-size: 32px;
  line-height: 1.4;
}
.mv .area .title {
  margin-top: 30px;
  font-size: 32px;
}
.mv .area .title .clr1 {
  color: #ed7888;
}
.mv .area .txtBox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border: 1px solid #372b06;
  height: 60px;
  width: 100%;
  max-width: 550px;
  font-size: 40px;
}
.mv .areaImg {
  margin-top: 40px;
}
.mv .areaImg .colImg:first-child img {
  width: 181px;
}
.mv .areaImg .colImg:nth-child(2) {
  margin: 0 15px 15px 40px;
}
.mv .areaImg .colImg:nth-child(2) img {
  width: 207px;
}
.mv .areaImg .colImg:nth-child(3) img {
  width: 207px;
}
.mv .up .upCircle {
  position: relative;
  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;
}
.mv .up .upCircle_bg img {
  width: 198px;
}
.mv .up .upCircle .txt {
  position: absolute;
  font-size: 24px;
  color: white;
}
.mv .up .upCircle .txt span {
  font-size: 32px;
}
.mv .up .upImg {
  margin-right: -80px;
}
.mv .right .rightImg img {
  width: 400px;
}

.nationwide {
  position: relative;
  background: #BDD8E3;
  background: -webkit-gradient(linear, left top, right top, from(rgb(189, 216, 227)), to(rgb(214, 242, 254)));
  background: linear-gradient(90deg, rgb(189, 216, 227) 0%, rgb(214, 242, 254) 100%);
}
.nationwide .inner {
  max-width: 1050px;
  margin: 0 auto;
}
.nationwide .item {
  position: relative;
  padding: 35px 0;
}
.nationwide .item .itemImg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.nationwide .item .itemImg img {
  width: 385px;
}
.nationwide .area .areaItem .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.nationwide .area .areaItem .check_col {
  background-color: white;
  border: 1px solid #372b06;
  font-size: 20px;
  padding: 2px 10px;
}
.nationwide .area .areaItem .check_last {
  font-size: 20px;
}
.nationwide .area .title {
  margin-top: 15px;
  position: relative;
}
.nationwide .area .title_txt {
  font-size: 30px;
  z-index: 1;
}
.nationwide .area .title_bg {
  margin-top: -14px;
}
.nationwide .area .bottom {
  margin-top: 25px;
}
.nationwide .area .bottom .txt {
  font-size: 20px;
  margin: 0 5px;
}
.nationwide .area .bottom .c-btn {
  margin-top: 10px;
}

.worry {
  position: relative;
  background: url(../img/worry_bg.webp) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 40px 0;
}
.worry .inner {
  max-width: 957px;
  margin: 0 auto;
}
.worry .item .lead_ttl {
  text-align: center;
  color: white;
  font-size: 24px;
}
.worry .item .lead_ttl span {
  font-size: 32px;
}
.worry .item .lead_bg {
  margin-top: 15px;
}
.worry .item_img {
  margin-top: 30px;
}
.worry .area {
  position: relative;
  max-width: 892px;
  margin: -20px auto 0;
  background-color: white;
  padding: 15px;
}
.worry .area .box {
  border: 1px solid #372b06;
  padding: 40px;
  position: relative;
}
.worry .area .box::before {
  content: "";
  border-top: 0px solid transparent;
  border-left: 25px solid #372b06;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.worry .area .box::after {
  content: "";
  border-bottom: 0px solid transparent;
  border-right: 25px solid #372b06;
  border-top: 25px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.worry .area .box_list {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.worry .area .box_list:first-child {
  margin-top: unset;
}
.worry .area .box .txt {
  font-size: 20px;
  margin-left: 15px;
}
.worry .area .box .txt span {
  color: #ed7888;
}
.worry_after {
  position: absolute;
  right: 0;
  left: calc(50% - 24.5px);
  bottom: -75px;
}

.solve {
  background: url(../img/solve_bg.webp) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 150px 0 80px;
}
.solve .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.solve .item .lead .first {
  font-size: 24px;
  font-weight: 900;
}
.solve .item .lead .first .txt {
  margin: 3px 0;
}
.solve .item .lead .log {
  margin: 0 15px 0 20px;
}
.solve .item .lead .log img {
  width: 160px;
}
.solve .item .lead .txt1 {
  font-size: 24px;
  font-weight: 900;
  margin-right: 10px;
}
.solve .item .lead .txt2 {
  font-size: 40px;
  font-weight: 900;
}
.solve .wrap .box {
  position: relative;
}
.solve .wrap .box_txt {
  position: absolute;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
}
.solve .wrap .box_txt span {
  color: #ed7888;
}
.solve .wrap .box:nth-child(2n) {
  margin-top: 80px;
}

.feature {
  padding: 60px 0 20px;
}
.feature .inner {
  max-width: 900px;
  margin: 0 auto;
}
.feature .item .lead_en {
  font-size: 16px;
  text-align: center;
  color: #ed7888;
}
.feature .item .lead_ttl {
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
}
.feature .item .lead_txt {
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  line-height: 1.65;
}
.feature .item .box {
  margin-top: 60px;
  max-width: 606px;
  margin: 60px auto 0;
}
.feature .item .box_ttl {
  text-align: center;
  font-size: 20px;
  color: #ed7888;
  font-weight: 900;
  margin: 15px 0;
}
.feature .item .box_txt {
  line-height: 1.6;
}
.feature .item .wrap {
  margin-top: 60px;
}
.feature .item .wrap .col {
  width: 47%;
  margin-bottom: 60px;
}
.feature .item .wrap .col_ttl {
  font-size: 20px;
  color: #ed7888;
  font-weight: 900;
  margin: 15px 0;
  text-align: center;
}
.feature .item .wrap .col_txt {
  line-height: 1.6;
}

.special {
  margin-bottom: 40px;
}
.special .inner {
  max-width: 1235px;
  margin: 0 auto;
}
.special .item .lead_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #372b06;
  font-size: 32px;
  font-weight: 700;
}
.special .item .lead_ttl span {
  color: #ed7888;
  padding-bottom: 10px;
}
.special .item .lead_txt {
  text-align: center;
  margin-top: 45px;
  font-size: 20px;
  line-height: 1.65;
}
.special .item .box {
  max-width: 1076px;
  margin: 50px auto 0;
}
.special .item .box_img {
  width: 48%;
  max-width: 493px;
}
.special .bottom {
  margin-top: 25px;
  position: relative;
}
.special .bottom_img {
  position: absolute;
  top: 0;
  left: 0;
}
.special .bottom_img img {
  width: 250px;
}
.special .bottom .box {
  max-width: 1235px;
}
.special .bottom .col {
  position: relative;
  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;
  margin-bottom: 20px;
}
.special .bottom .col_bg img {
  width: 323px;
}
.special .bottom .col_txt {
  position: absolute;
  font-size: 24px;
  font-weight: 600;
}
.special .bottom .col:last-child {
  margin-right: 40px;
}

.possible {
  position: relative;
  background: url(../img/possible_bg.webp) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 75px 0 50px 0;
  z-index: 1;
}
.possible .inner {
  max-width: 1097px;
  margin: 0 auto;
}
.possible .item .title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.possible .item .title span {
  color: #ed7888;
}
.possible .check {
  max-width: 984px;
  margin: 40px auto 0;
  position: relative;
}
.possible .check_bg {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1;
}
.possible .check .area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 2rem;
}
.possible .check .area_txt {
  font-size: 24px;
  font-weight: 600;
}
.possible .check .area_txt span:first-child {
  margin-right: 15px;
}
.possible .group {
  background-color: white;
  padding: 35px;
  margin-top: 80px;
}
.possible .group .area {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 524px;
}
.possible .group_img {
  max-width: 452px;
  width: calc(100% - 560px);
}
.possible .group_img img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.possible .bottom {
  margin-top: 50px;
}
.possible .bottom_box {
  position: relative;
  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;
}
.possible .bottom_box_txt {
  position: absolute;
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin-top: -45px;
}

.sit .lead {
  max-width: 1149px;
  margin: 0 auto;
  position: relative;
}
.sit .lead_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sit .lead .leadItem_bg img {
  width: 335px;
}
.sit .lead .area .txt {
  font-size: 32px;
  font-weight: 600;
  padding-top: 25px;
}
.sit .lead .area .txt .time {
  margin: 0 12px;
}
.sit .lead .area .txtAbs1 img {
  width: 37px;
}
.sit .lead .area .title {
  font-size: 36px;
  color: white;
  margin: 30px 0 60px;
}
.sit .lead .area .title span {
  font-size: 28px;
}
.sit .lead .areaBottom .txt1 {
  font-size: 24px;
}
.sit .lead .areaBottom .areaImg {
  margin: 10px 0;
}
.sit .lead .areaBottom .areaImg img {
  width: 400px;
}
.sit .lead .areaBottom .areaRight {
  margin-top: -50px;
}
.sit .lead .areaBottom .c-btn {
  width: 436px;
  height: 87px;
}
.sit .lead .areaBottom .c-btn span {
  font-size: 32px;
  margin-left: -55px;
}
.sit .lead .areaBottom .c-btn span::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: calc(50% - 15px);
  z-index: 1;
}
.sit .lead .areaBottom .c-btn span::before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: unset;
  border-left: 13px solid #61b437;
  position: absolute;
  top: calc(50% - 8px);
  right: -43px;
  z-index: 2;
}

.point {
  padding: 90px 0 80px 0;
}
.point .inner {
  max-width: 1080px;
  margin: 0 auto;
}
.point .item .lead_abs img {
  width: 25px;
}
.point .item .lead_title {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 50px;
}
.point .item .wrap {
  margin-top: 150px;
}
.point .item .wrap .col {
  max-width: 300px;
  position: relative;
  margin-bottom: 80px;
}
.point .item .wrap .col_num {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 40px;
  color: rgba(55, 43, 6, 0.7019607843);
  line-height: 1;
}
.point .item .wrap .col_ttl {
  font-size: 20px;
  font-weight: 900;
  color: #ed7888;
  margin: 15px 0;
  text-align: center;
}
.point .item .wrap .col_txt {
  line-height: 1.6;
}
.point .item .bottomTxt {
  text-align: center;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 500;
}

.faq {
  padding: 60px 0 70px 0;
  background-color: #f6ebed;
}
.faq .inner {
  max-width: 946px;
  margin: 0 auto;
}
.faq .item .lead_en {
  color: #ed7888;
}
.faq .item .lead_ttl {
  font-size: 32px;
  margin-top: 15px;
}
.faq .item .row {
  margin-bottom: 30px;
}
.faq .item .row_q {
  width: 40px;
  height: 40px;
  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: #e0a4ac;
  font-size: 24px;
  font-weight: 700;
  color: white;
}
.faq .item .row_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-left: 20px;
}
.faq .item .row_answer {
  margin-top: 20px;
  background-color: white;
  padding: 25px 30px;
}

.footer {
  background-color: #372b06;
  padding: 14px 0;
}
.footer .copyright {
  font-size: 10px;
  text-align: center;
  color: white;
}

@media screen and (max-width: 1349px) {
  .mv .inner {
    padding: 0 20px;
  }
}
.mv .logo {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .mv .logo {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 15px;
    max-width: 375px !important;
  }
  .mv {
    padding: 30px 0 30px 0;
  }
  .mv .item {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv .area {
    display: block;
  }
  .mv .area .title {
    font-size: 15px;
    margin-top: 0;
    text-align: center;
  }
  .mv .area .txtBox {
    font-size: 24px;
    height: 40px;
    margin: 5px auto 0;
    width: 326px;
  }
  .mv .area .txtMain {
    font-size: 16px;
  }
  .mv .area .txt_abs_left img, .mv .area .txt_abs_right img {
    width: 35px;
  }
  .mv .area .txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    gap: 5px;
  }
  .mv .logo img {
    width: 160px;
  }
  .mv .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-top: 15px;
  }
  .mv .right .rightImg {
    position: absolute;
    top: 0;
    right: -15px;
    width: 265px;
  }
  .mv .right .rightImg img {
    width: 100%;
  }
  .mv .up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
  }
  .mv .up .upCircle .txt {
    margin-top: 0;
    font-size: 15px;
    text-align: center;
  }
  .mv .up .upCircle .txt span {
    font-size: 15px;
  }
  .mv .up .upCircle_bg img {
    min-width: 128px;
    width: 128px;
  }
  .mv .up .upImg {
    width: 216px;
  }
  .mv .areaImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    margin-top: 0;
  }
  .mv .areaImg .colImg:nth-child(1) {
    width: 112px;
  }
  .mv .areaImg .colImg:nth-child(2) {
    margin: 0;
    width: 135px;
  }
  .mv .areaImg .colImg:nth-child(3) {
    width: 135px;
  }
  .mv .areaImg .colImg img {
    width: 100% !important;
  }
  .nationwide .area .title {
    width: 275px;
    margin-top: 0;
  }
  .nationwide .area .title_txt {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .nationwide .area .bottom {
    margin-top: 15px;
  }
  .nationwide .area .bottom .txt {
    font-size: 16px;
  }
  .nationwide .area .bottom .c-btn {
    width: 335px;
  }
  .nationwide .area .bottom .lead_abs img {
    width: 11px;
  }
  .nationwide .area .areaItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nationwide .area .areaItem .check {
    margin-left: 20px;
  }
  .nationwide .area .areaItem .check_col {
    font-size: 16px;
  }
  .nationwide .area .areaItem .check_col img {
    width: 18px;
  }
  .nationwide .area .areaItem .check_col .check_last {
    font-size: 16px;
  }
  .nationwide .item .itemImg {
    position: relative;
    left: 0;
    bottom: 0;
    width: 188px;
    margin-top: 10px;
  }
  .nationwide .item .itemImg img {
    width: 100%;
  }
  .worry {
    padding: 30px 0;
  }
  .worry .item .lead_ttl {
    font-size: 20px;
  }
  .worry .item .lead_ttl span {
    font-size: 24px;
  }
  .worry .lead {
    padding: 0 15px;
  }
  .worry .item_img {
    margin-top: 20px;
    padding: 0 7px;
  }
  .worry .inner {
    padding: 0;
  }
  .worry .area {
    margin: 0 15px;
    top: -10px;
    padding: 5px;
  }
  .worry .area .box {
    padding: 40px 20px;
  }
  .worry .area .box img {
    min-width: 17px;
    width: 17px;
  }
  .worry .area .box .txt {
    font-size: 16px;
  }
  .worry .area .box_list {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .worry .area .box::before {
    border-left: 20px solid #372b06;
    border-bottom: 20px solid transparent;
  }
  .worry .worry_after {
    width: 40px;
    bottom: -43px;
  }
  .solve {
    padding: 75px 0 60px;
  }
  .solve .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .solve .item .lead {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 261px;
  }
  .solve .item .lead .first .txt {
    font-size: 20px;
  }
  .solve .item .lead .first_abs1 {
    width: 75px;
  }
  .solve .item .lead .log img {
    width: 120px;
  }
  .solve .item .lead .txt1 {
    font-size: 18px;
  }
  .solve .item .lead .txt2 {
    font-size: 28px;
  }
  .solve .item .lead .lead_area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .solve .wrap {
    width: 348px;
    height: 410px;
    margin-top: 40px;
    position: relative;
  }
  .solve .wrap .box {
    width: 149px;
    position: absolute;
  }
  .solve .wrap .box:nth-child(2n) {
    margin-top: 0;
  }
  .solve .wrap .box:nth-child(2) {
    margin-top: 0;
    top: 124px;
    left: 96px;
  }
  .solve .wrap .box:nth-child(3) {
    top: 0;
    right: 0;
  }
  .solve .wrap .box:nth-child(4) {
    bottom: 0;
  }
  .solve .wrap .box:nth-child(5) {
    bottom: 0;
    right: 0;
  }
  .solve .wrap .box_txt {
    font-size: 20px;
  }
  .feature {
    padding: 50px 0 20px;
  }
  .feature .item .lead_en {
    font-size: 12px;
  }
  .feature .item .lead_ttl {
    font-size: 24px;
  }
  .feature .item .lead_txt {
    font-size: 16px;
  }
  .feature .item .wrap .col {
    width: 100%;
  }
  .feature .item .wrap .col_ttl {
    font-size: 16px;
    margin: 10px 0;
  }
  .special {
    margin-bottom: 0px;
  }
  .special .item .box {
    margin: 230px auto 0;
    padding: 0 5px;
  }
  .special .item .lead_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    padding-bottom: 8px;
  }
  .special .item .lead_ttl span {
    padding: 0;
  }
  .special .item .lead_txt {
    max-width: 315px;
    margin: 45px auto 0;
    font-size: 16px;
    text-align: left;
  }
  .special .item .lead_txt br {
    display: none;
  }
  .special .item .box-first {
    margin: 45px auto 0;
    gap: 30px;
    width: 315px;
  }
  .special .item .box_img {
    width: 100%;
  }
  .special .bottom .col {
    width: 181px;
  }
  .special .bottom .col_txt {
    font-size: 16px;
  }
  .special .bottom .box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .special .bottom .col:last-child {
    margin-right: 0;
  }
  .special .bottom_img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 242px;
  }
  .special .inner {
    padding: 0;
  }
  .possible {
    padding: 50px 0 20px;
  }
  .possible .item .title {
    font-size: 24px;
    text-align: left;
  }
  .possible .check {
    display: block;
  }
  .possible .check .area {
    display: block;
    padding: 52px 0 0 20px;
  }
  .possible .check .area_txt {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .possible .check .area_txt img {
    min-width: 15px;
    width: 15px;
  }
  .possible .check span:first-child {
    margin-right: 10px;
  }
  .possible .check .check_img {
    position: absolute;
    top: 132px;
    right: 0;
    width: 184px;
  }
  .possible .group {
    margin-top: 78px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .possible .group .area {
    font-size: 16px;
  }
  .possible .group_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .possible .bottom {
    margin-top: 35px;
  }
  .possible .bottom_box_txt {
    font-size: 24px;
    color: white;
    margin-top: -15px;
  }
  .possible .bottom_box {
    width: 185px;
  }
  .sit .lead {
    width: 375px;
  }
  .sit .lead .area .txt {
    font-size: 16px;
    padding-top: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 60px;
  }
  .sit .lead .area .txt .time {
    margin: 0 6px;
  }
  .sit .lead .area .txtAbs1 img {
    width: 23px;
  }
  .sit .lead .area .title {
    font-size: 20px;
    margin: 16px 0 0 132px;
    line-height: 1.3;
  }
  .sit .lead .area .title span {
    font-size: 20px;
  }
  .sit .lead .area .areaBottom {
    position: relative;
  }
  .sit .lead .area .areaBottom .areaImg img {
    width: 250px;
  }
  .sit .lead .area .areaBottom .c-btn {
    width: 293px;
    height: 55px;
  }
  .sit .lead_bg {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 350px;
  }
  .sit .leadItem_bg {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 164px;
  }
  .sit .lead .areaBottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 156px;
  }
  .sit .lead .areaBottom .txt1 {
    font-size: 16px;
  }
  .sit .lead .areaBottom .c-btn span::after {
    width: 20px;
    height: 20px;
    right: -30px;
    top: calc(50% - 8px);
  }
  .sit .lead .areaBottom .c-btn span::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #61b437;
    top: calc(50% - 2px);
    right: -25px;
  }
  .sit .lead .areaBottom .c-btn span {
    margin-left: -37px;
  }
  .sit .lead .areaBottom .areaRight {
    margin-top: -50px;
    position: absolute;
    top: -108px;
    right: 21px;
    width: 160px;
  }
  .sit .leadItem {
    display: block;
  }
  .point {
    padding: 102px 0 80px 0;
  }
  .point .item .lead_title {
    font-size: 20px;
    margin: 0 20px;
  }
  .point .item .lead_abs img {
    width: 16px;
  }
  .point .item .wrap {
    margin-top: 100px;
    display: block;
    padding: 0 15px;
  }
  .point .item .wrap .col {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .point .item .wrap .col_num {
    font-size: 32px;
    top: -24px;
  }
  .point .item .wrap .col_ttl {
    font-size: 16px;
    margin: 10px 0;
  }
  .point .item .wrap .col_txt {
    font-size: 14px;
  }
  .point .item .bottomTxt {
    font-size: 16px;
  }
  .faq {
    padding: 60px 0 40px;
  }
  .faq .item .lead_en {
    font-size: 12px;
  }
  .faq .item .lead {
    margin-bottom: 70px;
  }
  .faq .item .lead_ttl {
    font-size: 24px;
    margin-top: 5px;
  }
  .faq .item .row_q {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .faq .item .row_ttl {
    font-size: 16px;
    margin-left: 15px;
  }
  .faq .item .row_answer {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .footer .copyright {
    font-size: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .only-pc {
    display: none !important;
  }
}
.sp-menu {
  display: none;
  -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;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span {
  border-bottom: 2px solid #01439b;
  width: 30px;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span:last-child {
  margin-bottom: unset;
  width: 30px;
}

.sp-menu-item.change span:first-child {
  -webkit-transform: rotate(-45deg) translate(-2px, 3px);
  transform: rotate(-45deg) translate(-2px, 3px);
}

.sp-menu-item.change span:nth-child(2) {
  display: none;
}

.sp-menu-item.change span:last-child {
  width: 30px;
  -webkit-transform: rotate(45deg) translate(-3px, -4px);
  transform: rotate(45deg) translate(-3px, -4px);
}

@media (max-width: 1300px) {
  .sp-menu {
    display: block;
  }
}
.menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 85px);
  z-index: 20;
  padding: 60px 36px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 99;
  overflow: auto;
}
.menu-overlay .sp_link {
  padding: 15px;
  color: #01439b;
  font-weight: 500;
  font-size: 18px;
}
.menu-overlay.change {
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 1300px) {
  .menu-overlay {
    display: block;
    width: 100%;
  }
}
.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: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
