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

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	list-style-type: none;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
}

textarea { font-size: 100%; }

img {
	max-width: 100%;
	height: auto;
}

hr{display: none;}

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

body{
	height: 100%;
    font-family: arial,sans-serif;
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{text-decoration: none; color: #000;}

.s_text {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    text-align: justify;
}

.pc_view{
	display: none !important;
}

.button a{
	font-weight: bold;
	background-image: url(../img/arrow_button.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 16px;
	padding-left: 24px;
}

#page_top {
    position: fixed;
    bottom: 16px;
    right: 0;
}

/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}
#loader {
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: fixed;
    top: 50%;
    text-align: center;
    width: 120px;
}

#loader img {
    display: inline-block;
}

header{
	position: fixed;
    top: 0;
    height: 56px;
    width: 100%;
    z-index: 100;
}

header .inner{
	width: 94%;
	margin: 0 auto;
	max-width: 1280px;
}

header .inner h1{
	float: left;
    width: 80px;
    margin-top: 8px;
}

header .inner nav{
	float: right;
    margin-top: 16px;
    font-size: 0;
}

header .inner nav .globalnav{
	display: none;
}

header .inner nav ul.snsnav{
	font-size: 0;
    position: absolute;
    top: 10px;
    right: 52px;
}

header .inner nav ul.snsnav li{
	display: inline-block;
    margin-right: 12px;
    width: 20px;
    vertical-align: middle;
}

header .inner nav ul.snsnav li img{
	width: 100%;
}

header .inner nav ul.snsnav li:last-child{
	margin-right: 0;
}

.bg_spotlight{
	content:"";
	display:block;
	position:fixed;
	z-index:-1;
	height:100vh;
	background:url(../img/bg_spotlight_sp.png) center no-repeat;
	background-size:cover;

	left: 14%;
    right: 14%;
    width: 72%;
}

#content{
	padding-top: 56px;
}

.keyvisual {
    margin-top: 48px;
    overflow: hidden;
    margin-bottom: 80px;
}

.keyvisual .inner {
    width: 100%;
    margin: 0 auto 8%;
    clear: both;
    overflow: hidden;
    padding-bottom: 4%;
}

.keyvisual .inner .left_block{
	font-size: 0;
    width: 94%;
    margin: 0 auto 4%;
}

.keyvisual .inner .left_block h2{
	width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6%;
}

.keyvisual .inner .left_block h2 img{
	width: 100%;
}

.keyvisual .inner .left_block h3{
	font-size: 4vw;
    font-weight: bold;
    padding: 2.4% 4%;
    position: relative;
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    padding-right: 0;
}

.keyvisual .inner .left_block h3::before,
.keyvisual .inner .left_block h3::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
}

.keyvisual .inner .left_block h3::before {
	border-left: solid 3px #000;
	border-top: solid 3px #000;
	top: 0;
	left: 0;
}

.keyvisual .inner .left_block h3::after {
	border-right: solid 3px #000;
	border-bottom: solid 3px #000;
	bottom: 0;
	right: 0;
}

.keyvisual .inner .right_block{
	width: 100%;
    position: relative;
    height: 100%;
}

.keyvisual .inner .right_block .swiper-container img{
	width: 100%;
}

.keyvisual .inner .right_block .swiper-slide-active{  
}

.keyvisual .inner .right_block .detail{
	position: absolute;
    bottom: -40px;
    right: 0;
    width: 64%;
    background-color: #fff;
    padding: 2.4% 4%;
    z-index: 99;
}

.swiper-pagination{
	text-align: unset;
    position: relative;
    margin-top: 16px;
    margin-left: 4px;
    width: 28% !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin-left: 0;
	margin-right: 8px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    vertical-align: middle;
}

.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    background-color: #000;
}

.keyvisual .inner .right_block .detail h2{
	font-weight: bold;
}

.keyvisual .inner .right_block .detail h2 a{
	background-color: #dafd1b;
}

