.corpo-address-title-area {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1500px;
    margin: 0 auto;
}
.page-title{
    padding: 0;
}
.corpo-address-mv-wrap{
    max-width: 1500px;
    margin:0 auto;
}
.corpo-address-mv-area{
    margin-left: calc(50% - 590px);
    border-top-left-radius: 84px;
}
.corpo-address-mv {
    margin-left: auto;
    display: block;
    margin-top: 75px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 100px;
}
.big-title{
    font-size: 40px;
}
.medium-title{
    font-size: 30px;
}
.small-title{
    font-size: 20px;
}
.big-title ,
.medium-title ,
.small-title{
    margin-bottom: 5px;
}
.media-inner{
    max-width:1100px;
    width:90.624vw;
    margin: 30px auto 0;
    overflow-x: auto;
}
.media-inner-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contents-title {
    line-height: 1;
    font-size: 35px;
    border-bottom: 1px solid #CACACA;
    padding-bottom:10px;
    display: flex;
    align-items: center;
}
.main-image{
    width: 100%;
    height: 485px;
    object-fit: cover;
}
.media-inner-maintext{
    max-width:800px;
    margin:0 auto;
}
.table-of-contents{
    width:600px;
    background-color:#f9f9f9;
    padding:20px 50px;
}
.table-of-contents-title{
    font-size:20px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #CACACA;
}
.media-inner p{
    line-height: 35px;
}
.link-area{
    display: flex;
    justify-content: center;
}
.information-image-sentence a{
    text-decoration: underline;
    color: #156A9A;
}
.information-image-sentence.only-image figure{
    width: 75%;
    margin: 0 auto;
    display: block;
}
.information-image-sentence.only-image-two{
    display: flex;
    gap:10px;
    justify-content: center;
}
.information-image-sentence.only-image-two figure{
    width:calc(50% - 10px);
}
.information-image-sentence.right-image ,
.information-image-sentence.left-image{
    display: flex;
    gap:10px;
    align-items: start;
    justify-content: space-between;
}
.information-image-sentence.left-image{
    display: flex;
    flex-direction: row-reverse;
}
.information-image-sentence.right-image > figure,
.information-image-sentence.left-image > figure{
    width:calc(50% - 10px);
}
.information-image-sentence.right-image > .information-sentence ,
.information-image-sentence.left-image > .information-sentence{
    width:calc(50% - 10px);
}
.link-area-link{
    background-color:#C95981;
    color: #fff;
    text-align: center;
    width:400px;
    padding: 13.5px 20px 13.5px 10px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    letter-spacing: 0.06em;
}
.link-area-link::after{
    content:"";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    display:block;
    height:0;
    margin-left: 0.5em;
}
a.link-area-link.targetblank::after{
    content:"";
    background: url(/wp-content/themes/kuratomo2022/common/img/static-common/icon_direct_01.svg) center center/contain no-repeat;
    display: block;
    width:1em;
    height:1em;
    border: none;
}
.list-head{
    font-size: 30px;
    margin-top: 154px;
    max-width: 800px;
}

.list-ol ,
.list-li{
    font-size: 18px;
    margin:0 auto;
    max-width: 800px;
    line-height: 2.2;
}
.list-li > li{
    display: flex;
    align-items:baseline;
}
.list-li > li::before{
    content:"・";
    color:#C95981;
    display: inline-block;
}
.quote-text{
    padding: 2em;
    background-color: #EBEBEB;
}
.quote-main::before{
    content: "";
    background: url(/wp-content/themes/kuratomo2022/kuratomo_club/detail/img/quotaion_icon_sp.png.webp) no-repeat;
    background-size: contain;
    width: 82px;
    height: 51px;
    display: block;
    margin-bottom:10px;
}
.quote-main p{
    display: inline;
}
.quote-link{
    margin-top: 1em;
    display:block;
}
.cv-link-section{
    padding: 55px 0 60px;
    max-width: 1100px;
    width: 90.624vw;
    border: 1px solid #CACACA;
}
.cv-link-title{
    font-size: 25px;
    text-align: center;
}
.cv-link-link{
    width:700px;
    display: flex;
    justify-content: space-between;
}
.cv-link-link a{
    width: 330px;
    height: 120px;
    display: block;
    color: #fff;
    background-color:#156a9a;
    text-align: center;
    line-height: 120px;
    border-radius: 8px;
    font-size: 18px;
}
.cv-link-link a span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cv-link-link a span::before{
    content:"";
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right:13px;
}
.cv-link-request span::before{
    background-image: url(/wp-content/themes/kuratomo2022/media/img/icon-request.svg);
    width:24px;
    height:24px;
}
.cv-link-consulting span::before{
    background-image: url(/wp-content/themes/kuratomo2022/media/img/icon-consulting.svg);
    width:28px;
    height:28px;
}
.to-media-list{
    width: 260px;
    height: 55px;
    border: 1px solid #CACACA;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.to-media-list::before{
    content:"";
    background-color: transparent;
    width: 10px;
    height:10px;
    border-top: 2px solid #505050;
    border-left: 2px solid #505050;
    transform: rotate(-45deg);
    margin-right: 10px;
}
.to-media-list-area{
    max-width: 1100px;
    width: 90.624vw;
    margin: 0 auto;
}

