/*
Template:twentytwenty
 Theme Name:twentytwenty_child
 Description:twentytwenty ã®å­ãƒ†ãƒ¼ãƒžã§ã™
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

.pc { display: none; }
.sp { display: block; }

@media screen and ( min-width: 768px ) {
	.pc { display: block; }
	.sp { display: none; }
	.pagetop {
		right: 10px;
	    bottom: 10px;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    cursor: pointer;
	    color: #fff;
	    font-size: 20px;
	    text-align: center;
	    /* display: none; */
	    background: none;
	    position: fixed;
	    z-index: 9999;
	    text-indent: -9999px;
	    border: 2px solid #ce501d;
	    border-radius: 50%;
	    opacity: 0;
	    transition: opacity .3s ease-in-out;
	    transform: translateZ(0);
	}
	.pagetop.show {
		opacity: 1;
	}
	.pagetop:after {
		content: "";
	    width: 19px;
	    height: 12px;
	    background: url(./images/up.png) no-repeat;
	    background-size: cover;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    top: 15px;
	}
}
.alignnone, .aligncenter {
	margin: 0;
}
img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
ul {
	list-style-type: none;
	margin: 0;
}
li {
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none !important;
}
a:hover {
	opacity: 0.7 !important;
}
a:hover * {
	opacity: 0.7 !important;
}

.red {
	color: rgb(206, 80, 29);
}
.red_b {
	background: rgb(206, 80, 29);
}
.blue {
	color: rgb(16, 9, 102);
}
.blue_b {
	background: rgb(16, 9, 102);
}

.more {
	text-align: center;
	margin: 30px 0;
}
.more a {
	color: white;
	background: rgb(206, 80, 29);
	font-size: 16px;
	padding: 10px 30px;
}

body {
	background: #000;
	color: #fff;
	font-family: "Noto Sans JP", Roboto, "Droid Sans", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, arial, sans-serif;
	line-height: 1.6;
}

@media screen and ( min-width: 768px ) {
.more {
	text-align: right;
}
}

/*	ãƒ˜ãƒƒãƒ€ãƒ¼	*/

#site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #000;
	z-index: 100;
	border-top: 5px solid rgb(206, 80, 29);
}
#site-header .header-inner {
	padding: 0;
	position: relative;
}
.admin-bar #site-header { top: 46px !important; }

.header-titles-wrapper {
	padding: 0;
	display: block;
	text-align: left;
}
.search-toggle {
	display: none !important;
}
.nav-toggle {
	outline: none;
}
.toggle-inner .toggle-text {
	display: none;
}
.header-titles {
	display: inline-block;
	margin-top: 19px;
}
.header-titles img {
	height: 40px;
	width: auto;
	margin: 0;
}
.pc_menu {
	display: block;
	position: absolute;
	top: 0px;
	height: 80px;
	color: white;
}
.pc_menu a {
	color: white;
	display: flex;
	align-items: center;
    height: 80px;
}
.pc_menu img {
	width: 32px;
}
.pc_menu span {
	display: none;
}
.pc_menu_contact {
	right: 60px;
	width: 40px;
	background: rgb(206, 80, 29);
}
.pc_menu_estimate {
	right: 80px;
	width: 40px;
	background: rgb(206, 80, 29);
}
@media screen and ( min-width: 1000px ) {
	.toggle-inner {
	}
	.header-inner .nav-toggle {
		display: flex !important;
		height: unset;
		padding: 0 2rem;
		position: absolute;
		bottom: 0;
		left: unset;
		right: 2rem;
		top: 0;
		width: unset;
	}
	.header-navigation-wrapper {
		display: none;
	}
	.toggle-inner .toggle-text {
		left: -8px;
		top: calc(100% + 0.5rem);
	}
	.toggle-inner {
		position: absolute;
	}
	.search-modal {
		display: none;
	}
}
@media screen and ( min-width: 768px ) {
	.header-inner .toggle {
		display: none !important;
	}
	.header-titles-wrapper {
		margin: 0;
	}
	.header-titles {
		margin: 9px 0 0 0;
	}
	.header-titles img {
		height: 60px;
	}
	.pc_menu {
		display: block;
		position: absolute;
		top: 0px;
		height: 24px;
		color: white;
	}
	.pc_menu a {
		display: block;
	}
	.pc_menu img {
		display: inline-block;
		width: 16px;
	}
	.pc_menu span {
		display: inline-block;
		font-size: 14px;
		height: 16px;
		vertical-align: 3px;
	}
	.pc_menu_contact {
		right: 100px;
		width: 130px;
		border-bottom-left-radius: 10px;
		border-right: none;
	}
	.pc_menu_contact img {
		margin: 4px 5px 0 14px;
	}
	.pc_menu_estimate {
		right: 0px;
		width: 100px;
		background: rgb(16, 9, 102);
		border-bottom-right-radius: 10px;
	}
	.pc_menu_estimate img {
		margin: 4px 5px 0 8px;
	}
	.header-navigation-wrapper {
		display: block;
		height: 50px;
		margin: 40px 0 0 0;
	}
}

