@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;
}
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: fixed;
    width: 100%;
	height: 120px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
		align-items: center;
    z-index: 10000;
	background: rgba(255,255,255,0.9);
    box-sizing: border-box;
}
#home header {
	background: none;
}
#home header .header_bg {
	position: absolute;
	width: 100%;
	height: 120px;
    top: -120px;
    left: 0;
	display: block;
    background: rgba(0,0,0,0.5);
    transition: all 0.2s ease;
    opacity: 1;
}
#home header .header_bg.appear {
    width: 100%;
    height: 120px;
    top: 0!important;
    transition: all 0.4s ease;
    opacity: 1;
}
header a.headerLogo {
	position: absolute;
    width: 20%;
    height: 60px;
    left: 20px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
    z-index: 20000;
    background: url("../images/logo.png") no-repeat left center;
    background-size: contain;
}
#home header a.headerLogo {
	background: url("../images/logo_w.png") no-repeat left center;
    background-size: contain;
}
header a.btnEntry {
	position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    right: 0;
    display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
	border-left: solid 1px #ccc;
	transition: all 200ms;
}
#home header a.btnEntry {
	border-left: solid 1px rgba(255,255,255,0.5);
}
header a.btnEntry::before {
	content: '';
    width: 52px;
    height: 52px;
    display: block;
    background: url("../images/icon_entry.svg") no-repeat center center;
    background-size: contain;
}
#home header a.btnEntry::before {
	background: url("../images/icon_entry_w.svg") no-repeat center center;
    background-size: contain;
}
header a.btnEntry:after {
	content: 'Entry';
	width: 100%;
    display: block;
    margin-top: 5px;
    font: 400 1.6em/1em futura-pt, Arial, Helvetica, "sans-serif";
    letter-spacing: 0.1em;
	text-align: center;
}
#home header a.btnEntry:after {
	color: #fff;
}
header a.btnEntry:hover {
	transition: all 200ms;
	opacity: 0.5;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【ヘッダー】グローバルナビ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.openMenu {
	position: absolute;
    width: calc(70% - 160px);
    max-width: 800px;
    height: 60px;
    bottom: 0;
    right: 160px;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
    box-sizing: border-box;
	transition: all 200ms;
}
@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-between;
		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: 50px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	font: 400 1.6em/1em futura-pt, Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "sans-serif";
	letter-spacing: 0.05em;
	cursor: pointer;
    box-sizing: border-box;
}
#home .sp_nav ul.sp_nav_menu li a,
#home .sp_nav ul.sp_nav_menu li p {
	color: #fff;
}
@media screen and (max-width: 1440px) {

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

}
.sp_nav ul.sp_nav_menu li a.pulldown::after,
.sp_nav ul.sp_nav_menu li p.pulldown::after {
	content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
	background: url("../images/arrow_right.svg") no-repeat center center;
    background-size: 14px 14px;
    transform: rotate(90deg);
    filter: invert(63%) sepia(43%) saturate(365%) hue-rotate(330deg) brightness(95%) contrast(83%);
}
.sp_nav ul.sp_nav_menu li a:hover {
	transition: all 200ms;
    opacity: 0.5;
}
.sp_nav ul.sp_nav_menu > li:hover #worksMenu,
.sp_nav ul.sp_nav_menu > li:hover #interviewMenu {
	opacity: 1;
	transform: translate(0, 0);
    transition: all 200ms;
}
.sp_nav ul.sp_nav_menu > li:hover #worksMenu {
	width: 420px;
    height: 230px;
}
.sp_nav ul.sp_nav_menu > li:hover #interviewMenu {
	width: 140px;
    height: 185px;
}
.sp_nav ul.sp_nav_menu li ul#worksMenu,
.sp_nav ul.sp_nav_menu li ul#interviewMenu {
	position: absolute;
    width: auto;
	height: 0;
	top: 50px;
    left: -2%;
	display: block;
	overflow: hidden;
	z-index: 1000;
	box-sizing: border-box;
	opacity: 0;
    transform: translate(0, 0);
    transition: all 300ms;
}
.sp_nav ul.sp_nav_menu li ul#worksMenu li,
.sp_nav ul.sp_nav_menu li ul#interviewMenu li {
	width: 100%;
	height: 40px;
	display: block;
    margin-top: 5px;
}
.sp_nav ul.sp_nav_menu li ul#worksMenu li a,
.sp_nav ul.sp_nav_menu li ul#interviewMenu li a {
	width: 100%;
	height: 40px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
    color: #fff;
    border-radius: 4px;
	background: url("../images/arrow_right_w.svg") no-repeat right 10px center #982E5A;
	background-size: 10px 10px;
	box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li ul li a::after {
	display: none;
}
.sp_nav ul.sp_nav_menu li ul#worksMenu li a:hover,
.sp_nav ul.sp_nav_menu li ul#interviewMenu li a:hover {
    background: url("../images/arrow_right_w.svg") no-repeat right 10px center #982E5A;
	background-size: 10px 10px;
	transition: all 200ms;
    opacity: 1;
}

/*ヘッダー上部メニュー*/
.sp_nav ul.sp_nav_menu_sub {
	position: absolute;
	width: 600px;
	height: 40px;
	top: -40px;
	right: 0;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
    box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu_sub li {
	position: relative;
    width: 33%;
    height: 40px;
	display: inline-block;
	box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu_sub li a {
	position: relative;
    width: 100%;
    height: 40px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: 0.05em;
	text-align: center;
	color: #222;
	background: #eee;
}
#home .sp_nav ul.sp_nav_menu_sub li a {
	background: #fff;
}
.sp_nav ul.sp_nav_menu_sub li a:hover,
#home .sp_nav ul.sp_nav_menu_sub li a:hover {
	color: #fff;
	background: #982E5A;
	transition: all 200ms;
    opacity: 1 !important;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
main {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
}
article {
	clear: both;
	margin: 0 auto;
}
.block {
	position: relative;
	width: 96%;
	clear: both;
	display: block;
	margin: 0 auto;
}
.bg_gray {
	background: #EEE;
}

/* Title */
.page_title {
	width: 100%;
	clear: both;
	display: flex;
	margin-top: 120px;
	align-items: center;
	background: #982E5A;
}
.page_title h2 {
	width: 37.5%;
	font-size: 4em;
	line-height: 1.2em;
	text-align: center;
	color: #FFF;
}
.page_title h2 span {
	font-family: futura-pt, Arial, Helvetica, "sans-serif";
	font-size: 0.8em;
	font-weight: 300;
	color: rgba(255,255,255,0.5);
}
.page_title img {
	width: 62.5%;
}
.page_title2 {
	width: 100%;
	clear: both;
	margin-top: 120px;
	padding: 20px 0;
	background: #982E5A;
}
.page_title2 h2 {
	width: 100%;
	display: block;
	padding-bottom: 5px;
	font-size: 3em;
	line-height: 1em;
	text-align: center;
	color: #FFF;
}
.page_title2 .en {
	width: 100%;
	clear: both;
	font: 300 1.8em/1em futura-pt, Arial, Helvetica, "sans-serif";
	text-align: center;
	color: rgba(255,255,255,0.5);
}

/* Topicpath */
ul.topicpath {
	position: absolute;
	width: 100%;
	top: 20px;
	z-index: 2000;
}
ul.topicpath li {
	float: left;
	display: inline-block;
	margin-left: 20px;
	padding: 5px 0;
	font-size: 1em;
	line-height: 1em;
	color: rgba(0,0,0,0.5);
}
ul.topicpath li a {
	color: rgba(0,0,0,0.75);
	text-decoration: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Topページ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .main_visual {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 1200px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
}
#home .main_visual figure {
	width: 100%;
	height: 100vh;
	max-height: 1200px;
	display: block;
}
#home .main_visual figure img.photo {
    width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
#home .main_visual figure img.photo_sp {
    display: none;
}
#home .main_visual figure img.copy {
    position: absolute;
	width: 35%;
	bottom: 300px;
	right: 5%;
	display: block;
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#home .main_visual a.btn_about {
  animation-name: LeftToRight;
  /*animation-delay: 1s;*/
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}
#home .main_visual a.btn_about {
	position: absolute;
	width: 360px;
	height: 80px;
	bottom: 160px;
	right: 20px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	z-index: 1000;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	border: solid 1px rgba(255,255,255,0.5);
	background-image: url("../images/btn_deco_w.png"), url("../images/arrow_right_w.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 10px top, right 20px center;
	background-color: rgba(0,0,0,0.5);
	background-size: 52px, 20px;
	box-sizing: border-box;
}

