@charset "UTF8";

/*-------------------
スマホ縦
-------------------*/
@media screen and (max-width: 480px){

.vertical-space{
    padding-top: 5%;
}

.subtitle-A{
    width: 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-mark{
    width: 20%;
}

.subtitle-A-jp-mark img{
    width: 100%;
    vertical-align: top;
}

.subtitle-A-jp-text{
    width: 60%;
}

.subtitle-A-jp-text h2{
    font-size: 4vw;
    line-height: 5vw;
    text-align: center;
    margin: 0;
}

.subtitle-A hr{
    width: 90%;
    margin: 3% auto;
    border: 1px solid #3d9cbf;
}

.subtitle-A-english{
    width: 100%;
}

.subtitle-A-english p{
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
}

.comment-A{
    width: 100%;
    margin: 5% auto;
}

.comment-A p{
    font-size: 2.5vw;
    line-height: 3vw;
    text-align: center;
}

#company-profile-area{
    width: 100%;
    height: 230px;
    display: flex;
    position: relative;
    margin: 10% 0;
}

#company-profile-area-inner{
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 5% 1% 3%;
    z-index: 0;
}

#company-profile-back-box{
    width: 100%;
    height: 230px;
    background-color: #3ca5cb;
    display: flex;
    position: absolute;
    z-index: -1;
}

#company-profile-title{
    width: 30%;
    position: absolute;
    top: -6.5%;
    left: 35%;
    background-color: #09627a;
    border-radius: 5px;
}

#company-profile-title h2{
    font-size: 4vw;
    line-height: 8vw;
    margin: 0;
    letter-spacing: 1.5vw;
    text-indent: 1.5vw;
    color: #fff;
    text-align: center;
}

#english-text-area{
    width: 10%;
}

#english-text-area p{
    font-size: 6vw;
    line-height: 6vw;
    color: #89bfda;
    font-family: "Lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;
    writing-mode: vertical-rl
}

#profile-area{
    width: 60%;
    margin: 0 20% 0 10%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.detail-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.detail-area dt{
    width: 50%;
}

.detail-area dt p{
    font-size: 2.5vw;
    line-height: 4vw;
    color: #fff;
}

.detail-area dd{
    width: 50%;
    margin: 0;
}

.detail-area dd p{
    font-size: 2.5vw;
    line-height: 4vw;
    color: #fff;
}

.detail-area hr{
    width: 100%;
    border: 1px solid #fff;
    margin: 1% 0;
}

#company-history{
    width: 100%;
    margin-bottom: 10%;
}

#company-history-title-area{
    width: 25%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#point{
    width: 100%;
}

#point p{
    font-size: 3.5vw;
    line-height: 4vw;
    text-align: center;
    letter-spacing: 2vw;
    text-indent: 2vw;
}

#history-title{
    width: 100%;
}

#history-title h2{
    font-size: 4vw;
    line-height: 5vw;
    text-align: center;
    letter-spacing: 1.5vw;
    text-indent: 1.5vw;
}

#company-history-title-area hr{
    width: 100%;
    border: 1px solid #000;
    margin: 3% 0;
}

#history-english{
    width: 100%;
}

#history-english p{
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
    letter-spacing: 0.3vw;
    text-indent: 0.3vw;
}

#history-content-area{
    width: 80%;
    margin: 5% auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#history-vertical-line{
    width: 5%;
    height: 151px;
    border-right: 1px solid #000;
    position: absolute;
    top: 37px;
    left: -25px;
}

#history-detail-area{
    width: 95%;
}

#history-detail-area dl{
    width: 100%;
    font-size: 3vw;
    line-height: 50px;
    display: flex;
    flex-wrap: wrap;
}

#history-detail-area dt{
    width: 40%;
    position: relative;
    padding-left: 10px;
}

#history-detail-area dt::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    border-top: 1px solid #000;
    width: 10px;
}

#history-detail-area dd{
    width: 60%;
    margin: 0;
}

#president-greeting-area{
    width: 100%;
    height: 215px;
    display: flex;
    flex-direction: column;
    margin: 10% 0 20%;
}

#president-greeting-title-area{
    width: 30%;
    margin: 0 auto 4%;
    padding-bottom: 2%;
    border-bottom: 2px solid #3ca5cb;
}

