@charset "UTF-8";

body {
	font-family: dnp-shuei-4go-std, sans-serif;
	color: #130c0a;	
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #130c0a;
}

ul {
    list-style-type: none;
}

/** -----------------------------------
    ボタン
-------------------------------------**/
.button-small {
	display: block;
	width: 250px;
	height: 55px;
	background-color: #e1c44f;
	color: #130c0a;
	font-size: 18px;
	letter-spacing: normal;
	border-radius: 27.5px;
	text-align: center;
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	padding: 10px 0 10px 0;
}

.button-small:hover{
	background-color: #f7dc70;
	transform: translateY(-3px);
	transition: all .5s;
}

.button-mission{
	display: block;
	width: 460px;
	height: 70px;
	background-color: #ffffff;
	color: #130c0a;
	font-size: 22px;
	letter-spacing: normal;
	border-radius: 35px;
	text-align: center;
	line-height: 55px;
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	margin: 80px auto 130px;
	padding: 10px 0 10px 0;
}

.button-mission:hover{
	background-color: #efe6e3;
	transform: translateY(-3px);
	transition: all .5s;
}

.button-syousai{
	display: block;
	width: 460px;
	height: 70px;
	background-color: #ffffff;
	color: #130c0a;
	font-size: 22px;
	letter-spacing: normal;
	border-radius: 35px;
	text-align: center;
	line-height: 55px;
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	margin: 50px auto;
	padding: 10px 0 10px 0;
}

.button-syousai:hover{
	background-color: #efe6e3;
	transform: translateY(-3px);
	transition: all .5s;
}

.button-entry{
	display: block;
	width: 460px;
	height: 70px;
	background-color: #e1c44f;
	color: #130c0a;
	font-size: 22px;
	letter-spacing: normal;
	border-radius: 35px;
	text-align: center;
	line-height: 55px;
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	margin: 0 auto 20px;
	padding: 10px 0 10px 0;
}

.button-entry:hover{
	background-color: #f7dc70;
	transform: translateY(-3px);
	transition: all .5s;
}

.button-syousai_small{
	display: block;
	width: 150px;
	height: 40px;
	background-color: #ffffff;
	color: #130c0a;
	font-size: 14px;
	letter-spacing: normal;
	border-radius: 35px;
	border: solid .1px #bbbaba;
	text-align: center;
	line-height: 20px;
	margin: 10px 10px auto auto;
	padding: 10px 0 10px 0;
}

.button-syousai_small:hover{
	background-color: #efe6e3;
	transform: translateY(-3px);
	transition: all .5s;
}

/** -----------------------------------
    レイアウト
-------------------------------------**/
#about, #pride, #photo, #works, #member, #system, #occupation, #entry {
	padding: 150px 0 80px 0;
}
.section-inner1 {
	width: 100%; 
	max-width: 1280px; 
	margin: 0 auto; 
	padding: 0 100px; 
}

#about .col-2_about .item {
    margin: 75px 0 75px 0;
    width: 95%;
	display: flex;
	justify-content: space-between;

}

#about .col-2_about .item:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
}

#about .col-2_about .item .img {
    width: 45%;
	margin: auto 0 auto 0;
}

/* #about .col-2_about .item .text {
    width: 55%;
} */


/* .col-2_about .item {
	display: flex;
	justify-content: space-between;
	margin: 75px;
	width: calc((100% - 30x)/2);
}

.col-2 .item {
	display: flex;
	justify-content: space-between;
	margin: 75px;
	width: calc((100% - 30x)/2);
} */



.col-2_system .item {
	display: flex;
	justify-content: space-between;
	margin: 75px;
	width: calc((100% - 30x)/2);
}

.col-2_system .item .card-img{
	width: 50%;
}

.col-2_occupation .item {
	display: flex;
	justify-content: space-between;
	margin: 75px;
	width: calc((100% - 30x)/2);
}


/* pcとspで表示を切り替えたい時のCSS① */
.pc-only {
	/* pc時に表示 */
    display: block; 
}
.sp-only {
	/* pc時に非表示 */
	display: none; 
}


