@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* サブセット化フォント */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('/font/NotoSerifCJKjp-Light.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('/font/NotoSerifCJKjp-Medium.woff') format('woff');
}
/*----------------------------------------------------
Default Layout
----------------------------------------------------*/
html {
	overflow-y:scroll;
	font-size: 62.5% !important;
}
body {
	width:100%;
	margin:0;
	padding:0;
    background: #fcfcfc;
	color:#260505;
	font-family: 'Roboto',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","游ゴシック Medium","Yu Gothic M","Yu Gothic Medium",メイリオ,Meiryo,sans-serif;
	line-height:1.6;
	font-size:16px;
	font-size:1.6rem;
    letter-spacing: 0.08em;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
::selection{
    background: #800f11;
    color: #ffffff;
}
/* for Firefox */
::-moz-selection{
    background: #800f11;
    color: #ffffff;
}
/* --- link --- */
a,
a:link,
a:visited {
	color:#d6191c;
	outline:none;
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;
}
a:hover,
a:active,
a:focus {
	color:#800f11;
}
.main:not(#index) a:not(.btn):hover,
.main:not(#index) a:not(.btn):active,
.main:not(#index) a:not(.btn):focus {
    text-decoration: underline;
}
a:hover img,a:active img,a:focus img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-o-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}
.swiper-container a:hover img,.swiper-container a:active img,.swiper-container a:focus img {
	opacity:1.0;
	filter:alpha(opacity=100);
	-o-opacity:1.0;
	-ms-filter:"alpha(opacity=100)";
	-moz-opacity:1.0;
	-webkit-opacity:1.0;
	transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}
a img {
	border-style: none;
}
ul,ol {
	margin:0;
	padding:0;
}
ul li,ol li {
	list-style: none;
}
img {
	max-width:100%;
	height:auto;
}
/*----------------------------------------------------
General Layout
----------------------------------------------------*/
/* --- clear fix --- */
.cf {zoom:1;}
.cf:before,.cf:after {content:""; display:table;}
.cf:after {clear:both;}

.clear {clear:both;}

.img-l {
	float:left;
	margin:0 20px 20px 0;
}
.img-r {
	float:right;
	margin:0 0 20px 20px;
}
.txt{
    overflow: hidden;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.layout-l {
	text-align:left !important;
}
.layout-c {
	text-align:center !important;
}
.layout-r {
	text-align:right !important;
}
.txt-large {
	font-size:20px;
	font-size:2.0rem;
}
.txt-small {
	font-size:12px;
	font-size:1.2rem;
}
.txt-red{
    color:#800f11;
}
.txt-read{
    line-height:2.0;
}
.mgn_t0 {
	margin-top: 0px !important;
}
.mgn_t5 {
	margin-top: 5px !important;
}
.mgn_t10 {
	margin-top: 10px !important;
}
.mgn_t20 {
	margin-top: 20px !important;
}
.mgn_t30 {
	margin-top: 30px !important;
}
.mgn_t40 {
	margin-top: 40px !important;
}
.mgn_t50 {
	margin-top: 50px !important;
}
.mgn_t60 {
	margin-top: 60px !important;
}
.mgn_t120{
    margin-top: 120px !important;
}
.mgn_t-5 {
	margin-top: -5px !important;
}
.mgn_t-10 {
	margin-top: -10px !important;
}
.mgn_t-20 {
	margin-top: -20px !important;
}
.mgn_t-30 {
	margin-top: -30px !important;
}
.mgn_t-40 {
	margin-top: -40px !important;
}
.mgn_t-60 {
	margin-top: -60px !important;
}
.mgn_b0 {
	margin-bottom: 0px !important;
}
.mgn_b5 {
	margin-bottom: 5px !important;
}
.mgn_b10 {
	margin-bottom: 10px !important;
}
.mgn_b20 {
	margin-bottom: 20px !important;
}
.mgn_b-20 {
	margin-bottom: -20px !important;
}
.mgn_b25 {
	margin-bottom: 25px !important;
}
.mgn_b30 {
	margin-bottom: 30px !important;
}
.mgn_b40 {
	margin-bottom: 40px !important;
}
.mgn_b50 {
	margin-bottom: 50px !important;
}
.mgn_b60 {
	margin-bottom: 60px !important;
}

.mgn_r0 {
	margin-right: 0px !important;
}
.mgn_r5 {
	margin-right: 5px !important;
}
.mgn_r10 {
	margin-right: 10px !important;
}
.mgn_r20 {
	margin-right: 20px !important;
}
.mgn_r30 {
	margin-right: 30px !important;
}
.mgn_r40 {
	margin-right: 40px !important;
}

.mgn_l0 {
	margin-left: 0px !important;
}
.mgn_l5 {
	margin-left: 5px !important;
}
.mgn_l10 {
	margin-left: 10px !important;
}
.mgn_l20 {
	margin-left: 20px !important;
}
.mgn_l30 {
	margin-left: 30px !important;
}
.mgn_l40 {
	margin-left: 40px !important;
}

.pdg_t0 {
	padding-top: 0px !important;
}
.pdg_t5 {
	padding-top: 5px !important;
}
.pdg_t10 {
	padding-top: 10px !important;
}
.pdg_t20 {
	padding-top: 20px !important;
}
.pdg_t30 {
	padding-top: 30px !important;
}
.pdg_t35 {
	padding-top: 35px !important;
}
.pdg_t40 {
	padding-top: 40px !important;
}
.pdg_b0 {
	padding-bottom: 0px !important;
}
.pdg_b5 {
	padding-bottom: 5px !important;
}
.pdg_b10 {
	padding-bottom: 10px !important;
}
.pdg_b20 {
	padding-bottom: 20px !important;
}
.pdg_b30 {
	padding-bottom: 30px !important;
}
.pdg_b40 {
	padding-bottom: 40px !important;
}

.pdg_r0 {
	padding-right: 0px !important;
}
.pdg_r5 {
	padding-right: 5px !important;
}
.pdg_r10 {
	padding-right: 10px !important;
}
.pdg_r20 {
	padding-right: 20px !important;
}
.pdg_r30 {
	padding-right: 30px !important;
}
.pdg_r40 {
	padding-right: 40px !important;
}
.pdg_r100 {
	padding-right: 100px !important;
}
.pdg_l0 {
	padding-left: 0px !important;
}
.pdg_l5 {
	padding-left: 5px !important;
}
.pdg_l10 {
	padding-left: 10px !important;
}
.pdg_l15 {
	padding-left: 10px !important;
}
.pdg_l20 {
	padding-left: 20px !important;
}
.pdg_l30 {

	padding-left: 30px !important;
}
.pdg_l40 {
	padding-left: 40px !important;
}
.pdg_l100 {
	padding-left: 100px !important;
}

.f10 {
	font-size: 10px !important;
}
.f12 {
	font-size: 12px !important;
}
.f14 {
	font-size: 14px !important;
}
.f16 {
	font-size: 16px !important;
}
.f18 {
	font-size: 18px !important;
}
.f20 {
	font-size: 20px !important;
}
.f21 {
	font-size: 21px !important;
}
.f22 {
	font-size: 22px !important;
}
.f24 {
	font-size: 24px !important;
}
.bold {
	font-weight: bold !important;
}
.letter-n{
	letter-spacing:normal !important;
}
.letter-w{
	letter-spacing:0.125em !important;
}
.border{
	border:1px solid #800f11;
	padding:2em;
}
.nowrap{
	white-space: nowrap;
}
.br{
	display: inline-block;
}

/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
*/


/*----------------------------------------------------
Base Layout PC
----------------------------------------------------*/

/*----------------------------
共通要素のレイアウト
----------------------------*/
#page {
	position: relative;
}
/* --- header --- */
header{
	position:relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	display: table;
	width: 100%;
	margin:0 auto;
	height: 94px;
    background: #fff;
	letter-spacing: 0;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.3);
}
header div nav ul {
	display: table;
	width: 100%;
}
header h1,
header p.logo,
header div{
	display: table-cell;
	vertical-align: middle;
}
header h1,header p.logo{
	padding:0 10px 0;
}
/* nav */
header div nav ul {
	clear:both;
	width:100%;
	display: table;
	background:#fff;
	letter-spacing:0.05em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
header div nav ul li {
	display: table-cell;
	text-align:center;
	position:relative;
}
header div nav ul li a {
	padding: 15px 5px 10px;
	display:block;
}
header div nav ul li a,
header div nav ul li a:link,
header div nav ul li a:visited {
	color:#260505;
}
header div nav ul li a:hover,
header div nav ul li a:active,
header div nav ul li a:focus,
header div nav ul li.current a {
	color: #260505;
}
header div nav ul li a:after {
	display: block;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #800f11;
	margin: 5px auto 0;
	transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
}
header div nav ul li a:hover:after,
header div nav ul li.current a:after {
	width: 100%;
}
/* --- subnav --- */
header div nav ul.sub-menu {
	position: absolute;
	left: 0;
	width: 210px;
	padding-right: 1px;
	z-index: 999;
	opacity: 0;
	top: 80%;
	visibility: hidden;
    transition: .5s;
	font-size:16px;
	font-size:1.6rem;
}
header div nav ul.sub-menu li {
    display:inherit;
	border-right:none;
	width: 100%;
}
header div nav ul.sub-menu li:last-child {
	border-bottom:none;
}
header div nav ul li:hover ul.sub-menu {
	display:block;
	top: 100%;
	visibility: visible;
	opacity: 1;
}
header div nav ul.sub-menu li a {
	display: block;
	height: auto;
	padding: 10px 10px 10px 25px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0;
	border-right: none;
	border-bottom:1px solid #ccc;
}
header div nav ul.sub-menu li a:hover,
header div nav ul.sub-menu li a:active,
header div nav ul.sub-menu li a:focus {
	color:#800f11;
}
header div nav ul.sub-menu li a:after {
	display: block;
	content: "";
	width: 0%;
	height: 0;
	background-color:none;
	margin:auto;
	transition:0 none;
	-webkit-transition:0 none;
	-moz-transition:0 none;
	-o-transition:0 none;
	-ms-transition:0 none;
}

.main {
	clear: both;
	width:100%;
}
.main#index{
    margin-bottom: -25px;
}
.main#index section{
    margin-bottom:160px;
}
.main section,
.main article{
    margin-bottom:60px;
}
.main .inner_960{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding: 0 10px;
}
.main .inner_1366{
	width:100%;
	max-width:1366px;
	margin:0 auto;
	padding: 0 10px;
}
footer{
    border-top: 1px solid #e5dfdf;
}
footer .footer_top{
    width:100%;
	max-width:1366px;
	margin:0 auto;
	padding: 60px 10px 40px;
}
footer a:not(.btn),
footer a:link:not(.btn),
footer a:visited:not(.btn){
    text-decoration: underline;
}
footer a:hover,
footer a:active,
footer a:focus{
    text-decoration: none;
}
footer .office:not(:nth-last-child(-n+2)){
    margin-bottom: 40px;
}
footer .office dt{
    font-weight: bold;
    margin-bottom: 10px;
}
footer .footer_bottom{
    width: 100%;
    padding: 30px;
    background: #333;
    color: #fcfcfc;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
}
footer .footer_bottom a,
footer .footer_bottom a:link,
footer .footer_bottom a:visited{
    color: #fcfcfc;
}
footer .footer_bottom .privacy{
    float: left;
}
footer .footer_bottom .copyright{
    float: right;
    font-size: 1.4rem;
}

