@charset "UTF-8";

@media screen and (max-width: 768px) {	
/*loading*/
 #is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #FFF;
 z-index: 8;
}
#loading {
 display: none;
 position: fixed;
 top: 50%;
 left: 45%;
 width: 40px;
 height: 40px;
 transform: translate(-45%,-50%);
 text-align: center;
 color: #fff;
 z-index: 9;
}
    
body{
	font-size: 1.0em;
	line-height: 1.5;
	color: #000000;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, sans-serif;
	min-width:100%;
}
a.hover:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
.menu-trigger {
	display: block;
}
.show_pc{
	display: none;
}
.show_sp{
	display: block;
}
.show_sp02{
	display: inline;
}

#gnav{
	display: none;
}

#headerbox {
    margin: 0;
    padding: 0;
    background: none;
	position: relative;
}
#headerbox_in {
    margin: 0;
    padding: 13px 10px 10px;
    width: 100%;
}
#headerbox_in .logobox {
    float: none;
	text-align: center;
	padding: 0 0 10px 0;
}
#headerbox_in .logobox img{
	width: 110px;
}
#headerbox_in .linkbox {
    float: none;
    margin-bottom: 0;
	text-align: center;
}

/*sns*/
#headerbox_in .snsbox{
    padding:5px 10px 3px;
    text-align: center;
}
    
#container {
    margin: 0;
    padding: 0;
    width: 100%;
}
#container_low{
	margin: 0;
	padding: 30px 10px 0;
	width: 100%;
}
#container_low02{
	margin: 0;
	padding: 0 0 0;
	width: 100%;
}
#container_low03{
	margin: 0;
	padding: 0;
	width: 100%;
}

.topbox01 {
    padding: 0 0 0 0;
    width: 100%;
    margin: 50px 0 50px;
}
.topbox01_in{
	padding: 0 10px;
}
.topbox01 table th{
    width: 100%;
	display: inline-block;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 5px 0 0;
	color: #949AA9;
}
.topbox01 table td{
	width: 100%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 0 0 5px;
}

.topbanner01 {
    margin-bottom: 0;
}
.topbox02 {
    margin: 40px 0 0 0;
    padding: 0;
	background-color: #000;
}
.topbox02 h2 {
    margin-bottom: 0;
}
.topbox02_in{
	padding: 10px 10px 30px;
}
.topbox02 ul li {
    width: 100%;
    float: none;
    margin-bottom: 13px;
}
.topbox02 ul li:nth-child(2n){
	float: none;
}
.topbox02 ul li a img{
	opacity: 1;
}
.topbox02 ul li a .text01 {
    text-align: center;
    padding: 10px 0 10px;
}
.topbox02 ul li a .text01 h3 {
    font-size: 20px;
}

#footerbox {
    padding: 30px 0 0 0;
}
.footerbox_mb01 {
    padding: 0 0 0 0 !important;
}
.footer_link{
	padding: 5px 10px;
	line-height: 200%;
}
.footer_info{
	text-align: center;
	padding: 15px 10px 15px;
	font-size: 10px;
	
}
.copyright{
	text-align: center;
	padding: 0 10px 20px;
	font-size: 10px;
}

.doorbox01 {
    margin: 0 0 25px;
    width: 100%;
}

.doorbox02 ul li {
    margin-bottom: 20px;
}
.doorbox02 ul li img{
	width: 100%;
}

.sp_fotter_nav{
	display: block;
}
.sp_fotter_nav .midashi{
	height: 34px;
	padding: 6px 0 0 20px;
	font-size: 14px;
	background: URL(../img/bg_sp_footer_nav.png) 0 0 repeat-x;
	background-size: auto 100%;
	position: relative;
	border-top: 2px solid #FFF;
}
.sp_fotter_nav .midashi:before{
	position: absolute;
	height: 31px;
	width: 32px;
	top: 0px;
	right: 0;
	display: inline-block;
	background-color: #949AA9;
	color: #FFF;
	text-align: center;
	padding: 1px 0 0 0;
	font-size: 20px;
	content: "＋";
}
.sp_fotter_nav .midashi.active:before{
	content:"−";
}
.sp_fotter_nav .child{
	display: none;
}
.sp_fotter_nav .child ul{
	list-style: none;
}
.sp_fotter_nav .child ul li a{
	height: 33px;
	padding: 7px 0 0 20px;
	font-size: 12px;
	color: #FFF;
	background-color: #949AA9;
	border-top: 1px solid #FFF;
	display: block;
	text-decoration: none;
}

