@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?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 : #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
--------------------------------------------------*/
.header{
	position: relative;
	padding-top: 110px;
}

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

.header__logo{
	position: absolute;
	top: 41px;
	left: 49px;
	z-index: 310;
	width: 259px;
}

.header__logo span{
	display: block;
	width: 100%;
	height: 35px;
	background: url(../img/logo.svg) no-repeat 0 0/100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

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

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

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

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

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

.nav__btn{
width: 270px;
}

.nav__btn a{
	width: 100%;
	height: 110px;
	background: #E42810;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
}
@media screen and (max-width: 1360px) {
	.nav__index{
		right: 250px;
	}

	.nav__item{
		margin-left: 40px;
	}

	.ipad .nav__item{
		margin-left: 30px;
	}

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

	.ipad .nav__item a{
		font-size: 13px;
	}

	.nav__btn{
	width: 220px;
	}
}

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

	.is-fixed .header__logo{
		top: 30px;
	}

	.is-fixed .nav__item a{
		height: 90px;
	}

	.is-fixed .nav__btn a{
		height: 90px;
	}
}

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

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

	.header__logo{
		top: 15px;
		left: 16px;
		width: 143px;
	}

	.header__logo span{
		height: 19px;
	}

	.header__nav{
		display: none;
	}
}

/*mainvisual
--------------------------------------------------*/
.mainvisual{
	position: relative;
	width: 100%;
	z-index: 200;
}

.mainvisual:before{
	content: '';
	display: block;
	padding-top: 41%;
}

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

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

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

