/* reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}*/


:root {
--dark_g: #3E3A39;
--light_g: #E6E8EA;
--w_20:rgba(255,255,255,0.20);

 /* Accent Colors */
--gold: #8D7544; 
}


 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}




input, select {
    vertical-align:middle;
}

html{background-color: #e8e8e8;}


body {
  font-family: 'Noto Serif JP', serif;
  font-size:100%;
line-height: 1.8;
}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
body {
		font-size:80%;
}

}
/* -------------end------------- */


ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}

caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

hr{
	display:none;
}

html {
	margin-bottom:1px;
	height:100%;
}

* {
    box-sizing: border-box;
}

/* line style　------------------------------*/
/* -----------------------------------------*/

a img{
	border-style:none;
}

a:hover {
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* link style ------------------------------*/
/* -----------------------------------------*/
a:link {
	color: #212121;
	text-decoration: none;	
}
a:visited {  color: #212121;
	text-decoration: none;	}


a:active {
	color: #ccc;
	text-decoration: none; 
}

.link_line{
	text-decoration: underline;
}

img, video, object {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}


a:active, a:focus,input:active, input:focus{outline:0;}



img{
	width: 100%;
	height: auto;
}

iframe {
    vertical-align: bottom;
}


img{
    /* PCの右クリック禁止 */
    pointer-events: none;
}

img{
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

/* リンクがかかっている画像だけ右クリック可能にする */
a img {
    pointer-events: auto;
}



/* ========================================

    ■ Header　メニュー

======================================== */
.header_inside {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;}

/*.header_list > li:first-child{
display: flex;
align-items: center;
}
*/


/* 大きい画面用の設定-------------- */
@media (min-width:1001px){
#top .header_outside{
z-index: 10000;
background-color: transparent;
position: absolute;
top:20px;
left: 0;
width: 100%!important;
}
#top .header_inside{
max-width: 90%;
margin-left: auto;
margin-right: auto;
}
    
.header_inside{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
    
.header_list{
    display: flex;
    color: #ffffff;
	justify-content: flex-end;
}
    

.header_list > li:first-child{
width: 30%;
color: #ffffff;
    }
	
#top .header_list > li:first-child{
display: none;
    }
	
.header_list > li:first-child a{
	color: #ffffff;
	font-size: 138%;
    }
    
    
.header_list > li:last-child{
width: 70%;
}
    
.header_list > li:last-child a{
color: #ffffff;
}

}
/* -------------end------------- */


/* #insideヘッダー大きい画面用の設定-------------- */
@media (min-width:768px){
#inside .header_outside{
z-index: 99999;
width: 100%;
}
    
#inside .header_outside{
top: 0;
background-color: #000000;
}
    
#inside  .header_list > li:first-child{
width: 30%;
}
	
#inside  .header_list > li:last-child{
width: 70%;
}
    
#inside  .header_inside{
top:0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
 
#inside .header_list{
    align-items: center;
    
}
}
/* -------------end------------- */




/* 小さい画面用の設定-------------- */
@media (max-width:1000px){
		
#top .header_list > li:first-child{
display: none;
    }
    
#inside .header_outside{
z-index: 99999;
width: 100%;}


#top .header_outside{
z-index: 10000;
background-color: transparent;
position: absolute;
top:3px;
left: 0;
width: 100%!important;
}
    
.header_inside {
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 10px;}
	

.header_list > li:first-child{
width: 100%;
    }
	.header_list > li:first-child a{
	color: #ffffff;
	font-size: 138%;
    }
    
    
#inside .header_outside{
top: 0;
background-color: #000000;
}
}
/* -------------end------------- */



/*================================================
 * グロナビ固定
 ================================================*/
@media screen and (min-width:1001px) {
.nav_fixed {
		position:fixed;
		top:0;
		left:0;
z-index: 10000;
}
	
#top .nav_fixed .header_outside,
#inside .nav_fixed .header_outside{
top: 0;
background-color: #000000;
 }
    
#top .nav_fixed  .header_inside{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
	
.nav_fixed .header_list > li:first-child{
width: 30%;
}
	
#top .nav_fixed .header_list > li:first-child{
display: block;
    }
    
.nav_fixed .header_inside{
top:0px;
padding-top: 10px;
padding-bottom: 10px;
}
 
.nav_fixed .header_list{
    align-items: center;
    
}

}

/* ========================================

    ■ Header■ Keyv

======================================== */
.slider_wrap{position: relative;}

.slider {
  width: 100%;
  height: 100vh; /* 全画面の高さに変更 */
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
  
}



/* スライド画像背景 */
.slider-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;/* 全体にフィット */
  background-position: center;
  width: 100%;
  height: 100vh;/* 全画面の高さに変更 */
}

