*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

.title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .title {
    gap: 28px;
  }
}
.title__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1em;
  color: #333;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title__text {
    font-size: 30px;
  }
}
.title__bar {
  width: 60px;
  height: 1px;
  background-color: #333;
  display: block;
}
.contact .title__text {
  color: #3EA1D1;
}
.contact .title__bar {
  background-color: #3EA1D1;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 158px;
  padding: 12px 4px;
  background-color: #ffffff;
  border: 1px solid #3EA1D1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover {
  background-color: #3EA1D1;
}
.button:hover .button__text {
  color: #ffffff;
}
.button:focus {
  outline: 2px solid #3EA1D1;
  outline-offset: 2px;
}
.button__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.14%;
  color: #3EA1D1;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.feature1 {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -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);
  border-radius: 8px;
  overflow: hidden;
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .feature1 {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
}
.feature1__image {
  width: 340px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .feature1__image {
    width: 100%;
    height: auto;
    aspect-ratio: 340/240;
  }
}
.feature1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.feature1__body {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 0;
  width: 100%;
}
.feature1__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7em;
  color: #333;
  text-align: center;
  width: 172px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .feature1__text {
    width: auto;
    padding: 0 20px;
  }
}

.product-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  text-decoration: none;
  color: inherit;
}
.product-1:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -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 (max-width: 767px) {
  .product-1 {
    width: 263px;
    max-width: min(263px, 100vw - 30px);
    margin: 0 auto;
    gap: 20px;
  }
}
.product-1__image {
  width: 260px;
  height: 260px;
}
@media screen and (max-width: 767px) {
  .product-1__image {
    width: 100%;
    height: auto;
  }
}
.product-1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product-1__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: 10px;
}
@media screen and (max-width: 767px) {
  .product-1__body {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    width: 100%;
  }
}
.product-1__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
  color: #333333;
  width: 260px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .product-1__title {
    width: 100%;
  }
}
.product-1__price {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
  color: #989898;
  margin: 0;
}

.news-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 1040px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .news-1 {
    width: 100%;
    max-width: 100%;
    gap: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-1__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 1036px;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}
.news-1__card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -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 (max-width: 767px) {
  .news-1__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.news-1__image {
  width: 260px;
  height: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news-1__image {
    width: 100%;
    height: 212px;
  }
}
.news-1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-1__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: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .news-1__body {
    gap: 9px;
  }
}
.news-1__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
  color: #333333;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .news-1__date {
    text-align: left;
    font-size: 12px;
  }
}
.news-1__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: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .news-1__content {
    gap: 14px;
  }
}
.news-1__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .news-1__title {
    font-size: 16px;
  }
}
.news-1__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
  color: #888888;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .news-1__text {
    font-size: 13px;
  }
}
.news-1__border {
  width: 1040px;
  height: 1px;
  background-color: #E0E0E0;
}
@media screen and (max-width: 767px) {
  .news-1__border {
    width: 100%;
  }
}

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4px 16px;
  background-color: #3EA1D1;
  opacity: 0.7;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .label {
    display: inline-block;
    position: relative;
    width: 180px;
    height: 40px;
    padding: 0;
    background: none;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .label__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/label-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .label__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.label__name {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .label__name {
    font-size: 18px;
    white-space: nowrap;
  }
}
.label__required {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.7em;
  color: #E7728E;
}
@media screen and (min-width: 768px) {
  .label__required {
    font-size: 12px;
    line-height: 1.2em;
  }
}

.check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.check:focus-within .check__box {
  outline: 2px solid #3EA1D1;
  outline-offset: 2px;
}
.check__box {
  position: relative;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #3EA1D1;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check__icon {
  width: 19.41px;
  height: 14.62px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.check__text {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7em;
  color: #333333;
}
.check__link {
  color: #3EA1D1;
  text-decoration: none;
}
.check__link:hover {
  text-decoration: underline;
}
.check.js-checked .check__icon {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

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

body {
  overflow-x: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 15px 19px;
  }
}
.header__logo a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__logo a:hover {
  opacity: 0.6;
}
.header__logo img {
  width: 120px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__link {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7em;
  color: #333333;
  text-decoration: none;
}
.header__link:hover {
  color: #3EA1D1;
}
.header__open {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__open {
    display: block;
  }
}

.drawer-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 30px;
    height: 26px;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    z-index: 1001;
  }
}
.drawer-icon__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3EA1D1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.drawer-icon.is-open .drawer-icon__bar:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.drawer-icon.is-open .drawer-icon__bar:nth-child(2) {
  opacity: 0;
}
.drawer-icon.is-open .drawer-icon__bar:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

.drawer-menu {
  position: fixed;
  top: 60px;
  right: -270px;
  width: 270px;
  height: 618px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .drawer-menu {
    height: 618px;
  }
}
.drawer-menu.is-open {
  right: 0;
}
.drawer-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3EA1D1;
}
.drawer-menu__nav {
  position: relative;
  z-index: 1;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
  padding: 40px 40px 40px 0;
}
.drawer-menu__link {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.drawer-menu__link:hover {
  opacity: 0.8;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.first-view {
  width: 100%;
  height: 660px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .first-view {
    padding: 0 15px;
  }
}
.first-view__content {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 660px;
}
@media screen and (max-width: 767px) {
  .first-view__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: 30px;
  }
}
.first-view__bg-image {
  position: absolute;
  top: 0;
  right: 40px;
  width: 990px;
  height: 660px;
  background-image: url("../img/first-view-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .first-view__bg-image {
    position: relative;
    height: 414px;
    margin: 0 auto;
    right: 0;
    background-image: url("../img/first-view-bg-sp.jpg");
    width: 345px;
    height: 414px;
  }
}
.first-view__box {
  position: absolute;
  top: 171px;
  left: 0;
  width: 366px;
  background-color: #fff;
  padding: 80px 40px;
}
@media screen and (max-width: 767px) {
  .first-view__box {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    background-color: transparent;
  }
}
.first-view__text-content {
  width: 100%;
  height: 158px;
  position: relative;
}
.first-view__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 156px;
  height: 88px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.7em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .first-view__title {
    width: 291px;
    height: 44px;
    color: #333333;
    white-space: nowrap;
  }
}
.first-view__subtitle {
  position: absolute;
  top: 104px;
  left: 0;
  width: 287px;
  height: 54px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .first-view__subtitle {
    top: 60px;
    color: #333333;
  }
}

