@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cta {
  text-align: center;
  padding: 40px 10px;
}
@media (min-width: 768px) {
  .cta {
    max-width: 80%;
    margin: 0 auto;
    padding: 40px 20px;
  }
}
@media (min-width: 1112px) {
  .cta {
    max-width: 830px;
    margin: 0 auto;
  }
}
.cta__message {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  position: relative;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0 15px;
}
@media (min-width: 468px) {
  .cta__message {
    font-size: clamp(0.813rem, 0.679rem + 0.67vw, 1rem);
  }
}
@media (min-width: 1112px) {
  .cta__message {
    font-size: 18px;
  }
}
.cta__message::before {
  position: absolute;
  content: "";
  top: 10%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #333333;
  transform: rotate(-45deg);
}
.cta__message:after {
  position: absolute;
  content: "";
  top: 10%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #333333;
  transform: rotate(45deg);
}
.cta__button {
  display: inline-block;
  padding: 20px 0px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #D93838;
  border-radius: 9999px;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.cta__button:hover {
  background-color: #ba2424;
}

body {
  color: #333333;
  background-color: #FFFFFF;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "メイリオ", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

.content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 468px) {
  .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .content {
    max-width: 1240px;
  }
}

.sectionBg {
  padding: 40px 0;
}
@media (min-width: 468px) {
  .sectionBg {
    padding: 60px 0;
  }
}
.sectionBg.first-sectionBg {
  padding: 50px 0;
}
@media (min-width: 468px) {
  .sectionBg.first-sectionBg {
    padding: 100px 0;
  }
}

.bg-gray {
  background-color: #FAFAFA;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #333333;
  margin-bottom: 1em;
}

h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 1112px) {
  h2 {
    font-size: 32px;
  }
}

p {
  margin: 10px 0;
}

.sp_br {
  display: block;
}
@media (min-width: 768px) {
  .sp_br {
    display: none;
  }
}

.button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  background-color: #D93838;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}
.button:hover {
  background-color: #fff;
  color: #D93838;
  border: 1px solid #D93838;
}

