/* Scss Document */

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.header_scrolled .navbar-header {
    display: none;
}

.header_scrolled .siteHeader {
    min-height: 0;
    height: 0;
}

@media (min-width: 992px) {
    .header_scrolled .siteHeader .container {
        padding: 0;
    }
}

.siteContent {
    padding: 0;
}

h2 {
    border: none;
    margin: 0;
    padding: 0;
}

.top_title {
    text-align: center;
}

@media (min-width: 768px) {
    .top_title img {
        width: 206px;
    }
}

@media (max-width: 767px) {
    .top_title img {
        width: 45%;
    }
}

h3 {
    border-bottom: none;
}

h3:after {
    border-bottom: none;
}


/*--------------mv---------------*/

#mv {
    position: relative;
}



@media (min-width: 768px) {

}

@media (max-width: 767px) {


    #slick_mv .slick-list {
        padding-bottom: 0;
    }
}

.mv_catch {
    position: absolute;
    height: 55%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.mv_catch img {
    height: 100%;
}

@media (max-width: 768px) {
    .mv_catch img {
        display: none;
    }
}

#slick_mv {
    opacity: 0;
    transition: opacity .3s linear;
}

#slick_mv.slick-initialized {
    opacity: 1;
}

#slick_mv img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#slick_mv img.slider_text {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 55%;
    width: auto;
    transform: translate(-50%, -50%);
}

/*#slick_mv.slick-initialized img.slider_text {*/
	#slick_mv img.slider_text{
    display: block;
}

@media (max-width: 768px) {

    #slick_mv img.slider_text, .mv_catch img{
        /*display: none;*/
    }
	#slick_mv img.slider_text{
		display: none;
	}
}

/*--------------新着情報---------------*/
#shinchaku {
    background-image: url("../images/bk_top_about.jpg");
}

#shinchaku .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 1.5em;
    background: #fff;
}

#shinchaku .strength_sub {
    width: 6em;
    position: relative;
    margin-bottom: 0;
}

#shinchaku .strength_sub::after {
    position: absolute;
    content: '';
    border-right: 1px solid;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#shinchaku #slick2 {
    width: calc(100% - 6em);
    padding-left: 1em;
}

#shinchaku #slick2.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
	#shinchaku #slick2.slick-initialized .slick-slide {
		display: block;
		text-align: left;
}
}

#shinchaku .cat_label {
    padding: 5px 10px;
    border: #746c67 1px solid;
    letter-spacing: 5px;
    display: inline-block;
    margin-bottom: 0;
	white-space: nowrap;
}

#shinchaku .time {
    font-family: "Vollkorn", serif;
    letter-spacing: 3px;
}

#shinchaku .yajirushi {
    position: relative;
    width: 1em;
    height: 1em;
    display: inline-block;
}

#shinchaku .yajirushi::after {
    position: absolute;
    content: '';
    /*left: 5px;*/
	right:0;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg)translateY(-50%);
    transform: rotate(45deg)translateY(-50%);
}

@media (min-width: 768px) {
    #shinchaku .sp_br {
        display: none;
    }

    #shinchaku .cat_label {
        margin: 0 1.5em 0 .5em;
    }
}

@media (max-width: 767px) {
    #shinchaku .flexbox {
        flex-wrap: wrap;
        justify-content: center;
    }

    #shinchaku .strength_sub {
        width: auto;
        text-align: center;
        margin-bottom: 10px;
        display: inline-block;
        padding: 0 10%;
    }

    #shinchaku .strength_sub::after {
        border-right: none;
        border-bottom: 1px solid;
        width: 10%;
        top: 50%;
        right: 0;
        left: auto;
        height: 1px;
    }

    #shinchaku .strength_sub::before {
        position: absolute;
        content: '';
        border-right: none;
        border-bottom: 1px solid;
        width: 10%;
        top: 50%;
        left: 0;
    }

    #shinchaku #slick2 {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    #shinchaku .slick-list {
        padding-bottom: 0;
    }

    #shinchaku .yajirushi::after {
        display: none;
    }

    #shinchaku .cat_label {
        padding: 2px 10px;
    }
}

.news_title{
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
	.news_title{
		white-space: normal;
		overflow: visiblel;
		text-overflow: inherit;
		
	}
}
/*--------------新着情報---------------*/


/*--------------about---------------*/

