@charset "utf-8";
/* ============================================================
 main
============================================================ */
#main {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 60px;
  }
}
.ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl {
    margin-bottom: 25px;
  }
}
/* ============================================================
 mv
============================================================ */
#mv {
  margin: 0 20px;
  height: 85vh;
  display: flex;
  justify-content: center;
  position: relative;
  background: url(/_pack/images/mv.png) no-repeat center top;
  background-size: cover!important;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 68vh;
    margin: 0 10px;
    background: url(/_pack/images/mv_sp.png) no-repeat center top;
    border-radius: 8px;
  }
}
.mv-copy {
  max-width: 810px;
  padding: 45% 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .mv-copy {
    max-width: 292px;
    padding: 60% 15px 0 15px;
  }
}
.mv-scroll {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 1.2rem;
}
.mv-scroll .icon {
  width: 24px;
  margin-top: 5px;
  animation: sdb 2s infinite;
}
@media screen and (max-width: 767px) {
  .mv-scroll {
    bottom: 25px;
    font-size: 1rem;
  }
}
@keyframes sdb {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(0);
  }
}
/* ============================================================
 concept
============================================================ */
.concept ul {
  display: flex;
}
.concept ul li:first-child {
  flex: 1;
}
.concept ul li:last-child {
  width: 54.5%;
  margin-left: 4.5%;
}
.concept .icon {
  width: 64px;
  margin-bottom: 20px;
}
.concept .concept-copy {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
}
.concept .txt {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .concept .concept-copy {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .concept .ttl {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .concept ul {
    flex-flow: column-reverse;
  }
  .concept ul li:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  .concept ul li:last-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .concept .icon {
    width: 48px;
    margin-bottom: 15px;
  }
  .concept .concept-copy {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
  .concept .txt {
    margin-top: 20px;
  }
}
/* ============================================================
 service
============================================================ */
.service {
  background: #F6ECDA;
}
.service .service-copy {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.service .service-block {
  margin-top: 60px;
  padding: 60px;
  background: #fff;
  border-radius: 16px;
}
.service .service-block.labeled {
  margin-top: 90px;
  padding: 0 60px 60px;
}
.service .service-list-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.service .service-list-ttl .icon {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 6px;
}
.service .enterprise {
  color: #FAA06E;
}
.service .facility {
  color: #AACDEB;
}
.service .service-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: -20px;
}
.service .service-list li {
  flex: 1;
  margin-left: 20px;
}
.service .service-list dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .service-list dt img {
  width: 160px;
}
.service .service-list dd {
  margin-top: 30px;
  text-align: center;
}
.service .service-list dd p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .service .service-copy {
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .service .service-block {
    margin-top: 30px;
    padding: 6%;
    border-radius: 8px;
  }
  .service .service-block.labeled {
    margin-top: 50px;
    padding: 0 7% 30px 6%;
  }
  .service .service-list-ttl {
    font-size: 1.6rem;
  }
  .service .service-list-ttl .icon {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-bottom: 10px;
  }
  .service .service-list {
    display: block;
    margin-left: 0;
  }
  .service .service-list li {
    margin-top: 25px;
    margin-left: 0;
  }
  .service .service-list dl {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .service .service-list dt {
    width: 29%;
  }
  .service .service-list dt img {
    width: 100%;
  }
  .service .service-list dd {
    flex: 1;
    margin-top: 0;
    margin-left: 6.7%;
    text-align: left;
  }
  .service .service-list dd p {
    margin-top: 5px;
  }
}
/* ============================================================
 news
============================================================ */
.news ul {
  display: flex;
}
.news ul li:first-child {
  width: 28%;
  margin-right: 5%;
  padding: 40px;
  background: #F2A999;
}
.news ul li:last-child {
  flex: 1;
}
.news .ttl {
  text-align: left;
}
.news .ttl .en,
.news .ttl .jp {
  color: #fff;
}
.news .news-list a {
  display: flex;
  padding: 2.4em 2em;
  border-bottom: 1px solid #EAEAEA;
  color: #312927;
  transition: all 0.4s;
}
.news .news-list a:first-of-type {
  border-top: 1px solid #EAEAEA;
}
.news .news-list a:hover {
  color: #F2A999;
}
.news .news-list .date {
  width: 9.5em;
}
.news .news-list .news-ttl {
  flex: 1;
}
.news .view-all {
  display: flex;
  justify-content: flex-end;
}
.news .view-all a {
  height: 26px;
  margin: 2em 1em 4em 1em;
  padding: 0 calc(24px + 9px) 0 1.2em;
  display: flex;
  align-items: center;
  position: relative;
  color: #F2A999;
  border: none!important;
  border-radius: 30px;
  line-height: 1;
  transition: all 0.4s;
}
.news .view-all a:after {
  content: "";
  background: url(/_pack/images/arrow_next.png) no-repeat center center;
  background-size: 8px;
  width: 24px;
  height: 24px;
  margin-left: 1em;
  position: absolute;
  right: 0;
  border: 1px solid #F2A999;
  border-radius: 100%;
  transition: all 0.4s;
  z-index: -1;
}
.news .view-all a:hover {
  background: none;
}
.news .view-all a:hover:after {
  content: "";
  background: #F2A999 url(/_pack/images/arrow_next_white.png) no-repeat center center;
  background-size: 8px;
}
@media screen and (max-width: 767px) {
  .news ul {
    display: block;
  }
  .news ul li:first-child {
    width: 100%;
    margin-right: 0;
    padding: 20px 7% 25px;
  }
  .news ul li:last-child {
    margin-top: 25px;
  }
  .news .ttl {
    margin-bottom: 0;
  }
  .news .news-list a {
    display: block;
    padding: 1.3em 1em;
  }
  .news .news-list .date {
    width: 100%;
  }
  .news .news-list .news-ttl {
    margin-top: 0.5em;
  }
  .news .view-all a {
    margin: 2em 1em 0 1em;
  }
}
/* ============================================================
 company
============================================================ */
.company {
  background: #FAFAFA;
}
.company ul {
  display: flex;
}
.company ul .map {
  width: 40%;
  margin-right: 5.4%;
  border-radius: 16px;
  position: relative;
}
.company ul .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.company ul .detail {
  flex: 1;
}
.company ul .detail dl {
  padding: 1.6em 1.3em;
  border-top: 1px solid #E5E5E5;
}
.company ul .detail dl:last-of-type {
  border-bottom: 1px solid #E5E5E5;
}
.company ul .detail dt {
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .company ul {
    flex-flow: column-reverse;
  }
  .company ul .map {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    border-radius: 8px;
    height: 0;
    overflow: hidden;
    padding-bottom: 90%;
  }
  .company ul .detail {
    width: 100%;
  }
  .company ul .detail dl {
    padding: 0.8em;
  }
  .company ul .detail dt {
    margin-bottom: 0.8em;
  }
}
/* ============================================================
 contact
============================================================ */
.contact {
  background: #F6ECDA;
}
.contact ul li {
  margin-top: 30px;
}
.contact .privacy-policy {
  width: 100%;
  height: 240px;
  overflow-y: scroll;
}
.contact .privacy-policy div {
  background: #fff;
  padding: 2em 2.5em;
}
.contact .privacy-policy .list-ttl {
  font-weight: 700;
  margin-top: 1.5em;
}
.contact .privacy-policy .indent-letter1 {
  margin-left: 1.5em;
}
.contact .privacy-policy .indent-letter2 {
  margin-left: 2.5em;
}
.contact .privacy-policy .indent-letter2 {
  margin-left: 3.5em;
}
.contact .privacy-policy table td {
  vertical-align: top;
}
.contact .privacy-policy table td:first-child {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact ul li {
    margin-top: 20px;
  }
  .contact .privacy-policy div {
    padding: 1.5em 2em;
  }
}
.agree-block {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .agree-block {
    margin-top: 20px;
  }
}
