@charset "UTF-8";


.cover{
}
.coverInner {
	height: 370px;
}
.coverImg {
	width: 100%;
}
.section8_6 {
	padding: 60px 0;
}
.section8_6 .inner {
	display: flex;
	justify-content: space-between;
}
.section8,
.section6{
	width: 520px;
}
.wpTopArchiveList3 {
	margin: 40.5px auto 0;
}
.wpTopArchiveList3ItemWrap {
	display: flex;
	padding: 15px 10px;
	line-height: 1.4;
}
.wpTopArchiveList3Date {
	width: 90px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.wpNewIcon {
    border-radius: 15px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #F55E8D;
    width: 62px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
}
.wpDateText {
	font-size: inherit;
	font-weight: bold;
	color: #707070;
	font-size: 14px;
}
.wpTopIconList3 {
	margin: -7px 0 0 -7px;
}
.wpTopArchiveDesc3Icon {
	margin-left: 15px;
	width: 120px;
}
.wpTopArchiveTitle3 {
	margin-left: 15px;
	width: 270px;
	margin-top: 0;
	line-height: inherit;
	font-size: 15px;
}
.searchCondition {
	width: 975px;
	height: 75px;
	margin: 50px auto 0;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.16);
	border-radius: 20px;
	z-index: 1;
	position: relative;
	background-color: #fff;
}
.searchConditionList {
	display: flex;
	align-items: center;
	height: 100%;
}
.searchConditionItem {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchConditionItem:nth-child(n + 2) {
	border-left: 1px solid #E0E0E0;
	border-bottom: 0;
}
.searchConditionItemInput {
	width: 243px;
}
.searchConditionInput {
	width: 203px;
	height: 57px;
	border-radius: 10px;
	border: 0;
	background-color: rgba(245,165,190,0.101);
	padding: 0 15px;
	font-size: 15px;
}
.searchConditionItemResult {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 27px;
	font-size: 0.9em;
	display: block;
}
.searchConditionItem:last-child {
	width: 140px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchConditionExecBtn {
	width: 100px;
	height: 57px;
	background-color: #F5A5BE;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-image: url(../img/icon_search_white.svg);
	background-position: 20px center;
	background-size: 20px;
	padding: 0 0 0 28px;
	margin: 0;
}
.topBanner1 {
	margin-top: 60px;
}
.topBanner1List {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.topBanner1Item {
	width: 500px;
}
.topBanner1ImgWrap {
	border: 1px solid #ddd;
}
.topBanner1Img {
	width: 100%;
}
.topBanner1Title {
	line-height: 1.4em;
	margin-top: 5px;
}
.section1 {
	padding: 58px 0 0;
}
.section1ListWrap {
	margin-top: 30px;
	background-color: #F1A1BA;
	padding: 30px 0;
}
.section1List {
	display: flex;
	justify-content: center;
}
.section1Item {
	width: 260px;
	height: 260px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-left: 57px;
	position: relative;
	line-height: 1.5;
}
.section1Item:first-child {
	margin-left: 0;
}
.section1ItemNo {
	width: 65px;
	height: 65px;
	background-color: #FF7BA8;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: maru-maru-gothic-blr-stdn;
	font-weight: 400;
	font-size: 36px;
}
.section1Text {
	margin-top: 30px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
}
.section2{
	padding: 58px 0 80px;
	background-color: rgba(245,165,190,0.101);
}
.section2List {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 0 -20px;
}
.section2Item {
	width: 528px;
	height: 209px;
	background-color: #fff;
	border-radius: 20px;
	margin: 30px 0 0 20px;
	padding: 40px 40px 0 40px;
	box-shadow: 0px 0px 20px rgba(51,51,51,0.101);
}
.section2Item:nth-child(n + 3) {
	height: 237px;
}
.section2ItemTitle {
	text-align: center;
	font-size: 27px;
	color: #F5A5BE;
	font-weight: bold;
	line-height: 1;
}
.section2ItemDesc {
	margin-top: 20px;
	line-height: 1.8;
}
.section3 {
	padding: 58px 0 80px;
}
.section3Text {
	margin-top: 38px;
	text-align: center;
	font-size: 27px;
	line-height: 1.4;
}
.section3Dl {
	width: 892px;
	margin: 50px auto 0;
}
.section3DlItem::before {
	content: "1";
	position: absolute;
	left: 364px;
	top: 0;
	width: 65px;
	height: 65px;
	background-color: #F5A5BE;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
}
.section3DlItem {
	padding: 10px 10px 0 451px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 419px 320px;
	height: 330px;
	background-position: left bottom;
}
.webp .section3DlItem:nth-child(1) {
	background-image: url(../img/img_section3_1.webp);
}
.no-webp .section3DlItem:nth-child(1) {
	background-image: url(../img/img_section3_1.png);
}
.section3Dt {
	text-align: center;
	margin-top: 45px;
	color: #F5A5BE;
	font-size: 25px;
	line-height: 1.5;
	font-weight: bold;
}
.section3Dd {
	line-height: 1.8;
	margin-top: 20px;
}
.section3DlItem:nth-child(2)::before {
	content: "2";
	left: 462px;
}
.section3DlItem:nth-child(2) {
	margin: 30px 0 0 0;
	padding: 10px 462px 0 0;
	background-position: right bottom;
}
.webp .section3DlItem:nth-child(2) {
	background-image: url(../img/img_section3_2.webp);
}
.no-webp .section3DlItem:nth-child(2) {
	background-image: url(../img/img_section3_2.png);
}
.section3DlItem:nth-child(2) .section3Dt {
	margin-top: 35px;
}
.section3DlItem:nth-child(3)::before {
	content: "3";
}
.section3DlItem:nth-child(3) {
	background-image: url(../img/img_section3_3.png);
}
.webp .section3DlItem:nth-child(3) {
	background-image: url(../img/img_section3_3.webp);
}
.no-webp .section3DlItem:nth-child(3) {
	background-image: url(../img/img_section3_3.png);
}
.section3DlItem:nth-child(3) .section3Dt {
	margin-top: 25px;
}
.section4 {
	padding: 63px 0 80px;
	background-color: rgba(245,165,190,0.101);
}
.section4Text {
	margin-top: 70px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}
.section4BtnWrap {
	margin-top: 40px;
}
.section4Btn {
	width: 200px;
}
.section5 {
	padding: 59px 0 80px;
	background-color: #F5A5BE1A;
}
.section5Desc {
	width: 893px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-image: url(../img/icon_arrow_circle_right_pink.svg);
	background-position: 205px 82px;
	background-repeat: no-repeat;
}
.section5DescBefore {
	width: 180px;
	box-shadow: 0px 0px 20px rgba(51,51,51,0.101);
	border-radius: 20px;
}
.section5DescBeforeDt {
	font-size: 20px;
	color: #707070;
	line-height: 63px;
	background-color: rgba(245,165,190,0.301);
	border-radius: 20px 20px 0 0;
	text-align: center;
}
.section5DescBeforeDd {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.section5DescAfter{
	width: 593px;
	box-shadow: 0px 0px 20px rgba(51,51,51,0.101);
	border-radius: 20px;
}
.section5DescAfterDt {
	line-height: 68px;
	border-radius: 20px 20px 0 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: rgba(245,165,190,0.301);
}
.section5DescAfterDd {
	padding: 20px 40px;
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.section5DescAfterDdKakko {
	font-size: 0.9em;
}
.section5DescAfterTextWrap {
	margin-top: 30px;
	text-align: center;
}
.section5DescAfterText::before {
	content: "";
	width: 2px;
	height: 20px;
	background-color: #F5A5BE;
	position: absolute;
	left: 0;
	top: calc(20px / 2);
	display: block;
	transform: rotate(-30deg);
}
.section5DescAfterText::after {
	content: "";
	width: 2px;
	height: 20px;
	background-color: #F5A5BE;
	position: absolute;
	right: 0;
	top: calc(20px / 2);
	display: block;
	transform: rotate(30deg);
}
.section5DescAfterText {
	font-size: 23px;
	font-weight: bold;
	color: #F5A5BE;
	position: relative;
	padding: 0 15px;
}
.inputText[name="zip"] {
	width: 110px;
}
.inputText[name="city"] {
	width: 205px;
}
.inputText[name="address"] {
	width: 461px;
}
.section6Table {
	margin: 15px auto 0;
	width: 803px;
}
.section6TableTh {
	text-align: left;
	width: 253px;
	padding: 35px 0;
	vertical-align: top;
}
.section6Required {
	background-color: #F5A5BE;
	color: #fff;
	line-height: 26px;
	display: inline-block;
	padding: 0 5px;
	margin-left: 15px;
}
.section6TableTd {
	padding: 20px 0;
	width: calc(100% - 253px);
}
.section6AddressWrap {
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.section6AddressWrapUnit {
	display: flex;
	align-items: center;
}
.section6TableTdLabel {
	margin-right: 20px;
	font-weight: bold;
}
.section6TableTdListWrapUnit + .section6TableTdListWrapUnit {
	margin: 0 0 0 40px;
}
.section6AddressWrap:first-child {
	margin-top: 0;
}
.section6TableTdListWrap {
	display: flex;
	align-items: center;
}
.section6TableTdList {
	display: flex;
	align-items: center;
}
.section6TableTdList .inputText{
	width: 90px;
}
.section6TableTdItem:nth-child(2n) {
	margin: 0 20px;
	font-weight: bold;
}
.section6TableTdList2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 7px;
}
.ie.browser-ver11 .section6TableTdList2,
.ie.browser-ver11 .section6TableTdListChild {
	max-width: 550px;
}
.section6TableTdItem2 {
	width: 250px;
	line-height: 1;
	margin-top: 15px;
}
.section6TableTdList3 {
	margin-left: -20px;
}
.section6TableTdItem3 {
	width: auto;
	margin-left: 20px;
}
.section6TableTdListParent {
	margin-top: 17px;
}
.section6TableTdItemParent {
	font-weight: bold;
}
.section6TableTdListChild {
	display: flex;
	flex-wrap: wrap;
}
.section6TableTdItemChild {
	width: 250px;
	line-height: 1;
	margin-top: 17px;
	font-weight: normal;
}
.section6PrivacyWrap {
	margin-top: 40px;
	text-align: center;
}
.section6BtnWrap {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section6Btn {
	width: 200px;
	margin: 0 15px;
}
.backBtn {
	background-image: url(../img/icon_arrow_left_cicle_white.svg);
	background-position: 15px center;
}
.section6Error {
	color: #FA3232;
	font-weight: bold;
	margin-top: 10px;
}
.headerConfirm {
	display: flex;
	height: 100px;
	justify-content: center;
	align-items: center;
}
.headerConfirmLogo {
	width: 153px;
}
.thanks {
	background-color: rgba(245,165,190,0.101);
	padding: 80px 0;
}
.thanksText {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.thanksText2 {
	margin: 20px 0 0;
	text-align: center;
}
.thanksContact {
	width: 500px;
	margin: 20px auto 0;
	border-top: 1px solid #E0E0E0;
	padding: 20px 0 0 0;
	text-align: center;
	font-weight: bold;
}
.thanksContactText {
	
}
.thanksContactLink {
	color: inherit;
}
.privacy {
	padding: 60px 0;
	background-color: rgba(245,165,190,0.101);
}
.privacyTitle {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
.privacySign {
	text-align: right;
	margin-top: 20px;
}
.privacyText {
	margin-top: 1em;
}
.privacyText:first-child {
	margin-top: 1em;
}
.privacyTitle2 {
	margin-top: 40px;
	font-weight: bold;
	font-size: 1.1em;
	border-left: 3px solid #333;
	padding: 5px 0 5px 10px;
}
.privacyDt {
	margin-top: 1.5em;
	font-weight: bold;
}
.privacyDd {
	padding: 0 0 0 1em;
}


/* wp */
.wpIconList {
	margin-left: -7px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wpIconListItem {
	margin-top: 7px;
	margin-left: 7px;
    /* text-align: center; */
}
.wpIconListItemIcon {
	border-radius: 5px;
    padding: 2px 10px;
    font-size: 13px;
	line-height: 1.5;
	color: #707070;
	background-color: rgba(245,165,190,0.2);
}
.wpDateText {
	font-weight: bold;
	color: #707070;
}
.wpBtnWrap {
	margin-top: 40px;
}
.btn2 {
	width: 230px;
	padding-right: 15px;
}

.wpTopArchiveList1 {
	margin: 40.5px auto 0;
	width: 840px;
}
.wpTopArchiveList1Item {
	/* display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; */
}
.wpTopArchiveList1Item:nth-child(n+2) {
	margin-top: 35px;
}
.wpTopArchiveList1ItemLink {
	display: block;
	text-decoration: none;
}
.wpTopArchiveList1ItemWrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.wpTopArchiveList1ItemLeft {
	width: 130px;
}
.wpTopArchiveList1ItemRight {
	width: 837px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.wpTopArchiveThum1 {
    width: 115px;
    height: 115px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
}
.wpTopArchiveTitle1 {
    width: 100%;
	font-size: 23px;
	font-weight: bold;
	line-height: 36px;
}
.wpTopArchiveDesc1 {
    width: 100%;
	margin-top: 21px;
}
.wpTopArchiveDesc1Icon {
	float: left;
	max-width: 100%;
}
.wpTopArchiveDate1 {
	margin-top: 7px;
	float: right;
    text-align: right;
    line-height: 1.5;
}

.section7 {
	padding: 110px 0 80px;
	background-color: #FFFFFF;
}
.wpTopArchiveList2Wrap {
	margin: 40px auto 0;
	width: 840px;
}
.wpTopArchiveList2 {
	border-top: 1px solid #E0E0E0;
}
.wpTopArchiveList2Item {
	border-bottom: 1px solid #E0E0E0;
	padding: 20px 10px;
}
.wpTopArchiveList2ItemLink {
	display: block;
	text-decoration: none;
}
.wpTopArchiveList2ItemWrap {
}
.wpTopArchiveList2ItemTop {

}
.wpTopArchiveThum2 {
}
.wpTopArchiveList2ItemButtom {
}
.wpTopArchiveTitle2 {
	font-weight: bold;
}
.wpTopArchiveDesc2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.wpTopArchiveDesc2Icon {
	width: 720px;
}
.wpTopArchiveDate2 {
	line-height: 1;
	width: calc(100% - 720px);
	text-align: right;
}

.wpTopArchiveList3Item {
	border-top: 1px solid #E0E0E0;
	display:flex;
	flex-wrap: wrap;
}
.wpTopArchiveList3Item:last-child {
	border-bottom: 1px solid #E0E0E0;
}
.wpTopArchiveList3ItemLink {
	display: block;
	text-decoration: none;
}
/* .wpTopArchiveList3ItemWrap {
	padding: 8px 10px 15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
} */
/* .wpTopArchiveList3Date {
	margin-top: 7px;
	width: 100px;
} */
/* .wpTopArchiveDesc3Icon {
	margin-left: 32px;
	width: 132px;
} */
/* .wpTopIconList3 {
	margin-left: 0;
	margin-right: 7px;
} */
/* .wpTopArchiveTitle3 {
	margin-left: 8px;
    margin-top: 7px;
    max-width: 548px;
    font-size: 16px;
} */
.topMessageNone {
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width:480px) {
	.cover {
		position: relative;
	}
	.coverInner {
		height: 82vw;
	}
	.section1, .section2, .section3, .section4, .section5 {
		padding: 11.11vw 0 11.11vw;
	}
	.section1 {
		margin-top: 11.11vw;
		padding: 11.11vw 0 5vw;
	}
	.section8_6 {
		padding: 0;
	}
	.section8,
	.section6 {
		padding: 11.11vw 0 0 0;
		width: 100%;
	}
	.section8_6 .inner {
		display: block;
	}
	.wpTopArchiveList3 {
		width: auto;
		margin: 11.11vw 0;
		padding: 0 4.44vw;
	}
	.wpTopArchiveList3ItemWrap {
		padding: 0;
		flex-wrap: wrap;
		align-items: center;
	}
	.wpTopArchiveList3Item {
		/* margin-top: 1.94vw;
		border-top: 0;
		border-bottom: 0 !important; */
		padding: 1.94vw 0;
		border-width: 0.2vw;
	}
	.wpTopArchiveList3Item:last-child {
		border-width: 0.2vw;
	}
	/* .wpTopArchiveList3Item:first-child {
		margin-top: 0;
	} */
	.wpTopArchiveList3Date {
		margin-top: 0vw;
		width: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.wpNewIcon {
		margin-right: 2.78vw;
		border-radius: 4.17vw;
		font-size: 3vw;
		width: 14vw;
		line-height: 6vw;
	}
	.wpDateText {
		font-size: 3.5vw;
		margin-top: 0.5vw;
	}
	.wpTopArchiveDesc3Icon {
		margin-left: 11.11vw;
		width: auto;
	}
	.section8_6 .wpIconListItemIcon {
		border-radius: 1.39vw;
		padding: 0.28vw 2.78vw;
		font-size: 3vw;
	}
	.section8_6 .wpIconListItem {
		margin-top: 2.78vw;
		margin-left: 2.78vw;
	}
	.wpTopArchiveTitle3 {
		margin-left: 0;
		width: 100%;
		margin-top: 1.39vw;
		font-size: 3.89vw;
	}
	.section4 {
		margin-top: 11.11vw;
	}
	.section4 .jobSearchReceptionDate {
		font-size: 3vw;
	}
	.section4 .jobHeaderList {
		margin-bottom: 4.17vw;
	}
	.section4 .jobIdSpan {
		font-size: 3vw;
	}
	.section4 .jobSearchFacility {
		font-size: 4.5vw;
		line-height: 1.2;
	}
	.section4 .jobSearchTitle {
		font-size: 4vw;
	}
	.section4 .jobSearchTagItemLink {
		font-size: 3vw;
	}
	.section4 .jobSearchDl {
		font-size: 3.2vw;
	}
	.section4Btn {
		width: auto;
	}
	.searchCondition {
		width: 100%;
		height: auto;
		margin: 16.67vw 0 0 0;
		border-radius: 0;
		box-shadow: none;
	}
	.searchConditionList {
		justify-content: space-between;
		padding: 0 4.17vw;
	}
	.searchConditionBtn::before {
		display: none;
	}
	.searchConditionBtn {
		font-size: 3vw;
		line-height: inherit;
		background-position: center 2.78vw;
		text-align: center;
		box-shadow: 0vw 0vw 8.33vw rgba(0,0,0,0.16);
		border-radius: 3vw;
		height: 16.67vw;
		padding: 6vw 0 0 0;
		width: 21vw;
	}
	.scPlaceBtn {
		background-size: 3.89vw auto;
	}
	.scFacilityBtn {
		background-size: 6.94vw auto;
	}
	.scJobTypeBtn {
		background-size: 5.56vw auto;
	}
	.searchConditionItem:nth-child(n+2) {
		border-left: 0;
	}
	.searchConditionItem:nth-child(n + 5) {
		display: none;
	}
	.searchConditionItemResult {
		display: none;
	}
	.searchConditionSpInput {
		margin-top: 4.17vw;
		padding: 0 4.17vw;
		position: relative;
	}
	.searchConditionSpInputBtn {
		visibility: hidden;
		z-index: -1;
		position: absolute;
		left: 50%;
		top: 0;
	}
	.topBanner1 {
		margin-top: 16.94vw;
	}
	.topBanner1List {
		display: block;
		padding: 0 4.44vw;
	}
	.topBanner1Item {
		width: 100%;
	}
	.topBanner1Item:nth-child(n + 2) {
		margin-top: 8.33vw;
	}
	.topBanner1Title {
		margin-top: 2vw;
	}
	.section1ListWrap {
		margin-top: 5px;
		background-color: inherit;
		padding: 0;
	}
	.section1List {
		background-color: #F1A1BA;
		padding: 5vw 0px;
		flex-wrap: wrap;
	}
	.section1Item {
		width: 32vw;
		height: 32vw;
		font-size: 3.5vw;
		margin: 1vw 5vw !important;
	}
	.section1ItemNo {
		width: 9vw;
		height: 9vw;
		font-size: 6vw;
	}
	.section1Text {
		margin-top: 5vw;
		font-size: 5.5vw;
		color: #F5A5BE;
	}
	.section2List {
		display: block;
		margin: 11.11vw 0 0 0;
		padding: 0 4.44vw;
	}
	.section2Item {
		width: 100%;
		height: auto;
		border-radius: 5.56vw;
		margin: 8.33vw auto 0;
		padding: 8.33vw;
		box-shadow: 0vw 0vw 5.56vw rgba(51,51,51,0.101);
	}
	.section2Item:nth-child(n+3) {
		height: auto;
	}
	.section2ItemTitle {
		font-size: 6.94vw;
		color: #F5A5BE;
		line-height: 8.33vw;
	}
	.section2ItemDesc {
		margin-top: 5.56vw;
		line-height: 7.78vw;
	}
	.section3Text {
		margin-top: 11.67vw;
		font-size: 7.22vw;
	}
	.section3Dl {
		width: 100%;
		margin: 18.06vw auto 0;
	}
	.section3DlItem::before {
		left: auto;
		top: -2.78vw;
		right: 4.44vw;
		width: 18.06vw;
		height: 18.06vw;
		font-size: 8.61vw;
	}
	.section3DlItem {
		padding: 88vw 4.44vw 0;
		position: relative;
		background-repeat: no-repeat;
		background-size: 88vw auto;
		height: auto;
		background-position: 4.44vw top;
	}
	.section3Dt {
		margin-top: 8.33vw;
		font-size: 7.22vw;
	}
	.webp .section3DlItem:nth-child(1) {
		background-image: url(../img/img_section3_1_sp.webp);
	}
	.no-webp .section3DlItem:nth-child(1) {
		background-image: url(../img/img_section3_1_sp.png);
	}
	.webp .section3DlItem:nth-child(2) {
		background-image: url(../img/img_section3_2_sp.webp);
	}
	.no-webp .section3DlItem:nth-child(2) {
		background-image: url(../img/img_section3_2_sp.png);
	}
	.webp .section3DlItem:nth-child(3) {
		background-image: url(../img/img_section3_3_sp.webp);
	}
	.no-webp .section3DlItem:nth-child(3) {
		background-image: url(../img/img_section3_3_sp.png);
	}
	.section3Dd {
		margin-top: 5.56vw;
	}
	.section3DlItem:nth-child(2)::before {
		content: "2";
		left: 4.44vw;
	}
	.section3DlItem:nth-child(2) {
		margin: 16.67vw 0 0 0;
		padding: 88vw 4.44vw 0;
		background-position: 6.67vw top;
	}
	.section3DlItem:nth-child(3) {
		margin: 16.67vw 0 0 0;
	}
	.section4Text {
		margin-top: 11.11vw;
		font-size: 5vw;
	}
	.section4BtnWrap, .section6BtnWrap {
		margin-top: 11.11vw;
		padding: 0 4.44vw;
		width: 100%;
	}
	.section6Btn {
		width: 100%;
	}
	.section5Desc {
		width: 100%;
		margin: 5vw auto 0;
		display: block;
		background-image: url(../img/icon_arrow_bottom_pink.svg);
		background-position: center 26vw;
		background-repeat: no-repeat;
		padding: 0 4.44vw;
		background-size: 12vw;
	}
	.section5DescBefore {
		width: 50vw;
		box-shadow: 0vw 0vw 5.56vw rgba(51,51,51,0.101);
		border-radius: 5.56vw;
		margin: 0 auto;
	}
	.section5DescBeforeDt {
		font-size: 4.5vw;
		line-height: 11vw;
		border-radius: 5.56vw 5.56vw 0 0;
	}
	.section5DescBeforeDd {
		font-size: 5vw;
		line-height: 11vw;
	}
	.section5DescAfter {
		width: 100%;
		box-shadow: 0vw 0vw 5.56vw rgba(51,51,51,0.101);
		border-radius: 5.56vw;
		margin-top: 20vw;
	}
	.section5DescAfterDt {
		line-height: 11vw;
		border-radius: 5.56vw 5.56vw 0 0;
		font-size: 4.5vw;
	}
	.section5DescAfterDd {
		padding: 4vw 4vw;
		font-size: 5vw;
		line-height: 1.6;
	}
	.section5DescAfterTextWrap {
		margin-top: 8.33vw;
	}
	.section5DescAfterText::after {
		height: 7vw;
		top: calc(9vw / 2);
		right: 2vw;
	}
	.section5DescAfterText::before {
		height: 7vw;
		top: calc(9vw / 2);
		left: 2vw;
	}
	.section5DescAfterText {
		font-size: 5.5vw;
		padding: 0 4vw;
		display: block;
	}
	.section6Table {
		margin: 11.11vw auto 0;
		width: 100%;
	}
	.section6TableTh {
		width: 100%;
		padding: 0 4.44vw;
		float: left;
	}
	.section6TableTd {
		padding: 2.78vw 4.44vw 9.72vw;
		float: left;
		width: 100%;
	}
	.section6Required {
		line-height: 8vw;
		padding: 0 2vw;
		margin-left: 4vw;
	}
	.inputText[name="zip"] {
		width: 33vw;
	}
	.inputText[name="city"] {
		width: 62vw;
	}
	.inputText[name="address"] {
		width: 62vw;
	}
	.section6TableTdListParent {
		margin-top: 0;
	}
	.section6TableTdList .inputText {
		width: 22vw;
	}
	.section6AddressWrap {
		margin-top: 4.17vw;
	}
	.section6AddressWrapSp {
		display: block;
	}
	.section6TableTdListWrapUnit + .section6TableTdListWrapUnit {
		margin: 4.17vw 0 0 0;
	}
	.section6TableTdList2 {
		margin-top: 0;
	}
	.section6TableTdItem2 {
		line-height: 1.5;
		margin-top: 2.78vw;
		width: 100%;
	}
	.section6TableTdItem2:first-child {
		margin-top: 0;
	}
	.section6TableTdListWrap {
		display: block;
	}
	.section6TableTdList + .section6TableTdList {
		margin-top: 4.17vw;
	}
	.section6PrivacyWrap {
		margin-top: 11.11vw;
	}
	.backBtn {
		background-position: 4.17vw center;
	}
	.section6Btn {
		margin: 0 2vw;
	}
	.headerConfirm {
		height: 19.44vw;
	}
	.headerConfirmLogo {
		width: 33vw;
	}
	.thanks {
		padding: 22.22vw 0;
	}
	.thanksText {
		font-size: 5.56vw;
	}
	.thanksContact {
		width: 90%;
		margin: 5vw auto 0;
		padding: 5vw 0 0 0;
	}
	.privacy {
		padding: 22.22vw 5vw;
		background-color: rgba(245,165,190,0.101);
		line-height: 1.6;
	}
	.privacyTitle {
		line-height: 1.6;
		font-size: 1.1em;
	}
	.privacyTitle2 {
		margin-top: 10vw;
		border-left: 1.39vw solid #333;
		padding: 0 0 0 4vw;
		line-height: 1.6;
	}

	/* wp */
	.wpIconList {
		margin: -1.94vw 0 0 -1.94vw;
	}
	.wpIconListItem {
		margin-top: 1.94vw;
		margin-left: 1.94vw;
	}
	.wpIconListItemIcon {
		border-radius: 1.389vw;
		padding: 0.56vw 2.78vw;
		font-size: 3.89vw;
	}
	/* .wpDateText {
		font-size: 3.89vw;
	} */
	.wpBtnWrap {
		margin-top: 11.11vw;
	}
	.btn2 {
		padding: 0 9.72vw 0 6.94vw;
		background-size: 4.17vw;
		background-position: calc(100% - 4.17vw) center;
		text-align: center;
	}
	.wpBtn {
		width: 55.56vw;
		height: 11.11vw;
		font-size: 4vw;
		line-height: 11.11vw;
	}
	.wpTopArchiveList1 {
		margin: 11.11vw auto 0;
		width: 100%;
		padding: 0 4.44vw;
	}
	.wpTopArchiveList1Item:nth-child(n+2) {
		margin-top: 9.72vw;
	}
	.wpTopArchiveList1ItemLeft {
		width: 31.94vw;
	}
	.wpTopArchiveList1ItemRight {
		width: 90.61vw;
	}
	.wpTopArchiveThum1 {
		width: 31.94vw;
		height: 31.94vw;
		border-radius: 5.56vw;
		border: 0.28vw solid #E0E0E0;
	}
	.wpTopArchiveTitle1 {
		font-size: 5vw;
		line-height: 7.22vw;
	}
	.wpTopArchiveDesc1 {
		margin-top: 3.61vw;
	}
	.wpTopArchiveDesc1Icon {

	}
	.wpTopArchiveDate1 {
		margin-top: 1vw;
		margin-left: 1.94vw;
	}
	.wpDateText1 {
		font-size: 3.5vw;
	}
	.section7 {
		padding: 11.11vw 0 0;
	}
	.wpTopArchiveList2Wrap {
		margin: 13.89vw auto 0;
		width: 100%;
	}
	.wpTopArchiveList2 {
		border-top: 0;
		padding: 0 4.44vw;
	}
	.wpTopArchiveList2Item {
		width: 100%;
		padding: 0;
		border-bottom: 0;
	}
	.wpTopArchiveList2Item:nth-child(n+2) {
		margin-top: 9.72vw;
	}
	.wpTopArchiveThum2 {
		width: 88.89vw;
		height: 56.94vw;
		border-radius: 5.56vw;
		border: 0.28vw solid #E0E0E0;
	}
	.wpTopArchiveList2ItemButtom {
	}
	.wpTopArchiveTitle2 {
		font-size: 4vw;
		line-height: 1.4;
	}
	.wpTopArchiveDesc2 {
		margin-top: 2.78vw;
	}
	.wpTopArchiveDesc2Icon {
		width: 61vw;
	}
	.wpTopArchiveDate2 {
		width: calc(100% - 61vw);
	}
	
	/* .wpTopArchiveList3 {
		margin: 11.11vw auto 0;
		width: 100%;
		padding: 0 4.44vw;
	} */
	/* .wpTopArchiveList3Item {
		border-top: 0.28vw solid #E0E0E0;
	} */
	/* .wpTopArchiveList3Item:last-child {
		border-bottom: 0.28vw solid #E0E0E0;
	} */
	.wpTopArchiveList3ItemLink {
		display: block;
		text-decoration: none;
	}
	/* .wpTopArchiveList3ItemWrap {
		padding: 1.94vw 0;
	} */
	/* .wpTopArchiveList3Date {
		margin-top: 1.94vw;
		width: 27.78vw;
	} */
	/* .wpTopArchiveDesc3Icon {
		margin-left: 8.89vw;
		width: 48.89vw;
	} */
	/* .wpTopIconList3 {
		margin-left: 0;
		margin-right: 1.94vw;
	} */
	/* .wpTopArchiveTitle3 {
		margin-left: 0;
		margin-top: 2.22vw;
		width: 100%;
		max-width: 100%;
		font-size: 4.44vw;
		line-height: 6.11vw;
	} */
	.topMessageNone {
		margin-top: 11.11vw;
	}
}