/* ------------------------------------------------------------
// Contact
------------------------------------------------------------ */
.content-ttl-img {
  position: relative;
  height: 380px;
  background: url(../images/service/content-ttl-img.png) no-repeat bottom center/cover;
}
@media print, screen and (max-width: 767px) {
  .content-ttl-img {
    height: 280px;
  }
}

.page-ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.page-ttl h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 500;
  color: #f49e4c;
  line-height: 1;
  text-shadow: 0 0 3px rgb(255, 255, 255), 0 0 6px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.9);
}
.page-ttl .txt {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 2px;
}
@media print, screen and (max-width: 767px) {
  .page-ttl h2 {
    font-size: 40px;
  }
}

.content-top-txt {
  margin: 60px 40px;
}

.over-view-box {
  display: flex;
  gap: 60px;
}
.over-view-box .box {
  width: calc(50% - 30px);
}
@media print, screen and (max-width: 991px) {
  .over-view-box {
    flex-direction: column;
    gap: 5px;
  }
  .over-view-box .box {
    width: 100%;
  }
}

.osusume-wrap {
  margin-top: 60px;
  padding: 40px 0 60px;
  border: 2px solid #eeeeee;
  border-radius: 20px;
}
.osusume-wrap .osusume-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #e9702e;
  text-align: center;
  margin-bottom: 20px;
}
.osusume-wrap .osusume-box {
  display: flex;
  gap: 10px;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  background: #fff6f0;
  border-radius: 10px;
}
.osusume-wrap .osusume-box .box {
  font-weight: 500;
  text-align: center;
  width: calc((100% - 20px) / 3);
  padding: 60px 30px;
  background: #ffffff;
  border-radius: 10px;
}
@media print, screen and (max-width: 991px) {
  .osusume-wrap {
    padding: 40px 60px 60px;
  }
  .osusume-wrap .osusume-box {
    flex-direction: column;
  }
  .osusume-wrap .osusume-box .box {
    width: 100%;
    padding: 40px 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .osusume-wrap {
    padding: 40px 20px;
  }
  .osusume-wrap .osusume-ttl {
    font-size: 18px;
  }
  .osusume-wrap .osusume-box {
    width: 96%;
  }
}

.target-box {
  position: relative;
  margin: 60px auto 0;
  width: 90%;
  padding: 40px;
  background: #ffffff;
  border: 5px solid #f49e4c;
  border-radius: 12px;
}
.target-box .target-ttl {
  overflow: hidden;
  position: absolute;
  top: -0.5em;
  left: 1em;
  display: inline-block;
  font-size: 24px;
  color: #e9702e;
  line-height: 1;
  width: auto;
  max-width: calc(100% - 2em);
  padding: 0 0.5em;
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  .target-box {
    padding: 40px 20px 30px;
  }
  .target-box .target-ttl {
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    text-align: center;
    width: 200px;
  }
}

.service-ttl {
  position: relative;
  padding: 0 0 5px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #323232;
  font-weight: 500;
  font-size: 26px;
}
.service-ttl:before, .service-ttl:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: "";
}
.service-ttl:before {
  border-bottom: 2px solid #f49e4c;
}
.service-ttl:after {
  border-bottom: 2px solid #eeeeee;
}
.service-ttl span {
  font-size: 18px;
  color: #d62828;
}
@media print, screen and (max-width: 767px) {
  .service-ttl {
    font-size: 20px;
  }
  .service-ttl span {
    display: block;
    font-size: 16px;
  }
}

.service-box {
  margin: 90px 0;
}

.service-table-box {
  position: relative;
  overflow-x: auto;
  margin: 0 auto;
}
.service-table-box .service-table {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  min-width: 900px;
  border: 1px solid #eeeeee;
}

