﻿.content-block{
    width: 100%;
    padding: 100px 0;
}
.content-block__inner{
    padding: 0 16px;
    max-width: 1000px;
    margin: 0 auto;
}

.dx_sp-none{
    display: none;
}
.dx_pc-none{
    display: block;
}
@media screen and (min-width: 768px) {
    .dx_sp-none{
        display: block;
    }
    .dx_pc-none{
        display: none;
    }
}
@media (max-width: 375px) {
    .dx_sp-min-none{
        display: none;
    }
}

/* 本文テキスト */
.dx-main-text{
    font-size: 100%;
    color: #231815;
    font-weight: 500;
    line-height: 1.7;
}
.dx-main-text sup{
    line-height: 0;
}
@media screen and (min-width: 768px) {
    .dx-main-text{
        font-size: 107%;
    }
}

/* 注釈テキスト */
.dx-note-text{
    font-size: 73%;
    color: #231815;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 2px;
}

/* テキストリスト square */
.dx-square-text-list__item{
    display: flex;
    margin-bottom: 4px;
}
.dx-square-text-list__item:last-child{
    margin-bottom: 0;
}
.dx-square-text-list__item::before{
    content: "□";
    display: block;
    font-size: 100%;
    color: #231815;
    margin-right: 2px;
    line-height: 1.7;
}
@media screen and (min-width: 768px) {
    .dx-square-text-list__item::before{
        font-size: 107%;
    }
}

/* リンクボタン */
.dx-common-button__link{
    box-sizing: border-box;
    background-color: #00a5ca;
    padding: 4px;
    display: block;
    max-width: 130px;
    width: 100%;
    border-radius: 30px;
    margin: 20px auto 0;
    font-weight: bold;
    font-size: 100%;
    border: 1px solid #00a5ca;
    text-align: center;
    color: #FFFFFF;
}
.dx-common-button__link-text{
    text-align: center;
    color: #FFFFFF;
}
@media screen and (min-width: 768px) {
    .dx-common-button__link{
        padding: 10px;
        max-width: 300px;
        font-size: 145%;
        border-radius: 36px;
        transition: 0.3s all ;
        margin-top: 40px;
    }
    .dx-common-button__link:hover{
        background-color: #ffffff;
        text-decoration: none;
    }
    .dx-common-button__link-text{
        transition: 0.3s all ;
    }
    .dx-common-button__link:hover .dx-common-button__link-text{
        color: #00a5ca;
    }
}

/* ページ・コンテンツブロックタイトル */
.dx-title{
    width: 100%;
    margin-bottom: 30px;
}
.dx-title__text{
    font-size: 183%;
    color: #00a5ca;
    flex-shrink: 0;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.dx-title__text--yellow-green{
    color: #6FB92C;
}
.dx-title__text--green{
    color: #00A283;
}
.dx-title__text-span{
    background-color: #fff;
    padding-right: 10px;
}
.dx-title__text-span::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #00a5ca;
    margin-left: 18px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 18px;
}
.dx-title__text-span--yellow-green::after{
    background-color: #6FB92C;
}
.dx-title__text-span--green::after{
    background-color: #00A283;
}
.dx-title--tf{
    margin-bottom: 40px;
}
.dx-title--tf-case{
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .dx-title{
        margin-bottom: 130px;
    }
    .dx-title__text{
        font-size: 179%;
    }
    .dx-title__text-span{
        padding-right: 18px;
    }
    .dx-title--tf-case{
        margin-bottom: 28px;
    }
}

