@charset "utf-8";
/* CSS Document */



/*==========================================================
__トップ
==========================================================*/

.top_bg_area {
	background: none;
	width: 100%;
	height: 100%;
}


/*==========================================================
__スライド
==========================================================*/
.slide_area {
	width: 100%;
	margin: 82px 0 0 auto;
	/* padding: 0; */
	background: #7a1f2b;
	/* display: flex; */
	line-height: 0;
	position: relative;
}

.slide_area .inner {
	display: flex;
}

.slide_area ul {
	width: 100%;
}

.slide-text {
	border-radius: 5px;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	margin: 0;
	right: 0;
	width: auto;
	}

.slide_area .slide_ttl {
	color: #fff;
	letter-spacing: 9px;
	margin:0;
	padding:0;
	line-height: 1.3;
	font-size: 4em;
	display: block;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}

.slide-text span {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	color: #fff;
	letter-spacing: 1px;
	line-height: 2;
	position: relative;
	z-index: 10;
}

.slide_area ul {
	margin: 0 0 0 auto;
	padding: 0;
	/* width: auto; */
	position: relative;
	width: 70%;
}

.slide_area .inner:before {
	content:"";
	position:absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	background: rgba(0,0,0,0.1);
	height: 100%;
	left: 0;
	right: 0;
	z-index: 1;
}

.slide_area ul li img {
	width:100%;
}

/*==========================================================
__ about
==========================================================*/
.about_area {
	max-width:1200px;
	margin: 150px auto 0;
	padding: 0;
	display: flex;
	position: relative;
	flex-flow: row-reverse;
	width:90%;
	align-items: flex-start;
}

.about_img {
	width: 55%;
	position: relative;
	margin: 0;
}

.about_left {
	width: 45%;
	margin: 0 5% 0 0;
}

.about_txt_area p  {
	line-height: 2.5;
}

.cap_about p.title_cap {
	margin-left: 60px;
}


.about_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -90px;
    bottom: -80px;
    background: #f5f3f3;
}

/*==========================================================
__ NEWS
==========================================================*/
.news_area {
	padding: 60px 0;
	position: relative;
	background: #ffffff;
	box-sizing: border-box;
	margin: -40px auto 0;
	max-width: 1200px;
	box-shadow: 0px 6px 3px 0px #e9e9e99c;
	width: 90%;
}

.news_area .box{
	display:flex;
	align-items: center;
	padding: 0 50px;
}

.news_area h5 {
	text-align:center;
	width: auto;
}

.news_contents {width: 85%;margin: 0 0 0 5%;}

.news_contents ul {width: 100%;}

.news_contents ul li{
	border-bottom:1px solid #c8c8c8;
}


.news_contents dt {
	font-size: 1em;
	letter-spacing: 1px;
	color: #111;
	position: relative;
	line-height: 1.2;
	display: flex;
	padding: 20px 0;
	align-items: center;
	cursor: pointer;
	transition: .3s;
}

.news_contents dt.active {	
transition: .3s;
padding: 20px 0;

}

.news_contents dt:before {
    content: "＋";
    position: absolute;
    right: 2%;
    font-size: 1.5em;
    line-height: 1.1;
}

.news_contents dt.active:before {
	content:"－";
}

.news_contents dt em {
    font-size: 1em;
    color: #111;
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

.news_contents dt:hover {
	transition:.3s;
	color: #7a1f2b;
}

.news_contents dd {
    padding: 0 0 20px;
    display: none;
}
.news_contents dd p {
	letter-spacing: 0;}

.news_contents dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.news_contents dt em {
    flex-shrink: 0;
}

.news_contents dt span {
    flex: 1;
    text-align: left;
}

/*==========================================================
__ thum_area
==========================================================*/
.thum_area {
	max-width:1200px;
	margin: 200px auto 120px;
	width: 90%;
}

.thum_inner_area {
	width:100%;
	margin: 0 auto;
	padding: 0;
}

.tnum_in_box {
	width: 100%;
	margin: 0 40px 0 0;
}

.tnum_in_box:last-child {
	margin: 60px auto 0;
}


.thum_tit {
	width: 56%;
	margin: 0 0 0 4%;
	position: relative;
	padding: 0 150px 0 40px;
}


.tnum_in_box a {
    display: flex;
    align-items: center;

}



.thum_h_box {
    width: 40%;
    position: relative;
    overflow: hidden;
    height: 220px;
}



.thum_h_box img {
    width: 100%;
    position: absolute;
	transition:.3s;
}



.more {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100px;
    border:2px solid #7a1f2b;
    transition:.3s;
}

.thum_tit .more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.thum_tit .more:before {
    content: "";
    background: url(../image/common/next.png) no-repeat;
    width: 12px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background-size: cover;
}

.tnum_in_box a:hover .more {
	background: #7a1f2b;
}
.tnum_in_box a:hover .more:before{
	background-image:url(../image/common/next_w.png);
}


.thum_tit:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 1px;
    background: #c2ccda;
    top: 50%;
    transform: translateY(-50%);
    left: -110px;
}
@media screen and (max-width:1499px){
/*==========================================================
__ニュース
==========================================================*/
	.news_area {
		padding: 40px 0;
	}

	.about_img:before{
		right:-50px;
		bottom:-50px;
	}
}
@media screen and (max-width:1200px){
/*==========================================================
__スライド
==========================================================*/
.slide_area .slide_ttl{
	font-size: 3.5em;
}


/*==========================================================
__ NEWS
==========================================================*/
.news_area {margin: -20px auto 0;}

/*==========================================================
__ thum_area
==========================================================*/
.thum_area {max-width: 90%;margin: 150px auto 100px;}
.thum_h_box {
    height: auto;
}

.thum_h_box img {
    position: relative;
}
}


