@charset "UTF-8";
/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
	/*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
	font-size: 16px;
	line-height: 1.6;
	color: #634137;
	background-color:#fff;
	font-family: "Noto Sans JP","源ノ角ゴシック JP","Source Han Code JP", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: normal;
	overflow-x: hidden;
}

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

.section-inner{
	max-width: 1000px;
	margin: 0 auto;
}

ul{
	padding-left:0;
}

li{
	list-style:none;
}

html{
	scroll-behavior: smooth;
}

/* ------ レスポンシブ設定 ------ */
.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	.section-inner {
		padding: 0 22px;
		max-width: 550px;
	}

	.pc-only {
		display: none;
	}
	
	.sp-only {
		display: block;
	}

}

/* --------
テキスト
-------- */
h2.large{
	font-weight: bold;
	font-size: 36px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	margin: 50px 0 30px;
}

h3.medium{
	font-weight: bold;
	font-size: 36px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	margin: 30px 0 20px;
}

h4.small{
	font-weight: bold;
	font-size: 20px;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

p.large{
	font-size: 20px;
	font-weight: bold;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

p.large_2{
	font-size: 20px;
	font-weight: bold;
}

p.medium{
	font-size: 18px;
	font-weight: normal;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

p.small{
	font-size: 16px;
	font-weight: normal;
}

p.company_title_number{
	font-weight: bold;
	font-size: 50px;
	font-family: "brandon-grotesque", sans-serif;
	color: #ff8f9e;
	margin: 0 10px 0 0;
}

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

	h2.large{
		font-weight: bold;
		font-size: 30px;
		font-family: fot-tsukuardgothic-std, sans-serif;
		margin: 30px 0 20px;
	}

	h3.medium{
		font-size: 30px;
	}

	h4.small{
		font-size: 18px;
	}

	p.large{
		font-size: 16px;
		font-weight: bold;
		font-family: fot-tsukuardgothic-std, sans-serif;
	}

	p.company_title_number{
		font-size: 42px;
	}

	p.small{
	font-size: 14px;
	}

}

/* --------
ボタン
-------- */
.button-header{
	display: block;
	width: 162px;
	height: 50px;
	background-color: #ff8f9e;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.14em;
	border-radius: 24px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	outline-offset: -5px;
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.button-header:hover{
	background-color: #ffffff;
	color: #fe7284;
	border: 1px solid #fe7284;
	transform: translateY(-2px);
}

/* ↓ピンクの詳しく見るボタンへ変更 */
.more-button{
	display: block;
	max-width: 316px;
	width: 100%;
	height: 66px;
	background-color: #fff;
	color: #fe7284;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.14em;
	border-radius: 33px;
	text-align: center;
	line-height: 66px;
	text-decoration: none;
	border: 1px solid #fe7284;
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.more-button:hover{
	background-color: #ff8f9e;
	color: #fff;
	transform: translateY(-3px);
}

.button-recruit{
	display: block;
	width: 299px;
	height: 66px;
	background-color: #fff;
	color: #f4ab45;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.14em;
	border-radius: 33px;
	text-align: center;
	line-height: 66px;
	text-decoration: none;
	position: relative;
	margin: 0 16px;
	border: 1px solid #f4ab45;
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.button-recruit::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #f4ab45;
    border-right: solid 2px #f4ab45;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.button-recruit:hover{
	background-color: #f5bb69;
	color: #fff;
	transform: translateY(-3px);
}

.button-recruit:hover::after{
	border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.button-entry{
	display: block;
	width: 90%;
	max-width: 400px;
	height: 100px;
	background-color: #ff8f9e;
	color: #fdf9f6;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.14em;
	border-radius: 25px;
	text-align: center;
	line-height: 100px;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.button-entry:hover{
	background-color: #ffffff;
	color: #fe7284;
	border: 1px solid #fe7284;
	transform: translateY(-3px);
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	
	.button-header-sp{
		display: block;
		width:126px;
		height: 44px;
		background-color: #ff8f9e;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.14em;
		border-radius: 22px;
		text-align: center;
		line-height: 44px;
		text-decoration: none;
		/* outline: 1px solid #fdf9f6; */
		outline-offset: -5px;
		margin: 2px 0 0 15px;
		transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	}

	.button-header-sp:active{
		background-color: #ffffff;
		color: #ff8f9e;
		border: 1px solid #ff8f9e;
		transform: translateY(-2px);
	}

	.more-button{
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	.more-button:active{
		background-color: #ff8f9e;
		color: #fff;
		transform: translateY(-3px);
	}

	.button-recruit{
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
	}

	.button-recruit:active{
		background-color: #f5bb69;
		color: #fff;
		transform: translateY(-3px);
	}

	.button-entry{
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	.button-entry:active{
		background-color: #ffffff;
		color: #fe7284;
		border: 1px solid #fe7284;
		transform: translateY(-3px);
	}

}

/* --------
レイアウト
-------- */

.col-2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0 0 0;
}

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

.title{
	display: flex;
	align-items: center;
}

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

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


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

	.col-2{
		display: block;
	}

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

	.col-2 .item_member{
		width: 100%;
	}
	
	.col-3{
		display: block;
	}

	.col-3 .item{
		width: 100%;
	}

}

/* --------
ヘッダー
-------- */
#header{
	background-color: #fff;
	width: 100%;
	height: 70px;
    display: flex;
	justify-content: space-between;
	padding: 0px 30px;
	position: fixed;
	top: 0;
	z-index: 10;
}

.header-logo{
	display: flex;
	align-items: center;
	width: 126px;
}

.header-logo a{
	display: flex;
	align-items: center;
}

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

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

ul.gnav-pc li a{
	font-family: "fot-tsukuardgothic-std","Noto Sans JP","源ノ角ゴシック JP","Source Han Code JP", sans-serif;
	font-weight: bolder;
	font-size: 16px;
	color: #634137;
	letter-spacing: 0.02em;
	text-decoration: none;
}

/* ホバー下線---- */
.gnav-pc li a{
	position: relative;
	text-decoration: none;
}

/* 下線（最初は見えない） */
.gnav-pc li a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 1px;
	background-color: #634137;
	transition: width 0.4s ease;
}

/* hoverで伸びる */
.gnav-pc li a:hover::after{
	width: 100%;
}

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

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

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

#header {
	height: 78px;
	padding: 22px 0 22px 22px;
}

#header h1 a {
    display: flex;
}

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

.button-header-sp{
	display: block;
}

#menu-button {
    display: block;
    width: 48px;
    height: 48px;
    padding: 15px;
	/* background-color: #fdf9f6; */
	border-radius: 10px;
	margin: 7px;
}

.menu-button-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.menu-button-inner span{
	display: block;
	height: 2px;
	width: 100%;
	background-color: #634137;
	position: absolute;
}

.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;
}

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

 /* スマホ用メニューのスタイル */
