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

ul, ol, figure, p, button, input, h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul, ol {
  list-style: none;
}

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

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
}

main {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.slideUp {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 1s linear 0s, translate 1s ease 0s;
}
.slideUp.is-animated {
  opacity: 1;
  translate: 0 0;
}

.desc_ttl {
  text-align: center;
  font-weight: bold;
  color: #da665f;
}
@media screen and (min-width: 769px) {
  .desc_ttl {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .desc_ttl {
    margin-top: 2.5rem;
    font-size: 3.9rem;
    line-height: 5.6rem;
  }
}
.desc_ttl span {
  background: linear-gradient(transparent 60%, #ffe56d 60%);
  padding-bottom: 0em;
}

.desc_txt {
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .desc_txt {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .desc_txt {
    margin-top: 1rem;
    font-size: 2.6rem;
    line-height: 3.9rem;
  }
}
.desc_txt sup {
  font-size: 0.5em;
  vertical-align: text-bottom;
}

@media screen and (min-width: 769px) {
  .foot p {
    font-size: 1.5rem;
    line-height: calc(1.4 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .foot p {
    font-size: 2rem;
    line-height: calc(1.75 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
.foot .to_top {
  height: auto;
  position: fixed;
  z-index: 999;
  transition: all 0.15s ease-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .foot .to_top {
    width: 13.8rem;
    inset: auto 3rem 3rem auto;
  }
}
@media screen and (max-width: 768px) {
  .foot .to_top {
    display: none;
  }
}
.foot .to_top.is-active {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .foot .to_top > a:hover {
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    opacity: 0.7;
  }
}
.foot .company_inner {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .foot .company_inner {
    padding: 3.5em 0;
    width: 103.1rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_inner {
    padding: 5.5em 0 15rem;
    width: 43.5rem;
    justify-content: center;
  }
}
.foot .company_name {
  width: 31.7rem;
  height: auto;
}
.foot .company_desc {
  letter-spacing: 0.135em;
}
@media screen and (min-width: 769px) {
  .foot .company_desc {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_desc {
    margin-top: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_cta_wrap {
    margin-top: 5rem;
    text-align: center;
  }
}
.foot .company_cta_txt {
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #007388;
}
@media screen and (min-width: 769px) {
  .foot .company_cta_txt {
    margin-left: 8rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_cta_txt {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .foot .company_cta_inner {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_cta_inner {
    margin-top: 2.5rem;
    padding: 3rem 5rem;
    border: 0.4rem solid #d6d7d6;
  }
}
.foot .company_cta {
  height: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .foot .company_cta {
    width: 32.2rem;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_cta {
    width: 33.3rem;
  }
}
@media screen and (min-width: 769px) {
  .foot .company_cta_time {
    margin: 1rem 0 0 10rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_cta_time {
    margin-top: 1.5rem;
    letter-spacing: 0.19em;
  }
}
.foot .company_licence {
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .foot .company_licence {
    margin-top: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_licence {
    margin-top: 4rem;
    flex-direction: column;
    align-items: center;
  }
}
.foot .company_copy {
  padding: 1em 0;
  background-color: #d6d7d6;
}
.foot .company_copy small {
  display: block;
  text-align: center;
  color: #7f7f7f;
}
@media screen and (min-width: 769px) {
  .foot .company_copy small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_copy small {
    font-size: 1rem;
  }
}

.dialog {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  border: none;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.dialog::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease-in-out;
}
.dialog.show {
  opacity: 1;
}
.dialog.show::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.dialog_cont {
  margin: 12rem auto 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .dialog_cont {
    width: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_cont {
    width: 67rem;
  }
}

.dialog_inner {
  background: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  .dialog_inner {
    max-height: calc(100vh - 240px);
  }
}
@media screen and (max-width: 768px) {
  .dialog_inner {
    max-height: calc(100vh - 140px);
  }
}

@media screen and (min-width: 769px) {
  .dialog_wrap {
    padding: 6rem 16rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_wrap {
    padding: 7rem 4rem;
  }
}

.dialog_open {
  background-color: #fff;
  border: none;
  border-radius: 100vmax;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  font-weight: 700;
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .dialog_open {
    width: 21rem;
    height: 4.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_open {
    width: 31.6rem;
    height: 7rem;
    font-size: 2.4rem;
  }
}
.dialog_open > span {
  display: inline;
  text-decoration: underline;
  color: #1b2ac7;
}
@media (any-hover: hover) {
  .dialog_open:hover {
    opacity: 0.8;
  }
}

.dialog_close {
  width: 6rem;
  height: 6rem;
  border: none;
  border-radius: 50%;
  background-color: #00738a;
  position: absolute;
  top: -3rem;
  z-index: 10;
  cursor: pointer;
  outline: none;
}
@media screen and (min-width: 769px) {
  .dialog_close {
    right: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_close {
    right: -2rem;
  }
}
.dialog_close::before, .dialog_close::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 3.8rem;
  height: 1px;
  top: 2.8rem;
  left: 1rem;
}
.dialog_close::before {
  transform: rotate(-45deg);
}
.dialog_close::after {
  transform: rotate(45deg);
}

.dialog_box + .dialog_box {
  margin-top: 4rem;
}

.dialog_ttl {
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #00738a;
}
@media screen and (min-width: 769px) {
  .dialog_ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_ttl {
    font-size: 3.6rem;
  }
}
.dialog_ttl + .dialog_txt {
  margin-top: 2rem;
}

.dialog_txt {
  line-height: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .dialog_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_txt {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .dialog_txt.mark {
    padding-left: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_txt.mark {
    padding-left: 2.2rem;
  }
}
.dialog_txt.mark::before {
  content: "";
  display: inline-block;
  background-color: #00738a;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .dialog_txt.mark::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_txt.mark::before {
    width: 1rem;
    height: 1rem;
    top: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .dialog_txt.num {
    padding-left: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_txt.num {
    padding-left: 4.2rem;
  }
}
.dialog_txt.num::before {
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  border: 1px solid;
  border-radius: 9999999px;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .dialog_txt.num::before {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
    top: 0.8rem;
    left: -1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_txt.num::before {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    top: 1.2rem;
    left: 0;
  }
}

.dialog_subttl {
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .dialog_subttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_subttl {
    font-size: 3.2rem;
  }
}
.dialog_subttl + .dialog_txt {
  margin-top: 1.5rem;
}

.dialog_list {
  margin-top: 0.5rem;
  padding-left: 2.5rem;
  counter-reset: number;
}

.cta_fixed {
  width: 100%;
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .cta_fixed.is-active {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .cta_fixed.-pc .cta_fixed_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cta_fixed.-sp {
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .cta_fixed.-sp .cta_fixed_btn {
    display: none;
  }
}

.cta_fixed_wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  .cta_fixed_wrap {
    margin: 2rem auto;
    width: 110rem;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .cta_fixed_wrap {
    margin: 3rem auto 0;
    width: 65rem;
  }
}

.cta_fixed_btn {
  height: auto;
  display: block;
  transition: all 0.15s ease-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .cta_fixed_btn {
    width: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .cta_fixed_btn {
    width: 70rem;
    position: absolute;
    inset: auto 2.5rem 4rem 2.5rem;
  }
}
.cta_fixed_btn.is-active {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .cta_fixed_btn:hover {
    opacity: 0.8;
  }
}

.kv {
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .kv {
    padding-top: 9rem;
    background-image: url(../img/kv_bg_pc.png);
    background-position: center bottom;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    padding-top: 8rem;
    background-image: url(../img/kv_bg_sp.png);
    background-position: center;
  }
}

.kv_wrap {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .kv_wrap {
    padding: 8.5rem 0 24.5rem;
    width: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_wrap {
    padding: 6rem 0 13.5rem;
    width: 65rem;
  }
}

.kv_logo {
  height: auto;
}
@media screen and (min-width: 769px) {
  .kv_logo {
    width: 29.3rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_logo {
    width: 31.7rem;
  }
}

.kv_inner {
  display: flex;
}
@media screen and (min-width: 769px) {
  .kv_inner {
    margin-top: 0.5rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_inner {
    margin-top: 8rem;
    flex-direction: column;
    row-gap: 0.5rem;
  }
}

.kv_title {
  height: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .kv_title {
    width: 58.2rem;
    transform: translateY(8.5rem);
  }
}
@media screen and (max-width: 768px) {
  .kv_title {
    margin-inline: auto;
    width: 53.7rem;
  }
}

.kv_point {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kv_point figure {
  height: auto;
}
@media screen and (min-width: 769px) {
  .kv_point figure:first-of-type {
    width: 48.2rem;
    transform: translateX(0.5rem);
  }
}
@media screen and (max-width: 768px) {
  .kv_point figure:first-of-type {
    width: 66.5rem;
  }
}
@media screen and (min-width: 769px) {
  .kv_point figure:last-of-type {
    margin-top: 5rem;
    width: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_point figure:last-of-type {
    margin-top: 3.5rem;
    width: 100%;
  }
}
.kv_point .kv_caption {
  text-align: right;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .kv_point .kv_caption {
    width: 45.2rem;
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_point .kv_caption {
    width: 66rem;
    font-size: 2rem;
    margin-top: 2rem;
  }
}

.kv_point .kv_caption {
  text-align: right;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .kv_point .kv_caption {
    width: 45.2rem;
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_point .kv_caption {
    width: 66rem;
    font-size: 2rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .kv_cta {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_cta {
    margin-top: 1rem;
  }
}
.kv_cta > a {
  display: block;
  position: relative;
  background-image: url(../img/cta_btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .kv_cta > a {
    width: 45rem;
    height: 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_cta > a {
    width: 65rem;
    height: 13.9rem;
  }
}
.kv_cta > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/cta_btn_hover.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (any-hover: hover) {
  .kv_cta > a:hover::after {
    opacity: 1;
  }
}

.gift {
  background: linear-gradient(125deg, rgb(110, 187, 177) 0%, rgb(3, 112, 143) 55%);
}
@media screen and (min-width: 769px) {
  .gift {
    margin: -10rem auto 0;
    padding: 4.5rem 8.5rem;
    width: 100rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .gift {
    padding: 7.5rem 5rem;
  }
}

.gift_inner {
  margin-inline: auto;
  display: flex;
}
@media screen and (min-width: 769px) {
  .gift_inner {
    margin-bottom: 2rem;
    width: 75.7rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .gift_inner {
    margin-bottom: 5rem;
    width: 50rem;
    flex-direction: column;
    row-gap: 5rem;
  }
}
.gift_inner h3 {
  height: auto;
}
@media screen and (min-width: 769px) {
  .gift_inner h3 {
    width: 37.1rem;
  }
}
@media screen and (max-width: 768px) {
  .gift_inner h3 {
    width: 48rem;
  }
}
.gift_inner ul {
  display: flex;
}
@media screen and (min-width: 769px) {
  .gift_inner ul {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .gift_inner ul {
    justify-content: space-between;
  }
}
.gift_inner ul li {
  height: auto;
}
@media screen and (min-width: 769px) {
  .gift_inner ul li {
    width: 9.1rem;
  }
}
@media screen and (max-width: 768px) {
  .gift_inner ul li {
    width: 15.3rem;
  }
}

.gift_term {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .gift_term {
    margin-bottom: 2rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .gift_term {
    margin-bottom: 5rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    align-items: flex-end;
  }
}
.gift_term > picture {
  height: auto;
}
@media screen and (min-width: 769px) {
  .gift_term > picture {
    width: 39.5rem;
  }
}
@media screen and (max-width: 768px) {
  .gift_term > picture {
    width: 30.3rem;
  }
}

.gift_att {
  letter-spacing: 0.185em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .gift_att {
    font-size: 1.2rem;
    line-height: calc(1.5 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .gift_att {
    font-size: 2rem;
    line-height: calc(1.4 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}

.txt01 {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .txt01 {
    font-size: 1.6em;
    line-height: 2.8rem;
    letter-spacing: 0.135em;
  }
}
@media screen and (max-width: 768px) {
  .txt01 {
    font-size: 2.6em;
    line-height: 4.2rem;
    letter-spacing: 0.15em;
  }
}

@media screen and (min-width: 769px) {
  .point .ttl01 + .txt01,
  .strong .ttl01 + .txt01 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .point .ttl01 + .txt01,
  .strong .ttl01 + .txt01 {
    margin-top: 2rem;
  }
}

.point .ttl01 > img,
.merit .ttl01 > img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .point .ttl01 > img,
  .merit .ttl01 > img {
    height: 12.6rem;
  }
}
@media screen and (max-width: 768px) {
  .point .ttl01 > img,
  .merit .ttl01 > img {
    height: 18.1rem;
  }
}

@media screen and (min-width: 769px) {
  .point {
    margin: 12rem auto 0;
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .point {
    margin: 11.5rem auto 0;
    width: 65rem;
  }
}
.point figure {
  margin: 4rem auto 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .point.-one figure {
    width: 88.5rem;
  }
}

@media screen and (min-width: 769px) {
  .strong {
    margin-top: 12rem;
    padding: 12.5rem 0;
    background-image: url(../img/strong_bg_pc.png);
    background-size: 12.3rem 12.3rem;
    background-position: -2rem -5.7rem;
  }
}
@media screen and (max-width: 768px) {
  .strong {
    margin-top: 11.5rem;
    padding: 13.5rem 0 12.2rem;
    background-image: url(../img/strong_bg_sp.png);
    background-size: 75rem 13.4rem;
    background-position: 0 0.5rem;
  }
}
.strong .ttl01 {
  margin-inline: auto;
  height: auto;
}
@media screen and (min-width: 769px) {
  .strong .ttl01 {
    width: 28.6rem;
  }
}
@media screen and (max-width: 768px) {
  .strong .ttl01 {
    width: 41.9rem;
  }
}
.strong .txt01 {
  text-align: center;
}

.review {
  padding: 12.5rem 0;
}
@media screen and (min-width: 769px) {
  .review {
    background: repeating-linear-gradient(-135deg, rgba(200, 200, 200, 0.3) 0, rgba(200, 200, 200, 0.3) 1px, rgba(255, 255, 255, 0.3) 1px, rgba(255, 255, 255, 0.3) 20px);
  }
}
@media screen and (max-width: 768px) {
  .review {
    background: repeating-linear-gradient(-110deg, rgba(200, 200, 200, 0.3) 0, rgba(200, 200, 200, 0.3) 1px, rgba(255, 255, 255, 0.3) 1px, rgba(255, 255, 255, 0.3) 15px);
  }
}
.review .ttl01 {
  margin-inline: auto;
  height: auto;
}
@media screen and (min-width: 769px) {
  .review .ttl01 {
    width: 51.5rem;
  }
}
@media screen and (max-width: 768px) {
  .review .ttl01 {
    width: 65rem;
  }
}

.strong_desc,
.review_desc {
  display: flex;
}
@media screen and (min-width: 769px) {
  .strong_desc,
  .review_desc {
    margin-top: 5rem;
    justify-content: center;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
      .strong_desc img {
    /* height: 100%; */
  }
}
@media screen and (max-width: 768px) {
  .strong_desc,
  .review_desc {
    margin-top: 4.5rem;
    flex-direction: column;
    align-items: center;
    row-gap: 3.5rem;
  }
      .strong_desc img {
    /* height: 100%; */
  }
}
@media screen and (min-width: 769px) {
  .strong_desc li,
  .review_desc li {
    width: 31.4rem;
  }
}
@media screen and (max-width: 768px) {
  .strong_desc li,
  .review_desc li {
    width: 65rem;
  }
}

.reason {
  background: linear-gradient(125deg, rgb(110, 187, 177) 0%, rgb(3, 112, 143) 55%);
}
@media screen and (min-width: 769px) {
  .reason {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 5rem 0;
  }
}
.reason .ttl01 {
  margin-inline: auto;
  height: auto;
}
@media screen and (min-width: 769px) {
  .reason .ttl01 {
    width: 34.6rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .ttl01 {
    width: 48.4rem;
  }
}

.reason_inner {
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .reason_inner {
    padding: 9rem 5rem 3.5rem;
    width: 120rem;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_inner {
    padding: 10rem 5rem;
    width: 65rem;
    border-radius: 3rem;
  }
}

.reason_desc .reason_ttl {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .reason_desc .reason_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_desc .reason_ttl {
    font-size: 3.9rem;
  }
}
.reason_desc .reason_ttl span {
  background: linear-gradient(transparent 60%, #ffe56d 60%);
  padding-bottom: 0.05em;
}
.reason_desc .att {
  text-align: right;
  letter-spacing: 0.185em;
}
@media screen and (min-width: 769px) {
  .reason_desc .att {
    margin-top: 6.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_desc .att {
    margin-top: 3.5rem;
    font-size: 2rem;
  }
}
.reason_desc ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .reason_desc ul {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .reason_desc.-one .reason_ttl {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_desc.-one .reason_ttl {
    margin-top: 7rem;
  }
}
.reason_desc.-one ul {
  gap: 2.5rem;
}
@media screen and (min-width: 769px) {
  .reason_desc.-one ul {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_desc.-one ul {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .reason_desc.-one ul {
    grid-template-columns: repeat(3, 20rem);
  }
}
@media screen and (max-width: 768px) {
  .reason_desc.-one ul {
    grid-template-columns: repeat(2, 26.5rem);
  }
}
@media screen and (min-width: 769px) {
  .reason_desc.-two .reason_ttl {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_desc.-two .reason_ttl {
    margin-top: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .reason_desc.-two .txt01 {
    margin-top: 2.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .reason_desc.-two .txt01 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .reason_desc.-two ul {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 50rem);
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .reason_desc.-two ul {
    margin-top: 5.5rem;
    grid-template-columns: 1fr;
    row-gap: 7rem;
  }
}

.merit {
  padding: 11.5rem 0 12rem;
  background-color: #efeddf;
}

.merit_inner {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .merit_inner {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .merit_inner {
    width: 65rem;
  }
}
.merit_inner ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .merit_inner ul {
    margin-top: 5.5rem;
    grid-template-columns: repeat(4, 20rem);
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .merit_inner ul {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    row-gap: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .merit_inner figure {
    margin-inline: auto;
    width: 40rem;
  }
}

@media screen and (min-width: 769px) {
  .att_wrap {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .att_wrap {
    margin-top: 9rem;
  }
}
.att_wrap p {
  padding-left: 2.4em;
  text-indent: -2.4em;
  letter-spacing: 0.185em;
}
@media screen and (min-width: 769px) {
  .att_wrap p {
    font-size: 1.2rem;
    line-height: calc(1.5 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .att_wrap p {
    font-size: 2rem;
    line-height: calc(1.45 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
.att_wrap p + p {
  margin-top: 0.5em;
}/*# sourceMappingURL=style.css.map */
