* {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.sp1161 {
  display: none;
}
@media screen and (min-width: 1161px) {
  .sp1161 {
    display: block;
  }
}

.sp1160 {
  display: none;
}
@media screen and (max-width: 1160px) {
  .sp1160 {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .btn_cta li:hover {
    transition: 0.4s ease;
    transform: translate(0, 6px);
    opacity: 0.9;
  }
}

@media screen and (max-width: 1160px) {
  header nav div.nav {
    display: none;
  }
}
header nav div.nav.open {
  display: block;
}
header nav div.humberger ul {
  background-color: #49c3e5;
  position: fixed;
  top: 10px;
  right: 16px;
  width: 60px;
  height: 24px;
  border-radius: 40px;
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9999;
}
header nav div.humberger ul li {
  background: #fff;
  width: 30px;
  height: 2px;
  margin: 0 auto;
}
header nav div.nav.open {
  position: fixed;
  background-color: rgba(251, 215, 49, 0.95);
  width: 100%;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
}
header nav div.nav.open ul {
  display: block;
}
header nav div.nav.open ul:nth-of-type(1) {
  padding: 20% 10% 10%;
}
header nav div.nav.open ul:nth-of-type(1) li {
  border-bottom: 2px solid #fff;
}
header nav div.nav.open ul:nth-of-type(1) li a {
  padding: 4% 0;
  font-size: 3.73vw;
  line-height: normal;
}
header nav div.nav.open ul:nth-of-type(2) {
  text-align: center;
}
header nav div.nav.open ul:nth-of-type(2) li:nth-of-type(1) {
  margin-bottom: 20px;
}
header nav div.nav.open ul:nth-of-type(2) li a {
  width: 60%;
  padding: 4% 0;
  margin: 0 auto;
  font-size: 3.73vw;
}
header nav div.humberger.open ul {
  justify-content: center;
  background-color: #fff;
}
header nav div.humberger.open li {
  background-color: #49c3e5;
}
header nav div.humberger.open li:nth-of-type(1) {
  transform: rotate(45deg) translate(1px, 0);
}
header nav div.humberger.open li:nth-of-type(2) {
  display: none;
}
header nav div.humberger.open li:nth-of-type(3) {
  transform: rotate(-45deg) translate(1px, 0);
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese", sans-serif;
  color: #484848;
  font-size: 16px;
}

sup {
  font-size: 12px;
}

section .txt_wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section .txt_wrap {
    margin-bottom: 3.2rem;
  }
}
section .txt_wrap .ico {
  width: 40px;
  padding: 6px;
  height: 40px;
  margin: 0 auto;
}
section .txt_wrap .ico img {
  width: 100%;
  height: auto;
}
section .txt_wrap h3 {
  font-size: 28px;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  section .txt_wrap h3 {
    font-size: 26px;
  }
}
section .txt_wrap h3 span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  section .txt_wrap h3 span {
    font-size: 1.8rem;
  }
}
section .txt_wrap h3 span:nth-of-type(2) {
  font-size: 28px;
  display: inline;
}
@media screen and (max-width: 768px) {
  section .txt_wrap h3 span:nth-of-type(2) {
    font-size: 1.8rem;
    display: block;
  }
}
section .txt_wrap p {
  margin-top: 40px;
  line-height: 150%;
  font-size: 16px;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 768px) {
  section .txt_wrap p {
    text-align: left;
  }
}

.txt_yel {
  background-color: #fdd000;
  padding: 0 2px;
}

.txt_or {
  color: #f29f2e;
}

.bg_or {
  background-color: #f29f2e;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}

.inner {
  max-width: 1000px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 4%;
  }
}

header {
  background-color: #fff;
  height: 100px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  z-index: 9999;
}
@media screen and (max-width: 1160px) {
  header {
    height: 80px;
  }
}

h1 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 1160px) {
  h1 {
    width: 200px;
    top: 50%;
    transform: translate(0, -50%);
  }
  h1 img {
    width: 100%;
    height: auto;
  }
}

