html {
  scroll-padding-top: 60px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Noto Serif JP", sans-serif;
  color: var(--333333, #333);
  background-color: #fff;
}

.inner {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1200px) {
  .hidden-pc {
    display: none;
  }
}

.button {
  display: flex;
  width: 158px;
  padding: 12px 4px;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #3ea1d1;
  background: #fff;
  color: #3ea1d1;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02px;
  transition: background-color 0.3s, color 0.3s;
}
.button:hover {
  background: #3ea1d1;
  color: #fff;
}

.inner {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1200px) {
  .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 70px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 57px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    height: 70px;
  }
}

.header__logo a:hover {
  opacity: 0.6;
}
.header__logo img {
  width: 120px;
  height: 22px;
}

@media screen and (min-width: 1200px) {
  .header__open {
    display: none;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 46px;
    z-index: 1;
  }
}

.drawer-content {
  width: 270px;
  height: 618px;
  position: fixed;
  top: -45;
  right: 0;
  background: #3ea1d1;
  z-index: 50;
  padding: 86px 40px 40px;
  transform: translateX(100%);
  transition: transform 0.3s linear;
}
.drawer-content.is-checked {
  transform: translateX(0);
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .drawer-content {
    display: none;
  }
}

.header__link {
  font-weight: 300;
}
.header__link:hover {
  color: #3ea1d1;
}

.header__open {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 30px;
  height: 18px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked {
  position: absolute;
  right: 21px;
  width: 23.061px;
  height: 22.793px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(44.89deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(-44.904deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #3ea1d1;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 17px;
}

.drawer-content {
  padding-top: 40px;
  padding-right: 15px;
}

.drawer-content__link {
  color: var(--ffffff, #fff);
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 32px;
}

.fv {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 70px;
    position: relative;
    z-index: -1;
  }
}

.fv__inner {
  max-width: 610px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    max-width: 1440px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .fv__image {
    max-width: 990px;
    margin-left: auto;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .fv__content {
    inset-block: 0;
    margin-block: auto;
    position: absolute;
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__content {
    padding: 80px 40px;
  }
}

.fv__lead {
  margin-top: 0px;
  font-size: 26px;
  font-weight: 600;
}
.fv__lead br {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__lead br {
    display: block;
  }
}

.fv__description {
  margin-top: 16px;
  font-weight: 300;
}

.concept__inner {
  display: flex;
  flex-direction: column;
  gap: 31px;
  max-width: 610px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    flex-direction: row;
    margin-top: 64px;
    max-width: 1440px;
    gap: 6.6666666667%;
    align-items: center;
  }
}

.heading {
  margin-top: 95px;
}
@media screen and (min-width: 768px) {
  .heading {
    margin-top: 160px;
  }
}
.heading::after {
  content: "";
  display: block;
  width: 60px;
  border: 0.1px solid #3ea1d1;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .heading::after {
    margin-top: 24px;
  }
}

.heading__title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .heading__title {
    font-size: 40px;
  }
}

.concept__image {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .concept__image {
    width: 50%;
    flex-shrink: 0;
    margin-top: 0;
  }
}

img {
  width: 100%;
}

.concept__lead {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .concept__lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .concept__lead {
    font-size: 20px;
  }
}

.concept__description {
  margin-top: 22px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .concept__description {
    margin-top: 40px;
  }
}

.feature__inner {
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .feature__inner {
    max-width: 1440px;
  }
}

.feature__content {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .feature__content {
    margin-top: 64px;
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .feature__content {
    gap: 90px;
  }
}

.feature__item {
  box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
}

.feature__text {
  padding-top: 26px;
  padding-bottom: 26px;
  text-align: center;
  font-weight: 600;
}

.about {
  margin-top: 96px;
  position: relative;
  background: url(../img/about-sp.png) no-repeat top center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 158px;
    background: url(../img/about-pc.png) no-repeat top center/cover;
  }
}
.about::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.12);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .about__inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.about__content {
  padding-top: 180px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__content {
    padding-top: 123px;
    padding-bottom: 122px;
    width: 50%;
  }
}

.about__lead {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about__lead {
    font-size: 22px;
  }
}

.about__description {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about__description {
    font-size: 16px;
  }
}

.products {
  justify-content: center;
  display: flex;
}

.products__inner {
  padding-inline: 56px;
}
@media screen and (min-width: 768px) {
  .products__inner {
    padding-inline: 40px;
    max-width: 1020px;
  }
}

.products__content {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .products__content {
    margin-top: 64px;
    flex-direction: row;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .products__content {
    gap: 80px;
  }
}

@media screen and (min-width: 768px) {
  .products__image img:hover {
    transform: scale(1.1);
    overflow: hidden;
    transition: transform 0.3s;
  }
}

.products__text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .products__text {
    margin-top: 18px;
  }
}

.products__title {
  font-size: 14px;
  font-weight: 300;
}

.products__price {
  margin-top: 10px;
  color: #989898;
  font-size: 14px;
  font-weight: 300;
}

.section__button {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .section__button {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .news__inner {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}

.news__content {
  margin-top: 45px;
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .news__content {
    margin-top: 61px;
    margin-bottom: 44px;
  }
}

.news__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .news__list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e0e0e0;
  }
}

.news-link__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .news-link__image {
    max-width: 260px;
    height: auto;
    flex-shrink: 0;
  }
  .news-link__image img:hover {
    transform: scale(1.1);
    transition: transform 0.3s;
    overflow: hidden;
  }
}

