@charset "UTF-8";
html{
margin: 0!important;
}

body{
	text-align:center;
	font-size:85%;
    font-family: 'Noto Sans JP', "メイリオ", sans-serif;
    color: #000;
	min-width: auto;
    -webkit-text-size-adjust: 100%;
}

/* ClearFix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-block; }
/*\*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/**/

@media screen and (max-width: 767px) {
body{
	min-width: inherit;
}
}
a:focus, *:focus { outline:none; }

/*bootstrap余白調整*/
.row {
    margin-right: -10px;
    margin-left: -10px;
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	color:#000;
	word-wrap: break-word;
}
a, a img{
    transition: all 300ms 0s ease;
}
a:hover{
    color: #0086D8;
}
a:hover img{
    opacity: .6;
}
a:focus, *:focus { outline:none; }
.underline{
	text-decoration: underline;
}

/*******************************
 
animation設定
 
*******************************/



/*******************************
 
CommandCss
 
*******************************/
.red      { color: #e00 !important; }
.blue     { color: #00F !important; }
.green    { color: #0F0 !important; }
.yellow   { color: #FF0 !important; }
.orange   { color: #F90 !important; }
.white    { color: #FFF !important; }
.black    { color: #000 !important; }
.gray     { color: #888 !important; }

.m0  { margin: 0    !important; }
.m5  { margin: 5px  !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m35 { margin: 35px !important; }
.m40 { margin: 40px !important; }
.m45 { margin: 45px !important; }
.m50 { margin: 50px !important; }
.m60 { margin: 60px !important; }
.m70 { margin: 70px !important; }
.m80 { margin: 80px !important; }
.m90 { margin: 90px !important; }
.m100 { margin: 100px !important; }

.mt0  { margin-top: 0    !important; }
.mt5  { margin-top: 5px  !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.mr0  { margin-right: 0    !important; }
.mr5  { margin-right: 5px  !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }
.mr90 { margin-right: 90px !important; }
.mr100 { margin-right: 100px !important; }

.mb0  { margin-bottom: 0    !important; }
.mb5  { margin-bottom: 5px  !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.ml0  { margin-left: 0    !important; }
.ml5  { margin-left: 5px  !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }
.ml80 { margin-left: 80px !important; }
.ml90 { margin-left: 90px !important; }
.ml100 { margin-left: 100px !important; }

.p0  { padding: 0    !important; }
.p5  { padding: 5px  !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p35 { padding: 35px !important; }
.p40 { padding: 40px !important; }
.p45 { padding: 45px !important; }
.p50 { padding: 50px !important; }
.p60 { padding: 60px !important; }
.p70 { padding: 70px !important; }
.p80 { padding: 80px !important; }
.p90 { padding: 90px !important; }
.p100 { padding: 100px !important; }

.pt0  { padding-top: 0    !important; }
.pt5  { padding-top: 5px  !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }

.pr0  { padding-right: 0    !important; }
.pr5  { padding-right: 5px  !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }
.pr70 { padding-right: 70px !important; }
.pr80 { padding-right: 80px !important; }
.pr90 { padding-right: 90px !important; }
.pr100 { padding-right: 100px !important; }

.pb0  { padding-bottom: 0    !important; }
.pb5  { padding-bottom: 5px  !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }

.pl0  { padding-left: 0    !important; }
.pl5  { padding-left: 5px  !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }


.clearb{clear:both;}
.bnone{ border:none!important;}

.txtright{text-align:right; width:100%;}
.txtleft{text-align:left; width:100%;}
.txtcenter{text-align:center; width:100%;}
.float_r{float:right; display:inline;}
.float_l{float:left; display:inline;}
.vtop{ vertical-align:top;}


#topback{
	bottom: 20px;
	right:20px;
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	display:none;
}

#topback span{
	font-size:60px;
	display:block;
	color:#666;
}
@media screen and (max-width: 767px) {
#topback{
	bottom: 140px;
	right:10px;
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	display:none;
}

#topback span{
	font-size:40px;
	display:block;
	color:#666;
}
}

/*******************************
 
baseCss
 
*******************************/
.builder{
	width:988px;
	margin:0 auto;
	text-align:left;
	position: relative;
}

.pc{
	display:block;
}
.sp{
	display:none;
}


@media screen and (max-width: 769px) {
.builder{
	width:100%;
	text-align:left;
}

.pc{
	display:none;
}
.sp{
	display:block;
}

}



/*******************************
CommandCss
*******************************/
#wrap{
	position: relative;
}
#wrap:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center 52%;
}

/*---fontStyle---*/
.bold{ font-weight: bold; }
.font-en{
	font-family: 'Josefin Sans', sans-serif;
}

/*---textLayout---*/
.txtright	{ text-align:right; }
.txtleft	{ text-align:left; }
.txtcenter	{ text-align:center; }
.pc-txtcenter	{ text-align:center; }

ul.list-style-indent li{
    padding-left: 1em;
    text-indent: -1em;
}

/*---layout---*/
.wrap-common,
.inner-common{
    width: 90%;
    max-width: 988px;
    margin: auto;
}

.pc{ display: block; }/*width 1024pxまで表示*/
.tablet{ display: block; }/*width 896pxまで表示*/
.sp_h{ display: block; }/*width 480pxまで表示*/
.sp{ display: none; }/*width 896pxから表示*/
.sp_v{ display: none; }/*スマホ縦 width 480pxから表示*/

.hide-over{
    overflow: hidden;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
    .wrap-common{
        max-width: none;
        margin: 0 auto;
    }
    .pc{ display: none; }
	
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #wrap {
		padding-top: 57px;
	}
    .tablet{ display: none; }
    .sp{ display: block; }
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .sp_h{ display: none; }
    .sp_v{ display: block; }
}


/*---Flex---*/
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



/*******************************
LoadingCss
*******************************/
#loading {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    opacity: 1.0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loading .ball{
	border-radius: 100%;
	margin: 2px;
	border: 2px solid #666;
	border-bottom-color: transparent;
	height: 26px;
	width: 26px;
	display: inline-block;
	-webkit-animation: rotate .75s 0s linear infinite;
	animation: rotate .75s 0s linear infinite;
	position: absolute;
	top: 45%;
}
@keyframes rotate{
	0%{-webkit-transform:rotate(0);transform:rotate(0)}
	50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
	100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}


/******************************* 
HeaderCss
*******************************/
header .head{
    position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
    width: 100%;
    background: #fff;
    justify-content: space-between;
    align-items: center;
}

header .head .logo,
header .head h1,
header .head .btn-contact{
    width: 33.333%;
	white-space: nowrap;
}

header .head .logo{
    text-align: left;
    padding: 10px 20px;
}

header .head .btn-contact{
    text-align: right;
}

header .head .btn-contact a{
    display: inline-block;
    background: #000;
    padding: 16px 15px;
    width: 63px;
    height:57px;
}


header .side{
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 100;
    width: 90px;
    height: 100vh;
}
header.open .side{
    background: rgba(255,255,255,0);
}
header .side .flex{
    height: 100%;
    justify-content: center;
    align-items: baseline;
    padding-top: 25vh;
}
header .side .flex img{
    max-width: 21px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    header .head{
        display: block;
    }
    header .head h1{
        display: none;
    }
    header .head .logo,
    header .head .btn-contact{
        width: auto;
    }
    header .head .logo{
        float: left;
        max-width: 60%;
    }
    header .head .btn-contact{
        float: right;
    }
    
    
    header .side{
        width: 60px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    /*header .head{
        right: 60px;
    }*/
    header .head .btn-bg-gry{
        max-width: 125px;
    }
    
    header .side{
        width: 50px;
    }
    header .side .flex img{
        max-width: 16px;
    }
}



/*******************************
subnaviCss
*******************************/
#subnavi{
    position: fixed;
    left: 20px;
    top: 70px;
    z-index: 98;
}
.fat-navi {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: unset;
}

.fat-navi .main{
    font-size: 120%;
    margin-bottom: 40px;
}
.fat-navi .main li {
    display: inline-block;
	/*color: #fff;*/
	text-align: center;
    font-weight: bold;
}
.fat-navi .main li:after{
    content: "/";
    display: inline-block;
}
.fat-navi .main li:last-child:after{
    display: none;
}
.fat-navi .main li a{
    /*display: block;*/
    padding: 10px 0;
	color: #000;
	font-size: 150%;
}
.fat-navi .main li a span{
    font-size: 60%;
    /*display: block;*/
    /*color: #e3e1cc;*/
    margin-top: 4px;
}
.fat-navi .main li a:hover{
   /* background: rgba(255,255,255,.2);*/
    color: #5A5A5A;
}

.menu-trigger {
    display: none;
    width: 63px;
    max-width: 80px;
    height: 57px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    transition: transform .4s;
 }
.menu-trigger span {
	display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28px;
    height: 3px;
    background-color: #000;
    transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
	top: 18px;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
	top: 26px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	top: 34px;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}
.menu-trigger p{
    position: absolute;
    /*top: 13px;
    left: 30px;*/
    font-weight: bold;
    /*font-size: 110%;*/
    line-height: 1;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 75%;
}
.menu-trigger p:before{
    content: "";
    color: #000;
}
.menu-trigger.active p:before{
    content: "close";
}

.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s;
}
.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .menu-trigger{
        display: block;
        float: right;
    }
    .menu-trigger span{
        margin: 0 auto;
    }
    .menu-trigger p:before{
        display: none;
    }
    
    .fat-navi {
        -ms-writing-mode: unset;
        writing-mode: unset;
        text-orientation: unset;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        transform: translateY(-200%);
        transition: all .5s;
        background-color: #d5d5d5;
        padding: 120px 0 0 0;
		overflow-y: scroll;
    }
    .fat-navi .main li{
        display: block;
    }
    .fat-navi .main li:after{
        display: none;
    }
    .fat-navi.open {
        transform: translateY(0);
    }
    .fat-navi .main li a{
        display: block;
        font-size: 6vw;
        padding: 30px 0;
    }
    .fat-navi .main li a span{
        display: block;
        font-size: 100%;
    }
    .fat-navi .main li a:hover{
        background: rgba(255,255,255,.2);
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .fat-navi {
        padding: 100px 0 0 0;
    }
    .fat-navi .main li a{
        padding: 10px 0;
    }
}


/*******************************
btn-totopCss
*******************************/
.btn-totop{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 75px;
    height: 75px;
    text-align: center;
    cursor: pointer;
    padding: 24px;
    background: #fff;
    border: solid 1px #7f7f7f;
    border-radius: 50%;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .btn-totop{
        width: 55px;
        height: 55px;
        padding: 15px;
        right: 20px;
        bottom: 10px;
    }
}


/*******************************
FooterCss
*******************************/
footer{
    padding: 100px 0 30px;
}
footer .copy{
	font-size: 12px;
    color: #9c9c9c;
    text-align: center;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    footer .copy{
        text-align: center;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    footer{
        padding: 70px 0;
    }
}

/*******************************
ScrollMagic アニメーション
*******************************/
/*二段階表示*/
.js-twostage{
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.js-twostage:after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
}

.js-twostage.show:after {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.js-twostage.done:after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(103%, 0, 0);
          transform: translate3d(103%, 0, 0);
}

.js-twostage .motion-inner {
  display: inline-block;
  opacity: 0;
}
.js-twostage.done .motion-inner {
  opacity: 1;
}

/*フェードイン*/
.js-scroll-fade {
    position: relative;
    opacity: 0;
    transform: translate(0, 100px);
	-webkit-transform:all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
    transition: all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
}
.js-scroll-fade.is-animation {
	opacity: 1;
	transform: translate(0, 0);
}
@-webkit-keyframes fade {
  100% {
	opacity: 1;
  }
}
@keyframes fade {
  100% {
	opacity: 1;
  }
}


/*ダウン フェードイン*/
.js-scroll-fade-down {
    position: relative;
    opacity: 0;
    transform: translate(0, -100px);
	-webkit-transform:all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
    transition: all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
}
.js-scroll-fade-down.is-animation {
	opacity: 1;
	transform: translate(0, 0);
}
@-webkit-keyframes fade {
  100% {
	opacity: 1;
  }
}
@keyframes fade {
  100% {
	opacity: 1;
  }
}


/*左 フェードイン*/
.js-scroll-fade-left {
    opacity: 0;
    z-index: 2;
    transform: translate3d(-200px, 0, -1px);
	-webkit-transform:all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
    transition: all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
}
.js-scroll-fade-left.over {
    z-index: 1;
    transform: translate3d(-200px, 0, -2px);
}
.js-scroll-fade-left.is-animation {
	opacity: 1;
	transform: translate3d(0, 0, -1px);
}
.js-scroll-fade-left.over.is-animation {
	opacity: 1;
	transform: translate3d(0, 0, -2px);
}
@-webkit-keyframes fade {
  100% {
	opacity: 1;
  }
}
@keyframes fade {
  100% {
	opacity: 1;
  }
}


/*右 フェードイン*/
.js-scroll-fade-right {
    opacity: 0;
    z-index: 2;
    transform: translate3d(200px, 0, -1px);
	-webkit-transform:all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
    transition: all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
}
.js-scroll-fade-right.over {
    z-index: 1;
    transform: translate3d(200px, 0, -2px);
}
.js-scroll-fade-right.is-animation {
	opacity: 1;
	transform: translate3d(0, 0, -1px);
}
.js-scroll-fade-right.over.is-animation {
	opacity: 1;
	transform: translate3d(0, 0, -2px);
}
@-webkit-keyframes fade {
  100% {
	opacity: 1;
  }
}
@keyframes fade {
  100% {
	opacity: 1;
  }
}

/*******************************
 
topCss
トップページで利用するCSS
 
*******************************/
/*******************************
hero Css
*******************************/
#hero{
    position: relative;
}
#hero .lead{
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
	-moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
	-webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
	-ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
	}
#hero .lead h2{
    font-size: 9vw;
    font-weight: bold;
}
#hero .lead h2 span{
    display: inline-block;
    font-size: 5vw;
    margin-bottom: 20px;
}
#hero .lead p{
    font-size: 2.5vw;
    text-align: center;
    font-weight: bold;
    letter-spacing: .05em;
}

