/*폰트불러오기*/
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff")
    format("woff");
  font-weight: 800;
  font-style: normal;
}

#container {
  border-left: 0;
  border-right: 0;
  width: 100%;
  padding: 0 0 120px 0;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #666;
}
.cont_wr {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.tit_h1 {
  padding-top: 100px;
  padding-bottom: 60px;
  color: #222;
  text-align: center;
}
.tit_h1 strong {
  font-size: 33px;
  display: block;
  font-weight: 600;
}
.tit_h1 strong:after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #666;
  margin: 20px auto;
}
.tit_h1 p {
  letter-spacing: 7px;
  font-weight: 600;
}


.tit2_h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #222;
  text-align: center;
}
.tit2_h1 strong {
  font-size: 33px;
  display: block;
  font-weight: 600;
}
.tit2_h1 strong:after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #666;
  margin: 20px auto;
}
.tit2_h1 p {
  letter-spacing: 7px;
  font-weight: 600;
}
/* sub00110 지점소개 0403 */
#container .place_wr {
  font-family: "Nanum Gothic";
}
.place_tab .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  margin: 1px;
}
.place_tab .tabs li {
  cursor: pointer;
  margin: -0.5px;
  flex: 1 1 auto;
}
.place_tit {
  padding: 24px 15px;
  background: none;
  color: #212121;
  text-align: center;
  border: 1px solid #e3e3e3;
  font-weight: 600;
}
.place_tab .tabs .current .place_tit {
  background: #1976d2;
  border: 1px solid #1976d2;
  color: #fff;
}

.place_tab .tab-content {
  display: none;
  padding: 38px 0;
}

.place_tab .tab-content.current {
  display: inherit;
}

.place_mapgr iframe {
  width: 100%;
  border: 1px solid #e3e3e3 !important;
}

.place_mapgr {
  position: relative;
}
.place_map_info {
  background: rgb(25 118 210 / 93%);
  max-width: 345px;
  width: 100%;
  height: 351px;
  position: absolute;
  top: 47px;
  right: 47px;
  z-index: 9;
  color: #fff;
}
.place_map_info_in {
  padding: 50px 46px 50px 47px;
}
.place_map_info h2 {
  margin: 21px 0 27px;
  font-size: 36px;
  font-weight: 600;
  font-family: "Nanum Gothic";
}

.place_map_info p {
  white-space: pre-line;
  line-height: 165%;
  word-break: keep-all;
}

.sub0101_top {
  background: #0d1324;
  padding-bottom: 70px;
}
.sub0101_top .tit_h1 {
  color: #fff;
}
.sub0101_top .tit_h1 strong:after {
  background: #fff;
}

ul.sub0101_ul01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  padding: 0;
}
ul.sub0101_ul01 li {
  flex: 1 1 19%;
  padding: 7px;
}
ul.sub0101_ul01 li .box {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  height: 150px;
}
ul.sub0101_ul01 li .box strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #111;
}
ul.sub0101_ul01 li .box p {
  font-weight: 300;
  margin-top: 15px;
}

.sub0101_ul02 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 90px;
  padding: 0;
}
.sub0101_ul02 li {
  flex: 1 1 19%;
  padding: 0 20px;
}
.sub0101_ul02 li .img {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.sub0101_ul02 li .img img {
  width: 100%;
}
.sub0101_ul02 li strong {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 40px;
}
.sub0101_ul02 li p {
  margin-top: 50px;
  font-weight: 300;
  word-break: keep-all;
  line-height: 150%;
}

.og_chart {
  position: relative;
  margin-bottom: 100px;
}
.og_chart .block_box {
  width: 50%;
  max-width: 290px;
  border-radius: 5px;
  text-align: center;
  padding: 16.5px 10px;
  border: 1px solid #444;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  background: #fff;
}
.og_chart .block_box.owner_box {
  color: #fff;
  border-color: #111;
  background: #111;
  margin: 0 auto;
}
.og_chart .block_box.owner_box:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #444;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
.og_chart .manager_block {
  display: flex;
  justify-content: center;
  margin: 60px 0 100px;
  position: relative;
}
.og_chart .manager_block:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #444;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.og_chart .manager_block .manager_box {
  margin: 0 8%;
}
.og_chart .sub_block {
  border: 1px solid #444;
  background: #fff;
  border-radius: 5px;
}
.og_chart .sub_block ul {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.og_chart .sub_block ul li {
  flex: 0 0 25%;
}
.og_chart .sub_block ul li > div {
  padding: 0 30px;
  margin: 30px 0;
  border-left: 1px solid #e3e3e3;
}
.og_chart .sub_block ul li:nth-child(1) > div {
  border: 0;
}
.og_chart .sub_block ul li strong {
  display: block;
  font-size: 21px;
  color: #111;
}
.og_chart .sub_block ul li p {
  font-weight: 300;
  line-height: 140%;
  margin-top: 12px;
}

.manager_list .manager_tit strong {
  display: block;
  font-size: 21px;
  color: #111;
}
.manager_list .manager_tit p {
  font-weight: 300;
  margin-top: 20px;
  line-height: 140%;
}
.manager_list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 100px;
  margin-top: 35px;
}
.manager_list ul li {
  flex: 0 0 16.666667%;
}
.manager_list ul li img {
  width: calc(100% - 12px);
  max-width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin: 6px auto;
}

