@charset "UTF-8";
/** -----------------------------------------------
共通
------------------------------------------------**/
body {
	/*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
	font-family: "Noto sans JP", "Yu Gothic", 
	Arial, "Verdana", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", 
	"メイリオ", "Meiryo", sans-serif;
	color: #4A4A4A;
	background-color:#fff;
}
img {
	max-width: 100%;
	display: block;
}
#about,#news,#business,#culture,#member,#recruit,#flow {
	padding: 100px 0 50px 0;
}
.section-inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

/* <!-- PCの時は（横幅が640px以上の時は）表示しない --> */
.pc-only {
	display: block;
}
/* <!-- SPの時は（横幅が640px以下の時は）表示する --> */
.sp-only {
	display: none;
}
@media screen and (max-width:640px){
	.section-inner {
		font-size: 16px;
		color: #4A4A4A;
		margin: 0 auto;
		max-width: 240px;
	}
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	#about, #news, #business, #culture, #recruit, #flow, #cta {
		padding: 30px 0 20px;
	}
}

/** -----------------------------------------------
テキスト
------------------------------------------------**/
h2.medium {
	font-weight: 700;
	font-size: 50px;
}
h3.small {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	position: relative;
}
h4.x-small {
	font-family: 700;
	font-size: 24px;
}
p.xx-large {
	font-weight: 700;
	font-size: 24px;
}
p.x-large {
	font-weight: 500;
	font-size: 24px;
}
p.medium {
	font-weight: 500;
	font-size: 20px;
}
p.x-small {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
}
p.small {
	font-weight: 400;
	font-size: 16px;
	position: relative;
}
.title-en + p.small {
	padding: 20px 0 20px;
}
p.xx-small {
	font-weight: 500;
	font-size: 16px;
}

/** -----------------------------------------------
PC :  ボタン
------------------------------------------------**/
.button-small {
    display: block;
	width: 124px;
	height: 43px;
	background-color: #8E72ED;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 43px;
	text-align: center;
	border-radius: 22px;
}
.button-large {
    display: block;
	width: 415px;
	background-color: #8E72ED;
	color: #fff;
	text-decoration: none;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
	border-radius: 51px;
	margin: 0 auto;
	padding: 27px 0;
}
.button-border {
    display: block;
	margin: 50px auto;
	width: 124px;
	height: 43px;
    border: 1px solid #8E72ED;
	background-color: transparent;
	color: #4A4A4A;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 43px;
	text-align: center;
	border-radius: 22px;
	position: relative;
}
.button-small:hover {
	background-color: #ea82ae;
	transition: .4s;
}
.button-large:hover {
	background-color: #ea82ae;
	transition: .4s;
}
.button-border:hover {
	background-color: #8E72ED;
	color: #fff;
	transition: .4s;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	.button-large {
		width: 160px;
		text-decoration: none;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.01em;
		text-align: center;
		border-radius: 51px;
		margin: 0 auto;
		padding: 10px 0;
	}
	.button-border {
		display: block;
		margin: 20px auto;
		width: 80px;
		height: 30px;
		border: 1px solid #8E72ED;
		background-color: transparent;
		color: #4A4A4A;
		text-decoration: none;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 30px;
		text-align: center;
		border-radius: 22px;
	}
	.button-small {
		width: 90px;
		height: 30px;
		font-size: 12px;
		display: flex;
		justify-content: center;
        align-items: center;
	}
}

/** -----------------------------------------------
見出し
------------------------------------------------**/
.title-en {
	text-align: center;
	position: relative;
}
.title-en .title {
	font-family: "Josefin Sans", sans-serif;
	font-size: 14px;
	letter-spacing: 0.135em;
	font-weight: 400;
	margin: 0 auto;
}

/** -----------------------------------------------
PC :  レイアウト
------------------------------------------------**/
.col-2 {
	display: flex;
	justify-content: space-between;
}
.col-2 .item {
	width: calc(100% - 24px)/2;
}
.col-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col-3 .item {
	width: calc((100% - 57px)/3);
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	.col-2 {
		display: block;
	}
	.col-2 .item {
		width: 100%;
	}
	.col-3 {
		display: block;
	}
	.col-3 .item {
		width: 100%;
	}
}

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