#president-greeting-title-area h2{
    font-size: 4vw;
    line-height: 5vw;
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
}

#president-photo-comment-area{
    width: 100%;
    position: relative;
}

#president-photo{
    width: 40%;
    position: absolute;
    left: 50%;
}

#president-photo img{
    width: 100%;
    vertical-align: bottom;
}

#president-comment-box{
    width: 50%;
    height: 150px;
    background-color: #3ca5cb;
    display: flex;
    align-items: flex-start;
    padding: 0 8% 0 1%;
    position: absolute;
    top: 20px;
    left: 10%;
    z-index: -1;
}

#president-comment-area{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#president-comment-title{
    width: 100%;
}

#president-comment-title h4{
    font-size: 3vw;
    line-height: 4vw;
    color: #fff;
}

#president-comment{
    width: 100%;
}

#president-comment p{
    font-size: 2vw;
    line-height: 3.5vw;
    color: #fff;
}

#president-name{
    width: 100%;
    margin-top: 5%;
    padding-right: 3%;
}

#president-name p{
    font-size: 3vw;
    line-height: 3vw;
    text-align: right;
    color: #fff;
}

}
/*-------------------
スマホ横
-------------------*/
@media screen and (min-width: 481px) and (max-width: 896px) {

.vertical-space{
    padding-top: 5%;
}

.subtitle-A{
    width: 25%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-mark{
    width: 20%;
}

.subtitle-A-jp-mark img{
    width: 100%;
    vertical-align: top;
}

.subtitle-A-jp-text{
    width: 60%;
}

.subtitle-A-jp-text h2{
    font-size: 3vw;
    line-height: 3vw;
    text-align: center;
    margin: 0;
}

.subtitle-A hr{
    width: 90%;
    margin: 3% auto;
    border: 1px solid #3d9cbf;
}

.subtitle-A-english{
    width: 100%;
}

.subtitle-A-english p{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
}

.comment-A{
    width: 100%;
    margin: 5% auto;
}

.comment-A p{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
}

#company-profile-area{
    width: 100%;
    height: 350px;
    display: flex;
    position: relative;
    margin: 10% 0;
}

#company-profile-area-inner{
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 6% 1% 3%;
    z-index: 0;
}

#company-profile-back-box{
    width: 100%;
    height: 350px;
    background-color: #3ca5cb;
    display: flex;
    position: absolute;
    z-index: -1;
}

#company-profile-title{
    width: 25%;
    position: absolute;
    top: -7.5%;
    left: 37.5%;
    background-color: #09627a;
    border-radius: 10px;
}

#company-profile-title h2{
    font-size: 3vw;
    line-height: 6vw;
    margin: 0;
    letter-spacing: 1.5vw;
    text-indent: 1.5vw;
    color: #fff;
    text-align: center;
}

#english-text-area{
    width: 10%;
}

#english-text-area p{
    font-size: 4.5vw;
    line-height: 4.5vw;
    color: #89bfda;
    font-family: "Lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;
    writing-mode: vertical-rl
}

#profile-area{
    width: 40%;
    margin: 0 30% 0 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.detail-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.detail-area dt{
    width: 50%;
}

.detail-area dt p{
    font-size: 2vw;
    line-height: 3vw;
    color: #fff;
}

.detail-area dd{
    width: 50%;
    margin: 0;
}

.detail-area dd p{
    font-size: 2vw;
    line-height: 3vw;
    color: #fff;
}

.detail-area hr{
    width: 100%;
    border: 1px solid #fff;
    margin: 1% 0;
}

#company-history{
    width: 100%;
}

#company-history-title-area{
    width: 25%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#point{
    width: 100%;
}

#point p{
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
    letter-spacing: 2vw;
    text-indent: 2vw;
}

#history-title{
    width: 100%;
}

#history-title h2{
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
    letter-spacing: 1.9vw;
    text-indent: 1.9vw;
}

#company-history-title-area hr{
    width: 100%;
    border: 1px solid #000;
    margin: 3% 0;
}

#history-english{
    width: 100%;
}

#history-english p{
    font-size: 1.5vw;
    line-height: 1.5vw;
    text-align: center;
    letter-spacing: 0.4vw;
    text-indent: 0.4vw;
}

