/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body{
    width: 100%;
    font-family: -apple-system, 'BlinkMacSystemFont', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
input, textarea{
    font-family: -apple-system, 'BlinkMacSystemFont', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 500;
}
header,
footer{
    width: 100%;
    height: 70px;
    line-height: 40px;
    padding: 15px 15px;
    box-sizing: border-box;
    background-color: #fcfcfc
}
header .logo,
header .title,
header nav{
    display: inline-block;
    vertical-align: top;
}
header .title{
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
}
header .logo{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
header .logo img{
    width: 40px;
    height: 40px;
}
footer .COPYRIGHT{
    color: #999;
}
footer .POLICY{
    float: right;
    cursor: pointer;
    padding-top: 10px;
}
footer .POLICY:hover{
    text-decoration: underline;
}
h2{
    padding: 10px 0;
    font-size: 14px;
}
ul.header_menu{
    position: absolute;
    right: 15px;
    width: auto;
    height: 40px;
    line-height: 40px;
}
ul.header_menu li{
    height: 40px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    font-size: 14px;
}
ul.header_menu li:hover{
    text-decoration: underline;
}
ul.header_menu li.PHILOSOPHY{ width: 120px; }
ul.header_menu li.SERVICES{ width: 100px; }
ul.header_menu li.COMPANY{ width: 100px; }
ul.header_menu li.CONTACT{ width: 100px; }
ul.header_menu li.MAP{ width: 70px; }
section{
    position: relative;
    width: auto;
    padding: 15px;
    padding-bottom: 30px;
    background-color: #F2F2F2;
    text-align: center;
}
section.TOP_IMG{
    height: 500px;
    overflow: hidden;
    padding: 0;
}
section.TOP_IMG img{
    position: absolute;
    left: 0;
    width: 100%;
}
section.PHILOSOPHY{}
section.SERVICES{}
section.COMPANY{}
section.CONTACT{}
section.MAP{
    padding: 0;
}
section:nth-of-type(even){
    background-color: #FFFFFF;
}
a{
    text-decoration: none;
    color: #000000;
}
.container{
    display: inline-block;
    width: 900px;
    text-align: left;
}
.container p{
    line-height: 24px;
    letter-spacing: 0.03em;
    padding: 0 60px;
    font-size: 14px;
}
.container p.indent{
    padding: 0 80px;
}
.container.PHILOSOPHY{}
.container.SERVICES{}
.container.COMPANY{}
.container.COMPANY table tr td:first-of-type{
    width: 80px;
    padding: 0 60px;
}
.container.COMPANY table tr td{
    height: 24px;
    vertical-align: middle;
    font-size: 14px;
}
.container.CONTACT{}
.container.CONTACT table tr td:first-of-type{
    width: 130px;
    padding: 0 10px 0 60px;
}
.container.CONTACT table th{
    vertical-align: middle;
    font-size: 14px;
    padding:10px 0 20px 60px;
}
.container.CONTACT table tr td{
    height: 36px;
    vertical-align: middle;
    font-size: 14px;
}
.container.CONTACT .required{
    color: red;
}
.container.CONTACT form table input{
    width: 250px;
    height: 20px;
    padding: 3px 6px;
    /* border: none; */
    border: 1px solid #CCC;
}
.container.CONTACT form table textarea{
    width: 400px;
    height: 100px;
    padding: 3px 6px;
    /* border: none; */
    border: 1px solid #CCC;
    margin-top: 6px;
}
.container.CONTACT form table .send{
    margin: 15px;
    width: 70px;
    height: 35px;
    border: none;
    background-color: #2f5e91;
    color: #fff;
    cursor: pointer;
}
.container.MAP div{
    box-sizing: border-box;
    margin: 0 auto;
}
.return_top{
    display: none;
    position: fixed;
    right: 30px;
    bottom: 60px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 40px;
    opacity: 0.3;
    background-color: #333333;
}
.return_top span{
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    display: inline-block;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 30px 16px;
    border-color: transparent transparent #EEEEEE transparent;
}
