@media print, screen and (min-width: 900px) {
  .pb40 {
    padding-bottom: 40px !important;
  }
}

.ff_europa {
  font-family: europa, sans-serif;
}

.customer_voice {
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 899px) {
  .customer_voice {
    margin-top: 10.1626016267vw;
  }
}
@media print, screen and (min-width: 900px) {
  .customer_voice {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 899px) {
  .customer_voice article {
    margin-top: 6.097560976vw;
  }
}
@media print, screen and (min-width: 900px) {
  .customer_voice article {
    margin-top: 60px;
  }
}
.customer_voice a {
  display: block;
  background-color: #fff;
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.15);
}
.customer_voice a:hover .more {
  transition: 0.2s ease-in-out;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.customer_voice a:hover .company_img {
  transition: 0.2s ease-in-out;
  opacity: 0.9;
}
.customer_voice_bg {
  background-color: #fff;
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 899px) {
  .company .company_content {
    padding: 3.6585365867vw;
  }
}
@media print, screen and (min-width: 900px) {
  .company {
    padding: 40px 40px 20px;
    display: flex;
    gap: 30px;
  }
}
.company .company_img {
  transition: 0.8s ease-in-out;
}
@media print, screen and (min-width: 900px) {
  .company .company_img {
    flex: 0 0 390px;
  }
}
.company .company_img img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 39/26;
}
@media only screen and (max-width: 899px) {
  .company .company_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .company h2 {
    font-size: 3.6585365867vw;
    margin-bottom: 2.845528456vw;
  }
}
@media print, screen and (min-width: 900px) {
  .company h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.company .company_theme {
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .company .company_theme {
    font-size: 3.25203252vw;
    margin-top: 2.0325203253vw;
    padding-left: 2.0325203253vw;
  }
}
@media print, screen and (min-width: 900px) {
  .company .company_theme {
    font-size: 2rem;
    margin-top: 20px;
    padding-left: 15px;
  }
}
.company .company_theme:before {
  position: absolute;
  content: "";
  background-color: #ECB464;
}
@media only screen and (max-width: 899px) {
  .company .company_theme:before {
    width: 0.8130081301vw;
    height: 3.25203252vw;
    bottom: 20%;
    left: 0px;
  }
}
@media print, screen and (min-width: 900px) {
  .company .company_theme:before {
    width: 5px;
    height: 20px;
    bottom: 22%;
    left: 0px;
  }
}
.company .more {
  font-weight: 500;
  color: #ECB464;
  position: relative;
  text-align: right;
  transition: 0.8s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .company .more {
    margin-top: 2.845528456vw;
    padding-right: 2.4390243901vw;
  }
}
@media print, screen and (min-width: 900px) {
  .company .more {
    margin-top: 30px;
    font-size: 1.4rem;
    padding-right: 16px;
  }
}
.company .more:after {
  position: absolute;
  content: "";
  transform: scaleX(0.9) rotate(45deg);
}
@media only screen and (max-width: 899px) {
  .company .more:after {
    right: 0px;
    top: 39%;
    width: 1.6260162603vw;
    height: 1.6260162603vw;
    border-top: 0.4065040651vw solid #ECB464;
    border-right: 0.4065040651vw solid #ECB464;
  }
}
@media print, screen and (min-width: 900px) {
  .company .more:after {
    right: 0px;
    top: 35%;
    width: 8.5px;
    height: 8.5px;
    border-top: 2px solid #ECB464;
    border-right: 2px solid #ECB464;
  }
}

.pagenav {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .pagenav {
    margin-top: 10.1626016267vw;
  }
}
@media print, screen and (min-width: 900px) {
  .pagenav {
    margin-top: 80px;
  }
}
.pagenav > * {
  position: relative;
  color: #0068BE;
  border: 1px solid #0068BE;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .pagenav > * {
    width: 7.7235772347vw;
    height: 7.7235772347vw;
    margin: 0 1.2195121952vw;
    line-height: 7.7235772347vw;
    font-size: 3.6585365867vw;
  }
}
@media print, screen and (min-width: 900px) {
  .pagenav > * {
    width: 38px;
    height: 38px;
    margin: 0 5px;
    line-height: 38px;
    font-size: 1.8rem;
  }
}
.pagenav > *:hover {
  background-color: #0068BE;
  color: #fff;
}
.pagenav .current {
  background-color: #0068BE;
  color: #fff;
}
.pagenav .next {
  border: none;
  margin-right: 0;
  transition: 0.2s ease-in-out;
}
.pagenav .next::after {
  position: absolute;
  content: "";
  transform: scaleX(0.9) rotate(45deg);
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .pagenav .next::after {
    left: 1.6260162603vw;
    width: 2.0325203253vw;
    height: 2.0325203253vw;
    border-top: 0.4065040651vw solid #0068BE;
    border-right: 0.4065040651vw solid #0068BE;
  }
}
@media print, screen and (min-width: 900px) {
  .pagenav .next::after {
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0068BE;
    border-right: 2px solid #0068BE;
  }
}
.pagenav .next:hover {
  opacity: 0.8;
  background-color: transparent;
}
.pagenav .prev {
  border: none;
  margin-left: 0;
  transition: 0.2s ease-in-out;
}
.pagenav .prev::before {
  position: absolute;
  content: "";
  transform: scaleX(0.9) rotate(225deg);
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .pagenav .prev::before {
    right: 1.6260162603vw;
    width: 2.0325203253vw;
    height: 2.0325203253vw;
    border-top: 0.4065040651vw solid #0068BE;
    border-right: 0.4065040651vw solid #0068BE;
  }
}
@media print, screen and (min-width: 900px) {
  .pagenav .prev::before {
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0068BE;
    border-right: 2px solid #0068BE;
  }
}
.pagenav .prev:hover {
  opacity: 0.8;
  background-color: transparent;
}

