@charset "utf-8";

/* --------- .headline_about --------- */

.headline_about {
    background: url(../images/about/bg_headline.jpg) bottom center no-repeat;
    background-size: cover;
}



@charset "utf-8";



/* about */
.headlineImgAbout {background: url(../images/header_profile.jpg) bottom right no-repeat;background-size:cover;}






/* --------------------------------------------------------------------------------------------------------------------

privacy (index.html)

-------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------- .privacy-titleCnt -------------------------------------- */

.privacy-titleCnt {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

.privacy-titleCnt .titleBlk-A {
    float: left;
    width: 38%;
}

.privacy-titleCnt div.txtBlk {
    float: right;
    width: 58%;
    margin-top: 40px;
}


/* ---------------------------------------
max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

    .privacy-titleCnt {
        padding-bottom: 40px;
    }

}


/* ---------------------------------------
max-width: 839px
--------------------------------------- */

@media screen and (max-width: 839px) {

    .privacy-titleCnt div {
        float: none !important;
        width: 100% !important;
        margin-top: 0 !important;
    }

}


/* ---------------------------------------
max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

    .privacy-titleCnt {
        padding: 30px 0;
    }

}


/* -------------------------------------- .privacy-privacyCnt -------------------------------------- */


.privacy-privacyCnt {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 30px 40px;
    margin: 50px auto 80px;
    /* max-width: 880px; */
    -webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
    -moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
    /* box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff; */
    padding: 80px 10%;
    position: relative;
    z-index: 1;
    /* border-top: #a3d9e0 1px solid; */
    /* background: url(../images/noise.png) repeat; */
    /* background: #fafafa; */
    color: #000;
}


.privacy-privacyCnt section {
    margin: 0 -10px;
    padding: 20px 10px;
    border-top: 1px solid #d9d9d9;
}
.privacy-privacyCnt section:first-child {
    border: none;
    padding-top: 0;
}

.privacy-privacyCnt h3 {
    font-size: 110%;
    line-height: 1.5;
    padding-bottom: 15px;
}

.privacy-privacyCnt p,
.privacy-privacyCnt li {
    font-size: 110%;
    line-height: 1.8;
}

.privacy-privacyCnt p {
    margin-left: 1.4em;
}

.privacy-privacyCnt p + ol {
    margin-top: 10px;
}

.privacy-privacyCnt ul li {
    list-style: disc;
    margin-left: 2.4em;
}
.privacy-privacyCnt ol li {
    list-style: decimal ;
    margin-left: 3.2em;
}

.privacy-privacyCnt .establish {
    text-align: right;
    /* font-weight: bold; */
    padding-top: 20px;
}


/* ---------------------------------------
max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

    .privacy-privacyCnt {
        padding: 20px;
        margin: 0 auto 40px;
    }

    .privacy-privacyCnt section {
        margin: 0 -10px;
        padding: 15px 10px;
    }

    .privacy-privacyCnt h3 {
        font-size: 1.1rem;
        padding-bottom: 10px;
    }

    .privacy-privacyCnt .establish {
        padding-top: 10px;
    }

}

/* ---------------------------------------
max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

    .privacy-privacyCnt p {
        margin-left: 0;
    }

    .privacy-privacyCnt ul li {
        margin-left: 1.4em;
    }
    .privacy-privacyCnt ol li {
        margin-left: 1.8em;
    }

}





























/* -----------------------------------------------------------
#about_philosophy
----------------------------------------------------------- */

#about_philosophy {
    padding: 90px 5%;
}

@media only screen and (max-width: 900px) {
    #about_philosophy {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #about_philosophy {
        padding: 70px 5%;
    }
}


/* .catchArea */

#about_philosophy .catchArea {
    position: relative;
    z-index: 2;
    text-align: center;
}

#about_philosophy .catchArea h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 3px;
}

#about_philosophy .catchArea h3 span {
    position: relative;
    z-index: 1;
    padding: 0 60px;
}

#about_philosophy .catchArea h3 span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}

#about_philosophy .catchArea h3 span:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}


/* .txtArea */

#about_philosophy .txtArea {
    margin: 45px auto 0;
    max-width: 1000px;
}

.greetingFlx {
    display: flex;
}

.flexTxt {
    flex: 0 0 70%;
}

.flexImg {
    flex: 0 0 30%;
    padding: 1% 2%;
}

@media only screen and (max-width: 900px) {
    #about_philosophy .catchArea h3 {
        font-size: 25px;
    }
    #about_philosophy .txtArea {
        margin: 35px auto 0;
    }
}

