@charset "utf-8";







/****** ●●●●●●●● setting start ******/
/*font-family:'Montserrat'; */
/****** ●●●●●●●● setting end   ******/

/****** ●●●●●●●● setting start ******/
/****** ●●●●●●●● setting end   ******/


/****** ●●●●●●●● setting start ******/
.wrap {
	padding-top: 70px;
}
/****** ●●●●●●●● setting end   ******/


/****** section setting start ******/
.sectionbox {
    margin-bottom: 50px;	
}
.section-wrapper{
	width: 90%;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 1200px;
}
/****** section setting end   ******/



/****** header setting start ******/
.header {
	width: 100%;
	height: 70px;
	background: #ffffff;
	box-shadow: 0px 2px 4px #808080;
    -webkit-box-shadow: 0px 2px 4px #808080;
	position: fixed;
	z-index: 1000;
}
.header-all {
	margin: 0;
	padding: 0;
}
.h-area-001 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.h-area-001-01{
	margin-left: 10px;
	height: 70px;
	padding-top: 5px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.h-area-001-01 img{
	object-fit: contain;
	height: 40px;
	width: auto;
}
.Toggle{
	margin-right: 10px;
    width: 25px;
    height: 70px;
    cursor: pointer;
    z-index: 3;
	position: relative;
}
 
.Toggle span {
    position: absolute;
    width: 25px;
    border-bottom: solid 2px #333;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out; 			/*変化の速度を指定*/
}

.Toggle:before{
	position: absolute;
	bottom: 15px;
	content: "MENU";
	font-size: 10px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.Toggle.active:before{
	content: "CLOSE";
}
 
.Toggle span:nth-child(1) {
    top:17px;
}
 
.Toggle span:nth-child(2) {
    top: 25px;
}
 
.Toggle span:nth-child(3) {
    top: 33px;
}
.Toggle.active span:nth-child(1) {
    top: 28px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.h-area-002 {
	height: calc( 100vh - 70px );
	width: 100%;
	padding: 20px;
	margin-top:0;
	text-align:left;
	/*transition: .5s ease;/*滑らかに表示*/
	display: none;
	background: #F8F8F8;
	z-index: 999;
	box-sizing: border-box;
	overflow-y: scroll;
}

/*OPEN時の動き*/
.h-area-002.open {
	display: block;
}

.h-area-002-01{
	display: none;
}
.h-area-002-02{
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}

.h-area-002 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.h-area-002-02 ul li a{
	padding: 10px 0;
	display: inline-block;
}


.h-area-002-03 ul li a{
	padding: 20px 0;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.h-area-002-03 ul li:nth-child(1){
	border-bottom: 1px dashed #333333;
}
.h-area-002-03 ul li:nth-child(2){
	border-bottom: 1px solid #333333;
}
.h-area-002-03 ul li{
	position: relative;
	padding-right: 30px;
	
}
.h-area-002-03 ul li:after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f35a';
	font-weight: 900;
	top: 50%;
	right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #E72F35;
}
.h-area-002-04{
	margin-top: 20px;
	width: 100%;
	background: #6C7071;
	padding: 20px 10px;
	text-align: center;
	box-sizing: border-box;
}
.h-area-002-04 p{
	color: #ffffff;
}
.h-area-002-05{
	margin-top: 20px;
	width: 100%;
	background: #E72F35;
	padding: 20px 10px;
	text-align: center;
	box-sizing: border-box;
}
.h-area-002-05 p{
	color: #ffffff;
}
@media screen and (min-width: 1025px){
	.header-all {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 70px;
	}
	.h-area-001 {
	}
	.h-area-001-01 img{
		object-fit: contain;
		height: auto;
		width: 250px;
	}
	.Toggle{
		display: none;
	}
	.h-area-002 {
		height:70px;
		width: calc( 100% - 200px );
		padding:0;
		margin-top:0;
		text-align:right;
		/*transition: .5s ease;/*滑らかに表示*/
		-webkit-transform: translateX(0);
		transform: translateX(0);		/*左に隠しておく*/
		-webkit-transition: none;
		-moz-transition   : none;
		transition: none;
		z-index: 999;
		box-sizing: border-box;
		overflow-y: none;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		background: #ffffff;
	}
	.h-area-002-01{
		display: block;
		margin-bottom: 5px;
	}
	.h-area-002-01 ul{
		display: flex;
		justify-content: flex-end;
	}
	.h-area-002-01 ul li a{
		color: #818181;
	}
	.h-area-002-01 ul li a{
		display: inline-block;
		padding-right: 20px;
	}
	.h-area-002-02{
		border-bottom:none;
		padding-bottom:0;
	}
	.h-area-002-02 ul{
		display: flex;
	}
	.h-area-002-02 ul li a{
		padding: 0 20px 0 0;
		display: inline-block;
	}
	.h-area-002-03{
		display: none;
	}
	.h-area-002-04{
		margin-top: 0;
		padding: 0;
		width: 110px;
		height: 70px;
		display: grid;
		place-content: center;

	}
	.h-area-002-05{
		margin-top: 0;
		width: 110px;
		height: 70px;
		display: grid;
		place-content: center;
		place-items: center;
	}
	.h-area-002-05 p{
		font-size: 16px;
		padding: 0;
		text-align: center;
	}
}
/****** header setting end   ******/



/****** footer setting start ******/

.footer-sp{
	
}
.footer-sp-001{
	width: 100%;
	background-image: linear-gradient(0deg, rgba(233, 233, 233, 1), rgba(255, 255, 255, 1) 0%, rgba(217, 217, 217, 1));
	padding: 60px 5% 20px 5%;
	box-sizing: border-box;
}
.footer-sp-001 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-sp-001 ul:nth-child(1){
	margin-bottom: 40px;
}
.footer-sp-001-00{
	display: flex;
	justify-content: center;
}
.footer-sp-001-00 img{
	object-fit: contain;
	height: 40px;
	width: auto;
}
.footer-sp-001-00 li{
	padding-right: 20px;
}
.footer-sp-001-00 li:last-child{
	padding-right: 0;
}
.footer-sp-001-01 li{
	text-align: center;
	padding: 20px;
	position: relative;
}
.footer-sp-001-01 li:after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f35a";
	font-weight: 900;
	color: #E72F35;
	top: 50%;
	right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footer-sp-001-01 li:nth-child(1){
	border-top: 1px solid #707070;
	border-bottom: 1px dashed #707070;
}
.footer-sp-001-01 li:nth-child(2){
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
}
.footer-sp-001-02{
	display: grid;
	grid-template-columns: 50% 50%;
	text-align: center;
	
}
.footer-sp-001-02 li{
	padding: 20px 0;
}
.footer-sp-002-01{
	text-align: center;
}
.footer-sp-002-01 img{
	object-fit: contain;
	width: 30%;
	height: auto;
}
.footer-sp-002-02{
	position: relative;
}
.footer-sp-002-02-back{
	position: absolute;
	object-fit: cover;
	top: 0;
	width: 100%;
	height: 474px;
	z-index: -1;
}
.footer-sp-002-02-01{
	text-align: center;
	padding-top: 150px;
}
.footer-sp-002-02-02{
	display: flex;
	margin-top: 40px;
}
.footer-sp-002-02-02 a{
	width: 50%;
}
.footer-sp-002-02-02 a:nth-child(1){
	text-align: right;
	padding-right: 20px;
}
.footer-sp-002-02-02 a:nth-child(2){
	text-align: left;
	padding-left: 20px;
}
.footer-sp-002-02-03{
	margin-top: 40px;
	text-align: center;
}


	.footer-pc {
		display: none;
	}

@media screen and (min-width: 1025px){
	.footer-sp {
		display: none;
	}
	.footer-pc{
		display: block;
		position: relative;
	}
	.footer-pc-back{
		position: absolute;
		z-index: -1;
		bottom: 0;
		width: 100%;
	}
	.footer-pc-back img{
		width: 100%;
		height: auto;
		object-position:top;
		object-fit: contain;
	}
	.f-area-001 p{
		font-size: 16px;
	}
	.f-area-001-01 img{
		object-fit: contain;
		width: 200px;
		margin-bottom: 10px;
	}
	.f-area-top-flex{
		display: flex;
		width: 90%;
		right: 0;
		left: 0;
		margin: auto;
		padding: 60px 0 400px 0;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.f-area-002 ul{
		display: flex;
		list-style: none;
		text-align: right;
		width: fit-content;
		right: 0;
		left: auto;
		margin: 0 0 0 auto;
	}
	.f-area-002 ul:nth-child(1){
		font-weight: 600;
		padding-top: 70px;
	}
	.f-area-002 ul:nth-child(2){
		padding-top: 20px;
	}
	.f-area-002 ul li{
		padding-left: 20px;
	}
	.f-area-003 ul{
		display: flex;
		list-style: none;
		text-align: right;
		width: fit-content;
		right: 0;
		left: auto;
		margin: 0 0 0 auto;
		padding-top: 20px;
	}
	.f-area-003 ul li{
		padding-left: 40px;
	}
	.f-area-003 img{
		object-fit: contain;
		height: 40px;
		width: auto;
	}
	.f-area-004 ul{
		display: flex;
		list-style: none;
		width: fit-content;
		right: 0;
		left: 0;
		margin: auto;
	}
	.f-area-004 li{
		padding: 0 20px;
	}
	.f-area-005{
		text-align: center;
		padding:20px 0;
	}
	.f-area-005 p{
		color:#707070; 
		font-size: 16px;
	}
}
/****** footer setting end   ******/



/****** トップエリア setting start ******/
.top-area {
	
}


.top-area-01 {
	width: 100%;
	height: 50vh;
	position: relative;
	overflow: hidden;
}
.top-area-01-item {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slider-1 24s linear infinite;
	z-index: 0;
}

.top-area-01-item:nth-child(1) {
	background-image: url("../images/top-slider-01.jpg");
    animation-delay: -2s;
}

.top-area-01-item:nth-child(2) {
    background-image: url("../images/top-slider-02.jpeg");
    animation-delay: 6s;
}

.top-area-01-item:nth-child(3) {
    background-image: url("../images/top-slider-03.jpeg");
    animation-delay: 14s;
}

@keyframes slider-1 {
	0% {
		opacity: 0;
        transform: scale(1);
	}
    4.16% {
		opacity: 1;
	}
	33.33% {
		opacity: 1;
	}
	41.66% {
		opacity: 0;
        transform: scale(1.2);
	}
	100% {
		opacity: 0;
	}
}
.top-area-01-back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
	background:rgba(228,228,228,0.20);
	z-index: 0;
}
.top-area-02 {
	position: absolute;
	z-index: 1;
	top: 30%;
    left: 50%;
	text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.top-area-02 h1{
	color: #ffffff;
	text-shadow: 2px 2px 5px #999999;
	white-space: nowrap;
	padding-bottom: 20px;
	border-bottom: 2px solid #ffffff;
}
.top-area-02 p{
	color: #ffffff;
	text-shadow: 2px 2px 5px #999999;
	padding-top: 20px;
	font-size: 22px;
	white-space: nowrap;
}
.top-area-03 {
	
}
@media screen and (min-width: 768px){
	.top-area-01 {
		height: 80vh;
	}
}
/****** トップエリア setting end   ******/



/****** トップエリア サブ setting start ******/
.top-area-sub {
	padding-top: 40px;
	background: #F8F8F8;
}
.top-area-sub-001 {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.top-area-sub-002 {
	background-color: #00B3E6;
	border: 2px solid #00B3E6;
	
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	
	position: relative;
}
.top-area-sub-002:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background: #FFFFFF;
	bottom: 20px;
	right: 10px;
	border-radius: 8px;
}
.top-area-sub-002:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	background: #FFFFFF;
	bottom: 16px;
	right: 17px;
	transform:rotate(-56deg);
	border-radius: 8px;
}
.top-area-sub-002.white:before {
	background: #00B3E6;
}
.top-area-sub-002.white:after{
	background: #00B3E6;
}
.top-area-sub-002-01 {
	
}
.top-area-sub-002-02 {
	
}

.top-area-sub-002-02 p {
	color: #ffffff;
	line-height: 1rem;
	margin: auto;
	width: fit-content;
	right: 0;
	left: 0;
	
}

.top-area-sub-002-02 p:nth-child(1) {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
}
.top-area-sub-002-02 p:nth-child(1):before {
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	background: #FFFFFF;
	bottom: -2px;
	left: -8px;
	transform:rotate(-18deg);
}
.top-area-sub-002-02 p:nth-child(1):after {
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	background: #FFFFFF;
	bottom: -2px;
	right: -8px;
	transform:rotate(18deg);
}
.top-area-sub-002-03 {
	width: 80%;
	margin: auto;
	right: 0;
	left: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}
.top-area-sub-002-03 img {
	object-fit: contain;
	width: 100%;
	height: auto;
}
.top-area-sub-002-04 {
	
}
.top-area-sub-002.white {
	background-color: #D3F5FF;
	
}
.top-area-sub-002-02.white p{
	color: #00B3E6;
}
.top-area-sub-002-02.white p:nth-child(1):before{
	background: #00B3E6;
}
.top-area-sub-002-02.white p:nth-child(1):after{
	background: #00B3E6;
}
@media screen and (min-width: 350px){
	.top-area-sub-002-02 p:nth-child(1) {
		font-size: 18px;
	}
}
@media screen and (min-width: 450px){
	.top-area-sub-002:before {
		width: 80px;
	}
	.top-area-sub-002-03 {
		width: 60%;
		margin: auto;
		right: 0;
		left: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 768px){
	.top-area-sub {
		margin-top: -60px;
		padding-top: 0;
	}
	.top-area-sub-001 {
		display: table;
	}
	.top-area-sub-002 {
		display: table-cell;
		width: 50%;
	}
	.top-area-sub-002:before {
		width: 100px;
	}
	.top-area-sub-002-02 p:nth-child(1) {
		margin-bottom: 14px;
	}
	.top-area-sub-002-02 p:nth-child(1):before {
		height: 30px;
		bottom: -6px;
		left: -14px;
		transform:rotate(-18deg);
	}
	.top-area-sub-002-02 p:nth-child(1):after {
		height: 30px;
		bottom: -6px;
		right:  -14px;
		transform:rotate(18deg);
	}
	.top-area-02 {
		position: absolute;
		z-index: 1;
		top: 10%;
		left: auto;
		right: 5%;
		text-align: right;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
	}
	.top-area-02 h1{
	}
	.top-area-02 p{
		font-size: 26px;
	}
}
@media screen and (min-width: 1025px){
	.top-area-sub-002-02 p:nth-child(1) {
		font-size: 23px;
		margin-bottom: 14px;
	}
}

/****** トップエリア サブ setting end   ******/



/****** area-001 setting start ******/
.triangle {
  position: relative;
}
.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  	border-top: 50px solid #F8F8F8;
}
.sec {
    padding: 100px 0px 60px;
    background-color: #F8F8F8;
    margin-bottom: 100px;
}
.area-001-01 {
	width: 90%;
	right: 0;
	left: 0;
    max-width: 1250px;
    margin: 0 auto;
}
.area-001-01 h2 {
	font-weight: 800;
	font-size: 17px;
	margin-bottom: 8px;
}
.area-001-01 p {
	font-size: 16px;
	line-height: 24px;
}
.area-001-02 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: bolder;
}
.area-001-03 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
	line-height: 40px;
}
@media screen and (min-width: 350px){
	.area-001-01 h2 {
		font-weight: 800;
		font-size: 18px;
		margin-bottom: 22px;
	}
}
@media screen and (min-width: 450px){
	.area-001-01 h2 {
		font-weight: 800;
		font-size: 22px;
		margin-bottom: 22px;
	}
	.triangle:after {
		border-top: 100px solid #F8F8F8;
	}
}
@media screen and (min-width: 768px){
	.area-001-01 h2 {
		font-weight: 800;
		font-size: 40px;
		margin-bottom: 22px;
	}
	.area-001-01 p {
		font-size: 22px;
		line-height: 24px;
	}
	.sec {
		margin-bottom: 200px;
	}
}

/****** area-001 setting end   ******/


/****** 大見出し setting start ******/
.area-002-01 {
}
.area-002-01-02 {
    font-size: 20px;
    font-weight: 700;
	padding-top: 20px;
}
.area-002-01-03 {
    font-size: 20px;
    font-weight: 700;
    color: #EF4948;
    margin-left: 20%;
	margin-bottom: -10px;
}
.area-002-01-03-01 {
    font-size: 35px;
    font-weight: 700;
    color: #EF4948;
}
.area-002-01-04 {
    font-size: 55px;
    font-weight: 700;
	color: #E4E4E4;
	opacity: 0.8;
	font-family:'Montserrat'; 
}
.area-006-02 {
	font-size: 20px;
	font-weight: 700;
	color: #EF4948;
	margin-bottom: -5px;
}
.area-006-03 {
	font-size: 20px;
	font-weight: 700;

	margin-left: 40%;
	margin-bottom: -10px;
}
@media screen and (min-width: 350px){
	
}
@media screen and (min-width: 450px){
	.area-002-01-02 {
		font-size: 30px;
	}
	.area-002-01-03 {
		font-size: 30px;
		margin-left: 15%;
	}
	.area-002-01-03-01 {
		font-size: 45px;
	}
	.area-002-01-04 {
		font-size: 80px;
	}
	.area-006-02 {
		font-size: 30px;
	}
	.area-006-03 {
		font-size: 30px;
		margin-left: 30%;
	}
}
@media screen and (min-width: 768px){
	.area-002-01-02 {
		font-size: 45px;
	}
	.area-002-01-03 {
		font-size: 45px;
		margin-bottom: -20px;
		margin-left: 110px;
	}
	.area-002-01-03-01 {
		font-size: 70px;
	}
	.area-002-01-04 {
		font-size: 140px;
	}
	.area-006-02 {
		font-size: 45px;
	}
	.area-006-03 {
		font-size: 45px;
		margin-left: 300px;
	}
	
}
@media screen and (min-width: 1025px){
	.area-002-01 {
	}
	.area-002-01-02 {
		font-size: 45px;
		margin-bottom: -20px;
	}
	.area-002-01-03 {
		font-size: 45px;
		margin-left: 110px;
		margin-bottom: -30px;
	}
	.area-002-01-03-01 {
		font-size: 70px;
	}
	.area-002-01-04 {
		font-size: 180px;
		font-weight: 700;
	}
	.area-006-02 {
		font-size: 45px;
		margin-bottom: -20px;
	}
	.area-006-03 {
		font-size: 45px;
		margin-left: 300px;
		margin-bottom: -30px;
	}
}
/****** 大見出し setting end   ******/



/****** area-002 setting start ******/
.area-002-02{
}
.area-002-02-01 {
}
.area-002-02-01 h3{
	font-weight: 600;
	padding: 5px 0 10px 0;
	font-size: 1.7rem;
}
.area-002-02-01-01 {
	color: #EF4948;
}
.area-002-02-item{
	padding: 40px 0;
	border-bottom: 1px solid #E4E4E4;
}
.area-002-02-item p{
	font-weight: 600;
}
.area-002-02-02{
	padding: 20px 0 0 0;
	height: 300px;
	border-radius: 15px;
}
.area-002-02-02 img{
	object-fit: cover;
	width: 100%;
	height: 300px;
	border-radius: 20px;
}
@media screen and (min-width: 768px){
	.area-002-02-item{
		display: grid;
		grid-template-columns: calc( 50% - 20px ) calc( 50% - 20px );
		column-gap: 40px;
		border-bottom: none;
	}
	.area-002-02-01{
		border-bottom: 1px solid #E4E4E4;
	}
	.area-002-02-01 h3{
		padding: 10px 0 20px 0;
	}
}
/****** area-002 setting end   ******/


/****** read-more2 setting start ******/
.read-more2 {
    border: 1.8px solid #EF4948;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
	max-width: 100%;
	width: fit-content;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.read-more2-01 {
    text-align: center;
}
.read-more2-01 p {
    color: #EF4948;
}
.read-more2-01-01 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4rem;
    padding-bottom: 15px;
    letter-spacing: 5px;
}
.read-more2-01-02 {
    font-size: 14px;
    line-height: 1rem;
    letter-spacing: 5px;
    font-weight: 300;
}
.read-more2-02 i{
	 color: #EF4948;
	padding-left: 10px;
}


@media screen and (min-width: 768px){
	.read-more2 {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 25px 100px;
	}
	.read-more2-01-01 {
		font-size: 18px;
	}
	.read-more2-01-02 {
		font-size: 16px;
	}
}
/****** read-more2 setting end   ******/




/****** read-more setting start ******/
.read-more {
	box-sizing: border-box;
    border: 1.8px solid #EF4948;
	max-width: 100%;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
	width: fit-content;
	padding: 15px 20px;
}
.read-more-01 {
    text-align: center;
}
.read-more-01 p {
    color: #EF4948;
	white-space: nowrap;
}
.read-more-01-01 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1rem;
    padding-bottom: 15px;
    letter-spacing: 5px;
}
.read-more-01-02 {
    font-size: 16px;
    line-height: 1rem;
    letter-spacing: 5px;
    font-weight: 300;
}
.read-more-02 {
	width: 70px;
	right: 0;
	left: 0;
	margin: auto;
	height: 10px;
	position: relative;
	margin-top: 10px;
}
.read-more-02:before{
	width: 70px;
	height: 2px;
	background: #EF4948;
	content: "";
	position: absolute;
	top: calc( 50% + 4px );
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.read-more-02:after{
	width: 15px;
	height: 2px;
	background: #EF4948;
	content: "";
	position: absolute;
	top: 50%;
    left: calc( 50% + 20px );
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
}
@media screen and (min-width: 768px){
	.read-more {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 25px 100px;
	}
	.read-more-02 {
		margin: 0 0 0 40px;
	}
}
/****** read-more setting end   ******/



/****** area-003-01 setting start ******/
.sectionbox.support {
    background: #F8F8F8;
    padding: 50px 0px;
    
}
.area-003-01 {
    box-sizing: border-box;
    margin: 60px 0;
}
.area-003-02{
	width: calc( 100% - 50px );
    height: 410px;
	z-index: 0;
}
.area-003-02 img{
	object-fit: cover;
	width: 100%;
	height: 400px;
	z-index: 0;
}
.area-003-03{
	font-weight: 600;
	position: relative;
    background:#ffffff;
	z-index: 1;
    width: calc( 100% - 50px );
    padding: 20px;
    margin-left: 50px;
    margin-top: -50px;
    box-sizing: border-box;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
    -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
}
.area-003-03 p{
	font-size: 16px;
}
.area-003-03-01 {
	color: #EF4948;
}
.area-003-03 h3{
	margin-bottom: 20px;
}
@media screen and (min-width: 768px){
	.area-003-01{
		display: flex;
		align-items: flex-end;
	}
	.area-003-02{
		width: calc( 100% + 120px );
		margin-bottom: 20px;
	}
	.area-003-03{
		width: 100%;
		vertical-align: bottom;
		height: fit-content;
		align-items: flex-end;
		margin-left: -50px;
    	margin-top: 0;
	}
}
/****** area-003-01 setting end   ******/



/****** area-006 setting start ******/

.area-006-05 {
    box-sizing: border-box;
    margin: 40px 0;
}
.area-006-06{
	z-index: 1;
	position: relative;
	width: calc( 100% - 20px );
	padding: 20px;
	margin-left: 20px;
	margin-top: -50px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
    -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
}
.area-006-06 h3{
	margin-bottom: 10px;
}
.area-006-07{
	z-index: 0;
    background-color: #008EFF;
    width: calc( 100% - 50px );
    height: 300px;
    box-sizing: border-box;
}
.area-006-07 img{
	z-index: 0;
	object-fit: cover;
	width: 100%;
	height: 300px;
}

@media screen and (min-width: 768px){
		.area-006-06{
		z-index: 1;
		position: relative;
		width: calc( 90% - 50px );
		padding: 20px;
		margin-left: 0;
		margin-top: -50px;
		box-sizing: border-box;
		background-color: #ffffff;
		box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
		-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
	}
	.area-006-05{
		max-width: 1200px;
	}
	.area-006-07{
		width: 70%;
		margin-left: 30%;
	}
}
/****** area-006 setting end   ******/



/****** area-007 setting start ******/
.area-007-01 {
	background: #F8F8F8;
}
.area-007-02 {
    border-top: 1px solid #707070;
	padding-top: 50px;
	padding-bottom: 50px;
}
@media screen and (min-width: 768px){
	.area-007-01 {
		display: table;
		width: 100%;
	}
	.area-007-02 {
    	display: table-cell;
		width: 50%;
		border-right: 0.5px solid #707070;
		border-left: 0.5px solid #707070;
	}	
}
.area-007-02-00{
	width: fit-content;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	position: relative;
	padding-right:60px;
}
.area-007-02-01 {
	font-family: 'Montserrat';
	font-size: 25px;
    font-weight: 700;
	letter-spacing:.5px;
	margin-bottom: 10px;
}
.area-007-02-02 {  
    color: #EF4948;
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
}
.area-007-02-02:before {
    border-top-style: solid;
    border-top-width: 2px;
    content: "";
    width: 12px; /* 線の長さ */
	margin-right: 10px; /* 文字の右隣 */
}
/****** area-007 setting end   ******/

/****** FAQ　バナー　setting start   ******/
.FAQ-box{
	border: 1px solid #707070;
	padding: 20px;
	width: fit-content;
	min-width: 80%;
	right: 0;
	left: 0;
	margin: 40px auto;
	box-sizing: border-box;
}
.FAQ-box-00{
	width: fit-content;
	right: 0;
	left: 0;
	margin: auto;
	text-align:left;
	position: relative;
	padding-right:60px;
}
.FAQ-box-01 {
	font-family: 'Montserrat';
	font-size: 25px;
    font-weight: 700;
	letter-spacing:.5px;
	margin-bottom: 10px;
}
.FAQ-box-02 {  
    color: #EF4948;
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
}
.FAQ-box-02:before {
    border-top-style: solid;
    border-top-width: 2px;
    content: "";
    width: 12px; /* 線の長さ */
	margin-right: 10px; /* 文字の右隣 */
}
.FAQ-box-arrow{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #6C7071;
}
.FAQ-box-arrow::after{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1.5px solid #ffffff;
	border-right: 1.5px solid #FFFFFF;
	position: absolute;
    top: 50%;
    left: calc( 50% - 2.5px );
    transform: translate(-50%, -50%)rotate(45deg);
    -webkit-transform: translate(-50%, -50%)rotate(45deg);
    -ms-transform: translate(-50%, -50%)rotate(45deg);
}
@media screen and (min-width: 768px){
	
}
/****** FAQ　バナー setting end   ******/


/****** area-008 setting start ******/
.area-008-00 {
    background:url("../images/contact-back.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.area-008-01 {
    background:rgba(239,73,72,0.52);
	padding: 60px 0;
}
.area-008-02 {
	text-align: center;
}
.area-008-02-01 {
    /* [disabled]font-family: 'Montserrat'; */
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 600;
	margin-bottom: 12px;
}
.area-008-02-02 {
	color: #FFFFFF;
	margin-bottom: 12px;
}
.area-008-02-03 {
	right: 0;
	left: 0;
	margin: auto;
    width: 120px;
    height: 1.5px;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 25px;	
}
.area-008-02-04 {
	color: #FFFFFF;
}
.area-008-03 {
	padding-top: 25px;
	text-align: center;
}
.area-008-03-01 {
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 6px;
}
.area-008-03-02 i{
	padding-right: 5px;
}
.area-008-03-02 a{
	color: #FFFFFF;
}
.area-008-03-02 {
	font-size: 25px;
	letter-spacing:2px;
}
.area-008-03-03 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: -10px;
}
.area-008-03-04 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 30px;
}
.area-008-03-05 {
	font-size: 18px;
	font-weight: 500;
    border-radius: 30px;
    border-width: 0px;
    border-style: solid;
    width: 300px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    background-color: #FFFFFF;
}
.area-008-03-05 i{
	color: #EF4948;
	padding-right: 5px;
	font-size: 22px;
}
@media screen and (min-width: 380px){
	.area-008-03-05 {
		letter-spacing:1px;
		font-size: 20px;
    	width: 330px;
	}
}
@media screen and (min-width: 768px){
	.area-008-01 {
		display: table;
		width: 100%;
		vertical-align: middle;
	}
	.area-008-02 {
    	display: table-cell;
		width: 50%;
		padding-left: 10%;
		text-align: left;
		vertical-align: middle;
	}
	.area-008-02-03 {
		text-align: center;
		margin-left: 0
	}
	.area-008-03 {
    	display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.area-008-03-05 {
    	width: 360px;
	}
}
/****** area-008 setting end   ******/

/****** youtube setting start ******/
.youtube-link{
	padding: 0 0 60px 0;
	text-align: center;
}
.youtube-link iframe{
	width: 100%;
	height: 300px;
	max-width: 600px;
}
@media screen and (min-width: 768px){
	.youtube-link iframe{
		width: 80%;
		height: 400px;
		max-width: 800px;
	}
}
/****** youtube setting end   ******/

/****** 右矢印 setting start ******/
.area-007-02-00-arrow{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #6C7071;
}
.area-007-02-00-arrow::after{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1.5px solid #ffffff;
	border-right: 1.5px solid #FFFFFF;
	position: absolute;
    top: 50%;
    left: calc( 50% - 2.5px );
    transform: translate(-50%, -50%)rotate(45deg);
    -webkit-transform: translate(-50%, -50%)rotate(45deg);
    -ms-transform: translate(-50%, -50%)rotate(45deg);
}
/****** 右矢印 setting end   ******/


/****** 波 setting start ******/
.back-wave{
	position: relative;
	width: 100%;
	height: 150px;
	margin-top: -50px;
	padding: 0;
}
.back-wave-svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}
/****** 波 setting end   ******/




