@charset "utf-8";

/* .home #header_wrap {
    background: transparent;
} */

/* .home #header_wrap.smallhead #header_area {
    margin: 0 auto;
} */

/* .home #logo img.logo_black {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.home .smallhead #logo img.logo_black {
    opacity: 1;
} */

/* .home #header_wrap .menu_link {
    color: #fff !important;
    text-shadow: 0 0 20px rgba(29, 54, 71, 0.15);
} */

/* .home #header_wrap.smallhead .menu_link {
    color: #222 !important;
} */



/* .home .footer_contact {
    background: none;
} */

/*---------------------------------------------------------
	Top 共通
---------------------------------------------------------*/

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

.index_column.reverse {
    flex-direction: row-reverse;
}

.column_txt {
    width: 45.153%;
    margin-top: 55px;
}

.column_txt p:not(.top_catch) {
    margin-bottom: 20px;
}

.column_txt .top_link_btn {
    margin-top: 27px;
}

.column_img {
    width: 43.076%;
}

.column_img img {
    display: block;
    width: 100%;
    height: auto;
}


/*  */
.top_link_btn {
    display: inline-block;
    text-decoration: none;
}

.top_link_btn_in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* .top_link_circle {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #1E1E1E;
} */

.top_link_txt {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #1E1E1E;
}

/* .top_link_txt::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #D4D4D4;
    width: 100%;
    height: 1px;
}

.top_link_txt::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #1E1E1E;
    width: 73%;
    height: 1px;
} */

.top_link_circle {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    /* width: 128px; */
    /* height: 128px; */
    width: 74px;
    height: 74px;
}

.top_link_circle::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #1E1E1E;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transition: all 1.5s cubic-bezier(.23, 1, .32, 1), border .3s ease;
    transform: translate(-50%, -50%);
    /* width: 122px; */
    /* height: 122px; */
    width: 69px;
    height: 69px;
}

.top_link_circle::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 17px;
    background: url(../img/arrow_black.svg) center center/ contain no-repeat;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.top_link_circle svg {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    /*width: calc(110 / var(--width) * 100vw);
    height: calc(110 / var(--width) * 100vw);*/
}

.top_link_circle svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px;
    transition: stroke-dashoffset .7s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    stroke-dasharray: 346px;
    stroke-dashoffset: 346px;
}

a.top_link_btn:hover svg,
a:hover .top_link_circle svg {
    opacity: 1;
}

a:hover .top_link_circle::before {
    /* width: 69px;
    height: 69px; */
    opacity: 0;
}

a:hover .top_link_circle svg circle,
a.top_link_circle:hover svg circle {
    stroke-dashoffset: 0;
}

.top_link_circle svg circle {
    stroke: #1E1E1E;
}

/*
body.show-bg .top_link_btn.bg .top_link_btn_in .top_link_txt {
    color: #fff;
}

body.show-bg .top_link_btn.bg .top_link_btn_in .top_link_circle::before {
    border: 1px solid #fff;
}

body.show-bg .top_link_btn.bg .top_link_btn_in .top_link_circle svg circle {
    stroke: #fff;
}

body.show-bg .top_link_btn.bg .top_link_btn_in .top_link_circle::after {
    background: url(../img/arrow_white.svg) center center/ contain no-repeat;
}*/
.top_link_btn.bg .top_link_btn_in .top_link_txt {
    color: #fff;
}

.top_link_btn.bg .top_link_btn_in .top_link_circle::before {
    border: 1px solid #fff;
}

.top_link_btn.bg .top_link_btn_in .top_link_circle svg circle {
    stroke: #fff;
}

.top_link_btn.bg .top_link_btn_in .top_link_circle::after {
    background: url(../img/arrow_white.svg) center center/ contain no-repeat;
}

/*  ボタン白  */

.top_link_btn_in.white .top_link_txt {
    color: #fff;
}

.top_link_btn_in.white .top_link_circle::before {
    border: 1px solid #fff;
}

.top_link_btn_in.white .top_link_circle svg circle {
    stroke: #fff;
}

.top_link_btn_in.white .top_link_circle::after {
    background: url(../img/arrow_white.svg) center center/ contain no-repeat;
}



/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
.home main {
    letter-spacing: 0.12em;
}

#index_wrap {
    position: relative;
    width: 100%;
}

#index_main {
    position: relative;
    overflow: hidden;
}

.mv {
    position: relative;
    min-height: 600px;
    height: 100vh;
    margin-bottom: 250px;
    overflow: hidden;
}

.mv {
    position: relative;
    min-height: 600px;
    height: 100vh;
    margin-bottom: 250px;
    overflow: hidden;
}

