@charset "UTF-8";
/* @mixin ----------*/
/* contents ----------*/
article {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  padding: 0;
}

p {
  font-size: 1.75rem;
}

sup {
  top: -0.5em;
  font-size: 1rem;
}

strong {
  font-weight: 600;
}

.inr {
  margin: 0 auto;
  max-width: 94rem;
  padding: 0 2rem;
  width: 100%;
}

.caption {
  font-weight: 400;
}

.btn-has-arrow-left {
  text-align: left;
}

.txt {
  line-height: 2;
  text-align: justify;
}
@media print, screen and (max-width: 767px) {
  .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.txt strong {
  background-color: #e6e9f0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #36658d;
  padding: 2px;
}
.txt-caption {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 2rem;
  text-align: justify;
}
@media print, screen and (max-width: 767px) {
  .txt-caption {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}
.txt + .mts {
  margin-top: 2.5rem;
}
@media print, screen and (max-width: 767px) {
  .txt + .mts {
    margin-top: 1.5rem;
  }
}

/* mv ----------*/
.visual img {
  height: 62.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .visual img {
    height: 45rem;
  }
}
@media print, screen and (max-width: 900px) {
  .visual img {
    height: 40rem;
  }
}
@media print, screen and (max-width: 767px) {
  .visual {
    background-image: url(../images/mv-sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
  }
  .visual img {
    display: none;
  }
}

/* readbox ----------*/
.readbox {
  max-width: 84rem;
  padding-top: 7rem;
  padding-bottom: 6rem;
}
@media print, screen and (max-width: 767px) {
  .readbox {
    padding-bottom: 7rem;
  }
}
.readbox-caption {
  margin-bottom: 4.5rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .readbox-caption {
    margin-bottom: 3rem;
  }
}
.readbox-caption span {
  border: 1px solid #000;
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.3rem 0.6rem 0.1rem;
}
@media print, screen and (max-width: 767px) {
  .readbox-caption span {
    font-size: 1.3rem;
  }
}
.readbox-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  .readbox-txt {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 2;
  }
}
.readbox-txt + .mts {
  margin-top: 1.5rem;
}
.readbox-txt a {
  color: #36658d;
  text-decoration: underline;
}

/* contents-list ----------*/
.contents-list {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  padding-left: 14.5rem;
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  .contents-list {
    padding-left: 16rem;
  }
}
@media print, screen and (max-width: 767px) {
  .contents-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 35rem;
    padding-top: 12rem;
    padding-bottom: 5rem;
    padding-left: 0;
    width: 100%;
  }
}
.contents-list::before {
  background-image: url(../images/sec-contents-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 14.2rem;
  margin-top: -7.1rem;
  position: absolute;
  top: 50%;
  left: 0;
  width: 13.9rem;
}
@media print, screen and (max-width: 767px) {
  .contents-list::before {
    background-image: url(../images/sec-contents-img-sp.png);
    height: auto;
    margin-top: 0;
    padding-top: 20%;
    top: 5rem;
    width: 100%;
  }
}
.contents-list li {
  font-size: 1.5rem;
  margin: 1.9rem 0;
}
@media print, screen and (max-width: 767px) {
  .contents-list li {
    margin: 1.9rem 0 0;
  }
}
.contents-list li b {
  display: inline-block;
  font-weight: 600;
  min-width: 20rem;
}
@media print, screen and (max-width: 1200px) {
  .contents-list li b {
    display: block;
  }
}
.contents-list li sup {
  top: -0.4em;
}
.contents-list li:nth-of-type(3) {
  font-size: 1.45rem;
}
@media print, screen and (max-width: 1200px) {
  .contents-list li:nth-of-type(3) {
    font-size: 1.5rem;
  }
}

/* ttl ----------*/
.ttl02 {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  padding-top: 1.75rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .ttl02 {
    font-size: 2.4rem;
    padding-top: 1rem;
  }
}
.ttl02 span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .ttl02 span {
    margin-bottom: 7rem;
  }
}
.ttl02 b {
  background-color: #000;
  border-radius: 0.7rem;
  display: inline-block;
  color: #fff;
  font-size: 2.45rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.3rem 1.5rem 0.2rem;
  position: relative;
  min-width: 17.3rem;
}
@media print, screen and (max-width: 767px) {
  .ttl02 b {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    min-width: 13rem;
  }
}
.ttl02 b::before {
  background-image: url(../images/icon-ttl02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 8.5rem;
  margin-top: -4.75rem;
  position: absolute;
  top: 50%;
  left: -7.5rem;
  width: 6.5rem;
}
@media print, screen and (max-width: 767px) {
  .ttl02 b::before {
    background-size: contain;
    height: 5.5rem;
    margin-top: -3rem;
    left: -5.5rem;
    width: 4.5rem;
  }
}

.ttl03 {
  font-size: 2.7rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .ttl03 {
    font-size: 2rem;
  }
}
.ttl03::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2.6rem;
  margin-top: -1.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
}
@media print, screen and (max-width: 767px) {
  .ttl03::before {
    height: 100%;
    margin-top: 0;
    top: 0;
  }
}

.ttl04 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 767px) {
  .ttl04 {
    font-size: 1.8rem;
  }
}
.ttl04.center {
  text-align: center;
}
.ttl04 sup {
  font-size: 1rem;
  top: -0.7em;
}
.ttl04.bg-color01, .ttl04.bg-color02 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.ttl04.bg-color01 strong, .ttl04.bg-color02 strong {
  background-color: #36658d;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  min-width: 32rem;
  padding: 0.5rem 1rem 0.5rem;
}
@media print, screen and (max-width: 767px) {
  .ttl04.bg-color01 strong, .ttl04.bg-color02 strong {
    font-size: 1.6rem;
    min-width: 30rem;
  }
}
.ttl04.bg-color02 strong {
  background-color: #787878;
}