/** -----------------------------------------------
PC :  ヘッダー
------------------------------------------------**/
#header {
	background-color: #F5E2EA80;
	width: 100%;
    height: 80px;
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
	position: fixed;
	top: 0;
	z-index: 1;
}
.header-logo {
	display: flex;
	align-items: center;
}
.logo img {
	width: 162px;
}
.header_category {
	font-size: 16px;
	font-weight: 700;
	padding: 0 8px;
	white-space: nowrap;
}
.gnav-pc-wrap {
	display: flex;
	align-items: center;
}
.gnav-pc {
	display: flex;
	list-style: none;
	align-items: center;
}
ul.gnav-pc li {	display: inline;
	justify-content: space-between;
	margin-right: 20px;
}
ul.gnav-pc li a {
	font-family: 'Noto Sans JP',sans-serif;
	font-size: 16px;
	letter-spacing: 0.025em;
	color: #4A4A4A;
	font-weight: 700;
	text-decoration: none;
	margin: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
ul.gnav-pc li a span {
	font-family: "Josefin Sans", sans-serif;
	font-size: 12px;
	font-weight: 300;
}
ul.gnav-pc li a:hover {
	color: #BFB0F2;
}
#header .button-small {
	margin-top: 18px;
}
.gnav-sp-wrap {
	display: none;
}

/* タブレット*/
@media screen and (max-width: 1024px) {
	.gnav-pc-wrap {
		display: none;
	}
	#menu-button {
		display: block;
		width: 60px;
		height: 60px;
		padding: 22px 18px;
	}
	.menu-button-inner {
		/* !-- 追記 -- */
		position: relative;
		z-index: 100;
		transition: transfrom 0.5s ease;
		/* !-- ここまで -- */
		
		display: block;
		width: 100%;
		height: 100%;
	}
	.menu-button-inner span {
		display: block;
		height: 2px;	
		width: 100%;
		background-color: #4A4A4A;
		position: absolute;
		/* !-- 追記 -- */
		transition: all 0.5s ease;
	}
	.menu-button-inner span:nth-child(1) {
		top: 0;
	}
	.menu-button-inner span:nth-child(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.menu-button-inner span:nth-child(3) {
		bottom: 0;
	}

	/* 回転アニメーション */
	.menu-button-inner.active {
	transform: rotate(360deg);
	 /* 全体が回転 */
	}
	.menu-button-inner.active span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px); 
		/* バツの左上 */
	}
	.menu-button-inner.active span:nth-child(2) {
		opacity: 0; 
		/* 中央の線を隠す */
	}
	.menu-button-inner.active span:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px); 
		/* バツの右下 */
	}

	/* スマホ用メニューのスタイル */
	.gnav-sp-wrap {
		width: 40%;
		height: 100%;
		background-color: #f9f1f4;
		position: fixed;
		z-index: 100;
		padding-top: 40px;
		right: 0;
	}
	ul.gnav-sp li {
		text-align: center;
		margin-bottom: 30px;
		list-style: none;
	}
	ul.gnav-sp li a {
		font-family: 'josefin sans', sans-serif;
		font-size: 16px;
		letter-spacing: 0.1em;
		color: #333333;
		font-weight: bold;
		text-decoration: none;
		
	}
	.gnav-sp li a:hover {
		color: #8E72ED;
		transition: .4s;
		
	}
}
/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#header {
		background-color: #F5E2EA80;
		height: 60px;
		padding: 0;
	}
	.header-logo {
		padding: 0 20px;
	}
	#header-logo a {
		display: flex;
	}
	.logo img {
		width: 150px;
	}
	.header_category {
		font-size: 16px;
		font-weight: 500;
	}
	.gnav-pc-wrap {
		display: none;
	}
	#menu-button {
		display: block;
		width: 60px;
		height: 60px;
		padding: 22px 18px;
	}
	.menu-button-inner {
		/* !-- 追記 -- */
		position: relative;
		z-index: 100;
		transition: transfrom 0.5s ease;
		/* !-- ここまで -- */
		
		display: block;
		width: 100%;
		height: 100%;
	}
	.menu-button-inner span {
		display: block;
		height: 2px;	
		width: 100%;
		background-color: #4A4A4A;
		position: absolute;
		/* !-- 追記 -- */
		transition: all 0.5s ease;
	}
	.menu-button-inner span:nth-child(1) {
		top: 0;
	}
	.menu-button-inner span:nth-child(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.menu-button-inner span:nth-child(3) {
		bottom: 0;
	}

	/* 回転アニメーション */
	.menu-button-inner.active {
	transform: rotate(360deg);
	 /* 全体が回転 */
	}
	.menu-button-inner.active span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px); 
		/* バツの左上 */
	}
	.menu-button-inner.active span:nth-child(2) {
		opacity: 0; 
		/* 中央の線を隠す */
	}
	.menu-button-inner.active span:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px); 
		/* バツの右下 */
	}

	/* スマホ用メニューのスタイル */
	.gnav-sp-wrap {
		width: 40%;
		height: 100%;
		background-color: #f9f1f4;
		position: fixed;
		z-index: 100;
		padding-top: 40px;
		right: 0;
	}
	ul.gnav-sp li {
		text-align: center;
		margin-bottom: 30px;
		list-style: none;
	}
	ul.gnav-sp li a {
		font-family: 'josefin sans', sans-serif;
		font-size: 16px;
		letter-spacing: 0.1em;
		color: #333333;
		font-weight: bold;
		text-decoration: none;
		
	}
	.gnav-sp li a:hover {
		color: #8E72ED;
		transition: .4s;
		
	}
}  