/*スクロールダウン全体の場所
.scrolldown1{
	position:absolute;
	left:50%;
	top:70%;
	height:50px;
	z-index: 5;
}
*/
/*Scrollテキストの描写
.scrolldown1 span{
	position: absolute;
	left:-15px;
	top: -15px;
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}
*/
/* 線の描写 
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #000;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}*/

/*スクロールダウン全体の場所*/
.scrolldown1{
	position:absolute;
	left:50%;
	top:90%;
	height:50px;
	z-index: 5;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
	position: absolute;
	left:-35px;
	top: -55px;
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-webkit-transform: translatex(50%);
	transform: translateX(50%);
}

.scrolldown1 span img{
width: 35px;
height: auto;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #000;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}


/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

@keyframes pathmovesp{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:20px;
		opacity: 1;
	}
	100%{
		height:0;
		top:40px;
		opacity: 0;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
#hero{
padding-bottom: 10%;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
	left:-25px;
	top: -35px;
}

.scrolldown1 span img{
width: 25px;
height: auto;
}
/* 線の描写 */
.scrolldown1::after{
	height: 20px;
	animation: pathmovesp 1.4s ease-in-out infinite;
}

}
/*******************************
sec-work Css
*******************************/
#sec-work{
padding-top: 5%;
}

.sec-work{
    margin-bottom: 150px;
}
.sec-work h3{
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
	display: block;
	margin-bottom: 20px;
}

