@charset "utf-8";

/* .link_section {
	margin-top: -73px !important;
	padding-top: 73px !important;
	font-size: 0;
	line-height: 1;
} */

/*******************************
				ヘッダー・共通
*******************************/

#header {
	display: block;
	padding: 20px;
	line-height: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

.header_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#logo {
	margin: 0;
	padding: 0;
}

#top_area {
	display: block;
	position: relative;
	background: #f9f9ef;
	margin: 0 auto;
	/* z-index: -1; */
}

.top_area_inner {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	/* padding-bottom: 390px; */
	position: relative;
}

p#top_title {
	/* position: absolute; */
	top: 0;
	margin-top: 73px;
}

p#top_title img {
	max-width: auto !important;
}

.container {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
}

.container2 {
	display: block;
	margin: 0 auto;
	max-width: 980px;
}

.container3 {
	display: block;
	margin: 0 auto;
	max-width: 900px;
}

#about_section:after {
	content: url("../images/img_01.png");
	position: absolute;
	bottom: 0;
	right: 0;
}

/*===========
inview
===========*/
.fadeIn_up {
	opacity: 0;
	/* transform: translate(0, 50%); */
	transition: 2s;
}

.fadeIn_up.is-show {
	/* transform: translate(0, 0); */
	opacity: 1;
}

.center_box {
	display: flex;
	width: 100%;
	justify-content: center;
}


.drawer-menu h2 {
	padding: 15px 0;
	color: white;
	font-family: "Ubuntu Condensed", sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: center;
}

.drawer-menu li {
	line-height: 1.4;
}

.drawer-menu li:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, .6);
}

.drawer-menu a {
	display: block;
	padding: 1em 2em;
	color: white;
	text-decoration: inherit;
	transition: background .6s;
}

.drawer-menu a:hover {
	background: black;
}

#close_btn {
	display: none;
}

.drawer-open #defalt_btn {
	display: none;
}

.drawer-open #close_btn {
	display: block !important;
}

/*******************************
			Jimoto AIでいこう！
*******************************/

#about_section {
	display: block;
	position: relative;
	padding-top: 80px;
	padding-bottom: 50%;
	min-height: 0;
	z-index: 99;
}

#about_section:before {
	content: "";
	width: 100%;
	height: 465px;
	background: url("../images/top_bg01.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: -145px;
	left: 0;
	z-index: 1;
}

#about_section:after {
	content: "";
	width: 100%;
	background: url("../images/top_bg02.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: -75px;
	left: 0;
	z-index: 2;
}

#about_section .container {
	position: relative;
	z-index: 99;
	max-height: 0;
	height: 100%;
}

#about_section h1 {
	display: block;
	margin: 0 auto 75px auto;
	text-align: center;
}

.about_title2 {
	display: inline-block;
	font-size: 35px;
	margin-bottom: 35px;
	padding: 5px 0;
	color: #f2d031;
	border-bottom: 2px dashed #f2d031;
	text-align: center;
	line-height: 1.6;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}

p.about_copy {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 25px;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	line-height: 2;
	text-align: center;
}

/*******************************
					JAで働く人
*******************************/
#work_section {
	margin-bottom: 100px;
	margin-top: -90px;
	position: relative;
	z-index: 99;
}

h1#word_title {
	display: block;
	text-align: center;
}

p.work_txt {
	display: block;
	text-align: center;
}

.arch {
	font-size: 26px;
	text-align: center;
}


.work_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 110px;
}

.work_box_col {
	width: 48%;
	margin-right: 2%;
}

.work_box_col:nth-child(even) {
	margin-right: 0;
}

.work_box_col .work_img {
	display: block;
	text-align: center;
}

.work_box_col .work_img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


.work_box_col .work_title {
	display: block;
	font-size: 24px;
	color: #5c954d;
	margin-top: 15px;
	text-align: center;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.work_box_col .work_title2 {
	display: block;
	font-size: 24px;
	color: #5c954d;
	margin-bottom: 15px;
	text-align: center;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}

#work_col1 {
	margin-bottom: 60px;
}

#work_col2 {
	margin-top: 50px;
	margin-bottom: 60px;
}

/*******************************
					お仕事動画
*******************************/
#movie_section {
	display: block;
	width: 100%;
	position: relative;
	background: url("../images/movie_bg01.png") no-repeat;
	background-position: center 270px;
	background-size: cover;
	padding-top: 92px;
}

#movie_section h1#movie_title {
	display: block;
	text-align: center;
	position: relative;
	z-index: 10;
}

#movie_section:before {
	content: "";
	display: block;
	width: 100%;
	height: 530px;
	background: url("../images/movie_bg02.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -75px;
	z-index: -1;
}

#movie_section:after {
	content: "";
	display: block;
	width: 100%;
	height: 510px;
	background: url("../images/movie_bg03.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: -75px;
	z-index: -2;
}

/* #movie_bottom {
	width: 100%;
	height: 480px;
	margin-top: -200px;
	background: url("../images/movie_bg04.png") no-repeat;
	background-size: cover;
} */

#movie_bottom {
	margin-top: -270px;
	position: relative;
}

#movie_section .container {
	position: relative;
	z-index: 100;
}

@media screen and (max-width: 1000px) {
	#movie_bottom {
		margin-top: -145px;
	}
}

#movie_bottom img {
	width: 100%;
}

.arch2 {
	display: block;
	text-align: center;
	color: #f2d031;
	letter-spacing: 0.1em;
	font-size: 30px;
	margin: 60px 0 120px 0;
	position: relative;
}

.arch2:before {
	content: url("../images/arch2_img.svg");
	position: absolute;
	z-index: -1;
}

