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;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  #container {
    width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  #container {
    width: 90%;
    overflow: inherit;
  }
}

.service-area {
  width: 100%;
  margin-bottom: 180px;
}
@media screen and (max-width: 520px) {
  .service-area {
    margin-bottom: 80px;
  }
}
.service-area .content-inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .service-area .content-inner {
    display: block;
  }
}
.service-area .content-inner .text-area {
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 1100px) {
  .service-area .content-inner .text-area {
    width: 100%;
    margin-right: 0%;
  }
}
.service-area .content-inner .text-area .copy-text {
  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: 520px) {
  .service-area .content-inner .text-area .copy-text {
    font-size: 24px;
  }
}
.service-area .content-inner .text-area .copy-text::before {
  content: '';
  width: 200px;
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.service-area .content-inner .text-area .service-text {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  letter-spacing: .1em;
  margin-bottom: 30px;
}
.service-area .content-inner .text-area .link-area {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.service-area .content-inner .text-area .link-area:hover p {
  color: #00A4B4;
}
.service-area .content-inner .text-area .link-area:hover .mark {
  width: 55px;
  height: 55px;
  line-height: 2.4;
}
.service-area .content-inner .text-area .link-area:hover .mark::after {
  bottom: -20px;
  right: -20px;
}
.service-area .content-inner .text-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;
}
@media screen and (max-width: 520px) {
  .service-area .content-inner .text-area .link-area .mark {
    font-size: 18px;
    margin-right: 35px;
  }
}
.service-area .content-inner .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;
}
.service-area .content-inner .text-area .link-area p {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  transition: .45s;
}
@media screen and (max-width: 520px) {
  .service-area .content-inner .text-area .link-area p {
    font-size: 18px;
  }
}
.service-area .content-inner .text-area .service-list {
  width: 100%;
}
.service-area .content-inner .text-area .service-list a {
  width: 70%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #D6D6D6;
}
.service-area .content-inner .text-area .service-list a:nth-child(2) {
  border-bottom: 1px solid #D6D6D6;
}
.service-area .content-inner .text-area .service-list a:hover p {
  color: #00A4B4;
}
.service-area .content-inner .text-area .service-list a:hover div::before {
  left: 30%;
  background-color: var(--theme-color, #00A4B4);
}
.service-area .content-inner .text-area .service-list a p {
  display: block;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-right: auto;
  transition: .45s;
}
.service-area .content-inner .text-area .service-list a div {
  position: relative;
  z-index: var(--z-20);
  flex-shrink: 0;
  width: var(--toggle-btn-width, 1.25rem);
  height: 0.3125rem;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2.5px;
}
.service-area .content-inner .text-area .service-list a div::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: var(--z-10);
  width: 100%;
  height: 100%;
  background-color: var(--theme-color, #50E4B6);
  border-radius: 2.5px;
  transform: translateX(5px);
  transition: .3s;
  content: "";
  will-change: transform;
}
.service-area .content-inner .image-area {
  position: relative;
  width: 49%;
}
@media screen and (max-width: 1100px) {
  .service-area .content-inner .image-area {
    width: 100%;
  }
}
.service-area .content-inner .image-area .image-1 {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .service-area .content-inner .image-area .image-1 {
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 30px;
  }
}
.service-area .content-inner .image-area .image-2 {
  width: 300px;
  position: absolute;
  bottom: -70%;
  left: -20%;
  opacity: 0;
  transition: .9s ease-out;
}
@media screen and (max-width: 1100px) {
  .service-area .content-inner .image-area .image-2 {
    width: 280px;
    bottom: -90%;
    left: 70%;
    transition: .7s ease-out;
  }
}
@media screen and (max-width: 900px) {
  .service-area .content-inner .image-area .image-2 {
    display: none;
  }
}
.service-area .content-inner .image-area .image-2.js-on {
  opacity: 1;
  bottom: -20%;
}
@media screen and (max-width: 1100px) {
  .service-area .content-inner .image-area .image-2.js-on {
    bottom: -50%;
  }
}

.contract-area {
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  .contract-area {
    margin-bottom: 80px;
  }
}
.contract-area .content-inner {
  display: grid;
  grid-template-columns: 45% 45%;
  column-gap: 10%;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .contract-area .content-inner {
    display: block;
  }
}
.contract-area .content-inner .image-box {
  width: 100%;
  position: relative;
  opacity: 0;
  left: -50%;
  transition: .7s ease-out;
}
@media screen and (max-width: 1100px) {
  .contract-area .content-inner .image-box {
    aspect-ratio: 16/9;
    margin-bottom: 20px;
    left: 0%;
    bottom: -50%;
  }
}
.contract-area .content-inner .image-box.js-on {
  opacity: 1;
  left: 0%;
}
@media screen and (max-width: 1100px) {
  .contract-area .content-inner .image-box.js-on {
    bottom: 0%;
  }
}
.contract-area .content-inner .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contract-area .content-inner .text-box {
  display: grid;
  align-items: center;
}
.contract-area .content-inner .text-box .title-text {
  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: 1100px) {
  .contract-area .content-inner .text-box .title-text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contract-area .content-inner .text-box .title-text {
    font-size: 24px;
  }
}
.contract-area .content-inner .text-box .c-text {
  display: block;
  margin-bottom: 40px;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  letter-spacing: .1em;
}
.contract-area .content-inner .text-box .link-area {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
}
.contract-area .content-inner .text-box .link-area:hover p {
  color: #00A4B4;
}
.contract-area .content-inner .text-box .link-area:hover .mark {
  width: 55px;
  height: 55px;
  line-height: 2.4;
}
.contract-area .content-inner .text-box .link-area:hover .mark::after {
  bottom: -20px;
  right: -20px;
}
.contract-area .content-inner .text-box .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;
}
@media screen and (max-width: 520px) {
  .contract-area .content-inner .text-box .link-area .mark {
    margin-right: 35px;
  }
}
.contract-area .content-inner .text-box .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;
}
.contract-area .content-inner .text-box .link-area p {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  transition: .45s;
}
@media screen and (max-width: 520px) {
  .contract-area .content-inner .text-box .link-area p {
    font-size: 18px;
  }
}

