@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */ }

body {
  color: #595959;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: none; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

a {
  color: #595959;
  text-decoration: none;
  border: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden; }
  a img {
    transition: all 0.5s ease;
    backface-visibility: hidden; }
  a:hover img {
    opacity: 0.8; }

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 124px; }

header {
  width: 100%;
  min-width: 1100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff; }
  header .header_content {
    width: 100%;
    max-width: 1200px;
    padding: 40px 20px 50px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .header_content nav ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      header .header_content nav ul li a {
        font-size: 1.8rem;
        font-weight: bold;
        position: relative;
        padding-bottom: 6px; }
        header .header_content nav ul li a:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 3px;
          background: #75b548;
          transition: all 0.3s ease;
          backface-visibility: hidden;
          transform: scale(0, 1); }
        header .header_content nav ul li a:hover:before {
          transform: scale(1, 1); }
      header .header_content nav ul li + li:before {
        content: "/";
        margin: 0 20px; }

@media screen and (max-width: 740px) {
  header {
    min-width: 100%; }
    header .header_content {
      width: 100%;
      height: 50px;
      padding: 0px;
      box-sizing: border-box;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .header_content .logo {
        padding-left: 10px; }
        header .header_content .logo a {
          display: block;
          line-height: 1; }
          header .header_content .logo a img {
            width: auto;
            height: 18px; }
      header .header_content nav {
        display: none; }
      header .header_content #slidemenuBtn {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.2s ease;
        backface-visibility: hidden; }
        header .header_content #slidemenuBtn > span {
          width: 22px;
          height: 21px;
          position: relative; }
          header .header_content #slidemenuBtn > span:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 3px;
            border-radius: 1px;
            background: #75b548;
            transition: all 0.2s ease;
            backface-visibility: hidden; }
          header .header_content #slidemenuBtn > span:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 3px;
            border-radius: 1px;
            background: #75b548;
            transition: all 0.2s ease;
            backface-visibility: hidden; }
          header .header_content #slidemenuBtn > span span:before {
            content: "";
            position: absolute;
            left: 0;
            top: calc(50% - 1.5px);
            width: 100%;
            height: 3px;
            border-radius: 1px;
            background: #75b548;
            transition: all 0.2s ease;
            backface-visibility: hidden; }
          header .header_content #slidemenuBtn > span span:after {
            content: "";
            position: absolute;
            left: 0;
            top: calc(50% - 1.5px);
            width: 100%;
            height: 3px;
            border-radius: 1px;
            background: #75b548;
            transition: all 0.2s ease;
            backface-visibility: hidden; }
        header .header_content #slidemenuBtn.slide-open {
          background: #75b548; }
          header .header_content #slidemenuBtn.slide-open span:before,
          header .header_content #slidemenuBtn.slide-open span:after {
            background: #fff; }
  #wrap {
    padding-top: 50px;
    width: 100%; } }

.main_title {
  width: 100%;
  min-height: 500px;
  height: calc(100vh - 204px);
  background: url(../../img/main.jpg) no-repeat center center;
  background-size: cover;
  position: relative; }
  .main_title h1 {
    position: absolute;
    right: 0;
    top: 100px;
    width: 45%;
    min-width: 650px;
    max-width: 900px;
    height: 200px;
    padding-left: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .main_title h1 span {
      font-size: 4rem;
      font-weight: bold;
      white-space: nowrap;
      display: block;
      transform: translate(-10px, 0);
      opacity: 0;
      transition: all 0.5s ease 0.8s;
      backface-visibility: hidden; }
    .main_title h1:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.75);
      transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
      backface-visibility: hidden;
      transform: translate(100px, 0);
      opacity: 0; }
  .main_title.load h1:before {
    transform: translate(0, 0);
    opacity: 1; }
  .main_title.load h1 span {
    transform: translate(0, 0);
    opacity: 1; }
  .main_title.load ul li:nth-child(1) {
    width: calc(15vw + 100px); }
    .main_title.load ul li:nth-child(1) span {
      opacity: 1;
      transform: translate(0, 0); }
  .main_title.load ul li:nth-child(2) {
    width: calc(15vw + 200px); }
    .main_title.load ul li:nth-child(2) span {
      opacity: 1;
      transform: translate(0, 0); }
  .main_title.load ul li:nth-child(3) {
    width: calc(15vw + 300px); }
    .main_title.load ul li:nth-child(3) span {
      opacity: 1;
      transform: translate(0, 0); }
  .main_title ul {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%; }
    .main_title ul li {
      width: 0;
      height: 100px;
      background: #75b548;
      overflow: hidden;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 50px;
      backface-visibility: hidden; }
      .main_title ul li span {
        padding-left: 10vw;
        color: #fff;
        font-size: 6rem;
        white-space: nowrap;
        font-weight: bold;
        transform: translate(10px, 0);
        opacity: 0;
        backface-visibility: hidden; }
        @media screen and (max-width: 1400px) {
          .main_title ul li span {
            padding-left: 100px; } }
    .main_title ul li:nth-child(1) {
      transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.7s; }
      .main_title ul li:nth-child(1) span {
        transition: all 0.5s ease 1s; }
    .main_title ul li:nth-child(2) {
      transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.6s; }
      .main_title ul li:nth-child(2) span {
        transition: all 0.5s ease 1.2s; }
    .main_title ul li:nth-child(3) {
      transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.5s;
      margin-bottom: 0; }
      .main_title ul li:nth-child(3) span {
        transition: all 0.5s ease 1.4s; }

