@charset "UTF-8";
/* size */
/* font */
/* font */
/* layout */
/* flex */
/* size */
/* font */
/* font */
/* layout */
/* flex */
/* -------------------------------
 企業情報トップ
------------------------------- */
#main_menu {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #main_menu {
    padding-top: 40px;
  }
}
#main_menu ul, #main_menu li {
  list-style: none;
  padding: 0;
}
#main_menu ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main_menu ul li {
    overflow: hidden;
  }
}
#main_menu ul li a {
  display: block;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: relative;
}
#main_menu ul li a span {
  position: absolute;
  top: 50%;
  left: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#main_menu ul li a img {
  width: 100%;
  height: auto;
  transition: .3s all;
}
#main_menu ul li:nth-child(-n+2) {
  width: 470px;
  height: 233px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  #main_menu ul li:nth-child(-n+2) {
    width: 100%;
    height: 125px;
    margin-bottom: 10px;
  }
  #main_menu ul li:nth-child(-n+2) span {
    font-size: 15px;
    left: 16px;
  }
}
#main_menu ul li:nth-child(n+3) {
  width: 308px;
  height: 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main_menu ul li:nth-child(n+3) {
    width: 100%;
    height: 65px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
  }
  #main_menu ul li:nth-child(n+3) span {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    left: 185px;
  }
  #main_menu ul li:nth-child(n+3) img {
    width: 168px;
    height: auto;
  }
}

.link_list.is_type01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .link_list.is_type01 {
    margin-bottom: 90px;
  }
}
.link_list.is_type01 li {
  margin-bottom: 0;
}
.link_list.is_type01 li:last-child {
  margin-bottom: 0;
}
.link_list.is_type01 li a {
  display: block;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  padding: 20px 50px 20px 28px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px auto;
  background-image: url(/img/common/arrow01.png);
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.42857143;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .link_list.is_type01 li {
    margin-bottom: 6px;
  }
  .link_list.is_type01 li a {
    padding: 18px 40px 18px 16px;
    background-position: right 17px center;
    touch-action: manipulation;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.42857143;
    user-select: none;
  }
}

/* -------------------------------
 下層共通
------------------------------- */
@media screen and (max-width: 767px) {
  .ttl.is_ttl02.main {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  #left_nav2 {
    float: none;
    width: 100%;
    margin-bottom: 0;
    border: none;
    position: absolute;
    z-index: 99;
  }
  #left_nav2 ul, #left_nav2 li {
    list-style: none;
  }
  #left_nav2 ul {
    border-bottom: 1px solid #d9d9d9;
    padding-left: 0;
    margin-bottom: 0;
  }
  #left_nav2 ul li {
    display: none;
  }
  #left_nav2 ul li a {
    display: block;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
  }
  #left_nav2 ul li span {
    display: block;
    padding: 15px 33px;
    font-size: 14px;
    font-weight: bold;
  }
  #left_nav2 ul li:first-child {
    display: block;
  }
  #left_nav2 ul li:first-child span {
    background: #f0f0f0;
    background-image: url(/img/common/arrow03_2.png);
    background-size: 14px 9px;
    background-repeat: no-repeat;
    background-position: right 18px center;
  }
  #left_nav2 ul li:last-child a {
    border-bottom: none;
  }
}
.sp_view {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_view {
    display: block;
  }
}

.pc_view {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_view {
    display: none;
  }
}

/* -------------------------------
 会社概要
------------------------------- */
#sign {
  width: 100%;
  height: 499px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #sign {
    height: 206px;
    margin-bottom: 35px;
    padding-top: 52px;
  }
}
#sign img {
  width: 100%;
  height: auto;
}

#company_overview h2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #company_overview h2 {
    background: #f9f9f9;
    padding: 0 15px;
  }
}
#company_overview h2:after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 1px;
  background: #67c6dd;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#company_overview h2 a {
  font-size: 16px;
  display: block;
  padding: 20px 38px 20px 0;
  background: url(/img/common/arrow_b.png);
  background-size: 27px 27px;
  background-position: right 1px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #company_overview h2 a {
    font-size: 12px;
    padding: 18px 29px 14px 0;
    background-size: 22px 22px;
  }
}
#company_overview h2 span.title {
  font-size: 18px;
  font-weight: bold;
  color: #67c6dd;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #company_overview h2 span.title {
    font-size: 16px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  #company_overview #contents {
    overflow: visible;
  }
  #company_overview .inner_box {
    padding: 0;
  }
  #company_overview .hr {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* 一部共通 */
