@charset "utf-8";

/* none */
#header,
#footer .sitemap-area,
.edit-area.contact {
	/* display: none; */
}

/* ------------------------------------------- */
/* edit-area header */
/* ------------------------------------------- */
.edit-area.header {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.edit-area.header {
		margin-bottom: 10px;
	}
}
.edit-area.header .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.edit-area.header .inner {
		flex-direction: column;
		width: 100%;
	}
}
.edit-area.header .photo-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 492px;
}
@media screen and (max-width: 767px) {
	.edit-area.header .photo-box {
		margin: 0 auto;
		flex-wrap: nowrap;
		width: 94%;
	}
}
.edit-area.header .photo-box img {
	max-width: 100%;
	height: auto;
}
.edit-area.header .photo-box a {
	display: block;
}
@media screen and (max-width: 767px) {
	.edit-area.header .photo-box img:nth-child(1) {
		width: 30.94vw;
	}
	.edit-area.header .photo-box img:nth-child(2) {
		width: 25.86vw;
	}
	.edit-area.header .photo-box a {
		width: 31.2vw;
	}
}

.edit-area.header .text-box {
	margin-top: 10px;
	margin-left: auto;
	width: calc(100% - 492px - 20px);
}
@media screen and (max-width: 767px) {
	.edit-area.header .text-box {
		width: 100%;
	}
}

.edit-area.header .header-detail p {
	margin-bottom: 12px;
	color: #565656;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.87;
}
@media screen and (max-width: 767px) {
	.edit-area.header .header-detail p {
		text-align: center;
		font-size: 12px;
	}
}
.edit-area.header .header-detail .strong {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.edit-area.header .header-detail .strong {
		font-size: 15px;
	}
}

/* ------------------------------------------- */
/* edit-area keyvisual */
/* ------------------------------------------- */
.edit-area.keyvisual {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 550px;
	background: url(../img/payslip/keyvisual_bg.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
	.edit-area.keyvisual {
		height: 300px;
		background-position: 40% 0;
	}
}
@media screen and (max-width: 320px) {
	.edit-area.keyvisual {
		height: 200px;
		background-position: 50% 0;
	}
}

.edit-area.keyvisual .main {
	margin-left: auto;
	width: 600px;
	font-size: 4.1rem;
	font-weight: bold;
	line-height: 160%;
}
@media screen and (max-width: 767px) {
	.edit-area.keyvisual .main {
		width: auto;
		padding-left: 30%;
		font-size: 1.8rem;
	}
	.edit-area.keyvisual .main br {
		display: none;
	}
}
@media screen and (max-width: 320px) {
	.edit-area.keyvisual .main {
		padding-left: 20%;
		font-size: 1.6rem;
	}
}

/* ------------------------------------------- */
/* index-title */
/* ------------------------------------------- */
/* 01 */
.index-title01 {
	margin: 0 0 70px;
	padding: 37px 0;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	background: #29c5a0;
}
@media screen and (max-width: 767px) {
	.index-title01 {
		margin-bottom: 40px;
		padding: 15px 10px;
		font-size: 2rem;
		letter-spacing: 1px;
	}
}

/* 02 */
.index-title02 {
	position: relative;
	margin-bottom: 55px;
	padding-bottom: 14px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
	.index-title02 {
		margin-bottom: 30px;
		font-size: 1.8rem;
		line-height: 170%;
	}
}

.index-title02:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	background: #29c5a0;
}
@media screen and (max-width: 767px) {
	.index-title02:after {
		height: 2px;
	}
}

/* 03 */
.index-title03 {
	margin-bottom: 40px;
	padding: 9px 0 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	background: #92d050;
}
@media screen and (max-width: 767px) {
	.index-title03 {
		margin-bottom: 20px;
		padding: 8px 0;
		font-size: 1.6rem;
	}
}
.index-title03.mini {
	padding: 7px 0;
}
@media screen and (max-width: 767px) {
	.index-title03.mini {
		padding: 5px 0;
	}
}
.index-title03.type02 {
	background: #edb605;
}

