@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	overflow: auto;
}

html,body{
    width: 100%;
}

body {
  color : #000;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

@media screen and (min-width: 769px) {
	body{
		min-width: 1200px;
		overflow: hidden;
	}
}

.ipad{
	min-width: 1200px;
}

a,
a img{
	text-decoration: none;
	transition: 0.3s ease-out;
}

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

/*header nav
--------------------------------------------------*/
.header{
	position: relative;
}

.header__logo{
	position: absolute;
	line-height: 0;
	width: 304px;
	left: 41px;
	top: 30px;
	z-index: 100;
}

.header__logo img{
	width: 100%;
}
.header__btn{
	position: fixed;
	z-index: 700;
	top: 28px;
	right: 103px;
	width: 510px;
	display: flex;
	justify-content: space-between;
}

.header__btn__item{
	width: 245px;
	height: 60px;
	background: #fff;
	border-radius: 30px;
}

.header__btn__item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #019270;
	border-radius: 30px;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
}

.header__btn__item:nth-child(2) a{
	background-color: #45AE35;
}

.hamburger{
	position: fixed;
	z-index: 700;
	right: 25px;
	top: 28px;
	width: 60px;
	height: 60px;
	border-radius:  30px;
	background: #ECA247;
	cursor: pointer;
	transition: 0.3s ease-out;
}

.hamburger__inner{
	position: absolute;
	left: 18px;
	top: 20px;
	width: 24px;
	height: 20px;
}

.hamburger__line{
	background : #fff;
	display: block;
	height: 1px;
	position: absolute;
	transition: 0.3s ease-out;
	width: 100%;
}

.hamburger__line--c{
	top: 10px;
}

.hamburger__line--b{
	bottom: 0px;
}

.hamburger__line--t.active{
	top: 9px;
	transform: rotate(45deg);
}

.hamburger__line--c.active{
	transform:scaleX(0);
}

.hamburger__line--b.active{
	bottom: 10px;
	transform: rotate(135deg);
}

.floating__nav{
	background: #fff;
	display: block;
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 600;
	top: 0;
	left: 0;
	transition: all 0.3s linear;
}

.floating__nav.show{
	height: 540px;
}

.floating__nav__bg{
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 500;
	transition: all 0.3s linear;
	top: 0;
	left: 0;
}

.floating__nav__bg.show{
	height: 100%;
}

.header__nav{
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	overflow: hidden;
}

.nav__index{
	padding-top: 60px;
}

.nav__item {
	text-align: center;
}

 .nav__item a{
	display: block;
	padding: 20px 0;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #5a4c31;
 }

 .nav__btn{
	display: none;
}

@media screen and (max-width: 1000px) {
	.header__btn{
		right: auto;
		left: 372px;
	}

	.hamburger{
		right: auto;
		left: 900px;
	}
}

@media screen and (min-width: 769px) {
	.header__logo a:hover,
	.header__btn__item a:hover,
	.hamburger:hover,
	.nav__item a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 768px) {
	.header__logo{
		width: 147px;
		top: 19px;
		left: 20px;
	}

	.header__btn{
		display: none;
	}

	.hamburger{
		left: auto;
		right: 20px;
		top: 11px;
		width: 42px;
		height: 42px;
	}

	.hamburger__inner{
		left: 13px;
		top: 14px;
		width: 16px;
		height: 13px;
	}

	.hamburger__line--c{
		top: 6px;
	}

	.hamburger__line--t.active{
		top: 7px;
	}

	.hamburger__line--b.active{
		bottom: 5px;
	}

	.nav__btn{
		display: block;
	}

	.floating__nav.show{
		height: 500px;
	}

	.nav__index{
		margin-bottom: 20px;
	}

	.nav__item a{
		padding: 10px 0;
		font-size: 20px;
	}

	.nav__btn{
		width: 245px;
		margin: 0 auto;
	}

	.nav__btn__item{
	width: 100%;
	height: 60px;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 15px;
}

.nav__btn__item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #019270;
	border-radius: 30px;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
}

.nav__btn__item:nth-child(2) a{
	background-color: #45AE35;
}


}

/*mainvisual
--------------------------------------------------*/
.mainvisual{
	width: 100%;
	height: 0;
	padding-top: 69.375%;
	position: relative;
}

.mv__ph{
	background: url(../img/mv_pc.webp) no-repeat 0 0/100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.mainvisual{
		padding-top: 171.46%;
	}

	.mv__ph{
		background-image: url(../img/mv_sp.webp);
	}
}

/*break
--------------------------------------------------*/
.pc--hidden{
	display: none;
}

.sp--hidden{
	display: block;
}

@media screen and (max-width: 768px) {
	.pc--hidden{
		display: block;
	}
	
	.sp--hidden{
		display: none;
	}
}

/*heading
--------------------------------------------------*/
.content__heading{
	font-family: 'Noto Serif JP';
	font-weight: 600;
	font-size: 44px;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	color: #5a4c31;
	padding-left: 6px;
	position: relative;
}

.content__heading::before{
	content: '';
	display: block;
	background: url(../img/heading_bg_02.svg) no-repeat 0 0/100%;
	width: 210px;
	height: 141px;
	position: absolute;
	bottom: -112px;
	margin-left: -104px;
	left: 50%;
}

.content__heading::after{
	content: '';
	display: block;
	background: url(../img/heading_bg_01.webp) no-repeat 0 0/100%;
	width: 102px;
	height: 102px;
	position: absolute;
	top: 4px;
	margin-left: 142px;
	left: 50%;
}