/** -------- スマホ -------- **/
@media screen and (max-width: 1230px) {

	.section-inner1 {
		/* 左右に24pxの余白（padding） */
		padding: 0 24px 0 24px; 
		/* 最大幅を550pxに */
		max-width: 550px; 
	}

	/* .col-2 {
		/* sp時は横並びを解除 */
		/* display: block;
	} */

	.col-2 .item {
		/* sp時の要素は横幅いっぱいになるように */
		width: 100%;
	}

	#about .col-2_about .item {
		/* sp時は横並びを解除 */
		display: block;
	}


	.l-wrapper_02 {
		display: block;
	}

	/* pcとspで表示を切り替えたい時のCSS② */
	.pc-only {
		/* pc時に非表示 */
		display: none; 
	}
	.sp-only {
		/* pc時に表示 */
		display: block; 
	}

}

/** -----------------------------------
    テキスト
-------------------------------------**/
/* ★セクションのタイトル */
h2.large {
	font-family: dnp-shuei-4go-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: 0.16em;
	text-align: left;
	margin-bottom: 30px;
}

h2.medium {
	font-family: dnp-shuei-4go-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 0.16em;
	text-align: center;
}

p.card__title_01 {
	font-family: dnp-shuei-4go-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.16em;
	margin-bottom: 15px;
}

h3.medium {
	font-family: dnp-shuei-4go-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 0.16em;
	text-align: center;
}

/* ★entryのタイトル */
h4.large {
	font-family: dnp-shuei-4go-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.16em;
	margin: 60px 0 50px 0;
}

/* ★aboutの説明文・entryの説明文 */
p.large {
	font-family: dnp-shuei-4go-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 2.2;
	letter-spacing: 0.16em;
	text-align: center;
	margin: 120px 50px 120px 0;
}

P.large_entry1{
	font-family: dnp-shuei-4go-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.66;
	letter-spacing: 0.16em;
	text-align: center;
	margin: 40px 0 20px 0;
}

P.large_entry2{
	font-family: dnp-shuei-4go-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.66;
	letter-spacing: 0.16em;
	text-align: center;
	margin: 20px 0 40px 0;
}

/* ★各セクション下の説明 */
p.medium {
	font-family: dnp-shuei-4go-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.66;
	letter-spacing: 0.16em;
	text-align: left;
	margin-bottom: 75px;
}

p.card__text2_01 {
	font-family: dnp-shuei-4go-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	padding: 0 1.5rem;
}

p.head2{
	font-size: 16px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1230px) {
	h2.large {
		font-size: 28px;
	}

	h4.large {
		font-size: 22px;
	}

	p.large_entry1, p.large_entry2 {
		font-size: 18px;
	}

	p.large {
		font-size: 18px;
		text-align: center;
		margin: 120px 0 120px 0;
	}

	p.medium {
		font-size: 15px;
	}

}

/** -----------------------------------
    ヘッダー
-------------------------------------**/

#header {
	display: flex;
	justify-content: space-between;
	background-color: rgba(239, 230, 227, 1);
	width: 100%;
	height: 80px;
	align-items: center;
	padding: 0 60px;
	position: fixed;
	top: 0;
	z-index: 1;
}

.gnav-pc-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gnav-sp-wrap{
	display: none;
}

.header-logo {
	align-items: center;
	width: 300px;
	font-size: 18px;
}

.header-logo a {
    display: flex;
    text-align: center;
    width: 200px;
    flex-direction: column;
}

.head1{
	margin: 20px;
}

.head2{
	color: #130c0a;
	font-size: 20px;
	text-align: center;
	width: 300px;
}

ul.gnav-pc li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

ul.gnav-pc li a {
	font-family: dnp-shuei-4go-std, sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.16em;
}

ul.gnav-pc li a:hover {
	color: #b9887b;
}