#history-content-area{
    width: 70%;
    margin: 5% auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#history-vertical-line{
    width: 5%;
    height: 241px;
    border-right: 1px solid #000;
    position: absolute;
    top: 56px;
    left: -38px;
}

#history-detail-area{
    width: 95%;
}

#history-detail-area dl{
    width: 100%;
    font-size: 2vw;
    line-height: 80px;
    display: flex;
    flex-wrap: wrap;
}

#history-detail-area dt{
    width: 40%;
    position: relative;
    padding-left: 10px;
}

#history-detail-area dt::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    border-top: 1px solid #000;
    width: 10px;
}

#history-detail-area dd{
    width: 60%;
    margin: 0;
}

#president-greeting-area{
    width: 100%;
    height: 440px;
    display: flex;
    flex-direction: column;
    margin: 10% 0 20%;
}

#president-greeting-title-area{
    width: 25%;
    margin: 0 auto 4%;
    padding-bottom: 1%;
    border-bottom: 5px solid #3ca5cb;
}

#president-greeting-title-area h2{
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
}

#president-photo-comment-area{
    width: 100%;
    position: relative;
}

#president-photo{
    width: 40%;
    position: absolute;
    left: 45%;
}

#president-photo img{
    width: 100%;
    vertical-align: bottom;
}

#president-comment-box{
    width: 50%;
    height: 300px;
    background-color: #3ca5cb;
    display: flex;
    align-items: flex-start;
    padding-right: 15%;
    position: absolute;
    top: 60px;
    left: 10%;
    z-index: -1;
}

#president-comment-area{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#president-comment-title{
    width: 100%;
}

#president-comment-title h4{
    font-size: 2.5vw;
    line-height: 3vw;
    color: #fff;
}

#president-comment{
    width: 100%;
}

#president-comment p{
    font-size: 2vw;
    line-height: 3vw;
    color: #fff;
}

#president-name{
    width: 100%;
    margin-top: 5%;
    padding-right: 3%;
}

#president-name p{
    font-size: 2.5vw;
    line-height: 6vw;
    text-align: right;
    color: #fff;
}

}
/*-----------------------
 タブレットスタイル(縦)
-------------------------*/
@media screen and (min-width: 897px) and (max-width: 1024px) {

.vertical-space{
    padding-top: 5%;
}

.subtitle-A{
    width: 20%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-mark{
    width: 20%;
}

.subtitle-A-jp-mark img{
    width: 100%;
    vertical-align: top;
}

.subtitle-A-jp-text{
    width: 60%;
}

.subtitle-A-jp-text h2{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    margin: 0;
}

.subtitle-A hr{
    width: 90%;
    margin: 3% auto;
    border: 1px solid #3d9cbf;
}

.subtitle-A-english{
    width: 100%;
}

.subtitle-A-english p{
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: center;
}

.comment-A{
    width: 100%;
    margin: 5% auto;
}

.comment-A p{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
}

#company-profile-area{
    width: 100%;
    height: 360px;
    display: flex;
    position: relative;
    margin: 10% 0;
}

#company-profile-area-inner{
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 3% 1%;
    z-index: 0;
}

#company-profile-back-box{
    width: 100%;
    height: 360px;
    background-color: #3ca5cb;
    display: flex;
    position: absolute;
    z-index: -1;
}

#company-profile-title{
    width: 20%;
    position: absolute;
    top: -6.5%;
    left: 40%;
    background-color: #09627a;
    border-radius: 20px;
}

#company-profile-title h2{
    font-size: 2vw;
    line-height: 4vw;
    margin: 0;
    letter-spacing: 1.5vw;
    text-indent: 1.5vw;
    color: #fff;
    text-align: center;
}

#english-text-area{
    width: 10%;
}

#english-text-area p{
    font-size: 4vw;
    line-height: 4vw;
    color: #89bfda;
    font-family: "Lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;
    writing-mode: vertical-rl
}

#profile-area{
    width: 40%;
    margin: 0 30% 0 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.detail-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.detail-area dt{
    width: 50%;
}

.detail-area dt p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

.detail-area dd{
    width: 50%;
    margin: 0;
}

.detail-area dd p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

