@charset "UTF-8";
.note {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .note {
    font-size: 2.8rem;
  }
}

.main {
  margin-top: 13rem;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 767px) {
  .main {
    margin-top: 12rem;
  }
}
.main > * {
  font-weight: 400;
}

.inner {
  max-width: 1200px;
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}
.inner.small {
  max-width: 1000px;
}

.nowrap {
  white-space: nowrap;
}

.title-type01 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 3.2rem;
  font-weight: bold;
  color: #18e947;
  text-align: center;
  margin-bottom: 5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .title-type01 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}

.title-type02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 2.6rem;
}
.title-type02 .red {
  display: inline-block;
  color: #ed1c24;
  font-size: 80%;
}
@media print, screen and (min-width: 768px) {
  .title-type02 .red {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-type02 .red {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .title-type02 {
    font-size: 3.6rem;
  }
}

.title-type03 {
  text-align: center;
  margin-bottom: 4rem;
}
.title-type03 .sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 6rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .title-type03 .sub {
    font-size: 3rem;
    line-height: 9rem;
  }
}
.title-type03 .sub::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/common/icon-subtitle.png");
  width: 12.4rem;
  height: 6rem;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .title-type03 .sub::before {
    width: 18rem;
    height: 9rem;
  }
}
.title-type03 .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 3.2rem;
  color: #18e947;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .title-type03 .title {
    font-size: 4rem;
    margin-top: 2rem;
  }
}

.title-type04 {
  position: relative;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .title-type04 {
    margin-bottom: 6rem;
  }
}
.title-type04 .nmb, .title-type04 .en {
  font-size: 11rem;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b3b3b3;
  color: transparent;
  font-family: "Albert Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .title-type04 .nmb, .title-type04 .en {
    font-size: 10rem;
  }
}
.title-type04 .title {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  color: #18e947;
  text-align: center;
  line-height: 1.6;
  margin-top: -8rem;
}
@media only screen and (max-width: 767px) {
  .title-type04 .title {
    margin-top: -8.4rem;
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}

.text-type01 {
  position: relative;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .text-type01 {
    padding-left: 2.4rem;
    text-indent: -2.4rem;
    font-size: 2.4rem;
  }
}

.text-type02 {
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .text-type02 {
    text-align: left;
  }
}

.list-type01 > li {
  position: relative;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .list-type01 > li {
    padding-left: 3.5rem;
  }
}
.list-type01 > li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #18e947;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .list-type01 > li::before {
    top: 1.4rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.link-type01 {
  position: relative;
  padding: 1.5rem 6rem 1.5rem 0;
  border-bottom: 2px solid #000;
  display: inline-block;
  line-height: 1.6;
}
.link-type01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/common/link-arrow-black.svg") no-repeat center/100%;
  width: 2.4rem;
  height: 1.4rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .link-type01::after {
    width: 2.8rem;
    height: 1.7rem;
  }
}

.link-type02 {
  position: relative;
  text-decoration: underline;
  padding-right: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .link-type02 {
    padding-right: 3rem;
  }
}
.link-type02::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0;
  background-image: url("../img/common/icon-link-out.svg");
  width: 1.2rem;
  height: 1.2rem;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .link-type02::after {
    top: 1.2rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}

.under-nav {
  background-color: #dcfce3;
  margin-top: 10rem;
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .under-nav {
    padding: 6rem 0;
  }
}
.under-nav .inner {
  max-width: 1100px;
}
.under-nav .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3.5%;
}
@media only screen and (max-width: 767px) {
  .under-nav .list {
    justify-content: flex-start;
    gap: 0;
  }
}
.under-nav .list .item {
  width: 31%;
  white-space: nowrap;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .under-nav .list .item {
    width: 100%;
  }
  .under-nav .list .item a {
    padding-top: 3rem;
  }
}
.under-nav .list .link-type01 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .under-nav .list .link-type01 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.breadcrumbs {
  margin: 1.5rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .list {
  display: flex;
  justify-content: flex-end;
}
.breadcrumbs .list .item {
  position: relative;
  color: #666;
  font-size: 1.2rem;
}
.breadcrumbs .list .item:not(:last-child) {
  margin-right: 3rem;
}
.breadcrumbs .list .item:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: -0.3rem;
  right: -2.2rem;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 300;
}
.breadcrumbs .list a {
  text-decoration: underline;
}

