@charset "UTF-8";
body {
  margin: 0px;
  line-height: 160%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #333;
}

@media (max-width: 600px) {
  .hidden-sm {
    display: none;
  }
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#h_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.header {
  max-width: 960px;
  height: 103px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 600px) {
  .header {
    grid-template-columns: 150px 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.header_logo1 {
  width: 130px;
  grid-area: 1/1/2/2;
}
@media screen and (min-width: 600px) {
  .header_logo1 {
    grid-area: 1/1/2/2;
  }
}

.header_logo2 {
  grid-area: 1/2/2/3;
}
@media screen and (min-width: 600px) {
  .header_logo2 {
    grid-area: 1/2/2/3;
  }
}

.header__wrap {
  grid-area: 2/1/3/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  .header__wrap {
    grid-area: 1/3/2/4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .header__wrap {
    -webkit-margin-start: 100px;
            margin-inline-start: 100px;
  }
}

.header_contact {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background-color: #427dbf;
  padding: 5px 5px 5px 27px;
  position: relative;
}
.header_contact::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/header_mail.webp) no-repeat center center;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .header_contact {
    -webkit-padding-start: 35px;
            padding-inline-start: 35px;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.header_tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  color: #b61f28;
  font-weight: bold;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  position: relative;
}
.header_tel::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 20px;
  height: 15px;
  background: url(../img/header_tel.webp) no-repeat center center/contain;
  z-index: 1;
}

.fv {
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  width: 100%;
  min-height: 800px;
  background-image: url(../img/fv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.fv__inner {
  padding-inline: 20px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-inline: 20px;
    max-width: 728px;
  }
}
@media screen and (min-width: 900px) {
  .fv__inner {
    padding-inline: 20px;
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__inner {
    padding-inline: 40px;
    max-width: 1067px;
  }
}

.fv-content__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .fv-content__wrap {
    grid-template-columns: 60% 1fr;
  }
}
@media screen and (min-width: 900px) {
  .fv-content__wrap {
    grid-template-columns: 60% 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-content__wrap {
    grid-template-columns: 581px 1fr;
  }
}

.fv-content1__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .fv-content1__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fv-content1__service-name {
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#ec3f34), to(#9f110e));
  background: linear-gradient(to right, #ec3f34, #9f110e);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .fv-content1__service-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-content1__service-name {
    font-size: 24px;
  }
}

.fv-content1__description {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .fv-content1__description {
    font-size: 16px;
  }
}

.fv-content1__items {
  text-align: center;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-content1__items {
    text-align: left;
    z-index: 1;
  }
  .fv-content1__items::before {
    content: "";
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/fv-image.webp) no-repeat center left;
    z-index: -1;
  }
}

.bk-text {
  font-size: 27px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .bk-text {
    font-size: 34px;
  }
}
@media screen and (min-width: 900px) {
  .bk-text {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .bk-text {
    font-size: 45px;
  }
}

.rd-text {
  font-size: 40px;
  font-weight: bold;
  color: #7a0e02;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .rd-text {
    font-size: 45px;
  }
}
@media screen and (min-width: 900px) {
  .rd-text {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .rd-text {
    font-size: 60px;
  }
}

.fv__content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .fv__content2 {
    width: 351px;
  }
}

.fv-contents__item1 {
  font-weight: 900;
  color: white;
  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;
  gap: 5px;
  background-color: #4482cc;
  padding: 20px 15px;
  border-radius: 20px;
}
.fv-contents__item1 .c-yellow {
  color: #ffe442;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .fv-contents__item1 {
    width: 280px;
  }
}
@media screen and (min-width: 900px) {
  .fv-contents__item1 {
    width: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-contents__item1 {
    font-size: 18px;
    width: 351px;
  }
  .fv-contents__item1 span {
    font-size: 16px;
    font-weight: 900;
    color: white;
  }
}

.fv-contents__item2 {
  font-weight: 900;
  color: white;
  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;
  gap: 5px;
  background-color: #82bf74;
  padding: 20px 15px;
  border-radius: 20px;
}
.fv-contents__item2 span {
  font-size: 16px;
  font-weight: 900;
  color: white;
}
@media screen and (min-width: 768px) {
  .fv-contents__item2 {
    width: 280px;
  }
}
@media screen and (min-width: 900px) {
  .fv-contents__item2 {
    width: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-contents__item2 {
    font-size: 18px;
    width: 351px;
  }
}

.fv-contents__item3 {
  width: 330px;
  height: 100%;
  background-image: url(../img/fv-box.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .fv-contents__item3 {
    width: 280px;
    background-size: contain;
  }
}
@media screen and (min-width: 900px) {
  .fv-contents__item3 {
    width: 330px;
    background-size: contain;
  }
}
@media screen and (min-width: 1200px) {
  .fv-contents__item3 {
    background-size: cover;
    width: 351px;
    height: 275px;
  }
}

.fv-contents__wrap {
  width: 100%;
  height: 100%;
  padding: 40px 30px;
}

.item3-message {
  font-weight: bold;
  line-height: normal;
  text-align: center;
  border: 1px solid #ccc;
  padding: 3px;
}
@media screen and (min-width: 768px) {
  .item3-message {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .item3-message {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .item3-message {
    font-size: 20px;
  }
}

.item3-tel {
  color: #be1d2c;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .item3-tel {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .item3-tel {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .item3-tel {
    font-size: 30px;
  }
}

.item3-text {
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .item3-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .item3-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .item3-text {
    font-size: 18px;
  }
}

.item3-company {
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .item3-company {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .item3-company {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .item3-company {
    font-size: 18px;
    letter-spacing: -2px;
  }
}

@media screen and (min-width: 768px) {
  .item3-url {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .item3-url {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .item3-url {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
  }
}

.fv__bottom {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  position: relative;
  z-index: 3;
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .feature-list {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 900px) {
  .feature-list {
    gap: 30px;
  }
}

.feature-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 10px 30px;
}
.feature-item.--01 {
  background-color: #f08898;
}
.feature-item.--02 {
  background-color: #f8a748;
}
.feature-item.--03 {
  background-color: #95ca4f;
}
.feature-item.--04 {
  background-color: #427dbf;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-item.--05 {
  background-color: #9867a9;
}
@media screen and (min-width: 768px) {
  .feature-item {
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 900px) {
  .feature-item {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-item {
    width: 170px;
    height: 170px;
    padding-block: 20px 40px;
  }
}

.feature-item__number {
  color: white;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .feature-item__number {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .feature-item__number {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-item__number {
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
  }
}

.feature-item__description {
  line-height: normal;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 768px) {
  .feature-item__description {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .feature-item__description {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-item__description {
    font-size: 24px;
  }
}

.top-cnt01 {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  background: url(../img/main_bg.webp);
}

.inner__01 {
  width: 375px;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (min-width: 600px) {
  .inner__01 {
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .inner__01 {
    width: 768px;
  }
}
@media screen and (min-width: 900px) {
  .inner__01 {
    width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .inner__01 {
    width: 940px;
  }
}

.top-cnt01__box1 {
  background: #8bc53f;
  padding: 40px 20px 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .top-cnt01__box1 {
    padding: 20px 20px 20px;
  }
}

.top-cnt01__box1-title {
  color: white;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  position: relative;
}
.top-cnt01__box1-title::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 70px;
  height: 70px;
  background: url(../img/top_cnt01_01.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .top-cnt01__box1-title {
    -webkit-padding-start: 120px;
            padding-inline-start: 120px;
    font-size: 30px;
  }
  .top-cnt01__box1-title::before {
    top: -50px;
    left: 10px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 600px) and (min-width: 768px) {
  .top-cnt01__box1-title {
    -webkit-padding-start: 220px;
            padding-inline-start: 220px;
    font-size: 30px;
  }
  .top-cnt01__box1-title::before {
    top: -50px;
    left: 50px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 600px) and (min-width: 900px) {
  .top-cnt01__box1-title {
    -webkit-padding-start: 220px;
            padding-inline-start: 220px;
    font-size: 40px;
  }
  .top-cnt01__box1-title::before {
    top: -40px;
    left: 40px;
    width: 150px;
    height: 150px;
  }
}

.top-cnt01__box1-list {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .top-cnt01__box1-list {
    padding: 40px 40px;
  }
}

.top-cnt01__box1-item {
  position: relative;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  font-weight: bold;
  border-bottom: 1px solid #c2e09a;
}
.top-cnt01__box1-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/top_cnt01_02.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top-cnt01__box1-item {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
    font-size: 20px;
  }
  .top-cnt01__box1-item::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt01__box1-item {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
    font-size: 20px;
  }
  .top-cnt01__box1-item::before {
    width: 20px;
    height: 20px;
  }
}

.top-cnt01__box1-image {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-cnt01__box1-image {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt01__box1-image {
    display: block;
    position: absolute;
    top: 233px;
    right: -25px;
    width: 350px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .top-cnt01__box1-image {
    display: block;
    position: absolute;
    top: 233px;
    right: -25px;
    width: 350px;
    height: auto;
  }
}

.top-cnt01__box1-movie-wrap {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  color: #fff;
}
.top-cnt01__box1-lead {
  font-size: 21px;
  font-weight: bold;
  line-height: normal;
  background-color: #f6921d;
  color: #fff;
  display: block;
  padding: 20px 0px;
  position: relative;
}
.top-cnt01__box1-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 72px;
  background-color: #f6921d;
}
.top-cnt01__box1-lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 72px;
  background-color: #f6921d;
}
@media screen and (min-width: 768px) {
  .top-cnt01__box1-lead {
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt01__box1-lead {
    font-size: 40px;
    text-align: center;
  }
  .top-cnt01__box1-lead::before {
    height: 100px;
  }
  .top-cnt01__box1-lead::after {
    height: 100px;
  }
}

.top-cnt01__box1-text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: white;
}
@media screen and (min-width: 768px) {
  .top-cnt01__box1-text {
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt01__box1-text {
    text-align: center;
    font-size: 24px;
  }
}

.top-cnt01__box1-text-wrap {
  text-align: center;
}

.color-bk {
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  color: #000;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 900px) {
  .color-bk {
    font-size: 20px;
  }
}

.top-cnt01__box1-text2 {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .top-cnt01__box1-text2 {
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt01__box1-text2 {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .top-cnt01__box1-movie {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt01__box1-movie {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 900/506;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  iframe {
    height: auto;
    width: 100%;
  }
}

.top-cnt01__box1-movie-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  padding: 20px 0px;
  text-align: center;
}
.clearfix {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .clearfix {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .clearfix {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

li a {
  display: block;
}

.top-cnt01__box2 {
  padding-block: 40px 100px;
  position: relative;
}

.top-cnt01__box2-title {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #3b2213;
  border-bottom: 2px solid #3b2213;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-cnt01__box2-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt01__box2-title {
    font-size: 30px;
  }
}

.top-cnt01__box2-list {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (min-width: 600px) {
  .top-cnt01__box2-list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt01__box2-list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

.top-cnt01__box2-item {
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
  padding: 15px 15px 50px;
  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;
  gap: 10px;
}
.top-cnt01__box2-item.--01 {
  background: #ef8391;
}
.top-cnt01__box2-item.--02 {
  background: #f7a140;
}
.top-cnt01__box2-item.--03 {
  background: #73b165;
}
.top-cnt01__box2-item.--04 {
  background: #3274c7;
}
.top-cnt01__box2-item.--05 {
  background: #7960b5;
}

.top-cnt01__box2-item-number {
  font-weight: 600;
}
.top-cnt01__box2-item-title {
  font-weight: bold;
  font-size: 20px;
}

.top-cnt01__box2-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 150px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .top-cnt01__box2-image {
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 250px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt01__box2-image {
    width: 280px;
  }
}
.top-cnt02 {
  position: relative;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}

.top-cnt02__title {
  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-padding-start: 30px;
          padding-inline-start: 30px;
}
.top-cnt02__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
.top-cnt02__title .title-1 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top-cnt02__title span {
    font-size: 30px;
  }
  .top-cnt02__title .title-1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt02__title {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
    max-width: 860px;
    margin-inline: auto;
  }
  .top-cnt02__title span {
    font-size: 40px;
  }
  .top-cnt02__title .title-1 {
    font-size: 50px;
  }
}

.top-cnt02__title-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 105px;
  z-index: -1;
}
.top-cnt02__title-img img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top-cnt02__title-img {
    height: 150px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt02__title-img {
    height: 195px;
    right: auto;
    left: calc(50% - 250px);
  }
}

.cnt02-box {
  border-radius: 15px;
  border: 3px solid #c4996e;
  overflow: hidden;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

.cnt02-box__head {
  background-color: #214baf;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .cnt02-box__head {
    text-align: center;
    font-size: 25px;
  }
}
@media screen and (min-width: 900px) {
  .cnt02-box__head {
    font-size: 35px;
    padding: 30px;
  }
}

.cnt02-box__body {
  padding-inline: 20px;
  padding-block: 20px;
}

.body-title {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .body-title {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .body-title {
    font-size: 30px;
  }
}
.body-title .color-red {
  color: red;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .body-title .color-red {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .body-title .color-red {
    font-size: 30px;
  }
}

.body-text {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.top-cnt02-box1__content01 {
  background-color: #f1f1f1;
  padding-inline: 10px;
}

.point__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.point__head .head-1 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
.point__head .head-2 {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  background-color: #58595b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .point__head .head-1 {
    font-size: 24px;
  }
  .point__head .head-2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .point__head .head-1 {
    font-size: 35px;
  }
  .point__head .head-2 {
    font-size: 24px;
  }
}

.point__body {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.point__body ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .point__body ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .point__body ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.point__bottom {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  background-color: #ec6d82;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .point__bottom {
    font-size: 20px;
  }
}
.top-cnt02-box1__content02 {
  padding-block: 20px;
  background-color: #e7e7e7;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box1__content02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.result__text-wrap p {
  font-size: 15px;
  font-weight: bold;
}
.result__text-wrap .result__text1 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .result__text-wrap .result__text1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  .result__text-wrap .result__text1 {
    font-size: 34px;
  }
}

.top-cnt02-box2__items {
  background-color: #fef4e8;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box2__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.top-cnt02-box2__item {
  padding-inline: 20px;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  border-bottom: 1px dashed #000;
}
.top-cnt02-box2__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box2__item {
    border-bottom: none;
    border-right: 1px dashed #000;
  }
  .top-cnt02-box2__item:last-child {
    border-right: none;
  }
}

.item__name {
  background-color: #3c79bc;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.item__name.--pink {
  background-color: #ee798c;
}

.item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.item__description {
  font-size: 20px;
  font-weight: bold;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  border-bottom: 1px solid #ccc;
}

.item__pros-cons {
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
}

.merits-title {
  margin-block: 10px;
  font-size: 14px;
  font-weight: bold;
}
.merits-title.--merit {
  color: #eb7085;
}
.merits-title.--demerit {
  color: #3075c2;
}

.merits-list li {
  font-weight: bold;
  position: relative;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.merits-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .merits-list {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .merits-list {
    font-size: 20px;
  }
}

.cnt02-box__process {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.process-item {
  margin-inline: 20px;
  background-color: #e7e7e7;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
}
.process-item::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -18px;
  /* ▼の形と色を定義 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px; /* 上 右 下 左 */
  border-color: #000 transparent transparent transparent; /* 上だけ色をつけ、他は透明に */
}

.process-item__title {
  font-size: 18px;
  font-weight: bold;
}

.process-item__text {
  font-size: 13px;
}

.process-flow {
  background-color: #fef4e8;
  padding-inline: 20px;
}

.process-flow__item {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-size: 18px;
  font-weight: bold;
}

.parent {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(50px, auto);
  row-gap: 20px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.parent div {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
}

.div4 {
  grid-column: span 3/span 3;
}

.div5 {
  grid-row-start: 3;
}

.div6 {
  grid-row-start: 3;
}

.div7 {
  grid-row-start: 3;
}

.div8 {
  grid-row-start: 4;
}

.div9 {
  grid-row-start: 4;
}

.div10 {
  grid-row-start: 4;
}

.div11 {
  grid-row-start: 5;
}

.div12 {
  grid-column: span 2/span 2;
  grid-row-start: 5;
}

.flow {
  background-color: #fff;
  padding: 5px;
  border: 2px solid #f6931e;
  border-radius: 5px;
  text-align: center;
}
.flow.div8 {
  padding: 20px;
}
.flow.div10 {
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .flow.div9 {
    padding-block: 20px;
  }
}

.arrow {
  position: relative;
}
.arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  /* ▼の形と色を定義 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px; /* 上 右 下 左 */
  border-color: #000 transparent transparent transparent; /* 上だけ色をつけ、他は透明に */
}

.top-cnt02-box4__text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #f6931e;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box4__text {
    display: grid;
    place-content: center;
  }
}
.top-cnt02-box4__contents {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  background-color: #fef4e8;
  padding: 20px;
}

.top-cnt02-box4__case {
  background-color: #8cc540;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.top-cnt02-box4__items {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box4__items {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt02-box4__items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.top-cnt02-box4__item {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  border-bottom: 1px dashed #000;
}
.top-cnt02-box4__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box4__item {
    border-bottom: none;
    border-right: 1px dashed #000;
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
  .top-cnt02-box4__item:last-child {
    border-right: none;
  }
}

.top-cnt02-box4__item1 {
  background-color: #427dbf;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
  height: 80px;
}
.top-cnt02-box4__item1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99%;
  height: 90%;
  border: 2px solid #fff;
  border-radius: 10px;
}
.top-cnt02-box4__item1.--pink {
  background-color: #ec6d82;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box4__item1 {
    height: 92px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt02-box4__item1 {
    height: 92px;
  }
}

.top-cnt02-box4__item2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-weight: bold;
  border: 2px solid #3171b9;
  font-size: 24px;
  position: relative;
  height: 80px;
}
.top-cnt02-box4__item2::after {
  content: "+";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
  color: #3171b9;
}
.top-cnt02-box4__item2 p {
  font-weight: bold;
}
.top-cnt02-box4__item2 .note {
  font-size: 12px;
  color: #000;
}
.top-cnt02-box4__item2.--pink {
  border: 2px solid #ec6d82;
}
.top-cnt02-box4__item2.--pink::after {
  color: #ec6d82;
}
.top-cnt02-box4__item2.--p0 {
  padding: 20px 20px 0;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box4__item2 {
    height: 100px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt02-box4__item2 {
    height: 100px;
  }
}

.top-cnt02-box4__item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid #3171b9;
  position: relative;
  height: 400px;
}
.top-cnt02-box4__item3 p {
  font-weight: bold;
}
.top-cnt02-box4__item3 .color-blue {
  color: #3171b9;
  font-size: 26px;
}
.top-cnt02-box4__item3 .bg-blue {
  background-color: #3171b9;
  color: #fff;
  padding: 5px;
  font-weight: normal;
}
.top-cnt02-box4__item3::after {
  content: "+";
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #3171b9;
  font-weight: bold;
  font-size: 24px;
}
.top-cnt02-box4__item3.--pink {
  border: 2px solid #ec6d82;
}
.top-cnt02-box4__item3.--pink::after {
  color: #ec6d82;
}
.top-cnt02-box4__item3.--pink .color-blue {
  color: #ec6d82;
  font-size: 26px;
}
.top-cnt02-box4__item3.--pink .bg-blue {
  background-color: #ec6d82;
  color: #fff;
  padding: 5px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box4__item3 {
    height: 462px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt02-box4__item3 {
    height: 420px;
  }
}

.top-cnt02-box4__item4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid #3171b9;
  position: relative;
  height: 250px;
}
.top-cnt02-box4__item4 p {
  font-weight: bold;
}
.top-cnt02-box4__item4 .color-blue {
  color: #3171b9;
  font-size: 26px;
}
.top-cnt02-box4__item4::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -18px;
  /* ▼の形と色を定義 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px; /* 上 右 下 左 */
  border-color: #3171b9 transparent transparent transparent; /* 上だけ色をつけ、他は透明に */
}
.top-cnt02-box4__item4.--pink {
  border: 2px solid #ec6d82;
}
.top-cnt02-box4__item4.--pink::after {
  border-color: #ec6d82 transparent transparent transparent;
}
.top-cnt02-box4__item4.--pink .color-blue {
  color: #ec6d82;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box4__item4 {
    height: 350px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt02-box4__item4 {
    height: 300px;
  }
}

.top-cnt02-box4__item5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: #3171b9;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  height: 200px;
}
.top-cnt02-box4__item5 .color-white {
  font-size: 26px;
  font-weight: bold;
}
.top-cnt02-box4__item5.--pink {
  background-color: #ec6d82;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box4__item5 {
    height: 265px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt02-box4__item5 {
    height: 250px;
  }
}

.top-cnt02-box4__note {
  font-size: 13px;
  padding-inline: 20px;
  background-color: #fef4e8;
}

.top-cnt02-box5__img {
  background-color: #fef4e8;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.cnt02-box__features {
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .cnt02-box__features {
    padding: 40px;
  }
}

.feature-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 900px) {
  .feature-list2 {
    gap: 15px;
  }
}

.feature-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.feature-item2__number {
  background-color: #3171b9;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  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;
  padding: 10px;
}

.feature-item2__text {
  font-weight: bold;
}
.feature-item2__text span {
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .feature-item2__text {
    font-size: 24px;
  }
}

.color-red {
  color: red;
  font-weight: bold;
}

.body-text {
  font-size: 13px;
}

.top-cnt02-box7__image1 {
  margin-block: 10px;
}

.top-cnt02-box7__contents {
  padding: 20px;
  background-color: #fef4e8;
}
@media screen and (min-width: 900px) {
  .top-cnt02-box7__contents {
    padding: 30px;
  }
}

.top-cnt02-box7__text {
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .top-cnt02-box7__text {
    font-size: 30px;
  }
}

.box7-items {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .box7-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .box7-items {
    gap: 20px;
  }
}

.box7-item1 {
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #ec6d82;
  color: #fff;
  border-radius: 10px;
}

.box7-item1__text {
  font-size: 13px;
}

.box7-item2 {
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #3171b9;
  color: #fff;
  border-radius: 10px;
}

.box7-item2__text {
  font-size: 13px;
}

.box7-item__image-wrap {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.box7-item__image-wrap img {
  width: 100%;
}

.box7-item__image-text {
  font-size: 13px;
}

.top-cnt02-box7__bottom {
  background-color: #8cc540;
  padding: 20px;
}

.box7-bottom__text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .box7-bottom__text {
    font-size: 30px;
  }
}

.color-orange {
  color: #f59324;
  font-weight: bold;
  /* 縁取りの指定 */
  -webkit-text-stroke-width: 0.5px; /* 縁の太さ */
  -webkit-text-stroke-color: #fff; /* 縁の色 */
}

.box7-bottom__items {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .box7-bottom__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top-cnt02-box8 {
  text-align: center;
}

.body-text2 {
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
}

.box8__contents1 {
  background-color: #fef4e8;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .box8__contents1 {
    padding: 30px;
  }
}

.box8__contents2 {
  background-color: #f1f1f1;
  padding: 40px 20px 20px;
}
@media screen and (min-width: 900px) {
  .box8__contents2 {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.box8__contents2-text {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .box8__contents2-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  .box8__contents2-text {
    font-size: 30px;
  }
}

.box8__contents2-note {
  font-size: 13px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.box8__contents3 {
  background-color: #f1f1f1;
  padding-inline: 20px;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}

.box8__contents3-text {
  font-weight: bold;
}

.box8__contents3-image {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.box8__contents3-note {
  font-size: 12px;
  -moz-text-align-last: right;
       text-align-last: right;
}

.box9-text {
  text-align: center;
}

.box9__contents {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  background-color: #fef4e8;
}
@media screen and (min-width: 768px) {
  .box9__contents {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .box9__contents {
    grid-row-gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .box9__contents-item1 {
    grid-area: 1/1/2/3;
  }
}
.box9__contents-text1 {
  font-weight: bold;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  font-size: 18px;
}

.box9__contents-text2 {
  font-size: 13px;
  line-height: 1;
}

.box9__image2 {
  padding: 10px;
  border-radius: 5px;
  background-color: #f1f1f1;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .box9__contents-item2 {
    grid-area: 2/1/3/2;
  }
}
@media screen and (min-width: 768px) {
  .box9__contents-item3 {
    grid-area: 3/1/4/2;
  }
}
@media screen and (min-width: 768px) {
  .box9__contents-item4 {
    grid-area: 2/2/4/3;
  }
}
.top-cnt03 {
  background-image: url("../img/main_bg.webp");
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
}

.top-cnt03-box1 {
  border: 1px solid #86bc43;
  background-color: #fff;
  padding: 20px;
}

.cnt03-box1__title {
  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;
  position: relative;
}
.cnt03-box1__title span {
  font-size: 20px;
  font-weight: bold;
}
.cnt03-box1__title .size-big {
  font-size: 30px;
  line-height: normal;
}
.cnt03-box1__title::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -10px;
  width: 20px;
  height: 50px;
  background: url("../img/cnt03-01-icon5.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.cnt03-box1__title::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -10px;
  width: 20px;
  height: 50px;
  background: url("../img/cnt03-01-icon5.webp");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cnt03-box1__title span {
    font-size: 30px;
  }
  .cnt03-box1__title .size-big {
    font-size: 40px;
  }
  .cnt03-box1__title::before {
    left: 100px;
  }
  .cnt03-box1__title::after {
    right: 100px;
  }
}
.cnt03-box1__reasons-lists {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.reasons__item {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}

.reasons__item-head {
  padding: 5px;
  background-color: #86bc43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .reasons__item-head {
    padding: 10px;
  }
}

.reasons__number-text {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .reasons__number-text {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .reasons__item-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.reasons__item-text {
  font-size: 15px;
}

.reasons__item-image {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  text-align: center;
}
.reasons__item-image img {
  width: 100%;
}

.top-cnt03-voice__title {
  padding-block: 20px;
  position: relative;
}
.top-cnt03-voice__title h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .top-cnt03-voice__title h2 {
    font-size: 30px;
    -webkit-margin-start: 70px;
            margin-inline-start: 70px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt03-voice__title h2 {
    font-size: 34px;
    -webkit-margin-start: 100px;
            margin-inline-start: 100px;
  }
}

.top-cnt03-voice__image {
  width: 140px;
  height: auto;
  text-align: right;
  position: absolute;
  top: -10px;
  right: -30px;
}
@media screen and (min-width: 768px) {
  .top-cnt03-voice__image {
    width: 200px;
    top: -17px;
    right: 60px;
  }
}
@media screen and (min-width: 900px) {
  .top-cnt03-voice__image {
    right: 100px;
    width: 215px;
    top: -18px;
  }
}

.top-cnt03-box2 {
  padding: 20px 10px;
  background-color: #f0b072;
  border-radius: 10px;
}

.cnt03-box2__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .cnt03-box2__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cnt03-box2__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}

.list-item {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  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;
  gap: 8px;
}

.list-item__name {
  font-size: 20px;
  font-weight: bold;
}

.list-item__image {
  width: 100%;
}

.top-cnt03-faq {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
}

.faq__title {
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  border-bottom: 2px solid #3b2213;
  position: relative;
}
.faq__title::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 100px;
  height: 90px;
  background: url("../img/faq_image.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .faq__title {
    text-align: center;
    font-size: 38px;
  }
  .faq__title::before {
    right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .faq__title::before {
    right: 10%;
  }
}

.faq__body {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.faq__body dl {
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
  border: 5px solid #2F70B8;
  border-radius: 8px;
  background-color: #FFF;
}
.faq__body dl dt {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 30px;
  margin-bottom: 10px;
  background: url("../img/icon-line.webp") no-repeat left bottom;
}
.faq__body dl dt p {
  font-weight: bold;
  min-height: 40px;
  padding: 20px 0 0 82px;
  background: url("../img/icon-q.webp") no-repeat left center/40px 40px;
}
@media screen and (min-width: 600px) {
  .faq__body dl dt p {
    padding: 5px 0 0 82px;
  }
}
.faq__body dd {
  min-height: 55px;
  font-size: 16px;
  line-height: 25px;
  padding-top: 5px;
  padding-left: 82px;
  background: url("../img/icon-a.webp") no-repeat left top/40px 40px;
}

.footer-cnt {
  padding-inline: 20px;
  text-align: center;
}

.footer-cnt__wrap1 {
  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;
  position: relative;
}
@media screen and (min-width: 600px) {
  .footer-cnt__wrap1 {
    -webkit-margin-start: 50px;
            margin-inline-start: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .footer-cnt__wrap1 {
    -webkit-margin-start: 70px;
            margin-inline-start: 70px;
    gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .footer-cnt__wrap1 {
    -webkit-margin-start: 100px;
            margin-inline-start: 100px;
    width: 860px;
    margin-inline: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 30px;
  }
}

.footer__image {
  position: absolute;
  bottom: -10px;
  right: calc(50% + 200px);
  width: 200px;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 600px) {
  .footer__image {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .footer__image {
    display: block;
  }
}

.wrap1__tel-wrap {
  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;
  gap: 10px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.tel-wrap__text {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #b61f28;
  padding: 10px;
  width: 300px;
}

.tel-wrap__number {
  text-align: center;
  width: 300px;
  color: #b61f28;
  font-size: 30px;
  font-weight: bold;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  position: relative;
}
.tel-wrap__number::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 20px;
  height: 15px;
  background: url(../img/header_tel.webp) no-repeat center center/contain;
  z-index: 1;
}

.tel-wrap__time {
  width: 300px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 5px;
}
.tel-wrap__time .t-1 {
  font-size: 12px;
}
.tel-wrap__time .bk-black {
  font-size: 13px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  padding: 5px;
}

.footer_contact {
  width: 300px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #427dbf;
  padding: 5px 5px 5px 30px;
  position: relative;
}
.footer_contact::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/header_mail.webp) no-repeat center center;
  z-index: 1;
}

.footer-snt__wrap2 {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  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;
  gap: 10px;
}

.footer_logo2 {
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  border-bottom: 1px solid #ccc;
}

.wrap2__text {
  font-size: 12px;
}

.wrap2__text2 {
  font-size: 20px;
  font-weight: bold;
}

.wrap2__tex3 {
  color: #b61f28;
}

.footer_btn {
  text-align: center;
}

.copy {
  display: block;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-size: 11px;
  background-color: #3B2213;
}