@charset "UTF-8";

/*メディアクエリ*/
.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: relative;
}

.fadein.is-active {
  opacity: 1;
}

.fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: relative;
}

.fadein.is-active {
  opacity: 1;
}

.fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadein-before {
  transition: opacity 1.5s ease-in-out;
  position: relative;
}

.fadein-before:before,
.fadein-before:after {
  opacity: 0;
  transition: opacity 3s ease-in-out;
}

.fadein-before:before.fadeup,
.fadein-before:after.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fadein-before:before.fadeup.is-active,
.fadein-before:after.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadein-before.is-active:before {
  opacity: 1;
}

.fadein-before.is-active:after {
  opacity: 1;
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fadein.is-active {
  opacity: 1;
}

.fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition-delay: var(--delay, 0s);
}

.fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }

  .smp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .smp {
    display: block !important;
  }
}

/*20.九州運輸センターとは*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page20 .contents-1 {
    display: grid;
    grid-template-columns: 492px 740px;
    justify-content: center;
    position: relative;
    left: 56px;
  }

  #page20 .contents-1 .texts {
    margin-top: 131.8px;
  }

  #page20 .contents-1 .texts h2 {
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: left;
    color: #1e3c0d;
    white-space: nowrap;
    position: relative;
  }

  #page20 .contents-1 .texts h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-image: linear-gradient(to left, #66ad47, #278f49);
    position: absolute;
    left: 0;
    bottom: -20px;
  }

  #page20 .contents-1 .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-2 {
    margin-bottom: 90px;
  }

  #page20 .contents-2 h2 {
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
  }

  #page20 .contents-2 .items {
    display: grid;
    grid-template-columns: 1020px;
    justify-content: center;
  }

  #page20 .contents-2 .items .item {
    display: grid;
    grid-template-columns: 507px 360px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    justify-content: center;
    align-items: center;
    padding: 50px 46.5px;
    border-top: solid 2px #e3e3e3;
  }

  #page20 .contents-2 .items .item:nth-last-of-type(1) {
    border-bottom: solid 2px #e3e3e3;
  }

  #page20 .contents-2 .items .item .texts h3 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 1.44px;
    text-align: left;
    color: #1e3c0d;
  }

  #page20 .contents-2 .items .item .texts p {
    display: grid;
    grid-template-columns: 26px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-2 .items .item .texts p img {
    margin-top: 2px;
  }

  #page20 .contents-3 {
    padding-top: 90px;
    padding-bottom: 260px;
    background-color: #f4f4f4;
  }

  #page20 .contents-3 h2 {
    margin-bottom: 60.2px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
  }

  #page20 .contents-3 .items {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px;
    justify-content: center;
    width: 1240px;
    height: auto;
    margin: 0 auto;
  }

  #page20 .contents-3 .items .item {
    width: 380px;
  }

  #page20 .contents-3 .items .item .img {
    width: 100%;
  }

  #page20 .contents-3 .items .item .img img {
    width: 100%;
  }

  #page20 .contents-3 .items .item .texts {
    margin-top: -20.3px;
  }

  #page20 .contents-3 .items .item .texts h3 {
    display: inline-block;
    padding: 0 10px;
    background-image: linear-gradient(262deg, #66ad47, #278f49);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 1.44px;
    text-align: left;
    color: #fff;
  }

  #page20 .contents-3 .items .item .texts h3:nth-of-type(1) {
    margin-bottom: 3px;
  }

  #page20 .contents-3 .items .item .texts h3:nth-of-type(2) {
    margin-bottom: 20px;
  }

  #page20 .contents-4 {
    display: grid;
    grid-template-columns: 43.4666666667% 640px;
    -moz-column-gap: 98px;
    column-gap: 98px;
    justify-content: start;
    margin-top: -168px;
    margin-bottom: 160.3px;
    position: relative;
    z-index: 1;
  }

  #page20 .contents-4::after {
    content: "Origins / Current State";
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 3;
    opacity: 0.8;
    font-family: "Raleway", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 3.36px;
    text-align: left;
    color: #fff;
    writing-mode: vertical-rl;
  }

  #page20 .contents-4 .images {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    position: relative;
    z-index: 2;
  }

  #page20 .contents-4 .images::before {
    content: "";
    display: block;
    width: calc(100% + 738px);
    height: calc(100% + 40.3px);
    background-image: linear-gradient(246deg, #66ad47, #278f49);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #page20 .contents-4 .images .images-1 {
    display: grid;
    grid-template-columns: 302fr 345fr;
    grid-template-rows: 152px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  #page20 .contents-4 .images .images-1 .img {
    position: relative;
  }

  #page20 .contents-4 .images .images-1 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-4 .images .images-1 .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    background-color: #278f49;
    position: absolute;
    top: 0;
    left: 0;
  }

  #page20 .contents-4 .images .images-2 {
    display: grid;
    grid-template-columns: 247fr 345fr 55px;
    grid-template-rows: 212.9px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  #page20 .contents-4 .images .images-2 .img {
    position: relative;
  }

  #page20 .contents-4 .images .images-2 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-4 .images .images-2 .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    background-color: #278f49;
    position: absolute;
    top: 0;
    left: 0;
  }

  #page20 .contents-4 .images .images-3 {
    display: grid;
    grid-template-columns: 302fr 345fr;
    grid-template-rows: 212.9px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  #page20 .contents-4 .images .images-3 .img {
    position: relative;
  }

  #page20 .contents-4 .images .images-3 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-4 .images .images-3 .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    background-color: #278f49;
    position: absolute;
    top: 0;
    left: 0;
  }

  #page20 .contents-4 .texts {
    width: 452px;
    position: relative;
    z-index: 2;
  }

  #page20 .contents-4 .texts h2 {
    margin-top: 120px;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: 3px;
    text-align: left;
    color: #fff;
  }

  #page20 .contents-4 .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #fff;
  }

  #page20 .contents-5 {
    margin-bottom: 120px;
  }

  #page20 .contents-5 h2 {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
  }

  #page20 .contents-5 p.description {
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: center;
    color: #4e4e4e;
  }

  #page20 .contents-5 .items {
    display: grid;
    grid-template-columns: repeat(3, 405px);
    justify-content: center;
  }

  #page20 .contents-5 .items .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 160px auto;
    row-gap: 20px;
    justify-items: center;
    border-left: dashed 1px #797979;
  }

  #page20 .contents-5 .items .item:nth-last-of-type(1) {
    border-right: dashed 1px #797979;
  }

  #page20 .contents-5 .items .item .img {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 100%;
    background-color: #f4f4f4;
    border-radius: 50%;
  }

  #page20 .contents-5 .items .item .img img {
    width: 120px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-5 .items .item .texts h3 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 1.44px;
    text-align: center;
    color: #1e3c0d;
  }

  #page20 .contents-5 .items .item .texts p {
    display: grid;
    grid-template-columns: 26px 269px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-5 .items .item .texts p:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page20 .contents-5 .items .item .texts p img {
    margin-top: 2px;
  }

  #page20 .contents-6 {
    display: grid;
    grid-template-columns: 468px 670px;
    -moz-column-gap: 52px;
    column-gap: 52px;
    width: 1190px;
    margin: 0 auto 120px;
    padding: 90px 0;
    position: relative;
    left: 45px;
  }

  #page20 .contents-6::before {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    left: -90px;
    z-index: -1;
  }

  #page20 .contents-6 .texts h2 {
    display: inline-block;
    padding: 0 15px;
    background-image: linear-gradient(264deg, #66ad47, #278f49);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 3px;
    text-align: left;
    color: #fff;
  }

  #page20 .contents-6 .texts h2:nth-last-of-type(1) {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  #page20 .contents-6 .texts p.p-1 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-6 .texts p.p-2 {
    display: grid;
    grid-template-columns: 26px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-6 .texts p.p-3 {
    margin-top: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-6 .images {
    display: grid;
    grid-template-columns: repeat(3, 220px);
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-top: 41px;
  }

  #page20 .contents-6 .images img {
    width: 100%;
    height: 413.4px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-6 .images img:nth-of-type(2) {
    margin-top: 50px;
  }

  #page20 .contents-7 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 120px;
  }

  #page20 .contents-7 h2 {
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
  }

  #page20 .contents-7 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 812px;
    height: 450px;
    margin: 0 auto;
    transition: 0.3s ease;
  }

  #page20 .contents-7 a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-7 a:hover {
    opacity: 0.5;
  }
}

/*SP*/
@media screen and (max-width: 1024px) {
  #page20 .contents-1 {
    display: grid;
    grid-template-columns: 370px;
    justify-content: center;
    margin-top: 45px;
  }

  #page20 .contents-1 .texts {
    width: 340.5px;
    margin: 0 auto;
  }

  #page20 .contents-1 .texts h2 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: left;
    color: #1e3c0d;
    white-space: nowrap;
    position: relative;
  }

  #page20 .contents-1 .texts h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2.5px;
    background-image: linear-gradient(to left, #66ad47, #278f49);
    position: absolute;
    left: 0;
    bottom: -7.5px;
  }

  #page20 .contents-1 .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-2 {
    margin-bottom: 45px;
  }

  #page20 .contents-2 h2 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
  }

  #page20 .contents-2 .items {
    display: grid;
    grid-template-columns: 350px;
    justify-content: center;
  }

  #page20 .contents-2 .items .item {
    display: grid;
    grid-template-columns: 310px;
    row-gap: 15px;
    justify-content: center;
    padding: 25px 20px;
    border-top: solid 2px #e3e3e3;
  }

  #page20 .contents-2 .items .item:nth-last-of-type(1) {
    border-bottom: solid 1px #e3e3e3;
  }

  #page20 .contents-2 .items .item .texts {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  #page20 .contents-2 .items .item .texts h3 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.84px;
    text-align: left;
    color: #1e3c0d;
  }

  #page20 .contents-2 .items .item .texts p {
    display: grid;
    grid-template-columns: 13px 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-bottom: 7.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-2 .items .item .texts p img {
    margin-top: 4.5px;
  }

  #page20 .contents-2 .items .item .img {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  #page20 .contents-3 {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f4f4f4;
  }

  #page20 .contents-3 h2 {
    margin-bottom: 30.1px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
  }

  #page20 .contents-3 .items {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    justify-content: center;
    width: 240px;
    height: auto;
    margin: 0 auto;
  }

  #page20 .contents-3 .items .item {
    width: 100%;
  }

  #page20 .contents-3 .items .item .img {
    width: 100%;
  }

  #page20 .contents-3 .items .item .img img {
    width: 100%;
  }

  #page20 .contents-3 .items .item .texts {
    margin-top: -11.8px;
  }

  #page20 .contents-3 .items .item .texts h3 {
    display: inline-block;
    padding: 0 5px;
    background-image: linear-gradient(262deg, #66ad47, #278f49);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.5px;
    letter-spacing: 0.84px;
    text-align: left;
    color: #fff;
  }

  #page20 .contents-3 .items .item .texts h3:nth-of-type(1) {
    margin-bottom: 1.5px;
  }

  #page20 .contents-3 .items .item .texts h3:nth-of-type(2) {
    margin-bottom: 10px;
  }

  #page20 .contents-4 {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    padding-bottom: 45px;
    background-image: linear-gradient(246deg, #66ad47, #278f49);
    position: relative;
    z-index: 1;
  }

  #page20 .contents-4::after {
    content: "Origins / Current State";
    position: absolute;
    top: 15px;
    left: 26.5px;
    z-index: 3;
    opacity: 0.8;
    font-family: "Raleway", serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 1.68px;
    text-align: left;
    color: #fff;
    writing-mode: vertical-rl;
  }

  #page20 .contents-4 .images {
    display: flex;
    flex-direction: column;
    row-gap: 2.5px;
    width: 86.875%;
    position: relative;
    z-index: 2;
  }

  #page20 .contents-4 .images .images-1 {
    display: grid;
    grid-template-columns: 345fr 345fr;
    grid-template-rows: 76px;
    -moz-column-gap: 2.5px;
    column-gap: 2.5px;
  }

  #page20 .contents-4 .images .images-1 .img {
    position: relative;
  }

  #page20 .contents-4 .images .images-1 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-4 .images .images-1 .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    background-color: #278f49;
    position: absolute;
    top: 0;
    left: 0;
  }

  #page20 .contents-4 .images .images-2 {
    display: grid;
    grid-template-columns: 290fr 345fr 27.5px;
    grid-template-rows: 106.45px;
    -moz-column-gap: 2.5px;
    column-gap: 2.5px;
  }

  #page20 .contents-4 .images .images-2 .img {
    position: relative;
  }

  #page20 .contents-4 .images .images-2 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-4 .images .images-2 .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    background-color: #278f49;
    position: absolute;
    top: 0;
    left: 0;
  }

  #page20 .contents-4 .images .images-3 {
    display: grid;
    grid-template-columns: 345fr 345fr;
    grid-template-rows: 106.45px;
    -moz-column-gap: 2.5px;
    column-gap: 2.5px;
  }

  #page20 .contents-4 .images .images-3 .img {
    position: relative;
  }

  #page20 .contents-4 .images .images-3 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-4 .images .images-3 .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    background-color: #278f49;
    position: absolute;
    top: 0;
    left: 0;
  }

  #page20 .contents-4 .texts {
    width: 277.5px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
  }

  #page20 .contents-4 .texts h2 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
  }

  #page20 .contents-4 .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #fff;
  }

  #page20 .contents-5 {
    margin-bottom: 45px;
  }

  #page20 .contents-5 h2 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
  }

  #page20 .contents-5 p.description {
    width: 290px;
    margin: 0 auto 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page20 .contents-5 .items {
    display: grid;
    grid-template-columns: 290px;
    grid-template-rows: repeat(3, auto);
    justify-content: center;
  }

  #page20 .contents-5 .items .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 90px auto;
    row-gap: 10px;
    justify-items: center;
    border-top: dashed 1px #797979;
    padding-top: 25px;
    padding-bottom: 17.5px;
  }

  #page20 .contents-5 .items .item:nth-last-of-type(1) {
    border-bottom: dashed 0.5px #797979;
  }

  #page20 .contents-5 .items .item .img {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 100%;
    background-color: #f4f4f4;
    border-radius: 50%;
  }

  #page20 .contents-5 .items .item .img img {
    width: 70px;
    height: 52.5px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-5 .items .item .texts h3 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.84px;
    text-align: center;
    color: #1e3c0d;
  }

  #page20 .contents-5 .items .item .texts p {
    display: grid;
    grid-template-columns: 13px 239.5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-bottom: 7.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-5 .items .item .texts p img {
    margin-top: 4.5px;
  }

  #page20 .contents-6 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    padding: 45px 0;
    background-color: #f4f4f4;
  }

  #page20 .contents-6 .texts {
    width: 277.5px;
    height: auto;
    margin: 0 auto 25px;
  }

  #page20 .contents-6 .texts h2 {
    display: inline-block;
    padding: 0 7.5px;
    background-image: linear-gradient(264deg, #66ad47, #278f49);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26.5px;
    letter-spacing: 0.96px;
    text-align: left;
    color: #fff;
  }

  #page20 .contents-6 .texts h2:nth-last-of-type(1) {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  #page20 .contents-6 .texts p.p-1 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-6 .texts p.p-2 {
    display: grid;
    grid-template-columns: 13px 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-bottom: 7.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-6 .texts p.p-2 img {
    margin-top: 4px;
  }

  #page20 .contents-6 .texts p.p-3 {
    margin-top: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page20 .contents-6 .images {
    display: grid;
    grid-template-columns: repeat(3, 110px);
    -moz-column-gap: 2.5px;
    column-gap: 2.5px;
    justify-content: center;
  }

  #page20 .contents-6 .images img {
    width: 100%;
    height: 206.7px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page20 .contents-6 .images img:nth-of-type(2) {
    margin-top: 25px;
  }

  #page20 .contents-7 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
  }

  #page20 .contents-7 h2 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
  }

  #page20 .contents-7 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 216.15px;
    margin: 0 auto;
    transition: 0.3s ease;
  }

  #page20 .contents-7 a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/*30.事業紹介*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page30 {
    margin-bottom: 120px;
  }

  #page30 p.description {
    margin-top: 89.8px;
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: center;
    color: #4e4e4e;
  }

  #page30 .list {
    display: grid;
    grid-template-columns: repeat(2, 520px);
    -moz-column-gap: 80px;
    column-gap: 80px;
    justify-content: center;
  }

  #page30 .list .item {
    width: 100%;
  }

  #page30 .list .item a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #page30 .list .item a .img {
    width: 100%;
    height: 346.8px;
    overflow: hidden;
  }

  #page30 .list .item a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s ease;
  }

  #page30 .list .item a .contents {
    width: 480px;
    height: auto;
    margin: 30px auto 0;
  }

  #page30 .list .item a .contents h2 {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1.44px;
    text-align: left;
    color: #1e3c0d;
    position: relative;
  }

  #page30 .list .item a .contents h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-image: linear-gradient(to left, #66ad47, #278f49);
    position: absolute;
    bottom: -20px;
    left: 0;
  }

  #page30 .list .item a .contents h2 small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #1e3c0d;
  }

  #page30 .list .item a .contents p {
    width: 403px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page30 .list .item a .contents .more-area {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #page30 .list .item a .contents .more-area .more-btn {
    display: block;
    width: 62px;
    height: 62px;
    border: solid 1px #278f49;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    transition: all 0.4s ease;
  }

  #page30 .list .item a .contents .more-area .more-btn::before {
    content: "";
    display: block;
    width: 13.8px;
    height: 12px;
    background: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
  }

  #page30 .list .item a:hover .img img {
    scale: 1.2;
  }

  #page30 .list .item a:hover .contents .more-area .more-btn {
    background-color: #278f49;
  }

  #page30 .list .item a:hover .contents .more-area .more-btn::before {
    background: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