/* スライダー画像を指定 */
.slider-img-01 {
  background-image: url("../img/index_img/top_00.jpg");
}
.slider-img-02 {
  background-image: url("../img/index_img/top_01.jpg");
}
.slider-img-03 {
  background-image: url("../img/index_img/top_02.jpg");
}
.slider-img-04 {
  background-image: url("../img/index_img/top_04.jpg");
}
.slider-img-05 {
  background-image: url("../img/index_img/top_03.jpg");
}


.slick-list {
  width: 100%;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.add-zoom {
  animation: fadezoom 5s ease-in-out forwards; /* ← アニメーションを5秒に調整 */
}




/* オーバーレイ*/
.slider-img::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4); /* ← シンプルな黒半透明 */
/*  background-image: radial-gradient(rgba(0, 0, 0, 0.4) 1px, transparent 1px);
  background-size: 4px 4px;*/

}



/* スクロール */
.scroll-down {
  position: absolute;
   bottom: 0%; /* 画面高さに対して位置調整 */
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5em;
  color: #ffffff;
  z-index: 100;
  animation: bounce 2s infinite;
  text-decoration: none;
  text-align: center;
}

a.scroll-down {
color: #ffffff;
}

.scroll_txt {
font-size: 40%;
line-height: 1.0;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

/* キャプション（共通テキスト） */
.slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999 !important;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
/*  background-color: rgba(255, 0, 0, 0.2);*/
  width: 80%;
}


.slider-caption h1 {
  font-size: 500%;
  margin: 0 0 10px;
font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;}

.slider-caption h2 {
  font-size: 163%;

  font-weight: 700;
	margin-bottom: 10px;
}

.slider-caption p {
  font-size: 113%;
  margin: 0;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

.slider {
  height: 80vh;}


.slider-img {
height: 80vh;
}

	.scroll-down {
    bottom: 0%; /* 少し上にしたいなら数値調整 */
  }

.slider-caption h1 {
  font-size: 300%;
line-height: 1.1;}
	
.slider-caption h2 {
	line-height: 1.4;
}

.slider-caption p {
  font-size: 107%;
  margin: 0;
text-align: left;
}



}
/* -------------end------------- */



/* ========================================

    ■ 画像が横スクロールし続ける無限ループ
    https://rita-plus.com/blog/css-animation-scroll-infinity/

======================================== */

.scroll-image {
  overflow: hidden;
}

.scroll-image ul {
  list-style: none;
  display: flex;
  width: max-content;
  animation: scrollAnimation 60s linear infinite;
}

@keyframes scrollAnimation {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.scroll-image ul li {
  width: calc(100vw / 5);
}

.scroll-image ul li img {
  display: block;
  width: 100%;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.scroll-image ul li {
  width: calc(100vw / 3);
}

}
/* -------------end------------- */


/* ========================================

    ■ common

======================================== */

.contents{
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    box-sizing: border-box;
}
.con1_contents,
.con2_contents{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    box-sizing: border-box;
}



.con7_contents,
.con9_contents{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    box-sizing: border-box;
}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.contents{
	width: 90%;
    box-sizing: border-box;
}

.con2_contents{
width: 90%;
}

	}
/* -------------end------------- */



/* 共通見出し ------------------------------*/
.con_title_wrap{text-align: center;
margin-bottom: 30px;}


.con_title {
color: #ffffff;
font-size: 200%;
font-weight: 500;
line-height: 1.4;}

.con_title_k{
color: #000000;
}


.con_title_sub {
  position: relative;
  display: inline-block;
  padding: 0 55px;
color: #ffffff;
    font-size: 88%;
font-family: 'Rubik', sans-serif;
}

.con_title_sub_k {
color: #000000;
}

.con_title_sub:before, .con_title_sub:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #ffffff;
}

.con_title_sub_k:before, .con_title_sub_k:after {background-color: #000000;
}

.con_title_sub:before {
  left:0;
}
.con_title_sub:after {
  right: 0;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con_title_wrap{
margin-bottom: 20px;}

.con_title {font-size: 180%;}
}
/* -------------end------------- */
.bt_more_wrap{text-align: center;}

.bt_more {
display: inline-block; /* 追加 */
  margin: 0 auto;
  padding: 10px 30px;
  border: 1px solid var(--gold);
  text-align: center;
  background-color: var(--gold);
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
}

.bt_more_left {
margin-left: 0;
margin-right: auto;
}

.bt_more a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-right: 1.5em;
  transition: color 0.3s ease;
}

/* 矢印アイコン */
.bt_more a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* ホバーアニメーション */
.bt_more:hover {
  background-color: #A88E5A; /* 少し明るく */
  transform: translateY(-2px); /* 少し浮く感じ */
}

.bt_more a:hover::after {
  transform: translate(4px, -50%); /* 矢印が右にスライド */
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){


}
/* -------------end------------- */