nav div.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav div.nav ul {
  display: flex;
  gap: 30px;
  align-items: center;
}
nav div.nav ul:nth-of-type(2) {
  gap: 14px;
}
nav li a {
  display: block;
  color: #484848;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
@media screen and (min-width: 1161px) {
  nav ul:nth-of-type(1) li a:hover {
    transition: 0.4s;
    color: #49c3e5;
  }
}
@media screen and (min-width: 1161px) {
  nav ul:nth-of-type(2) li a:hover {
    transition: 0.4s;
    transform: translate(0, 3px);
    opacity: 0.9;
  }
}
nav .btn_dl {
  color: #49c3e5;
  width: 160px;
  border: 2px solid #49c3e5;
  background: #fafffd;
  padding: 14px 0;
  border-radius: 80px;
}
nav .btn_con {
  background-color: #49c3e5;
  color: #fff;
  width: 160px;
  padding: 14px 0;
  border: 2px solid #49c3e5;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  nav .btn_con img {
    width: 1.2em;
    height: auto;
  }
}

section.kv {
  margin-top: 100px;
  height: 700px;
  position: relative;
  background: url(../img/kv_bg.png) center/cover no-repeat;
  background-color: #FCF7EB;
}
@media screen and (max-width: 1160px) {
  section.kv {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  section.kv {
    height: 134vw;
    background: url(../img/sp_kv_bg.png) center/cover no-repeat;
    background-color: #FCF7EB;
  }
}
section.kv::before {
  content: "";
  position: absolute;
  background: url(../img/left.png) no-repeat center/contain;
  left: 0;
  bottom: 0;
  width: 24%;
  height: 80%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  section.kv::before {
    background: url(../img/sp_left.png) no-repeat center/contain;
    bottom: 10%;
  }
}
section.kv::after {
  content: "";
  position: absolute;
  background: url(../img/right.png) no-repeat center/contain;
  right: 0;
  bottom: -80px;
  width: 30%;
  height: 80%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  section.kv::after {
    background: url(../img/sp_right.png) no-repeat center/contain;
    bottom: auto;
    top: 4%;
    width: 22%;
    height: 100%;
  }
}
section.kv .kv_img_w {
  width: 100vw;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
section.kv .kv_img_w svg {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
section.kv .txt_area {
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}
section.kv .txt_area div {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  padding: 5% 8% 0;
}
section.kv .txt_area div img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  section.kv .txt_area div img {
    max-width: 480px;
    width: 100%;
  }
}
section.kv .txt_area h2, section.kv .txt_area span.pc {
  font-size: 46px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  section.kv .txt_area h2, section.kv .txt_area span.pc {
    font-size: 7vw;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
  }
}
section.kv .txt_area h2 span, section.kv .txt_area span.pc span {
  font-size: 34px;
  letter-spacing: 2.72px;
}
@media screen and (max-width: 768px) {
  section.kv .txt_area h2 span, section.kv .txt_area span.pc span {
    font-size: 4.26vw;
    font-weight: 600;
    line-height: 1.4;
  }
}
section.kv .txt_area span.pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  section.kv .txt_area span.pc {
    display: none;
  }
}
section.kv .txt_area p {
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  background-color: #f29f2e;
  padding: 0.4em 0.8em;
  border-radius: 40px;
  position: relative;
  line-height: 1;
}
section.kv .txt_area p img {
  width: 1.4em;
  height: auto;
  padding-right: 0.2em;
}
@media screen and (max-width: 768px) {
  section.kv .txt_area p {
    font-size: min(3.73vw, 2.2rem);
    padding: 0.5em 0.8em;
  }
}
section.kv .txt_area p::before, section.kv .txt_area p::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #f29f2e;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.kv .txt_area p::before, section.kv .txt_area p::after {
    content: none;
  }
}
section.kv .txt_area p::before {
  right: -40px;
  top: 50%;
  transform: translate(0, -1px);
}
section.kv .txt_area p::after {
  left: -40px;
  top: 50%;
  transform: translate(0, -1px);
}
section.kv .point_area {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 24px;
  z-index: 2;
  margin: 30px auto 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  section.kv .point_area {
    gap: 0;
    left: 0;
    margin: 3vw auto 0;
  }
}
section.kv .point_area li {
  width: 140px;
}
@media screen and (max-width: 768px) {
  section.kv .point_area li {
    width: 30%;
    max-width: 180px;
    height: auto;
  }
  section.kv .point_area li:not(:nth-of-type(2)) {
    padding-top: 11vw;
  }
}
section.kv .point_area li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  section.service {
    padding-top: 30px;
  }
}
section.service .service_img {
  margin-bottom: 90px;
}
section.service .service_img img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  section.service .service_img img {
    max-width: 500px;
  }
}
section.service .inner_max {
  background-color: #FCF7EB;
}
section.service .inner_max .inner {
  position: relative;
}
section.service .inner_max .inner:before {
  content: "";
  background: url(../img/il_service.svg) no-repeat center/contain;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 40px;
  top: -60px;
}
@media screen and (max-width: 768px) {
  section.service .inner_max .inner:before {
    right: auto;
  }
}
section.service ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.service ul {
    display: block;
    margin-top: 5rem;
    padding: 30px 0 2.6rem;
  }
}
section.service ul li {
  background-color: #fff;
  border-radius: 24px;
  min-height: 300px;
  width: 320px;
  margin: 46px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.service ul li {
    min-height: auto;
    width: 100%;
    margin: 24px auto;
    max-width: 500px;
  }
}
section.service ul li::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #FCF7EB;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  section.service ul li::before {
    width: 3.2rem;
    height: 3.2rem;
    top: -1.6rem;
  }
}
section.service ul li::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #FCF7EB;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  section.service ul li::after {
    width: 3.2rem;
    height: 3.2rem;
    bottom: -1.6rem;
  }
}
section.service ul li div {
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  section.service ul li div {
    padding: 40px 5%;
  }
}
section.service ul h4 {
  font-size: 20px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section.service ul h4 {
    font-weight: 500;
    margin-bottom: 1.8rem;
  }
}
section.service ul p {
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  section.service ul p {
    font-weight: 400;
  }
}

