#main_img_area {
  color: #FFFFFF;
}

h2.line {
  color: #002e8c;
  font-weight: 600;
  position: relative;
}

h2.line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #002e8c;
}

h2.line::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #e7e7e7;
}

#company_index .contents_area h2 {
  text-align: center;
  color: #002e8c;
}

#company_index .contents_area ul.list {
  display: flex;
  flex-wrap: wrap;
}

#company_index .contents_area ul.list > li h3 .ja {
  color: #000000;
}

#company_index .contents_area ul.list > li h3 .en {
  color: #002e8c;
}

#company_vision #quality_up {
  background: #f2f4f9;
}

#company_vision #quality_up h2 {
  color: #002e8c;
  font-weight: normal;
}

#company_overview .overview_contents table th {
  text-align: left;
  position: relative;
}

#company_overview .overview_contents table th.align_top {
  vertical-align: top;
}

#company_overview .overview_contents table td dl dd.map a {
  color: #002e8c;
}

#company_navi li a {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  align-items: center;
}

#company_navi li a .txt .ja {
  color: #000000;
}

#company_navi li a .txt .en {
  color: #002e8c;
}

#company_navi li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #a8a8a8;
  border-top: 1px solid #a8a8a8;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}

#company_navi li.active a {
  background: #002e8c;
}

#company_navi li.active a .txt .ja {
  color: #FFFFFF;
}

#company_navi li.active a .txt .en {
  color: #FFFFFF;
}

#company_navi li.active a::after {
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}

#company_customer .customer_contents #customer_navi li {
  position: relative;
}

#company_customer .customer_contents #customer_navi li a {
  color: #002e8c;
  position: relative;
}

#company_customer .customer_contents #customer_navi li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #002e8c;
  border-bottom: 1px solid #002e8c;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

#company_customer .customer_contents #customer_navi li::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #002e8c;
  position: absolute;
  bottom: 0;
  left: 0;
}

#company_customer .customer_contents #customer_navi li::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #e7e7e7;
  position: absolute;
  bottom: 0;
  left: 40px;
}

#company_history #history_table {
  border-bottom: 1px solid #e7e7e7;
}

#company_history #history_table .year_group {
  border-top: 1px solid #e7e7e7;
}

#company_history #history_table th {
  color: #002e8c;
  text-align: left;
  font-weight: normal;
}

#company_presentation-office #platform h2 {
  color: #002e8c;
}

#company_presentation-office #tsuyama h2 {
  color: #002e8c;
}

#company_presentation-office #tsuyama_calendar {
  text-align: center;
}

#company_presentation-office #tsuyama_calendar h2 {
  color: #002e8c;
}

#company_presentation-office #fukuyama h2 {
  color: #002e8c;
}

#company_presentation-office .office_address_area .office_name {
  font-weight: bold;
}

#company_survey .survey_contents h2,
#company_survey .survey_contents h3 {
  color: #002e8c;
  font-weight: 500;
}

#company_survey .survey_contents #survey_result .point_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

#company_survey .survey_contents #survey_result .point_area li {
  display: flex;
  align-items: center;
}

#company_survey .survey_contents #survey_result .point_area li .color {
  display: block;
}

#company_survey .survey_contents #survey_result .point_area li .txt {
  font-weight: 600;
}

#company_survey .survey_contents #survey_result .point_area li.point_a .color {
  background: #1d2a77;
}

#company_survey .survey_contents #survey_result .point_area li.point_b .color {
  background: #036e93;
}

#company_survey .survey_contents #survey_result .point_area li.point_c .color {
  background: #9d2a77;
}

#company_survey .survey_contents #survey_result .result_area {
  display: flex;
  flex-wrap: wrap;
}

#company_award #award_pickup {
  background: #f2f4f9;
}

#company_award #award_pickup #award_pickup_list li {
  background: #FFFFFF;
}

#company_award #award_pickup #award_pickup_list li .date {
  color: #002e8c;
}

#company_award #award_list #award_navi li {
  position: relative;
}