@media screen and (max-width:1000px){
.pc_img {/* display: none; */}
.sp_img {display: block;}
	
/*==========================================================
__スライド
==========================================================*/
.slide_area ul {
    width: 100%;
}

.slide-text {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.slide_area .slide_ttl,.slide-text span {
    color: #7a1f2b;
}
/*==========================================================
__ about
==========================================================*/
.about_area {max-width: 100%;width:100%;display: block;margin: 80px auto;}
.about_img {width: 100%;margin: 0 auto;text-align: center;}
.txt_area {	width:75%; margin: 0 auto; }
	
.about_img:before {
    right: 0;
    left: 0;
    bottom: -100px;
    margin: auto;
}

.about_left {
    width: 90%;
    margin: 40px auto 0;
}



/*==========================================================
__ NEWS
==========================================================*/
.news_area {
    margin: -10px auto 0;
}
.news_contents {
	width: 75%;
	margin: 0 0 0 auto;
	/* font-size: 15px; */
}

.news_contents ul li {
    padding: 0 0 10px 0;
}


.news_contents dl {	display: block;}

.n_category { display: inline-block; }

/*==========================================================
__ thum_area
==========================================================*/
.thum_area {max-width: 90%;margin: 80px auto 80px;}

.thum_h_box {
    width: 60%;
    height: auto;
}

.tnum_in_box:last-child{
	margin:30px auto 0;
}

.thum_h_box img {
    position: relative;
}

.thum_tit {
    padding: 0 9% 0 20px;
}

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

	
}





@media screen and (max-width: 767px){
.top_bg_area {
	/* background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 45%, #fff 45%, #fff 100%); */
	width: 100%;
	height:100%;
	min-height:100%;
}

		
/*==========================================================
__スライド
==========================================================*/
.slide_area {width:100%;margin: 47px 0 0;line-height: 0;}
.slide_area .inner {
	max-width:100%;
	display: block;
}
.slide_area img { width:100%; }
.slide_area ul {margin: 0;}

.slide-text {
	width: 100%;
	left: 0;
	}

.slide-text dl {
    width: auto;
}

.slide_area dt {font-size: 1.3em;}

.slide-text dd {
	font-size: 2.2em;
}
.slide-text span {
	font-size: 0.6em;
	width: auto;
}

.slide_area ul {
	margin: 0;
	padding: 0;
}

.slide_area .slide_ttl {
    font-size: 2.5em;
}
/*==========================================================
__ about
==========================================================*/
.about_area {margin: 60px auto 0;display: block;background: #f5f3f3;padding: 0 0 60px 0;}
.about_img:before {
    content: none;
}

.more_btn {
    width: 250px;
    margin: auto;
    padding: 15px 0;
    font-size: 0.9em;
}

.about_txt_area p{
	line-height:2;
}

/*==========================================================
__ NEWS
==========================================================*/
.news_area {
    display: block;
    padding: 20px 0;
}

.news_area h4 {
	width:auto;
}

.news_area .title_txt { text-align: left; margin: 0 0 0 20px;}
.news_contents {
    width: 100%;
    margin: 20px 0 0;
}

.news_contents dt {
	display:block;
	padding: 0;
	font-size: 0.9em;
	text-align: left;
}

.news_contents dt.active {
	padding: 0;
}

.news_contents dd p {
    font-size: 0.85em;
}

.news_contents dt em {
	margin: 0 0 12px;
}

.news_contents dd {
	
padding: 10px 0;
}



.news_area .box {
    padding: 0 5%;
    flex-wrap: wrap;
}

.news_area h5 {
    padding: 0;
}


/*==========================================================
__ thum_area
==========================================================*/
.thum_area {margin: 30px auto 60px;}


.tnum_in_box {width:100%;margin: 0 0 50px;}

.shift_point .tnum_in_box:nth-of-type(1) {
	margin: 0;
}

.thum_tit {
	display: flex;
	align-items:center;
	margin:65px 0 10px 0;
	padding: 0;
}

.thum_tit .title_cap  {
	margin-left: 0;
}

.arrow {
    position: relative;
	margin-left: 15px;
}
.arrow:before{
    width: 30px;
    height: 1px;
    background: #7a1f2b;
}
.arrow:after{
    top: 5px;
    left: 16px;
    width: 10px;
    height: 10px;
}

.thum_h_box {width: 100%;}
.caption_thum { padding: 65px 0;}

.thum_tit {
    width: 100%;
    flex-wrap: wrap;
    margin: 20px auto 0;
}
.thum_tit .title_cap  {height:10px; padding-top: 5px; margin-left: 10px;}


.tnum_in_box a {flex-wrap: wrap;}

.thum_tit:after {
    content: none;
}

.thum_tit p {
    width: 80%;
}

.more {
    width: 35px;
    height: 35px;
    border: 1px solid #7a1f2b;
}

.thum_tit h4 {
    width: 100%;
}
	
}




/* ==========================================================
   EVOLVE top adjustments
   ========================================================== */
.slide_area{background:#7a1f2b;}
.news_contents dt:before{content:none;}
.news_contents dt{cursor:default;}
.news_contents dt:hover{color:#111;}
.about_ttl .title_cap,.thum_tit .title_cap{color:#7a1f2b;font-family:'Ubuntu',sans-serif;font-size:.8em;font-weight:600;letter-spacing:2px;margin:0 0 8px;}
.thum_tit>div:first-child{width:100%;margin:0;}
.more{border-color:#7a1f2b;}
.tnum_in_box a:hover .more{background:#7a1f2b;}
@media screen and (max-width:767px){.news_contents dt{padding:10px 0;}.news_contents dt em{margin:0 0 6px;}.thum_tit>div:first-child{width:80%;}.slide-text{padding:0 5%;}.slide-text span{line-height:1.7;}}

/* ==========================================================
   EVOLVE card hover fixes 2026-08-10
   ========================================================== */
.tnum_in_box a {
  color: inherit;
  text-decoration: none;
}
.tnum_in_box .thum_h_box img {
  transform: scale(1);
  transform-origin: center center;
  transition: transform .45s ease;
}
.tnum_in_box .thum_tit h4 {
  transition: color .25s ease;
}

/* arrow is drawn with CSS so it does not depend on next.png / next_w.png */
.thum_tit .more {
  display: block;
  overflow: hidden;
  border-color: #7a1f2b;
  background: #fff;
  transition: background-color .25s ease, border-color .25s ease;
}
.thum_tit .more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: 0;
  background: none !important;
  border-top: 2px solid #7a1f2b;
  border-right: 2px solid #7a1f2b;
  transform: translate(-65%, -50%) rotate(45deg);
  transition: border-color .25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .tnum_in_box a:hover .thum_h_box img {
    transform: scale(1.035);
  }
  .tnum_in_box a:hover .thum_tit h4 {
    color: #7a1f2b;
  }
  .tnum_in_box a:hover .more {
    background: #7a1f2b;
    border-color: #7a1f2b;
  }
  .tnum_in_box a:hover .more::before {
    border-color: #fff;
  }
}

/* news is not a toggle on EVOLVE top */
.news_contents dt,
.news_contents dt:hover {
  color: #111;
  cursor: default;
}
.news_contents dt::before,
.news_contents dt.active::before {
  content: none;
}

/* touch devices should not remain in a hover-looking state */
@media (hover: none) {
  .tnum_in_box a:hover .thum_h_box img { transform: none; }
  .tnum_in_box a:hover .more { background: #fff; }
  .tnum_in_box a:hover .more::before { border-color: #7a1f2b; }
}


/* ==========================================================
   EVOLVE TOP / link thumbnail balance adjustment
   2026-08-10
========================================================== */

.thum_area {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 140px auto 120px;
}

.thum_inner_area {
    width: 100%;
    margin: 0 auto;
}

.tnum_in_box {
    width: 100%;
    margin: 0 !important;
}

.tnum_in_box + .tnum_in_box {
    margin-top: 72px !important;
}

.tnum_in_box a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 220px;
}

/* 画像 */
.thum_h_box {
    flex: 0 0 42%;
    width: 42%;
    height: 220px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.thum_h_box img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    transition: transform .45s ease;
}

/* テキスト */
.thum_tit {
    flex: 1;
    width: auto;
    min-width: 0;
    margin: 0 0 0 7%;
    padding: 0 112px 0 0;
    position: relative;
}

.thum_tit > div:first-child {
    width: 100%;
    max-width: 550px;
    margin: 0;
}

.thum_tit .title_cap {
    margin: 0 0 14px !important;
    color: #7a1f2b;
    font-family: 'Ubuntu', sans-serif;
    font-size: .8em;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 1.2;
}

.thum_tit h4 {
    width: 100%;
    margin: 0 0 14px;
    font-size: 1.8em;
    line-height: 1.45;
    letter-spacing: 2px;
}

.thum_tit p:not(.title_cap) {
    width: 100%;
    margin: 0;
    line-height: 1.9;
}

/* 画像と文章を結ぶ細いライン */
.thum_tit::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 1px;
    left: -135px;
    top: 50%;
    background: #d4d8dd;
    transform: translateY(-50%);
}

/* 丸矢印 */
.thum_tit .more {
    position: absolute;
    top: 50%;
    right: 0;
    width: 78px;
    height: 78px;
    margin: 0;
    border: 2px solid #7a1f2b;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
    transition: background .3s ease, transform .3s ease;
}

.thum_tit .more::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 48%;
    width: 10px;
    height: 10px;
    margin: 0;
    border-top: 2px solid #7a1f2b;
    border-right: 2px solid #7a1f2b;
    background: none !important;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: border-color .3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .tnum_in_box a:hover .thum_h_box img {
        transform: scale(1.035);
    }

    .tnum_in_box a:hover .thum_tit h4 {
        color: #7a1f2b;
    }

    .tnum_in_box a:hover .more {
        background: #7a1f2b;
        transform: translateY(-50%) translateX(4px);
    }

    .tnum_in_box a:hover .more::before {
        border-color: #fff;
    }
}

/* tablet */
@media screen and (max-width: 1000px) {
    .thum_area {
        width: 90%;
        margin: 100px auto 90px;
    }

    .tnum_in_box + .tnum_in_box {
        margin-top: 50px !important;
    }

    .tnum_in_box a {
        min-height: 190px;
    }

    .thum_h_box {
        flex-basis: 46%;
        width: 46%;
        height: 190px;
    }

    .thum_tit {
        margin-left: 5%;
        padding-right: 76px;
    }

    .thum_tit::after {
        width: 70px;
        left: -82px;
    }

    .thum_tit .more {
        width: 58px;
        height: 58px;
    }

    .thum_tit h4 {
        font-size: 1.55em;
    }
}

/* smartphone */
@media screen and (max-width: 767px) {
    .thum_area {
        width: 90%;
        margin: 60px auto 70px;
    }

    .tnum_in_box + .tnum_in_box {
        margin-top: 45px !important;
    }

    .tnum_in_box a {
        display: block;
        min-height: 0;
    }

    .thum_h_box {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .thum_tit {
        width: 100%;
        margin: 22px 0 0;
        padding: 0 52px 0 0;
        min-height: 55px;
    }

    .thum_tit > div:first-child {
        width: 100% !important;
        max-width: none;
    }

    .thum_tit::after {
        content: none;
    }

    .thum_tit .title_cap {
        margin-bottom: 8px !important;
    }

    .thum_tit h4 {
        margin-bottom: 8px;
        font-size: 1.35em;
        letter-spacing: 1px;
    }

    .thum_tit p:not(.title_cap) {
        font-size: .9em;
        line-height: 1.8;
    }

    .thum_tit .more {
        top: 8px;
        right: 0;
        width: 40px;
        height: 40px;
        transform: none;
    }

    .thum_tit .more::before {
        width: 8px;
        height: 8px;
    }

    .tnum_in_box a:hover .more {
        transform: none;
    }
}


/* ==========================================================
   EVOLVE NEWS alignment final adjustment
   2026-08-10
========================================================== */
.news_contents dt {
    justify-content: flex-start;
    text-align: left;
}

.news_contents dt em {
    flex-shrink: 0;
    text-align: left;
}

.news_contents dt span {
    display: block;
    flex: 1;
    min-width: 0;
    margin: 0;
    text-align: left !important;
}

@media screen and (max-width: 767px) {
    .news_contents dt {
        display: block;
        text-align: left !important;
    }

    .news_contents dt em,
    .news_contents dt span {
        width: 100%;
        text-align: left !important;
    }
}
