@charset "UTF-8";
/*=============================================================
 column コラム
=============================================================*/
/* 
-------------------------------------- */
.auto {
    width: auto;
}
.column {
    padding: 0 20px;
}
.column p {
    line-height: 1.8;
    margin-bottom: 20px;
}
.column__mv {
    width: 80%;
    margin: 0 auto 10px;
}
#main .column__mv img {
    width: 100%;
    height: auto;
}
.column__meta {
    margin: 10px 0 20px;
}
p.column__date {
    margin-bottom: 0;
    text-align: right;
    font-size: 1.0rem;
}
.column__head {
    padding-bottom: 40px;
}
.column__nav {
    margin: 20px 0;
    border: 2px solid #f39999;
}
.column__navTtl {
    padding: 5px 10px;
    background-color: #f39999;
    color: #fff;
    font-size: 1.4rem;
}
.column__navCont {
    padding: 20px;
}
.column__navCont .column__list01 {
    margin: 0;
}
#main .column__sec {
    padding: 0 0 60px;
}
.column__img {
    margin: 20px 0;
    text-align: center;
}

.column__ttl01 {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.column__ttl02 {
    border-bottom: 2px solid #f39999;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 1.8rem;
}
.column__ttl03 {
    background-color: #e8e8e8;
    padding: 10px 15px;
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 1.6rem;
}
.column__ttl04 {
    padding-left: 16px;
    margin: 40px 0 20px;
    font-size: 1.6rem;
    position: relative;
}
.column__ttl04:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #f39999;
    border-right: 0;
    position: absolute;
    top: 7px;
    left: 0;
}

.column__list01 {
    margin: 20px 0;
}
.column__list01 li {
    list-style: none;
    position: relative;
    padding-left: 14px;
}
.column__list01 li:not(:last-child) {
    margin-bottom: 5px;
}
.column__list01 li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.column__table01 {
    margin: 20px 0;
}
.column__table01 th,
.column__table01 td {
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.column__table01 thead th {
    background-color: #fbfbfb;
    font-weight: bold;
}

.column__box {
    padding: 20px;
    margin: 20px 0;
    border: 2px solid #f39999;
    background-color: #fffbfb;
}
.column__box .column__list01 {
    margin: 0;
}

.column__link {
    color: #f39999;
    text-decoration: underline;
}

.column__blockquote {
    background-color: #FFFACD;
    padding: 15px;
    margin: 20px 0;
}

.column__line {
    background: linear-gradient(transparent 60%, #ffff83 60%);
}

.column__em {
    color: #f39999;
}


.author {
    margin: 60px 0;
    
}
.author__ttl {
    color: #f39999;
}
p.author__ttl {
    margin-bottom: 10px;
}
.author__inner {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
.author__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFE4E8;
    font-size: 1.0rem;
    text-align: center;
    letter-spacing: -0.01em;

}
.author__cont {
    flex: 1 1 0%;

}
.author__cont p {
    line-height: 1.8;
}

.reference_url {
    font-size: 14px;
    margin: 0 0 16px;
    display: block; 
}

@media screen and (min-width: 600px) {
    .auto {
        width: 1170px;
    }
    .column {
        padding: 0;
    }
    .column__navTtl {
        padding: 10px 15px;
        font-size: 1.8rem;
    }
    p.column__date {
        font-size: 1.4rem;
    }
    .column__head {
        padding-bottom: 60px;
    }
    .column__ttl01 {
        font-size: 2.6rem;
    }
    .column__ttl02 {
        font-size: 2.4rem;
        margin: 30px 0 20px;
    }
    .column__ttl03 {
        padding: 10px 15px;
        margin: 60px 0 20px;
        font-size: 2.2rem;
    }
    .column__ttl04 {
        padding-left: 25px;
        margin: 60px 0 20px;
        font-size: 2.0rem;
    }
    .column__ttl04:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #f39999;
        top: 6px;
    }

    .column__list01 li {
        padding-left: 20px;
    }
    .column__list01 li:before {
        width: 10px;
        height: 10px;
        top: 8px;
    }
    .column__navTtl {
        font-size: 1.6rem;
    }
    .author__inner {
        gap: 30px;
    }
    .author__icon {
        width: 150px;
        height: 150px;
        font-size: 1.4rem;

    }
}



/* .cvArea
-------------------------------------- */
.cvArea {
    background-color: #fffef7;
    padding: 40px 0 120px;
    margin-top: 50px;
}
.cvArea__inner {
    padding: 0 20px;
}
.cvArea__ttl {
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}
.cvArea__text {
    font-size: 1.8rem;
    color: #727272;
    text-align: center;
    position: relative;
}
.cvArea__textFukidashi {
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: 66px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(/img/column/cvArea_imanara.png);
}
.cvArea__text:before {
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    left: 50%;
    width: 96px;
    height: 116px;
    margin-left: 96px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(/img/column/cvArea_present.png);
}
.cvArea__att {
    margin-top: 5px;
    font-size: 1.0rem;
    text-align: center;
    color: #727272;
}
.cvArea__btns {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cvArea__btn {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    background-color: #f39999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
}
.cvArea__btn.cvArea__btn--w {
    background-color: #fff;
    color: #f39999;
    border: 2px solid #f39999;
}
@media all and (min-width: 600px) {
    .cvArea {
        padding: 60px 0;
        margin-top: 50px;
    }
    .cvArea__inner {
        max-width: 900px;
        margin: 0 auto;
        padding: 0;
    }
    .cvArea__ttl {
        margin-bottom: 50px;
        font-size: 2.8rem;
    }
    .cvArea__text {
        font-size: 2.4rem;
    }
    .cvArea__textFukidashi {
        top: -46px;
        width: 80px;
        height: 80px;
        margin-left: 148px;
    }
    .cvArea__text:before {
        top: -74px;
        width: 168px;
        height: 204px;
        margin-left: 194px;
    }
    .cvArea__att {
        font-size: 1.2rem;
    }
    .cvArea__btns {
        flex-direction: row;
        gap: 20px;
    }
    .cvArea__btn {
        height: 60px;
        border-radius: 60px;
        line-height: 60px;
        font-size: 1.8rem;
    }
}

/* =====================
   columnページ専用 ヘッダー調整
===================== */
@media screen and (max-width: 599px) {

    /* 通常ヘッダーを表示する */
    #gHeader {
        display: block !important;
    }
}