#pagetop {
    bottom: 20px;
    right: 10px;
    width: 45px;
}

.h1box01_low {
    font-size: 18px;
    height: inherit;
    padding: 45px 0;
}
.conceptbox01 {
    padding: 0 0 45px 0;
    text-align: center;
    font-size: 13px;
}
.conceptbox01 h2 {
    width: 170px;
    font-size: 14px;
    margin-bottom: 15px;
}
.conceptbox01 .arrow01 {
    padding: 25px 0;
}
.conceptbox01 .imgbox img{
	height: 28px;
	max-width: 100% !important;
}
.conceptbox02 {
    height: inherit;
    padding: 30px 20px;
}
.conceptbox02 img{
	width: 100%;
}
.infobox_low {
    padding: 40px 10px 30px;
    margin: 0;
    width: 100%;
}
.infobox_low_in{
	padding: 20px 25px;
}
.infobox_low_in .midashi {
    margin-bottom: 20px;
    text-align: center;
	font-size: 14px;
}
.infobox_low_in .text01 {
    width: 100%;
    float: none;
	margin-bottom: 12px;
}
.infobox_low_in .text01 .text01_01 {
    float: left;
    margin-left: 10px;
    font-size: 22px;
    font-weight: bold;
    padding: 3px 0 0 0;
}
.infobox_low_in .text01 .text01_01 img{
    width: 20px;
}
.infobox_low_in .text01 .img01 {
    float: left;
    width: 40px;
}
.infobox_low_in .text01 .text01_01 p {
    font-size: 12px;
    margin-top: 3px;
}
.infobox_low_in a.link01 {
	font-size: 14px;
    width: 100%;
    padding: 8px 0;
}

.conceptbox03 {
    padding: 0 0 30px 0;
    text-align: center;
}
.conceptbox03 h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.conceptbox03 p.text01 {
    margin-bottom: 40px;
	font-size: 14px;
}
.conceptbox03 ul li {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
}
.conceptbox03 ul li .text02 {
    font-size: 16px;
    margin-bottom: 10px;
}
.conceptbox03 ul li .text03 {
    font-size: 13px;
}

.conceptbox04 {
    margin-bottom: 40px;
}
.conceptbox04_in {
    padding: 40px 25px;
    width: 100%;
    margin: 0;
}
.conceptbox04_in h2 {
    font-size: 24px;
}
.conceptbox04_in p {
    font-size: 13px;
}

.conceptbox05 {
    padding: 30px 0 0;
}
.conceptbox05_in_outer{
	padding: 0 13px;
}
.conceptbox05_in {
    width: 100%;
    margin: 0 0 30px;
}
.conceptbox05 h2 {
    font-size: 20px;
    margin-bottom: 25px;
}
.conceptbox05_in .slider .textbox01 {
    padding: 20px 0 0;
}
.conceptbox05_in .slider .textbox01 table {
    width: 90%;
    border-collapse: collapse;
    margin: 0 auto 15px;
}
.conceptbox05_in .slider .textbox01 .text01 {
	font-size: 13px;
	margin-bottom: 0;
}
.conceptbox05_in .slider .textbox01 .text02 {
	padding: 10px;
}
.conceptbox05_in .slider .textbox01 .text02 span {
    float: right;
    text-align: center;
    width: 80px;
    display: block;
    font-size: 12px;
    margin-left: 10px;
	line-height: 120%;
}
.conceptbox05_in .slider h3 span{
	text-align: left;
	padding: 15px 45px 15px 90px;
	display: block;
	color: #FFF;
	font-size: 13px;
}
.conceptbox05_in .slider h3 span.bg01{
	background: URL(../img/concept/01.png) 40px center no-repeat;
	background-size: 35px auto;
}
.conceptbox05_in .slider h3 span.bg02{
	background: URL(../img/concept/02.png) 40px center no-repeat;
	background-size: 35px auto;
}
.conceptbox05_in .slider h3 span.bg03{
	background: URL(../img/concept/03.png) 40px center no-repeat;
	background-size: 35px auto;
}
.conceptbox05_in .slider h3 span.bg04{
	background: URL(../img/concept/04.png) 40px center no-repeat;
	background-size: 35px auto;
}
.conceptbox05_in .slider h3 span.bg05{
	background: URL(../img/concept/05.png) 40px center no-repeat;
	background-size: 35px auto;
}
.conceptbox05 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 30px;
    margin-top: -9px;
    outline: 0;
    width: 17px;
    height: 31px;
    text-indent: -9999px;
    z-index: 9999;
}
.conceptbox05 .bx-wrapper .bx-prev {
    left: 10px;
    background: url('../img/concept/arrow05_sp.png') no-repeat 0 0;
}
.conceptbox05 .bx-wrapper .bx-next {
    right: 10px;
    background: url('../img/concept/arrow06_sp.png') no-repeat 0 0;
}

