@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  min-width: calc(1000px + 60px);
}

.u-sp-br {
  display: none;
}

br.sp {
  display: none;
}

.u-pc-only {
  display: inline;
}

.u-sp-only {
  display: none;
}

/* ---------- MV ---------- */
.mv {
  width: 100%;
  margin: 0 auto;
  background-color: #bcc3dc;
}

.mv__inner {
  display: flex;
  width: 100%;
  max-width: 2000px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.mv__visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 47%;
  width: 47%;
  height: 100%;
  overflow: hidden;
  background-color: #bcc3dc;
}

.mv__stage {
  position: relative;
  flex-shrink: 0;
  width: 675px;
  height: 300px;
}

.mv__bg,
.mv__image {
  display: block;
  position: absolute;
  margin: 0;
  max-width: none;
}

.mv__bg {
  top: 0;
  left: 10px;
  width: 675px;
  height: 300px;
}

.mv__image {
  top: 50%;
  left: 50%;
  width: 440px;
  height: auto;
  transform: translate(-50%, -50%);
  margin-left: 10px;
}

.mv__text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  box-sizing: border-box;
  height: 100%;
  padding: 0 clamp(24px, 4vw, 80px);
  background-color: #fff;
}

.mv__text img {
  display: block;
  width: min(489px, 100%);
  height: auto;
}

/* ---------- ABOUT ---------- */
.about {
  background-color: #e4e6f1;
  padding: 80px 0 0;
}

.about__inner {
  width: 1000px;
  margin: 0 auto;
}

.about__intro {
  text-align: center;
  margin-bottom: 24px;
}

.about__ttl {
  margin: 0 0 30px;
  font-size: 0;
  line-height: 0;
}

.about__ttl img {
  display: block;
  width: 344px;
  height: auto;
  margin: 0 auto;
}

.about__lead {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

.about__pack-ttl {
  margin: 0 0 20px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.about__pack-ttl img {
  display: block;
  width: 396px;
  height: auto;
  margin: 0 auto;
}

.about__services {
  display: flex;
  gap: 17px;
  margin: 0 0 10px;
  padding: 0;
}

.about__service {
  flex: 1;
  min-width: 0;
}

.about__service-head {
  font-size: 0;
  line-height: 0;
}

.about__service-head img {
  display: block;
  width: 100%;
  height: auto;
}

.about__service-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 160px;
  padding: 24px 12px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

.about__service-text {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.about__service-text img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.about__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #003e81;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about__link:hover {
  text-decoration: none;
}

.about__link-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #003e81;
}

.about__note {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.about__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.about__plus span {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

.about__plus span::before,
.about__plus span::after {
  content: "";
  position: absolute;
  background-color: #003e81;
}

.about__plus span::before {
  left: 21px;
  top: 0;
  width: 8px;
  height: 50px;
}

.about__plus span::after {
  left: 0;
  top: 21px;
  width: 50px;
  height: 8px;
}

.about__sensha {
  box-sizing: border-box;
  width: 100%;
  padding: 60px 60px 56px;
  background-color: #fff;
  border: 2px solid #003e81;
  margin-top: 6px;
}

.about__sensha-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 46px;
}

.about__sensha-ttl {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.about__sensha-ttl img {
  display: block;
  width: 258px;
  height: auto;
}

.about__sensha-txt {
  width: 588px;
  max-width: 100%;
}

.about__sensha-lead {
  margin: 0 0 6px;
  font-size: 0;
  line-height: 0;
}

.about__sensha-lead img {
  display: block;
  width: 353px;
  max-width: 100%;
  height: auto;
}

.about__sensha-desc {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

.about__sensha-notes {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.about__areas {
  margin-bottom: 40px;
}

.about__areas-label {
  display: block;
  width: 99px;
  margin: 0 auto 20px;
  font-size: 0;
  line-height: 0;
}

.about__areas-label img {
  display: block;
  width: 99px;
  height: auto;
}

.about__areas-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 35px;
  margin: 0;
  padding: 0;
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about__area-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #ddd;
}

.about__area-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__area-cap {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

.about__link--sensha {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}

/* ---------- PRICE ---------- */
.price {
  background-color: #e4e6f1;
}

.price__inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.price__title {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.price img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

/* ---------- BANNER CTA ---------- */
.banner {
  background-color: #e4e6f1;
  padding: 0 0 60px;
}

.banner .wrap {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 1000px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 30px 50px;
  background-color: #fff;
  border: 2px solid #003e80;
}

.banner-img {
  flex: 1;
  min-width: 0;
}

.banner-img img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-btn a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  width: 185px;
  height: 50px;
  padding: 0 12px;
  background-color: #dc0823;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s;
}

.banner-btn a:hover {
  background-color: #e3384e;
}

.banner-btn a>span {
  white-space: nowrap;
}

.banner-btn a>img {
  display: block;
  width: 13px;
  height: auto;
}

/* ---------- QA ---------- */
#qa {
  background-color: #fff;
  padding-top: 50px !important;
}

#qa .box h3 {
  font-size: 20px !important;
  letter-spacing: 0 !important;
  color: #003e81 !important;
}

#qa ul li:hover,
#qa ul li.active {
  background-color: #f6f7f9 !important;
}

#qa ul li .inner .icon {
  background-color: #e4e6f1 !important;
}