#menu-button {
	display: none;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1230px) {
	#header {
		/* sp時ヘッダー高さを60pxに */
		height: 60px;
		/* 左右の余白を削除 */
		padding: 0;
	}

	#header h1 {
		/* sp時ロゴの大きさを横幅180pxに */
		width: 180px;
		/* 左余白24px */
		margin-left: 24px;
		margin-top: 10px;
	}

	.gnav-pc-wrap {
		/* sp時、pc用のメニューは非表示にする */
		display: none;
	}

	ul.gnav-sp li a:hover {
	color: #b9887b;
}


	#menu-button {
		/* sp時ハンバーガーメニューを表示 */
		display: block;
		/* ハンバーガーメニューのクリックエリア 横60px,高さ60pxに指定 */
		width: 60px;
		height: 60px;
		/* paddingでクリックエリアに内側余白を作る */
		padding: 18px 16px;
		margin-right: 30px;
	}

	.menu-button-inner{
		/* 親要素#menu-buttonの大きさいっぱいに要素を広げる */
		display: block;
		width: 100%;
		height: 100%;
		/* span（三本の線）の配置基準とするため、position:relative;を指定 */
		position: relative;
	}

	.menu-button-inner span{
		display: block;
		/* 高さ3px 横幅100%の矩形にする */
		width: 100%;
		height: 1px;
		/* 矩形の背景色を#333333に */
		background: #130c0a;
		/* positionで配置したい要素なので、absoluteを指定 */
		position: absolute;
	}
	.menu-button-inner span:nth-of-type(1){
		/* ハンバーガーボタン一番目の線 */
		top: 0;
	}
	.menu-button-inner span:nth-of-type(2){
		/* ハンバーガーボタン二番目の線（上下中央に配置） */
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.menu-button-inner span:nth-of-type(3){
		/* ハンバーガーボタン三番目の線 */
		bottom: 0;
	}

	/* ハンバーガーボタンをクリックしたら×にする */
	.close span:nth-of-type(1){
		width: 100%;
		/* 線を45度右下に傾ける */
		transform: rotate(45deg);
		/* 位置の微調整 */
		top: 10px;
	}
	.close span:nth-of-type(2){
		/* 2番目の線は見えなくする */
		opacity: 0;
	}
	.close span:nth-of-type(3){
		width: 100%;
		/* 線を45度右上に傾ける */
		transform: rotate(-45deg);
		/* 位置の微調整 */
		bottom: 11px;
	}


	/* SP用ハンバーガーメニュー中身のスタイル */
	.gnav-sp-wrap {
		/* JSで表示させるので、最初は非表示にしておく */
		display: none;
		/* 背景色を指定 */
		background-color: #efe6e3;
		/* 背景色を画面いっぱいに広がるようにする */
		width: 100%;
		height: 100vh;
		/* スクロールしないように画面に固定 */
		position: fixed;
		/* 他の要素よりも重なり順を上にする */
		z-index: 100;
		/* メニューの位置を調整するため、上部に内側余白をつける */
		padding-top: 100px;
	}

	ul.gnav-sp li {
		/* 左右中央に配置 */
		text-align: center;
		/* 下側に余白30px */
		margin-bottom: 30px;
	}

	ul.gnav-sp li a {
		/* ハンバーガー内の各メニューの文字スタイルを指定 */
		font-family: dnp-shuei-4go-std, sans-serif;
		font-size: 20px;
		letter-spacing: 0.16em;
		color: #130c0a;
	}
}

/** -----------------------------------
    メインビジュアル
-------------------------------------**/

#mainvisual {
	width: 100%;
	height: calc(100vh - 80px);
	background-image: url(../images/mainvisual-pc.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 80px;
}

.copy-wrap { 
	position: absolute;
	bottom: 80px;
	left: 120px;
	background-image: url(../images/mainvisual_asirai.png);
	background-size: contain;
}


.maincopy {
	margin-bottom: 60px;
	color: #130c0a;
	letter-spacing: 0.16em;
	font-size: 40px;
	line-height: 1.8;
}

.subcopy {
	color: #130c0a;
	letter-spacing: 0.16em;
	font-size: 40px;
	line-height: 1.8;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 1230px) {
	#mainvisual {
		/* sp用のヘッダー高さに合わせてheightを調整 */
		height: calc(100vh - 60px);
		/* sp用の背景画像に変更 */
		background-image: url("../images/mv_sp.jpg");
		/* ヘッダー分、上に余白を設定する */
		margin-top: 60px;
	}
	.maincopy {
		/* フォントサイズを18pxにする */
		font-size: 30px;
	}

	.subcopy {
		/* フォントサイズを18pxにする */
		font-size: 30px;
	}

	.copy-wrap{
		position: absolute;
		bottom: 10%;
		left: 10%;
		background-size: 50%;
		background-position: -5% 90%;
	}
}