.info-image-and-sentence-wrapper {
    display: flex;
    max-width: 800px;
}

.corpo-info-list li::marker {
    color: #156A9A;
    content: normal;
    list-style: disc;
}

.corpo-info-image {
    width:100%;
}
.corpo-info-caption {
    font-size: 18px;
}
.corpo-info-pdf-wrapper {
    max-width: 800px;
    margin: 83px auto 112px;
    text-align: center;
    border: 1px solid #CACACA;
    padding: 48px 0 40px;
}
.info-pdf-lead {
    font-size: 18px;
}
a.info-pdf-link {
    display: block;
    margin: 5px auto 0;
    max-width: 400px;
    padding: 20px 0;
    background: #C95981;
    color: #fff;
    border-radius: 10px;
    position: relative;
    width: 90%;
}
.info-pdf-link::after {
    content: "";
    background: url(/wp-content/themes/kuratomo2022/information/img/pdf-icon.png.webp) no-repeat center / cover;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: 0.5em;
    top: 50%;
    transform: translateY(-50%);
}

.table {
    width: 800px;
}
.table-line {
    display: flex;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
}
.table-header{
    font-weight: bold;
}
.table-line:last-of-type {
    border-bottom: 1px solid #cacaca;
}
.table-cell{
    width: 220px;
    padding: 25px 20px;
    background: #fff;
    border-right: 1px solid #cacaca;
    flex: 1;
}
.table-cell:first-child{
    background-color: #EBEBEB;
    font-weight: bold;
}
.table-cell:last-child{
    border-right:none;
}
.table-header-cell {
    width: 220px;
    padding: 26px 0 28px 21px;
    background-color: #EBEBEB;
    font-weight: bold;
}
.info-image-and-sentence {
    display: flex;
    max-width: 800px;
}
.info-image-and-sentence.right-image{
    justify-content: space-between;
    flex-direction: row-reverse;
}
.info-image-and-sentence.left-image figure ,
.info-image-and-sentence.right-image figure{
    width:25%;
}
.info-image-and-sentence.left-image .info-image-and-sentence-wrapper ,
.info-image-and-sentence.right-image .info-image-and-sentence-wrapper {
    width: 66%;
}
.info-image-and-sentence.only-image {
    justify-content: center;
    max-width: 1100px;
    width: 100%;
}
.info-image-and-sentenceright-image {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
}
.info-image-and-sentenceright-image figure {
   width: 25%;
}
.info-image-and-sentenceright-image .info-image-and-sentence-wrapper {
    width: 66%;
    margin-top: 0;
}
.info-image-and-sentenceonly-image {
    max-width: 800px;
}
.info-image-and-sentenceonly-image:first-of-type{
    max-width: 1100px;
}
.info-image-and-sentence:not(:nth-child(1)) {
    max-width: 800px;
}
.corpo-info-inner .info-image-and-sentenceonly-sentence:first-of-type .info-image-and-sentence-wrapper {
    margin-top: 36px;
}
.info-image-and-sentenceonly-sentence {
    max-width: 800px;
}
.sp-only{
    display: none;
}
.contents-title-main{
    letter-spacing: 0.1em;
}
.information-image-sentence ,
.table-wrap ,
.quote-text,
.list-li ,
.list-ol ,
.link-area ,
.related-link{
    margin-top: 0;
    margin-bottom:40px;
}
.related-link a{
    text-decoration: underline;
}
.date-area{
    display: flex;
}
.create-date ,
.update-date{
    margin: 10px 8px;
    display: block;
    font-size: 18px;
}
.list-ol li{
    counter-increment:ol;
}
.list-ol li::before{
    content:counter(ol);
}
.recommend-post-terms{
    display: flex;
}
.recommend-post-terms >li{
    margin-right: 0.5em;
}
.headlinelevel-high{
    font-size: 40px;
}
.headlinelevel-medium{
    font-size: 30px;
}
.headlinelevel-low{
    font-size: 20px;
}
.headlinelevel-high ,
.headlinelevel-medium ,
.headlinelevel-low{
    margin-bottom: 5px;
}
.pdf-embed{
    width:100%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    height:1000px;
}
@media (min-width:1101px) {
    .page-title{
        width:calc(100% - 450px);
    }    
    .date-area{
        width: 450px;
        justify-content: flex-end;
    }
}
@media (max-width:1100px) {
    .corpo-address-title-area{
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (min-width:769px) {
    .table-cell:last-child:nth-child(2) {
        width: calc(100% - 220px);
        flex: none;
    }
}
@media (max-width:768px) {
    .page-title{
        padding: 0 20px;
    }
    .sp-only{
        display:block;
    }
    .contents-title{
        line-height:normal;
        flex-direction: column;
    }
    .media-inner p{
        line-height: 30px;
        font-size: 18px;
    }
    .media-inner-header{
        flex-direction: column-reverse;
    }
    .contents-title-main{
        font-size: clamp(0px , 6.4vw , 40px);
        margin-right: auto;
        width: 100%;
    }
    .keyword-tag-list{
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .keyword-tags{
        font-size: 14px;
    }
    .main-image{
        height:240px;
    }
    .table-wrap{
        width: 90.624vw;
        overflow-x: auto;
    }
    .table{
        overflow-x: scroll;
        max-width: 100%;
    }
    .table-of-contents{
        width: auto;
        padding: 6vw 4vw;
    }
    .table-cell:nth-child(odd){
        width: 30%;
    }
    .table-cell:nth-child(even){
        width: 70%;
    }
    .corpo-info-pdf-wrapper{
        margin:30px 0;
    }
    .corpo-info-link{
        margin:50px auto;
    }
    .corpo-info-listHead{
        margin-top:50px;
    }
    .table-cell:nth-child(odd) ,
    .table-cell:nth-child(even){
        width:100%;
        padding: 1vw;
    }
    .info-image-and-sentenceonly-image{
        margin: 40px auto;
    }
    .info-image-and-sentenceright-image{
        margin-top: 60px;
    }
    .cv-link-title{
        font-size:5.33vw;
    }
    .cv-link-link{
        max-width: 700px;
        width:90%;
        flex-direction: column;
    }
    .cv-link-link a{
        width: 100%;
        margin-bottom: 20px;
    }
    .to-media-list{
        margin: 8vw auto 0;
    }
    .media-inner-maintext{
        overflow-x: hidden;
        width: 90.624vw;
    }

    .other-articles-li a.media-article{
        background-color: #fff;
    }
    .other-articles-li .article-mv ,
    .other-articles-li .article-contents{
        padding: 3%;
    }
    .other-articles-li .article-contents-title{
        font-size: 16px;
    }
    .other-articles-li .media-article{
        position: relative;
    }
    .other-articles-li .article-mv {
        height: fit-content;
    }
    .other-articles-li .article-contents-categories{
        position: absolute;
        left: 2%;
        top: -15px;
    }
    .information-image-sentence.only-image figure{
        width: 60vw;
    }
    .information-image-sentence.left-image ,
    .information-image-sentence.right-image{
        flex-direction: column-reverse;
    }
    .information-image-sentence.right-image > figure, .information-image-sentence.left-image > figure{
        width:60vw;
        margin:1em auto 0;
    }
    .table-line{
        flex-direction: column;
    }
    .table-cell{
        border-right:none;
    }
    .corpo-address-mv {
        margin-top: 25px;
        width: calc(100vw + 10%);
        height: 26.953vw;
        object-fit: cover;
        border-radius: 0;
    }
    .corpo-address-title-area {
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .information-image-sentence.right-image > .information-sentence, 
    .information-image-sentence.left-image > .information-sentence{
        width: 100%;
    }
    .information-image-sentence ,
    .table-wrap ,
    .quote-text,
    .list-li ,
    .list-ol ,
    .link-area ,
    .related-link ,
    .corpo-info-pdf-wrapper{
        width: 90.624vw;
        margin: 0 auto 1.5em;
    }
    .corpo-info-headline ,
    .small-title{
        width: 90.624vw;
        margin: 0 auto;
    }
    a.link-area-link{
        font-size: 4.063vw;
        width: 61.867vw;
        margin: 0 auto;
        padding: 15px 20px 15px 10px;
    }
    .link-area-link::after{
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #fff;
    }
    .quote-text{
        padding: 18px;
    }
    .quote-main::before{
        width:47px;
        height:35px;
        margin-bottom: 0;
    }
    .date-area{
        padding: 0 20px;
        flex-direction: column;
    }
    a.info-pdf-link{
        font-size: 4.063vw;
        width: 61.867vw;
        padding: 15px 20px 15px 10px;
    }
    .pdf-embed{
        height: 620px;
    }
    .date-area{
        flex-direction: row;
    }
    .create-date, .update-date{
        font-size: 14px;
    }
    .page-title{
        margin-bottom: 5px;
    }
    .media-inner{
        margin-top: 0;
        width:100%;
    }
    .media-inner-maintext{
        width:100%;
    }
    .corpo-address-mv-wrap{
        margin-bottom: 15px;
    }
    .headlinelevel-high{
        font-size: 30px;
    }
    .headlinelevel-medium{
        font-size: 23px;
    }
    .headlinelevel-low{
        font-size: 20px;
    }
}