.infobox_low .midashi00 {
    font-size: 16px;
}

.mainvisual_low .text01 {
    margin-bottom: 55px;
	font-size: 13px;
	padding: 20px 10px 0;
}

.mainvisual_low01 .text01 {
    margin-bottom: 55px;
	font-size: 13px;
	padding: 20px 10px 0;
}

.conceptbox06 {
    padding: 35px 25px 35px;
}
.conceptbox06_in {
    margin: 0;
    width: 100%;
}
.conceptbox06_in h2 {
    font-size: 16px;
    margin-bottom: 15px;
}
.conceptbox06_in .text01 {
    margin: 0 0 50px;
    width: 100%;
    font-size: 13px;
    color: #FFF;
}
.conceptbox06_01 {
    height: 400px;
    overflow-y: scroll;
}
.conceptbox06_01 ul {
	margin: 0 auto;
	width: 300px;
}
.conceptbox06_01 ul li table {
    margin-bottom: 20px;
}
.conceptbox06_01 ul li table td {
    font-size: 15px;
}
.conceptbox06_01 ul li table td span {
    font-size: 12px;
}
.conceptbox06_01 ul li {
    width: 300px;
    float: none;
    margin: 0 0 40px 0;
}
.conceptbox06_01 ul li:nth-child(3n){
	margin: 0 0 40px 0;
}
.conceptbox06_01 ul li:last-child{
	margin: 0 0 0 0;
}

.probox01 {
    padding: 20px 10px 1px;
    margin-bottom: 25px;
}
.probox01_in{
	width: 100%;
	margin: 0;
}
.probox01_in ul li{
	float: none;
	width: 100%;
	border: 1px solid #FFF;
	margin-bottom: 20px;
}
.probox01_in ul li:nth-child(2n){
	float: none;
}
.probox01_in ul li .imgbox01 {
    width: 100%;
    height: inherit;
}
.probox01_in ul li .imgbox01 img{
	display: block;
}
.probox01_in ul li .text01 h3 {
    font-size: 15px;
}
.probox01_in ul li .text01 p {
    font-size: 10px;
}
.probox01_in ul li .text01 {
    padding: 10px 0 10px;
}

.doorbox02_outer{
	padding: 0 10px;
}

