@charset "UTF-8";
main {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 90px;
  }
}
main .section__bg-main {
  max-width: 128rem;
  margin: 0 auto;
}
main .section__bg-main img {
  display: block;
}
main .section__bg-main .bg-content {
  width: 53.2rem;
  margin: 0 auto;
}
main .section__bg-main .bg-content .sub {
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .section__bg-main .bg-content {
    width: 100%;
  }
  main .section__bg-main .bg-content img {
    width: 100%;
  }
}
main .section__concept {
  padding-inline: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main .section__concept {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .section__concept {
    width: 100%;
    padding-top: 6rem;
  }
}
main .section__concept .container .number11 {
  font-size: 16rem;
  color: #f2eddb;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .section__concept .container .number11 {
    font-size: 120px;
    margin: 20px 0;
  }
}
main .section__concept .container .content-concept {
  margin-inline: auto;
  max-width: 650px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
main .section__concept .container .content-concept span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .section__concept .container .content-concept {
    font-size: 16px;
    padding: 0 20px;
  }
}
main .section__concept .container .list-concept {
  display: flex;
  flex-direction: column;
  max-width: 94.4rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  main .section__concept .container .list-concept {
    font-size: 16px;
    width: 100%;
    margin-bottom: 5rem;
  }
}
main .section__concept .container .list-concept .sub-concept {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.2rem solid #f2eddb;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  main .section__concept .container .list-concept .sub-concept {
    flex-direction: column;
    gap: 35px;
    padding: 40px 0;
  }
}
main .section__concept .container .list-concept .sub-concept:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
main .section__concept .container .list-concept .sub-concept .title {
  width: 50%;
  color: rgba(154, 186, 229, 0.7);
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .section__concept .container .list-concept .sub-concept .title {
    width: 100%;
    font-size: 18px;
  }
}
main .section__concept .container .list-concept .sub-concept .title span {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  main .section__concept .container .list-concept .sub-concept .title span {
    font-size: 24px;
  }
}
main .section__concept .container .list-concept .sub-concept .des {
  font-size: 1.8rem;
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  main .section__concept .container .list-concept .sub-concept .des {
    width: 100%;
    font-size: 14px;
  }
}
main .section__concept .container .concept-img img {
  margin: 0 auto;
  width: 128rem;
}
@media screen and (max-width: 1024px) {
  main .section__concept .container .concept-img img {
    width: 100%;
  }
}
main .section__staff {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  main .section__staff {
    padding-top: 100px;
  }
}
main .section__staff .container .list-staff {
  margin-inline: auto;
  margin-top: 80px;
  padding: 0 20px;
  max-width: 1280px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .section__staff .container .list-staff {
    flex-direction: column;
    margin-top: 60px;
    gap: 70px;
  }
}
main .section__staff .container .list-staff .sub-staff {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  main .section__staff .container .list-staff .sub-staff {
    width: 100%;
    font-size: 14px;
  }
  main .section__staff .container .list-staff .sub-staff figure {
    text-align: center;
  }
}
main .section__staff .container .list-staff .sub-staff .img {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  main .section__staff .container .list-staff .sub-staff .img {
    width: 100%;
    text-align: center;
  }
}
main .section__staff .container .list-staff .sub-staff .name {
  width: 85%;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  main .section__staff .container .list-staff .sub-staff .name {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
main .section__staff .container .list-staff .sub-staff .name span {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .section__staff .container .list-staff .sub-staff .name span {
    font-size: 16px;
  }
}
main .section__staff .container .list-staff .sub-staff .des {
  width: 85%;
  margin: 0 auto;
}
main .section__staff .container .btn-staff {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9abae5;
  width: 16rem;
  font-size: 1.4rem;
  height: 4rem;
  margin: 0 auto;
  border: 0.2rem solid #9abae5;
  border-radius: 2rem;
  margin-top: 7rem;
  transition: 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  main .section__staff .container .btn-staff {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
}
main .section__staff .container .btn-staff:hover {
  background: #9abae5;
  color: #fff;
}
main .section__about {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  main .section__about {
    padding-top: 100px;
  }
}
main .section__about .container .content-about {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 8rem;
}
main .section__about .container .g-map {
  margin-top: 8rem;
  background: rgba(242, 237, 219, 0.5215686275);
  height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
}
main .section__about .container .g-map iframe {
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  main .section__about .container .g-map {
    font-size: 24px;
  }
}
main .section__about .container .list-about {
  display: flex;
  flex-direction: column;
  max-width: 94.4rem;
  margin: 0 auto 10rem;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  main .section__about .container .list-about {
    margin-bottom: 60px;
    width: 100%;
  }
}
main .section__about .container .list-about .sub-about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  main .section__about .container .list-about .sub-about {
    margin-top: 60px;
  }
}
main .section__about .container .list-about .sub-about:last-child {
  border-bottom: 0;
}
main .section__about .container .list-about .sub-about:last-child .des {
  padding-left: 16.7rem;
}
@media screen and (max-width: 767px) {
  main .section__about .container .list-about .sub-about:last-child .des {
    padding-left: 0;
    font-size: 14px;
  }
}
main .section__about .container .list-about .sub-about .title {
  color: rgba(154, 186, 229, 0.7);
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .section__about .container .list-about .sub-about .title {
    margin-bottom: 36px;
    font-size: 24px;
  }
}
main .section__about .container .list-about .sub-about .title span {
  font-size: 3.6rem;
}
main .section__about .container .list-about .sub-about .des {
  font-size: 1.8rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
main .section__about .container .list-about .sub-about .des .sub {
  display: flex;
  justify-content: center;
  border-top: 0.1rem solid #f2eddb;
  gap: 5rem;
  text-align: left;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  main .section__about .container .list-about .sub-about .des .sub {
    padding: 30px 0;
    gap: 0;
  }
}
main .section__about .container .list-about .sub-about .des .sub:last-child {
  border-bottom: 0.1rem solid #f2eddb;
}
main .section__about .container .list-about .sub-about .des .sub .name {
  flex-basis: 8rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .section__about .container .list-about .sub-about .des .sub .name {
    font-size: 14px;
  }
}
main .section__about .container .list-about .sub-about .des .sub .pin {
  min-width: 480px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .section__about .container .list-about .sub-about .des .sub .pin {
    min-width: auto;
    width: min(100% - 8rem - 40px, 370px);
    font-size: 14px;
    white-space: normal;
  }
}
main .section__about .container .list-about .sub-about .des .sub .pin a {
  color: #85868a;
}
main .section__about .container .list-about .sub-about .des .sub .pin a:hover {
  color: #9abae5;
}
main .section__qa {
  margin-top: 10rem;
  padding-top: 10rem;
  padding-bottom: 8rem;
  background: #9abae5;
}
@media screen and (max-width: 767px) {
  main .section__qa {
    padding-top: 100px;
    margin-top: 100px;
    padding-bottom: 80px;
  }
}
main .section__qa .container .title-border {
  color: #fff;
}
main .section__qa .container .content-qa {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main .section__qa .container .content-qa {
    font-size: 12px;
  }
}
main .section__contact {
  padding-bottom: 8rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  main .section__contact {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
main .section__contact .container {
  width: 63rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .section__contact .container {
    width: 100%;
    padding: 0 20px;
  }
}
main .section__contact .container .content-contact {
  font-size: 1.6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  main .section__contact .container .content-contact {
    font-size: 14px;
    margin-top: 70px;
  }
}
main .section__contact .container .form-contact {
  margin-top: 7rem;
  width: 100%;
  color: #2e2e2e;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  main .section__contact .container .form-contact {
    font-size: 14px;
    margin-top: 70px;
  }
}
main .section__contact .container .form-contact .tab-contact {
  display: flex;
  flex-direction: column;
  color: #85868a;
}
main .section__contact .container .form-contact .tab-contact dt {
  margin-bottom: 10px;
}
main .section__contact .container .form-contact .tab-contact dd {
  margin-bottom: 30px;
}
main .section__contact .container .form-contact .tab-contact .name-sub {
  margin-bottom: 10px;
}
main .section__contact .container .form-contact .tab-contact .input-sub small {
  font-size: 1rem;
  color: #85868a;
  margin-top: 1rem;
  display: inline-block;
  line-height: 1.6;
}
main .section__contact .container .form-contact .tab-contact .input-sub input {
  background: rgba(242, 237, 219, 0.5215686275);
  border: 0;
  height: 5rem;
  width: 100%;
  border-radius: 2.5rem;
  padding: 1.5rem 1.4rem;
}
main .section__contact .container .form-contact .tab-contact .input-sub textarea {
  background: rgba(242, 237, 219, 0.5215686275);
  border: 0;
  height: 18rem;
  width: 100%;
  border-radius: 1.8rem;
  resize: none;
  padding: 1.5rem 1.4rem;
}
main .section__contact .container .form-contact .tab-contact .input-sub .small-text {
  font-size: 1rem;
  margin-top: 2rem;
  color: #85868a;
}
main .section__contact .container .form-contact .btn-submit .btn-submit-a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9abae5;
  width: 16rem;
  font-size: 1.4rem;
  height: 4rem;
  margin: 0 auto;
  border: 0.2rem solid #9abae5;
  border-radius: 2rem;
  margin-top: 5rem;
  background: #fff;
  transition: 0.25s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main .section__contact .container .form-contact .btn-submit .btn-submit-a {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
}
main .section__contact .container .form-contact .btn-submit .btn-submit-a:hover {
  background: #1fbf63;
  color: #fff;
}

.hide {
  display: none;
}

#soelu .section__bg-main .mv_main {
  width: 100%;
}
#soelu .section__bg-main .mv_main img {
  width: 100%;
}
#soelu .section__concept {
  padding-bottom: 6rem;
}
#soelu .section__concept .title-concept {
  font-size: 3.2rem;
  font-family: "Nunito";
  text-align: center;
  color: #1fbf63;
  font-weight: bold;
  margin: 5.5rem 0 4.6rem;
}
@media screen and (max-width: 767px) {
  #soelu .section__concept .title-concept {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
#soelu .section__recomend {
  background-color: #f2eddb;
  padding-inline: 2rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
  margin: 0 auto;
}
#soelu .section__recomend .container {
  max-width: 63rem;
  margin: 0 auto;
}
#soelu .section__recomend .title-border::before {
  background: #ffffff;
}
#soelu .section__recomend .content-recomend {
  font-family: "Noto Sans JP", sans-serif;
}
#soelu .section__recomend .content-recomend__img {
  display: flex;
  justify-content: center;
  margin: 2.85rem 0 2rem;
  mix-blend-mode: multiply;
}
#soelu .section__recomend .content-recomend .list-recomend {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  #soelu .section__recomend .content-recomend .list-recomend {
    margin-left: 0;
  }
}
#soelu .section__recomend .content-recomend .list-recomend li {
  margin-left: 2rem;
  position: relative;
  font-size: 1.8rem;
}
#soelu .section__recomend .content-recomend .list-recomend li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -2rem;
  font-weight: bold;
}
#soelu .section__recomend .content-recomend .p-recomend {
  margin-top: 3.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #soelu .section__recomend .content-recomend .p-recomend {
    font-size: 1.6rem;
  }
}
#soelu .section__service {
  padding: 8rem 0 5rem;
}
@media screen and (max-width: 767px) {
  #soelu .section__service {
    padding: 7rem 0 0rem;
  }
}
#soelu .section__service .list-service {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  max-width: 98.4rem;
  margin: 0rem auto;
  padding: 0 20px;
}
#soelu .section__service .list-service .title {
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1fbf63;
}
@media screen and (max-width: 767px) {
  #soelu .section__service .list-service .title {
    font-size: 2.4rem;
  }
}
#soelu .section__service .list-service .des {
  margin-top: 4rem;
}
#soelu .section__service .list-service .sub-service .des .sub {
  display: flex;
  gap: 9rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #soelu .section__service .list-service .sub-service .des .sub {
    flex-direction: column;
    gap: 1.2rem;
  }
}
#soelu .section__service .list-service .sub-service .des .sub .name {
  width: 22.55rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #soelu .section__service .list-service .sub-service .des .sub .name {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
