@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Body
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
	position: relative;
	overflow: hidden;
	font-size: 100%;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
	background: #e6e6e6;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
    transition: all 200ms;
}
.sp, .nobr {
	display: none!important;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: 80px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
		align-items: center;
    margin: 0 auto;
	border-top: solid 5px #333;
	background: #fff;
    box-sizing: border-box;
}
header a.headerLogo {
	position: absolute;
    width: 188px;
    height: 30px;
    left: 20px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
    z-index: 20000;
    background: url("../images_top/common/logo.gif") no-repeat left center;
    background-size: contain;
}
header a.btnContact {
	position: absolute;
    width: 80px;
    height: 24px;
    right: 20px;
    display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	padding-top: 3px;/*フォント下の余白を埋める*/
    font-size: 1.1em;
    line-height: 1em;
    color: #fff;
	text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #444;
	box-sizing: border-box;
	transition: all 200ms;
}
header a.btnContact:hover {
	background: #000;
    transition: all 200ms;
}
header ul.language {
	position: absolute;
	width: auto;
	height: 40px;
	right: 120px;
	display: flex;
		justify-content: space-between;
        align-content: center;
		align-items: center;
}
header ul.language li {
	width: auto;
	display: inline-block;
    margin: 0;
}
header ul.language li+li::before {
	content: '/';
    margin: 0 20px;
}
header ul.language li a {
	font-size: 1.2em;
    line-height: 1em;
}
header ul.language li a.jp::before {
	content: 'Japanese';
}
header ul.language li a.en::before {
	content: 'English';
}
header ul.language li a:hover {
	text-decoration: underline;
}
header a.btn_recruit {
	position: absolute;
    width: auto;
	height: 50px;
	right: 300px;
    display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
}
header a.btn_recruit img {
	width: auto;
	height: 50px;
    display: block;
}
header a.bnr_zeb {
	position: absolute;
    width: 50px;
	right: 560px;
    display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
}
header a.btn_recruit:hover,
header a.bnr_zeb:hover {
	transition: all 200ms;
	opacity: 0.5;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【ヘッダー】グローバルナビ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.openMenu {
	position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
    display: flex;
		justify-content: space-around;
		align-content: center;
		align-items: center;
	z-index: 1000;
    box-sizing: border-box;
	transition: all 200ms;
	/*background: rgba(0,0,0,0.2);*/
}
@media screen and (max-width: 1600px) {

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

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

}
.btn_nav {
	display: none;
}
.open_nav,
.close_nav {
	display: none;
}
.sp_nav_wrap {
	width: 100%;
	display: block;
}
.sp_nav {
	width: 100%;
	height: 50px;
	display: block;
}
.sp_nav ul.sp_nav_menu {
	width: 100%;
	height: 50px;
    display: flex;
		justify-content: space-around;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
    box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li {
	position: relative;
    width: auto;
    height: 50px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
}
.sp_nav ul.sp_nav_menu li.nopc {
	display: none;
}
.sp_nav ul.sp_nav_menu li a,
.sp_nav ul.sp_nav_menu li p {
	width: 100%;
    height: 40px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    font-size: 1.2em;
    line-height: 1em;
	letter-spacing: 0.05em;
	color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li a:hover {
	transition: all 200ms;
    opacity: 0.5;
}
.sp_nav ul.sp_nav_menu li ul.s li,
.sp_nav ul.sp_nav_menu li:nth-of-type(7),
.sp_nav ul.sp_nav_menu li:nth-of-type(8) {
	display: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
main {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
}
.wrap {
    position: relative;
    width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
.block {
    position: relative;
    width: 90%;
    max-width: 1100px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 auto;
}
.reverse {
	flex-direction: row-reverse;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】メインビジュアル
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .mainVisual {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
	margin-bottom: 20px;
    background: url("../images_top/top/rep.jpg") repeat center center;
    box-sizing: border-box;
    transition: all 200ms;
}
#home .mainVisual .slideBlock {
    position: relative;
	width: 100%;
	max-width: 1100px;
    height: 480px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    margin: 0 auto;
}
#home .mainVisual .slideBlock ul.bxslider {
    width: 100%;
    display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
	overflow: visible;
}

/* PAGER */
#home .bx-wrapper .bx-pager,
#home .bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
    bottom: -40px;
	z-index: 3000;
}
#home .bx-wrapper .bx-pager {
	padding: 10px;
	text-align: center;
}
#home .bx-wrapper .bx-pager .bx-pager-item,
#home .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#home .bx-wrapper .bx-pager.bx-default-pager a {
	background: #888;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	border-radius: 5px;
}
#home .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#home .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a83659;
	opacity: 1;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】共通タイトル
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home h2.commonTitle {
	position: relative;
	width: 6%;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
	align-self: stretch;
	font-size: 2em;
	line-height: 1em;
	color: #fff;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #373737;
    box-sizing: border-box;
}
#home h2.commonTitle::before {
	content: '';
	width: 20px;
	height: 10px;
	display: inline-block;
	margin-bottom: 10px;
    background: #a83659;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】About us
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeAbout {
	position: relative;
	width: 90%;
	min-height: 300px;
	display: flex;
		justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    margin: 40px auto;
    background: #fff;
    box-sizing: border-box;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.2);
}
#home .homeAbout img {
	width: 29%;
	aspect-ratio: 16/15;
	display: block;
	align-self: stretch;
    object-fit: cover;
	object-position: 70% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
