/* ================================
  affiliated
================================ */
body {
  transition: all 0.3s ease;
}
#wrap {
  width: 100%;
  overflow: hidden;
}
#topBox {
  position: relative;
}
#topBox::after {
  background: #0c304d;
  content: '';
  width: 40%;
  height: 80%;
  position: absolute;
  bottom: 10%;
  z-index: -1;
  left: 13%;
}
#topBox h1 {
  position: absolute;
  width: 60%;
  top: 20%;
  background: #1e6faf99;
  padding: 8% 0 8% 15%;
  font-family: "Noto Serif JP", sans-serif;
}
#topBox h1 .maintxt {
  display: block;
  font-size: clamp(24px, 5vw, 58px);
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#topBox h1 .deco {
  position: absolute;
  right: 3%;
  bottom: 5%;
  font-size: clamp(12px, 1.5vw, 16px);
  color: #ffffffdd;
	font-weight: 200;
	letter-spacing: 0.1em;
}
#topBox .imgBox {
  width: 50%;
  margin-left: auto;
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  #topBox {
    position: relative;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  #topBox {
    position: relative;
    width: auto;
		background: #fff; 
  }
  #topBox h1 {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 12% 0 12% 15%;
    top: 90px;
  }
  #topBox::after {
    background: #0c304d;
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    top: 70px;
    z-index: -1;
    left: 5%;
  }
  #topBox .imgBox {
    margin-top: 20%;
    width: 90%;
  }
}
@media screen and (max-width: 460px), {
  #topBox .imgBox {
    margin-top: 30%;
    width: 90%;
  }
}

.introduction{
	background: url("../img/img_affiliated/company_01_main_bg.png")no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center;
	padding: 8rem 0 0;
	margin-top: 4rem;
}
.introduction .inBox{
	max-width: 1200px;
	margin: auto;
	background: linear-gradient(to right, #ffffffcc, #ffffff);
	padding: 0 5% 4rem;
	position: relative;
}
.introduction .inBox .rogoImg{
	display: block;
	position:absolute;
	right: -5%;
	bottom: 0%;
}
.introduction .inBox h2 {
	font-size: clamp(24px, 4vw, 60px);
	color: #2b7ec1;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	padding: 0;
	position: relative;
	top: -40px;
}
.introduction .inBox .fBox{
	display: flex;
	justify-content: flex-end;
	margin: 2rem 0;
}
.introduction .inBox .fBox table{
	width: 40%;
}
.introduction .inBox .fBox table:first-child{
	width: 50%;
	margin-right: 5%;
}
.introduction .inBox .fBox table tr{
		display: flex;
		align-items: flex-start;
    justify-content: center;
    padding-bottom: 1rem;
}

.introduction .inBox .fBox table tr th {
    color: #035292;
    text-align: left;
    font-size: clamp(16px, 2vw, 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10%;
	width: 200px;
	white-space: nowrap;
}
.introduction .inBox .fBox table tr th::after {
    content: '';
    margin-left: 10px;
    height: 1px;
    background: #022640;
    width: 20px;
}
.introduction .inBox .fBox table tr td {
    width: 60%;
    font-size: clamp(14px, 2vw, 16px);
}

.introduction .contactBtn_a {
  background: #0c304d;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: min(3vw, 22px);
  padding: 10px;
  width: 45%;
  margin: auto;
  max-width: 300px;
}

.introduction .leadBox{
	max-width: 1200px;
  margin:4rem auto 5rem ;
	font-size: clamp(14px, 2.5vw, 18px);
	text-align: center;
	font-weight: 400;
}
.introduction .leadBox b{
	font-size: 140%;
}

.introduction .inBox .fBox table a{
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 1280px), {
	.introduction .inBox{
	margin: 0 5%;
}
}
@media screen and (max-width: 1080px), {
.introduction .inBox .fBox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 2rem 0;
	flex-direction: column;
}
.introduction .inBox .fBox table{
	width: 100%;
}
.introduction .inBox .fBox table:first-child{
	width: 100%;
	margin-right: 0;
}
.introduction .inBox .fBox table tr{
		display: flex;
		align-items: flex-start;
    justify-content: center;
    padding-bottom: 1rem;
}

.introduction .inBox .fBox table tr th {
    color: #035292;
    text-align: left;
    font-size: clamp(16px, 2vw, 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10%;
	width: 200px;
	white-space: nowrap;
}
.introduction .inBox .fBox table tr th::after {
    content: '';
    margin-left: 10px;
    height: 1px;
    background: #022640;
    width: 20px;
	
}
.introduction .inBox .fBox table tr td {
    width: 60%;
    font-size: clamp(14px, 2vw, 16px);
}
	
.introduction .leadBox{
  margin:2rem 5% 2rem ;
	text-align: left;
}
.introduction .leadBox br{
  display: none;
}
.introduction .leadBox b{
	font-size: 120%;
}	
.introduction .inBox .rogoImg{
	right: -5%;
	bottom: 20%;
	width:35%;
}
}
@media screen and (max-width: 767px) {
	
.introduction{
	background: url("../img/img_affiliated/company_01_main_bg_mb.png")no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: contain;
  background-position: top center;
	padding: 8rem 0 0;
	margin-top: 0;
}	
	
.introduction .inBox {
  padding: 2rem 8% 2rem;
}
.introduction .inBox .fBox table tr th {
	width: 160px;
}
.introduction .inBox .fBox table tr th::after {  
    margin-left: 5px;
    height: 1px;
    width: 15px;
}
	.introduction .inBox h2 {
  top: 0px;
}
  .introduction .inBox .fBox {
    margin: 1.5rem 0 1rem;
  }
.introduction .inBox .fBox table tr {
    padding-bottom: 0.5rem;
  }
  .introduction .leadBox {
    margin: 1rem 0 2rem;
  }
  .introduction .contactBtn_a img{
		width: 20px;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.introduction .inBox .rogoImg{
	right: -5%;
	bottom: 40%;
	width:35%;
}
}
#company01{
border-bottom: 10px solid #838b91;	
}

#company01 .secBox {
	background: url("../img/img_common/sec2_bg.jpg")no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
	background-attachment: fixed;
  background-position: top center;
	padding: 10rem 0 0;
	position:relative;
}

#company01 .secBox .inBox h3{
	font-size: clamp(24px, 4vw, 50px);
  color: #0c304d;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
	padding: 0;
}
#company01 .secBox .inBox {
	max-width: 1200px;
	margin: auto;
	
}

