@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html{
	margin:0 auto!important;
}

:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

a img {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
header01,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    /*font:14px/2.0 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 2.0;
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: none;
	
}

/* 全固定ページで非表示 */
.page .entry-title {
    display: none;
}

.page .entry-footer {
    display: none;
}

/* リンク設定
------------------------------------------------------------*/

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    font-weight: bold;
    color: #000;
}

a:hover,
a:active {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    outline: none;
    color: #cdcdcd;
}

/**** Clearfix ****/

nav .panel:after,
#mainNav:after,
.newsTitle:after,
.bg:after,
.post:after {
    content: "";
    display: table;
    clear: both;
}

nav .panel,
#mainNav,
.newsTitle,
.bg,
.post {
    zoom: 1;
}


/* レイアウト
------------------------------------------------------------*/

#wrapper {
    margin: 0 auto;
    width: 100%;
	
}

.inner {
    margin: 0 auto;
    width: 1080px;
}

.inner01 {
    margin: 0 auto;
    width: 1080px;
	max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .inner {
        margin: 0 auto;
        width: 100%;
    }

    .inner01 {
        margin: 0 auto;
        width: 100%;
    }
}

.center { text-align:center; margin-left:auto; margin-right:auto; }

#header {
    text-align: center;
}

#header01 {
    text-align: center;
    background: #fff;
    height: 120px;
}

#content {
    width: 100%;
    padding: 0;
}

.content {
    width: 100%;
    margin-top: 40px;
}

.content.top_about:after{
	clear: both;
	content: "";
	display: table;
}

#sidebar {
    float: right;
    width: 255px;
    padding: 30px 0;
}

#footer {
    clear: both;
    padding: 3em 1em 6em 1em;
    background: #000;
}

img.size-full, img.size-large {
    height: auto !important;
}

/* ヘッダー
------------------------------------------------------------*/

#header h1 {
    position: relative;
    padding: 10px 0;
    text-align: left;
    font-size: 80%;
    font-weight: bold;
    color: #fff;
}

.contact {
    position: relative;
    float: right;
    text-align: right;
    font-size: 85%;
    margin-top: -32px;
    font-weight: bold;
    color: #fff;
}

.home #header h1,
.home .contact {
    color: #375E97;
}

#header h2 {
    padding: 30px 0 0;
    width: 249px;
    float: left;
}

#header h2 img {
    max-width: 249px;
}

@media screen and (max-width: 644px) {
    #header h2 {
        padding: 10px 0 0;
        max-width: 200px;
        float: left;
    }

    #header h2 img {
        max-width: 200px;
    }
}

#header .pnav ul {
    position: relative;
    float: right;
}

#header .pnav ul li {
    font-weight: bold;
    display: inline;
    margin-left: 5px;
    font-size: 90%;
}

#header .pnav ul li:before {
    content: "・";
}

#header .pnav ul li a {
    padding-left: 5px;
    color: #ffffff;
}

#header .pnav ul li a:hover {
    color: #999999;
}

#header01 h2 {
    padding: 30px 0 0;
    width: 249px;
    float: left;
}

#header01 h2 img {
    width: 249px;
}

#header01 .pnav ul {
    position: relative;
    float: right;
}

#header01 .pnav ul li {
    font-weight: bold;
    display: inline;
    margin-left: 5px;
    font-size: 90%;
}

#header01 .pnav ul li:before {
    content: "・";
}

#header01 .pnav ul li a {
    padding-left: 5px;
    color: #ffffff;
}

#header01 .pnav ul li a:hover {
    color: #999999;
}


/* トップページ　メイン画像
------------------------------------------------------------*/

#mainImg img {
    width: 100%;
    height: auto;
}

#mainImg .catch {
    position: absolute;
    top: 42%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	max-width: none;
    width: 60%;
    z-index: 10;
}
#mainImg .catch p {
	font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.6vw;
}

#mainImg {
    position: relative;
    z-index: -1;
}

.post {
    padding: 30px auto;
}

.post01 {
    margin: 30px auto 60px;
    width: 1170px;
    max-width: 96%;
    width: min(1170px,96%);
    overflow: auto;
}

#instafeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#instafeed li {
    width: 25%;
    position: relative;
}

#instafeed li:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#instafeed li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.post02 {
    margin: 30px auto;
	background-image: url(../../uploads/2020/08/top_img_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0;
	height: 29.167vw;
	background-size: cover;
	background-position: center;
}

.post02 a{
	display: block;
	height: 100%;
	position: relative;
}

.post02 a img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 972px;
	max-height: 360px;
	width: auto;
	height: 18.5vw;
}
.post03 {
    margin: 30px auto;
    width: 100%;
    height: 374px;
    background-image: url(../../uploads/2020/07/abo_bg01.jpg);
    background-repeat: repeat-x;
}

.post04 {
    margin: 30px auto;
    width: 100%;
    height: 374px;
}

.post05 {
    margin: 30px auto;
    width: 100%;
}

.post_in {
    margin: 0 auto;
    width: 1080px;
    height: 374px;
}

@media screen and (max-width: 1024px) {
    .post01 {
        margin: 30px auto;
        width: 100%;
    }
	
	.post02 {
		padding: 0;
		height: 55.7vw;
		background-size: auto 100%;
		background-position: 0 42%;
	}

	
	.post02 a{
		display: block;
		height: 100%;
		position: relative;
	}
	
	.post02 a img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 597px;
		max-height: 217px;
		width: auto;
		height: 20vw;
	}

    .post03 {
        margin: 30px auto;
        width: 100%;
        height: 374px;
        background-image: url(../../uploads/2020/07/abo_bg01.jpg);
        background-repeat: repeat-x;
    }

    .post04 {
        margin: 30px auto;
        width: 100%;
        height: 374px;
    }

    .post_in {
        margin: 0 auto;
        width: 100%;
        height: 374px;
    }
}

.news_box01 {
    font-size: 100%;
    width:100%;
    margin-top: 0;
    text-align: center;
    float: none;
margin: auto;
}

.news_box01_tit {
    font-size: 300%;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
	text-align: center;
}

.news_box01_text {
    font-size: 120%;
	width: 100%;
	float: none;
	margin-top: 0;
	text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
}

.news_box01_text01 {
    font-size: 100%;
	width: 100%;
	margin-top: 0;
	text-align: center;
	float: none;
}

.news_box01 ul li .info {
    font-family: 'Oswald', sans-serif;
    width: 60%;
    text-align: left;
    margin-left: 3%;
    float: right;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .news_box01 ul li .info {
    width: 61%;
    font-size: 0.875em;
}
    
}

.news_box01 ul li .newicon {
    margin: 5px 0 5px auto;
	display:block;
}

.news_box02 {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px;
}

.news_box02_tit {
    font-size: 300%;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
}

.newslist01 {
    margin-top: 35px;
    padding-bottom: 10px;
}