/* News */
#home .home_news {
	position: absolute;
	width: 100%;
	height: 140px;
	display: flex;
		justify-content: space-between;
        align-content: stretch;
		align-items: center;
        flex-wrap: wrap;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
#home .home_news .news_title {
	position: relative;
	width: 30%;
	display: flex;
		justify-content: flex-end;
        align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	align-self: stretch;
	padding: 20px;
	color: #FFF;
	background: #982E5A;
	box-sizing: border-box;
}
#home .home_news .news_title h2 {
	width: auto;
	display: block;
	margin-bottom: 20px;;
	font: 300 4em/1em futura-pt, Arial, Helvetica, "sans-serif";
}
#home .home_news a.news_link {
	position: absolute;
	height: 20px;
	bottom: 30px;
	right: 20px;
	display: flex;
		justify-content: flex-end;
        align-content: center;
		align-items: center;
	z-index: 2000;
	padding-right: 25px;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	background: url("../images/top/arrow_news.png") no-repeat right center;
	background-size: 18px;
}
#home .home_news .inner {
	width: 70%;
	display: flex;
		justify-content: space-between;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
	align-self: stretch;
	overflow: auto;
	padding: 10px 20px;
	box-sizing: border-box;
}
#home .home_news dl.news_list {
	width: 100%;
	max-width: 900px;
	display: flex;
		justify-content: space-between;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin: 5px 0;
}
#home .home_news dl.news_list dt {
	width: 15%;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #FFF;
}
#home .home_news dl.news_list dd {
	width: 85%;
	float: right;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #FFF;
}
#home .home_news dl.news_list dd a {
	color: #FFF;
}

/*【Home】インナー */
#home .inner {
	position: relative;
	width: 90%;
	max-width: 1200px;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}

/*【Home】タイトル */
#home .homeTitle {
	position: relative;
	width: 100%;
	height: 80px;
	display: block;
	margin-bottom: 40px;
	font-size: 3.6em;
	line-height: 1em;
	text-align: center;
}
#home .homeTitle::after {
	position: absolute;
	content: '';
	width: 80px;
	height: 1px;
	bottom: 0;
	left: calc(50% - 40px);
	display: block;
	background: #982E5A;
}

/*【Home】共通ボタン */
a.btn_common {
	width: 480px;
	height: 80px;
	display: block;
	margin: 0 auto;
	font-size: 2.4em;
	line-height: 80px;
	text-align: center;
	color: #FFF;
	background-image: url("../images/btn_deco_w.png"), url("../images/arrow_right_w.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 10px top, right 20px center;
	background-color: #982E5A;
	background-size: 52px, 20px;
}
a.btnDetail {
	width: auto;
    height: 30px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	font-size: 1.6em;
	line-height: 1.4em;
    box-sizing: border-box;
}
a.btnDetail::after {
	content: '';
    width: 24px;
    height: 24px;
	display: block;
    margin-left: 10px;
    border-radius: 15px;
	background: url("../images/arrow_right_w.svg") no-repeat center center #982E5A;
	background-size: 10px 10px;
    box-sizing: border-box;
}
a.btnDetail:hover {
	text-decoration: underline;
	color: #982E5A;
}
a.btnCommon {
	width: 400px;
	height: 80px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	border: solid 1px rgba(255,255,255,0.5);
	background-image: url("../images/btn_deco_w.png"), url("../images/arrow_right_w.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 10px top, right 20px center;
	background-color: #982E5A;
	background-size: 52px, 20px;
	box-sizing: border-box;
}
a.btnCommon:hover {
	transition: all 200ms;
	opacity: 0.5;
}

/*【Home】仕事を知る */
#home .homeWorks {
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 80px 0;
	background: #f5f5f5;
}
#home .homeWorks ul {
	width: 48%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
}
#home .homeWorks ul h3 {
	width: 100%;
	height: 40px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
		align-items: center;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #982E5A;
	border-left: solid 5px #982E5A;
	box-sizing: border-box;
}
#home .homeWorks ul li {
	width: 100%;
	display: block;
	margin: 15px 0;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
#home .homeWorks ul li a {
	position: relative;
	width: 100%;
	height: 120px;
	display: flex;
		justify-content: space-between;
        align-content: center;
		align-items: center;
}
#home .homeWorks ul li a img {
	width: 40%;
	max-width: 240px;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
#home .homeWorks ul li a h4 {
	width: 60%;
	display: inline-block;
	padding: 0 40px 0 20px;
	font-size: 1.8em;
	line-height: 1.2em;
	box-sizing: border-box;
}
#home .homeWorks ul li a h4 span {
	font-size: 0.8em;
	line-height: 1.2em;
}
#home .homeWorks ul li a::after {
	position: absolute;
	content: '';
    width: 30px;
    height: 30px;
	right: 20px;
	display: block;
    border-radius: 15px;
	background: url("../images/arrow_right_w.svg") no-repeat center center #982E5A;
	background-size: 12px 12px;
    box-sizing: border-box;
}
#home .homeRecruit ul.otherMenu li a:hover {
	text-decoration: underline;
	color: #982E5A;
}
#home .homeWorks .btnDetail {
	position: absolute;
	bottom: 20px;
	right: 0;
}

/*【Home】人を知る */
#home .homeInterview {
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 80px 0;
	background: url("../images/top/interview_bg.jpg") no-repeat center center;
	background-size: cover;
}
#home .homeInterview .homeTitle {
	color: #fff;
}
#home .homeInterview .homeTitle::after {
	background: #fff;
}
#home .homeInterview ul {
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
}
#home .homeInterview ul li {
	position: relative;
	width: 23%;
	aspect-ratio: 1/1;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
#home .homeInterview ul li a {
	position: absolute;
	width: 96%;
	height: 70px;
	bottom: 5px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 10px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
}
#home .homeInterview ul li a::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	bottom: 10px;
	right: 10px;
	display: block;
	background: url("../images/arrow_right_w.svg") no-repeat center center;
	background-size: contain;
}
#home .homeInterview ul li a h3 {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font: 300 2.4em/1em futura-pt, Arial, Helvetica, "sans-serif";
	box-sizing: border-box;
}
#home .homeInterview ul li a span {
	width: 100%;
	display: block;
	font-size: 1.1em;
	line-height: 1.2em;
}
#home .homeInterview ul li a:hover {
	background: #982E5A;
	transition: all 200ms;
	opacity: 1 !important;
}
#home .homeInterview dl {
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 40px 0 60px;
	color: #fff;
}
#home .homeInterview dl dt {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font: normal 3.6em/1.6em "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#home .homeInterview dl dd {
	width: 100%;
	display: block;
	font-size: 1.5em;
	line-height: 1.8em;
}
#home .homeInterview a.btnCommon {
	margin-left: auto;
}