.keyvisual .inner .right_block .detail .category{
	font-size: 12px;
	font-weight: bold;
	font-family: 'Barlow Semi Condensed', sans-serif;
	margin-bottom: 8px;
}

.keyvisual .inner .right_block .detail h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.keyvisual .inner .right_block .detail .date{
	font-size: 12px;
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-top: 8px;
}

.keyvisual .news_block{
	width: 94%;
    margin: 0 auto;
}

.keyvisual .news_block h2{
	font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 8px;
}

.keyvisual .news_block .detail{
	font-size: 0;
}

.keyvisual .news_block .detail .date{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: bold;
}

.keyvisual .news_block .detail h3{
	display: inline-block;
	vertical-align: middle;
	margin-left: 24px;
	font-weight: bold;
}

.top_about{
	overflow: hidden;
    margin-bottom: 80px;
}

.top_about .inner{
	clear: both;
}

.top_about .inner .left_block{
	background-image: url(../img/top_about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 24vh;
    background-position: center;
    margin-bottom: 4%;
}

.top_about .inner .right_block{
	float: left;
    width: 88%;
    margin: 0 6%;
}

.top_about .inner .right_block .headline{
	margin-bottom: 24px;
}

.headline h2{
	font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 4px;
}

.headline p{
	font-weight: bold;
    font-size: 14px;
    margin-bottom: 24px;
}

.headline p:last-child{
	margin-bottom: 0;
}

.top_about .inner .right_block .detail h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
}

.top_about .inner .right_block .detail p{
	margin-bottom: 24px;
}

.top_about .inner .right_block .detail p:last-child{
	margin-bottom: 0;
}

.top_works{
	overflow: hidden;
    margin-bottom: 80px;
}

.top_works .headline{
	text-align: center;
	margin-bottom: 8px;
}

.swiper-container-works .swiper-slide .number{	
	font-size: 20px;
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 0.8em;
}

.swiper-container-works .swiper-slide .number span{
	font-size: 48px;
    margin-left: 8px;
}

.swiper-container-works .swiper-slide h3{
	text-align: center;	
	margin-top: 16px;
	font-weight: bold;
}

.top_works .button_block{
	width: 88%;
    margin: 6% auto 0;
    text-align: right;
}

.top_service{
	overflow: hidden;
    padding-bottom: 80px;
}

.top_service .inner{
	width: 88%;
    margin: 0 auto;
}

.top_service .inner .left_block{
}

.top_service .inner .left_block .headline{
	margin-bottom: 24px;
}

.top_service .inner .right_block{
	background-image: url(../img/top_service.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 26vh;
    background-position: center;
}

.top_recruit{
	background-image: url(../img/footer_recruit.jpg);
    height: 24vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.top_recruit p.big_button{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.top_recruit p.big_button a{
	background-color: #dafd1b;
    padding: 12px 32px;
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px;
    display: block;
}

footer{
	background-color: #000;
    width: 100%;
    overflow: hidden;
    padding: 72px 0 32px;
}

footer p,
footer a,
footer h3{
	color: #fff;
}

footer .inner{
	width: 80%;
    margin: 0 auto 48px;
    overflow: hidden;
    clear: both;
}

footer .copyright{
	text-align: center;
    font-size: 12px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    overflow: hidden;
    clear: both;
}

footer .inner .left_block{
	margin-bottom: 40px;
}

footer .inner h2{
	width: 80px;
    margin-bottom: 8px;
}

footer .inner p.companyname{
	margin-bottom: 32px;
    font-weight: bold;
    font-size: 12px;
}

footer .inner .left_block .detail{
	font-size: 0;
}

footer .inner .left_block .detail .middle_block{
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
	width: 48%
}

footer .inner .left_block .detail .middle_block h3{
	font-weight: bold;
}

footer .inner .left_block .detail .middle_block p{
	font-size: 12px;
}

footer .inner .left_block .detail .middle_block:last-child{
	margin-right: 0;
}

footer .inner .right_block{
	font-size: 0;
}

footer .inner .right_block .sitemap{
	display: inline-block;
    vertical-align: top;
    width: 64%;
    font-size: 0;
}

footer .inner .right_block .sitemap ul{
	display: inline-block;
    vertical-align: top;
    margin-right: 16%;
}

footer .inner .right_block .sitemap ul:last-child{
	margin-right: 0;
}

footer .inner .right_block .sitemap ul li{
	font-size: 14px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-bottom: 8px;
    font-weight: bold;
}

footer .inner .right_block .sns_block{
	display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-left: 4%;
}

footer .inner .right_block .sns_block h3{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

footer .inner .right_block .sns_block ul{
	font-size: 0;
}

footer .inner .right_block .sns_block ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

footer .inner .right_block .sns_block ul li:last-child{
	margin-right: 0;
}

#othercontent{
	margin: 80px 0;
}

#othercontent .headline{
	margin-bottom: 24px;
    text-align: center;
}

#othercontent .eyecatch{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 24vh;
    position: relative;
}

#about .eyecatch{
	background-image: url(../img/bg_aboutpage.jpg);
}