@media only screen and (max-width: 736px) {
    #about_philosophy .catchArea h3 {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 1px;
    }
    #about_philosophy .catchArea h3 span {
        padding: 0 25px;
    }
    #about_philosophy .catchArea h3 span:before,
    #about_philosophy .catchArea h3 span:after {
        width: 15px;
    }
    #about_philosophy .txtArea {
        margin: 25px auto 0;
        padding: 0 2.5%;
    }
}

@media only screen and (max-width: 600px) {
    .greetingFlx {
        flex-direction: column;
    }
    .flexTxt {
        flex: 0 0 100%;
        order: 2;
    }
    .flexImg {
        flex: 0 0 100%;
        order: 1;
    }
    .flexImg img {
        width: 50%;
        margin: 0 auto;
    }
}


/* -----------------------------------------------------------
#about_company
----------------------------------------------------------- */

#about_company {
    padding: 90px 5%;
    background: url(../images/common/noise.png) repeat #f5f5f5;
    overflow: auto;
}

#about_company .wrap{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}





@media only screen and (max-width: 900px) {
    #about_company {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 738px) {
    #about_company {
        padding: 70px 5%;
    }
}


/* .aboutArea */

#about_company .aboutArea {
    padding: 50px 5%;
    background: #fefefe;
    overflow: auto;
}





#about_company .logoArea {
    /* float: left; */
    width: 100%;
}

#about_company .logoArea .imgArea {
    /* border: #e5e8ef 1px solid; */
    /* display: block; */
    /* width: 100%; */
}


/* .infoArea */

#about_company .infoArea {
    /* float: right; */
    width: 100%;
}

@media only screen and (max-width: 900px) {
    /* .aboutArea */
    #about_company .aboutArea {
        padding: 45px 5%;
    }
}

@media only screen and (max-width: 736px) {
    /* .aboutArea */
    #about_company .aboutArea {
        padding: 0;
        background: none;
    }
    #about_company .logoArea {
        float: none;
        width: 100%;
    }
    #about_company .logoArea .imgArea {
        background: #fefefe;
        border: #ddd 1px solid;
    }
    /* .infoArea */
    #about_company .infoArea {
        margin-top: 35px;
        float: none;
        width: 100%;
    }
}


/* ======== table.tableOther ======== */

table.company {
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    width: 100%;
    border-bottom: #e5e8ef 1px solid;
}

table.company tr {
    border-top: #e5e8ef 1px solid;
}

table.company th {
    width: 25%;
    padding: 20px 20px;
    vertical-align: 0;
    font-weight: 700;
}

table.company th span {
    display: block;
    font-weight: 500;
    font-size: 0.9em;
}

table.company td {
    padding: 20px 0;
    vertical-align: 0;
}

table.company td .linkArea {
    margin-top: 10px;
    text-align: left;
}

table.company td .linkArea a.btn {
    margin: 0;
}

@media only screen and (max-width: 900px) {
    table.company {
        font-size: 13px;
    }
}

@media only screen and (max-width: 736px) {
    table.company {
        font-size: 12px;
        line-height: 1.8;
        border-bottom: #ddd 1px solid;
    }
    table.company tr {
        border-top: #ddd 1px solid;
    }
    table.company th {
        width: 30%;
        letter-spacing: 0.5px;
    }
}


/* ul.circle */

ul.circle {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: circle;
    font-size: 14px;
    text-align: left;
}

ul.circle li {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2;
}

ul.circle li a {
    border-bottom: #3f5faa 1px dashed;
}

ul.circle li a:hover {
    background: #3f5faa;
    color: #fefefe;
    border-bottom: #3f5faa 1px dashed;
}

@media only screen and (max-width: 900px) {
    ul.circle li {
        font-size: 13px;
    }
    ul.circle li a:hover {
        background: none;
        color: #111;
        border-bottom: #3f5faa 1px dashed;
    }
}

@media only screen and (max-width: 738px) {
    ul.circle li {
        font-size: 12px;
    }
}


/* -----------------------------------------------------------
#link_access
----------------------------------------------------------- */

#link_access {
    padding: 65px 0 0;
    margin: -65px 0 0;
}

@media only screen and (max-width: 900px) {
    #link_access {
        padding: 60px 0 0;
        margin: -60px 0 0;
    }
}

@media only screen and (max-width: 738px) {
    #link_access {
        padding: 50px 0 0;
        margin: -50px 0 0;
    }
}


/* -----------------------------------------------------------
#about_access
----------------------------------------------------------- */

#about_access {
    padding: 90px 5%;
}

@media only screen and (max-width: 900px) {
    #about_access {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 738px) {
    #about_access {
        padding: 70px 5%;
    }
}


/* .contactArea */

#about_access .contactArea {
    /* margin: -50px -2.5% 0; */
    /* font-size: 0; */
    display: flex;
    flex-wrap: wrap;
    /* align-content: space-between; */
    justify-content: space-between;
}

