@charset "UTF-8";
.kv {
  position: relative;
  width: 100%;
  height: 50vw;
}
.kv .logo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.kv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  pointer-events: none;
  z-index: 1;
}
.kv .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv .bg .left {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
  width: 85%;
  height: 100%;
}
.kv .bg .left .images {
  width: 100%;
  height: 100%;
}
.kv .bg .left .images .image {
  width: 100%;
  height: 100%;
}
.kv .bg .left .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .bg .right {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
  width: 85%;
  height: 100%;
}
.kv .bg .right .images {
  width: 100%;
  height: 100%;
}
.kv .bg .right .images .image {
  width: 100%;
  height: 100%;
}
.kv .bg .right .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .outer {
  position: relative;
  z-index: 3;
  height: 100%;
}
.kv .outer .container {
  position: relative;
  height: 100%;
}
.kv .outer .container .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kv .outer .container .content .maincopy {
  font-size: 8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.kv .outer .container .content .eng {
  margin-top: 16px;
  display: block;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.074em;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.kv .recruit-banner {
  position: absolute;
  z-index: 3;
  bottom: 32px;
  right: 32px;
  width: 216px;
  height: 115px;
}

.toppage-professional {
  position: relative;
  z-index: 0;
  padding: 80px 0;
  background-image: url(../img/toppage/professional/biglogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.toppage-professional::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  background-image: url(../img/toppage/professional/logos.svg);
  background-repeat: repeat space;
}
.toppage-professional .container {
  position: relative;
  z-index: 2;
}
.toppage-professional .container .content {
  width: 64%;
  margin-left: auto;
  margin-right: 0;
}
.toppage-professional .container .content .logo {
  width: 226px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  filter: blur(10px);
  transition-duration: 0.5s;
}
.toppage-professional .container .content .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.toppage-professional .container .content .heading {
  margin-top: 24px;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  color: #089C7E;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(50px);
  transition-duration: 0.5s;
}
.toppage-professional .container .content .text {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 600;
  opacity: 0;
  transition-delay: 0.1s;
  filter: blur(10px);
  transform: translateY(50px);
}
.toppage-professional .container .content.is-animated .logo {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.5s;
  filter: blur(0px);
}
.toppage-professional .container .content.is-animated .heading {
  transition-delay: 0.5s;
  filter: blur(0px);
  transform: translateY(0);
  transition-duration: 0.5s;
  opacity: 1;
}
.toppage-professional .container .content.is-animated .text {
  opacity: 1;
  transition-delay: 1s;
  filter: blur(0px);
  transform: translateY(0);
  transition-duration: 0.5s;
}

.toppage-feature .toppage-feature__items ul li {
  margin-top: 0px;
  background-color: #089C7E;
  position: relative;
  padding: 100px 0;
}
.toppage-feature .toppage-feature__items ul li .container {
  position: relative;
}
.toppage-feature .toppage-feature__items ul li .container .content {
  width: 50%;
  background-color: #089C7E;
}
.toppage-feature .toppage-feature__items ul li .container .content .heading-gr {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.toppage-feature .toppage-feature__items ul li .container .content .heading-gr .num {
  font-size: 6.4rem;
  color: #fff;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(50px);
  transition-duration: 0.5s;
}
.toppage-feature .toppage-feature__items ul li .container .content .heading-gr h2 {
  padding-left: 40px;
  position: relative;
  font-size: 2.8rem;
  color: #fff;
  filter: blur(10px);
  transform: translateX(50px);
  transition-duration: 1s;
  opacity: 0;
}
.toppage-feature .toppage-feature__items ul li .container .content .heading-gr h2::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 24px;
  background-image: url(../img/toppage/feature/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(0px);
  transition-duration: 0.5s;
}
.toppage-feature .toppage-feature__items ul li .container .content .desc {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(50px);
}
.toppage-feature .toppage-feature__items ul li .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ddd;
  opacity: 0;
}
.toppage-feature .toppage-feature__items ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.toppage-feature .toppage-feature__items ul li .image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #089C7E;
}
.toppage-feature .toppage-feature__items ul li:nth-of-type(2) {
  background-color: #fff;
}
.toppage-feature .toppage-feature__items ul li:nth-of-type(2) .container {
  padding-left: 40px;
  background-color: #fff;
}
.toppage-feature .toppage-feature__items ul li:nth-of-type(2) .container .content {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
}
.toppage-feature .toppage-feature__items ul li:nth-of-type(2) .container .content .heading-gr .num {
  color: #089C7E;
}
.toppage-feature .toppage-feature__items ul li:nth-of-type(2) .container .content .heading-gr h2 {
  color: #089C7E;
}
.toppage-feature .toppage-feature__items ul li:nth-of-type(2) .container .content .heading-gr h2::after {
  background-image: url(../img/toppage/feature/arrow-green.svg);
}
.toppage-feature .toppage-feature__items ul li:nth-of-type(2) .container .content .desc {
  color: #089C7E;
}
.toppage-feature .toppage-feature__items ul li:nth-of-type(2) .image {
  left: 0;
  top: 0;
}
.toppage-feature .toppage-feature__items ul li:nth-of-type(2) .image::after {
  left: initial;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #fff;
}
.toppage-feature .toppage-feature__items ul li.is-animated .container .content .heading-gr .num {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.5s;
  filter: blur(0);
}
.toppage-feature .toppage-feature__items ul li.is-animated .container .content .heading-gr h2 {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0px);
  transition-duration: 0.5s;
}
.toppage-feature .toppage-feature__items ul li.is-animated .container .content .heading-gr h2::after {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
  filter: blur(0);
  transition-duration: 0.5s;
}
.toppage-feature .toppage-feature__items ul li.is-animated .container .content .desc {
  transition-delay: 0.5s;
  filter: blur(0px);
  transform: translateX(0);
  transition-duration: 0.5s;
  opacity: 1;
}
.toppage-feature .toppage-feature__items ul li.is-animated .image {
  opacity: 1;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}
.toppage-feature .toppage-feature__items ul li.is-animated:nth-of-type(2) .container {
  padding-left: 40px;
  background-color: #fff;
}
.toppage-feature .toppage-feature__items ul li.is-animated:nth-of-type(2) .container .content {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
}
.toppage-feature .toppage-feature__items ul li.is-animated:nth-of-type(2) .container .content .heading-gr .num {
  color: #089C7E;
}
.toppage-feature .toppage-feature__items ul li.is-animated:nth-of-type(2) .container .content .heading-gr h2 {
  color: #089C7E;
}
.toppage-feature .toppage-feature__items ul li.is-animated:nth-of-type(2) .container .content .heading-gr h2::after {
  background-image: url(../img/toppage/feature/arrow-green.svg);
}
.toppage-feature .toppage-feature__items ul li.is-animated:nth-of-type(2) .container .content .desc {
  color: #089C7E;
}
.toppage-feature .toppage-feature__items ul li.is-animated:nth-of-type(2) .image {
  left: 0;
  top: 0;
}
.toppage-feature .toppage-feature__items ul li.is-animated:nth-of-type(2) .image::after {
  left: initial;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #fff;
}

.toppage-products {
  padding: 100px 0;
}
.toppage-products .heading {
  margin-bottom: 80px;
}
.toppage-products .content .topdesc {
  text-align: center;
}
.toppage-products .content .items {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.toppage-products .content .items .item {
  width: 32%;
}
.toppage-products .content .items .item h3 {
  position: relative;
  margin-top: 16px;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #089C7E;
  border-bottom: solid 2px #089C7E;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.toppage-products .content .items .item h3 i {
  position: absolute;
  bottom: -0.4px;
  right: 0;
  font-size: 1.1rem;
  color: #089C7E;
  transform: translateX(50%) translateY(50%);
}
.toppage-products .content .items .item .image {
  width: 100%;
  aspect-ratio: 1.6/0.9;
  background-color: #ddd;
  opacity: 0;
  transform: translateY(50px);
}
.toppage-products .content .items .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage-products .content .items .item table {
  margin-top: 24px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 6.4px;
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 0.5s;
}
.toppage-products .content .items .item table tbody tr th {
  padding: 16px;
  background-color: rgba(8, 156, 126, 0.1);
  font-size: 1.4rem;
  text-align: left;
  width: 30%;
}
.toppage-products .content .items .item table tbody tr td {
  padding: 16px;
  font-size: 1.4rem;
  text-align: left;
  width: 70%;
  background-color: #F2F2F2;
}
.toppage-products .content .items .item.is-animated .image {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
}
.toppage-products .content .items .item.is-animated table {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.toppage-products .content .bottomcontent {
  margin-top:40px;
  background:rgba(8, 156, 126, 0.1);
  padding:40px;
}
.toppage-products .content .bottomcontent h3{
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: 900;
    color: #089C7E;
    border-bottom: solid 2px #089C7E;
    padding-bottom: 8px;
    margin-bottom: 12px;
	font-size: 2rem;
}

.toppage-works {
  position: relative;
  padding: 100px 0;
  background-color: rgba(8, 156, 126, 0.1);
}
.toppage-works .heading {
  margin-bottom: 80px;
}
.toppage-works .content .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateX(50px);
  transition-duration: 0.5s;
}
.toppage-works .content .items::after {
  content: "";
  width: 31.75%;
}
.toppage-works .content .items .item {
  margin-top: 40px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 31.75%;
  background-color: #fff;
  border-radius: 10px;
}
.toppage-works .content .items .item .image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #eee;
  overflow: hidden;
}
.toppage-works .content .items .item .image .tag {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #089C7E;
  color: #fff;
  font-size: 1.5rem;
  padding: 4.8px 8px;
  letter-spacing: 0.1em;
}
.toppage-works .content .items .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition-duration: 0.5s;
}
.toppage-works .content .items .item .content-gr {
  margin-top: 12px;
}
.toppage-works .content .items .item .content-gr time {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #089C7E;
}
.toppage-works .content .items .item .content-gr h3 {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #000;
}
.toppage-works .content .items .item:hover {
  opacity: 1;
}
.toppage-works .content .items .item:hover .image img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.toppage-works .content .items .item:hover .content-gr {
  margin-top: 12px;
}
.toppage-works .content .items .item:hover .content-gr time {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #089C7E;
}
.toppage-works .content .items .item:hover .content-gr h3 {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #000;
}
.toppage-works .content .items.is-animated {
  transform: translateX(0);
  transition-duration: 0.5s;
  opacity: 1;
}
.toppage-works .content .btns {
  margin-top: 80px;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.toppage-works .content .btns a {
  overflow: hidden;
  min-width: 300px;
  position: relative;
  display: inline-block;
  padding: 16px 32px;
  background-color: #fff;
  border: #089C7E 3px solid;
  color: #089C7E;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: 10px;
}
.toppage-works .content .btns a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #089C7E;
  border-radius: 0px;
  transition-duration: 0.3s;
}
.toppage-works .content .btns a::after {
  position: relative;
  z-index: 2;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 17.83px;
  height: 20.8px;
  background-image: url(../img/toppage/works/arrow-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition-duration: 0.3s;
}
.toppage-works .content .btns a span {
  position: relative;
  z-index: 2;
  transition-duration: 0.3s;
}
.toppage-works .content .btns a:hover {
  opacity: 1;
  transition-duration: 0.3s;
}
.toppage-works .content .btns a:hover::before {
  transition-duration: 0.3s;
  width: 100%;
}
.toppage-works .content .btns a:hover::after {
  transition-duration: 0.3s;
  background-image: url(../img/toppage/works/arrow-white.svg);
}
.toppage-works .content .btns a:hover span {
  color: #fff;
  transition-duration: 0.3s;
}

.toppage-flow {
  padding: 100px 0;
}
.toppage-flow .heading {
  margin-bottom: 80px;
}
.toppage-flow .content .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toppage-flow .content .items .item {
  opacity: 0;
  transform: translateX(-50px);
  border: solid 2px #089C7E;
  padding: 24px 16px;
  border-radius: 5px;
  width: 19%;
}
.toppage-flow .content .items .item .num {
  font-size: 4.313rem;
  display: block;
  text-align: center;
  color: #089C7E;
}
.toppage-flow .content .items .item .icon {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toppage-flow .content .items .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.toppage-flow .content .items .item .title {
  margin-top: 16px;
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  color: #089C7E;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toppage-flow .content .items .item .desc {
  font-size: 1.4rem;
}
.toppage-flow .content .items .item:nth-of-type(1) .icon img {
  width: 70%;
}
.toppage-flow .content .items .item:nth-of-type(2) .icon img {
  width: 100%;
}
.toppage-flow .content .items .item:nth-of-type(3) .icon img {
  width: 78%;
  transform: translateX(10%);
}
.toppage-flow .content .items .item:nth-of-type(4) .icon img {
  width: 70%;
  transform: translateX(10%);
}
.toppage-flow .content .items .item:nth-of-type(5) .icon img {
  width: 100%;
}
.toppage-flow .content .items.is-animated .item {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.5s;
}
.toppage-flow .content .items.is-animated .item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.toppage-flow .content .items.is-animated .item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.toppage-flow .content .items.is-animated .item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.toppage-flow .content .items.is-animated .item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.toppage-flow .content .items.is-animated .item:nth-of-type(5) {
  transition-delay: 0.5s;
}

.toppage-company {
  padding-top: 0px;
  padding-bottom: 100px;
}
.toppage-company .heading {
  margin-bottom: 80px;
}
.toppage-company .content .col {
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 0.5s;
  display: flex;
  justify-content: space-between;
}
.toppage-company .content .col .map {
  width: 47.75%;
  aspect-ratio: 3/4;
}
.toppage-company .content .col .map iframe {
  width: 100%;
  height: 100%;
}
.toppage-company .content .col table {
  width: 47.75%;
  border: solid 1px #089C7E;
}
.toppage-company .content .col table tbody tr {
  border: solid 1px #089C7E;
}
.toppage-company .content .col table tbody tr th {
  border: solid 1px #089C7E;
  border-right: solid 1px #ccc;
  padding: 16px 24px;
  background-color: rgba(8, 156, 126, 0.2);
  color: #089C7E;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 600;
}
.toppage-company .content .col table tbody tr td {
  border: solid 1px #089C7E;
  border-left: none;
  padding: 16px;
  background-color: #fff;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 400;
}
.toppage-company .content .col.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.toppage-recruit {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.toppage-recruit::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 40%;
  aspect-ratio: 1/1;
  background-image: url(../img/toppage/recruit/triangle-image.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  opacity: 0;
  filter: blur(10px);
  transition-duration: 0.5s;
}
.toppage-recruit::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url(../img/toppage/recruit/biglogo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(50px);
  transition-duration: 0.5s;
}
.toppage-recruit .heading {
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 0.5s;
}
.toppage-recruit .content {
  position: relative;
  z-index: 2;
}
.toppage-recruit .content .copy {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 0.5s;
}
.toppage-recruit .content .need {
  margin-top: 16px;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 0.5s;
}
.toppage-recruit .content .need span {
  display: inline-block;
  background-color: #089C7E;
  color: #fff;
  padding: 8px 16px;
  width: 545px;
}
.toppage-recruit .content .desc {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 0.5s;
}
.toppage-recruit.is-animated::before {
  filter: blur(0);
  opacity: 1;
}
.toppage-recruit.is-animated::after {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
  transition-duration: 1.5s;
}
.toppage-recruit.is-animated .heading {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.toppage-recruit.is-animated .content .copy {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.toppage-recruit.is-animated .content .need {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 1.5s;
}
.toppage-recruit.is-animated .content .desc {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 1.5s;
}

.toppage-recruit-point {
  background-color: rgba(8, 156, 126, 0.1);
  padding-top: 100px;
  padding-bottom: 0px;
}
.toppage-recruit-point .content {
  position: relative;
  padding-top: 24px;
  padding-bottom: 40px;
}
.toppage-recruit-point .content .container {
  width: 50%;
}
.toppage-recruit-point .content .container h3 {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateX(-50px);
}
.toppage-recruit-point .content .container .desc {
  width: 60%;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: left;
  opacity: 0;
  transform: translateX(-50px);
}
.toppage-recruit-point .image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-clip-path: polygon(340px 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(340px 0, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
  background-color: #089C7E;
  max-width: 1188px;
  width: 60%;
  opacity: 0;
}
.toppage-recruit-point .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage-recruit-point.is-animated .container h3 {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.5s;
}
.toppage-recruit-point.is-animated .container .desc {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.toppage-recruit-point.is-animated .image {
  width: 64%;
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}

.toppage-recruit-people {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.toppage-recruit-people::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: url(../img/toppage/recruit-people/biglogo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.toppage-recruit-people::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url(../img/toppage/recruit-people/triangle-image.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.toppage-recruit-people .heading {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
}
.toppage-recruit-people .heading h2 {
  position: relative;
  padding-bottom: 8px;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 900;
  display: inline-block;
  border-bottom: solid 1px #000;
  color: #089C7E;
}
.toppage-recruit-people .heading h2 i {
  position: absolute;
  bottom: -0.4px;
  right: 0;
  font-size: 1.1rem;
  color: #000;
  transform: translateX(50%) translateY(50%);
}
.toppage-recruit-people .content {
  position: relative;
  z-index: 2;
}
.toppage-recruit-people .content .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
.toppage-recruit-people .content .items li {
  position: relative;
  padding-bottom: 24px;
  border-bottom: solid 2px #089C7E;
  opacity: 0;
  transform: translateX(-50px);
}
.toppage-recruit-people .content .items li i {
  position: absolute;
  bottom: -1px;
  right: 0;
  font-size: 1.3rem;
  color: #089C7E;
  transform: translateX(33%) translateY(50%);
}
.toppage-recruit-people .content .items li:nth-of-type(1) {
  width: 100%;
}
.toppage-recruit-people .content .items li:nth-of-type(2) {
  width: 70%;
}
.toppage-recruit-people .content .items li:nth-of-type(3) {
  width: 60%;
  border-bottom: none;
}
.toppage-recruit-people .content .items li h3 {
  font-size: 2.87rem;
  font-weight: 600;
  color: #089C7E;
  margin-bottom: 16px;
}
.toppage-recruit-people .content .items li .desc {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.toppage-recruit-people.is-animated::before {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 1s;
}
.toppage-recruit-people.is-animated::after {
  transform: translateX(0);
  transition-duration: 1s;
  opacity: 1;
}
.toppage-recruit-people.is-animated .heading {
  opacity: 1;
  transition-duration: 0.5s;
  transform: translateY(0);
}
.toppage-recruit-people.is-animated .content .items li {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.5s;
}
.toppage-recruit-people.is-animated .content .items li:nth-of-type(1) {
  transition-delay: 0.5s;
}
.toppage-recruit-people.is-animated .content .items li:nth-of-type(2) {
  transition-delay: 1s;
}
.toppage-recruit-people.is-animated .content .items li:nth-of-type(3) {
  transition-delay: 1.5s;
}

.toppage-recruit-requirement {
  position: relative;
  padding-top: 100px;
}
.toppage-recruit-requirement .heading {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
  text-align: center;
}
.toppage-recruit-requirement .heading h2 {
  position: relative;
  padding-bottom: 8px;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 900;
  display: inline-block;
  border-bottom: solid 1px #000;
  color: #089C7E;
}
.toppage-recruit-requirement .heading h2 i {
  position: absolute;
  bottom: -0.4px;
  right: 0;
  font-size: 1.1rem;
  color: #000;
  transform: translateX(50%) translateY(50%);
}
.toppage-recruit-requirement .content {
  position: relative;
  z-index: 2;
}
.toppage-recruit-requirement .content .container {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
.toppage-recruit-requirement .content .container .type {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.toppage-recruit-requirement .content .container .type span {
  width: 48.75%;
  display: inline-block;
  font-size: 1.7rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  background-color: #089C7E;
  color: #fff;
  padding: 8px 16px;
}
.toppage-recruit-requirement .content .container table {
  width: 100%;
  border-collapse: collapse;
}
.toppage-recruit-requirement .content .container table tbody tr {
  border-bottom: solid 1px #089C7E;
}
.toppage-recruit-requirement .content .container table tbody tr th {
  width: 160px;
  padding: 24px 24px;
  color: #089C7E;
  vertical-align: top;
  text-align: left;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 600;
}
.toppage-recruit-requirement .content .container table tbody td {
  width: auto;
  padding: 24px 24px;
  background-color: #fff;
  text-align: left;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 400;
}
.toppage-recruit-requirement .content .images {
  margin-top: -1489px;
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
.toppage-recruit-requirement .content .images .image {
  width: 100%;
  aspect-ratio: 1/0.666666;
  background-color: #ddd;
}
.toppage-recruit-requirement .content .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.toppage-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(8, 156, 126, 0.2);
}
.toppage-form .heading {
  margin-bottom: 80px;
}
.toppage-form .content .form-temp {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.toppage-form .content .form-temp .block .input-heading {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 4px;
  display: block;
}
.toppage-form .content .form-temp .block .input-heading .require {
  margin-left: 8px;
  color: #FF0000;
}
.toppage-form .content .form-temp .block .input-outer input {
  width: 100%;
  padding: 8px 16px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  border: solid 2px transparent;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.toppage-form .content .form-temp .block .input-outer input::-moz-placeholder {
  color: #c0c0c0;
}
.toppage-form .content .form-temp .block .input-outer input::placeholder {
  color: #c0c0c0;
}
.toppage-form .content .form-temp .block .input-outer input:focus, .toppage-form .content .form-temp .block .input-outer input:focus-visible {
  border: solid 2px #089C7E;
  outline: none;
  transition-duration: 0.3s;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
}
.toppage-form .content .form-temp .block .input-outer textarea {
  padding: 16px;
  width: 100%;
  font-size: 1.6rem;
  height: 240px;
  border: none;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.toppage-form .content .form-temp .block .input-outer textarea::-moz-placeholder {
  color: #c0c0c0;
}
.toppage-form .content .form-temp .block .input-outer textarea::placeholder {
  color: #c0c0c0;
}
.toppage-form .content .form-temp .block .input-outer textarea:focus, .toppage-form .content .form-temp .block .input-outer textarea:focus-visible {
  border: solid 2px #089C7E;
  outline: none;
  transition-duration: 0.3s;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
}
.toppage-form .content .privacy-box {
  margin-top: 24px;
  text-align: center;
  display: block;
  /* プライバシー同意だけ微調整 */
  /* バリデーションエラー時 */
}
.toppage-form .content .privacy-box .wpcf7-list-item,
.toppage-form .content .privacy-box .wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
  position: relative;
}
.toppage-form .content .privacy-box .wpcf7-list-item label,
.toppage-form .content .privacy-box .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  padding: 8px 4px;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.toppage-form .content .privacy-box .wpcf7-list-item input[type=checkbox],
.toppage-form .content .privacy-box .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
.toppage-form .content .privacy-box .wpcf7-list-item input[type=checkbox]:focus-visible + .wpcf7-list-item-label,
.toppage-form .content .privacy-box .wpcf7-list-item input[type=checkbox]:focus-visible + .wpcf7-list-item-label {
  outline: 2px solid #089C7E;
  outline-offset: 2px;
  border-radius: 8px;
}
.toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label,
.toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  color: #000;
}
.toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label::before,
.toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 2px solid #ddd;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label::after,
.toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 61%;
  transform: translateY(-58%);
  width: 20px;
  height: 12px;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform-origin: left bottom;
  transform: translateY(-58%) rotate(-45deg);
  transition: border-color 0.2s ease;
}
.toppage-form .content .privacy-box .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.toppage-form .content .privacy-box .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #089C7E;
}
.toppage-form .content .privacy-box .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.toppage-form .content .privacy-box .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 48px;
  font-size: 1.8rem;
}
.toppage-form .content .privacy-box span.wpcf7-form-control.wpcf7-checkbox .wpcf7-not-valid ~ .wpcf7-list-item label .wpcf7-list-item-label::before {
  border-color: #e53935;
}
.toppage-form .content .submit-box {
  margin-top: 40px;
  text-align: center;
}
.toppage-form .content .submit-box .submit {
  width: 200px;
  padding: 16px 32px;
  background-color: #089C7E;
  color: #fff;
  font-size: 1.8rem;
}
.toppage-form .content .submit-box input,
.toppage-form .content .submit-box button {
  width: 320px;
  padding: 16px 32px;
  background-color: #fff;
  color: #089C7E;
  font-size: 1.8rem;
  border: solid 2px #089C7E;
}
.toppage-form .content .submit-box input:hover,
.toppage-form .content .submit-box button:hover {
  background-color: #089C7E;
  color: #fff;
  transition-duration: 0.3s;
  cursor: pointer;
}
.toppage-form .content .submit-box .wpcf7-spinner {
  display: block;
}
.toppage-form .content .caution-temp {
  border: solid 1px #464646;
  padding: 24px 32px;
  margin-top: 40px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.toppage-form .content .caution-temp ul {
  margin-top: 9px;
}
.toppage-form .content .caution-temp ul li {
  font-size: 1.4rem;
  color: #464646;
  line-height: 2;
  list-style: disc;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .kv {
    height: 100vw;
  }
  .kv .outer .container .content {
    transform: translateY(18px);
  }
  .kv .outer .container .content .maincopy {
    font-size: 3.2rem;
  }
  .kv .outer .container .content .eng {
    margin-top: 8px;
    display: block;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .kv .recruit-banner {
    bottom: 12px;
    right: 12px;
    width: 156px;
    height: auto;
  }
  .kv .recruit-banner img {
    display: block;
    width: 100%;
  }
  .toppage-professional {
    padding: 40px 0;
  }
  .toppage-professional::after {
    background-size: contain;
  }
  .toppage-professional .container .content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .toppage-professional .container .content .logo {
    width: 55%;
  }
  .toppage-professional .container .content .heading {
    margin-top: 24px;
    font-size: 2.4rem;
  }
  .toppage-professional .container .content .text {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }
  .toppage-feature .toppage-feature__items ul li {
    padding: 40px 0 24px;
  }
  .toppage-feature .toppage-feature__items ul li .container .content {
    padding-bottom: 12px;
    width: 100%;
  }
  .toppage-feature .toppage-feature__items ul li .container .content .heading-gr {
    margin-bottom: 12px;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: solid 1px #fff;
  }
  .toppage-feature .toppage-feature__items ul li .container .content .heading-gr .num {
    font-size: 3rem;
    color: #fff;
    line-height: 1.3;
  }
  .toppage-feature .toppage-feature__items ul li .container .content .heading-gr h2 {
    padding-left: 32px;
    position: relative;
    font-size: 2.4rem;
    color: #fff;
  }
  .toppage-feature .toppage-feature__items ul li .container .content .heading-gr h2::after {
    left: 12px;
    top: 20px;
    width: 8px;
    height: 16px;
  }
  .toppage-feature .toppage-feature__items ul li .container .content .desc {
    padding-left: 0px;
    font-size: 1.4rem;
  }
  .toppage-feature .toppage-feature__items ul li .image {
    margin-top: -2px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    right: 0;
    top: initial;
    bottom: 0;
    width: calc(100% - 20px);
    aspect-ratio: 1.6/0.7;
    height: initial;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .toppage-feature .toppage-feature__items ul li .image::after {
    display: none;
  }
  .toppage-feature .toppage-feature__items ul li:nth-of-type(2) .container {
    padding-left: 0;
    padding-left: 0 !important;
  }
  .toppage-feature .toppage-feature__items ul li:nth-of-type(2) .container .content {
    padding-left: 0 !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: 0;
    background-color: #fff;
  }
  .toppage-feature .toppage-feature__items ul li:nth-of-type(2) .container .content .heading-gr {
    border-bottom: solid 1px #089C7E;
  }
  .toppage-feature .toppage-feature__items ul li:nth-of-type(2) .image {
    left: 0;
    top: 0;
  }
  .toppage-feature .toppage-feature__items ul li:nth-of-type(2) .image::after {
    left: initial;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: #fff;
  }
  .toppage-products {
    padding: 40px 0;
  }
  .toppage-products .heading {
    margin-bottom: 56px;
  }
  .toppage-products .content .items {
    margin-top: 28px;
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .toppage-products .content .items .item {
    width: 90%;
	margin:0 auto;
  }
  .toppage-products .content .items .item h3 {
    margin-top: 8px;
    font-size: 1.6rem;
    padding-bottom: 4px;
    margin-bottom: 6px;
  }
  .toppage-products .content .items .item h3 i {
    position: absolute;
    bottom: -0.4px;
    right: 0;
    font-size: 1.1rem;
    color: #089C7E;
    transform: translateX(50%) translateY(50%);
  }
	.toppage-products .content .bottomcontent {
	  margin-left:auto;
	  margin-right:auto;
	  width:90%;
	  margin-top:24px;
	  padding:32px 16px;
	}
	.toppage-products .content .bottomcontent h3{
		font-size: 1.6rem;
		padding-bottom: 4px;
		margin-bottom: 6px;
	}
  .toppage-works {
    padding: 40px 0;
  }
  .toppage-works .heading {
    margin-bottom: 40px;
  }
  .toppage-works .content .items {
    gap: 0;
  }
  .toppage-works .content .items::after {
    display: none;
  }
  .toppage-works .content .items .item {
    margin-top: 16px;
    padding: 12px;
    width: 48.75%;
  }
  .toppage-works .content .items .item .image .tag {
    font-size: 1.25rem;
    padding: 2.4px 4px;
  }
  .toppage-works .content .items .item .content-gr {
    margin-top: 4px;
  }
  .toppage-works .content .items .item .content-gr time {
    font-size: 1.25rem;
  }
  .toppage-works .content .items .item .content-gr h3 {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .toppage-works .content .btns {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .toppage-works .content .btns a {
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    position: relative;
    display: block;
    padding: 16px 32px;
    border: #089C7E 2px solid;
    color: #089C7E;
    font-size: 1.5rem;
    border-radius: 5px;
  }
  .toppage-works .content .btns a::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #089C7E;
    border-radius: 0px;
    transition-duration: 0.3s;
  }
  .toppage-works .content .btns a::after {
    right: 12px;
    width: 8.915px;
    height: 8.915px;
  }
  .toppage-flow {
    padding: 40px 0;
  }
  .toppage-flow .heading {
    margin-bottom: 56px;
  }
  .toppage-flow .content .items {
    flex-direction: column;
    gap: 24px;
  }
  .toppage-flow .content .items .item {
    padding: 24px 12px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .toppage-flow .content .items .item .num {
    font-size: 2.8rem;
  }
  .toppage-flow .content .items .item .icon {
    width: 20%;
  }
  .toppage-flow .content .items .item .title {
    margin-top: 8px;
    font-size: 1.6rem;
    height: auto;
  }
  .toppage-flow .content .items .item .desc {
    font-size: 1.3rem;
    text-align: center;
  }
  .toppage-flow .content .items .item:nth-of-type(1) .icon img {
    width: 70%;
  }
  .toppage-flow .content .items .item:nth-of-type(2) .icon img {
    width: 100%;
  }
  .toppage-flow .content .items .item:nth-of-type(3) .icon img {
    width: 78%;
    transform: translateX(10%);
  }
  .toppage-flow .content .items .item:nth-of-type(4) .icon img {
    width: 70%;
    transform: translateX(10%);
  }
  .toppage-flow .content .items .item:nth-of-type(5) .icon img {
    width: 100%;
  }
  .toppage-company {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .toppage-company .heading {
    margin-bottom: 56px;
  }
  .toppage-company .content .col {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .toppage-company .content .col .map {
    width: 100%;
  }
  .toppage-company .content .col table {
    width: 100%;
  }
  .toppage-company .content .col table tbody tr th {
    padding: 16px 12px;
    font-size: 1.4rem;
  }
  .toppage-company .content .col table tbody tr td {
    padding: 16px 8px;
    font-size: 1.4rem;
  }
  .toppage-recruit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .toppage-recruit::before {
    z-index: 1;
    width: 40%;
  }
  .toppage-recruit::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .toppage-recruit .heading {
    padding-left: 24px;
    position: relative;
    z-index: 2;
    margin-bottom: 56px;
  }
  .toppage-recruit .content .copy {
    font-size: 2.8rem;
  }
  .toppage-recruit .content .need {
    margin-top: 8px;
    font-size: 1.8rem;
  }
  .toppage-recruit .content .need span {
    padding: 4.8px 0;
    width: 100%;
  }
  .toppage-recruit .content .desc {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  .toppage-recruit-point {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .toppage-recruit-point .content {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .toppage-recruit-point .content .container {
    width: 100%;
  }
  .toppage-recruit-point .content .container h3 {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
  .toppage-recruit-point .content .container .desc {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
  }
  .toppage-recruit-point .image {
    margin: 24px 0 0 auto;
    position: initial;
    right: 0;
    top: 0;
    width: calc(100% - 24px);
    height: 100%;
    -webkit-clip-path: initial;
            clip-path: initial;
    background: initial;
  }
  .toppage-recruit-people {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .toppage-recruit-people::before {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    display: none;
  }
  .toppage-recruit-people::after {
    display: none;
  }
  .toppage-recruit-people .heading {
    margin-bottom: 28px;
  }
  .toppage-recruit-people .heading h2 {
    padding-bottom: 4px;
    font-size: 2.4rem;
  }
  .toppage-recruit-people .content .items {
    gap: 24px;
  }
  .toppage-recruit-people .content .items li {
    padding-bottom: 12px;
  }
  .toppage-recruit-people .content .items li:nth-of-type(1) {
    width: 100%;
  }
  .toppage-recruit-people .content .items li:nth-of-type(2) {
    width: 95%;
  }
  .toppage-recruit-people .content .items li:nth-of-type(3) {
    width: 90%;
  }
  .toppage-recruit-people .content .items li h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .toppage-recruit-people .content .items li .desc {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .toppage-recruit-requirement {
    padding-top: 40px;
  }
  .toppage-recruit-requirement .heading {
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
  }
  .toppage-recruit-requirement .heading h2 {
    padding-bottom: 8px;
    font-size: 2.4rem;
  }
  .toppage-recruit-requirement .content .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .toppage-recruit-requirement .content .container .type {
    margin-bottom: 12px;
    flex-direction: column;
    gap: 8px;
  }
  .toppage-recruit-requirement .content .container .type span {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    border-radius: 2.5px;
    padding: 8px;
  }
  .toppage-recruit-requirement .content .container table {
    display: block;
  }
  .toppage-recruit-requirement .content .container table tbody {
    display: block;
  }
  .toppage-recruit-requirement .content .container table tbody tr {
    display: block;
  }
  .toppage-recruit-requirement .content .container table tbody tr th {
    display: block;
    width: 100%;
    padding: 16px 0 0 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .toppage-recruit-requirement .content .container table tbody td {
    width: auto;
    padding: 8px 0 16px 8px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .toppage-recruit-requirement .content .images {
    margin-top: 24px;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    gap: 12px 0;
  }
  .toppage-recruit-requirement .content .images .image {
    width: 48.7%;
  }
  .toppage-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .toppage-form .heading {
    margin-bottom: 56px;
  }
  .toppage-form .content .form-temp .block .input-heading {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 2.4px;
  }
  .toppage-form .content .form-temp .block .input-outer input {
    padding: 8px 8px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .toppage-form .content .form-temp .block .input-outer textarea {
    padding: 8px;
    font-size: 1.4rem;
    height: 200px;
    border-radius: 2.5px;
  }
  .toppage-form .content .privacy-box {
    margin-top: 12px;
    /* プライバシー同意だけ微調整 */
  }
  .toppage-form .content .privacy-box .wpcf7-list-item,
  .toppage-form .content .privacy-box .wpcf7-list-item {
    margin: 0 0 0px;
  }
  .toppage-form .content .privacy-box .wpcf7-list-item label,
  .toppage-form .content .privacy-box .wpcf7-list-item label {
    gap: 10px;
    padding: 8px 4px;
    border-radius: 4px;
  }
  .toppage-form .content .privacy-box .wpcf7-list-item input[type=checkbox]:focus-visible + .wpcf7-list-item-label,
  .toppage-form .content .privacy-box .wpcf7-list-item input[type=checkbox]:focus-visible + .wpcf7-list-item-label {
    border-radius: 4px;
  }
  .toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label::before,
  .toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 49%;
    width: 28px;
    height: 28px;
  }
  .toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label::after,
  .toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label::after {
    top: 58%;
    transform: translateY(-58%);
    width: 10px;
    height: 6px;
    border-left: 1.5px solid transparent;
    border-bottom: 1.5px solid transparent;
    transform: translateY(-58%) rotate(-45deg);
  }
  .toppage-form .content .privacy-box .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 40px;
    font-size: 1.5rem;
  }
  .toppage-form .content .submit-box {
    margin-top: 24px;
  }
  .toppage-form .content .submit-box .submit {
    width: 100%;
    padding: 12px 0;
    font-size: 1.5rem;
  }
  .toppage-form .content .submit-box input,
  .toppage-form .content .submit-box button {
    width: 100%;
    padding: 12px 0;
    font-size: 1.5rem;
    border: solid 2px #089C7E;
    font-weight: 600;
  }
  .toppage-form .content .caution-temp {
    padding: 24px 32px;
    margin-top: 24px;
  }
  .toppage-form .content .caution-temp ul {
    margin-top: 0px;
  }
  .toppage-form .content .caution-temp ul li {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=toppage.css.map */