@charset "UTF-8";
#service_new #event-c .event-c-list li a h3 {
  order: 2;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#service_new #event-c .event-c-list li a h3 span:nth-of-type(1) {
  order: 2;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}
#service_new #event-c .event-c-list li a h3 span:nth-of-type(2) {
  order: 1;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  margin: 1.5rem 0 0.5rem;
}

#service_new #event-c .thisfadeon_up {
  order: 4;
  text-align: center;
  max-width: 1070px;
  margin: 0 auto;
}
#service_new #event-c .thisfadeon_up .sentence {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.service-underpage #points ol li {
  padding: 3.5rem 3.5rem 3.5rem 5rem;
  border-bottom: 1px dotted rgba(255, 255, 0, 0.5);
}
@media screen and (max-width: 580px) {
  .service-underpage #points ol li {
    padding: 2rem 0 2rem 0;
  }
}
.service-underpage #points ol li:first-child {
  padding-top: 0;
}
.service-underpage #points ol li section {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .service-underpage #points ol li section {
    align-items: flex-start;
  }
}
.service-underpage #points ol li .txt {
  order: 2;
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .service-underpage #points ol li .txt {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-underpage #points ol li .txt h3 {
  width: 400px;
  margin-right: 3rem;
  padding-right: 2rem;
  border-right: 1px solid rgba(255, 255, 0, 0.5);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .service-underpage #points ol li .txt h3 {
    width: auto;
    margin: 0 0 1.5rem 0;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 580px) {
  .service-underpage #points ol li .txt h3 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .service-underpage #points ol li .txt h3 br {
    display: none;
  }
}
.service-underpage #points ol li .txt h3 span {
  color: #ffff00;
}
.service-underpage #points ol li .txt p {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .service-underpage #points ol li .txt p {
    font-size: 1.3rem;
  }
}
.service-underpage #points ol .point {
  order: 1;
  width: 190px;
}
@media screen and (max-width: 580px) {
  .service-underpage #points ol .point {
    width: 90px;
  }
}
.service-underpage #points ol .point .point1 {
  width: 139px;
}
@media screen and (max-width: 580px) {
  .service-underpage #points ol .point .point1 {
    width: 59px;
  }
}
.service-underpage #points ol .point .point2 {
  width: 154px;
}
@media screen and (max-width: 580px) {
  .service-underpage #points ol .point .point2 {
    width: 74px;
  }
}
.service-underpage #points ol .point .point3 {
  width: 152px;
}
@media screen and (max-width: 580px) {
  .service-underpage #points ol .point .point3 {
    width: 72px;
  }
}
.service-underpage #case ul li.case-list > article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .service-underpage #case ul li.case-list > article {
    flex-direction: column;
    align-items: stretch;
  }
}
.service-underpage #case ul li.case-list .txt .venue-info {
  order: 3;
}
.service-underpage #case ul li.case-list .txt .venue-info .venue-info-item {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.4;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .service-underpage #case ul li.case-list .txt .venue-info .venue-info-item {
    font-size: 1.3rem;
  }
}
.service-underpage #case ul li.case-list .txt .venue-info .venue-info-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.service-underpage #case ul li.case-list .txt .venue-info .venue-info-item dt {
  width: 85px;
  color: #ffff00;
}
@media screen and (max-width: 1500px) {
  .service-underpage #case ul li.case-list .txt .venue-info .venue-info-item dt {
    width: 70px;
  }
}
.service-underpage #case ul li.case-list .txt .venue-info .venue-info-item dt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #ffff00;
  margin-right: 0.5rem;
}
.service-underpage #case ul li.case-list .txt .venue-info .venue-info-item dt:after {
  content: "：";
}
.service-underpage #case ul li.case-list .txt .venue-info .venue-info-item dd {
  flex: 1;
  text-align: left;
}
.service-underpage #case ul li.case-list .txt .holder-r .venue-info .venue-info-item {
  flex-wrap: wrap;
}
.service-underpage #case ul li.case-list .txt .holder-r .venue-info .venue-info-item:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .service-underpage #case ul li.case-list .txt .holder-r .venue-info .venue-info-item:nth-of-type(1) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 580px) {
  .service-underpage #case ul li.case-list .txt .holder-r .venue-info .venue-info-item:nth-of-type(1) {
    margin-bottom: 1.5rem;
  }
}
.service-underpage #case ul li.case-list .txt .holder-r .venue-info .venue-info-item dt {
  width: 100%;
  margin-bottom: 0.5rem;
}
.service-underpage #faq .faqbox details {
  text-align: left;
  border-bottom: 1px solid #484848;
}
.service-underpage #faq .faqbox details .question-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 1rem 2rem 1.2rem;
  border-bottom: 1px dotted rgba(72, 72, 72, 0);
  cursor: pointer;
}
.service-underpage #faq .faqbox details .question-holder h3 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.service-underpage #faq .faqbox details .question-holder h3:before {
  content: "Q.";
  padding-right: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  top: 2px;
}
.service-underpage #faq .faqbox details .question-holder .ac-icon {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  display: block;
  opacity: 1;
  transition: all 0.3s;
}
.service-underpage #faq .faqbox details .answer-holder {
  max-height: 0;
  overflow: hidden;
  padding: 0 4rem 0 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #ffff00;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .service-underpage #faq .faqbox details .answer-holder {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.service-underpage #faq .faqbox details .answer-holder .box {
  display: flex;
}
.service-underpage #faq .faqbox details .answer-holder .box:before {
  content: "A.";
  padding-right: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  top: -3px;
}
.service-underpage #faq .faqbox details .answer-holder .box p a {
  color: #ffff00;
  text-decoration: underline;
  font-weight: 500;
}
.service-underpage #faq .faqbox details .answer-holder .box p .mini {
  font-size: 1.3rem;
}
.service-underpage #faq .faqbox details[open] .question-holder {
  border-bottom: 1px dotted #484848;
}
.service-underpage #faq .faqbox details[open] .question-holder h3 {
  opacity: 0.5;
}
.service-underpage #faq .faqbox details[open] .question-holder .ac-icon {
  transform-origin: center;
  transform: rotate(225deg);
  opacity: 0.5;
}/*# sourceMappingURL=service202512.css.map */