@charset "UTF-8";

/* セミナー用 */
.your-year input {
	width: 50px !important;
}

.page-recruit .recruit_pagenavi .four_box {
	/* 5つのとき */
	/* width: 18.8736%; */
	/* 	4つのとき */
	width: 23.944%;
}

@media screen and (max-width: 599px) {
	.page-recruit .recruit_pagenavi .four_box {
		width: 49.2957%;
	}

	.page-recruit .recruit_pagenavi .four_box:nth-child(5) {
		margin: 0 0 15px;
	}
	.page-recruit .recruit_pagenavi .four_box.fixedworksbutton:nth-child(5) {
		margin: 0 0 0 1.028%;
	}
}

/*
@media screen and (min-width: 600px) {
	.page-recruit .recruit_pagenavi .four_box:nth-child(5) {
		margin: 0 0 15px 1.408%;
	}
	.page-recruit .recruit_pagenavi .four_box.fixedworksbutton:nth-child(5) {
		margin: 0 0 0 1.028%;
	}
}
*/

html {
	scroll-behavior: smooth;
}

body .alm-listing {
	margin: auto;

}

body .alm-listing .alm-reveal {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

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

.creative_seminar.recruitbox {
	background: #000 url("img/bg_seminar.jpg") no-repeat;
	background-size: 100% auto;
	color: #fff;
}

.creative_seminar.recruitbox .txt1 {
	margin-bottom: 40px;
}

.creative_seminar.recruitbox .txt2 {
	display: block;
	margin: 0 auto 60px;
}

.creative_seminar.recruitbox .txt3 {
	margin-bottom: 60px;
}

.creative_seminar.recruitbox .txt4 {
	margin: 0 auto 60px;
	display: block;
}

.creative_seminar.recruitbox .underline {
	width: 100%;
	border-bottom: 2px solid #fff;
	margin-bottom: 60px;
}

.creative_seminar.recruitbox .txt5 {
	display: block;
	width: 28%;
}

.creative_seminar.recruitbox .btnframe {
	margin: 60px auto 0;
	display: block;
	display: flex;
}

.creative_seminar.recruitbox .btnframe .linkbtn {
	margin: 0 auto;
	border: 1px solid #fff;
	margin: 0 auto;
	background: #fff;
	color: #000;
	width: 100%;
	text-align: center;
}

.creative_seminar.recruitbox .btnframe .linkbtn:hover {
	background: #000;
	color: #fff;
}

.creative_seminar .maintxt {
	width: 100%;
	margin-bottom: 60px;
	color: #fff;
	font-feature-settings: "palt"1;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.creative_seminar .maintxt td {
	border: none;
	padding: 0;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
}

.creative_seminar .maintxt .title td {
	font-size: 2em;
	padding-bottom: 10px;
}

.creative_seminar .maintxt .detail td {
	letter-spacing: .15em;
	line-height: 2;
	font-size: 16.5px;
}

.creative_seminar .attention td {
	border: none;
	padding: 0;
	font-size: 12px;
	font-feature-settings: "palt"1;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.creative_seminar .attention th {
	border: none;
	padding: 0;
	font-size: 12px;
	font-feature-settings: "palt"1;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width: 9%;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	list-style-type: square;
	vertical-align: top;
}

.creative_seminar .attention td {
	padding-left: 15px;
}

.creative_seminar .after_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.creative_seminar .after_flex:after {
	display: none !important;
}

#content #main .creative_seminar .after_flow {
	border: 2px solid #fff;
	padding: 5px 15px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.creative_seminar.recruitbox {
		background-size: auto 70%;
		background-position: center;
	}

	.creative_seminar.recruitbox .txt2,
	.creative_seminar.recruitbox .txt4 {
		width: 100%;
		margin-bottom: 30px;
	}

	.creative_seminar .maintxt .title td {
		font-size: 1.5em;
		text-align: center;
		font-feature-settings: "palt"1;
	}

	.creative_seminar .maintxt .detail td {
		font-size: 1em;
		-moz-text-align-last: auto;
		text-align-last: auto;
		text-justify: none;
		font-feature-settings: "palt"1;
		letter-spacing: .2em;
		line-height: 1.9em;
	}

	.creative_seminar .attention th {
		width: 20%;
	}

	.creative_seminar .maintxt {
		margin-bottom: 40px;
	}

	.creative_seminar .after_flex {
		display: block;
		margin-top: 30px;
	}

	.creative_seminar .after_flow {
		text-align: left;
	}

	.creative_seminar.recruitbox .txt5 {
		display: none;
	}

	.creative_seminar.recruitbox .underline {
		margin-bottom: 30px;
	}

	.creative_seminar.recruitbox .btnframe {
		margin: 30px auto 0;
	}

	.creative_seminar .attention td,
	.creative_seminar .attention th {
		font-size: 10px;
	}

	.creative_seminar .attention td {
		font-weight: bold;
	}

	.recruit_pagenavi .four_box:nth-child(5) {
		margin-left: 0 !important;
	}
}

/* !セミナー用 */
img {
	vertical-align: bottom;
}

.ac {
	width: 100%;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
.scroll-prevent {
	z-index: -1;
	width: 100%;
	height: 100%;
	/*   overflow: hidden; */
}

body {
	color: black;
	background-color: white;
	min-width: 980px;
	font-family: 'Montserrat', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	letter-spacing: 1px;
	overflow-x: hidden;
}

img {
	border: none;
}

a {
	color: black;
	text-decoration: underline;
}

a:link {
	color: black;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
	line-height: 2;
}

ul {
	list-style: none;
	margin-bottom: 20px;
}

ol {
	margin-left: 25px;
}

hr {
	overflow: hidden;
	height: 0;
	border: #bdbdbd dotted 1px;
	margin: 5px 0 15px 0;
}

.font-ja {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
}

.font-en {
	font-family: 'Montserrat', sans-serif;
}

/* .home .hlogo {
    display: none;
} */
.hlogo {
	top: 7px;
	left: 16px;
	display: block;
	margin: 0;
}

.hlogo p {
	width: 125px;
	height: 30px;
	margin: auto;
	overflow: hidden;
	line-height: 0;
}

.hlogo span {
	margin-top: 15px;
	display: block;
}

.error404 #content {
	background: none;
}

.error404 #submain h1,
.page-complete #submain h1,
.page-complete_recruit #submain h1 {
	font-size: 16px;
}

.error404 #content #main,
.page-complete #content #main,
.page-complete_recruit #content #main {
	width: 80%;
	text-align: center;
}

.error404 #submain .h1wrap,
.page-complete #submain .h1wrap,
.page-complete_recruit #submain .h1wrap {
	text-align: center;
}

.single-post .fa-home {
	font-size: 12px !important;
}

.single-post .wrapper .sec.detail {
	max-width: 800px;
}

.single-post .wrapper .sec.spe {
	max-width: 1280px;
}

.fa-window-restore {
	margin-left: 3px;
}

/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base {
	/*background-image:url("img/bg_s.png");
background-repeat:repeat;
width:100%;*/
}

@media screen and (max-width: 599px) {
	#base {
		background-color: #000;
		border-bottom: solid 1px #313131;
	}
}

.wrapper {
	padding: 0;
	z-index: 1;
	position: relative;
}

.wrapper_head {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	z-index: 1000;
}

.home .wrapper_head {
	width: 100%;
	/*   height: 100vh; */
}

#simplegallery1 {
	clear: both;
	margin-bottom: 10px;
	z-index: 2;
}

.simplegallery {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 30px;
}

.simplegallery img {
	width: 100%;
}

#ibox {
	width: 100%;
	height: 100vh;
	background: url("img/hero-voice.jpg") no-repeat;
	background-size: cover;
	position: relative;
}

#ibox .txtbox {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	/* left: 15%; */
	right: 0;
	width: 40vw;
	height: auto;
	font-weight: 400;
	line-height: initial;
	font-size: initial;
	text-align: left;
}

/*
#ibox #slider {
  width: 100%;
  height: 100%;
}

#ibox #slider span[class*="sliderimg"] {
  width: 100%;
  height: 100%;
  background-image: url(img/topslider_img01.jpg);
  background-size: cover;
  background-position: center center;
  display: block;
}

#ibox #slider .sliderimg02 {
  background-image: url(img/topslider_img02.jpg);
  background-size: cover;
  background-position: center center;
}

#ibox #slider .sliderimg03 {
  background-image: url(img/topslider_img03.jpg);
  background-size: cover;
  background-position: center center;
}

#ibox #slider .sliderimg04 {
  background-image: url(img/topslider_img04.jpg);
  background-size: cover;
  background-position: center center;
}

#ibox #slider .sliderimg05 {
  background-image: url(img/topslider_img05.jpg);
  background-size: cover;
  background-position: center center;
}

#ibox #slider .sliderimg06 {
  background-image: url(img/topslider_img06.jpg);
  background-size: cover;
  background-position: center center;
}
*/

/* スライダー使用時
@media screen and (max-width: 599px) {

  #ibox #slider .sliderimg01,
  #ibox #slider .sliderimg02,
  #ibox #slider .sliderimg03 {
    background-image: url(img/topslider_img01sp.jpg);
    background-size: cover;
    background-position: center center;
  }

  #ibox #slider .sliderimg02 {
    background-image: url(img/topslider_img02sp.jpg);
    background-size: cover;
    background-position: center center;
  }

  #ibox #slider .sliderimg03 {
    background-image: url(img/topslider_img03sp.jpg);
    background-size: cover;
    background-position: center center;
  }

  #ibox #slider .sliderimg04 {
    background-image: url(img/topslider_img04sp.jpg);
    background-size: cover;
    background-position: center center;
  }

  #ibox #slider .sliderimg05 {
    background-image: url(img/topslider_img05sp.jpg);
    background-size: cover;
    background-position: center center;
  }

  #ibox #slider .sliderimg06 {
    background-image: url(img/topslider_img06sp.jpg);
    background-size: cover;
    background-position: center center;
  }

  #ibox #slider .sliderimg07 {
    background-image: url(img/topslider_img07sp.jpg);
    background-size: cover;
    background-position: center center;
  }
}
*/

.slick-list,
.slick-slide>div {
	width: 100%;
	height: 100%;
}

.slick-track,
.slick-slide li {
	height: 100%;
}

#ibox .txtbox .txt1 {
	font-size: 68%;
	font-weight: bold;
	position: relative;
	top: 90px;
	transition: top 1s linear;
	color: #fff;
}

#ibox .txtbox.active .txt1 {
	top: 0;
}

#ibox .txtbox .txt2 {
	font-size: 300%;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
	font-style: italic;
}

#ibox .txtbox .message_title {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 3px;
	margin: 10px 0 10px;
	color: #fff;
	position: relative;
	top: 50px;
	opacity: 0;
	transition: 0.8s linear;
}
#ibox .txtbox .txt3 {
	font-size: 68%;
	position: relative;
	top: 50px;
	opacity: 0;
	transition: 0.8s linear;
	color: #fff;
}

#ibox .txtbox .txt3.active,#ibox .txtbox .message_title.active {
	top: 10px;
	opacity: 1;
}

/* @media screen and (min-width:480px) and (max-width:1024px) {

    .home .wrapper_head,
    #ibox {
        height: 50vh;
    }
} */
#social-float {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 55px;
	padding: 10px 5px;
	text-align: center;
	background-color: #fff;
	border: 5px solid #ccd0d5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: none;
}

#copyright {
	-ms-writing-mode: tb-rl;
	/* for IE */
	writing-mode: vertical-rl;
	position: absolute;
	top: -40%;
	color: #fff;
	/* right: 30px; */
	left: 30px;
	width: 10px;
	font-size: 70%;
	letter-spacing: 0;
	z-index: 5000;
}

#copyright a {
	font-size: 80%;
	text-decoration: none;
}

#copyright.fixed {
	position: fixed;
	top: 46vh;
}

/*
#btn_contact,
#btn_contact02 {
  padding: 14px 20px;
  background: #000;
  color: #fff;
  font-size: 16px;
  position: fixed;
  z-index: 9999999;
  letter-spacing: 0.15em;
  bottom: auto;
  top: -150px;
  text-decoration: none;
  right: 20px;
  transition: all 0.5s ease 0s;
  position: absolute;
  border: 1px solid #000;
  opacity: 1;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  width: 160px;
  text-align: left;
  z-index: 999;
}

#btn_contact02 {
  top: -90px;
}

.home #btn_contact,
.home #btn_contact02 {
  pointer-events: none;
  opacity: 0;
}

#btn_contact:hover,
#btn_contact02:hover {
  background: #fff;
  color: #000;
}

#btn_contact.show,
#btn_contact02.show {
  opacity: 1;
  pointer-events: auto;
}

#btn_contact.fixed {
  position: fixed;
  bottom: 80px;
  top: auto;
}

#btn_contact02.fixed {
  position: fixed;
  bottom: 20px;
  top: auto;
}
*/

/*
@media screen and (max-width: 799px) {

  #btn_contact,
  #btn_contact02 {
    display: none;
  }

}
*/

#content {
	background-color: white;
	padding: 0;
	width: 100%;
	margin: 0px auto;
	z-index: 10;
	position: relative;
}

.top_logo {
	margin: 10px 0px 20px;
	height: 60px;
	position: relative;
	top: 90px;
	transition: top 1s linear;
	fill: #fff;
}

.txtbox.active .top_logo {
	top: 0;
}

#pan {
	font-size: 10px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	margin: 0px auto 20px;
	width: 1000px;
}

#content #main {
	max-width: 4000px;
	float: none;
	line-height: 1.8;
	font-size: 14px;
	margin: 0 auto;
	text-align: justify;
	padding-bottom: 80px;
}

.archive #content #main {
	padding-bottom: 120px;
}

.archive .toppro {
	margin-top: 150px;
}

#content .sec {
	width: 960px;
	margin: 0 auto 60px auto;
}

#content .sec.spe {
	width: 90%;
	margin: 0 auto 60px auto;
}

#content .sec.detail {
	width: 60%;
	margin: 0 auto;
}

#content .sec h2:first-child,
#content .sec h3:first-child,
#content .sec h4:first-child {
	margin-top: 0 !important;
}
#content .sec h2:first-child.q_text{
	margin-top: auto!important;
}

#content #main .singletitle a,
#content #main .title a {
	color: #ff6000;
	text-decoration: none;
}

/* --------------------------------------
各ページタイトル
--------------------------------------*/
/* --------------------------------------
マウスオーバー設定
--------------------------------------*/
.menu li a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

#content #main a:hover img {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

#content #side a:hover img {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

#content #side li:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
	background: #FFF;
	/* border-left:#ff6000 2px solid; */
}

/* --------------------------------------
ヘッダー定義
--------------------------------------*/
.home #header {
	display: none;
}

header {
	width: 100%;
	z-index: 1000;
	background: transparent;
	height: 65px;
	margin: 0px auto;
	position: fixed;
}

#header {
	width: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.8);
	height: 65px;
	margin: 0px auto;
	position: relative;
}

.home #header {
	background: transparent;
}

/*ロゴ　スクロール時非表示*/
#header.fixed .header_l img {
	display: none;
}

#pagetop {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

a#pagetop:hover {
	opacity: 0.6;
}

/* --------------------------------------
フッター定義
--------------------------------------*/
#footer {
	clear: both;
	font-size: 13px;
	margin-top: 90px;
	padding-bottom: 0px;
	_margin-bottom: 0px;
	*margin-bottom: 0px;
	width: 100%;
	color: #fff;
	font-size: 12px;
	position: relative;
}

.footspace{height: 120px;background-color: #000;}
@media screen and (max-width: 599px) {
	#footer{
		margin-top: 0;
	}
	#footer.bg:before{
		content: "";
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;left: 0;
		background: url(img/footer_img202203sp.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.footspace{display: none}
}
.footer_com {
	height: auto;
	padding: 120px 0 90px;
	background: url(img/footer_img202203.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.footer_com a {
	color: white;
}

@media screen and (max-width: 599px) {
	.footer_com {
		padding: 120px 0 75px;
		background: none;
	}
}

.footer_com .footerlogo{
	width: 200px;
	display: block;
	margin: 0 auto;
}
.footer_com .footer-container{
	width: 1130px;
	margin: 50px auto 0;
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 1260px){
	.footer_com .footer-container{
		width: 90%;
	}
}
@media screen and (max-width: 599px) {
	.footer_com .footer-container{
		display: block;
		margin: 0;
	}
}

.footer_com .footer-container .company_wrap{
	width: 395px;
}
.footer_com .footer-container .center_wrap{
	width: 215px;
	margin: 0 auto;
}
.footer_com .footer-container .right_map{
	width: 420px;
}
@media screen and (max-width: 1260px){
	.footer_com .footer-container .company_wrap{
		width: 30%;
	}
	.footer_com .footer-container .center_wrap{
		width: 30%;
	}
	.footer_com .footer-container .right_map{
		width: 30%;
	}
}
@media screen and (max-width: 599px) {
/*
	.footer_com .footer-container .company_wrap{
		display: none;
	}
	.footer_com .footer-container .center_wrap{
		display: none;
	}
	.footer_com .footer-container .right_map{
		display: none;
	}
*/
	.footer_com .footer-container{
		margin: 60px auto 0;
	}
	.footer_com .footer-container .company_wrap,.footer_com .footer-container .center_wrap,.footer_com .footer-container .right_map{
		width: 100%;
	}
	.footer_com .footer-container .center_wrap,.footer_com .footer-container .right_map{
		margin-top: 50px;
	}
}

.footer_com .footer-container .company_wrap .title{
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: left;
	margin-bottom: 0;
}
.footer_com .footer-container .company_wrap .company_data{
	width: 100%;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.footer_com .footer-container .company_wrap .company_data .iten{
	width: 110px;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1.5;
}
.footer_com .footer-container .company_wrap .company_data .company_content{
	width: calc(100% - 110px);
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.footer_com .footer-container .company_wrap .company_data .company_content a{
	text-decoration: underline;
}
.footer_com .footer-container .company_wrap .company_data .iten:nth-child(n + 3),.footer_com .footer-container .company_wrap .company_data .company_content:nth-child(n + 3){
	margin-top: 5px;
}

.footer_com .footer-container .center_wrap .contact_data,.footer_com .footer-container .center_wrap .area_data{
	margin-top: 36px;
}
@media screen and (max-width: 1260px){
	.footer_com .footer-container .center_wrap .contact_data,.footer_com .footer-container .center_wrap .area_data{
		margin-top: 67px;
	}
}
.footer_com .footer-container .center_wrap .business_data .title,.footer_com .footer-container .center_wrap .contact_data .title,.footer_com .footer-container .center_wrap .area_data .title,.footer_com .footer-container .right_map .title{
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: left;
	margin-bottom: 0;
}
.footer_com .footer-container .center_wrap .area_data .title{
	font-size: 13px;
}
.footer_com .footer-container .center_wrap .business_data .business_content,.footer_com .footer-container .center_wrap .contact_data .content,.footer_com .footer-container .center_wrap .area_data .area_content{
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.7;
	text-align: justify;
	margin-top: 10px;
}
/*フッターのコラムリンク追加調整*/
.footer_com .footer-container .center_wrap .business_data .business_content{
	font-size: 11px;
}

.footer_com .footer-container .right_map iframe{
	margin-top: 10px;
}
@media screen and (max-width: 1260px){
	.footer_com .footer-container .right_map iframe{
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	.footer_com .footer-container .right_map iframe{
		height: 200px;
	}
}
.footer_com .footer-container .center_wrap .contact_data dl dt {
	width: 15%;
	float: left;
	line-height: 18px;
	text-align: left;
}

.footer_com .footer-container .center_wrap .contact_data dl dt img {
	width: 18px;
	height: auto;
}

.footer_com .footer-container .center_wrap .contact_data dl dd {
	padding: 0 0 0 15%;
	line-height: 18px;
	clear: right;
}

.footer_com .footer-container .center_wrap .contact_data dl dd a {
	text-decoration: none;
}





/*
.footermenu {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
	display: flex;
	align-items: flex-start;
}

img#logo_footer a:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.footermenu .leftbox {
	display: block;
	width: 42%;
}

.footermenu .leftbox img {
	width: 200px;
	height: auto;
}

.footermenu .centerbox {
	display: inline-block;
	width: 32%;
}

.footermenu .centerbox dl dt {
	width: 30%;
	float: left;
	margin-bottom: 10px;
}

.footermenu .centerbox dl dd {
	padding: 0 0 0 35%;
	margin-bottom: 10px;
}

.footermenu .centerbox dl dd .sns {
	align-items: center;
	text-decoration: none;
}

.footermenu .centerbox dl dd .sns img {
	width: 18px;
	margin-right: 10px;
}

.footermenu .rightbox {
	display: inline-block;
	width: 22%;
	margin-left: 3%;
}

.wpcf7-mail-sent-ok {
	display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f00 !important;
	color: #f00 !important;
}

.footermenu .rightbox .contactbox {
	position: absolute;
	bottom: 40px;
}

.footermenu .rightbox .contactbox dl dt {
	width: 15%;
	float: left;
	line-height: 18px;
	text-align: left;
}

.footermenu .rightbox .contactbox dl dt img {
	width: 18px;
	height: auto;
}

.footermenu .rightbox .contactbox dl dd {
	padding: 0 0 0 20%;
	line-height: 18px;
	clear: right;
}

.footermenu .rightbox .contactbox dl dd a {
	text-decoration: none;
}

.footermenu .ti {
	margin-bottom: 10px;
	font-size: 14px;
}
*/

/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/
/* お客様編集時のためにここは変えない */
#content #main p {
	margin-bottom: 20px;
	padding: 0;
	letter-spacing: .01em;
}

.text12 {
	font-size: 14px;
}

@media screen and (max-width: 599px) {
	.text12 {
		font-size: 12px;
	}
}

#content #main .singleline {
	overflow: hidden;
}

#submain {
	height: 200px;
	background-color: white;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-position-y: 50%;
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	-o-filter: brightness(1.1);
	-ms-filter: brightness(1.1);
	filter: brightness(1.1);
}

#submain img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
	top: -550px;
	/*
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
*/
	opacity: 0.5;
}

#submain .h1wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#submain h1 {
	color: #000;
	text-align: center;
	padding: 10px 30px;
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.69);
	margin-top: 61px;
}

