@charset "utf-8";

/* ------------------------------------------- */
/* top */
/* ------------------------------------------- */
.edit-area.top {
	padding: 6.7rem 0;
}
@media screen and (max-width: 767px) {
	.edit-area.top {
		padding: 4rem 0 0;
	}
}

.edit-area.top .photo-box {
	margin-top: 4rem;
	padding: 5rem;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #009775;
}
@media screen and (max-width: 767px) {
	.edit-area.top .photo-box {
		margin-top: 2rem;
		padding: 3rem;
		border-radius: 6px;
	}
}

.edit-area.top .link-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	counter-reset: number2;
	margin: 6.7rem auto 12.2rem;
	max-width: 84rem;
}
@media screen and (max-width: 767px) {
	.edit-area.top .link-list {
		margin: 4rem 0 6rem;
    gap: 2rem;
    flex-wrap: wrap;
	}
}
.edit-area.top .link-list li {
	width: 40rem;
	counter-increment: number2;
}
@media screen and (max-width: 767px) {
	.edit-area.top .link-list li {
		width: 100%;
	}
}
.edit-area.top .link-list li a {
  display: block;
	padding: 4rem 4.5rem 4rem;
	border: 0.2rem solid #009775;
	text-decoration: none;
	border-radius: 1.5rem;
  transition: ease 0.25s background-color;
}
@media (hover: hover) and (pointer: fine) {
  .edit-area.top .link-list li a:hover {
    background: #ebf4ec;
  }
}
@media screen and (max-width: 767px) {
	.edit-area.top .link-list li a {
		padding: 3rem;
	}
}

.edit-area.top .link-list .list-photo {
  text-align: center;
}
.edit-area.top .link-list .list-photo img{
  mix-blend-mode: multiply;
}

.edit-area.top .link-list .common-title {
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.edit-area.top .link-list .common-title {
		margin-bottom: 2rem;
	}
}
.edit-area.top .link-list .common-title .main {
	position: relative;
	font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
	.edit-area.top .link-list .common-title .main {
		font-size: 1.8rem;
	}
}

.edit-area.top .link-list .common-title .main{
	margin-bottom: 0.4rem;
	letter-spacing: 0.05em;
}
.edit-area.top .link-list .common-title .spell{
	letter-spacing: 0.06em;
}
.edit-area.top .link-list .common-title .main,
.edit-area.top .link-list .common-title .spell {
	padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
	.edit-area.top .link-list .common-title .main,
	.edit-area.top .link-list .common-title .spell {
		padding-left: 2.4rem;
	}
}
.edit-area.top .link-list .common-title .main:after {
	content: counter(number2) ".";
	position: absolute;
	left: 0;
	top: 0;
	color: #009775;
}

/* common-list custom */
.edit-area.top .common-flex.title-group {
	counter-reset: number;
}
.edit-area.top .common-flex.title-group > .group-child {
	counter-increment: number;
}

.edit-area.top .common-flex.title-group .group-title .main {
	position: relative;
}

.edit-area.top .common-flex.title-group .group-title .main,
.edit-area.top .common-flex.title-group .group-title .spell {
	padding-left: 3.6rem;
}

@media screen and (max-width: 767px) {
	.edit-area.top .common-flex.title-group .group-title .main,
	.edit-area.top .common-flex.title-group .group-title .spell {
		padding-left: 2.4rem;
	}
}
.edit-area.top .common-flex.title-group .group-title .main:after {
	content: counter(number) ".";
	position: absolute;
	left: 0;
	top: 0;
}

.edit-area.top .common-flex.title-group .detail-set {
  margin-top: 4.4rem;
	padding: 4.7rem 0;
	background: #ebf4ec;
	border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .edit-area.top .common-flex.title-group .detail-set {
    margin-top: 3rem;
    padding: 3.5rem;
  }
}
.edit-area.top .common-flex.title-group .detail-set .set-title {
  margin-bottom: 3.3rem;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 118%;
	text-align: center;
	letter-spacing: 0.09em;
	color: #000000;
}
@media screen and (max-width: 767px) {
  .edit-area.top .common-flex.title-group .detail-set .set-title {
    font-size: 1.8rem;
  }
}

.edit-area.top .common-flex.title-group .detail-set .set-list {
  display: flex;
	flex-wrap: wrap;
  margin: 0 auto;
  max-width: 62.4rem;
	gap: 2rem 0;
}
@media screen and (max-width: 767px) {
  .edit-area.top .common-flex.title-group .detail-set .set-list {
  }
}
.edit-area.top .common-flex.title-group .detail-set .set-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 3rem;
	width: 50%;
}
@media screen and (max-width: 767px) {
  .edit-area.top .common-flex.title-group .detail-set .set-list li {
    width: 100%;
    gap: 2rem;
  }
}
.edit-area.top .common-flex.title-group .detail-set .set-list .list-photo {
  width: 9.6rem;
}
@media screen and (max-width: 767px) {
  .edit-area.top .common-flex.title-group .detail-set .set-list .list-photo {
    width: 8.1rem;
  }
}
.edit-area.top .common-flex.title-group .detail-set .set-list .list-text {
  width: calc(100% - 9.6rem - 3rem);
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .edit-area.top .common-flex.title-group .detail-set .set-list .list-text {
    width: calc(100% - 8.1rem - 2rem);
  }
}

/* ------------------------------------------- */
/* attempt */
/* ------------------------------------------- */
.edit-area.attempt {
	padding: 6rem 0;
}
@media screen and (max-width: 767px) {
	.edit-area.attempt {
		padding: 4rem 0;
	}
}

.edit-area.attempt .attempt-set {
	margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.edit-area.attempt .attempt-set {
		margin-bottom: 4rem;
	}
}
.edit-area.attempt .attempt-photo {
	margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
	.edit-area.attempt .attempt-photo {
		margin-bottom: 4rem;
	}
	.edit-area.attempt .attempt-photo img {
		max-width: none;
		width: auto;
		height: 6rem;
	}
}