/*================================================
 *  con1 
 ================================================*/
.con1_outside {
position: relative;

color: #ffffff;
/*background: linear-gradient(180deg, #000000 0%, #000000 60%, #3E3A39 60%, #3E3A39 100%);*/
padding-top: 70px;
padding-bottom:70px;
background-color: #000000;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con1_outside {
padding-top: 50px;
padding-bottom: 50px;
}

}
/* -------------end------------- */




/*================================================
 * con1_flex_box
 ================================================*/

.con1_flex_box{
    position: relative;
     display: flex;
     justify-content: flex-end;

}

.con1_flex_box > li:first-child{

width: 50%;
background-color: rgba(62,58,57,0.80); 
padding: 30px;
box-sizing: border-box;
text-align: justify;}


.con1_flex_box > li:last-child {
    width: 50%;
    overflow: hidden;
}

.con1_flex_box > li:last-child img {
   width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center; /* ← 左端を基準にする */
    display: block;
}

.con1_flex_title{font-size: 125%;
font-weight: 700;
margin-bottom: 10px;}

/* 小さい画面用の設定-------------- */

@media (max-width: 767px) {
  .con1_flex_box {
    position: static; /* position: relative を解除 */
    flex-wrap: wrap;  /* 子要素を縦に折り返す */
    justify-content: flex-start; /* 任意。左寄せにしたい場合 */
    flex-direction: column-reverse;
  }

  .con1_flex_box > li:first-child {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    padding: 20px;
  }

  .con1_flex_box > li:last-child {
    width: 100%;
  }}
/* -------------end------------- */




/*================================================
 *  con_topics 
 ================================================*/
.con_topics {
padding-top: 70px;
padding-bottom: 70px;
background-color: var(--dark_g);
color: #000000;
}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con_topics {
padding-top: 50px;
padding-bottom: 50px;
}
}
/* -------------end------------- */


/*================================================
 *  con_modelplan 
 ================================================*/
.con_modelplan {
padding-top: 70px;
padding-bottom: 70px;
background-color: var(--dark_g);
color: #000000;
}


.modelplan_contents{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    box-sizing: border-box;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con_modelplan {
padding-top: 50px;
padding-bottom: 50px;
}
}
/* -------------end------------- */

/*================================================
 *  con_client 
 ================================================*/
.con_client{
padding-top: 70px;
padding-bottom: 70px;
background-color: #000000;
color: #ffffff;
}

.client_num{display: flex;
justify-content: center;
font-size: 300%;
color: var(--gold);
column-gap: 40px;              /* ← 要素間の余白 */}

.countup-number {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.countup-number.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.countup-number.is-finished::after {
  content: "+";
  margin-left: 4px;
}

.client_logo_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 余白 */
	margin-bottom: 30px;
}

.client_logo_flex li {
  width: calc((100% - 50px) / 6); /* gap分を調整 （※10px × 5個分 = 50px）*/
}

.client_logo_txt {
text-align: center;
}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con_client {
padding-top: 50px;
padding-bottom: 50px;
}
	
	.client_logo_flex li {
    width: calc((100% - 20px) / 3); /* 3列（10px × 2 = 20px） */
  }
}
/* -------------end------------- */




/*================================================
 *  con2 
 ================================================*/
.con2_outside {
padding-top: 70px;
padding-bottom:70px;
background-color: var(--dark_g);
color: #ffffff;
}

.con2_flex_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 10px;
	  margin-bottom: 30px;
}

.con2_flex_box > li{
  width: calc((100% - 20px) / 3);
  margin-bottom: 30px;
}

/* 共通画像 */
.con2_flex_inner_box img{
  width: 100%;
  aspect-ratio: 1000 / 618;
  object-fit: cover;
  display: block;
}