@media screen and (max-width: 740px) {
  .main_title {
    width: 100%;
    min-height: inherit;
    height: 100vw;
    background: url(../../img/main@sp.jpg) no-repeat center center;
    background-size: cover;
    position: relative; }
    .main_title h1 {
      position: absolute;
      right: 0;
      top: 25px;
      width: auto;
      min-width: inherit;
      max-width: inherit;
      height: auto;
      padding: 20px 20px;
      box-sizing: border-box; }
      .main_title h1 span {
        font-size: 2rem;
        line-height: 1.35; }
    .main_title ul {
      position: absolute;
      left: 0;
      top: auto;
      bottom: 25px;
      width: 100%; }
      .main_title ul li {
        max-width: inherit;
        height: 38px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 15px; }
        .main_title ul li span {
          width: auto;
          font-size: 2.25rem;
          padding-left: 1.8em; }
    .main_title.load ul li:nth-child(1) {
      width: 95px; }
    .main_title.load ul li:nth-child(2) {
      width: 125px; }
      .main_title.load ul li:nth-child(2) span {
        opacity: 1;
        transform: translate(0, 0); }
    .main_title.load ul li:nth-child(3) {
      width: 150px; } }

#home .textbox_01 {
  max-width: 720px;
  width: 100%;
  margin: 100px auto;
  display: flex;
  justify-content: space-between; }
  #home .textbox_01 figure {
    flex-shrink: 0; }
  #home .textbox_01 .text {
    margin-top: 110px;
    margin-left: -50px;
    width: 480px;
    padding: 40px 60px;
    box-sizing: border-box;
    background: rgba(118, 181, 73, 0.3); }
    #home .textbox_01 .text h2 {
      font-weight: bold;
      font-size: 2.1rem;
      padding-bottom: 20px; }
    #home .textbox_01 .text p {
      font-feature-settings: "palt";
      text-align: justify; }

@media screen and (max-width: 740px) {
  #home .textbox_01 {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #home .textbox_01 figure {
      order: 1;
      flex-shrink: inherit; }
      #home .textbox_01 figure img {
        width: 100%; }
    #home .textbox_01 .text {
      order: 0;
      margin-top: 0px;
      margin-left: 0px;
      width: 100%;
      padding: 0px;
      box-sizing: border-box;
      background: none; }
      #home .textbox_01 .text h2 {
        font-weight: bold;
        font-size: 1.75rem;
        padding-bottom: 10px;
        text-align: center; }
      #home .textbox_01 .text p {
        text-align: center;
        padding-bottom: 30px; } }

section.bg_gray {
  background: #f8f8f8;
  width: 100%;
  overflow: hidden; }

