@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/* PC、SPの非表示 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.6rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #333;
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

:root {
  /* ヘッダーの高さを変数として管理 */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  font-size: 10px;
}
@media (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

/* PC、SPの非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*フッター*/
footer {
  width: 100%;
  height: 200px;
  margin-top: 120px;
  background-color: #B3D3EA;
}
@media (max-width: 767px) {
  footer {
    height: 12rem;
  }
}

.support-plan-footer {
  width: 100%;
  margin-top: -120px;
  text-align: center;
}

.support-plan-copyright {
  color: #fff;
  font-size: 1.2rem;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .support-plan-copyright {
    padding-top: 6rem;
  }
}

/* ヘッダー */
#support-plan-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  height: 6rem;
  padding-inline: 2rem;
}
.support-plan-header-logo {
  width: 23rem;
  margin-right: 2rem;
}

.support-plan-title-link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.support-plan-title-link:hover {
  opacity: 0.7;
}

#support-plan-global-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#support-plan-global-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #support-plan-global-navi ul {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 6rem;
    left: 120%;
    background: -webkit-gradient(linear, left top, left bottom, from(#E9F7EB), to(#E6F5FD));
    background: linear-gradient(to bottom, #E9F7EB, #E6F5FD);
    z-index: 10000;
    padding: 7rem 2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #support-plan-global-navi ul.active {
    left: 0;
  }
}

#support-plan-global-navi a {
  text-decoration: none;
  font-size: max(1.4rem, 10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #support-plan-global-navi a {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 3rem;
  }
}

#support-plan-global-navi a:hover {
  opacity: 0.7;
}

.header__hb-btn-wrap {
  border: 0.2rem solid #106A9F;
  padding: 0.75rem;
}

.header__hb-btn {
  width: 2rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
.header__hb-btn span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #106A9F;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__hb-btn span:nth-of-type(1) {
  top: 0.2rem;
}

.header__hb-btn span:nth-of-type(2) {
  top: 0.9rem;
}

.header__hb-btn span:nth-of-type(3) {
  top: 1.6rem;
}