.mv {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mv.interview-detail .mv__wrapper {
    height: 65rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    margin-bottom: 10rem;
  }
}
.mv__scroll {
  left: auto;
  z-index: 4;
  writing-mode: vertical-rl;
  font-family: "Albert Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  .mv__scroll {
    display: none;
  }
}
.mv__copy {
  position: absolute;
  bottom: -33rem;
  left: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Albert Sans", sans-serif;
  writing-mode: vertical-rl;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .mv__copy {
    display: none;
  }
}
.mv__img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 39.5%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mv__img01 {
    top: auto;
    bottom: 0;
    width: 25%;
  }
}
.mv__img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mv__img02 {
    width: 25%;
    bottom: -1px;
  }
}
.mv__wrapper {
  width: 80.5%;
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper {
    height: 40rem;
    width: 100%;
  }
}
.mv__wrapper .bg {
  height: 100%;
}
.mv__wrapper .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .bg img {
    -o-object-position: 65% 50%;
       object-position: 65% 50%;
  }
  .mv__wrapper .bg img.other {
    -o-object-position: 42% 50%;
       object-position: 42% 50%;
  }
}
.mv__wrapper .title {
  font-size: 11rem;
  font-weight: bold;
  color: #18e947;
  font-family: "Albert Sans", sans-serif;
  line-height: 1;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .mv__wrapper .title {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .title {
    font-size: 8rem;
  }
}
.mv__wrapper .note {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .note {
    font-size: 3rem;
  }
}
.mv__wrapper .sub {
  display: inline-block;
  padding: 0.4rem 2rem;
  color: #fff;
  background-color: #000;
  position: absolute;
  bottom: 5rem;
  z-index: 2;
  left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .sub {
    left: 0;
  }
}
.mv__texts01 {
  position: absolute;
  bottom: 8%;
  left: 0.3%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .mv__texts01 {
    bottom: 24%;
    left: 0;
  }
}
.mv__texts01 .title {
  margin: 0 0 20rem 14.7rem;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .mv__texts01 .title {
    margin-bottom: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv__texts01 .title {
    margin: 0 0 6rem 6rem;
  }
}
.mv__texts01 .title .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  letter-spacing: 0.3rem;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.mv__texts01 .note {
  margin: 0 0 3rem 4rem;
}
@media only screen and (max-width: 767px) {
  .mv__texts01 .note {
    color: #fff;
    margin: 0 0 2rem 4rem;
  }
}
.mv__texts02 {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 3;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .mv__texts02 {
    top: 6vw;
    left: 8vw;
  }
}
.mv__texts02 .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  letter-spacing: 0.3rem;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .mv__texts02 .ja {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv__texts03.type02 .title02 {
    bottom: 18rem;
  }
  .mv__texts03.type02 .other1 {
    bottom: 15rem;
  }
  .mv__texts03.type02 .note {
    bottom: 8rem;
  }
  .mv__texts03.type02 .label {
    bottom: 1.5rem;
  }
}
.mv__texts03 .title01 {
  position: absolute;
  top: -1.7rem;
  left: 12rem;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .mv__texts03 .title01 {
    top: -1.0625vw;
    left: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv__texts03 .title01 {
    top: -1rem;
    left: 5rem;
  }
}
.mv__texts03 .title01 .nmb {
  font-size: 18rem;
  font-weight: bold;
  color: #18e947;
  font-family: "Albert Sans", sans-serif;
  line-height: 0.9;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .mv__texts03 .title01 .nmb {
    font-size: 11.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv__texts03 .title01 .nmb {
    font-size: 16rem;
  }
}
.mv__texts03 .title01 .text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 6rem;
  margin: auto;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .mv__texts03 .title01 .text {
    font-size: 2.5vw;
  }
}
.mv__texts03 .title02 {
  position: absolute;
  top: 16rem;
  left: 13rem;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
  text-shadow: 2px 2px 8px #ffffff, -2px 2px 8px #ffffff, 2px -2px 8px #ffffff, -2px -2px 8px #ffffff, 2px 0px 8px #ffffff, 0px 2px 8px #ffffff, -2px 0px 8px #ffffff, 0px -2px 8px #ffffff;
}
@media (max-width: 1600px) and (min-width: 767px) {
  .mv__texts03 .title02 {
    top: 9vw;
    left: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv__texts03 .title02 {
    font-size: 3.2rem;
    top: auto;
    bottom: 14rem;
    left: 4rem;
    z-index: 2;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv__texts03 .flex {
    display: flex;
    align-items: stretch;
    position: absolute;
    flex-direction: row-reverse;
    bottom: 4rem;
    left: 0;
  }
}
.mv__texts03 .note {
  font-size: 1.8rem;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .mv__texts03 .note {
    position: absolute;
    bottom: 11rem;
    left: 4rem;
  }
}
.mv__texts03 .note span {
  position: relative;
  padding-left: 6rem;
  display: inline-block;
  font-family: inherit;
}
.mv__texts03 .note span::before {
  content: "出身：";
  position: absolute;
  left: 0;
}
.mv__texts03 .note span.shadow {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .mv__texts03 .note span.shadow {
    text-shadow: 2px 2px 8px #ffffff, -2px 2px 8px #ffffff, 2px -2px 8px #ffffff, -2px -2px 8px #ffffff, 2px 0px 8px #ffffff;
  }
}
.mv__texts03 .note span.shadow::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mv__texts03 .note {
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.9);
    letter-spacing: 0;
    line-height: 1.4;
    padding: 1rem;
  }
}
.mv__texts03 .label {
  display: inline-block;
  text-align: center;
  padding: 0.4rem 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  color: #fff;
  background-color: #000;
  z-index: 2;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .mv__texts03 .label {
    position: absolute;
    bottom: 4rem;
    left: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .mv__texts03 .label {
    letter-spacing: 0;
    align-content: center;
  }
}

#recruit-page .recruit {
  margin-bottom: 10rem;
}
#recruit-page .recruit__content:not(:first-child) {
  margin-top: 10rem;
}
#recruit-page .recruit__content .title-type02 {
  margin: 6rem 0 2rem;
}
#recruit-page .recruit__content .subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #18e947;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__content .subtitle {
    font-size: 3rem;
  }
}
#recruit-page .recruit__table01 table {
  border: 0.5px solid #cccccc;
  width: 100%;
}
#recruit-page .recruit__table01 table thead {
  background-color: #18e947;
}
#recruit-page .recruit__table01 table thead th {
  width: 14%;
}
#recruit-page .recruit__table01 table thead th:first-child {
  width: 44%;
}
#recruit-page .recruit__table01 table tbody th {
  background-color: #dcfce3;
}
#recruit-page .recruit__table01 table th, #recruit-page .recruit__table01 table td {
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
  padding: 1rem;
  border: 0.5px solid #cccccc;
}
#recruit-page .recruit__list {
  display: flex;
  flex-wrap: wrap;
}
#recruit-page .recruit__list .term, #recruit-page .recruit__list .desc {
  padding: 1.4rem 0;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .term, #recruit-page .recruit__list .desc {
    padding: 2.4rem 0;
  }
}
#recruit-page .recruit__list .term {
  width: 20%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  color: #18e947;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .term {
    font-size: 3rem;
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#recruit-page .recruit__list .term.flow {
  width: 100%;
  border-bottom: none;
}
#recruit-page .recruit__list .term .text01 {
  color: #333;
  margin-left: 2.5rem;
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .term .text01 {
    margin-left: 0.5rem;
  }
}
#recruit-page .recruit__list .term .text02 {
  display: block;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .term .text02 {
    display: inline-block;
    font-size: 2.6rem;
  }
}
#recruit-page .recruit__list .desc {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .desc {
    padding-top: 1rem;
    width: 100%;
  }
}
#recruit-page .recruit__list .desc > *:not(:first-child) {
  margin-top: 0.6rem;
}
#recruit-page .recruit__list .desc.flow {
  width: 100%;
  padding: 0.5rem 5% 1.5rem;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .desc.flow {
    padding-top: 1rem;
    padding-bottom: 2.4rem;
  }
}
#recruit-page .recruit__list .desc.flow .list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .desc.flow .list {
    flex-wrap: wrap;
    gap: 2rem 5.3333333333%;
  }
}
#recruit-page .recruit__list .desc.flow .list li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  position: relative;
  width: 13%;
  padding-top: 13%;
  height: 0;
  background-color: #18e947;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .desc.flow .list li {
    width: 28%;
    padding-top: 28%;
  }
}
#recruit-page .recruit__list .desc.flow .list li:not(:last-child)::before, #recruit-page .recruit__list .desc.flow .list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -1.6rem;
  right: -2rem;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 2rem;
  transform: rotate(-30deg);
  background-color: #666;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .desc.flow .list li:not(:last-child)::before, #recruit-page .recruit__list .desc.flow .list li:not(:last-child)::after {
    right: -2.5rem;
  }
}
#recruit-page .recruit__list .desc.flow .list li:not(:last-child)::after {
  transform: rotate(30deg);
  top: 0;
  bottom: -2rem;
}
#recruit-page .recruit__list .desc.flow .list li:first-child {
  background-color: #dcfce3;
}
#recruit-page .recruit__list .desc.flow .list li:nth-child(2) {
  background-color: #b5f8c4;
}
#recruit-page .recruit__list .desc.flow .list li:nth-child(3) {
  background-color: #8ef4a5;
}
#recruit-page .recruit__list .desc.flow .list li:nth-child(4) {
  background-color: #67f186;
}
#recruit-page .recruit__list .desc.flow .list li:nth-child(5) {
  background-color: #40ed66;
}
#recruit-page .recruit__list .desc.flow .list li:nth-child(6) {
  background-color: #18e947;
}
#recruit-page .recruit__list .desc.flow .list span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#recruit-page .recruit__list .desc .attention {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  color: #ed1c24;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .desc .attention {
    font-size: 3rem;
  }
}
#recruit-page .recruit__list .desc .link_btn {
  text-align: right;
  margin: 1.5rem 0 0.5rem;
  display: flex;
}
#recruit-page .recruit__list .desc .link_btn .txt-link {
  margin-left: auto;
  font-size: 1.7rem;
  font-weight: 700;
  color: #18e947;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .desc .link_btn .txt-link {
    font-size: 3rem;
  }
}
#recruit-page .recruit__list .desc .link_btn .txt-link:hover::after {
  right: -1rem;
}
#recruit-page .recruit__list .desc .link_btn .txt-link::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/requirement/txt-link-arrow.svg") no-repeat center/100%;
  display: inline-block;
  margin-left: 1.5rem;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__list .desc .link_btn .txt-link::after {
    width: 5.25rem;
    height: 5.25rem;
  }
}
#recruit-page .recruit__list .desc .internship > li:not(:last-of-type) {
  margin-bottom: 2rem;
}
#recruit-page .recruit__list .desc .internship li {
  display: flex;
  gap: 1.5rem;
}
#recruit-page .recruit__list .desc .internship li.mb1 {
  margin-bottom: 1rem;
}
#recruit-page .recruit__list .desc .internship li span {
  word-break: keep-all;
}
#recruit-page .recruit__entry {
  margin-top: 10rem;
}
#recruit-page .recruit__entry .note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__entry .note {
    font-size: 3.2rem;
  }
}
#recruit-page .recruit__entry .link {
  width: 42rem;
  margin: 2rem auto 0;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__entry .link {
    width: 100%;
    text-align: center;
  }
}
#recruit-page .recruit__entry .attention {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  color: #18e947;
  height: 16rem;
  border: 1px solid #18e947;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__entry .attention {
    font-size: 3.2rem;
    height: 20rem;
  }
}
#recruit-page .recruit__entry .link {
  margin-top: 8rem;
}
#recruit-page .recruit__link {
  position: relative;
  display: block;
  margin: 10rem auto 0;
  height: 14rem;
  width: 44rem;
  text-align: center;
  overflow: hidden;
  border-radius: 10rem;
  background-color: #18e947;
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__link {
    height: 15rem;
    width: 50rem;
  }
}
#recruit-page .recruit__link::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/blank-icon.svg) no-repeat center/100%;
  position: absolute;
  right: 4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__link::after {
    width: 4rem;
    height: 3.8rem;
  }
}
#recruit-page .recruit__link .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #recruit-page .recruit__link .ja {
    font-size: 3.6rem;
  }
}
#recruit-page .recruit__link .en {
  position: absolute;
  right: 0;
  bottom: -1rem;
  left: 0;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  font-family: "Albert Sans", sans-serif;
  line-height: 1;
}