/*SP navi
--------------------------------------------------*/
/*hamburger SP*/
@media screen and (max-width: 768px) {
	.hamburger{
		position: fixed;
    top: 0;
		right: 0;
    width: 50px;
    height: 50px;
		z-index: 700;
		background: #E42810;
	}
	
	.hamburger__inner{
		position: absolute;
		top: 21px;
		left: 17px;
		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{
		top: 6px;
	}

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

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

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

	.hamburger__line--b.nav--active{
		top: 3px;
		transform: rotate(135deg);
		background: #fff;
	}
}

/*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: 200px;
	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 a{
	width: 100%;
	height: 80px;
	background: #E42810;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1;
	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{
	height: 97px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.content__heading{
		height: 22px;
		font-size: 22px;
		background-size: auto 22px;
		padding-top: 30px;
	}
}

/*message
--------------------------------------------------*/
.message{
	padding: 324px 0 0 0;
	background:
	url(../img/message_ph_01.webp) no-repeat top 389px left calc(50% + 605px)/390px,
	url(../img/message_ph_02.webp) no-repeat top 552px left calc(50% - 624px)/352px,
	url(../img/message_ph_03.webp) no-repeat top 927px left calc(50% - 510px)/280px,
	url(../img/message_bg.webp) no-repeat 0 0/cover;
}

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

.message__heading{
	margin-bottom: 59px;
	background-image: url(../img/message_heading.svg);
}

.message__read{
font-weight: 700;
font-size: 40px;
letter-spacing: 0.1em;
line-height: 1.45;
text-align: center;
margin-bottom: 29px;
}

.message__txt__area{
	width: 610px;
	margin: 0 auto;
	padding-bottom: 124px;
}

.message__txt{
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.06em;
	line-height: 2;
}

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

.slides{
	height: 280px;
	position: relative;
}

.slide__ph{
	height: 280px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.slide__ph-1,
.slide__ph-3,
.slide__ph-5,
.slide__ph-7{
	width: 316px;
	background-size: 276px;
}

.slide__ph-2,
.slide__ph-4,
.slide__ph-6,
.slide__ph-8{
	width: 420px;
	background-size: 380px;
}

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

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

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

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

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

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

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

.slide__ph-8{
	background-image: url(../img/slide_08.webp);
}

@media screen and (max-width: 768px) {
	.message{
		padding: 100px 0 0 0;
		background:
		url(../img/message_ph_01.webp) no-repeat top 389px left calc(50% + 605px)/390px,
		url(../img/message_ph_02.webp) no-repeat top 552px left calc(50% - 624px)/352px,
		url(../img/message_ph_03.webp) no-repeat top 927px left calc(50% - 510px)/280px,
		url(../img/message_bg.webp) no-repeat 0 0/cover;
	}

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

	.message__heading{
		margin-bottom: 30px;
	}

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

	.message__txt__area{
		width: 100%;
		padding-bottom: 40px;
	}

	.message__txt{
		font-size: 16px;
		letter-spacing: 0.06em;
		line-height: 1.85;
	}

	/*slides*/
	.slides{
		height: 105px;
	}

	.slide__ph{
		height: 105px;
	}

	.slide__ph-1,
	.slide__ph-3,
	.slide__ph-5,
	.slide__ph-7{
		width: 118px;
		background-size: 103px;
	}

	.slide__ph-2,
	.slide__ph-4,
	.slide__ph-6,
	.slide__ph-8{
		width: 158px;
		background-size: 143px;
	}
}

/*Job introduction
--------------------------------------------------*/
.job{
	padding: 119px 0 0 0;
	height: 1438px;
	box-sizing: border-box;
}

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

.job__heading{
	margin-bottom: 90px;
	background-image: url(../img/job_heading.svg);
}

.job__list{
	position: relative;
}

.job__item{
	position: absolute;
	width: 523px;
}

.job__item:nth-child(1){
	top: 0;
	left: 0;
}

.job__item:nth-child(2){
	top: 102px;
	left: 480px;
}

.job__item:nth-child(3){
	top: 577px;
	left: 0;
}

.job__item:nth-child(4){
	top: 661px;
	left: 480px;
}

.job__ph{
	width: 100%;
	line-height: 0;
	margin-bottom: 14px;
}

.job__ph img{
	width: 100%;
}

.job__ttl{
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	font-weight: 700;
	font-size: 38px;
	letter-spacing: 0.1em;
	line-height: 1.05;
	color: #fff;
	padding-left: 33px;
}

.job__txt{
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.875;
	width: 406px;
	margin-bottom: 26px;
}

.job__link{
	width: 201px;
	margin: 0 117px 0 auto;
}

.job__link a{
	display: flex;
	align-items: center;
	height: 52px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1;
	background: url(../img/job_arrow.svg) no-repeat top 0 right 0;
	color: #000;
}

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

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

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

	.job__heading{
		margin-bottom: 40px;
	}

	.job__list{
		width: 280px;
		margin: 0 auto;
	}

	.job__item{
		position: relative;
		width: 100%;
		top: auto !important;
		left: auto !important;
		margin-bottom: 30px;
	}

	.job__ph{
		margin-bottom: 14px;
	}

	.job__ttl{
		height: 160px;
		font-size: 18px;
		padding-left: 20px;
	}

	.job__txt{
		font-size: 14px;
		width: 260px;
		margin: 0 auto 5px auto;
	}

	.job__link{
		width: 170px;
		margin: 0 0 0 90px;
	}

	.job__link a{
		height: 40px;
		font-size: 14px;
		background-size: auto 40px;
	}
}

/*merit
--------------------------------------------------*/
.merit{
	background: 
	 url(../img/merit_bg_top.webp) no-repeat top 0 left 0/100%,
	 url(../img/merit_bg_bottom.webp) no-repeat bottom -1px left 0/100%,
	 url(../img/merit_bg.webp) no-repeat 0 0/cover;
	 padding: 300px 0 0 0;
	 height: 2495px;
	 box-sizing: border-box;
}

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

.merit__heading{
	background-image: url(../img/merit_heading.svg);
	margin-bottom: 86px;
}

.merit__mhd{
	height: 60px;
	display: flex;
	align-items: center;
	background: url(../img/merit_mhd_icon.svg) no-repeat 0 0;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-left: 59px;
	margin-bottom: 1px;
}

.merit__mhd strong{
	color: #E42810;
}

.merit__read{
	padding-left: 57px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-bottom: 14px;
}

.merit__note{
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: right;
	margin-bottom: 38px;
}

.merit__block-1{
	margin-bottom: 110px;
}

.merit__list-1{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.merit__item-1{
	width: 210px;
	line-height: 0;
}

.merit__block-2{
	position: relative;
	margin-bottom: 111px;
	padding-top: 92px;
}

.merit__block-2 .merit__content__head{
	position: absolute;
	top: 0;
	right: -2px;
}

.merit__list-2{
	width: 725px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.merit__item-2{
	width: 210px;
	line-height: 0;
}

.merit__block-3{
	position: relative;
	margin-bottom: 110px;
	padding-top: 159px;
}

.merit__block-3 .merit__content__head{
	position: absolute;
	top: 0;
	left: 128px;
}

.merit__list-3{
	width: 780px;
	margin: 0 0 0 128px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.merit__item-3{
	width: fit-content;
	line-height: 0;
	margin-right: 48px;
	margin-bottom: 44px;
}

.merit__item-3:nth-child(2){
	margin-right: 43px;
}

.merit__item-3:nth-child(5){
	margin-right: 37px;
}

@media screen and (max-width: 768px) {
	.merit{
		padding: 100px 0 0 0;
		height: auto;
	}

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

	.merit__heading{
		margin-bottom: 30px;
	}

	.merit__mhd{
		height: auto;
		display: block;
		background-size: auto 30px;
		background-position: 0 6px;
		font-size: 18px;
		line-height: 1.4;
		padding-left: 27px;
		margin-bottom: 6px;
	}

	.merit__read{
		padding-left: 0;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.merit__note{
		font-size: 12px;
		letter-spacing: 0.06em;
		margin-bottom: 20px;
	}

	.merit__block-1{
		margin-bottom: 40px;
	}

	.merit__list-1{
		width: 280px;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.merit__item-1{
		width: 135px;
		margin-bottom: 20px;
	}

	.merit__item-1 img,
	.merit__item-2 img,
	.merit__item-3 img{
		width: 100%;
	}


	.merit__block-2{
		margin-bottom: 40px;
		padding-top: 0;
	}

	.merit__block-2 .merit__content__head{
		position: relative;
		top: auto !important;
		right: auto !important;
	}

	.merit__list-2{
		width: 280px;
		flex-wrap: wrap;
	}

	.merit__item-2{
		width: 135px;
		margin-bottom: 20px;
	}

	.merit__block-3{
		margin-bottom: 40px;
		padding-top: 0;
	}

	.merit__block-3 .merit__content__head{
		position: relative;
		top: auto !important;
		left: auto !important;
	}

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

	.merit__item-3{
		width: 135px;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	.merit__item-3:nth-child(2){
	}

	.merit__item-3:nth-child(5){
	}
}

/*staff voice
--------------------------------------------------*/
.voice{
	background: url(../img/voice_bg.webp) no-repeat bottom 0 left 0/100%;
	 padding: 0 0 746px 0;
	 margin-top: -62px;
}

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

.voice__heading{
	background-image: url(../img/voice_heading.svg);
	margin-bottom: 74px;
}

.voice__block-1{
	margin-bottom: 83px;
}

.voice__mhd{
	height: 153px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 39px;
	letter-spacing: 0.05em;
	line-height: 1;
	background: url(../img/voice_mhd_icon.svg) no-repeat top 50% left 50%;
}

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

.voice__item{
	width: 304px;
	height: 450px;
	position: relative;
	background:
		url(../img/voice_balloon.svg) no-repeat top 255px left 24px,
		url(../img/voice_content_bg.svg) no-repeat 0 0;
	padding-top: 68px;
	box-sizing: border-box;
}

.voice__item:nth-child(2){
	padding-top: 47px;
	margin-top: 78px;
}

.voice__item:nth-child(3){
	padding-top: 53px;
}

.voice__block-2 .voice__item:nth-child(1){
	padding-top: 45px;
}

.voice__block-2 .voice__item:nth-child(2){
	padding-top: 68px;
}

.voice__no{
	height: 27px;
	overflow: hidden;
	position: absolute;
	top: -27px;
	left: 92px;
	line-height: 0;
}

.voice__txt{
	width: 220px;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.875;
	color: #fff;
}

.voice__age{
	width: 90px;
	height: 90px;
	border: 1px solid #fff;
	border-radius: 90px;
	position: absolute;
	right: 17px;
	bottom: 20px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.37;
	color: #fff;
	text-align: center;
	padding-top: 17px;
	letter-spacing: -.5px;
}

.voice__age strong{
	font-size: 24px;
	margin-right: 2px;
}

.voice__img{
	line-height: 0;
	position: absolute;
	bottom: 0;
	width: 182px;
}

.voice__img img{
	width: 100%;
}

.voice__img-1{
	left: 33px;
}

.voice__img-2{
	left: 42px;
}

.voice__img-3{
	left: 52px;
}

@media screen and (max-width: 768px) {
	.voice{
		background: url(../img/voice_bg.webp) no-repeat bottom 0 left 0/800px;
		padding: 0 0 250px 0;
		margin-top: 0;
	}

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

	.voice__heading{
		margin-bottom: 40px;
	}

	.voice__block-1{
		margin-bottom: 0;
	}

	.voice__mhd{
		height: 65px;
		font-size: 20px;
		background-size: auto 65px;
		margin-bottom: 40px;
	}

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

	.voice__item{
		width: 280px;
		height: 390px;
		background:
		 url(../img/voice_balloon.svg) no-repeat top 200px left 20px / 240px,
		url(../img/voice_content_bg.svg) no-repeat 0 0 / 280px;
		padding-top: 50px !important;
		margin-bottom: 60px;
	}

	.voice__item:nth-child(2){
		margin-top: 0;
	}


	.voice__no{
		height: 22px;
		top: -22px;
		left: auto;
		right: 5px;
	}

	.voice__no img{
		height: 25px;
	}

	.voice__txt{
		width: 230px;
		margin: 0 0 0 33px;
		font-size: 14px;
		line-height: 1.7;
	}

	.voice__img-1{
		left: 3px;
	}

	.voice__img-2{
		left: 12px;
	}

	.voice__img-3{
		left: 22px;
	}
}

/*company
--------------------------------------------------*/
.company{
	 margin-top: -55px;
	 padding-bottom: 45px;
}

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

.company__heading{
	background-image: url(../img/company_heading.svg);
	margin-bottom: 72px;
}

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

.company__detail{
	width: 479px;
}

.company__map{
	padding-top: 3px;
	width: 445px;
}

.company__tbl th{
	width: 136px;
	border-bottom: 2px solid #132A88;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.75;
	padding: 19px 0 20px 0;
	text-align: left;
}

.company__tbl td{
	width: auto;
	border-bottom: 1px solid #848484;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.75;
	padding: 19px 0 20px 34px;
}

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

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

	.company__heading{
		margin-bottom: 30px;
	}

	.company__block{
		display: block;
	}

	.company__detail{
		width: auto;
		margin-bottom: 30px;
	}

	.company__map{
		padding-top: 0;
		width: auto;
	}

	.company__tbl{
		width: 100%;
	}

	.company__tbl th{
		width: 125px;
		font-size: 14px;
		letter-spacing: 0.06em;
		line-height: 1.75;
		padding: 10px 0 10px 0;
		text-align: left;
	}

	.company__tbl td{
		width: auto;
		border-bottom: 1px solid #848484;
		font-size: 14px;
		letter-spacing: 0.06em;
		line-height: 1.75;
		padding: 10px 0 10px 10px;
	}

	.company__map iframe{
		width: 100%;
		height: 250px;
	}
}

/*Footer entry
--------------------------------------------------*/
.footentry{
	background: url(../img/footentry_bg.webp) no-repeat 50% 0/cover;
	min-height: 566px;
}

.footentry__container{
	width: 980px;
	margin: 0 auto;
	padding-top: 240px;
}

.footentry__txt{
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}

.footentry__btn{
	width: 507px;
	margin: 0 auto;
}

.footentry__btn a{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	background: url(../img/footentry_btn.svg) no-repeat 0 0/100%;
}

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

@media screen and (max-width: 768px) {
	.footentry{
		background: url(../img/footentry_bg.webp) no-repeat 0 0/1000px;
		min-height: 400px;
	}

	.footentry__container{
		width: auto;
		padding-top: 160px;
	}

	.footentry__txt{
		font-size: 20px;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 30px;
	}

	.footentry__btn{
		width: 300px;
	}

	.footentry__btn a{
		width: 100%;
		height: 60px;
		font-size: 18px;
	}
}

/*sp entry button
--------------------------------------------------*/
.floating__btm__block{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 300;
}

.pg-top{
	position: fixed;
	display: none;
	bottom: 120px;
	right: 24px;
	z-index: 300;
	width: 11px;
}

.pg-top a{
	display: block;
	background: url(../img/gotop.svg) no-repeat 0 0/100%;
	width: 100%;
	height: 148px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.floating__btm__btn{
	display: none;
}

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

@media screen and (max-width: 768px) {
	.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: 80px;
		right: 10px;
		width: 11px;
		height: 148px;
	}

	.floating__btm__btn{
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		z-index: 300;
	}
	
	.floating__btm__btn a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		background: #E42810;
		color: #fff;
		font-weight: 700;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1;
	}
}

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

.footer{
	background: #132A87;
}

.footer__container{
	padding: 28px 45px 25px 45px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.footerLink__list{
	display: flex;
}

.footerLink__item{
font-size: 14px;
letter-spacing: 0.05em;
line-height: 1;
}

.footerLink__item:nth-child(1)::after,
.footerLink__item:nth-child(2)::after{
 content: ' 　｜ 　';
 color: #fff;
 font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
}

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

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

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

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

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

	.footerLink__item:nth-child(1)::after,
	.footerLink__item:nth-child(2)::after{
		content: ' ｜';
		font-size: 12px;
	}

	.copyright{
		font-size: 12px;
	}
}