.header__hb-btn.active span:nth-of-type(1) {
  top: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__hb-btn.active span:nth-of-type(2) {
  display: none;
}

.header__hb-btn.active span:nth-of-type(3) {
  top: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.support-plan-fv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .support-plan-fv {
    padding-bottom: 10.8rem;
    z-index: 1;
  }
}

.support-plan-fv-text {
  position: absolute;
  top: 7.03125vw;
  left: 7.03125vw;
  color: #106A9F;
}
@media (max-width: 767px) {
  .support-plan-fv-text {
    top: 26rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 34.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
  }
}

.support-plan-fv-text01 {
  font-size: 2.03125vw;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .support-plan-fv-text01 {
    font-size: 2.2rem;
    text-align: center;
  }
}

.support-plan-fv-text02 {
  font-size: 2.5vw;
  font-weight: 500;
  display: block;
  margin-top: -1.5625vw;
}
@media (max-width: 767px) {
  .support-plan-fv-text02 {
    font-size: 2.8rem;
    margin-top: -2rem;
    text-align: center;
  }
}

.support-plan-fv-text-main {
  margin-bottom: 1.328125vw;
  letter-spacing: 0.1rem;
  padding-block: 1.171875vw;
  padding-left: 1.796875vw;
  padding-right: 1.796875vw;
  background: -webkit-gradient(linear, left top, right top, from(white), to(transparent));
  background: linear-gradient(to right, white 0%, transparent 100%);
}
@media (max-width: 767px) {
  .support-plan-fv-text-main {
    background-image: unset;
    margin-bottom: unset;
    padding-block: unset;
    padding-left: unset;
    padding-right: unset;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.support-plan-fv-text-sub {
  font-size: 1.71875vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .support-plan-fv-text-sub {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 2rem;
  }
}

.support-plan-fv-bottom {
  background-color: #EAF4F8;
  padding-block: 6rem;
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  .support-plan-fv-bottom {
    padding-inline: unset;
    padding-block: unset;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.support-plan-fv-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.support-plan-fv-bottom-flex-left,
.support-plan-fv-bottom-flex-right {
  width: 2.3rem;
}

.support-plan-fv-bottom-flex-text {
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 0.78125vw;
}

.support-plan-fv-bottom-orange-text {
  font-size: 3.6rem;
  font-weight: 500;
  color: #E66128;
  text-align: center;
}
@media (max-width: 767px) {
  .support-plan-fv-bottom-orange-text {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
}

.support-plan-fv-bottom-text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .support-plan-fv-bottom-text {
    font-size: 1.6rem;
    font-weight: 400;
  }
}

.support-plan-fv-bottom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45rem;
  margin-inline: auto;
  background-color: #E66128;
  border-radius: 4rem;
  padding-block: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .support-plan-fv-bottom-btn {
    width: 34.5rem;
  }
}
.support-plan-fv-bottom-btn:hover {
  opacity: 0.5;
}

.support-plan-fv-bottom-btn-text {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-left: 9rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 767px) {
  .support-plan-fv-bottom-btn-text {
    padding-left: 2rem;
  }
}

.support-plan-fv-bottom-btn-text-span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.support-plan-about {
  padding-inline: 3rem;
  padding-top: 5rem;
  padding-bottom: 6.5rem;
}
@media (max-width: 767px) {
  .support-plan-about {
    padding-inline: 1.5rem;
    padding-bottom: 6.1rem;
  }
}

.support-plan-about-title {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .support-plan-about-title {
    margin-bottom: 2.6rem;
  }
}

.support-plan-about-title-ja {
  font-size: 4rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  .support-plan-about-title-ja {
    font-size: 2.8rem;
  }
}

.support-plan-about-title-en {
  font-size: 1rem;
  color: #0077CC;
  display: block;
}

.support-plan-about-text {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .support-plan-about-text {
    font-size: 1.6rem;
    text-align: left;
    width: 34.5rem;
    margin-inline: auto;
    letter-spacing: -0.01rem;
    margin-bottom: 4rem;
  }
}

.support-plan-about-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1050px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .support-plan-about-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
}

.support-plan-about-item {
  width: 40%;
}
@media (max-width: 767px) {
  .support-plan-about-item {
    width: 100%;
  }
}

.support-plan-about-item-img {
  width: 16rem;
  margin-inline: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .support-plan-about-item-img {
    width: 12rem;
  }
}

.support-plan-about-item-text {
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .support-plan-about-item-text {
    font-size: 2rem;
  }
}

.support-plan-price {
  padding-block: 5rem;
  background-image: url(../img/support/pc-support-price-bg.webp);
}

.support-plan-price-img {
  width: 63rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .support-plan-price-img {
    width: 34.5rem;
  }
}

.support-plan-worried {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.1)), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.1), rgba(51, 51, 51, 0));
  width: 100%;
}

.support-plan-worried-inner {
  padding-top: 4.7rem;
  padding-left: 9rem;
  padding-right: 9rem;
  padding-bottom: 7rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .support-plan-worried-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 5rem;
  }
}

.support-plan-worried-title {
  position: relative;
  z-index: 2;
}
.support-plan-worried-title h2 {
  font-size: 4.4rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .support-plan-worried-title h2 {
    font-size: 2.8rem;
    margin-bottom: -1rem;
  }
}

.support-plan-worried-line {
  max-width: 14.7rem;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translate(-10.6rem, -3.2rem);
          transform: translate(-10.6rem, -3.2rem);
  z-index: 1;
}
@media (max-width: 767px) {
  .support-plan-worried-line {
    width: 10.4rem;
    max-width: unset;
    -webkit-transform: translate(3.4rem, -6.9rem);
            transform: translate(3.4rem, -6.9rem);
  }
}

