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

トップページ

-------------------- */
/* -----------------
fv_wrap
-------------------- */
.fv_wrap {
  overflow: hidden;
}
.fv_wrap img {
  width: 100%;
}


/* -----------------
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: #eb6ea5;
}
.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: #00a0e9;
}
.works_wrap .list .ttl {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  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: #595757;
  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;
  color: #fff;
  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;
  margin-bottom: 50px;
}

/* -----------------
news_wrap
-------------------- */
.news_wrap {
  margin-top: 44px;
}
.news_wrap .list {
  margin: 48px auto 0;
  padding: 16px 13px;
  width: 100%;
  max-width: 900px;
  height: 200px;
  border: 1.5px solid #231815;
  overflow-y: scroll;
}
.news_wrap .list li {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .news_wrap .list li {
    margin-bottom: 10px;
  }
}
.news_wrap .list time,
.news_wrap .list .txt {
  font-size: 1.9rem;
  line-height: 1.6666666667;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .news_wrap .list time,
  .news_wrap .list .txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.news_wrap .list .txt_icon span{
  font-size: 1.9rem;
  line-height: 1.6666666667;
  padding: 1px 10px 2px 10px;
  color: #FFF;
  background: #830009;
  border-radius: 9px;
}
@media screen and (max-width: 767px) {
  .news_wrap .list .txt_icon span{
    font-size: 1.2rem;
    padding: 1px 5px 2px 5px;
    line-height: 1.5;
  }
}
.news_wrap .list time {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .news_wrap .list time {
    width: 72px;
  }
}
.news_wrap .list .txt_icon {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .news_wrap .list .txt_icon {
    width: 70px;
  }
}
.news_wrap .list .txt {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .news_wrap .list .txt {
    width: calc(100% - 144px);
  }
}

/* -----------------
about_wrap
-------------------- */
.about_wrap {
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .about_wrap {
    margin-top: 42px;
  }
}
.about_wrap .d_list {
  display: flex;
  flex-wrap: wrap;
  margin: 68px auto 0;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .about_wrap .d_list {
    margin-top: 65px;
    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: 106px auto 0;
  max-width: 700px;
}
@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 .company_d_list {
  margin: 44px auto 0;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .about_wrap .company_d_list {
    width: 80.46875%;
  }
}
.about_wrap .company_d_list dt {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.7272727273;
  color: #595757;
  text-align: center;
}
.about_wrap .company_d_list dd {
  margin-top: 56px;
}
.about_wrap .company_d_list dd + dt {
  margin-top: 30px;
  padding-top: 45px;
  border-top: 1px solid #595757;
}
.about_wrap .company_d_list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .about_wrap .company_d_list .list {
    display: block;
  }
  .about_wrap .company_d_list .list li {
    margin: 0 auto;
  }
  .about_wrap .company_d_list .list li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.about_wrap .company_d_list .group_company .list li {
  width: 375px;
}
@media screen and (max-width: 767px) {
  .about_wrap .company_d_list .group_company .list li {
    width: 100%;
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .about_wrap .company_d_list .cooperating_company .list::after {
    content: "";
    width: 240px;
  }
}
.about_wrap .company_d_list .cooperating_company .list li {
  width: 240px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .about_wrap .company_d_list .cooperating_company .list li:nth-child(n+4) {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .about_wrap .company_d_list .cooperating_company .list li {
    width: 100%;
    max-width: 240px;
  }
}
.about_wrap .company_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;
}
/* -----------------
about_us_wrap
-------------------- */
.about_us_wrap {
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .about_us_wrap {
    margin-top: 42px;
  }
}
.about_us_wrap .wrap {
  width: 100%;
  max-width: 100%;
}
.about_us_wrap .d_list {
  display: flex;
  flex-wrap: wrap;
  margin: 68px auto 0;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .d_list {
    margin-top: 65px;
    width: 80.46875%;
    max-width: 550px;
  }
}
.about_us_wrap .d_list .txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .d_list .txt {
    font-size: 1.2rem;
  }
}
.about_us_wrap .d_list dt {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 90px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .d_list dt {
    padding: 0;
    width: 90px;
  }
}
.about_us_wrap .d_list dd {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .about_us_wrap .d_list dd {
    padding-left: 3.6%;
    width: calc(100% - 90px);
  }
}
.about_us_wrap .table_wrap {
  margin: 106px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .table_wrap {
    margin-top: 50px;
    width: 80.46875%;
  }
}
.about_us_wrap .table_wrap .sttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
.about_us_wrap .table_wrap table th,
.about_us_wrap .table_wrap table td {
  border: 1px solid #595757;
}
.about_us_wrap .table_wrap table th {
  font-size: 1.6rem;
  text-align: center;
  width: 180px;
  background: #ddd;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .table_wrap table th {
    width: 29.126213592%;
  }
}
.about_us_wrap .table_wrap table td {
  padding: 13px 10px;
  width: calc(100% - 180px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .table_wrap table td {
    width: 70.873786408%;
  }
}
.about_us_wrap .table_wrap table td .txt {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
.about_us_wrap .map_wrap {
  margin-top: 100px;
}
.about_us_wrap .map_wrap .map_box {
  position: relative;
  height: 300px;
}
.about_us_wrap .map_wrap .map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.about_us_wrap .map_wrap .map_btn {
  text-align: right;
  margin: 26px auto 0;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .map_wrap .map_btn {
    width: 80.46875%;
  }
}
.about_us_wrap .map_wrap .map_btn a {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  background: #231815;
}
.about_us_wrap .company_d_list {
  margin: 44px auto 0;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .company_d_list {
    width: 80.46875%;
  }
}
.about_us_wrap .company_d_list dt {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.7272727273;
  color: #595757;
  text-align: center;
}
.about_us_wrap .company_d_list dd {
  margin-top: 56px;
}
.about_us_wrap .company_d_list dd + dt {
  margin-top: 30px;
  padding-top: 45px;
  border-top: 1px solid #595757;
}
.about_us_wrap .company_d_list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .company_d_list .list {
    display: block;
  }
  .about_us_wrap .company_d_list .list li {
    margin: 0 auto;
  }
  .about_us_wrap .company_d_list .list li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.about_us_wrap .company_d_list .group_company .list li {
  width: 375px;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .company_d_list .group_company .list li {
    width: 100%;
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .about_us_wrap .company_d_list .cooperating_company .list::after {
    content: "";
    width: 240px;
  }
}
.about_us_wrap .company_d_list .cooperating_company .list li {
  width: 240px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .about_us_wrap .company_d_list .cooperating_company .list li:nth-child(n+4) {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .about_us_wrap .company_d_list .cooperating_company .list li {
    width: 100%;
    max-width: 240px;
  }
}
.about_us_wrap .company_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: 80px;
  padding-bottom: 50px;
}
.philosophy_wrap .txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .philosophy_wrap {
    margin-top: 35px;
  }
}


/*# sourceMappingURL=index.css.map */
/* -----------------
info_wrap
-------------------- */
.info_wrap {
  margin-top: 44px;
}
.info_wrap .w_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .info_wrap .w_wrap {
    display: block;
  }
}
.info_wrap .w_wrap .list {
  width: 48.235294117%;
  height: 455px;
  border: 1.5px solid #231815;
  border-radius: 12.5px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .info_wrap .w_wrap .list {
    margin: 0 auto;
    width: 100%;
    max-width: 370px;
    height: 455px;
  }
}
.info_wrap .w_wrap .list_tw {
  width: 48.235294117%;
  height: 455px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .info_wrap .w_wrap .list_tw {
    margin: 20px auto;
    width: 100%;
    max-width: 370px;
    height: 455px;
  }
}

.info_wrap .w_wrap .list li {
  align-items: flex-start;
  padding: 10px;
  border-bottom: 2.5px dotted #595757;
}
@media screen and (max-width: 767px) {
  .info_wrap .w_wrap .list li {
    margin-bottom: 10px;
    border-bottom: 2.5px dotted #595757;
  }
}
.info_wrap .w_wrap .list .txt {
  font-size: 1.9rem;
  line-height: 1.3;
  color: #595757;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .info_wrap .w_wrap .list .txt {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 10px;
  }
}
.info_wrap .w_wrap .list .txt_st {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #595757;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .info_wrap .w_wrap .list .txt_st {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 10px;
  }
}
.info_wrap .w_wrap .list .txt_icon {
  font-size: 1.9rem;
  line-height: 1.6666666667;
  margin: 10px 10px 5px 15px;
  padding: 1px 10px 2px 10px;
  color: #FFF;
  background: #830009;
  border-radius: 9px;
}
@media screen and (max-width: 767px) {
  .info_wrap .w_wrap .list .txt_icon {
    font-size: 1.2rem;
    padding: 1px 5px 2px 5px;
    line-height: 1.5;
  }
}
.info_wrap .w_wrap .list time {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .info_wrap .w_wrap .list time {
    width: 100%;
  }
}
.info_wrap .w_wrap .list .txt_icon {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .info_wrap .w_wrap .list .txt_icon {
    width: 70px;
  }
}
.info_wrap .w_wrap .list .txt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .info_wrap .w_wrap .list .txt {
    width: 100%;
  }
}