section.cta {
  background-color: #ffaa36;
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.cta {
    padding: 6rem 0;
  }
}
section.cta::before {
  content: "";
  margin: 10px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.cta::before {
    border: 2px solid #fff;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    margin: 14px;
  }
}
section.cta strong {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5; /* 92.308% */
  letter-spacing: 1.04px;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.cta strong {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  section.cta strong span {
    display: block;
    font-size: 2.2rem;
  }
  section.cta strong span > span {
    display: none;
  }
}
section.cta .btn_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  section.cta .btn_cta {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
}
section.cta .btn_cta li a {
  width: 292px;
  height: 72px;
  font-size: 18px;
  font-weight: 500;
  border: 4px solid #FFF;
  border-radius: 42.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.cta .btn_cta li a {
    width: 280px;
    height: 62px;
  }
}
section.cta .btn_cta li:nth-of-type(1) {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.cta .btn_cta li:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
section.cta .btn_cta li:nth-of-type(1) a {
  color: #49c3e5;
  background-color: #fff;
}
section.cta .btn_cta li:nth-of-type(1)::before {
  content: "";
  background: url(../img/cta_arrow_dl.svg) no-repeat center/contain;
  position: absolute;
  width: 1.8em;
  height: 1.2em;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
section.cta .btn_cta li:nth-of-type(2) {
  position: relative;
}
section.cta .btn_cta li:nth-of-type(2) a {
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #49c3e5;
  gap: 4px;
}
section.cta .btn_cta li:nth-of-type(2) a img {
  width: 1.6em;
  height: auto;
}
section.cta .btn_cta li:nth-of-type(2)::before {
  content: "";
  background: url(../img/cta_arrow_con.svg) no-repeat center/contain;
  position: absolute;
  width: 1.8em;
  height: 1.2em;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

section.nayami .inner_nayami {
  background-color: #E6E6E6;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_nayami {
    padding: 5rem 0;
  }
}
section.nayami .inner_nayami ul {
  display: flex;
  justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_nayami ul {
    display: block;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
  }
}
section.nayami .inner_nayami ul li {
  width: 272px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_nayami ul li {
    max-width: 440px;
    width: 80%;
  }
  section.nayami .inner_nayami ul li:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
}
section.nayami .inner_nayami ul li:nth-of-type(1):before {
  content: "";
  position: absolute;
  background: url(../img/il_nayami01.svg) no-repeat center/contain;
  width: 50%;
  height: 41%;
  top: 53%;
  right: -5%;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_nayami ul li:nth-of-type(1):before {
    top: 50%;
    right: -30%;
  }
}
section.nayami .inner_nayami ul li:nth-of-type(2) {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_nayami ul li:nth-of-type(2) {
    margin-left: auto;
    padding: 0;
  }
}
section.nayami .inner_nayami ul li:nth-of-type(2):before {
  content: "";
  position: absolute;
  background: url(../img/il_nayami02.svg) no-repeat center/contain;
  width: 35%;
  height: 47%;
  top: -3%;
  right: -5%;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_nayami ul li:nth-of-type(2):before {
    top: 20%;
    left: -18%;
  }
}
section.nayami .inner_nayami ul li:nth-of-type(3):before {
  content: "";
  position: absolute;
  background: url(../img/il_nayami03.svg) no-repeat center/contain;
  width: 34%;
  height: 43%;
  bottom: 2%;
  right: 0;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_nayami ul li:nth-of-type(3):before {
    top: 60%;
    right: -10%;
  }
}
section.nayami .inner_nayami ul li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_nayami ul li img {
    max-width: 400px;
  }
}
section.nayami .inner_ok {
  background-color: #fccf00;
  padding: 104px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_ok {
    padding: 10rem 4% 5rem;
  }
}
section.nayami .inner_ok::before {
  content: "";
  position: absolute;
  top: -10px;
  background: url(../img/arrow_nayami.svg) no-repeat center/contain;
  left: 50%;
  transform: translate(-50%, 0);
  width: 370px;
  height: 85px;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_ok::before {
    top: -12px;
    width: 100%;
  }
}
section.nayami .inner_ok h3 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_ok h3 {
    font-size: 2.2rem;
    padding: 0 4%;
  }
}
section.nayami .inner_ok h3:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 92px;
  background: #fff;
  transform: rotate(-30deg);
  left: 24px;
  top: 0;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_ok h3:before {
    left: 4%;
    bottom: -4vw;
    top: auto;
  }
}
section.nayami .inner_ok h3:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 92px;
  background: #fff;
  transform: rotate(30deg);
  top: 0;
  right: 24px;
}
@media screen and (max-width: 768px) {
  section.nayami .inner_ok h3:after {
    right: 4%;
    bottom: -4vw;
    top: auto;
  }
}
section.nayami .inner_ok ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 20px;
}
section.nayami .inner_ok ul li {
  background-color: #fff;
  width: 220px;
  height: 320px;
  border-radius: 160px;
  padding: 0 50px;
}
@media screen and (max-width: 717px) {
  section.nayami .inner_ok ul li:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
}
section.nayami .inner_ok ul li:nth-of-type(1) p {
  padding-top: 10px;
}
section.nayami .inner_ok ul li:nth-of-type(2) p {
  padding-top: 24px;
}
section.nayami .inner_ok ul li:nth-of-type(3) div {
  padding-top: 10px;
}
section.nayami .inner_ok ul li:nth-of-type(3) p {
  padding-top: 10px;
}
section.nayami .inner_ok ul div {
  padding-top: 30px;
  text-align: center;
}
section.nayami .inner_ok ul p {
  line-height: 1.5;
  padding: 14px 0 0;
  letter-spacing: 0.64px;
}
section.nayami .inner_ok ul p span {
  display: inline-block;
}

