/*!
	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;
}

section {

    overflow: hidden;
}
/* loeder  
-----------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    /* ここにローダーのスタイルを追加 */
}

#content {
   opacity: 0;
    transition-delay: .5s;
    transition: ease 1s;
}
#content.active{
    opacity: 1;
}

.loading {
    display: flex;
    column-gap:20px;
}
/* font  
-----------------------------------*/
h1 {
    line-height: 1;
}
h3 {
    font-size: 5rem;
    text-align: center;
    font-family: 'Renner*';
    font-weight: 400;
    margin: 5rem auto 6rem;
}

h3 span {
    font-size: 1.4rem;
    display: block;
}
h4 {
    font-size:clamp(1.5rem,1.6vw, 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;
}

.robot{
font-family: 'Roboto', sans-serif;
}
.r-condensed{
font-family: 'Roboto Condensed', sans-serif;
}
/* 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;
}
.containerin{
    padding: 0 3em;
}
.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 {
    text-align: center;
    padding: 1rem;
    font-size: 1.1rem;
}
footer .footbusinesslink{
    margin: 54px 0 32px;
}
footer .footbusinesslink a{
    text-decoration: underline;
}
footer .footbusinesslink a:hover{
    text-decoration: none;
}
footer .texfax{
    margin-bottom: 27px;
}
footer .footaddress{
    margin-bottom: 75px ; 
}
footer .footcopy{
    margin-bottom: 80px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: italic;
}
/* pagetop 
-----------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.pagetop a {
    display: flex;
flex-direction: column;
    align-items: center;
 transition: cubic-bezier(0.02, 1.1, 0.98, 0.53) .3s;
}
.pagetop a span {
    font-size: 1rem;
  writing-mode: vertical-rl;
    margin-top: 1rem;

}
.pagetop a:hover {
    opacity: 0.6;
}
.pagetop a img{
    position: relative;
    right: 1px;
}
.pagetop a:hover img{
    transform: translateY(-10px);
    
}
/* 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: 40.25%;

    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.webp")no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
        width: 100vw;
    height: 100vh;
    object-fit: cover;
}


.sectionhead{
    text-align: center;
}
.sectionhead h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-size: clamp(3rem,4vw,4.7rem);
    font-weight: 300;
    margin-bottom: 2em;
        
}
.sectionhead h2 small{
    display: block;
    font-size: clamp(1.1rem,1.2vw,1.5rem);
}

.lead h1 {
    font-size:clamp(1.1rem,2vw, 2rem);
    letter-spacing: 5px;
    line-height: 2.5;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: normal;
}
.leadtxt {
    text-align: center;
    margin: 10rem auto 8rem;
}

.copy {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 40%;
    align-items: center;
    width: 80%;
    margin: 0 3em;
}
.copytext {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #fff;
        line-height: 1;
    font-weight: 700;
}
.copytext strong {
    display: block;
    margin: 2rem auto 1rem;
     font-size: clamp(2rem,3.6vw,6rem);
    letter-spacing: 0;
}
.copytext span{
   font-size: clamp(4rem,6vw,9rem);
    letter-spacing: 0;
}
.copytext span img {
    width: 345px;
}
.kvcopy2{
    color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: clamp(1.3rem,2vw,2.5rem);
    letter-spacing: 0.8em;
}
/* 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 .grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4em;
}

#bussiness img {
    max-width: 100%;
}
#bussiness article h3 {
    font-size: clamp(1.6rem,1.6vw,2.5rem);
    position: relative;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
}
#bussiness article h3 small{
    font-size: 1.1rem;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: 0.04em;
}
#bussiness article h3::before {
    content: '';
    background: #000;
    height: 65px;
    width: 1px;
    display: block;
    margin: auto;
    transform: rotate(45deg);
    position: absolute;
    left: -20px;
    top: -35px;
}
#bussiness article{
    margin-bottom: 7em;
}
.blinksite{
    margin-top: 3em;
}
.blinksite li:not(:first-child){
    margin-top: 1em;
}
.blinksite li a{
    display: block;
    background: #111;
    color: #fff;
    width: 300px;
    padding: 20px;
    position: relative;
    line-height: 1;
    font-size:clamp(1.1rem,1.3vw,1.3rem);
    overflow: hidden;
}
.blinksite li a span{
    position: relative;
    z-index: 2;
}
.blinksite li a::after{
    content: '';
    background: url("/common/img/arrow-anker.svg")no-repeat;
    width: 31px;
    height: 5px;
    display: block;
    background-size: auto;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto;
}


.blinksite li a:before{
    content: '';
    background-color: #001fff;
    transform: translate(-103%) skew(-30deg);
        transition: transform .8s cubic-bezier(.25,.74,.22,.99);
    z-index: 0;
     width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
position: absolute;
}
.blinksite li a:hover::before {
     content: '';
    transition: transform .4s cubic-bezier(.02,.48,.1,.87);
    transform: translate(0%) skew(0deg);
    
    }
    /* company
-----------------------------------*/
section{
    margin-bottom: 4em;
}
#company dl {
    display: flex;
    border-bottom: 1px solid #ededed;
    padding-bottom: 2em;
    margin-bottom: 2em;
}
#company dl dt {
    width: 200px;
    padding-left: 1em;
}
#company dl dd {
    width: 100%;
}
#company dl dd p{
    margin-top: 0;
}
#company dl dd p+p{
    margin-bottom: 0;
}
#company dl dd ul li{
    display: flex;
}
#company dl dd ul li spna:first-child{
    flex-shrink: 0;
}
/* 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;
}
#access p{
    text-align: center;
}
#access .sectionhead h2{
    margin-bottom: 1em;
}
#contact {
    padding-bottom: 10rem;
}
.error {
    text-align: left !important;
    color: #f00;
}
#contact dl {
    margin-bottom: 3rem;
}
#contact dl dt {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
#contact dl dd {
    width: 100%;
}
#contact strong {
    background: #f00;
    color: #fff;
    line-height: 1.4;
    padding: 2px 4px 1px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    margin-left: 4px;
    border-radius: 3px;
}
textarea {
    border: 1px solid #888;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    height: 10em;
}
input[type="text"], input[type="email"] {
    border: 1px solid #888;
    width: 100%;
    box-sizing: border-box;
    padding:20px 10px;
}
#contact .submit_btn {
    text-align: center;
    margin: 4rem auto;
}
.submit_btn input {
    background: #000000;
    border: none;
    text-align: center;
    padding: 1.5rem 1rem;
    color: #fff;
    width: 300px;
    transition: .6s ease;
}
.submit_btn input:hover {
    background: #001fff;
}
#contact .privacy {
    background: #FBFBFB;
    padding: 1rem 2em;
    margin: 1rem auto 2rem;
    font-size: 1.3rem;
    line-height: 2;
}
#contact h5 {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}
#contact label {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contact .error {
    justify-content: flex-start;
    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: 100vh;
        width: 100%;
    }
    .copy{
        grid-template-columns: 1fr;
    }
.copy {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
    .gmapres{
        padding-bottom: 90.25%;
    }
    
     /* bussiness  
-----------------------------------*/
#bussiness img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
    #company dl {
    padding-bottom: 2em;
    margin-bottom: 2em;
    flex-direction: column;
}
   
    #company dl dt {
    width: 100%;
        font-weight: 600;
    padding-left: 0;
}
    
    #company dl dd ul li {
    flex-direction: column;
        margin-bottom: 10px;
}
    #company dl dd ul li span:first-child{
        font-feature-settings: "palt";
    }
   
    /* container  
-----------------------------------*/
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .containerin{
        padding: 0;
    }
    .row {
        padding-right: 15px;
        padding-left: 15px;
    }
    .w750 {
        max-width: 830px;
        margin: auto;
        padding: 0px 15px;
    }
    /* flex 
-----------------------------------*/
    .d-flex {
        display: flex;
        flex-direction: column;
    }
   
    .bisboxin {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .bis1 {
        padding: 3rem 0;
        max-width: 100%;
    }
    
     /* bussiness 
-----------------------------------*/
    #bussiness{margin-bottom: 2em;}
    #bussiness .grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
}
    #bussiness article.merchandise {
        margin-bottom: 1em;
    }
    #contact{
        padding-bottom: 4rem;
    }
    input[type="text"], input[type="email"],textarea{
        font-size: 1.6rem;
    }
}