.service-table-1 {
  table-layout: fixed;
  width: 100%;
}
.service-table-1 tr:first-child th {
  color: #ffffff;
  background: #f49e4c;
}
.service-table-1 tr th,
.service-table-1 tr td {
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
  width: 14.2857142857%;
  padding: 15px 10px;
  border: 1px solid #eeeeee;
}
.service-table-1 tr th {
  font-weight: 500;
  background: #fff6f0;
}
.service-table-1 tr td {
  position: relative;
  background: #ffffff;
}
@media print, screen and (max-width: 767px) {
  .service-table-1 tr th,
  .service-table-1 tr td {
    padding: 10px 5px;
  }
  .service-table-1 tr th {
    width: 120px;
  }
}
@media print, screen and (max-width: 575px) {
  .service-table-1 tr th,
  .service-table-1 tr td {
    font-size: 14px;
  }
}

.service-table-2 {
  table-layout: fixed;
  width: 100%;
}
.service-table-2 tr:first-child th {
  color: #ffffff;
  background: #f49e4c;
}
.service-table-2 tr th,
.service-table-2 tr td {
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
  width: 16.6666666667%;
  padding: 15px 10px;
  border: 1px solid #eeeeee;
}
.service-table-2 tr th {
  font-weight: 500;
  background: #fff6f0;
}
.service-table-2 tr td {
  position: relative;
  background: #ffffff;
}
@media print, screen and (max-width: 767px) {
  .service-table-2 tr th,
  .service-table-2 tr td {
    padding: 10px 5px;
  }
  .service-table-2 tr th {
    width: 120px;
  }
}
@media print, screen and (max-width: 575px) {
  .service-table-2 tr th,
  .service-table-2 tr td {
    font-size: 14px;
  }
}