#training-page .autonomy__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #training-page .autonomy__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#training-page .autonomy__content .img {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  #training-page .autonomy__content .img {
    width: 60%;
  }
}
#training-page .autonomy__content .list-type01 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #training-page .autonomy__content .list-type01 {
    width: 100%;
    margin-top: 4rem;
  }
}
#training-page .autonomy__content .list-type01 li {
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #training-page .autonomy__content .list-type01 li {
    white-space: unset;
    font-size: 3rem;
  }
}
#training-page .autonomy__content .list-type01 li::before {
  top: 1.7rem;
}
@media only screen and (max-width: 767px) {
  #training-page .autonomy__content .list-type01 li::before {
    top: 1.8rem;
  }
}
#training-page .autonomy__content .list-type01 span {
  font-size: 2.4rem;
  color: #18e947;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #training-page .autonomy__content .list-type01 span {
    font-size: 3.4rem;
  }
}
#training-page .program {
  margin-top: 10rem;
  padding: 10rem 0;
  background-color: #f2f2f2;
}
#training-page .program__content {
  position: relative;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #training-page .program__content {
    padding-bottom: 0;
  }
}
#training-page .program__content::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.5rem;
  height: 100%;
  z-index: 2;
  background-color: #e0e1e2;
  border-radius: 2rem;
}
#training-page .program__item {
  position: relative;
  z-index: 3;
  width: 50%;
  padding-right: 8%;
}
@media only screen and (max-width: 767px) {
  #training-page .program__item {
    width: 100%;
    padding: 0;
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #training-page .program__item.right {
    margin-left: auto;
    padding: 0 0 0 8%;
  }
  #training-page .program__item.right::before {
    right: auto;
    left: 0;
  }
  #training-page .program__item.right::after {
    right: auto;
    left: -0.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  #training-page .program__item:nth-child(2) {
    margin: -15rem 0 5rem auto;
  }
  #training-page .program__item:nth-child(4) {
    margin: -22rem 0 5rem;
  }
  #training-page .program__item:nth-child(6) {
    margin: -15rem 0 5rem;
  }
  #training-page .program__item:nth-child(7) {
    margin: -6rem 0 5rem auto;
  }
  #training-page .program__item:nth-child(8) {
    margin: -19rem 0 5rem;
  }
  #training-page .program__item:nth-child(9) {
    margin: -6rem 0 5rem auto;
  }
  #training-page .program__item:nth-child(10) {
    margin: -19rem 0 5rem;
  }
  #training-page .program__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30%;
    height: 0.3rem;
    background-color: #000;
    z-index: 1;
  }
  #training-page .program__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -0.7rem;
    bottom: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #000;
  }
}
#training-page .program__item .head {
  position: relative;
  height: 12rem;
  background-color: #18e947;
  z-index: 2;
}
#training-page .program__item .head .en {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8rem;
  font-weight: bold;
  font-family: "Albert Sans", sans-serif;
  text-align: center;
  line-height: 12rem;
  text-transform: uppercase;
}
#training-page .program__item .head .ja {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  transform: translate(-50%, -50%);
  font-size: 2.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #training-page .program__item .head .ja {
    font-size: 4rem;
  }
}
#training-page .program__item .content {
  position: relative;
  padding: 2rem 3.5rem;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #training-page .program__item .content {
    padding: 3rem 4rem;
  }
}
#training-page .program__item .content .title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #training-page .program__item .content .title {
    font-size: 3rem;
  }
}
#training-page .program__item .content .list li {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
  margin-top: 0.3rem;
}
@media only screen and (max-width: 767px) {
  #training-page .program__item .content .list li {
    padding-left: 2.8rem;
    text-indent: -2.8rem;
  }
}
#training-page .policy {
  margin-top: 10rem;
}
#training-page .policy__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#training-page .policy__item {
  width: 100%;
  border: 2px solid #18e947;
  padding: 2rem 5rem;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #training-page .policy__item {
    padding: 4rem 5rem;
  }
}
#training-page .policy__item.item01 .list01, #training-page .policy__item.item01 .list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1%;
}
@media only screen and (max-width: 767px) {
  #training-page .policy__item.item01 .list01, #training-page .policy__item.item01 .list02 {
    gap: 1.5rem 3%;
  }
}
#training-page .policy__item.item01 .list01 span, #training-page .policy__item.item01 .list02 span {
  color: #000;
}
#training-page .policy__item.item01 .list01 li, #training-page .policy__item.item01 .list02 li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  background-color: #18e947;
  height: 10rem;
  width: 24%;
  border-radius: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #training-page .policy__item.item01 .list01 li, #training-page .policy__item.item01 .list02 li {
    height: 12rem;
    width: 48.5%;
    font-size: 3rem;
  }
}
#training-page .policy__item.item01 .list02 {
  justify-content: space-between;
  gap: 0;
  margin-top: 4rem;
}
#training-page .policy__item.item01 .list02 li {
  font-size: 3rem;
  width: 32.5%;
}
#training-page .policy__item.item01 .attention {
  margin-top: 1rem;
}
#training-page .policy__item.item02, #training-page .policy__item.item03 {
  width: 48%;
  margin-top: 6rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #training-page .policy__item.item02, #training-page .policy__item.item03 {
    width: 100%;
    padding-bottom: 4rem;
  }
}
#training-page .policy__item.item02 .note01, #training-page .policy__item.item03 .note01 {
  height: 6rem;
}
@media only screen and (max-width: 767px) {
  #training-page .policy__item.item02 .note01, #training-page .policy__item.item03 .note01 {
    height: auto;
  }
}
#training-page .policy__item.item02 .list01, #training-page .policy__item.item03 .list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2%;
}
#training-page .policy__item.item02 .list01 .item01, #training-page .policy__item.item03 .list01 .item01 {
  width: 66%;
  height: 10rem;
}
@media only screen and (max-width: 767px) {
  #training-page .policy__item.item02 .list01 .item01, #training-page .policy__item.item03 .list01 .item01 {
    height: 12rem;
    width: 100%;
    font-size: 3rem;
  }
}
#training-page .policy__item.item02 .list01 li, #training-page .policy__item.item03 .list01 li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  background-color: #18e947;
  height: 15rem;
  width: 32%;
  border-radius: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #training-page .policy__item.item02 .list01 li, #training-page .policy__item.item03 .list01 li {
    height: 12rem;
    width: 48.5%;
    font-size: 3rem;
  }
}
#training-page .policy__item.item02 .note02, #training-page .policy__item.item03 .note02 {
  text-align: center;
  margin: 10rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  #training-page .policy__item.item02 .note02, #training-page .policy__item.item03 .note02 {
    margin: 4rem 0 2rem;
  }
}
#training-page .policy__item.item02 .list02 li, #training-page .policy__item.item03 .list02 li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  background-color: #18e947;
  height: 7rem;
  border-radius: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #training-page .policy__item.item02 .list02 li, #training-page .policy__item.item03 .list02 li {
    height: 12rem;
    font-size: 3rem;
  }
}
#training-page .policy__item .title-type04 .nmb {
  -webkit-text-stroke-color: #18e947;
}
#training-page .policy__item .title-type04 .title {
  color: #000;
}
#training-page .policy__item .note01 {
  text-align: center;
  margin-bottom: 3rem;
}
#training-page .policy__item .sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  color: #18e947;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  #training-page .policy__item .sub {
    font-size: 3.6rem;
  }
}

#access-page .access {
  position: relative;
  z-index: 2;
}
#access-page .access__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #access-page .access__content {
    display: block;
  }
}
#access-page .access__img {
  position: relative;
  width: 57%;
  margin-left: -7%;
  padding-bottom: 6rem;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  #access-page .access__img {
    padding-bottom: 5vw;
    width: 95vw;
    margin-left: -5vw;
  }
}
#access-page .access__img::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: -3rem;
  bottom: 0;
  width: 100%;
  background-color: #18e947;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #access-page .access__img::before {
    padding-bottom: 5vw;
    right: -5vw;
    width: 100vw;
    top: 4rem;
  }
}
#access-page .access__info {
  width: 42%;
}
@media only screen and (max-width: 767px) {
  #access-page .access__info {
    width: 100%;
    margin-top: 6rem;
  }
}
#access-page .access__detail {
  position: relative;
  margin-top: 6rem;
  padding: 6rem 0;
}
@media only screen and (max-width: 767px) {
  #access-page .access__detail {
    margin-top: 7rem;
    padding: 7rem 0;
  }
}
#access-page .access__detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: -14rem;
  height: 100%;
  width: 100vw;
  z-index: -1;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  #access-page .access__detail::before {
    left: -5vw;
  }
}
#access-page .access__detail .list {
  display: flex;
  justify-content: space-between;
  height: 16rem;
}
@media only screen and (max-width: 767px) {
  #access-page .access__detail .list {
    height: 22rem;
  }
}
#access-page .access__detail .list .item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 31%;
  background-color: #fff;
  border-radius: 1rem;
}
#access-page .access__detail .list .icon {
  height: 5rem;
  margin: 0 auto;
}
#access-page .access__detail .list .icon img {
  height: 100%;
  width: auto;
}
#access-page .access__detail .list .text {
  font-size: 0.9em;
  font-weight: bold;
}
#access-page .access__detail .list .time {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  #access-page .access__detail .list .time {
    font-size: 3rem;
  }
}
#access-page .access__detail .list .time b {
  padding-bottom: 1.15rem;
  line-height: 1;
}
#access-page .access__detail .list .time span {
  color: #18e947;
  font-family: "Albert Sans", sans-serif;
  font-size: 6rem;
  display: inline-block;
  line-height: 1;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  #access-page .access__detail .list .time span {
    font-size: 8rem;
  }
}
#access-page .access__detail .info {
  display: flex;
  gap: 2rem;
  margin-top: 6rem;
  white-space: nowrap;
}
#access-page .access__detail .info .text01 {
  color: #18e947;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Albert Sans", sans-serif;
  writing-mode: vertical-rl;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #access-page .access__detail .info .text01 {
    margin-top: 1rem;
    font-size: 6rem;
  }
}
#access-page .access__detail .list_btn {
  margin-top: 4rem;
  text-align: right;
}
#access-page .access__detail .list_btn .link-type01 {
  width: 32rem;
  text-align: left;
}
#access-page .access__detail .list_btn .link {
  margin-left: auto;
}
#access-page .town {
  margin-top: 10rem;
}
#access-page .town__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#access-page .town__content .info {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  #access-page .town__content .info {
    width: 100%;
    margin-top: 4rem;
  }
}
#access-page .town__content .info .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #access-page .town__content .info .title {
    font-size: 3rem;
  }
}
#access-page .town__content .img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #access-page .town__content .img {
    order: -1;
    width: 100%;
  }
}
#access-page .town__list {
  margin: 10rem auto 0;
  display: flex;
  justify-content: space-between;
  padding: 0 5rem;
}
@media only screen and (max-width: 767px) {
  #access-page .town__list {
    padding: 0;
    display: block;
  }
}
#access-page .town__item {
  background-color: #f2f2f2;
  padding: 3rem 5rem;
  width: 32%;
}
@media only screen and (max-width: 767px) {
  #access-page .town__item {
    width: 100%;
    margin-top: 4rem;
    padding: 4rem 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #access-page .town__item:nth-child(2) {
    padding: 3rem;
  }
}
#access-page .town__item .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #access-page .town__item .title {
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
  }
}
#access-page .town__item .img {
  height: 6rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #access-page .town__item .img {
    height: 10rem;
    margin-bottom: 3rem;
  }
}
#access-page .town__item .img img {
  height: 100%;
  width: auto;
}
#access-page .town__item .list-type01 {
  white-space: nowrap;
}