.dotted {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

/* --------------------------------------
見出し設定
--------------------------------------*/
/* h1共通部分 */
#content #main h1,
h1 {
	clear: both;
	color: black;
	font-size: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: 1px;
	line-height: 28px;
	position: relative;
	z-index: 10;
	padding-top: 30px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}

#content #main h1 span.fssm {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
}

#content #main h1.title {
	/*   padding-top: 200px; */
}

#content #main h1.sen {
	background: url("img/h1_bg.png") center bottom no-repeat;
	height: 115px;
}
#content #main .sen.single-works{
	clear: both;
	color: black;
	font-size: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: 1px;
	line-height: 28px;
	position: relative;
	z-index: 10;
	padding-top: 30px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	background: url("img/h1_bg.png") center bottom no-repeat;
	height: 115px;
}

#content #main h1.title span {
	font-size: 14px;
	display: block;
}
#content #main h1.sen span {
	font-size: 14px;
	display: block;
}

#content #main h1.archive {
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	padding-top: 0;
}

#content #main h1.title.archive {
	font-size: 30px;
	font-weight: normal;
	height: 115px;
	padding-top: 30px;
	text-align: center;
}

#content #main h1.title.archive .archive-name {
	font-size: 12px;
}

#content #main h1.toppro {
	clear: both;
	color: black;
	font-size: 22px;
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: 2px;
	line-height: normal;
	position: relative;
	z-index: 10;
	padding-top: 60px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}

#content #main h1.title {
	margin-top: 0px;
}

#content #main .detailtitle h1 {
	font-size: 24px;
	margin-bottom: 80px;
	padding-top: 0;
	height: auto;
	line-height: 32px;
	position: relative;
	display: inline-block;
}

#content #main .detailtitle .pagetitle {
	font-size: 14px;
	margin-top: 10px;
	display: block;
	font-weight: normal;
}

#content #main .detailtitle h1:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 20px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}

#content #main .detailtitle.blog h1 {
	margin-bottom: 50px;
	position: static;
	/*   line-height: 55px; */
}

/* コンテンツ中のh1上margin */
.single-blog #content .sec.detail,
.single-information #content .sec.detail {
	padding-bottom: 60px;
}

.post-type-archive-blog #copyright.fixed,
.post-type-archive-information #copyright.fixed {
	top: 26vh;
}

#content #main .detailtitle.blog h1:before {
	content: none;
}

#content #main h2 {
	clear: both;
	color: black;
	font-size: 30px;
	margin: 60px 0 20px 0;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	text-align: center;
}

h2 {
	clear: both;
	color: black;
	font-size: 30px;
	margin: 60px 0 20px 0;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	text-align: center;
}

#content #main h2:first-child,
h2:first-child {
	margin-top: 0;
}

#content #main h2.sen {
	background: url("img/h1_bg.png") center bottom no-repeat;
	height: 118px;
	margin-top: 120px;
}
h2.sen02 {
	background: url("img/h1_bg.png") center bottom no-repeat;
	height: 118px;
	margin-top: 120px;
}

#content #main h2.sen.title.pdt {
	background: url("img/h1_bg.png") center bottom no-repeat;
	height: 118px;
}

#content #main .aboutbox h3:first-of-type {
	font-size: 40px;
	font-style: italic;
}

#content #main h3 {
	clear: both;
	color: #000;
	font-size: 22px;
	margin: 100px 0 60px 0;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 0;
	text-align: center;
}

h3 {
	clear: both;
	color: #000;
	font-size: 22px;
	margin: 100px 0 60px 0;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 0;
	text-align: center;
}

#content #main h3.spe {
	clear: both;
	color: #000;
	font-size: 24px;
	margin: 100px 0 30px 0;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	padding: 0;
	text-align: left;
}

#content #main h3.spe2 {
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

#content #main h4 {
	clear: both;
	color: #000;
	font-size: 18px;
	margin: 20px 0 20px 0;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	padding: 0;
	text-align: left;
}

h4 {
	clear: both;
	color: #000;
	font-size: 18px;
	margin: 20px 0 20px 0;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	padding: 0;
	text-align: left;
}

#content #main h4.spe {
	clear: both;
	background: #000;
	color: #fff;
	font-size: 18px;
	margin: 100px 0 0 0;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: normal;
	padding: 6px 0;
	text-align: center;
}

#content #main h4.spe2 {
	clear: both;
	background: #000;
	color: #fff;
	font-size: 18px;
	margin: 20px 0 0 0;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: normal;
	padding: 6px 0;
	text-align: center;
}

/*special css*/
/*end special css*/
/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/
table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 5px auto;
}

td {
	border: 1px solid #c7c7c7;
	padding: 10px;
}

/* --------------------------------------
テーブル
--------------------------------------*/
.tablestyle {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}

.tdstyle {
	background-color: #eaeaea;
	border: 1px solid #dadada;
	padding: 8px 10px;
	width: 26%;
	text-align: center;
	font-weight: bold;
}

.tdstyle_none {
	background-color: #F5F3F3;
	border: 1px solid #d2d2d2;
	padding: 8px 10px;
	text-align: center;
}

/* 左寄せ */
.tdstyle2 {
	border: 1px solid #dadada;
	padding: 20px;
	text-align: left;
	background-color: white;
}

/* 右寄せ */
.tdstyle3 {
	border: 1px solid #dadada;
	padding: 20px;
	text-align: right;
	background-color: white;
}

/* 中央寄せ */
.tdstyle4 {
	border: 1px solid #dadada;
	padding: 20px;
	text-align: center;
	background-color: white;
}

/*special css*/
/*end special css*/
/* --------------------------------------
<div class="cd?"></div>での 飾り設定
--------------------------------------*/
.cd0 {
	background-color: white;
	padding: 60px 0 40px;
}

.cd1 {
	background-color: #F3F3F3;
	padding: 60px 0;
}

.cd2 {
	background-color: #6191db;
	padding: 60px 0 40px;
	color: #fff;
}

.cd3 {
	background-color: #8FAFDB;
	padding: 60px 0 40px;
	color: white !important;
}

.cd3 h2,
.cd3 h3,
.cd3 h4,
.cd3 a {
	color: white !important;
}

.cd4 {
	background-color: #F4F9FF;
	padding: 40px 0 20px;
}

/* --------------------------------------
<div class="sq?"></div>での 飾り設定
--------------------------------------*/
.sq1,
.sq2,
.sq3,
.sq4,
.sqred {
	display: inline-block;
}

/* 色:グレー */
.sq1 {
	border: 1px solid #ECEBEB;
	background-color: #F3F3F3;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}

/* 囲み:グレー */
.sq2 {
	border: 5px solid #F3F3F3;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
	width: 600px;
	max-width: 100%;
}

/* 色:ピンク */
.sq3 {
	border: 1px solid #FFE8E8;
	background-color: #fff1f4;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}

/* 囲み:ピンク */
.sq4 {
	border: 5px solid #fff1f4;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}

/* 囲み：赤 */
.sqred {
	border: 1px solid #f29e9e;
	background-color: #fffafa;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}

/* 囲み：二重線 */
.nizyuu {
	border-width: 4px;
	border-style: double;
}

/* 囲み：点線 */
.tensen {
	border-width: 3px;
	border-style: dotted;
}

/* 囲み：角丸 */
.radious {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*special css*/
/*end special css*/
/* --------------------------------------
便利ボタン１
--------------------------------------*/
a.link {
	text-align: center;
	margin: 20px auto 0 auto;
	background-color: #4485e9;
	border-radius: 3px;
	text-decoration: none;
	font-size: 110%;
	color: #fff;
	padding: 15px 20px;
	display: block;
	width: 180px;
}

a.link:hover {
	background-color: #1B74E8;
}

a.link2 {
	text-align: center;
	margin: 20px auto 0 auto;
	background-color: #ff5555;
	border-radius: 3px;
	text-decoration: none;
	font-size: 110%;
	color: #fff;
	padding: 15px 20px;
	display: block;
	width: 20%;
}

a.link2:hover {
	background-color: #FF3C35;
}

.line {
	color: #ff6000;
	border-bottom: 2px solid #ff6000;
	padding-bottom: 2px;
}

.line a {
	color: #ff6000;
	text-decoration: none;
}

/* --------------------------------------
テキスト飾り設定
--------------------------------------*/
.hosoku {
	color: #5a5a5a;
	font-size: 90%;
	line-height: 1.7;
}

.fs2 {
	font-size: 114.2857%;
}

.fs3 {
	font-size: 130%;
}

.fs4 {
	font-size: 160%;
	line-height: 1.5;
}

.fs5 {
	font-size: 200%;
	line-height: 1.5;
}

.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pd40 {
	padding: 40px !important;
}

.pd0 {
	padding: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.yellow {
	background-color: #FFFF85;
	padding: 4px 5px 2px 5px;
	font-weight: normal;
}

/*テキスト装飾*/
.tk1 {
	color: #e60000;
}

.tk2 {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffd800 40%);
	text-shadow: 0px 2px 0px white;
	padding-bottom: 3px;
	color: #000000;
}

.tk3 {
	font-weight: bold;
	background: linear-gradient(transparent 70%, #ff3737 20%);
	text-shadow: 0px 2px 0px white;
	padding-bottom: 3px;
}

/*電話番号装飾*/
.telarea {
	border: 1px solid #CECECE;
	margin: 0 0 10px 0;
	padding: 20px 20px 0 20px;
	display: inline-block;
}

.teltext {
	font-size: 26px;
}

.freedial {
	text-align: left;
}

.uline {
	color: #F00;
	text-decoration: underline;
	font-style: italic;
}

.round {
	border-radius: 100px;
}

.blue {
	color: #4485e9;
}

/*チェックボックスの付くリスト*/
ul.check_red li {
	/*赤*/
	background-image: url(img/check_red.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 19px;
}

ul.check_blue li {
	/*青*/
	background-image: url(img/check_blue.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 19px;
}

ul.check_green li {
	/*緑*/
	background-image: url(img/check_green.png);
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 21px;
}

ul.check_yellow li {
	/*黄*/
	background-image: url(img/check_yellow.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 19px;
}

ul.arrow li {
	background-image: url(img/arrow.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 15px;
}

ul.arrow2 li {
	background-image: url(img/arrow2.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 13px;
}

/*special css*/
/*end special css*/
/* --------------------------------------
Q&A
--------------------------------------*/
.q {
	background-color: #F3F3F3;
	color: #ff6000;
	padding: 4px;
	font-weight: bold;
}

.a {
	padding: 7px 4px;
	border-bottom: #CCC 1px dotted;
	margin: 5px 0 20px 1em;
	text-indent: -1em;
}

/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}

/* --------------------------------------
youtube・googlemap 埋め込み用
--------------------------------------*/
.yt {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.yt iframe,
.yt object,
.yt embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
height:  auto;
overflow: hidden;
/**/
}

.fixmargin {
	margin-top: -23px;
}

/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */
#head_pull {
	display: none;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 1000px;
	margin: 0 auto;
}

#header.fixed {
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
}

.menu {
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	display: block;
	width: auto;
	line-height: 1;
	float: right;
}

nav {
	width: 90%;
	margin: 0 auto;
	margin-right: 0;
	height: 100%;
}

.menu li {
	/* float: left; */
	width: auto;
	display: inline-block;
	vertical-align: bottom;
}

.menu_navi li {
	height: 0;
	writing-mode: vertical-rl;
	overflow: hidden;
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(200px) rotateX(90deg);
	}

	100% {
		-webkit-transform: perspective(200px) rotateX(0deg);
	}
}

/*--ここまで--*/
/*--Gナビの文字が縮小
#header.fixed .menu li a {
	font-size: 14px;
}
ここまで--*/
#overlay {
	z-index: 1000 !important;
}

#lightbox {
	z-index: 9999 !important;
}

/*++++++++++++++++ nav button set ++++++++++++++++*/
.button a {
	float: left;
	border-right: 1px solid #7A0114;
	/* 上部メニューボタンの区切り線の色が設定できます */
	background: #C58D9A;
	/* 上部メニューボタンの背景色が設定できます */
	height: 30px;
	margin: 0;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #fff;
	/* 上部メニューボタンの文字色が設定できます */
	display: block;
}

html>body .button a {
	height: 16px;
	font-size: small;
}

.button a.active,
.button a:hover {
	background: #fff;
	/* 上部メニューボタンの背景色（マウスオンの状態）が設定できます */
	color: #C58D9A;
	/* 上部メニューボタンの文字色（マウスオンの状態）が設定できます */
}

.button a.selected {
	background: #fff;
	/* 上部メニューボタンの背景色（セレクト時）が設定できます */
	color: #C58D9A;
	/* 上部メニューボタンの文字色（セレクト時）が設定できます */
}

.button a:active.selected,
.button a:hover.selected {
	background: #fff;
	/* 上部メニューボタンの背景色（セレクト時のマウスオンの状態）が設定できます */
	color: #C58D9A;
	/* 上部メニューボタンの文字色（セレクト時のマウスオンの状態）が設定できます */
}

.button a.nolink {
	background: #C58D9A;
	/* 上部メニューボタンの背景色（リンクなし）が設定できます */
	color: #ccc;
	/* 上部メニューボタンの文字色（リンクなし）が設定できます */
}

/* -------------------------------------
ドロップダウン
-------------------------------------*/
.menu.menu_navi ul.sub-menu {
	display: none;
	z-index: 9999;
	width: 100%;
}

.menu.menu_navi ul.sub-menu li {
	float: none;
	background-image: none;
	text-align: center;
	position: relative;
	width: auto;
	display: block;
}

.menu.menu_navi ul.sub-menu li:hover {
	background-color: #fff9be;
}

.menu.menu_navi ul.sub-menu li a {
	text-indent: 0px;
	font-size: 12px !important;
	height: auto;
	padding: 12px 10%;
	color: #302E1E;
	/* font-weight: bold; */
	text-align: left;
	display: block;
	width: auto;
	position: relative;
	border-bottom: none;
	margin: 0;
	/* background-color: rgba(255, 246, 87, 1); */
	width: 80%;
}

.menu.menu_navi ul.sub-menu li a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

/* --------------------------------------
RSS用
--------------------------------------*/
#feed_new {
	background-color: #F5F3F3;
	font-size: 11px;
	color: #ff6000;
	padding: 5px 10px 0 10px;
	_padding: 5px 10px 0 10px;
	margin: 0px;
	line-height: 130%;
}

#feed_new li {
	border-bottom: #CCCCCC dotted 1px;
	list-style: none;
	padding-bottom: 5px;
}

#feed_new a {
	font-size: 13px;
}

/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
--------------------------------------*/
/* -------
div
----------*/
#main div {
	min-height: 1px;
}

#main div:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #main div {
	height: 1px;
}

/* -------
fontcontrol
----------*/
#control {
	position: absolute;
	top: 5px;
	right: 5px;
}

#control a {
	color: white;
	text-decoration: none;
}

#control a:hover {
	text-decoration: underline;
}

span#intro {
	font-size: 13px;
	margin-right: 5px;
}

span#f-big,
span#f-medium {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}

span#f-small {
	background-color: black;
	padding: 2px 4px;
}

/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.al {
	text-align: left;
}

/* --------------------------------------
リスト（FontAwesome)
--------------------------------------*/
ul {
	text-align: left;
}

ul li a {
	text-decoration: none;
	letter-spacing: 0.5px;
}

ul.li_1 {
	margin-bottom: 20px;
}