#about_hasumi {
    background-image: url("../images/bk_top_about.jpg");
    text-align: center;
}

@media (min-width: 768px) {
    #about_hasumi {
        padding: 95px 0;
    }
}

#about_hasumi .top_title {
    margin-bottom: 108px;
}

@media (max-width: 767px) {
    #about_hasumi {
        padding: 45px 0;
    }
}

.top_btn_box {
    text-align: center;
}

.top_btn {
    display: inline-block;
    /*width:250px;*/
    color: #ffffff;
    background-color: #382b25;
    margin: 0 auto;
    font-size: 0.9375rem;
    font-weight: norma;
    padding: 15px 0;
    position: relative;
}

.top_btn:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-right: solid 1px #382b25;
    border-bottom: solid 1px #382b25;
    bottom: -5px;
    right: -5px;
}

.top_btn:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .top_btn {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .top_btn {
        width: 70%;
    }
}

.about_copy {
    font-size: 1.125rem;
    line-height: 3;
    padding-bottom: 50px;
}


/*--------------space---------------*/

#space {
    /*background-image: url("../images/bk_top_space.jpg");*/
    background-image: url("../images/topbg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

@media (min-width: 768px) {
    #space {
        padding: 215px 0;
    }
}

@media (max-width: 767px) {
    #space {
        padding: 100px 0;
        background-attachment: sclool;
    }

    #space .container {
        text-align: center;
    }
}

.space_title {
    font-size: 1.5rem;
    color: #ffffff;
    padding: 20px 0;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    display: inline-block;
    letter-spacing: 10px;
}


/*--------------strength---------------*/

#strength .top_title {
    margin-bottom: 96px;
}

@media (min-width: 768px) {
    #strength {
        padding: 95px 0 0;
    }

    #strength .container {
        position: relative;
    }
}

@media (max-width: 767px) {
    #strength {
        padding: 45px 0;
    }
}

.strength_inner {
    font-size: 0.9375rem;
    line-height: 1.5;
}

@media (min-width: 1401px) {
    .strength_inner {
        position: relative;
        height: 75vh;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .strength_inner {
        position: relative;
        height: 65vh;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .strength_inner {
        position: relative;
        height: 45vh;
    }
}

@media (min-width: 768px) {
    .strength_img {
        position: absolute;
        width: 50%;
    }

    .strength_img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .strength_img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .strength_text {
        position: absolute;
        width: 45%;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .strength_text {
        width: 100%;
        padding-top: 20px;
    }
}

.strength_title {
    font-size: 1.5rem;
    color: #382b25;
    font-weight: 400;
    border-top: #999999 1px solid;
    border-bottom: #999999 1px solid;
    padding: 20px 0;
    margin-bottom: 20px;
}

.strength_title span {
    font-size: 0.9375rem;
    letter-spacing: 5px;
    padding-right: 10px;
    font-family: "Vollkorn", serif;
}

.strength_sub {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #strength01 .strength_img {
        left: 0;
        top: 0;
    }

    #strength01 .strength_text {
        right: 0;
        top: 0;
    }
}

@media (min-width: 768px) {
    #strength02 .strength_img {
        right: 0;
        top: 0;
    }

    #strength02 .strength_text {
        left: 0;
        top: 0;
    }
}

@media (min-width: 768px) {
    #strength03 .strength_img {
        left: 0;
        top: 0;
    }

    #strength03 .strength_text {
        right: 0;
        top: 0;
    }
}

@media (min-width: 768px) {
    #strength04 .strength_img {
        right: 0;
        top: 0;
    }

    #strength04 .strength_text {
        left: 0;
        top: 0;
    }
}


/*--------------design---------------*/

#design {
    /*background-image: url("../images/bk_top_design.jpg");*/
    background-image: url("../images/topbg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

@media (min-width: 768px) {
    #design {
        padding: 215px 0;
    }
}

@media (max-width: 767px) {
    #design {
        padding: 100px 0;
        background-attachment: scroll;
    }

    #design .container {
        text-align: center;
    }
}


/*--------------works---------------*/

#works .top_title {
    margin-bottom: 96px;
}

.movie_inner {
    max-width: 700px;
    margin: 4em auto 0;
}

.movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    #works {
        padding: 95px 0;
    }
}

