.mainVisualArea {
  height: 600px;
  background: url(/images/mv.jpeg?d7ced4ef8e62134389574a0d2db96165) no-repeat center top;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mainVisualArea {
    background: url(/images/mvSp.jpeg?fc052c4aa98f9025d92873778c67a6b2) no-repeat center top;
    background-size: cover;
    height: 235px;
  }
}

.mainVisualImage {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.bannerList {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .bannerList {
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 20px;
    width: 90%;
  }
}
.bannerList .bannerItem {
  margin: 0 15px;
}
.bannerList .bannerItem.leftItem {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .bannerList .bannerItem.leftItem {
    width: 100%;
  }
}
.bannerList .bannerItem.rightItem {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .bannerList .bannerItem.rightItem {
    width: 100%;
  }
}
.bannerList .bannerItem .bannerItemImage {
  width: 100%;
}

.voiceArea {
  height: 450px;
  background-color: #e67451;
  background-image: url(/images/voice.gif?091ace21f6a726214b0410358502b22d);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .voiceArea {
    background-size: cover;
    height: 140px;
  }
}
.voiceArea .voiceAreaH2 {
  text-align: center;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .voiceArea .voiceAreaH2 {
    padding-top: 10px;
  }
}
.voiceArea .voiceAreaH2 .voiceImageContent {
  width: auto;
}
@media screen and (max-width: 767px) {
  .voiceArea .voiceAreaH2 .voiceImageContent {
    height: auto;
    width: 90px;
  }
}

.worryArea {
  margin-top: 50px;
}
.worryArea .worryAreaH2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worryArea .worryAreaH2 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.worryArea .worryAreaH2 .worryFocusText {
  color: #0079b3;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .worryArea .worryAreaH2 .worryFocusText {
    font-size: 30px;
    display: block;
  }
}
.worryArea .worryAreaH2 .worryFocusText .worryDecorateText {
  color: #fffcdb;
  font-size: 50px;
  text-shadow: #0079b3 4px 0px, #0079b3 -4px 0px, #0079b3 0px -4px, #0079b3 0px 4px, #0079b3 4px 4px, #0079b3 -4px 4px, #0079b3 4px -4px, #0079b3 -4px -4px, #0079b3 1px 4px, #0079b3 -1px 4px, #0079b3 1px -4px, #0079b3 -1px -4px, #0079b3 4px 1px, #0079b3 -4px 1px, #0079b3 4px -1px, #0079b3 -4px -1px;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .worryArea .worryAreaH2 .worryFocusText .worryDecorateText {
    font-size: 35px;
  }
}
.worryArea .worryTypeArea {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .worryArea .worryTypeArea {
    flex-wrap: wrap;
    padding: 0 10px;
    width: 100%;
  }
}