@media screen and (max-width: 768px) {
	.content__heading{
		font-size: 26px;
		letter-spacing: 0;
		padding-left: 0;
	}

	.content__heading::before{
		width: 150px;
		height: 101px;
		bottom: -75px;
		margin-left: -80px;
	}

	.content__heading::after{
		width: 60px;
		height: 60px;
		top: 2px;
		margin-left: 80px;
	}
}

/*お仕事を知る
--------------------------------------------------*/
.aboutjob{
	margin-top: -52px;
}

.aboutjob__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.aboutjob__heading{
	margin-bottom: 138px;
}

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

.aboutjob__item{
	background: url(../img/aboutjob_item_bg_01.webp) no-repeat 0 0/100%;
	height: 341px;
	width: 319px;
	position: relative;
	padding-top: 86px;
	margin-bottom: 87px;
}

.aboutjob__item::after{
	content: '';
	display: block;
	background: url(../img/aboutjob_icon_01.webp) no-repeat 0 0/100%;
	width: 59px;
	height: 89px;
	position: absolute;
	top: 266px;
	left: 240px;
}

.aboutjob__item:nth-child(2){
	background-image: url(../img/aboutjob_item_bg_02.webp);
	width: 320px;
}

.aboutjob__item:nth-child(2)::after{
	background-image: url(../img/aboutjob_icon_02.webp);
	width: 63px;
	height: 86px;
	top: -16px;
	left: 34px;
}

.aboutjob__item:nth-child(3){
	background-image: url(../img/aboutjob_item_bg_03.webp);
	width: 306px;
}

.aboutjob__item:nth-child(3)::after{
	background-image: url(../img/aboutjob_icon_03.webp);
	width: 58px;
	height: 86px;
	top: 270px;
	left: 248px;
}

.aboutjob__item:nth-child(4){
	background-image: url(../img/aboutjob_item_bg_04.webp);
	width: 323px;
	padding-top: 74px;
}

.aboutjob__item:nth-child(4)::after{
	background-image: url(../img/aboutjob_icon_04.webp);
	width: 62px;
	height: 93px;
	top: -25px;
	left: 42px;
}

.aboutjob__item:nth-child(5){
	background-image: url(../img/aboutjob_item_bg_05.webp);
	width: 325px;
}

.aboutjob__item:nth-child(5)::after{
	background-image: url(../img/aboutjob_icon_05.webp);
	width: 77px;
	height: 87px;
	top: 264px;
	left: 245px;
}

.aboutjob__item:nth-child(6){
	background-image: url(../img/aboutjob_item_bg_06.webp);
	width: 306px;
}

.aboutjob__item:nth-child(6)::after{
	background-image: url(../img/aboutjob_icon_06.webp);
	width: 58px;
	height: 85px;
	top: -11px;
	left: 37px;
}

.aboutjob__ttl{
	font-family: 'Noto Serif JP';
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	color: #5a4c31;
	margin-bottom: 22px;
  padding-right: 5px;
}

.aboutjob__ttl span{
	font-size: 18px;
}

.aboutjob__item:nth-child(4) .aboutjob__ttl{
	margin-bottom: 9px;
}

.aboutjob__txt{
	width: 238px;
	margin-left: 36px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.875;
}

.aboutjob__link{
	width: 147px;
	height: 40px;
	position: absolute;
	bottom: -12px;
	left: 82px;
}

.aboutjob__link a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
	background: #62AB50;
	border-radius: 20px;
}

.aboutjob__item:nth-child(2) .aboutjob__link a{
	background-color: #62B5EF;
}

.aboutjob__item:nth-child(3) .aboutjob__link a{
	background-color: #A971A6;
}

.aboutjob__item:nth-child(4) .aboutjob__link a{
	background-color: #ECA247;
}

.aboutjob__item:nth-child(5) .aboutjob__link a{
	background-color: #F089A1;
}

.aboutjob__item:nth-child(6) .aboutjob__link a{
	background-color: #019270;
}

@media screen and (min-width: 769px) {
	.aboutjob__link a:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.aboutjob{
		margin-top: 0;
		padding-top: 50px;
	}

	.aboutjob__container{
		width: auto;
		padding: 0 20px;
	}

	.aboutjob__heading{
		margin-bottom: 60px;
	}

	.aboutjob__list{
		display: block;
		width: 319px;
		margin: 0 auto;
	}

	.aboutjob__item{
		margin-bottom: 50px;
	}

	.aboutjob__ttl{
		font-size: 22px;
	}
}

/*スタッフインタビュー
--------------------------------------------------*/
.interview{
	margin-top: -78px;
	background: url(../img/interview_bg.webp) no-repeat 0 0/100%;
}

.interview__container{
	padding-top: 180px;
	position: relative;
}

.interview__heading{
	margin-bottom: 145px;
}

.interview__heading::after{
	margin-left: 240px;
}

.slides{
	position: relative;
	margin-left: 77px;
}

.slide__arrow{
	width: 980px;
	height: 10px;
	margin: 0 auto 7px auto;
	position: relative;
}

.slide__arrow__item{
	position: absolute;
	cursor: pointer;
	transition: 0.3s ease-out;
	line-height: 0;
	top: 0;
}

.slide--next{
	right: 19px;
}

.slide--prev{
	right: 95px;
}

/*準備ができたら表示*/
.slide__list {display: none;}
.slide__list.slick-initialized {display: block;}

.slide__item{
	height: 466px;
	width: 320px;
	padding-top: 286px;
	margin-right: 60px;
	position: relative;
}

.interview__ph{
	position: absolute;
	bottom: 180px;
	left: 22px;
	width: 276px;
}

.interview__ph img{
	width: 100%;
}

