﻿@charset "UTF-8";


/**
 * 無限ループスライダー
**/
/* 高さ・横幅 一括管理 */
#loopslider,#loopslider ul,#loopslider ul li,#loopslider #loopleft,#loopslider #loopright {
	height:150px;
}
#loopslider ul li {
  width: 230px;
}
@media screen and (max-width:650px){
#loopslider,#loopslider ul,#loopslider ul li,#loopslider #loopleft,#loopslider #loopright {
	height:150px;
}
#loopslider ul li {
  width: 227px;
}
}
/*   ==========   */
#loopslider {
    margin: 30px auto 0;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 #loopslider #loopleft,#loopslider #loopright {
	font-size:16px;
	color:#fff;
    width: 30px;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    background: #67bfc5;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
    display:flex;
    align-items:center;
    justify-content:center;
 }
#loopslider #loopleft {
    top: 0;
    left: 0;
}
#loopslider #loopright {
    top: 0;
    right: 0;
}
@media screen and (max-width:650px){
  #loopslider {
      margin: 30px auto 0;
      width: 100%;
      text-align: left;
      position: relative;
      overflow: hidden;
  }

}
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}


/**
 * 検索フォーム
**/
.keyword_title {
    color: #f5997f;
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #f5997f;
    max-width: 930px;
    margin: 0 auto 30px;
}
.keyword_form {
  max-width: 930px;
  margin: 0 auto;
}
.keyword {
  width: calc(100% - 70px);
  height: 70px;
  line-height: 70px;
  color: #414141;
	border-radius: 0;
  border: 2px solid #3e3a39;
	font-size: 24px;
	font-weight: bold;
  letter-spacing: -.1em;
  padding: 0 35px;
	border-right: 0;
}
.keyword2 {
    width: 80%;
    height: 50px;
    margin-right: 5px;
    line-height: 1.2;
    color: #414141;
    padding-left: 10px;
}

.keyword_bt{
	cursor:pointer;
}

.keyword_bt:hover{
	opacity:0.9;
	transition:0.3s;
}

@media screen and (max-width:650px) {
	.keyword_title {
		font-size: 18px;
		padding-bottom: 5px;
		border-bottom: 2px solid #f5997f;
		margin: 0 auto 20px;
	}
}


/**
 * コンテンツ
**/
.content-ul li {
	line-height:2em;
	margin-left:1em;
	text-indent:-1em;
}
.content-dl dt {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
.content-dl2 dt {
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
}
.background,
.background2,
.background3 {
	margin: 100px 0;
	padding: 80px 0;
	background: #fef6ee;
}
.background2 {
	color: #fff;
	background: #1f7fb2;
}
.background3 {
	background: #fef6ee;
}
.white-box {
	background:#fff;
	padding:60px 40px 90px;
	border:1px solid #d6d6d6;
}

.white-box2 {
	background:#fff;
	padding:60px 20px 40px;
	border:1px solid #d6d6d6;
}


.kodawari-btn {
	display:inline-block;
	padding:15px 30px;
	font-size:18px;
	line-height:1.1em !important;
}
.kodawari-btn2 {
	display:inline-block;
	border:1px solid #1f7fb2;
	padding:20px 60px 30px;
	font-size:18px;
	color:#1f7fb2;
	position:relative;
}
.kodawari-btn2:before {
	position:relative;
	font-size:2em;
	left:-5px;
	bottom:-5px
}

.indent {
	margin-left:1em;
	text-indent:-1em;
}


/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
	.background,
	.background2,
	.background3 {
		margin: 50px 0;
		padding: 30px 0;
	}
	.content-dl2 dt {
		font-size:18px;
	}
	.kodawari-btn {
		display:inline-block;
		padding:25px 5px;
		font-size:14px;
		line-height:1.1em;
		width:100%;
	}
	.kodawari-btn.small {
		width: auto;
		padding: 10px 20px;
	}

	.kodawari-btn2 {
		display:inline-block;
		border:1px solid #1f7fb2;
		padding:20px 5px 30px;
		font-size:18px;
		color:#1f7fb2;
		position:relative;
		width:100%;
	}
	.kodawari-btn2.fa-search:before {
		position:relative;
		font-size:2em;
		left:-5px;
		bottom:-5px
	}
	.white-box {
		background:#fff;
		padding:30px 10px 20px;
		border:1px solid #d6d6d6;
	}

}