/*SP*/
@media screen and (max-width: 1024px) {
  #page30 {
    margin-bottom: 45px;
  }

  #page30 p.description {
    margin-top: 45px;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page30 .list {
    display: grid;
    grid-template-columns: 275px;
    row-gap: 20px;
    justify-content: center;
  }

  #page30 .list .item {
    width: 100%;
  }

  #page30 .list .item a {
    display: block;
    width: 100%;
    height: auto;
  }

  #page30 .list .item a .img {
    width: 100%;
    height: 183.4px;
    overflow: hidden;
  }

  #page30 .list .item a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page30 .list .item a .contents {
    width: 258px;
    height: auto;
    margin: 15px auto 0;
  }

  #page30 .list .item a .contents h2 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.84px;
    text-align: left;
    color: #1e3c0d;
    white-space: nowrap;
    position: relative;
  }

  #page30 .list .item a .contents h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2.5px;
    background-image: linear-gradient(to left, #66ad47, #278f49);
    position: absolute;
    bottom: -10px;
    left: 0;
  }

  #page30 .list .item a .contents h2 small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.72px;
    text-align: left;
    color: #1e3c0d;
  }

  #page30 .list .item a .contents p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page30 .list .item a .contents .more-area {
    display: flex;
    justify-content: flex-end;
  }

  #page30 .list .item a .contents .more-area .more-btn {
    display: block;
    width: 35px;
    height: 35px;
    border: solid 1px #278f49;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
  }

  #page30 .list .item a .contents .more-area .more-btn::before {
    content: "";
    display: block;
    width: 8.65px;
    height: 7.5px;
    background: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*31.貨物利用運送(貨物利用運送取扱い)事業*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page31 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 120px;
  }

  #page31 .kv_pc {
    display: grid;
    grid-template-columns: 483px 48%;
    -moz-column-gap: 83px;
    column-gap: 83px;
    justify-content: end;
    margin-right: 40px;
    margin-bottom: 63.8px;
    position: relative;
  }

  #page31 .kv_pc::before {
    content: "";
    display: block;
    width: calc(100% + 40px);
    height: 280px;
    background-image: linear-gradient(259deg, #66ad47, #278f49);
    position: absolute;
    bottom: -63.8px;
    left: 0;
    z-index: -1;
  }

  #page31 .kv_pc .texts {
    margin-top: 60px;
  }

  #page31 .kv_pc .texts .title p.text_item {
    margin-bottom: 20px;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #99c267;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    transform: translateX(-101%);
  }

  #page31 .kv_pc .texts .title p.text_item>font {
    display: grid;
    grid-template-columns: 10px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    position: relative;
    transform: translateX(101%);
  }

  #page31 .kv_pc .texts .title p.text_item>font::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #99c267;
    border-radius: 50%;
  }

  #page31 .kv_pc .texts .title.is-active .text_item {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page31 .kv_pc .texts .title.is-active .text_item>font {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page31 .kv_pc .texts .title.is-active .text_item:nth-child(1) {
    transition-delay: 0s;
  }

  #page31 .kv_pc .texts .title.is-active .text_item:nth-child(1)>font {
    transition-delay: 0s;
  }

  #page31 .kv_pc .texts .title.is-active .text_item:nth-child(2) {
    transition-delay: 0.15s;
  }

  #page31 .kv_pc .texts .title.is-active .text_item:nth-child(2)>font {
    transition-delay: 0.15s;
  }

  #page31 .kv_pc .texts h1 {
    margin-bottom: 190px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: 2.28px;
    text-align: left;
    color: #1e3c0d;
    position: relative;
  }

  #page31 .kv_pc .texts h1.matrix .bg-wrap {
    display: block;
    overflow: hidden;
    opacity: 0;
  }

  #page31 .kv_pc .texts h1.matrix .bg-wrap+.bg-wrap {
    margin-top: 10px;
  }

  #page31 .kv_pc .texts h1.matrix .bg-wrap .inn {
    display: block;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  #page31 .kv_pc .texts h1.matrix.is-animated .bg-wrap {
    opacity: 1;
  }

  #page31 .kv_pc .texts h1.matrix.is-animated .bg-wrap .inn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  #page31 .kv_pc .texts h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-image: linear-gradient(to left, #66ad47, #278f49);
    position: absolute;
    bottom: -20px;
    left: 0;
  }

  #page31 .kv_pc .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #fff;
  }

  #page31 .kv_pc .img {
    width: 100%;
    height: 480.2px;
  }

  #page31 .kv_pc .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page31 .kv_smp {
    display: none;
  }

  #page31 .contents-1 {
    display: grid;
    grid-template-columns: 454px 706px;
    -moz-column-gap: 56px;
    column-gap: 56px;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 112px;
    position: relative;
    left: 31.5px;
  }

  #page31 .contents-1::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    left: -31.5px;
    z-index: -1;
    background-image: repeating-linear-gradient(0deg, #f4f4f4 0 1px, transparent 1px 20px), repeating-linear-gradient(90deg, #f4f4f4 0 1px, transparent 1px 20px);
    background-size: 20px 20px;
  }

  #page31 .contents-1 .texts h2 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #1e3c0d;
  }

  #page31 .contents-1 .texts h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 49px;
    letter-spacing: 3.4px;
    text-align: left;
    background: linear-gradient(264deg, #66ad47, #278f49);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #page31 .contents-1 .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page31 .contents-1 .img {
    width: 100%;
    height: auto;
    margin-top: 44px;
  }

  #page31 .contents-1 .img img {
    width: 100%;
    height: auto;
  }

  #page31 .contents-3 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 81.3px;
    margin-bottom: 180.2px;
    text-align: center;
  }

  #page31 .contents-3 h2 {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
  }

  #page31 .contents-3 p.description {
    display: block;
    width: 573px;
    margin: 0 auto 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: center;
    color: #4e4e4e;
  }

  #page31 .contents-3 .items {
    display: flex;
    flex-direction: column;
    row-gap: 120px;
  }

  #page31 .contents-3 .items .left {
    display: grid;
    grid-template-columns: 430px 546px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    justify-content: center;
    position: relative;
    right: 42px;
  }

  #page31 .contents-3 .items .left::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 3px);
    background-color: #f4f4f4;
    position: absolute;
    top: 57px;
    left: calc(50% - 498px);
    z-index: -1;
  }

  #page31 .contents-3 .items .left img {
    width: 100%;
    height: auto;
  }

  #page31 .contents-3 .items .left .texts {
    margin-top: 111px;
    width: 100%;
    height: auto;
    position: relative;
  }

  #page31 .contents-3 .items .left .texts p.num {
    display: grid;
    grid-template-columns: 82px 54px;
    grid-template-rows: 54px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    align-items: center;
    width: 174px;
    position: absolute;
    top: -80px;
    left: -40px;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.75;
    letter-spacing: 1.6px;
    text-align: left;
    color: #278f49;
    white-space: nowrap;
  }

  #page31 .contents-3 .items .left .texts p.num span {
    position: relative;
    top: -5px;
    font-family: "Raleway", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 4.6px;
    text-align: left;
    color: #278f49;
  }

  #page31 .contents-3 .items .left .texts h3 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 1.44px;
    text-align: left;
    color: #1e3c0d;
  }

  #page31 .contents-3 .items .left .texts p.check {
    display: grid;
    grid-template-columns: 26px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page31 .contents-3 .items .left .texts p.check:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page31 .contents-3 .items .left .texts p.check img {
    margin-top: 2px;
  }

  #page31 .contents-3 .items .left .texts a {
    display: grid;
    grid-template-columns: 225px 13.8px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
    width: 258.8px;
    margin-top: 30px;
    padding: 17px 30px 21px 40px;
    border-radius: 5px;
    background-color: #278f49;
    border: solid 1px #278f49;
    transition: 0.4s ease;
  }

  #page31 .contents-3 .items .left .texts a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1.7px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    transition: 0.4s ease;
  }

  #page31 .contents-3 .items .left .texts a::after {
    content: "";
    display: block;
    width: 13.8px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 0.4s ease;
  }

  #page31 .contents-3 .items .left .texts a:hover {
    background-color: #fff;
  }

  #page31 .contents-3 .items .left .texts a:hover span {
    color: #278f49;
  }

  #page31 .contents-3 .items .left .texts a:hover::after {
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page31 .contents-3 .items .right {
    display: grid;
    grid-template-columns: 546px 430px;
    -moz-column-gap: 64px;
    column-gap: 64px;
    justify-content: center;
    position: relative;
    left: 60px;
  }

  #page31 .contents-3 .items .right::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 3px);
    background-color: #f4f4f4;
    position: absolute;
    top: 57px;
    right: calc(50% - 498px);
    z-index: -1;
  }

  #page31 .contents-3 .items .right img {
    width: 100%;
    height: auto;
  }

  #page31 .contents-3 .items .right .texts {
    margin-top: 111px;
    width: 100%;
    height: auto;
    position: relative;
  }

  #page31 .contents-3 .items .right .texts p.num {
    display: grid;
    grid-template-columns: 108px 54px;
    grid-template-rows: 54px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    align-items: center;
    width: 174px;
    position: absolute;
    top: -80px;
    left: -40px;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.75;
    letter-spacing: 1.6px;
    text-align: left;
    color: #278f49;
  }

  #page31 .contents-3 .items .right .texts p.num span {
    position: relative;
    top: -5px;
    font-family: "Raleway", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 4.6px;
    text-align: left;
    color: #278f49;
  }

  #page31 .contents-3 .items .right .texts h3 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 1.44px;
    text-align: left;
    color: #1e3c0d;
  }

  #page31 .contents-3 .items .right .texts p.check {
    display: grid;
    grid-template-columns: 26px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page31 .contents-3 .items .right .texts p.check:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page31 .contents-3 .items .right .texts p.check img {
    margin-top: 2px;
  }

  #page31 .contents-7 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 120px;
  }

  #page31 .contents-7 h2 {
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
  }

  #page31 .contents-7 .items {
    display: grid;
    grid-template-columns: 850px;
    row-gap: 40px;
    justify-content: center;
  }

  #page31 .contents-7 .items .item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  #page31 .contents-7 .items .item .que {
    display: grid;
    grid-template-columns: 34px 1fr;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  #page31 .contents-7 .items .item .que strong {
    font-family: "Raleway", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 3.2px;
    text-align: left;
    color: #278f49;
    position: relative;
    bottom: 2px;
  }

  #page31 .contents-7 .items .item .que h3 span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.26px;
    text-align: left;
    color: #278f49;
    position: relative;
  }

  #page31 .contents-7 .items .item .que h3 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #707070;
    position: absolute;
    bottom: -7px;
    left: 0;
  }

  #page31 .contents-7 .items .item .que h3 span.h3_smp {
    display: none;
  }

  #page31 .contents-7 .items .item .ans p {
    display: grid;
    grid-template-columns: 34px 1fr;
    -moz-column-gap: 25px;
    column-gap: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page31 .contents-7 .items .item .ans p span {
    font-family: "Raleway", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 3.2px;
    text-align: left;
    color: #eb6d20;
    position: relative;
    bottom: 6px;
  }

  #page31 .contents-7 .items .item .ans a {
    display: grid;
    grid-template-columns: 244px 13.8px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
    width: 277.8px;
    padding: 17px 30px 21px 40px;
    margin: 20px auto 0 57px;
    border-radius: 5px;
    background-color: #278f49;
    border: solid 1px #278f49;
    transition: 0.4s ease;
  }

  #page31 .contents-7 .items .item .ans a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    transition: 0.4s ease;
  }

  #page31 .contents-7 .items .item .ans a::after {
    content: "";
    display: block;
    width: 13.8px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    transition: 0.4s ease;
  }

  #page31 .contents-7 .items .item .ans a:hover {
    background-color: #fff;
  }

  #page31 .contents-7 .items .item .ans a:hover span {
    color: #278f49;
  }

  #page31 .contents-7 .items .item .ans a:hover::after {
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page31 .contents-9 {
    position: relative;
    width: 1140px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    /*
    &::before {
      content: "";
      display: block;
      width: 241px;
      height: 291px;
      background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business01_8.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      bottom: 0;
      left: 44px;
      z-index: 1;
    }
      */
  }

  #page31 .contents-9 h2 {
    display: inline-block;
    margin-bottom: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #278f49;
    position: relative;
  }

  #page31 .contents-9 h2::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: linear-gradient(to bottom, #66ad47, #278f49);
    position: absolute;
    top: 50%;
    left: -55.4px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }

  #page31 .contents-9 h2::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: linear-gradient(to bottom, #66ad47, #278f49);
    position: absolute;
    top: 50%;
    right: -55.4px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }

  #page31 .contents-9 .banner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 49.5px;
    padding-bottom: 42px;
    border-radius: 10px;
    background-image: linear-gradient(257deg, #f7f5cb, #9ed6b0);
  }

  #page31 .contents-9 .banner p {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: center;
    color: #393939;
  }

  #page31 .contents-9 .banner a {
    display: grid;
    grid-template-columns: 244px 13.8px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
    width: 277.8px;
    margin: 20px auto 0;
    padding: 12px 30px 16px 40px;
    border-radius: 5px;
    background-color: #278f49;
    border: solid 1px #278f49;
    transition: 0.4s ease;
  }

  #page31 .contents-9 .banner a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    transition: 0.4s ease;
  }

  #page31 .contents-9 .banner a::after {
    content: "";
    display: block;
    width: 13.8px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    transition: 0.4s ease;
  }

  #page31 .contents-9 .banner a:hover {
    background-color: #fff;
  }

  #page31 .contents-9 .banner a:hover span {
    color: #278f49;
  }

  #page31 .contents-9 .banner a:hover::after {
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

/*SP*/
@media screen and (max-width: 1024px) {
  #page31 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 28px;
  }

  #page31 .kv_smp {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  #page31 .kv_smp::before {
    content: "";
    display: block;
    width: 100%;
    height: 214.45px;
    background-image: linear-gradient(237deg, #66ad47, #278f49);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  #page31 .kv_smp .wrap {
    position: relative;
    width: 290px;
    height: auto;
    margin: 0 auto;
  }

  #page31 .kv_smp .wrap .title p.text_item {
    margin-bottom: 10px;
    font-family: "Raleway", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.5px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #99c267;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    transform: translateX(-101%);
  }

  #page31 .kv_smp .wrap .title p.text_item>font {
    display: grid;
    grid-template-columns: 5px 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    align-items: center;
    position: relative;
    transform: translateX(101%);
  }

  #page31 .kv_smp .wrap .title p.text_item>font::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #99c267;
    border-radius: 50%;
  }

  #page31 .kv_smp .wrap .title.is-active .text_item {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page31 .kv_smp .wrap .title.is-active .text_item>font {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page31 .kv_smp .wrap .title.is-active .text_item:nth-child(1) {
    transition-delay: 0s;
  }

  #page31 .kv_smp .wrap .title.is-active .text_item:nth-child(1)>font {
    transition-delay: 0s;
  }

  #page31 .kv_smp .wrap .title.is-active .text_item:nth-child(2) {
    transition-delay: 0.15s;
  }

  #page31 .kv_smp .wrap .title.is-active .text_item:nth-child(2)>font {
    transition-delay: 0.15s;
  }

  #page31 .kv_smp .wrap h1 {
    margin-bottom: 35px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: 1.14px;
    text-align: left;
    color: #1e3c0d;
    position: relative;
  }

  #page31 .kv_smp .wrap h1.matrix .bg-wrap {
    display: block;
    overflow: hidden;
    opacity: 0;
  }

  #page31 .kv_smp .wrap h1.matrix .bg-wrap+.bg-wrap {
    margin-top: 10px;
  }

  #page31 .kv_smp .wrap h1.matrix .bg-wrap .inn {
    display: block;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  #page31 .kv_smp .wrap h1.matrix.is-animated .bg-wrap {
    opacity: 1;
  }

  #page31 .kv_smp .wrap h1.matrix.is-animated .bg-wrap .inn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  #page31 .kv_smp .wrap h1::after {
    content: "";
    display: block;
    width: 40px;
    height: 2.5px;
    background-image: linear-gradient(to left, #66ad47, #278f49);
    position: absolute;
    bottom: -10px;
    left: 0;
  }

  #page31 .kv_smp .wrap .img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  #page31 .kv_smp .wrap .img img {
    width: 100%;
    height: auto;
  }

  #page31 .kv_smp .wrap p {
    display: block;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #fff;
  }

  #page31 .kv_pc {
    display: none;
  }

  #page31 .contents-1 {
    display: grid;
    grid-template-columns: 375px;
    row-gap: 25px;
    justify-content: center;
    padding-top: 39px;
    padding-bottom: 27.5px;
    position: relative;
  }

  #page31 .contents-1::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: repeating-linear-gradient(0deg, #f4f4f4 0 1px, transparent 1px 10px), repeating-linear-gradient(90deg, #f4f4f4 0 1px, transparent 1px 20px);
    background-size: 10px 10px;
  }

  #page31 .contents-1 .texts {
    width: 328px;
    height: auto;
    margin: 0 auto;
  }

  #page31 .contents-1 .texts h2 {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #1e3c0d;
  }

  #page31 .contents-1 .texts h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 24.5px;
    letter-spacing: 1.7px;
    text-align: left;
    background: linear-gradient(264deg, #66ad47, #278f49);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #page31 .contents-1 .texts h3 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.84px;
    text-align: left;
    color: #1e3c0d;
  }

  #page31 .contents-1 .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page31 .contents-1 .img {
    width: 100%;
    height: auto;
  }

  #page31 .contents-1 .img img {
    width: 100%;
    height: auto;
  }

  #page31 .contents-3 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 45px;
    margin-bottom: 75px;
    text-align: center;
  }

  #page31 .contents-3 h2 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
  }

  #page31 .contents-3 p.description {
    display: block;
    width: 302.5px;
    margin: 0 auto 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page31 .contents-3 .items {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }

  #page31 .contents-3 .items .left,
  #page31 .contents-3 .items .right {
    display: grid;
    grid-template-columns: 293px;
    row-gap: 10px;
    justify-content: center;
    position: relative;
  }

  #page31 .contents-3 .items .left img,
  #page31 .contents-3 .items .right img {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 245px;
    height: auto;
    margin: 0 auto;
  }

  #page31 .contents-3 .items .left .texts,
  #page31 .contents-3 .items .right .texts {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    height: auto;
    position: relative;
  }

  #page31 .contents-3 .items .left .texts p.num,
  #page31 .contents-3 .items .right .texts p.num {
    display: grid;
    grid-template-columns: 62px 32.5px;
    grid-template-rows: 33px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    align-items: center;
    width: 118.5px;
    margin-bottom: 12.5px;
    font-family: "Raleway", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 1.2px;
    text-align: left;
    color: #278f49;
    white-space: nowrap;
  }

  #page31 .contents-3 .items .left .texts p.num span,
  #page31 .contents-3 .items .right .texts p.num span {
    position: relative;
    top: -2.5px;
    font-family: "Raleway", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 2.8px;
    text-align: left;
    color: #278f49;
  }

  #page31 .contents-3 .items .left .texts h3,
  #page31 .contents-3 .items .right .texts h3 {
    display: block;
    width: 273px;
    margin: 0 0 20px auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.84px;
    text-align: left;
    color: #1e3c0d;
  }

  #page31 .contents-3 .items .left .texts p.check,
  #page31 .contents-3 .items .right .texts p.check {
    display: grid;
    grid-template-columns: 13px 255px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    justify-content: end;
    margin-bottom: 7.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page31 .contents-3 .items .left .texts p.check img,
  #page31 .contents-3 .items .right .texts p.check img {
    margin-top: 4.5px;
  }

  #page31 .contents-3 .items .left .texts p.check:nth-last-of-type(1),
  #page31 .contents-3 .items .right .texts p.check:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page31 .contents-3 .items .left .texts a,
  #page31 .contents-3 .items .right .texts a {
    display: grid;
    grid-template-columns: 182.5px 8.65px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    width: 201.15px;
    margin: 20px auto 0 20px;
    padding: 11px 25px 13.5px 29.5px;
    border-radius: 2.5px;
    background-color: #278f49;
    border: solid 1px #278f49;
  }

  #page31 .contents-3 .items .left .texts a span,
  #page31 .contents-3 .items .right .texts a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.5px;
    letter-spacing: 1.3px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }

  #page31 .contents-3 .items .left .texts a::after,
  #page31 .contents-3 .items .right .texts a::after {
    content: "";
    display: block;
    width: 8.65px;
    height: 7.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page31 .contents-3 .items .left::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 65.5px);
    background-color: #f4f4f4;
    position: absolute;
    top: 95.5px;
    left: calc(50% - 62px);
    z-index: -1;
  }

  #page31 .contents-3 .items .right::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 65.5px);
    background-color: #f4f4f4;
    position: absolute;
    top: 95.5px;
    right: calc(50% - 81.5px);
    z-index: -1;
  }

  #page31 .contents-7 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
  }

  #page31 .contents-7 h2 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
  }

  #page31 .contents-7 .items {
    display: grid;
    grid-template-columns: 350px;
    row-gap: 25px;
    justify-content: center;
  }

  #page31 .contents-7 .items .item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  #page31 .contents-7 .items .item .que {
    display: grid;
    grid-template-columns: 20px 1fr;
    -moz-column-gap: 9.5px;
    column-gap: 9.5px;
  }

  #page31 .contents-7 .items .item .que strong {
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 22.5px;
    letter-spacing: 1.9px;
    text-align: left;
    color: #278f49;
    position: relative;
    bottom: -6px;
  }

  #page31 .contents-7 .items .item .que h3 span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 0.78px;
    text-align: left;
    color: #278f49;
    position: relative;
  }

  #page31 .contents-7 .items .item .que h3 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #707070;
    position: absolute;
    bottom: -3.5px;
    left: 0;
  }

  #page31 .contents-7 .items .item .que h3 span.h3_pc {
    display: none;
  }

  #page31 .contents-7 .items .item .ans p {
    display: grid;
    grid-template-columns: 19px 1fr;
    -moz-column-gap: 9.5px;
    column-gap: 9.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page31 .contents-7 .items .item .ans p span {
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 1.9px;
    text-align: left;
    color: #eb6d20;
    position: relative;
    bottom: 2px;
  }

  #page31 .contents-7 .items .item .ans a {
    display: grid;
    grid-template-columns: 198.5px 8.65px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    width: 217.15px;
    margin: 15px auto 0 28.5px;
    padding: 11px 20px 13.5px 20px;
    border-radius: 2.5px;
    background-color: #278f49;
    border: solid 1px #278f49;
  }

  #page31 .contents-7 .items .item .ans a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.5px;
    letter-spacing: 1.3px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }

  #page31 .contents-7 .items .item .ans a::after {
    content: "";
    display: block;
    width: 8.65px;
    height: 7.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page31 .contents-9 {
    position: relative;
    width: 375.15px;
    height: auto;
    margin: 0 auto 72.65px;
    text-align: center;
    /*
    &::before {
      content: "";
      display: block;
      width: calc(171px / 2);
      height: calc(206.8px / 2);
      background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business01_8.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      bottom: calc(-85.3px / 2);
      left: -11px;
      z-index: 1;
    }*/
  }

  #page31 .contents-9 h2 {
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 1.6px;
    text-align: center;
    color: #278f49;
    position: relative;
  }

  #page31 .contents-9 h2::before {
    content: "";
    display: block;
    width: 12.5px;
    height: 12.5px;
    background-image: linear-gradient(to bottom, #66ad47, #278f49);
    position: absolute;
    top: 50%;
    left: -27.7px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }

  #page31 .contents-9 h2::after {
    content: "";
    display: block;
    width: 12.5px;
    height: 12.5px;
    background-image: linear-gradient(to bottom, #66ad47, #278f49);
    position: absolute;
    top: 50%;
    right: -27.7px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }

  #page31 .contents-9 .banner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 5px;
    background-image: linear-gradient(243deg, #f7f5cb, #9ed6b0);
  }

  #page31 .contents-9 .banner p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: center;
    color: #393939;
  }

  #page31 .contents-9 .banner a {
    display: grid;
    grid-template-columns: 198.5px 8.65px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    width: 217.15px;
    margin: 20px auto 0;
    padding: 11px 20px 13.5px;
    border-radius: 2.5px;
    background-color: #278f49;
    border: solid 1px #278f49;
  }

  #page31 .contents-9 .banner a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.5px;
    letter-spacing: 1.3px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }

  #page31 .contents-9 .banner a::after {
    content: "";
    display: block;
    width: 8.65px;
    height: 7.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0.5px;
  }
}

