@charset "UTF-8";
/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
	/*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
	color: #250101;
	background-color:#fff;
	font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Osaka", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

/*各セクションタイトル*/
h2 {
	line-height: 1em;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-align: center;
	margin-bottom: 56px;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}

/*各セクションタイトル下説明文*/
p{
	font-size: 24px;
	letter-spacing: 0.4px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 56px;
}

/** -----------------------------------------------
  PC :  画面の横幅が641px以上
------------------------------------------------**/

/*ヘッダーここから*/
.header {
	background-color: #f2c8a2;
	height: 90px;
	width: 100%;
	position: fixed;
	z-index: 5;
    left: 0;
    top: 0;
}

.header-wrapper {
	height: 90px;
    max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.header-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5px;
}

.header-logo a {
	text-decoration: none;
	color: #250101;
}

.header-logo a:hover {
	opacity: 0.5;
}

.header-logo img {
	width: 224px;
}

.header-logo p {
	font-size: 24px;
	letter-spacing: 0.4px;
	margin: 0;
	padding-top: 3px;
	line-height: 1em;
}

.header-nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header ul {
	margin: 0;
	width: 591px;
	font-size: 18px;
    list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 34px;
}

.header-btn {
	font-size: 18px;
	font-weight: 700;
	background-color:#f16b6a;
	border-radius: 5px;
	width: 220px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 20px rgba(37, 1, 1, 0.2);
}

.header-btn a {
	color: #f2f2f2;
    text-decoration: none;
}

.header-btn:hover {
	transform: scale(1.1, 1.1);
}

.item a {
	letter-spacing: 0.4px;
	color: #250101;
    text-decoration: none;
}

.item a:hover {
	opacity: 0.5;
}

.header-menu {
	display: none;
}
/*ヘッダーここまで*/


/*SPのみ下部固定ボタン*/
.sp-bottom-fix-btn{
	display: none;
}

/*固定ページトップへ戻るボタン*/
#page-top {
	position: fixed;
	right: 30px;
	bottom: 80px;
	cursor: pointer;
	z-index: 2;
}
#page-top img {
	width: 60px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba(37, 1, 1, 0.2);
}
#page-top p {
	text-shadow: 0px 0px 10px rgba(37, 1, 1, 0.2);
	font-size: 18px;
	line-height: 1.8em;
	margin: 0;
}

/*固定背景*/
.background-image img {
	width: 100%;
	position: fixed;
	z-index: -5;
}

/*MVここから*/
.mainvisual {
	width: 100vw;
	height: 100vh;
	background-image: url("../images/mv_pc.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.mainvisual p {
	position: absolute;
	left: 200px;
	bottom: 32px;
	letter-spacing: 0.4px;
	color: #250101;
	font-size: 72px;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.75em;
	text-align: left;
	margin: 0;
}
/*MVここまで*/


/*私たちについて　ここから*/
#about {
	padding-top: 150px;
	padding-bottom: 150px;
	max-width: 1386px;
	margin: 0 auto;
	position: relative;
}

.about-img01 img{
	width: 410px;
	position: absolute;
	top: 96px;
	left: 41px;
	z-index: -1;
}

.about-img02 img {
	width: 410px;
	position: absolute;
	bottom: 204px;
	right: 14px;
	z-index: -1;
}

.about-wrapper {
	max-width: 590px;
	margin: 0 auto;
}

#about p {
	line-height: 65px;
	text-align: left;
}

#about a {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	letter-spacing: 0.4px;
	color: #250101;
	text-decoration: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#about a img{
	width: 32px;
	margin-left: 10px;
}

#about a:hover {
	opacity: 0.5;
}
/*私たちについて　ここまで*/


/*事業について　ここから*/
#business {
	padding-top: 150px;
	padding-bottom: 150px;
}

#business ul {
	max-width: 1000px;
    list-style: none;
	margin: 0 auto;
	display: flex;
	gap: 35px;
}

#business ul img{
	max-width: 310px;
	margin-bottom: 28px;
	/*border-radius: 50px;
	box-shadow: 0px 0px 20px rgba(37, 1, 1, 0.2);*/
}

#business li h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.4px;
	margin-bottom: 16px;
}

#business li p {
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.4px;
	margin-bottom: 56px;
}

#business a {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	letter-spacing: 0.4px;
	color: #250101;
	text-decoration: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#business a img{
	width: 32px;
	margin-left: 10px;
}

#business a:hover {
	opacity: 0.5;
}
/*事業について　ここまで*/


/*募集職種　ここから*/
#occupation {
	padding-top: 150px;
	padding-bottom: 150px;
}

.occupation-img img {
	width: 796px;
	display: block;
	margin: 0 auto;
	margin-bottom: 56px;
}

#occupation a {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	letter-spacing: 0.4px;
	color: #250101;
	text-decoration: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#occupation a img{
	width: 32px;
	margin-left: 10px;
}