#welfare-page .holiday .inner {
  max-width: 1100px;
}
#welfare-page .holiday__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 2%;
}
@media only screen and (max-width: 767px) {
  #welfare-page .holiday__list {
    gap: 1.5rem 2%;
  }
}
#welfare-page .holiday__item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: 500;
  background-color: #f2f2f2;
  height: 29rem;
  width: 32%;
  text-align: center;
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #welfare-page .holiday__item {
    height: 32rem;
    width: 49%;
  }
}
#welfare-page .holiday__item.bg-green {
  background-color: #7af295;
}
#welfare-page .holiday__item.column02 {
  width: 49%;
}
#welfare-page .holiday__item .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #welfare-page .holiday__item .title {
    font-size: 3.2rem;
  }
}
#welfare-page .holiday__item .day {
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #welfare-page .holiday__item .day {
    font-size: 3.4rem;
  }
}
#welfare-page .holiday__item .day span {
  font-size: 12rem;
  font-weight: bold;
  color: #18e947;
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  #welfare-page .holiday__item .day span {
    font-size: 10rem;
  }
}
#welfare-page .holiday__item .note {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  #welfare-page .holiday__item .note {
    font-size: 2.4rem;
  }
}
#welfare-page .holiday__item .sub {
  font-size: 2.2rem;
  font-weight: bold;
  height: 4rem;
  line-height: 4rem;
  width: 25rem;
  background-color: #18e947;
  border-radius: 5rem;
  margin: 1.5rem auto 0;
}
@media only screen and (max-width: 767px) {
  #welfare-page .holiday__item .sub {
    height: 5rem;
    line-height: 5rem;
    font-size: 3rem;
  }
}
#welfare-page .holiday__item .list {
  width: 25rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 767px) {
  #welfare-page .holiday__item .list {
    margin-top: 2rem;
  }
}
#welfare-page .holiday__item .list li {
  font-size: 2.2rem;
  font-weight: bold;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  border-radius: 5rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  #welfare-page .holiday__item .list li {
    height: 6rem;
    line-height: 6rem;
    font-size: 3rem;
  }
}
#welfare-page .holiday__item .icon {
  text-align: center;
  height: 8.2rem;
  margin-bottom: 2.5rem;
}
#welfare-page .holiday__item .icon img {
  width: auto;
  height: 100%;
}
#welfare-page .support {
  margin-top: 10rem;
  padding: 10rem 0;
  background-color: #f2f2f2;
}
#welfare-page .support__list {
  display: flex;
  justify-content: center;
  gap: 5rem 4%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #welfare-page .support__list {
    gap: 4rem;
  }
}
#welfare-page .support__item {
  width: 48%;
  background-color: #fff;
  border-left: 2rem solid #18e947;
  height: 34rem;
  padding: 3rem 3rem 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #welfare-page .support__item {
    width: 100%;
    height: auto;
    padding: 3rem;
  }
}
#welfare-page .support__item .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #welfare-page .support__item .title {
    font-size: 3.4rem;
  }
}
#welfare-page .support__item .icon {
  text-align: center;
  height: 6rem;
  margin-bottom: 2.5rem;
}
#welfare-page .support__item .icon img {
  width: auto;
  height: 100%;
}
#welfare-page .efforts {
  margin-top: 10rem;
}
#welfare-page .efforts__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem 4%;
}
@media only screen and (max-width: 767px) {
  #welfare-page .efforts__list {
    gap: 4rem;
  }
}
#welfare-page .efforts__item {
  border: 1px solid #18e947;
  padding: 4rem;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #welfare-page .efforts__item {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #welfare-page .efforts__item.item02 .title {
    margin-left: -1.5rem;
  }
}
#welfare-page .efforts__item .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #welfare-page .efforts__item .title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
    white-space: unset;
  }
}
#welfare-page .efforts__item .img01 {
  width: 20rem;
  margin: 6rem auto 0;
}
@media only screen and (max-width: 767px) {
  #welfare-page .efforts__item .img01 {
    margin-top: 3rem;
  }
}
#welfare-page .efforts__item .img02 {
  width: 16rem;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  #welfare-page .efforts__item .img02 {
    margin-top: 3rem;
  }
}
#welfare-page .efforts__item .img03 {
  width: 28rem;
  margin: 10rem auto 0;
}
@media only screen and (max-width: 767px) {
  #welfare-page .efforts__item .img03 {
    margin-top: 3rem;
  }
}
#welfare-page .efforts__item .link {
  text-align: right;
  margin-top: 1rem;
}
#welfare-page .efforts__item .imgs {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 85%;
  margin: 3rem auto 0;
}
#welfare-page .efforts__item .imgs figure {
  width: 48%;
}

#career-vision-page .career .inner {
  max-width: 1100px;
}
#career-vision-page .career__list {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .career__list {
    display: flex;
    justify-content: space-between;
    margin-top: 8rem;
  }
}
#career-vision-page .career__item {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .career__item {
    margin-top: 0;
    width: 32%;
  }
}
@media print, screen and (min-width: 768px) {
  #career-vision-page .career__item.type01 {
    width: 80.5%;
  }
}
#career-vision-page .growth {
  margin-top: 15rem;
  padding: 10rem 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth {
    margin-top: 12rem;
  }
}
#career-vision-page .growth .title-type02 {
  text-align: center;
}
#career-vision-page .growth__content {
  position: relative;
  padding: 4rem 10rem 6rem;
  background-color: #fff;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__content {
    padding: 4rem 5rem 5rem;
  }
}
#career-vision-page .growth__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 25rem;
  background-color: #dcfce3;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__content::before {
    height: 40rem;
  }
}
#career-vision-page .growth__content > * {
  position: relative;
  z-index: 2;
}
#career-vision-page .growth__content .title-type02 {
  margin-bottom: 2rem;
}
#career-vision-page .growth__content .text-type02 {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__content .text-type02 {
    margin-bottom: 6rem;
  }
}
#career-vision-page .growth__list01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__list01 {
    margin-top: 3rem;
  }
}
#career-vision-page .growth__item01 {
  position: relative;
  text-align: center;
  border: 1px solid #18e947;
  padding: 4rem;
  z-index: 2;
}
#career-vision-page .growth__item01:not(:first-child) {
  margin-top: 6rem;
}
#career-vision-page .growth__item01::before, #career-vision-page .growth__item01::after {
  content: "";
  position: absolute;
  background-color: #18e947;
  inset: 0;
  height: 100%;
  width: 100%;
  top: 1rem;
  left: 1rem;
  z-index: -2;
}
#career-vision-page .growth__item01::after {
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
#career-vision-page .growth__item01 .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__item01 .title {
    font-size: 3.4rem;
  }
}
#career-vision-page .growth__item01 .icon {
  text-align: center;
  height: 6rem;
  margin-bottom: 2.5rem;
}
#career-vision-page .growth__item01 .icon img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__item01 .note {
    text-align: left;
  }
}
#career-vision-page .growth__list02 {
  display: flex;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__list02 {
    display: block;
  }
}
#career-vision-page .growth__item02 {
  width: 33.333%;
  background-color: #fff;
  padding: 4rem 5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__item02 {
    padding: 6rem 4rem 5rem;
    width: 100%;
  }
}
#career-vision-page .growth__item02:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5rem;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6rem solid transparent;
  border-bottom: 6rem solid transparent;
  border-left: 4rem solid #fff;
  border-right: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__item02:not(:last-child)::after {
    right: 0;
    top: auto;
    left: 0;
    bottom: -7rem;
    transform: rotate(90deg);
  }
}
#career-vision-page .growth__item02:nth-child(2) {
  background-color: #abf7bc;
}
#career-vision-page .growth__item02:nth-child(2)::after {
  border-left: 4rem solid #abf7bc;
}
#career-vision-page .growth__item02:nth-child(2) .title .step {
  color: rgba(255, 255, 255, 0.5);
}
#career-vision-page .growth__item02:nth-child(2) .title .nmb {
  color: #abf7bc;
}
#career-vision-page .growth__item02:nth-child(3) {
  background-color: #7af295;
}
#career-vision-page .growth__item02:nth-child(3) .title .step {
  color: rgba(255, 255, 255, 0.5);
}
#career-vision-page .growth__item02:nth-child(3) .title .nmb {
  color: #7af295;
  -webkit-text-stroke-color: #fff;
}
#career-vision-page .growth__item02 .title {
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 1rem;
}
#career-vision-page .growth__item02 .title .step {
  position: relative;
  display: block;
  color: rgba(24, 233, 71, 0.2);
  font-weight: bold;
  font-family: "Albert Sans", sans-serif;
  font-size: 5rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__item02 .title .step {
    font-size: 6rem;
  }
}
#career-vision-page .growth__item02 .title .nmb {
  display: block;
  font-size: 11.5rem;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #18e947;
  color: transparent;
  margin-top: -3rem;
  font-family: "Albert Sans", sans-serif;
}
#career-vision-page .growth__item02 .title .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  position: absolute;
  top: 6.5rem;
  right: 0;
  left: 0;
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .growth__item02 .title .title {
    font-size: 3.6rem;
  }
}
#career-vision-page .interview {
  margin-top: 10rem;
}
#career-vision-page .interview__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .interview__content {
    display: block;
  }
}
#career-vision-page .interview__intro {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .interview__intro {
    width: 90%;
    margin: auto;
  }
}
#career-vision-page .interview__intro a {
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  background-color: #1bceb6;
  border-right: 4rem solid #5fddcc;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .interview__intro a {
    padding: 3rem 4rem 3rem 3rem;
  }
}
#career-vision-page .interview__intro .caption01, #career-vision-page .interview__intro .caption02 {
  display: inline-block;
  line-height: 1;
  background-color: #f14b4b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  color: #fff;
  padding: 0.7rem;
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 0.95em;
  display: block;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .interview__intro .caption01, #career-vision-page .interview__intro .caption02 {
    display: table;
  }
}
#career-vision-page .interview__intro .caption02 {
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .interview__intro .caption02 {
    margin-top: 0;
  }
}
#career-vision-page .interview__intro .detail {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1.6;
}
#career-vision-page .interview__text {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .interview__text {
    width: 100%;
    margin-top: 4rem;
  }
}
#career-vision-page .interview__text::before, #career-vision-page .interview__text::after {
  content: "";
  position: absolute;
  top: -4rem;
  left: -5rem;
  width: 12rem;
  height: 12rem;
  background-color: #f2f2f2;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #career-vision-page .interview__text::before, #career-vision-page .interview__text::after {
    top: -5rem;
    left: -4rem;
    width: 17rem;
    height: 17rem;
  }
}
#career-vision-page .interview__text::after {
  right: 0;
  top: auto;
  left: auto;
  bottom: -7rem;
  width: 25rem;
  height: 25rem;
  background-color: #dcfce3;
}

