@charset "utf-8";
/* ===================
セカンダリページ用CSS
====================== */

/* ===================
下層共通
====================== */
/* タイトル
---------------------------------- */
.sub_title {
	position: relative;
	text-align: center;
	padding: 3vh 0;
}
.sub-tit_en {
	font-size: 20rem;
	font-family: 'Roboto thin';
	color:rgba(0,0,0,0.1);
}
.sub-contact_tit h2 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	font-size: 4.8rem;
	font-weight: 500;
}
.sub_content {
	padding: 80px 50px !important;
}
#sub_about .moko-copy h3,
#sub_service .moko-copy h3 {
	font-size: 4.8rem;
}
@media screen and (max-width: 1023px) {
	.sub-tit_en {
			font-size: 16rem;
	}
}
@media screen and (max-width: 767px) {
	.sub-tit_en {
		font-size: 8rem;
	}
}
@media screen and (max-width: 500px) {
	.sub-contact_tit h2 {
		font-size: 3.5rem;
	}
}
@media screen and (max-width: 320px) {
	.sub-tit_en {
		font-size: 6.5rem;
	}
	.sub-contact_tit h2 {
		font-size: 3rem;
	}
}


/* ===================
想い
====================== */
#about_content {
	position: relative;
}

/* profile
---------------------------------- */
#profile {
	position: relative;
}
#profile .content {
	padding-bottom: 0;
}
#profile .inner {
	display: flex;
	align-items: center;
}
.ikeda_photo,
.ikeda_profile {
	width: 50%;
}
.ikeda_photo {
	text-align: center;
}
.ikeda_photo img {
	width: 293px;
	height: auto;
}
.ikeda_profile h4 {
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#profile .content {
		padding-bottom: 100px;
	}
	.ikeda_photo,
	.ikeda_profile {
		width: 100%;
	}
	.ikeda_profile {
		margin: 50px 0 100px;
	}
	#profile .inner {
		display: block;
	}
	.ikeda_photo img {
		width: 70%;
	}
}
/* キャラクター */
#profile .moko-chara_red {
	top: -3%;
	left: 1%;
	transform: rotate(156deg);
	z-index: -2;
}

/* stance
---------------------------------- */
#stance {
	position: relative;
	width: 100%;
	background-color: var(--mokomoko-gray);
}

/* outline
---------------------------------- */
#outline {
	position: relative;
	width: 100%;
}
.outlinedetail dl {
	display: flex;
	padding: 25px 0;
	border-bottom: solid 1px #d2d2d3;
	align-items: center;
}
.outlinedetail dt {
	width: 25%;
	margin-left: 20px;
	margin-bottom: 0;
}
.outlinedetail dd {
	width: 75%;
	margin-right: 20px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.outlinedetail dl {
		display: block;
	}
	.outlinedetail dt {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.outlinedetail dd {
		width: 100%;
		margin-right: 0;
	}
}
/* キャラクター */
#outline .moko-chara_red {
	top: -3%;
	transform: scale(1,-1);
	z-index: -1;
}


/* ===================
サービス
====================== */
#service_content {
	position: relative;
}

