@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　faq

**********************************************************************************************/
/*---------------------------------------------
taste
---------------------------------------------*/
.wrap-faq {
  background: #fbebad; }

.faq_sec {
  position: relative; }
  .faq_sec .sec_titArea {
    margin: 0 0 70px; }
    @media (max-width: 750px) {
      .faq_sec .sec_titArea {
        margin: 0 0 8vw; } }

.faqList_tit {
  margin: 0 0 2px;
  padding: 20px 30px;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 750px) {
    .faqList_tit {
      padding: 3vw 4vw; } }
  .faqList_tit::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: #ffe880;
    border-radius: 50%;
    margin: 0 12px 0 0; }
    @media (max-width: 750px) {
      .faqList_tit::before {
        width: 4vw;
        height: 4vw;
        margin: 0 1.3vw 0 0; } }
  .faqList_tit::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 41px; }
    @media (max-width: 750px) {
      .faqList_tit::after {
        border-width: 1vw 0 1vw 1.2vw;
        left: 5.5vw; } }

.faqList_a {
  padding: 20px 30px;
  margin: 0 0 2px;
  background: #fff6cc;
  display: none; }
  @media (max-width: 750px) {
    .faqList_a {
      padding: 3vw 4vw; } }
  .faqList_a b {
    color: #ea5f28;
    font-weight: 400; }

.indentList li {
  padding-left: 1em;
  text-indent: -1em; }
  .indentList li::before {
    content: "・";
    color: #ffd100; }

/*---------------------------------------------
faq
---------------------------------------------*/
.faq_sec-faq {
  padding: 100px 0 280px;
  position: relative;
  background: #fff; }
  @media (max-width: 750px) {
    .faq_sec-faq {
      padding: 10vw 0 20vw; } }

.faqNav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: 'shirokuma';
  font-size: 3.8rem;
  line-height: 1.3; }
  @media (max-width: 750px) {
    .faqNav_list {
      font-size: 5vw; } }
  .faqNav_list li {
    width: 30%;
    margin-bottom: 40px; }
    @media (max-width: 750px) {
      .faqNav_list li {
        width: 48%;
        margin-bottom: 3vw; } }
    .faqNav_list li:not(:last-child):not(:nth-child(3)) {
      margin-right: 5%; }
      @media (max-width: 750px) {
        .faqNav_list li:not(:last-child):not(:nth-child(3)) {
          margin-right: 0; } }
    @media (max-width: 750px) {
      .faqNav_list li:nth-child(even) {
        margin-left: 4%; } }
    .faqNav_list li:nth-child(1) a {
      background-image: url("../img/faq/faq_bg01.png"); }
    .faqNav_list li:nth-child(2) a {
      background-image: url("../img/faq/faq_bg02.png"); }
    .faqNav_list li:nth-child(3) a {
      background-image: url("../img/faq/faq_bg03.png"); }
    .faqNav_list li:nth-child(4) a {
      background-image: url("../img/faq/faq_bg04.png"); }
    .faqNav_list li:nth-child(5) a {
      background-image: url("../img/faq/faq_bg05.png"); }
  .faqNav_list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 297px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 750px) {
      .faqNav_list a {
        height: 43vw; } }
    .faqNav_list a::before {
      content: "";
      display: block;
      width: 27px;
      height: 48px;
      background: url("../img/faq/faq_icon.svg") no-repeat;
      background-size: contain;
      margin: 0 0 20px; }
      @media (max-width: 750px) {
        .faqNav_list a::before {
          width: 4vw;
          height: 8vw;
          margin: 0 0 3vw; } }

#sec01 {
  background: #ffe880;
  padding: 0 0 350px; }
  @media (max-width: 750px) {
    #sec01 {
      padding: 5vw 0 28vw; } }

#sec02 {
  background: #ffcec4;
  padding: 30px 0 350px; }
  @media (max-width: 750px) {
    #sec02 {
      padding: 10vw 0 28vw; } }
  #sec02 .faqList_tit::before {
    background: #ff9d8a; }
  #sec02 .faqList_a {
    background: #ffebe8; }

#sec03 {
  background: #9cdeeb;
  padding: 0 0 350px; }
  @media (max-width: 750px) {
    #sec03 {
      padding: 5vw 0 28vw; } }
  #sec03 .faqList_tit::before {
    background: #3abdd6; }
  #sec03 .faqList_a {
    background: #d8f2f7; }

#sec04 {
  background: #fbdfbb;
  padding: 30px 0 350px; }
  @media (max-width: 750px) {
    #sec04 {
      padding: 10vw 0 28vw; } }
  #sec04 .faqList_tit::before {
    background: #f8bf77; }
  #sec04 .faqList_a {
    background: #fef2e4; }

#sec05 {
  background: #fbebad; }
  @media (max-width: 750px) {
    #sec05 {
      padding: 5vw 0 15vw; } }
  #sec05 .faqList_tit::before {
    background: #fae698; }
  #sec05 .faqList_a {
    background: #fefaea; }