.process_ul ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 35px;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.process_ul ul li {
  flex: 0 0 20%;
}
.process_ul ul li > div {
  padding: 0 30px 0 30px;
  border-right: 1px solid #e3e3e3;
  height: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.process_ul ul li em {
  display: block;
  padding-top: 45px;
  font-style: normal;
  color: #111;
  margin-bottom: 8px;
}
.process_ul ul li strong {
  font-size: 26px;
  font-weight: 800;
  display: block;
  color: #111;
}
.process_ul ul li p {
  margin-top: 30px;
  padding-bottom: 45px;
  font-weight: 300;
  line-height: 140%;
}

.call_wr {
  display: flex;
  flex-wrap: wrap;
  color: #222;
  padding: 20px;
  border: 1px solid #222;
  border-radius: 5px;
  margin-bottom: 20px;
}
.call_wr li {
  display: flex;
  margin-right: 40px;
}
.call_wr li dd {
  margin: 0;
  font-weight: 600;
  margin-right: 10px;
}

.col_3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
}
.col_3 .map_area_wr {
  flex: 0 0 50%;
}
.col_3 .map_area_wr .map_area {
  padding: 10px 10px;
}
.col_3 .map_area_wr iframe {
  height: 300px;
  border: 1px solid #b5b5b5 !important;
}

.col_3 .map_area_wr .map_area .address_wr {
  padding: 20px 0;
  min-height: 80px;
  width: 100%;
  color: #222;
}

.map_area {
  position: relative;
}

.map_area .address_wr th {
  color: #222;
  vertical-align: top;
  width: 90px;
}
.map_area .address_wr td {
  font-weight: 200;
  padding: 0 0 0 30px;
}
.map_area .address_wr td p {
  padding: 0 0 10px;
  word-break: keep-all;
}

/*주요업력게시판*/
.work_list {
  border-top: 2px solid #1976d2;
}
.work_list ul {
  padding: 0;
}
.work_list li {
  border-bottom: 1px solid #e3e3e3;
  padding: 22px 0;
  display: flex;
  align-items: center;
}
.work_list li .year_wr {
  min-width: 110px !important;
  color: #000;
}
.work_list li .year_wr strong {
  font-size: 20px;
}
.work_list li .year_wr p {
  font-size: 15px;
}
/*
.work_list li .pt_logo{border:1px solid #e3e3e3;width:200px;}
.work_list li .pt_logo img{width:100%;}
*/
.work_list li .pt_logo {
  border: 1px solid #e3e3e3;
  width: 300px;
  height: 60px;
}
.work_list li .pt_logo img {
  height: 100%;
}
.work_list li .work_info {
  width: calc(100% - 234px);
  padding: 0 0 0 20px;
  font-size: 16px;
}
.work_list li .work_info b {
  color: #000;
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #e3e3e3;
}
.work_list li .work_info b:nth-child(1) {
  padding-left: 0;
}
.work_list li .work_info b:last-child {
  border-right: 0;
}
.work_list li .work_info span {
  font-weight: 600;
  display: inline-block;
  padding: 0 5px;
  line-height: 100%;
}
.work_list li .work_info .work_txt {
  margin-top: 8px;
  font-weight: 200;
  word-break: keep-all;
}
.work_list .btn {
  border: 0;
}

