/* --------------------------------------------------- */


/* #header */

#header {
    height: auto;
    background: #fff;
    border-bottom: solid 1px #e1e1e1;
}


/* --------------------------------------------------- */


/* global navi & primary navi */

#gnav>li span,
#gnav>li a {
    color: #333;
    display: block;
    font-weight: 700;
}


/* primary navi */

#pnav>li span,
#pnav>li a {}

#pnav>li .btn {
    color: #fff;
}


/* spview */

@media screen and (max-width:767px) {
    #header {
        padding: 0;
    }
    /* btn color */
    #gnav>li span,
    #gnav>li a {}
    /* primary navi */
    #pnav>li span,
    #pnav>li a {}
    #pnav>li .btn {
        color: #fff;
    }
}


/* top_slider */

.top_slider {
    background-color: #eeeeee;
    padding: 50px 0;
}
.top_slider .top_slider_list {
	max-height: 566px;
/* 	height: 37vw; */
}
.top_slider .top_slider_list li {
    /*margin: 0 52px;*/
/*     margin: 0 0.3%; */
/* 	padding: 8px 8px; */
  padding:0px 40px;
    text-align: center;
    /*height: 550px;*/
    display: flex;
	position: relative;
}
.top_slider .top_slider_list li .inner_box {
  margin:auto;
}
.top_slider .top_slider_list li .top_slider_item {
    width: 100%;
    max-height: 550px;
    height: auto;
    max-width:1080px;
    padding: 0 0;
    display: block;
    margin: auto;
	background-color: #fff;
    transition: all 300ms ease;
	color: #000;
	position: relative;
}
.top_slider .top_slider_list .slick-current {
    /*height: 560px;*/
}
.top_slider .top_slider_list .slick-current .top_slider_item {
    max-height: 550px;
    height: auto;
	padding: 4px 4px;
	color: #000;
}

.top_slider .top_slider_list li .top_slider_item img {
    padding: 0 0 0;
    width: 100%;
	height: auto;
    max-height: 420px;
    object-fit: cover;
}

.top_slider .top_slider_list li .top_slider_item .title {
    font-size: 24px;
    font-weight: bold;
}

.top_slider .top_slider_list li .top_slider_item .content {
    font-size: 18px;
    text-align: left;
    /*margin-top: 15px;*/
    line-height: 32px;
	padding: 15px 15%;
	background: #fff;
}
.top_slider .slick-prev,.top_slider .slick-next {
  width:64px;
  height:64px;
  top:18vw;
}
.top_slider .slick-prev {
  left:10vw !important;
}
.top_slider .slick-next {
  right:10vw !important;
}

.top_slider .slick-dotted.slick-slider {
  margin-bottom:0px;
}
.top_slider .top_slider_list .slick-dots {
  position:relative;
  bottom:10px;
}

/* .top_slider .top_slider_list .slick-dots li {
    height: 20px;
    margin: 0;
    display: inline-block;
    padding: 8px 8px;
} */

	.top_slider .slick-dots {
	  display:flex;
	  justify-content:center;
	  align-items:center;
	  flex-wrap:wrap;
	  margin:auto;
	  padding:0px 0 30px;
	}
	.top_slider .slick-dots li,.top_slider .slick-dots li button,.top_slider .slick-dots li button:before {
	  height:6px !important;
	  padding:0 !important;
	}
	.top_slider .slick-dots li {
	  width:4rem;
	  margin:0 10px !important;
	}
  .top_slider .slick-dots li button,.top_slider .slick-dots li button:before {
	  width:100%;
	}


@media only screen and (min-width: 1201px) and (max-width: 1500px) {
	.top_slider .top_slider_list .slick-prev {
		left: 25px!important;
	}
	.top_slider .top_slider_list .slick-next {
		right: 25px!important;
	}
	.top_slider .top_slider_list li {
    padding:0px 20px;
  }
	.top_slider .top_slider_list li .top_slider_item .content {
		padding: 15px 10%;
		font-size: 1vw;
		line-height: 2vw;
	}
	
}
@media only screen and (min-width: 901px) and (max-width: 1200px) {
	.top_slider .top_slider_list li .top_slider_item,
	.top_slider .top_slider_list .slick-current .top_slider_item{
/* 		 height: 35vw; */
	}
  .top_slider .top_slider_list li .top_slider_item {
  
}
	

	.top_slider .top_slider_list li .top_slider_item .content {
		padding: 15px 6%;
		font-size: 1vw;
		line-height: 2vw;
	}
	
	.top_slider .slick-prev, .top_slider .slick-next {
    top: 19vw;
  }
	.top_slider .top_slider_list .slick-prev {
		left: 30px!important;
	}
	.top_slider .top_slider_list .slick-next {
		right: 30px!important;
	}
	
}
@media only screen and (max-width: 1200px) {
	.top_slider .top_slider_list li .top_slider_item img {
		height: 31vw;
	}
	.top_slider .top_slider_list li .inner_box {
	  width:85%;
  }
	.top_slider .slick-dots {
/* 	  bottom:-2vw; */
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
	.top_slider .top_slider_list {
		/*height: 50vh;*/
	}
	.top_slider .top_slider_list li .top_slider_item,
	.top_slider .top_slider_list .slick-current .top_slider_item {
		/* height: 46vh; */
	}
	.top_slider .top_slider_list .top_slider_item > div,
	.top_slider .top_slider_list .slick-current .top_slider_item > div {
		background: #fff;
		height: 100%;
	}
	.top_slider .top_slider_list li .top_slider_item img {
		height: auto;
	}
	.top_slider .top_slider_list li .top_slider_item .content {
		padding: 15px 3%;
		font-size: 1vw;
		line-height: 2vw;
	}
	
	.top_slider .top_slider_list .slick-prev {
		left: 10px!important;
		width: 4rem;
		height: 4rem;
	}
	.top_slider .top_slider_list .slick-next {
		right: 13px!important;
		width: 4rem;
		height: 4rem;
	}
}
@media screen and (max-width:767px) {
  .top_slider {
    height:100% !important;
    min-height:62vw;
  }
	.top_slider .top_slider_list .slick-current {
		height: inherit;
	}
	.top_slider .top_slider_list li .inner_box {
    width: 90%;
  }
  .top_slider .top_slider_list li .top_slider_item .content {
    font-size:100%;
  }
	.top_slider .top_slider_list .slick-prev,.top_slider .top_slider_list .slick-next {
	  width:3rem;
	  height:3rem;
	  top:47%;
	}
	.top_slider .top_slider_list .slick-prev {
		left: 0px!important;
		width: 3rem;
		height: 3rem;
	}
	.top_slider .top_slider_list .slick-next {
		right: 0px!important;
		width: 3rem;
		height: 3rem;
	}
	.top_slider .top_slider_list .slick-dots {
	  bottom:15px;
	}
	.top_slider .slick-dots li {
    width: 2rem;
    margin: 0 10px !important;
  }
}

@media screen and (max-width:720px) {
  .top_slider {
/*     min-height:65vw; */
  }
}


/* メインビジュアル1枚に変更 2025/08 */
/* -------------------------------------- */
#main_v {
    padding: 8em 0 3em;
    background: url("../images/main_v_back.jpg") no-repeat;
    background-size: cover;
}
#main_v .outer {
    width: 930px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