.detail-area hr{
    width: 100%;
    border: 1px solid #fff;
    margin: 1% 0;
}

#company-history{
    width: 100%;
}

#company-history-title-area{
    width: 15%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#point{
    width: 100%;
}

#point p{
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: center;
    letter-spacing: 2vw;
    text-indent: 2vw;
}

#history-title{
    width: 100%;
}

#history-title h2{
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
}

#company-history-title-area hr{
    width: 100%;
    border: 1px solid #000;
    margin: 3% 0;
}

#history-english{
    width: 100%;
}

#history-english p{
    font-size: 0.8vw;
    line-height: 1vw;
    text-align: center;
    letter-spacing: 0.3vw;
    text-indent: 0.3vw;
}

#history-content-area{
    width: 40%;
    margin: 5% auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#history-vertical-line{
    width: 5%;
    height: 242px;
    border-right: 1px solid #000;
    position: absolute;
    top: 55px;
    left: -32px;
}

#history-detail-area{
    width: 95%;
}

#history-detail-area dl{
    width: 100%;
    font-size: 1.5vw;
    line-height: 80px;
    display: flex;
    flex-wrap: wrap;
}

#history-detail-area dt{
    width: 40%;
    position: relative;
    padding-left: 10px;
}

#history-detail-area dt::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    border-top: 1px solid #000;
    width: 10px;
}

#history-detail-area dd{
    width: 60%;
    margin: 0;
}

#president-greeting-area{
    width: 100%;
    height: 440px;
    display: flex;
    flex-direction: column;
    margin: 5% 0 20%;
}

#president-greeting-title-area{
    width: 17%;
    margin: 0 auto 4%;
    border-bottom: 5px solid #3ca5cb;
}

#president-greeting-title-area h2{
    font-size: 2vw;
    line-height: 5vw;
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
}

#president-photo-comment-area{
    width: 100%;
    position: relative;
}

#president-photo{
    width: 40%;
    position: absolute;
    left: 45%;
}

#president-photo img{
    width: 100%;
    vertical-align: bottom;
}

#president-comment-box{
    width: 50%;
    height: 280px;
    background-color: #3ca5cb;
    padding-right: 19%;
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 60px;
    left: 15%;
    z-index: -1;
}

#president-comment-area{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#president-comment-title{
    width: 100%;
}

#president-comment-title h4{
    font-size: 2vw;
    line-height: 2.5vw;
    color: #fff;
}

#president-comment{
    width: 100%;
}

#president-comment p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

#president-name{
    width: 100%;
    margin-top: 5%;
    padding-right: 3%;
}

#president-name p{
    font-size: 2vw;
    line-height: 3vw;
    text-align: right;
    color: #fff;
}

}