.container.main {
  padding: 40px 15px 0;
}
.container.main.no_sign {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .container.main.no_sign {
    padding-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .container.main .inner_box {
    margin: 0 auto;
    padding: 0 15px;
  }
}
.container.main .item_list li {
  width: calc((100% - 20px) / 2);
  margin-right: 13px;
}
.container.main #left_nav {
  width: 176px;
  float: left;
}
.container.main #left_nav ul, .container.main #left_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container.main #left_nav li {
  display: block !important;
}
.container.main #left_nav li span {
  display: block;
  padding: 10px 15px;
}
.container.main #left_nav li.current span {
  background: #67c6dd;
  color: #fff;
}
.container.main #contents {
  width: 745px;
  float: right;
}
@media screen and (max-width: 767px) {
  .container.main #contents {
    width: 100%;
    float: none;
  }
}
.container.main #contents #main_txt {
  padding: 10px 0 60px 80px;
}
@media screen and (max-width: 767px) {
  .container.main #contents #main_txt {
    padding: 0 0 35px 0;
  }
}
.container.main #contents #main_txt .main {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .container.main #contents #main_txt .main {
    font-size: 14px;
    margin-bottom: 17px;
  }
}
.container.main #contents #main_txt .sub {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .container.main #contents #main_txt .sub {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.container.main #contents #detail {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .container.main #contents #detail {
    margin-bottom: 20px;
  }
}
.container.main #contents #detail #sp_detail p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.container.main #contents #detail table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container.main #contents #detail table {
    margin-bottom: 30px;
  }
  .container.main #contents #detail table:last-child {
    margin-bottom: 0;
  }
}
.container.main #contents #detail table tr {
  border-bottom: 1px solid #ebebeb;
}
.container.main #contents #detail table tr:first-child {
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .container.main #contents #detail table tr:nth-child(n+5) {
    display: none;
  }
}
.container.main #contents #detail table th, .container.main #contents #detail table td {
  padding: 18px 21px;
  font-size: 16px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .container.main #contents #detail table th, .container.main #contents #detail table td {
    font-size: 12px;
    padding: 16px 10px;
  }
}
.container.main #contents #detail table th {
  width: 176px;
  background: #fafafa;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .container.main #contents #detail table th {
    width: 88px;
  }
}
.container.main #contents #detail table th.inner {
  width: 196px;
  background: #fff;
  border-right: 1px solid #ebebeb;
}
.container.main #contents #detail table td {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .container.main #contents #detail table td {
    padding-right: 0;
  }
}
.container.main #contents .link_list {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .container.main #contents .link_list {
    margin-bottom: 50px;
  }
}
.container.main #contents .link_list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .container.main #contents .link_list ul {
    display: block;
  }
}
.container.main #contents .link_list ul::after {
  content: none;
}
.container.main #contents .link_list ul li {
  width: 362px;
  margin: 0;
  float: none;
}
@media screen and (max-width: 767px) {
  .container.main #contents .link_list ul li {
    width: 100%;
    margin-bottom: 5px;
  }
}
.container.main #contents .link_list ul li a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .container.main #contents .link_list ul li a {
    font-size: 13px;
    padding: 13px 15px;
  }
}
.container.main #contents .hr {
  height: 1px;
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.container.main #contents .hr:last-of-type {
  margin-bottom: 90px;
}
.container.main #contents .location {
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container.main #contents .location {
    margin-bottom: 0;
  }
}
.container.main #contents .location h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .container.main #contents .location h3 {
    margin-bottom: 15px;
  }
}
.container.main #contents .location h3 .title {
  width: 204px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .container.main #contents .location h3 .title {
    font-size: 15px;
  }
}
.container.main #contents .location .address {
  font-size: 14px;
  position: absolute;
  top: 8px;
  left: 210px;
}
.container.main #contents .location .address span {
  display: inline-block;
  margin-left: .5em;
}
@media screen and (max-width: 767px) {
  .container.main #contents .location .address {
    position: static;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .container.main #contents .location .address span {
    display: block;
    margin-left: 0;
  }
}
.container.main #contents .location table {
  width: 100%;
}
.container.main #contents .location table tr {
  border-bottom: 1px solid #e6e6e6;
}
.container.main #contents .location table th {
  width: 175px;
  background: #fafafa;
  font-size: 16px;
  font-weight: normal;
}
.container.main #contents .location table th, .container.main #contents .location table td {
  padding: 25px 20px;
  vertical-align: top;
}
.container.main #contents .location table td {
  width: 570px;
  font-size: 14px;
}
.container.main #contents .location table ul {
  margin: 0;
  padding: 0;
}
.container.main #contents .location table li {
  list-style: none;
  margin-bottom: 8px;
}
.container.main #contents .location table li:before {
  display: marker;
  content: "・";
  margin-right: 2px;
}
.container.main #contents .location table li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .container.main #contents .location table tr {
    border: none;
  }
}
.container.main #contents .location .map {
  width: 100%;
  height: 300px;
}
.container.main #contents .location .map iframe {
  width: 100%;
  height: 300px;
  border: none;
}
@media screen and (max-width: 767px) {
  .container.main #contents .location .map {
    height: 200px;
    margin-bottom: 15px;
  }
  .container.main #contents .location .map iframe {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .container.main #contents .location .access table th,
  .container.main #contents .location .access table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .container.main #contents .location .access table th span {
    display: block;
    padding: 15px 15px;
    margin: 0 -15px 20px;
    background: #f9f9f9;
    font-size: 12px;
  }
  .container.main #contents .location .access ul {
    margin: 0;
    padding: 0;
  }
  .container.main #contents .location .access ul li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .container.main #contents .location .access ul li:last-child {
    margin-bottom: 0;
  }
}

