@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

body {
	color: #8C582B;
	font-size: 1.125em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
	line-height: 40px;
	margin: 0 auto;
	/*overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 900px) {
	body {
		font-size: 0.875em;
		line-height: 30px;
	}
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #fff;
}

li {
	list-style: none;
}

/* common */
.wrapper {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}

.pcnone {
	display: none;
}
.spnone {
	display: block;
}


@media screen and (max-width: 900px) {
	.pcnone {
		display: block;
	}
        .spnone {
	        display: none;
}

}

#mainvisual,
#concept,
#request,
#recruitment,
#flow,
#faq,
#cta {
	/*background-image: url(' http://partners.mamacoco.jp/img/background_img.png ');
	background-attachment: fixed !important;
	background-repeat: repeat-x !important;
	background-size: auto;*/
	overflow: hidden;
}


/* header */
#header {
	height: 80px;
	display: flex;
	justify-content: space-between;
	width: 100vw;
	position: fixed;
	z-index: 1000;
}

#header .logo {
	width: 175px;
	margin: 45px 60px;
}

@media screen and (max-width: 900px) {
	#header .logo {
		width: 150px;
		margin: 20px 30px;
	}
}

@media screen and (max-width: 660px) {
	#header .logo {
		width: 100px;
		margin: 5px 5px;
	}
}

#header .logo:hover {
	opacity: 0.7;
	transition: opacity 0.4s ease;
}

.ctabottom {
	display: inline-block;
	padding: 13px 40px;
	text-align: center;
	background-color: #FF543D;
        border: solid 1px #FF543D;
	line-height: normal;
}

@media screen and (max-width: 900px) {
	.ctabottom {
		padding: 13px 30px;
	}
}

@media screen and (max-width: 660px) {
	.ctabottom {
		padding: 8px 20px;
	}
}

.ctabottom:hover {
	border: solid 1px #FF543D;
	background-color: #fff;
	color: #FF543D;
	transition: 0.4s ease;
}

#header .cta_line {
	font-size: 11px;
}

/* mainvisual */
#mainvisual {
	height: 100vh;
	position: relative;
}

.mainvisual_text {
	position: absolute;
	top: 300px;
	left: 8%;
	text-align: left;
	z-index: 10;
}


.mainvisual_image_left {
	position: absolute;
	top: -30px;
	right: 270px;
	width: 350px;
	z-index: 8;
}

.mainvisual_image_right {
	position: absolute;
	top: -120px;
	right: -100px;
	width: 350px;
	z-index: 8;
}

@media screen and (max-width: 1100px) {
	#mainvisual {
		height: 1000px;
	}

	.mainvisual_text {
		position: absolute;
		top: 150px;
		left: 5%;
	}

	.mainvisual_image_left {
		position: absolute;
		top: 400px;
		right: 340px;
		z-index: 8;
		width: 300px;
	}

	.mainvisual_image_right {
		position: absolute;
		top: 100px;
		right: -5px;
		width: 300px;
	}
}

@media screen and (max-width: 660px) {
	#mainvisual {
		height: 940px;
		overflow: hidden;
	}

	.mainvisual_text {
		position: absolute;
		top: 120px;
		left: 5%;
	}

	.mainvisual_image_left {
		position: absolute;
		top: 500px;
		right: 180px;
		z-index: 8;
		width: 190px;
	}

	.mainvisual_image_right {
		position: absolute;
		top: 400px;
		right: -10px;
		width: 190px;
	}

	h1 {
		font-size: 2rem;
		margin-top: 0px;
		line-height: 50px;
	}
}

.item {
	width: 100%;
}

.main_text {
	margin-bottom: 50px;
}

h1 {
	font-size: 2rem;
	margin-top: 20px;
        line-height: 50px;
}

.main__bg-circle.bg-circle1 {
	width: max(21.38vw, 308px);
	height: max(21.38vw, 308px);
	bottom: max(8.06vw, 200px);
	left: min(-3.47vw, -50px);
}


.main__bg-circle.bg-circle2 {
	width: max(18.68vw, 269px);
	height: max(18.68vw, 269px);
	bottom: max(5.83vw, 20px);
	left: max(24.72vw, 620px);
}

@media screen and (max-width: 900px) {
	.main__bg-circle.bg-circle2 {
		display: none;
	}
}


.main__bg-circle {
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	filter: blur(47px);
	border-radius: 50%;
	z-index: 1;
}

.main_pas1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}

.main_pas2 {
	position: absolute;
	bottom: -150px;
	right: 0;
	z-index: 6;
}


/* concept */
#concept {
	position: relative;
	z-index: 5;
	overflow-x: hidden;
}

#concept .concept_wrap {
	display: flex;
	justify-content: space-between;
	padding: 110px 10px;
}

@media screen and (max-width: 660px) {
	#concept .concept_wrap {
		flex-direction: column;
		justify-content: space-between;
		padding: 50px 10px;
	}
#concept .main__bg-circle {
                display: none; 
        }

}