.textbox_02 {
  max-width: 720px;
  width: 100%;
  margin: 60px auto; }
  .textbox_02 h2 {
    border-bottom: #595959 solid 1px; }
    .textbox_02 h2 em {
      font-family: "Poppins", sans-serif;
      display: block;
      font-size: 2.4rem; }
      .textbox_02 h2 em.jp {
        font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold; }
    .textbox_02 h2 small {
      display: block;
      line-height: 1;
      font-size: 1.5rem;
      padding-bottom: 10px; }
  .textbox_02 h2 + p {
    padding: 40px 20px 0;
    font-feature-settings: "palt";
    text-align: justify; }
  .textbox_02 .profile {
    padding: 40px 20px 0;
    display: flex;
    justify-content: flex-start; }
    .textbox_02 .profile figure {
      flex-shrink: 0; }
    .textbox_02 .profile p {
      padding-left: 40px;
      font-feature-settings: "palt";
      text-align: justify; }

@media screen and (max-width: 740px) {
  .textbox_02 {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 60px auto; }
    .textbox_02 h2 {
      text-align: center;
      border-bottom: #595959 solid 1px; }
      .textbox_02 h2 em {
        font-family: "Poppins", sans-serif;
        display: block;
        font-size: 2rem; }
      .textbox_02 h2 small {
        display: block;
        line-height: 1;
        font-size: 1rem;
        padding: 5px 0 10px; }
    .textbox_02 h2 + p {
      padding: 10px 0 0; }
    .textbox_02 .profile {
      padding: 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .textbox_02 .profile figure {
        order: 1;
        width: 24%; }
      .textbox_02 .profile p {
        order: 0;
        width: 100%;
        padding: 10px 0px; } }

.sp_nav {
  padding: 20px 20px 0; }
  .sp_nav li a {
    display: block;
    line-height: 50px;
    border-top: #75b548 solid 1px;
    padding-left: 20px;
    font-size: 1.5rem;
    font-weight: bold; }

footer {
  background: #75b548;
  padding: 30px 0 40px; }
  footer .footer_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    footer .footer_content .footer_content_data {
      margin-left: -133px; }
      @media screen and (max-width: 1500px) {
        footer .footer_content .footer_content_data {
          margin-left: 0px; } }
      footer .footer_content .footer_content_data .logo {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        footer .footer_content .footer_content_data .logo img {
          margin-right: 20px; }
        footer .footer_content .footer_content_data .logo span {
          font-size: 1.2rem;
          font-weight: bold;
          color: #fff; }
      footer .footer_content .footer_content_data address {
        padding-left: 80px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff; }
      footer .footer_content .footer_content_data .tel {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 80px;
        margin-top: 10px;
        pointer-events: none; }
        footer .footer_content .footer_content_data .tel small {
          width: 34px;
          height: 34px;
          background: #fff;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.1rem;
          color: #75b548;
          font-weight: bold; }
        footer .footer_content .footer_content_data .tel span {
          margin-left: 20px;
          font-size: 1.2rem;
          color: #fff;
          font-weight: bold; }
    footer .footer_content .privacy {
      color: #fff;
      font-weight: bold;
      margin-top: 65px;
      font-size: 1.1rem; }

@media screen and (max-width: 740px) {
  footer {
    background: #75b548;
    padding: 25px 35px; }
    footer .footer_content {
      width: 100%;
      margin: 0 auto;
      display: block; }
      footer .footer_content .footer_content_data .logo {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 0; }
        footer .footer_content .footer_content_data .logo img {
          display: none; }
        footer .footer_content .footer_content_data .logo span {
          font-size: 1.2rem;
          font-weight: bold;
          color: #fff; }
      footer .footer_content .footer_content_data address {
        padding-left: 0px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff; }
      footer .footer_content .footer_content_data .tel {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0px;
        margin-top: 10px;
        pointer-events: auto; }
        footer .footer_content .footer_content_data .tel small {
          width: 36px;
          height: 36px;
          font-size: 1.2rem;
          color: #75b548;
          font-weight: bold; }
        footer .footer_content .footer_content_data .tel span {
          margin-left: 10px;
          font-size: 1.25rem; }
      footer .footer_content .privacy {
        display: none; } }

#sp_menu {
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  z-index: 10;
  opacity: 0;
  transform: scale(1.1);
  pointer-events: none; }
  #sp_menu.slide-open {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto; }
  #sp_menu ul {
    padding: 0px 20px 0;
    background: #fff; }
    #sp_menu ul li a {
      display: block;
      line-height: 50px;
      border-top: #75b548 solid 1px;
      padding-left: 20px;
      font-size: 1.5rem;
      font-weight: bold; }
    #sp_menu ul li:nth-child(1) a {
      border-top: 0; }

#cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  background: #fff;
  transition: all 4s ease 2s;
  backface-visibility: hidden; }
  #cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease 1s;
    backface-visibility: hidden; }
  #cover.loaded {
    opacity: 0;
    pointer-events: none; }
    #cover.loaded img.move {
      top: 45%;
      left: 45%;
      opacity: 0; }

