#breadcrumbs {
  padding: 23px 0 23px 8%;
}
@media screen and (max-width: 640px) {
  #breadcrumbs {
    padding: 15px 0 15px 5%;
  }
}

.container {
  max-width: none;
}
@media screen and (max-width: 640px) {
  .container {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .articleContents {
    padding: 0 !important;
  }
}

main {
  color: #3e3A39;
}

ol li {
  list-style: none;
}

em {
  font-style: normal;
}

.info .container {
  max-width: 1160px;
}

.footer .footer-top .container {
  max-width: 1160px;
}
.footer .footer_btm .container {
  max-width: 1160px;
}

.contact-area {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .contact-area {
    padding: 0;
    margin-top: 6%;
  }
}
.contact-area__btn {
  position: absolute;
  top: 26%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 640px) {
  .contact-area__btn {
    top: 23%;
    width: 82%;
  }
}
.contact-area__tel {
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 880px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .contact-area__tel {
    top: 44%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 78%;
  }
}
.contact-area__tel__tel-btn {
  pointer-events: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 640px) {
  .contact-area__tel__tel-btn {
    pointer-events: auto;
    width: 65%;
    margin: 6% auto 0;
  }
}

.side-bnr {
  position: fixed;
  top: 250px;
  right: -10px;
}
@media screen and (max-width: 640px) {
  .side-bnr {
    display: none;
  }
}
.side-bnr__list-item {
  max-width: 190px;
}
.side-bnr__list-item:first-child {
  margin-bottom: 12px;
}

.bottom-bnr {
  display: none;
}
@media screen and (max-width: 640px) {
  .bottom-bnr {
    display: block;
    position: sticky;
    bottom: -2px;
    z-index: 10;
  }
}
.bottom-bnr__list {
  background-color: rgba(253, 243, 234, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-bnr__list-item {
  text-align: center;
  width: calc((100% - 10px) / 3);
}

.info-area {
  text-align: center;
}
.info-area__info-tit {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .info-area__info-tit {
    font-size: clamp(12px, 2.8125vw, 18px);
  }
}
.info-area__info-link {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .info-area__info-link {
    font-size: clamp(15px, 3.8vw, 24px);
  }
}
.info-area__info-link a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info-area__info-link a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .info-area__info-link a:hover {
    opacity: 1;
  }
}
.info-area.east {
  padding: 70px 0 120px;
}
@media screen and (max-width: 640px) {
  .info-area.east {
    padding: 8% 6% 10%;
  }
}
.info-area.east .info-area__info-link {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .info-area.east .info-area__info-link {
    margin-top: 8%;
  }
}
.info-area.west {
  padding: 70px 0 120px;
}
@media screen and (max-width: 640px) {
  .info-area.west {
    padding: 8% 6% 10%;
  }
}
.info-area.west .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .info-area.west .info-list {
    margin-top: 8%;
  }
}
.info-area.west .info-list .info-area__info-link {
  font-size: 34px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .info-area.west .info-list .info-area__info-link {
    font-size: clamp(15px, 3.8vw, 24px);
  }
}
.info-area.west .info-list .info-area__info-link:first-child {
  margin-right: 80px;
}
@media screen and (max-width: 640px) {
  .info-area.west .info-list .info-area__info-link:first-child {
    margin-right: 4%;
  }
}

.inner {
  text-align: center;
  max-width: 1092px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .inner {
    padding: 0 4%;
  }
}

.notes-area__sp-tit {
  display: none;
}
@media screen and (max-width: 640px) {
  .notes-area__sp-tit {
    font-size: clamp(12px, 3.7vw, 16px);
    border: 1px solid #b5b5b6;
    display: block;
    padding: 2% 0;
    margin-top: 8%;
  }
}

.notes-area {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.notes-area__txt {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .notes-area__txt {
    font-size: clamp(12px, 3.1vw, 14px);
  }
}
.notes-area__txt .under-line {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 640px) {
  .notes-area__txt.sp-scroll {
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-top: none;
    padding: 2%;
    height: 14vh;
  }
}
.notes-area__txt.sp-scroll::-webkit-scrollbar {
  width: 10px;
}
.notes-area__txt.sp-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  height: 40%;
}
.notes-area__txt.sp-scroll::-webkit-scrollbar-track {
  background: #efefef;
  margin: 0;
}
.notes-area__company {
  background: #edd990;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  border: none;
  padding: 16px 0 16px 32px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .notes-area__company {
    font-size: clamp(10px, 3.1vw, 12px);
    padding: 3%;
    margin-top: 5%;
  }
}
.notes-area__company span {
  display: block;
  text-align: left;
}
.notes-area .indent {
  line-height: 1.4 !important;
  text-indent: -3em;
  padding-left: 3em !important;
}

.accordion-area {
  background: #fff;
  border-radius: 10px;
}
.accordion-area__tit {
  position: relative;
  cursor: pointer;
  font-size: 32px;
  font-weight: bold;
  padding: 24px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 640px) {
  .accordion-area__tit {
    font-size: clamp(16px, 3.9vw, 25px);
    padding: 5% 0;
  }
}
.accordion-area__tit span {
  position: relative;
  display: inline-block;
}
.accordion-area__tit span::before, .accordion-area__tit span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100%;
  width: 32px;
  height: 3px;
}
@media screen and (max-width: 640px) {
  .accordion-area__tit span::before, .accordion-area__tit span::after {
    right: -32%;
    width: 18px;
    height: 2px;
  }
}
.accordion-area__tit span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-area__tit span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-area__tit.close span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion-area__tit.close span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion-area__box {
  display: none;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}