@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.section-hero {
	background-image: url("../images/index/h_bg.webp");
	height: 920px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.section-hero .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.section-hero .box {
width: 615px;
height: 580px;
background-color: hsla(0,0%,0%,0.30);
color: #fff;
padding: 30px;
position: relative;
top: 140px;
}
.section-hero .box h1 {
color: #FFF;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 1.4em;
text-align: left;
}
.section-hero .box h1 span {
width: 131px;
height: 29px;
background: #D83935;
display: block;
line-height: 29px;
font-size: 14px;
color: #fff;
text-align: center;
font-weight: 400;
}
.section-hero .box h1+p {
color: #FFF;
font-family: "Noto Sans JP";
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: 1.4em;
text-align: left;
margin-top: 10px;
}
.section-hero .box div {
	width: 618px;
height: 270px;
border-radius: 8px;
background-color: hsla(0,0%,100%,0.90);
margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 20px;
}
.section-hero .box div h2 {
color: #D83935;
text-align: center;
font-family: "Noto Sans JP";
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 1.5em;
}
.section-hero .box div h2+p {
	color: #000;
	font-size: 18px;
	margin-top: 10px;
}
.section-hero .box div ul {
	display: flex;
	justify-content: space-between;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.section-hero .box div ul li {
	width: 210px;
	position: relative;
}
.section-hero .box div ul li em {
	font-size: 13px;
	color: #000;
	display: block;
	position: absolute;
	white-space: nowrap;
	left: -20px;
	top: -27px;
}
.section-hero .box div ul li a {
	background-color: #D83935;
	width: 210px;
	height: 50px;
	display: block;
	line-height: 50px;
	color: #fff;
	font-weight: 18px;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	transition: 0.3s;
}
.section-hero .box div ul li a::after {
	display: block;
	width: 28px;
	height: 28px;
	background-color: #E37070;
	content: "";
	border-radius: 100px;
	position: absolute;
	right: 5px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background-image: url("../images/arrow.png");
	background-size: 11px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.3s;
}
.section-hero .box div ul li+li a {
	background-color: #7C7C7C;
	transition: 0.3s;
}
.section-hero .box div ul li+li a::after {
	background-color: #AAAAAA;
}
.section-hero .box div ul li:first-child a:hover {
	background-color: #FF433E;
	transition: 0.3s;
}
.section-hero .box div ul li:first-child a:hover::after {
	background-color: #F76262;
	transition: 0.3s;
}
.section-hero .box div ul li+li a:hover {
	opacity: 0.7;
}





.section-recruit {
	padding-top: 150px;
	margin-bottom: 30px;
}
.section-recruit h2+p+ul {
	display: flex;
	justify-content: space-between;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -260px;
}
.section-recruit h2+p+ul li {
	background-color: #D83935;
	width: 210px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 20px;
}
.section-recruit .flex {
	max-width: 1468px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.section-recruit .flex div {
	width: 31.5%;
	margin-bottom: 40px;
}
.section-recruit .flex div figure img {
	width: 100%;
	height: auto;
}
.section-recruit .flex div h3 {
	color: #D83935;
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
.section-recruit .btn+p {
	font-size: 14px;
	margin-top: 15px;
}





.section-about .flex {
	position: relative;
	margin-top: 80px;
}
.section-about .flex figure {
	width: 60%;
	overflow: hidden;
}
.section-about .flex figure img {
	width: 100%;
	height: auto;
}
.section-about .flex .box {
	width: 48%;
	padding-left: 5%;
	padding-right: 5%; 
	position: absolute;
	right: 0px;
	background-color: rgba(255,255,255,0.80);
	height: 25vw;
	padding-top: 3vw;
	padding-bottom: 3vw;
	text-align: left;
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: flex;
	align-items: center;
	min-height: 280px;
	z-index: 999;
}
.section-about .flex .box h3 {
	color: #D83935;
	font-size: 40px;
	line-height: 1.4em;
	position: relative;
	margin-bottom: 30px;
}
.section-about .flex .box h3::after {
	content: "";
	width: 50px;
height: 1px;
background: #D83935;
position: absolute;
left: 0px;
bottom: -15px;
}
.section-about .flex .box p {
	line-height: 2.5em;
}
.section-about .flex:nth-child(even) {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 80px;
}
.section-about .flex:nth-child(even) .box {
	left: 0px;
	right: auto;
}
.section-about .btn {
	margin-top: 80px;
}





.section-features {
	margin-top: 20px;
}
.section-features .flex {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	align-items: center;
	margin-bottom: 120px;
}
.section-features .flex:nth-child(odd) {
	flex-direction: row-reverse;
}
.section-features .flex figure {
	width: 60%;
	position: relative;
}
.section-features .flex figure img {
	width: 100%;
	height: auto;
}
.section-features .flex figure span {
	color: #EB322D;
text-align: center;
	font-family: 'Inter', 'Noto Serif JP', serif;
font-size: 120px;
letter-spacing: 0em;
font-style: normal;
font-weight: 600;
position: absolute;
left: 20px;
top: -24px;
line-height: 40px; /* 30.769% */
}
.section-features .flex div {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.section-features .flex div h3 {
color: #D83935;
text-align: center;
font-family: "Noto Sans JP";
font-size: 50px;
font-style: normal;
font-weight: 600;
margin-bottom: 35px;
line-height: 40px; /* 80% */
}
.section-features .flex div p {
	line-height: 2.5em;
}
.section-features .flex:last-child {
	margin-bottom: 30px;
}
.section-features .btn {
	margin-top: -50px;
	margin-bottom: 50px;
}





.section-news .news-list {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-top: 50px;
	border-top: none;
	margin-top: -1px;
}
.section-news .news-list li {
	width: 32%;
	text-align: left;
}
.section-news .news-list li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.section-news .news-list li a {
	text-decoration: none;
	color: #000;
}
.section-news .news-list li .category {
	background-color: #D83935;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.section-news .news-list li time {
	margin-left: 10px;
	display: inline-block;
}





.section-business {
	padding-top: 50px;
	margin-bottom: 150px;
}
.section-business .flex {
	display: flex;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	border-bottom: 1px solid #ccc;
	margin-top: 80px;
	padding-bottom: 80px;
}
.section-business .flex.none {
	border-bottom: none;
}
.section-business .flex .box {
	text-align: left;
	display: flex;
	justify-content: center;
	width: 50%;
}
.section-business .flex .box h3 {
	color: #D83935;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}
.section-business .flex .box address {
	line-height: 1.8em;
}
.section-business .flex .box address a {
	color: #000;
	text-decoration: none;
}
.section-business .flex figure {
	width: 500px;
	height: 335px;
	background-color: #D9D9D9;
	margin-right: 80px;
}
.section-business .btn2 a {
	width: 200px;
	padding-left: 10px;
	height: 42px;
	display: block;
	border-radius: 100px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 42px;
	color: #000;
	text-decoration: none;
	margin-top: 30px;
	font-weight: bold;
	letter-spacing: 0em;
	position: relative;
}
.section-business .btn2 a::before {
	content: "";
	width: 42px;
	height: 42px;
	display: block;
	background-color: #D83935;
	border-radius: 100px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-image: url("../images/arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.section-business .btn2 a:hover {
	color: #D83935;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.section-hero {
	background-image: url("../images/index/h_bg.webp");
	padding-bottom: 22vw;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.section-hero .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.section-hero .box {
width: 90%;
background-color: hsla(0,0%,0%,0.30);
color: #fff;
padding: 5vw;
position: relative;
top: 15vw;
}
.section-hero .box h1 {
color: #FFF;
font-size: 6vw;
font-style: normal;
font-weight: 700;
line-height: 1.4em;
text-align: left;
}
.section-hero .box h1 span {
height: 8vw;
background: #D83935;
display: block;
width: 30vw;
line-height: 8vw;
font-size: 3vw;
color: #fff;
text-align: center;
font-weight: 400;
margin-bottom: 1vw;
}
.section-hero .box h1+p {
color: #FFF;
font-family: "Noto Sans JP";
font-size: 4vw;
font-style: normal;
font-weight: 700;
line-height: 1.4em;
text-align: left;
margin-top: 2vw;
}
.section-hero .box div {
	width: 100%;
border-radius: 8px;
background-color: hsla(0,0%,100%,0.90);
margin-left: auto;
	margin-right: auto;
	margin-top: 3vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
.section-hero .box div h2 {
color: #D83935;
text-align: center;
font-family: "Noto Sans JP";
font-size: 4vw;
font-style: normal;
font-weight: 700;
line-height: 1.5em;
}
.section-hero .box div h2+p {
	color: #000;
	font-size: 3.5vw;
	margin-top: 3vw;
	
}
.section-hero .box div ul {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
	text-align: center;
}
.section-hero .box div ul li {
	position: relative;
	margin-top: 3vw;
}
.section-hero .box div ul li em {
	font-size: 3.5vw;
	color: #000;
	display: block;
	white-space: nowrap;
	margin-bottom: 1vw;
}
.section-hero .box div ul li a {
	background-color: #D83935;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 12vw;
	display: block;
	line-height: 12vw;
	color: #fff;
	font-size: 4vw;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	transition: 0.3s;
}
.section-hero .box div ul li a::after {
	display: block;
	width: 28px;
	height: 28px;
	background-color: #E37070;
	content: "";
	border-radius: 100px;
	position: absolute;
	right: 5px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background-image: url("../images/arrow.png");
	background-size: 11px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.3s;
}
.section-hero .box div ul li+li a {
	background-color: #7C7C7C;
	transition: 0.3s;
}
.section-hero .box div ul li+li a::after {
	background-color: #AAAAAA;
}
.section-hero .box div ul li:first-child a:hover {
	background-color: #FF433E;
	transition: 0.3s;
}
.section-hero .box div ul li:first-child a:hover::after {
	background-color: #F76262;
	transition: 0.3s;
}
.section-hero .box div ul li+li a:hover {
	opacity: 0.7;
}





.section-recruit {
	padding-top: 35vw;
	margin-bottom: 5vw;
}
.section-recruit h2+p+ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	top: -65vw;
}
.section-recruit h2+p+ul li {
	background-color: #D83935;
	width: 48.5%;
	height: 10vw;
	line-height: 10vw;
	color: #fff;
	font-size: 4vw;
	margin-bottom: 2vw;
}
.section-recruit .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -18vw;
}
.section-recruit .flex div {
	margin-bottom: 40px;
}
.section-recruit .flex div figure img {
	width: 100%;
	height: auto;
}
.section-recruit .flex div h3 {
	color: #D83935;
	font-size: 6vw;
	font-weight: bold;
	margin-top: 3vw;
	margin-bottom: 3vw;
}
.section-recruit .btn+p {
	margin-top: 3vw;
	font-size: 3vw;
}





.section-about {
	padding-bottom: 22vw;
}
.section-about .flex {
	position: relative;
	margin-top: 15vw;
}
.section-about .flex figure {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.section-about .flex figure img {
	width: 100%;
	height: auto;
}
.section-about .flex .box {
	padding-left: 5%;
	padding-right: 5%; 
	background-color: rgba(255,255,255,0.80);
	padding-top: 3vw;
	padding-bottom: 3vw;
	text-align: left;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 999;
	width: 80%;
}
.section-about .flex .box h3 {
	color: #D83935;
	font-size: 6vw;
	line-height: 1.4em;
	position: relative;
	margin-bottom: 7vw;
}
.section-about .flex .box h3::after {
	content: "";
	width: 12vw;
height: 1px;
background: #D83935;
position: absolute;
left: 0px;
bottom: -5vw;
}
.section-about .flex .box p {
	line-height: 2.5em;
}
.section-about .flex:nth-child(even) {
	margin-top: 80px;
}
.section-about .flex:nth-child(even) .box {
}
.section-about .btn {
	margin-top: 10vw;
}





.section-features {
	margin-top: 5vw;
}
.section-features .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15vw;
	align-items: center;
	margin-bottom: 10vw;
	display: flex;
	flex-direction: column-reverse;
}
.section-features .flex figure {
	width: 90%;
	position: relative;
	margin-bottom: 5vw;
}
.section-features .flex figure img {
	width: 100%;
	height: auto;
}
.section-features .flex figure span {
	color: #EB322D;
text-align: center;
	font-family: 'Inter', 'Noto Serif JP', serif;
font-size: 12vw;
letter-spacing: 0em;
font-style: normal;
font-weight: 600;
position: absolute;
left: 5vw;
top: -5vw;
}
.section-features .flex div {
	margin-left: auto;
	margin-right: auto;
}
.section-features .flex div h3 {
color: #D83935;
text-align: center;
font-family: "Noto Sans JP";
font-size: 6vw;
font-style: normal;
font-weight: 600;
margin-bottom: 5vw;
}
.section-features .flex div p {
	line-height: 2em;
}
.section-features .flex:last-child {
	margin-bottom: 5vw;
}
.section-features .btn {
	margin-bottom: 10vw;
	margin-top: -3vw;
}





.section-news {
	padding-bottom: 25vw;
}
.section-news .news-list {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15vw;
	margin-bottom: 5vw;
}
.section-news .news-list li {
	text-align: left;
	margin-bottom: 10vw;
}
.section-news .news-list li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.section-news .news-list li a {
	text-decoration: none;
	color: #000;
}
.section-news .news-list li .category {
	background-color: #D83935;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}





.section-business {
	padding-top: 10vw;
	margin-bottom: 15vw;
}
.section-business .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column-reverse;
	border-bottom: 1px solid #ccc;
	margin-top: 10vw;
	padding-bottom: 10vw;
}
.section-business .flex.none {
	border-bottom: none;
}
.section-business .flex .box {
	text-align: left;
	margin-top: 5vw;
}
.section-business .flex .box h3 {
	color: #D83935;
	font-weight: bold;
	font-size: 6vw;
	margin-bottom: 3vw;
}
.section-business .flex .box address {
	line-height: 1.8em;
}
.section-business .flex .box address a {
	color: #000;
	text-decoration: none;
}
.section-business .flex figure {
	height: 40vw;
	width: 100%;
	background-color: #D9D9D9;
}
.section-business .btn2 a {
	width: 50vw;
	padding-left: 1vw;
	height: 12vw;
	display: block;
	border-radius: 100px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 12vw;
	color: #000;
	text-decoration: none;
	margin-top: 30px;
	font-weight: bold;
	letter-spacing: 0em;
	position: relative;
}
.section-business .btn2 a::before {
	content: "";
	width: 12vw;
	height: 12vw;
	display: block;
	background-color: #D83935;
	border-radius: 100px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-image: url("../images/arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.section-business .btn2 a:hover {
	color: #D83935;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}