@charset "UTF-8";
/* -----------------

トップページ

-------------------- */
/* -----------------

/* -----------------
pr_wrap
-------------------- */
.pr_wrap {
  position: relative;
}
.pr_wrap img {
  width: 100%;
}
.pr_wrap .inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 75px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pr_wrap .inner {
    padding-top: 38px;
  }
}
.pr_wrap .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 84.6%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pr_wrap .ttl {
    width: 84.635416666%;
  }
}
.pr_wrap .ttl span {
  display: block;
}
.pr_wrap .ttl .jp {
  color: #595757;
  font-weight: 700;
  font-size: 4.6rem;
  letter-spacing: 0.025em;
}
.pr_wrap .ttl .jp + .jp {
  font-size: 3.7rem;
  margin-top: 16px;
}
.pr_wrap .ttl .ms {
  color: #fff;
  font-weight: 700;
  font-size: 4.6rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .pr_wrap .ttl .jp {
    font-size: 4.166666666vw;
  }
  .pr_wrap .ttl .jp + .jp {
    font-size: 4.166666666vw;
    margin-top: 1.692708333vw;
  }
}
.pr_wrap .ttl .en {
  font-size: 4.3rem;
  margin-top: 18px;
  padding-left: 145px;
}
@media screen and (max-width: 767px) {
  .pr_wrap .ttl .en {
    font-size: 3.90625vw;
    margin-top: 2.083333333vw;
    padding-left: 13.020833333vw;
  }
}


/* -----------------
project_wrap
-------------------- */
.project_wrap {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .project_wrap {
    margin-top: 20px;
  }
}
.project_wrap .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 845px;
}
@media screen and (max-width: 767px) {
  .project_wrap .wrap {
    display: block;
  }
}
.project_wrap .txt_box {
  width: 490px;
}
@media screen and (max-width: 767px) {
  .project_wrap .txt_box {
    width: 100%;
  }
}
.project_wrap .txt_box .ttl {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2777777778;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .project_wrap .txt_box .ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.project_wrap .txt_box .txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
  margin-top: 28px;
}
.project_wrap .txt_box_ms {
  width: 730px;
}
@media screen and (max-width: 767px) {
  .project_wrap .txt_box_ms {
    width: 100%;
  }
}
.project_wrap .txt_box_ms .ttl {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2777777778;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .project_wrap .txt_box_ms .ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.project_wrap .txt_box_ms .txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
  margin-top: 28px;
}
.project_wrap .img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .project_wrap .img {
    margin: 28px auto 0;
    width: 100%;
    max-width: 350px;
  }
}

/* -----------------
news_wrap
-------------------- */
.news_wrap {
  margin-top: 44px;
}
.news_wrap .list {
  margin: 48px auto 0;
  padding: 16px 13px;
  width: 100%;
  max-width: 750px;
  height: 150px;
  border: 1px solid #231815;
  overflow-y: scroll;
}
.news_wrap .list li {
  display: flex;
  align-items: flex-start;
}
.news_wrap .list time,
.news_wrap .list .txt {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  color: #595757;
}
.news_wrap .list time {
  width: 100px;
}
.news_wrap .list .txt {
  width: calc(100% - 100px);
}

/* -----------------
works_wrap
-------------------- */
.works_wrap {
  margin-top: 44px;
}
.works_wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .works_wrap .list {
    display: block;
  }
}
.works_wrap .list li {
  width: 48.235294117%;
  height: 490px;
}
@media screen and (max-width: 767px) {
  .works_wrap .list li {
    margin: 0 auto;
    width: 100%;
    max-width: 205px;
    height: 300px;
  }
}
.works_wrap .list li:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .works_wrap .list li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.works_wrap .list li:nth-child(2) a, .works_wrap .list li:nth-child(3) a {
  background: #898989;
}
.works_wrap .list li:nth-child(2) .ttl,
.works_wrap .list li:nth-child(2) .txt, .works_wrap .list li:nth-child(3) .ttl,
.works_wrap .list li:nth-child(3) .txt {
  color: #fff;
}
.works_wrap .list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #efefef;
}
.works_wrap .list .ttl {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  color: #595757;
  padding: 11px 15px;
}
@media screen and (max-width: 767px) {
  .works_wrap .list .ttl {
    font-size: 1.5rem;
    padding: 6px 7px;
  }
}
.works_wrap .list .txt_box {
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .works_wrap .list .txt_box {
    padding: 5px;
  }
}
.works_wrap .list .txt_en {
  font-size: 4.1rem;
  line-height: 1.3658536585;
  color: #efefef;
  text-align: right;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .works_wrap .list .txt_en {
    font-size: 2rem;
  }
}
.works_wrap .list .txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .works_wrap .list .txt {
    font-size: 1.2rem;
  }
}
.works_wrap .list .more {
  text-align: right;
  margin-top: auto;
  padding-top: 10px;
}
.works_wrap .list .more span {
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 4px 12px 5px;
  background: #231815;
}
.works_wrap .bnr {
  margin-top: 50px;
}

