@charset "utf-8";
.spBg::after {
    content: "";
    display: block;
    position: fixed;
    border: 1px solid #fff; /* 初期状態は白 */
    width: 60px;
    height: 60px;
    right: 1em;
    top: 1em;
    border-radius: 50%;
    background: none;
    transition: border-color 0.3s ease; /* 色変更をスムーズに */
}

.spBg.border-black::after {
    border-color: #16284D !important;
}

.spBg.border-white::after {
    border-color: #fff !important;
}

/* === メニューの線の色変更 === */
.menu__line {
    background: #fff; /* 初期状態は白 */
    transition: background-color 0.3s ease;
}

.menu__line.bg-black {
    background: #16284D !important;
}

.menu__line.bg-white {
    background: #fff !important;
}



/*--------------------------------------------------------

layer page 共通

----------------------------------------------------------*/
.topVisual{
	width: 100%;
	height: 700px;
	background: red;
	position: relative;
	z-index: -2;
}
.topVisual::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(22,40,77,.3);
	position: relative;
	z-index: -1;
}

.facility-img{
	background: url("../img/mihama/img-21.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.company-img{
	background: url("../img/mihama/img-16.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.contact-img{
	background: url("../img/mihama/img-24.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.recruit-img{
	background: url("../img/mihama/img-10.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.ttlArea{
	position: absolute;
	bottom: -10px;
	left: 2em;
	color: #fff;
}
h2{
	font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
	position: relative;
	
}
.layer_h2{
	text-align: center;
	margin-bottom: 22px;
}
.en-ttl{
	width: 100%;
	height: 100%;
}

.en-ttl img{
	width: 100%;
	height: 160px;
}

.layer-inner{
	width: 100%;
	max-width: 1280px;
	margin: 5em auto;
	padding: 0 2%;
}

.introTxt{
	font-size: 2rem;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 88px;
}
/*--------------------------------------------------------

company

----------------------------------------------------------*/ 
.recruit{
	margin: 0 auto;
	width: 100%;
	max-width: 880px;
}
.recruit table {
	font-size: 1.6rem;
	margin: 40px auto 120px;
	width: 100%;
}
.recruit th {
	padding: 24px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #B7B7B7;
}
.recruit td {
	padding: 24px 0 24px 24px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #B7B7B7;
}
.recruit td span {
	font-size: 100%;
}
.recruit th {
	border-color: #16284D;
	font-weight: 700;
	width: 20%;
}
/*--------------------------------------------------------

company

----------------------------------------------------------*/ 
.company{
	margin: 0 auto;
	width: 100%;
	max-width: 880px;
}
.company table {
	font-size: 1.6rem;
	margin: 40px auto 120px;
	width: 100%;
}
.company th,td {
	padding: 24px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid ;
}
.company td span {
	font-size: 100%;
}
.company th {
	border-color: #16284D;
	font-weight: 700;
	width: 20%;
}
.map{
	width: 100%;
	height: 400px;
}

/*--------------------------------------------------------
CONTACT
----------------------------------------------------------*/ 

.contactMail{
	color:#000DB6 !important;
	text-decoration: underline !important;
}

/*--------------------------------------------------------
設備案内
----------------------------------------------------------*/ 
.flexBox{
	display: flex;
	justify-content: space-between;
}
.machineTypeArea{
	justify-content: space-between;
	flex-wrap: wrap;
	height: auto;
}
.machineTypeArea::after{
  content:"";
  display: block;
  width:30%;
}
.machineTypeCnt{
	width: 30%;
	height: auto;
	margin-bottom: 120px;
}
.machineTypeIMG{
	position: relative;
	height: 40vw;
	max-height: 440px;
	margin-bottom: 5px;
	
}
.machineTypeIMG01::after{
	position: absolute;
	top:0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/mihama/img-3.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.machineTypeIMG02::after{
	position: absolute;
	top:0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/mihama/img-6.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.machineTypeIMG03::after{
	position: absolute;
	top:0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/mihama/img-7.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.machineTypeIMG04::after{
	position: absolute;
	top:0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/mihama/img-8.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.machineTypeIMG05::after{
	position: absolute;
	top:0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/mihama/img-25.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.machineSubTxt{
	font-size: 1.2rem;
	text-align: center;
}
.machineName{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.machineSpec{
	width: 100%;
	max-width: 500px;
}
.machineSpec dd{
	border-top: solid thin #eee;
	border-right: solid thin #eee;
	border-left: solid thin #eee;
}
.machineSpec dd:last-child{
	border-bottom: solid thin #eee;
}
.machineSpec dd span:first-child{
	display: inline-block;
	width: 100%;
	max-width: 120px;
	margin-right: 5px;
	text-align: center;
	padding: 15px 0;
	background: #F6F8FD;
}
.machineSpec dd span:first-child{
	border-right: solid thin #eee;
}
.machineSpec dd span:last-child{
	width: auto;
    max-width: 100%;
	margin-left: 30px;
}
/*--------------------------------------------------------
privac
----------------------------------------------------------*/ 
.privacyArea{
	margin-bottom: 20px;
}
.privacyArea h3{
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 2rem;
}

@media all and (max-width: 820px) {
.layer-inner{
	width: 100%;
	margin: 0 auto;
	padding: 0 2%;
}

	/*--------------------------------------------------------

layer page 共通

----------------------------------------------------------*/
.topVisual{
	width: 100%;
	height: 40vh;
	background: red;
	position: relative;
	z-index: -2;
}
.topVisual::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(22,40,77,.3);
	position: relative;
	z-index: -1;
}

.facility-img{
	background: url("../img/mihama/img-21.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.company-img{
	background: url("../img/mihama/img-16.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.contact-img{
	background: url("../img/mihama/img-24.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.recruit-img{
	background: url("../img/mihama/img-10.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.ttlArea{
	position: absolute;
	bottom: 0;
	left: 1em;
	color: #fff;
}
h2{
	font-size: 2rem;
    margin-bottom: 0;
    letter-spacing: 0.01em;
	position: relative;
	
}
.en-ttl{
	display: inline-block;
	width: 100%;
	max-width: 70%;
}

.en-ttl img{
	width: 100%;
	height: 100%;
}

.layer-inner{
	width: 100%;
	max-width: 100%;
	margin: 3em auto;
	padding: 0 3%;
}

.introTxt{
	font-size: 1.6rem;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 88px;
}
/*--------------------------------------------------------

company

----------------------------------------------------------*/ 	
.recruit{
	margin: 0 auto;
	width: 100%;
	max-width: 880px;
}
.recruit table {
	font-size: 1.6rem;
	margin: 20px auto 60px;
	width: 100%;
}
.recruit th,td {
	padding: 12px 5px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid ;
}
.recruit td span {
	font-size: 100%;
}
.recruit th {
	border-color: #16284D;
	font-weight: 700;
	width: 30%;
}

/*--------------------------------------------------------

company

----------------------------------------------------------*/ 
.company{
	margin: 0 auto;
	width: 100%;
	max-width: 880px;
}
.company table {
	font-size: 1.6rem;
	margin: 20px auto 60px;
	width: 100%;
}
.company th,td {
	padding: 12px 5px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid ;
}
.company td span {
	font-size: 100%;
}
.company th {
	border-color: #16284D;
	font-weight: 700;
	width: 30%;
}
.map{
	width: 100%;
	height: 200px;
}

.map img{
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------
CONTACT
----------------------------------------------------------*/ 

.contactMail{
	color:#000DB6 !important;
	text-decoration: underline !important;
}

/*--------------------------------------------------------
設備案内
----------------------------------------------------------*/ 
.flexBox{
	display: flex;
	justify-content: space-between;
}
.machineTypeArea{
	justify-content: space-between;
	flex-wrap: wrap;
	height: auto;
}
.machineTypeCnt{
	width: 100%;
	height: auto;
	margin-bottom: 44px;
}
.machineTypeIMG{
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 2 / 3;
}

.machineTypeIMG01::after{
	position: absolute;
	top:0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/mihama/img-3.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.machineTypeIMG02::after{
	position: absolute;
	top:0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/mihama/img-6.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.machineTypeIMG03::after{
	position: absolute;
	top:0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/mihama/img-7.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.machineTypeIMG04::after{
	position: absolute;
	top:0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/mihama/img-8.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.machineTypeIMG05::after{
	position: absolute;
	top:0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/mihama/img-25.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.machineSubTxt{
	font-size: 1.2rem;
	text-align: center;
}
.machineName{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.machineSpec{
	width: 100%;
	max-width: 100%;
}
.machineSpec dd{
	border-top: solid thin #eee;
	border-right: solid thin #eee;
	border-left: solid thin #eee;
}
.machineSpec dd:last-child{
	border-bottom: solid thin #eee;
}
.machineSpec dd span:first-child{
	display: inline-block;
	width: 100%;
	max-width: 120px;
	margin-right: 5px;
	text-align: center;
	padding: 15px 0;
	background: #F6F8FD;
}
.machineSpec dd span:first-child{
	border-right: solid thin #eee;
}
.machineSpec dd span:last-child{
	width: auto;
    max-width: 100%;
	margin-left: 30px;
}
/*--------------------------------------------------------
privac
----------------------------------------------------------*/ 
.privacyArea{
	margin-bottom: 20px;
}
.privacyArea h3{
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 2rem;
}

}