/* 7個目だけ */
.con2_flex_box > li:last-child{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* PC時は高さを他と揃える */
@media screen and (min-width: 1200px){

  .con2_flex_box > li:last-child img{
    height: 243px;
    aspect-ratio: auto;
  }

}

.con2_flex_box > li a{
color: #ffffff;}

.con2_flex_inner_box > li:last-child{
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.con2_headline{
font-size: 113%;
margin-bottom: 5px;
text-align: center;
}
  
  .con2_lead{
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    
    border-top: 1px solid rgba(255,255,255,0.50);
    border-bottom: 1px solid rgba(255,255,255,0.50);
}

  .con2_lead_title{
font-size: 113%;
margin-bottom: 5px;
text-align: center;
}
  
  
/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con2_outside {
padding-top: 50px;
padding-bottom: 50px;
}

.con2_flex_box{flex-wrap: wrap;}

.con2_flex_box > li{width: 100%;
margin-bottom: 30px;}

.con2_flex_box > li:last-child{
margin-bottom: 0px;
width: 100%;}
	


.con2_flex_inner_box li:last-child{
    padding-top: 10px;
}

}
/* -------------end------------- */

/* ========================================

    ■ course

======================================== */



/*.course_box{
    margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #999999;
	  transition: all 0.3s ease;}


.course_box:hover {
  transform: translateY(-5px);
	opacity: 0.7; 
}


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

.course_flex_box > li:first-child{width: 40%;}
.course_flex_box > li:last-child{width: 58%;}*/

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

margin-left: auto;
margin-right: auto;}

.course_flex_box > li{width: 48%;
margin-bottom: 50px;
}

.course_flex_box > li img{margin-bottom: 15px;}


.course_headline{
margin-bottom: 10px;
font-size: 107%;
}

.bt_shosai {position: relative;
  padding-left: 1.5em; /* アイコン分のスペース */
  font-size: 88%;}
  
  .bt_shosai::before {
  content: "\f101"; /* Font Awesome のチェックアイコン */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solidアイコンを表示するには必要 */
  position: absolute;
  left: 0;
  top: 0.1em; /* テキストに垂直に揃える微調整 */
  color: #ffffff; /* 好きな色に変更可 */
  font-size: 1em;
}

.course_flex_box > li a:hover,
.course_flex_box > li a:hover * {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

.course_flex_box > li{width: 100%;}

.course_flex_box > li img{margin-bottom: 10px;}


.course_headline{
margin-bottom: 5px;
}


}
/* -------------end------------- */

/*.course_icon {margin-bottom: 5px;
}

.course_icon > li{
    display: inline-block;
    vertical-align: middle;
    font-size: 80%;
    background-color: var(--dark_g);
    color: #fff;
    margin-right: 5px;
    padding-top: 0.1em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.1em;
	margin-bottom: 5px;
}*/

/*.course_title{font-size: 125%;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom-width: 1px;
	border-bottom-style: dotted;
border-bottom-color: #CCC;
	line-height: 1.4;
}

.course_day{
font-size: 125%;
 line-height: 1.4;
}

.course_price{
font-size: 138%;
}*/


.course_txt_more{
font-size: 88%;
	padding-left: 1em;
}




.course_bt_shosai{
	font-size: 88%;
text-align: right;
	position: relative;
  padding-right: 1.0em;
}

.course_bt_shosai::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}




/* 受付終了-------------- */
.course_box {
position: relative;
}

.event_close_box{
filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	z-index: 10;
	}

.event_close{
	position: absolute;
    width: 60%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	font-size: 150%;
	z-index: 100;
	background-color: #ff0000;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){


    
.course_flex_box{flex-wrap: wrap;}

.course_flex_box > li:first-child{width: 100%;}
.course_flex_box > li:last-child{width: 100%;}

.course_flex_box > li:first-child{margin-bottom: 20px;}

}
/* -------------end------------- */
  
  /*================================================
 *  con3 
 ================================================*/
.con3_outside {
padding-top: 70px;
padding-bottom: 70px;
background-color: #000000;
color: #ffffff;
}

.con3_lead{
margin-bottom: 30px;}

.con3_flex_box{display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-left: auto;
margin-right: auto;}

.con3_flex_box > li{width: 48%;
margin-bottom: 50px;
}

