@charset "UTF-8";

body {
  overflow: hidden;
	max-width: 1440px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.orange_color {
	color: #F4810B;
	font-weight: 700;
}
/*------------------------------------
ヘッダー↓
------------------------------------*/
header .nav_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
header .nav_box .crumbs ol {
	display: flex;
	align-items: center;
}
header .nav_box .crumbs ol li {
	font-weight: 700;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	background-color: #ffffff;
}
/*------------------------------------
ヘッダー↑
------------------------------------*/
/*------------------------------------
ハンバーガースクロール固定↓
------------------------------------*/
html.is-fixed,
html.is-fixed {
	height: 100%;
	overflow: hidden;
}
/*------------------------------------
ハンバーガースクロール固定↑
------------------------------------*/
/*------------------------------------
ハンバーガーメニュー↓min-width: 1149px
------------------------------------*/
@media screen and (min-width: 1149px) {
	.btn-gNav {
		display: none;
	}
	#gNav {
		position: fixed;
		top: 0;
		right: 0;
		height: 67px;
		display: none;
	}
	#gNav .gNav-menu {
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 33px;
		position: fixed;
		top: 0;
		right: 0;
		padding-left: 50px;
	}
	#gNav .gNav-menu li {
		padding-top: 5px;
	}
}
/*------------------------------------
ハンバーガーメニュー↑min-width: 1149px
------------------------------------*/
/*------------------------------------
ハンバーガーメニュー↓
------------------------------------*/
#hamburger #gNav .gNav-menu .orange_color_sp {
	font-size: 23px;
	color: #F4810B;
	font-weight: 700;
}
#hamburger .btn-gNav {
	position: absolute;
	top: 26px;
	right: 44px;
	width: 35px;
	height: 24px;
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
#hamburger .btn-gNav span {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #282828;
	border-radius: 10px;
	transition: all 400ms;
}
#hamburger .open {
	position: fixed;
}
#hamburger .btn-gNav span:nth-child(1) {
	top: 0;
}
#hamburger .btn-gNav span:nth-child(2) {
	top: 10px;
}
#hamburger .btn-gNav span:nth-child(3) {
	top: 20px;
}
#hamburger .btn-gNav.open span:nth-child(1) {
	background: #282828;
	top: 6px;
	transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3) {
	top: 6px;
	background:#282828;
	transform: rotate(45deg);
}
#hamburger #gNav .gNav-menu h1 {
	margin: -32px 0 0 37px;
}
#hamburger #gNav .gNav-menu li:nth-child(2) {
	margin-top: 60px;
}
#hamburger #gNav .gNav-menu li {
	font-weight: 700;
}
#hamburger #gNav .gNav-menu .left_in_right a:hover {
	color: #F4810B;
}
#gNav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2;
	padding-top: 50px;
	transition: .3s;
}
#gNav.open {
	right: 0px;
	overflow-y: scroll;
}
#gNav .gNav-menu {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
}
#gNav .gNav-menu li {
	display: block;
	padding : 20px 30px;
	height: 20px;
}
#gNav .gNav-menu li a {
	color: #333;
	text-decoration: none;
	font-size: 23px;
}
.fa-chevron-circle-down {
	color: #F4810B;
	margin-left: 6px;
}
/*------------------------------------
ハンバーガーメニュー↑
------------------------------------*/
/*------------------------------------
汎用↓
------------------------------------*/
/*------------------------------------
ホバー時アンダーライン↓
------------------------------------*/
.left_in_right a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.left_in_right a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #F4810B;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.left_in_right a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.left_in_right a:hover {
	color: #F4810B;
}
/*------------------------------------
ホバー時アンダーライン↑
------------------------------------*/
/*------------------------------------
Read Moreボックスなし↓
------------------------------------*/
.read_more_box {
	display: flex;
	align-items: center;
}
.read_more_box a {
	display: contents;
}
.read_more_box:hover {
	opacity: 0.5;
}
.readmore_border {
	width: 40px;
	height: 0px;
	border: solid 1px #F4810B;
	margin-left: 5px;
}
.right_text {
	display: flex;
	justify-content: flex-end;
}
.read_box {
	margin: auto;
}
.round_border {
	border: solid 2px #F4810B;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	right: -8px;
}
.round_border2 {
	border: solid 2px #ffffff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	right: -10px;
}
.flex_readmore {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.left_to_right {
	margin-top: 15px;
}
.read_more_box .round_border {
	transition: all 0.2s;
}
.read_more_box:hover .round_border{
	transform: translate(6px,0px);
}
.read_more_box p {
	font-weight: 700;
}
/*------------------------------------
Read Moreボックスなし↑
------------------------------------*/
/*------------------------------------
汎用↑
------------------------------------*/
/*------------------------------------
Read Moreボックスあり↓
------------------------------------*/
#front {
	flex: 1;
}
#front .contact .contact_box .readmore_box {
	background-color: #ffffff;
}
#front .contact .contact_box .flex {
	display: flex;
}
#front .contact .contact_box .readmore_box .readmore_text {
	color: #000000;
	font-weight: 700;
}
#front .contact .contact_box .readmore_box .readmore_border {
	border: solid 1px #F4810B;
}
/*------------------------------------
Read Moreボックスあり↑
------------------------------------*/
/*------------------------------------
ふわっと出す↓
------------------------------------*/
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*------------------------------------
ふわっと出す↑
------------------------------------*/
/*------------------------------------
#frontページ↓
------------------------------------*/
/*------------------------------------
メイン画像↓
------------------------------------*/
#front .group {
	background-image: url(../image/group.jpg);
	background-position: top right 25%;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 70px;
}
#front .group p {
	color: #ffffff;
	position: absolute;
	margin: auto;
	font-weight: 700;
}
/*------------------------------------
メイン画像↑
------------------------------------*/
/*------------------------------------
News記事↓
------------------------------------*/
#front .news {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#front .news .news_article {
	width: 65%;
}
#front .news h2 {
	font-weight: 700;
}
#front .news h2:first-letter {
	color: #F4810B;
}
#front .news .news_box {
	border-bottom: 1px solid #000000;
}
#front .news .news_box:hover {
	opacity: .5;
	transition: all 0.5s;
}
#front .news .news_box a {
	display: flex;
}
#front .news .news_box a:hover {
	pointer-events: none;
}
#front .news .news_box p:nth-child(2) {
	background-color: #F9A826;
	color: #ffffff;
}
#front .news .news_text {
	writing-mode: vertical-rl;-moz-writing-mode: vertical-rl;-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	transform: rotate(180deg);
}
#front .news .news_text p {
	color: #f6f5f1;
	font-weight: 700;
}
#front .news .media p:nth-child(2) {
	background-color: #81CAF2;
}
/*------------------------------------
News記事↑
------------------------------------*/
/*------------------------------------
IMPACT ON THE WORLD↓
------------------------------------*/
#front .impact {
	background-color: #f6f5f1;
	position: relative;
	background-image: url(../image/hand.jpg);
	background-size: cover;
}
#front .impact .impact_box {
	margin: auto;
}
#front .impact .impact_box a {
	display: inline-block;
}
#front .impact .impact_box a:hover .readmore_box {
	background-color: #fff;
	transition: 0.8s;
}
#front .impact .impact_box a:hover .readmore_box .readmore_text {
	color: #F4810B;
	transition: 0.8s;
}
#front .impact .impact_box a:hover .readmore_box .readmore_border {
	border: solid 1px #F4810B;
	transition: 0.8s;
}
#front .impact .impact_box a:hover .readmore_box .round_border2 {
	border: solid 2px #F4810B;
	border-radius: 50%;
	position: absolute;
	transition: 0.8s;
}
/*------------------------------------
IMPACT ON THE WORLD↑
------------------------------------*/
/*------------------------------------
IMPACT Read Moreボックスありアニメーション線↓
------------------------------------*/
#front .impact .impact_box .readmore_box_orange {
	position: relative;
	transition: all 0.2s;
}
#front .impact .impact_box .readmore_box_orange::before,
#front .impact .impact_box .readmore_box_orange::after {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 0;
	height: 0;
	content: "";
	opacity: 0;
	transition: width 0.8s, height 0.8s, opacity 0.8s;
}
#front .impact .impact_box .readmore_box_orange::before {
	top: 0;
	left: 0;
	border-top: 1px solid #F4810B;
	border-left: 1px solid #F4810B;
}
#front .impact .impact_box .readmore_box_orange::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #F4810B;
	border-bottom: 1px solid #F4810B;
}
#front .impact .impact_box .readmore_box_orange:hover::before,
#front .impact .impact_box .readmore_box_orange:hover::after {
	width: 100%;
	height: 100%;
	opacity: 1;
}
#front .impact .impact_box .readmore_box_orange:hover .round_border2 {
	transform: translate(6px,0px);
}
#front .impact .impact_text {
	font-weight: 700;
}
/*------------------------------------
IMPACT Read Moreボックスありアニメーション線↑
------------------------------------*/
/*------------------------------------
IMPACT ON THE WORLD↓
------------------------------------*/
#front .impact .impact_box .idea_text {
	font-weight: 700;
}
#front .impact img {
	position: absolute;
}
#front .impact .readmore_box {
	background-color: #F9A826;
	display: flex;
	justify-content: center;
	align-items: center;
}
#front .impact .readmore_box .readmore_text {
	color: #ffffff;
	font-weight: 700;
}
#front .impact .readmore_box .readmore_border {
	border: solid 1px #ffffff;
}
/*------------------------------------
IMPACT ON THE WORLD↑
------------------------------------*/
/*------------------------------------
事業内容一行目、三行目↓
------------------------------------*/
#front .business .business_main {
	position: relative;
	margin: auto;
}
#front .business .business_main h2::first-letter {
	color: #F4810B;
}
#front .business .business_main h2 {
	font-weight: 700;
}
#front .business .business_main p {
	color: #333333;
}
#front .business .business_box .service_text {
	writing-mode: vertical-rl;-moz-writing-mode: vertical-rl;-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	transform: rotate(180deg);
	position: absolute;
}
#front .business .business_box .service_text p {
	color: #e6e6e6;
	position: absolute;
	font-weight: 700;
}
#front .business .business_box {
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#front .business .business_box .business_text {
	position: relative;
}
#front .business .business_box .business_text h3 {
	color: #F4810B;
	font-weight: 700;
}
#front .business .business_box .business_text h4 {
	font-weight: 700;
	color: #333;
}
#front .business .business_box .business_text .numbers {
	position: absolute;
	z-index: -1;
	color: #f6f5f1;
	font-weight: 700;
}
/*------------------------------------
事業内容一行目、三行目↑
------------------------------------*/
/*------------------------------------
事業内容二行目↓
------------------------------------*/
#front .business .business_box2 {
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#front .business .business_box2 .business_text2 {
	position: relative;
}
#front .business .business_box2 .business_text2 h3 {
	color: #F4810B;
	font-weight: 700;
}
#front .business .business_box2 .business_text2 h4 {
	font-weight: 700;
	color: #333333;
}
#front .business .business_box2 .business_text2 .business_more2 {
	text-align: left;
}
#front .business .business_box2 .business_text2 .numbers {
	position: absolute;
	z-index: -1;
	color: #f6f5f1;
	font-weight: 700;
}
/*------------------------------------
事業内容二行目↑
------------------------------------*/
/* ----------------------------------
Price↓
------------------------------------------- */
#front .price {
	background-image: url(../image/price-front.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#front .price .price_box {
	position: relative;
	text-align: center;
	background: rgba(38, 38, 38, .5);
}
#front .price h2 {
	color: #fff;
	font-weight: 600;
}
#front .price h2:first-letter {
	color: #F4810B;
}
#front .price .price_box > p:nth-of-type(1) {
	color: #fff;
}
#front .price .price_box > p:nth-of-type(2) {
	color: #fff;
	font-weight: 500;
}
#front .price .price_box .price_text {
	position: absolute;
}
#front .price .price_box .price_text p {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-weight: 700;
	color: #f7f5f2;
}
#front .price .price_box .price-flex {
	display: flex;
	justify-content: center;
}
#front .price .price_box .price-flex .box > p {
	color: #fff;
	font-weight: 500;
}
#front .price .price_box .price-flex .orange > p {
	background-color: #e77f19;
}
#front .price .price_box .price-flex .green > p {
	background-color: #2A92A7;
}
#front .price .price_box .price-flex .blue > p {
	background-color: #3C61AD;
}
#front .price .price_box .price-flex .box .white-box {
	background-color: #fff;
}
#front .price .price_box .price-flex .box .white-box p {
	text-align: left;
}
#front .price .price_box .price-flex .box .white-box .right_text {
	justify-content: flex-start;
}
/*------------------------------------
お問い合わせ↓
------------------------------------*/
#front .contact .flex {
	align-items: baseline;
}
#front .contact {
	background-image: url(../image/group89.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#front .contact .contact_main {
	margin: auto;
	padding: 0 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#front .contact .contact_main a {
	margin: auto 0;
}
#front .contact h2 {
	color: #fff;
	font-weight: 700;
}
#front .contact h2:first-letter {
	color: #F4810B;
}
#front .contact p {
	color: #fff;
}
#front .contact .contact_box .flex p {
	font-weight: 700;
}
#front .contact .contact_box {
	background: rgba(38, 38, 38, 0.5);
}
#front .contact .contact_box .flex_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
#front .contact .contact_box a:hover .readmore_box {
	background-color: #F4810B;
	transition: 0.2s;
}
#front .contact .contact_box a:hover .readmore_box .readmore_text {
	color: #ffffff;
	transition: 0.4s;
}
#front .contact .contact_box a:hover .readmore_box .readmore_border {
	border: solid 1px #ffffff;
	transition: 0.8s;
}
#front .contact .contact_box a:hover .readmore_box .round_border {
	border: solid 2px #ffffff;
	border-radius: 50%;
	position: absolute;
	transition: 0.8s;
}
/*------------------------------------
お問い合わせ↑
------------------------------------*/
/*------------------------------------
Contact Read Moreボックスありアニメーション線↓
------------------------------------*/
#front .contact .contact_box .readmore_box_white {
	position: relative;
	transition: all 0.2s;
}
#front .contact .contact_box .readmore_box_white::before,
#front .contact .contact_box .readmore_box_white::after {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 0;
	height: 0;
	content: "";
	opacity: 0;
	transition: width 0.8s, height 0.8s, opacity 0.8s;
}
#front .contact .contact_box .readmore_box_white::before {
	top: 0;
	left: 0;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#front .contact .contact_box .readmore_box_white::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#front .contact .contact_box .readmore_box_white:hover::before,
