@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alatsi&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  color: #000;
  list-style: none;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif,
    "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
}

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

main {
  overflow-x: hidden;
}

h1 {
  margin: 0;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
    letter-spacing: 0.14em;
  }
}

h2 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }
}

h4 {
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-style: normal;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  margin: 0;
  font-size: 1.4rem;
  font-family: "Alatsi", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.6rem;
  }
}

h6 {
  margin: 0;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: normal;
}

p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2.2em;
}
@media (max-width: 768px) {
  p {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}

a {
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  a {
    font-size: 1.4rem;
  }
}

li {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  li {
    font-size: 1.4rem;
  }
}

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

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.sp-style {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-style {
    display: block !important;
  }
}

dt {
  font-size: 1.6rem;
  margin: 0;
}
@media (max-width: 768px) {
  dt {
    font-size: 1.4rem;
  }
}

dd {
  font-size: 1.6rem;
  margin: 0;
}
@media (max-width: 768px) {
  dd {
    font-size: 1.4rem;
  }
}

.contents-padding {
  padding: 15rem 3rem;
}
@media (max-width: 768px) {
  .contents-padding {
    padding: 8rem 2rem;
  }
}

.contents-box {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.sp-logo {
  width: 100px;
  margin-bottom: 3rem;
}

.header {
  width: 100%;
  box-shadow: 0px 5px 10px rgba(179, 179, 179, 0.2);
  position: fixed;
  background: #fff;
  z-index: 9999;
}
@media (max-width: 768px) {
  .header {
    bottom: 0;
    box-shadow: 0px -5px 10px rgba(179, 179, 179, 0.2);
  }
}

.header-main {
  padding: 1.5rem 3rem;
}
@media (max-width: 768px) {
  .header-main {
    padding: 1.5rem;
  }
}

.header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  width: 155px;
}

.header-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tel,
.mail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel h3,
.mail h3 {
  font-weight: normal;
}
.tel img,
.mail img {
  margin-right: 1rem;
}

.header-tel,
.header-mail {
  transition: 0.3s;
}
.header-tel a:hover,
.header-mail a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .header-tel h3,
  .header-mail h3 {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}

.header-tel {
  text-align: center;
  padding-right: 5rem;
  border-right: 1px solid #000;
}
@media (max-width: 768px) {
  .header-tel {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .header-tel h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .header-tel img {
    width: 15px;
    margin-right: 0.5rem;
  }
}
.header-tel p {
  font-size: 1.2rem;
}

.header-mail {
  padding-left: 5rem;
}
@media (max-width: 768px) {
  .header-mail {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .header-mail img {
    width: 20px;
    margin-right: 0.5rem;
  }
}

.fv {
  position: relative;
  padding: 12rem 3rem 4rem;
  background: #fef9ec;
}
@media (max-width: 768px) {
  .fv {
    padding: 2rem 5rem 5rem;
  }
}
@media (max-width: 560px) {
  .fv {
    padding: 2rem 2rem 5rem;
  }
}

.fv-box {
  display: flex;
  justify-content: space-between;
}

.fv-catch {
  width: 70%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .fv-catch {
    width: 100%;
  }
}
.fv-catch h3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .fv-catch h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.fv-catch h2 {
  font-size: 5rem;
  color: #fff;
  padding: 1rem 3rem;
  background: #81b29a;
  display: inline-block;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .fv-catch h2 {
    font-size: 2.4rem;
    padding: 0.5rem 2rem;
  }
}
.fv-catch h1 {
  font-size: 8rem;
  margin: 2rem 0 0;
}
@media (max-width: 768px) {
  .fv-catch h1 {
    font-size: 4rem;
    margin: 1.5rem 0;
  }
}
.fv-catch h1 span {
  color: #008083;
}
.fv-catch h4 {
  font-size: 3.6rem;
  color: #81b29a;
  display: inline-block;
}
@media (max-width: 768px) {
  .fv-catch h4 {
    font-size: 1.8rem;
  }
}

.under {
  background: linear-gradient(transparent 60%, #fff293 0%);
}

.fv-img {
  width: 43%;
  position: absolute;
  right: 3%;
  bottom: 0;
}
@media (max-width: 430px) {
  .fv-img {
    width: 70%;
    right: 13%;
    bottom: -30px;
  }
}

.fv-contact-btn {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .fv-contact-btn {
    margin-top: 4rem;
    text-align: start;
    position: relative;
  }
}
@media (max-width: 430px) {
  .fv-contact-btn {
    margin-top: 20rem;
  }
}

.contact-btn a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 1rem 3rem;
  background: #d57a66;
  font-size: 3.2rem;
  border-radius: 20px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .contact-btn a {
    font-size: 1.6rem;
  }
}
.contact-btn a:hover {
  opacity: 0.8;
}
.contact-btn img {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .contact-btn img {
    width: 25px;
  }
}

.fv-bottom {
  background: #008083;
  padding: 3rem 1rem;
}

.fv-bottom-main ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .fv-bottom-main ul {
    display: block;
    text-align: center;
  }
}
.fv-bottom-main ul h2 {
  color: #fff;
}
@media (max-width: 768px) {
  .fv-bottom-main ul h2 {
    font-size: 1.6rem;
  }
}

.yellow {
  color: #fff293;
}

.orange {
  color: #d57a66;
}

.font-b {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .font-b {
    font-size: 2.6rem;
  }
}

.fb-1 {
  padding-right: 2rem;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .fb-1 {
    border-right: initial;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
  }
}

.fb-2 {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .fb-2 {
    padding-left: 0;
  }
}

.contents-title {
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .contents-title {
    margin-bottom: 6rem;
  }
}
.contents-title h2 {
  color: #81b29a;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .contents-title h2 {
    font-size: 1.4rem;
  }
}

.worry-box {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .worry-box {
    display: block;
  }
}

.worry-contents {
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .worry-contents {
    width: 100%;
  }
}
.worry-contents h3 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 1rem;
  background: #81b29a;
  border-radius: 50px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .worry-contents h3 {
    width: 90%;
    font-size: 1.6rem;
  }
}
.worry-contents ul {
  border: 10px solid #e6e6e6;
  padding: 8rem 4rem 5rem 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .worry-contents ul {
    padding: 5rem 2rem 3rem 3rem;
  }
}
.worry-contents ul::before {
  content: "";
  display: block;
  height: 49px;
  width: 85px;
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
}
.worry-contents ul li {
  position: relative;
  margin-bottom: 2.5rem;
  margin-left: 2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .worry-contents ul li {
    margin-bottom: 1.5rem;
  }
}
.worry-contents ul li:last-child {
  margin-bottom: 0;
}
.worry-contents ul li::before {
  content: "●";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  color: #81b29a;
  position: absolute;
  left: -20px;
  top: 25%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .worry-1 {
    margin-bottom: 5rem;
  }
}
.worry-1::before {
  background: url("../images/icon/arrow-r.svg");
}
@media (max-width: 768px) {
  .worry-1::before {
    display: none !important;
  }
}

