@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

ul li {
  list-style: none;
}

html {
  line-height: 1.5;
}

p,
span,
h2 {
  font-family: "Zen Old Mincho", serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}

h2 {
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 4em;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 3em;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 2em;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
  opacity: 0.5;
}

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

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

.wrap-sec {
  padding: 4% 0;
}

.wrap-div {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 2%;
}

.heading {
  align-items: center;
  display: flex;
  justify-content: center;
}
.heading::before, .heading::after {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 40px;
}
.heading::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.heading::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}

#FOLLOW-CTA {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
#FOLLOW-CTA a {
  background-color: #00575d;
  writing-mode: vertical-rl;
  color: #00b900;
  font-size: 1.2em;
  padding: 32px 16px;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#FOLLOW-CTA a img {
  width: 40px;
}
#FOLLOW-CTA a p {
  writing-mode: vertical-rl;
  color: #fff;
  padding-right: 8px;
}
@media (max-width: 768px) {
  #FOLLOW-CTA {
    top: auto;
    right: auto;
    bottom: 0;
    transform: none;
    width: 100%;
  }
  #FOLLOW-CTA a {
    writing-mode: horizontal-tb;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4%;
  }
  #FOLLOW-CTA a img {
    width: 10%;
  }
  #FOLLOW-CTA a p {
    writing-mode: horizontal-tb;
    margin-left: 4%;
  }
}

.CTA {
  background-color: #6bc8f0;
}
.CTA .content {
  display: flex;
  justify-content: space-between;
}
.CTA .content .left {
  width: 49%;
}
.CTA .content .left .message {
  display: flex;
  align-items: center;
  background-color: #00b6bd;
  padding: 1% 4%;
  border-radius: 16px;
}
.CTA .content .left .message .img {
  width: 10%;
}
.CTA .content .left .message p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 4%;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}
.CTA .content .left .push {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4em;
  margin: 6% 0;
  position: relative;
  z-index: 2;
}
.CTA .content .left .text {
  display: flex;
}
.CTA .content .left .text .list {
  width: 70%;
  background-color: #fff;
  padding: 4%;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
.CTA .content .left .text .list ul li {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  margin: 4% 0;
}
.CTA .content .left .text .list ul li img {
  width: 10%;
  padding-right: 4%;
}
.CTA .content .left .text .img {
  width: 30%;
  position: relative;
}
.CTA .content .left .text .img img {
  position: absolute;
  width: 110%;
  right: 0;
  bottom: 0;
}
.CTA .content .right {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.CTA .content .right .point {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #fe8e1e;
  border-radius: 16px;
}
.CTA .content .right .point span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 4%;
  background-color: #fe8e1e;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
.CTA .content .right .point ul {
  padding: 2%;
  color: #00b6bd;
  background-color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.CTA .content .right .point ul li {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
.CTA .content .right .point ul li img {
  width: 5%;
  margin: 1% 4% 1% 0;
}
.CTA .content .right .cta {
  font-family: "Zen Old Mincho", serif;
  height: 100%;
  padding-top: 8%;
}
.CTA .content .right .cta .LINE {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #00b900;
  border-radius: 16px;
  padding: 2%;
  text-align: center;
  color: #fff;
  font-size: 2.7em;
  position: relative;
}
.CTA .content .right .cta .LINE::before {
  content: "ちょっとした相談もOK！";
  background-color: #fff;
  color: #656565;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4%;
  white-space: nowrap;
  font-size: 0.5em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  .CTA .content {
    flex-direction: column;
  }
  .CTA .content .left, .CTA .content .right {
    width: 100%;
  }
  .CTA .content .left {
    margin-bottom: 4%;
  }
  .CTA .content .left .push {
    font-size: 1.3em;
  }
}
@media (max-width: 420px) {
  .CTA .content .right .point span {
    font-size: 1em;
  }
}

#FV img {
  width: 100%;
  vertical-align: bottom;
}