@charset "UTF-8";

/*--------------------------------------------------
	▼editArea02
--------------------------------------------------*/
.editArea02 {
	margin-top: 25px;
	background: url("../img/202304_bg01.png") repeat;
}

.editArea02 > .mainImgArea01 {
	position: relative;
	background: url("../img/202304_bg02.png") no-repeat top center/contain;
	
}
.editArea02 > .mainImgArea01 > .logo01 {
	width: 78px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.editArea02 > .mainImgArea01 > .text01 {
	display: table;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 50px;
}
.editArea02 > .mainImgArea01 > .image01 {
	text-align: center;
	margin-top: 10px;
	border-radius: 20px;
}
.editArea02 > .mainImgArea01 > .image01 > img {
	border-radius: 20px;
}

.editArea02 > .inner01 {
	padding: 10px 35px 50px;
}

.editArea02 > .inner01 > .button01 {
	max-width: 460px;
	margin: 30px auto 0;
}
.editArea02 > .inner01 > .button02 {
	max-width: 700px;
	margin: 30px auto 0;
}
.editArea02 > .inner01 > .button01 > a,
.editArea02 > .inner01 > .button02 > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.editArea02 > .inner01 > .button01 > a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/202304_btn01on.png");
	opacity: 0;
}
.editArea02 > .inner01 > .button02 > a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/202304_btn02on.png");
	opacity: 0;
}
.editArea02 > .inner01 > .button01 > a:hover::after,
.editArea02 > .inner01 > .button02 > a:hover::after {
	opacity: 1;
}


.editArea02 > .inner01 > .text01 {
	margin-top: 50px;
	padding: 20px 70px;
	background-color: #fff100;
	border-radius: 20px;
}
.editArea02 > .inner01 > .text01 > img {
	vertical-align: middle;
}
.editArea02 > .inner01 > .text02 {
	margin-top: 5px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: right;
}

.editArea02 > .inner01 > .image01 {
	position: relative;
	border-radius: 20px;
	margin-top: 40px;
}
.editArea02 > .inner01 > .image01 > img {
	border-radius: 20px;
}
.editArea02 > .inner01 > .image01 > span {
	position: absolute;
	top: 10px;
	left: 10px;
}
.editArea02 > .inner01 > .col01,
.editArea02 > .inner01 > .col02,
.editArea02 > .inner01 > .col03 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%!important;
	margin-top: 30px!important;
}
.editArea02 > .inner01 > .col02 {
	flex-direction: row-reverse;
}
.editArea02 > .inner01 > .col01 > .img01,
.editArea02 > .inner01 > .col03 > .img01 {
	max-width: 108px;
	width: auto!important;
	margin-left: 30px;
	margin-bottom: -15px;
}
.editArea02 > .inner01 > .col02 > .img01,
.editArea02 > .inner01 > .col03 > .img02 {
	max-width: 108px;
	width: auto!important;
	margin-right: 30px;
	margin-left: 0!important;
	margin-bottom: -15px;
}
.editArea02 > .inner01 > .col01 > .textArea01,
.editArea02 > .inner01 > .col02 > .textArea01,
.editArea02 > .inner01 > .col03 > .textArea01 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 108px - 30px - 40px);
	min-height: 120px;
	padding: 20px 20px 15px 40px;
	background-color: #fff;
	border-radius: 30px;
}
.editArea02 > .inner01 > .col01 > .textArea01 {
	margin-left: 40px;
}
.editArea02 > .inner01 > .col02 > .textArea01 {
	margin-right: 40px;
}
.editArea02 > .inner01 > .col03 > .textArea01 {
	width: calc(100% - 108px - 30px - 40px - 108px - 30px - 40px);
	margin-left: 40px;
	margin-right: 40px;
}
.editArea02 > .inner01 > .col01 > .textArea01::before {
	position: absolute;
	content: "";
	top: 60px;
    left: -55px;
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-right: 50px solid #fff;
}
.editArea02 > .inner01 > .col02 > .textArea01::before {
	position: absolute;
	content: "";
	top: 60px;
    right: -55px;
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 50px solid #fff;
}
.editArea02 > .inner01 > .col03 > .textArea01::before {
	position: absolute;
	content: "";
	top: 60px;
    left: -55px;
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-right: 50px solid #fff;
}
.editArea02 > .inner01 > .col03 > .textArea01::after {
	position: absolute;
	content: "";
	top: 60px;
    right: -55px;
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 50px solid #fff;
}
.editArea02 > .inner01 > .col01 > .textArea01 > p,
.editArea02 > .inner01 > .col02 > .textArea01 > p,
.editArea02 > .inner01 > .col03 > .textArea01 > p {
	font-size: 1.8rem;
	font-weight: 600;
}
.editArea02 > .inner01 > .col01 > .textArea01 > p + p,
.editArea02 > .inner01 > .col02 > .textArea01 > p + p
.editArea02 > .inner01 > .col03 > .textArea01 > p + p {
	margin-top: 1rem;
}