/* MVスライダーを固定背景のように表示 */
.mv_slider {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.mv_slider .slick-list,
.mv_slider .slick-track,
.mv_slide {
    height: 100vh;
}

.mv_slide {
    position: relative;
    overflow: hidden;
}

.mv_slide img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    vertical-align: bottom;
    transform: scale(1);
}

.mv_slider .slick-slide {
    transition-timing-function: linear !important;
}

.mv_slider .slick-slide.is-zoom img {
    animation: mvZoom 7.5s linear forwards;
}

@keyframes mvZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.06);
    }
}
/*
.mv_copy {
    position: absolute;
    left: 50%;
    bottom: calc(50% - 163px);
    color: #fff;
    transform: translateX(-50%);
    width: 1300px;
    max-width: calc(100% - 40px);
}
.mv_copy h1 {
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 6.5rem;
    line-height: 1.8;
    letter-spacing: 0;
}*/
.mv_copy {
    position: absolute;
    left: 7vw;
    bottom: 45vh;
    color: #fff;
    width: 40vw;
    z-index: 2;
}
.mv_copy h1 {
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 8.5rem;
    line-height: 1.1;
    letter-spacing: 1px;
	padding-bottom: 20px;
}
.mv_copy p {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
	padding-bottom: 25px;
}
.mv_copy h1 span{
    font-size: 7.5rem;
}
/* .mv_copy .mv_copy_en {
    font-family: 'Noto Serif JP', serif;
    display: block;
    font-size: 2.0rem;
    letter-spacing: 0;
    margin-top: 20px;
} */
.mv_btn_list {
    position: absolute;
    left: 7vw;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
/*     padding: 0 23px; */
    margin: 0 0 20px;
    z-index: 2;
}

.mv_btn {
    display: block;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #FFF;
/*     margin-right: 20px; */
    width: 400px;
    padding: 30px 25px 15px 43px;
/*     border-radius: 100px; */
    position: relative;
    overflow: hidden;
}

.mv_btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity .3s ease;
}

.mv_btn::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    top: 50%;
    right: 20px;
    background-image: url(../img/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 17px;
    border-radius: 50%;
    transition: all .3s ease;
    transform: translateY(-50%);
}

.mv_btn span {
    position: relative;
	bottom: 10px;
}

.mv_btn span::after {
    display: block;
    content: attr(data-txt)'';
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    /* color: #fff; */
    /* margin: 0 0 20px; */
}

/* mv btn 個別 */

/* 1つ目：買取商品 */
.mv_btn:nth-child(1) {
    background: #aa862d;
}

.mv_btn:nth-child(1)::before {
    background: linear-gradient(
        135deg,
        #d9b85a 0%,
        #CAA846 55%,
        #9f7d2a 100%
    );
}

.mv_btn:nth-child(1)::after {
    background-color: #967522;
}

.mv_btn:nth-child(1) span::after {
    color: #836824;
}


/* 2つ目：業務案内 */
.mv_btn:nth-child(2) {
    background: #1B8F6B;
}

.mv_btn:nth-child(2)::before {
    background: linear-gradient(
        135deg,
        #36b98d 0%,
        #1FA67A 55%,
        #17825f 100%
    );
}

.mv_btn:nth-child(2)::after {
    background-color: #147354;
}

.mv_btn:nth-child(2) span::after {
    color: #176a4e;
}

/*  */
.mv_btn:nth-child(3) {
    background: #1bcbb4;
    margin-right: 0;
}

.mv_btn:nth-child(3)::before {
    background: rgb(27, 203, 180);
    background: linear-gradient(90deg, rgba(27, 203, 180, 1) 0%, rgba(16, 155, 161, 1) 100%);
    margin-right: 0;
}

.mv_btn:nth-child(3)::after {
    background-color: #0E9392;
}

.mv_btn:nth-child(3) span::after {
    color: #149CA2;
}


/* mv btn hover */
.mv_btn:hover::before {
    opacity: 0;
}

.scroll {
    font-family: 'Oswald', 'Noto Serif JP', serif;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 16px;
    color: #fff;
    writing-mode: vertical-rl;
    position: absolute;
    top: 68.8%;
    right: 26px;
    padding-bottom: 130px;
    transform: translateY(-50%);
    z-index: 2;
}

.scroll::before,
.scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 3px;
    left: 0;
    width: 1px;
    height: 125px;
    margin: auto;
}

.scroll::before {
    background: #fff;
}

.scroll::after {
    background: #333;
    animation: scroll 3s infinite;
}

