
/***** main-top *****/

.top_wave {
    background-image: url("../images/top_img/company_top.jpg");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center 40%;
}

/*****  背景ロゴ無い場合のタイトル *****/

.title_none_logo {
    height: 150px;
}

/*****  背景の白丸 共通 *****/

.bg_circle {
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.35);
    position: absolute;
}

/***** 社長挨拶 *****/

.greeting_group .content {
    font-family: "游教科書体 横用","游明朝","ヒラギノ明朝 ProN",serif;    
    width: 75%;
    margin: auto;
    margin-top: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}
.greeting_group .content_title_group {
    height: 350px;
    position: relative;
}
.greeting_group .content_title_group h3 {
    font-size: 32px;
    letter-spacing: 5px;
    position: absolute;
    top: 35%;
    left: 35%;
}
.greeting_group .content_title_group h3 span {
    display: inline-block;
}
.greeting_group .content_title_president {
    width: 70%;
    height: 300px;
    background: linear-gradient(180deg, rgb(240, 188, 104, 0) 0%, rgb(240, 188, 104, 0) 50%, #dce1e6 50%, #dce1e6 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
}
.greeting_group .content_title_president img {
    margin: 0 50px;
    width: 33%;
    max-width: 250px;
    filter: drop-shadow(7px -2px 2px #aaa);
}
.greeting_group .content_title_president p:first-child {
    font-size: 24px;
    padding-bottom: 20px;
}
.greeting_group .content_title_president p:last-child {
    font-size: 28px;
    padding-bottom: 30px;
}
.greeting_group .content_text_group {
    width: 80%;
    margin: auto;
    padding-top: 70px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}
.greeting_group .content_text_group p {
    text-indent: 1em;
}
.greeting_group .content_text_img {
    display: flex;
    margin-top: 20px;
}
.greeting_group .stripe_bg {
    background-image: linear-gradient(-45deg, #F1F2E9 25%, #F2ECD8 25%, #F2ECD8 50%, #F1F2E9 50%, #F1F2E9 75%, #F2ECD8 75%, #F2ECD8);
    background-size: 5px 5px;
    width: 190%;
    height: 100%;
    padding: 8px;
}
.greeting_group .stripe_bg_right {
    margin-left: 20px;
}
.greeting_group .stripe_bg_left {
    margin-right: 20px;
}
.greeting_group .content_text_img p {
    margin-top: 1.5%;
}
.greeting_group .content_text_img img {
    width: 100%;   
    border: 4px solid #fff;
    background: #fff;
}
.greeting_group .content_textonly {
    margin-top: 60px;
}
.greeting_group .content_textonly:last-child {
    width: 70%;
}
.greeting_group .content_twoshot_group {
    height: 300px;
    position: relative;
}
.greeting_group .content_twoshot {
    width: 80%;
    height: 300px;
    background: linear-gradient(180deg, rgb(240, 188, 104, 0) 0%, rgb(240, 188, 104, 0) 65%, #dce1e6 10%, #dce1e6 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0 0 70px auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.greeting_group .content_twoshot img {
    margin: 0 100px 0 50px;
    width: 46%;
    max-width: 320px;
    filter: drop-shadow(7px -2px 2px #aaa);
}
.greeting_group .content_twoshot p {
    font-size: 22px;
    padding: 0 0 20px 50px;
}
@media screen and (max-width:1080px) {
    /* タブレット向けスタイル　*/
    .greeting_group .content_title_group {
        height: 280px;
    }
    .greeting_group .content_title_group h3 {
        font-size: 26px;
        letter-spacing: 3px;
    }
    .greeting_group .content_title_president {
        background: linear-gradient(180deg, rgb(240, 188, 104, 0) 0%, rgb(240, 188, 104, 0) 60%, #dce1e6 60%, #dce1e6 100%);
    }
    .greeting_group .content_title_president p:first-child {
        font-size: 22px;
        padding-bottom: 18px;
    }
    .greeting_group .content_title_president p:last-child {
        font-size: 24px;
        padding-bottom: 25px;
    }
    .greeting_group .content_text_group {
        padding-top: 40px;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 20px;
    }
    .greeting_group .content_twoshot_group {
        height: 250px;
    }
    .greeting_group .content_twoshot {
        width: 90%;
        background: linear-gradient(180deg, rgb(240, 188, 104, 0) 0%, rgb(240, 188, 104, 0) 75%, #dce1e6 10%, #dce1e6 100%);
    }
    .greeting_group .content_twoshot img {
        width: 30%;
    }
    .greeting_group .content_twoshot p {
        font-size: 18px;
    }
}
@media screen and (max-width: 850px) {
    /* モバイル向けスタイル */
    .greeting_group .content_title_group {
        height: 200px;
    }
    .greeting_group .content_title_group h3 {
        font-size: 16px;
        letter-spacing: 1px;
        top: 35%;
        left: 35%;
    }
    .greeting_group .content_title_president {
        width: 80%;
        background: linear-gradient(180deg, rgb(240, 188, 104, 0) 0%, rgb(240, 188, 104, 0) 80%, #dce1e6 80%, #dce1e6 100%);
    }
    .greeting_group .content_title_president img {
        width: 35%;
        max-width: 400px;
    }    
    .greeting_group .content_title_president p:first-child {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .greeting_group .content_title_president p:last-child {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .greeting_group .content_text_img {
        flex-flow: column;
        justify-content: center;
    }
    .greeting_group .content_text_img:nth-child(2) {
        flex-flow: column-reverse;
        justify-content: center;
        margin-top: 20px;
    }
    .greeting_group .stripe_bg {
        width: 70%;
    }
    .greeting_group .stripe_bg_right, .stripe_bg_left {
        margin: 5px;
        margin-top: 20px;
    }
    .greeting_group .content_twoshot img {
        width: 60%;
    }
}
@media screen and (max-width: 680px) {
    .greeting_group .content_textonly:last-child {
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    /* モバイル向けスタイル */
    .greeting_group .content_text_group {
        padding-top: 40px;
        font-size: 14px;
        letter-spacing: 0.8px;
        line-height: 20px;
    }

    .greeting_group .content_title_group {
        height: 150px;
    }
    .greeting_group .content_title_group h3 {
        top: 20%;
        left: 45%;
    }
    .greeting_group .content_title_president {
        width: 95%;
        background: linear-gradient(180deg, rgb(240, 188, 104, 0) 0%, rgb(240, 188, 104, 0) 80%, #dce1e6 80%, #dce1e6 100%);
    }
    .greeting_group .content_title_president img {
        margin: 0 20px;
        width: 40%;
        max-width: 400px;
    }  
    .greeting_group .content_twoshot_group {
        height: 150px;
    }
    .greeting_group .content_twoshot {
        width: 90%;
        background: linear-gradient(180deg, rgb(240, 188, 104, 0) 0%, rgb(240, 188, 104, 0) 85%, #dce1e6 10%, #dce1e6 100%);
    }
    .greeting_group .content_twoshot img {
        margin: 0 30px 0 30px;
        width: 50%;
    }
    .greeting_group .content_twoshot p {
        font-size: 14px;
        padding: 0 0 8px 20px;
    }
}  

/* スライダー */
.slick-slide-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: 50% 50%;
    border: 4px solid #F1F2E9;
    background-color: #F1F2E9;
}
.slick-slide-image .slick_bg {
    margin: 50px 2px 0;
}
@media screen and (max-width: 800px) {
    /* モバイル向けスタイル */
    .slick-slide-image img {
        height: 180px;
    }
}
@media screen and (max-width: 600px) {
    /* モバイル向けスタイル */
    .slick-slide-image img {
        height: 120px;
    }
}




    
/***** 企業理念 *****/

.philosophy_group {
    margin: 0;
}

/***** 企業理念 企業理念 *****/

.rinen_group {
    height: 710px;
    width: 100%;
    position: relative;
    overflow:hidden
}
.rinen_bg {
    width: 60vw;
    height: 60vw;
    max-width: 700px;
    max-height: 700px;
    min-width: 350px;
    min-height: 350px;
    border-radius: 50%;
    background-image: url("../images/company/rinen_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px; 
    left: 60%;
}
.rinen {
    position: absolute;
    top: 150px;
    background-color: rgba(220, 225, 230, 0.6);
    width: 100%;
    padding: 40px 0px;
}
.rinen h3 {
    font-family: "myfont","游教科書体 横用","游明朝","ヒラギノ明朝 ProN",serif;
    font-size: 40px;
    padding-right: 130px;
}
.rinen p {
    display: inline-block;
    font-family: "游教科書体 横用","游明朝","ヒラギノ明朝 ProN",serif;
    font-size: 24px;
}
.rinen_seijitsu, .rinen_sekinin, .rinen_doryoku {
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.rinen_seijitsu {
    margin-left: 13%;
}    
.rinen_sekinin {
    margin-left: 18%;
}    
.rinen_doryoku {
    margin-left: 23%;
}    
@media screen and (max-width: 1100px) {
    /* モバイル向けスタイル */
    .rinen_group {
        /* height: 670px; */
        height: 75vw;
    }    
    .rinen h3 {
        font-size: 30px;
        padding-right: 80px;
    }
    .rinen p {
        font-size: 20px;
    }
}
@media screen and (max-width: 970px) {
    /* モバイル向けスタイル */
    .rinen_bg {
        top: 60px; 
        left: 60%;
        width: 50vw;
        height: 50vw;
    }    
    .rinen {
        top: 30px;
    }      
    .rinen h3 {
        font-size: 30px;
        padding-right: 80px;
        margin-bottom: 10px;
    }
    .rinen p {
        font-size: 20px;
    }
    .rinen_seijitsu, .rinen_sekinin, .rinen_doryoku {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        padding: 10px 0;
    }
    .rinen_seijitsu {
        margin-right: 8%;
    }    
    .rinen_sekinin {
        margin-right: 8%;
    }    
    .rinen_doryoku {
        margin-right: 8%;
    }    
    
}
@media screen and (max-width: 540px) {
    /* モバイル向けスタイル */
    .rinen_group {
        height: 395px;
    } 
    .rinen_bg {
        top: 10%; 
        left: 40%;
    }  
    .rinen {
        top: 50px;
    }      
    .rinen h3 {
        font-size: 20px;
        padding-right: 80px;
        margin-bottom: 10px;
    }
    .rinen p {
        font-size: 16px;
    }
    .rinen_seijitsu {
        margin-left: 8%;
    }    
    .rinen_sekinin {
        margin-left: 8%;
    }    
    .rinen_doryoku {
        margin-left: 8%;
    }    
    }

/***** 企業理念 安全と信頼 *****/

.anzen_group {
    height: 750px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    position: relative;
    overflow:hidden
}
.anzen_group .bg_circle {
    width: 50%;
    max-width: 700px;
    top: 0; 
    left: -10%;
}
.anzen_one, .anzen_two {
    display: flex;
    position: absolute;
}
.anzen_one {
    top: 15%;
    left: 15%;
}
.anzen_two {
    top: 72%;
    left: 15%;
}
.anzen_number {
    font-size: 60px;
    margin: 30px;
    margin-top: 0;
}
.anzen_text {
    font-size: 20px;
    margin: 20px;
}
.anzen_text li {
    width: 60vw;
    border-bottom: 0.5px solid #060563;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.anzen_text_two {
    padding-left: 30px;
}
.anzen_text_three {
    padding-left: 60px;
}
.anzen_text_four {
    padding-left: 90px;
}
.anzen_text_five {
    padding-left: 120px;
}
@media screen and (max-width: 1225px) {
    /* モバイル向けスタイル */
    .anzen_two {
        top: 80%;
    }
}
@media screen and (max-width: 1000px) {
    /* モバイル向けスタイル */
    .anzen_one {
        top: 15%;
        left: 8%;
    }
    .anzen_two {
        top: 85%;
        left: 8%;
    }
    .anzen_text li {
        width: 65vw;
    }
    .anzen_two .anzen_text {
        width: 65vw;
    }
}
@media screen and (max-width: 800px) {
    /* モバイル向けスタイル */
    .anzen_number {
        font-size: 50px;
        margin: 10px;
        margin-top: 0;
    }
    .anzen_text {
        font-size: 16px;
    }    
    .anzen_text_two {
        padding-left: 0px;
    }
    .anzen_text_three {
        padding-left: 0px;
    }
    .anzen_text_four {
        padding-left: 0px;
    }
    .anzen_text_five {
        padding-left: 0px;
    }    
}
@media screen and (max-width: 400px) {
    /* モバイル向けスタイル */
    .anzen_two {
        top: 90%;
        left: 8%;
    }
}

/***** 会社概要 共通 *****/

.overview {
    font-size: 20px;
    width: 75%;
    margin: auto;
    margin-top: 50px;
    padding: 100px 50px;
    border: 1px solid #060563;
    position: relative;
}
.overview table th {
    font-weight: normal;
    color: #090909;
    width: 30%;
    min-width: 175px;
    padding: 20px 50px 0 0;
}
.overview table td {
    padding: 20px 0;
    border-bottom: 0.5px solid #060563;
}
.overview br {
    display: none;
}

/***** 会社概要 会社概要 *****/

.overview_group {
    position: relative;
    overflow:hidden;
    padding-top: 40px;
}
.overview_group .bg_circle_left {
    width: 40%;
    max-width: 600px;
    min-width: 250px;
    top: 0%; 
    left: -10%;
}
.overview_group .bg_circle_right{
    width: 60%;
    max-width: 1000px;
    min-width: 250px;
    top: 37%; 
    right: -20%;
}
.overview iframe {
    width: 43vw;
    height: 13vw;
}
.map_area th, .map_area td {
    padding-top: 60px !important;
}
.map_end {
    border: 0 !important;
}

/***** 会社概要 業務内容 *****/

.business-content_group {
    position: relative;
    overflow:hidden;
    padding: 40px 0 60px 0;
}
.business-content_group .bg_circle {
    width: 35%;
    max-width: 600px;
    min-width: 250px;
    top: 0%; 
    left: -10%;
}
.business-content_group td {
    line-height: 32px;
}
.business-content_group .overview {
    padding: 40px 80px 60px 80px;
}

/***** 会社概要 資格者一覧 *****/

.qualified-person_group {
    position: relative;
    overflow:hidden;
    padding: 40px 0 100px 0;
}
.qualified-person_group .bg_circle {
    width: 30%;
    max-width: 600px;
    min-width: 250px;
    top: 0%; 
    right: -5%;
}
.qualified-person_group table {
    width: 50%;
    margin: auto;
}
.qualified-person_group tr td:last-child {
    text-align: right;
}
.qualified-person_group .overview {
    padding: 40px 80px 60px 80px;
}


@media screen and (max-width: 1000px) {
    /* モバイル向けスタイル */
    .overview_group .overview table th, .overview_group .overview table td,  
    .business-content_group .overview table th, .business-content_group .overview table td {
        display: block;
        text-align: left;
    }
    .overview table {
        width: 100%;
    }
    .overview table td {
        width: 100%;
    }
    .qualified-person_group .overview table td {
        width: 0;
    }
    .qualified-person_group .overview table td:first-child {
        width: 80%;
    }
    .overview iframe {
        width: 55vw;
        height: 18vw;
    }
    .overview table th {
        font-weight: normal;
        color: #090909;
        width: 100%;
        min-width: 175px;
        padding: 20px 0 0 0;
    }
    
}
@media screen and (max-width: 750px) {
    /* モバイル向けスタイル */
    .overview {
        font-size: 16px;
        width: 80%;
        margin: auto;
        margin-top: 30px;
        padding: 20px 30px;
        border: 1px solid #060563;
        position: relative;
    }    
    .qualified-person_group .overview {
        padding: 20px 30px 40px 30px;
    }
    .overview br {
        display: block;
    }
    .overview table td {
        width: 100%;
    }
    .overview iframe {
        width: 65vw;
        height: 30vw;
    }
    .map_area th, .map_area td {
        padding-top: 20px !important;
    }
    .business-content_group .overview {
        padding: 40px 30px 60px 30px;
    }
    .business-content_group td {
        line-height: 22px;
    }
    
    
    


}