/**
 * メインビジュアル
**/
.main-v {
  position: relative;
	height: 670px;
}
.slick-slide img {
  object-fit: cover;
	width: 100%;
	height: 100%;
}
.main-title-wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
	padding-bottom: 80px;
}
.main-title-wrapp h1 {
  font-size: 82px;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: -.05em;
}
.main-title-wrapp h1 span {
  font-size: 32px;
  letter-spacing: -.05em;
}
.main-v-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 756px;
  height: 66px;
  margin: 0 auto;
  border: 1px solid currentcolor;
  color: #fff;
  font-size: 32px;
  letter-spacing: .1em;
}
.main-v-link {
	width:60%;
	margin:20px auto 0;
}
.main-v-link  ul {
	overflow:hidden;
	margin:0 15px;
}
.main-v-link  ul li {
	width:50%;
	float:left;
	padding:15px;
}
.main-v-link  ul li a {
border: 1px solid #fff;
padding: 10px 0px;
display: block;
color: #fff;
font-weight: bold;
font-size: 18px;
}
.main-v-link  ul li a:hover {
	color:#000;
	background:#fff;
}
.more-serch-link {
	margin-top: 10px;
	display:inline-block;
	color:#fff;
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
	.main-v {
		position:relative;
	}
	.main-title-wrapp {
		top:3%;
	}
	.main-title-wrapp h1 {
		font-size:23px;
		line-height:1.4em;
		margin-top: 10px;
	}
	.main-title-wrapp h1 span {
		font-size:16px;
		color:#fff;
	}

	.more-serch-link {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}
	.main-v-link {
		width:100%;
		margin: 10px auto 0;
	}
	.main-v-link  ul {
		overflow:hidden;
		margin:0 -5px;
	}
	.main-v-link  ul li {
		width:50%;
		float:left;
		padding:5px;
	}
	.main-v-link  ul li a {
		padding:7px 5px;
		font-size:15px;
		text-align:center;
	}
	.more-serch-link {
		margin-top:20px;
		color:#fff;
	}
	.main-v-link  ul li a:hover {
		opacity:0.7;
		color:#fff;
		background:none;
	}
}



/**
 * 検索
**/
.home_search {
	text-align: center;
	display: flex;
	margin-bottom: 40px;
	position: relative;
}


