@charset "UTF-8";
/* =====================
  _container
===================== */

@media print, screen and (max-width: 767px) {
  .rec-Container_Main .sp-Container_Inner {
    padding: 0 2.5%;
  }
}

.rec-H1Title {
  color: #fff;
  line-height: 1;
}

.rec-H1Title-en {
  display: block;
  font-size: 4rem;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .rec-H1Title-en {
    font-size: 8.2rem;
    margin-bottom: 0;
  }
}

.rec-H1Title-jp {
  font-weight: 500;
  display: block;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .rec-H1Title-jp {
    font-size: 2.8rem;
  }
}

.rec-H2Title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 70px;
}

/* =====================
  hero
===================== */

@media print, screen and (max-width: 767px) {
  .rec-Hero {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .rec-Hero img {
    position: relative;
    z-index: -1;
  }
}

.rec-Hero_Title {
  color: #fff;
  text-align: center;
}

.rec-Hero_Title_Wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.rec-Hero_Title_Wrap {
  position: absolute;
  z-index: 1;
}

/* =====================
  Contents
===================== */

.rec-Requirements {
  margin-bottom: 120px;
}

.rec-Benefits_Wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.rec-Benefits_Title_Wrap {
  width: 30%;
  background: #fff;
  border-bottom: 1px solid #7E7E7E;
  border-right: 1px solid #7E7E7E;
  display: flex;
  padding: 10px;
}

@media print, screen and (min-width: 768px) {
  .rec-Benefits_Title_Wrap {
    border-right: none;
    width: 20%;
    padding: 30px 0;
    height: 140px;
  }
}

.rec-Benefits_Title {
  align-items: center;
  display: flex;
  font-size: 1rem;
  color: #215AA7;
  font-weight: bold;
}

.rec-Benefits_Title img {
  margin: 0 10px 0 0;
  width: 32.5px;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .rec-Benefits_Title {
    font-size: 2rem;
  }
  .rec-Benefits_Title img {
    margin: 0 20px 0 15px;
    width: 65px;
  }
}

.rec-Benefits_Contents_Wrap {
  display: flex;
  align-items: center;
  width: 70%;
  border-bottom: 1px solid #7E7E7E;
  position: relative;
  padding: 10px 10px 10px 0;
}

.rec-Benefits_Contents_Wrap:nth-of-type(2n+1) {
  background: #F7F7F7;
}

@media print, screen and (min-width: 768px) {
  .rec-Benefits_Contents_Wrap {
    width: 80%;
    padding-right: 15px;
  }
  .rec-Benefits_Contents_Wrap::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 0 70px 50px;
    border-color: transparent transparent transparent #7E7E7E;
    position: absolute;
    left: 1px;
    top: 0;
  }
  .rec-Benefits_Contents_Wrap::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 0 70px 50px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.rec-Benefits_Contents {
  padding-left: 10px;
  line-height: 1.6;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
  .rec-Benefits_Contents {
    padding-left: 65px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .rec-Benefits_Contents-holiday {
    display: flex;
    flex-wrap: wrap;
  }
  .rec-Benefits_Contents-holiday span {
    width: 4.5em;
  }
  .rec-Benefits_Contents-holiday p {
    width: calc(100% - 4.5em);
  }
}

#rec-Faq {
  border-top: #7E7E7E 1px solid;
}

#rec-Faq dt {
  font-weight: bold;
  display: block;
  border-bottom: #7E7E7E 1px solid;
  cursor: pointer;
  padding: 20px 35px 20px 10px;
  counter-increment: number 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #rec-Faq dt {
    padding: 50px 20px;
  }
}

#rec-Faq dt::before, #rec-Faq dt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  border-top: 1px solid #485051;
}

@media print, screen and (min-width: 768px) {
  #rec-Faq dt::before {
    right: 20px;
  }
}

#rec-Faq dt:after {
  right: 17px;
  height: 15px;
  transform: rotate(90deg);
}

@media print, screen and (min-width: 768px) {
  #rec-Faq dt:after {
    right: 27px;
  }
}

#rec-Faq dt p {
  position: relative;
  padding-left: 2.5em;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  #rec-Faq dt p {
    font-size: 1.5rem;
  }
}

#rec-Faq dt p:before {
  counter-increment: number 1;
  content: "Q" counter(number);
  font-family: "Lato", sans-serif;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.5em;
}

#rec-Faq dt.active {
  background: #6C8FC4;
  color: #fff;
}

#rec-Faq dt.active::after {
  display: none;
}

#rec-Faq dt.active:before {
  border-color: #fff;
}

#rec-Faq dd {
  border-bottom: #7E7E7E 1px solid;
  display: none;
  padding: 20px 10px;
}

@media print, screen and (min-width: 768px) {
  #rec-Faq dd {
    padding: 50px 20px;
  }
}

#rec-Faq dd p {
  position: relative;
  padding-left: 2.5em;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  #rec-Faq dd p {
    font-size: 1.5rem;
  }
}

#rec-Faq dd p:before {
  content: "A.";
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.5em;
}