#company_award #award_list #award_navi li a {
  color: #002e8c;
  position: relative;
}

#company_award #award_list #award_navi li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #002e8c;
  border-bottom: 1px solid #002e8c;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

#company_award #award_list #award_navi li::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #002e8c;
  position: absolute;
  bottom: 0;
  left: 0;
}

#company_award #award_list #award_navi li::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #e7e7e7;
  position: absolute;
  bottom: 0;
  left: 40px;
}

#company_award #award_list h2 {
  color: #002e8c;
  font-weight: 500;
}

#company_award #award_list table th {
  background: #002e8c;
  color: #FFFFFF;
  text-align: left;
  font-weight: normal;
  border-left: 1px solid #FFFFFF;
}

#company_award #award_list table td {
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

#company_award #award_list table tr th:nth-of-type(1) {
  border-left: none;
}

#company_award #award_list table tr:nth-of-type(2n+1) td {
  background: #f2f4f9;
}

#company_award #award_list #award_list02 tr td.rowspan {
  background: #ffffff;
}

#company_cm #cboxOverlay {
  background: #000000;
}

#company_cm #cboxPrevious {
  left: 5px;
}

#company_cm #cboxClose {
  right: 5px;
}

#company_cm #colorbox #cboxTitle {
  display: none !important;
}

#company_cm #colorbox #cboxCurrent {
  bottom: -2px;
}

