@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@0;1&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 : #333;
	font-family: '游明朝','Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	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;
	padding-top: 110px;
}

.header__floating__nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 700;
}

.header__logo{
	position: absolute;
	line-height: 0;
	width: 116px;
	left: 46px;
	top: 30px;
	z-index: 200;
}

.header__logo img{
	width: 100%;
}

.header__link{
	width: 770px;
	position: absolute;
	top: 16px;
	right: 127px;
	display: flex;
	justify-content: space-between;
}

.header__link__item{
	width: 250px;
}

.header__link__item a{
	display: block;
	background: #c1a470;
	line-height: 70px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.hamburger{
	position: absolute;
	z-index: 700;
	right: 34px;
	top: 41px;
	width: 50px;
	height: 26px;
	cursor: pointer;
	transition: 0.3s ease-out;
}

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

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

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

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

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

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

.hamburger__line--b.active{
	bottom: 13px;
	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: 550px;
}

.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: 70px;
}

.nav__item {
	text-align: center;
}

 .nav__item a{
	display: block;
	padding: 20px 0;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #000;
 }

 .nav__link{
	display: none;
 }

/*fixed*/
.is-fixed{
	position: fixed;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	height: 100px;
	z-index: 700;
}

.noShadow{
	box-shadow: none;
}

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

@media screen and (max-width: 768px) {
	.header{
		padding-top: 60px;
	}

	.header__link{
		display: none;
	}

	.header__logo{
		width: 80px;
		top: 10px;
		left: 20px;
	}

	.header__btn{
		display: none;
	}

	.hamburger{
		right: 15px;
		top: 17px;
		width: 40px;
		height: 15px;
	}

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

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

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

	.floating__nav.show{
		height: 550px;
	}

	.nav__index{
		padding-top: 10px;
	}

	.nav__item a{
		padding: 15px 0;
		font-size: 18px;
	}

	.nav__link{
		width: 200px;
		margin: 0 auto;
		display: block;
	}

	.nav__link__item{
		width: 100%;
		margin-bottom: 10px;
	}

	.nav__link__item a{
		display: block;
		background: #c1a470;
		line-height: 50px;
		font-size: 18px;
		color: #fff;
		text-align: center;
	}

	/*fixed*/
	.header__floating__nav,
	.is-fixed{
		height: 50px;
	}
}

/*mainvisual
--------------------------------------------------*/
.mainvisual{
	width: 100%;
	position: relative;
	background: url(../img/mv_bg_pc.svg) no-repeat bottom -1px left 0/100%;
}

.mainvisual::after{
	content: '';
	display: block;
	padding-top: 54.375%;
}

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

.mv__txt{
	background: url(../img/mv_txt_pc.svg) no-repeat 0 0/100%;
	width: 35.5625%;
	height: 30%;
	position: absolute;
	top: 10%;
	left: 6.55%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 160;
}

@media screen and (max-width: 768px) {
	.mainvisual{
		background-image: url(../img/mv_bg_sp.svg);
	}

	.mainvisual::after{
		padding-top: 82.66%;
	}

	.mv__ph{
		background-image: url(../img/mv_ph_sp.webp);
		width: 93.86%;
		height: 65.16%;
		left: 4%;
		top: 35.16%;
	}

	.mv__txt{
		background-image: url(../img/mv_txt_sp.svg);
		width: 70.66%;
		height: 37.41%;
		top: 0;
		left: 4.53%;
	}
}

