@charset "UTF-8";
/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  overflow-x: clip;
  padding-top: 10.625rem;
}
@media screen and (max-width: 1199px) {
  #main-visual {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual {
    padding-top: 100px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  85% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(30px);
  }
}
#main-visual .mv-catch .mv-eabic {
  position: absolute;
  top: 0;
  right: 0;
}
#main-visual .mv-catch .mv-eabic .__metal {
  font-size: 6.7708333333vw;
  line-height: 0.95;
  margin-top: -0.1em;
  margin-right: -0.2em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-catch .mv-eabic .__metal {
    font-size: 84px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch .mv-eabic .__metal {
    margin-top: 0;
    font-size: min(14vw, 56px);
  }
}
#main-visual .mv-catch .mv-catch-slider {
  text-align: end;
}
#main-visual .mv-catch .mv-catch-slider .swiper-wrapper .swiper-slide h2 {
  color: #222;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.3em;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-catch .mv-catch-slider .swiper-wrapper .swiper-slide h2 {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-catch .mv-catch-slider .swiper-wrapper .swiper-slide h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch .mv-catch-slider .swiper-wrapper .swiper-slide h2 {
    font-size: min(7.1vw, 2.75em);
  }
}
#main-visual .mv-catch .catch-txt {
  position: relative;
  z-index: 2;
  text-align: end;
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-catch .catch-txt {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch .catch-txt {
    text-align: center;
    margin-top: 4em;
  }
}
#main-visual .mv-catch .catch-txt p {
  font-weight: 1.125em;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch .catch-txt p {
    font-size: min(3.7vw, 0.95em);
  }
}
#main-visual .mv-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-bottom {
    display: block;
    margin-top: 2em;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-bottom {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-bottom {
    margin-top: 3em;
  }
}
#main-visual .mv-bottom .mv-img {
  position: relative;
  width: 47.9166666667vw;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-bottom .mv-img {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-bottom .mv-img {
    width: calc(100% - 20px);
  }
}
#main-visual .mv-bottom .mv-img .__txtcircle {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 1.0416666667vw;
  transform: translateY(-45%);
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-bottom .mv-img .__txtcircle {
    margin-left: -3.125rem;
    transform: translateY(-60%);
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-bottom .mv-img .__txtcircle {
    margin-left: 0;
    transform: translate(-65%, -50%);
  }
}
#main-visual .mv-bottom .mv-img .__imgstyle .mv-img-slider {
  width: 100%;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-bottom .mv-img .__imgstyle .mv-img-slider {
    aspect-ratio: 3/2;
  }
}
@keyframes zoomPan {
  0% {
    transform: scale(1.05) translateX(-2.5%);
  }
  100% {
    transform: scale(1.05) translateX(2.5%);
  }
}
#main-visual .mv-bottom .mv-img .__imgstyle .mv-img-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-bottom .mv-img .__imgstyle .mv-img-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-bottom .mv-img .__imgstyle .mv-img-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}
#main-visual .mv-bottom .mv-details {
  width: 50%;
  padding-right: 2.6041666667vw;
  padding-bottom: 3.75vw;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-bottom .mv-details {
    width: 100%;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    padding-bottom: 0;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-bottom .mv-details {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-bottom .mv-details {
    margin-bottom: 3em;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#main-visual .mv-bottom .mv-details ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-bottom .mv-details ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-bottom .mv-details ul {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-bottom .mv-details ul .detail-wrap {
    width: calc(50% - 1.5em);
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-bottom .mv-details ul .detail-wrap {
    width: 100%;
  }
}
#main-visual .mv-bottom .mv-details ul .detail-wrap:nth-of-type(1) {
  margin-right: 2.6041666667vw;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-bottom .mv-details ul .detail-wrap:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-bottom .mv-details ul .detail-wrap:nth-of-type(1) {
    margin-bottom: 2em;
  }
}
#main-visual .mv-bottom .mv-details ul .detail-wrap h3 {
  font-size: 1.625rem;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-bottom .mv-details ul .detail-wrap h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-bottom .mv-details ul .detail-wrap h3 {
    font-size: 1.25em;
  }
}
#main-visual .mv-bottom .mv-details ul .detail-wrap p {
  font-size: 0.9375rem;
  line-height: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-bottom .mv-details ul .detail-wrap p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-bottom .mv-details ul .detail-wrap p {
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-bottom .mv-details ul .detail-wrap p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1200px) {
  #main-visual .mv-bottom .mv-details ul .detail-wrap p span.__pc-hidden {
    display: none;
  }
}

