/* ================================
  equipment
================================ */
/*共通*/

.endmargin {
	margin-bottom: 40px;
}


#wrap {
	width: 100%;
	overflow: hidden;
}

#topContent {
	margin-top: 240px;
	position: relative;
}
@media screen and (max-width: 950px), {
	#topContent{
	margin-top: 120px;
}
}
@media screen and (max-width: 700px), {
	#topContent{
	margin-top: 60px;
}
}
/**/
@media screen and (max-width: 959px) {
  p br:not(.mbOn):not(.brFix) {
    display: block;
  }
}
/*equip*/


#equip {
	position: relative;
	margin-top: 240px;
}
#equip h2{
	position: absolute;
	top: -120px;
	right: 58%;
	width: 1000px;
	background: #8b161e;
	text-align: right;
	padding: 0;
}
#equip .bgBox{
	width: 100%;
	background: url("../img/equipment/equipment_bg_01.png")no-repeat;
	background-position:center bottom;
	background-size: auto;
	padding-bottom: 100px;
}
#equip .fBox {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between ;
	flex-direction: row-reverse;
}
#equip .fBox .mainImg {
  width: 60%;
	margin-right: -200px;
	margin-top: -40px
}

#equip .fBox ul li {
	   width:70%;
    font-weight: bold;
    font-size: clamp(14px, 2vw, 18px);
    margin: 0 0 5px;
    /*white-space: nowrap;*/
    list-style: none;
    position: relative;
    padding-left: 20px;
}
#equip .fBox ul {
	padding-top: 60px;
	padding-left: 5%
}
#equip .fBox ul li::after {
    content: '';
    position: absolute;
    background: #c0a866;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#equip .bgBox2{
	width: 100%;
	background: url("../img/equipment/equipment_bg_02.png")no-repeat;
	background-position:center top;
	background-size: auto;
	padding-bottom: 100px;
}
#equip .fBox2{
	display: flex;
	justify-content: center;
	padding-top: 80px;
}
#equip .fBox2 img {
	margin-right: 40px;
}
#equip .fBox2 img:last-child {
	margin-right: 0px;
}
@media screen and (max-width: 1400px) {
	

	
	#equip .fBox2{
	width: 90%;
	margin:0 5%;
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}
#equip .fBox2 img {
	width: 23%;
	margin-right: 0px;
}
}
@media screen and (max-width: 1200px) {
	
	#equip {
	position: relative;
	margin-top: 100px;
}
	
#equip h2{
	position: absolute;
	top: -70px;
	right: 55%;
	padding:0 0 0 5%;
	background: #8b161e;
	height: auto;
	text-align: right;
	width: 60%;
}	
	
#equip .bgBox{
	width: 100%;
	background: url("../img/equipment/equipment_bg_01.png")no-repeat;
	background-position:center bottom;
	background-size: cover;
	padding-bottom: 20px;
}
#equip .fBox {
	align-items: center;
	padding-top: 40px;
}

	#equip .fBox .mainImg {
  width: 55%;
	margin-right: 0px;
	margin-top: 0px
}	
#equip .fBox ul {
    padding-top: 60px;
	 padding-left: 5%
}
	#equip .fBox2{
	padding-top: 40px;
	
}
}

@media screen and (max-width: 767px) {
#equip {
	margin-top: 60px;
}
#equip h2{
	position: absolute;
	top: -20px;
	left: 0;
	padding:0 0 0 5%;
	background: #8b161e;
	height: auto;
	text-align: right;
	width: 70%;
}		
#equip .bgBox{
	width: 100%;
	background: url("../img/equipment/equipment_bg_01_mb.png")no-repeat;
	background-position:center bottom;
	background-size: cover;
}
	#equip .fBox {
	display: block
}
#equip .fBox .mainImg {
  width: 95%;
	margin-left: auto;
}
#equip .fBox ul {
    padding-top: 40px;
	 padding-left: 5%
}
#equip .fBox ul li {
    width: 100%;
    position: relative;
    padding-left: 20px;
}
#equip .fBox ul li::after {
    content: '';
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 10px;
}
#equip .bgBox2{
	width: 100%;
	padding-bottom: 0px;
	background: url("../img/equipment/equipment_bg_02_mb.png")no-repeat;
	background-position:center top;
	background-size: cover;
}
#equip .fBox2{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}
#equip .fBox2 img {
	width: 48%;
	margin: 0 0 20px 0 !important;
}
#equip .fBox2 img:last-child {
}
}


