body {
  background-color: #fff;
}

#key-visual.top-key {
  width: 100%;
  height: 750px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 1440px) {
  #key-visual.top-key {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #key-visual.top-key {
    height: 550px;
  }
}
#key-visual.top-key .slider {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
}
@media screen and (min-width: 1440px) {
  #key-visual.top-key .slider {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #key-visual.top-key .slider {
    height: 550px;
  }
}
#key-visual.top-key .slider li {
  width: 100%;
  height: 750px;
}
@media screen and (min-width: 1440px) {
  #key-visual.top-key .slider li {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #key-visual.top-key .slider li {
    height: 550px;
  }
}
#key-visual.top-key .slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#key-visual.top-key .title-box {
  position: absolute;
  z-index: 100;
  top: 35%;
  left: 10%;
  margin: 0 auto;
}
#key-visual.top-key .title-box h1 {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1440px) {
  #key-visual.top-key .title-box h1 {
    font-size: 40px;
  }
}
#key-visual.top-key .global-header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 25px;
  display: flex;
  align-items: center;
}
#key-visual.top-key .global-header .logo {
  display: block;
  width: 95px;
  height: auto;
}
#key-visual.top-key .global-header .logo img {
  width: 100%;
  height: 100%;
}
#key-visual.top-key .global-header .navi {
  display: flex;
  align-items: center;
  margin-left: calc(10% - 110px);
}
@media screen and (max-width: 1300px) {
  #key-visual.top-key .global-header .navi {
    margin-left: calc(15% - 110px);
  }
}
@media screen and (max-width: 1100px) {
  #key-visual.top-key .global-header .navi {
    display: none;
  }
}
#key-visual.top-key .global-header .navi li {
  margin-right: 35px;
}
#key-visual.top-key .global-header .navi li a {
  width: 100%;
  height: 100%;
  text-align: center;
}
#key-visual.top-key .global-header .navi li a:hover .en {
  color: #00A4B4;
}
#key-visual.top-key .global-header .navi li a p {
  display: block;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#key-visual.top-key .global-header .navi li a .ja {
  color: #fff;
  font-size: 18px;
}
#key-visual.top-key .global-header .navi li a .en {
  color: #50E4B6;
  font-size: 14px;
  transition: .45s;
}
#key-visual.top-key .news-box {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 86%;
  height: 60px;
  padding: 10px 30px;
  border-radius: 30px 0 0 0;
  background-color: #fff;
  transition: .5s;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  #key-visual.top-key .news-box {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #key-visual.top-key .news-box {
    display: none;
  }
}
#key-visual.top-key .news-box:hover::before {
  height: 3000px;
}
#key-visual.top-key .news-box:hover .text-box .box-title {
  color: #00A4B4;
}
#key-visual.top-key .news-box:hover .text-box .post-box .time {
  color: #00A4B4;
  border-right: 1px solid #00A4B4;
}
#key-visual.top-key .news-box:hover .text-box .post-box .post-title {
  color: #00A4B4;
}
#key-visual.top-key .news-box:hover .text-box .link-mark {
  border: .8px solid #00A4B4;
  color: #00A4B4;
}
#key-visual.top-key .news-box .text-box {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 110;
}
#key-visual.top-key .news-box .text-box .box-title {
  display: block;
  color: #000000;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-right: 100px;
  line-height: 1;
  transition: .8s;
}
#key-visual.top-key .news-box .text-box .post-box {
  display: flex;
  align-items: center;
  margin-right: auto;
}
#key-visual.top-key .news-box .text-box .post-box .time {
  padding: 0 30px;
  border-right: 1px solid #000000;
  line-height: 1;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  transition: .8s;
}
#key-visual.top-key .news-box .text-box .post-box .post-title {
  padding: 0 30px;
  line-height: 1;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  transition: .8s;
}
#key-visual.top-key .news-box .text-box .link-mark {
  position: relative;
  z-index: 110;
  width: 25px;
  height: 25px;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  border: .8px solid #50E4B6;
  color: #50E4B6;
  border-radius: 50%;
  transition: .45s;
}