/*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{
	line-height: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.content__heading--en{
	font-family: 'Cormorant Garamond';
	font-size: 90px;
	font-weight: 300;
	margin-bottom: 5px;
}

.content__heading--ja{
	font-size: 25px;
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
	width: fit-content;
}

.content__heading__center{
	align-items: center;
	color: #333;
}

.content__heading__center .content__heading--en{
	margin-bottom: 16px;
}

.content__heading__center .content__heading--ja{
	border-bottom-color: #333;
	padding-left: 12px;
	padding-right: 12px;
}

.content__mhd{
	font-size: 25px;
	color: #fff;
	line-height: 1;
	border-bottom: 1px solid #fff;
	width: fit-content;
	margin: 0 auto;
	padding: 0 12px 14px 12px;
}

@media screen and (max-width: 768px) {
	.content__heading--en{
		font-size: 45px;
		margin-bottom: 5px;
	}

	.content__heading--ja{
		font-size: 18px;
		padding-bottom: 8px;
	}

	.content__heading__center .content__heading--en{
		margin-bottom: 16px;
	}

	.content__heading__center .content__heading--ja{
		padding-left: 5px;
		padding-right: 5px;
	}

	.content__mhd{
		font-size: 18px;
		padding: 0 5px 8px 5px;
	}
}

/*about us
--------------------------------------------------*/
.aboutus{
	padding: 53px 0 98px 0;
	background: url(../img/aboutus_bg.svg) no-repeat 0 0/100%;
}

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

.aboutus__txt__area{
	width: 490px;
	margin-left: auto;
}

.aboutus__heading{
	margin-bottom: 29px;
}

.aboutus__txt{
  font-size : 18px;
  line-height : 2.16;
	font-weight: 600;
  color : #fff;
}

.aboutus__ph{
	position: absolute;
	top: -30px;
	left: -310px;
	width: 740px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
}

.aboutus__ph img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.aboutus{
		padding: 50px 0;
		background: #3d3d3d;
	}

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

	.aboutus__txt__area{
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.aboutus__heading{
		margin-bottom: 20px;
	}

	.aboutus__txt{
		font-size : 16px;
		line-height : 1.85;
	}

	.aboutus__ph{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
	}
}

/*work
--------------------------------------------------*/
.work{
	padding: 94px 0 98px 0;
	background: #f3f1ee;
}

.work__container{
	width: 1100px;
	margin: 0 auto;
}

.work__heading{
	margin-bottom: 58px;
}

.tab__list{
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.tab__item{
	width: 242px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size : 24px;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s ease-out;
	cursor: pointer;
}

.tab__item.tab--active{
	background: #c1a470;
	color: #fff;
}

.tab__block{
	display: none;
}

.tab__container{
	background: #fff;
	padding: 54px 59px 70px 61px;
	position: relative;
	margin-bottom: 91px;
}

.work__block{
	border: 2px solid #f3f1ee;
	padding: 33px 37px 48px 38px;
	margin-bottom: 10px;
}

.work__ttl__area{
	padding-bottom: 17px;
	border-bottom: 1px solid #b1aca5;
	margin-bottom: 20px;
	position: relative;
}

.work__mhd{
	font-weight: 600;
	font-size : 32px;
	line-height: 1;
	color : #C1A470;
}

.work__label{
	width: fit-content;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
}

.work__label__item{
	width: 130px;
	height: 30px;
	background: #f3f1ee;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size : 14px;
	line-height: 1;
	font-weight: 600;
	margin-left: 5px;
}

.work__detail__area{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.work__detail__txt__box{
	width: 470px;
}

.work__detail__ph__box{
	width: 400px;
	line-height: 0;
	margin-right: 2px;
}

.work__shd{
  font-size : 22px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 7px;
}

.work__detail__txt{
  font-size : 16px;
  line-height : 1.75;
	margin-bottom: 15px;
}

.work__detail__txt__s{
  font-size : 14px;
  line-height : 1.78;
}

.work__detail__ph img{
	width: 100%;
}

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

.work__link__item{
	width: 280px;
	height: 60px;
}

.work__link__item a{
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 100%;
	height: 100%;
	background: #c1a470 url(../img/work_tab_arrow_01.svg) no-repeat top 50% right 10px;
	font-size : 18px;
	line-height: 1;
	font-weight: 600;
  color : #fff;
}

/*no image*/
.work__block__noimg{
	padding-bottom: 29px;
}

.work__block__noimg .work__label{
	top: -6px;
}
.work__block__noimg .work__detail__area{
	display: block;
	margin-bottom: 31px;
}

.work__block__noimg .work__mhd{
	font-size: 25px;
}

.work__block__noimg .work__shd{
	font-size: 20px;
}

.work__block__noimg .work__link{
	width: 490px;
}

.work__block__noimg .work__link__item{
	width: 240px;
}

.tab__btn{
	width: 320px;
	height: 80px;	
	position: absolute;
	bottom: -39px;
	right: 59px;
}

.tab__btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #333 url(../img/work_tab_arrow_02.svg) no-repeat top 50% right 20px;
  font-size : 18px;
  letter-spacing : 1.8px;
	line-height: 1;
	font-weight: 600;
  color : #fff;
}

.outsourcing{
	width: 918px;
	height: 254px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 92px 0 0 50px;
	box-sizing: border-box;
}

.outsourcing__ttl{
	width: 410px;
	height: 57px;
	background: url(../img/work_outsourcing_ttl_bg.svg) no-repeat 0 0/100%;
  font-size : 31px;
	line-height: 1;
  letter-spacing : 3.1px;
  color : #fff;
	position: absolute;
	top: 33px;
	left: -10px;
	padding: 7px 0 0 63px;
	box-sizing: border-box;
}

.outsourcing__txt{
  font-size : 22px;
  line-height : 1.77;
	font-weight: 600;
	margin-bottom: 12px;
}

.outsourcing__txt__s{
	font-size: 17px;
}

.outsourcing__ph{
	width: 376px;
	line-height: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}

.outsourcing__ph img{
	width: 100%;
}

.outsourcing__link{
	width: 176px;
	height: 49px;
	position: absolute;
	bottom: 29px;
	right: 29px;
}

.outsourcing__link a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #333 url(../img/work_tab_arrow_01.svg) no-repeat top 50% right 10px;
  font-size : 15px;
	line-height: 1;
  color : #fff;
	font-weight: 600;
}