/* --- pagetop --- */
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
    font-size: 50px;
	z-index: 999;
}
.pagetop a{
    color: #800f11;
}
/* --- パンくず --- */
.main .path{
    width: 100%;
    max-width: 960px;
    margin: 0 auto 60px;
    padding: 10px 0 15px;
    font-size: 1.4rem;
    text-align: right;
}
.main .path li{
    display: inline-block;
    list-style: none;
    padding: 0;
}
.main .path li:before {
    position: static;
    display: none;
}
.main .path li:after{
    content: "＞";
    padding-left: 5px;
}
.main .path li:last-child:after{
    content: "";
}
/* --- 見出し --- */
.pageTitle{
    position: relative;
    margin: 90px auto 0;
	padding: 120px 0 90px;
    width: 100%;
    max-width: 1366px;
}
.pageTitle::before{
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 70%;
    height: 291px;
    z-index: -1;
}
#works .pageTitle::before{
    background: url('/images/h1_works.jpg') center center /cover;
}
#company .pageTitle::before{
    background: url('/images/h1_company.jpg') center center /cover;
}
#estate .pageTitle::before{
    background: url('/images/h1_estate.jpg') center center /cover;
}
#news .pageTitle::before{
    background: url('/images/h1_news.jpg') center center /cover;
}
#contact .pageTitle::before{
    background: url('/images/h1_contact.jpg') center center /cover;
}
#thanks .pageTitle::before{
    background: url('/images/h1_contact.jpg') center center /cover;
}
#privacy .pageTitle::before{
    background: url('/images/h1_privacy.jpg') center center /cover;
}
#privacy .pageTitle::before{
    background: url('/images/h1_company.jpg') center center /cover;
}
.pageTitle h1{
    margin-left: 10%;
    color: #800f11;
}
.pageTitle .eng{
	display: inline-block;
    background: rgba(252,252,252,.8);
    font-size: 3.6rem;
    letter-spacing: 0.2em;
    font-weight: normal;
}
.pageTitle .jpn{
    display: block;
	font-size:2.0rem;
    color: #260505;
    font-weight: bold;
    letter-spacing:0.2em;
}
.main .h2-common{
    position: relative;
	margin-bottom: 1.2em;
    padding-left: 0.3em;
    padding-bottom: 0.1em;
	font-size:2.8rem;
    letter-spacing: 0.1em;
    border-bottom: 4px double #ccc;
}
#index.main .h2-top{
    position: relative;
	margin-bottom: 50px;
	padding:0;
    background: none;
    color: #260505;
	font-size:38px;
	font-size:3.8rem;
    letter-spacing: 0.2em;
	text-align:center;
    font-weight: normal;
    border-bottom: none;
}
#index.main .h2-top::after{
    width: 0;
    height: 0;
    background: none;
}
#index.main .h2-top .eng{
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 0.8em;
    background-color: #fcfcfc;
    text-align: left;
}
#index.main .h2-top::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 1;
    display: block;
    width: 40%;
    height: 1px;
    background-color: #260505;
}
#index.main .h2-top span.jpn{
	display:block;
	margin-top: 10px;
	padding-bottom:0;
	font-size:1.8rem;
    color: #260505;
    font-weight: bold;
    letter-spacing:0.2em;
}
.main h3{
	font-size:2.2rem;
	padding-left: 0.5em;
	margin-bottom: 1em;
    letter-spacing: 0.05em;
    border-left: 5px solid #800f11;
}
.main h4 {
	font-size: 2.0rem;
	margin-bottom: .7em;
}
.main h5{
	font-size:18px;
	font-size:1.8rem;
	padding:0.1em 0.8em 0;
	margin-bottom:5px;
	background:#f2f2f2;
	display: inline-block;
}
.main p{
	margin-bottom: 1.5em;
}