/*32.WebKIT事業*/
@media screen and (min-width: 1025px) {
  #page32 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 120px;
  }

  #page32 .kv_pc {
    display: grid;
    grid-template-columns: 399px 48%;
    -moz-column-gap: 167px;
    column-gap: 167px;
    justify-content: end;
    margin-right: 40px;
    margin-bottom: 63.8px;
    position: relative;
  }

  #page32 .kv_pc::before {
    content: "";
    display: block;
    width: calc(100% + 40px);
    height: 300px;
    background-image: linear-gradient(259deg, #66ad47, #278f49);
    position: absolute;
    bottom: -63.8px;
    left: 0;
    z-index: -1;
  }

  #page32 .kv_pc .texts {
    margin-top: 60px;
  }

  #page32 .kv_pc .texts .title p.text_item {
    margin-bottom: 20px;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #99c267;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    transform: translateX(-101%);
  }

  #page32 .kv_pc .texts .title p.text_item>font {
    display: grid;
    grid-template-columns: 10px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    position: relative;
    transform: translateX(101%);
  }

  #page32 .kv_pc .texts .title p.text_item>font::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #99c267;
    border-radius: 50%;
  }

  #page32 .kv_pc .texts .title.is-active .text_item {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page32 .kv_pc .texts .title.is-active .text_item>font {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page32 .kv_pc .texts .title.is-active .text_item:nth-child(1) {
    transition-delay: 0s;
  }

  #page32 .kv_pc .texts .title.is-active .text_item:nth-child(1)>font {
    transition-delay: 0s;
  }

  #page32 .kv_pc .texts .title.is-active .text_item:nth-child(2) {
    transition-delay: 0.15s;
  }

  #page32 .kv_pc .texts .title.is-active .text_item:nth-child(2)>font {
    transition-delay: 0.15s;
  }

  #page32 .kv_pc .texts h1 {
    margin-bottom: 144px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: 2.28px;
    text-align: left;
    color: #1e3c0d;
    position: relative;
  }

  #page32 .kv_pc .texts h1.matrix .bg-wrap {
    display: block;
    overflow: hidden;
    opacity: 0;
  }

  #page32 .kv_pc .texts h1.matrix .bg-wrap+.bg-wrap {
    margin-top: 10px;
  }

  #page32 .kv_pc .texts h1.matrix .bg-wrap .inn {
    display: block;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  #page32 .kv_pc .texts h1.matrix.is-animated .bg-wrap {
    opacity: 1;
  }

  #page32 .kv_pc .texts h1.matrix.is-animated .bg-wrap .inn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  #page32 .kv_pc .texts h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-image: linear-gradient(to left, #66ad47, #278f49);
    position: absolute;
    bottom: -20px;
    left: 0;
  }

  #page32 .kv_pc .texts p {
    display: block;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.22;
    letter-spacing: 1.08px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }

  #page32 .kv_pc .texts p span {
    display: block;
    margin-top: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 1.56px;
    text-align: left;
    color: #fff;
  }

  #page32 .kv_pc .texts a {
    display: grid;
    grid-template-columns: 147px 13.8px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
    width: 180.8px;
    padding: 17px 60px 21px 70px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #fff;
    transition: 0.4s ease;
  }

  #page32 .kv_pc .texts a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1.7px;
    text-align: left;
    color: #278f49;
    white-space: nowrap;
    transition: 0.4s ease;
  }

  #page32 .kv_pc .texts a::after {
    content: "";
    display: block;
    width: 13.8px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 0.4s ease;
  }

  #page32 .kv_pc .texts a:hover {
    background-color: #278f49;
  }

  #page32 .kv_pc .texts a:hover span {
    color: #fff;
  }

  #page32 .kv_pc .texts a:hover::after {
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page32 .kv_pc .img {
    width: 100%;
    height: 480.2px;
  }

  #page32 .kv_pc .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page32 .kv_smp {
    display: none;
  }

  #page32 .contents-1 {
    display: grid;
    grid-template-columns: 454px 703px;
    -moz-column-gap: 59px;
    column-gap: 59px;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 112px;
    position: relative;
    left: 31.5px;
  }

  #page32 .contents-1::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    left: -31.5px;
    z-index: -1;
    background-image: repeating-linear-gradient(0deg, #f4f4f4 0 1px, transparent 1px 20px), repeating-linear-gradient(90deg, #f4f4f4 0 1px, transparent 1px 20px);
    background-size: 20px 20px;
  }

  #page32 .contents-1 .texts h2 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #1e3c0d;
  }

  #page32 .contents-1 .texts h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 49px;
    letter-spacing: 3.4px;
    text-align: left;
    background: linear-gradient(264deg, #66ad47, #278f49);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #page32 .contents-1 .texts h3 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 1.44px;
    text-align: left;
    color: #1e3c0d;
  }

  #page32 .contents-1 .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page32 .contents-1 .img {
    width: 100%;
    height: auto;
    margin-top: 44px;
  }

  #page32 .contents-1 .img img {
    width: 100%;
    height: auto;
  }

  #page32 .contents-2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: center;
  }

  #page32 .contents-2::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_4pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #page32 .contents-2 h2 {
    display: inline-block;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    position: relative;
  }

  #page32 .contents-2 h2::before {
    content: "";
    display: block;
    width: 220px;
    height: 1px;
    border-bottom: dashed 2px #fff;
    position: absolute;
    top: 50%;
    left: -260px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page32 .contents-2 h2::after {
    content: "";
    display: block;
    width: 220px;
    height: 1px;
    border-bottom: dashed 2px #fff;
    position: absolute;
    top: 50%;
    right: -260px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page32 .contents-2 .content {
    padding-top: 131px;
    width: 1188.7px;
    height: auto;
    margin: 0 auto;
    position: relative;
    right: 15.65px;
  }

  #page32 .contents-2 .content .img {
    width: 458px;
    height: auto;
    margin: 0 auto;
    position: relative;
    right: 21.35px;
  }

  #page32 .contents-2 .content .img img {
    width: 100%;
    height: auto;
  }

  #page32 .contents-2 .content p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: 0.8px;
    text-align: center;
    color: #393939;
    white-space: nowrap;
  }

  #page32 .contents-2 .content p.p-1 {
    position: absolute;
    top: 158px;
    left: 63px;
    width: 205px;
    height: auto;
  }

  #page32 .contents-2 .content p.p-1::before {
    content: "";
    display: block;
    width: 330.7px;
    height: 134.9px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -27px;
    left: -63px;
    z-index: -1;
  }

  #page32 .contents-2 .content p.p-2 {
    position: absolute;
    top: 27px;
    left: 305px;
    width: 205px;
    height: auto;
  }

  #page32 .contents-2 .content p.p-2::before {
    content: "";
    display: block;
    width: 330.7px;
    height: 134.9px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -27px;
    left: -63px;
    z-index: -1;
  }

  #page32 .contents-2 .content p.p-3 {
    position: absolute;
    top: 27px;
    left: 682px;
    width: 205px;
    height: auto;
  }

  #page32 .contents-2 .content p.p-3::before {
    content: "";
    display: block;
    width: 330.7px;
    height: 134.9px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -27px;
    left: -63px;
    z-index: -1;
  }

  #page32 .contents-2 .content p.p-4 {
    position: absolute;
    top: 158px;
    left: 921px;
    width: 158px;
    height: auto;
  }

  #page32 .contents-2 .content p.p-4::before {
    content: "";
    display: block;
    width: 330.7px;
    height: 134.9px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -27px;
    left: -63px;
    z-index: -1;
  }

  #page32 .contents-3 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 64px;
    margin-bottom: 204px;
    text-align: center;
  }

  #page32 .contents-3 h2 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
  }

  #page32 .contents-3 h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 6px;
    text-align: center;
    color: #278f49;
  }

  #page32 .contents-3 p.description {
    display: inline-block;
    margin-bottom: 60px;
    padding: 8px 20px 10px;
    background-image: linear-gradient(262deg, #66ad47, #278f49);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
  }

  #page32 .contents-3 .items {
    display: flex;
    flex-direction: column;
    row-gap: 120px;
  }

  #page32 .contents-3 .items .left {
    display: grid;
    grid-template-columns: 430px 546px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    justify-content: center;
    position: relative;
    right: 42px;
  }

  #page32 .contents-3 .items .left::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 3px);
    background-color: #f4f4f4;
    position: absolute;
    top: 57px;
    left: calc(50% - 498px);
    z-index: -1;
  }

  #page32 .contents-3 .items .left img {
    width: 100%;
    height: auto;
  }

  #page32 .contents-3 .items .left .texts {
    margin-top: 111px;
    width: 100%;
    height: auto;
    position: relative;
  }

  #page32 .contents-3 .items .left .texts p.num {
    display: grid;
    grid-template-columns: 108px 54px;
    grid-template-rows: 54px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    align-items: center;
    width: 174px;
    position: absolute;
    top: -80px;
    left: -40px;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.75;
    letter-spacing: 1.6px;
    text-align: left;
    color: #278f49;
  }

  #page32 .contents-3 .items .left .texts p.num span {
    position: relative;
    top: -5px;
    font-family: "Raleway", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 4.6px;
    text-align: left;
    color: #278f49;
  }

  #page32 .contents-3 .items .left .texts h3 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 1.44px;
    text-align: left;
    color: #1e3c0d;
  }

  #page32 .contents-3 .items .left .texts p.check {
    display: grid;
    grid-template-columns: 26px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page32 .contents-3 .items .left .texts p.check:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page32 .contents-3 .items .left .texts p.check img {
    margin-top: 2px;
  }

  #page32 .contents-3 .items .right {
    display: grid;
    grid-template-columns: 546px 430px;
    -moz-column-gap: 64px;
    column-gap: 64px;
    justify-content: center;
    position: relative;
    left: 60px;
  }

  #page32 .contents-3 .items .right::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 3px);
    background-color: #f4f4f4;
    position: absolute;
    top: 57px;
    right: calc(50% - 498px);
    z-index: -1;
  }

  #page32 .contents-3 .items .right img {
    width: 100%;
    height: auto;
  }

  #page32 .contents-3 .items .right .texts {
    margin-top: 111px;
    width: 100%;
    height: auto;
    position: relative;
  }

  #page32 .contents-3 .items .right .texts p.num {
    display: grid;
    grid-template-columns: 108px 54px;
    grid-template-rows: 54px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    align-items: center;
    width: 174px;
    position: absolute;
    top: -80px;
    left: -40px;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.75;
    letter-spacing: 1.6px;
    text-align: left;
    color: #278f49;
  }

  #page32 .contents-3 .items .right .texts p.num span {
    position: relative;
    top: -5px;
    font-family: "Raleway", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 4.6px;
    text-align: left;
    color: #278f49;
  }

  #page32 .contents-3 .items .right .texts h3 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 1.44px;
    text-align: left;
    color: #1e3c0d;
  }

  #page32 .contents-3 .items .right .texts p.check {
    display: grid;
    grid-template-columns: 26px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page32 .contents-3 .items .right .texts p.check:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page32 .contents-3 .items .right .texts p.check img {
    margin-top: 2px;
  }

  #page32 .contents-4 {
    position: relative;
    width: 972px;
    height: auto;
    margin: 0 auto 90px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #page32 .contents-4::before {
    content: "";
    display: block;
    width: 92.6666666667vw;
    min-width: 1390px;
    height: 100%;
    background-image: linear-gradient(236deg, #66ad47, #278f49);
    position: absolute;
    z-index: -1;
    top: 0;
    left: -154px;
  }

  #page32 .contents-4 h2 {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: left;
    color: #fff;
  }

  #page32 .contents-4 .items {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }

  #page32 .contents-4 .items .item {
    display: grid;
    grid-template-columns: 200px 1fr;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 40px;
    align-items: center;
  }

  #page32 .contents-4 .items .item .img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
  }

  #page32 .contents-4 .items .item .img.img-1 img {
    width: 100%;
    height: auto;
    position: absolute;
  }

  #page32 .contents-4 .items .item .img.img-2 img {
    width: 100%;
    height: auto;
    position: absolute;
  }

  #page32 .contents-4 .items .item .img.img-3 img {
    width: 100%;
    height: auto;
    position: absolute;
  }

  #page32 .contents-4 .items .item .texts h3 {
    display: inline-block;
    margin-bottom: 28px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 1.44px;
    text-align: left;
    color: #fff;
    position: relative;
  }

  #page32 .contents-4 .items .item .texts h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dotted 2px #fff;
    position: absolute;
    bottom: -6.5px;
    left: 0;
  }

  #page32 .contents-4 .items .item .texts h3.h3_smp {
    display: none;
  }

  #page32 .contents-4 .items .item .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.8px;
    text-align: left;
    color: #fff;
  }

  #page32 .contents-5 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 90px;
  }

  #page32 .contents-5 h2 {
    margin-bottom: 40px;
  }

  #page32 .contents-5 h2 small {
    display: block;
    width: 250px;
    height: auto;
    margin: 0 auto 20px;
    padding-bottom: 5.5px;
    border-bottom: solid 1px #278f49;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1px;
    text-align: center;
    color: #278f49;
    white-space: nowrap;
    position: relative;
  }

  #page32 .contents-5 h2 small::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 10px solid #278f49;
    border-bottom: 0;
    position: absolute;
    bottom: -10.5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page32 .contents-5 h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
  }

  #page32 .contents-5 .images {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
  }

  #page32 .contents-5 .images img {
    width: 100%;
    height: auto;
  }

  #page32 .contents-5 p {
    display: block;
    width: 772px;
    height: auto;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page32 .contents-6 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 90px;
    padding: 90px 0 72px;
    background-color: #e4f2d4;
    text-align: center;
  }

  #page32 .contents-6 h2 {
    display: inline-block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
    position: relative;
  }

  #page32 .contents-6 h2 .diagonal-line {
    position: absolute;
    width: 41.61px;
    /* ← 対角線の長さ */
    height: 1px;
    /* 線の太さ */
    background-color: #3cbc24;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page32 .contents-6 h2 .diagonal-line.left {
    left: -50px;
    transform: rotate(61.28deg);
  }

  #page32 .contents-6 h2 .diagonal-line.left.second {
    left: -60px;
    transform: rotate(61.28deg);
  }

  #page32 .contents-6 h2 .diagonal-line.right {
    right: -50px;
    transform: rotate(-61.28deg);
    /* 逆方向に回転 */
  }

  #page32 .contents-6 h2 .diagonal-line.right.second {
    right: -60px;
    transform: rotate(-61.28deg);
  }

  #page32 .contents-6 img {
    display: block;
    width: 1250px;
    height: auto;
    margin: 0 auto;
  }

  #page32 .contents-7 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 90px;
  }

  #page32 .contents-7 h2 {
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
  }

  #page32 .contents-7 .items {
    display: grid;
    grid-template-columns: 844px;
    row-gap: 40px;
    justify-content: center;
  }

  #page32 .contents-7 .items .item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  #page32 .contents-7 .items .item .que {
    display: grid;
    grid-template-columns: 34px 1fr;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  #page32 .contents-7 .items .item .que strong {
    font-family: "Raleway", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 3.2px;
    text-align: left;
    color: #278f49;
    position: relative;
    bottom: 2px;
  }

  #page32 .contents-7 .items .item .que h3 span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.26px;
    text-align: left;
    color: #278f49;
    position: relative;
  }

  #page32 .contents-7 .items .item .que h3 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #707070;
    position: absolute;
    bottom: -7px;
    left: 0;
  }

  #page32 .contents-7 .items .item .que h3 span.h3_smp {
    display: none;
  }

  #page32 .contents-7 .items .item .ans p {
    display: grid;
    grid-template-columns: 34px 1fr;
    -moz-column-gap: 25px;
    column-gap: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page32 .contents-7 .items .item .ans p span {
    font-family: "Raleway", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 3.2px;
    text-align: left;
    color: #eb6d20;
    position: relative;
    bottom: 6px;
  }

  #page32 .contents-7 .items .item .ans a {
    display: grid;
    grid-template-columns: 244px 13.8px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
    width: 277.8px;
    padding: 17px 30px 21px 40px;
    margin: 20px auto 0 57px;
    border-radius: 5px;
    background-color: #278f49;
    border: solid 1px #278f49;
    transition: 0.4s ease;
  }

  #page32 .contents-7 .items .item .ans a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    transition: 0.4s ease;
  }

  #page32 .contents-7 .items .item .ans a::after {
    content: "";
    display: block;
    width: 13.8px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    transition: 0.4s ease;
  }

  #page32 .contents-7 .items .item .ans a:hover {
    background-color: #fff;
  }

  #page32 .contents-7 .items .item .ans a:hover span {
    color: #278f49;
  }

  #page32 .contents-7 .items .item .ans a:hover::after {
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page32 .contents-8 {
    display: grid;
    grid-template-columns: 340px 692px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    width: 1092px;
    height: auto;
    margin: 0 auto 90px;
    padding-top: 90px;
    padding-bottom: 70px;
    position: relative;
    right: 24.5px;
  }

  #page32 .contents-8::before {
    content: "";
    display: block;
    width: 92.6666666667vw;
    min-width: 1390px;
    height: 100%;
    background-image: linear-gradient(243deg, #66ad47, #278f49);
    position: absolute;
    top: 0;
    right: -118px;
    z-index: -1;
  }

  #page32 .contents-8 .headline h2 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: left;
    color: #fff;
  }

  #page32 .contents-8 .headline p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.75;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }

  #page32 .contents-8 .items {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  #page32 .contents-8 .items .item {
    display: grid;
    grid-template-columns: 125px 1fr;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  #page32 .contents-8 .items .item:nth-of-type(1) p.num::after {
    content: "";
    display: block;
    width: 1px;
    height: 110px;
    border-left: dashed 2px #fff;
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page32 .contents-8 .items .item:nth-of-type(2) p.num::after {
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    border-left: dashed 2px #fff;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page32 .contents-8 .items .item p.num {
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: solid 2px #fff;
    box-sizing: border-box;
    position: relative;
  }

  #page32 .contents-8 .items .item p.num small {
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page32 .contents-8 .items .item p.num span {
    font-family: "Raleway", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page32 .contents-8 .items .item .text {
    margin-top: 7px;
  }

  #page32 .contents-8 .items .item .text h3 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 1.44px;
    text-align: left;
    color: #fff;
  }

  #page32 .contents-8 .items .item .text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #fff;
  }

  #page32 .contents-8 .items .item .text a {
    display: grid;
    grid-template-columns: 244px 13.8px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
    width: 277.8px;
    margin-top: 20px;
    padding: 12px 30px 16px 40px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #fff;
    transition: 0.4s ease;
  }

  #page32 .contents-8 .items .item .text a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #278f49;
    white-space: nowrap;
    transition: 0.4s ease;
  }

  #page32 .contents-8 .items .item .text a::after {
    content: "";
    display: block;
    width: 13.8px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    transition: 0.4s ease;
  }

  #page32 .contents-8 .items .item .text a:hover {
    background-color: #278f49;
  }

  #page32 .contents-8 .items .item .text a:hover span {
    color: #fff;
  }

  #page32 .contents-8 .items .item .text a:hover::after {
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page32 .contents-9 {
    position: relative;
    width: 1140px;
    height: auto;
    margin: 0 auto 120px;
    text-align: center;
    /*
    &::before {
      content: "";
      display: block;
      width: 241px;
      height: 291px;
      background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business01_8.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      bottom: 0;
      left: 44px;
      z-index: 1;
    }*/
  }

  #page32 .contents-9 h2 {
    display: inline-block;
    margin-bottom: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #278f49;
    position: relative;
  }

  #page32 .contents-9 h2::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: linear-gradient(to bottom, #66ad47, #278f49);
    position: absolute;
    top: 50%;
    left: -55.4px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }

  #page32 .contents-9 h2::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: linear-gradient(to bottom, #66ad47, #278f49);
    position: absolute;
    top: 50%;
    right: -55.4px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }

  #page32 .contents-9 .banner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 61.5px;
    border-radius: 10px;
    background-image: linear-gradient(257deg, #f7f5cb, #9ed6b0);
  }

  #page32 .contents-9 .banner p {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: center;
    color: #393939;
  }

  #page32 .contents-9 .banner a {
    display: grid;
    grid-template-columns: 244px 13.8px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
    width: 277.8px;
    margin: 20px auto 0;
    padding: 12px 30px 16px 40px;
    border-radius: 5px;
    background-color: #278f49;
    border: solid 1px #278f49;
    transition: 0.4s ease;
  }

  #page32 .contents-9 .banner a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    transition: 0.4s ease;
  }

  #page32 .contents-9 .banner a::after {
    content: "";
    display: block;
    width: 13.8px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    transition: 0.4s ease;
  }

  #page32 .contents-9 .banner a:hover {
    background-color: #fff;
  }

  #page32 .contents-9 .banner a:hover span {
    color: #278f49;
  }

  #page32 .contents-9 .banner a:hover::after {
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page32 .contents-10 {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
  }

  #page32 .contents-10 h2 {
    display: inline-block;
    margin-bottom: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 3px;
    text-align: center;
    color: #1e3c0d;
    position: relative;
  }

  #page32 .contents-10 h2::before {
    content: "";
    display: block;
    width: 386px;
    height: 24px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_22pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -446px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page32 .contents-10 h2::after {
    content: "";
    display: block;
    width: 386px;
    height: 24px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_22pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -446px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page32 .contents-10 .items {
    display: grid;
    grid-template-columns: repeat(3, 400px);
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-content: center;
  }

  #page32 .contents-10 .items .item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 21px;
    justify-items: start;
    align-content: start;
    align-items: start;
  }

  #page32 .contents-10 .items .item h3 {
    display: grid;
    grid-template-columns: 25px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1.08px;
    text-align: left;
    color: #393939;
    white-space: nowrap;
  }

  #page32 .contents-10 .items .item h3::before {
    content: "";
    display: block;
    width: 25px;
    height: 16.7px;
    background: linear-gradient(to top, #66ad47, #278f49);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }

  #page32 .contents-10 .items .item iframe {
    width: 400px;
    height: 221.7px;
  }

  #page32 .contents-10 .items .item:nth-of-type(2) img {
    width: 229.91px;
    height: auto;
  }

  #page32 .contents-10 .items .item:nth-of-type(3) img {
    width: 230.16px;
    height: auto;
  }
}