/* スライダー全体の初期化前のスタイル */
.mv_slider {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Slickが初期化（slick-initializedクラスが付与）されたら全体を表示 */
.mv_slider.slick-initialized {
    opacity: 1;
}

/* Slickが初期化される前でも、1枚目だけを強制的に表示しておく */
.mv_slider:not(.slick-initialized) {
    opacity: 1 !important;
}
.mv_slider:not(.slick-initialized) .mv_slide:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block !important;
}
.mv_slider:not(.slick-initialized) .mv_slide:not(:first-child) {
    opacity: 0; /* 1枚目以外は非表示 */
}


@keyframes scroll {
    0% {
        bottom: 125px;
        height: 0;
    }

    20% {
        bottom: 0;
        height: 125px;
    }

    100% {
        height: 0;
    }
}

/*----------------
	mv ピン止めnews
--------------------*/
/* .mv_news {
    position: absolute;
    bottom: 30px;
    right: 85px;
    max-width: 500px;
    display: inline-block;
}

.mv_news_link {
    display: flex;
    color: #fff;
    text-decoration: none;
}

.mv_news_txt {
    margin-right: 18px;
    letter-spacing: 0.05em;
}

.mv_news .news_cate {
    display: inline-block;
    padding: 0 15px 1px;
    border: 1px solid #fff;
    border-radius: 15px;
    font-size: 1.2rem;
    margin-left: 5px;
}

.mv_news .news_title {
    display: block;
    margin-top: 5px;
    font-size: 2rem;
}

.mv_news .top_link_circle {
    width: 85px;
    height: 85px;
}

.mv_news .top_link_circle::before {
    width: 81px;
    height: 81px;
}

.mv_news a:hover .top_link_circle::before {
    width: 81px;
    height: 81px;
}

.mv_news .top_link_circle::after {
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    transform: rotate(-45deg);
} */

/**/

.top_ttl {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;

}


.top_ttl h2 {
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 4.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #CAA846;

}

.top_ttl span {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
}

/* .top_ttl h2::before {
    display: block;
    content: attr(data-txt)'';
    font-family: 'Michroma', sans-serif;
    font-size: 6.8rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #2B5872;
} */

.top_catch {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5 !important;
    margin-bottom: 12px;
}

.home main p {
    letter-spacing: 0.1em;
    line-height: 1.875;
    transition: all .3s ease;
}

/*  */
.content_wrap_bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    background: #222;
    z-index: -1;
}

.content_wrap_bg.show-bg::before {
    opacity: 1;
}

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

#index_about {
    padding: 125px 0 150px 0;
    /*background:#dbdbdb;*/
}

.about_area {
    letter-spacing: 0.05em;

    max-width: 1340px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding: 0 20px;
    margin: 0 auto;
    /*color:#fff;*/
}

/* .about_area .top_ttl {
    margin-bottom: 35px;
}

.about_txt {
    width: 50%;
    margin-top: 100px;
}

.about_img {
    width: 46%;
    margin-left: 4%;
} */


#index_service .top_ttl h2,
.about_area p,
#index_service p {
    color: #222;
}

/* body.show-bg .about_area .top_ttl h2::before,
body.show-bg .service_head .top_ttl h2::before {
    color: #2B5872;
} */
/*
body.show-bg .about_area .top_ttl h2,
body.show-bg #index_service .top_ttl h2 {
    color: #CAA846;
}

body.show-bg .service_contents_ttl h3,
body.show-bg .about_area p,
body.show-bg #index_service p {
    color: #fff;
}
*/
.about_area .top_ttl h2,
#index_service .top_ttl h2 {
    color: #CAA846;
}

.service_contents_ttl h3,
.about_area p,
#index_service p {
    color: #fff;
}
/* .about_area p,
.service_head p {
    color: #222;
    margin-bottom: 50px;
} */

/* body.show-bg .about_area p,
body.show-bg .service_head p {
    color: #fff;
} */

/*----------------
	Business
--------------------*/

#index_service {
    position: relative;
    /*padding:50px 0 635px 0;*/
    padding: 50px 0 0 0;
}

.service_head {
    text-align: center;
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto 74px auto;
}

.service_contents {
    position: relative;
}

.service_item_area {
    display: flex;
    flex-wrap: wrap;
}

.service_item {
    display: flex;
    width: calc(100% / 3);
    width: calc(100% / 2);
    width: 100%;
    height: 700px;
    margin-left: auto;
    padding: 174px 25px 204px;
    position: relative;
	border-left: 1px solid #ffffff75;
}
.service_item:first-child{
	border-left: none;
}
.service_item img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    object-fit: cover;
}

.service_item_in {
    display: flex;
    flex-direction: column;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /*margin-bottom:35px;*/
    width: 370px;
    max-width: 100%;

    margin: 0 auto;
    position: relative;
}