#about .eyecatch .circle{
	position: absolute;
    display: inline-block;
    border-radius: 50%;
    right: 4%;
    bottom: -16%;
    background: #dafd1b;
    width: 120px;
    height: 120px;
}

#about .pagekeyvisual .middle_block{
    width: 88%;
    margin: 24px auto 0;
}

#about .pagekeyvisual .middle_block h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

#about .pagekeyvisual .middle_block p{
	font-weight: bold;
}

#about .message_block{
	overflow: hidden;
    margin: 40px 0;
}

#about .message_block .inner{
	width: 88%;
    margin: 0 auto;
}

#about .message_block .inner .headline{
	font-size: 0;
    text-align: left;
    margin-bottom: 24px;
}

#about .message_block .inner .headline h2{
	display: inline-block;
    margin-right: 16px;
}

#about .message_block .inner .headline p{
	display: inline-block;
}

#about .message_block .inner .middle_block{
	clear: both;
}

#about .message_block .inner .middle_block img{
	float: left;
    width: 40%;
    margin-right: 4%;
    margin-bottom: 2.4%;
}

#about .message_block .inner .middle_block .detail p{
    margin-bottom: 8px;
}

#about .message_block .inner .middle_block .detail h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

#about .company_block .inner{
	width: 88%;
    margin: 0 auto;
}

#about .company_block .inner dl{
    overflow: hidden;
    zoom: 1;
}

#about .company_block .inner dl dt{
    margin-bottom: 16px;
    padding-bottom: 16px;
    width: 24.6%;
    float: left;
    clear: both;
    padding-left: 2.4%;
    font-weight: bold;
}

#about .company_block .inner dl dd{
    margin-bottom: 16px;
    padding-left: 28%;
    border-bottom: 1px dotted #000;
    padding-bottom: 16px;
}

#about .company_block .inner dl dd a{
	color: #000cfc;
}

#recruit .pagekeyvisual{
	overflow: hidden;
    margin-bottom: 80px;
}

#recruit .recruiteyecatch{
	background-color: #dafd1b;
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

#recruit .recruiteyecatch .inner{
	width: 94%;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 8%;
}

#recruit .recruiteyecatch .inner img {
    width: 96%;
    margin-bottom: 24px;
    margin: 40px 2% 32px;
}

#recruit .recruiteyecatch .inner .middle_block{
	display: inline-block;
    vertical-align: middle;
}

#recruit .recruiteyecatch .inner .middle_block h3{
	display: inline-block;
    margin-bottom: 16px;
}

#recruit .recruiteyecatch .inner .middle_block h3 span{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

#recruit .recruiteyecatch .inner .middle_block p{
	font-weight: bold;
    line-height: 1.8em;
}

