@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

#wrapper {
  overflow: hidden;
}

a {
  color: #333333;
}

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

.inner_m {
  margin: 0 auto;
  position: relative;
  width: 102.4rem;
}

@media screen and (max-width: 62em) {
  .inner_m {
    margin: 0 3rem;
    position: relative;
    width: auto;
  }
}
@media screen and (max-width: 48em) {
  .inner_m {
    margin: 0 2rem;
    position: relative;
    width: auto;
  }
}
.btn {
  background: linear-gradient(to right, #fa41cc, #6020b0);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  height: 3.7rem;
  line-height: 37px;
  max-width: 100%;
  text-align: center;
  width: 15.5rem;
}

.title {
  font-size: 3.2rem;
  line-height: 1.47;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .title {
    font-size: 2.8rem;
  }
}
.title-en {
  color: #3ba6c9;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .title-en {
    font-size: 1.4rem;
  }
}
.title-m {
  font-size: 2.8rem;
  line-height: 1.46;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .title-m {
    font-size: 2.2rem;
  }
}
.header {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 9.4rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /*三本線*/
  /*OPEN時スタイル*/
}

.header .inner_m {
  height: 100%;
}

.header__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 2rem;
}

@media screen and (max-width: 62em) {
  .header__content {
    padding: 0;
  }
}
.header__content-btn {
  align-items: center;
  display: flex;
}

.header__thumb {
  height: auto;
  margin-right: 1.7rem;
  width: 4.7rem;
}

.header__title {
  font-size: 2.4rem;
  line-height: 1.5;
}

.header__nav {
  margin-left: 3rem;
  margin-right: 3.7rem;
}

@media screen and (max-width: 62em) {
  .header__nav {
    margin: 0;
  }
}
@media screen and (max-width: 48em) {
  .header__nav {
    display: none;
  }
}
.header .hamburger {
  border: 0;
  display: none;
}

@media screen and (max-width: 48em) {
  .header .hamburger {
    display: block;
    z-index: 9999;
  }
}
.header .hamburger__line {
  background: #333333;
  display: block;
  height: 4px;
  position: relative;
  width: 40px;
}

.header .hamburger__line::before,
.header .hamburger__line::after {
  background: #333333;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.3s;
  width: 40px;
}

.header .hamburger__line::before {
  top: -12px;
}

.header .hamburger__line::after {
  bottom: -12px;
}

.header .hamburger[aria-expanded=true] .hamburger__line {
  background: #ffffff;
}

.header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .hamburger[aria-expanded=true] .hamburger__line::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__nav-list {
  display: flex;
}

.header__nav-item {
  margin-right: 4.5rem;
}

.header__nav-btn {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 48em) {
  .header__btn-box {
    display: none;
  }
}
.header .gnav {
  display: none;
}

@media screen and (max-width: 48em) {
  .header .gnav {
    background: #ffffff;
    height: 100vh;
    left: 0;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100vw;
    z-index: 9998;
  }
}
@media screen and (max-width: 48em) {
  .header .gnav__list {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}
.header .gnav__item {
  font-size: 1.6rem;
}

.header .gnav__link {
  color: #333333;
  display: none;
  padding: 20px;
}

@media screen and (max-width: 48em) {
  .header .gnav__link {
    display: block;
    position: relative;
  }
}
.fv {
  background-image: url(../../assets/img/circle@2x.png);
  background-position-x: 54.6vw;
  background-position-y: -9rem;
  background-repeat: no-repeat;
  background-size: contain;
  height: 67.4rem;
  margin-bottom: 7rem;
  padding-top: 9.4rem;
}

@media screen and (max-width: 48em) {
  .fv {
    background-position: center;
    background-size: cover;
    margin-bottom: 3rem;
    padding-bottom: 15rem;
  }
}
.fv__content {
  padding-left: 2rem;
  padding-top: 15.9rem;
}

@media screen and (max-width: 48em) {
  .fv__content {
    padding-left: 0;
    text-align: center;
  }
}
.fv__title {
  margin-bottom: 4rem;
  text-align: left;
}

@media screen and (max-width: 48em) {
  .fv__title {
    text-align: center;
  }
}
.fv__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 4.6rem;
}

.fv__thumb {
  position: absolute;
  right: 0;
  top: 13rem;
  width: 51.8rem;
}