#main_v .outer::after {
    content: "";
    width: 300px;
    height: 350px;
    background: url("../images/main_v_img.png") no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -3em;
    right: 3.5em;
}
#main_v .inner { width: fit-content; }
#main_v .award {
    width: 50vw;
    max-width: 500px;
}
#main_v .catch {
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 1500px){
    
}
@media only screen and (max-width: 1200px){
    #main_v .outer {
        width: 100%;
        max-width: 1100px;
        padding: 0 2.5vw;
    }
    #main_v .outer::after {
        width: 25vw;
        height: 29vw;
        right: 10em;
    }
    #main_v .award {
        width: 70%;
        margin: 0 auto;
    }
    #main_v .catch { font-size: 26px; }
}
@media only screen and (max-width: 900px) {
    #main_v .outer::after {
        width: 30vw;
        height: 35vw;
        right: 2em;
    }
}
@media only screen and (max-width:767px) {
    #main_v {
        padding: 5.5em 0 1.5em;
    }
    #main_v .outer::after { content: none; }

    #main_v .inner { width: 100%; }
    #main_v .award {
        width: 60%;
        margin: 0 0 10px;
    }
    #main_v .catch {
        font-size: 3.5vw;
        line-height: 1.6em;
        width: 60%;
    }
}
@media only screen and (max-width:480px) {
}

#main_v a.mv_btn {
    color: #fff;
    font-size: 30px;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    background: #c9151e;
    padding: 0.5em 2.5em 0.5em 1.5em;
    margin: 0.5em auto 0;
    border-radius: 12px;
    box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.5);
    width: fit-content;
    position: relative;
    display: flex;
    align-items: flex-end;
}
#main_v a.mv_btn::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%);
}
#main_v a.mv_btn > span {
    font-size: 20px;
    line-height: 1.0em;
    padding-right: 0.25em;
}
@media only screen and (max-width: 1500px){
    
}
@media only screen and (max-width: 1200px){
    #main_v a.mv_btn {
        font-size: 30px;
        padding: 0.5em 2.0em 0.5em 1.0em;
    }
    #main_v a.mv_btn > span {
        font-size: 18px;
    }
    #main_v a.mv_btn::after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
    }
}
@media only screen and (max-width: 900px) {
    
}
@media screen and (max-width:767px) {
    #main_v a.mv_btn {
        font-size: 5.5vw;
        width: 100%;
        padding: 0.75em 2.0em 0.75em 1.0em;
        margin: 20px 0 0;
        justify-content: center;
    }
    #main_v a.mv_btn > span { 
        font-size: 3.5vw;
        padding-right: 0.5em;
    }
    
    #main_v a.mv_btn::before {
        content: "";
        width: 32vw;
        height: 38vw;
        background: url(../images/main_v_img.png) no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        top: -38vw;
        right: 0.75em;
    }
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.search_pt {
    background-color: #000;
    padding: 30px 0;
}

.search_pt .search_form {
    padding: 0 0;
    position: relative;
}
/*.search_pt .search_form::before {
    content: "";
    background-image: url(../images/t_search.png);
    width: 40px;
    height: 135px;
    position: absolute;
    left: 0;
    top: 20px;
}*/

.search_pt .search_form .title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.0em;
    margin-bottom: 10px;
}

.search_pt .search_form .title span {
    display: none;
}

.search_pt .search_form .search_input_pt {
    display: flex;
}

.search_pt .search_form .search_input {
    width: calc(100% - 60px);
    padding: 12px 15px;
    border-radius: 5px 0 0 5px;
    border: 0;
}

.search_pt .search_form .search_btn_sp {
    display: none;
}

.search_pt .search_form .search_btn {
    background-color: #c9151e;
    border: 0;
    padding: 10px 12px;
}

.search_pt .search_form .search_btn img {
    vertical-align: middle;
}

.search_pt .search_form .search_select {
    display: flex;
    justify-content: space-between;
/*    margin: 15px 50px 0 0;*/
    margin: 15px 0px 0 0;
}

.search_pt .search_form .search_select li {
    width: 32%;
    position: relative;
	-webkit-appearance: none;
}

.search_pt .search_form .search_select li select {
    width: 100%;
    padding: 12px 10px;
    border-radius: 5px;
    padding-left: 35px;
	background: #fff;
	color: #333;
	-webkit-appearance: none;
}