/*SP*/
@media screen and (max-width: 1024px) {
  #page32 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 28px;
  }

  #page32 .kv_smp {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  #page32 .kv_smp::before {
    content: "";
    display: block;
    width: 100%;
    height: 260px;
    background-image: linear-gradient(237deg, #66ad47, #278f49);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  #page32 .kv_smp .wrap {
    position: relative;
    width: 290px;
    height: auto;
    margin: 0 auto;
  }

  #page32 .kv_smp .wrap .title p.text_item {
    margin-bottom: 10px;
    font-family: "Raleway", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.5px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #99c267;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    transform: translateX(-101%);
  }

  #page32 .kv_smp .wrap .title p.text_item>font {
    display: grid;
    grid-template-columns: 5px 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    align-items: center;
    position: relative;
    transform: translateX(101%);
  }

  #page32 .kv_smp .wrap .title p.text_item>font::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #99c267;
    border-radius: 50%;
  }

  #page32 .kv_smp .wrap .title.is-active .text_item {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page32 .kv_smp .wrap .title.is-active .text_item>font {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page32 .kv_smp .wrap .title.is-active .text_item:nth-child(1) {
    transition-delay: 0s;
  }

  #page32 .kv_smp .wrap .title.is-active .text_item:nth-child(1)>font {
    transition-delay: 0s;
  }

  #page32 .kv_smp .wrap .title.is-active .text_item:nth-child(2) {
    transition-delay: 0.15s;
  }

  #page32 .kv_smp .wrap .title.is-active .text_item:nth-child(2)>font {
    transition-delay: 0.15s;
  }

  #page32 .kv_smp .wrap h1 {
    margin-bottom: 35px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: 1.14px;
    text-align: left;
    color: #1e3c0d;
    position: relative;
  }

  #page32 .kv_smp .wrap h1.matrix .bg-wrap {
    display: block;
    overflow: hidden;
    opacity: 0;
  }

  #page32 .kv_smp .wrap h1.matrix .bg-wrap+.bg-wrap {
    margin-top: 10px;
  }

  #page32 .kv_smp .wrap h1.matrix .bg-wrap .inn {
    display: block;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  #page32 .kv_smp .wrap h1.matrix.is-animated .bg-wrap {
    opacity: 1;
  }

  #page32 .kv_smp .wrap h1.matrix.is-animated .bg-wrap .inn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  #page32 .kv_smp .wrap h1::after {
    content: "";
    display: block;
    width: 40px;
    height: 2.5px;
    background-image: linear-gradient(to left, #66ad47, #278f49);
    position: absolute;
    bottom: -10px;
    left: 0;
  }

  #page32 .kv_smp .wrap .img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  #page32 .kv_smp .wrap .img img {
    width: 100%;
    height: auto;
  }

  #page32 .kv_smp .wrap p {
    display: block;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
  }

  #page32 .kv_smp .wrap p span {
    display: block;
    margin-top: 2.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.9px;
    text-align: center;
    color: #fff;
  }

  #page32 .kv_smp .wrap a {
    display: grid;
    grid-template-columns: 112.5px 8.65px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    width: 131.15px;
    margin: 0 auto;
    padding: 11px 35px 13.5px 40px;
    border-radius: 2.5px;
    background-color: #fff;
    border: solid 1px #fff;
  }

  #page32 .kv_smp .wrap a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.5px;
    letter-spacing: 1.3px;
    text-align: left;
    color: #278f49;
    white-space: nowrap;
  }

  #page32 .kv_smp .wrap a::after {
    content: "";
    display: block;
    width: 8.65px;
    height: 7.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page32 .kv_pc {
    display: none;
  }

  #page32 .contents-1 {
    display: grid;
    grid-template-columns: 351.5px;
    row-gap: 30px;
    justify-content: center;
    padding-top: 43px;
    padding-bottom: 31.5px;
    position: relative;
  }

  #page32 .contents-1::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: repeating-linear-gradient(0deg, #f4f4f4 0 1px, transparent 1px 10px), repeating-linear-gradient(90deg, #f4f4f4 0 1px, transparent 1px 20px);
    background-size: 10px 10px;
  }

  #page32 .contents-1 .texts {
    width: 328px;
    height: auto;
    margin: 0 auto;
  }

  #page32 .contents-1 .texts h2 {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #1e3c0d;
  }

  #page32 .contents-1 .texts h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 24.5px;
    letter-spacing: 1.7px;
    text-align: left;
    background: linear-gradient(264deg, #66ad47, #278f49);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #page32 .contents-1 .texts h3 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.84px;
    text-align: left;
    color: #1e3c0d;
  }

  #page32 .contents-1 .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page32 .contents-1 .img {
    width: 100%;
    height: auto;
  }

  #page32 .contents-1 .img img {
    width: 100%;
    height: auto;
  }

  #page32 .contents-2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 34px;
    padding-bottom: 37.5px;
    text-align: center;
  }

  #page32 .contents-2::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_4smp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #page32 .contents-2 h2 {
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.96px;
    text-align: center;
    color: #fff;
    position: relative;
  }

  #page32 .contents-2 h2::before {
    content: "";
    display: block;
    width: 51.75px;
    height: 1px;
    border-bottom: dashed 1px #fff;
    position: absolute;
    top: 50%;
    left: -71.75px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page32 .contents-2 h2::after {
    content: "";
    display: block;
    width: 51.75px;
    height: 1px;
    border-bottom: dashed 1px #fff;
    position: absolute;
    top: 50%;
    right: -71.75px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page32 .contents-2 .content {
    padding-top: 110.5px;
    width: 385px;
    height: auto;
    margin: 0 auto;
    position: relative;
    right: 2.5px;
  }

  #page32 .contents-2 .content .img {
    width: 179px;
    height: auto;
    margin: 0 auto;
    position: relative;
    right: 13px;
  }

  #page32 .contents-2 .content .img img {
    width: 100%;
    height: auto;
  }

  #page32 .contents-2 .content p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.6px;
    text-align: center;
    color: #393939;
    white-space: nowrap;
  }

  #page32 .contents-2 .content p.p-1 {
    position: absolute;
    top: 84.5px;
    left: 27.5px;
    width: 113.5px;
    height: auto;
  }

  #page32 .contents-2 .content p.p-1::before {
    content: "";
    display: block;
    width: 165.35px;
    height: 67.45px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -9px;
    left: -27.5px;
    z-index: -1;
  }

  #page32 .contents-2 .content p.p-2 {
    position: absolute;
    top: 9.5px;
    left: 51.5px;
    width: 113.5px;
    height: auto;
  }

  #page32 .contents-2 .content p.p-2::before {
    content: "";
    display: block;
    width: 165.35px;
    height: 67.45px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -9px;
    left: -27.5px;
    z-index: -1;
  }

  #page32 .contents-2 .content p.p-3 {
    position: absolute;
    top: 10.5px;
    left: 215.5px;
    width: 139.5px;
    height: auto;
  }

  #page32 .contents-2 .content p.p-3::before {
    content: "";
    display: block;
    width: 165.35px;
    height: 67.45px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -10.5px;
    left: -16px;
    z-index: -1;
  }

  #page32 .contents-2 .content p.p-4 {
    position: absolute;
    top: 86px;
    left: 234.1px;
    width: 138.5px;
    height: auto;
  }

  #page32 .contents-2 .content p.p-4::before {
    content: "";
    display: block;
    width: 165.35px;
    height: 67.45px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -10.5px;
    left: -14.4px;
    z-index: -1;
  }

  #page32 .contents-3 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 29.5px;
    margin-bottom: 75px;
    text-align: center;
  }

  #page32 .contents-3 h2 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
  }

  #page32 .contents-3 h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 3px;
    text-align: center;
    color: #278f49;
  }

  #page32 .contents-3 p.description {
    display: inline-block;
    margin-bottom: 25px;
    padding: 4px 10px 5px;
    background-image: linear-gradient(262deg, #66ad47, #278f49);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #fff;
  }

  #page32 .contents-3 .items {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }

  #page32 .contents-3 .items .left,
  #page32 .contents-3 .items .right {
    display: grid;
    grid-template-columns: 293px;
    row-gap: 10px;
    justify-content: center;
    position: relative;
  }

  #page32 .contents-3 .items .left img,
  #page32 .contents-3 .items .right img {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 245px;
    height: auto;
    margin: 0 auto;
  }

  #page32 .contents-3 .items .left .texts,
  #page32 .contents-3 .items .right .texts {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    height: auto;
    position: relative;
  }

  #page32 .contents-3 .items .left .texts p.num,
  #page32 .contents-3 .items .right .texts p.num {
    display: grid;
    grid-template-columns: 81px 32.5px;
    grid-template-rows: 33px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    align-items: center;
    width: 118.5px;
    margin-bottom: 12.5px;
    font-family: "Raleway", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 1.2px;
    text-align: left;
    color: #278f49;
  }

  #page32 .contents-3 .items .left .texts p.num span,
  #page32 .contents-3 .items .right .texts p.num span {
    position: relative;
    top: -2.5px;
    font-family: "Raleway", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 2.8px;
    text-align: left;
    color: #278f49;
  }

  #page32 .contents-3 .items .left .texts h3,
  #page32 .contents-3 .items .right .texts h3 {
    display: block;
    width: 273px;
    margin: 0 0 20px auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.84px;
    text-align: left;
    color: #1e3c0d;
  }

  #page32 .contents-3 .items .left .texts p.check,
  #page32 .contents-3 .items .right .texts p.check {
    display: grid;
    grid-template-columns: 13px 255px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    justify-content: end;
    margin-bottom: 7.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page32 .contents-3 .items .left .texts p.check img,
  #page32 .contents-3 .items .right .texts p.check img {
    margin-top: 4.5px;
  }

  #page32 .contents-3 .items .left .texts p.check:nth-last-of-type(1),
  #page32 .contents-3 .items .right .texts p.check:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page32 .contents-3 .items .left::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 65.5px);
    background-color: #f4f4f4;
    position: absolute;
    top: 95.5px;
    left: calc(50% - 62px);
    z-index: -1;
  }

  #page32 .contents-3 .items .right::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 65.5px);
    background-color: #f4f4f4;
    position: absolute;
    top: 95.5px;
    right: calc(50% - 81.5px);
    z-index: -1;
  }

  #page32 .contents-4 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    background-image: linear-gradient(236deg, #66ad47, #278f49);
  }

  #page32 .contents-4 h2 {
    margin-bottom: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.96px;
    text-align: center;
    color: #fff;
  }

  #page32 .contents-4 .items {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }

  #page32 .contents-4 .items .item {
    display: grid;
    grid-template-columns: 100px 215px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    justify-content: center;
  }

  #page32 .contents-4 .items .item .img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
  }

  #page32 .contents-4 .items .item .img.img-1 img {
    width: 100%;
    height: auto;
    position: absolute;
  }

  #page32 .contents-4 .items .item .img.img-2 img {
    width: 100%;
    height: auto;
    position: absolute;
  }

  #page32 .contents-4 .items .item .img.img-3 img {
    width: 100%;
    height: auto;
    position: absolute;
  }

  #page32 .contents-4 .items .item .texts h3 {
    display: inline-block;
    margin-bottom: 9px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.84px;
    text-align: left;
    color: #fff;
    position: relative;
  }

  #page32 .contents-4 .items .item .texts h3:nth-last-of-type(1) {
    margin-bottom: 14px !important;
  }

  #page32 .contents-4 .items .item .texts h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
  }

  #page32 .contents-4 .items .item .texts h3.h3_pc {
    display: none;
  }

  #page32 .contents-4 .items .item .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #fff;
  }

  #page32 .contents-5 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
  }

  #page32 .contents-5 h2 {
    margin-bottom: 25px;
  }

  #page32 .contents-5 h2 small {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto 10px;
    padding-bottom: 2.25px;
    border-bottom: solid 1px #278f49;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #278f49;
    white-space: nowrap;
    position: relative;
  }

  #page32 .contents-5 h2 small::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 5px solid #278f49;
    border-bottom: 0;
    position: absolute;
    bottom: -6.75px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page32 .contents-5 h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
  }

  #page32 .contents-5 .images {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    justify-items: center;
    margin-bottom: 25px;
  }

  #page32 .contents-5 .images img {
    width: 180px;
    height: auto;
  }

  #page32 .contents-5 p {
    display: block;
    width: 339px;
    height: auto;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page32 .contents-6 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    padding: 45px 0 40px;
    background-color: #e4f2d4;
    text-align: center;
  }

  #page32 .contents-6 h2 {
    display: inline-block;
    margin-bottom: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
    position: relative;
  }

  #page32 .contents-6 h2 .diagonal-line {
    position: absolute;
    width: 20.805px;
    /* ← 対角線の長さ */
    height: 1px;
    /* 線の太さ */
    background-color: #3cbc24;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page32 .contents-6 h2 .diagonal-line.left {
    left: -25px;
    transform: rotate(61.28deg);
  }

  #page32 .contents-6 h2 .diagonal-line.left.second {
    left: -30px;
    transform: rotate(61.28deg);
  }

  #page32 .contents-6 h2 .diagonal-line.right {
    right: -25px;
    transform: rotate(-61.28deg);
    /* 逆方向に回転 */
  }

  #page32 .contents-6 h2 .diagonal-line.right.second {
    right: -30px;
    transform: rotate(-61.28deg);
  }

  #page32 .contents-6 img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }

  #page32 .contents-7 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
  }

  #page32 .contents-7 h2 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
  }

  #page32 .contents-7 .items {
    display: grid;
    grid-template-columns: 350px;
    row-gap: 25px;
    justify-content: center;
  }

  #page32 .contents-7 .items .item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  #page32 .contents-7 .items .item .que {
    display: grid;
    grid-template-columns: 20px 1fr;
    -moz-column-gap: 9.5px;
    column-gap: 9.5px;
  }

  #page32 .contents-7 .items .item .que strong {
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 22.5px;
    letter-spacing: 1.9px;
    text-align: left;
    color: #278f49;
    position: relative;
    bottom: -6px;
  }

  #page32 .contents-7 .items .item .que h3 span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 0.78px;
    text-align: left;
    color: #278f49;
    position: relative;
  }

  #page32 .contents-7 .items .item .que h3 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #707070;
    position: absolute;
    bottom: -3.5px;
    left: 0;
  }

  #page32 .contents-7 .items .item .que h3 span.h3_pc {
    display: none;
  }

  #page32 .contents-7 .items .item .ans p {
    display: grid;
    grid-template-columns: 19px 1fr;
    -moz-column-gap: 9.5px;
    column-gap: 9.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page32 .contents-7 .items .item .ans p span {
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 1.9px;
    text-align: left;
    color: #eb6d20;
    position: relative;
    bottom: 2px;
  }

  #page32 .contents-7 .items .item .ans a {
    display: grid;
    grid-template-columns: 198.5px 8.65px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    width: 217.15px;
    margin: 15px auto 0 28.5px;
    padding: 11px 20px 13.5px 20px;
    border-radius: 2.5px;
    background-color: #278f49;
    border: solid 1px #278f49;
  }

  #page32 .contents-7 .items .item .ans a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.5px;
    letter-spacing: 1.3px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }

  #page32 .contents-7 .items .item .ans a::after {
    content: "";
    display: block;
    width: 8.65px;
    height: 7.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page32 .contents-8 {
    display: grid;
    grid-template-columns: 352.15px;
    row-gap: 30px;
    justify-content: center;
    margin-bottom: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    background-image: linear-gradient(243deg, #66ad47, #278f49);
    position: relative;
  }

  #page32 .contents-8 .headline h2 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.96px;
    text-align: center;
    color: #fff;
  }

  #page32 .contents-8 .headline p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 1.6px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
  }

  #page32 .contents-8 .items {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  #page32 .contents-8 .items .item {
    display: grid;
    grid-template-columns: 67.5px 1fr;
    -moz-column-gap: 27.5px;
    column-gap: 27.5px;
  }

  #page32 .contents-8 .items .item:nth-of-type(1) p.num::after {
    content: "";
    display: block;
    width: 1px;
    height: 128px;
    border-left: dashed 1px #fff;
    position: absolute;
    bottom: -128px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page32 .contents-8 .items .item:nth-of-type(2) p.num::after {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    border-left: dashed 1px #fff;
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page32 .contents-8 .items .item p.num {
    display: block;
    width: 67.5px;
    height: 67.5px;
    border-radius: 50%;
    border: solid 1px #fff;
    box-sizing: border-box;
    position: relative;
  }

  #page32 .contents-8 .items .item p.num small {
    font-family: "Raleway", serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page32 .contents-8 .items .item p.num span {
    font-family: "Raleway", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 29.5px;
    letter-spacing: 1.25px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page32 .contents-8 .items .item .text h3 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: 0.84px;
    text-align: left;
    color: #fff;
  }

  #page32 .contents-8 .items .item .text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #fff;
  }

  #page32 .contents-8 .items .item .text a {
    display: grid;
    grid-template-columns: 198.5px 17.3px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    width: 217.15px;
    margin-top: 10px;
    padding: 11px 20px 13.5px 20px;
    border-radius: 2.5px;
    background-color: #fff;
    border: solid 1px #fff;
  }

  #page32 .contents-8 .items .item .text a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 1.3px;
    text-align: left;
    color: #278f49;
    white-space: nowrap;
  }

  #page32 .contents-8 .items .item .text a::after {
    content: "";
    display: block;
    width: 8.65px;
    height: 7.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0.5px;
  }

  #page32 .contents-9 {
    position: relative;
    width: 375.15px;
    height: auto;
    margin: 0 auto 72.65px;
    text-align: center;
    /*
    &::before {
      content: "";
      display: block;
      width: calc(171px / 2);
      height: calc(206.8px / 2);
      background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business01_8.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      bottom: calc(-85.3px / 2);
      left: -11px;
      z-index: 1;
    }*/
  }

  #page32 .contents-9 h2 {
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 1.6px;
    text-align: center;
    color: #278f49;
    position: relative;
  }

  #page32 .contents-9 h2::before {
    content: "";
    display: block;
    width: 12.5px;
    height: 12.5px;
    background-image: linear-gradient(to bottom, #66ad47, #278f49);
    position: absolute;
    top: 50%;
    left: -27.7px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }

  #page32 .contents-9 h2::after {
    content: "";
    display: block;
    width: 12.5px;
    height: 12.5px;
    background-image: linear-gradient(to bottom, #66ad47, #278f49);
    position: absolute;
    top: 50%;
    right: -27.7px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }

  #page32 .contents-9 .banner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 5px;
    background-image: linear-gradient(243deg, #f7f5cb, #9ed6b0);
  }

  #page32 .contents-9 .banner p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: center;
    color: #393939;
  }

  #page32 .contents-9 .banner a {
    display: grid;
    grid-template-columns: 198.5px 8.65px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    width: 217.15px;
    margin: 20px auto 0;
    padding: 11px 20px 13.5px;
    border-radius: 2.5px;
    background-color: #278f49;
    border: solid 1px #278f49;
  }

  #page32 .contents-9 .banner a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.5px;
    letter-spacing: 1.3px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }

  #page32 .contents-9 .banner a::after {
    content: "";
    display: block;
    width: 8.65px;
    height: 7.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0.5px;
  }

  #page32 .contents-10 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    text-align: center;
  }

  #page32 .contents-10 h2 {
    display: inline-block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: center;
    color: #1e3c0d;
    position: relative;
  }

  #page32 .contents-10 h2::before {
    content: "";
    display: block;
    width: 76px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_22smp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -96px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page32 .contents-10 h2::after {
    content: "";
    display: block;
    width: 76px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page30/business02_22smp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -96px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page32 .contents-10 .items {
    display: grid;
    grid-template-columns: 350px;
    row-gap: 25px;
    justify-content: center;
  }

  #page32 .contents-10 .items .item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 9px;
    justify-items: start;
    align-items: start;
  }

  #page32 .contents-10 .items .item h3 {
    display: grid;
    grid-template-columns: 12.5px 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 14.5px;
    letter-spacing: 0.81px;
    text-align: left;
    color: #393939;
    white-space: nowrap;
  }

  #page32 .contents-10 .items .item h3::before {
    content: "";
    display: block;
    width: 12.5px;
    height: 8.35px;
    background: linear-gradient(to top, #66ad47, #278f49);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }

  #page32 .contents-10 .items .item iframe {
    width: 350px;
    height: 193.95px;
  }

  #page32 .contents-10 .items .item:nth-of-type(2) img {
    width: 201.17125px;
    height: auto;
  }

  #page32 .contents-10 .items .item:nth-of-type(3) img {
    width: 201.39px;
    height: auto;
  }
}