.nav_pro01 {
	display: none;
}
.probox02 {
    margin-bottom: 50px;
	padding: 30px 10px 0;
}
.probox03.active, .pro03pb {
    padding-bottom: 25px;
}
.probox03 h2 {
    height: 40px;
    color: #FFF;
    font-size: 20px;
    margin-bottom: 20px;
}
.probox03 h2 span {
    height: 40px;
    display: block;
    padding: 4px 0 0 70px;
}
.probox03 h2 span.bg01 {
    background: URL(../img/product/midashi01.png) left center no-repeat;
	background-size: auto 100%;
}
.probox03 h2 span.bg02 {
    background: URL(../img/product/midashi02.png) left center no-repeat;
	background-size: auto 100%;
}
.probox03 h2 span.bg03 {
    background: URL(../img/product/midashi03.png) left center no-repeat;
	background-size: auto 100%;
}
.probox03 h2 span.bg04 {
    background: URL(../img/product/midashi04.png) left center no-repeat;
	background-size: auto 100%;
}
.probox03 h2 span.bg05 {
    background: URL(../img/product/midashi05.png) left center no-repeat;
	background-size: auto 100%;
}
.probox03 h2 span.bg06 {
    background: URL(../img/product/midashi06.png) left center no-repeat;
	background-size: auto 100%;
}
.probox03 h2 span.bg07 {
    background: URL(../img/product/midashi07.png) left center no-repeat;
	background-size: auto 100%;
}
.probox03 h2 span.bg08 {
    background: URL(../img/product/midashi08.png) left center no-repeat;
	background-size: auto 100%;
}
.probox03 .text01 {
	padding: 0 10px;
    margin-bottom: 20px;
}
.probox03_01 {
    margin-bottom: 0;
    padding: 0 10px 1px;
    border-bottom: none;
}
.probox03_01 ul li {
    float: none;
    width: 100%;
    margin: 0 0 25px 0;
}
.probox03_01 ul li:nth-child(3n) {
    margin: 0 0 25px 0;
}
.probox03_01 ul li .text02 {
    font-size: 16px;
    margin-bottom: 10px;
	height:38px;
}
.conceptbox03 ul li .text03 {
    font-size: 13px;
}
.probox03_01 ul li .icon01 a {
    margin: 0 10px 0 0;
}
.probox03_01 ul li img{
	display: none;
}
.probox03_01 ul li img.img_sp{
	width: 48%;
	display: inline-block;
	margin-top: 5px;
	margin-right: 4%
}
.probox03_01 ul li img.img_sp02{
	width: 48%;
	display: inline-block;
	margin-top: 5px;
}

.probox03 .text00{
	background: URL(../img/product/product19_sp.png) left bottom no-repeat #030000;
	background-size: 100% auto;
	padding: 20px 10px 50%;
	margin-bottom: 20px;
}
.probox03 .text00 p{
	font-size: 13px;
	color: #FFF;
	line-height: 220%;
	width: 100%;
}
.probox03 .text_01{
	background: URL(../img/product/product_topsp01.jpg) left bottom no-repeat #030000;
	background-size: 100% auto;
	padding: 20px 10px 50%;
	margin-bottom: 20px;
}
.probox03 .text_01 p{
	font-size: 13px;
	color: #FFF;
	line-height: 220%;
	width: 100%;
}
.probox03 .text_02{
	background: URL(../img/product/product_topsp02.jpg) left bottom no-repeat #030000;
	background-size: 100% auto;
	padding: 20px 10px 50%;
	margin-bottom: 20px;
}
.probox03 .text_02 p{
	font-size: 13px;
	color: #FFF;
	line-height: 220%;
	width: 100%;
}
.probox03 .text_03{
	background: URL(../img/product/product_topsp03.jpg) left bottom no-repeat #030000;
	background-size: 100% auto;
	padding: 20px 10px 50%;
	margin-bottom: 20px;
}
.probox03 .text_03 p{
	font-size: 13px;
	color: #FFF;
	line-height: 220%;
	width: 100%;
}
.probox04_outer {
    padding: 0 10px 30px;
}
.probox04{
	background: none;
	padding: 30px;
}
.probox04 .textbox01 {
    width: 100%;
	margin-bottom: 20px;
}

.probox04 img{
	display: block;
	width: 100%;
}
.probox03_01 .swich01_02{
	display: none;
}
.probox03_01 .swich02{
	display: none;
}

.probox03_02 {
    padding: 30px 0 10px 0;
}
.probox03_02_01 {
    padding: 15px 10px 0;
}
.probox03_02_01 ul li {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
}