/** -----------------------------------
    わたしたちについて（about）
-------------------------------------**/
#about{
	background-color: #faf9f9;
}



/** -----------------------------------
    社員のこだわり（pride）
-------------------------------------**/
#pride{
	background-color: #f4efe5;
	width: 100%;
	/* height: calc(100vh - 80px); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide_pride{
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 5px;
}

.slick-prev:before,
.slick-next:before{
	color: #edd8d1 !important;
}


/** -----------------------------------
-------------------------------------**/

.container {
	margin: 30px auto 0;
	max-width: 1200px;
	width: 100%;
}
/* 中央以外のスライド */
.l-wrapper_03 {
	height: auto;
	opacity: .3; /* スライドを薄くする*/
	transform: scale(.8); /* スライドのサイズを80%にする*/
	transition: opacity .5s, transform .5s; /* スライド透過率と拡大のアニメーション時間を0.5秒に設定*/
	width: 100%;
}
/* 中央のスライド */
.l-wrapper_03.slick-center {
	opacity: 1; /* 中央のスライドは透過しない */
	transform: scale(1); /* 中央のスライドは小さくしない */
}

/** -----------------------------------
-------------------------------------**/

.l-wrapper_03 {
	margin: 1rem auto;
	width: 600px;
}

.l-wrapper_03:hover {
	transform: translateY(-3px);
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	transition: all .5s;
}

.card_01 {
	background-color: #fff;
	text-decoration: none;
}

.card__header_01 {
	display: flex;
	flex-wrap: wrap;
}

.card__title_01 {
	padding: 1rem 1.5rem 0;
	/* font-size: 1.6rem; */
	order: 1;
	margin-bottom: 0.6rem;
	/* font-weight: bold; */
	text-decoration: none;
}

/** -----------------------------------
サムネイルの帯/ 自分の目で見て確かめる
-------------------------------------**/
.card__thumbnail_03_slide1 {
	margin: 0;
	order: 0;
	position: relative;
}

.card__thumbnail_03_slide1:hover {
	opacity: 0.7;
}

.card__thumbnail_03_slide1::after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em 0.8em;
	font-size: 1rem;
	color: #130c0a;
	content: '自分の目で見て確かめる';
	background: #fff;
}

/** -----------------------------------
サムネイルの帯/ ひととひとを心地よく繋げる
-------------------------------------**/
.card__thumbnail_03_slide2 {
	margin: 0;
	order: 0;
	position: relative;
}

.card__thumbnail_03_slide2:hover {
	opacity: 0.7;
}

.card__thumbnail_03_slide2::after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em 0.8em;
	font-size: 1rem;
	color: #130c0a;
	content: 'ひととひとを心地よく繋げる';
	background: #fff;
}

/** -----------------------------------
サムネイルの帯/ より心に残るブックにするために
-------------------------------------**/
.card__thumbnail_03_slide3 {
	margin: 0;
	order: 0;
	position: relative;
}

.card__thumbnail_03_slide3:hover {
	opacity: 0.7;
}

.card__thumbnail_03_slide3::after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em 0.8em;
	font-size: 1rem;
	color: #130c0a;
	content: 'より心に残るブックにするために';
	background: #fff;
}

/** -----------------------------------
サムネイルの帯/ 社員自身の子どもを観徹底的に観察
-------------------------------------**/
.card__thumbnail_03_slide3 {
	margin: 0;
	order: 0;
	position: relative;
}

.card__thumbnail_03_slide3:hover {
	opacity: 0.7;
}

.card__thumbnail_03_slide3::after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em 0.8em;
	font-size: 1rem;
	color: #130c0a;
	content: '子どもの気持ちを想像する';
	background: #fff;
}

/** -----------------------------------
-------------------------------------**/

.card__image_01 {
	width: 100%;
}

