@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
html {
  font-size: calc(1vw * 100 / 1366); }

.grecaptcha-badge {
  display: none; }

/*SuisseIntl-Light*/
@font-face {
  font-family: 'SuisseIntl_Li';
  src: url("../font/SuisseIntl-Light.otf");
  font-weight: 300;
  font-style: normal; }
.font_SI-Li {
  font-family: 'SuisseIntl_Li', "sans-serif"; }

@font-face {
  font-family: 'SuisseIntl_Re';
  src: url("../font/SuisseIntl-Regular.otf");
  font-style: normal; }
.font_SI-Re {
  font-family: 'SuisseIntl_Re', "sans-serif"; }

@font-face {
  font-family: 'SuisseIntl_Bo';
  src: url("../font/Suisse_Intl_Book.ttf");
  font-style: normal; }
.font_SI-Bo {
  font-family: 'SuisseIntl_Bo', "sans-serif"; }

/*SuisseWorks-Regula*/
@font-face {
  font-family: 'SuisseWorks';
  src: url("../font/SuisseWorks-Regular.otf");
  font-weight: 400;
  font-style: normal; }
.font_SW {
  font-family: 'SuisseWorks', "sans-serif"; }

/*石井明朝体*/
.font_IshiiMin-M {
  font-family: "MFW-PIshiiMinchoStdN-M"; }

.font_IshiiMin-B {
  font-family: "MFW-PIshiiMinchoStdN-B"; }

/*石井ゴシック体*/
.font_IshiiGothic-R {
  font-family: "MFW-PIshiiGothicStdN-R"; }

.font_IshiiGothic-M {
  font-family: "MFW-PIshiiGothicStdN-M"; }

.font_IshiiGothic-B {
  font-family: "MFW-PIshiiGothicStdN-B"; }

.font_IshiiGothic-EB {
  font-family: "MFW-PIshiiGothicStdN-EB"; }