.gnav-sp-wrap {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
}

ul.gnav-sp li {
    text-align: center;
    margin-bottom: 30px;
}

ul.gnav-sp li a {
    font-family: "fot-tsukuardgothic-std","Noto Sans JP","源ノ角ゴシック JP","Source Han Code JP", sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #634137;
    font-weight: bold;
	text-decoration: none;
}

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

#close-button {
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 30px;
    font-weight: normal;
    color: #634137;
    cursor: pointer;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#close-button:hover {
    color: #ff8f9e;
}

}

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

#mainvisual{
	position: relative;
	height: 900px;
	padding-top:120px;
}

.maincopy{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 60px;
	font-weight: 550;
	position: absolute;
	left: 70px;
	top: 126px;
	z-index: 1;
}

.main_image{
	max-width:1200px;
	width:90%;
	margin:0 auto;
}

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

	#mainvisual{
		position: relative;
		height: 667px;
		padding-top: 0;
		overflow: hidden;
	}
	
	.maincopy{
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-size: 42px;
		font-weight: 550;
		position: absolute;
		left: 22px;
		top: 96px;
		line-height: 56px;
	}
	
	.main_image{
		width: 160%;
		position: absolute;
		top: 220px;
		left: 50%;
		transform: translateX(-50%);
	}

}

/* --------
私たちについて
-------- */

#about{
	/* ↓ background: 画像1、画像2←削除、背景色  */
	position: relative;
	background: url(../images/about_background_top.png) left top no-repeat,#fff9fa;
	background-size: 100% auto;
	padding: 150px 0 50px;
	margin-top: -50px;
}

#about h2.large{
	text-align: center;
}

#about p.large{
	text-align: center;
	font-weight: bold;
	line-height: 55px;
}

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

#about .more-button {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.autoplay{
	margin: 0 auto;
}

