@charset "UTF-8";
/* CSS Document */

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
@media (min-width: 1200px){
	html{
		scroll-padding-top: 90px;
	}
}
body{
	color: #1a1a1a;
	background: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #e3e3e3;
}
::-webkit-scrollbar-thumb{
	background-color: #000080;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
	position: relative;
	z-index: 5;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.contents{
	padding: 70px 0;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_light{
	background: #f8f4e6;
}

.bg_inner{
	padding: 50px 15px;
	border-radius: 50px;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}
.bg_gap{
	position: relative;
	width: 100%;
	height: 1px;
	z-index: 2;
}
.bg_gap svg{
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	vertical-align: middle;
}


.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f8f4e6;
	border-radius: 50px 0 0 50px;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f8f4e6;
	border-radius: 0 50px 50px 0;;
    z-index: -1;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}

.txt_lv02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	width: 100%;
}
.txt_lv02 .ja{
	display: block;
	position: relative;
	padding-left: 2rem;
}
.txt_lv02 .ja::before{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 1.2rem;
	width: 1.5rem;
	height: 1px;
	background: #1a1a1a;
}
.txt_lv02 .en{
	color: #000080;
	font-family: "Afacad", sans-serif;
	font-size: 200%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.txt_lv02 .en span:first-child{
	color: #e82e32;
}

.bg_contact .txt_lv02 .en{
	color: #fff;
}


.bg_img01 .txt_lv02 .ja::before,
.bg_contact .txt_lv02 .ja::before{
	background: #fff;
}

.txt_lv03{
	font-size: 1.2rem;
	font-weight: 500;
	border-bottom: solid 3px #000080;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.5em;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	font-family: "Afacad", sans-serif;
	font-weight: 500;
	display: block;
	font-size: 80%;
	line-height: 100%;
	color: #000080;
}
.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -3px;
	width: 100px;
	height: 3px;
	background-color: #e82e32;
}

.txt_lv04{
	
}
.txt_lv05{
	font-size: 1rem;
	background:#000080;
	color: #fff;
	font-weight: 500;
	padding: 0.25em 0.5em 0.25em 1em;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.txt_lv05 i{
	font-size: 10px;
	padding-bottom: 3px;
	vertical-align: middle;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #1a1a1a;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-weight: 500;
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #1a1a1a;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

span.bold{
	font-size: 1.1em;
	font-weight: 600;
}

span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1em;
	display: inline-block;
}

/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 120px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	border-radius: 0 0 50px 50px;
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 15px;
}
.site-header h1 img{
	width: auto;
	height: 90px;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%) brightness(300%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}

.top_nav{
	align-self: flex-start;
}


.header_phone{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.site-header .h_mail a{
	display: block;
	width: 200px;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	background:#000080;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	border-radius: 0 0 30px 30px;
	line-height: 38px;
	vertical-align: middle;
	opacity: 1;
	transition: .5s;
}
.site-header .h_mail a.bg_red{
	background: #e82e32;
}
.site-header .h_mail a:hover{
	opacity: 0.6;
}
.site-header .h_mail a i{
	line-height: 38px;
}

.site-header .nav_wrap{
	padding-top: 10px;
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 0;
	margin-right: 15px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size:0.9rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #1a1a1a;
}
.site-header.transform nav ul li a::first-letter{
	color: #e82e32;
}
.site-header nav ul li a span{
	font-family: "Afacad", sans-serif;
	color:#fff;
}
.site-header.transform nav ul li a span{
	color:#000080;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	background:rgba(255,255,255,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(255,255,255,1.0);
	transform: translate3d(0,0,0);
}
.site-header.transform nav ul li::after{
	background:rgba(232,46,50,0.0);
}
.site-header.transform nav ul li:hover::after{
	background:rgba(232,46,50,1.0);
}
@media (max-width: 1366px){
	.site-header h1 img{
		height: 80px;
	}
	.site-header nav ul li{
		font-size: 0.8rem;
	}
}
@media (max-width: 1280px){
	.site-header nav ul li{
		margin-left: 20px;
	}
}
@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header h1 img{
		height: 70px;
	}
	.top_nav{
		display: none;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}
@media (max-width: 750px){
	.site-header h1 img{
		height: 60px;
	}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #f8f4e6;
}

.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: linear-gradient(rgba(0,0,0,0.05) 10%,rgba(0,0,0,0.05)) ;
}
.slider{
	border-radius: 0 0 50px 50px;
	overflow: hidden;
}