.search_pt .search_form .search_select .job::before {
    content: "";
    background-image: url(../images/i_job.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    left: 10px;
	z-index: 100;
}

.search_pt .search_form .search_select .area::before {
    content: "";
    background-image: url(../images/i_area.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 18px;
    height: 24px;
    top: 10px;
    left: 14px;
	z-index: 100;
}

.search_pt .search_form .search_select .kota::before {
    content: "";
    background-image: url(../images/i_kota.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    left: 12px;
	z-index: 100;
}

.excellent_pt ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.excellent_pt ul li {
	    width: 25%;
	padding: 5px;
}

.excellent_pt ul li img {
	
}
@media screen and (max-width:1500px) {
    
}
@media screen and (max-width:1200px) {
    .search_pt {
        padding: 1.75em 0;
    }
    .search_pt .search_form .title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 900px) {
    
}
@media screen and (max-width:767px) {
	.excellent_pt ul {
    	margin: 0 10px;
	}

	.excellent_pt ul li {
    	width: 33.33%;
	}

	.excellent_pt ul li img {

	}
}

.excellent_pt {
    background-color: #eeeeee;
    padding: 60px 0 80px 0;
}

.excellent_pt .lay_lqd {
    text-align: center;
}

.excellent_pt h2 {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 36px;
    position: relative;
}

.excellent_pt h2::before {
    content: "";
    background-image: url(../images/p_lt_line.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 58px;
    top: 5px;
    left: -80px;
    position: absolute;
}

.excellent_pt h2::after {
    content: "";
    background-image: url(../images/p_rt_line.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 58px;
    top: 5px;
    right: -80px;
    position: absolute;
}

.feature_pt {
    padding: 50px 0 30px;
}

.feature_pt .feature_dt {
    padding-left: 0;
    position: relative;
}

.feature_pt .feature_dt::after {
    /*content: "";
    background-image: url(../images/t_feature.png);
    width: 40px;
    height: 151px;
    position: absolute;
    left: 0;
    top: 12px;*/
}

.feature_pt .feature_dt .top_title {
    font-size: 30px;
    font-weight: bold;
}

.feature_pt .feature_dt .top_title span {
    display: none;
}

.feature_pt .feature_dt .feature_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.feature_pt .feature_dt .feature_list li {
    width: 100%;
    margin: 15px 0;
}
.feature_pt .feature_dt .feature_list li .feature_item_inner {
    display: flex;
    align-items: center;
}

.feature_pt .feature_dt .feature_list li img {
    width: 35%;
	height: 130px;
    object-fit: cover;
    margin-right: 30px;
    display: block;
}

.feature_pt .feature_dt .feature_list li .item_dt .item_title {
    font-size: 18px;
    font-weight: bold;
}

.feature_pt .feature_dt .feature_list li .item_dt .item_content {
    font-size: 14px;
}

.feature_pt .feature_dt .feature_list .list_gra_border {
    border-left: 4px solid #e9bb03;
    border-right: 4px solid #9d7f04;
    padding: 8px 4px;
    position: relative;
}
.feature_pt .feature_dt .feature_list .list_gra_border a {
	color: #000;
	
}

.feature_pt .feature_dt .feature_list .list_gra_border::before {
    content: "";
    display: block;
    height: 4px;
    width: calc(100% + 8px);
    left: -4px;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}

.feature_pt .feature_dt .feature_list .list_gra_border::after {
    content: "";
    display: block;
    height: 4px;
    width: calc(100% + 8px);
    left: -4px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}

.feature_pt .feature_dt .feature_list .list_gra_border .in_border {
    border-left: 2px solid #e9bb03;
    border-right: 2px solid #9d7f04;
    padding: 20px;
    position: relative;
	height: 100%;
}

.feature_pt .feature_dt .feature_list .list_gra_border .in_border::before {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% + 4px);
    left: -2px;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}

.feature_pt .feature_dt .feature_list .list_gra_border .in_border::after {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% + 4px);
    left: -2px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}

.feature_pt .feature_dt .feature_list .list_border {
    border: 1px solid #e7e6e6;
    box-shadow: 0px 0px 5px 1px #e7e6e6;
    padding: 26px;
	
	height: 100%;
}
.feature_pt .feature_dt .feature_list .list_border a {
	color: #000;
}

.feature_pt .btn_listview {
    /* display: none; */
    border: 1px solid #000;
    padding: 6px 30px;
    margin: 20px auto 0;
    color: #000;
    display: inline-block;
    text-align: center;
}


.order_pt {
    margin: 0 0 0;
    padding: 2em 0 5em;
    background: #ffffff;
    background: -moz-linear-gradient( #eeeeee 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background: -webkit-linear-gradient( #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient( #eeeeee 0%, #ffffff 100%);
    background: linear-gradient( #eeeeee 0%, #ffffff 100%);
}

/*.order_pt .order_top {
    display: flex;
    justify-content: space-between;
}
.order_pt .order_top li {
    width: 48%;
}*/

.rate_wrap {
    background: #fff;
    outline: 2px solid #e9bb03;
    outline-offset: -20px;
    padding: 20px;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
}
.rate_wrap + .rate_wrap { margin-top: 30px; }

.order_pt .avg_title {
    display: block;
    width: 70%;
    margin: 30px auto 0
}

.order_pt .top_title {
    font-size: 42px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 0;
}
.order_pt .top_title .cred { color: #c9151e; }

.order_pt .order_list {
    margin: 30px 50px;
    display: flex;
    justify-content: space-around;
}

.order_pt .order_list li {
    width: 30%;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.order_pt .order_list li::before {
    content: "";
    position: absolute;
    background: url(../images/p_lt_order.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 184px;
    top: 0;
    left: 0;
}

.order_pt .order_list li::after {
    content: "";
    position: absolute;
    background: url(../images/p_rt_order.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 184px;
    top: 0;
    right: 0;
}

.order_pt .order_list li .item_pt {
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.order_pt .order_list li .stitle {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}

.order_pt .order_list li .title {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0;
    width: 100%;
}

.order_pt .order_list li .btitle {
    font-size: 24px;
    line-height: 34px;
    width: 100%;
}

.order_pt .order_list li .btitle .bsize {
    font-size: 80px;
    line-height: 80px;
    font-family: 'Shippori Mincho B1', serif;
}

.order_pt .order_list li .content {
    font-size: 16px;
    margin: 20px 0 10px 0;
    text-align: left;
    width: 100%;
}

.order_pt .order_list li .scontent {
    font-size: 12px;
    text-align: left;
    width: 100%;
}

.order_pt .btn_mview {
    width: 70%;
    margin: 30px auto;
    display: block;
}


.rank_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 70px;
}
.rank_list .rank_item {
    width: 48%;
    margin-bottom: 2em;
}
.rank_list .rank_item:nth-of-type(3),
.rank_list .rank_item:nth-of-type(4) { margin-bottom: 0; }


.rate_wrap .btn_detail {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 300px;
    padding: 0.5em 0;
    margin: 0 auto 20px;
    display: block;
    background: #490011;
    background: -moz-linear-gradient( #c9151e 0%, #490011 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151e), to(#490011));
    background: -webkit-linear-gradient(#c9151e 0%, #490011 100%);
    background: -o-linear-gradient( #c9151e 0%, #490011 100%);
    background: linear-gradient(#c9151e 0%, #490011 100%);
}
.rate_wrap .btn_detail span {
    font-size: 22px;
}
.rate_wrap .btn_detail .gold {
    background: linear-gradient(180deg, #e9bb03 30%, #ffffff 50%, #e9bb03 70%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}




.arrival_pt {
    background-color: #eeeeee;
    padding: 0 0 50px;
}

.arrival_pt .arrival_dt {
    padding-left: 0;
    position: relative;
}

.arrival_pt .arrival_dt::after {
/*    content: "";
    
	background-image: url(../images/t_newarrival.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 239px;
	
    position: absolute;
    left: 0;
    top: 12px;
	
	background-image: url(../images/eng_newarrival.png);
    background-repeat: no-repeat;
    width: 52px;
    height: 243px;*/
}

.arrival_pt .top_title {
    /*color: #fff;*/
	text-shadow: 1px 1px 12px #fff;
}
.arrival_pt .top_title span {
    display: none;
}

.arrival_pt .btn_listview_sp {
    display: none;
}

.pickup_pt {
    background-color: #eeeeee;
    padding: 0 0 50px;
}

.pickup_pt .pickup_dt {
    padding-left: 0;
    position: relative;
}

.pickup_pt .pickup_dt::after {
/*    content: "";
    
	background-image: url(../images/t_pickup.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 239px;
	
    position: absolute;
    left: 0;
    top: 12px;
	
	background-image: url(../images/eng_pickup.png);
	background-repeat: no-repeat;
	width: 49px;
    height: 151px;*/
}

.pickup_pt .top_title {
	/*color: #fff;*/
	text-shadow: 1px 1px 12px #fff;
}
.pickup_pt .top_title span {
    display: none;
}

.pickup_pt .btn_listview_sp {
    display: none;
}

.kyujin_list .btn_listview {
    /* display: none; */
    border: 1px solid #000;
    padding: 6px 30px;
    margin: 20px auto 0;
    color: #000;
    display: inline-block;
    text-align: center;
}



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

.rec_title_pt h3 {
    font-size: 30px;
}

.rec_title_pt .btn_listview {
    border: 1px solid #000;
    padding: 5px 30px;
    color: #000;
}

.rec_title_pt .btn_listview_sp {
    display: none;
}

.rec_list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
	
	flex-wrap: wrap;
}

.rec_list li {
    width: 31%;
    background-color: #fff;
}

.rec_list li a {
    display: block;
    position: relative;
}

.rec_list li .tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cc0101;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
	z-index: 100;
}

.rec_list li figure {
    text-align: center;
    overflow: hidden;

    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.rec_list li figure img {
    width: 100%;
    height: auto;
  
       width: 100%;
       height: 100%;
       position: absolute;
       top: 0;
       object-fit: cover;
	left: 0;
}


.rec_list li .item_dt {
    padding: 15px 20px;
    color: #000;
}

.rec_list li .item_dt .item_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.rec_list li .item_dt .item_content {
    font-size: 16px;
    margin-top: 5px;
	

	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.knowhow_pt {
    padding: 50px 0;
}

.knowhow_pt .knowhow_dt {
    padding-left: 0;
    position: relative;
}

.knowhow_pt .knowhow_dt::after {
    /*content: "";
    background-image: url(../images/t_knowhow.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 239px;
    position: absolute;
    left: 0;
    top: 12px;*/
}

.knowhow_pt .top_title {
    font-size: 30px;
}
.knowhow_pt .top_title span {
    display: none;
}

.knowhow_pt .rec_list {
    flex-wrap: wrap;
    width: 102%;
    justify-content: flex-start;
}

.knowhow_pt .rec_list li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.knowhow_pt .rec_list li .item_dt {
    padding: 15px 0;
}

.knowhow_pt .rec_list li .item_dt .item_title {
    font-size: 16px;
    line-height: 24px;
}

.knowhow_pt .btn_listview_sp {
    display: none;
}

.knowhow_pt .btn_listview {
    /* display: none; */
    border: 1px solid #000;
    padding: 6px 30px;
    margin: 20px auto 0;
    color: #000;
    display: inline-block;
    text-align: center;
}

.casestudy_pt {
    padding: 50px 0;
    background-color: #eeeeee;
}

.casestudy_pt {
    padding: 50px 0;
    background-color: #eeeeee;
}

.casestudy_pt .casestudy_dt {
    padding-left: 0;
    position: relative;
}

.casestudy_pt .casestudy_dt::after {
    /*content: "";
    background-image: url(../images/t_casestudy.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 213px;
    position: absolute;
    left: 0;
    top: 12px;*/
}

.casestudy_pt .top_title {
    font-size: 30px;
	text-shadow: 1px 0px 12px #fff;
}
.casestudy_pt .top_title span {
    display: none;
}

.casestudy_pt .casestudy_dt .casestudy_list li {
    padding: 20px;
    background-color: #fff;
    margin-top: 30px;
}

.casestudy_pt .casestudy_dt .casestudy_list li .title_pt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.casestudy_pt .casestudy_dt .casestudy_list li .title_pt .top_title {
    font-size: 22px;
}

.casestudy_pt .casestudy_dt .casestudy_list li .title_pt .top_title span {
    font-size: 16px;
	margin-left: 0.5rem;
}

.casestudy_pt .casestudy_dt .casestudy_list li .title_pt .btn_listview {
    border: 1px solid #000;
    padding: 5px 30px;
    color: #000;
}

.casestudy_pt .casestudy_dt .casestudy_list li .title_pt .btn_listview_sp {
    display: none;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.casestudy_pt .casestudy_dt .casestudy_list li .title_pt .casestudy_img_sp {
    display: none;
}

/*
.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .casestudy_img {
    width: 250px;
    height: auto;
}
*/


.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .img_wrap {
    width: 250px;
	
}
.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .img_wrap figure {
    text-align: center;
    overflow: hidden;
	width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .img_wrap figure img {
    width: 100%;
    height: auto;
  
       width: 100%;
       height: 100%;
       position: absolute;
       top: 0;
       object-fit: cover;
	left: 0;
}


.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .item_dt {
    width: calc(50% - 149px);
    padding: 0 0 0 20px;
    font-size: 13px;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .allow_rt {
    padding: 0 0 0 20px;
    margin-top: 45px;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .allow_rt img {
    width: 28px;
    height: 128px;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .item_dt .item_title {
    font-size: 30px;
    font-weight: bold;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .item_dt dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    font-size: 13px;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .item_dt dl dt {
    background-color: #000;
    color: #fff;
    padding: 2px;
    margin-right: 15px;
    width: 80px;
    min-width: 80px;
    text-align: center;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .cblack .item_title {
    color: #000;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .cred .item_title {
    color: #cc0101;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .cblack dl dt {
    background-color: #000;
}

.casestudy_pt .casestudy_dt .casestudy_list li .item_pt .cred dl dt {
    background-color: #cc0101;
}

.casestudy_pt .casestudy_dt .casestudy_list .slick-prev {
    left: -65px;
}

.casestudy_pt .casestudy_dt .casestudy_list .slick-next {
    right: -65px;
}

.casestudy_pt .casestudy_dt .casestudy_list .slick-prev:before,
.casestudy_pt .casestudy_dt .casestudy_list .slick-next:before {
    font-size: 3rem;
    line-height: 4rem;
    width: 3rem;
    height: 3rem;
}

.casestudy_pt .btn_listview_sp {
    display: none;
}

.casestudy_pt .btn_listview_wrap {
	padding-left: 70px;
}
.casestudy_pt .btn_listview_wrap .btn_listview {
    border: 1px solid #000;
    padding: 6px 30px;
    margin: 20px auto 0;
    color: #000;
    background: rgba(255,255,255,0.3);
    display: inline-block;
    text-align: center;
    position: relative;
}



.information_pt {
    padding: 50px 0;
    min-height: 330px;
}

.information_pt .btn_listview {
    /*display: none;*/
    border: 1px solid #000;
    padding: 6px 30px;
    margin: 20px auto 0;
    color: #000;
    display: inline-block;
    text-align: center;
}

.information_pt .information_dt {
    padding-left: 0;
    position: relative;
}

.information_pt .information_dt::after {
    /*content: "";
    background-image: url(../images/t_information.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 238px;
    position: absolute;
    left: 0;
    top: 12px;*/
}

.information_pt .top_title {
    font-size: 30px;
}
.information_pt .top_title span {
    display: none;
}

.information_pt .information_dt .information_list {
    margin-top: 20px;
}

.information_pt .information_dt .information_list dl {
    display: flex;
    line-height: 26px;
    margin-bottom: 5px;
}

.information_pt .information_dt .information_list dl dt {
    width: 100px;
    margin-right: 20px;
}

.information_pt .information_dt .information_list dl dd {
    width: calc(100% - 120px);
}


/* --------------------------------------------------- */


/* new_list */


/* --------------------------------------------------- */

.new_list {
    max-width: 700px;
}

.new_list li {
    background: #fff;
    border: 1px solid #e3e3e3;
    margin: 0.3rem;
}

.new_list_image {
    text-align: center;
    overflow: hidden;
}

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

.new_list_data {
    padding: 0.5em 1em 0;
    background: #fff;
}

.new_list_data>p {
    color: #9d9d9d;
    font-size: 80%;
}

.new_list_data>p:first-child {}

.new_list_text {
    padding: 0.5em 1em 0;
}

.new_list_btn {
    padding: 0.5em 1em 1em;
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    text-align: right;
}

@media only screen and (max-width: 1500px){
    
}
@media only screen and (max-width: 1200px){
    
    .rate_wrap {
        outline-offset: -15px;
        padding: 15px;
    }
    .order_pt .avg_title {
        margin: 20px auto 0;
    }
    
}
@media only screen and (max-width: 900px) {
    
}

/* spview */
@media screen and (max-width:767px) {
    .top_slider {
        padding: 30px 0 30px;
    }
	.top_slider .top_slider_list {
/* 		height: 34vh; */
	}
    .top_slider .top_slider_list li {
		padding: 8px;
        margin: 0 20px;
        text-align: center;
        height: auto;
        display: flex;
    }
    .top_slider .top_slider_list li .top_slider_item img {
        padding: 0 0 0;
        width: 100%;
		height: auto;
		object-fit: cover;
    }
	.top_slider .top_slider_list .top_slider_item,
    .top_slider .top_slider_list .slick-current .top_slider_item {
        height: auto !important;
		/*height:340px;*/
        padding: 0 0;
		background: #fff;
    }
    .top_slider .top_slider_list li .top_slider_item {
        height: 32vh;
        padding: 0 0;
    }
    .top_slider .top_slider_list li .top_slider_item .title {
        font-size: 6vw;
        font-weight: bold;
    }
    .top_slider .top_slider_list li .top_slider_item .content {
/* 		font-size: 3vw; */
		text-align: left;
		/* margin-top: 3vw; */
		line-height: 1.6em;
		padding: 15px 4%;
    }
    .search_pt {
        padding: 15px 0;
    }
    .search_pt .search_form {
        padding: 0 15px;
    }
    .search_pt .search_form::before {
        content: "";
        background-image: none;
    }
    .search_pt .search_form .title {
        font-size: 6vw;
        width: 100%;
        margin-bottom: 10px;
    }
    .search_pt .search_form .title span {
        /*display: inline-block;
        font-size: 4.5vw;
        letter-spacing: -1px;
        padding-left: 15px;*/
    }
    .search_pt .search_form .search_input {
        width: 100%;
    }
    .search_pt .search_form .search_btn {
        display: none;
    }
    .search_pt .search_form .search_select {
        flex-wrap: wrap;
        margin: 0;
    }
    .search_pt .search_form .search_select li {
        width: 100%;
        margin-top: 10px;
        position: relative;
    }
    .search_pt .search_form .search_select li::after {
        content: "";
        background-image: url(../images/i_plus.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 5px;
        top: 15px;
    }
    .search_pt .search_form .search_btn_sp {
        background-color: #c9151e;
        border: 0;
        padding: 10px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
    .search_pt .search_form .search_btn_sp img {
        width: 30px;
        margin-right: 10px;
    }
    .search_pt .search_form .search_btn_sp span {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    .excellent_pt {
        padding: 40px 0 50px 0;
    }
    .excellent_pt h2 {
        font-size: 5.5vw;
    }
    .excellent_pt h2::before {
        content: "";
        width: 11vw;
        height: 12vw;
        top: -1vw;
        left: -12vw;
    }
    .excellent_pt h2::after {
        content: "";
        width: 11vw;
        height: 12vw;
        top: -1vw;
        right: -12vw;
    }
    .feature_pt {
        padding: 30px 15px 20px 15px;
    }
    .feature_pt .feature_dt {
        padding: 0;
    }
    .feature_pt .feature_dt::after {
        content: "";
        background-image: none;
    }
    .feature_pt .feature_dt .top_title {
        font-size: 5vw;
    }
    .feature_pt .feature_dt .top_title span {
        /*display: inline-block;
        font-size: 4vw;
        letter-spacing: -1px;
        color: #eee;
        margin-left: 15px;*/
    }
    .feature_pt .feature_dt .feature_list li {
        width: 100%;
        margin: 10px 3% 10px 0;
    }
	.feature_pt .feature_dt .feature_list li .feature_item_inner {
		flex-direction: column;
	}
    .feature_pt .feature_dt .feature_list li img {
		width: 100%;
		margin: 0 auto 10px;
		object-fit: contain;
    }
    .feature_pt .feature_dt .feature_list li .item_dt .item_title {
        font-size: 4vw;
        text-align: center;
        margin-bottom: 10px;
    }
    .feature_pt .feature_dt .feature_list li .item_dt .item_content {
        font-size: 3.5vw;
        line-height: 5vw;
    }
    .feature_pt .btn_listview {
        width: 100%;
        padding: 15px 10px;
        background: none;
    }
    
    
    .order_pt {
    }
   /* .order_pt .order_top {
        flex-wrap: wrap;
    }
    .order_pt .order_top li {
        width: 100%;
        margin-bottom: 20px;
    }*/
    
    .rate_wrap {
        outline-offset: -10px;
        padding: 10px;
        width: 94%;
        margin: 0 auto;
    }
    
    .order_pt .avg_title {
        width: 92%;
    }
    .order_pt .top_title {
        font-size: 6vw;
        text-align: center;
    }
    .order_pt .customer .top_title {
        margin: 20px auto 0;
    }
    
    .order_pt .order_list {
        margin: 20px 0;
        flex-wrap: wrap;
    }
    .order_pt .order_list li {
        width: 48%;
        margin-bottom: 4vw;
    }
    .order_pt .order_list li .item_pt {
        height: 32vw;
    }
    .order_pt .order_list li .stitle {
        font-size: 2.6vw;
        line-height: 4vw;
    }
    .order_pt .order_list li .title {
        font-size: 3.5vw;
        line-height: 4.5vw;
        margin: 1vw 0;
    }
    .order_pt .order_list li .btitle {
        font-size: 4vw;
        line-height: 5vw;
    }
    .order_pt .order_list li .btitle .bsize {
        font-size: 12vw;
        line-height: 12vw;
    }
    .order_pt .order_list li .content {
        font-size: 3vw;
        margin: 2vw 0 1vw 0;
        line-height: 5vw;
    }
    .order_pt .order_list li .scontent {
        font-size: 2vw;
    }
    .order_pt .order_list li::before {
        content: "";
        background-size: contain;
        width: 13vw;
        height: 34vw;
        top: 0;
        left: 0;
    }
    .order_pt .order_list li::after {
        content: "";
        background-size: contain;
        width: 13vw;
        height: 34vw;
        top: 0;
        right: 0;
    }
    .order_pt .btn_mview {
        width: 100%;
        margin: 0 0 30px 0;
    }
	
	.rank_list {
		flex-direction: column;
		margin: 20px 10px;
	}
	.rank_list .rank_item {
		width: 100%;
		margin-bottom: 1.0em;
	}
    .rank_list .rank_item:nth-of-type(3) { margin-bottom: 1.0em; }
	.rank_list .rank_item:last-of-type {
		margin-bottom: 0;
	}
	
	
    .arrival_pt .arrival_dt {
        padding: 0 15px;
    }
    .arrival_pt .btn_listview_sp {
        display: block;
    }
    .rec_list {
        flex-wrap: wrap;
    }
    .rec_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .arrival_pt .arrival_dt::after {
        content: "";
        background-image: none;
    }
    .rec_title_pt .top_title {
        font-size: 5vw;
		color: #333;
		text-shadow: none;
    }
    .rec_title_pt .top_title span {
        /*display: inline-block;
        font-size: 4vw;
        letter-spacing: -1px;
        margin-left: 15px;*/
    }
    .rec_title_pt .btn_listview {
        display: none;
    }
    .btn_listview_sp {
        border: 1px solid #000;
        padding: 15px 10px;
        margin-top: 20px;
        color: #000;
        display: block;
        text-align: center;
    }
    .pickup_pt .pickup_dt {
        padding: 0 15px;
    }
    .pickup_pt .pickup_dt::after {
        content: "";
        background-image: none;
    }
    .pickup_pt .top_title {
        font-size: 5vw;
    }
    .pickup_pt .top_title span {
        /*display: inline-block;
        font-size: 4vw;
        letter-spacing: -1px;
        margin-left: 15px;*/
    }
    .pickup_pt .btn_listview_sp {
        display: block;
    }
    
    
    .kyujin_list .btn_listview {
        width: 100%;
        padding: 15px 10px;
        background: none;
    }
    
    
    
    .knowhow_pt .knowhow_dt {
        padding: 0 15px;
    }
    .knowhow_pt .knowhow_dt::after {
        content: "";
        background-image: none;
    }
    .knowhow_pt .top_title {
        font-size: 5vw;
    }
    .knowhow_pt .top_title span {
        /*display: inline-block;
        font-size: 4vw;
        letter-spacing: -1px;
        color: #eee;
        margin-left: 15px;*/
    }
    .knowhow_pt .rec_list {
        width: 100%;
        justify-content: space-between;
    }
    .knowhow_pt .rec_list li {
        width: 47%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .knowhow_pt .rec_list li .item_dt .item_title {
        font-size: 3.5vw;
        line-height: 5vw;
    }
    .knowhow_pt .btn_listview_sp {
        display: block;
    }
    .knowhow_pt .btn_listview {
        width: 100%;
        padding: 15px 10px;
        background: none;
    }
    
    
    .casestudy_pt .casestudy_dt {
        padding: 0 15px;
    }
    .casestudy_pt .casestudy_dt::after {
        content: "";
        background-image: none;
    }
    .casestudy_pt .top_title {
        font-size: 5vw;
    }
    .casestudy_pt .top_title span {
        /*display: inline-block;
        font-size: 4vw;
        letter-spacing: -1px;
        color: #eee;
        margin-left: 15px;*/
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .title_pt .casestudy_img_sp {
        display: block;
        width: 30%;
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .item_pt .casestudy_img {
        display: none;
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .title_pt .btn_listview {
        /*display: none;*/
		padding: 5px 5px;
    	white-space: nowrap;
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .title_pt .btn_listview_sp {
        border: 1px solid #000;
        padding: 5px 30px;
        color: #000;
        display: block;
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .title_pt .top_title {
        font-size: 4.5vw;
        margin-left: 2vw;
        line-height: 6vw;
		display: none;
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .title_pt .top_title span {
        font-size: 3vw;
        margin-left: 0;
        margin-top: 2vw;
        color: #000;
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .item_pt {
        flex-wrap: wrap;
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .item_pt .item_dt {
        width: 100%;
        padding: 0;
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .item_pt .allow_rt {
        padding: 0;
        margin-top: 0;
        width: 100%;
        height: 60px;
        display: block;
        text-align: center;
        position: relative;
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .item_pt .allow_rt img {
        width: 20px;
        height: 80px;
        transform: rotate(90deg);
        position: absolute;
        left: calc(50% - 14px);
    }
    .casestudy_pt .casestudy_dt .casestudy_list li .item_pt .item_dt .item_title {
        font-size: 6vw;
        font-weight: bold;
    }
    .casestudy_pt .btn_listview_sp {
        display: block;
    }
    .casestudy_pt .casestudy_dt .casestudy_list .slick-prev:before,
    .casestudy_pt .casestudy_dt .casestudy_list .slick-next:before {
        font-size: 2rem;
        line-height: 8rem;
        width: 2rem;
        height: 2rem;
    }
    .casestudy_pt .casestudy_dt .casestudy_list .slick-prev {
        left: -24px;
    }
    .casestudy_pt .casestudy_dt .casestudy_list .slick-next {
        right: -24px;
    }
	
	.casestudy_pt .btn_listview_wrap {
		padding: 0 15px;
	}
	.casestudy_pt .btn_listview_wrap .btn_listview {
		width: 100%;
		padding: 15px 10px;
		background: none;
	}
	
	
    .information_pt .information_dt {
        padding: 0 15px;
    }
    .information_pt .information_dt::after {
        content: "";
        background-image: none;
    }
    .information_pt .top_title {
        font-size: 5vw;
    }
    .information_pt .top_title span {
        /*display: inline-block;
        font-size: 4vw;
        letter-spacing: -1px;
        color: #eee;
        margin-left: 15px;*/
    }
    .information_pt .information_dt .information_list dl {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .information_pt .information_dt .information_list dl dt {
        width: 100%;
        margin-right: 0;
        font-weight: bold;
        font-size: 3.5vw;
        line-height: 6vw;
    }
    .information_pt .information_dt .information_list dl dd {
        width: 100%;
        font-size: 3.5vw;
        line-height: 6vw;
    }
    .information_pt .btn_listview_sp {
        display: block;
    }
    .information_pt .btn_listview {
        width: 100%;
        padding: 15px 10px;
        background: none;
    }
}


@media only screen and (min-width: 561px) and (max-width: 767px) {
	.top_slider {
/* 		height: 58vh; */
	}
	.top_slider .top_slider_list .slick-current .top_slider_item {
/* 		height: 48vh; */
	}
	.top_slider .top_slider_list li .top_slider_item .content {
		font-size: 100%;
		line-height: 1.6em;
		padding: 15px 2%;
	}
}



/* category_list 1&2 */

/* --------------------------------------------------- */

/* clearfix */

.category_list1:before,
.category_list2:before,
.category_list1:after,
.category_list2:after {
    content: " ";
    display: table;
}

.category_list1:after,
.category_list2:after {
    clear: both;
}


/* links */

.category_list1 a,
.category_list2 a {
    text-decoration: none;
    color: #cc0101;
}


/* inner box */

.category_list_notes,
.category_list_cate {
    display: table-cell;
    vertical-align: middle;
    padding: 0.25em 0.75em 0.25em 1.25em;
}

.category_list_cate {
    border-right: solid 1px #cdcdcd;
    width: 125px;
    padding: 0.25em;
}

.category_list_cate i {
    vertical-align: middle;
    margin-right: 0.5em;
}

.category_list_keyword {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.1;
}

.category_list_suffix {
    display: block;
    font-size: 75%;
    font-weight: lighter;
    margin-top: 0.5em;
}

.category_list_notes {
    font-size: 12px;
    color: #000;
    /*background-color:#E0FBFE;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


/* category_list1 */


/* --------------------------------------------------- */

.category_list1 {
    margin: 0 -0.5em;
}

.category_list1 li {
    width: 50%;
    padding: 0 0.25em 0.5em;
    float: left;
}

.category_list1 a {
    height: 78px;
    padding: 0.75em;
    display: table;
    border-collapse: separate;
    border-spacing: 0em;
    width: 100%;
    border: solid 2px #cc0101;
    border-radius: 4px;
    background: #fff;
}

.category_list1 a:hover {
    background: #FAEEE1;
}


/* spview */

@media screen and (max-width:767px) {
    .category_list1 li {
        width: auto;
        float: none;
    }
}


/* category_list2 */


/* --------------------------------------------------- */

.category_list2 {
    margin: 0 -0.5em;
}

.category_list2 li {
    width: 33.33333333333333333333333%;
    padding: 0 0.5em 0.5em;
    float: left;
}

.category_list2 a {
    height: 40px;
    line-height: 1.4;
    display: block;
    padding: 0 0.5em 0 0;
    background: #fff;
    border: solid 1px #F53148;
    color: #F53148;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.category_list2 a:hover {}

.category_list2 a:before {
    height: 38px;
    margin-right: 0.5em;
    background: #f5596c;
    color: #fff;
    display: inline-block;
    padding: 0.5em;
    box-sizing: border-box;
    font-family: 'icomoon' !important;
    content: "\e99f";
}

#kodawari .category_list2 a {
    border: solid 1px #fcdf32;
    color: #333;
}

#kodawari .category_list2 a:before {
    background: #fcdf32;
}

#syoku .category_list2 a {
    border: solid 1px #2f6aab;
    color: #333;
}

#syoku .category_list2 a:before {
    background: #2f6aab;
}


/* spview */

@media screen and (max-width:767px) {
    .category_list2 li {
        width: auto;
        float: none;
    }
    #kodawari .search_select {
        padding: 0 12px;
    }
    #kodawari .search_select_list {
        margin-bottom: 15px;
    }
}


/* information */


/* --------------------------------------------------- */

#information {
    padding: 30px 0;
}

.information_list {}

.information_list li {
    padding: 10px 15px;
    margin: 0 0 10px;
    background: #fff;
}

.information_list .date {
    color: #9d9d9d;
    display: block;
}

.information_list a {
    display: block;
}


/* spview */

@media screen and (max-width:767px) {
    #information {
        padding: 20px 15px
    }
    .information_list li {}
}


/* bnr_media */


/* --------------------------------------------------- */

.bnr_media {
    text-align: center;
}

.bnr_media ul {}

.bnr_media ul li {
    margin: 1em 0.5em;
    display: inline-block;
    text-align: center;
}


/* spview */

@media screen and (max-width:767px) {
    .bnr_media ul {
        letter-spacing: -0.5ex;
        margin: 0 0 0.5em;
    }
    .bnr_media ul li {
        padding: 0 0.5em 0.5em;
        margin: 0;
        width: 33%;
        letter-spacing: normal;
    }
    .bnr_media ul li img {
        width: 100%;
        height: auto;
        max-width: 160px;
    }
}


/* #top_value */


/* --------------------------------------------------- */

#top_value {}

#top_value .image {}

#top_value .image img {}


/* spview */

@media screen and (max-width:767px) {
    #top_value .image img {
        width: 100%;
        height: auto;
        max-width: 200px;
    }
}


/* #top_regist */


/* --------------------------------------------------- */

#top_regist {}

#top_regist .image {}

#top_regist .image img {}


/* spview */

@media screen and (max-width:767px) {
    #top_regist .image img {
        width: 100%;
        height: auto;
        max-width: 200px;
    }
}

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

.pickup_list li {
    width: 30%;
    padding: 1rem;
    background: #fff;
}

.pickup_list li img {
    width: 100%;
}

.pickup_list li a {
    width: 100%;
}



/* コンテンツ背景画像 */
.relative { position: relative; }
.back-image-mv {
	width: 100%;
    height: 100%;
    background-image: url(../images/back-image-mv.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.kyujin_list { padding: 3em 0; }
.back-image01 {
	width: 100%;
    height: 100%;
	background-image: url("../images/back-image01.jpg");
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    filter: blur(15px);
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.back-image02 {
	width: 100%;
    height: 100%;
	background-image: url("../images/back-image02.jpg");
	background-repeat: no-repeat;
    background-position: center bottom 25%;
    background-size: cover;
    filter: blur(15px);
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}




/* .vip求人用ボーダー */
/* --------------------------------------------------- */
.vip_border {
	height: 550px!important;
	border-left: 4px solid #e9bb03;
    border-right: 4px solid #9d7f04;
	height: 100%!important;
    padding: 8px 4px!important;
    position: relative;
}
.vip_border::before {
    content: "";
    display: block;
    height: 4px;
    width: calc(100% + 8px);
    left: -4px;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}
.vip_border::after {
    content: "";
    display: block;
    height: 4px;
    width: calc(100% + 8px);
    left: -4px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}

.vip_border .vip_in_border {
	height: 550px;
	border-left: 2px solid #e9bb03;
    border-right: 2px solid #9d7f04;
    padding: 0 0!important;
    position: relative;
    height: 100%;
}
.vip_border .vip_in_border::before {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% + 4px);
    left: -2px;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}
.vip_border .vip_in_border::after {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% + 4px);
    left: -2px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}

/* spview */
@media screen and (max-width:767px) {
	
	.top_slider .top_slider_list li.vip_border {
		padding: 8px 4px;
	}
	.top_slider .top_slider_list li .top_slider_item {
		height: 32vh;
	}
}






