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

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

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

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

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

.button {
  display: inline-block;
  color: #3EA1D1;
  font-size: 14px;
  letter-spacing: 0.02px;
  border: 1px solid #3EA1D1;
  padding: 11px;
  line-height: 24px;
  max-width: 158px;
  width: 158px;
  -webkit-transition: background 0.3s linear, color 0.3s linear, -webkit-transform 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, background 0.3s linear, color 0.3s linear;
  transition: transform 0.3s linear, background 0.3s linear, color 0.3s linear, -webkit-transform 0.3s linear;
}
.button:hover {
  background: #3EA1D1;
  color: #fff;
}

.header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 55;
}
.header__inner {
  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: 13px 17px 13px 15px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 19px 40px 22px;
  }
}
.header__logo {
  width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.header__logo:hover {
  opacity: 0.6;
}
.header__logo a img {
  width: 120px;
}
.header__nav {
  display: none;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 47px;
  }
}
.header__nav-link {
  font-weight: 300;
  line-height: 27px;
  -webkit-transition: color 0.3s linear, -webkit-transform 0.3s linear;
  transition: color 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, color 0.3s linear;
  transition: transform 0.3s linear, color 0.3s linear, -webkit-transform 0.3s linear;
}
.header__nav-link:hover {
  color: #3EA1D1;
}

@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 .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.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(-45deg);
          transform: rotate(-45deg);
}
.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(1) {
  top: 3px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 11px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 19px;
}