.worry-2::before {
  background: url("../images/icon/arrow-l.svg");
}

.worry-img {
  width: 450px;
  margin: 10rem auto 0;
}
@media (max-width: 768px) {
  .worry-img {
    width: 210px;
    margin: 6rem auto 0;
  }
}

.solution {
  background: #fef9ec;
  position: relative;
}
.solution::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 60px solid #fef9ec;
  transform: translateY(100%);
}

.solution-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -390px;
  width: 280px;
}
@media (max-width: 768px) {
  .solution-img {
    width: 150px;
    bottom: -230px;
  }
}

@media (max-width: 768px) {
  .solution-title {
    margin-bottom: 3rem;
  }
}
.solution-title > .solution-title-s {
  color: #fff;
  background: #008083;
  padding: 1rem 5rem;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .solution-title > .solution-title-s {
    padding: 1rem 3rem;
  }
}
@media (max-width: 768px) {
  .solution-title h1 {
    margin-bottom: 1rem;
  }
}
.solution-title > .under {
  display: inline-block;
  color: #000;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .solution-title > .under {
    display: inline;
  }
}

.solution-image {
  position: relative;
}

.solution-arrow {
  position: absolute;
  width: 50%;
  left: 0;
  top: 100%;
}

.solution-img-in {
  max-width: 800px;
  display: flex;
  gap: 2.5rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 520px) {
  .solution-img-in {
    gap: 0.5rem;
  }
}