#about_access .contactBox {
    margin: 30px 1% 0;
    display: inline-block;
    flex: 0 0 31%;
    padding: 20px 2%;
    background: #f5f5f5;
}


/* .titleArea */

#about_access .contactBox .titleArea {
    height: 250px;
    border: #ddd 1px solid;
    margin-top: 20px;
}


/* .txtArea */

#about_access .contactBox .txtArea {
    background: url(../images/common/noise.png) repeat #f5f5f5;
}


/* dl */

#about_access .contactBox .txtArea dl {
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    border-top: #ddd 1px solid;
}

#about_access .contactBox .txtArea dl:last-child {
    border-bottom: #ddd 1px solid;
    text-align: center;
}

dl {}

dl {}

#about_access .contactBox .txtArea dt {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#about_access .contactBox .txtArea dd {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    padding: 0;
    color: #111;
    /* border: #111 2px solid; */
    /* line-height: 55px; */
    font-size: 14px;
    /* text-align: center; */
    position: relative;
}

#about_access .contactBox .txtArea dd a {
    /*     display: inline-block; */
    /*     margin: 10px 0 0; */
    /*     width: 300px; */
    max-width: 100%;
    padding: 0;
    color: #111;
    font-size: 14px;
    line-height: 55px;
    /* text-align: left; */
    position: relative;
}

#about_access .contactBox .txtArea dd a:hover {
    /*     color: #fefefe;
    background: #14357b;
    border-color: #14357b; */
}


/* #about_access .contactBox .txtArea dd a:after {
position: absolute;
top: 0;
left: 15px;
font-family: themify;
content: "\e693";
font-size: 18px;
font-weight: normal;
z-index: 1;
}
*/

#about_access .contactBox .txtArea dd a.btnTel {
    color: #14357b;
    text-align: left;
}

#about_access .contactBox .txtArea dd a.btnTel:hover {
    border-bottom: #14357b 1px solid;
}

#about_access .contactBox .txtArea dd a.btnTel:before {
    font-size: 14px;
    font-family: 'Font Awesome 6 pro';
    content: "\f87b";
    font-size: 18px;
    padding-right: 10px;
}

#about_access .contactBox .txtArea dd.btnFax {
    color: #14357b;
    text-align: left;
}


/* #about_access .contactBox .txtArea dd.btnFax:hover {
border-bottom: #14357b 1px solid;
} */

#about_access .contactBox .txtArea dd.btnFax:before {
    font-size: 14px;
    font-family: 'Font Awesome 6 pro';
    content: "\f1ac";
    font-size: 18px;
    padding-right: 10px;
}

#about_access .contactBox .txtArea dd a.btnMail {
    color: #fefefe;
    background: #14357b;
    border-color: #14357b;
    text-align: center;
}

#about_access .contactBox .txtArea dd a.btnMail:hover {
    color: #14357b;
    background: #f5f5f5;
    border: #14357b 1px solid;
}

#about_access .contactBox .txtArea dd a.btnMail:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f3c5";
    font-size: 18px;
    padding-right: 10px;
}

a.btnGoogle:after {
    font-family: 'themify';
    /*     content: "\e649"; */
    font-size: 14px;
    content: "\e693"
}

@media only screen and (max-width: 900px) {
    /* .contactArea */
    #about_access .contactArea {
        margin: -45px -2.5% 0;
    }
    #about_access .contactBox {
        margin-top: 45px;
        padding: 45px 5%;
    }
    #about_access .contactBox .txtArea dl {
        font-size: 13px;
    }
    #about_access .contactBox .txtArea dd a {
        line-height: 50px;
        font-size: 13px;
    }
    #about_access .contactBox .txtArea dd a:hover {
        color: #31424e;
        background: none;
        border: #31424e 2px solid;
    }
}

@media only screen and (max-width: 736px) {
    /* .contactArea */
    #about_access .contactArea {
        margin: 0;
    }
    #about_access .contactBox {
        margin: 40px 0 0;
        padding: 40px 5%;
        display: block;
        width: 100%;
    }
    /* .titleArea */
    #about_access .contactBox .titleArea {
        height: 200px;
        border: #ddd 1px solid;
    }
    /* .txtArea */
    #about_access .contactBox .txtArea {
        float: none;
        width: 100%;
        margin-top: 25px;
        padding: 0;
    }
    #about_access .contactBox .txtArea dl {
        font-size: 12px;
    }
    #about_access .contactBox .txtArea dd a {
        line-height: 45px;
        font-size: 12px;
    }
}


/* --------- #map_canvas --------- */