/* .service_contents_ttl span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #2B5872;
} */

.service_contents_ttl h3 {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}

.service_contents_btn {
    text-align: center;
    margin-top: auto;
}

/*----------------
	product
--------------------*/

#index_product {
    background: url(../img/index_product_bg.jpg) no-repeat center/cover;
}

.product_area {
    padding: 80px 0 94px 0;

}

.product_head {
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto 40px auto;
}

.product_head .top_ttl {
    margin-bottom: 0;
}

.product_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product_flex>p {
    color: #FFF;
}

/* product slider */
.product_item {
    position: relative;
}

.product_link {
    display: block;
    margin: 0 18px;
    position: relative;
    overflow: hidden;
}

.product_img {
    height: 0;
    padding-top: 77.634%;
    background-color: #333;
    position: relative;
}

.product_img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.product_info {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 22px;
    background-color: rgba(0, 0, 0, 0.56);
}

/* hover */
.product_link:hover .product_img img {
    transform: scale(1.07);
}

/* product slider無効 */
.product_slider.noslick {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1340px;
    padding: 0 20px;
    margin: auto;
}

.product_slider.noslick .product_item {
    width: calc((100% - 60px) / 3);
    margin: 0 30px 0 0;
}

.product_slider.noslick .product_item:nth-child(3) {
    margin: 0;
}

.product_slider.noslick .product_link {
    margin: 0;
}


/*----------------
	Company
--------------------*/
#index_company {
    padding: 93px 0 40px;
    background: #fff;
}

.company_area {
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
}

/*----------------
	News
--------------------*/
#index_news {
    padding: 95px 0 114px 0;
    position: relative;
    z-index: 1;
    background: #fff;
}

.news_area {
    display: flex;
    flex-wrap: wrap;
    max-width: 1340px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 20px;
}

.news_head {
    position: relative;
    width: 21.25%;
    margin-right: auto;
}

.news_content {
    position: relative;
    margin: 20px 0 0;
    width: 75.5%;
}

.news_item {
    border-bottom: 1px solid #ccc;
}

.news_link {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    text-decoration: none;
    color: #222;
    padding: 21px 28px 20px 0;
    background: transparent;
    transition: all 0.3s;
    position: relative;
}

.news_link::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 18px;
    bottom: 0;
    /* left: 0; */
    margin: auto;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(-45deg);
    transition: border-color 0.3s;
}

.news_link .news_date {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0;
    width: 85px;
    margin-right: 15px;
}

.news_link .news_cate {
    display: block;
    font-weight: 500;
    letter-spacing: 0.1em;
    min-width: 99px;
    margin-right: 31px;
    text-align: center;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* -ms-flex-align: center; */
    /* align-items: center; */
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    /* -ms-flex-pack: center; */
    /* justify-content: center; */
    height: 24px;
    padding: 2px 10px 3px;
    font-size: 1.3rem;
    color: #FFF;
    border: 1px solid #333;
    background-color: #333;
    border-radius: 15px;
}

.news_link .news_title {
    /* font-size: 1.6rem;
	font-weight: bold; 
	letter-spacing: 0.1em;*/
    font-size: 1.5rem;
    letter-spacing: 0;
    width: calc(100% - 230px);
}