.sec-about {
  overflow-x: clip;
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-about {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    margin-bottom: 0;
  }
}
.sec-about .sec-inner .sec-ttl {
  color: #a93333;
}
.sec-about .sec-inner .sec-content {
  margin-top: 3.75rem;
  min-height: 38.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-content {
    margin-top: 1em;
  }
}
.sec-about .sec-inner .sec-content .sec-txt {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-content .sec-txt {
    margin-top: 3em;
  }
}

.sec-service {
  overflow-x: clip;
}
.sec-service .sec-ttl .__metal {
  font-size: 7.2916666667vw;
  line-height: 1em;
  margin-left: -0.1em;
}
@media screen and (max-width: 767px) {
  .sec-service .sec-ttl .__metal {
    font-size: min(12vw, 60px);
  }
}
.sec-service .service-list ul .service-content .txt-wrap {
  width: 57.1875rem;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-content .txt-wrap {
    width: 100%;
  }
}
.sec-service .service-list ul .service-content .txt-wrap .service-ttl h3 {
  font-weight: 900;
}
.sec-service .service-list ul .service-content .txt-wrap .service-ttl h3 span.__jp {
  line-height: 1.3em;
}
.sec-service .service-list ul .service-content .txt-wrap .service-txt {
  margin-top: 2em;
}
.sec-service .service-list ul .service-content .txt-wrap .service-link {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-content .txt-wrap .service-link {
    width: 100%;
  }
}
.sec-service .service-list ul .service-content.__eabic {
  margin-top: -3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-content.__eabic {
    margin-top: 0;
  }
}
.sec-service .service-list ul .service-content.__eabic .txt-wrap .service-ttl {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.sec-service .service-list ul .service-content.__eabic .txt-wrap .service-ttl img.__logo {
  width: 6.75rem;
  height: auto;
  margin-right: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-content.__eabic .txt-wrap .service-ttl img.__logo {
    width: 5.25em;
  }
}
@media screen and (max-width: 991px) {
  .sec-service .service-list ul .service-content.__eabic .txt-wrap .service-ttl img.__logo {
    width: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-content.__eabic .txt-wrap .service-ttl img.__logo {
    width: min(16vw, 4.375em);
    margin-right: 0.6em;
  }
}
.sec-service .service-list ul .service-content.__eabic .txt-wrap .service-ttl h3 span.__jp {
  font-size: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-content.__eabic .txt-wrap .service-ttl h3 span.__jp {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 991px) {
  .sec-service .service-list ul .service-content.__eabic .txt-wrap .service-ttl h3 span.__jp {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-content.__eabic .txt-wrap .service-ttl h3 span.__jp {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-content.__eabic .txt-wrap .service-ttl h3 span.__en {
    font-size: min(3.4vw, 0.9em);
  }
}
.sec-service .service-list ul .service-content.__eabic .service-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 47.9166666667vw;
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-content.__eabic .service-img {
    position: relative;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-top: 4em;
  }
}
.sec-service .service-list ul .service-content.__smv {
  position: relative;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-content.__smv {
    padding-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-content.__smv {
    padding-top: 3em;
  }
}
.sec-service .service-list ul .service-content.__smv .txt-wrap {
  margin-left: auto;
}
.sec-service .service-list ul .service-content.__smv .txt-wrap .service-ttl h3 span.__jp {
  font-size: 2.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-content.__smv .txt-wrap .service-ttl h3 span.__jp {
    font-size: 2.25em;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-content.__smv .txt-wrap .service-ttl h3 span.__jp {
    font-size: min(7vw, 1.75em);
  }
}
.sec-service .service-list ul .service-content.__smv .service-img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-content.__smv .service-img {
    position: relative;
    transform: initial;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-content.__smv .service-img {
    margin-top: 4em;
    margin-bottom: 2em;
  }
}
.sec-service .service-list ul .service-content.__smv .service-img .img-wrap:nth-of-type(1) {
  width: 33.3333333333vw;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-content.__smv .service-img .img-wrap:nth-of-type(1) {
    width: 47.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-content.__smv .service-img .img-wrap:nth-of-type(1) {
    width: 70%;
  }
}
.sec-service .service-list ul .service-content.__smv .service-img .img-wrap:nth-of-type(2) {
  width: 19.53125vw;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-bottom: -4.1666666667vw;
  margin-right: -4.1666666667vw;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-content.__smv .service-img .img-wrap:nth-of-type(2) {
    width: 30%;
    margin-right: 22.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-content.__smv .service-img .img-wrap:nth-of-type(2) {
    width: 50%;
    margin-bottom: -20px;
    margin-right: 20px;
  }
}
.sec-service .service-list ul .service-content.__smv .service-img .img-wrap:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-content.__smv .service-img .img-wrap:nth-of-type(2) img {
    border-radius: 2.8125rem;
  }
}

.sec-recruit {
  overflow: clip;
  color: #fff;
  background-image: url(../images/bg-recruit.jpg);
}
@media screen and (max-width: 767px) {
  .sec-recruit {
    padding-top: 60px;
  }
}
.sec-recruit .__txtcircle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.sec-recruit .sec-inner .sec-ttl {
  margin-top: -0.2em;
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-inner .sec-content {
    padding-top: 2em;
  }
}
.sec-recruit .sec-inner .sec-content .sec-catch h3 {
  color: #fff;
  font-weight: 700;
}
.sec-recruit .sec-inner .sec-content .sec-link {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-inner .sec-content .sec-link {
    width: 100%;
  }
}

.sec-news .sec-ttl {
  color: #303738;
  text-align: center;
}
.sec-news .sec-content {
  margin-top: 3em;
}
.sec-news .sec-content .news-list {
  width: 100%;
  height: 10em;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 991px) {
  .sec-news .sec-content .news-list {
    height: 16em;
  }
}
.sec-news .sec-content .news-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.sec-news .sec-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .sec-news .sec-link {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .sec-link {
    width: 100%;
    margin-top: 4em;
    margin-bottom: 2em;
  }
}

.sec-links {
  position: relative;
  z-index: 4;
  margin-bottom: -5rem;
}
@media screen and (max-width: 1199px) {
  .sec-links {
    margin-bottom: -4em;
  }
}
.sec-links .link-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-links .link-list ul {
    display: block;
  }
}
.sec-links .link-list ul .link-wrap {
  width: calc(33.3333333333% - 1.25rem);
}
@media screen and (max-width: 991px) {
  .sec-links .link-list ul .link-wrap {
    width: 100%;
    margin-top: 1.6em;
  }
  .sec-links .link-list ul .link-wrap:nth-of-type(1) {
    margin-top: 0;
  }
}
.sec-links .link-list ul .link-wrap a {
  overflow: clip;
  position: relative;
  z-index: 2;
  color: #fff;
  background: linear-gradient(90deg, #278eb2, #75d1c9);
  height: 100%;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-links .link-list ul .link-wrap a {
    border-top-right-radius: 2.8125rem;
    border-bottom-left-radius: 2.8125rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-links .link-list ul .link-wrap a {
    padding: 0 1em;
  }
}
.sec-links .link-list ul .link-wrap a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #278eb2, #75d1c9);
  transform: scaleX(-1);
  opacity: 0;
  transition: all 0.48s ease;
}
.sec-links .link-list ul .link-wrap a:hover::before {
  opacity: 1;
}
.sec-links .link-list ul .link-wrap a .link-ttl h2 {
  display: inline-block;
  margin-top: -0.2em;
}
.sec-links .link-list ul .link-wrap a .link-txt {
  padding-top: 3rem;
  padding-bottom: 5.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-links .link-list ul .link-wrap a .link-txt {
    padding-top: 2.4em;
    padding-bottom: 4.2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-links .link-list ul .link-wrap a .link-txt {
    padding-top: 1.2em;
    padding-bottom: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-links .link-list ul .link-wrap a .link-txt {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}
.sec-links .link-list ul .link-wrap a .link-txt .txt-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-links .link-list ul .link-wrap a .link-txt .txt-inner {
    height: 3.5em;
  }
}
.sec-links .link-list ul .link-wrap a .link-txt p {
  font-size: 1.0625rem;
}
@media screen and (max-width: 1199px) {
  .sec-links .link-list ul .link-wrap a .link-txt p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 991px) {
  .sec-links .link-list ul .link-wrap a .link-txt p {
    font-size: 1em;
  }
}

footer .footer-inner {
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    padding-top: 4em;
  }
}/*# sourceMappingURL=index.css.map */