/*-------------------
タブレット_横
-------------------*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {

.vertical-space{
    padding-top: 5%;
}

.subtitle-A{
    width: 20%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-mark{
    width: 20%;
}

.subtitle-A-jp-mark img{
    width: 100%;
    vertical-align: top;
}

.subtitle-A-jp-text{
    width: 60%;
}

.subtitle-A-jp-text h2{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    margin: 0;
}

.subtitle-A hr{
    width: 90%;
    margin: 3% auto;
    border: 1px solid #3d9cbf;
}

.subtitle-A-english{
    width: 100%;
}

.subtitle-A-english p{
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: center;
}

.comment-A{
    width: 100%;
    margin: 5% auto;
}

.comment-A p{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
}

#company-profile-area{
    width: 100%;
    height: 500px;
    display: flex;
    position: relative;
    margin: 10% 0;
}

#company-profile-area-inner{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 3% 1%;
    z-index: 0;
}

#company-profile-back-box{
    width: 100%;
    height: 500px;
    background-color: #3ca5cb;
    display: flex;
    position: absolute;
    z-index: -1;
}

#company-profile-title{
    width: 20%;
    position: absolute;
    top: -6.5%;
    left: 40%;
    background-color: #09627a;
    border-radius: 20px;
}

#company-profile-title h2{
    font-size: 2vw;
    line-height: 4vw;
    margin: 0;
    letter-spacing: 1.5vw;
    text-indent: 1.5vw;
    color: #fff;
    text-align: center;
}

#english-text-area{
    width: 10%;
}

#english-text-area p{
    font-size: 4vw;
    line-height: 4vw;
    color: #89bfda;
    font-family: "Lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;
    writing-mode: vertical-rl
}

#profile-area{
    width: 40%;
    margin: 0 30% 0 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.detail-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.detail-area dt{
    width: 50%;
}

.detail-area dt p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

.detail-area dd{
    width: 50%;
    margin: 0;
}

.detail-area dd p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

.detail-area hr{
    width: 100%;
    border: 1px solid #fff;
    margin: 1% 0;
}

#company-history{
    width: 100%;
}

#company-history-title-area{
    width: 15%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#point{
    width: 100%;
}

#point p{
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: center;
    letter-spacing: 2vw;
    text-indent: 2vw;
}

#history-title{
    width: 100%;
}

#history-title h2{
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
}

#company-history-title-area hr{
    width: 100%;
    border: 1px solid #000;
    margin: 3% 0;
}

#history-english{
    width: 100%;
}

#history-english p{
    font-size: 0.8vw;
    line-height: 1vw;
    text-align: center;
    letter-spacing: 0.3vw;
    text-indent: 0.3vw;
}

#history-content-area{
    width: 40%;
    margin: 5% auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#history-vertical-line{
    width: 5%;
    height: 241px;
    border-right: 1px solid #000;
    position: absolute;
    top: 54px;
    left: -37px;
}

#history-detail-area{
    width: 95%;
}

#history-detail-area dl{
    width: 100%;
    font-size: 1vw;
    line-height: 80px;
    display: flex;
    flex-wrap: wrap;
}

#history-detail-area dt{
    width: 40%;
    position: relative;
    padding-left: 10px;
    font-size: 1.5vw;
}

#history-detail-area dt::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    border-top: 1px solid #000;
    width: 10px;
}

#history-detail-area dd{
    width: 60%;
    margin: 0;
    font-size: 1.5vw;
}

#president-greeting-area{
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    margin-top: 10%;
}

#president-greeting-title-area{
    width: 17%;
    margin: 0 auto 4%;
    border-bottom: 5px solid #3ca5cb;
}

#president-greeting-title-area h2{
    font-size: 2vw;
    line-height: 5vw;
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
}

#president-photo-comment-area{
    width: 100%;
    position: relative;
}

#president-photo{
    width: 40%;
    position: absolute;
    left: 45%;
}

#president-photo img{
    width: 100%;
    vertical-align: bottom;
}

#president-comment-box{
    width: 50%;
    height: 430px;
    background-color: #3ca5cb;
    padding-right: 19%;
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 90px;
    left: 15%;
    z-index: -1;
}

#president-comment-area{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#president-comment-title{
    width: 100%;
}

#president-comment-title h4{
    font-size: 2vw;
    line-height: 2.5vw;
    color: #fff;
}

#president-comment{
    width: 100%;
}

#president-comment p{
    font-size: 1.5vw;
    line-height: 2.5vw;
    color: #fff;
}

#president-name{
    width: 100%;
    margin-top: 5%;
    padding-right: 3%;
}

#president-name p{
    font-size: 2vw;
    line-height: 6vw;
    text-align: right;
    color: #fff;
}

}

/*-------------------
ＰＣ
-------------------*/
@media all and (min-width: 1401px){

.vertical-space{
    padding-top: 5%;
}

.subtitle-A{
    width: 20%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-mark{
    width: 20%;
}

.subtitle-A-jp-mark img{
    width: 100%;
    vertical-align: top;
}

.subtitle-A-jp-text{
    width: 60%;
}

.subtitle-A-jp-text h2{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    margin: 0;
}

.subtitle-A hr{
    width: 90%;
    margin: 3% auto;
    border: 1px solid #3d9cbf;
}

.subtitle-A-english{
    width: 100%;
}

.subtitle-A-english p{
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: center;
}

.comment-A{
    width: 100%;
    margin: 5% auto;
}

.comment-A p{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
}

#company-profile-area{
    width: 100%;
    height: 680px;
    display: flex;
    position: relative;
    margin: 10% 0;
}

#company-profile-area-inner{
    width: 100%;
    height: 680px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 3% 1%;
    z-index: 0;
}