#recruit .pagekeyvisual .annotation{
	text-align:center;
}

#recruit .pagekeyvisual .annotation p{
	font-weight: bold;
}

#recruit .joboverview_block{
	overflow: hidden;
	margin-bottom: 80px;
}

#recruit .joboverview_block .inner{
	width: 88%;
    margin: 0 auto;
}

#recruit .joboverview_block .inner dl{
    overflow: hidden;
    zoom: 1;
}

#recruit .joboverview_block .inner dl dt{
    margin-bottom: 16px;
    padding-bottom: 16px;
    width: 28.6%;
    float: left;
    clear: both;
    padding-left: 2.4%;
    font-weight: bold;
}

#recruit .joboverview_block .inner dl dd{
    margin-bottom: 16px;
    padding-left: 31%;
    border-bottom: 1px dotted #000;
    padding-bottom: 16px;
}

#recruit .joboverview_block .inner dl dd a{
	color: #000cfc;
}

#recruit .interview_block .inner{
}

#recruit .interview_block .inner .middle_block{
	margin-bottom: 48px;
	overflow: hidden;
}

#recruit .interview_block .inner .middle_block .thumbnail{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 28vh;
}

#recruit .interview_block .inner .middle_block .thumbnail a{
	display: block;
	width: 100%;
	height: 100%;
}

#recruit .interview_block .inner .middle_block .small_block{
	width: 80%;
    margin: 0 auto;
    max-width: 980px;
    margin-top: -120px;
}

#recruit .interview_block .inner .middle_block .small_block .name{
	margin-bottom: 8px;
	font-size: 12px;
}

#recruit .interview_block .inner .middle_block .small_block .name span{
	font-weight: bold;
	background-color: #dafd1b;
	display: inline-block;
}

#recruit .interview_block .inner .middle_block .small_block h3{
	font-weight: bold;
	background-color: #dafd1b;
	display: inline-block;
	margin-bottom: 16px;
	font-size: 16px;
}

#recruit .interview_block .inner .middle_block .small_block .detail{
	background-color: #fff;
    width: 92%;
    padding: 2.4% 4%;
    margin-bottom: 8px;
}

#recruit .interview_block .inner .middle_block .small_block .detail p{
	font-size: 12px;
}

#recruit .interview_block .inner .middle_block .small_block .button{
	margin-left: 2.4%;
}

#service .pagekeyvisual{
	overflow: hidden;
    margin-bottom: 24px;
}

#service .pagekeyvisual .eyecatch{
	background-image: url(../img/bg_servicepage.jpg);
}

#service .servicecontent_block{
	overflow: hidden;
	margin-bottom: 80px;
}

#othercontent .ankerlink_nav{
	overflow: hidden;
}

#othercontent .ankerlink_nav ul{
	font-size: 0;
}

#othercontent .ankerlink_nav ul li{
	display: inline-block;
    vertical-align: top;
    font-weight: bold;
    background-color: #dafd1b;
    margin: 0 8px 16px;
    padding: 8px 8px;
}

#service .servicecontent_block .inner{
	width: 88%;
    margin: 0 auto;
}

#service .servicecontent_block .inner .middle_block{
	overflow: hidden;
    padding-top: 80px;
}

#service .servicecontent_block .inner .middle_block .detail{
	margin-top: 4%;
}

#service .servicecontent_block .inner .middle_block ul{
    padding-left: 18px;
    margin-top: 16px;
}

#service .servicecontent_block .inner .middle_block ul li {
    position: relative;
    margin-bottom: 4px;
}

#service .servicecontent_block .inner .middle_block ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100%;
}

#service .servicecontent_block .inner .small_block{
}

#service .servicecontent_block .inner .servicethumbnail{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 16vh;
}

#service .servicecontent_block .inner .middle_block .detail p.button{
	margin-top: 16px;
}

