@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: 'Oswald', sans-serif;
}



/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
opacity: 0;
}

/*=========
scrollbar
=========*/
.scroll::-webkit-scrollbar {
/* Chrome, Safari 対応 */
display: none;
}
.simplebar-scrollbar::before {
background: #ffffff;
border-radius: 0;
width: 5px;
margin-left: 3px;
margin-top: 2px;
}
.simplebar-scrollbar.simplebar-visible::before {
opacity: 1;
}
.simplebar-track {
background: #f1f1f1;
width: 15px !important;
}


.fixed_bg_img {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: no-repeat url("../images/com/bg_img.png") 0 0;
background-size: cover;
z-index: -10;
}

.fixed_bg_img::before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, .85);
transition: 0.2s ease;
}


.scrollify{
width: 100%;
height: 100vh;
}


.img_anim_box {
position: relative;
width: 100%;
height: auto;
margin:0;
overflow: hidden;
}

.img_anim_box:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgba(245, 245, 245, 1);
transition: .5s cubic-bezier(.15,.65,.85,.65);
}

.isPlay:before {
transform: translate3d(100%, 0, 0);
}



.animated_move {
animation: move-y 2s infinite alternate ease-in-out;
display: inline-block;
color: red;
}
@keyframes move-y {
from {
transform: translateY(0);
}
to {
transform: translateY(40px);
}
}

.c_fin{
color: #157cd8;
}

.c_tax{
color: #bb33ad;
}

.c_pt{
color: #4f9628;
}

.tel-link-none {
pointer-events: none;
}

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

/* 文字が滑らかに表示される　*/
.smooth {
clip-path: inset(100% 0% 0 0);
display: inline-block;
font-weight: bold;
transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
transition-property: clip-path;
height:50px;
}
.smooth.is-animated {
clip-path: inset(0);
}


body{
overflow-x: hidden;
position: relative;
}

body .bg_wave {
width: 100%;
height: 100svh;
height: 100vh;
display: block;
animation: fadein 1s;
user-select: none;
z-index: -5;
position: fixed;
top: 0px;
left: 0px;
bottom: auto;
right: auto;
}

/*--スクロールトップ---------*/
#totop {
bottom: 50px;
display: block;
position: fixed;
right: 20px;
z-index: 50;
}
#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*/
/*----------------------------*/
/*#{
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 60px;
}

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


/* ボタン共通設定 */
.btn04 {
/*線の基点とするためrelativeを指定*/
position: relative;
/*ボタンの形状*/
display:inline-block;
padding: 10px 30px;

color:#000;
border:1px solid #ccc;
text-decoration: none;
outline: none;
/*はみ出す背景色を隠す*/
overflow: hidden;
}

/*hoverした際のボタンの形状*/
.btn04:hover {
color:#FFF;
border-color: transparent;
/*色の変化を遅らせる*/
transition-delay: .4s;
}

/*線の設定*/
.btn04 span{
display: block;
z-index: 2;
}

/*== 線から塗に変化（左から右） */

/*線の設定*/
.borderleft span::before,
.borderleft span::after {
content: '';
/*絶対配置で線の位置を決める*/
position: absolute;
width:0;
height:1px;
/*線の形状*/
background: #FFF;
/*アニメーションの設定*/
transition: all .3s;
}

/*左上線*/
.borderleft span::before {
left:0;
top:0;
}

/*左下線*/
.borderleft span::after {
left:0;
bottom:0;
}

/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
width: 100%;
}