@media screen and (max-width: 644px) {
    .newslist01 {
        margin-top: 15px;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .newslist01 {
        width: 100%;
        display: block;
    }
}

@media (max-width: 830px) {
    .newslist01 li {
        float: left;
	}

    .newslist01 .text01 {
       width: 100%;
    }
	
	.news_box01_tit{
		font-size: 2em;
		line-height: 1.4;
	}
	.news_box01_text{
		font-size: 100%;
		font-weight: 400;
		font-family: "Noto Sans JP";
		text-align: center;
		padding-bottom: 0px !important;
		margin: 0 auto 1em auto;
	}
    /*.news_box01_text {
        font-size: 80%;
		margin-top: -20px;
		float: none;
		width: 12em;
		display: inline-block;
		margin-right: 1.5em;
    }
	.news_box01_text01{
		float: none;
		width: auto;
		display: inline-block;
	}*/
}
.post_thumbnail {
    width: 33%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.post_thumbnail a {
    display: block;
    height: 100%;
    width: 100%;
}
.post_thumbnail a::before {
    content: "";
    display: block;
    padding-top: 77.777%;
}

.post_thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.post_thumbnail {
    height: auto;
}	
.post_thumbnail img {
	font-family: 'object-fit: cover;';
}
}

@media (min-width: 767px) {
    .newslist01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.newslist01 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dotted #333;
    width: 48%;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.newslist01 .text01 {
    font-size: 1.25em;
    word-break: break-all;
}
.newslist01 .text01 a {
/*    font-weight: 400;*/
}
@media (min-width: 768px) and (max-width: 1023px) {
    .newslist01 .text01 {
        line-height: 1.371em;
    }

    .newslist01 .text01 a {
        font-size: 0.914em;
    }
}

.newslist01 .text01 span {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}

.newslist01 .info .date {
    font-weight: 500;
font-size: 1.357em;
    font-family: 'Oswald', sans-serif;
    text-align: left;
}

@media (min-width: 768px) {
    .newslist01 .info .date {
        line-height: 1em;
        font-family: 'Oswald', sans-serif;
    }

    .newslist01 .date.sp {
        display: none !important;
    }

    .newslist01 .info .date.pc {
        display: block !important;
    }
}
@media (min-width: 645px) and (max-width: 1024px) {

    .newslist01 .top_news_li .info .date,
    .news_box01 .top_news_li .info .cat {
        float: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .newslist01 li.top_news_li {
        display: flex;
    }
}
.news_box01 .info .cat {
    font-size: 0.75rem;
    color: #FFF;
    display: inline-block;
    padding: 3px 5px 5px 5px;
    line-height: 1em;
    border-radius: 3px;
    background-color: #C94236;
    margin: 0.75em 0 1em 0;
}
.news_box01 .info .cat.sin { background-color: #FFFF00; color:#000; }


@media (min-width: 768px) and (max-width: 1023px) {
    .news_box01 .info .cat {margin: 0.5em 0 0.5em 0;
}
}

.news_box01 .info .cat.event {
    background-color: #C94236; color: #FFF;
}

.news_box01 .info .cat.blog {
    background-color: #36bdc9; color: #FFF; color: #FFF;
}

.news_box01 .info .cat.information{
	background-color: #C94236; color: #FFF; color: #FFF;
}

.news_box01 .info .cat.recruit,
.news_box01 .info .cat.building {
    background-color: #000; color: #FFF;
}

@media (min-width: 768px) {
    .news_box01 .info .cat {
        clear: right;
    }
}

.news_box02 .info .cat {
    font-size: 0.55rem;
    color: #FFF;
    display: inline-block;
    padding: 5px;
    line-height: 1em;
    border-radius: 3px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .news_box02 .info .cat {
        clear: right;
    }
}

.img_box01 {
    width: 25%;
    float: left;
    background-color: #C94236;
    text-align: center;
    color: #fff;
}

.img_box01 p {
    padding: 20px;
}

.img_box01_tit {
    font-size: 300%;
    color: #fff;
    text-align: center;
    margin: 60px auto 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

.img_box01_titsub {
    font-size: 140%;
    color: #fff;
    text-align: center;
    margin: 0px auto;
}

.img_box02 {
    width: 25%;
    float: left;
}

.img_box02 img{
	width:100%;
}

.img_box02 p {
    padding: 0 20px 10px;
}

.img_box02_tit {
    font-size: 160%;
    color: #C94236;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

.img_box02_tit a{
	color: #C94236;
	font-weight: 400;
}

.img_box02_titsub {
    font-size: 140%;
    text-align: center;
}

.works_img_tit01 {
    clear: both;
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 30px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    background-color: #000;
    color: #fff;
    text-align: center;
}

.work_box01 span {
    float: right;
    padding-right: 50px;
}

.work_box01 {
    width: 25%; height: auto !important;
    float: left;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    background-color: #F4F4F4;
}

.work_box01 p {
    padding: 0px 0 20px 20px;
    color: #888;
}

.work_box01 p.photo {
    padding: 0;
    width: 100%;
    height: 140%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.work_box01 p.photo img {

    height: calc(100%);
    width: calc(100%);
}

.work_box01_tit {
    font-size: 120%;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 20px;
}

.work_box02 {
    width: 25%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.work_box02 p {
    padding: 20px;
}

.eve_box01 {
    width: 34%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    height: 760px;
    background-color: #FF913A;
}

.eve_box01 p {
    text-align: center;
    width: 100%;
    padding-top: 40px;
}

.img_eve01_tit {
    font-size: 300%;
    color: #fff;
    text-align: center;
    margin: 300px auto 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

.img_eve01_titsub {
    font-size: 140%;
    color: #fff;
    text-align: center;
    margin: 0px auto;
}


.eve_box02 {
    width: 33%;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    background-color: #F4F4F4;
}

.eve_box02 img{
	width:100%;
}

.eve_box02 span {
    float: right;
    padding-right: 5px;
}

.eve_box02_tit {
    font-size: 120%;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 20px;
}

.eve_box02 p {
    padding: 0px 20px 20px 20px;
    color: #888;
}

.eve_box02 p.photo {
    padding: 0;
    overflow: hidden;
}

.eve_box02 p.photo img {
    width: 100%;
    height: auto;
}


.cont_box01 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    background-image: url(../../uploads/2020/07/top_cont_img01.jpg);
    padding: 174px 0;
}

.img_cont01_tit {
    font-size: 300%;
    color: #fff;
    text-align: center;
    margin: auto;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

.img_cont01_titsub {
    font-size: 140%;
    color: #fff;
    text-align: center;
    margin: 0px auto;
}

.cont_box02 {
    width: 50%;
    float: right;
    padding: 30px 40px;
    box-sizing: border-box;
}

.cont_box02 p {
    padding: 10px;
    text-align: center;
    width: 286px;
}

.cont_box02 p + p{
	padding: 0px 10px 10px 10px;
	line-height: 1;
}

.cont_box02 p a{
	display:block;
}

.cont_box02 p a img.sp{
	display:none;
}
	
.sta_box01 {
    width: 32%;
    float: left;
    box-sizing: border-box;
    margin: 1% 1% 1% 0;
    border: 1px solid #ccc;
    padding: 10px 15px;
}

.sta_box01_name {
    color: #000;
    font-size: 120%;
}

.conc_box01 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 30px;
}

.conc_box01_tit {
    font-size: 140%;
    color: #C94236;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
}

.conc_box01_tit span {
    font-size: 180%;
}

.conc_box01_tit_s {
    font-size: 200%;
    font-weight: bold;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
}

.conc_box02 {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 30px;
}

.conc_box02_tit {
    font-size: 140%;
    color: #C94236;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
}

.conc_box02_tit span {
    font-size: 180%;
}
.top_bnr_link_box {
	padding-top: 8.5em; padding-bottom: 4.5em;
}
.top_bnr_link_box a {
	max-width:300px; width:28%; height:auto;
	display: inline-block; margin-right: 0.85em;
}
.top_bnr_link_box a:last-of-type {
	 margin-right: 0em;
}
.top_bnr_link_box a img {
	display: inline-block; width:100%; height:auto;
}
.top_bnr_link_box .c-both{
	clear: both;
}

@media screen and (max-width: 1024px) {
    .img_box01 {
        width: 50%;
        float: left;
        background-color: #C94236;
        text-align: center;
        color: #fff;
    }

    .img_box01 p {
        padding: 20px;
    }

    .img_box01_tit {
        font-size: 300%;
        color: #fff;
        text-align: center;
        margin: 60px auto 0;
        font-family: 'Oswald', sans-serif;
        letter-spacing: 2px;
    }

    .img_box01_titsub {
        font-size: 140%;
        color: #fff;
        text-align: center;
        margin: 0px auto;
    }

    .img_box02 {
        width: 50%;
        float: left;
    }

    .img_box02 p {
        padding: 0 20px 10px;
    }

    .img_box02_tit {
        font-size: 160%;
        color: #C94236;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        letter-spacing: 2px;
    }

    .img_box02_titsub {
        font-size: 140%;
        text-align: center;
    }

    .work_box01 {
        width: 25%;
        float: left;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        box-sizing: border-box;
        background-color: #F4F4F4;
    }

    .work_box01 p {
        padding: 0px 0 20px 20px;
        color: #888;
    }

    .work_box01_tit {
        font-size: 120%;
        color: #000;
        font-weight: bold;
        letter-spacing: 2px;
        margin-left: 20px;
    }

    .work_box02 {
        width: 25%;
        float: left;
        text-align: center;
        box-sizing: border-box;
    }

    .work_box02 p {
        padding: 20px;
    }

    .eve_box01 {
        width: 34%;
        float: left;
        text-align: center;
        box-sizing: border-box;
        height: 760px;
        background-color: #FF913A;
    }

    .eve_box01 p {
        width: 100%;
    }

    .eve_box01 p {
        text-align: center;
        padding-top: 85%;
    }

    .img_eve01_tit {
        font-size: 300%;
        color: #fff;
        text-align: center;
        margin: 300px auto 0;
        font-family: 'Oswald', sans-serif;
        letter-spacing: 2px;
    }

    .img_eve01_titsub {
        font-size: 140%;
        color: #fff;
        text-align: center;
        margin: 0px auto;
    }

    .eve_box02 {
        width: 33%;
        float: left;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        height: 380px;
        background-color: #F4F4F4;
    }

    .eve_box02_tit {
        font-size: 120%;
        color: #000;
        font-weight: bold;
        letter-spacing: 2px;
        margin-left: 20px;
    }

    .eve_box02 p {
        padding: 0px 20px 20px 20px;
        color: #888;
    }

    .cont_box01 {
        width: 50%;
        float: left;
        box-sizing: border-box;
        background-image: url(../../uploads/2020/07/top_cont_img01.jpg);
        padding: 174px 0;
    }

    .img_cont01_tit {
        font-size: 300%;
        color: #fff;
        text-align: center;
        margin: auto;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .img_cont01_titsub {
        font-size: 140%;
        color: #fff;
        text-align: center;
        margin: 0px auto;
    }

    .cont_box02 {
        width: 50%;
        text-align: center;
        padding: 30px 40px;
        box-sizing: border-box;
    }

    .cont_box02 p {
        text-align: center;
        width: 100%;
        padding: 0px;
    }

    .sta_box01 {
        width: 32%;
        float: left;
        box-sizing: border-box;
        margin: 1% 1% 1% 0;
        border: 1px solid #ccc;
        padding: 10px 15px;
    }


    .sta_box01_name {
        color: #000;
        font-size: 120%;
    }

    .conc_box01 {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding: 30px;
    }

    .conc_box01_tit {
        font-size: 140%;
        color: #C94236;
        font-weight: bold;
        letter-spacing: 2px;
        font-family: 'Oswald', sans-serif;
    }

    .conc_box01_tit span {
        font-size: 180%;
    }

    .conc_box01_tit_s {
        font-size: 200%;
        font-weight: bold;
        color: #000;
        font-family: "Noto Sans JP", sans-serif;
    }

    .conc_box02 {
        width: 50%;
        float: right;
        box-sizing: border-box;
        padding: 30px;
    }

    .conc_box02_tit {
        font-size: 140%;
        color: #C94236;
        font-weight: bold;
        letter-spacing: 2px;
        font-family: 'Oswald', sans-serif;
    }

    .conc_box02_tit span {
        font-size: 180%;
    }
}

@media screen and (max-width: 644px) {
    .news_box01 {
        width: 100%;
        border-right: 0px solid #000 !important;
        box-sizing: border-box;
        padding: 30px;
        margin-bottom: 30px;
    }

    .news_box02 {
        width: 100%;
        box-sizing: border-box;
        padding: 30px;
        margin-bottom: 30px;
    }

    .img_box01 {
        width: 100%;
        background-color: #C94236;
        text-align: center;
        color: #fff;
    }

    .img_box02 {
        width: 100%;
    }

    .work_box01 {
        width: 100%;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        box-sizing: border-box;
        background-color: #F4F4F4;
    }

    .eve_box01 {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        height: auto !important;
        background-color: #FF913A;
    }

    .img_eve01_tit {
        font-size: 140%;
        color: #fff;
        text-align: center;
        margin: 0px auto !important;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .img_eve01_titsub {
        font-size: 100%;
        color: #fff;
        text-align: center;
        margin: 0px auto;
    }

    .eve_box02 {
        width: 100%;
        box-sizing: border-box;
        background-color: #F4F4F4;
    }

    .cont_box01 {
        width: 100%;
        float: left;
        box-sizing: border-box;
        background-color: #000 !important;
        background-image: none !important;
        padding: 0 !important;
    }

    .img_cont01_tit {
        font-size: 140%;
        color: #fff;
        text-align: center;
        margin: auto;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .img_cont01_titsub {
        font-size: 100%;
        color: #fff;
        text-align: center;
        margin: 0px auto;
    }

    .cont_box02 {
        width: 100%;
        padding: 0px auto;
        box-sizing: border-box;
        text-align: center;
    }

    .cont_box02 p {
        padding: 0px;
        text-align: center;
    }

    .conc_box01 {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .conc_box02 {
        width: 100%;
        float: right;
        box-sizing: border-box;
    }

    .sta_box01 {
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin: 1%;
        border: 1px solid #ccc;
        padding: 10px 15px;
    }

    .post01 table {
        border: 1px #cccccc solid;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 10px 0 30px;
        width: 100%;
    }

    .post01 table th {
        background: #F2F2F2;
        padding: 15px;
        border: #cccccc solid;
        border-width: 0 0 1px 1px;
        font-weight: bold;
        width: 100%;
        vertical-align: top;
    }

    .post01 table td {
        padding: 15px;
        border: 1px #cccccc solid;
        border-width: 0 0 1px 1px;
        width: 100%;
    }

    .eve_box01 p {
        text-align: center;
    }

    .eve_box01 p {
        width: 100%;
    }

    .eve_box01 p {
        text-align: center;
        width: 100%;
        padding-top: 0%;
    }
.top_bnr_link_box {
	padding-top: 0.3em;
	padding-bottom: 0em;
	width: 92%;
}
.top_bnr_link_box a {
	max-width: 300px;
	width: 49%;
	height: auto;
	display: inline-block;
	margin-right: 2%;
	float:left;
}
.top_bnr_link_box a:nth-of-type(2n) {
	 margin-right: 0em;
}
.top_bnr_link_box a img {
	display: inline-block; width:100%; height:auto;
}

    
}


@media screen and (max-width: 1024px) {
    #mainImg .catch {
        top: 40%;
        width: 60%;
        font-size: 24px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
}

@media screen and (max-width: 644px) {
    #mainImg img {}

    #mainImg .catch {
        top: 30%;
        width: 80%;
        font-size: 18px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
}

/* タイポグラフィ
------------------------------------------------------------*/

h2.title {
    clear: both;
    font-size: 300%;
    padding-top: 10ps;
    letter-spacing: 0.05em;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

h2.title01 {
    clear: both;
    font-size: 300%;
    padding-top: 10ps;
    letter-spacing: 0.05em;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
}

h3.title {
    clear: both;
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 30px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    background-color: #000;
    color: #fff;
    text-align: center;
}

h3.title01 {
    clear: both;
    font-size: 140%;
    font-weight: bold;
    padding: 30px 0;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP";
    background-color: #C94236;
    color: #fff;
    text-align: center;
}

h3.title02 {
    clear: both;
    font-size: 300%;
    font-weight: bold;
    padding: 30px 0;
    letter-spacing: 0.05em;
    font-family: 'Oswald', sans-serif;
    background-color: #C94236;
    color: #fff;
    text-align: center;
}

h2.title span {
    color: #fff;
    font-size: 25%;
    width: 100%;
}

.post p {
    padding-bottom: 15px;
}

.post ul {
    margin: 10px 0 20px 20px;
}

.post ul li {
    padding-left: 5px;
    list-style: disc;
}

.article-info {
    float: left;
    width: 160px;
}

.article-date {
    font-size: 120%;
}

.cat-data {
    color: #fff;
    background-color: #C94236;
    padding: 3px 3px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.cat-data a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    font-weight: bold;
    color: #fff;
}

.listing-item {
    font-size: 24px;
    border-bottom: 1px dotted #333;
    text-align: center;
}

.listing-item span {
    font-size: 16px;
    display: block;
}

.post h1 {
    margin: 0px 0 25px;
    padding: 0px 0;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #333;
    float: right;
    width: 880px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .post h1 {
        margin: 0px 0 25px;
        padding: 0px 0;
        font-size: 150%;
        font-weight: bold;
        width: 100%;
    }
}

.post h2 {
    margin: 10px 0 20px;
    padding: 5px 0 5px 5px;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 2px solid #375E97;
    color: #2D4262;
}

.post01 h2 {
    margin: 30px 0 20px;
    padding: 10px 0 10px 15px;
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    background-color: #C94236;
}

.post01 h2.bdr_no {
    border: none;
    margin: 30px 0 0;
}

.post h3 {
    margin: 15px 0 25px;
    padding: 15px 5px 5px;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #4A6727;
    color: #4A6727;
}

.post h4 {
    margin: 10px 0 5px;
    padding: 0;
    font-size: 110%;
    font-weight: bold;
    color: #b1242a;
    border: 2px solid #283655;
    display: table;
    text-align: center;
    min-width: 120px;
}

.post h5 {
    margin: 15px 0 10px;
    padding: 15px 0;
    font-size: 110%;
    font-weight: bold;
}

.post h6 {
    margin: 15px 0 10px;
    padding: 15px 0;
    font-size: 110%;
    font-weight: bold;
}

.post blockquote {
    clear: both;
    padding: 10px 0 10px 25px;
    margin: 10px 0 25px 0px;
    border-left: 5px solid #e9e9e9;
}

.post blockquote p {
    padding: 5px 0;
}

.area_gmap {
    border: solid 1px #ccc;
    padding: 20px;
	margin-top: 10px;
}

.area_gmap iframe{
	width: 100% !important;
}

.post table {
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 30px;
    width: 100%;
}

.post table th {
    background: #F2F2F2;
    padding: 15px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    width: 20%;
    vertical-align: top;
}

.post table td {
    padding: 15px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
}

.post01 table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 30px;
    width: 100%;
}

.post01 table th {
    background: #F2F2F2;
    padding: 15px;
    border: #cccccc solid;
    border-width: 1px 1px 1px 1px;
    font-weight: bold;
    vertical-align: top;
}

.post01 table td {
    padding: 15px;
    border: 1px #cccccc solid;
    border-width: 1px 1px 1px 1px;
}

.post01 table td a{
	pointer-events: auto;
	font-weight: 400;
}

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

img.aligncenter {
    display: block;
    margin: 5px auto;
    text-align: center;
}

img.alignright {
    margin: 5px 0 30px 30px;
}

img.alignleft {
    margin: 5px 30px 30px 0;
}

.alignright {
   text-align:right !important; float:none !important;
}
.wp-block-image .alignleft,
.alignleft {
    text-align:left !important; float:none !important;
}

.com_p01 {
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 3.0rem;
}

.com_p01 span.edit_sp_space{
	display:none;
}

.com_p02 {
    padding-bottom: 15px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
}

.pri_p01 {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .post01 table th {
        background: #F2F2F2;
        padding: 15px;
        border: #cccccc solid;
        border-width: 0 0 1px 0;
        font-weight: bold;
        width: calc(100% - 30px);
        vertical-align: top;
        display: block;
    }

    .post01 table td {
        padding: 15px;
        border: 1px #cccccc solid;
        border-width: 0 0 1px 0;
        width: calc(100% - 30px);
        display: block;
    }

    .post01 tbody {
        width: 100%;
    }
}

/* サイドバー
------------------------------------------------------------*/

.widget,
.widgetInfo {
    margin: 0 0 20px;
}

#banners img {
    max-width: 255px;
    height: auto;
    padding-bottom: 10px;
}

.widget h3 {
    clear: both;
    margin: 0 0 20px;
    padding: 5px 0;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
}

.widget a {
    font-weight: bold;
    display: block;
    padding: 5px 0 5px 0;
    color: #ffffff;
}

.widget a:hover {
    color: #999999;
}

.newsTitle {
    clear: both;
    margin: 0 0 20px;
    padding: 5px 0;
    font-size: 100%;
    border-bottom: 2px solid #ffffff;
}

.newsTitle h3 {
    font-size: 130%;
    float: left;
    font-weight: bold;
}

.newsTitle p {
    float: right;
    padding: 5px 5px 0 5px;
    font-size: .8em;
}

.newsTitle a {
    font-weight: bold;
    color: #ffffff;
}

.newsTitle a:hover {
    color: #b1242a;

}

.news p {
    clear: both;
    padding-bottom: 2px;
}

.news p:last-child {
    border: 0;
}

.news p a {
    font-weight: bold;
    display: block;
    padding: 5px 0;
    color: #000;
}

.news p a:hover {
    color: #b1242a;
}

.news span {
    padding-left: 10px;
}


/* フッター
------------------------------------------------------------*/

#footer ul {
    text-align: center;
    padding-bottom: 10px;
    float: left;
    background-color: #000;
}

#footer li {
    vertical-align: text-top;
    text-align: left;
    margin-right: 30px;
}

#footer li a {
    font-weight: 400;
    display: block;
    padding: 0 0 0 10px;
    overflow: hidden;
    color: #fff;
}

#footer li a i{
	font-size: 2.5em;
	display: block;
	text-align: center;
	margin: 0 auto 0.2em auto;
}

#footer li a i:before{
	vertical-align: text-bottom;
}



#footer li li {
    display: block;
    padding: 0;
}

*:first-child+html #footer li {
    display: inline;
}

*:first-child+html #footer ul ul,
*:first-child+html #footer li li a,
*:first-child+html #footer li li {
    display: none;
}

.footer_logo {
    width: 249px;
    float: left;
    margin-right: 50px;
}

@media screen and (max-width: 1024px) {
    .footer_logo {
        width: 249px;
        text-align: center;
        display: none;
    }
}

#copyright {
    clear: both;
    padding-top: 2em;
    font-size: 75%;
    zoom: 1;
    background: #000;
    color: #999;
    height: 53px;
}

.copyright {
	font-size:1em;
    zoom: 1;
    background: #000;
    color: #999;
    text-align:center;
}

.f_bar {
		width: 100%;
		box-sizing: border-box;
		padding-top: 8px;
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: right;
		/*background: rgba(0,0,0,0.8);*/
		display: none;
	}
	
	.f_bar .inner { max-width: 100%; margin: 0 auto; }

	.f_bar img {
    	margin: 0 !important;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}	

	.f_bar img.sp {
		display:none!important;
	}

	.f_bar a.f_contact img{
		border: 1px solid #36bac7;
	}

	.f_bar a.f_showroomcontact img{
		border: 1px solid #f19041;
	}

.f_bar a.f_showroomcontact img.sp{
	display:none;
}

	.f_bar a.f_pagetop img{
		border:1px solid #999;
	}

@media screen and (max-width: 1024px) {
    .copyright {
        clear: both;
        zoom: 1;
        background: #000;
        color: #999;
    }

    .f_bar img {
        margin: 0 !important;
    }
}


@media screen and (max-width: 644px) {
    .copyright {
        clear: both;
        font-size: 100%;
        zoom: 1;
        background: #000;
        color: #999;
        width: 100%;
    }

    .f_bar {
        width: 100%;
        padding-right: 30px;
        box-sizing: border-box;
        text-align: center;
        display: none;
    }

    .f_bar img {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    #copyright {
        clear: both;
        padding: 10px;
        font-size: 75%;
        zoom: 1;
        background: #000;
        color: #999;
        text-align: center;
        height: 84px;
    }
}

@media screen and (max-width: 644px) {
    #copyright {
        clear: both;
        padding: 10px;
        font-size: 75%;
        zoom: 1;
        background: #000;
        color: #999;
        text-align: center;
    }
}

#pagetop {
    position: fixed;
    right: 30px;
    bottom: 0px;
    font-size: 40px;
    color: #cdcdcd;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/

.thumbWrap {
    width: 770px;
    margin: 0 -20px 20px 0;
}

.thumbWrap li {
    float: left;
    width: 236px;
    margin: 0 20px 40px 0;
    background: none;
}

.thumbWrap img {
    margin-bottom: 15px;
}

ul.thumb h3 {
    margin-top: 20px;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    border: 2px solid #ffffff;
}

ul.thumb h3 span {
    display: block;
    padding: 7px;
    color: #ffffff;
}

ul.thumb h3 span:hover {
    color: #999999;
}


/* メインメニュー　PC用
------------------------------------------------------------*/

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

    nav#mainnav {
        width: 800px;
        float: right;
    }

    nav#mainnav ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav#mainnav ul li {
        float: left;
        border-right: 1px solid #fff;
    }

    nav#mainnav ul li a {
        display: block;
        text-align: right;
        _float: left;
        padding: 0px 30px 0 30px;
        font-size: 120%;
        font-weight: bold;
        color: #fff;
    }

    nav#mainnav01 {
        width: 800px;
        float: right;
    }

    nav#mainnav01 ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav#mainnav01 ul li {
        float: left;
        border-right: 1px solid #000;
    }

    nav#mainnav01 ul li a {
        display: block;
        text-align: right;
        _float: left;
        padding: 0px 30px 0 30px;
        font-size: 120%;
        font-weight: 500;
        color: #000;
    }

    nav#mainnav ul li a span,
    nav#mainnav ul li a strong,
    #mainnav01 ul li a span,
    nav#mainnav01 ul li a strong {
        display: block;
        font-size: 90%;
        line-height: 1.7;
    }

    nav#mainnav ul li a span {
        font-size: 70%;
        letter-spacing: 0.1em;
    }

    nav#mainnav ul li a:hover span,
    nav#mainnav ul li a:hover,
    #mainnav01 ul li a:hover span,
    nav#mainnav01 ul li a:hover {
        color: #000;
        text-shadow: #fff 1px 1px 10px;
    }

    .l_none {
        border-right: 0px !important;
    }


    nav#mainnav ul ul {
        width: 160px;
        border-top: 0;
    }

    nav#mainnav ul li ul {
        display: none;
    }

    nav#mainnav ul li:hover ul {
        display: block;
        position: absolute;
        top: 60px;
        text-align: center;
        z-index: 500;
    }

    nav#mainnav ul li li {
        background: #000000;
        border-bottom: 1px dotted #cdcdcd;
        float: none;
        width: 160px;
        height: 40px;
        line-height: 40px;
        margin: 0;
    }

    nav#mainnav ul li li:last-child {
        border: 0;
    }

    nav#mainnav ul li li a {
        width: 100%;
        height: 40px;
        padding: 0;
        line-height: 40px;
        font-size: 95%;
        text-align: center;
    }

    nav#mainnav ul li li a:hover {
        color: #999999;
    }

    nav div.panel {
        display: block !important;
    }

    a#menu {
        display: none;
    }

    .sns {
        float: right;
        display: block;
    }

    .sns ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 30px;
    }

    .sns ul li {
        float: left;
    }

    .sns ul li a {
        display: block;
        text-align: right;
        _float: left;
        padding: 18px 0px 0 25px;
        font-size: 120%;
        font-weight: bold;
        color: #000;
    }
	.sns ul li a  i{
		font-size: 2.35em;
	}
	.sns ul li a  i.fa-facebook{
		font-size: 2.1em;
	}

}


