@charset "UTF-8";
.top-keyvisual {
  width: 100%;
  margin-bottom: 170px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual {
    margin-bottom: 80px;
  }
}
.top-keyvisual .top-line {
  width: 100%;
  height: 50px;
  background-color: #003399;
}
@media screen and (max-width: 768px) {
  .top-keyvisual .top-line {
    height: 30px;
  }
}
.top-keyvisual .head-content {
  width: 100%;
  height: 115px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content {
    height: 100px;
  }
}
.top-keyvisual .head-content .logo-box {
  width: 350px;
  margin-left: 30px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content .logo-box {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .head-content .logo-box {
    width: 250px;
    margin: 0 auto;
  }
}
.top-keyvisual .head-content .logo-box img {
  width: 100%;
}
.top-keyvisual .head-content .navi {
  margin: 0 50px 0 auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content .navi {
    display: none;
  }
}
.top-keyvisual .head-content .navi li {
  padding-bottom: 5px;
  position: relative;
}
.top-keyvisual .head-content .navi li::before {
  background: #003399;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.45s;
}
.top-keyvisual .head-content .navi li:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.top-keyvisual .head-content .navi li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  transition: 0.45s;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content .navi li a {
    font-size: 16px;
  }
}
.top-keyvisual .key-visual-area {
  position: relative;
  width: 100%;
  height: calc(100vh - 165px);
  background-image: url(../image/top/keyvisual.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .key-visual-area {
    height: calc(100vh - 150px);
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area {
    height: calc(90vh - 130px);
    background-image: url(../image/top/keyvisual-sp.png);
  }
}
.top-keyvisual .key-visual-area .key-text {
  position: absolute;
  top: 25%;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text {
    left: 5%;
    width: 90%;
  }
}
.top-keyvisual .key-visual-area .key-text .hp-title,
.top-keyvisual .key-visual-area .key-text .sub-title {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-keyvisual .key-visual-area .key-text .hp-title {
  font-size: 80px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .key-visual-area .key-text .hp-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text .hp-title {
    font-size: 28px;
  }
}
.top-keyvisual .key-visual-area .key-text .sub-title {
  font-size: 25px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .key-visual-area .key-text .sub-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text .sub-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text .sub-title br {
    display: none;
  }
}
.top-keyvisual .key-visual-area .key-text.is-show .hp-title,
.top-keyvisual .key-visual-area .key-text.is-show .sub-title {
  opacity: 1;
  transform: translateY(0);
}
.top-keyvisual .key-visual-area .key-text.is-show .hp-title {
  transition-delay: 0.2s;
}
.top-keyvisual .key-visual-area .key-text.is-show .sub-title {
  transition-delay: 0.6s;
}

.sub-keyvisual {
  width: 100%;
}
.sub-keyvisual .top-line {
  width: 100%;
  height: 50px;
  background-color: #003399;
}
@media screen and (max-width: 768px) {
  .sub-keyvisual .top-line {
    height: 30px;
  }
}
.sub-keyvisual .head-content {
  width: 100%;
  height: 115px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content {
    height: 100px;
  }
}
.sub-keyvisual .head-content .logo-box {
  width: 350px;
  margin-left: 30px;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content .logo-box {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .sub-keyvisual .head-content .logo-box {
    width: 250px;
    margin: 0 auto;
  }
}
.sub-keyvisual .head-content .logo-box img {
  width: 100%;
}
.sub-keyvisual .head-content .navi {
  margin: 0 50px 0 auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content .navi {
    display: none;
  }
}
.sub-keyvisual .head-content .navi li {
  padding-bottom: 5px;
  position: relative;
}
.sub-keyvisual .head-content .navi li::before {
  background: #003399;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.45s;
}
.sub-keyvisual .head-content .navi li:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.sub-keyvisual .head-content .navi li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  transition: 0.45s;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content .navi li a {
    font-size: 16px;
  }
}

#menubar {
  position: fixed;
  overflow: auto;
  z-index: 2000;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  padding: 120px 50px 0;
  transform: translateY(200%);
  background: #fff;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1500px) {
  #menubar {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  #menubar {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #menubar {
    width: 100%;
  }
}
#menubar .navi {
  margin-bottom: 50px;
}
#menubar .navi li {
  margin-bottom: 30px;
}
#menubar .navi li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#menubar .d-logo {
  width: 250px;
  margin: 0 auto;
}
#menubar .d-logo img {
  width: 100%;
}

