@charset "utf-8";

*,*::before,*::after {
	box-sizing: border-box;
}

body {
	color: #004730;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 15px;
	font-weight: 500;
}
@media screen and (max-width: 767px){
	body {
		font-size: 3.08vw;
	}
}

img {
	max-width: 100%;
	height: auto;
}

sup {
	font-size: 60%;
}

@media screen and (max-width: 767px){
	.m_frame {
		padding: 0 5.13vw;
	}
}

.color01 {
	color: #004730;
}
.color02 {
	color: #fa8200;
}
.color03 {
	color: #108761;
}

.pageArea {
	background-color: #fffbda;
}

.pageHeader {
	background-color: #fff;
	padding: 19px 20px;
}
@media screen and (max-width: 767px){
	.pageHeader {
		padding: 3.2vw;
	}
	.pageHeader img {
		width: 39.5vw;
	}
}

.mainvisual {
	overflow: hidden;
}
.mainvisual .inner01{
	max-width: 1080px;
	margin: 0 auto 10px;
}
.mainvisual .inner02 {
	margin: 0 -12.9%;
}
@media screen and (max-width: 767px){
	.mainvisual .inner01{
		margin: 0 auto 8%;
	}
	.mainvisual .inner02 {
		margin: 0;
	}
}

.sectionTitle {
	margin-bottom: 50px;
	background: url(../img/h2_line.png) no-repeat 50% 100%;
	padding-bottom: 25px;
	text-align: center;
	color: #108761;
	font-size: 60px;
	font-weight: bold;
}
.sectionTitle > span {
	position: relative;
	display: inline-block;
}
.sectionTitle .head {
	display: block;
	font-size: 30px;
	font-weight: normal;
}
.sectionTitle .head span {
	font-weight: bold;
}
.sectionTitle .head strong {
	margin-left: 3px;
	font-size: 40px;
	vertical-align: -2px;
}
.sectionTitle small {
	font-size: 75%;
}
.sectionTitle .num {
	position: absolute;
	top: -50px;
	right: -105px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #c4d700;
	padding-top: 18px;
	text-align: center;
	color: #004730;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.15;
	transform: rotate(0.05deg);
}
.sectionTitle .num::after {
	content: '';
	position: absolute;
	left: 6px;
	bottom: 6px;
	border-top: 12px solid #c4d700;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	transform: rotate(45deg);
}
.sectionTitle .num span {
	display: block;
	font-size: 40px;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.sectionTitle {
		margin-bottom: 5.4vw;
		background-size: 36vw auto;
		padding-bottom: 4vw;
		font-size: 8.72vw;
	}
	.sectionTitle > span {
		display: block;
	}
	.sectionTitle .head {
		font-size: 5vw;
	}
	.sectionTitle .head strong {
		margin-left: 0.1em;
		font-size: 6.67vw;
		vertical-align: -0.05em;
	}
	.sectionTitle .num {
		top: -18vw;
		right: 2vw;
		width: 17.95vw;
		height: 17.95vw;
		padding-top: 3vw;
		font-size: 3.85vw;
	}
	.sectionTitle .head + span .num {
		top: -26vw;
	}
	.sectionTitle .num::after {
		left: 0.8vw;
		bottom: 0.8vw;
		border-top-width: 3.8vw;
		border-left-width: 1.9vw;
		border-right-width: 1.9vw;
	}
	.sectionTitle .num span {
		font-size: 6.67vw;
	}
}

.boldTitle {
	margin: 15px 0 5px;
	font-weight: bold;
}

