@charset "UTF-8";
/*	Breakpoint
-------------------------------*/
/*	Color
-------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
body img {
  width: 100%;
}
body .d-n {
  display: none;
}
body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  body .sp {
    display: block;
  }
}
body a:hover {
  opacity: 0.7;
}

html {  
  font-size: 65.5%;
}
@media (max-width: 1160px) {
  html {
    font-size: 60.5%;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 55.5%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #222;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.14);
  background: #fff;
  z-index: 999;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}
header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
header .header-container h1 {
  font-size: 2.4rem;
}
header .header-container nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header .header-container nav ul li {
  padding: 0 1rem;
}
main {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}
main .main-visual {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 600;
  background: url(../images/common/fv-pc.png);
  background-position: bottom right;
  overflow: hidden;
}
main .main-visual .main-visual-container {
  padding: 8rem 0 12rem;
  margin: 0 auto;
  width: 90%;
  max-width: 110rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .main-visual .main-visual-container {
    padding: 2rem 0 2rem;
  }
}
main .main-visual .main-visual-container .su-chan {
  width: 40rem;
  position: absolute;
  top: calc(50% - 6rem);
  left: calc(50% + 30rem);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  main .main-visual .main-visual-container .su-chan {
    width: 30rem;
    top: calc(50% - 12rem);
    left: 50%;
  }
}
main .main-visual .main-visual-container .box-text01 {
  margin-bottom: 8rem;
  position: relative;
}
main .main-visual .main-visual-container .box-text01 .text01 {
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  main .main-visual .main-visual-container .box-text01 .text01 {
    font-size: 3rem;
  }
}
main .main-visual .main-visual-container .box-text01 .text02 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  main .main-visual .main-visual-container .box-text01 .text02 {
    font-size: 2rem;
  }
}
main .main-visual .main-visual-container .box-text02 {
  margin: 8rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .main-visual .main-visual-container .box-text02 {
    margin: 28rem 0 2rem;
  }
}
main .main-visual .main-visual-container .box-text02 .text01 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  main .main-visual .main-visual-container .box-text02 .text01 {
    font-size: 2.2rem;
  }
}
.box-btn {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  width: 75%;
  min-width: 78rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-btn {
    flex-direction: column;
    min-width: auto;
    width: 100%;
  }
}
.box-btn a.btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 1rem 0rem;
  font-weight: bold;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  width: 33.3%;
  max-width: 36rem;
  line-height: 6rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .box-btn a.btn {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 5rem;
  }
}
.box-btn a.btn:hover {
  opacity: 0.6;
}
.box-btn .btn-line {
  background: #00b900;
}
.box-btn .btn-tel {
  background: #f96062;
}
.box-btn .btn-mail {
  background: #36b8c2;
}

main .sec {
  padding: 6rem 0;
}
main .sec .container {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
}
main .sec .container .h2 {
  font-size: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6rem;
  position: relative;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .sec .container .h2 {
    font-size: 2.2rem;
    margin: 0 auto 4rem;
  }
}
main .sec .container .h2:after {
  content: "";
  width: 75%;
  height: 0.4rem;
  background: #222;
  position: absolute;
  top: auto;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
main .sec-1 .container .text01 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  main .sec-1 .container .text01 {
    font-size: 2.2rem;
  }
}
main .sec-1 .container ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto;
}
main .sec-1 .container ul li {
  display: flex;
  align-items: center;
  margin: 0 1rem;
  font-size: 2.4rem;
}
main .sec-1 .container ul li span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff83 0%) repeat scroll 0 0;
}
@media screen and (max-width: 767px) {
  main .sec-1 .container ul li {
    font-size: 1.7rem;
  }
}
main .sec-1 .container ul li:before {
  content: "";
  background: url(../images/common/icon-check.svg) center center/contain;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}
main .sec-1 .container .text02 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .sec-1 .container .text02 {
    font-size: 2.2rem;
  }
}
main .sec-service {
  position: relative;
}
main .sec-service .container .item {
  background: #fff;
  border: 10px solid #37c8e5;
  padding: 6rem 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  main .sec-service .container .item {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
}
main .sec-service .container .item .item-container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .sec-service .container .item .item-container {
    width: 90%;
  }
}
main .sec-service .container .item .item-container .number {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #37c8e5;
  padding: 1rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
}
main .sec-service .container .item .item-container h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #37c8e5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
}
main .sec-service .container .item .item-container .text01 {
  margin-bottom: 1.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
}
main .sec-service .container .item .item-container .box-dl {
  padding: 2rem 0 2rem;
}
main .sec-service .container .item .item-container .box-dl dl {
  margin-bottom: 2rem;
}
main .sec-service .container .item .item-container .contents {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  main .sec-service .container .item .item-container .contents {
    font-size: 1.6rem;
  }
}
main .sec-service .container .orange {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #333333;
  background-color: #fff6e6;
  border-radius: 30px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  transform: rotate(0deg);
  border: 1px solid #ff8a00;
  border-style: solid;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  main .sec-service .container .orange {
    padding: 0;
  }
}
main .sec-service .container .orange .box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  main .sec-service .container .orange .box-flex {
    flex-direction: column;
    padding: 1rem;
  }
}
main .sec-service .container .orange .box-flex .box-text {
  background-image: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 30px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  transform: rotate(0deg);
  text-align: center;
  width: 33rem;
  padding: 2rem;
}
main .sec-service .container .orange .box-flex .box-text .head {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 2px dotted;
  font-size: 1.5em;
  line-height: 1.5;
}
main .sec-service .container .orange .box-flex .box-text .detail {
  font-size: 1.6rem;
}
main .sec-service .container .orange ul {
  width: 50%;
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  main .sec-service .container .orange ul {
    width: 100%;
    margin: 2rem 0;
    gap: 0 0.5rem;
  }
}
main .sec-service .container .orange ul li img {
  border-radius: 999px;
}
main .sec-service:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none; /* クリックを親要素に通す */
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(https://ctw-contents.com/lptoolstest/wp-content/uploads/2024/11/doodle-4181783_640.png);
  background-position: 50% 50%;
  background-size: 30%;
  background-repeat: repeat;
}
main .sec-price {
  background-color: #f4faff;
}
main .sec-price .container .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  main .sec-price .container .lead {
    font-size: 1.6rem;
  }
}
main .sec-price .container .box {
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  main .sec-price .container .box {
    margin: 4.5rem 0;
  }
}
main .sec-price .container .box h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  main .sec-price .container .box h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
main .sec-price .container .box table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
main .sec-price .container .box th,
main .sec-price .container .box td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}
main .sec-price .container .box th {
  background-color: #fff5cc;
  font-weight: bold;
}
main .sec-flow {
  background-color: rgb(212, 247, 255);
}
main .sec-flow .container .item {
  background: #fff;
  padding: 4rem 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main .sec-flow .container .item {
    padding: 2rem;
  }
}
main .sec-flow .container .item .box-flex {
  display: flex;
  align-items: flex-start;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  main .sec-flow .container .item .box-flex {
    gap: 0;
    flex-direction: column-reverse;
  }
}
main .sec-flow .container .item .box-flex img {
  display: block;
  width: 33%;
  max-width: 32rem;
}
@media screen and (max-width: 767px) {
  main .sec-flow .container .item .box-flex img {
    width: 100%;
  }
}
main .sec-flow .container .item .box-flex .box-text {
  width: 60%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  main .sec-flow .container .item .box-flex .box-text {
    width: 100%;
  }
}
main .sec-flow .container .item .box-flex .box-text .step {
  background-color: #37c8e5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  line-height: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .sec-flow .container .item .box-flex .box-text .step {
    font-size: 1.8rem;
  }
}
main .sec-flow .container .item .box-flex .box-text .step:after {
  content: "";
  margin: 0.2em auto 0;
  width: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 24px solid;
  display: block;
  color: #37c8e5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
main .sec-flow .container .item .box-flex .box-text .head {
  font-size: 2.6rem;
  font-weight: bold;
  color: #37c8e5;
  text-align: center;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  main .sec-flow .container .item .box-flex .box-text .head {
    font-size: 2.2rem;
    margin: 4rem 0 2rem;
  }
}
main .sec-flow .container .item .box-flex .box-text .detail {
  margin: 2rem 0;
}
main .sec-flow .container .item .box-flex .box-text .detail a {
  text-decoration: underline;
}
main .sec-area .container .lead {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .sec-area .container .lead {
    font-size: 1.8rem;
  }
}
main .sec-area .container figure {
  margin: 4rem auto 6rem;
  max-width: 70rem;
}
main .sec-review .container .box {
  margin: 4rem auto 6rem;
}
main .sec-review .container .h2,
main .sec-area .container .h2 {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main .sec-review .container .h2,
main .sec-area .container .h2 {
    font-size: 2.2rem;
  }
}
main .sec-review .container .h2:after,
main .sec-area .container .h2:after {
  content: none;
}
main .sec-qa {
  background-color: #f4faff;
}
main .sec-qa .container .box-dl {
  margin: 0 auto;
}
main .sec-qa .container .box-dl dl {
  border: 1px solid #222;
  padding: 3rem;
  margin-bottom: 2rem;
}
main .sec-qa .container .box-dl dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #222;
}
main .sec-qa .container .box-dl dl dt:before {
  content: "Q.";
  width: 2.5rem;
  width: 2.5rem;
  font-size: 2.5rem;
  margin-right: 1.5rem;
}
main .sec-qa .container .box-dl dl dd a {
  text-decoration: underline;
}
main .sec-company {
  position: relative;
}
main .sec-company:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://lp.sun-light-group.jp/wp/wp-content/plugins/catch_the_lptools/img/templates_img/pixta_90373983_M.jpg);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.3; /* 画像の透明度（0.0～1.0） */
  z-index: -1;
}
main .sec-company .container .box-dl {
  border: 1px solid #ccc;
  background: #fff;
  max-width: 86rem;
  margin: 0 auto;
}
main .sec-company .container .box-dl dl {
  display: flex;
  border-bottom: 1px solid #ccc;
}
main .sec-company .container .box-dl dl dt {
  border-right: 1px solid #ccc;
  background: rgb(193, 234, 247);
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  main .sec-company .container .box-dl dl dt {
    font-size: 1.6rem;
    width: 13rem;
    padding: 1rem 0;
  }
}
main .sec-company .container .box-dl dl dd {
  width: 66%;
  flex-grow: 1;
  padding: 2rem;
}
main .sec-contact {
  background-color: rgb(212, 247, 255);
}
main .sec-contact .container .box-btn {
  margin: 0 auto;
  min-width: 100%;
  justify-content: center;
}
main .sec-contact .container .text01 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 6rem auto 3rem;
}
main .sec-contact .container .form-dl {
  margin: 4rem auto;
  width: 95%;
  max-width: 60rem;
  font-size: 1.5rem;
}
main .sec-contact .container .form-dl dl {
  margin-bottom: 2rem;
}
main .sec-contact .container .form-dl dl dt {
  margin-bottom: 0.5rem;
}
main .sec-contact .container .form-dl dl dt span {
  background: #ee4952;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  text-align: center;
}
main .sec-contact .container .form-dl dl dt,
main .sec-contact .container .form-dl dl dd {
  width: 100%;
}
main .sec-contact .container .form-dl input,
main .sec-contact .container .form-dl textarea {
  background: #fff;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
}
main .sec-contact .container .form-dl textarea {
  min-height: 20rem;
}
main .sec-contact .container .form-dl input[type=submit] {
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 4rem;
  display: block;
  background: #ee4952;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 999px;
}
main .sec-contact .container .form-dl article {
  background: #fafafa;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 1.3rem;
  height: 16rem;
  margin: 2rem auto 0;
  overflow: scroll;
  padding: 1rem;
}
main .sec-contact .container .form-dl article span {
  font-weight: bold;
}
main .sec-contact .container .form-dl .privacy-acceptance {
  text-align: center;
  margin: 2rem auto 0;
  font-size: 1.4rem;
}
main .sec-contact .container .form-dl .privacy-acceptance label {
  display: flex;
  align-items: center;
}
main .sec-contact .container .form-dl .privacy-acceptance label input {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
  .floating__wrap {
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
  .floating__wrap nav ul {
    display: flex;
  }
  .floating__wrap nav ul li {
    /* width: 33.33%; */
    width: 50%;
  }
  .floating__wrap nav ul li img {
    height: 100%;
  }
}
footer {
  background-color: #000;
}
footer .box-flex {
  display: flex;
  justify-content: space-between;
  padding: 1% 2%;
  color: #fff;
  font-size: 1.2rem;
}
/*# sourceMappingURL=style.css.map */