@media screen and ( min-width: 768px ) {
	.primary-menu li {
		margin-left: 50px;
	}
	.primary-menu a {
		height: 50px;
		font-size: 18px;
	}
	.primary-menu a:hover {
		border-bottom: 4px solid rgb(206, 80, 29);;
	}
	.primary-menu a span {
		display: block;
		text-align: center;
		font-size: 12px;
		margin-top: 4px;
	}
	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
		display: none;
	}
}

.mobile-menu .logo img {
	height: 40px;
	width: auto;
	margin: 0;
}
.mobile-menu li span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 8px;
}
.mobile-menu .contact {
	display: block;
	height: 60px;
	padding: 10px;
	text-align: center;
}
.mobile-menu .contact a {
	display: inline-block;
	height: 40px;
	width: auto;
	padding: 8px 20px;
	background: rgb(206, 80, 29);
	border-radius: 10px;
}
.mobile-menu .contact img {
	display: inline-block;
	width: 30px;
	margin-top: -2px;
}
.mobile-menu .contact span {
	color: white;
	font-size: 20px;
	vertical-align: 8px;
}
.mobile-menu .estimate {
	display: block;
	height: 60px;
	padding: 10px;
	text-align: center;
}
.mobile-menu .estimate a {
	display: inline-block;
	height: 40px;
	width: auto;
	padding: 8px 20px;
	background: rgb(16, 9, 102);
	border-radius: 10px;
}
.mobile-menu .estimate img {
	display: inline-block;
	width: 30px;
	margin-top: -2px;
}
.mobile-menu .estimate span {
	color: white;
	font-size: 20px;
	vertical-align: 8px;
}
@media screen and ( min-width: 700px ) {
	.mobile-menu > li > a,
	.mobile-menu > li > .ancestor-wrapper > a.mobile-menu li a {
		padding: 10px;
	}
}
@media screen and ( min-width: 1000px ) {
	.mobile-menu {
		display: block;
	}
}
@media screen and ( min-width: 768px ) {
	.mobile-menu {
		display: none;
	}
}

#site-content {
	margin-top: 84px;
}
.admin-bar #site-content {
	margin-top: 84px;
}
#site-content article {
}

@media screen and ( min-width: 782px ) {
	.admin-bar #site-header { top: 32px !important; }
}
@media screen and ( min-width: 768px ) {
	#site-header .header-inner {
		max-width: 1000px;
	}
}

.search-toggle {
	display: none !important;
}

#wpadminbar {
	position: fixed;
	top: 0;
}

/*	åˆæœŸã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒ•ã‚§ãƒ¼ãƒ‰ã‚¤ãƒ³	*/
.fadein, .initfadein {
	opacity : 0;
	transition: all 1s;
}

.bx-wrapper {
	border: none;
	margin: 0;
	box-shadow: none;
	background: #000;
}
.bx-wrapper li {
	margin: 0;
}