/*背景の設定*/
.borderleft::before{
content: '';
/*絶対配置で線の位置を決める*/
position: absolute;
left: 0;
bottom:0;
z-index: -1;
/*背景の形状*/
height: 100%;
width: 0;
background:rgba(0,0,30,0.7);
/*アニメーションの設定*/
transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before{
width: 100%;
/*0.4秒遅れてアニメーション*/
transition-delay: .4s;
}


.bg_mixblend{
mix-blend-mode:overlay;
z-index: -1;
position: relative;
}

.bg_mixblend .svg{
position: fixed;
bottom: 0%;
left: -40%;
width:120%;
}

.bg_mixblend .svg img{
width: 100%;
height: auto;
}



/*hed_wrap
-----------------------------------*/
.hed_wrap {
display:flex;
flex-wrap:wrap;
align-items:center;
padding:180px 0 30px;
box-sizing: border-box;
margin: 0 auto 20px;
border-bottom: 1px solid #121212;
width: 900px;
}

.hed_wrap .en {
font-family: 'Oswald', sans-serif;
font-size:.9rem;
font-weight: 100;
line-height: 1;
letter-spacing:0.02em;
display:flex;
flex-wrap:wrap;
align-items:center;
position: relative;
padding-left: 26px;
}

.hed_wrap .en::after {
position:absolute;
top: 50%;
left: 5px;
width:14px;
height:1px;
content:'';
background-color:rgba(0,0,0,0.2);
}

.hed_wrap .jp {
font-size:2.6rem;
font-weight: 200;
letter-spacing:0.05em;
position: relative;
}

/* header
--------------------------------------------*/
header {
position: relative;
}
#header {
width: 100%;
z-index: 10;
position: fixed;
padding-left: 3rem;
padding-right:3rem;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
transition: 0.5s;
width: 100%;
min-width: 1200px;
}
.logo_wrap {
display: block;
width: 210px;
padding: 30px 0 0;
box-sizing: border-box;
transition: 0.5s;
}
.logo_wrap a{
line-height: 0;
display: block;
transition: all .2s ease-out;
}
.menu_list {
display: flex;
justify-content: end;
margin: 20px 0 0 0;
}
.menu_list li {
font-size: 0.8rem;
margin-left: 2rem;
}
.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: -5px;
left: 0;
width: 0%;
height:0.5px;
background: #000;
transition: all 0.6s ease;
}
.menu_list li a:hover{
color:#323232;
text-shadow:none;
}
.menu_list li a:hover::before {
width: 100%;
}

.burger-btn {
display: none;
}

.siteNav {
display: flex;
justify-content: flex-end;
align-items: stretch;
flex-direction: row;
margin: 20px 0 0;
}
.siteNav .siteNav_dl {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
.siteNav .siteNav_dl .siteNav_dt {
display: flex;
justify-content: center;
align-items: center;
font-weight: 100;
line-height: 1.5;
}
.siteNav .siteNav_ul {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
.siteNav .siteNav_ul .siteNav_content .siteNav_a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-left:2rem;
font-size: 0.6rem;
}

.siteNav .siteNav_ul .siteNav_content .siteNav_a:first-child {
margin-left: none;
}

.siteNav .siteNav_ul .siteNav_content .siteNav_a .siteNav_aLine {
background: linear-gradient(#000, #000) 100% 100% / 0 .5px no-repeat;
transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
}
body:not(.-is-touchDevice) .siteNav .siteNav_ul .siteNav_content .siteNav_a:hover .siteNav_aLine {
background-position: 0 100%;
background-size: 100% 0.5px;
}

#header.scroll-nav {
padding:0.5rem 3rem;
box-sizing:border-box;
transition: 0.5s;
}
/* 「scroll-navクラス」がヘッダーについたとき */
#header.scroll-nav .logo_wrap {
width: 180px;
transition: 0.5s;
padding: 0 0 0;
box-sizing: border-box;
}

#header.scroll-nav .logo_wrap a{
width: 100%;
}

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

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

#header.scroll-nav {
background: #FFF;
padding: 15px 3rem;
box-sizing: border-box;
}

#header.scroll-nav .siteNav {
display: flex;
justify-content: flex-end;
align-items: stretch;
flex-direction: row;
margin: 10px 0 0;
}
#header.scroll-nav .siteNav .siteNav_dl {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
#header.scroll-nav .siteNav .siteNav_dl .siteNav_dt {
display: flex;
justify-content: center;
align-items: center;
font-weight: 100;
line-height: 1.5;
}
#header.scroll-nav .siteNav .siteNav_ul {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
#header.scroll-nav .siteNav .siteNav_ul .siteNav_content .siteNav_a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-left:2rem;
font-size: 0.6rem;
}

