@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div, main,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1.4rem;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
textarea {
	padding: 2px 4px;
	font-size: 1.4rem;
	line-height: 1;
	color: #333;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

em {
	font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* ---------------
　　　共用
--------------- */

html {
    font-size: 62.5%;
    background-color: #fff;
/*	visibility: hidden;*/
}
/*
html.wf-active {
  visibility: visible;
}
*/
body  {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
	font-family: 'Noto Sans JP', sans-serif;
}

a:link {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease;
}

a:visited {
	border: none;
	color: #333;
	text-decoration: none;
}

a:active {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease;
}

.alpha a:hover > img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.alpha a > img {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

a[href^="tel:"] {
    text-decoration: none !important;
}

img.fit {
	width: 100%;
	height: auto;
}

a[href^="no_large"] {
    pointer-events: none;
}

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

	.wrapper {
		overflow: hidden;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.columnImage {
		width: 100%;
	}

}

.f_roll {
	font-family: rollerscript-rough, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.f_comm {
	font-family: commuters-sans, sans-serif;
}
/*
.wrapper {
	overflow: hidden;
}
*/
.lg_1.pc .wrapper {
	padding-top: 85px;
}

a.no_link {
	cursor: default;
	text-decoration: none !important;
    pointer-events: none;
}

.js_notStyle {
	width: inherit !important;
}

@media screen and (min-width: 768px) {
/*
	.wrapper {
		overflow: inherit;
	}
*/
	a[href^="tel:"] {
	    pointer-events: none;
	}

}

/* -----------------
	header
----------------- */

.header {
	height: 50px;
	background: #fff;
	position: relative;
	z-index: 100;
}

.header_inner {
	align-items: center;
	justify-content: space-between;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	display: flex;
	transition: all 2s ease 0s;
}

.top .header_inner {
	opacity: 0;
}

.top .fadein .header_inner {
	opacity: 1;
	transition: all 2s ease 0s;
}

.open .header {
	position: inherit;
}

.logo {
	margin: 0 0 0 10px;
	width: 150px;
}

.logo a {
	display: block;
}

#menu_btn {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	background-color: #003E86;
	right: 0;
	top: 0;
	z-index: 100;
}

.scroll_up #menu_btn {
	position: fixed;
}

#menu_btn::before {
	margin: auto;
	position: absolute;
	content: '';
	top: 17px;
	left: 0;
	right: 0;
	width: 26px;
	height: 1px;
	background-color: #fff;
    transition: all 0.25s ease;
}

#menu_btn::after {
	margin: auto;
	position: absolute;
	content: '';
	top: 24px;
	left: 0;
	right: 0;
	width: 26px;
	height: 1px;
	background-color: #fff;
    transition: all 0.25s ease;
}

#menu_btn span {
	margin: auto;
	position: absolute;
	content: '';
	top: 31px;
	left: 0;
	right: 0;
	width: 26px;
	height: 1px;
	background-color: #fff;
    transition: all 0.25s ease;
}

.open #menu_btn::before {
    top: 50%;
    left: 0;
    right: 0;
	width: 26px;
	height: 1px;
    transform: rotate(-45deg);
    transition: all 0.25s ease;
}

.open #menu_btn::after {
    top: 50%;
	width: 26px;
	height: 1px;
    transform: rotate(45deg);
    transition: all 0.25s ease;
}

.open #menu_btn span {
	display: none;
    transition: all 0.25s ease;
}

.gnavi {
    position: absolute;
    top: 50px;
	left: 0;
    width: 100%;
    text-align: left;
	display: flex;
	z-index: 90;
	flex-wrap: wrap;
	background-color: #fff;
	transform: translateX(100%);
	transition: transform 300ms ease;
	background: #0062AE;
}

.open .gnavi {
	transform: none;
	transition: transform 300ms ease;
}

.gnavi > ul {
	padding: 5px 35px;
	width: 100%;
}

.gnavi > ul > li {
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	text-align: left;
	width: 100%;
	border-top: 2px solid #2F7FBD;
}

.gnavi > ul > li:first-child {
	border: none;
}

.gnavi > ul > li > a {
	padding: 15px 0;
	color: #fff;
	font-size: 1.8rem;
	display: block;
}

.gnavi > ul > li > a > span {
	display: block;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: normal;
}

.gnavi_sub {
	margin: -5px 0 15px;
}

.gnavi_sub li a {
	padding: 10px 0 10px 30px;
	color: #fff;
	display: block;
	background: url(../images/common/arrow_white2.png) no-repeat 0 12px;
	background-size: 15px auto;
}

#sp_menu_back {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.6);
}

.open #sp_menu_back {
    opacity: 1;
    z-index: 10;
}

@media screen and (min-width: 768px) {

	.header {
		position: fixed;
		top: inherit;
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		transition: all 0.25s ease 0s;
	}

	.scroll .header {
		height: 60px;
		transition: all 0.25s ease 0s;
	}

	.header_inner {
		height: auto;
	}

	.logo {
		margin: 0 0 0 50px;
		width: 200px;
		min-width: 200px;
		transition: all 0.25s ease 0s;
	}

	.scroll .logo {
		margin: 0 0 0 40px;
		width: 160px;
		transition: all 0.25s ease 0s;
	}

	#menu_btn {
		display: none;
	}

	.gnavi {
		margin: 0;
		position: static;
		display: block;
		transform: inherit;
		width: auto;
		left: inherit;
		top: inherit;
		background-color: inherit;
	}

	.gnavi > ul {
		padding: 0;
		display: flex;
		width: auto;
	}

	.gnavi > ul > li {
		margin: 0;
		font-weight: bold;
		font-size: 1.4rem;
		letter-spacing: 0.15em;
		position: relative;
		border: none;
		text-align: center;
	}

	.gnavi > ul > li > a {
		padding: 39px 10px;
		color: #000;
		display: block;
		min-height: 100px;
		height: 100px;
		font-size: 1.4rem;
		transition: all 0.25s ease 0s;
		position: relative;
	}

	.gnavi > ul > li > a > div {
		min-width: 120px;
		opacity: 1;
		transition: all 0.2s ease 0s;
	}

	.gnavi > ul > li > a > span {
		opacity: 0;
		font-size: 1.6rem;
		font-weight: bold;
		min-width: 120px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform : translate(-50%,-50%);
		transition: all 0.2s ease 0s;
	}

	.scroll .gnavi > ul > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: 60px;
		height: 60px;
		transition: all 0.25s ease 0s;
	}

	.gnavi > ul > li > a::after {
		position: absolute;
		content: '';
		bottom: 0;
		left: 25px;
		width: 0;
		height: 2px;
		background: #0F86D1;
		transition: all 0.25s ease 0s;
	}

	.gnavi > ul > li:hover > a::after {
		width: calc(100% - 50px);
		transition: all 0.25s ease 0s;
	}

	.gnavi > ul > li.gnavi_recruit {
		margin: 0 0 0 15px;
	}

	.gnavi > ul > li.gnavi_recruit > a {
		color: #fff;
	}

	.gnavi > ul > li.gnavi_recruit > a.ani_box {
		background-color: #003E86;
	}

	.gnavi > ul > li.gnavi_recruit > a > div,
	.gnavi > ul > li.gnavi_recruit > a > span {
		min-width: 136px;
/*
margin: 0 auto;
width: 176px;
text-align: center;
display: flex;
min-width: 176px;
justify-content: center;
*/
	}

	.gnavi > ul > li.gnavi_recruit > a::after {
		display: none;
	}

	.gnavi_sub {
		margin: auto;
		padding: 10px 0;
		position: absolute;
		background: #0F86D1;
		display: none;
	}

	.gnavi_sub li {
		white-space: nowrap;
	}

	.gnavi_sub li a {
		padding: 0;
		color: #fff;
		font-size: 1.4rem;
		text-align: left;
		display: block;
		background: url(../images/common/arrow_white2.png) no-repeat 20px 16px;
		background-size: 14px auto;
	}

	.gnavi_sub li a:hover {
		animation: 0.2s steps(200) 0.1s normal forwards 1 gnavi_sub_arrow;
	}

	.gnavi_sub li a span {
		padding: 15px 25px 15px 45px;
		display: block;
		transition: all 0.25s ease 0s;
	}

	.gnavi_sub li a:hover span {
		opacity: 0.7;
		transition: all 0.25s ease 0s;
	}

	.gnavi > ul > li:hover > a > div {
		opacity: 0;
		transition: all 0.2s ease 0s;
	}

	.gnavi > ul > li:hover > a > span {
		opacity: 1;
		transition: all 0.2s ease 0s;
	}

	#sp_menu_back {
		display: none;
	}

}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .gnavi > ul > li.gnavi_recruit > a > div {
		padding-right: 55px;
		width: 186px;
		display: flex;
		min-width: 186px;
		justify-content: center;
	}

	*::-ms-backdrop, .gnavi > ul > li.gnavi_recruit > a > span {
		padding-left: 10px;
	}
}

/* -----------------
	top
----------------- */
/*
#main {
	margin-top: 50px;
}
*/
.open #main {
	margin-top: 0;
}

.top_main {
	position: relative;
	overflow: hidden;
}

.main_img {
	position: relative;
}

.main_init {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	opacity: 1;
	z-index: 10;
}

.top .fadein .main_init {
	opacity: 0;
	transition: all 2s ease 0s;
	z-index: inherit;
}

.main_img {
	opacity: 0;
}

.top .fadein .main_img {
	opacity: 1;
	transition: all 2s ease 0s;
}

.main_init img {
	width: 50%;
}

.main_img h1 {
	margin: 10px 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
	font-weight: bold;
	font-size: 2.0rem;
	letter-spacing: 0.5em;
	color: #fff;
	text-shadow: 2px  2px 10px rgba(0,0,0,0.16),
				 -2px  2px 10px rgba(0,0,0,0.16),
				 2px -2px 10px rgba(0,0,0,0.16),
				 -2px -2px 10px rgba(0,0,0,0.16);
	width: 100%;
	line-height: 1.6;
	text-align: center;
}

.top_slide {
	position: relative;
}

.top_slide {
	background-image: url(../images/top/main_back_sp.jpg);
	background-attachment: fixed;
}

.ios .top_slide {
	background-image: none;
}

.ios .top_slide::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
/*	height: calc(100vh - 44px);*/
	height: 100vh;
	background: url(../images/top/main_back_sp.jpg) no-repeat center top;
	background-size: cover;
}

.top_slide_navi {
	padding: 10px 0 0 15px;
	height: 45px;
	position: relative;
	z-index: 2;
}

.top_slide_navi ul {
	display: flex;
	justify-content: flex-start;
}

.top_slide_navi li {
	margin: 0 2px;
}

.top_slide_navi li button {
	padding: 0;
/*	border: 1px solid #2E2E2E;*/
	border-radius: 5px;
	width: 7px;
	height: 7px;
	background-color: #fff;
	text-indent: -9999px;
	display: block;
	background-color: #20B2E4;
	border: none;
}

.top_slide_navi .slick-active button {
/*	border: 1px solid #0062AE;*/
	background-color: #0062AE;
}

@media screen and (min-width: 768px) {

	#main {
		padding-top: 100px;
		min-width: 1280px;
/*		overflow: hidden;*/
	}
/*
	.lg_1 #main {
		padding-top: 0;
	}
*/

	.main_img h1 {
		margin: 30px 0 0;
		font-size: 2.4rem;
	}

	.main_init img {
		width: 300px;
	}

	.lg_1 .main_init {
		top: 100px;
	}

	.top_slide {
		background-image: url(../images/top/main_back_pc.jpg);
		background-attachment: fixed;
		background-size: 100% auto;
		background-position: center top;
	}

	.lg_1 .top_slide {
		background-position: center 85px;
	}

	.top_slide_navi {
		padding: 20px 0 0 0;
		height: 30px;
	}

	.top_slide_navi ul {
		justify-content: center;
	}

	.top_slide_navi li {
		margin: 0 3px;
	}

	.top_slide_navi li button {
		width: 11px;
		height: 11px;
	}

}

.top_back {
	margin: 0;
	background: #fff url(../images/common/logo_mark.png) no-repeat;
	background-size: 80%;
	opacity: 0;
}

.top .fadein .top_back {
	opacity: 1;
	transition: all 2s ease 0s;
}

.top_message {
	padding: 40px 20px 100px;
	position: relative;
	text-align:justify;
	text-align: center;
	text-justify: inter-ideograph;
}

.top_message p {
	margin: 0 auto 30px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 500;
}

.top_message p.top_message_copy.fadein {
	opacity: 1;
}

.top_message p.top_message_copy.rightout {
	right: -3000px;
	opacity: 0;
	transition: all 1.2s ease-out 0s;
}

.top_message p.top_message_copy {
	margin: 0 auto;
	font-size: 3.0rem;
	line-height: 1.2;
	color: #20B2E4;
	position: absolute;
	top: -55px;
	right: 5px;
	transform: rotate(-5deg);
	z-index: 1;
	transition: all 0.7s ease-out 0s;
	opacity: 0;
}

.top_message_copy span {
	padding: 0 0 0 35px;
	display: block;

}

@media screen and (min-width: 768px) {

	.top_back {
		margin: -30px 0 0 0;
		background: url(../images/common/logo_mark.png) no-repeat;
		background-size: 70%;
	}

	.top_message {
		padding: 160px 0;
	}

	.top_message p {
		margin: 0 auto 50px;
		width: 740px;
	}

	.top_message p.top_message_copy {
		font-size: 8.0rem;
		top: -70px;
		left: 0;
		right: -850px;
		width: 650px;
		opacity: 0;
	}

	.top_message_copy span {
		padding: 0 0 0 90px;

	}

}

.top_works li {
	text-align: left;
	width: 100%;
}

.top_works li a {
	display: block;
}

.top_works li figure {
	overflow: hidden;
}

.top_works_box {
	position: relative;
}

