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

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

.mucm {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #22292b;
  padding-bottom: 160px;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.mucm * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.mucm span {
  font-size: inherit;
}

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

.mucm a {
  transition: all 0.3s;
  text-decoration: none !important;
}

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

.mucm h2,
.mucm h3,
.mucm h4 {
  line-height: 1.4;
  font-weight: 500;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

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

.bold {
  font-weight: bold;
}

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

.sp-only {
  display: none;
}

.bg {
  background-color: #efeef2;
}

.bg-pink {
  padding: 80px 15px;
  background-color: #fff1ed;
  margin-bottom: 80px;
}

.title1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.title1__sub {
  display: block;
  font-size: 14px !important;
  text-transform: uppercase;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 340px;
  height: 60px;
  background-color: #1d1e21;
  color: #fff !important;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-left: auto;
  margin-right: auto;
}

.btn::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.content {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .mucm {
    font-size: 15px;
    padding-bottom: 100px;
  }

  .mucm span {
    font-size: inherit;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .title1,
  .title2 {
    font-size: 20px;
  }

  .fz20 {
    font-size: 16px !important;
  }
}