/** -----------------------------------------------
PC :  メインビジュアル
------------------------------------------------**/
#mainvisual {
    width: 100vw;
	height: calc(100vh - 100px);
	background-image: url(../images/mainvisual-pc.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 80px;
}
.copy-wrap {
position: absolute;
background-image: url(../images/mainvisual-egg.png);
background-size: cover;
display: grid;
place-content: center;
width: 427px;
height: 445px;
left: 210px;
bottom: 50px;
}
.maincopy {
	color: #4A4A4A;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.44;
	letter-spacing: 0.1em;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1203px) {
.copy-wrap {
	left: 70px;
}
}
/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#mainvisual {
		width: 100vw;
		height: 58vw;
		background-image: url(../images/mainvisual-sp.png);
		margin-top: 60px;
	}
	.maincopy {
		font-size: 18px;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.copy-wrap {
		position: absolute;
		background-image: url(../images/mainvisual-egg.png);
		background-size: cover;
		display: grid;
		place-content: center;
		width: 135px;
		height: 141px;
		left: 34px;
		bottom: 17px;
	}
}

/** -----------------------------------------------
PC :  私たちについて
------------------------------------------------**/
#about {
	background-color: #fff;
	position: relative;
}
#about h3.small {
	text-align: center;
}
#about p.small {
	text-align: center;
}
.about-text {
	width: 180%;
	margin-right: 40px;
}
.about-head {
	display: block;
	text-align: center;
	width: 100%;
}
.about-icon {
	display: block;
	margin: 0 auto;
	width: 30px;
}
.about p.message {
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	margin: 10px;
}
.col-2 about {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.item-about-img {
	position: relative;
}


/* あしらい共通 */
.about-deco {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}
/* 左上あしらい */
.about-left-top {
	top: 20px;
	width: 198px;
	left: 134px;
}
/* 右あしらい */
.about-right-bottom {
	width: 199px;
	bottom: 170px;
	right: 50px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#about h3.small {
		font-size: 20px;
		text-align: center;
		z-index: 10;
	}
	#about .title-en {
		font-size: 16px;
		z-index: 10;
	}
	.about p.message {
		font-size: 12px;
		font-weight: 400;
		position: relative;
	}
	.item about-img {
		height: 200px;
		margin: 0 auto;
	}
	/* 左上あしらい */
	.about-left-top {
		top: 26px;
		width: 144px;
		left: 59px;
	}
	/* 右あしらい */
	.about-right-bottom {
		width: 199px;
		bottom: 78px;
		right: 35px;
	}
}

/** -----------------------------------------------
PC :  お知らせ
------------------------------------------------**/
#news {
	background-color: #CFE4F333;
	color: #4A4A4A;
	position: relative;
}
#news h3.small {
	text-align: center;
}
#news p.small {
	text-align: center;
}
.news-icon {
	display: block;
	margin: 0 auto;
	width: 30px;
}
.news-list-item {
	padding: 10px 0;
	border-bottom: 2px solid #4A4A4A33;
	position: relative;
}
.news-list-item:first-child {
	border-top: 2px solid #4A4A4A33;
	margin-top: 30px;
	position: relative;
}
.news-list-item a {
	position: relative;
	display: flex;
	text-decoration: none;
	color: #4A4A4A;
	margin: 0px 80px 0;
}
.news-list-date {
	font-size: 18px;
	display: flex;
	margin-right: 88px;
	align-items: center;
}
p.news-item {
	font-size: 14px;
	display: flex;
	margin: 15px 88px 15px;
	align-items: center;
	border: solid 1px #4A4A4A;
	border-radius: 40px;
	padding: 8px 20px;
	width: 98px;
	justify-content: center;
}
li.news-list-item {
	list-style: none;
} 
.news-list-title{
	display: flex;
	align-items: center;
}
.news-list-item a:hover {
	color: #ffffff;
	color: #8E72ED;
	transition: .4s;
}
.news-list-item a p.news-item:hover {
	border-color: #8E72ED;
}
/* あしらい共通 */
.news-deco {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}
/* 左上あしらい */
.news-left-top {
	top: 67px;
	width: 280px;
	left: 65px;
}
/* 右あしらい */
.news-right-bottom {
	width: 202px;
	bottom: 87px;
	right: 50px;
}