.concept {
  padding: 160px 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .concept {
    padding: 160px 0 48px 0;
    margin-top: -169px;
  }
}
.concept__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5vw;
}
@media screen and (max-width: 767px) {
  .concept__inner {
    padding: 0 15px;
  }
}
.concept__title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .concept__title {
    margin-bottom: 45px;
  }
}
.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5vw;
}
@media screen and (max-width: 767px) {
  .concept__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 35px;
  }
}
.concept__image {
  width: 50%;
  max-width: 600px;
  aspect-ratio: 3/2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .concept__image {
    width: 100%;
    max-width: 100%;
  }
}
.concept__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.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;
  width: 50%;
  max-width: 520px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .concept__body {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.concept__heading {
  font-size: 20px;
  line-height: 170%;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .concept__heading {
    margin-bottom: 22px;
  }
}
.concept__text {
  font-size: 16px;
  line-height: 170%;
  font-weight: 300;
}

.feature {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 46px 0;
  }
}
.feature__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5vw;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    padding: 0 16px;
  }
}
.feature__title {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .feature__title {
    margin-bottom: 45px;
  }
}
.feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}

.feature1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  max-width: 360px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature1 {
    width: 100%;
    max-width: 100%;
  }
}
.feature1__image {
  width: 100%;
  height: auto;
}
.feature1__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.feature1__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .feature1__body {
    margin-top: 3px;
  }
}
.feature1__text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #333;
}

.question {
  position: relative;
  width: 100%;
  height: 478px;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .question {
    height: 490px;
    margin-top: 50px;
  }
}
.question__inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 478px;
  padding: 122px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .question__inner {
    height: 490px;
    padding: 180px 15px 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.question__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.question__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/question-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .question__bg-image {
    background-image: url("../img/question-bg-sp.jpg");
  }
}
.question__bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
}
.question__content {
  position: relative;
  z-index: 2;
  width: 600px;
  height: 233px;
}
@media screen and (max-width: 767px) {
  .question__content {
    width: 345px;
    height: 260px;
  }
}
.question__body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 170%;
}
.question__heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 374px;
  height: 74px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.7em;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .question__heading {
    width: 340px;
    height: 68px;
    font-size: 20px;
  }
}
.question__text {
  position: absolute;
  top: 98px;
  left: 0;
  width: 600px;
  height: 135px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7em;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .question__text {
    top: 92px;
    width: 345px;
    height: 168px;
    font-size: 14px;
  }
}