/*70.新卒採用情報*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page70 {
    position: relative;
    width: 100%;
    height: auto;
  }

  #page70 .kv {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 81px;
  }

  #page70 .kv::after {
    content: "";
    display: block;
    width: 1000%;
    height: 105px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: calc(50% + 35px);
  }

  #page70 .kv .images {
    position: relative;
    width: 100%;
    height: 500px;
  }

  #page70 .kv .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .kv .texts {
    position: absolute;
    bottom: 0;
    left: calc(50% - 560px);
    z-index: 1;
  }

  #page70 .kv .texts .bg .bg-wrap {
    position: relative;
    display: inline-block;
  }

  #page70 .kv .texts .bg .bg-wrap:nth-last-of-type(1) {
    margin-top: 2px;
  }

  #page70 .kv .texts .bg .bg-wrap .inn {
    display: inline-block;
    padding: 8px 20px;
    font-family: "Raleway", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 1;
  }

  #page70 .kv .texts .bg.is-animated .bg-wrap::before {
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: #2ab299;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
  }

  @keyframes bg {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }

    30% {
      transform: scaleX(1) translateX(0);
    }

    100% {
      transform: scaleX(1) translateX(0);
    }

    30%,
    100% {
      opacity: 1;
    }
  }

  #page70 .kv .texts .title {
    margin-top: 30px;
    margin-left: 20px;
  }

  #page70 .kv .texts .title h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: 3.6px;
    text-align: center;
    color: #1e3c0d;
  }

  #page70 .kv .texts .title .text_item {
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    transform: translateX(-101%);
  }

  #page70 .kv .texts .title .text_item>font {
    display: block;
    transform: translateX(101%);
  }

  #page70 .kv .texts .title.is-active .text_item {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page70 .kv .texts .title.is-active .text_item>font {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page70 .kv .texts .title.is-active .text_item:nth-child(1) {
    transition-delay: 0s;
  }

  #page70 .kv .texts .title.is-active .text_item:nth-child(1)>font {
    transition-delay: 0s;
  }

  #page70 .contents-1 {
    position: relative;
    width: 953px;
    height: auto;
    margin: 0 auto 121.2px;
    right: 1.5px;
  }

  #page70 .contents-1 h2 {
    margin-bottom: 70px;
  }

  #page70 .contents-1 h2 strong {
    display: block;
    font-family: "Whisper", cursive;
    font-size: 100px;
    font-weight: normal;
    line-height: 128px;
    letter-spacing: 5px;
    text-align: center;
    color: #f87f35;
  }

  #page70 .contents-1 h2 small {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2.88px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-1 .items {
    display: grid;
    grid-template-columns: 408px 454px;
    -moz-column-gap: 91px;
    column-gap: 91px;
  }

  #page70 .contents-1 .items h3 {
    font-family: "Klee One", cursive;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: 1.8px;
    text-align: left;
    color: #393939;
    position: relative;
    white-space: nowrap;
  }

  #page70 .contents-1 .items h3.matrix .bg-wrap {
    display: block;
    overflow: hidden;
    opacity: 0;
  }

  #page70 .contents-1 .items h3.matrix .bg-wrap .inn {
    display: block;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  #page70 .contents-1 .items h3.matrix.is-animated .bg-wrap {
    opacity: 1;
  }

  #page70 .contents-1 .items h3.matrix.is-animated .bg-wrap .inn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  #page70 .contents-1 .items .texts {
    margin-top: 10px;
  }

  #page70 .contents-1 .items .texts p.p-1 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-1 .items .texts p.p-2 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-1 .items .texts p.p-2:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page70 .contents-1 .items .texts p.p-3 {
    display: grid;
    grid-template-columns: 20px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-1 .items .texts p.p-3 img {
    position: relative;
    top: 1.5px;
  }

  #page70 .contents-1 .items .texts p.p-3:nth-last-of-type(1) {
    margin-bottom: 20px;
  }

  #page70 .contents-1 .images img:nth-of-type(1) {
    display: block;
    width: 166.9px;
    height: 166.9px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 89.6px;
    left: -208.5px;
  }

  #page70 .contents-1 .images img:nth-of-type(2) {
    display: block;
    width: 280.01px;
    height: 349.7px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 431.3px;
    right: -315.81px;
    z-index: 1;
  }

  #page70 .contents-1 .images img:nth-of-type(3) {
    display: block;
    width: 99px;
    height: 99px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: -95px;
    right: 26px;
  }

  #page70 .contents-2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 118.1px;
    padding-bottom: 249.5px;
    background-image: linear-gradient(36deg, #c3eae3, #fadec2);
  }

  #page70 .contents-2 h2 {
    margin-bottom: 131.3px;
    text-align: center;
    position: relative;
  }

  #page70 .contents-2 h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 3.6px;
    text-align: center;
    color: #393939;
    position: relative;
    z-index: 1;
  }

  #page70 .contents-2 h2 strong {
    font-family: "Whisper", cursive;
    font-size: 136px;
    font-weight: normal;
    line-height: 174px;
    letter-spacing: 6.8px;
    text-align: left;
    color: #fff;
    opacity: 0.7;
    transform: rotate(-10deg);
    position: absolute;
    top: -34.4px;
    left: calc(50% + 17px);
  }

  #page70 .contents-2 .items {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  #page70 .contents-2 .items .item.left {
    display: grid;
    grid-template-columns: 500px 449px;
    -moz-column-gap: 90px;
    column-gap: 90px;
    justify-content: center;
    position: relative;
    right: 60.5px;
  }

  #page70 .contents-2 .items .item.left img {
    width: 100%;
    height: auto;
  }

  #page70 .contents-2 .items .item.left .texts {
    margin-top: 35px;
  }

  #page70 .contents-2 .items .item.left .texts .headline {
    width: 330px;
  }

  #page70 .contents-2 .items .item.left .texts .headline p.num {
    display: inline-block;
    margin-bottom: 3px;
    padding: 8px 20px;
    background-color: #2ab299;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
  }

  #page70 .contents-2 .items .item.left .texts .headline h3 {
    display: inline-block;
    margin-bottom: 3px;
    padding: 2px 10px 5px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1.44px;
    text-align: left;
    color: #393939;
  }

  #page70 .contents-2 .items .item.left .texts .headline h3:nth-last-of-type(1) {
    margin-bottom: 30px;
  }

  #page70 .contents-2 .items .item.left .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-2 .items .item.right {
    display: grid;
    grid-template-columns: 449px 500px;
    -moz-column-gap: 90px;
    column-gap: 90px;
    justify-content: center;
    position: relative;
    left: 100.5px;
  }

  #page70 .contents-2 .items .item.right img {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 100%;
    height: auto;
  }

  #page70 .contents-2 .items .item.right .texts {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 35px;
  }

  #page70 .contents-2 .items .item.right .texts .headline {
    width: 330px;
  }

  #page70 .contents-2 .items .item.right .texts .headline p.num {
    display: inline-block;
    margin-bottom: 3px;
    padding: 8px 20px;
    background-color: #2ab299;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
  }

  #page70 .contents-2 .items .item.right .texts .headline h3 {
    display: inline-block;
    margin-bottom: 3px;
    padding: 2px 10px 5px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1.44px;
    text-align: left;
    color: #393939;
  }

  #page70 .contents-2 .items .item.right .texts .headline h3:nth-last-of-type(1) {
    margin-bottom: 30px;
  }

  #page70 .contents-2 .items .item.right .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-3 {
    position: relative;
    width: 1280px;
    height: auto;
    margin: -129.5px auto 119.5px;
    padding-top: 90px;
    background: #fff;
  }

  #page70 .contents-3 h2 {
    margin-bottom: 50px;
    text-align: center;
  }

  #page70 .contents-3 h2 span {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Raleway", serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.69;
    letter-spacing: 2.6px;
    text-align: center;
    color: #bc9b60;
    position: relative;
  }

  #page70 .contents-3 h2 span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #bc9b60;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page70 .contents-3 h2 span::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #bc9b60;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page70 .contents-3 h2 strong {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: 3.6px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-3 .items {
    display: grid;
    grid-template-columns: repeat(2, 611.5px);
    justify-content: center;
  }

  #page70 .contents-3 .items .item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  #page70 .contents-3 .items .item h3 {
    display: grid;
    grid-template-columns: 42px 1fr;
    -moz-column-gap: 12px;
    column-gap: 12px;
    align-items: center;
    width: 574.5px;
    margin: 0 auto 25px 47.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1.38px;
    text-align: left;
    color: #393939;
  }

  #page70 .contents-3 .items .item h3 span {
    font-family: "Raleway", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 4px;
    text-align: left;
    color: #bc9b60;
  }

  #page70 .contents-3 .items .item .graph__area {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    width: 538px;
    height: auto;
    margin: 0 auto 0 47.5px;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .graph__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-align: left;
    color: #393939;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph {
    position: relative;
    width: 0;
    height: 30px;
    border-radius: 2px;
    transition: width 2s ease-in-out;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph--01 {
    opacity: 1;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph--02 {
    opacity: 0.8;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph--03 {
    opacity: 0.6;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph--04 {
    opacity: 0.45;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph--05 {
    opacity: 0.3;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .number {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2.8px;
    text-align: left;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .number.is-active {
    opacity: 1;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .number small {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1.6px;
    text-align: left;
  }

  #page70 .contents-3 .items .item img {
    width: 506px;
    height: auto;
    margin: 0 auto 0 47.5px;
  }

  #page70 .contents-3 .items .item img img {
    width: 100%;
    height: auto;
  }

  #page70 .contents-3 .items .item.item-1 .graph__area .graph__box .bar-graph-wrap .graph,
  #page70 .contents-3 .items .item.item-5 .graph__area .graph__box .bar-graph-wrap .graph {
    background-color: #f27d35;
  }

  #page70 .contents-3 .items .item.item-1 .graph__area .graph__box .bar-graph-wrap .number,
  #page70 .contents-3 .items .item.item-5 .graph__area .graph__box .bar-graph-wrap .number {
    color: #f87f35;
  }

  #page70 .contents-3 .items .item.item-1 .graph__area .graph__box .bar-graph-wrap .number small,
  #page70 .contents-3 .items .item.item-5 .graph__area .graph__box .bar-graph-wrap .number small {
    color: #f87f35;
  }

  #page70 .contents-3 .items .item.item-4 .graph__area .graph__box .bar-graph-wrap .graph {
    background-color: #3dbaa3;
  }

  #page70 .contents-3 .items .item.item-4 .graph__area .graph__box .bar-graph-wrap .number {
    color: #2ab299;
  }

  #page70 .contents-3 .items .item.item-4 .graph__area .graph__box .bar-graph-wrap .number small {
    color: #2ab299;
  }

  #page70 .contents-3 .items .item.item-1,
  #page70 .contents-3 .items .item.item-3,
  #page70 .contents-3 .items .item.item-5 {
    border-right: dashed 2px #b5b5b5;
  }

  #page70 .contents-3 .items .item.item-1 h3,
  #page70 .contents-3 .items .item.item-3 h3,
  #page70 .contents-3 .items .item.item-5 h3 {
    margin: 0 auto 25px 37.5px;
  }

  #page70 .contents-3 .items .item.item-1 .graph__area,
  #page70 .contents-3 .items .item.item-3 .graph__area,
  #page70 .contents-3 .items .item.item-5 .graph__area {
    margin: 0 auto 0 37.5px;
  }

  #page70 .contents-3 .items .item.item-1 img,
  #page70 .contents-3 .items .item.item-3 img,
  #page70 .contents-3 .items .item.item-5 img {
    margin: 0 auto 0 37.5px;
  }

  #page70 .contents-3 .items .item.item-3,
  #page70 .contents-3 .items .item.item-4,
  #page70 .contents-3 .items .item.item-5,
  #page70 .contents-3 .items .item.item-6 {
    padding-top: 50px;
  }

  #page70 .contents-3 .items .item.item-1,
  #page70 .contents-3 .items .item.item-2,
  #page70 .contents-3 .items .item.item-3,
  #page70 .contents-3 .items .item.item-4 {
    border-bottom: dashed 2px #b5b5b5;
  }

  #page70 .contents-4 {
    position: relative;
    width: 100%;
    height: auto;
    /*
    margin-bottom: 90px;
    */
    margin-bottom: 136px;
    padding-top: 121px;
    padding-bottom: 76px;
  }

  #page70 .contents-4::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_12pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }

  #page70 .contents-4::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #4fb9a7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }

  #page70 .contents-4 h2 {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
  }

  #page70 .contents-4 h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 3.6px;
    text-align: center;
    color: #fff;
  }

  #page70 .contents-4 h2 strong {
    font-family: "Whisper", cursive;
    font-size: 136px;
    font-weight: normal;
    line-height: 174px;
    letter-spacing: 6.8px;
    text-align: left;
    color: transparent;
    opacity: 0.5;
    -webkit-text-stroke: 1px #fff;
    transform: rotate(-10deg);
    position: absolute;
    top: -109.5px;
    left: calc(50% - 557px);
  }

  #page70 .contents-4 .items {
    display: grid;
    grid-template-columns: repeat(3, 370px);
    grid-template-rows: repeat(3, 344px);
    gap: 20px;
    justify-content: center;
  }

  #page70 .contents-4 .items .item {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
  }

  #page70 .contents-4 .items .item h3 {
    margin-top: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.82;
    letter-spacing: 2.2px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-4 .items .item.item-1 p {
    position: absolute;
    top: 119.5px;
    left: 96px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-1 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 73px;
    letter-spacing: 1.2px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-1 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-1 img.img-1 {
    position: absolute;
    top: 127.1px;
    left: 37px;
    width: 39px;
    height: 129px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-1 img.img-2 {
    position: absolute;
    top: 127.1px;
    left: 295px;
    width: 39px;
    height: 129px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-2 p {
    position: absolute;
    top: 149.5px;
    left: 60px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-2 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 75px;
    font-weight: 600;
    line-height: 92px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-2 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-2 img {
    position: absolute;
    top: 124.3px;
    left: 187.5px;
    width: 130px;
    height: 143.31px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-3 p {
    position: absolute;
    top: 213.3px;
    left: 25px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-3 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 73px;
    letter-spacing: normal;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-3 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: 1px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-3 img {
    position: absolute;
    top: 112.1px;
    left: 145px;
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-4 p {
    position: absolute;
    top: 201.6px;
    left: 118px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-4 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 75px;
    font-weight: 600;
    line-height: 92px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-4 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-4 img {
    position: absolute;
    top: 96px;
    left: 106px;
    width: 158px;
    height: 97px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-5 p {
    position: absolute;
    top: 98px;
    left: 55px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-5 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 65px;
    font-weight: 600;
    line-height: 79px;
    letter-spacing: 1.3px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-5 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-5 img {
    position: absolute;
    top: 199px;
    left: 63px;
    width: 245px;
    height: 91.1px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-6 p {
    position: absolute;
    top: 193.8px;
    left: 101px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-6 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 75px;
    font-weight: 600;
    line-height: 92px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-6 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-6 img {
    position: absolute;
    top: 89px;
    left: 123px;
    width: 124px;
    height: 109px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-7 p {
    position: absolute;
    top: 72px;
    left: 118px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-7 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 75px;
    font-weight: 600;
    line-height: 92px;
    letter-spacing: -3.75px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-7 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-7 img {
    position: absolute;
    top: 164px;
    left: 49px;
    width: 273px;
    height: 124px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-8 p {
    position: absolute;
    top: 191.4px;
    left: 90px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-8 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 75px;
    font-weight: 600;
    line-height: 92px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-8 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-8 img {
    position: absolute;
    top: 92px;
    left: 141px;
    width: 88.6px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-9 p {
    position: absolute;
    top: 71.7px;
    left: 121px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-9 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 75px;
    font-weight: 600;
    line-height: 92px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-9 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-9 img {
    position: absolute;
    top: 164px;
    left: 57px;
    width: 257px;
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 p.att {
    display: block;
    width: 1150px;
    height: auto;
    margin: 20px auto 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: right;
    color: #fff;
  }

  #page70 .contents-5 {
    position: relative;
    width: 990px;
    height: auto;
    margin: 0 auto 136px;
  }

  #page70 .contents-5::after {
    content: "";
    display: block;
    width: 311.8px;
    height: 353.8px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_24pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -123.3px;
    right: calc(50% - 695px);
  }

  #page70 .contents-5 p.p-1 {
    display: grid;
    grid-template-columns: 50px 180px;
    -moz-column-gap: 10.9px;
    column-gap: 10.9px;
    justify-content: center;
    align-items: end;
    margin-bottom: 22.2px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1.92px;
    text-align: left;
    color: #eb6d20;
    white-space: nowrap;
  }

  #page70 .contents-5 p.p-1 img {
    width: 100%;
    height: auto;
  }

  #page70 .contents-5 h2 {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: 3.6px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-5 p.p-2 {
    margin-bottom: 49.1px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-5 .swiper-1 {
    width: 990px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }

  #page70 .contents-5 .swiper-1 .swiper-wrapper {
    align-items: center;
  }

  #page70 .contents-5 .swiper-1 .swiper-wrapper .swiper-slide {
    width: 440px;
    text-align: center;
  }

  #page70 .contents-5 .swiper-1 .swiper-wrapper .swiper-slide img {
    display: block;
    width: 345px;
    height: 630.2px;
    margin: 0 auto;
    opacity: 0.5;
    -o-object-fit: cover;
    object-fit: cover;
    transition: width 0.1s ease;
  }

  #page70 .contents-5 .swiper-1 .swiper-wrapper .swiper-slide.swiper-slide-active img {
    width: 440px;
    height: 803.8px;
    opacity: 1 !important;
    -o-object-fit: cover;
    object-fit: cover;
    transition: width 0.1s ease;
  }

  #page70 .contents-5 .swiper-button-prev-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: solid 1px #3dbaa3;
    background-color: #3dbaa3;
    box-sizing: border-box;
    position: absolute;
    left: 199px;
    bottom: 369.8px;
    z-index: 1;
    cursor: pointer;
    transition: 0.4s ease;
  }

  #page70 .contents-5 .swiper-button-prev-1 img {
    display: block;
    width: 13.8px;
    height: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: rotate(180deg);
    transition: 0.4s ease;
  }

  #page70 .contents-5 .swiper-button-prev-1 img:nth-of-type(2) {
    display: none;
  }

  #page70 .contents-5 .swiper-button-prev-1:hover {
    background-color: #fff;
  }

  #page70 .contents-5 .swiper-button-prev-1:hover img {
    display: block;
    width: 13.8px;
    height: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: rotate(180deg);
  }

  #page70 .contents-5 .swiper-button-prev-1:hover img:nth-of-type(1) {
    display: none;
  }

  #page70 .contents-5 .swiper-button-next-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: solid 1px #3dbaa3;
    background-color: #3dbaa3;
    box-sizing: border-box;
    position: absolute;
    right: 199px;
    bottom: 369.8px;
    z-index: 1;
    cursor: pointer;
    transition: 0.4s ease;
  }

  #page70 .contents-5 .swiper-button-next-1 img {
    display: block;
    width: 13.8px;
    height: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s ease;
  }

  #page70 .contents-5 .swiper-button-next-1 img:nth-of-type(2) {
    display: none;
  }

  #page70 .contents-5 .swiper-button-next-1:hover {
    background-color: #fff;
  }

  #page70 .contents-5 .swiper-button-next-1:hover img {
    display: block;
    width: 13.8px;
    height: 12px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-5 .swiper-button-next-1:hover img:nth-of-type(1) {
    display: none;
  }

  #page70 .contents-5 .swiper-pagination-custom {
    margin-top: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 2.4px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-6 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 169.1px;
    padding-top: 22px;
    padding-bottom: 69.8px;
  }

  #page70 .contents-6::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: repeating-linear-gradient(0deg, #f4f4f4 0 1px, transparent 1px 20px), repeating-linear-gradient(90deg, #f4f4f4 0 1px, transparent 1px 20px);
    background-size: 20px 20px;
  }

  #page70 .contents-6 h2 {
    display: block;
    width: 978px;
    height: auto;
    margin: 0 auto 60.1px;
    position: relative;
  }

  #page70 .contents-6 h2 span {
    display: inline-block;
    font-family: "Raleway", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #3dbaa3;
    position: absolute;
    left: 22px;
    top: -39px;
  }

  #page70 .contents-6 h2 span::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #3dbaa3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page70 .contents-6 h2 strong {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 3.6px;
    text-align: left;
    color: #393939;
  }

  #page70 .contents-6 .items {
    display: grid;
    grid-template-columns: 220px 698px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-content: center;
    position: relative;
    right: 15px;
  }

  #page70 .contents-6 .items .images {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #page70 .contents-6 .items .images img {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: solid 10px #fff;
  }

  #page70 .contents-6 .items .images p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-6 .items .texts {
    width: 100%;
    height: auto;
    margin-top: 12px;
    padding: 60px 120px 60px 60px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
  }

  #page70 .contents-6 .items .texts::after {
    content: "";
    display: block;
    width: 6px;
    height: 370px;
    background-color: #f27d35;
    position: absolute;
    left: 196px;
    top: 74px;
  }

  #page70 .contents-6 .items .texts .text {
    display: grid;
    grid-template-columns: 42px 91px 42px 341px;
    margin-bottom: 30px;
  }

  #page70 .contents-6 .items .texts .text:nth-last-of-type(1) {
    margin-bottom: 20px !important;
  }

  #page70 .contents-6 .items .texts .text img {
    width: 30px;
    height: auto;
  }

  #page70 .contents-6 .items .texts .text time {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #393939;
    position: relative;
    top: 3px;
  }

  #page70 .contents-6 .items .texts .text span {
    display: block;
    width: 12px;
    height: 12px;
    border: solid 2px #01a26e;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    top: 9px;
    z-index: 1;
  }

  #page70 .contents-6 .items .texts .text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.53;
    letter-spacing: 2.04px;
    text-align: left;
    color: #393939;
    white-space: nowrap;
  }

  #page70 .contents-6 .items .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
    white-space: nowrap;
  }

  #page70 .contents-7 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 120.4px;
    text-align: center;
  }

  #page70 .contents-7 h2 {
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
  }

  #page70 .contents-7 h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: 3.6px;
    text-align: center;
    color: #393939;
    position: relative;
  }

  #page70 .contents-7 h2 img {
    display: block;
    width: 391.5px;
    height: 125.6px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: -79.1px;
    left: -209.9px;
  }

  #page70 .contents-7 p.description {
    display: block;
    width: 568px;
    height: auto;
    margin: 0 auto 50px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-7 p.title {
    margin-bottom: 93.7px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: 1.1px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-7 .items {
    display: grid;
    grid-template-columns: repeat(3, 426px);
    justify-content: center;
    align-items: end;
  }

  #page70 .contents-7 .items .item {
    position: relative;
    box-sizing: border-box;
  }

  #page70 .contents-7 .items .item.item-1 {
    padding: 30px 35px 40px;
    background-image: linear-gradient(233deg, #fdfdfd, #f4f4f4);
  }

  #page70 .contents-7 .items .item.item-2 {
    padding: 30px 35px 115px;
    background-image: linear-gradient(229deg, #fdfdfd, #f4f4f4);
  }

  #page70 .contents-7 .items .item.item-3 {
    padding: 30px 35px 163px;
    background-image: linear-gradient(226deg, #fdfdfd, #f4f4f4);
  }

  #page70 .contents-7 .items .item::before {
    content: "";
    display: block;
    width: 100%;
    height: 49px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/page70_21_pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -49px;
    left: 0;
  }

  #page70 .contents-7 .items .item p.year {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 6px;
    text-align: left;
    color: #2ab299;
    position: absolute;
    top: -75px;
    left: 62px;
  }

  #page70 .contents-7 .items .item p.year small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #2ab299;
    position: relative;
    bottom: 3px;
  }

  #page70 .contents-7 .items .item p.headline {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-align: left;
    color: #393939;
  }

  #page70 .contents-7 .items .item p.check {
    display: grid;
    grid-template-columns: 26px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-7 .items .item p.check:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page70 .contents-7 .items .item p.check img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }

  #page70 .staff {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 120px;
    padding-top: 106px;
    /*
    padding-bottom: 60px;
    */
    padding-bottom: 100px;
    background-image: linear-gradient(to bottom, #c3eae3, #fadec2);
  }

  #page70 .staff::after {
    content: "";
    display: block;
    width: 265px;
    height: 317px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_37pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -30.4px;
    right: calc(50% - 704px);
  }

  #page70 .staff .staff__wrapper {
    width: 1256px;
    /*
    margin: 0 auto 155px;
    */
    margin: 0 auto;
  }

  #page70 .staff .staff__wrapper h2 {
    display: block;
    width: 1100px;
    height: auto;
    margin: 0 auto 40px;
  }

  #page70 .staff .staff__wrapper h2 strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Raleway", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 4px;
    text-align: left;
    color: #fff;
  }

  #page70 .staff .staff__wrapper h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: 2.8px;
    text-align: left;
    color: #393939;
  }

  #page70 .staff .staff__wrapper p.description {
    display: block;
    width: 1032px;
    height: auto;
    margin: 0 auto 50px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .staff .int {
    position: relative;
    width: 1256px;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  #page70 .staff .int h2 {
    display: inline-block;
    margin-bottom: 65.9px;
    position: relative;
  }

  #page70 .staff .int h2::before {
    content: "";
    display: block;
    width: 442px;
    height: 24px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_42pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -486px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page70 .staff .int h2::after {
    content: "";
    display: block;
    width: 442px;
    height: 24px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_42pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -486px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page70 .staff .int h2 strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 3.2px;
    text-align: center;
    color: #393939;
    position: relative;
    /*
    &::before {
      content: "ぶっちゃけ！";
      display: inline-block;
      font-family: $NotoSansJP;
      font-size: 18px;
      font-weight: 500;
      line-height: 26px;
      letter-spacing: 1.08px;
      text-align: center;
      color: #393939;
      position: absolute;
      top: -48.1px;
      left: 40px;
    }

    &::after {
      content: "";
      display: block;
      width: 140px;
      height: 33.2px;
      background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_43.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      top: -28.6px;
      left: 20.8px;
    }*/
  }

  #page70 .staff .int h2 span {
    font-family: "Whisper", cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 98.3px;
    letter-spacing: 2.5px;
    text-align: left;
    color: #f87f35;
    transform: rotate(-10deg);
    position: absolute;
    bottom: -66px;
    left: 187.3px;
  }

  #page70 .staff .int .swiper-2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }

  #page70 .staff .int .swiper-2 .swiper-wrapper {
    align-items: center;
  }

  #page70 .staff .int .swiper-2 .swiper-wrapper .swiper-slide {
    width: 700px;
    text-align: center;
  }

  #page70 .staff .int .swiper-2 .swiper-wrapper .swiper-slide iframe {
    display: block;
    width: 400px;
    height: 221.67px;
    margin: 0 auto;
    opacity: 0.6;
    -o-object-fit: cover;
    object-fit: cover;
    transition: width 0.1s ease;
  }

  #page70 .staff .int .swiper-2 .swiper-wrapper .swiper-slide.swiper-slide-active iframe {
    width: 700px;
    height: 387.93px;
    opacity: 1 !important;
    -o-object-fit: cover;
    object-fit: cover;
    transition: width 0.1s ease;
  }

  #page70 .staff .int .swiper-button-prev-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: solid 1px #f87f35;
    background-color: #f87f35;
    box-sizing: border-box;
    position: absolute;
    left: 201px;
    bottom: 220px;
    z-index: 1;
    cursor: pointer;
    transition: 0.4s ease;
  }

  #page70 .staff .int .swiper-button-prev-2 img {
    display: block;
    width: 13.8px;
    height: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: rotate(180deg);
    transition: 0.4s ease;
  }

  #page70 .staff .int .swiper-button-prev-2 img:nth-of-type(2) {
    display: none;
  }

  #page70 .staff .int .swiper-button-prev-2:hover {
    background-color: #fff;
  }

  #page70 .staff .int .swiper-button-prev-2:hover img {
    display: block;
    width: 13.8px;
    height: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: rotate(180deg);
  }

  #page70 .staff .int .swiper-button-prev-2:hover img:nth-of-type(1) {
    display: none;
  }

  #page70 .staff .int .swiper-button-next-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: solid 1px #f87f35;
    background-color: #f87f35;
    box-sizing: border-box;
    position: absolute;
    right: 201px;
    bottom: 220px;
    z-index: 1;
    cursor: pointer;
    transition: 0.4s ease;
  }

  #page70 .staff .int .swiper-button-next-2 img {
    display: block;
    width: 13.8px;
    height: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s ease;
  }

  #page70 .staff .int .swiper-button-next-2 img:nth-of-type(2) {
    display: none;
  }

  #page70 .staff .int .swiper-button-next-2:hover {
    background-color: #fff;
  }

  #page70 .staff .int .swiper-button-next-2:hover img {
    display: block;
    width: 13.8px;
    height: 12px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .staff .int .swiper-button-next-2:hover img:nth-of-type(1) {
    display: none;
  }

  #page70 .staff .int .swiper-pagination {
    position: relative !important;
    margin: 30px auto;
  }

  #page70 .staff .int .swiper-pagination .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  #page70 .staff .int .swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
  }

  #page70 .staff .int .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #b1b1b1;
  }

  #page70 .staff .int .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f27d35;
  }

  #page70 .contents-8 {
    position: relative;
    width: 1056px;
    height: auto;
    margin: 0 auto 120px;
  }

  #page70 .contents-8 h2 {
    margin-bottom: 50px;
  }

  #page70 .contents-8 h2 strong {
    display: block;
    margin-bottom: 5px;
    font-family: "Raleway", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 4px;
    text-align: center;
    color: #bc9b60;
  }

  #page70 .contents-8 h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: 3.12px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-8 table {
    width: 100%;
    border-collapse: collapse;
  }

  #page70 .contents-8 table tr {
    display: flex;
    flex-direction: row;
    border-top: solid 1px #c7c7c7;
  }

  #page70 .contents-8 table tr:nth-last-of-type(1) {
    border-bottom: solid 1px #c7c7c7;
  }

  #page70 .contents-8 table tr th {
    display: block;
    padding: 30px;
    width: 240px;
    background-color: #f0f0f0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.92px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-8 table tr td {
    padding: 30px 45px;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-9 {
    display: grid;
    grid-template-columns: 142px 891px;
    -moz-column-gap: 112px;
    column-gap: 112px;
    justify-content: center;
    margin-bottom: 120px;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
    left: 4.5px;
  }

  #page70 .contents-9::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(59deg, #39c9af, #ffc388);
    position: absolute;
    top: 0;
    left: -4.5px;
    z-index: -1;
  }

  #page70 .contents-9::after {
    content: "";
    display: block;
    width: 166.9px;
    height: 166.9px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -123.1px;
    left: calc(50% + 357px);
  }

  #page70 .contents-9 .headline h2 {
    margin-bottom: 5px;
    font-family: "Raleway", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
  }

  #page70 .contents-9 .headline p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 3.12px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
  }

  #page70 .contents-9 .items {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  #page70 .contents-9 .items .item {
    display: grid;
    grid-template-columns: 125px 1fr;
    -moz-column-gap: 57.3px;
    column-gap: 57.3px;
  }

  #page70 .contents-9 .items .item:nth-of-type(1) p.num::after {
    content: "";
    display: block;
    width: 1px;
    height: 110px;
    border-left: dashed 2px #fff;
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page70 .contents-9 .items .item:nth-of-type(2) p.num::after {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    border-left: dashed 2px #fff;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page70 .contents-9 .items .item:nth-of-type(3) p.num::after {
    content: "";
    display: block;
    width: 1px;
    height: 38px;
    border-left: dashed 2px #fff;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page70 .contents-9 .items .item p.num {
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: solid 2px #fff;
    box-sizing: border-box;
    position: relative;
  }

  #page70 .contents-9 .items .item p.num small {
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page70 .contents-9 .items .item p.num span {
    font-family: "Raleway", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page70 .contents-9 .items .item .text {
    margin-top: 12px;
  }

  #page70 .contents-9 .items .item .text h3 {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 1.44px;
    text-align: left;
    color: #fff;
  }

  #page70 .contents-9 .items .item .text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #fff;
  }

  #page70 .contents-9 .items .item .text .btns {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }

  #page70 .contents-9 .items .item .text .btns a {
    display: grid;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    padding: 12px 30px 16px 20px;
    border-radius: 5px;
    background-color: #eb6d20;
    border: solid 1px #eb6d20;
    transition: 0.4s ease;
  }

  #page70 .contents-9 .items .item .text .btns a:nth-of-type(1) {
    grid-template-columns: 13.8px 227px;
    width: 250.8px;
  }

  #page70 .contents-9 .items .item .text .btns a:nth-of-type(2) {
    grid-template-columns: 13.8px 314px;
    width: 337.8px;
  }

  #page70 .contents-9 .items .item .text .btns a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    transition: 0.4s ease;
  }

  #page70 .contents-9 .items .item .text .btns a::before {
    content: "";
    display: block;
    width: 13.8px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    transition: 0.4s ease;
  }

  #page70 .contents-9 .items .item .text .btns a:hover {
    background-color: #fff;
  }

  #page70 .contents-9 .items .item .text .btns a:hover span {
    color: #eb6d20;
  }

  #page70 .contents-9 .items .item .text .btns a:hover::before {
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_orange.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #page70 .contents-10 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 120px;
  }

  #page70 .contents-10::before {
    content: "";
    display: block;
    width: 99px;
    height: 99px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 433.4px;
    left: calc(50% - 644px);
  }

  #page70 .contents-10::after {
    content: "";
    display: block;
    width: 281px;
    height: 350px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -200.4px;
    left: calc(50% + 519px);
    z-index: 1;
  }

  #page70 .contents-10 h2 {
    display: block;
    margin-bottom: 50px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: 3.12px;
    text-align: center;
    color: #1e3c0d;
  }

  #page70 .contents-10 h2 strong {
    display: block;
    margin-bottom: 5px;
    font-family: "Raleway", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 4px;
    text-align: center;
    color: #00a082;
  }

  #page70 .contents-10 .items {
    display: grid;
    grid-template-columns: 863px;
    row-gap: 40px;
    justify-content: center;
  }

  #page70 .contents-10 .items .item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  #page70 .contents-10 .items .item .que {
    display: grid;
    grid-template-columns: 34px 1fr;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  #page70 .contents-10 .items .item .que strong {
    font-family: "Raleway", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 3.2px;
    text-align: left;
    color: #01a26e;
    position: relative;
    bottom: 2px;
  }

  #page70 .contents-10 .items .item .que h3 span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.26px;
    text-align: left;
    color: #01a26e;
    position: relative;
  }

  #page70 .contents-10 .items .item .que h3 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #707070;
    position: absolute;
    bottom: -7px;
    left: 0;
  }

  #page70 .contents-10 .items .item .ans p {
    display: grid;
    grid-template-columns: 34px 1fr;
    -moz-column-gap: 25px;
    column-gap: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-10 .items .item .ans p span {
    font-family: "Raleway", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 3.2px;
    text-align: left;
    color: #eb6d20;
    position: relative;
    bottom: 6px;
  }
}