#menubar.open {
  transform: translateX(0);
}

#menubar_hdr {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3300;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transition: 0.2s;
  padding: 0 15px 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    width: 70px;
    height: 70px;
    display: flex;
  }
}
#menubar_hdr.ham {
  background-color: #fff;
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 2px solid #003399;
  width: 70px;
  margin-bottom: 20px;
}
#menubar_hdr span:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr span {
    width: 50px;
    margin-bottom: 10px;
  }
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(8px, 9px);
  border-top: 2px solid #003399;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(7px, -8px);
  border-top: 2px solid #003399;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(2px, -4px);
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(2px, -3px);
  }
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}

.sub-hdr {
  width: 300px !important;
}
@media screen and (max-width: 1100px) {
  .sub-hdr {
    width: 70px !important;
  }
}
.sub-hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #353535;
}

header aside.mainimg-slick div img {
  width: 100%;
}

footer {
  width: 95%;
  height: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer {
    width: 90%;
  }
}
footer .logo-box {
  width: 400px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .logo-box {
    width: 300px;
    margin: 0 auto 30px;
  }
}
footer .logo-box img {
  width: 100%;
}
footer .info-navi {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  footer .info-navi {
    display: block;
  }
}
footer .info-navi .info-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box {
    margin-bottom: 30px;
  }
}
footer .info-navi .info-box .c-name {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .c-name {
    font-size: 20px;
  }
}
footer .info-navi .info-box .info li {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 20% 75%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li {
    display: block;
  }
}
footer .info-navi .info-box .info li .left {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li .left {
    margin-bottom: 10px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
  }
}
footer .info-navi .info-box .info li .right {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li .right {
    font-size: 16px;
  }
}
footer .info-navi .info-box .info li .right br {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li .right br {
    display: block;
  }
}
footer .info-navi .navi {
  text-align: right;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  footer .info-navi .navi {
    display: none;
  }
}
footer .info-navi .navi li {
  position: relative;
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  transition: 0.45s;
}
footer .info-navi .navi li:hover {
  color: #a5a5a5;
}
footer .info-navi .navi li:hover a::before {
  left: -100px;
  opacity: 1;
}
footer .info-navi .navi li a {
  position: relative;
}
footer .info-navi .navi li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -200px;
  width: 80px;
  height: 1px;
  background-color: #003399;
  opacity: 0;
  transition: 0.45s;
}
footer small {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  footer small {
    text-align: center;
  }
}
footer small br {
  display: none;
}
@media screen and (max-width: 768px) {
  footer small br {
    display: block;
  }
}

.top-text-area {
  width: 45%;
  margin: 0 24% 170px 31%;
}
@media screen and (max-width: 1100px) {
  .top-text-area {
    width: 70%;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-text-area {
    width: 90%;
  }
}
.top-text-area .main-text,
.top-text-area .sub-text {
  position: relative;
  overflow: hidden;
}
.top-text-area .main-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #003399;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-text-area .main-text {
    font-size: 27px;
  }
}
.top-text-area .sub-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-text-area .sub-text {
    font-size: 18px;
  }
}
.top-text-area .main-text::after,
.top-text-area .sub-text::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(0);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  pointer-events: none;
}
.top-text-area .main-text,
.top-text-area .sub-text {
  opacity: 1;
}
.top-text-area.is-show .main-text::after {
  transform: translateX(100%);
  transition-delay: 0.1s;
}
.top-text-area.is-show .sub-text::after {
  transform: translateX(100%);
  transition-delay: 0.45s;
}