#service .servicecontent_block .inner #planning .servicethumbnail{
	background-image: url(../img/servicepage_planning.jpg);
}

#service .servicecontent_block .inner #management .servicethumbnail{
	background-image: url(../img/servicepage_management.jpg);
}

#service .servicecontent_block .inner #direction .servicethumbnail{
	background-image: url(../img/servicepage_technicaldirector.jpg);
}

#service .servicecontent_block .inner #rental .servicethumbnail{
	background-image: url(../img/servicepage_rental.jpg);
}

#rental .pagekeyvisual{
	overflow: hidden;
	margin-bottom: 48px;
}

#rental .pagekeyvisual .eyecatch{
	background-image: url(../img/bg_rentalpage.jpg);
}

#rental .rentalcontent_block{
	overflow: hidden;
	margin-bottom: 80px;
}

#rental .rentalcontent_block .inner{
	width: 88%;
    margin: 0 auto;
}

#rental .rentalcontent_block .inner .middle_block{
	overflow: hidden;
    padding-top: 40px;
}

#rental .rentalcontent_block .inner .middle_block#howto{
}

#rental .rentalcontent_block .inner .middle_block#howto p{
	margin-bottom: 16px;
}

#rental .rentalcontent_block .inner .middle_block#howto p:last-child{
	margin-bottom: 0;
}

#rental .rentalcontent_block .inner .middle_block#price{
}

#rental .rentalcontent_block .inner .middle_block#price p{
	margin-bottom: 16px;
}

#rental .rentalcontent_block .inner .middle_block#price h3{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

#rental .rentalcontent_block .inner .middle_block#price h4{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

#rental .rentalcontent_block .inner .middle_block#price p span{
	background-color: #dafd1b;
	font-weight: bold;
}

#rental .rentalcontent_block .inner .middle_block#price img{
	width: 80%;
    margin-bottom: 16px;
}

#rental .rentalcontent_block .inner .middle_block#notes{
}

#rental .rentalcontent_block .inner .middle_block#notes p{
	margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.8em;
}

#rental .rentalcontent_block .inner .middle_block#equipment{
}

#rental .rentalcontent_block .inner .middle_block#equipment .small_block p{
	font-weight: bold;
	margin-bottom: 24px;
}

#rental .rentalcontent_block .inner .product_block{
	font-size: 0;
    margin: 0 auto;
}

#rental .rentalcontent_block .inner .product_block .product_s_block{
	display: inline-block;
    vertical-align: top;
    margin-bottom: 6%;
    width: 40%;
    margin-right: 6%;
    border: solid 1px #000;
    padding: 3% 3%;
}

#rental .rentalcontent_block .inner .product_block .product_s_block:nth-child(2n){
	margin-right: 0;
}

#rental .rentalcontent_block .inner .product_block .product_s_block h3{
	background-color: #dafd1b;
	font-weight: bold;
	margin-bottom: 8px;
}

#rental .rentalcontent_block .inner .product_block .product_s_block img{
	margin-bottom: 8px;
    width: 100%;
}

#rental .rentalcontent_block .inner .product_block .product_s_block h4{
	font-weight: bold;
	margin-bottom: 8px;
}

#rental .rentalcontent_block .inner .product_block .product_s_block p{
    font-size: 12px;
}

#rental .rentalcontent_block .inner .product_block .product_s_block p.price{
	margin-top: 8px;
	font-weight: bold;
}

#rental .rentalcontent_block .inner .product_block .cable_s_block{
	margin-bottom: 40px;
}

#rental .rentalcontent_block .inner .product_block .cable_s_block:last-child{
	margin-bottom: 0;
}

#rental .rentalcontent_block .inner .product_block .cable_s_block table,
#rental .rentalcontent_block .inner .product_block .cable_s_block td,
#rental .rentalcontent_block .inner .product_block .cable_s_block th{
	border: 1px solid #000;
    border-collapse: collapse;
    padding: 8px 4px;
    font-weight: bold;
    text-align: center;
}