#front .contact .contact_box .readmore_box_white:hover::after {
	width: 100%;
	height: 100%;
	opacity: 1;
}
#front .contact .contact_box .readmore_box_white:hover .round_border {
	transform: translate(6px,0px);
}
/*------------------------------------
Contact Read Moreボックスありアニメーション線↑
------------------------------------*/
/*------------------------------------
製作実績↓
------------------------------------*/
#front .works {
	text-align: center;
	margin: auto;
}
#front .works p {
	color: #3A3A3A;
}
#front .works h2 {
	font-weight: 700;
}
#front .works h2:first-letter {
	color: #F4810B;
}
/*------------------------------------
製作実績↑
------------------------------------*/
/*------------------------------------
スリックスライダー↓
------------------------------------*/
#front .slick01 li h3 {
	font-weight: 700;
}
#front .slick01 a:hover li {
	border: 1px solid #F4810B;
}
#front .slick01 a:hover li img {
	opacity: 0.6;
}
/*------------------------------------
スリックスライダー↑
------------------------------------*/
/*------------------------------------
Read Moreボックスなし↓
------------------------------------*/
#front .back_color {
	background-color: #ececec;
	z-index: -1;
	position: absolute;
}
#front .right_box {
	margin: auto;
	display: flex;
	justify-content: flex-end;
}
/*------------------------------------
Read Moreボックスなし↑
------------------------------------*/
/*------------------------------------
#frontページ↑
------------------------------------*/
/*------------------------------------
フッター↓
------------------------------------*/
footer .fot_index_box {
	margin: auto;
}
footer p {
	color: #3A3A3A;
}
footer .footer_img a img:hover {
	opacity: 0.6;
}
footer .footer_box {
	display: flex;
	justify-content: space-between;
}
footer .footer_box .company_box .company_text {
	font-weight: 700;
}
footer .footer_box .footer_nav_box {
	border-left: 1px solid rgba(140, 140, 140, 1);
	border-right: 1px solid rgba(140, 140, 140, 1);
}
footer .footer_box .footer_nav_box ol li {
	color: #3A3A3A;
	font-weight: 700;
}
footer .footer_box .footer_contact .letter_text {
	font-weight: 700;
}
footer .footer_box .footer_contact img {
	display: inline-block;
}
footer .footer_box .footer_contact .flex {
	display: flex;
}
footer .footer_box .footer_contact .flex_submit {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
footer .footer_box .footer_contact .flex_submit .click_text_box {
	margin: 0 0 0 auto;
}
footer .footer_box .footer_contact .flex_submit div .click_text a {
	color: #f46110;
}
footer .footer_box .footer_contact .flex_submit .btn {
	margin: 0 0 0 auto;
}
footer .footer_box .footer_contact .flex_submit .submit_text {
	background-color: #1E1E1E;
	color: #ffffff;
	border-radius: 5px;
}
footer .footer_box .footer_contact .contact_text_box {
	border: solid 1px #999999;
	border-radius: 5px;
	resize: none;
	padding: 5px;
}
footer .footer_box .footer_contact .submit_text:hover {
	background-color: #F4810B;
	transition: 0.6s;
}
address {
	text-align: center;
	border-top: 1px solid rgba(140, 140, 140, 1);
	color: #3A3A3A;
}
footer .footer_box .fa-angle-right {
	color: #3A3A3A;
	margin-right: 10px;
}
.wpcf7-not-valid-tip {
	text-align: right;
}
footer .flex_submit .btn .wpcf7-spinner {
	display: none;
}
/*------------------------------------
フッター↑
------------------------------------*/
/*------------------------------------
top戻るボタン↓
------------------------------------*/
footer #page-top a img {
	width: 50%;
}
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#F4810B;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
	margin: 0 87px 35px 0;
}
#page-top a:hover{
	background: rgb(230, 145, 61);
	opacity:0.8;
}
#page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
	from {
	opacity: 0;
	transform: translateY(100px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
#page-top.DownMove{
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
	from {
	opacity: 1;
	transform: translateY(0);
	}
	to {
	opacity: 1;
	transform: translateY(100px);
	}
}
/*------------------------------------
top戻るボタン↑
------------------------------------*/
/*------------------------------------
#Newsページ↓
------------------------------------*/
/*------------------------------------
Newsページメイン文字↓
------------------------------------*/
#news {
	flex: 1;
}
#news .news_text_box {
	position: relative;
	background-image: linear-gradient(45deg,
	rgba(255, 255, 255, 0.5),
	rgba(216, 118, 6, 0.514)),
	url(../image/news_img.jpg);
	background-position: center;
	background-size: cover;
}
#news .news_text_box .news_notice {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#news .news_text_box .news_notice h1 {
	color: #2B2B2B;
	font-weight: 700;
}
#news .news_text_box .news_notice h1::first-letter {
	color: #F4810B;
}
/*------------------------------------
Newsページメイン文字↑
------------------------------------*/
/*------------------------------------
NewsページNews記事↓
------------------------------------*/
#news .news {
	margin: auto;
	display: flex;
	height: 350px;
	align-items: center;
	justify-content: center;
	display: block;
}
#news .news .news_box a:hover {
	opacity: 0.5;
}
#news .news .news_box .news_content a {
	display: block;
}
.news_box .f-white a {
	pointer-events: none;
}
#news .news .news_box p:nth-child(2) {
	background-color: #F9A826;
	color: #ffffff;
}
#news .news .news_text p {
	color: #f6f5f1;
	display: none;
}
#news .news .media p:nth-child(2) {
	background-color: #81CAF2;
}
#news .news_article .news_border {
	width: 100%;
	height: 1px;
	background: #000;
	display: inline-block;
}
#news .news .news_box .news_box_flex {
	display: flex;
}
#news .news .news_box .news_box_block {
	display: inline-block;
}
#news .news_article .news_box .news_box_block p a {
	font-weight: 700;
	display: flex;
}
#news .news_article .news_box .news_box_block p a img {
	object-fit: contain;
	height: 10px;
}
#news .news .news_article .next_page {
	display: flex;
	justify-content: center;
	margin: 60px 0 0 0;
}
#news .news .news_article .next_page p {
	font-size: 16px;
	margin: 0 15px 0 15px;
}
#news .news .news_article .next_page p:first-child {
	border-bottom: 2px solid #000;
}
/*------------------------------------
NewsページNews記事↑
------------------------------------*/
footer .fot_box {
	background-color: #F7F5F2;
}
footer .fot_box .fot_main_box {
	margin: auto;
}
/*------------------------------------
#Newsページ↑
------------------------------------*/
/*------------------------------------
#Aboutページ↓
------------------------------------*/
/*------------------------------------
ヘッド画像↓
------------------------------------*/
#about {
	flex: 1;
}
#about .about_text_box {
	position: relative;
	background-image: linear-gradient(45deg,
	rgba(255, 255, 255, 0.5),
	rgba(216, 118, 6, 0.514)),
	url(../image/about_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#about .about_text_box .about_notice {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#about .about_text_box .about_notice h1 {
	color: #2B2B2B;
	font-weight: 700;
}
#about .about_text_box .about_notice h1::first-letter {
	color: #F4810B;
}
/*------------------------------------
ヘッド画像↑
------------------------------------*/
/*------------------------------------
会社概要↓
------------------------------------*/
#about .company_profile_box {
	margin: auto;
}
#about .company_profile_box h2 {
	color: #F4810B;
	text-align: center;
	font-weight: 700;
}
#about .company_profile_box .loot_ltd {
	text-align: left;
}
#about .company_profile_box .loot_ltd tr th {
	font-weight: 700;
}
/*------------------------------------
会社概要↑
------------------------------------*/
/*------------------------------------
アクセスGoogle_map↓
------------------------------------*/
#about .map h2 {
	text-align: center;
	color: #F4810B;
	font-weight: 700;
}
#about .map .google_map {
	text-align: center;
}
/*------------------------------------
アクセスGoogle_map↑
------------------------------------*/
/*------------------------------------
#Aboutページ↑
------------------------------------*/
/*------------------------------------
#Serviceページ↓
------------------------------------*/
#service {
	flex: 1;
}
#service .service_text_box {
	position: relative;
	background-image: linear-gradient(45deg,
	rgba(255, 255, 255, 0.5),
	rgba(216, 118, 6, 0.514)),
	url(../image/service.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 440px;
	margin-top: 70px;
}
#service .service_text_box .service_main {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#service .service_text_box .service_main h1 {
	color: #2B2B2B;
	font-size: 90px;
	font-weight: 700;
}
#service .service_text_box .service_main h1::first-letter {
	color: #F4810B;
}
#service .service_text_box .service_main h2 {
	font-size: 25px;
	margin-top: -10px;
}
#service .service_content .content {
	display: flex;
	justify-content: space-between;
}
#service .service_content .content .box {
	display: flex;
	flex-direction: column;
}
#service .service_content .content .box img {
	object-fit: cover;
}
#service .service_content .content .box h3 {
	font-weight: 700;
}
#service .service_content .content .box h2 {
	font-weight: 700;
}
#service .service_content .content .box .box_inner ul li a {
	font-weight: 700;
	position: relative;
}
#service .service_content .content .box ul li a::before {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* subsidyセクション追加　2022/04/14 */
#service .subsidy {
	text-align: center;
}
#service .subsidy h4 {
	color: #e77f19;
	font-weight: 700;
}
#service .subsidy > p span {
	color: red;
}
#service .subsidy > p, #service .subsidy > p span {
	font-weight: 500;
}
#service .subsidy .subsidy-flex {
	display: flex;
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}
#service .subsidy .subsidy-flex li {
	width: 100%;
	box-shadow: 5px 5px 3px rgba(102, 102, 102, 20%);
}
#service .subsidy .subsidy-flex li h5 {
	color: #fff;
	background-color: #E77F19;
	font-weight: 500;
}
#service .subsidy .subsidy-flex li p:nth-of-type(1) {
	padding: 30px 5px 0;
}
#service .subsidy .subsidy-flex li p:nth-of-type(2) {
	display: inline-block;
	color: #E77F19;
	border: 1px solid #E77F19;
	font-weight: 500;
}
#service .subsidy .subsidy-flex li p:nth-of-type(3),
#service .subsidy .subsidy-flex li p:nth-of-type(3) span {
	font-weight: 700;
}
#service .contact_box .contact_inner_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
#service .contact_box .contact_inner_box .left_side {
	text-align: center;
}
#service .contact_box .contact_inner_box .left_side h6 {
	font-weight: 700;
	font-size: 45px;
}
#service .contact_box .contact_inner_box .right_side {
	text-align: center;
}
#service .contact_box .contact_inner_box .right_side .phone {
	display: flex;
	justify-content: center;
}
#service .contact_box .contact_inner_box .right_side .phone img {
	object-fit: contain;
}
#service .contact_box .contact_inner_box .right_side .phone div a:hover {
	opacity: 0.5;
}
#service .contact_box .contact_inner_box .right_side .mail {
	background: #efa42e;
	display: inline-block;
}
#service .contact_box .contact_inner_box .right_side .mail a {
	color: #fff;
	display: flex;
	align-items: center;
}
#service .contact_box .contact_inner_box .right_side .mail a:hover {
	background: #e97e19;
}
#service .contact_box .contact_inner_box .right_side .mail a img {
	display: inline-block;
	object-fit: contain;
	stroke: #fff;
}
/*------------------------------------
#Serviceページ↑
------------------------------------*/
/* -----------------------------------
Priceページ
----------------------------------------- */
#price h3 {
	text-align: center;
	font-weight: 700;
	letter-spacing: 0;
	color: #e77f19;
}
#price .price-container section > div {
	box-shadow: 5px 5px 3px rgb(104, 104, 104, 20%);
}
#price .price_text_box {
	position: relative;
	background-image: linear-gradient(45deg,
	rgba(255, 255, 255, 0.5),
	rgba(216, 118, 6, 0.514)),
	url(../image/price.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}