/* -------------------------------
 会社案内動画
------------------------------- */
#company_video {
  padding-top: 0;
}
#company_video .section {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #company_video .section {
    margin-bottom: 40px;
  }
  #company_video .section:last-of-type {
    margin-bottom: 85px;
  }
  #company_video .section .ttl.is_ttl04 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
#company_video .unit {
  margin-bottom: 40px;
}
#company_video .unit:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
#company_video .unit .movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#company_video .unit .movie img,
#company_video .unit .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#company_video .unit .caption {
  margin: 10px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.5px;
}
#company_video .unit .link {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #company_video .unit {
    margin-bottom: 20px;
  }
  #company_video .unit:nth-last-child(2) {
    margin-bottom: 20px;
  }
  #company_video .unit .caption {
    margin-top: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #company_video .unit .link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#company_video .video_list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#company_video .video_list .unit {
  width: calc((100% - 20px) / 2);
}
#company_video .video_list .unit:nth-child(2n) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #company_video .video_list {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  #company_video .video_list .unit {
    width: 100%;
  }
  #company_video .video_list .unit:nth-child(2n) {
    margin-left: 0;
  }
}

/* テレビ番組動画 */
#company_video .unit .caption dt {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.75;
}
#company_video .unit .caption dt a {
  margin-top: 0;
}
#company_video .unit .caption dt .small {
  font-size: 80%;
  color: inherit;
}
#company_video .unit .caption dd {
  font-size: 90%;
}
#company_video .unit .caption dd ul {
  padding: 0;
  margin: 0;
}
#company_video .unit .caption dd ul li {
  list-style-type: none;
}
#company_video .unit .caption dd ul li a {
  margin-top: 0;
}
#company_video .unit .caption dd p {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  #company_video .unit .caption dt {
    line-height: 1.4;
  }
  #company_video .unit .caption dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #company_video .unit .caption dd li {
    margin-bottom: 0.5em;
  }
  #company_video .unit .caption dd a {
    font-size: inherit;
  }
}

