@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: scroll;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.btn-center,
.btn-left,
.btn-right {
  display: flex;
  flex-direction: column;
}

.btn-center a,
.btn-left a,
.btn-right a {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 66px;
  padding: 16px 32px;
  transition: 0.3s;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  text-transform: uppercase;
}

.btn-center a:hover,
.btn-left a:hover,
.btn-right a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000000;
  border-color: #fff;
  opacity: 1;
}

.btn-center a span,
.btn-left a span,
.btn-right a span {
  display: block;
}

.btn-center {
  align-items: center;
}

.btn-left {
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .btn-left {
    align-items: center;
  }
}

.btn-right {
  align-items: flex-end;
}

@media (max-width: 767.98px) {
  .btn-right {
    align-items: center;
  }
}

/* hamburger */
@media (max-width: 767.98px) {
  .header nav.is-open {
    box-sizing: unset;
  }
}

/* contact */
@media (max-width: 767.98px) {
  .contact__item {
    box-sizing: content-box;
  }
}

@media (max-width: 767.98px) {
  .contact__item .label {
    box-sizing: content-box;
  }
}

/*======================================================================================
# faq.html
====================================================================================== */

.faq-head {
  background-color: #F3F3F3;
  padding-top: 60px;
}

.faq-head .tab-btn {
  display: none;
}

.faq-head .tab-listArea {
  display: flex;
  margin: -16px 0 0 -16px;
}

@media (max-width: 767.98px) {
  .faq-head .tab-listArea {
    margin: -8px 0 0 -8px;
  }
}

.faq-head .tab-listArea>* {
  width: 33.3333333333%;
  padding: 16px 0 0 16px;
}

@media (max-width: 767.98px) {
  .faq-head .tab-listArea>* {
    padding: 8px 0 0 8px;
  }

  .faq-head .tab-listArea>*:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .faq-head .tab-listArea>*:not(:last-child) {
    margin-bottom: 0;
  }
}

.faq-head .tab-listArea>*>* {
  width: 100%;
}

.faq-head .tab-listArea a {
  padding: 0;
}

.faq-head .tab-list {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 66px;
  transition: 0.3s;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 32px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  .faq-head .tab-list {
    padding: 4px;
    display: flex;
    align-items: center;
  }
}

.faq-head .tab-list:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000000;
  border-color: #fff;
  opacity: 1;
}

.faq-head .tab-list span {
  display: block;
}

@media (max-width: 767.98px) {
  .faq-head .tab-list span {
    font-size: 1.6rem;
  }
}

.faq-head .tab-content {
  display: none;
}

.faq-head .tab-contents {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 0 -24px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .faq-head .tab-contents {
    margin: -8px 0 0 -8px;
  }
}

.faq-head .tab-contents>* {
  width: 33.3333333333%;
  padding: 24px 0 0 24px;
}

@media (max-width: 767.98px) {
  .faq-head .tab-contents>* {
    width: 50%;
    padding: 8px 0 0 8px;
  }
}

.faq-head .tab-contents>* a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #000000;
  border-color: #000000;
  border-radius: 8px;
  font-size: 16px;
  padding: 16px 0;
  border: solid 2px #000000;
  min-height: unset;
}

@media (max-width: 767.98px) {
  .faq-head .tab-contents>* a {
    height: 100%;
    font-size: 14px;
    padding: 8px;
    min-height: 64px;
    display: flex;
    align-items: center;
  }
}

.faq-head .tab-contents>* a:hover {
  color: #fff;
  background-color: #158FCB;
  border-color: #158FCB;
  opacity: 1;
}

.faq-head input#tab-btn1:checked~.tab-listArea #tab-list1 {
  position: relative;
  color: #fff;
  background-color: #000000;
}

.faq-head input#tab-btn2:checked~.tab-listArea #tab-list2 {
  position: relative;
  color: #fff;
  background-color: #000000;
}

.faq-head input#tab-btn2:checked~.tab-listArea #tab-list2::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -18%;
  transform: translate(-50%, 18%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 17px 0 17px;
  border-color: #000000 transparent transparent transparent;
}

.faq-head input#tab-btn2:checked~.tab-container #tab-content2 {
  display: block;
  margin-top: 24px;
}

.faq-head input#tab-btn3:checked~.tab-listArea #tab-list3 {
  position: relative;
  color: #fff;
  background-color: #000000;
}

.faq-heading {
  width: 100%;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

.faq-heading span {
  display: inline-block;
}

.faq-main {
  margin-top: 64px;
}

.faq-main-list:not(:last-child) {
  margin-bottom: 40px;
}

.faq-main .accordion {
  padding: 30px 0 50px;
}

.faq-main .accordion_head::before {
  font-size: 2.5rem;
  display: inline-block;
  content: "Q";
  color: #158FCB;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 24px;
}

.faq-main .accordion_head {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 16px 64px !important;
  background-color: #F3F3F3 !important;
  font-size: 2rem;
  text-align: justify;
}

.faq-main .accordion_head::after {
  background: url(../images/common/ico_plus.svg) no-repeat center/12px 12px;
  background-color: #158FCB;
  right: 2%;
  transform: translate(-2%, -50%);
}

.faq-main .accordion_head .plus {
  position: absolute;
}

.faq-main .accordion_head .open .plus::after {
  height: 0;
}

.faq-main .accordion_head.head.open::after {
  background: url(../images/common/ico_minus.svg) no-repeat center/12px;
  background-color: #158FCB;
}

.faq-main .accordion_cont {
  padding-left: 50px;
  width: auto;
  position: relative;
  margin: 8px auto;
  padding: 16px 24px;
  background-color: #2083B4;
}

.faq-main .accordion_cont .txt {
  color: #fff;
  margin-left: 36px;
  font-size: 1.8rem;
  position: relative;
  text-align: justify;
  padding-left: 8px;
}

.faq-main .accordion_cont .txt::before {
  content: "A";
  color: #fff;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: -32px;
  font-size: 2.5rem;
  font-weight: bold;
}

.faq-main .accordion_flex {
  display: flex;
  min-height: 116px;
  align-items: center;
}

.faq-main .accordion_item:not(:last-child) {
  margin-bottom: 8px;
}

.imageArea {
  margin-bottom: 64px;
}

.faq-main .accordion_flex div>ul li {
  font-size: 1.8rem;
  color: #fff;
}

.faq-main .accordion_flex div>ol {
  list-style: disc;
  padding-left: 32px;
}

@media (max-width: 767.98px) {

  .faq-main {
    margin-top: 32px;
  }

  .faq-heading {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .faq-main .accordion_head::before {
    font-size: 2.2rem;
    left: 16px;
    top: 4%;
  }

  .faq-main .accordion_head {
    font-size: 1.8rem;
    padding: 8px 46px 8px 48px;
  }

  .faq-main .accordion_cont {
    padding: 16px;
  }

  .faq-main .accordion_cont .txt::before {
    font-size: 2.2rem;
  }

  .faq-main .accordion_cont .txt,
  .faq-main .accordion_flex ul li {
    font-size: 1.6rem;
  }

  .faq-main .accordion_flex div>ul li {
      font-size: 1.6rem;
  }
}

/* 20260421追加 */
.faq-contact-box {
  text-align: center;
  margin-top: 20px;
}

.faq-contact-btn {
    display: inline-block;
    background: #ffffff;
    color: #2083B4;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: 0.2s;
}

.faq-contact-btn:hover {
    background: #2f6fb3;
    color: #fff;
}