@charset "utf-8";
img, object, embed, video {
width: 100%;
margin: auto;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.en {
font-family: 'Roboto', sans-serif;
}

/*PC*/
@media print, screen and (min-width: 768px) {
body{
}

/*--スクロールトップ---------*/
#totop {
bottom: 50px;
display: block;
position: fixed;
right: 20px;
z-index: 2000;
}
#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}


/*anchor link*/
/*----------------------------*/
#news,
#business,
#company,
#contact,
#access{
padding-top: 90px;
margin-top: -90px
}



/*com*/
/*----------------------------*/
.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}

.section_wrap{
position: relative;
margin: 0 auto 180px;
}

.w1000{
width: 1000px;
margin: 0 auto;
}

/* header
--------------------------------------------*/
header {
position: relative;
}
#header {
width: 100%;
min-width: 1200px;
z-index: 10;
position: fixed;
padding: 20px 40px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
transition: 0.5s;
overflow: auto;
background: #FFF;
}
.logo_wrap {
display: block;
width: 140px;
transition: 0.5s;
}
.menu_list {
display: flex;
}
.menu_list li {
font-size: 1rem;
font-weight: 500;
margin: 0 0 0 30px;
}
.menu_list li:first-child {
margin-left: 0;
}
.menu_list li a {
color: #000;
transition: 0.5s;
position: relative;
}
.menu_list li a::before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 0%;
height: 2px;
background: #000;
transition: all 0.6s ease;
}
.menu_list li a:hover::before {
width: 100%;
}

.menu_list li.tel{
font-size: 1.6rem;
line-height: 1;
color: #000;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}

.menu_list li.tel span{
width: 20px;
display:inline-block;
margin-top: -5px;
margin-right: -5px;
}

.burger-btn {
display: none;
}

#header.scroll-nav {
padding: 10px 15px;
background: rgba(255,255,255,1);
transition: 0.5s;
}
/* 「scroll-navクラス」がヘッダーについたとき */
#header.scroll-nav .logo_wrap {
width: 120px;
transition: 0.5s;
}

#header.scroll-nav ul li {
margin: 0 0 0 20px;
}

#header.scroll-nav ul li a {
font-size: 0.9rem;
font-weight: 500;
color: #000;
transition: 0.5s;
}


#header.scroll-nav ul li.tel{
font-size: 1.3rem;
line-height: 1;
color: #000;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}

#header.scroll-nav ul li.tel span{
width:15px;
display:inline-block;
margin-top: -5px;
margin-right: -5px;
}

.sns_list{
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
margin-bottom: 20px;
}

.sns_list li{
width: 20px;
margin-right: 20px;
}

.sns_list li:last-child{
margin-right: 0;
}


#header.scroll-nav .sns_list{
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
margin: -5px 0 15px;
}

#header.scroll-nav .sns_list li{
width: 16px;
margin:0 16px 0 0;
}

#header.scroll-nav .sns_list li:last-child{
margin-right: 0;
}

/* footer
--------------------------------------------*/
footer {
position: relative;
}
#footer {
width: 100%;
padding: 80px 0;
box-sizing: border-box;
min-width: 1200px;
}
#footer .f_logo {
width: 150px;
margin: 0 auto 20px;
}

#footer .address_wrap{
width: 660px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}

#footer .address_wrap li{
width: 48%;
position: relative;
}

#footer h2 {
font-size: 1..5rem;
font-weight: 500;
text-align: center;
line-height: 1;
margin: 0 0 20px;
}
#footer h2 span {
font-size: 0.9rem;
margin-right: 10px;
}
#footer .address {
line-height: 1.8;
text-align: center;
margin: 0 auto 40px;
}
#footer .copy {
font-size: 0.8rem;
font-weight: 300;
text-align: center;
}
/* hed_tit
--------------------------------------------*/
.hed_tit {
position: relative;
font-family: 'Roboto', sans-serif;
font-size: 3rem;
font-weight: 600;
line-height: 1.32;
text-align: center;
text-indent: 0.45em;
letter-spacing: 0.45em;
padding-bottom: 40px;
margin-bottom: 70px;
}

.hed_tit p{
font-size: 1.2rem;
font-weight: 700;
display: block;
}

.hed_tit::before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
width: 100px;
height: 2px;
background: #000;
margin-left: -50px;
}

.sub_tit {
position: relative;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.32;
text-align: center;
text-indent: 0.45em;
letter-spacing: 0.45em;
margin-bottom: 50px;
}



}


/*----------------------------------------------------------------------*/
/*sp*/
@media only screen and (max-width: 767px) {
/*--スクロールトップ---------*/
#totop {
bottom: 20px;
display: block;
position: fixed;
right: 15px;
z-index: 2000;
width: 45px;
}
#totop a {
display: block;
width: 50px;
height: 50px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