#top_image {
	position: relative;
	height: 67vw;
	width: 100%;
	overflow: hidden;
}
#top_image .img {
	display: flex !important;
	justify-content: center;
	align-items: flex-start;
	height: 67vw;
	width: 100%;
	overflow: hidden;
	background: #000;
}
#top_image img {
	height: 100%;
	width: auto;
	max-width: none;
}
#top_image .text {
	position: absolute;
	bottom: 5vh;
	left: 5vw;
	padding: 10px;
	background: rgba(0,0,0,0.7);
}
#top_image .title {
	margin-bottom: 20px;
	color: white;
	font-weight: bold;
	font-size: 25px;
}
#top_image .description {
	color: white;
	font-size: 12px;
}
@media screen and ( min-width: 768px ) {
	.admin-bar #top_image { 
		height: calc(100vh - 130px);
	}
	.admin-bar #top_image .img { 
		height: calc(100vh - 130px);
	}
	#top_image .text {
		top: 30vh;
		bottom: auto;
		left: 10vw;
		padding: 40px;
	}
	#top_image .title {
		font-size: 60px;
	}
	#top_image .description {
		font-size: 25px;
	}
}
@media screen and ( min-width: 782px ) {
	.admin-bar #top_image {
		height: calc(100vh - 116px);
	}
	.admin-bar #top_image .img { 
		height: calc(100vh - 116px);
	}
}

/*	HOME news	*/
body.front_page .news h2 {
	margin: 0 auto;
	padding: 20px 0 10px 0;
	border: none;
	text-align: center;
	font-size: 30px;
	border-bottom: 2px solid #888;
}
body.front_page .news h2 div {
	display:none;
}
body.front_page .news ul {
	padding: 0;
}
body.front_page .news li {
	margin: 0 auto;
	border-bottom: 1px dashed #fff;
}
body.front_page .news .new {
	display: none;
}
body.front_page .news .time {
	margin-top: 8px;
}
body.front_page .news .title {
	margin-bottom: 8px;
}
@media screen and ( min-width: 768px ) {
	body.front_page .news .inner {
		display: flex;
	}
	body.front_page .news h2 {
		width: 300px;
		font-size: 35px;
		border: none;
		border-right: 1px solid #fff;
		padding: 5px 0 0 0;
	}
	body.front_page .news h2 .line {
		display: block;
		width: 80px;
		margin: 10px auto 15px auto;

		border-bottom: 1px solid #888;
	}
	body.front_page .news h2 .lower {
		display: block;
		font-size: 25px;
		color: 
	}
	body.front_page .news ul {
		width: 100%;
		padding: 0 50px;
	}
	body.front_page .news .new {
		display: inline-block;
	}
	body.front_page .news .time {
		display: inline-block;
		margin-right: 20px;
	}
	body.front_page .news .title {
		display: inline-block;
	}
}

/*	HOME about	*/
body.front_page .about {
	border-top: 1px solid #888;
}
body.front_page .about h2 {
	font-size: 26px;
	border: none;
}
body.front_page .about .other,
body.front_page .about .left .img {
	display: none;
}
@media screen and ( min-width: 768px ) {
	body.front_page .about h2 {
		font-size: 35px;
	}
	body.front_page .about .wp-spaios-slider-wrap {
		display: none;
	}
	body.front_page .about .about_wrap {
		display: flex;
	}
	body.front_page .about .right {
		width: 67%;
	}
	body.front_page .about .other {
		display: flex;
		margin-bottom: 30px;
		justify-content: space-between;
		align-items: center;
	}
	body.front_page .about .other img {
		width: 48%;
		margin: 0;
	}
	body.front_page .about .left {
		display: block;
		width: 33%;
	}
	body.front_page .about .left .img {
		display: block;
	}
}

/*	HOME service	*/
body.front_page .service {
	border-top: 1px solid #888;
}
body.front_page .service h2 {
	font-size: 26px;
	border: none;
}
@media screen and ( min-width: 768px ) {
	body.front_page .service .sp {
		display: none;
	}
	body.front_page .service .pc {
		display: flex;
	}
	body.front_page .service .left {
		width: 50%;
	}
	body.front_page .service .right {
		width: 50%;
	}
	body.front_page .service .custom-thumb {
		display: table;
		width: 100%;
	}
	body.front_page .service .custom-thumb a {
		display: table-cell;
		border: 5px solid transparent;
		border-top: 10px solid transparent;
	}
	body.front_page .service .custom-thumb a:first-of-type {
		border-left: none;
	}
	body.front_page .service .custom-thumb a:last-of-type {
		border-right: none;
	}
	body.front_page .service .custom-thumb img {
		display: block;
		width: 100%; 
	}
}