#price .price_text_box .price_main {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#price .price_text_box .price_main h1 {
	color: #2B2B2B;
	font-weight: 700;
}
#price .price_text_box .price_main h1::first-letter {
	color: #F4810B;
}
#price .price_text_box .price_main h2 {
	margin-top: -10px;
}
#price .price-container {
	text-align: center;
	max-width: 1400px;
	width: 90%;
}
#price .price-container .price_content .plan-flex {
	display: flex;
	justify-content: space-between;
}
#price .price-container .price_content .plan-flex li {
	box-shadow: 5px 5px 3px rgb(104, 104, 104, 20%);
}
#price .price-container .price_content .plan-flex li p:nth-child(1) {
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
}
#price .price-container .price_content .plan-flex li p:nth-child(1) span {
	display: block;
	letter-spacing: 0;
	color: #fff;
}
#price .price-container .price_content .plan-flex .orange p:nth-child(1) {
	background-color: #E77F19;
}
#price .price-container .price_content .plan-flex .red p:nth-child(1) {
	background-color: #F26B4F;
}
#price .price-container .price_content .plan-flex .green p:nth-child(1) {
	background-color: #2A92A7;
}
#price .price-container .price_content .plan-flex .blue p:nth-child(1) {
	background-color: #3C61AD;
}
#price .price-container .price_content .plan-flex li p:nth-child(2) {
	letter-spacing: 0.013em;
	line-height: 1.571;
}
#price .price-container .price_content .plan-flex li .border-index {
	display: inline-block;
	letter-spacing: 0;
	font-weight: 500;
}
#price .price-container .price_content .plan-flex li p:nth-child(5) {
	letter-spacing: -0.017em;
	font-weight: 700;
}
#price .price-container .price_content .plan-flex .blue p:nth-child(5) {
	letter-spacing: 0.34em;
}
#price .price-container .price_content .plan-flex li p:nth-child(6) {
	letter-spacing: 0.34em;
}
#price .price-container .price_content .plan-flex .blue p:nth-child(6) {
	letter-spacing: 0;
	line-height: 1.004;
	font-weight: 700;
}
#price .price-container .price_content .plan-flex .orange .border-index {
	color: #E77F19;
	border: 1px solid #E77F19;
}
#price .price-container .price_content .plan-flex .red .border-index {
	color: #F26B4F;
	border: 1px solid #F26B4F;
}
#price .price-container .price_content .plan-flex .green .border-index {
	color: #2A92A7;
	border: 1px solid #2A92A7;
}
#price .price-container .price_content .plan-flex .blue .border-index {
	color: #3C61AD;
	border: 1px solid #3C61AD;
}
#price .price-container .price_content .plan-flex li p:nth-child(4),
#price .price-container .price_content .plan-flex li p:nth-child(7) {
	letter-spacing: 0;
	line-height: 1.004;
}
#price .price-container .price_content .plan-flex li p:nth-child(4) {
	font-weight: 700;
}
#price .price-container .price_content .plan-flex li p:nth-child(7) {
	font-weight: 700;
}
#price .price-container .price_content .plan-flex li p:nth-child(4) span,
#price .price-container .price_content .plan-flex li p:nth-child(7) span {
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.673;
}
#price .price-container .price_content .plan-flex .blue p:nth-child(6) span {
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.673;
}
#price .price-container .price_content .kome {
	text-align: left;
}
#price .price-container .price_content .kome li {
	letter-spacing: -0.017em;
	line-height: 2;
}
#price .price-container .price_content .option {
	display: flex;
	width: 100%;
	box-shadow: 5px 5px 3px rgb(104, 104, 104, 20%);
}
#price .price-container .price_content .option p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.673;
	color: #fff;
	background-color: #E77F19;
}
#price .price-container .price_content .option .list-box {
	box-sizing: border-box;
}
#price .price-container .price_content .option ul {
	display: flex;
}
#price .price-container .price_content .option ul li {
	font-weight: 500;
	letter-spacing: 0;
}
#price .price-container .system div p,
#price .price-container .ad div p {
	font-weight: 500;
	letter-spacing: 0;
}
#price .contact_box .contact_inner_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
#price .contact_box .contact_inner_box .left_side {
	text-align: center;
}
#price .contact_box .contact_inner_box .left_side h6 {
	font-weight: 700;
	font-size: 45px;
}
#price .contact_box .contact_inner_box .right_side {
	text-align: center;
}
#price .contact_box .contact_inner_box .right_side .phone {
	display: flex;
	justify-content: center;
}
#price .contact_box .contact_inner_box .right_side .phone img {
	object-fit: contain;
}
#price .contact_box .contact_inner_box .right_side .phone div a:hover {
	opacity: 0.5;
}
#price .contact_box .contact_inner_box .right_side .mail {
	background: #efa42e;
	display: inline-block;
}
#price .contact_box .contact_inner_box .right_side .mail a {
	color: #fff;
	display: flex;
	align-items: center;
}
#price .contact_box .contact_inner_box .right_side .mail a:hover {
	background: #e97e19;
}
#price .contact_box .contact_inner_box .right_side .mail a img {
	display: inline-block;
	object-fit: contain;
	stroke: #fff;
}
/*------------------------------------
#Contactページ↓
------------------------------------*/
#contact {
	flex: 1;
}
#contact .contact_text_box {
	position: relative;
	background-image: linear-gradient(45deg,
	rgba(255, 255, 255, 0.5),
	rgba(216, 118, 6, 0.514)),
	url(../image/contact_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#contact .contact_text_box .contact_tel {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#contact .contact_text_box .contact_tel h1 {
	color: #2B2B2B;
	font-weight: 700;
}
#contact .contact_text_box .contact_tel h1::first-letter {
	color: #F4810B;
}
#contact .inquiry_phone_box {
	margin: auto;
	border: 1px solid #5F6060;
	border-radius: 7px;
}
#contact .inquiry_phone_box .tel_box {
	text-align: center;
	margin: auto;
}
#contact .inquiry_phone_box .tel_box .flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .inquiry_phone_box .tel_box .flex .tel_text_box p {
	color: #ffffff;
}
#contact .inquiry_phone_box .tel_box .flex .call_box a {
	font-weight: 700;
}
#contact .necessary_items {
	margin: auto;
}
#contact .red_color {
	color: #FF0000;
}
#contact .contact_form {
	margin: auto;
}
#contact .contact_form .form_box input {
	background-color: #F1F5F7;
	box-sizing: border-box;
}
#contact .contact_form textarea {
	background-color: #F1F5F7;
	resize: none;
	box-sizing: border-box;
}
#contact .contact_form .category .wpcf7-form-control {
	background-color: #F1F5F7;
	background-image: url(../image/down.png);
	background-repeat: no-repeat;
	background-size: 16px 12px;
	background-position: right 21px center;
}
#contact .contact_form .family_name {
	display: flex;
	justify-content: space-between;
}
#contact .contact_form .flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .contact_form .c_agree_box .submit_button_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .contact_form .c_agree_box .submit_button_box .submit_button {
	letter-spacing: 0.2em;
	font-weight: 700;
}
#contact .contact_form .c_agree_box .submit_button_box .read_more_box {
	display: contents;
}
#contact .contact_form .c_agree_box .submit_button_box input {
	background-color: #f9a826;
	color: #fff;
	position: relative;
}
#contact .contact_form .c_agree_box .submit_button_box .readmore_border {
	border: solid 1px #fff;
	position: absolute;
}
#contact .contact_form .c_agree_box .submit_button_box .round_border {
	border: solid 2px #fff;
	border-radius: 50%;
	position: absolute;
}
#contact .contact_form .c_agree_box .submit_button_box .flex_readmore:hover input {
	background-color: #F1F5F7;
	color: #f9a826;
	position: relative;
	transition: 0.8s;
}
#contact .contact_form .c_agree_box .submit_button_box .flex_readmore:hover .readmore_border {
	border: solid 1px #f9a826;
	position: absolute;
	transition: 0.8s;
}
#contact .contact_form .c_agree_box .submit_button_box .flex_readmore:hover .round_border {
	border: solid 2px #f9a826;
	border-radius: 50%;
	position: absolute;
	transition: 0.8s;
}
#contact .contact_form .c_agree_box .box_privacy_policy {
	display: flex;
	justify-content: center;
}
#contact .contact_form .c_agree_box .box_privacy_policy div a:hover {
	opacity: 0.5;
}
#contact .contact_form .c_agree_box .box_privacy_policy div a:hover p {
	opacity: 0.5;
	transition: .3s ease;
}
#contact .contact_form .c_agree_box .box_privacy_policy .yellow_font {
	color: #f9a826;
}
#contact .contact_form .c_agree_box .box_privacy_policy .fa-clone {
	color: #f9a826;
}
#contact .contact_form .c_agree_box br {
	display: none;
}
#contact .contact_form .c_agree_box .box_privacy_policy br {
	display: none;
}
#contact .form_box p span {
	color: #ff0000;
}
#contact .submit_button_box .read_more_box .flex_readmore .wpcf7-spinner {
	display: none;
}
/* box-shadow:水平方向の距離 垂直方向の距離 ぼかし距離 広がり距離 影の色 inset;*/
input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #F1F5F7 inset;
}
/*------------------------------------
#contactページ↑
------------------------------------*/
/*------------------------------------
#single_newsページ↓
------------------------------------*/
#single_news .single_news_main {
	background-image: linear-gradient(45deg,
	rgba(255, 255, 255, 0.5),
	rgba(216, 118, 6, 0.514)),
	url(../image/news_img.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
#single_news .single_news_main .flex {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#single_news .single_news_main .flex h2::first-letter {
	color: #EA7E19;
}
#single_news .single_news_main .flex h2 {
	font-weight: 700;
}
#single_news .news_image_box .heading {
	display: flex;
}
#single_news .news_image_box .heading p:first-child {
	line-height: 22px;
	letter-spacing: 0.05em;
}
#single_news .news_image_box .heading p:nth-child(2) {
	text-align: center;
	line-height: 22px;
	color: #fff;
	background: #F9A826;
	padding: 0;
}
#single_news .news_image_box h2 {
	letter-spacing: 0.05em;
	line-height: 1.2;
}
#single_news .news_image_box > p {
	letter-spacing: 0.05em;
}
#single_news .single-pagination {
	display: flex;
	justify-content: space-evenly;
}
#single_news .single-pagination .prev a {
	display: block;
	border: 2px solid #F4810B;
}
#single_news .single-pagination .prev a:hover {
	color: #fff;
	background: #F9A826;
}
#single_news .single-pagination .prev a p {
	color: #F4810B;
	text-align: center;
}
#single_news .single-pagination .prev a:hover p {
	color: #fff;
}
#single_news .single-pagination .prev a p span {
	color: #F4810B;
}
#single_news .single-pagination .prev a:hover p span {
	color: #fff;
}
#single_news .single-pagination .next a {
	text-align: center;
	display: block;
	border: 2px solid #F4810B;
}
#single_news .single-pagination .next a:hover {
	color: #fff;
	background: #F9A826;
}
#single_news .single-pagination .next a p {
	color: #F4810B;
}
#single_news .single-pagination .next a:hover p {
	color: #fff;
}
#single_news .single-pagination .next a p span {
	color: #F4810B;
}
#single_news .single-pagination .next a:hover p span {
	color: #fff;
}
/*------------------------------------
#news_detailページ↑
------------------------------------*/
/*------------------------------------
#privacy_policyページ↓
------------------------------------*/
#privacy_policy {
	flex: 1;
}
#privacy_policy .privacy_policy_text_box {
	position: relative;
	background-image: linear-gradient(45deg,
	rgba(255, 255, 255, 0.5),
	rgba(216, 118, 6, 0.514)),
	url(../image/privacy_policy_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#privacy_policy .privacy_policy_text_box .privacy {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#privacy_policy .privacy_policy_text_box .privacy h1 {
	color: #2B2B2B;
	font-weight: 700;
}
#privacy_policy .privacy_policy_text_box .privacy h1::first-letter {
	color: #F4810B;
}
#privacy_policy .privacy_policy_text_box .privacy .color_orenji {
	color: #F4810B;
	font-weight: 700;
}
#privacy_policy .privacy_policy_maintext {
	margin: auto;
}
#privacy_policy .privacy_policy_maintext h2 {
	color: #F4810B;
	font-weight: 700;
}
#privacy_policy .address_box {
	margin: auto;
}
#privacy_policy .ceo_box {
	margin: auto;
	text-align: right;
}
/*------------------------------------
#privacy_policyページ↑
------------------------------------*/
/*------------------------------------
#works_detailページ↓
------------------------------------*/
#works_detail .works_detail_main .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f7f5f2;
}
#works_detail .works_detail_main .flex .works_detail_h2 h2 {
	font-weight: 700;
}
#works_detail .works_detail_main .flex .works_detail_h2 h2::first-letter {
	color: #F4810B;
}
#works_detail .detail_image_box {
	margin: auto;
}
#works_detail .detail_image_box .advertising_agency_box {
	background-color: #81caf2;
	display: inline-block;
	color: #fff;
	font-weight: 700;
}
#works_detail .detail_image_box .company_detail h2 {
	font-weight: 700;
	text-align: center;
}
#works_detail .detail_image_box table {
	margin: auto;
}
#works_detail .detail_image_box table tr {
	text-align: left;
}
#works_detail .detail_image_box .mobinc_homepage {
	text-align: center;
}
#works_detail .detail_image_box .mobinc_homepage .img_url_box{
	display: flex;
}
#works_detail .detail_image_box .mobinc_homepage .img_url_box p {
	color: #F4810B;
	letter-spacing: 0.2em;
}
#works_detail .detail_image_box .mobinc_homepage a {
	display: inline-block;
}
#works_detail .detail_image_box .mobinc_homepage a:hover {
	opacity: 0.5;
}
#works_detail .detail_image_box .liheight {
	line-height: 2;
}
#works_detail .company_image {
	margin: auto;
}
#works_detail .company_image .company_box_image {
	display: flex;
	justify-content: center;
}
#works_detail .company_image .company_box_image a:hover {
	opacity: 0.6;
}
#works_detail .company_image .company_box_image img {
	object-fit: cover;
}
#works_detail .company_image .company_mobinc_img_sp_box {
	display: flex;
	justify-content: center;
}
#works_detail .company_image .company_mobinc_img_sp_box a {
	position: relative;
}
#works_detail .company_image .company_mobinc_img_sp_box a:hover img {
	opacity: 0.6;
}
#works_detail .detail_image_box img:first-of-type {
	margin: auto;
}
#works_detail .company_image .company_mobinc_img_sp_box a::before {
	position: absolute;
	display: inline-block;
	content: '';
	background: url(//mobinc.jp/wp/wp-content/themes/mobinc/img/sp.png) center/100% no-repeat;
	z-index: 2;
}
#works_detail .company_image .company_mobinc_img_sp_box img {
	object-fit: cover;
}
#works_detail .next_works_box .next_prev {
	display: flex;
	justify-content: center;
	align-items: center;
}
#works_detail .next_works_box .next_prev p .next_span {
	margin-left: 10px;
}
#works_detail .next_works_box .next_prev p .prev_span {
	margin-right: 10px;
}
/*------------------------------------
#works_detailページ↑
------------------------------------*/