#factory-page .factory__content {
  margin-bottom: 10rem;
}
#factory-page .factory__content .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #factory-page .factory__content .inner {
    display: block;
  }
}
#factory-page .factory__content .img {
  position: relative;
  width: 57%;
  margin-left: -7%;
  padding-bottom: 8rem;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  #factory-page .factory__content .img {
    padding-bottom: 5vw;
    width: 95vw;
    margin-left: -5vw;
  }
}
#factory-page .factory__content .img::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: -3rem;
  bottom: 0;
  width: 100vw;
  background-color: #18e947;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #factory-page .factory__content .img::before {
    right: -5vw;
    top: 4rem;
  }
}
#factory-page .factory__content .note {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  #factory-page .factory__content .note {
    margin-top: 4rem;
    width: 100%;
  }
}
#factory-page .factory__map .inner {
  max-width: 1400px;
}
@media only screen and (max-width: 767px) {
  #factory-page .factory__map .inner {
    overflow: scroll;
  }
}
@media only screen and (max-width: 767px) {
  #factory-page .factory__map figure {
    width: 200%;
  }
}

#tlinks-page .facility .tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2%;
  max-width: 900px;
  margin: 10rem auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-nav {
    gap: 2rem 4%;
  }
}
#tlinks-page .facility .tab-nav__item {
  position: relative;
  cursor: pointer;
  width: 32%;
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  height: 13.5rem;
  background-color: #dcfce3;
  padding: 2rem;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-nav__item {
    height: 15rem;
    width: 48%;
  }
}
@media print, screen and (min-width: 768px) {
  #tlinks-page .facility .tab-nav__item:hover {
    opacity: 0.7;
  }
}
#tlinks-page .facility .tab-nav__item:hover::after {
  right: 0.5rem;
}
#tlinks-page .facility .tab-nav__item.active {
  background-color: #18e947;
}
#tlinks-page .facility .tab-nav__item.active .en {
  color: #fff;
}
#tlinks-page .facility .tab-nav__item::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  background: url("../img/common/arrow-icon.svg") no-repeat center/100%;
  width: 1.8rem;
  height: 1.6rem;
  display: block;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-nav__item::after {
    width: 2.8rem;
    height: 1.7rem;
  }
}
#tlinks-page .facility .tab-nav__item .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-nav__item .ja {
    font-size: 3.6rem;
  }
}
#tlinks-page .facility .tab-nav__item .en {
  color: #18e947;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Albert Sans", sans-serif;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-nav__item .en {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
#tlinks-page .facility .tab-list {
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list {
    margin-top: 8rem;
  }
}
#tlinks-page .facility .tab-list__item {
  position: relative;
  display: none;
  padding-top: 10rem;
  margin-top: -10rem;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__item {
    padding-top: 18rem;
    margin-top: -18rem;
  }
}
#tlinks-page .facility .tab-list__item.active {
  display: block;
}
#tlinks-page .facility .tab-list__item.type02 {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__item.type02 {
    padding-bottom: 0;
  }
}
#tlinks-page .facility .tab-list__item.type02::before {
  top: auto;
  bottom: 0;
  left: 10%;
  height: 38rem;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__item.type02::before {
    bottom: 10rem;
    top: auto;
    left: 5%;
  }
}
#tlinks-page .facility .tab-list__item::before {
  content: "";
  position: absolute;
  top: 15rem;
  left: 25%;
  width: 100vw;
  height: 42rem;
  background-color: #abf7bc;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__item::before {
    display: none;
  }
}
#tlinks-page .facility .tab-list__detail01 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__detail01 {
    display: block;
  }
}
#tlinks-page .facility .tab-list__detail01 .text {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__detail01 .text {
    width: 100%;
  }
}
#tlinks-page .facility .tab-list__detail01 .text .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__detail01 .text .title {
    font-size: 3.6rem;
  }
}
#tlinks-page .facility .tab-list__detail01 .imgs {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__detail01 .imgs {
    margin-top: 4rem;
    width: 100%;
  }
}
#tlinks-page .facility .tab-list__detail01 .imgs .img01 {
  width: 90%;
  margin-left: auto;
}
#tlinks-page .facility .tab-list__detail01 .imgs .img02 {
  width: 90%;
  margin-top: 3rem;
}
#tlinks-page .facility .tab-list__detail01 .img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__detail01 .img {
    margin-top: 4rem;
    width: 100%;
    position: relative;
    z-index: 4;
  }
}
#tlinks-page .facility .tab-list__detail02 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 6rem;
  margin: 5rem -10rem 0 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__detail02 {
    flex-direction: column;
    margin: 3rem 0 10rem 0;
    gap: 3rem;
  }
  #tlinks-page .facility .tab-list__detail02.sp::before {
    content: "";
    position: absolute;
    top: -13rem;
    left: 25%;
    width: 100vw;
    height: 42rem;
    background-color: #abf7bc;
    z-index: -1;
  }
}
#tlinks-page .facility .tab-list__detail02 .img01 {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 8rem;
  width: 46%;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__detail02 .img01 {
    padding-bottom: 4rem;
    width: 90%;
    margin-top: 0;
  }
}
#tlinks-page .facility .tab-list__detail02 .img01::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: -3rem;
  bottom: 0;
  width: calc(100% + 9rem);
  background-color: #18e947;
  z-index: -1;
}
#tlinks-page .facility .tab-list__detail02 .img02 {
  width: 36%;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .facility .tab-list__detail02 .img02 {
    order: -1;
    width: 80%;
    margin-left: auto;
  }
}
#tlinks-page .base {
  margin-top: 10rem;
  padding: 10rem 0;
  background-color: #f2f2f2;
}
#tlinks-page .base__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item {
    flex-wrap: wrap;
  }
}
#tlinks-page .base__item.item02 {
  margin-top: 10rem;
}
#tlinks-page .base__item .detail {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item .detail {
    width: 100%;
  }
}
#tlinks-page .base__item .detail .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item .detail .title {
    font-size: 3.6rem;
  }
}
#tlinks-page .base__item .detail .list {
  margin-top: 5rem;
}
#tlinks-page .base__item .detail .list .item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item .detail .list .item {
    margin-top: 3rem;
  }
}
#tlinks-page .base__item .detail .list .subtitle {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item .detail .list .subtitle {
    gap: 2rem;
  }
}
#tlinks-page .base__item .detail .list .subtitle .nmb {
  font-weight: bold;
  font-size: 6rem;
  font-family: "Albert Sans", sans-serif;
  line-height: 1;
  color: #18e947;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item .detail .list .subtitle .nmb {
    font-size: 7rem;
  }
}
#tlinks-page .base__item .detail .list .subtitle .text {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item .detail .list .subtitle .text {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
}
#tlinks-page .base__item .imgs {
  position: relative;
  width: 50%;
  margin-right: -5%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item .imgs {
    width: 100%;
    margin-bottom: 6rem;
    order: -1;
  }
}
#tlinks-page .base__item .imgs .img02 {
  margin: 2rem 0 0 25%;
  width: 70%;
}
#tlinks-page .base__item .imgs::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: -8%;
  height: 37rem;
  width: 100vw;
  background-color: #18e947;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item .imgs::before {
    left: -5vw;
  }
}
#tlinks-page .base__item .img {
  position: relative;
  width: 50%;
  margin-left: -3%;
  padding-bottom: 8rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item .img {
    width: 100vw;
    margin: 0 0 6rem -5vw;
    padding-bottom: 5vw;
  }
}
#tlinks-page .base__item .img::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: -3rem;
  bottom: 0;
  width: 115%;
  background-color: #18e947;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .base__item .img::before {
    right: -5vw;
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  #tlinks-page #base {
    margin-top: -15rem;
    padding-top: 5rem;
  }
}
#tlinks-page .tab-index-back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
  margin: 10rem 0 5rem;
}
#tlinks-page .tab-index-back a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .tab-index-back a {
    font-size: 3rem;
  }
}
#tlinks-page .tab-index-back a:hover {
  letter-spacing: 0.2rem;
}
#tlinks-page .tab-index-back a::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/tlinks/index-back.svg") no-repeat center/100%;
  display: block;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  #tlinks-page .tab-index-back a::before {
    width: 5.25rem;
    height: 5.25rem;
  }
}