.probox05_left {
	display: none;
}
.probox05_right {
    float: none;
    width: 100%;
}
.probox05_right_02 .month{
	display: block;
	font-size: 13px;
}
.probox05_right_02 table th {
	display: none;
}
.probox05_right_02 table td.camera {
	display: none;
}
.probox05_right_02 table td.kazu{
	width: 60px;
}
.probox05_right_02 table td.tuki{
	width: 50px;
}

.probox05_right h2.h2_pro02{
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #FFF;
	background: URL(../img/product/bg03.png) center top repeat-y;
	background-size: 100% auto;
	margin: 0 auto;
	width: 240px;
	text-align: center;
	display: block;
}
.probox05_right_01_outer{
	margin-bottom: 35px;
}

.probox05_right h2.h2_pro02 span{
	display: block;
	padding: 10px;
}
.probox05_right h2.h2_pro02 span:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 6px;
	background-image: URL(../img/product/arrow01.png);
	background-size: contain;
	vertical-align:top;
	margin-right: 10px;
	margin-top: 9px;
}
.probox05_right h2.h2_pro01{
	display: none;
}
.pro_content{
	margin-bottom: 60px;
}
.pro_content .box{
	display: none;
	margin-bottom: 35px;
}
	.pro_content .box .show{
		display: block;
	}
.doorbox03{
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 0 35px;
}
.doorbox01_mb01 {
    margin: 0 0 55px;
}

.companybox01{
	margin: 0 0 50px;
}
.companybox01_01{
	width: 100%;
	margin: 0;
	padding: 0 10px;
}
.companybox01_01 table td .text01{
	padding: 0 0 0 0;
	text-indent: 0;
	margin-bottom: 10px;
}
.companybox01_01 table td .text02{
	padding: 0 0 0 0;
	text-indent: 0;
}
.companybox01_01 table td .text03 {
    float: none;
}
.companybox01_01 table td .text04 {
    float: none;
    margin-left: 0;
    padding: 0 0 0 0;
    border-left: none;
}

h2.h2_style01 {
    height: inherit;
    background: none;
    margin-bottom: 20px;
}
h2.h2_style01 span {
    height: inherit;
    display: block;
    font-size: 20px;
    position: relative;
    background-color: #D1D3DA;
    padding: 15px 0;
	text-align: center;
}
h2.h2_style01 span::before {
	display: none;
}
.companybox00 {
    padding: 30px 0 70px 0;
}
.companybox02_01{
	width: 100%;
	margin: 0;
}
.companybox02_02{
	margin-bottom: 30px;
}
.companybox02_02 .gmap{
	width: 100%;
	height: 240px;
	float: none;
}
.companybox02_02 .text{
	width: 100%;
	float: none;
	padding: 10px 10px 15px;
}
.probox05_right_02_b01 {
    border-bottom: none;
    padding: 20px 20px 10px;
}
.probox05_right .onzyun{
	text-align: center;
	font-size: 13px;
	color: #9F9FA0;
	display: block;
}

.companybox03 {
    width: 100%;
    margin: 0;
    padding: 0 0 60px 0;
}
.companybox03_01 .text00{
	display: block;
	font-size: 13px;
	margin-bottom: 3px;
}
.companybox03_01 table th{
	display: none;
}

.topbox01_w770 {
    width: 100%;
    margin: 0;
    padding: 10px 0 50px 0;
}
.topbox01_w770 table th{
	padding: 20px 10px 0;
}
.topbox01_w770 table td{
	padding: 0 10px 20px;
}

