@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    Top
----------------------------------------------------------- */
#top main .main {
  background-image: url(../img/top/main_img01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

#top main .main .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}

#top main .main .inner .site_id {
  width: 450px;
}

#top main .main .inner .scroll {
  line-height: 1;
  position: absolute;
  bottom: calc(2vw + 10px);
  left: 50%;
  transform: translateX(-50%);
}

#top main .main .inner .scroll a {
  padding-bottom: 20px;
  position: relative;
}

#top main .main .inner .scroll a:after {
  border-top: 10px solid #000000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  animation: sdb 1.5s infinite;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@keyframes sdb {
  0% {
    transform: translate(-50%) translateY(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%) translateY(5px);
    opacity: 0;
  }
}

#top main .container > section {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 10vw;
}

#top main .container .bg_sec {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

#top main .container > section .inner {
  position: relative;
}

#top main .container > section .hd_01 {
  position: absolute;
  top: 0;
  left: -5vw;
}

#top main .container #concept_sec {
  padding-bottom: 7.5vw;
}

#top main .container #concept_sec .contents {
  display: flex;
}

#top main .container #concept_sec .contents .txt_box {
  flex: 1 1;
}

#top main .container #concept_sec .contents .txt_box .ttl_box h3 {
  line-height: 0;
  width: 500px;
}

#top main .container #concept_sec .contents .txt_box .ttl_box h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0.5vw
}

#top main .container #concept_sec .contents .txt_box .lead_box {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1.5vw;
  line-height: 1.8;
}

#top main .container #concept_sec .contents .pic_box {
  flex: 0 1 500px;
  margin-top: -3vw;
}

#top main .container #work_sec {
  padding-bottom: 5vw;
}

#top main .container #work_sec .contents {
  display: flex;
}

#top main .container #work_sec .contents .pic_box {
  flex: 1 1;
  margin-right: 4.5vw;
  margin-top: -5vw;
}

#top main .container #work_sec .contents .pic_box picture {
  width: 800px;
  margin-left: -18vw;
}

#top main .container #work_sec .contents .pic_box picture img {
  xmargin-left: -5vw;
}

#top main .container #work_sec .contents .txt_box {
  flex: 0 1 500px;
}

#top main .container #work_sec .contents .txt_box .lead_box {
  font-size: 16px;
  font-size: 1.6rem;
}

#top main .container #work_sec .contents .txt_box .lead_box > p:not(:first-of-type) {
  margin-top: 1vw;
}

#top main .container #work_sec .contents .txt_box .work_box {
  margin-top: 3vw;
}

#top main .container #work_sec .contents .txt_box .work_box h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

#top main .container #work_sec .contents .txt_box .work_box .work_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.75vw;
  width: calc(100% + 1.5vw);
}

#top main .container #work_sec .contents .txt_box .work_box .work_list .work_detail {
  display: flex;
  margin-left: 1.5vw;
  margin-top: 1.5vw;
  width: calc(100% / 2 - 1.5vw);
}

#top main .container #work_sec .contents .txt_box .work_box .work_list .work_detail:nth-of-type(2n+1) {
  margin-left: 0;
}

#top main .container #work_sec .contents .txt_box .work_box .work_list .work_detail:nth-of-type(-n+2) {
  margin-top: 0;
}

#top main .container #work_sec .contents .txt_box .work_box .work_list .work_detail:before {
  background-color: #d8d8d8;
  content: "";
  height: 100%;
  width: 20px;
  margin-right: 0.75em;
}

#top main .container #work_sec .contents .txt_box .work_box .work_list .work_detail ul {
  line-height: 1.3;
  padding: 0.15vw 0;
}

#top main .container #work_sec .contents .txt_box .work_box .work_list .work_detail ul li:not(:first-of-type) {
  margin-top: 0.15vw;
}

#top main .container #company_sec {
  padding-bottom: 7.5vw;
}

#top main .container #company_sec .contents {
  display: flex;
}

#top main .container #company_sec .contents .map_box {
  flex: 0 1 500px;
  margin-right: 3vw;
}

#top main .container #company_sec .contents .map_box iframe {
  filter: grayscale(100%);
}

#top main .container #company_sec .contents .txt_box {
  flex: 1 1;
}

#top main .container #company_sec .contents .txt_box > ul > li {
  border-bottom: 1px solid #000000;
}

#top main .container #company_sec .contents .txt_box > ul > li > dl {
  display: flex;
}

#top main .container #company_sec .contents .txt_box > ul > li > dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 6em;
  padding-bottom: 1vw;
  padding-top: 1vw;
  position: relative;
}

#top main .container #company_sec .contents .txt_box > ul > li:first-of-type > dl dt {
  padding-top: 0;
}

#top main .container #company_sec .contents .txt_box > ul > li > dl dt:after {
  background-color: #000000;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 5px;
  width: 100%;
}

#top main .container #company_sec .contents .txt_box > ul > li > dl > dd {
  padding-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 1vw;
  flex: 1 1;
}

#top main .container #company_sec .contents .txt_box > ul > li:first-of-type > dl > dd {
  padding-top: 0;
}

#top main .container #company_sec .contents .txt_box > ul > li > dl.address dd span {
  display: block;
}

#top main .container #company_sec .contents .txt_box > ul > li > dl.business dd ul {
  line-height: 1.2;
}

#top main .container #company_sec .contents .txt_box > ul > li > dl.business dd ul li {
  display: flex;
  margin-top: 0.25vw;
}

#top main .container #company_sec .contents .txt_box > ul > li > dl.business dd ul li:first-of-type {
  margin-top: 0;
}

#top main .container #company_sec .contents .txt_box > ul > li > dl.business dd ul li:before {
  content: "・";
  margin-right: 0.15em;
}

#top main .container #company_sec .squad_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 3vw;
}

#top main .container #company_sec .squad_btn p a {
  background-image: url(../img/common/squad_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5vw 2vw;
  width: 200px;
}

#top main .container #company_sec .squad_btn p a:hover {
  opacity: 0.5;
}