/* -------------------------------
 役員
------------------------------- */
@media screen and (max-width: 767px) {
  #company_directors {
    padding-top: 76px;
  }
}
#company_directors h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #company_directors h2 {
    margin-bottom: 25px;
  }
}
#company_directors h2 span {
  padding: 18px 20px !important;
}
@media screen and (max-width: 767px) {
  #company_directors h2 span {
    padding: 10px 0 !important;
  }
}
#company_directors h2 span:after {
  left: 20px;
}
@media screen and (max-width: 767px) {
  #company_directors h2 span:after {
    width: 27px;
    left: 0;
  }
}
#company_directors .inner_box {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #company_directors .inner_box {
    padding-bottom: 40px;
  }
}
#company_directors .inner_box:last-of-type {
  padding-bottom: 0;
}
#company_directors td span {
  display: block;
}
@media screen and (max-width: 767px) {
  #company_directors td span.name {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  #company_directors td span.position {
    font-size: 11px;
    line-height: 1.8;
  }
}
#company_directors .profile {
  /* 略歴中身 */
}
#company_directors .profile:first-of-type .accordion {
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  #company_directors .profile:first-of-type .accordion th {
    padding: 13px 10px;
  }
}
#company_directors .profile .accordion {
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
#company_directors .profile .accordion.border_top {
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion .position {
    line-height: 2;
  }
}
#company_directors .profile .accordion .display {
  width: 80px;
  text-align: right;
  position: absolute;
  top: 40%;
  right: 0;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion .display {
    width: auto;
    position: absolute;
    top: 25px;
    right: 4px;
    padding: 0;
    font-size: 12px;
  }
}
#company_directors .profile .accordion .display span {
  display: block;
  background: url(/img/common/plus.png), url(/img/common/minus.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 0px top 48%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion .display span {
    height: 15px;
    background-size: 15px 15px;
    background-position: right 0px top 48%;
    padding-right: 25px;
  }
}
#company_directors .profile .accordion.active {
  border-bottom: 1px dotted #d1d1d1;
}
#company_directors .profile .accordion.active .display span {
  display: block;
  background: url(/img/common/minus.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 0px top 48%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion.active .display span {
    background-size: 15px 15px;
    padding-right: 25px;
  }
}
#company_directors .profile .accordion table {
  width: 100%;
}
#company_directors .profile .accordion table th, #company_directors .profile .accordion table td {
  padding: 27px 21px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion table th, #company_directors .profile .accordion table td {
    font-size: 12px;
    padding: 16px 10px;
  }
}
#company_directors .profile .accordion table th {
  width: 140px;
  background: #fafafa;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion table th {
    width: 100px;
    padding: 20px 10px;
    font-size: 12px;
    vertical-align: top;
  }
}
#company_directors .profile .accordion table th .inner td {
  width: 546px;
  background: #fff;
  border-bottom: 1px dotted #d1d1d1;
}
#company_directors .profile .accordion table td:first-of-type {
  width: 140px;
  font-size: 16px;
  border-right: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion table td:first-of-type {
    width: auto;
    border-right: none;
    font-size: 14px;
    padding: 20px 0 20px 20px;
  }
  #company_directors .profile .accordion table td:first-of-type p:first-child {
    margin-bottom: 3px;
  }
  #company_directors .profile .accordion table td:first-of-type p:last-child {
    font-size: 11px;
    line-height: 2;
    margin-bottom: 0;
  }
}
#company_directors .profile .accordion table td:nth-of-type(2) {
  width: 465px;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion table td:nth-of-type(2) {
    display: none;
  }
}
#company_directors .profile .accordion_inner {
  display: none;
}
#company_directors .profile .accordion_inner .flex_box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  padding-top: 30px;
  padding-left: 21px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion_inner .flex_box {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 15px 0 30px 0;
  }
}
#company_directors .profile .accordion_inner .flex_box .photo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion_inner .flex_box .photo {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-bottom: 10px;
  }
  #company_directors .profile .accordion_inner .flex_box .photo img {
    width: 100px;
    height: auto;
  }
  #company_directors .profile .accordion_inner .flex_box .photo p {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.7;
  }
}
#company_directors .profile .accordion_inner .flex_box .detail {
  width: 546px;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion_inner .flex_box .detail {
    font-size: 12px;
  }
}
#company_directors .profile .accordion_inner .flex_box .detail table {
  width: 100%;
}
#company_directors .profile .accordion_inner .flex_box .detail table tr {
  border-bottom: 1px dotted #d1d1d1;
}
#company_directors .profile .accordion_inner .flex_box .detail table tr th, #company_directors .profile .accordion_inner .flex_box .detail table tr td {
  padding: 15px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion_inner .flex_box .detail table tr th, #company_directors .profile .accordion_inner .flex_box .detail table tr td {
    padding: 10px 10px;
  }
}
#company_directors .profile .accordion_inner .flex_box .detail table tr th {
  width: 100px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #company_directors .profile .accordion_inner .flex_box .detail table tr td {
    padding: 10px 20px;
  }
}
#company_directors .col2 table, #company_directors .col3 table {
  width: 100%;
}
#company_directors .col2 table tr, #company_directors .col3 table tr {
  border-bottom: 1px solid #ebebeb;
}
#company_directors .col2 table tr:first-child, #company_directors .col3 table tr:first-child {
  border-top: 1px solid #ebebeb;
}
#company_directors .col2 table th, #company_directors .col2 table td, #company_directors .col3 table th, #company_directors .col3 table td {
  padding: 27px 21px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #company_directors .col2 table th, #company_directors .col2 table td, #company_directors .col3 table th, #company_directors .col3 table td {
    font-size: 12px;
    vertical-align: top;
  }
}
#company_directors .col2 table th, #company_directors .col3 table th {
  width: 140px;
  background: #fafafa;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #company_directors .col2 table th, #company_directors .col3 table th {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  #company_directors .col2 table td, #company_directors .col3 table td {
    padding: 13px 20px;
  }
}
@media screen and (max-width: 767px) {
  #company_directors .col2 table th {
    padding: 17px 10px;
  }
}
@media screen and (max-width: 767px) {
  #company_directors .col2 table td {
    padding: 17px 0 17px 20px;
  }
}
@media screen and (max-width: 767px) {
  #company_directors .col3 table th {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  #company_directors .col3 table td {
    padding: 20px 0 20px 20px;
  }
}
#company_directors .col3 table td:first-of-type {
  width: 250px;
  border-right: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  #company_directors .col3 table td:first-of-type {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #company_directors .col3 table td:last-child {
    display: none;
  }
}
#company_directors .comment {
  padding: 30px 0 85px 0;
}
@media screen and (max-width: 767px) {
  #company_directors .comment {
    padding: 20px 15px 76px 15px;
  }
}
#company_directors .comment p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #company_directors .comment p {
    font-size: 11px;
    margin-bottom: 8px;
  }
}

