/*============================================================================
	business-cheaderWrap
=============================================================================*/
#business_cheaderWrap {
  padding-top: clamp(82.25px, 19.5828vw, 235px);
}
#business_cheaderWrap #pageTitleBlock {
  margin-bottom: clamp(36px, 6.2505vw, 60px);
  position: relative;
}
#business_cheaderWrap #pageTitleBlock h1 {
  display: -moz-flex;
  display: flex;
}
#business_cheaderWrap #pageTitleBlock h1 .en {
  margin: auto clamp(18px, 3.1245vw, 30px) auto 0;
  color: #29588C;
  font-size: clamp(32.9px, 5.2224vw, 47px);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
#business_cheaderWrap #pageTitleBlock h1 .ttlRight {
  padding-left: clamp(18px, 3.1245vw, 30px);
  border-left: 1px solid #000000;
}
#business_cheaderWrap #pageTitleBlock h1 .ttlRight .jp {
  font-size: clamp(28px, 4.3758vw, 35px);
  font-weight: 700;
  line-height: 1.2;
}
#business_cheaderWrap #pageTitleBlock h1 .ttlRight .topRead {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
}
#business_cheaderWrap #pageTitleBlock .topReadTab {
  margin: 15px 0 0;
  font-size: 1.5rem;
  display: none;
}
@media (max-width: 1024px) {
  #business_cheaderWrap #pageTitleBlock h1 .ttlRight .topRead {
    display: none;
  }
  #business_cheaderWrap #pageTitleBlock .topReadTab {
    display: block;
  }
}
@media (max-width: 480px) {
  #business_cheaderWrap #pageTitleBlock h1 .en {
    font-size: 3rem;
  }
  #business_cheaderWrap #pageTitleBlock h1 .ttlRight {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #business_cheaderWrap #pageTitleBlock h1 .ttlRight .jp {
    margin: auto 0;
    font-size: 2rem;
    display: block;
  }
  #business_cheaderWrap #pageTitleBlock .topReadTab {
    font-size: 1.2rem;
  }
}
#business_cheaderWrap #chImage {
  background: url("../img/business/bg_main.jpg") repeat top center;
}
#business_cheaderWrap #chImage #cheaderPC {
  width: 100%;
  height: auto;
  display: block;
}
#business_cheaderWrap #chImage #cheaderSP {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 480px) {
  #business_cheaderWrap #chImage #cheaderPC {
    display: none;
  }
  #business_cheaderWrap #chImage #cheaderSP {
    display: block;
  }
}

/*============================================================================
	businessContBox
=============================================================================*/
.businessContBox {
  font-family: "Zen Old Mincho", serif;
  color: #FFFFFF;
  background: url("../img/business/bg_main.jpg") repeat top center;
}

