/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_profile
====================================================================== */
.p_profile .l_container .l_main_visual {
  background: url("../img/company/mv.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .l_main_visual {
    height: 160px;
    background: url( "../img/company/sp/mv.jpg") center center no-repeat;
background-size:cover;
  }
}
.p_profile .l_container .l_main_visual2 {
  background: url( "../../../../../img/head-bg2-2.png") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .l_main_visual2 {
    height: 320px;
    background: url( "../../../../../img/head-bg-sp2-2.png") center center no-repeat;
  background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .p_profile .l_container .l_main_visual2 {
    height: 380px;
  }
}
.p_profile .l_container .comp_menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .comp_menu {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_profile .l_container .comp_menu li {
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .comp_menu li {
    width: 50%;
    text-align: left;
  }
}
.p_profile .l_container .comp_menu li .c_ico_3 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .comp_menu li .c_ico_3 {
    margin-left: 0;
  }
}
.p_profile .l_container .comp_menu li a {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-repeat: no-repeat;
  background-position: 7% 50%;
  background-size: 20%;
  display: block;
  padding: 43px 0;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .comp_menu li a {
    padding: 20px 0 20px 20%;
    background-position: 4% 50%;
  }
}
.p_profile .l_container .comp_menu li ._hover, .p_profile .l_container .comp_menu li .active {
  background-color: #e50012;
  color: #fff;
}
.p_profile .l_container .comp_menu li .btn01 {
  background-image: url(../img/company/ico01.png);
}
.p_profile .l_container .comp_menu li .btn01._hover, .p_profile .l_container .comp_menu li .btn01.active {
  background-image: url(../img/company/ico01_w.png);
}
.p_profile .l_container .comp_menu li .btn02 {
  background-image: url(../img/company/ico02.png);
}
.p_profile .l_container .comp_menu li .btn02._hover, .p_profile .l_container .comp_menu li .btn02.active {
  background-image: url(../img/company/ico02_w.png);
}
.p_profile .l_container .comp_menu li .btn03 {
  background-image: url(../img/company/ico03.png);
}
.p_profile .l_container .comp_menu li .btn03._hover, .p_profile .l_container .comp_menu li .btn03.active {
  background-image: url(../img/company/ico03_w.png);
}
.p_profile .l_container .comp_menu li .btn04 {
  background-image: url(../img/company/ico04.png);
}
.p_profile .l_container .comp_menu li .btn04._hover, .p_profile .l_container .comp_menu li .btn04.active {
  background-image: url(../img/company/ico04_w.png);
}
.p_profile .l_container .comp_menu li:not(:first-child),
.p_profile .l_container .comp_menu li:not(:last-child) {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .comp_menu li:not(:first-child),
  .p_profile .l_container .comp_menu li:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .comp_menu li:nth-child(2n) {
    border-left: 1px solid #ddd;
  }
}
.p_profile .l_container .profile01 {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile01 {
    padding: 80px 0;
  }
}
.p_profile .l_container .profile01 table {
  width: 1000px;
  margin: 0 auto;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile01 table {
    width: 100%;
  }
}
.p_profile .l_container .profile01 table a {
  color: #111;
}
.p_profile .l_container .profile01 table th, .p_profile .l_container .profile01 table td {
  padding: 25px 40px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile01 table th, .p_profile .l_container .profile01 table td {
    padding: 10px 20px;
    display: block;
    border-bottom: none;
  }
}
.p_profile .l_container .profile01 table th {
  width: 20%;
  text-align: left;
  background: #ebebeb;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile01 table th {
    width: 100%;
  }
}
.p_profile .l_container .profile01 table td {
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile01 table td {
    border-bottom: 1px solid #fff;
  }
}
.p_profile .l_container .profile02 {
  padding: 40px 0 130px;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile02 {
    padding: 0 0 50px;
  }
}
.p_profile .l_container .profile02 ul {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile02 ul {
    width: 100%;
  }
}
.p_profile .l_container .profile02 ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile02 ul li {
    margin-bottom: 30px;
  }
  .p_profile .l_container .profile02 ul li:last-child .circle:after {
    content: "";
    display: block;
    background: #FFF;
    width: 100%;
    height: 130%;
    position: absolute;
    bottom: -160%;
  }
}
.p_profile .l_container .profile02 ul li .circle {
  background: #fff;
  border: 4px solid #e50012;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 2px 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile02 ul li .circle {
    margin: 2px 2% 0;
    width: 16px;
    height: 16px;
    border: 3px solid #e50012;
  }
}
.p_profile .l_container .profile02 ul:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 101px;
  background: #e50012;
  width: 4px;
  height: 99%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile02 ul:after {
    left: 20%;
    width: 3px;
    height: 96%;
  }
}
@media screen and (max-width: 768px) {
  .p_profile .l_container .profile02 .year {
    width: 16%;
  }
  .p_profile .l_container .profile02 .txt {
    width: 75%;
  }
}

.maps {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 280px;
  padding-top: 56.25%;
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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