@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&family=Noto+Sans+JP:wght@100..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 : #222524;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

@media screen and (min-width: 769px) {
	body{
		min-width: 1200px;
		overflow: hidden;
		background: #C72F20 url(../img/main_content_bg.svg) no-repeat top 819px left calc(50% + 211px);
	}
}

@media screen and (max-width: 768px) {
	body{
		background: #C72F20 url(../img/main_content_bg.svg) no-repeat top 425px left 50% /285px;
	}
}

.ipad{
	min-width: 1200px;
}

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

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

/*header
--------------------------------------------------*/
.header{
	position: relative;
	padding-top: 108px;
}

.floating__nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	min-width: 1200px;
}

.header__logo{
	position: absolute;
	top: 45px;
	left: 46px;
	z-index: 310;
	width: 156px;
}

.header__logo img{
	width: 100%;
}

.header__nav{
	position: absolute;
	top: 0;
	right: 98px;
}

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

.nav__item{
	margin-left: 59px;
	white-space: nowrap;
	position: relative;
}

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

.nav__item a{
	width: 100%;
	height: 106px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
}

@media screen and (min-width: 769px) {
	/*hover*/
	.nav__item a:hover,
	.header__logo a:hover{
		opacity: .6;
	}
	
	/*fixed*/
	.is-fixed{
		position: fixed;
		z-index: 500;
		background: rgba(34, 37, 36, 0.8);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		height: 106px;
	}

	.is-fixed .header__logo{
		top: 11px;
		width: 150px;
	}
}

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

	.floating__nav{
		height: auto;
		min-width: auto;
		top: 0;
	}

	.header__logo{
		top: 22px;
		left: 20px;
		width: 102px;
	}

	.header__nav,
	.nav__btn{
		display: none;
	}
}

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

.mv__txt{
	background: url(../img/mv_pc_txt.svg) no-repeat 0 0/100%;
	width: 29.9375%;
	height: 23.866%;
	position: absolute;
	top: 69.2%;
	left: 4.4375%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 150;
}

.mv__slides{
	width: 87.5%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 6.25%;
	overflow: hidden;
	z-index: 100;
}

.mv__ph{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 210;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: none;
}

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

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

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

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

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

.mv--active{
	display: block;
}

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

	.mv__txt{
		background-image: url(../img/mv_sp_txt.svg);
		width: 58.666%;
		height: 17%;
		top: auto;
		bottom: 0;
		left: 5.06%;
	}

	.mv__slides{
		width: 89.33%;
		height: 78.15%;
		left: 5.33%;
	}

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

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

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

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

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

/*SP navi
--------------------------------------------------*/
/*hamburger SP*/
@media screen and (max-width: 768px) {
	.hamburger{
		position: fixed;
    top: 17px;
		right: 21px;
    width: 34px;
    height: 34px;
		z-index: 700;
		background: #fff;
		border-radius: 50px;
	}
	
	.hamburger__inner{
		position: absolute;
		top: 11px;
		left: 9px;
		width: 16px;
		height: 12px;
		cursor: pointer;
	}

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

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

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

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

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

	.hamburger__line--b.nav--active{
		top: 6px;
		transform: rotate(135deg);
	}
}

/*navi*/
.sp-nav{
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 600;
	top: 0;
	left: 0;
}