#header.scroll-nav .siteNav .siteNav_ul .siteNav_content .siteNav_a:first-child {
margin-left: none;
}

#header.scroll-nav .siteNav .siteNav_ul .siteNav_content .siteNav_a .siteNav_aLine {
background: linear-gradient(#FFF, #FFF) 100% 100% / 0 .5px no-repeat;
transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
}
#header.scroll-nav .menu_list {
display: flex;
justify-content: end;
margin:5px 0 0;
}
#header.scroll-nav .menu_list li {
font-size: 0.8rem;
margin-left: 2rem;
}
#header.scroll-nav .menu_list li:first-child {
margin-left: 0;
}
#header.scroll-nav .menu_list li a {
color: #000;
transition: 0.5s;
position: relative;
}
#header.scroll-nav .menu_list li a::before {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 0%;
height:0.5px;
background: #000;
transition: all 0.6s ease;
}
#header.scroll-nav .menu_list li a:hover{
color:#323232;
text-shadow:none;
}
#header.scroll-nav .menu_list li a:hover::before {
width: 100%;
}

.menuWrap,
.gnav{
display: none;
}



/* footer
--------------------------------------------*/
footer {
background: #1F2022;
position: relative;
}

#footer .fot_top{
width: 100%;
padding: 40px 80px;
box-sizing: border-box;
min-width: 1200px;
background: #2d2e2f;
}

#footer .fot_top .fot_list_wrap{
width: 900px;
margin: auto;
position: relative;
}
#footer .fot_top .fot_list_wrap .fot_list_inner{
padding: 15px 0 0;
box-sizing: border-box;
margin: 0 0 30px;
position: relative;
}

#footer .fot_top .fot_list_wrap .fot_list_inner:nth-child(2){
margin-bottom: 0 !important;
}

#footer .fot_top .fot_list_wrap .fot_list_inner::before{
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 1px;
background: #393A3C;
}
#footer .fot_top .fot_list_wrap h3{
font-size: 0.7rem;
font-weight: 300;
letter-spacing: 0.08em;
margin: 0 0 10px;
color:#FFF;
}
#footer .fot_top .fot_list_wrap h4{
font-size: 0.8rem;
font-weight: 200;
margin:0;
}
#footer .fot_top .fot_list_wrap h4 span{
font-size: 0.6rem;
}
#footer .fot_top .fot_list_wrap h4 a{
color: #FFF;
}
#footer .fot_top .fot_list_wrap .fot_list{
display: flex;
flex-wrap: wrap;
margin: 0 0 20px;
}
#footer .fot_top .fot_list_wrap .fot_list li{
width: 20%;
padding: 5px 0;
box-sizing: border-box;
font-size: 0.7rem;
}
#footer .fot_top .fot_list_wrap .fot_list li a{
display:block;
color:#acacac;
}
#footer .fot_top .fot_list_wrap .fot_list2{
display: flex;
flex-wrap: wrap;
margin: 0;
}
#footer .fot_top .fot_list_wrap .fot_list2 li{
width: 20%;
padding: 5px 0;
box-sizing: border-box;
font-size: 0.8rem;
}
#footer .fot_top .fot_list_wrap .fot_list2 li a{
display:block;
color:#FFF;
}

#footer .fot_btm{
width: 900px;
padding: 30px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: auto;
}

#footer .fot_btm .f_logo_wrap {
width: 36%;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#footer .fot_btm .f_logo {
width: 26%;
}

#footer .fot_btm .address_wrap{
width: 68%;
}

#footer .fot_btm .address_wrap h2 {
font-weight: 300;
color: #FFF;
margin: 0 0 10px;
}
#footer .fot_btm .address_wrap h2 span {
font-size: 0.7rem;
margin-left: 3px;
}
#footer .fot_btm .address_wrap .address {
font-size: 0.6rem;
line-height: 1.8;
color:#acacac;
}
#footer .fot_btm .address_wrap .address a{
color: #acacac;
text-decoration: underline;
}

#footer .fot_btm .copy {
font-size: 0.6rem;
font-weight: 300;
color: #fff;
}

