@charset 'UTF-8';

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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 {
    font-size: 100%;
    /*  font-weight: normal; */
    /*  margin: 0;
    padding: 0; */
    /* vertical-align: baseline; */
    /*  vertical-align: middle; */
    /* border: 0; */
    outline: 0;
    background: transparent;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: Meiryo, メイリオ, helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    background: transparent;
}

a:hover {
    opacity: .90;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}


/* change border colour to suit your needs 
*/

hr {
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #9f9fa0;
}

input,
select {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

@media screen and (max-width: 800px) {
    * {
        min-width: inherit !important;
        max-width: 100%;
    }
    .footer .inner .logo img {
        height: 35px;
        width: auto;
    }
}

@media print,
screen and (min-width: 801px) {
    .sp {
        display: none;
    }
}

.pc {
    display: none;
}

@media print,
screen and (min-width: 801px) {
    .pc {
        display: block;
    }
}

.hide {
    display: none;
}


/* 
end of reset
*/


/* 
start of MIXIN STYLES
*/


/* 
start of COMMON STYLE
*/

@media print,
screen and (min-width: 801px) {
    .inner {
        /* width: 1024px; */
        width: 1170px;
        margin: 0 auto;
        max-width: 100%;
    }
    .header .inner {
        padding-right: 15px;
    }
    .footer .inner {
        padding-right: 45px;
    }
}

@media print,
screen and (min-width: 1025px) {
    .header .inner {
        padding-right: 0;
    }
    .footer .inner {
        padding-right: 30px;
    }
}

.header {
    z-index: 999;
    height: 42px;
    border-bottom: 3px solid #44a135;
    background: #fff;
}

@media print,
screen and (min-width: 801px) {
    .header {
        /*        min-width: 1024px;*/
        height: 100px;
        max-width: 100%;
        border-width: 6px;
    }
}

.header .inner {
    position: relative;
}

.header .logo {
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -64px;
    text-align: center;
}

@media print,
screen and (min-width: 801px) {
    .header .logo {
        z-index: 99;
        left: 0;
        /* width: 220px; */
        margin-left: 0;
        text-align: left;
        top: 5px
    }
    .header .logo img {
        width: 100%;
        height: auto;
    }
}

.header .copy {
    display: none;
}

@media print,
screen and (min-width: 801px) {
    .header .copy {
        font-size: 1.2rem;
        position: absolute;
        top: 28px;
        left: 250px;
        display: block;
        color: #fff;
    }
}

.header .gnav {
    display: none;
}

@media print,
screen and (min-width: 801px) {
    .header .gnav {
        display: block;
        text-align: right;
    }
    .header .gnav ul li {
        display: inline-block;
        padding-right: 5px;
    }
    .header .gnav ul li:after {
        position: relative;
        top: -5px;
        display: inline-block;
        width: 28px;
        height: 1px;
        margin-left: 5px;
        content: '';
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg);
        background: #333;
    }
    .header .gnav ul li:last-child {
        padding-right: 0;
    }
    .header .gnav ul li:last-child:after {
        display: none;
    }
    .header .gnav ul li a {
        font-size: 1.4rem;
        color: #333;
    }
}

.header .spUtil {
    position: absolute;
    top: 13px;
    right: 20px;
    zoom: 1;
}

.header .spUtil:before,
.header .spUtil:after {
    display: table;
    content: '';
}

.header .spUtil:after {
    clear: both;
}

@media print,
screen and (min-width: 801px) {
    .header .spUtil {
        display: none;
    }
}

.header .spUtil p {
    float: left;
    padding-left: 15px;
}

.header .spUtil p a {
    font-size: 1.5rem;
    color: #fff;
}

.header .pcUtil {
    display: none;
}

@media print,
screen and (min-width: 801px) {
    .header .pcUtil {
        display: block;
        margin-bottom: 20px;
        padding-top: 5px;
        text-align: right;
        color: #fff;
    }
    /*//フォーム*/
    .headform {
        float: right;
        margin-left: 10px
    }
    dl.search2 {
        position: relative;
        background-color: #e4e8eb;
        border-radius: 4px;
        top: 4px;
    }
    dl.search2 dt {
        padding: 0px;
    }
    /* dl.search2 dt input{
	width:180px;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
} */
    dl.search2 dt input {
        width: 180px;
        height: 24px;
        line-height: 24px;
        background: none;
        border: none;
        padding: 4px 8px 6px;
        font-size: 14px;
        color: #2a3a55;
    }
    dl.search2 dd {
        position: absolute;
        top: 0;
        right: 0;
    }
    dl.search2 dd button {
        display: block;
        padding: 4px;
        background: none;
        border: none;
    }
    dl.search2 dd button span {
        display: block;
        width: 24px;
        height: 24px;
        background: url('../images/common/btn.gif') no-repeat scroll 0 0;
    }
    /*//フォーム*/
    .header .pcUtil .tel {
        font-size: 2.3rem;
        font-weight: bold;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        letter-spacing: 0.1em
    }
    .header .pcUtil .tel .time {
        font-size: 1.3rem;
        font-weight: bold;
        display: inline-block;
        margin-right: 10px;
    }
    .header .pcUtil .tel .fa-phone {
        font-size: 2.3rem;
        margin-right: 5px;
    }
    .header .pcUtil .mail {
        position: relative;
        top: 5px;
        display: inline-block;
        margin-left: 15px;
    }
    .header .pcUtil .mail a {
        color: #fff;
    }
    .header .pcUtil .mail a i {
        font-size: 3.6rem;
    }
}


