/*!
	Theme Name: 
	Theme URI: 
	Author: 
	Author URI: 
	Description: 

	Version: 0.0.1
*/
/************************/
html {
    font-size: 62.5%;
}
body {
    color: #111;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*
html.fixed {
    height: 100%;
    overflow: hidden;
}
*/
section {
    padding-top: 87px;
    margin-top: -87px;
}
/* font  
-----------------------------------*/
h1 {
    line-height: 1;
}
h3 {
    font-size: 5rem;
    text-align: center;
    font-family: 'Renner*';
    font-weight: 400;
    margin: 5rem auto 6rem;
}
h3::before {
    content: '';
    background: #000;
    height: 30px;
    text-align: center;
    width: 1px;
    display: block;
    margin: auto;
}
h3 span {
    font-size: 1.4rem;
    display: block;
}
h4 {
    font-size: 2rem;
    margin: 1rem 0;
}
h4 span {
    font-size: 11px;
    display: block;
    font-weight: normal;
    letter-spacing: 2px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-i {
    font-style: italic;
}
/* link  
-----------------------------------*/
a, a img, button {
    text-decoration: none;
    -webkit-transition: ease 0.7s;
    -moz-transition: ease 0.7s;
    -o-transition: ease 0.7s;
    -ms-transition: ease 0.7s;
    transition: ease 0.7s;
    color: #303030;
    -webkit-backface-visibility: hidden; /* è¿½åŠ  */
    backface-visibility: hidden; /* è¿½åŠ  */
}
.row {
    padding-right: 15px;
    padding-left: 15px;
}
/* container width
-----------------------------------*/
.container {
    margin: auto;
    max-width: 1060px;
    padding: 0px 50px;
    box-sizing: border-box;
}
.container760 {
    max-width: 760px;
    margin: auto;
}
/* w750
-----------------------------------*/
.w750 {
    max-width: 830px;
    margin: auto;
    padding: 0px 40px;
}
.row {
    padding-right: 15px;
    padding-left: 15px;
}
/* flex 
-----------------------------------*/
.d-flex {
    display: flex;
    flex-direction: row;
}
.d-content-column {
    flex-direction: column !important;
}
.d-align-items-baseline {
    align-items: baseline;
}
.d-align-items-center {
    align-items: center;
}
.d-justify-space-between {
    justify-content: space-between;
}
.d-justify-space-around {
    justify-content: space-around;
}
.d-align-items-bottom {
    align-items: baseline;
}
.column-reverse {
    flex-direction: column-reverse;
}
.row-reverse {
    flex-direction: row-reverse;
}
.align-items-stretch {
    align-items: stretch;
}
.flex-wrap-wrap {
    flex-wrap: wrap;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
/* parts
-----------------------------------*/
/*line*/
.line {
    position: absolute;
    bottom: -38px;
    width: 15px;
    height: 110px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}
.line:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 118px;
    background: #111;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.line:after {
    content: "";
    position: absolute;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background: #000000;
    margin: 0 auto;
    top: 0;
    left: 7.5px;
    animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
    0% {
        transform: translate(-50%, 0)
    }
    100% {
        transform: translate(-50%, 125px)
    }
}
/* img responsiv 
-----------------------------------*/
main div > img, img.img_responsive {
    max-width: 100%;
    width: 100%;
    display: inherit;
}
img.noresponsive310 {
    width: 100%;
    max-width: 100%;
    display: block;
}
/* btn
-----------------------------------*/
/* content base64 tmp
-----------------------------------
::before {
    content: url("data:image/svg+xml;base64,");
}
*/
/* footer 
-----------------------------------*/
footer {
    background: #164da4;
    text-align: center;
    color: #fff;
    padding: 1rem;
}
/* pagetop 
-----------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.pagetop a::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    bottom: 0px;
    opacity: 1;
}
.pagetop a {
    display: block;
    border-radius: 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    zoom: 1;
    width: 60px;
    height: 60px;
    text-align: center;
    /* font-size: 24px; */
    text-decoration: none;
    line-height: 50px;
    /* border: 1px solid #fbfbfb; */
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0.8;
    color: #1d1d1c;
    background: #fff;
}
.pagetop a span {
    top: 22px;
    position: relative;
    font-size: 0.1rem;
}
.pagetop a:hover {
    opacity: 0.6;
}
/* google map responsive
-----------------------------------*/
.googlemaps iframe, .googlemaps object, .googlemaps embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.googlemaps iframe:hover, .googlemaps object:hover, .googlemaps embed:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.gmapres {
    position: relative;
    padding-bottom: 20.842%;
    padding-top: 30px;
    height: 260px;
    overflow: hidden;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
}
.gmapres iframe, .gmapres object, .gmapres embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* wp Alignments
-----------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sp_visible {
    display: none;
}
.sp_hidden {
    display: inherit;
}
/* kv
/* lead text
-----------------------------------*/
.kv {
    background: url(/common/img/kv.jpg)no-repeat center center;
    background-size: cover;
    height: 70vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
h2 {
    font-size: 1.6rem;
    color: #15499e;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 2.4;
}
.lead {
    font-size: 2rem;
    color: #15499e;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 20px;
    line-height: 2.5;
}
.leadtxt {
    display: flex;
    width: 910px;
    align-items: center;
    margin: 10rem auto 4rem;
}
.leadtxt div {
    width: 50%;
}
.copy {
    text-align: center;
    position: absolute;
    top: 14%;
}
.copytext strong {
    display: block;
    letter-spacing: 2px;
    margin: 2rem auto 1rem;
}
.copytext span img {
    width: 345px;
}
/* philosophy
-----------------------------------*/
#philosophy {
    margin: 6rem auto 3rem !important;
    padding-top: 1rem;
    background: #154a9e;
    padding-bottom: 7rem;
    color: #fff;
}
#philosophy h3 {
    font-size: 3rem;
    margin-bottom: 6rem;
}
#philosophy h3::before {
    content: none;
}
#philosophy ul {
    margin-left: 25px
}
#philosophy ul li {
    list-style: decimal;
    line-height: 2;
    margin-bottom: 2rem;
}
/* company
-----------------------------------*/
#bussiness {}
.bisboxin {
    display: flex;
    align-items: flex-start;
}
#bussiness ol {
    margin-left: 20px;
    margin-top: 2rem;
}
#bussiness ol li {
    list-style: decimal;
}
#bussiness img {
    max-width: 100%;
}
.bis1 {
    padding: 1% 5% 5% 5%;
    max-width: 64%;
}
.bis1 p {
    margin-bottom: 3rem;
}
/* company
-----------------------------------*/
#company dl {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
#company dl dt {
    width: 200px;
    padding-left: 1rem;
}
#company dl dd {
    width: 100%;
}
#company a:link,
#company a:visited{
    color: #05499e;
    text-decoration: underline;
}
#company a:hover{
    text-decoration: none;
}
/* access
-----------------------------------*/
.access_wk {
    text-align: center;
    margin: 1rem auto 3rem;
    letter-spacing: 2px;
}
.access_wk::before {
    content: '';
    background: url(../img/train.svg) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 1rem;
}
#contact {
    padding-bottom: 10rem;
}
.error {
    text-align: left !important;
    color: #f00;
}
#contact dl {
    display: flex;
    margin-bottom: 3rem;
}
#contact dl dt {
    width: 200px;
}
#contact dl dd {
    width: 100%;
}
#contact strong {
    background: #f00;
    color: #fff;
    line-height: 1.4;
    padding: 1px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    margin-left: 4px;
}
textarea {
    border: 1px solid #888;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
}
input[type="text"], input[type="email"] {
    border: 1px solid #888;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
}
#contact .submit_btn {
    text-align: center;
    margin: 4rem auto;
}
.submit_btn input {
    background: #be3141;
    text-align: center;
    padding: 1.5rem 1rem;
    color: #fff;
    width: 300px;
    transition: .6s ease;
}
.submit_btn input:hover {
    background: #164da4;
}
#contact .privacy {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1rem;
    margin: 1rem auto 2rem;
}
#contact h5 {
    font-size: 1.8rem;
}
#contact label {
    text-align: center;
    margin: auto;
    display: block;
}
#contact .error {
    text-align: left;
}
#contact label.error.labelblock {
    display: none;
    text-align: center !important;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