@media (max-width: 767px) {
    #works .top_title {
        margin-bottom: 48px;
    }

    #works {
        padding: 50px 0;
    }

    #works .container {
        text-align: center;
    }

    .slick-list {
        padding-bottom: 133px;
    }
}

.works_inner {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #f3edeb 60%, #f3edeb 100%);
}

@media (min-width: 768px) {
    .works_inner {
        padding: 0 0 56px;
        margin-bottom: 42px;
    }
}

@media (max-width: 767px) {
    .works_inner {
        padding: 0 0 28px;
        margin-bottom: 21px;
    }
}

.case_point {
    display: inline-block;
    background-color: #382b25;
    color: #ffffff;
    font-family: "Crimson Text", serif;
}

@media (min-width: 768px) {
    .case_point {
        font-size: 1rem;
        padding: 5px 10px;
        letter-spacing: 5px;
    }
}

@media (max-width: 767px) {
    .case_point {
        font-size: 0.75rem;
        padding: 5px 10px;
        letter-spacing: 5px;
    }
}

.case_title {
    border-bottom: 1px solid #999999;
    display: inline-block;
}

@media (min-width: 768px) {
    .case_title {
        font-size: 1.125rem;
        margin: 0 0 20px;
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .case_title {
        font-size: 1.0rem;
        margin: 0 0 5px;
        padding: 5px 0;
    }
}

.case_name {
    font-size: 0.9375em;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .case_name {
        font-size: 0.9375em;
    }
}

@media (max-width: 767px) {
    .case_name {
        font-size: 0.85rem;
    }
}


/*-slick-*/

.slick_box {
    position: relative;
}

#slick>div a {
    display: block;
    position: relative;
    text-align: right;
}

.slick-slide img {
    display: inline-block;
}

@media (max-width: 767px) {
    .slick-slide img {
        width: 80%;
    }
}

.slide_inner {
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #ffffff;
    text-align: left;
    border: 1px solid #999999
}