/* * -------- スマホ -------- * */
@media screen and (max-width: 640px) {
	#news .section-inner {
		max-width: 270px;
	}
	#news h3.small {
		font-size: 20px;
		text-align: center;
	}
	#news .title-en {
		font-size: 16px;
	}
	.news p.message {
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 20px;
	}
	.news-list-date {
		display: block;
		margin-left: 13px;
	}
	.news-list-date {
		font-size: 12px;
		display: block;
		margin-right: 8px;
		align-items: center;
	}
	p.news-item {
		font-size: 12px;
		display: flex;
		margin: 8px;
		align-items: center;
		padding: 3px 10px;
		width: 70px;
		justify-content: center;
	}
	.news-list-item:first-child {
		border-top: 2px solid #4A4A4A33;
		margin-top: 20px;
	}
	.news-list-item {
		padding: 0 0 15px;
	}
	.news-list-item a {
		position: relative;
		display: block;
		margin: 0px 10px 0;
	}
	#news.time {
		margin: 0 0 4px;
	}
	/* 左上あしらい */
	.news-left-top {
		top: 25px;
		width: 195px;
		left: 39px;
	}
/* 右あしらい */
	.news-right-bottom {
		width: 146px;
		bottom: 32px;
		right: 30px;
	}
	}

/** -----------------------------------------------
PC :  事業について
------------------------------------------------**/
#business {
	color: #4A4A4A;
	position: relative;
}
#business h3.small {
	text-align: center;
}
#business p.small {
	letter-spacing: 0.075em;
	text-align: center;
	padding-bottom: 10px;
	}
#business medium {
	line-height: 1.35;
	letter-spacing: 0.025em;
}
#business p.small {
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.business-icon {
	display: block;
	margin: 0 auto;
	width: 30px;
}
#business .medium {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.business-card {
	margin: 10px 0 0;
}

/* あしらい共通 */
.business-deco {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}
/* 左上あしらい */
.business-left-top {
	top: 67px;
	width: 219px;
	left: 129px;
}
/* 右あしらい */
.business-right-bottom {
	width: 202px;
	bottom: 55px;
	right: 160px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#business h3.small {
		font-size: 20px;
	}
	#business .title-en {
		font-size: 16px;
	}
	#business p.medium {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.1em;
	}
	#business p.small {
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 20px;
		text-align: left;
	}
	.business-card {
		width: 240px;
		height: auto;
		margin: 15px auto;
	}
	/* 左上あしらい */
	.business-left-top {
		top: 7px;
		width: 170px;
		left: 47px;
	}
	/* 右あしらい */
	.business-right-bottom {
		width: 202px;
		bottom: 17px;
		right: 40px;
	}
}

/** -----------------------------------------------
PC :  働く環境
------------------------------------------------**/
#culture {
	background-color: #E0EFE233;
	position: relative;
}
#culture h3.small {
	text-align: center;
}
#culture p.small {
	text-align: center;
	padding-bottom: 20px;
}
.culture-icon {
	display: block;
	margin: 0 auto;
	width: 30px;
}
#culture .col-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
}
.culture-card {
	width: 220px;
	margin: 0 auto;
	padding: 20px 0 0;
}
/* あしらい共通 */
.culture-deco {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}
/* 左上あしらい */
.culture-left-top {
	top: 37px;
	width: 298px;
	left: 43px;
}
/* 右あしらい */
.culture-right-bottom {
	width: 100px;
	bottom: 55px;
	right: 180px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#culture h3.small {
		font-size: 20px;
		text-align: center;
	}
	#culture .title-en {
		font-size: 16px;
	}
	.culture p.message {
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 20px;
	}
	.culture-card {
		width: 200px;
		height: 241px;
		margin: 15px auto;
	}
	/* 左上あしらい */
	.culture-left-top {
		top: 10px;
		width: 200px;
		left: 47px;
	}
	/* 右あしらい */
	.culture-right-bottom {
		width: 167px;
		bottom: 17px;
		right: 53px;
	}
}