.news-link__date {
  font-size: 14px;
  font-weight: 300;
}

.news-link__label {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .news-link__label {
    margin-top: 16px;
    font-size: 18px;
  }
}

.news-link__text {
  margin-top: 14px;
  color: #888;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .news-link__text {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.concept2 {
  padding-top: 96px;
}
@media screen and (min-width: 768px) {
  .concept2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .concept2__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    max-width: 1280px;
    align-items: center;
    max-width: 1440px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .concept2__inner {
    gap: 80px;
  }
}

@media screen and (min-width: 768px) {
  .concept2__image {
    width: 50%;
    flex-shrink: 0;
  }
}
.concept2__title {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .concept2__title {
    margin-top: 0;
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .concept2__title {
    font-size: 28px;
  }
}

.concept2__description {
  margin-top: 22px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .concept2__description {
    margin-top: 36px;
    font-size: 16px;
  }
}

.contact {
  background: url(../img/contact_bg.png) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .contact {
    display: flex;
    justify-content: center;
    margin-right: auto;
    background: url(../img/contact_bg-pc.png) no-repeat top center/cover;
  }
}

@media screen and (min-width: 768px) {
  .contact__inner {
    width: 590px;
  }
}

@media screen and (min-width: 768px) {
  .heading-contact {
    margin-top: 0;
  }
}

.contact__box {
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .contact__box {
    padding-bottom: 80px;
  }
}

.heading__title-contact {
  padding-top: 56px;
  color: #3ea1d1;
}
@media screen and (min-width: 768px) {
  .heading__title-contact {
    padding-top: 80px;
  }
}

.contact__caution {
  margin-top: 46px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .contact__caution {
    margin-top: 64px;
    margin-bottom: 19px;
  }
}

.contact__caution-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.contact__caution-text .typography {
  color: #e7728e;
}

.contact__fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact__field {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .contact__field {
    flex-direction: row;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .contact__field-head {
    width: 180px;
    height: 40px;
    flex-shrink: 0;
  }
}

.contact__label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #3ea1d1;
  opacity: 0.7;
  padding: 4px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contact__label {
    width: 100%;
    font-size: 18px;
    padding: 0;
    padding-block: 5px;
    -webkit-clip-path: polygon(0% 0%, 97% 0, 100% 50%, 97% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 97% 0, 100% 50%, 97% 100%, 0% 100%);
  }
}
.contact__label .typography {
  color: #e7728e;
  font-size: 10px;
  font-weight: 600;
  padding-left: 4px;
}

.contact__input {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 16px;
  box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
  flex-shrink: 1;
}
.contact__input:focus {
  outline: 1px #3ea1d1 solid;
  box-shadow: 5px 6px 16px 0px #3ea1d1 96, 96, 96, 0.16;
}

.contact__options {
  display: flex;
}

.contact__radio {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.contact__radio:checked + .contact__option {
  background-color: #3ea1d1;
  color: #fff;
}
.contact__radio:focus + .contact__option {
  outline: 1px #3ea1d1 solid;
}

.contact__option {
  padding: 7px 22px 6px 24px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 300;
  color: #3ea1d1;
  display: flex;
  height: 40px;
}

.option2 {
  margin-left: 1px;
}

.contact__textarea {
  border: none;
  width: 100%;
  height: 122px;
  box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
  resize: vertical;
  font-size: 16px;
}
.contact__textarea:focus {
  outline: 1px #3ea1d1 solid;
  box-shadow: 5px 6px 16px 0px #3ea1d1 96, 96, 96, 0.16;
}

.contact__privacy {
  margin-top: 28px;
  text-align: center;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  outline: 1px #3ea1d1 solid;
  box-shadow: 5px 6px 16px 0px #3ea1d1 96, 96, 96, 0.16;
}

.form-checkbox__text {
  font-size: 16px;
  font-weight: 300;
  padding-left: 30px;
  position: relative;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 1px;
  border: 1px solid #3ea1d1;
}
.form-checkbox__text::after {
  width: 19.414px;
  height: 14.621px;
  left: 1px;
  margin-top: -1px;
  background: url(../img/icon.png) no-repeat center center/contain;
  opacity: 0;
}

.checkbox__blue {
  color: #3ea1d1;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.contact__button {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 44px;
  }
}
.footer {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-bottom: 14px;
  }
}

.footer__contetns {
  text-align: center;
}

.footer__logo:hover {
  opacity: 0.6;
}
.footer__logo img {
  width: 120px;
  height: 22px;
  flex-shrink: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer__links {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .footer__links {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
  }
}
.footer__links a:hover {
  opacity: 0.6;
}

.footer__link2 {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .footer__link2 {
    margin-top: 0;
  }
}

.footer__icon {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.footer__icon a:hover {
  opacity: 0.6;
}
.footer__icon .icon1 img {
  width: 21px;
  height: 21px;
}
.footer__icon .icon2 img {
  width: 18px;
  height: 22.2px;
}
.footer__icon .icon3 img {
  width: 18px;
  height: 19.2px;
}

.footer__copyright {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 24px;
  }
}

.footer__copy {
  color: #888;
  font-size: 12px;
  font-weight: 300;
}
/*# sourceMappingURL=style.css.map */