@charset "UTF-8";
/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
	/*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
	font-size: 16px;
	line-height: 1.85;
	color: #3e352c;
	background-color:#fff;
	font-family:  'Noto Sans JP', sans-serif;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}


h2 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
}

h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}


.contents-inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.contents-wrap {
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
}

.main_button {
	display: inline-block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 6px 0;
	border-radius: 25px;
	border: 2px solid #e46d4d;
	background-color: #fff;
	color: #e46d4d;
	width: 200px;
	height: 50px;
}

.main_button:hover {
	border: 2px solid #e46d4d;
	background-color: #e46d4d;
	color: #fff;
	transition: 0.5s;
}

button a:visited {
	color: inherit;
}

.title-top img {
	max-height: 100%;
}

.title-top {	
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}

.title-bottom img {
	max-width: 100%;
}

.title-bottom {	
	display: block;
	width: 193px;
	margin: 0 auto;
}

.headline {
	text-align: center;
	vertical-align: top;
	margin-bottom: 40px;
}
  

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

/* ヘッダー */
.header {
	height: 87px;
	width: 100%;
	background-color: rgba(255,255,255,0.9);	font-family: 'Zen Maru Gothic', sans-serif;
	position: fixed;
	inset: 0;
	z-index: 1000;
}

.header-wrap {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.header-logo {
	display: flex;
	align-items: center;
	margin-right: 74px;
}

.logo {
	width: 162px;
	margin-right: 15px;
}

.main-nav {
	display: flex;
}

.main-nav li {
	margin-right: 55px;
}

.main-nav li a:visited {
	color: #3e352c;
}

.main-nav li a:hover {
	color: #e46d4d;
}

.entry_button {
	color: #fff;
	background-color: #e46d4d;
	border: 2px solid #e46d4d ;
}

.entry_button:hover {
	transform: scale(1.1);
}

/* ホバーしたら波紋 */
.entry_button:hover::before {
	content: '';
	position: absolute;
    left:35%;
    top:0;
	border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	opacity:1;
    animation:1s circleanime linear infinite;
}

@keyframes circleanime{
	0%{
	  transform: scale(0);
	}
	100%{
	  transform:scale(2);
	  opacity: 0;
	}
}

/* .hamburger {
	display: none;
} */

.js-nav_overlay {
	display: none;
}

.js-nav {
	display: none;
}


/* メインビジュアル */
.mainvisual {
	background-image: url(../images/pc_mv.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	width: auto;
	height: calc(100vh - 90px);
	position: relative;
	max-height: 820px;
}

.mv-wrap {
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 90px;
}

.copy_pc {
	position: absolute;
	right: 0;
	bottom: 70px;
	z-index: 100;
}

.copy_sp {
	display: none;
}

.mv-shape_1 {
	position: absolute;
	left: -35px;
	top: 5px;
}

.mv-shape_2 {
	position: absolute;
	right: -40px;
	bottom: 80px;
}


/* 境界線表示位置調整 */
.divider-top_pc img {
	vertical-align: bottom;
}

.divider-top_sp img {
	vertical-align: bottom;
	display: none;
}

.divider-bottom_sp img {
	display: none;
}


/* コンセプト */
.concept {
	background-image: url(../images/bg_concept.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
	height: auto;
	padding: 100px 0;

}

.concept h3 {
	font-size: 24px;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}

.concept p {
	margin-bottom: 40px;
	letter-spacing: 0.08em;
}

.concept p:nth-child(3) {
	margin-bottom: 50px;
}

.colord {
	color: #e46d4d;
}

/* メンバー紹介 */
.interview {
	background-color: #f9f3e2;
	padding: 50px 0;
}

.interview .contents-inner {
	position: relative;

}

.interview-description {
	display: block;
	margin-bottom: 40px;
}


.interview-shape_1 {
	position: absolute;
	top: 220px;
	left: -120px;
	z-index: 1;
}

.interview-shape_2 {
	position: absolute;
	top: 370px;
	right: -15px;
}

.interview-shape_3 {
	position: absolute;
	bottom: 180px;
	left: -90px;
	z-index: 1;
}

.interview-shape_4 {
	position: absolute;
	bottom: 130px;
	right: -20px;
	z-index: 1;
}

.interview-list {	
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 30px;
}

.interview-list_item {
	position: relative;
	max-width: 500px;
	margin-bottom: 80px;
	text-align: left;
	height: 100%;
}

.endo, .hotta {
	margin: 115px 0 0 200px;
}

.comment-wrap {
	position: absolute;
	width: 100%;
	height: auto;
}

.com_1 {
	bottom: 200px;
	left: 240px;
}

.com_2 {
	bottom: 200px;
	left: 240px;
	z-index: 100;
}

.com_3 {
	bottom: 200px;
	left: 240px;
}

.com_4 {
	bottom: 200px;
	left: 260px;
}

.interview-name {
	background-color: #fff;
	border-radius: 10px;
	width: 210px;
	height: 110px;
	padding: 15px 20px 0 25px;
	position: absolute;
	left: 260px;
	bottom: 20px;
}

.interview-name:hover {
	box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}

dt {
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 19px;
}

dt img {
	width: 6px
}

dt span {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

dd {
	text-align: left;
	font-size: 12px;
}


/* 事業について */
.buisiness {
	background-color: #f9f3e2;
	padding: 50px 100px;
	position: relative;
}

.buisiness-wrap {
	margin: 40px 0;
}

.buisiness-shape_1 {
	position: absolute;
	top: 135px;
	left: 115px;
	z-index: 1;
}

.buisiness-shape_2 {
	position: absolute;
	top: 370px;
	right: 35px;
	z-index: 1;
}

.image_sp {
	display: none;
}

.buisiness-wrap {
	position: relative;
	margin: 40px 0;
}

.text-wrap {
	position: absolute;
	top: 130px;
	left: 224px;
	z-index: 2;
	text-align: left;
}

.buisiness-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.buisiness-list_item {
	width: 320px;
	height: 245px;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	padding: 30px;
}

.buisiness h3 {
	font-size: 20px;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

.baby::before {
	content: '';
	display: inline-block;
  	height: 50px;
	margin-right: 5px;
  	background-image: url(../images/icon_buisiness_1.png);
  	background-size: contain;
  	vertical-align: middle;
	width: 41px;
}

.photobook::before {
	content: '';
	display: inline-block;
  	height: 50px;
	margin-right: 10px;
  	background-image: url(../images/icon_buisiness_2.png);
  	background-size: contain;
  	vertical-align: middle;
	width: 41px;
}

.community::before {
	content: '';
	display: inline-block;
  	height: 50px;
	margin-right: 10px;
  	background-image: url(../images/icon_buisiness_3.png);
  	background-size: contain;
  	vertical-align: middle;
	width: 41px;
}

.divider-bottom img {
	max-width: 100%;
}

/* 働く環境 */
.environment {
	padding: 50px 0;
}


.environment_sp {
	display: none;
}

.environment-right {
	width: 720px;
}

.environment-right_inner {
	max-width: 460px;
	margin: 0 auto 0 75px;
	text-align: center;
}

.environment-description {
	text-align: left;
}

.environment-list {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.environment-list_item_1 {
	text-align: center;
	width: 150px;
	height: 150px;
	background-image: url(../images/circle_1.png);
	background-size: 100%;
}

.environment-list_item_2 {
	text-align: center;
	width: 150px;
	height: 150px;
	background-image: url(../images/circle_2.png);
	background-size: 100%;
}

.environment-list_item_3 {
	text-align: center;
	width: 150px;
	height: 150px;
	background-image: url(../images/circle_3.png);
	background-size: 100%;
}

.environment-list p {
	padding-top: 55px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.environment-list_item_2 p {
	padding-top: 44px;
}


/* 募集職種 */
.recruit {
	background-color: #fff;
	padding: 50px 0 100px;
}

.recruit-left {
	width: 697px;
	margin: 0 auto;
}

.recruit-right {
	width: 470px;
	margin: 0 auto;
}

.recruit .headline {
	width: 474px;
}

.recruit-description {
	width: 474px;
	text-align: left;
	margin-bottom: 30px;
}

.recruit-list_item {
	width: 450px;
	height: 70px;
	background-color: #f9f3e2;
	border-radius: 20px;
	padding: 0 20px 0 30px;
	margin-bottom: 10px;
	text-align: left;
}

.recruit-list_item a {
	line-height: 70px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.recruit-list_item:hover {
	opacity: 0.6;
}

.recruit-list_item a:visited {
	color: #3e352c;
}

.recruit-list_item span {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.arrow {
	width: 2%;
}

.button_pc {
	margin-right: 70px;
}

.button_sp {
	display: none;
}

/* CTA */
.cta {
	background-image: url(../images/bg_cta.jpg);
	background-size: cover;
	padding: 70px 0 100px 0;
	text-align: center;
	position: relative;
}

.cta-shape_1 {
	position: absolute;
	top: -35px;
	right: 160px;
}

.cta-shape_2 {
	position: absolute;
	bottom: 20px;
	left: 180px;
}

.cta p {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px;
}

.cta-button {
	background-color: #e46d4d;
	color: #fff;
	height: 60px;
	border: 2px solid #e46d4d ;
	border-radius: 30px;
	padding: 12px 0;
	position: relative;
}

.cta-button a:visited {
	color: inherit;
}

.cta-button:hover {
	transform: scale(1.1);
}

/* ホバーしたら波紋 */
.cta-button:hover::before {
	content: '';
	position: absolute;
    left:33%;
    top:0;
	border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	opacity:1;
    animation:1s circleanime linear infinite;
}

@keyframes circleanime{
	0%{
	  transform: scale(0);
	}
	100%{
	  transform:scale(2);
	  opacity: 0;
	}
}

/* フッター */
.footer {
	background-color: #3e352c;
	color: #fff;
	font-size: 12px;
	padding: 100px 0;
}

.footer a:hover {
	text-decoration: underline;
}

.footer a:visited {
	color: #fff;
}

.footer-logo img {
	width: 50%;
}

.footer-wrap {
	display: flex;
	justify-content: space-between;
}

.footer-left {
	text-align: left;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-icon {
	width: 4%;
}

.footer-right {
	text-align: right;
}

.footer-nav {
	display: flex;
	margin-bottom: 40px;
}

.footer-nav li {
	margin-left: 50px;
}



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


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/
@media screen and (max-width:640px){
	/* 共通 */
	body {
		font-size: 15px;
	}

	h2 {
		font-size: 20px;
	}

	.title-bottom {
		width: 142px;
	}

	button {
		width: 180px;
		height: 50px;
		font-size: 15px;
		font-weight: 500;
	}

	.title-top {	
		margin-bottom: 4px;
	}

	.contents-inner {
		max-width: 340px;
	}

	.contents-wrap {
		display: block;
	}

	.headline {
		max-width: 100%;
		margin-bottom: 30px;
	}
	
	/* ヘッダー */
	.header {
		height: 70px;
	}

	.header-wrap {
		width: 340px;
	}

	.mv-wrap {
		max-width: 340px;
		margin-top: 90px;
	}

	.header-logo {
		display: block;
		z-index: 10000;
	}

	.entry_button {
		display: none;
	}

	.header-logo {
		text-align: center;
		margin: auto 0;
	}

	h1 {
		margin-bottom: -10px;
	}

	.logo {
		margin: 0;
		width: 137px;
		height: 17px;
	}

	.header-logo p {
		font-size: 12px;
		text-align: center;
	}

	.main-nav {
		display: none;
	}

	.hamburger {
		display: block;
		width: 34px;
		height: 35px;
		z-index: 10000;
		margin: auto 0;
	}

	.hamburger span {
		display: block;
		width: 100%;
		height: 1.5px;
		background-color: #3e352c;
		border-radius: 0.5rem;
		position: relative;
		transition: transform .5s, opacity .5s;
	}

	.hamburger span:nth-child(1) {
		top: 0;
	}
	
	.hamburger span:nth-child(2) {
		margin: 10px 0;
	}	

	.hamburger span:nth-child(3) {
		bottom: 0;
	}

	.hamburger.show span:nth-child(1) {
		transform: translateY(10px) rotate(-45deg);
	}

	.hamburger.show span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.show span:nth-child(3) {
		transform: translateY(-12px) rotate(45deg);
	}

	.js-nav_overlay {
		display: none;
		transition: visibility .5s, opacity .5s;
		position: fixed;
		z-index: 10;
		background-color: rgba(0, 0, 0, 0.25);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.js-nav_overlay.show {
		display: block;
	}

	.js-nav {
		display: none;
		transition: visibility .5s, opacity .5s;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 80px 50px 45px;
		text-align: center;
		background-color: #f9f3e2;
		height: 570px;
	}

	.js-nav.show {
		display: block;
	}

	.js-nav-list {
		z-index: 100;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.js-nav-list_item {
		font-size: 18px;
		font-weight: 500;
		border-bottom: 1px dashed #c5c2b7;
	}

	.js-nav-list_item span {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.js-nav-list_item a {
		line-height: 70px;
	}

	.js_button {
		width: 280px;
		height: 60px;
		font-size: 20px;
		color: #fff;
		background-color: #e46d4d;
	}

	.js_button a:visited {
		color: inherit;
	}

	.nav_arrow {
		width: 10px;
		height: 17px;
	}


	/* メインビジュアル */	
	.mainvisual {
		background-image: url(../images/mv_sp.jpg);
		height: calc(100vh - 100px);
		max-height: 580px;
	}

	.mv-wrap {
		margin-top: 90px;
	}

	.copy_pc {
		display: none;
	}

	.copy_sp {
		display: block;
		z-index: 100;
		position: absolute;
		top: 35px;
		right: 40px;
	}

	.mv-shape_1 {
		width: 136px;
		left: -35px;
		top: -15px;
	}

	.mv-shape_2 {
		width: 86px;
		right: -15px;
		bottom: -5px;
	}	

	/* コンセプト */
	.concept {
		background-image: url(../images/bg_concept_sp.jpg);
		background-size: contain;
		padding: 180px 0 270px 0;
		margin-bottom: 40px;			
	}

	.concept .contents-inner {
		padding-bottom: 30px;
	}

	.concept h3 {
		font-size: 18px;
		margin: 25px 0;
		letter-spacing: 0.1em;
	}

	.concept span {
		display: block;
	}

	.concept .colord {
		display: inline;
	}

	.concept p {
		margin-bottom: 30px;
	}

	.concept p:nth-child(3) {
		margin-bottom: 40px;
	}

	.concept p br {
		display: none;
	}

	/* 境界線 */
	.divider-top_pc img {
		display: none;
	}
	
	.divider-top_sp img {
		vertical-align: bottom;
		display: block;
	}

	.divider-bottom_pc img {
		display: none;
	}
	
	.divider-bottom_sp img {
		display: block;
	}	

	/* メンバー紹介 */
	.interview {
		padding: 40px 0 35px 0;
	}

	.interview-description {
		margin: 40px 0 0 0;
	}

	.interview-description br {
		display: none;
	}

	.interview-shape_1 {
		width: 67px;
		top: 220px;
		left: -20px;
	}

	.interview-shape_2 {
		width: 63px;
		top: 360px;
		right: -10px;
		z-index: 1;
	}

	.interview-shape_3 {
		width: 56px;
		bottom: 380px;
		left: -20px;
	}

	.interview-shape_4 {
		width: 57px;
		bottom: 300px;
		right: -20px;
	}

	.interview-list {
		margin: 30px 0 40px 0;
	}
	
	.endo, .hotta {
		margin: 100px 0 0 15px;
	}

	.interview-list_item {
		position: relative;
		max-width: 160px;
		height: 100%;
		margin-bottom: 80px;
	}

	/* .interview-list_item span {
		display: block;
	} */

	.com_1 {
		bottom: 25px;
		left: 10px;
	}
	
	.com_2 {
		bottom: 10px;
		left: 10px;
		z-index: 2;
	}
	
	.com_3 {
		bottom: 20px;
		left: 10px;
	}
	
	.com_4 {
		bottom: 10px;
		left: 10px;
	}

	.interview-name {
		width: 160px;
		height: 85px;
		padding: 10px 15px 0 15px;
		left: 10px;
		bottom: -85px;
	}

	dt {
		font-size: 15px;
	}

	dt span {
		display: flex;
		justify-content: space-between;
	}

	dd {
		font-size: 12px;
	}

	.endo dd br {
		display: none;
	} 

	.evdo dd span {
		display: block;
	}

	/* 事業について */
	.buisiness {
		padding: 35px 0 40px 0;
	}

	.buisiness-shape_1 {
		width: 90px;
		top: 150px;
		left: 10px;
	}

	.buisiness-shape_2 {
		width: 64px;
		top: 320px;
		right: 5px;
	}

	.buisiness-wrap {
		margin: 40px 0 20px 0;
	}

	.image-wrap {
		display: none;
	}

	.image_sp {
		display: block;
		text-align: center;
	}

	.text-wrap {
		position: unset;
		text-align: center;
		margin-top: 10px;
	}

	.text-wrap span {
		display: block;
	}

	.text-wrap br {
		display: none;
	}

	.buisiness-list {
		display: block;
		margin-bottom: 40px;
	}

	.buisiness-list_item {
		width: 340px;
		height: 180px;
		padding: 20px;
		margin-bottom: 20px;
	}

	/* 働く環境 */
	.environment {
		padding: 40px 0 35px;
	}

	.environment-left {
		display: none;
	}

	.environment_sp {
		display: block;
		margin-top: 40px;
	}

	.environment-right {
		width: 340px;
		margin: 0 auto;
	}
	
	.environment-right_inner {
		margin-left: 0px;	
	}

	.environment-list {
		margin: 20px 0 40px 0;
	}

	.environment-list_item_1 {
		width: 108px;
		height: 108px;
	}

	.environment-list_item_2 {
		width: 108px;
		height: 108px;
	}

	.environment-list_item_3 {
		width: 108px;
		height: 108px;
	}

	.environment-list p {
		padding-top: 40px;
		font-size: 14px;
	}
	
	.environment-list_item_2 p {
		padding-top: 30px;
	}

	/* 募集職種 */
	.recruit {
		padding: 35px 0 70px;
	}

	.recruit-left {
		width: 340px;
		margin: 0 auto;
	}

	.recruit-right {
		width: 340px;
		margin: 0 auto;	
	}

	.recruit-description {
		width: 100%;
		margin: 40px 0 30px 0;
	}

	.button_pc {
		display: none;
	}

	.recruit-list {
		margin-bottom: 40px;
	}

	.recruit-list_item {
		width: 100%;
		height: 60px;
	}

	.recruit-list_item a {
		line-height: 60px;
		font-family: 'Zen Maru Gothic', sans-serif;
		font-weight: 500;
		font-size: 18px;
	}

	.button_sp {
		display: block;
		margin: 0 auto;
	}

	/* CTA */
	.cta {
		background-image: url(../images/bg_cta_sp.jpg);
	}

	.cta-shape_1 {
		width: 100px;
		top: -20px;
		right: 20px;
	}

	.cta-shape_2 {
		width: 73px;
		bottom: 10px;
		left: 20px;
	}

	/* フッター */
	.footer {
		padding: 40px 0;
	}

	.footer-wrap {
		display: block;
	}

	.footer-left {
		text-align: center;
	}

	.footer-right {
		text-align: center;
	}

	.footer-nav {
		display: block;
		margin: 25px 0 30px 0;
	}

	.footer-nav li {
		margin-left: 0;
	}