.sec-work h3 span{
    display: block;
    padding-left: 1em;
}

.sec-work a .content{
padding-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align:flex-end;
-ms-flex-align: flex-end;
-webkit-align-items: flex-end;
align-items:flex-end;

}

.sec-work a .content .item{
text-align: left;
line-height: 2.4em;
color: #000;
}

.sec-work a{
position: relative;
}

.work-more{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
	color: #000!important;
}

.work-more:after{
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
    color: #c61010;
    border: solid 1px #a4a4a4;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    padding: 6px;
    transition: all 300ms 0s ease;
}

a:hover .work-more{
    color: #c61010!important;
}

a:hover .work-more:after{
    background: #c61010;
    color: #fff;
}

.btn-works{
	position: relative;
	display: inline-block;
    text-align: center;
	width: 100px;
	height: 100px;
	border: solid 1px #a4a4a4;
	border-radius: 50%;
	background: #fff;
}

.btn-works span{
	white-space: nowrap;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	transition: all 300ms 0s ease;
}

.btn-works span:after{
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    display: inline-block;
    font-size: 20px;
	font-weight: bold;
    line-height: 1;
    color: #c61010;
	margin-left: 8px;
	vertical-align: -3px;
    transition: all 300ms 0s ease;
}

.btn-works:hover{
    color: #fff;
    background: #000;
	transition: all 300ms 0s ease;
}
	