#home .homeAbout dl {
	position: relative;
	width: 41%;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
	align-self: stretch;
	padding: 10px 30px;
	box-sizing: border-box;
}
#home .homeAbout dl dt {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font: bold 1.7em/1.2em "游明朝","Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-feature-settings: "palt";
	color: #a83659;
}
#home .homeAbout dl dd {
	width: 100%;
	display: block;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: justify;
    box-sizing: border-box;
}
#home .homeAbout ul {
	position: relative;
	width: 24%;
	display: flex;
		justify-content: space-between;
        align-content: space-between;
        align-items: center;
        flex-wrap: wrap;
	align-self: stretch;
	box-sizing: border-box;
}
#home .homeAbout ul li {
	width: 50%;
	height: 33.333%;
	display: block;
	align-self: stretch;
	border-left: solid 1px #fff;
	background: #373737;
	box-sizing: border-box;
}
#home .homeAbout ul li:nth-child(n+3) {
	border-top: solid 1px #fff;
}
#home .homeAbout ul li a {
	width: 100%;
	height: 100%;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fff;
	background: #373737;
	box-sizing: border-box;
}
#home .homeAbout ul li a span {
	width: 100%;
	display: block;
	font-size: 0.7em;
	text-align: center;
	opacity: 0.7;
}
#home .homeAbout ul li a:hover {
	background: #000;
	transition: all 200ms;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】Solution
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeSolution {
	position: relative;
	width: 90%;
	min-height: 300px;
	display: flex;
		justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    margin: 40px auto 20px;
    background: #fff;
    box-sizing: border-box;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.2);
}
#home .homeSolution .inner {
	position: relative;
	width: 94%;
	min-height: 300px;
	display: flex;
		justify-content: space-between;
        align-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    box-sizing: border-box;
}
#home .homeSolution ul.lineup {
	width: 98%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
	margin: -40px auto 20px;
}
#home .homeSolution ul.lineup li {
	position: relative;
	width: 23%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
	align-self: stretch;
	margin: 0 1%;
	padding-bottom: 20px;
	background: url("../images_top/top/arrow.gif") no-repeat right bottom;
	background-size: 7px 12px;
	box-sizing: border-box;
}
#home .homeSolution ul.lineup li img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
#home .homeSolution ul.lineup li h3 {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	box-sizing: border-box;
}
#home .homeSolution ul.lineup li h3 span {
	width: 100%;
	display: block;
	margin-top: 5px;
	font-size: 0.6em;
	line-height: 1.2em;
	text-align: center;
	color: #a83659;
}
#home .homeSolution ul.lineup li p {
	width: 100%;
	display: block;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
	box-sizing: border-box;
}
#home .homeSolution ul.lineup li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	opacity: 0;
}
#home .homeSolution ul.lineup li a:hover {
	transition: all 200ms;
	opacity: 0.5;
}

/*スライド*/
#home .homeSolution .slideBlock {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	overflow: hidden;
    margin: 0 auto;
	padding: 10px 50px;
	background: #4f4f4f;
	box-sizing: border-box;
}
#home .homeSolution .slideBlock ul.slider2 {
    width: 100%;
    display: block;
	margin: 0 auto;
}
#home .homeSolution .slideBlock ul.slider2 li {
    position: relative;
    width: auto;
    display: block;
    margin: 0 5px;
    box-sizing: border-box;
}
#home .homeSolution .slideBlock ul.slider2 li img {
    width: 100%;
    aspect-ratio: 2/1;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
    background: #fff;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
}

