@charset "utf-8";
/*------------ footer-editor ------------*/
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ /footer-editor ------------*/
/*------------ about-editor ------------*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    text-align: center;
    padding: 80px 80px;
    filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.25));
    max-width: 1036px;
    margin: 0 auto;
}
.a_layout .a_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.a_layout .a_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1036px;
    height: 132px;
    background: url(../../../images/layout04/common/index/a_bg.png) no-repeat 50% 50%;
    background-size: cover;
}
.a_layout .a_bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1036px;
    height: 132px;
    background: url(../../../images/layout04/common/index/a_bg.png) no-repeat 50% 50%;
    background-size: cover;
    transform: rotate(180deg);
}
.a_layout::before {
    content: '';
    position: absolute;
    top: 132px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 38px);
    height: calc(100% - 264px);
    background: #202020;
    z-index: -1;
}
.a_layout .a_pic_title {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
    margin: 0 auto 30px;
}
.a_layout .a_pic_title img {
    width: 100px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.a_layout .a_pic {
    margin: 30px auto;
}
@media screen and (max-width: 1000px){
    .a_layout {
        padding: 80px 50px;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 50px 0 0;
}
.s_layout p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.s_layout .s_col {
    width: 35%;
}
.s_layout .s_col.s_slogan {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 50px;
    font-style: italic;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.2;
    z-index: 2;
}
.s_layout .s_col.s_txt {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    z-index: 2;
} 
.s_layout .s_col.s_txt h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 0 10px;
    text-shadow: 0 0 30px rgba(0, 0, 0, 1);
}
.s_layout .s_col.s_pic {
    text-align: center;
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    z-index: 1;
}
.s_layout .s_col.s_pic::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -104px;
    width: 153px;
    height: 13px;
    background: url(../../../images/layout04/common/index/s_pic_1.png) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
}
.s_layout .s_col.s_pic::after {
    content: '';
    position: absolute;
    top: 50px;
    right: -104px;
    width: 98px;
    height: 109px;
    background: url(../../../images/layout04/common/index/s_pic_2.png) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
}
.s_layout .s_col.s_pic .s_item {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 35%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1092px;
}
.s_layout .s_col.s_pic .s_box {
    position: absolute;
    display: flex;
    align-items: center;
}
.s_layout .s_col.s_pic .s_box::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 443px;
    background: url(../../../images/layout04/common/about/s_light.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.s_layout .s_col.s_pic .s_box:first-of-type:before{
    top: -155px;
    right: 0;
    transform: scaleY(-1);
}
.s_layout .s_col.s_pic .s_box:last-of-type:before{
    top: -185px;
    left: 0;
}
.s_layout .s_col.s_pic .s_box:first-of-type {
    top: 90px;
    left: 0;
}
.s_layout .s_col.s_pic .s_box:last-of-type {
    right: 0;
    flex-direction: row-reverse;
}
.s_layout .s_col.s_pic .s_box h4 {
    color: #050505;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1.2;
    padding: 15px 70px;
    margin: 0;
    background: #fff;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);  
}
.s_layout .s_col.s_pic .s_box .s_box_pic {
    border-radius: 100%;
    border: 5px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.s_layout .s_col.s_pic .s_box:first-of-type .s_box_pic {
    top: 30px;
    left: -60px;
}
.s_layout .s_col.s_pic .s_box:last-of-type .s_box_pic {
    top: 30px;
    right: -60px;
}
.s_layout .s_col.s_pic .s_box .s_box_pic img {
    border-radius: 100%;
}
.s_layout .s_col.s_pic .s_box .s_box_pic .glasses {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
}
.s_col.s_pic .s_box .s_box_pic .glasses .circle {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    transform: scale(0);
    transition: transform 0.8s, -webkit-transform 0.8s;
}
.s_col.s_pic .s_box .loaded.s_box_pic .glasses .circle {
    transform: scale(1);
}
.s_col.s_pic .s_box .s_box_pic .glasses .circle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout04/common/about/s_circle.png) no-repeat;
    background-size: 100%;
    transition: transform 1.5s 0.8s, -webkit-transform 1.5s 0.8s;
}
.s_col.s_pic .s_box .loaded.s_box_pic .circle:before {
    transform: rotate(360deg);
}
.s_col.s_pic .s_box .s_box_pic:before,
.s_col.s_pic .s_box .s_box_pic:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background: none;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.8s, -webkit-transform 0.8s;
}
.s_col.s_pic .s_box .loaded.s_box_pic:after {
    z-index: 1;
    box-shadow: 0 0 0 7px rgb(255 255 255 / 70%);
}
.s_col.s_pic .s_box .loaded.s_box_pic:before,
.s_col.s_pic .s_box .loaded.s_box_pic:after {
    transform: translate(-50%, -50%) scale(0);
}
/*進度*/
#s_pic_3 {
    position: absolute;
    top: -8%;
    left: calc(50% + 225px);
    width: 250px;
    height: 81px;
}
#s_pic_3 .st0,
#s_pic_3 .st1 {
    fill: none;
}
#s_pic_3 .st2 {
    fill-rule: evenodd;
}
#s_pic_3 .st2,
#s_pic_3 .st3 {
    fill: #444;
}
#s_pic_3 .st1 {
    stroke: #878787;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
}
#s_pic_3 .st4 {
    fill: #878787;
}
#bar1Fill,
#bar2Fill{
    transform-box: fill-box;
    transform-origin: left center;
    transform: scaleX(0);
}
#bar1Fill{
    animation: barLoop1 3s ease-in-out infinite;
}
#bar2Fill{
    animation: barLoop2 5s ease-in-out infinite;
    animation-delay: .18s;
}
@keyframes barLoop1{
    0%   {
        transform: scaleX(0);
    }
    50%  {
        transform: scaleX(var(--p1, .86));
    }
    100% {
        transform: scaleX(0);
    }
}
@keyframes barLoop2{
    0%   {
        transform: scaleX(0);
    }
    50%  {
        transform: scaleX(var(--p2, .99));
    }
    100% {
        transform: scaleX(0);
    }
}
@media screen and (max-width: 1300px){
    .s_layout .s_col.s_pic::before {
        left: 0;
    }
    .s_layout .s_col.s_pic::after {
        right: 0;
    }
    .s_layout .s_col.s_slogan {
        font-size: 40px;
    }
}
@media screen and (max-width: 1000px){
    .s_layout {
        padding: 0;
        flex-direction: column;
    }
    .s_layout .s_col.s_slogan {
        position: relative;
        bottom: unset;
        left: unset;
        width: 100%;
        order: 2;
        text-align: center;
        font-size: 30px;
        padding: 30px 0 0;
    }
    .s_layout .s_col.s_pic {
        order: 3;
        padding: 150px 0 0;
        padding: 30px 0 0;
    }
    #s_pic_3 {
        top: 50px;
        left: unset;
        right: 0;
        width: 290px;
        height: 94px;
        display: none;
    }
    .s_layout .s_col.s_pic::before{
        top: 150px;
        top: 50px;
    }
    .s_layout .s_col.s_pic::after {
        top: 150px;
        top: 50px;
    }
    .s_layout .s_col.s_txt {
        position: relative;
        bottom: unset;
        left: unset;
        width: 100%;
        order: 1;
        text-align: center;
    }
    .s_layout .s_col.s_pic .s_box h4 {
        font-size: 30px;
    }
    .s_layout .s_col.s_pic .s_item {
        top: unset;
        transform: unset;
    }
    .s_layout .s_col.s_pic .s_box:last-of-type .s_box_pic {
        top: unset;
    }
    .s_layout .s_col.s_pic .s_box:first-of-type .s_box_pic {
        top: unset;
    }
    .s_layout .s_col.s_pic .s_box {
        position: relative;
    }
    .s_layout .s_col.s_pic .s_item {
        position: relative;
        flex-direction: column;
        margin: -140px auto 0;
        max-width: 500px;
    }
    .s_layout .s_col.s_pic .s_box:first-of-type:before,
    .s_layout .s_col.s_pic .s_box:last-of-type:before {
        display: none;
    }
    .s_layout .s_col.s_pic .s_box:first-of-type {
        top: unset;
        left: unset;
    }
    .s_layout .s_col.s_pic .s_box:last-of-type {
        flex-direction: row-reverse;
    }
    .s_layout .s_col.s_pic .s_box:first-of-type h4 {
        padding: 15px 70px 15px 45px;
    }
    .s_layout .s_col.s_pic .s_box:last-of-type h4 {
        padding: 15px 45px 15px 70px;
    }
    .s_layout .s_col.s_pic .s_box .s_box_pic img {
        width: 90px;
    }
    .s_layout .s_col.s_txt h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .s_layout .s_col.s_pic .s_box h4 {
        font-size: 25px;
    }
    .s_layout .s_col.s_pic .s_box:first-of-type h4 {
        padding: 15px 65px 15px 25px;
    }
    .s_layout .s_col.s_pic .s_box:last-of-type h4 {
        padding: 15px 25px 15px 65px;
    }
}
/*------------ /service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid #202020;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0 0 15px;
}
.contact-editor{
    text-align: center;
    margin: 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.25);
}
.contact-info-txt{
    max-width: unset;
    margin: 0 auto;
    padding: 0 10px;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #fff;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #202020;
    color: #fff;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
@media screen and (max-width: 1000px){
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid #202020;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .contact-map{
        height: 200px;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
@media screen and (max-width: 1000px){
    .terms-editor .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------ /terms-editor ------------*/