@charset "utf-8";
/* -------------------------------- *\
    共通
\* -------------------------------- */
/* content */
.tool-content {
	position: relative;
	margin-top: -30%;
	margin-bottom: 170px;
}
.tool-content__introduction {
	max-width: 740px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
.introduction-box {
	margin-bottom: 85px;
	padding: 20px 30px 30px;
	border: 3px solid#c5a306;
	background: rgb(245,233,181);
	background: linear-gradient(60deg, rgba(234,199,120,1) 0%, rgba(247,242,217,1) 20%, rgba(242,222,176,1) 36%, rgba(247,239,194,1) 58%, rgba(247,242,217,1) 80%, rgba(242,222,176,1) 100%);
	border-radius: 20px;
}
.introduction-box__logo {
	max-width: 342px;
	margin: 0 auto 30px;
}
.introduction-box__text {
	margin-bottom: 0;
	font-size: 1.9rem;
	font-weight: bold;
}
.tool-content__title {
	position: relative;
	margin-bottom: 85px;
	background-color: #fbc512;
	text-align: center;
	color: #fff;
	font-size: 3.4rem;
	font-weight: bold;
}
.title-ill {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
}
.tool-unit {
	margin-bottom: 90px;
}
.tool-unit__title {
	margin-bottom: 20px;
}
.tool-unit__lead {
	margin-bottom: 50px;
	font-size: 3rem;
	font-weight: bold;
}
.tool-unit__box {
	margin-bottom: 60px;
}
.tool-unit__img + .tool-unit__text {
	margin-top: 20px;
}
.tool-unit__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
	[class*=tool-unit__col] {
	padding-right: 20px;
	padding-left: 20px;
}
.tool-unit__col-60 {
	flex-basis: 60%;
	max-width: 60%;
}
.tool-unit__col-50 {
	flex-basis: 50%;
	max-width: 50%;
}
.tool-unit__col-40 {
	flex-basis: 40%;
	max-width: 40%;
}
@media (max-width: 768px) {
	.tool-content {
		margin-top: -10%;
		margin-bottom: 80px;
	}
	.introduction-box {
		margin-bottom: 50px;
		padding: 20px;
	}
	.introduction-box__logo {
		max-width: 250px;
		margin: 0 auto 20px;
	}
	.introduction-box__text {
		font-size: 1.5rem;
	}
	.tool-content__title {
		margin-bottom: 40px;
		font-size: 2.4rem;
	}
	.title-ill {
		text-align: right;
	}
	.title-ill img {
		width: 70%;
	}
	.tool-unit__lead {
		margin-bottom: 40px;
		font-size: 2rem;
	}
	.tool-unit__wrapper {
		display: block;
		max-width: 100%;
		margin: 0;
	}
	[class*=tool-unit__col] {
		padding: 0;
		flex-basis: 100%;
		max-width: 100%;
	}
	[class*=tool-unit__col]:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media (max-width: 560px) {
	.title-ill {
		right: 10px;
		text-align: right;
	}
	.title-ill img {
		width: 50%;
	}
}

/* -------------------------------- *\
    chisel
\* -------------------------------- */
.article-title {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: none;
	background-color: #fbc512;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}
.article-title span {
	font-size: 1.6rem;
	font-weight: normal;
}
.article-content {
	padding: 15px;
	background-color: #f2f2f3;
}
.article-content dl {
	margin-bottom: 0;
}
.article-content__group:not(:last-child) {
	margin-bottom: 20px;
}
.article-content__group dt {
	margin-bottom: 10px;
	padding: .5em;
	background-color: #d3d3d3;
	color: #4970b7;
}
.article-content__group dd {
	margin-left: 0;
}
.article-content__img {
	margin: 0 auto;
	max-width: 216px;
}
/* アコーディオン */
.accordion-panel {
	display: none;
	margin-bottom: 30px;
}
.accordion-trigger {
	position: relative;
}
.accordion-trigger:after {
	display: block;
	position: absolute;
	top: 40%;
	right: 25px;
	transform: rotate(135deg);
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: all .3s ease-in-out;
	content: '';
}
.accordion-trigger.open:after {
	top: 45%;
	transform: rotate(-45deg);
}
@media (max-width: 768px) {
	.tool-unit--chisel02 .tool-unit__img, .tool-unit--chisel03 .tool-unit__img {
		padding: 0 40px;
	}
	.article-title {
		font-size: 2rem;
		text-align: left;
	}
	.article-title span {
		font-size: 1.4rem;
		font-weight: normal;
	}
/* アコーディオン */
	.accordion-trigger:after {
		top: 40%;
		right: 20px;
	}
}


/* -------------------------------- *\
    bag
\* -------------------------------- */
.tool-unit--bag01 .tool-unit__img, .tool-unit--bag02 .tool-unit__img {
	max-width: 800px;
	margin: 0 auto;
}
.tool-unit--bag01 .tool-unit__text {
	text-align: center;
}

/* -------------------------------- *\
    use
\* -------------------------------- */
.use-manavisual {
	max-width: 828px;
	margin: 0 auto;
}
.use-manavisual__title {
	max-width: 620px;
	margin: 0 auto 40px;
	text-align: center;
}
.use-manavisual__title span {
	font-size: 1.7rem;
	font-weight: normal;
}
.use-manavisual__text {
	margin: 20px 0;
	text-align: center;
	font-size: 1.9rem;
}
.tool-unit--use02 .tool-unit__wrapper {
	margin-right: -10px;
	margin-left: -10px;
}
.tool-unit--use02 [class*=tool-unit__col] {
	padding-right: 10px;
	padding-left: 10px;
}
.tool-unit--use02 .tool-unit__img {
	max-width: 400px;
	margin: 0 auto;
	border: 1px solid #9fa0a0;
	border-radius: 15px;
	overflow: hidden;
}
.tool-unit--use02 .tool-unit__img img {
	transition: transform .6s ease
}
.tool-unit--use02 .tool-unit__img:hover img {
	transform: scale(1.1)
}
@media (max-width: 768px) {
	.use-manavisual__title {
		margin-bottom: 30px;
	}
	.use-manavisual__text {
		margin: 5px 0 20px;
		font-size: 1.7rem;
	}
	.use-manavisual__title span {
		font-size: 1.5rem;
	}
	.tool-unit--use02 .tool-unit__wrapper {
		margin: 0;
	}
	.tool-unit--use02 [class*=tool-unit__col] {
		padding: 0;
	}
}