.card__text_01 {
	text-align:center;
}

.card__footer_01 {
	padding: 1rem;
}


/** -----------------------------------
    写真スライダー（photo）
-------------------------------------**/
#photo {
	width: 100%;
	background-image: url(../images/slider_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide_photo img{
	margin:  30px;
}

.slide_photo{
	margin-top: 300px;
}

/** -----------------------------------
    事業について（works）
-------------------------------------**/
#works{
	background-color: #faf9f9;
}

.col-3{
	display: flex;
	justify-content: space-between;
}

.col-3 .item{	
	width: calc((100% - 48px)/3);
}


/*--------------------------------------
事業について（works）　　カード型_01
--------------------------------------*/
.l-wrapper_01 {
	margin: 1rem auto;
	width: 300px;
}

.l-wrapper_01:hover {
	transform: translateY(-3px);
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	transition: all .5s;
}

.card_01 {
	background-color: #fff;
	text-decoration: none;
}

.card__header_01 {
	display: flex;
	flex-wrap: wrap;
}

.card__title_01 {
	padding: 1rem 1.5rem 0;
	order: 1;
	margin-bottom: 0.6rem;
	text-decoration: none;
}

.card__thumbnail_01 {
	margin: 0;
	order: 0;
	width: 100%;
}

.card__thumbnail_01:hover {
	opacity: 0.7;
}

/* .card__image_01 {
	width: 100%;
} */

.card__text_01 {
	text-align:center;
	}

.card__footer_01 {
	padding: 1rem;
}


/** -----------------------------------
    働く仲間（member）
-------------------------------------**/
#member{
	background-color: #faf9f9;
}

.col-2{
	display: flex;
	width: calc((100% - 30x)/2);
	justify-content: space-between;
}

.l-wrapper_02 {
	margin: 1rem auto;
	width: 500px;
}

.l-wrapper_02:hover {
	transform: translateY(-3px);
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	transition: all .5s;
}

.card_01 {
	background-color: #fff;
	text-decoration: none;
}

.card__header_01 {
	display: flex;
	flex-wrap: wrap;
}

.card__title_01 {
	padding: 1rem 1.5rem 0;
	order: 1;
	margin-bottom: 0.6rem;
	text-decoration: none;
}

/** -----------------------------------
    大井さんのサムネイルの帯
-------------------------------------**/
.card__thumbnail_02_Ohoi-san {
	margin: 0;
	order: 0;
	position: relative;
}

.card__thumbnail_02_Ohoi-san:hover {
	opacity: 0.7;
}

.card__thumbnail_02_Ohoi-san::after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em 0.8em;
	font-size: 1rem;
	color: #130c0a;
	content: '趣味のように仕事をする';
	background: #fff;
}

/** -----------------------------------
    遠藤さんのサムネイルの帯
-------------------------------------**/
.card__thumbnail_02_Endo-san {
	margin: 0;
	order: 0;
	position: relative;
}

.card__thumbnail_02_Endo-san:hover {
	opacity: 0.7;
}

.card__thumbnail_02_Endo-san::after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em 0.8em;
	font-size: 1rem;
	color: #130c0a;
	content: '2児の母、両立の秘訣';
	background: #fff;
}

/** -----------------------------------
    中野さんのサムネイルの帯
-------------------------------------**/
.card__thumbnail_02_Nakano-san {
	margin: 0;
	order: 0;
	position: relative;
}

.card__thumbnail_02_Nakano-san:hover {
	opacity: 0.7;
}

.card__thumbnail_02_Nakano-san::after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em 0.8em;
	font-size: 1rem;
	color: #130c0a;
	content: '“やりたいこと”に挑戦';
	background: #fff;
}

/** -----------------------------------
    堀田さんのサムネイルの帯
-------------------------------------**/
.card__thumbnail_02_Hotta-san {
	margin: 0;
	order: 0;
	position: relative;
}

.card__thumbnail_02_Hotta-san:hover {
	opacity: 0.7;
}

.card__thumbnail_02_Hotta-san::after {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em 0.8em;
	font-size: 1rem;
	color: #130c0a;
	content: '前職の経験を発揮しながら';
	background: #fff;
}

