@charset "UTF-8";
@media screen and (min-width: 600px) {
  .hidden-sm {
    display: none;
  }
}

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

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

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

.inline-block {
  display: inline-block;
  font-weight: 600;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 40px;
  }
}
.heading::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #3ea1d1;
}
@media screen and (min-width: 768px) {
  .heading::after {
    bottom: -24px;
  }
}

.button {
  text-align: center;
  display: inline-block;
  border: 1px solid #3ea1d1;
  background: #fff;
  padding: 12px 4px;
  width: 158px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #3ea1d1;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.button:hover {
  background: #3ea1d1;
  color: #fff;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
}

.header__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 15px;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    padding: 21px 40px;
    max-width: 1322px;
  }
}

.header__title img {
  width: 120px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__title img:hover {
  opacity: 60%;
}

.header__nav-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    display: block;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
}

.drawer__menu:hover {
  color: #3ea1d1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.drawer-content__menu {
  color: #fff;
  font-size: 18px;
}

.drawer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  text-align: right;
}

.drawer {
  position: fixed;
  top: 60px;
  right: 0;
  width: 72%;
  padding: 42px 15px;
  height: calc(100% - 80px);
  background: #3ea1d1;
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

.drawer-icon {
  width: 30px;
  height: 18px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(43deg);
          transform: rotate(43deg);
}
.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;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #3ea1d1;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 8px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 16px;
}

.fv {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .fv {
    padding: 0 40px;
  }
}

.fv__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .fv__inner {
    max-width: 1280px;
  }
}

.fv-picture {
  height: 424px;
  background-image: url(../img/fv-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 430px) {
  .fv-picture {
    background-image: url(../img/fv.png);
  }
}
@media screen and (min-width: 600px) {
  .fv-picture {
    height: 480px;
    background-image: url(../img/fv.png);
  }
}
@media screen and (min-width: 768px) {
  .fv-picture {
    height: 414px;
    background-position: right;
  }
}
@media screen and (min-width: 900px) {
  .fv-picture {
    height: 660px;
  }
}

@media screen and (max-width: 430px) {
  .fv__contents {
    margin-top: 27px;
  }
}
@media screen and (min-width: 600px) {
  .fv__contents {
    margin-top: 5px;
    max-width: 738px;
  }
}
@media screen and (min-width: 768px) {
  .fv__contents {
    background: #fff;
    padding: 30px 37px 30px 0;
    margin-top: 0;
    width: 326px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 230px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
@media screen and (min-width: 900px) {
  .fv__contents {
    height: 318px;
    padding: 82px 39px 80px 0;
  }
}

.fv__title {
  line-height: 2.5em;
}

.fv__inline-block {
  font-size: 26px;
}

.fv__text {
  display: inline-block;
  margin-top: 13px;
}

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

.concept__inner {
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .concept__inner {
    max-width: 1360px;
  }
}

.concept__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  margin-top: 74px;
}
@media screen and (min-width: 768px) {
  .concept__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 90px;
    gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .concept__body {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .concept__body {
    gap: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .concept__img img {
    max-width: 600px;
  }
}

.concept__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media screen and (min-width: 768px) {
  .concept__contents {
    gap: 40px;
  }
}

.concept__title {
  line-height: 2em;
}

.concept__inline-block {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .concept__inline-block {
    font-size: 20px;
    white-space: nowrap;
  }
}

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

.feature__inner {
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .feature__inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .feature__inner {
    max-width: 1360px;
  }
}

.feature__items {
  margin-top: 74px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 49px;
}
@media screen and (min-width: 768px) {
  .feature__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 35px;
  }
}
@media screen and (min-width: 900px) {
  .feature__items {
    gap: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .feature__items {
    margin-top: 88px;
    gap: 90px;
  }
}

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

.feature__text {
  display: inline-block;
  font-weight: 600;
  padding: 26px 0;
}

.question {
  margin-top: 96px;
  position: relative;
  padding-block: 180px 50px;
  background: url(../img/bg-sp.png) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .question {
    margin-top: 160px;
    padding-block: 123px 122px;
    background-image: url(../img/bg-pc.png);
  }
}
.question::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.12);
  top: 0;
  left: 0;
  z-index: 1;
}

.question__inner {
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .question__inner {
    padding: 0 40px;
    max-width: 1360px;
  }
}

.question__contents {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .question__contents {
    width: 50%;
  }
}

.question__title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 370px) {
  .question__title {
    font-size: 17px;
  }
}
@media screen and (min-width: 900px) {
  .question__title {
    font-size: 22px;
  }
}

.question__text {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-top: 24px;
}
@media screen and (max-width: 370px) {
  .question__text {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  .question__text {
    font-size: 16px;
  }
}

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

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

.products__items {
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}
@media screen and (min-width: 768px) {
  .products__items {
    margin-top: 88px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .products__items {
    gap: 80px;
  }
}

.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .products__item {
    gap: 22px;
  }
  .products__item:hover .products__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* ホバー時に画像を少し拡大 */
  }
}

.products__img {
  text-align: center;
}
.products__img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .products__img {
    overflow: hidden;
  }
  .products__img img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.products__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.item__name {
  font-size: 14px;
}

.item__price {
  color: #989898;
  font-size: 14px;
}

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

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

.news__inner {
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news__inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .news__inner {
    max-width: 1120px;
  }
}

.news__lists {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .news__lists {
    margin-top: 63px;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding: 27px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding: 24px 0;
  }
  .news-list:hover .news__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* ホバー時に画像を少し拡大 */
  }
}
.news-list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #e0e0e0;
}

