/*
Theme Name: 1089-69_2018_2
Theme URI: https://04510-89.com
Description: 岐阜県の製造業界の求人が常時1,000件以上！非公開求人・独占求人を含む岐阜県トップクラスの求人数!!製造業に精通した岐阜製造求人センターのコンサルタントが就職、転職、お仕事探しをサポートします。
Author: ONESTEP 2018/08/08
*/

@charset "utf-8";

@media print, screen and (min-width:768px){

/*------------------------------------------------------------
　　common
------------------------------------------------------------*/
.relative {  position: relative !important; }

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { margin-left:auto; margin-right:auto; }

.text-align-center {  text-align: center !important; }
.text-align-right  {  text-align: right !important; }
.text-align-left   {  text-align: left !important; }


.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

.l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
.l-bottom-xsmall-p  {  padding-bottom: 10px !important; }
.l-bottom-small-p   {  padding-bottom: 15px !important; }
.l-bottom-p         {  padding-bottom: 20px !important; }
.l-bottom-large-p   {  padding-bottom: 30px !important; }
.l-bottom-xlarge-p  {  padding-bottom: 50px !important; }
.l-bottom-xxlarge-p {  padding-bottom: 80px !important; }

.l-top-xxsmall-p {  padding-top: 5px  !important; }
.l-top-xsmall-p  {  padding-top: 10px !important; }
.l-top-small-p   {  padding-top: 15px !important; }
.l-top-p         {  padding-top: 20px !important; }
.l-top-large-p   {  padding-top: 30px !important; }
.l-top-xlarge-p  {  padding-top: 50px !important; }
.l-top-xxlarge-p {  padding-top: 80px !important; }
/*------------------------------------------------------------
　　基本設定
------------------------------------------------------------*/
body {
	color: #333;
    font-family: 'Noto Sans JP', serif;
	font-weight: 400;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	font-weight: 500;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12px;
}

h2 {
}

h3 {
	font-size: 21px;
	margin: 50px 0 30px 0;
	padding-bottom: 10px;
}

h4 {
}

h5 {
}

img {
	border: 0;
}

p,ul,li,dl,dt,dd,th,td {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

ol,ul,li {
	list-style: none;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

::selection {
	background: #eef0f5;
}

::-moz-selection {
	background: #eef0f5;
}

/*------------------------------------------------------------
　　ScrollTrigger
------------------------------------------------------------*/
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

/*------------------------------------------------------------
　　リンク
------------------------------------------------------------*/
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

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

/* fade */
.hvr-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

/* Icon Forward */
.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.hvr-icon-forward:before {
	font-size: 28px;
    content: "\e315";
	font-family: "Material Icons";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

/* Icon Back */
.hvr-icon-back {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-left: 1em;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.hvr-icon-back:before {
	font-size: 28px;
	content: "\e314";
	position: absolute;
	left: 0.7em;
	padding: 0 1px;
	font-family: "Material Icons";
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* マウスオン画像拡大 */
.zoom_img img {
	width: 100%;
	display: block;
	transition-duration: 0.3s;
}

.zoom_img img:hover {
	transform: scale(1.2);
	transition-duration: 0.3s;
}

/*------------------------------------------------------------
　　レイアウト
------------------------------------------------------------*/
.container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.clearfix:after {
	content: "";
	clear: both;
    display: block;
}

i {
	padding: 0 5px;
}

.btn {
	color: #fff !important;
	display: block;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
}

.btn_pageback {
	width: 230px;
	height: 50px;
	line-height: 47px;
	font-size: 14px;
	text-align: center;
	border: solid 1px #333;
	border-radius: 25px;
	margin: 30px auto 0 auto;
	display: block;
}

.btn_pageback:hover {
	background-color: #eef0f5;
}

h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 500;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
	padding: 70px 0;
}

h2 span {
	font-size: 18px;
	display: block;
	margin-bottom: 25px;
}

.title_border{
	position: relative;
	overflow: hidden;
}

.title_border::before,
.title_border::after{
	content: "";
	position: absolute;
	bottom: 0;
}

.title_border:before{
	border-bottom: 3px solid #022858;
	width: 100%;
}

.title_border:after{
	border-bottom: 3px solid #e3e7ef;
	width: 100%;
	margin-left: 20px;
}

.title_border i {
	vertical-align: bottom;
}

/* パンくず */
.pan {
	background: #022858;
	margin-bottom: 50px;
	padding: 5px 0;
}

.pan ul {
	width: 1000px;
	margin: 0 auto;
}

.pan li {
	float: left;
	color: #fff;
	font-size: 12px;
	display: block;
}

.pan li a {
	color: #fff;
}

.pan li a:hover {
	text-decoration: underline;
}

.pan li:before {
	float: left;
    content: "\e5cc";
	font-family: "Material Icons";
	font-size: 16px;
	margin: 0 15px;
}

.pan li:first-child:before {
	display: none;
}

/*------------------------------------------------------------
　　タイトル背景
------------------------------------------------------------*/
.bg_service {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/service/title_bg.jpg) no-repeat fixed center top;
}

.bg_interview {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/interview/title_bg.jpg) no-repeat fixed center top;
}

.bg_question {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/question/title_bg.jpg) no-repeat fixed center top;
}

.bg_flow {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/flow/title_bg.jpg) no-repeat fixed center top;
}

.bg_entry {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/entry/title_bg.jpg) no-repeat fixed center top;
}

