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

.contact-text {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact-text {
    margin-bottom: 50px;
  }
}
.contact-text .contact-title {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.contact-text .text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .contact-text .text br {
    display: none;
  }
}

.wpcf7-form {
  width: 85%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .wpcf7-form {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.wpcf7-form dl {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .wpcf7-form dl {
    display: block;
  }
}
.wpcf7-form dl .form-list {
  width: 100%;
  margin-bottom: 40px;
}
.wpcf7-form dl .form-list:nth-child(5) dd {
  border: none;
  height: auto;
}
.wpcf7-form dl .form-list dt {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.wpcf7-form dl .form-list dt span {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  background-color: #00A4B4;
  padding: 2px 12px;
  border-radius: 30px;
  margin-left: 20px;
}
.wpcf7-form dl .form-list dd {
  width: 100%;
  border: 1px solid #00A4B4;
  border-radius: 10px;
  padding: 12px 8px;
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap input::placeholder {
  color: rgba(0, 164, 180, 0.6);
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  padding-top: 10px;
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  width: 100%;
  display: block !important;
  margin: 0px 0 30px;
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  position: relative;
  z-index: 10;
  margin-left: 15px;
}
@media screen and (max-width: 1100px) {
  .wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
    font-size: 1.6rem;
  }
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  width: 25px;
  height: 25px;
  border: 1px solid #00A4B4;
  margin-right: 30px;
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000;
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item {
  width: 100%;
  display: block !important;
  margin: 0px 0 30px;
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item .wpcf7-list-item-label::after {
  display: none !important;
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::after {
  display: none !important;
}
.wpcf7-form dl .form-list dd .wpcf7-form-control-wrap .wpcf7-form-control .last {
  margin: 0px;
}
.wpcf7-form dl .form-list dd label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  position: relative;
  z-index: 10;
  margin-left: 15px;
}
@media screen and (max-width: 1100px) {
  .wpcf7-form dl .form-list dd label {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-form dl .form-list dd label {
    font-size: 1.6rem;
  }
}
.wpcf7-form dl .form-list dd label input[type="checkbox"] {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 30px;
}
.wpcf7-form dl .form-list dd label .wpcf7-list-item {
  width: 100%;
  display: block !important;
  margin: 0px 0 30px;
}
.wpcf7-form dl .form-list dd label .wpcf7-list-item .wpcf7-list-item-label::after {
  display: none !important;
}
.wpcf7-form dl .form-list dd .check_wrap {
  width: 100%;
}
.wpcf7-form dl .form-list dd .check_wrap label {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .wpcf7-form dl .form-list dd .check_wrap label {
    margin-bottom: 20px;
  }
}
.wpcf7-form dl .form-list dd .check_wrap label input {
  width: 25px;
  height: 25px;
  border: 1px solid #00A4B4;
  margin-right: 30px;
}
.wpcf7-form dl .form-list dd .check_wrap label .wpcf7-list-item-label {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000;
}
.wpcf7-form dl .form-list dd textarea {
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
}
.wpcf7-form .submit_wrap {
  width: 250px;
  margin: 0 auto;
  background-color: #00A4B4;
  box-shadow: 0px 8px 0 rgba(112, 240, 252, 0.3);
  border: .8px solid #00A4B4;
  border-radius: 15px;
  text-align: center;
  transition: .45s;
}
.wpcf7-form .submit_wrap:hover {
  background-color: transparent;
  transform: translateY(8px);
  box-shadow: none;
}
.wpcf7-form .submit_wrap:hover input {
  color: #00A4B4;
}
.wpcf7-form .submit_wrap input {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 20px 10px;
  transition: .45s;
}

.wpcf7-spinner {
  display: none !important;
}

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