/* arrow */
.index-title03.arrow {
	position: relative;
}
.index-title03.arrow:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: #92d050;
}
.index-title03.type02.arrow:after {
	border-top-color: #edb605;
}

/* 04 */
.index-title04 {
	position: relative;
	margin-bottom: 40px;
	padding: 0 0 14px 60px;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 140%;
	border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 767px) {
	.index-title04 {
		margin-bottom: 20px;
		font-size: 1.6rem;
		padding: 0 0 8px 20px;
		border-bottom-width: 1px;
	}
}
.index-title04:after {
	content: "";
	position: absolute;
	left: 30px;
	top: 5px;
	display: block;
	width: 7px;
	height: 24px;
	background: #2cc49d;
}

@media screen and (max-width: 767px) {
	.index-title04:after {
		top: 2px;
		left: 5px;
		width: 3px;
		height: 20px;
	}
}

.index-title04.type01 {
	padding-left: 34px;
}
@media screen and (max-width: 767px) {
	.index-title04.type01 {
		padding-left: 14px;
	}
}
.index-title04.type01:after {
	left: 0;
}

/* index-btn */

.index-btn {
	text-align: center;
}
.index-btn .cover {
	position: relative;
	display: inline-block;
	padding: 11px 0;
	width: 270px;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	background: #00a0e8;
	border-radius: 3px;
	border: 1px solid transparent;
	box-sizing: border-box;
	transition: ease 0.25s all;
}
.index-btn.large .cover {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 420px;
	font-size: 1.8rem;
	line-height: 130%;
	height: 62px;
}
@media screen and (max-width: 767px) {
	.index-btn .cover,
	.index-btn.large .cover {
		width: 300px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1025px) {
	.index-btn .cover:hover {
		color: #00a0e8;
		background: #fff;
		border-color: #00a0e8;
	}
}
.index-btn .cover:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left-color: #00a0e8;
}

.index-btn .cover:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -8px;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #fff;
}

/* center-text */
.edit-area .center-text {
	margin: 0 auto 40px;
	/* width: 680px; */
}
@media screen and (max-width: 767px) {
	.edit-area .center-text {
		margin-bottom: 20px;
		width: 100%;
	}
}
.edit-area .center-text p {
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	.edit-area .center-text p {
		font-size: 1.4rem;
	}
}
.edit-area .center-text.type02 {
	width: auto;
	text-align: center;
}