/**
 * イントロ
**/
.home_intro {
	margin-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.home_intro p {
	line-height: 1.8em;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width:650px){
	.home_intro {
		margin-top: 10px;
		line-height: 1.8em;
		font-size: 14px;
		text-align: center;
		padding-bottom: 10px;
	}
	.home_intro p {
		font-size: 13px;
	}
}



/**
 * バナー
**/
.home_bnr01 {
	margin-top: 60px;
	text-align: center;
}
.home_bnr02 {
	display: flex;
	flex-wrap: wrap;
	margin: -30px 0 0 -60px;
	justify-content: center; /* 2025/10/10 */
}
.home_bnr02 p {
	width: 50%;
	padding: 30px 0 0 60px;
}
.home_bnr02 p:only-child {
	margin: 0 auto;
}
@media screen and (max-width:650px){
	.home_bnr01 {
		margin-top: 20px;
	}
	.home_bnr02 {

	}
	.home_bnr02 p {
		width: 100%;
	}
}


/**
 * タイトル
**/
.title01 {
	margin-top: 70px;
	margin-bottom: 30px;
}
@media screen and (max-width:650px){
	.title01 {
		margin-top: 30px;
	}
}






/**
 * ホームラップ
**/
.home_main_wrap01 {
	margin-top: 60px;
}
@media screen and (max-width:650px){
	.home_main_wrap01 {
		margin-top: 40px;
	}
}



/**
 * リゾートバイト.netだけのこだわり
**/
.home_kodawari_wrap01 {
	margin-top: 40px;
}
.home_kodawari_wrap01 .item {
	margin: 0 2% 0 0;
	width: 32%;
	text-align: center;
	float: left;
	display: inline;
}
.home_kodawari_wrap01 .item .link {
	margin-top:20px;
}
.home_kodawari_wrap01 .item:nth-of-type(3) {
	margin: 0 0 0 0;
}
.home_kodawari_wrap01 .item .image{
	margin: 0 auto 30px auto;
	width: 100%;
}

@media screen and (max-width:650px){
	.home_kodawari_wrap01 {
		margin-top: 30px;
	}
	.home_kodawari_wrap01 .item {
		margin: 30px 0 0 0!important;
		width: 100%;
		text-align: center;
		float: none;
		display: block;
	}
	.home_kodawari_wrap01 .item .image{
		margin: 0 auto 20px auto;
		width: 65%;
	}

}

/**
 * TOP イラスト3枚用
**/
.home_illust {
	margin-top: 0;
}

.home_illust .item:nth-of-type(3) {
	margin: 0 0 0 0;
}

@media screen and (max-width:650px){
	.home_illust .item {
		margin: 0 2% 0 0!important;
		width: 32%;
		text-align: center;
		float: left;
		display: inline;
	}
	.home_illust .item:nth-of-type(3) {
		margin: 0 0 0 0!important;
	}
	.home_illust .item .image{
		margin: 0 auto 20px auto;
		width: 100%;
	}
}

/**
 * リンクボックス
**/
.home_link_wrap01 {
	padding: 20px 0 0 0;
    width: 1000px;
    margin: 40px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
	.home_link_wrap01{
		padding: 0 0 0 0;
		width: inherit;
		margin: inherit;
		overflow: none;
		display: block;
	}
	.home_link_wrap01 .link {
		margin-bottom: 30px;
		text-align: center;
	}
}




/**
 * 注目の求人情報
**/

.home_recruit_wrap01 {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.home_recruit_wrap01 .slick-slide {
	margin: 0 10px;
}
@media screen and (max-width:650px){
	.home_recruit_wrap01 .slick-slide {
		margin: 0 2px;
	}
}


/**
 * リゾートバイトマガジン新着記事
**/
/* .home_magazine_wrap01 {
	margin-top: 70px;
} */
.home_magazine_wrap01 .list{
	margin-top: 30px;
}
@media screen and (max-width:650px){
	.home_magazine_wrap01 {
		margin-top: 30px;
	}
}


/**
 * ホームメッセージ
**/
.home_message {
    background: #f4f4f4;
    padding: 40px;
    margin: 60px auto 0;
}
.home_message .tit {

    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
	color:#555;
	line-height:1.5em;
}
.home_message .desc {
	line-height: 150%;
    color: #555;
    font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    font-weight: 500;
}



/**
 * スライダー類
**/
.slick2 .item {}
.slick2 .inner-box {padding:0 15px;}

.slick2 .relative {
	display:flex;
	align-items:center;
	overflow:hidden;
	border-radius: 15px 15px 0 0; /* 2024/08/08 角丸化 */
}
.slick2 .relative + div {
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: -0.05ex;
	padding: 5px 5px 0 !important;
	min-height: 64px;
}

.slick2 a {
	display:block;
	position:relative;
	border:1px solid #d6d8d8;
	height: 100%;
	width: 100%;
	border-radius: 15px; /* 2024/08/08 角丸化 */
}

.slick2 .tit {
	padding:8px;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
}
.slick2 a dl {
	background: #fff;
	height: auto;
	width:100%;
	padding: 20px;
	overflow:hidden;
	color: #3e3a39;
	font-weight: bold;
	/*
	border-radius: 0 0 15px 15px;  2024/08/08 角丸化 */
}
.slick2 a dl dt {
	font-size:26px;
	border-bottom: 2px solid currentcolor;
	display: inline-block;
	font-weight:bold;
	margin-bottom:25px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slick2 a dl dd {
	font-size:24px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
		line-height: 1.5;
	text-align: center;
}

/* 2024/08/09 箇条書きの体裁に変更 */
.slick2 a .text {
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding: 20px !important;
}
.slick2 a .text h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 15px;
	min-height: 72px;
}
.slick2 a .condition {
	padding: 0;
}
.slick2 a .condition div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.slick2 a .condition div:last-child {
	margin-bottom: 0;
}
.slick2 a .condition div dt {
	width: 120px;
	border: solid 1px #1f7fb2;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #1f7fb2;
	margin-bottom: 3px;
	padding: 4px 8px;
}
.slick2 a .condition div dd {
	width: calc(100% - 150px);
	font-size: 15px;
	font-weight: bold;
	padding: 5px 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-align: left!important;
}

/* お気に入りボタン 位置調整 */
.slick2 .keep_btn_wrap {
	top: 41%;
}

@media screen and (max-width:650px){
	.slick2 .inner-box {padding:0 7px;}
	.slick2 a dl {
		padding: 10px;
		text-align: center;
	}
	.slick2 a dl dt {
		margin-bottom: 7px;
		font-size: 13px;
		border-width: 1px;
		text-align: center;
	}
	.slick2 a dl dd {
		font-size:12px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
		text-align: center;
	}
	.slick2 .relative {
		display:flex;
		align-items:center;
		/* background: #fff; */
		overflow:hidden;
	}
	.slick2 .relative + div {
		font-size: 14px !important;
		line-height: 20px !important;
		letter-spacing: -0.05ex;
	}

	/* 2024/08/09 箇条書きの体裁に変更 */
	.slick2 a .text {
		padding: 10px !important;
	}

	/* 案件タイトル */
	.slick2 a .text h3 {
		text-align: left;
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 8px;
		min-height: 55px;
	}

	/* 求人詳細 テキスト 勤務条件 */
	.slick2 a .condition div {
		margin-bottom: 3px;
	}
	.slick2 a .condition div dt {
		width: 60px;
		font-size: 11px;
		padding: 2px 4px;
	}
	.slick2 a .condition div dd {
		width: calc(100% - 60px);
		font-size: 13px;
		padding: 2px 8px;
	}

}

/*20180615 追記*/
/*TOP > IEのレイアウト崩れ阻止*/
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
	.slick2 .relative.w_ie img {
        max-width: 100%;
		height: 115%;
    }
}


.slick3 {

}

.slick3 .inner-box {
	position: relative;
	padding:0 5px;
	height: 340px;
}
.slick3 .slick-slide a div {
	color:#fff;
	position:absolute;
	width:100%;
	bottom: 25px;
	left: 30px;
}
.slick3 .slick-slide a div p:nth-child(1) {
	margin-bottom: 10px;
	font-size: 2.5vw;
	font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", メイリオ, sans-serif;
	letter-spacing: -.05em;
	line-height: 1.2;
	text-shadow: 0 0 5px rgb(0, 0, 0, 0.5);
}
.slick3 .slick-slide a div p:nth-child(1) span {
	display: block;
	margin-top: 10px;
	font-size: 1.666vw;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	letter-spacing: 0;
	font-weight: normal;
}
.slick3 .slick-slide a div p:nth-child(2) {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #3e3a39;
	font-weight: bold;
	background: rgba(255, 255, 255, .7);
	width: 125px;
	height: 30px;
}
.popular_keyword {
	color: #3e3a39;
	max-width: 670px;
	margin: 0 auto 70px;
}
.popular_keyword__text {
	font-size: 28px;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -.1em;
}
.popular_keyword__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -20px 0 0 -20px;
}
.popular_keyword__item {
	width: 33.333%;
	padding: 20px 0 0 20px;
}
.popular_keyword__link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 10px 5px;
	border: 1px solid currentcolor;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	letter-spacing: -.1em;
	line-height: 1.2;
	white-space: nowrap;
}
.top-link {
	display: flex;
}
.top-link__item {
	padding: 50px 30px 40px;
	width: 50%;
	border: 15px solid #e8f2f7;
}
.top-link__item + .top-link__item {
	margin-left: 60px;
}
.top-link__item h2 {
	padding: 0 20px 10px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	border-bottom: 6px solid #1f7fb2;
	text-align: center;
	color: #000000;
	letter-spacing: -.1em;
	margin-bottom: 35px;
}
.top-link__item h2 span {
	margin-bottom: 10px;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #1f7fb2;
}
.top-link__item p {
	line-height: 2;
	font-size: 22px;
	margin-bottom: 45px;
}
.top-link__item p span {
	font-weight: bold;
}
.top-link__item .kodawari-btn {
	text-align: center;
}