.con3_flex_box > li a{color: #ffffff;}


.con3_flex_box > li img{margin-bottom: 15px;}


.con3_headline{
margin-bottom: 10px;
font-size: 107%;
}

.bt_shosai {position: relative;
  padding-left: 1.5em; /* アイコン分のスペース */
  font-size: 88%;}
  
  .bt_shosai::before {
  content: "\f101"; /* Font Awesome のチェックアイコン */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solidアイコンを表示するには必要 */
  position: absolute;
  left: 0;
  top: 0.1em; /* テキストに垂直に揃える微調整 */
  color: #ffffff; /* 好きな色に変更可 */
  font-size: 1em;
}

.con3_flex_box > li a:hover,
.con3_flex_box > li a:hover * {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.con2_flex_box > li a:hover,
.con2_flex_box > li a:hover * {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}





/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con3_outside {
padding-top: 50px;
padding-bottom: 50px;
}
	
	.con3_lead{text-align: left;
margin-bottom: 20px;}

.con3_flex_box > li{width: 100%;}

.con3_flex_box > li img{margin-bottom: 10px;}


.con3_headline{
margin-bottom: 5px;
}


}
/* -------------end------------- */


  /*================================================
 *  con4 
 ================================================*/
.con4_outside {
padding-top: 70px;
padding-bottom: 70px;
background-color: var(--light_g);
color: #000000;
}

.con4_list {
  width: max-content;        /* 中身の幅に合わせる */
  margin: 0 auto;            /* 左右中央寄せ */
  margin-bottom: 30px;
}


.con4_list li {
  position: relative;
  padding-left: 1.5em; /* アイコン分のスペース */
  margin-bottom: 5px;
  font-size: 107%;
}

.con4_list li::before {
  content: "\f00c"; /* Font Awesome のチェックアイコン */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solidアイコンを表示するには必要 */
  position: absolute;
  left: 0;
  top: 0.1em; /* テキストに垂直に揃える微調整 */
  color: var(--gold); /* 好きな色に変更可 */
  font-size: 1em;
}

.con4_list_strong{font-weight: 700;}

.con4_callout {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  margin-bottom: 20px;
}

.con4_callout span {
  line-height: 1.8;
  text-align: center;
}

.con4_callout::before,
.con4_callout::after {
  width: 1px;
  content: "";
  background-color: #000000;
  flex-shrink: 0; /* 縦線が縮まないように */
  align-self: stretch; /* テキストの高さに合わせて伸びる */
}
.con4_callout::before {
  margin-right: 2.0em;
  transform: rotate(-25deg);
}
.con4_callout::after {
  margin-left: 2.0em;
  transform: rotate(25deg);
}

.con4_callout_large {
  font-size: 1.2em; /* ← 好みで調整 */
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con4_outside {
padding-top: 50px;
padding-bottom: 50px;
}


.con4_list {
  width: 90%;        /* 中身の幅に合わせる */
}
}
/* -------------end------------- */

  /*================================================
 *  con5 
 ================================================*/
.con5_outside {
padding-top: 70px;
padding-bottom: 70px;
background-color: #ffffff;
color: #000000;
}

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

.con5_flex_box > li{width: 21%;
position: relative;}

.con5_flex_box > li:not(:last-child) {
  margin-right: 30px;
}

.con5_flex_box > li:not(:last-child)::after {
  content: "\f061"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solidスタイル */
  position: absolute;
  right: -30px; /* 必要に応じて調整 */
  top: 15%;
  transform: translateY(-50%);
  font-size: 188%; /* 矢印の大きさ */
  color: rgba(141,117,68,0.50);}/* 矢印の色 */


.con5_flex_box > li img{width: 30%;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;}

.con5_flex_title{color: var(--gold);
text-align: center;
font-size: 113%;
margin-bottom: 10px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con5_outside {
padding-top: 50px;
padding-bottom: 50px;
}



  .con5_flex_box > li {
    width: 100%;
    margin-right: 0; /* 横マージン不要に */
    margin-bottom: 40px; /* 下に余白を追加 */
    position: relative; /* ←これが必要！ */
}

  .con5_flex_box > li::after {
    content: none; /* 一旦すべて非表示に */
  }
  
  .con5_flex_box > li:not(:last-child) {
  margin-right: 0px;
}

  .con5_flex_box > li:not(:last-child)::after {
    content: "\f063"; /* 下向き矢印 */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 100%; /* li の下に配置 */
    left: 50%;
    right: auto; /* ← これが重要！PC版のright:-30pxを打ち消す */
    transform: translateX(-50%);
    font-size: 160%;
    color: rgba(141,117,68,0.50);
    }


.con5_flex_box > li img{
margin-bottom: 5px;}

.con5_flex_title{
margin-bottom: 5px;}

.con5_txt{text-align: center;}
}
/* -------------end------------- */


  /*================================================
 *  con6 
 ================================================*/
.con6_outside {
padding-top: 70px;
padding-bottom: 70px;
background-color: var(--dark_g);
color: #ffffff;
}

/* Q&A
---------------------------------------------------------------------------*/
/* Chrome、Safari以外 */
summary {
  display: block;

}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

.qa-case {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    
margin-bottom: 10px;
/*    border-bottom: 2px solid rgba(207,190,167,0.20);
*/    background-color: var(--dark_g);
border-bottom: 1px solid rgba(255,255,255,0.30);
}

.qa-case summary {
display: flex;
align-items: center;
position: relative;
padding: 1em 1.5em 1em 1.5em;
cursor: pointer;
justify-content: space-between;
}



.qa-case summary::before,
.qa-case p::before {
    position: absolute;
    left: .5em;
    font-weight: 600;
}

.qa-case summary::before {
color: #ffffff;
content: "Q";

}

.qa-case summary::after {
    position: absolute;
    right: 1em; /* 右端に固定 */
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    transition: transform .5s;
}

.qa-case[open] summary::after {
    transform: rotate(225deg);
}

.qa-case p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding-top: .3em;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
    color: #ffffff;
    transition: transform .5s, opacity .5s;
}

.qa-case[open] p {
    transform: none;
    opacity: 1;
    
}

.qa-case p::before {
    color: #ffffff;
    content: "A";
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

.con6_outside {
padding-top: 50px;
padding-bottom: 50px;
}

.qa-case {
    max-width: 100%;
}
}
/* -------------end------------- */




  /*================================================
 *  con7 
 ================================================*/