/*SP*/
@media screen and (max-width: 1024px) {
  #page70 {
    position: relative;
    width: 100%;
    height: auto;
  }

  #page70 .kv {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
  }

  #page70 .kv::after {
    content: "";
    display: block;
    width: 1000%;
    height: 52.5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: calc(50% - 78px);
  }

  #page70 .kv .images {
    position: relative;
    width: 100%;
    height: 217.5px;
  }

  #page70 .kv .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .kv .texts {
    position: absolute;
    bottom: 0;
    left: calc(50% - 165px);
    z-index: 1;
  }

  #page70 .kv .texts .bg .bg-wrap {
    position: relative;
    display: inline-block;
  }

  #page70 .kv .texts .bg .bg-wrap:nth-last-of-type(1) {
    margin-top: 2px;
  }

  #page70 .kv .texts .bg .bg-wrap .inn {
    display: inline-block;
    padding: 4px 10px;
    font-family: "Raleway", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.5px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 1;
  }

  #page70 .kv .texts .bg.is-animated .bg-wrap::before {
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: #2ab299;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
  }

  @keyframes bg {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }

    30% {
      transform: scaleX(1) translateX(0);
    }

    100% {
      transform: scaleX(1) translateX(0);
    }

    30%,
    100% {
      opacity: 1;
    }
  }

  #page70 .kv .texts .title {
    margin-top: 15px;
    margin-left: 3.5px;
  }

  #page70 .kv .texts .title h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    color: #1e3c0d;
  }

  #page70 .kv .texts .title .text_item {
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    transform: translateX(-101%);
  }

  #page70 .kv .texts .title .text_item>font {
    display: block;
    transform: translateX(101%);
  }

  #page70 .kv .texts .title.is-active .text_item {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page70 .kv .texts .title.is-active .text_item>font {
    transform: translateX(0);
    transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
  }

  #page70 .kv .texts .title.is-active .text_item:nth-child(1) {
    transition-delay: 0s;
  }

  #page70 .kv .texts .title.is-active .text_item:nth-child(1)>font {
    transition-delay: 0s;
  }

  #page70 .contents-1 {
    position: relative;
    width: 290px;
    height: auto;
    margin: 0 auto 45px;
  }

  #page70 .contents-1 h2 {
    margin-bottom: 25px;
  }

  #page70 .contents-1 h2 strong {
    display: block;
    font-family: "Whisper", cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 64px;
    letter-spacing: 2.5px;
    text-align: center;
    color: #f87f35;
  }

  #page70 .contents-1 h2 small {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.5px;
    letter-spacing: 1.56px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-1 .items {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  #page70 .contents-1 .items h3 {
    font-family: "Klee One", cursive;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: 0.95px;
    text-align: left;
    color: #393939;
    position: relative;
    white-space: nowrap;
  }

  #page70 .contents-1 .items h3.matrix .bg-wrap {
    display: block;
    overflow: hidden;
    opacity: 0;
  }

  #page70 .contents-1 .items h3.matrix .bg-wrap .inn {
    display: block;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  #page70 .contents-1 .items h3.matrix.is-animated .bg-wrap {
    opacity: 1;
  }

  #page70 .contents-1 .items h3.matrix.is-animated .bg-wrap .inn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  #page70 .contents-1 .items .texts p.p-1 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-1 .items .texts p.p-2 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-1 .items .texts p.p-2:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page70 .contents-1 .items .texts p.p-3 {
    display: grid;
    grid-template-columns: 10px 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    align-items: center;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-1 .items .texts p.p-3 img {
    position: relative;
    top: 2.5px;
  }

  #page70 .contents-1 .items .texts p.p-3:nth-last-of-type(1) {
    margin-bottom: 10px;
  }

  #page70 .contents-1 .images img:nth-of-type(1) {
    display: block;
    width: 83px;
    height: 83px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 14.3px;
    left: -39.7px;
  }

  #page70 .contents-1 .images img:nth-of-type(2) {
    display: block;
    width: 140.005px;
    height: 174.85px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    bottom: -88.45px;
    left: 275px;
    z-index: 1;
  }

  #page70 .contents-1 .images img:nth-of-type(3) {
    display: block;
    width: 49.5px;
    height: 49.5px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: -50px;
    left: 245.5px;
  }

  #page70 .contents-2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 47.5px;
    padding-bottom: 177.25px;
    background-image: linear-gradient(12deg, #c3eae3, #fadec2);
  }

  #page70 .contents-2 h2 {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }

  #page70 .contents-2 h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1.6px;
    text-align: center;
    color: #393939;
    position: relative;
    z-index: 1;
  }

  #page70 .contents-2 h2 strong {
    font-family: "Whisper", cursive;
    font-size: 53px;
    font-weight: normal;
    line-height: 101.5px;
    letter-spacing: 2.65px;
    text-align: left;
    color: #fff;
    opacity: 0.7;
    transform: rotate(-10deg);
    position: absolute;
    top: -26.2px;
    left: calc(50% - 3px);
  }

  #page70 .contents-2 .items {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  #page70 .contents-2 .items .item.left,
  #page70 .contents-2 .items .item.right {
    display: grid;
    grid-template-columns: 250px;
    row-gap: 15px;
    justify-content: center;
  }

  #page70 .contents-2 .items .item.left img,
  #page70 .contents-2 .items .item.right img {
    width: 100%;
    height: auto;
  }

  #page70 .contents-2 .items .item.left .texts .headline,
  #page70 .contents-2 .items .item.right .texts .headline {
    width: 200px;
  }

  #page70 .contents-2 .items .item.left .texts .headline p.num,
  #page70 .contents-2 .items .item.right .texts .headline p.num {
    display: inline-block;
    margin-bottom: 1.5px;
    padding: 4px 10px;
    background-color: #2ab299;
    font-family: "Raleway", serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 1.1px;
    text-align: left;
    color: #fff;
  }

  #page70 .contents-2 .items .item.left .texts .headline h3,
  #page70 .contents-2 .items .item.right .texts .headline h3 {
    display: inline-block;
    margin-bottom: 1.5px;
    padding: 1px 5px 2.5px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.84px;
    text-align: left;
    color: #393939;
  }

  #page70 .contents-2 .items .item.left .texts .headline h3:nth-last-of-type(1),
  #page70 .contents-2 .items .item.right .texts .headline h3:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  #page70 .contents-2 .items .item.left .texts p,
  #page70 .contents-2 .items .item.right .texts p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-3 {
    position: relative;
    width: 380.75p;
    height: auto;
    margin: -132.25px auto 45px;
    padding-top: 45px;
    background: #fff;
  }

  #page70 .contents-3 h2 {
    margin-bottom: 30px;
    text-align: center;
  }

  #page70 .contents-3 h2 span {
    display: inline-block;
    margin-bottom: 5px;
    font-family: "Raleway", serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.3px;
    text-align: center;
    color: #bc9b60;
    position: relative;
  }

  #page70 .contents-3 h2 span::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #bc9b60;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page70 .contents-3 h2 span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #bc9b60;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page70 .contents-3 h2 strong {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 1.6px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-3 .items {
    display: grid;
    grid-template-columns: 350px;
    justify-content: center;
  }

  #page70 .contents-3 .items .item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  #page70 .contents-3 .items .item h3 {
    display: grid;
    grid-template-columns: 21px 1fr;
    -moz-column-gap: 6px;
    column-gap: 6px;
    align-items: center;
    width: 325px;
    margin: 0 auto 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.78px;
    text-align: left;
    color: #393939;
  }

  #page70 .contents-3 .items .item h3 span {
    font-family: "Raleway", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.5px;
    letter-spacing: 2px;
    text-align: left;
    color: #bc9b60;
  }

  #page70 .contents-3 .items .item .graph__area {
    display: flex;
    flex-direction: column;
    gap: 7.5px;
    position: relative;
    width: 325px;
    height: auto;
    margin: 0 auto;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box {
    display: flex;
    flex-direction: column;
    gap: 2.5px;
    position: relative;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .graph__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11.5px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 0.575px;
    text-align: left;
    color: #393939;
    white-space: nowrap;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph {
    position: relative;
    width: 0;
    height: 17.5px;
    border-radius: 1px;
    transition: width 2s ease-in-out;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph--01 {
    opacity: 1;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph--02 {
    opacity: 0.8;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph--03 {
    opacity: 0.6;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph--04 {
    opacity: 0.45;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .graph--05 {
    opacity: 0.3;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .number {
    font-family: "Montserrat", sans-serif;
    font-size: 16.5px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 1.65px;
    text-align: left;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .number.is-active {
    opacity: 1;
  }

  #page70 .contents-3 .items .item .graph__area .graph__box .bar-graph-wrap .number small {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 1.1px;
    text-align: left;
  }

  #page70 .contents-3 .items .item img {
    width: 325px;
    height: auto;
    margin: 0 auto;
  }

  #page70 .contents-3 .items .item img img {
    width: 100%;
    height: auto;
  }

  #page70 .contents-3 .items .item.item-1 .graph__area .graph__box .bar-graph-wrap .graph,
  #page70 .contents-3 .items .item.item-5 .graph__area .graph__box .bar-graph-wrap .graph {
    background-color: #f27d35;
  }

  #page70 .contents-3 .items .item.item-1 .graph__area .graph__box .bar-graph-wrap .number,
  #page70 .contents-3 .items .item.item-5 .graph__area .graph__box .bar-graph-wrap .number {
    color: #f87f35;
  }

  #page70 .contents-3 .items .item.item-1 .graph__area .graph__box .bar-graph-wrap .number small,
  #page70 .contents-3 .items .item.item-5 .graph__area .graph__box .bar-graph-wrap .number small {
    color: #f87f35;
  }

  #page70 .contents-3 .items .item.item-4 .graph__area .graph__box .bar-graph-wrap .graph {
    background-color: #3dbaa3;
  }

  #page70 .contents-3 .items .item.item-4 .graph__area .graph__box .bar-graph-wrap .number {
    color: #2ab299;
  }

  #page70 .contents-3 .items .item.item-4 .graph__area .graph__box .bar-graph-wrap .number small {
    color: #2ab299;
  }

  #page70 .contents-3 .items .item.item-2,
  #page70 .contents-3 .items .item.item-3,
  #page70 .contents-3 .items .item.item-4,
  #page70 .contents-3 .items .item.item-5,
  #page70 .contents-3 .items .item.item-6 {
    padding-top: 30px;
  }

  #page70 .contents-3 .items .item.item-1,
  #page70 .contents-3 .items .item.item-2,
  #page70 .contents-3 .items .item.item-3,
  #page70 .contents-3 .items .item.item-4,
  #page70 .contents-3 .items .item.item-5 {
    border-bottom: dashed 1px #b5b5b5;
  }

  #page70 .contents-3 .items .item.item-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  #page70 .contents-3 .items .item.item-2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  #page70 .contents-3 .items .item.item-3 {
    grid-column: 1/2;
    grid-row: 4/5;
  }

  #page70 .contents-3 .items .item.item-4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  #page70 .contents-3 .items .item.item-5 {
    grid-column: 1/2;
    grid-row: 5/6;
  }

  #page70 .contents-3 .items .item.item-6 {
    grid-column: 1/2;
    grid-row: 6/7;
  }

  #page70 .contents-4 {
    position: relative;
    width: 100%;
    height: auto;
    /*
    margin-bottom: 45px;
    */
    margin-bottom: 53px;
    padding-top: 40.3px;
    padding-bottom: 45px;
  }

  #page70 .contents-4::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_12smp.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }

  #page70 .contents-4::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #4fb9a7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }

  #page70 .contents-4 h2 {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }

  #page70 .contents-4 h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1.6px;
    text-align: center;
    color: #fff;
  }

  #page70 .contents-4 h2 strong {
    font-family: "Whisper", cursive;
    font-size: 58px;
    font-weight: normal;
    line-height: 74px;
    letter-spacing: 2.9px;
    text-align: left;
    color: transparent;
    opacity: 0.5;
    -webkit-text-stroke: 0.5px #fff;
    transform: rotate(-10deg);
    position: absolute;
    top: -36px;
    left: calc(50% - 195px);
  }

  #page70 .contents-4 .items {
    display: grid;
    grid-template-columns: 300px;
    grid-template-rows: 154.5px 149.25px 166.5px 132px 189.05px 142.65px 164.5px 130px 156px;
    gap: 10px;
    justify-content: center;
  }

  #page70 .contents-4 .items .item {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
  }

  #page70 .contents-4 .items .item h3 {
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 1.3px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-4 .items .item.item-1 p {
    position: absolute;
    top: 48.5px;
    left: 99.5px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-1 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-1 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-1 img.img-1 {
    position: absolute;
    top: 56px;
    left: 63px;
    width: 21.5px;
    height: 71.1px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-1 img.img-2 {
    position: absolute;
    top: 56px;
    left: 216px;
    width: 21.5px;
    height: 71.1px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-2 p {
    position: absolute;
    top: 57px;
    left: 71.5px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-2 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 42.5px;
    font-weight: 600;
    line-height: 51.5px;
    letter-spacing: 0.85px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-2 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-2 img {
    position: absolute;
    top: 48.76px;
    left: 151.75px;
    width: 65px;
    height: 71.655px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-3 p {
    position: absolute;
    top: 103.5px;
    left: 57px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-3 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-3 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-3 img {
    position: absolute;
    top: 48.5px;
    left: 128px;
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-4 p {
    position: absolute;
    top: 49.5px;
    left: 164.5px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-4 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 42.5px;
    font-weight: 600;
    line-height: 51.5px;
    letter-spacing: 0.85px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-4 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-4 img {
    position: absolute;
    top: 48.5px;
    left: 60.5px;
    width: 84px;
    height: 53.5px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-5 p {
    position: absolute;
    top: 48.5px;
    left: 75.5px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-5 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 37.5px;
    font-weight: 600;
    line-height: 45.5px;
    letter-spacing: 0.75px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-5 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-5 img {
    position: absolute;
    top: 104.5px;
    left: 64px;
    width: 172.5px;
    height: 64.55px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-6 p {
    position: absolute;
    top: 61px;
    left: 60px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-6 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 42.5px;
    font-weight: 600;
    line-height: 51.5px;
    letter-spacing: 0.85px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-6 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-6 img {
    position: absolute;
    top: 48.5px;
    left: 176px;
    width: 73px;
    height: 64.15px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-7 p {
    position: absolute;
    top: 38.5px;
    left: 118.5px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-7 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 37.5px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1.875px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-7 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-7 img {
    position: absolute;
    top: 84.5px;
    left: 56.5px;
    width: 187.5px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-8 p {
    position: absolute;
    top: 48.5px;
    left: 126.15px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-8 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 42.5px;
    font-weight: 600;
    line-height: 51.5px;
    letter-spacing: 0.85px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-8 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-8 img {
    position: absolute;
    top: 48.5px;
    left: 67.5px;
    width: 49.3px;
    height: 49.3px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 .items .item.item-9 p {
    position: absolute;
    top: 62.5px;
    left: 43px;
    text-align: center;
  }

  #page70 .contents-4 .items .item.item-9 p span {
    font-family: "Montserrat", sans-serif;
    font-size: 42.5px;
    font-weight: 600;
    line-height: 51.5px;
    letter-spacing: 0.85px;
    text-align: center;
    color: #2ab299;
  }

  #page70 .contents-4 .items .item.item-9 p small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-4 .items .item.item-9 img {
    position: absolute;
    top: 48.5px;
    left: 135.5px;
    width: 144px;
    height: 82.5px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-4 p.att {
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
  }

  #page70 .contents-5 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 53px;
  }

  #page70 .contents-5::after {
    content: "";
    display: block;
    width: 135.88px;
    height: 176.91px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_24smp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -62.2px;
    left: calc(50% + 87px);
  }

  #page70 .contents-5 p.p-1 {
    display: grid;
    grid-template-columns: 25px 97px;
    -moz-column-gap: 5.45px;
    column-gap: 5.45px;
    justify-content: center;
    align-items: end;
    margin-bottom: 12.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.5px;
    letter-spacing: 1.04px;
    text-align: left;
    color: #eb6d20;
    white-space: nowrap;
  }

  #page70 .contents-5 p.p-1 img {
    width: 100%;
    height: auto;
  }

  #page70 .contents-5 h2 {
    margin-bottom: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 1.6px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-5 p.p-2 {
    margin-bottom: 38.05px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-5 .swiper-1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }

  #page70 .contents-5 .swiper-1 .swiper-wrapper {
    align-items: center;
  }

  #page70 .contents-5 .swiper-1 .swiper-wrapper .swiper-slide {
    width: 238.4375px;
    text-align: center;
  }

  #page70 .contents-5 .swiper-1 .swiper-wrapper .swiper-slide img {
    display: block;
    width: 185.9375px;
    height: 339.670625px;
    margin: 0 auto;
    opacity: 0.5;
    -o-object-fit: cover;
    object-fit: cover;
    transition: width 0.1s ease;
  }

  #page70 .contents-5 .swiper-1 .swiper-wrapper .swiper-slide.swiper-slide-active img {
    width: 238.4375px;
    height: 435.575px;
    opacity: 1 !important;
    -o-object-fit: cover;
    object-fit: cover;
    transition: width 0.1s ease;
  }

  #page70 .contents-5 .swiper-button-prev-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: solid 1px #3dbaa3;
    background-color: #3dbaa3;
    box-sizing: border-box;
    position: absolute;
    right: calc(50% + 135px);
    bottom: 262.3px;
    z-index: 1;
  }

  #page70 .contents-5 .swiper-button-prev-1 img {
    display: block;
    width: 8.65px;
    height: 7.5px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: rotate(180deg);
  }

  #page70 .contents-5 .swiper-button-prev-1 img:nth-of-type(2) {
    display: none;
  }

  #page70 .contents-5 .swiper-button-next-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: solid 1px #3dbaa3;
    background-color: #3dbaa3;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% + 135px);
    bottom: 262.3px;
    z-index: 1;
  }

  #page70 .contents-5 .swiper-button-next-1 img {
    display: block;
    width: 8.65px;
    height: 7.5px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page70 .contents-5 .swiper-button-next-1 img:nth-of-type(2) {
    display: none;
  }

  #page70 .contents-5 .swiper-pagination-custom {
    margin-top: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: 1.56px;
    text-align: center;
    color: #4e4e4e;
  }

  #page70 .contents-6 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 60.4px;
    padding-top: 11px;
    padding-bottom: 44.1px;
  }

  #page70 .contents-6::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: repeating-linear-gradient(0deg, #f4f4f4 0 1px, transparent 1px 10px), repeating-linear-gradient(90deg, #f4f4f4 0 1px, transparent 1px 20px);
    background-size: 10px 10px;
  }

  #page70 .contents-6 h2 {
    display: block;
    width: 280px;
    height: auto;
    margin: 0 auto 15px;
    position: relative;
  }

  #page70 .contents-6 h2 span {
    display: inline-block;
    font-family: "Raleway", serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.5px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #3dbaa3;
    position: absolute;
    left: 11px;
    top: -19.5px;
  }

  #page70 .contents-6 h2 span::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #3dbaa3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page70 .contents-6 h2 strong {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #393939;
    white-space: nowrap;
  }

  #page70 .contents-6 .items {
    display: grid;
    grid-template-columns: 385.55px;
    row-gap: 20px;
    justify-content: center;
  }

  #page70 .contents-6 .items .images {
    display: grid;
    grid-template-columns: 110px 162.5px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 2.25px;
  }

  #page70 .contents-6 .items .images img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 5px #fff;
  }

  #page70 .contents-6 .items .images p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
    white-space: nowrap;
  }

  #page70 .contents-6 .items .texts {
    width: 100%;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
  }

  #page70 .contents-6 .items .texts::after {
    content: "";
    display: block;
    width: 3px;
    height: 236px;
    background-color: #f27d35;
    position: absolute;
    left: 116px;
    top: 37px;
  }

  #page70 .contents-6 .items .texts .text {
    display: grid;
    grid-template-columns: 35.05px 52.5px 22px 226px;
    margin-bottom: 15px;
  }

  #page70 .contents-6 .items .texts .text img {
    width: 25.05px;
    height: auto;
  }

  #page70 .contents-6 .items .texts .text time {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.56px;
    text-align: left;
    color: #393939;
    position: relative;
    top: 4.5px;
  }

  #page70 .contents-6 .items .texts .text span {
    display: block;
    width: 9px;
    height: 9px;
    border: solid 1.5px #01a26e;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    top: 9.05px;
    z-index: 1;
  }

  #page70 .contents-6 .items .texts .text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.6px;
    text-align: left;
    color: #393939;
    white-space: nowrap;
    position: relative;
    top: 3.05px;
  }

  #page70 .contents-6 .items .texts p {
    display: block;
    width: 327px;
    height: auto;
    margin: 0 auto 0 3.05px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-7 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 44.8px;
    text-align: center;
  }

  #page70 .contents-7 h2 {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
  }

  #page70 .contents-7 h2 span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 1.6px;
    text-align: center;
    color: #393939;
    position: relative;
  }

  #page70 .contents-7 h2 img {
    display: block;
    width: 195.75px;
    height: 62.8px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: -35px;
    left: -55px;
  }

  #page70 .contents-7 p.description {
    display: block;
    width: 276.5px;
    height: auto;
    margin: 0 auto 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-7 p.title {
    margin-bottom: 61.35px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.65px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-7 .items {
    display: grid;
    grid-template-columns: 350px;
    row-gap: 56.35px;
    justify-content: center;
    align-items: end;
  }

  #page70 .contents-7 .items .item {
    position: relative;
    padding: 15px 17.5px 20px;
    box-sizing: border-box;
  }

  #page70 .contents-7 .items .item.item-1 {
    background-image: linear-gradient(247deg, #fdfdfd, #f4f4f4);
  }

  #page70 .contents-7 .items .item.item-2 {
    background-image: linear-gradient(250deg, #fdfdfd, #f4f4f4);
  }

  #page70 .contents-7 .items .item.item-3 {
    background-image: linear-gradient(247deg, #fdfdfd, #f4f4f4);
  }

  #page70 .contents-7 .items .item::before {
    content: "";
    display: block;
    width: 100%;
    height: 27.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/page70_21_smp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -27.5px;
    left: 0;
  }

  #page70 .contents-7 .items .item p.year {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 36.5px;
    letter-spacing: 3px;
    text-align: left;
    color: #2ab299;
    position: absolute;
    top: -45px;
    left: 41px;
  }

  #page70 .contents-7 .items .item p.year small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 1.2px;
    text-align: left;
    color: #2ab299;
    position: relative;
    bottom: 3px;
  }

  #page70 .contents-7 .items .item p.headline {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 0.78px;
    text-align: left;
    color: #393939;
  }

  #page70 .contents-7 .items .item p.check {
    display: grid;
    grid-template-columns: 13px 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-7 .items .item p.check:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #page70 .contents-7 .items .item p.check img {
    width: 100%;
    height: auto;
    position: relative;
    top: 6px;
  }

  #page70 .staff {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    background-image: linear-gradient(to bottom, #c3eae3, #fadec2);
  }

  #page70 .staff::after {
    content: "";
    display: block;
    width: 114px;
    height: 245.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_37smp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -28.8px;
    left: calc(50% + 117px);
  }

  #page70 .staff .staff__wrapper {
    width: 302px;
    /*
    margin: 0 auto 77.6px;
    */
    margin: 0 auto;
  }

  #page70 .staff .staff__wrapper h2 {
    display: block;
    width: 302px;
    height: auto;
    margin: 0 auto 20px;
  }

  #page70 .staff .staff__wrapper h2 strong {
    display: block;
    margin-bottom: 2.5px;
    font-family: "Raleway", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.5px;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
  }

  #page70 .staff .staff__wrapper h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-align: left;
    color: #393939;
  }

  #page70 .staff .staff__wrapper p.description {
    display: block;
    width: 302px;
    height: auto;
    margin: 0 auto 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
    white-space: nowrap;
  }

  #page70 .staff .staff__wrapper .swiper-scrollbar {
    background-color: #fff !important;
  }

  #page70 .staff .int {
    position: relative;
    width: 300px;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  #page70 .staff .int h2 {
    display: inline-block;
    margin-bottom: 28.95px;
    position: relative;
  }

  #page70 .staff .int h2::before {
    content: "";
    display: block;
    width: 108.5px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_42smp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 65%;
    left: -130.8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page70 .staff .int h2::after {
    content: "";
    display: block;
    width: 108.5px;
    height: 12px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_42smp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 65%;
    right: -130.8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #page70 .staff .int h2 strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1.6px;
    text-align: center;
    color: #393939;
    position: relative;
    /*
    &::before {
      content: "ぶっちゃけ！";
      display: inline-block;
      font-family: $NotoSansJP;
      font-size: 12px;
      font-weight: 500;
      line-height: 17.5px;
      letter-spacing: 0.72px;
      text-align: center;
      color: #393939;
      position: absolute;
      top: -32.6px;
      left: 6.85px;
    }

    &::after {
      content: "";
      display: block;
      width: calc(175.3px / 2);
      height: 20.8px;
      background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_43.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      top: -20.8px;
      left: -2.3px;
    }*/
  }

  #page70 .staff .int h2 span {
    font-family: "Whisper", cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 49.15px;
    letter-spacing: 1.25px;
    text-align: left;
    color: #f87f35;
    transform: rotate(-10deg);
    position: absolute;
    bottom: -31.55px;
    left: 98.15px;
  }

  #page70 .staff .int .movie {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 166.25px);
    row-gap: 20px;
  }

  #page70 .staff .int .movie iframe {
    width: 100%;
    height: 100%;
  }

  #page70 .contents-8 {
    position: relative;
    width: 350px;
    height: auto;
    margin: 0 auto 45px;
  }

  #page70 .contents-8 h2 {
    margin-bottom: 30px;
  }

  #page70 .contents-8 h2 strong {
    display: block;
    margin-bottom: 2.5px;
    font-family: "Raleway", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 29.5px;
    letter-spacing: 2.5px;
    text-align: center;
    color: #bc9b60;
  }

  #page70 .contents-8 h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.5px;
    letter-spacing: 0.78px;
    text-align: center;
    color: #393939;
  }

  #page70 .contents-8 table {
    width: 100%;
    border-collapse: collapse;
  }

  #page70 .contents-8 table tr {
    display: flex;
    flex-direction: column;
  }

  #page70 .contents-8 table tr th {
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 20px;
    background-color: #f0f0f0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-8 table tr td {
    padding: 15px 20px;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-9 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    padding-top: 42.5px;
    padding-bottom: 42.5px;
  }

  #page70 .contents-9::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(26deg, #39c9af, #ffb66f);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #page70 .contents-9::after {
    content: "";
    display: block;
    width: 83.45px;
    height: 83.45px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -59px;
    left: calc(50% + 91.5px);
  }

  #page70 .contents-9 .headline {
    margin-bottom: 30px;
  }

  #page70 .contents-9 .headline h2 {
    margin-bottom: 2.5px;
    font-family: "Raleway", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 29.5px;
    letter-spacing: 3.75px;
    text-align: center;
    color: #fff;
  }

  #page70 .contents-9 .headline p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.5px;
    letter-spacing: 0.78px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
  }

  #page70 .contents-9 .items {
    display: grid;
    grid-template-columns: 348.5px;
    row-gap: 25px;
    justify-content: center;
  }

  #page70 .contents-9 .items .item {
    display: grid;
    grid-template-columns: 67.5px 1fr;
    -moz-column-gap: 27.5px;
    column-gap: 27.5px;
  }

  #page70 .contents-9 .items .item:nth-of-type(1) p.num::after {
    content: "";
    display: block;
    width: 1px;
    height: 180px;
    border-left: dashed 1px #fff;
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page70 .contents-9 .items .item:nth-of-type(2) p.num::after {
    content: "";
    display: block;
    width: 1px;
    height: 95px;
    border-left: dashed 1px #fff;
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page70 .contents-9 .items .item:nth-of-type(3) p.num::after {
    content: "";
    display: block;
    width: 1px;
    height: 72px;
    border-left: dashed 1px #fff;
    position: absolute;
    bottom: -72px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page70 .contents-9 .items .item p.num {
    display: block;
    width: 67.5px;
    height: 67.5px;
    border-radius: 50%;
    border: solid 1px #fff;
    box-sizing: border-box;
    position: relative;
  }

  #page70 .contents-9 .items .item p.num small {
    font-family: "Raleway", serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page70 .contents-9 .items .item p.num span {
    font-family: "Raleway", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 29.5px;
    letter-spacing: 1.25px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #page70 .contents-9 .items .item .text h3 {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: 0.84px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }

  #page70 .contents-9 .items .item .text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #fff;
  }

  #page70 .contents-9 .items .item .text .btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  #page70 .contents-9 .items .item .text .btns a {
    display: grid;
    grid-template-columns: 8.65px 198.5px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    width: 243.15px;
    border-radius: 2.5px;
    background-color: #eb6d20;
    border: solid 1px #eb6d20;
    box-sizing: border-box;
  }

  #page70 .contents-9 .items .item .text .btns a:nth-of-type(1) {
    padding: 11px 20px 13.5px;
  }

  #page70 .contents-9 .items .item .text .btns a:nth-of-type(2) {
    padding: 6px 20px 8.5px;
  }

  #page70 .contents-9 .items .item .text .btns a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 1.3px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }

  #page70 .contents-9 .items .item .text .btns a::before {
    content: "";
    display: block;
    width: 8.65px;
    height: 7.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/right_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0.5px;
  }

  #page70 .contents-10 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
  }

  #page70 .contents-10::before {
    content: "";
    display: block;
    width: 49.5px;
    height: 49.5px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/editor02/page70/ngr_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -54.1px;
    right: calc(50% + 155px);
    z-index: 1;
  }

  #page70 .contents-10 h2 {
    display: block;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 0.78px;
    text-align: center;
    color: #1e3c0d;
  }

  #page70 .contents-10 h2 strong {
    display: block;
    margin-bottom: 2.5px;
    font-family: "Raleway", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 29.5px;
    letter-spacing: 3.75px;
    text-align: center;
    color: #00a082;
  }

  #page70 .contents-10 .items {
    display: grid;
    grid-template-columns: 350px;
    row-gap: 25px;
    justify-content: center;
  }

  #page70 .contents-10 .items .item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  #page70 .contents-10 .items .item .que {
    display: grid;
    grid-template-columns: 20px 1fr;
    -moz-column-gap: 9.5px;
    column-gap: 9.5px;
  }

  #page70 .contents-10 .items .item .que strong {
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 22.5px;
    letter-spacing: 1.9px;
    text-align: left;
    color: #01a26e;
    position: relative;
    bottom: -6px;
  }

  #page70 .contents-10 .items .item .que h3 span {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 0.78px;
    text-align: left;
    color: #01a26e;
    position: relative;
  }

  #page70 .contents-10 .items .item .que h3 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #707070;
    position: absolute;
    bottom: -3.5px;
    left: 0;
  }

  #page70 .contents-10 .items .item .que h3 span.h3_pc {
    display: none;
  }

  #page70 .contents-10 .items .item .ans p {
    display: grid;
    grid-template-columns: 19px 1fr;
    -moz-column-gap: 9.5px;
    column-gap: 9.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4e4e4e;
  }

  #page70 .contents-10 .items .item .ans p span {
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 1.9px;
    text-align: left;
    color: #eb6d20;
    position: relative;
    bottom: 2px;
  }
}