/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

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

    #header {
        position: absolute;
        width: 100%;
        z-index: 500;
    }

    #header01 {
        width: 100%;
        z-index: 500;
        height: auto;
    }

    #headerWrap {
        position: relative;
        width: 100%;
        height: 60px;
        background: #375E97;
        border-bottom: 1px solid #fff;
    }

    #header h1 {
        display: none;
    }

    #header h2 {
        padding-top: 18px;
    }

    #header h2 img,
	.home #header01 h2 img{
        max-height: 40px;
        width: auto !important;
        max-width: 200px;
        padding: 0;
    }

    #header01 h2 img {
        max-height: 40px;
        width: auto !important;
        max-width: 200px;
        padding: 0;
    }

    #header .pnav ul {
        display: none;
    }

    .contact {
        display: none;
    }

    a#menu {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        z-index: 20;
    }

    #menuBtn{
        display: block;
        position: absolute;
        top: 60%;
        left: 50%;
        width: 18px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #ffffff;
        transition: .2s;
    }

    #menuBtn:before,
    #menuBtn:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 2px;
        background: #ffffff;
        transition: .3s;
    }

    #menuBtn:before {
        margin-top: -7px;
    }

    #menuBtn:after {
        margin-top: 5px;
    }

    a#menu .close {
        background: transparent;
    }

    a#menu .close:before,
    a#menu .close:after {
        margin-top: 0;
    }

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

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

    #menuBtn01 {
        display: block;
        position: absolute;
        top: 60%;
        left: 50%;
        width: 18px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #000;
        transition: .2s;
    }

    #menuBtn01:before,
    #menuBtn01:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 2px;
        background: #000;
        transition: .3s;
    }

    #menuBtn01:before {
        margin-top: -7px;
    }

    #menuBtn01:after {
        margin-top: 5px;
    }

    a#menu01 .close {
        background: transparent;
    }

    a#menu01 .close:before,
    a#menu .close:after {
        margin-top: 0;
    }

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

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

    .panel {
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
        z-index: 100;
    }

    #mainnav {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: right;
    }

    #mainnav ul {
        background: #fff;
        text-align: left;
    }

    #mainnav li a {
        position: relative;
        display: block;
        padding: 12px 25px;
        border-bottom: 1px solid #000;
        color: #000;
        font-weight: bold;
    }

    #mainnav ul li a span {
        display: none;
    }

    #mainnav ul li li {
        border: 0;
    }

    #mainnav ul li li a {
        padding-left: 40px;
    }

    #mainnav01 {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: right;
    }

    #mainnav01 ul {
        background: #fff;
        text-align: left;
    }

    #mainnav01 li a {
        position: relative;
        display: block;
        padding: 12px 25px;
        border-bottom: 1px solid #000;
        color: #000;
        font-weight: bold;
    }

    #mainnav01 ul li a span {
        display: none;
    }

    #mainnav01 ul li li {
        border: 0;
    }

    #mainnav01 ul li li a {
        padding-left: 40px;
    }

    .sns {
        display: none;
    }

}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

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

    #wrapper,
    #header,
    #header01 .inner {
        width: 100%;
		overflow: hidden;
    }

    #header h1,
    #header p {
        padding: 5px 10px;
    }

    #header01 h1,
    #header01 p {
        padding: 5px 10px;
    }

    #header h2 {
        padding: 10px;
        display: table;
        margin: 0 auto;
        z-index: 10;
        position: relative;
        float: none;
    }

    #header01 h2 {
        padding: 10px;
        display: table;
        margin: 0 auto;
        z-index: 10;
        position: relative;
        float: none;
    }


    h2.first {
        margin-top: 75px;
    }

    h2.topFirst {
        margin-top: -10px;
    }

    #content,
    #sidebar {
        clear: both;
        width: 95%;
        float: none;
        margin: 0 auto;
        padding: 10px 0;
    }

    #banners {
        width: 100%;
        margin: 30px 0 30px 0;
        text-align: center;
    }

    #banners p {
        display: block;
    }

    #banners p img {
        width: 100%;
        height: auto;
    }

    .widget_search {
        text-align: center;
    }

    #footer {
        margin: 0;
        border: 0;
        text-align: center;
        background-color: #000;
    }

    #footer ul {
        text-align: center;
        width: 25%;
    }

    #footer li {
        margin-right: 20px;
    }

    .thumbWrap {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        overflow: auto;
    }

    .thumbWrap ul.thumb li {
        width: 30%;
        float: left;
        margin: 0 1% 0 2%;
    }

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

    .sns {
        display: none;
    }

}