.interview__box{
	width: 100%;
	height: 180px;
	background: url(../img/interview_item_bg_01.webp) no-repeat 0 0/100%;
	border-radius: 16px;
	padding: 28px 20px 0 22px;
	box-sizing: border-box;
}

.interview__message{
	font-family: 'Noto Serif JP';
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1;
}

.interview__message span{
	border-bottom: 1px solid #707070;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.interview__name{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.interview__name strong{
	font-weight: 500;
	font-size: 24px;
}

.interview__btn{
	width: 90px;
	height: 36px;
	position: absolute;
	right: 22px;
	bottom: 18px;
}

.interview__btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #63AA50;
	border-radius: 20px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
}

.slide__item-2 .interview__btn a{
	background-color: #62B5EF;
}

.slide__item-2 .interview__ph{
	width: 249px;
	left: 37px;
}

.slide__item-2 .interview__box{
	background-image: url(../img/interview_item_bg_02.webp);
}

.slide__item-3 .interview__btn a{
	background-color: #A971A6;
}

.slide__item-3 .interview__ph{
	width: 182px;
	left: 69px;
}

.slide__item-3 .interview__box{
	background-image: url(../img/interview_item_bg_03.webp);
}

.slide__item-4 .interview__btn a{
	background-color: #ECA147;
}

.slide__item-4 .interview__ph{
	width: 201px;
	left: 92px;
}

.slide__item-4 .interview__box{
	background-image: url(../img/interview_item_bg_04.webp);
}

.slide__item-5 .interview__btn a{
	background-color: #F089A1;
}

.slide__item-5 .interview__ph{
	width: 200px;
	left: 60px;
}

.slide__item-5 .interview__box{
	background-image: url(../img/interview_item_bg_05.webp);
}

.slide__item-6 .interview__btn a{
	background-color: #019270;
}

.slide__item-6 .interview__ph{
	width: 226px;
	left: 63px;
}

.slide__item-6 .interview__box{
	background-image: url(../img/interview_item_bg_06.webp);
}

.slide__item-7 .interview__btn a{
	background-color: #FF7676;
}

.slide__item-7 .interview__ph{
	width: 194px;
	left: 74px;
}

.slide__item-7 .interview__box{
	background-image: url(../img/interview_item_bg_07.webp);
}

@media screen and (min-width: 769px) {
	.slide__arrow__item:hover,
	.interview__btn a:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.interview{
		margin-top: -50px;
		background: url(../img/interview_bg.webp) no-repeat top 0 left 50%/500px;
	}

	.interview__container{
		padding-top: 120px;
	}

	.interview__heading{
		margin-bottom: 70px;
	}

	.interview__heading::after{
		margin-left: 110px;
	}

	.slides{
		margin-left: 0;
	}

	.slide__arrow{
		width: 100%;
	}
}

/*modal about job
--------------------------------------------------*/
.modal__aboutjob{
	margin: 50px auto;
	width: 955px;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	background:
		url(../img/modal_aboutus_01_img.webp) no-repeat top 0 left 0/434px,
		url(../img/modal_aboutus_01_chara.webp) no-repeat top 33px right 192px /93px;
	background-color: #fff !important;
	padding: 91px 0 70px 0;
}

.modal__aboutjob__ttl{
	position: relative;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	font-size: 35px;
	letter-spacing: 0.05em;
	line-height: 1.1;
	text-align: center;
	color: #5a4c31;
	margin-bottom: 117px;
}

.modal__aboutjob__ttl span{
	position: absolute;
	top: -11px;
	margin-left: -272px;
	left: 50%;
	line-height: 0;
}

.modal__aboutjob__ttl small{
	font-size: 25px;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	text-align: center;
}

.modal__aboutjob__block-1{
	width: 452px;
	margin: 0 38px 81px auto;
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 13px,
	url(../img/modal_aboutus_01_dot_01.svg) no-repeat top 30px right 1px;
}

.modal__aboutjob__block-2{
	background:
	url(../img/modal_aboutus_balloon_02.svg) no-repeat top 6px left 263px,
 	url(../img/modal_aboutus_01_dot_02.svg) no-repeat top 29px left 249px;
	margin-bottom: 53px;
}

.modal__aboutjob__block-3{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 263px,
	url(../img/modal_aboutus_01_dot_01.svg) no-repeat top 30px right 252px;
	margin-bottom: 68px;
}

.modal__aboutjob__mhd{
	font-family: 'Noto Serif JP';
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.269;
	text-align: center;
	margin-bottom: 72px;
}

.modal__aboutjob__block-2 .modal__aboutjob__mhd{
	margin-bottom: 57px;
}

.modal__aboutjob__block-3 .modal__aboutjob__mhd{
	margin-bottom: 69px;
}

.modal__aboutjob__mhd span{
	font-size: 18px;
	letter-spacing: 0.05em;
}

.modal__aboutjob__txt{
	font-size: 18px;
	line-height: 1.66;
	margin: 0 39px;
}

.circle__list{
	width: 593px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.circle__list__1item{
	width: 223px;
}

.circle__list__2items{
	width: 386px;
}

.circle__list__4items{
	width: 800px;
}

.circle__item{
	width: 179px;
	height: 176px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: center;
	background: url(../img/modal_aboutus_01_item_bg_01.webp) no-repeat 0 0/100%;
}

.circle__list__1item .circle__item{
	width: 223px;
	height: 220px;
}

.square__list{
	width: 565px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.square__item{
	width: 260px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/modal_aboutus_01_item_bg_02.webp) no-repeat 0 0/100%;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: center;
}

.square__list__1item{
	width: 440px;
}
.square__list__1item .square__item{
	width: 100%;
}

.modal__btn{
	width: 440px;
	height: 65px;
	margin: 0 auto 30px auto;
}

.modal__btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 33px;
	background: #62ab50 url(../img/modal_aboutjob_arrow.svg) no-repeat top 50% right 31px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
}