.order {
  margin-top: 18rem;
  display: flex;
  gap: 5rem;
}
@media (max-width: 768px) {
  .order {
    display: block;
    margin-top: 10rem;
  }
}
.order li {
  position: relative;
}
@media (max-width: 768px) {
  .order li {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.order li::before {
  content: "";
  display: block;
  background: url("../images/solution/arrow-2.png");
  background-size: cover;
  width: 62px;
  height: 32px;
  position: absolute;
  right: -58px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .order li::before {
    top: 100%;
    left: 50%;
    right: initial;
    transform: translateX(-50%) rotate(90deg);
    width: 50px;
    height: 26px;
  }
}
.order li:last-child::before {
  display: none;
}

.solution-bottom {
  text-align: center;
  margin-top: 5rem;
}

.green {
  color: #81b29a;
}

.green2 {
  color: #81b29a;
}

.font-b2 {
  font-size: 11rem;
}
@media (max-width: 768px) {
  .font-b2 {
    font-size: 4.2rem;
  }
}

.advantage {
  background: #f6f8fa;
  padding: 38rem 3rem 15rem;
}
@media (max-width: 768px) {
  .advantage {
    padding: 22rem 3rem 15rem;
  }
}

.advantage-main > .advantage-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7rem 5rem;
}
@media (max-width: 768px) {
  .advantage-main > .advantage-box {
    display: block;
  }
}
.advantage-main > .advantage-box li {
  position: relative;
  width: 46%;
  padding: 3rem;
  border: 6px solid #e6e6e6;
  border-radius: 50px;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  background: #fff;
}
@media (max-width: 768px) {
  .advantage-main > .advantage-box li {
    width: 100%;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
  .advantage-main > .advantage-box li:last-child {
    margin-bottom: 0;
  }
}
.advantage-main > .advantage-box li h3 {
  margin: 2rem 0;
}
.advantage-main > .advantage-box li p {
  text-align: start;
}
.advantage-main > .advantage-box li:nth-child(1)::before {
  content: "1.";
}
.advantage-main > .advantage-box li:nth-child(2)::before {
  content: "2.";
}
.advantage-main > .advantage-box li:nth-child(3)::before {
  content: "3.";
}
.advantage-main > .advantage-box li:nth-child(4)::before {
  content: "4.";
}
.advantage-main > .advantage-box li::before {
  display: block;
  position: absolute;
  top: -60px;
  left: 10px;
  font-size: 10rem;
  font-family: "Alatsi", sans-serif;
  color: #fff;
  text-shadow: -1px -1px 0 #81b29a, 1px -1px 0 #81b29a, -1px 1px 0 #81b29a,
    1px 1px 0 #81b29a;
}
@media (max-width: 768px) {
  .advantage-main > .advantage-box li::before {
    font-size: 6rem;
    top: -30px;
  }
}
@media (max-width: 768px) {
  .advantage-main > .advantage-box img {
    width: 50px;
  }
}

.mrt {
  padding: 20rem 0 0;
}
@media (max-width: 768px) {
  .mrt {
    padding: 10rem 0 0;
  }
}

.mrt-top {
  position: relative;
  text-align: center;
}

.mrt-top-main {
  background: #fff;
  border-radius: 30px;
}
.mrt-top-main h1 {
  padding: 3rem 3rem 8rem;
}
.mrt-top-main h3 {
  background: #81b29a;
  color: #fff;
  display: inline-block;
  padding: 1rem 5rem;
  border-radius: 30px;
  position: relative;
  margin-top: -2rem;
}
.mrt-top-main h3::before {
  content: "\25BC";
  display: inline-block;
  margin-right: 5px;
  font-size: 3rem;
  color: #81b29a;
  position: absolute;
  text-align: center;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.mrt-img {
  position: absolute;
  width: 480px;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
}
@media (max-width: 768px) {
  .mrt-img {
    width: 240px;
  }
}

.mrt-bottom {
  margin-top: 50rem;
  text-align: center;
}
@media (max-width: 768px) {
  .mrt-bottom {
    margin-top: 23rem;
  }
}
.mrt-bottom h2 {
  display: inline-block;
  position: relative;
}
.mrt-bottom h2::before {
  content: "";
  width: 1px;
  height: 50px;
  background: #000;
  font-size: 4.5rem;
  position: absolute;
  left: -50px;
  display: block;
  bottom: -10px;
  font-weight: 100;
  transform: rotate(-25deg);
}
@media (max-width: 498px) {
  .mrt-bottom h2::before {
    left: -12px;
    height: 40px;
    bottom: 10px;
  }
}
.mrt-bottom h2::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #000;
  font-size: 4.5rem;
  position: absolute;
  right: -50px;
  display: block;
  bottom: -10px;
  font-weight: 100;
  transform: rotate(25deg);
}
@media (max-width: 498px) {
  .mrt-bottom h2::after {
    right: -12px;
    height: 40px;
    bottom: 10px;
  }
}

.mrt-bottom-box {
  position: relative;
  background: #81b29a;
  padding: 4rem 5rem 2rem;
  color: #fff;
  font-weight: 600;
  max-width: 400px;
  margin: 5rem auto;
  border-radius: 30px;
}
.mrt-bottom-box li {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .mrt-bottom-box li {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.mrt-bottom-box li:nth-child(4) {
  margin-bottom: 0;
}
.mrt-bottom-box p {
  text-align: end;
}
.mrt-bottom-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/arrow.svg");
  width: 50px;
  height: 74px;
  background-size: cover;
  bottom: -50px;
}

.mrt-text {
  background: #fff;
  padding: 5rem 3rem;
  border-radius: 30px;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .mrt-text {
    margin-top: 8rem;
  }
}
.mrt-text h1 {
  line-height: 1.5em;
}

.contact-s {
  padding: 8rem 3rem;
  background: #008083;
  text-align-last: center;
}
@media (max-width: 768px) {
  .contact-s {
    padding: 5rem 3rem;
  }
}

.contact-s-main {
  color: #fff;
}
@media (max-width: 768px) {
  .contact-s-main h1 {
    margin-top: 1rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .contact-s-main h2 {
    font-size: 1.4rem;
  }
}
.contact-s-main ul {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .contact-s-main ul {
    display: block;
  }
}
.contact-s-main ul li {
  background: #d57a66;
  padding: 2rem;
  width: 360px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .contact-s-main ul li {
    margin: 0 auto;
    max-width: 360px;
    width: initial;
    padding: 1.5rem;
  }
  .contact-s-main ul li:first-child {
    margin-bottom: 1rem;
  }
}
.contact-s-main ul li p {
  color: #fff;
}
.contact-s-main ul li a {
  transform: 0.3s;
}
.contact-s-main ul li a:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .cs-tel img {
    width: 17px;
  }
}

@media (max-width: 768px) {
  .cs-mail img {
    width: 20px;
  }
}

.cs-tel,
.cs-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  transform: 0.3s;
}
.cs-tel img,
.cs-mail img {
  margin-right: 1rem;
}

.case {
  background: #fef9ec;
}

.case-main ul li {
  background: #fff;
  border-radius: 30px;
  padding: 5rem 3rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.case-main ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .case-main ul li {
    display: block;
    margin-bottom: 3rem;
    padding: 5rem 3rem 1rem;
  }
}

.case-img {
  width: 43%;
}
@media (max-width: 768px) {
  .case-img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 2rem;
  }
}

.case-text {
  width: 53%;
}
@media (max-width: 768px) {
  .case-text {
    width: 100%;
  }
}
.case-text h3 {
  color: #008083;
}
.case-text dl {
  margin: 3rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-text dl dt,
.case-text dl dd {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.case-text dl dt {
  width: 25%;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .case-text dl dt {
    padding-right: 2rem;
  }
}
.case-text dl dd {
  width: 75%;
}

.flow-main > .contents-title h4 {
  color: #000;
  font-weight: normal;
  margin: 3rem 0 0;
}
@media (max-width: 768px) {
  .flow-main > .contents-title h4 {
    margin: 2rem 0 0;
  }
}

.flow-main ul {
  position: relative;
}
.flow-main li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.flow-main li:last-child {
  margin-bottom: 0;
}

.step {
  width: 15%;
  background: #81b29a;
  padding: 3rem;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .step {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .step h2 {
    font-size: 1.4rem;
  }
}
.step::before {
  content: "\25BC";
  display: inline-block;
  margin-right: 5px;
  font-size: 30px;
  color: #81b29a;
  position: absolute;
  text-align: center;
  bottom: -30px;
}

.step-last::before {
  display: none;
}

.step-text {
  width: 85%;
  background: #f6f8fa;
  padding: 3rem;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 768px) {
  .step-text {
    width: 75%;
    padding: 2rem;
  }
  .step-text h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .flow > .space {
    height: 0;
  }
}

.flow-img {
  position: absolute;
  bottom: -150px;
  right: 0;
  width: 370px;
}
@media (max-width: 768px) {
  .flow-img {
    position: initial;
    margin: 5rem auto 0;
    width: 250px;
  }
}

.space {
  width: 100%;
  height: 15rem;
}
@media (max-width: 768px) {
  .space {
    height: 8rem;
  }
}

.qa {
  background: #f6f8fa;
  position: relative;
}

.qa-img {
  position: absolute;
  width: 320px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -150px;
}
@media (max-width: 768px) {
  .qa-img {
    width: 200px;
    top: -90px;
  }
}

.ac-item {
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}

.ac-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4rem 3rem 3rem;
  cursor: pointer;
  background: #fff;
  position: relative;
  margin: 2.5rem 0 0;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .ac-box {
    padding: 2rem;
  }
}

.ac-box.no-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ac-box h3 {
  margin: 0;
  font-size: 2rem;
  padding-left: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .ac-box h3 {
    font-size: 1.6rem;
    padding-left: 4rem;
  }
}

.ac-box h3::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #81b29a;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .ac-box h3::before {
    font-size: 3rem;
  }
}

.ac-box .icon {
  font-size: 2.5rem;
  transition: transform 0.5s ease;
  color: #81b29a;
}

.ac-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 3.5rem;
  background: #fff;
  position: relative;
  margin-top: 0rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .ac-content {
    padding: 0 3rem;
  }
}