@media screen and (max-width: 644px) {
    #footer {
        margin: 0;
        border: 0;
        text-align: center;
        background-color: #000;
        padding: 5px;
    }
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

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

    h2.title {
        font-size: 140%;
        line-height: 1.4;
    }

    h3.title {
        clear: both;
        font-size: 100%;
        font-weight: bold;
        font-family: "Noto Sans JP";
        background-color: #000;
        color: #fff;
        text-align: center;
        padding-bottom: 0px !important;
    }

    img.alignright,
    img.alignleft {
        display: block;
        margin: 5px auto 20px auto;
    }

    .alignright,
    .alignleft {
        float: none;
    }

    #footer ul {
        padding: 10px 0 0 0px;
        width: 50%;
    }

    #footer ul ul {
        padding: 0;
    }

    .thumbWrap ul.thumb li {
        width: 95%;
        margin-bottom: 30px;
    }

    h2.title span {
        font-size: 140%;
    }

    .sns {
        display: none;
    }
}

/* slick-----------------*/
.slick-slide img {
    width: 100% !important;
    max-width: 100%;
}

/* googlemap-----------------*/
.googlemap {
    position: relative;
    width: 100%;
    padding-top: 45%;
    /*ここで高さ調整*/
}

.googlemap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 汎用-----------------*/
a:focus,
*:focus {
    outline: none;
}

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

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