/* --- リスト --- */
.main ul li {
	position: relative;
	margin-bottom: 4px;
	padding-left: 20px;
}
.main ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0.5em;
  width: 5px;
  height: 5px;
  background-color: #260505;
  border-radius: 100%;
}
.main .mfp ul li:before{
	content:inherit;
	position:inherit;
	left: 0;
	top:0;
	width:0;
	height:0;
	background: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border-radius:0;
}
.main ol {
	padding-left: 1.7em;
}
.main ol li {
	margin-bottom: 5px;
	list-style-type: decimal;
	list-style-position: outside;
}
/* --- リンク --- */
.main a.link,
.main a.link:link,
.main a.link:visited {
    position: relative;
    display: inline-block;
	padding-right: 0.8em;
	margin-right: 0.5em;
	color: #a32124;
}
.main a.link:hover,
a.link:active,
a.link:focus{
    text-decoration: underline;
}
.main a.link::after{
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    margin-left: 0.5em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.main a.link:hover::after{
    right: -0.5em;
    text-decoration: none;
}

/* -- リンクボタン --*/
a.btn{
    position: relative;
    display: block;
    width: 280px;
    margin: 0 auto;
    padding: 18px 0px;
    color: #fcfcfc;
    background-color: #800f11;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #800f11;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
a.btn:after{
    position: absolute;
    top: calc(50% - .8em);
    right: 7%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    font-size: 16px;
    font-size: 1.6rem;
}
a.btn:hover {
  background-color: #fcfcfc;
  border-color: #800f11;
  color: #800f11;
}




/* --- PDF --- */
a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
    width: 27px;
    height: 24px;
    background: url(/images/pdf.png) no-repeat 3px bottom;
}
.thum a[href$=".pdf"]::after,.download a[href$=".pdf"]::after,.estateList a[href$=".pdf"]::after{
    content:inherit;
    display:inherit;
    width: 0;
    height: 0;
    background: none;
}
/* --- テーブル --- */
.main table:not(.stylishTable) {
	width: 100%;
}
.main table:not(.stylishTable) th,
.main table:not(.stylishTable) td {
	padding: 20px 1em;
    border-bottom: 1px solid #fcfcfc;
}
.main table:not(.stylishTable) th {
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	background: #e5dfdf;
}
.main table:not(.stylishTable) td {
	vertical-align: middle;
    background-color: #f6f6f6;
}
/* --- テーブル-stylishTable --- */
.main table.stylishTable {
	width: 100%;
}
.main .stylishTable th,
.main .stylishTable td{
    padding: 10px 0;
    margin-bottom: 30px;
}
.main .stylishTable th {
    border-bottom: solid 2px #800f11;
}
.main .stylishTable td {
    padding-left: 1em;
	border-bottom: solid 2px #ccc;
}
/* --- 説明リスト-stylishDl --- */
dl.stylishDl{
	width: 100%;
	margin-bottom: 20px;
	border-left:none;
	border-top:none;
}
.stylishDl dt{
    float: left;
	padding: 5px 1%;
    width: 15%;
	white-space: nowrap;
    text-align: center;
	background: #f2f2f2;
	border-right:none;
	border-bottom:1px solid #800f11;
}
.stylishDl dd{
	padding: 5px 1rem;
    overflow: hidden;
	border-bottom:1px dashed #800f11;
}
/* 横並びdl */
.dl_side div{
    display: block;
}
.dl_side dt,
.dl_side dd{
    display: inline-block;
}
.dl_side dt{
    margin-right: 1rem;
    font-weight: bold;
}
/* アコーディオンメニュー */
/* .toggleWrap{
    border: 1px solid #e5dfdf;
}
.toggleWrap ul li{
    position: static;
    margin-bottom: 0;
    padding-left: 0;
}
.toggleWrap ul li::before{
    display: none;
    position: static;
    background: none;
}
#toggle_switch{
    position: relative;
    padding: 12px;
    cursor: pointer;
    background: #e5dfdf;
}
#toggle_switch::after{
    content: "";
    position: absolute;
    right: 3%;
    top: 38%;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f078';
    transition: all 0.2s ease-in-out;
}
#toggle_switch.open:after {
    content: '\f077';
}
#toggle_content{
    display: none;
    padding: 12px;
}
#toggle_content.open{
    display: block;
} */
/*------------------------
トップ
-------------------------*/
/* --- メインビジュアル --- */
.mainvisual{
    position: relative;
    background: #e5dfdf;
}
.mainvisual .swiper-slide-active .slide-img,
.mainvisual .swiper-slide-duplicate-active .slide-img,
.mainvisual .swiper-slide-prev .slide-img{
  animation: zoomUp 14s linear 0s 1 normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.mainvisual .swiper-slide img{
    display: block;
    width: 100%;
    height: calc(100vh - 94px);
    margin-top: 94px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
.mainvisual .catchcopy{
    position: absolute;
    top: calc(50% - 6.4rem);
    left: calc(50% - 310px);
    z-index: 1;
}
.mainvisual .catchcopy_txt{
    padding: 1px;
    background: rgba(255,255,255,.9);
    font-family: "Noto Sans Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", serif;
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 2;
}
.mainvisual .catchcopy_txt .f44{
    font-size: 6vw;
}
@media screen and (min-width:769px){
    .mainvisual .catchcopy_txt{
        font-size: 3.6rem;
    }
    .mainvisual .catchcopy_txt .f44{
        font-size: 4.4rem;
    }
}
.mainvisual a.scrollBtn{
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: inline-block;
    padding-top: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fcfcfc;
    text-decoration: none;
    z-index: 1;
}
.mainvisual a.scrollBtn span{
    position: absolute;
    bottom: 55px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fcfcfc;
    border-bottom: 1px solid #fcfcfc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
    z-index: 1;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


/* --- newsArea --- */
#index.main .newsArea .newsArea_title{
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
}
#index.main .newsArea_title .h2-top{
    margin: 0;
    text-align: inherit;
}
#index.main .newsArea_title .h2-top::before{
    position: static;
    width: 0;
    height: 0;
}
#index.main .newsArea_title .h2-top .eng{
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0;
}
#index.main .newsArea_title .h2-top .jpn{
    display: inline-block;
}
#index.main .newsArea_title .link{
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 1.4rem;
}
/* 下層お知らせアーカイブ共通 */
.main .newsList li{
    position: static;
    padding-left: 0;
}
.main .newsList li::before{
    display: none;
    position: static;
    width: 0;
    height: 0;
}
.main .newsList a figure,
.main .newsList a:link figure,
.main .newsList a:visited figure{
    margin-bottom: 10px;
    color: #260505;
}
.main .newsList a:hover .newsTitle,
.main .newsList a:active .newsTitle,
.main .newsList a:focus .newsTitle{
    text-decoration: underline;
}
.main .newsList figure img{
    object-fit: content;
    width: 100%;
    height: auto;
    font-family: 'object-fit: content;'; /*IE対策*/
}
.main .newsList dd{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5dfdf;
    font-size: 1.6rem;
}
.main .newsList time{
    margin-right: 20px;
}
.main .newsList a .newsCategory{
    padding: 3px 10px;
    color: #fcfcfc;
    background-color: #800f11;
    font-size: 1.4rem;
}