/*	HOME work	*/
body.front_page .work {
	background: #282828;
}
body.front_page .work h2 {
	font-size: 18px;
	border: none;
	text-align:center;
}
body.front_page .work h2 > div:first-child {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #888;
	letter-spacing: 1px;
}
body.front_page .work h2 > div:last-child {
	margin-top: 8px;
}
body.front_page .work h2 .red {
	font-size: 50px;
}

.work_slider_wrap .bx-wrapper {
	box-shadow: none;
	border: none;
	background: none;
}
.work_slider_wrap li {
	margin: 0;
}
.work_slider_wrap .img {
	margin: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
	height: 300px;
	overflow: hidden;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.work_slider_wrap img {
	height: 300px;
	width: auto;
	max-width: none;
}
.work_slider_wrap .title {
	text-align: center;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
}

body.front_page .work_next {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #282828 transparent transparent transparent;
}

.work .right {
	display: none;
}
.work .title {
	text-align: center;
	margin-top: 10px;
}

@media screen and ( min-width: 768px ) {
	body.front_page .work {
		display: flex;
		padding: 50px 0;
	}
	body.front_page .work .inner {
		display: flex;
	}
	.work_slider_wrap {
		display: none;
	}
	.work .first {
		width: 200px;
		text-align: left;
	}
	body.front_page .work .first h2 {
		text-align: left;
	}
	.work .first h2 div:last-child {
		padding: 10px;
		line-height: 40px;
	}
	.work .more {
		text-align: left;
	}
	.work .right {
		display: block;
		width: 250px;
		margin-left: 20px;
	}
	.work .right .img {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 250px;
		overflow: hidden;
	}
	.work .right img {
		height: 100%;
		width: auto;
		max-width: unset;
	}

	/*popup css */
	.popup-btn {
		cursor: pointer;
		transition: opacity 0.3s ease-in-out
	}
	.popup-btn:hover {
		opacity: .8;
	}
	.popup {
		position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
		visibility: hidden;
	}
	.popup .works {
	    position: relative;
	    display: flex;
	    align-items: center;
	    margin: 0 auto;
	    text-align: left;
	    height: 100%;
	}
	.popup .works ul {
	    position: relative;
	    background: #000;
	    padding: 25px;
	    width: 50%;
	    margin: 0 auto;
	    opacity: 0;
	    transition: all 0.2s ease-in-out;
	    transform: scale(0.8);
	}
	.popup .works ul li {
		display: none;
	}

	.popup .works ul li div:last-child {
		margin-bottom: 0;
	}
	.popup.open .works ul {
	    opacity: 1;
    	transform: scale(1);
	}
	.popup .works ul li.active_content {
	    display: block;
	}
	.popup .works h3 {
		margin-top: 0;
	}
	.overlay {
		width: 100%;
	    height: 100%;
	    background: #0b0b0b;
	    opacity: 0;
	    transition: opacity 0.3s ease-out;
	}
	.popup.open {
	    visibility: visible;
	    z-index: 999;
	}
	.popup_inner {
	    text-align: center;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	    left: 0;
	    top: 0;
	    padding: 0 8px;
	    box-sizing: border-box;
	}
	.popup.open .popup_inner {
		opacity: 1;
    	visibility: visible;
	}
	.popup.open .overlay {
	    opacity: 0.8;
	}

}

/*	HOME feedback	*/
body.front_page .feedback h2 {
	width: 95%;
	margin: 0 auto;
	font-size: 30px;
	border: none;
	padding: 20px 0 10px 0;
	text-align:center;
}
body.front_page .feedback div span.pc {
	display: none;
}
body.front_page .feedback .img {
	width: 100%;
}
body.front_page .feedback .text {
	display: block;
	padding-top: 10px;
	border-top: 1px dashed #888;
}
@media screen and ( min-width: 768px ) {
	body.front_page .feedback div span.sp {
		display: none;
	}
	body.front_page .feedback div span.pc {
		display: flex;
	}
	body.front_page .feedback .left {
		width: 40%;
	}
	body.front_page .feedback .right {
		width: 60%;
	}

}

/*	HOME recruit	*/
body.front_page .recruit {
	overflow: hidden;
	padding: 0;
	background: #282828;
}
body.front_page .recruit h2 {
	font-size: 26px;
	border: none;
	padding: 20px 0 10px 0;
	text-align: left;
}
body.front_page .recruit .img img {
	max-width: 300px;
}
@media screen and ( min-width: 768px ) {
	body.front_page .recruit .pc {
		display: flex;
		align-items: flex-start;
	}
	body.front_page .recruit .left {
		width: 70%;
	}
	.recruit .img {
		width: 30%;
	}
}
@media screen and ( max-width: 767px ) {
	body.front_page .recruit {
		padding-bottom: 20px;
	}
}

/*	page/archive	*/
body.under_page section,
body.archive section {
	margin: 0;
	padding: 50px 0;
	border-top: 1px solid #ccc;
}
body.under_page h2,
body.archive h2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 1px;
	color: rgb(206, 80, 29);
}
body.under_page h2 span,
body.archive h2 span {
	display: block;
	margin-top: 15px;
	font-size: 15px;
}
body.under_page p,
body.archive p {
	font-size: 16px;
	letter-spacing: 1px;
}
@media screen and ( min-width: 768px ) {
	body.under_page section,
	body.archive section {
		padding: 70px 0;
	}
	body.under_page h2,
	body.archive h2 {
		margin: 0 0 40px 0;
		font-size: 40px;
	}
	body.under_page p,
	body.archive p {
		font-size: 24px;
		letter-spacing: 2px;
	}
	body.under_page .text.waku,
	body.archive .text.waku {
		position: relative;
		padding: 40px;
	}
	body.under_page .text.waku:before,
	body.archive .text.waku:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 30px 0 0;
		border-color: rgb(206, 80, 29) transparent transparent transparent;
	}
	body.under_page .text.waku:after,
	body.archive .text.waku:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 30px 30px;
		border-color: transparent transparent rgb(206, 80, 29) transparent;
	}
}

