/*
common.css

*/

/* ==================================================== */
/* B A S E */
/* ==================================================== */
body, th, td {
color: #333;
background: #FFF;
font-size: 14px;
font-family:  'Source Sans Pro', Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
/* font-weight: 400; */
/* text-rendering:optimizeLegibility; */
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
line-height: 1.7;
letter-spacing: 0.05em;
}

fieldset, table, pre, ul, ol, dl {
margin-bottom: 1.5em;
}
dl dt {
margin-bottom: 1em;
font-weight: bold;
}
p, ul li, ol li, dl dd {
margin-bottom: 1em;
}
th {
font-weight: bold;
text-align: left;
padding: .7em;
}
td {
padding: .5em;
}
optgroup {
font-weight:normal;
}
abbr, acronym {
border-bottom: 1px dotted #000;
cursor: help;
}
del {
text-decoration: line-through;
}
blockquote {
margin: 1em;
}
/* Form (for Safari Lion placeholder) */
input:focus::-webkit-input-placeholder, isindex:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: transparent;
}

h1,h2,h3,h4,h5,h6{
color: #000;
font-family:  Avenir, 'Source Sans Pro', Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

/* LINK
---------------------------------------- */
a:link {
color: #111;
text-decoration: underline;
}
a:visited {
color: #111;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: underline;
}
a:active {
color: #333;
text-decoration: none;
}
.clear {
clear: both;
}

/* paragraph align */
.align-r {
clear: both;
text-align: right;
}
.align-c {
clear: both;
text-align: center;
}

/* img float left */
img.img-l {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
/* img float right */
img.img-r {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
/* important color */
em {
color: #CC0000;
}
.important {
color: #CC0000;
}
/* note */
.note {
color: #666;
font-size: 12px;
margin-bottom: 5px;
}
/* grid2col */
div.grid2col {
margin-bottom: 30px;
}
div.grid2col div.column {
float: left;
}
/* Icon New Win */
.newwin {
padding-right: 15px;
background: url(../img/icn_newwin.png) no-repeat right center;
}
/* Show Small View */
.show-sml {
display: none;
}
/* indent */
.indent {
padding-left:1em;
text-indent:-1em;
display: block;
}


/* ==================================================== */
/* L A Y O U T */
/* ==================================================== */
#wrapper{
overflow: hidden;
}
header{
box-sizing: border-box;
position: absolute;
top: 0; left: 0;
/* opacity: 0; */
width: 100%;
z-index: 500;

-moz-transition: opacity 0.5s linear;
-webkit-transition: opacity 0.5s linear;
-o-transition: opacity 0.5s linear;
-ms-transition: opacity 0.5s linear;
}
#container {
box-sizing: border-box;
}
article{
box-sizing: border-box;
}
/* section */
section {
box-sizing: border-box;
width: 1008px;
margin: 0 auto 180px;
padding: 0;
/* padding: 0 28px; */
}
footer{
box-sizing: border-box;
padding: 40px 0 0;
}

/* * arw-scrolldown */
.arw-scrolldown{
position: fixed;
bottom: 25px;
left: 0;
width: 100%;
margin: 0;
z-index: 500;
text-align: center;

-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-ms-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.arw-scrolldown.hide{
bottom: -45px;
}
.arw-scrolldown img{
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.arw-scrolldown img:hover{
opacity: 0.6;
}

/*  Btn More  */
.btn-more{
text-align: center;
}
.btn-more a{
/* display: block; */
min-width: 100px;
padding: 8px 12px;
border: 1px solid #CCC;
text-decoration: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.btn-more a:hover{
color: #111;
background: #fcfcfc;
border: 1px solid #111;
}


/* ==================================================== */
/* H E A D E R */
/* ==================================================== */
header .inner{
display: table;
width: 100%;
max-width: 1008px;
/* height: 600px; */
margin: 0 auto;
/* padding: 40px 0 0; */
}

header .ttl-box{
display: table-cell;
/* height: 100px; */
vertical-align: middle;
}
header .site-ttl{
margin: 0 0 15px;
}
header .sub-ttl{
margin: 0 0 0 3px;
font-size: 18px;
line-height: 1;
}




/* ==================================================== */
/* A R T I C L E */
/* ==================================================== */

article section .secttl{
font-size: 36px;
margin: 0 0 1.8em;
text-align: center;
letter-spacing: 0.03em;
}
article section h4{
font-size: 20px;
}

article section .grid2col{
margin: 0 auto 50px;
}

/* grid2col Basic */
article .grid2col.basic{
}
article .grid2col.basic .column{
width: 252px;
margin: 0 0 0 0;
}
article .grid2col.basic .column.second{
width: 756px;
}

/*
our Business */
.business{
}
.business h4{
margin-bottom: 2.5em;
font-size: 13px;
font-weight: normal;
text-align: center;
}
.business .business-list{
display: -webkit-flex;
display: flex;
}
.business .business-list li{
box-sizing: border-box;
display: table;
width: 336px;
padding: 0 32px;
font-size: 16px;
font-family:  Avenir, 'Source Sans Pro', Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.business .business-list li strong{
display: table;
width: 270px;
height: 270px;
border: 1px solid #EEE;
text-align: center;
-webkit-border-radius: 135px;
-moz-border-radius: 135px;
border-radius: 135px;
}
.business .business-list li strong span{
display: table-cell;
vertical-align: middle;
}



/*
About Us */
.about-us h4{
margin-bottom: 50px;;
text-align: center;
}
.about-us h5{
margin-bottom: 10px;
line-height: 1.5;
font-size: 16px;
font-weight: normal;
}

.about-us .people-detail{
display: -webkit-flex;
display: flex;
margin: 0 126px;
}
.about-us .people-detail li{
width: 441px;
text-align: center;
}
.about-us .people-detail h5{
font-size: 16px;
font-weight: bold;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.about-us .people-detail .job-category{
font-size: 12px;
}
.about-us .people-detail .name-jp{
font-size: 13px;
}




/*
contents */
.contents{
/*
box-sizing: border-box;
padding: 100px 0;
width: 100%;
*/
}


/*
access */
.access{
}
.access .grid2col .column{
width: 504px;
margin: 0;
}
.access .grid2col #map-canvas{
min-height: 300px;
margin-bottom: 10px;
}

/*
social-media */
.social-media{
}
.social-media .ig-list{
display: -webkit-flex;
display: flex;
margin: 0;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.social-media .ig-list li{
width: 232px;
margin: 0 0 24px;
}
.social-media .ig-list li img{
width: 100%;
margin-bottom: 10px;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.social-media .ig-list li .date{
display: block;
margin: 0;
/* font-family: 'Source Sans Pro', Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif; */
text-transform: uppercase;
/* line-height: 1; */
font-weight: bold;
font-size: 24px;
}
.social-media .ig-list li .date .fyear{
font-weight: normal;
}
.social-media .ig-list li .meta{
width: auto;
margin: 0 2% 0 0;
}




/* ==================================================== */
/* H E R O */
/* ==================================================== */
.hero{
position: relative;
width: 100%;
/* max-width: 1440px; */
padding: 0;
}
.hero .inner{
box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .hero .inner{
/*   padding-left: 15%; */
  }
}

.hero .hero-image{
position: relative;
width: 100%;
margin: 0;
padding-top: 60%;
}
.hero .hero-image li{
position: absolute;
left: 0; top: 0;
width: 100%;
height: auto;
margin: 0;
}
.hero .hero-image li img{
width: 100%;
height: auto;
}


/* ==================================================== */
/* F O O T E R */
/* ==================================================== */
footer .inner{
position: relative;
box-sizing: border-box;
padding: 0 40px 40px;
}
footer .code{
/* float: left; */
margin: 0 0 30px;
/* text-align: center; */
}
footer .code img{
width: auto;
height: 40px;
}

footer .fnav{
display: -webkit-flex;
display: flex;
/*
justify-content: center;
-webkit-justify-content: center;
*/
margin: 0;
}
footer .fnav li{
flex-basis: auto;
margin: 0;
padding: 0 15px 0 0;
font-size: 16px;
}
footer .fnav li a{
text-decoration: none;
}
footer .fnav li a:hover{
text-decoration: underline;
}

footer .copyrights{
position: absolute;
right: 40px;
bottom: 57px;
margin: 0;
font-size: 11px;
text-align: right;
}
footer .byanga{
position: absolute;
right: 40px;
bottom: 40px;
margin: 0;
font-size: 11px;
text-align: right;
}




/* ==================================================== */
/* L O A D I N G */
/* ==================================================== */
.loading{
/*
position: fixed;
top: 0; right: 0;
width: 100%;
height: 800px;
background: #000;
z-index: 1000;
*/
}