/* コンテンツブロックタイトル ドット */
.dx-dotted-contents-title{
    margin-bottom: 30px;
}
.dx-dotted-contents-title::after{
    content: "";
    display: inline-block;
    background-image: url(/about/about-dx/images/img_vision_05.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 21px;
}
.dx-dotted-contents-title__text{
    line-height: 1.2;
}
.dx-dotted-contents-title__text-span{
    color: #231815;
    font-size: 183%;
    font-weight: bold;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .dx-dotted-contents-title{
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .dx-dotted-contents-title::after{
        background-image: url(/about/about-dx/images/img_vision_06.png);
        background-size: cover;
        height: 36px;
        display: inline-block;
        position: absolute;
        bottom: 2px;
        right: 0;
        z-index: -2;
    }
    .dx-dotted-contents-title__text{
        line-height: 1.6;
    }
    .dx-dotted-contents-title__text-span{
        background-color: #fff;
        font-size: 179%;
        padding: 6px 0;
    }
    .dx-dotted-contents-title__text-span::after{
        content: '';
        background: linear-gradient(to right, #ffffff 58%, rgba(255, 255, 255, 0));
        position: absolute;
        z-index: -1;
        height: 37px;
        width: 90px;
        right: -89px;
        bottom: 0;
    }
}

/* コンテンツブロックタイトル 下線（三重)*/
.dx-underline-contents-title__text{
    font-size: 150%;
    color: #231815;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    width: 100%;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .dx-underline-contents-title__text{
        font-size: 166%;
    }
}

/* コンテンツ内サブタイトル ドットシャドウ */
.dx-dot-shadowーcontents-sub-title__text{
    padding: 6px 9px;
    font-size: 120%;
    color: #000000;
    font-weight: bold;
    background: linear-gradient(to right, #a5d6ed, rgba(165, 214, 237, 0));
    margin-bottom: 26px;
}
.dx-dot-shadowーcontents-sub-title__text span{
    font-size: 84%;
}
@media screen and (min-width: 768px) {
    .dx-dot-shadowーcontents-sub-title__text{
        padding: 10px 20px 10px 18px;
        font-size: 164%;
    }
    .dx-dot-shadowーcontents-sub-title__text span{
        font-size: 100%;
    }
}

/* コンテンツ内サブタイトル シンプル */
.dx-simple-contents-sub-title{
    margin-bottom: 30px;
}
.dx-simple-contents-sub-title--mt{
    margin-top: 60px;
}
.dx-simple-contents-sub-title__text{
    font-size: 166%;
    color: #231815;
    border-bottom: 1px solid #231815;
    font-weight: bold;
    width: fit-content;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .dx-simple-contents-sub-title{
        margin-bottom: 40px;
    }
    .dx-simple-contents-sub-title--mt{
        margin-top: 180px;
    }
    .dx-simple-contents-sub-title__text{
        font-size: 214%;
        border-bottom: 2px solid #231815;
    }
    .dx-simple-contents-sub-title__text--small{
        font-size: 179%;
    }
}

/* リンクアイテムリスト */
.dx-link-list{
    display: flex;
    flex-wrap: wrap;
}
.dx-link-list__item{
    width: 100%;
    border: 1px solid #00a5ca;
    box-sizing: border-box;
    border-radius: 16px;
    margin-right: 10px;
    overflow: hidden;
}
.dx-link-list__item:last-child{
    margin-right: 0;
}
.dx-link-list__link{
    display: block;
    height: 100%;
}
.dx-link-list__img{
    display: block;
    width: 100%;
}
.dx-link-list__text-wrap{
    border-top: 1px solid #00a5ca;
    background-color: #FFFFFF;
    padding: 10px;
    height: 112px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dx-link-list__text{
    font-size: 117%;
    text-align: center;
    font-weight: bold;
    color: #00a5ca;
    line-height: 1.5;
}
.dx-link-list__item--tf{
    width: calc(((100% - 18px)/2) - 2px);
    margin: 0 20px 20px 0;
    border-radius: 8px;
}
.dx-link-list__item--tf:nth-of-type(2n){
    margin-right: 0;
}
.dx-link-list__item--tf:last-of-type(-n+2){
    margin-bottom: 0;
}
.dx-link-list__text-wrap--tf{
    padding: 5px;
    height: auto;
    min-height: 54px;
}
.dx-link-list__text-wrap--tf::before{
    width: 23px;
    height: 23px;
    background-image: url(/about/about-dx/images/img_sp_link-list__text-deco.png);
}
.dx-link-list__text-wrap--tf::after{
    width: 23px;
    height: 23px;
    background-image: url(/about/about-dx/images/img_sp_link-list__text-deco.png);
}
.dx-link-list__text--tf{
    font-size: 10px;
}
.dx-link-list__text-wrap--tf{
    max-height: 70px;
    height: 112px;
    min-height: 0;
}
.dx-link-list--tf-case{
    display: flex;
    flex-wrap: nowrap;
}
.dx-link-list__text--tf-case{
    font-size: 10px;
}
@media screen and (min-width: 768px) {
    .dx-link-list__item{
        border-radius: 12px;
    }
    .dx-link-list__text-wrap{
        height: 80px;
    }
    .dx-link-list__text-wrap::before{
        width: 34px;
        height: 35px;
    }
    .dx-link-list__text-wrap::after{
        width: 34px;
        height: 35px;
    }
    .dx-link-list__text{
        font-size: 100%;
    }
    .dx-link-list__item--tf{
        width: calc(((100% - 18px * 3)/4) - 2px);
    }
    .dx-link-list__item--tf:nth-of-type(2n){
        margin: 0 20px 20px 0;
    }
    .dx-link-list__item--tf:last-of-type{
        margin: 0 20px 20px 0;
    }
    .dx-link-list__item--tf:nth-of-type(4n){
        margin-right: 0;
    }
    .dx-link-list__item--tf-case{
        width: calc(((100% - 18px * 3)/4) - 2px);
        margin: 0 18px 0 0;
    }
    .dx-link-list__text--tf{
        font-size: 86%;
    }
    .dx-link-list__item:hover .dx-link-list__link{
        text-decoration: none;
    }
    .dx-link-list__img{
        transition: 0.3s all;
    }
    .dx-link-list__item:hover .dx-link-list__img{
        opacity: 0.75;
    }
}

@media screen and (min-width: 768px) {
    /* リンクリスト　PCのみ */
    .dx-link-list-pc{
        flex-wrap: wrap;
    }
    .dx-link-list-pc__item{
        width: calc( ( 100% - 20px ) / 2 );
        margin-right: 20px;
        box-sizing: border-box;
    }
    .dx-link-list-pc__item:nth-child(2n){
        margin-right: 0;
    }
    .dx-link-list-pc__item:nth-child(n+3){
        margin-top: 20px;
    }
    .dx-link-list-pc__img{
        width: 216px;
        border-right: 1px solid #00a5ca;
	max-height: 147px;
	object-fit: cover;
    }
    .dx-link-list-pc__link{
        display: flex;
    }
    .dx-link-list-pc__text-wrap{
        width: 100%;
        height: auto;
        border-top: none;
        max-height: none;
    }
}

/* 注釈テキストリスト */
.dx_annotation-text__list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.dx_annotation-text__list--vertical{
    display: block;
}
.dx_annotation-text__list--inline{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
}
.dx_annotation-text__item-text{
    color: #231815;
    width: fit-content;
    display: flex;
    align-items: flex-start;
}
.dx_annotation-text__item-text-span{
    flex-shrink: 0;
}
@media screen and (min-width: 768px) {
    .dx_annotation-text__list{
        gap: 10px;
    }
    .dx_annotation-text__list--inline{
        flex-direction: row;
    }
    .dx_annotation-text__item-text{
        font-size: 86%;
    }
    .dx_annotation-text__list--case-10{
        flex-direction: row;
    }
}

/* 外部リンクリスト */
.dx_annotation-link__list{
    display: block;
    width: max-content;
    margin-left: auto;
    margin-top: 10px;
}
.dx_annotation-link__item{
    display: flex;
    margin-bottom: 5px;
}
.dx_annotation-link__item:last-of-type{
    margin-bottom: 0;
}
.dx_annotation-link__item::before{
    content: "";
    display: inline-block;
    background-image: url(/about/about-dx/images/img_humanresource_13.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.dx_annotation-link__item-link{
    display: block;
}
.dx_annotation-link__item-link:visited{
    color: #231815;
}
@media screen and (min-width: 768px) {
    .dx_annotation-link__list{
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
    }
    .dx_annotation-link__item{
        margin-left: 28px;
        margin-bottom: 0;
    }
    .dx_annotation-link__item:first-of-type{
        margin-left: 0;
    }
    .dx_annotation-link__item-link{
        font-size: 100%;
    }
}