/* font */
body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #333333;
}

.h2-title-2 {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.h2-title-2 h2 {
  border: 2px solid #333333;
  color: #333333;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 7px 1.5rem;
  font-size: 1.2rem;
  display: inline-block;
}

.btn-wrapper {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.btn-wrapper a {
  background: #2c3e50;
  color: white;
  border: 0;
  display: inline-block;
  padding: 0.6rem 2rem;
  border: solid 3px #2c3e50;
  border-radius: 50px;
  width: 10rem;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.1rem;
}

.btn-wrapper a:hover {
  color: #2c3e50;
  background: white;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .h2-title-2 h2 {
    font-size: 0.8rem;
  }
  .btn-wrapper {
    font-family: "M PLUS Rounded 1c", sans-serif !important;
  }
  .btn-wrapper a {
    font-size: 1rem;
    letter-spacing: 2px;
    width: 12rem;
    padding: 0.9rem 2rem;
  }
}

/* qa */
#qa1 {
  margin: 10rem 0;
}

#qa1 .qa1-content {
  width: 90%;
  margin: 0 auto;
}

.dl-box .qa_item {
  margin-bottom: 2rem;
}

.dl-box .qa_item .qa_title {
  background: #f7f8f8;
  display: flex;
  align-items: center;
  padding: 0.75rem 2.5rem;
  border-radius: 10px;
  cursor: pointer;
}

.dl-box .qa_item .qa_title .arrow {
  width: 3.5rem;
  margin-right: 1rem;
  display: flex;
}

.dl-box .qa_item .qa_title p {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
}

.dl-box .qa_item .answer {
  display: flex;
  align-items: flex-start;
  padding: 2rem 4rem;
}

.dl-box .qa_item .answer .arrow {
  margin-right: 1rem;
  width: 3rem;
}

.dl-box .qa_item .answer p {
  color: #2b3c52;
  font-size: 1.1rem;
  margin-top: 0.6rem;
  line-height: 1.8;
  width: calc(100% - 4rem);
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #qa1 {
    margin: 7rem 0;
  }
  #qa1 .qa1-content {
    width: 100%;
  }
  .dl-box .qa_item .qa_title {
    padding: 0.75rem 1rem;
  }
  .dl-box .qa_item .qa_title .arrow {
    width: auto;
  }
  .dl-box .qa_item .qa_title .arrow img {
    width: 40px;
  }
  .dl-box .qa_item .qa_title p {
    font-size: 1rem;
    text-align: left;
    line-height: 1.3;
  }
  .dl-box .qa_item .answer {
    padding: 1.5rem 1rem;
  }
  .dl-box .qa_item .answer .arrow {
    width: auto;
  }
  .dl-box .qa_item .answer .arrow img {
    width: 40px;
  }
  .dl-box .qa_item .answer p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 3px;
  }
}

.footer {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  background-color: #2b3c52;
  color: #ffffff;
  padding: 4rem 0;
}

.footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .footer-container .footer-left {
  flex-basis: 35%;
}

.footer .footer-container .footer-left .firm-info {
  text-align: center;
}

.footer .footer-container .footer-left .logo-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 22rem;
  margin: 0 auto 3rem;
}

.footer .footer-container .footer-left .logo-img {
  width: 60px;
  height: 60px;
  background-color: #f7f7f7;
  border-radius: 50%;
  margin-right: 10px;
}

.footer .footer-container .footer-left .address {
  font-size: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 2px;
  font-weight: 500;
}

.footer .footer-container .footer-left ul {
  width: fit-content;
  margin: 0 auto;
}

.footer .footer-container .footer-left ul .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer .footer-container .footer-left ul .list span {
  letter-spacing: 5px;
  font-weight: 400;
}

.footer .footer-container .footer-left ul .list p {
  margin-left: 1rem;
  letter-spacing: 2px;
  font-weight: 400;
}

.footer .footer-container .footer-left ul .list.holiday {
  margin-top: 1rem;
}

.footer .footer-container .footer-right {
  flex-basis: 60%;
}

.footer .footer-container .footer-right .footer-nav {
  margin-bottom: 30px;
}

.footer .footer-container .footer-right .footer-nav .nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 45rem;
  row-gap: 0.6rem;
}

.footer .footer-container .footer-right .footer-nav .nav-list li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  padding: 5px 10px;
  display: block;
  letter-spacing: 2px;
  font-weight: 500;
}

.footer .footer-container .footer-right .footer-nav .nav-list li a:hover {
  text-decoration: underline;
}