section.point {
  padding: 60px 0 100px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  section.point {
    padding: 5rem 0;
  }
}
section.point ul.point_list {
  display: flex;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  section.point ul.point_list {
    display: block;
  }
}
section.point ul.point_list > li {
  background-color: #fff;
  border: 2px solid #9b9d9d;
  width: 33.3333333333%;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  section.point ul.point_list > li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  section.point ul.point_list > li:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
}
section.point ul.point_list > li:nth-of-type(1) h4, section.point ul.point_list > li:nth-of-type(3) h4 {
  line-height: 3;
}
@media screen and (max-width: 768px) {
  section.point ul.point_list > li:nth-of-type(1) h4, section.point ul.point_list > li:nth-of-type(3) h4 {
    line-height: normal;
  }
}
section.point ul.point_list > li:nth-of-type(3) ul {
  padding-top: 14px;
}
section.point ul.point_list > li div {
  max-width: 232px;
  height: auto;
  margin: 0 auto;
  padding: 28px;
}
section.point ul.point_list > li div img {
  width: 100%;
  height: auto;
}
section.point ul.point_list > li h4 {
  text-align: center;
  min-height: 2.5em;
  letter-spacing: 0.8px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  section.point ul.point_list > li h4 {
    min-height: auto;
  }
}
section.point ul.check_list {
  padding: 24px;
}
section.point ul.check_list li {
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}
section.point ul.check_list li::before {
  content: "";
  position: absolute;
  background: url(../img/ico_point.svg) no-repeat center/contain;
  width: 1.2em;
  height: 1.2em;
  left: -0.2em;
  top: 0.2em;
}
section.point ul.check_list li:not(:last-of-type) {
  padding-bottom: 20px;
}
section.point ul.check_list li small {
  display: block;
}