.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news__img {
    width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
  }
  .news__img img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.news__link-date {
  font-size: 14px;
}

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

.news__link-detail {
  display: inline-block;
  color: #888;
  font-size: 14px;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .news__link-detail {
    margin-top: 10px;
  }
}

.news__button {
  margin-top: 41px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__button {
    margin-top: 44px;
  }
}

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

.motto__inner {
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .motto__inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .motto__inner {
    max-width: 1360px;
  }
}

.motto__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .motto__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 900px) {
  .motto__body {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .motto__body {
    gap: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .motto__img {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.motto__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media screen and (min-width: 900px) {
  .motto__contents {
    gap: 36px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.motto__title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .motto__title {
    font-size: 28px;
  }
}

.motto__text {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .motto__text {
    font-size: 16px;
  }
}

.contact {
  background: url(../img/contact_bg.png) no-repeat center center/cover;
  height: 872px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact {
    height: 821px;
    margin-top: 60px;
  }
}

.contact__inner {
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding: 0 40px;
    max-width: 590px;
  }
}

.contact__heading {
  color: #3ea1d1;
  padding-top: 55px;
}

.contact__body {
  margin-top: 74px;
}
@media screen and (min-width: 768px) {
  .contact__body {
    margin-top: 89px;
  }
}

.contact__text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.must {
  color: #e7728e;
  font-size: 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .must {
    font-size: 12px;
  }
}

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

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.contact-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .contact-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}

.form-field__title {
  font-size: 14px;
  opacity: 0.7;
  background: #3ea1d1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .form-field__title {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    height: 40px;
    -webkit-clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
            clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
  }
}

.form-field__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-text,
.form-email,
.form-textarea {
  border: none;
  background: #fff;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
  width: 100%;
  height: 40px;
  font-size: 16px;
}
.form-text:hover, .form-text:focus,
.form-email:hover,
.form-email:focus,
.form-textarea:hover,
.form-textarea:focus {
  outline: #3ea1d1 solid 1px;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
}
@media screen and (min-width: 768px) {
  .form-text,
  .form-email,
  .form-textarea {
    height: 100%;
  }
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text {
  color: #fff;
  background: #3ea1d1;
}

.form-radio__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3ea1d1;
  border: 1px solid #fff;
  background: #fff;
  letter-spacing: 0.026px;
  width: 80px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-radio__text:hover, .form-radio__text:focus {
  border-color: #3ea1d1;
  outline: none;
}

.individual {
  margin-left: -4px;
}

.form-textarea {
  height: 122px;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.contact__privacy {
  margin-top: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 30px;
  }
}

.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__text {
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text {
    padding-left: 28px;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .form-checkbox__text::before, .form-checkbox__text::after {
    left: -1px;
  }
}
.form-checkbox__text::before {
  width: 22px;
  height: 22px;
  border-radius: 1px;
  border: 1px solid #3ea1d1;
  background: #fff;
}
.form-checkbox__text::after {
  width: 19.414px;
  height: 14.621px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  left: 1px;
  margin-top: 1.8px;
  opacity: 0;
}
.form-checkbox__text a {
  text-decoration-line: underline;
  color: #3ea1d1;
}

.contact__button {
  margin-top: 23px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 46px;
  }
}

.footer {
  background: #f7f7f7;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-bottom: 14px;
  }
}

.footer__inner {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .footer__inner {
    max-width: 1360px;
  }
}

.footer__body {
  padding-top: 36px;
}

.footer__logo img {
  width: 120px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__logo img:hover {
  opacity: 60%;
}

.footer__contents {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .footer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
}

.footer__contents-text {
  font-size: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__contents-text:hover {
  opacity: 60%;
}

.footer-sns {
  margin-top: 13px;
}
@media screen and (min-width: 900px) {
  .footer-sns {
    margin-top: 15px;
  }
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 39px;
}
@media screen and (min-width: 900px) {
  .sns {
    gap: 41px;
  }
}

.sns-icon img {
  width: 21px;
  height: 21px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sns-icon img:hover {
  opacity: 60%;
}
@media screen and (min-width: 900px) {
  .sns-icon img {
    width: 18px;
    height: 18px;
  }
}

.footer__copyright {
  display: inline-block;
  margin-top: 22px;
  color: #888;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    margin-top: 28px;
  }
}