ul.li_1 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_1 li:before {
	content: " \f14a";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_2 {
	margin-bottom: 20px;
}

ul.li_2 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_2 li:before {
	color: #008600;
	content: " \f046";
	font-family: FontAwesome;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_3 {
	margin-bottom: 20px;
}

ul.li_3 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_3 li:before {
	content: " \f058";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_4 {
	margin-bottom: 20px;
}

ul.li_4 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_4 li:before {
	content: " \f05d";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_5 {
	margin-bottom: 20px;
}

ul.li_5 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}

ul.li_5 li:before {
	content: " \f0a9 ";
	font-family: FontAwesome;
	color: #000;
	position: absolute;
	font-weight: normal;
	left: 0px;
}

ul.li_6 {
	margin-bottom: 20px;
}

ul.li_6 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_6 li:before {
	content: " \f18e";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_7 {
	margin-bottom: 20px;
}

ul.li_7 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_7 li:before {
	content: " \f138";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_8 {
	margin-bottom: 20px;
}

ul.li_8 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_8 li:before {
	content: " \f152";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_9 {
	margin-bottom: 20px;
}

ul.li_9 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_9 li:before {
	content: " \f0da";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_10 {
	margin-bottom: 20px;
}

ul.li_10 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_10 li:before {
	content: " \f069";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_11 {
	margin-bottom: 20px;
}

ul.li_11 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_11 li:before {
	content: " \f111";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_12 {
	margin-bottom: 20px;
}

ul.li_12 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}

ul.li_12 li:before {
	content: " \f192";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}

ul.li_maru li {
	margin-bottom: 10px;
	text-indent: -1.3em;
	margin-left: 1.3em;
	font-weight: bold;
}

ul.li_maru li:before {
	content: "● ";
	color: #5077c2;
}

ul.li_kome li {
	margin-bottom: 10px;
	text-indent: -1.3em;
	margin-left: 1.3em;
}

ul.li_kome li:before {
	content: "※ ";
	color: #5077c2;
}

ul.b_gray li:before {
	color: #D9D8D8;
}

ul.b_pink li:before {
	color: #F79698;
}

ul.b_green li:before {
	color: #CAFDB1;
}

ul.b_skyblue li:before {
	color: #A0DFF3;
}

ul.b_blue li:before {
	color: #608AEB;
}

ul.b_gold li:before {
	color: #D9B087;
}

ul.b_orange li:before {
	color: #FB8230;
}

ul.b_yellow li:before {
	color: #F8EE6D;
}

ul.b_azuki li:before {
	color: #731F21;
}

ul.b_purple li:before {
	color: #AA79E7;
}

/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/
.flex {
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.two_box {
	width: 49.2957%;
	box-sizing: border-box;
	float: left;
	margin: 0 0 1.408% 1.408%;
}

.two_box:first-child {
	margin-left: 0;
}

.three_box {
	width: 32%;
	box-sizing: border-box;
	padding: 0px;
	float: left;
	margin: 0 0 15px 2%;
	background-color: transparent;
	vertical-align: middle;
}

.three_box:first-child {
	margin-left: 0;
}

.four_box {
	width: 23.94366%;
	box-sizing: border-box;
	padding: 5px;
	/*   float: left; */
	margin: 0 0 15px 1.408%;
}
.four_box.archive_three {
	width: 32.3%;
	margin: 0 0 15px 1.5%;
}
.four_box:first-child {
	margin-left: 0;
}

#content #main .recruit_pagenavi .four_box .four_box--bottom li:not(:last-child) {
	border-bottom: 1px solid black;
}

#content #main .recruit_pagenavi .four_box .four_box--bottom li a {
	background-color: transparent;
	display: flex;
	padding: 3px 10px;
	transition: all .4s;
	cursor: pointer;
	justify-content: space-between;
}

#content #main .recruit_pagenavi .four_box .four_box--bottom li a:hover {
	background-color: black;
}

#content #main .recruit_pagenavi .four_box .four_box--bottom li a:hover p {
	color: white;
}

#content #main .recruit_pagenavi .four_box .four_box--bottom li a p {
	font-size: 12px;
	color: black;
	margin-bottom: 0;
}

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

.four_box02 {
	width: 32.35%;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 0 15px 1.408%;
}
.four_box02.twobox {
	width: 49.25%;
}

.four_box02:nth-child(3n-2) {
	margin-left: 0;
}
.four_box02.mgl0 {
	margin-left: 0;
}
.four_box02.mgl {
	margin-left: 1.408%;
}

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

.category .four_box a {
	position: relative;
}

.five_box {
	width: 19%;
	box-sizing: border-box;
	padding: 20px;
	float: left;
	margin: 0 0 15px 1%;
	background-color: #f2f2f2;
}

.five_box:first-child {
	margin-left: 0;
}

.five_box .fa-angle-right {
	float: right;
	color: #999;
}

/*clearfixと組み合わせて使用*/
.six_four_r {
	float: right;
	width: 580px;
}

.six_four_l {
	float: left;
	width: 400px;
}

.seven_three_r {
	float: right;
	width: 680px;
}

.seven_three_l {
	float: left;
	width: 300px;
}

/* --------------------------------------
電話番号エリア
--------------------------------------*/
.responsedevise {
	border: 1px solid #B7D87F;
	padding: 15px 5px 15px;
	text-align: center;
	width: 80%;
	margin: 30px auto 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* --------------------------------------
リンクボタン
--------------------------------------*/
.link_green {
	border: 1px solid #A8BF75;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -moz-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -ms-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -o-linear-gradient(top, #ffffff, #cee6b3);
	background-image: linear-gradient(to bottom, #ffffff, #cee6b3);
	display: inline-block;
	margin: 10px 0;
}

.link_green a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #496F31;
	padding: 0px 15px;
}

.link_green a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.link_pink {
	border: 1px solid #F4B1B2;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #FFF0F1);
	background-image: -moz-linear-gradient(top, #ffffff, #FFF0F1);
	background-image: -ms-linear-gradient(top, #ffffff, #FFF0F1);
	background-image: -o-linear-gradient(top, #ffffff, #FFF0F1);
	background-image: linear-gradient(to bottom, #ffffff, #FFF0F1);
	display: inline-block;
	margin: 10px 0;
}

.link_pink a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #E37677;
	padding: 0px 15px;
}

.link_pink a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.link_skyblue {
	border: 1px solid #9EDDF8;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -moz-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -ms-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -o-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: linear-gradient(to bottom, #ffffff, #EDFBFF);
	display: inline-block;
	margin: 10px 0;
}

.link_skyblue a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #4593D4;
	padding: 0px 15px;
}

.link_blue {
	border: 1px solid #9EB0CF;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -moz-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -ms-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -o-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: linear-gradient(to bottom, #ffffff, #E4F2FD);
	display: inline-block;
	margin: 10px 0;
}

.link_blue a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #22418B;
	padding: 0px 15px;
}

.link_skyblue a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.link_gold {
	border: 1px solid #C0AA8D;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -moz-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -ms-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -o-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: linear-gradient(to bottom, #ffffff, #FCEDD9);
	display: inline-block;
	margin: 10px 0;
}

.link_gold a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #886A50;
	padding: 0px 15px;
}

.link_gold a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.link_orange {
	border: 1px solid #EF963E;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -moz-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -ms-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -o-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: linear-gradient(to bottom, #F7BB6F, #FCA26D);
	display: inline-block;
	margin: 10px 0;
}

.link_orange a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #fff;
	padding: 0px 15px;
}

.link_orange a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.link_yellow {
	border: 1px solid #E3DEA2;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -moz-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -ms-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -o-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: linear-gradient(to bottom, #ffffff, #F8FDC3);
	display: inline-block;
	margin: 10px 0;
}

.link_yellow a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #5F4E39;
	padding: 0px 15px;
}

.link_yellow a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.link_azuki {
	border: 1px solid #BC8F90;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -moz-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -ms-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -o-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: linear-gradient(to bottom, #AF5C5D, #7C2829);
	display: inline-block;
	margin: 10px 0;
}

.link_azuki a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #fff;
	padding: 0px 15px;
}

.link_azuki a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.link_purple {
	border: 1px solid #EECCF3;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -moz-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -ms-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -o-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: linear-gradient(to bottom, #ffffff, #F7E5FD);
	display: inline-block;
	margin: 10px 0;
}

.link_purple a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #B251C3;
	padding: 0px 15px;
}

.link_purple a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.link_red {
	border: 1px solid #F96062;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #F47B7D, #D85658);
	background-image: -moz-linear-gradient(top, #F47B7D, #D85658);
	background-image: -ms-linear-gradient(top, #F47B7D, #D85658);
	background-image: -o-linear-gradient(top, #F47B7D, #D85658);
	background-image: linear-gradient(to bottom, #F47B7D, #D85658);
	display: inline-block;
	margin: 10px 0;
}

.link_red a {
	text-decoration: none;
	display: block;
	font-size: 110%;
	color: #ffffff;
	padding: 0px 15px;
}

.link_red a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

/* --------------------------------------
フォームボタン
--------------------------------------*/
p.sbtn_0 input[type="submit"] {
	cursor: pointer;
	border: none;
	background: white;
	font-family: Arial;
	color: #000;
	padding: 10px 50px 8px 50px;
	text-decoration: none;
	margin: 50px 0 10px 0;
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	letter-spacing: 5px;
	font-size: 15px;
	transition: 0.3s;
	border: #000 1px solid;
	outline: none;
}

p.sbtn_0 input:hover {
	background-color: #000;
	color: #fff;
}

/* ページ内スライド制御 */
.sliderbox {
	width: 500px;
	height: auto;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

/*  special css*/
/*end special css*/
/* ---------------------
H レスポンシブ用
------------------------*/
/* PC用とモバイル用のロゴを出し分ける */
/* PC用 */
.pc_nav {
	/* width: 90%; */
	height: 65px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	float: right;
}

.pc_nav li {
	position: relative;
	list-style: none;
}
.pc_nav li.inversion {
	background-color: #000;
}
.pc_nav li.inversion a{
	color: #fff;
}

.pc_nav li:after {
	height: 3px;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.pc_nav li:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.pc_nav li.flex {
	display: flex;
	align-items: center;
	padding: 0 30px;
	width: 200px;
	background-color: black;
	font-family: 'Ramabhadra', sans-serif;
}

.pc_nav li.flex p {
	font-size: 18px;
	letter-spacing: .12em;
	display: table;
	vertical-align: middle;
}

.pc_nav li.flex img {
	margin-right: 11px;
	width: 19px;
	height: auto;
}

.pc_nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	margin: 0 auto;
	height: 65px;
	text-align: center;
	color: #000;
	font-size: 15px;
	line-height: 2.8;
	transition: 0.5s;
	text-decoration: none;
	box-sizing: border-box;
	margin: 0 15px;
	letter-spacing: .1em;
}

.pc_nav li ul li a {
	margin: 0;
}

.pc_nav li.cell_nohover:hover:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.pc_nav li ul {
	top: 65px;
	left: 50%;
    transform: translate(-50%);
	position: absolute;
}

.pc_nav li ul li {
	overflow: hidden;
	height: 0;
	transition: 0.2s;
}

.pc_nav li ul li a {
	border-top: 1px solid #eee;
	background-color: rgba(255, 255, 255, 0.8);
	width: 155px;
	height: 40px;
}

.pc_nav li:hover>ul>li {
	overflow: visible;
	height: 40px;
}

.pc_nav li ul li ul {
	top: 0;
	left: 110px;
}

.pc_nav li ul li ul:before {
	/*layer-2▷*/
	position: absolute;
	content: "";
	top: 15px;
	left: 30px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

.pc_nav li ul li ul li:hover>a {
	/*layer-3*/
	color: pink;
	background: #afc6e2;
}

.pc_nav li.cell_tell {
	cursor: pointer;
}

.pc_nav li.cell_tell span {
	border: 2px solid #000;
	padding: 5px 0px;
	text-align: center;
	line-height: normal;
	transition: all 0.4s;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: black;
	color: white;
}

.pc_nav li.cell_tell span:hover {
	background: #000;
	color: #fff;
}

.pc_nav li ul li ul.left {
	top: 0;
	left: -190px;
}

.pc_nav li ul li ul.left:before {
	/*layer-3-left▷*/
	position: absolute;
	content: "";
	top: 15px;
	left: 190px;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
}

.pc_nav li ul li ul li ul.left:before {
	/*layer-3-left▷*/
	position: absolute;
	content: "";
	top: 15px;
	left: 190px;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
}

.pc_nav li ul li ul.left li:hover>a {
	/*layer-2-left*/
	color: pink;
	background: #afc6e2;
}

.pc_nav li ul li ul li ul.left li:hover>a {
	/*layer-3-left*/
	color: purple;
	background: #afc6e2;
}

@media screen and (max-width: 1024px) {
	.pc_nav {
		display: none;
	}
}

.content {
	width: 750px;
	height: 200px;
	background: #eee;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	box-sizing: border-box;
}

/* SP用 */
#mobile_main,
.sitename {
	display: none;
}

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

	header .menu_navi,
	header .menu-trigger {
		display: none;
	}

	#togglemenu {
		display: none;
	}
}

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

	.menu_navi,
	.menu-trigger,
	#togglemenu {
		display: block;
	}
}

ul.menu_navi li a.menu_con {
	top: 20px;
	right: 90px;
	position: absolute;
}

ul.menu_navi li a.menu_mail {
	top: 25px;
	right: 85px;
	position: absolute;
	z-index: 1000000;
}

ul.menu_navi li a.menu_con img {
	height: 21px;
}

ul.menu_navi li a.menu_mail img {
	width: auto;
	height: 22px;
}

@media screen and (min-width: 461px) {
	ul.menu_navi li a.menu_con {
		right: 140px;
	}
}

@media screen and (max-width: 460px) {
	ul.menu_navi li a.menu_con img {
		height: 24px;
	}

	ul.menu_navi li a.menu_mail img {
		height: 17px;
	}
}

/* デスクトップでは非表示にする */
#panel,
#mobile_side,
.mobile_only,
#mobile_tel,
#mobile_main {
	display: none;
}

#content #main p.wp-caption-text {
	margin-top: 2px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	padding: 10px 10px 0;
	line-height: 17px;
}

.rightbox {
	float: right;
}

.leftbox {
	float: left;
}

.w40 {
	width: 40%;
}

.w60 {
	width: 60%;
}

/* コンタクトフォーム */
.wpcf7 .fssm {
	font-size: 80%;
}

input.wpcf7-form-control {
	height: 25px;
	line-height: 1.8;
	margin: 10px auto;
	background: #EDEDED;
	border: 1px solid #EDEDED;
	font-size: 16px;
}

select.wpcf7-form-control {
	/*プルダウンメニュー*/
	width: auto;
	height: auto;
	background: #EDEDED;
	border: 1px solid #EDEDED;
	height: 30px;
	margin-right: 10px;
}

textarea.wpcf7-form-control {
	background: #EDEDED;
	border: 1px solid #EDEDED;
}

/* KON */
.linewrap {
	border-bottom: #333333 1px solid;
	margin-bottom: 20px;
	padding-bottom: 40px;
}

.newsbox {
	width: 95%;
	margin: 0 auto 0 auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
}

.newsbox .leftbox {
	width: 90%;
	float: left;
}

.newsbox .rightbox {
	width: 10%;
	float: right;
}

.newsbox tr {
	display: inline-block;
	width: 33.333333%;
}

.newsbox td {
	display: inline-block;
	padding: 0 10px 0 0;
	border: none;
	vertical-align: top;
}

.newsbox td.ti p {
	margin-left: 3em;
	text-indent: -3em;
	line-height: normal;
}

.newsbox td a {
	color: #fff;
	text-decoration: none;
}

.newsbox .newicon {
	background: #ff0000;
	color: #000;
	font-size: 10px;
	padding: 2px 4px;
	margin-right: 5px;
}

#number_list .catname {
	background: #000;
	color: #fff;
	padding: 1px 4px;
}

@media screen and (max-width: 1590px) {
	.newsbox tr {
		height: 75px;
	}

	#content #main .aboutbox h3:first-of-type {
		font-size: 26px;
		font-style: italic;
	}

	.newsbox td.date {
		display: block;
		width: 100%;
	}
}

.newsbox a.linkmore {
	position: absolute;
	top: 12px;
	right: 0;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 11px;
}

.jissekibox {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 10px;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jissekibox.addjisseki {
	width: 100%;
}

.jissekibox .four_box {
	padding: 0;
	width: 19%;
	margin: 0 0 25px 1%;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
.jissekibox .four_box:hover {
	opacity: 0.6;
}
.jissekibox .four_box >.link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;left: 0;
	z-index: 999;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.jissekibox .four_box a {
	text-decoration: none;
}

.jissekibox .four_box:nth-child(5n+1) {
	margin: 0 0 25px 0;
}

.jissekibox .four_box img {
	width: 100%;
	height: auto;
	border: #f2f2f2 1px solid;
}

#content #main .jissekibox h2 {
	font-size: 16px;
	margin: 0px 0 20px 0;
	text-align: left;
	padding-top: 5px;
	letter-spacing: 1.4px;
	position: relative;
	font-weight: bold;
}

#content #main .jissekibox h2:before {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -10px;
	/*線の上下位置*/
	display: inline-block;
	width: 15px;
	/*線の長さ*/
	height: 1px;
	/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	/*位置調整*/
	background-color: #333333;
	/*線の色*/
	border-radius: 2px;
	/*線の丸み*/
}

#content #main .jissekibox .cat a,
#content #main .jissekibox .service {
	text-decoration: none;
	font-size: 14px;
}

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

	#content #main .jissekibox .cat a,
	#content #main .jissekibox .service {
		font-size: 11px;
	}
}

#content #main .jissekibox p.cat {
	margin-bottom: 0;
}

.jissekibox .jissekinew {
	position: relative;
}

.jissekibox .jissekinew .newicon {
	position: absolute;
	top: 1px;
	left: 1px;
	background: #E20000;
	color: #fff;
	padding: 1px 4px;
}

#content #main .jissekibox p.accessrank {
	margin-bottom: 0;
}

#content #main .jissekibox.new p.pic {
	margin-bottom: 10px;
}

dl {
	text-align: left;
	letter-spacing: 1px;
}

dl dt,
dl dd {
	margin-bottom: 6px;
}

.companybox .two_box {
	padding: 0 0 0 20px;
}

.companybox .two_box:first-child {
	padding: 0 20px 0 0;
}

.companybox .two_box dl {
	border-top: #333 1px solid;
	margin-bottom: 20px;
}

.companybox .two_box dl dt {
	float: left;
	width: 30%;
	padding: 15px 0;
}

.companybox .two_box dl dd {
	border-bottom: #333 1px solid;
	padding: 15px 0 15px 30%;
}

.companybox .inr {
	background: #fff;
	margin: 40px 0 80px 0;
	color: #000;
	text-align: left;
}

#content #main .companybox .inr h2 {
	text-align: left;
	padding-top: 50px;
	padding-left: 40px;
}

.companybox .inr .two_box:first-child {
	border-right: 1px solid #000;
}

.companybox .inr p {
	margin: 0 0 40px 40px !important;
}

.companybox .inr .two_box {
	padding: 0;
	margin: 0;
}

.probox {
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 140px;
	padding-top: 150px;
}

.probox:last-child {
	border: none;
}

.promain {
	margin-bottom: 50px;
}

.probox img.pro_logo {
	height: 100px;
	width: auto;
}

.probox .two_box img {
	width: 100%;
	height: auto;
}

#content #main .probox p.txt {
	margin-bottom: 40px;
}

#content #main .probox h2 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 40px;
}

.probox a.linkbtn {
	margin-top: 50px;
	margin-bottom: 10px;
}

.n2-clear {
	display: none;
}

.wpcf7-form td {
	width: 100%;
	display: block;
	padding: 0 0 15px 0;
	text-align: left;
	font-weight: normal;
	letter-spacing: 2px;
	border: none;
}

.wpcf7-form .tdstyle {
	background-color: white;
	padding: 10px 0 0 0;
}

.wpcf7-form .tdstyle_file {
	margin-top: 20px;
}

.wpcf7-form .tdstyle2 {
	background-color: transparent;
}

.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
	height: 50px;
}

.wpcf7-form input[type="radio"] {
	width: auto;
	height: auto;
}

.wpcf7-list-item-label {
	font-weight: normal;
}

.wpcf7-form input[type="checkbox"] {
	width: auto;
	height: auto;
}

.wpcf7-form input[type="file"] {
	background: none;
	border: none;
}

.wpcf7-form input[name="your-address1"],
.wpcf7-form input[name="your-address3"] {
	width: auto;
}

.wpcf7-form textarea {
	margin-top: 10px;
	height: auto;
}

.pc_ac {
	text-align: center;
}

.hlogo {
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 1000000;
}

.hlogo img {
	width: auto;
	height: 30px;
}

.hlogo_kasou {
	position: absolute;
	top: 10px;
	left: 10px;
}

.hlogo_kasou img {
	width: 300px;
	height: auto;
}

/*ハンバーガーメニューnew*/
.menu-trigger {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	position: fixed;
	top: 5px;
	right: 30px;
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 999999;
	background-color: transparent;
	border-radius: 4px;
}

.menu-trigger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

a.menu-trigger:hover {
	background-color: transparent;
}

.menu-trigger span {
	position: absolute;
	z-index: 9999;
	left: 8px;
	width: 75%;
	height: 2px;
	background-color: black;
}

.menu-trigger span:nth-of-type(1) {
	top: 18px;
}

.menu-trigger span:nth-of-type(2) {
	top: 28px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.menu-menu-1-container {
	width: 100vw;
	height: 100%;
	margin: 0 auto;
}

#togglemenu {
	display: none;
	width: 100vw;
	height: 100%;
	position: fixed;
	top: -30px;
	z-index: 999999;
	background: transparent;
	padding: 0;
	box-sizing: border-box;
}

#togglemenu ul.menu {
	display: block;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	float: none;
	text-align: center;
	background-color: white;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding-top: 65px;
	z-index: 99999;
	overflow-y: scroll;
}

#togglemenu.active ul.menu {
	padding: 30% 0 0;
}

#togglemenu ul.menu li {
	padding-left: 0px;
	list-style-type: none;
	display: block;
}

#togglemenu ul.menu .flex {
	display: none;
}

#togglemenu ul.menu li a {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 30px;
	display: block;
	margin-top: 55px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 2px;
}

#togglemenu ul.menu li:first-child a {
	margin-top: 0;
}

#togglemenu ul.menu li a .fssm {
	font-size: 12px;
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	font-weight: normal;
}

#togglemenu ul.menu li a.works {
	font-size: 14px;
	margin-top: 5px;
}

#togglemenu ul.menu li:nth-of-type(4) a.works {
	margin-top: 30px;
}

#togglemenu ul.menu li ul.layer_2 {
	text-align: center;
	margin-bottom: 0;
	height: 0px;
	opacity: 0;
	display: none;
}

#togglemenu ul.menu li ul.layer_2.active {
	height: 230px;
	opacity: 1;
	display: block;
	transition: all 0.6s 0s ease;
}

#togglemenu ul.menu li.dropdown>a {
	display: block;
	align-items: center;
	justify-content: center;
}

#togglemenu ul.menu li.dropdown>a span {}

#togglemenu ul.menu li.dropdown img {
	transform: rotate(180deg);
	height: 10px;
	display: block;
	margin: 10px auto 0;
	transition: all 300ms 0s ease;
}

#togglemenu ul.menu li.dropdown img.turn {
	transform: rotate(0deg);
}

#togglemenu ul.menu li ul.layer_2 li a {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 500;
}

#togglemenu.close {
	display: none;
}

.toplinkbox {
	padding-bottom: 80px;
	margin: 100px 0 40px 0;
	border-bottom: #333 1px solid;
}

.toplinkbox .two_box {
	width: 49.8%;
	box-sizing: border-box;
	float: left;
	margin: 0 0 1.408% 0.2%;
}

dl.dlist {
	border-top: #333 1px solid;
}

dl.dlist dt {
	padding: 42px 0 40px 0;
	width: 140px;
	margin: 0;
	float: left;
	font-weight: bold;
}

dl.dlist dd {
	padding: 42px 0 40px 140px;
	border: none;
	-webkit-margin-start: 0 !important;
	margin: 0;
	border-bottom: #333 1px solid;
	position: relative;
}

dl.dlist dd.indent {
	padding-left: 15.5em;
    text-indent: -5.4em;
}

dl.dlist dd a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

dl.dlist dd a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

dl.dlist dd a.linktext {
	position: relative;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	margin: 8px 0;
	display: inline-block;
}

.infobox .newicon {
	background: #ff0000;
	color: #000;
	font-size: 10px;
	padding: 2px 4px;
	margin-right: 5px;
}

.single .detail img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 50px;
}

.single #content #main {
	padding-bottom: 0;
}

.single .jissekibox {
	margin: 0 auto 50px;
	width: 100%;
}

.single .detail img.alignright {
	width: 20%;
	height: auto;
	display: inline-block;
	margin-bottom: 20px;
}

.detailtitle {
	padding-top: 30px;
	text-align: center;
}

.detailtitle .catname a {
	text-decoration: none;
}

.detail_line {
	border-bottom: 1px solid #000;
	padding-bottom: 60px;
	margin-bottom: 20px;
}

#content #main .detail_otherworks {
	position: fixed;
	top: 50vh;
	right: 20px;
}

#content #main .detail_otherworks-title {
	margin-bottom: 10px;
}

#content #main .detail_otherworks-inr {
	display: flex;
	flex-direction: column;
}

#content #main .detail_otherworks a {
	background: black;
	color: white;
	transition: all 0.4s;
	border: 1px solid black;
	margin-bottom: 5px;
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	align-self: flex-start;
	text-align: right;
	padding: 2px;
	margin-left: auto;
}

#content #main .detail_otherworks a:hover {
	background: white;
	color: black;
}

#content #main .detail_otherworks a p {
	margin-bottom: 0;
	line-height: 1;
}

@media screen and (max-width: 599px) {
	#content #main .detail_otherworks {
		padding-top: 30px;
		position: relative;
		top: auto;
		right: auto;
	}
}

@media screen and (min-width: 600px) {
	#content #main .detail_otherworks-title {
		padding-bottom: 10px;
		text-align: right;
	}

	#content #main .detail_otherworks-title::after {
		content: "";
		width: 30px;
		height: 1px;
		background: black;
		display: block;
		margin-left: auto;
		margin-top: 10px;
	}
}

@media screen and (min-width: 600px) {
	#content #main .detail_otherworks-inr {
		box-sizing: border-box;
		overflow: hidden;
		transition: all 0.4s;
	}

	#content #main .detail_otherworks-inr a {
		transition: all 0.8s cubic-bezier(0.33, 0.46, 0.11, 0.99);
		animation-name: fadeIn;
		transform: translateX(0%);
		animation-duration: 1s;
	}

	#content #main .detail_otherworks-inr p {
		transition: all 0.4s;
		animation-name: fadeInOpa;
		animation-duration: 1s;
	}

	@keyframes fadeIn {
		0% {
			transform: translateX(100.5%);
		}

		70% {
			transform: translateX(0%);
		}

		100% {}
	}

	@keyframes fadeInOpa {
		0% {
			color: black;
		}

		80% {
			color: black;
		}

		100% {
			color: white;
		}
	}
}

@media screen and (max-width: 599px) {
	#content #main .detail_otherworks a {
		padding: 10px;
		min-width: auto;
		width: 100%;
		text-align: center;
		margin: auto;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 599px) {
	#content #main .detail_otherworks a p {
		line-height: 1.5rem;
	}
}

.detailbox a.linkbtn {
	margin: 0 0 30px 0;
	word-break: break-all;
	padding: 20px 15px;
}

#content #main .detailbox p {
	margin-bottom: 10px;
}

.detailbox ul {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.detailbox ul li {
	background: #EDEDED;
	border-radius: 4px;
	padding: 4px 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
}

.detailbox ul.service li {
	float: none;
	margin: 0 10px 5px 0;
}

.wp-pagenavi {
	text-align: center;
	margin: 80px auto 40px auto;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a {
	color: #fff;
}

.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	border: none;
}

.wp-pagenavi .current {
	font-size: 120%;
}

button {
	border: none;
}

button:focus {
	outline: none;
}

#content #main h2.spe {
	font-size: 22px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 40px;
	color: #000;
	text-align: center;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #EDEDED), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #EDEDED), color-stop(0.75, #EDEDED), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #EDEDED 25%, transparent 25%, transparent 50%, #EDEDED 50%, #EDEDED 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #EDEDED 25%, transparent 25%, transparent 50%, #EDEDED 50%, #EDEDED 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #EDEDED 25%, transparent 25%, transparent 50%, #EDEDED 50%, #EDEDED 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #EDEDED 25%, transparent 25%, transparent 50%, #EDEDED 50%, #EDEDED 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #EDEDED 25%, transparent 25%, transparent 50%, #EDEDED 50%, #EDEDED 75%, transparent 75%, transparent);
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	padding-top: 13px;
	margin-top: 80px;
}