.slider li{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 650px;
	max-height: 1080px;
	z-index: 9;
	overflow: hidden;
}
.slider li.top01{
	background:url("../img/slide01.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top02{
	background:url("../img/slide02.webp") no-repeat;
	background-size: cover;
	background-position: left;
}
.slider li.top03{
	background:url("../img/slide03_2.webp") no-repeat;
	background-size: cover;
	background-position: center;
}

@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation{
	animation: fadezoom 10s 0s forwards;
}



.slide_wrap .copy{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	width: calc(100% - 80px);
	max-width: 850px;
}

.slide_wrap .copy h2{
	margin: auto;
	text-align: center;
	color: #fff;
	
}
.slide_wrap .copy h2 img{
	width: 100%;
	padding: 15px;
	vertical-align: middle;
}

.scroll_arrow{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 12;
	display: inline-block;
	transform: translateX(-50%);
	text-decoration: none;
	 padding-top: 60px;
	color: #fff;
}
.scroll_arrow span{
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center;
}
.scroll_arrow span::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	}
.scroll_arrow span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 768px){
	.slider{
		height: 90vh;
		min-height: 600px;
		max-height: 900px;
	}
	.slide_wrap .copy{
		width: calc(100% - 80px);
		min-width: 400px;
	}
}
@media (max-width: 450px){
	.slide_wrap .copy{
		width: calc(100% - 30px);
		min-width: 300px;
		top:65%;
	}
}
/* コンテンツ
   ========================================================================== */

.h_applicant,.h_companies{
	position: relative;
	overflow: hidden;
}
.h_applicant::before{
	content: "For those looking for Job";
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 13vw;
	font-family: 'Afacad', sans-serif;
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
	animation: flowimg 20s linear infinite;
	pointer-events: none;
}
.h_companies::before{
	content: "For companies looking for Personnel";
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	color: #f8f4e6;
	font-size: 13vw;
	font-family: 'Afacad', sans-serif;
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
	animation: flowimg_l 20s linear infinite;
	pointer-events: none;
}
@keyframes flowimg {
	0% { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}
@keyframes flowimg_l {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
}
@media (max-width: 750px){
	.h_applicant::before,
	.h_world::before{
		bottom: 30px;
	}
}
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 4 - 40px);
	margin: 20px;
	background: #fff;
}

.card001 figure img{
	width: 100%;
	padding: 15px;
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption{
	text-align: center;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 1rem;
}

@media (max-width: 1200px){
	.card001 figure{
		width: calc(100% / 2 - 40px);
	}
}
@media (max-width: 750px){
	.card001{
		flex-direction: column;
	}
	.card001 figure{
		width: calc(100% - 40px);
	}
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
	border: none;
}
.card002 .img_f{
	display: flex;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

/* コンタクト　================================================== */
.bg_contact{
	width: calc(100% - 60px);
	margin: auto;
	background: linear-gradient(rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%),
		url("../img/bg_img02.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	border-radius: 50px;
	color: #fff
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
	background-attachment: scroll;
}

.footer_contact{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 500;
	display: block;
	width: calc(100% / 2 - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	line-height: 100%;
	background: rgba(0,0,0,0.0);
	border-radius: 100px;
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: clamp(1.2rem, 1.0146rem + 0.7805vw, 1.6rem);
	line-height: 120%;
}
.footer_contact .phone:hover{
	border: solid 1px #000080;
	background: rgba(0,0,128,0.7);
	color: #fff;
	
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
		max-width: 500px;
		margin: auto;
	}
	.footer_contact .phone{
		width: calc(100% - 30px);
	}
}
@media (max-width: 450px){
	.bg_contact{
		width: 100%;
	}
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background: #fff;
	color: #1a1a1a;
}


footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.footer_in p{
	text-align: center;
}
.cut_footer{
	width: 150px;
	padding: 15px;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	border-top: solid 1px ;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_contact{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
	border-radius: 0 0 50px 50px;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
}
.subtitle h2 span{
	font-size: clamp(2rem, 0.2rem + 6.4vw, 5rem);
	vertical-align: top;
	font-family: "Afacad", sans-serif;
	font-weight: 500;
	line-height: 120%;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/bg_img02.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		width: 100%;
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
@media (max-width: 768px){
	.breadcrumb{
		font-size: 0.8rem;
	}
}


/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	display: block;
	border-top: solid 2px #e82e32;
	border-left: solid 2px #e82e32;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	display: inline-block;
	animation:text_anime_on 1s 3s ease forwards; 
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes text_anime_on {
	0%,30% {
		transform: translateY(1.5rem) rotate(10deg);
		opacity:0;
	}
	to {
		transform: translateY(0rem) rotate(0deg);
		opacity:1;
	}
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:350px;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt100{
	margin-top: 100px;
}

/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