#company01 .secBox::after {
    content: '';
    position: absolute;
    top:4rem;
    width: 1px;
    height: 40px;
    background: #a1a1a1;
    left: 50%;
    transform: translateX(-50%);
}


#company01 .secBox .inBox h3 .big{
	font-size: 150%;
  color: #d31400;
	padding: 0 5px;
 
}
#company01 .secBox .inBox .fBox{
	display: flex;
	margin: 6rem 0 0;
	justify-content: space-between;
	align-items: center;
}
#company01 .secBox .inBox .fBox ol {
  counter-reset:number; 
  list-style-type: none!important; 
  padding:0.5em;
	width: 48%;
}
#company01 .secBox .inBox .fBox ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0 0 0 60px;
	font-size: clamp(18px, 2.6vw, 26px);
	font-weight: bold;
	margin-bottom: 1.5rem;
}

#company01 .secBox .inBox .fBox ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #d31400;
  color: #fff;
  font-family: Century Gothic, sans-serif;
  font-weight: normal;
  font-size: 26px;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 2px;

}

#company01 .secBox .inBox .fBox .imgBox {
	width: 48%;
	display: flex;
	justify-content: center;
}
#company01 .secBox .inBox .fBox .imgBox img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 520px;
}


@media screen and (max-width: 1280px), {
#company01 .secBox {
	padding: 4rem 0 0;
}
#company01 .secBox .inBox {
	margin: 0 5%;
}
#company01 .secBox .inBox .fBox {
  margin: 4rem 0;
}
#company01 .secBox .inBox .fBox ol li:before{
  font-size: 24px;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
}

@media screen and (max-width: 767px) {
	#company01 section:first-child{
		background: #fff;
		padding-top:2rem;
	}	
	
#company01 .secBox {
	padding: 6rem 0 0;
	background: none;
	position:relative;
}
#company01 .secBox::before{ 
	  content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../img/img_common/sec2_bg_mb.jpg") center no-repeat;
    background-size: cover;
	}
#company01 .secBox::after {
    top:3rem;
    height: 20px;
}
	
	
#company01 .secBox .inBox .fBox{
	flex-direction: column;
	    margin: 1rem 0 2rem;
}	
#company01 .secBox .inBox .fBox ol {
	width: auto;
	margin-bottom: 4rem;
}
#company01 .secBox .inBox .fBox .imgBox {
	width: 80%;
}
#company01 .secBox .inBox .fBox ol li {
  padding-left: 40px;
	margin-bottom: 1.5rem;
}
#company01 .secBox .inBox .fBox ol li:before{
  font-size: 18px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
}
@media screen and (max-width: 767px) {
	#company01 .secBox .inBox .fBox .imgBox {
	width: 90%;
}
}






.secBox .transportation{
	padding: 100px 0;
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.secBox .transportation figure{
	display: block;
	max-width: 300px;
	width: 24%;
	margin-bottom: 2rem;
}
.secBox .transportation figure figcaption{
	display: flex;
	align-items: center;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: bold;
	margin-bottom: 15px;
	color: #0c304d;
}
.secBox .transportation figure figcaption::before {
  content: "";
  background: #0c304d;
  width: 10px;
  height: 1px;
  margin-right: 10px;
}

@media screen and (max-width: 1340px) {
.secBox .transportation {
  max-width: 1200px;
}
}
@media screen and (max-width: 1220px) {
.secBox .transportation {
  margin: 0 5%;
}
}
@media screen and (max-width: 960px) {
.secBox .transportation figure{
	width: 32%;
}
.secBox .transportation figure:last-child{
	margin-right: 34%;
}
}
@media screen and (max-width: 767px) {


.secBox .transportation {
  padding: 2rem 0;
	}
.secBox .transportation figure{
	width: 48%;
}
.secBox .transportation figure:last-child{
	margin-right: 0;
}
.secBox .transportation figure figcaption{
	margin-bottom: 5px;
	font-size: min(3vw, 20px);
}	    
}