.mb15 {
    margin-bottom: 15px !important;
}

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

.mb25 {
    margin-bottom: 25px !important;
}

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

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

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

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

.text-right {
    text-align: right;
}

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

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

.text-bold {
    font-weight: bold;
}

.text-large {
    font-size: 120% !important
}

.text-xlarge {
    font-size: 150% !important
}

.text-small {
    font-size: 80% !important
}

.highlight {
    padding: 2% 4%;
    background: #fbf4f4;
    box-sizing: border-box;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

figure {
    margin: 0 auto 1em;
}

figure img {max-height: calc(100vh - 150px);display: block;margin: 0 auto;}


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

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

.post table {
    width: 100%;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}


@media only screen and (max-width: 1024px) {
    a#menu {
        cursor: pointer;
    }

    #banners p img {
        width: auto;
        max-width: 100%;
    }
}

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

    .post img,
    img.alignright,
    img.alignleft {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        display: block;
    }
	
	
}

/*==========================
	ブロック
==========================*/
/* 2列並び-----------------*/
.box2 {
    display: inline-block;
    margin: 0 2% 2% 0;
    width: 49%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
}

.box2:nth-child(2n) {
    margin: 0 0 2% 0;
}

/* 3列並び-----------------*/
.box3 {
    display: inline-block;
    margin: 0 2% 2% 0;
    width: 32%;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
}