/* overview
---------------------------------- */
#overview {
	width: 100%;
	position: relative;
	background-color: var(--mokomoko-gray);
}
.beside2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.beside2 li {
	width: calc(100% / 2 - 25px);
}
.beside2 img {
	width: 100%;
}
#overview .serv03 {
	position: relative;
	z-index: 1;
}
#overview .moko-chara_red {
	top: -12%;
}
@media screen and (max-width: 1180px) {
	.beside2 li {
		width: calc(100% / 2 - 12.5px);
	}
}
@media screen and (max-width: 500px) {
	.beside2 {
		display: inline-block;
		}
	.beside2 li {
		width: 100%;
		max-width: 100%;
	}
	#overview .moko-chara_red {
		top: -8%;
		left: 70%;
		width: 100px;
		height: 100px;
		z-index: 0;
	}
}
/* service-detail */
.service-detail .slogan h3 {
	margin-top: 50px;
	text-align: center;
}
.service-detail_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.service-detail_list li {
	width: 230px;
	background-color: #fff;
	padding: 23px 15px 25px;
}
.service-detail_list figure {
	text-align: center;
}
.service-detail_list h4 {
	margin: 23px 0 25px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.service-detail_list li {
		width: calc(100% / 2 - 15px);
	}
	.mgb25 {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.service-detail_list {
		display: block;
	}
	.service-detail_list li {
		width: 100%;
	}
	.mgb25_sp {
		margin-bottom: 25px;
	}
}

/* workflow
---------------------------------- */
#workflow {
	position: relative;
	width: 100%;
}
.flow-area {
	display: flex;
	justify-content: space-between;
}
#web,
#papar {
	width: calc(100% / 2 - 30px);
}
.flow-area h4 {
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
}
.toggle {
	display: none;
}
.option {
	position: relative;
	margin-bottom: 1em;
}
.accordion-label,
.explain {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion-label {
	border: solid 1px #ccc;
	padding: 1em;
	display: block;
	color: #333;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.accordion-label::after,
.accordion-label::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background-color: #999;
	transition: all 0.3s;
}
.accordion-label::after {
	transform: rotate(90deg);
}
.explain {
	width: 100%;
	max-height: 0;
	overflow: hidden;
}
.explain p {
	margin: 0;
	padding: 0.5em 1em 1em;
	line-height: 1.5;
}
.toggle:checked + .accordion-label + .explain {
	width: 100%;
	max-height: 500px;
	transition: all 1.5s;
}
.toggle:checked + .accordion-label::before {
	transform: rotate(90deg) !important;
}
@media screen and (max-width: 767px) {
	.flow-area {
		display: block;
	}
	#web,
	#papar {
		width: 100%;
	}
	#papar {
		margin-top: 50px;
	}
	.flow-area h4 {
		width: 100%;
	}
	.accordion {
		margin: 0;
	}
	.accordion-label {
		width: 100%;
	}
	.explain {
		width: 100%;
	}
	.toggle:checked + .accordion-label + .explain {
		width: 100%;
	}
}

/* works
---------------------------------- */
#works {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 220px;
}
#works .content {
	padding: 150px 50px 0;
}
#blog .button {
	text-align: center;
	margin-top: 60px;
}
@media screen and (max-width: 500px) {
	#works {
		padding-bottom: 60%;
	}
	#works .content {
		padding: 100px 20px;
	}
}
/* スライド */
#slider_contents {
	position: relative;
	top: 0;
	left: 13%;
	width: 100%;
	height: auto;
}
.moko_slide {
	display: flex;
	overflow: hidden;
}
.moko_slide_box {
	display: flex;
	animation: moko_works 50s linear infinite;
}
@keyframes moko_works {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.moko_slide_box li {
	display: block;
	width: calc(100vw / 6);
	margin-right: 10px;
	text-align: center;
}
.moko_slide_box li img {
	width: 100%;
	height: auto;
	max-width: 360px;
}
.moko_slide_box li span {
	display: block;
	margin-top: 20px;
}
.moko_slide:hover .moko_slide_box {
	animation-play-state: paused;
}
@media screen and (max-width: 768px) {
	#slider_contents {
	 left: 0;
	 }
	.moko_slide_box li {
		width: 100%;
	}
	.moko_slide_box li img {
		width: 200px;
	}
}
/* スライド内の円 */
#works .ygreen-ring {
	position: absolute;
	top: -46%;
	right: 9%;
	width: 350px;
	height: 350px;
	background: #81F52A;
	border-radius: 50%;
	z-index: -1;
}
#works .green-ring {
	position: absolute;
	top: 23%;
	left: -12%;
	width: 400px;
	height: 400px;
	background: #4CC940;
	border-radius: 50%;
	z-index: -1;
}
#slider_contents .moko-chara_red {
	top: 22%;
	left: -10%;
	width: 90px;
	height: 90px;
}
#slider_contents .moko-chara_or {
	top: auto;
	right: 0%;
	bottom: 6%;
	width: 100px;
	height: 100px;
}
@media screen and (max-width: 768px) {
	#works .ygreen-ring {
		top: -39%;
		right: 0;
		width: 250px;
		height: 250px;
	}
	#works .green-ring {
		top: 44%;
		width: 280px;
		height: 280px;
	}
}
@media screen and (max-width: 500px) {
	#works .ygreen-ring {
		top: -53%;
		width: 200px;
		height: 200px;
	}
	#works .green-ring {
		top: 58%;
		width: 250px;
		height: 250px;
	}
	#slider_contents .moko-chara_red {
		left: -20%;
		top: 15%;
	}
}