/*【Home】環境を知る */
#home .homeEnvironment {
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 80px 0;
	background: #982E5A;
	background-size: cover;
}
#home .homeEnvironment .homeTitle {
	width: auto;
	margin-right: auto;
	color: #fff;
}
#home .homeEnvironment .homeTitle::after {
	left: 0;
	background: #fff;
}
#home .homeEnvironment .inner {
	width: 53.125%;
	align-content: center;
	align-items: center;
	align-self: stretch;
}
#home .homeEnvironment .homeEnvironment_text {
	width: 90%;
	max-width: 660px;
	display: flex;
		justify-content: space-between;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin-left: auto;
}
#home .homeEnvironment dl {
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 0 40px auto;
	padding-right: 5%;
	color: #fff;
	box-sizing: border-box;
}
#home .homeEnvironment dl dt {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font: normal 3.6em/1.6em "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#home .homeEnvironment dl dd {
	width: 100%;
	display: block;
	font-size: 1.5em;
	line-height: 1.8em;
}
#home .homeEnvironment .slideBlock {
	width: 46.875%;
	display: flex;
		justify-content: space-between;
        align-content:stretch;
		align-items: center;
	align-self: stretch;
}
#home .homeEnvironment .slideBlock ul {
    width: 100%;
    display: block;
}
#home .homeEnvironment .slideBlock ul li {
    position: relative;
    width: auto;
	height: 100%;
    display: block;
}
#home .homeEnvironment .slideBlock ul li img {
    width: 100%;
    min-height: 600px;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
	transition: all 200ms;
}
#home .homeEnvironment .slick-dots {
    position: absolute;
	width: 100%;
    bottom: -20px;
	display: flex !important;
}
#home .homeEnvironment .slick-dots li {
    position: relative;
	width: 80px;
    display: inline-block;
    height: 2px;
    margin: 0 2px;
    cursor: pointer;
}
#home .homeEnvironment .slick-dots li button {
    width: 80px;
	height: 2px;
	display: block;
    outline: none;
    color: transparent;
    cursor: pointer;
	border: none;
	background: transparent;
}
#home .homeEnvironment .slick-dots li button:hover,
#home .homeEnvironment .slick-dots li button:focus {
    outline: none;
}
#home .homeEnvironment .slick-dots li button:hover:before,
#home .homeEnvironment .slick-dots li button:focus:before {
    opacity: 1;
}
#home .homeEnvironment .slick-dots li button:before {
    position: absolute;
	content: "";
	width: 80px;
	height: 2px;
    top: 0;
    left: 0;
	background: #fff;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#home .homeEnvironment .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

/* Arrows */
#home .homeEnvironment .slideBlock .slick-prev,
#home .homeEnvironment .slideBlock .slick-next {
    display: none !important;
}

/* 採用情報 */
#home .homeRecruit {
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 80px 0;
	background: #EEE;
}
#home .homeRecruit ul.entryMenu {
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
        /*flex-wrap: wrap;*/
}
#home .homeRecruit ul.entryMenu li {
	width: 32%;
	display: block;
	border: solid 1px #982E5A;
	box-sizing: border-box;
}
#home .homeRecruit ul.entryMenu li a {
	width: 100%;
	height: 80px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	font-size: 1.8em;
	line-height: 1.2em;
	text-align: center;
	background-image: url("../images/btn_deco.png"), url("../images/arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 10px top, right 20px center;
	background-color: #FFF;
	background-size: 52px, 20px;
}
#home .homeRecruit ul.otherMenu {
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
        /*flex-wrap: wrap;*/
	margin-top: 30px;
}
#home .homeRecruit ul.otherMenu li {
	width: auto;
	display: inline-block;
	margin: 0 20px;
}


/*==============================
 昭和設計を知る
==============================*/
#about {
	width: 100%;
	display: block;
	padding: 60px 0;
}
#about article {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding-bottom: 60px;
}
#about .about_top {
	position: relative;
	width: 100%;
	max-width: 1200px;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
}
#about .about_top .textBox {
	position: relative;
	width: 50%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
#about .about_top .textBox h3 {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1.4em;
	color: #982E5A;
}
#about .about_top .textBox h3 span {
	font-size: 1.2em;
}
#about .about_top .textBox p {
	width: 100%;
	display: block;
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: justify;
}
#about .about_top figure {
	width: 45%;
	display: block;
	margin: 60px 0 40px;
}
#about .about_top dl.one_stop {
	position: absolute;
	width: 50%;
	top: 55%;
	left: 10%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 10px 0 10px 20px;
	border-left: solid 5px #982E5A;
	box-sizing: border-box;
}
#about .about_top dl.one_stop dt {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #982E5A;
}
#about .about_top dl.one_stop dd {
	width: 100%;
	display: block;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: justify;
}
#about .block {
	position: relative;
	width: 90%;
	max-width: 1200px;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
}
#about h3.title {
	position: relative;
	width: 100%;
	min-height: 120px;
	display: flex;
		justify-content: flex-start;
		align-content: flex-end;
		align-items: flex-end;
		flex-wrap: wrap;
	margin-bottom: 40px;
	padding-top: 60px;
	font-size: 4em;
	font-weight: bold;
	line-height: 1em;
	color: #982E5A;
	box-sizing: border-box;
}
#about h3.title::before {
	position: absolute;
	content: '';
	width: 104px;
	height: 120px;
	top: 0;
	left: -60px;
	display: block;
	background: url("../images/btn_deco.png") no-repeat center center;
	background-size: contain;
}
#about h3.title span {
	margin: 0 -0.5em;
	font-size: 0.5em;
	font-weight: normal;
}
#about h3.title br {
	display: none;
}
#about h3.title p {
	width: auto;
	min-height: 50px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	padding-left: 20px;
	font-size: 0.4em;
	font-weight: normal;
	line-height: 1.2em;
	color: #000;
	box-sizing: border-box;
}
#about h3.title p.kai {
	width: 100%;
	margin-top: 20px;
	padding-left: 0;
	flex-wrap: wrap;
}
#about h3.title p.kai span {
	width: 100%;
	margin: 5px 0;
	font-size: 0.8em;
}
#about .block .box {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
#about .block .box dl {
	width: auto;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	align-self: stretch;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#about .block .box dl h4,
#about .block .b3 h4 {
	width: 100%;
	display: block;
	padding: 10px 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.4em;
}
#about .block .box dl dt {
	width: 100%;
	display: block;
	margin-top: 20px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	color: #666;
}
#about .block .box dl dd {
	width: 100%;
	display: block;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1em;
	color: #333;
}

/*建築*/
#about .block .b1 {

}
#about .block .b1 figure {
	width: 40%;
}
#about .block .b1 dl {
	width: 60%;
	padding-left: 20px;
}
#about .block .b2 {
	flex-direction: row-reverse;
	margin-top: -80px;
}
#about .block .b2 figure {
	width: 53.333%;
}
#about .block .b2 dl {
	width: 46%;
	align-content: flex-end;
	align-items: flex-end;
	padding-right: 20px;
	text-align: right;
}

/*水工*/
#about .block .b3 {

}
#about .block .b3 figure {
	width: 80%;
}
#about .block .b4 {
	flex-direction: row-reverse;
	margin-top: 40px;
}
#about .block .b4 figure {
	width: 40%;
}
#about .block .b4 dl {
	width: 60%;
	align-content: flex-end;
	align-items: flex-end;
	padding-right: 20px;
	text-align: right;
}

/*まちづくり*/
#about .block .b5 {

}
#about .block .b5 figure {
	width: 50%;
}
#about .block .b5 dl {
	width: 50%;
	padding-left: 20px;
}
#about .block .b6 {
	flex-direction: row-reverse;
	margin-top: -80px;
}
#about .block .b6 figure {
	width: 40%;
}
#about .block .b6 dl {
	width: 60%;
	align-content: flex-end;
	align-items: flex-end;
	padding-right: 20px;
	text-align: right;
}