a.linkbtn {
	display: inline-block;
	background: #fff;
	color: #000;
	text-decoration: none;
	padding: 15px 100px;
	transition: 0.3s;
	margin: 40px auto;
	border: #000 1px solid;
}

a.linkbtn:hover {
	background: #000;
	color: #fff;
}

.page-recruit a.linkbtn {
	display: inline-block;
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 15px 100px;
	transition: 0.3s;
	margin: 40px auto;
	border: #000 1px solid;
}

.page-recruit a.linkbtn:hover {
	border: #000 1px solid;
	background: #fff;
	color: #000;
}

@media screen and (max-width: 599px) {
	.page-recruit a.linkbtn {
		padding: 15px 30px;
	}
}

#content #main .sitemapbox h2 {
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing: 1px;
}

.tategal .four_box {
	padding: 0;
}

.tategal .four_box img {
	width: 100%;
	height: auto;
}

.category #content #main a img,
.page-creative #content #main a img {
	border: #f2f2f2 1px solid;
}

.postbox {
	/* border-bottom: 1px solid #000; */
	/*     padding-bottom: 60px; */
	/*     margin-bottom: 40px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.post.edition {
	border: #000 solid 1px;
	padding: 20px;
	position: relative;
	margin-bottom: 10px;
	align-self: flex-start;
	width: 100%;
}

.post.edition a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post.edition a:hover {
	background-color: rgba(178, 178, 178, 0.1);
}

.post.edition .inr {
	width: 80%;
	margin: 0 auto;
}

.post.edition a.readmore {
	float: right;
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 1px 15px;
	text-decoration: none;
	margin: 10px 0;
	transition: 0.3s;
}

.post.edition a.readmore:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

#content #main .post.edition h2 {
	margin: 0;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}

#content #main .post.edition .date {
	font-size: 12px;
	margin-bottom: 10px;
}

#content #main h2.editiontitle {
	font-size: 20px;
	margin-top: 0;
}

.scrollbtn {
	z-index: 9999;
	position: absolute;
	bottom: 10px;
	right: 40px;
}

.scrollbtn img {
	width: 30px;
}

/*動く矢印*/
.go-down-bar {
	width: 30px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: transparent;
	z-index: 999999;
	-webkit-transition: all 3000ms;
	-o-transition: all 3000ms;
	transition: all 3000ms;
}

.go-down-bar-in {
	position: absolute;
	background: transparent;
	width: 30px;
	height: 80px;
	opacity: .8;
	-webkit-animation: aniScrollBar 3260ms 3920ms infinite;
	animation: aniScrollBar 3260ms 3920ms infinite;
}

.go-down-bar img {
	bottom: 0;
	width: 15px;
	height: auto;
}

.archive-cal {
	display: flex;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto;
}

@-webkit-keyframes aniScrollBar {
	0% {
		top: -120%;
	}

	to {
		top: 120%;
	}
}

@keyframes aniScrollBar {
	0% {
		top: -120%;
	}

	to {
		top: 120%;
	}
}

.topnewsbox {
	background: #000;
	color: #fff;
	padding: 30px 0 20px;
	font-size: 90%;
}

.topnewsbox .inr {
	width: 96%;
	margin: 0 auto;
	display: flex;
}

.topnewsbox .inr.first {
	margin: 0 auto 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #313131;
}

.topnewsbox .title {
	width: 220px;
	float: left;
	color: #fff!important;
    font-size: 13px!important;
    margin: 0!important;
    text-align: left!important;
}

.topnewsbox dl dt {
	width: 12%;
	float: left;
}

.topnewsbox dl dd {
	position: relative;
}

.topnewsbox dl.pc_only dd {
	display: flex;
}

.topnewsbox dl dd a {
	color: #fff;
	text-decoration: none;
}

.topnewsbox dl dd .linkmore {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 599px) {
	.topnewsbox .inr {
		width: 90%;
	}
}

@media screen and (max-width: 1024px) {
	.topnewsbox .inr {
		display: block;
	}

	#content #main .recruit_pagenavi .four_box .four_box--bottom {
		display: none;
	}
}

/* 
.topnewsbox dl {
    width: 100%;
} */
.top_probox {
	width: 90%;
	margin: 0 auto;
}

.top_probox .four_box {
	padding: 0;
}

.top_probox .four_box img {
	width: 100%;
	height: auto;
}

#content #main .rightcell {
	width: calc(100% - 220px);
}

#content #main .rightcell2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

#content #main .rightcell2 a {
	color: #fff;
	text-decoration: none;
}

#content #main .rightcell .servicebtn-acc {
	cursor: pointer;
}
#content #main .rightcell .servicebtn-acc.coming {
	cursor: default;
}

#content #main .rightcell .ico-new {
	background: #E20000;
	color: #fff;
	padding: 1px 4px;
	font-size: 10px;
	margin-left: 10px;
}
#content #main .rightcell .ico-new.service {
	background: #fff;
	color: #000;
	margin-left: 2px;
	margin-right: 30px;
}
#content #main .rightcell .servicebtn-acc.coming .ico-new.service {
	opacity: 0.5;
}

#content #main .rightcell .pc_only dd p {
	margin-bottom: 0;
	margin-left: 10px;
	width: 90px;
}

#content #main .top_probox p {
	margin-bottom: 10px;
}

#content #main .top_probox p.ti {
	font-size: 80%;
	margin-bottom: 0;
	font-weight: bold;
}

#content #main .top_probox p.txt {
	font-size: 12px;
	margin-bottom: 0;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

@media screen and (max-width: 599px) {
	#content #main .rightcell2 {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	#content #main .rightcell {
		width: 100%;
	}
}

.ficon {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 22px;
	z-index: 99;
}

.ficon img {
	width: 30px;
	height: auto;
	margin-bottom: 15px;
}

#totop_icon .ficon img {
	margin-bottom: 0;
}

.ficon img:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.aboutbox {
	background: url("img/about_bg.png") center center no-repeat;
	background-size: 115%;
	padding: 100px 0 0 0;
	border: #000 1px solid;
	margin-top: -50px;
}

#content #main .aboutbox p.box1 {
	line-height: 3;
	text-align: center;
	letter-spacing: .01em;
}

.brandform {
	width: 80%;
	margin: 0 auto;
}

.brandform .three_box {
	width: 28%;
	margin: 0 0 15px 5%;
}

.brandform .three_box p {
	line-height: 1.9;
	letter-spacing: 0.5;
}

.aboutbox .since {
	background: url("img/h1_bg.png") center top no-repeat;
	height: 100px;
	text-align: center;
	margin-top: 40px;
	padding-top: 100px;
}

.infobox {
	padding: 80px 0;
	border: #000 1px solid;
	margin-top: -50px;
}

.infobox dl {
	width: 80%;
	margin: 0 auto;
}

.infobox dl dt {
	font-weight: bold;
}

.infobox .inr {
	width: 80%;
	margin: 24px auto 0;
}

.about_bannerbox {
	margin: 60px 0 10px 0;
}
.about_bannerbox.box_center {
	justify-content: center;
/* 	gap: 10px; */
}
.about_bannerbox.box_center .three_box {
	width: 50%;
}

.about_bannerbox .three_box {
	width: 33.333333%;
	padding: 0;
	margin: 0;
}

.about_bannerbox .three_box img {
	width: 100%;
	height: auto;
}

.about_moreinfo_wrap {
	margin: 60px auto 0;
	display: flex;
	align-items: center;
	gap: 6px;
}
.about_moreinfo_wrap:after {
	display: none!important;
}
.about_moreinfo_wrap a {
	width: calc(33.3% - 4px);
	height: 90px;
	background-color: #000;
	border: solid 1px #000;
	display: flex;
	align-items: center;
	transition: 0.3s;
	text-decoration: none;
	position: relative;
}
.about_moreinfo_wrap a:after {
	content: "";
	width: 9px;
	height: 16px;
	background-image: url(img/icon_link.svg);
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.about_moreinfo_wrap a:hover {
	background-color: #fff;
}
.about_moreinfo_wrap a:hover:after {
	background-image: url(img/icon_link_h.svg);
}
.about_moreinfo_wrap a span {
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.15em;
	color: #fff;
	margin: auto;
}
.about_moreinfo_wrap a:hover span {
	color: #000;
}

.about_faq_title{
	font-size: 24px !important;
	text-align: center;
	margin: 60px 0 -10px !important;
}

@media screen and (max-width: 599px) {
	.about_moreinfo_wrap {
		margin: 60px auto 0;
		display: block;
	}
	.about_moreinfo_wrap a {
		width: 100%;
		height: 75px;
	}
	.about_moreinfo_wrap a:nth-child(n + 2) {
		margin-top: 5px;
	}
	.about_moreinfo_wrap a span {
		font-size: 14px;
		line-height: 1.6;
	}
	.about_faq_title{
		font-size: 18px !important;
		text-align: center;
		margin: 50px 0 -60px !important;
		line-height: 1.8 !important;
	}
}


.recruit_pagenavi .four_box {
	text-align: center;
	padding: 0;
}

.recruit_pagenavi .four_box>a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 15px 0;
	transition: 0.4s;
	border: #000 1px solid;
}

.recruit_pagenavi .four_box a:hover {
	background: #000;
	color: #fff;
}

@media screen and (min-width: 600px) {
	.recruit_pagenavi .four_box:nth-child(5) {
		margin-left: 0;
	}
	.recruit_pagenavi .four_box.archive_three:nth-child(5) {
		margin-left: 1.5%;
	}
	.recruit_pagenavi .four_box.archive_three:nth-child(4) {
		margin-left: 0;
	}
}

.recruitbox {
	padding: 80px 0;
	border: #000 1px solid;
	margin-top: -50px;
}

.recruitbox .inr {
	width: 75%;
	margin: 0 auto;
}

#content #main .recruitbox p.ti {
	font-size: 76px;
	font-weight: 800;
	letter-spacing: 6px;
	text-align: center;
	margin-bottom: 40px;
	margin-right: -18px;
}

.recruitbox p.txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.5;
	word-break: break-word!important;
}

#content #main .recruitbox.systembox p,
#content #main .recruitbox.youkoubox p {
	margin-bottom: 40px;
	word-break: break-word;
}

.recruitbox .inr.lineee {
	border-bottom: #000 solid 1px;
	margin-bottom: 70px;
	padding-bottom: 40px;
}

#content #main .recruitbox p.daihyoname {
	text-align: right;
	line-height: 55px;
}

.recruitbox .daihyoname img {
	width: 200px;
	height: auto;
}

#content #main .youkoubox h3.spe {
	letter-spacing: 4px;
}

.recruitbox dl.dlist,
.recruitbox a.linkbtn {
	margin-bottom: 20px;
}

#content #main .recruitbox .mess_h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 40px 0 35px;
}

.blogbox {
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	padding: 80px 0;
	margin-bottom: 40px;
}

.formbox {
	padding: 80px 0 60px 0;
	border: #000 1px solid;
	margin: 40px 0 60px 0;
}

.formbox .inr {
	width: 60%;
	margin: 0 auto;
}

.page-creative .recruit_pagenavi .four_box:nth-child(1) a,
.category-branding .recruit_pagenavi .four_box:nth-child(1) a,
.category-promotion .recruit_pagenavi .four_box:nth-child(2) a,
.category-web .recruit_pagenavi .four_box:nth-child(3) a,
.category-graphic .recruit_pagenavi .four_box:nth-child(4) a,
.category-editorial .recruit_pagenavi .four_box:nth-child(4) a,
.category-tvcm .recruit_pagenavi .four_box:nth-child(5) a,
.category-produce .recruit_pagenavi .four_box:nth-child(7) a,
.page-logo_design .recruit_pagenavi .four_box:nth-child(6) a {
	background: #000;
	color: #fff;
}


.tab-group{
	display: flex;
	justify-content: center;
	margin-bottom: -1px;
	margin-bottom: 50px;
}
.tab-group .tab{
	display: block;
	background:#fff;
	padding:10px 20px;
	border: 1px solid #000;
	width: 50%;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	color: #000;
	transition: 0.4s;
}
.tab-group .tab:hover {
	background: #000;
	color: #fff;
}
.tab-group .tab.is-active{
	background:#000;
	color: #fff;
	cursor: auto;
}
.panel {
	display: none;
}
.panel.is-show {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.guide_title {
	cursor: pointer;
	background: #000;
    color: #fff;
    font-size: 20px;
    margin: 30px 0 0 0;
    padding: 10px 0;
    text-align: center;
	position: relative;
}
.guide_btn a {
	cursor: pointer;
	background: #000;
    color: #fff;
    font-size: 20px;
    margin: 30px 0 0 0;
    padding: 15px 0;
    text-align: center;
	text-decoration: none;
	position: relative;
	display: block;
}
.guide_btn a::after {
	content: '';
	position: absolute;
	color: #fff;
	width: 16px;
	height: 16px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) translateY(-50%) rotate(45deg);
	top: 50%;
	right: 25px;
}
.guide_btn a:hover {
	opacity: 0.7;
}
.ac_btn {
	cursor: pointer;
	background: #000;
    color: #fff;
    font-size: 20px;
    margin: 30px 0 0 0;
    padding: 10px 0;
    text-align: center;
	position: relative;
}
.a_box {
	display: none;
}
.icon-wrap {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translatey(-50%);
	width: 48px;
	height: 48px;
}
.icon-wrap .icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.icon-wrap .icon::before,
.icon-wrap .icon::after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #fff;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 3px;
	transform: translate(-50%, -50%);
}
.icon-wrap .icon::before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.icon.open::before {
	transform: translate(-50%, -50%) rotate(0deg);
}


/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/
.pc_only {
	display: block;
}

.sp_only {
	display: none;
}
.sp_only_inline {
	display: none;
}

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

	/* 構造 */
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body {
		min-width: 320px;
		overflow-x: hidden;
	}

	.wrapper {
		z-index: 10;
		width: 100%;
	}

	.wrapper_head {
		margin: 0px auto;
		padding: 0;
		width: 100%;
		z-index: 1000;
		position: relative;
	}

	#header {
		margin: 0px auto;
		padding: 0;
		width: 100%;
		z-index: 1000;
		position: relative;
	}

	#header .header_l img {
		margin: 10px 0 0 10px;
		width: 140px;
		/*スマホ ロゴの横幅*/
		height: auto;
	}

	body,
	.home {
		/* 背景画像を非表示にしています */
		background: none;
		background-color: #fff;
	}

	#header h1 {
		/* h1はなしにしています */

	}

	.pc_only #ibox {
		width: 100%;
		height: 350px;
		padding: 50px 0;
	}

	.pc_only #ibox img {
		width: 100%;
		height: auto;
	}

	#header.fixed {
		top: auto;
		height: 65px;
	}

	#content #main {
		width: 100%;
		float: none;
		display: block;
		margin: 0;
		box-sizing: border-box;
		min-height: 610px;
	}

	#submain img {
		top: -250px;
	}

	.page-id-66 #submain img {
		top: -180px;
	}

	#content img,
	#content iframe {
		max-width: 100%;
		height: auto;
	}

	#content .sec {
		width: 90%;
		margin: 0 auto;
	}

	/* ヘッダー */
	#header {
		width: 100%;
		margin-top: 0;
		height: 80px;
		position: fixed;
	}

	/* ハンバーガーボタン */
	#panel-btn {
		display: inline-block;
		position: relative;
		width: 50px;
		height: 50px;
		/*  margin: 20px 0 10px;*/
		background: #fff;
	}

	#panel-btn:hover {
		background: #fafafa;
	}

	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 4px;
		margin: -2px 0 0 -15px;
		background: #666;
		transition: .2s;
	}

	#panel-btn-icon:before,
	#panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 4px;
		background: #666;
		transition: .3s;
	}

	#panel-btn-icon:before {
		margin-top: -10px;
	}

	#panel-btn-icon:after {
		margin-top: 6px;
	}

	#panel-btn .close {
		background: transparent;
	}

	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
	}

	#panel-btn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	#panel-btn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	/* モバイル用のメニュー */
	#panel {
		display: none;
		top: 50px;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 40px;
		width: 100%;
		height: 100%;
		right: 0;
		position: absolute;
		z-index: 5;
	}

	/* 見出し */
	#content #main h2 {
		line-height: 1.2;
	}

	#content #main h2.singletitle,
	#content #main h2.title {
		line-height: 1.2;
	}

	#content #main h3,
	#content #main h4 {
		line-height: 1.2;
	}

	#content #main h1.sen {
		background: url("img/h1_bg.png") center bottom -20px no-repeat;
		height: 130px;
		font-size: 24px;
		letter-spacing: 0;
	}
	#content #main .sen.single-works{
		background: url("img/h1_bg.png") center bottom -20px no-repeat;
		height: 105px;
		font-size: 24px;
		letter-spacing: 0;
	}

	#content #main h2 {
		margin-top: 30px;
	}

	#content #main h2.sen.title {
		background: url("img/h1_bg.png") center bottom -10px no-repeat;
		margin-top: 50px;
		height: 90px;
		position: relative;
	}

	#content #main h4 {
		font-size: 17px;
	}

	h4 {
		font-size: 17px;
	}

	/* フッター（サイド） */
	#mobile_side {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.side_area img {
		display: block;
		margin: 0 auto;
	}

	#mobile_side .side_area h3 {
		width: 100%;
	}

	/* テーブル */
	.tablestyle {
		border-collapse: collapse;
		width: 100% !important;
		border-top: 1px solid #dadada;
	}

	.tablestyle td {
		display: block;
		width: 100%;
		border-top: 0;
	}

	/* 固定ページ */
	.alignright,
	.alignleft,
	.alignnone {
		float: none;
		display: block;
		margin: 10px auto;
	}

	.alignright.pc_only,
	.alignleft.pc_only,
	.alignnone.pc_only {
		/* caption分岐の際、余白防止 */
		display: none;
	}

	/* コンタクトフォーム */
	textarea.wpcf7-form-control.wpcf7-textarea {
		width: 100%;
	}

	.wpcf7-text {
		width: 90%;
	}

	.k-year .wpcf7-form-control {
		/*年号のテキスト*/
		width: 5rem;
	}

	.wpcf7 td {
		/* フォームの行を縦に並べる */
		display: block;
		width: 100%;
		font-weight: bold;
	}

	.wpcf7 .tdstyle {
		/* フォームの項目を左寄せ */
		text-align: left;
	}

	.top_logo {
		height: auto;
		width: 90%;
	}

	/* 電話番号タップ */
	#mobile_tel {
		display: block;
		position: fixed;
		z-index: 1;
		bottom: 0;
		width: 100%;
		padding: 10px 0 5px 0;
		background-color: rgba(0, 0, 0, 0.75);
		text-align: center;
	}

	.mobile_tel_inner {
		width: 80%;
		margin: 0 auto;
		border-radius: 5px;
		padding: 2px;
		background: #fff;
	}

	.tel_name {
		padding: 5px 0;
		font-weight: bold;
		color: #333;
	}

	.tel_btn {
		display: block;
		border-radius: 5px;
		font-size: 150%;
		font-weight: bold;
		padding-top: 5px;
		background: #1e5799;
		background: -moz-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #46a1e2));
		background: -webkit-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
		background: -o-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
		background: -ms-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
		background: linear-gradient(to bottom, #1e5799 0%, #46a1e2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#46a1e2', GradientType=0);
	}

	.tel_btn a {
		color: #fff;
		text-decoration: none;
	}

	/*------------------------------------------------------
オプション用スタイル　目次

(1)スライダー
--------------------------------------------------------*/
	.simplegallery {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 30px;
		padding-top: 10px;
	}

	/*------------------------------------------------------
(1)スライダー
--------------------------------------------------------*/
	/*メイン画像マージン*/
	.bx-wrapper {
		margin: 0 auto 0px;
	}

	.bx-wrapper .bx-viewport {
		padding: 0px;
	}

	/*メイン画像に内余白をつける*/
	/*サムネイル*/
	#bx-pager {
		/*サムネイル枠背景色*/
		background-image: url(img/bg_sliderthum.png);
		/*サムネイル枠背景画像*/
		/*▲どちらか一方を残しもう一方は削除▲*/
		padding: 12px 90px;
		margin-bottom: 20px;
	}

	#bx-pager a {
		display: block;
		float: left;
		margin-right: 21px;
		border: 1px solid #E1E1E3;
	}

	#bx-pager a.last {
		margin-right: 0;
	}

	#bx-pager a img {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	#bx-pager a.active {
		border: 1px solid #f00;
	}

	#bx-pager a.active img {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	/*サムネイル通常時*/
	/*メインで表示されている画像に対応するサムネイル*/
	/*ページ読み込み時に一瞬main2,main3がちらつくのを防ぐ*/
	.img2 {
		display: none;
	}

	.img2.show {
		display: block;
	}

	.header_tel,
	#pagetop {
		display: none;
	}

	#footer .footer_btm {
		width: 100%;
		text-align: center;
	}

	.footer_btm {
		margin-bottom: 10px;
	}

	a.link,
	a.link2 {
		width: 40%;
	}

	.cd0,
	.cd1,
	.cd2,
	.cd3 {
		padding: 20px 0 20px;
	}

	/* ページ内スライド制御 */
	.sliderbox {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	/*clearfixと組み合わせて使用*/
	.six_four_r,
	.six_four_l,
	.seven_three_r,
	.seven_three_l {
		width: 80%;
		float: none;
		margin: 0 auto;
	}

	.companybox .leftbox,
	.companybox .midbox,
	.companybox .rightbox {
		width: 100%;
		float: none;
		padding: 0;
	}

	.probox .two_box {
		width: 100%;
		float: none;
		padding: 0;
	}

	.companybox .leftbox dl {
		border-bottom: #333 1px solid;
		border-right: 0;
		padding-bottom: 5%;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.companybox .leftbox dl dt {
		width: 40%;
	}

	.companybox .midbox dl dt {
		width: 40%;
	}

	.companybox .leftbox dl dd {
		padding-left: 40%;
	}

	.companybox .midbox {
		margin-bottom: 30px;
	}

	.companybox .midbox dl dd {
		padding-left: 40%;
	}

	.companybox .rightbox img {
		width: 100%;
	}

	.companybox .inr {
		margin: 20px 0 40px 0;
	}

	#content #main .companybox .inr h2 {
		text-align: left;
		padding-top: 20px;
		padding-left: 20px;
		margin-bottom: 0px;
	}

	.companybox .inr p {
		margin: 0 0 20px 20px !important;
	}

	.companybox .inr .two_box {
		padding: 0;
		margin: 0;
	}

	.tal p.ac {
		width: 95%;
		margin: 0 auto;
	}

	ul.menu_navi li a.menu_mail {
		top: 25px;
	}

	.menu-trigger {
		right: 10px;
		height: 30px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 8px;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 18px;
	}

	.menu-trigger span:nth-of-type(3) {
		top: 28px;
	}

	.footermenu {
		width: 80%;
		margin: 0 auto;
	}

	.footermenu .leftbox {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.footermenu .leftbox img {
		width: 30%;
		height: auto;
	}

	.topmcbox {
		width: 80%;
		margin: 0 auto;
	}

	.newsbox a.linkmore {
		bottom: -5px;
	}

	.toplinkbox {
		border-bottom: none;
		padding-bottom: 40px;
	}

	.jissekibox {
		display: block;
	}

	.jissekibox .four_box,.jissekibox .four_box:nth-child(5n+1) {
		width: 47%;
		box-sizing: border-box;
		float: left;
		margin: 0 0 1.408% 5%;
	}

	.jissekibox .four_box:nth-child(even) {
		clear: right;
	}

	.jissekibox .four_box:nth-child(odd) {
		margin: 0 0 1.408% 0;
		clear: left;
	}

	#content #main .jissekibox p.pic {
		margin-bottom: 10px;
	}

	#content #main .jissekibox h2 {
		font-size: 12px !important;
		text-align: left !important;
		padding-top: 10px !important;
	}

	.newsbox {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.newsbox tr {
		width: 100%;
		float: none;
	}

	.newsbox a.linkmore {
		top: -3px;
	}

	.newsbox tr {
		height: auto;
	}

	.companybox .two_box {
		float: none;
		width: 100%;
		margin-bottom: 0;
		padding: 0;
	}

	.companybox .two_box:nth-of-type(2) dl {
		border-top: none;
	}

	.companybox .two_box:nth-of-type(2) dl dt:first-child,
	.companybox .two_box:nth-of-type(2) dl dd:first-child {
		padding: 0;
	}

	#ibox {
		background: url("img/kabutomushi.png") -200px 100px no-repeat;
		background-size: 75%;
		position: relative;
	}

	#ibox .txtbox .txt2 {
		font-size: 220%;
		margin-bottom: 10px;
	}

	ul.menu_navi li a.menu_con {
		right: 150px;
		z-index: 1000000;
		top: 16px;
	}

	ul.menu_navi li a.menu_mail {
		top: 16px;
		right: 8%;
	}
}

