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%;
  }
}

.flow-area {
  width: 1100px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1440px) {
  .flow-area {
    width: 100%;
  }
}
.flow-area .flow-title {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #000;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .flow-area .flow-title {
    font-size: 24px;
  }
}
.flow-area .flow-inner {
  width: 90%;
  margin: 0 auto;
}
.flow-area .flow-inner .flow-list {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}
@media screen and (max-width: 1100px) {
  .flow-area .flow-inner .flow-list {
    display: block;
  }
}
.flow-area .flow-inner .flow-list.show {
  opacity: 1;
  transform: translateY(0);
}
.flow-area .flow-inner .flow-list:nth-child(1) {
  flex-direction: row-reverse;
}
.flow-area .flow-inner .flow-list:nth-child(1) .image-box {
  margin-right: 2%;
}
@media screen and (max-width: 550px) {
  .flow-area .flow-inner .flow-list:nth-child(1) .image-box {
    margin-right: 0%;
  }
}
.flow-area .flow-inner .flow-list:nth-child(3) {
  flex-direction: row-reverse;
}
.flow-area .flow-inner .flow-list:nth-child(3) .image-box {
  margin-right: 2%;
}
@media screen and (max-width: 550px) {
  .flow-area .flow-inner .flow-list:nth-child(3) .image-box {
    margin-right: 0%;
  }
}
.flow-area .flow-inner .flow-list .image-box {
  width: 49%;
}
.flow-area .flow-inner .flow-list .image-box:nth-child(1) {
  margin-right: 2%;
}
.flow-area .flow-inner .flow-list .image-box:nth-child(3) {
  margin-right: 2%;
}
@media screen and (max-width: 1100px) {
  .flow-area .flow-inner .flow-list .image-box {
    margin-bottom: 20px;
    width: 100%;
  }
}
.flow-area .flow-inner .flow-list .image-box img {
  width: 100%;
}
.flow-area .flow-inner .flow-list .text-area {
  width: 49%;
  display: grid;
  justify-content: center;
  margin-right: 2%;
}
@media screen and (max-width: 1100px) {
  .flow-area .flow-inner .flow-list .text-area {
    width: 100%;
    display: block;
    margin-right: 0%;
  }
}
.flow-area .flow-inner .flow-list .text-area .link-area {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .flow-area .flow-inner .flow-list .text-area .link-area {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 550px) {
  .flow-area .flow-inner .flow-list .text-area .link-area {
    margin-bottom: 30px;
  }
}
.flow-area .flow-inner .flow-list .text-area .link-area .mark {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 164, 180, 0.8);
  color: #fff;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  border-radius: 15px;
  text-align: center;
  line-height: 2.6;
  margin-right: 50px;
  transition: .45s;
}
@media screen and (max-width: 520px) {
  .flow-area .flow-inner .flow-list .text-area .link-area .mark {
    font-size: 24px;
    margin-right: 35px;
    line-height: 2.6;
    width: 60px;
    height: 60px;
  }
}
.flow-area .flow-inner .flow-list .text-area .link-area .mark::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 30px;
  bottom: -15px;
  right: -15px;
  border-radius: 10px;
  background-color: #50E4B6;
  transition: .45s;
}
.flow-area .flow-inner .flow-list .text-area .link-area p {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  transition: .45s;
}
@media screen and (max-width: 520px) {
  .flow-area .flow-inner .flow-list .text-area .link-area p {
    font-size: 24px;
  }
}
.flow-area .flow-inner .flow-list .text-area .text {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .1em;
  margin-left: 120px;
}
@media screen and (max-width: 550px) {
  .flow-area .flow-inner .flow-list .text-area .text {
    margin-left: 0px;
  }
}

.contact-area {
  width: 85%;
  margin: 0 auto 120px;
  border: 1px solid #00A4B4;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .contact-area {
    width: 100%;
  }
}
.contact-area .contact-title {
  text-align: center;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #00A4B4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact-area .contact-title {
    font-size: 24px;
  }
}
.contact-area .company {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact-area .company {
    font-size: 16px;
  }
}
.contact-area .text {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact-area .text {
    font-size: 15px;
  }
}
.contact-area .tel-link {
  display: block;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 15px;
  transition: .45s;
}
.contact-area .tel-link:hover {
  letter-spacing: 0.1em;
  color: #00A4B4;
}
@media screen and (max-width: 768px) {
  .contact-area .tel-link {
    font-size: 15px;
  }
}
.contact-area .link-2 {
  margin-bottom: 30px;
}
.contact-area .link-area {
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .contact-area .link-area {
    margin-bottom: 30px;
  }
}
.contact-area .link-area:hover p {
  color: #00A4B4;
}
.contact-area .link-area:hover .mark {
  width: 55px;
  height: 55px;
  line-height: 2.4;
}
.contact-area .link-area:hover .mark::after {
  bottom: -20px;
  right: -20px;
}
.contact-area .link-area .mark {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 164, 180, 0.8);
  color: #fff;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  border-radius: 15px;
  text-align: center;
  line-height: 2.2;
  margin-right: 50px;
  transition: .45s;
}
.contact-area .link-area .mark::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 30px;
  bottom: -15px;
  right: -15px;
  border-radius: 10px;
  background-color: #50E4B6;
  transition: .45s;
}
.contact-area .link-area p {
  position: relative;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  transition: .45s;
}
@media screen and (max-width: 520px) {
  .contact-area .link-area p {
    font-size: 18px;
  }
}
.contact-area .link-area p br {
  display: none;
}
@media screen and (max-width: 520px) {
  .contact-area .link-area p br {
    display: block;
  }
}
.contact-area .link-area p::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 105%;
  width: 25px;
  height: 25px;
  background-image: url(../image/recruit/mail_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 520px) {
  .contact-area .link-area p::after {
    display: none;
  }
}

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