/* hover */
.news_link:hover {
    background: #F5F5F5;
}


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

    #toggle a span,
    #toggle a::before,
    #toggle a::after {
        background: #fff;
    }

    .home #header_wrap .menu_link {
        text-shadow: none;
    }

    .home #header_wrap.smallhead .menu_link {
        color: #fff !important;
    }

    /*----------------
		Top 共通
	-----------------*/
    .index_column.reverse {
        flex-direction: unset;
    }

    .column_txt {
        width: 100%;
        margin: 0 0 30px;
    }

    .column_txt p:not(.top_catch) {
        margin-bottom: 10px;
    }

    .column_txt .top_link_btn {
        margin-top: 5px;
    }

    .column_img {
        width: 100%;
    }

    /* .column_img img {
        display: block;
        width: 100%;
        height: auto;
    } */

    .top_ttl {
        margin-bottom: 10px;
    }

    .top_ttl h2 {
        font-size: 3rem;
    }

    .top_ttl span {
        font-size: 1.3rem;
    }


    /* .top_ttl h2::before {
        font-size: 4.0rem;
    } */

    .top_catch {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .top_link_txt {
        font-size: 1.4rem;
    }

    .top_link_circle {
        width: 60px;
        height: 60px;
    }

    .top_link_circle::before {
        width: 58px;
        height: 58px;
    }

    /* a:hover .top_link_circle::before {
        width: 60px;
        height: 60px;
    } */




    /* #index_main .mv_img {
    } */

    .mv_copy {
        bottom: 35%;
		width: 100%;
    	left: 50%;
    	transform: translateX(-50%);
    	max-width: calc(100% - 40px);
		text-align: center;
    }

    .mv_copy h1 {
        font-size: 5.0rem;
    }
	.mv_copy p{
    	 font-size: 1.4rem;
	}
    .mv_btn_list {
        justify-content: center;
        padding: 0 13px;
        margin: 0;
		left: 0;
    }

    .mv_btn {
        font-size: 1.5rem;
        margin: 0 7px 14px !important;
        width: 300px;
        padding: 15px 45px 15px 20px;
    }

    .mv_btn::after {
        width: 30px;
        height: 30px;
        right: 15px;
        background-size: 12px 13px;
    }
	
	.mv_btn span {
		bottom: 0;
	}

    .mv_btn span::after {
        /* display: block;
        content: attr(data-txt)'';
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1; */
        display: none;
    }


    .scroll {
        display: none;
    }



    /*----------------
		mv ピン止めnews
	--------------------*/
    /* .mv_news {
        right: 0;
        left: 0;
        width: 100%;
        padding: 0 40px 0 30px;
    }

    .mv_news_link {
        justify-content: space-between;
    }

    .mv_news .news_title {
        font-size: 1.6rem;
    } */

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

    #index_about {
        padding: 100px 0 50px 0;
    }

    .about_txt {
        width: 100%;
        margin-top: 0;
    }

    .about_img {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .about_area p {
        margin-bottom: 20px;
    }


    /*----------------
		Business
	--------------------*/
    #index_service {
        padding: 40px 0 0 0;
    }

    .service_head {
        margin-bottom: 20px;
    }

    /* .service_head p {
        margin-bottom: 20px;
    } */

    .service_item {
        width: 100%;
        height: auto;
        padding: 50px 0 45px 0;
        border-bottom: 1px solid #999;
		border-left: none;
    }

    .service_item:first-child {
        border-top: 1px solid #999;
    }


    .service_item_in {
        padding: 0 20px;
    }

    /* .service_contents_ttl span {
        font-size: 1.6rem;
    } */

    .service_contents_ttl h3 {
        font-size: 2.0rem;
    }

    /* .service_contents_ttl h3::after {
        font-size: 1.6rem;
        margin-top: 8px;
    } */


    /* .service_item_sp {
        margin-bottom: 20px;
    } */

    /*----------------
		Product
	--------------------*/

    .product_area {
        padding: 45px 0 45px 0;

    }

    .product_head {
        margin: 0 auto 20px auto;
    }

    .product_head .top_ttl {
        margin-bottom: 10px;
    }

    /* .product_flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    } */

    .product_flex>p {
        margin-bottom: 10px;
    }

    /* product slider */
    .product_item {
        position: relative;
    }

    .product_link {
        margin: 0 8px;
    }

    /* .product_img {
        height: 0;
        padding-top: 77.634%;
        background-color: #333;
        position: relative;
    } */

    /* .product_img img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s ease-in-out;
    } */

    .product_info {
        font-size: 1.3rem;
        padding: 7px 15px 6px;
    }

    /*----------------
		Company
	--------------------*/
    #index_company {
        padding: 30px 0 40px;
        background: #fff;
    }

    .company_area {
        max-width: 1340px;
        padding: 0 20px;
        margin: 0 auto;
    }


    /*----------------
		News
	--------------------*/
    #index_news {
        padding: 50px 0 60px;
    }


    .news_head {
        width: 100%;
        margin-right: 0;
    }

    .news_content {
        width: 100%;
    }

    .news_list {
        margin-bottom: 20px;
    }

    .news_link {
        padding: 15px 0;
        align-items: center;
    }

    .news_link .news_date {
        font-size: 1.3rem;
        line-height: 24px;
        width: auto;
        margin-right: 15px;
    }

    .news_link .news_cate {
        /*width: 110px;*/
        width: auto;
        font-size: 1.1rem;
        margin-right: 0;
    }

    .news_link .news_title {
        width: 100%;
        padding-top: 2px;
    }

    .news_content .link_btn {
        text-align: center;
    }

    .news_content .link_btn a {
        margin-bottom: 0;
    }


}

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

    .mv {
        min-height: 600px;
        height: 100svh;
    }

    .mv_slider {
        width: 100vw;
        height: 100svh;
    }

    .mv_slider .slick-list,
    .mv_slider .slick-track,
    .mv_slide {
        height: 100svh;
    }

    .mv_slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}