.page_title {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .page_title h1 {
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 50%;
    height: 52px; }
    .page_title h1 span {
      font-weight: bold;
      font-size: 2.1rem;
      position: absolute;
      white-space: nowrap;
      left: 100%;
      top: 0;
      line-height: 52px;
      margin-left: -580px;
      transition: all 0.5s ease 0.8s;
      backface-visibility: hidden;
      opacity: 0;
      transform: translate(10px, 0); }
    .page_title h1:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: -moz-linear-gradient(0deg, white 0%, white 90%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
      background-image: -webkit-linear-gradient(0deg, white 0%, white 90%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
      background-image: -ms-linear-gradient(0deg, white 0%, white 90%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
      transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
      backface-visibility: hidden;
      transform: translate(-100px, 0);
      opacity: 0; }
  .page_title.loaded h1 span {
    opacity: 1;
    transform: translate(0px, 0); }
  .page_title.loaded h1:before {
    transform: translate(0, 0);
    opacity: 1; }

@media screen and (max-width: 740px) {
  .page_title {
    width: 100%;
    height: 175px; }
    .page_title h1 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 80%;
      height: 50px; }
      .page_title h1 span {
        display: block;
        font-weight: bold;
        font-size: 1.75rem;
        position: static;
        white-space: nowrap;
        text-align: center;
        line-height: 50px;
        margin-left: 0px; } }

#consulting .page_title {
  background-image: url(../../consulting/img/title.jpg); }
  @media screen and (max-width: 740px) {
    #consulting .page_title {
      background-image: url(../../consulting/img/title@sp.jpg); } }

#training .page_title {
  background-image: url(../../training/img/title.jpg); }
  @media screen and (max-width: 740px) {
    #training .page_title {
      background-image: url(../../training/img/title@sp.jpg); } }

#company .page_title {
  background-image: url(../../company/img/title.jpg); }
  @media screen and (max-width: 740px) {
    #company .page_title {
      background-image: url(../../company/img/title@sp.jpg); } }

#contact .page_title {
  background-image: url(../../contact/img/title.jpg); }
  @media screen and (max-width: 740px) {
    #contact .page_title {
      background-image: url(../../contact/img/title@sp.jpg); } }

.images_box {
  margin: 40px auto;
  width: 100%;
  max-width: 876px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .images_box .text {
    width: 60%;
    margin-right: -160px;
    margin-bottom: 20px;
    padding: 18px 0;
    box-sizing: border-box;
    z-index: 10;
    position: relative; }
    .images_box .text:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 200%;
      height: 100%;
      background: rgba(118, 181, 73, 0.3);
      transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.2s;
      backface-visibility: hidden;
      transform: translate(-100px, 0);
      opacity: 0; }
    .images_box .text h2 {
      font-weight: bold;
      font-size: 2.1rem;
      font-feature-settings: "palt";
      text-align: right;
      padding-right: 80px;
      white-space: nowrap;
      position: relative;
      z-index: 10;
      transition: all 0.5s ease 0.8s;
      backface-visibility: hidden;
      opacity: 0;
      transform: translate(10px, 0); }
  .images_box figure {
    flex-shrink: 0; }
    .images_box figure img {
      position: relative;
      left: 50px; }
  .images_box.loaded .text h2 {
    opacity: 1;
    transform: translate(0px, 0); }
  .images_box.loaded .text:before {
    transform: translate(0, 0);
    opacity: 1; }

