/* media query */
.whiteBg.mainArea {
  background: url(../../../about/message/images/bg.svg) repeat-y center top/100% auto #fff;
  border-radius: 0 0 250px 250px !important;
  padding-top: 70px;
}
@media all and (max-width: 1700px) {
  .whiteBg.mainArea {
    padding-top: 50px;
    border-radius: 0 0 200px 200px !important;
  }
}
@media screen and (max-width: pc_s) {
  .whiteBg.mainArea {
    padding-top: 50px;
    border-radius: 0 0 200px 200px !important;
  }
}
@media screen and (max-width: 960px) {
  .whiteBg.mainArea {
    padding-top: 30px;
    border-radius: 0 0 100px 100px !important;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.mainArea {
    padding-top: 20px;
    border-radius: 0 0 50px 50px !important;
  }
}
.whiteBg.mainArea .titleArea {
  max-width: 1700px;
  padding-bottom: 50px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1200px) {
  .whiteBg.mainArea .titleArea {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.mainArea .titleArea {
    padding-bottom: 20px;
  }
}
.whiteBg.mainArea .titleArea > section {
  max-width: 1450px;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
  /*mix-blend-mode: darken;*/
}
@media all and (max-width: 1200px) {
  .whiteBg.mainArea .titleArea > section {
    padding-top: 0;
  }
}
.whiteBg.mainArea .titleArea > section .illustSub {
  background-color: #fff;
  width: 45%;
  position: absolute;
  left: 0;
  bottom: -20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .whiteBg.mainArea .titleArea > section .illustSub {
    width: 60%;
  }
}
.whiteBg.mainArea .titleArea > section .illustSub .illust02 {
  width: 48%;
}
.whiteBg.mainArea .titleArea > section .illustSub .illust01 {
  width: 43%;
}
.whiteBg.mainArea .titleArea > section .illust03 {
  display: table;
  width: auto;
  margin: 0 0 0 auto;
}
.whiteBg.mainArea .titleArea > section .illust03 .fukidashi {
  max-width: 1150px;
  padding: 50px;
  border-radius: 100px;
  background-color: #FFFF78;
  margin: 0 auto 40px 0;
  position: relative;
}
@media all and (max-width: 1367px) {
  .whiteBg.mainArea .titleArea > section .illust03 .fukidashi {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.mainArea .titleArea > section .illust03 .fukidashi {
    border-radius: 20px;
    padding: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.whiteBg.mainArea .titleArea > section .illust03 .fukidashi::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 55%;
  bottom: -88px;
  border-left: 90px solid transparent;
  border-top: 45px solid #FFFF78;
  border-bottom: 45px solid transparent;
}
@media screen and (max-width: 960px) {
  .whiteBg.mainArea .titleArea > section .illust03 .fukidashi::after {
    bottom: -58px;
    border-left: 60px solid transparent;
    border-top: 30px solid #FFFF78;
    border-bottom: 30px solid transparent;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.mainArea .titleArea > section .illust03 .fukidashi::after {
    bottom: -38px;
    border-left: 40px solid transparent;
    border-top: 20px solid #FFFF78;
    border-bottom: 20px solid transparent;
  }
}
.whiteBg.mainArea .titleArea > section .illust03 .fukidashi p {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 2px;
}
@media all and (max-width: 1367px) {
  .whiteBg.mainArea .titleArea > section .illust03 .fukidashi p {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 160%;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.mainArea .titleArea > section .illust03 .fukidashi p {
    font-size: 1.6rem;
    line-height: 140%;
  }
}
.whiteBg.mainArea .titleArea > section .illust03 .illust {
  width: 20%;
  margin: 0 80px 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 668px) {
  .whiteBg.mainArea .titleArea > section .illust03 .illust {
    margin-right: 40px;
  }
}
.whiteBg.mainArea .titleArea > p.copyEn {
  position: absolute;
  width: 17px;
  top: 0;
  right: -30px;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .whiteBg.mainArea .titleArea > p.copyEn {
    width: 12px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.mainArea .titleArea > p.copyEn {
    right: -10px;
  }
}
.whiteBg.mainArea .voice {
  max-width: 1400px;
  margin: 0 auto 100px;
  padding: 1px 60px 0 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .whiteBg.mainArea .voice {
    margin-bottom: 50px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.mainArea .voice {
    padding-right: 10px;
  }
}
.whiteBg.mainArea .voice .flag {
  width: 19%;
  min-width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.whiteBg.mainArea .voice .main {
  width: calc(100% - 30px);
  margin: 30px 0 0 auto;
  /*background-color: #d7d7d7;*/
  background-color: #FAD6E4;
  position: relative;
  padding: 120px 0;
}
@media all and (max-width: 1200px) {
  .whiteBg.mainArea .voice .main {
    padding: 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .whiteBg.mainArea .voice .main {
    width: calc(100% - 10px);
    margin: 10px 0 0 auto;
  }
}
.whiteBg.mainArea .voice .main::before, .whiteBg.mainArea .voice .main::after {
  position: absolute;
  content: "";
  display: block;
  transition: 0.3s;
  /*background-color: $m_yellow_color;*/
  background-color: #E73278;
}
.whiteBg.mainArea .voice .main::before {
  top: 23px;
  right: -46px;
  width: 46px;
  height: 100%;
  transform: skewY(45deg);
}
@media screen and (max-width: 960px) {
  .whiteBg.mainArea .voice .main::before {
    top: 15px;
    right: -30px;
    width: 30px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.mainArea .voice .main::before {
    top: 5px;
    right: -10px;
    width: 10px;
  }
}
.whiteBg.mainArea .voice .main::after {
  left: 23px;
  bottom: -46px;
  width: 100%;
  height: 46px;
  transform: skewX(45deg);
}
@media screen and (max-width: 960px) {
  .whiteBg.mainArea .voice .main::after {
    left: 15px;
    bottom: -30px;
    height: 30px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.mainArea .voice .main::after {
    left: 5px;
    bottom: -10px;
    height: 10px;
  }
}
.whiteBg.mainArea .voice .main > section {
  width: calc(100% - 200px);
  margin: 0 auto;
  background: url(../images/bg_note.gif) repeat top left/1px auto;
}
@media all and (max-width: 1200px) {
  .whiteBg.mainArea .voice .main > section {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 960px) {
  .whiteBg.mainArea .voice .main > section {
    width: calc(100% - 60px);
    background-size: auto 50px;
  }
}
.whiteBg.mainArea .voice .main > section > h3 {
  font-size: 3.6rem;
  line-height: 84px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .whiteBg.mainArea .voice .main > section > h3 {
    font-size: 2.7rem;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.whiteBg.mainArea .voice .main > section .fusen {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.whiteBg.mainArea .voice .main > section .fusen > div {
  width: calc(50% - 20px);
  padding: 50px;
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  /*&:hover{
      transform: scale(1.03);
      box-shadow: 40px 40px 10px 0px rgba(0, 0, 0, 0.3);

      @include media(tablet) {
          box-shadow: 20px 20px 10px 0px rgba(0, 0, 0, 0.3);
      }
  }*/
}
.whiteBg.mainArea .voice .main > section .fusen > div.ora {
  border: 3px solid #ff331a;
}
.whiteBg.mainArea .voice .main > section .fusen > div.blu {
  border: 3px solid #324dff;
}
.whiteBg.mainArea .voice .main > section .fusen > div.lim {
  border: 3px solid #458118;
}
.whiteBg.mainArea .voice .main > section .fusen > div.red {
  border: 3px solid #e6003d;
}
.whiteBg.mainArea .voice .main > section .fusen > div.pin {
  border: 3px solid #d100b5;
}
.whiteBg.mainArea .voice .main > section .fusen > div.pur {
  border: 3px solid #C113F1;
}
.whiteBg.mainArea .voice .main > section .fusen > div.min {
  border: 3px solid #00807b;
}
.whiteBg.mainArea .voice .main > section .fusen > div.lem {
  border: 3px solid #ad5c01;
}
.whiteBg.mainArea .voice .main > section .fusen > div:nth-child(2n+1) {
  margin-bottom: 40px;
}
.whiteBg.mainArea .voice .main > section .fusen > div:nth-child(2n) {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .whiteBg.mainArea .voice .main > section .fusen > div {
    width: calc(50% - 10px);
    padding: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .whiteBg.mainArea .voice .main > section .fusen > div {
    padding: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .whiteBg.mainArea .voice .main > section .fusen > div {
    width: 100%;
  }
  .whiteBg.mainArea .voice .main > section .fusen > div:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .whiteBg.mainArea .voice .main > section .fusen > div:nth-child(2n+1) {
    margin-bottom: 30px;
  }
}
.whiteBg.mainArea .voice .main > section .fusen > div .cate {
  font-size: 1.3rem;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  line-height: 100%;
  margin-bottom: 10px;
  padding: 5px 10px 6px;
}
.whiteBg.mainArea .voice .main > section .fusen > div .cate.ora {
  background-color: #ff331a;
}
.whiteBg.mainArea .voice .main > section .fusen > div .cate.blu {
  background-color: #324dff;
}
.whiteBg.mainArea .voice .main > section .fusen > div .cate.lim {
  background-color: #458118;
}
.whiteBg.mainArea .voice .main > section .fusen > div .cate.red {
  background-color: #e6003d;
}
.whiteBg.mainArea .voice .main > section .fusen > div .cate.pin {
  background-color: #d100b5;
}
.whiteBg.mainArea .voice .main > section .fusen > div .cate.pur {
  background-color: #C113F1;
}
.whiteBg.mainArea .voice .main > section .fusen > div .cate.min {
  background-color: #00807b;
}
.whiteBg.mainArea .voice .main > section .fusen > div .cate.lem {
  background-color: #ad5c01;
}
.whiteBg.mainArea .voice .main > section .fusen > div ul {
  display: block;
  margin-left: 20px;
}
.whiteBg.mainArea .voice .main > section .fusen > div ul li {
  list-style: disc;
}
.whiteBg.mainArea .voice .main > section .fusen > div ul li {
  font-size: 1.7rem;
  line-height: 160%;
}
.whiteBg.mainArea .voice .main > section .fusen > div ul li:not(:last-child) {
  margin-bottom: 15px;
}
.whiteBg.mainArea .voice .main > section .endTxt {
  margin-top: 50px;
}
.whiteBg.soudanArea > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .whiteBg.soudanArea > div {
    flex-flow: column-reverse;
  }
}
.whiteBg.soudanArea > div .text {
  width: calc(100% - 540px);
}
@media all and (max-width: 1200px) {
  .whiteBg.soudanArea > div .text {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 960px) {
  .whiteBg.soudanArea > div .text {
    width: 100%;
  }
}
.whiteBg.soudanArea > div .text p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .whiteBg.soudanArea > div .text p:not(:last-child) {
    font-size: 1.8rem;
  }
}
.whiteBg.soudanArea > div .illust {
  width: 500px;
}
@media all and (max-width: 1200px) {
  .whiteBg.soudanArea > div .illust {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .whiteBg.soudanArea > div .illust {
    max-width: 500px;
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
}/*# sourceMappingURL=index.css.map */