.con7_outside {
padding-top: 70px;
padding-bottom: 70px;
background-color: #ffffff;
color: #000000;
}

/* スライド間の余白を作る */
.slick-slide {
  padding: 0 10px; /* ←ここで間隔調整 */
  box-sizing: border-box;
}

/* 両端の余白を消す */
.slick-list {
  margin: 0 -10px; /* slick-slideのpaddingと同じ値をマイナス指定 */
}

.con7_flex_box > li{
  list-style: none;
  text-align: center;
	padding-left: 20px;
	padding-right: 20px;
  width: auto;    /* Slick に任せる */
  margin: 0;      /* marginは削除 */

}
.con7_flex_inner_box{
background-color: var(--light_g);
	padding: 20px;

}

.con7_voice_name{font-size: 113%;
margin-bottom: 10px;}

.bt_voice_shosai {
  position: relative;
  padding-right: 1.5em; /* アイコン分のスペース */
  font-size: 88%;
  text-align: right;
}

.bt_voice_shosai::after {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0.1em;
  font-size: 1em;
}

/* 画像を右に回り込ませる */
 .con7_voice_img{
  float: right;
  width: 100px; /* 画像幅 */
  height: auto;
  margin: 0 0 10px 10px; /* 左下に余白 */
}

/* float解除（必要に応じて） */
.con7_flex_inner_box::after{
  content: "";
  display: block;
  clear: both;
}


/* 矢印タブレット・スマホ用 */
@media screen and (max-width: 1024px) {

 .con7_flex_box .slick-prev,
.modelplan_flex_box .slick-prev{
    left: 0px;   /* 画面内に寄せる */
    z-index: 5;
  }
  .con7_flex_box .slick-next,
.modelplan_flex_box .slick-next{
    right: 0px;  /* 画面内に寄せる */
    z-index: 5;
  }
}


/* Slick 矢印を常に表示 */
/* 矢印ボタン本体 */
.con7_flex_box .slick-prev,
.con7_flex_box .slick-next,
.modelplan_flex_box .slick-prev,
.modelplan_flex_box .slick-next{
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.7); /* 通常時の背景色 */
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 1 !important;
  visibility: visible !important;
  transition: background-color 0.3s ease; /* 背景色を変えたいなら */
}

/* ホバー時の背景色 */
.con7_flex_box .slick-prev:hover,
.con7_flex_box .slick-next:hover,
.modelplan_flex_box .slick-prev:hover,
.modelplan_flex_box .slick-next:hover{
  background-color: #3E3A39; /* ← 好きな色に変える */
}

/* デフォルトの :before 矢印は消す */
.con7_flex_box .slick-prev:before,
.con7_flex_box .slick-next:before,
.modelplan_flex_box .slick-prev:before,
.modelplan_flex_box .slick-next:before{
  content: '';
}

/* Font Awesome アイコン */
.con7_flex_box .slick-prev i,
.con7_flex_box .slick-next i,
.modelplan_flex_box .slick-prev i,
.modelplan_flex_box .slick-next i{
  color: #fff;   /* アイコンの色 */
  font-size: 18px;
}

/* スライドが1件しかない時に中央寄せ */
.con7_flex_box.slick-initialized .slick-track,
.modelplan_flex_box.slick-initialized .slick-track{
  display: flex;
  justify-content: center;
}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con7_outside {
padding-top: 50px;
padding-bottom: 50px;
}

.con7_flex_box > li,
.modelplan_flex_box > li{width: 100%;
margin-bottom: 20px;}

.con7_flex_box > li:last-child,
.modelplan_flex_box > li:last-child{
margin-bottom: 0px;}


}
/* -------------end------------- */


/* con7_remodal-------------- */

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

.con7_remodal_flex li:first-child{width:68%; }
.con7_remodal_flex li:last-child{width:30%; }



  /*================================================
 *  modelplan
 ================================================*/

.modelplan_flex_box > li {
  list-style: none;
  text-align: center;
	padding-left: 20px;
	padding-right: 20px;
  width: auto;    /* Slick に任せる */
  margin: 0;      /* marginは削除 */

}

.modelplan_inner_box{
background-color: var(--light_g);
padding: 20px;}

.modelplan_inner_title_flex{display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;}

.modelplan_inner_title_flex > li:first-child{width:68%; }
.modelplan_inner_title_flex > li:last-child{width:30%; }


.modelplan_name{font-size: 113%;
margin-bottom: 10px;}

/* Remodal内だけ変更 */
.remodal .modelplan_name {
  font-size: 150%;
}

.remodal .modelplan_inner_title_flex{
margin-bottom: 20px;}


.modelplan_inner_lead{margin-bottom: 20px;}