.btn-works:hover span:after{
    color: #fff;
}

/*.btn-arrows{
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	display: inline-block;
    text-align: center;
	width: 100px;
	height: 100px;
	border: solid 1px #a4a4a4;
	border-radius: 50%;
	background: #fff;
}

.btn-arrows:after{
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
	font-weight: bold;
    line-height: 1;
    color: #c61010;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);	
    transition: all 300ms 0s ease;
}
.btn-arrows:hover{
    color: #c61010;
    background: #c61010;
	}
.btn-arrows:hover:after{
    color: #fff;
}*/


.sec-work a .content .item span.font-en{
margin-left: 30px;
display: block;
border: 1px solid #000;
width: 100px;
height: 100px;
font-weight: bold;
font-size: 18px;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.sec-work a:hover .content .item span.font-en{
background: #000;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.sec-work a .content .item span.font-en span{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%); /* Safari用 */
transform: translate(-50%, -50%);
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
    .sec-work h3{
        margin-left: 0;
    }
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#sec-work{
	padding-top: 10%;
	}
    .sec-work{
        margin-bottom: 100px;
        margin-top: 0;
    }
    .sec-work h3{
        font-size: 9vw;
        margin-bottom: 10px;
    }
.sec-work a .content{
padding-top: 20px;
}

.sec-work a .content .item{
line-height: 2em;
}

.work-more{
    font-size: 16px;
    letter-spacing: .05em;
}

.btn-works{
width: 80px;
height: 80px;
font-size: 14px;
}

.btn-works span:after{
    font-size: 18px;
	margin-left: 5px;
	vertical-align: -2px;
}

.sec-work a .content .item span.font-en{
width: 80px;
height: 80px;
font-size: 16px;

}
.btn-arrows{
	width: 80px;
	height: 80px;
}

.btn-arrows:after{
    font-size: 28px;
}
}