/* --- recruitArea --- */
#index.main .recruitArea .h2-top{
    position: static;
    margin: 0;
}
#index.main .recruitArea .h2-top::before{
    position: static;
    display: none;
    width: 0;
    height: 0;
}
#index.main .recruitArea a .recruitLink{
    position: relative;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 13px;
    color: #fcfcfc;
    background-color: #260505;
    text-align: center;
}
#index.main .recruitArea .recruitLink::before{
    position: absolute;
    left: .25em;
    top: .5em;
    /* padding-left: 10px; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
}

#index.main .bg_picture{
/*    padding: 160px 0 120px;*/
    padding: 50px 0 120px;
    background: url('/images/bg_company.jpg') fixed;
}

/* --- companyArea --- */
#index.main .companyArea_txt{
    margin-bottom: 80px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2;
}
#index.main .companyArea_txt p{
    margin-bottom: 3.2rem;
    font-family: 'Noto Sans Japanese', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", serif;
    font-weight: 300;
    font-size: 1.8rem;
}
#index.main .companyArea_txt img.sdgs{
    margin-top: -120px;
}
/* --- worksArea --- */
#index.main .worksArea{
    position: relative;
    padding: 5% 24px;
    background: #fcfcfc;
    overflow: hidden;
}
#index.main .worksArea::before{
    position: absolute;
    content: '';
    width: 330px;
    height: 359px;
    top: -15px;
    left: -35px;
    background: url('/images/bg_logo.png') 0 0 no-repeat;
}
.main .worksArea .work{
    overflow: hidden;
    border-bottom: 5px solid #800f11;
}
.main .worksArea .work img{
    width: 100%;
    height: 225px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.main .worksArea .work:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.main .worksArea .work figcaption{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 120px;
    padding: 0 10px 0 90px;
    background-color: #f2f2f2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main .worksArea a .worksCategory,
.main .worksArea a:link .worksCategory,
.main .worksArea a:visited .worksCategory{
    display: block;
    color: #800f11;
    font-size: 1.3rem;
}
.main .worksArea a .worksTitle,
.main .worksArea a:link .worksTitle,
.main .worksArea a:visited .worksTitle{
    display: block;
    color: #260505;
}
.main .worksArea .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #800f11;
}
/* Swiper */
/* Arrowボタン */
.main .worksArea .swiper-button-prev,
.main .worksArea .swiper-button-next {
	background-image: none;
	top: calc((100% - 1.8rem) * 0.5);
	margin-top: -43px;
}
.main .worksArea .swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f137";
	font-size: 3.6rem;
    font-weight: 900;
	color: #800f11;
}
.main .worksArea .swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-size: 3.6rem;
    font-weight: 900;
	color: #800f11;
}
/* 各ナビゲーションをスライドの外に配置 */
.main .worksArea .swiperWrap {
	position: relative;
}
.main .worksArea .swiper-container {
	width: calc(100% - 100px);
	padding-bottom: 50px;
	box-sizing: content-box;
}
/* 公共物件 */
.main .worksArea .work .worksCategory_public::before{
    position: absolute;
    content: '';
    left: 5%;
    width: 100%;
    max-width: 60px;
    height: 100%;
    max-height: 60px;
    background: #fcfcfc url('/images/icon_public.png') no-repeat;
    border-radius: 50%;
}
/* 民間物件 */
.main .worksArea .work .worksCategory_private::before{
    position: absolute;
    content: '';
    left: 5%;
    width: 100%;
    max-width: 60px;
    height: 100%;
    max-height: 60px;
    background: #fcfcfc url('/images/icon_private.png') no-repeat;
    border-radius: 50%;
}
/* 古民家再生・文化財復元修理 */
.main .worksArea .work .worksCategory_cultural::before{
    position: absolute;
    content: '';
    left: 5%;
    width: 100%;
    max-width: 60px;
    height: 100%;
    max-height: 60px;
    background: #fcfcfc url('/images/icon_cultural.png') no-repeat;
    border-radius: 50%;
}
/* カテゴリーリスト */
.main .worksCategoryList{
    text-align: center;
}
.main .worksCategoryList li{
    display: inline-block;
    padding-left: 0;
}
.main .worksCategoryList li::before{
    position: static;
    background: none;
}
.main .worksCategoryList li a{
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 106px 0px 30px;
    color: #fcfcfc;
    font-size: 14px;
    font-size: 1.4rem;
    background-size: cover;
    border: 3px solid #fcfcfc;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.main .worksCategoryList li a:hover,
.main .worksCategoryList li a:active,
.main .worksCategoryList li a:focus{
    border-color: #800f11;
}
.main .worksCategoryList li a::before{
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 30px;
    left: calc(50% - 30px);
}
.main .worksCategoryList_public{
    background: url('/images/img_public.jpg');
}
.main .worksCategoryList_private{
    background: url('/images/img_private.jpg');
}
.main .worksCategoryList_cultural{
    background: url('/images/img_cultural.jpg');
}
.main .worksCategoryList_public::before{
    background: url('/images/icon_public.png');
}
.main .worksCategoryList_private::before{
    background: url('/images/icon_private.png');
}
.main .worksCategoryList_cultural::before{
    background: url('/images/icon_cultural.png');
}



/* --- estateArea --- */
#index.main .estateArea{
    padding: 5% 24px;
    background: #fcfcfc;
    margin-bottom: 0;
}
/* 下層ページ共通 */
.main ul.estateList li{
    position: static;
    padding-left: 10px;
    margin-bottom: 8px;
}
.main ul.estateList li::before{
    display: none;
    position: static;
    background: none;
}
.main .estateWrap{
    border: 1px solid #e5dfdf;
    border-bottom: 5px solid #800f11;
}
.main .estateWrap_title{
    padding: 4px 12px 8px;
    background: #e5dfdf;
}
.main .estateWrap_title h3{
    margin: 0;
	padding: 0 1em 0 0;
    border-left: none;
    font-size: 1.8rem;
    font-weight: normal;
}
.main a .estateWrap_title h3,
.main a:link .estateWrap_title h3,
.main a:visited .estateWrap_title h3{
    color: #260505;
}
.main .estateWrap_title .estate_label{
    display: inline-block;
    margin-left: -13px;
    padding: 2px 8px 0;
    font-size: 1.2rem;
}
.main .estateWrap_title .estate_label_private{
    color: #fff;
    background: #f1ae1d
}
.main .estateWrap_title .estate_label_business{
    color: #fff;
    background: #1981d6;
}
.main .estateWrap_detail{
    padding: 12px;
}
.main .estateWrap_detail .estate_note{
    font-size: 1.4rem;
    text-align: left;
}
.main .estateWrap_detail img{
    width: 100%;
    height: 180px;
    padding-bottom: 12px;
    object-fit: contain;
    font-family: 'object-fit: cover;';
}
.main .estateWrap_detail figcaption{
    color: #260505;
    text-align: left;
    font-size: 1.4rem;
}