.contactbox01{
	padding: 30px 0 30px 0;
	margin: 0;
	width: 100%;
}
.contactbox01 .text01{
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: left;
}
.contactbox01 .text02 {
    margin-bottom: 30px;
	padding: 0 10px;
	text-align: left;
}
.contactbox01 .text03 {
    padding: 0 10px;
	text-align: left;
}
.contactbox01 .btnbox01 {
    margin-bottom: 60px;
}
.contactbox01 table{
	width: 100%;
	border-top: none;
	margin-bottom: 20px;
}
.contactbox01 table tr{
	border-bottom: none;
}
.contactbox01 table th{
	padding: 8px 15px;
	width: 100%;
	display: inline-block;
	background: URL(../img/contact/bg01.png) 0 0 repeat-y;
	background-size: 100% auto;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
.contactbox01 table td{
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	display: inline-block;
}

.recruitbox01 {
    width: 100%;
    margin: 0;
    padding: 30px 10px 55px;
    text-align: left;
}
.recruitbox01 h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.recruitbox02 {
    margin-bottom: 15px;
}
.recruitbox02 h2.h2_style01 {
    margin-bottom: 20px;
}
h3.h3_style01 {
    font-size: 16px;
}
.recruitbox02_01 {
	padding: 0 25px;
}
.recruitbox02_02 {
    padding: 23px 0;
}
.recruitbox02_02 .imgbox01 {
    width: 100%;
    float: none;
	padding: 0 15px;
}
.recruitbox02_02 .textbox01 {
    width: 100%;
    float: none;
    padding: 25px 0 0 0;
}
.recruitbox02_02 .textbox01 h4 {
    font-size: 16px;
}
.recruitbox02_02 .textbox01 p {
    padding: 0 0 0 15px;
}
.recruitbox02_02_bnone {
    padding: 23px 0 18px;
}
.recruitbox03 {
    margin-bottom: 60px;
}
.recruitbox03_01{
	width: 100%;
	margin: 0;
	padding: 0 10px;
}
.recruitbox03_01 table {
    font-size: 13px;
}
.recruitbox03_01 table th {
    width: 110px;
    padding: 12px 0;
}
.recruitbox03_01 table td {
    padding: 12px 0;
}

.recruitbox04 {
    padding: 35px 0 0;
	margin-bottom: 55px;
}
.recruitbox04_in_outer{
	padding: 0 35px;
}
.recruitbox04_in {
    width: 100%;
    margin: 0 0 25px;
}
.recruitbox04 h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.recruitbox04 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 60%;
    margin-top: -9px;
    outline: 0;
    width: 17px;
    height: 31px;
    text-indent: -9999px;
    z-index: 999;
}
.recruitbox04 h2 img {
    width: 90px;
    margin-bottom: 10px;
}
.recruitbox04 .bx-wrapper .bx-prev {
    left: 10px;
    background: url('../img/concept/arrow05_sp.png') no-repeat 0 0;
}
.recruitbox04 .bx-wrapper .bx-next {
    right: 10px;
    background: url('../img/concept/arrow06_sp.png') no-repeat 0 0;
}
.recruitbox04_01{
	background: URL(../img/recruit/bg03.png) center center no-repeat;
	background-size: auto 100%;
	height: 49px;
	text-align: center;
	padding: 11px 0 0 0;
}
.recruitbox04 h2 {
    font-size: 16px;
    margin-bottom: 30px;
}
.recruitbox04_02 {
    margin-bottom: 30px;
}
.recruitbox04_02 .imgbox01 {
    width: 100%;
    height: inherit;
    float: none;
}
.recruitbox04_02 .textbox01 {
    width: 100%;
    height: inherit;
    float: right;
    background: URL(../img/recruit/bg02.png) center top repeat-y;
	background-size: 100% auto;
    padding: 15px 0 15px 45px;
    color: #FFF;
    position: relative;
}
.recruitbox04_02 .textbox01 .text01{
	font-size: 14px;
	margin-bottom: 0;
	padding: 0 0 0 18%;
}
.recruitbox04_02 .textbox01 .text02{
	font-size: 18px;
	margin-bottom: 7px;
	padding: 0 0 0 18%;
}
.recruitbox04_02 .textbox01 .text02 span{
	font-size: 14px;
}
.recruitbox04_02 .textbox01 .text03{
	font-size: 13px;
}
.recruitbox04_02 .textbox01 img.pic01 {
    position: absolute;
    top: 25px;
    right: inherit;
	left: 15.5%;
    width: 33px;
}
.recruitbox04_03 {
    padding: 18px 20px;
    background-size: 25px auto;
}
.recruitbox04_03 p {
    font-size: 16px;
}
.recruitbox04_03 .btnbox01 a {
	font-size: 12px;
}