/*プロジェクトストーリー*/
#about .project_story {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin-bottom: 60px;
	padding: 60px 0;
	background: #888;
	box-sizing: border-box;
}
#about .project_story h3 {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	font-size: 1.8em;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
}
#about .project_story h3 .en {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font: 300 2.8em/1em futura-pt, Arial, Helvetica, "sans-serif";
	box-sizing: border-box;
}
#about .project_story h3 .en::after {
	position: absolute;
	content: '';
	width: 400px;
	bottom: 10px;
	left: calc(50% - 200px);
	display: block;
	border-bottom: solid 1px #fff;
}
#about .project_story ul {
	width: 90%;
	max-width: 1200px;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
#about .project_story ul li {
	width: 32%;
	display: block;
	align-self: stretch;
	background: #fff;
}
#about .project_story ul li h4 {
	position: relative;
	width: 100%;
	height: 80px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	font-size: clamp(1.2em, 1.2vw, 1.6em);
	line-height: 1.4em;
	text-align: center;
}
#about .project_story ul li h4::after {
	position: absolute;
	content: '';
	width: 16px;
	aspect-ratio: 1/1;
	bottom: 20px;
	right: 20px;
	display: block;
	background: url("../images/about/icon_linkout.svg") no-repeat center center;
	background-size: contain;
}


/*==============================
 仕事を知る
==============================*/
#works {
	width: 100%;
	clear: both;
}
#works article {
	width: 100%;
	clear: both;
}
/*-- インデックス --*/
#works article section.index {
	position: relative;
	width: 100%;
	max-width: 1600px;
	display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
        /*flex-wrap: wrap;*/
	overflow: hidden;
	margin: 0 auto;
	padding: 0 40px 80px 0;
	box-sizing: border-box;
}
#works article section.index img {
	position: absolute;
	width: auto;
	height: 100%;
	left: calc(50% - 60%);
	display: block;
	align-self: stretch;
	object-fit: cover;
	object-position: 50% 50%;
}
#works article section.index dl.works_list {
	width: 60%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	z-index: 1000;
	padding: 40px 0;
}
#works article section.index dl.works_list dt {
	width: 100%;
	clear: both;
	margin: 20px 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.6em;
}
#works article section.index dl.works_list dt h3 {
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: bold;
	color: #982C59;
}
#works article section.index dl.works_list dt h3 span {
	font-size: 0.6em;
}
#works article section.index dl.works_list dd {
	width: 100%;
	clear: both;
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: justify;
}
#works article section.index a.link_work {
	position: absolute;
	width: 200px;
	height: 50px;
	bottom: 40px;
	right: 40px;
	display: block;
	padding-right: 20px;
	font-size: 1.5em;
	line-height: 50px;
	text-align: center;
	color: #982D59;
	border: solid 1px #982D59;
	background: url("../images/arrow_right.png") no-repeat right 10px center;
	background-size: 14px;
	box-sizing: border-box;
}

/*-- 【共通】worksメニュー --*/
#works article.works_menu {
	width: 100%;
	max-width: 1400px;
	clear: both;
	margin: 40px auto;
}
ul.bx-pager {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        /*flex-wrap: wrap;*/
    margin: 0 auto;
}
ul.bx-pager li {
	width: 19.5%;
	display: block;
	border: solid 1px #CCC;
	box-sizing: border-box;
}
ul.bx-pager li.on {
	border: none !important;
	background-color: #982E5A !important;
}
ul.bx-pager li.w01 {
	background: url("../images/works/architecture/img_thumb.png") no-repeat left center #FFF;
	background-size: auto 100%;
}
ul.bx-pager li.w02 {
	background: url("../images/works/structure/img_thumb.png") no-repeat left center #FFF;
	background-size: auto 100%;
}
ul.bx-pager li.w03 {
	background: url("../images/works/facility/img_thumb.png") no-repeat left center #FFF;
	background-size: auto 100%;
}
ul.bx-pager li.w04 {
	background: url("../images/works/waterworks/img_thumb.png") no-repeat left center #FFF;
	background-size: auto 100%;
}
ul.bx-pager li.w05 {
	background: url("../images/works/machinery-electronics/img_thumb.png") no-repeat left center #FFF;
	background-size: auto 100%;
}
ul.bx-pager li a,
ul.bx-pager li p {
	width: 100%;
    height: 80px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 0 0 0 35%;
	font-size: 1.6em;
	line-height: 1.2em;
	text-align: center;
	box-sizing: border-box;
}
ul.bx-pager li:nth-of-type(4) a,
ul.bx-pager li:nth-of-type(4) p {
	font-size: 1.2em;
}
ul.bx-pager li:nth-of-type(5) a,
ul.bx-pager li:nth-of-type(5) p {
	font-size: 1.4em;
}
ul.bx-pager li p {
	color: #FFF;
}
ul.bx-pager li a span,
ul.bx-pager li p span {
	width: 100%;
	display: block;
	margin-top: 3px;
	font-size: 0.8em;
	text-align: center;
}
ul.bx-pager li a:hover {
	cursor: pointer;
	color: #982E5A;
	background: rgba(255,255,255,0.5);
}

/*-- 詳細メイン --*/
#works dl.detail_title {
	width: 100%;
	max-width: 1080px;
	clear: both;
	margin: 0 auto;
	padding: 40px 0;
}
#works dl.detail_title dt {
	width: 100%;
	float: left;
}
#works dl.detail_title dt h3 {
	font-size: 4em;
	font-weight: bold;
	line-height: 1.2em;
	font-feature-settings: "palt";
	color: #982C59;
}
#works dl.detail_title dt h3 span {
	font-size: 0.6em;
	font-weight: normal;
	vertical-align: middle;
}
#works dl.detail_title dd {
	width: auto;
	float: left;
	font-size: 2em;
	font-weight: bold;
	line-height: 80px;
	vertical-align: middle;
}
#works article.detail_main {
	position: relative;
	width: 100%;
	max-width: 1600px;
	height: 360px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	background: #EEE;
}
#works article.detail_main img {
	position: absolute;
	width: 800px;
	right: 50%;
}
#works article.detail_main dl.detail_main_text {
	position: absolute;
	width: 50%;
	top: 50%;
	right: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#works article.detail_main dl.detail_main_text dt {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	font-size: 2.8em;
	line-height: 1.6em;
}
#works article.detail_main dl.detail_main_text dd {
	width: 100%;
	clear: both;
	font-size: 1.4em;
	line-height: 2em;
}

/*-- 詳細コンテンツ --*/
#works article.detail_contents {
	width: 100%;
	max-width: 1080px;
	clear: both;
	margin: 0 auto;
	padding: 40px 0;
}
#works section.box {
	position: relative;
	width: 100%;
	clear: both;
	padding: 20px 0;
}
#works article.detail_contents img.img_01 {
	width: 400px;
	float: right;
}
#works article.detail_contents img.img_02 {
	width: 400px;
	float: left;
}
#works article.detail_contents dl.detail_contents_text {
	position: absolute;
	width: 60%;
	max-width: 640px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#works article.detail_contents dl.fl {
	left: 0;
}
#works article.detail_contents dl.fr {
	right: 0;
}
#works article.detail_contents dl.detail_contents_text dt {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.6em;
	color: #982C59;
}
#works article.detail_contents dl.detail_contents_text dd {
	width: 100%;
	clear: both;
	font-size: 1.3em;
	line-height: 2em;
}