#rental .rentalcontent_block .inner .product_block .cable_s_block td{
}

#rental .rentalcontent_block .inner .product_block .cable_s_block th{
}

#rental .rentalcontent_block .inner .product_block .cable_s_block table{
	width: 100%;
}

#rental .rentalcontent_block .inner .product_block .cable_s_block th span{
	background-color: #dafd1b;
}

.postsingle .headline h2{
	font-size: 20px;
    margin-bottom: 8px;
}

.postsingle .headline p{
}

.postsingle .eyecatch{
	width: 100%;
    height: 32vh !important;
    padding-top: calc(320 / 1280 * 100%);
    margin-bottom: 48px;
}

.postsingle .text_block .inner{
	width: 80%;
    margin: 0 auto;
}

.postsingle .text_block .inner .leadtext{
	margin-bottom: 40px;
}

.postsingle .text_block .inner .detail{
}

.postsingle .text_block .inner .detail h3{
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: bold;
}

.postsingle .text_block .inner .detail p{
	margin-bottom: 8px;
}

.postsingle .text_block .inner .detail img{
	margin: 8px auto;
    width: 100%;
}

.postsingle .text_block .navigation{
	width: 80%;
    margin: 0 auto;
    max-width: 980px;
    border-top: solid 2px #000;
    margin-top: 40px;
    padding-top: 40px;
}

.postsingle .text_block .navigation .navigation_prev{
	float: left;
	width: 44%;
}

.postsingle .text_block .navigation .navigation_next{
	float: right;
	width: 44%;
	text-align: right;
}

#newsreport{
}

#newsreport .pagekeyvisual{
    overflow: hidden;
    margin-bottom: 48px;
}

#newsreport .pagekeyvisual .pickup_block{
    overflow: hidden;
    width: 94%;
    margin: 0 auto 40px;
}

#newsreport .pagekeyvisual .swiper-slide{
    height: 32vh;
    background-position: center;
    background-size: cover;
}

#newsreport .pagekeyvisual .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}

#newsreport .pagekeyvisual .swiper-slide .detail{
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 64%;
    background-color: #fff;
    padding: 2.4% 4%;
    z-index: 99;
}

#newsreport .pagekeyvisual .swiper-slide .detail h2{
    font-weight: bold;
    font-size: 16px;
}

#newsreport .pagekeyvisual .swiper-slide .detail h2 span{
    background-color: #dafd1b;
}

#newsreport .pagekeyvisual .swiper-slide .detail .category{
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-bottom: 8px;
    font-size: 12px;
}

#newsreport .pagekeyvisual .swiper-slide .detail .date{
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-top: 4px;
}

#newsreport .pagekeyvisual .swiper-pagination{
    text-align: left;
    width: 32% !important;
}

#newsreport .news_block{
    overflow: hidden;
    margin-bottom: 80px;
}

#newsreport .news_block .middle_block{
    width: 88%;
    margin: 0 auto;
}

#newsreport .news_block .middle_block dl{
    overflow: hidden;
    zoom: 1;
}

#newsreport .news_block .middle_block dl dt{
    margin-bottom: 16px;
    padding-bottom: 16px;
    width: 34.6%;
    float: left;
    clear: both;
    padding-left: 2.4%;
    font-weight: bold;
}

#newsreport .news_block .middle_block dl dd{
    margin-bottom: 16px;
    padding-left: 37%;
    border-bottom: 1px solid #000;
    padding-bottom: 16px;
    font-weight: bold;
}

#newsreport .report_block{
    overflow: hidden;
}

#newsreport .report_block .middle_block{
    width: 88%;
    margin: 0 auto;
}

#newsreport .report_block .middle_block .small_block{
    background-repeat: no-repeat;
    position: relative;
    height: 14vh;
    background-size: 48%;
    background-position: left center;
    margin-bottom: 6%;
}