.wp-pagenavi {
	text-align: center;
	margin: 0 0 60px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	color: rgb(206, 80, 29);
	border: 1px solid rgb(206, 80, 29);
	text-decoration: none;
	width: 30px;
	height: 30px;
	margin: 0 10px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border: 1px solid rgb(206, 80, 29);
}

/*	about page	*/
body.under_page .about_table {
	margin: 0;
	border: none;
}
body.under_page .about_table tr {
	border: none;
	vertical-align: top;
}
body.under_page .about_table th {
	border: none;
	padding: 10px 5px;
	width: 100px;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: justify;
}
body.under_page .about_table th:after{
	content: "";
    display: inline-block;
    width: 100%;
}
body.under_page .about_table td {
	border: none;
	padding: 10px 0px;
	font-size: 16px;
	letter-spacing: 1px;
}
body.under_page .about_table td a{
	text-decoration: underline !important;
	color: #53BDD0;
}
body.under_page .about_table td a:hover{
	text-decoration: none;
}
@media screen and ( min-width: 768px ) {
	body.under_page .about_table th {
		padding: 15px 50px;
		width: 22%;
		font-size: 20px;
	}
	body.under_page .about_table td {
		padding: 15px 0px;
		font-size: 18px;
	}
	.about_vision p{
		margin-bottom: 0;
	}
}