/*スタッフ*/
.staff__wrapper .interview {
  width: 265px;
}

.staff__wrapper .interview__list {
  display: flex;
}

.staff__wrapper .interview__item a {
  display: block;
  width: 265px;
}

.staff__wrapper .interview__item a .inner {
  margin-top: 45px;
  padding: 18px 15px 20px;
  border-radius: 5px;
  background-image: linear-gradient(to top right, #278f49, #66ad47);
  position: relative;
}

.staff__wrapper .interview__item a .inner .top {
  position: relative;
  margin-bottom: 14px;
}

.staff__wrapper .interview__item a .inner .top .num {
  margin-bottom: 25px;
  height: 45px;
}

.staff__wrapper .interview__item a .inner .top .num__text {
  font-family: "Raleway", serif;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #d3ebb5;
}

.staff__wrapper .interview__item a .inner .top .num__num {
  font-family: "Raleway", serif;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.79;
  letter-spacing: 0.1em;
  text-align: left;
  color: #d3ebb5;
}

.staff__wrapper .interview__item a .inner .top .message {
  position: relative;
  z-index: 1;
}

.staff__wrapper .interview__item a .inner .top .message span {
  display: inline-block;
  height: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.06em;
  text-align: left;
  color: #385d23;
  background-color: #fff;
  padding: 0 5px;
}

.staff__wrapper .interview__item a .img {
  width: calc(298px / 2);
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}

.staff__wrapper .interview__item:nth-last-of-type(1) a .img {
  width: calc(298px / 2);
  position: absolute;
  top: 0px;
  right: 19px;
  z-index: 1;
}

.staff__wrapper .interview__item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.staff__wrapper .interview__item a .inner .bottom .affi {
  margin-bottom: 7.5px;
}

.staff__wrapper .interview__item a .inner .bottom .affi p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}