/*direction*/


#direction {
	position: relative;
	margin-top: 240px;
}
#direction h2{
	position: absolute;
	top: -120px;
	right: 58%;
	width: 1000px;
	background: #8b161e;
	text-align: right;
	padding: 0;
}
#direction .bgBox{
	width: 100%;
	background: url("../img/equipment/equipment_bg_01.png")no-repeat;
	background-position:center bottom;
	background-size: auto;
	padding-bottom: 100px;
}
#direction .fBox {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between ;
	flex-direction: row-reverse;
}
#direction .fBox .mainImg {
  width: 60%;
	margin-right: -200px;
	margin-top: -120px
}

#direction .fBox ul li {
    font-weight: bold;
    font-size: clamp(14px, 2vw, 18px);
    margin: 0 0 5px;
    /*white-space: nowrap;*/
    list-style: none;
    position: relative;
    padding-left: 20px;
}
#direction .fBox ul {
	padding-top: 60px;
	padding-left: 5%
}
#direction .fBox ul li::after {
    content: '';
    position: absolute;
    background: #c0a866;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#direction .bgBox2{
	width: 100%;
	background: url("../img/equipment/equipment_bg_02.png")no-repeat;
	background-position:center top;
	background-size: auto;
	padding-bottom: 100px;
}
#direction .fBox2{
	display: flex;
	justify-content: center;
	padding-top: 80px;
}
#direction .fBox2 img {
	margin-right: 40px;
}
#direction .fBox2 img:last-child {
	margin-right: 0px;
}


@media screen and (max-width: 1400px) {
	

	
	#direction .fBox2{
	width: 90%;
	margin:0 5%;
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}
#direction .fBox2 img {
	width: 23%;
	margin-right: 0px;
}
}
@media screen and (max-width: 1200px) {
	
	#direction {
	position: relative;
	margin-top: 100px;
}
	
#direction h2{
	position: absolute;
	top: -70px;
	right: 55%;
	padding:0 0 0 5%;
	background: #8b161e;
	height: auto;
	text-align: right;
	width: 60%;
}	
	
#direction .bgBox{
	width: 100%;
	background: url("../img/equipment/equipment_bg_01.png")no-repeat;
	background-position:center bottom;
	background-size: cover;
	padding-bottom: 20px;
}
#direction .fBox {
	align-items: center;
	padding-top: 40px;
}

	#direction .fBox .mainImg {
  width: 38%;
	margin-right: 0px;
	margin-top: 0px
}	
#direction .fBox ul {
    padding-top: 60px;
	 padding-left: 5%
}
	#direction .fBox2{
	padding-top: 40px;
	
}
}

@media screen and (max-width: 767px) {
#direction {
	margin-top: 60px;
}
#direction h2{
	position: absolute;
	top: -20px;
	left: 0;
	padding:0 0 0 5%;
	background: #8b161e;
	height: auto;
	text-align: right;
	width: 70%;
}		
	#direction .bgBox{
	width: 100%;
	background: url("../img/equipment/equipment_bg_01_mb.png")no-repeat;
	background-position:center bottom;
	background-size: cover;
}
	#direction .fBox {
	display: block
}
#direction .fBox .mainImg {
  width: 70%;
	margin: auto;
}
#direction .fBox ul {
    padding-top: 40px;
	 padding-left: 5%
}
#direction .fBox ul li {
    width: 100%;
    position: relative;
    padding-left: 20px;
}
#direction .fBox ul li::after {
    content: '';
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 10px;
}
#direction  .bgBox2{
	width: 100%;
	padding-bottom: 0px;
	background: url("../img/equipment/equipment_bg_02_mb.png")no-repeat;
	background-position:center top;
	background-size: cover;
}
#direction .fBox2{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}
#direction .fBox2 img {
	width: 48%;
	margin: 0 0 20px 0 !important;
}
#direction .fBox2 img:last-child {
}
#direction .bgBox2{
	width: 100%;
	padding-bottom: 0px;
}
}