#occupation a:hover {
	opacity: 0.5;
}
/*募集職種　ここまで*/


/*働く環境　ここから*/
#environment {
	padding-top: 150px;
	padding-bottom: 150px;
}

#environment ul {
	max-width: 1000px;
    list-style: none;
	margin: 0 auto;
	display: flex;
	gap: 35px;
}

#environment ul img{
	max-width: 310px;
	margin-bottom: 28px;
}

#environment li h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.4px;
	margin-bottom: 56px;
}

#environment a {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	letter-spacing: 0.4px;
	color: #250101;
	text-decoration: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#environment a img{
	width: 32px;
	margin-left: 10px;
}

#environment a:hover {
	opacity: 0.5;
}
/*働く環境　ここまで*/


/*メンバー紹介　ここから*/
#member {
	padding-top: 150px;
	padding-bottom: 150px;
}
#member p {
	margin-bottom: 36px;
}

.member-slider {
	margin: 0 auto;
	max-width: 1300px;
	height: fit-content;
	position: relative;
}

.member-slider img{
	width: 50px;
}

.member-slider-img img{
	width: 350px;
	margin-top: 20px;
	margin-bottom: 56px;
	box-shadow: 0px 0px 20px rgba(37, 1, 1, 0.1);
	border-radius: 50px;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 30px;
}
.prev-arrow {
  left: 30px;
}
.next-arrow {
  right: 30px;
}

#member li h3 {
	text-align: left;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: 0.4px;
	margin-left: 5px;
	margin-bottom: 16px;
}

#member li p {
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	margin-left: 5px;
	margin-bottom: 56px;
}

#member a {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	letter-spacing: 0.4px;
	color: #250101;
	text-decoration: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#member a img{
	width: 32px;
	margin-left: 10px;
}

#member a:hover {
	opacity: 0.5;
}
/*メンバー紹介　ここまで*/


/*エントリーボタン　ここから*/
.entry {
	padding-top: 50px;
	padding-bottom: 200px;
	display: flex;
	justify-content: center;
}

.entry-btn {
	font-size: 42px;
	font-weight: 700;
	line-height: 63px;
	letter-spacing: 0.4px;
	background-color:#f16b6a;
	border-radius: 50px;
	width: 514px;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(37, 1, 1, 0.2);
}

.entry-btn a {
	color: #f2f2f2;
    text-decoration: none;
}

.entry-btn:hover {
	transform: scale(1.1, 1.1);
}
/*エントリーボタン　ここまで*/


/*フッター　ここから*/
.footer-nav{
	width: 100vw;
	background-image: url("../images/footer-bg_pc.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer-nav:after {
	content: '';
	position: relative;
	left: 50%;
	bottom: 0;/*線の上下位置*/
	display: inline-block;
	width: 96vw;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #250101;/*線の色*/
	border-radius: 2px;/*線の丸み*/
	display: block;
}

.footer a:hover {
	opacity: 0.5;
}

.footer-wrapper {
	width: 1000px;
	display: flex;
	margin: 0 auto;
}

.footer-nav h4 {
	font-size: 18px;
	letter-spacing: 0.4px;
	margin-bottom: 16px;
}

.footer-nav ul {
	margin-top: 56px;
	margin-bottom: 56px;
	width: 1000px;
	list-style: none;
}

.footer-nav ul li a {
	text-decoration: none;
	color: #250101;
	line-height: 1.8em;
	font-weight: 400;
}

.footer-content {
	padding-top: 56px;
	padding-bottom: 56px;
	background-color: #f2c8a2;
	width: 100%;
}


.footer-content ul {
	max-width: 822px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	list-style: none;
	font-size: 18px;
}

.footer-content p {
	display: flex;
	justify-content: flex-end;
	margin-top: 28px;
	margin-right:36px;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 0;
}
/*フッター　ここまで*/


/*PCのみ表示*/
.pc-only {
		display: block;
}
.sp-only {
		display: none;
}

/*ここからメディアクエリで各デバイスサイズに書き分けます。
今回の課題で考慮するのはPCとスマホのみでOKですが、タブレットサイズでのスタイルを書いてもOK！
また、CSSは上から下に継承されるので、変化させたいところだけ書けばOKです*/


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/
@media screen and (max-width:640px){
/*SPのみ表示*/
.pc-only {
		display: none;
}
.sp-only {
		display: block;
}

/*SP各セクションタイトル*/
h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

/*SP各セクションタイトル下説明文*/
p{
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	padding-bottom: 30px;
	max-width: 310px;
	margin: 0 auto;
}

/*SPヘッダー*/
.header {
	height: 80px;
}

.header-wrapper {
	height: 80px;
	max-width: 90%;
	justify-content: space-between;
	margin: 0 auto;
}

.header-logo img {
	width: 154px;
}

.header-logo p {
	padding-top: 3px;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.header-nav {
	display: none;
}

.header-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-menu-inner {
	display: grid;
	align-content: space-between;
	width: 35px;
	height: 30px;
}

.header-menu-inner span {
	width: 100%;
	height: 3px;
	background-color: #250101;
}


/*SPのみ下部固定ボタン*/
.sp-bottom-fix-btn {
	display: block;
	position: fixed;
    z-index: 1;
	bottom: 24px;
	right: 15px;
}

.sp-bottom-fix-btn-inner {
	font-size: 18px;
	font-weight: 700;
	background-color:#f16b6a;
	border-radius: 10px;
	width: 154px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 20px rgba(37, 1, 1, 0.2);
}

.sp-bottom-fix-btn a {
	color: #f2f2f2;
    text-decoration: none;
}

.sp-bottom-fix-btn:hover {
	transform: scale(1.1, 1.1);
}

/*SP固定ページトップへ戻るボタン*/
#page-top {
	right: 15px;
	bottom: 80px;
}
#page-top img {
	width: 40px;
}
#page-top p {
	font-size: 15px;
	line-height: 1em;
    padding-bottom: 18px;
}

