@charset "UTF-8";
/* CSS Document */
header {
  background-color: #2D4D36;
}
/*PC header*/
.header-inner {
  height: 52px;
  position: relative;
}
.header-inner h1 {
  position: absolute;
  top: 13px;
  z-index: 10;
  left: -20px;
}
/*スマホ　header*/
@media screen and (max-width: 520px) {
  .header-inner h1 {
    width: 20%;
    top: 13px;
    left: 20px;
  }
  .header-inner h1 img {
    width: 100%;
  }
}
/*PC section-top*/
.section-top__image {
  background-image: url("assets/image/mv.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: left;
}
.section-top__image p {
  font-size: 34px;
  color: #333;
  text-align: left;
  padding-top: 141px;
}
.section-top__image h2 {
  font-size: 4.7rem;
  text-align: left;
  line-height: 2;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 70px;
}
.section-top__image_circle1 {
  position: absolute;
  top: 122px;
  right: 83px;
}
.section-top__image_circle2 {
  position: absolute;
  top: 384px;
  right: -16px;
}
.section-top__image_circle3 {
  position: absolute;
  top: 431px;
  right: 201px;
}
.section-top__checklist {
  background-color: #FFF;
  opacity: 0.8;
  text-align: left;
  padding: 43px 60px;
  font-family: Noto Sans JP;
  font-size: 2.0rem;
  line-height: 2.5;
  border: solid 1px #000; /* 内側の線になる一本線の枠線をひく*/
  outline: solid 1px #000; /* 外側の線になる一本線の枠線をひく*/
  outline-offset: -10px; /* 外側の線と内側の線の空き具合を調整*/
  margin: 2px;
  display: inline-block;
  margin-bottom: 110px;
}
.section-top__checklist span {
  color: #B40019;
}
.section-top__checklist img {
  margin-right: 15px;
  vertical-align: -10px;
}
.section-top__cart {
  position: absolute;
  top: 721px;
  right: -44px;
}
.section-top__lead {
  margin: 150px auto;
  position: relative;
}
.section-top__lead-message img {
  margin-bottom: 40px;
}
.section-top__lead-message p {
  font-family: Noto Sans JP;
  letter-spacing: 2px;
  line-height: 2.5;
}
.section-top__lead-message span {
  font-size: 20px;
}
.section-top__lead-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(74%, -58%);
}
/*スマホ section-top*/
@media screen and (max-width: 520px) {
  .section-top__image p {
    font-size: 29px;
    padding-top: 108px;
  }
  .section-top__image h2 {
    font-size: 2.4rem;
    margin-top: 18px;
    margin-bottom: 0px;
  }
  .section-top__image_circle1 {
    width: 30%;
    position: absolute;
    top: 32%;
    right: 11%;
  }
  .section-top__image_circle1 img, .section-top__image_circle2 img, .section-top__image_circle3 img {
    width: 100%;
  }
  .section-top__image_circle2 {
    width: 25%;
    position: absolute;
    top: 46%;
    right: 36%;
  }
  .section-top__image_circle3 {
    width: 23%;
    position: absolute;
    top: 50%;
    right: 6%;
  }
  .section-top__checklist img {
    width: 20px;
    vertical-align: -5px;
  }
  .section-top__cart {
    position: absolute;
    top: 761px;
    right: 24px;
  }
  .section-top__lead {
    margin: 80px 24px 80px;
  }
  .section-top__lead-message {
    text-align: center;
  }
  .section-top__lead-message p {
    line-height: 1.75;
  }
  .section-top__lead-image {
    width: 41%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(33%, -121%);
  }
  .section-top__lead-image img {
    width: 100%;
  }
  .section-top__checklist {
    padding: 24px 13px;
    font-family: Noto Sans JP;
    font-size: 1.2rem;
    line-height: 2.5;
    display: inline-block;
    margin: 180px auto 80px;
    outline-offset: -8px;
  }
  .section-top__cart {
    width: 29%;
    position: absolute;
    top: 92%;
    right: 3%;
  }
  .section-top__cart img {
    width: 100%;
  }
}
/*PC section-reason*/
.section-reason {
  width: 100%;
  background-image: url("assets/image/bg_yasai.png");
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 70% 85%, 50% 100%, 30% 85%, 0 85%);
  padding: 150px 0;
  margin-bottom: -87px;
  position: relative;
  z-index: 2;
}
.section-reason_arrow h2 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 78px;
  text-align: center;
  color: #FFF;
}
.section-reason_arrow h2 br {
  display: none;
}
.section-reason__checklist img {
  margin-right: 15px;
  vertical-align: -10px;
}
.section-reason__checklist {
  text-align: left;
  font-size: 22px;
  font-family: Noto Sans JP;
  font-weight: 400;
  color: #FFF;
  line-height: 2.5;
  display: inline-block;
}
/*スマホ section-reason*/
@media screen and (max-width: 520px) {
  .section-reason {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 87% 85%, 50% 96%, 13% 85%, 0 85%);
    padding: 80px 0px 150px;
  }
  .section-reason_arrow {
    padding: 0 24px;
    text-align: center;
  }
  .section-reason_arrow h2 {
    font-size: 26px;
    padding-bottom: 67px;
    line-height: 1.5;
  }
  .section-reason_arrow h2 br {
    display: block;
  }
  .section-reason__checklist {
    font-size: 18px;
  }
  .section-reason__checklist img {
    width: 25px;
    vertical-align: -5px;
  }
}
/*PC section-answer*/
.section-answer {
  position: relative;
  width: 100%;
  /*height: 1000px;*/
  background-color: #FFF;
  padding-top: 150px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  /* border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;*/
}
.section-answer:after, .section-answer:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 49%;
}
.section-answer:after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 97px;
  border-bottom-width: 23px;
  border-left-width: 222px;
  border-right-width: 222px;
  margin-left: -214px;
  border-top-color: #FFF;
}
.section-answer:before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 23px;
  border-bottom-width: 23px;
  border-left-width: 49px;
  border-right-width: 49px;
  margin-left: -49px;
  margin-top: 2px;
}
.section-answer_arrow h2 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 67px;
}
.section-answer_arrow h2 br {
  display: none;
}
.section-answer_arrow span {
  font-size: 54px;
}
.section-answer_arrow ul {
  max-width: 960px;
  margin: 0 auto;
}
.section-answer_arrow ul li {
  display: flex;
  margin-bottom: 40px;
  border-bottom: solid #89331F 1px;
  padding-bottom: 40px;
}
.section-answer_arrow ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.section-answer1, .section-answer2, .section-answer3 {
  margin-right: 25px;
}
.section-answer_title h3 {
  width: 100%;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #89331F;
  margin-top: 45px;
  margin-bottom: 14px;
  text-align: left;
}
.section-answer_title p {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #707070;
  text-align: left;
  padding-left: 7px;
}
.section-arrow_message {
  margin-top: 105px;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 2.5;
  color: #89331F;
  position: relative;
  z-index: 2;
}
/*スマホ section-answer*/
@media screen and (max-width: 520px) {
  .section-answer {
    padding-top: 130px;
  }
  .section-answer:after, .section-answer:before {
    border-color: rgba(247, 221, 51, 0);
    border-top-width: 57px;
    border-bottom-width: 43px;
    border-left-width: 185px;
    border-right-width: 192px;
    margin-left: -185px;
    border-top-color: #FFF;
  }
  .section-answer_arrow h2 {
    font-size: 26px;
    line-height: 1.5;
    padding-bottom: 47px;
  }
  .section-answer_arrow span {
    font-size: 42px;
  }
  .section-answer_arrow h2 br {
    display: block;
  }
  .section-answer_arrow ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    border-bottom: solid #89331F 0px;
    padding-bottom: 0px;
  }
  .section-answer1, .section-answer2, .section-answer3 {
    margin: 0 auto;
    width: 30%;
    height: 30%;
  }
  .section-answer1 img, .section-answer2 img, .section-answer3 img {
    width: 100%;
  }
  .section-answer_title {
    padding: 0 24px;
  }
  .section-answer_title h3 {
    font-size: 16px;
    margin-top: 40px;
  }
  .section-arrow_message {
    margin-top: 65px;
  }
}
/*PC section-trial*/
.section-trial {
  margin: 209px auto 150px;
}
.section-trial h2 {
  font-size: 40px;
}
.section-trial ul {
  margin-top: 90px;
  margin-left: 140px;
}
.section-trial ul li {
  display: inline-block;
  margin-right: 104px;
}
.section-trial__begex-title, .section-trial__kutibue-title {
  background-color: #FFF;
  text-align: center;
  padding: 37px 95px;
  outline: solid 1px #707070; /* 外側の線になる一本線の枠線をひく*/
  outline-offset: -7px; /* 外側の線と内側の線の空き具合を調整*/
  margin-top: 31px;
  display: inline-block;
}
.section-trial__begex-title h3 {
  font-size: 28px;
  font-family: Noto Sans JP;
  letter-spacing: 1px;
  margin-bottom: 13px;
  font-weight: 400;
}
.section-trial__begex-title p {
  font-size: 18px;
  font-family: Noto Sans JP;
  line-height: 1.9;
}
.section-trial__begex-title span {
  font-size: 40px;
  font-family: Noto Sans JP;
  color: #B40019;
}
.section-trial__kutibue-title h3 {
  font-size: 28px;
  font-family: Noto Sans JP;
  letter-spacing: 1px;
  margin-bottom: 13px;
  font-weight: 400;
}
.section-trial__kutibue-title p {
  font-size: 18px;
  font-family: Noto Sans JP;
  line-height: 1.9;
}
.section-trial__kutibue-title span {
  font-size: 40px;
  font-family: Noto Sans JP;
  color: #B40019;
}
.btn {
  background-color: #89331F;
  display: block;
  height: 58px;
  line-height: 58px;
  position: relative;
  text-align: center;
  width: 220px;
  margin-top: -19px;
  margin-left: 123px;
  text-decoration: none;
  color: #fff;
}
.triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
/*スマホ section-trial*/
@media screen and (max-width: 520px) {
  .section-trial {
    margin: 200px auto 120px;
  }
  .section-trial h2 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
  }
  .section-trial ul {
    margin-left: inherit;
    display: flex;
    flex-direction: column;
    margin: 90px auto 0px;
  }
  .section-trial ul li {
    display: block;
    margin-right: 0px;
  }
  .section-trial ul li:first-child {
    padding-bottom: 40px;
  }
  .section-trial__begex, .section-trial__kutibue {
    display: flex;
    flex-direction: column;
  }
  .section-trial__begex-image, .section-trial__kutibue-image {
    margin: 0 auto;
    width: 80%;
  }
  .section-trial__begex-image img, .section-trial__kutibue-image img {
    width: 100%;
  }
  .section-trial__begex-title, .section-trial__kutibue-title {
    padding: 37px 0px 50px;
    max-width: 450px;
    box-sizing: border-box;
    margin: 31px 24px 0;
  }
  .btn {
    margin: -34px auto 0;
    text-decoration: none;
    color: #fff;
  }
}
/*PC section-point*/
.section-point {
  width: 100%;
  background-image: url("assets/image/bg_yasai.png");
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 70% 85%, 50% 100%, 30% 85%, 0 85%);
  padding: 150px 0;
  margin-bottom: -87px;
  position: relative;
  z-index: 2;
}
.section-point_arrow h2 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 78px;
  text-align: center;
  color: #FFF;
}
.section-point__checklist img {
  margin-right: 15px;
  vertical-align: -10px;
}
.section-point__checklist {
  text-align: left;
  font-size: 22px;
  font-family: Noto Sans JP;
  font-weight: 400;
  color: #FFF;
  line-height: 2.5;
  display: inline-block;
}
/*スマホ section-point*/
@media screen and (max-width: 520px) {
  .section-point {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 87% 85%, 50% 96%, 13% 85%, 0 85%);
    padding: 120px 0px 150px;
  }
  .section-point_arrow {
    padding: 0 24px;
    text-align: center;
  }
  .section-point_arrow h2 {
    margin: 0 auto;
    width: 87%;
    padding-bottom: 67px;
  }
  .section-point_arrow h2 img {
    width: 100%;
  }
  .section-point__checklist {
    font-size: 18px;
  }
  .section-point__checklist img {
    width: 25px;
    vertical-align: -5px;
  }
}
/*PC section-service*/
.section-service {
  position: relative;
  width: 100%;
  /*height: 1174px;*/
  background-color: #FFF;
  padding-top: 211px;
  /*padding-bottom: 150px;*/
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.section-service:after, .section-service:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 49%;
}
.section-service:after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 97px;
  border-bottom-width: 23px;
  border-left-width: 222px;
  border-right-width: 222px;
  margin-left: -214px;
  border-top-color: #FFF;
}
.section-service:before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 23px;
  border-bottom-width: 23px;
  border-left-width: 49px;
  border-right-width: 49px;
  margin-left: -49px;
  margin-top: 2px;
}
.section-service__title {
  font-family: Noto Sans JP;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
#service {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 100px;
}
#service span {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 1px;
}
.section-service_arrow ul li {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.section-service__contents01 {
  position: relative;
  margin-bottom: 120px;
}
.section-service__contents01 img {
  position: absolute;
  top: 106px;
  right: 10px;
}
.section-service__contents-title {
  font-size: 46px;
  font-weight: bold;
  color: #89331F;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.section-service__contents-title h3 {
  font-size: 24px;
  font-family: Noto Serif JP;
  margin-left: 24px;
  color: #89331F;
}
.section-service__contents-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
}
.section-service__contents-title:after {
  margin-left: .4em;
  background: #89331F;
}
.section-service__contents-title1-description {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 500;
  color: #707070;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.section-service__contents-title1-description span {
  font-size: 20px;
  color: #89331F;
}
.section-service__contents01 P {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  letter-spacing: 2px;
  line-height: 30px;
}
.section-service__contents01 span {
  font-family: Noto Sans JP;
  font-size: 20px;
  color: #89331F;
}
.section-service__contents02 {
  position: relative;
  margin-bottom: 100px;
}
.section-service__contents02-item_pc {
  display: block;
}
.section-service__contents02-item_mobile {
  display: none;
}
.section-service__contents02 P {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  letter-spacing: 2px;
  line-height: 30px;
}
.section-service__contents02 span {
  font-family: Noto Sans JP;
  font-size: 20px;
  color: #89331F;
}
.section-service__contents02-item_pc {
  position: relative;
}
.section-service__contents02-item_pc ul {
  padding: 50px 0 100px;
  display: flex;
}
.section-service__contents02-item_pc ul li:first-child {
  padding-right: 93px;
}
.section-service__contents02-item_pc ul li:nth-child(3) {
  padding-right: 93px;
}
.box01, .box02 {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}
.box01 {
  position: absolute;
  top: 216px;
  right: 455px;
  text-align: center;
}
.box02 {
  position: absolute;
  top: 216px;
  right: 40px;
  text-align: center;
}
/*スマホ section-service*/
@media screen and (max-width: 520px) {
  .section-service {
    padding: 150px 24px 0px;
    box-sizing: border-box;
  }
  .section-service:after {
    border-color: rgba(247, 221, 51, 0);
    border-top-width: 67px;
    border-bottom-width: 23px;
    border-left-width: 185px;
    border-right-width: 192px;
    margin-left: -185px;
    border-top-color: #FFF;
  }
  .section-service__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #service {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 100px;
    line-height: 1.5;
  }
  #service span {
    font-size: 38px;
  }
  .section-service__contents-title {
    font-size: 38px;
  }
  .section-service__contents-title1-description {
    line-height: 1.75;
  }
  .section-service__contents01 .section-service__contents-title1-subdescription, .section-service__contents02 .section-service__contents-title1-subdescription {
    line-height: 1.75;
  }
  .section-service__contents02-item_pc {
    display: none;
  }
  .section-service__contents02-item_mobile {
    display: block;
  }
  .section-service__contents01 img {
    width: 70%;
    position: absolute;
    top: 65%;
    left: 26%;
  }
  .section-service__contents02-item_mobile ul {
    padding: 50px 0 70px;
    display: flex;
    flex-direction: column;
  }
  .section-service__contents02-item_mobile ul li:first-child {
    margin-bottom: 30px;
  }
  .section-service__contents02-item_mobile ul li {
    margin-bottom: 50px;
  }
  .section-service__contents02-item_mobile ul li:nth-child(2),.section-service__contents02-item_mobile ul li:nth-child(3){
	  display: flex;
	}
  .section-service__contents02-item_mobile ul li .box01 {
    position: absolute;
    top: 59%;
    right: 5%;
    letter-spacing: 0px;
  }
  .box01 br {
    display: none;
  }
  .section-service__contents02-item_mobile ul li .box02 {
    position: absolute;
    top: 80%;
    right: 10%;
    letter-spacing: 0px;
  }
  .box02 p {
    line-height: 1.5;
  }
}
/*PC section-voice*/
.section-voice {
  background: url("assets/image/voice_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  width: 100%;
}
.section-voice__box {
  max-width: 960px;
  margin: 0 auto 150px;
}
.section-voice__box__title {
  font-size: 14px;
  font-family: Noto Sans JP;
  letter-spacing: 2.5px;
  margin-bottom: 30px;
}
.section-voice__box__title br {
  display: none;
}
.section-voice__box__title span {
  font-size: 20px;
  font-family: Noto Sans JP;
  color: #89331F;
  letter-spacing: 2.5px;
}
.section-voice__box h2 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 80px;
  text-align: center;
}
.section-voice__box ul li {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.section-voice__box ul li:nth-child(2) {
  flex-flow: row-reverse;
}
.section-voice__user1, .section-voice__user3 {
  background-color: #fff;
  width: 33%;
  padding: 75px 150px 75px 75px;
}
.section-voice__user2 {
  background-color: #fff;
  width: 33%;
  padding: 75px 75px 75px 120px;
}
.section-voice__user1 h3, .section-voice__user2 h3, .section-voice__user3 h3 {
  font-size: 18px;
  color: #89331F;
  letter-spacing: 2.5px;
  margin-bottom: 28.5px;
  border-bottom: solid #707070 1px; /*borderの指定*/
  padding-bottom: 18px;
  text-align: left;
  /*余白の指定*/
}
.section-voice__user1 P, .section-voice__user2 P, .section-voice__user3 P {
  font-family: Noto Sans JP;
  font-size: 14px;
  color: #707070;
  line-height: 2.5;
  text-align: left;
}
.section-voice__user-image1, .section-voice__user-image3 {
  position: absolute;
  right: 4%;
  top: 19%;
}
.section-voice__user-image2 {
  position: absolute;
  left: 4%;
  top: 19%;
}
.section-voice__user-image1-bg, .section-voice__user-image2-bg, .section-voice__user-image3-bg {
  background-color: #89331F;
  width: 436px;
  height: 263px;
  margin-top: 50px;
}
/*スマホ section-voice*/
@media screen and (max-width: 520px) {
  .section-voice {
    padding-top: 0px;
  }
  .section-voice__box {
    margin: 0 auto 80px;
  }
  .section-voice__box__title br {
    display: block;
  }
  .section-voice__box__title {
    text-align: center;
    margin-bottom: 22px;
  }
  .section-voice__box__title span {
    font-size: 14px;
  }
  .section-voice__box h2 {
    font-size: 26px;
    margin-bottom: 80px;
  }
  .section-voice__box ul {
    padding: 0 24px;
    box-sizing: border-box;
  }
  .section-voice__user-image1, .section-voice__user-image3 {
    width: 100%;
    position: absolute;
    right: 7%;
    top: -4%;
  }
  .section-voice__user-image1 img, .section-voice__user-image2 img, .section-voice__user-image3 img {
    width: 100%;
  }
  .section-voice__user-image2 {
    width: 100%;
    position: absolute;
    left: 5%;
    top: -4%;
  }
  .section-voice__user1 h3, .section-voice__user2 h3, .section-voice__user3 h3 {
    padding: 34px 0px 0px 24px;
    border-bottom: solid #707070 0px;
  }
  .section-voice__user1 p, .section-voice__user2 p, .section-voice__user3 p {
    padding: 0px 24px 24px;
    line-height: 1.75;
  }
  .section-voice__user-image1-bg, .section-voice__user-image2-bg, .section-voice__user-image3-bg {
    width: 100%;
  }
  .section-voice__user-image1-bg, .section-voice__user-image2-bg, .section-voice__user-image3-bg {
    height: 211px;
    margin-top: 0px;
  }
  .section-voice__box ul li {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-voice__box ul li:nth-child(2) {
    flex-flow: column-reverse;
  }
  .section-voice__user1, .section-voice__user2, .section-voice__user3 {
    width: 100%;
    padding: 0px;
  }
}
/*PC section-matome*/
.matome {
  margin-bottom: 150px;
  background-color: #2D4D36;
}
.matome-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.matome-inner_description {
  padding: 150px 80px 150px 0px;
}
.matome-inner_description h2 {
  font-size: 28px;
  letter-spacing: 5px;
  line-height: 2;
  text-align: left;
  color: #fff;
  margin-bottom: 70px;
}
.matome-inner_description P {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
  line-height: 2.1;
  text-align: left;
}
.matome-inner-item img {
  height: 100%;
}
.matome-inner_description_pc {
  display: block;
}
.matome-inner_description_mobile {
  display: none;
}
/*スマホ section-matome*/
@media screen and (max-width: 520px) {
  .matome-inner {
    display: flex;
  }
  .matome-inner_description {
    padding: 80px 20px 80px 24px;
  }
  .matome-inner_description h2 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .matome-inner_description p {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .matome-inner_description_pc {
    display: none;
  }
  .matome-inner_description_mobile {
    display: block;
    width: 33%;
  }
}
/*PC section-question*/
.section-question {
  position: relative;
  max-width: 1015px;
  margin: 0 auto 150px;
  background-color: #89331F;
}
.section-question__title br {
  display: none;
}
.section-question__title p {
  color: #fff;
  font-family: Noto Sans JP;
  letter-spacing: 3px;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 34px;
}
.section-question__title h2 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
}
.section-question_box {
  background-color: #fff;
  width: 1015px;
  margin: 40px auto 0 40px;
  position: relative;
  top: 44px;
}
/*スマホ section-question*/
@media screen and (max-width: 520px) {
  .section-question_box {
    width: 93%;
    margin: 0 0 0 auto;
  }
  .section-question__title br {
    display: block;
  }
  .section-question__title h2 {
    font-size: 26px;
    text-align: center;
  }
}
/*PC section-faq*/
.faq {
  padding: 80px 100px 80px 100px;
  text-align: left;
}
.faq__dt, .faq__dd {
  position: relative;
  padding: 0 0 50px 50px;
  opacity: 0.7;
}
.faq__dt::before, .faq__dd::before {
  position: absolute;
  left: 0;
  top: 0;
}
.faq__dt {
  color: #2D4D36;
  font-size: 20px;
  font-family: Noto Sans JP;
  letter-spacing: 3px;
}
.faq__dd p {
  color: #707070;
  font-size: 14px;
  font-family: Noto Sans JP;
  letter-spacing: 2.5px;
  line-height: 2rem;
}
.faq__dd span {
  color: #89331F;
  font-size: 20px;
  font-family: Noto Sans JP;
}
.faq__dt::before {
  content: 'Q';
  color: #2D4D36; /* 「Q」の文字色 */
  font-size: 36px;
  font-family: Noto Serif JP;
}
.faq__dd::before {
  content: 'A';
  color: #89331F; /* 「A」の文字色 */
  font-size: 36px;
  font-family: Noto Serif JP;
}
.faq hr {
  margin-top: 40px;
}
/*スマホ section-faq*/
@media screen and (max-width: 520px) {
  .faq {
    padding: 80px 24px 80px;
    text-align: left;
  }
  .faq__dt {
    font-size: 18px;
  }
  .faq__dt {
    line-height: 2rem;
  }
  /*.faq__dd p{
	line-height: 1.75rem;
}*/
  .faq__dd span {
    font-size: 18px;
  }
  .faq__dt::before {
    content: 'Q';
    color: #2D4D36; /* 「Q」の文字色 */
    font-size: 26px;
    font-family: Noto Serif JP;
  }
  .faq__dd::before {
    content: 'A';
    color: #89331F; /* 「A」の文字色 */
    font-size: 26px;
    font-family: Noto Serif JP;
  }
}
/*PC footer*/
.footer {
  background-color: #2D4D36;
  margin: 0 auto;
  padding: 62px 20px;
}
.footer small {
  font-family: Noto Sans JP;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}
/*スマホ footer*/
@media screen and (max-width: 520px) {
  .footer {
    text-align: center;
  }
}