#interview-list-page .interview {
  position: relative;
  z-index: 2;
}
#interview-list-page .interview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 2%;
}
#interview-list-page .interview__item {
  width: 32%;
  position: relative;
  overflow: hidden;
}
#interview-list-page .interview__item .num {
  font-family: "Albert Sans", sans-serif;
  position: absolute;
  top: 0;
  left: -0.6rem;
  line-height: 0.72;
  color: #fff;
  font-size: 11.4rem;
  font-weight: 700;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #interview-list-page .interview__item .num {
    font-size: 15.4rem;
    left: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  #interview-list-page .interview__item {
    width: 90%;
    margin: auto;
  }
}
#interview-list-page .interview__item a {
  display: block;
  padding: 5rem 4rem 2rem 2rem;
  background-color: #18e947;
  border-right: 4rem solid #5ef07e;
  height: 100%;
  padding: 5rem 3rem 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
#interview-list-page .interview__item a:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #interview-list-page .interview__item a {
    padding: 6rem 4rem 3rem 3rem;
  }
}
#interview-list-page .interview__item a img {
  transition: 0.3s;
}
#interview-list-page .interview__item a:hover img {
  transform: scale(1.1, 1.1);
}
#interview-list-page .interview__item.type02 a {
  background-color: #1bceb6;
  border-right: 4rem solid #5fddcc;
  padding-top: 5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #interview-list-page .interview__item.type02 a {
    padding-top: 6rem;
  }
}
#interview-list-page .interview__item.type02 a .thumb-txt {
  position: relative;
  display: flex;
  width: calc(100% - 1rem);
}
#interview-list-page .interview__item.type02 a .thumb-txt .caption01 {
  top: auto;
  bottom: 100%;
  right: 0;
}
#interview-list-page .interview__item.type02 a .thumb-txt .caption01,
#interview-list-page .interview__item.type02 a .thumb-txt .caption02 {
  margin-right: 0;
  max-width: 100%;
}
#interview-list-page .interview__item.type02 a .caption01 {
  position: absolute;
  top: 2.1rem;
  right: 3rem;
}
@media only screen and (max-width: 767px) {
  #interview-list-page .interview__item.type02 a .caption01 {
    top: 2.1rem;
    right: 4rem;
  }
}
#interview-list-page .interview__item .caption01, #interview-list-page .interview__item .caption02 {
  display: inline;
  line-height: 1;
  background-color: #f14b4b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  color: #fff;
  padding: 0.7rem 1.5rem;
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 0.95em;
  position: relative;
  z-index: 1;
  margin: 0 1rem 0 auto;
}
#interview-list-page .interview__item .caption02 {
  background-color: #000;
  text-align: center;
}
#interview-list-page .interview__item .detail {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  text-align: left;
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #interview-list-page .interview__item .detail {
    margin-top: 2rem;
  }
}
#interview-list-page .interview__item .person {
  overflow: hidden;
  margin-right: 1rem;
  position: relative;
  z-index: 1;
}

#interview-detail-page .interview-detail01 {
  margin-top: 10rem;
}
#interview-detail-page .interview-detail01 .title-type04 {
  margin-top: 10rem;
}
#interview-detail-page .interview-detail01__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .interview-detail01__content {
    flex-wrap: wrap;
  }
}
#interview-detail-page .interview-detail01__content .info {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .interview-detail01__content .info {
    margin-top: 6rem;
    width: 100%;
  }
}
#interview-detail-page .interview-detail01__content .info .title {
  font-size: 2.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .interview-detail01__content .info .title {
    font-size: 3.6rem;
  }
}
#interview-detail-page .interview-detail01__content .info .note + .title {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .interview-detail01__content .info .note + .title {
    margin-top: 5rem;
  }
}
#interview-detail-page .interview-detail01__content .img {
  position: relative;
  width: 50%;
  margin-left: -3%;
  padding-bottom: 8rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .interview-detail01__content .img {
    width: 100vw;
    padding-bottom: 5vw;
    margin: 0 0 0 -5vw;
  }
}
#interview-detail-page .interview-detail01__content .img::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: -3rem;
  bottom: 0;
  width: calc(100% + 9rem);
  background-color: #18e947;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .interview-detail01__content .img::before {
    right: -5vw;
    width: 100vw;
  }
}
#interview-detail-page .interview-detail01__note {
  margin: auto;
  max-width: 1000px;
}
#interview-detail-page .interview-detail01__note + .interview-detail01__content {
  margin-top: 6rem;
}
#interview-detail-page .interview-detail02 {
  margin-top: 10rem;
  padding: 10rem 0;
  background-color: #f2f2f2;
}
#interview-detail-page .interview-detail02__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .interview-detail02__content {
    flex-wrap: wrap;
  }
}
#interview-detail-page .interview-detail02__content .note {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .interview-detail02__content .note {
    width: 100%;
  }
}
#interview-detail-page .interview-detail02__content .img {
  position: relative;
  padding-bottom: 8rem;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .interview-detail02__content .img {
    width: 100vw;
    padding-bottom: 5vw;
    margin: 4rem -5vw 0 0;
  }
}
#interview-detail-page .interview-detail02__content .img::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: -30%;
  bottom: 0;
  width: 100vw;
  background-color: #abf7bc;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .interview-detail02__content .img::before {
    left: -5vw;
    width: 100vw;
  }
}
#interview-detail-page .interview-detail02__content + .title-type04 {
  margin-top: 10rem;
}
#interview-detail-page .interview-detail02__note {
  margin: auto;
  max-width: 1000px;
}
#interview-detail-page .message {
  background-image: url("../img/interview/common/message-bg.png");
  background-size: cover;
  background-position: center;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .message {
    background-image: url("../img/interview/common/message-bg-sp.png");
  }
}
#interview-detail-page .message .inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .message .inner {
    display: block;
    padding-bottom: 8rem;
  }
}
#interview-detail-page .message__text {
  padding-bottom: 5rem;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .message__text {
    padding-bottom: 0;
    width: 100%;
  }
}
#interview-detail-page .message__text .en {
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b3b3b3;
  color: transparent;
  font-family: "Albert Sans", sans-serif;
  line-height: 1;
  white-space: nowrap;
  margin-top: -1rem;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .message__text .en {
    font-size: 9rem;
  }
}
#interview-detail-page .message__text .title {
  font-weight: bold;
  text-align: center;
  padding: 0.8rem;
  background-color: #18e947;
  position: relative;
  z-index: 2;
  margin-top: -1rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .message__text .title {
    font-size: 3.2rem;
    padding: 1rem;
    margin-top: 0;
  }
}
#interview-detail-page .message__text .note {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .message__text .note {
    margin-top: 4rem;
  }
}
#interview-detail-page .message__img {
  position: relative;
  right: -8%;
  width: 22%;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .message__img {
    position: static;
    margin: 4rem auto 0;
    width: 40%;
  }
}
#interview-detail-page .message__img img {
  border-radius: 50%;
}
#interview-detail-page .guide {
  margin-top: 10rem;
}
#interview-detail-page .guide .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
#interview-detail-page .guide .links .prev {
  padding: 0 0 0 4.5rem;
}
#interview-detail-page .guide .links .prev:hover::after {
  right: auto;
  left: -1rem;
}
#interview-detail-page .guide .links .prev::after {
  content: "";
  right: auto;
  left: 0;
  transform: scale(-1, -1);
}
#interview-detail-page .guide .links a {
  position: relative;
  font-weight: bold;
  font-family: "Albert Sans", sans-serif;
  padding-right: 4.5rem;
  transition: 0.3s;
}
#interview-detail-page .guide .links a:hover {
  letter-spacing: 0.25rem;
}
#interview-detail-page .guide .links a:hover::after {
  right: -1rem;
}
#interview-detail-page .guide .links a::after {
  content: "";
  position: absolute;
  top: -0.3rem;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/common/arrow-icon.svg") no-repeat center/100%;
  width: 1.8rem;
  height: 1.6rem;
  display: block;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .guide .links a::after {
    width: 2.8rem;
    height: 1.7rem;
  }
}
#interview-detail-page .guide .link_btn {
  position: relative;
  display: block;
  height: 6rem;
  line-height: 6rem;
  border: 1px solid #000;
  width: 34rem;
  margin: 8rem auto 0;
  text-align: center;
  transition: 0.3s;
}
#interview-detail-page .guide .link_btn:hover {
  letter-spacing: 0.25rem;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .guide .link_btn {
    width: 44rem;
    height: 10rem;
    line-height: 10rem;
    margin-top: 6rem;
  }
}
#interview-detail-page .guide .link_btn:hover::after {
  left: 1rem;
}
#interview-detail-page .guide .link_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
  margin: auto;
  background: url("../img/common/arrow-icon.svg") no-repeat center/100%;
  width: 1.8rem;
  height: 1.6rem;
  display: block;
  transform: scale(-1, -1);
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  #interview-detail-page .guide .link_btn::after {
    width: 2.8rem;
    height: 1.7rem;
  }
}