.autoplay img{
	margin: 30px 24px;
	border-radius: 60px;
}

.slick-prev, .slick-next {
    display: none !important;
}

.about_sp{
	display: none;
}

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

	#about{
		/* ↓ background: 画像1、画像2、背景色  */
		background: url(../images/about_background_top_sp.png) left top no-repeat,#fff9fa;
		background-size: contain;
		padding: 100px 0 0;
	}

	#about p.large{
		line-height: 40px;
	}

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

	#about .more-button {
	margin: 40px auto;
}

	.about_pc{
		display: none;
	}

	.about_sp{
		display: block;
	}

	.autoplay img{
		margin: 22px 8px;
		border-radius: 60px;
	}

}

/* --------
事業について
-------- */

#company{	
    background-color: #fff9fa;
	position: relative;
	padding: 50px 0;
	scroll-margin-top: 80px;
}

#company h3.medium {
	text-align: center;
}

#company p.small_company {
	text-align: center;
}

#company p.small span {
	display: block;
}

#company .more-button{
	margin: 0 auto;
	margin-top: 50px;
}

#company .col-3 {
	margin-top: 50px;
}

#company .item {
	margin: 0 25px;
}

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

	#company{
		padding: 30px 0 50px;
		scroll-margin-top: 80px;
	}

	#company p.small_company {
		text-align: left;
		font-size: 14px;
	}

	#company p.small span {
		display: inline;
	}

	#company .more-button{
		margin: 50px 0;
	}

	.companyimage{
		padding: 30px 0 0 0;
	}

	#company .col-3 {
		margin-top: 0px;
		padding: 0;
	}

	#company .item {
		margin: 0;
	}

	.title {
		height: 40px;
	}

	#company .more-button{
	margin: 50px auto 0;
}

}

/* --------
メンバー紹介
-------- */

#member{
	background: url(../images/member_background_top.png) left top no-repeat;
	background-size: contain;
	padding: 200px 0 50px;
	position: relative;
}

#member h3.medium {
	text-align: center;
}

#member p.small{
	text-align: center;
	/* 	 */
}

#member p.small span {
	display: block;
}

#member p.medium{
	text-align: center;
}

.item_member{
	width: calc((100% - 50px)/2);
}

#member .more-button{
	margin: 0 auto;
	margin-top: 50px;
}

/* メンバー画像ホバー */
.memberimage:hover img{
	transform: scale(1.05);
}

.memberimage img{
	transition: transform 0.3s ease;
}

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

	#member{
		background:url(../images/member_background_top_sp.png) left top no-repeat;
		background-size: contain;
		padding: 100px 0 50px;
	}

	#member p.small{
		text-align: left;
		margin-bottom: 30px;
	}

	#member p.small span {
		display: inline;
	}

	.col-2{
		margin: 0 auto;
	}

	.memberimage{
		padding-bottom: 20px;
	}

	#member .more-button{
	margin: 0 auto;
	margin-top: 30px;
	}

	/* マンバー画像ホバー */
	.memberimage:active img{
    transform: scale(1.05);
	}

}

/* --------
働く環境
-------- */

#work{
    background-color: #ffffff;
	padding: 80px 0 50px;
	position: relative;
	scroll-margin-top: 80px;
}

#work h3.medium {
	text-align: center;
}

#work p.small{
	text-align: center;
}

#work p.small span {
	display: block;
	/* padding: 0 0 12px; */
}

#work .col-3 {
	max-width: 100%;
	background-color: #ffeef4;
	border-radius: 10px;
	padding: 50px 25px;
	margin: 50px 0;
}

#work .item {
	margin: 0 25px;
}

#work p.large_2{
	text-align: center;
	margin: 6px 0 0;
}

#work .workimage{
	max-width: 180px;;
	margin: 0 auto;
}

#work p {
	margin-top: 6px;
}

#work .more-button{
	margin: 0 auto;
	/* margin-top: 72px; */
}

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

	#work{
		padding: 50px 0 0;
		scroll-margin-top: 50px;
	}

	#work p.small{
		text-align: left;
	}

	#work p.small span {
		display: inline;
	}

	#work .col-3 {
		padding: 40px 40px 10px;
		margin: 30px 0 0;
	}

	#work .item{
		margin: 0;
		padding-bottom: 30px;
	}

	#work .more-button{
		margin-top: 50px;
		margin-bottom: 50px;
	}

	#work .circle-decoration{
		display: none;
	}

	#work p {
	font-size: 14px;
	}

	#work p.large_2{
	font-size: 18px;
	}

}