/*color 2*/
#modal__aboutjob-2{
background:
		url(../img/modal_aboutus_02_img.webp) no-repeat top 0 left 0/434px,
		url(../img/modal_aboutus_02_chara.webp) no-repeat top 36px right 183px /98px;
}

#modal__aboutjob-2 .modal__aboutjob__ttl span{
	margin-left: -297px;
}

#modal__aboutjob-2 .modal__aboutjob__block-1{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 13px,
	url(../img/modal_aboutus_02_dot_01.svg) no-repeat top 30px right 1px;
}

#modal__aboutjob-2 .modal__aboutjob__block-2{
	background:
	url(../img/modal_aboutus_balloon_02.svg) no-repeat top 6px left 263px,
 	url(../img/modal_aboutus_02_dot_02.svg) no-repeat top 29px left 249px;
}

#modal__aboutjob-2 .modal__aboutjob__block-3{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 263px,
	url(../img/modal_aboutus_02_dot_01.svg) no-repeat top 30px right 252px;
}

#modal__aboutjob-2 .circle__item{
	background-image: url(../img/modal_aboutus_02_item_bg_01.webp);
}

#modal__aboutjob-2 .square__item{
	background-image: url(../img/modal_aboutus_02_item_bg_02.webp);
}

#modal__aboutjob-2 .modal__btn a{
	background-color: #62B5EF;
}

/*color 3*/
#modal__aboutjob-3{
background:
		url(../img/modal_aboutus_03_img.webp) no-repeat top 0 left 0/434px,
		url(../img/modal_aboutus_03_chara.webp) no-repeat top 39px right 263px /91px;
}

#modal__aboutjob-3 .modal__aboutjob__ttl span{
	margin-left: -224px;
}

#modal__aboutjob-3 .modal__aboutjob__block-1{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 13px,
	url(../img/modal_aboutus_03_dot_01.svg) no-repeat top 30px right 1px;
}

#modal__aboutjob-3 .modal__aboutjob__block-2{
	background:
	url(../img/modal_aboutus_balloon_02.svg) no-repeat top 6px left 263px,
 	url(../img/modal_aboutus_03_dot_02.svg) no-repeat top 29px left 249px;
}

#modal__aboutjob-3 .modal__aboutjob__block-3{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 263px,
	url(../img/modal_aboutus_03_dot_01.svg) no-repeat top 30px right 252px;
}

#modal__aboutjob-3 .circle__item{
	background-image: url(../img/modal_aboutus_03_item_bg_01.webp);
}

#modal__aboutjob-3 .square__item{
	background-image: url(../img/modal_aboutus_03_item_bg_02.webp);
}

#modal__aboutjob-3 .modal__btn a{
	background-color: #AE7BAB;
}

/*color 4*/
#modal__aboutjob-4{
background:
		url(../img/modal_aboutus_04_img.webp) no-repeat top 0 left 0/434px,
		url(../img/modal_aboutus_04_chara.webp) no-repeat top 44px right 150px /95px;
}

#modal__aboutjob-4 .modal__aboutjob__ttl span{
	margin-left: -335px;
}

#modal__aboutjob-4 .modal__aboutjob__block-1{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 13px,
	url(../img/modal_aboutus_04_dot_01.svg) no-repeat top 30px right 1px;
}

#modal__aboutjob-4 .modal__aboutjob__block-2{
	background:
	url(../img/modal_aboutus_balloon_02.svg) no-repeat top 6px left 263px,
 	url(../img/modal_aboutus_04_dot_02.svg) no-repeat top 29px left 249px;
}

#modal__aboutjob-4 .modal__aboutjob__block-3{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 263px,
	url(../img/modal_aboutus_04_dot_01.svg) no-repeat top 30px right 252px;
}

#modal__aboutjob-4 .circle__item{
	background-image: url(../img/modal_aboutus_04_item_bg_01.webp);
}

#modal__aboutjob-4 .square__item{
	background-image: url(../img/modal_aboutus_04_item_bg_02.webp);
}

#modal__aboutjob-4 .modal__btn a{
	background-color: #ECA048;
}

/*color 5*/
#modal__aboutjob-5{
background:
		url(../img/modal_aboutus_05_img.webp) no-repeat top 0 left 0/434px,
		url(../img/modal_aboutus_05_chara.webp) no-repeat top 45px right 197px /120px;
}

#modal__aboutjob-5 .modal__aboutjob__ttl span{
	margin-left: -256px;
}

#modal__aboutjob-5 .modal__aboutjob__block-1{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 13px,
	url(../img/modal_aboutus_05_dot_01.svg) no-repeat top 30px right 1px;
}

#modal__aboutjob-5 .modal__aboutjob__block-2{
	background:
	url(../img/modal_aboutus_balloon_02.svg) no-repeat top 6px left 263px,
 	url(../img/modal_aboutus_05_dot_02.svg) no-repeat top 29px left 249px;
}

#modal__aboutjob-5 .modal__aboutjob__block-3{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 263px,
	url(../img/modal_aboutus_05_dot_01.svg) no-repeat top 30px right 252px;
}

#modal__aboutjob-5 .circle__item{
	background-image: url(../img/modal_aboutus_05_item_bg_01.webp);
}

#modal__aboutjob-5 .square__item{
	background-image: url(../img/modal_aboutus_05_item_bg_02.webp);
}