/* アコーディオン
 - estateArea -
#index.main .estateArea{
    padding: 5% 24px;
    background: #fcfcfc;
    margin-bottom: 0;
}
#index.main .estateList #toggle_content{
    padding: 16px 12px 8px;
    text-align: center;
    border-bottom: 5px solid #800f11;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}
 - 下層estateページと共通 -
.main .estateList li{
    position: static;
    padding-left: 10px;
    margin-bottom: 8px;
}
.main .estateList li::before{
    display: none;
    position: static;
    background: none;
}
.main .estateList .estateWrap_title{
    padding: 4px 12px 8px;
}
.main .estateList h3{
    margin: 0;
	padding: 0 1em 0 0;
    border-left: none;
    font-size: 1.8rem;
    font-weight: normal;
}
.main .estateList .estate_label{
    display: inline-block;
    margin-left: -13px;
    padding: 2px 8px 0;
    font-size: 1.2rem;
}
.main .estateList .estate_label_private{
    color: #fff;
    background: #f1ae1d
}
.main .estateList .estate_label_business{
    color: #fff;
    background: #1981d6;
}
.main .estateList .estateWrap_detail:hover,
.main .estateList .estateWrap_detail:active,
.main .estateList .estateWrap_detail:focus{
    border-bottom: 5px solid #260505;
}
.main .estateList .estate_note{
    font-size: 1.4rem;
    text-align: left;
}
.main .estateList img{
    width: 100%;
    height: 180px;
    padding-bottom: 12px;
    object-fit: contain;
    font-family: 'object-fit: cover;';
}
.main .estateList figcaption{
    color: #260505;
    text-align: left;
    font-size: 1.4rem;
} */

