body {
  background-color: #00C46F;
  position: relative; }

/************************/
.about_box {
  width: 100%;
  max-width: 302px;
  padding: 0 0 110px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  /*&:before{
    position: absolute;
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: $main;
    top:auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
  }*/ }
  .about_box > p {
    margin: 0 0 60px;
    font: 2.4rem/2em "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: justify;
    text-justify: inter-ideograph; }

.about_three {
  margin: 0 0 130px; }
  .about_three h2 {
    color: #4A4A4A;
    text-align: center;
    font: 4rem/1em "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 0 60px;
    position: relative;
    padding: 120px 0 0; }
    .about_three h2:before {
      position: absolute;
      content: "";
      display: block;
      width: 87px;
      height: 83px;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      background: url("../images/about/character_k.svg") center top no-repeat; }
    .about_three h2 > span {
      font: 2rem/1em "Noto Sans JP", sans-serif;
      font-weight: 700;
      display: block; }
    .about_three h2 strong {
      color: #00C46F;
      font: 5.6rem/1em "Noto Sans JP", sans-serif;
      font-weight: 700; }
      .about_three h2 strong span {
        font: 4rem/1em "Noto Sans JP", sans-serif;
        font-weight: 700; }
  .about_three h3 {
    color: #fff;
    font: 2.8rem/1.6em "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative; }
    .about_three h3:before {
      position: absolute;
      content: "";
      left: 50%;
      transform: translateX(-50%);
      display: block; }

.about_three_item {
  margin-bottom: 70px;
  position: relative;
  z-index: 0; }
  .about_three_item.item01 h3:before {
    background: url("../images/about/num01.svg") center center no-repeat;
    width: 81px;
    height: 61px;
    top: -75px; }
  .about_three_item.item02 h3:before {
    background: url("../images/about/num02.svg") center center no-repeat;
    width: 95px;
    height: 61px;
    top: -75px; }
  .about_three_item.item03 {
    margin: 0; }
    .about_three_item.item03 h3:before {
      background: url("../images/about/num03.svg") center center no-repeat;
      width: 95px;
      height: 61px;
      top: -75px; }
  .about_three_item .inner {
    padding: 52px 0 55px;
    background-color: #00C46F;
    border-radius: 15px; }
  .about_three_item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFB300;
    border-radius: 15px;
    left: 8px;
    top: 8px;
    z-index: -1; }
  .about_three_item:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 42px;
    background-color: #FFB300;
    border-radius: 50px;
    left: 51%;
    transform: translateX(-50%);
    bottom: -23px;
    z-index: -2; }
  .about_three_item dl {
    width: calc(100% - 60px);
    margin: 0 auto; }
  .about_three_item dt {
    width: 100%;
    background-color: #FFB300;
    color: #fff;
    text-align: center;
    font: 2.4rem/52px "Noto Sans JP", sans-serif;
    font-weight: 700;
    height: 54px;
    margin: 0 0 25px; }
  .about_three_item dd {
    color: #fff;
    font: 2rem/2em "Noto Sans JP", sans-serif;
    font-weight: 700; }
  .about_three_item a {
    font: 1.4rem / 37px "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #4A4A4A;
    text-decoration: none;
    text-align: center;
    padding: 0 22px 0 0;
    margin: 0 auto;
    display: block;
    width: 160px;
    height: 42px;
    border: 2px solid #00C46F;
    position: absolute;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -17px; }
    .about_three_item a:after {
      position: absolute;
      content: "";
      display: block;
      background: url(../images/index/message_arrow.svg) center center no-repeat;
      background-size: contain;
      width: 22px;
      height: 17px;
      top: 10px;
      right: 15px;
      transition: 0.3s; }

.about_item {
  margin-bottom: 80px; }
  .about_item:nth-of-type(3) {
    margin-bottom: 90px; }
  .about_item h2 {
    color: #00C46F;
    font: 4rem/1.5em "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    position: relative; }
    .about_item h2:before {
      position: absolute;
      content: "";
      display: block; }
    .about_item h2.about01:before {
      background: url("../images/about/character_about01.svg") center center no-repeat;
      background-size: contain;
      width: 87px;
      height: 126px;
      bottom: 60px;
      right: 15px; }
    .about_item h2.about02:before {
      background: url("../images/about/character_about02.svg") center center no-repeat;
      background-size: contain;
      width: 91px;
      height: 126px;
      right: -15px;
      bottom: -15px; }
  .about_item p {
    margin: 0;
    font: 2rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 700; }

@media (hover: hover) {
  .about_three_item a:hover {
    color: #FFB300; }
    .about_three_item a:hover:after {
      right: 10px; } }
.staff h3 {
  color: #00C46F;
  font: 2.8rem/1em "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px; }
.staff li {
  margin: 0 0 50px; }
  .staff li:last-of-type {
    margin: 0; }
  .staff li .img {
    aspect-ratio: 302/190;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 0 10px;
    border: 1px solid #A8A8A8;
    position: relative;
    background-color: #fff; }
    .staff li .img img {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }
  .staff li h4 {
    margin: 0 0 10px;
    font: 2rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.05em; }
    .staff li h4 span {
      font: 1.4rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 500; }
    .staff li h4 small {
      font: 1.4rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 500;
      position: absolute;
      right: 0;
      bottom: 3px; }
    .staff li h4 ruby {
      ruby-align: center; }
    .staff li h4 ruby rt {
      font-size: 0.9rem !important;
      padding-bottom: 0.3em; }
  .staff li p {
    text-align: justify;
    text-justify: inter-ideograph;
    font: 1.7rem/1.9em "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin: 0; }
    .staff li p span {
      color: #00C46F; }