#modal__aboutjob-5 .modal__btn a{
	background-color: #F089A1;
}

/*color 6*/
#modal__aboutjob-6{
background:
		url(../img/modal_aboutus_06_img.webp) no-repeat top 0 left 0/440px,
		url(../img/modal_aboutus_06_chara.webp) no-repeat top 48px right 215px /91px;
}

#modal__aboutjob-6 .modal__aboutjob__ttl span{
	margin-left: -258px;
	top: -17px;
}

#modal__aboutjob-6 .modal__aboutjob__block-1{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 13px,
	url(../img/modal_aboutus_06_dot_01.svg) no-repeat top 30px right 1px;
}

#modal__aboutjob-6 .modal__aboutjob__block-2{
	background:
	url(../img/modal_aboutus_balloon_02.svg) no-repeat top 6px left 263px,
 	url(../img/modal_aboutus_06_dot_02.svg) no-repeat top 29px left 249px;
}

#modal__aboutjob-6 .modal__aboutjob__block-3{
	background:
	url(../img/modal_aboutus_balloon_01.svg) no-repeat top 6px left 263px,
	url(../img/modal_aboutus_06_dot_01.svg) no-repeat top 30px right 252px;
}

#modal__aboutjob-6 .circle__item{
	background-image: url(../img/modal_aboutus_06_item_bg_01.webp);
}

#modal__aboutjob-6 .square__item{
	background-image: url(../img/modal_aboutus_06_item_bg_02.webp);
}

#modal__aboutjob-6 .modal__btn a{
	background-color: #019270;
}

@media screen and (max-width: 768px) {
	.modal__aboutjob{
		margin: 30px auto 80px auto;
		width: 90%;
		border-radius: 10px;
		background-image:
		url(../img/modal_aboutus_01_img.webp),
		url(../img/modal_aboutus_01_chara.webp);
		background-repeat: no-repeat, no-repeat;
		background-size: 200px, 40px !important;
		background-position:
		top 0 left 0,
		top 90px right 50px !important;
		padding: 60px 0 40px 0;
	}

	.modal__aboutjob__ttl{
		font-size: 22px;
		margin-bottom: 160px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#modal__aboutjob-4 .modal__aboutjob__ttl{
	margin-top: -15px;
	margin-bottom: 175px;
}


	.modal__aboutjob__ttl span{
		position: relative;
		top: auto;
		margin-left: 0 !important;
		left: auto;
		line-height: 0;
		margin-right: 10px;
	}

	.modal__aboutjob__ttl img{
		height: 22px;
	}

	.modal__aboutjob__ttl small{
		font-size: 16px;
		top: 28px;
	}

	.modal__aboutjob__block-1{
		width: 100%;
		margin: 0 0 40px 0;
		background-image:
		url(../img/modal_aboutus_balloon_01.svg),
		url(../img/modal_aboutus_01_dot_01.svg);
		background-repeat: no-repeat, no-repeat;
		background-size: 270px, 80px !important;
		background-position:
		top 15px left calc(50% - 3px),
		top 30px left calc(50% + 111px) !important;
	}

	.modal__aboutjob__block-2{
		background-image:
		url(../img/modal_aboutus_balloon_02.svg),
		url(../img/modal_aboutus_01_dot_02.svg);
		background-repeat: no-repeat, no-repeat;
		background-size: 270px, 80px !important;
		background-position:
		top 15px left calc(50% - 3px),
		top 30px left calc(50% + 110px) !important;
		margin-bottom: 40px;
	}

	.modal__aboutjob__block-3{
		background-image:
		url(../img/modal_aboutus_balloon_01.svg),
		url(../img/modal_aboutus_01_dot_01.svg);
		background-repeat: no-repeat, no-repeat;
		background-size: 270px, 80px !important;
		background-position:
		top 15px left calc(50% - 3px),
		top 30px left calc(50% + 111px) !important;
		margin-bottom: 40px;
	}

	.modal__aboutjob__mhd{
		font-size: 20px;
		margin-bottom: 40px !important;
	}

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

	.modal__aboutjob__txt{
		font-size: 16px;
		margin: 0 20px;
	}

	.circle__list{
		margin: 0 auto;
		display: block;
		width: 179px;
	}

	.circle__list__1item{
		width: 223px;
	}

	.circle__list__2items{
		width: 179px;
	}

	.circle__list__4items{
		width: 179px;
	}

	.circle__item{
		margin-bottom: 10px;
	}

	.circle__list__1item .circle__item{
		width: 223px;
		height: 220px;
	}

	.square__list{
		width: 260px;
		margin: 0 auto;
		display: block;
	}

	.square__item{
		margin-bottom: 15px;
	}

	.square__list__1item{
		width: auto;
		margin: 0 20px;
	}
	.square__list__1item .square__item{
		width: 100%;
		background-size: auto 100%;
		border-radius: 20px;
		padding: 0 20px;
	}

	.modal__btn{
		width: 270px;
		height: 60px;
		margin: 0 auto 20px auto;
	}

	.modal__btn a{
		background-size: 15px;
		background-position: top 50% right 10px;
		font-size: 16px;
		line-height: 1.4;
		text-align: center;
	}
}

/*modal interview
--------------------------------------------------*/
.modal__interview{
	margin: 50px auto;
	width: 955px;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	background:#fff url(../img/modal_interview_img_01.webp) no-repeat top 61px left 73px/341px;
	padding: 153px 67px 70px 68px;
}

.modal__top__close{
	position: absolute;
	top: 15px;
	right: 13px;
}

.modal__btm__close{
	width: 110px;
	margin: 0 auto;
}