.modelplan_inner_headline{font-weight: 700;}

.modelplan_inner_dl{margin-bottom: 20px;}

.modelplan_inner_dl dt{font-weight: 700;}

.modelplan_inner_dl dt::before {
content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
	padding-right: .5em;

}


.modelplan_inner_dl dd{margin-bottom: 10px;
padding-left: 2em;}

.modelplan_inner_dl dd:last-child{margin-bottom: 0px;}

.modelplan_attention_list{font-size: 82%;
margin-bottom: 20px;}

.modelplan_notes {
font-size: 82%;
}


.modelplan_notes dt {
	
	clear: left;
	float: left;
	width: 3em;
}

.modelplan_notes dd {
	padding-left: 3em;;

}
  /*================================================
 *  con8 
 ================================================*/
.con8_outside {
padding-top: 70px;
padding-bottom: 70px;
background-color: var(--light_g);
color: #000000;
}

.con8_movie_wrap{max-width: 50%;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 30px;}

.iframe_wrap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.iframe_wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
     }

.con8_flex_box{display: flex;
justify-content: space-between;
max-width: 50%;
margin-left: auto;
margin-right: auto;
}

.con8_flex_box > li{width: 48%;
border: 1px solid #000000;
padding: 10px;
text-align: center;
background-color: var(--dark_g);}

.con8_flex_box > li a{color: #ffffff;
display: block;}

/* 共通：ブランドアイコンに対応 */
.con8_flex_box > li a::before {
  font-family: "Font Awesome 6 Brands"; /* ← FreeではなくBrandsです */
  font-weight: normal; /* Free Brandsにはweight 900は不要 */
  display: inline-block;
  margin-right: 8px;
}

/* Twitterアイコン（Xは未対応。旧Twitterとして表示） */
.con8_flex_box > li:nth-child(1) a::before {
  content: "\e61a"; /* "X" brand (Font Awesome 6.4以降) */
}

/* facebookアイコン */
.con8_flex_box > li:nth-child(2) a::before {
  content: "\f09a"; 
}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con8_outside {
padding-top: 50px;
padding-bottom: 50px;
}

.con8_movie_wrap{max-width: 100%;
margin-bottom: 20px;}

.con8_flex_box{max-width: 100%;
}



}
/* -------------end------------- */

  /*================================================
 *  con9 bnrarea
 ================================================*/
.con9_outside {
padding-top: 70px;
padding-bottom: 70px;
/*background-color: #3E3A39;*/
/*background-color: var(--dark_g);*/
	background-color: #000000;
}

.package_flex {
  display: block;
}

/* 右にだけ余白を作る */
.package_flex .slick-list {
  padding-right: 10%;
}

/* スライド間の余白 */
.package_flex li {
  margin-right: 10px;
}
.package_flex li a{
color: #ffffff;}

.package_flex li img{
    margin-bottom: 15px;
}

.package_flex li h4{
    font-size: 113%;
    margin-bottom: 15px;
	line-height: 1.4;
}

/* package用にも矢印スタイル適用 */
.package_flex .slick-prev,
.package_flex .slick-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 50%;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 1 !important;
  visibility: visible !important;
}

/* ホバー */
.package_flex .slick-prev:hover,
.package_flex .slick-next:hover {
  background-color: #3E3A39;
}

/* デフォルト矢印消す */
.package_flex .slick-prev:before,
.package_flex .slick-next:before {
  content: '';
}

/* Font Awesome使う場合 */
.package_flex .slick-prev i,
.package_flex .slick-next i {
  color: #fff;
  font-size: 18px;
}

/* 位置調整 */
.package_flex .slick-prev {
  left: -20px;
}

.package_flex .slick-next {
  right: -20px;
}

/* スマホで内側に */
@media screen and (max-width: 768px) {
  .package_flex .slick-prev {
    left: 0;
  }
  .package_flex .slick-next {
    right: 0;
  }
}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con9_outside {
padding-top: 50px;
padding-bottom: 50px;
}
	



}
/* -------------end------------- */

  /*================================================
 *  con10 
 ================================================*/
.con10_outside {
padding-top: 70px;
padding-bottom: 70px;
background-color: var(--dark_g);
}

.con10_dl  {
display: flex;
justify-content: space-between;
color: #ffffff;
flex-wrap: wrap;
}

.con10_dl dt {
	width: 20%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:  var(--light_g);

}

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

.con10_dl dd {
	width: 80%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:  var(--light_g);
	padding-left: 5%;

}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
	.con10_outside {
padding-top: 50px;
padding-bottom: 50px;
}
}
/* -------------end------------- */


  /*================================================
 *  footer
 ================================================*/

.footer_outside {
padding-top: 50px;
padding-bottom: 100px;
background-color: #000000;
color: #ffffff;
}