/* -------------------------------
 主要グループ拠点
------------------------------- */
#main_contents {
  width: 745px;
  float: right;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #main_contents {
    width: 100%;
    float: none;
    padding: 0 0 60px;
  }
}

#company_base.container.main {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #company_base.container.main.no_sign {
    margin-top: 51px;
    padding-top: 25px;
  }
}
#company_base .section_inner {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #company_base .section_inner {
    padding-left: 0;
  }
}
#company_base .nav-tabs.is_type02 {
  position: relative;
  margin-top: 0;
}
#company_base .nav-tabs.is_type02 li {
  width: calc(100% / 3);
}
#company_base .nav-tabs.is_type02 li a {
  position: relative;
}
#company_base .nav-tabs.is_type02 li a:before {
  content: "";
  display: inline-block;
  width: calc(100% + 1px);
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #a3ddea;
}
#company_base .nav-tabs.is_type02 li.active a:before,
#company_base .nav-tabs.is_type02 li a:hover:before {
  width: 100%;
  background-color: #67c6dd;
}
@media screen and (max-width: 767px) {
  #company_base .nav-tabs.is_type02 {
    margin-right: 0;
    overflow-x: hidden;
    height: 49px;
  }
  #company_base .nav-tabs.is_type02:before {
    height: 1px;
  }
  #company_base .nav-tabs.is_type02 li {
    min-width: inherit;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #company_base .nav-tabs.is_type02 li span {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #company_base .nav-tabs.is_type02 li a {
    line-height: 45px;
  }
  #company_base .nav-tabs.is_type02 li:nth-child(2), #company_base .nav-tabs.is_type02 li:nth-child(2) a, #company_base .nav-tabs.is_type02 li:nth-child(3), #company_base .nav-tabs.is_type02 li:nth-child(3) a {
    line-height: 1.5;
  }
  #company_base .nav-tabs.is_type02 li:nth-child(2) a, #company_base .nav-tabs.is_type02 li:nth-child(3) a, #company_base .nav-tabs.is_type02 li:nth-child(2).active, #company_base .nav-tabs.is_type02 li:nth-child(3).active {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#company_base #main_contents .ttl.is_ttl04 {
  margin-top: 60px;
  margin-bottom: 30px;
}
#company_base #main_contents .ttl.is_ttl07 {
  margin-top: 60px;
  margin-bottom: 30px;
}
#company_base #main_contents .ttl.is_ttl07:first-child {
  margin-top: 0;
}
#company_base #main_contents section:first-of-type .ttl.is_ttl04 {
  margin-top: 0;
}
#company_base #main_contents section:last-child {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #company_base #main_contents .ttl.is_ttl04 {
    margin-top: 40px;
  }
  #company_base #main_contents .ttl.is_ttl07:nth-of-type(n+2) {
    margin-top: 40px;
  }
  #company_base #main_contents section:last-child {
    padding-bottom: 0;
  }
}
#company_base .block {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
#company_base .block:last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #company_base .block:last-child {
    margin-bottom: 40px;
  }
}
#company_base .block_ttl {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 20px;
  background-color: #fafafa;
  border-top: 1px solid #e6e6e6;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#company_base .block_ttl .more {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
}
#company_base .block_ttl .more:before, #company_base .block_ttl .more:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #67c6dd;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}
#company_base .block_ttl .more:after {
  transform: rotate(-90deg);
}
#company_base .block_ttl .more.open:after {
  content: none;
}
@media screen and (max-width: 767px) {
  #company_base .block_ttl {
    padding: 15px 10px 14px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #company_base .block_ttl .more {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #company_base .block_ttl .more:before, #company_base .block_ttl .more:after {
    width: 14px;
    height: 2px;
    margin-top: -3px;
  }
}
#company_base .block_subttl {
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  #company_base .block_subttl {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#company_base .block_inner {
  padding: 10px 20px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
