@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.hand-cream {
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #22292b;
  padding-bottom: 160px;
}

.hand-cream * {
  font-size: 14px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.hand-cream span {
  font-size: inherit;
}

.hand-cream img {
  max-width: 100%;
  height: auto;
}

.hand-cream a {
  transition: all 0.3s;
}

.hand-cream a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.hand-cream .inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.sp-only {
  display: none;
}

.t-right {
  text-align: right;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.t-center {
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #eff4f4;
}

.marker {
  background: linear-gradient(transparent 70%, #fee6e6 70%);
}

.bold {
  font-weight: bold;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.bg-blue {
  background-color: #edf7fb;
}

.bg-pink {
  background-color: #fff2f2;
}

.bg-purple {
  background-color: #f7eefa;
}

.title1 {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.title1__sub {
  display: block;
  width: fit-content;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px !important;
  border: 1px solid #22292b;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
}

.title1__sub::before,
.title1__sub::after {
  content: "";
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: rotate(-50%);
}

.title1__sub::before {
  background-color: #fff;
  z-index: 1;
  bottom: -8px;
}

.title1__sub::after {
  background-color: #22292b;
  z-index: -1;
  bottom: -10px;
}

.title1__text {
  font-size: 32px !important;
  display: inline-block;
}

.title1--pink .title1__text {
  border-bottom: 3px solid #ffcece;
  padding-bottom: 10px;
}

.title1--blue .title1__text {
  border-bottom: 3px solid #edf7fb;
  padding-bottom: 10px;
}

.title1--purple .title1__text {
  border-bottom: 3px solid #f7eefa;
  padding-bottom: 10px;
}

.title2 {
  font-size: 24px;
  font-weight: bold;
  width: fit-content;
  line-height: 1.4;
  padding-bottom: 10px;
  margin: 0 auto 40px;
  color: #1d659e;
  border-bottom: 1px solid #1d659e;
}

.btn1 {
  color: #1d659e !important;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d659e;
}

.btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 80px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #22292b;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.btn2 i {
  position: absolute;
  right: 30px;
}

.btn2--black {
  background-color: #22292b;
  color: #fff !important;
}

.anker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 790px;
  margin: 0 auto;
}

.anker__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #22292b;
  color: #fff !important;
  transition: all 0.3s;
  position: relative;
}

.anker__item a i {
  position: absolute;
  right: 20px;
}

.anker__item a:hover {
  background-color: #1d659e;
  opacity: 1;
}

.hand-cream .mv {
  text-align: center;
}

.desc .t-center {
  font-size: 16px;
  line-height: 2;
}

.onayami {
  padding: 80px 0 100px;
}

.onayami__item {
  padding-top: 100px;
}

.item-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.item-list__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 0 30px;
}

.item-list__item .catch {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #5c9fd4;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.item-list__item .flex {
  padding: 0 50px;
  display: flex;
  gap: 50px;
}

.item-list__item .img {
  width: 250px;
  flex-shrink: 0;
}

.item-list__item .btn1 {
  margin: 30px 0 0 auto;
}

.mokuteki .title1 {
  padding-top: 80px;
  margin-bottom: 30px;
}

.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
  padding: 30px 50px;
  border-radius: 10px;
}

.link-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .title1__sub {
    font-size: 16px !important;
  }

  .title1__text {
    font-size: 24px !important;
    display: inline-block;
  }

  .title2 {
    font-size: 18px;
  }

  .btn2 {
    width: 240px;
    height: 60px;
    border-radius: 4px;
  }

  .btn2 i {
    right: 15px;
  }

  .anker {
    grid-template-columns: 1fr;
  }

  .anker__item a {
    height: 40px;
  }

  .item-list__item .catch {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .item-list__item .flex {
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .col3 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 30px 15px;
  }
  .col3 .img {
    text-align: center;
  }
}
