@charset "UTF-8";
#breadcrumb__area .breadcrumb__list li a,#breadcrumb__area .breadcrumb__list li:after{
	color: #212121;
}
[data-pagetype="list"] #contents, [data-pagetype="top"] #contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	letter-spacing: .02em;
}
body[data-pagetype="top"] #back-img {
	height: calc(100% - 135px);
    margin: 0;
	margin-top: 135px;
	width: 100%;
    padding: 0;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -20;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
body[data-pagetype="top"] #back-img img{
	width: 100%;
    height: calc(100% - 15px);
    object-fit: cover;
}
#maintitle_area {
	width: 100%;
	height: calc(100vh - 164px);
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
	gap: 2%;
}
#maintitle_area img{
	width: 50%;
	max-width: 722px;
	box-shadow: 3px 3px 15px 5px #333;
}
#maintitle_area .title_sec{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* padding-bottom: 40px; */
	position: relative;
}
#maintitle_area .title_sec .sp-top{
	display: none;
}
#maintitle_area .title_sec.ty{
	width: 100%;
}
#maintitle_area .title_sec .title_block{
	padding: 10px 0px;
    display: block;
    text-align: center;
    min-width: 455px;
    margin: 0;
    color: #fff;
}
#maintitle_area .title_sec .title_block .sub{
	display: block;
    font-size: 20px;
	line-height: 1.5;
    margin-bottom: 10px;
}
#maintitle_area .title_sec .title_block .small{
	font-size: 14px;
    padding: 0 5px;
}
#maintitle_area .title_sec .title_block .main{
	font-size: 28px;
	line-height: 1.5;
}
#maintitle_area .title_sec .copy{
    display: block;
    position: absolute;
	font-size: 18px;
    text-align: center;
	line-height: 1.7;
	top: 50%;
}
#maintitle_area .title_sec.ty .copy{
	top: 52%;
}
#maintitle_area .cta_block{
	width: 100%;
	display: flex;
	padding-top: 40px;
	justify-content: space-evenly;
}
#maintitle_area .cta{
	min-width: 150px;
    padding: 8px 10px;
    text-align: center;
    background-color: #FF7F00;
    color: #fff;
    font-size: 20px;
	line-height: 1.5;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
	transition: 0.4s ease;
}
#maintitle_area .cta:hover {
	transform:translateY(5px);
	box-shadow:unset;
	text-decoration: none;
}
#contents{
	width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}
#contents #main_contents{
	width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}
#contents #main_contents h2{
	width: 100%;
    font-size: 24px;
    text-align: center;
	padding: 40px 0 20px;	
    letter-spacing: .02em;
    font-weight: 500;
}
#contents #main_contents #merit h2{
	background-color: #fff;
	color: #212121;
}
#contents #main_contents #flow h2{
	color: #212121;
}
#contents #main_contents #form h2{
	color: #fff;
}
#contents #main_contents .merit-box{
	width: 1000px;
	margin: 30px auto 0;
    overflow: hidden;
    display: flex;
    gap: 20px;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
	position:relative;
	right: -87.5px;
}
#contents #main_contents .merit-box:nth-child(2n){
	right: 87.5px;
}
#contents #main_contents .merit-box img{
	width: 175px;
    z-index: 2;
}
#contents #main_contents .merit-box .merit-text-b{
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
	padding: 10px 0;
}
#contents #main_contents .merit-box .merit-text-b .merit-title{
	font-size: 22px;
    font-weight: 500;
	letter-spacing: .02em;
}
#contents #main_contents .merit-box .merit-text-b .sp-bar{
	width: 100%;
    height: 6px;
    transform: scale(1.2, 1);
    background-color: #04926E;
}
#contents #main_contents .merit-box .merit-text-b .merit-expla{
	font-size: 18px;
	font-weight: 400;
	padding-right: 10px;
	letter-spacing: .02em;
	min-height: 60px;
	line-height: 1.5;
}
#flow{
	margin-top: 50px;
	background-color: #eee;
}
#contents #main_contents .flow-block{
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    gap: 5%;
}
#contents #main_contents .flow-block .flow-box{
	width: 330px;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    border: solid 5px #212121;
    background-color: #fff;
}
#contents #main_contents .flow-block .flow-step{
	font-size: 20px;
    padding: 8px;
    width: 50%;
    background-color: #FF7F00;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