.pager_wr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pager_wr button {
  border: 1px solid #e3e3e3;
  width: 30px;
  height: 30px;
  background: #fff;
  font-family: "Pretendard", sans-serif;
  margin: 3px;
}
.pager_wr button.active,
.pager_wr button:hover {
  background: #1976d2;
  border-color: #1976d2;
  color: #fff;
}

/* Company */
.company_wrap {
  font-family: "Nanum Gothic", Sans-Serif;
}
.company_wrap * {
  word-break: keep-all;
}
.company_sec {
  width: 1420px;
  margin: 0 auto;
}
.full_wrap {
  width: 100%;
}
.full_wrap > img {
  width: 100%;
}
.text_highlight {
  color: #008282 !important;
}
.line_short {
  width: 50px;
  height: 3px;
  margin: 0 auto 60px;
  background-color: #008282;
}
.mb_only {
  display: none;
}
.company_wrap .tit_h1 {
  text-align: left;
  font-size: 60px;
  font-weight: 800;
  color: #013a43;
  line-height: 1.2;
}
.company_wrap .tit_h2 {
  line-height: 1.2;
  color: #013a43;
  font-size: 52px;
  font-weight: 800;
}
.company_wrap .tit_h3 {
  line-height: 1.2;
  color: #013a43;
  font-size: 28px;
  font-weight: 800;
}
.company_wrap .txt1 {
  font-size: 18px;
  color: #222222;
  line-height: 1.5;
}
.company_wrap .txt2 {
  font-size: 18px;
  color: #888888;
  line-height: 1.5;
}
.company_sec1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company_sec1 .right {
  padding-left: 145px;
}
.company_sec2 {
  display: flex;
  margin: 0 auto;
  padding: 120px 0;
}
.company_sec2_item {
  width: 33.333333%;
}
.company_sec2_item .ic_wrap {
  width: 80px;
  margin-bottom: 26px;
}
.ic_wrap img {
  width: 100%;
}
.company_sec2_item .tit_h3 {
  margin-bottom: 20px;
}
.company_sec3_wrap {
  padding: 140px 0 90px;
  background-color: #f9fafc;
}
.company_sec3 {
  text-align: center;
}
.company_sec3 .tit_h2 {
  margin-bottom: 40px;
}
.company_sec4 {
  padding: 180px 0 160px;
}
company_sec4 .tit_h2 {
  margin-bottom: 80px;
}
.company_sec4 .ic_wrap {
  display: inline-block;
  width: 34px;
}
.company_sec4_item {
  display: flex;
  flex-wrap: wrap;
}
.company_sec4 .left {
  width: 23%;
}
.company_sec4 .right {
  display: flex;
  width: 77%;
}
.company_sec4 .tit_h3 {
  display: flex;
}
.company_sec4 .tit_h3 > div:last-child {
  padding-top: 0.1em;
  padding-left: 0.2em;
}
.company_sec4 .tit_h2 {
  margin-bottom: 80px;
}
.skill_item {
  width: 16.666667%;
  font-size: 15px;
  color: #888888;
  text-align: center;
}
.ic_skill {
  width: 106px;
  height: 106px;
  margin: 0 auto 15px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background-color: #f9fafc;
}
.ic_skill img {
  width: 100%;
}
.hr_light {
  display: block;
  width: 100%;
  margin: 70px 0;
  border-top: 1px solid #e3e3e3;
}
.company_sec5_wrap {
  background-color: #f9fafc;
  position: relative;
}
.company_sec5 {
  display: flex;
}
.company_sec5 .tit_h2 {
  margin-bottom: 80px;
}
.company_sec5 .left {
  width: 50%;
  padding-top: 145px;
}
.company_sec5 .right {
  height: 1116px;
}
.company_sec5 .right img {
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
  height: 1116px;
}
.company_sec5 .text_highlight {
  margin-bottom: 40px;
}
.company_sec5 .txt2:nth-of-type(3) {
  margin-bottom: 84px;
}
.company_sec6 {
  padding: 180px 0;
  text-align: center;
}
.company_sec6 .tit_h2 {
  margin-bottom: 40px;
}
.company_sec6 .item_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 134px;
}
.company_sec6_item {
  width: 920px;
  color: #013a43;
  font-size: 20px;
  font-weight: 800;
}
.company_sec6_item .ic_wrap {
  width: 120px;
  margin: 15px auto;
}
.company_sec7_wrap {
  padding: 160px 0;
  background: url(../img/company_img02.jpg) no-repeat center;
  background-size: cover;
}
.company_sec7_wrap * {
  color: #fff !important;
}
.row_cols_2 {
  display: flex;
}
.row_cols_2 > div {
  width: 50%;
  margin-right: 80px;
}
.row_cols_2 > div:last-child {
  margin-right: 0;
}
.company_sec7 .left strong,
.company_sec7 .right strong {
  font-size: 20;
  color: #222222;
}
.company_sec7 .tit_h2 {
  margin-bottom: 40px;
}
.company_sec8 {
  padding: 140px 0 100px;
}
.company_sec8 .tit_h3 {
  margin-bottom: 20px;
}
.company_sec8 .row_cols_2 > div strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #222;
}
.company_sec8 .row_cols_2 {
  margin: 60px 0;
}
.company_sec8 .tit_h2 {
  margin-bottom: 60px;
}
.company_sec9_wrap {
  width: 100%;
  padding: 70px 0;
  background: url(../img/company_img05.jpg) no-repeat left;
  background-size: cover;
  text-align: center;
}
.company_sec9_wrap small {
  font-size: 65%;
}
.company_sec9_wrap * {
  color: #fff !important;
}
.company_sec10 {
  display: flex;
  padding: 100px 0;
}
.company_sec10 > * {
  width: 50%;
}
.company_sec10 .tit_h3 {
  padding-bottom: 12px;
}