@media screen and (max-width: 1024px) and (max-width: 460px) {
	ul.menu_navi li a.menu_con {
		right: 28%;
		top: 13px;
	}

	ul.menu_navi li a.menu_mail {
		right: 10%;
	}
}

@media screen and (max-width: 1024px) {
	.topnewsbox .title {
		width: 100%;
		float: none;
		margin-bottom: 20px!important;
	}

	.topnewsbox .inr {
		position: relative;
	}

	.topnewsbox dl {
		float: left;
	}

	.topnewsbox dl dt {
		width: 20%;
	}

	.topnewsbox dl dd {
		padding-left: 0;
		position: static;
	}

	.tab_only {
		display: block;
	}

	.top_probox .four_box {
		width: 47%;
		box-sizing: border-box;
		float: left;
		margin: 0 0 1.408% 5%;
	}

	.top_probox .four_box:nth-child(odd) {
		margin: 0 0 1.408% 0;
	}

	#content #main .top_probox p.ti {
		font-size: 90%;
		line-height: 1.4;
		margin-bottom: 3px;
	}

	#content #main .top_probox p.txt {
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.footermenu .centerbox {
		width: 60%;
	}

	.footermenu .rightbox {
		display: inline-block;
		width: 35%;
	}

	#footer_copyright {
		width: 100%;
		color: #fff;
		font-size: 2.2vw;
		text-align: center;
		margin-left: auto;
		margin-right: 15%;
	}

	#footer_copyright>a img {
		width: 100%;
		height: auto;
	}

	#footer_copyright>p {
		margin-top: 10px;
	}

	#togglemenu {
		top: 0;
	}

	#copyright {
		display: none;
	}

	.aboutbox {
		padding-bottom: 80px;
		margin-top: -45px;
	}

	.brandform {
		width: 95%;
	}

	.brandform .three_box {
		width: 29%;
		margin: 0 0 15px 3%;
	}

	.aboutbox .since {
		margin-top: 0;
	}

	#content #main h1.title.pdt {
		padding-top: 110px;
	}

	#content #main h1.title.archive {
		height: 130px;
		font-size: 24px;
		font-weight: bold;
	}
}

/*end*/
/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {
	#content #main .rightcell .ico-new {
		margin-left: 10px;
	}

	#header.fixed {
		height: auto;
	}

	#content #main .rightcell .date {
		width: 72px;
		display: inline-block;
	}

	/*
	.home #header{
		display: none;
	}
*/
	.sp-none {
		display: none;
	}

	.nav {
		background-color: rgba(255, 255, 255, 0.8);
	}

	.home .hlogo {
		display: block;
	}

	.error404 #content #main,
	.page-complete #content #main,
	.page-complete_recruit #content #main {
		margin: 0 auto;
		min-height: 60vh;
	}

	.ac {
		margin-top: 40px;
	}

	#content #main h1.sen,
	#content #main h1.toppro {
		font-weight: bold;
	}

	#content #main h2.sen {
		font-weight: bold;
	}

	/*
html{
overflow-x:hidden;
}
*/
	body {
		font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif !important;
	}

	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.sp_only_inline {
		display: inline;
	}

	.pc_ac {
		text-align: left;
		text-align: left !important;
		text-align: justify !important;
		text-justify: inter-ideograph !important;
	}

	.home #content #main {
		font-size: 13px;
		padding-bottom: 0;
	}

	#content #main h2 {
		font-size: 22px;
	}

	#content #main h3 {
		font-size: 18px;
	}

	#header {
		height: 50px;
		background: rgba(255, 255, 255, 0.8);
	}

	.headnav {
		height: 50px;
	}

	#ibox {
		background: url(img/kabutomushi.png) center no-repeat;
		background-size: 107%;
		position: relative;
		display: flex;
	}

	.top_logo {
		width: 55%;
		margin: auto;
		margin-top: 90%;
		margin-bottom: 0;
		fill: #fff;
		top: inherit;
		opacity: 1;
	}

	#ibox .txtbox {
		width: 100%;
		height: 100%;
		margin: auto;
		bottom: initial;
		left: initial;
		right: initial;
		transform: translate(0);
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}

	#ibox .txtbox .txt1 {
		font-size: 60%;
		display: none;
	}

	#ibox .txtbox .txt2 {
		font-size: 200%;
		margin-bottom: 20px;
	}

	#ibox .txtbox .txt3 {
		width: 50%;
		font-size: 8px;
		line-height: 2;
		text-align: justify;
		color: #fff;
		letter-spacing: 0;
		margin: 15px auto auto;
		position: relative;
	}

	#ibox .txtbox .txt3 br {
		display: none;
	}

	.txt4sp {
		width: 85%;
		margin: 60px auto 0;
		padding-bottom: 90px;
		text-align: justify;
		color: #fff;
	}

	#ibox .btnbox {
		position: fixed;
		width: 100%;
		z-index: 999999;
		bottom: 0;
		border-top: #000 1px solid;
		background-color: black;
		padding: 10px;
	}

	.page-id-108 #ibox .btnbox {
		display: none;
	}

	#ibox .btnbox img.fbtn_tel {
		height: 40px !important;
		width: auto !important;
		float: right;
		margin-right: 10px;
	}

	#ibox .btnbox img.fbtn_mail {
		height: 40px !important;
		width: auto !important;
		float: right;
	}

	#ibox .btnbox a.telnumber {
		color: #fff;
		text-decoration: none;
		font-size: 20px;
	}

	#submain {
		height: 100px;
	}

	#submain img {
		top: -150px;
	}

	.page-id-66 #submain img {
		top: -80px;
	}

	#submain .h1wrap {
		text-align: center;
		width: 100%;
	}

	#submain h1 {
		margin-top: 25px;
		font-size: 20px;
		letter-spacing: 1px;
	}

	.page-complete #submain,
	.page-complete_recruit #submain {
		height: auto;
	}

	.error404 .wrapper {
		padding-top: 100px;
	}

	.error404 .wrapper {
		padding-top: 100px;
	}

	ul.menu_navi li a.menu_mail {
		right: 17%;
	}

	.three_box p {
		font-size: 14px;
	}

	.rightbox,
	.leftbox {
		float: none;
	}

	.two_box,
	.three_box,
	.four_box {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.four_box02 {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.four_box02.twobox {
		width: 100%;
	}
	.four_box02.mgl0 {
		margin-left: 0;
	}
	.four_box02.mgl {
		margin-left: 0;
	}

	a.link,
	a.link2 {
		width: 90%;
	}

	.companybox .inr .two_box:first-child {
		border-bottom: 20px solid #000;
		border-right: none;
	}

	.tal p.ac {
		text-align: left !important;
		margin: 0 20px;
		width: 90%;
		text-align: justify !important;
		text-justify: inter-ideograph !important;
	}

	.probox p {
		text-align: left !important;
		text-align: justify !important;
		text-justify: inter-ideograph !important;
	}

	p.sbtn_0 input[type="submit"] {
		padding: 10px 80px 8px 80px !important;
		display: block !important;
		width: 100%;
		height: 50px !important;
		box-sizing: border-box !important;
		letter-spacing: 5px !important;
		border-radius: none !important;
		font-size: 14px !important;
		-webkit-appearance: none;
	}

	.hlogo {
		top: 7px;
		left: 16px;
		display: block;
		margin: 5px 0 0;
	}

	.hlogo p {
		width: 104px;
		height: 25px;
		margin: auto;
		overflow: hidden;
		line-height: 0;
	}

	.hlogo span {
		margin-top: 15px;
		display: block;
	}

	.hlogo img {
		height: 25px;
	}

	.linewrap.newsarea {
		border-top: none;
	}

	.topmcbox {
		width: 95%;
		margin: 0 auto;
	}

	#content #main .topmcbox h1 img {
		width: 60%;
		height: auto;
	}

	#content #main .topmcbox p {
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.toplinkbox .two_box {
		width: 100%;
		float: none;
		margin: 0 0 1.408% 0;
	}

	.footermenu {
		display: none;
	}

	.footermenu .leftbox img {
		width: 60%;
	}

	.footermenu .rightbox ul {
		box-sizing: border-box;
		padding: 0 0 0 3%;
		margin: 0 0 0 0.5%;
		border-left: #333333 1px solid;
		width: 31%;
		display: inline-block;
		font-size: 0.4rem;
		vertical-align: top;
		word-break: break-all;
	}

	.footermenu .rightbox ul:first-child {
		margin: 0 0.5% 0 0;
		width: 33%;
	}

	/* iPhone4,iPhone5,iPhone5sのみ */
}

@media screen and (max-width: 599px) and (min-width: 320px) and (max-width: 374px) {
	.footermenu .rightbox ul {
		width: 30%;
	}
}

@media screen and (max-width: 599px) {
	.category .infobox dl dt {
		padding: 22px 0 5px 0;
		width: 100%;
		float: none;
	}

	.category .infobox dl dd {
		padding-left: 0;
		padding-top: 0;
	}

	.companybox .two_box p.al {
		text-align: center;
	}

	.wpcf7 p.ac {
		text-align: left;
	}

	.companybox .two_box {
		padding: 0;
	}

	.companybox .two_box:first-child {
		padding: 0;
	}

	.companybox .two_box dl dt {
		float: none;
		width: 100%;
		padding: 15px 0 0 0;
	}

	.companybox .two_box dl dd {
		float: none;
		width: 100%;
		border-bottom: #333 1px solid;
		padding: 5px 0 15px 0;
	}

	.footermenu .leftbox {
		margin-bottom: 60px;
	}

	.footermenu .rightbox {
		margin: 0 auto;
		width: 95%;
	}

	#mainbox {
		width: 100vw;
		height: 100vh;
		background: white;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		border-bottom: #333 1px solid;
	}

	#mainbox img {
		width: 100%;
		height: auto;
		display: block;
		vertical-align: middle;
		margin-top: -80px;
	}

	.newsbox {
		padding-top: 25px;
	}

	dl.recruit dt {
		width: 30%;
	}

	dl.recruit dd {
		padding: 15px 0 15px 30%;
	}

	#content #main h2.spe {
		font-size: 20px;
		font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
		letter-spacing: 1px;
		margin-bottom: 40px;
		color: #000;
		text-align: center;
		background-color: #fff;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #EDEDED), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #EDEDED), color-stop(0.75, #EDEDED), color-stop(0.75, transparent), to(transparent));
		background-image: -webkit-linear-gradient(-45deg, #EDEDED 25%, transparent 25%, transparent 50%, #EDEDED 50%, #EDEDED 75%, transparent 75%, transparent);
		background-image: -moz-linear-gradient(-45deg, #EDEDED 25%, transparent 25%, transparent 50%, #EDEDED 50%, #EDEDED 75%, transparent 75%, transparent);
		background-image: -ms-linear-gradient(-45deg, #EDEDED 25%, transparent 25%, transparent 50%, #EDEDED 50%, #EDEDED 75%, transparent 75%, transparent);
		background-image: -o-linear-gradient(-45deg, #EDEDED 25%, transparent 25%, transparent 50%, #EDEDED 50%, #EDEDED 75%, transparent 75%, transparent);
		background-image: linear-gradient(-45deg, #EDEDED 25%, transparent 25%, transparent 50%, #EDEDED 50%, #EDEDED 75%, transparent 75%, transparent);
		-webkit-background-size: 4px 4px;
		-moz-background-size: 4px 4px;
		background-size: 4px 4px;
		padding-top: 13px;
		margin-top: 80px;
	}

	#content #main h3 {
		margin: 60px 0 40px 0;
		font-size: 16px;
	}

	h3 {
		margin: 60px 0 40px 0;
		font-size: 16px;
	}

	#content #main h3.spe2 {
		font-size: 18px;
		letter-spacing: 1px;
		font-weight: bold;
	}

	#content #main h3.spe {
		font-size: 16px;
	}

	#content #main h4 {
		font-size: 14px;
		font-weight: bold;
		margin: 20px 0 10px 0;
	}

	h4 {
		font-size: 14px;
		font-weight: bold;
		margin: 20px 0 10px 0;
	}

	#content #main h4.spe {
		font-size: 15px;
		letter-spacing: 2px;
	}

	.footermenu .rightbox dl dt {
		width: 30%;
	}

	.footermenu .rightbox dl dd {
		padding: 0 0 20px 30%;
	}

	#content #main .jissekibox h2 {
		margin-bottom: 15px;
		padding-top: 4px !important;
	}

	#content #main .jissekibox h2:before {
		bottom: -8px;
		/*線の上下位置*/
	}

	#content #main .sitemapbox .five_box {
		width: 100%;
		float: none;
	}

	#content #main .sitemapbox h2 {
		font-size: 16px !important;
		padding-top: 10px !important;
		margin-bottom: 20px !important;
		font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
		letter-spacing: 1px;
		height: auto;
		text-align: left;
	}

	a.linkbtn {
		width: 100%;
		margin: 40px auto;
		display: block;
		padding: 20px 0;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.topnewsbox .title {
		width: 100%;
		float: none;
	}

	.topnewsbox dl {
		width: 100%;
		float: none;
	}

	.topnewsbox dl dt {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}

	.topnewsbox dl dd {
		padding-left: 0;
	}

	#togglemenu ul.menu .flex {
		display: flex;
		width: 30%;
		margin: auto;
	}

	#togglemenu.active ul.menu .flex {
		padding-bottom: 60px;
	}

	#togglemenu ul.menu .flex a {
		width: auto;
	}

	#togglemenu ul.menu .flex a img {
		width: 40px;
	}

	.menu img.ficon1,
	.menu img.ficon2 {
		display: block;
	}

	.footermenu {
		padding: 20px 0;
	}

	.footermenu .centerbox,
	.footermenu .rightbox {
		display: none;
	}

	.footermenu .leftbox {
		margin: 0;
	}

	.footermenu .leftbox img {
		width: 40%;
		height: auto;
	}

	#togglemenu ul.menu li a {
		font-family: 'Montserrat', sans-serif;
		color: #000;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: .1em;
		margin-top: 45px;
	}

	#togglemenu ul.menu li a .fssm {
		font-size: 10px;
	}

	.aboutbox {
		background: #fff;
		background-size: cover;
		padding: 40px 0;
	}

	.aboutbox .inr {
		width: 80%;
		margin: 0 auto;
	}

	#content #main .aboutbox p.box1 {
		line-height: 2.4;
	}

	.brandform {
		width: 100%;
	}

	.brandform .three_box {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.aboutbox .since {
		margin-top: 0;
		padding-top: 80px;
	}

	dl.dlist dt,
	dl.dlist dd {
		float: none;
		width: 100%;
	}

	dl.dlist dt {
		padding: 35px 0 5px 0;
	}

	dl.dlist dd {
		padding: 0px 0 35px 0;
	}

	dl.dlist dd.indent {
		padding-left: 5.4em;
		text-indent: -5.4em;
	}

	.about_bannerbox {
		margin: 60px 0 60px 0;
	}
	.about_bannerbox.box_center {
		gap: 0;
	}
	.about_bannerbox.box_center .three_box {
		width: 100%;
	}

	.about_bannerbox .three_box {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.post.edition .inr {
		width: 80%;
	}

	.recruit_pagenavi .four_box {
		width: 49.2957%;
		box-sizing: border-box;
		padding: 0;
		float: left;
		margin: 0 0 5px 1.408%;
		line-height: normal;
	}

	.recruit_pagenavi .four_box:nth-child(odd) {
		margin-left: 0;
	}

	.recruit_pagenavi .four_box a {
		padding: 5px;
		transition: 0s;
		font-size: 10px;
	}

	.probox {
		padding: 20px 0 40px 0;
		margin-bottom: 20px;
	}

	.probox a.linkbtn {
		margin: 40px auto 0 auto;
	}

	div.probox p:nth-of-type(1) img {
		width: 30%;
		height: auto;
	}

	#content #main .probox h2 {
		font-size: 20px;
		font-weight: bold;
	}

	.recruitbox {
		padding: 70px 0 40px 0;
	}

	.recruitbox .inr {
		width: 80%;
	}

	#content #main .recruitbox p.ti {
		font-size: 7.9vw;
		letter-spacing: 1px;
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.recruitbox p.txt {
		font-size: 14px;
	}

	#content #main .recruitbox p.daihyoname {
		line-height: 35px;
	}

	.recruitbox .daihyoname img {
		width: 140px;
	}

	.recruitbox.systembox {
		padding: 80px 0 0px 0;
	}

	.recruitbox dl.dlist {
		margin-bottom: 0;
	}

	#content #main .recruitbox .mess_h3 {
		font-size: 17px;
		line-height: 28px;
		margin: 25px 0;
	}

	#content #main .recruitbox .mess_p {
		font-size: 12px;
	}

	.page-recruit #content #main .recruitbox:last-child {
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	#content .sec.detail {
		width: 90%;
	}

	#content #main .detailtitle h1 {
		font-size: 18px;
		line-height: 1.4;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#content #main .detailtitle.blog h1 {
		font-size: 18px;
		line-height: 1.4;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#content #main .detailtitle.blog p {
		margin-bottom: 0;
	}

	#content #main .detailtitle.blog h1 {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 14px !important;
		-webkit-text-size-adjust: 100%;
		font-weight: bold;
	}

	#content #main .detailtitle h1 {
		margin-bottom: 70px;
		font-weight: bold;
	}

	.post.edition {
		padding: 20px 0;
	}

	#content #main .post.edition h2 {
		font-size: 13px;
		line-height: 1.4;
	}

	.home a.linkbtn {
		width: 90%;
		margin: 0 auto;
	}

	.blogbox {
		padding: 40px 0;
	}

	.recruitbox .inr.lineee {
		border-bottom: #000 solid 1px;
		margin-bottom: 40px;
		padding-bottom: 10px;
	}

	.tab-group .tab{
		font-size: 15px;
	}
	
	.guide_title  {
		font-size: 18px;
	}
	.guide_title .min {
		font-size: 12px;
	}
	.guide_btn a {
		font-size: 15px;
		margin: 15px 0 0 0;
	}
	.guide_btn a .min{
		font-size: 11px;
	}
	.guide_btn a::after {
		width: 12px;
		height: 12px;
		right: 12px;
	}
	.ac_btn {
		font-size: 18px;
	}
	.icon-wrap {
		right: 0;
		width: 35px;
		height: 35px;
	}
	.icon-wrap .icon::before,
	.icon-wrap .icon::after {
		height: 2px;
	}

	.formbox {
		padding: 20px 0 0 0;
	}

	.formbox .inr {
		width: 90%;
	}

	.wpcf7 .tablestyle {
		border-top: 0;
	}
}

.top_padd {
	padding-top: 0;
}

/* 20210108追記 IDENTITY追加コンテンツ*/

.memo-area {
	border: solid 1px #000;
	padding: 90px 0;
}