/** -----------------------------------------------
PC :  メンバー紹介
------------------------------------------------**/
#member .section-inner {
max-width: 1390px;
}
#member h3.small {
	text-align: center;
}
#member p.small {
	text-align: center;
}
.member-icon {
	display: block;
	margin: 0 auto;
	width: 30px;
}

ul.slider-for {
	max-width: 1440px;
	margin: auto;
}
li.member-card {
	list-style: none;
}
.member-card a {
	color: #4A4A4A;
	text-decoration: none;
	width: 450px;
	margin: 0 auto;
	display: block;
	padding: 40px 50px;
}
.maiendo {
	padding: 20px 0 10px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.01em;
}
.yukikoooi {
	padding: 20px 0 10px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.01em;
}
.natsukihotta {
	padding: 20px 0 10px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.01em;
}
.sizukanakano {
	padding: 20px 0 10px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.01em;
}
.member-comment {
	border-top: 1px solid #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
	padding: 20px 0 ;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.05em;
}



.member-next {
	text-align: center;
	font-size: 16px;
	color: #4A4A4A;
	margin-top: 20px;
}
.member-next:hover {
	transition: .4s;
	color: #8E72ED;
}


.member-card img {
	transition: transform .4s ease;
}
.member-card:hover img {
	transform: scale(1.05);
}


.slick-prev, .slick-next {
    display: block !important; /* 確実に表示されるように */
    z-index: 1000;
}


/* //ここから課題質問部屋での回答 */
.wrapper {
    position: relative;
}

.prev-arrow {
	display: block;
    width: 50px;
    height: 50px;
    background: #8E72ED;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
	left: 30px;
    transform: rotate(180deg);
	z-index: 100;
}
.prev-arrow:before{
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	position:absolute;
    content: "";
    width:10px;
    height:10px;
    top:0;
    bottom:0;
    left:-5px;
    right:0;
    margin:auto;
    transform:rotate(225deg);
}




.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #8E72ED;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
	right: 30px;
}
.next-arrow:before{
	border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    top:0;
    bottom:0;
    left:0;
    right:3px;
    margin:auto;
    transform:rotate(45deg);
}


/* 無理やりVer.
.slick-prev {
    left: 0!important;
}
.slick-next {
    right: 0!important;
}
.slick-prev:before, .slick-next:before {
    color: #8e72ed!important;
} */


/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#member .section-inner {
		width: 340px;
	}
	#member h3.small {
		font-size: 20px;
		text-align: center;
	}
	#member .title-en {
		font-size: 16px;
	}
	.member p.message {
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 20px;
	}
	.member-card a {
		color: #4A4A4A;
		text-decoration: none;
		width: 206px;
		margin: 0 auto;
		display: block;
		padding: 20px 30px 20px;
	}
	.maiendo {
		padding: 20px 0 10px;
		text-align: center;
		font-size: 13px;
		letter-spacing: 0.01em;
	}
	.yukikoooi {
		padding: 20px 0 10px;
		text-align: center;
		font-size: 13px;
		letter-spacing: 0.01em;
	}
	.natsukihotta {
		padding: 20px 0 10px;
		text-align: center;
		font-size: 13px;
		letter-spacing: 0.01em;
	}
	.sizukanakano {
		padding: 20px 0 10px;
		text-align: center;
		font-size: 13px;
		letter-spacing: 0.01em;
	}
	.member-comment {
		border-top: 1px solid #4A4A4A;
		border-bottom: 1px solid #4A4A4A;
		padding: 20px 0 ;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0.05em;
	}
}

/** -----------------------------------------------
PC :  赤ちゃん用品
------------------------------------------------**/
#baby {
	background-image: url(../images/baby-pc.png);
	height: 26vw;
	background-size: cover;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#baby {
		background-image: url(../images/baby-sp.png);
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 26vw;
		background-position: center;
	}
}