/* hed_tit
--------------------------------------------*/
.hed_tit {
position: relative;
margin:0 0 70px;
font-size: 2.2rem;
font-weight:100;
line-height: 1;
}




}


/*----------------------------------------------------------------------*/
/*sp*/
@media only screen and (max-width: 767px) {

/* 文字が滑らかに表示される　*/
.smooth {
clip-path: inset(100% 0% 0 0);
display: inline-block;
font-weight: bold;
transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
transition-property: clip-path;
height:36px;
}
.smooth.is-animated {
clip-path: inset(0);
}

body{
position: relative;
}

/*--スクロールトップ---------*/
#totop {
bottom: 20px;
display: block;
position: fixed;
right: 15px;
z-index: 50;
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;
}



/* ボタン共通設定 */
.btn04 {
/*線の基点とするためrelativeを指定*/
position: relative;
/*ボタンの形状*/
display:inline-block;
padding: 10px 15px;
color:#333;
border:1px solid #ccc;
text-decoration: none;
outline: none;
/*はみ出す背景色を隠す*/
overflow: hidden;
font-size: 0.6rem;
}

/*hoverした際のボタンの形状*/
.btn04:hover {
color:#ccc;
border-color: transparent;
/*色の変化を遅らせる*/
transition-delay: .6s;
}

/*線の設定*/
.btn04 span{
display: block;
z-index: 2;
}

.btn_box_center{
display: block;
margin: 0 auto;
text-align: center;
}
    
/*== 線から塗に変化（左から右） */

/*線の設定*/
.borderleft span::before,
.borderleft span::after {
content: '';
/*絶対配置で線の位置を決める*/
position: absolute;
width:0;
height:1px;
/*線の形状*/
background: #333;
/*アニメーションの設定*/
transition: all .3s;
}

/*左上線*/
.borderleft span::before {
left:0;
top:0;
}

/*左下線*/
.borderleft span::after {
left:0;
bottom:0;
}

/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
width: 100%;
}

/*背景の設定*/
.borderleft::before{
content: '';
/*絶対配置で線の位置を決める*/
position: absolute;
left: 0;
bottom:0;
z-index: -1;
/*背景の形状*/
height: 100%;
width: 0;
background:#333;
/*アニメーションの設定*/
transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before{
width: 100%;
/*0.4秒遅れてアニメーション*/
transition-delay: .4s;
}



.bg_mixblend{
mix-blend-mode: overlay;
z-index: -1;
position: relative;
}

.bg_mixblend .svg{
position: fixed;
top: 0%;
left: -140%;
width:250%;
mix-blend-mode:overlay;
z-index: -1;
}

.bg_mixblend .svg img{
width:100%;
height:auto;
}


/*hed_wrap
-----------------------------------*/
.hed_wrap {
display:flex;
flex-wrap:wrap;
align-items:center;
padding:60px 0 54px;
box-sizing: border-box;
margin: 0 5% 60px;
border-bottom: 1px solid #121212;
}
.hed_wrap .en {
font-family: 'Oswald', sans-serif;
font-size:.6rem;
font-weight: 100;
line-height: 1;
letter-spacing:0.02em;
display:flex;
flex-wrap:wrap;
align-items:center;
position: relative;
padding-left: 26px;
box-sizing: border-box;
}
.hed_wrap .en::after {
position:absolute;
top: 50%;
left: 5px;
width:14px;
height:1px;
content:'';
background-color:rgba(0,0,0,0.2);
}
.hed_wrap .jp {
font-size:1.35rem;
font-weight: 200;
letter-spacing:0.05em;
position: relative;
}



/* 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;
}
.logo_wrap {
display: block;
width: 160px;
transition: 0.5s;
margin: 0 0 0 10px;
}
.logo_wrap a{
/*background: url("../images/com/logo_w.svg") 0 0 no-repeat;*/
font-size: 0;
line-height: 0;
width: 160px;
height: 39px;
display: block;
transition: all .2s ease-out;

}
/* デフォルトの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_list {
display: none;
}
.noscroll {
overflow: hidden;
}
#header.scroll-nav {
background:rgba(255,255,255,.98); /* Old browsers */
padding: 10px 0 10px;
transition: 0.5s;
}
#header.scroll-nav .logo_wrap a{
width: 160px;
height: 39px;
background:url("../images/com/logo_color.svg") 0 0 no-repeat;
transition: 0.5s;
}
.siteNav {
display: none;
}

