@charset "UTF-8";

.pagein_link {
    width: 100%;
    height: 1px;
    visibility: hidden;
    margin-top: -100px;
    padding-top: 100px;
    pointer-events: none;
}

/*メインビジュアル*/
.hero {
    width: 95%;
    margin: 100px auto 0;
}
.hero figure {
}
.hero .slick-slide img.sp {
    display: none !important;
}
.hero .slick-dots {
    bottom: -30px;
}
.hero .slick-dots button {
    background: #7e8583;
    border-radius: 30px;
    width: 10px;
    height: 10px;
    border: 1px solid #7e8583;
}
.hero .slick-dots .slick-active button {
    background: #fff;
    border-radius: 30px;
    width: 10px;
    height: 10px;
}



/*無限横スクロール*/
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.scroll-infinity {
    background: #c1b399;
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
    width: calc(100vw / 5);
    margin: 10px 5px;
    border-radius: 10px;
    overflow: hidden;
}
.scroll-infinity__item>img {
    width: 100%;
}


/*コンセプト*/
.concept_Area {
    width: 100%;
    padding: 50px 0 100px;
    background: #c1b399;
}
.concept_Area .prof_wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
}
.concept_Area .prof_wrap .prof_img {
    width: 350px;
    height: auto;
    max-width: 20%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.concept_Area .prof_wrap .prof_img .prof_img03 {
    width: 100%;
    height: fit-content;
    margin-top: auto;
    margin-bottom: 0;
    border-radius: 0 10px 10px 0;
}
.concept_Area .prof_wrap .prof_img .white_logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    width: 70%;
    margin-left: auto;
    margin-right: 0;
}
.concept_Area .prof_wrap .prof_box {
    width: 1120px;
    max-width: 85%;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.concept_Area .prof_wrap .prof_box .txt {
    width: 700px;
    max-width: 60%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.concept_Area .prof_wrap .prof_box .img {
    width: 400px;
    max-width: 40%;
}
.concept_Area .prof_wrap .prof_box .txt h3 {
    margin: 70px 0 30px;
    width: 400px;
    max-width: 80%;
}
.concept_Area .prof_wrap .prof_box .txt p {
    font-size: 16px;
    line-height: 1.8;
    word-break:auto-phrase;
    font-feature-settings: "palt";
    margin-bottom: 50px;
}
.concept_Area .prof_wrap .prof_box .img > figure {
    margin-bottom: 0px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.concept_Area .prof_wrap .prof_box .img > figure figcaption {
    position: absolute;
    width: 250px;
    left: -5%;
    bottom: -5%;
}
.concept_Area .prof_wrap .prof_box .prof_txt {
    padding-left: 1em;
    border-left: 1px solid #a67c52;
    padding-top: 30px;
}
.concept_Area .prof_wrap .prof_box .prof_txt h5 {
    width: 150px;
    max-width: 80%;
    margin-bottom: 20px;
}
.concept_Area .prof_wrap .prof_box .img h4 {
    font-size: 28px;
    margin-bottom: 20px;
}
.concept_Area .prof_wrap .prof_box .img p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    max-width: 300px;
}
.concept_Area .prof_wrap .prof_box .prof_green {
    width: 560px;
    max-width: 90%;
}
.now_free {
    width: 360px;
    max-width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin: 30px auto 0;
    transition: 0.3s;
}
.now_free:hover {
    opacity: 0.7;
}


/*Partner*/
.partner_Area {
    width: 1120px;
    max-width: 90%;
    background: #fff;
    border-radius: 10px;
    padding: 50px 0 40px;
    margin: 0 auto;
}
.partner_Area .inner {
    width: 90%;
    margin: 0 auto;
}
.partner_Area h3 {
    width: 100px;
    max-width: 50%;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bca9ab;
}
.partner_Area h4 {
    font-size: 30px;
    color: #333;
    text-align: center;
}
.partner_Area .partner_list {
    width: 100%;
    display: flex;
    gap:2.5%;
    flex-wrap: wrap;
    margin-top: 40px;
}
.partner_Area .partner_list li {
    width: 18%;
    margin-bottom: 3%;
}
.partner_Area .partner_list li img {
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
}
.partner_Area .partner_list li.empty {
    background-image : linear-gradient(to right, #cccccc 2px, transparent 2px),linear-gradient(to bottom, #cccccc 2px, transparent 2px),linear-gradient(to left, #cccccc 2px, transparent 2px),linear-gradient(to top, #cccccc 2px, transparent 2px);
    background-size: 6px 2px,2px 6px,6px 2px,2px 6px;
    background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
    background-position:left top,right top,right bottom,left bottom;
    position: relative;
}
.partner_Area .partner_list li.empty:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: url(../img/partner_hm_logo.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.partner_Area h5 {
    text-align: center;
    font-size: 20px;
    margin: 30px auto 0;
    padding-bottom: 50px;
    position: relative;
}
.partner_Area h5:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(../img/partner_line.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
}



/*EVENT*/
.event_Area {
    width: 100%;
    background: #fff;
    padding: 100px 0;
}
.event_Area .event_box {
    width: 1120px;
    max-width: 90%;
    margin: 0 auto 100px;
}
.event_Area .event_box .inner {
    width: 100%;
    max-width: 100%;
    background: url(../img/event_bg.png) repeat-y;
    background-size: 100%;
    background-position: center;
}
.event_Area .event_box h3 {
    width: 700px;
    max-width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}
.event_Area .event_btn {
    width: 80%;
    margin: 30px auto 0;
    display: flex;
    gap:4%;
    flex-wrap: wrap;
}
.event_Area .event_btn li {
    width: 48%;
    position: relative;
}
.event_Area .event_btn li .point {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
}
.event_Area .event_btn li a {
    transition: 0.3s;
    display: block;
}
.event_Area .event_btn li a:hover {
    opacity: 0.7;
}
.event_Area .merit {
    width: 75%;
    margin: 0 auto;
    transform: translateY(30px);
}


/*SNS*/
.sns_Area {
    width: 100%;
    /*max-width: 1500px;*/
    position: relative;
    padding: 100px 0;
    margin: 0 auto;
}
.sns_Area:before {
    content: "";
    width: 50%;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
}
.sns_Area .sns_inner {
    width: 100%;
    max-width: 1500px;
    margin-left: 5%;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sns_Area .sns_inner > article {
    max-width: 90%;
    position: relative;
}
.sns_Area .sns_inner .ttl {
    width: 130px;
    max-width:100%;
    margin-bottom: 30px;
}
.sns_Area .sns_inner section {
    max-width: 400px;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.sns_Area .sns_inner .sns_Btn {
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    gap:2em;
}
.sns_Area .sns_inner p {
    color: #7e8583;
    line-height: 1.6;
    font-size: 15px;
    max-width: 300px;
}
.sns_Area .video-slider_Box {
    width: 60%;
    z-index: 5;
    position: relative;
}
.video-slider img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.video-slider .slick-slide {
}
.video-slider .slick-prev:before, .slick-next:before {
  color: #666; /* 矢印色 */
}
.video-slider {
    margin-bottom: 0 !important;
}
.video-slider .slick-slide {
    transition: 0.3s;
    transform: scale(0.8);
    transform-origin:top;
}
.video-slider .slick-slide.slick-current {
    transform: scale(1);
}
.video-slider .slick-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}
.video-slider .slick-dots li button {
    background: #7e8583;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.video-slider .slick-dots  li.slick-active button {
    background: transparent;
    border: 1px solid #7e8583;
}
.video-slider .slick-prev {
    position: absolute;
    
}
.arrow_box {
    max-width: 63%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    margin-right: 20px;
}

.prev-arrow:hover,
.next-arrow:hover{
    opacity: 0.7;
}


/*POINT*/
.point_Area {
    width: 100%;
    padding: 100px 0 1px;
    background: #e0dfd9;
}
.point_Area .point_mv {
    width: 85%;
    position: relative;
}
.point_Area .point_mv figcaption {
    position: absolute;
    left: 10%;
    top: 12%;
    max-width: 400px;
    width: 60%;
}

.point_Area .point_Copy {
    text-align: center;
    margin: 80px auto;
}

.point_Area .point_Copy h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.point_Area .point_Copy p {
    line-height: 1.8;
}

.point_Area .point_Ttl {
    width: 840px;
    max-width: 90%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.point_Area .point_Ttl figure {
    height: 70px;
    max-width: 30%;
    margin-right: 20px;
}
.point_Area .point_Ttl figure img {
    max-height: 100%;
    max-width: 100%;
}
.point_Area .point_Ttl p {
    font-size: 26px;
    line-height: 1.5;
}

.point_Box_wrap {
    margin-bottom: 100px;
}

:root {
  --container: 840px;
  --gutter: max(0px, calc((100vw - var(--container)) / 2));
}

.feature{overflow-x: clip;}
.feature__inner{
  width: min(100%, var(--container));
  margin-inline:auto;
  display:grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap:32px;
  align-items:start;
}

/* 本文 */
.feature__body h2{margin:0 0 12px; font-size:clamp(20px, 2.2vw, 28px);}
.feature__body p{margin:0 0 12px;line-height: 1.8;}

/* 画像共通 */
.feature__media{margin:0}
.feature__media img{display:block; height:auto; max-width:none; object-fit:cover}

/* 左版：左へ引き出し */
.feature--left .feature__media{ margin-left: calc(-1 * var(--gutter)); }
.feature--left .feature__media img{ width: calc(520px + var(--gutter)); }

/* 右版：右へ引き出し */
.feature--right .feature__inner{ grid-template-columns: 1.4fr 1.1fr; }
.feature--right .feature__media{ margin-right: calc(-1 * var(--gutter)); }
.feature--right .feature__media img{ width: calc(520px + var(--gutter)); }

.point_Box_wrap .white_back {
    width: 840px;
    max-width: 90%;
    margin: 30px auto 0;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 10px 0;
}

.point_Box_wrap .point03_flex {
    width: 840px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.point_Box_wrap .point03_flex li {
    width: 30%;
    margin-bottom: 30px;
    filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.2));
}
.point_Box_wrap .point04_img {
    width: 840px;
    max-width: 90%;
    margin: 0 auto;
}



/*お客様のこえ*/
.voice_Wrap {
    width: 100%;
    padding: 100px 0;
    background: url(../img/voice_bg.jpg) repeat;
    background-size: 80px;
    background-position: center;
}
.voice_Wrap .voice_mv {
    width: 840px;
    max-width:90%;
    margin: 0 auto;
}
.voice_Wrap > h3 {
    text-align: center;
    font-size: 25px;
    line-height: 1.7;
    margin: 30px auto;
}
.voice-slider {
    padding: 10px 0;
}
.voice-slider li {
    padding: 30px;
    filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.2));
    max-width: 540px;
}
/* ページ中央のレイアウトから“幅100vw”にブレークアウトしたいとき */
.voice-slider_wrap{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* 中央スライドの幅を 540px に固定（Slickがこれを使う） */
.voice-slider .slick-slide{ max-width:540px;opacity: 0.3; transition: 0.3s;} 
.voice-slider .slick-slide.slick-active{ opacity: 1; } 
.voice-slider .slick-dots li {
    filter: none;
    padding: 0;
}
.voice-slider .slick-dots li button {
    background: #666666;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
.voice-slider .slick-dots li.slick-active button {
    background: #fff;
    border: 1px solid  #666666;
}
.voice-slider .slick-next {
    background: url(../img/right.png) no-repeat;
    background-size: 30px;
    background-position: right;
    font-size: 0;
    width: 10%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(0%);
    margin: 0 auto;
    z-index: 99;
}
.voice-slider .slick-prev {
    background: url(../img/left.png) no-repeat;
    background-size: 30px;
    background-position: left;
    font-size: 0;
    width: 10%;
    height: 100%;
    top: 0;
    right: 50%;
    transform: translateX(0%);
    margin: 0 auto;
    z-index: 99;
}
.voice-slider .slick-next:before ,
.voice-slider .slick-prev:before {
    font-size: 0;
}



.company_Box {
    width: 840px;
    max-width: 90%;
    margin: 100px auto 0;
}
.details {
	border-top: 2px solid #e5a463;
	border-left: 2px solid #e5a463;
	border-right: 2px solid #e5a463;
}
.details:last-of-type {
	border-bottom: 2px solid #e5a463;
}

.details-summary {
	position: relative;
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	background-color: #e5a463;
    font-family: "Cinzel", serif;
}
.details-summary small {
    font-size: 15px;
    font-weight: normal;
    margin-left: 10px;
}
.details-summary:hover {
	cursor: pointer;
	opacity: 0.8;
}
.details-summary .btn {
	position: absolute;
	top: 30%;
	right: 20px;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	transition-duration: 0.2s;
}
.details-summary .btn:before,
.details-summary .btn:after {
	content: "";
	background-color: #fff;
	width: 18px;
	height: 2px;
	position: absolute;
	top: 8px;
	left: 0;
	transform-origin: center center;
}
.details-summary .btn:before {
	width: 2px;
	height: 18px;
	top: 0;
	left: 8px;
}
.details-summary.is-active .btn {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
	content: none;
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 30px;
    background: #fff;
}
.details-content dl {
    display: flex;
    justify-content: flex-start;
    color: #7e8583;
    border-bottom: 1px solid #7e8583;
    padding: 10px;
}
.details-content dl dt {
    width: 20%;
    border-right: 1px solid #7e8583;
    font-weight: normal;
}
.details-content dl dd {
    width: 80%;
    padding-left: 20px;
    line-height: 1.6;
}


.special_Area {
    width: 100%;
    padding: 100px 0 0;
    position: relative;
}
.special_Area .special_Box {
    width: 1120px;
    max-width: 90%;
    margin: 0 auto;
}
.special_Area .special_Box > .img01 {
    position: absolute;
    left: 0;
    top: 40%;
    width: 400px;
    max-width: 20%;
    z-index: 5;
}
.special_Area .special_Box > .img02 {
    position: absolute;
    right: 0;
    bottom: 30%;
    width: 300px;
    max-width: 15%;
    z-index: 5;
}
.special_Area .special_Box > .img03 {
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 300px;
    max-width: 15%;
    z-index: 5;
}
.special_Area .special_Box > .img01 img ,
.special_Area .special_Box > .img02 img ,
.special_Area .special_Box > .img03 img {
    border-radius: 10px;
}
.special_Area .inner_s {
    border-radius: 30px;
    overflow: hidden;
    background: #e0dfd9;
}
.special_Area .inner_s .in_in {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    transform: translateY(-80px);
}
.special_Area .inner_s .in_in > figure {
    margin-bottom: 50px;
}
.special_Area .inner_s .in_in .ttl {
    filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.2));
    position: relative;
}
.special_Area .inner_s .in_in .ttl span {
    position: absolute;
    left: -50px;
    top: -40px;
    width: 150px;
}
.special_Area .inner_s .in_in .btn {
    margin-bottom: 0;
}
.special_Area .inner_s .in_in .date p {
    text-align: center;
    line-height: 2;
    font-size: 15px;
    margin-top: 30px;
}
.special_Area .inner_s .in_in .prof {
    margin-top: 100px;
    margin-bottom: 100px;
}
.special_Area .spe_eve02_comList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:1%;
    margin-bottom: 60px;
}
.special_Area .spe_eve02_comList li {
    width: 24%;
    margin-bottom: 1%;
    border-radius: 5px;
    overflow: hidden;
}
.special_Area .special_Box.sp02 > .img01 {
    position: absolute;
    right: 0;
    left: inherit;
    top: 40%;
    width: 400px;
    max-width: 20%;
    z-index: 5;
}
.special_Area .special_Box.sp02 > .img02 {
    position: absolute;
    right: inherit;
    left: 0;
    bottom: 30%;
    width: 300px;
    max-width: 15%;
    z-index: 5;
}
.special_Area .special_Box.sp02 > .img03 {
    position: absolute;
    left: inherit;
    right: 2%;
    bottom: 18%;
    width: 400px;
    max-width: 20%;
    z-index: 5;
}

.special_Area .inner_s .in_in .video {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    transform: translateY(-5%);
}
.special_Area .inner_s .in_in .video video {
    width: 100%;
    border-radius: 10px;
}




.foot_Area {
    width: 100%;
    background: url(../img/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding: 70px 0 50px;
    margin-top: 100px;
}
.foot_Area .ttl {
    width: 800px;
    max-width: 70%;
    margin-right: 10%;
    margin-left: auto;
}
.foot_Area > div {
    width: 700px;
    margin-top: 50px;
    margin-right: 10%;
    margin-left: auto;
}
.foot_Area > div p {
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 50px;
}
.foot_Area > div .sns_Btn {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    gap:20px;
    position: relative;
}
.foot_Area > div .sns_Btn li {
    width: 48%;
    max-width: 150px;
}
.foot_Area > div .sns_Btn .name {
    position: absolute;
    left: -50px;
    top: 0;
    width: 250px;
    max-width: 100%;
}


@media only screen and (max-width: 768px) {
    .hero {
        width: 90%;
        margin-top: 70px;
    }
    .hero .slick-slide img.pc {
        display: none !important;
    }
    .hero .slick-slide img.sp {
        display: block !important;
    }
    
    
    .scroll-infinity__item {
        width: calc(100vw / 3);
    }
    
    .concept_Area {
        padding: 50px 0;
    }
    .concept_Area .prof_wrap {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .concept_Area .prof_wrap .prof_img {
        max-width: 100%;
        margin:  0 auto;
    }
    .concept_Area .prof_wrap .prof_img03 {
        display: none;
    }
    .concept_Area .prof_wrap .prof_img .white_logo {
        left: inherit;
        right: inherit;
        max-width: 100%;
        top: inherit;
        margin: 0 auto 40px;
        width: 200px;
        z-index: 1;
        position: relative;
    }
    .concept_Area .prof_wrap .prof_box {
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 100%;
        justify-content: center;
    }
    .concept_Area .prof_wrap .prof_box .txt {
        max-width: 90%;
    }
    .concept_Area .prof_wrap .prof_box .txt h3 {
        margin: 0 auto 30px;
        max-width: 70%;
    }
    .concept_Area .prof_wrap .prof_box .txt p {
        max-width: 65%;
        width: auto;
        margin: 0 auto 30px;
        line-height: 2;
        font-size: 14px;
    }
    .concept_Area .prof_wrap .prof_box .prof_green {
        max-width: 100%;
    }
    .concept_Area .prof_wrap .prof_box .img {
        max-width: 85%;
        margin-right: 0;
        margin-left: auto;
        margin-top: 50px;
    }
    .concept_Area .prof_wrap .prof_box .prof_txt {
        max-width: 90%;
    }
    
    .partner_Area {
        padding: 30px 0 20px;
    }
    .partner_Area h3 {
        width: 80px;
    }
    .partner_Area h4 {
        font-size: 20px;
    }
    .partner_Area .partner_list {
        gap:3.5%;
    }
    .partner_Area .partner_list li {
        width: 31%;
        margin-bottom: 3.5%;
    }
    .partner_Area h5 {
        font-size: 18px;
        line-height: 1.6;
        padding-bottom: 40px;
    }
    .partner_Area h5:before {
        background-size: cover;
        height: 20px;
    }
    
    
    .event_Area {
        padding: 50px 0;
    }
    .event_Area .event_box {
        margin-bottom: 50px;
    }
    .event_Area .event_box .inner {
        background: url(../img/event_bg_sp.png) repeat-y;
        background-size: 100%;
    }
    .event_Area .event_btn {
        margin-top: 0;
    }
    .event_Area .event_btn li {
        width: 100%;
        margin-bottom: 30px;
    }
    .event_Area .event_btn li .point {
        width: 80px;
    }
    .event_Area .event_btn li:last-child {
        margin-bottom: 0;
    }
    .event_Area .merit {
        width: 85%;
        transform: translateY(10px);
    }
    
    
    .sns_Area {
        padding: 50px 0;
    }
    .sns_Area:before {
        width: 80%;
    }
    .sns_Area .sns_inner {
        margin: 0 auto;
    }
    .sns_Area .sns_inner section {
        max-width: 100%;
        margin: 0 auto;
    }
    .sns_Area .sns_inner {
        flex-wrap: wrap;
    }
    .sns_Area .sns_inner > article {
        max-width: 75%;
        margin: 0 auto 30px;
    }
    .sns_Area .sns_inner .sns_Btn {
        position: relative;
        margin-top: 30px;
    }
    .sns_Area .video-slider_Box {
        width: 75%;
        margin: 0 auto;
    }
    .video-slider .slick-slide {
        transform: scale(1);
    }
    .video-slider .slick-dots {
        position: relative;
        width: 100%;
        left: inherit;
        right: inherit;
        margin: 10px auto;
    }
    .arrow_box {
        max-width: 100%;
        margin: 0px auto 0;
        justify-content: center;
        position: relative;
    }
    
    
    .point_Area {
        padding: 30px 0 1px;
    }
    .point_Area .point_mv {
        width: 95%;
    }
    .point_Area .point_mv figcaption {
        width: 50%;
        left: 15%;
        top: 10%;
    }
    .point_Area .point_Copy {
        max-width: 90%;
        margin: 40px auto;
    }
    .point_Area .point_Copy h3 {
        font-size: 20px;
        line-height: 1.6;
        word-break:auto-phrase;
    }
    .point_Area .point_Copy p {
        font-size: 15px;
        word-break:auto-phrase;
    }
    .point_Area .point_Ttl {
        margin-bottom: 20px;
    }
    .point_Area .point_Ttl p {
        font-size: 17px;
        word-break:auto-phrase;
    }
    .point_Area .point_Ttl figure {
        height: 80px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .feature__inner {
        display: block;
    }
    
    
  /* 画像は常にフルブリード（画面端まで） */
  .feature__media{ 
      margin-bottom: 20px;
  }
  .feature__media img{ width: 100vw !important; }

  /* 右版は画像を先頭に（読みやすさ調整） */
  .feature--right .feature__media{ order: -1; }

  /* テキスト余白 */
  .feature__body{
      padding-inline: 16px;
      width: 100%;
    }
    .point_Box_wrap {
        margin-bottom: 50px;
    }
    .point_Box_wrap .white_back {
        word-break:auto-phrase;
    }
    .point_Box_wrap .point03_flex li {
        width: 48%;
    }
    
    
    
    
    .voice_Wrap {
        padding: 50px 0;
    }
    .voice_Wrap > h3 {
        font-size: 18px;
        word-break:auto-phrase;
        margin: 20px auto 0;
    }
    .voice-slider li {
        padding: 20px;
    }
    .voice-slider .slick-next {
        left: 80%;
    }
    .voice-slider .slick-prev {
        right: 80%;
    }
    
    .company_Box {
        margin: 50px auto 0;
    }
    .details-content {
        padding: 5%;
    }
    .details-content dl {
        font-size: 12px;
    }
    
    
    .special_Area {
        padding: 50px 0;
    }
    .special_Area .inner_s .in_in {
        transform: translateY(-50px);
    }
    .special_Area .inner_s .in_in .ttl span {
        width: 80px;
        left: -20px;
        top: -20px;
    }
    .special_Area .inner_s .in_in > figure {
        margin-bottom: 30px;
    }
    .special_Area .inner_s .in_in .date p {
        font-size: 13px;
        word-break:auto-phrase;
    }
    .special_Area .special_Box > .img01,
    .special_Area .special_Box > .img02,
    .special_Area .special_Box > .img03 {
        display: none;
    }
    .special_Area .inner_s .in_in .prof {
        margin: 50px auto;
    }
    .special_Area .spe_eve02_comList {
        margin-bottom: 30px;
    }
    .special_Area .spe_eve02_comList li {
        width: 32%;
        margin-bottom: 2%;
    }
    .special_Area .inner_s .in_in .video {
        width: 300px;
        max-width: 70%;
        margin-bottom: 20px;
    }
    
    
    .foot_Area {
        padding: 30px 0 30px;
        background: none;
        background-color: #000;
        position: relative;
        margin-top: 0;
    }
    .foot_Area:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../img/footer_bg.jpg) no-repeat;
        background-size: cover;
        background-position: left bottom;
        opacity: 0.4;
    }
    .foot_Area .ttl {
        margin: 0 auto;
        max-width: 90%;
    }
    .foot_Area > div {
        font-size: 12px;
        max-width: 90%;
        margin: 20px auto;
        position: relative;
        z-index: 1;
    }
    .foot_Area > div p {
        font-size: 12px;
        word-break:auto-phrase;
        margin-bottom: 30px;
    }
    .foot_Area > div .sns_Btn {
        flex-wrap: wrap;
    }
    .foot_Area > div .sns_Btn .name {
        position: relative;
        left: inherit;
        top: inherit;
        width: 60%;
        margin-right: auto;
        margin-left: 0;
    }
    .foot_Area > div .sns_Btn li {
        width: 40%;
        margin: 0 auto;
    }
    
    
    
    
    
    
    
}