#concept .concept_inner_text {
	width: 60%;
	text-align: left;
	z-index: 5;
	overflow: hidden;
}

@media screen and (max-width: 900px) {
	#concept .concept_inner_text {
		width: 100%;
	}
}

#concept .concept_inner_textbox {
	margin-bottom: 50px;
}

#concept .concept_inner_image {
	max-width: 420px;
}

@media screen and (max-width: 900px) {
	#concept .concept_inner_image {
		width: 100%;
		text-align: right;
	}

	#concept .concept_inner_image img {
		width: 80%;
		padding-top: 70px;
	}
}

#concept .concept_inner_image img {
	padding-top: 80px;
}

#concept h2 {
	margin-top: 60px;
}

#concept .concept_img2 {
	position: absolute;
	top: 70%;
	left: 32%;
	z-index: 1;
}

@media screen and (max-width: 660px) {
	#concept .concept_img2 {
		top: 450px;
		right: 0;
		z-index: 1;
	}
}


/* request */
#request {
	position: relative;
	height: 760px;
}

@media screen and (max-width: 750px) {
	#request .bg-circle1 {
		display: none;
	}
}



@media screen and (max-width: 750px) {
	#request {
		height: 900px;
	}
}

#request .request_wrap {
	display: flex;
	justify-content: space-between;
	padding: 110px 30px;
}

@media screen and (max-width: 750px) {
	#request .request_wrap {
		flex-direction: column;
		justify-content: center;
		padding: 0 30px;
	}
}

#request .request_inner_text {
	width: 30%;
	text-align: left;
	position: relative;
        z-index: 5;
}

@media screen and (max-width: 750px) {
	#request .request_inner_text {
		width: 100%;
		text-align: center;
	}

	#request h2 {
		margin-top: 0;
	}
}

#request h2 {
	margin-top: 100px;
}

@media screen and (max-width: 750px) {
	#request h2 {
		margin-top: 30px;
	}
}

#request .request_inner_image {
	width: 70%;
	height: 400px;
	position: relative;
}

@media screen and (max-width: 750px) {
	#request .request_inner_image {
		width: 100%;
	}

	#request .request_inner_image img {
		width: 300px;
	}
}

@media screen and (max-width: 400px) {
	#request .request_inner_image {
		width: 100%;
	}

}

#request .request_img1 {
	position: absolute;
	top: 0;
	left: 0;
        width: 330px;
}

@media screen and (max-width: 750px) {
	#request .request_img1 {
		position: absolute;
		top: 50px;
		left: -13%;
		z-index: 3;
	}
}

#request .request_img2 {
	position: absolute;
	top: 200px;
	left: 35%;
        width: 330px;
}

@media screen and (max-width: 750px) {
	#request .request_img2 {
		position: absolute;
		top: 410px;
		left: -2%;
		z-index: 1;
	}
}

#request .request_img3 {
	position: absolute;
	top: -20%;
	right: 0;
        width: 330px;
}

@media screen and (max-width: 750px) {
	#request .request_img3 {
		position: absolute;
		top: 220px;
		right: -12%;
		z-index: 2;
	}
}


/* merit */

#merit {
	background: #F7F4F2;
	padding-bottom: 100px;
        margin-top: -26px;
}

#merit h2 {
	padding: 30px 0;
}

#merit .merit_container {
	background: #fff;
	border-radius: 25px;
	margin-top: 50px;
	padding: 30px 0;
	position: relative;
}

@media screen and (max-width: 660px) {
	#merit .merit_container {
		padding: 50px 0;
	}
}

#merit .point {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

#merit .point_sub {
	position: absolute;
	top: -12%;
	right: 0;
}

@media screen and (max-width: 900px) {
	#merit .point_sub {
		position: absolute;
		top: 15px;
		right: 0;
	}
}

#merit .merit_inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 900px) {
	#merit .merit_inner {
		max-width: 90%;
		flex-direction: column;
		justify-content: center;
	}

	#merit .merit_inner img {
		margin: 0 auto;
	}
}

#merit .merit_inner_text {
	text-align: left;
	padding-left: 40px;
}

@media screen and (max-width: 900px) {
	#merit .merit_inner_text {
		text-align: left;
		padding-left: 0;
	}
}

#merit dt {
	font-size: 1.4375rem;
	margin: 20px 0;
}

@media screen and (max-width: 900px) {
	#merit dt {
		font-size: 1.2rem;
		margin: 20px 0;
		text-align: center;
	}
}

@media screen and (max-width: 660px) {
	#merit dt {
		display: none;
	}
}

@media screen and (max-width: 660px) {
	#merit dd {
		margin-top: 20px;
	}
}