/** -----------------------------------
-------------------------------------**/


.card__image_01 {
	width: 100%;
}

.card__text_01 {
	text-align:center;
}

.card__footer_01 {
	padding: 1rem;
}


/** -----------------------------------
    働く環境（system）
-------------------------------------**/
#system{
	background-color: #f0eadc;
}

.system .col-2_system .item .ul {
	position: relative;
}

ul.list4 {
	max-width: 20em;
	padding: 0 0.5em;
	margin: 0 auto;
	list-style-type: none;
}

ul.list4 li {
	position: relative;
	padding: 0.1em 0.3em 0.2em 1.3em;
	font-size: 24px;
}

ul.list4 li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	content: '';
	display:  inline-block;     /* インラインブロックにする */
	background-color: #d2b643;  /* 背景色指定 */
	border-radius:  50%;        /* 要素を丸くする */
	position:  relative;        /* 位置調整 */
	top: -1px;                  /* 位置調整 */
	margin-right: 20px;          /* 余白指定 */
	}


/** -----------------------------------
    募集職種（occupation）
-------------------------------------**/
#occupation{
	background-color: #f0eadc;
}

/** -----------------------------------
    エントリー（entry）
-------------------------------------**/
#entry{
	background-color: #edd8d1;
}

#entry p.large span{
	display: block;
}

.entry_inner{
	border: 10px solid #ffffff;
	padding: 60px;
	text-align: center;
}

/** -----------------------------------
    末尾の画像（last）
-------------------------------------**/
#last{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#last img{
	vertical-align: bottom;
}



/** -----------------------------------
    フッター
-------------------------------------**/

#footer{
    padding: 30px 80px;
    background-color: #f3ecea;
}

.footer_logo {
	width: 200px;
}

.icon_wrap{
	/* width: 400px; */
    /* display: flex; */
    justify-content: space-between;
}

.icon{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-link li{
	display: inline;
}

.footer-link{
	/* width: 600px; */
    display: flex;
    justify-content: space-between;
	flex-direction: column
}

.footer-link_wrap{
	margin: 20px 0 45px 0;
}


.copy-right{
	color: #130c0a;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 1230px) {


	.card_01{
		width: 550px;
		margin: 0 auto;
		max-width: 100%;
	}

	.container {
		width: 80%;
	}

	.icon_wrap{
		display: block;
	}


	#about .col-2_about .item .img{
		width: 70%;
	}

	#about .col-2_about .item:nth-child(2) .img{
		margin: 0 0 0 auto;
	}

	.col-2 {
		display: block;
	}

	.col-2_system .item{
		display: block;
		max-width: 100%;
		margin: auto 0 auto 0;
	}


	.col-2_system{
		max-width: 100%;
	}

	.col-2_system .text-wrap{
		display: flex;
	}

	.col-2_system .item .card-img{
		width: 100%;
	}

	.col-2_system .system_asirai{
		margin: auto 0 auto 0;
	}

	.col-2_occupation .occupation_asirai{
		margin: auto 0 auto 0;
	}

	.col-2_occupation .item {
		margin: auto 0 auto 0;
	}

	ul.list4 li {
		padding: 0;
		width: auto;
		font-size: 20px;
}

	.col-3 {
		/* sp時は横並びを解除 */
		display: block;
	}

	.l-wrapper_01 ,.l-wrapper_02{
		width: 100%;
	}
	
	.card__thumbnail_02_Ohoi-san::after, .card__thumbnail_02_Endo-san::after, .card__thumbnail_02_Nakano-san::after ,.card__thumbnail_02_Hotta-san::after{
		font-size: 13px;
	}

	.button-mission, .button-syousai, .button-entry{
		width: 100%;
		height: auto;
	} 

	.button-small{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	} 

	.entry_inner{
		margin: auto;
		padding: 20px;
	}

	#footer {
		max-width: 100%;
	}

}

	.footer-link li a:hover{
		color: #b9887b;
    }

	footer .icon_wrap .icon {
		margin-right: -5px;
		margin-left: -5px;
	}

	footer .icon_wrap .icon a {
		margin-right: 5px;
		margin-left: 5px;
	}