@media screen and (max-width: 1500px){
	.slick3 .slick-slide a div p:nth-child(1) {
		font-size: 40px;
	}
	.slick3 .slick-slide a div p:nth-child(1) span {
		font-size: 30px;
	}
}

@media screen and (max-width: 1024px){
	.top-link {
		display: block;
	}
	.top-link__item {
		width: 100%;
	}
	.top-link__item + .top-link__item {
		margin-left: 0;
		margin-top: 50px;
	}
}

@media screen and (max-width:650px){
	.slick3 .inner-box {
		height: 170px;
	}
	.slick3 .slick-slide a div {
		bottom: 10px;
		left: 20px;
	}
	.slick3 .slick-slide a div p:nth-child(1) {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.slick3 .slick-slide a div p:nth-child(1) span {
		margin-top: 5px;
		font-size: 16px;
	}
	.slick3 .slick-slide a div p:nth-child(2) {
		font-size: 10px;
		width: 65px;
		height: 18px;
	}
.home_search {
	overflow: hidden;
	margin-bottom: 25px;
}
.home_search .keyword{
	width: calc(100% - 35px);
	height: 35px;
	margin-top: 0;
	margin-right: 0;
	border: 1px solid #3e3a39;
	border-right: 0;
	border-radius: 0;
	line-height: 35px;
	padding-left: 14px;
	box-sizing: border-box;
	float: left;
	font-size: 16px !important;
	font-weight: bold;
	letter-spacing: -.1em;
}

.home_search .keyword_bt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	float: right;
}
.popular_keyword {
	margin-bottom: 25px;
	color: #3e3a39;
}
.popular_keyword__text {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -.1em;
}
.popular_keyword__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px 0 0 -10px;
}
.popular_keyword__item {
	width: 33.333%;
	padding: 10px 0 0 10px;
}
.popular_keyword__link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 5px;
	border: 1px solid currentcolor;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	letter-spacing: -.1em;
	line-height: 1.2;
}
.top-link {
	display: block;
}
.top-link__item {
	padding: 25px 15px 20px;
	border: 7px solid #fef6ee;
}
.top-link__item h2 {
	margin-bottom: 15px;
	padding: 0 10px 5px;
	font-size: 17px;
	border-bottom: 3px solid #1f7fb2;
}
.top-link__item h2 span {
	font-size: 11px;
	margin-bottom: 5px;
}
.top-link__item p {
	font-size: 11px;
	margin-bottom: 25px;
}
}


