@charset "utf-8";
body{
  width:100%;
  background-color:#f2ede7;
}
.container{
  width:100%;
  overflow: hidden;
  position: relative;
  background-color:#f2ede7;
}
.container.active{
  height:100vh;
}
.mainWrap{
  width:100%;
  height:120px;
  display:flex;
  justify-content: center;
  align-items: center;
  background-color:#b29267;
  margin-top:91px;
}
.mainWrap .main_ttl{
  font-size:36px;
  line-height:1;
  color:#fff;
  margin:0 auto;
  text-align: center;
}

@media all and (max-width: 1438px) {
  .mainWrap{
    height:7.143vw;
    margin-top:5.417vw;
  }
  .mainWrap .main_ttl{
    font-size:2.143vw;
  }
}

@media all and (max-width: 768px) {
  .mainWrap{
    height:18.49vw;
    margin-top:13.932vw;
  }
  .mainWrap .main_ttl{
    font-size:6.25vw;
  }
}

.article_wrap{
  width:100%;
  padding:125px 0 120px;
}
.article_wrap .inner_article_wrap{
  width:1080px;
  margin:0 auto;
  color:#333;
}

@media (max-width: 768px) {
    .article_wrap {
        padding: 10.417vw 0 15.625vw;
    }
    .article_wrap .inner_article_wrap {
        width: 100%;
        margin: 0 auto;
    }
}


.flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.company_table {
    font-size: 14px;
    letter-spacing: 0.04em;
    border-left: 0;
    border-top: 1px solid #DEDEDE;
    margin-bottom: 120px;
}
.company_table th {
    font-weight: 500;
    background: #F9F8F6;
    vertical-align: baseline;
}
.company_table th {
    width: 19.79%;
}
.company_table td {
    width: 80.21%;
    background: #FFFFFF;
}
.company_table th, .company_table td {
    font-weight: normal;
    padding: 23px 16px 24px;
    border-right: 0;
    border-bottom: 1px solid #DEDEDE;
    text-align: left;
    line-height: 1.5;
}
.company_table_list {
    max-width: 584px;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.company_table_list:before {
    content: "他";
    display: inline-block;
    position: absolute;
    right: -36px;
    bottom: 0;
}
.company_table_list ul {
    list-style: none;
}
.company_table_list li {
    width: 47.43%;
    margin-bottom: 14px;
}
.company_table_list2 li {
    margin-bottom: 17px;
    width: 100%;
    position: relative;
    padding-left: 15px;
}
.company_table_list li:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
.company_table_list2 li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    transform: translate(0, -50%);
    background: #000000;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}
.company_table_list2_dl dt {
    font-weight: normal;
    width: 230px;
}
.company_table_list2_dl dd {
    width: calc(100% - 231px);
}

@media screen and (max-width: 768px) {
    .company_table th, .company_table td {
        width: calc(100% - 20px);
        display: block;
        padding: 10px;
    }
    .company_table td {
        font-size: 3.385vw;
    }
}
@media screen and (max-width: 480px) {
    .company_table_list:last-child {
        margin-bottom: 0;
    }
    .company_table_list:before {
        right: 0;
    }
    .company_table_list li {
        width: 100%;
        font-size: 3.385vw;
        margin-bottom: 8px;
    }
    .company_table_list li:nth-last-child(-n + 2) {
        margin-bottom: 8px;
    }
    .company_table_list2 li {
        margin-bottom: 15px;
    }
    .company_table_list2_dl dd, .company_table_list2_dl dt {
        width: 100%;
        font-size: 3.385vw;
    }
}

.mb0 {
    margin-bottom: 0 !important;
}
