@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,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 : #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: 1601px) {
	body{
		background-size: 100%;
	}
}

@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
--------------------------------------------------*/
.header{
	position: relative;
	padding-top: 95px;
	background: #770404;
}

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

.header__logo{
	position: absolute;
	top: 13px;
	left: 56px;
	z-index: 310;
	width: 267px;
}

.header__logo img{
	width: 100%;
}

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

.nav__index{
	position: absolute;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
	width: fit-content;
	display: flex;
	flex-direction: row;
}

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

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

.nav__item a{
	width: 100%;
	height: 95px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  font-size : 18px;
  color : #fff;
	padding-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
  .nav__index {
    left: 45%;
  }
}

@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: #770404;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		height: 95px;
	}

	.is-fixed .header__logo{
		top: 10px;
		width: 138px;
	}
}

@media screen and (max-width: 768px) {
	.floating__nav{
		min-width: auto;
	}

	.header__logo{
		top: 10px;
		left: 10px;
		width: 190px;
	}

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

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

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

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

	.mv__ph{
		background-image: url(../img/mv_sp.webp);
		width: 96.26%;
		left: 1.86%;
	}
}

/*SP navi
--------------------------------------------------*/
/*hamburger SP*/
@media screen and (max-width: 768px) {
	.hamburger{
		position: fixed;
    top: 15px;
		right: 10px;
    width: 45px;
    height: 45px;
		z-index: 700;
		background: #DA2F20;
		border-radius: 45px;
	}
	
	.hamburger__inner{
		position: absolute;
		top: 19px;
		left: 14px;
		width: 16px;
		height: 8px;
		cursor: pointer;
	}

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

	.hamburger__line--c{
		background: transparent;
	}

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

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

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

	.hamburger__line--b.nav--active{
		top: 3px;
		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: 700;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
}

.sp-nav__btn{
	width: 180px;
	height: 50px;
	margin: 0 auto;
}

.sp-nav__btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DA2F20;
	border-radius: 50px;
	width: 100%;
	height: 100%;
  font-weight : 700;
  font-size : 16px;
  color : #fff;
}

/*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{
	border: 1px solid #000;
	background: #FCEE21;
	font-size: 24px;
	line-height: 32px;
  font-weight : 700;
  color : #000;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.content__heading{
		font-size: 16px;
		line-height: 24px;
		width: fit-content !important;
		padding: 0 10px !important;
	}
}

/*about us
--------------------------------------------------*/
.aboutus{
	padding-top: 102px;
	background: 
	url(../img/aboutus_heading.webp) no-repeat top 98px left calc(50% - 5px)/1164px,
	url(../img/aboutus_img.webp) no-repeat top 205px left calc(50% + 479px)/346px,
	url(../img/aboutus_ph_01.webp) no-repeat top 504px left calc(50% - 386px)/696px,
	url(../img/aboutus_ph_02.webp) no-repeat bottom 0 left calc(50% + 364px)/426px,
	#770404;
	height: 1142px;
}

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

.aboutus__heading{
	width: 370px;
	margin: 94px auto 135px auto;
}

.aboutus__read{
  font-weight : 700;
  font-size : 50px;
  line-height : 1.4;
  letter-spacing : 5px;
  color : #fff;
	text-align: center;
	margin-bottom: 58px;
}

.aboutus__txt{
	width: 560px;
	margin-left: auto;
  font-weight : 700;
  font-size : 20px;
  line-height : 2.21;
  color : #fff;
}

@media screen and (max-width: 768px) {
	.aboutus{
		padding-top: 47px;
		background: 
		url(../img/aboutus_heading.webp) no-repeat top 30px left 50% /300px,
		url(../img/aboutus_img.webp) no-repeat top 100px left calc(50% + 130px)/80px,
		#770404;
		height: auto;
		position: relative;
	}

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

	.aboutus::after{
		content: '';
		display: block;
		background: url(../img/aboutus_ph_02.webp) no-repeat 0 0/100%;
		width: 253px;
		height: 220px;
		margin: 0 auto;
	}

		.aboutus__container::after{
		content: '';
		display: block;
		background: url(../img/aboutus_ph_01.webp) no-repeat 0 0/100%;
		width: 280px;
		height: 226px;
		margin: 0 auto;
	}

	.aboutus__heading{
		margin: 45px auto 40px auto;
	}

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

	.aboutus__txt{
		width: auto;
		margin-left: 0;
		font-weight : 700;
		font-size : 16px;
		line-height : 1.85;
		margin-bottom: 20px;
	}
}