/*-- 社員紹介 --*/
#works article.employee {
	width: 100%;
	max-width: 1080px;
	clear: both;
	margin: 0 auto;
	padding: 0 0 40px;
	border-top: solid 10px #DDD;
}
#works article.employee .border_bt {
	border-bottom: solid 1px #CCC;
}
#works article.employee .employee_thumb {
	width: 240px;
	height: 180px;
	float: left;
	overflow: hidden;
}
#works article.employee dl.employee_list {
	position: absolute;
	width: 78%;
	max-width: 820px;
	top: 50%;
	left: 24%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#works article.employee dl.employee_list h3 {
	width: 100%;
	clear: both;
	padding-bottom: 20px;
	font: normal 1.8em/1.6em "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#works article.employee dl.employee_list dt {
	width: 100%;
	clear: both;
	padding: 10px 0;
	font-size: 2.8em;
	line-height: 1em;
}
#works article.employee dl.employee_list dt br {
	display: none;
}
#works article.employee dl.employee_list dt span {
	margin-left: 20px;
	font-size: 0.5em;
	color: #982C59;
}
#works article.employee dl.employee_list dd {
	width: 100%;
	clear: both;
	font-size: 1.3em;
	line-height: 1em;
}
#works article.employee a.link_person {
	position: absolute;
	width: 200px;
	height: 50px;
	bottom: 00px;
	right: 0px;
	display: block;
	padding-right: 20px;
	font-size: 1.6em;
	line-height: 50px;
	text-align: center;
	color: #982D59;
	border: solid 1px #982D59;
	background: url("../images/arrow_right.png") no-repeat right 10px center;
	background-size: 14px;
	box-sizing: border-box;
}

/*プロジェクト・受賞歴へのリンクボタン*/
#works .linkBlock {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 20px 0;
}
#works .linkBlock a {
	width: 30%;
	height: 60px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 0 1%;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	border: solid 1px rgba(255,255,255,0.5);
	background-image: url("../images/btn_deco_w.png"), url("../images/arrow_right_w.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 10px top, right 20px center;
	background-color: #982E5A;
	background-size: 42px, 16px;
	box-sizing: border-box;
}
#works .linkBlock a:hover {
	transition: all 200ms;
	opacity: 0.5;
}


/*==============================
 人を知る
==============================*/
#interview {
	width: 100%;
	clear: both;
}
#interview article {
	width: 100%;
	clear: both;
}
/*-- インデックス --*/
#interview section.index {
	position: relative;
	width: 100%;
	max-width: 1600px;
	height: 300px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
#interview section.index img.right {
	position: absolute;
	width: 800px;
	left: 50%;
}
#interview section.index img.left {
	position: absolute;
	width: 800px;
	right: 50%;
}
#interview section.index div.block_fr,
#interview section.index div.block_fl {
	position: relative;
	width: 46%;
	height: 300px;
	box-sizing: border-box;
}
#interview section.index div.block_fr {
	float: right;
	margin: 0 2%;
}
#interview section.index div.block_fl {
	float: left;
	margin: 0 2%;
}
#interview section.index div.block_fr dl,
#interview section.index div.block_fl dl {
	position: absolute;
	width: 100%;
	max-width: 560px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#interview section.index div.block_fr h3,
#interview section.index div.block_fl h3 {
	width: 100%;
	clear: both;
	padding-bottom: 20px;
	font: normal 1.8em/1.6em "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#interview section.index div.block_fr dl dt,
#interview section.index div.block_fl dl dt {
	width: 100%;
	clear: both;
	padding: 10px 0;
	font-size: 2.8em;
	line-height: 1em;
}
#interview section.index div.block_fr dl dt span,
#interview section.index div.block_fl dl dt span {
	margin-left: 10px;
	font-size: 0.5em;
	color: #982C59;
}
#interview section.index div.block_fr dl dd,
#interview section.index div.block_fl dl dd {
	width: 100%;
	clear: both;
	font-size: 1.3em;
	line-height: 1em;
}
#interview section.index div a.link_person {
	position: absolute;
	width: 200px;
	height: 50px;
	bottom: 20px;
	right: 0px;
	display: block;
	padding-right: 20px;
	font-size: 1.6em;
	line-height: 50px;
	text-align: center;
	color: #982D59;
	border: solid 1px #982D59;
	background: url("../images/arrow_right.png") no-repeat right 10px center;
	background-size: 14px;
	box-sizing: border-box;
}

/*-- インタビュー詳細 --*/
#interview article {
	width: 100%;
	clear: both;
}
#interview article.headline {
	position: relative;
	width: 100%;
	max-width: 1600px;
	height: 480px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	background: #EEE;
}
#interview article.headline img {
	position: absolute;
	width: 1000px;
	right: 37.5%;
}
#interview article.headline dl.headline_text {
	position: absolute;
	width: 100%;
	max-width: 640px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#interview article.headline dl.headline_text h3 {
	width: 100%;
	clear: both;
	padding-bottom: 40px;
	font: normal 2.8em/1.6em "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#interview article.headline dl.headline_text dt {
	width: 100%;
	clear: both;
	padding: 10px 0;
	font-size: 2.8em;
	line-height: 1em;
}
#interview article.headline dl.headline_text dt span {
	margin-left: 20px;
	font-size: 0.5em;
	color: #982C59;
}
#interview article.headline dl.headline_text dd {
	width: 100%;
	clear: both;
	font-size: 1.3em;
	line-height: 1em;
}
#interview article.block {
	width: 100%;
	max-width: 960px;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
}
#interview article.block dl.interview_q {
	position: relative;
	width: 100%;
	clear: both;
	padding: 20px 0 30px;
}
#interview article.block dl.interview_q+dl {
	border-top: solid 1px #CCC;
}
#interview article.block dl.interview_q img.mark_q {
	position: absolute;
	width: 100px;
	top: 20px;
	left: 0px;
}
#interview article.block dl.interview_q dt {
	width: 960px;
	height: 80px;
	clear: both;
	display: table;
	padding-left: 120px;
	box-sizing: border-box;
}
#interview article.block dl.interview_q dt h4 {
	display: table-cell;
	font-size: 2.2em;
	line-height: 1.2em;
	vertical-align: middle;
}
#interview article.block dl.interview_q dd {
	width: 960px;
	clear: both;
	padding: 10px 0 0 120px;
	box-sizing: border-box;
}
#interview article.block dl.interview_q dd p {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.6em;
}
#interview article.block dl.interview_q dd p.tx_fr {
	width: 420px;
	float: right;
}
#interview article.block dl.interview_q dd p.tx_fl {
	width: 420px;
	float: left;
}
#interview article.block dl.interview_q dd img.img_fr {
	width: 400px;
	float: right;
}
#interview article.block dl.interview_q dd img.img_fl {
	width: 400px;
	float: left;
}
#interview article.personal {
	width: 100%;
	max-width: 1080px;
	clear: both;
	display: flex;
	margin: 0 auto 60px;
	padding: 30px 20px;
	border: solid 10px #EEE;
	box-sizing: border-box;
}
#interview article.personal section {
	float: left;
	margin: 0 10px;
}
#interview article.personal section img {
	width: 100%;
	max-width: 300px;
}
#interview article.personal section p {
	width: 100%;
	max-width: 300px;
	clear: both;
	padding-top: 5px;
	font-size: 1.1em;
	line-height: 1.4em;
}
#interview article.personal .personal_name {
	width: 100%;
	min-width: 360px;
	clear: both;
	padding: 20px 0;
	font-size: 2.4em;
	line-height: 1.4em;
}
#interview article.personal .personal_name span {
	margin-left: 20px;
	font-size: 0.6em;
	vertical-align: middle;
	color: #982C59;
}
#interview article.personal table {
	width: 100%;
	clear: both;
}
#interview article.personal table tr+tr {
	border-top: solid 1px #CCC;
}
#interview article.personal table th,
#interview article.personal table td {
	padding: 20px 0;
	font-size: 1.1em;
	line-height: 1.6em;
	vertical-align: top;
}
#interview article.personal table th {
	width: 30%;
	text-align: left;
	color: #999;
}
#interview article.personal table td {
	width: 70%;
}