.box3:nth-child(3n) {
    margin: 0 0 2% 0;
}

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

/* 4列並び-----------------*/
.box4 {
    float: left;
    margin: 0 2% 2% 0;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
}

.box4:nth-child(4n) {
    margin: 0 0 2% 0;
}

/* 5列並び-----------------*/
.box5 {
    float: left;
    margin: 0 2% 2% 0;
    width: 18.4%;
    box-sizing: border-box;
    vertical-align: top;
}

.box5:nth-child(5n) {
    margin: 0 0 2% 0;
}

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

    .box2,
    .box3,
    .box4,
    .box5 {
        margin: 0 0 1%;
        width: 100%;
    }

}

/*ページ送り */
ul.pageNav {
    margin: 20px 0 10px;
    padding: 10px 10px 5px;
    text-align: center;
}

ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

ul.pageNav li span,
ul.pageNav li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #f2f3f5;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #f2f3f5;
    color: #171c7b;
}

ul.pageNav li span {
    background: none;
    color: #b1242a;
}

ul.pageNav li a:hover {
    color: #fff;
    background: #b1242a;
    border-color: #b1242a;
}

/*pageTOP------------------------------*/
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#pageTop a {
    display: block;
    z-index: 999;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #375E97;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    border: 1px solid #fff;
}

#pageTop a::before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* リンクボタン */
.link_btn {
    width: 100%;
    max-width: 300px;
    margin: 20px 0 0;
    padding: 0 !important;
}