.anchorList {
	margin: 80px 0 40px;
	display: flex;
	justify-content: space-between;
}
.anchorList li {
	width: 30%;
}
.anchorList a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: url(../img/mrk_anchor.png) no-repeat 50% 90% #fff;
	background-size: 20px auto;
	height: 100%;
	padding: 55px 15px 40px;
	box-shadow: 10px 10px rgba(196,215,0,0.3);
	text-align: center;
	transition: opacity 0.2s;
}
.anchorList a:hover {
	opacity: 0.7;
}
.anchorList .num {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #c4d700;
	padding-top: 18px;
	text-align: center;
	line-height: 1.1;
	transform: rotate(0.05deg);
}
.anchorList .num span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
.anchorList .lead {
	margin-bottom: 10px;
	transform: rotate(0.05deg);
}
.anchorList .lead strong {
	color: #fa8200;
	font-weight: normal;
}
.anchorList .title {
	color: #108761;
	font-size: 25px;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.anchorList {
		margin: 5vw 0;
		flex-direction: column;
		gap: 5.4vw;
	}
	.anchorList li {
		width: 100%;
	}
	.anchorList a {
		align-items: flex-start;
		border-radius: 5.13vw;
		background-position: 95% 50%;
		background-size: 3.5vw auto;
		height: 23.1vw;
		padding: 0 0 0 23.5vw;
		box-shadow: 1.8vw 1.8vw rgba(196,215,0,0.3);
	}
	.anchorList .num {
		top: 0;
		left: 5.1vw;
		right: auto;
		bottom: 0;
		width: 15.4vw;
		height: 15.4vw;
		margin: auto 0;
		padding-top: 3vw;
		font-size: 3.1vw;
		line-height: 1.2;
	}
	.anchorList .num span {
		font-size: 5.4vw;
	}
	.anchorList .lead {
		margin-bottom: 2vw;
		font-size: 3.08vw;
	}
	.anchorList .title {
		font-size: 4.62vw;
	}
}

.vpoint {
	position: relative;
	margin-top: 100px;
	background-color: #fff;
	border-radius: 54px;
	padding: 22px;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}
.vpoint::before,
.vpoint::after {
	content: '';
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	width: 4px;
	height: 30px;
	margin: 0 auto;
	border-radius: 2px;
	background-color: #004730;
}
.vpoint::after {
	transform: rotate(90deg);
}
.vpoint strong {
	margin-left: 2px;
	font-size: 50px;
	vertical-align: -2px;
}
.vpoint img {
	vertical-align: -5px;
}
@media screen and (max-width: 767px){
	.vpoint {
		margin-top: 18vw;
		border-radius: 9vw;
		padding: 4vw 0;
		font-size: 5.77vw;
	}
	.vpoint::before,
	.vpoint::after {
		top: -12.8vw;
		width: 1vw;
		height: 7.7vw;
		border-radius: 0.5vw;
	}
	.vpoint strong {
		margin-left: 0.1em;
		font-size: 7.69vw;
		vertical-align: -0.05em;
	}
	.vpoint img {
		vertical-align: -0.1em;
		width: 20.3vw;
	}
}

.noteList {
	margin: 15px 0;
	transform: rotate(0.05deg);
}
.noteList li {
	padding-left: 1.8em;
	text-indent: -1.8em;
	line-height: 1.6;
}
.noteList li + li {
	margin-top: 3px;
}
@media screen and (max-width: 767px){
	.noteList {
		margin: 3vw 0;
	}
	.noteList li + li {
		margin-top: 0.6vw;
	}
}

.featureSection {
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	padding: 55px 0 0;
}
.featureSection::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100vw;
	border-radius: 50vw 50vw 0 0;
	background: linear-gradient(to bottom, rgba(244,237,203,1) 0%, rgba(244,237,203,0) 100%);
}
.featureSection .m_frame {
	position: relative;
}
.featureSection .mainImg {
	text-align: center;
}
@media screen and (max-width: 767px){
	.featureSection {
		margin-top: 10vw;
		padding: 18vw 0 0;
	}
}