/* ------------------------------------------
#recruitページ（Partnerページ）↓
------------------------------------------------*/
#recruit {
	flex: 1;
}
#recruit .recruit_text_box {
	position: relative;
	background-image: linear-gradient(45deg,
	rgba(255, 255, 255, 0.5),
	rgba(216, 118, 6, 0.514)),
	url(../image/recruit.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#recruit .recruit_text_box div {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#recruit .recruit_text_box div h1 {
	color: #2B2B2B;
	font-weight: 700;
}
#recruit .recruit_text_box div h1::first-letter {
	color: #F4810B;
}
#recruit .necessary_items {
	margin: auto;
}
#recruit .recruit_form {
	margin: auto;
}
#recruit .recruit_form .form_box input {
	background-color: #F1F5F7;
	box-sizing: border-box;
}
#recruit .recruit_form textarea {
	background-color: #F1F5F7;
	resize: none;
	box-sizing: border-box;
}
#recruit span {
	color: #FF0000;
}
#recruit .recruit_form .flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#recruit .recruit_form .c_agree_box .submit_button_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
#recruit .recruit_form .c_agree_box .submit_button_box .submit_button {
	letter-spacing: 0.2em;
	font-weight: 700;
}
#recruit .recruit_form .c_agree_box .submit_button_box .read_more_box {
	display: contents;
}
#recruit .recruit_form .c_agree_box .submit_button_box input {
	background-color: #f9a826;
	color: #ffffff;
	position: relative;
}
#recruit .recruit_form .c_agree_box .submit_button_box .readmore_border {
	border: solid 1px #ffffff;
	position: absolute;
}
#recruit .recruit_form .c_agree_box .submit_button_box .round_border {
	border: solid 2px #ffffff;
	border-radius: 50%;
	position: absolute;
}
#recruit .recruit_form .c_agree_box .submit_button_box .flex_readmore:hover input {
	background-color: #F1F5F7;
	color: #f9a826;
	position: relative;
	transition: 0.8s;
}
#recruit .recruit_form .c_agree_box .submit_button_box .flex_readmore:hover .readmore_border {
	border: solid 1px #f9a826;
	position: absolute;
	transition: 0.8s;
}
#recruit .recruit_form .c_agree_box .submit_button_box .flex_readmore:hover .round_border {
	border: solid 2px #f9a826;
	border-radius: 50%;
	position: absolute;
	transition: 0.8s;
}
#recruit .recruit_form .c_agree_box .box_privacy_policy {
	display: flex;
	justify-content: center;
}
#recruit .recruit_form .c_agree_box .box_privacy_policy:hover a {
	opacity: 0.5;
}
#recruit .recruit_form .c_agree_box .box_privacy_policy .yellow_font {
	color: #f9a826;
}
#recruit .recruit_form .c_agree_box .box_privacy_policy .fa-clone {
	color: #f9a826;
}
#recruit .recruit_form .c_agree_box .box_privacy_policy a br {
	display: none;
}
#recruit .flex_readmore .wpcf7-spinner {
	display: none;
}
/* box-shadow:水平方向の距離 垂直方向の距離 ぼかし距離 広がり距離 影の色 inset;*/
input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #F1F5F7 inset;
}
/*-------------------------------------------------------
#recruitページ↑
---------------------------------------------------------------/*
/* 追記css 原 20210920 */
#news .selection_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#news .selection_box a:not(:last-child) {
	border-right: none;
}
#news .selection_box a {
	border: 1px solid #df7b1f;
}
#news .selection_box .button_haba {
	min-width: 210px;
	padding: 10px 0;
}
#news .selection_box .all_works_box {
	background-color: #F4810B;
}
#news .selection_box .all_works_box p {
	color: #fff;
}
#news .selection_box .web_design_box {
	background-color: #f7f5f2;
}
#news .selection_box .system_development_box {
	background-color: #f7f5f2;
}
#news .selection_box .advertising_agency_box{
	background-color: #f7f5f2;
}
#news .selection_box p {
	font-weight: 700;
}
#news .selection_box .button_haba {
	text-align: center;
}
/*-------------------------------------------
404
--------------------------------------------- */
#notfound {
	text-align: center;
	margin-top: 20vh;
	flex: 1;
}
#notfound div h1::first-letter {
	color: #F4810B;
}
#notfound div h1 span {
	font-weight: 700;
	margin-left: 5px;
}
#notfound a {
	border-radius: 7px;
	margin: 60px auto;
	display: block;
}
#notfound a .readmore_box {
	width: 290px;
	height: 55px;
	border-radius: 5px;
	position: relative;
	transition: all 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f9a826;
	opacity: 1;
	transform: translate(0, 0);
}
#notfound a:hover .readmore_box {
	background-color: #F1F5F7;
	transition: 0.8s;
}
#notfound a:hover .readmore_box p {
	color: #f9a826;
	transition: 0.8s;
}
#notfound a .readmore_box p {
	color: #fff;
}
#notfound a .readmore_box .flex_readmore .readmore_border {
	border: 1px solid #fff;
	transition: all 0.2s;
}
#notfound a:hover .readmore_box .flex_readmore .readmore_border {
	border: 1px solid #f9a826;
	transition: 0.8s;
}
#notfound a .readmore_box .flex_readmore .round_border {
	border: 2px solid #fff;
	transition: all 0.2s;
}
#notfound a:hover .readmore_box .flex_readmore .round_border {
	right: -18px;
	border: 2px solid #f9a826;
	transition: 0.8s;
}
/* 9/23 kakimoto edit */
#wpcf7-f45-o1  label span {
	color: #FF0000;
}
#wpcf7-f45-o1 p label .wpcf7-form-control-wrap select {
	width: 100%;
	height: 60px;
	background-color: #F1F5F7;
	background-image: url(../image/down.png);
	background-size: 16px 12px;
	background-position: right 21px center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding: 0 10px;
}
#front .news .news_article .news_box .news_box_flex p a {
	color: #fff;
	pointer-events: none;
}
#all .news_content {
	border-bottom: 1px solid #000;
}
#info {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#info .news_content {
	border-bottom: 1px solid #000;
}
#media {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#media .news_content {
	border-bottom: 1px solid #000;
}
#other {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#other .news_content {
	border-bottom: 1px solid #000;
}
/* 10/28 kakimoto edit ---------------------------- */
.wpcf7 .c_agree_box .ajax-loader {
	width: 0;
	margin: 0;
}
.wpcf7 .flex_submit .ajax-loader {
	width: 0;
	margin: 0;
}
.grecaptcha-badge {
	display: none;
}