#company_base .block_inner:nth-of-type(n+2) {
  border-top: 1px solid #e6e6e6;
}
#company_base .block_inner p:last-child {
  margin-bottom: 0;
}
#company_base .block_inner .num {
  font-size: 14px;
  font-size: 1.4rem;
}
#company_base .block_inner .num .fax {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  #company_base .block_inner {
    padding: 0 10px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #company_base .block_inner:nth-of-type(n+2) {
    padding-top: 10px;
  }
  #company_base .block_inner p {
    margin-bottom: 0;
  }
  #company_base .block_inner .num {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #company_base .block_inner .num .fax {
    padding-left: 20px;
  }
}
#company_base .block_detail {
  display: none;
}
#company_base .block_detail.is_show {
  display: block;
}
#company_base .block_detail .unit dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0;
  padding: 0;
}
#company_base .block_detail .unit.is_type01 dt {
  width: 176px;
  background-color: #fafafa;
  padding: 25px 20px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
#company_base .block_detail .unit.is_type01 dd {
  padding: 25px;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}
#company_base .block_detail .unit.is_type01 dd li {
  position: relative;
  padding-left: 1em;
}
#company_base .block_detail .unit.is_type01 dd li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#company_base .block_detail .unit.is_type02 {
  border-top: 1px solid #e6e6e6;
}
#company_base .block_detail .unit.is_type02 dt,
#company_base .block_detail .unit.is_type02 dd {
  padding: 14px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
#company_base .block_detail .unit.is_type02 dt {
  font-weight: 500;
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  #company_base .block_detail .unit dl {
    display: block;
  }
  #company_base .block_detail .unit.is_type01 dt {
    width: auto;
    padding: 7px 10px 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #company_base .block_detail .unit.is_type01 dd {
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #company_base .block_detail .unit.is_type02 {
    border-top: 1px solid #e6e6e6;
  }
  #company_base .block_detail .unit.is_type02 dt,
  #company_base .block_detail .unit.is_type02 dd {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
  #company_base .block_detail .unit.is_type02 dt {
    padding: 10px 10px 0;
    border-right: none;
  }
  #company_base .block_detail .unit.is_type02 dd {
    padding: 0 10px 10px;
  }
}
#company_base .map {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  #company_base .map {
    height: 200px;
    margin-bottom: 5px;
  }
}

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