/*//フォームSP*/

dl.search3 {
    position: relative;
    background-color: #e4e8eb;
    border-radius: 4px;
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

dl.search3 dt {
    padding: 0px;
    width: 300px;
}

dl.search3 dt input {
    width: 300px;
    height: 36px;
    line-height: 24px;
    background: none;
    border: none;
}

dl.search3 dd {
    position: absolute;
    top: 0;
    right: 0;
}

dl.search3 dd button {
    display: block;
    padding: 4px;
    background: none;
    border: none;
}

dl.search3 dd button span {
    display: block;
    width: 36px;
    height: 36px;
    background: url('../images/common/btn.gif') no-repeat scroll 0 5px;
}


/*//フォームSP*/

.header .menu-trigger {
    position: fixed;
    z-index: 9999999999;
    top: 20px;
    left: 15px;
    width: 20px;
    height: 20px;
}

@media print,
screen and (min-width: 801px) {
    .header .menu-trigger {
        display: none;
    }
}

.header .menu-trigger span {
    display: block;
    width: 20px;
    height: 1px;
    background: #efefef;
}

.header .menu-trigger span:before {
    display: block;
    width: 20px;
    height: 1px;
    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    background: #efefef;
}

.header .menu-trigger span:after {
    display: block;
    width: 20px;
    height: 1px;
    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    background: #efefef;
}

.header .menu-trigger span.is-open {
    background: none;
}

.header .menu-trigger span.is-open:before {
    -webkit-transform: rotate(45deg) translateY(1px);
    -ms-transform: rotate(45deg) translateY(1px);
    transform: rotate(45deg) translateY(1px);
}

.header .menu-trigger span.is-open:after {
    -webkit-transform: rotate(-45deg) translateY(0);
    -ms-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0);
}

.spHeadnav {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 0;
    background: #2a3a55;
}

@media print,
screen and (min-width: 801px) {
    .spHeadnav {
        display: none;
    }
}

.spHeadnav.active {
    left: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 1;
}

.spHeadnav div {
    display: table;
    width: 100%;
    height: 100%;
}

.spHeadnav div ul {
    display: table-cell;
    vertical-align: middle;
}

.spHeadnav div ul li a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

.footer {
    background: #fff;
}

@media print,
screen and (min-width: 801px) {
    .footer {
        /*        min-width: 1024px;*/
        max-width: 100%;
        padding-right: 1rem;
    }
}

.footer .inner {
    padding: 30px 0;
}

@media print,
screen and (min-width: 801px) {
    .footer .inner {
        zoom: 1;
        padding: 40px 0 30px;
    }
    .footer .inner:before,
    .footer .inner:after {
        display: table;
        content: '';
    }
    .footer .inner:after {
        clear: both;
    }
}

.footer .inner .fnav {
    margin-bottom: 25px;
}

@media print,
screen and (min-width: 801px) {
    .footer .inner .fnav {
        float: right;
        margin-bottom: 0;
    }
}

.footer .inner .fnav .fnav01 {
    text-align: center;
}

@media print,
screen and (min-width: 801px) {
    .footer .inner .fnav .fnav01 {
        margin-bottom: 25px;
    }
}

.footer .inner .fnav .fnav01 li {
    display: inline-block;
    margin-bottom: 15px;
}

.footer .inner .fnav .fnav01 li:last-child:after {
    display: none;
}

.footer .inner .fnav .fnav01 li:after {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 15px;
    height: 1px;
    content: '';
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
    background: #333;
}

@media print,
screen and (min-width: 801px) {
    .footer .inner .fnav .fnav01 li:after {
        width: 32px;
    }
}

.footer .inner .fnav .fnav01 li a {
    font-size: 1.0rem;
    color: #888889;
}

.footer .inner .fnav .fnav02 {
    text-align: center;
}