/*	service page */
.service_midashi {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.service_content {
	padding: 50px 0;
	background: url(./images/main.jpg) no-repeat center center;
	background-size: cover;
}

body.under_page .service_2 {
	border-top: none;
}

body.under_page .service_intro {
	padding-bottom: 0;
}

body.under_page .service_2 .text p {
	font-size: 16px;
}
body.under_page .service_2 .text h3 {
	font-size: 20px;
}
body.under_page .service_2 .upper {
	margin-bottom: 80px;
}

body.under_page .service_2 .img video{
	border-bottom: 3px solid #ce501d;
}

.servicebot {
	padding: 50px 0;
	background: #171515;
}



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

	.service_midashi {
		font-size: 36px;
		letter-spacing: 2px;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.service_content {
		padding: 70px 0;
		
	}

	.service_content .inner {
		padding: 0 60px;
	}

	body.under_page .service_content p{
		font-size: 22px;
	}
	body.under_page .service_2 .img {
		width: 50%;
		
	}
	
	body.under_page .service_2 .text {
		width: 50%;
		padding: 0 40px;
	}
	body.under_page .service_2 .text p {
		font-size: 18px;
		line-height: 1.8;
	}
	body.under_page .service_2 .text h3 {
		font-size: 35px;
		margin-top: 0;
	}
	body.under_page .service_2 .upper {
		display: flex;
		margin-bottom: 0;
		padding-bottom: 70px;
		align-items: center;
	}
	body.under_page .service_2 .upper .img {
		order: 3;
	}
	body.under_page .service_2 .lower {
		display: flex;
		align-items: center;
	}
	.servicebot {
		padding: 70px 0;
	}
}


/*	work archive */
body.archive .work_list {
	width: 95%;
	margin: 0 auto;
}
body.archive .work_list li {
	max-width: 600px;
	margin: 0 auto 40px auto;
}
body.archive .work_list .title {
	color: rgb(206, 80, 29);
	font-size: 30px;
	padding: 20px;
}

@media screen and ( min-width: 768px ) {
	body.archive .work_list {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto 80px auto;
	}
	body.archive .work_list li {
		width: 31%;
		margin: 0 1% 60px 1%;
	}
	body.archive .work_list .title {
		font-size: 40px;
		padding: 30px;
		position: relative;
	}
	body.archive .work_list .title:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 30px 30px;
		border-color: transparent transparent rgb(206, 80, 29) transparent;
	}
}


/*	feedback archive */
body.archive .feedback_headline {
	border-bottom: 2px solid rgb(206, 80, 29);
	margin: 0 auto;
}
body.archive .feedback_headline .pre_title {
	display: inline-block;
	background: rgb(206, 80, 29);
	color: white;
	font-size: 14px;
	margin: 0 12px 0 0;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
body.archive .feedback_headline .pre_title span:first-child {
	margin-right; 8px;
}

body.archive .feedback_headline .title {
	display: inline-block;
	height: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	margin: 0;
    vertical-align: middle;
}
body.archive .feedback_block {
	margin: 20px auto 40px auto;
}
body.archive .feedback_block .text {
	margin-bottom: 10px;
}
body.archive .feedback_block .text p {
	font-size: 16px;
}
body.archive .feedback_block .img {
	max-width: 600px;
	margin: 0 auto;
}
@media screen and ( min-width: 768px ) {
	body.archive .feedback_headline {
		margin: 0 auto 80px auto;
	}
	body.archive .feedback_list {
		margin: 0 auto 80px auto;
	}
	body.archive .feedback_headline .pre_title {
		margin: 0 24px 0 0;
		font-size: 18px;
		width: 200px;
		height: 80px;
		line-height: 78px;
	}
	body.archive .feedback_headline .pre_title span:first-child {
		margin-right; 12px;
	}
	body.archive .feedback_headline .title {
		height: 80px;
		font-size: 30px;
		line-height: 80px;
		margin: 0;
	}
	body.archive .feedback_block {
		margin: 40px auto 80px auto;
		display: flex;
	}
	body.archive .feedback_block .text {
		width: 55%;
		padding: 40px;
		margin: 0 5% 0 0;
		position: relative;
	}
	body.archive .feedback_block .text:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 30px 0 0;
		border-color: rgb(206, 80, 29) transparent transparent transparent;
	}
	body.archive .feedback_block .text:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 30px 30px;
		border-color: transparent transparent rgb(206, 80, 29) transparent;
	}
	body.archive .feedback_block .text p {
		font-size: 18px;
		line-height: 35px;
		letter-spacing: 1px;
	}
	body.archive .feedback_block .img {
		width: 45%;
	}
}

/*	recruit page */
body.under_page .recruit_introduction,
body.under_page .recruit_interview,
body.under_page .recruit_recruit {
	border: none;
}
.environment_content {
	padding: 70px 0;
	background: url(./images/recruit_bg.jpg) no-repeat;
	background-size: cover;
}