#work-page .flow .title-type01 {
  margin-bottom: 0;
}
#work-page .flow .subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #work-page .flow .subtitle {
    font-size: 3rem;
  }
}
#work-page .flow__img {
  margin: auto;
  max-width: 1100px;
}
#work-page .work {
  margin-top: 10rem;
  padding: 10rem 0;
  background-color: #f2f2f2;
}
#work-page .work .inner {
  margin: auto;
  max-width: 1100px;
}
#work-page .work__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
  background-color: #fff;
  padding: 4rem 5rem;
  overflow: hidden;
}
#work-page .work__item.type01 .work__info {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  #work-page .work__item.type01 .work__info {
    width: 100%;
  }
}
#work-page .work__item.type02 .work__link {
  margin-top: 3rem;
  width: 100%;
}
#work-page .work__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/work/deco01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 12.5rem;
  width: 12.5rem;
}
#work-page .work__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/work/deco02.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 26rem;
  width: 26rem;
}
#work-page .work__info {
  position: relative;
  z-index: 2;
  width: 100%;
}
#work-page .work__info .title-type02 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  #work-page .work__info .title-type02 {
    margin-bottom: 2rem;
  }
}
#work-page .work__link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  width: 40%;
}
@media print, screen and (min-width: 768px) {
  #work-page .work__link {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  #work-page .work__link {
    width: 100%;
    margin-top: 4rem;
    gap: 4rem 10%;
  }
}
#work-page .work__person {
  width: 17rem;
}
@media only screen and (max-width: 767px) {
  #work-page .work__person {
    width: 45%;
  }
}
#work-page .work__person a:hover {
  opacity: 1;
}
#work-page .work__person a:hover .img img {
  transform: scale(1.1);
}
#work-page .work__person a:hover figcaption::after {
  right: -1rem;
}
#work-page .work__person .img {
  overflow: hidden;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  #work-page .work__person .img {
    height: 17rem;
  }
}
#work-page .work__person .img img {
  transition: all ease-in-out 0.3s;
}
#work-page .work__person figcaption {
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #work-page .work__person figcaption {
    font-size: 2.3rem;
  }
}
#work-page .work__person figcaption::after {
  content: "";
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: url("../img/common/link-arrow-green.svg") no-repeat center/100%;
  width: 2.4rem;
  height: 1.4rem;
  display: block;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  #work-page .work__person figcaption::after {
    width: 2.8rem;
    height: 1.7rem;
  }
}
#work-page .work__subtitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  margin: 7rem 0 5rem;
  font-size: 3.2rem;
  font-weight: bold;
  background-color: #18e947;
  text-align: center;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #work-page .work__subtitle {
    font-size: 3.6rem;
  }
}

#vision-page .message {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #vision-page .message {
    overflow: hidden;
    padding-bottom: 10rem;
  }
}
#vision-page .message .bg01 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 35%;
}
@media only screen and (max-width: 767px) {
  #vision-page .message .bg01 {
    display: none;
  }
}
#vision-page .message .bg02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  width: 52%;
}
@media only screen and (max-width: 767px) {
  #vision-page .message .bg02 {
    bottom: -20rem;
    width: 120%;
  }
}
#vision-page .message__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #vision-page .message__content {
    display: block;
  }
}
#vision-page .message__philosophy {
  width: 50%;
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  #vision-page .message__philosophy {
    width: 100%;
    padding-left: 0;
  }
}
#vision-page .message__philosophy .title-type01 {
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  #vision-page .message__philosophy .title-type01 {
    text-align: center;
  }
}
#vision-page .message__philosophy .note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #vision-page .message__philosophy .note {
    font-size: 3rem;
    white-space: unset;
    text-align: center;
  }
}
#vision-page .message__philosophy .note span {
  font-size: 2.4rem;
  color: #18e947;
}
@media only screen and (max-width: 767px) {
  #vision-page .message__philosophy .note span {
    font-size: 3.6rem;
  }
}
#vision-page .message__value {
  width: 60%;
  margin: 6rem -15% 10rem 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  #vision-page .message__value {
    margin-right: -5%;
  }
}
@media only screen and (max-width: 767px) {
  #vision-page .message__value {
    width: 100%;
    margin: 6rem 0 0 0;
  }
}
#vision-page .message__value .title-type01 {
  margin-bottom: 3rem;
}
#vision-page .message__value .note {
  text-align: center;
  margin-bottom: 4rem;
}
#vision-page .message__value .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #vision-page .message__value .list {
    gap: 5rem 0;
  }
}
#vision-page .message__value .list .item {
  width: 25%;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #vision-page .message__value .list .item {
    width: 50%;
  }
}
#vision-page .message__value .list .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  height: 5rem;
}
#vision-page .message__value .list .title.small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  #vision-page .message__value .list .title.small {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #vision-page .message__value .list .title {
    height: auto;
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}
#vision-page .message__value .list .icon {
  height: 5rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  #vision-page .message__value .list .icon {
    height: 7rem;
  }
}
#vision-page .message__value .list .icon img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #vision-page .message__value .list .text {
    font-size: 0.9em;
  }
}
#vision-page .future {
  margin: 10rem 0;
}
@media only screen and (max-width: 767px) {
  #vision-page .future .title-type04 {
    margin-bottom: 14rem;
  }
  #vision-page .future .title-type04 .title {
    margin-top: -13rem;
  }
}
#vision-page .future__img {
  margin: auto;
  max-width: 1000px;
}
#vision-page .global {
  padding: 10rem 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  #vision-page .global .title-type04 {
    margin-bottom: 14rem;
  }
  #vision-page .global .title-type04 .title {
    margin-top: -13rem;
  }
}
#vision-page .global__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #vision-page .global__content {
    display: block;
  }
}
#vision-page .global__content .img {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #vision-page .global__content .img {
    width: 100%;
  }
}
#vision-page .global__content .note {
  width: 45%;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  #vision-page .global__content .note {
    width: 100%;
  }
}

#message-page .grow .title-type04 {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  #message-page .grow .title-type04 {
    margin-bottom: 8rem;
  }
}
#message-page .grow .title-type04 .title {
  margin-top: -10rem;
}
@media only screen and (max-width: 767px) {
  #message-page .grow .title-type04 .title {
    margin-top: -11rem;
  }
}
#message-page .profile {
  margin-top: 10rem;
  padding: 10rem 0;
  background-color: #f2f2f2;
}
#message-page .profile .inner {
  max-width: 1100px;
}
@media only screen and (max-width: 767px) {
  #message-page .profile .title-type04 {
    margin-bottom: 14rem;
  }
}
@media print, screen and (min-width: 768px) {
  #message-page .profile .title-type04 .en {
    white-space: nowrap;
    margin-left: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  #message-page .profile .title-type04 .en {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  #message-page .profile .title-type04 .title {
    margin-top: -12rem;
  }
}
#message-page .profile__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2%;
}
#message-page .profile__item {
  background-color: #fff;
  height: 34rem;
  width: 32%;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  #message-page .profile__item {
    height: 30rem;
    width: 100%;
  }
}
#message-page .profile__item:nth-child(even) {
  background-color: #abf7bc;
}
#message-page .profile__item:nth-child(even) .nmb {
  color: rgba(255, 255, 255, 0.5);
}
#message-page .profile__item .nmb {
  font-size: 11rem;
  font-weight: bold;
  color: rgba(24, 233, 71, 0.2);
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Albert Sans", sans-serif;
  line-height: 0.9;
}
@media only screen and (max-width: 767px) {
  #message-page .profile__item .nmb {
    font-size: 10rem;
  }
}
#message-page .profile__item .note {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #message-page .profile__item .note {
    font-size: 2.8rem;
  }
}

