@charset "utf-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

共通設定およびスマートフォン向けスタイル

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

html,body {
  overflow-x: clip;
}

html.active {
    overflow-y: clip;
}

body	{
	width:100%;
	background-color:#FFF;
	font-family: 'Kiwi Maru', serif;
    font-size: 1.1rem;
	color:#484848;
    padding: 0;
    margin: 0;
    line-height: 1rem;
}

body.is-fixed {
	overflow: hidden;
}

a {
	color:#C69C6D;
	text-decoration:none;
    display: inline-block;
}

a:hover {
    color: #9C6930;
    opacity: 0.7;
    transition: color .2s, text-decoration .2s, opacity .2s ease-in-out;
}

.h7-title {
	font-size: 1.2rem;
	display: block;
	font-weight: bold;
	color: #9C6930;
	font-size: 1.3rem;
}


div.button-01 {
    width: 312px;
    display: inline-block;
}

div.button-02 {
    border-radius: 44px;
}

div.button-01 a {
    display:flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 44px;
    color: #333;
    border:1px solid #CCC;
    background: rgba(255,255,255,0.6);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}


div.button-02 a {
    display:flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #9C6930;
    opacity: 0.8;
    border-radius: 44px;
    color: #FFF;
}

div.button-01 a:hover {
    background: rgba(255,255,255,1);
    opacity: 1;
    color: #999;
}

div.button-02 a:hover {
    opacity: 1;
}

div.button-01 span.btn-text,
div.button-02 span.btn-text {
    font-size: 1.1rem;
    line-height: 1rem;
}

div.button-01 span.btn-icon {
    line-height: 0.6rem;
}

div.button-01 a:hover  span.btn-icon {
    animation: anim .3s forwards;
}

.wrapper-air-img {
	display: flex;
}

.wrapper-air-img img.logo {
	width: 100%;
}

.wrapper-air-img img.certificate {
	width: 100%;
}

dl.EmergencyCall {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

dl.EmergencyCall dt {
	margin: 0;
	font-size: 1rem;
	white-space: nowrap;
}

dl.EmergencyCall dd {
	margin: 0 10px 0 0;
	font-size: 1.5rem;
	font-weight: bold;
	white-space: nowrap;
}

dl.AccidentScene {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5rem;
	font-size: 1rem;
	margin-top: 40px;
}

dl.AccidentScene dt {
	background-color: #999;
	color: #fff;
	text-align: center;
    border-radius: 0.4rem;
	white-space: nowrap;
}

dl.AccidentScene dd {
	margin:0;
}



@keyframes anim {
    100% {transform: translateX(8px); }
}

div.button-02 span.btn-icon {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 0.6rem;
}

.date {
    color: #999;
}

h2 {
    color: #9C6930;
    font-weight:normal;
    font-size: 1.2rem;
}

h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight:normal;
}

p {
    line-height: 2rem;
}

.top_0 {
    margin-top: 0 !important;
}

.right_12percent {
    margin-right: 12%;
}

/*========================================================================
    Header & Menu
========================================================================*/

#toggle-apperance header #wrapper-menu #area-photo img {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}


#toggle-apperance header #wrapper-menu .menu-colmun .global-menu {
    display: block;
    margin: 0;
}

#toggle-apperance header #wrapper-menu .menu-colmun .global-menu dt {
    font-family: "Arial Black";
    font-size: 1.3rem;
    color: #9C6930;
    opacity: 0.8;
    float: left;
    margin: 0;
    width: 40px;
    white-space: nowrap;
    clear: both;
}


#toggle-apperance header #wrapper-menu .menu-colmun .global-menu dd {
    font-size: 1.2rem;
    margin: 0 0 2.4rem 0;
    float: left;
    white-space: nowrap;
}

.global-menu ul{
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 1.1rem;
    list-style-type: circle;
}

.global-menu ul li{
    margin: 15px 0 0 6px;
    list-style: none;
}

.global-menu a {
    color: #484848;
}

.global-menu a:hover {
    color: #9C6930;
}

.global-menu dd ul li a::before {
    content: "- ";
}

#title-menu span {
    text-align: right;
    font-family: 'Kiwi Maru', serif;
    font-size: 0.9rem;
    color: #666;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

/*========================================================================
Toggle Button
========================================================================*/

#toggle-apperance div.toggle span {
    border-color: #fff;
}


/*========================================================================
アニメーション
========================================================================*/

/* 上から下 */
header.motion,
.header-fetures,
.header-services,
.header-flow,
.header-work,
.header-review, 
.header-company, 
.header-faq, 
.header-recruit, 
.header-contact,
.header-estimate,
.header-news,
.header-sub {
    animation: fadeInTop 0.7s ease-in-out 0s 1 normal;
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
  }
}

/* 右から左 */
.banner-estimate,
.wrapper-left-features,
.basic-right {
    animation: fadeInRight 0.7s ease-in-out 0s 1 normal;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(90px);  
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 左から右 */
.basic-left {
    animation: fadeInLeft 0.7s ease-in-out 0s 1 normal;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-90px);  
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


/* 下から上*/
.latest_news_motion,
.wrapper_worklist,
.wrapper_single,
.wrapper_review {
animation: fadeIn 0.7s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

/* フェードイン*/
.bgimg-slider,
.header-multiply {
    animation: catchytitle 0.9s ease-in-out 0s 1 normal;
}
@keyframes catchytitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.delay-time01 {
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

.delay-time02 {
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
}


.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(60px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
    transition-delay: .2s;
}

.scroll_down {
    transition: 0.8s ease-in-out;
    transform: translateY(-60px);
    opacity: 0;
}

.scroll_down.on {
    transform: translateY(0);
    opacity: 1.0;
    transition-delay: .2s;
}

.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-90px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
    transition-delay: .2s;
}


.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(90px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
    transition-delay: .2s;
}