@keyframes animation {
  0% {
    opacity: 0;
    transform: translateY(30rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.huwari {
  opacity: 0;
  transform: translateY(30rem); }

.huwari.is-active {
  animation-name: animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

/* PC */
@media screen and (min-width: 769px) {
  .anclink {
    padding-top: 80rem;
    margin-top: -80rem; }

  .sponly {
    display: none !important; }

  main.short {
    min-height: calc(100dvh - 262rem);
    background: #F4F0EB; }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; }
    header.changed {
      background: #fff; }
    header.bg {
      background: #fff !important; }
    header .inner {
      box-sizing: border-box;
      padding: 19rem 26rem 19rem 12rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .inner .header_left {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        header .inner .header_left .logo {
          width: 188rem; }
        header .inner .header_left .logo_txt {
          font-size: 13rem;
          line-height: 38rem;
          color: #1D7956;
          position: relative;
          padding-left: 15rem;
          box-sizing: border-box;
          border-left: solid 1rem #1D7956; }
      header .inner .header_right nav {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        header .inner .header_right nav ul {
          display: flex;
          justify-content: flex-end;
          margin-right: 30rem; }
          header .inner .header_right nav ul li {
            font-size: 16rem;
            line-height: 1;
            margin-left: 25rem; }
            header .inner .header_right nav ul li a {
              color: #12573D; }
              header .inner .header_right nav ul li a:hover {
                text-decoration: underline; }
        header .inner .header_right nav .header_btn {
          /*width: 322rem;*/
          display: flex;
          justify-content: flex-end; }
          header .inner .header_right nav .header_btn .btn:nth-child(2) {
            margin-left: 10rem; }
          header .inner .header_right nav .header_btn .btn a {
            display: block;
            font-size: 14rem;
            line-height: 1;
            text-align: center;
            padding: 12rem 0;
            border-radius: 6rem;
            transition: 0.3s; }
            header .inner .header_right nav .header_btn .btn a.corp {
              width: 149rem;
              color: #9B9B9B;
              border: solid 1rem #9B9B9B;
              background: #fff; }
              header .inner .header_right nav .header_btn .btn a.corp:hover {
                color: #fff;
                background: #9B9B9B; }
            header .inner .header_right nav .header_btn .btn a.signup {
              width: 162rem;
              color: #fff;
              border: solid 1rem #B7FF79;
              background: #0C3C33; }
              header .inner .header_right nav .header_btn .btn a.signup:hover {
                background: #B7FF79; }
    header.org .inner {
      padding: 22rem 17rem 22rem 28rem; }
      header.org .inner .header_left .logo {
        width: 197rem; }
      header.org .inner .header_right nav ul li {
        margin-left: 30rem; }
      header.org .inner .header_right nav .header_btn {
        display: flex;
        justify-content: flex-end; }
        header.org .inner .header_right nav .header_btn .btn:nth-child(2) {
          margin-left: 7rem; }
        header.org .inner .header_right nav .header_btn .btn a.signup {
          width: 164rem;
          color: #fff;
          border: solid 1rem #B7FF79;
          background: #0C3C33; }
          header.org .inner .header_right nav .header_btn .btn a.signup:hover {
            background: #B7FF79; }

  .mv {
    width: 100%;
    box-sizing: border-box; }
    .mv .inner {
      width: 1098rem;
      margin: 0 auto;
      color: #12573D; }
      .mv .inner .mv_btn a {
        box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.28);
        display: block;
        width: 100%;
        text-align: center;
        transition: 0.3s; }
    .mv.career {
      height: 785rem;
      padding: 176rem 0 0;
      background: url("../img/lp1/mv.png") no-repeat center bottom;
      background-size: cover; }
      .mv.career .mv_subttl {
        font-size: 31rem;
        line-height: 1;
        margin-bottom: 20rem; }
      .mv.career h1 {
        font-size: 88rem;
        letter-spacing: -0.03em;
        line-height: 1.12em;
        margin-bottom: 25rem; }
      .mv.career .mv_txt {
        font-size: 22rem;
        line-height: 1.42em;
        margin-bottom: 40rem; }
      .mv.career .mv_btn {
        width: 299rem; }
        .mv.career .mv_btn a {
          font-size: 26rem;
          line-height: 1;
          color: #12573D;
          padding: 18rem 0;
          border-radius: 5rem;
          background: #B7FF79; }
          .mv.career .mv_btn a:hover {
            color: #fff;
            background: #12573D; }
    .mv.org {
      height: 727rem;
      padding: 229rem 0 0;
      background: url("../img/lp2/mv.png") no-repeat center bottom;
      background-size: cover; }
      .mv.org .inner {
        width: 1166rem; }
      .mv.org .mv_subttl {
        font-size: 19rem;
        line-height: 1;
        margin-bottom: 15rem; }
      .mv.org h1 {
        margin-bottom: 25rem; }
        .mv.org h1 .small_ttl {
          display: inline-block;
          font-size: 43rem;
          letter-spacing: -0.1em;
          line-height: 1.16em; }
        .mv.org h1 .ttl {
          font-size: 78rem;
          letter-spacing: 0.1em;
          line-height: 1em; }
      .mv.org .mv_txt {
        font-size: 19rem;
        line-height: 1.42em;
        margin-bottom: 35rem; }
      .mv.org .mv_btn {
        width: 259rem; }
        .mv.org .mv_btn a {
          font-size: 22rem;
          line-height: 1;
          color: #12573D;
          padding: 21rem 0;
          border-radius: 5rem;
          border: solid 2rem #1D7956;
          background: #B7FF79;
          box-shadow: 0 3rem 10rem rgba(0, 0, 0, 0.16); }
          .mv.org .mv_btn a span {
            display: inline-block;
            font-size: 15rem;
            line-height: 1; }
          .mv.org .mv_btn a:hover {
            color: #fff;
            background: #12573D; }

  .intro {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; }
    .intro .inner {
      margin: 0 auto;
      position: relative;
      z-index: 2; }
      .intro .inner .sec_ttl {
        text-align: center; }
        .intro .inner .sec_ttl .subttl {
          font-size: 14rem;
          line-height: 1;
          color: #000;
          margin-bottom: 20rem; }
        .intro .inner .sec_ttl h2 {
          font-size: 26rem;
          line-height: 1.34em;
          color: #12573D; }
      .intro .inner .intro_boxes {
        position: relative; }
        .intro .inner .intro_boxes .intro_box {
          box-sizing: border-box;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          position: relative;
          z-index: 2; }
          .intro .inner .intro_boxes .intro_box .intro_box_txt {
            display: inline-block;
            font-size: 18rem;
            line-height: 1.44em;
            color: #12573D;
            text-align: center; }
    .intro.career {
      position: relative; }
      .intro.career::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1203rem;
        left: 0;
        top: 0;
        background: url("../img/lp1/intro_bg.png") no-repeat center bottom;
        background-size: cover;
        z-index: 0; }
      .intro.career .inner {
        padding: 88rem 0 93rem; }
        .intro.career .inner .intro_boxes {
          width: 988rem;
          margin: 15rem 0 159rem 205rem;
          display: flex;
          justify-content: flex-start;
          position: relative;
          padding-bottom: 53rem; }
          .intro.career .inner .intro_boxes::after {
            position: absolute;
            content: "";
            width: 441rem;
            height: 256rem;
            bottom: -196rem;
            left: 255rem;
            background: url("../img/lp1/intro_img.png") no-repeat;
            background-size: contain;
            z-index: 1; }
          .intro.career .inner .intro_boxes .intro_box.box01 {
            width: 290rem;
            height: 101rem;
            padding-top: 15rem;
            padding-left: 46rem;
            background-image: url("../img/lp1/intro_cloud_bg_01.png");
            position: absolute;
            left: 0;
            bottom: 0; }
          .intro.career .inner .intro_boxes .intro_box.box02 {
            width: 419rem;
            height: 138rem;
            margin-left: 275rem;
            padding-top: 50rem;
            padding-left: 55rem;
            background-image: url("../img/lp1/intro_cloud_bg_02.png"); }
          .intro.career .inner .intro_boxes .intro_box.box03 {
            width: 303rem;
            height: 110rem;
            padding-top: 35rem;
            padding-left: 14rem;
            background-image: url("../img/lp1/intro_cloud_bg_03.png");
            position: absolute;
            right: 0;
            bottom: 11rem; }
        .intro.career .inner .column {
          width: 1166rem;
          margin: 0 auto;
          box-sizing: border-box;
          padding: 30rem 34rem 35rem;
          border-radius: 10rem;
          border: solid 1rem #1D7956;
          background: #5C5C5C;
          position: relative;
          z-index: 3; }
          .intro.career .inner .column .sec_ttl {
            margin-bottom: 25rem; }
            .intro.career .inner .column .sec_ttl h2 {
              font-size: 28rem;
              line-height: 1.1em;
              color: #fff; }
              .intro.career .inner .column .sec_ttl h2 span {
                text-decoration: underline; }
          .intro.career .inner .column .column_boxes {
            box-sizing: border-box;
            padding: 12rem 27rem 10rem;
            border-radius: 13rem;
            border: solid 1rem #1D7956;
            background: #2C2C2C; }
            .intro.career .inner .column .column_boxes .column_box {
              display: flex;
              justify-content: space-between;
              align-items: flex-start;
              color: #fff; }
              .intro.career .inner .column .column_boxes .column_box .column_box_left {
                width: 315rem;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 30rem 0; }
                .intro.career .inner .column .column_boxes .column_box .column_box_left .column_box_num {
                  font-size: 22rem;
                  line-height: 1.318em;
                  margin-right: 10rem; }
                .intro.career .inner .column .column_boxes .column_box .column_box_left .column_box_ttl {
                  font-size: 24rem;
                  line-height: 1.2em; }
              .intro.career .inner .column .column_boxes .column_box .column_box_right {
                width: calc( 100% - 315rem );
                box-sizing: border-box;
                padding: 15rem 3rem 15rem 0; }
                .intro.career .inner .column .column_boxes .column_box .column_box_right ul li {
                  font-size: 18rem;
                  line-height: 1.666em; }
              .intro.career .inner .column .column_boxes .column_box:first-child .column_box_left .column_box_num {
                margin-right: 15rem; }
              .intro.career .inner .column .column_boxes .column_box:nth-child(2) {
                border-top: dotted 1rem #1D7956;
                border-bottom: dotted 1rem #1D7956; }
        .intro.career .inner .intro_btm_txt {
          font-size: 35rem;
          line-height: 1;
          text-align: center;
          margin-top: 46rem; }
    .intro.org {
      position: relative; }
      .intro.org::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 735rem;
        left: 0;
        top: 0;
        background: url("../img/lp2/intro_bg.png") no-repeat center bottom;
        background-size: cover;
        z-index: 0; }
      .intro.org .inner {
        padding: 53rem 0 153rem; }
        .intro.org .inner .intro_boxes {
          width: 1072rem;
          padding: 71rem 0 10rem;
          margin: 40rem 0 161rem 154rem;
          display: flex;
          justify-content: flex-start; }
          .intro.org .inner .intro_boxes::after {
            position: absolute;
            content: "";
            width: 454rem;
            height: 264rem;
            bottom: -160rem;
            left: 295rem;
            background: url("../img/lp2/intro_img.png") no-repeat;
            background-size: contain;
            z-index: 1; }
          .intro.org .inner .intro_boxes .intro_box.box01 {
            width: 374rem;
            height: 176rem;
            padding-top: 55rem;
            padding-left: 53rem;
            background-image: url("../img/lp2/intro_cloud_bg_01.png"); }
          .intro.org .inner .intro_boxes .intro_box.box02 {
            position: absolute;
            top: 0;
            left: 365rem;
            width: 345rem;
            height: 153rem;
            padding-top: 40rem;
            padding-left: 26rem;
            background-image: url("../img/lp2/intro_cloud_bg_02.png"); }
          .intro.org .inner .intro_boxes .intro_box.box03 {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 379rem;
            height: 161rem;
            padding-top: 30rem;
            padding-left: 35rem;
            background-image: url("../img/lp2/intro_cloud_bg_03.png"); }
        .intro.org .inner .intro_btm_txt {
          font-size: 35rem;
          line-height: 1;
          text-align: center; }

  .about .inner {
    width: 1168rem;
    margin: 0 auto;
    padding: 0 0 100rem; }
    .about .inner .sec_ttl {
      text-align: center; }
      .about .inner .sec_ttl .subttl {
        font-size: 20rem;
        line-height: 1;
        margin-bottom: 15rem; }
      .about .inner .sec_ttl h2 {
        font-size: 35rem;
        line-height: 1.28em;
        color: #12573D; }
    .about .inner .about_boxes {
      margin-top: 30rem;
      display: flex;
      justify-content: space-between; }
      .about .inner .about_boxes .about_box {
        width: 357rem; }
        .about .inner .about_boxes .about_box .about_box_img {
          width: 344rem;
          margin: 0 auto; }
        .about .inner .about_boxes .about_box h3 {
          height: 70rem;
          font-size: 23rem;
          line-height: 1.26em;
          color: #12573D;
          text-align: center;
          display: flex;
          justify-content: center;
          flex-direction: column; }
        .about .inner .about_boxes .about_box .about_box_txt {
          font-size: 18rem;
          line-height: 1.44em;
          padding-top: 14rem;
          border-top: solid 1rem #12573D; }
  .about.org .inner {
    padding-bottom: 68rem; }

  .compare .bg {
    background: linear-gradient(to bottom, #499F60 0%, #1D7956 20%, #1D7956 100%); }
  .compare .inner {
    width: 1166rem;
    margin: 0 auto;
    padding: 74rem 0 132rem; }
    .compare .inner .sec_ttl {
      text-align: center;
      margin-bottom: 50rem; }
      .compare .inner .sec_ttl .subttl {
        line-height: 1;
        color: #B7FF79;
        margin-bottom: 15rem; }
        .compare .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .compare .inner .sec_ttl h2 {
        font-size: 28rem;
        line-height: 1.34em;
        color: #fff; }
    .compare .inner table {
      width: 100%;
      border-collapse: collapse; }
      .compare .inner table tr th {
        font-size: 15rem;
        line-height: 1;
        vertical-align: middle;
        box-sizing: border-box;
        background: #C3C3C3;
        position: relative; }
        .compare .inner table tr th::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 4rem;
          left: 0;
          bottom: 0;
          background: #A8A8A8; }
        .compare .inner table tr th:nth-child(2)::before {
          width: calc( 100% - 10rem );
          left: 50%;
          transform: translateX(-50%); }
        .compare .inner table tr th:last-child {
          border-radius: 0 10rem 0 0; }
        .compare .inner table tr th .lightgreen {
          padding: 5rem 5rem 0;
          background: #B7FF79; }
          .compare .inner table tr th .lightgreen .logo {
            text-align: center;
            padding: 17rem 0;
            border-radius: 10rem 10rem 0 0;
            background: #12573D; }
            .compare .inner table tr th .lightgreen .logo img {
              width: 170rem; }
        .compare .inner table tr th.none {
          width: 170rem !important;
          background: none !important; }
          .compare .inner table tr th.none::before {
            display: none !important; }
      .compare .inner table tr td {
        height: 63rem;
        font-size: 14rem;
        line-height: 1.428em;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        background: #fff;
        border-bottom: solid 1rem #6C6C6C; }
        .compare .inner table tr td:first-child {
          font-size: 18rem;
          line-height: 1.5em;
          background: #F4F0EA; }
        .compare .inner table tr td.lightgreen {
          padding: 0 5rem;
          background: #B7FF79; }
          .compare .inner table tr td.lightgreen .bg {
            height: 100%;
            background: #F4FFFB;
            display: flex;
            justify-content: center;
            flex-direction: column; }
            .compare .inner table tr td.lightgreen .bg .txt {
              font-size: 18rem;
              color: #1D7956; }
              .compare .inner table tr td.lightgreen .bg .txt.fs17 {
                font-size: 17rem; }
              .compare .inner table tr td.lightgreen .bg .txt.fs16 {
                font-size: 16rem; }
              .compare .inner table tr td.lightgreen .bg .txt .num {
                display: inline-block;
                font-size: 27rem;
                line-height: 1;
                margin-right: 2rem; }
              .compare .inner table tr td.lightgreen .bg .txt .small {
                font-size: 14rem; }
      .compare .inner table tr:nth-child(2) td:first-child {
        border-radius: 10rem 0 0 0; }
      .compare .inner table tr:last-child td:first-child {
        border-radius: 0 0 0 10rem; }
      .compare .inner table tr:last-child td:last-child {
        border-radius: 0 0 10rem 0; }
      .compare .inner table tr:last-child td {
        border-bottom: none; }
        .compare .inner table tr:last-child td.lightgreen {
          padding-bottom: 5rem; }
          .compare .inner table tr:last-child td.lightgreen .bg {
            border-radius: 0 0 10rem 10rem;
            justify-content: flex-end;
            padding-bottom: 15rem;
            box-sizing: border-box; }
  .compare.career .inner table tr th {
    width: 237rem; }
    .compare.career .inner table tr th:nth-child(2) {
      width: 283rem !important; }
    .compare.career .inner table tr th:nth-child(3), .compare.career .inner table tr th:nth-child(4) {
      border-right: solid 1rem #6C6C6C; }
  .compare.career .inner table tr td {
    font-size: 14rem; }
    .compare.career .inner table tr td:nth-child(3), .compare.career .inner table tr td:nth-child(4) {
      border-right: solid 1rem #6C6C6C; }
  .compare.org .inner {
    padding: 86rem 0 126rem; }
    .compare.org .inner .sec_ttl {
      margin-bottom: 30rem; }
    .compare.org .inner table tr th {
      width: 236rem;
      font-size: 16rem; }
      .compare.org .inner table tr th:nth-child(2) {
        width: 498rem !important; }
      .compare.org .inner table tr th:nth-child(3) {
        width: 498rem !important;
        border-right: solid 1rem #6C6C6C; }
    .compare.org .inner table tr td {
      font-size: 16rem; }
      .compare.org .inner table tr td:nth-child(3) {
        border-right: solid 1rem #6C6C6C; }

  .program {
    overflow: hidden; }
    .program .inner .sec_ttl {
      text-align: center;
      margin-bottom: 20rem; }
      .program .inner .sec_ttl .subttl {
        line-height: 1;
        color: #9B9B9B;
        margin-bottom: 20rem; }
        .program .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .program .inner .sec_ttl h2 {
        font-size: 28rem;
        line-height: 1;
        color: #1D7956; }
    .program.career .inner {
      padding: 78rem 0 114rem; }
      .program.career .inner .sec_ttl {
        margin-bottom: 0; }
      .program.career .inner .program_cont {
        position: relative;
        padding-top: 107rem;
        margin-bottom: 84rem; }
        .program.career .inner .program_cont .program_cont_img {
          width: 1409rem;
          position: absolute;
          top: -9rem;
          left: -17rem; }
        .program.career .inner .program_cont .program_boxes {
          width: 1074rem;
          margin: 0 auto;
          display: flex;
          justify-content: space-between; }
          .program.career .inner .program_cont .program_boxes .program_box {
            width: 245rem; }
            .program.career .inner .program_cont .program_boxes .program_box .program_box_ttl {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              margin-bottom: 18rem;
              height: 55rem; }
              .program.career .inner .program_cont .program_boxes .program_box .program_box_ttl .icon {
                width: 52rem;
                height: 52rem;
                margin-right: 9rem; }
              .program.career .inner .program_cont .program_boxes .program_box .program_box_ttl h3 {
                width: calc(100% - 61rem);
                font-size: 18rem;
                line-height: 1.33em; }
            .program.career .inner .program_cont .program_boxes .program_box .program_box_txt {
              min-height: 145rem;
              font-size: 16rem;
              letter-spacing: -0.05em;
              line-height: 1.375em;
              box-sizing: border-box;
              padding: 20rem 24rem;
              border-radius: 10rem;
              background: #F4F0EA; }
      .program.career .inner .program_btm {
        width: 1068rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        border-radius: 10rem;
        background: #EFEFEF; }
        .program.career .inner .program_btm .program_btm_left {
          width: 454rem;
          box-sizing: border-box;
          padding-left: 50rem; }
          .program.career .inner .program_btm .program_btm_left .program_btm_ttl {
            font-size: 18rem;
            line-height: 1; }
          .program.career .inner .program_btm .program_btm_left .program_btm_txt {
            font-size: 25rem;
            line-height: 1.4em;
            color: #1D7956;
            margin: 25rem 0 45rem; }
          .program.career .inner .program_btm .program_btm_left .program_btm_btn {
            width: 345rem; }
            .program.career .inner .program_btm .program_btm_left .program_btm_btn a {
              display: block;
              width: 100%;
              font-size: 18rem;
              line-height: 1;
              color: #12573D;
              text-align: center;
              padding: 19rem 0 18rem;
              border-radius: 29rem;
              border: solid 1rem #12573D;
              background: #fff;
              transition: 0.3s; }
              .program.career .inner .program_btm .program_btm_left .program_btm_btn a:hover {
                color: #fff;
                background: #12573D; }
        .program.career .inner .program_btm .program_btm_img {
          flex: 1; }
      .program.career .inner .program_btn {
        width: 250rem;
        margin: 70rem auto 0; }
        .program.career .inner .program_btn a {
          display: block;
          width: 100%;
          font-size: 22rem;
          line-height: 1;
          color: #12573D;
          text-align: center;
          padding: 15rem 0;
          border-radius: 5rem;
          background: #B7FF79;
          box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.29);
          transition: 0.3s; }
          .program.career .inner .program_btn a:hover {
            color: #fff;
            background: #12573D; }
    .program.org .inner {
      width: 1165rem;
      margin: 0 auto;
      padding: 69rem 0; }
      .program.org .inner .sec_ttl {
        margin-bottom: 50rem; }
        .program.org .inner .sec_ttl h2 {
          color: #12573D; }
      .program.org .inner .program_cont {
        position: relative;
        margin: 50rem 0 15rem; }
        .program.org .inner .program_cont .program_boxes {
          display: flex;
          justify-content: space-between; }
          .program.org .inner .program_cont .program_boxes .program_box {
            width: 361rem;
            border-radius: 10rem;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 3rem 10rem rgba(0, 0, 0, 0.16); }
            .program.org .inner .program_cont .program_boxes .program_box .program_box_ttl {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              box-sizing: border-box;
              padding: 24rem 0 17rem 25rem;
              color: #fff;
              border-radius: 10rem 10rem 0 0;
              border: solid 1rem #1D7956;
              border-bottom: none;
              background: #12573D; }
              .program.org .inner .program_cont .program_boxes .program_box .program_box_ttl .num {
                font-size: 55rem;
                line-height: 1.29em;
                margin-right: 7rem; }
                .program.org .inner .program_cont .program_boxes .program_box .program_box_ttl .num.num01 {
                  margin-right: 14rem; }
              .program.org .inner .program_cont .program_boxes .program_box .program_box_ttl h3 {
                font-size: 25rem;
                line-height: 1.32em; }
            .program.org .inner .program_cont .program_boxes .program_box .program_list {
              width: 314rem;
              margin: 0 auto;
              border-bottom: solid 1rem #9B9B9B; }
              .program.org .inner .program_cont .program_boxes .program_box .program_list dl dt {
                font-size: 14rem;
                line-height: 1;
                color: #12573D;
                padding-left: 10rem;
                position: relative; }
                .program.org .inner .program_cont .program_boxes .program_box .program_list dl dt::before {
                  position: absolute;
                  content: "";
                  width: 6rem;
                  height: 6rem;
                  left: 0;
                  top: 50%;
                  transform: translateY(-50%);
                  background: #12573D; }
            .program.org .inner .program_cont .program_boxes .program_box .price {
              padding: 30rem 0 12rem; }
              .program.org .inner .program_cont .program_boxes .program_box .price dl dd {
                width: 110%;
                font-size: 20rem;
                line-height: 1.3em;
                margin-top: 9rem;
                height: 2.6em; }
                .program.org .inner .program_cont .program_boxes .program_box .price dl dd .small {
                  display: inline-block;
                  font-size: 13rem;
                  margin-left: 10rem; }
            .program.org .inner .program_cont .program_boxes .program_box .txt {
              padding: 12rem 0; }
              .program.org .inner .program_cont .program_boxes .program_box .txt p {
                min-height: 130rem;
                font-size: 18rem;
                letter-spacing: -0.05em;
                line-height: 1.44em; }
            .program.org .inner .program_cont .program_boxes .program_box .recommend {
              padding: 23rem 0 30rem;
              border: none; }
              .program.org .inner .program_cont .program_boxes .program_box .recommend dl dd {
                font-size: 16rem;
                letter-spacing: -0.05em;
                line-height: 1.5em;
                color: #12573D;
                box-sizing: border-box;
                padding-left: 34rem;
                position: relative; }
                .program.org .inner .program_cont .program_boxes .program_box .recommend dl dd:nth-child(n+2) {
                  margin-top: 1em; }
                .program.org .inner .program_cont .program_boxes .program_box .recommend dl dd::before {
                  position: absolute;
                  content: "";
                  width: 20rem;
                  height: 20rem;
                  left: 0;
                  top: 3rem;
                  background: #9B9B9B;
                  background: url("../img/lp2/icon_check.png") no-repeat;
                  background-size: contain; }
      .program.org .inner .causion {
        font-size: 14rem;
        letter-spacing: -0.05em;
        line-height: 1.28em;
        color: #A5A5A5; }
      .program.org .inner .program_btn {
        width: 391rem;
        margin: 20rem auto 0; }
        .program.org .inner .program_btn a {
          display: block;
          width: 100%;
          font-size: 26rem;
          line-height: 1;
          color: #12573D;
          text-align: center;
          padding: 29rem 0;
          border-radius: 5rem;
          border: solid 2rem #12573D;
          background: #B7FF79;
          box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.29);
          transition: 0.3s; }
          .program.org .inner .program_btn a:hover {
            color: #fff;
            background: #12573D; }

  /*careerのみ*/
  .consult .bg {
    width: 100%;
    background: #F4F0EA;
    position: relative; }
    .consult .bg::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 570rem;
      left: 0;
      top: 0;
      background: linear-gradient(to bottom, #4AA060 0%, #1D7956 15%, #1D7956 100%); }
  .consult .inner {
    width: 1176rem;
    margin: 0 auto;
    padding: 80rem 0 0;
    position: relative;
    z-index: 3; }
    .consult .inner .sec_ttl {
      text-align: center;
      margin-bottom: 15rem; }
      .consult .inner .sec_ttl .subttl {
        font-size: 18rem;
        line-height: 1;
        color: #B7FF79;
        margin-bottom: 26rem; }
      .consult .inner .sec_ttl h2 {
        font-size: 28rem;
        line-height: 1;
        color: #fff; }
    .consult .inner .consult_txt {
      font-size: 24rem;
      line-height: 1.333em;
      text-align: center;
      color: #fff;
      margin-bottom: 35rem; }
    .consult .inner .consult_boxes {
      display: flex;
      justify-content: space-between; }
      .consult .inner .consult_boxes .consult_box {
        width: 272rem;
        height: 386rem;
        box-sizing: border-box;
        padding: 21rem 17rem 0;
        border-radius: 10rem 10rem 0 0;
        border: solid 1rem #B7FF79;
        background: #fff;
        position: relative; }
        .consult .inner .consult_boxes .consult_box::before {
          position: absolute;
          content: "";
          width: 105rem;
          height: 88rem;
          left: 18rem;
          top: 146rem;
          background: url("../img/lp1/consult_box_bg.png") no-repeat;
          background-size: contain; }
        .consult .inner .consult_boxes .consult_box::after {
          position: absolute;
          content: "";
          width: 100%;
          height: 76rem;
          left: 0;
          bottom: 0;
          background: linear-gradient(to bottom, #B7FF79, #19AA73);
          z-index: 1; }
        .consult .inner .consult_boxes .consult_box .consult_box_corp {
          font-size: 19rem;
          line-height: 1.42em;
          color: #12573D;
          padding-bottom: 5rem;
          border-bottom: solid 1rem #12573D;
          position: relative;
          z-index: 2; }
        .consult .inner .consult_boxes .consult_box .consult_box_txt {
          font-size: 16rem;
          line-height: 1.5625em;
          min-height: 150rem;
          margin: 8rem 0 0;
          position: relative;
          z-index: 2; }
        .consult .inner .consult_boxes .consult_box .consult_box_name {
          width: 100%;
          box-sizing: border-box;
          padding: 15rem 0 15rem 18rem;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 3; }
          .consult .inner .consult_boxes .consult_box .consult_box_name .ja {
            font-size: 20rem;
            letter-spacing: 0.05em;
            line-height: 1;
            color: #fff;
            margin-top: 6rem; }
          .consult .inner .consult_boxes .consult_box .consult_box_name .en {
            font-size: 13rem;
            line-height: 1.3em;
            color: #12573D; }
        .consult .inner .consult_boxes .consult_box .consult_box_img {
          width: 186rem;
          position: absolute;
          bottom: 0;
          right: -7rem;
          z-index: 2;
          line-height: 0; }

  /*careerのみ*/
  .price .bg {
    background: #F4F0EA; }
  .price .inner {
    width: 1063rem;
    margin: 0 auto;
    padding: 78rem 0 120rem; }
    .price .inner .sec_ttl {
      text-align: center;
      margin-bottom: 35rem; }
      .price .inner .sec_ttl .subttl {
        line-height: 1;
        color: #9B9B9B;
        margin-bottom: 20rem; }
        .price .inner .sec_ttl .subttl.enttl {
          font-size: 18rem; }
      .price .inner .sec_ttl h2 {
        font-size: 28rem;
        line-height: 1.34em;
        color: #12573D; }
    .price .inner .price_boxes {
      display: flex;
      justify-content: space-between; }
      .price .inner .price_boxes .price_box {
        width: 515rem;
        box-sizing: border-box;
        border-radius: 10rem;
        overflow: hidden; }
        .price .inner .price_boxes .price_box .price_box_bg {
          display: flex;
          flex-direction: column;
          height: 100%;
          padding: 2rem;
          box-sizing: border-box;
          background: linear-gradient(to right top, #1D7956, #B7FF79);
          border-radius: 10rem;
          overflow: hidden;
          filter: drop-shadow(0 3rem 10rem rgba(0, 0, 0, 0.16)); }
        .price .inner .price_boxes .price_box .price_box_ttl {
          font-size: 20rem;
          line-height: 1;
          color: #fff;
          text-align: center;
          padding: 16rem 0;
          background: #12573D;
          border-radius: 8rem 8rem 0 0; }
        .price .inner .price_boxes .price_box .plan {
          flex: 1;
          box-sizing: border-box;
          padding: 20rem 30rem 10rem;
          background: #fff;
          border-radius: 0 0 8rem 8rem;
          display: flex;
          gap: 0;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: wrap; }
          .price .inner .price_boxes .price_box .plan .plan_box {
            box-sizing: border-box; }
            .price .inner .price_boxes .price_box .plan .plan_box dl dt {
              font-size: 13rem;
              line-height: 1;
              color: #12573D;
              position: relative; }
              .price .inner .price_boxes .price_box .plan .plan_box dl dt.ja {
                padding-left: 10rem; }
                .price .inner .price_boxes .price_box .plan .plan_box dl dt.ja::before {
                  position: absolute;
                  content: "";
                  width: 6rem;
                  height: 6rem;
                  left: 0;
                  top: 50%;
                  transform: translateY(-50%);
                  background: #12573D; }
            .price .inner .price_boxes .price_box .plan .plan_box dl dd .num {
              display: inline-block;
              font-size: 30rem;
              line-height: 1.3em; }
          .price .inner .price_boxes .price_box .plan .plan_name {
            width: 100%;
            margin-bottom: 8rem;
            padding-bottom: 18rem;
            border-bottom: solid 1rem #D6D6D6; }
            .price .inner .price_boxes .price_box .plan .plan_name dl {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              color: #12573D; }
              .price .inner .price_boxes .price_box .plan .plan_name dl dt {
                font-size: 26rem;
                letter-spacing: 0.05em;
                line-height: 1;
                margin-right: 14rem; }
              .price .inner .price_boxes .price_box .plan .plan_name dl dd {
                font-size: 13rem;
                line-height: 1.3em; }
          .price .inner .price_boxes .price_box .plan .plan_price {
            width: 283rem;
            border-right: solid 1rem #D6D6D6;
            padding: 4rem 0 9rem; }
            .price .inner .price_boxes .price_box .plan .plan_price dl dd {
              margin-top: 10rem; }
              .price .inner .price_boxes .price_box .plan .plan_price dl dd .tax {
                display: inline-block;
                font-size: 13rem;
                line-height: 1; }
          .price .inner .price_boxes .price_box .plan .plan_week {
            width: 168rem;
            padding: 4rem 0 9rem 15rem; }
            .price .inner .price_boxes .price_box .plan .plan_week dl dd {
              margin-top: 10rem; }
              .price .inner .price_boxes .price_box .plan .plan_week dl dd .week {
                display: inline-block;
                font-size: 18rem;
                line-height: 1.33em;
                margin-left: 8rem;
                vertical-align: 0.1em; }
          .price .inner .price_boxes .price_box .plan .plan_doc {
            width: 100%;
            margin-top: 8rem;
            padding: 15rem 0 0;
            border-top: solid 1rem #D6D6D6; }
            .price .inner .price_boxes .price_box .plan .plan_doc dl {
              display: flex;
              justify-content: flex-start;
              align-items: flex-start; }
              .price .inner .price_boxes .price_box .plan .plan_doc dl dt {
                margin-right: 17rem; }
              .price .inner .price_boxes .price_box .plan .plan_doc dl dd {
                flex: 1;
                font-size: 14rem;
                line-height: 1.57em;
                position: relative;
                top: -0.25em; }

  /*orgのみ*/
  .company .bg {
    position: relative; }
    .company .bg:before {
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      background: rgba(9, 48, 41, 0.59);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
  .company .top_mv_video {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .company video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .company .inner {
    width: 1094rem;
    margin: 0 auto;
    padding: 86rem 0 175rem;
    position: relative;
    z-index: 3; }
    .company .inner .sec_ttl {
      text-align: center;
      color: #fff;
      margin-bottom: 55rem; }
      .company .inner .sec_ttl .subttl {
        line-height: 1;
        margin-bottom: 20rem; }
        .company .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .company .inner .sec_ttl h2 {
        font-size: 28rem;
        line-height: 1.34em; }
    .company .inner .company_box {
      width: 1000rem;
      margin-left: auto;
      color: #fff;
      display: flex;
      justify-content: space-between; }
      .company .inner .company_box .company_box_img {
        width: 384rem;
        padding-top: 20rem; }
      .company .inner .company_box .company_box_right {
        width: 527rem; }
        .company .inner .company_box .company_box_right h3 {
          font-size: 25rem;
          line-height: 1.4em; }
        .company .inner .company_box .company_box_right .company_box_txt {
          font-size: 16rem;
          letter-spacing: -0.05em;
          line-height: 1.5em;
          margin: 20rem 0 25rem; }
        .company .inner .company_box .company_box_right .company_box_btn {
          width: 246rem; }
          .company .inner .company_box .company_box_right .company_box_btn a {
            display: block;
            width: 100%;
            font-size: 15rem;
            line-height: 1;
            color: #fff;
            text-align: center;
            padding: 13rem 0;
            border-radius: 6rem;
            border: solid 1rem #fff;
            transition: 0.3s; }
            .company .inner .company_box .company_box_right .company_box_btn a:hover {
              color: #12573D;
              background: #fff; }

  .flow .bg {
    background: #F2F2F2; }
  .flow .inner {
    width: 1068rem;
    margin: 0 auto;
    padding: 77rem 0 64rem; }
    .flow .inner .sec_ttl {
      text-align: center;
      margin-bottom: 30rem; }
      .flow .inner .sec_ttl .subttl {
        line-height: 1;
        color: #9B9B9B;
        margin-bottom: 20rem; }
        .flow .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .flow .inner .sec_ttl h2 {
        font-size: 26rem;
        line-height: 1.34em;
        color: #12573D; }
    .flow .inner .flow_boxes .flow_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 10rem;
      background: #fff;
      box-shadow: 0 0 30rem rgba(0, 0, 0, 0.14);
      overflow: hidden; }
      .flow .inner .flow_boxes .flow_box .flow_box_left {
        width: 286rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        box-sizing: border-box;
        padding: 22rem 0 21rem 22rem;
        background: linear-gradient(to right top, #12573D, #1D7956); }
        .flow .inner .flow_boxes .flow_box .flow_box_left .flow_box_num {
          font-size: 30rem;
          line-height: 1.3em;
          margin-right: 11rem; }
          .flow .inner .flow_boxes .flow_box .flow_box_left .flow_box_num.num01 {
            margin-right: 19rem; }
        .flow .inner .flow_boxes .flow_box .flow_box_left .flow_box_ttl {
          font-size: 20rem;
          line-height: 1.3em; }
      .flow .inner .flow_boxes .flow_box .flow_box_txt {
        flex: 1;
        font-size: 18rem;
        letter-spacing: -0.05em;
        box-sizing: border-box;
        padding-left: 30rem;
        line-height: 1.4em; }
    .flow .inner .flow_boxes .arrow {
      width: 29rem;
      margin: 8rem auto; }
  .flow.career .flow_btn {
    width: 250rem;
    margin: 47rem auto 0; }
    .flow.career .flow_btn a {
      display: block;
      width: 100%;
      font-size: 22rem;
      line-height: 1;
      color: #12573D;
      text-align: center;
      padding: 15rem 0;
      border-radius: 5rem;
      background: #B7FF79;
      box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
      transition: 0.3s; }
      .flow.career .flow_btn a:hover {
        color: #fff;
        background: #12573D; }
  .flow.org .inner .sec_ttl {
    margin-bottom: 25rem; }
  .flow.org .inner .flow_txt {
    font-size: 24rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 66rem; }
  .flow.org .inner .flow_btn {
    width: 391rem;
    margin: 60rem auto 0; }
    .flow.org .inner .flow_btn a {
      display: block;
      width: 100%;
      font-size: 26rem;
      line-height: 1;
      color: #12573D;
      text-align: center;
      padding: 29rem 0;
      border-radius: 5rem;
      border: solid 2rem #12573D;
      background: #B7FF79;
      box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
      transition: 0.3s; }
      .flow.org .inner .flow_btn a:hover {
        color: #fff;
        background: #12573D; }

  /*orgのみ*/
  .voice .inner {
    width: 1164rem;
    margin: 0 auto;
    padding: 62rem 0 111rem; }
    .voice .inner .sec_ttl {
      text-align: center;
      margin-bottom: 40rem; }
      .voice .inner .sec_ttl .subttl {
        line-height: 1;
        color: #9B9B9B;
        margin-bottom: 20rem; }
        .voice .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .voice .inner .sec_ttl h2 {
        font-size: 28rem;
        line-height: 1.1em;
        color: #12573D; }
    .voice .inner .voice_boxes {
      display: flex;
      justify-content: space-between; }
      .voice .inner .voice_boxes .voice_box {
        width: 372rem;
        box-sizing: border-box;
        padding: 35rem 0 0;
        border: solid 1rem #1D7956;
        background: #F8F8F8;
        position: relative; }
        .voice .inner .voice_boxes .voice_box::before {
          position: absolute;
          content: "";
          width: 163rem;
          height: 137rem;
          top: 280rem;
          left: 23rem;
          background: url("../img/lp2/voice_box_bg.png") no-repeat;
          background-size: contain; }
        .voice .inner .voice_boxes .voice_box .voice_box_logo {
          width: 100%;
          text-align: center;
          margin-bottom: 25rem; }
          .voice .inner .voice_boxes .voice_box .voice_box_logo img {
            width: auto;
            height: 55rem;
            mix-blend-mode: multiply; }
        .voice .inner .voice_boxes .voice_box h3 {
          font-size: 20rem;
          letter-spacing: -0.05em;
          line-height: 1.4em;
          color: #12573D;
          box-sizing: border-box;
          padding: 0 27rem 0 28rem; }
          .voice .inner .voice_boxes .voice_box h3.long {
            padding-right: 0; }
        .voice .inner .voice_boxes .voice_box .voice_box_txt {
          min-height: 216rem;
          font-size: 16rem;
          letter-spacing: -0.05em;
          line-height: 1.5em;
          box-sizing: border-box;
          padding: 0 27rem 0 28rem;
          margin: 15rem 0 45rem;
          position: relative;
          z-index: 2; }
        .voice .inner .voice_boxes .voice_box .person {
          display: flex;
          justify-content: space-between;
          align-items: center;
          box-sizing: border-box;
          padding: 20rem 29rem 20rem 28rem;
          background: #12573D; }
          .voice .inner .voice_boxes .voice_box .person .person_left {
            color: #fff; }
            .voice .inner .voice_boxes .voice_box .person .person_left .company {
              font-size: 20rem;
              letter-spacing: -0.05em;
              text-decoration: underline;
              margin-bottom: 8rem; }
            .voice .inner .voice_boxes .voice_box .person .person_left .name {
              font-size: 18rem;
              letter-spacing: -0.05em;
              line-height: 1.44em; }
          .voice .inner .voice_boxes .voice_box .person .person_img {
            width: 80rem; }

  .faq.org .bg {
    background: #F4F0EA; }
  .faq .inner {
    width: 1058rem;
    margin: 0 auto;
    padding: 79rem 0 45rem; }
    .faq .inner .sec_ttl {
      text-align: center;
      margin-bottom: 40rem; }
      .faq .inner .sec_ttl .subttl {
        line-height: 1;
        color: #9B9B9B;
        margin-bottom: 20rem; }
        .faq .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .faq .inner .sec_ttl h2 {
        font-size: 28rem;
        line-height: 1.34em;
        color: #12573D; }
    .faq .inner .faq_boxes {
      border-top: solid 1rem #9B9B9B; }
      .faq .inner .faq_boxes .faq_box {
        border-bottom: solid 1rem #9B9B9B; }
        .faq .inner .faq_boxes .faq_box:last-child {
          border: none; }
        .faq .inner .faq_boxes .faq_box .q_box {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 20rem 0;
          position: relative;
          cursor: pointer; }
          .faq .inner .faq_boxes .faq_box .q_box::before {
            position: absolute;
            content: "";
            width: 10rem;
            height: 1rem;
            right: 15rem;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 100rem;
            background: #000; }
          .faq .inner .faq_boxes .faq_box .q_box::after {
            position: absolute;
            content: "";
            width: 10rem;
            height: 1rem;
            right: 15rem;
            top: 50%;
            transform: translateY(-50%) rotate(90deg);
            border-radius: 100rem;
            background: #000;
            transition: 0.3s; }
          .faq .inner .faq_boxes .faq_box .q_box.open::after {
            transform: translateY(-50%) rotate(0); }
          .faq .inner .faq_boxes .faq_box .q_box .q_icon {
            font-size: 20rem;
            line-height: 1.3em;
            color: #1D7956;
            margin-right: 11rem; }
          .faq .inner .faq_boxes .faq_box .q_box .q_txt {
            font-size: 16rem;
            line-height: 1.625em;
            box-sizing: border-box;
            padding-right: 50rem; }
        .faq .inner .faq_boxes .faq_box .a_box {
          display: none;
          font-size: 16rem;
          letter-spacing: -0.05em;
          line-height: 1.625em;
          box-sizing: border-box;
          padding: 0 50rem 20rem 30rem; }

  .banner .bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .banner .inner {
    text-align: center; }
    .banner .inner .banner_txt {
      font-size: 30rem;
      line-height: 1.66em;
      color: #fff; }
    .banner .inner .banner_btn {
      margin: 55rem auto 0; }
      .banner .inner .banner_btn a {
        display: block;
        width: 100%;
        font-size: 22rem;
        letter-spacing: 0.05em;
        line-height: 1;
        color: #12573D;
        padding: 17rem 0;
        border-radius: 10rem;
        background: #B7FF79;
        border: solid 1rem #B7FF79;
        transition: 0.3s; }
        .banner .inner .banner_btn a:hover {
          background: #fff; }
  .banner.career .bg {
    background-image: url("../img/lp1/banner_bg.png"); }
  .banner.career .inner {
    padding: 90rem 0 85rem; }
    .banner.career .inner .banner_btn {
      width: 250rem; }
      .banner.career .inner .banner_btn a {
        display: block;
        width: 100%;
        font-size: 22rem;
        line-height: 1;
        color: #12573D;
        padding: 14rem 0;
        border-radius: 5rem;
        background: #B7FF79;
        border: solid 1rem #B7FF79;
        box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.29);
        transition: 0.3s; }
        .banner.career .inner .banner_btn a:hover {
          background: #fff; }
  .banner.org .bg {
    background-image: url("../img/lp2/banner_bg.png"); }
  .banner.org .inner {
    padding: 75rem 0 63rem; }
    .banner.org .inner .banner_txt {
      font-size: 29rem;
      line-height: 1.72em;
      color: #fff; }
    .banner.org .inner .banner_btn {
      width: 391rem;
      margin-top: 20rem; }
      .banner.org .inner .banner_btn a {
        display: block;
        width: 100%;
        font-size: 26rem;
        line-height: 1;
        color: #12573D;
        padding: 29rem 0;
        border-radius: 5rem;
        background: #B7FF79;
        border: solid 2rem #B7FF79;
        box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.29);
        transition: 0.3s; }
        .banner.org .inner .banner_btn a:hover {
          background: #fff; }
    .banner.org .inner .causion {
      font-size: 14rem;
      letter-spacing: -0.05em;
      color: #fff;
      margin-top: 25rem; }

  footer {
    background: #0B3C33; }
    footer .inner {
      box-sizing: border-box;
      padding: 50rem 100rem 30rem 60rem; }
      footer .inner .footer_head {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15rem; }
        footer .inner .footer_head .footer_logo {
          width: 236rem; }
        footer .inner .footer_head .footer_menu {
          padding-top: 4rem; }
          footer .inner .footer_head .footer_menu ul {
            display: flex;
            justify-content: flex-end; }
            footer .inner .footer_head .footer_menu ul li {
              font-size: 16rem;
              margin-left: 35rem; }
              footer .inner .footer_head .footer_menu ul li a {
                color: #fff; }
                footer .inner .footer_head .footer_menu ul li a:hover {
                  text-decoration: underline; }
      footer .inner .footer_btn {
        display: flex;
        justify-content: space-between;
        margin-bottom: 35rem; }
        footer .inner .footer_btn .btn a {
          display: block;
          text-align: center;
          border-radius: 6rem;
          transition: 0.3s; }
        footer .inner .footer_btn .btn .signup {
          width: 222rem;
          font-size: 18rem;
          line-height: 1;
          color: #fff;
          padding: 10rem 0;
          border: solid 1rem #B7FF79; }
          footer .inner .footer_btn .btn .signup:hover {
            background: #B7FF79; }
        footer .inner .footer_btn .btn .corp {
          width: 149rem;
          font-size: 14rem;
          line-height: 1;
          color: #9B9B9B;
          padding: 12rem 0;
          border: solid 1rem #9B9B9B; }
          footer .inner .footer_btn .btn .corp:hover {
            color: #fff;
            background: #9B9B9B; }
      footer .inner .footer_btm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse; }
        footer .inner .footer_btm .footer_btm_link ul {
          display: flex;
          justify-content: flex-end; }
          footer .inner .footer_btm .footer_btm_link ul li {
            font-size: 14rem;
            line-height: 1;
            margin-left: 21rem; }
            footer .inner .footer_btm .footer_btm_link ul li a {
              color: #C7C7C7; }
        footer .inner .footer_btm .copyright {
          font-size: 14rem;
          color: #C7C7C7; }
    footer.org {
      margin-top: -1rem; }
      footer.org .inner .footer_head .footer_menu ul li {
        margin-left: 23rem; }
      footer.org .inner .footer_btn .btn .signup {
        font-size: 14rem;
        padding: 11rem 0; }

  /*お問い合わせ（共通）*/
  .contact {
    background: #F4F0EA; }
    .contact .inner {
      width: 750rem;
      margin: 0 auto;
      padding-top: 175rem; }
      .contact .inner .sec_ttl {
        text-align: center; }
        .contact .inner .sec_ttl .subttl {
          line-height: 1;
          color: #9B9B9B;
          margin-bottom: 15rem; }
          .contact .inner .sec_ttl .subttl.enttl {
            font-size: 13rem; }
        .contact .inner .sec_ttl .sec_ttl_sub {
          font-size: 16rem;
          line-height: 1.68em;
          margin-top: 20rem; }
        .contact .inner .sec_ttl h2 {
          font-size: 28rem;
          line-height: 1.34em;
          color: #12573D; }
      .contact .inner .contact_head {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30rem; }
        .contact .inner .contact_head .contact_head_item {
          font-size: 18rem;
          color: #C7C7C7; }
          .contact .inner .contact_head .contact_head_item:nth-child(1) {
            color: #000; }
          .contact .inner .contact_head .contact_head_item.active {
            color: #12573D; }
        .contact .inner .contact_head .square {
          width: 9rem;
          height: 9rem;
          background: #C7C7C7;
          margin: 0 63rem; }
          .contact .inner .contact_head .square.active {
            background: #12573D; }
      .contact .inner .contact_form .error {
        font-size: 16rem;
        margin-top: 5rem; }

  /*フォーム共通*/
  .form .inner .contact_form table {
    width: 100%;
    margin-bottom: 80rem; }
    .form .inner .contact_form table tr th {
      display: block;
      width: 100%;
      font-size: 15rem;
      color: #12573D;
      text-align: left; }
    .form .inner .contact_form table tr td {
      display: block;
      width: 100%;
      padding: 12rem 0 35rem; }
      .form .inner .contact_form table tr td input {
        width: 100%;
        height: 50rem;
        font-size: 15rem;
        font-family: "MFW-PIshiiGothicStdN-R";
        color: #000;
        border-radius: 10rem;
        box-sizing: border-box;
        padding: 16rem 0 16rem 15rem;
        border: solid 1rem #1D7956;
        background: #fff; }
        .form .inner .contact_form table tr td input::placeholder {
          color: #9B9B9B; }
      .form .inner .contact_form table tr td select {
        width: 100%;
        height: 50rem;
        font-size: 15rem;
        font-family: "MFW-PIshiiGothicStdN-R";
        color: #000;
        border-radius: 10rem;
        box-sizing: border-box;
        padding: 16rem 0 16rem 15rem;
        border: solid 1rem #1D7956;
        background: url("../img/lp1/select_arrow.png") no-repeat right 20rem center #fff;
        background-size: 12rem;
        -webkit-appearance: none;
        appearance: none;
        /* デフォルトの矢印を無効 */ }
        .form .inner .contact_form table tr td select::-ms-expand {
          display: none;
          /* デフォルトの矢印を無効(IE用) */ }
        .form .inner .contact_form table tr td select::placeholder {
          color: #9B9B9B; }
      .form .inner .contact_form table tr td textarea {
        width: 100%;
        height: 147rem;
        font-size: 15rem;
        font-family: "MFW-PIshiiGothicStdN-R";
        color: #000;
        border-radius: 10rem;
        box-sizing: border-box;
        padding: 15rem 0 15rem 15rem;
        border: solid 1rem #1D7956;
        background: #fff; }
        .form .inner .contact_form table tr td textarea::placeholder {
          color: #9B9B9B; }
      .form .inner .contact_form table tr td .content_check {
        text-align: left;
        padding: 12rem 0 8rem; }
        .form .inner .contact_form table tr td .content_check .horizontal-item {
          display: block; }
          .form .inner .contact_form table tr td .content_check .horizontal-item:nth-child(n+2) {
            margin-top: 20rem; }
          .form .inner .contact_form table tr td .content_check .horizontal-item label {
            font-size: 15rem;
            padding-left: 25rem;
            position: relative;
            font-family: "MFW-PIshiiGothicStdN-R";
            cursor: pointer; }
            .form .inner .contact_form table tr td .content_check .horizontal-item label input {
              display: none;
              font-family: "MFW-PIshiiGothicStdN-R"; }
            .form .inner .contact_form table tr td .content_check .horizontal-item label span {
              display: inline-block; }
              .form .inner .contact_form table tr td .content_check .horizontal-item label span::before {
                position: absolute;
                content: "";
                display: inline-block;
                width: 17rem;
                height: 17rem;
                top: -1rem;
                left: 0;
                margin-right: 8rem;
                border: solid 1rem #C7C7C7;
                box-sizing: border-box; }
            .form .inner .contact_form table tr td .content_check .horizontal-item label input[type="checkbox"]:checked + span:before {
              box-shadow: inset 0 0 0 4rem #fff, inset 0 0 0 10rem #14573D; }
    .form .inner .contact_form table tr:last-child td {
      padding-bottom: 0; }
  .form .inner .contact_form .check {
    text-align: center;
    margin-bottom: 35rem; }
    .form .inner .contact_form .check label {
      display: inline-block;
      font-size: 15rem;
      line-height: 1;
      font-family: "MFW-PIshiiGothicStdN-R";
      cursor: pointer; }
      .form .inner .contact_form .check label input {
        width: 20rem;
        height: 20rem;
        margin-right: 14rem;
        vertical-align: -0.3em;
        font-family: "MFW-PIshiiGothicStdN-R"; }
    .form .inner .contact_form .check .check_link {
      width: 363rem;
      margin: 0 auto;
      text-align: center;
      margin-top: 15rem;
      box-sizing: border-box; }
      .form .inner .contact_form .check .check_link a {
        display: inline-block;
        text-decoration: underline;
        margin: 0 0.5em;
        font-size: 15rem;
        color: #000000; }
  .form .inner .contact_form .btn {
    display: flex;
    justify-content: center; }
    .form .inner .contact_form .btn input {
      font-family: "MFW-PIshiiGothicStdN-EB";
      cursor: pointer;
      transition: 0.3s; }
    .form .inner .contact_form .btn .submit {
      width: 274rem;
      font-size: 22rem;
      line-height: 1;
      color: #12573D;
      padding: 15rem 0;
      border-radius: 5rem;
      border: none;
      background: #B7FF79;
      box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16); }
      .form .inner .contact_form .btn .submit:hover {
        color: #fff;
        background: #12573D; }

  /*初回相談を申し込む*/
  #contact .inner {
    padding-bottom: 110rem; }
    #contact .inner .sec_ttl {
      margin-bottom: 55rem; }
  #contact .error {
    font-size: 16rem;
    margin-top: 5rem; }

  /*確認*/
  #confirm .inner {
    padding-bottom: 110rem; }
    #confirm .inner .sec_ttl {
      margin-bottom: 55rem; }
    #confirm .inner .contact_form {
      width: 380rem;
      margin: 0 auto; }
      #confirm .inner .contact_form table {
        width: 100%;
        margin-bottom: 60rem; }
        #confirm .inner .contact_form table tr th {
          display: block;
          width: 100%;
          font-size: 15rem;
          color: #12573D;
          text-align: left; }
        #confirm .inner .contact_form table tr td {
          display: block;
          width: 100%;
          font-size: 15rem;
          line-height: 1.5em;
          font-family: "MFW-PIshiiGothicStdN-B";
          padding: 15rem 0 29rem; }
        #confirm .inner .contact_form table tr:last-child td {
          padding-bottom: 0; }
      #confirm .inner .contact_form .check {
        display: none !important; }
      #confirm .inner .contact_form .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        #confirm .inner .contact_form .btn input {
          width: 229rem;
          font-size: 22rem;
          line-height: 1;
          padding: 15rem 0;
          border-radius: 5rem;
          border: none;
          box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
          cursor: pointer;
          transition: 0.3s; }
        #confirm .inner .contact_form .btn .submit {
          color: #12573D;
          font-family: "MFW-PIshiiGothicStdN-EB";
          background: #B7FF79;
          margin-bottom: 20rem; }
          #confirm .inner .contact_form .btn .submit:hover {
            color: #fff;
            background: #12573D; }
        #confirm .inner .contact_form .btn .back {
          width: 229rem;
          font-size: 22rem;
          line-height: 1;
          padding: 15rem 0;
          border-radius: 5rem;
          border: none;
          box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
          cursor: pointer;
          transition: 0.3s;
          padding: 14rem 0;
          color: #000;
          font-family: "MFW-PIshiiGothicStdN-M";
          background: #C7C7C7;
          margin-bottom: 20rem; }
          #confirm .inner .contact_form .btn .back:hover {
            color: #fff;
            background: #000; }

  /*完了*/
  #thanks .inner {
    padding-bottom: 140rem; }
    #thanks .inner .thanks_img {
      width: 235rem;
      margin: 15rem auto; }
    #thanks .inner .thanks_txt {
      font-size: 19rem;
      line-height: 1.42em;
      text-align: center; }

  /*資料ダウンロード*/
  #dl .inner {
    padding-bottom: 103rem; }
    #dl .inner .sec_ttl {
      margin-bottom: 69rem; }

  /*資料ダウンロード完了*/
  #dl_thanks .inner {
    padding-bottom: 130rem; }
    #dl_thanks .inner .thanks_txt {
      font-size: 19rem;
      line-height: 1.42em;
      text-align: center;
      margin-top: 35rem; } }
/* SP */
@media screen and (max-width: 768px) {
  .anclink {
    padding-top: 50rem;
    margin-top: -50rem; }

  .pconly {
    display: none !important; }

  main {
    width: 100%;
    overflow: hidden; }

  html {
    font-size: calc(1vw * 100 / 375); }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 23;
    background: #fff; }
    header .inner {
      box-sizing: border-box;
      padding: 17rem 53rem 17rem 7rem;
      display: flex;
      justify-content: space-between; }
      header .inner .header_left .logo {
        width: 130rem; }
      header .inner .header_right .btn {
        width: 142rem; }
        header .inner .header_right .btn a {
          display: block;
          font-size: 12rem;
          line-height: 1;
          text-align: center;
          padding: 10rem 0 11rem;
          border-radius: 6rem;
          color: #fff;
          border: solid 1rem #B7FF79;
          background: #0C3C33; }
    header.org .inner {
      padding: 8rem 53rem 18rem 5rem;
      align-items: center; }
      header.org .inner .header_left .logo {
        width: 165rem; }

  #navArea {
    position: relative; }

  /*ハンバーガー メニュー*/
  nav.hum {
    display: block;
    position: fixed;
    top: 70rem;
    right: -100vw;
    /*bottom: 0;*/
    width: 100vw;
    height: calc( 100vh - 70rem );
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 21;
    opacity: 1;
    box-sizing: border-box;
    border-top: solid 1rem #12573D;
    background: #fff; }
    nav.hum .inner {
      padding: 50rem 0 30rem;
      height: 100%;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      nav.hum .inner ul {
        width: 315rem;
        margin: 0 auto 36rem; }
        nav.hum .inner ul li {
          font-size: 20rem;
          line-height: 1.05em;
          color: #12573D; }
          nav.hum .inner ul li:nth-child(n+2) {
            margin-top: 29rem; }
          nav.hum .inner ul li a {
            display: block;
            color: #12573D;
            background: url("../img/lp1/hum_arrow.png") no-repeat right center;
            background-size: 21rem; }
      nav.hum .inner .hum_btn {
        width: 173rem;
        margin-left: 30rem; }
        nav.hum .inner .hum_btn a {
          display: block;
          width: 100%;
          font-size: 14rem;
          line-height: 1;
          color: #9B9B9B;
          text-align: center;
          padding: 12rem 0;
          border-radius: 6rem;
          border: solid 1rem #9B9B9B; }

  .open nav.hum {
    right: 0;
    opacity: 1; }

  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 25rem;
    right: 20rem;
    width: 22rem;
    height: 18rem;
    transition: all .5s;
    cursor: pointer;
    z-index: 23; }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 22rem;
    height: 2rem;
    background-color: #1D7956;
    transition: all .5s; }

  .toggle_btn span:nth-of-type(1) {
    top: 0; }

  .toggle_btn span:nth-of-type(2) {
    top: 8rem; }

  .toggle_btn span:nth-of-type(3) {
    top: 16rem; }

  .open .toggle_btn span:nth-of-type(1) {
    -webkit-transform: translateY(8rem) rotate(-315deg);
    transform: translateY(8rem) rotate(-315deg); }

  .open .toggle_btn span:nth-of-type(2) {
    opacity: 0; }

  .open .toggle_btn span:nth-of-type(3) {
    -webkit-transform: translateY(-8rem) rotate(315deg);
    transform: translateY(-8rem) rotate(315deg); }

  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s; }

  .open #mask {
    display: block;
    transition: all .5s;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 20; }

  .mv {
    width: 100%;
    box-sizing: border-box; }
    .mv .inner {
      width: 322rem;
      margin: 0 auto;
      color: #12573D; }
      .mv .inner .mv_btn a {
        box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.28);
        display: block;
        width: 100%;
        text-align: center;
        transition: 0.3s; }
    .mv.career {
      height: 730rem;
      padding: 90rem 0 0;
      background: url("../img/lp1/mv_sp.png") no-repeat center top;
      background-size: cover;
      position: relative; }
      .mv.career .mv_subttl {
        font-size: 16rem;
        line-height: 1;
        margin-bottom: 10rem; }
      .mv.career h1 {
        font-size: 55rem;
        letter-spacing: -0.03em;
        line-height: 1.12em;
        margin-bottom: 8rem; }
      .mv.career .mv_txt {
        font-size: 18rem;
        line-height: 1.38em; }
      .mv.career .mv_btn {
        width: 315rem;
        position: absolute;
        bottom: 74rem;
        left: 50%;
        transform: translateX(-50%); }
        .mv.career .mv_btn a {
          font-size: 22rem;
          line-height: 1;
          color: #12573D;
          padding: 15rem 0;
          border-radius: 5rem;
          background: #B7FF79; }
    .mv.org {
      height: 748rem;
      padding: 96rem 0 0;
      background: url("../img/lp2/mv_sp.png") no-repeat center bottom;
      background-size: cover;
      position: relative; }
      .mv.org .inner {
        width: auto; }
      .mv.org .mv_subttl {
        width: 315rem;
        margin: 0 auto 13rem;
        font-size: 16rem;
        line-height: 1; }
      .mv.org h1 {
        box-sizing: border-box;
        padding-left: 25rem;
        margin-bottom: 20rem; }
        .mv.org h1 .small_ttl {
          display: inline-block;
          font-size: 29rem;
          letter-spacing: -0.1em;
          line-height: 1.1em;
          margin-bottom: 5rem; }
        .mv.org h1 .ttl {
          font-size: 53rem;
          letter-spacing: 0.1em;
          line-height: 1; }
      .mv.org .mv_txt {
        width: 318rem;
        margin: 0 auto;
        font-size: 18rem;
        line-height: 1.38em; }
      .mv.org .mv_btn {
        width: 315rem;
        margin: 0 auto;
        position: absolute;
        bottom: 49rem;
        left: 50%;
        transform: translateX(-50%); }
        .mv.org .mv_btn a {
          font-size: 19rem;
          line-height: 1;
          color: #12573D;
          padding: 18rem 0;
          border-radius: 5rem;
          border: solid 2rem #1D7956;
          background: #B7FF79;
          box-shadow: 0 3rem 10rem rgba(0, 0, 0, 0.16); }
          .mv.org .mv_btn a span {
            display: inline-block;
            font-size: 15rem;
            line-height: 1; }

  .intro {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; }
    .intro .inner {
      margin: 0 auto; }
      .intro .inner .sec_ttl {
        width: 315rem;
        margin: 0 auto; }
        .intro .inner .sec_ttl .subttl {
          font-size: 16rem;
          line-height: 1;
          color: #000;
          text-align: center;
          margin-bottom: 10rem; }
        .intro .inner .sec_ttl h2 {
          font-size: 25rem;
          letter-spacing: -0.05em;
          line-height: 1.4em;
          color: #12573D; }
      .intro .inner .intro_boxes {
        position: relative; }
        .intro .inner .intro_boxes .intro_box {
          box-sizing: border-box;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          position: relative;
          z-index: 2; }
          .intro .inner .intro_boxes .intro_box .intro_box_txt {
            display: inline-block;
            font-size: 16rem;
            line-height: 1.5em;
            color: #12573D;
            text-align: center; }
    .intro.career {
      position: relative; }
      .intro.career::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1692rem;
        left: 0;
        top: 0;
        background: url("../img/lp1/intro_bg_sp.png") no-repeat center bottom;
        background-size: cover;
        z-index: 0; }
      .intro.career .inner {
        padding: 57rem 0 82rem;
        position: relative;
        z-index: 2; }
        .intro.career .inner .intro_boxes {
          width: 336rem;
          margin: 45rem auto 193rem; }
          .intro.career .inner .intro_boxes::after {
            position: absolute;
            content: "";
            width: 287rem;
            height: 210rem;
            bottom: -220rem;
            left: 50%;
            transform: translateX(-50%);
            background: url("../img/lp1/intro_img_sp.png") no-repeat;
            background-size: contain;
            z-index: 1; }
          .intro.career .inner .intro_boxes .intro_box {
            margin: 0 auto; }
            .intro.career .inner .intro_boxes .intro_box.box01 {
              width: 290rem;
              height: 101rem;
              padding-top: 15rem;
              padding-left: 57rem;
              background-image: url("../img/lp1/intro_cloud_bg_01_sp.png"); }
            .intro.career .inner .intro_boxes .intro_box.box02 {
              width: 336rem;
              height: 124rem;
              margin: 0 0 10rem;
              padding-top: 45rem;
              padding-left: 40rem;
              background-image: url("../img/lp1/intro_cloud_bg_02_sp.png"); }
            .intro.career .inner .intro_boxes .intro_box.box03 {
              width: 315rem;
              height: 115rem;
              padding-top: 35rem;
              padding-left: 35rem;
              background-image: url("../img/lp1/intro_cloud_bg_03_sp.png"); }
        .intro.career .inner .column {
          width: 100%;
          margin: 0 auto;
          box-sizing: border-box;
          padding: 20rem 0 30rem;
          border-radius: 25rem;
          border: solid 1rem #1D7956;
          background: #5C5C5C;
          position: relative;
          z-index: 3; }
          .intro.career .inner .column .sec_ttl {
            text-align: center;
            margin: 0 auto 10rem; }
            .intro.career .inner .column .sec_ttl h2 {
              font-size: 20rem;
              line-height: 1.45em;
              color: #fff; }
              .intro.career .inner .column .sec_ttl h2 span {
                text-decoration: underline; }
          .intro.career .inner .column .column_boxes {
            width: 315rem;
            margin: 0 auto;
            box-sizing: border-box;
            padding: 0 12rem;
            border-radius: 10rem;
            border: solid 1rem #1D7956;
            background: #2C2C2C; }
            .intro.career .inner .column .column_boxes .column_box {
              padding: 20rem 0 24rem;
              color: #fff;
              border-bottom: dashed 1rem #fff; }
              .intro.career .inner .column .column_boxes .column_box:last-child {
                border: none; }
              .intro.career .inner .column .column_boxes .column_box .column_box_left {
                display: flex;
                justify-content: flex-start;
                padding-bottom: 15rem; }
                .intro.career .inner .column .column_boxes .column_box .column_box_left .column_box_num {
                  font-size: 22rem;
                  line-height: 1.318em;
                  margin-right: 7rem; }
                .intro.career .inner .column .column_boxes .column_box .column_box_left .column_box_ttl {
                  font-size: 20rem;
                  line-height: 1.25em; }
              .intro.career .inner .column .column_boxes .column_box .column_box_right ul li {
                font-size: 16rem;
                line-height: 1.5625em; }
              .intro.career .inner .column .column_boxes .column_box:first-child .column_box_left .column_box_num {
                margin-right: 11rem; }
        .intro.career .inner .intro_btm_txt {
          font-size: 25rem;
          line-height: 1.48em;
          text-align: center;
          margin-top: 45rem; }
    .intro.org {
      position: relative; }
      .intro.org::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 969rem;
        left: 0;
        top: 0;
        background: url("../img/lp2/intro_bg_sp.png") no-repeat center bottom;
        background-size: cover;
        z-index: 0; }
      .intro.org .inner {
        position: relative;
        z-index: 3;
        padding: 56rem 0 60rem; }
        .intro.org .inner .sec_ttl h2 {
          letter-spacing: 0; }
        .intro.org .inner .intro_boxes {
          width: 355rem;
          margin: 25rem auto 195rem; }
          .intro.org .inner .intro_boxes::after {
            position: absolute;
            content: "";
            width: 287rem;
            height: 210rem;
            bottom: -204rem;
            left: 50%;
            transform: translateX(-50%);
            background: url("../img/lp2/intro_img_sp.png") no-repeat;
            background-size: contain;
            z-index: 1; }
          .intro.org .inner .intro_boxes .intro_box.box01 {
            width: 352rem;
            height: 159rem;
            padding-top: 55rem;
            padding-left: 57rem;
            background-image: url("../img/lp2/intro_cloud_bg_01_sp.png"); }
          .intro.org .inner .intro_boxes .intro_box.box02 {
            width: 356rem;
            height: 146rem;
            padding-top: 40rem;
            padding-left: 40rem;
            background-image: url("../img/lp2/intro_cloud_bg_02.png"); }
          .intro.org .inner .intro_boxes .intro_box.box03 {
            width: 353rem;
            height: 150rem;
            padding-top: 50rem;
            padding-left: 45rem;
            background-image: url("../img/lp2/intro_cloud_bg_03.png"); }
        .intro.org .inner .intro_btm_txt {
          font-size: 25rem;
          line-height: 1.48em;
          text-align: center; }

  .about .inner {
    width: 315rem;
    margin: 0 auto;
    padding: 0 0 80rem; }
    .about .inner .sec_ttl .subttl {
      font-size: 18rem;
      line-height: 1;
      text-align: center;
      margin-bottom: 15rem; }
    .about .inner .sec_ttl h2 {
      font-size: 25rem;
      letter-spacing: -0.05em;
      line-height: 1.4em;
      color: #12573D; }
    .about .inner .about_boxes {
      margin-top: 30rem; }
      .about .inner .about_boxes .about_box {
        width: 100%; }
        .about .inner .about_boxes .about_box:nth-child(1) {
          margin-top: 55rem !important; }
        .about .inner .about_boxes .about_box:nth-child(2) {
          margin-top: 55rem !important; }
        .about .inner .about_boxes .about_box:nth-child(n+2) {
          margin-top: 25rem; }
        .about .inner .about_boxes .about_box .about_box_img {
          width: 100%;
          margin: 0 auto; }
        .about .inner .about_boxes .about_box h3 {
          width: 105%;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          font-size: 20rem;
          line-height: 1.4em;
          color: #12573D;
          text-align: center;
          padding: 5rem 0 10rem; }
        .about .inner .about_boxes .about_box .about_box_txt {
          font-size: 18rem;
          line-height: 1.33em;
          padding-top: 10rem;
          border-top: solid 1rem #12573D;
          text-align: justify; }

  .compare .bg {
    background: linear-gradient(to bottom, #499F60 0%, #1D7956 20%, #1D7956 100%); }
  .compare .inner {
    width: 100%;
    margin: 0 auto;
    padding: 49rem 0 85rem; }
    .compare .inner .sec_ttl {
      width: 315rem;
      text-align: center;
      margin: 0 auto 30rem; }
      .compare .inner .sec_ttl .subttl {
        line-height: 1;
        color: #B7FF79;
        margin-bottom: 10rem; }
        .compare .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .compare .inner .sec_ttl h2 {
        font-size: 25rem;
        line-height: 1.34em;
        color: #fff; }
    .compare .inner .scroll {
      width: 345rem;
      margin-left: auto;
      overflow-x: scroll;
      padding-bottom: 25rem; }
      .compare .inner .scroll::-webkit-scrollbar {
        width: 85rem;
        height: 5rem; }
      .compare .inner .scroll::-webkit-scrollbar-thumb {
        background: #B7FF79; }
      .compare .inner .scroll::-webkit-scrollbar-track {
        background: #fff; }
    .compare .inner table {
      width: 818rem;
      border-collapse: collapse;
      margin-right: 30rem; }
      .compare .inner table tr th {
        font-size: 15rem;
        line-height: 1;
        vertical-align: middle;
        box-sizing: border-box;
        background: #C3C3C3;
        position: relative; }
        .compare .inner table tr th::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 4rem;
          left: 0;
          bottom: 0;
          background: #A8A8A8; }
        .compare .inner table tr th:nth-child(2)::before {
          width: calc( 100% - 10rem );
          left: 50%;
          transform: translateX(-50%); }
        .compare .inner table tr th:last-child {
          border-radius: 0 10rem 0 0; }
        .compare .inner table tr th .lightgreen {
          padding: 5rem 5rem 0;
          background: #B7FF79; }
          .compare .inner table tr th .lightgreen .logo {
            text-align: center;
            padding: 20rem 0 15rem;
            border-radius: 10rem 10rem 0 0;
            background: #12573D; }
            .compare .inner table tr th .lightgreen .logo img {
              width: 145rem; }
        .compare .inner table tr th.none {
          width: 110rem !important;
          background: none !important; }
          .compare .inner table tr th.none::before {
            display: none !important; }
      .compare .inner table tr td {
        height: 63rem;
        font-size: 14rem;
        line-height: 1.428em;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        background: #fff;
        border-bottom: solid 1rem #6C6C6C; }
        .compare .inner table tr td:first-child {
          font-size: 18rem;
          line-height: 1.1em;
          background: #F4F0EA; }
        .compare .inner table tr td.lightgreen {
          padding: 0 5rem;
          background: #B7FF79; }
          .compare .inner table tr td.lightgreen .bg {
            height: 100%;
            background: #F4FFFB;
            display: flex;
            justify-content: center;
            flex-direction: column; }
            .compare .inner table tr td.lightgreen .bg .txt {
              font-size: 18rem;
              line-height: 1.33em;
              color: #1D7956; }
              .compare .inner table tr td.lightgreen .bg .txt.fs17 {
                font-size: 17rem; }
              .compare .inner table tr td.lightgreen .bg .txt.fs16 {
                font-size: 16rem; }
              .compare .inner table tr td.lightgreen .bg .txt .num {
                display: inline-block;
                font-size: 27rem;
                line-height: 1;
                margin-right: 2rem; }
              .compare .inner table tr td.lightgreen .bg .txt .small {
                font-size: 14rem; }
      .compare .inner table tr:nth-child(2) td:first-child {
        border-radius: 10rem 0 0 0; }
      .compare .inner table tr:last-child td:first-child {
        border-radius: 0 0 0 10rem; }
      .compare .inner table tr:last-child td:last-child {
        border-radius: 0 0 10rem 0; }
      .compare .inner table tr:last-child td {
        border-bottom: none; }
        .compare .inner table tr:last-child td.lightgreen {
          padding-bottom: 5rem; }
          .compare .inner table tr:last-child td.lightgreen .bg {
            border-radius: 0 0 10rem 10rem;
            justify-content: flex-end;
            padding-bottom: 15rem;
            box-sizing: border-box; }
  .compare.career .inner table tr th {
    width: calc( 517rem / 3); }
    .compare.career .inner table tr th:nth-child(2) {
      width: 191rem !important; }
    .compare.career .inner table tr th:nth-child(3), .compare.career .inner table tr th:nth-child(4) {
      border-right: solid 1rem #6C6C6C; }
  .compare.career .inner table tr td:nth-child(3), .compare.career .inner table tr td:nth-child(4) {
    border-right: solid 1rem #6C6C6C; }
  .compare.org .inner {
    padding: 69rem 0 85rem; }
    .compare.org .inner .sec_ttl h2 {
      text-align: left; }
    .compare.org .inner table {
      width: 568rem; }
      .compare.org .inner table tr th {
        width: 236rem;
        font-size: 16rem; }
        .compare.org .inner table tr th:nth-child(2) {
          width: 241rem !important; }
        .compare.org .inner table tr th:nth-child(3) {
          width: 230rem !important;
          border-right: solid 1rem #6C6C6C; }
        .compare.org .inner table tr th.none {
          width: 97rem !important; }
      .compare.org .inner table tr td {
        font-size: 16rem; }
        .compare.org .inner table tr td:nth-child(3) {
          border-right: solid 1rem #6C6C6C; }

  .program {
    overflow: hidden; }
    .program .inner .sec_ttl {
      text-align: center;
      margin-bottom: 30rem; }
      .program .inner .sec_ttl .subttl {
        line-height: 1;
        color: #9B9B9B;
        margin-bottom: 10rem; }
        .program .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .program .inner .sec_ttl h2 {
        font-size: 25rem;
        letter-spacing: 0.05em;
        line-height: 1.34em;
        color: #12573D; }
    .program .inner .program_head_txt {
      width: 315rem;
      margin: 0 auto;
      font-size: 18rem;
      letter-spacing: -0.05em;
      line-height: 1.66em; }
    .program.career .inner {
      padding: 65rem 0 85rem; }
      .program.career .inner .program_cont {
        width: 315rem;
        margin: 0 auto 40rem;
        padding-top: 44rem;
        position: relative; }
        .program.career .inner .program_cont .program_cont_img {
          width: 94rem;
          position: absolute;
          top: 0;
          left: -15rem; }
        .program.career .inner .program_cont .program_boxes {
          width: 286rem;
          margin-left: auto;
          position: relative;
          z-index: 3; }
          .program.career .inner .program_cont .program_boxes .program_box:nth-child(2) {
            margin-top: 96rem; }
          .program.career .inner .program_cont .program_boxes .program_box:nth-child(3) {
            margin-top: 75rem; }
          .program.career .inner .program_cont .program_boxes .program_box:nth-child(4) {
            margin-top: 87rem; }
          .program.career .inner .program_cont .program_boxes .program_box .program_box_ttl {
            display: flex;
            justify-content: flex-start;
            margin-bottom: 10rem; }
            .program.career .inner .program_cont .program_boxes .program_box .program_box_ttl .icon {
              width: 52rem;
              height: 52rem;
              margin-right: 9rem; }
            .program.career .inner .program_cont .program_boxes .program_box .program_box_ttl h3 {
              width: calc(100% - 61rem);
              font-size: 20rem;
              line-height: 1.2em; }
          .program.career .inner .program_cont .program_boxes .program_box .program_box_txt {
            font-size: 16rem;
            letter-spacing: -0.05em;
            line-height: 1.375em;
            box-sizing: border-box;
            padding: 16rem 20rem;
            border-radius: 10rem;
            background: #F4F0EA; }
      .program.career .inner .program_btm {
        width: 315rem;
        margin: 0 auto;
        border-radius: 10rem;
        background: #EFEFEF;
        overflow: hidden; }
        .program.career .inner .program_btm .program_btm_left {
          box-sizing: border-box;
          padding: 19rem 16rem 24rem; }
          .program.career .inner .program_btm .program_btm_left .program_btm_ttl {
            font-size: 13rem;
            line-height: 1; }
          .program.career .inner .program_btm .program_btm_left .program_btm_txt {
            font-size: 20rem;
            line-height: 1.25em;
            color: #1D7956;
            margin: 25rem 0 20rem; }
          .program.career .inner .program_btm .program_btm_left .program_btm_btn {
            width: 280rem; }
            .program.career .inner .program_btm .program_btm_left .program_btm_btn a {
              display: block;
              width: 100%;
              font-size: 18rem;
              line-height: 1;
              color: #12573D;
              text-align: center;
              line-height: 1.4em;
              padding: 15rem 0;
              border-radius: 100rem;
              border: solid 1rem #12573D;
              background: #fff; }
      .program.career .inner .program_btn {
        width: 315rem;
        margin: 62rem auto 0; }
        .program.career .inner .program_btn a {
          display: block;
          width: 100%;
          font-size: 22rem;
          line-height: 1;
          color: #12573D;
          text-align: center;
          padding: 15rem 0;
          border-radius: 5rem;
          background: #B7FF79;
          box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.29); }
    .program.org .inner {
      width: 315rem;
      margin: 0 auto;
      padding: 72rem 0 108rem; }
      .program.org .inner .sec_ttl {
        margin-bottom: 20rem; }
        .program.org .inner .sec_ttl h2 {
          color: #12573D; }
      .program.org .inner .program_cont {
        position: relative;
        margin: 20rem 0; }
        .program.org .inner .program_cont .program_boxes .program_box {
          border-radius: 10rem;
          overflow: hidden;
          background: #fff;
          box-shadow: 0 3rem 10rem rgba(0, 0, 0, 0.16); }
          .program.org .inner .program_cont .program_boxes .program_box:nth-child(n+2) {
            margin-top: 27rem; }
          .program.org .inner .program_cont .program_boxes .program_box .program_box_ttl {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            box-sizing: border-box;
            padding: 21rem 0 15rem 22rem;
            color: #fff;
            border-radius: 10rem 10rem 0 0;
            border: solid 1rem #1D7956;
            border-bottom: none;
            background: #12573D; }
            .program.org .inner .program_cont .program_boxes .program_box .program_box_ttl .num {
              font-size: 48rem;
              line-height: 1.29em;
              margin-right: 2rem; }
              .program.org .inner .program_cont .program_boxes .program_box .program_box_ttl .num.num01 {
                margin-right: 12rem; }
            .program.org .inner .program_cont .program_boxes .program_box .program_box_ttl h3 {
              margin-left: 5rem;
              font-size: 21rem;
              line-height: 1.33em; }
          .program.org .inner .program_cont .program_boxes .program_box .program_list {
            width: 284rem;
            margin: 0 auto;
            border-bottom: solid 1rem #9B9B9B; }
            .program.org .inner .program_cont .program_boxes .program_box .program_list dl dt {
              font-size: 14rem;
              line-height: 1;
              color: #12573D;
              padding-left: 11rem;
              position: relative; }
              .program.org .inner .program_cont .program_boxes .program_box .program_list dl dt::before {
                position: absolute;
                content: "";
                width: 7rem;
                height: 7rem;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background: #12573D; }
          .program.org .inner .program_cont .program_boxes .program_box .price {
            padding: 24rem 0 9rem; }
            .program.org .inner .program_cont .program_boxes .program_box .price dl dd {
              width: 110%;
              font-size: 20rem;
              line-height: 1.3em;
              margin-top: 5rem; }
              .program.org .inner .program_cont .program_boxes .program_box .price dl dd .small {
                display: inline-block;
                font-size: 13rem;
                line-height: 1;
                margin-top: 2rem; }
          .program.org .inner .program_cont .program_boxes .program_box .txt {
            padding: 10rem 0; }
            .program.org .inner .program_cont .program_boxes .program_box .txt p {
              text-align: justify;
              font-size: 18rem;
              letter-spacing: -0.05em;
              line-height: 1.44em; }
          .program.org .inner .program_cont .program_boxes .program_box .recommend {
            padding: 19rem 0 24rem;
            border: none; }
            .program.org .inner .program_cont .program_boxes .program_box .recommend dl dd {
              font-size: 16rem;
              letter-spacing: -0.05em;
              line-height: 1.5em;
              color: #12573D;
              box-sizing: border-box;
              padding-left: 30rem;
              position: relative; }
              .program.org .inner .program_cont .program_boxes .program_box .recommend dl dd:nth-child(n+2) {
                margin-top: 1em; }
              .program.org .inner .program_cont .program_boxes .program_box .recommend dl dd::before {
                position: absolute;
                content: "";
                width: 17rem;
                height: 17rem;
                left: 0;
                top: 3rem;
                background: #9B9B9B;
                background: url("../img/lp2/icon_check.png") no-repeat;
                background-size: contain; }
      .program.org .inner .causion {
        font-size: 14rem;
        letter-spacing: -0.05em;
        line-height: 1.28em;
        color: #A5A5A5; }
      .program.org .inner .program_btn {
        width: 315rem;
        margin: 20rem auto 0; }
        .program.org .inner .program_btn a {
          display: block;
          width: 100%;
          font-size: 19rem;
          line-height: 1;
          color: #12573D;
          text-align: center;
          padding: 18rem 0 17rem;
          border-radius: 5rem;
          border: solid 2rem #12573D;
          background: #B7FF79;
          box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.29);
          transition: 0.3s; }
          .program.org .inner .program_btn a:hover {
            color: #fff;
            background: #12573D; }

  .consult .bg {
    width: 100%;
    background: #F4F0EA;
    position: relative; }
    .consult .bg::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 552rem;
      left: 0;
      top: 0;
      background: linear-gradient(to bottom, #4AA060 0%, #1D7956 15%, #1D7956 100%); }
  .consult .inner {
    padding: 40rem 0 0;
    position: relative;
    z-index: 3; }
    .consult .inner .sec_ttl {
      text-align: center;
      margin-bottom: 15rem; }
      .consult .inner .sec_ttl .subttl {
        font-size: 20rem;
        line-height: 1;
        color: #B7FF79;
        margin-bottom: 15rem; }
      .consult .inner .sec_ttl h2 {
        font-size: 25rem;
        letter-spacing: -0.05em;
        line-height: 1.5em;
        color: #fff; }
    .consult .inner .consult_txt {
      width: 315rem;
      margin: 0 auto 25rem;
      font-size: 18rem;
      letter-spacing: -0.05em;
      line-height: 1.44em;
      color: #fff; }
    .consult .inner .consult_boxes {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      position: relative;
      -webkit-overflow-scrolling: touch;
      /* スマホ対応のため必須 */
      overflow-scrolling: touch;
      /* スマホ対応のため必須 */ }
      .consult .inner .consult_boxes::-webkit-scrollbar {
        display: none; }
      .consult .inner .consult_boxes .consult_box {
        scroll-snap-align: center;
        flex: none;
        width: 272rem;
        height: 386rem;
        box-sizing: border-box;
        padding: 20rem 17rem 0;
        border-radius: 10rem 10rem 0 0;
        border: solid 1rem #B7FF79;
        background: #fff;
        position: relative;
        margin: 0 13rem; }
        .consult .inner .consult_boxes .consult_box:first-child {
          margin-left: 30rem; }
        .consult .inner .consult_boxes .consult_box:last-child {
          margin-right: 30rem; }
        .consult .inner .consult_boxes .consult_box::before {
          position: absolute;
          content: "";
          width: 105rem;
          height: 88rem;
          left: 19rem;
          top: 147rem;
          background: url("../img/lp1/consult_box_bg.png") no-repeat;
          background-size: contain; }
        .consult .inner .consult_boxes .consult_box::after {
          position: absolute;
          content: "";
          width: 100%;
          height: 76rem;
          left: 0;
          bottom: 0;
          background: linear-gradient(to bottom, #B7FF79, #19AA73); }
        .consult .inner .consult_boxes .consult_box .consult_box_corp {
          font-size: 19rem;
          line-height: 1.42em;
          color: #12573D;
          padding-bottom: 5rem;
          border-bottom: solid 1rem #12573D;
          position: relative;
          z-index: 2; }
        .consult .inner .consult_boxes .consult_box .consult_box_txt {
          font-size: 16rem;
          line-height: 1.5625em;
          min-height: 150rem;
          margin: 7rem 0 0;
          position: relative;
          z-index: 2; }
        .consult .inner .consult_boxes .consult_box .consult_box_name {
          box-sizing: border-box;
          padding: 15rem 0 15rem 18rem;
          position: absolute;
          z-index: 3;
          left: 0;
          bottom: 0; }
          .consult .inner .consult_boxes .consult_box .consult_box_name .ja {
            font-size: 20rem;
            letter-spacing: 0.05em;
            line-height: 1;
            color: #fff;
            margin-bottom: 6rem; }
          .consult .inner .consult_boxes .consult_box .consult_box_name .en {
            font-size: 13rem;
            line-height: 1.3em;
            color: #12573D; }
        .consult .inner .consult_boxes .consult_box .consult_box_img {
          width: 186rem;
          position: absolute;
          bottom: 0;
          right: -7rem;
          z-index: 2;
          line-height: 0; }

  .price .bg {
    background: #F4F0EA; }
  .price .inner {
    width: 315rem;
    margin: 0 auto;
    padding: 90rem 0 92rem; }
    .price .inner .sec_ttl {
      text-align: center;
      margin-bottom: 30rem; }
      .price .inner .sec_ttl .subttl {
        line-height: 1;
        color: #9B9B9B;
        margin-bottom: 15rem; }
        .price .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .price .inner .sec_ttl h2 {
        font-size: 25rem;
        letter-spacing: -0.05em;
        line-height: 1.34em;
        color: #12573D; }
    .price .inner .price_boxes .price_box {
      box-sizing: border-box;
      border-radius: 10rem;
      overflow: hidden;
      box-shadow: 0 3rem 10rem rgba(0, 0, 0, 0.16); }
      .price .inner .price_boxes .price_box .price_box_ttl {
        font-size: 20rem;
        line-height: 1.25em;
        color: #fff;
        text-align: center;
        padding: 10rem 0;
        background: #12573D;
        border-radius: 8rem 8rem 0 0; }
      .price .inner .price_boxes .price_box.box02 {
        margin-top: 26rem; }
      .price .inner .price_boxes .price_box .plan {
        flex: 1;
        box-sizing: border-box;
        padding: 23rem 20rem 25rem;
        background: #fff;
        border-radius: 0 0 8rem 8rem; }
        .price .inner .price_boxes .price_box .plan .plan_box {
          box-sizing: border-box; }
          .price .inner .price_boxes .price_box .plan .plan_box dl dt {
            font-size: 14rem;
            line-height: 1;
            color: #12573D;
            position: relative; }
            .price .inner .price_boxes .price_box .plan .plan_box dl dt.ja {
              padding-left: 10rem; }
              .price .inner .price_boxes .price_box .plan .plan_box dl dt.ja::before {
                position: absolute;
                content: "";
                width: 6rem;
                height: 6rem;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background: #12573D; }
          .price .inner .price_boxes .price_box .plan .plan_box dl dd .num {
            display: inline-block;
            font-size: 30rem;
            line-height: 1.3em; }
        .price .inner .price_boxes .price_box .plan .plan_name {
          width: 100%;
          padding-bottom: 10rem;
          border-bottom: solid 1rem #D6D6D6; }
          .price .inner .price_boxes .price_box .plan .plan_name dl {
            color: #12573D; }
            .price .inner .price_boxes .price_box .plan .plan_name dl dt {
              font-size: 28rem;
              letter-spacing: 0.05em;
              line-height: 1;
              margin-bottom: 5rem; }
            .price .inner .price_boxes .price_box .plan .plan_name dl dd {
              font-size: 13rem;
              line-height: 1.3em; }
        .price .inner .price_boxes .price_box .plan .plan_price {
          border-bottom: solid 1rem #D6D6D6;
          padding: 10rem 0 6rem; }
          .price .inner .price_boxes .price_box .plan .plan_price dl dd {
            margin-top: 10rem; }
            .price .inner .price_boxes .price_box .plan .plan_price dl dd .tax {
              display: inline-block;
              font-size: 13rem;
              line-height: 1;
              margin-left: 8rem; }
        .price .inner .price_boxes .price_box .plan .plan_week {
          padding: 7rem 0 10rem; }
          .price .inner .price_boxes .price_box .plan .plan_week dl dd {
            margin-top: 7rem; }
            .price .inner .price_boxes .price_box .plan .plan_week dl dd .week {
              display: inline-block;
              font-size: 18rem;
              line-height: 1.33em;
              margin-left: 8rem;
              vertical-align: 0.1em; }
        .price .inner .price_boxes .price_box .plan .plan_doc {
          width: 100%;
          padding: 15rem 0 0;
          border-top: solid 1rem #D6D6D6; }
          .price .inner .price_boxes .price_box .plan .plan_doc dl dt {
            margin-bottom: 7rem; }
          .price .inner .price_boxes .price_box .plan .plan_doc dl dd {
            flex: 1;
            font-size: 14rem;
            line-height: 1.57em; }

  /*orgのみ*/
  .company .bg {
    position: relative; }
    .company .bg:before {
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      background: rgba(9, 48, 41, 0.59);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
  .company .top_mv_video {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .company video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .company .inner {
    width: 315rem;
    margin: 0 auto;
    padding: 66rem 0 80rem;
    position: relative;
    z-index: 3; }
    .company .inner .sec_ttl {
      text-align: center;
      color: #fff;
      margin-bottom: 30rem; }
      .company .inner .sec_ttl .subttl {
        line-height: 1;
        margin-bottom: 10rem; }
        .company .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .company .inner .sec_ttl h2 {
        font-size: 25rem;
        line-height: 1.4em; }
    .company .inner .company_box {
      color: #fff; }
      .company .inner .company_box .company_box_img {
        width: 222rem;
        margin: 0 auto 30rem; }
      .company .inner .company_box .company_box_right h3 {
        font-size: 18rem;
        line-height: 1.66em; }
      .company .inner .company_box .company_box_right .company_box_txt {
        font-size: 16rem;
        letter-spacing: -0.05em;
        line-height: 1.5em;
        margin: 25rem 0 45rem; }
      .company .inner .company_box .company_box_right .company_box_btn {
        width: 246rem;
        margin: 0 auto; }
        .company .inner .company_box .company_box_right .company_box_btn a {
          display: block;
          width: 100%;
          font-size: 15rem;
          line-height: 1;
          color: #fff;
          text-align: center;
          padding: 13rem 0;
          border-radius: 6rem;
          border: solid 1rem #fff; }

  .flow .bg {
    background: #F2F2F2; }
  .flow .inner {
    width: 315rem;
    margin: 0 auto;
    padding: 60rem 0 87rem; }
    .flow .inner .sec_ttl {
      text-align: center;
      margin-bottom: 35rem; }
      .flow .inner .sec_ttl .subttl {
        line-height: 1;
        color: #9B9B9B;
        margin-bottom: 10rem; }
        .flow .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .flow .inner .sec_ttl h2 {
        font-size: 25rem;
        letter-spacing: 0.05em;
        line-height: 1.34em;
        color: #12573D; }
    .flow .inner .flow_boxes .flow_box {
      border-radius: 10rem;
      background: #fff;
      box-shadow: 0 0 10rem rgba(0, 0, 0, 0.14);
      overflow: hidden; }
      .flow .inner .flow_boxes .flow_box .flow_box_left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        box-sizing: border-box;
        padding: 14rem 0 9rem 22rem;
        background: linear-gradient(to right top, #12573D, #1D7956); }
        .flow .inner .flow_boxes .flow_box .flow_box_left .flow_box_num {
          font-size: 30rem;
          line-height: 1.3em;
          margin-right: 11rem; }
          .flow .inner .flow_boxes .flow_box .flow_box_left .flow_box_num.num01 {
            margin-right: 19rem; }
        .flow .inner .flow_boxes .flow_box .flow_box_left .flow_box_ttl {
          font-size: 18rem;
          line-height: 1.3em; }
      .flow .inner .flow_boxes .flow_box .flow_box_txt {
        font-size: 16rem;
        letter-spacing: -0.05em;
        line-height: 1.5em;
        box-sizing: border-box;
        padding: 15rem 22rem 20rem;
        line-height: 1.4em; }
    .flow .inner .flow_boxes .arrow {
      width: 29rem;
      margin: 14rem auto 8rem; }
  .flow.career .flow_btn {
    width: 314rem;
    margin: 52rem auto 0; }
    .flow.career .flow_btn a {
      display: block;
      width: 100%;
      font-size: 22rem;
      line-height: 1;
      color: #12573D;
      text-align: center;
      padding: 15rem 0;
      border-radius: 5rem;
      background: #B7FF79;
      box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16); }
  .flow.org .inner .sec_ttl {
    margin-bottom: 15rem; }
  .flow.org .inner .flow_txt {
    font-size: 18rem;
    line-height: 1.55em;
    text-align: center;
    margin-bottom: 20rem; }
  .flow.org .inner .flow_boxes .flow_box .flow_box_txt {
    min-height: inherit; }
  .flow.org .inner .flow_btn {
    width: 100%;
    margin: 60rem auto 0; }
    .flow.org .inner .flow_btn a {
      display: block;
      width: 100%;
      font-size: 19rem;
      line-height: 1;
      color: #12573D;
      text-align: center;
      padding: 18rem 0 17rem;
      border-radius: 5rem;
      border: solid 2rem #12573D;
      background: #B7FF79;
      box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16); }

  /*orgのみ*/
  .voice .inner {
    width: 315rem;
    margin: 0 auto;
    padding: 62rem 0 83rem; }
    .voice .inner .sec_ttl {
      text-align: center;
      margin-bottom: 35rem; }
      .voice .inner .sec_ttl .subttl {
        line-height: 1;
        color: #9B9B9B;
        margin-bottom: 10rem; }
        .voice .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .voice .inner .sec_ttl h2 {
        font-size: 25rem;
        line-height: 1.1em;
        color: #12573D; }
    .voice .inner .voice_boxes .voice_box {
      width: 100%;
      box-sizing: border-box;
      padding: 30rem 0 0;
      border: solid 1rem #1D7956;
      background: #F8F8F8;
      position: relative; }
      .voice .inner .voice_boxes .voice_box:nth-child(n+2) {
        margin-top: 20rem; }
      .voice .inner .voice_boxes .voice_box::before {
        position: absolute;
        content: "";
        width: 138rem;
        height: 116rem;
        top: 278rem;
        left: 14rem;
        background: url("../img/lp2/voice_box_bg.png") no-repeat;
        background-size: contain; }
      .voice .inner .voice_boxes .voice_box:nth-child(2)::before {
        top: 340rem; }
      .voice .inner .voice_boxes .voice_box:nth-child(3)::before {
        top: 335rem; }
      .voice .inner .voice_boxes .voice_box .voice_box_logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20rem; }
        .voice .inner .voice_boxes .voice_box .voice_box_logo img {
          width: auto;
          height: 55rem;
          mix-blend-mode: multiply; }
      .voice .inner .voice_boxes .voice_box h3 {
        font-size: 18rem;
        letter-spacing: -0.05em;
        line-height: 1.388em;
        color: #12573D;
        box-sizing: border-box;
        padding: 0 18rem 0 25rem; }
      .voice .inner .voice_boxes .voice_box .voice_box_txt {
        min-height: 216rem;
        font-size: 16rem;
        letter-spacing: -0.05em;
        line-height: 1.5em;
        box-sizing: border-box;
        padding: 0 19rem 0 24rem;
        margin: 15rem 0 30rem;
        position: relative;
        z-index: 3; }
      .voice .inner .voice_boxes .voice_box .person {
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 14rem 18rem 13rem 25rem;
        background: #12573D; }
        .voice .inner .voice_boxes .voice_box .person .person_left {
          color: #fff; }
          .voice .inner .voice_boxes .voice_box .person .person_left .company {
            font-size: 20rem;
            letter-spacing: -0.05em;
            text-decoration: underline;
            margin-bottom: 8rem; }
          .voice .inner .voice_boxes .voice_box .person .person_left .name {
            font-size: 16rem;
            letter-spacing: -0.05em;
            line-height: 1.44em; }
        .voice .inner .voice_boxes .voice_box .person .person_img {
          width: 84rem; }

  .faq.org {
    background: #F4F0EA; }
  .faq .inner {
    width: 315rem;
    margin: 0 auto;
    padding: 75rem 0; }
    .faq .inner .sec_ttl {
      text-align: center;
      margin-bottom: 30rem; }
      .faq .inner .sec_ttl .subttl {
        line-height: 1;
        color: #9B9B9B;
        margin-bottom: 15rem; }
        .faq .inner .sec_ttl .subttl.enttl {
          font-size: 16rem; }
      .faq .inner .sec_ttl h2 {
        font-size: 25rem;
        letter-spacing: -0.05em;
        line-height: 1.34em;
        color: #12573D; }
    .faq .inner .faq_boxes {
      border-top: solid 1rem #9B9B9B; }
      .faq .inner .faq_boxes .faq_box {
        border-bottom: solid 1rem #9B9B9B; }
        .faq .inner .faq_boxes .faq_box:last-child {
          border: none; }
        .faq .inner .faq_boxes .faq_box .q_box {
          display: flex;
          justify-content: flex-start;
          padding: 15rem 0;
          position: relative;
          cursor: pointer; }
          .faq .inner .faq_boxes .faq_box .q_box::before {
            position: absolute;
            content: "";
            width: 10rem;
            height: 1rem;
            right: 15rem;
            top: 25rem;
            border-radius: 100rem;
            background: #000; }
          .faq .inner .faq_boxes .faq_box .q_box::after {
            position: absolute;
            content: "";
            width: 10rem;
            height: 1rem;
            right: 15rem;
            top: 25rem;
            transform: rotate(90deg);
            border-radius: 100rem;
            background: #000;
            transition: 0.3s; }
          .faq .inner .faq_boxes .faq_box .q_box.open::after {
            transform: rotate(0); }
          .faq .inner .faq_boxes .faq_box .q_box .q_icon {
            font-size: 20rem;
            line-height: 1.3em;
            color: #1D7956;
            margin-right: 11rem; }
          .faq .inner .faq_boxes .faq_box .q_box .q_txt {
            font-size: 16rem;
            line-height: 1.5625em;
            box-sizing: border-box;
            padding-right: 40rem; }
        .faq .inner .faq_boxes .faq_box .a_box {
          display: none;
          font-size: 16rem;
          letter-spacing: -0.05em;
          line-height: 1.625em;
          box-sizing: border-box;
          padding: 0 40rem 15rem 30rem; }

  .banner .bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .banner .inner .banner_txt {
    width: 315rem;
    margin: 0 auto;
    font-size: 23rem;
    letter-spacing: -0.05em;
    line-height: 1.52em;
    color: #fff; }
  .banner .inner .banner_btn {
    margin: 35rem auto 0; }
    .banner .inner .banner_btn a {
      display: block;
      width: 100%;
      font-size: 22rem;
      line-height: 1;
      color: #12573D;
      text-align: center;
      padding: 15rem 0;
      border-radius: 5rem;
      background: #B7FF79;
      box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.28); }
  .banner.career .bg {
    background-image: url("../img/lp1/banner_bg_sp.png"); }
  .banner.career .inner {
    padding: 55rem 0 69rem; }
    .banner.career .inner .banner_btn {
      width: 315rem; }
  .banner.org .bg {
    background-image: url("../img/lp2/banner_bg_sp.png"); }
  .banner.org .inner {
    width: 315rem;
    margin: 0 auto;
    padding: 45rem 0 80rem; }
    .banner.org .inner .banner_btn {
      margin-top: 25rem; }
      .banner.org .inner .banner_btn a {
        display: block;
        width: 100%;
        font-size: 19rem;
        line-height: 1;
        color: #12573D;
        padding: 18rem 0 17rem;
        border-radius: 5rem;
        background: #B7FF79;
        border: solid 2rem #B7FF79;
        box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.29); }
    .banner.org .inner .causion {
      font-size: 14rem;
      letter-spacing: -0.05em;
      line-height: 1.428em;
      color: #fff;
      margin-top: 15rem; }

  footer {
    background: #0B3C33;
    margin-top: -1rem; }
    footer .inner {
      box-sizing: border-box;
      padding: 22rem 30rem 28rem; }
      footer .inner .footer_head {
        margin-bottom: 30rem; }
        footer .inner .footer_head .footer_logo {
          width: 236rem; }
        footer .inner .footer_head .footer_menu {
          padding-top: 15rem; }
          footer .inner .footer_head .footer_menu ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            footer .inner .footer_head .footer_menu ul li {
              width: 130rem;
              font-size: 16rem;
              margin-bottom: 24rem; }
              footer .inner .footer_head .footer_menu ul li li:nth-child(1) {
                order: 1; }
              footer .inner .footer_head .footer_menu ul li li:nth-child(2) {
                order: 3; }
              footer .inner .footer_head .footer_menu ul li li:nth-child(3) {
                order: 5;
                margin-bottom: 0; }
              footer .inner .footer_head .footer_menu ul li li:nth-child(4) {
                order: 2; }
              footer .inner .footer_head .footer_menu ul li li:nth-child(5) {
                order: 4; }
              footer .inner .footer_head .footer_menu ul li a {
                color: #fff; }
                footer .inner .footer_head .footer_menu ul li a:hover {
                  text-decoration: underline; }
      footer .inner .footer_btn {
        width: 173rem;
        margin-bottom: 65rem; }
        footer .inner .footer_btn .btn a {
          display: block;
          text-align: center;
          border-radius: 6rem;
          transition: 0.3s; }
        footer .inner .footer_btn .btn .signup {
          font-size: 16rem;
          line-height: 1;
          color: #fff;
          padding: 11rem 0;
          border: solid 1rem #B7FF79;
          margin-bottom: 17rem; }
        footer .inner .footer_btn .btn .corp {
          font-size: 14rem;
          line-height: 1;
          color: #9B9B9B;
          padding: 12rem 0;
          border: solid 1rem #9B9B9B; }
      footer .inner .footer_btm .footer_btm_link {
        margin-bottom: 16rem; }
        footer .inner .footer_btm .footer_btm_link ul {
          display: flex;
          justify-content: flex-start; }
          footer .inner .footer_btm .footer_btm_link ul li {
            font-size: 14rem;
            line-height: 1;
            margin-right: 36rem; }
            footer .inner .footer_btm .footer_btm_link ul li a {
              color: #C7C7C7; }
      footer .inner .footer_btm .copyright {
        font-size: 12rem;
        color: #C7C7C7; }
    footer.career .inner .footer_head .footer_menu ul li:nth-child(1) {
      order: 1; }
    footer.career .inner .footer_head .footer_menu ul li:nth-child(2) {
      order: 3; }
    footer.career .inner .footer_head .footer_menu ul li:nth-child(3) {
      order: 5;
      margin-bottom: 0; }
    footer.career .inner .footer_head .footer_menu ul li:nth-child(4) {
      order: 2; }
    footer.career .inner .footer_head .footer_menu ul li:nth-child(5) {
      order: 4; }
    footer.org .inner .footer_head .footer_menu ul li:nth-child(1) {
      order: 1; }
    footer.org .inner .footer_head .footer_menu ul li:nth-child(2) {
      order: 3; }
    footer.org .inner .footer_head .footer_menu ul li:nth-child(3) {
      order: 5;
      margin-bottom: 0; }
    footer.org .inner .footer_head .footer_menu ul li:nth-child(4) {
      order: 2; }
    footer.org .inner .footer_head .footer_menu ul li:nth-child(5) {
      order: 4; }
    footer.org .inner .footer_btn {
      width: 243rem; }
      footer.org .inner .footer_btn .btn .corp {
        width: 173rem; }

  /*お問い合わせ（共通）*/
  .contact {
    background: #F4F0EA; }
    .contact .inner {
      padding-top: 175rem; }
      .contact .inner .sec_ttl {
        text-align: center; }
        .contact .inner .sec_ttl .subttl {
          line-height: 1;
          color: #9B9B9B;
          margin-bottom: 15rem; }
          .contact .inner .sec_ttl .subttl.enttl {
            font-size: 13rem; }
        .contact .inner .sec_ttl .sec_ttl_sub {
          font-size: 16rem;
          line-height: 1.68em;
          margin-top: 20rem; }
        .contact .inner .sec_ttl h2 {
          font-size: 28rem;
          line-height: 1.34em;
          color: #12573D; }
      .contact .inner .contact_head {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30rem; }
        .contact .inner .contact_head .contact_head_item {
          font-size: 18rem;
          color: #C7C7C7; }
          .contact .inner .contact_head .contact_head_item:first-child {
            color: #000; }
          .contact .inner .contact_head .contact_head_item.active {
            color: #12573D; }
        .contact .inner .contact_head .square {
          width: 9rem;
          height: 9rem;
          background: #C7C7C7;
          margin: 0 20rem; }
          .contact .inner .contact_head .square.active {
            background: #12573D; }

  /*フォーム共通*/
  .form .inner .contact_form {
    width: 315rem;
    margin: 0 auto; }
    .form .inner .contact_form table {
      width: 100%;
      margin-bottom: 53rem; }
      .form .inner .contact_form table tr th {
        display: block;
        width: 100%;
        font-size: 15rem;
        color: #12573D;
        text-align: left; }
      .form .inner .contact_form table tr td {
        display: block;
        width: 100%;
        padding: 12rem 0 35rem; }
        .form .inner .contact_form table tr td input {
          width: 100%;
          height: 50rem;
          font-size: 15rem;
          font-family: "MFW-PIshiiGothicStdN-R";
          color: #000;
          border-radius: 10rem;
          box-sizing: border-box;
          padding: 16rem 0 16rem 15rem;
          border: solid 1rem #1D7956;
          background: #fff; }
          .form .inner .contact_form table tr td input::placeholder {
            color: #9B9B9B; }
        .form .inner .contact_form table tr td select {
          -webkit-appearance: none;
          width: 100%;
          height: 50rem;
          font-size: 15rem;
          font-family: "MFW-PIshiiGothicStdN-R";
          color: #000;
          border-radius: 10rem;
          box-sizing: border-box;
          padding: 0 0 0 15rem;
          border: solid 1rem #1D7956;
          background: url("../img/lp1/select_arrow.png") no-repeat right 20rem center #fff;
          background-size: 12rem;
          -webkit-appearance: none;
          appearance: none;
          /* デフォルトの矢印を無効 */ }
          .form .inner .contact_form table tr td select::-ms-expand {
            display: none;
            /* デフォルトの矢印を無効(IE用) */ }
          .form .inner .contact_form table tr td select::placeholder {
            color: #9B9B9B; }
        .form .inner .contact_form table tr td textarea {
          width: 100%;
          height: 147rem;
          font-size: 15rem;
          font-family: "MFW-PIshiiGothicStdN-R";
          color: #000;
          border-radius: 10rem;
          box-sizing: border-box;
          padding: 15rem 0 15rem 15rem;
          border: solid 1rem #1D7956;
          background: #fff; }
          .form .inner .contact_form table tr td textarea::placeholder {
            color: #9B9B9B; }
        .form .inner .contact_form table tr td .content_check {
          text-align: left;
          padding: 12rem 0 16rem; }
          .form .inner .contact_form table tr td .content_check .horizontal-item {
            display: block; }
            .form .inner .contact_form table tr td .content_check .horizontal-item:nth-child(n+2) {
              margin-top: 20rem; }
            .form .inner .contact_form table tr td .content_check .horizontal-item label {
              font-size: 15rem;
              padding-left: 25rem;
              position: relative;
              font-family: "MFW-PIshiiGothicStdN-R"; }
              .form .inner .contact_form table tr td .content_check .horizontal-item label input {
                display: none;
                font-family: "MFW-PIshiiGothicStdN-R"; }
              .form .inner .contact_form table tr td .content_check .horizontal-item label span {
                display: inline-block; }
                .form .inner .contact_form table tr td .content_check .horizontal-item label span::before {
                  position: absolute;
                  content: "";
                  display: inline-block;
                  width: 17rem;
                  height: 17rem;
                  top: -1rem;
                  left: 0;
                  margin-right: 8rem;
                  border: solid 1rem #C7C7C7;
                  box-sizing: border-box; }
              .form .inner .contact_form table tr td .content_check .horizontal-item label input[type="checkbox"]:checked + span:before {
                box-shadow: inset 0 0 0 4rem #fff, inset 0 0 0 10rem #14573D; }
      .form .inner .contact_form table tr:last-child td {
        padding-bottom: 0; }
    .form .inner .contact_form .check {
      width: 315rem;
      margin: 0 auto;
      text-align: left;
      margin-bottom: 35rem; }
      .form .inner .contact_form .check label {
        display: block;
        font-size: 15rem;
        line-height: 1;
        position: relative;
        box-sizing: border-box;
        padding-left: 37rem;
        line-height: 1.6em; }
        .form .inner .contact_form .check label input {
          width: 20rem;
          height: 20rem;
          margin-right: 14rem;
          vertical-align: -0.3em;
          position: absolute;
          left: 0;
          top: 0; }
      .form .inner .contact_form .check .check_link {
        width: 363rem;
        margin: 0 auto;
        text-align: center;
        margin-top: 15rem;
        box-sizing: border-box; }
        .form .inner .contact_form .check .check_link a {
          display: inline-block;
          text-decoration: underline;
          margin: 0 0.5em;
          font-size: 15rem;
          color: #000000; }
    .form .inner .contact_form .btn {
      display: flex;
      justify-content: center; }
      .form .inner .contact_form .btn input {
        font-family: "MFW-PIshiiGothicStdN-EB";
        cursor: pointer;
        transition: 0.3s; }
      .form .inner .contact_form .btn .submit {
        width: 274rem;
        font-size: 22rem;
        line-height: 1;
        color: #12573D;
        padding: 15rem 0;
        border-radius: 5rem;
        border: none;
        background: #B7FF79;
        box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16); }

  /*初回相談を申し込む*/
  #contact .inner {
    padding-bottom: 55rem; }
    #contact .inner .sec_ttl {
      margin-bottom: 50rem; }

  /*確認*/
  #confirm .inner {
    padding-bottom: 85rem; }
    #confirm .inner .sec_ttl {
      margin-bottom: 53rem; }
    #confirm .inner .contact_head {
      margin-bottom: 50rem; }
    #confirm .inner .contact_form {
      width: 270rem;
      margin: 0 auto; }
      #confirm .inner .contact_form table {
        width: 100%;
        margin-bottom: 60rem; }
        #confirm .inner .contact_form table tr th {
          display: block;
          width: 100%;
          font-size: 15rem;
          color: #12573D;
          text-align: left; }
        #confirm .inner .contact_form table tr td {
          display: block;
          width: 100%;
          font-size: 15rem;
          line-height: 1.5em;
          font-family: "MFW-PIshiiGothicStdN-B";
          padding: 15rem 0 29rem; }
        #confirm .inner .contact_form table tr:last-child td {
          padding-bottom: 0; }
      #confirm .inner .contact_form .check {
        display: none !important; }
      #confirm .inner .contact_form .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        #confirm .inner .contact_form .btn input {
          width: 229rem;
          font-size: 22rem;
          line-height: 1;
          padding: 15rem 0;
          border-radius: 5rem;
          border: none;
          box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
          cursor: pointer;
          transition: 0.3s; }
        #confirm .inner .contact_form .btn .submit {
          color: #12573D;
          font-family: "MFW-PIshiiGothicStdN-EB";
          background: #B7FF79;
          margin-bottom: 15rem; }
        #confirm .inner .contact_form .btn .back {
          width: 229rem;
          font-size: 22rem;
          line-height: 1;
          padding: 15rem 0;
          border-radius: 5rem;
          border: none;
          box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
          cursor: pointer;
          transition: 0.3s;
          padding: 14rem 0;
          color: #000;
          font-family: "MFW-PIshiiGothicStdN-M";
          border: solid 1rem #C7C7C7;
          background: #C7C7C7;
          margin-bottom: 20rem; }

  /*完了*/
  #thanks .inner {
    padding-bottom: 116rem; }
    #thanks .inner .sec_ttl h2 {
      line-height: 1.6em; }
    #thanks .inner .thanks_img {
      width: 235rem;
      margin: 20rem auto 10rem; }
    #thanks .inner .thanks_txt {
      font-size: 19rem;
      line-height: 1.42em;
      text-align: center; }

  /*資料ダウンロード*/
  #dl .inner {
    padding-bottom: 118rem; }
    #dl .inner .sec_ttl {
      margin-bottom: 43rem; }

  /*資料ダウンロード完了*/
  #dl_thanks .inner {
    padding-bottom: 130rem; }
    #dl_thanks .inner .sec_ttl h2 {
      line-height: 1.6em; }
    #dl_thanks .inner .thanks_txt {
      font-size: 19rem;
      line-height: 1.42em;
      text-align: center;
      margin-top: 40rem; } }