/*-- インタビュー下部一覧メニュー --*/
/*#interview ul.interview_thumb {
	width: 100%;
	clear: both;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#interview ul.interview_thumb li {
	position: relative;
	width: 100%;
	overflow: hidden;
}*/
#interview ul.interview_thumb {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
}
#interview ul.interview_thumb li {
	position: relative;
	width: 25%;
    display: block;
	overflow: hidden;
}
#interview ul.interview_thumb li a.caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	padding-top: 70%;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	color: #FFF;
}
#interview ul.interview_thumb li a.caption:hover {
	color: #FFF;
}
#interview ul.interview_thumb li a.caption span {
	font-size: 0.7em;
}
#interview ul.interview_thumb li .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 100;
	background: linear-gradient(0deg, rgba(0,0,0,0.65), rgba(0,0,0,0));
	-webkit-transition:	all 0.2s ease;
	transition: all 0.2s ease;
}
#interview ul.interview_thumb li:hover .mask {
	opacity: 1;
}

/*==============================
 環境を知る
==============================*/
#environment {
	width: 100%;
	clear: both;
}
#environment article {
	width: 100%;
	clear: both;
	padding-bottom: 60px;
}
#environment h3.environment_copy {
	width: 100%;
	clear: both;
	margin: 40px 0 20px;
	font: bold 2.8em/1em "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
}
#environment h3.environment_copy span {
	font-size: 1.4em;
}
#environment .read {
	width: 100%;
	clear: both;
	margin-bottom: 40px;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
}
#environment .read a {
	text-decoration: underline;
    color: #06c;
}
#environment .block1,
#environment .block2,
#environment .block2-2,
#environment .block3 {
	position: relative;
	width: 100%;
	max-width: 1200px;
	clear: both;
	margin: 0 auto;
}
#environment .block1 {
	min-height: 860px;
}
#environment .block2 {
	min-height: 1070px;
}
#environment .block2-2 {
	padding-top: 40px;
}
#environment .block3 {
	min-height: 1280px;
}
#environment h3.block_title {
	position: relative;
	width: 100%;
	height: 120px;
	clear: both;
	margin: 0 auto;
	padding-top: 60px;
	font-size: 4em;
	font-weight: bold;
	line-height: 60px;
	color: #982E5A;
	box-sizing: border-box;
}
#environment h3.block_title img {
	position: absolute;
	width: 104px;
	top: 0px;
	left: -60px;
}
#environment dl {
	position: absolute;
	width: 50%;
}
#environment dl h4,
#environment div h4 {
	width: 100%;
	clear: both;
	padding: 10px 0;
	font-size: 2.4em;
	line-height: 1em;
}
#environment dl dt {
	width: 100%;
	clear: both;
	padding: 15px 0 5px;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #982C59;
}
#environment dl dd,
#environment div p {
	width: 100%;
	clear: both;
	padding-top: 10px;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #333;
}
#environment dl ul.environment_list {
	width: 95%;
	clear: both;
	margin: 20px auto 0;
}
#environment dl ul.environment_list li {
	width: 48%;
	float: left;
	padding: 5px 0 5px 15px;
	font-size: 1.2em;
	line-height: 1.6em;
	background: url("../images/list_mark.png") no-repeat left 10px;
	background-size: 10px;
	box-sizing: border-box;
}
/*-- WORK｜働く --*/
#environment img.block1_01_img {
	position: absolute;
	width: 640px;
	top: 140px;
	right: 0px;
}
#environment dl.block1_01_text {
	width: 560px;
	top: 140px;
	left: 0px;
}
#environment img.block1_02_img {
	position: absolute;
	width: 320px;
	bottom: 0px;
	left: 40px;
}
#environment dl.block1_02_text {
	width: 640px;
	bottom: 0px;
	left: 400px;
}

/*-- STUDY｜学ぶ --*/
#environment img.block2_01_img {
	position: absolute;
	width: 640px;
	top: 140px;
	right: 0px;
}
#environment dl.block2_01_text {
	width: 520px;
	top: 140px;
	left: 0px;
}
#environment dl.block2_02_text {
	width: 520px;
	top: 320px;
	left: 0px;
}
#environment img.block2_02_img {
	position: absolute;
	width: 680px;
	top: 600px;
	left: 0px;
	box-sizing: border-box;
}
#environment dl.block2_03_text {
	width: 680px;
	top: 960px;
	left: 0px;
}
#environment img.block2_03_img {
	position: absolute;
	width: 480px;
	top: 600px;
	right: 0px;
}
#environment dl.block2_04_text {
	width: 480px;
	top: 960px;
	right: 0px;
}
#environment div.block2_fl_text {
	width: 50%;
	max-width: 580px;
	float: left;
}
#environment div.block2_fr_text {
	width: 50%;
	max-width: 580px;
	float: right;
}
#environment div.block2_fl_text img,
#environment div.block2_fr_text img {
	margin-top: 20px;
}

/*-- FOLLOWSHIP｜交わる --*/
#environment .block3 .read2 {
	position: absolute;
	width: 100%;
	top: 140px;
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: center;
}
#environment img.block3_01a_img {
	position: absolute;
	width: 640px;
	top: 260px;
	right: 0px;
}
#environment img.block3_01b_img {
	position: absolute;
	width: 360px;
	top: 380px;
	right: 660px;
}
#environment dl.block3_01_text {
	width: 520px;
	top: 260px;
	left: 0px;
}
#environment dl.block3_02_text {
	width: 520px;
	top: 660px;
	left: 580px;
}
#environment p.block3_02_img {
	position: absolute;
	width: 560px;
	top: 660px;
	left: 0px;
	font-size: 1.2em;
	line-height: 2em;
	text-align: right;
}
#environment dl.block3_03_text {
	width: 600px;
	bottom: 30px;
	right: 580px;
	text-align: right;
}
#environment p.block3_03_img {
	position: absolute;
	width: 560px;
	bottom: 0px;
	right: 0px;
	font-size: 1.2em;
	line-height: 2em;
	text-align: right;
}

/*==============================
 採用に関するQ&A
==============================*/
#question {
	width: 100%;
	clear: both;
	padding-bottom: 40px;
}
#question a {
	color: #06C;
	text-decoration: underline;
}
#question a:hover {
	color: #999;
}
#question h3.question_copy {
	width: 100%;
	clear: both;
	margin: 40px 0;
	font: bold 2.4em/1em "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
}
#question article {
	width: 960px;
	clear: both;
	margin: 0 auto;
}
#question ul.navi {
	width: 100%;
	clear: both;
	overflow: hidden;
}
#question div.question {
	position: relative;
	width: 100%;
	height: 120px;
	clear: both;
	display: table;
	cursor: pointer;
	margin: 0 auto;
	border-top: solid 1px #CCC;
	background: url("../images/question/open.png") no-repeat 98% center;
	background-size: 35px;
	box-sizing: border-box;
}
#question div.question img.icon_q {
	position: absolute;
	width: 100px;
	top: 20px;
	left: 10px;
}
#question div.question h4 {
	width: 740px;
	display: table-cell;
	padding: 0 120px;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	vertical-align: middle;
}
#question div.open {
	cursor: pointer;
	background: url("../images/question/close.png") no-repeat 98% center #F5F5F5;
	background-size: 35px;
	box-sizing: border-box;
}
#question ul.answer {
	position: relative;
	width: 860px;
	float: right;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 20px 120px;
	background: url("../images/question/icon_a.png") no-repeat left 15px;
	box-sizing: border-box;
}
#question ul.answer img.icon_a {
	position: absolute;
	width: 100px;
	top: 20px;
	left: -120px;
}
#question ul.answer p {
	width: 800px;
	min-height: 4.8em;
	clear: both;
	margin: 0 auto 20px;
	font-size: 1.4em;
	line-height: 1.6em;
}