@media (min-width: 768px) {
    .slide_inner {
        width: 29%;
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .slide_inner {
        width: 50%;
        padding: 10px;
        bottom: -123px;
        top: auto;
    }
}

@media screen and (max-width: 768px) {
    .control {
        position: relative;
        height: 40px;
    }
}

.arrows {
    position: absolute;
}

.arrows button,
.slick1-1 button {
    text-indent: -9999px;
    background-color: #382b25;
    margin: 0 2px;
}

@media screen and (min-width: 769px) {

    .arrows button,
    .slick1-1 button {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {

    .arrows button,
    .slick1-1 button {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 768px) {
    .arrows {
        bottom: 48px;
        left: 10px;
    }
}

@media (max-width: 767px) {
    .arrows {
        bottom: 10px;
        left: 10px;
    }
}

.dots {
    position: absolute;
}

@media screen and (min-width: 769px) {
    .dots {
        bottom: 48px;
        left: 120px;
    }
}

@media screen and (max-width: 768px) {
    .dots {
        right: 10px;
        bottom: 10px;
    }
}

.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    align-items: center;
}

.slick-dots li {
    margin: 0px 10px;
}

.slick-dots li button {
    text-indent: -9999px;
    height: 8px;
    width: 8px;
    padding: 0;
    border-radius: 8px;
    background-color: #cccccc;
    display: inline-block;
}

.slick-dots li.slick-active button {
    background-color: #382b25;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    display: none !important;
}

.slick-prev {
    background-image: url("../images/prev.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-next {
    background-image: url("../images/next.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/*--------------commitment---------------*/

.comit_interview {
    background-image: url("../images/bk_interwiew.jpg");
}

#commit {
    /* background-image: url("../images/bk_top_commit.jpg");*/
    background-image: url("../images/topbg3.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    background-attachment: fixed;
}

#commit .top_btn_box {
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#commit .top_btn {
    color: #382b25;
    background-color: #ffffff;
    margin: 10px auto;
    text-align: center;
}

#commit .top_btn:after {
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

#commit .top_btn:hover {
    color: #382b25;
}

@media screen and (min-width: 769px) {
    #commit {
        padding: 200px 0 106px;
    }
}

@media screen and (max-width: 768px) {
    #commit {
        background-attachment: scroll;
        padding: 54px 0;
    }
}

.commit_inner {
    background-color: #382b25;
    color: #ffffff;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .commit_inner {
        width: 58%;
        border-top-right-radius: 88px;
    }
}

@media screen and (max-width: 768px) {
    .commit_inner {
        border-top-right-radius: 44px;
    }
}

@media screen and (min-width: 769px) {
    .commit_inner_inner {
        padding: 50px;
    }
}

@media screen and (max-width: 768px) {
    .commit_inner_inner {
        padding: 25px;
    }
}

.commit_title {
    line-height: 1.7;
    font-size: 1.5rem;
    padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
    .commit_title {
        font-size: 1.5rem;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .commit_title {
        font-size: 1.25rem;
        padding-bottom: 20px;
    }
}

.commit_txt {
    line-height: 2;
}

@media screen and (min-width: 769px) {
    .commit_txt {
        font-size: 0.9375em;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .commit_txt {
        font-size: 0.85em;
        padding-bottom: 20px;
    }
}


/*--------------interview---------------*/

#interview {
    padding-bottom: 90px;
    padding-top: 80px;
}

@media screen and (min-width: 769px) {
    .interview_inner {
        padding: 50px 100px;
        border-top-right-radius: 88px;
    }
}

@media screen and (max-width: 768px) {
    .interview_inner {
        padding: 15px;
        border-top-right-radius: 44px;
    }
}

.interview_inner1 {
    background-color: rgba(56, 43, 37, 0.1);
}

@media screen and (min-width: 769px) {
    .interview_inner1 {
        margin-top: 67px;
    }
}

@media screen and (max-width: 768px) {
    .interview_inner1 {
        margin-top: 38px;
    }
}

.interview_inner2 {
    background-color: rgba(56, 43, 37, 0.2);
}

@media screen and (min-width: 769px) {
    .interview_inner2 {
        margin-top: 94px;
    }
}

@media screen and (max-width: 768px) {
    .interview_inner2 {
        margin-top: 47px;
    }
}

.interview_entry_inner {
    position: relative;
}

.interview_entry_inner .interview_entry:first-of-type {
    margin-bottom: 52px;
}

.interview_title {
    position: absolute;
    left: 0;
}

.interview_title img {
    height: 100%;
}

@media screen and (min-width: 769px) {
    .interview_title {
        height: 277px;
        top: -109px;
    }
}

@media screen and (max-width: 768px) {
    .interview_title {
        height: 170px;
        top: -50px;
    }
}

.interview_entry {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 769px) {
    .interview_entry {
        margin-left: 82px;
    }
}

@media screen and (max-width: 768px) {
    .interview_entry {
        margin-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .interview_l {
        width: 28%;
    }
}

.interview_r {
    position: relative;
}

@media screen and (min-width: 769px) {
    .interview_r {
        width: 78%;
    }
}

@media screen and (max-width: 768px) {
    .interview_r {
        width: 70%;
    }
}

.interview_entry_title {
    font-size: 1.125rem;
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: #999999 1px solid;
}

.interview_meta {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.9375em;
}

@media screen and (min-width: 769px) {
    .view_more {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .view_more img {
        width: 142px;
    }
}

@media screen and (max-width: 768px) {
    .view_more {
        text-align: right;
    }

    .view_more img {
        width: 50%;
    }
}


/*--------------maintenance---------------*/

#maintenance {
    /*background-image: url("../images/bk_top_mainte.jpg");*/
    background-image: url("../images/topbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

@media (min-width: 768px) {
    #maintenance {
        padding: 215px 0;
    }
}

@media (max-width: 767px) {
    #maintenance {
        padding: 100px 0;
        background-attachment: scroll;
    }

    #maintenance .container {
        text-align: center;
    }
}


/*--------------news---------------*/

#news {
    padding: 80px 0 135px;
}

#news .top_btn_box {
    text-align: center;
}

#news table tr td:first-child {
    border-right: none;
}

@media (min-width: 768px) {
    #news .top_btn_box {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    #news .top_btn_box {
        margin-top: 25px;
    }
}

.tab_area {
    margin-top: 80px;
    position: relative;
}