/*SP固定背景*/
.background-image img {
	top: 100px;
}

/*SPメインビジュアル*/
.mainvisual {
  height: calc(100vh - 70px);
	background-image: url("../images/mv_sp.jpg");
  position: relative;
  margin-top: 70px;
}

.mainvisual p {
	left: 32.5px;
	bottom: 58px;
	font-size: 36px;
}

/*SP私たちについて*/
#about {
	padding-top: 210px;
	width: 375px;
}

.about-img01 img{
	width: 232px;
	top: 50px;
	left: -43px;
}

.about-img02 img {
	width: 232px;
	bottom: 0px;
	right: -30px;
}

.about-wrapper {
	max-width: 310px;
}

#about p {
	line-height: 30px;
}

#about a {
	font-size: 15px;
	margin-right: 32.5px;
}

#about a img{
	width: 22.5px;
	margin-left: 5px;
}

/*SP事業について*/
#business {
	padding-bottom: 50px;
}

#business ul {
	max-width: 310px;
	flex-direction: column;
	gap: 0px;
}

#business ul img{
	margin-bottom: 22px;
}

#business li h3 {
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1em;
}

#business li p {
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 0px;
	margin-bottom: 40px;
}

#business a {
	max-width: 310px;
	font-size: 15px;
	margin-right: 32.5px;
}

#business a img{
	width: 22.5px;
	margin-left: 5px;
}

/*SP募集職種*/
#occupation {
	padding-bottom: 50px;
}

.occupation-img img {
	width: 310px;
	margin-bottom: 40px;
}

#occupation a {
	max-width: 310px;
	font-size: 15px;
	margin-right: 32.5px;
}

#occupation a img{
	width: 22.5px;
	margin-left: 5px;
}

/*SP働く環境*/
#environment {
	padding-bottom: 50px;
}

#environment ul {
	max-width: 310px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding-bottom: 40px;
}

#environment ul img{
	max-width: 145px;
	margin-bottom: 16px;
}

#environment li h3 {
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 3px;
}

#environment li p {
	font-size: 15px;
	line-height: 30px;
}

#environment a {
	max-width: 310px;
	font-size: 15px;
	margin-right: 32.5px;
}

#environment a img{
	width: 22.5px;
	margin-left: 5px;
}

/*SPメンバー紹介*/
#member p {
	padding-bottom: 10px;
	margin-bottom: 0;
}
.member-slider {
	max-width: 375px;
}

.member-slider img{
	width: 40px;
}

.member-slider-img img{
	width: 310px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 24px;
}

.prev-arrow {
  left: 10px;
}
.next-arrow {
  right: 10px;
}

#member li h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

#member li p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 30px;
}

#member a {
	max-width: 310px;
	font-size: 15px;
	margin-right: 32.5px;
}

#member a img{
	width: 22.5px;
	margin-left: 5px;
}

/*SPエントリーボタン*/
.entry-btn {
	font-size: 30px;
	line-height: 50px;
	border-radius: 25px;
	width: 310px;
	height: 150px;
}

/*SPフッター*/
.footer-nav{
	padding-top: 40px;
	background-image: url("../images/footer-bg_sp.jpg");
}

.footer-wrapper {
	padding-bottom: 16px;
	width: 310px;
	flex-direction: column;
}

.footer-nav h4 {
	font-size: 15px;
	margin-bottom: 10px;
}

.footer-nav ul {
	margin-top: 0;
	margin-bottom: 36px;
	width: 310px;
}

.footer-nav ul li a {
	font-size: 15px;
	line-height: 1.7em;
}

.footer-content {
	padding-top: 40px;
	padding-bottom: 0;
}

.footer-content ul {
	max-width: 310px;
	flex-direction: column;
}

.footer-content li {
	margin-bottom: 10px;
	font-size: 15px;
}

.footer-content p {
	font-size: 13px;
	margin-top: 28px;
	margin-right:32.5px;
	padding-bottom: 80px;
}


}