/*==============================
 採用情報
==============================*/
#recruit {
	width: 100%;
	clear: both;
	padding: 20px 0;
}
#recruit article {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
#recruit section {
	width: 100%;
	clear: both;
	padding: 20px 0;
}
#recruit h3 {
	width: 100%;
	clear: both;
	padding-bottom: 10px;
	font-size: 1.6em;
	line-height: 1em;
	border-bottom: solid 1px #982C59;
}
#recruit h3 span {
	color: #982C59
}
#recruit table {
	width: 100%;
	display: table;
	border-top: solid 1px #982C59;
	border-left: solid 1px #CCC;
}
#recruit table th,
#recruit table td {
	display: table-cell;
	padding: 15px 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	vertical-align: top;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#recruit table th {
	width: 200px;
	text-align: left;
	background: #F5F5F5;
}
#recruit table td.w_sub {
	width: 80px;
}
#recruit p {
	width: 96%;
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
}
#recruit a.btn_entry {
	width: 480px;
	height: 80px;
	display: block;
	margin: 40px auto;
	font-size: 1.6em;
	line-height: 80px;
	text-align: center;
	color: #982E5A;
	border: solid 1px #982E5A;
	background-image: url("../images/btn_deco.png"), url("../images/arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 10px top, right 20px center;
	background-color: #FFF;
	background-size: 52px, 20px;
	box-sizing: border-box;
}

/*-- エントリー --*/
#recruit .entry {
	width: 90%;
	max-width: 1200px;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 40px auto;
	box-sizing: border-box;
}
#recruit .entry_block {
	width: 32%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
	background: #EEE;
	box-sizing: border-box;
}
#recruit .entry_block h3.entry_catg {
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	padding: 20px 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #982C59;
	border: none;
	background: #EEE;
	box-sizing: border-box;
}
#recruit a.btn_entry2 {
	width: 90%;
	max-width: 360px;
	height: 70px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	margin: 10px auto;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
	color: #982E5A;
	border: solid 1px #982E5A;
	background-image: url("../images/btn_deco.png"), url("../images/arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 10px top, right 20px center;
	background-color: #FFF;
	background-size: 52px, 20px;
	box-sizing: border-box;
}

/*==============================
 ニュース
==============================*/
#news {
	width: 100%;
	clear: both;
}
#news article {
	width: 1200px;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
}
#news .inner {
	position: relative;
	width: 1200px;
	clear: both;
	margin: 0 auto;
	padding: 40px 0;
}
#news a.news_link {
	position: absolute;
	top: 70px;
	right: 0px;
	display: block;
	padding-right: 15px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: right;
	background: url(../images/arrow_right.png) no-repeat right center;
	background-size: 12px;
}
#news .news_title {
	width: 100%;
	clear: both;
	padding: 20px 0;
	font: 300 4em/1em futura-pt, Arial, Helvetica, "sans-serif";
	border-bottom: solid 1px #CCC;
}
#news dl.news_list {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0;
}
#news dl.news_list+dl {
	border-top: solid 1px #CCC;
}
#news dl.news_list dt {
	position: relative;
	width: 16%;
	float: left;
	padding: 10px 0 10px 6%;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #999;
    box-sizing: border-box;
}
#news dl.news_list dt .mark_new {
	position: absolute;
	width: 36px;
	top: 3px;
	left: 5px;
}
#news dl.news_list dd {
	width: 82%;
	float: right;
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.6em;
}
#news dl.news_list dd a {
	color: #000;
}
#news dl.news_list dd a:hover {
	color: #333;
	text-decoration: underline;
}
.wp-pagenavi {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 20px;
	margin-top: 30px;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #982E5A;
	padding: 3px 7px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #982E5A;
}
.wp-pagenavi span.current {
	font-weight: bold;
	background-color: #982E5A;
	color: #FFF;
}

/*-- News（詳細ページ） --*/
#news h3.article_title {
	width: 100%;
	float: both;
	margin-bottom: 20px;
	font-size: 1.8em;
	line-height: 1.4em;
}
#news .date {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1em;
	text-align: right;
	color: #999;
}
#news .content {
	width: 100%;
	float: both;
	padding: 20px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	border-top: solid 1px #CCC;
}
#news .content a {
	color: #06C;
    text-decoration: underline;
}
#news .content a:hover {
	color: #CCC;
    text-decoration: underline;
}
#news .page_navi {
	position: relative;
	width: 100%;
	clear: both;
    margin-bottom: 20px;
	border-top: solid 1px #CCC;
}
#news .page_navi .prev {
	position: absolute;
	width: auto;
	max-width: 40%;
	top: 0px;
	left: 0px;
	display: flex;
	padding: 20px 0;
	align-items: center;
	font-size: 1.2em;
	line-height: 20px;
	box-sizing: border-box;
}
#news .page_navi .prev a {
	padding-left: 20px;
	text-decoration: none;
	background: url(../images/arrow_left.png) no-repeat left center;
	background-size: 10px;
}
#news .page_navi .next {
	position: absolute;
	width: auto;
	max-width: 40%;
	top: 0px;
	right: 0px;
	display: flex;
	padding: 20px 0;
	align-items: center;
	font-size: 1.2em;
	line-height: 20px;
	box-sizing: border-box;
}
#news .page_navi .next a {
	padding-right: 20px;
	text-decoration: none;
	background: url("../images/arrow_right.png") no-repeat right center;
	background-size: 10px;
}
#news .page_navi .center {
	width: 20%;
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

/*==============================
お問い合わせ
==============================*/
/*
#form {
	width: 100%;
	clear: both;
	padding: 40px 0 60px;
}
#form article {
	width: 960px;
	clear: both;
	margin: 0 auto 40px;
}
#form .text,
#form .thanks {
	width: 100%;
	clear: both;
	padding: 20px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
}
#form dl {
	width: 100%;
	clear: both;
	float: left;
	border-top: solid 1px #CCC;
}
#form dl a {
	text-decoration: underline;
}
#form dl dt {
	position: relative;
	width: 24%;
	float: left;
	padding: 15px 0 15px 1%;
	font-size: 1.2em;
	line-height: 40px;
	box-sizing: border-box;
}
#form dl dt .must {
	position: absolute;
	width: 36px;
	height: 24px;
	top: 23px;
	right: 0px;
	font-size: 0.8em;
	line-height: 24px;
	text-align: center;
	color: red;
	border: solid 1px red;
}
#form dl dt .note,
#form dl dd .note {
	margin-top: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
}
#form dl dd {
	width: 75%;
	float: right;
	padding: 15px 0;
	font-size: 1.2em;
	line-height: 40px;
}
#form dl dd .error {
	margin-left: 5px;
	font-size: 1em;
	line-height: 1.2em;
	color: red;
}
#form dl dd input.ip01,
#form dl dd input.ip02,
#form dl dd input.ip03,
#form dl dd input.ip04,
#form dl dd input.ip05 {
	margin: 0 5px;
	padding: 5px;
	box-sizing: border-box;
}
#form dl dd input.ip01 {
	width: 30%;
}
#form dl dd input.ip02 {
	width: 60%;
}
#form dl dd input.ip03 {
	width: 10%;
}
#form dl dd input.ip04 {
	width: 15%;
}
#form dl dd input.ip05 {
	width: 7%;
}
#form dl dd textarea {
	width: 90%;
	margin: 0 5px -10px;
	padding: 5px;
	box-sizing: border-box;
}
#form dl dd select.sl01,
#form dl dd select.sl02 {
	margin: 0 5px;
	padding: 5px;
	box-sizing: border-box;
}
#form dl dd select.sl01 {
	width: 30%;
}
#form dl dd select.sl02 {
	width: 10%;
}
#form dl dd.radio_list {
	padding-top: 30px!important;
	line-height: 1.2em;
}
#form label {
	display: block;
}
#form .privacy {
	width: 100%;
	float: left;
	clear: both;
	font-size: 1em;
	line-height: 1.6em;
}
#form .btn_send {
	width: 100%;
	clear: both;
	padding: 10px 0;
	text-align: center;
}
#form .btn_confirm {
	width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
.mw_wp_form_input .btn input {
	background: url(../images/contact/btn_confirm.png) no-repeat;
	background-size: 300px;
	width: 300px;
	height: 50px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 25px;
	border: solid 1px #982E5A;
	cursor: pointer;
	color: #FFF;
}
.mw_wp_form_confirm .btn input {
	background: url(../images/contact/btn_send.png) no-repeat;
	background-size: 200px;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 25px;
	border: solid 1px #982E5A;
	cursor: pointer;
	color: #FFF;
}
#submitback {
	width: 100%;
	text-align: center;
	clear: both;
}
#submitback input {
	background: url(../images/contact/btn_back.png) no-repeat;
	background-size: 200px;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 25px;
	border: solid 1px #982E5A;
	cursor: pointer;
}
#form .btn_back a {
	width: 20%;
	height: 30px;
	clear: both;
	display: block;
	margin: 20px auto;
	font-size: 1.2em;
	line-height: 30px;
	text-align: center;
	color: #982E5A;
	border-radius: 15px;
	border: solid 1px #982E5A;
}
#form .privacy_area {
	width: 100%;
	height: 360px;
	clear: both;
	overflow: auto;
	margin: auto 0 20px;
	padding: 20px 40px;
	border: solid 5px #EEE;
	box-sizing: border-box;
}
#form .privacy_area h3 {
	width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
}
*/