.environment_content dl {
	display: flex;
}
.environment_content dl dd {
	margin-top: 0;
	font-size: 18px;
}
.environment_content dl dt {
	font-size: 18px;
	font-weight: normal;
	min-width: 100px;
}

body.under_page .recruit_message {
	background: #191717;
}

body.under_page .recruit_environment h2 span,
body.under_page .recruit_introduction h2 span,
body.under_page .recruit_interview h2 span,
body.under_page .recruit_recruit h2 span {
	color: #fff;
}
body.under_page .recruit_introduction .text {
	margin: 20px 0 50px 0;
}
body.under_page .recruit_interview .text h3 {
	font-size: 18px;
	color: rgb(206, 80, 29);
}
body.under_page .recruit_interview img {
	max-width: 600px;
	margin: 0 auto;
}
body.under_page .recruit_recruit {
	text-align: center;
	background: url(./images/billblack.jpg) no-repeat ;
	background-size: cover;
}
body.under_page .recruit_recruit .item {
	font-size: 20px;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
body.under_page .recruit_recruit .back_w {
	border: 1px solid rgb(206, 80, 29);
}
body.under_page .recruit_recruit .back_r {
	color: white;
	background: rgb(206, 80, 29);
}
body.under_page .recruit_recruit .arrow {
	margin: 20px 0;
	text-align: center;
}
body.under_page .recruit_recruit img {
	width: 20px;
}
body.under_page .recruit_recruit .entry {
	margin: 80px 0 50px 0;
	text-align: center;
}
body.under_page .recruit_recruit .entry a {
	display: inline-block;
	font-size: 20px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: white;
	background: rgb(206, 80, 29);
}

@media screen and ( min-width: 768px ) {
	body.under_page .recruit_environment h2 span,
	body.under_page .recruit_introduction h2 span,
	body.under_page .recruit_interview h2 span,
	body.under_page .recruit_recruit h2 span {
		font-size: 22px;
	}
	body.under_page .recruit_interview .block {
		display: flex;
		margin-bottom: 50px;
	}
	body.under_page .recruit_introduction .text {
		margin: 50px 0 100px 0;
	}
	body.under_page .recruit_interview .text h3 {
		font-size: 24px;
		color: rgb(206, 80, 29);
	}
	body.under_page .recruit_environment .text p,
	body.under_page .recruit_introduction .text p,
	body.under_page .recruit_interview .text p {
		font-size: 18px;
		letter-spacing: 1px;
	}
	body.under_page .recruit_environment .text p span.big_txt,
	body.under_page .recruit_introduction .text p span.big_txt,
	body.under_page .recruit_interview .text p span.big_txt {
		font-size: 20px;
		font-weight: bold;
	}
	body.under_page .recruit_interview .img {
		width: 35%;
	}
	body.under_page .recruit_recruit .item {
		font-size: 30px;
		height: 100px;
		line-height: 100px;
	}
	body.under_page .recruit_recruit .arrow {
		margin: 30px 0;
		text-align: center;
	}
	body.under_page .recruit_recruit img {
		width: 30px;
	}
	body.under_page .recruit_recruit .entry {
		margin: 150px 0 100px 0;
	}
	body.under_page .recruit_recruit .entry a {
		font-size: 30px;
		max-width: 500px;
		height: 100px;
		line-height: 100px;
	}

}

/*privacy page*/

body.under_page .privacy p{
	font-size: 16px;
}

body.under_page .privacy .inner{
	padding-top: 50px;
	/*padding-bottom: 70px;*/
}

@media screen and ( min-width: 768px ) {
	body.under_page .privacy p{
		font-size: 18px;
	}
	body.under_page .privacy .inner{
		padding-top: 70px;
	/*padding-bottom: 70px;*/
	}
}




/*	ãŠå•ã„åˆã‚ã›	*/
body.under_page .contact {
	border: none;
	padding: 0 0 100px 0;
}
body.under_page .coutact_mess {
	text-align: center;
	font-size: 16px;
	margin-bottom: 8%;
}
body.under_page .progress {
	display: flex;
	margin-bottom: 8%;
	border-top: 3px solid rgb(206, 80, 29);
}
body.under_page .progress > div {
	display: flex;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	height: 80px;
	color: #333;
	background: white;
	justify-content: center;
	align-items: center;
}
body.under_page .mw_wp_form_input .progress .d01 {
	color: white;
	background: rgb(206, 80, 29);
}
body.under_page .mw_wp_form_input input[type="text"],
body.under_page .mw_wp_form_input textarea,
body.under_page .mw_wp_form_input select {
	padding: 10px;
	font-size: 16px;
}
body.under_page .mwform-tel-field {
	display: block;
}
body.under_page .mwform-tel-field input {
	width: 30%;
	max-width: 100px;
}
body.under_page .mw_wp_form_confirm .progress .d02 {
	color: white;
	background: rgb(206, 80, 29);
}
body.under_page .mw_wp_form_complete .progress .d03 {
	color: white;
	background: rgb(206, 80, 29);
}
body.under_page .mw_wp_form_complete p {
	margin-bottom: 10%;
	text-align: center;
}
body.under_page .table,
body.under_page .table tr,
body.under_page .table th,
body.under_page .table td {
	border: none;
	vertical-align: top;
}
body.under_page .table span.required {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	padding: 5px 10px;
	color: white;
	background: rgb(206, 80, 29);
}

body.under_page .submit {
	text-align: center;
}

body.under_page .submit a {
	padding: 1.1em 1.44em;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	background: rgb(206, 80, 29);
}

body.under_page .submit input,
button {
	background: rgb(206, 80, 29);
}

@media screen and ( min-width: 768px ) {
	body.under_page .coutact_mess {
		font-size: 24px;
	}
	body.under_page .progress {
	}
	body.under_page .progress > div {
		font-size: 20px;
		height: 80px;
	}
	body.under_page .table th,
	body.under_page .table td {
		padding-bottom: 30px;
	}
	body.under_page .table th {
		width: 180px;
		padding-right: 30px;
	}
	body.under_page .table span.required {
		float: right;
	}
}
@media screen and (max-width: 767px) {
	body.under_page .table th,
	body.under_page .table td {
		display: block;
	}

	body.under_page .table td {
		padding-bottom: 30px;
	}
}

/*	ãƒ•ãƒƒã‚¿ãƒ¼	*/
#site-footer {
	background: #000;
	padding: 5% 0 0;
}
#site-footer .footer-navigation {
	max-width: 1000px;
	margin: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
}
#site-footer ul.logo {
	display: flex;
	margin-bottom: 50px;
	align-items: center;
}
#site-footer ul.logo li:first-of-type {
	margin-right: 30px;
}
#site-footer .footer-menu {
	display: block;
}
#site-footer a {
	color: white;
	font-size: 16px;
    font-weight: normal;
}
#site-footer .section-inner {
	width: 100%;
	justify-content: flex-end;
}
#site-footer .footer-copyright {
	padding: 10px 0;
}
#site-footer .footer-copyright a {
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	#site-footer .footer-menu ul {
		display: flex;
		justify-content: space-between;
	}
}



/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
2019.11.20 è¿½åŠ 
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.header-inner {
	width: auto;
}

.modal-menu {
	left: auto;
	width: auto;
}

.menu-modal-inner {
	background: #000;
}

main.home {
	background: url("/image/home/background.jpg") center center no-repeat, #000;
	background-size: cover;
	background-attachment: fixed;
}

h2 {
	margin: 0 0 30px;
}

input, textarea, select, button {
	font-size: inherit;
	font-family: inherit;
}

hr {
	margin: 40px 0;
	border: none;
	border-top: 3px solid #ce501d;
}

section {
	padding: 20px 0;
}

.inner {
	max-width: 1000px;
	margin: auto;
	padding: 0 20px;
}

section .left {
	margin-right: 30px;
}

section .sp p,
section .right p {
	margin-top: 20px;
}

section.works ul {
	color: #ce501d;
	text-align: center;
}

section.works ul li article p {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}



section.works ul li h3 {
	font-size: 20px;
}

section.works ul li div {
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
}

section.works ul figure {
	width: 48%;
}

section.works ul figcaption {
	color: #fff;
}

@media screen and (min-width: 768px) {
section {
	padding: 30px 0;
}

hr {
	margin: 60px 0;
}
}