section.example {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  section.example {
    padding: 5rem 0 0;
  }
}
section.example .inner {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  section.example .inner {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  section.example .txt_wrap {
    margin-bottom: 5.3rem;
  }
}
section.example li.ex_content {
  background-color: #F7F4EE;
  position: relative;
  border-top: 2px solid #fccf00;
}
section.example li.ex_content h4 {
  height: auto;
  margin: 47px auto 0;
}
section.example li.ex_content:nth-of-type(1) h4 {
  width: 361px;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content:nth-of-type(1) h4 {
    width: 77%;
  }
}
section.example li.ex_content:nth-of-type(2) h4 {
  width: 469px;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content:nth-of-type(2) h4 {
    width: 77%;
  }
}
section.example li.ex_content:nth-of-type(3) h4 {
  width: 443px;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content:nth-of-type(3) h4 {
    width: 77%;
  }
}
section.example li.ex_content > p {
  width: 233px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: -5%;
  right: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content > p {
    width: 159px;
    top: -4%;
  }
}
section.example li.ex_content ul.ba {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 47px;
  padding: 24px 50px 40px;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content ul.ba {
    display: block;
    padding: 2.8rem 0 4rem;
  }
}
section.example li.ex_content ul.ba li {
  width: 50%;
  min-height: 145px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content ul.ba li {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    min-height: auto;
  }
}
section.example li.ex_content ul.ba li h5 {
  font-size: 16px;
  padding: 32px 0 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content ul.ba li h5 {
    padding: 3rem 5% 1.2rem;
  }
}
section.example li.ex_content ul.ba li p {
  font-size: 14px;
  margin-bottom: 32px;
  margin-inline: auto;
  max-inline-size: max-content;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content ul.ba li p {
    padding: 0 5%;
    margin-bottom: 2rem;
  }
}
section.example li.ex_content ul.ba li.before {
  border-radius: 24px 0px 0px 24px;
  border: 2px solid #484848;
  background: #E6E6E6;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content ul.ba li.before {
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 11.8vw;
  }
}
section.example li.ex_content ul.ba li.before::before {
  content: "";
  background: url(../img/ico_before.svg) no-repeat center/contain;
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 135px;
  height: 26px;
}
section.example li.ex_content ul.ba li.before:after {
  content: "";
  background: url(../img/ex_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -38px;
  width: 22px;
  height: 41px;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content ul.ba li.before:after {
    background: url(../img/sp_ex_arrow.svg) no-repeat center/contain;
    width: 7vw;
    height: 6vw;
    top: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -9vw;
  }
}
section.example li.ex_content ul.ba li.after {
  border-radius: 0px 24px 24px 0px;
  border: 2px solid #F29F2E;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content ul.ba li.after {
    border-radius: 0px 0px 12px 12px;
  }
}
section.example li.ex_content ul.ba li.after::before {
  content: "";
  background: url(../img/ico_after.svg) no-repeat center/contain;
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 135px;
  height: 26px;
}
section.example li.ex_content img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  section.example li.ex_content img {
    max-width: 400px;
    margin: 0 auto;
  }
}
section.example li.ex_content:not(:nth-last-of-type(1)) {
  margin-bottom: 50px;
}
section.example .inner_max {
  background-color: #E6E6E6;
  padding: 50px 0 20px;
}
section.example .inner_max div.bnr {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px;
}
section.example .inner_max div.bnr img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  section.example .inner_max div.bnr a:hover {
    transition: 0.4s ease;
    opacity: 0.7;
  }
}