#contact label input {
    margin-right: 1rem;
}
label.error.block {}
/* form
-----------------------------------*/
.formTable {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0 0;
}
.formTable th {
    width: 30%;
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.formTable td {
    width: 100%;
    padding: 2rem;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.contact .backhome a {
    display: block;
    margin: 3rem auto;
    background: #fff;
    padding: 2rem;
    width: 30%;
}
.contact .center {
    display: flex;
    justify-content: center;
    margin: 5rem auto;
}
.contact .center input {
    margin: 2rem;
}
.contact .center input:nth-last-of-type(2) {
    border: 2px solid #06499e;
    padding: 1rem 2rem;
    color: #06499e;
}
.contact .center input:last-child {
    border: 2px solid #f00;
    background: #f00;
    color: #fff;
    padding: 1rem 2rem;
}
.loca img {
    max-width: 50% !important;
    border: 2px solid #000;
}
.loca span {
    display: inline-block;
}
.loca a {
    color: #164da4;
}
.loca a:hover {
    opacity: 0.8;
}
.loca a:hover img {
    border: 2px solid transparent;
}
/* medhia query 
-----------------------------------*/
@media (max-width: 768px) {
    /*sp visible hidden*/
    .sp_visible {
        display: inherit;
    }
    .sp_hidden {
        display: none;
    }
    .kv {
        height: 570px;
        width: 100%;
    }
    

#bussiness img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
    h2 {
        font-size: 1.6rem;
        color: #15499e;
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 2;
    }
    .lead {
        font-size: 3rem;
        color: #15499e;
        font-weight: bold;
        font-style: italic;
        letter-spacing: 17px;
        margin-bottom: 20px;
    }
    /* container  
-----------------------------------*/
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row {
        padding-right: 15px;
        padding-left: 15px;
    }
    .w750 {
        max-width: 830px;
        margin: auto;
        padding: 0px 15px;
    }
    /* flex 
-----------------------------------*/
    .d-flex {
        display: flex;
        flex-direction: column;
    }
    .leadtxt {
        display: flex;
        width: 100%;
        align-items: center;
        margin: 10rem auto;
        padding: 0 15px;
        flex-direction: column;
    }
    .leadtxt div {
        width: 100%;
    }
    .bisboxin {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .bis1 {
        padding: 3rem 0;
        max-width: 100%;
    }
}