.bg_contact {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/contact/title_bg.jpg) no-repeat fixed center top;
}

/*------------------------------------------------------------
　　ヘッダー
------------------------------------------------------------*/
.header_top {
	width: 100%;
	display: flex;
	align-items: center;
	background: #eef0f5;
	padding-left: 30px;
}

.header_top > .glonav li {
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	padding: 0 15px;
}

.header_top > .glonav li i {
	font-size: 18px;
	vertical-align: text-bottom;
}

.header_top > .glonav li a {
	color: #fff;
	font-weight: 500;
	display: block;
}

.header_top > .glonav li a:hover {
	opacity: 0.9;
}

.header_top > .glonav li:first-child {
	color: #022858;
	font-size: 21px;
	font-weight: 600;
}

.header_top > .glonav li:first-child a {
	color: #ffad05;
	font-size: 21px;
	font-weight: 600;
}

.header_top > .glonav li:first-child i {
	font-size: 23px;
	vertical-align: middle;
}

.header_top > .glonav li:first-child span {
	color: #999;
	font-size: 12px;
	font-weight: 500;
	margin-left: 10px;
}

.header_top > .glonav li:nth-child(2) {
	background: #ffad05;
}

.header_top > .glonav li:last-child {
	background: #333;
}

.header_bottom {
	display: flex;
	align-items: center;
	padding-left: 30px;
}

/*
.header_bottom p {
	font-size: 28px;
	font-weight: 600;
	line-height: 88px;
}

.header_bottom p a {
	color: #022858 !important;
}
*/

.header_logo {
width: 250px;
padding: 0.5em;
}

.glonav {
	margin-left: auto;
}

.glonav ul {
	display: flex !important;
	flex-wrap: wrap;
	padding: 0;
}

.header_bottom > .glonav li {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	border-left: solid 1px #ccc;
}

.header_bottom > .glonav li span {
	display: block;
}

.header_bottom > .glonav li span i {
	font-size: 24px;
}

.header_bottom > .glonav li a {
	display: block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 15px;
}

.header_bottom > .glonav li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #022858;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.header_bottom > .glonav li a:hover,
.header_bottom > .glonav li a:focus,
.header_bottom > .glonav li a:active {
	color: white;
}

.glonav li a:hover:before,
.glonav li a:focus:before,
.glonav li a:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#menu .btn{
	display:none;
}

@media screen and (max-width: 1255px) {
	.header_top {
		display: block;
	}
	
	h1 {
		text-align: center;
	}
	
	.header_top > .glonav ul {
		display: flex;
		justify-content: center;
	}
	
	.header_bottom {
		display: block;
		padding-left: 0;
	}
	
	.header_bottom > .glonav li {
		width: 20%;
	}
}

/*------------------------------------------------------------
　　スライダー
------------------------------------------------------------*/
.slick-arrow {
	z-index: 99;
}

.slide .slick-slide:focus {
	outline:none;
}

.slide {
	overflow: hidden;
}

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

.slide_inner img {
	width: 1000px;
}

.slide .slick-list {
	overflow: visible !important;
}

.slide .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}

.slide .slick-now {
	opacity: 1;
}

.slick-prev,
.slick-next {
    top: 45% !important;
}

.slick-prev:before,
.slick-next:before {
	font-family: "Material Icons" !important;
	font-size: 80px !important;
	opacity: 1 !important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #022858 !important;
}

.slick-prev {
	left: -75px !important;
}

.slick-prev:before {
    content: "\e314" !important;
}
/*
[dir='rtl'] .slick-prev:before
{
    content: "keyboard_arrow_right" !important;
}
*/
.slick-next {
    right: -15px !important;
}
/*
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
*/
.slick-next:before {
    content: "\e315" !important;
}
/*
[dir='rtl'] .slick-next:before
{
    content: "keyboard_arrow_left" !important;
}
*/

.slick-dots li button:before {
    font-family: "Material Icons" !important;
    font-size: 14px !important;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: '\e3fa' !important;
    opacity: 1 !important;
    color: #ccc !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover:before {
    color: #022858 !important;
    opacity: 0.75 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #022858 !important;
}

/*------------------------------------------------------------
　　検索
------------------------------------------------------------*/
#search {
	padding-top: 50px;
}

.search_title {
	color: #022858;
	line-height: 1.4;
	text-align: center;
	text-shadow: none;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0;
}

.search_title:before,
.search_title:after{
	content:'';
	width: 8px;
	height: 60px;
	display: inline-block;
}

.search_title:before {
	border-top: solid 2px #022858;
	border-left: solid 2px #022858;
	border-bottom: solid 2px #022858;
	margin-right: 20px;
}

.search_title:after {
	content: '';
	border-top: solid 2px #022858;
	border-right: solid 2px #022858;
	border-bottom: solid 2px #022858;
	margin-left: 25px;
}

/*
.search_content h3 {
	font-size: 21px;
	margin: 50px 0 20px 0;
	padding-bottom: 10px;
}
*/