/* img-area ----------*/
.img-area figcaption {
  font-size: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  .img-area figcaption {
    font-size: 1.3rem;
  }
}

/* comment ----------*/
.comment {
  padding: 1.3rem 1.5rem;
  position: relative;
  text-align: justify;
}
.comment::before, .comment::after {
  background-image: url(../images/icon-comment.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 2.5rem;
  position: absolute;
  width: 2.5rem;
  z-index: -1;
}
.comment::before {
  top: 0;
  left: 0;
}
.comment::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.comment p {
  color: #36658d;
  font-size: 1.5rem;
}

/* btn ----------*/
.btn {
  background-color: #36658d;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 28.5rem;
  text-align: center;
  transition: opacity 0.3s ease;
  padding: 0.5rem 4rem 0.8rem;
  position: relative;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .btn {
    font-size: 1.8rem;
    max-width: 25rem;
  }
}
.btn::after {
  background-image: url(../images/icon-btn-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.9rem;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.1rem;
}
.btn:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.btn.ancr-btn {
  background-color: #ff5a00;
  font-size: 2.5rem;
  margin: 0 auto 8rem;
  max-width: 57.4rem;
  padding: 1.3rem 4rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .btn.ancr-btn {
    font-size: 1.8rem;
  }
}
.btn.ancr-btn::after {
  height: 1.8rem;
  margin-top: -0.9rem;
  right: 2rem;
  transform: rotate(90deg);
  width: 1rem;
}
.btn.ancr-btn span {
  display: inline-block;
  padding: 0 2rem;
  position: relative;
}
.btn.ancr-btn span::before, .btn.ancr-btn span::after {
  background-image: url(../images/icon-slash.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 2.7rem;
  margin-top: -1.35rem;
  position: absolute;
  top: 50%;
  width: 1.4rem;
}
.btn.ancr-btn span::before {
  left: 0;
}
.btn.ancr-btn span::after {
  right: 0;
  transform: scale(-1, 1);
}

/* flex ----------*/
@media print, screen and (min-width: 768px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-item {
    max-width: 47.8%;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .flex-item + .flex-item {
    margin-top: 2.5rem;
  }
}

/* products-link ----------*/
.products-link {
  padding: 0 0 10rem;
}
@media print, screen and (max-width: 767px) {
  .products-link {
    padding: 0;
  }
}
.products-link .btn {
  font-size: 2.7rem;
  margin: 0 auto;
  max-width: 40.7rem;
  padding: 0.6rem 4rem 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .products-link .btn {
    line-height: 1.3;
  }
}
@media print, screen and (max-width: 767px) {
  .products-link .btn {
    font-size: 2rem;
    padding: 1rem 4rem 1.3rem;
  }
}
.products-link .btn small {
  font-size: 1.9rem;
  font-weight: normal;
}
@media print, screen and (max-width: 767px) {
  .products-link .btn small {
    font-size: 1.6rem;
  }
}
.products-link.p03 {
  padding: 0 0 20rem;
}
.products-link.p03 .btn {
  max-width: 51.6rem;
}

/* section01 ----------*/
.section01 {
  padding-top: 16.5rem;
  padding-bottom: 15rem;
}
@media print, screen and (max-width: 767px) {
  .section01 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.section01 .box01 {
  margin-bottom: 17.5rem;
}
@media print, screen and (max-width: 767px) {
  .section01 .box01 {
    margin-bottom: 7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section01 .box01 .ttl02 {
    font-size: 3.1rem;
  }
}
.section01 .box01 .ttl02 sup {
  display: inline-block;
  margin-left: -2rem;
  top: -1.8em;
}
@media print, screen and (max-width: 767px) {
  .section01 .box01 .ttl02 sup {
    margin-left: -1.5rem;
    top: -1.2em;
  }
}
.section01 .box01 .img-area {
  margin-top: 7rem;
}
@media print, screen and (max-width: 767px) {
  .section01 .box01 .img-area {
    margin-top: 3.5rem;
  }
}
.section01 .box01 .img-area img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 70rem;
  width: 100%;
}
.section01 .box01 .img-area figcaption {
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 70rem;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .section01 .box01 .img-area figcaption {
    margin-top: 2rem;
  }
}
.section01 .box02 .img-area {
  margin-top: 4.5rem;
  margin-bottom: 6rem;
  padding: 4rem;
}
@media print, screen and (max-width: 767px) {
  .section01 .box02 .img-area {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    padding: 2rem;
  }
}
.section01 .box02 .img-area img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 65rem;
  width: 100%;
}
.section01 .box02 .img-area figcaption {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .section01 .box02 .img-area figcaption {
    line-height: 1.7;
  }
}
.section01 .box03 {
  margin-top: 6rem;
  margin-bottom: 13.5rem;
}
@media print, screen and (max-width: 767px) {
  .section01 .box03 {
    margin-top: 3.5rem;
    margin-bottom: 7rem;
  }
}
.section01 .box03 .img-area + .ttl04.bg-color02 {
  margin-top: 5rem;
}
@media print, screen and (max-width: 767px) {
  .section01 .box03 .img-area + .ttl04.bg-color02 {
    margin-top: 2.5rem;
  }
}
.section01 .box03 .img-area + .comment {
  margin-top: 2.5rem;
  margin-bottom: 6.5rem;
}
@media print, screen and (max-width: 767px) {
  .section01 .box03 .img-area + .comment {
    margin-top: 2.5rem;
    margin-bottom: 7rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section01 .box03 .flex .comment {
    margin-top: 2.5rem;
  }
}
.section01 .box04 .txt sup {
  color: #000;
}
.section01 .box04 .img-area {
  margin-top: 7.5rem;
  padding: 4rem;
}
@media print, screen and (max-width: 767px) {
  .section01 .box04 .img-area {
    margin-top: 3.5rem;
    padding: 2rem;
  }
}
.section01 .box04 .img-area img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 72.8rem;
  width: 100%;
}
.section01 .box04 .img-area figcaption {
  margin-top: 2rem;
}
.section01 .box04 .img-area figcaption small {
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.section01 .flex {
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .section01 .flex-item.comment {
    max-width: 49.1%;
  }
}

/* section02 ----------*/
.section02 {
  padding-top: 17rem;
  padding-bottom: 14.5rem;
}
@media print, screen and (max-width: 767px) {
  .section02 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.section02 .ttl02 b {
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}
.section02 .flex-item {
  margin-top: 3.7rem;
}
@media print, screen and (max-width: 767px) {
  .section02 .flex-item {
    margin-top: 2.5rem;
  }
}
.section02 .box01 {
  margin-bottom: 11rem;
}
@media print, screen and (max-width: 767px) {
  .section02 .box01 {
    margin-bottom: 7rem;
  }
}
.section02 .box01 .flex {
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 767px) {
  .section02 .box01 .flex {
    margin-bottom: 1.5rem;
  }
}
.section02 .box02 {
  margin-bottom: 12.5rem;
}
@media print, screen and (max-width: 767px) {
  .section02 .box02 {
    margin-bottom: 7rem;
  }
}
.section02 .box02 .flex figcaption {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section02 .box02 .flex figcaption {
    font-size: 1.2rem;
  }
}
.section02 .box02 .comment {
  margin: 2.5rem 0;
}
.section02 .box03 .img-area {
  margin: 4rem 0 2.5rem;
}
@media print, screen and (max-width: 767px) {
  .section02 .box03 .img-area {
    margin: 3.5rem 0 2.5rem;
  }
}
.section02 .box03 .img-area + .comment {
  margin: 0;
}

/* section03 ----------*/
.section03 {
  padding-top: 17rem;
  padding-bottom: 15rem;
}
@media print, screen and (max-width: 767px) {
  .section03 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.section03 .box01 {
  margin-top: 11rem;
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 767px) {
  .section03 .box01 {
    margin-top: 7rem;
    margin-bottom: 3.5rem;
  }
}
.section03 .box02, .section03 .box03, .section03 .box04, .section03 .box05 {
  margin-bottom: 5.5rem;
}
@media print, screen and (max-width: 767px) {
  .section03 .box02, .section03 .box03, .section03 .box04, .section03 .box05 {
    margin-bottom: 3.5rem;
  }
}
.section03 .box05 {
  margin-bottom: 12rem;
}
@media print, screen and (max-width: 767px) {
  .section03 .box05 {
    margin-bottom: 7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section03 .box05 .txt-caption {
    margin-top: 0;
  }
}
.section03 .box06 {
  margin-bottom: 6.5rem;
}
.section03 .box06 .txt {
  margin-bottom: 4.5rem;
}
.section03 .box06 .ttl04.bg-color01 strong, .section03 .box06 .ttl04.bg-color02 strong {
  min-width: 21rem;
  padding: 0.3rem 1rem 0.2rem;
}
.section03 .box07 .img-area {
  margin-bottom: 2.8rem;
}
@media print, screen and (min-width: 768px) {
  .section03 .box07 .flex-item .txt-caption {
    margin-top: 0;
  }
}
.section03 .box07 .comment {
  margin-bottom: 5.5rem;
}

/* section04 ----------*/
.section04 {
  background-image: url(../images/sec04-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 18rem;
}
@media print, screen and (max-width: 767px) {
  .section04 {
    padding-top: 7rem;
  }
}
.section04 .ttl02 b {
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}
.section04 .box01 {
  margin-bottom: 19rem;
}
@media print, screen and (max-width: 767px) {
  .section04 .box01 {
    margin-bottom: 7rem;
  }
}
.section04 .box01 .ttl02 b::before {
  background-image: url(../images/icon-ttl02-matome.png);
  height: 6.7rem;
  margin-top: -3.6rem;
  left: -8rem;
  width: 7rem;
}
@media print, screen and (max-width: 767px) {
  .section04 .box01 .ttl02 b::before {
    background-size: contain;
    height: 5rem;
    margin-top: -3rem;
    left: -6rem;
    width: 5rem;
  }
}
.section04 .box02 {
  margin-right: auto;
  margin-bottom: 11rem;
  margin-left: auto;
  max-width: 80rem;
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 {
    margin-bottom: 7rem;
  }
}
.section04 .box02 .lineup-ttl {
  border: 1px solid #000;
  border-radius: 0.7rem;
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 4.5rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-ttl {
    font-size: 1.8rem;
    padding: 0.5rem;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section04 .box02 .lineup-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .section04 .box02 .lineup-box figure {
    max-width: 56.9%;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-box figure {
    margin-right: auto;
    margin-left: auto;
    max-width: 28rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .section04 .box02 .lineup-box-txt {
    display: flex;
    flex-direction: column;
    max-width: 36.3%;
    padding-bottom: 3rem;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-box-txt {
    text-align: center;
  }
}
.section04 .box02 .lineup-box-txt .products {
  margin-bottom: 1.3rem;
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-box-txt .products {
    margin-top: 3rem;
  }
}
.section04 .box02 .lineup-box-txt .products span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-box-txt .products span {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}
.section04 .box02 .lineup-box-txt .products img {
  max-width: 20.3rem;
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-box-txt .products img {
    max-width: 18rem;
  }
}
.section04 .box02 .lineup-box-txt .spec {
  background-color: #000;
  border-radius: 0.6rem;
  color: #fff;
  display: inline-block;
  font-size: 1.9rem;
  padding: 0.2rem 1rem;
  text-align: center;
  width: 19.5rem;
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-box-txt .spec {
    font-size: 1.5rem;
    width: 17rem;
  }
}
.section04 .box02 .lineup-box-txt .list {
  margin-top: 2rem;
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-box-txt .list {
    margin-right: auto;
    margin-bottom: 2.5rem;
    margin-left: auto;
    max-width: 22rem;
    text-align: left;
  }
}
.section04 .box02 .lineup-box-txt .list li {
  font-size: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-box-txt .list li {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section04 .box02 .lineup-box-txt .btn {
    margin-top: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-box-txt .btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.section04 .box02 .lineup-box + .lineup-box {
  margin-top: 7rem;
}
.section04 .box02 .lineup-box + .lineup-ttl {
  margin-top: 8rem;
}
@media print, screen and (max-width: 767px) {
  .section04 .box02 .lineup-box + .lineup-ttl {
    margin-top: 7rem;
  }
}

/* section05 ----------*/
.section05 {
  margin-top: 25rem;
}
@media print, screen and (max-width: 767px) {
  .section05 {
    margin-top: 15rem;
  }
}
.section05 .caption {
  margin-top: 10rem;
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .section05 .caption {
    margin-top: 4rem;
  }
}
.section05 h2 {
  margin-bottom: 20px;
}

.real-voice-box {
  background-color: #fff6e9;
  border-radius: 1rem;
  padding: 2.8rem;
}
@media print, screen and (min-width: 768px) {
  .real-voice-box {
    display: flex;
    flex-wrap: wrap;
  }
}
.real-voice-box .name {
  background-color: #717071;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  order: 1;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  padding: 0.3rem 1.2rem 0.1rem;
}
@media print, screen and (max-width: 767px) {
  .real-voice-box .name {
    margin-bottom: 1.3rem;
  }
}
.real-voice-box .name small {
  font-size: 1rem;
}
.real-voice-box .read-ttl {
  flex-grow: 1;
  font-size: 2.4rem;
  font-weight: bold;
  order: 2;
  letter-spacing: 0.01em;
  margin-bottom: 2.3rem;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .real-voice-box .read-ttl {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 2rem;
  }
}
.real-voice-box-txt {
  order: 4;
}
@media print, screen and (min-width: 768px) {
  .real-voice-box-txt {
    margin-left: auto;
    max-width: 72%;
    width: 100%;
  }
}
.real-voice-box-txt .ttl {
  color: #ff5a00;
  font-size: 1.8rem;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .real-voice-box-txt .ttl {
    font-size: 1.6rem;
  }
}
.real-voice-box-txt .ttl + .txt {
  margin-bottom: 1rem;
}
.real-voice-box-txt .txt {
  font-size: 1.7rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 767px) {
  .real-voice-box-txt .txt {
    font-size: 1.5rem;
  }
}
.real-voice-box-txt .txt strong {
  background: linear-gradient(transparent 50%, #fce6d9 50%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #000;
  font-weight: normal;
  padding: 2px;
}
.real-voice-box-txt ul li {
  padding-left: 1.5rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .real-voice-box-txt ul li {
    padding-left: 1.2rem;
  }
}
.real-voice-box-txt ul li::before {
  background-color: #000;
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
}
@media print, screen and (max-width: 767px) {
  .real-voice-box-txt ul li::before {
    height: 6px;
    top: 8px;
    width: 6px;
  }
}
.real-voice-box-txt ul li + li {
  margin-top: 0.7rem;
}
.real-voice-box-txt .img-area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .real-voice-box-txt .img-area {
    display: flex;
  }
}
@media print, screen and (max-width: 767px) {
  .real-voice-box-txt .img-area {
    margin: 2rem auto 0;
    max-width: 30rem;
  }
}
@media print, screen and (min-width: 768px) {
  .real-voice-box-review {
    order: 3;
    max-width: 23%;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .real-voice-box-review {
    margin: 4rem auto 0;
    max-width: 30rem;
  }
}
.real-voice-box + .real-voice-box {
  margin-top: 5rem;
}
@media print, screen and (max-width: 767px) {
  .real-voice-box + .real-voice-box {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .real-voice-box.voice01 .img-area figure {
    width: 26.7rem;
  }
}
.real-voice-box.voice01 .img-area figure + figure {
  margin-left: 3.5rem;
}
@media print, screen and (max-width: 767px) {
  .real-voice-box.voice01 .img-area figure + figure {
    margin-top: 2rem;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .real-voice-box.voice03 .img-area figure {
    width: 45rem;
  }
}
@media print, screen and (min-width: 768px) {
  .real-voice-box.voice04 .img-area figure {
    width: 43.5rem;
  }
}

/* other ----------*/
.bg-gray {
  background-color: #f0f2f6;
}

@media print, screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}
/*# sourceMappingURL=kakakucom2024_design.css.map */