.sp-nav__container{
	align-items:center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.sp-nav__index {
	width: 230px;
	margin: 0 auto;
}

.sp-nav__item{
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.sp-nav__item:last-child{
	border: none;
}

.sp-nav__item a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
}

.sp-nav__btn{
	width: 100%;
}

.sp-nav__btn__item{
	margin-bottom: 20px;
	height: 50px;
}

.sp-nav__btn__item a{
	display: flex;
	align-items: center;
	height: 100%;
	background: #222524 url(../img/floating_btn_arrow.svg) no-repeat top 50% right 15px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

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

/*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;
	display: flex;
	flex-direction: column;
	color: #fff;
	position: relative;
}

.content__heading::after{
	content: '';
	display: block;
	width: 59%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 37px;
	right: 0;
}

.content__heading--en{
	font-family: 'Changa';
	font-weight: 700;
	font-size: 75px;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}

.content__heading--ja{
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: 34px;
	color: #fff;
	padding: 0 13px 0 16px;
	background: #222524;
	width: fit-content;
}

@media screen and (max-width: 768px) {
	.content__heading::after{
		width: 52%;
		top: 15px;
	}

	.content__heading--en{
		font-size: 30px;
		margin-bottom: 3px;
	}

	.content__heading--ja{
		font-size: 16px;
		line-height: 32px;
		padding: 0 6px;
	}
}

/*about us
--------------------------------------------------*/
.aboutus{
	padding: 107px 0 146px 0;
	background:
	url(../img/aboutus_bg_ph_01.webp) no-repeat top 302px left calc(50% + 488px)/622px,
	url(../img/aboutus_bg_ph_02.webp) no-repeat top 707px left calc(50% - 700px)/200px;
}

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

.aboutus__heading{
	margin-bottom: 73px;
}

.aboutus__txt__area{
	margin-bottom: 171px;
}

.aboutus__txt-1{
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 0.1em;
	line-height: 1.375;
	color: #fff;
	margin-bottom: 48px;
}

.aboutus__txt-2{
	width: 612px;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 2.1;
	color: #fff;
}

.aboutus__block{
	background: rgba(255, 254, 254, 0.6);
	padding: 75px 64px 59px 65px;
	margin-bottom: 88px;
	position: relative;
}

.aboutus__block-2{
	padding-bottom: 70px;
}

.aboutus__mhd{
	line-height: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	top: -19px;
	left: 0;
}

.data__list{
	display: flex;
	flex-wrap: wrap;
}

.data__item{
	width: 280px;
	height: 160px;
	background: #fffefe;
	margin-right: 5px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 25px 0 5px 0;
}

.data__item:nth-child(3),
.data__item:nth-child(5){
	margin-right: 0;
}

.data__item:nth-child(n+4){
	width: 422px;
	height: 178px;
	padding: 17px 8px 0 0;
}

.brand__list{
	display: flex;
	flex-wrap: wrap;
}

.brand__item{
	width: 208px;
	margin-right: 6px;
	line-height: 0;
}

.brand__item:nth-child(4n){
	margin-right: 0;
}

.brand__item img{
	width: 100%;
}

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

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

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

	.aboutus__heading{
		margin-bottom: 20px;
	}

	.aboutus__txt__area{
		margin-bottom: 50px;
		position: relative;
		padding-bottom: 220px;
	}

	.aboutus__txt__area::after{
		content: '';
		display: block;
		background: url(../img/aboutus_bg_ph_01.webp) no-repeat 0 0/100%;
		width: 190px;
		height: 205px;
		position: absolute;
		bottom: 0;
		margin-left: -62px;
		left: 50%;
	}

	.aboutus__txt__area::before{
		content: '';
		display: block;
		background: url(../img/aboutus_bg_ph_02.webp) no-repeat 0 0/100%;
		width: 61px;
		height: 127px;
		position: absolute;
		bottom: 0;
		margin-left: -127px;
		left: 50%;
	}

	.aboutus__txt-1{
		font-size: 22px;
		margin-bottom: 20px;
	}

	.aboutus__txt-2{
		width: auto;
		font-size: 16px;
		line-height: 1.8;
	}

	.aboutus__block{
		padding: 30px 20px 15px 20px !important;
		margin-bottom: 40px;
	}

	.aboutus__mhd{
		top: -10px;
		left: 0;
	}

	.aboutus__mhd img{
		height: 20px;
	}

	.data__list{
		width: 100%;
	}

	.data__item{
		width: 100% !important;
		height: auto !important;
		margin: 0 0 5px 0 !important;
		padding: 10px 0 !important;
	}

	.data__item img{
		transform: scale(80%);
	}

	.brand__list{
		display: block;
		width: 208px;
		margin: 0 auto;
	}

	.brand__item{
		margin: 0 0 10px 0;
	}
}

/*merit
--------------------------------------------------*/
.merit{
	background: #F5A803;
	padding: 330px 0 55px 0;
}

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

.gallery{
	text-align: center;
	line-height: 0;
	width: 1734px;
	margin: 0 auto;
	position: absolute;
	top: -507px;
	left: -343px;
}

.gallery img{
	width: 100%;
}

.merit__heading{
	margin-bottom:  70px;
}

.merit__heading::after {
    width: 74%;
}

.merit__list{
	display: flex;
	flex-wrap: wrap;
}

.merit__item{
	width: 220px;
	height: 400px;
	border-radius: 20px;
	background: #fff url(../img/merit_icon_01.svg) no-repeat top 52px left 50%;
	margin-right: 33px;
	margin-bottom: 45px;
	padding-top: 232px;
	position: relative;
}

.merit__item:nth-child(4n){
	margin-right: 0;
}

.merit__item:nth-child(2){
	background-image: url(../img/merit_icon_02.svg);
}

.merit__item:nth-child(3){
	background-image: url(../img/merit_icon_03.svg);
}

.merit__item:nth-child(4){
	background-image: url(../img/merit_icon_04.svg);
}

.merit__item:nth-child(5){
	background-image: url(../img/merit_icon_05.svg);
}

.merit__item:nth-child(6){
	background-image: url(../img/merit_icon_06.svg);
}

.merit__item:nth-child(7){
	background-image: url(../img/merit_icon_07.svg);
}

.merit__ttl{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 166px;
	left: 0;
	width: 100%;
}

.merit__item:nth-child(2) .merit__ttl,
.merit__item:nth-child(5) .merit__ttl{
	top: 148px;
}

.merit__ttl span{
	width: fit-content;
	padding: 0 13px;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 34px;
	color: #fff;
	background: #222524;
	margin-bottom: 6px;
}

.merit__txt{
	width: 180px;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.666;
}

@media screen and (max-width: 768px) {
	.merit{
		padding: 30% 0 50px 0;
		position: relative;
	}

	.merit::before{
		content: '';
		display: block;
		background: url(../img/gallery_sp.webp) no-repeat 0 0/100%;
		width: 100%;
		height: 26.125%;
		position: absolute;
		top: 0;
		left: 0;
	}

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

	.gallery{
		display: none;
	}

	.merit__heading{
		margin-bottom:  30px;
	}

	.merit__heading::after {
			width: 70%;
	}

	.merit__list{
		display: block;
	}

	.merit__item{
		width: 100%;
		height: auto;
		border-radius: 10px;
		background-position: top 20px left 50%;
		box-sizing: border-box;
		padding: 150px 20px 20px 20px;
		margin: 0 0 20px 0;
		position: relative;
	}

	.merit__ttl{
		top: 110px;
	}

	.merit__item:nth-child(2),
	.merit__item:nth-child(5) {
		padding-top: 180px;
	}

	.merit__item:nth-child(2) .merit__ttl,
	.merit__item:nth-child(5) .merit__ttl{
		top: 100px;
	}

	.merit__ttl span{
		padding: 0 10px;
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 5px;
	}

	.merit__txt{
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		line-height: 1.666;
	}
}

/*career step
--------------------------------------------------*/
.step{
	background: url(../img/step_bg.webp) no-repeat 0 0/cover;
	height: 839px;
	padding-top: 113px;
}

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

.step__heading{
	margin-bottom: 20px;
}

.step__heading::after{
	width: 45%;
}

.step__heading .content__heading--ja{
	background: #C72F20;
}

.step__img{
	line-height: 0;
}

@media screen and (max-width: 768px) {
	.step{
		background: url(../img/step_bg.webp) no-repeat 0 0/cover;
		height: auto;
		padding: 50px 0;
	}

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

	.step__heading{
		margin-bottom: 0;
	}

	.step__heading::after{
		width: 37%;
	}

	.step__img{
		overflow-x:scroll;
		padding-bottom: 30px;
	}
}

/*staff interview
--------------------------------------------------*/
.interview{
	padding: 111px 0 51px 0;
}

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

.interview__heading{
	margin-bottom: 74px;
}

.interview__heading::after{
	width: 28.5%;
}

.interview__list{
	display: flex;
	flex-wrap: wrap;
}

.interview__item{
	width: 450px;
	line-height: 0;
	margin-right: 80px;
	margin-bottom: 53px;
}

.interview__item img{
	width: 100%;
}

.interview__item:nth-child(2n){
	margin-right: 0;
}

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

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

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

	.interview__heading{
		margin-bottom: 30px;
	}

	.interview__heading::after{
		width: 17%;
	}

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

	.interview__item{
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/*modal
--------------------------------------------------*/
.modal{
	margin: 50px auto;
	width: 980px;
	background: #C72F20;
	padding: 121px 111px 74px 112px;
	box-sizing: border-box;
	position: relative;
}

.modal__close__top{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	transition: 0.3s ease-out;
	cursor: pointer;
	z-index: 300;
}

.modal__close__top img{
	width: 100%;
}

.modal__close__btm{
	width: 170px;
	height: 50px;
	margin: 0 auto;
	transition: 0.3s ease-out;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background : #222524 url(../img/modal_icon_close.svg) no-repeat top 50% right 26px;
	font-family: 'Changa';
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1;
	color: #fff;
}

.modal__header{
	margin-bottom: 49px;
	position: relative;
}

.modal__ttl{
	font-family: 'Changa';
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #f5a604;
	margin-bottom: 30px;
	position: absolute;
	top: -63px;
	left: -2px;
	z-index: 100;
}

.modal__no{
	font-family: 'Changa';
	font-weight: 700;
	font-size: 93px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #f5a604;
	position: absolute;
	top: -41px;
	left: -2px;
	z-index: 100;
}

.header__ph__area{
	width: 642px;
	margin: 0 auto 19px auto;
	position: relative;
}

.modal__ph{
	line-height: 0;
}

.modal__ph img{
	width: 100%;
}

.modal__read{
	position: absolute;
	bottom: 15px;
	left: -59px;
	display: flex;
	flex-direction: column;
}

#modal-1 .modal__read{
	left: 341px;
}

.modal__read span{
	display: block;
	padding: 0 11px 0 12px;
	margin-bottom: 5px;
	background: #222524;
	font-size: 19px;
	letter-spacing: 0.05em;
	line-height: 41px;
	color: #fff;
	width: fit-content;
	white-space: nowrap;
}

.modal__name__area{
	width: fit-content;
	height: 47px;
	margin: 0 58px 0 auto;
	display: flex;
}

.modal__name{
	border-right: 1px solid #fff;
	width: fit-content;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.05;
	color: #fff;
	padding-right: 18px;
	margin-right: 13px;
}

.modal__name strong{
	font-family: 'Changa';
	font-weight: 500;
	font-size: 52px;
	margin-right: 4px;
}

.modal__pos{
	width: fit-content;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #fff;
	padding-right: 6px;
}

.modal__qa{
	margin-bottom: 63px;
}

.modal__q{
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.666;
	color: #fff;
	padding-left: 49px;
	background: url(../img/modal_q_icon.svg) no-repeat top 4px left 0;
	margin-bottom: 20px;
}

.modal__a{
	background: #fff;
	padding: 14px 33px 15px 32px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 30px;
	
	color: #000;
	margin-bottom: 33px;
}

@media screen and (min-width: 769px) {
	.modal__close__top:hover,
	.modal__close__btm:hover{
		opacity: 0.6;
	}
}

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

	.modal__close__top{
		width: 40px;
		height: 40px;
	}

	.modal__close__btm{
		width: 140px;
		height: 45px;
		background-position: top 50% right 20px;
	}

	.modal__header{
		margin-bottom: 30px;
	}

	.modal__ttl{
		font-weight: 700;
		font-size: 22px;
		top: -45px;
		left: 0;
	}

	.modal__no{
		font-size: 50px;
		top: -25px;
		left: 0;
	}

	.header__ph__area{
		width: 100%;
		margin-bottom: 10px;
		position: relative;
	}

	.modal__read{
		left: -10px !important;
    bottom: 0 !important;
	}

	.modal__read span{
		padding: 0 5px;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 28px;
	}

	.modal__name__area{
		width: fit-content;
		height: auto;
		margin: 0;
		display: block;
	}

	.modal__name{
		font-size: 16px;
		letter-spacing: 0;
		padding-right: 0;
		margin: 0 0 10px 0;
		border: 0;
	}

	.modal__name strong{
		font-size: 40px;
		margin-right: 4px;
	}

	.modal__pos{
		font-size: 16px;
		line-height: 1.5;
		padding-right: 0;
	}

	.modal__qa{
		margin-bottom: 40px;
	}

	.modal__q{
		font-size: 16px;
		padding-left: 40px;
		background-size: 30px;
		background-position: top 6px left 0;
		margin-bottom: 10px;
	}

	.modal__a{
		padding: 15px 20px;
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 20px;
	}
}