/* --- linkArea --- */
#index.main .linkArea{
    margin: 80px 0 100px;
    text-align: center;
}
#index.main .linkArea img{
    margin-right: 10px;
    margin-bottom: 10px;
}

/*------------------------------------------------------
下層ページ
------------------------------------------------------*/
.main .pageNav ul{
    margin-bottom: 60px;
}
.main .pageNav li::before{
    display: none;
    position: static;
    padding-left: 0;
    background: none;
}
.main .pageNav li a{
    display: block;
    color: #260505;
    border: 1px solid #260505;
    padding: 12px 16px 12px 24px;
    text-align: center;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.main .pageNav li a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f078';
    padding-left: 1.0rem;
}
.main .pageNav li a:hover,
.main .pageNav li a:active,
.main .pageNav li a:focus{
    color: #800f11;
    border: 1px solid #800f11;
    text-decoration: none !important;
}
/* --- company --- */
#company.main .company_office{
    margin-bottom: 54px;
}
#company.main .company_office .gmap{
    margin-top: 16px;
}
/* --- recruit --- */
#recruit.main .pageTitle{
    margin: 90px auto 0;
    padding: 120px 0 90px;
}
#recruit.main .pageTitle::before{
    display: none;
    position: static;
    width: auto;
    height: auto;
    z-index: 0;
}
#recruit.main .pageTitle .swiper-recruit{
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 70%;
    height: 291px;
    z-index: -1;
    overflow: hidden;
}
#recruit.main .pageTitle .swiper-recruit .slide-img{
    width: 960px;
    height: 291px;
}
#recruit .recruit_message figure{
    text-align: center;
}
#recruit .recruit_message figcaption{
    margin-top: 10px;
}
#recruit .recruit_message .message_name{
    margin-left: 1.0rem;
    font-size: 2.2rem;
}
#recruit .recruit_message .message_year{
    display: block;
}
#recruit .interview_imgWrap{
    overflow: hidden;
}
#recruit .interview img{
    width: 100%;
    height: 225px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