.staff__wrapper .interview__item a .inner .bottom .name__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  margin-bottom: 5px;
}

.staff__wrapper .interview__item a .inner .bottom .name__en {
  font-family: "Raleway", serif;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}

.staff__wrapper .interview__item a .inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../images/top/arrow_right_circle.png) no-repeat;
  background-size: contain;
  bottom: 20px;
  right: 15px;
}

.staff__wrapper .swiper-scrollbar {
  position: relative !important;
  width: 245px;
  height: 5px;
  margin: 20px auto 0;
  background-color: #d6d6d6;
  border-radius: 100px;
}

.staff__wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background-color: #278f49;
  border-radius: 100px;
}

@media only screen and (min-width: 1025px) {
  .staff__wrapper .interview {
    width: 100%;
    max-width: 432px;
  }

  .staff__wrapper .interview__list {
    display: flex;
  }

  .staff__wrapper .interview__item a {
    display: block;
    width: 392px;
    margin-right: 40px;
    overflow: hidden;
  }

  .staff__wrapper .interview__item a .inner {
    margin-top: 90px;
    padding: 25px 18px 35px 20px;
    border-radius: 10px;
  }

  .staff__wrapper .interview__item a .inner .top {
    margin-bottom: 25px;
  }

  .staff__wrapper .interview__item a .inner .top .num {
    margin-bottom: 98px;
    height: 66px;
  }

  .staff__wrapper .interview__item a .inner .top .num__text {
    font-size: 16px;
    letter-spacing: 1.6px;
  }

  .staff__wrapper .interview__item a .inner .top .num__num {
    font-size: 46px;
    letter-spacing: 4.6px;
  }

  .staff__wrapper .interview__item a .inner .top .message {
    position: relative;
    z-index: 1;
  }

  .staff__wrapper .interview__item a .inner .top .message span {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
    height: 37px;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 1.26px;
  }

  .staff__wrapper .interview__item a .img {
    width: 298px;
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 1;
  }

  .staff__wrapper .interview__item:nth-last-of-type(1) a .img {
    width: 298px;
    position: absolute;
    top: 0;
    right: 69px;
    z-index: 1;
  }

  .staff__wrapper .interview__item a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .staff__wrapper .interview__item a .inner .bottom .affi {
    margin-bottom: 15px;
  }

  .staff__wrapper .interview__item a .inner .bottom .affi p {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 0.8px;
  }

  .staff__wrapper .interview__item a .inner .bottom .name__ja {
    display: inline;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 1.8px;
    margin-bottom: 0px;
    padding-right: 15px;
  }

  .staff__wrapper .interview__item a .inner .bottom .name__en {
    display: inline;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px;
  }

  .staff__wrapper .interview__item a .inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 62px;
    height: 62px;
    background: url(../images/top/arrow_right_circle.png) no-repeat;
    background-size: contain;
    bottom: 56px;
    right: 28px;
  }

  .staff__wrapper .interview__item a .anim-box.kiran {
    opacity: 1;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }

  .staff__wrapper .interview__item a .anim-box.kiran::before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
  }

  .staff__wrapper .interview__item a .anim-box.kiran:hover::before {
    animation: kiran 0.5s linear;
  }

  @keyframes kiran {
    0% {
      transform: scale(2) rotate(-45deg);
      opacity: 0;
    }

    20% {
      transform: scale(20) rotate(-45deg);
      opacity: 0.6;
    }

    40% {
      transform: scale(30) rotate(-45deg);
      opacity: 0.4;
    }

    80% {
      transform: scale(45) rotate(-45deg);
      opacity: 0.2;
    }

    100% {
      transform: scale(50) rotate(-45deg);
      opacity: 0;
    }
  }

  .staff__wrapper .swiper-scrollbar {
    display: none;
  }
}

/*# sourceMappingURL=editor02.css.map */