/*募集*/
.menu_box {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

.menu_box dl {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;
	padding: 40px 0;
}

@media screen and (max-width: 900px) {
	.menu_box dl {
		flex-direction: column;
		justify-content: center;
		width: 90%;
	}
}

.menu_box dt {
	width: 16%;
	text-align: left;
	padding: 10px 0;
	border-bottom: solid 1px #FFD7B4;
}

@media screen and (max-width: 900px) {
	.menu_box dt {
		width: 100%;
		text-align: center;
		border-bottom: 0;
	}
}

.menu_box dt:last-child {
	border-bottom: 0px;
}

.menu_box dd {
	width: 84%;
	text-align: left;
	padding: 10px 0;
	border-bottom: solid 1px #FFD7B4;
}

@media screen and (max-width: 900px) {
	.menu_box dd {
		width: 100%;
		text-align: left;
	}
}

.menu_box dd:last-child {
	border-bottom: 0px;
}

#recruitment .menu_list {
	display: block;
	text-align: left;
}

button {
	background: #8C582B;
	color: #fff;
	border-radius: 20px;
	width: 230px;
        border: solid 1px #8C582B;
}

button:hover {
        background-color: #fff;
        color: #8C582B; 
        border: solid 1px #8C582B;
}

@media screen and (max-width: 900px) {
	button {
		font-size: 14px;
		width: 162px;
		height: 50px;
		line-height: 1.4;
	}
}

.arrow-button {
	position: relative;
}

.arrow-button::after {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 10px;
}

#recruitment ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

#menu {
	margin: 30px 0;
}

#recruitment h2 {
	padding-top: 30px;
	padding-bottom: 20px;
}

/* flow */
#flow h2 {
	padding-top: 120px;
}

#flow ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding-bottom: 40px;
}

@media screen and (max-width: 900px) {
	#flow ul {
		flex-direction: column;
		justify-content: center;
		padding-bottom: 40px;
	}
}

#flow li {
	width: 100%;
}

#flow .arrow {
	width: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
}

@media screen and (max-width: 900px) {
	#flow .arrow {
		width: 100%;
		position: relative;
		justify-content: center;
		align-items: center;
		height: 100px;
		transform: rotate(90deg);
	}
}

#flow li>img {
	max-width: 300px;
}

/* faq */
#faq {
	padding: 120px 0 70px 0;
}

#faq h2 {
	padding-top: 40px;
}

#faq .faq-box {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	padding: 30px;
	margin-top: -60px;
}

#faq .fqimg {
	width: 18px;
	margin-right: 20px;
}


/* faq アコーディオン*/
.accordion {
	margin: 2em auto;
	width: 80%;
}

@media screen and (max-width: 900px) {
	.accordion {
		width: 100%;
	}
}

.toggle {
	display: none;
}

.option {
	position: relative;
	margin-bottom: 0em;
	text-align: left;
}

.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.2s;
}

.title {
	border-top: solid 1px #FFD7B4;
	padding: 1em 30px 1em 2px;
	display: block;
}

.title::after,
.title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background-color: #FF543D;
	transition: all 0.3s;
}

.title::after {
	transform: rotate(90deg);
}

.content {
	max-height: 0;
	overflow: hidden;
}

.content p {
	margin: 0;
	padding: 0 1em 1em;
	line-height: 1;
}

.toggle:checked+.title+.content {
	max-height: 500px;
	transition: all 1.1s;
}

.toggle:checked+.title::before {
	transform: rotate(90deg) !important;
}

.content dl {
	display: flex;
	justify-content: left;
	align-items: flex-start;
}

.content dt {
	width: 16px;
        margin-right: 20px;
        margin-left: 3px;
}

.content dd {
	width: 90%;
}

/* cta */
#cta {
	 padding: 0 0 130px 0;
}

#cta p {
	margin: 30px 0;
}

#cta .ctabottom {
	display: inline-block;
	padding: 20px 100px;
	text-align: center;
	background-color: #FF543D;
        border: solid 1px #FF543D;
	font-size: 1.3rem;
	position: relative;
}

@media screen and (max-width: 900px) {
	#cta .ctabottom {
		padding: 20px 40px;
		font-size: 1rem;
	}
}

#cta .ctabottom:hover {
	border: solid 1px #FF543D;
	background-color: #fff;
	color: #FF543D;
	transition: 0.4s ease;
}

#cta .ctabottom::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

#cta p {
	margin: 20px 0 60px 0;
}

#cta a:hover {
	opacity: 0.7;
	transition: opacity 0.4s ease;
}

footer {
	background: #8C582B;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}

/* fadeUp */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
	opacity: 0;
}

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

/* SP背景 */
#wrap {background:url(http://partners.mamacoco.jp/img/background_img.png) center/cover no-repeat fixed}

@media screen and (max-width:500px) { 
  #wrap {
    background:none /*PC用の背景はオフ*/
  }
  body::before {
    content:"";  
    display:block; 
    position:fixed; 
    top:0;
    left:0;
    z-index:-1;
    width:100%; 
    height:100vh;
    background:url(http://partners.mamacoco.jp/img/background_img.png) center/cover no-repeat 
  }
}

/* weve */
#request .backimg {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#request .backimg img {
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;

}

.wave img {
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}