/*　spヘッダー電話アイコン修正css　*/
@media screen and (max-width:650px) {
	.icon-phone2:before {
		content: "";
		display: inline-block;
		width: 20px;
    	height: 17px;
		background: url(../images/header_tel_sp.png) no-repeat;
		background-size: contain;
	}
}




/**
 * ホーム人気の特集ページ
**/
.home_link {
	margin-bottom: 100px;
}
.home_link .tit {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
	color:#555;
	line-height:1.5em;
}
.home_link ul {
	padding: 0 35px;
    overflow: hidden;
}
.home_link ul li {
	width: 100%;
    text-align: left;
    font-size: 15px;
    margin: 7px 0;
    display: inline-block;
    box-sizing: border-box;
		padding-left: 32px;
		text-indent: -32px;
}
.home_link ul li:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-color: #3e3a39;
    border-radius: 100%;
    margin-right: 10px;
    margin-top: -3px;
}
.home_link ul li a {
	display: inline;
    color: #3e3a39;
    text-decoration: underline;
    font-size: 26px;
		letter-spacing: .01em;
}
@media screen and (max-width:650px) {
	.home_link {
		margin-bottom: 80px;
		padding: 0 0;
	}
	.home_link ul {
		padding: 0;
	}
	.home_link ul li {
		font-size: 13px;
		margin: 3px 0;
		padding-left: 16px;
		text-indent: -16px;
	}
	.home_link ul li:before {
			width: 11px;
			height: 11px;
			border-radius: 50%;
			margin-right: 5px;
	}
	.home_link ul li a {
		font-size: 13px;
		margin-left: 0;
		display: inline;
	}
}