.drawer-content {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #3EA1D1;
  padding: 100px 15px 0 187px;
  -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;
  z-index: 50;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-content__link {
  display: block;
  -moz-text-align-last: right;
       text-align-last: right;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.drawer-content__link + .drawer-content__link {
  margin-top: 32px;
}

.fv {
  padding-top: 60px;
  padding-bottom: 95px;
}
@media screen and (min-width: 1040px) {
  .fv {
    padding-top: 70px;
    padding-bottom: 160px;
  }
}
.fv__inner {
  position: relative;
  max-width: 737px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fv__image {
  display: block;
}
@media screen and (min-width: 768px) {
  .fv__image {
    text-align: right;
  }
}
.fv__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__image img {
    width: 990px;
  }
}
.fv__content {
  display: inline-block;
  min-width: 291px;
  background: #fff;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .fv__content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 80px 40px;
  }
}
.fv__content h2 {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 374px) {
  .fv__content h2 {
    font-size: 25px;
  }
}
.fv__content p {
  margin-top: 16px;
}

.concept {
  padding-bottom: 97px;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-bottom: 160px;
  }
}
.concept__inner {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 374px) {
  .concept__inner {
    padding-left: 14px;
    padding-right: 14px;
    max-width: 1228px;
  }
}
.concept__image {
  width: 100%;
}
.concept__image img {
  width: 345px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .concept__image img {
    width: 50%;
    width: 100%;
  }
}
@media screen and (min-width: 1040px) {
  .concept__image img {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .concept__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.6666666667%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1040px) {
  .concept__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
}
.concept__text-content {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .concept__text-content {
    max-width: 43.3333333333%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1040px) {
  .concept__text-content {
    margin-top: 105.5px;
    margin-bottom: 105.5px;
    max-width: 520px;
  }
}
.concept__text-main {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 374px) {
  .concept__text-main {
    font-size: 18px;
  }
}
.concept__text-sub {
  margin-top: 21px;
  line-height: 27px;
}
@media screen and (max-width: 374px) {
  .concept__text-sub {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .concept__text-sub {
    margin-top: 40px;
  }
}

@media screen and (max-width: 374px) {
  .feature__inner {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1281px) {
  .feature__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .feature__heading {
    margin-bottom: 89px;
  }
}
.feature__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .feature__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    gap: 7.5%;
  }
}
.feature__card {
  display: block;
  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);
  text-align: center;
  padding-bottom: 27px;
  width: 345px;
}
@media screen and (max-width: 374px) {
  .feature__card {
    width: 290px;
  }
}
@media screen and (min-width: 768px) {
  .feature__card {
    width: 340px;
    padding-bottom: 24px;
  }
}
.feature__card-image {
  width: 100%;
}
.feature__card-image img {
  width: 345px;
}
@media screen and (max-width: 374px) {
  .feature__card-image img {
    width: 290px;
  }
}
@media screen and (min-width: 768px) {
  .feature__card-image img {
    width: 340px;
  }
}
.feature__card-text {
  font-weight: 600;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .feature__card-text {
    margin-top: 27px;
  }
}

.question {
  margin-top: 96px;
  margin-bottom: 95px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .question {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.question__image {
  width: 100%;
}
.question__image img {
  width: 100%;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.question__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .question__content {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.question__text-main {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 374px) {
  .question__text-main {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .question__text-main {
    font-size: 22px;
  }
}
.question__text-sub {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (max-width: 374px) {
  .question__text-sub {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .question__text-sub {
    font-size: 16px;
    line-height: 27px;
  }
}

.products {
  padding-bottom: 96px;
}
@media screen and (min-width: 768px) {
  .products {
    padding-bottom: 160px;
  }
}
.products__inner {
  padding-left: 56px;
  padding-right: 56px;
}
@media screen and (max-width: 374px) {
  .products__inner {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28.5px;
    padding-right: 28.5px;
  }
}
@media screen and (min-width: 768px) {
  .products__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.products__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 263px;
  margin-left: auto;
  margin-right: auto;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .products__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 940px;
    gap: 8.5106382979%;
  }
}
.products__card {
  display: block;
  width: 263px;
}
@media screen and (min-width: 768px) {
  .products__card {
    width: 260px;
  }
}
.products__card-image {
  width: 100%;
  overflow: hidden;
}
.products__card-image img {
  width: 263px;
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; /* ゆっくり変化させる */
}
.products__card-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 拡大 */
}
@media screen and (min-width: 768px) {
  .products__card-image img {
    width: 260px;
  }
}
.products__card-text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
}
.products__card-price {
  color: #989898;
  font-size: 14px;
  margin-top: 10px;
}
.products__button {
  text-align: center;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .products__button {
    margin-top: 45px;
  }
}

.news {
  padding-bottom: 96px;
}
@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .news__inner {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}
@media screen and (min-width: 768px) {
  .news__cards {
    gap: 23px;
  }
}
.news__card {
  display: block;
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .news__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.8461538462%;
    padding-bottom: 24px;
  }
}
.news-link__card-image {
  overflow: hidden;
}
.news-link__card-image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; /* ゆっくり変化させる */
}
.news-link__card-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 拡大 */
}
@media screen and (min-width: 768px) {
  .news-link__card-image img {
    max-width: 260px;
    width: 25%;
    width: 100%;
  }
}
.news-link__meta {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .news-link__meta {
    max-width: 736px;
    width: 70.7692307692%;
    margin-top: -2px;
  }
}
.news-link__date {
  font-size: 14px;
  line-height: 24px;
}
.news-link__title {
  font-weight: 600;
  margin-top: 10px;
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .news-link__title {
    font-size: 18px;
    margin-top: 15px;
    line-height: 31px;
  }
}
.news-link__text {
  color: #888;
  font-size: 14px;
  margin-top: 14px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .news-link__text {
    margin-top: 10px;
  }
}
.news__button {
  text-align: center;
  margin-top: 41px;
}
@media screen and (min-width: 768px) {
  .news__button {
    margin-top: 43px;
  }
}

.concept2 {
  padding-bottom: 96px;
}
@media screen and (min-width: 768px) {
  .concept2 {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .concept2__inner {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6.6666666667%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1040px) {
  .concept2__inner {
    gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  .concept2__image {
    max-width: 600px;
    width: 50%;
  }
}
.concept2__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .concept2__image img {
    width: 600px;
  }
}
.concept2__content {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .concept2__content {
    max-width: 520px;
    width: 62%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1040px) {
  .concept2__content {
    max-width: 520px;
    margin-top: 0;
  }
}
.concept2__text-main {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .concept2__text-main {
    font-size: 28px;
    line-height: 48px;
  }
}
.concept2__text-sub {
  font-size: 14px;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .concept2__text-sub {
    font-size: 16px;
    margin-top: 36px;
  }
}

.contact {
  position: relative;
}
.contact__image img {
  width: 100%;
}
.contact__inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 570px;
  }
}
.contact__heading {
  color: #3EA1D1;
}
@media screen and (max-width: 374px) {
  .contact__heading {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .contact__heading {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1040px) {
  .contact__heading {
    margin-bottom: 90px;
  }
}
.contact__description {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 29px;
}
@media screen and (max-width: 374px) {
  .contact__description {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 768px) {
  .contact__description {
    margin-bottom: 13px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1040px) {
  .contact__description {
    margin-bottom: 18px;
  }
}
.contact__description span {
  color: #e7728e;
}
.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;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  gap: 32px;
}
@media screen and (max-width: 374px) {
  .contact__fields {
    gap: 22px;
  }
}
@media screen and (min-width: 768px) {
  .contact__fields {
    gap: 17px;
  }
}
@media screen and (min-width: 1040px) {
  .contact__fields {
    gap: 32px;
  }
}
.contact__privacy {
  margin-top: 26px;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .contact__privacy {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1040px) {
  .contact__privacy {
    margin-top: 31px;
  }
}

@media screen and (min-width: 768px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form-field__head {
  display: inline-block;
  height: 32px;
  background: #3EA1D1;
  position: relative;
  opacity: 0.7;
  padding-left: 16px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .form-field__head {
    width: 175px;
    height: 34px;
    padding-left: 0;
    padding-right: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1040px) {
  .form-field__head {
    height: 40px;
    padding-top: 5px;
    padding-bottom: 4px;
  }
}
.form-field__head::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .form-field__head::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    border-top: solid 17px transparent;
    border-bottom: solid 17px transparent;
    border-left: solid 6px #3EA1D1;
  }
}
@media screen and (min-width: 1040px) {
  .form-field__head::before {
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
}
.form-field__label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .form-field__label {
    font-size: 16px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1040px) {
  .form-field__label {
    font-size: 18px;
    line-height: 31px;
  }
}
.form-field__label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e7728e;
  font-size: 10px;
  font-weight: 600;
  margin-left: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .form-field__label span {
    font-size: 12px;
  }
}
.form-field__item {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .form-field__item {
    margin-top: 0;
    margin-left: 15px;
    width: 320px;
  }
}

.form-text {
  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);
  border: none;
  width: 100%;
  height: 40px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .form-text {
    height: 34px;
  }
}
@media screen and (min-width: 1040px) {
  .form-text {
    height: 40px;
  }
}
.form-text:hover, .form-text:focus {
  border: 2px solid #3EA1D1;
  outline: none;
}

.form-textarea {
  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);
  border: none;
  width: 100%;
  height: 122px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    height: 82px;
  }
}
@media screen and (min-width: 1040px) {
  .form-textarea {
    height: 122px;
  }
}
.form-textarea:hover, .form-textarea:focus {
  border: 2px solid #3EA1D1;
  outline: none;
}

.form-checkbox:hover .form-checkbox__text::before {
  border-color: #3EA1D1;
}
.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 {
  border-color: #3EA1D1;
}
.form-checkbox__text {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1040px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 22px;
  height: 22px;
  border: 1px solid #333;
  background: #fff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox__text::after {
  width: 19px;
  height: 15px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1040px) {
  .form-checkbox__text a {
    font-size: 16px;
  }
}
.form-checkbox__text a:hover {
  color: #3EA1D1;
}

.contact__button-content {
  text-align: center;
}

.contact__button {
  display: inline-block;
  background: #fff;
  font-weight: 600;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1040px) {
  .contact__button {
    margin-top: 44px;
  }
}

.tab__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__menu-item {
  list-style: none;
  width: 80px;
  line-height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  background-color: #fff;
  color: #3EA1D1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; /* アニメーション */
}
@media screen and (min-width: 768px) {
  .tab__menu-item {
    line-height: 34px;
  }
}
@media screen and (min-width: 1040px) {
  .tab__menu-item {
    line-height: 40px;
  }
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background: #3EA1D1;
  color: #fff;
  padding-left: 23px;
  padding-right: 23px;
  line-height: 38px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .tab__menu-item.is-active {
    line-height: 32px;
  }
}
@media screen and (min-width: 1040px) {
  .tab__menu-item.is-active {
    line-height: 38px;
  }
}

.footer {
  padding-top: 34px;
  padding-bottom: 10px;
  text-align: center;
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 14px;
  }
}
.footer__logo {
  width: 100%;
}
.footer__logo a {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.footer__logo a:hover {
  opacity: 0.6;
}
.footer__logo a img {
  width: 120px;
}
.footer__text-content {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .footer__text-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.footer__text {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.footer__text:hover {
  opacity: 0.6;
}
.footer__sns {
  color: #3EA1D1;
  margin-top: 15px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
.footer__sns-link {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.footer__sns-link:hover {
  opacity: 0.6;
}
.footer__sns-link + .footer__sns-link {
  margin-left: 36px;
}
.footer__copyright {
  display: inline-block;
  color: #888;
  font-size: 12px;
}

.fa-twitter::before {
  font-size: 20px;
}

.fa-instagram::before {
  font-size: 20px;
}

.fa-line::before {
  font-size: 18px;
}