.memo-area .memo-detail {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.memo-area .memo-detail .memo-title {
	font-size: 26px !important;
	text-align: left !important;
	margin-bottom: 30px !important;
}

.memo-area .memo-detail .memo-title span {
	font-size: 16px;
}

.memo-area .memo-detail .memo-text {
	font-size: 14px;
	line-height: 32px;
}

.memo-area .memo-detail .day {
	text-align: right;
	font-size: 14px;
}

#content #main h2.title .read {
	font-size: 15px;
}

#content #main h2.sen.title.memo-area_title {
	height: 140px;
}

@media screen and (max-width: 600px) {
	.memo-area .memo-detail {
		width: 90%;
	}

	.memo-area .memo-detail .memo-title {
		font-size: 24px !important;
	}

	.memo-area .memo-detail .memo-title span {}

	.memo-area .memo-detail .memo-text {}

	.memo-area .memo-detail .day {}

	#content #main h2.title .read {
		font-size: 11.5px;
	}

	#content #main h2.sen.title.memo-area_title {
		height: 110px;
	}
}

/* 20210121追記英語の強制改行 */

#content #main p {
	word-break: break-all;
	position: relative;
}


#content #main p .ajax-loader {
	position: absolute;
	top: 55%;
}
@media screen and (max-width: 600px) {
	#content #main p .ajax-loader {
		position: relative;
		top: 0;
	}
}


/* 20210512ボタン追加 */
#rankingmorebtn.morebtn,
#newworksmorebtn.morebtn {
	width: 90%;
	max-width: 1280px;
	height: 425px;
	margin: 30px auto 90px;
	padding: 60px 0;
	background-color: #000;
	color: #fff;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	position: relative;
}

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

	#rankingmorebtn.morebtn,
	#newworksmorebtn.morebtn {
		height: 30vw;
		padding: 3vw 0;
	}
}

#rankingmorebtn.morebtn:before,
#newworksmorebtn.morebtn:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
/* 	background-image: url(img/btn_hover.jpg); */
	background-size: cover;
	background-position: center center;
	opacity: 0.5;
	transition: opacity 0.5s;
}

#newworksmorebtn.morebtn:before {
/* 	background-image: url(img/btn_hover02.jpg); */
	background-size: cover;
	background-position: center center;
}
#rankingmorebtn.morebtn *,
#newworksmorebtn.morebtn * {transition: opacity 0.5s}
#rankingmorebtn.morebtn:hover *,
#newworksmorebtn.morebtn:hover * {opacity: 1}

@media screen and (max-width: 599px) {
	#rankingmorebtn.morebtn:before {
/* 		background-image: url(img/btn_hover_sp.jpg); */
		background-size: cover;
		background-position: center center;
		opacity: 1;
	}

	#newworksmorebtn.morebtn:before {
/* 		background-image: url(img/btn_hover_sp02.jpg); */
		background-size: cover;
		background-position: center center;
		opacity: 1;
	}
	#rankingmorebtn.morebtn:hover *,
	#newworksmorebtn.morebtn:hover * {opacity: 1}
}

#rankingmorebtn.morebtn:hover:before,
#newworksmorebtn.morebtn:hover:before {
	opacity: 1;
}

#newworksmorebtn.morebtn {
	margin-bottom: 0;
}

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

	#rankingmorebtn.morebtn,
	#newworksmorebtn.morebtn {
		height: auto;
		padding-bottom: 30px;
	}
}

#rankingmorebtn.morebtn .text,
#newworksmorebtn.morebtn .text {
	padding: 35px;
	padding-bottom: 15px;
	margin-right: auto;
	position: relative;
}

#rankingmorebtn.morebtn .text p,
#newworksmorebtn.morebtn .text p {
	font-size: 60px;
	line-height: 1;
	margin: 0;
}

#rankingmorebtn.morebtn .text p:last-child,
#newworksmorebtn.morebtn .text p:last-child {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px !important;
}

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

	#rankingmorebtn.morebtn .text p,
	#newworksmorebtn.morebtn .text p {
		font-size: 40px;
	}

	#rankingmorebtn.morebtn .text p:last-child,
	#newworksmorebtn.morebtn .text p:last-child {
		font-size: 14px;
	}
}

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

	#rankingmorebtn.morebtn .text,
	#newworksmorebtn.morebtn .text {
		padding: 30px 20px;
		padding-bottom: 0;
	}

	#rankingmorebtn.morebtn .text p,
	#newworksmorebtn.morebtn .text p {
		font-size: 30px;
		line-height: 1.2;
		text-align: center;
	}

	#rankingmorebtn.morebtn .text p:last-child,
	#newworksmorebtn.morebtn .text p:last-child {
		line-height: 1.8;
	}
}

#rankingmorebtn.morebtn .click,
#newworksmorebtn.morebtn .click {
	font-size: 40px;
	line-height: 1.3;
	margin: 15px 0 0 !important;
	padding-bottom: 35px !important;
	position: relative;
}

@keyframes blinking {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

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

	#rankingmorebtn.morebtn .btnline.active:after,
	#newworksmorebtn.morebtn .btnline.active:after {
		animation-name: linemovesp;
		animation-timing-function: ease;
		animation-iteration-count: infinite;
		animation-duration: 1.5s;
	}

	#rankingmorebtn.morebtn .click,
	#newworksmorebtn.morebtn .click {
		width: 90%;
		font-size: 16px;
		text-align: center;
		margin: 0 auto;
		border: solid 1px #fff;
		margin-top: 15px;
		padding: 10px 30px !important;
		display: inline-block;
		animation-name: blinking;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-duration: 2s;
	}
}


#morecreativebtn.morebtn {
	width: 90%;
	max-width: 1280px;
	height: 425px;
	margin: 30px auto 90px;
	padding: 40px 0;
	background-color: #000;
	color: #fff;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 1422px) {
	#morecreativebtn.morebtn {
		height: 30vw;
		padding: 0;
	}
}

#morecreativebtn.morebtn:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-image: url(img/btn_hover04.jpg?0629);
	background-size: cover;
	background-position: center center;
	opacity: 0.5;
	transition: opacity 0.5s;
}
#rankingmorebtn.morebtn:before,#newworksmorebtn.morebtn:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-image: url(img/btn_hover04.jpg?0629);
	background-size: cover;
	background-position: center center;
	opacity: 0.5;
	transition: opacity 0.5s;
}
#newworksmorebtn.morebtn:before {
	background-image: url(img/btn_hover02.jpg);
	background-size: cover;
	background-position: center center;
}

#morecreativebtn.morebtn:hover:before {
	opacity: 1;
}

@media screen and (max-width: 599px) {
	#morecreativebtn.morebtn {
		height: auto;
		padding-bottom: 30px;
	}

	#morecreativebtn.morebtn:before {
		padding-bottom: 30px;
		background-image: url(img/btn_hover_sp04.jpg);
		background-size: cover;
		background-position: center center;
		opacity: 1;
	}
	#rankingmorebtn.morebtn:before,#newworksmorebtn.morebtn:before {
		padding-bottom: 30px;
		background-image: url(img/btn_hover_sp04.jpg);
		background-size: cover;
		background-position: center center;
		opacity: 1;
	}
	#newworksmorebtn.morebtn:before {
		background-image: url(img/btn_hover_sp02.jpg);
		background-size: cover;
		background-position: center center;
	}

}

#morecreativebtn.morebtn .text {
	padding: 35px;
	padding-bottom: 15px;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

#morecreativebtn.morebtn .text p {
	font-size: 60px;
	line-height: 1;
	margin: 0;
}

#morecreativebtn.morebtn .text p:last-child {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px !important;
}

@media screen and (max-width: 1270px) {
	#morecreativebtn.morebtn .text p {
		font-size: 40px;
	}
}

#morecreativebtn.morebtn .text p:last-child {
	font-size: 14px;
}

@media screen and (max-width: 599px) {
	#morecreativebtn.morebtn .text {
		padding: 30px 20px;
		padding-bottom: 0;
	}

	#morecreativebtn.morebtn .text p {
		font-size: 30px;
		line-height: 1.2;
		text-align: center;
	}

	#morecreativebtn.morebtn .text p:last-child {
		line-height: 1.8;
	}
}

#morecreativebtn.morebtn .category_box {
	width: 1010px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 35px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#morecreativebtn.morebtn .category_box {
		width: 90%;
		margin: 30px auto 0;
		padding-bottom: 5px;
	}
}

#morecreativebtn.morebtn .category_box .four_box {
	width: 24.5%;
	background-color: #fff;
	margin: 0 0.666% 0.5% 0;
	margin-left: 0;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: 0.4s;
	border: solid 1px #fff;
}

#morecreativebtn.morebtn .category_box .four_box:hover {
	background-color: #000;
	color: #fff;
}
#morecreativebtn.morebtn .category_box .four_box:hover * {
	color: #fff;
}

#morecreativebtn.morebtn .category_box .four_box:nth-child(4n) {
	margin-right: 0;
}

#morecreativebtn.morebtn .category_box .four_box span {
	margin: auto;
}

@media screen and (max-width: 599px) {
	#morecreativebtn.morebtn .category_box .four_box {
		width: 100%;
		margin-right: 0;
	}

	#morecreativebtn.morebtn .category_box .four_box:nth-child(2n) {
		margin-right: 0;
	}
}


.arrow_mov {
	width: 1px;
	height: 70px;
	position: relative;
	display: block;
	margin: 0 auto;
}
.arrow_mov.side {
	width: 70px;
	height: 1px;
	position: absolute;
	right: 0;top: 50%;
	transform: translateY(-50%);
	display: block;
	margin: 0 auto;
}

@keyframes linemove01 {
	0% {
		top: -200%;
	}

	30% {
		top: 0;
	}

	85% {
		top: 100%;
	}

	100% {
		top: 100%;
	}
}

@keyframes linemove02 {
	0% {
		bottom: -700%;
	}

	30% {
		bottom: -700%;
	}

	85% {
		bottom: 0;
	}

	100% {
		bottom: 100%;
	}
}

@keyframes linemove03 {
	0% {
		left: -700%;
	}

	30% {
		left: -700%;
	}

	85% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}
@keyframes linemove01side {
	0% {
		left: -200%;
	}

	30% {
		left: 0;
	}

	85% {
		left: 100%;
	}

	100% {
		left: 100%;
	}
}

@keyframes linemove02side {
	0% {
		bottom: -700%;
	}

	30% {
		bottom: -700%;
	}

	85% {
		bottom: 0;
	}

	100% {
		bottom: 100%;
	}
}

@keyframes linemove03side {
	0% {
		bottom: -700%;
	}

	30% {
		bottom: -700%;
	}

	85% {
		bottom: 0;
	}

	100% {
		bottom: 100%;
	}
}

.arrow_mov .arrow01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 70px;
	overflow: hidden;
}

.arrow_mov .arrow01:after {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	animation-name: linemove01;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	background-color: #fff;
}

.arrow_mov .arrow02 {
	position: absolute;
	bottom: -1px;
	left: -3.7px;
	transform: rotate(-25deg);
	width: 1px;
	height: 20px;
	overflow: hidden;
}

.arrow_mov .arrow02:after {
	content: "";
	position: absolute;
	bottom: -350%;
	left: 0;
	width: 100%;
	height: 350%;
	animation-name: linemove02;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-delay: -0.5s;
	background-color: #fff;
}

.arrow_mov .arrow03 {
	position: absolute;
	bottom: 18px;
	left: -9px;
	width: 20px;
	height: 1px;
	overflow: hidden;
}

.arrow_mov .arrow03:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -350%;
	width: 350%;
	height: 100%;
	animation-name: linemove03;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-delay: -0.4s;
	background-color: #fff;
}

.arrow_mov.black .arrow01:after {
	background-color: #000;
	animation-delay: -0.5s;
}

.arrow_mov.black .arrow02:after {
	background-color: #000;
	animation-delay: -1s;
}

.arrow_mov.black .arrow03:after {
	background-color: #000;
	animation-delay: -0.9s;
}


.arrow_mov.side .arrow01 {
	width: 70px;
	height: 1px;
}
.arrow_mov.side .arrow01:after {
	top: 0;
	left: -100%;
	animation-name: linemove01side;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-duration: 3s;
}
.arrow_mov.side .arrow02 {
	bottom: -5px;
	left: auto;
	right: 8px;
	transform: rotate(-60deg);
	width: 1px;
	height: 20px;
}
.arrow_mov.side .arrow02:after {
	animation-name: linemove02side;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-delay: -0.5s;
}
.arrow_mov.side .arrow03 {
	position: absolute;
	bottom: -9px;
	left: auto;
	right: 17px;
	width: 1px;
	height: 20px;
	transform: rotate(180deg);
}
.arrow_mov.side .arrow03:after {
	bottom: -350%;
	left: 0;
	animation-name: linemove03side;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-delay: -0.7s;
}



/* 20210526制作に関するご相談 */
/* 20210908表示方法変更（画面右からスライド） */
.consultation {
	width: 100%;
	background-color: #000;
	padding: 70px 0 36px;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: -100%;
	transition: right .3s;
	z-index: 9999;
}
.consultation.slide-panel02 {
	padding: 60px 0;
}

.consultation.category-page {
	position: relative;
	bottom: unset;
	right: unset;
	z-index: 1
}

.consultation .icon-close {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 48px;
	height: auto;
	cursor: pointer;
}

.consultation.category-page .icon-close {
	display: none;
}

.consultation .consultitle {
	font-size: 34px;
	color: #fff;
	margin: 0;
}
@media screen and (max-width: 599px) {
	.consultation .consultitle {
		font-size: 24px;
	}
}

.consultation .consultext {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-top: 36px;
}

.consultation .contact_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.consultation .contact_wrap .consul_box {
	width: 250px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #fff;
	transition: 0.5s;
	text-decoration: none;
}

.consultation .contact_wrap .consul_box:not(:last-child) {
	margin-right: 32px;
}

.consultation .contact_wrap .consul_contact_tel .consul_contact_tel_box {
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	text-align: left;
}

.consultation .contact_wrap .consul_contact_tel .consul_contact_tel_box a {
	text-decoration: none;
}

.consultation .contact_wrap .consul_contact_tel .consul_contact_tel_box .small {
	font-size: 10px;
}

.consultation .contact_wrap .consul_contact_tel .icon_tel {
	margin-right: 16px;
	width: 24px;
	height: 24px;
}

.consultation .contact_wrap .consul_contact_tel.sp {
	display: none;
}

.consultation .contact_wrap .consul_contact_form span,
.consultation .contact_wrap .consul_contact_video span {
	font-size: 16px;
	margin: auto;
	color: #fff;
	transition: 0.5s;
}

.consultation .contact_wrap .consul_contact_form span:before {
	content: "";
	width: 23px;
	height: 17px;
	background-image: url(img/icon_mail.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 12px;
}

.consultation .contact_wrap .consul_contact_video span:before {
	content: "";
	width: 28px;
	height: 17px;
	background-image: url(img/icon-online-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 12px;
}

.consultation .contact_wrap .consul_contact_form:hover,
.consultation .contact_wrap .consul_contact_video:hover {
	background-color: #fff;
}

.consultation .contact_wrap .consul_contact_form:hover span,
.consultation .contact_wrap .consul_contact_video:hover span {
	color: #000;
}

.consultation .contact_wrap .consul_contact_form:hover span:before {
	background-image: url(img/icon_mail_o.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.consultation .contact_wrap .consul_contact_video:hover span:before {
	background-image: url(img/icon-online.svg);
	background-repeat: no-repeat;
	background-size: cover;
}


@media screen and (max-width: 599px) {
	.consultation {
		padding: 90px 0;
	}

	.consultation.slide-panel02 {
		height: 100%;
		overflow-y: scroll;
		padding: 90px 0 60px;
	}

	.consultation .consultext {
		font-size: 13px;
		margin-top: 45px;
	}

	.consultation .contact_wrap {
		/* display: block; */
		flex-direction: column;
		margin-top: 50px;
	}

	.consultation .contact_wrap .consul_box {
		width: 90%;
		height: 75px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: solid 1px #fff;
		transition: 0.5s;
		text-decoration: none;
	}

	.consultation .contact_wrap .consul_box:not(:last-child) {
		margin-right: unset;
	}

	.consultation .contact_wrap .consul_box:not(:first-child) {
		margin-top: 24px;
	}

	.consultation .contact_wrap .consul_contact_tel {
		font-size: 20px;
		/* margin: 0 auto; */
		/* background: linear-gradient(transparent 93%, #fff 93%); */
		/* display: inline */
	}

	.consultation .contact_wrap .consul_contact_tel.pc {
		display: none;
	}

	.consultation .contact_wrap .consul_contact_tel.sp {
		display: flex;
	}

	.consultation .contact_wrap .consul_contact_tel.sp a {
		color: #fff;
		text-decoration: none;
	}

	.consultation .contact_wrap .consul_contact_tel span {
		text-decoration: none;
		color: #fff;
	}

	/* .consultation .contact_wrap .consul_contact_form {
    width: 80%;
    margin: 45px auto 0;
  } */
}

.consultation .consultitle.flowtitle {
	font-size: 24px;
}
.consultation .flowwrap{
	width: 70%;
	display: flex;
	margin: 30px auto 60px;
}
.consultation .flowwrap .flow_block{
	width: 18%;
	margin-right: 2.5%;
}
.consultation .flowwrap .flow_block:last-child{
	margin-right: 0;
}
.consultation .flowwrap .flow_block .num{
	font-size: 32px;
	line-height: 1;
	color: #717171;
}
.consultation .flowwrap .flow_block .fb_title{
	font-size: 16px;
	margin: 10px auto;
}
.consultation .flowwrap .flow_block .detail{
	font-size: 12px;
	line-height: 1.8;
	text-align: justify;
}

.consultation .consultitle.flowtitle {
	font-size: 28px;
}
.consultation .flowwrap{
	width: 70%;
	display: flex;
	margin: 30px auto 60px;
	color: #fff;
}
.consultation .flowwrap .flow_block{
	width: 22.5%;
	margin-right: 2.5%;
}
.consultation .flowwrap .flow_block:last-child{
	margin-right: 0;
}
.consultation .flowwrap .flow_block .num{
	font-size: 32px;
	color: #717171;
}
.consultation .flowwrap .flow_block .fb_title{
	font-size: 16px;
	margin: 10px auto 24px;
	color: #fff;
}
.consultation .flowwrap .flow_block .fb_title.mgb10{
	margin-bottom: 10px;
}
.consultation .flowwrap .flow_block .fb_title span{
	font-size: 12px;
	color: #717171;
	line-height: 1.2;
	display: block;
}
.consultation .flowwrap .flow_block .detail{
	font-size: 12px;
	line-height: 1.8;
	text-align: justify;
}


.fssm .wpcf7-list-item {
	margin-left: 0;
}

.fssm .mwform-checkbox-field-text {
	margin-left: 5px;
}


/* 20210610各ページタイトル周り、パンくず */
#content #main h1.sen span {
	display: block;
	font-size: 12px;
}

#content #main h2.sen span {
	display: block;
	font-size: 12px;
}
h2.sen02 span {
	display: block;
	font-size: 12px;
}
h2 img.headimg {
	width: 360px;
	height: auto;
	margin-bottom: 3px;
}
h2 img.headimg_top {
	width: 190px;
	height: auto;
}

@media screen and (max-width: 599px) {
	#content #main h2.sen span {
		font-size: 10px;
		font-weight: normal;
		margin-top: 3px;
	}
	h2.sen02 span {
		font-size: 10px;
		font-weight: normal;
		margin-top: 3px;
	}
	h2 img.headimg {
		width: 70%;
	}
}

#content #main .catname {
	margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
	#content #main .catname {
		margin-bottom: 20px;
	}
}

.singledetailtop {
	padding-top: 110px;
}

.bread {
	text-align: center;
	padding-top: 110px;
}

.bread a {
	font-size: 12px;
	text-decoration: underline;
}

/* 追従ボタン アイコン表示 */
#footer svg {
	width: 24px;
	height: 15px;
	vertical-align: middle;
	margin-right: 7px;
}

#footer a path.st0 {
	stroke: #fff;
	transition: stroke .5s ease;
	transition-duration: .6s;
}

#footer a:hover path.st0 {
	stroke: #000 !important;
}

/* SP追従ボタン */
.fixed-footer {
	display: flex;
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0;
	z-index: 999;
}

.fixed-footer .fixed-footer-ranking,
.fixed-footer .fixed-footer-left,
.fixed-footer .fixed-footer-right {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	font-size: 15px;
	text-decoration: none;
}

.fixed-footer .fixed-footer-ranking {
	font-size: 13px;
}

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

	.fixed-footer .fixed-footer-ranking {
		font-size: 13px;
	}
	
	.fixed-footer .fixed-footer-left,
	.fixed-footer .fixed-footer-right {
		font-size: 14px;
	}

}

.fixed-footer .fixed-footer-ranking,
.fixed-footer .fixed-footer-left {
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

.fixed-footer .fixed-footer-right {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

.fixed-footer .fixed-footer-left .footer-icon {
	width: 21px;
	height: auto;
	margin-right: 2px;
}

.fixed-footer .fixed-footer-right .footer-icon {
	width: 20px;
	height: auto;
	margin-right: 8px;
}

/* PC追従ボタン */
.fixed-contact-button,.fixed-contact-button-faq {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	position: fixed;
	z-index: 999;
	right: 30px;
	bottom: 30px;
	/* transition: all 0.5s;
  opacity: 1; */
	width: 120px;
	height: 60px;
	cursor: pointer;
}
.fixed-contact-button-faq {
	bottom: 90px;
	border-bottom: solid 1px #fff;
}
.fixed-contact-button.partnerbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	position: fixed;
	z-index: 2000;
	right: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
	height: 60px;
	cursor: pointer;
}

.fixed-contact-button .contact-button-text,.fixed-contact-button-faq .faq-button-text {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
}
.fixed-contact-button.partnerbtn a {
	width: calc(50% - 5px);
	height: 100%;
	background-color: #000;
	border: solid 2px #000;
	margin: 0 auto;
	display: flex;
	align-items: center;
	transition: background-color 0.3s;
	text-decoration: none;
}
.fixed-contact-button.partnerbtn a:first-child {
	margin-left: 0;
}
.fixed-contact-button.partnerbtn a:last-child {
	margin-right: 0;
}
.fixed-contact-button.partnerbtn span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	margin: auto;
	transition: color 0.3s;
}
.fixed-contact-button.partnerbtn span small {
	font-size: 16px;
}
.fixed-contact-button.partnerbtn a:hover {
	background-color: #fff;
}
.fixed-contact-button.partnerbtn a:hover span {
	color: #000;
}