/*qa
--------------------------------------------------*/
.qa{
	padding: 106px 0 80px 0;
	background: #fff;
}

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

.qa__heading{
	margin-bottom: 72px;
}

.qa__heading .content__heading--en{
	color: #C72F20;
}

.qa__block{
	margin-bottom: 15px;
	cursor: pointer;
}

.qa__q{
	background: #F3F3F3;
	min-height: 70px;
	position: relative;
	padding: 0 65px 0 99px;
	display: flex;
	align-items: center;
}

.qa__q span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #c72f20;
	border-radius: 50px;
	font-family: 'Changa';
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 24px;
}

.qa__q__txt{
font-size: 18px;
letter-spacing: 0.05em;
line-height: 1.666;
color: #000;
}

.qa__q::after{
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	background: url(../img/qa_icon_open.svg) no-repeat;
	position: absolute;
	right: 26px;
	top: 50%;
	margin-top: -6px;
}

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

.qa__a{
	display: none;
	margin-top: 8px;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

.qa__a__txt{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.875;
	color: #000;
	padding: 20px 28px 19px 27px;
}

.qa__step__list{
	padding: 22px 28px 27px 27px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.qa__step__list dt{
	width: 84px;
	line-height: 24px;
	border-radius: 13px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #000;
	margin-top: 4px;
}

.qa__step__list dd{
	width: 830px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.875;
	color: #000;
}

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

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

	.qa__heading{
		margin-bottom: 30px;
	}

	.qa__block{
		margin-bottom: 15px;
		cursor: pointer;
	}

	.qa__q{
		min-height: auto;
		padding: 10px 45px 10px 64px;
	}

	.qa__q span{
		width: 34px;
		height: 34px;
		font-size: 18px;
		top: 50%;
		margin-top: -17px;
		left: 20px;
	}

	.qa__q__txt{
	font-size: 16px;
	}

	.qa__q::after{
		right: 20px;
	}

	.qa__a{
		margin-top: 5px;
	}

	.qa__a__txt{
		font-size: 14px;
		padding: 10px 20px;
	}

	.qa__step__list{
		padding: 10px 20px;
	}

	.qa__step__list dt{
		width: 80px;
		line-height: 22px;
		font-size: 14px;
	}

	.qa__step__list dd{
		width: 100%;
		font-size: 14px;
		margin-bottom: 5px;
	}
}

/*Footer entry area
--------------------------------------------------*/
.foot__entry{
	background:
	url(../img/foot_entry_ph.webp) no-repeat top 0 left calc(50% - 387px)/825px,
	url(../img/foot_entry_bg.svg) repeat-x top 0 left 0,
	#222524;
}

.foot__entry__container{
	width: 980px;
	margin: 0 auto;
	padding: 156px 0 87px 0;
}

.foot__entry__txt__area{
	width: 324px;
	margin-left: auto;
}

.foot__entry__txt{
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 0.15em;
	line-height: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
	margin-bottom: 34px;
}

.foot__entry__txt span{
	display: block;
	padding-bottom: 8px;
	margin-bottom: 21px;
	border-bottom: 1px solid #fff;
}

.foot__entry__btn__item{
	margin-bottom: 18px;
	width: 100%;
}

.foot__entry__btn__item a{
	display: flex;
	align-items: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	width: 100%;
	padding-left: 28px;
	height: 70px;
	border: 1px solid #fff;
	background: url(../img/foot_entry_arrow.svg) no-repeat top 50% right 21px;
}

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

@media screen and (max-width: 768px) {
	.foot__entry{
		background:
		url(../img/foot_entry_ph.webp) no-repeat top 0 left 50%/250px,
		url(../img/foot_entry_bg.svg) repeat-x top 0 left 0,
		#222524;
	}

	.foot__entry__container{
		width: auto;
		padding: 200px 0 100px 0;
	}

	.foot__entry__txt__area{
		width: 250px;
		margin: 0 auto;
	}

	.foot__entry__txt{
		font-size: 22px;
		margin-bottom: 20px;
		align-items: center;
	}

	.foot__entry__txt span{
		width: fit-content;
	}

	.foot__entry__btn__item{
		margin-bottom: 18px;
		width: 100%;
	}

	.foot__entry__btn__item a{
		display: flex;
		align-items: center;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1;
		color: #fff;
		width: 100%;
		padding-left: 15px;
		height: 60px;
		border: 1px solid #fff;
		background: url(../img/foot_entry_arrow.svg) no-repeat top 50% right 15px;
	}
}

/*side navi ・ sp entry button
--------------------------------------------------*/
.side__nav__btn{
	width: 60px;
	position: fixed;
	top: 223px;
	right: 0;
	z-index: 500;
	line-height: 0;
}

.side__nav__btn a{
	display: block;
}

.floating__btm__block{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 300;
}

.pg-top{
	position: fixed;
	display: none;
	bottom: 50px;
	right: 80px;
	z-index: 300;
	width: 65px;
}

.pg-top a{
	display: flex;
	justify-content: center;
	background: url(../img/pgtop.svg) no-repeat 0 0/100%;
	width: 100%;
	height: 0;
	padding-top: 65px;
	overflow: hidden;
}

.floating__btm__btn{
	display: none;
}

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

@media screen and (max-width: 768px) {
	.side__nav__btn{
		display: none;
	}

	.floating__btm__block{
		position: sticky;
		bottom: 0;
		left: 0;
		z-index: 300;
		width: 100%;
	}

	.pg-top{
		position: sticky;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	
	.pg-top a{
		position: absolute;
		bottom: 45px;
		right: 10px;
		width: 50px;
		height: 50px;
	}

	.floating__btm__btn{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 48px;
		z-index: 300;
		display: flex;
	}
	
	.floating__btm__btn__item{
		width: 50%;
	}

	.floating__btm__btn__item a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		background: #222524;
		font-size: 14px;
		line-height: 1;
		color: #fff;
	}

	.floating__btm__btn__item span{
		padding-right: 15px;
		background: url(../img/floating_btn_arrow.svg) no-repeat top 50% right 0;
	}

	.floating__btm__btn__item:nth-child(2) a{
		background-color: #707070;
	}
}

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

.footer{
	background: #222524;
}

.footer__container{
	margin: 0 32px;
	padding: 30px 0 25px 0;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #fff;
}

.footerLink__list{
	display: flex;
	margin-left: 32px;
}

.footerLink__item{
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 26px;
}

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

.iconLink{
	background: url(../img/icon_externa.svg) no-repeat top 50% right 0;
	padding-right: 21px;
}

.copyright{
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-right: 30px;
}

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

@media screen and (max-width: 768px) {
	.footer__container{
		margin: 0;
		padding: 20px 0;
		border-top: none;
		flex-direction: column;
		align-items: center;
	}

	.footerLink__list{
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 0 10px 0;
	}

	.footerLink__item{
		font-size: 12px;
		line-height: 2;
		white-space: nowrap;
		margin-left: 20px;
	}

	.copyright{
		font-size: 10px;
		line-height: 1;
		margin-right: 0;
	}
}

/* ---- 横スクロールラッパー ---- */
.hscroll-wrap {
  position: relative;
  overflow: hidden;
}
.hscroll-area {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.hscroll-area .is-wide {
  display: block;
  width: 980px;   /* 実際の画像幅に合わせる */
  max-width: none;
}

/* ラッパー */
.hscroll-wrap { position: relative; overflow: hidden; }

/* 横スクロール領域 */
.hscroll-area { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.hscroll-area .is-wide { display:block; width:980px; max-width:none; } /* 実幅980px */

/* ヒントの見た目 */
.hscroll-hint{
  --hint-bg: rgba(0,0,0,.45); --hint-fg:#fff;
  position:absolute; left:50%; top:100px; bottom:auto; transform:translateX(-50%);
  display:inline-flex; align-items:center; gap:.5em;
  padding:.5em .8em; border-radius:999px; background:var(--hint-bg); color:var(--hint-fg);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  pointer-events:none; white-space:nowrap; z-index:5;
  animation: hint-pop .4s ease-out both, hint-pulse 2.2s ease-in-out infinite .8s;
}
.hscroll-hint .hint-icon{ height:1.8em; width:auto; animation: swipe 1.6s ease-in-out infinite; }
.hscroll-hint .hint-text{ font-size:.9em; }

@media (min-width:769px){ .hscroll-hint{ display:none; } }

/* スクロールを検知したらフェードアウト */
.hscroll-wrap.scrolled .hscroll-hint{ animation: fadeout .35s ease forwards; }

/* 端のグラデ（“続きあり”演出） */
.hscroll-area{
  mask-image:linear-gradient(to right, transparent 0, black 16px,
    black calc(100% - 16px), transparent 100%);
}
@supports not (mask-image: linear-gradient(black,black)){
  .hscroll-wrap::before,.hscroll-wrap::after{
    content:""; position:absolute; top:0; bottom:0; width:16px; pointer-events:none; z-index:4;
  }
  .hscroll-wrap::before{ left:0; background:linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0)); }
  .hscroll-wrap::after { right:0; background:linear-gradient(to left,  rgba(255,255,255,1), rgba(255,255,255,0)); }
}

/* アニメーション定義 */
@keyframes swipe { 0%{transform:translateX(0);opacity:.9;} 50%{transform:translateX(12px);opacity:1;} 100%{transform:translateX(0);opacity:.9;} }
@keyframes hint-pop { from{transform:translateX(-50%) translateY(6px);opacity:0;} to{transform:translateX(-50%) translateY(0);opacity:1;} }
@keyframes hint-pulse { 0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,0);} 50%{box-shadow:0 0 0 8px rgba(255,255,255,.08);} }
@keyframes fadeout { to{ opacity:0; visibility:hidden; } }

/* 動き苦手設定に配慮 */
@media (prefers-reduced-motion: reduce){
  .hscroll-hint,.hscroll-hint .hint-icon{ animation:none; }
}