@media print,
screen and (min-width: 801px) {
    .footer .inner .fnav .fnav02 {
        /* text-align: right; */
        text-align: left;
    }
    .footer .inner .fnav .fnav01 li a {
        font-size: 1.3rem;
        color: #ffffff;
    }
}

.footer .inner .fnav .fnav02 li {
    display: inline-block;
    margin-right: 10px;
}

@media print,
screen and (min-width: 801px) {
    .footer .inner .fnav .fnav02 li {
        margin-right: 25px;
    }
}

.footer .inner .fnav .fnav02 li:last-child {
    margin-right: 0;
}

.footer .inner .fnav .fnav02 li a {
    font-size: 1.0rem;
    display: block;
    color: #ffffff;
}

.footer .inner .fnav .fnav02 li a i {
    margin-right: 5px;
}

@media print,
screen and (min-width: 801px) {
    .footer .inner .fnav .fnav02 li a i {
        font-size: 2.0rem;
    }
    .footer .inner .fnav .fnav02 li a {
        font-size: 1.3rem;
    }
}

.footer .inner .logo {
    text-align: center;
}

@media print,
screen and (min-width: 801px) {
    .footer .inner .logo {
        float: left;
    }
    .footer .inner .logo img {
        /* width: 144px; Original*/
        width: 220px;
        height: auto;
        display: block;
    }
    .footer .inner .logo img.footer-security-policy,
    .footer .inner .logo img.footer-privacy-mark {
        width: auto;
        height: 130px;
        display: inline;
        padding-top: 40px;
    }
}

.footer .copyright {
    font-size: 1.0rem;
    line-height: 1.3;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #2a3a55;
}

@media print,
screen and (min-width: 801px) {
    .footer .copyright {
        font-size: 1.2rem;
        padding: 20px 0;
    }
    .footer .copyright br {
        display: none;
    }
}

.pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
}

@media screen and (max-width: 768px) {
    .pagetop {
        right: 20px;
        bottom: 20px;
    }
}

.pagetop a {
    display: block;
    width: 73px;
    height: 73px;
}

@media screen and (max-width: 768px) {
    .pagetop a {
        width: 30px;
        height: 30px;
    }
    .pagetop a img {
        width: 30px;
        height: 30px;
    }
}


/* 
heading
*/

.heading-01 {
    margin-bottom: 15px;
}

@media print,
screen and (min-width: 801px) {
    .heading-01 {
        /* margin-bottom: 40px; */
        margin-bottom: 0;
    }
}

.heading-01 h2, .heading-01 h1 {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #2a3a55;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em
}

@media print,
screen and (min-width: 801px) {
    .heading-01 h2, .heading-01 h1 {
        font-size: 5.0rem;
        /* line-height: 1.4em; */
        line-height: 1em !important;
    }
    .list-casestudy .heading-01 h2, .list-casestudy .heading-01 h1 {
        font-size: 3.2rem;
    }
    .heading-01 p {
        font-size: 2.4rem;
    }
}

.heading-01 h2 .ja, .heading-01 h1 .ja {
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    padding-top: 5px;
}

@media print,
screen and (min-width: 801px) {
    .heading-01 h2 .ja, .heading-01 h1 .ja {
        font-size: 1.6rem;
        padding-top: 15px;
    }
}


/* 
txt
*/

.lead {
    font-size: 1.2rem;
    /* font-weight: bold; */
    line-height: 1.75;
    text-align: center;
    /* color: #2a3a55; */
}

@media print,
screen and (min-width: 801px) {
    .lead {
        font-size: 1.6rem;
    }
}


/* 
button
*/

.btn-white {
    width: 100px;
    margin: 0 auto;
}

@media print,
screen and (min-width: 801px) {
    .btn-white {
        width: 175px;
    }
}

.btn-white a {
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding: 9px 0 7px;
    text-align: center;
    color: #2a3a55;
    background: #fff;
}

@media print,
screen and (min-width: 801px) {
    .btn-white a {
        font-size: 1.6rem;
        padding: 10px 0 8px;
    }
}

.btn-blue {
    width: 100px;
    margin: 0 auto;
}

@media print,
screen and (min-width: 801px) {
    .btn-blue {
        width: 175px;
    }
}

.btn-blue a {
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding: 9px 0 7px;
    text-align: center;
    color: #fff;
    background: #2a3a55;
}

@media print,
screen and (min-width: 801px) {
    .btn-blue a {
        font-size: 1.6rem;
        padding: 10px 0 8px;
    }
}

@media print,
screen and (max-width: 1120px) {
    /* 1010px */
    .header .logo {
        max-width: 100px;
    }
}


/* 
line
*/

.line {
    width: 100%;
    height: 10px;
    background: url('../images/common/bg-rep.png') left top repeat;
}

.txt_center {
    text-align: center !important
}