.feature-link-wrap {
	margin: 0 auto 70px;
}
.feature-link-wrap-search {
	margin: -20px auto 20px;
}
.feature-link-wrap a {
    display: inline-block;
    color: #f5997f!important;
    text-decoration: underline;
    font-size: 26px;
    line-height: 1.8em;
    margin: 0 auto;
}
@media screen and (max-width:650px) {
	.feature-link-wrap {
		margin: 0 auto 30px;
	}
	.feature-link-wrap-search {
		margin: -10px auto 10px;
	}
	.feature-link-wrap a {
		font-size: 13px;
	}
}

/* 2023/06/01 TOP アイコンつき検索リンク */
.feature-link-wrap-area-search {
	text-align: center;
	margin: 0 auto 25px;
}
.feature-link-wrap-area-search a {
	color: #1f7fb2;
	text-decoration: underline;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8em;
}
.feature-link-wrap-area-search a img {
	margin-right: 10px;
}
@media screen and (max-width: 650px) {
	.feature-link-wrap-area-search {
		text-align: center;
		margin: -5px auto 20px;
	}
	.feature-link-wrap-area-search a {
		font-size: 13px;
	}
	.feature-link-wrap-area-search a img {
		height: 30px;
		margin-right: 5px;
	}
}


.bnr_wrap {
	margin-top: 70px;
}
.bnr_wrap a {
    display: inline-block;
}
.bnr_wrap a img{}
@media screen and (max-width:650px) {
	.bnr_wrap {
		margin-top: 10px;
	}
}


.green{
    color: #1f7fb2!important;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 auto;
}

@media screen and (max-width:650px) {
	.green{
		color: #1f7fb2!important;
		text-decoration: underline;
		font-size: 13px;
		line-height: 1.8em;
		margin: 0 auto;
	}
}



/**
 * アコーディオンの検索
**/
.accordion_wrap {
	background: #fff;
	border: 3px solid #d6d8d8;
    border-radius: 12px;
    margin-top: 20px;
    padding: 1em 1em;
}
.accordion_wrap .acc_switch {
	color: #f5997f;
    font-size: 20px;
    font-weight: bold;
	padding-left: 2em;
    cursor: pointer;
    position: relative;
}
.accordion_wrap .acc_switch.active {
	border-bottom: none;
	border-radius: 12px 12px 0 0;
}

.accordion_wrap .acc_switch::before {
	content: "";
    display: inline-block;
	width: 30px;
    height: 30px;
	transform: translateY(-50%);
    position: absolute;
	top: 50%;
    left: 0;
}
.accordion_wrap .acc_switch.icon_1::before{
    background: url(../images/icon_1.png) no-repeat;
    background-size: contain;
}
.accordion_wrap .acc_switch.icon_2::before{
    background: url(../images/icon_2.png) no-repeat;
    background-size: contain;
}
.accordion_wrap .acc_switch.icon_3::before{
    background: url(../images/icon_3.png) no-repeat;
    background-size: contain;
}
.accordion_wrap .acc_switch.icon_4::before{
    background: url(../images/icon_4.png) no-repeat;
    background-size: contain;
}