/* three-list */
.edit-area .three-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0 auto 60px;
	max-width: 800px;
}
@media screen and (max-width: 767px) {
	.edit-area .three-list {
		margin-bottom: 40px;
		gap: 10px;
	}
}
.edit-area .three-list li {
	width: calc(100% / 3 - 20px * 2 / 3);
	text-align: center;
	@media screen and (max-width: 767px) {
		width: calc(100% / 3 - 10px * 2 / 3);
	}
}
.edit-area .three-list .three-icon {
	margin-bottom: 30px;
	@media screen and (max-width: 767px) {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.edit-area .three-list .three-icon img {
		max-height: 40px;
	}
}
.edit-area .three-list .three-title {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 160%;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.edit-area .three-list .three-title {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
}
.edit-area .three-list .three-text p {
	line-height: 1.8;
	font-size: 1.5rem;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.edit-area .three-list .three-text p {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.edit-area .three-list .three-text p br {
		display: none;
	}
}

/* center-image */
.edit-area .center-image {
	text-align: center;
}

/* click-img */
.click-img {
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.click-img {
		display: block;
		position: relative;
		padding-bottom: 25px;
		pointer-events: auto;
	}
	.click-img:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 14px;
		background: url(../img/index/click_text.jpg) no-repeat center center / auto 100%;
	}
}

/* ------------------------------------------- */
/* edit-area about */
/* ------------------------------------------- */
.edit-area.about {
}
.edit-area.about .image-set {
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.edit-area.about .image-set {
		margin-bottom: 50px;
	}
}
.edit-area.about .image-set .photo-box {
	width: 405px;
}
@media screen and (max-width: 767px) {
	.edit-area.about .image-set .photo-box {
		width: 100%;
		text-align: center;
	}
}

.edit-area.about .image-set .photo-box .main {
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.edit-area.about .image-set .photo-box .main {
		margin-bottom: 10px;
	}
	.edit-area.about .image-set .photo-box .main img {
		max-width: 280px;
	}
}
.edit-area.about .image-set .photo-box .caption {
	line-height: 160%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.about .image-set .photo-box .caption {
		font-size: 1.4rem;
	}
}

.edit-area.about .image-set .text-box {
	padding-top: 20px;
	width: calc(100% - 405px - 60px);
}
@media screen and (max-width: 767px) {
	.edit-area.about .image-set .text-box {
		margin-bottom: 20px;
		padding-top: 0;
		width: 100%;
	}
}
.edit-area.about .image-set .text-box .description {
}
.edit-area.about .image-set .text-box .description p {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	.edit-area.about .image-set .text-box .description p {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
}
.edit-area.about .image-set .text-box .description p:last-child {
	margin-bottom: 0;
}

/* ba-set */
.edit-area.about .ba-set {
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.edit-area.about .ba-set {
		margin-bottom: 50px;
	}
}
.edit-area.about .ba-set .large-title {
	margin-bottom: 30px;
	font-size: 2.6rem;
	font-weight: normal;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.about .ba-set .large-title {
		margin-bottom: 15px;
		font-size: 2rem;
	}
}

.edit-area.about .ba-set .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.edit-area.about .ba-set .list {
		margin-bottom: 40px;
	}
}
.edit-area.about .ba-set .list li:nth-child(1) {
	width: 66%;
}
.edit-area.about .ba-set .list li:nth-child(2) {
	margin-left: auto;
	width: calc(34% - 10px);
}
@media screen and (max-width: 767px) {
	.edit-area.about .ba-set .list .index-title03 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.edit-area.about .ba-set .list .index-title03 span {
		display: block;
	}
}

/* step */
.edit-area.about .step .list {
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.edit-area.about .step .list {
		margin-bottom: 40px;
	}
}
.edit-area.about .step .list li {
	margin-bottom: 40px;
	padding-bottom: 154px;
	background: url(../img/payslip/arrow_bg.jpg) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
	.edit-area.about .step .list li {
		padding-bottom: 40px;
		background-size: auto 20px;
	}
}
.edit-area.about .step .list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background-image: none;
}

.edit-area.about .step .list li .text-box {
	margin: 0 auto;
	width: 960px;
}
@media screen and (max-width: 960px) {
	.edit-area.about .step .list li .text-box {
		width: auto;
	}
}
.edit-area.about .step .list li .text-box p {
	margin-bottom: 30px;
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	.edit-area.about .step .list li .text-box p {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
}
.edit-area.about .step .list li .text-box p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------- */
/* edit-area reason */
/* ------------------------------------------- */
.edit-area.reason {
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.edit-area.reason {
		margin-bottom: 40px;
	}
}

.edit-area.reason .list {
}
/* image-set  */
.edit-area.reason .list .image-set {
	margin: 0 auto 55px;
	width: 960px;
}
@media screen and (max-width: 960px) {
	.edit-area.reason .list .image-set {
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.reason .list .image-set {
		margin-bottom: 30px;
	}
}
.edit-area.reason .list .image-set .photo-box {
	width: 400px;
}
@media screen and (max-width: 767px) {
	.edit-area.reason .list .image-set .photo-box {
		float: none;
		margin: 0 0 10px;
		width: auto;
		text-align: center;
	}
	.edit-area.reason .list .image-set .photo-box img {
		max-width: 280px;
	}
}

.edit-area.reason .list .image-set .text-box {
	width: calc(100% - 400px - 60px);
}
@media screen and (max-width: 767px) {
	.edit-area.reason .list .image-set .text-box {
		float: none;
		width: auto;
	}
}

.edit-area.reason .list .image-set .text-box p {
	margin-bottom: 30px;
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	.edit-area.reason .list .image-set .text-box p {
		margin-bottom: 15px;
	}
}
.edit-area.reason .list .image-set .text-box p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.edit-area.reason .list .image-set .text-box p {
		font-size: 1.4rem;
	}
}