.tab {
    display: flex;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.tab li {
    text-align: center;
    font-family: "Crimson Text", serif;
    margin-right: 15px;
    border: transparent 1px solid;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab li.active {
    border: #382b25 1px solid;
}

@media (min-width: 768px) {
    .tab li {
        flex-basis: 144px;
        padding: 9px 0;
        letter-spacing: 5px;
    }
}

@media (max-width: 767px) {
    .tab li {
        flex-basis: 23%;
        padding: 9px 0;
    }
}

.tabContent {
    display: none;
}

.tabContent.active {
    display: block;
}

.entry_table {
    border-top: #999999 1px solid;
}

@media (max-width: 767px) {
    .entry_table {
        display: block;
    }
}

@media (min-width: 768px) {
    .entry_table td {
        border-bottom: #999999 1px solid;
        padding: 50px 0;
    }

    .entry_table td.entry_table_title {
        padding-right: 30px;
    }

    .entry_table td.entry_table_view {
        width: 142px;
    }
}

@media (max-width: 767px) {
    .entry_table td {
        border-bottom: none;
        padding: 0 0 15px;
    }

    .entry_table td.entry_table_title {
        display: block;
    }

    .entry_table td.entry_table_view {
        display: block;
    }

    .entry_table td.entry_table_view img {
        width: 30%;
    }

    .entry_table td.entry_table_date {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .entry_table tr {
        display: block;
        border-bottom: #999999 1px solid;
        margin-top: 15px;
    }
}

.entry_table_view {
    text-align: right;
}

.entry_table_cat span {
    display: inline-block;
    padding: 5px 10px;
    border: #746c67 1px solid;
    letter-spacing: 5px;
}

.entry_table_date {
    font-family: "Vollkorn", serif;
    letter-spacing: 3px;
}

@media (min-width: 768px) {
    .entry_table_date {
        width: 10%;
    }
}

@media (max-width: 767px) {
    .entry_table_date {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .entry_table_cat {
        width: 11%;
    }
}

@media (max-width: 767px) {
    .entry_table_cat {
        display: inline-block;
    }
}


/*-------------- Magazine ---------------*/
#magazine {
    padding-bottom: 135px;
}

#magazine .featured-image img {
    aspect-ratio: 51/70;
    object-fit: contain;
    object-position: center;
}

/*-------------- Magazine ---------------*/



/*-------------- Instagram ---------------*/
#insta {
    padding-bottom: 135px;
}

#insta .top_title {
    margin-bottom: 96px;
}

/*-------------- Instagram ---------------*/


/*--------------profile---------------*/

#profile {
    /* background-image: url("../images/bk_top_profile.jpg");*/
    background-image: url("../images/topbg5.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
    background-attachment: fixed;
}

#profile .top_btn {
    color: #382b25;
    background-color: #ffffff;
    margin: 10px 5px;
    text-align: center;
}

#profile .top_btn:after {
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

#profile .top_btn:hover {
    color: #382b25;
}

@media (max-width: 767px) {
    #profile {
        padding: 50px 5%;
        background-attachment: scroll;
    }
}

.profile_title {
    font-size: 1.5rem;
    line-height: 1.7;
    padding-bottom: 40px;
}

.profile_txt {
    font-size: 0.9375em;
    line-height: 2;
    padding-bottom: 40px;
}


/*--------------cv---------------*/

@media (min-width: 768px) {
    #cv {
        margin: 60px 0;
    }
}

@media (max-width: 767px) {
    #cv {
        margin: 30px 0;
    }
}

@media (min-width: 768px) {
    .cv_inner>div {
        border-right: #746c67 1px solid;
    }

    .cv_inner>div:last-child {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .cv_inner>div {
        border-bottom: #746c67 1px solid;
    }

    .cv_inner>div:last-child {
        border-bottom: none;
    }
}

.cv_inner a {
    margin: -15px 15px;
    display: block;
    text-align: center;
    padding: 80px 0;
}

.cv_inner a:hover {
    background-color: #f3edeb;
}

.cv_inner a:hover span {
    border-bottom: #382b25 1px solid;
}

@media (min-width: 768px) {
    .cv_inner {
        padding: 15px 0;
    }
}

.cv_img img {
    width: 40px;
}

/* 雑誌掲載アイコンを付ける 20241029 */
.works_image{
    display:inline-block;
    position:relative;
}
.books-icon{
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}
@media screen and (max-width:767px){
    .works_image{
        width:80%;
        z-index:-1;
    }
    .slick-slide img {
        width: 100%;
    }
    .slick-slide img.books-icon{
        width:40%;
    }
}