/* radio・checkbox共通 */
input[type="checkbox"],
input[type="radio"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.label_list label {
	position: relative;
	display: block;
	word-break: break-all;
}

.label_list label input[type="checkbox"] + span,
.label_list label input[type="radio"] + span {
	position: relative;
	margin-bottom: 15px;
	padding-left: 35px;
}

label {
	cursor: pointer;
}

/* radio */
.radio .label_list:nth-of-type(1) label input[type="radio"] + span::before {
	border-color: #ccc;
}

.radio label span {
	display: inline-block;
}

.radio label input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.radio label input[type="radio"] + span::before {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	border-radius: 25px;
}

.radio label input[type="radio"] + span::before {
	width: 25px;
	height: 25px;
	z-index: 0;
	top: 0;
	left: 0;
	background-color: transparent;
	border: solid 2px #ccc;
}

.radio label input[type="radio"] + span::before {
	border-width: 8px;
	background: #fff;
	border-color: #ccc !important;
}

.radio label input[type="radio"]:checked + span::before {
	border-width: 8px;
	border-color: #ffad05 !important;
}

/* checkbox */
.checkbox .label_list:nth-of-type(1) label input[type="checkbox"] + span::before {
	border-color: #ccc;
}

.checkbox .label_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
	border-color: #ffad05;
}

.checkbox label span {
	display: inline-block;
}

.checkbox label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.checkbox label input[type="checkbox"] + span::before, .checkbox label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}

.checkbox label input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 25px;
	height: 25px;
	border: 3px #ccc solid;
	border-radius: 5px;
}

.checkbox label input[type="checkbox"] + span::after {
	z-index: 1;
	margin: 2px 8px;
	width: 10px;
	height: 15px;
}

.checkbox label input[type="checkbox"] + span::after {
	border: 4px solid #ccc;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		    transform: rotate(45deg);
}

.checkbox label input[type="checkbox"]:checked + span::after {
	border: 4px solid #ffad05;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		    transform: rotate(45deg);
}

/* 勤務地を選ぶ */
.search_area li {
	float: left;
	width: 20%;
}

/* 職種を選ぶ */
#jobtype {
	position: relative;
}

#jobtype li {
	float: left;
	width: 200px;
}

/* 詳細吹き出し */
.detail {
	width: 225px;
	position: absolute;
	line-height: 1.6em;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	background: #999;
	margin-top: -5px;
	padding: 10px;
	display: none;
	z-index: 999;
}

.detail:after {
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #999;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}

/* 雇用形態を選ぶ */
.employment {
	display: flex;
	justify-content: space-between;
}

/* この条件で検索する */
.btn_search {
	width: 400px;
	height: 75px;
	line-height: 75px;
	color: #fff !important;
    font-family: 'Noto Sans JP', serif;
	font-size: 21px;
	border: none;
	border-radius: 40px;
	background: #ffad05;
	margin: 50px auto 0 auto;
	display: table;
	cursor: pointer;
	outline: 0;
}

.btn_search:hover {
	opacity: 0.9;
}

/* キーワード検索 */
.t_keyword {
	float: left;
	width: 450px;
}

#keyword_search {
	position: relative;
	padding: 38px;
}

#keyword_box {
	height: 50px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 450px !important;
	font-size: 16px;
	font-weight: 200 !important;
    font-family: 'Noto Sans JP', serif;
	border: solid 2px #ccc;
	border-radius: 10px;
	background: #f4f4f4 !important;
	outline: 0;
}

#keyword_search_btn {
	height: 50px;
	position: absolute;
	left: 400px !important;
	top: 0;
	color: #fff;
	font-size: 20px;
	border: none;
	border-radius: 0 10px 10px 0;
	background: #ffad05;
	outline: 0;
	cursor: pointer;
}

#keyword_search_btn:hover {
	color: #fff;
	opacity: 0.9;
}

.t_favorite {
	float: right;
	width: 450px;
}

.t_favorite div.wpfp-span {
	width: 450px;
}

.t_favorite i {
	vertical-align: middle;
}

.t_favorite a {
	text-align: left !important;
	line-height: 1.5em !important;
}

/*------------------------------------------------------------
　　ピックアップ
------------------------------------------------------------*/
.pickup_bg {
	background: #eef0f5;
	margin-top: 150px;
	padding: 70px 0 60px 0;
}

.pickup {
	width: 960px;
	margin: 50px auto 0 auto;;
}


.pickup_contents {
	width: 300px;
	height: 380px;
	border: solid 1px #ccc;
	border-radius: 10px;
	background: #fff;
	margin: 0 10px 10px 10px;
	padding: 20px;
	position: relative;
}

.pickup_head {
}

.pickup_head li {
	font-size: 12px;
	line-height: 1.8em;
	padding: 0 5px;
}

.pickup_head li:first-child {
	color: #ee3239;
	border: solid 2px #ee3239;
	/*color: #fff;
	background: #ee3239;*/
	margin-right: 8px;
}

/*
.pickup_head li:nth-child(2) {
	color: #fff;
	background: #022858;
}
*/

.pickup_head li:last-child {
	margin-left: auto;
	padding: 0;
}

.pickup_contents > h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.pickup_photo {
}

.pickup_text {
	font-size: 12px;
}

.pickup_photo img {
	width: 260px;
	height: 140px;
	object-fit: cover; 
}