#company_cm #colorbox #cboxTopLeft,
#company_cm #colorbox #cboxTopCenter,
#company_cm #colorbox #cboxTopRight,
#company_cm #colorbox #cboxBottomLeft,
#company_cm #colorbox #cboxBottomCenter,
#company_cm #colorbox #cboxBottomRight,
#company_cm #colorbox #cboxMiddleLeft,
#company_cm #colorbox #cboxMiddleRight {
  background: none;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  #main_img_area {
    background: url(../img/company/index/pc/mv.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  h2.line {
    color: #002e8c;
    font-size: 2.13rem;
    padding-bottom: 22px;
  }
  h2.line::before {
    left: 0;
    width: 120px;
  }
  h2.line::after {
    left: 120px;
    width: 980px;
  }
  #company_navi {
    width: 1200px;
    margin: 120px auto 120px;
  }
  #company_navi ul {
    display: flex;
    flex-wrap: wrap;
  }
  #company_navi ul li {
    width: 360px;
    margin: 0 0 0 60px;
  }
  #company_navi ul li a {
    padding: 30px 50px 30px 30px;
    box-sizing: border-box;
  }
  #company_navi ul li a .image {
    width: 80px;
    margin-right: 30px;
  }
  #company_navi ul li a .txt {
    width: 170px;
  }
  #company_navi ul li a .txt .ja {
    font-size: 0.97rem;
  }
  #company_navi ul li a .txt .en {
    font-size: 0.73rem;
    font-weight: 600;
  }
  #company_navi ul li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  #company_navi ul li:nth-of-type(1), #company_navi ul li:nth-of-type(2), #company_navi ul li:nth-of-type(3) {
    border-top: 1px solid #e7e7e7;
  }
  #company_index .contents_area {
    width: 1200px;
    margin: 0 auto;
    padding: 110px 0 115px;
  }
  #company_index .contents_area h2 {
    font-size: 2.13rem;
    font-weight: 500;
  }
  #company_index .contents_area ul.list {
    margin-top: 75px;
  }
  #company_index .contents_area ul.list > li {
    width: 360px;
    margin: 58px 0 0 60px;
  }
  #company_index .contents_area ul.list > li h3 {
    margin-top: 17px;
    line-height: 1.3;
  }
  #company_index .contents_area ul.list > li h3 .ja {
    font-size: 1.2rem;
    font-weight: normal;
  }
  #company_index .contents_area ul.list > li h3 .en {
    font-size: 0.75rem;
  }
  #company_index .contents_area ul.list > li:nth-of-type(1), #company_index .contents_area ul.list > li:nth-of-type(2), #company_index .contents_area ul.list > li:nth-of-type(3) {
    margin-top: 0;
  }
  #company_index .contents_area ul.list > li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  #company_message #company_navi {
    margin-top: 160px;
  }
  #company_message .message_movie {
    background: #f2f4f9;
    text-align: center;
    min-width: 1200px;
    margin: 120px 0 0 auto;
    padding: 120px 0;
  }
  #company_message .message_contents {
    display: flex;
    flex-direction: row-reverse;
    width: calc(600px + 50%);
    min-width: 1200px;
    margin: 120px 0 0 auto;
  }
  #company_message .message_contents .message_txt_area {
    width: 600px;
    padding-right: 70px;
    padding-top: 40px;
    box-sizing: border-box;
  }
  #company_message .message_contents .message_txt_area h2 {
    font-size: 2.13rem;
    font-weight: normal;
    line-height: 1.55;
  }
  #company_message .message_contents .message_txt_area h2 .kakko {
    margin: 0 0.1em 0 -0.4em;
  }
  #company_message .message_contents .message_txt_area h2 .kakkotoji {
    margin-right: -0.4em;
  }
  #company_message .message_contents .message_txt_area .txt {
    margin-top: 45px;
    line-height: 1.87;
  }
  #company_message .message_contents .message_txt_area .txt2 {
    line-height: 1.87;
  }
  #company_message .message_contents .message_txt_area .name {
    text-align: right;
    margin-top: 50px;
  }
  #company_message .message_contents .image {
    text-align: right;
    width: calc(100% - 600px);
  }
  #company_vision .vision_image {
    margin-top: 120px;
    text-align: center;
  }
  #company_vision #management_philosophy,
  #company_vision #pride_plan,
  #company_vision #management_vision {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  #company_vision #management_philosophy {
    margin-top: 115px;
    text-align: center;
  }
  #company_vision #management_philosophy h2 {
    text-align: left;
  }
  #company_vision #management_philosophy h3 {
    text-align: center;
    margin-top: 65px;
    font-weight: normal;
    font-size: 2.93rem;
  }
  #company_vision #management_philosophy ul {
    display: inline-block;
    margin-top: 40px;
  }
  #company_vision #management_philosophy ul li {
    text-align: left;
    margin-top: 20px;
    font-size: 1.2rem;
  }
  #company_vision #management_philosophy ul li:nth-of-type(1) {
    margin-top: 0;
  }
  #company_vision #management_vision {
    margin-top: 105px;
  }
  #company_vision #management_vision ul {
    display: flex;
    margin-top: 60px;
  }
  #company_vision #management_vision ul li {
    width: 320px;
    margin-left: 70px;
  }
  #company_vision #management_vision ul li h3 {
    margin-top: 25px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
  }
  #company_vision #management_vision ul li .txt {
    margin-top: 20px;
    line-height: 1.6;
  }
  #company_vision #management_vision ul li:nth-of-type(1) {
    margin-left: 0;
  }
  #company_vision #pride_plan {
    margin-top: 105px;
  }
  #company_vision #pride_plan .txt {
    margin-top: 35px;
  }
  #company_vision #vision_copy {
    text-align: center;
    margin-top: 50px;
    font-size: 2.13rem;
  }
  #company_vision #quality_up {
    margin-top: 65px;
    padding: 70px 0 100px;
  }
  #company_vision #quality_up h2 {
    text-align: center;
    font-size: 1.87rem;
  }
  #company_vision #quality_up ul {
    width: 1000px;
    margin: 70px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #company_vision #quality_up ul li {
    width: 435px;
    margin-top: 75px;
  }
  #company_vision #quality_up ul li h3 {
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 22px;
  }
  #company_vision #quality_up ul li .txt {
    margin-top: 20px;
    line-height: 1.6;
  }
  #company_vision #quality_up ul li:nth-of-type(1), #company_vision #quality_up ul li:nth-of-type(2) {
    margin-top: 0;
  }
  #company_overview .overview_contents {
    width: 1050px;
    margin: 120px auto 0;
  }
  #company_overview .overview_contents table th {
    width: 195px;
    padding: 29px 80px 27px 0;
    box-sizing: border-box;
  }
  #company_overview .overview_contents table th.align_top {
    vertical-align: top;
  }
  #company_overview .overview_contents table th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #company_overview .overview_contents table tr.location th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #c0c0c0;
  }
  #company_overview .overview_contents table td {
    width: 850px;
    padding: 29px 50px 27px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
  }
  #company_overview .overview_contents table td dl {
    display: flex;
  }
  #company_overview .overview_contents table td dl dt {
    width: 245px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  #company_overview .overview_contents table td dl dd.address {
    width: 425px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  #company_overview .overview_contents table td dl dd.map {
    display: flex;
    align-items: center;
  }
  #company_overview .overview_contents table td dl dd.map a {
    position: relative;
    padding-right: 20px;
  }
  #company_overview .overview_contents table td dl dd.map a::after {
    content: "";
    background: url(../img/common/ext-link_blu.png) no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
  }
  #company_overview .overview_contents table td:nth-of-type(1) {
    border-top: 1px solid #e7e7e7;
  }
  #company_customer #company_navi {
    margin-top: 155px;
  }
  #company_customer .customer_contents {
    width: 1100px;
    margin: 95px auto 0;
  }
  #company_customer .customer_contents #customer_navi {
    display: flex;
    flex-wrap: wrap;
  }
  #company_customer .customer_contents #customer_navi li {
    display: flex;
    width: 220px;
    margin: 25px 0 0 70px;
    position: relative;
  }
  #company_customer .customer_contents #customer_navi li a {
    display: flex;
    width: 220px;
    padding: 20px 0 17px;
    font-size: 1.07rem;
    position: relative;
  }
  #company_customer .customer_contents #customer_navi li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  #company_customer .customer_contents #customer_navi li:nth-of-type(1), #company_customer .customer_contents #customer_navi li:nth-of-type(2), #company_customer .customer_contents #customer_navi li:nth-of-type(3), #company_customer .customer_contents #customer_navi li:nth-of-type(4) {
    margin-top: 0;
  }
  #company_customer .customer_contents section.customer_list_area {
    margin-top: 110px;
  }
  #company_customer .customer_contents section.customer_list_area > ul {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
  }
  #company_customer .customer_contents section.customer_list_area > ul li {
    margin-top: 9px;
    line-height: 1.6;
    width: 365px;
    padding-right: 15px;
    box-sizing: border-box;
    padding-left: 1em;
    text-indent: -1em;
  }
  #company_history #history_table {
    width: 1100px;
    margin: 120px auto 0;
  }
  #company_history #history_table th {
    width: 230px;
    padding: 25px 0 30px;
    line-height: 1.2;
    vertical-align: top;
  }
  #company_history #history_table th .year {
    font-size: 2.53rem;
    font-weight: 300;
  }
  #company_history #history_table th .wareki {
    font-size: 0.87rem;
  }
  #company_history #history_table td.month {
    width: 140px;
    padding: 30px 0;
    vertical-align: top;
  }
  #company_history #history_table td.event {
    width: 730px;
    box-sizing: border-box;
    padding: 30px 20px;
    vertical-align: top;
  }
  #company_presentation-office .main_image,
  #company_presentation-office #platform,
  #company_presentation-office #tsuyama,
  #company_presentation-office #fukuyama .contents {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  #company_presentation-office .main_image {
    margin-top: 120px;
  }
  #company_presentation-office #platform {
    margin-top: 110px;
  }
  #company_presentation-office #platform h2 {
    text-align: center;
    font-size: 2.13rem;
    line-height: 1.5;
    font-weight: normal;
  }
  #company_presentation-office #platform .solution_area {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #company_presentation-office #platform .solution_area .text_area {
    width: 480px;
  }
  #company_presentation-office #platform .solution_area .text_area .txt {
    margin-top: 25px;
    line-height: 1.47;
  }
  #company_presentation-office #platform .solution_area .text_area .txt:nth-of-type(1) {
    margin-top: 0;
  }
  #company_presentation-office #platform .solution_area .text_area dl {
    margin-top: 25px;
  }
  #company_presentation-office #platform .solution_area .text_area dl dd {
    margin-top: 2px;
    line-height: 1.47;
  }
  #company_presentation-office #tsuyama {
    margin-top: 105px;
  }
  #company_presentation-office #tsuyama h2 {
    text-align: center;
    font-size: 2.13rem;
    font-weight: normal;
  }
  #company_presentation-office #tsuyama .description {
    margin-top: 35px;
    text-align: center;
    line-height: 1.47;
  }
  #company_presentation-office #tsuyama .office_image {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  #company_presentation-office #tsuyama .office_image .caption {
    margin-top: 12px;
  }
  #company_presentation-office #tsuyama_calendar {
    text-align: center;
    margin-top: 110px;
  }
  #company_presentation-office #tsuyama_calendar h2 {
    font-weight: normal;
    font-size: 1.87rem;
  }
  #company_presentation-office #tsuyama_calendar .description {
    margin-top: 32px;
    text-align: center;
    line-height: 1.47;
  }
  #company_presentation-office #tsuyama_calendar .resreve {
    margin-top: 20px;
  }
  #company_presentation-office #tsuyama_calendar .resreve dt {
    font-weight: 600;
  }
  #company_presentation-office #tsuyama_calendar #tsuyama_calendar_area {
    margin-top: 60px;
  }
  #company_presentation-office #tsuyama_calendar .office_address_area {
    width: 1000px;
    margin: 120px auto 0;
    padding-left: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #company_presentation-office #tsuyama_calendar .office_address_area .image {
    margin-right: 60px;
  }
  #company_presentation-office #tsuyama_calendar .office_address_area .txt {
    margin-top: 25px;
    line-height: 1.47;
    text-align: left;
  }
  #company_presentation-office #tsuyama_calendar .office_address_area .txt:nth-of-type(1) {
    margin-top: 0;
  }
  #company_presentation-office #tsuyama_calendar #tsuyama_gmap_area {
    margin-top: 80px;
  }
  #company_presentation-office #fukuyama {
    margin-top: 135px;
    text-align: center;
  }
  #company_presentation-office #fukuyama h2 {
    font-weight: normal;
    font-size: 1.87rem;
  }
  #company_presentation-office #fukuyama .description {
    margin-top: 35px;
    text-align: center;
    line-height: 1.47;
  }
  #company_presentation-office #fukuyama .office_image {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  #company_presentation-office #fukuyama .office_image .caption {
    margin-top: 12px;
  }
  #company_presentation-office #fukuyama .office_address_area {
    width: 1000px;
    margin: 120px auto 0;
    padding-left: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #company_presentation-office #fukuyama .office_address_area .image {
    margin-right: 60px;
  }
  #company_presentation-office #fukuyama .office_address_area .txt {
    margin-top: 25px;
    line-height: 1.47;
    text-align: left;
  }
  #company_presentation-office #fukuyama .office_address_area .txt:nth-of-type(1) {
    margin-top: 0;
  }
  #company_presentation-office #fukuyama #fukuyama_gmap_area {
    margin-top: 80px;
  }
  #company_cm #company_navi {
    margin-top: 130px;
  }
  #company_cm .cm_contents section {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #company_cm .cm_contents section .cm_movie_area {
    width: 1000px;
    margin: 60px auto 0;
  }
  #company_cm .cm_contents section .txt {
    width: 1000px;
    margin: 15px auto 0;
  }
  #company_cm .cm_contents section#tv_prgoram {
    margin-top: 115px;
  }
  #company_cm .cm_contents section#newspaper_ad {
    margin-top: 120px;
  }
  #company_cm .cm_contents section#tv_cm, #company_cm .cm_contents section#movie {
    margin-top: 85px;
  }
  #company_cm .cm_contents section#poster {
    margin-top: 120px;
  }
  #company_cm .cm_contents #newspaper_ad .ad_list,
  #company_cm .cm_contents #poster .ad_list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  #company_cm .cm_contents #newspaper_ad .ad_list > li,
  #company_cm .cm_contents #poster .ad_list > li {
    width: 240px;
    margin: 33px 0 0 46px;
  }
  #company_cm .cm_contents #newspaper_ad .ad_list > li > dl dt,
  #company_cm .cm_contents #poster .ad_list > li > dl dt {
    width: 240px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
  }
  #company_cm .cm_contents #newspaper_ad .ad_list > li > dl dt .pict4,
  #company_cm .cm_contents #poster .ad_list > li > dl dt .pict4 {
    display: flex;
    flex-wrap: wrap;
    width: 140px;
  }
  #company_cm .cm_contents #newspaper_ad .ad_list > li > dl dt .pict4 a,
  #company_cm .cm_contents #poster .ad_list > li > dl dt .pict4 a {
    width: 50%;
  }
  #company_cm .cm_contents #newspaper_ad .ad_list > li > dl dd,
  #company_cm .cm_contents #poster .ad_list > li > dl dd {
    margin-top: 13px;
    line-height: 1.6;
  }
  #company_cm .cm_contents #newspaper_ad .ad_list > li:nth-of-type(4n+1),
  #company_cm .cm_contents #poster .ad_list > li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  #company_cm .cm_contents #newspaper_ad .ad_list > li:nth-of-type(1), #company_cm .cm_contents #newspaper_ad .ad_list > li:nth-of-type(2), #company_cm .cm_contents #newspaper_ad .ad_list > li:nth-of-type(3), #company_cm .cm_contents #newspaper_ad .ad_list > li:nth-of-type(4),
  #company_cm .cm_contents #poster .ad_list > li:nth-of-type(1),
  #company_cm .cm_contents #poster .ad_list > li:nth-of-type(2),
  #company_cm .cm_contents #poster .ad_list > li:nth-of-type(3),
  #company_cm .cm_contents #poster .ad_list > li:nth-of-type(4) {
    margin-top: 0;
  }
  #company_survey #company_navi {
    margin-top: 135px;
  }
  #company_survey .survey_contents {
    width: 1100px;
    margin: 110px auto 0;
  }
  #company_survey .survey_contents h2 {
    text-align: center;
    font-size: 2.13rem;
    line-height: 1.5;
  }
  #company_survey .survey_contents .description {
    width: 800px;
    margin: 30px auto 0;
    line-height: 1.6;
  }
  #company_survey .survey_contents #survey_result {
    margin-top: 105px;
  }
  #company_survey .survey_contents #survey_result h3 {
    text-align: center;
    font-size: 2.13rem;
  }
  #company_survey .survey_contents #survey_result .point_area {
    margin-top: 35px;
  }
  #company_survey .survey_contents #survey_result .point_area li {
    margin-left: 40px;
  }
  #company_survey .survey_contents #survey_result .point_area li .color {
    width: 15px;
    height: 15px;
  }
  #company_survey .survey_contents #survey_result .point_area li .txt {
    font-size: 0.87rem;
    margin-left: 10px;
  }
  #company_survey .survey_contents #survey_result .point_area li:nth-of-type(1) {
    margin-left: 0;
  }
  #company_survey .survey_contents #survey_result .result_area {
    margin-top: 80px;
  }
  #company_survey .survey_contents #survey_result .result_area li {
    margin: 95px 0 0 78px;
    width: 216px;
    text-align: center;
  }
  #company_survey .survey_contents #survey_result .result_area li h4 {
    margin-top: 22px;
    font-weight: 600;
    font-size: 1.2rem;
  }
  #company_survey .survey_contents #survey_result .result_area li .txt {
    text-align: left;
    margin-top: 15px;
    line-height: 1.6;
  }
  #company_survey .survey_contents #survey_result .result_area li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  #company_survey .survey_contents #survey_result .result_area li:nth-of-type(1), #company_survey .survey_contents #survey_result .result_area li:nth-of-type(2), #company_survey .survey_contents #survey_result .result_area li:nth-of-type(3), #company_survey .survey_contents #survey_result .result_area li:nth-of-type(4) {
    margin-top: 0;
  }
  #company_survey .survey_contents #survey_result .total {
    margin-top: 110px;
    text-align: center;
  }
  #company_survey .survey_contents #survey_result .total dd {
    margin-top: 60px;
    font-size: 0.87rem;
  }
  #company_award #award_pickup {
    padding: 118px 0 120px;
  }
  #company_award #award_pickup .description {
    text-align: center;
  }
  #company_award #award_pickup #award_pickup_list {
    width: 1100px;
    margin: 53px auto 0;
  }
  #company_award #award_pickup #award_pickup_list li {
    padding: 9px;
    margin-top: 30px;
  }
  #company_award #award_pickup #award_pickup_list li dl {
    display: flex;
    border: 2px solid #e5eaf3;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
  #company_award #award_pickup #award_pickup_list li dl dt {
    flex-shrink: 0;
    width: 180px;
    padding: 0 20px;
  }
  #company_award #award_pickup #award_pickup_list li dl dd {
    padding: 29px 40px 32px 0;
  }
  #company_award #award_pickup #award_pickup_list li dl dd .date {
    font-size: 0.8rem;
  }
  #company_award #award_pickup #award_pickup_list li dl dd h2 {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  #company_award #award_pickup #award_pickup_list li dl dd .txt {
    margin-top: 18px;
    line-height: 1.6;
  }
  #company_award #award_pickup #award_pickup_list li:nth-of-type(1) {
    margin-top: 0;
  }
  #company_award #award_list {
    padding: 101px 0 120px;
    width: 1100px;
    margin: 0 auto;
  }
  #company_award #award_list #award_navi {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 70px;
  }
  #company_award #award_list #award_navi li {
    display: flex;
  }
  #company_award #award_list #award_navi li a {
    display: flex;
    width: 220px;
    padding: 14px 0;
    font-size: 1.07rem;
  }
  #company_award #award_list h2 {
    font-size: 2.2rem;
    padding-bottom: 22px;
    font-weight: 500;
  }
  #company_award #award_list h2::before {
    left: 0;
    width: 120px;
  }
  #company_award #award_list h2::after {
    left: 120px;
    width: calc(100% - 120px);
  }
  #company_award #award_list table {
    margin-top: 54px;
    width: 100%;
  }
  #company_award #award_list table th {
    padding: 16px 25px 14px;
  }
  #company_award #award_list table td {
    padding: 18px 25px 15px;
    vertical-align: top;
  }
  #company_award #award_list #award_list01 {
    margin-top: 111px;
  }
  #company_award #award_list #award_list01 tr td:nth-of-type(1), #company_award #award_list #award_list01 tr td:nth-of-type(2) {
    white-space: nowrap;
  }
  #company_award #award_list #award_list02 {
    margin-top: 108px;
  }
  #company_award #award_list #award_list02 tr td:nth-of-type(1), #company_award #award_list #award_list02 tr td:nth-of-type(2) {
    white-space: nowrap;
  }
  #company_award #award_list #award_list03 {
    margin-top: 108px;
  }
  #company_award #award_list #award_list03 tr td:nth-of-type(1), #company_award #award_list #award_list03 tr td:nth-of-type(2) {
    white-space: nowrap;
  }
  #company_award #award_list #award_list05 {
    margin-top: 108px;
  }
  #company_award #award_list #award_list05 tr td:nth-of-type(1), #company_award #award_list #award_list05 tr td:nth-of-type(2) {
    white-space: nowrap;
  }
  #company_award #award_list #award_list04 {
    margin-top: 108px;
  }
  #company_award #award_list #award_list04 tr td:nth-of-type(2) {
    width: 11.2em;
  }
  #company_award #award_list #award_list04 tr td:nth-of-type(1), #company_award #award_list #award_list04 tr td:nth-of-type(3) {
    white-space: nowrap;
  }
}
