@charset "utf-8";
/* *****************************************************************
home
事業内容
会社概要
お問い合わせ
***************************************************************** */

/* *****************************************************************
home
***************************************************************** */
.home .head .main{
    display: flex;
}
.home .head .main .main_photo{
    width: 90%;
}
.home .head .main .scroll{
    width: 10%;
    position: relative;
}
.home .head .main .scroll p {
    display: inline-block;
    position: absolute;
    text-align: center;
    right: 25%;
    top: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: 0.2s;
    overflow: hidden;
    margin: auto;
}
.home .head .main .scroll p::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #000;
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.home .head .txt{
    text-align: center;
    padding: 3.026vw 5% 4.026vw;
    margin: auto;
}
.home .head .txt .block{
    display: inline-block;
    margin: auto;
}
.home .head .txt .block .flex{
    align-items: center;
}
.home .head .txt .block .photo{
    width: 19.961vw;
    max-width: 270px;
    overflow: hidden;
    border-radius: 50%;
}
.home .head .txt .block .txt_area{
    text-align: left;
    padding-left: 2em;
    line-height: 2;
}
.home .head .txt .block .txt_area h2{
    font-size: 28px;
    letter-spacing: .3em;
    margin-bottom: .5em;
}
.home .voice ul.voice_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home .voice ul.voice_list li{
    width: 48.214%;
    padding: 2.629%;
    margin-top: 3.572%;
    background-color: #fff;
}
.home .voice ul.voice_list li .photo{
    width: 34.563%;
}
.home .voice ul.voice_list li .name{
    width: calc(100% - 34.563% - 4.123%);
    margin-left: 4.123%;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 4%;
    font-size: 22px;
    line-height: 1.3;
}
.home .voice ul.voice_list li .txt_area{
    margin-top: 1em;
    font-size: 16px;
}
@media only screen and (max-width: 1336px) {
    .home .head .txt .block .txt_area h2{
        font-size: 2.049vw;
    }
}
@media only screen and (max-width: 850px) {
    .home .head .main .main_photo{
        width: 100%;
    }
    .home .head .main .scroll{
        display: none;
    }
    .home .head .txt .block .flex{
        text-align: center;
    }
    .home .head .txt .block .photo{
        display: none;
    }
    .home .head .txt .block .txt_area {
        padding-left: 0;
        display: inline-block;
        margin: auto;
    }
    .home .head .txt .block .txt_area h2{
        font-size: 22px;
        text-align: center;
    }
    .home .voice ul.voice_list li{
        width: 100%;
        padding: 3%;
        margin-top: 3.572%;
    }
    .home .voice ul.voice_list li .photo{
        width: 20%;
    }
    .home .voice ul.voice_list li .name{
        width: calc(80% - 4.123%);
    }
}
@media only screen and (max-width: 640px) {
    .home .head .txt{
        padding: 40px 5%;
    }
    .home .head .txt .block .txt_area h2{
        line-height: 1.5;
        margin-bottom: .7em;
    }
    .home .voice ul.voice_list li{
        padding: 6%;
        margin-top: 6%;
    }
    .home .voice ul.voice_list li .photo{
        width: 30%;
    }
    .home .voice ul.voice_list li .name{
        width: calc(70% - 4.123%);
        font-size: 16px;
        padding: 0 4%;
    }
    .home .voice ul.voice_list li .txt_area{
        font-size: 15px;
    }
}

    
/* *****************************************************************
事業内容
***************************************************************** */
.business ul.business_list li h2{
    font-size: 22px;
    line-height: 1;
    padding: .7em;
}   
.business ul.business_list li p{
    text-align: left;
    letter-spacing: .05em;
}
.business ul.flow{
    max-width: 1200px;
    margin: 50px auto 0;
}
.business ul.flow li{
    width: 100%;
    line-height: 1.5;
    margin-bottom: 15px;
}
.business ul.flow li::after{
    content: "";
    display: block;
    width: 28px;
    height: 37px;
    background: url("../../images/next.svg") no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: 15px;
}
.business ul.flow li:last-child::after{
    display: none;
}
.business ul.flow li .flow_box{
    background-color: #fff;
    padding: 2.228vw 2.8vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.business ul.flow li .flow_box .h_txt{
    width: 300px;
    padding-right: 1em;
    font-size: 30px;
    font-weight: bold;
}
.business ul.flow li .flow_box .txt{
    width: calc(100% - 300px);
}
@media screen and (max-width: 1366px) {
    .business ul.flow li::after{
        width: 2.049vw;
        height: 2.708vw;
    }
    .business ul.flow li .flow_box .h_txt{
        width: 21.961vw;
        font-size: 2.196vw;
    }
    .business ul.flow li .flow_box .txt{
        width: calc(100% - 21.961vw);
    }
}
@media screen and (max-width: 850px) {
    .business ul.flow{
        margin-top: 30px;
    }
    .business ul.flow li{
        margin-bottom: 0;
    }
    .business ul.flow li::after{
        margin: 15px auto;
    }
    .business ul.flow li .flow_box{
        padding: 10px 15px;
    }
    .business ul.flow li .flow_box .h_txt{
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
        font-size: 24px;
    }
    .business ul.flow li .flow_box .txt{
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .business ul.business_list li h2{
        font-size: 20px;
    }
    .business ul.flow li::after{
        width: 20px;
        height: 27px;
        margin: 10px auto;
    }
    .business ul.flow li .flow_box .h_txt{
        font-size: 20px;
    }
}

/* *****************************************************************
会社概要
***************************************************************** */
.company h1.title .ja{
    margin-top: .7em;
}
.page  h3.midashi{
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.page .page_content{
    width: 100%;
    background-color: #fff;
    padding: 40px 50px 60px;
}
.page .page_content .t_head{
    width: 200px;
    border-bottom: 1px solid #333;
    padding: .7em 0;
    font-weight: bold;
}
.page .page_content .t_body{
    width: calc(100% - 205px);
    margin-left: 5px;
    border-bottom: 1px solid #aaa;
    padding: .7em 0;
    letter-spacing: 0.05em;
}
.page .page_content .t_body span{
    display: inline-block;
}
.page .map_area {
    position: relative;
    width: 100%;
	padding-top: 46%;
}
.page .map_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 640px) {
    .page  h3.midashi{
        font-size: 19px;
        margin-bottom: 1em;
    }
    .page .page_content{
        padding: 4% 6% 6%;
    }
    .page .page_content .t_head{
        width: 100%;
        padding: .6em 0 .3em;
        border-bottom: 1px dashed #ccc;
        font-weight: bold;
        font-size: 14px;
    }
    .page .page_content .t_body{
        width: 100%;
        margin-left: 0;
        line-height: 1.6;
        padding: .3em 0 .6em;
    }
    .page .map_area {
        padding-top: 100%;
    }
}

/* *****************************************************************
お問い合わせ
***************************************************************** */
.contact .bg_white{
    padding: 60px;
}
.contact h2{
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}
.contact h3{
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}
#formWrap h2{
    margin-bottom: .5em;
}
#formWrap table{
    width: 100%;
    margin: 20px auto 50px;
}
#formWrap table tr th{
    text-align: left;
    vertical-align: middle;
    width: 190px;
    font-size: 14px;
    padding: 12px 0;
}
#formWrap table tr td{
    width: calc(100% - 190px);
    padding: 12px 0;
}
#formWrap table tr td label{
    margin-right: 1em;
}
.send{
    text-align: center;
    margin-top: 30px;
}
input[type="text"],textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 0;
    outline: none;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    transition: all 0.3s ease;
    border: none;
	border-bottom: 1px solid #000;
}
textarea {
    border: 1px solid #666;
}
input[type="text"]:focus,
textarea:focus {
    background-color: #eee;
}
input[type="submit"],input[type="button"]{
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #000;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.backhome:hover{
    background-color: #000;
    color: #fff;
}
input[type="button"]{
    background-color: #ccc;
    border: 1px solid #000;
}
.privacy{
    height: 350px;
    border: 1px solid #ccc;
    overflow-y: auto;
    padding: 30px;
    margin-top: 5vw;
    font-size: 14px;
}
.privacy dt{
    margin-top: 1.2em;
    font-size: 16px;
}
.privacy li{
    list-style: disc inside;
}
.contact .thanks{
    font-size: 28px;
    margin-bottom: 1em;
}
.backhome{
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.3s ease;
}
.error_messe{
    margin-top: 10px;
    color: #FF4049;
}
table.confirm tr{
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1366px) {
    .contact .bg_white{
        padding: 4.392vw;
    }
    .contact h2 {
        font-size: 2.196vw;
    }
}
@media only screen and (max-width: 640px) {
    .contact{
        font-size: 14px;
    }
    .contact h2 {
        font-size: 20px;
    }
    #formWrap table{
        margin-bottom: 30px;
    }
    #formWrap table tr th,
    #formWrap table tr td{
        display: block;
        width: 100%;
    }
    #formWrap table tr th{
        padding-bottom: 0;
    }
    #formWrap table tr td{
        padding-top: 0;
    }
    .privacy{
        height: 300px;
        padding: 15px;
        margin-top: 50px;
    }
    .contact .thanks{
        font-size: 24px;
    }
}

    