.top_works li h3 {
	margin: 0 0 20px 0;
	padding: 15px;
	font-size: 2.0rem;
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	background: #0062AE url(../images/common/arrow_white.png) no-repeat right 15px top 17px;
	background-size: 40px auto;
}

.top_works li:nth-child(3) h3 {
	background-position: right 15px top 28px;
}

.top_works li p {
	padding: 0 15px 40px;
	color: #707070;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align:justify;
	text-justify: inter-ideograph;
}

@media screen and (min-width: 768px) {

	.top_works ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.top_works li {
		width: calc(100% / 3 - 1px);
	}

	.top_works li figure {
		background-color: #0062AE;
	}

	.top_works li figure img {
		transition: transform 0.4s ease;
	}

	.top_works li a:hover figure img {
		transform: scale(1.05);
		transition: transform 0.4s ease;
	}

	.top_works li h3 {
		margin: 0 0 25px 0;
		padding: 0 35px;
		height: 80px;
		font-size: 2.0rem;
		display: flex;
		align-items: center;
		background: #0062AE url(../images/common/arrow_white.png) no-repeat right 20px top 30px;
		background-size: 50px auto;
	}

	.top_works li:nth-child(3) h3 {
		background-position: right 20px top 30px;
	}

	.top_works li p {
		padding: 0 35px;
		font-size: 1.6rem;
	}

	.top_works li a:hover h3 {
		animation: 0.2s steps(200) 0.1s normal forwards 1 top_work_btn_arrow;
	}

}

.top_news_box li {
	margin: 0 0 10px 0;
	background: #fff;
}

.top_news_box li a {
	padding: 15px;
	display: flex;
	text-align: left;
	flex-wrap: wrap;
	align-items: flex-start;
	background: url(../images/common/arrow_gray.png) no-repeat right 20px top 20px;
	background-size: 30px auto;
}

.top_news_box li time {
	margin: 0 20px 0 0;
	color: #707070;
}

.top_news_box li .news_cate {
	margin: 0 20px 0 0;
	padding: 2px 6px;
	color: #707070;
	width: 110px;
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #D8D8D8;
	text-align: center;
}

.top_news_box li .news_title {
	margin: 5px 0 0 0;
	display: block;
	width: 100%;
	color: #2B2B2B;
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {

	.top_news_box li {
		margin: 0 0 5px 0;
		background-color: inherit;
	}

	.top_news_box li a {
		padding: 15px 25px;
		transition: all 0.25s ease 0s;
		flex-wrap: nowrap;
		background-color:rgba(255,255,255,0.7);
	}

	.top_news_box li a:hover {
		background-color: #fff;
		animation: 0.2s steps(200) 0.1s normal forwards 1 list_arrow;
	}

	.top_news_box li time {
		width: 100px;
	}

	.top_news_box li .news_title {
		margin: 0;
		font-size: 1.6rem;
		width: calc(100% - 230px);
	}

}

.top_works {
	margin: 0 0 50px 0;
	text-align: center;
}

.top_news,
.top_blog {
	margin: 0 0 80px 0;
	text-align: center;
}

.top_news_col,
.top_blog_col {
	padding: 30px 20px 15px;
	background: #EFF5F9 url(../images/common/logo_mark2.png);
	background-size: 195px auto;
}

.btn_cate {
	margin: 10px auto;
	text-align: center;
	display: inline-block;
	background: #fff;
	border: 1px solid #D5D5D5;
	order: 2;
}

.btn_cate a {
	padding: 5px 45px 5px 10px;
	color: #454545;
	font-size: 1.4rem;
	display: block;
	background: url(../images/common/arrow_gray.png) no-repeat right 12px top 9px;
	background-size: 25px auto;
	transition: all 0.25s ease 0s;
}

.top_news_box,
.top_blog_box {
	margin: 0 auto;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
}

.top_blog_box ul {
	text-align: left;
	order: 1;
}

.top_blog_box li {
	margin: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
}

.top_blog_box li figure {
	width: 30%;
	overflow: hidden;
	position: relative;
}

.top_blog_box li figure img {
	margin: auto;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translate(-50%, 0);
}

.top_blog_box li figure.noimage {
	background: #F7F7F7;
}

.top_blog_box li figure.noimage img {
	margin: auto;
	top: 0;
	bottom: 0;
	height: 65%;
}

.top_blog_box li a {
	display: flex;
	height: 100%;
}

.top_blog_right {
	padding: 20px 30px 60px;
	text-align: left;
	color: #707070;
	width: 70%;
	background-color: #fff;
	position: relative;
}

.top_blog_right time {
	margin: 0 0 5px 0;
	font-weight: 300;
	font-size: 1.4rem;
	display: block;
}

.top_blog_right h3 {
	margin: 0 0 15px 0;
	font-weight: 500;
	color: #2B2B2B;
	font-size: 1.6rem;
	line-height: 1.4;
}

.top_blog_right p {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align:justify;
	text-justify: inter-ideograph;
}

.link_box {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(32,178,228,1) 50%);
	background-color: #0062AE;
	background-position: 0 0;
	background-size: 202% auto;
	transition: .3s;
}

.link_box span {
	background: url(../images/common/arrow_white.png) no-repeat 0 15px;
	background-size: 40px auto;
	display: block;
	width: 50px;
	height: 50px;
	transition: all 0.25s ease 0s;
}

@media screen and (min-width: 768px) {

	.top_works,
	.top_news,
	.top_blog {
		margin: 0 0 150px 0;
	}

	.top_news_col,
	.top_blog_col {
		padding: 40px 20px 80px;
	}

	.btn_cate {
		margin: 0 0 15px 0;
		text-align: right;
	}
/*
	.btn_cate a:hover {
		background-position: right 4px top 9px;
		transition: all 0.25s ease 0s;
	}
*/
	.btn_cate a:hover {
		animation: 0.2s steps(200) 0.1s normal forwards 1 cate_btn_arrow;
	}

	.top_news_box,
	.top_blog_box {
		max-width: 1360px;
		display: block;
	}

	.top_blog_box ul {
		display: flex;
		justify-content: space-between;
	}

	.top_blog_box li {
		margin: 0 0 0 10px;
		width: calc(100% / 4 - 8px);
	}

	.top_blog_box li:first-child {
		margin: 0;
	}

	.top_blog_right time {
		font-size: 1.3rem;
	}

	.top_blog_right h3 {
		margin: 0 0 18px 0;
		font-weight: bold;
		font-size: 1.8rem;
		line-height: 1.3;
	}

	a:hover .link_box {
	    background-position: -99% 0;
	}

	a:hover .link_box span {
		animation: 0.2s steps(200) 0.1s normal forwards 1 link_btn_arrow;
	}

}

.top_recruit {
	text-align: center;
}

.top_title {
	margin: 0 0 30px 0;
	padding: 20px 20px 0;
	position: relative;
	font-size: 2.0rem;
	font-weight: bold;
	color: #2B2B2B;
	letter-spacing: 0.2em;
	display: inline-block;
}

.top_title span {
	margin: 8px 0 0 0;
	display: block;
	color: #707070;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: normal;
}

.top_title::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 4px;
	height: 20px;
	background-color: #0062AE;
	transform: skewX(-40deg);
}

.top_title::after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 4px;
	height: 20px;
	background-color: #20B2E4;
	transform: skewX(-40deg);
}

.top_recruit_col {
	text-align: center;
	padding: 30px 20px 80px;
	background: url(../images/top/recruit_back_sp.png) no-repeat center center;
	background-size: cover;
	position: relative;
}

.top_recruit_col h3 {
	margin: 0 0 20px 0;
	padding: 15px 30px;
	color: #0A0A0A;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	background-color: #fff;
	border-radius: 20px;
	display: inline-block;
	position: relative;
	line-height: 1.3;
}

.top_recruit_col h3::after {
	margin: auto;
	position: absolute;
	content: '';
	bottom: -15px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #fff;
}

.top_recruit_col ul {
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_recruit_col li {
	margin: 0 10px 20px;
	width: calc(50% - 20px);
}

.top_recruit_copy {
	margin: 0 0 50px -50px;
	font-size: 5.2rem;
	line-height: 0.8;
	color: #fff;
	transform: rotate(-7deg);
	z-index: 1;
}

.top_recruit_copy span {
	padding: 0 0 0 130px;
	display: block;

}

@media screen and (min-width: 768px) {

	.top_title {
		margin: 0 0 50px 0;
		padding: 20px 30px 0;
		font-size: 2.2rem;
	}

	.top_title span {
		font-size: 1.5rem;
	}

	.top_recruit_col {
		padding: 70px 20px 90px;
		background: url(../images/top/recruit_back_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.top_recruit_col h3 {
		margin: 0 0 80px 0;
		padding: 30px 60px;
		font-size: 3.0rem;
		letter-spacing: 0.3em;
	}

	.top_recruit_col h3::after {
		bottom: -25px;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 25px solid #fff;
	}

	.top_recruit_col ul {
		margin: 0 auto 100px;
		max-width: 1360px;
	}

	.top_recruit_col li {
		margin: 0 0 0 1%;
		width: 142px;
		height: 142px;
	}

	.top_recruit_col li:first-child {
		margin: 0;
	}

	.top_recruit_copy {
		margin: auto 0 auto 970px;
		font-size: 8.0rem;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 60px;
	}

	.top_recruit_copy span {
		padding: 0 0 0 115px;
	}

}

.btn_blue {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.btn_blue a {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 200;
}

.ani_box {
	background-color: #0062AE;
	background-position: 0 0;
	background-size: 202% auto;
	transition: .3s;
}

.btn_blue a span {
	padding: 16px 80px 16px 20px;
	display: block;
	background: url(../images/common/arrow_white.png) no-repeat right 20px top 15px;
	background-size: 30px auto;
}

@media screen and (min-width: 768px) {

	.btn_blue a {
		font-size: 1.8rem;
	}

	.ani_box {
		background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(32,178,228,1) 50%);
	}

	.ani_box:hover {
	    background-position: -99% 0;
	}

	.btn_blue a span {
		padding: 20px 100px 20px 30px;
		background: url(../images/common/arrow_white.png) no-repeat right 20px top 19px;
		background-size: 40px auto;
	}

	.btn_blue a span:hover {
		animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow;
	}

}

.aniv_70 {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	margin: auto;
	opacity: 0;
	z-index: 10;
	width: 70%;
	height: 330px;
}

.aniv_70::before {
	position: absolute;
	content: '';
	left: 7px;
	right: 7px;
	top: 7px;
	bottom: 7px;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: 2px solid #D6006C;
	border-radius: 10px;
	padding: 30px;
}

.top .fadein .aniv_70 {
	opacity: 1;
	transition: all 2.5s ease 0s;
}

.aniv_70 img {
	margin: 20px;
	width: 100px;
	height: auto;
}

.aniv_70 p {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 600;
}

.aniv_70 p span {
	padding-top: 15px;
	display: block;
}

@media screen and (min-width: 768px) {

	.aniv_70 {
		top: 0;
		bottom: 0;
		border-radius: 15px;
		padding: 20px;
		width: 460px;
		height: 475px;
	}
	
	.aniv_70::before {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border-radius: 13px;
	}
	
	.aniv_70 img {
		margin: 25px;
		width: 190px;
	}
	
	.aniv_70 p {
		font-size: 2.0rem;
	}
	
	.aniv_70 p span {
		padding-top: 20px;
	}

}

/* -----------------
	recruit
----------------- */

.recruit_header {
	position: relative;
}

.recruit_header h1 img {
  width: 100%;
  height: auto;
}

.recruit_header .btn_mynavi_pc {
	display: none;	
}

.btn_mynavi_sp {
	padding: 25px 30px 5px;
	background: #FFFA76;
	text-align: center;
}

.btn_mynavi_sp li {
	margin: 0 0 20px;
}

.btn_mynavi_sp a {
	display: block;
}

@media screen and (min-width: 768px) {

	.recruit_header .btn_mynavi_pc {
		position: absolute;
		top: 17vw;
		left: 7vw;
		display: flex;
	}

	.recruit_header .btn_mynavi_pc li {
		margin: 0 20px 0 0;
		width: 200px;
	}

	.recruit_header .btn_mynavi_pc a:hover {
		opacity: 0.7;
	}

	.btn_mynavi_sp {
		display: none;
	}

}

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

	.recruit_header .btn_mynavi_pc {
		top: 215px;
		left: 100px;
	}

	.recruit_header .btn_mynavi_pc li {
		width: 170px;
	}

}

.recruit_logo {
	padding: 15px 0 0 15px;
	width: 180px;
	float: left;
}

.recruit_column1 {
	text-align: center;
	background: url(../images/recruit/column1_back.jpg) repeat-x center top;
	background-size: cover;
}

.recruit_column1_inner {
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
	clear: both;
}

#pop_main {
	margin: 30px auto 20px;
	padding: 20px 30px;
	background: #fff;
	border-radius: 20px;
	display: inline-block;
	text-align: left;
	position: relative;
	z-index: 7;
}

#pop_main::after {
	margin: auto;
	position: absolute;
	content: '';
	bottom: -20px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #fff;
}

#pop_main h1 {
	margin: 0 0 15px 0;
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.3;
	color: #0062AE;
	text-align: center;
}

#pop_main p {
	font-size: 1.5rem;
	line-height: 1.7;
}

.recruit_column1_box {
	position: relative;
}

.recruit_column1_box p {
	position: absolute;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	color: #Fff;
	font-size: 1.4rem;
	line-height: 1.7;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	white-space: nowrap;
}

#box1 {
	width: 60%;
}

#box2 {
	margin-top: -20px;
	float: right;
	width: 50%;
}

#box3 {
	position: relative;
	top: -70px;
	clear: both;
	width: 45%;
}

#box4 {
	margin-top: -25px;
	float: right;
	width: 60%;
}