.pointList {
	margin: 50px 0 15px;
}
.pointList > li {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 51px;
	height: 102px;
	background: url(../img/mrk_list.png) no-repeat 20px 50% #fff;
	background-size: 60px 60px;
	padding: 0 50px 0 90px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.pointList > li + li {
	margin-top: 20px;
}
.pointList img {
	margin-left: 3px;
	vertical-align: -2px;
}
@media screen and (max-width: 767px){
	.pointList {
		margin: 6.5vw 0 2.3vw;
	}
	.pointList > li {
		justify-content: flex-start;
		border-radius: 10.3vw;
		height: auto;
		background-position: 3.85vw 50%;
		background-size: 10.3vw auto;
		padding: 3.6vw 4.3vw 3.6vw 16.9vw;
		text-align: left;
		font-size: 5.38vw;
	}
	.pointList > li + li {
		margin-top: 3.85vw;
	}
	.pointList img {
		margin-left: 0;
		width: 30.5vw;
		vertical-align: -0.15em;
	}
}

.hintBox {
	margin: 50px 0 15px;
	border: 4px solid #c4d700;
	border-radius: 40px;
	background-color: #fff;
}
.hintBox h3 {
	position: relative;
	border-radius: 36px 36px 0 0;
	background-color: #c4d700;
	padding: 32px 0 38px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.hintBox h3::before {
	content: '';
	position: absolute;
	top: -24px;
	left: 36px;
	background: url(../img/box_img_01.png) no-repeat 50% 50%;
	width: 70px;
	height: 100px;
}
.hintBox h3 span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	width: 220px;
	height: 40px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #108761;
	padding-top: 6px;
	color: #fff;
	font-size: 20px;
}
.hintBox .body {
	padding: 45px 50px 50px;
	font-size: 20px;
	line-height: 1.6;
}
.hintBox .body p {
	transform: rotate(0.05deg);
}
.hintBox .lead {
	font-size: 20px;
}
.hintBox .lead::before {
	content: '＼';
	color: #c4d700;
}
.hintBox .lead::after {
	content: '／';
	color: #c4d700;
}
.hintBox .mainText {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.hintBox .mainText strong {
	font-size: 40px;
}
.hintBox .note {
	margin-top: 6px;
	font-size: 15px;
}
.hintBox.box01 .body {
	position: relative;
	background: url(../img/box_img_02.png) no-repeat 95% 100%;
	padding-right: 290px;
}
.hintBox.box02 .text01 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 64px;
}
.hintBox.box02 .text01 strong {
	font-size: 40px;
}
.hintBox.box02 .ribonTitle {
	position: relative;
	margin-bottom: 40px;
	background-color: #108761;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
}
.hintBox.box02 .ribonTitle::before {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	border-left: 16px solid #fff;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
}
.hintBox.box02 .ribonTitle::after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	border-right: 16px solid #fff;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
}
.hintBox.box02 .lead {
	margin-bottom: 25px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.hintBox.box02 .lead::before,
.hintBox.box02 .lead::after {
	font-weight: normal;
}
.hintBox.box02 .text02 {
	margin-bottom: 40px;
	text-align: center;
}
.hintBox.box02 .img01 {
	margin: 45px 0 0;
	text-align: center;
}
.hintBox.box03 .body {
	text-align: center;
}
@media screen and (max-width: 900px){
	.hintBox.box02 .ribonTitle {
		font-size: 25px;
	}
}
@media screen and (max-width: 767px){
	.hintBox {
		margin: 9.4vw 0 3.2vw;
		border-width: 1vw;
		border-radius: 7.7vw;
	}
	.hintBox h3 {
		border-radius: 6.7vw 6.7vw 0 0;
		padding: 5.1vw 0 7.3vw;
		font-size: 5.38vw;
	}
	.hintBox h3::before {
		top: -6vw;
		left: 1.5vw;
		background-size: contain;
		width: 7.69vw;
		height: 11vw;
	}
	.hintBox h3 span {
		bottom: -4.1vw;
		width: 41vw;
		height: 8.2vw;
		border-radius: 4.1vw;
		padding-top: 1.8vw;
		font-size: 3.85vw;
	}
	.hintBox .body {
		padding: 8.2vw 4.3vw 7.7vw;
		font-size: 3.85vw;
	}
	.hintBox .lead {
		margin-bottom: 1.5vw;
		font-size: 3.85vw;
	}
	.hintBox .mainText {
		margin-bottom: 3vw;
		font-size: 5vw;
		line-height: 1.5;
	}
	.hintBox .mainText strong {
		font-size: 6.67vw;
	}
	.hintBox .note {
		margin-top: 0.5vw;
		font-size: 3.1vw;
	}
	.hintBox.box01 .body {
		background-position: 50% 100%;
		background-size: 25.6vw auto;
		padding: 8.2vw 4.3vw 41vw;
	}
	.hintBox.box02 .text01 {
		margin-bottom: 5.1vw;
		font-size: 5vw;
		line-height: 8.8vw;
	}
	.hintBox.box02 .text01 strong {
		font-size: 6.67vw;
	}
	.hintBox.box02 .ribonTitle {
		margin-bottom: 6vw;
		padding: 1.5vw 0;
		font-size: 5.38vw;
		line-height: 7.59vw;
	}
	.hintBox.box02 .ribonTitle::before {
		border-left-width: 3.9vw;
		border-top-width: 9.3vw;
		border-bottom-width: 9.3vw;
	}
	.hintBox.box02 .ribonTitle::after {
		border-right-width: 3.9vw;
		border-top-width: 9.3vw;
		border-bottom-width: 9.3vw;
	}
	.hintBox.box02 .lead {
		margin-bottom: 3.4vw;
		font-size: 4.62vw;
	}
	.hintBox.box02 .lead01 {
		position: relative;
		width: 58vw;
		margin: 0 auto 3.4vw;
	}
	.hintBox.box02 .lead01::before {
		position: absolute;
		left: -1em;
		bottom: 0;
	}
	.hintBox.box02 .lead01::after {
		position: absolute;
		right: -1em;
		bottom: 0;
	}
	.hintBox.box02 .text02 {
		margin-bottom: 6vw;
	}
	.hintBox.box02 .img01 {
		margin: 5vw 0 0;
	}
	.hintBox.box03 .img {
		margin: 5vw -4.3vw 0;
	}
}

.helpBtn {
	display: inline-block;
	margin: 0 5px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #c4d700;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	vertical-align: 4px;
}
.helpBtn:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px){
	.helpBtn {
		margin: 0 0.4em;
		width: 4.5vw;
		height: 4.5vw;
		font-size: 3vw;
		line-height: 4.5vw;
		vertical-align: 0.2em;
	}
}