.businessContainer {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

#businessIntroArea {
  padding: clamp(54px, 9.375vw, 90px) 0;
}
#businessIntroArea .ttl01 {
  font-size: clamp(42px, 6.3193vw, 70px);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1em 0;
  display: flex;
  align-items: flex-end;
  gap: 1em;
}
@media (max-width: 480px) {
  #businessIntroArea .ttl01 {
    font-size: 2.8rem;
  }
}
#businessIntroArea .ttl01::after {
  content: "";
  display: block;
  min-width: 1em;
  height: 1px;
  background: #FFFFFF;
  flex-grow: 1;
  margin-bottom: 0.65em;
}
#businessIntroArea .descBox01 {
  position: relative;
}
#businessIntroArea .descBox01::after {
  content: "";
  display: block;
  width: 698px;
  height: 579px;
  background: url("../img/business/intro_bg01.png") top right no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(50% - 50vw);
  bottom: clamp(-48px, -8.334vw, -80px);
  z-index: 1;
}
@media (max-width: 768px) {
  #businessIntroArea .descBox01::after {
    width: 24.2361111111vw;
    height: 20.1041666667vw;
  }
}
@media (max-width: 480px) {
  #businessIntroArea .descBox01::after {
    width: 61.8666666667vw;
    height: 51.4666666667vw;
  }
}
#businessIntroArea .descBox02 {
  position: relative;
}
#businessIntroArea .descBox02::after {
  content: "";
  display: block;
  width: 698px;
  height: 579px;
  background: url("../img/business/intro_bg01.png") top right no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: -400px;
  z-index: 1;
  transform: scale(-1, 1);
}
@media (max-width: 768px) {
  #businessIntroArea .descBox02::after {
    width: 24.2361111111vw;
    height: 20.1041666667vw;
  }
}
@media (max-width: 480px) {
  #businessIntroArea .descBox02::after {
    width: 61.8666666667vw;
    height: 51.4666666667vw;
  }
}
#businessIntroArea .ttl02 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 2em 0 0.5em 0;
  display: flex;
  align-items: flex-end;
  gap: 1em;
}
@media (max-width: 480px) {
  #businessIntroArea .ttl02 {
    font-size: 2.4rem;
  }
}
#businessIntroArea .ttl02::after {
  content: "";
  display: block;
  min-width: 1em;
  height: 1px;
  background: #FFFFFF;
  flex-grow: 1;
  margin-bottom: 0.65em;
}
#businessIntroArea .clmWrapper01 {
  margin: clamp(39px, 6.771vw, 65px) 0;
  display: flex;
  gap: 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  #businessIntroArea .clmWrapper01 {
    display: block;
  }
}
#businessIntroArea .clmWrapper01 .clmTxt {
  font-size: clamp(14px, 3.4vw, 18px);
  font-weight: 400;
  line-height: 1.8;
}
#businessIntroArea .clmWrapper01 .clmTxt p + p {
  margin-top: 1em;
}
@media (max-width: 480px) {
  #businessIntroArea .clmWrapper01 .clmTxt {
    font-size: 1.4rem;
  }
}
#businessIntroArea .clmWrapper01 picture {
  display: block;
  width: 39.5%;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  #businessIntroArea .clmWrapper01 picture {
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
#businessIntroArea .clmWrapper01.clmWrapper0101 .clmTxt {
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
#businessIntroArea .clmWrapper01.clmWrapper0101 picture {
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
#businessIntroArea .clmWrapper01.clmWrapper0102 .clmTxt {
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
#businessIntroArea .clmWrapper01.clmWrapper0102 picture {
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
#businessIntroArea .ttl03 {
  color: #BEA175;
  font-size: clamp(22.4px, 3.4992vw, 28px);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.2em 0;
}
#businessIntroArea .facilityList {
  margin: clamp(30px, 5.208vw, 50px) 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 17px 1.7%;
}
@media (max-width: 480px) {
  #businessIntroArea .facilityList {
    gap: 15px 4%;
  }
}
#businessIntroArea .facilityList > li {
  width: 32.2%;
  background: #FFFFFF;
}
@media (max-width: 480px) {
  #businessIntroArea .facilityList > li {
    width: 48%;
  }
}
#businessIntroArea .facilityList > li figure {
  margin: 0;
}
#businessIntroArea .facilityList > li .txtBox {
  color: #012B57;
  font-size: clamp(12px, 2.222vw, 16px);
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
}
#businessIntroArea .caseList {
  margin: clamp(30px, 5.208vw, 50px) 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 17px 1.7%;
}
@media (max-width: 480px) {
  #businessIntroArea .caseList {
    flex-direction: column;
    gap: 30px 0;
  }
}
#businessIntroArea .caseList > li {
  width: 32.2%;
}
@media (max-width: 480px) {
  #businessIntroArea .caseList > li {
    width: auto;
  }
}
#businessIntroArea .caseList > li figure {
  margin: 0;
}
#businessIntroArea .caseList > li figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 322/350;
}
@media (max-width: 480px) {
  #businessIntroArea .caseList > li figure img {
    aspect-ratio: 5/3;
  }
}
#businessIntroArea .caseList > li .txtBox h4 {
  font-size: clamp(12px, 2.362vw, 17px);
  line-height: 1.5;
  margin: 0.5em 0 0 0;
}
#businessIntroArea .caseList > li .txtBox .iconList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
  font-size: clamp(12px, 1.944vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0.5em 0 0 0;
}
#businessIntroArea .caseList > li .txtBox .iconList > li {
  padding: 0.1em 0.8em;
  border: 1px solid #FFFFFF;
}