@media screen and (max-width: 480px){
	#sec-work{
	padding-top: 12%;
}
.btn-arrows{
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
}

.btn-arrows:after{
    font-size: 28px;
}
}


/*******************************
sec-studio Css
*******************************/
#sec-studio{
padding-top: 7%;
}

.sec-studio{
    margin-bottom: 200px;
}
.sec-studio h3{
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
	display: block;
	margin-bottom: 20px;
}

.sec-studio h3 span{
    display: block;
    padding-left: 1em;
}

.sec-studio a .content{
padding-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align:flex-end;
-ms-flex-align: flex-end;
-webkit-align-items: flex-end;
align-items:flex-end;

}

.sec-studio a .content .item{
text-align: left;
line-height: 2.4em;
color: #000;
}

.sec-studio a .content .item span.font-en{
margin-left: 30px;
display: block;
border: 1px solid #000;
width: 100px;
height: 100px;
font-weight: bold;
font-size: 18px;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.sec-studio a:hover .content .item span.font-en{
background: #000;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.sec-studio a .content .item span.font-en span{
position: absolute;
top: 52%;
left: 50%;
-webkit-transform: translate(-50%, -50%); /* Safari用 */
transform: translate(-50%, -50%);
}





.btn-more{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.btn-more:after{
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
    color: #c61010;
    border: solid 1px #a4a4a4;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    padding: 6px;
    transition: all 300ms 0s ease;
}
.btn-more:hover{
    color: #c61010;
}
.btn-more:hover:after{
    background: #c61010;
    color: #fff;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
    .sec-studio h3{
        margin-left: 0;
    }
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#sec-studio{
	padding-top: 10%;
	}
    .sec-studio{
        margin-bottom: 100px;
        margin-top: 0;
    }
    .sec-studio h3{
        font-size: 9vw;
        margin-bottom: 10px;
    }
.sec-studio a .content{
padding-top: 20px;
}

.sec-studio a .content .item{
line-height: 2em;
}

.sec-studio a .content .item span.font-en{
width: 80px;
height: 80px;
font-size: 16px;

}
}

@media screen and (max-width: 480px){
	#sec-studio{
	padding-top: 12%;
}
}

/*******************************
sec-news Css
*******************************/
.sec-news{
    margin-bottom: 100px;
}

.sec-news h3{
    font-size: 3.5vw;
    font-weight: bold;
}

.news-list{
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    margin: 20px auto;
}
.news-list li{
    border-bottom: solid 1px #000;
}
.news-list li:last-child{
    border-bottom: none;
}
.news-list li a{
    display: block;
    text-align: left;
    padding: 25px 40px 25px 10px;
    position: relative;
}
.news-list li time,
.news-list li p{
    display: inline-block;
    font-weight: bold;
}
.news-list li time{
    margin-right: 10px;
    color: #7c7c7c;
}
.news-list li a:after{
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	font-weight: bold;
	font-style: normal;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 13px;
    margin: auto;
    color: #7c7c7c;
    transition: all 300ms 0s ease;
}
.news-list li a:hover{
    background: #DADADA;
}
.news-list li a:hover:after{
    color: #c61010;
    right: 15px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .sec-news{
        margin-bottom: 50px;
    }
    .sec-news h3{
        font-size: 8vw;
    }
}