#features-page .company {
  padding-bottom: 10rem;
}
#features-page .company__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#features-page .company__item {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #features-page .company__item {
    width: 100%;
  }
}
#features-page .company__item .term, #features-page .company__item .desc {
  padding: 1.2rem 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  #features-page .company__item .term, #features-page .company__item .desc {
    padding: 1.5rem 0;
  }
}
#features-page .company__item .term {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  color: #18e947;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  #features-page .company__item .term {
    width: 40%;
  }
}
#features-page .company__item .desc {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  #features-page .company__item .desc {
    width: 60%;
  }
}
#features-page .info {
  padding: 10rem 0;
}
#features-page .info.bg {
  background-color: #f2f2f2;
}
#features-page .info.bg .info__detail .item {
  background-color: #fff;
}
#features-page .info .inner {
  max-width: 1400px;
}
#features-page .info__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 2;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  #features-page .info__item {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  #features-page .info__item:nth-child(even) .info__detail {
    order: -1;
    padding: 0 5rem 0 10rem;
  }
  #features-page .info__item:nth-child(even) .info__img .img {
    padding: 0 6rem 8rem 3rem;
  }
}
#features-page .info__img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #features-page .info__img {
    width: 100vw;
    margin: 0 0 0 -5vw;
  }
}
#features-page .info__img .img {
  position: relative;
  padding: 0 3rem 8rem 6rem;
}
@media only screen and (max-width: 767px) {
  #features-page .info__img .img {
    padding: 0 0 5vw;
  }
}
#features-page .info__img .img::before {
  content: "";
  position: absolute;
  inset: 5rem 0 0 0;
  background-color: #18e947;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #features-page .info__img .img::before {
    right: -5vw;
    width: 100vw;
  }
}
#features-page .info__img .partnership {
  display: flex;
  align-items: center;
  margin-top: 4rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #features-page .info__img .partnership {
    margin: 10rem auto 0;
    width: 90%;
    gap: 4rem;
  }
}
#features-page .info__img .partnership .imgs {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  #features-page .info__img .partnership .imgs {
    display: block;
  }
}
#features-page .info__img .partnership .imgs .img01 {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  #features-page .info__img .partnership .imgs .img01 {
    width: 20rem;
  }
}
#features-page .info__img .partnership .imgs .img02 {
  width: 22rem;
}
@media only screen and (max-width: 767px) {
  #features-page .info__img .partnership .imgs .img02 {
    width: 27rem;
  }
}
#features-page .info__img .partnership .imgs .img03 {
  width: 18rem;
}
@media only screen and (max-width: 767px) {
  #features-page .info__img .partnership .imgs .img03 {
    margin-top: 2rem;
    width: 23rem;
  }
}
#features-page .info__img .partnership .text {
  position: relative;
  font-size: 2rem;
  color: #18e947;
  font-family: "Albert Sans", sans-serif;
  padding-left: 8rem;
}
@media only screen and (max-width: 767px) {
  #features-page .info__img .partnership .text {
    font-size: 3rem;
  }
}
#features-page .info__img .partnership .text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 7rem;
  height: 1px;
  background-color: #18e947;
}
#features-page .info__detail {
  width: 50%;
  padding: 0 10rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  #features-page .info__detail {
    margin-top: 6rem;
    padding: 0;
    width: 100%;
  }
}
#features-page .info__detail .title-type02 {
  margin-bottom: 2rem;
}
#features-page .info__detail .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
}
#features-page .info__detail .list .item {
  background-color: #f2f2f2;
  height: 10.11vw;
  max-height: 170px;
  width: 31%;
  border-radius: 2rem;
  text-align: center;
  padding: 1.5rem 1rem 1rem;
}
@media (max-width: 1600px) and (min-width: 768px) {
  #features-page .info__detail .list .item {
    height: 11.11vw;
  }
}
@media only screen and (max-width: 767px) {
  #features-page .info__detail .list .item {
    padding: 3rem 1rem 1rem;
    height: 21.5rem;
  }
}
#features-page .info__detail .list .item.type02 {
  position: relative;
  background-color: #fff;
  padding: 2rem 1.5rem;
  width: 64%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #features-page .info__detail .list .item.type02 {
    padding: 2rem;
  }
}
#features-page .info__detail .list .item.type02::before, #features-page .info__detail .list .item.type02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-top: 1px solid #18e947;
  border-right: 1px solid #18e947;
}
#features-page .info__detail .list .item.type02::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  border: none;
  border-bottom: 1px solid #18e947;
  border-left: 1px solid #18e947;
}
#features-page .info__detail .list .item.type02 .time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: -2rem;
  left: 2rem;
  font-size: 2.2rem;
  color: #18e947;
}
@media only screen and (max-width: 767px) {
  #features-page .info__detail .list .item.type02 .time {
    top: -3rem;
    font-size: 3.2rem;
  }
}
#features-page .info__detail .list .item.type02 .note {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #features-page .info__detail .list .item.type02 .note {
    font-size: 0.85em;
  }
}
#features-page .info__detail .list .item .name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  font-weight: bold;
  color: #18e947;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (max-width: 1320px) {
  #features-page .info__detail .list .item .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #features-page .info__detail .list .item .name {
    height: 8rem;
    font-size: 3.2rem;
  }
}
#features-page .info__detail .list .item .name small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #features-page .info__detail .list .item .name small {
    font-size: 2.2rem;
  }
}
#features-page .info__detail .list .item .icon {
  height: 5rem;
  margin: 0.5rem 0 auto;
}
@media only screen and (max-width: 767px) {
  #features-page .info__detail .list .item .icon {
    margin-top: 1.5rem;
  }
}
#features-page .info__detail .list .item .icon img {
  height: 100%;
  width: auto;
}
#features-page .strength {
  padding: 10rem 0;
  background-color: #f2f2f2;
}
#features-page .strength .inner {
  max-width: 1100px;
}
#features-page .strength__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #features-page .strength__content {
    display: block;
  }
}
#features-page .strength__content .img {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  #features-page .strength__content .img {
    width: 90%;
    margin: auto;
  }
}
#features-page .strength__content .list {
  width: 50%;
  counter-reset: number 0;
}
@media only screen and (max-width: 767px) {
  #features-page .strength__content .list {
    margin-top: 4rem;
    width: 100%;
  }
}
#features-page .strength__content .list .item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  margin-top: 0.5rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #features-page .strength__content .list .item {
    font-size: 3rem;
    padding-left: 4rem;
  }
}
#features-page .strength__content .list .item::before {
  position: absolute;
  top: -0.4rem;
  left: 0;
  counter-increment: number 1;
  content: counter(number) " ";
  font-weight: bold;
  font-size: 2.4rem;
  color: #18e947;
}
@media only screen and (max-width: 767px) {
  #features-page .strength__content .list .item::before {
    top: -0.6rem;
    font-size: 3.6rem;
  }
}

#quickguide-page .info .inner {
  max-width: 1400px;
}
#quickguide-page .info__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 2;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  #quickguide-page .info__item {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  #quickguide-page .info__item:nth-child(even) .info__detail {
    order: -1;
    padding: 0 8rem;
  }
}
#quickguide-page .info__item:nth-child(even) .info__img {
  padding: 0 10rem 8rem 3rem;
}
@media only screen and (max-width: 767px) {
  #quickguide-page .info__item:nth-child(even) .info__img {
    margin: 6rem -5vw 0 0;
    padding: 0 0 5vw;
  }
}
#quickguide-page .info__item:nth-child(even) .info__img::before {
  background-color: #abf7bc;
  width: 100vw;
  left: -16rem;
}
@media only screen and (max-width: 767px) {
  #quickguide-page .info__item:nth-child(even) .info__img::before {
    left: -5vw;
  }
}
#quickguide-page .info__img {
  position: relative;
  width: 50%;
  padding: 0 3rem 8rem 6rem;
}
@media only screen and (max-width: 767px) {
  #quickguide-page .info__img {
    width: 100vw;
    margin: 0 0 0 -5vw;
    padding: 0 0 5vw;
  }
}
#quickguide-page .info__img::before {
  content: "";
  position: absolute;
  inset: 5rem 0 0 0;
  background-color: #18e947;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #quickguide-page .info__img::before {
    right: -5vw;
    width: 100vw;
  }
}
#quickguide-page .info__detail {
  width: 50%;
  padding: 0 10rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  #quickguide-page .info__detail {
    margin-top: 6rem;
    padding: 0;
    width: 100%;
  }
}
#quickguide-page .info__detail .title-type02 {
  margin-bottom: 2rem;
  text-align: left;
  color: #18e947;
}
#quickguide-page .info__detail .links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  #quickguide-page .info__detail .links {
    margin-top: 4rem;
  }
}
#quickguide-page .info__detail .links.type02 {
  width: 68rem;
}
@media only screen and (max-width: 767px) {
  #quickguide-page .info__detail .links.type02 {
    width: 100%;
  }
}
#quickguide-page .info__detail .links .link-type01 {
  width: 32rem;
  white-space: nowrap;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #quickguide-page .info__detail .links .link-type01 {
    width: 42rem;
  }
}

.end-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  color: #000;
  font-weight: bold;
  color: #ed1c24;
  font-size: 2rem;
  text-align: center;
  margin: -2rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .end-txt {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=under-n.css.map */