@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------
	kilim
------------------------------------------------------------*/
#pagePath a {
    margin-right: 3px;
    display: inline-block;
	color: #5D5A5A;	
}
.back {
	background-color: #0e142c;
	color: #FFF;
	/*#2e2f3e*/
}
.back_a {
	background-color: #fad3cd;
	/*#f8c6be*/
}
.content {
	width: 920px;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;	
}
.maintop {
	width: auto;
	height: 10px;
	padding: 66px 0 68px;
	}

.headLine01 {
	margin-bottom: 79px;
}
.content {
	width: 854px;
}

.topTxt {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.1;
}
.topTxt_rogobat {
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.1;
}
.top_A {
	display: flex;         /* 横並びにする */
    align-items: center;   /* 上下の中央で揃える（お好みで） */
    gap: 10px;
	justify-content: center;
}
.topTxt_annt {
		margin-bottom: 15px;
		text-align: center;
		font-size: 3.0rem;
		line-height: 1.94;
		color: #B91B1E;
		width: 100px;
		margin: 43px 2px 0px 0px;
	}
.R_rogo_a {
	width: 300px;
}
.R_top {
	font-family: "Snell Roundhand", cursive;
	margin: 55px 0px 90px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: rgb(103 28 46);
}


.topTxt_about {
	margin: 100px auto 10px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.94;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
.topTxt_about_1 {
	margin: 80px auto 10px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.94;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	background-color: rgba(255, 255, 255, 0.6);
	width: 874px;
	padding: 10px;
}

.topTxt_about_3 {
	margin: 100px auto 10px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.94;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	/*background-color: rgba(255, 255, 255, 0.6);*/
	width: 874px;
	/*padding: 10px;*/
}
.topTxt_about_3 img {
	height: 390px;
	margin-top: 20px;
}
.topTxt_about_4 {
	margin: 160px auto 180px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.94;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	position: relative; /* 子要素（::before, ::after）の配置基準 */
    z-index: 1; /* テキストを画像の上に表示するため */
}
.topTxt_about_4::before {
    content: '';
    position: absolute;
    top: -85px;
    left: -110px;
    width: 17%;
    height: 60%;
    background-image: url('../img/about/a_k_02.png');
    background-size: cover;
    z-index: -1; 
	transform: rotate(-20deg);
}
.topTxt_about_4::after {
    content: '';
    position: absolute;
    top: 122px;
    right: -102px;
    width: 25%;
    height: 105%;
    background-image: url('../img/about/a_k_01.png');
    background-size: cover;
    z-index: -1; /* 背面に配置 */
}
.cp_t {
	position: relative; /* 子要素（::before, ::after）の配置基準 */
    z-index: 1; /* テキストを画像の上に表示するため */
}
.cp_t::after {
    content: '';
    position: absolute;
    top: 355px;
    right: -60px;
    width: 23%;
    height: 44%;
    background-image: url('../img/about/kuma.png');
    background-size: cover;
    z-index: -1; /* 背面に配置 */
	transform: rotate(10deg);
}

.cp1_t {
    position: relative; /* 子要素（::before, ::after）の配置基準 */
    z-index: 1; /* テキストを画像の上に表示するため */
	margin-top: 250px;
}
.cp1_t::before {
    content: '';
    position: absolute;
    top: -188px;
    left: -125px;
    width: 30%;
    height: 115%;
    background-image: url('../img/about/a_03.png');
    background-size: cover;
    z-index: -1; /* 背面に配置 */
}
/*.cp2_t {
    width: 300px;
	padding: 20px 0px 20px 30px;
}*/
.cp2_t {
    position: relative;
    z-index: 1; 
	margin-top: 280px;
}
.cp2_t::before {
    content: '';
    position: absolute;
    top: -198px;
    left: -130px;
    width: 43%;
    height: 44%;
    background-image: url('../img/about/a_07.png');
    background-size: cover;
    z-index: -1; 
	transform: rotate(-10deg);
}

.des_Box {
	display: flex; /* 要素を横並びにする */
 	justify-content: space-between; /* 要素間に均等なスペースを空ける */
	margin: 20px auto 10px;
	width: 854px;
}
.photo_a {
	width: 45%;
	margin-top: 9px;
}
.text_a {
	width: 50%;
	font-size: 1.4rem;
	line-height: 1.94;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}


.cp2_t h2 {
	color: #FFF;
}
.cp3_t {
	margin-top: 20px;
} 

.c_3_b {
	width: 854px;
	margin-top: 50px;
	display: flex; /* 要素を横並びにする */
 	justify-content: space-between; /* 要素間に均等なスペースを空ける */
}
.c_3_b img {
	width: 280px;
} 

.topTxt_annt img {
	width: 120px;
	padding-left: 5px;
}
.topTxt_about h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.topTxt_about_1 h2 {
	font-size: 20px;
}
.topTxt_about_3 h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.topTxt_abouts {
	font-size: 20px;
}
.topTxt_abouts_1 {
	font-size: 17px;
	margin: 120px auto 10px;
	text-align: center;
	line-height: 1.94;
	color: #B91B1E;
	position: relative; /* 子要素（before）の基準位置になります */
    z-index: 0;        /* 重なりの基準点を作ります */
    isolation: isolate;
}
.topTxt_abouts_1:before {
    content: 'Creativity'; /* ここに表示したい文字を入れる */
    position: absolute;
    top: -95px;      /* 位置は文字サイズに合わせて調整してください */
    left: -140px;
    width: auto;      /* 文字の場合はautoがおすすめ */
    height: auto;
    z-index: -1;
    /* 文字専用の設定 */
    font-size: 80px;      /* 文字の大きさ */
    font-weight: bold;    /* 太さ */
	font-family: "Snell Roundhand", cursive;
    color: #FFF;       /* 文字の色（薄くすると背景っぽくなります） */
    white-space: nowrap;  /* 改行させない */
	transform: rotate(-10deg);
}
.topTxt_abouts_1:after {
    content: 'Originality'; /* ここに表示したい文字を入れる */
    position: absolute;
    top: 95px;      /* 位置は文字サイズに合わせて調整してください */
    left: 695px;
    width: 23%;      /* 文字の場合はautoがおすすめ */
    height: 50%;
    z-index: -1;
    /* 文字専用の設定 */
    font-size: 80px;      /* 文字の大きさ */
    /*font-weight: bold; */   /* 太さ */
	font-family: "Snell Roundhand", cursive;
    color: #FFF;       /* 文字の色（薄くすると背景っぽくなります） */
    white-space: nowrap;  /* 改行させない */
	transform: rotate(10deg);
}
.atc {
	color: #B91B1E;
	font-size: 1.9rem;
	font-weight: 600;
}
.atb {
	font-weight: 600;
	font-size: 1.8rem;
}
.topTxt a {
	margin-top: 4px;
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
}
.topTxt a:hover {
	text-decoration: none;
}
p.wTxt {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.89;
}
/*.pageNavi {
	background: #FFFAF6;
}*/
.recrute {
	width: 854px;
	margin: auto;	
}
.stitle {
	text-align: center;	
	font-size: 17px;
	padding-bottom: 50px;
}　
.rec_s {
	text-align: center;
}
.rec_t {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 20px;
	margin: auto;
	font-weight: 700;
}
.rec_tenpo {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
}
.shopList_s {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.shopList_s li {
	margin: 0 auto;
}

/*ニールスボッター*/
.des_Box_top {
	display: flex; /* 要素を横並びにする */
 	justify-content: space-between; /* 要素間に均等なスペースを空ける */
	margin: 20px auto 100px;
}
.photo_1 {
	width: 45%;
}
.text_1 {
	width: 50%;
	font-size: 1.4rem;
	line-height: 1.94;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
.des_Box_n_1 {
	display: flex; /* 要素を横並びにする */
 	justify-content: space-between; /* 要素間に均等なスペースを空ける */
	margin: 40px auto 10px;
	width: 800px;
}
.des_Box_n_1 {
	position: relative; /* 子要素の基準点に設定 */
}
.text_2_l_n {
	width: 50%;
	font-size: 1.4rem;
	line-height: 1.94;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	margin-top: 100px;
}
/* 親要素を基準にする */
.text_2_l_n {
  position: relative; /* 子要素の基準点に設定 */
  padding-bottom: 20px; /* 線を配置するための余白 */
}
.d_text_l_n {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
}
/* 線を親要素の底に固定 */
.d_text_l_n:before {
  width: 110%; /* 親要素の幅に合わせる */
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 195px;
  background-color: #BABABA;
  content: '';
}
/* 子要素（擬似要素の親） */
.photo_2_n {
    /* 必要に応じて、この要素にもposition: relative; を指定 */
    position: relative;
    z-index: 1; /* 親要素の前面にしたい場合 */
}
/* 擬似要素 */
.photo_2_n:before {
    width: 650px;
    height: 380px;
    position: absolute;
    top: 50%; /* 親要素の上下中央に配置 */
    left: 50%; /* 親要素の左右中央に配置 */
    transform: translate(-50%, -50%); /* 要素自体の半分をずらして完全に中央寄せ */
    border-radius: 45px;
    background-color: rgba(75, 112, 170, 0.15);;
    content: '';
    z-index: -1; /* 最背面に配置 */
}
.photo_2_n img {
    height: 370px;
}

.link_box_f {
    /* 背景と文字色*/
    background-color: transparent;
    color: #013c0b;
    padding: 15px 10px;
    border-radius: 10px;
    width: 350px;
	height: 20px;
    text-align: center;
    font-weight: 600;
    
    /* 細い赤の枠線*/
    border: 1px solid #FFF;
    
    /* アニメーション設定*/
    transition: all 0.3s ease;
    cursor: pointer;
}
.link_box_f:hover {
    background-color: #013c0b;
    color: #FFF;
    box-shadow: 0 5px 15px rgba(0, 164, 0, 0.4);
    border-color: #FFF;
}
.link_box_f a {
    color: #FFF;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	    line-height: 1.94;
}
.des_Box_n_2 .link_box_f {
	margin: 240px 0px 0px auto;
    z-index: 1;
}
.des_Box_n_2 {
	display: flex; /* 要素を横並びにする */
 	justify-content: space-between; /* 要素間に均等なスペースを空ける */
	margin: 20px auto 60px;
	width: 920px;
}
.des_Box_n_2 {
	position: relative; /* 子要素の基準点に設定 */
}
.photo_2_n {
	width: 45%;
}
/* 子要素（擬似要素の親） */
.photo_2_n {
    /* 必要に応じて、この要素にもposition: relative; を指定 */
    position: relative;
    z-index: 1; /* 親要素の前面にしたい場合 */
}
/* 擬似要素 */
.photo_2_n:before {
    width: 650px;
    height: 380px;
    position: absolute;
    top: 50%; /* 親要素の上下中央に配置 */
    left: 50%; /* 親要素の左右中央に配置 */
    transform: translate(-50%, -50%); /* 要素自体の半分をずらして完全に中央寄せ */
    border-radius: 45px;
    background-color: rgba(75, 112, 170, 0.15);;
    content: '';
    z-index: -1; /* 最背面に配置 */
}
.photo_2_n img {
    height: 370px;
}
.d_text_1 {
	font-weight: 600;
	font-size: 30px;
}
.des_Box_n {
	display: flex; /* 要素を横並びにする */
 	justify-content: space-between;/* 要素間に均等なスペースを空ける */
	margin: 20px auto 0px;
	width: 800px;
}
.photo_2_1n {
	width: 45%;
}
.text_2_n {
	width: 50%;
	font-size: 1.4rem;
	line-height: 1.94;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	margin-top: 110px;
	/*display: flex;
	flex-direction: column;
    justify-content: space-around;*/
}
/* 親要素を基準にする */
.text_2_n {
  position: relative; /* 子要素の基準点に設定 */
   /* 線を配置するための余白 */
}
.d_text_n {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 20px;
}
/* 線を親要素の底に固定 */
.d_text_n:before {
  width: 110%; /* 親要素の幅に合わせる */
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 335px;
  background-color: #BABABA;
  content: '';
}
.des_Box_n_3 {
	margin: 30px auto 0px;
	width: 800px;
}
.n_b {
	width: 700px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.des_Box_n_4 {
	margin: 30px auto 0px;
	width: 800px;
	font-size: 1.4rem;
    line-height: 1.94;
    font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
.des_Box_n_4 img {
	margin: 30px auto 0px;
	width: 800px;
}
.text_nl {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.94;
	font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
	display: flex;
    flex-direction: row-reverse;
}
.des_Box_n_5 {
	margin: 60px auto 150px;
	width: 800px;
	font-size: 1.4rem;
    line-height: 1.94;
    font-family: ｍｓ 明朝, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
}
.des_Box {
	display: flex; /* 要素を横並びにする */
 	justify-content: space-between; /* 要素間に均等なスペースを空ける */
	margin: 40px auto 60px;
	width: 800px;
}
/* 親要素 */
.des_Box {
    position: relative; /* 子要素の配置基準とする */
}





@media all and (max-width: 767px) {
#main {
	 margin-bottom: 0px;
}
.headLine01 {
		margin-bottom: 59px;
	}
.content {
		width: auto;
	}

.topTxt {
		margin-bottom: 91px;
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.94;
	}

.topTxt_ann {
		margin-bottom: 71px;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.94;
	}
.topTxt a {
		margin-top: 11px;
		display: block;
		text-align: center;
	}
.topTxt a:hover {
		text-decoration: underline;
	}
.R_rogo_a {
   		width: 200px;
}
.topTxt_abouts_1 {
		margin: 80px auto 10px;
}
.topTxt_abouts_1:before {
		top: -85px;
   		left: -16px;
		font-size: 55px;
}
.topTxt_abouts_1:after {
		font-size: 55px;
		top: 352px;
   		left: 130px;
}
.R_top {
		font-size: 49px;
		margin: 100px 0px 90px;
}
.topTxt_about {
    margin: 130px auto 10px;
}
.topTxt_abouts {
		font-size: 19px;
		text-align: center !important;
}
.topTxt_about p {
		margin-top: -30px;
}
.cp_t::after {
		width: 160px;
        height: 153px;
		top: 785px;
    	right: 0px;
}
.cp1_t {
		margin-top: 285px;
}
.topTxt_about h2 {
		text-align: center;
		margin-bottom: 50px;
}
.cp1_t::before {
		top: -140px;
        left: -12px;
        width: 190px;
        height: 197px;
}
.cp2_t::before {
		top: -144px;
        left: -1px;
        width: 280px;
        height: 210px;
}
.cp2_t {
		margin-top: 200px;
}  
.des_Box {
		flex-direction: column;
		width: auto
}
.text_a {
		width: 100%;
}
.photo_a {
		width: 100%;
		margin-top: 30px;
}
.topTxt_about_3 {
		width: auto;
    	margin: 150px auto 10px
}
.c_3_b {
		flex-direction: column;
		width: auto;
		margin-top: 30px;
}	
.c_3_b img {
		width: 100%;
		margin-bottom: 20px;
}	
.topTxt_about_4::before {
		top: -95px;
		left: -15px;
		width: 122px;
		height: 80px;
}
.topTxt_about_4::after {
		top: 380px;
		right: -5px;
		width: 160px;
		height: 145px;
}	
.topTxt_about_4 {
		margin: 160px auto 230px;
}
	
/*
ニールス*/
.des_Box_top {
		flex-direction: column;	
		margin: 0px auto;
	}
.photo_1 {
		width: 100%;
	}
.text_1 {
		width: 100%;
	}
.des_Box_n_1 {
		flex-direction: column;
		width: auto;
		margin-top: 100px;
	}
.text_2_l_n {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
	}
.d_text_l_n:before {
		width: 100%;
    	bottom: 168px;
	}	
.photo_2_n:before {
    width: 370px;
    height: 370px;
	}	
.photo_2_n {
		width: 100%;
	}
.des_Box_n_2 .link_box_f {
    margin: 40px 0px 0px auto;
    z-index: 1;
    width: auto;
	}
.des_Box_n_2 {
		flex-direction: column;	
		width: auto;
	}
.photo_2_n {
		width: 100%;
	}
.d_text_1 {
		margin-top: 20px
	} 
.des_Box_n {
		flex-direction: column;	
		width: auto;
		margin: 100px auto 0px;
	}
.photo_2_1n {
		width: 100%;
	}
.text_2_n {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 40px;
	}
.d_text_n {
		width: 100%;
	}
.d_text_n:before {
		width: 100%;
    	bottom: 317px;
	}

.des_Box_n_3 {
		width: auto;
	}
.n_b {
		width: auto;
	}
.des_Box_n_4 {
		width: auto;
		margin: 70px auto 0px;
	}
.text_nl{
		flex-direction: column;	
		width: auto;
		text-align: end;
	}
.des_Box_n_5 {
		width: auto;
		margin: 10px auto 150px;
	}
.des_Box {
		flex-direction: column;	
		width: auto;
		margin: 20px auto 60px;
	}	
	
	
	
}
