@charset "UTF-8";

/* 背景画像 */
.wrapper {
    background: url(../img/works_bg.png) no-repeat 50% 400px;
    /* background-size: 2880px auto ; */
}

.top-img-type-a {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.top-img-type-a > img {
    width: 100%;
    height: 500px;
    background: url(../img/women-fig1.png) repeat-x 35% 0;
    background-size: auto 100%;
    /* background-size: auto auto, auto auto; */
}

/* イメージコメント */
.comment {
    position: relative;
    width: 960px;
    top: calc(-330px + 1.5em);
    margin: auto;
    padding-left: 650px;
}
.title {
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: 35px;
}
.comment > small {
    font-size: 0.8em;
    line-height: 1.5;
}

.top-img-type-a.ex .comment .title {
    position: relative;
    /* width: 100%; */
    display: block;
    right: 530px;
    /* border: 1px solid red; */
}

.top-img-type-a.ex .comment .title + small {
    position: relative;
    /* width: 100%; */
    display: block;
    right: 530px;
}



/* プロフィール関係 */
.profile_container {
	gap: 1rem;
    flex-direction: column;
    margin-bottom: 2rem;
}

.profile_container figure {
    display: flex;
    gap: 1rem;
    /* padding-bottom: 0.5rem; */
}

.profile_container p {
    font-size: 0.8em;
    line-height: 1.6;
    margin-bottom: 0;
}

.profile_container p.profile_ex {
    line-height: 1.5;
}

.profile_container.se {
    background: url(../img/bg_se.png) no-repeat -7px -7px;
}


.profile_container.sales {
    background: url(../img/bg_sales.png) no-repeat -7px -7px;
}

.profile_container.staff {
    background: url(../img/bg_staff.png) no-repeat -7px -7px;
}


.sm {
    font-size: 0.7em;
}

.tk {
	font-weight: bold;
	color: #3ab0f0;
	font-size: 1.5em;
}

.at {
	font-weight: bold;
	color: #ff0000;
	font-size: 1.5em;
}

.ms {
	font-weight: bold;
	color: #f0c45d;
	font-size: 1.5em;
}

.tk small, .at small, .ms small {
	font-size: 0.66em;
}

.profile_tk, .profile_at, .profile_ms {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	background: #ebf6fd;
	padding: 1rem;
}

.profile_at {
	background: #fce5e5;
}

.profile_ms {
	background: #ceeada;
}

.profile_tk p, .profile_at p, .profile_ms p {
	width: 7.5em;
	padding: 0;
	margin: 0;
}

.profile_ms p {
	width: 8.5em;
}


/* 原稿 */
.indent_a {
/* 	padding-left: 1.75em;
	text-indent: -1.75em; */
	margin-bottom: 1em;
}

.indent_b {
/* 	padding-left: 7.35em;
	text-indent: -7.35em; */
	margin-bottom: 1em;
}

.woman-fig {
	margin-bottom: 3rem;
}

.woman-fig img {
	display: block;
	width: 100%;
	height: inherit;
}


/* 帯画像キャッチ */
.comment-container {
    width: 960px;
    margin: auto;
    position: relative;
    /* overflow: hidden; */
    /* top: -370px; */
	top: -300px;
}

.comment-container p {
    /* font-size: 2em; */
	font-size: 1.7em;
    line-height: 1.3;
    color: #ffffff;
    /* margin-left: 50%; */
	margin-left: 60%;
}

.svg {
    width: 960px;
    margin: auto;
    position: relative;
    text-align: right;
    margin-top: -200px;
}

/* 見出し改変 */
.content-container h2 {
    text-indent: 0;
    margin-left: 0;
    padding: 5px 10px 5px 20px;
    /*  */
    border-left: 6px solid #fa0303;
    border-image: linear-gradient(to top, #ffffff 0%, #fa0303 100%);
    border-image-slice: 1;
}

.content-container h2::before {
    content: none;
}

/* 本文部分 */
.content-container {
    width: 530px;
    margin: auto;
}

/* 画像 */
.flex-columns.parson {
    width: 780px;
    margin: 70px auto 100px;
    justify-content: space-between;
}

.flex-columns.parson.center {
    justify-content: center;
}

/* 帯 */
.obi {
    padding: 60px 0;
    background: linear-gradient(to right, #f9d0c6, #f8e6bd);
    margin-bottom: 80px;
}

.obi .flex-columns {
    max-width: 960px;
    margin: auto;
}

.obi .flex-columns figure {
    margin-right: 20px;
}

.obi .flex-columns b {
    font-size: 1.7em;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}


/* ボタンエリア */
.flex-columns.link-area {
    max-width: 960px;
    padding: 0 40px;
    margin: auto;

    align-items: center;
}

/* 人物リンク */
.flex-columns.links {
    width: 700px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 30px;
}

.links div {
    text-align: center;
    line-height: 1.5;
}
.links a {
    color: #333333;
    text-decoration: none;
    display: block;
}
.links a:hover {
    color: blue;
    text-decoration: underline;
}
.links span {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
}

/* カルーセル：やりたくない */
.flex-columns.links {
    width: 660px;
    position: relative;
    overflow: hidden;
}


/** -------------------------------------
* 
*/
.profile {
	line-height: 1.5;
	font-size: 0.9em;
	margin-top: -0.5em;
}

.content-container > p > b {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 1.5em;
}

.content-container > p > b > span {
	font-size: 0.66em;
}

/* .content-container > p {
	text-indent: -1em;
	padding-left: 2.25em;
} */

.act1 {
	color: #0000f0;
}

.act2 {
	color: #f00000;
}

/*  */
.pc-none {
    display: none;
}


/** --------------------------------
* タブレット
*/
.wrapper.tablet main {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    /* margin-top: 200px; */
}

.wrapper.tablet article {
    /* border: 2px solid red; */
    margin-bottom: 0%;
}

.wrapper.tablet .top-img-type-a {
    height: 450px;
    /* margin-bottom: 200px; */
}

.wrapper.tablet .top-img-type-a > img {
    background-size: auto 100%;
	background-position: 40% 0%;
    width: 100%;
    height: 450px;
}

/* 帯画像キャッチ */
.wrapper.tablet .comment {
    /* 
    top: -230px; */
    width: 100%;
    padding-left: 550px;
    position: relative;
    overflow: hidden;
    padding-right: 1em;
    /* border: 2px solid red; */
}

/* .wrapper.tablet .comment {
    position: relative;
    width: 960px;
    top: -330px;
    margin: auto;
    padding-left: 650px;
} */

.wrapper.tablet .comment-container p {
    font-size: 1.6em;
	margin:0;
	margin-left: 53%;
    padding-right: 10px;
}

.wrapper.tablet .svg {
    width: 100%;
    height: inherit;
    margin: auto;
    position: absolute;
    top: 430px;
    padding-right: 20px;
    z-index: 1;
}

.wrapper.tablet .svg > svg {
    width: 30%;
    height: inherit;
    background: transparent;
}

.wrapper.tablet .content article {
    position: relative;
}

/* 本文部分 */
.wrapper.tablet .content-container {
    max-width: 530px;
    padding-top: 50px;
}

/* 画像 */
.wrapper.tablet .flex-columns.parson {
    max-width: 780px;
    margin: 70px auto 100px;
    text-align: center;
}

.wrapper.tablet .flex-columns.parson img {
    width: 90%;
    height: inherit;
}

/* 帯 */
.wrapper.tablet .obi {
    width: 100%;
    margin-bottom: 100px;
}
.wrapper.tablet .obi .flex-columns {
    width: 90%;
    max-width: inherit;
}


.wrapper.tablet .tab {
    margin-bottom: 300px;
}

/* ボタンエリア */
.wrapper.tablet .obi .flex-columns {
    max-width: 960px;
    margin: auto;
}

.wrapper.tablet .tablet-none {
    display: none;
}


/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {

    /* 背景画像 */
    /* .wrapper.message {
        background: url(../../img/bg.png) repeat-y 50% 6em;
        background-size: 300% auto;
    } */

    .top-img-type-a {
        width: 100%;
        height: 180px;
        margin-bottom: 30px;
    }

   .top-img-type-a > img {
        background: url(../img/women-fig1.png) repeat-x 40% 0;
        background-size: auto 100%;
        height: 180px;
        /* background-size: auto 100%; */
    }
	
	.title {
        font-size: 0.9em;
        line-height: 1.3;
        margin-bottom: 15px;
    }
	
	.comment {
        position: relative;
        width: 100%;
        top: -160px;
        margin: auto;
        padding-left: 70%;
        /* padding-right: 10px; */
    }


/*     .svg {
        width: 100%;
        margin-top: -65px;
        padding-right: 20px;
        z-index: 1;
        background: transparent;
    } */

/*     .svg > svg {
        width: 100px;
        height: inherit;
        background: transparent;
    } */

    main{
        margin-top: -10px;
    }
    

    /* 本文部分 */
    .content-container {
        width: 100%;
    }

    /* 画像 */
    .flex-columns.parson {
        width: 100%;
        /* flex-direction: column; */
        margin: 30px auto 50px;
        justify-content: space-between;
    }

    .flex-columns.parson img {
        width: 95%;
        height: inherit;
        display: block;
        margin: auto;
    }
    
    /* 帯 */
    .obi .flex-columns {
        padding: 0 20px;
        flex-direction: column-reverse;
    }

    .obi .flex-columns figure {
        margin-right:0;
    }

    .obi .flex-columns figure > img {
        display: block;
        /* width: 90%; */
        margin: auto;
    }

    /*  */
    .flex-columns.link-area {
        width: 100%;
        margin: auto;
        padding: 0 10px;
        /* border: 1px solid red; */
    }

    .flex-columns.link-area > *:first-child,
    .flex-columns.link-area > *:last-child {
        width: 50px;
        /* border: 1px solid green; */
    }

    /* 人物リンク */
    .flex-columns.links {
        width: 100%;
        flex-direction: column;
    }

    .flex-columns.links > * {
        margin-bottom: 25px;
    }

    .flex-columns.links > * > * {
        text-align: center;
    }

    /*  */
    .pc-none {
        display: block;
    }
    

}






















