@charset "utf-8";
/* common
-------------------------------------------------------------- */
.ctWrap figure {
  width: 46%;
  order: 2;
}
.ctWrap.reverse figure {
  order: -1;
}
.ctWrap .txtArea {
  width: 44%;
}
.ctWrap.reverse .txtArea {
  width: 46%;
}
@media (min-width: 768px) {
  header {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition:
      opacity 0.8s ease,
      transform 0.8s ease;
  }
  header.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  header {
    transition: none !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .ctWrap figure {
    margin-left: 10%;
    width: 90%;
  }
  .ctWrap.reverse figure {
    margin-left: 0;
    width: 90%;
    order: 1;
  }
  .ctWrap .txtArea,
  .ctWrap.reverse .txtArea {
    width: 100%;
  }
}
/* mv
-------------------------------------------------------------- */
#mv {
  position: relative;
  height: calc(100vh - 60px);
  z-index: 1;
}
#mv .mySwiper {
  position: absolute;
  width: 100%;
  height: 100%;
}
#mv .swiper-slide {
  background-size: cover;
}
#mv .mv01 {
  background-image: url(../img/index/mv01.jpg);
}
#mv .mv02 {
  background-image: url(../img/index/mv02.jpg);
}
#mv .mv03 {
  background-image: url(../img/index/mv03.jpg);
}
#mv .mvArea {
  position: relative;
  margin: auto;
  background: rgba(32, 47, 84, 0.8);
  width: 90%;
  max-width: 976px;
  color: var(--white);
  text-align: center;
  z-index: 2;
}
#mv .mvArea h1 {
  padding: 170px 0 50px;
}
#mv .mvArea .catch {
  padding: 0 10px 50px;
  font-size: 3.2rem;
  letter-spacing: 2px;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
#mv .mvArea .catch.is-out {
  opacity: 0;
  transform: translateY(6px);
}
#mv .mvArea .catch.is-in {
  opacity: 1;
  transform: translateY(0);
}
#mv .mvArea .tel dt {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 2px;
}
#mv .mvArea .tel dd a {
  padding: 10px 0 5px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3px;
}
#mv .mvArea .tel dd strong {
  display: block;
  font-size: 1.2rem;
}
#mv .mvArea nav {
  padding: 50px 50px 70px;
}
#mv .mvArea nav li {
  position: relative;
  width: 20%;
}
#mv .mvArea nav li.navNews {
  display: none;
}
#mv .mvArea nav li:first-child:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--white);
  content: '';
}
#mv .mvArea nav li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--white);
  content: '';
}
#mv .mvArea nav li a {
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  opacity: .96;
}
#mv .mvArea nav li a:hover {
  opacity: .64;
}
.br-sp {
  display: inline;
}
@media (max-width: 1100px) {
  #mv .mvArea h1 {
    padding: 80px 0 30px;
  }
  #mv .mvArea .catch {
    padding: 0 10px 30px;
    font-size: 2.2rem;
  }
  #mv .mvArea nav {
    padding: 30px 80px 40px;
  }
}
@media (max-width: 767px) {
  #mv {
    margin-top: 60px;
  }
  #mv .swiper-slide {
    background-position: center;
  }
  #mv .mvArea {
    padding: 0 5%;
    width: 80%;
    max-width: 560px;
  }
  #mv .mvArea h1 {
    padding: 40px 15px 30px;
  }
  #mv .mvArea .catch {
    padding: 0 0 30px;
    margin: auto;
    font-size: 1.5rem;
    text-align: left;
    width: fit-content;
    max-width: 100%;
  }
  #mv .mvArea .tel dt {
    font-size: 1.4rem;
  }
  #mv .mvArea .tel dd a {
    padding: 10px 0 5px;
    font-size: 1.8rem;
  }
  #mv .mvArea .tel dd strong {
    padding-bottom: 50px;
    font-size: 1rem;
  }
  #mv .mvArea nav {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* greeting
-------------------------------------------------------------- */
#greeting {
  padding: 250px 0;
}
#greeting p {
  padding-bottom: 30px;
  line-height: 2.2;
}
#greeting p:last-of-type {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #greeting {
    padding: 60px 0;
  }
  #greeting p {
    padding-bottom: 20px;
    line-height: 2;
  }
  #greeting p:last-of-type {
    padding-bottom: 30px;
  }
}

/* service
-------------------------------------------------------------- */
#service p {
  padding-bottom: 60px;
  line-height: 2.2;
}
#service .reverse h3 {
  padding: 30px 0;
  text-align: right;
}
#service .btn {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #service .container {
    width: 100%;
  }
  #service p {
    padding: 0 5% 30px;
  }
  #service h3,
  #service .reverse h3 {
    padding: 10px 5%;
    text-align: left;
  }
  #service .btn {
    margin-bottom: 10px;
  }
}
/* intro
-------------------------------------------------------------- */
#intro {
  padding: 280px 0 250px;
}
#intro p {
  padding-top: 30px;
  line-height: 2.2;
}
#intro .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #intro {
    padding: 50px 0 60px;
  }
  #intro .container {
    width: 100%;
  }
  #intro figure {
    order: -1;
  }
  #intro p {
    padding: 0 5% 20px;
  }
  #intro .btn {
    margin-top: 0;
  }
}
/* recruit
-------------------------------------------------------------- */
#recruit p {
  padding-top: 10px;
  line-height: 2.2;
}
#recruit .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #recruit .container {
    width: 100%;
  }
  #recruit figure {
    order: -1;
  }
  #recruit p {
    padding: 0 5% 20px;
  }
  #recruit .btn {
    margin-top: 0;
  }
}
/* news
-------------------------------------------------------------- */
#news {
  position: relative;
  padding: 200px 0 100px;
}
#news ul {
  padding-bottom: 30px;
}
#news li {
  padding: 40px 0;
  border-bottom: 1px solid rgba(32, 47, 84, 0.4);
}
#news li:last-child {
  border: none;
}
#news li .date {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #news {
    padding: 50px 0 0;
  }
  #news ul {
    padding-bottom: 20px;
  }
  #news li {
    padding: 20px 0 10px;
  }
  #news li .date {
    padding-bottom: 10px;
  }
}