#map_canvas_tokyo,
#map_canvas_kyoto,
#map_canvas_yokohama,
#map_canvas_kobe {
    width: 100%;
    position: relative;
    z-index: 1;
    border: #ddd 1px solid;
}

@media only screen and (max-width: 736px) {
    #map_canvas_tokyo,
    #map_canvas_kyoto,
    #map_canvas_yokohama,
    #map_canvas_kobe {
        height: 300px;
    }
}

#about_history {
    padding-bottom: 110px;
    padding: 50px 5%;
    background: #fefefe;
    overflow: auto;
}


/* label {
padding: 0px;
line-height: 0;
} */

.timeline {
    margin: 4em auto;
    position: relative;
    max-width: 80em;
    /* background: url("../img/ryowa_history.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: top right; */
    /* background-size: 400px; */
}

@media only screen and (max-width: 500px) {
    .timeline {
        margin: 4em auto;
        position: relative;
        max-width: 80em;
        background: none
    }
}

.timeline::before {
    background-color: rgb(20 53 123);
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0px;
    left: 2em;
    width: 2px;
    height: 100%;
}

.timeline-event {
    position: relative;
}

.timeline-event:hover .timeline-event-icon {
    transform: rotate(-45deg);
    background-color: rgb(74 136 174);
}

.timeline-event:hover .timeline-event-thumbnail {
    /*     box-shadow: #ddd 10em 0px 10px 0px inset; */
    /*     box-shadow: #ddd 40em 0px 0px 0px inset; */
    /*         border-bottom:2px solid #ddd; */
    transition: transform 0.2s ease-in 0s;
    width: 10em;
}

.timeline-event-icon {
    padding: 0px;
    line-height: 0;
}

.timeline-event-copy {
    padding: 1em 2em;
    position: relative;
    top: -1.875em;
    left: 3em;
    width: 90%;
}

.timeline-event-copy h3 {
    font-size: 18px;
    display: inline;
    padding-left: 10px;
    /* margin-left: 2em; */
    /* text-indent: -2em; */
}

.timeline-event-copy h4 {
    font-size: 1.2em;
    margin-bottom: 1.2em;
}

.timeline-event-copy strong {
    font-weight: 700;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em;
    font-size: 18px;
}

.timeline-event-icon {
    transition: transform 0.2s ease-in 0s;
    /* transform: rotate(45deg); */
    /* background-color: rgb(2, 18, 109); */
    outline: white solid 10px;
    background: #14357b;
    border-radius: 50%;
    display: block;
    margin: 0.5em 0.5em 1em -0.5em;
    position: absolute;
    top: -8px;
    left: 1.9em;
    width: 1.2em;
    height: 1.2em;
}

.timeline-event-thumbnail {
    transition: box-shadow 0.5s ease-in 0.1s;
    color: #242e76;
    font-size: 1.1em;
    /* background-color: rgb(2, 18, 109); */
    border-bottom: #ddd;
    /* box-shadow: #3f5faa 0px 0px 0px 0em inset; */
    border-bottom: #ddd;
    display: inline;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em;
    /* width: 150px; */
}

.circle {
    width: 300px;
    height: 300px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 50%;
    position: relative;
    margin: 100px;
}

.common {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    left: 25%;
    top: 25%;
    animation: 60s linear 0s infinite normal none running rotate;
}

.top {
    position: absolute;
    left: 25%;
    top: -25%;
    border: 1px solid rgb(51, 51, 51);
    transform-origin: center 150%;
}

.right {
    position: absolute;
    left: 75%;
    top: 25%;
    transform-origin: -50% center;
}

.bottom {
    position: absolute;
    left: 25%;
    top: 75%;
    transform-origin: center -50%;
}

.left {
    position: absolute;
    left: -25%;
    top: 25%;
    transform-origin: 150% center;
}

.content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgb(51, 51, 51);
    animation: 60s linear 0s infinite reverse none running rotate;
    overflow-wrap: break-word;
    line-height: 100%;
}

.content p {}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




.accordion {
    width: 100%;
    /* max-width: 360px; */
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 1em;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .link:before{
    padding-right:1em;
    font-family: 'Font Awesome 6 pro';
    content: "\f1b3";
}



.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
* Submenu
-----------------------------*/
.submenu {
    display: none;
    background: #ebebeb;
    font-size: 16px;
}

.submenu li {
    border-bottom: 1px solid #d4d4d4;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px;
    padding-left: 3em;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a img {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px;
    padding-left: 0px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /*     width:200px; */
}


.submenu a:hover {
    background: #4c85b2;
    color: #FFF;
}

.fa_flex{display:flex;}
.fac_flex_img{flex: 0 0 30%;}
.fac_flex_txt{flex: 0 0 60%;}