
.intro::before {
  background: url("/assets/imgs/company/img_pankuzu.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 639px) {
  .intro::before {
    background: url("/assets/imgs/company/img_pankuzu.jpg") right center no-repeat;
    background-size: cover;
  }
}
.company_index {
}
.company_index ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}
.company_index ul li {
  width: 48.4375%;
  flex-basis: 48.4375%;
  margin-top: .4rem;
}
.company_index a.blank {
  position: relative;
}
.company_index a.blank::after {
  content: '';
  width: 10px;
  height: 12px;
  display: block;
  background: url(../imgs/company/icon_exlink.png) center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

@media only screen and (max-width: 639px) {
.company_index ul li {
  width: 100%;
  flex-basis: 100%;
}
}
.company_index ul li a.delta {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  box-shadow:0px 0px 6px 2px rgba(0,0,0,0.2);
}
.company_index ul li a.delta img {
  width: 100%;
}
.company_index ul li a.delta::before,
.company_index ul li a.delta::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.company_index ul li a.delta::before {
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #0025ac transparent;
}
.company_index ul li a.delta::after {
  z-index: 2;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.company_index ul li a.delta .image {
  display: block;
  z-index: 0;
  overflow: hidden;
}
.company_index ul li a.delta .image img {
  transition: 0.3s ease;
}
.company_index ul li a.delta .text {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-shadow: 0 0 1px rgba(0,0,0,.5), 0 0 3px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);
  width: 100%;
  pointer-events: none;
}
.company_index ul li .detail {
}
.company_index ul li .detail .ttl {
  position: relative;
  display: block;
  border-bottom: 2px solid #ddd;
  color: #0025ac;
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin: 0 0 0.2rem 0;
  padding: 0.2rem 0 0.09rem 0;
}
@media only screen and (max-width: 639px) {
	.company_index ul li .detail .ttl {
		font-size: 18px;
		line-height: 1.4;
	}
}
.company_index ul li .detail .ttl::before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  content: "";
  border-bottom: 2px solid #0018b1;
  width: 1rem;
  height: 2px;
}
.company_index ul li .detail a {
  display: inline-block;
  color: #0025ac;
}
.company_outline,
.company_history {
}
.company_outline .block_tab_type01,
.company_history .block_tab_type01 {
}
.company_outline .block_tab_type01 ul,
.company_history .block_tab_type01 ul {
  max-width: 410px;
  margin: 0 auto;
}
.company_outline .block_tab_type01 ul li,
.company_history .block_tab_type01 ul li {
  width: calc(100% / 2);
  flex-basis: calc(100% / 2);
}

@media only screen and (max-width: 639px) {
.company_outline .block_tab_type01 ul li,
.company_history .block_tab_type01 ul li {
	width: 50%;
}
}
.company_outline .block_table_type01,
.company_history .block_table_type01 {
  /* padding: 0.7rem 0 0 0; */
}
.company_outline .block_table_type01 table td a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 639px) {
.company_outline .block_table_type01,
.company_history .block_table_type01 {
	/* padding-top: 30px; */
}
}
.company_outline .bnr,
.company_history .bnr {
  max-width: 574px;
  margin: 5% auto 0 auto;
}
@media only screen and (max-width: 639px) {
.company_outline .bnr,
.company_history .bnr {
	margin-top: 30px;
}
}
.company_outline .bnr a,
.company_history .bnr a {
  display: flex;
  position: relative;
  box-shadow:0px 0px 6px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  border-radius: 3px;
  backface-visibility: hidden;
}
.company_outline .bnr a:before,
.company_history .bnr a:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 .4rem .4rem;
  border-color: transparent transparent #0028bc transparent;
  z-index: 10;
}
.company_outline .bnr a:after,
.company_history .bnr a:after {
  content: '';
  position: absolute;
  bottom: .06rem;
  right: .06rem;
  width: .09rem;
  height: .09rem;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg);
  transform-origin: top center;
  transition: 0.3s ease;
  z-index: 10;
}
.company_outline .bnr a .text,
.company_history .bnr a .text {
  color: #0028bc;
  font-weight: bold;
  font-size: .24rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 3.57rem);
}
.company_outline .bnr a .image,
.company_history .bnr a .image {
  width: 3.57rem;
  overflow: hidden;
}
.company_outline .bnr a .image img,
.company_history .bnr a .image img {
  transition: 0.3s ease;
}

.company_outline .bnr a.hover,
.company_history .bnr a.hover {
  opacity: 0.7;
  box-shadow:0px 0px 6px 4px rgba(0,0,0,0.3);
}
.company_outline .bnr a.hover:after,
.company_history .bnr a.hover:after {
  right: .02rem;
}
.company_outline .bnr a.hover .image img,
.company_history .bnr a.hover .image img {
  transform: scale(1.1);
}
.company_index ul li a.delta.hover .image img {
  transform: scale(1.1);
  opacity: .75;
}
.company_index ul li a.delta.hover::after {
  margin-right: 6px;
}
.company_index ul li a.delta.hover {
  box-shadow:0px 0px 6px 4px rgba(0,0,0,0.3);
}

@media only screen and (max-width: 639px) {
.company_outline .bnr a,
.company_history .bnr a {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.company_outline .bnr a .text,
.company_history .bnr a .text {
  width: 50%;
  font-size: 19px;
}
.company_outline .bnr a .image,
.company_history .bnr a .image {
  width: 50%;
}
}
.company_carrier {
}
.company_carrier .block_table_type01 {
  padding: 0rem 0 5%;
}
@media only screen and (max-width: 639px) {
.company_carrier .block_table_type01 {
  padding: 0px 0 30px;
}
}


@media screen and (max-width: 639px) {
	.block_table_type01.spBlock table tr th,
	.block_table_type01.spBlock table tr td {
		display: block;
		width: 100%;
    border-left: 1px solid #e2e2e2;
		border-right: none;
	}
}