#box4 p {
	top: -62px;
	left: -116px;
	background: #20B2E4;
}

#box4 p::after {
	position: absolute;
	content: '';
	bottom: 7px;
	right: 13px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 16px solid #20B2E4;
	transform: rotate(-40deg);
}

#box5 {
	width: 60%;
	position: relative;
	top: 40px;
	clear: both;
	z-index: 7;
	clear: both;
}

#box5 p {
	top: -70px;
	left: 135px;
	background: #054C83;
}

#box5 p::after {
	position: absolute;
	content: '';
	bottom: 7px;
	left: 13px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 16px solid #054C83;
	transform: rotate(40deg);
}

#box6 {
	margin-top: 20px;
	width: 50%;
	float: right;
}

#box7 {
	position: relative;
	top: 20px;
	width: 75%;
}

#box8 {
	margin-top: 55px;
	float: right;
	z-index: 9;
	width: 60%;
}

#box8 p {
	top: -73px;
	left: -110px;
	background: #1D7AC3;
}

#box8 p::after {
	position: absolute;
	content: '';
	bottom: 7px;
	right: 13px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 16px solid #1D7AC3;
	transform: rotate(-40deg);
}

.recruit_column1_copy {
	margin: 0 0 30px -40px;
	color: #fff;
	font-size: 5.4rem;
	transform: rotate(-10deg);
	z-index: 10;
	line-height: 0.8;
	clear: both;
	position: relative;
}

.recruit_column1_copy span {
	padding: 0 0 0 120px;
	display: block;
}

@media screen and (min-width: 768px) {

	.recruit_logo {
		padding: 0;
		position: absolute;
		top: 25px;
		left: 25px;
		width: 250px;
		float: none;
		z-index: 2;
	}

	.recruit_column1 {
		background: url(../images/recruit/column1_back.jpg) repeat-x center top;
	}

	.recruit_column1_inner {
		max-width: 1250px;
		min-height: 1069px;
		overflow: visible;
	}

	#pop_main {
		margin: 80px auto 0;
		padding: 35px 45px;
	}

	#pop_main::after {
		bottom: -25px;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 25px solid #fff;
	}

	#pop_main h1 {
		font-size: 3.0rem;
	}

	.recruit_column1_box {
		margin-top: inherit !important;
		width: 310px !important;
		position: absolute !important;
	}

	#box1 {
		top: 180px;
		left: 55px;
		z-index: 6;
	}

	#box2 {
		top: 340px;
		left: 330px;
		z-index: 7;
	}

	#box3 {
		top: 350px;
		left: 705px;
		z-index: 9;
	}

	#box4 {
		top: 175px;
		right: 0;
		z-index: 8;
	}

	#box4 p {
		top: -105px;
		left: -50px;
		z-index: 20;
	}

	#box5 {
		top: 525px;
		left: 30pz;
		z-index: 7;
	}

	#box5 p {
		top: -90px;
		left: 205px;
		z-index: 20;
	}

	#box6 {
		top: 805px;
		left: 90px;
	}

	#box7 {
		top: 620px;
		left: 420px;
	}

	#box8 {
		top: 755px;
		right: 150px;
		z-index: 9;
	}

	#box8 p {
		top: -73px;
		left: -110px;
		z-index: 20;
	}

	#box8.recruit_column1_box {
		width: 234px !important;
	}

	.recruit_column1_copy {
		margin: 0;
		font-size: 8.0rem;
		position: absolute;
		top: 547px;
		right: -2000px;
		opacity: 0;
		transition: all 0.7s ease-out 0s;
	}

	.recruit_column1_copy.fadein {
		right: -60px;
		opacity: 1;
		transition: all 0.7s ease-out 0s;
	}

	.recruit_column1_copy span {
		padding: 0 0 0 240px;
	}

}

.recruit_column2 {
	padding: 60px 20px;
	background: #0062AE;
}

.recruit_column2 h2 {
	margin: 0 0 35px 0;
	padding: 0 0 20px 0;
	color: #fff;
	font-size: 3.6rem;
	letter-spacing: 0.3em;
	text-align: center;
	position: relative;
}

.recruit_column2 h2::after {
	margin: auto;
	position: absolute;
	content: '';
	width: 85px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
}

.recruit_column2 p {
	margin: 0 auto;
	color: #fff;
	line-height: 1.8;
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {

	.recruit_column2 {
		padding: 100px 0;
	}

	.recruit_column2 h2 {
		margin: 0 0 40px 0;
		padding: 0 0 30px 0;
		font-size: 4.8rem;
		letter-spacing: 0.3em;
	}

	.recruit_column2 h2::after {
		height: 4px;
	}

	.recruit_column2 p {
		width: 640px;
	}

}

.recruit_column3 {
	padding: 60px 20px;
	background: url(../images/common/logo_mark2.png);
	background-size: 97px auto;
}

.recruit_column3 h2 {
	margin: 0 0 30px 0;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.3;
	color: #0062AE;
	letter-spacing: 0.2em;
	text-align: center;
}

.interview {
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#interview_box1 {
	order: 1;
}

#interview_box2 {
	order: 3;
}

#interview_box3 {
	order: 5;
}

#interview_box4 {
	order: 7;
}

#interview_box5 {
	order: 9;
}

#comment_box1 {
	order: 2;
}

#comment_box2 {
	order: 4;
}

#comment_box3 {
	order: 6;
}

#comment_box4 {
	order: 8;
}

#comment_box5 {
	order: 10;
}

.interview_box {
	margin: 0 0 15px 0;
	border: 1px solid #0062AE;
	display: flex;
	position: relative;
	background: #fff;
	width: 100%;
}

.interview_box > figure {
	width: 120px;
	height: 138px;
}

.interview_box .interview_txt {
	padding: 15px;
	background: #fff;
	position: relative;
	flex: 1;
}

.interview_box h3 {
	margin: 0 0 10px 0;
	font-size: 1.7rem;
	line-height: 1.3;
	color: #2B2B2B;
	font-weight: 500;
}

.interview_box p {
	font-size: 1.2rem;
	font-weight: 200;
	color: #2B2B2B;
}

.btn_comment {
	padding: 6px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 22px;
	background: #0062AE;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 300;
	text-align: center;
	transition: all 0.25s ease 0s;
}

.btn_comment::after {
	margin: auto;
	position: absolute;
	content: '\f067';
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-size: 1.2rem;
	font-weight: 900;
	right: 5px;
	top: 5px;
}

.open .btn_comment {
	background: #1DA9D9;
	height: 44px;
	bottom: -22px;
	width: calc(100% + 1px);
	transition: all 0.25s ease 0s;
}

.open .btn_comment::after {
	content: '\f068';
	right: 6px;
}

.comment_box {
	margin: 0 0 15px 0;
	display: none;
}

.comment_box_inner {
	padding: 20px;
	background: #1DA9D9;
	color: #fff;
	border-radius: 10px 0 10px 10px;
}

.comment_box figure {
	margin: 0 0 20px 0;
	width: 100%;
}

.comment_box figcaption {
	margin: 10px 0 0 0;
	font-weight: 200;
	font-size: 1.4rem;
	line-height: 1.4;
}

.comment_txt {
	flex: 1;
}

.comment_txt h4 {
	margin: 0 0 10px 0;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4;
}

.interview .comment_txt p {
	margin: 0 0 15px 0;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 200;
	color: #fff;
}

@media screen and (min-width: 768px) {

	.recruit_column3 {
		padding: 100px 0 125px;
		background: url(../images/common/logo_mark2.png);
		background-size: 195px auto;
	}

	.recruit_column3 h2 {
		font-size: 3.4rem;
		line-height: 1.6;
	}

	.interview {
		margin: 0 auto 85px;
		max-width: 1025px;
	}

	#interview_box1,
	#interview_box2,
	#interview_box3,
	#comment_box1,
	#comment_box2,
	#comment_box3 {
		order: inherit;
	}

	.interview_box {
		margin: 0 0 20px 0;
		width: 490px;
	}

	.interview_box > figure {
		width: 200px;
		height: 230px;
	}

	.interview_box .interview_txt {
		padding: 20px 15px 20px 25px;
	}

	.interview_box h3 {
		margin: 0 0 15px 0;
		font-size: 2.2rem;
		line-height: 1.4;
	}

	.interview_box p {
		font-size: 1.6rem;
	}

	.btn_comment {
		padding: 10px 0;
		height: 36px;
		font-size: 1.6rem;
	}

	.btn_comment::after {
		font-size: 1.6rem;
		right: 10px;
		top: 10px;
	}

	.open .btn_comment {
		height: 60px;
		bottom: -24px;
		width: calc(100% + 1px);
	}

	.open .btn_comment::after {
		right: 11px;
	}

	.btn_comment:hover {
		cursor: pointer;
		background: #1DA9D9;
		transition: all 0.25s ease 0s;
	}

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

	.comment_box_inner {
		padding: 50px;
		display: flex;
		border-radius: 20px;
		width: 100%;
	}

	#comment_box2 .comment_box_inner,
	#comment_box4 .comment_box_inner,
	#comment_box6 .comment_box_inner {
		border-radius: 20px 0 20px 20px;
	}

	.comment_box figure {
		margin: 0 40px 0 0;
		width: 230px;
	}

	.comment_box figcaption {
		margin: 20px 0 0 0;
		font-size: 1.6rem;
	}

	.comment_txt h4 {
		margin: 0 0 20px 0;
		font-size: 2.0rem;
	}

	.interview .comment_txt p {
		margin-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.8;
	}

}

.career_path h2 {
	margin: 0 0 20px 0;
	padding: 10px 15px;
	background: #1DA9D9;
	border-radius: 10px;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: inherit;
	font-weight: 500;
	text-align: left;
	overflow: hidden;
}

.career_path h2 span {
	font-size: 1.2rem;
	float: right;
	line-height: 1.8;
}

.career_path ul {
	padding: 0 0 40px 0;
	position: relative;
}

.career_path ul::before {
	margin: auto;
	position: absolute;
	content: '';
	top: 50px;
	left: 0;
	right: 0;
	width: 4px;
	height: calc(100% - 150px);
	background: #1DA9D9;
}

.career_path li {
	padding: 0 0 15px 0;
	position: relative;
	overflow: hidden;
}

.career_path li h3 {
	color: #fff;
	text-align: center;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3rem;
	font-weight: 400;
}

.career_path li h3 div {
	padding: 20px 0 0 0;
	font-size: 2.0rem;
	width: 100%;
	line-height: 1.2;
}

.career_path li h3 span {
	font-size: 1.3rem;
}

.career_path_box {
	margin: 25px 0 0 30px;
	padding: 15px 15px 15px 60px;
	border: 1px solid #1DA9D9;
	background: #fff;
}

.career_path_box p {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.7;
}

.career_path li:nth-child(1) h3 {
	background: #01A5E2;
}

.career_path li:nth-child(2) h3 {
	background: #0C95D5;
}

.career_path li:nth-child(3) h3 {
	background: #2674BB;
}

.career_path li:nth-child(4) h3 {
	background: #1A538B;
}

@media screen and (min-width: 768px) {

	.career_path {
		margin: 0 auto;
		max-width: 1025px;
	}

	.career_path h2 {
		margin: 0 0 40px 0;
		padding: 12px 25px;
		font-size: 2.0rem;
	}

	.career_path h2 span {
		font-size: 1.4rem;
		line-height: 2.4;
	}

	.career_path ul {
		padding: 0 0 70px 0;
	}

	.career_path ul::before {
		top: 50px;
		width: 8px;
		height: calc(100% - 150px);
	}

	.career_path li {
		padding: 0 0 25px 0;
	}

	.career_path li h3 {
		width: 133px;
		height: 133px;
		font-size: 2.0rem;
	}

	.career_path li h3 div {
		padding: 35px 0 0 0;
		font-size: 3.6rem;
		line-height: 1.2;
	}

	.career_path li h3 span {
		font-size: 2.0rem;
	}

	.career_path_box {
		margin: 45px 0 0 70px;
		padding: 28px 28px 28px 95px;
	}

	.career_path_box p {
		font-size: 1.6rem;
		line-height: 1.8;
	}

}

.voice {
	margin: 30px auto 0;
	padding: 40px 0 30px;
	border-radius: 15px;
	text-align: center;
	background-color: rgba(29,169,217,0.7);
}

.voice h2 {
	margin: 0 0 25px 0;
	padding: 0;
	color: #fff;
	font-size: 2.8rem;
	letter-spacing: 0.2em;
	text-align: center;
	position: relative;
}

.voice h2::after {
	display: none;
}

/*
.voice h2::after {
	margin: auto;
	position: absolute;
	content: '';
	width: 85px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
}
*/
.voice > p {
	margin: 0 20px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 200;
	text-align: left;
}

.voice figure img {
	border-radius: 20px 20px 0 0;
}

.voice_slide {
	padding: 20px 25px;
	text-align: left;
	position: relative;
	opacity: 0;
}

.voice_slide.slick-initialized {
    opacity: 1
}

.voice_slide .slick-slide {
	margin: 0 10px;
}

.voice_slide .prev {
	left: 6px;
}

.voice_slide .next {
	right: 6px;
}

.slide_arrow {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 30px;
	color: #fff;
	font-size: 3.0rem;
	cursor: pointer;
}

.staff_name_box {
	padding: 15px 0;
	background: #fff;
	text-align: center;
	border-radius: 0 0 20px 20px;
}

.staff_name_box p {
	color: #2B2B2B;
	font-size: 1.2rem;
	line-height: 1.3;
	width: auto;
}

.staff_name_box p.name {
	margin: 10px 0 0 0;
	font-size: 1.7rem;
	font-weight: 500;
}

.staff_name_box p.name2 {
	margin: 2px 0 -5px 0;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 500;
}

.btn_youtube {
	margin: 20px auto 0;
	border: 2px solid #fff;
	text-align: center;
	display: inline-block;
}