/* 2022/0609aikou */
#recruit-info .recruit-info_text_box {
	position: relative;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(216, 118, 6, 0.514)), url(../image/recruit/recruit_hero.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#recruit-info .recruit-info_text_box {
	width: 100%;
	height: 440px;
	margin-top: 70px;
}
#recruit-info .recruit-info_text_box div {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#recruit-info .recruit-info_text_box div h1 {
    color: #2B2B2B;
    font-weight: 700;
}
#recruit-info .recruit-info_text_box div h1 {
    font-size: 90px;
}
#recruit-info .recruit-info_text_box div h1::first-letter {
    color: #F4810B;
}
#recruit-info .recruit-info_text_box div h2 {
    font-size: 25px;
    margin-top: -10px;
}



/* ===================================================
======================================================
=================page-recruit=========================
======================================================
=================================================== */
#recruit-info .flex {
	display: flex;
}
#recruit-info .container {
	margin: 0 auto;
}
#recruit-info .g-h {
	position: relative;
	font-weight: 700;
	text-align: center;
	color: #F4810B;
}

/* #sec-charm */
#recruit-info #sec-charm .wrap-01:before,
#recruit-info #sec-charm .wrap-02:before,
#recruit-info #sec-charm .wrap-03:before {
	content: "01";
	position: absolute;
	left: 0;
	background: #F4810B;
	-webkit-background-clip: text;
	color: transparent;
	font-style: italic;
}
#recruit-info #sec-charm .wrap-02:before {
	content: "02";
}
#recruit-info #sec-charm .wrap-03:before {
	content: "03";
}
#recruit-info #sec-charm .env-wrapper {
	position: relative;
}
#recruit-info #sec-charm .env-wrapper:last-child {
	margin-bottom: 100px;
}
#recruit-info #sec-charm .env-box {
	flex-wrap: wrap;
}
#recruit-info #sec-charm .env-box .desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#recruit-info #sec-charm .env-box .desc h3 {
	font-weight: 700;
	line-height: 1.4em;
}
#recruit-info #sec-charm .env-box-2 {
	flex-wrap: wrap;
}
#recruit-info #sec-charm .env-box-2 div > img {
	width: 100%;
	object-fit: cover;
}
#recruit-info #sec-charm .env-box-2 div h4 {
	font-weight: 700;
}