section.flow {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  section.flow {
    padding: 5rem 0;
  }
}
section.flow ol {
  display: flex;
  gap: 26px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.flow ol {
    display: block;
  }
}
section.flow ol li {
  border: 2px solid #484848;
  width: 25%;
  border-radius: 2px 24px 24px 24px;
  padding: 50px 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.flow ol li {
    width: 100%;
    padding: 2.8rem 0;
    max-width: 500px;
    margin: 0 auto;
  }
  section.flow ol li:not(:last-of-type) {
    margin-bottom: 5.1rem;
  }
}
section.flow ol li div {
  margin: 0 auto;
  min-height: 114px;
}
section.flow ol li img {
  width: 100%;
  height: auto;
}
section.flow ol li::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 50px;
  border-radius: 0px 0px 32px 0;
  background-color: #484848;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 30px;
  padding-right: 10px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
section.flow ol li:not(:nth-last-of-type(1))::after {
  content: "";
  background: url(../img/arrow_b.svg) no-repeat center/contain;
  width: 14px;
  height: 25px;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  section.flow ol li:not(:nth-last-of-type(1))::after {
    background: url(../img/sp_arrow_b.svg) no-repeat center/contain;
    width: 42px;
    top: auto;
    bottom: -40px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}
section.flow ol li:nth-of-type(1) div {
  width: 164px;
}
@media screen and (max-width: 768px) {
  section.flow ol li:nth-of-type(1) div {
    width: 219px;
  }
}
section.flow ol li:nth-of-type(1)::before {
  content: "1";
}
section.flow ol li:nth-of-type(2) div {
  width: 140px;
}
@media screen and (max-width: 768px) {
  section.flow ol li:nth-of-type(2) div {
    width: 180px;
  }
}
section.flow ol li:nth-of-type(2)::before {
  content: "2";
}
section.flow ol li:nth-of-type(3) div {
  width: 149px;
}
@media screen and (max-width: 768px) {
  section.flow ol li:nth-of-type(3) div {
    width: 190px;
  }
}
section.flow ol li:nth-of-type(3)::before {
  content: "3";
}
section.flow ol li:nth-of-type(4) div {
  width: 158px;
}
@media screen and (max-width: 768px) {
  section.flow ol li:nth-of-type(4) div {
    width: 208px;
  }
}
section.flow ol li:nth-of-type(4)::before {
  content: "4";
}
section.flow ol li:nth-of-type(4) h4 {
  line-height: 3;
}
@media screen and (max-width: 768px) {
  section.flow ol li:nth-of-type(4) h4 {
    line-height: 1;
  }
}
section.flow ol li img {
  width: 100%;
}
section.flow ol li h4 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  section.flow ol li h4 {
    margin-bottom: 2rem;
  }
}
section.flow ol li p {
  padding: 0 16px;
  font-size: 14px;
  color: #484848;
  font-weight: 500;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 768px) {
  section.flow ol li p {
    padding-top: 1.6rem;
    margin-inline: auto;
    max-inline-size: max-content;
  }
}

section.faq {
  padding: 60px 0 100px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  section.faq {
    padding: 5rem 0;
  }
}
section.faq dl:not(:last-of-type) {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  section.faq dl:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
section.faq dl dt, section.faq dl dd {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 32px;
}
section.faq dl dt span:nth-of-type(1), section.faq dl dd span:nth-of-type(1) {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.28px;
}
section.faq dl dt span:nth-of-type(2), section.faq dl dd span:nth-of-type(2) {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
section.faq dl dt {
  background-color: #fccf00;
  border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 768px) {
  section.faq dl dt {
    border-radius: 12px 12px 0 0;
    padding: 1.6rem;
    gap: 1.4rem;
  }
}
section.faq dl dd {
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  padding: 16px 32px 16px 35px;
}
@media screen and (max-width: 768px) {
  section.faq dl dd {
    border-radius: 0 0 12px 12px;
    padding: 1.6rem;
    gap: 1.4rem;
  }
}

footer {
  padding: 30px 0;
  text-align: center;
  letter-spacing: 0.56px;
}
footer a {
  display: block;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
  font-size: 1.4rem;
  color: #484848;
}
@media screen and (min-width: 769px) {
  footer a {
    transition: 0.4s ease;
  }
  footer a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  footer a {
    padding: 0 4% 14px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  footer {
    font-size: 1.4rem;
    padding: 2.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    line-height: 1.2;
  }
}/*# sourceMappingURL=style.css.map */