/****** サブページトップ setting start ******/
.sab-top{
	background:url("../images/about-top.jpeg");
	background-size: cover;
	background-repeat:no-repeat;
	background-position: bottom;
	width: 100%;
	height: 200px;
}
.sab-top.support{
	background:url("../images/support-top.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}
.sab-top.employment{
	background:url("../images/employment-top.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}
.sab-top.interview{
	background:url("../images/interview-top.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}
.sab-top.recruitment{
	background:url("../images/recruitment-top.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}
.sab-top.contact{
	background:url("../images/contact-top.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}
.sab-top.job{
	background:url("../images/job-top.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}

.sab-top-back{
	background: rgba(142,140,140,0.15);
	height: 200px;
}
.sab-top-txt{
	display: grid;
	place-content: center;
	height: 200px;
	text-align: center;
}
.sab-top h1{
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
}
.sab-top p{
	font-size: 55px;
	font-family: 'Montserrat';
	color: rgba(255,255,255,0.65);
}
.sab-top.employment h1{
	margin-bottom: 10px;
}
.sab-top.employment p{
	font-size: 25px;
}

@media screen and (min-width: 768px){
	.sab-top{
		height: 300px;
	}
	.sab-top-back{
		height: 300px;
	}
	.sab-top-txt{
		height: 300px;
	}
	.sab-top h1{
		margin-bottom: 30px;
		font-size: 24px;
		letter-spacing: 2px;
	}
	.sab-top p{
		font-size: 100px;
	}
	.sab-top.employment h1{
		margin-bottom: 30px;
	}
	.sab-top.employment p{
		font-size: 60px;
	}
}
@media screen and (min-width: 1025px){
	.sab-top h1{
		margin-bottom: 50px;
	}
	.sab-top p{
		font-size: 130px;
	}
	.sab-top.employment p{
		font-size: 90px;
	}
}
/****** サブページトップ setting end ******/


/****** サブページ目次 setting end ******/
.sab-link{
	background: #E9E9E9;
	padding: 40px 20px;
	margin-left: 20px;
	margin-top: -20px;
	width: 250px;
	max-width: 100%;
	position: relative;
}
.sab-link:after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	height: 0; 
	width: 0;
	border: solid;
	border-color: #E9E9E9;
	border-bottom-color: #fff;
	border-width: 0px 0px 60px 60px;
}
.sab-link-title{
	font-weight: 600;
	margin-bottom: 20px;
}
.sab-link-title p{
	font-size: 20px;
	color: #6C7071;
	letter-spacing: 1px;
}
.sab-link-txt ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
.sab-link-txt ul li{
	position: relative;
	padding: 5px 0 5px 20px;
	color: #6C7071;
}
.sab-link-txt ul li a{
	color: #6C7071;
}
.sab-link-txt ul li:before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 600;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (min-width: 480px){
	.sab-link{
		width: 300px;
	}
}
/****** サブページ目次 setting end ******/


/****** サブページボックス setting start ******/
.sub-box-wrab{
	width: 90%;
	right: 0;
	left: 0;
	margin: auto;
	padding: 60px 0;
	max-width: 1200px;
}
.sub-box-title p{
	font-size: 30px;
	font-family: 'Montserrat';
	margin-bottom: 10px;

}
.sub-box-title h2{
	font-size: 18px;
	color: #E72F35;
	font-weight: 500;
}
.sub-box-title h2 i{
	padding-right: 5px;
}
/****** サブページボックス setting end ******/

/*/////////////////////////////////////////////
//　　about us
///////////////   ここから   ////////////////*/
.about-01{
	margin-top: 60px;
	background: url("../images/about-01.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.about-01-back{
	background: rgba(255,255,255,0.75);
}
.about-01-txt{
	padding-top: 40px;
}
.about-01-txt h3{
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 2px;
}


.about-02-top{
	padding-top: 40px;
	width: 100%;
}
.about-02-img{
	text-align: center;
}
.about-02-img img{
	object-fit: contain;
	height:auto;
	width: 80%;
}
.about-02-txt{
	background: #EDEDED;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.about-02-bottom{
	margin-top: 40px;
}
.about-02-name{
	text-align: right;
	margin-top: 40px;
}
.about-02-name p{
	font-size: 20px;
	font-weight: 600;
	font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
}
.about-02-name p span{
	font-size: 16px;
	font-weight: 100;
	padding-right: 20px;
}
@media screen and (min-width: 600px){
	.about-02-top{
		display: flex;
		align-items: flex-end;
	}
	.about-02-img img{
		object-fit: contain;
		height: 350px;
		width: auto;
	}
	.about-02-txt{
		margin-top: 0;
		background: #EDEDED;
		height: fit-content;
		align-items: flex-end;
		padding: 50px 0;
		width: 100%;
		margin-bottom: 7px;
	}
}


.about-03{
	padding-top: 40px;
	text-align: left;
}

.about-03-table{
	width: 100%;
	 border-collapse: collapse;
}
.about-03-table td{
	display: block;
	width: 100%;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	border-bottom:1px solid #6C7071;
}
.about-03-table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 20px 20px;
	background: #E9E9E9;
	font-weight: 500;
}
@media screen and (min-width: 600px){
	.about-03-table td{
	display: table-cell;
	width: calc( 100% - 300px );
	width: 300px;
	padding: 20px 0 20px 20px;
}
.about-03-table th{
	display: table-cell;
	width: 300px;
	padding: 20px 0 20px 20px;
	border-bottom:1px solid #6C7071;
}
}
/*/////////////   ここまで   ///////////////////
//　　about us
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
//　　Support
///////////////   ここから   ////////////////*/
.support-01{
	margin-top: 60px;
	background: url("../images/support-01.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.support-01-back{
	background: rgba(255,255,255,0.80);
}
.support-01-txt{
	padding-top: 40px;
}
.support-01-txt h3{
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 2px;
}


.support-02-box{
	margin-top: 40px;
}
.support-02-item{
	margin-top: 40px;
	background:rgba(233,233,233,0.78);
}
.support-02-item-img{
	width: calc( 100% - 20px );
	margin-right: 20px;
	height: 250px;
	box-sizing: border-box;
}
.support-02-item-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.support-02-item-txt{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: calc( 100% - 20px );
	margin-top: -20px;
	margin-left: 20px;
	background: #fff;
	padding: 20px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
    -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
}
.support-02-item-txt h3{
	color: #E72F35;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px){
	.support-02-box{
		display: grid;
		grid-template-columns: calc( 50% - 20px ) calc( 50% - 20px );
		grid-column-gap: 40px;
		grid-row-gap: 40px;
	}
	.support-02-item-txt{
		min-height: 300px;
	}
	.support-02-item{
		margin-top: 0;
	}
}

/*/////////////   ここまで   ///////////////////
//　　Support
////////////////////////////////////////////*/



/*/////////////////////////////////////////////
//　　employment
///////////////   ここから   ////////////////*/
.employment-01-00{
	margin-top: 60px;
	background: #F8F8F8;
	padding: 60px 0;
	box-sizing: border-box;
}
.employment-01{
	margin-top:60px;
}
.employment-01 h3{
	text-align: center;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto;
}
.employment-01-box{
	padding-top: 20px;
	max-width: 1200px;
	width:100%;
	padding-left: 5%;
	box-sizing: border-box;
	right: 0;
	left: 0;
	margin: auto;
}
.employment-01-item{
	margin-top: 40px;
}
.employment-01-item-txt{
	background: #fff;
	width: 80%;
	min-height: 200px;
	position: relative;
	z-index: 1;
}
.employment-01-item-txt h4{
	background: #EF4948;
	color: #fff;
	width: fit-content;
	padding: 15px 40px;
}
.employment-01-item-txt p{
	padding: 20px;
}
.employment-01-item-img{
	width: 100%;
	height: 300px;
	text-align: right;
	margin-top: -100px;
}
.employment-01-item-img img{
	object-fit: cover;
	width: 80%;
	height: 100%;
}
@media screen and (min-width: 768px){
	.employment-01-item-img img{
		width: 60%;
	}
}

.employment-02{
	margin-top: 40px;
}
.employment-02-item{
	margin-top: 40px;
}
.employment-02-item:first-child{
	margin-top: 0;
}
.employment-02-item-img{
	width: 200px;
	padding: 20px 0;
	text-align: center;
	background: #F8F8F8;
}
.employment-02-item-img img{
	object-fit: contain;
	height: 140px;
	width: auto;
	max-width: 140px;
}
.employment-02-item-txt{
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
	width: calc( 100% - 50px );
	margin-left: 50px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: -50px;
}
.employment-02-item-txt h3{
	color: #E72F35;
	margin-bottom: 20px;
}
.employment-02-item-arrow{
	width: 40px;
	height: 2px;
	position: relative;
	right: 0;
	left: auto;
	margin: 30px 0 0 auto;
	background: #E72F35;
}
.employment-02-item-arrow:before{
	position: absolute;
	content: "";
	width: 12px;
	height: 2px;
	transform: rotate(30deg);
	background: #E72F35;
	right: 0;
	top: -3px;
}
@media (any-hover: hover){
	.employment-02-item:hover .employment-02-item-img{
		outline-width: 2px;
	   outline-style: solid;
	   outline-color: #E72F35;
	}
}

@media screen and (min-width: 600px){
	.employment-02-item{
		margin-top: 0;
	}
	.employment-02-box{
		display: grid;
		grid-template-columns: calc( 50% - 20px) calc( 50% - 20px);
		grid-column-gap: 40px;
		grid-row-gap: 40px;
	}
}
/*/////////////   ここまで   ///////////////////
//　　employment
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
//　　interview
///////////////   ここから   ////////////////*/
.interview-01{
	margin-top: 60px;
	margin-bottom: 20px;
}
.interview-01-box{
	background:#F8F8F8;
	padding: 20px;
}
.interview-01-title p{
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 18px;
}
.interview-01-img{
	text-align: center;
}
.interview-01-img img{
	width: auto;
	height: 140px;
	max-width: 100%;
	object-fit: contain;
}
.interview-01-txt{
}
.interview-01-txt table{
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}
.interview-01-txt th{
	border-bottom: 1px solid #6C7071;
	text-align: left;
	padding:10px 0 10px 20px;
	box-sizing: border-box;
}
.interview-01-txt td{
	padding-left: 20px;
	border-bottom: 1px solid #6C7071;
	box-sizing: border-box;
	padding:10px 20px 10px 20px;
}
.interview-02{
	margin-top: 40px;
}
.interview-02 h3{
	font-size: 18px;
	margin-bottom: 20px;
}
.interview-02 h3 i{
	padding-right: 10px;
}
.interview-02 h4{
	color: #E72F35; 
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
}
@media screen and (min-width: 768px){
	.interview-01-flex{
		display: flex;
		width:100%;
		justify-content: center;
		align-items: center;
	}
	.interview-01-box{
		padding: 40px;
		box-sizing: border-box;
	}
	.interview-01-txt{
		padding-left: 60px;
	}
	.interview-01-txt table{
		margin-top: 0;
		box-sizing: border-box;
	}
	.interview-01-img{
		text-align: left;
	}
	.interview-01-txt th{
		padding:10px 0 10px 40px;
	}
	.interview-01-txt td{
		padding:10px 40px 10px 20px;
	}
	.interview-02 h3{
		font-size: 20px;
	}
	.interview-02 h4{
		font-size: 18px;
	}
}
@media screen and (min-width: 1025px){
	.interview-01-txt{
		padding-left: 120px;
	}
	.interview-01-txt th{
		padding:10px 0 10px 80px;
	}
	.interview-01-txt td{
		padding:10px 80px 10px 100px;
	}
}
/*/////////////   ここまで   ///////////////////
//　　interview
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
//　　recruitment
///////////////   ここから   ////////////////*/

.recruitment-01{
	margin-top: 60px;
}
.recruitment-01 h3{
	text-align: center;
}
.recruitment-01-item{
	margin-top: 40px;
}
.recruitment-01-item-top{
	border: 1px solid #E72F35;
	background: #FEF1F0;
	padding: 0 10px;
	box-sizing: border-box;
	height: 80px;
	margin: 0 20px;
	text-align: center;
	position: relative;
	z-index: 1;

}
.recruitment-01-item-top h4{
	color: #E72F35;
	height: 80px;
	display: grid;
	place-content: center;
	font-size: 18px;
}
.recruitment-01-item-img{
	text-align: center;
	background: #F8F8F8;
	padding: 80px 0 40px 0;
	margin-top: -40px;
}
.recruitment-01-item-img img{
	object-fit: contain;
	height: 100px;
	width: auto;
	max-width: 100%;
}
@media screen and (min-width: 768px){
	.recruitment-01-box{
		display: grid;
		width: 100%;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 30px;
	}	
}
@media screen and (min-width:768px) and ( max-width:1024px){
	.recruitment-01-item-top h4{
		font-size: 16px;
	}
	.recruitment-01-item-top{
		padding: 0 5px;
	}
}
@media screen and (min-width: 1025px){
	.recruitment-01-item-img img{
		height: 120px;
	}
}

.recruitment-02{
	background: #F4F4F4;
	margin-top: 20px;
	padding: 20px 0;
}
.recruitment-02-item{
	margin-top: 40px;
}
.recruitment-02-img{
	width: 80%;
	margin-left: 20%;
	height: 300px;
}
.recruitment-02-img img{
	width: 100%; 
	height: 100%;
	object-fit: cover;
}
.recruitment-02-txt{
	background: #fff;
	width: 80%;
	margin-top: -150px;
	padding: 20px 20px 40px 20px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
	position: relative;
	z-index: 1;
	min-height: 150px;
}
.recruitment-02-txt p.number{
	font-family:'Montserrat';
	margin-top: -30px;
	font-size: 60px;
	font-weight: bold;
	color:rgba(228,228,228,0.78);
	margin-bottom: 30px;
	margin-left: -5px;
}
.recruitment-02-txt h3{
	color: #EF4948;
	font-size: 18px;
	margin-bottom: 20px;
}
.recruitment-02-arrow{
	text-align: center;
	margin-top: 40px;
}
.recruitment-02-arrow i{
	font-size: 50px;
	color: #6C7071;
}
@media screen and (min-width: 768px){
	.recruitment-02-txt h3{
		font-size: 20px;
	}
	.recruitment-02-img{
		width: 60%;
		margin-left: 40%;
	}
	.recruitment-02-txt{
		background: #fff;
		width: 60%;
	}
	.recruitment-02-txt p.number{
		font-size: 80px;
		margin-bottom: 40px;
	}
}
/*/////////////   ここまで   ///////////////////
//　　recruitment
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
//　　contact
///////////////   ここから   ////////////////*/

.contact-01{
	margin-top: 20px;
}
.contact-item{
	border-bottom: 1px solid #707070;
	padding: 40px 20px;
}
.contact-item h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.contact-item p{
}
.contact-item-button{
	margin-top: 20px;
	background: #E72F35;
	padding: 15px 0;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 250px;
	justify-content: center;
}
.contact-item-button-txt{
	text-align: center;
}
.contact-item-button-txt p{
	color: #fff;
	line-height: 1rem;
	letter-spacing: 1px;
}
.contact-item-button-txt p:nth-child(1){
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}
.contact-item-button-txt p:nth-child(2){
	font-size: 14px;
}
.contact-item-button-arrow{
	width: 40px;
	height: 2px;
	background: #fff;
	position: relative;
	margin-left: 30px;
	margin-top: 10px;
}
.contact-item-button-arrow:before{
	width: 12px;
	height: 2px;
	background: #fff;
	content: "";
	position: absolute;
	transform: rotate(30deg);
	right: 0;
	top: -3px;
}
@media screen and (min-width: 768px){
	.contact-flex{
		display: flex;
		border-bottom: 1px solid #707070;
		padding: 60px 0;
	}
	.contact-flex:nth-child(1){
		border-top: 1px solid #707070;
	}
	.contact-item{
		border-bottom: none;
		padding: 0 20px 0 20px;
		width: 50%;
	}
	.contact-item h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.contact-item-button{
		margin-top: 40px;
	}
}
@media screen and (min-width: 1025px){
	.contact-item-button{
		width: 350px;
	}
	.contact-item-button-arrow{
		margin-left: 40px;
	}
}

.contact-02{
	background: #F8F8F8;
	padding: 40px 20px;
}
.contact-02 h3{
	font-size: 18px;
	margin-bottom: 20px;
}
.contact-02-tell{
	border-radius: 50px;
	padding: 10px 20px;
	border: 1px solid #EF4948;
	margin-top:20px;
	width: fit-content;
	background: #fff;
	text-align: center;
}
.contact-02-tell p i{
	padding-right: 10px;
}
.contact-02-tell p{
	color: #EF4948;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 2px;
}
@media screen and (min-width: 768px){
	.contact-02 h3{
		font-size: 20px;
	}
	.contact-02-tell p{
		font-size: 20px;
	}
}

/*/////////////   ここまで   ///////////////////
//　　contact
////////////////////////////////////////////*/



/*/////////////////////////////////////////////
//　　FAQ
///////////////   ここから   ////////////////*/

.FAQ-01-link{
	display: flex;
	margin-bottom: 40px;
}
.FAQ-01-link p{
	border: 1px solid #CBCBCB;
	border-radius: 10px;
	padding: 10px 20px;
	background: #FFF0F0;
	color: #E72F35;
}
.FAQ-01-link i{
	padding-right: 10px;
}
.FAQ-01-link p:nth-child(1){
	margin-right: 20px;
}
.FAQ-01-title h3{
	color: #E72F35;
	font-size: 18px;
	margin-bottom: 20px;
}




/*アコーディオン全体*/
.contact-common-question-accordion-area{
    list-style: none;
    width: 100%;
    margin:0;
	padding: 0;
	margin-bottom: 60px;
}

.contact-common-question-accordion-area li{
	background: #FFFFFF;
	width: 100%;
	margin:0;
	padding: 0;
}

.contact-common-question-accordion-area section {
	border-top: 1px solid #CBCBCB;
}
.contact-common-question-accordion-area section.last{
	border-bottom: 1px solid #CBCBCB;
}

/*アコーディオンタイトル*/
.common-question-accordion-area-title {
    position: relative;
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 20px 40px 20px 15px;
    transition: all .5s ease;
	text-align: left;
	display: flex;
	align-items: center;
}
.common-question-accordion-area-title h4{
	font-size: 16px;
	font-weight: 600;
}
.common-question-accordion-area-title i{
	margin-right: 20px;
	font-size: 1.2em;
	color: #fff;
	width: 35px;
	height: 35px;
	background: #6C7071;
	display: grid;
	place-content:center;
	position: relative;
	border-radius: 50%;
}
.common-question-accordion-area-title:before{
	position: absolute;
    font-family: "Font Awesome 5 Free";
	content: '\2b';
	font-weight: 900;
	top: 50%;
	right:20px;
    transform: translateY(-50%) rotate(0deg);;
    -webkit-transform: translateY(-50%) rotate(0deg);;
    -ms-transform: translateY(-50%) rotate(0deg);;
	font-size: 1.2rem;
	color: #333333;
}


/*　closeというクラスがついたら形状変化　*/

.common-question-accordion-area-title.close:before{
	transform: translateY(-50%) rotate(180deg);;
    -webkit-transform: translateY(-50%) rotate(180deg);;
    -ms-transform: translateY(-50%) rotate(180deg);;
	content: '\f068';
}


/*アコーディオンで現れるエリア*/
.common-question-accordion-area-answer {
    display: none;/*はじめは非表示*/
    border-top: 1px solid #CBCBCB;
	padding: 20px 30px 20px 15px;
	background: rgba(243,243,243,1.00);
	text-align: left;
}
.common-question-accordion-area-answer-flex{
	display: flex;
	align-items: center;
}
.common-question-accordion-area-answer-flex i{
	margin-right: 20px;
	font-size: 1em;
	color: #fff;
	width: 35px;
	height: 35px;
	background: #6C7071;
	display: grid;
	place-content:center;
	position: relative;
	border-radius: 50%;
}


@media screen and (min-width: 768px){
	.common-question-accordion-area-title h4{
		font-size: 18px;
	}
	.FAQ-01-title h3{
		font-size: 20px;
	}
}
/****** よくある質問 setting end ******/



/*/////////////   ここまで   ///////////////////
//　　FAQ
////////////////////////////////////////////*/



/*/////////////////////////////////////////////
//　　job
///////////////   ここから   ////////////////*/
.job-button{
	width: 90%;
	right: 0;
	left: 0;
	margin: auto;
	margin-top: 60px;
}
.read-more2.job{
	background: #E72F35;
	
}
.read-more2-01.job p{
	color: #fff;
}

.read-more2-02.job i{
	color: #fff;
}
/*赤字ver */
.read-more2.red{
	
}
.read-more2-01.red p{
	color: #E72F35;
}

.read-more2-02.red i{
	color: #E72F35;
}

/*/////////////   ここまで   ///////////////////
//　　job
////////////////////////////////////////////*/



/*/////////////////////////////////////////////
//　　contact-entry
///////////////   ここから   ////////////////*/
.contact-entry{
	margin-top: 40px;
}

.contact-form{
	width: 100%;
	background:#F8F8F8;
	margin-top: 40px;
	padding: 40px 20px;
	box-sizing: border-box;
	border-radius: 20px;
}
.contact-form-title p{
	font-weight: 600;
	margin-bottom: 40px;
}
.contact-form-title p span{
	color: #E72F35;
}
.contact_cell{
	margin-bottom: 40px;
}

.contact_cell p{
	margin-bottom: 20px;
	font-size: 16px;
}

.contact_cell input{
	width: 100%;
	border-radius: 10px;
	font-size: 16px;
	border: 1px solid #999999;
	text-align: left;
	padding: 15px 0 15px 10px;
	box-sizing: border-box;
}

.contact_cell-required{
	color: #E72F35;
	padding-left: 5px;
}



.contact_cell-grid2-1 p{
	text-align: left;
	 width: fit-content;
	margin-top: 0;
	padding-top: 0;
}

/*リセット */
.contact_cell-grid2-1 input[type="checkbox"]{
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 30px;
	height: 30px;
}

.contact_cell-grid2-1 input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    position: relative;
}

.contact_cell-grid2-1 input[type="checkbox"]:before,.contact_cell-grid2-1 input[type="checkbox"]:after{
	content: "";
    display: block; 
    position: absolute;
}
.contact_cell-grid2-1 input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width:20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top:5px;
    left: 0;
  }
.contact_cell-grid2-1 input[type="checkbox"]::after {
	width:14px;/*チェックボックスの横幅*/
    height: 14px;/*チェックボックスの縦幅*/
	background: #E72F35;
    opacity: 0;/*チェック前は非表示*/
    top: -2px;/*チェック時の位置調整*/
    left: 4px;/*チェック時の位置調整*/
  }
 input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
 }

.contact_cell-grid2-1:last-of-type{
	margin-right: 0;
}

.contact_cell-grid2-1{
	display: flex;
	width: fit-content;
	align-items:center;
	margin-right: 20px;
	padding-top: 20px;
	box-sizing: border-box;
}
.contact_cell-grid2{
	width: 100%;
}
.check-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #666464;
}
.check-box:nth-child(2){
	padding-top: 20px;
}


.contact_cell textarea{
	width: 100%;
	border-radius: 10px;
	font-size: 16px;
	border: 1px solid #666464;
	text-align: left;
	padding: 15px 0 15px 10px;
	box-sizing: border-box;
}
.contact-btn-area input{
	text-align: center;
	width:fit-content;
	right: 0;
	left: 0;
	margin: auto;
	min-width: 50%;
	color: #FFFFFF;
	border: none;
	background:#E72F35;
	font-weight: 600;
	border-radius:10px;
	padding: 10px 20px;
	font-size: 20px;
}

.contact-btn-area{
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	padding: 5px 0;
}





@media screen and (min-width: 768px){
	.contact-form{
		padding: 40px 40px;
	}
}



/* チェックボックスデザイン */




/****** チェックボックスデザイン　setting end ******/





.contact textarea{
	margin:20px 0;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 5px;
	font-size: 18px;
	border: 1px solid #999999;
	text-align: left;
	padding: 15px 0 15px 10px;
}

.contact_cell select{
	margin:20px 0;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 5px;
	font-size: 18px;
	border: 1px solid #999999;
	text-align: left;
	height: auto;
	padding: 15px 0 15px 10px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #333333;
}

.select_box select{
    border: 1px solid;
    font-size: 14px;
   }
.select_box{
	position: relative;
	background: #ffffff;
}
.select_box:after{
	font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    position: absolute;
    right: calc( 10% + 20px );
    top:50%;
	transform: translateY(-50%)scale(1.2);
    -webkit-transform: translateY(-50%)scale(1.2);
    -ms-transform: translateY(-50%)scale(1.2);
	color: #666666;
	pointer-events: none;
}





/*/////////////   ここまで   ///////////////////
//　　contact-entry
////////////////////////////////////////////*/

/*/////////////////////////////////////////////
//　　thanks
///////////////   ここから   ////////////////*/
.thanks-wrab{
	min-height: 50vh;
	display: grid;
	place-content:center;
	padding: 40px 0;
	box-sizing: border-box;
}
.thanks-txt{
	text-align: center;
}
.thanks-txt p:nth-child(1){
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 40px;
}
.thanks-txt p{
	margin-bottom: 10px;
}
.thanks-button{
	margin-top: 40px;
}
@media screen and (min-width: 768px){
	.thanks-txt p:nth-child(1){
		font-size: 26px;
	}
}
/*/////////////   ここまで   ///////////////////
//　　thanks
////////////////////////////////////////////*/



/*/////////////////////////////////////////////
//　　privacy
///////////////   ここから   ////////////////*/


.privacy{
	margin-bottom: 20px;
}
.privacy-title{
	text-align: center;
	margin-bottom: 60px;
	margin-top: 20px;
}
.privacy-title h1{
	font-size: 24px;
}
.privacy-title-01{
	margin-top: 60px;
	margin-bottom: 20px;
}
.privacy-02{
	margin-top: 40px;
}
.privacy-02 h2{
	font-size: 20px;
	margin-bottom: 20px;
}
.privacy-02 h2 i{
	padding-right: 10px;
}
.privacy-02 ul{
	margin:20px 0 0 -20px;
	font-size: 16px;
}
.privacy-02 p a{
	color: #EF4948;
	padding: 0 5px;
}
@media screen and (min-width: 768px){
	.privacy-02 ul{
		font-size: 18px;
	}
}
/*/////////////   ここまで   ///////////////////
//　　privacy
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
//　　sitemap
///////////////   ここから   ////////////////*/

.sitemap{
	margin-bottom: 20px;
}
.sitemap-title{
	text-align: center;
	margin-bottom: 60px;
	margin-top: 20px;
}
.sitemap-title h1{
	font-size: 24px;
}
.sitemap-title-01{
	margin-top: 60px;
	margin-bottom: 20px;
}
.sitemap-item{
	margin-top: 40px;
}
.sitemap-item-title{
	text-align: center;
	padding: 10px 10px;
	background: #E9E9E9;
}
.sitemap-item-title p{
	font-size: 18px;
}
.sitemap-item-sab{
	margin-top: 10px;
	margin-left: 10px;
}
.sitemap-item-sab p{
	padding: 10px 0;
}
.sitemap-item-sab p i{
	padding-right: 5px;
}

@media screen and (min-width: 768px){
	.sitemap-grid{
		display: grid;
		grid-template-columns: calc( 50% - 20px ) calc( 50% - 20px );
		grid-column-gap: 40px;
	}	
}
/*/////////////   ここまで   ///////////////////
//　　sitemap
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
//　　スライドショー
///////////////   ここから   ////////////////*/

/****** job　setting start ******/
.customercase-scroll{
	position: relative;
}
.Container {
	outline: none;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 40px 0 60px 0;
}

.Box-Container {
	display: flex;
	width: fit-content;
	transition: transform 0.3s ease;
	transform: translateX(0);
}

.Box {
	flex-shrink: 0;
	width: 250px;
	margin: 0 20px;
	background-color: #fff;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
	box-sizing: border-box;
	padding: 20px;
}

.Box.job h3{
	color: #EF4948;
	padding-bottom: 20px;
}
.Box-txt{
	padding-bottom: 10px;
}
.Box-txt p:nth-child(1){
	font-weight: 600;
	padding-right: 20px;
	flex-shrink: 0
}
.Box-txt-bottom{
	font-weight: 600;
}
.Arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background-color:#ddd;
	color: #333;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor:pointer;
	border-radius: 100%;
}

.Arrow.left {
  left: 0px;
}

.Arrow.right {
  right: 0px;
}

.Hide {
  display: none;
}

@media screen and (min-width: 480px){
	.Box {
		width: 400px;
	}
}
@media screen and (min-width: 768px){
	.Box {
		width: 600px;
	}
	.Box-txt{
		display: flex;
	}
}
@media screen and (min-width: 1025px){
	.Box {
		width: 800px;
	}
}

/****** job　setting end ******/


/****** event　setting start ******/
.a-Box h3{
	color: #EF4948;
	padding-bottom: 10px;
}
.a-Box p.Box-event-frame{
	color: #fff;
	width: fit-content;
	padding: 2px 20px;
	background: #6C7071;
	border-radius: 20px;
	margin-bottom: 20px;
}
.Box-event-img{
	margin-bottom: 10px;
}
.Box-event-img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
@media screen and (min-width: 768px){
	.Box-event-grid{
		display: grid;
		grid-template-columns: calc( 50% - 10px ) calc( 50% - 10px );
		grid-column-gap: 20px;
	}
	.Box-event-img{
		margin-bottom: 0;
		order: 2;
	}
	.Box-event-txt{
		order: 1;
	}
}


.a-Container {
	outline: none;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 40px 0 60px 0;
}
.a-Box-Container {
	display: flex;
	width: fit-content;
	transition: transform 0.3s ease;
	transform: translateX(0);
}
.a-Box{
	flex-shrink: 0;
	width: 250px;
	margin: 0 20px;
	background-color: #fff;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.20);
	box-sizing: border-box;
	padding: 20px;
}
.a-Arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background-color:#ddd;
	color: #333;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor:pointer;
	border-radius: 100%;
}

.a-Arrow.a-left {
  left: 0;
}

.a-Arrow.a-right {
  right: 0;
}
.Hide {
display: none;
}
@media screen and (min-width: 480px){
	.a-Box {
		width: 400px;
	}
}
@media screen and (min-width: 768px){
	.a-Box {
		width: 600px;
	}
}
@media screen and (min-width: 1025px){
	.a-Box {
		width: 800px;
	}
}
/****** event　setting end ******/

/****** event single　setting start ******/
.Box.event h3{
	color: #EF4948;
	padding-bottom: 10px;
}
.Box.event p.Box-event-frame{
	color: #fff;
	width: fit-content;
	padding: 2px 20px;
	background: #6C7071;
	border-radius: 20px;
	margin-bottom: 20px;
}
.Box-event-img{
	margin-bottom: 10px;
}
.Box-event-img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
@media screen and (min-width: 768px){
	.Box-event-grid{
		display: grid;
		grid-template-columns: calc( 50% - 10px ) calc( 50% - 10px );
		grid-column-gap: 20px;
	}
	.Box-event-img{
		margin-bottom: 0;
		order: 2;
	}
	.Box-event-txt{
		order: 1;
	}
}
/****** event single　setting end ******/

/****** job single　setting start ******/

@media screen and (max-width: 767.9px){
	
	.event-box,.job-01-txt{
		--max-lines: 15;
		--line-height: 1.4;
		max-height: calc(var(--max-lines) * 1em * var(--line-height));
		line-height: var(--line-height);
		overflow: hidden;
		position: relative;
	}
	.event-box:has(+.btn:not(:checked))::before,.job-01-txt:has(+.btn:not(:checked))::before {
		content: "";
		position: absolute;
		height: calc(1em * var(--line-height));
		width: 100%;
		bottom: 0;
		pointer-events: none;
		background: linear-gradient(to bottom, transparent, #fff);
	}

	.btn {
		appearance: none;
		border: 1px solid #333;
		height: 30px;
		line-height: 28px;
		border-radius: 0.25em;
		cursor: pointer;
		margin-top: 1rem;
		white-space: nowrap;
		width: 100px;
		text-align: center;
	}
	.btn::hover {
		background: #ccc;
	}
	.btn::before {
		content: "もっと見る";
		white-space: nowrap;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.btn:checked::before {
		content: "閉じる";
		white-space: nowrap;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.event-box:has(+ .btn:checked),.job-01-txt:has(+ .btn:checked) {
		max-height: none;
	}

}


.Box.job-01 p{
	width: fit-content;
	right: 0;
	left: auto;
	margin: 0 0 0 auto;
	color: #fff;
	background: #EF4948;
	padding: 0 10px;
}
.Box.job-01 h3{
	text-align: center;
	font-size: 18px;
	margin: 10px 0;
}
.Box.job-01 table{
	width: 100%;
	text-align: left;
	font-size: 16px;
	border-collapse: collapse;
}
.Box.job-01 th{
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}
.Box.job-01 td{
	padding-bottom: 10px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #6C7071;
}
@media screen and (min-width: 768px){
	.Box.job-01 th{
		display: table-cell;
		width: 150px;
		margin-top: 0;
		margin-bottom: 0;
		padding: 15px 0;
		border-bottom: 1px solid #6C7071;
		vertical-align: top;
	}
	.Box.job-01 td{
		padding-bottom: 15px;
		padding: 15px 0;
		display: table-cell;
		width: calc( 100% - 150px );
		border-bottom: 1px solid #6C7071;
	}
}

/****** job single　setting end ******/

/*/////////////   ここまで   ///////////////////
//　　スライドショー
////////////////////////////////////////////*/