/*==============================
サイトマップ
==============================*/
#sitemap {
	width: 100%;
	clear: both;
	padding: 20px 0;
}
#sitemap article {
	width: 90%;
	max-width: 1200px;
	clear: both;
	margin: 0 auto;
}
#sitemap article ul {
	width: 100%;
	clear: both;
	margin: 0 auto;
}
#sitemap article ul li.menu+li {
	border-top: solid 1px #CCC;
}
#sitemap article ul li.menu {
	width: 100%;
	clear: both;
}
#sitemap article ul li.menu2 {
	width: calc(33% - 40px);
    float: left;
	margin-left: 40px;
	box-sizing: border-box;
}
#sitemap article ul li.menu a,
#sitemap article ul li.menu p,
#sitemap article ul li.menu2 a {
	width: 100%;
	display: block;
	padding: 30px 0;
	font-size: 1.4em;
	line-height: 1.2em;
}
#sitemap article ul li.menu2 a {
	padding: 5px 0 20px;
}

/*==============================
サイトポリシー／個人情報保護方針
==============================*/
#policy {
	width: 100%;
	clear: both;
	padding: 20px 0;
}
#policy article {
	width: 960px;
	clear: both;
	margin: 0 auto;
}
#policy section {
	width: 100%;
	clear: both;
	padding: 20px 0;
}
#policy .border_bottom {
	border-bottom: solid 1px #CCC;
}
#policy h3 {
	width: 100%;
	clear: both;
	padding-bottom: 10px;
	font-size: 1.4em;
	line-height: 1em;
	color: #982C59;
	border-bottom: solid 1px #CCC;
}
#policy p,
#form .privacy_area p {
	width: 100%;
	clear: both;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
}
#policy p.date,
#form .privacy_area p.date {
	width: 100%;
	clear: both;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: right;
}
#policy ol,
#form .privacy_area ol {
	width: 100%;
	clear: both;
	padding-top: 10px;
}
#policy ol li,
#form .privacy_area ol li {
	width: 95%;
	float: right;
	clear: both;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: decimal outside;
}
#policy ul,
#form .privacy_area ul {
	width: 90%;
	clear: both;
	margin: 0 auto;
	padding-bottom: 20px;
}
#policy ul li,
#form .privacy_area ul li {
	width: 100%;
	clear: both;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
}
#policy p.contact_title,
#form .privacy_area p.contact_title {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: center;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#policy p.tel,
#form .privacy_area p.tel {
	width: 100%;
	clear: both;
	padding: 10px 0;
	font-size: 2.4em;
	line-height: 1.6em;
	text-align: center;
}
#policy p.tel span,
#form .privacy_area p.tel span {
	font-size: 1.4em;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
footer {
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
footer a {
	color: #333;
 	text-decoration: none;
}
footer a:hover {
	color: #000;
 	text-decoration: none;
}
footer #page-top {
	position: fixed;
	width: 80px;
	right: 20px;
	bottom: 70px;
	z-index: 10000;
	border-radius: 40px;
	background: rgba(0,0,0,0.25);
}

/*--inner_top--*/
footer .inner_top {
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 40px 0;
	color: #FFF;
	background: #982E5A;
}
footer .inner_top .block {
	position: relative;
	width: 90%;
	max-width: 1600px;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
}
footer .inner_top .info {
	width: 42%;
	display: flex;
		justify-content: flex-start;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
footer .inner_top .info .logo {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1em;
}
footer .inner_top .info .logo img {
	max-width: 190px;
	margin-bottom: 10px;
}
footer .inner_top .info address {
	width: 100%;
	display: block;
	margin: 10px 0 20px;
	font-size: 1em;
	line-height: 1.2em;
}
footer .inner_top .info address br {
	display: none;
}
footer .inner_top .info a.btn_official {
	width: 260px;
	height: 50px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	padding-right: 20px;
	font-size: 1.3em;
	line-height: 1em;
	text-align: center;
	color: #FFF;
	border: solid 1px rgba(255,255,255,0.5);
	background: url("../images/arrow_right_w.png") no-repeat right 10px center;
	background-size: 12px;
	box-sizing: border-box;
}

/*-- footer navi --*/
footer .inner_top .footer_navi {
	width: 58%;
	display: flex;
		justify-content: flex-start;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	color: #FFF;
}
footer .inner_top .footer_navi ul {
	display: flex;
		justify-content: flex-start;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
footer .inner_top .footer_navi ul.footer_navi_list {
	width: 46%;
}
footer .inner_top .footer_navi ul.footer_navi_list2 {
	width: 27%;
}
footer .inner_top .footer_navi ul li {
	width: 100%;
	display: block;
	margin: 10px 0;
}
footer .inner_top .footer_navi ul li a {
	width: 100%;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFF;
}
footer .inner_top .footer_navi ul li ul.second {
	width: 100%;
	display: flex;
		justify-content: flex-start;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin-top: 10px;
	padding-left: 20px;
	box-sizing: border-box;
}
footer .inner_top .footer_navi ul li ul.second li {
	margin: 5px 0;
}

/*--inner_bottom--*/
footer .inner_bottom {
	width: 90%;
	max-width: 1600px;
	height: 40px;
	display: flex;
		justify-content: space-between;
        align-content: center;
		align-items: center;
		flex-wrap: wrap;
	margin: 0 auto;
}
footer .inner_bottom ul.footer_menu {
	width: auto;
	display: flex;
		justify-content: flex-start;
        align-content: center;
		align-items: center;
}
footer .inner_bottom ul.footer_menu li {
	display: inline-block;
	margin-right: 20px;
	font-size: 1em;
	line-height: 1em;
}
footer .inner_bottom ul.footer_menu li+li {
	padding-left: 20px;
	border-left: solid 1px #CCC;
}
footer .inner_bottom .copyright {
	float: right;
	font-size: 1em;
	line-height: 1em;
	color: #666;
}

/*募集エントリー*/
ul.fix_btnEntry {
	display: none;
}