@media screen and (max-width: 740px) {
  .images_box {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .images_box figure {
      order: 1;
      flex-shrink: inherit;
      padding: 0 30px; }
      .images_box figure img {
        position: static; }
    .images_box .text {
      order: 1;
      margin-top: 0px;
      margin-left: 0px;
      width: 100%;
      height: auto;
      padding: 0px;
      box-sizing: border-box;
      background: none; }
      .images_box .text h2 {
        font-size: 1.75rem;
        padding-bottom: 10px;
        text-align: center;
        opacity: 1;
        padding-right: 0;
        transform: translate(0px, 0) !important; }
      .images_box .text:before {
        content: none; } }

.act_box {
  max-width: 790px;
  width: 100%;
  margin: 128px auto 180px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative; }
  .act_box .text {
    width: 460px;
    border: #595959 solid 1px;
    box-sizing: border-box;
    padding: 44px 86px 30px 34px;
    background: #fff;
    position: relative; }
    .act_box .text em {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 3.6rem;
      position: absolute;
      left: 30px;
      top: -36px;
      z-index: 10; }
    .act_box .text h3 {
      line-height: 1;
      font-weight: bold;
      font-size: 1.8rem;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: #595959 solid 2px; }
    .act_box .text p {
      font-size: 1.5rem;
      font-feature-settings: "palt";
      text-align: justify; }
  .act_box figure {
    position: absolute;
    left: 408px;
    bottom: -80px; }
    .act_box figure img {
      position: relative;
      z-index: 10; }
    .act_box figure:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 10px;
      width: 100%;
      height: 100%;
      background: #75b548; }
  .act_box.reverse {
    justify-content: flex-end; }
    .act_box.reverse .text {
      padding: 44px 34px 30px 86px; }
      .act_box.reverse .text em {
        left: auto;
        right: 30px;
        top: -36px; }
    .act_box.reverse figure {
      left: auto;
      right: 408px;
      bottom: -80px; }

@media screen and (max-width: 740px) {
  .act_box {
    width: calc(100% - 20px);
    margin: 75px auto 180px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative; }
    .act_box .text {
      width: 100%;
      padding: 30px 20px 20px; }
      .act_box .text em {
        font-size: 3rem;
        left: 20px;
        top: -25px; }
      .act_box .text h3 {
        line-height: 1;
        font-weight: bold;
        font-size: 2rem;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: #595959 solid 1px; }
      .act_box .text p {
        font-size: 1.4rem;
        padding: 0 20px; }
    .act_box figure {
      position: absolute;
      left: auto;
      right: 30px;
      bottom: auto;
      top: calc(100% - 20px); }
      .act_box figure img {
        width: 180px; }
      .act_box figure:before {
        left: 9px;
        top: 9px; }
    .act_box.reverse {
      justify-content: flex-start; }
      .act_box.reverse .text {
        padding: 30px 20px 20px; }
        .act_box.reverse .text em {
          left: 20px;
          right: auto;
          top: -25px; }
      .act_box.reverse figure {
        left: 30px;
        right: auto;
        bottom: auto;
        top: calc(100% - 20px); } }

.style_box {
  max-width: 876px;
  width: 100%;
  margin: 120px auto;
  border: #595959 solid 1px;
  box-sizing: border-box;
  padding: 55px 40px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  background: #fff; }
  .style_box h3 {
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
    position: absolute;
    top: -0.8em;
    left: 40px; }
  .style_box .greenBox {
    width: 240px;
    padding: 36px;
    box-sizing: border-box;
    background: #75b548;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .style_box .greenBox p {
      color: #fff;
      font-weight: bold;
      font-size: 1.8rem;
      line-height: 1.25;
      white-space: nowrap; }
    .style_box .greenBox:before {
      content: "";
      width: 40px;
      height: 80px;
      background: #fff;
      position: absolute;
      left: -15px;
      top: -33px;
      border-right: #595959 solid 3px;
      box-sizing: border-box;
      transform: rotate(45deg); }
  .style_box dl {
    padding-left: 35px; }
    .style_box dl dt {
      font-weight: bold;
      font-size: 1.8rem;
      line-height: 1.5;
      padding-left: 50px;
      position: relative; }
      .style_box dl dt:before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        width: 42px;
        height: 2px;
        background: #595959; }
    .style_box dl dd {
      padding-left: 50px;
      font-size: 1.5rem; }
    .style_box dl dt ~ dt {
      margin-top: 20px; }

@media screen and (max-width: 740px) {
  .style_box {
    width: calc(100% - 20px);
    margin: 80px auto;
    padding: 25px 25px 0;
    display: block; }
    .style_box h3 {
      font-size: 2rem;
      left: 0px;
      width: 100%;
      text-align: center; }
    .style_box .greenBox {
      width: 100%;
      padding: 15px;
      box-sizing: border-box;
      background: #75b548;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .style_box .greenBox p {
        font-size: 1.5rem;
        font-feature-settings: "palt"; }
      .style_box .greenBox:before {
        content: "";
        width: 20px;
        height: 35px;
        left: -10px;
        top: -15px;
        border-right: #595959 solid 1px; }
    .style_box dl {
      padding: 25px; }
      .style_box dl dt {
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 1.5;
        padding-left: 30px;
        position: relative; }
        .style_box dl dt:before {
          top: 10px;
          width: 20px;
          height: 1px; }
      .style_box dl dd {
        padding-left: 30px; }
      .style_box dl dt ~ dt {
        margin-top: 10px; } }

.category {
  max-width: 790px;
  width: 100%;
  margin: 0 auto; }
  .category h2 {
    display: inline-block;
    font-size: 2.1rem;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: justify;
    line-height: 1.35;
    padding-bottom: 5px;
    border-bottom: #75b548 solid 2px; }
  .category .categoryBox {
    padding-left: 36px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .category .categoryBox .text {
      width: 420px;
      padding: 60px 50px 50px;
      border: #75b548 solid 2px;
      box-sizing: border-box;
      background: #fff;
      position: relative;
      /*
			&.gray{
				border-color: #595959;
			}
*/ }
      .category .categoryBox .text h3 {
        position: absolute;
        left: -36px;
        top: -40px;
        width: auto;
        height: 46px;
        background: #75b548;
        color: #fff;
        font-weight: bold;
        font-size: 2.1rem;
        line-height: 46px;
        padding: 0 30px;
        /*
				&.gray{
					background: #595959;
				}
*/ }
      .category .categoryBox .text p {
        font-size: 1.8rem; }
    .category .categoryBox.reverse {
      flex-direction: row-reverse;
      padding-left: 0px; }

@media screen and (max-width: 740px) {
  .category {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }
    .category h2 {
      display: block;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.35;
      padding-bottom: 10px;
      border-bottom: #75b548 solid 1px; }
    .category .categoryBox {
      padding-left: 0px;
      margin: 45px 20px;
      display: block;
      position: relative; }
      .category .categoryBox .text {
        width: 100%;
        padding: 40px 40px 30px;
        border: #75b548 solid 2px;
        box-sizing: border-box;
        background: #fff;
        position: relative;
        /*
			&.gray{
				border-color: #595959;
			}
*/ }
        .category .categoryBox .text h3 {
          position: absolute;
          left: 15px;
          top: -30px;
          width: calc(100% - 30px);
          height: 40px;
          background: #75b548;
          color: #fff;
          font-weight: bold;
          font-size: 1.75rem;
          line-height: 40px;
          padding: 0;
          text-align: center;
          /*
				&.gray{
					background: #595959;
				}
*/ }
        .category .categoryBox .text p {
          font-size: 1.2rem; }
      .category .categoryBox figure {
        width: 100px;
        position: absolute;
        right: 15px;
        bottom: 15px; } }
    @media screen and (max-width: 740px) and (max-width: 340px) {
      .category .categoryBox .text {
        padding: 25px 20px; }
      .category .categoryBox figure {
        right: 10px;
        bottom: 10px;
        width: 80px; } }

.privacy_box {
  max-width: 720px;
  width: 100%;
  margin: 70px auto; }
  .privacy_box h1 {
    display: inline-block;
    font-size: 2.1rem;
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: justify;
    line-height: 1.35;
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: #75b548 solid 3px; }
  .privacy_box p {
    font-feature-settings: "palt";
    text-align: justify; }
  .privacy_box h3 {
    color: #75b548;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 40px; }

@media screen and (max-width: 740px) {
  .privacy_box {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 30px auto; }
    .privacy_box h1 {
      font-size: 1.4rem;
      line-height: 1.35;
      padding-bottom: 0px;
      margin-bottom: 10px;
      border-bottom: #75b548 solid 2px; }
    .privacy_box p {
      font-feature-settings: "palt";
      text-align: justify; }
    .privacy_box h3 {
      color: #75b548;
      font-weight: bold;
      font-size: 1.25rem;
      margin-top: 25px; } }

#company .company_Box {
  max-width: 720px;
  width: 100%;
  margin: 100px auto;
  padding: 60px;
  border: #595959 solid 2px;
  box-sizing: border-box; }
  #company .company_Box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.5rem;
    margin-bottom: 30px; }
    #company .company_Box ul li em {
      width: 130px;
      text-align: center;
      border-right: #595959 solid 1px; }
    #company .company_Box ul li p {
      padding-left: 40px; }
  #company .company_Box ul li:last-child {
    margin-bottom: 0; }

#company .textbox_02 figure {
  margin: 40px 0;
  text-align: center; }

@media screen and (max-width: 740px) {
  #company .company_Box {
    max-width: 1200px;
    width: calc(100% - 20px);
    margin: 65px auto;
    padding: 50px 25px;
    border: #595959 solid 1px;
    box-sizing: border-box; }
    #company .company_Box ul li {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      font-size: 1.4rem;
      margin-bottom: 25px; }
      #company .company_Box ul li em {
        flex-shrink: 0;
        width: 80px;
        border-right: #595959 solid 1px;
        text-align: left; }
      #company .company_Box ul li p {
        padding-left: 30px; }
    #company .company_Box ul li:last-child {
      margin-bottom: 0; }
  #company .textbox_02 figure {
    margin: 25px;
    text-align: center; } }

