@charset "utf-8";

/* ==============================================================================================================================
PC
=====================================================================================================================================*/

/* 動画再生
=======================================================================*/
.business #movie_link video {
}
.movie_play_box a {
	background:url(../img/main/arrow_btn_01.png) no-repeat scroll 95% center #64addd;
	background-size:7px auto;
    color: #fff !important;
    padding: 0px 25px 0 20px;
    vertical-align: 5px;
    display: block;
    border-radius: 100px;
    margin: 10px auto;
    text-align: center;
    width: 50%;
}


/* MV アニメーション -----------------*/
.img_01 .img_text {
	animation-name: img_01_text;
	-webkit-animation-name: img_01_text;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-fill-mode:forwards;
	animation-timing-function:ease-out;
}
.mv .img_01 .img_text{
	position:absolute;
	top: 240px;
	left: 10%;
}
@keyframes img_01_text {
0% {
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
60% {
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
100% {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
}

.bg_img img{
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.img_01 {
	background:#fdfdfd;
	z-index:-1;
}
.bg_img img {
	animation-name: imgbg;
	-webkit-animation-name: imgbg;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	animation-fill-mode:forwards;
	animation-timing-function:ease-out;
	opacity: 0;
}

.bg_img .bg_01 {
}
.bg_img .bg_02 {
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.bg_img .bg_03 {
	animation-delay:2s;
	-webkit-animation-delay:1.5s;
}
.bg_img .bg_04 {
	animation-delay:3s;
	-webkit-animation-delay:2s;
}
.bg_img .bg_05 {
	animation-delay:4s;
	-webkit-animation-delay:2.5s;
}
.bg_img .bg_06 {
	animation-delay:5s;
	-webkit-animation-delay:3s;
}
.bg_img .bg_07 {
	animation-delay:6s;
	-webkit-animation-delay:3.5s;
}
.bg_img .bg_08 {
	animation-delay:7s;
	-webkit-animation-delay:4s;
}
.bg_img .bg_09 {
	animation-delay:8s;
	-webkit-animation-delay:4.5s;
}
.bg_img .bg_10 {
	animation-delay:9s;
	-webkit-animation-delay:5s;
}

@keyframes imgbg {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}

	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes imgbg {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}

	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.mv .img_02_01 {
	background:url(../img/main/mv_img_02_01.jpg) no-repeat scroll center 0 #fff;
	background-size:auto 100%;
}
.mv .img_02_02 {
	background:url(../img/main/mv_img_02_02.jpg) no-repeat scroll center 0 #fff;
	background-size:auto 100%;
}
.mv .img_02_03 {
	background:url(../img/main/mv_img_02_03.jpg) no-repeat scroll center 0 #fff;
	background-size:auto 100%;
}
.mv .img_03 {
	background:url(../img/main/mv_img_03.jpg) no-repeat scroll center 0 #fff;
	background-size:auto 100%;
}
.mv .img_04 {
	background:url(../img/main/mv_img_04.jpg) no-repeat scroll center 0 #fff;
	background-size:auto 100%;
}


/* PCウィンドウ幅が1000px以上の場合に適用するCSS */
@media screen and ( min-width:1100px ) {

/* ====================================================================================
社員紹介
=======================================================================================*/
.staff_all .st_all{
	position: relative;
	display: inline-block;
	/* height: 550px; */
	max-width: 1000px;
	width: 100%;
  }
.staff_all .st_all img:hover{
	transition: all 0.5s linear;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.staff_all .st_all img{
	transition:all 0.5s linear;
}

.staff_all .stb {
	font-size:15px;
	background-size: auto 100% !important;
	background-repeat:no-repeat !important;
	background-position:0 0 !important;
}

.staff_all .st_all{
	height: 550px !important;
}

#staff_area .staff_all {
	margin:30px 0;
}
.staff_box ul {
	font-size:0;
	padding: 30px 90px 0;
}
.staff_box ul li {
    position: relative;
    display: inline-block;
    height: 350px;
    width: 390px;
	margin:0 40px 40px 0;
}
.staff_box ul li:nth-child(even){
	margin-right:0;
}
.staff_box ul li > div {
	height:300px !important;
}
.staff_box ul li img{
	transition: all 0.5s linear;
	position:absolute;
}
.staff_box ul li:hover .stimg{
	transition: all 0.5s linear;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.staff_box ul li .stb {
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-position:0 0;
}
.staff_box ul .text {
    font-size: 15px;
	margin: 10px 0 0 0;
}
.staff_box ul .text .name{
	font-size:19px;
	line-height: 1;
}

.staff_box .staff_box_ceo {
	width:390px;
	margin:0 auto 20px;
}




/* ====================================================================================
プライバシーポリシー
=======================================================================================*/
.pp .title_02 {
	text-align: left;
    padding: 5px 15px;
    font-size: 1em;
	margin-bottom:10px;
}
.pp .title_04{
	text-align: left;
    padding: 0;
    font-size: 1em;
}
.pp .list {
	margin: 10px 0;
}
.pp .list li{
	border-left: 2px solid #ccc;
    padding: 0 0 0 10px;
    margin: 0 0 15px 20px;
    line-height: 1.3;
}
.pp .list {
}
.pp .pp_contact {
	margin: 30px 0 0 0;
    border: 1px solid #ccc;
    padding: 15px 30px;
}

.sitemap .list_01 > li {
	border-bottom: 1px solid #361c31;
    margin: 40px 0 20px 0;
}
.sitemap .list_01 > li:before{
	display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0.5em;
    height: 0.5em;
    background: #361c31;
    border-radius: 50%;
    margin-right: 8px;
}
.sitemap .list_02 > li:before{
	display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0.3em;
    height: 0.3em;
    background: #64addd;
    border-radius: 50%;
    margin-right: 8px;
}
.sitemap .list_02 {
    margin: 20px 0 0 20px;
}
.sitemap .list_03 > li:before{
	display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0.2em;
    height: 0.2em;
    background: #ccc;
    border-radius: 50%;
    margin-right: 8px;
}
.sitemap .list_03 {
	margin: 0 0 0 40px;
}
.sitemap .list_04 {
	font-size:0.9em;
	margin: 0 0 0 60px;
}
.sitemap a{
	text-decoration: underline !important;
}


/* ====================================================================================
お問い合わせ
=======================================================================================*/
.form .mv_second {
	background:url(../img/form/mv.jpg) no-repeat scroll center 0;
	background-size:100%;
	height: 200px;
}

.description{
	margin: 40px auto;
    padding: 15px;
    border-radius: 3px;
    border: solid 1px #ccc;
}

.Inputarea {
	margin: 40px 0 50px 0;
}
.Inputleft,
.Inputright {
    display: inline-block;
	vertical-align: top;
}
.Inputleft {
    width: 350px;
}
.Inputright {
    width: 510px;
}
.Inputleft .title {
	border-left: 3px solid #361c31;
    line-height: 1;
    padding: 3px 8px;
    margin: 5px 0 0 0;
}
.Inputleft label {
    line-height: 1.3;
}

/* 必須項目数メッセージ */
.message {
	background-color: rgba(255,255,255,0.7);
	width: 160px;
	height: auto;
	padding: 10px 3px;
	text-align: center;
	position: fixed;
	bottom:20px;
	left: 20px;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	border-radius:5px;
	z-index:10000;
	color:#444444;
	border:solid 1px #CCCCCC;
}
.message span{
    font-size: 30px !important;
    color: #CC0000;
    line-height: 1.2;
    margin: 0 5px 0 15px;
}

.thanks_01 {
	font-size:1.6em;
	font-weight:600;
	text-align:center;
	margin:50px 0;
}

.step {
	text-align:center;
}

/* text */
input:focus,textarea:focus{
	background:#F7EBCA;
}
.Inputright div input[type="text"],.Inputright div input[type="tel"],.Inputright div input[type="email"]{
	width:90%;
	font-size:16px;
	padding:7px 8px;
	border-radius:4px;
	border:solid 1px #CCCCCC;
}
#name,#kana,#tel,#tel2{ width:50%; }
#zip,#family,#plan,#income{ width:25%; }
#add1,#add2,#add3,#mail,#mail_con{ width:75%; }
#zaiseki1,#zaiseki3 {
	width:10%;
    margin: 0 10px;
}
#zaiseki2,#zaiseki4 {
	width:5%;
	margin: 0 10px;
}
 
/* 一括チェックリスト */
.check_area {
}
.check_area .set_title{
	border-bottom: 2px solid #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 20px;
}
.check_area .set_title span {
	font-weight: bold;
}
.check_area dl {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 20px 0;
}
.check_area dl dt{
	display: inline-block;
    vertical-align: top;
    width: 140px;
	min-height:50px;
}
.check_area dl dd{
	display: inline-block;
	width: 365px;
	font-size: 0.9em;
}
.check_area dd .Checklist li{
	display:inline-block;
	width: 115px;
}


/* ====================================================================================
採用情報
=======================================================================================*/
.recruit .mv_second {
	background:url(../img/recruit/mv.jpg) no-repeat scroll center 0;
	background-size:100%;
	height: 200px;
}

.recruit_fresh {
	text-align:center;
}
.recruit_fresh .img {
	margin:30px 0;
}
.recruit_fresh p {
	width: 700px;
    margin: 0 auto;
}

.recruit_career {
    margin: 50px 30px 0 30px;
}
.recruit_career th{
	width:150px;
}
.recruit_career td{
	padding: 20px 25px !important;
}

/* submit [input] */
#Submit {
    text-align: center;
}
#SubmitConfirm {
	text-align: center;
    margin: 70px 0 0 0;
    display: inline-block;
    width: 100%;
}
#Submit .SubmitBtn,
#SubmitConfirm .SubmitBtn{
	background: url(../img/main/arrow_btn_01.png) ,-webkit-linear-gradient(0deg, #64addd, #95cced);
	background:-ms-linear-gradient(0deg, #64addd, #95cced); /* IE */
	background-repeat: no-repeat;
    background-position: 98% center;
	border-radius: 1000px;
    font-size: 18px;
    color: #FFFFFF;
    width: 400px;
    transition: background 0.5s,color 0.5s;
    z-index: 10;
    cursor: pointer;
    margin: -60px auto 0;
    padding: 20px 0;
    line-height: 1;
	vertical-align: 50px;
}
#Submit div.SubmitBtn{
	background:#EAEAEA;
	color:#AEAEAE;
	z-index:9;
	cursor:default;
	margin: 0 auto !important;
}
#SubmitConfirm .SubmitBtn_min {
    border-radius: 100px;
    font-size: 13px;
    background: #F4F4F4;
    margin: 0 auto;
    display: block;
    transition: background 0.5s,color 0.5s;
    cursor: pointer;
    padding: 5px 25px;
}






/* ====================================================================================
会社案内
=======================================================================================*/

.corporat .mv_second,
.corporatemap .mv_second {
	background:url(../img/corporat/mv.jpg) no-repeat scroll center 0;
	background-size:100%;
	height: 200px;
}
.map .fR {
	width: 550px;
}

.company th{
	width:180px !important;
}
.company td{
	padding:20px 25px !important;
}

.corporatemap .map_img {
	text-align:center;
	margin:50px 0;
}

.ceo {
	margin: 0 0 50px 0;
}
.ceo .fR {
	width:30%;
}
.ceo .fR img {
	width:100%;
}
.ceo .fL {
	width:68%;
}
.ceo .name {
	margin:15px 0 0 0;
}


/* ====================================================================================
事業実績
=======================================================================================*/

.results .mv_second {
	background:url(../img/results/mv.jpg) no-repeat scroll center 0;
	background-size:100%;
	height: 200px;
}

.jigyo {
	font-size:0;
	margin:30px 0;
}
.jigyo .title_02{
	font-size: 20px;
}
.jigyo .table_exam {
	width:100%;
	font-size: 13px;
}
.jigyo li{
    width: 32%;
    display: inline-block;
    vertical-align: top;
	margin:20px 2% 10px 0;
}
.jigyo li:nth-child(3n){
	margin-right:0;
}
.jigyo .table_exam th.title {
	background:#6095D1;
	color:#fff;
}


/* ====================================================================================
事業案内
=======================================================================================*/

.business .mv_second {
	background:url(../img/business/mv.jpg) no-repeat scroll center 0;
	background-size:100%;
	height: 200px;
}


.text_list {
	font-size:0.9em;
	vertical-align:middle;
	margin:30px 0;
}
.text_list th {
	background: #D2E4F0;
	padding:5px 10px;
	text-align:center;
	font-weight:bold;
	white-space: nowrap;
	border:2px solid #fff;
}
.text_list tr {
	border-bottom:1px dashed #ccc;
}
.text_list tr:nth-child(even) {
	background:rgba(0,0,0,0.05);
}
.text_list td{
	padding:5px;
}
.text_list {
}


/* ページリンク
=======================================================================*/
.link_list {
	font-size:0;
	margin: 60px 0 40px 0;
}
.link_list ul {
	width:1000px;
	margin:0 auto;
	padding: 25px 0;
}
.link_list li{
	display: inline-block;
    margin: 10px 2% 10px 0;
    width: 32%;
}


.link_list a span {
	background:url(../img/main/arrow_btn_02.png) no-repeat scroll 95% center;
	background-size:13px auto;
	line-height: 1.5;
    font-size: 15px;
	width: 90%;
    padding: 0 5%;
    height: 70px;
	text-shadow:1px 1px 0 #000; 
	font-weight:bold;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}


.link_list a {
	background:#361c31;
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: block;
	border-radius:5px;
	color:#fff !important;
}
.link_list a:before {
	content: '';
	opacity: 0.2;/*半透明カラーの透明度*/
	z-index: -1;/*重なり順序を一番下にしておく*/
	position: absolute;
	transition: all 0.5s ease-in-out;
	
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
}
.link_list a:hover:before,
.active01 li:nth-child(1) a:before,
.active02 li:nth-child(2) a:before,
.active03 li:nth-child(3) a:before,
.active04 li:nth-child(4) a:before,
.active05 li:nth-child(5) a:before,
.active06 li:nth-child(6) a:before,
.active07 li:nth-child(7) a:before,
.active08 li:nth-child(8) a:before,
.active09 li:nth-child(9) a:before,
.active10 li:nth-child(10) a:before {
	opacity: 0.8;/*半透明カラーの透明度*/
	
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
}

.link_list li:nth-child(1) a:before {
	background:url(../img/menu/link_img_01.jpg) no-repeat scroll center center;
	background-size:cover;
}
.link_list li:nth-child(2) a:before {
	background:url(../img/menu/link_img_02.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(3) a:before {
	background:url(../img/menu/link_img_03.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(4) a:before {
	background:url(../img/menu/link_img_04.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(5) a:before {
	background:url(../img/menu/link_img_05.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(6) a:before {
	background:url(../img/menu/link_img_06.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(7) a:before {
	background:url(../img/menu/link_img_07.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(8) a:before {
	background:url(../img/menu/link_img_08.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(9) a:before {
	background:url(../img/menu/link_img_09.jpg) no-repeat scroll center center #000;
	background-size:cover;
}


.link_list li:nth-child(3n){
	margin-right:0;
}
.secondlink {
	margin: -50px 0 20px 0;
}

.link_list2 , .link_list4{
	font-size:0;
	margin: 40px 0 20px 0;
}
.link_list2 li{
	display:inline-block;
	margin: 0 2% 20px 0;
    width:48%;
}
  .link_list4 li{
    display:inline-block;
    margin:0 2% 20px 0;
    width:32%;
  }
.link_list2 li:last-child , .link_list4 li:last-child{
  margin-right:0;
}
.link_list2 a, .link_list4 a{
	background:url(../img/main/arrow_btn_01.png) no-repeat scroll 95% center #806A7C;
	background-size: 10px auto;
    line-height: 1.5;
    font-size: 15px;
    width: 90%;
    padding: 20px 5%;
    border-radius: 5px;
    text-align: left;
    color: #fff !important;
    display: inline-block;
}
.link_list2 a.active , .link_list4 a.active{
	background:url(../img/main/arrow_btn_01.png) no-repeat scroll 95% center #361c31;
	background-size: 10px auto;
}


.link_list3 {
	font-size:0;
}
.link_list3 li {
	display: inline-block;
    margin: 10px 2% 10px 0;
    width: 32%;
}
.link_list3 a {
	background: url(../img/main/arrow_btn_02.png) no-repeat scroll 95% center ;
	background-size:17px auto;
    line-height: 1.5;
    font-size: 15px;
    width: 90%;
    padding: 0 5%;
    height: 70px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	border: 1px solid #E0E0E0;
    border-radius: 5px;
}
.link_list3 a:hover {
	background: url(../img/main/arrow_btn_02.png) no-repeat scroll 95% center #F3F3F3;
	background-size:17px auto;
}
.link_list3 li:nth-child(3) {
	margin-right:0;
}


.page_link_list {
	font-size:0;
}
.page_link_list li {
	display:inline-block;
	margin: 10px 2% 10px 0;
    width: 32%;
}
.page_link_list li:nth-child(3n) {
    margin-right: 0;
}
.page_link_list a {
	background: url(../img/main/arrow_btn_02.png) no-repeat scroll 95% center #361c31;
    background-size: 13px auto;
    line-height: 1.5;
    font-size: 15px;
    width: 90%;
    padding: 0 5%;
    height: 70px;
    font-weight: bold;
        display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	color:#fff !important;
	border-radius: 5px;
}
.page_link_list a:hover,
.active01 .page_link_list li:nth-child(1) a,
.active02 .page_link_list li:nth-child(2) a,
.active03 .page_link_list li:nth-child(3) a{
	filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}


/* map -----------------*/
.map {
	margin: 40px 0;
}
.map .map_list {
	font-size:0;
	margin: 50px 0;
}
.map .map_list .box{
	display:inline-block;
	font-size:14px;
	margin:0 2% 0 0;
	vertical-align: top;
	width: 23.5%;
}
.map .map_list .box:last-child{
	margin-right:0;
}
.map .map_list .age_01 .title,
.age_01 b{
	background:#00a0e9;
}
.map .map_list .age_02 .title,
.age_02 b{
	background:#0068b7;
}
.map .map_list .age_03 .title,
.age_03 b{
	background:#009944;
}
.map .map_list .age_04 .title,
.age_04 b{
	background:#ee7800;
}
.map .map_list .age_05 .title,
.age_05 b{
	background:#e60039;
}
.map .map_list .age_06 .title,
.age_06 b{
	background:#920783;
}
.map .map_list .age_07 .title,
.age_07 b{
	background:#1d2088;
}
.map .map_list .age_08 .title,
.age_08 b{
	background:#00adb0;
}
.map .map_list .age_09 .title,
.age_09 b{
	background:#8fc31f;
}
.map .map_list .age_10 .title,
.age_10 b{
	background:#e95389!important;
}
  
.map .map_list .age_11 .title,
.age_11 b{
	background:#8F6D46!important;
}
  
.map .map_list .age_12 .title,
.age_12 b{
	background:#361c31!important;
}
	

.map .map_list .title {
    text-align: center;
    color: #fff;
    border-radius: 999px;
}
	
.bmargin10{
margin-right: 10px;
}
	
.map .map_list b,
.exam_list2 b{
	border-radius: 999px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
	vertical-align: 0;
	float: left;
    margin-left: 3px;
}
.map .map_list li p{
    line-height: 1;
    padding: 0 0 0 29px;
}
.map .map_list li span{
	font-size: 0.7em;
}
.map .map_list li{
	line-height: 1;
    margin: 15px 0 0 0;
}
.exam_list2 {
	margin:50px 0;
	font-size:0;
}
.exam_list2 .box {
	display: inline-block;
    width: 32%;
    font-size: 14px;
    margin: 0 2% 50px 0;
    vertical-align: top;
}
.exam_list2 .box:nth-child(3n) {
	margin-right:0;
}
.exam_list2 .box:nth-last-child(-n+3){
	margin-bottom:0;
}
.exam_list2 .img{
	background:#EBEBEB;
	height:160px;
	text-align:center;
}
.exam_list2 .img img{
	height:100%;
}
.exam_list2 .title_set {
	margin: 15px 0 5px 0;
}
.exam_list2 .title_set p {
	line-height: 1;
    padding: 3px 0 0 25px;
    font-size: 1.1em;
}
.exam_list2 a .title_set p {
	text-decoration:underline !important;
	line-height: 1;
    padding: 3px 0 0 25px;
    font-size: 1.1em;
}
.exam_list2 .title_set p:hover{
	text-decoration:none !important;
}
.exam_list2 .title_set p span{
	font-size: 0.7em;
}

table.table_exam {
	border-collapse: inherit;
    border-spacing: 0 3px;
	width: 100%;
}
table.table_exam th{
	background:#b3d5fc;
    min-width: 80px;
    text-align: center;
    vertical-align: middle;
	font-weight: bold;
}
table.table_exam td{
	border-bottom:1px solid #b3d5fc;
	padding: 8px 5px 8px 10px;
    line-height: 1.3;
    vertical-align: middle;
}

.table_pickup {
	margin: 20px 0 0 0;
    border-collapse: inherit;
    border-spacing: 0 5px;
	width: 100%;
}
.table_pickup th {
	background: #e48100;
    width: 90px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
	line-height: 1.3;
    padding: 5px 10px;
}
.table_pickup td{
	background: #fff;
    padding: 5px 10px;
    line-height: 1.4;
    font-size: 0.8em;
    vertical-align: middle;
	border-bottom:1px solid #e48100;
}


.ms_box {
    margin: 0 0 80px;
}
.ms_box .table_exam{
	width:100%;
}
.ms_box:last-child {
	margin-bottom:0;
}
.ms_box .data {
	margin:30px 0 0;
	font-size: 14px;
}
.ms_box .data .fL{
	width:50%;
}
.ms_box .data .fR{
	width:48%;
}
.ms_box .data .btn {
    margin: 30px 0 0 0;
}
.ms_box .data .btn a{
	min-width: 280px;
}


.ms_img_r .img {
	float:right;
	width: 48%;
}
.ms_img_r .img img {
	width:100%
}
.ms_img_r .data p{
	margin:20px 0 0;
}

.text_r_01 .fL {
	width: 65%;
}


/* .pickup
=======================================================================*/

.pickup {
	background:#FFEDD7;
	border-radius:10px;
	padding: 30px 50px;
	margin: 50px 0;
}
.pickup .main_title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0 40px 0;
    color: #e48100;
	line-height: 1.5;
}
.pickup .main_title img{
	margin:0 0 15px;
}
.pickup .main_title span{
	font-size:0.8em;
}
.pickup .title {
	background:#e48100;
	padding:5px;
	text-align:center;
	color:#fff;
	font-weight:500;
}
.pickup .fL {
	width:77%;
}
.pickup .fr{
	width:30%;
}

.btn2 a{
	background:url(../img/main/arrow_btn_01.png) ,-webkit-linear-gradient(0deg, #e48100, #f4b461) !important;
	background:url(../img/main/arrow_btn_01.png) ,-ms-linear-gradient(0deg, #e48100, #f4b461) !important; /* IE */
	background-repeat: no-repeat !important;
	background-position: 98% center !important;
}

.pickup .title,
.pickup02 .title {
	background: #e48100;
    color: #fff;
    padding: 2px 0;
    border-radius: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.table_pickup02 {
	margin: 15px 0 0 0;
	border-collapse: initial;
    border-spacing: 0 6px;
	width: 100%;
}
.table_pickup02 th,
.table_pickup02 td {
	font-size:0.9em;
}
.table_pickup02 .title2 th{
    text-align: center;
    width: 96%;
}
.table_pickup02 th{
	background: #e48100;
    color: #fff;
    width: 12%;
    padding: 4px 2%;
	vertical-align: middle;
}
.table_pickup02 td{
	background: #fff;
	border-bottom: 1px solid #e48100;
    padding: 5px 2%;
    line-height: 1.5;
}


.pickup02 {
	background:#FFEDD7;
	padding: 20px 30px;
    border-radius: 5px;
	font-size:0;

}
.pickup02 .box {
    background: #fff;
    display: inline-block;
    width: 32%;
    font-size: 14px;
    vertical-align: top;
    margin: 20px 2% 0 0;
	border-radius: 5px;
}
.pickup02 .box:last-child {
	margin-right:0;
}
.pickup02 .sub {
	border-bottom: 1px dashed #ccc;
    text-align: center;
    padding: 2px 0 5px;
}
.pickup02 span {
	color: #e48100;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 0 5px;
}

.table_pickup02 {
	width: 92%;
    margin: 4%;
}
.table_pickup02 .tit th{
	background:#e48100;
	text-align:center;
	color:#fff;
	width: 100%;
}
.table_pickup02 .tex {
	border-bottom: 1px dotted #ccc;
}
.table_pickup02 .tex:last-child {
	border-bottom:none;
}
.table_pickup02 .tex th,
.table_pickup02 .tex td {
	line-height:1.4;
	vertical-align:middle;
	padding:2px 3px;
}
.table_pickup02 .tex th {
	font-weight:bold;
	white-space: nowrap;
}
.table_pickup02 .tex td {
	font-size: 0.9em;
}


.pickup03 {
	background:#FFEDD7;
	padding: 20px 30px;
    border-radius: 5px;
	margin: 50px 0 0 0;
}
.pickup03 .title_set {
	text-align:center;
	margin: 30px 0 0 0;
}
.pickup03 .title_set .title {
	line-height: 0.2;
	color:#e48100;
}
.pickup03 .title_set .title span{
	font-size: 2em;
    font-weight: bold;
}
.pickup03 .title_set .sub {
    font-weight: 600;
    color: #e48100;
    margin: 20px 0;
    font-size: 1.3em;
}


/* 分割02
=======================================================================*/
.box02 {
	font-size:0;
}
.box02 table{
	font-size: 14px;
}
.box02 .box{
	display: inline-block;
    width: 440px;
    margin: 0 18px 20px 0;
}
.box02 .box:nth-child(2){
	margin-right:0;
}
.box02 .box table th{
	width: 17%;
}


/* タブ切り替え
=======================================================================*/
.tabs {
	font-size:0;
}
.tabs .tab_content {
	border-top:3px solid #64addd;
    margin: 0;
}
.tab_item {
	background:#EBF7FF;
	background-size:10px auto;
    line-height: 1.5;
    font-size: 14px;
    width: 106px;
    display: inline-block;
    padding: 8px 0;
	border-radius:3px 3px 0 0;
	text-align:center;
	margin:0 13px 0 0;
	cursor:pointer;
}
.tabs label:nth-child(14) {
	margin-right:0;
}
.tab_item:hover {
	background:#D9ECF9;
}
input[name="tab_item"] {display: none;}
.tab_content {
	display: none;
	font-size: 15px;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content{
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #64addd;
color: #fff;
cursor:auto;
}
.tabs .tab_content .red {
	background:#e48100;
	color:#fff;
    padding: 2px 4px;
}
.tabs .tab_content ul {
	font-size:0;
}
.tabs .tab_content li {
    width: 49%;
    margin: 0 2% 25px 0;
	display:inline-block;
	font-size:15px;
	vertical-align: top;
}
.tabs .tab_content li:nth-child(even) {
	margin-right:0;
}

.tab_content h4.title {
	background:#64addd;
	text-align:center;
	color:#fff;
	padding:5px 0;
	margin:20px 0;
	width: 100%;
	font-size:1.2em;
}
.tab_content .title2 {
	border-bottom:1px solid #361c31;
    margin: 30px 0 20px;
	width: 100%;
	font-size:1.2em;
	font-weight:bold;
}

.tab_content li a {
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.tab_content li .img {
	float: left;
    overflow: hidden;
    width: 150px;
    height: 150px !important;
}
.tab_content li .img img {
	width: 125%;
	height:auto !important;
}
.tab_content li .text {
	min-height: auto;
    float: right;
    width: 300px;
    padding: 10px 20px 0 0;
}


/* special
=======================================================================*/
.special {
	text-align:center;
	font-size:1.2em;
	color:#fff;
	margin: 30px 0 50px;
}
.special p{
	background: #361c31;
    padding: 10px 50px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.7;
    border-radius: 5px;
}
.special p span{
	font-size:1.4em;
	font-weight: bold;
	line-height: 1.4;
}



/* ====================================================================================
企業理念
=======================================================================================*/

.philosophy .mv_second {
	background:url(../img/philosophy/mv.jpg) no-repeat scroll center 0;
	background-size:100%;
	height: 200px;
}
.mv_second .main_title {
	padding: 45px 0 0 0;
}
.mv_second .main_title .en {
	font-size: 2.3em;
}

.path {
	font-size: 0.7em;
	padding: 10px 0;
}
.path li {
	display:inline-block;
}
.path a {
	background:url(../img/main/arrow_path.png) no-repeat scroll 100% center;
	padding: 0 10px 0 0;
    margin: 0 3px 0 0;
	font-size: 0.9em;
	text-decoration:underline !important;
}
.path a:hover {
	text-decoration:none !important;
}
.path .home a{
	color:#64addd !important;
}

.philosophy .img_l {
	margin: 0 0 50px;
}
.philosophy .img_l .text {
	width: 800px;
}

.philisophy_text .text2 b{
	font-weight:bold;
	font-size: 1.2em;
	width: 45px;
    display: inline-block;
    text-align: center;
}
.philisophy_text .text2 span {
	color: #64addd;
    font-weight: bold;
    margin: 0 10px;
    font-size: 1.2em;
}
.philisophy_text .text p {
	text-align: center;
    font-size: 1.1em;
    line-height: 2.3;
}


/* ====================================================================================
トップページ
=======================================================================================*/
.px_img_01 {
	background:url(../img/top/img_01.jpg);
	background-size: cover;
	background-attachment: fixed;
	height: 300px;
	width:100%;
}
/* 仮 */
.px_img_01_2 {
	background:url(../img/top/img_01_2.jpg);
	background-size: cover;
	background-attachment: fixed;
	height: 300px;
	width:100%;
}
.px_img_01_3 {
	background:url(../img/top/img_01_3.jpg);
	background-size: cover;
	background-attachment: fixed;
	height: 300px;
	width:100%;
}


/* スライダー無し版 */
.exam_list .few{
	display: flex;
	/*justify-content: space-between;*/
    justify-content: center;
	max-width: 1000px;
	margin: 30px auto 0;
/*    flex-wrap:wrap*/
}
.exam_list .few li{
	width: 48%;
    margin-bottom:10px;
}
  .exam_list .few li:nth-of-type(n+7){
    margin-bottom:0;
  }
.exam_list .few li .box {
    background: #F8F6F7;
}
/* 仮 */
.skider_list .slick-list {
}
.skider_list .slick-list li {
	margin: 40px 0 10px 0;
}

.exam_list li a {
	background:url(../img/main/arrow_03.png) no-repeat scroll right bottom;
    display: inline-block;
    width: 100%;
}
.exam_list .slick-prev {
	left: 5%;
}
.exam_list .slick-next {
    right: 5%;
}
.exam_list li.slick-active a {
	filter:alpha(opacity=100) !important;
-moz-opacity: 1 !important;
opacity: 1 !important;
}
.exam_list .slick-slide a {
}
.exam_list .slick-slide .box {
	background: #F8F6F7;
}
.exam_list .slick-slide .box {
	transition: all 0.3s linear;
}

.exam_list li .box{
	display: inline-block;
	vertical-align: top;
	width: 98%;
}
.exam_list li .img{
	background:rgba(255,255,255,0.5);
	height: 200px;
    text-align: center;
}
.exam_list li .img img{
	height:100%;
}
.exam_list .text {
	font-size: 0.8em;
    padding: 15px 20px 0 20px;
    min-height: 175px;
}
.exam_list .text .sold_out {
	background: #F45746;
    color: #fff;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 0.8em;
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
}
.exam_list li .text .title {
	padding: 10px 0 5px 0;
	font-size:1.2em;
	line-height: 1.5;
}
.exam_list li a .text .title {
	text-decoration: underline;
    padding: 0 0 5px 0;
	font-size:1.2em;
	line-height: 1.5;
}
.exam_list .text .title:hover{
	text-decoration:none;
}
.exam_list .text dl{
}
.exam_list .text dl dt,
.exam_list .text dl dd {
	line-height: 1.7;
}
.exam_list .text dl dt{
	float: left;
	color:#1fa2d1;
}
.exam_list .text dl dd{
	padding: 0 0 0 40px;
}

.exam_list::-webkit-scrollbar,
.tab_content::-webkit-scrollbar{
  width: 5px;
}
.exam_list::-webkit-scrollbar-track,
.tab_content::-webkit-scrollbar-track{
  background: #F3F3F3;
  border: none;
}
.exam_list::-webkit-scrollbar-thumb,
.tab_content::-webkit-scrollbar-thumb{
  background: #ddd;
  box-shadow: none;
}

.exam_list .title_02 {
	margin: 0 2% 30px;
}
.updatedDate {
	text-align: right;
    font-size: 0.8em;
    color: #bbb;
}


.staff_toppage {
	background:url(../img/top/img_02.jpg);
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	padding: 100px 0 40px;
}


/* ====================================================================================
PC共通パーツ
=======================================================================================*/


/* float
=======================================================================*/
.img_l {
}
.img_l .img {
    float: left;
}
.img_l .text {
	float:right;
}


/* btn
=======================================================================*/
.btn {
	text-align: center;
	margin: 20px 0 50px;
}
.btn a {
	background:url(../img/main/arrow_btn_01.png) ,-webkit-linear-gradient(0deg, #64addd, #95cced);
	background:url(../img/main/arrow_btn_01.png) ,-ms-linear-gradient(0deg, #64addd, #95cced); /* IE */
	background-repeat: no-repeat;
	background-position: 98% center;

	color: #fff !important;
	padding: 10px 50px;
    min-width: 500px;
    display: inline-block;
    border-radius: 999px;
    font-size: 1.2em;
	
}


/* split
=======================================================================*/

.split-2 {
	margin: 0 0 50px;
}
.split-2 .fL,
.split-2  .fR {
	width: 48%;
}


/* title
=======================================================================*/

.main_title {
	text-align:center;
	margin: 50px 0 30px;
}
.main_title .en {
	font-weight:bold;
	font-family: 'Work Sans', sans-serif;
    font-size: 2.5em;
	letter-spacing:10px;
	margin:-20px 0;
    display: inline-block;

	color: #64addd;
	background: -webkit-linear-gradient(0deg, #64addd, #95cced);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main_title .jp {
	color:#64addd;
	font-size:1.5em;
}


.title_01 {
	text-align: center;
    font-size: 1.5em;
    border-bottom: 4px double #64addd;
    padding: 10px 0;
    font-weight: 500;
    margin: 0 0 30px;
    line-height: 1.5;
	color: #64addd;
}
	

.box2 .title_01 {
	text-align: center;

    font-size: 1.5em;
    border-bottom: 4px double #64addd;
    padding: 10px 0;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.5;
	color: #64addd;
}	
	
	
.box2  .title_02 {
    background: #b3d5fc;
	color: #000;
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
}	
	
.title_01 span{
	font-size: 0.6em;
}
.title_01 span.sp_red {
    background: #e48100;
    border-radius: 3px;
    color: #fff;
    padding: 2px 11px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1.9;
}

.title_02 {
	background:#361c31;
	color:#fff;
	padding:5px;
	text-align:center;
	font-size: 1.2em;
}

.title_03 {
	background: #361c31;
    padding: 5px 15px;
    margin: 30px 0 20px;
    font-size: 1.2em;
	text-align: left;
    color: #fff;
}

.title_04 {
	border-bottom:1px solid #361c31;
    padding: 5px 15px;
    margin: 30px 0 20px;
    font-size: 1.1em;
	text-align:center;
}


/* header
=======================================================================*/
.toppage header {
	margin: 0 0 -230px 3%;
	position: relative;
    z-index:100;
}
.second {
	margin: 0 0 -50px 0;
}
.second .logo {
	width: 132px;
    display: inline-block;
}
.second .logo img{
	width:100%;
}
.second li{
	width: 124px !important;
    float: right;
}
.second .logo_second {
	margin: 0 0 -132px 0;
}

/* 15周年　ロゴ -----------------*/
.toppage .anniversary {
	position: absolute;
    top: 10px;
    left: 170px;
}
.toppage .anniversary img {
	/*width:140px;*/
}












/* footer
=======================================================================*/
footer {
	background:#361c31;
	text-align:center;
	position:relative;
	margin: 100px 0 0 0;
}
footer li,
footer a {
	display:inline-block;
	color:#fff !important;
	text-decoration:underline !important;
    margin: 0 3px;
}
footer a:hover{
	text-decoration:none !important;
}
footer ul {
	padding: 30px 0 30px;
    color: #fff;
    font-size: 0.7em;
}
footer .copy {
	font-size:0.7em;
	    padding: 20px 0 10px;
	color:#8f7c8b;
}
footer #page-top2 {
	    position: absolute;
	    transform: translateX(-50%);
	    left: 50%;
	    top: -42px;
}

.footer_bnr {
    background: rgba(0,0,0,0.2);
    font-size: 0;
    padding: 30px 0 50px 0;
    margin: 70px 0 -100px 0;
}
.footer_bnr ul {
}
.footer_bnr ul li{
	display:inline-block;
}
.footer_bnr ul li a{
	display:inline-block;
}
.footer_bnr .bnr_3set {
	text-align: center;
}
.footer_bnr .bnr_3set li{
	margin: 0 35px 30px 0;
}
.footer_bnr .bnr_3set li:last-child{
	margin-right:0;
}
.footer_bnr .bnr_2set {
	text-align: center;
}
.footer_bnr .bnr_2set li{
	margin: 0 40px 30px 0;
}
.footer_bnr .bnr_2set li:last-child{
	margin-right:0;
}


/* menu
=======================================================================*/
nav#menuList {
	background:url(../img/main/nav_bg.png) repeat scroll 0 0;
	margin: 0 0 50px 0;
	text-align: center;
}
nav#menuList a span {
	font-size: 0.5em;
    letter-spacing: 1px;
	color:#695b66;
}
nav#menuList li,
nav#menuList li a {
	display:inline-block;
}
nav#menuList li {
	width: 14.27%;
}
nav#menuList a {
	transition: all 0.3s ease-in-out;
	color:#fff !important;
    padding: 15px 0 0 0;
    height: 45px;
	line-height: 1;
	border-right:1px dotted #5e495a;
	width:100%;
}
nav#menuList .home a {
	line-height: 2;
    border-left: 1px dotted #5e495a;
    font-size: 0.9em;
}
nav#menuList a:hover,
nav#menuList .active a,
.active_01 li:nth-child(6) a,
.active_02 li:nth-child(5) a,
.active_03 li:nth-child(4) a,
.active_04 li:nth-child(3) a,
.active_05 li:nth-child(2) a,
.active_06 li:nth-child(1) a{
	transition: all 0.3s ease-in-out;
	background:rgba(255,255,255,0.1);;
}


/* mv
=======================================================================*/
.mv{
	height: 700px;
    width: 100%;
}
.mv .slick-list{
	z-index: -1;
}
.mv .slick-list li{
	overflow: hidden;
	height: 700px;
	position: relative;
}
.bg_img img {
	bottom:0;
	left: 0;
	width:100%;
	position: absolute;
	/* top: 0; */
	/* bottom: unset; */
}


/* ページトップ
=====================================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    text-decoration: none;
    width: 60px;
	height:42px;/*60*/
    padding-top: 18px;
	line-height:1.2;
    text-align: center;
    display: block;
    border-radius: 100px;
	background:#361c31;
	
filter:alpha(opacity=10);
-moz-opacity: 0.1;
opacity: 0.1;
}
#page-top a:hover {
	filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
#page-top a img{
	width:50%;
}

/* common
=====================================*/
.w{
	width:1000px;
	margin:0 auto;
}
a{transition: all 0.5s ease-out;}
.hv:hover{
	transition: all 0.5s ease-out;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.sp{
	display:none !important;
}
a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:active {color: #333;text-decoration: none;}

.main {
	width:1000px;
	margin:0 auto;
}

}
/* 【PC】ウィンドウ幅が480px以上の場合に適用するCSS */


/* Plus CSS */
.slider .slide-item {
  text-align:center;
  /* height:700px; */
  position:relative;
}
.slider .slide-item .img_text {
  position:absolute;
  top: 250px;
  /* transform: translateY(-50%); */
  left:10%;
  animation-name: img_01_text;
  -webkit-animation-name: img_01_text;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}


/* 2023-01-06 plus css */
.mt-auto { margin-top:auto; }
.flb-sb { display:flex; justify-content:space-between; flex-wrap:wrap; }
.flb-sb .item-h { display:flex; flex-direction:column; }
.flb-sb .order1 { order:1; }
.flb-sb .order2 { order:2; }
.flb-sb .order3 { order:3; }
.flb-sb img { width:100%; }
.flb-sb .w50 { width:50%; }
.flb-sb .w48 { width:48%; }
.flb-sb .w100 { width:100%; }

@media screen and (max-width:600px){
  .flb-sb { display:block; }
}

/* 2024-0517 plus css [house] */
.font-mincho { font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.pc-only {  }
.sp-only { display:none; }
.mid { display:none; }
.mt0 { margin-top:0!important; }
.link_list2.anc-list ul { display:flex; justify-content:space-between; }
.link_list2.anc-list ul li { margin:0; width:49%; }
.link_list2.anc-list2 { margin-top:100px; }
.luxury-wrap {}
.luxury-wrap .w50 { width:50%!important; margin:0 auto; }
.luxury-wrap .w80 { width:80%!important; margin:0 auto; }
.luxury-top {}
.luxury-top {}
.luxury-top .luxury-logo { max-width:300px; width:100%; margin:30px auto; }
.luxury-top .luxury-logo p { font-size:12px; text-align:center; margin-top:10px; }
.luxury-top .catch { text-align:center; font-size:24px; font-weight: bold; line-height:1.5; margin-bottom:30px; }
.luxury-top .lead {  }
.luxury-top .lead span {  }
.luxury-box {}
.luxury-box img { width:100%; display:block; }
.luxury-box .ms_box { margin:50px 0; }
.luxury-box .main-img {}
.luxury-box .ms_img_r .img { position:relative; }
.luxury-box .ms_img_r .img p { position:absolute; bottom:0; right:0; font-size:14px; line-height:1; }
.luxury-box .luxury-catch { margin:30px 0; }
.luxury-box .luxury-catch p.main-tx { font-size:24px; text-align:center; letter-spacing:0.1em; }
.luxury-box .luxury-catch p.main-tx span.b { font-size:180%; line-height:1; vertical-align:baseline; }
.luxury-box .luxury-catch p.sub { text-align:center; font-size:20px; }
.luxury-box .luxury-last .ll-wrap { display:flex; justify-content:space-between; }
.luxury-box .luxury-last .ll-wrap .l { width:71.568%; }
.luxury-box .luxury-last .ll-wrap .r { width:27.45%; }
.luxury-box .luxury-last .ll-wrap .r .list li { background:#D5D0D2; padding:5px; font-size:14px; }
.luxury-box .luxury-last .ll-wrap .r .list li.min { letter-spacing:-1px; }
.luxury-box .luxury-last .ll-wrap .r .list li:nth-of-type(n+2) { margin-top:5px; }
.luxury-box .luxury-last .ll-wrap .r .img-list { margin-top:5px; }
.luxury-box .luxury-last .ll-wrap .r .img-list img:last-child { margin-top:5px; }

@media screen and (max-width:820px){
  .mid { display:block; }
  .pc-only { display:none; }
}
@media screen and (max-width:600px){
  .pc { display:none; }
  .link_list2.anc-list { margin-top:50px; }
  .link_list2.anc-list ul { display:block; }
  .link_list2.anc-list ul li { width:100%; }
  .link_list2.anc-list ul li:last-child { margin-top:5px; }
  .sp-only { display:block; }
  .luxury-top .catch { font-size:20px; }
  .luxury-box .ms_img_r .img p { font-size:12px; }
  .luxury-box .luxury-catch p.main-tx { font-size:20px; }
  .luxury-box .luxury-catch p.sub { font-size:16px; }
  .luxury-box .ms_box { margin-top:0; margin-bottom:20px; }  
  .luxury-box .luxury-catch .luxury-lead img { max-height:50px; }
  .luxury-box .luxury-last .ll-wrap { display:block; }
  .luxury-box .luxury-last .ll-wrap .r .list { margin-top:5px; }
  .luxury-box .luxury-last .ll-wrap .l,.luxury-box .luxury-last .ll-wrap .r { width:100%; }
  .luxury-box .luxury-last .ll-wrap .r .list li { font-size:12px; }
  .luxury-box .luxury-last .ll-wrap .r .list li.min { letter-spacing:normal; }
  .luxury-box .luxury-last .ll-wrap .r .img-list { display:flex; justify-content:space-between; }
  .luxury-box .luxury-last .ll-wrap .r .img-list img { width:49%; }
  .luxury-box .luxury-last .ll-wrap .r .img-list img:last-child { margin-top:0; }
}





.cm_box{
	position: relative;
	overflow: hidden;
	/* margin-top: 60px; */
}
.cm_30sec{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10;
}
.cm_30sec video{
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

.cm_box img{
	/* width: 100%; */
	/* height: auto; */
}

.cm_box img.slider_img{
	width: auto;
	/* max-height: 700px; */
	height: auto;
	max-width: 100%;
}

.cm_box img.img_text{
	width: unset;
	height: unset;
}

.cm_box .slider{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slider{
	opacity: 0;
}

.slider.is-active{
	opacity: 1;
	transition: 0.5s;
}
.cm_30sec.is-none{
	display: none;
}
.toppage header{
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
.toppage header.is-active{
	opacity: 1;
	pointer-events: all;
}

.unmute{
	position: absolute;
	width: 100px;
	height: 35px;
	right: 140px;
	top: 20px;
	/* background: #fff; */
	background-color: rgb(59 69 149 / 60%);
	border-radius: 100px;
	/* padding: 0.2em 1.5em; */
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #878ebf;
	line-height: 1;
	line-height: 1;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.unmute.is-none{
	display: none;
}

.new_bnr_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1300px;
	margin: 0 auto 20px;
	padding: 0 2%;
}
.new_bnr_list::after{
	content: "";
	width: 24%;
	display: block;
	max-width: 310px;
}
.new_bnr_list li{
	max-width: 310px;
	width: 24%;
}
.new_bnr_list li img{
	width: 100%;
	height: auto;
}
.new_bnr_list li:nth-child(n + 5){
	margin-top: 1%;
}

@media screen and (max-width:1100px){
.cm_box{
	margin-top: 60px;
}
.slider .slide-item .img_text {
    top: 30%;
}
}

@media screen and (max-width:800px){
.new_bnr_list li {
    width: 32%;
}
.new_bnr_list li:nth-child(n + 4){
	margin-top: 2%;
}
}
@media screen and (max-width:650px){
.unmute {
    width: 80px;
    height: 25px;
    right: 100px;
    top: 10px;
}
}