/*menu*/
.menuWrap {
width: 40px;
height: 40px;
position: fixed;
right: 10px;
top: 10px;
z-index: 20000;
cursor: pointer;
}
.menu {
display: block;
position: absolute;
width: 30px;
height: 18px;
top: 10px;
right: 5px;
}
.menu__line {
background: #333;
display: block;
height: 2px;
position: absolute;
transition: transform .3s;
width: 30px;
}
.menu__line--center {
top: 8px;
}
.menu__line--bottom {
bottom: 0;
}
.menu__line--top.active {
top: 7px;
transform: rotate(45deg);
width: 100%;
background: #333
}
.menu__line--center.active {
transform: scaleX(0);
}
.menu__line--bottom.active {
bottom: 9px;
transform: rotate(135deg);
background: #333
}
.menuWrap p {
width: 100px;
display: block;
position: fixed;
font-size: 10px;
font-weight: bold;
line-height: 1em;
margin-top: 28px;
margin-left: -100px;
}


#header.scroll-nav .menu__line{
background: #000f3c;
}
/*gnav*/
.gnav {
background:url("../images/com/bg_img.png") 0 0 no-repeat;
background-size: cover;
display: none;
height: 100%;
position: fixed;
width: 100%;
top: 0;
z-index: 1000;
}

.gnav::before{
content: "";
position: absolute;
top:0;
right: 0;
left: 0;
bottom: 0;
background-color: rgba(255, 255, 255, .75);
transition: 0.2s ease;
}

.gnav__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
height: 100%;
position: absolute;
width: 100%;
background-size: cover;
}
.gnav_bg_img {
display: none;
}
.gnav_contents {
width: 100%;
background-size: 180px 224px, cover;
height: 100%;
display: flex;
align-items: center;
background-position: bottom right, center center;
background-repeat: no-repeat, repeat;
}
.gnav_contents_box {
width: 90%;
padding: 20px 10px;
box-sizing: border-box;
align-items: center;
height: 80vh;
height: 80svh;
margin: auto;
border-radius: 6px;
}
.gnav__menu {
height: 100%;
padding: 0 2%;
}
.gnav__menu__item {
border-bottom: 1px solid #c1c1c1;
padding: 10px 0;
box-sizing: border-box;
}
.gnav__menu__item a{
color: #333 !important;
font-size: 0.8rem;
line-height:1;
letter-spacing: 0.03em;
font-weight: 300;
text-decoration: none;
transition: .5s;
display: block;
padding: 3px 0;
box-sizing: border-box;
}
    
.gnav__menu__item .white{
color: #fff;
    }
    
.gnav__menu__item a span{
font-size:1.8em;
display: block;
color: #fb80b0;
}
.gnav__menu__item a:hover {
color: #333;
}

.gnav__menu__item ul{
margin-left: 10px;
}

.gnav__menu__item ul li{
margin: 10px 0;
}

.gnav__menu__item ul li a{
font-size: 0.8rem;
}

.gnav_logo {
width: 220px;
margin: 0 0 30px;
}
.gnav_logo img {
width: 100%;
height: auto;
}
.gnav_menu_sub {
box-sizing: border-box;
margin: 0 auto;
margin: 20px 0 0 5px;
}
.gnav_menu_sub li:nth-child(n+2) {
margin-top: 10px;
}
.gnav_menu_sub li a {
color: #666;
display: block;
font-size: 12px;
}

.g_menu_wrap {
display: none;
}

.menu_logo{
width: 160px;
margin: 0 0 10px;
}

.company_name1{
font-family: 'Oswald', sans-serif;
font-size: 0.7rem;
font-weight: 200;
margin: 0 0 10px;
color: #157cd8;
letter-spacing: .5px;
}