.compensationList {
	margin-bottom: 45px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px 2.8%;
	background: url(../img/box_img_03.png) no-repeat 96% 100%;
	background-size: calc(80% - 400px);
	padding-right: calc(100% - 512px);
}
.compensationList .block01 {
	width: 65.7%;
}
.compensationList .block02 {
	width: 31.5%;
}
.compensationList .block03 {
	width: 100%;
}
.compensationList h5 {
	font-size: 18px;
	white-space: nowrap;
	transform: rotate(0.05deg);
}
.compensationList ul {
	display: flex;
	gap: 15px;
}
@media screen and (max-width: 900px){
	.compensationList {
		background: none;
		padding-right: 0;
	}
}
@media screen and (max-width: 767px){
	.compensationList {
		margin-bottom: 6vw;
		gap: 3.8vw;
		background: url(../img/box_img_03_sp.png) no-repeat 100% 100%;
		background-size: 38.2vw auto;
	}
	.compensationList .block01 {
		width: 100%;
	}
	.compensationList .block02 {
		width: 100%;
		order: 1;
	}
	.compensationList h5 {
		margin-bottom: 2vw;
		font-size: 3.85vw;
	}
	.compensationList ul {
		flex-wrap: wrap;
		gap: 3.2vw 4%;
	}
	.compensationList ul li {
		width: 48%;
	}
}

.riskArea {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.riskArea .column {
	width: 50%;
	max-width: 320px;
}
.riskArea h3 {
	margin: 35px 0 20px;
	border-radius: 20px;
	background-color: #fff;
	padding: 7px 10px;
	text-align: center;
	color: #108761;
	font-size: 20px;
	transform: rotate(0.05deg);
}
.riskArea h3:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px){
	.riskArea {
		flex-direction: column;
		align-items: center;
		gap: 5.1vw;
	}
	.riskArea .column {
		width: 100%;
		max-width: 71.8vw;
	}
	.riskArea h3 {
		margin: 5.1vw 0 3vw;
		border-radius: 4.36vw;
		padding: 1.5vw 0;
		font-size: 4.5vw;
	}
}