#contents #main_contents .flow-block img{
	width: 125px;
}
#contents #main_contents .flow-block .right-7{
	position: relative;
	right: -7px;
}
#contents #main_contents .flow-block .flow-text{
	font-size: 20px;
	font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.2;
    text-align: center;
}
#contents #main_contents #form{
    padding-bottom: 80px;
	background-color: #04926E;
}
#contents #main_contents .form-block{
	width: 800px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.8);
}
#contents #main_contents .form-block h3{
	font-size: 20px;
}
#contents #main_contents .form-block .att{
	font-size: 14px;
    width: 100%;
    max-width: 650px;
    font-weight: 400;
    margin-top: 5px;
}
#contents #main_contents .form-block .red{
	color: #E6002D;
}
#contents #main_contents .form-block .form-box{
	display: flex;
    width: 100%;
    justify-content: center;
	padding-top: 20px;
}
.mktoForm{
	width: auto!important;
}
.mktoForm .mktoFormRow{
	width: 632px;
}
#Lblffwk_private_informationAgreement,#LblFFWK_mailMagazine_US{
	width: auto!important;
}
label#Lblffwk_private_informationAgreement{
	margin-left: 0;
}
.mktoForm .mktoCheckboxList{
	width: calc(100% - 20px)!important;
	display: flex;
	align-items: center;
}
.mktoForm .mktoCheckboxList label{
	margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 15px;
    width: 100% !important;
}
.mktoForm .mktoCheckboxList input{
	width: 20px;
	height: 20px;
}
.mktoForm .mktoCheckboxList #mktoCheckbox_127691_0{
	margin-left: 10px;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
	width: 632px !important;
	height: auto!important;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 1.2!important;
	border: solid 1px #666;
	padding: 4px!important;
}
.mktoForm .mktoRequiredField label.mktoLabel{
	width: auto!important;
	line-height: inherit;
	font-weight: 400!important;
    font-size: 18px;
	padding-top: 0;
	padding-bottom: 5px;
}
#LblLastName,#LblFirstName{
	width: auto !important;
	padding-bottom: 0;
	margin-top: 17px;
}
#LblLastName{
	margin-left: 10px;
}
input#LastName,input#FirstName{
	width: 200px !important;
	margin-top: 17px;
}
.mktoForm .mktoRequiredField .mktoAsterix{
	color: #E6002D!important;
}
.mktoForm .mktoOffset{
	height: 10px!important;
	width: 0.1px!important;
}
.mktoForm .mktoOffset:nth-of-type(8){
	display: none;
}
.mktoForm .mktoHtmlText{
	width: 100%!important;
	padding-bottom: 0;
    font-size: 18px;
}
.mktoForm .mktoFieldWrap,.mktoForm .mktoFormCol{
	width: 100%;
	font-weight: 400;
	min-height: 32px!important;
}
.mktoForm .mktoFieldWrap:has(#LblFirstName,#LblLastName),.mktoForm .mktoFormCol:has(#LblFirstName,#LblLastName){
	width: auto;
}
.mktoForm .privacy-title,.mktoForm .privacy-content{
	font-size: 16px;
	line-height: 1.2;
}
.mktoForm .privacy-link{
	color: #E6002D;
	padding: 0;
}
.mktoForm .privacy-link:hover{
	text-decoration: underline;
	text-underline-offset: 3px;
}
.mktoForm .mktoButtonRow{
	width: 100%;
}
.mktoForm .mktoButtonWrap{
	margin-left: 0!important;
	display: block;
}
.mktoForm .mktoButton{
    margin: 20px auto!important;
    display: block;
    font-size: 22px;
    width: 300px;
	height: 51px!important;
    padding: 8px 10px;
    border: none;
    background-color: #FF7F00;
    color: #fff;
	border: solid 2px #FF7F00;
	transition: 0.4s ease;
}
.mktoForm .mktoButton:hover{
	background-color: #FFF;
    color: #FF7F00;
    text-decoration: none;
}
.mktoForm .mktoError {
	right: unset!important;
	bottom: -55px!important;
}
.sp_br{
	display: none;
}
.sp_no_br{
	display: block;
}
@media screen and (max-width:1200px) {
	#contents #main_contents .merit-box{
		right: 0;
	}
	#contents #main_contents .merit-box:nth-child(2n){
		right: 0;
	}
}
@media screen and (max-width:1050px) {
	#contents #main_contents .merit-box{
		width: 98%;
		margin: 40px 1% 0;
	}
	#breadcrumb__area .breadcrumb__list{
		width: 100%;
	}
}
/* タブレット（縦）用 */
@media screen and (max-width:960px) {
	body[data-pagetype="top"] #back-img img{
    	height: calc(100% - 55px);
	}
	#contents #main_contents .flow-block{
		width: 98%;
		margin: 0 1%;
	}
	#contents #main_contents .flow-block .flow-step{
		width: 100%;
	}
	#contents #main_contents .flow-block .right-7{
		right: 0;
	}
	#contents #main_contents #form{
	    padding-bottom: 0;
		background-image: unset;
	}
	#contents #main_contents .form-block{
		width: 100%;
		margin: 30px 0 0 0;
		box-shadow: none;
	}
	/*トップ*/
	#maintitle_area {
		width: 100%;
		margin: 0 auto;
		padding: 0 5px;
	}
	#maintitle_area .title_sec{
		width: 100%;
		padding-bottom: 0;
		justify-content: space-evenly;
	}
	#maintitle_area .title_sec.ty{
		justify-content: space-around;
		padding-bottom: 40px;
	}
	#maintitle_area .title_sec .title_block{
		padding: 20px 0;
		min-width: unset;
	}
	#maintitle_area img{
		display: none;
	}
	#maintitle_area .title_sec .sp-top{
		display: block;
		width: 90%;
		max-width: 450px;
	}
	#maintitle_area .title_sec .title_block .sub{
		font-size: 18px;
	}
	#maintitle_area .title_sec .copy{
		position: relative;
		font-size: 16px;
		color: #fff;
		top: unset;
	}
	#maintitle_area .title_sec.ty .copy{
		position: absolute;
		font-size: 16px;
		color: #212121;
		top: 50%;
	}
	#maintitle_area .cta{
		font-size: 18px;
	}
	#maintitle_area .cta_block{
		padding-top: 10px;
	}
}
@media screen and (max-width:900px) {
	#contents #main_contents .merit-box img{
		display: none;
	}
	#contents #main_contents .merit-box .merit-text-b{
		padding: 10px;
	}
}
/*   smart phone   */
@media screen and (max-width:700px) {
	body[data-pagetype="top"] #back-img img{
    	height: 100%;
	}
	#main_contents {
		width: 100%;
	}
	#listtitle_area {
		width: 100%;
		height: 250px;
	}
	#listtitle_area h1 {
		padding: 0 0 30px 2.0rem;
	}
	#listtitle_area p {
		letter-spacing: .02em;
		padding: 0 0 0 2.0rem;
	}
	/*   top   */
	body[data-pagetype="top"] #back-img {
		margin-top: 85px;
		height: calc(100vh - 85px);
	}
	#maintitle_area {
		width: 100%;
		height: calc(100vh - 85px);
		margin: 0 auto;
		padding: 0 5px;
	}
	#maintitle_area .title_sec{
		width: 100%;
		padding-bottom: 0;
		justify-content: space-evenly;
	}
	#maintitle_area .title_sec.ty{
		justify-content: space-around;
		padding-bottom: 0;
	}
	#maintitle_area .title_sec .title_block{
		padding: 30px 0;
		min-width: unset;
	}
	#maintitle_area img{
		display: none;
	}
	#maintitle_area .title_sec .sp-top{
		display: block;
		width: 90%;
	}
	#maintitle_area .title_sec .title_block .main{
		font-size: 22px;
	}
	#maintitle_area .title_sec .title_block .sub{
		font-size: 18px;
	}
	#maintitle_area .title_sec .copy{
		font-size: 14px;
	}
	#maintitle_area .cta{
		font-size: 16px;
	}
	#maintitle_area .period-block{
		flex-direction: column;
	}
	#maintitle_area .period-title{
		width: 100%;
	}
	#maintitle_area .period-content{
		width: 100%;
	}
	#maintitle_area h1 {
		padding: 0 0 10px 0;
		font-size: 22px;
	}
	#maintitle_area .title_sec.ty .title_block .main{
		font-size: 18px;
	}
	#maintitle_area .title_sec.ty .copy{
		font-size: 14px;
		top: 42%;
	}
	#maintitle_area p {
		padding: 0 0 0 2.0rem;
	}
	#contents #main_contents h2{
		font-size: 20px;
		padding: 20px 0 0;
	}
	#contents #main_contents .merit-box{
		margin: 20px 1% 0;
	}
	#contents #main_contents .merit-box .merit-text-b .merit-title{
		font-size: 18px;
	}
	#contents #main_contents .merit-box .merit-text-b .merit-expla{
		padding-right: 0;
		font-size: 16px;
	}
	#contents #main_contents .flow-block{
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
		gap: 20px;
	}
	#contents #main_contents .flow-block .flow-box{
		height: 250px;
		border: none;
	}
	#contents #main_contents .flow-block img{
		width: 100px;
	}
	#contents #main_contents .merit-box .merit-text-b .sp-bar{
		transform: scale(1.5, 1);
	}
	#contents #main_contents .merit-box img{
		display: none;
	}
	#contents #main_contents .merit-box{
		padding: 20px;
	}
	/*フォーム*/
	#contents #main_contents .form-block .form-box{
		padding-top: 0;
	}
	.mktoForm{
		width: 100%!important;
	}
	.mktoForm .mktoFormRow{
		width: 100%;
	}
	.mktoForm .mktoFormRow:nth-child(6){
		display: flex;
	}
	.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
		width: 100% !important;
		font-size: 16px!important;
	}
	.mktoForm .mktoRequiredField label.mktoLabel{
		width: auto!important;
		font-size: 16px;
	}
	#LblCountry,#LblCompany,#LblDepartment,#LblEmail{
		padding-bottom: 0;
		margin-top: 5px;		
	}
	#LblLastName,#LblFirstName{
		width: auto !important;
		margin-bottom: 0;
		margin-top: 5px;
		margin-left: 0;
	}
	input#LastName,input#FirstName{
		width: 100% !important;
		margin-top: 0;
	}
	.mktoForm .mktoHtmlText{
		font-size: 16px;
	}
	.mktoForm .mktoFieldWrap,.mktoForm .mktoFormCol{
		width: 100%;
	}
	.mktoForm .mktoFieldWrap:has(#LblFirstName,#LblLastName),.mktoForm .mktoFormCol:has(#LblFirstName,#LblLastName){
		width: 100%;
	}
	#contents #main_contents .form-block h3{
		font-size: 16px;
	}
	.mktoForm .privacy-title, .mktoForm .privacy-content{
		font-size: 16px;
		margin-top: 15px;
	}
	.mktoForm button.mktoButton{
		font-size: 20px;
	}
	.sp_br{
		display: block;
	}
	.sp_no_br{
		display: none;
	}
}
@media screen and (max-width:640px) {
	#maintitle_area .title_sec.ty .copy{
		top: 52%;
	}
}