.support-plan-worried-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-inline: 5rem;
  margin: 0 auto;
  max-width: 110rem;
  -webkit-box-shadow: 1px 1px 10px -5px #777777;
          box-shadow: 1px 1px 10px -5px #777777;
}
@media (max-width: 767px) {
  .support-plan-worried-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: unset;
    padding-bottom: 5rem;
    width: 100%;
    max-width: unset;
    background-color: unset;
    row-gap: 0rem;
    padding-top: unset;
    border-radius: 1rem;
  }
}

.support-plan-worried-flex-item {
  width: 100%;
}
@media (max-width: 767px) {
  .support-plan-worried-flex-item {
    width: 33.5rem;
    max-width: unset;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 0rem;
    background-color: #fff;
  }
}

.support-plan-worried-flex-img {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .support-plan-worried-flex-img {
    width: 24rem;
    margin: 0 auto 2rem;
  }
}

.support-plan-worried-flex-arrow {
  width: 13.2rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .support-plan-worried-flex-arrow {
    width: 10.5rem;
  }
}

.support-plan-worried-text {
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .support-plan-worried-text {
    font-size: 1.8rem;
  }
}

.support-plan-worried-text-last {
  letter-spacing: -0.01rem;
}

.support-plan-worried-text-red {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #C32626;
}
@media (max-width: 767px) {
  .support-plan-worried-text-red {
    font-size: 1.8rem;
  }
}

.support-plan-worried-text-first {
  letter-spacing: -0.15rem;
}

.support-plan-cases {
  background-color: #E6EFF3;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .support-plan-cases {
    padding-top: 5rem;
  }
}

.support-plan-cases-title {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .support-plan-cases-title {
    margin-bottom: 2.6rem;
  }
}

.support-plan-cases-title-ja {
  font-size: 4.4rem;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .support-plan-cases-title-ja {
    font-size: 2.8rem;
  }
}

.support-plan-cases-title-en {
  font-size: 1rem;
  color: #0077CC;
  display: block;
  text-align: center;
}

.support-plan-cases-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media (max-width: 767px) {
  .support-plan-cases-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.5rem;
  }
}

.support-plan-cases-flex-box {
  border-radius: 1rem;
}
.support-plan-cases-flex-box h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1.7rem;
}

.support-plan-cases-flex-box-item {
  -webkit-box-shadow: 1px 1px 10px -5px #777777;
          box-shadow: 1px 1px 10px -5px #777777;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .support-plan-cases-flex-box-item {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-radius: unset;
  }
}

.support-plan-cases-img {
  display: block;
  width: 35rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .support-plan-cases-img {
    width: 33.5rem;
    margin: 0 auto;
  }
}

.support-plan-cases-img:hover {
  opacity: 0.5;
}

.support-plan-cases-text-wrap {
  background-color: #F9F6F0;
  width: 35rem;
  height: 42rem;
  padding-top: 2rem;
  padding-inline: 1.6rem;
  padding-bottom: 5rem;
  font-size: 2rem;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 767px) {
  .support-plan-cases-text-wrap {
    width: 33.5rem;
    height: unset;
    margin: 0 auto;
    margin-inline: 2rem;
    padding-bottom: 3rem;
    background-color: #F8F5EF;
  }
}

.support-plan-cases-comment {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .support-plan-cases-comment {
    font-size: 2rem;
    margin-bottom: 1.4rem;
    letter-spacing: 0rem;
  }
}

.support-plan-cases-industry {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .support-plan-cases-industry {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.support-plan-cases-industry span {
  display: inline-block;
  background-color: #E2EDF5;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .support-plan-cases-industry span {
    font-size: 1.8rem;
  }
}

.support-plan-cases-info {
  font-size: max(1.4rem, 9px);
}/*# sourceMappingURL=style_support.css.map */