#key-visual.sub-key {
  width: 100%;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #key-visual.sub-key {
    margin-bottom: 80px;
  }
}
#key-visual.sub-key .global-header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  background-color: #00A4B4;
  padding: 25px;
  display: flex;
  align-items: center;
}
#key-visual.sub-key .global-header .logo {
  display: block;
  width: 95px;
  height: auto;
}
@media screen and (max-width: 520px) {
  #key-visual.sub-key .global-header .logo {
    width: 80px;
  }
}
#key-visual.sub-key .global-header .logo img {
  width: 100%;
  height: 100%;
}
#key-visual.sub-key .global-header .navi {
  display: flex;
  align-items: center;
  margin-left: calc(14% - 110px);
}
@media screen and (max-width: 1100px) {
  #key-visual.sub-key .global-header .navi {
    display: none;
  }
}
#key-visual.sub-key .global-header .navi li {
  margin-right: 35px;
}
#key-visual.sub-key .global-header .navi li a {
  width: 100%;
  height: 100%;
  text-align: center;
}
#key-visual.sub-key .global-header .navi li a:hover .en {
  color: #a8a8a8;
}
#key-visual.sub-key .global-header .navi li a p {
  display: block;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#key-visual.sub-key .global-header .navi li a .ja {
  color: #fff;
  font-size: 18px;
}
#key-visual.sub-key .global-header .navi li a .en {
  color: #50E4B6;
  font-size: 14px;
  transition: .45s;
}
#key-visual.sub-key .s-key {
  background-image: url(../image/service/service-key.png);
}
#key-visual.sub-key .r-key {
  background-image: url(../image/recruit/recruit-key.png);
}
#key-visual.sub-key .c-key {
  background-image: url(../image/contact/contact-key.jpeg);
}
#key-visual.sub-key .n-key {
  background-image: url(../image/news/news-key.png);
}
#key-visual.sub-key .cp-key {
  background-image: url(../image/company/company-key.jpeg);
}
#key-visual.sub-key .f-key {
  background-image: url(../image/flow/flow_key.jpeg);
}
#key-visual.sub-key .key-image {
  width: 86%;
  height: 600px;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  #key-visual.sub-key .key-image {
    width: 100%;
    height: 450px;
  }
}
#key-visual.sub-key .title-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 0 25px 0 0;
}
@media screen and (max-width: 1100px) {
  #key-visual.sub-key .title-area {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #key-visual.sub-key .title-area {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  #key-visual.sub-key .title-area {
    width: 100%;
    border-radius: 25px 25px 0 0;
  }
}
#key-visual.sub-key .title-area::before {
  position: absolute;
  content: '';
  top: -25px;
  left: 58.3%;
  width: 25px;
  height: 25px;
  background-image: url(../image/sub-key-cuter.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  #key-visual.sub-key .title-area::before {
    left: 40%;
  }
}
@media screen and (max-width: 768px) {
  #key-visual.sub-key .title-area::before {
    display: none;
  }
}
#key-visual.sub-key .title-area::after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: -25px;
  width: 25px;
  height: 25px;
  background-image: url(../image/sub-key-cuter.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #key-visual.sub-key .title-area::after {
    display: none;
  }
}
#key-visual.sub-key .title-area .inner {
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 520px) {
  #key-visual.sub-key .title-area .inner {
    text-align: center;
  }
}
#key-visual.sub-key .title-area .inner .page-title {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}
#key-visual.sub-key .title-area .inner .sub-title {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #50E4B6;
}