@media screen and (min-width: 769px) {
	.tab__item:hover,
	.work__link a:hover,
	.tab__btn a:hover,
	.outsourcing__link a:hover{
		opacity: .6;
	}
}

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

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

	.work__heading{
		margin-bottom: 30px;
	}

	.tab__list{
		width: 100%;
		justify-content: space-between;
	}

	.tab__item{
		width: 32%;
		height: 40px;
		font-size : 12px;
		line-height: 1.2;
		text-align: center;
	}

	.tab__container{
		padding: 5px 5px 20px 5px;
		margin-bottom: 50px;
	}

	.work__block{
		border: 1px solid #f3f1ee;
		padding: 20px;
		margin-bottom: 10px;
	}

	.work__ttl__area{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.work__mhd{
		font-size : 20px;
		margin-bottom: 15px;
	}

	.work__label{
		position: relative;
		top: auto;
		right: auto;
	}

	.work__label__item{
		width: fit-content;
		height: 30px;
		font-size : 12px;
		padding: 0 5px;
	}

	.work__detail__area{
		display: block;
		margin-bottom: 30px;
	}

	.work__detail__txt__box{
		width: auto;
	}

	.work__detail__ph__box{
		width: auto;
		margin-right: 0;
	}

	.work__shd{
		font-size : 18px;
		line-height: 1.5;
		margin-bottom: 5px;
	}

	.work__detail__txt{
		font-size : 16px;
		line-height : 1.6;
		margin-bottom: 10px;
	}

	.work__detail__txt__s{
		font-size : 14px;
		line-height : 1.6;
	}

	.work__detail__ph{
		margin-top: 10px;
	}

	.work__link{
		width: 100% !important;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	.work__link__item{
		width: 49% !important;
		height: 40px;
	}

	.work__link__item a{
		background: #c1a470 url(../img/work_tab_arrow_01.svg) no-repeat top 50% right 10px;
		font-size : 16px;
	}

	/*no image*/
	.work__block__noimg{
		padding-bottom: 20px;
	}

	.work__block__noimg .work__label{
		top: auto;
	}
	.work__block__noimg .work__detail__area{
		margin-bottom: 30px;
	}

	.work__block__noimg .work__mhd{
		font-size: 18px;
	}

	.work__block__noimg .work__shd{
		font-size: 16px;
	}

	.tab__btn{
		width: 220px;
		height: 40px;	
		position: absolute;
		bottom: -15px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.tab__btn a{
		background: #333 url(../img/work_tab_arrow_02.svg) no-repeat top 50% right 10px;
		font-size : 16px;
		letter-spacing : 1px;
	}

	.outsourcing{
		width: 100%;
		height: auto;
		padding: 55px 15px 15px 15px;
	}

	.outsourcing__ttl{
		width: 280px;
		height: 40px;
		font-size: 18px;
		letter-spacing: 1px;
		top: 15px;
		left: -7px;
		padding: 7px 0 0 20px;
	}

	.outsourcing__txt{
		font-size : 16px;
		line-height : 1.6;
		margin-bottom: 0;
	}

	.outsourcing__txt__s{
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.outsourcing__ph{
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
	}

	.outsourcing__link{
		bottom: 29px;
		right: 29px;
	}
}

/*modal
--------------------------------------------------*/
.modal{
	margin: 50px auto;
	width: 940px;
	background: #c1a470;
	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	position: relative;
}

.modal__schedule__block{
	background: #fff;
	padding: 50px 0;
	margin-bottom: 30px;
}

.modal__hd{
	font-size : 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}

.modal__tbl{
	width: auto;
	margin-left: 48px;
}

.modal__tbl th{
	width: 155px;
	font-weight: 600;
	font-size : 26px;
	line-height: 1;
	position: relative;
	text-align: left;
	background: linear-gradient(90deg, #fff 71%, #333 72%, #fff 73%);
}

.modal__tbl tr:last-child th{
	background: none;
}

.modal__tbl th::after{
	content: '';
	display: block;
	background: #333;
	border-radius: 15px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 99px;
}

.modal__tbl td{
	width: auto;
	font-weight: 600;
	font-size : 26px;
	line-height: 1;
	padding-bottom: 45px;
}

.modal__tbl tr:last-child td{
	padding-bottom: 0;
}

.modal__close{
	width: 180px;
	margin: 0 auto;
}

.modal__close a{
	display: block;
	font-size : 18px;
  color : #fff;
	line-height: 60px;
	text-align: center;
	background: #333 url(../img/modal_arrow.svg) no-repeat top 50% right 10px;
	border-radius: 5px;
}

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

@media screen and (max-width: 768px) {
	.modal{
		margin: 30px auto 80px auto;
		width: 90%;
		padding: 10px 10px 30px 10px;
	}

	.modal__schedule__block{
		padding: 30px 10px;
		margin-bottom: 30px;
	}

	.modal__hd{
		font-size : 20px;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.modal__tbl{
		margin-left: 10px;
	}

	.modal__tbl th{
		width: 80px;
		font-size : 16px;
		background: linear-gradient(90deg, #fff 73%, #333 74%, #fff 75%);
	}

	.modal__tbl th::after{
		width: 14px;
		height: 14px;
		top: 0;
		left: 52px;
	}

	.modal__tbl td{
		font-size : 16px;
		line-height: 1.4;
		padding-bottom: 30px;
	}

	.modal__close{
		width: 150px;
	}

	.modal__close a{
		font-size : 16px;
		line-height: 50px;
	}
}

/*career
--------------------------------------------------*/
.career{
	padding: 94px 0 100px 0;
}

.career__container{
	width: 1100px;
	margin: 0 auto;
}

.career__heading{
	margin-bottom: 31px;
}

.career__read{
  font-size : 24px;
  line-height : 1.86;
	text-align: center;
	margin-bottom: 33px;
}

.career__slides{
	margin-bottom: 53px;
	position: relative;
}

.career__slide{
	width: 1100px;
}

.career__mhd{
	width: 490px;
	line-height: 80px;
	font-weight: 600;
  font-size : 28px;
  color : #fff;
	margin: 0 auto 22px auto;
	background: #c1a470;
	text-align: center;
}

.career__mhd__ls1{
  letter-spacing : 5.6px;
}

.career__mhd__ls2{
  letter-spacing : 2.8px;
}

.career__img{
	background: #f3f1ee;
	height: 570px;
	padding: 42px 0 0 60px;
	box-sizing: border-box;
}

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


.slide__arrow{
	width: 624px;
	height: 27px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50.8%);
	z-index: 200;
}

.slide__arrow__item{
	width: 32px;
	cursor: pointer;
	transition: 0.3s ease-out;
	line-height: 0;
}

.slide__arrow__item img{
	width: 100%;
}

.gallery .slick-slide {
  height: auto;
}

.slick-slider div {
	transition: none;
}

.gallery__item{
	width: 440px;
	height: 0 !important;
	padding-top: 274px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.gallery__item-1{
	background-image: url(../img/gallery_ph_01.webp);
}

.gallery__item-2{
	background-image: url(../img/gallery_ph_02.webp);
}

.gallery__item-3{
	background-image: url(../img/gallery_ph_03.webp);
}

.gallery__item-4{
	background-image: url(../img/gallery_ph_04.webp);
}

.gallery__item-5{
	background-image: url(../img/gallery_ph_05.webp);
}

.gallery__item-6{
	background-image: url(../img/gallery_ph_06.webp);
}

.gallery__item-7{
	background-image: url(../img/gallery_ph_07.webp);
}

.gallery__item-8{
	background-image: url(../img/gallery_ph_08.webp);
}

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

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

	.career__heading{
		margin-bottom: 20px;
	}

	.career__read{
		font-size : 16px;
		line-height : 1.6;
		margin-bottom: 20px;
	}

	.career__slides{
		width: 320px;
		margin: 0 auto 30px auto;
	}

	.career__slide{
		width: 320px;
	}

	.career__mhd{
		width: 240px;
		line-height: 40px;
		font-size : 14px;
		margin-bottom: 10px;
		letter-spacing: 0 !important;
	}
	.career__img{
		height: auto;
		padding: 20px;
		width: 100%;
		overflow-x:scroll;
	}

	.career__img img{
		height: 310px;
	}

	.slide__arrow{
		width: 310px;
		top: 11px;
	}

	.slide__arrow__item{
		width: 24px;
	}

	.gallery__item{
		width: 175px;
		padding-top: 109px;
		margin: 0 4px;
	}
}

/*welfare
--------------------------------------------------*/
.welfare{
	padding: 88px 0 100px 0;
	background: #f3f1ee;
}

.welfare__container{
	width: 980px;
	margin: 0 auto;
}

.welfare__heading{
	margin-bottom: 50px;
}

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

.welfare__item{
	line-height: 0;
	width: 310px;
}

.welfare__item img{
	width: 100%;
}

@media screen and (min-width: 769px) {
	.slide__arrow__item:hover{
		opacity: .7;
	}
}

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

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

	.welfare__heading{
		margin-bottom: 30px;
	}

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

	.welfare__item{
		width: 100%;
		margin-bottom: 20px;
	}
}

/*faq
--------------------------------------------------*/
.qa{
	padding: 96px 0 130px 0;
}

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

.qa__heading{
	margin-bottom: 50px;
}

.qa__item{
	padding: 40px 75px 36px 40px;
	background: #c1a470;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.qa__txt__q{
	margin-bottom: 1px;
	padding: 7px 0 0 67px;
	background: url(../img/qa_icon_q.svg) no-repeat top 0 left 0;
	min-height: 50px;
  font-size : 25px;
	line-height: 1.4;
  letter-spacing : 0.25px;
}

.qa__item::after{
	display: block;
	content: '';
	width: 27px;
	height: 16px;
	background: url(../img/qa_icon_open.svg) no-repeat 0 0/100%;
	position: absolute;
	right: 30px;
	top: 58px;
}

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

.qa__txt__a{
	padding: 10px 0 0 67px;
  font-size : 18px;
  letter-spacing : 0.18px;
	line-height: 1.75;
	display: none;
}

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

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

	.qa__heading{
		margin-bottom: 30px;
	}

	.qa__item{
		padding: 20px 0 18px 9px;
		margin-bottom: 10px;
	}

	.qa__txt__q{
		margin-bottom: 0;
		padding: 4px 40px 0 35px;
		background: url(../img/qa_icon_q.svg) no-repeat top 0 left 0 / 30px;
		min-height: 35px;
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 0;
	}

	.qa__item::after{
		width: 17px;
		height: 12px;
		right: 14px;
		top: 30px;
	}

	.qa__txt__a{
		padding: 5px 10px 0 10px;
		font-size : 14px;
		letter-spacing : 0;
		line-height: 1.5;
		letter-spacing: 1px;
	}
}

/*entry
--------------------------------------------------*/
.entry{
	padding-top: 87px;
	background: url(../img/entry_bg.webp) no-repeat top 0 left 50%/cover;
	height: 863px;
}

.entry__container{
	width: 980px;
	margin: 0 auto;
}

.entry__heading{
	margin-bottom: 2px;
	color: #fff;
}

.entry .content__mhd{
	margin-bottom: 39px;
}

.entry__list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 33px;
}

.entry__item{
	width: 480px;
	height: 111px;
	margin-bottom: 20px;
}

.entry__item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff url(../img/entry_arrow.svg) no-repeat top 50% right 20px;
  font-size : 25px;
  line-height : 1.35;
  letter-spacing : 0.25px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

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

@media screen and (max-width: 768px) {
	.entry{
		padding: 50px 0 100px 0;
		background: url(../img/entry_bg.webp) no-repeat top 0 left 50%/cover;
		height: auto;
	}

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

	.entry__heading{
		margin-bottom: 0;
	}

	.entry .content__mhd{
		margin-bottom: 30px;
	}

	.entry__list{
		display: block;
		width: 280px;
		margin: 0 auto 40px auto;
	}

	.entry__item{
		width: 100%;
		height: 60px;
		margin-bottom: 15px;
	}

	.entry__item a{
		background: #fff url(../img/entry_arrow.svg) no-repeat top 50% right 10px;
		font-size : 16px;
		line-height : 1.35;
	}
}


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

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

/*sp entry button*/
.floating__btm__btn{
	display: none;
}

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

@media screen and (max-width: 768px) {
	.floating__btm__block{
		position: sticky;
		bottom: 0;
		left: 0;
		z-index: 300;
		width: 100%;
	}

	.pg-top{
		position: absolute;
		bottom: 60px;
		right: 10px;
		width: 40px;
	}

	.floating__btm__btn{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 300;
		display: flex;
		justify-content: space-between;
		background: #fff;
		border-top: 1px solid #fff;
	}

	.floating__btm__btn__item{
		width: 33.2%;
		height: 50px;
	}

	.floating__btm__btn__item a{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
		height: 100%;
		background: #c1a470;
		font-size: 16px;
		line-height: 1.2;
		color: #fff;
	}
}

/*フッター
--------------------------------------------------*/
.footer{
	padding: 115px 0 103px 0;
}

.footer p,
.footer a{
	color: #333;
}

.footer__container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

.footerLink__item{
	font-size: 17px;
	line-height: 1;
	position: relative;
	margin-left: 19px;
}

.footerLink__item::before{
	content: '';
	display: block;
	height: 17px;
	width: 1px;
	background: #333;
	position: absolute;
	left: -10px;
	top: 0;
}

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

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

.copyright{
	font-size: 17px;
	line-height: 1;
}

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

@media screen and (max-width: 768px) {
	.footer{
		padding: 30px 0;
	}

	.footerLink__list{
		margin-bottom: 10px;
		justify-content: center;
	}

	.footerLink__item{
		font-size: 12px;
		margin-bottom: 8px;
	}

	.footerLink__item::before{
		height: 12px;
	}
	
	.copyright{
		font-size: 10px;
	}
}