.scroll-hint-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #f49e4c;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  border-radius: 5px;
  animation: pulse 1.5s infinite;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.4s;
  overflow-x: auto;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
}
.scroll-notice {
  font-size: 13px;
  color: #666666;
  padding: 6px 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.scroll-notice.visible {
  opacity: 1;
}

.service-two-box {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.service-two-box .box {
  width: calc((100% - 20px) / 2);
  padding: 40px 60px 50px;
  background: #fafafa;
  border: 1px dashed #cccccc;
  border-radius: 10px;
}
.service-two-box .box .ttl {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 15px 10px;
}
.service-two-box .box .ttl::after {
  content: "";
  background-color: #e9702e;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service-two-box .box ul li {
  list-style-type: disc;
  text-align: left;
  line-height: 1.4;
}
.service-two-box .box ul li:not(:last-child) {
  margin-bottom: 4px;
}
@media print, screen and (max-width: 767px) {
  .service-two-box {
    flex-direction: column;
  }
  .service-two-box .box {
    width: 90%;
    margin: 0 auto;
    padding: 30px 20px;
  }
  .service-two-box .box .ttl {
    font-size: 18px;
    padding: 0 15px 15px;
  }
}

.contact-box {
  display: flex;
  gap: 40px;
  margin-bottom: 90px;
  padding: 60px 40px;
  background: url(../images/service/contact-bg.png) no-repeat center center/cover;
  border: 6px solid #fff6f0;
  border-radius: 20px;
}
.contact-box .box {
  width: calc(50% - 20px);
}
.contact-box .box .ttl {
  margin-bottom: 30px;
}
.contact-box .box .ttl .jp {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}
.contact-box .box .ttl .jp::first-letter {
  color: #f49e4c;
}
.contact-box .box .txt {
  font-size: 19px;
  line-height: 2;
}
.contact-box .box .tel-box .contact-ttl,
.contact-box .box .mail-box .contact-ttl {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-box .box .tel-box .contact-ttl::after,
.contact-box .box .mail-box .contact-ttl::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #f49e4c;
}
.contact-box .box .tel-box {
  margin-bottom: 40px;
}
.contact-box .box .tel-box .tel span,
.contact-box .box .tel-box .tel a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
}
.contact-box .box .tel-box .tel span i,
.contact-box .box .tel-box .tel a i {
  font-size: 24px;
  color: #f49e4c;
  padding-bottom: 6px;
}
.contact-box .box .tel-box .tel span:hover,
.contact-box .box .tel-box .tel a:hover {
  color: #333333;
}
.contact-box .box .tel-box .tel span:hover i,
.contact-box .box .tel-box .tel a:hover i {
  color: #f49e4c;
}
.contact-box .box .tel-box .tel-time-day {
  display: inline-block;
  font-size: 15px;
  margin-top: 10px;
  padding: 6px 15px;
  background: #ffffff;
  border-radius: 10px;
}
.contact-box .box .tel-box .tel-time-day br {
  display: none;
}
.contact-box .box .mail-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 18px;
  color: #333333;
  width: 320px;
  height: 50px;
  padding: 0 0 2px 0;
  background: #ffffff;
  border: 1px solid #f49e4c;
  border-radius: 30px;
  transition: 0.3s;
}
.contact-box .box .mail-box a i {
  color: #f49e4c;
}
.contact-box .box .mail-box a:hover {
  color: #ffffff;
  background: #f49e4c;
}
.contact-box .box .mail-box a:hover i {
  color: #ffffff;
}
@media print, screen and (max-width: 991px) {
  .contact-box {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
    padding: 60px 20px;
  }
  .contact-box .box {
    width: 100%;
  }
  .contact-box .box .ttl {
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact-box .box .ttl .jp {
    font-size: 26px;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
  .contact-box .box .txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-box .box .txt br {
    display: none;
  }
  .contact-box .box .tel-box .contact-ttl,
  .contact-box .box .mail-box .contact-ttl {
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    padding: 10px 0;
    border-top: 1px solid #f49e4c;
    border-bottom: 1px solid #f49e4c;
  }
  .contact-box .box .tel-box .contact-ttl::after,
  .contact-box .box .mail-box .contact-ttl::after {
    display: none;
  }
  .contact-box .box .tel-box {
    text-align: center;
    margin-bottom: 40px;
  }
  .contact-box .box .tel-box .tel span,
  .contact-box .box .tel-box .tel a {
    justify-content: center;
    font-size: 36px;
  }
  .contact-box .box .tel-box .tel span i,
  .contact-box .box .tel-box .tel a i {
    font-size: 28px;
  }
  .contact-box .box .tel-box .tel-time-day {
    text-align: center;
  }
  .contact-box .box .tel-box .tel-time-day br {
    display: inline;
  }
  .contact-box .box .mail-box a {
    width: 300px;
    margin: 0 auto;
  }
}

.schedule-box {
  display: flex;
  gap: 60px;
}
.schedule-box .box {
  width: calc((100% - 60px) / 2);
}
.schedule-box .box .time-line-ttl {
  font-size: 22px;
  font-weight: 500;
  border: 3px solid #e9702e;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
}
.schedule-box .box .time-line-ttl::before, .schedule-box .box .time-line-ttl:after {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}
.schedule-box .box .time-line-ttl::before {
  border-color: transparent;
  border-top-color: #e9702e;
  border-right-color: #e9702e;
  border-width: 10px;
  top: 100%;
  left: 26px;
}
.schedule-box .box .time-line-ttl:after {
  border-color: transparent;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-width: 6.5px;
  top: 99%;
}
.schedule-box .box .timeline {
  width: 96%;
  max-width: 767px;
  margin: 10px auto;
}
.schedule-box .box .timeline-list {
  padding: 40px 0;
}
.schedule-box .box .timeline-list-item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
}
.schedule-box .box .timeline-list-item .date {
  font-size: 20px;
  width: 18%;
  min-width: 96px;
  padding: 0 0 0 20px;
  color: #333333;
  font-weight: 700;
}
.schedule-box .box .timeline-list-item .content {
  position: relative;
  width: 82%;
  padding: 0 20px 60px 30px;
  border-left: 1px dashed #cccccc;
}
.schedule-box .box .timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #0070c0;
  border-radius: 10px;
}
.schedule-box .box .timeline-list-item .content .ttl {
  font-size: 18px;
  font-weight: 500;
  color: #e9702e;
}
.schedule-box .box .timeline-list-item .content .photo {
  margin-top: 20px;
}
.schedule-box .box .timeline-list-item .content .photo img {
  width: 100%;
  max-width: 240px;
}
@media print, screen and (max-width: 991px) {
  .schedule-box {
    flex-direction: column;
  }
  .schedule-box .box {
    width: 100%;
  }
}