@charset "utf-8";
html {
font-size: 62.5%;
line-height: 1.8;
}
html[lang="ja"] body, html[lang="ja"] button, html[lang="ja"] input, html[lang="ja"] select, html[lang="ja"] textarea {
font-family: YakuHanJP_Narrow, "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic,'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-weight:500;
}
body{
color:#000;
font-size: 1.4rem;
background:#fff;
-webkit-text-size-adjust: 100%;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
/*ヘッダー・トップ共通*/
.header .logo{
top: 15px;
left: 5%;
}
.header .logo .logoImg {
width: 195px;
}
@media screen and (max-width:980px){
.header .logo .logoImg {
width: 150px;
}
.header .logo .description{
font-size: 1rem;
}
}
@media screen and (max-width:767px){
.header .logo .logoImg {
width: 120px;
}
.header .logo .description{
font-size: 0.8rem;
letter-spacing: normal;
margin-bottom: 4px;
}
}
.header .tel{
top: 25px;
right: calc(3% + 93px);
}
@media screen and (max-width:980px){
.header .tel{
right: 3%;
}
}
.header .lan{
height: 20px;
line-height: 20px;
top: 24px;
right: calc(3% + 220px);
z-index: 10;

}
@media screen and (max-width:980px){
.header .lan{
right: calc(3% + 127px);
}
}
@media screen and (max-width:767px){
.header .lan{
top: 15px;
right: 10px;
width:40px;
}
.header .lan img{
width: 20px;
display: block;
margin: 0 auto 2px;
}
.header .lan .txt{
font-size: 0.9rem;
text-align: center;
}
}
.header .lan .txt:after{
content: ">";
display: inline-block;
transform: rotate(90deg) scale(0.5,1);
margin-left: 10px;
}
@media screen and (max-width:767px){
.header .lan .txt:after{
display: none;
}
}
.header .lanLinks{
width: 240px;
top: 23px;
right:0;
transform: translate(32%,0);
z-index: 1;
}
@media screen and (max-width:767px){
.header .lanLinks{
width: 120px;
top: 40px;
right:30px;
}
}
.header .lanLinks li{
margin-right: 0;
}
.header .lanLinks a{
height: 43px;
line-height: 43px;
z-index:100;
}
.header .lanLinks a:hover{
background: #e3e3e3;
}
.fixheader{
width: 100%;
top: 0;
left: 0;
height: 85px;
z-index: 99;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width:980px){
.fixheader{
height: 70px;
}
}
@media screen and (max-width:767px){
.fixheader{
height: 60px;
}
}
.fixheader .logo{
top:4px;
}
.fixheader .tel {
top:8px;
right: 3%;
}
@media screen and (max-width:980px){
.fixheader .tel {
right: 80px;
top: 25px;
}
}
@media screen and (max-width:767px){
.fixheader .tel {
right: 70px;
top: 25px;
}
}
.fixheader .lan {
top:8px;
right: calc(3% + 127px);
}
@media screen and (max-width:980px){
.fixheader .lan {
right: 180px;
top: 20px;
}
}
.fixheader .hNavi {
bottom: 5px;
right: 3%;
}
.fixheader .hNavi .navi{
margin: 0 10px;
}
@media screen and (max-width:1085px){
.fixheader .hNavi .navi{
font-size: 1.3rem;
margin: 0 6px;
}
}
.fixheader .hNavi .navi .naviIn{
border-bottom: 1px solid rgba(0,0,0,0);
display: inline-block;
line-height: 0.8;
}
.fixheader .hNavi .navi .naviIn:hover{
border-bottom: 1px solid #000;
}
/* spNavi */
.accodionNavi{
position: absolute;
width:70px;
height:70px;
right:3%;
top:0;
cursor:pointer;
}
@media screen and (max-width:980px){
.accodionNavi{
display: none;
position: fixed;
z-index: 99;
right: 0;
}
}
@media screen and (max-width:767px){
.accodionNavi{
width:60px;
height:60px;
position: fixed;
right:0;
z-index:10000;
}
}
a.c_nav-bt{
width: 100%;
height: 100%;
display: block;
position: relative;
z-index:10000;
}
#panel-btn-icon{
display: block;
position: absolute;
top: 25px;
left: 50%;
margin-left: -9px;
width:18px;
height:1px;
background: #000;
transition: .2s;
border-radius:2px;
}
@media screen and (max-width:767px){
#panel-btn-icon{
top: 20px;
}
}
#index #panel-btn-icon{
background: #fff;
}
@media screen and (max-width:980px){
#index #panel-btn-icon{
background: #000;
}
}
#panel-btn-icon:before,
#panel-btn-icon:after{
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
width:18px;
height:1px;
background: #000;
transition: .3s;
border-radius:2px;
}
#index #panel-btn-icon:before,
#index #panel-btn-icon:after{
background: #fff;
}
@media screen and (max-width:980px){
#index #panel-btn-icon:before,
#index #panel-btn-icon:after{
background: #000;
}
}
#panel-btn-icon:before{
margin-top: -4px;
}
#panel-btn-icon.close:before{
background: #fff !important;
transform: rotate(-45deg);
}
#panel-btn-icon:after{
margin-top:4px;
}
#panel-btn-icon.close:after{
background: #fff !important;
transform: rotate(-135deg);
}
#index #panel-btn-icon.close,
#panel-btn-icon.close{
background: transparent !important;
}
#panel-btn-icon.close:before,
#panel-btn-icon.close:after{
margin-top: 0;
}
.panel-btn-txt{
position: absolute;
bottom:10px;
left: 0;
width: 100%;
color:#000;
}
@media screen and (max-width:767px){
.panel-btn-txt{
bottom:8px;
}
}
#index .panel-btn-txt{
color:#fff;
}
@media screen and (max-width:980px){
#index .panel-btn-txt{
color:#000;
}
}
#panel-btn-icon.close + .panel-btn-txt.open{
opacity: 0;
}
.panel-btn-txt.close{
opacity: 0;
}
#panel-btn-icon.close + .panel-btn-txt.open + .panel-btn-txt.close{
opacity: 1;
color: #fff;
}
div.accordion{
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom:0;
width:100vw;
height:auto;
min-height:100vh;
z-index: 9999;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
background-color: rgba(0, 0, 0, 0.6);
}
.accordionInbox{
top: 50%;
left: 50%;
width: 90%;
max-width: 1200px;
transform: translate(-50%,-50%);
min-height: 540px;
overflow-y: scroll;
}
@media screen and (max-height:540px){
.accordionInbox{
top: 20px;
transform: translate(-50%,0);
}
}
.accordionInbox .naviImg {
width: 520px;
height: 780px;
background-image: url('../images/common/bg-navi_service.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
transition: background-image 0.6s ease-in-out;
}
@media screen and (max-width:1080px){
.accordionInbox .naviImg {
width: 400px;
}
}
@media screen and (max-height:820px){
.accordionInbox .naviImg{
height:500px;
}
}
@media screen and (max-width:767px){
.accordionInbox .naviImg{
width: 0;
height: 0;
display: none;
}
}
.accordionInbox .naviImg.serviceLink {
background-image: url('../images/common/bg-navi_service.jpg');
}
.accordionInbox .naviImg.aboutLink {
background-image: url('../images/common/bg-navi_about.jpg');
}
.accordionInbox .naviImg.philosophyLink {
background-image: url('../images/common/bg-navi_philosophy.jpg');
}
.accordionInbox .naviImg.worksLink {
background-image: url('../images/common/bg-navi_works.jpg');
}
.accordionInbox .naviImg.recruitLink {
background-image: url('../images/common/bg-navi_recruit.jpg');
}
.accordionInbox .naviImg.contactLink {
background-image: url('../images/common/bg-navi_contact.jpg');
}
.accordionInbox .naviImg.newsLink {
background-image: url('../images/common/bg-navi_news.jpg');
}
.accordionInbox .naviImg.priceLink {
background-image: url('../images/common/bg-navi_price.jpg');
}
.accordionInbox .naviList{
width: calc(100% - 600px);
margin-right: 0;
}
@media screen and (max-width:1080px){
.accordionInbox .naviList{
width: calc(100% - 480px);
margin-right: 0;
}
}
@media screen and (max-width:980px){
.accordionInbox .naviList{
width: 90%;
}
}
@media screen and (max-width:767px){
.accordionInbox .naviList{
width: 100%;
}
}
.accordionInbox .naviBlockOuter{
width: 49%;
}
#footer .naviBlockOuter{
width: 33.333%;
}
@media screen and (max-width:767px){
.accordionInbox .naviBlockOuter,
#footer .naviBlockOuter{
width: 50% !important;
}
.accordionInbox .naviBlockOuter .fs-18{
font-size: 1.3rem;
}
}
.accordionInbox .subNavi a:before,
#footer .subNavi a:before{
content: "- "
}
.accordion .pp{
bottom:20px;
left:calc(50vw - 600px);
}
@media screen and (max-width:1333px){
.accordion .pp{
left: 5%;
}
}
.contactArea{
width:100%;
background: url("../images/common/bg-contact.jpg") center no-repeat;
background-attachment:fixed;
height:450px;
background-size:cover;
overflow: visible;
}
.spContent .contactArea,
.tabContent .contactArea{
background-attachment: inherit;
background-position: center !important;
}
@media screen and (max-width:767px){
.contactArea{
height:auto;
padding: 150px 0;
background-size:cover;
background-attachment: inherit;
background-position: center !important;
}
}
.contactAreaIn{
top: 50%;
left: 0;
width: 100%;
transform: translate(0,-50%);
}
@media screen and (max-width:767px){
.contactAreaIn{
position: static;
transform: translate(0,0);
font-size: 1.6rem;
}
}
#footer{
padding: 60px 0 15px;
}
#footer .logoBox{
width:40%;
}
@media screen and (max-width:980px){
#footer .logoBox{
width:100%;
}
}
#footer .naviBox{
width: 60%;
max-width: 550px;
}
@media screen and (max-width:980px){
#footer .naviBox{
width:100%;
margin: 40px 0;
}
}
@media screen and (max-width:767px){
#footer .spNaviBlock{
margin-top: 30px;
}
}
#footer .logo .logoImg {
width: 160px;
}
#footer .address {
margin-top: 215px;
}
@media screen and (max-width:980px){
#footer .address {
width: 100%;
margin-top: 0;
}
}