.link_btn a {
    line-height: 1.4;
    display: block;
    padding: 15px 20px 13px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #2D4262;
    border: 1px solid #2D4262;
    background: none;
    transition: all 0.5s ease 0s;
}

.link_btn a:before {
    border-top: 2px solid #2D4262;
    border-right: 2px solid #2D4262;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 8px;
    transition: all 0.5s ease 0s;
}

.link_btn a:hover {
    background: #2D4262;
    color: #fff;
}

.link_btn a:hover:before {
    border-color: #fff;
}

.link_btns .link_btn {
    max-width: 100%;
}

@media screen and (max-width: 644px) {
    .link_btn {
        margin: 20px auto;
    }

    .link_btns .link_btn {
        margin: 0 auto 5px !important;
        padding: 0;
    }
}

@media only screen and (min-width: 1025px) {
    .home #header {
        background: transparent;
        z-index: 1;
        position: absolute;
        width: 100%;
    }

    #mainImg01 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg01.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
		background-size:cover;
    }

    #mainImg02 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg02.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: cover;
    }

    #mainImg03 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg03.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: cover;
    }

    #mainImg04 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg04.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: cover;
    }

    #mainImg05 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg05.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: cover;
    }

    #mainImg06 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg06.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: cover;
    }

    #mainImg07 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg07.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: cover;
    }

    #mainImg08 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg08.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: cover;
    }

    #mainImg09 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg09.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: cover;
    }

    #mainImg10 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg10.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: cover;
    }

    #mainImg11 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg12.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: cover;
    }
}

@media only screen and (max-width: 1024px) {
    #mainImg {
        margin-top: 0;
    }
}

/* side_info */
.side_info {
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.8;
    border: 2px solid #2D4262;
    color: #2D4262;
    margin: 0 0 10px;
    position: relative;
}

.side_info img {
    max-width: 100% !important;
    padding-bottom: 0 !important;
}

.side_info .p01 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.4;
    color: #2D4262;
}

.side_info .side_tel img {
    max-width: 24px !important;
    vertical-align: middle;
    margin-top: -7px;
}

.side_info .side_tel {
    font-size: 26px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    display: table;
    width: 100%;
    text-align: center;
}

.side_info .side_tel a {
    color: #2D4262;
    z-index: 10;
    position: relative;
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding: 2px 0px;
    line-height: 1.2;
}

.side_info .side_tel a:hover {
    opacity: 0.7;
}

.side_info .side_tel a span {
    color: #2D4262;
    background: url(../images/tel.png) no-repeat left 6px;
    background-size: 20px;
    padding-left: 23px;
}

.side_info .side_tel a span.text-small {
    background: url(../images/tel2.png) no-repeat left 0;
    background-size: 20px;
    padding-left: 20px;
}

.tel_box h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto 10px;
    position: relative;

}

.tel_box h3 span {
    background: #fff;
    padding: 0 5px;
    position: relative;
}

.tel_box h3:before {
    position: absolute;
    content: "";
    background: #2D4262;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}

@media screen and (max-width: 1024px) {
    #mainImg01 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg01.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    #mainImg02 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg02.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    #mainImg03 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg03.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    #mainImg04 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg04.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    #mainImg05 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg05.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    #mainImg06 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg06.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    #mainImg07 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg07.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    #mainImg08 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg08.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    #mainImg09 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg09.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    #mainImg10 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg10.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    #mainImg11 {
        width: 100%;
        display: block;
        background-image: url(../../uploads/2020/07/ul_img_bg12.jpg);
        background-repeat: no-repeat;
        padding-top: 20.8%;
        background-size: contain;
    }

    .side_info {
        padding: 25px;
        text-align: center;
        margin: 20px 0 0;
    }

}

@media screen and (max-width: 644px) {
    .side_info.tel_box {
        margin-bottom: 30px;
    }

    .side_info .side_tel a {
        padding: 10px 0;
    }
}

ul.ul01 {
    list-style: none;
    margin: 0;
}

ul.ul01 li {
    padding: 0 0 5px 20px;
    position: relative;
    word-wrap: break-word;
    list-style: none;
}

.ul01 li:before {
    background: none repeat scroll 0 0 #b1242a;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 12px;
    width: 5px;
}

.number_p {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 0 45px;
    text-indent: -43px;
}

.number {
    background: none repeat scroll 0 0 #b1242a;
    box-shadow: 3px 3px 0 #543315;
    color: #fff;
    font-size: 23px;
    margin: 0 10px 0 0;
    padding: 0 10px;
}

.color01 {
    color: #b1242a;
    padding: 0 2px;
    font-weight: bold;
}

/* contact_box */
.contact_box {
    padding: 20px 10px 10px;
    position: relative;
    background: #b1242a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b1242a 0%, #7db9e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b1242a 0%, #7db9e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b1242a 0%, #7db9e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1242a', endColorstr='#7db9e8', GradientType=0);
    /* IE6-9 */
}

.contact_box:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    width: auto;
    height: auto;
}

.contact_box p {
    display: table;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 10;
    position: relative;
}

.contact_box img {
    max-width: 230px;
}

.contact_box h2 {
    text-align: center;
}

span.telNo {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

span.telNo a {
    color: #fff;
}

.link_all {
    display: none;
}

@media screen and (max-width: 644px) {
    .contact_box {
        text-align: center;
    }

    span.telNo {
        font-size: 160%;
        display: block;
        padding: 0;
    }

    .link_all {
        display: block;
    }

    .link_all a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        text-indent: -9999px;
        z-index: 100;
    }

    .link_all a:hover {
        background: rgba(255, 255, 255, .2);
    }
}

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

    #a01,
    #a02,
    #a03,
    #a04 {
        padding-top: 60px;
        margin-top: -60px;
    }

    .post table th,
    .post table td {
        width: 100%;
        display: block;
        border-left: 0;
        box-sizing: border-box;
        padding: 5px;
    }

    .post table tr:last-child td {
        border-bottom: 0;
    }
}

.flow img.alignleft {
    width: 20%;
    max-width: 120px;
}

.arrow {
    position: relative;
    height: 40px;
    width: 100%;
}

.arrow:after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 3%;
    margin: 0;
    width: 0px;
    height: 0px;
    border: 30px solid transparent;
    border-top: 16px solid #ffd64f;
}

@media screen and (max-width: 644px) {
    .arrow:after {
        left: 50%;
        margin: 0 0 0 -35px;
    }
}

.lead {
    color: #b1242a;
    font-weight: bold;
    font-size: 130%;
    padding-bottom: 5px !important;
}

p.name {
    margin-top: 15px;
    line-height: 1.8;
}

p.name span {
    display: block;
    font-size: 130%;
    font-weight: bold;
}

.topworkspage .listing-item a.title:after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    margin-left: 1em;
    width: 15px;
    /*画像の幅*/
    height: 15px;
    /*画像の 高さ*/
    background-image: url(../../uploads/2020/07/r-arrow.png);
    background-size: contain;
    vertical-align: bottom;
}

.topworks-list {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: space-between;
}

.topworks-list .works-list__item {
    width: calc(25% - 3px);
    background-color: #f4f4f4;
    margin-bottom: 4px;
}

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

.googlemap {
    padding-top: 80%;
    margin-bottom: 2em;
}

}