#global-footer {
  width: 100%;
  background-color: #00A4B4;
}
#global-footer .footer-inner {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 15% 45% 36%;
  column-gap: 2%;
  padding: 30px 20px;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner {
    width: 90%;
  }
}
@media screen and (max-width: 830px) {
  #global-footer .footer-inner {
    display: block;
  }
}
#global-footer .footer-inner .logo-box {
  width: 120px;
}
#global-footer .footer-inner .logo-box img {
  width: 100%;
}
#global-footer .footer-inner .info_navi {
  width: 100%;
}
@media screen and (max-width: 830px) {
  #global-footer .footer-inner .info_navi {
    margin-bottom: 20px;
  }
}
#global-footer .footer-inner .info_navi .add {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 830px) {
  #global-footer .footer-inner .info_navi .add {
    margin-bottom: 0px;
  }
}
#global-footer .footer-inner .info_navi .comp {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
#global-footer .footer-inner .info_navi .tel {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 830px) {
  #global-footer .footer-inner .info_navi .tel {
    margin-bottom: 0px;
  }
}
#global-footer .footer-inner .info_navi .tel .after {
  display: none;
}
@media screen and (max-width: 960px) {
  #global-footer .footer-inner .info_navi .tel .after {
    display: block;
  }
}
@media screen and (max-width: 830px) {
  #global-footer .footer-inner .info_navi .tel .after {
    display: none;
  }
}
#global-footer .footer-inner .info_navi .tel a {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  transition: .45s;
}
#global-footer .footer-inner .info_navi .tel a:hover {
  color: #50E4B6;
}
#global-footer .footer-inner .info_navi .navi {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .info_navi .navi {
    display: none;
  }
}
#global-footer .footer-inner .info_navi .navi li {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
#global-footer .footer-inner .info_navi .navi li:hover a {
  color: #50E4B6;
}
#global-footer .footer-inner .info_navi .navi li:hover a::after {
  left: 80%;
}
#global-footer .footer-inner .info_navi .navi li a {
  width: 100%;
  display: block;
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  transition: .45s;
}
#global-footer .footer-inner .info_navi .navi li a::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 130%;
  transform: translate(50%, 50%);
  border: 1px solid #fff;
  width: 15px;
  transition: .45s;
}
#global-footer .footer-inner .map {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 830px) {
  #global-footer .footer-inner .map {
    aspect-ratio: 16/9;
  }
}
#global-footer .footer-inner .map iframe {
  width: 100%;
  height: 100%;
}
#global-footer .copy {
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 5px;
}
#global-footer .copy small {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #fff;
}

#container {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #container {
    width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  #container {
    width: 90%;
  }
}

.company-area {
  width: 100%;
  margin: 0 auto 120px;
}
.company-area .company-title {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .company-area .company-title {
    font-size: 24px;
  }
}
.company-area .company-list {
  width: 85%;
  margin: 0 auto;
  padding: 40px;
  background-color: rgba(80, 228, 182, 0.15);
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .company-area .company-list {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
}
.company-area .company-list li {
  width: 100%;
  padding: 0 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a7a7a7;
}
.company-area .company-list li:last-child {
  border-bottom: none;
  padding: 0 10px 0px;
  margin-bottom: 0px;
}
.company-area .company-list li .list-box {
  display: grid;
  grid-template-columns: 20% 78%;
  column-gap: 2%;
  align-items: center;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, transform;
}
@media screen and (max-width: 768px) {
  .company-area .company-list li .list-box {
    display: block;
  }
}
.company-area .company-list li .list-box:nth-child(1) {
  transition-delay: 0s;
}
.company-area .company-list li .list-box:nth-child(2) {
  transition-delay: 0.1s;
}
.company-area .company-list li .list-box:nth-child(3) {
  transition-delay: 0.2s;
}
.company-area .company-list li .list-box:nth-child(4) {
  transition-delay: 0.3s;
}
.company-area .company-list li .list-box:nth-child(5) {
  transition-delay: 0.4s;
}
.company-area .company-list li .list-box:nth-child(6) {
  transition-delay: 0.5s;
}
.company-area .company-list li .list-box:nth-child(7) {
  transition-delay: 0.6s;
}
.company-area .company-list li .list-box:nth-child(8) {
  transition-delay: 0.7s;
}
.company-area .company-list li .list-box:nth-child(9) {
  transition-delay: 0.8s;
}
.company-area .company-list li .list-box.visible {
  opacity: 1;
  transform: translateX(0);
}
.company-area .company-list li .list-box .con {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .company-area .company-list li .list-box .con {
    margin-bottom: 7px;
  }
}
.company-area .company-list li .list-box .con span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #00A4B4;
}
.company-area .company-list li .list-box .det {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .company-area .company-list li .list-box .det {
    font-size: 16px;
  }
}
.company-area .company-list li .list-box .det .after-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .company-area .company-list li .list-box .det .after-br {
    display: block;
  }
}
.company-area .company-list li .list-box .det a {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #555;
}
.company-area .atention {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company-area .atention {
    width: 100%;
  }
}
.company-area .atention .at-text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #00A4B4;
}

.map-area {
  width: 100%;
  margin: 0 auto 80px;
}
.map-area .map-title {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .map-area .map-title {
    font-size: 24px;
  }
}
.map-area .box {
  width: 90%;
  height: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .map-area .box {
    width: 100%;
    height: 350px;
  }
}
.map-area .box iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=company.css.map */
