html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
margin:0;
padding:0;
border:0;
outline:0;
font-size:10px;
font-weight:normal;
line-height:1.5;
vertical-align:baseline;
background:0 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;
}
nav,ul{
list-style:none;
}
blockquote,q{
quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
content:none;
}
ins{
text-decoration:none;
}
ins,mark{
background-color:#ff9;
color:#000;
}
mark{
font-style:italic;
font-weight:700;
}
del{
text-decoration:line-through;
}
abbr[title],dfn[title]{
border-bottom:1px dotted;
cursor:help;
}
table{
border-collapse:collapse;
border-spacing:0;
}
hr{
display:block;
height:1px;
border:0;
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
}
input,select{
vertical-align:middle;
}

body{
width:100%;
background:#fff;
color: #333;
font-size: 10px;
font-family: 'Noto Sans Japanese', serif;
-webkit-text-size-adjust: 100%;
line-height:1.5;
}
a {
color:#333333;
outline:none;
text-decoration:none;
}
a:hover {
opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
input[type="button"]:hover ,
input[type="submit"]:hover {
opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
cursor:pointer;
}
img {
width:100%;
outline:none;
vertical-align:top;
}

.en {
font-family: 'Roboto', sans-serif;
}

.none{
display: none;
}

.clearfix:after { /*floatの解除、ここがポイント*/
display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}
.clearfix {
min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
height: 1px;
/*\*//*/ /*MAC IE5.x対策*/
height: auto;
overflow: hidden;
/**/
}
/* .clearfix */

.pcHide {
display:none;
}

#wrapper {
position: relative;
padding: 100px 0 0;
overflow-x: hidden;
}

.pagetop {
display: none;
position: fixed;
right: 120px;
bottom: 32px;
width: 56px;
z-index: 9999;
}

.pagetop.abs {
position: absolute;
bottom: 165px;
}

/* .header */

header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 9999;
}

header .inner {
display: flex;
justify-content: space-between;
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}

header .logo {
width: 430px;
padding: 25px 0 24px;
}

header .menu {
display: none;
}

header .gnav {
display: flex;
justify-content: space-between;
width: 630px;
padding: 30px 0 0;
}

header .gnav li a {
display: inline-block;
font-size: 16px;
font-weight: 500;
text-align: center;
}

header .gnav li span {
display: block;
font-size: 10px;
font-weight: 500;
}



/* .ftContact */

.ftContact {
display: flex;
justify-content: space-between;
width: 100%;
min-height: 248px;
text-align: center;
}

.ftContact .left {
width: 50%;
padding: 60px 0 0;
background: url("../img/bg_ftContact_01.png") no-repeat;
background-size: cover;
}

.ftContact .left h2 {
margin: 0 0 20px;
color: #fff;
font-size: 26px;
font-weight: 500;
}

.ftContact .left p {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 1.875;
}

.ftContact .right {
width: 50%;
padding: 55px 0 0;
background: #f0661d;
}

.ftContact .right h3 {
color: #fff;
font-size: 36px;
font-weight: 500;
}

.ftContact .right .btn {
width: 237px;
margin: 24px auto 0;
}

.ftContact .right .btn a  {
display: block;
padding: 11px 0;
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 1.875;
border: 1px solid #fff;
}



/* .footer */

footer .inner {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1240px;
margin: 0 auto;
padding: 30px 20px 27px;
box-sizing: border-box;
}

footer ul {
display: flex;
width: 520px;
}

footer ul li + li {
margin: 0 0 0 42px;
}

footer ul li a {
font-size: 12px;
}

footer .right {
display: flex;
justify-content: space-between;
align-items: center;
width: 490px;
}

footer .right .copy {
font-size: 12px;
}

@media screen and (min-width: 1150px) {
header .gnav {
display: flex !important;
}
}

@media screen and (max-width: 1150px) {

.pagetop {
right: 30px;
}

header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 9999;
}

header .inner {
display: block;
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}

header .logo {
width: 430px;
padding: 25px 0 24px;
}

header .menu {
position: absolute;
top: 18px;
right: 20px;
display: block;
cursor: pointer;
}

header .gnav {
position: absolute;
top: 100%;
left: 0;
display: none;
width: 100%;
padding: 5px 0 35px;
text-align: center;
background: #fff;
}

header .gnav li {
margin: 30px 0 0;
}

header .gnav li a {
display: inline-block;
font-size: 16px;
font-weight: 500;
text-align: center;
}

header .gnav li span {
display: block;
font-size: 10px;
font-weight: 500;
}

}

@media screen and (max-width: 1100px) {
footer .inner {
display: block;
}

footer .right {
margin: 0 0 0 auto;
}
}

@media screen and (max-width: 767px) {

.pcHide {
display:inline;
}

.spHide {
display:none;
}

#wrapper {
padding: 80px 0 0;
overflow-x: hidden;
}

.pagetop {
width: 28px;
right: 16px;
bottom: 16px;
}

/* .header */

header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 10000;
}

header .inner {
display: flex;
align-items: center;
width: 100%;
max-width: inherit;
height: 80px;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
}

header .logo {
width: 77.5%;
padding: 0 0 0 4%;
}

header .menu {
position: absolute;
top: 24px;
right: 21px;
width: 32px;
display: block;
cursor: pointer;
}

header .gnav {
position: absolute;
top: 100%;
left: 0;
display: none;
width: 100%;
height: calc(100vh - 80px);
padding: 0.5% 0 15%;
text-align: center;
background: #fff;
box-sizing: border-box;
}

header .gnav li {
margin: 12% 0 0;
}

header .gnav li a {
display: inline-block;
font-size: 16px;
font-weight: 500;
text-align: center;
}

header .gnav li span {
display: block;
font-size: 10px;
font-weight: 500;
}

/* .ftContact */

.ftContact {
display: block;
width: 100%;
min-height: inherit;
text-align: center;
}

.ftContact .left {
width: 100%;
padding: 11% 0 13%;
background: url("../img/bg_ftContact_01.png") no-repeat;
background-size: cover;
}

.ftContact .left h2 {
margin: 0 0 5%;
color: #fff;
font-size: 20px;
font-weight: 500;
}

.ftContact .left p {
color: #fff;
font-size: 12px;
font-weight: 500;
line-height: 1.92;
}

.ftContact .right {
width: 100%;
padding: 11% 0 10%;
background: #f0661d;
}

.ftContact .right h3 {
color: #fff;
font-size: 26px;
font-weight: 500;
}

.ftContact .right .btn {
width: 237px;
margin: 3% auto 0;
}

.ftContact .right .btn a  {
display: block;
padding: 11px 0;
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 1.875;
border: 1px solid #fff;
}



/* .footer */

footer .inner {
display: block;
max-width: 88.4%;
margin: 0 auto;
padding: 7% 0 6%;
box-sizing: border-box;
}

footer ul {
display: block;
width: auto;
margin: 0 0 6%;
}

footer ul li + li {
margin: 5.5% 0 0;
}

footer ul li a {
font-size: 12px;
}

footer .right {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}

footer .right .copy {
flex: 1;
padding: 3% 0 0;
font-size: 12px;
}

footer .right .ico {
width: 84px;
}

}