/* Arrows */
#home .homeSolution .slideBlock .slick-prev,
#home .homeSolution .slideBlock .slick-next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    display: block;
    z-index: 1000;
    padding: 0;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#home .homeSolution .slideBlock .slick-prev {
    left: -40px;
    background: url("../images_top/top/prev.png") no-repeat center center;
    background-size: 16px 27px;
	
}
[dir="rtl"] .slick-prev {
    left: -40px;
    right: auto;
}
#home .homeSolution .slideBlock .slick-next {
    right: -40px;
    background: url("../images_top/top/next.png") no-repeat center center;
    background-size: 16px 27px;
}
[dir="rtl"] .slick-next {
    right: -40px;
    left: auto;
}
#home .homeSolution .slideBlock .slick-prev:hover,
#home .homeSolution .slideBlock .slick-next:hover {
    transition: all 200ms;
    opacity: 0.7;
}
/*#home .homePickup .slideBlock .slick-prev:focus,
#home .homePickup .slideBlock .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}*/
#home .homeSolution .slideBlock .slick-prev:hover:before,
#home .homeSolution .slideBlock .slick-prev:focus:before,
#home .homeSolution .slideBlock .slick-next:hover:before,
#home .homeSolution .slideBlock .slick-next:focus:before {
    opacity: 1;
}
#home .homeSolution .slideBlock .slick-prev.slick-disabled:before,
#home .homeSolution .slideBlock .slick-next.slick-disabled:before {
    opacity: 0.25;
}
#home .homeSolution .slideBlock .slick-prev:before,
#home .homeSolution .slideBlock .slick-next:before {
    outline: none;
    font-family: "slick";
    font-size: 0;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#home .homeSolution .slick-dots {
	display: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】Service
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeService {
	width: 45%;
	display: flex;
		justify-content: space-between;
        align-content: stretch;
        align-items: center;
        flex-wrap: wrap;
	align-self: stretch;
    margin: 20px 0 60px;
    background: #fff;
    box-sizing: border-box;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.2);
}
#home .homeService h2.commonTitle {
	width: 13.5%;
}
#home .homeService ul {
	width: 86.5%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
	padding: 10px 20px;
	box-sizing: border-box;
}
#home .homeService ul li {
	width: 49%;
	display: block;
	margin: 4px 0;
}
#home .homeService ul li a {
	position: relative;
	width: 100%;
	height: 80px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
	padding: 0 0 0 10px;
	border-left: solid 4px #a83659;
	background: #e6e6e6;
	box-sizing: border-box;
}
#home .homeService ul li a::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 12px;
	right: 7px;
	display: block;
	background: url("../images_top/common/arrow.svg") no-repeat center center;
	background-size: contain;
}
#home .homeService ul li a h3 {
	width: 100%;
	display: block;
	margin: 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	box-sizing: border-box;
}
#home .homeService ul li a span {
	width: 95%;
	display: block;
	font-size: 0.8em;
	line-height: 1em;
	color: #a83659;
	box-sizing: border-box;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】News
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeNews {
	position: relative;
	width: 52%;
	display: flex;
		justify-content: space-between;
        align-content: stretch;
        align-items: flex-start;
        flex-wrap: wrap;
	align-self: stretch;
    margin: 20px 0 60px;
    background: #fff;
    box-sizing: border-box;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.2);
}
#home .homeNews h2.commonTitle {
	width: 12%;
}
#home .homeNews a.list {
	position: absolute;
	width: 16%;
	height: 40px;
	top: 0;
	right: 0;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	z-index: 1000;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background: url("../images_top/common/arrow_w.svg") no-repeat right 10px center #a83659;
	background-size: 6px 12px;
	box-sizing: border-box;
}
#home .homeNews a.list:hover {
	transition: all 200ms;
	opacity: 0.5;
}