.product {
  padding: 160px 0;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product {
    padding: 96px 15px 0 15px;
  }
}
.product__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .product__inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
.product__title {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .product__title {
    margin-bottom: 45px;
  }
}
.product__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: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .product__content {
    gap: 41px;
  }
}
.product__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .product__products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  max-width: 360px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .product-1 {
    max-width: 263px;
    width: 100%;
    gap: 18px;
  }
}
.product-1__image {
  width: 100%;
  height: auto;
}
.product-1__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.product-1__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .product-1__body {
    margin-top: 3px;
  }
}

.news {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 95px 15px 0px 15px;
  }
}
.news__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .news__inner {
    padding: 0;
  }
}
.news__title {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .news__title {
    margin-bottom: 47px;
  }
}
.news__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: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news__content {
    gap: 41px;
  }
}
.news__news {
  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;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .news__news {
    gap: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .news-1__date {
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .news-1__text {
    text-align: left;
    font-size: 14px;
  }
}

.more {
  padding: 160px 0;
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .more {
    padding: 96px 15px 0 15px;
    margin-bottom: 96px;
    max-width: 100%;
  }
}
.more__inner {
  max-width: 1280px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .more__inner {
    width: 100%;
  }
}
.more__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .more__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.more__body {
  max-width: 520px;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .more__body {
    width: 100%;
    height: auto;
    gap: 22px;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.more__motto {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.7em;
  color: #333333;
  margin: 0;
  width: 100%;
  max-width: 388px;
}
@media screen and (max-width: 767px) {
  .more__motto {
    font-size: 20px;
    width: 100%;
  }
}
.more__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7em;
  color: #333333;
  margin: 0;
  width: 100%;
  max-width: 520px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .more__text {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.more__image {
  width: 100%;
  max-width: 600px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .more__image {
    width: 100%;
    max-width: min(345px, 100vw - 30px);
    height: auto;
    aspect-ratio: 1.5;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.more__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .more__image img {
    margin-top: 0;
  }
}

.contact {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 54px 0;
  }
}
.contact__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1280px;
  height: 821px;
  background-image: url("../img/contact_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact__bg {
    width: 100%;
    height: 872px;
    background-image: url("../img/contact_bg_sp.png");
  }
}
.contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 0 15px;
  }
}
.contact__content {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .contact__content {
    margin-top: 47px;
  }
}
.contact__attention {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact__attention {
    margin-bottom: 28px;
  }
}
.contact__attention-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7em;
  color: #333333;
}
.contact__attention-required {
  color: #e7728e;
}
.contact__form {
  max-width: 510px;
  margin: 0 auto;
}
.contact__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.contact__input, .contact__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 7px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .contact__input, .contact__textarea {
    width: 100%;
    font-size: 14px;
    padding: 9px 16px;
  }
}
.contact__input:focus, .contact__textarea:focus {
  outline: 2px solid #3EA1D1;
  outline-offset: 2px;
  border-color: #3EA1D1;
}
.contact__textarea {
  resize: vertical;
  min-height: 122px;
}
.contact__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact__check {
    margin-bottom: 20px;
  }
}
.contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.contact__select-btn {
  width: 80px;
  height: 40px;
  background-color: #3EA1D1;
  border: 1px solid #fff;
  color: #3EA1D1;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact__select-btn:first-child {
  border-right: none;
}
.contact__select-btn.is-active {
  background-color: #3EA1D1;
  color: #fff;
}
.contact__select-btn:not(.is-active) {
  background-color: #fff;
  color: #3EA1D1;
}
.contact__select-btn:focus {
  outline: 2px solid #3EA1D1;
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .contact__select-btn {
    font-size: 16px;
  }
}

.footer {
  background-color: #f8f8f8;
  padding: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 34px 0 20px;
  }
}
.footer__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    padding: 0 15px;
    margin-bottom: 28px;
  }
}
.footer__logo img {
  width: 120px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__logo img:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 120px;
    height: 40px;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    text-align: center;
  }
}
.footer__link {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.7em;
  color: #333333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__link:hover {
  opacity: 0.6;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 22.2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__sns-link:hover {
  opacity: 0.6;
}
.footer__sns-link svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.7em;
  color: #888888;
  margin: 0;
}