@charset "UTF-8";
.page-header-image {
  background-image: url(../images/service/page-mv.jpg) !important;
}

.catch {
  height: auto;
  padding: 40px 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #e6521f;
}
@media (max-width: 768px) {
  .catch {
    font-size: 18px;
    line-height: 26px;
    padding: 32px 10px;
  }
}

.intro-wrapper {
  padding: 64px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .intro-wrapper {
    padding: 32px 0;
  }
}
.intro-wrapper .box {
  gap: 40px;
  margin: 0 auto;
  width: 76%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .intro-wrapper .box {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .intro-wrapper .box .image {
    text-align: center;
    height: 280px;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .intro-wrapper .box .image img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .head .section-ttl {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .head .ttl-sub {
    font-size: 22px;
  }
}

.text-def {
  margin-bottom: 20px;
}

.bg {
  background: #e6521f;
}

.container {
  padding-top: 64px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 748px) {
  .container {
    padding-top: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.support .container {
  max-width: 840px;
  padding-bottom: 40px;
}
.support .text-def {
  margin-bottom: 32px;
  color: #fff;
}
.support .box-card {
  width: 100%;
}
.support .box {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 24px;
}
.support .box .image {
  width: 300px;
  height: 355px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .support .box .image {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 260px;
  }
}
.support .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support .box .text {
  border-radius: 0 20px 20px 0;
  background: #fff;
  padding: 32px 40px 8px 40px;
  width: calc(100% - 300px);
  position: relative;
}
@media (max-width: 1024px) {
  .support .box .text {
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 32px 24px 8px 24px;
  }
}
.support .box .text::before {
  content: "";
  width: 5px;
  display: block;
  background: #e6521f;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 758px) {
  .support .box .text::before {
    background: #ffb39b;
  }
}
.support .box .text .head {
  margin-bottom: 16px;
}
.support .box .text .ttl-sub-noline {
  font-size: 20px;
  line-height: 30px;
}
.support .box ul.check-list {
  margin-bottom: 24px;
}
.support .box ul.check-list li {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #282727;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.support .box ul.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 17.6px;
  height: 13.4px;
  background-image: url(../images/service/check-icon.png);
}
.support .box .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 24px;
  color: #282727;
}

.flow .container {
  padding-bottom: 32px;
}
.flow .head .section-ttl {
  color: #282727;
}
.flow .head .ttl-sub {
  color: #282727;
}
.flow .body .flow-top {
  display: flex;
  justify-content: start;
}
.flow .body .flow-bottom {
  display: flex;
  justify-content: end;
}
.flow .body .card {
  border: 0;
  background: transparent;
  max-width: 390px;
  margin-right: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .flow .body .card {
    margin-right: 16px;
  }
}
.flow .body .card .image {
  text-align: center;
  width: 100%;
}
.flow .body .card .text-def {
  margin-bottom: 0;
}
.flow .body .card .ttl-number {
  display: flex;
}
.flow .body .card .ttl-number .number {
  height: 24px;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 40px;
  height: 24px;
  font-weight: 700;
  line-height: 1;
  color: #e6521f;
  border-right: 1px solid #e6521f;
  padding-right: 16px;
}
@media (max-width: 1024px) {
  .flow .body .card .ttl-number .number {
    font-size: 32px;
    padding-right: 4px;
  }
}
.flow .body .card .ttl-number .ttl {
  padding-left: 16px;
  height: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #e6521f;
}
@media (max-width: 1024px) {
  .flow .body .card .ttl-number .ttl {
    font-size: 18px;
    padding-left: 4px;
  }
}
@media (max-width: 758px) {
  .flow .body .card .ttl {
    margin-bottom: 16px;
  }
}

.pr .box-card {
  justify-content: space-between;
  flex-wrap: wrap;
}
.pr .box-card .card {
  width: 32.2233333333%;
  background: transparent;
  border: 0;
}
@media (max-width: 1024px) {
  .pr .box-card .card {
    width: 100%;
  }
}
@media (max-width: 758px) {
  .pr .box-card .card .head {
    margin-bottom: 16px;
  }
}
.pr .box-card .card .head .ttl-sub {
  color: #fff;
  font-size: 20px;
}
.pr .box-card .card .head .ttl-sub::before {
  background-color: #fff;
}
.pr .box-card .card .text-def {
  color: #fff;
}

.plan .container {
  padding-bottom: 32px;
  padding-bottom: 64px;
  margin-bottom: 0;
}
@media (max-width: 748px) {
  .plan .container {
    padding-bottom: 32px;
  }
}
.plan .container .box-card {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .plan .container .box-card {
    gap: 24px;
  }
}
.plan .head .section-ttl {
  color: #282727;
}
.plan .head .ttl-sub {
  color: #282727;
}
.plan .body {
  background-image: url(../images/support/plan-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.plan .body .container {
  min-height: 262px;
  padding: 0;
  padding-bottom: 68px;
}
@media (max-width: 1024px) {
  .plan .body .container {
    min-height: auto;
    padding: 0;
    padding-bottom: 24px;
  }
}
.plan .body .plan-head {
  padding-bottom: 150px;
  padding-top: 64px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .plan .body .plan-head {
    padding-bottom: 0;
    padding-top: 32px;
  }
}
.plan .body .plan-head h3 {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .plan .body .plan-head h3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
.plan .body .plan-head h3 .plan-ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  .plan .body .plan-head h3 .plan-ttl {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
}
.plan .body .plan-head h3 .plan-ttl.color-black {
  color: #282727;
}
.plan .body .plan-head h3 .plan-ttl.color-primary {
  color: #e6521f;
}
.plan .body .bottom .bg {
  min-height: 253px;
}
@media (max-width: 1024px) {
  .plan .body .bottom .bg {
    background: transparent;
  }
}
.plan .body .item-wrapper {
  margin-bottom: 32px;
  width: 380px;
  position: relative;
}
@media (max-width: 1024px) {
  .plan .body .item-wrapper {
    width: 96%;
    margin: 0 auto;
    min-height: 356px;
  }
}
.plan .body .item {
  position: absolute;
  top: -164px;
  left: 0;
  background: transparent;
  width: 100%;
}
@media (max-width: 1024px) {
  .plan .body .item {
    top: 0;
  }
}
.plan .body .item .title {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  height: 70px;
  background: #e6521f;
  font-size: 20px;
  font-weight: 700;
}
.plan .body .item .title .number {
  font-family: futura;
}
.plan .body .item .body {
  background: #fff;
  padding: 36px 16px;
  min-height: 285px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e6521f;
  border-radius: 0 0 25px 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3803921569);
}
.plan .body .item .body ul.check-list {
  margin-bottom: 24px;
}
.plan .body .item .body ul.check-list li {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #282727;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.plan .body .item .body ul.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 17.6px;
  height: 13.4px;
  background-image: url(../images/service/check-icon.png);
}
.plan .body .item .body .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 24px;
  color: #282727;
}
.plan .body .item .image {
  text-align: center;
  width: 100%;
}
.plan .body .item .text-def {
  margin-bottom: 0;
}
.plan .body .item .ttl-number {
  display: flex;
}
.plan .body .item .ttl-number .number {
  height: 24px;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 40px;
  height: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #e6521f;
  border-right: 1px solid #e6521f;
  padding-right: 16px;
}
.plan .body .item .ttl-number .ttl {
  padding-left: 16px;
  height: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #e6521f;
}

section.cta .container {
  padding-top: 0;
  margin-bottom: 0;
}

/* 初期状態（非表示） */
.story-box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示状態 */
.story-box.is-show {
  opacity: 1;
  transform: translateY(0);
}

.message {
  background-image: url(../images/about/message@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .message {
    background-position: right;
  }
}
.message .message-box {
  background: #fff;
  padding: 64px 48px 36px 48px;
  width: 56.6%;
  max-width: 680px;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .message .message-box {
    width: 86%;
    max-width: 86%;
    padding: 32px 16px 32px 16px;
  }
}
.message .message-box .section-ttl {
  font-family: poppins, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 54px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #e6521f;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .message .message-box .section-ttl {
    font-size: 40px;
    margin-bottom: 0px;
  }
}
.message .message-box .catch {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #282727;
}
@media (max-width: 768px) {
  .message .message-box .catch {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
    padding: 0px 10px 16px 0;
  }
}
.message .message-box .text-def {
  color: #e6521f;
  font-weight: 600;
}

.company-profile {
  padding: 72px 0 0;
}
@media (max-width: 768px) {
  .company-profile {
    padding: 0 0 0;
  }
}
.company-profile .ttl-sub-noline {
  font-size: 40px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .company-profile .ttl-sub-noline {
    font-size: 26px;
    margin-bottom: 48px;
  }
}
.company-profile table {
  max-width: 995px;
  margin: 0 auto;
}/*# sourceMappingURL=page-csr.css.map */