/*タブ切り替え*/
#home .homeNews .menuTab {
	position: relative;
	width: 88%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
    margin: 0 auto;
	box-sizing: border-box;
}
#home .homeNews .menuTab_btn {
	width: 22%;
	height: 40px;
	display: flex;
		justify-content: center;
		align-items: center;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	cursor: pointer;
	caret-color: transparent;
	border-right: solid 1px #fff;
	background: #eee;
	box-sizing: border-box;
	/*transition: all 0.2s ease;*/
}
#home .homeNews .menuTab_btn:hover {
	transition: all 200ms;
	background: #ccc;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#whatsnew:checked ~ #whatsnewBlock,
#news:checked ~ #newsBlock,
#info:checked ~ #infoBlock {
	display: block;
}

/*選択されているタブのスタイルを変える*/
#home .homeNews .menuTab input:checked + .menuTab_btn {
  color: #FFF;
  
}
#home .homeNews .menuTab input:checked + .menuTab_btn.whatsnew {
  background: #a83659;
}
#home .homeNews .menuTab input:checked + .menuTab_btn.news {
  background: #81117f;
}
#home .homeNews .menuTab input:checked + .menuTab_btn.info {
  background: #224095;
}
#home .homeNews .menuTab input:checked + .menuTab_btn:hover {
  cursor: default;
  opacity: 1;
}

/*タブ切り替えの中身のスタイル*/
#home .homeNews .inner {
	width: 100%;
	display: none;
	overflow: auto;
}

#home .homeNews .inner ul {
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
	padding: 10px;
	box-sizing: border-box;
}
#home .homeNews .inner ul li {
	width: 100%;
	min-height: 24px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
	margin: 0;
}
#home .homeNews .inner ul li .news,
#home .homeNews .inner ul li .information {
	width: 70px;
	height: 24px;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
	margin: 0 10px;
	padding-top: 3px;
	font-size: 0.8em;
	line-height: 1em;
	color: #fff;
	background: #ddd;
	box-sizing: border-box;
}
#home .homeNews .inner ul li .news {
	background: #81117f;
}
#home .homeNews .inner ul li .information {
	background: #224095;
}
#home .homeNews .inner ul li a {
	width: 60%;
	min-height: 24px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
	margin: 5px 0;
	font-size: 1.1em;
	line-height: 1.2em;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
footer {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	padding: 60px 0;
	color: #fff;
    background: #373737;
    box-sizing: border-box;
}
footer #page-top {
	position: fixed;
	width: 60px;
    aspect-ratio: 1/1;
	right: 10px;
	bottom: 0;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	z-index: 30000;
    border-radius: 30px;
	background: rgba(0,0,0,0.7);
}
footer #page-top::before {
	content: '';
	width: 20px;
    aspect-ratio: 1/1;
    display: block;
	background: url("../images_top/common/arrow_w.svg") no-repeat center center;
    background-size: contain;
    transform: rotate(-90deg);
}
footer .inner {
	width: 90%;
    max-width: 1100px;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 0 auto;
}
footer .footerMenu {
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
}
footer .footerMenu ul {
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
footer .footerMenu ul.m1 {
	width: 17%;
}
footer .footerMenu ul.m2 {
	width: 24%;
}
footer .footerMenu ul.m3 {
	width: 20%;
}
footer .footerMenu ul.m4 {
	width: 29%;
}
footer .footerMenu ul.m5 {
	width: 10%;
}
footer .footerMenu ul li {
	width: 100%;
    display: block;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1em;
}
footer .footerMenu ul li a {
	color: #fff;
}
footer .footerMenu ul li a:hover {
	text-decoration: underline;
}
footer .footerMenu ul li ul.s {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin-top: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
footer .footerMenu ul li ul.s li {
	width: 100%;
    display: block;
	margin: 5px 0;
	font-size: 0.8em;
	line-height: 1em;
}
footer .footerMenu ul li ul.s a::before {
	content: '●';
    width: auto;
    display: inline-block;
    margin-right: 5px;
	font-size: 0.4em;
}
footer .info ul.subMenu li a:hover {
	transition: all 200ms;
    opacity: 0.5;
}
footer .copyright {
	width: 100%;
    display: block;
    margin: 20px 0 0;
	padding-top: 20px;
	font-size: 1em;
    line-height: 1em;
	text-align: center;
	border-top: solid 1px rgba(255,255,255,0.3);
    box-sizing: border-box;
}

/*採用情報特設サイト*/
.btnRecruit {
	display: none;
}