/*******************************
sec-about Css
*******************************/
.sec-about{
    background: url("../../images/top/bg_about.jpg") no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.sec-about h3{
    font-size: 6vw;
    font-weight: bold;
    text-align: left;
    margin-left: -5%;
}
.sec-about .txt{
    padding-right: 40px;
    width: 55%;
}
.sec-about .info{
    margin-top: 20px;
}
.sec-about .info dt,
.sec-about .info dd{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 5px;
}
.sec-about .info dt{
    width: 15%;
}
.sec-about .info dd{
    width: 82%;
}

.sec-about .info dd .caps{
font-size: 10px;
display: block;
}

.sec-about .map{
    width: 45%;
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.sec-about .map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
    .sec-about h3{
        margin-left: 0;
    }
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .sec-about{
        padding: 50px 0;
    }
    .sec-about h3{
        font-size: 8vw;
    }
    .sec-about .txt,
    .sec-about .map{
        width: 100%;
    }
    .sec-about .txt{
        padding: 0;
        margin-bottom: 30px;
    }
}

/*******************************
sec-contact Css
*******************************/
.sec-contact{
padding-top: 100px;
}

.sec-contact h3{
    display: block;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}
.sec-contact .ttl,
.sec-contact form{
    float: left;
}
.sec-contact .ttl{
    width: 35%;
    padding-right: 50px;
    text-align: left;
}
.sec-contact form{
    width: 65%;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
.sec-contact{
padding-top: 30px;
}
    .sec-contact h3{
        font-size: 8vw;
    }
    .sec-contact .ttl,
    .sec-contact form{
        width: 100%;
    }
    .sec-contact .ttl{
        margin-bottom: 20px;
        padding: 0;
    }
}

/*---フォーム---*/
.form-wrap {
    margin: 50px 0 100px;
}

.form-wrap p.req {
    text-align: left;
    margin-bottom: 50px;
}

.form-wrap p.req span {
    display: inline-block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #f52424 transparent transparent transparent;
    margin-left: 5px;
}

.form-wrap dl {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 40px;
}

.form-wrap dt {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
}

.form-wrap dd.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-wrap dl.radio dd p {
    background: #eeeeee;
    padding: 1em;
}

.form-wrap dl.w50 p {
    width: 49%;
}

.form-wrap p.add1 {
    width: 30%;
}

.form-wrap p.add2 {
    width: 68%;
}

.form-wrap dl.req dd {
    position: relative;
}

.form-wrap dl.req dd:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: #f52424 transparent transparent transparent;
}

.form-wrap p.privacy {
    font-size: 110%;
    margin-bottom: 50px;
}

.form-wrap p.privacy label {
    font-weight: bold;
}
.form-wrap .list-style-indent{
    font-size: 80%;
    margin: 30px auto;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .form-wrap {
        margin: 30px 0 50px;
    }

    .form-wrap p.req {
        margin-bottom: 30px;
    }

    .form-wrap dl {
        margin-bottom: 20px;
    }

    .form-wrap dl.w50 p {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-wrap p.add1 {
        width: 100%;
        margin-bottom: 10px;
    }
    .form-wrap p.add2 {
        width: 100%;
    }
}

/*テキストエリア*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    color: #333;
    width: 100%;
    font-size: 100%;
    padding: 1em;
    border: none;
    border-radius: 0;
    background: #eeeeee;
}

/*ラジオボタン*/
.radio label {
    margin-right: 20px;
}

/*送信ボタン*/
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    border: none;
    background: #000;
    cursor: pointer;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

input[type="submit"]:hover {
    background: #005cd8;
}
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    border: none;
    background: #000;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

input[type="button"]:hover {
    background: #005cd8;
}
.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}





.contact_others{
padding-top: 80px;
}

.contact_others .btn_back{
background: #ccc!important;
margin-bottom: 20px!important;
}

.contact_others .form-wrap dl.radio dd p{
background: #fff!important;
padding-left: 0;
}

.thx_wrap{
text-align: left;
overflow: hidden;
}

.thx_wrap p{
margin-bottom: 50px;
}

.thx_wrap p strong{
display: block;
font-size: 24px;
font-weight: bold;
margin-bottom: 25px;
}

.thx_wrap a{
display: inline-block;
padding: 20px 40px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){

.thx_wrap{
text-align: left;
overflow: visible;
clear: both;
}
.thx_wrap p{
padding-top: 50px;
}

}