.business {
  width: 100%;
  margin-bottom: 120px;
  background-image: url(../image/top/message.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 5%;
}
@media screen and (max-width: 1100px) {
  .business {
    padding: 30px;
  }
}
.business .b-text,
.business .role-area {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.business.is-show .b-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.business.is-show .role-area {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.business .area-title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 10px solid #00b3fe;
}
@media screen and (max-width: 768px) {
  .business .area-title {
    font-size: 27px;
  }
}
.business .b-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .business .b-text {
    font-size: 18px;
  }
}
.business .role-area {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .business .role-area {
    border-radius: 10px;
  }
}
.business .role-area .role-list {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 45%;
  -moz-column-gap: 10%;
       column-gap: 10%;
  row-gap: 30px;
}
@media screen and (max-width: 1300px) {
  .business .role-area .role-list {
    width: 90%;
    grid-template-columns: 48% 48%;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width: 1100px) {
  .business .role-area .role-list {
    width: 95%;
    grid-template-columns: 49% 49%;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  .business .role-area .role-list {
    display: block;
  }
}
.business .role-area .role-list li {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .business .role-area .role-list li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #003399;
    line-height: 1.5;
  }
  .business .role-area .role-list li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.business .role-area .role-list li br {
  display: none;
}
@media screen and (max-width: 768px) {
  .business .role-area .role-list li br {
    display: block;
  }
}
.business .role-area .role-list li span {
  color: #003399;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .business .role-area .role-list li span {
    margin-right: 10px;
    font-size: 15px;
    display: none;
  }
}

.service-area {
  width: 90%;
  margin: 0 auto 120px;
  text-align: center;
}
.service-area .area-title {
  display: inline-block;
  margin: 0 auto 40px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  position: relative;
}
.service-area .area-title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #00b3fe;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .service-area .area-title {
    font-size: 27px;
  }
}
.service-area .tab-container {
  display: grid;
  grid-template-columns: 32.7% 32.7% 32.7%;
  -moz-column-gap: 0.95%;
       column-gap: 0.95%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .service-area .tab-container {
    display: block;
  }
}
.service-area .tab {
  background-color: #e9e9e9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #003399;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  padding: 20px;
  transition: 0.45s;
}
@media screen and (max-width: 768px) {
  .service-area .tab {
    font-size: 18px;
  }
}
.service-area .tab:hover {
  background-color: #c0c0c0;
}
.service-area .tab.active {
  background-color: #003399;
  color: #fff;
}
.service-area .content {
  display: none; /*必須*/
}
.service-area .content.show {
  display: block; /*必須*/
}
.service-area .content.is-animated .text-bord .right-box .s-list li {
  opacity: 1;
  transform: translateX(0);
}
.service-area .content.is-animated .text-bord .right-box .s-list li:nth-child(1) {
  transition-delay: 0s;
}
.service-area .content.is-animated .text-bord .right-box .s-list li:nth-child(2) {
  transition-delay: 0.12s;
}
.service-area .content.is-animated .text-bord .right-box .s-list li:nth-child(3) {
  transition-delay: 0.24s;
}
.service-area .content.is-animated .text-bord .right-box .s-list li:nth-child(4) {
  transition-delay: 0.36s;
}
.service-area .content.is-animated .text-bord .right-box .s-list li:nth-child(5) {
  transition-delay: 0.48s;
}
.service-area .content {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: left;
}
.service-area .content .text-bord {
  position: relative;
  z-index: 50;
  width: 75%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 0 20px 20px 0;
  display: grid;
  grid-template-columns: 60% 35%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  padding: 30px;
}
@media screen and (max-width: 1300px) {
  .service-area .content .text-bord {
    width: 85%;
  }
}
@media screen and (max-width: 1100px) {
  .service-area .content .text-bord {
    display: block;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .service-area .content .text-bord {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(168, 168, 168, 0.3);
  }
}
@media screen and (max-width: 1100px) {
  .service-area .content .text-bord .left-box {
    margin-bottom: 40px;
  }
}
.service-area .content .text-bord .left-box .service-title {
  color: #003399;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .service-area .content .text-bord .left-box .service-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .service-area .content .text-bord .left-box .service-title {
    font-size: 27px;
  }
}
.service-area .content .text-bord .left-box .service-sub {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  .service-area .content .text-bord .left-box .service-sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-area .content .text-bord .left-box .service-sub {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.service-area .content .text-bord .left-box .text-area-pc {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  align-items: last baseline;
}
@media screen and (max-width: 1300px) {
  .service-area .content .text-bord .left-box .text-area-pc {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .service-area .content .text-bord .left-box .text-area-pc {
    margin-bottom: 30px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service-area .content .text-bord .right-box {
    margin-bottom: 30px;
  }
}
.service-area .content .text-bord .right-box .s-title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .service-area .content .text-bord .right-box .s-title {
    font-size: 20px;
  }
}
.service-area .content .text-bord .right-box .s-list {
  margin-bottom: 30px;
}
.service-area .content .text-bord .right-box .s-list:last-child {
  margin-bottom: 0;
}
.service-area .content .text-bord .right-box .s-list li {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 1300px) {
  .service-area .content .text-bord .right-box .s-list li {
    font-size: 16px;
  }
}
.service-area .content .text-bord .right-box .s-list li:last-child {
  margin-bottom: 0;
}
.service-area .content .text-bord .right-box .s-list li span {
  color: #003399;
  margin-right: 10px;
}
.service-area .content .text-bord .text-area-sp {
  display: none;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .service-area .content .text-bord .text-area-sp {
    display: block;
  }
}
.service-area .content .image-bord {
  position: absolute;
  z-index: 10;
  top: 0.5%;
  right: 0;
  width: 30%;
  height: 99%;
  box-shadow: 0 0 10px rgba(172, 172, 172, 0.8);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
}
@media screen and (max-width: 768px) {
  .service-area .content .image-bord {
    position: relative;
    width: 100%;
    height: 240px;
    box-shadow: none;
    border-radius: 0;
  }
}
.service-area .content .image-bord img {
  width: 140%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-area {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  .link-area {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .link-area .link-s,
  .link-area .link-a {
    position: relative;
    overflow: hidden;
  }
  .link-area .link-s::after,
  .link-area .link-a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
  }
  .link-area .link-s::after {
    transform: translateY(0);
    background-color: #003399;
  }
  .link-area .link-a::after {
    transform: translateY(0);
    background-color: #fff;
  }
  .link-area.is-show .link-s::after {
    animation: wall-slide-down 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .link-area.is-show .link-a::after {
    animation: wall-slide-up 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
}
@keyframes wall-slide-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes wall-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.link-area .link-s {
  width: 100%;
  padding: 50px 50px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}
.link-area .link-s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .link-area .link-s {
    padding: 20px 20px;
  }
}
.link-area .link-s .inner-box {
  position: relative;
  z-index: 2;
}
.link-area .link-s {
  border: 2px solid #003399;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .link-area .link-s {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .link-area .link-s {
    border: 1px solid #003399;
  }
}
.link-area .link-s .inner-box {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 65% 30%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .link-area .link-s .inner-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .link-area .link-s .inner-box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .link-area .link-s .inner-box .text-box {
    margin-bottom: 20px;
  }
}
.link-area .link-s .inner-box .text-box .link-title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  margin-bottom: 20px;
  color: #003399;
  transition: color 0.4s ease;
}
.link-area .link-s .inner-box .text-box p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #003399;
  transition: color 0.4s ease;
}
.link-area .link-s .inner-box .link-bt-pc {
  text-align: center;
  width: 90px;
}
@media screen and (max-width: 768px) {
  .link-area .link-s .inner-box .link-bt-pc {
    display: none;
  }
}
.link-area .link-s .inner-box .link-bt-pc .cls-1 {
  fill: #003399;
  transition: 0.45s;
}
.link-area .link-s .inner-box .link-bt-pc .cls-2 {
  stroke: #003399;
  fill: transparent;
  transition: 0.45s;
}
.link-area .link-s .inner-box .link-bt-sp {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .link-area .link-s .inner-box .link-bt-sp {
    display: block;
  }
}
.link-area .link-s .inner-box .link-bt-sp .bt {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #003399;
  transition: color 0.4s ease;
  font-size: 20px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.link-area .link-s .inner-box .link-bt-sp .bt svg {
  width: 40px;
}
.link-area .link-s .inner-box .link-bt-sp .bt svg .cls-1 {
  fill: #003399;
  transition: 0.45s;
}
.link-area .link-s .inner-box .link-bt-sp .bt svg .cls-2 {
  stroke: #003399;
  transition: 0.45s;
}
.link-area .link-s:hover .link-bt-pc .cls-1 {
  fill: #fff;
}
.link-area .link-s:hover .link-bt-pc .cls-2 {
  stroke: #039;
  fill: #039;
}
.link-area .link-s:hover .link-bt-sp .bt {
  color: #fff;
}
.link-area .link-s:hover .link-bt-sp .bt svg .cls-1 {
  fill: #fff;
}
.link-area .link-s:hover .link-bt-sp .bt svg .cls-2 {
  stroke: #fff;
}
.link-area .link-a {
  background-color: #003399;
  border: 2px solid #003399;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .link-area .link-a {
    border: 1px solid #003399;
  }
}
.link-area .link-a .inner-box {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 65% 30%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .link-area .link-a .inner-box {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .link-area .link-a .inner-box {
    grid-template-columns: 75% 20%;
  }
}
@media screen and (max-width: 768px) {
  .link-area .link-a .inner-box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .link-area .link-a .inner-box .text-box {
    margin-bottom: 20px;
  }
}
.link-area .link-a .inner-box .text-box .link-title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  margin-bottom: 20px;
  color: #fff;
  transition: color 0.4s ease;
}
.link-area .link-a .inner-box .text-box p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  transition: color 0.4s ease;
}
.link-area .link-a .inner-box .link-bt {
  width: 100%;
}
.link-area .link-a .inner-box .link-bt .bt {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  transition: color 0.4s ease;
  position: relative;
  font-size: 20px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.link-area .link-a .inner-box .link-bt .bt:hover {
  color: #caefff;
}
.link-area .link-a .inner-box .link-bt .bt:hover svg {
  width: 40px;
}
.link-area .link-a .inner-box .link-bt .bt:hover svg .cls-1 {
  fill: #003399;
}
.link-area .link-a .inner-box .link-bt .bt:hover svg .cls-2 {
  fill: #caefff;
  stroke: #caefff;
}
.link-area .link-a .inner-box .link-bt .bt svg {
  width: 40px;
}
.link-area .link-a .inner-box .link-bt .bt svg .cls-1 {
  fill: #fff;
  transition: 0.45s;
}
.link-area .link-a .inner-box .link-bt .bt svg .cls-2 {
  stroke: #fff;
  fill: transparent;
  transition: 0.45s;
}

.recruit-area {
  width: 100%;
  height: 600px;
  margin-bottom: 80px;
  background-image: url(../image/top/reccruit-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .recruit-area {
    background-image: none;
    height: auto;
    padding: 0px;
    width: 90%;
    margin: 0 auto 50px;
  }
}
.recruit-area .sp-cover {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit-area .sp-cover {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.recruit-area .sp-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-area .inner-box {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .recruit-area .inner-box {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 50;
  }
}
.recruit-area .inner-box .r-title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 40px;
  color: #000;
  border-left: 10px solid #00b3fe;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .recruit-area .inner-box .r-title {
    font-size: 36px;
  }
}
.recruit-area .inner-box .text-area .recruit-b-text,
.recruit-area .inner-box .text-area .r-text {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.recruit-area .inner-box .text-area .recruit-b-text.is-show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.recruit-area .inner-box .text-area .r-text.is-show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.recruit-area .inner-box .text-area .recruit-b-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 50px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 1300px) {
  .recruit-area .inner-box .text-area .recruit-b-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-area .inner-box .text-area .recruit-b-text {
    font-size: 20px;
  }
}
.recruit-area .inner-box .text-area .r-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 1300px) {
  .recruit-area .inner-box .text-area .r-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-area .inner-box .text-area .r-text {
    font-size: 16px;
  }
}/*# sourceMappingURL=index.css.map */