.btn_youtube a {
	padding: 15px 40px;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	display: block;
}

@media screen and (min-width: 768px) {

	.voice {
		margin-top: 60px;
		padding: 50px 0 70px;
		max-width: 1025px;
	}

	.voice h2 {
		margin: 0 0 30px 0;
		font-size: 3.6rem;
		letter-spacing: 0.2em;
	}
/*
	.voice h2::after {
		height: 4px;
	}
*/
	.voice > p {
		margin: 0 auto;
		width: 600px;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.voice_slide {
		padding: 30px 50px;
	}

	.voice_slide .slick-list {
	}

	.voice_slide .slick-slide {
		margin: 0 10px;
	}

	.voice_slide a {
		transition: all 0.25s ease 0s;
	}

	.voice_slide a:hover {
		opacity: 0.8;
		transition: all 0.25s ease 0s;
	}

	.voice_slide .prev {
		left: 18px;
	}

	.voice_slide .next {
		right: 18px;
	}

	.slide_arrow {
		width: 26px;
		height: 40px;
		font-size: 4.0rem;
		transition: all 0.25s ease 0s;
	}

	.slide_arrow:hover {
		opacity: 0.7;
		transition: all 0.25s ease 0s;
	}

	.btn_youtube a:hover {
		background: #fff;
		color: #1DA9D9;
	}

}

.recruit_column4 {
	padding: 60px 20px 40px;
	text-align: center;
	background: url(../images/recruit/column4_back_sp.jpg) no-repeat center top;
	background-size: cover;
}

.recruit_column4 h2 {
	margin: 0 auto;
	padding: 20px 20px;
	background: #fff;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 2.6rem;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #0062AE;
}

.recruit_column4 h2::after {
	margin: auto;
	position: absolute;
	content: '';
	bottom: -22px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 22px solid #fff;
}

.recruit_column4 ul {
	margin: 40px auto 0;
}

.recruit_column4 li {
	margin: 0 0 20px 0;
	text-align: left;
}

.recruit_column4_txt {
	padding: 20px;
	background: #fff;
}

.recruit_column4_txt h3 {
	margin: 0 0 10px 0;
	font-weight: 500;
	font-size: 1.8rem;
}

.recruit_column4_txt p {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 200;
}

@media screen and (min-width: 768px) {

	.recruit_column4 {
		padding: 110px 0 70px;
		background: url(../images/recruit/column4_back_pc.jpg) no-repeat center top;
		background-size: cover;
	}

	.recruit_column4 h2 {
		padding: 30px 45px;
		font-size: 3.0rem;
		line-height: 1.4;
		letter-spacing: 0.3em;
		white-space: normal;
	}

	.recruit_column4 ul {
		max-width: 1025px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.recruit_column4 li {
		margin: 0 0 14px 0;
		width: calc(50% - 7px);
	}

	.recruit_column4_txt {
		padding: 25px 30px 30px;
	}

	.recruit_column4_txt h3 {
		margin: 0 0 16px 0;
		font-size: 2.2rem;
	}

	.recruit_column4_txt p {
		font-size: 1.6rem;
	}

}

.recruit_column5 {
	background: #1DA9D9;
}

.recruit_column5_head {
	margin: 0 20px;
	padding: 50px 0 40px;
	color: #fff;
}

.recruit_column5_head h2 {
	margin: 0 0 25px 0;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

.recruit_column5_head p {
	margin: 0 0 20px 0;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 200;
}

.recruit_column5_head .recruit_column5_box {
	color: #fff;
}

.recruit_column5_box h3 {
	margin: 0 0 0 10px;
	font-size: 1.4rem;
	padding: 0 5px;
	display: inline-block;
	font-weight: 200;
	background: #1DA9D9;
}

.recruit_column5_box ul {
	margin: -8px 0 0 0;
	padding: 15px 5px 5px 20px;
	border: 1px solid #fff;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
}

.recruit_column5_box li {
	margin: 0 10px 5px;
	padding: 0;
	font-size: 1.3rem;
	font-weight: 200;
	list-style-type: circle;
}

.recruit_column5_gallery {
	display: flex;
	flex-wrap: wrap;
}

.recruit_column5_gallery li {
	margin: 0 0 2px;
	width: calc(50% - 1px);
}

.recruit_column5_gallery li:nth-child(odd) {
	margin-right: 2px;
}


@media screen and (min-width: 768px) {

	.recruit_column5_head {
		margin: 0 auto;
		padding: 110px 0 60px;
		max-width: 1025px;
	}

	.recruit_column5_head h2 {
		margin: 0 0 30px 0;
		font-size: 2.6rem;
		line-height: 1.6;
	}

	.recruit_column5_head p {
		margin: 0;
	}

	.recruit_column5_txt {
		display: flex;
		justify-content: space-between;
	}

	.recruit_column5_txt > div:first-child {
		max-width: 610px;
	}

	.recruit_column5_head .recruit_column5_box {
		width: 330px;
	}

	.recruit_column5_gallery li {
		margin: 0 1.5px 3px;
		width: calc(20% - 2.5px);
	}

	.recruit_column5_gallery li:nth-child(odd) {
		margin-right: 1.5px;
	}

	.recruit_column5_gallery li:nth-child(1),
	.recruit_column5_gallery li:nth-child(6) {
		margin-left: 0 !important;
	}

	.recruit_column5_gallery li:nth-child(5),
	.recruit_column5_gallery li:nth-child(10) {
		margin-right: 0 !important;
	}


}

.recruit_summary {
	padding: 50px 20px;
	background: #00589D;
}

.recruit_summary h2,
.recruit_column6_top_right h2 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 200;
	letter-spacing: 0.3em;
	text-align: center;
	position: relative;
}

.recruit_summary h2::after,
.recruit_column6_top_right h2::after {
	margin: auto;
	position: absolute;
	content: '';
	width: 85px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
}

.recruit_summary tr:first-child th,
.recruit_summary tr:first-child td {
	border: none;
}

.recruit_summary th,
.recruit_summary td {
	border-top: 1px solid #1C8FF2;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 200;
	text-align: left;
	vertical-align: top;
}

.recruit_summary th {
	padding: 10px 20px 10px 0;
	white-space: nowrap;
}

.recruit_summary td {
	padding: 10px 0;
	line-height: 1.6;
}

@media screen and (min-width: 768px) {

	.recruit_column6_top {
		display: flex;
	}

	.recruit_summary {
		padding: 100px 85px;
		width: 50%;
	}

	.recruit_summary h2,
	.recruit_column6_top_right h2 {
		margin: 0 0 60px 0;
		padding: 0 0 25px 0;
		font-size: 3.4rem;
	}

	.recruit_summary h2::after,
	.recruit_column6_top_right h2::after {
		height: 4px;
	}

	.recruit_summary th,
	.recruit_summary td {
		font-size: 1.5rem;
	}

	.recruit_summary th {
		padding: 15px 30px 15px 0;
	}

	.recruit_summary td {
		padding: 15px 0;
	}

}

.recruit_column6_top_right {
	background: #676767 url(../images/recruit/address_back.png) no-repeat center center;
	background-size: cover;
}

.recruit_address {
	padding: 50px 20px;
	color: #fff;
}

.recruit_address address {
	margin: 0 0 40px 0;
}

.recruit_address .footer_logo {
	margin: 0 0 20px 0;
	font-size: 1.4rem;
}

.recruit_address .footer_logo span {
	font-size: 1.6rem;
}

.recruit_address ul {
	margin: 0 0 20px 0;
}

.recruit_address li {
	margin: 0 0 20px 0;
}

.recruit_address li div {
	margin: 0 0 3px 0;
	font-weight: 200;
}

.recruit_address li div a {
	color: #fff;
}

.recruit_address li .company_area {
	margin: 0 0 8px 0;
	font-weight: 500;
	font-size: 1.4rem;
}

.btn_home {
	border: 2px solid #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.btn_home a {
	padding: 15px 0;
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
}

.recruit_map {
	overflow: hidden;
	position: relative;
	height: 450px;
}

.recruit_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.recruit_column6_top_right {
		width: 50%;
	}

	.recruit_address {
		padding: 100px 85px 0;
		height: 50%;
	}

	.recruit_address address {
		margin: 0 0 40px 0;
	}

	.recruit_address .footer_logo {
		font-size: 1.6rem;
	}

	.recruit_address .footer_logo span {
		font-size: 1.8rem;
	}

	.recruit_address ul {
		display: flex;
	}

	.recruit_address li {
		margin: 0 35px 0 0;
	}

	.btn_home {
		width: auto;
	}

	.btn_home a {
		padding: 20px 20px;
	}

	.btn_home a:hover {
		background: #fff;
		color: #676767;
	}

	.recruit_map {
		height: 50%;
	}

}

.recruit_column6_bottom li {
	padding: 40px 20px 30px;
	color: #fff;
	text-align: center;
}

.recruit_column6_bottom li:first-child {
	background: #1DA9D9;
}

.recruit_column6_bottom li:last-child {
	background: #00589D;
}

.recruit_column6_bottom li h3 {
	margin: 0 auto 10px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
}

.recruit_column6_bottom li h3::before {
	margin-right: 0.6em;
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #fff;
	display: block;
}

.recruit_column6_bottom li h3::after {
	margin-left: 0.6em;
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #fff;
	display: block;
}

.recruit_column6_bottom li p {
	font-size: 2.4rem;
	font-weight: 600;
}

.recruit_column6_bottom li p a {
	color: #fff;
}

.recruit_column6_bottom li p i {
	padding: 0 5px 0 0;
	font-size: 2.0rem;
}

.recruit_column6_bottom li p span {
	padding: 0 0 0 10px;
	font-size: 1.2rem;
	font-weight: 400;
}

.recruit_column6_bottom li:last-child p {
	margin: 15px 0 0 0;
	font-size: 2.0rem;
}

@media screen and (min-width: 768px) {

	.recruit_column6_bottom {
		display: flex;
	}

	.recruit_column6_bottom li {
		padding: 40px 0 30px;
		width: 50%;
	}

	.recruit_column6_bottom li h3 {
		font-size: 1.8rem;
		width: 350px;
	}

	.recruit_column6_bottom li h3::before {
		width: 40px;
	}

	.recruit_column6_bottom li h3::after {
		width: 40px;
	}

	.recruit_column6_bottom li p {
		font-size: 3.2rem;
	}

	.recruit_column6_bottom li p i {
		padding: 0 10px 0 0;
		font-size: 2.6rem;
	}

	.recruit_column6_bottom li p span {
		padding: 0 0 0 10px;
		font-size: 1.6rem;
	}

	.recruit_column6_bottom li:last-child p {
		font-size: 2.4rem;
	}

}

.recruit .footer {
	padding: 35px 0;
	background: #4B4D4E;
}

.recruit .copyright {
	text-align: center;
}

/* -----------------
	works
----------------- */

.works_back {
	position: relative;
}

.works_back::after {
	position: absolute;
	content: '';
	top: 0;
	left: -20vw;
	width: 120vw;
	height: 1140vw;
	background: url(../images/common/logo_mark.png) no-repeat;
	background-size: 120vw auto;
}

.page_header_top {
	height: 110px;
	background: #0062AE;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.page_header_top h1,
.page_header_top p {
	color: #fff;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 3;
}

.page_header_top p a {
	color: #fff;
}

.page_header_top h1 span,
.page_header_top p span {
	font-weight: 300;
	font-size: 1.4rem;
	display: block;
	letter-spacing: 0;
}

.sp_page_header_nav {
	padding: 10px 20px;
	display: flex;
	background: #464646;
	justify-content: space-between;
	color: #fff;
	position: relative;
	z-index: 3;
}

.page_header_bottom p {
	font-size: 1.8rem;
	font-weight: 200;
}

#sp_page_header_btn {
	padding: 6px 14px;
	color: #fff;
	font-size: 1.2rem;
	border: 1px solid #fff;
	border-radius: 25px;
}

.page_header_bottom ul {
	padding: 0 30px 5px;
	background: #3B3B3B;
	position: relative;
	z-index: 3;
	display: none;
}

.page_header_bottom li {
	border-top: 2px solid #5F5F5F;
	font-size: 1.3rem;
}

.page_header_bottom li:first-child {
	border-top: none;
}

.page_header_bottom li a {
	padding: 10px;
	display: block;
	color: #fff;
	background: url(../images/common/arrow_white2.png) no-repeat right 5px center;
	background-size: 15px auto;
}

/*
.page_header_bottom {
	background: #464646;
	padding: 0 20px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.page_header_bottom > div {
	margin: auto ;
	height: 90px;
	max-width: 1440px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

*/
.works_column {
	margin-bottom: 40px;
	padding: 30px 10px;
	z-index: 3;
	position: relative;
	overflow: hidden;
}

.page_entry .works_column,
.page_index .works_slide > div {
	display: flex;
	flex-wrap: wrap;
}

.works_box {
	display: flex;
	align-items: center;
	z-index: 2;
	width: 100%;
	order: 2;
}

.works_box_inner {
	padding: 20px 0;
	background-color: #fff;
	color: #2B2B2B;
	position: relative;
}

.works_box .title_pickup {
	position: absolute;
	margin-top: 10px;
	color: #20B2E4;
	font-size: 4.0rem;
	line-height: 1.2;
	right: 20px;
	font-weight: 200;
	transform: rotate(-16deg);
}

.works_box p.cate {
	margin: 0 0 15px 0;
	padding: 4px 16px;
	font-size: 1.4rem;
	font-weight: 300;
	border: 1px solid #E3E3E3;
	border-radius: 20px;
	display: inline-block;
}

.works_box h1 {
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.3;
	border-bottom: 1px solid #E3E3E3;
}

.works_box p {
	margin: 0 0 20px 0;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;
}

.works_box p.award {
	margin: -15px 0 10px 15px;
	padding: 10px 0 0 8px;
	text-indent: -0.6em;
	font-size: 1.6rem;
	color: #2761a7;
}

.works_box p.award i {
	padding: 0 5px 0 0;
	font-size: 1.8rem;
	color: #a79627;
}

.works_box table {
	margin: 20px 0 0;
	width: 100%;
}

.works_box th {
	padding: 5px 30px 5px 0;
	border-bottom: 1px solid #E3E3E3;
	font-size: 1.6rem;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

.works_box td {
	padding: 5px 0;
	border-bottom: 1px solid #E3E3E3;
	font-size: 1.6rem;
	white-space: nowrap;
}

.works_img {
	width: 100%;
	position: relative;
	order: 1;
}

.works_slide_prev,
.works_slide_next {
    position: absolute;
    top: 30vw;
    width: 25px;
    height: 25px;
    background-color: #0062AE;
    background-position: 0 0;
    background-size: 202% auto;
    transition: .3s;
    cursor: pointer;
    z-index: 2;
}

.works_slide_prev {
    left: 0;
    background-image: linear-gradient(to left, rgba(32,178,228,1) 50%, rgba(0,0,0,0) 50%);
}

.works_slide_next {
    right: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(32,178,228,1) 50%);
}

.works_slide_prev span,
.works_slide_next span {
	display: block;
	width: 25px;
	height: 25px;
	transition: all 0.25s ease 0s;
}

.works_slide_prev span {
	background: url(../images/common/arrow_white.png) no-repeat 0 7px;
	background-size: 20px auto;
	transform: scale(-1, 1);
}

.works_slide_next span {
	background: url(../images/common/arrow_white.png) no-repeat 0 7px;
	background-size: 20px auto;
}

.works_admin_btn {
	margin: 0 auto;
	padding: 0 55px;
	position: relative;
	z-index: 3;
}

.works_img .slick-dots {

}

.works_img .slick-dots li {

}

.works_slide_navi {
	padding: 10px 0 0 0;
	height: 20px;
	position: relative;
	z-index: 2;
}

.works_slide_navi ul {
	display: flex;
	justify-content: center;
}

.works_slide_navi li {
	margin: 0 2px;
}

.works_slide_navi li button {
	padding: 0;
	border-radius: 5px;
	width: 7px;
	height: 7px;
	text-indent: -9999px;
	display: block;
	background-color: #20B2E4;
	border: none;
}

.works_slide_navi .slick-active button {
	background-color: #0062AE;
}

.works_box .btn_blue {
	margin: 25px 0 0 0;
}

.works_box .btn_blue span {
	padding: 10px 65px 10px 20px;
	font-size: 1.4rem;
	background: url(../images/common/arrow_white.png) no-repeat right 20px top 10px;
	background-size: 28px auto;
}

.works_box .btn_blue a span:hover {
    animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow_blog;
}

.works_column_wrapper {
	position: relative;
}

.works_entry_pager li div {
    position: absolute;
    top: 30vw;
    width: 25px;
    height: 25px;
    background-color: #0062AE;
    background-position: 0 0;
    background-size: 202% auto;
    transition: .3s;
    cursor: pointer;
    z-index: 3;
}

.works_entry_pager li div.no_pager {
	display: none;
}

.works_entry_pager li:first-child div {
	left: 0;
}

.works_entry_pager li:last-child div {
	right: 0;
}

@media screen and (min-width: 768px) {

	.works_column .works_slide {
		overflow: hidden;
	}

	.works_back {
		position: relative;
	}

	.works_back::after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 1280px;
		height: 1162px;
		background: url(../images/common/logo_mark.png) no-repeat;
		background-size: 1280px auto;
	}

	.page_header_top {
		height: 170px;
	}

	.page_header_bottom {
		background: #464646;
		padding: 0 35px;
		width: 100%;
		position: relative;
		z-index: 2;
	}

	.sp_page_header_nav {
		padding: 0;
	}

	#sp_page_header_btn {
		display: none;
	}

	.page_header_bottom > div {
		margin: auto ;
		height: 90px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.page_header_bottom p {
		color: #fff;
		font-size: 3.4rem;
		font-weight: 200;
	}

	.page_header_bottom ul {
		padding: 0;
		display: flex;
		align-items: center;
		background: #464646;
	}

	.page_header_bottom li {
		margin: 0 0 0 15px;
		font-size: 1.4rem;
		border: none;
	}

	.page_header_bottom li.stay a {
		background: #fff;
		color: #464646;
		border-radius: 25px;
	}

	.page_header_bottom li a {
		padding: 4px 10px;
		display: block;
		color: #fff;
		background: none;
		text-align: center;
	}

	.works_column {
		margin-bottom: 95px;
		padding: 0 0 55px 0;
		min-width: 1280px;
	}

	.works_column ..slick-list {
		overflow: visible;
	}

	.page_entry .works_column {
		padding-top: 55px;
	}

	.page_entry .works_column,
	.page_index .works_slide > div {
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
	}

	.works_slide {
		padding-top: 55px;
	}

	.works_box {
		margin-left: 4%;
		margin-right: -2.8%;
		padding-bottom: 30px;
		min-width: 400px;
		width: 23.5%;
		order: inherit;
		background: #fff;
	}

	.works_box_inner {
		padding: 13% 10%;
		min-width: 400px;
	}

	.works_box .title_pickup {
		margin-top: -100px;
		font-size: 5.4rem;
		right: inherit;
	}

	.works_box p.cate {
		font-size: 1.6rem;
	}

	.works_box p.award {
		margin: -20px 0 15px 0;
		padding-left: 24px;
	}

	.works_box h1 {
		margin: 0 0 25px 0;
		font-size: 3.0rem;
	}

	.works_box table {
		margin: 50px 0 0;
	}

	.works_img {
		width: 73.8%;
		order: inherit;
	}

	.works_slide_prev,
	.works_slide_next {
		margin: auto;
	    bottom: 0;
	    top: 0;
	    width: 50px;
	    height: 50px;
	}

	.works_slide_prev span,
	.works_slide_next span {
		width: 50px;
		height: 50px;
	}

	.works_slide_prev span {
		background: url(../images/common/arrow_white.png) no-repeat 0 15px;
		background-size: 40px auto;
	}

	.works_slide_next span {
		background: url(../images/common/arrow_white.png) no-repeat 0 15px;
		background-size: 40px auto;
	}

	.works_slide_prev:hover {
	    background-position: 99% 0;
	}

	.works_slide_next:hover {
	    background-position: -99% 0;
	}

	.works_slide_prev:hover span,
	.works_slide_next:hover span {
		animation: 0.2s steps(200) 0.1s normal forwards 1 link_btn_arrow;
	}

	.works_slide_navi {
		padding: 20px 0 0 0;
		height: 34px;
	}

	.works_slide_navi li {
		margin: 0 3px;
	}

	.works_slide_navi li button {
		width: 11px;
		height: 11px;
	}

	.works_column_wrapper {
		position: relative;
	}

	.works_entry_pager {
		position: absolute;
		top: 0;
		width: 100%;
		display: none;
	}

	.works_entry_pager ul {
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		height: 50px;
		width: 100%;
	}

	.works_entry_pager li {
		z-index: 3;
	}

	.works_entry_pager li div {
	    position: inherit;
	    top: inherit;
	    width: inherit;
	    height: inherit;
	}

}