@media screen and (max-width: 767px) {
/* news */
	.newslist li .info{
		align-items: first baseline;
	}
    .newslist01 li {
    display: block;
    width: 48%;
    text-align: left;
    margin-right: 4%;
    border-bottom: none;
}
    .newslist01 li:nth-of-type(2n) {
    margin-right: 0;
}
    
    .newslist01 li.top_news_li{
		float:left;
	}
.post_thumbnail {
    width: 100%;
    overflow: hidden;
}
    .news_box01 .info .cat {
    margin: 1.25em 0 0.5em 0;
        font-size: 0.714em;
        
}
    
    .post_thumbnail img.img_pc {
    display: none;
}
    .post_thumbnail img.img_sp {
    display: block;
}
    .news_box01 {
    padding: 0;
}
    .news_box01 ul li .info {
    margin-left: 0;
    float: none;
        width: 100%;
}
    .newslist01 .text01 {
    font-size: 1.071em;
        margin-left: 0;
}
    .newslist01 .text01 {
        line-height: 1.5em;
        font-size: 0.929em;
    }
    .newslist01 .top_news_li .text01 {
        width: 100% !important;
    }
    .newslist01 .date.sp {
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 0.929em;
    }
	.post_thumbnail a::before {
		padding-top: 100%;
	}
}


/*single_works 追加*/
.works_navi_btn {padding-bottom: 7em;padding-top: 3em;border-top: 1px solid #000;width: 1170px;max-width: 96%;margin: 3em auto 0 auto;}
.works_navi_btn .lower_inner {width: 920px;max-width: 90%; display: flex;margin: auto;justify-content: space-between;}
.works_navi_btn .prev {width:50%;text-align: center;}
.works_navi_btn .prev span {float:left;width: 27.65%;text-align:left;margin-top: 1.75em;font-size: 2.125em;font-family: 'Oswald', sans-serif;box-sizing: border-box;padding-left: 0.125em;}
.works_navi_btn .prev div {position: relative;width: 207px;float: left;max-width: 45%;}
.works_navi_btn .prev div:before {content:"";display: block;padding-top: 100%;}
.works_navi_btn .prev div.c-both:before {content:"";display: none;}
.works_navi_btn .prev div img {object-fit: cover;font-family: 'object-fit: contain;';position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;max-width: 100%;height: 100%;width: 100%;}

.works_navi_btn .next {width:50%;text-align: center;}
.works_navi_btn .next span {float:right;width: 27.65%;text-align:right;margin-top: 1.75em;font-size: 2.125em;font-family: 'Oswald', sans-serif;box-sizing: border-box;padding-right: 0.125em;}
.works_navi_btn .next div {position: relative;width: 207px;float: right;max-width: 45%;}
.works_navi_btn .next div:before {content:"";display: block;padding-top: 100%;}
.works_navi_btn .next div.c-both:before {content:"";display: none;}
.works_navi_btn .next div img {object-fit: cover;font-family: 'object-fit: contain;';position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;max-width: 100%;height: 100%;width: 100%;}
.works_navi_btn p.catch {text-align: left;display: inline-block;padding: 0 14.5%;font-size: 1.27em;margin-top: 0.75em;line-height: 1.444em;}
div.back {text-align: center;margin-bottom: 2em;margin-top: 8.75em;}
div.back a {display: inline-block;color: #fff;background-color: #000;font-size: 1.286em;width: 500px;max-width: 70%;line-height: 1.444em;padding: 0.35em 0 0.65em 0;}
div.back span {display: block;font-size: 1.666em;font-family: 'Oswald', sans-serif;line-height: 1.250em;}
.works_navi_btn div.c-both {clear: both !important;float: none !important;width: 0;height: 0;}
.works_navi_btn .prev span.pc {display: block !important;}    
.works_navi_btn .next span.pc {display: block !important;}
.works_navi_btn .prev span.sp {display: none !important;}    
.works_navi_btn .next span.sp {display: none !important;}
@media (min-width: 768px) and (max-width: 1024px) {
    .works_navi_btn .prev span,.works_navi_btn .next span {font-size: 1.75em;}
    div.back {margin-top: 6em;font-size: 0.875em;}
    .works_navi_btn p.catch {font-size: 1.125em;}
}
@media (min-width: 200px) and (max-width: 767px) {
    .works_navi_btn .lower_inner {max-width: 96%;}
    .works_navi_btn .prev,.works_navi_btn .next {}
    .works_navi_btn .back {}
    .works_navi_btn .back span {font-size: 1.429em;}
    .works_navi_btn .prev span,.works_navi_btn .next span {float: none;width: 100%;margin-top: 1em;display: block;font-size: 1.429em;}
    .works_navi_btn .prev div,.works_navi_btn .next div {float: none;width: 100%;max-width: 100%;}
    .works_navi_btn .prev,.works_navi_btn .next {width:46%;position: relative;padding-bottom: 4.5em;}
    .works_navi_btn .back {width: 100%;margin-top: 4em;}
    div.back a {width: 100%;margin-top: 0;max-width: 100%;padding: 0.5em 0 0.75em 0;font-size: 1.143em;}
    .works_navi_btn .prev div img,.works_navi_btn .next div img {}
    .works_navi_btn .prev span {text-align:left;}
    .works_navi_btn .next span {text-align:right;}
    .works_navi_btn .prev span.pc {display: none !important;}    
    .works_navi_btn .next span.pc {display: none !important;}
    .works_navi_btn .prev span.sp {display: block !important;position: absolute;left: 0;bottom: 0;}    
    .works_navi_btn .next span.sp {display: block !important;position: absolute;right: 0;bottom: 0;}
    .works_navi_btn p.catch {text-align: left;display: block;padding: 0;font-size: 0.929em;}
    .works_navi_btn {padding-bottom: 3em;max-width: 92%;}
}

.f_bar {display:none; z-index:-1; text-indent:-9999px; overflow:hidden; opacity: 0;}

html {scroll-behavior: smooth;}

#inquiry_tracking { position: fixed; bottom:5px; z-index:1000; width: min(1220px, 96%); }
#inquiry_tracking ul {
	list-style-type none; margin:0; padding:0;
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	justify-content: flex-end; flex-wrap: wrap; align-items: stretch;
}
#inquiry_tracking ul li { margin:0 3px 0 0; padding:0; height:54px; font-size:13px; text-align:center; }
#inquiry_tracking ul li a { display:block; width:100%; height:54px; line-height: 54px; background-color:#000000; color:#FFF; font-weight: 300; }
#inquiry_tracking ul li.group_logo {  }
#inquiry_tracking ul li.group_logo a img {vertical-align: bottom; width: 220px; }
#inquiry_tracking ul li.btn { width: 140px; height:54px; }
#inquiry_tracking ul li.btn i { font-size:17px; margin-right: 13px; }
#inquiry_tracking ul li.btn .csc4 { letter-spacing: 6.5px; }

#inquiry_tracking ul li.tel { width: 24%; }
\#inquiry_tracking ul li.tel a { min-width: 7em; }
#inquiry_tracking ul li.tel a i { font-size:17px; margin-right: 13px; }
#inquiry_tracking ul li.target_top {  }
#inquiry_tracking ul li.target_top a { width:54px; }
#inquiry_tracking ul li.target_top a i { font-size:25px; }

@media (max-width: 768px) {
	#inquiry_tracking { width:100%; bottom:0; }
	#inquiry_tracking ul { justify-content: space-around; }
	#inquiry_tracking ul li { margin:0; }
	#inquiry_tracking ul li.btn { width: 37.3%; min-width:9em; margin-right: 2px;}
}