.fixed-contact-button .small,.fixed-contact-button-faq .small {
	font-size: 10px;
}

@media screen and (max-width: 767px) {
	.fixed-contact-button,.fixed-contact-button-faq {
		display: none;
	}
	.fixed-contact-button-faq {
		width: 100%;
		right: 0;
		bottom: 50px;
		border-bottom: none;
		height: 50px;
	}
	.fixed-contact-button-faq .faqwrap{
		width: 100%;
		height: 100%;
		display: flex;
	}
	.fixed-contact-button-faq .faq-button-text {
		font-size: 15px;
		margin: auto;
	}
	.fixed-contact-button-faq .faq-button-text .small {
		font-size: 15px;
	}
	.fixed-contact-button-faq .faq-button-text br {
		display: none;
	}
	.fixed-contact-button.partnerbtn {
		right: 0;
		bottom: 0;
		width: 100%;
		height: 60px;
		background-color: #fff;
	}
	.fixed-contact-button.partnerbtn a {
		width: calc(50% - 2px);
	}
	.fixed-contact-button.partnerbtn span {
		font-size: 15px;
		font-weight: normal;
		line-height: 1.6;
	}
	.fixed-contact-button.partnerbtn span small {
		font-size: 10px;
	}
	.fixed-contact-button.partnerbtn a:hover {
		background-color: #000;
	}
	.fixed-contact-button.partnerbtn a:hover span {
		color: #fff;
	}
}
/* PC追従ボタン-カテゴリー */
.fixed-works-button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	position: fixed;
	z-index: 2000;
	right: 165px;
	bottom: 30px;
	width: calc(100% - 195px);
	height: 60px;
	cursor: pointer;
}

.fixed-works-button .works-button-text {
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
}

.fixed-works-button .small {
	font-size: 10px;
}

@media screen and (max-width: 950px) {
	.fixed-works-button {
		display: none!important;
	}
}

.fixed-works-button .recruit_pagenavi{
	width: 96%;
	margin: 0 auto;
}
.fixed-works-button .recruit_pagenavi .four_box{
	width: 13.4%;
	margin: 0 0 0 1.028%;
	border: solid 1px #fff;
}
.fixed-works-button .recruit_pagenavi .four_box:first-child{
	margin-left: 0;
	border: none;
	display: flex;
	align-items: center;
	cursor: default;
}
.fixed-works-button .recruit_pagenavi .four_box>a{
	font-size: 11px;
	padding: 10px 0;
	color: #fff;
	border: none;
}
.fixed-works-button .recruit_pagenavi .four_box>p{
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	margin: auto;
}
.fixed-works-button .recruit_pagenavi .four_box:hover >a{
	color: #000;
	background: #fff;
}

.rankingbtn {
	position: fixed;
	left: 30px;
    z-index: 2000;
	bottom: 30px;
	width: calc(100% - 195px);
	cursor: pointer;
	background: #000;
}
.rankingbtn a {
	position: relative;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	font-size: 18px;
	letter-spacing: 3px;
	transition: 0.5s;
}
.rankingbtn a:hover {
	opacity: 0.7;
}
.rankingbtn a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(img/rankingbtn.jpg);
	background-size: cover;
	background-position: center center;
}
.rankingbtn a .text p {
	font-size: 16px;
}
.rankingbtn a .text .big {
	font-size: 35px;
	line-height: 1.4;
}
.rankingbtn a .arrow_mov {
	transform: rotateY(180deg) rotate(90deg);
	margin: 0 65px;
}
.rankingbtn a .click {
	font-size: 30px;
}

@media screen and (max-width: 767px) {
	.rankingbtn {
		display: none;
	}
}

.rankingbtn_single a .text p {
	letter-spacing: 0;
}
.rankingbtn_single a .text .big {
	font-size: 48px;
	font-weight: 300;
	letter-spacing: 5px;
	line-height: 1;
}


/* サービスページ追加　20210927 */
.contactarea {
	margin-top: 120px;
}

.contactarea .contacttext {
	font-size: 20px;
	font-weight: 500;
	line-height: 2.5em;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.contactarea .contacttext {
		font-size: 16px;
		text-align: justify;
	}

	.contactarea .contacttext br {
		display: none;
	}
}

.contactarea .consultation {
	right: 0;
	position: relative;
	background-color: #fff;
	padding-top: 0;
}

.contactarea .consultation .contact_wrap .consul_box {
	border: solid 1px #000;
}

.contactarea .consultation .contact_wrap .consul_contact_tel .consul_contact_tel_box {
	color: #000;
	margin: auto 0;
}

.contactarea .consultation .contact_wrap .consul_contact_form span,
.contactarea .consultation .contact_wrap .consul_contact_video span {
	color: #000;
}

.contactarea .consultation .contact_wrap .consul_contact_form span:before {
	background-image: url(img/icon_mail_o.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.contactarea .consultation .contact_wrap .consul_contact_video span:before {
	background-image: url(img/icon-online.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 599px) {
	.contactarea .consultation .contact_wrap .consul_contact_tel.sp {
		display: block;
	}

	.contactarea .consultation .contact_wrap .consul_contact_tel.sp a {
		color: #000;
		display: block;
	}

	.contactarea .consultation .contact_wrap .consul_contact_tel span {
		color: #000;
		display: block;
	}
}

/* 会社概要ページのリンク */
.infobox dl.dlist dd a {
	color: #000;
	text-decoration: underline;
	position: relative;
	width: auto;
	height: auto;
}

.infobox dl.dlist dd a:hover {
	background-color: unset;
}



#content #main .four_box h3.workstitle {
	font-size: 16px;
	margin: 0px 0 20px 0;
	text-align: left;
	line-height: normal;
	padding-top: 5px;
	letter-spacing: 1.4px;
	position: relative;
	font-weight: bold;
}
#content #main .four_box h3.workstitle:before{
	content: '';
	position: absolute;
	left: 10px;
	bottom: -10px;
	display: inline-block;
	width: 15px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #333333;
	border-radius: 2px;
}
#content #main .four_box h4.cat {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .01em;
	line-height: 2;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 599px){
	#content #main .four_box h3.workstitle {
		font-size: 12px !important;
		padding-top: 4px !important;
		margin-bottom: 15px;
	}
	#content #main .four_box h3.workstitle:before{
		bottom: -8px;
	}
}

.four_box .text12 {
	font-size: 10px;
}


/* Q&A */
.consultation .fixedfaqwrap{
	width: 70%;
	margin: 30px auto 60px;
	text-align: justify;
}
.other_text a{
	color: #fff;
	text-decoration: underline;
}
.consultation .fixedfaqwrap .fixedfaq_block{
	margin-bottom: 30px;
}
.consultation .fixedfaqwrap .fixedfaq_block:last-child{
	margin-bottom: 0;
}
.consultation .fixedfaqwrap .fixedfaq_block .q_text{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.5;
	text-align: left;
	margin: 0;
	color: #fff;
}
.consultation .fixedfaqwrap .fixedfaq_block .a_text{
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin: 5px 0 0;
	color: #fff;
}

.faqcontact-faq_wrap{
	width: 100%;
	margin: 60px auto;
}
.faqcontact-faq_wrap .faq_block{
	border-top: solid 1px #000;
	margin: 0;
	padding: 0;
}
.faqcontact-faq_wrap .faq_block:last-child{
	border-bottom: solid 1px #000;
}
.faqcontact-faq_wrap .faq_block .q_wrap{
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: opacity 0.5s;
	position: relative;
	margin: 0;
	padding: 0;
}
.faqcontact-faq_wrap .faq_block .q_wrap:hover{
	opacity: 0.7;
}
.faqcontact-faq_wrap .faq_block .q_wrap:after{
	content: "";
	width: 22px;
	height: 12px;
	background-image: url(img/faq_arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 5%;top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s;
}
.faqcontact-faq_wrap .faq_block .q_wrap.active:after{
	transform: rotate(180deg) translateY(50%);
}
.faqcontact-faq_wrap .faq_block .q_wrap .q_text{
	font-size: 20px!important;
	letter-spacing: 0.1em;
	margin: auto auto auto 5%!important;
	word-break: break-word!important;
}
.faqcontact-faq_wrap .faq_block .a_wrap{
	display: none;
	margin: 0;
	padding: 0;
}
.faqcontact-faq_wrap .faq_block .a_wrap .a_text{
	width: 90%;
	margin: 0 auto 30px!important;
	font-size: 16px;
	letter-spacing: 0.15em;
	line-height: 1.8;
	text-align: justify;
	word-break: break-word!important;
}
.faqcontact-faq_wrap .faq_block .a_wrap .a_text a{
	text-decoration: underline;
}
#works-list.pdt90{
	padding-top: 90px;
}
@media screen and (max-width: 930px){
	.faqcontact-faq_wrap .faq_block .q_wrap{
		height: 60px;
	}
	.faqcontact-faq_wrap .faq_block .q_wrap:hover{
		opacity: 1;
	}
	.faqcontact-faq_wrap .faq_block .q_wrap:after{
		right: 15px;
	}
	.faqcontact-faq_wrap .faq_block .q_wrap .q_text{
		font-size: 16px!important;
		margin-left: 0!important;
	}
	.faqcontact-faq_wrap .faq_block .a_wrap .a_text{
		width: 100%;
		margin: 0 auto 15px!important;
		font-size: 14px;
	}
}
@media screen and (max-width: 599px){
	.consultation .fixedfaqwrap{
		width: 90%;
	}
	.faqcontact-faq_wrap{
		margin: 90px auto;
	}
	.faqcontact-faq_wrap .faq_block .q_wrap{
		height: 90px;
	}
	.faqcontact-faq_wrap .faq_block .q_wrap:after{
		width: 18px;
		height: 10px;
		right: 5px;
	}
	.faqcontact-faq_wrap .faq_block .q_wrap .q_text{
		width: 85%;
		line-height: 1.5;
		margin-left: 1.2em!important;
		text-indent: -1.2em;
		text-align: left!important;
	}
	.faqcontact-faq_wrap .faq_block .a_wrap .a_text{
		margin: 0 auto 30px!important;
	}
	#works-list.pdt90{
		padding-top: 60px;
	}
}

.page-contact .qa_topimg{
	width: 100%;
	height: auto;
}



.singlecontent h2{
	font-size: 22px!important;
	font-style: italic;
	text-align: left!important;
	line-height: 1.5!important;
	border-bottom: solid 1px #000;
	padding-bottom: 4px;
}



/* パートナーページ追記 */
/*
.recruit_pagenavi.box_wrap.partnernavi .four_box{
	width: 19%;
	margin-left: 1.25%;
	position: relative;
}
.recruit_pagenavi.box_wrap.partnernavi .four_box:first-child{
	margin-left: 0;
}
*/
/*
.recruit_pagenavi.box_wrap.partnernavi .four_box.arrow >a{
	background-color: #EDEDED;
}
.recruit_pagenavi.box_wrap.partnernavi .four_box.arrow >a:hover{
	background-color: #000;
}
.recruit_pagenavi.box_wrap.partnernavi .four_box.arrow >a:after{
	content: "";
	width: 15px;
	height: 8px;
	background-image: url(img/partner_arrow.svg);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
*/
/*
.recruit_pagenavi.box_wrap.partnernavi .four_box.arrow >a:hover:after{
	background-image: url(img/partner_arrow_hover.svg);
	background-size: cover;
}
*/

.partner_inr{
	text-align: center;
}
.partner_inr .partner_title{
	font-size: 70px;
	font-weight: 500;
}
.partner_inr .partner_text{
	font-size: 24px;
	line-height: 3.2;
	margin-top: 45px;
	position: relative;
	z-index: 5;
}
.partner_inr .mapwrap:after{
	display: none!important;
}
.partner_inr .mapwrap .scrollicon{
	display: none;
}
.partner_inr .mapimg{
	width: 1050px;
	height: 760px;
	background-image: url(img/partner_map.svg);
	background-size: cover;
	display: block;
	margin: 100px auto 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1170px){
	.partner_inr .mapwrap{
		width: 100%;
		height: 800px;
		overflow-x: scroll;
		writing-mode: vertical-rl;
		margin-top: 60px;
		position: relative;
	}
	.partner_inr .mapwrap .scrollicon{
		display: block;
		position: absolute;
		top: 50%;right: calc(50vw - 5%);
		transform: translate(50%,-50%);
		pointer-events: none;
		transition: opacity 1s;
		transition-delay: 4s;
		opacity: 1;
	}
	.partner_inr .mapwrap .scrollicon.active{
		opacity: 0;
	}
	.partner_inr .mapimg{
		background-size: contain;
		background-repeat: no-repeat;
/* 		margin-top: -30%; */
		margin-top: 0;
		position: relative;
		z-index: -5;
	}
}
@media screen and (max-width: 767px){
	.partner_inr .mapwrap{
		height: 560px;
	}
	.partner_inr .mapimg{
		width: 750px;
		height: 543px;
	}
/*
	.recruit_pagenavi.box_wrap.partnernavi{
		
	}
	.recruit_pagenavi.box_wrap.partnernavi .four_box{
		width: 32%;
		margin-left: 2%;
	}
	.recruit_pagenavi.box_wrap.partnernavi .four_box:first-child{
		margin-left: 0;
	}
	.recruit_pagenavi.box_wrap.partnernavi .four_box:nth-child(4){
		margin-left: auto;
	}
	.recruit_pagenavi.box_wrap.partnernavi .four_box:nth-child(5){
		margin-right: auto;
		margin-left: 2%!important;
	}
*/
/*
	.recruit_pagenavi.box_wrap.partnernavi .four_box.arrow >a:after{
		content: "";
		width: 10px;
		height: 5px;
	}
*/
	.partner_inr .partner_title{
		font-size: 30px;
		font-weight: bold;
	}
	.partner_inr .partner_text{
		font-size: 16px;
		text-align: justify;
		line-height: 2.4;
		word-break: break-word!important;
		margin-top: 15px;
	}
	.partner_inr .partner_text br{
		display: none;
	}
}


#content #main h2.partnerhead{
	height: 150px;
	margin-top: 90px;
}
#content #main h2.partnerhead span{
	margin-top: 12px;
}

.partnerbox.mgt{
	margin-top: 100px;
}
.partnerbox .inr .icon_ex{
	width: 52px;
	height: 57px;
	background-image: url(img/partner_icon.svg);
	background-size: cover;
	display: block;
	margin: 0 auto;
}
.partnerbox .inr .icon01{
	background-image: url(img/partner_icon01.svg);
	background-size: cover;
}
.partnerbox .inr .icon02{
	background-image: url(img/partner_icon02.svg);
	background-size: cover;
}
.partnerbox .inr .icon03{
	background-image: url(img/partner_icon03.svg);
	background-size: cover;
}
.partnerbox .inr .icon04{
	background-image: url(img/partner_icon04.svg);
	background-size: cover;
}
.partnerbox .inr .icon05{
	background-image: url(img/partner_icon05.svg);
	background-size: cover;
}
#content #main .partnerbox h3.spe2{
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 0;
}
#content #main .partnerbox h4{
	font-size: 17px;
	text-align: center;
	line-height: 1.5;
	margin-top: 50px;
}
#content #main .partnerbox p{
	margin-top: 50px;
	text-align: justify;
	word-break: break-word;
}
@media screen and (max-width: 767px){
	#content #main h2.partnerhead{
		height: 125px!important;
	}
	#content #main h2.partnerhead span{
		line-height: 1.5;
		margin-top: 9px;
	}
	.recruitbox.partnerbox{
		padding: 45px 0;
	}
	.partnerbox.mgt{
		margin-top: 60px;
	}
	.partnerbox .inr .icon_ex{
		width: 40px;
		height: 44px;
	}
	#content #main .partnerbox h3.spe2{
		font-weight: bold;
		line-height: 1.8;
		margin-top: 30px;
	}
	#content #main .partnerbox h4{
		margin-top: 30px;
	}
	#content #main .partnerbox p{
		margin-top: 30px;
	}
}

.partner_text02{
	font-size: 26px;
	text-align: center;
	line-height: 2.8;
	letter-spacing: 0.15em;
	margin-top: 150px;
}
.partner_img_wrap{
	display: flex;
	align-items: flex-start;
	margin-top: 100px;
}
.partner_img_wrap img{
	width: 30%;
	height: auto;
	margin-right: 5%;
}
.partner_img_wrap img:last-child{
	margin-right: 0;
}
@media screen and (max-width: 767px){
	.partner_text02{
		font-size: 15px;
		text-align: center;
		line-height: 2.8;
		margin-top: 60px;
	}
	.partner_img_wrap{
		margin: 30px 0 90px;
	}
	.partner_img_wrap img{
		width: 32%;
		margin-right: 2%;
	}
/*
	.partner_img_wrap{
		display: block;
		margin-top: 60px;
	}
	.partner_img_wrap img{
		width: 55%;
		display: block;
		margin: 15px auto 0;
	}
	.partner_img_wrap img:last-child{
		margin-right: auto;
	}
*/
}
@media screen and (max-width: 350px){
	.partner_text02{
		font-size: 13px;
	}
}

.partner_link{
	width: 100%;
	background-image: url(img/partner_link_back.jpg);
	background-size: cover;
	background-position: center center;
	margin-top: 120px;
	padding: 40px 0;
	text-align: center;
	display: block;
	transition: opacity 0.3s;
}
.partner_link:hover{
	opacity: 0.8;
}
.partner_link *{
	color: #fff;
	text-decoration: none;
}
#content #main .partner_link .partner_link_title{
	font-size: 48px;
	color: #fff;
}
@media screen and (max-width: 599px){
	#content #main .partner_link .partner_link_title{
		font-size: 24px;
	}
}
#content #main .partner_link .cat_wrap{
	display: flex;
	align-items: center;
	margin-top: 50px;
}
@media screen and (max-width: 599px){
	#content #main .partner_link .cat_wrap{
		display: block;
		margin-top: 30px;
	}
}
#content #main .partner_link .cat_wrap .cat{
	width: 30%;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	border: solid 1px #fff;
	margin: 0;
	margin-right: 10px;
	padding: 10px 0;
}
@media screen and (max-width: 1024px){
	#content #main .partner_link .cat_wrap .cat{
		font-size: 14px;
	}
}
@media screen and (max-width: 599px){
	#content #main .partner_link .cat_wrap .cat{
		width: 80%;
		margin: 20px auto 0;
		padding: 15px 0;
	}
}
#content #main .partner_link .cat_wrap .cat:first-child{
	margin-left: auto;
}
#content #main .partner_link .cat_wrap .cat:last-child{
	margin-right: auto;
}
#content #main .partner_link .partner_link_text{
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2.4;
	margin-top: 50px;
	color: #fff;
}
@media screen and (max-width: 599px){
	#content #main .partner_link .cat_wrap .cat:first-child{
		margin-top: 0;
	}
	#content #main .partner_link .partner_link_text{
		width: 80%;
		font-size: 12px;
		text-align: justify;
		margin: 30px auto 0;
	}
	#content #main .partner_link .partner_link_text br{
		display: none;
	}
}
#content #main .partner_link .click{
	width: 300px;
	font-size: 36px;
	color: #fff;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}
@media screen and (max-width: 599px){
	#content #main .partner_link .click{
		width: 80%;
		font-size: 24px;
		margin-top: 20px;
	}
}