.works_other {
	margin: 0 0 60px 0;
	text-align: center;
}

.works_other h2 {
	margin-bottom: 30px;
}

.works_other ul {
	display: flex;
	flex-wrap: wrap;
}

.works_other li {
	margin: 0 2px 4px 0;
	width: calc(50% - 2px);
	overflow: hidden;
	text-align: left;
}

.works_other li:nth-child(even) {
	margin: 0 0 4px 2px;
}

.works_other li a {
	display: block;
}

.works_other li a figure {
	overflow: hidden;
	position: relative;
}

.works_other li a figure::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.works_other li a figure div {
	overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: transform 0.3s ease;
}

.works_other .works_name {
	position: relative;
}

.works_other .works_name h3 {
	padding: 10px 5px 10px 10px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
	width: calc(100% - 50px);
}

.works_other li .link_box {
	top: 0;
}

@media screen and (min-width: 768px) {

	.works_other {
		margin: 0 0 120px 0;
	}

	.works_other li {
		margin: 0 4px 4px 0;
		width: calc(20% - 3.3px);
	}

	.works_other li:nth-child(even) {
		margin: 0 4px 4px 0;
	}

	.works_other li:nth-child(5n) {
		margin: 0 0 4px 0 !important;
	}

	.works_other li a:hover figure div {
	    transform: scale(1.1);
	    transition: transform 0.3s ease;
	}
/*
	.works_other .works_name {
		min-height: 50px;
	}
*/
	.works_other .works_name h3 {
		padding: 15px 5px 10px 10px;
		font-size: 1.8rem;
	}

}