.toggleArea {
	margin-top: 50px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.toggleArea .toggleTitle {
	position: relative;
	padding: 18px 20px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.toggleArea .toggleTitle::after {
	content: '＋';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 26px;
	height: 26px;
	margin: auto 0;
	border-radius: 50%;
	background-color: #c4d700;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.toggleArea .toggleTitle.s_open::after {
	content: '－';
}
.toggleArea .toggleBody {
	display: none;
	font-size: 15px;
	padding: 0 20px 25px;
}
@media screen and (max-width: 767px){
	.toggleArea {
		margin-top: 9vw;
	}
	.toggleArea .toggleTitle {
		padding: 3.85vw 2.56vw;
		font-size: 3.85vw;
	}
	.toggleArea .toggleTitle::after {
		right: 2.5vw;
		width: 6.7vw;
		height: 6.7vw;
		font-size: 4vw;
		line-height: 6.7vw;
	}
	.toggleArea .toggleBody {
		font-size: 3.08vw;
		padding: 0 2.56vw 3.85vw;
	}
}

.indentList li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	line-height: 1.6;
	transform: rotate(0.05deg);
}
.indentList.s_dot li {
	padding-left: 1em;
	text-indent: -1em;
}
.indentList li + li {
	margin-top: 3px;
}
.indentList.s_note {
	font-size: 12px;
}
@media screen and (max-width: 767px){
	.indentList li + li {
		margin-top: 0.2em;
	}
	.indentList.s_note {
		font-size: 2.8vw;
	}
}

.vpointArea {
	position: relative;
	margin: 130px 0;
	background-color: #d4e9d7;
	padding: 70px 0;
}
.vpointArea::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	width: 190px;
	height: 70px;
	margin: 0 auto;
	background: url(../img/vpoint_bg.png) no-repeat 50% 50%;
}
.vpointArea .lead {
	margin-bottom: 40px;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}
.vpointArea .lead strong {
	margin-left: 2px;
	font-size: 50px;
	vertical-align: -2px;
}
.vpointArea .lead img {
	vertical-align: -5px;
}
.vpointArea .img {
	margin-bottom: 50px;
	text-align: center;
}
.vpointArea .box {
	position: relative;
	border-radius: 40px;
	background-color: #fff;
	padding: 40px;
	text-align: center;
}
.vpointArea .text01 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
}
.vpointArea .text01 strong {
	font-size: 40px;
}
.vpointArea .text02 {
	font-size: 22px;
	font-weight: bold;
	line-height: 2.1;
}
.vpointArea .box img {
	position: absolute;
	top: 0;
	right: -80px;
	bottom: 0;
	margin: auto 0;
}
@media screen and (max-width: 1150px){
	.vpointArea .box {
		padding-right: 24%;
	}
	.vpointArea .box img {
		right: -20px;
		max-width: 28vw;
	}
}
@media screen and (max-width: 767px){
	.vpointArea {
		margin: 16.2vw 0;
		padding: 8vw 0;
	}
	.vpointArea::before {
		top: -5vw;
		width: 28.2vw;
		height: 10.3vw;
		background-size: cover;
	}
	.vpointArea .lead {
		margin-bottom: 5.8vw;
		font-size: 6.54vw;
	}
	.vpointArea .lead strong {
		margin-left: 0.1em;
		font-size: 8.72vw;
		vertical-align: -0.05em;
	}
	.vpointArea .lead img {
		vertical-align: -0.1em;
		width: 24.6vw;
	}
	.vpointArea .img {
		margin-bottom: 7.7vw;
	}
	.vpointArea .box {
		margin-bottom: 10vw;
		border-radius: 7.7vw;
		padding: 7vw 4vw 39vw;
	}
	.vpointArea .text01 {
		margin-bottom: 4vw;
		font-size: 5vw;
	}
	.vpointArea .text01 strong {
		font-size: 6.67vw;
	}
	.vpointArea .text02 {
		font-size: 4.04vw;
		line-height: 1.8;
	}
	.vpointArea .box img {
		top: auto;
		left: 0;
		right: 0;
		bottom: -7.7vw;
		width: 48.2vw;
		max-width: none;
		margin: 0 auto;
	}
}