.pickup_company {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pickup_contents_job {
	height: 130px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
}

.pickup_btn {
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	background: #ffad05;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	outline: 0;
}

.pickup_btn:hover,
.pickup_btn:focus,
.pickup_btn:active {
	opacity: 0.9;
}

.pickup_contents > .hvr-icon-forward:before {
	font-size: 18px;
}

.pickup_bg .slick-prev:before,
.pickup_bg .slick-next:before {
	font-size: 36px !important;
}

.pickup_bg .slick-prev:before,
.pickup_bg .slick-prev:before,
.pickup_bg .slick-next:before,
.pickup_bg .slick-next:before {
    color: #333 !important;
}

.pickup_bg  .slick-prev:hover:before,
.pickup_bg  .slick-prev:focus:before,
.pickup_bg  .slick-next:hover:before,
.pickup_bg  .slick-next:focus:before {
    color: #022858 !important;
}

.pickup_bg  .slick-prev {
	left: -25px !important;
}

.pickup_bg  .slick-next {
    right: -10px !important;
}

/*------------------------------------------------------------
　　検索結果
------------------------------------------------------------*/
.result_contents {
	background: #eef0f5;
	margin-top: -50px;
	padding: 30px;
}

.result_contents table {
	width: 100%;
}

.result_contents td {
	width: 50%;
}

.result_text {
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}

#count {
	color: #ee3239;
	font-size: 48px;
	font-weight: 600;
	text-align: right;
}

.item_number {
	font-size: 28px;
	padding: 5px 0 0 10px;
}

/* 検索結果リスト */
.result_list > li {
	border-top: solid 12px #022858;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-radius: 10px;
	margin-top: 30px;
	padding: 25px;
}

.result_list li label {
	font-size: 24px;
	font-weight: 600;
	display: block;
	position: relative;
	word-break: break-all;
}

.result_list li label input[type="checkbox"] + span {
	color: #022858;
	position: relative;
	margin-bottom: 15px;
	padding-left: 55px;
}

/* checkbox */
.result .result_list:nth-of-type(1) label input[type="checkbox"] + span::before {
	border-color: #ccc;
}

.result .result_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
	border-color: #ffad05;
}

.result label span {
	display: inline-block;
}

.result label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.result label input[type="checkbox"] + span::before,
.result label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}

.result label input[type="checkbox"] + span::before {
	width: 40px;
	height: 40px;
	border: 4px #616161 solid;
	border-radius: 8px;
	background-color: transparent;
	z-index: 0;
}

.result label input[type="checkbox"] + span::after {
	width: 15px;
	height: 25px;
	margin: 3px 13px;
	z-index: 1;
}

.result label input[type="checkbox"]:checked + span::after {
	border: 6px solid #ffad05;
	border-width: 0 6px 6px 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		    transform: rotate(45deg);
}

.result_list li span {
	line-height: 40px;
}

.result label input[type="checkbox"] + span::after {
	border: 6px solid #ccc;
	border-width: 0 6px 6px 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		    transform: rotate(45deg);
}

/* まとめてエントリーボタン */
.entry_btn {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 999;
}

.entry_btn:hover {
	opacity: 0.9;
}

.number_name li {
	float: left;
	font-size: 18px;
	line-height: 1.2em;
	padding: 0 15px;
}

.number_name li:first-child {
	font-weight: 500;
	padding: 0 10px 0 0;
}

.number_name li:nth-child(2) {
	font-weight: 500;
	border-right: solid 1px #333;
	padding-left: 0;
}

.job_tag {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #eef0f5;
	margin: 20px 0;
	padding: 5px 15px 12px 15px;
}

.job_tag li {
	float: left;
	color: #333;
	font-size: 11px;
	border: solid 1px #ccc;
	background: #fff;
	margin: 7px 7px 0 0;
	padding: 0 10px;
}

/*
.job_tag li:first-child {
	color: #fff;
	border: solid 1px #022858;
	background: #022858;
}
*/

.result_list_content_img {
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
}

.result_list_content_img img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}

.result_list_content {
	float: right;
	width: 620px;
}

.result_list_content dl {
	border-bottom: 1px dashed #ccc;
}

.result_list_content dt,
.result_list_content dd {
	padding: 15px 10px 0 10px;
	border-top: 1px dashed #ccc;
}

.result_list_content dt {
	width: 60px;
	float: left;
	color: #999;
}

.result_list_content dt i {
	font-size: 21px;
}

.result_list_content dd {
	line-height: 1.6em;
	font-size: 14px;
	background: #fff;
	margin-left: 60px;
	padding-bottom: 14px;
}

.result_list_content dd:after {
	content: '';
	display: block;
	clear: both;
}

.result_list_job {
	height: 85px;
	margin-bottom: 8px;
	overflow: hidden;
}