#company-profile-back-box{
    width: 100%;
    height: 680px;
    background-color: #3ca5cb;
    display: flex;
    position: absolute;
    z-index: -1;
}

#company-profile-title{
    width: 20%;
    position: absolute;
    top: -6.5%;
    left: 40%;
    background-color: #09627a;
    border-radius: 20px;
}

#company-profile-title h2{
    font-size: 2vw;
    line-height: 4vw;
    margin: 0;
    letter-spacing: 1.5vw;
    text-indent: 1.5vw;
    color: #fff;
    text-align: center;
}

#english-text-area{
    width: 10%;
}

#english-text-area p{
    font-size: 4vw;
    line-height: 4vw;
    color: #89bfda;
    font-family: "Lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;
    writing-mode: vertical-rl
}

#profile-area{
    width: 40%;
    margin: 0 30% 0 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.detail-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.detail-area dt{
    width: 50%;
}

.detail-area dt p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

.detail-area dd{
    width: 50%;
    margin: 0;
}

.detail-area dd p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

.detail-area hr{
    width: 100%;
    border: 1px solid #fff;
    margin: 1% 0;
}

#company-history{
    width: 100%;
}

#company-history-title-area{
    width: 15%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#point{
    width: 100%;
}

#point p{
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: center;
    letter-spacing: 2vw;
    text-indent: 2vw;
}

#history-title{
    width: 100%;
}

#history-title h2{
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
}

#company-history-title-area hr{
    width: 100%;
    border: 1px solid #000;
    margin: 3% 0;
}

#history-english{
    width: 100%;
}

#history-english p{
    font-size: 0.8vw;
    line-height: 1vw;
    text-align: center;
    letter-spacing: 0.3vw;
    text-indent: 0.3vw;
}

#history-content-area{
    width: 40%;
    margin: 5% auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#history-vertical-line{
    width: 5%;
    height: 240px;
    border-right: 1px solid #000;
    position: absolute;
    top: 60px;
    left: -47px;
}

#history-detail-area{
    width: 95%;
}

#history-detail-area dl{
    width: 100%;
    font-size: 1vw;
    line-height: 80px;
    display: flex;
    flex-wrap: wrap;
}

#history-detail-area dt{
    width: 40%;
    position: relative;
    padding-left: 10px;
}

#history-detail-area dt::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    border-top: 1px solid #000;
    width: 10px;
}

#history-detail-area dd{
    width: 60%;
    margin: 0;
}

#president-greeting-area{
    width: 100%;
    height: 810px;
    display: flex;
    flex-direction: column;
    margin-top: 10%;
}

#president-greeting-title-area{
    width: 17%;
    margin: 0 auto 4%;
    border-bottom: 5px solid #3ca5cb;
}

#president-greeting-title-area h2{
    font-size: 2vw;
    line-height: 5vw;
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
}

#president-photo-comment-area{
    width: 100%;
    position: relative;
}

#president-photo{
    width: 40%;
    position: absolute;
    left: 45%;
}

#president-photo img{
    width: 100%;
    vertical-align: bottom;
}

#president-comment-box{
    width: 40%;
    height: 550px;
    background-color: #3ca5cb;
    display: flex;
    align-items: flex-start;
    padding-right: 10%;
    position: absolute;
    top: 80px;
    left: 15%;
    z-index: -1;
}

#president-comment-area{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#president-comment-title{
    width: 100%;
}

#president-comment-title h4{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

#president-comment{
    width: 100%;
}

#president-comment p{
    font-size: 1vw;
    line-height: 2vw;
    color: #fff;
}

#president-name{
    width: 100%;
    margin-top: 5%;
    padding-right: 3%;
}

#president-name p{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: right;
    color: #fff;
}

}
/*-------------------
印刷用
-------------------*/
@media print{

.vertical-space{
    padding-top: 5%;
}

.subtitle-A{
    width: 20%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subtitle-A-jp-mark{
    width: 20%;
}

.subtitle-A-jp-mark img{
    width: 100%;
    vertical-align: top;
}

.subtitle-A-jp-text{
    width: 60%;
}

.subtitle-A-jp-text h2{
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    margin: 0;
}

.subtitle-A hr{
    width: 90%;
    margin: 3% auto;
    border: 1px solid #3d9cbf;
}

.subtitle-A-english{
    width: 100%;
}

.subtitle-A-english p{
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: center;
}

.comment-A{
    width: 100%;
    margin: 5% auto;
}

.comment-A p{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
}

#company-profile-area{
    width: 100%;
    height: 680px;
    display: flex;
    position: relative;
    margin: 10% 0;
}

#company-profile-area-inner{
    width: 100%;
    height: 680px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 3% 1%;
    z-index: 0;
}