.inlineLink {
	text-decoration: underline;
}
.inlineLink:hover {
	text-decoration: none;
}

.cvBtn {
	position: sticky;
	bottom: 30px;
	z-index: 100;
	margin: 60px 0;
}
.cvBtn a {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 900px;
	height: 100px;
	border-radius: 50px;
	background: url(../img/mrk_cv.png) no-repeat 96% 50% #004730;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	box-shadow: 11px 11px rgba(196,215,0,0.3);
}
.cvBtn strong {
	font-size: 35px;
}
@media screen and (max-width: 767px){
	.cvBtn {
		bottom: 5.1vw;
		margin: 7.7vw 0;
	}
	.cvBtn a {
		max-width: 89.74vw;
		height: 19.23vw;
		border-radius: 9.7vw;
		background-position: 94% 50%;
		background-size: 3.8vw auto;
		padding-right: 3vw;
		font-size: 4.62vw;
		box-shadow: 1.45vw 1.45vw rgba(196,215,0,0.3);
	}
	.cvBtn strong {
		font-size: 6.15vw;
	}
}

.bottomArea p {
	line-height: 1.6;
	transform: rotate(0.05deg);
}
.bottomArea .num {
	margin: 15px 0;
	text-align: right;
}
@media screen and (max-width: 767px){
	.bottomArea .num {
		margin: 4vw 0;
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.modal .window {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 540px;
	margin: 0 auto;
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 30px;
}
.modal .closeBtn {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.modal .closeBtn::before,
.modal .closeBtn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 4px;
	margin: auto;
	border-radius: 2px;
	background-color: #fff;
	transform: rotate(45deg);
}
.modal .closeBtn::after {
	transform: rotate(-45deg);
}
.modal .header {
	background-color: #108761;
	border-radius: 30px 30px 0 0;
	padding: 20px 30px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
.modal .body {
	padding: 25px 30px;
	max-height: calc(100vh - 120px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	line-height: 1.6;
}
.modal .body p {
	transform: rotate(0.05deg);
}
.modal .note {
	font-size: 13px;
}
@media screen and (max-width: 767px){
	.modal .window {
		width: 89.7vw;
		border-radius: 5.1vw;
	}
	.modal .closeBtn {
	position: absolute;
		top: 3.2vw;
		right: 3vw;
		width: 7.7vw;
		height: 7.7vw;
	}
	.modal .closeBtn::before,
	.modal .closeBtn::after {
		width: 5vw;
		height: 0.8vw;
		border-radius: 0.25vw;
	}
	.modal .header {
		border-radius: 5.1vw 5.1vw 0 0;
		padding: 4.5vw 5.1vw;
		font-size: 4.62vw;
	}
	.modal .body {
		padding: 4.5vw 5.1vw;
		max-height: 85vh;
	}
	.modal .note {
		font-size: 2.8vw;
	}
}

.pageFooter {
	margin-top: 60px;
	background-color: #fff;
	padding: 38px 20px;
}
.pageFooter ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 40px;
	transform: rotate(0.05deg);
}
.pageFooter a[target="_blank"]::after {
	content: '';
	margin-left: 8px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/mrk_blank.png) no-repeat 50% 50%;
	background-size: contain;
}
@media screen and (max-width: 767px){
	.pageFooter {
		margin-top: 5vw;
		padding: 5vw 5.13vw;
	}
	.pageFooter ul {
		gap: 3.4vw 0;
		justify-content: space-between;
	}
	.pageFooter ul li {
		width: 44%;
	}
	.pageFooter ul li:nth-child(odd) {
		width: 52%;
	}
	.pageFooter a[target="_blank"]::after {
		margin-left: 0.5em;
		width: 3.08vw;
		height: 3.08vw;
		vertical-align: -0.1em;
	}
}