.arch2:after {
	content: url("../images/arch2_border.svg");
	position: absolute;
	top: 65px;
	width: 100%;
	left: 0;
}

.work_arch {
	width: 100%;
	position: absolute;
	left: 48%;
	transform: translateX(-50%);
	top: -85px;
	z-index: 99;
}

.work_arch2 {
	width: 100%;
	position: static;
	display: block;
	margin: 0 auto;
	text-align: center;
	transform: none;
	z-index: 99;
}

.work_arch img {
	display: block;
	margin: 0 auto;
}

.work_arch2 img {
	display: block;
	margin: 0 auto;
}

#splide02 {
	margin-top: 0;
}

.instagram_txt {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

.instagram_button {
	display: block;
	text-align: center;
	position: relative;
}

/* .instagram_button:after {
	content: url("../images/movie_illust01.png");
	position: absolute;
	position: absolute;
	bottom: -140px;
	margin-left: 60px;
} */


/*******************************
			スライドカスタマイズ
*******************************/
.splide {
	margin-bottom: 60px;
	margin-top: 185px;
}

#splide01 {
	margin-bottom: 110px !important;
}

.splide__slide img {
	width: 100%;
	opacity: .7;
	/* 左右のスライドを薄くする */
	transform: scale(.85);
	/* 左右のスライドを小さくする */
	transition: .7s;
	/* ゆっくり小さくさせる */
}

.splide__slide iframe {
	max-width: 100% !important;
	min-width: 100% !important;
	width: 100% !important;
	transform: scale(.85);
	transition: .7s;
	border-radius: 12px !important;
}

.splide-controller {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 260px;
	margin: 45px auto 0 auto;
	position: relative;
}

.splide__pagination {
	position: static !important;
}

.splide__pagination__page.is-active {
	transform: scale(2);
}

.splide__pagination__page.is-active {
	transform: scale(1);
}

/* 矢印のクリック範囲など */
.splide__arrow {
	background-color: transparent;
	/* ボタンの背景を透明にする */
	height: 34px !important;
	transition: .2s;
	width: 44px !important;
	border-radius: 0 !important;
	background: none !important;
}

/* 矢印共通のスタイル */
.splide__arrow::before {
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 34px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 44px;
}

.splide__arrow svg {
	display: none;
}

/* 前の矢印 */
.splide__arrow--prev::before {
	background-image: url("../images/prev.svg");
}

/* 次の矢印 */
.splide__arrow--next::before {
	background-image: url("../images/next.svg");
}

/* 次のスライドが無い場合の矢印 */
.splide__arrow:disabled::before {
	opacity: .5;
}

/*******************************
					業務内容
*******************************/

#business_section {
	position: relative;
}

#business_section:after {
	content: "";
	display: block;
	width: 100%;
	height: 310px;
	background: url("../images/business_bottom.png") no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
}

#business_section .container {
	position: relative;
}

#business_img {
	position: absolute;
	top: -23px;
	z-index: -1;
}

#business_title {
	display: block;
	text-align: center;
}

.business_inner {
	background-color: #2d9646;
}

.business_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}

.business_col {
	width: calc(100% / 3);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}

.business_col a {
	display: block;
	padding: 50px 50px 0 50px;
	width: 100%;
	height: 100%;
}

.business_col img {
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
}

.business_col p.title {
	color: #fff;
	font-size: 32px;
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.business_col span {
	position: absolute;
	bottom: 10px;
	left: 6%;
}

p.business_detail {
	display: block;
	padding: 70px 0 400px 0;
	text-align: center;
}

p.business_txt {
	display: block;
	text-align: center;
}

p.business_txt img {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/*******************************
					採用情報
*******************************/
#recruit_section {
	width: 100%;
	height: 100%;
	padding-bottom: 500px;
	padding-top: 280px;
	background: url("../images/recruit_bg.png") no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	margin-top: -260px;
}

#recruit_title {
	display: block;
	text-align: center;
}

.recruit_text {
	display: block;
	text-align: center;
	margin: 20px 0 70px 0;
}

p.map {
	display: block;
	text-align: center;
}

area {
	cursor: pointer;
}

.areaMapWrap01 {
	width: 100%;
	background: url("../images/map.svg") left top no-repeat;
	background-size: 100% auto;
}

.areaMap01 {
	width: 100%;
	height: auto;
}



/*******************************
					グループ
*******************************/
#group_section {
	display: block;
	background-color: #2d9646;
	padding-bottom: 180px;
	position: relative;
}

#group_section:after {
	content: "";
	display: block;
	width: 100%;
	height: 143px;
	background: url("../images/footer_bottom.png") no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
}

#group_title {
	display: block;
	text-align: center;
	position: relative;
	margin-top: -70px;
	margin-bottom: 60px;
}

#group_title:before {
	content: url("../images/group_illust.png");
	position: absolute;
	bottom: 165px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

#group_title img {
	position: relative;
	z-index: 1;
}

p.group_title2 {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
}

ul.group_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 50px;
}

ul.group_list li {
	width: auto;
	margin-right: 10px;
	margin-bottom: 7px;
}

ul.group_list li a {
	display: block;
	padding: 15px 20px;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #000;
	line-height: 1;
	border: 1.5px solid #fff;
	transition: all 0.5s ease-in-out;
	box-sizing: border-box;
}

ul.group_list li a:hover {
	background-color: #2d9646;
	color: #fff;
}


/*******************************
					フッター
*******************************/
#footer {
	display: block;
	padding: 55px 0;
}

#footer p#footer_logo {
	display: block;
	width: 100%;
	text-align: center;
}