.recruitbox05{
	text-align: center;
	padding: 0 0 60px;
}
.recruitbox05 a{
	width: 80%;
	height: inherit;
	font-size: 13px;
	padding: 20px 0;
}
.recruitbox05 a:hover{
	opacity: 1;
}

.recruitbox06{
	margin: 30px auto;
	width: 90%;
}
.recruitbox06_01{
	border-bottom: none;
	padding: 25px 30px 30px;
}
.recruitbox06_01 h3 {
    font-size: 20px;
    text-align: center;
    color: #004DA1;
    margin-bottom: 25px;
}
.recruitbox06_01_01 .imgbox01 {
    width: 100%;
    height: inherit;
    float: none;
}
.recruitbox06_01_01 .textbox01 {
     width: 100%;
    height: inherit;
    float: none;
    padding: 14px 0 14px 12%;
    color: #FFF;
    position: relative;
}
.recruitbox06_01_01 .textbox01 img.pic01 {
    position: absolute;
    top: 22px;
    right: inherit;
	left: 12%;
    width: 40px;
}
.recruitbox06_01_01 .textbox01 .text01{
	font-size: 14px;
	margin-bottom: 0;
	padding: 0 0 0 20%;
}
.recruitbox06_01_01 .textbox01 .text02{
	font-size: 18px;
	margin-bottom: 5px;
	padding: 0 0 0 20%;
}
.recruitbox06_01_01 .textbox01 .text02 span{
	font-size: 14px;
}
.recruitbox06_01_01 .textbox01 .text03{
	font-size: 13px;
}
.recruitbox06_01 .text04{
	font-size: 13px;
}
.recruitbox06_02 {
    padding: 5px 0 15px;
}
.recruitbox06_02_01 .imgbox_right{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.recruitbox06_02_01 .imgbox_left{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.recruitbox06_02_01 .box_left{
	float: none;
	width: 100%;
}
.recruitbox06_02_01 .box_left p{
	padding: 0 0 0 0;
}
.recruitbox06_02_01 .box_right{
	float: none;
	width: 100%;
}
.recruitbox06_02_01 .box_right p{
	padding: 0 0 0 0;
}
.recruitbox06_02_01 .box_right h4{
	padding: 0 0 5px 0;
}

.recruitbox06_02_01 .textbox01{
	padding: 0 12px 0;
}
.recruitbox06_02_01 {
    margin-bottom: 35px;
}
.recruitbox06_02_02_outer{
	padding: 0 12px;
}
.recruitbox06_02_02 .midashi01 {
    padding: 8px 0;
    font-size: 14px;
}
.recruitbox06_02_02 {
    margin-bottom: 15px;
}
.recruitbox06_02_02 p {
    padding: 15px;
}

.sitemapbox01{
	width: 100%;
	margin: 0 0 50px;
}
.sitemapbox01_01{
	padding: 20px 20px 0;
	border-bottom: 1px solid #B7BECF;
}
.sitemapbox01_01_p01{
	padding: 0 20px 0;
}
.sitemapbox01_01 ul{
	width: 100%;
	float: none;
	list-style: none;
	padding: 10px 0 20px 0;
}
.sitemapbox01_01 ul li.midashi01{
	font-size: 18px;
	margin-bottom: 10px;
}

.sitepolicybox01{
	width: 100%;
	margin: 0 0 50px;
}
.sitepolicybox01_01{
	padding: 25px 0 25px;
	border-bottom: 1px solid #B7BECF;
}
.sitepolicybox01_01_p01{
	padding: 15px 0 25px;
}

.mainvisual_low01{
	background: url(../img/company/company01_sp.png) center top no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;

}

.mainvisual_low02{
	background: URL(../img/concept/concept01_sp.png) center top no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}

/* 20250605 mv アニメーション */
#is-loading {
	z-index: 100;
}
.mv_catch {
	padding: 10px;
}
.mv_catch p {
	font-size: 15px;
}
.topbox01 {
    margin: 0 0 50px;
}
.mv_anime_wrap {
    margin-bottom: 50px;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}
.mv_anime {
    width: 1200px;
}

}