#company-profile-back-box{
    width: 100%;
    height: 680px;
    background-color: #3ca5cb;
    display: flex;
    position: absolute;
    z-index: -1;
}

#company-profile-title{
    width: 20%;
    position: absolute;
    top: -6.5%;
    left: 40%;
    background-color: #09627a;
    border-radius: 20px;
}

#company-profile-title h2{
    font-size: 2vw;
    line-height: 4vw;
    margin: 0;
    letter-spacing: 1.5vw;
    text-indent: 1.5vw;
    color: #fff;
    text-align: center;
}

#english-text-area{
    width: 10%;
}

#english-text-area p{
    font-size: 4vw;
    line-height: 4vw;
    color: #89bfda;
    font-family: "Lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;
    writing-mode: vertical-rl
}

#profile-area{
    width: 40%;
    margin: 0 30% 0 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.detail-area dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.detail-area dt{
    width: 50%;
}

.detail-area dt p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

.detail-area dd{
    width: 50%;
    margin: 0;
}

.detail-area dd p{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

.detail-area hr{
    width: 100%;
    border: 1px solid #fff;
    margin: 1% 0;
}

#company-history{
    width: 100%;
}

#company-history-title-area{
    width: 15%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#point{
    width: 100%;
}

#point p{
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: center;
    letter-spacing: 2vw;
    text-indent: 2vw;
}

#history-title{
    width: 100%;
}

#history-title h2{
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
}

#company-history-title-area hr{
    width: 100%;
    border: 1px solid #000;
    margin: 3% 0;
}

#history-english{
    width: 100%;
}

#history-english p{
    font-size: 0.8vw;
    line-height: 1vw;
    text-align: center;
    letter-spacing: 0.3vw;
    text-indent: 0.3vw;
}

#history-content-area{
    width: 40%;
    margin: 5% auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#history-vertical-line{
    width: 5%;
    height: 240px;
    border-right: 1px solid #000;
    position: absolute;
    top: 60px;
    left: -47px;
}

#history-detail-area{
    width: 95%;
}

#history-detail-area dl{
    width: 100%;
    font-size: 1vw;
    line-height: 80px;
    display: flex;
    flex-wrap: wrap;
}

#history-detail-area dt{
    width: 40%;
    position: relative;
    padding-left: 10px;
}

#history-detail-area dt::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    border-top: 1px solid #000;
    width: 10px;
}

#history-detail-area dd{
    width: 60%;
    margin: 0;
}

#president-greeting-area{
    width: 100%;
    height: 790px;
    display: flex;
    flex-direction: column;
    margin-top: 10%;
}

#president-greeting-title-area{
    width: 17%;
    margin: 0 auto 4%;
    border-bottom: 5px solid #3ca5cb;
}

#president-greeting-title-area h2{
    font-size: 2vw;
    line-height: 5vw;
    text-align: center;
    letter-spacing: 1vw;
    text-indent: 1vw;
}

#president-photo-comment-area{
    width: 100%;
    position: relative;
}

#president-photo{
    width: 40%;
    position: absolute;
    left: 45%;
}

#president-photo img{
    width: 100%;
    vertical-align: bottom;
}

#president-comment-box{
    width: 30%;
    height: 550px;
    background-color: #3ca5cb;
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 60px;
    left: 20%;
    z-index: -1;
}

#president-comment-area{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#president-comment-title{
    width: 100%;
}

#president-comment-title h4{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
}

#president-comment{
    width: 100%;
}

#president-comment p{
    font-size: 1vw;
    line-height: 1.5vw;
    color: #fff;
}

#president-name{
    width: 100%;
    margin-top: 5%;
    padding-right: 18%;
}

#president-name p{
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: right;
    color: #fff;
}

}


/*-------------------
共通
-------------------*/