#recruit .interview:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#recruit .interview a figcaption{
    position: relative;
    padding: 8px 4px;
    color: #260505;
}
#recruit .interview a:hover figcaption,
#recruit .interview a:active figcaption,
#recruit .interview a:focus figcaption{
    text-decoration: none;
}
#recruit .interview .interview_name{
    display: block;
    margin: 0.4em 0 0.1em;
    font-size: 2.2rem;
}
#recruit .interview .interview_department,
#recruit .interview .interview_year{
    display: inline-block;
    font-size: 1.4rem;
}
#recruit .interview .interview_department{
    display: inline-block;
    margin-right: 1.2em;
}

/* --- interview --- */
#interview .interview_title{
    margin-bottom: 16px;
    padding-left: 16px;
    border-left: 5px solid #800f11;
}
#interview .interview_title h2{
    font-size: 3.2rem;
}
#interview .interview_department{
    margin-right: 1.2em;
}
#interview .interview_imgWrap{
    margin-bottom: 30px;
    overflow: hidden;
}
#interview .interview a img{
    width: 100%;
    height: 398px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
/* recruit, interview header*/
#recruit.main .pageTitle,
#interview.main .pageTitle{
    margin: 90px auto 0;
    padding: 120px 0 90px;
}
#recruit.main .pageTitle::before,
#interview.main .pageTitle::before{
    display: none;
    position: static;
    width: auto;
    height: auto;
    z-index: 0;
}
#recruit.main .pageTitle .swiper-recruit,
#interview.main .pageTitle .swiper-recruit{
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 70%;
    height: 291px;
    z-index: -1;
    overflow: hidden;
}
#recruit.main .pageTitle .swiper-recruit .slide-img,
#interview.main .pageTitle .swiper-recruit .slide-img{
    width: 960px;
    height: 291px;
}