/* #sec-job_info */
#recruit-info #sec-job_info .job-wrapper {
	flex-wrap: wrap;
}
#recruit-info #sec-job_info .job-wrapper > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
#recruit-info #sec-job_info .job-wrapper a img {
	width: 100%;
	object-fit: cover;
}
#recruit-info #sec-job_info .job-wrapper a h4 {
	font-weight: 700;
}
#recruit-info #sec-job_info .job-wrapper a p {
	font-weight: 700;
	color: #F4810B;
}
#recruit-info #sec-job_info .btn_wrap .btn_application {
	background-color: #F4810B;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

/* 固定応募ボタン */
#recruit-info .btn_application--fixed {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 80;
}
#recruit-info .btn_application--fixed a {
	color: #fff;
	background: #F4810B;
	font-weight: 700;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	letter-spacing: .2em;
	transition: all .5s ease;
}

/* ===================================================
======================================================
=================page-recruit_XX======================
======================================================
=================================================== */
#recruit-info .recruit-info_text_box.web-director {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(216, 118, 6, 0.514)), url(../image/recruit/recruit-s-consul.jpg);
}
#recruit-info .recruit-info_text_box.web-designer {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(216, 118, 6, 0.514)), url(../image/recruit/recruit-s-engineer.jpg);
}
#recruit-info .recruit-info_text_box.engineer {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(216, 118, 6, 0.514)), url(../image/recruit/recruit-it-consul.jpg);
}
#recruit-info .recruit-info_text_box.web-director .recruit-info_main h1,
#recruit-info .recruit-info_text_box.web-designer .recruit-info_main h1,
#recruit-info .recruit-info_text_box.engineer .recruit-info_main h1 {
	font-size: 60px;
}
#recruit-info #sec-require table {
	width: 100%;
}
#recruit-info #sec-require tr {
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(140, 140, 140, 1);
}
#recruit-info #sec-require tr:first-child {
	padding-top: 0;
}
#recruit-info #sec-require th {
	text-align: left;
}
#recruit-info .img {
	position: relative;
}
#recruit-info .img > img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: 50%;
	font-family: "object-fit: cover; object-position: 50%;";
	transform-origin: center;
	transition: 0.5s ease;
}