#newsreport .report_block .middle_block .small_block a{
    display: block;
    width: 100%;
    height: 100%;
}

#newsreport .report_block .middle_block .small_block:first-child{
}

#newsreport .report_block .middle_block .small_block:nth-of-type(2){
}

#newsreport .report_block .middle_block .small_block:nth-of-type(3){
}

#newsreport .report_block .detail{
    right: 0;
    width: 46%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

#newsreport .report_block .detail h2{
    font-weight: bold;
}

#newsreport .report_block .detail h2 span{
    background-color: #dafd1b;
}

#newsreport .report_block .detail .category{
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-bottom: 4px;
    font-size: 12px;
}

#newsreport .report_block .detail .date{
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-bottom: 4px;
    font-size: 12px;
}

#newsreport .report_block .middle_block .small_block:first-child .detail{

}

#newsreport .report_block .middle_block .small_block:nth-of-type(2) .detail,
#newsreport .report_block .middle_block .small_block:nth-of-type(3) .detail{
}

#newsreport .report_block .middle_block .small_block:first-child .detail h2{
}

#othercontent .works_block{
    overflow: hidden;
}

#othercontent  .works_block .headline{
	margin-bottom: 48px;
}

#othercontent .works_block .inner{
	margin: 0 auto;
    width: 88%;
    font-size: 0;
}

#othercontent .works_block .inner .middle_block{
    margin-bottom: 12%;
}

#othercontent .works_block .inner .middle_block:last-child{
    margin-bottom: 0;
}

#othercontent .works_block .inner .middle_block img{
    margin-bottom: 16px;
    width: 100%;
}

#othercontent .works_block .inner .middle_block h3{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#othercontent .works_block .inner .middle_block .number {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 0.8em;
}

#othercontent .works_block .inner .middle_block .number span {
    font-size: 48px;
    margin-left: 8px;
}

#othercontent .w_archive_block{
    padding-top: 80px;
}

#othercontent .w_archive_block .inner{
    width: 88%;
    margin: 0 auto;
}

#othercontent .w_archive_block .inner .small_block{
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #000;
}

#othercontent .w_archive_block .inner .small_block;last-child{
	margin-bottom: 0;
}

#othercontent .w_archive_block .inner .small_block h3{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
    border-bottom: solid 2px #000;
    padding-bottom: 4px;
    display: inline-block;
}

#othercontent .w_archive_block .inner .small_block ul{
}

#othercontent .w_archive_block .inner .small_block li{
    margin-bottom: 16px;
    position: relative;
    padding-left: 16px;
}

#othercontent .w_archive_block .inner .small_block li::after {
    display: block;
    content: '';
    position: absolute;
    top: .65em;
    left: 0;
    width: 8px;
    height: 1px;
    background-color: #000;
}

.hamburger{
	right: 0;
	left:unset;
	z-index: 100;
}

.fat-nav li{
	font-size: 20px;
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 0.1em;
}

.fat-nav{
    background-color: #000;
}

.fat-nav .bg_spotlight{
    left: 14%;
    right: 14%;
    width: 72%;
}

.fat-nav li a{
	color: #000;
}

#contact .form_block{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.gallery-columns-2 ul{
    font-size: 0;
}

.gallery-columns-2 ul li{
    display: inline-block;
    width: 48%;
    margin-right: 4%;
}

.gallery-columns-2 ul li:last-child{
    margin-right: 0;
}

.gallery-columns-2 ul li a{
    pointer-events:none;
}

.joboverview_block .tab li a {
    font-size: 14px;
    font-weight: bold;
}

.reportpage .middle_block {
    display: flex;
    flex-direction: column;
}

.reportpage .small_block {
    width: 100%;
    padding-top: 46%;
    background-repeat: no-repeat;
    background-size: cover;
}

#newsreport .report_block .button {
    padding-top: 16px;
}



















}




