.company_name2{
font-family: 'Oswald', sans-serif;
font-size: 0.7rem;
font-weight: 200;
margin: 0 0 10px;
color: #bb33ad;
letter-spacing: .5px;
}

.company_name3{
font-family: 'Oswald', sans-serif;
font-size: 0.7rem;
font-weight: 200;
margin: 0 0 10px;
color: #4f9628;
letter-spacing: .5px;
}

/* footer
--------------------------------------------*/
footer {
position: relative;
}
#footer {

}

#footer .fot_top{
width: 100%;
padding: 20px;
box-sizing: border-box;
background: #2d2e2f;
}

#footer .fot_top .fot_list_wrap{
width: 100%;
position: relative;
}
#footer .fot_top .fot_list_wrap .fot_list_inner{
padding: 15px 0 0;
box-sizing: border-box;
margin: 0 0 30px;
position: relative;
}

#footer .fot_top .fot_list_wrap .fot_list_inner:nth-child(2){
margin-bottom: 0 !important;
}

#footer .fot_top .fot_list_wrap .fot_list_inner::before{
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 1px;
background: #393A3C;
}
#footer .fot_top .fot_list_wrap h3{
font-size: 0.7rem;
font-weight: 300;
letter-spacing: 0.08em;
margin: 0;
color:#FFF;
}
#footer .fot_top .fot_list_wrap h4{
font-size: 0.8rem;
font-weight: 200;
margin: 0 0 10px;
}
#footer .fot_top .fot_list_wrap h4 span{
font-size: 0.6rem;
}
#footer .fot_top .fot_list_wrap h4 a{
color: #FFF;
}
#footer .fot_top .fot_list_wrap .fot_list{
display: flex;
flex-wrap: wrap;
margin: 0 0 20px;
}
#footer .fot_top .fot_list_wrap .fot_list li{
width: 48%;
padding:0 0 5px;
box-sizing: border-box;
font-size: 0.7rem;
}
#footer .fot_top .fot_list_wrap .fot_list li a{
display:block;
color:#acacac;
}
#footer .fot_top .fot_list_wrap .fot_list2{
display: flex;
flex-wrap: wrap;
margin: 0;
}
#footer .fot_top .fot_list_wrap .fot_list2 li{
width: 48%;
padding:0 0 5px;
box-sizing: border-box;
font-size: 0.8rem;
}
#footer .fot_top .fot_list_wrap .fot_list2 li a{
display:block;
color:#FFF;
}


#footer .fot_btm{
width: 100%;
padding: 20px;
box-sizing: border-box;
background: #1F2022;
}



#footer .fot_btm .f_logo_wrap {
width: 80%;
position: relative;
margin: 0 auto 20px;
}

#footer .fot_btm .f_logo {
width: 30%;
margin: 0 auto 20px;
}

#footer .fot_btm .address_wrap{
width: 100%;
text-align: center;
}

#footer .fot_btm .address_wrap h2 {
font-weight: 300;
color: #FFF;
margin: 0 0 10px;
}
#footer .fot_btm .address_wrap h2 span {
font-size: 0.7rem;
margin-left: 3px;
}
#footer .fot_btm .address_wrap .address {
font-size: 0.6rem;
line-height: 1.8;
color:#acacac;
}
#footer .fot_btm .address_wrap .address a{
color: #acacac;
text-decoration: underline;
}

#footer .fot_btm .copy {
font-size: 0.6rem;
font-weight: 300;
color: #fff;
text-align: center;
}

/* hed_tit
--------------------------------------------*/
.hed_tit {
position: relative;
margin:0 0 36px;
font-size: 1.2rem;
font-weight: 200;
line-height: 1;
}

.hed_tit .t_en{
position: relative;
font-size: 2.2rem;
font-weight: 100;
letter-spacing: -0.02em;
line-height: 1;
margin-bottom: 8px;
}

.hed_tit .t_jp{
display: block;
font-size: 0.7rem;
line-height: 1.9;
font-weight: 200;
color: #666;
padding-left: 5px;
box-sizing: border-box;
}


}