@charset "utf-8";

/* --------------------
top
-------------------- */
.first-view {
  position: relative;
  font-family: Fascinate,Train One;
}
.first-view img,
.first-view video {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.first-view-text {
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .first-view-text {
    top: 22%;
  }
}
.first-view-text p {
  font-family: Rubik Moonrocks,fantasy;
  font-size: 5rem;
  letter-spacing: .1rem;
}
@media screen and (max-width: 767px) {
  .first-view-text p {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}
.first-view-text ul {
  list-style: none;
}
.first-view ul li {
  margin: 1rem 0;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .first-view ul li {
    font-size: .8rem;
  }
}

/* --------------------
service
-------------------- */
.service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    display: block;
  }
}
.service-area {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .service-area {
    width: 100%;
  }
}
.service-area img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-area .service-title {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: .2rem;
}
.service-area .service-body {
  margin-top: 17px;
  line-height: 1.6;
  color: #4f4f4f;
  font-size: .9rem;
}

.service-section {
  background: #fff;
}
.service-section .service-area img {
  border-radius: 15px;
}

.record-section {
  background: #ece7e79e;
}
.record-section .service-area {
  background: #464646;
}
.record-section .service-area img {
  height: 165px;
}
.record-section .service-body {
  padding: 9px;
  margin-top: 0;
  color: #fff;
}
.record-title {
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: .3rem;
}
.record-link {
  margin-bottom: 1rem;
  color: #fff;
}
.record-link:before {
  margin-right: 4px;
}
.record-body {
  font-size: .8rem;
}

/* --------------------
business
-------------------- */
.business-section {
  background: #ece7e79e;
}
.business-body {
  line-height: 2.5;
  font-weight: 800;
  letter-spacing: .2rem;
  margin-top: 30px;
  color: #2f2f2f;
}
@media screen and (max-width: 767px) {
  .business-body {
    line-height: 2;
  }
}
.business-about-wrap {
  background: #fff;
  padding: 8%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .business-about-wrap {
    font-size: .8rem;
  }
}
.business-about-wrap dl {
  margin: 35px 0px;
  line-height: 2.5;
}
.business-about-wrap dl dt {
  float: left;
  font-weight: bold;
  max-width: 6.5rem;
}
@media screen and (max-width: 767px) {
  .business-about-wrap dl dt {
    max-width: 4.5rem;
  }
}
.business-about-wrap dl dd {
  margin-left: 6.5rem;
  padding-left: 1rem;
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  .business-about-wrap dl dd {
    margin-left: 4.5rem;
  }
}

.profile-section {
  background: #f5f5f5;
}
.profile-section .profile-wrap {
  padding: 35px;
  background: #fff;
  border-radius: 3px;
  color: #555;
  margin-top: 30px;
  line-height: 1.5;
}
.profile-section .profile-name {
  font-size: 1.4rem;
  font-weight: 700;
}
.profile-section .profile-name-ruby {
  font-size: .9rem;
}
.profile-section .profile-body {
  margin-top: 15px;
}


/* --------------------
information
-------------------- */
.information-section {
  background: #fff;
}
.information-wrap {
  margin-top: 30px;
}
.information-wrap ul {
  list-style: none;
}
.information-wrap li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.3rem;
}
.information-wrap li span {
  width: 8rem;
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.information-wrap li p {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.information-wrap li a {
  color: #d1a31e;
}
.information-wrap li a:hover {
  color: #edb61a;
}