.ac-content p {
  margin: 10px 0;
  font-size: 1.6rem;
}

.ac-item.active .ac-content {
  max-height: 100px;
}
@media (max-width: 768px) {
  .ac-item.active .ac-content {
    max-height: 240px;
  }
}

.ac-item.active .icon {
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

.ac-item.active .ac-box {
  border-bottom: 3px dotted #e6e6e6;
}

.footer {
  background: #81b29a;
  padding: 10rem 3rem 3rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 5rem 2rem 2rem;
    margin-bottom: 6.5rem;
  }
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-main {
    display: block;
  }
}

.footer-logo {
  width: 220px;
}
@media (max-width: 768px) {
  .footer-logo {
    width: 130px;
    margin-bottom: 2rem;
  }
}

.footer-info {
  color: #fff;
}

.copyright {
  text-align: center;
  color: #fff;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .copyright {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}

.fadeInTrigger,
.fadeUpTrigger-o,
.fadeUpTrigger-s,
.fadeLeftTrigger,
.fadeRightTrigger,
.zoomInTrigger {
  opacity: 0;
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.delay02 {
  transition-delay: 0.2s;
  /* トランジションを0.2秒遅らせる */
  animation-delay: 0.2s;
  /* アニメーションを0.2秒遅らせる */
}

.delay03 {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay04 {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay06 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay08 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

.container {
  position: relative;
  margin: auto;
  width: 1024px;
  overflow: hidden;
  padding: 25rem 3rem 10rem;
}
@media (max-width: 768px) {
  .container {
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden;
    padding: 2rem 2rem 10rem;
  }
}

@media (max-width: 768px) {
  #contact > .sp-logo {
    margin-bottom: 10rem;
  }
}

.post-text {
  margin: 2rem 0 10rem !important;
  text-align: center;
}
@media (max-width: 768px) {
  .post-text {
    font-size: 1.4rem;
  }
}

.g-recaptcha {
  margin-top: 3rem;
}

.g-recaptcha div {
  margin: 0 auto;
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = #contact form
--------------------------------------------------- */
#contact form {
  text-align: left;
}

#contact form p {
  font-size: 2rem;
}
@media (max-width: 768px) {
  #contact form p {
    font-size: 1.6rem;
  }
}

#contact form label {
  font-size: 1.6rem;
}