.featureArea {
  background-color: #e47555;
  margin-top: 50px;
  padding-bottom: 50px;
}
.featureArea .featureAreaH2 {
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding: 13px 0 12px 0;
  text-align: center;
}
.featureArea .featureAreaH2 .brainBgWhite {
  font-size: 40px;
  color: #e47555;
  background: url(/images/brainBgWhite.png?53a850e662ad28df9670c1318ec91483) no-repeat 2px 4px;
  padding: 20px 29px 24px 33px;
}
@media screen and (max-width: 767px) {
  .featureArea .featureAreaH2 .brainBgWhite {
    background-size: 70px;
    display: inline-block;
    font-size: 30px;
    padding: 6px 21px 6px 23px;
  }
}
.featureArea .featureList {
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList {
    padding: 0 10px;
    width: 100%;
  }
}
.featureArea .featureList .featureItem {
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem {
    padding-left: 55px;
  }
}
.featureArea .featureList .featureItem:before {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem:before {
    width: 40px;
    height: 40px;
  }
}
.featureArea .featureList .featureItem:after {
  color: #ea5420;
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  height: 55px;
  left: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.featureArea .featureList .featureItem:nth-child(1):after {
  content: "1";
}
.featureArea .featureList .featureItem:nth-child(2):after {
  content: "2";
}
.featureArea .featureList .featureItem:nth-child(3) {
  margin-bottom: 0;
}
.featureArea .featureList .featureItem:nth-child(3):after {
  content: "3";
}
.featureArea .featureList .featureItem .featureItemH3 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 50px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem .featureItemH3 {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 43px;
  }
}
.featureArea .featureList .featureItem .featureItemDetail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem .featureItemDetail {
    flex-direction: column-reverse;
  }
}
.featureArea .featureList .featureItem .featureItemDetail .featureItemDesc {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem .featureItemDetail .featureItemDesc {
    width: 100%;
  }
}
.featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureItemText {
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureItemText {
    margin-bottom: 16px;
  }
}
.featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailButton {
  width: 180px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: #ea5420;
  font-size: 18px;
  display: block;
  border-radius: 10px;
  padding: 15px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailButton {
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
  }
}
.featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailButton:hover {
  text-decoration: underline;
}
.featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailList {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailList {
    margin-bottom: 20px;
  }
}
.featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailList .featureDetailItem {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailList .featureDetailItem {
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 28px;
  }
}
.featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailList .featureDetailItem:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 17px;
  background-color: inherit;
  background-image: url(/images/whiteCheckIcon.png?c1e3975977d90b62f3b467eb49f2fb1a);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailList .featureDetailItem:before {
    height: 12px;
    width: 18px;
  }
}
.featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailList .featureDetailItem:after {
  color: #ea5420;
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  height: 55px;
  left: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem .featureItemDetail .featureItemDesc .featureDetailList .featureDetailItem:after {
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}
.featureArea .featureList .featureItem .featureItemDetail .featureItemImageArea {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .featureArea .featureList .featureItem .featureItemDetail .featureItemImageArea {
    margin-bottom: 20px;
    width: 100%;
  }
}

.customerVoiceArea {
  padding-bottom: 50px;
}
.customerVoiceArea .customerVoiceList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .customerVoiceArea .customerVoiceList {
    align-items: baseline;
    padding: 0 10px;
    width: 100%;
  }
}
.customerVoiceArea .customerVoiceList .customerVoiceItem {
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #eee;
  min-height: 470px;
  position: relative;
  width: 23%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .customerVoiceArea .customerVoiceList .customerVoiceItem {
    min-height: auto;
    margin-right: 0;
    width: 100%;
  }
}
.customerVoiceArea .customerVoiceList .customerVoiceItem .customerVoiceDl {
  margin-top: 20px;
}
.customerVoiceArea .customerVoiceList .customerVoiceItem .customerVoiceDl .customerVoiceDt,
.customerVoiceArea .customerVoiceList .customerVoiceItem .customerVoiceDl .customerVoiceDd {
  color: #715731;
}
.customerVoiceArea .customerVoiceList .customerVoiceItem .customerVoiceDl .customerVoiceDt {
  font-size: 20px;
  margin-bottom: 8px;
}
.customerVoiceArea .customerVoiceList .customerVoiceItem .customerVoiceDl .customerVoiceDd {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .customerVoiceArea .customerVoiceList .customerVoiceItem .customerVoiceDl .customerVoiceDd {
    font-size: 16px;
  }
}
.customerVoiceArea .customerVoiceList .customerVoiceItem .customerDetailLink {
  background-color: #ea5420;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: absolute;
  padding: 10px 0 10px 40px;
  margin: 0 auto;
  width: 85%;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .customerVoiceArea .customerVoiceList .customerVoiceItem .customerDetailLink {
    bottom: 0;
    font-size: 16px;
    padding: 10px 0 10px 25px;
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
}
.customerVoiceArea .customerVoiceList .customerVoiceItem .customerDetailLink:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(/images/whiteYoutubeIcon.png?e9d3c01ac207a464369e00e886398be2);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 58px;
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .customerVoiceArea .customerVoiceList .customerVoiceItem .customerDetailLink:before {
    top: 15px;
    left: 30%;
    margin-top: 0;
    width: 20px;
    height: 20px;
  }
}