.color_item {
  margin-bottom: 40px;
  padding-left: 170px;
}
.color_item .color_box {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}
.company_sec10 .color_item:nth-child(1) .color_box {
  background-color: #008282;
}
.company_sec10 .color_item:nth-child(1) strong {
  color: #008282;
}
.company_sec10 .color_item:nth-child(2) .color_box {
  background-color: #000000;
}
.company_sec10 .color_item:nth-child(2) strong {
  color: #000000;
}

/* Forum gallery */
.forum_sec {
  width: 1420px;
  margin: 0 auto;
}
.gall_img_wrap {
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 10px;
}
.gall_img_wrap img {
  border-radius: 8px;
}
.forum_gall {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px 70px -17px;
  padding: 0;
}
.forum_sub_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  color: #222222;
}
.forum_sub_tit .left {
  font-size: 20px;
  font-weight: 700;
}
.forum_sub_tit .left i {
  color: #ccc;
  padding: 0 7px;
}
.more_link i {
  color: #cccccc;
}
.forum_gall_li {
  width: 25%;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
}
.forum_gall .forum_gall_li:nth-child(n + 5) {
  margin-top: 70px;
}
.gall_img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
.forum_gall_li .gall_img:hover > img {
  /*transform: scale(1.05);*/
}
.gall_img::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.gall_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease-in;
}
.forum_gall_tit {
  font-size: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 24px 0 40px;
  border: none;
  background-color: #ddd;
}
.hr_blue {
  height: 2px;
  background-color: #1976d2;
}
.bo_fx_form {
  float: left;
}