/* -----------------
about_wrap
-------------------- */
.about_wrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about_wrap {
    margin-top: 42px;
  }
}
.about_wrap .wrap {
  width: 100%;
  max-width: 100%;
}
.about_wrap .d_list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .about_wrap .d_list {
    margin-top: 65px;
    width: 80.46875%;
    max-width: 550px;
  }
}
.about_wrap .pro_img {
  width: 900px;
  max-width: 900px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .about_wrap .pro_img {
    margin-top: 10px;
    width: 80.46875%;
    max-width: 550px;
  }
}
.about_wrap .d_list .txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about_wrap .d_list .txt {
    font-size: 1.2rem;
  }
}
.about_wrap .d_list dt {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 90px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .about_wrap .d_list dt {
    padding: 0;
    width: 90px;
  }
}
.about_wrap .d_list dd {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .about_wrap .d_list dd {
    padding-left: 3.6%;
    width: calc(100% - 90px);
  }
}
.about_wrap .table_wrap {
  margin: 75px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .about_wrap .table_wrap {
    margin-top: 50px;
    width: 80.46875%;
  }
}
.about_wrap .table_wrap .sttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
.about_wrap .table_wrap table th,
.about_wrap .table_wrap table td {
  border: 1px solid #595757;
}
.about_wrap .table_wrap table th {
  font-size: 1.6rem;
  text-align: center;
  width: 180px;
  background: #ddd;
}
@media screen and (max-width: 767px) {
  .about_wrap .table_wrap table th {
    width: 29.126213592%;
  }
}
.about_wrap .table_wrap table td {
  padding: 13px 10px;
  width: calc(100% - 180px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .about_wrap .table_wrap table td {
    width: 70.873786408%;
  }
}
.about_wrap .table_wrap table td .txt {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
.about_wrap .map_wrap {
  margin-top: 100px;
}
.about_wrap .map_wrap .map_box {
  position: relative;
  height: 300px;
}
.about_wrap .map_wrap .map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.about_wrap .map_wrap .map_btn {
  text-align: right;
  margin: 26px auto 0;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .about_wrap .map_wrap .map_btn {
    width: 80.46875%;
  }
}
.about_wrap .map_wrap .map_btn a {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  background: #231815;
}
.about_wrap .project_d_list {
  margin: 10px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .about_wrap .project_d_list {
    width: 80.46875%;
  }
}
.about_wrap .project_d_list dt {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.7272727273;
  color: #595757;
  text-align: center;
}
.about_wrap .project_d_list dd {
  margin-top: 30px;
}
.about_wrap .project_d_list dd + dt {
  margin-top: 40px;
  padding-top: 45px;
  border-top: 1px solid #595757;
}
.about_wrap .project_d_list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .about_wrap .project_d_list .list {
    display: block;
  }
  .about_wrap .project_d_list .list li {
    margin: 0 auto;
  }
  .about_wrap .project_d_list .list li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.about_wrap .project_d_list .project_content .list li {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .about_wrap .project_d_list .project_content .list li {
    width: 100%;
    max-width: 375px;
  }
}
.about_wrap .project_d_list .project_content .list li picture {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .about_wrap .project_d_list .project_content .list li picture {
    width: 100%;
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .about_wrap .project_d_list .cooperating_company .list::after {
    content: "";
    width: 240px;
  }
}
.about_wrap .project_d_list .cooperating_company .list li {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .about_wrap .project_d_list .cooperating_company .list li:nth-child(n+4) {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .about_wrap .project_d_list .cooperating_company .list li {
    width: 100%;
    max-width: 240px;
  }
}
.about_wrap .project_d_list .cooperating_txt {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin-top: 6px;
}

/* -----------------
philosophy_wrap
-------------------- */
.philosophy_wrap {
  margin-top: 102px;
  padding-bottom: 79px;
}
.philosophy_wrap .txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  text-align: center;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .philosophy_wrap {
    margin-top: 55px;
  }
}

/*# sourceMappingURL=index.css.map */

/* -----------------
acchievement_ty_wrap
-------------------- */
.acchievement_ty_wrap {
  margin-top: 44px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .acchievement_ty_wrap {
    margin-top: 23px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .acchievement_ty_wrap .wrap {
    width: 94%;
  }
}
.acchievement_ty_wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 26px auto 0;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .acchievement_ty_wrap .list {
    margin: 3px auto 0;
    margin-top: 23px;
    max-width: 412px;
  }
}
@media screen and (min-width: 768px) {
  .acchievement_ty_wrap .list::before, .acchievement_ty_wrap .list::after {
    content: "";
    width: 280px;
  }
  .acchievement_ty_wrap .list::before {
    order: 1;
  }
}
.acchievement_ty_wrap .list li {
  font-size: 0;
  width: 196px;
}
.acchievement_ty_wrap .list li:nth-child(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .acchievement_ty_wrap .list li {
    width: 48%;
  }
  .acchievement_ty_wrap .list li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.acchievement_ty_wrap .list .img {
  margin-bottom: 0px;
}

.acchievement_ty_wrap .list .room_name {
  text-align: left;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
.acchievement_ty_wrap .list .cap {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.1818181818;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
  display: block;
  padding: 4px 0 6px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .acchievement_ty_wrap .list .cap {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=f-court_series.css.map */