.footer_info{line-height: 1.4;}

.footer_c_name{font-size: 250%;
font-weight: 500;
font-family: "Crimson Text", serif;
}

.footer_c_name > span{font-size: 50%;}

.footer_c_tel{font-size: 150%;
font-weight: 500;

}

.footer_c_tel > span{font-size: 60%;}

/* ====================================================
　pagetop
==================================================== */

.pagetop {
    display: none;
    position: fixed;
    bottom:20px;
    right: 20px;
	z-index: 1000;
    line-height: 1.0;
}
.pagetop a {
    display: block;
   color: rgba(141,117,68,0.50);
    font-size: 300%;
    
}
.pagetop a:hover {
display: block;}



/* Bnr
-----------------------------------------*/

.Bnr{
  position: relative;
  margin: 0 auto;
  width: 600px;
  display: none;
  
}
.Bnr_flex_box{
position: fixed;
top:60px;
right: 0;
z-index: 999999;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
box-sizing: border-box;
flex-direction: column; /* ← 縦ならびはこれを追加！ */
}

.Bnr_flex_box li{
    display: block;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
    background-color: var(--gold);
}

.Bnr_flex_box li i{
    margin-bottom: 5px;
}


.Bnr_flex_box li a {
  color: #ffffff;
  writing-mode: vertical-rl; /* ← 縦書きにする */
  text-align: center;
}




.Bnr_flex_box li:first-child{
    margin-bottom: 10px;
}


/* 大きい画面用ヘッダー調整-------------- */
@media (min-width:768px){
#content_top{padding-top: 68px;
margin-top:-68px;}
}
/* -------------end------------- */



/* ========================================

    ■ story

======================================== */

.story_outside {
padding-top: 70px;
padding-bottom: 70px;
  background-color: #ffffff;
}
.story_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1140px;
  margin-bottom: 100px;
  align-items: flex-start;
}
.story_flex_last {
  margin-bottom: 50px;
}
.story_text_box {
  width: 50%;
  padding: 2em;
  padding: 50px 30px;
  margin-right: -10%;
  transform: translateY(50px);
  box-sizing: border-box;
  position: relative;
}
.story_text_box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-50vw + 50%); /* 左いっぱい */
  right: -150px; /* 右150pxはみ出し */
  background: var(--light_g);
  z-index: -1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.story_img {
  width: 50%;
  position: relative;
  z-index: 1; /* 背景より前 */
}
.story_img img {
  display: block;
  width: 100%;
		border-radius: 20px;
overflow: hidden;
}




.story_flex_r {
  flex-direction: row-reverse;
}
.story_flex_r .story_text_box {
  margin-left: -150px;
  margin-right: 0;
}
.story_flex_r .story_text_box::before {
  right: calc(-50vw + 50%); /* 右いっぱい */
  left: -150px; /* 左150pxはみ出し */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.story_headline{color: #000000;
  font-size: 138%;
  font-weight: 400;
margin-bottom: 5px;}

.story_headline_flex{display: flex;
justify-content: flex-start;
	flex-wrap: wrap;
	border-left: 5px solid #000000;
	padding-left: 20px;
	margin-bottom: 20px;

}


/*.story_headline_flex div{width: 100%;
	color: #000000;
  font-size: 138%;
line-height: 1.4;
}*/


.story_sub_headline{color: #000000;
	background-color:rgba(255,255,255,0.30);
  font-size: 113%;
  font-weight: 400;
border-radius: 3px;
padding: 2px 10px;
margin-bottom: 10px;}


/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
  .story_outside {
    padding-top: 50px;
    padding-bottom: 50px;
  }
	

	
  .story_flex, .story_flex.story_flex_r {
    flex-direction: column;
	  margin-bottom: 50px;
  }
  .story_text_box,
	.story_flex_r .story_text_box {
    width: 100%;
    margin: 0;
    transform: none;
    background-color: #f4f1ed;
    padding: 20px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .story_img {
    width: 100%;
  }
  .story_img img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
  }
  /* 背景拡張を停止 */
  .story_text_box::before {
    left: 0;
    right: 0;
    border-radius: 10px;
  }
	
	.story_img_txt {
  position: absolute;
  bottom: 0;
  left: 5%;
  padding: 10px;
		line-height: 1.4;
}
.story_img_txt_r {
  left: auto;
  right: 5%;
}
}
/* -------------end------------- */





.con7_flex_box .slick-slide,
.modelplan_flex_box .slick-slide,
.package_flex .slick-slide
{
    pointer-events: auto;
}

.con7_flex_box a,
.modelplan_flex_box a, 
.package_flex a{
    display: block;
    position: relative;
    z-index: 2;
}

.con7_flex_box a:hover, 
.modelplan_flex_box a:hover, 
.package_flex a:hover{
    opacity: 0.7;
}