.form {
  max-width: 720px;
  width: 100%;
  margin: 100px auto;
  text-align: center; }
  .form .formtext {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold; }
    .form .formtext small {
      display: block;
      text-align: left;
      font-size: 1.5rem; }
  .form .thanks {
    font-size: 2.5rem;
    padding: 130px 0;
    display: inline-block;
    text-align: left;
    font-weight: bold; }
  .form .form_inner {
    margin-top: 90px; }
    .form .form_inner .input {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 50px; }
      .form .form_inner .input em {
        display: flex;
        justify-content: flex-start;
        font-size: 1.5rem;
        font-weight: bold;
        width: 230px;
        line-height: 20px;
        margin-top: 3px;
        font-feature-settings: "palt";
        text-align: justify; }
        .form .form_inner .input em:before {
          content: "";
          width: 20px;
          height: 20px;
          background: #75b548;
          display: inline-block;
          margin-right: 8px; }
        .form .form_inner .input em span {
          width: 36px;
          height: 20px;
          background: #75b548;
          border-radius: 5px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.2rem;
          color: #fff;
          font-weight: bold;
          margin-left: auto;
          margin-right: 15px; }
      .form .form_inner .input .input_box {
        width: calc(100% - 230px); }
        .form .form_inner .input .input_box input, .form .form_inner .input .input_box .input {
          width: 100%;
          height: 27px;
          border: 0;
          padding: 0 10px;
          box-sizing: border-box;
          background: #e1e1e1;
          font-size: 1.6rem; }
        .form .form_inner .input .input_box textarea, .form .form_inner .input .input_box .textarea {
          width: 100% !important;
          height: 270px !important;
          border: 0;
          padding: 10px;
          box-sizing: border-box;
          background: #e1e1e1;
          font-size: 1.6rem; }
        .form .form_inner .input .input_box .input {
          background: #fff;
          line-height: 45px;
          font-weight: bold; }
        .form .form_inner .input .input_box .textarea {
          background: #fff;
          line-height: 1.5;
          text-align: left;
          font-weight: bold; }
    .form .form_inner .check {
      display: inline-block; }
      .form .form_inner .check input[type="checkbox"] {
        display: none; }
      .form .form_inner .check input[type="checkbox"]:checked ~ label:after {
        transform: scale(1); }
      .form .form_inner .check label {
        display: block;
        padding-left: 30px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        color: #595959;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 20px; }
        .form .form_inner .check label:before {
          display: inline-block;
          content: "";
          width: 20px;
          height: 20px;
          border: #75b548 solid 2px;
          box-sizing: border-box;
          position: absolute;
          left: 0px;
          top: 0px;
          background: #fff; }
        .form .form_inner .check label:after {
          display: inline-block;
          content: "";
          width: 12px;
          height: 12px;
          box-sizing: border-box;
          position: absolute;
          left: 4px;
          top: 4px;
          background: #75b548;
          transform: scale(0);
          transition: all 0.2s ease;
          backface-visibility: hidden; }
        .form .form_inner .check label a {
          color: #75b548;
          text-decoration: underline; }
    .form .form_inner .submit {
      margin-top: 25px; }
      .form .form_inner .submit input {
        width: 240px;
        height: 42px;
        background: #75b548;
        border: 0;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.2s ease;
        backface-visibility: hidden; }
        .form .form_inner .submit input:hover {
          filter: brightness(120%); }

@media screen and (max-width: 740px) {
  .form {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 60px auto;
    text-align: center; }
    .form .formtext {
      display: block;
      font-size: 1.4rem;
      font-weight: bold; }
      .form .formtext small {
        display: block;
        text-align: center;
        font-size: 1.2rem; }
    .form .thanks {
      display: inline-block;
      text-align: left;
      font-size: 1.25rem;
      padding: 40px 0; }
    .form .form_inner {
      margin-top: 50px; }
      .form .form_inner .input {
        display: block;
        margin-bottom: 25px; }
        .form .form_inner .input em {
          display: flex;
          justify-content: flex-start;
          font-size: 1.5rem;
          font-weight: bold;
          width: 100%;
          line-height: 20px;
          margin-top: 0; }
          .form .form_inner .input em:before {
            content: "";
            width: 20px;
            height: 20px;
            margin-right: 8px; }
          .form .form_inner .input em span {
            width: 38px;
            height: 20px;
            border-radius: 2px;
            font-size: 1.2rem;
            margin-right: 0; }
        .form .form_inner .input .input_box {
          width: 100%;
          margin-top: 8px; }
          .form .form_inner .input .input_box input, .form .form_inner .input .input_box .input {
            width: 100%;
            height: 30px;
            border: 0;
            padding: 0 10px;
            box-sizing: border-box;
            background: #e1e1e1;
            font-size: 1.6rem;
            -webkit-appearance: none;
            -webkit-border-radius: 0; }
          .form .form_inner .input .input_box textarea, .form .form_inner .input .input_box .textarea {
            width: 100%;
            height: 150px;
            border: 0;
            padding: 10px;
            box-sizing: border-box;
            background: #e1e1e1;
            font-size: 1.6rem;
            -webkit-appearance: none;
            -webkit-border-radius: 0; }
          .form .form_inner .input .input_box .input {
            background: #fff;
            text-align: left; }
          .form .form_inner .input .input_box .textarea {
            height: auto;
            text-align: left;
            background: #fff; }
      .form .form_inner .check label {
        display: block;
        width: 100%;
        padding-left: 36px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 20px; }
        .form .form_inner .check label:before {
          width: 20px;
          height: 20px;
          border: #75b548 solid 1px; }
        .form .form_inner .check label:after {
          width: 14px;
          height: 14px;
          left: 3px;
          top: 3px; }
      .form .form_inner .submit {
        margin-top: 30px; }
        .form .form_inner .submit input {
          width: 250px;
          height: 40px;
          font-size: 1.75rem;
          -webkit-appearance: none;
          -webkit-border-radius: 0; } }

#mfp_phase_confirm {
  display: none; }

#mfp_phase_confirm_inner {
  max-width: 720px;
  width: 100%;
  margin: 100px auto;
  text-align: center; }
  #mfp_phase_confirm_inner h4 {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 90px; }
  #mfp_phase_confirm_inner #mfp_confirm_table {
    width: 100%; }
    #mfp_phase_confirm_inner #mfp_confirm_table tr th {
      font-size: 1.5rem;
      font-weight: bold;
      width: 230px;
      height: 32px;
      text-align: left;
      border-bottom: #fff solid 50px; }
      #mfp_phase_confirm_inner #mfp_confirm_table tr th:before {
        content: "";
        width: 20px;
        height: 20px;
        background: #75b548;
        display: inline-block;
        margin-right: 8px;
        position: relative;
        top: 8px; }
    #mfp_phase_confirm_inner #mfp_confirm_table tr td {
      width: calc(100% - 230px);
      text-align: left;
      font-size: 1.6rem;
      font-weight: bold;
      border-bottom: #fff solid 50px; }
  #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send {
    display: block;
    width: 240px;
    height: 42px;
    background: #75b548;
    border: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    backface-visibility: hidden;
    margin: 0 auto; }
    #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send:hover {
      filter: brightness(120%); }
  #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel {
    display: block;
    width: 240px;
    height: 42px;
    background: #ccc;
    border: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    backface-visibility: hidden;
    margin: 0 auto; }
    #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel:hover {
      filter: brightness(120%); }