.section-title {
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.section-title__heading {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section-title__heading {
    font-size: 34px;
  }
}
.section-title span {
  font-size: 20px;
  color: #4BA8B9;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.section-title span::before {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #4BA8B9;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.main-visual {
  position: relative;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
@media (min-width: 1112px) {
  .main-visual {
    max-width: 1480px;
    margin: 0 auto;
  }
}
.main-visual::before {
  position: absolute;
  content: "";
  background-color: #F2F2E8;
  width: 90%;
  height: 88%;
  right: 0;
  z-index: -1;
  top: 15%;
  border-radius: 15px 0 0 15px;
}
@media (min-width: 768px) {
  .main-visual::before {
    height: 55%;
  }
}
.main-visual__image {
  width: 90%;
}
.main-visual__image img {
  width: 100%;
  height: auto;
}
.main-visual__title {
  margin-top: 20px;
  padding: 0 15px;
}
.main-visual__title img {
  width: 85%;
  margin-left: auto;
}
.main-visual__catch {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .main-visual__catch {
    position: absolute;
    bottom: 55%;
    right: 10%;
    margin-top: 20px;
    padding: 0 15px;
  }
}
@media (min-width: 1112px) {
  .main-visual__catch {
    position: absolute;
    bottom: 45%;
    right: 10%;
    margin-top: 20px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .main-visual__catch img {
    width: 280px;
  }
}
@media (min-width: 1112px) {
  .main-visual__catch img {
    width: 350px;
  }
}
.main-visual .underline {
  background-image: url(../img/main_underline_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 85%;
  height: 50px;
  margin: -30px auto 40px;
}
@media (min-width: 768px) {
  .main-visual .underline {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-visual {
    padding: 60px 0;
  }
  .main-visual__image {
    width: 50%;
  }
  .main-visual__title {
    position: absolute;
    top: 10%;
    right: 0;
    width: 45%;
  }
  .main-visual__title img {
    width: 80%;
    margin: 0;
  }
}

.anker-link {
  padding: 0 15px;
  max-width: 1480px;
  margin: 0 auto;
}
.anker-link__list {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .anker-link__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4%;
  }
}
.anker-link__box {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
@media (min-width: 768px) {
  .anker-link__box {
    width: 45%;
  }
}
@media (min-width: 1112px) {
  .anker-link__box {
    width: 20%;
  }
}
.anker-link__box:last-child {
  border: none;
}
@media (min-width: 768px) {
  .anker-link__box:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
}
.anker-link__box a {
  position: relative;
  display: block;
  padding-right: 30px;
}
.anker-link__box a::before {
  position: absolute;
  content: "";
  background-image: url(../img/arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 17px;
}
.anker-link__box a span {
  font-size: 12px;
  color: #4BA8B9;
}
.anker-link__box a p {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .anker-link__box a p {
    font-size: 16px;
    padding-right: 26px;
  }
}

.caution {
  background-color: #4BA8B9;
  padding: 20px 15px;
  color: #fff;
  position: relative;
}
.caution__title {
  text-align: center;
  font-size: 28px;
  line-height: 41px;
  font-weight: 700;
}
.caution__title h3 {
  color: #fff;
  line-height: 1.6;
  font-size: 20px;
}
@media (min-width: 768px) {
  .caution__title h3 {
    font-size: 24px;
  }
}
.caution__grid {
  display: grid;
  grid-template-columns: auto;
  gap: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .caution__grid {
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}
.caution__text {
  background-color: #fff;
  color: #000;
  padding: 20px;
}
.caution__text p {
  line-height: 30px;
}
.caution__text p.caution__text--underline {
  text-decoration: underline;
  text-decoration-thickness: 0.25em;
  text-decoration-color: rgb(255, 193, 2);
  text-underline-offset: 0.25em;
  text-decoration-skip-ink: none;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}
@media (min-width: 768px) {
  .caution__text p.caution__text--underline {
    font-size: 28px;
    line-height: 48px;
  }
}
.caution__text h4 {
  background-color: #ffc102;
  color: #fff;
  padding: 5px 10px;
  width: fit-content;
  margin: 15px 0;
}
.caution__image {
  height: 100%;
}
.caution__image img {
  height: 100%;
  object-fit: cover;
}

.point__grid {
  display: grid;
  grid-template-columns: auto;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
}
.point__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .point__box {
    flex-direction: row;
    gap: 4%;
    align-items: anchor-center;
  }
}
.point__text {
  flex: 1;
}
@media (min-width: 768px) {
  .point__text {
    flex: 0 0 68%;
    width: 68%;
  }
}
.point__title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 700;
  border-bottom: 5px solid #4BA8B9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point__title {
    flex-direction: row;
    align-items: baseline;
    padding-bottom: 0;
  }
}
.point__number {
  color: #4BA8B9;
  font-size: 58px;
  margin-right: 10px;
}
.point__heading {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .point__heading {
    font-size: 20px;
  }
}
.point__subheading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.point__description {
  line-height: 31px;
}
.point__image {
  flex: 1;
}
@media (min-width: 768px) {
  .point__image {
    flex: 0 0 28%;
    width: 28%;
  }
}
.point__image img {
  width: 100%;
  height: auto;
}

.cases__grid {
  margin: 25px 0;
}
.cases span.ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: fit-content;
}
.cases span.ttl::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  right: -70px;
  top: 50%;
  background-color: #000;
}
.cases__list {
  display: grid;
  grid-template-columns: auto;
  gap: 40px;
}
@media (min-width: 468px) {
  .cases__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .cases__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
.cases__image {
  border: 1px solid #ccc;
}
.cases__image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .cases__image img {
    height: auto;
  }
}
.cases__text p {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .cases__text p {
    font-size: 14px;
  }
}
.cases__button {
  text-align: center;
  margin-top: 40px;
}
.cases .textlink {
  position: relative;
  padding-left: 20px;
  margin-left: auto;
  display: block;
  width: fit-content;
}
.cases .textlink::before {
  position: absolute;
  content: "";
  top: 30%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .step {
    max-width: 1040px;
    margin: 0px auto 60px;
  }
}
.step__intro {
  text-align: center;
}
@media (min-width: 768px) {
  .step__intro h3 {
    font-size: 20px;
  }
}
.step__area {
  max-width: 1040px;
  margin: 30px auto;
}
.step__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.step__box {
  display: block;
  border: 1px solid #707070;
  position: relative;
}
.step__header {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  gap: 10px;
  height: 80px;
}
@media (min-width: 768px) {
  .step__header {
    height: 100px;
    justify-content: flex-start;
    border-bottom: 1px solid;
    border-right: none;
    gap: 50px;
  }
}
.step__number {
  text-align: center;
  border-right: 1px solid #000;
  color: #4BA8B9;
  font-size: 38px;
  height: 100%;
  width: 60px;
  line-height: 70px;
}
@media (min-width: 768px) {
  .step__number {
    font-size: 50px;
    height: 100px;
    width: 100px;
    text-align: center;
    border-right: 1px solid #000;
    line-height: 100px;
  }
}
.step__title {
  font-size: 18px;
  margin: auto 0;
}
@media (min-width: 768px) {
  .step__title {
    font-size: 24px;
  }
}
.step__body {
  padding: 0 14px;
}
@media (min-width: 768px) {
  .step__body {
    padding: 20px 24px;
  }
}
.step__text {
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .step__text {
    font-size: 18px;
    line-height: 34px;
  }
}

.faq {
  margin: 40px auto;
  max-width: 800px;
}
.faq__list {
  margin: 0;
  padding: 0;
}
.faq__item {
  margin-bottom: 24px;
}
.faq__question, .faq__answer {
  position: relative;
  padding-left: 2.5em;
  text-indent: -1.8em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .faq__question, .faq__answer {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .faq__question {
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.faq__question::before {
  content: "Q：";
  font-weight: bold;
  color: #4BA8B9;
  font-size: 20px;
}
.faq__answer::before {
  content: "A：";
  font-weight: bold;
  color: #333;
  font-size: 20px;
}

footer {
  padding: 30px 0;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.footer_flex img {
  width: 250px;
}/*# sourceMappingURL=style.css.map */