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

@media (max-width: 748px) {
  .page-header-image .sub-title {
    font-size: 15px;
  }
}
.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%;
    gap: 24px;
  }
}
@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;
  }
}

.color-pr {
  color: #e6521f;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.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;
  }
}

.root .bg {
  padding-bottom: 64px;
}
@media (max-width: 758px) {
  .root .bg {
    padding-bottom: 32px;
  }
}
.root .box-card {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .root .box-card {
    align-items: center;
    gap: 24px;
  }
}
.root .box-card .card {
  width: 32.2233333333%;
  background: transparent;
  border: 0;
  background: #fff;
  padding: 16px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .root .box-card .card {
    width: 70%;
  }
}
@media (max-width: 758px) {
  .root .box-card .card {
    width: 90%;
  }
}
.root .box-card .card .text .ttl-number {
  display: flex;
}
.root .box-card .card .text .ttl-number .number {
  height: 24px;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 48px;
  height: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #e6521f;
  padding-right: 16px;
}
@media (max-width: 1024px) {
  .root .box-card .card .text .ttl-number .number {
    font-size: 32px;
    padding-right: 4px;
  }
}
.root .box-card .card .text .ttl-number .ttl {
  padding-left: 16px;
  height: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #e6521f;
}
@media (max-width: 1024px) {
  .root .box-card .card .text .ttl-number .ttl {
    font-size: 18px;
    padding-left: 4px;
    height: auto;
  }
}
.root .box-card .card .text ul.check-list {
  margin-bottom: 24px;
}
.root .box-card .card .text ul.check-list li {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #282727;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.root .box-card .card .text 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);
}
.root .box-card .card .text .circle {
  position: relative;
  padding: 32px 0;
  height: 154px;
}
.root .box-card .card .text .circle::after {
  display: block;
  content: "";
  position: absolute;
  width: 154px;
  height: 154px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(232, 127, 18, 0.1);
  border-radius: 50%;
}
.root .box-card .card .text .circle .in {
  margin-bottom: 24px;
  text-align: center;
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  color: #e6521f;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .root .box-card .card .text .circle .in {
    font-size: 17px;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) {
  .root .box-card .card .image {
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .head-w .section-ttl {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
.fuan .bg {
  background: rgba(40, 39, 39, 0.5);
  padding: 64px 0 32px;
}
@media (max-width: 758px) {
  .fuan .bg {
    padding: 32px 0 16px;
  }
}
.fuan .container {
  padding-top: 0;
}
.fuan .head-w .section-ttl {
  margin-bottom: 24px;
  text-align: center;
  /* 左右に横線 */
}
.fuan .head-w .section-ttl .in {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  line-height: 1;
}
@media (max-width: 1024px) {
  .fuan .head-w .section-ttl .in {
    font-size: 24px;
    line-height: 1.2;
  }
}
.fuan .head-w .section-ttl .in::before,
.fuan .head-w .section-ttl .in::after {
  background-color: #fff; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 64px; /* 横線の長さ */
}
@media (max-width: 1024px) {
  .fuan .head-w .section-ttl .in::before,
  .fuan .head-w .section-ttl .in::after {
    width: 40px;
  }
}
.fuan .head-w .section-ttl .in::before {
  margin-right: 15px; /* 文字との余白 */
}
.fuan .head-w .section-ttl .in::after {
  margin-left: 15px; /* 文字との余白 */
}
.fuan .head-w .ttl-sub {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .fuan .head-w .ttl-sub {
    line-height: 1.5;
  }
}
.fuan .head-w .ttl-sub::before {
  display: none;
}
.fuan .box-card {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .fuan .box-card {
    flex-direction: row;
    row-gap: 20px;
  }
}
.fuan .box-card .card {
  border-radius: 20px;
  width: 23.5%;
  background: #fff;
  border: 0;
}
@media (max-width: 1024px) {
  .fuan .box-card .card {
    width: 48%;
  }
}
.fuan .box-card .card .image {
  height: 200px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .fuan .box-card .card .image {
    height: 160px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
}
.fuan .box-card .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fuan .box-card .card .text {
  height: 110px;
  color: #282727;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .fuan .box-card .card .text {
    font-size: 17px;
    line-height: 24px;
    height: 80px;
  }
}
.fuan .bottom {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding: 32px 0;
  line-height: 1.6;
}
@media (max-width: 758px) {
  .fuan .bottom {
    font-size: 26px;
  }
}

@media (max-width: 758px) {
  .support {
    padding-top: 32px;
  }
}
.support .container {
  max-width: 1200px;
  padding: 0;
}
.support .head {
  padding-top: 64px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 758px) {
  .support .head {
    padding-top: 0;
  }
}
.support .head .ttl-sub {
  color: #282727;
  font-size: 22px;
}
@media (max-width: 758px) {
  .support .head .section-ttl {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 24px;
  }
}
.support .text-def {
  margin-bottom: 32px;
  color: #fff;
}
@media (max-width: 758px) {
  .support .text-def {
    margin-bottom: 20px;
  }
}
.support .box-card {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .card {
  width: 47%;
  border: 0;
  background-color: transparent;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .support .card {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
.support .card .image {
  margin: 0 auto;
  margin-bottom: 24px;
}
.support .card .head {
  margin-bottom: 0;
}
.support .card .head .ttl-sub {
  color: #e6521f;
  margin-bottom: 16px;
}
.support .card .head .text-def {
  color: #282727;
}
.support .bg {
  background: #fff;
  padding: 36px 0 40px;
}
.support .bg .head {
  margin-bottom: 45px;
  padding-top: 20px;
}
.support .bg .head .ttl-sub-noline {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #282727;
}
.support .bg .box-card {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .support .bg .box-card {
    flex-direction: row;
  }
}
.support .bg .box-card .card {
  width: 152px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .support .bg .box-card .card {
    width: 40%;
    margin-bottom: 16px;
  }
}
.support .bg .box-card .card .image {
  margin-bottom: 12px;
}
@media (max-width: 758px) {
  .support .bg .box-card .card .image {
    margin-bottom: 8px;
  }
}
.support .bg .box-card .card .ttl-sub-noline {
  font-size: 18px;
  font-weight: 600;
  color: #282727;
  text-align: center;
}
@media (max-width: 758px) {
  .support .bg .box-card .card .ttl-sub-noline {
    font-size: 16px;
  }
}

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

.global-expansion .bg {
  padding: 32px 0 64px;
  position: relative;
}
.global-expansion .bg::before {
  content: "";
  display: block;
  background: #efbb84;
  width: 22%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.global-expansion .head .section-ttl {
  color: #fff;
}
@media (max-width: 758px) {
  .global-expansion .head .section-ttl {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}
.global-expansion .head .ttl-sub {
  color: #fff;
}
@media (max-width: 758px) {
  .global-expansion .head .ttl-sub {
    font-size: 20px;
  }
}
.global-expansion .head .ttl-sub::before {
  background: #fff;
}
.global-expansion .box {
  gap: 24px;
}
.global-expansion .box .text .text-def {
  color: #fff;
}

.plan .container {
  padding-bottom: 32px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.plan .container .box-card {
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .plan .container .box-card {
    gap: 24px;
  }
}
.plan .head .section-ttl {
  color: #282727;
  margin-bottom: 8px;
  font-size: 70px;
  line-height: 70px;
}
.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;
}
@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: 384px;
}
@media (max-width: 1024px) {
  .plan .body .bottom .bg {
    background: transparent;
  }
}
.plan .body .item-wrapper {
  margin-bottom: 32px;
  width: 500px;
  position: relative;
}
@media (max-width: 1024px) {
  .plan .body .item-wrapper {
    width: 96%;
    margin: 0 auto;
    min-height: 496px;
  }
}
.plan .body .item {
  position: absolute;
  top: -90px;
  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: 80px;
  background: #e6521f;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .plan .body .item .title {
    font-size: 18px;
  }
}
.plan .body .item .title .type {
  padding-right: 12px;
  border-right: solid #fff 2px;
  height: 60px;
  line-height: 60px;
}
.plan .body .item .title .plan-text {
  padding-left: 12px;
  height: 60px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan .body .item .title .number {
  font-family: futura-pt, sans-serif;
}
.plan .body .item .body {
  background: #fff;
  padding: 24px 22px 32px;
  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: 600;
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 24px;
  color: #282727;
  text-align: center;
}
.plan .body .item .body .desc .under-line {
  border-bottom: 2px solid #e6521f;
  margin: 0 auto;
  display: inline-block;
}
.plan .body .item .body .price {
  padding: 12px 52px;
  background: rgba(232, 127, 18, 0.5);
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .plan .body .item .body .price {
    padding: 12px 20px;
  }
}
.plan .body .item .body .price .price-text {
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.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-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-support.css.map */