.forum_wrap .bo_fx_form input,
.forum_wrap .bo_fx_form select {
  width: 196px;
  height: 34px;
  padding: 5px 12px;
  border: 1px solid #dddddd;
  font-size: 14px;
  box-sizing: border-box;
}
.forum_wrap .bo_search {
  padding-left: 30px !important;
  background: url(../img/ic_search.png) no-repeat top 9px left 12px;
  background-size: 13px 14px;
}
.forum_wrap .bo_fx_form select {
  background: url(../img/ic_select.png) no-repeat top 15px right 12px;
  background-size: 8px 5px;
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  cursor: pointer;
}
.forum_wrap .bo_fx_form select:-ms-expand {
  display: none;
}
@media (min-width: 1440px) {
  #container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1680px) {
  .company_sec5 {
    padding-bottom: 100px;
  }
  .company_sec5 .right {
    height: auto;
  }
  .company_sec5 .right img {
    width: 500px;
    height: auto;
  }
  .company_sec8 .row_cols_2 img {
    width: 100%;
  }
  .company_sec8 .row_cols_2 > div {
    margin-right: 40px;
    font-size: 20px;
    color: #222;
  }
}
@media (max-width: 1440px) {
  .company_sec {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .forum_sec {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .company_wrap .tit_h1 {
    font-size: 40px;
  }
  .company_wrap .tit_h2 {
    font-size: 32px;
  }
  .company_wrap .tit_h3 {
    font-size: 24px;
  }
  .company_wrap .txt1 {
    font-size: 16px;
  }
  .company_wrap .txt2 {
    font-size: 16px;
  }
  .company_sec1 .right {
    padding-left: 80px;
  }
  .ic_skill {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .tit_h1 {
    padding-top: 80px;
  }
  .sub0101_ul02 li strong {
    bottom: 15px;
    left: 15px;
    font-size: 20px;
  }
  .sub0101_ul02 li {
    padding: 0 10px;
  }
  .sub0101_ul02 li p {
    margin-top: 20px;
  }

  .process_ul ul li {
    flex: 0 0 50%;
  }
  .company_wrap .tit_h1 {
    font-size: 28px;
  }
  .company_wrap .tit_h2 {
    font-size: 24px;
  }
  .company_wrap .tit_h3 {
    font-size: 18px;
  }
  .company_wrap .txt1 {
    font-size: 14px;
  }
  .company_wrap .txt2 {
    font-size: 14px;
  }
  .company_sec1 .right {
    padding-left: 80px;
  }
  .company_sec1 .left {
    flex-shrink: 0;
  }
  .company_sec4 {
    padding: 100px 20px 80px;
  }
  .company_sec5 .right img {
    width: 400px;
  }
  .company_sec6 .item_wrap {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .place_map_info {
    max-width: 100%;
    height: auto;
    position: inherit;
    top: 0;
    right: 0;
  }
  .place_map_info_in {
    padding: 40px 37px 40px 37px;
  }
  .place_map_info h2 {
    margin: 19px 0 20px;
    font-size: 20px;
  }
  .place_tab .tabs {
    margin: 0 1px;
    flex-wrap: wrap;
  }
  .place_tab .tabs li {
    width: 50%;
  }
  .place_tab .tabs li .place_tit {
    padding: 14px 10px;
  }
  .hr_light {
    margin: 40px 0;
  }
  .company_sec {
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .company_sec1 .tit_h1 {
    padding-top: 0;
  }
  .company_sec1 .right {
    padding-left: 0;
  }
  .company_sec2_item {
    width: calc(33.333333% - 20px);
    padding-right: 20px;
  }
  .company_sec2_item .tit_h3 {
    margin-bottom: 10px;
  }
  .company_sec2_item .ic_wrap {
    width: 50px;
  }
  .company_sec3_wrap {
    padding: 0 0 30px 0;
  }
  .company_sec3 .tit_h2 {
    margin-bottom: 20px;
  }
  .company_sec3_wrap .full_img {
    width: 60%;
    margin: 0 auto;
  }
  .company_sec4 .tit_h2 {
    margin-bottom: 30px;
  }
  .company_sec4 .tit_h3 {
    margin-bottom: 20px;
  }
  .company_sec4 .left {
    width: 100%;
  }
  .company_sec4 .right {
    width: 100%;
    flex-wrap: wrap;
  }
  .company_sec4 .ic_wrap {
    width: 24px;
    margin-right: 5px;
  }
  .skill_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }
  .company_sec5 .left {
    width: 100%;
    padding-top: 0;
  }
  .company_sec5 .tit_h2 {
    margin-bottom: 40px;
  }
  .company_sec5 .txt2:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .company_sec5 .text_highlight {
    margin-bottom: 30px;
  }
  .company_sec5 .right img {
    width: 100%;
    margin-top: 20px;
  }
  .company_sec5 .right img {
    position: relative;
    right: auto;
    top: auto;
  }
  .company_sec6 .tit_h2 {
    margin-bottom: 20px;
  }
  .company_sec6_item {
    font-size: 15px;
  }
  .company_sec6_item .ic_wrap {
    width: 60px;
  }
  .company_sec7_wrap {
    padding: 20px 0;
  }
  .company_sec7 .tit_h2 {
    margin-bottom: 20px;
  }
  .company_sec8 .tit_h2 {
    margin-bottom: 30px;
  }
  .company_sec8 .tit_h3 {
    margin-bottom: 10px;
  }
  .company_sec8 .row_cols_2 {
    flex-wrap: wrap;
  }
  .company_sec8 .row_cols_2 {
    margin: 20px 0;
  }
  .company_sec8 .row_cols_2 > div {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .company_sec9_wrap {
    padding: 0;
  }
  .company_sec9_wrap .tit_h3 {
    margin-top: -8px;
  }
  .company_sec9_wrap small {
    line-height: 3;
  }
  .company_sec10 > div {
    width: 100%;
  }
  .company_sec10 .color_wrap {
    display: flex;
  }
  .company_sec10 .color_item {
    padding: 30px;
    width: 100%;
  }
  .line_short {
    margin-bottom: 30px;
  }
  .forum_gall_li {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .forum_gall .forum_gall_li:nth-child(n + 3) {
    margin-top: 40px;
  }
  .forum_gall {
    margin: 0 -6px 70px -6px;
  }
}
@media (max-width: 699px) {
  #container {
    font-size: 15px;
  }
  .pc_only {
    display: none;
  }
  .mb_only {
    display: block;
  }
  .tit_h1 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .tit_h1 strong {
    font-size: 25px;
  }
  .tit_h1 strong:after {
    width: 30px;
    margin: 15px auto;
  }

  ul.sub0101_ul01 li {
    flex: 1 1 25%;
  }
  ul.sub0101_ul01 li .box {
    padding: 20px;
    height: 130px;
  }
  ul.sub0101_ul01 li .box strong {
    font-size: 20px;
  }
  ul.sub0101_ul01 li .box p br {
    display: none;
  }

  .sub0101_ul02 li {
    flex: 1 1 32%;
    margin-bottom: 20px;
  }
  .sub0101_ul02 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
  }

  .manager_list ul li {
    flex: 0 0 25%;
  }

  .og_chart .block_box {
    font-size: 17px;
  }
  .og_chart .sub_block ul li {
    flex: 0 0 50%;
    border-bottom: 1px solid #e3e3e3;
  }
  .og_chart .sub_block ul li strong {
    font-size: 17px;
  }

  .process_ul ul li strong {
    font-size: 18px;
  }
  .process_ul ul li em {
    display: block;
    padding-top: 30px;
    margin-bottom: 4px;
    font-size: 14px;
  }
  .process_ul ul li p {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .process_ul ul li > div {
    padding: 0 20px 0 20px;
  }

  .map_area iframe {
    height: 350px;
  }
  .map_area .address_wr {
    width: calc(100% - 60px);
    position: static;
    padding: 30px 30px 20px;
  }

  .col_3 .map_area_wr {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .col_3 .map_area_wr .map_area .address_wr {
    min-height: auto;
  }

  .work_list li {
    flex-wrap: wrap;
    align-items: start;
  }
  .work_list li .year_wr {
    width: 100%;
    padding-bottom: 10px;
  }
  .work_list li .year_wr strong,
  .work_list li .year_wr p {
    display: inline-block;
    font-size: 18px;
  }
  .work_list li .year_wr p {
    font-weight: 600;
    margin-left: 5px;
  }
  .work_list li .work_info {
    width: calc(100% - 130px);
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  #container {
    font-size: 14px;
  }
  ul.sub0101_ul01 li {
    flex: 1 1 32%;
  }
  .sub0101_ul02 li {
    flex: 1 1 100%;
  }
  .manager_list ul {
    margin-bottom: 40px;
    margin-top: 8px;
  }
  .manager_list ul li {
    flex: 0 0 33.333333%;
  }
  .manager_list .manager_tit p {
    margin-top: 10px;
  }

  .og_chart {
    margin-bottom: 60px;
  }
  .og_chart .manager_block {
    margin: 60px 0 60px;
  }
  .og_chart .manager_block .manager_box {
    margin: 0 5%;
  }
  .og_chart .sub_block ul li > div {
    padding: 0 20px;
    margin: 20px 0;
  }
  .work_list li .pt_logo {
    width: 100%;
  }
  .work_list li .work_info {
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin-top: 15px;
  }
  .ic_skill {
    width: 60px;
    height: 60px;
  }
  .company_sec2_item .ic_wrap {
    margin-bottom: 10px;
  }
  .company_sec2_item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .company_sec6_item .ic_wrap {
    width: 50px;
    margin: 10px auto;
  }
  .company_sec10 .color_item {
    padding: 20px 10px;
  }
}