.result_list_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result_btn_area {
	width: 970px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.result_btn_area a {
	width: 300px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 25px;
/*	display: block;	*/
	position: relative;
}

.btn_favorite {
	width: 300px;
	height: 50px;
	line-height: 50px;
	color: #022858 !important;
	border: solid 1px #022858;
	text-align: center;
	border-radius: 25px;
	display: block;
	position: relative;
}

.btn_favorite:before {
	color: #022858;
	font-size: 24px;
    content: "\e8d0";
	font-family: "Material Icons";
	position: absolute;
	top: 0px;
	left: 50px;
}

.btn_favorite:hover {
	background-color: #eef0f5;
}

.btn_favorite.active {
	color: #ccc !important;
}

.btn_favorite.active:before {
	color: #ffad05;
}

.btn_favorite > span:last-of-type,
.btn_favorite.active > span:first-of-type {
	display: none;
}

.btn_favorite.active > span:last-of-type {
	display: inline;
}

.result_btn_detail {
	background: #022858;
}

.result_btn_detail:hover,
.result_btn_detail:focus,
.result_btn_detail:active {
	opacity: 0.9;
}

.btn_entry {
	background: #ffad05;
}

.btn_entry:hover,
.btn_entry:focus,
.btn_entry:active {
	opacity: 0.9;
}

/* ページネーション */
.pager {
	margin-top: 30px;
    overflow: hidden;
}
 
.pager ul {
    float: left;
    position: relative;
    left: 50%;
}
 
.pager ul li {
    float: left;
    margin: 5px;
    position: relative;
    left: -50%;
}
 
.pager ul li span,
.pager ul li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
    display: block;
	color: #022858;
	text-align: center;
    font-size: 16px;
	border: solid 1px #022858;
    border-radius: 5px;
}
 
.pager ul li span {
	color: #fff;
	background: #022858;
}
 
.pager ul li a:hover {
    background: #eef0f5;
}

.pager i {
	margin-top: 14px;
}

/*------------------------------------------------------------
　　求人情報
------------------------------------------------------------*/
.btn_favorite_area {
	display: flex;
	justify-content: flex-end;
}

.btn_favorite_area a {
	text-align: center;
}

.job_info > h3 {
	font-size: 32px;
	line-height: 1.8em;
	border-bottom: solid 1px #000;
	margin: 30px 0 20px 0;
	padding-bottom: 15px;
}

.job_catch {
	color: #022858;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 30px 0;
}

.job_info_img {
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin: 0 36px 20px 0;
}

.job_info_img img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}

.job_info > .job_tag {
	margin: 30px 0 0 0;
}

.job_info > h4 {
	font-size: 21px;
	margin: 50px 0 20px 0;
	padding-bottom: 10px;
}

.job_info dl {
	border-bottom: 1px solid #ccc;
	background: #eef0f5;
}

.job_info dt,
.job_info dd {
	line-height: 1.6em;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #ccc;
}

.job_info dt {
	width: 180px;
	float: left;
	font-weight: 500;
}

.job_info dd {
	background: #fff;
	margin-left: 180px;
	padding-bottom: 20px;
	position: relative;
}

.job_info dd:after {
	content: '';
	display: block;
	clear: both;
}

.job_info dd a {
	color: #1c55d7;
	text-decoration: underline;
}

.job_info_phone span {
	float: left;
	color: #022858;
	font-size: 21px;
	font-weight: 500;
	padding-left: 30px;
}

.job_info_phone p {
	font-size: 14px;
}

.job_info_phone:before {
	color: #022858;
	font-size: 24px;
    content: "\e0b0";
	font-family: "Material Icons";
	position: absolute;
	top: 20px;
}

.job_info iframe {
	width: 500px;
	height: 300px;
	margin-top: 20px;
}

.job_info > .btn_entry {
	width: 350px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 35px;
	display: block;
	margin: 30px auto 0 auto;
}

.job_info > .btn_entry span {
	text-align: center;
	display: block;
	font-size: 10px;
	line-height: 70px;
}

/*------------------------------------------------------------
　　サービス・特徴
------------------------------------------------------------*/
.trouble {
	border-radius: 10px;
	background: #eef0f5;
}

.trouble_catch {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 3px;
	border-radius: 10px 10px 0 0;
	background: #022858;
	padding: 20px 0;
}

.trouble ul {
	padding: 30px 50px;
}

.trouble li {
	float: left;
	width: 50%;
	font-size: 18px;
	font-weight: 500;
	line-height: 2em;
	position: relative;
	padding-left: 40px;
}

.trouble li:before {
	color: #ffad05;
	font-size: 28px;
    content: "\e834";
	font-family: "Material Icons";
	position: absolute;
	top: 0px;
	left: 0;
}

.arrow_down {
	color: #ccc;
	font-size: 80px;
	display: flex;
	justify-content: center;
}

.resolution {
	margin: 0px 0 50px 0;
	position: relative;
}

.resolution p {
	color: #ee3239;
	text-align: center;
	font-size: 56px;
	font-weight: 600;
	line-height: 1em;
}

.resolution p span {
	color: #333;
	font-size: 21px;
	display: block;
}

.resolution img {
	position: absolute;
	top: 15px;
	right: 20px;
}

.thousand {
	color: #fff;
	background: #022858;
	margin: 70px 0 0 0;
	padding: 40px 0;
}

.thousand p {
	text-align: center;
}

.thousand_text {
	width: 700px;
	font-size: 25px;
	font-weight: 600;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin: 20px auto 0 auto;
	padding: 10px 0;
}

.support_catch {
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	background: #022858;
	z-index: 0;
	padding: 30px 0 20px 0;
}


.reason {
	margin-top: 50px;
}

.reason p {
	text-align: center;
}

.reason li {
	float: left;
	width: 310px;
	border: solid 1px #ccc;
	border-radius: 10px;
	margin-right: 35px;
	padding: 30px 20px;
}