/* --- works --- */
#works .works_gallary{
    width: 100%;
    margin-bottom: 4px;
}
#works .works_gallary .worksImg-list .swiper-slide{
    background-color: #f6f6f6;
}
#works .works_gallary .worksImg-list img{
    width: 100%;
    height: 465px;
    object-fit: contain;
    font-family: 'object-fit: contain;'; /*IE対策*/
}
#works .thumb-list {
    padding: 0;
}
#works li.thumb-item {
    position: static;
    padding-left: 1rem;
}
#works ul li.thumb-item::before{
    position: static;
    display: none;
    width: 0;
    height: 0;
}
#works .thumb-link {
    display: block;
}
#works .thumb-link img{
    width: 100%;
    height:86px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
/* --- estate --- */
/*アコーディオン
#estate .estateList .estateWrap{
    border: 1px solid #e5dfdf;
}
#estate.main .estateList a h3,
#estate.main .estateList a:link h3,
#estate.main .estateList a:visited h3{
    color: #260505;
}
#estate .estateWrap_detail{
    padding: 16px 12px 8px;
    text-align: center;
    border-bottom: 5px solid #800f11;
}
#estate .estateWrap_title{
    position: static;
    padding: 12px;
    background-color: #e5dfdf;
} */
/* --- news --- */
#news .newsTitle{
    margin-bottom: 16px;
    padding-left: 16px;
    border-left: 5px solid #800f11;
}
#news .newsTitle h2{
    font-size: 3.2rem;
}
#news .newsTitle time{
    margin-right: 1.2em;
}
#news .newsCategory{
    padding: 3px 10px;
    color: #fcfcfc;
    background-color: #800f11;
    font-size: 1.4rem;
}
#news .news_imgWrap{
    margin-bottom: 30px;
}
/* --- contact --- */
#contact .contact_tel{
    margin: 0 auto;
    padding: 40px 16px 28px;
    max-width: 640px;
    border: 1px solid #800f11;
    text-align: center;
}
#contact a.tel_number{
    margin-bottom: 0;
    font-size: 3.2rem;
}
#contact a.tel_number::before{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f879";
    margin-right: .4rem;
    font-size: 2.6rem;
}

/* --- pageList --- */
.pageList {
	text-align: center;
	margin-bottom:30px;
}
/* PREV */
.pageList .prev {
	display: inline-block;
	margin: 2px 15px 0 0;
	color: #800f11;
}
.pageList .prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f104';
    margin-right: 0.5em;
}
/* NEXT */
.pageList .next {
	display: inline-block;
	margin: 2px 0 0 15px;
	color: #800f11;
}
.pageList .next::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    margin-left: 0.5em;
}
.pageList .list {
	display: inline-block;
	vertical-align: top;
}
.pageList .list a,
.pageList .list span {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-top: 2px;
	background:#fcfcfc;
	color: #800f11;
	text-align: center;
	vertical-align: top;
    border: 1px solid #800f11;
    text-decoration: none !important;
}
.pageList .list a:hover,
.pageList .list span.current_page {
	color: #fcfcfc;
    background:#800f11;
}

/* --- 地図 --- */
.main .gmap {
	position: relative;
	padding-bottom: 40.42%;
	height: 0;
	overflow: hidden;

}
.main .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% ;
	height: 100% ;
}