.news-area {
  width: 90%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1100px) {
  .news-area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-area {
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  .news-area {
    margin-bottom: 80px;
    width: 100%;
  }
}
.news-area .title {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-area .title {
    font-size: 24px;
  }
}
.news-area .news-list {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  column-gap: 3.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news-area .news-list {
    display: block;
  }
}
.news-area .news-list li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-area .news-list li {
    margin-bottom: 30px;
  }
}
.news-area .news-list li:hover .thum-box img {
  scale: 1.15;
}
.news-area .news-list li:hover .info-box .info-title {
  color: #00A4B4;
}
.news-area .news-list li:hover .info-box .time {
  color: #00A4B4;
}
.news-area .news-list li .thum-box {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.news-area .news-list li .thum-box img {
  width: 100%;
  height: 100%;
  scale: 1;
  transition: .7s;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .news-area .news-list li .thum-box img {
    object-fit: cover;
  }
}
.news-area .news-list li .info-box .info-title {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000;
  margin-right: auto;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  transition: .5s;
}
.news-area .news-list li .info-box .time {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #000;
  display: block;
  transition: .5s;
}
.news-area .link-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-area .link-area:hover p {
  color: #00A4B4;
}
.news-area .link-area:hover .mark {
  width: 55px;
  height: 55px;
  line-height: 2.4;
}
.news-area .link-area:hover .mark::after {
  bottom: -20px;
  right: -20px;
}
.news-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;
}
@media screen and (max-width: 520px) {
  .news-area .link-area .mark {
    margin-right: 35px;
  }
}
.news-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;
}
.news-area .link-area p {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  transition: .45s;
}
@media screen and (max-width: 520px) {
  .news-area .link-area p {
    font-size: 18px;
  }
}

.contact-area {
  width: 90%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1100px) {
  .contact-area {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .contact-area {
    width: 100%;
  }
}
.contact-area .title {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-area .title {
    font-size: 24px;
  }
}
.contact-area .contact-info-box {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}
@media screen and (max-width: 1100px) {
  .contact-area .contact-info-box {
    display: block;
  }
}
.contact-area .contact-info-box .contact-box {
  width: 100%;
  cursor: pointer;
  border: 2px solid #50E4B6;
  box-shadow: 8px 8px 0 rgba(0, 164, 180, 0.8);
  transition: .5s;
}
@media screen and (max-width: 1100px) {
  .contact-area .contact-info-box .contact-box {
    margin-bottom: 40px;
  }
}
.contact-area .contact-info-box .contact-box:hover {
  transform: translateX(8px) translateY(8px);
  box-shadow: none;
}
.contact-area .contact-info-box .contact-box a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.contact-area .contact-info-box .contact-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

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