/** -----------------------------------------------
PC :  募集職種
------------------------------------------------**/
#recruit {
	background-color: #F9E7D233;
	color: #4A4A4A;
	position: relative;
}
#recruit h3.small {
	text-align: center;
}
#recruit p.small {
	text-align: center;
	padding-bottom: 30px;
}
#recruit .col-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px;
	margin-left: 10px;
	position: relative;
}
.recruit-icon {
	display: block;
	margin: 0 auto;
	width: 30px;
}
/* あしらい共通 */
.recruit-deco {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}
/* 右上あしらい */
.recruit-right-top {
	top: 80px;
	width: 149px;
	right: 114px;
}
/* 左下あしらい */
.recruit-left-bottom {
	width: 228px;
	bottom: 55px;
	left: 56px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#recruit h3.small {
		font-size: 20px;
		text-align: center;
	}
	#recruit .title-en {
		font-size: 16px;
	}
	.recruit p.message {
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 20px;
	}
	/* 右上あしらい */
	.recruit-right-top {
		top: 20px;
		width: 149px;
		right: 47px;
	}
	/* 左下あしらい */
	.recruit-left-bottom {
		width: 190px;
		bottom: 10px;
		left: 17px;
	}
}

/** -----------------------------------------------
PC :  採用までの流れ
------------------------------------------------**/
#flow {
	background-color: #ADD6F033;
	color: #4A4A4A;
	position: relative;
}
#flow h3.small {
	text-align: center;
}
#flow p.small {
	text-align: center;
}
.flow-icon {
	display: block;
	margin: 0 auto;
	width: 30px;
}
#flow .col-4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 20px 0;
	align-items: center;
}

#flow .card-img  {
	width: 186px;
}
.card-img-arrow {
	width: 15px;
}
/* あしらい共通 */
.flow-deco {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}
/* 右上あしらい */
.flow-right-top {
	top: 80px;
	width: 121px;
	right: 114px;
}
/* 左下あしらい */
.flow-left-bottom {
	width: 141px;
	bottom: 101px;
	left: 102px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#flow h3.small {
		font-size: 20px;
		text-align: center;
	}
	#flow .title-en {
		font-size: 16px;
	}
	.flow p.message {
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 20px;
	}
	.card-img-arrow {
		transform: rotate(90deg);
	}
	#flow .card-img  {
		width: 160px;
	}
	#flow .col-4 {
		margin: 0 24px;
	}

	/* 右上あしらい */
	.flow-right-top {
		top: 20px;
		width: 155px;
		right: 42px;
	}
	/* 左下あしらい */
	.flow-left-bottom {
		width: 175px;
		bottom: 15px;
		left: 50px;
	}
}

/** -----------------------------------------------
PC :  cta
------------------------------------------------**/
#cta {
	width: 100vw;
	background-image: url(../images/company-pc.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	padding-top: 360px;
}
#cta h4.x-small {
	text-align: left;
	color: #fff;
	max-width: 780px;
	margin: 0 auto;
}
.cta-coment {
	padding: 25px 0;
	margin: 50px 0;
	color: #fff;
	background-color: #C7C7C7d1;
	text-align: center;
}
#cta .button-large {
	margin: 0 auto;
	margin-bottom: 40px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#cta {
		width: 100vw;
		background-image: url(../images/company-sp.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 59vw;
		padding-top: 50px;
	}
	#cta h3.small {
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		line-height: 1.3;
		padding: 0 20px;
	}
	.cta-coment {
		padding: 15px 0;
		margin: 40px 0 8px;
	}
	#cta .button-large {
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

/** -----------------------------------------------
PC :  フッター
------------------------------------------------**/
#footer {
	background-color: #F5E2EA33;
	text-align: center;
	padding-bottom: 50px;
	font-size: 16px;
	font-weight: 500;
	color: #4A4A4A;
}
.footer-logo {
	display: flex;
	justify-content: center;
	padding: 100px 0 20px;
}
.footer-sns {
	display: flex;
	justify-content: center;
	gap: 90px;
	padding: 15px 0 20px;
}
.footer-link {
	max-width: 520px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	gap: 50px;
	align-items: center;
	margin: 0 auto;
	padding: 20px 0 15px;
	list-style: none;
}
.footer-link a {
	text-decoration: none;
	color: #333333;
}
.footer-link a:hover {
	color: #8E72ED;
	transition: .4s;
}
.copyright {
	margin: 20px 0 100px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	#footer  {
		font-size: 11px;
	}
	.footer-link {
		display: block;
		padding: 10px 8px;
	}
	.footer-logo {
		padding: 20px 0 10px;
	}
	.footer-sns {
		padding: 5px 0;
	}
	.copyright {
		margin: 10px 0 10px;
	}
}

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



/* Smartphone :  画面の横幅が640pxまで */