.accordion_wrap .acc_switch::after {
	content: "";
    display: inline-block;
	transform: translateY(-50%);
    position: absolute;
}
.accordion_wrap .acc_switch::after{
    width: 30px;
    height: 30px;
    background: url(../images/icon_plus.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 1em;
}
.accordion_wrap .acc_switch.active::after{
	background: url(../images/icon_minus.png) no-repeat;
	background-size: contain;
}
.accordion_wrap .acc_content {
	padding: 1em 0.5em 0;
    border-top: 2px dotted #d6d8d8;
    margin-top: 1em;
}
@media screen and (max-width:650px) {
	#search_acc {
		margin: 35px 0;
		padding: 30px 0;
	}
	.accordion_wrap {
		border: 2px solid #d6d8d8;
		border-radius: 10px;
		margin-top: 1em;
		padding: 0.75em 0.5em;
	}
	.accordion_wrap .acc_switch {
		font-size: 16px;
	}
	.accordion_wrap .acc_switch::before {
		width: 25px;
		height: 25px;
	}
	.accordion_wrap .acc_switch::after {
		width: 23px;
		height: 23px;
		right: 0;
	}
}

.search_btn_wrap {
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
}
.search_btn_checkbox {
	width: calc((100% - 60px) / 4);
}
.search_btn_checkbox input[type="checkbox"] {
    width: 14px;
    height: 14px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin: 0 10px 0 0;
}
.search_btn_checkbox span {
	font-size: 18px;
    font-weight: normal;
}
@media screen and (max-width:650px) {
	.search_btn_wrap { gap: 1em; }
	
	.search_btn_checkbox {
		width: calc((100% - 1em) /2);
	}
	.search_btn_checkbox input[type="checkbox"] {
		width: 12px;
		height: 12px;
	}
	.search_btn_checkbox span {
		font-size: 14px;
	}

}

.accordion_btn_box {
	margin: 2em 0 0;
    text-align: center;
    position: relative;
}
.accordion_btn_box .btn2 {
	width: auto;
    margin: 0 auto;
    padding: 20px 45px 20px 90px;
    color: #fff;
    line-height: 1.0em;
    font-size: 28px;
    font-weight: normal;
    background: #ff5f43 url(../images/search_btn2_01.png) no-repeat 45px center;
    background-size: 34px auto;
    border: none;
    border-radius: 50px;
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
}

.accordion_btn_box .btn3 {
	width: auto;
    margin: 0 auto;
    padding: 20px 45px 20px 90px;
    color: #ff5f43;
    line-height: 1.0em;
    font-size: 28px;
    font-weight: normal;
    background: #fff url(../images/search_btn2_02.png) no-repeat 45px center;
    background-size: 34px auto;
    border: none;
    border-radius: 50px;
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ff5f43;
}

.accordion_btn_box .reset2 {
	margin: 0 auto;
	padding: 12px 0px;
	width: 190px;
	color: #ff5f43;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border: 1px solid #ff5f43;
	border-radius: 90px;
	-webkit-appearance: none;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 25px;
}
@media screen and (max-width:650px) {
	.accordion_btn_box {
		margin: 1.5em 0 0;
		padding: 3.5em 0 0;
	}
	.accordion_btn_box .btn2 {
		padding: 1em 2em 1em 3em;
		font-size: 18px;
		background: #ff5f43 url(../images/search_btn2_01.png) no-repeat 1.5em center;
	        background-size: 20px auto;
	}
	.accordion_btn_box .btn3 {
		padding: 1em 2em 1em 3em;
		font-size: 18px;
		background: #fff url(../images/search_btn2_01.png) no-repeat 1.5em center;
    	        background-size: 20px auto;
	}
	.accordion_btn_box .reset2 {
		padding: 0.5em 1em;
		width: auto;
		font-size: 14px;
		right: 0;
	}
}