/* --------
募集職種
-------- */

#recruit{
	background: url(../images/recruit_background_top.png) left top no-repeat,#fff8e8;
	background-size: contain;
	padding: 200px 0 50px;
	/* margin-top: -10px; */
}

#recruit h3.medium {
	text-align: center;
}

#recruit p.small{
	text-align: center;
	margin-bottom: 50px;
}

#recruit p.small span {
	display: block;
}

.col-2_recruit{
	display: flex;
	justify-content: center;
	margin: 0 -16px 36px;
}

.col-2_recruit .a{
	width: calc((100% - 32px)/2);
	margin: 0 16px;
	display: inline-block;
}

.col-3_recruit{
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px;
}

.col-3_recruit .a{
	width: calc((100% - 32px)/3);
}

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

	#recruit{
		background: url(../images/recruit_background_top_SP.png) left top no-repeat,#fff8e8;
		background-size: contain;
		padding: 100px 0 50px;
	}

	#recruit p.small{
		text-align: left;
		margin-bottom: 30px;
	}

	#recruit p.small span {
		display: inline;
	}

	.col-2_recruit{
		display: block	;
		margin: 0;
	}

	.col-2_recruit .a{
		width: 100%;
	}

	.col-3_recruit{
		display: block;
		margin: 0;
	}

	.col-3_recruit .a{
		width: 100%;
	}

}

/* --------
よくある質問
-------- */

#faq{
    background-color: #fff8e8;
	padding: 50px 0 100px;
	position: relative;
	scroll-margin-top: 100px;
}

#faq h3.medium {
	text-align: center;
	margin: 10px 0 50px;
}

.faq{
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 36px;
}

.faq-head, .faq-body {
	padding: 24px 72px 24px 32px;
}

.faq-head {
	position: relative;
	cursor: pointer;
}

.faq-head::after {
	content: "";
	display: block;
	background-image: url(../images/arrow.png);
	background-size: contain;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 24px;
}

.faq-head.active::after {
    transform: rotate(180deg); /* クリック時に矢印を180度回転 */
}

.faq-body{
	border-radius: 10px;
	display: none;
}

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

	#faq{
		padding: 20px 0 80px;
	}

	#faq h3.medium {
		margin: 30px 0;
	}

	.faq{
		margin-bottom: 20px;
	}

	/* #faq .circle-decoration{
		display: none;
	} */

}

/* --------
エントリー
-------- */

#entry{
    background-image: url(../images/entry_background.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0 100px;
	scroll-margin-top: 50px;
}

#entry p.large{
	text-align: center;
	line-height: 35px;
}

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

#entry .button-entry{
	margin: 0 auto;
	margin-top: 50px;
}

.entry_sp{
	display: none;
}

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

	#entry{
		background-image: url(../images/entry_background_sp.png);
		padding: 100px 0 100px;
	}

	#entry p.large{
		font-size: 16px;
	}

	.entry_pc{
		display: none;
	}

	.entry_sp{
		display: block;
		line-height: 40px;
	}

	#entry .button-entry{
		margin-top: 50px;
	}

}

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

#footer{
    /* background-color: #ff8f9e; */
	text-align: center;
	padding: 40px 0;
}

.sns-btn li{
	width: 48px;
	margin-left: 26px;
	margin-right: 26px;
}

#footer a, .copyright{
	color: #634137;
	font-size: 14px;
	text-decoration: none;
}

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

.footer-link li{
	display: inline;
	margin-right: 20px;
}

/* ホバー下線---- */
.footer-link li a{
	position: relative;
	text-decoration: none;
}

/* 下線（最初は見えない） */
.footer-link li a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 1px;
	background-color: #634137;
	transition: width 0.4s ease;
}

/* hoverで伸びる */
.footer-link li a:hover::after{
	width: 100%;
}

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

	#footer{
		padding: 20px 0;
	}

	.footer-link li{
		display: block;
		margin-right: 0%;
	}

	.footer-link li a::after{
		display: none;
	}

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

	#footer a, .copyright{
		font-size: 12px;
	}

}


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

/* .example {
	font-size: 50px;
	color: #99293D;
} */

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


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/
/* @media screen and (max-width:640px){
} */