.works_index_more {
	margin: 30px 0 0 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.read_more_btn {
	padding: 8px 22px;
	border: none;
	border-radius: 25px;
	background: #20B2E4;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}

@media screen and (min-width: 768px) {

	.works_index_more {
		margin: 50px 0 0 0;
	}

	.read_more_btn {
		padding: 10px 25px;
		font-size: 1.8rem;
	}


}

/* -----------------
	BLOG index
----------------- */

.blog_index_list {
	padding: 30px 15px 40px;
	background: rgba(255,255,255,0.8);
}

.blog_index_list {
}

.blog_index_list li {
	margin-bottom: 15px;
	border: 1px solid #EDEDED;
	position: relative;
	z-index: 3;
	background: #fff;
}

.blog_index_list li a {
	display: flex;
}

.blog_index_list li figure {
    width: 25%;
    overflow: hidden;
    position: relative;
}

.blog_index_list li figure img {
	margin: auto;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translate(-50%, 0);
}

.blog_index_right {
	padding: 15px 15px 60px;
	text-align: left;
	color: #707070;
	width: 75%;
	background-color: #fff;
	position: relative;
}

.blog_index_right time {
	margin: 0 0 5px 0;
	font-weight: 300;
	font-size: 1.4rem;
	display: block;
}

.blog_index_right h2 {
	margin: 0 0 15px 0;
	font-weight: 400;
	color: #2B2B2B;
	font-size: 1.8rem;
	line-height: 1.4;
}

.blog_index_right p {
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (min-width: 768px) {

	.blog_index_list {
		padding: 6% 6% 3%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.blog_index_list li {
		margin-bottom: 3.5%;
		width: 48%;
	}

	.blog_index_list li:nth-child(odd) {
		margin-right: 3.5%;
	}
	.blog_index_right {
		padding: 5% 6% 60px;
		flex: 1;
	}

	.blog_index_right time {
		font-size: 1.4rem;
	}

	.blog_index_right h2 {
		margin: 0 0 18px 0;
		line-height: 1.3;
		font-weight: 500;
	}

	.blog_index_right p {
		font-size: 1.5rem;
		line-height: 1.5;
	}

}

/* -----------------
	Privacy
----------------- */

.entry_edit .entry_1column h2 {
	margin: 20px 0;
}

@media screen and (min-width: 768px) {

	.entry_edit .entry_1column h2 {
		margin: 30px 0;
	}

}


/* -----------------
	NEWS index
----------------- */

.news_index,
.blog_index {
}

.news_index_list {
	padding: 30px 15px;
	position: relative;
	z-index: 3;
}

.news_index_list li {
	margin: 0 0 18px 0;
	border: 1px solid #EDEDED;
	background: #fff;
}

.news_index_list li a {
	padding: 12px 40px 12px 15px;
	display: flex;
	align-items: baseline;
	background: url(../images/common/arrow_gray.png) no-repeat right 15px center;
	background-size: 20px auto;
	flex-wrap: wrap;
}

.news_index_list li time {
	margin: 0 10px 0 0;
	font-size: 1.4rem;
	color: #707070;
}

.news_index_list li p.entry_cate {
	margin: 0 20px 0 0;
	color: #707070;
	white-space: nowrap;
	text-align: center;
	width: 90px;
}

.news_index_list li h2 {
	margin: 10px 0 0 0;
	font-size: 1.4rem;
	line-height: 1.4;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.news_index,
	.blog_index {
		width: 78%;
	}

	.news_index_list {
		padding: 4.5%;
		background: rgba(255,255,255,0.7);
	}

	.news_index_list li {
		margin: 0 0 18px 0;
		background: inherit;
	}

	.news_index_list li a {
		flex-wrap: inherit;
		padding: 20px 70px 20px 25px;
		background: url(../images/common/arrow_gray.png) no-repeat right 30px center;
		background-size: 30px auto;
	}

	.news_index_list li a:hover {
		background: #fff url(../images/common/arrow_gray.png) no-repeat right 30px center;
		background-size: 30px auto;
	}

	.news_index_list li time {
		margin: 0 20px 0 0;
		font-size: 1.6rem;
	}

	.news_index_list li p.entry_cate {
		margin: 0 20px 0 0;
		width: 110px;
	}

	.news_index_list li h2 {
		margin: 0;
		font-size: 1.6rem;
		line-height: 1.4;
		width: auto;
	}
}

.index_pager {
	padding: 20px 15px 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.index_pager div {
	position: relative;
	width: 30px;
}

.index_pager ul {
	display: flex;
	justify-content: center;
}

.index_pager li {
	margin: 0 5px;
	border: 1px solid #20B2E4;
	font-size: 1.2rem;
	font-weight: bold;
}

.index_pager li span {
	color: #20B2E4;
	display: block;
	background: #fff;
}

.index_pager li.cur span {
	padding: 6px 10px;
	background: #20B2E4;
	color: #fff;
}

.index_pager li a {
	padding: 6px 10px;
	color: #20B2E4;
	display: block;
}

.index_pager li.pager_index_link {
	background: #20B2E4;
	border-radius: 25px;
	text-align: center;
}

.index_pager li.pager_index_link a {
	padding: 12px 24px;
	text-align: center;
	display: inline-block;
}

.index_pager .pager_left .link_box {
	top: 0;
    left: 0;
    height: 30px;
}

.index_pager .link_box span {
	width: 30px;
	height: 30px;
	background: url(../images/common/arrow_white.png) no-repeat 0 10px;
	background-size: 25px;
}

.index_pager .pager_left .link_box span {
	background: url(../images/common/arrow_white.png) no-repeat 0 10px;
	background-size: 25px;
	transform: scale(-1, 1);
}

.index_pager .pager_right .link_box {
	top: 0;
	right: 0;
	bottom: inherit;
    height: 30px;
}

.index_pager .pager_last {
	padding-top: 8px;
	border: none;
}

.index_pager .pager_last span {
	background: inherit;
}

@media screen and (min-width: 768px) {

	.index_pager {
		margin: 50px 0 0 0;
	}

	.index_pager {
		padding: 0 4.5% 50px;
	}

	.index_pager div {
		width: 50px;
	}

	.index_pager li {
		margin: 0 9px;
		font-size: 1.8rem;
	}

	.index_pager li.cur span {
		padding: 12px 18px;
	}

	.index_pager li a {
		padding: 12px 18px;
	}

	.index_pager li a:hover {
		color: #fff;
		background: #20B2E4;
	}

	.index_pager .pager_left .link_box {
		top: 0;
	    left: 0;
	    height: 50px;
	    background-image: linear-gradient(to left, rgba(32,178,228,1) 50%, rgba(0,0,0,0) 50%);
	}

	.index_pager .pager_left .link_box span {
		background: url(../images/common/arrow_white.png) no-repeat 0 15px;
		background-size: 40px;
	}

	.index_pager .link_box span {
		width: 50px;
		height: 50px;
		background: url(../images/common/arrow_white.png) no-repeat 0 15px;
		background-size: 40px;
	}

	.index_pager .pager_right .link_box {
		height: 50px;
	}

}

/* -----------------
	BLOG / NEWS
----------------- */

.entry_wrapper {
	position: relative;
}

.entry_wrapper::after {
	position: absolute;
	content: '';
	top: 0;
	left: -20vw;
	width: 120vw;
	height: 1140vw;
	background: url(../images/common/logo_mark.png) no-repeat;
	background-size: 120vw auto;
}

.entry_main {
	margin: auto;
	position: relative;
}

.entry_header {
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
}

.entry_cate {
	margin: 0 10px 0 0;
	padding: 3px 12px;
	font-size: 1.2rem;
	border: 1px solid #D8D8D8;
	border-radius: 25px;
}

.entry_header time {
	font-size: 1.5rem;
}

.entry_title {
	margin: 0 0 20px 0;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.3;
}

.entry_main .entry {
    position: relative;
    z-index: 3;
}

.entry_main .entry_article {
	padding: 20px 10px;
    background: rgba(255,255,255,0.8);
}

@media screen and (min-width: 768px) {

	.entry_wrapper::after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 1600px;
		height: 1400px;
		background: url(../images/common/logo_mark.png) no-repeat;
		background-size: 1600px auto;
	}

	.entry_main {
		margin: auto;
		text-align: center;
		display: table;
		width: 100%;
	}

	.entry_main_outer {
		margin: 0 auto;
		padding: 5% 3.5%;
/*		max-width: 1500px;*/
		width: 100%;
		text-align: left;
	}

	.entry_main_inner {
		min-width: 1000px;
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.entry_main .entry {
		width: 78%;
		flex: 1;
	}

	.entry_main .entry_article {
		padding: 4.5%;
		background: rgba(255,255,255,0.8);
	}

	.entry_header {
		margin: 0 0 15px 0;
		display: flex;
		align-items: center;
	}

	.entry_cate {
		margin: 0 10px 0 0;
		padding: 3px 18px;
		font-size: 1.4rem;
		border: 1px solid #D8D8D8;
		border-radius: 25px;
	}

	.entry_header time {
		font-size: 1.5rem;
	}

	.entry_title {
		margin: 0 0 30px 0;
		font-size: 3.0rem;
		font-weight: 500;
		line-height: 1.3;
	}

}

.entry_unit p {
	margin: 0 0 30px 0;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

.entry_unit p em {
	font-weight: bold;
	color: #20B2E4;
	font-style: normal;
}

.entry_unit p strong {
	font-weight: bold;
}

.entry_unit p.a_center {
	text-align: center;
}

.entry_unit p.a_right {
	text-align: right;
}

.entry_unit a {
	text-decoration: underline;
	color: #0062AE;
}

.entry_unit a:hover {
	color: #20B2E4;
}

.entry_unit a:visited {
	color: #0062AE;
}

.entry_unit a:active {
	color: #0062AE;
}

.entry_unit h2 {
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.3;
	border-bottom: 1px solid #CECECE;
}

.entry_unit h3 {
	margin: 0 0 20px 0;
	padding: 0 0 0 28px;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
}

.entry_unit h3::after {
	position: absolute;
	left: 0;
	top: 1px;
	content: '';
	width: 18px;
	height: 18px;
	background: #20B2E4;
}

.entry_unit h4 {
	margin: 0 auto 30px;
	padding: 20px;
	position: relative;
	font-size: 2.0rem;
	font-weight: bold;
	color: #2B2B2B;
	letter-spacing: 0.2em;
	display: table;
	text-align: center;
	font-family: commuters-sans, sans-serif;
}

.entry_unit h4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 20px;
    background-color: #0062AE;
    transform: skewX(-40deg);
}

.entry_unit h4::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 4px;
    height: 20px;
    background-color: #20B2E4;
    transform: skewX(-40deg);

}
.entry_unit ol {
	margin: 0 0 25px 0;
	padding: 0 0 0 4px;
	list-style: none;
	counter-reset: ol_li;
}

.entry_unit ol li {
	margin: 0 0 15px 0;
	font-size: 1.4rem;
}

.entry_unit ol li:before {
  margin-right: .5em;
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #20B2E4;
}

.entry_unit ul {
	margin: 0 0 25px 8px;
}

.entry_unit ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	font-size: 1.4rem;
	position: relative;
}

.entry_unit ul li::after {
	position: absolute;
	left: 0;
	top: 6px;
	content: '';
	width: 6px;
	height: 6px;
	background: #20B2E4;
}

.entry_unit p.block_gray {
	margin: 0 0 25px 0;
	padding: 25px 30px;
	background: #F7F7F7;
}

.entry_unit p.block_blue {
	margin: 0 0 25px 0;
	padding: 25px 30px;
	background: #F6FBFD;
}

.entry_unit .p_btn {
    margin: 20px 0;
    display: table;
    clear: both;
    font-size: 1.4rem;
    background-color: #0062AE;
}

.entry_unit .p_btn a {
    padding: 10px 45px 10px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: url(../images/common/arrow_white2.png) no-repeat right 15px top 10px;
    background-size: 20px auto;
}

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

.entry_unit th {
	border-top: 1px solid #20B2E4;
	padding: 5px 8px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
}

.entry_unit td {
	border-top: 1px solid #CECECE;
	padding: 5px 8px;
	font-size: 1.4rem;
}

.entry_unit p.line {
	margin: 25px 0;
	height: 1px;
	border-bottom: 1px solid #CECECE;
	text-indent: -9999px;
}

.entry_unit p.clear {
	margin: 20px 0;
	height: 1px;
	text-indent: -9999px;
}

.entry_unit .column2_left,
.entry_unit .column2_right,
.entry_unit .column3_left,
.entry_unit .column3_center,
.entry_unit .column3_right {
	margin: 0 0 25px 0;
}

.entry_unit p.caption {
	margin: 5px 0 10px 0;
	text-align: center;
	font-size: 1.2rem;
}

.entry_media_l,
.entry_media_m,
.entry_media_s {
	margin-bottom: 25px;
}
/*
.columnImage {
	width: 100%;
}
*/
.column-media-left {
	margin-right: 25px;
}

.column-media-right {
	margin-left: 25px;
}

@media screen and (min-width: 768px) {

	.entry_unit p {
		margin-bottom: 40px;
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.entry_unit h2 {
		font-size: 2.2rem;
	}

	.entry_unit h3 {
		margin: 0 0 30px 0;
		padding: 0 0 0 32px;
		font-size: 2.0rem;
		line-height: 1.2;
	}

	.entry_unit h3::after {
		width: 22px;
		height: 22px;
	}

	.entry_unit h4 {
	    margin: 0 auto 50px;
	    padding: 20px 40px;
	    font-size: 2.2rem;
	}

	.entry_unit ol {
		margin: 0 0 40px 0;
	}

	.entry_unit ol li {
		margin: 0 0 20px 0;
		font-size: 1.6rem;
	}

	.entry_unit ul {
		margin: 0 0 40px 0;
	}

	.entry_unit ul li {
		margin: 0 0 15px 0;
		padding: 0 0 0 15px;
		font-size: 1.6rem;
	}

	.entry_unit ul li::after {
		top: 8px;
	}

	.entry_unit p.block_gray {
		margin: 0 0 40px 0;
		padding: 40px 55px;
	}

	.entry_unit p.block_blue {
		margin: 0 0 40px 0;
		padding: 40px 55px;
	}

    .entry_unit .p_btn {
        margin: 30px 0;
        font-size: 1.4rem;
    }

    .entry_unit .p_btn a:hover {
        background: url(../images/common/arrow_white2.png) no-repeat right 20px top 12px;
        background-size: 20px auto;
    }

	.entry_unit table {
		margin: 0 0 30px 0;
		width: auto;
	}

	.entry_unit th {
		padding: 10px 18px;
		font-size: 1.6rem;
	}

	.entry_unit td {
		padding: 10px 15px;
		font-size: 1.6rem;
	}

	.entry_unit p.line {
		margin: 50px 0;
	}

	.entry_unit p.clear {
		margin: 30px 0;
	}

	.entry_unit .column2_left {
		margin: 0 2.5% 30px 0;
		float: left;
		width: calc(50% - 2.5%);
	}

	.entry_unit .column2_right {
		margin: 0 0 30px 2.5%;
		float: right;
		width: calc(50% - 2.5%);
	}

	.entry_unit .column3_left {
		margin: 0 0 30px 0;
		float: left;
		width: calc(33.3333% - 2%);
	}

	.entry_unit .column3_center {
		margin: 0 3% 30px;
		float: left;
		width: calc(33.3333% - 2%);
	}

	.entry_unit .column3_right {
		margin: 0 0 30px 0;
		float: left;
		width: calc(33.3333% - 2%);
	}

	.entry_unit p.caption {
		margin: 5px 0 20px 0;
		text-align: center;
		font-size: 1.3rem;
	}

	.entry_media_l,
	.entry_media_m,
	.entry_media_s {
		margin-bottom: 30px;
	}
/*
	.columnImage {
		width: inherit;
	}
*/
	.column-media-left {
		margin-right: 40px;
	}

	.column-media-right {
		margin-left: 40px;
	}

	.works_slide_prev span {
		background: url(../images/common/arrow_white.png) no-repeat 0 15px;
		background-size: 40px auto;
	}

	.works_slide_prev:hover {
	    background-position: 99% 0;
	}

}

.entry_pager {
	margin: 30px 15px 40px;
}

.entry_pager ul {
	display: flex;
	justify-content: space-between;
}

.entry_pager li.pager_index_link {
	background: #20B2E4;
	border-radius: 25px;
	text-align: center;
}

.entry_pager li.pager_index_link a {
	padding: 7px 15px;
	text-align: center;
	display: inline-block;
}

.entry_pager li a {
	color: #fff;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	position: relative;
}

.entry_pager .pager_left .link_box {
	top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(to left, rgba(32,178,228,1) 50%, rgba(0,0,0,0) 50%);
}

.entry_pager .pager_right .link_box {
	top: 0;
	right: 0;
    width: 30px;
    height: 30px;
	bottom: inherit;
}

.entry_pager .pager_left .link_box span {
    width: 30px;
    height: 30px;
	background: url(../images/common/arrow_white.png) no-repeat 0 10px;
	background-size: 25px auto;
	transform: scale(-1, 1);
}

.entry_pager .pager_right .link_box span {
    width: 30px;
    height: 30px;
	background: url(../images/common/arrow_white.png) no-repeat 0 10px;
	background-size: 25px auto;
}

@media screen and (min-width: 768px) {

	.entry_pager {
		margin: 60px 0 0 0;
	}

	.entry_pager li.pager_index_link a {
		padding: 12px 24px;
	}

	.entry_pager li a {
		font-size: 1.8rem;
	}

	.entry_pager .pager_left .link_box {
		top: 0;
	    left: 0;
		height: 50px;
		width: 50px;
	    background-image: linear-gradient(to left, rgba(32,178,228,1) 50%, rgba(0,0,0,0) 50%);
	}

	.entry_pager .pager_left .link_box span {
		height: 50px;
		width: 50px;
		background: url(../images/common/arrow_white.png) no-repeat 0 15px;
		background-size: 40px auto;
		transform: scale(-1, 1);
	}

	.entry_pager .pager_right .link_box {
		top: 0;
		right: 0;
		height: 50px;
		width: 50px;
		bottom: inherit;
	}

	.entry_pager .pager_right .link_box span {
		height: 50px;
		width: 50px;
		background: url(../images/common/arrow_white.png) no-repeat 0 15px;
		background-size: 40px auto;
	}

}

.entry_side {
	padding: 35px 20px 5px;
	background: #20B2E4;
	position: relative;
	z-index: 3;
}

.entry_side h2 {
	margin: 0 0 20px 0;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
}

.entry_side .side_title {
	margin-bottom: 40px;
}

.entry_side .side_title a {
	color: #fff;
}

.entry_side ul {
	margin: 5px 0 40px 0;
	padding: 0;
	width: 100%;
	border-left: 4px solid #5CC6EB;
}

.entry_side li {
	margin: 10px 0;
	padding: 10px 0 10px 20px;
	font-size: 1.6rem;
	font-weight: 200;
}

.entry_side li a {
	color: #fff;
}

.search_form {
	margin: 0 0 40px 0;
}

.search_form input[type="search"]{
	padding: 2px 5px;
	background: #fff;
	border: none;
	width: calc(100% - 38px);
	font-size: 1.6rem;
}

.search_input {
	display: flex;
}

.search_form button {
	border: none;
	background: #0062AE;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {

	.entry_side {
		padding: 3.2% 3.2% 2%;
		width: 22%;
	}

	.entry_side h2 {
		margin: 0 0 15px 0;
		font-size: 1.7rem;
	}

	.entry_side li {
		margin: 5px 0;
		padding: 5px 0 5px 15px;
		font-size: 1.5rem;
	}

}

/* -----------------
	about
----------------- */

.entry_edit .entry_1column {
	text-align: left;
}

.about_top_img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.about_top_img figure {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.about_main1 {
	background-image: url(../images/about/main1_sp.png);
}

.about_main2 {
	background-image: url(../images/about/main2_sp.png);
}

.about_column1 {
	margin: -50px 0 20px;
	padding: 20px 20px 70px;
	position: relative;
	background: #fff url(../images/common/logo_mark3.png) no-repeat right 20px bottom 20px;
	background-size: 110px auto;
	z-index: 2;
}

.about_column1 h2 {
	margin: 0 0 20px 0;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 500;
}

.about_column1 h3 {
	margin: 0 0 20px 0;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 500;
}

.about_column1 p {
	margin: 0 0 30px 0;
	font-size: 1.6rem;
	line-height: 1.7;
}

.about_column1 dt {
	margin: 0 0 20px 0;
	padding: 10px 12px;
	color: #fff;
	letter-spacing: 0.4em;
	font-size: 1.8rem;
	background: #0062AE;
	white-space: nowrap;
	display: inline-block;
}

.about_column1 dd li {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
}

.about_column1 dd li::before {
	margin: auto;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 6px;
	background: #20B2E4;
}

@media screen and (min-width: 768px) {

	.about_top_img {
		height: 630px;
	}

	.about_top_img figure {
		height: 630px;
	}

	.about_main1 {
		background-image: url(../images/about/main1_pc.jpg);
	}

	.about_main2 {
		background-image: url(../images/about/main2_pc.jpg);
	}

	.about_column1 {
		margin: -100px auto 100px;
		padding: 70px;
		background: #fff url(../images/common/logo_mark3.png) no-repeat right 70px top 70px;
		background-size: 270px auto;
		max-width: 1366px;
	}

	.about_column1 h2 {
		margin: 0 0 10px 0;
		font-size: 3.0rem;
	}

	.about_column1 h3 {
		margin: 0 0 30px 0;
		font-size: 2.0rem;
	}

	.about_column1 p {
		margin: 0 0 50px 0;
		font-size: 1.6rem;
		line-height: 1.7;
		width: 750px;
	}

	.about_column1 dl {
		display: flex;
		align-items: flex-start;
		width: 750px;
	}

	.about_column1 dt {
		margin: 0 60px 0 0;
		padding: 10px 12px;
		color: #fff;
		letter-spacing: 0.4em;
		font-size: 1.8rem;
		background: #0062AE;
		white-space: nowrap;
		display: block;
	}

	.about_column1 dd {
		flex: 1;
	}

	.about_column1 dd ul {
		display: flex;
		flex-wrap: wrap;
	}

	.about_column1 dd li {
		margin: 0 80px 10px 0;
		padding: 0 0 0 15px;
		font-size: 1.8rem;
		font-weight: 500;
		position: relative;
	}

	.about_column1 dd li::before {
		margin: auto;
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		left: 0;
		width: 6px;
		height: 6px;
		background: #20B2E4;
	}

}

.about_column2 {
	padding: 50px 15px;
	width: 100%;
	background: url(../images/about/back1.jpg) no-repeat 0 center;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.about_column2 h2 {
	margin: 0 0 25px 0;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 500;
}

.about_column2 h2 span {
	margin: 0 10px 0 0;
	display: block;
	font-size: 2.6rem;
}

.about_column2 p {
	margin: 0 0 30px 0;
	font-size: 1.6rem;
	line-height: 1.7;
}

.about_column2_box {
	padding: 25px;
	background: rgba(255,255,255,0.7);
}

.about_column2_box h3 {
	margin: 0 0 20px 0;
}

.about_column2_box > div {
}

.about_column2_box h4 {
	margin: 0 0 15px 0;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 500;
}

.about_column2_box p {
	margin: 0 0 30px 0;
	font-size: 1.4rem;
	line-height: 1.6;
}

.about_column2_box .btn_blue a span {
	padding: 14px 65px 14px 20px;
	background: url(../images/common/arrow_white.png) no-repeat right 20px top 17px;
	background-size: 26px auto;
}

.about_column2_box .btn_blue a span:hover {
	animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow_about;
}


@media screen and (min-width: 768px) {

	.about_column2 {
		padding: 255px 0 80px;
		height: 520px;
		background: url(../images/about/back1.jpg) no-repeat right center;
		background-size: cover;
	}

	.about_column2_inner {
		margin: 0 auto;
		width: 1200px;
		max-width: 1200px;
	}

	.about_column2 h2 {
		margin: 0 0 20px 15px;
		font-size: 2.0rem;
	}

	.about_column2 h2 span {
		margin: 0 20px 0 0;
		font-size: 3.0rem;
		display: inline;
	}

	.about_column2 p {
		margin: 0 0 50px 0;
		width: 730px;
	}

	.about_column2_box {
		padding: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.about_column2_box h3 {
		margin: 0 70px 0 0;
		width: 300px;
	}

	.about_column2_box > div {
		flex: 1;
	}

	.about_column2_box h4 {
		margin: 0 0 15px 0;
		font-size: 2.4rem;
	}

	.about_column2_box p {
		margin: 0;
		max-width: 560px;
	}

	.about_column2_box .btn_blue {
		flex: inherit;
	}

	.about_column2_box .btn_blue a span {
		padding: 14px 75px 14px 20px;
	}

	.about_column2_box .btn_blue a span:hover {
		animation: 0.2s steps(200) 0.1s normal forwards 1 btn_arrow_about;
	}

}

.about_column3 {
	padding: 50px 15px 20px;
}

.about_column3 h2 {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 500;
}

.about_column3 li {
	margin: 0 0 40px;
}

.about_column3 li:last-child > div {
	display: flex;
	justify-content: center;
}

.about_column3 li figure {
	margin: 0 40px;
}

.about_column3 li h3 {
	margin: 15px 0;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.about_column3 li:last-child h3 {
	text-align: left;
}

.about_column3 p {
	font-size: 1.6rem;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {

	.about_column3 {
		padding: 80px 0;
	}

	.about_column3 h2 {
		margin: 0 0 40px 0;
		font-size: 3.3rem;
	}

	.about_column3 ul {
		margin: 0 auto;
		max-width: 1250px;
		display: flex;
		justify-content: center;
	}

	.about_column3 li {
		margin: 0 25px;
		width: 33.3333%;
	}

	.about_column3 li > div {
		height: 110px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.about_column3 li figure {
		margin: 0;
	}

	.about_column3 li h3 {
		margin: 0;
		font-size: 2.7rem;
	}

}

.about_column4 {
	padding: 50px 30px;
	background: url(../images/about/back2.jpg) no-repeat right -950px center;
	background-size: cover;
}

.about_column4_box {
	padding: 30px;
	background: rgba(255,255,255,0.8);
}

.about_column4_box h3 {
	margin: 0 0 25px 0;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 500;
}

.about_column4_box p {
	margin: 0 0 15px 0;
	line-height: 1.8;
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {

	.about_column4 {
		padding: 80px 0;
		height: 610px;
	background: url(../images/about/back2.jpg) no-repeat center center;
	background-size: cover;
	}

	.about_column4_inner {
		margin: 0 auto;
		max-width: 1366px;
	}

	.about_column4_box {
		padding: 70px 80px 60px;
		max-width: 875px;
	}

	.about_column4_box h3 {
		margin: 0 0 30px 0;
		font-size: 3.0rem;
		line-height: 1.4;
	}

	.about_column4_box p {
		margin: 0 0 10px 0;
	}

}

.about_column5 {
	margin: 0 15px;
	padding: 60px 0;
}

.about_column5_box {
	margin: 0 0 40px 0;
}

.about_column5_box h2 {
	margin: 0 0 25px 0;
	padding: 0 0 0 25px;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 500;
	position: relative;
}

.about_column5_box h2::before {
	margin: auto;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	background: #20B2E4;
	left: 0;
	top: 0;
	bottom: 0;
}

.about_column5_box table {
	width: 100%;
}

.about_column5_box th {
	padding: 10px 8px;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
	white-space: nowrap;
	border-top: 1px solid #20B2E4;
}

.about_column5_box td {
	padding: 10px 5px 10px 10px;
	border-top: 1px solid #CECECE;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.8;
}

.about_column5_box figure {
	margin: 30px 0 0 0;
}

@media screen and (min-width: 768px) {

	.about_column5 {
		margin: 0 auto;
		padding: 140px 0;
		max-width: 1366px;
		display: flex;
		justify-content: space-between;
	}

	.about_column5_box {
		margin: 0;
		width: 625px;
	}

	.about_column5_box h2 {
		margin: 0 0 50px 0;
		padding: 0 0 0 30px;
		font-size: 2.4rem;
	}

	.about_column5_box h2::before {
		width: 22px;
		height: 22px;
	}

	.about_column5_box th {
		padding: 12px 20px 12px 10px;
	}

	.about_column5_box td {
		padding: 12px 20px;
	}

	.about_column5_box figure {
		margin: 95px 0 0 0;
	}

}

/* -----------------
	access
----------------- */

.access_area {
	margin: 0 0 90px;
}

#mastuyama.access_area {
	margin: 0;
}

.entry_1column {
	margin: 0 0 50px;
	padding: 30px 15px;
	background-color: rgba(255,255,255,0.7);
	position: relative;
	z-index: 2;
	text-align: center;
}

.entry_1column h2 {
	margin: 0 0 30px 0;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.3;
}

.access_2column {
	margin: 0 0 30px;
	text-align: left;
}

.access_2column h4 {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
}

.access_2column h4::before {
	margin: auto;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
	bottom: 0;
	background: #20B2E4;
}

.route_btn {
	margin: 0 0 40px 0;
	background: #0062AE;
	display: inline-block;
	font-size: 1.4rem;
	border-radius: 25px;
	width: 100%;
}

.route_btn a {
	padding: 14px 60px 14px 20px;
	color: #fff;
	display: block;
	background: url(../images/common/arrow_white.png) no-repeat right 20px top 14px;
	background-size: 28px;
}

.access_2column p {
	margin: 0 0 20px 0;
	font-size: 1.6rem;
}

.map {
	width: 100%;
	height: 350px;
}

.map iframe {
	width: 100%;
	height: 350px;
}

@media screen and (min-width: 768px) {

	.access_area {
		margin: 0 0 170px;
	}

	.entry_1column {
		margin: 150px auto;
		padding: 70px 85px;
		max-width: 1366px;
	}

	.entry_1column h2 {
		margin: 0 0 70px 0;
		font-size: 3.0rem;
		text-align: left;
	}

	.access_2column {
		margin: 0 0 70px;
		display: flex;
		justify-content: space-between;
	}

	#honsya .access_2column > div {
		width: 550px;
	}

	#mastuyama .access_2column > div {
		width: 420px;
	}

	#mastuyama .access_2column .map_img {
		width: 710px;
	}

	.access_2column h4 {
		margin: 0 0 20px 0;
		padding: 0 0 0 32px;
		font-size: 2.0rem;
	}

	.access_2column h4::before {
		width: 22px;
		height: 22px;
	}

	.route_btn {
		margin: 0 0 50px 0;
		width: auto;
	}

	.map {
		height: 430px;
	}

	.map iframe {
		height: 430px;
	}

}

/* -----------------
	contact
----------------- */

.contact .entry_1column {
	text-align: left;
}

.contact_form h2 {
	margin: 0 0 15px 0;
}

.contact_form p {
	margin: 0 0 30px 0;
	font-size: 1.6rem;
	line-height: 1.8;
}

.contact_column {
	margin: 25px 0;
}

.contact_column h3 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.3;
	border-bottom: 1px solid #CECECE;
}

.contact_column h3 i {
	margin: 0 10px 0 0;
	color: #0062AE;
}

.contact_column .tel_box {
	padding: 25px 30px;
	background: #F6FBFD;
	border: 1px solid #4DC1E9;
	font-size: 1.6rem;
	display: inline-block;
	font-weight: 600;
}

.contact_column .tel_box a {
	margin: 0 0 0 20px;
	font-size: 2.2rem;
}

.contact_column div p {
	margin: 0 0 20px 0;
}

.contact_column .btn_privacy {
	display: inline-block;
	border: 1px solid #6C6969;
}

.contact_column .btn_privacy a {
	padding: 12px 55px 12px 12px;
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	background: url(../images/common/arrow_gray.png) no-repeat right 10px top 12px;
	background-size: 30px auto;
}

@media screen and (min-width: 768px) {

	.contact .entry_1column {
		margin: 70px auto 0;
	}

	.contact_form p {
		margin: 0 0 30px 0;
	}

	.contact_column {
		margin: 50px 0;
	}

	.contact_column h3 {
		font-size: 2.6rem;
	}

	.contact_column > div {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.contact_column div p {
		margin: 0;
	}

	.contact_column .btn_privacy a:hover {
		background: url(../images/common/arrow_gray.png) no-repeat right 20px top 12px;
		background-size: 30px auto;
	}

}

.form_step {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
}

.form_step li {
    padding: 5px 0;
    border: 1px solid #21B2E4;
    background: #F6FBFD;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #0162AE;
    width: calc(33.3333% - 33px);
    position: relative;
}

.form_step li span {
    display: block;
}

.form_step li::before {
    margin: auto;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-left: 10px solid #2B2B2B;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.form_step li:last-child::before {
    display: none;
}

.form_step li.act {
    color: #fff;
    background: #0062AE;
    border: 1px solid #0062AE;
}

@media screen and (min-width: 768px) {

    .form_step {
        margin: 0 0 45px;
    }

    .form_step li {
        padding: 10px 0;
        font-size: 2.0rem;
    }

    .form_step li span {
        padding: 0 15px 0 0;
    }

    .form_step li span {
        display: inline;
    }

}

.contact_form_table {
    margin: 0 0 30px;
    width: 100%;
}

.contact_form_table th {
    padding: 0 0 0 10px;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: left;
    display: block;
    border-left: 5px solid #0062AE;
}

.contact_form_table td {
    padding: 20px 0px 30px;
    font-size: 1.6rem;
    text-align: left;
    display: block;
}

.contact_form_table .require {
    margin: 0 0 0 20px;
    padding: 2px 12px;
    font-size: 1.2rem;
    display: inline-block;
    color: #fff;
    background: #E38E4F;
}

.contact_form_table .tel_require {
	display: none;
}

.contact_form_table label {
    margin: 0 0 20px;
    width: 100%;
}

.contact_form_table .lbl_select {
	margin: 0 40px 10px 0;
}

.contact_form_table input {
    margin: 0;
    padding: 10px;
    border: 1px solid #D5D5D5;
    background: #FAFAFA;
    font-size: 1.6rem;
    width: 100%;
}

.contact_form_table input[type="checkbox"] {
	padding: 5px;
    width: auto;
}

.contact_form_table input[type="radio"] {
	padding: 5px;
    width: auto;
}

.contact_form_table .lb_auto,
.contact_form_table .lb_auto input {
    width: auto;
}

.contact_form_table input[name="company_name"],
.contact_form_table input[name="company_kana"],
.contact_form_table input[name="name"],
.contact_form_table input[name="kana"] {
    width: calc(100% - 80px);
}

.contact_form_table input[name="zip1"],
.contact_form_table input[name="zip2"] {
    width: 80px;
}

.contact_form_table input[type="radio"] {
    width: auto;
}

.contact_form_table select {
    margin: 0 0 20px;
    padding: 5px 0;
    font-size: 1.6rem;
}

.contact_form_table p.input_sample {
    margin: 0;
    font-size: 1.4rem;
}

.contact_form_table .name_title {
    width: 80px;
    display: inline-block;
}

.contact_form_table .address {
    margin: 0 10px 0 0;
    display: inline-block;
}

.contact_form_table .address2 {
    margin: 0 10px 0 0;
    width: 100px;
    display: inline-block;
}

.contact_form_table .ipt_cate {
    margin: 0 0 10px 0;
}

#inquiry {
    padding: 15px;
    height: 150px;
    width: 100%;
    border: 1px solid #D5D5D5;
    background: #FAFAFA;
    font-size: 1.6rem;
}

.contact p.form_attention {
    margin: 0;
    color: #d70035;
    font-weight: 500;
}

.form_btn_box .btn_confirm,
.form_btn_box .btn_send {
    margin: 0 0 40px 0;
    padding: 18px 90px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    border: 1px solid #0162AE;
    background: #0162AE url(../images/common/arrow_white.png) no-repeat right 20px top 20px;
    background-size: 40px auto;
    width: 100%;
    letter-spacing: 0.2em;
}

.form_btn_box .btn_back {
    padding: 18px 30px;
    border: 1px solid #E1E1E1;
    font-size: 2.0rem;
    font-weight: bold;
    background: #E1E1E1 url(../images/common/arrow_left.png) no-repeat 20px center;
    background-size: 22px auto;
    width: 100%;
}


@media screen and (min-width: 768px) {

    .contact_form_table {
        margin: 0 0 90px;
    }

    .contact_form_table th {
        padding: 20px 20px 20px 10px;
        border-top: 1px solid #20B2E4;
        width: 250px;
        display: table-cell;
        border-left: none;
    }

    .contact_form_table td {
        padding: 20px;
        border-top: 1px solid #E0E0E0;
        display: table-cell;
    }

    .contact_form_table label {
        width: auto;
    }

    .contact_form_table input[name="company_name"],
    .contact_form_table input[name="company_kana"],
    .contact_form_table input[name="name"],
    .contact_form_table input[name="kana"],
    .contact_form_table input[name="tel"] {
        width: 300px;
    }

    .contact_form_table .name_title {
        width: 100px;
    }

    .contact_form_table .ipt_email input {
        width: 400px;
    }

	.contact_formSize_2 {
        width: 300px;
	}

	.contact_form_table input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}

	.contact_form_table input[type="radio"] {
		width: 20px;
		height: 20px;
	}

    .contact_form_table .ipt_cate {
        margin: 0 30px 0 0;
    }

    #inquiry {
        width: 550px;
    }

    .form_btn_box {
        display: flex;
        justify-content: center;
        position: relative;
    }

    .form_btn_box .btn_confirm,
    .form_btn_box .btn_send {
        margin: 0;
        padding: 18px 90px;
        transition: all 0.3s ease;
        width: auto;
    }

    .form_btn_box .btn_confirm:hover,
    .form_btn_box .btn_send:hover {
        background: #0162AE url(../images/common/arrow_white.png) no-repeat right 30px top 20px;
        background-size: 40px auto;
        transition: all 0.3s ease;
    }

    .form_btn_box .btn_back {
        transition: all 0.3s ease;
        width: auto;
        position: absolute;
        left: 0;
    }

    .form_btn_box .btn_back:hover {
        border: 1px solid #343434;
        background: #fff url(../images/common/arrow_left.png) no-repeat 20px center;
        background-size: 22px auto;
        transition: all 0.3s ease;
    }

}

/* -----------------
	search
----------------- */

.search_result .no_result {
	padding: 20px 20px 40px;
	font-size: 1.8rem;
}

.search_result .entry_article {
	margin: 20px;
	position: relative;
}

.search_result .entry_article a {
	display: block;
}

@media screen and (min-width: 768px) {

	.search_result .no_result {
		padding: 20px 40px;
		font-size: 2.2rem;
	}

	.search_result .entry_article {
		margin: 0 4.5% 40px;
	}

}

/* -----------------
	footer
----------------- */

.footer {
	padding: 40px 0 70px 20px;
	width: 100%;
	color: #Fff;
	position: relative;
	background: #0062AE url(../images/common/footer_logo.png) no-repeat right top;
	background-size: auto 70%;
}

.footer_logo {
	font-size: 1.6rem;
	font-weight: 200;
	font-size: 1.8rem;
}

.footer_logo span {
	margin: 0 0 0 5px;
	font-size: 1.8rem;
	font-weight: 500;
}

.footer address {
	margin: 25px 0 30px 0;
}

.footer address li {
	margin: 0 0 30px 0;
	font-size: 1.3rem;
	font-weight: 200;
}

.footer address li a {
	color: #fff;
}

.footer address li div {
	margin: 0 0 3px 0;
}

.footer address .company_area {
	margin: 0 0 8px 0;
	font-weight: 500;
	font-size: 1.4rem;
}

.copyright {
	font-size: 1.0rem;
	letter-spacing: 0.2em;
}

.footer_link {
	margin: 0 0 30px 0;
	display: flex;
}

.footer_link li {
	margin: 0 40px 0 0;
}

.footer_link li a {
	color: #fff;
}

#up {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
}

#up a {
	padding: 55px 0 0 0;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: 200;
}

#up a::before {
	margin: auto;
	position: absolute;
	content: '';
	top: -10px;
	left: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: url(../images/common/arrow_white.png) no-repeat center center;
	background-size: 32px auto;
	transform: rotate(-90deg);
}

.sp_contact_btn {
	position: fixed;
	bottom: -44px;
	width: 100%;
	z-index: 9;
	transition: all 0.3s ease 0s;
}

.scroll_up .sp_contact_btn {
	bottom: 0;
	transition: all 0.3s ease 0s;
}

.sp_contact_btn ul {
	display: flex;
}

.sp_contact_btn li {
	width: 50%;
	background: #20B2E4;
	height: 44px;
}

.sp_contact_btn li:first-child {
	border-right: 1px solid #fff;
}

.sp_contact_btn li a {
	padding: 12px 0;
	color: #fff;
	display: block;
	text-align: center;
}

.sp_contact_btn li i {
	padding: 0 5px 0 0;
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {

	.footer {
		padding: 60px 0 50px 50px;
		background: #0062AE url(../images/common/footer_logo.png) no-repeat right center;
		background-size: auto 100%;
		width: 100%;
		min-width: calc(1000px + 3.5%);
/*		min-width: 1400px;*/
		min-width: 1280px;
	}

	.footer address ul {
		display: flex;
	}

	.footer address li {
		margin: 0 50px 0 0;
	}

	.footer_bottom {
		display: flex;
		align-items: center;
	}

	.copyright {
		margin: 0 80px 0 0;
		order: 1;
	}

	.footer_link {
	margin: 0;
		order: 2;
	}

	.footer_link li {
		margin: 0 50px 0 0;
	}

	.sp_contact_btn {
		display: none;
	}

}

/* -----------------------
　　　keyframes
----------------------- */

@keyframes gnavi_sub_arrow {
	0%{
		background-position: left 8px top 19px;
	}
	10%{
		background-position: left 15px top 19px;
	}
	100%{
		background-position: left 20px top 19px;
	}
}

@keyframes list_arrow {
	0%{
		background-position: right 50px top 20px;
	}
	10%{
		background-position: right 40px top 20px;
	}
	100%{
		background-position: right 20px top 20px;
	}
}

@keyframes cate_btn_arrow {
	0%{
		background-position: right 30px top 9px;
	}
	10%{
		background-position: right 20px top 9px;
	}
	100%{
		background-position: right 12px top 9px;
	}
}

@keyframes link_btn_arrow {
	0%{
		background-position: right 30px top 15px;
	}
	10%{
		background-position: right 20px top 15px;
	}
	100%{
		background-position: right 10px top 15px;
	}
}

@keyframes link_btn_arrow_big {
	0%{
		background-position: right 40px top 23px;
	}
	10%{
		background-position: right 30px top 23px;
	}
	100%{
		background-position: right 10px top 23px;
	}
}

@keyframes btn_arrow {
	0%{
		background-position: right 45px top 19px;
	}
	10%{
		background-position: right 40px top 19px;
	}
	100%{
		background-position: right 20px top 19px;
	}
}

@keyframes btn_arrow_blog {
	0%{
		background-position: right 35px top 10px;
	}
	10%{
		background-position: right 30px top 10px;
	}
	100%{
		background-position: right 20px top 10px;
	}
}

@keyframes btn_arrow_about {
	0%{
		background-position: right 45px top 17px;
	}
	10%{
		background-position: right 40px top 17px;
	}
	100%{
		background-position: right 20px top 17px;
	}
}
@keyframes top_work_btn_arrow {
	0%{
		background-position: right 45px top 30px;
	}
	10%{
		background-position: right 40px top 30px;
	}
	100%{
		background-position: right 20px top 30px;
	}
}

/* -----------------------
　　　404
----------------------- */

#wrapper_404 {
	margin: 10px;
	width: auto;
    background-color: #fff;
    background-image: none;
}

#box_404 {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
}

