@media screen and (max-width: 767px) {
  .main {
    margin-top: 35px;
  }
}

.fv {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .fv__img img {
    min-height: 600px;
    object-fit: cover;
  }
}
.fv__bnr {
  width: 66%;
  max-width: 840px;
  position: absolute;
  bottom: 23px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .fv__bnr {
    width: 100%;
    margin-top: -3%;
    position: static;
    translate: 0 0;
  }
}
@media screen and (min-width: 768px) {
  .fv__bnr a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .fv__bnr a:hover {
    opacity: 0.7;
  }
}

.contact {
  background-color: #F5F5F5;
}
.contact__bnr {
  z-index: 10;
  position: relative;
  margin-top: min(-22px, -1.71875vw);
}
@media screen and (max-width: 767px) {
  .contact__bnr {
    margin-top: 0;
  }
}
.contact__bnr img {
  min-height: 94px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contact__bnr img {
    min-height: initial;
  }
}
.contact__bnr2 {
  max-width: 840px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .contact__bnr2 {
    margin: 0;
  }
}
.contact__box {
  max-width: 730px;
  margin: 13px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__box {
    width: 90%;
    margin-top: 20px;
  }
}
.contact__list {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .contact__list {
    max-width: initial;
    width: 100%;
  }
}
.contact__name {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contact__name {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.contact__name .required {
  margin-left: 1em;
  display: inline-block;
  color: #f00;
}
.contact__item {
  margin-top: 7px;
  font-size: 1.6rem;
}
.contact__item + .contact__name {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .contact__item {
    margin-top: 10px;
  }
  .contact__item.__name input, .contact__item.__tel input {
    width: 50%;
  }
}
.contact__item input, .contact__item textarea {
  width: 100%;
  border: 1px solid #A7A598;
  border-radius: 4px;
  padding: 10px 8px;
  font-size: 1.4rem;
}
.contact__item input::placeholder, .contact__item textarea::placeholder {
  color: #A7A598;
}
.contact__item input {
  height: 40px;
}
.contact__item textarea {
  height: 80px;
}
.contact .error {
  margin-top: 3px;
  color: #f00;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact__check {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
@media screen and (max-width: 767px) {
  .contact__check {
    flex-direction: column;
  }
}
.contact__check label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.contact__check input {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.contact__check #content_error1 .error {
  margin-top: -9px;
}
@media print, screen and (min-width: 768px) {
  .contact__check #content_error1 .error {
    width: 200px;
  }
}
.contact__img {
  width: 250px;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .contact__img {
    margin-top: 0;
    max-width: 180px;
    width: 53.125%;
    position: absolute;
    top: 1%;
    right: -5%;
  }
}
.contact__btn {
  max-width: 360px;
  margin: 22px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__btn {
    width: 89%;
  }
}
.contact__btn input {
  cursor: pointer;
  width: 100%;
  height: 64px;
  border: 1px solid #F5B547;
  border-radius: 9999px;
  color: #fff;
  font-size: 2.4rem;
  box-shadow: 0 4px 0 #C4641E;
  background: linear-gradient(to bottom, #FEC86C, #F9C541 15%, #FF982A 60%, #FF6C25);
}
@media screen and (min-width: 768px) {
  .contact__btn input {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .contact__btn input:hover {
    opacity: 0.7;
  }
}
.contact__btn .txt {
  pointer-events: none;
  padding-right: 29px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  top: 44%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  background: url(../img/contact__arrow.png) no-repeat right 80%/11px 17px;
}
.contact__btn .txt .big {
  font-size: 3.6rem;
}

.review {
  padding-top: 22px;
  padding-bottom: 28px;
  background-color: #FAF8E8;
}
@media screen and (max-width: 767px) {
  .review {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
.review__ttl {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .review__ttl {
    font-size: 1.6rem;
  }
}
.review__ttl .color {
  color: #FD8432;
}
@media screen and (max-width: 767px) {
  .review__ttl .sp-big {
    margin-top: 4px;
    display: block;
    font-size: 2.4rem;
  }
}
.review__ttl .small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .review__ttl .small {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.review__ttl .big {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .review__ttl .big {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.review__box {
  max-width: 960px;
  width: 93%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .review__box {
    width: 90%;
    margin-top: 15px;
  }
}
.review__shop {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .review__shop {
    width: 93%;
    align-items: flex-start;
  }
}
.review__shop-img {
  width: 56px;
}
@media screen and (max-width: 767px) {
  .review__shop-img {
    width: 48px;
  }
}
.review__shop-right {
  margin-left: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .review__shop-right {
    margin-left: 14px;
    flex: 1;
  }
}
.review__shop-name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .review__shop-name {
    font-size: 1.6rem;
  }
}
.review__shop-star {
  margin-left: 16px;
  color: #EB6120;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .review__shop-star {
    margin-top: 5px;
    margin-left: 0;
    font-size: 1.6rem;
  }
}
.review__shop-star .small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .review__shop-star .small {
    font-size: inherit;
  }
}
.review__shop-google {
  width: 100%;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .review__shop-google {
    margin-top: 5px;
  }
}
.review__shop-google img {
  width: 128px;
}
.review__line {
  height: 4px;
  margin-top: 13px;
  background-image: linear-gradient(-45deg, transparent 35%, #00539C 35%, #00539C 45%, transparent 55%);
  background-size: 5.6px 4px;
}
@media screen and (max-width: 767px) {
  .review__line {
    background-image: linear-gradient(-45deg, transparent 35%, #EB6120 35%, #EB6120 45%, transparent 55%);
  }
}
.review__list {
  max-width: 876px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .review__list {
    margin-top: 6px;
  }
}
.review__list .slick-prev {
  z-index: 1;
  left: -15px;
}
@media screen and (max-width: 767px) {
  .review__list .slick-prev {
    left: 0;
  }
}
.review__list .slick-prev::before {
  content: "";
  width: 10px;
  height: 16px;
  display: block;
  background: url(../img/review_arrow.png) no-repeat left center/auto 16px;
}
.review__list .slick-next {
  right: -25px;
}
@media screen and (max-width: 767px) {
  .review__list .slick-next {
    right: -10px;
  }
}
.review__list .slick-next::before {
  content: "";
  width: 10px;
  height: 16px;
  display: block;
  rotate: 180deg;
  background: url(../img/review_arrow.png) no-repeat left center/auto 16px;
}
.review .review__item {
  display: flex;
}
.review__item {
  margin: 0 18px 10px;
  border-radius: 20px;
  padding: 26px 12px 24px 14px;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 2px 4px rgba(185, 141, 74, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .review__item {
    margin: 10px 19px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 17px 13px 24px 27px;
  }
}
.review__item-icon {
  max-width: 48px;
  width: 23%;
}
.review__item-box {
  margin-left: 16px;
  flex: 1;
}
.review__item-ttl {
  color: #1374DF;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.review__item-date {
  margin-top: 3px;
  color: #A4A4A4;
  font-size: 1.4rem;
  font-weight: 500;
}
.review__item-star {
  width: 100%;
  margin-top: 12px;
  color: #FD6835;
  font-size: 1.8rem;
  font-weight: 500;
}
.review__item-txt {
  overflow-y: auto;
  height: 116px;
  margin-top: 9px;
  padding-right: 12px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .review__item-txt {
    padding-right: 15px;
  }
}
.review__item-txt::-webkit-scrollbar {
  width: 4px;
}
.review__item-txt::-webkit-scrollbar-track {
  background: #F0F0F0;
}
.review__item-txt::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #888888;
}
.review__list2 {
  padding-top: 37px;
}
@media print, screen and (min-width: 768px) {
  .review__list2 {
    overflow-x: hidden;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .review__list2 {
    padding-top: 19px;
  }
}
.review__item2 {
  z-index: 10;
  max-width: 800px;
  width: 96%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 28px 100px 25px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .review__item2 {
    width: 81%;
    padding: 25px 10px 16px 22px;
    align-items: center;
  }
}
.review__item2 + .review__item2 {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .review__item2 + .review__item2 {
    margin-top: 27px;
  }
}
.review__item2-deco {
  z-index: 11;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 999px 999px 0 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -12px;
  left: -22px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FF4F35;
}
@media screen and (max-width: 767px) {
  .review__item2-deco {
    width: 64px;
    top: -7px;
    left: -18px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.review__item2-icon {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  position: absolute;
  top: 28px;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .review__item2-icon {
    width: 80px;
    margin-left: 7px;
    position: static;
  }
}
.review__item2-icon img {
  border-radius: inherit;
  transform: scale(1.1);
}
.review__item2-star {
  width: 100%;
  padding-left: 140px;
  color: #FABD20;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .review__item2-star {
    width: auto;
    padding-left: 7px;
    font-size: 2.8rem;
  }
}
.review__item2-ttl {
  width: 100%;
  margin-top: 5px;
  padding-left: 140px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .review__item2-ttl {
    margin-top: 8px;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.review__item2-ttl .color {
  color: #E9622D;
}
.review__item2-txt {
  width: 100%;
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .review__item2-txt {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.review__item2-txt .line {
  text-decoration: underline;
  text-decoration-color: #FD8432;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.contact2 {
  padding-top: 24px;
  padding-bottom: 15px;
  position: relative;
  background: linear-gradient(to bottom, #00539C, #131E59);
}
@media screen and (max-width: 767px) {
  .contact2 {
    padding-top: 18px;
    padding-bottom: 20px;
  }
}
.contact2__wrap {
  max-width: 750px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .contact2__wrap {
    position: relative;
    text-align: center;
  }
}
.contact2__ttl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact2__ttl {
    width: 77%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
.contact2__txt {
  margin-top: 10px;
  color: #FFE137;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact2__txt {
    width: 81%;
    margin: 15px auto 0;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.contact2__tel {
  margin: 10px auto 0;
  padding-left: 63px;
  display: inline-block;
  color: #FFE137;
  font-size: 4.8rem;
  font-weight: 500;
  background: url(../img/tel_icon.png) no-repeat left 80%/51px auto;
}
@media screen and (max-width: 767px) {
  .contact2__tel {
    width: 83%;
    margin: 15px auto 0;
    padding-left: 45px;
    display: block;
    font-size: 3.2rem;
    background-size: 38px auto;
  }
}
.contact2__tel a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contact2__tel a {
    pointer-events: none;
  }
}
.contact2__img {
  z-index: 11;
  width: 128px;
  position: absolute;
  top: -35px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .contact2__img {
    width: 99px;
    top: 0;
  }
}

.why {
  z-index: 1;
  position: relative;
  padding-bottom: 50px;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 83% 92%, 50% 100%, 17% 92%, 0 92%);
  background: linear-gradient(to bottom, #FFFDF0, #FFFDF0 20%, #FCD16F);
}
@media screen and (max-width: 767px) {
  .why {
    padding-bottom: 33px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 42px), 50% 100%, 0 calc(100% - 42px));
  }
}
.why__top {
  background-color: #FABD20;
}
.why__top-ttl {
  padding-top: 23px;
  padding-bottom: 30px;
  position: relative;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .why__top-ttl {
    padding-top: 13px;
    padding-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.2777777778;
  }
}
.why__top-ttl::after {
  content: "";
  width: 226px;
  height: 31px;
  position: absolute;
  top: 99.9%;
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #FABD20;
}
@media screen and (max-width: 767px) {
  .why__top-ttl::after {
    width: 66px;
    height: 16px;
  }
}
.why__top-ttl .big {
  display: block;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .why__top-ttl .big {
    display: inline;
    font-size: 2.4rem;
  }
}
.why__top-ttl .line {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #FFFDF0;
  text-decoration-thickness: 5px;
}
@media screen and (max-width: 767px) {
  .why__top-ttl .line {
    display: block;
    text-decoration-thickness: 2px;
  }
}
.why__top-ttl .big2 {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .why__top-ttl .big2 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .why__top-ttl .big3 {
    font-size: 4rem;
  }
}
.why__mid {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .why__mid {
    margin-top: 20px;
  }
}
.why__mid-answer {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .why__mid-answer {
    font-size: 2.4rem;
  }
}
.why__mid-answer .big {
  color: #EB6120;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .why__mid-answer .big {
    font-size: 2em;
  }
}
.why__mid-answer .big2 {
  color: #EB6120;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .why__mid-answer .big2 {
    font-size: inherit;
  }
}
.why__mid-txt {
  margin-top: 5px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .why__mid-txt {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.why__mid-txt .big {
  font-size: 1.2em;
  font-weight: bold;
}
.why__mid-ttl {
  margin-top: 20px;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .why__mid-ttl {
    margin-top: 15px;
    font-size: 2.4rem;
  }
}
.why__box {
  max-width: 840px;
  width: 90%;
  margin: 20px auto 0;
  border-radius: 8px;
  padding: 20px 40px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .why__box {
    margin-top: 20px;
    padding: 0 0 12px;
    position: relative;
  }
}
.why__box-left {
  z-index: 11;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .why__box-left {
    width: 90px;
    position: absolute;
    top: 32px;
    left: 0;
  }
}
.why__box-ttlbox {
  width: calc(100% - 300px);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .why__box-ttlbox {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.why__box-txt {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .why__box-txt {
    font-size: 1.8rem;
  }
}
.why__box-ttl {
  color: #FC5B1F;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .why__box-ttl {
    margin-top: 10px;
    font-size: 2.4rem;
  }
}
.why__box-ttl .big {
  font-size: 8rem;
  vertical-align: sub;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .why__box-ttl .big {
    font-size: 6.4rem;
  }
}
.why__box-ttl .line {
  text-decoration: underline;
  text-decoration-color: #FC5B1F;
  text-decoration-thickness: 2px;
}
.why__box-right {
  z-index: 11;
  width: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .why__box-right {
    width: 90px;
    position: absolute;
    top: 32px;
    right: 0;
  }
}
.why__list {
  width: 100%;
  margin-top: -13px;
}
@media screen and (max-width: 767px) {
  .why__list {
    width: 95%;
    margin: 7px auto 0;
  }
}
.why__item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFFDF0;
}
.why__item + .why__item {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .why__item + .why__item {
    margin-top: 16px;
  }
}
.why__item-ttl {
  height: 48px;
  padding-left: 64px;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #FF9941;
}
@media screen and (max-width: 767px) {
  .why__item-ttl {
    cursor: pointer;
    padding-left: 50px;
    padding-right: 27px;
    font-size: 1.6rem;
  }
}
.why__item-ttl .icon {
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 16px;
  top: 50%;
  translate: 0 -50%;
  color: #FC5B1F;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .why__item-ttl .icon {
    left: 5px;
  }
}
.why__item-ttl .icon .txt {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.why__item-ttl .icon .number {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
.why__item-ttl .arrow {
  width: 16px;
  position: absolute;
  right: 3%;
  top: 50%;
  translate: 0 -50%;
  rotate: 180deg;
  transition: rotate 0.3s;
}
.why__item-ttl .arrow.js-active {
  rotate: 0deg;
}
@media print, screen and (min-width: 768px) {
  .why__item-ttl .arrow {
    display: none;
  }
}
.why__item-box {
  padding: 10px 10px 15px;
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .why__item-box {
    display: none;
    padding: 6px 8px;
  }
}
.why__item-txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .why__item-txt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.why__item-txt .icon {
  width: 92px;
  margin-right: 20px;
  display: inline-block;
}
.why__item-txt .color {
  color: #FC5B1F;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .why__item-txt .color {
    font-size: inherit;
  }
}
.why__item-img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .why__item-img {
    width: 90px;
    float: right;
  }
}
.why__bot {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .why__bot {
    margin-top: 18px;
    gap: 0;
  }
}
.why__bot-ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .why__bot-ttl {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
  }
}
.why__bot-ttl .big {
  margin-top: 7px;
  display: block;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .why__bot-ttl .big {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
.why__bot-img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .why__bot-img {
    width: 56px;
  }
}

.worry {
  position: relative;
  margin-top: -120px;
  padding-top: 144px;
  padding-bottom: 64px;
  background-color: #E9622D;
}
@media screen and (max-width: 767px) {
  .worry {
    margin-top: -42px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.worry__ttl {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: bold;
  text-align: center;
}
.worry__ttl .small {
  display: block;
}
.worry__ttl .big {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .worry__ttl .big {
    font-size: 3.2rem;
  }
}
.worry__box {
  max-width: 840px;
  width: 90%;
  margin: 15px auto 0;
  border-radius: 10px;
  padding: 35px 25px 30px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 47px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .worry__box {
    display: block;
    padding: 20px 17px;
  }
}
.worry__box-left {
  flex: 1;
}
.worry__box-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .worry__box-ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.worry__box-txt {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .worry__box-txt {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.worry__box-img {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .worry__box-img {
    width: 75%;
    margin: 13px auto 0;
  }
}

.service {
  padding-bottom: 65px;
  background: url(../img/service_bg_pc.png) no-repeat top/100% auto;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .service {
    background-image: url(../img/service_bg_sp.png);
  }
}
.service__ttl {
  z-index: 11;
  max-width: 708px;
  width: 81%;
  height: 102px;
  margin: -34px auto 0;
  padding-bottom: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service__ttl {
    max-width: 304px;
    height: 80px;
    margin-top: -29px;
    padding-top: 7px;
    display: block;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    text-align: center;
  }
}
.service__ttl .bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.service__ttl .color {
  color: #FDAC29;
  font-weight: bold;
}
.service__ttl2 {
  margin-top: -23px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__ttl2 {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .service__ttl2 .big {
    font-size: 3.2rem;
  }
}
.service__ttl2 .color {
  color: #E9622D;
}
@media screen and (max-width: 767px) {
  .service__ttl2 .color {
    margin-top: -15px;
    display: block;
  }
}
.service__ttl2 .big2 {
  font-size: 8rem;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .service__ttl2 .big2 {
    font-size: 6.4rem;
    top: 15px;
  }
}
.service__ttl2 .line {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
@media print, screen and (min-width: 768px) {
  .service__ttl2 .line {
    font-size: 3.2rem;
  }
}
.service__list {
  max-width: 840px;
  width: 90%;
  margin: 22px auto 0;
  padding: 18px 12px 28px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service__list {
    margin-top: 16px;
    border-radius: 8px;
    padding: 18px 15px 25px;
    gap: 20px;
  }
}
.service__item {
  width: calc(50% - 6px);
}
@media screen and (max-width: 767px) {
  .service__item {
    width: 100%;
  }
}
.service__item-ttl {
  height: 40px;
  padding-left: 76px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  background-color: #FFE137;
}
@media screen and (max-width: 767px) {
  .service__item-ttl {
    height: auto;
    padding: 8px 0 8px 75px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.service__item-ttl .icon {
  width: 60px;
  aspect-ratio: 1/1;
  border: 2px solid #FFE137;
  border-radius: 9999px;
  padding-top: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 6px;
  left: 5px;
  color: #FC5B1F;
  line-height: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service__item-ttl .icon {
    top: -20px;
    bottom: auto;
  }
}
.service__item-ttl .icon .txt {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
}
.service__item-ttl .icon .number {
  display: block;
  font-size: 3.2rem;
}
.service__item-txt {
  padding: 10px 20px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service__item-txt {
    padding: 10px 0 0;
  }
}
.service__item-txt .color {
  color: #FC5B1F;
  font-weight: 500;
}

.point {
  padding-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .point {
    padding-bottom: 25px;
  }
}
.point__more {
  margin-top: -50px;
  color: #148035;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__more {
    margin-top: -50px;
    font-size: 1.8rem;
  }
}
.point__plus {
  width: 80px;
  aspect-ratio: 1/1;
  margin: 10px auto 0;
  border-radius: 999px;
  position: relative;
  background-color: #148035;
}
@media screen and (max-width: 767px) {
  .point__plus {
    width: 64px;
  }
}
.point__plus::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  clip-path: polygon(40% 0, 60% 0, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%, 0 40%, 40% 40%);
  background-color: #fff;
}
.point__txt {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__txt {
    margin-top: 20px;
    gap: 4px 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .point__txt .txt1 {
    width: 100%;
  }
}
.point__txt .big {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
}
.point__txt .icon {
  width: 40px;
  margin: 0 3px;
}
.point__ttl {
  margin-top: 10px;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__ttl {
    margin-top: 5px;
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
}
.point__ttl .color {
  color: #148035;
  font-weight: bold;
}
.point__list {
  max-width: 840px;
  width: 96%;
  margin: 25px auto 0;
  display: flex;
  gap: 37px;
}
@media screen and (max-width: 767px) {
  .point__list {
    width: 81%;
    margin-top: 28px;
    flex-direction: column;
    gap: 4px;
  }
}
.point__item {
  flex: 1;
}
.point__item-img {
  border-radius: 999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .point__item-img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
}
.point__item-line {
  margin-top: 30px;
  padding: 18px 0 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../img/point_line_pc.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .point__item-line {
    margin-top: 22px;
    background-image: url(../img/point_line_sp.png);
  }
}
.point__item-icon {
  width: 80px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  top: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #62C14B;
}
.point__item-icon .number {
  font-size: 3.2rem;
}
.point__item-txt {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
  text-align: center;
}
.point__item-ttl {
  width: 100%;
  margin-top: 5px;
  color: #148035;
  font-size: 2.3rem;
  line-height: 1.3043478261;
  font-weight: bold;
  text-align: center;
}
.point__item-txt2 {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.point__item-txt2 .color {
  color: #62C14B;
  font-weight: 500;
}

.assurance {
  background-color: #E7F4E1;
}
.assurance__wrap {
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .assurance__wrap {
    padding-top: 35px;
    padding-bottom: 27px;
  }
}
.assurance__img {
  width: 128px;
  position: absolute;
  top: -25px;
  left: 590px;
}
@media screen and (max-width: 767px) {
  .assurance__img {
    width: 105px;
    top: -19px;
    left: auto;
    right: 0;
  }
}
.assurance__ttl {
  text-align: center;
}
.assurance__ttl .txt1 {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .assurance__ttl .txt1 {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
}
.assurance__ttl .txt2 {
  margin-top: 20px;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .assurance__ttl .txt2 {
    margin-top: 25px;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
.assurance__ttl .txt3 {
  margin-top: 10px;
  display: block;
  color: #FC5B1F;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .assurance__ttl .txt3 {
    margin-top: 2px;
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.assurance__txt {
  margin-top: 10px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .assurance__txt {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.assurance__txt .big {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .assurance__txt .big {
    font-size: 2.4rem;
  }
}
.assurance__txt .color {
  color: #FF522B;
}
.assurance__box {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 12px 21px 7px 29px;
  gap: 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .assurance__box {
    margin-top: 30px;
    padding: 18px 15px 11px;
    display: block;
  }
}
.assurance__box-left {
  flex: 1;
}
.assurance__box-ttl {
  font-weight: 500;
  text-align: center;
}
.assurance__box-ttl .txt {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .assurance__box-ttl .txt {
    font-size: 1.8rem;
  }
}
.assurance__box-ttl .txt2 {
  margin-top: 5px;
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .assurance__box-ttl .txt2 {
    margin-top: 10px;
    font-size: 2.4rem;
  }
}
.assurance__box-txt {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .assurance__box-txt {
    margin-top: 17px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.assurance__box-txt .color {
  color: #FF522B;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .assurance__box-txt .color {
    font-weight: 500;
  }
}
.assurance__box-img {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .assurance__box-img {
    width: 100%;
    margin-top: 15px;
  }
}

.voice {
  padding-top: 33px;
  padding-bottom: 35px;
  background: url(../img/voice_bg_pc.png) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-top: 26px;
    padding-bottom: 27px;
    background-image: url(../img/voice_bg_pc.png);
  }
}
.voice__ttl {
  font-weight: 500;
  text-align: center;
}
.voice__ttl .txt1 {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .voice__ttl .txt1 {
    font-size: 1.8rem;
  }
}
.voice__ttl .txt2 {
  margin-top: 10px;
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .voice__ttl .txt2 {
    margin-top: 15px;
    font-size: 2.4rem;
  }
}
.voice__list {
  padding-top: 22px;
}
@media print, screen and (min-width: 768px) {
  .voice__list {
    overflow-x: hidden;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .voice__list {
    width: 90%;
    margin: 0 auto;
    padding-top: 15px;
  }
}
.voice__item {
  z-index: 10;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice__item {
    padding: 15px 15px 20px;
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
  }
}
.voice__item::before {
  z-index: -1;
  content: "";
  width: 797px;
  height: 100%;
  position: absolute;
  top: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .voice__item::before {
    content: none;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__item:nth-child(odd) {
    padding: 10px 17px 18px 0;
  }
  .voice__item:nth-child(odd)::before {
    right: 0;
  }
  .voice__item:nth-child(even) {
    padding: 20px 0 22px 23px;
    flex-direction: row-reverse;
  }
  .voice__item:nth-child(even)::before {
    left: 0;
  }
}
.voice__item + .voice__item {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .voice__item + .voice__item {
    margin-top: 24px;
  }
}
.voice__item-left {
  flex: 1;
}
.voice__item-ttl {
  margin-top: 12px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .voice__item-ttl {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__item:nth-child(even) .voice__item-ttl {
    margin-top: 0;
  }
}
.voice__item-txt {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .voice__item-txt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.voice__item-info {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  width: 56%;
}
@media screen and (max-width: 767px) {
  .voice__item-info {
    width: calc(100% - 168px);
  }
}
@media print, screen and (min-width: 768px) {
  .voice__item:nth-child(even) .voice__item-info {
    margin-left: auto;
  }
}
.voice__item-right {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .voice__item-right {
    width: 100%;
    padding-top: 26px;
    position: relative;
  }
}
.voice__item-before {
  z-index: 11;
  width: 198px;
  border: 4px solid #fff;
  position: absolute;
  top: -26px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .voice__item-before {
    width: 168px;
    top: 4px;
    right: -5px;
  }
}
.voice__item-before::after {
  content: "Before";
  width: 61px;
  height: 19px;
  position: absolute;
  bottom: 12px;
  left: -4.2px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 500;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 94.3% 50%, 100% 100%, 0 100%);
  background-color: #00539C;
}
@media screen and (max-width: 767px) {
  .voice__item-before::after {
    width: 48px;
    height: 20px;
    bottom: 9px;
    font-size: 1.1rem;
    line-height: 1.7272727273;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__item:nth-child(odd) .voice__item-before {
    right: -33px;
  }
  .voice__item:nth-child(even) .voice__item-before {
    left: -37px;
  }
}
.voice__item-after {
  border: 4px solid #fff;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .voice__item-after {
    width: 97%;
    margin-top: 13px;
  }
}
.voice__item-after::after {
  content: "After";
  width: 61px;
  height: 19px;
  position: absolute;
  bottom: 12px;
  left: -4.2px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 500;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 94.3% 50%, 100% 100%, 0 100%);
  background-color: #FD8432;
}
@media screen and (max-width: 767px) {
  .voice__item-after::after {
    width: 48px;
    height: 22px;
    bottom: 6px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__item:nth-child(even) .voice__item-after {
    margin-top: 5px;
  }
}

.enjoy {
  padding-top: 40px;
  padding-bottom: 32px;
  background: linear-gradient(to bottom, #0057B3, #0057B3 400px, transparent 400px, transparent);
}
@media screen and (max-width: 767px) {
  .enjoy {
    padding-top: 19px;
    padding-bottom: 20px;
    background: linear-gradient(to bottom, #0057B3, #0057B3 190px, transparent 190px, transparent);
  }
}
.enjoy__top {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .enjoy__top {
    width: 90%;
  }
}
.enjoy__img {
  width: 188px;
  margin-top: 30px;
  border: 4px solid #fff;
  rotate: -13deg;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .enjoy__img {
    width: 109px;
    height: auto;
    margin-top: 10px;
    border-width: 2px;
  }
}
.enjoy__ttl {
  margin-left: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .enjoy__ttl {
    margin-left: 20px;
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.enjoy__ttl .txt1 {
  padding-left: 35px;
  display: block;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .enjoy__ttl .txt1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .enjoy__ttl .txt1 {
    padding-left: 17px;
  }
}
.enjoy__ttl .txt2 {
  margin-top: 10px;
  display: block;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .enjoy__ttl .txt2 {
    font-size: 4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .enjoy__ttl .txt2 {
    margin-top: 5px;
  }
}
.enjoy__list {
  z-index: 10;
  max-width: 840px;
  width: 90%;
  margin: 5px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .enjoy__list {
    gap: 16px;
  }
}
.enjoy__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .enjoy__item {
    width: 100%;
  }
}
.enjoy__item-img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .enjoy__item-img {
    border-radius: 0;
  }
}
.enjoy__item-ttl {
  height: 60px;
  margin-top: -60px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .enjoy__item-ttl {
    height: 64px;
    margin-top: -64px;
    font-size: 1.8rem;
  }
}
.enjoy__item-ttl .icon {
  width: 54px;
  height: 54px;
  margin: 0 14px;
  border: 1px solid #0AA0FF;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0AA0FF;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .enjoy__item-ttl .icon {
    margin-left: 0;
    margin-right: 7px;
  }
}
.enjoy__item-ttl .icon .txt {
  display: block;
  font-size: 1.2rem;
}
.enjoy__item-ttl .icon .number {
  display: block;
  font-size: 2rem;
}
.enjoy__item-txt {
  margin-top: 10px;
  margin-left: 14px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .enjoy__item-txt {
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.happy {
  padding-top: 30px;
  background-color: #E8F6FF;
}
@media screen and (max-width: 767px) {
  .happy {
    padding-top: 15px;
  }
}
.happy__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .happy__ttl {
    line-height: 1;
  }
  .happy__ttl .txt1 {
    display: block;
    font-size: 1.8rem;
  }
  .happy__ttl .txt2 {
    margin-top: 10px;
    display: block;
    font-size: 1.6rem;
  }
  .happy__ttl .txt3 {
    margin-top: 13px;
    display: block;
    font-size: 2.4rem;
  }
  .happy__ttl .txt4 {
    margin-top: 10px;
    display: block;
    font-size: 3.2rem;
  }
  .happy__ttl .txt5 {
    margin-top: 15px;
    display: block;
    font-size: 2.4rem;
  }
}
.happy__list {
  max-width: 750px;
  width: 90%;
  margin: 26px auto 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 27px 50px;
}
@media screen and (max-width: 767px) {
  .happy__list {
    margin-top: 25px;
    gap: 23.7px;
  }
}
.happy__item {
  z-index: 10;
  width: calc(50% - 25px);
  padding-top: 9px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .happy__item:nth-child(1) {
    height: 138px;
  }
  .happy__item:nth-child(2) {
    height: 151px;
  }
  .happy__item:nth-child(3) {
    height: 147px;
  }
}
@media screen and (max-width: 767px) {
  .happy__item {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 32px;
  }
}
.happy__item .icon {
  z-index: 1;
  max-width: 65px;
  width: 18%;
  position: absolute;
  top: -7px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .happy__item .icon {
    top: -10%;
    left: 5%;
  }
}
.happy__item-txt {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .happy__item-txt {
    line-height: 1.5;
  }
}
.happy__item-txt .color {
  color: #FDAC29;
  font-size: 1.8rem;
  font-weight: bold;
}
.happy__item-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.happy__item-bg img {
  height: 100%;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.happy__img {
  max-width: 840px;
  margin: -180px auto 0;
}
.happy__img img {
  max-width: 451px;
}
@media screen and (max-width: 767px) {
  .happy__img {
    width: 90%;
    margin-top: 25px;
    text-align: center;
  }
}

.greeting {
  padding-top: 37px;
  padding-bottom: 50px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .greeting {
    padding-top: 17px;
  }
}
.greeting__subttl {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .greeting__subttl {
    font-weight: 400;
    line-height: 1.5;
  }
}
.greeting__subttl .big {
  font-size: 1.4em;
}
.greeting__ttl {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .greeting__ttl {
    margin-top: 6px;
    line-height: 1.3333;
  }
}
.greeting__box {
  max-width: 840px;
  width: 90%;
  margin: 25px auto 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .greeting__box {
    margin-top: 8px;
    display: block;
  }
}
.greeting__pre {
  width: 174px;
}
@media screen and (max-width: 767px) {
  .greeting__pre {
    width: 100%;
  }
}
.greeting__pre .img {
  border: 4px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .greeting__pre .img {
    width: 174px;
    margin: 0 auto;
    display: block;
  }
}
.greeting__pre .txt {
  margin-top: 15px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: center;
}
.greeting__txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .greeting__txt {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

/*# sourceMappingURL=index.css.map */