@media screen and (max-width: 48em) {
  .fv__thumb {
    left: 50%;
    position: absolute;
    top: 68rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
  }
}
.features {
  margin-bottom: 15.5rem;
}

@media screen and (max-width: 48em) {
  .features {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 48em) {
  .features .inner_m {
    margin: 0;
  }
}
.features__title {
  margin-bottom: 1rem;
}

.features__title-en {
  margin-bottom: 5.6rem;
}

@media screen and (max-width: 48em) {
  .features__title-en {
    margin-bottom: 4rem;
  }
}
.features__content {
  margin-bottom: 8.5rem;
}

@media screen and (max-width: 48em) {
  .features__content {
    margin-bottom: 5.6rem;
  }
}
.features__content:last-child {
  margin-bottom: 0;
  padding-top: 5.8rem;
}

@media screen and (max-width: 48em) {
  .features__content:last-child {
    margin-bottom: 5.6rem;
    padding-top: 0;
  }
}
.features__content .mlr5 {
  margin-left: 5rem;
  margin-right: 5.1rem;
}

@media screen and (max-width: 48em) {
  .features__content .mlr5 {
    margin-left: 0;
    margin-right: 0;
  }
}
.features__content-title-m {
  margin-bottom: 5rem;
}

.features__box {
  display: flex;
  justify-content: space-between;
  margin-left: 2rem;
  margin-right: -3.6rem;
}

@media screen and (max-width: 62em) {
  .features__box {
    margin: 0;
  }
}
@media screen and (max-width: 48em) {
  .features__box {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.features__box .mt26 {
  margin-top: 2.6rem;
}

@media screen and (max-width: 48em) {
  .features__box .mt26 {
    margin-top: 4rem;
  }
}
.features .rev {
  flex-direction: row-reverse;
  margin-left: 4.9rem;
}

@media screen and (max-width: 48em) {
  .features .rev {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
}
.features .rev .mt0 {
  margin-top: 0;
}

@media screen and (max-width: 48em) {
  .features .rev .mt0 {
    margin-top: 4rem;
  }
}
.features__box-thumb {
  width: 38rem;
}

@media screen and (max-width: 48em) {
  .features__box-thumb {
    width: 70%;
  }
}
.features__box-thumb-2 {
  width: 47.9rem;
}

@media screen and (max-width: 48em) {
  .features__box-thumb-2 {
    width: 70%;
  }
}
.features__box-thumb-3 {
  width: 40rem;
}

@media screen and (max-width: 48em) {
  .features__box-thumb-3 {
    width: 70%;
  }
}
.features__desc {
  margin-top: 4rem;
}

@media screen and (max-width: 62em) {
  .features__desc {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 48em) {
  .features__desc {
    text-align: center;
  }
}
.features__desc .mb27 {
  margin-bottom: 2.7rem;
}

.features__desc-lead {
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 3.8rem;
}

@media screen and (max-width: 48em) {
  .features__desc-lead {
    font-size: 2rem;
  }
}
.features__desc-lead:last-child {
  margin-bottom: 2.7rem;
}

@media screen and (max-width: 62em) {
  .features__desc-lead br {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .features__desc-lead br {
    display: block;
  }
}
.features__desc-lead .medium {
  display: none;
}

@media screen and (max-width: 48em) {
  .features__desc-lead .medium {
    display: block;
  }
}
.features__desc-text {
  font-size: 1.6rem;
  line-height: 1.63;
}

@media screen and (max-width: 48em) {
  .features__desc-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 62em) {
  .features__desc-text br {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .features__desc-text br {
    display: block;
  }
}
.features__desc-text .medium {
  display: none;
}

@media screen and (max-width: 48em) {
  .features__desc-text .medium {
    display: block;
  }
}
.features__desc-text .large {
  display: block;
}

@media screen and (max-width: 48em) {
  .features__desc-text .large {
    display: none;
  }
}
.price {
  background-color: #eefbfb;
  padding-bottom: 6.8rem;
  padding-top: 5.5rem;
}

@media screen and (max-width: 48em) {
  .price {
    padding-top: 4rem;
  }
}
.price__title {
  margin-bottom: 1.2rem;
}

.price__title-en {
  margin-bottom: 7rem;
}

@media screen and (max-width: 48em) {
  .price__title-en {
    margin-bottom: 4rem;
  }
}
.price__container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  margin: 0 auto;
  margin-bottom: 3.6rem;
  width: 92.6rem;
}

@media screen and (max-width: 62em) {
  .price__container {
    width: auto;
  }
}
.price__content {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  height: 10.175rem;
  margin: 0 auto;
}

.price__content:nth-child(4) {
  border: none;
}

@media screen and (max-width: 48em) {
  .price__content {
    height: 8rem;
  }
}
.price__content-title-box {
  align-items: center;
  border-right: 1px solid #e5e5e5;
  display: flex;
  height: 100%;
  width: 29rem;
}

@media screen and (max-width: 48em) {
  .price__content-title-box {
    width: 60%;
  }
}
.price__content-title {
  line-height: 1.75;
  margin-left: 1.9rem;
}

@media screen and (max-width: 48em) {
  .price__content-title {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}
.price__content-text {
  line-height: 1.75;
  margin-left: 3.2rem;
}

@media screen and (max-width: 48em) {
  .price__content-text {
    margin-left: 2rem;
  }
}
.price__container-note {
  font-size: 1.6rem;
  line-height: 1.63;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .price__container-note {
    font-size: 1.4rem;
  }
}
.faq {
  padding-bottom: 9.4rem;
  padding-top: 5.3rem;
}

.faq__title {
  margin-bottom: 1rem;
}

.faq__title-en {
  margin-bottom: 3.2rem;
}

.faq__container {
  border: 1px solid #e5e5e5;
  font-size: 1.4rem;
  margin: 0 auto;
  width: 90.7rem;
}

@media screen and (max-width: 62em) {
  .faq__container {
    width: auto;
  }
}
.faq__container .inner {
  display: none;
}

.faq__container .inner.open {
  display: block;
}

.faq__container-question {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.8rem 0 2rem 0;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .faq__container-question {
    padding: 1.8rem;
  }
}
.faq__container-answer {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.86;
  padding: 1.8rem 8.7rem 2rem 3.5rem;
}

.faq__container-answer:last-child {
  border-bottom: none;
}

@media screen and (max-width: 48em) {
  .faq__container-answer {
    padding: 1.8rem;
  }
}
.blog {
  background-color: #eefbfb;
  padding-bottom: 8.9rem;
  padding-top: 5.5rem;
}

.blog .inner_m {
  width: auto;
}

.blog__title {
  margin-bottom: 1rem;
}

.blog__title-en {
  margin-bottom: 5.6rem;
}

.blog__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 122.7rem;
}

@media screen and (max-width: 62em) {
  .blog__container {
    gap: 3rem;
    width: auto;
  }
}
@media screen and (max-width: 48em) {
  .blog__container {
    flex-direction: column;
    gap: 4rem;
  }
}
.blog__content {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 38.7rem;
  width: 38.9rem;
}

@media screen and (max-width: 62em) {
  .blog__content {
    width: 33.3%;
  }
}
@media screen and (max-width: 48em) {
  .blog__content {
    height: auto;
    width: 100%;
  }
}
.blog__content-photo {
  height: auto;
}

.blog__content-item {
  height: 7.9rem;
  padding: 1.4rem 0 0 1.8rem;
}

@media screen and (max-width: 62em) {
  .blog__content-item {
    height: 14rem;
  }
}
@media screen and (max-width: 48em) {
  .blog__content-item {
    height: 10rem;
  }
}
.blog__content-text {
  font-size: 1.8rem;
  line-height: 1.4;
  padding-right: 3rem;
}

.blog__content-date {
  font-size: 1.6rem;
  line-height: 1.63;
  padding-right: 3.3rem;
  text-align: right;
}

@media screen and (max-width: 48em) {
  .blog__content-date {
    padding-bottom: 1rem;
  }
}
.works {
  padding-bottom: 9rem;
}

.works__title {
  margin-bottom: 1rem;
  padding-top: 5.6rem;
}

.works__title-en {
  margin-bottom: 6.8rem;
}

.works .swiper {
  height: auto;
}

.works .swiper-slide {
  border: 1px solid #dddddd;
  border-radius: 8px;
  box-sizing: border-box;
  height: auto;
  margin-right: 5.6rem;
  width: 32.2rem;
}

.works__photo {
  height: auto;
  width: 100%;
}

.works__content {
  background-color: #ffffff;
  padding: 1.9rem 1.6rem 4rem 1.8rem;
}

.works__content-title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.works__info {
  font-size: 1.4rem;
  line-height: 1.43;
}

.contact {
  background: linear-gradient(to right, #05a5fa, #63fbd7);
  padding-bottom: 7rem;
  /*チェックボックススタイル*/
  /*チェックボックス未チェック時*/
  /*チェックボックスチェック時*/
}

.contact__title {
  color: #ffffff;
  margin-bottom: 0.6rem;
  padding-top: 6.3rem;
}

.contact__title-en {
  color: #ffffff;
  margin-bottom: 3.6rem;
}

.contact__text {
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 4.4rem;
  text-align: center;
}

.contact .form {
  background-color: #ffffff;
  height: 68.9rem;
  margin: 0 auto;
  width: 90.8rem;
}

@media screen and (max-width: 62em) {
  .contact .form {
    width: auto;
  }
}
@media screen and (max-width: 48em) {
  .contact .form {
    height: auto;
  }
}
.contact .form__container {
  margin: 0 auto;
  padding: 3.1rem 6.2rem 0 6.3rem;
}

@media screen and (max-width: 48em) {
  .contact .form__container {
    padding: 8vw 5vw;
  }
}
.contact .form__ttl {
  font-size: 1.6rem;
}

.contact .form__required {
  background: #0c449b;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 2.3rem;
  padding: 0.5rem 1.6rem;
}

.contact .form__body {
  margin-bottom: 2.2rem;
  margin-top: 3.6rem;
}

.contact .form__check {
  font-size: 1.6rem;
  margin-bottom: 2.8rem;
  text-align: center;
}

.contact .form__checkbox input {
  -webkit-transform: scale(1.54);
  transform: scale(1.54);
}

.contact .form__checkbox span {
  margin-left: 1rem;
}

.contact .form__btn-box {
  text-align: center;
}

.contact .form__btn {
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
}

.contact #username {
  background-color: #eefbfb;
  border: none;
  border-radius: 3px;
  height: 4.3rem;
  width: 49.9rem;
}

@media screen and (max-width: 48em) {
  .contact #username {
    max-width: 49.9rem;
    width: 100%;
  }
}
.contact #email {
  background-color: #eefbfb;
  border: none;
  border-radius: 3px;
  height: 4.3rem;
  width: 49.9rem;
}

@media screen and (max-width: 48em) {
  .contact #email {
    max-width: 49.9rem;
    width: 100%;
  }
}
.contact #text {
  background-color: #eefbfb;
  border: none;
  border-radius: 3px;
  height: 17.9rem;
  resize: none;
  width: 100%;
}

.contact #privacyCheck {
  opacity: 0;
  position: absolute;
}

.contact input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.3em 0.3em 2em;
  position: relative;
  vertical-align: middle;
}

