/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
/* other */
.market {
  margin-bottom: 2em;
  gap: 2em;
}
.market figure {
  width: 25%;
}
.market figure:nth-of-type(2), .market figure:nth-of-type(4) {
  width: 10%;
}
.market figure figcaption {
  letter-spacing: 0;
}
.market p {
  width: 30%;
  color: #F6623C;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
}
.market p span {
  font-family: "kinuta-mincho-stdn", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  font-size: 0.6em;
}

.message-area {
  width: 85%;
  margin: 1.5em auto !important;
  padding: 1.5em 3em;
  border: 1px solid #2A2D84;
  border-radius: 30px;
  position: relative;
}
.message-area p {
  color: #2A2D84;
  font-weight: bold;
}
.message-area picture {
  position: absolute;
  bottom: -1.5em;
  right: -3em;
}

.recommended {
  background: #FFFEE5;
  border-radius: 15px;
  padding: 3em 0;
  position: relative;
}
.recommended h2 {
  color: #F6623C !important;
  text-align: center;
}
.recommended ul.check-ul {
  width: 60%;
  margin: 1em auto;
}
.recommended picture {
  position: absolute;
  bottom: -1.5em;
  left: -3em;
}

@media screen and (min-width: 951px) and (max-width: 1024px) {
  #section02 .sep-box-sb picture {
    width: 25%;
  }
}
@media screen and (min-width: 1651px) and (max-width: 1960px) {
  .recommended ul.check-ul {
    width: 75%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  .recommended ul.check-ul {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .recommended ul.check-ul {
    width: 75%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  .recommended ul.check-ul {
    width: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .message-area {
    padding: 1.5em 5.5em 1.5em 2.5em;
  }
  .recommended ul.check-ul {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  #section02 picture {
    text-align: center;
    width: 100%;
  }
  #section02 picture img {
    width: 50%;
    margin: 1em auto 0 auto;
  }
  #section03 .market {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    justify-content: center;
  }
  #section03 .market figure {
    width: 37%;
  }
  #section03 .market figure:nth-of-type(2), #section03 .market figure:nth-of-type(4) {
    width: 10%;
  }
  #section03 .market p {
    width: 50%;
  }
  #section03 p + .sep-box {
    flex-direction: column;
  }
  #section03 p + .sep-box .w80,
  #section03 p + .sep-box .w15 {
    width: 100% !important;
  }
  #section03 p + .sep-box picture.txt-r {
    text-align: center !important;
  }
  #section03 p + .sep-box picture.txt-r img {
    width: 50%;
  }
  .message-area {
    padding: 1.5em 4em 1.5em 1.5em;
  }
  #section05.recommended h2 {
    font-size: 1.7em !important;
  }
  #section05.recommended ul.check-ul {
    width: 75%;
  }
}/*# sourceMappingURL=about.css.map */