#contact form p,
#contact form label {
  line-height: 2;
  margin: 1.5rem 0 0;
}

#contact form p u {
  color: white;
  background: #e14645;
  margin: 5px 0 0 10px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
}

#contact form input[type="text"],
#contact form input[type="tel"],
#contact form input[type="email"],
#contact form input[type="number"],
#contact form textarea {
  border: 2px solid #c4c4c4;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  line-height: 2;
  font-size: 16px;
  padding: 5px 20px;
  margin-bottom: 15px;
}

#contact form input[type="text"]:hover,
#contact form input[type="tel"]:hover,
#contact form input[type="email"]:hover,
#contact form textarea:hover,
#contact form input[type="text"]:focus,
#contact form input[type="tel"]:focus,
#contact form input[type="email"]:focus,
#contact form textarea:focus {
  border-color: #88b5e9;
}

#contact form .checkboxes {
  margin-bottom: 35px;
}

#contact form textarea {
  height: 200px;
}

#contact form p#submit {
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  background: #d57a66;
  padding: 1.5rem 5rem;
  border-radius: 30px;
  text-align: center;
  margin-top: 5rem;
  transition: 0.3s;
}
#contact form p#submit:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  #contact form p#submit:hover {
    opacity: 1;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

#contact h1 {
  font-size: 3.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  #contact h1 {
    font-size: 2.6rem;
  }
}

.contact-button {
  text-align: center;
}

.c-ttl {
  margin-top: 3rem !important;
}

.soushin {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif,
    "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo !important;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .soushin {
    font-size: 1.4rem;
  }
}

.options-box {
  width: 200px;
  height: 40px;
}

.check-box {
  margin-right: 15px !important;
}
@media (max-width: 768px) {
  .check-box {
    margin-right: 9px !important;
  }
}