/*brand
--------------------------------------------------*/
.brand{
	padding-top: 111px;
	height: 577px;
	position: relative;
}

.brand__container{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.brand__read{
  font-weight : 700;
  font-size : 40px;
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
}

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

.brand__item{
	width: 230px;
	line-height: 0;
}

.brand__item img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.brand{
		padding-top: 50px;
		height: 360px;
	}

	.brand__container{
		width: auto;
		padding: 0 20px 50px 20px;
		margin: 0 auto;
	}

	.brand__read{
		font-size : 18px;
		margin-bottom: 30px;
	}

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

	.brand__item{
		width: 135px;
		margin-bottom: 10px;
	}
}

/*slider
--------------------------------------------------*/
.slick-slider div { transition: none; }

.slide__contaner{
	height: 310px;
	overflow: hidden;
}

.slide{
	width: 510px;
	height: 310px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 470px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.slide-1{
	background-image: url(../img/slide_01.webp);
}

.slide-2{
	background-image: url(../img/slide_02.webp);
}

.slide-3{
	background-image: url(../img/slide_03.webp);
}

.slide-4{
	background-image: url(../img/slide_04.webp);
}

.slide-5{
	background-image: url(../img/slide_05.webp);
}

.slide-6{
	background-image: url(../img/slide_06.webp);
}

.slide-7{
	background-image: url(../img/slide_07.webp);
}

@media screen and (max-width: 768px) {
	.slide__contaner{
		height: 130px;
	}

	.slide{
		width: 213px;
		height: 130px;
		background-size: 197px;
	}
}

/*job
--------------------------------------------------*/
.job{
	background: url(../img/job_bg.webp) repeat;
	padding: 243px 0 100px 0;
}

.job__container{
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #fff;
	padding: 7px;
}

.job__border{
	border: 1px solid #000;
	padding: 7px;
	background: url(../img/job_heading.webp) no-repeat top 40px left 32px/446px;
	padding-bottom: 34px;
}

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

.job__header{
	position: relative;
	height: 273px;
}

.job__heading{
	position: absolute;
	top: 128px;
	left: 31px;
	width: 230px;
}

.job__read{
	padding-top: 98px;
	width: 560px;
	margin-left: auto;
  font-weight : 700;
  font-size : 24px;
  line-height : 2.05;
}

.job__block{
	border-top: 1px solid #231815;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}

.block--first{
	padding-top: 61px;
}

.block--reverse{
	flex-direction: row-reverse;
}

.job__txt__area{
	width: 469px;
}

.job__ph__area{
	width: 470px;
}

.job__ph{
	line-height: 0;
}

.job__ph img{
	width: 100%;
}

.job__no{
	line-height: 0;
	margin-bottom: 5px;
}

.job__no img{
	height: 31px;
}

.job__mhd{
  font-weight : 700;
  font-size : 32px;
	line-height: 1;
	margin-bottom: 19px;
}

.job__mhd span{
	font-size: 16px;
}

.job__txt{
  font-size : 18px;
	line-height: 1.65;
	margin-bottom: 27px;
}

.job__point{
	position: relative;
	border: 2px solid #770404;
}

.job__shd{
	width: 48px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #770404;
  font-weight : 700;
  font-size : 15px;
	line-height: 1;
  color : #fff;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: center;
}

.job__point__txt{
	height: 148px;
	display: flex;
	align-items: center;
	padding-left: 59px;
	font-size : 16px;
	line-height: 2.2;
	padding-bottom: 7px;
}

.job__btn{
	width: 330px;
	height: 70px;
	margin: 40px auto;
}

.job__btn a{
	background : #E94829;
	border-radius : 35px;
  font-weight : 700;
	line-height: 1;
  font-size : 24px;
  color : #fff;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

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

@media screen and (max-width: 768px) {
	.job{
		background: url(../img/job_bg_sp.webp) repeat;
		padding: 100px 20px 50px 20px;
	}

	.job__container{
		width: auto;
		margin: 0 auto;
		border: 1px solid #000;
		padding: 4px;
	}

	.job__border{
		padding: 0;
		background: url(../img/job_heading.webp) no-repeat top 30px left 50%/auto 60px;
		padding-bottom: 0;
		padding-top: 50px;
	}

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

	.job__header{
		position: relative;
		height: auto;
	}

	.job__heading{
		position: relative;
		top: auto;
		left: auto;
		margin: 45px auto 0px auto;
	}

	.job__read{
		padding-top: 30px;
		width: auto;
		margin-left: 0;
		font-size : 18px;
		line-height : 1.65;
		margin-bottom: 20px;
	}

	.job__block{
		border-top: 1px solid #231815;
		padding-top: 40px;
		display: block;
	}

	.block--first{
		padding-top: 20px;
	}

	.job__txt__area{
		width: 100%;
	}

	.job__ph__area{
		width: 100%;
	}

	.job__no{
		line-height: 0;
		margin-bottom: 10px;
	}

	.job__no img{
		height: 25px;
	}

	.job__mhd{
		font-size : 18px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

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

	.job__txt{
		font-size : 16px;
		line-height: 1.65;
		margin-bottom: 20px;
	}

	.job__point{
		position: relative;
		border: 2px solid #770404;
		margin-bottom: 30px;
	}

	.job__shd{
		width: 48px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #770404;
		font-weight : 700;
		font-size : 15px;
		line-height: 1;
		color : #fff;
		writing-mode: vertical-rl;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.job__point__txt{
		height: 148px;
		display: flex;
		align-items: center;
		padding-left: 59px;
		font-size : 14px;
		line-height: 1.75;
		padding-bottom: 0;
	}

	.job__btn{
		width: 220px;
		height: 50px;
		margin: 30px auto;
	}

	.job__btn a{
		font-size : 18px;
	}
}

/*staff voice
--------------------------------------------------*/
.voice{
	padding: 252px 0 50px 0;
	background: url(../img/voice_heading.webp) no-repeat top 154px left calc(50% + 8px)/1275px;
}

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

.voice__heading{
	margin: 0 auto 139px auto;
	background: #000;
	border-color: #fff;
	color: #fff;
	width: 370px;
}

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

.voice__item{
	width: 310px;
	margin-right: 25px;
	margin-bottom: 50px;
}

.voice__item:nth-child(3n){
	margin-right: 0;
}

.voice__ph{
	line-height: 0;
	margin-bottom: 19px;
}

.voice__ph img{
	width: 100%;
}

.voice__mhd{
  font-weight : 700;
  font-size : 20px;
  line-height : 1.45;
  color : #111;
	margin-bottom: 18px;
}

.voice__txt{
  font-size : 18px;
  line-height : 1.4;
  color : #111;
	margin-bottom: 19px;
}

.voice__btn{
	width: 280px;
	height: 60px;
	margin: 0 auto;
}

.voice__btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E94829;
	width: 100%;
	height: 100%;
	border-radius: 30px;
  font-weight : 700;
  font-size : 18px;
	line-height: 1;
  color : #fff;
}

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

@media screen and (max-width: 768px) {
	.voice{
		padding: 62px 0 20px 0;
		background: url(../img/voice_heading.webp) no-repeat top 50px left 50%/300px;
	}

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

	.voice__heading{
		margin: 43px auto 30px auto;
	}

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

	.voice__item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.voice__ph{
		margin-bottom: 10px;
	}

	.voice__mhd{
		font-size : 18px;
		margin-bottom: 10px;
	}

	.voice__txt{
		font-size : 16px;
		margin-bottom: 10px;
	}
}

/*modal
--------------------------------------------------*/
.modal{
	margin: 50px auto;
	width: 800px;
	background: #770404;
	padding: 40px 40px 50px 40px;
	box-sizing: border-box;
	position: relative;
}

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

.modal__header__txt{
	width: 380px;
}

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

.modal__ph img{
	width: 100%;
}

.modal__ttl{
	line-height: 0;
	width: 206px;
	margin-bottom: 23px;
	padding-top: 16px;
}

.modal__ttl img{
	width: 100%;
}

.modal__mhd{
  font-weight : 700;
  font-size : 28px;
  line-height : 1.39;
  color : #fff;
	margin-bottom: 21px;
}

.modal__voice__txt{
  font-size : 18px;
  line-height : 1.58;
  color : #fff;
}

.modal__qa{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #000;
	background: #fff;
	padding: 7px;
	margin-bottom: 40px;
}

.modal__qa__border{
	border: 1px solid #000;
	padding: 7px;
}

.modal__qa__inner{
	width: 100%;
	padding: 41px 44px 20px 94px;
}

.modal__q{
	position: relative;
  font-weight : 700;
  font-size : 20px;
  line-height : 1.7;
  color : #E94829;
	margin-bottom: 18px;
}

.modal__q span{
  font-family : 'Roboto';
  font-weight : 700;
  font-size : 30px;
	line-height: 1;
  color : #E94829;
	position: absolute;
	top: 0;
	left: -64px;
}

.modal__a{
  font-size : 16px;
  line-height : 1.66;
  color : #111;
	margin-bottom: 26px;
	padding-bottom: 14px;
	border-bottom: 1px solid #231815;
}

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

.modal__btn__item:nth-child(1){
	width: 240px;
	height: 50px;
}

.modal__btn__item:nth-child(2){
	width: 160px;
	height: 50px;
}

.modal__btn__item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
  font-weight : 700;
  font-size : 18px;
	line-height: 1;
  color : #fff;
	border-radius: 25px;
}

.modal__btn__item:nth-child(1) a{
	background-color: #E94829;
	color: #fff;
}

.modal__btn__item:nth-child(2) a{
	background-color: #fff;
	color: #000;
}

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

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

	.modal__header{
		display: block;
		margin-bottom: 20px;
	}

	.modal__header__txt{
		width: 100%;
	}

	.modal__header__ph{
		width: 100%;
	}

	.modal__ph img{
		width: 100%;
	}

	.modal__ttl{
		margin-bottom: 15px;
		padding-top: 0;
	}

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

	.modal__voice__txt{
		font-size : 16px;
		margin-bottom: 15px;
	}

	.modal__qa{
		width: 100%;
		padding: 4px;
		margin-bottom: 30px;
	}

	.modal__qa__border{
		padding: 4px;
	}

	.modal__qa__inner{
		width: 100%;
		padding: 20px 20px 10px 40px;
	}

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

	.modal__q span{
		font-size : 20px;
		top: 3px;
		left: -34px;
	}

	.modal__a{
		font-size : 14px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.modal__btn{
		width: 240px;
		margin: 0 auto;
		display: block;
	}

	.modal__btn__item{
		margin: 0 auto 20px auto;
	}

}

/*qa
--------------------------------------------------*/
.qa{
	padding: 217px 0 79px 0;
	background:
	url(../img/qa_heading.webp) no-repeat top 121px left calc(50% + 27px)/488px,
	url(../img/qa_bg.webp);
}

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

.qa__heading{
	width: 230px;
	margin: 0 auto 155px auto;
}

.qa__block{
	background: #fff;
	border: 1px solid #000;
	padding: 28px 39px 33px 117px;
	margin-bottom: 20px;
}

.qa__q{
  font-weight : 700;
  font-size : 30px;
	line-height: 1.4;
	border-bottom: 1px solid #000;
	margin-bottom: 24px;
	padding-bottom: 23px;
	position: relative;
}

.qa__a{
  font-size : 18px;
  line-height : 1.4;
  color : #111;
	padding-left: 2px;
	position: relative;
}

.qa__q::before{
	content: '';
	display: block;
	background: url(../img/qa_icon_q.svg) no-repeat 0 0/100%;
	width: 57px;
	height: 57px;
	position: absolute;
	top: -4px;
	left: -84px;
}

.qa__a::before{
	content: '';
	display: block;
	background: url(../img/qa_icon_a.svg) no-repeat 0 0/100%;
	width: 57px;
	height: 57px;
	position: absolute;
	top: -15px;
	left: -84px;
}

@media screen and (max-width: 768px) {
	.qa{
		padding: 68px 0 50px 0;
		background:
		url(../img/qa_heading.webp) no-repeat top 50px left 50%/auto 70px,
		url(../img/qa_bg_sp.webp);
	}

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

	.qa__heading{
		margin: 45px auto 30px auto;
	}

	.qa__block{
		padding: 15px 20px 12px 50px;
	}

	.qa__q{
		font-size : 18px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.qa__a{
		font-size : 16px;
		padding-left: 0;
	}

	.qa__q::before{
		width: 30px;
		height: 30px;
		top: 2px;
		left: -40px;
	}

	.qa__a::before{
		width: 30px;
		height: 30px;
		top: 2px;
		left: -40px;
	}
}

/*search
--------------------------------------------------*/
.search{
	padding: 174px 0 0 0;
}

.search__container{
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #fff;
	padding: 7px;
	margin-bottom: 98px;
}

.search__border{
	border: 1px solid #000;
	background: url(../img/search_heading.webp) no-repeat top 87px left calc(50% + 6px)/864px;
	padding-bottom: 88px;
}

.search__inner{
	width: 980px;
	margin: 0 auto;
	padding-top: 185px;
}

.search__heading{
	width: 270px;
	margin: 0 auto 175px auto;
}

.search__type{
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 73px;
	border-bottom: 1px solid #231815;
}

.search__area{
	position: relative;
}

.search__mhd{
	position: absolute;
	top: 30px;
	left: 1px;
  font-weight : 700;
  font-size : 26px;
	line-height: 1;
}

.search__area .search__mhd{
	top: 5px;
	left: -4px;
}

.search__list{
	width: 689px;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
}

.search__item{
	width: 330px;
	height: 70px;
}

.search__item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #DA2F20;
	border-radius: 35px;
  font-weight : 700;
  font-size : 24px;
	line-height: 1;
  color : #fff;
}

.entry__txt{
  font-weight : 700;
  font-size : 60px;
	line-height: 1;
  letter-spacing : 6px;
	margin-bottom: 64px;
	text-align: center;
	padding-left: 17px;
}

.entry__btn{
	width: 800px;
	height: 100px;
	margin: 0 auto 100px auto;
}

.entry__btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DA2F20;
	border-radius: 50px;
	width: 100%;
	height: 100%;
  font-weight : 700;
  font-size : 36px;
  color : #fff;
}

.box_map button[type="submit"]{
	transition: 0.3s ease-out;
}

@media screen and (min-width: 769px) {
	.search__item a:hover,
	.entry__btn a:hover,
	.box_map button[type="submit"]:hover{
		opacity: .7;
	}
}

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

	.search__container{
		width: auto;
		margin: 0 auto;
		padding: 4px;
		margin-bottom: 40px;
	}

	.search__border{
		background: url(../img/search_heading.webp) no-repeat top 40px left 50%/auto 60px;
		padding-bottom: 40px;
		
	}

	.search__inner{
		width: auto;
		padding: 58px 20px 0 20px;
	}

	.search__heading{
		margin: 45px auto 30px auto;
	}

	.search__type{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.search__mhd{
		position: relative;
		top: auto;
		left: auto;
		font-weight : 700;
		font-size : 20px;
		margin-bottom: 20px;
	}

	.search__area .search__mhd{
		top: 5px;
		left: -4px;
	}

	.search__list{
		width: 100%;
		margin-left: 0;
		display: flex;
		justify-content: space-between;
	}

	.search__item{
		width: 48%;
		height: 50px;
	}

	.search__item a{
		font-size : 16px;
		line-height: 1.2;
		color : #fff;
	}

	.entry__txt{
		font-size : 26px;
		line-height: 1.4;
		letter-spacing : 4px;
		margin-bottom: 30px;
		padding-left: 0;
	}

	.entry__btn{
		width: 250px;
		height: 60px;
		margin: 0 auto 50px auto;
	}

	.entry__btn a{
		font-size : 20px;
	}
}

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

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

/*side btn*/
.side__nav__btn{
	width: 120px;
	position: fixed;
	top: 50px;
	right: 0;
	z-index: 500;
	line-height: 0;
}

.side__nav__btn a{
	display: block;
}

.side__nav__btn a:hover{
	opacity: .7;
}

.side__nav__btn img{
	width: 100%;
}

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

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

@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: absolute;
		bottom: 60px;
		right: 10px;
		width: 50px;
	}

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

	.floating__btm__btn a{
		display: block;
		width: 100%;
		font-weight: 600;
		font-size: 20px;
		line-height: 50px;
		letter-spacing: 0.12em;
		text-align: center;
		color: #fff;
		background: #DA2F20;
	}
}

/*フッター
--------------------------------------------------*/
.footer{
	background: #770404;
}

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

.footer__container{
	padding: 61px 0;
}

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

.footerLink__item{
  font-size : 14px;
  letter-spacing : 0.7px;
	line-height: 19px;
	margin-left: 80px;
	position: relative;
}

.footerLink__item::before{
	content: '';
	display: block;
	height: 19px;
	width: 1px;
	background: #fff;
	position: absolute;
	left: -39px;
	top: 0;
}

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

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

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

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

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

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

	.footerLink__item{
		font-size : 12px;
		letter-spacing : 0;
		line-height: 2;
		margin-left: 30px;
		position: relative;
	}

	.footerLink__item::before{
		height: 14px;
		left: -15px;
		top: 5px;
	}

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