/*anchor link*/
/*----------------------------*/
#news,
#business,
#company,
#contact,
#access{
padding-top: 70px;
margin-top: -70px
}

/* com
--------------------------------------------*/
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}

.section_wrap{
position: relative;
margin: 0 auto 100px;
}

.w1000{
width: 90%;
margin: 0 auto;
}


/* header
--------------------------------------------*/
header {
position: relative;
}
#header {
width: 100%;
z-index: 10;
position: fixed;
padding: 10px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background: #FFF;
}
.logo_wrap {
display: block;
width: 100px;
transition: 0.5s;
margin: 0 0 0 10px;
}
.logo_wrap a{
display: block;
}
/* デフォルトのbuttonスタイルをリセット */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
color: inherit;
cursor: pointer;
font: inherit;
margin: 0;
outline: none;
padding: 0;
vertical-align: middle;
}
/* 以下、ハンバーガーボタン */
.burger-btn {
display: block;
width: 50px;
height: 39px;
position: relative;
z-index: 3;
border: none;
}
.bar {
width: 20px;
height: 1px;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #000;
}
.bar_top {
top: 10px;
}
.bar_mid {
top: 50%;
transform: translate(-50%, -50%);
}
.bar_bottom {
bottom: 10px;
}
.burger-btn.close .bar_top {
transform: translate(-50%, 10px) rotate(45deg);
transition: transform .3s;
}
.burger-btn.close .bar_mid {
opacity: 0;
transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
transform: translate(-50%, -8px) rotate(-45deg);
transition: transform .3s;
}
/* 全画面表示 */
.menu_wrap {
visibility: hidden;
opacity: 0;
width: 100vw;
height: 100dvh;
position: fixed;
top: 0;
left: 0;
transition: all .5s;
z-index: 2;
}
.menu {
width: 100%;
height: 100%;
background:#FFF;
z-index: 2;
}
.menu_list {
display: block;
position: absolute;
top: 20%;
left: 50%;
transform: translate(-50%, -15%);
text-align: center;
}
.menu_list li {
margin-bottom: 15px;
font-size:1rem;
}
.menu_list li:last-child {
margin-top: 60px;
}
.menu_list li a {
color: #000;
font-weight: 400;
letter-spacing: 0.1em;
}
/* メニューオープン時 */
.menu_wrap.fade {
visibility: visible;
opacity: 1;
}
.noscroll {
overflow: hidden;
}
#header.scroll-nav {
padding: 10px 0px;
background:rgba(255,255,255,1);
transition: 0.5s;
}

.sns_list{
width: 30px;
position: absolute;
bottom:10%;
left: 50%;
margin-left:-15px; 
}

.sns_list li{
width:100%;
}

.sns_list li:last-child{
margin-right: 0;
}

#header .menu_wrap li.tel{
font-size: 1.2rem;
font-weight: 500;
line-height: 1;
color: #000;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}

#header .menu_wrap li.tel span{
width:15px;
display:inline-block;
margin-top: -5px;
margin-right: -5px;
}
/* footer
--------------------------------------------*/
footer {
position: relative;
}
#footer {
width: 100%;
padding: 40px 0;
box-sizing: border-box;
}
#footer .f_logo {
width: 130px;
margin: 0 auto 20px;
}


#footer .address_wrap{
width: 80%;
margin: auto;
}

#footer .address_wrap li{
width: 100%;
position: relative;
margin: 0 0 20px;
}


#footer h2 {
font-size: 1.2rem;
font-weight: 500;
text-align: center;
line-height: 1;
margin: 0 0 10px;
}
#footer h2 span {
font-size: 0.8rem;
margin-right: 10px;
}
#footer .address {
line-height: 1.8;
text-align: center;
margin: 0 auto 40px;
}
#footer .copy {
font-size: 0.8rem;
font-weight: 300;
text-align: center;
}

/* hed_tit
--------------------------------------------*/
.hed_tit {
position: relative;
font-family: 'Roboto', sans-serif;
font-size: 2rem;
font-weight: 600;
line-height: 1.32;
text-align: center;
text-indent: 0.45em;
letter-spacing: 0.35em;
padding-bottom: 20px;
margin-bottom: 50px;
}

.hed_tit p{
font-size: 1.1rem;
font-weight: 700;
display: block;
}

.hed_tit::before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
width: 100px;
height: 2px;
background: #000;
margin-left: -50px;
}

.sub_tit {
position: relative;
font-size: 1.4rem;
font-weight: 600;
line-height: 1.32;
text-align: center;
text-indent: 0.45em;
letter-spacing: 0.45em;
margin-bottom: 40px;
}

}