.footer .footer-container .footer-right .contact-numbers {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 3rem;
  margin-right: 2rem;
}

.footer .footer-container .footer-right .contact-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 1.5rem 0;
}

.footer .footer-container .footer-right .contact-numbers li span,
.footer .footer-container .footer-right .contact-numbers li p {
  color: #2b3c52;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 3px;
}

.footer .footer-container .footer-right .contact-numbers li.tel-box {
  background: #ffffff;
}

.footer .footer-container .footer-right .contact-numbers li.fax-box {
  background: #f2f2f2;
}

.footer .footer-container .footer-right .copyright {
  color: white;
  text-align: left;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 3.4rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .footer .footer-container {
    flex-direction: column;
  }
  .footer .footer-container .footer-left {
    flex-basis: unset;
    width: 100%;
  }
  .footer .footer-container .footer-left .firm-info {
    text-align: center;
  }
  .footer .footer-container .footer-left .logo-area {
    flex-direction: column;
    width: 66%;
    margin: 0 auto 3rem;
  }
  .footer .footer-container .footer-left .logo-img {
    width: 60px;
    height: 60px;
    background-color: #f7f7f7;
    border-radius: 50%;
    margin-right: 10px;
  }
  .footer .footer-container .footer-left .address {
    font-size: 1rem;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    font-weight: 500;
  }
  .footer .footer-container .footer-left ul {
    width: fit-content;
    margin: 0 auto;
  }
  .footer .footer-container .footer-left ul .list span {
    letter-spacing: 5px;
    font-weight: 400;
  }
  .footer .footer-container .footer-left ul .list p {
    margin-left: 1rem;
    letter-spacing: 2px;
    font-weight: 400;
  }
  .footer .footer-container .footer-left ul .list.holiday {
    margin-top: 1rem;
  }
  .footer .footer-container .footer-right {
    flex-basis: unset;
    width: 100%;
    margin-top: 4rem;
  }
  .footer .footer-container .footer-right .footer-nav {
    margin-bottom: 30px;
  }
  .footer .footer-container .footer-right .footer-nav .nav-list {
    flex-direction: column;
  }
  .footer .footer-container .footer-right .contact-numbers {
    flex-direction: column;
    width: 90%;
    margin: 4rem auto 0;
  }
  .footer .footer-container .footer-right .contact-numbers li {
    width: 100%;
  }
  .footer .footer-container .footer-right .contact-numbers li span,
  .footer .footer-container .footer-right .contact-numbers li p {
    font-size: 1rem;
  }
  .footer .footer-container .footer-right .copyright {
    text-align: center;
  }
}

.right-bottom-icons {
  position: fixed;
  right: 0;
  bottom: 6%;
  width: 5rem;
  z-index: 100;
}

.right-bottom-icons ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.right-bottom-icons ul li {
  margin-bottom: 1rem;
}

.right-bottom-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2b3c52;
  width: 2.5rem;
  height: 2.5rem;
}

.right-bottom-icons ul li a:hover {
  opacity: 0.7;
}

.right-bottom-icons ul li a img {
  width: 1.2rem;
}

.right-bottom-icons ul li#top-icon {
  opacity: 0;
  transition: all 0.3s;
}

.right-bottom-icons ul li#top-icon.active {
  opacity: 1;
}

.breadcomb {
  position: fixed;
  left: 0;
  top: 12rem;
  z-index: 4;
  width: 5rem;
}

.breadcomb ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.breadcomb ul li.home a {
  width: 1.2rem;
}

.breadcomb ul li.home a:hover {
  opacity: .7;
}

.breadcomb ul li.arrow {
  margin-bottom: 3px;
}

.breadcomb ul li.arrow img {
  width: 0.8rem;
}

.breadcomb ul li p {
  writing-mode: vertical-rl;
  font-size: 0.9rem;
  font-family: 'M PLUS Rounded 1c';
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .right-bottom-icons ul li#contact-icon {
    display: none;
  }
  .breadcomb {
    display: none;
  }
}

.yellow-marker {
  position: relative;
}

.yellow-marker::after {
  content: '';
  background: #fff8d7;
  position: absolute;
  left: 0%;
  bottom: 25px;
  width: 0%;
  height: 30px;
  transition: all 0.5s;
  z-index: -1;
}

.yellow-marker.isActive:after {
  width: 95%;
}

#service3 .yellow-marker::after {
  bottom: 5px;
}

#service3 .yellow-marker.isActive:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #service3 .yellow-marker::after {
    content: none;
  }
}