.reason li:last-child {
	margin-right: 0;
}

.reason li p {
	text-align: left;
}

.reason li p span {
	color: #ffad05;
	font-weight: 500;
}

.reason h4 {
	color: #022858;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}

/*------------------------------------------------------------
　　ご利用者様の声
------------------------------------------------------------*/
.interview li {
	border-top: solid 12px #022858;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-radius: 10px;
	margin-top: 50px;
	padding: 25px;
}

.interview img {
	float: left;
	width: 200px;
}


.interview_contents {
	float: right;
	width: 730px;
}

.interview_title p:first-child {
	float: left;
	width: 100px;
	height: 55px;
	line-height: 55px;
	color: #022858;
	font-size: 65px;
	font-weight: 600;
	border-right: solid 1px #022858;
	margin-right: 25px;
}

.interview_title > h4 {
	float: left;
	color: #022858;
	font-size: 18px;
	line-height: 28px;
}

.interview_title p:last-child {
	float: right;
	width: 290px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border-radius: 8px;
	background: #ffad05;
}

.interview_title p:last-child i {
	margin: 0 10px;
}

.interview li div > h5 {
	font-size: 21px;
	font-weight: 600;
	margin: 40px 0 20px 0;
}

/*------------------------------------------------------------
　　よくあるご質問
------------------------------------------------------------*/
.question_first {
	margin-top: 50px !important;
}

.question, .answer {
	margin-top: 30px;
}

.question:after,
.answer:after {
	content: "";
	clear: both;
    display: block;
}

.question dt,
.answer dt {
	width: 65px;
	height: 65px;
	line-height: 65px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
}

.question dt {
	float: left;
	background: #022858;
	margin-right: 30px;
}

.question dd {
	position: relative;
	display: inline-block;
	font-weight: 500;
	padding: 15px 20px;
	width: 710px;
	color: #022858;
	background: #fff;
	border: 2px solid #022858;
	border-radius: 8px;
	z-index: 0;
}

.question dd:before {
	content: "";
	position: absolute;
	top: 30px; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}

.question dd:after {
	content: "";
	position: absolute;
	top: 30px;
	left: -11px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #022858 transparent transparent;
	z-index: -1;
}

.answer dt {
	float: right;
	background: #ee3239;
	margin-left: 30px;
}

.answer dd {
	float: right;
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	width: 710px;
	border-radius: 8px;
	background: #feeeef;
	z-index: 0;
}

.answer dd:after {
	content: "";
	position: absolute;
	top: 30px; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #feeeef;
}

/*------------------------------------------------------------
　　ご利用の流れ
------------------------------------------------------------*/
.timeline {
	margin-top: 50px;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 5px;
	background-color: #eef0f5;
	left: 50%;
	margin-left: -2.5px;
}

.timeline > li {
	margin-bottom: 10px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 430px;
	float: left;
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	position: relative;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -16px;
	display: inline-block;
	border-top: 16px solid transparent;
	border-left: 16px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 16px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 29px;
	right: -13px;
	display: inline-block;
	border-top: 13px solid transparent;
	border-left: 13px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 13px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -35px;
	background-color: #ffad05;
	z-index: 100;
	border-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -13px;
	right: auto;
}

.timeline-title {
	float: right;
	width: 206px;
	height: 120px;
	color: #022858;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	line-height: 125px;
	background: #eef0f5;
}

.timeline-heading img {
	float: left;
	width: 180px;
	height: 120px;
}

.timeline-heading:after {
	content: "";
	clear: both;
    display: block;
}

.timeline-body {
	margin-top: 15px;
}

.step {
	color: #022858;
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	top: 33px;
}

.step_odd {
	left: 565px;
}

.step_even {
	left: 355px;
}

/*------------------------------------------------------------
　　運営会社
------------------------------------------------------------*/
.president {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif !important;
	font-weight: 500 !important;
}

.about dl {
	border-bottom: 1px solid #ccc;
	background: #eef0f5;
}

.about dt,
.about dd {
	line-height: 1.6em;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #ccc;
}

.about dt {
	width: 250px;
	float: left;
	font-weight: 500;
}

.about dd {
	background: #fff;
	margin-left: 250px;
	padding-bottom: 20px;
	position: relative;
}

.about dd:after {
	content: '';
	display: block;
	clear: both;
}

.about dd a {
	color: #1c55d7;
	text-decoration: underline;
}

.about dd li {
	float: left;
	width: 230px;
	list-style: disc inside;
}

.about iframe {
	width: 710px;
	height: 300px;
	margin-top: 20px;
}

/*
#maps {
	width: 710px;
	height: 300px;
}
*/

/*------------------------------------------------------------
　　エントリーフォーム
------------------------------------------------------------*/
.mailform {
	width: 100%;
	margin-top: 50px;
}

.mailform dt,
.mailform dd {
	padding: 20px 10px 10px 20px;
	border-top: 1px solid #ccc;
}

.mailform dt {
	width: 280px;
	float: left;
	line-height: 2em;
}

.mailform dd {
	background: #fff;
	margin-left: 280px;
	padding-bottom: 10px;
}

.mailform dd:after {
	content: '';
	display: block;
	clear: both;
}

.entry_number {
	border-radius: 8px;
	background: #eef0f5;
	padding: 20px 0 5px 0;
}

.entry_number dt,
.entry_number dd {
	border: none;
}

.entry_number dd {
	background: #eef0f5;
}

.entry_number li {
	float: left;
	color: #fff;
	border-radius: 5px;
	background: #022858;
	margin: 0 20px 20px 0;
	padding: 3px 10px;
}

.entry_number li a {
	color: #fff;
	display: block;
}

.entry_number li a:hover {
	opacity: 0.8;
}

.required,
.optional {
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 0px 5px;
	border-radius: 3px;
	margin-right: 10px;
}

.required {
	background: #ee3239;
}

.optional {
	background: #ccc;
}

.mailform input {
	font-size: 14px;
	height: 2em;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-sizing: content-box;
	padding: 2px 2%;
}

textarea {
	font-size: 14px;
	border: solid 1px #ccc;
	border-radius: 3px;
	max-width: 500px;
	min-width: 300px;
}

.postcord,
input[type="submit"],
input[type="reset"]  {
	color: #fff;
    font-family: 'Noto Sans JP', serif;
	font-size: 16px;
	font-weight: 400;
	border: none;
	cursor: pointer;
}

.postcord {
	border-radius: 20px !important;
	margin-left: 10px;
}

input[type="submit"],
input[type="reset"]  {
	width: 220px;
	height: 50px;
	font-size: 18px;
	font-weight: 500;
	margin-right: 10px;
	border-radius: 28px;
}

.postcord:hover,
input[type="submit"]:hover,
input[type="reset"]:hover  {
	opacity: 0.9;
}

input[type="submit"] {
	background: #ffad05;
}

.postcord,
input[type="reset"] {
	background: #999;
}

.form_border_none {
	border-top: none !important;
	padding-top: 0 !important;
}

.form_border_none p,
.form_border_none div {
	float: left;
	margin-right: 15px;
}

.form_border_none p {
	padding-top: 5px;
}

.form_table div {
	float: left;
	margin-right: 15px;
}

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

.select select {
	font-size: 16px;
    font-family: 'Noto Sans JP', serif;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.select select::-ms-expand {
	display: none;
}

.select.cp_sl01 {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}

.select.cp_sl01::before {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.select.cp_sl01 select {
	height: 35px;
	padding: 5px 38px 5px 10px;
	color: #333;
}

.month,
.day {
	width: 90px;
}

.time {
	width: 115px;
}

.upload_text {
	margin-bottom: 20px;
}

.upload_text span {
	font-size: 12px;
}

form#mail_form input[type="file"] {
	height: auto;
	border: none;
	color: #333;
}

.upload {
	color: #fff;
	background-color: #ffad05;
	padding: 6px 15px;
	border-radius: 20px;
	cursor: pointer;
}

.upload:hover {
	opacity: 0.9;
}

.upload input{
	display: none;
}

.file_upload li {
	float: left;
	margin: 0 50px 15px 0;;
}

.text_link {
	color: #022858 !important;
	text-decoration: underline !important;
}

.privacy > h5 {
	font-size: 14px;
	margin-top: 15px;
}

.privacy p,
.privacy li  {
	font-size: 14px;
}

.privacy p {
	margin-top: 5px;
}

.privacy > ul {
	margin-top: 10px;
}

.privacy ul li {
    padding-left: 1em;
    text-indent: -1em;
	list-style: decimal inside !important;
	margin: 0 0 0 10px !important;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}

/*------------------------------------------------------------
　　お問い合わせ
------------------------------------------------------------*/
/* アコーディオン */
.accordion {
    width: 100%;
	margin-bottom: 15px !important;
}

.button {
	text-align: left;
	border: solid 1px #ccc;
}

.button {
    width: 100%;
    color: #022858;
	font-family: 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 600;
	border: solid 1px #ccc;
	border-radius: 2px;
    background: #fff;
    cursor: pointer;
    position: relative;
    padding: 10px 15px;
}
  
.button:after {
    content: "\E313";
	font-family: 'Material Icons';
    position: absolute;
    top: 11px;
    right: 13px;
}

.button.active:after {
    content: "\E316";
	font-family: 'Material Icons';
}

.button:hover {
	background: #eef0f5;
}

.accordion_contents {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #fff;
	padding: 5px 15px 15px 15px;
}

/*------------------------------------------------------------
　　サンクス
------------------------------------------------------------*/
.thanks p {
	margin-bottom: 20px;
}

.thanks > p.phone {
	color: #022858;
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0;
}

.thanks >p.phone i {
	vertical-align: middle;
}

/*------------------------------------------------------------
　　フッター
------------------------------------------------------------*/
footer {
	color: #fff;
	background: #022858;
	margin-top: 50px;
	padding: 70px 0 40px 0;
}

.f_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.f_name p {
	font-weight: 600;
}

.f_name p:first-child {
	font-size: 24px;
	margin-bottom: 10px;
}

.f_name p:last-child {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 1px;
}

.f_phone {
	font-size: 14px;
	font-weight: 500;
}

.f_phone span {
	color: #ffad05;
	font-size: 24px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}

.f_phone i {
	vertical-align: middle;
	margin-right: 6px;
}

.f_info a {
	width: 220px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	border-radius: 27px;
	display: block;
	position: relative;
}

.f_info a:hover {
	opacity: 0.8;
}

.f_entry {
	color: #fff;
	border: solid 2px #fff;
}

.f_contact {
	color: #fff;
	border: solid 2px #fff;
}

.f_info li > .hvr-icon-forward:before {
	font-size: 21px;
}

.sitemap {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 20px 0;
}

.sitemap li {
	width: 200px;
	float: left;
	font-size: 12px;
	position: relative;
	vertical-align: middle;
}

.sitemap li:before {
	color: #fff;
	font-size: 16px;
    content: "\e409";
	font-family: "Material Icons";
	vertical-align: bottom;
	margin-right: 5px;
}

.sitemap li a {
	color: #fff;
}

.sitemap li a:hover {
	text-decoration: underline;
}

address {
	color: #fff;
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
	margin-top: 30px;
}

/*------------------------------------------------------------
　　エントリーバナー
------------------------------------------------------------*/
.entry_banner {
	font-weight: 600;
	text-align: center;
	background: #f7f6f2;
	position: relative;
	margin-top: 70px;
	padding: 30px 30px 25px 30px;
}

.entry_banner_free {
	position: absolute;
	top: -35px;
	left: -35px;
}

.entry_banner_girl {
	position: absolute;
	bottom: 0;
	right: 0;
}

.entry_banner_catch {
	color: #022858;
	font-size: 32px;
}

.entry_banner_sub {
	font-size: 21px;
	margin: 20px 0 30px 0;
	z-index: 999;
}

.entry_phone_area {
	float: left;
	width: 50%;
	padding-right: 30px;
}

.entry_phone_area p:first-child {
	height: 35px;
	line-height: 35px;
	color: #022858;
	border: solid 1px #022858;
	border-radius: 17px;
	background: #fff;
	margin-bottom: 13px;
}

.entry_phone_area img {
	float: left;
	width: 306px;
}

.entry_phone_area p:last-child {
	float: right;
	font-size: 12px;
	line-height: 18px;
}

.entry_banner > .btn_entry {
	float: right;
	width: 50%;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 28px;
	border-radius: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	background: #ffad05;
}

.entry_banner_footer {
	color: #fff;
	text-align: center;
	font-weight: 500;
	letter-spacing: 3px;
	background: #333;
	padding: 5px 10px;
}

.btn_entry i {
	margin-right: 5px;
}

/* Shrink */
.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

/*------------------------------------------------------------
	トップへ戻る
------------------------------------------------------------*/
.backtotop {
	position: fixed;
	right: 28px;
	bottom: 50px;
	z-index: 1000;
	display: none;
}

.top_btn {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	background: #ffad05;
}

.top_btn a {
	color: #fff;
	display: block;
}

.top_btn a:hover {
	opacity: 0.8;
	border-radius: 50%;
}

.wpfp-span {
	width: 300px;
	height: 50px;
	border-radius: 25px;
	line-height: 2em;
	color: #022858 !important;
	border: solid 1px #022858;
	display: block;
	position: relative;
}

.wpfp-span a {
	width: 300px;
	height: 50px;
	color: #022858 !important;
	text-align: center;
	line-height: 50px;
}

.wpfp-link {
	text-align: center;
	line-height: 45px;
}

.btn_favorite_area > span.wpfp-span {
	text-align: center;
	display: block;
}

.favorite_list div.wpfp-span {
	width: 1000px;
}


}




.entry_btn_wrap {
  display: flex;
  gap: 16px;
  margin: 20px 0;
}

.entry_btn_wrap a {
  color: #fff !important;
  flex: 1;
  font-size: clamp(16px, 2vw, 18px);
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.entry_btn_wrap a i {
	font-size: clamp(18px, 2vw, 21px);
	margin-right: 10px;
}

.btn_entryform {
  display: block;
  padding: 18px 20px;
  background: #ffad05;
  color: #fff;
  border-radius: 5em;
  font-weight: bold;
}

.btn_line {
  display: block;
  padding: 18px 20px;
  background: #06c755;
  color: #fff;
  border-radius: 5em;
  font-weight: bold;
}

.btn_entryform:hover,
.btn_line:hover {
  opacity: 0.9;
  color: #fff;
}

@media print, screen and (max-width: 768px) {
	.btn_entryform span {
		display: none;
	}
}


/* 検索結果 ボタン */
.btn_list_box {
margin-top: 1em;
}

.btn_list_box ul {
display: flex;
flex-wrap: wrap;
}

.btn_list_box li {
width: calc(100% / 4 - 1em);
margin: 0.5em;
}

.btn_list_box li a {
text-align: center;
line-height: 50px;
border-radius: 5em;
display: block;
}

.btn_list_box li a i {
font-size: clamp(16px, 2vw, 18px);
margin-right: 0.5em;
}

.btn_list_box li a:hover {
opacity: 0.9;
transition: 0.3s;
}

.btn_list_box ul li .wpfp-span,
.btn_list_box ul li .wpfp-span a {
width: 100% !important;
}

.btn_list_detail a {
color: #fff !important;
background: #022858;
}

.btn_list_line a {
color: #fff !important;
background: #06c755;
}

.btn_list_form a {
color: #fff !important;
background: #ffad05;
}

@media print, screen and (max-width: 768px) {
.btn_list_box li {
width: calc(100% / 2 - 0.4em);
margin: 0.2em;
}