#soelu .section__service .list-service .sub-service .des .sub .pin {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #soelu .section__service .list-service .sub-service .des .sub .pin {
    font-size: 1.4rem;
  }
}
#soelu .section__service .list-service .sub-service .des .sub .note {
  font-size: 1.4rem;
  display: block;
  margin-top: 3.6rem;
}
#soelu .section__service .list-service .sub-service .des .sub:first-child {
  margin-top: 3.6rem;
}
#soelu .section__service .list-service .sub-service .des .sub:not(:first-child) {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #soelu .section__service .list-service .sub-service .des .sub:not(:first-child) {
    margin-top: 2.4rem;
  }
}
#soelu .section__service .list-service .sub-service .mention {
  padding-top: 40px;
  font-size: 1.2em;
  text-align: center;
}
#soelu .section__service .list-service .images {
  display: flex;
  justify-content: center;
  margin-top: 4.7rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #soelu .section__service .list-service .images {
    flex-direction: column;
  }
  #soelu .section__service .list-service .images img {
    max-width: 110%;
  }
}
#soelu .section__service .price {
  padding: 10rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #soelu .section__service .price {
    padding-top: 6rem;
  }
}
#soelu .section__service .price .list-service {
  padding-bottom: 8rem;
  border-bottom: 1px solid #f2eddb;
}
@media screen and (max-width: 767px) {
  #soelu .section__service .price .list-service {
    padding-bottom: 6rem;
  }
}
#soelu .section__service .price table {
  border-collapse: collapse;
  width: 100%;
}
#soelu .section__service .price table th,
#soelu .section__service .price table td {
  border: 1px solid #85868a;
  text-align: center;
  line-height: 1.6;
}
#soelu .section__service .price table td {
  padding: 3rem 1rem;
}
#soelu .section__service .price table th {
  background-color: #f2eddb;
  font-size: 1.8rem;
  padding: 1rem;
}
#soelu .section__service .price table .th250 {
  width: 26.5%;
}
#soelu .section__service .price table .th445 {
  width: 47.18%;
}
#soelu .section__service .price table .thend {
  width: 26.32%;
}
@media screen and (max-width: 767px) {
  #soelu .section__service .price table {
    width: 94rem;
  }
  #soelu .section__service .price table td {
    padding: 1.4rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  #soelu .section__service .price .des {
    overflow-x: auto;
    margin-top: 2rem;
  }
}
#soelu .section__contact .container .form-contact .btn-submit .btn-submit-a {
  color: #1fbf63;
  border: 0.2rem solid #1fbf63;
}
#soelu .section__contact .container .form-contact .btn-submit .btn-submit-a:hover {
  background-color: #1fbf63;
  color: #fff;
}
#soelu .section__staff {
  padding: 4rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #soelu .section__staff {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #soelu.nav-scroll #header {
    height: 7rem;
  }
  #soelu.nav-scroll #header .header {
    padding-top: 2rem;
  }
  #soelu.nav-scroll #header .header-center__logo {
    width: 4rem;
    height: 4rem;
  }
  #soelu.nav-scroll .header-logo {
    top: 0.3rem;
  }
}