@media only screen and (max-width: 899px) {
  .faq {
    margin-top: 7.7235772347vw;
  }
}
@media print, screen and (min-width: 900px) {
  .faq {
    margin-top: 60px;
  }
}
.faq .question {
  background-color: #FAFBEB;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .faq .question {
    padding: 2.4390243901vw 2.845528456vw;
    border-top: 0.2032520325vw solid #CCCCCC;
    border-bottom: 0.2032520325vw solid #CCCCCC;
    font-size: 3.25203252vw;
    gap: 1.6260162603vw;
  }
}
@media print, screen and (min-width: 900px) {
  .faq .question {
    padding: 20px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 2rem;
    gap: 14px;
  }
}
@media only screen and (max-width: 899px) {
  .faq .question p:first-child {
    flex: 0 0 4.2682926827vw;
  }
}
.faq .question p span {
  color: #ECB464;
}
@media only screen and (max-width: 899px) {
  .faq .question p span {
    font-size: 3.6585365867vw;
  }
}
@media print, screen and (min-width: 900px) {
  .faq .question p span {
    font-size: 2.4rem;
  }
}
.faq .answer {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .faq .answer {
    margin-top: 2.845528456vw;
    flex-direction: column-reverse;
    gap: 2.0325203253vw;
  }
}
@media print, screen and (min-width: 900px) {
  .faq .answer {
    margin-top: 30px;
    gap: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .faq .answer .answer_img {
    flex: 0 0 390px;
  }
}
.faq .answer .answer_img img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 39/26;
}
@media only screen and (max-width: 899px) {
  .faq .answer .answer_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .faq .answer div p {
    margin-bottom: 2.845528456vw;
  }
}
@media print, screen and (min-width: 900px) {
  .faq .answer div p {
    margin-bottom: 16px;
  }
}
.faq .answer div p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 899px) {
  .situation {
    margin-top: 10.1626016267vw;
  }
}
@media print, screen and (min-width: 900px) {
  .situation {
    display: flex;
    gap: 30px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .situation_content {
    width: 33.3333333333%;
  }
}
.situation_content p:first-child img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 39/26;
}
@media only screen and (max-width: 899px) {
  .situation_content p:first-child img {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .situation_content p:first-child {
    margin-top: 4.0650406507vw;
  }
}
.situation_content p:last-child {
  line-height: 1.625;
}
@media only screen and (max-width: 899px) {
  .situation_content p:last-child {
    margin-top: 1.6260162603vw;
  }
}
@media print, screen and (min-width: 900px) {
  .situation_content p:last-child {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 899px) {
  .list_back {
    margin-top: 10.1626016267vw;
  }
}
@media print, screen and (min-width: 900px) {
  .list_back {
    margin-top: 80px;
  }
}
.list_back .back {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: auto;
  text-align: center;
  color: #0068BE;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .list_back .back {
    width: 48.7804878133vw;
    height: 10.1626016267vw;
    border: 0.2032520325vw solid #0068BE;
  }
}
@media print, screen and (min-width: 900px) {
  .list_back .back {
    width: 300px;
    height: 50px;
    border: 1px solid #0068BE;
  }
}
.list_back .back::before {
  position: absolute;
  content: "";
  transform: scaleX(0.9) rotate(225deg);
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .list_back .back::before {
    left: 4.0650406507vw;
    width: 2.0325203253vw;
    height: 2.0325203253vw;
    border-top: 0.4065040651vw solid #0068BE;
    border-right: 0.4065040651vw solid #0068BE;
  }
}
@media print, screen and (min-width: 900px) {
  .list_back .back::before {
    left: 28px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0068BE;
    border-right: 2px solid #0068BE;
  }
}
.list_back .back:hover {
  background-color: #0068BE;
  color: #fff;
  transition: 0.2s ease-in-out;
}
.list_back .back:hover::before {
  position: absolute;
  content: "";
  transform: scaleX(0.9) rotate(225deg);
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .list_back .back:hover::before {
    left: 4.0650406507vw;
    width: 2.0325203253vw;
    height: 2.0325203253vw;
    border-top: 0.4065040651vw solid #fff;
    border-right: 0.4065040651vw solid #fff;
  }
}
@media print, screen and (min-width: 900px) {
  .list_back .back:hover::before {
    left: 28px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}/*# sourceMappingURL=index.css.map */