@charset "utf-8";
html {
  font-size: 62.5%;
  background-color: #FFF;
}
a:link {
  color: #76956b;
  text-decoration: underline;
  transition: 0.3s;
}
a:visited {
  color: #76956b;
  text-decoration: underline;
}
a:hover {
  color: #76956b;
  text-decoration: none;
}
a[href*="tel:"] {
  cursor: default;
  color: #666;
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.center {
  text-align: center;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
}
picture {
  display: block;
}
.pc_none {
  display: none;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}
.wrap_border .att {
  margin: 20px 50px;
}
.maT10 {
  margin-top: 10px;
}
.maB20 {
  margin-bottom: 20px;
}
.marker {
  background: linear-gradient(transparent 80%, #ff6 80%);
}
.marker_white {
  background: linear-gradient(transparent 80%, #fff 80%);
}
body {
  font-size: 1.7rem;
  color: #4f4112;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* ページ自体をふわっと表示 */
body {
  animation: fadein 1s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* header
------------------------------------------------- */
header {
  max-width: 1920px;
  margin: auto;
}
header .logo {
  margin: 15px 40px;
}
/* main
------------------------------------------------- */
main {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
  box-sizing: content-box;
}
main picture {
  width: 58%;
}
main picture img {
  max-width: 100%;
  height: auto;
}
main dl dd {
  font-size: 24px;
  color: #4f2812;
  border: solid 3px #f8bc04;
  border-radius: 100px;
  text-align: center;
  padding: 0 5px;
  margin-top: 10px;
}
main dl dd strong {
  color: #ea5413;
}
main h1 {
  font-size: 42px;
  font-weight: 700;
  color: #4f2812;
  line-height: 1.4;
  margin-top: 10px;
}
main h1 strong {
  color: #ea5413;
  font-size: 150%;
  margin: 0 5px;
}
ul.effect {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
ul.effect li {
  background-image: url("../images/icon_green.svg");
  background-repeat: no-repeat;
  background-size: 100% 128px;
  width: 30%;
  height: 128px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.effect li span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 1.5;
}
ul.effect li strong {
  font-weight: 500;
  color: #ffff66;
}
ul.effect li:nth-child(2) {
  background-image: url("../images/icon_yellow.svg");
}
ul.effect li:last-child {
  background-image: url("../images/icon_orange.svg");
}
/* モニター募集
------------------------------------------------- */
section.monitor {
  padding: 100px 4% 120px;
  background-image: url("../images/bg_dott.png");
  background-repeat: repeat;
  text-align: center;
  position: relative;
  z-index: -2;
}
.limited {
  font-size: 3rem;
  color: #4f2812;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin-bottom: 70px;
}
.limited span {
  color: #f8bc04;
  display: inline-block;
  margin: 0 5px;
}
.limited:before, .limited:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #f8bc04;
  transform: rotate(-60deg);
}
.limited:before {
  left: 0;
  transform: rotate(60deg);
}
.limited:after {
  right: 0;
}
h1.monitor_h1 {
  color: #ea5413;
  font-size: 90px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  margin-top: -120px;
  margin-bottom: 50px;
  z-index: 10;
  text-align: center;
}
h1.monitor_h1:before {
  content: "";
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.monitor_wrap {
  padding: 50px;
  border: solid 3px #f8bc04;
  max-width: 1100px;
  background-color: #FFF;
  margin: auto;
  position: relative;
  background-image: url("../images/woman.webp");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
}
.monitor_wrap:before {
  content: "";
  background-color: #f8bc04;
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: -1;
}
.monitor_wrap div {
  display: inline-block;
  text-align: center;
}
.btn {
  margin-top: 40px;
}
.btn a {
  background-color: #7d9a36;
  background-image: linear-gradient(#90b13e, #7d9a36);
  color: #FFF;
  text-decoration: none;
  padding: 15px 80px 15px 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  border-radius: 100px;
  position: relative;
}
.btn a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
/* 困りごと
------------------------------------------------- */
section.advantage {
  position: relative;
  padding: 100px 4% 1px;
  background-color: #fffee8;
}
section.advantage:before {
  content: "";
  position: absolute;
  height: 80px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fffee8;
  bottom: -80px;
  left: 0;
}
.bg_gagome {
  background-image: url("../images/bg_gagome.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.wrap_border {
  max-width: 1100px;
  margin: 0 auto 100px;
  background-color: #FFF;
  border: solid 4px #ffe300;
  border-radius: 0 0 100px 100px;
  padding-bottom: 50px;
}
.padd_wrap {
  padding: 50px 50px 0 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.padd_left {
  width: calc(100% - 480px);
}
h1.h1_ttl {
  font-size: 35px;
  color: #4f2812;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 20px;
}
h1.h1_ttl img {
  border-radius: 100%;
  display: block;
  border: solid 7px #ddd;
  margin-right: 50px;
  box-sizing: content-box;
}
h2.h2_orange {
  font-weight: 700;
  font-size: 50px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  background-color: #f8bc04;
  padding: 10px 20px;
}
h3.h3_ttl {
  font-size: 2.6rem;
  margin: 0 30px;
  font-weight: 700;
  color: #4f2812;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.5;
}
h3.h3_ttl strong {
  font-size: 150%;
  color: #7d9a36;
}
ul.want {
  list-style: none;
  margin-bottom: 30px;
}
ul.want li {
  background-color: #f4f4f4;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
}
ul.want li span {
  position: absolute;
  top: -13px;
  display: inline-block;
  padding: 0 25px;
  color: #ea5413;
  font-size: 1.4rem;
}
ul.want li span:before, ul.want li span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #ea5413;
  transform: rotate(-60deg);
}
ul.want li span:before {
  left: 0;
  transform: rotate(60deg);
}
ul.want li span:after {
  right: 0;
}
.caption {
  margin-bottom: 10px;
  text-align: center;
  width: 425px;
}
.caption img {
  border-radius: 20px;
}
.caption figcaption {
  font-weight: 500;
  margin-top: 10px;
  font-size: 1.5rem;
}
.caption strong {
  font-size: 2rem;
}
.try {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #7d9a36;
  margin-top: 30px;
  line-height: 1.4;
}
/* モニター様の声
------------------------------------------------- */
section.user_voice {
  padding: 200px 4% 100px;
  text-align: center;
  background-image: url("../images/bg_dott.png");
  background-repeat: repeat;
  position: relative;
  z-index: -2;
}
.hukidashi {
  font-size: 24px;
  color: #4f2812;
  border: solid 3px #f8bc04;
  border-radius: 100px;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #FFF;
}
.hukidashi strong {
  color: #ea5413;
}
h1.voice_h1 {
  color: #ea5413;
  font-size: 90px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 50px;
  text-align: center;
}
.wrap_voice {
  max-width: 1300px;
  margin: auto;
}
ul.voice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 60px;
  list-style: none;
}
ul.voice li {
  border: solid 3px #f8bc04;
  background-color: #FFF;
  position: relative;
  flex: 1;
  text-align: left;
}
ul.voice li span {
  display: block;
  padding: 20px;
}
ul.voice li img {
  width: 100%;
  height: auto;
}
ul.voice li:before {
  content: "";
  background-color: #f1f1f1;
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  left: -15px;
  top: 15px;
  z-index: -1;
}
ul.voice h2 {
  background-color: #ea5413;
  color: #FFF;
  display: inline-block;
  padding: 3px 10px;
}
/* お申込み
------------------------------------------------- */
section.appli {
  padding: 100px 4%;
  text-align: center;
}
dl.warning {
  max-width: 1100px;
  padding: 20px 20px 40px 20px;
  border-radius: 20px;
  margin: 0 auto 100px;
  background-color: #ffe300;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-size: 1.8rem;
  text-align: left;
}
dl.warning dt {
  width: 80px;
  height: 80px;
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: -60px;
  border: solid 4px #ddd;
}
dl.warning span {
  font-size: 150%;
  margin: 0 5px;
}
section.appli h1.voice_h1 {
  font-size: 70px;
}
/* footer
------------------------------------------------- */
footer {
  background-color: #fffee8;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 50px 4%;
  text-align: center;
}
footer ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 40px;
  margin: 30px 0;
}