.contact input[type=checkbox] + span:before {
  background: #ffffff;
  border: 1px solid #707070;
  content: "";
  height: 1.25em;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0.3em;
  vertical-align: middle;
  width: 1.25em;
}

.contact input[type=checkbox] + span:after {
  content: "";
  display: none;
}

.contact input[type=checkbox]:checked + span:after {
  display: block;
  left: 0.35em;
  position: absolute;
  top: 0.3em;
  -webkit-transform: rotate(45deg);
  border-bottom: 3px solid #333333;
  border-right: 3px solid #333333;
  content: "";
  height: 1em;
  transform: rotate(45deg);
  width: 0.5em;
}

.contact .end-message {
  display: none;
  font-size: 1.4rem;
}

.contact .false-message {
  display: none;
  font-size: 1.4rem;
}

.footer {
  padding-bottom: 4.9rem;
  padding-top: 4.3rem;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .footer {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.footer__title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media screen and (max-width: 48em) {
  .footer__title {
    font-size: 1.8rem;
  }
}
.footer__content {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
  margin-left: 3.3rem;
}

@media screen and (max-width: 62em) {
  .footer__content {
    margin-left: 0;
  }
}
@media screen and (max-width: 48em) {
  .footer__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.footer__content-text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-right: 3.1rem;
}

.footer__content-text:last-child {
  margin-right: 0;
}

@media screen and (max-width: 48em) {
  .footer__content-text {
    font-size: 1.4rem;
    margin-right: 0;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.43;
}
/*# sourceMappingURL=sourcemaps/style.css.map */