.accordionBox {
  width: 100%;
}
.accordionBox .targetBtn {
  cursor: pointer;
}
.accordionBox .acdInner {
  padding: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.accordionBox.active {
  overflow-y: auto;
}

.faqListWrap {
  margin: auto;
  width: 90%;
  max-width: 1000px;
}
.faqListWrap .accordionBox {
  border-top: 1px solid #29588C;
}
.faqListWrap .accordionBox .targetBtn {
  padding: clamp(12px, 2.0835vw, 20px) 40px clamp(12px, 2.0835vw, 20px) clamp(48px, 8.334vw, 80px);
  color: #29588C;
  font-size: clamp(16px, 2.5002vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  transition: all 0.4s;
}
.faqListWrap .accordionBox .targetBtn::before {
  content: "Q.";
  color: #29588C;
  font-size: clamp(24px, 3.7494vw, 30px);
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1;
  position: absolute;
  top: clamp(10.8px, 1.875vw, 18px);
  left: 0.5em;
}
.faqListWrap .accordionBox .targetBtn .toggle {
  margin: auto;
  width: 20px;
  height: 20px;
  transition: all 0.4s;
  display: block;
  position: absolute;
  top: clamp(15px, 2.604vw, 25px);
  right: 0.5em;
}
.faqListWrap .accordionBox .targetBtn .toggle span {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.faqListWrap .accordionBox .targetBtn .toggle span::before, .faqListWrap .accordionBox .targetBtn .toggle span::after {
  content: "";
  margin: auto;
  width: 100%;
  height: 1px;
  background: #29588C;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
}
.faqListWrap .accordionBox .targetBtn .toggle span::after {
  transform: rotate(90deg);
}
.faqListWrap .accordionBox .targetBtn:hover {
  background: #F8F3EA;
}
.faqListWrap .accordionBox .acdInner .answerBox {
  padding: clamp(12px, 2.0835vw, 20px) 40px clamp(12px, 2.0835vw, 20px) clamp(48px, 8.334vw, 80px);
  background: #E9EFF5;
  position: relative;
}
.faqListWrap .accordionBox .acdInner .answerBox::before {
  content: "A.";
  color: #29588C;
  font-size: clamp(24px, 3.7494vw, 30px);
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1;
  position: absolute;
  top: clamp(15px, 2.604vw, 25px);
  left: 0.5em;
}
.faqListWrap .accordionBox .acdInner .answerBox p {
  color: #29588C;
  font-size: clamp(16px, 2.5002vw, 20px);
  font-weight: 500;
}
.faqListWrap .accordionBox.active {
  overflow-y: auto;
}
.faqListWrap .accordionBox.active .targetBtn .toggle span::before {
  transform: rotate(180deg);
}
.faqListWrap .accordionBox.active .targetBtn .toggle span::after {
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  .faqListWrap .accordionBox .targetBtn {
    padding: clamp(12px, 2.0835vw, 20px) 30px clamp(12px, 2.0835vw, 20px) 40px;
    font-size: 1.2rem;
  }
  .faqListWrap .accordionBox .targetBtn::before {
    font-size: 2rem;
    top: 10px;
  }
  .faqListWrap .accordionBox .targetBtn .toggle {
    width: 14px;
    height: 14px;
  }
  .faqListWrap .accordionBox .targetBtn .toggle span {
    width: 14px;
    height: 14px;
  }
  .faqListWrap .accordionBox .acdInner .answerBox {
    padding: clamp(12px, 2.0835vw, 20px) 30px clamp(12px, 2.0835vw, 20px) 40px;
  }
  .faqListWrap .accordionBox .acdInner .answerBox::before {
    font-size: 2rem;
    top: 10px;
  }
  .faqListWrap .accordionBox .acdInner .answerBox p {
    font-size: 1.2rem;
  }
}

/* faqArea */
#faqArea {
  margin: clamp(52.5px, 12.5004vw, 150px) auto clamp(87.5px, 20.8332vw, 250px);
}
#faqArea .readmore {
  width: 100%;
}
#faqArea .readmore .more_content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.6s grid-template-rows ease;
}
#faqArea .readmore .more_content > div {
  overflow: hidden;
}
#faqArea .readmore .moreBtn {
  margin: clamp(36px, 6.2505vw, 60px) auto 0;
}
#faqArea .readmore.open .more_content {
  grid-template-rows: 1fr;
}