/*--------------------------------------------------
	▼editArea03
--------------------------------------------------*/
.editArea03 {
	padding: 60px 35px 50px;
}
.editArea03 > .block01 {
	display: flex;
	flex-wrap: wrap;
}
.editArea03 > .block01 + .block01 {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}
.editArea03 > .block01 > .img01 {
	max-width: 400px;
}
.editArea03 > .block01 > .textArea01 {
	margin-top: -5px;
	margin-left: 30px;
}
.editArea03 > .block01 > .textArea01 > .title01 {
	font-size: 2rem;
	font-weight: 600;
	color: #0a2842;
}
.editArea03 > .block01 > .textArea01 > dl {
	margin-top: 15px;
}
.editArea03 > .block01 > .textArea01 > dl > dd {
	margin-left: 1rem;
}

@media screen and (max-width: 767px) {
/*--------------------------------------------------
	▼editArea02
--------------------------------------------------*/
.editArea02 > .mainImgArea01 {
	padding: 0 10px;
}

.editArea02 > .mainImgArea01 > .logo01 {
	width: 45px!important;
	top: 5px!important;
	left: 5px!important;
}
.editArea02 > .mainImgArea01 > .text01 {
	padding-top: 15px;
}
.editArea02 > .inner01{
	padding: 0 10px 60px;
}
.editArea02 > .inner01 > .button01,
.editArea02 > .inner01 > .button02 {
	margin: 15px auto 0;
}
.editArea02 > .inner01 > .button01 {
	width: 70%;
}
.editArea02 > .inner01 > .button01 > a:hover::after,
.editArea02 > .inner01 > .button02 > a:hover::after {
	opacity: 0;
}
.editArea02 > .inner01 > .text01 {
	margin-top: 30px;
	padding: 10px 35px;
	border-radius: 10px;
}
.editArea02 > .inner01 > .text02 {
	font-size: 1.2rem;
	text-align: left;
}

.editArea02 > .inner01 > .col01,
.editArea02 > .inner01 > .col02,
.editArea02 > .inner01 > .col03 {
	margin-top: 15px!important;
}
.editArea02 > .inner01 > .image01 {
	border-radius: 10px;
	margin-top: 20px;
}
.editArea02 > .inner01 > .image01 > img {
	border-radius: 10px;
}
.editArea02 > .inner01 > .col01 > .img01,
.editArea02 > .inner01 > .col03 > .img01 {
	max-width: 54px;
	margin-left: 0;
	margin-bottom: -15px;
}
.editArea02 > .inner01 > .col02 > .img01,
.editArea02 > .inner01 > .col03 > .img02 {
	max-width: 54px;
	margin-right: 0;
	margin-bottom: -15px;
}
.editArea02 > .inner01 > .col01 > .textArea01,
.editArea02 > .inner01 > .col02 > .textArea01,
.editArea02 > .inner01 > .col03 > .textArea01 {
	width: calc(100% - 54px - 15px - 5px);
	min-height: 60px;
	padding: 15px 10px 15px 15px;
	border-radius: 15px;
}
.editArea02 > .inner01 > .col01 > .textArea01 {
	margin-left: 20px;
}
.editArea02 > .inner01 > .col02 > .textArea01 {
	margin-right: 20px;
}
.editArea02 > .inner01 > .col03 > .textArea01 {
	width: calc(100% - 54px - 15px - 5px - 54px - 15px - 5px);
	margin-left: 20px;
	margin-right: 20px;
}
.editArea02 > .inner01 > .col01 > .textArea01::before {
	position: absolute;
	content: "";
	top: 30px;
    left: -20px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right: 15px solid #fff;
}
.editArea02 > .inner01 > .col02 > .textArea01::before {
	position: absolute;
	content: "";
	top: 30px;
    right: -20px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 15px solid #fff;
}
.editArea02 > .inner01 > .col03 > .textArea01::before {
	position: absolute;
	content: "";
	top: 30px;
    left: -20px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right: 15px solid #fff;
}
.editArea02 > .inner01 > .col03 > .textArea01::after {
	position: absolute;
	content: "";
	top: 30px;
    right: -20px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 15px solid #fff;
}
.editArea02 > .inner01 > .col01 > .textArea01 > p,
.editArea02 > .inner01 > .col02 > .textArea01 > p,
.editArea02 > .inner01 > .col03 > .textArea01 > p {
	font-size: 1.2rem;
}
	.editArea02 > .inner01 > .image01 > span {
		width: 14%;
		max-width: 70px;
		min-width: 35px;
	}

/*--------------------------------------------------
	▼editArea03
--------------------------------------------------*/
.editArea03 {
	padding: 40px 10px 25px;
}
.editArea03 > .block01 + .block01 {
	margin-top: 20px;
	padding-top: 25px;
}
.editArea03 > .block01 > .img01 {
	margin: 0 auto;
}
.editArea03 > .block01 > .textArea01 {
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	max-width: 400px;
}
.editArea03 > .block01 > .textArea01 > .title01 {
	font-size: 1.5rem;
}
}