@media screen and (max-width: 740px) {
  #mfp_phase_confirm_inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 60px auto;
    text-align: center; }
    #mfp_phase_confirm_inner h4 {
      display: block;
      font-size: 1.4rem;
      font-weight: bold;
      padding-bottom: 50px; }
    #mfp_phase_confirm_inner #mfp_confirm_table {
      width: 100%;
      display: block; }
      #mfp_phase_confirm_inner #mfp_confirm_table tr {
        width: 100%;
        display: block; }
        #mfp_phase_confirm_inner #mfp_confirm_table tr th {
          display: flex;
          justify-content: flex-start;
          font-size: 1.5rem;
          font-weight: bold;
          width: 100%;
          line-height: 20px;
          margin-top: 0;
          border-bottom: 0; }
          #mfp_phase_confirm_inner #mfp_confirm_table tr th:before {
            content: "";
            width: 20px;
            height: 20px;
            margin-right: 8px;
            top: 1px; }
        #mfp_phase_confirm_inner #mfp_confirm_table tr td {
          display: block;
          width: 100%;
          text-align: left;
          font-size: 1.6rem;
          font-weight: bold;
          border-bottom: 0px;
          margin-bottom: 25px; }
    #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send {
      width: 250px;
      height: 40px;
      font-size: 1.75rem; }
      #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send:hover {
        filter: brightness(120%); }
    #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel {
      width: 250px;
      height: 40px;
      font-size: 1.75rem; }
      #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel:hover {
        filter: brightness(120%); } }

/*! SP ***************************************************/
@media screen and (max-width: 740px) {
  body {
    min-width: 320px;
    font-size: 1.2rem; }
  img {
    max-width: 100%;
    height: auto; }
  .pc {
    display: none !important; } }

/*! PC ***************************************************/
@media screen and (min-width: 741px) {
  body {
    min-width: 1200px; }
  .sp {
    display: none !important; } }