.inner_left404 {
    margin-right: 0;
    margin-bottom: 20px;
	text-align: center;
}

.inner_left404 img {
	width: 200px;
}

.inner_right404 {
    font-size: 1.4rem;
}

.inner_right404 h1 {
    font-size: 2.0rem;
    margin-bottom: 20px;
	text-align: center;
}

.inner_right404 p {
    margin-bottom: 10px;
}

.inner_right404 p a {
	text-decoration: underline;
	color: #222;
}

#copyright_404 {
    display: block;
    margin-top: 10px;
}


@media screen and (min-width: 768px) {

	#notfound {
	    padding-top: 50px;
	}

	#wrapper_404 {
		margin: 0 auto;
		width: 980px;
	}

	#box_404 {
		padding: 40px 5px 20px 40px;
		overflow: hidden;
	}

	.inner_left404 {
	    margin-right: 50px;
	    margin-bottom: 0;
	    float: left;
	    text-align: left;
	}

	.inner_left404 img {
		margin: 0 auto;
		width: 175px;
		text-align: center;
	}

	.inner_right404 {
	    float: left;
	    text-align: left;
	    font-size: 16px;
	}

	.inner_right404 h1 {
	    font-size: 24px;
	    margin-bottom: 20px;
	    text-align: left;
	}

}

#adminBox .acms-admin-btn-admin {
	padding: 5px;
	font-size: 1.2rem;
}

#adminBox {
    margin-bottom: 0 !important;
    height: 120px;
    position: fixed;
    width: 100%;
    z-index: 5;
}

.acms-admin-btn-action-group th,
.acms-admin-btn-action-group td {
	padding-right: 10px !important;
	background-image: none !important;
	font-size: 1.4rem !important;
	white-space: nowrap !important;
}

.acms-admin-form .entryFormLiteEditor, .acms-admin-form textarea,
.acms-admin-btn,
.acms-admin-form select {
	font-size: 14px;
}

@media screen and (min-width: 768px) {

	#adminBox .acms-admin-btn-admin {
		padding: 10px;
		font-size: 1.2rem;
	}

	#adminBox {
	    height: 85px;
	}

}

.titleWrapper {
	padding: 40px 60px 10px;
	background-color: #f7f7f7;
}

.titleWrapper h2 {
	margin: 0 0 30px 0;
	font-size: 3.0rem;
}

.custom_field_edit h3 {
	padding: 20px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
