@charset "UTF-8";
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.mv {
  background: url("../img/mv.jpg")no-repeat center center/cover;
  height: 100vh;
  padding: 10rem 3rem;
  display: flex;
  align-items: center;
}
.cls-1 {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1;
  stroke-miterlimit: 50;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  animation: strokeAnimation 2s linear 0s infinite;
  -webkit-animation: strokeAnimation 2s ease-in-out forwards;
}
@keyframes strokeAnimation {
  0% {
    stroke-dashoffset: 1800;
    fill: transparent;
  }
  80% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.mv .outline {
  font-size: 7rem;
  max-width: 70rem;
  margin-left: auto;
  font-weight: 800;
  font-style: italic;
  text-stroke: 2px #fff;
  -webkit-text-stroke: 2px #fff;
  color: #fff;
  text-align: right;
  width: 100%;
}
.cont_ttl {
  font-size: 3.8rem;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 3rem;
}
.cont_ttl small {
  font-size: 1.2rem;
  display: block;
  margin-top: 1rem;
}
.cont_ttl small span {
  position: relative;
  padding-left: 9rem;
}
.cont_ttl.center small span {
  position: relative;
  padding: 0 9rem;
}
.cont_ttl small span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 8rem;
  height: 2px;
  background-color: #000;
}
.cont_ttl.center small span::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 8rem;
  height: 2px;
  background-color: #000;
}
.introduction {
  padding: 9rem 1.5rem 3rem;
}
.introduction .contInr {
  max-width: 79rem;
  margin: auto;
}
.introduction .contInr .txt {
  padding-left: 1.6rem;
  margin-left: auto;
  max-width: 62rem;
}
/*business*/
.business {
  padding: 9rem 1.5rem 8rem;
}
.business .cont_ttl {
  margin-bottom: 6rem;
}
.business .business_list_inr {
  margin-bottom: 11rem;
}
.business .business_list .cont_ttl {
  margin-bottom: 1rem;
  font-size: 2.6rem;
}
.business .business_list .cont_ttl small {
  display: inline-block;
  margin-left: 1rem;
}
.business .business_list .photo_list {
  max-width: 52rem;
}
.business .business_list .photo_list li {
  width: calc(100% / 3);
  padding: 0 1rem
}
/*member*/
.member {
  background: url("../img/member.jpg")no-repeat center center/cover;
  color: #fff;
  padding: 9rem 1.5rem;
}
.member .contInr {
  max-width: 113rem;
}
.member .cont_ttl small span::after, .member .cont_ttl small span::before {
  background-color: #fff;
}
.member .member_list li {
  width: calc(100% / 3);
  padding: 0 10px;
  text-align: center;
  margin-bottom: 25px;
}
.member .member_list li small {
  color: #868686;
  display: block;
  font-size: 1rem;
}
/*company*/
.company {
  padding: 8rem 1.5rem 3rem;
}
.company .contInr {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  max-width: 124rem;
  padding: 5rem 3rem 8rem;
}
.company .contInr .com_inr_cont {
  max-width: 64rem;
  margin: 0 auto 20px;
}
.company .contInr .com_inr_cont .border_table {
  max-width: 49rem;
  width: 100%;
  margin-left: auto;
}
.company .contInr .border_table tr {
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
}
.company .contInr .border_table tr:last-child {
  border-bottom: none;
}
.company .contInr .border_table th {
  width: 80px;
  padding: 1.5rem 0;
}
.company .contInr .border_table td {
  width: calc(100% - 80px);
}
.company .contInr .map {
  width: 100%;
  height: 220px;
}
/*contact*/
.contact {
  background-color: #e3e3e3;
  padding: 7rem 1.5rem;
  max-width: 1020px;
  margin: -30px auto 0;
}
.contact .cont_ttl {
  margin-bottom: 40px;
}
.contact .cont_ttl small {
  margin-top: 0;
}
.contact .contact_btn {
  max-width: 70rem;
  margin: 0 auto 30px;
}
.contact .tell_btn {
  max-width: 70rem;
  margin: 0 auto;
}
.contact .contact_btn a, .contact .tell_btn a {
  width: 100%;
  display: block;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 3rem 1.5rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #999 0%, #999 50%, #e3e3e3 50%, #e3e3e3 100%);
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.contact .contact_btn a {
  font-size: 1.6rem;
  border: 1px solid #292929;
}
.contact .contact_btn a span {
  position: relative
}
.contact .contact_btn a span::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/email.gif")no-repeat center center/contain;
  right: -5rem;
  top: 80%;
  transform: translateY(-50%)scale(-1, 1);
}
.contact .tell_btn a {
  font-size: 3rem;
  padding: 3rem;
  display: block;
  line-height: 1.4;
  font-weight: 700;
}
.contact .tell_btn a small {
  display: block;
  font-size: 1.1rem;
}
@media only screen and (min-width:769px) {
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .mv {
    padding: 10rem 10rem 10rem 3rem;
  }
  .mv .outline {
    font-size: 12rem;
    width: 80%;
  }
  .cont_ttl {
    font-size: 5.8rem;
  }
  .cont_ttl small {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .business .business_list li {
    justify-content: space-between;
  }
  .business .business_list .main_img {
    width: 42%;
  }
  .business .business_list .txtwrap {
    width: 58%;
    padding-left: 5rem
  }
  .business .business_list .txtwrap.item02 {
    padding: 0 5rem 0 0
  }
  .business .business_list .txtwrap .txt {
    margin-bottom: 1.5rem;
  }
  .business .business_list .cont_ttl {
    font-size: 3.6rem;
  }
  .member .member_list li {
    width: calc(100% / 4);
    padding: 0 15px;
  }
  .company {
    padding: 12rem 1.5rem 3rem;
  }
  .company .contInr .map {
    height: 420px;
  }
  .company .contInr .border_table th {
    width: 200px;
  }
  .company .contInr .border_table td {
    width: calc(100% - 200px);
  }
  .contact .contact_btn a:hover, .contact .tell_btn a:hover {
    background-position: 0 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    color: #fff;
  }
  .contact .contact_btn a span::after {
    top: 50%;
  }
}
@media only screen and (min-width:1066px) {
  .member .member_list li {
    width: calc(100% / 6);
  }
  .company .contInr {
    padding: 5rem 6rem;
  }
}
@media only screen and (max-width:768px) {
  .business .business_list .main_img {
    margin-bottom: 2rem;
  }
  .business .business_list .txt {
    margin-bottom: 2rem;
  }
}