.modal__btm__close a{
	display: flex;
	border-bottom: 1px solid #707070;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #000;
	background: url(../img/modal_icon_close.svg) no-repeat top 4px right 8px;
	padding-left: 4px;
	height: 33px;
}

.modal__interview__header{
	width: 434px;
	margin: 0 0 122px auto;
}

.modal__interview__message{
	font-family: 'Noto Serif JP';
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1;
}

.modal__interview__message span{
	border-bottom: 1px solid #707070;
	padding-bottom: 6px;
	margin-bottom: 14px;
	display: inline-block;
}

.modal__interview__name{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.modal__interview__name strong{
	font-weight: 500;
	font-size: 24px;
}

.modal__qa{
	margin-bottom: 73px;
}

.modal__q{
	border-radius: 10px;
	background: rgba(99, 169, 80, 0.15);
	padding: 19px 20px 16px 72px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.66;
	margin-bottom: 15px;
	position: relative;
}

.modal__q span{
	font-family: 'Lobster';
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #64a950;
	position: absolute;
	left: 18px;
	top: 18px;
}

.modal__a{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.875;
	margin-bottom: 36px;
	margin-left: -2px;
}

/*color*/
#modal__interview-2{
	background:#fff url(../img/modal_interview_img_02.webp) no-repeat top 65px left 75px/333px;
}

#modal__interview-2 .modal__q span{
	color: #62B5EF;
}

#modal__interview-2 .modal__q{
	background: rgba(98, 180, 239, 0.15);
}

#modal__interview-3{
	background:#fff url(../img/modal_interview_img_03.webp) no-repeat top 65px left 89px/306px;
}

#modal__interview-3 .modal__q span{
	color: #A971A6;
}

#modal__interview-3 .modal__q{
	background: rgba(169, 113, 166, 0.15);
}

#modal__interview-4{
	background:#fff url(../img/modal_interview_img_04.webp) no-repeat top 69px left 79px/323px;
}

#modal__interview-4 .modal__q span{
	color: #ECA048;
}

#modal__interview-4 .modal__q{
	background: rgba(236, 159, 72, 0.15);
}

#modal__interview-5{
	background:#fff url(../img/modal_interview_img_05.webp) no-repeat top 72px left 82px/324px;
}

#modal__interview-5 .modal__q span{
	color: #F089A1;
}

#modal__interview-5 .modal__q{
	background: rgba(240, 137, 161, 0.15);
}

#modal__interview-6{
	background:#fff url(../img/modal_interview_img_06.webp) no-repeat top 71px left 91px/306px;
}

#modal__interview-6 .modal__q span{
	color: #019270;
}

#modal__interview-6 .modal__q{
	background: rgba(1, 146, 112, 0.15);
}

#modal__interview-7{
	background:#fff url(../img/modal_interview_img_07.webp) no-repeat top 65px left 80px/325px;
}

#modal__interview-7 .modal__q span{
	color: #FF7676;
}

#modal__interview-7 .modal__q{
	background: rgba(255, 118, 118, 0.15);
}

@media screen and (min-width: 769px) {
	.modal__close:hover,
	.modal__btn a:hover{
		opacity: .4;
	}
}

@media screen and (max-width: 768px) {
	.modal__interview{
		margin: 30px auto 80px auto;
		width: 90%;
		border-radius: 10px;
		background-color: #fff !important;
		background-repeat: no-repeat !important;
		background-position: top 20px left 50% !important;
		background-size: auto 190px !important;
		padding: 230px 20px 30px 20px;
	}

	.modal__top__close{
		top: 10px;
		right: 10px;
	}

	.modal__top__close img{
		width: 30px;
	}

	.modal__interview__header{
		width: auto;
		margin: 0 0 10px 0;
	}

	.modal__interview__message{
		font-size: 16px;
	}

	.modal__interview__name{
		font-size: 14px;
	}

	.modal__interview__message span{
		margin-bottom: 10px;
	}

	.modal__qa{
		margin-bottom: 30px;
	}

	.modal__q{
		padding: 10px 10px 10px 45px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.modal__q span{
		font-size: 20px;
		left: 10px;
		top: 13px;
	}

	.modal__a{
		font-size: 14px;
		margin-bottom: 20px;
		margin-left: 0;
	}

	/*image*/

	#modal__interview-2{
		background-image: url(../img/modal_interview_img_02.webp);
	}

	#modal__interview-3{
		background-image: url(../img/modal_interview_img_03.webp);
	}

	#modal__interview-4{
		background-image: url(../img/modal_interview_img_04.webp);
	}

	#modal__interview-5{
		background-image: url(../img/modal_interview_img_05.webp);
	}

	#modal__interview-6{
		background-image: url(../img/modal_interview_img_06.webp);
	}

	#modal__interview-7{
		background-image: url(../img/modal_interview_img_07.webp);
	}
}

/*welfare
--------------------------------------------------*/
.welfare__container{
	width: 980px;
	margin: 0 auto;
	padding: 207px 0 30px 0;
}

.welfare__heading{
	margin-bottom: 139px;
}

.welfare__heading::after{
	margin-left: 132px;
}

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

.welfare__item{
	width: 475px;
	height: 306px;
	background: url(../img/welfare_item_bg_01.webp) no-repeat 0 0/cover;
	border-radius: 50px;
	margin-bottom: 32px;
	padding: 40px 46px 0 46px;
	box-sizing: border-box;
	position: relative;
}

.welfare__item:nth-child(2),
.welfare__item:nth-child(2),
.welfare__item:nth-child(6){
	background-image: url(../img/welfare_item_bg_02.webp);
}