/* *********** 投稿ページカスタムフィールド改訂版 *********** */
.single .detail.rev img {
	width: auto;
	height: auto;
}
.singledetailtop {
	padding: 160px 0 80px;
}
@media screen and (max-width: 1024px){
	.singledetailtop {
		padding: 120px 0 60px;
	}
}
#content .sec.detail.rev {
	width: calc(100% - 80px);
}
@media screen and (max-width: 1024px){
	#content .sec.detail.rev {
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 767px){
	#content .sec.detail.rev {
		width: calc(100% - 32px);
	}
}
@media screen and (max-width: 599px){
	#content .sec.detail.rev {
		width: calc(100% - 20px);
	}
}
.single-post .wrapper .sec.detail.rev {
	max-width: 1920px;
	padding: 0 40px;
}
@media screen and (max-width: 1024px){
	.single-post .wrapper .sec.detail.rev {
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px){
	.single-post .wrapper .sec.detail.rev {
		padding: 0 16px;
	}
}
@media screen and (max-width: 599px){
	.single-post .wrapper .sec.detail.rev {
		padding: 0 10px;
	}
}
#content #main .detailtitle .catname {
	position: relative;
	padding-top: 24px;
}
#content #main .detailtitle .client {
	font-size: 24px;
	margin: 0 0 2px;
	padding-top: 22px;
	position: relative;
	letter-spacing: .075em;
	text-align: center;
}
@media screen and (max-width: 599px){
	#content #main .detailtitle.rev .client {
		font-size: 18px;
	}
}
#content #main .detailtitle .catname::before,
#content #main .detailtitle .client::before
 {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	font-size: 12px;
	color: rgba(112,112,112,0.5);
	bottom: auto;
	left: auto;
	height: auto;
	background: none;
	transform: translateX(0);
	letter-spacing: .1em;
}
#content #main .detailtitle .catname::before
 {
	content: 'CATEGORY';
}
#content #main .detailtitle .client::before
 {
	content: 'THEME';
}
#content #main .detailtitle h1 {
	font-size: 14px;
	line-height: 1.5;
	width: fit-content;
	margin: 0 auto 48px;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#content #main .detailtitle h1::before {
	bottom: -32px;
}
#content #main .detail_line.rev {
	border-bottom: 0;
}
@media screen and (max-width: 599px){
	#content #main .detail_line.rev {
		padding-bottom: 0;
	}
}
#content #main .singlecontent.rev .subcategory {
	font-size: 15px;
	font-style: italic;
	text-align: center;
	margin-bottom: 130px;
}
@media screen and (max-width: 1024px){
	#content #main .singlecontent.rev .subcategory {
		font-size: 14px;
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 767px){
	#content #main .singlecontent.rev .subcategory {
		font-size: 12px;
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 599px){
	#content #main .singlecontent.rev .subcategory {
		margin-bottom: 60px;
	}
}
#content #main .singlecontent.rev .subcategory span {
	display: inline-block;
}
#content #main .singlecontent.rev .subcategory span::before {
	content: "#";
	margin-right: 4px;
}
#content #main .singlecontent.rev .subcategory span:not(:last-of-type) {
	margin-right: 16px;
}
#content #main .singlecontent.rev .custom-blk:not(:last-of-type) {
	margin-bottom: 146px;
}
@media screen and (max-width: 1024px){
	#content #main .singlecontent.rev .custom-blk:not(:last-of-type) {
		margin-bottom: 112px;
	}
}
@media screen and (max-width: 767px){
	#content #main .singlecontent.rev .custom-blk:not(:last-of-type) {
		margin-bottom: 96px;
	}
}
@media screen and (max-width: 599px){
	#content #main .singlecontent.rev .custom-blk:not(:last-of-type) {
		margin-bottom: 60px;
	}
}
#content #main .singlecontent.rev .custom-blk img {
	max-width: 100%;
	margin: 0 auto;
}
#content #main .singlecontent.rev .txt-01 p {
	text-align: center;
	font-size: 16px;
	line-height: 3;
	margin-bottom: 0;
}
@media screen and (max-width: 599px){
	#content #main .singlecontent.rev .txt-01 p {
		text-align: left;
	}
	#content #main .singlecontent.rev .txt-01 p br {
		display: none;
	}
}
#content #main .singlecontent.rev .head-02 {
/*
	display: grid;
	grid-template-columns: 1fr 1fr;
*/
}
#content #main .singlecontent.rev .head-02 a {
	text-decoration: underline;
}
#content #main .singlecontent.rev .head-02 a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 1024px){
	#content #main .singlecontent.rev .head-02 {
/* 		grid-template-columns: 1fr; */
	}
}
#content #main .singlecontent.rev .head-02 p {
	width: 790px;
	font-size: 15px;
	line-height: 2.4;
	margin: 30px auto 0;
	text-align: justify;
}
#content #main .singlecontent.rev .head-02 .txt-center p {
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 880px){
	#content #main .singlecontent.rev .head-02 p {
		width: 100%;
		margin: 15px auto 0;
	}
	#content #main .singlecontent.rev .head-02 .txt-center p {
		text-align: justify;
	}
	#content #main .singlecontent.rev .head-02 .txt-center p br {
		display: none;
	}
}
#content #main .singlecontent.rev .head-02 h3 {
	font-size: 34px;
	text-align: center;
	line-height: 1.6;
	font-weight: 600;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px){
	#content #main .singlecontent.rev .head-02 h3 {
		font-size: 28px;
		line-height: 1.4;
	}
}
@media screen and (max-width: 767px){
	#content #main .singlecontent.rev .head-02 h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 599px){
	#content #main .singlecontent.rev .head-02 h3 {
		font-size: 18px;
	}
/*
	#content #main .singlecontent.rev .head-02 h3 br {
		display: none;
	}
*/
}
@media screen and (max-width: 350px){
	#content #main .singlecontent.rev .head-02 h3 {
		font-size: 16px;
	}
}
#content #main .singlecontent.rev .img03 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}
#content #main .singlecontent.rev .img03 img {
	width: 100%;
}
@media screen and (max-width: 1024px){
	#content #main .singlecontent.rev .img03 {
		gap: 24px;
	}
}
@media screen and (max-width: 767px){
	#content #main .singlecontent.rev .img03 {
		gap: 16px;
	}
}
@media screen and (max-width: 599px){
	#content #main .singlecontent.rev .img03 {
		grid-template-columns: 1fr;
	}
}
#content #main .singlecontent.rev .img04 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
}
@media screen and (max-width: 1024px){
	#content #main .singlecontent.rev .img04 {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}
#content #main .singlecontent.rev .img04 p {
	font-size: 15px;
	line-height: 2.4;
	margin-left: 100px;
	margin-bottom: 0;
}
#content #main .singlecontent.rev .img05 {
	padding: 120px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 42px;
}
@media screen and (max-width: 1024px){
	#content #main .singlecontent.rev .img05 {

	}
}
#content #main .singlecontent.rev .img06 {
	padding: 0 80px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 42px;
}
@media screen and (max-width: 1024px){
	#content #main .singlecontent.rev .img06 {
		padding: 0 56px;
		gap: 32px;
	}
}
@media screen and (max-width: 767px){
	#content #main .singlecontent.rev .img06 {
		padding: 0;
		gap: 24px;
	}
}
@media screen and (max-width: 599px){
	#content #main .singlecontent.rev .img06 {
		grid-template-columns: repeat(2,1fr);
		padding: 0;
		gap: 16px;
	}
}
#content #main .singlecontent.rev .mov01 {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 52vw;
}
#content #main .singlecontent.rev .mov01 iframe {
	width: 100%;
	height: 100%;
}

#content #main .singlecontent.rev .mov02 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0 32px;
}
#content #main .singlecontent.rev .mov02 .movblk {
	aspect-ratio: 16 / 9;
	height: 25.3vw;
}
#content #main .singlecontent.rev .mov02 .movblk iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px){
	#content #main .singlecontent.rev .mov01 {
		height: 49vw;
	}
	#content #main .singlecontent.rev .mov02 {
		grid-template-columns: 1fr;
		gap: 32px 0;
	}
	#content #main .singlecontent.rev .mov02 .movblk {
		height: 48.7vw;
	}
}


@media screen and (max-width: 1024px){
	#content #main .singlecontent.rev .txt-01 p,
	#content #main .singlecontent.rev .head-02 p,
	#content #main .singlecontent.rev .img04 p {
		font-size: 13px;
		line-height: 2.4;
	}
	#content #main .singlecontent.rev .head-02 p,
	#content #main .singlecontent.rev .img04 p {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px){
	#content #main .singlecontent.rev .txt-01 p,
	#content #main .singlecontent.rev .head-02 p,
	#content #main .singlecontent.rev .img04 p {
		font-size: 12px;
		line-height: 1.8;
	}
}
#content #main .detailbox.rev {
	font-size: 12px;
	background: #000;
	text-align: center;
	color: #fff;
	padding: 82px 0;
	margin-top: 40px;
}
@media screen and (max-width: 767px){
	#content #main .detailbox.rev {
		padding: 60px 32px;
	}
}
#content #main .detailbox.rev a.linkbtn {
	position: relative;
	color: #fff;
	background: none;
	letter-spacing: .2em;
	margin-bottom: 72px;
	padding: 0;
	border: 0;
}
#content #main .detailbox.rev a.linkbtn:hover {
	color: #999;
}
#content #main .detailbox.rev .sub-ttl {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .2em;
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
}
#content #main .detailbox.rev ul {
	display: block;
	margin-bottom: 72px;
}
#content #main .detailbox.rev ul li {
	background: none;
	display: block;
	width: fit-content;
	margin: 0 auto;
	letter-spacing: .15em;
}
#content #main .detailbox.rev ul li:not(:last-of-type) {
	margin-bottom: 6px;
}
#content #main .detailbox.rev .author {
	position: relative;
	color: #fff;
	background: none;
	letter-spacing: .2em;
	padding: 0;
	border: 0;
}


/*制作に関するご依頼 - tel部分の修正*/
.consultation .contact_wrap .consul_contact_tel .icon_tel {
	width: 24px;
	height: 24px;
}
#content #main .consultation .contact_wrap .consul_contact_tel .consul_contact_tel_box {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.2;
}
@media screen and (max-width: 767px){
	#content #main .consultation .contact_wrap .consul_contact_tel .consul_contact_tel_box {
		line-height: 1.5;
	}
}

/* フォーム追記　2023.8 */
#content #main .atttention_form{
	width: 60%;
	height: 100px;
	background-color: #000;
	margin: 30px auto 0;
	display: flex;
	align-items: center;
}
#content #main .atttention_form p{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	margin: auto;
}
@media screen and (max-width: 940px){
	#content #main .atttention_form{
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	#content #main .atttention_form{
		height: 160px;
	}
}



/* 福井・富山 */
.page-voice-toyama .products,
.page-voice-fukui .products  {
	margin: 80px auto 95px;
	border-bottom: 1px solid #000;
	padding-bottom: 95px;
}
.page-voice-toyama .products.last,
.page-voice-fukui .products.last {
	border-bottom: none;
	padding-bottom: 0;
}
.page-voice-toyama .products .text_inner,
.page-voice-fukui .products .text_inner {
	max-width: 930px;
	width: 90%;
	margin: 0 auto 70px;
}
.page-voice-toyama .products .en,
.page-voice-fukui .products .en {
	text-align: center;
	position: relative;
}
.page-voice-toyama .products .en::after,
.page-voice-fukui .products .en::after {
	content: '';
	position: absolute;
	background: #000;
	width: 1px;
	height: 50px;
	bottom: -60px;
	left: 50%;
}
.page-voice-toyama #content #main .products .service-lead,
.page-voice-fukui #content #main .products .service-lead {
	font-size: 34px;
	line-height: 1.7;
	margin-bottom: 50px;
}
.page-voice-toyama #content #main .products .service-text,
.page-voice-fukui #content #main .products .service-text {
	font-size: 18px;
	line-height: 1.7;
}

.page-voice-toyama #content #main .products .four_box h3.workstitle,
.page-voice-fukui #content #main .products .four_box h3.workstitle {
	font-size: 15px;
}

@media screen and (max-width: 767px){
	.page-voice-toyama .products,
	.page-voice-fukui .products  {
		margin: 80px auto 95px;
		padding-bottom: 95px;
	}
	.page-voice-toyama .products.last,
	.page-voice-fukui .products.last {
		border-bottom: none;
		padding-bottom: 0;
	}
	.page-voice-toyama .products .en::after,
	.page-voice-fukui .products .en::after {
		height: 30px;
		bottom: -40px;
	}
	.page-voice-toyama #content #main .products .service-lead,
	.page-voice-fukui #content #main .products .service-lead {
		font-size: 17px;
	}
	.page-voice-toyama #content #main .products .service-text,
	.page-voice-fukui #content #main .products .service-text {
		font-size: 15px;
	}
	.page-voice-toyama .products .jissekibox .four_box:last-child,
	.page-voice-fukui .products .jissekibox .four_box:last-child {
		display: none;
	}
}

@media screen and (max-width: 767px){
	.footer_project {
		background-color: #fff;
		padding: 10px 0;
		position: relative;
		z-index: 500;
	}
}


#content #main h2.mgt {
	margin-top: -100px;
	padding-top: 220px;
}
#content #main h2.mgt.branding_top {
	margin-top: 0;
	padding-top: 90px;
}
@media screen and (max-width: 767px){
	#content #main h2.mgt {
		height: 340px;
	}
  #content #main h2.mgt.branding_top {
		height: 240px;
  	padding-top: 120px;
  }
}


/* 20240605追加　新卒採用ニュース */
.blogbox .new_rec_info .btn_area {
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
}
.blogbox .new_rec_info .btn_area a {
	display: block;
	background: #fff;
	text-align: center;
	width: 35%;
	text-decoration: none;
	margin: 30px 8px 0;
	padding: 7px;
	border: 2px solid #000
}
.blogbox .new_rec_info .btn_area a p {
	color: #000;
	font-size: 16px;
	margin-bottom: 0!important;
}

.blogbox .new_rec_info .btn_area a:hover {
	background: #000;
}
.blogbox .new_rec_info .btn_area a:hover p {
	color: #fff;
}

.blogbox .new_rec_info h2 {
	margin-bottom: 0;
}
.blogbox .new_rec_info #point {
	padding-top: 150px;
}

.blogbox .new_rec_info #office {
	padding-top: 100px;
}
.blogbox .new_rec_info #office .italic {
	font-style: italic;
	font-size: 18px;
	margin-bottom: 0!important;
	font-weight: bold;
}

@media screen and (max-width: 767px){
	.blogbox .new_rec_info .btn_area {
		flex-wrap: wrap;
	}
	.blogbox .new_rec_info .btn_area a {
		margin: 20px 10px 0;
		width: 44%;
	}
	.blogbox .new_rec_info .btn_area a p {
		font-size: 16px;
	}
	.blogbox .new_rec_info #point {
		padding-top: 85px;
	}
	
	.blogbox .new_rec_info #office {
		padding-top: 60px;
	}
}

/* 20240709追加　夏季インターンシップ */
.internship2024 .internship2024_mainimg_wrap{
	width: 70vw;
	margin-left: -7vw;
}
.internship2024 .internship2024_mainimg_wrap_sp{
	display: none;
}
@media screen and (max-width: 767px){
	.internship2024 .internship2024_mainimg_wrap{
		display: none;
	}
	.internship2024 .internship2024_mainimg_wrap_sp{
		display: block;
	}
}
.internship2024 .internship2024_text{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.4;
}
.internship2024 .internship2024_text02{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2.4;
	margin-top: 45px;
}
.internship2024 .internship_content{
	margin-top: 70px;
}
.internship2024 .internship_content .block{
	margin-top: 30px;
}
.internship2024 .internship_content .block:first-child{
	margin-top: 0;
}
#content #main .internship2024 .internship_content .block .block_head{
	width: 100%;
	font-size: 23px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: left;
	background-color: #000;
	color: #fff;
	margin-bottom: 35px;
	padding: 15px 30px;
	box-sizing: border-box;
}
#content #main .internship2024 .internship_content .block ul{
	list-style-type: none;
	margin-bottom: 5px;
}
#content #main .internship2024 .internship_content .block ul li{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-indent: -1.2em;
	margin-left: 1.2em;
	margin-top: 15px;
}
#content #main .internship2024 .internship_content .block ul li span{
	font-size: 14px;
}
#content #main .internship2024 .internship_content .block ul li:first-child{
	margin-top: 0;
}
#content #main .internship2024 .internship_content .block .block_text{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 5px;
}
#content #main .internship2024 .internship_content .block .block_text span{
	font-size: 16px;
	font-weight: 400;
}
#content #main .internship2024 .internship_content .block .flow_wrap{
	margin-top: -15px;
	margin-bottom: 25px;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block{
	display: flex;
	align-items: center;
	position: relative;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block:first-child{
	padding-bottom: 70px;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_title{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0 0 0 24px;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_title .ls{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	display: inline;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_right{
	position: absolute;
	top: 18px;
	left: 210px;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_right >p{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_right a{
	display: block;
	background: #fff;
	text-align: center;
	width: 220px;
	text-decoration: none;
	padding: 7px;
	border: 2px solid #000;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_right a:hover{
	background: #000;
	color: #fff;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_right a p{
	margin-bottom: 0;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_title span{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block:before{
	content: "STEP 1";
	font-size: 12px;
	font-weight: 600;
	margin: 24px 0;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block:nth-child(2):before{
	content: "STEP 2";
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block:nth-child(3):before{
	content: "STEP 3";
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block:nth-child(4):before{
	content: "STEP 4";
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block:after{
	content: "";
	width: 1px;
	height: 60%;
	background-color: #000;
	display: block;
	visibility: visible;
	position: absolute;
	left: 20px;
	bottom: -21px;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block:first-child:after{
	height: 78%;
}
#content #main .internship2024 .internship_content .block .flow_wrap .flow_block:last-child:after{
	display: none;
}

#content #main .internship2024 .internship_content .internship_line{
	width: 100%;
	height: 1px;
	background-color: #000;
	display: block;
}
@media screen and (max-width: 767px){
	.internship2024 .internship2024_text{
		font-size: 14px;
	}
	.internship2024 .internship2024_text02{
		font-size: 13px;
	}
	.internship2024 .internship_content .block{
		margin-top: 15px;
	}
	#content #main .internship2024 .internship_content .block .block_head{
		font-size: 20px;
		margin-bottom: 20px;
		padding: 10px 15px;
	}
	#content #main .internship2024 .internship_content .block ul li{
		font-size: 15px;
	}
	#content #main .internship2024 .internship_content .block .block_text{
		font-size: 18px;
	}
	#content #main .internship2024 .internship_content .block .block_text span{
		font-size: 15px;
	}
	#content #main .internship2024 .internship_content .block .flow_wrap{
		margin-top: 0;
		margin-bottom: 45px;
	}
	#content #main .internship2024 .internship_content .block .flow_wrap .flow_block{
		align-items: baseline;
		flex-wrap: wrap;
	}
	#content #main .internship2024 .internship_content .block .flow_wrap .flow_block:first-child{
		padding-bottom: 15px;
	}
	#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_title{
		font-size: 18px;
	}
	#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_right{
		display: none;
	}
	#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_right p{
		font-size: 13px;
	}
	#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_title span{
		font-size: 13px;
		line-height: 1.8;
		display: block;
		margin-top: 10px;
	}
	#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_title span a{
		display: block;
		background: #fff;
		text-align: center;
		width: 200px;
		text-decoration: none;
		margin: 12px 0;
		padding: 7px;
		border: 2px solid #000;
	}
	#content #main .internship2024 .internship_content .block .flow_wrap .flow_block .flow_title span a p{
		margin-bottom: 0;
	}
	#content #main .internship2024 .internship_content .block .flow_wrap .flow_block:first-child:after{
		height: 85%;
	}
}

#content #main .internship2024 .internship_content .btn_area {
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#content #main .internship2024 .internship_content .btn_area:after {
	display: none;
}
#content #main .internship2024 .internship_content .btn_area a {
	display: block;
	background: #fff;
	text-align: center;
	width: calc(50% - 34px);
	text-decoration: none;
	margin: 30px 8px 0;
	padding: 7px;
	border: 2px solid #000
}
#content #main .internship2024 .internship_content .btn_area a:nth-child(n + 3) {
	margin-top: 20px;
}
#content #main .internship2024 .internship_content .btn_area a p {
	color: #000;
	font-size: 16px;
	margin-bottom: 0!important;
}

#content #main .internship2024 .internship_content .btn_area a:hover {
	background: #000;
}
#content #main .internship2024 .internship_content .btn_area a:hover p {
	color: #fff;
}

#content #main .internship2024 .internship_content .internship2024_photo01{
	display: block;
	margin-top: 120px;
}

#content #main .internship2024 .internship_content #office {
	padding-top: 100px;
}
#content #main .internship2024 .internship_content #office .italic {
	font-style: italic;
	font-size: 18px;
	margin-bottom: 0!important;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	#content #main .internship2024 .internship_content .btn_area {
		flex-wrap: wrap;
	}
	#content #main .internship2024 .internship_content .btn_area a {
		margin: 20px auto 0;
		width: 265px;
	}
	#content #main .internship2024 .internship_content .btn_area a p {
		font-size: 16px;
	}
	
	#content #main .internship2024 .internship_content #office {
		padding-top: 60px;
	}
}

#content #main .internship2024 .internship_content #form.title {
	line-height: 1.4;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 50px;
}
@media screen and (max-width: 767px){
	#content #main .internship2024 .internship_content #form.title {
		font-size: 21px;
		padding-top: 60px;
		padding-bottom: 110px;
	}
}
.briefing_hedding{
	padding-top: 156px !important;
}
.bs-pc_center{
	text-align: center;
}
/* @media screen and (max-width: 767px){
	
} */
@media screen and (max-width: 1024px) {
		.briefing_hedding{
			padding-top: 0 !important;
	}
	.test{
		height: 123px;
	}
    #content #main .briefing_hedding {
       height: auto;
	   /* margin-top: 50px; */
    }
	.briefing_hedding.sen{
		height: 130px !important;
		background: url(img/h1_bg.png) center bottom no-repeat !important;
	}
}
@media screen and (max-width:600px) {
	.bs-pc_center{
		text-align: left;
	}
	.sp_center{
		display: block;
		text-align:center !important;
	}
}
/* 2025/10/23会社概要 */
#president-content.infobox{
	border: none;
	padding: 40px 0 150px;
}
#profile.sen{
	margin-bottom: 80px !important;
}
.president-box{
	display: flex;
	background:url(img/president-img.jpg);
	background-position: center top;
    background-size: cover;
	height: 500px;
	justify-content: flex-end;
    align-items: center;
}
.president-name_box{
	width: 26%;
	margin-right: 20px;
}
.president-name_img{
	width: 100%;
}
.president-name_txt{
	margin-bottom: 8px !important;
    font-size: 11px;
    letter-spacing: 0.3em !important;
}
.president-ditail_box{
	align-content: center;
    align-items: center;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
	margin-top: 40px;
}
#president-content .president-ditail_box h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 27px !important;
    font-weight: 800 !important;
	letter-spacing: 0.1em !important;
    line-height: 1.4 !important;
    text-align:center !important;
	justify-content: flex-start !important;
	margin-bottom: 40px !important;
}
#president-content .president-ditail_box p{
	font-size: 14px !important;
    font-weight: 400 !important;
	letter-spacing: 0.1em !important;
    line-height: 2 !important;
	text-align: left !important;
	justify-content: flex-start !important;
	margin-bottom: 0px !important;
	text-align: justify !important;
}
@media screen and (max-width:767px) {
	#president-content.infobox{
		padding: 40px 0 100px;
	}
	.president-box{
		height: 200px;
	}
	.president-name_box{
		margin-right: 0px;
	}
	.president-name_txt{
		font-size:2vw !important;
		margin: 0px 0px -3px 0px !important;
	}
	#president-content .president-ditail_box h3{
		font-size: 18px !important;
		text-align: left !important;
		font-weight: bold !important;
		letter-spacing: 0.1em !important;
		margin-bottom: 15px !important;
	}
	#president-content .president-ditail_box p{
		letter-spacing: 0.2em !important;
	}
	#president-content .inr{
		width: 95% !important;
	}
}