.welfare__img{
	line-height: 0;
	position: absolute;
	top: 86px;
	left: 45px;
	width: 115px;
}

.welfare__img img{
	width: 100%;
}

.welfare__item:nth-child(2) .welfare__img{
	top: 106px;
	left: 26px;
	width: 158px;
}

.welfare__item:nth-child(3) .welfare__img{
	top: 94px;
	left: 32px;
	width: 147px;
}

.welfare__item:nth-child(4) .welfare__img{
	top: 114px;
	left: 33px;
	width: 144px;
}

.welfare__item:nth-child(5) .welfare__img{
	top: 105px;
	left: 24px;
	width: 149px;
}

.welfare__item:nth-child(6) .welfare__img{
	top: 60px;
	left: 48px;
	width: 127px;
}

.welfare__ttl{
	font-family: 'Noto Serif JP';
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	color: #fff;
	margin-bottom: 16px;
}

.welfare__txt{
	width: 229px;
	margin-left: auto;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.875;
	color: #fff;
}

.welfare__tag{
	width: 100px;
	height: 40px;
	position: absolute;
	right: 165px;
	bottom: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #64a950;
	background: #fff;
	border-radius: 20px;
}

.welfare__tag-2{
	right: 55px;
	color: #019270;
}

@media screen and (min-width: 769px) {
	.welfare__tag a:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.welfare__container{
		width: auto;
		padding: 80px 20px 20px 20px;
	}

	.welfare__heading{
		margin-bottom: 50px;
	}

	.welfare__heading::after{
		margin-left: 80px;
	}

	.welfare__list{
		display: block;
		width: 300px;
		margin: 0 auto;
	}

	.welfare__item{
		width: 100%;
		height: auto;
		background-repeat: repeat;
		border-radius: 20px;
		margin-bottom: 20px;
		padding: 20px 20px 90px 20px;
		box-sizing: border-box;
		position: relative;
	}

	.welfare__img{
		line-height: 0;
		position: relative;
		top: auto !important;
		left: auto !important;
		width: 115px;
		margin: 0 auto;
	}

	.welfare__img img{
		width: 100%;
	}

	.welfare__ttl{
		font-size: 20px;
		margin-bottom: 10px;
	}

	.welfare__txt{
		width: auto;
		margin-left: 0;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.welfare__tag{
		right: 50%;
		margin-left: 50px;
		bottom: 20px;
		margin-right: 5px;
	}

	.welfare__tag-2{
		margin-right: -105px;
	}
}

/*よくあるご質問
--------------------------------------------------*/
.qa{
	padding: 312px 0 284px 0;
	background:
	url(../img/qa_bg_top.webp) no-repeat top 0 left 0/100%,
	url(../img/qa_bg_btm.webp) no-repeat bottom 0 left 0/100%,
	url(../img/qa_bg.webp);
}

.qa__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.qa__heading{
	margin-bottom: 133px;
}

.qa__heading::after{
	margin-left: 174px;
}

.qa__item{
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
	margin-bottom: 20px;
	padding: 0 30px;
}

.qa__txt__q{
	padding: 34px 52px 30px 56px;
	background: url(../img/qa_icon_q.svg) no-repeat top 50% left 0;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.66;
	position: relative;
}

.qa__txt__q::after{
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: url(../img/qa_icon_open.svg) no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
}

.qa--active .qa__txt__q:after{
	background-image: url(../img/qa_icon_close.svg);
}

.qa__txt__a{
	border-top: 1px solid #707070;
	padding: 30px 0;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.875;
	display: none;
}

@media screen and (max-width: 768px) {
	.qa{
		padding:90px 0 80px 0;
		background:
		url(../img/qa_bg_top.webp) no-repeat top 0 left 50%/100%,
		url(../img/qa_bg_btm.webp) no-repeat bottom -1px left 50%/100%,
		url(../img/qa_bg.webp);
	}

	.qa__container{
		width: auto;
		padding: 0 20px;
	}

	.qa__heading{
		margin-bottom: 80px;
	}

	.qa__heading::after{
		margin-left: 90px;
	}

	.qa__item{
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.qa__txt__q{
		padding: 15px 20px 15px 30px;
		background: url(../img/qa_icon_q.svg) no-repeat top 50% left 0/20px;
		font-size: 16px;
	}

	.qa__txt__q::after{
		right: 5px;
	}

	.qa__txt__a{
		padding: 10px 5px 15px 5px;
		font-size: 14px;
	}
}

/*お仕事を探す
--------------------------------------------------*/
.search{
	padding: 31px 0 105px 0;
	background: url(../img/search_bg.webp) no-repeat 0 0/100%;
}

.search__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.search__heading{
	margin-bottom: 137px;
}

.search__heading::after{
	margin-left: 142px;
}

.search__block{
	background: url(../img/search_content_bg.webp);
	border-radius: 16px;
	border: 2px solid #63aa50;
	margin-bottom: 120px;
	position: relative;
}

.search__mhd{
	width: 301px;
	position: absolute;
	top: -79px;
	left: 17px;
}

.search__mhd img{
	width: 100%;
}

.search__area{
	height: 440px;
}

.search__type{
	padding: 176px 0 73px 0;
}

.search__category{
	padding: 103px 0 74px 0;
	margin-bottom: 0;
}

.search__type .search__mhd{
	left: auto;
	right: -35px;
	top: -65px;
}

.search__category .search__mhd{
	left: 17px;
	top: -65px;
}

.category__list{
	width: 873px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.category__item{
	width: 271px;
	height: 65px;
	margin-bottom: 25px;
	position: relative;
}

.category__item a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-radius: 35px;
	background: #62ab50 url(../img/search_arrow_02.svg) no-repeat top 50% right 30px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	color: #fff;
}

.category__item span{
	font-size: 14px;
}

.type__list{
	width: 710px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.type__item{
	width: 330px;
	height: 65px;
	position: relative;
}

.type__item a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 35px;
	background: #62ab50 url(../img/search_arrow_02.svg) no-repeat top 50% right 30px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
}

.type__item::before{
	content: '';
	display: block;
	background: url(../img/search_img_01.webp) no-repeat 0 0/100%;
	width: 235px;
	height: 134px;
	position: absolute;
	bottom: 65px;
	left: 47px;
}

.type__item:nth-child(2)::before{
	background-image: url(../img/search_img_02.webp);
	width: 176px;
	height: 139px;
	left: 76px;
}

.search__area__map{
	position: absolute;
	top: 95px;
	left: 72px;
	width: 460px;
}

.search__area__map img{
	width: 100%;
}

.area__list{
	width: 260px;
	position: absolute;
	top: 141px;
	right: 94px;
}

.area__item{
	width: 100%;
	height: 65px;
	position: relative;
	transition: 0.3s ease-out;
	margin-bottom: 22px;
}

/*プルダウン*/
.search__item__select{
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
  width: 260px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 18px;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor: pointer;
}

.search__item__select__val{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff url(../img/search_arrow_01.svg) no-repeat top 50% right 39px;
	border-radius: 32.5px;
	border: 2px solid #63aa50;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #64a950;
	transition: 0.3s ease-out;
}

@media screen and (min-width: 769px) {
	.category__item a:hover,
	.type__item a:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.search{
		padding: 50px 0 0 0;
		background: url(../img/search_bg.webp) no-repeat top 50px left 50%/500px;
	}

	.search__container{
		width: auto;
		padding: 0 20px;
	}

	.search__heading{
		margin-bottom: 100px;
	}

	.search__heading::after{
		margin-left: 80px;
	}

	.search__block{
		border-radius: 10px;
		margin-bottom: 60px;
	}

	.search__mhd{
		width: 200px;
		top: -50px;
		left: 10px;
	}

	.search__area{
		height: auto;
		padding: 40px 0 0;
	}

	.search__type{
		padding: 145px 0 30px 0;
	}

	.search__category{
		padding: 57px 0 20px 0;
	}

	.search__type .search__mhd{
		right: -20px;
		top: -35px;
	}

	.search__category .search__mhd{
		top: -45px;
		left: 10px;
	}

	.category__list{
		width: 250px;
		display: block;
		margin: 0 auto;
	}

	.category__item{
		width: 100%;
		height: 50px;
		margin-bottom: 15px;
	}

	.category__item a{
		background: #62ab50 url(../img/search_arrow_02.svg) no-repeat top 50% right 20px/15px;
		font-size: 16px;
		line-height: 1.4;
	}

	.category__item span{
		font-size: 14px;
	}

	.type__list{
		width: 250px;
		margin: 0 auto;
		display: block;
	}

	.type__item{
		width: 100%;
		height: 50px;
	}

	.type__item:first-child{
		margin-bottom: 120px;
	}

	.type__item a{
		background: #62ab50 url(../img/search_arrow_02.svg) no-repeat top 50% right 20px/15px;
		font-size: 16px;
		letter-spacing: 0.08em;
		line-height: 1;
		color: #fff;
	}

	.type__item::before{
		width: 170px;
		height: 97px;
		bottom: 50px;
		left: 47px;
	}

	.type__item:nth-child(2)::before{
		width: 126px;
		height: 99px;
		left: 66px;
	}

	.search__area__map{
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto 10px auto;
		width: 250px;
	}

	.area__list{
		width: 240px;
		margin: 0 auto;
		position: relative;
		top: auto;
		right: auto;
	}

	.area__item{
		height: 50px;
	}

	/*プルダウン*/
	.search__item__select{
		height: 50px;
	}
}

/*side botton ・ sp entry button ・ page top button
--------------------------------------------------*/
/*pgage top */
.pg-top{
	position: fixed;
	display: none;
	bottom: 110px;
	right: 28px;
	z-index: 300;
	width: 96px;
}

.pg-top img{
	width: 100%;
}

@media screen and (min-width: 769px) {
	.pg-top a:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.pg-top{
		bottom: 30px;
		right: 10px;
		width: 45px;
	}
}

/*フッター
--------------------------------------------------*/
.footer p,
.footer a{
	color: #000;
}

.footer__container{
	padding: 27px 0;
	border-top: 1px solid #707070;

}

.footerLink__list{
	display: flex;
	justify-content: center;
	margin-bottom: 17px;
}

.footerLink__item{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 53px;
	position: relative;
}

.footerLink__item::before{
	content: '';
	display: block;
	height: 14px;
	width: 1px;
	background: #000;
	position: absolute;
	left: -28px;
	top: 0;
}

.footerLink__item:first-child{
	margin-left: 0;
}

.footerLink__item:first-child::before{
	display: none;
}

.copyright{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.footerLink__item a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.footer__container{
		padding: 20px;
		display: block;
	}

	.footerLink__list{
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

	.footerLink__item{
		font-size: 12px;
		letter-spacing: 0;
		line-height: 12px;
		margin-left: 20px;
		margin-bottom: 5px;
		white-space: nowrap;
	}

	.footerLink__item::before{
		height: 12px;
		width: 1px;
		left: -10px;
	}

	.copyright{
		font-size: 10px;
		letter-spacing: 0;
		text-align: center;
	}
}