
/* -------------------------------- common -------------------------------- */
main {
	color: #333;
	font-family:
		Hiragino Sans,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		Noto Sans,
		Helvetica Neue,
		Helvetica,
		Meiryo,
		sans-serif;
	overflow: hidden;
}
p {
	font-family:
		Hiragino Sans,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		Noto Sans,
		Helvetica Neue,
		Helvetica,
		Meiryo,
		sans-serif;
}
html {
	font-size: 62.5%!important;
	font-weight: 400;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
br {
	line-height: 0;
}
.msize {
	display: none;
}
.flex {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
a {
	display: inline-block;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.bg_grey_sec {
	background: #f7f7f7;
}
.blue{
	color: #003e70;
}
.orange{
	color: #E78B34;
}
.bold{
	font-weight: 700;
}
.underline_sp{
    background: linear-gradient(transparent 60%, #FAEBAD 50%);
	padding-bottom: 2px;
}
.underline{
    background: linear-gradient(transparent 60%, #FAEBAD 50%);
	padding-bottom: 2px;
}
/*m_layput*/
@media (min-width: 521px) and (max-width: 600px) {
	.pc,
	.sp {
		display: none;
  }
	.msize {
		display: block;
	}
}
/*PC*/
@media (min-width: 601px) {
	.sp,
	.msize {
		display: none;
	}
	.pc {
		display: block;
	}
	.inner {
		width: 95%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.underline_pc{
		background: linear-gradient(transparent 80%, #FAEBAD 50%);
		display: inline-block;
		padding-bottom: 0;
	}
}
/*PC*/
@media (min-width: 767px) {
	.sp2{
		display: none;
	}
	.underline_pc{
		background: linear-gradient(transparent 60%, #FAEBAD 50%);
		display: inline-block;
		padding-bottom: 0;
	}
}
@media screen and (max-width:768px){
	.sp2{
		display: block;
	}
	
}
/*conversion_btn*/
.conversion {
	text-align: center;
}
.conversion-note{
	font-size: 1.2rem;
	margin-bottom: 4px;
}
.conversion-note a{
	text-decoration: underline;
}
.conversion-note a:hover{
	text-decoration: none;
}
.conversion_btn {
	width: 100%;
	margin: 0 auto 12px;
}
.conversion_btn a {
	align-items: center;
	border-radius: 999px;
	background: #AA1313;
	box-shadow: 3.042px 3.042px 3.042px 0 rgba(0, 0, 0, 0.25);
	color: #FFF;
	display: flex;
	font-family: "Hiragino Sans";
	font-size: 2rem;
	font-weight: 700;
	gap: 6.084px;
	justify-content: center;
	letter-spacing: 0.84px;
	max-width: 440px;
    margin: auto;
	padding: 17px;
	position: relative;
	text-align: center;
	transition: 0.3s;
	text-decoration: none;
	width: 100%;
}
.conversion_btn_close a {
	background: #a8a8a8;
	font-size: 1.6rem;
	font-weight: 500;
}
.conversion_btn a:visited{
	color: #fff;
}
.conversion_btn a:after{
	background: url("../images/icon_conversion_white.svg") no-repeat;
	-webkit-background-size: cover;
  	o-background-size: cover;
	background-size: cover;
	content: "";
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
}
.conversion_btn_close a:after{
	background: none;
}
.conversion a span {
    background: #fff;
	border: solid 2px #AA1313;
    border-radius: 60px;
	color: #333;
    font-size: 1.4rem;
    text-align: center;
	padding: 2px 0;
    position: absolute;
    top: -15px;
    right: 50%;
    transform: translateX(50%);
	width: 60%;
}
.conversion a span:after {
	border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}
.conversion small{
	color: #333333;
	font-size: 1.2rem;
}
@media screen and (max-width:414px){
	.conversion a span {
		background: #fff;
		width: 80%;
		top: -23px;
		right: 50%;
        transform: translateX(50%);
	}
}
@media (min-width: 768px) {
	.conversion_btn {
		max-width: 430px;
		margin: 0 auto 18px;
		width: 100%;
	}
	.conversion_btn a {
		font-size: 2.8rem;
		padding: 19px 0;
	}
	.conversion_btn_close a {
		font-size: 2.4rem;
		font-weight: 500;
	}
	.conversion_btn a:after{
		background: url("../images/icon_conversion_white.svg") no-repeat;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		content: "";
		position: absolute;
		right: 6%;
		top: 50%;
		transform: translateY(-50%);
		width: 11px;
        height: 18px;
	}
	.conversion_btn_close a:after{
		background: none;
	}
}
.s-inner{
	max-width: 1024px;
	margin: auto;
	padding: 64px 0;
}
.conversion_btn_wrap{
	margin-top: 48px;
}
@media (max-width: 1100px) {
	.s-inner{
		margin: auto;
		padding: 40px;
		width: 100%;
	}
}
@media (max-width: 601px) {
	.s-inner{
		padding: 40px 24px;
	}
}
@media (max-width: 430px) {
	.s-inner{
		padding: 40px 24px;
	}
	.conversion_btn a {
		font-size: 1.8rem;
		padding: 17px 0;
	}
	.conversion_btn a:after{
		background: url("../images/icon_conversion_white.svg") no-repeat;
		-webkit-background-size: cover;
		o-background-size: cover;
		background-size: cover;
		content: "";
		position: absolute;
		right: 4%;
		top: 50%;
		transform: translateY(-50%);
		width: 8px;
		height: 14px;
	}
	.conversion_btn_close a:after{
		background: none;
	}
}
.ttl_mod_h2 {
	color: #333333;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 4.846vw;
	text-align: center;
}
.ttl_mod_h2 span{
	font-size: 1.6rem;
}
.ttl_mod_h2-txt{
	font-size: 1.6rem;
	line-height: 150%;
}
@media (min-width: 768px) {
	.ttl_mod_h2 {
		font-size: 3.2rem;
		margin-bottom: 32px;
	}
	.ttl_mod_h2 span{
		font-size: 3rem;
	}
}
#showDialog,#showDialog2,#showDialog3{
	background-color: inherit;
	border: none;
	color: #0870C0;
	font-size: 1.2rem;
	font-feature-settings: 'liga' off, 'clig' off;
	font-style: normal;
	font-weight: 400;
	line-height: 165%; /* 19.8px */
	text-align: center;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
#showDialog:hover,#showDialog2:hover,#showDialog3:hover{
	text-decoration: none;
}
#showDialog span,#showDialog2 span,#showDialog3 span{
	position: relative;
}
#showDialog span::after,#showDialog2 span::after,#showDialog3 span::after{
	background: url("../images/ic_help.svg") no-repeat;
	background-size: 14px;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -16px;
	width: 14px;
	height: 14px;
}
dialog,dialog2,dialog3{
	border: none;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
	color: #707070;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 150%;
	margin: auto;
	max-width: 198px;
	padding: 16px;
	text-align: left;
	z-index: 2;
}
dialog li+li,dialog2 li+li,dialog3 li+li{
	margin-top: 6px;
}
#closeDialog,#closeDialog2,#closeDialog3{
	align-items: center;
	border-radius: 30px;
	border: 1px solid #003E70;
	background: #FFF;
	color: #003e70;
	display: flex;
	font-weight: 700;
	gap: 6px;
	height: 32px;
	justify-content: center;
	margin-top: 6px;
	padding: 0 14px;
}
@media (max-width: 320px) {
	.conversion_btn_wrap {
		margin-top: 40px;
	}
	.ttl_mod_h2{
		font-size: 2rem;
	}
}
/*Common end*/

/* -------------------------------- 
   header
-------------------------------- */
.header {
	background-color: #fff;
}
.header_inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 4vw;
}
@media (min-width: 768px) {
	.header_inner {
		margin: auto;
		padding: 0 30px;
		max-width: 1400px;
	}
}
.header_h {
	padding: 4.13333vw 0 4.4vw;
}
@media (min-width: 768px) {
	.header_h {
		padding: 20px 0;
	}
}
.header_h a {
	height: 17.448px;
	max-width: 200px;
	max-height: 20.833px;
	flex: 1 0 0;
	aspect-ratio: 48/5;
}
@media (min-width: 768px) {
	.header_h a {
		height: 20.833px;
		max-width: 200px;
	}
}
.header_sub {
	margin: 3.2vw 0 3.73333vw;
}
@media (min-width: 768px) {
	.header_sub {
		margin: 19px 0 20px;
	}
}
.header_share {
	display: flex;
	margin: 0 -2vw;
}
@media (min-width: 768px) {
	.header_share {
		margin: 0 -8px;
	}
}
.header_share li {
	margin: 0 2vw;
	width: 5.33333vw;
}
@media (min-width: 768px) {
	.header_share li {
		margin: 0 8px;
		width: 21px;
	}
}
.header_share li a {
	display: block;
}
@media (min-width: 768px) {
	.header_share li a {
		transition: 0.3s opacity cubic-bezier(0, 0, 0.58, 1);
	}
}
@media (min-width: 768px) {
	.header_share li a:hover {
		opacity: 0.7;
	}
}
.header_btn{
	display: block;
}
.header_btn a{
	background-color: #003e70;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	margin: auto;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.header_sub {
	margin: 3.2vw 0 3.73333vw;
}
@media (min-width: 768px) {
	.header_sub {
		margin: 19px 0 20px;
	}
}
/*end of header Section*/
/* -------------------------------- 
   mv イラストver
-------------------------------- */
#mv{
	background: url("../images/mv_bg.webp") no-repeat;
	background-size: cover;
	background-position: center;
	height: 245px;
	position: relative;
}
.mv_inner{
	height: 100%;
	max-width: 1024px;
	margin: auto;
	padding: 16px 24px 0;
	position: relative;
}
.mv_inner::before{
	background: url("../images/mv_denshiban.webp") no-repeat;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
	position: absolute;
	bottom: 0;
	left: 16px;
	width: 160px;
	height: 70px;
	z-index: 2;
}
.mv-img_box{
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 218px;
}
.mv-leadtxt{
	color: #003e70;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 125%;
	margin-bottom: 6px;
	text-shadow: 0 0 11.44px #FFF, 0 0 1.578px #FFF;
}
.mv-ttl-subtxt{
	background: #003e70;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 6px;
	padding: 0px 4px;
}
.mv-ttl{
	background: #fff;
	color: #003e70;
	display: inline-block;
	font-weight: 700;
	font-size: 2rem;
	padding: 0px 4px;
}
@media screen and (min-width:480px) {
	.mv-img_box {
		max-width: 248px;
	}
}
@media (min-width: 521px) and (max-width: 600px) {
	.mv-img_box {
		max-width: 260px;
	}
	#mv::before {
		width: 200px;
		height: 88px;
	}
}
@media (min-width: 601px) {
	#mv {
		height: 456px;
	}
	.mv_inner {
		padding: 24px 24px 0;
	}
	.mv-leadtxt{
		font-size: 2.8rem;
		text-shadow: 0 0 29px #FFF, 0 0 4px #FFF;
		margin-bottom: 10px;
	}
	.mv-ttl-subtxt,.mv-ttl{
		font-size: 3.6rem;
	}
	.mv-ttl-subtxt{
		margin-bottom: 10px;
		padding: 0px 8px;
	}
	.mv-img_box {
        max-width: 358px;
    }
	.mv_inner::before {
		width: 320px;
		height: 141px;
	}
}
@media screen and (min-width:900px) {
	.mv-img_box {
        max-width: 430px;
    }
	.mv_inner::before {
        width: 406px;
        height: 178px;
    }
	.mv_inner {
        padding: 48px 48px 0;
    }
}
@media screen and (min-width:1366px) {
	#mv {
        height: 486px;
    }
	.mv-img_box {
        max-width: 546px;
    }
	.mv_inner {
        padding: 48px 0;
    }
	.mv_inner {
		max-width: 1223px;
	}
	.mv-ttl-subtxt,.mv-ttl{
		font-size: 4.8rem;
	}
	.mv-leadtxt {
		margin-bottom: 12px;
	}
}
@media (max-width: 320px) {
	.mv-img_box {
		position: absolute;
		bottom: 0;
		right: -4px;
		max-width: 188px;
	}
}
/*end of mv イラストver Section*/
/* -------------------------------- 
   #mv2 タレントver
-------------------------------- */
@media screen and (max-width: 520px){
	#mv2 .sp{
		display: block;
	}
	#mv2 .pc{
		display: none;
	}
	#mv2 .hero_img_wrap{
		height: 383px;
		margin-left: -26px;
	}
	#mv2 .hero_img_wrap picture img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#mv2{
		position: relative;
	}
	#mv2 .hero-sub-text{
		display: block;
        position: absolute;
        width: 120px;
        justify-self: end;
        align-self: start;
        top: 16px;
        right: 16px;
        z-index: 2;
	}
	#mv2 .device-image-mobile-container{
		width: auto;
		height: 204px;
		aspect-ratio: 405 / 815;
		display: block;
        position: absolute;
        bottom: 126px;
        right: 16px;
        z-index: 2;
	}
	#mv2 .campaign-badge{
		position: absolute;
		bottom: 0;
		width: 80px;
		left: -32px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 4px;
	}
	#mv2 .campaign-badge span{
		display: block;
	}
	#mv2 .device-image-mobile-container p{
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
		color: #fff;
		font-size: 0.8rem;
		font-weight: 600;
		line-height: 1.35;
		text-align: center;
		order: -1;
	}
	#mv2 h1{
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		line-height: 1.4;
	}
	#mv2 .h1-small{
		font-size: 2.4rem;
	}
	#mv2 .hero-txt_box{
		background: url("../images/mv_bg_pink.webp") no-repeat;
		background-position: right;
		padding: 24px 16px;
	}
	#mv2 .slide-items {
		list-style: none;
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#mv2 .fade-img-box {
		width: 100%;
		height: 100%;
		margin-left: auto;
		position:relative;
	}
	#mv2 .fade-img-box img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
}
@media screen and (min-width: 521px) and (max-width: 959px){
	#mv2 .sp{
		display: block;
		position: relative;
	}
	#mv2 .pc{
		display: none;
	}
	#mv{
		position: relative;
	}
	#mv2 .hero-sub-text {
		align-self: start;
		display: block;
		justify-self: end;
		position: absolute;
		top: 60px;
		right: 50%;
		transform: translateX(50%);
		width: 110px;
		z-index: 2;
    }
	#mv2 .device-image-mobile-container{
		aspect-ratio: 405 / 815;
		display: block;
        position: absolute;
        bottom: 120px;
        right: 16px;
		width: auto;
		height: 204px;
        z-index: 2;
	}
	#mv2 .campaign-badge{
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 4px;
		bottom: 0;
		left: -32px;
		position: absolute;
		width: 80px;
	}
	#mv2 .campaign-badge span{
		display: block;
	}
	#mv2 .device-image-mobile-container p{
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
		color: #fff;
		font-size: 0.8rem;
		font-weight: 500;
		line-height: 1.35;
		text-align: center;
		order: -1;
	}
	#mv2 h1{
		color: #fff;
		font-weight: bold;
		font-size: 3.2rem;
		line-height: 1.4;
		text-align: center;
	}
	#mv2 .h1-small{
		font-size: 2.4rem;
	}
	#mv2 .hero-txt_box{
		background: url("../images/mv_bg_pink.webp") no-repeat;
		background-position: right;
		padding: 24px 16px;
	}
	#mv2 .campaign_img img{
		filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 1))drop-shadow(0px 0px 10px rgba(255, 255, 255, 1))drop-shadow(0px 0px 30px rgba(255, 255, 255, 1));
	}
	#mv2 .hero_img_wrap{
		height: 410px;
	}
	#mv2 .fade-img-box{
		display: flex;
		width: 50%;
		height: 100%;
        object-fit: cover;
	}
	#mv2 .fade-img-box img {
		object-fit:cover;
	}
}
@media screen and (min-width: 960px) {
	#mv2 .sp{
		display: none;
	}
	#mv2 .pc{
		display: block;
	}
	#mv2 .mv_container{
		background: #ebebeb;
		height: 520px;
	}
	#mv2 .hero_img_wrap img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#mv2 .hero-in {
		display: flex;
		position: inherit;
		height: 100%;
		width: 100%;
		min-width: auto;
		max-width: 2080px;
		margin-inline: auto;
	}
	#mv2 .hero_img_wrap,#mv2 .hero_text_wrap{
		width: 33.333333%;
	}
	#mv2 .hero_text_wrap{
		align-items: center;
		background: url("../images/mv_bg_pink.webp") no-repeat;
		background-position: right;
		background-color: #003e70;
		display: flex;
		flex-direction: column;
		gap: 24px;
		justify-content: center;
		margin-block-start: -1px;
		padding: 24px;
		position: relative;
		z-index: 1;
	}
	#mv2 h1{
		color: #fff;
		font-weight: bold;
		font-size: 3.6rem;
		line-height: 1.4;
		text-align: center;
	}
	#mv2 .h1-small{
		font-size: 2.6rem;
	}
	#mv2 .hero-img-denshiban{
		max-width: 244px;
		width: 22cqw;
	}
	#mv2 .campaign-badge{
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 4px;
		position: absolute;
		top: 0;
		width: 80px;
		left: -20px;
	}
	#mv2 .campaign-badge span{
		display: block;
	}
	#mv2 .device-image-mobile-container{
		position: relative;
	}
	#mv2 .device-image-mobile-container p{
		color: #fff;
		font-size: 0.8rem;
		line-height: 1.35;
		margin-right: 20px;
		text-align: center;
		order: 1;
	}
}
@media screen and (min-width: 521px) and (max-width: 1140px){
	#mv2 h1 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 360px) {
	#mv2 .hero_img_wrap {
		margin-left: -70px;
	}
	#mv2 .hero-sub-text{
		width: 110px;
	}
}
/*end of mv タレントver Section*/
/* -------------------------------- 
   mv-lead_sec
-------------------------------- */
.mv-lead-img_box{
	max-width: 952px;
	margin: auto;
}
.mv-lead_sec .s-inner{
	padding: 24px 16px 0;
}
.mv-lead_sec .conversion{
	padding: 0 8px;
}
@media screen and (min-width:425px) {
	.mv-lead_sec .s-inner{
		padding: 32px 24px 0;
	}
}
@media screen and (min-width:1024px) {
	.mv-lead_sec .s-inner{
		padding: 64px 24px 0;
	}
}
/*end of mv-lead_sec */
/* -------------------------------- 
   contents_sec
-------------------------------- */
#contents_sec{
	background: linear-gradient(180deg, #FFF 0%, #FFF6F8 55.75%);
}
/*以下　アンカーリンク*/
.question_list_wrap{
	column-gap: 10px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
}
.question_list_item{
	align-items: center;
	border-radius: 8px;
    border: 2px solid #F1F1F1;
    background: #FFF;
	display: flex;
	flex-direction: column;
	width: calc(100% / 2 - 10px);
}
.question_list_item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
    padding: 16px;
    position: relative;
	width: 100%;
    height: 210px;
}
.question_list_item a::after {
	background: url("../images/icon_ankerlink.svg") no-repeat top center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	content: "";
	position: absolute;
	bottom: -1em;
	right: 50%;
	transform: translateX(50%);
	width: 18px;
	height: 18px;
}
.question-number{
	aspect-ratio: 16/17;
	width: 15.781px;
	height: 16.902px;
}
.question-list-ttl{
	color: #333;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
}
.question-img{
	width: 94px;
	margin: auto;
}
/*以下　アンカーリンク先の中身*/
.contents_wrap{
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-top: 80px;
}
/* ベルトコンベア風 */
@keyframes horizontal-animation {
	from {
		transform: translateX(0);
  }
	to {
		transform: translateX(-100%);
	}
}
.belt-container {
	display: flex;
}
_:lang(x)+_:-webkit-full-screen-document,.belt-container_wrap{
	position: relative;
	width: stretch;
	overflow: hidden;
}
.belt-container_wrap{
	position: relative;
	width: stretch;
	width: -moz-available; /* 古いFirefox用 */
	width: -webkit-fill-available; /* Safari用 */
	overflow: hidden;
}
.belt-container_wrap::before{
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 5.65%, #FFF 46.7%);
	content: "";
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 17px;
	height: 100%;
	z-index: 999;
}
.belt-container_wrap::after{
	background: linear-gradient(-270deg, rgba(255, 255, 255, 0.00) 5.65%, #FFF 46.7%);
	content: "";
	position: absolute;
	bottom: 0;
	right: -1px;
	width: 17px;
	height: 100%;
	z-index: 999;
}
.belt-wrapper {
	animation: horizontal-animation 25s linear infinite;
	display: flex;
}
.belt {
	width: 100px;
	margin-right: 5px;
}
.belt img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.contents_box-ttl_wrap{
	align-items: center;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(90deg, #F5AFD0 0%, #FFDBEC 100%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	padding: 16px;
}
.question-number{
	width: 22px;
	height: 23px;
}
.contents_box-ttl{
	align-items: center;
	border-radius: 8px;
	background: #FFF;
	color: #333;
	font-size: 1.4rem;
	font-weight: 600;
	justify-content: center;
	line-height: 130%;
	text-align: center;
	padding: 10px;
	position: relative;
	width: 100%;
}
.contents_box-ttl:after {
	border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}
.contents_box-img{
	position: absolute;
	top: -59px;
	left: 0;
	width: 70px;
}
.contents_box-detail_wrap{
	align-items: flex-start;
	box-shadow: 0 1.277px 3.832px 0 rgba(0, 0, 0, 0.07);
	border-radius: 0 0 8px 8px;
	background: #FFF;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
	width: 100%;
}
.h3-sub{
	background: #003e70;
	color: #FFF;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1px 6px;
	line-height: 160%;
}
h3{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 160%;
}
.h3_wrap{
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 10px;
}
.contents-txt{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 160%;
}
@media (min-width: 521px) and (max-width: 999px) {
	.contents_box-ttl{
		font-size: 1.6rem;
		padding: 16px;
	}
	.img-container{
		max-width: 370px;
		margin: auto;
	}
	h3{
		font-size: 2.2rem;
	}
}
@media screen and (min-width:768px) {
    /*　画面サイズが480px以上はここを読み込む　*/
	.contents_box-detail_wrap {
		padding: 32px;
		gap: 24px;
	}
	h3{
		font-size: 2.8rem;
	}
	.h3-sub{
		font-size: 2.2rem;
	}
}
@media screen and (min-width:767px) {
    /*　画面サイズが767px以上はここを読み込む　*/
	.question_list_wrap {
		display: flex;
		flex-wrap: nowrap;
	}
	.contents_box-ttl_wrap {
		border-radius: 16px 16px 0 0;
		flex-direction: row;
		gap: 24px;
		justify-content: flex-start;
		padding: 24px;
	}
	.contents_box-detail_wrap{
		border-radius: 0 0 16px 16px;
	}
	.contents_box-ttl:after {
		border: 10px solid transparent;
		border-top: 31px solid #fff;
		content: "";
		position: absolute;
		top: 8%;
		left: auto;
		right: -18px;
		margin-left: -5px;
		transform: rotate(-90deg) scaleY(0.6) translateX(-3px);
	}
	.contents_box-ttl {
		align-items: center;
		font-size: 2rem;
		padding: 18px;
		position: relative;
		max-width: 470px;
		text-align: left;
	}
	.contents_box .question-number {
		width: 40px;
		height: 40px;
	}
	.contents_box-img {
		position: absolute;
		top: auto;
		left: auto;
		bottom: -24px;
		right: -130px;
		width: 110px;
	}
	.contents_box-detail_wrap {
		flex-direction: row;
		gap: 24px;
		padding: 32px;
	}
	#contents_box01 .contents_box-detail_wrap{
		flex-direction: column;
	}
	h3{
		font-size: 2.4rem;
	}
	.h3-sub{
		font-size: 2rem;
	}
	.contents_box .img-container{
		max-width: 380px;
	}
}
@media screen and (min-width:1100px) {
	.h3_wrap {
		gap: 14px;
		margin-bottom: 14px;
	}
	.belt-container_wrap::after {
		width: 40px;
	}
	.belt-container_wrap::before {
		width: 40px;
	}
	.contents_box-ttl {
		align-items: center;
		font-size: 2.4rem;
		max-width: 680px;
		padding: 18px 32px;
		position: relative;
		text-align: left;
	}
	.contents_box .question-number {
		width: 50px;
		height: 50px;
	}
	.contents_box-img {
		position: absolute;
		top: auto;
		left: auto;
		bottom: -24px;
		right: -210px;
		width: 130px;
	}
	h3{
		font-size: 2.8rem;
	}
	.h3-sub{
		font-size: 2.4rem;
	}
}
@media screen and (min-width:1366px) {
	.question_list_wrap{
		column-gap: 24px;
	}
	.question_list_item a {
		gap: 16px;
		height: auto;
		padding: 32px 0;
	}
	.question_list_item a::after {
		bottom: -1.5em;
		width: 28px;
		height: 28px;
	}
	.question-img {
		width: 124px;
	}
	.question-list-ttl{
		font-size: 1.6rem;
	}
	.contents_box-img {
        width: 150px;
		right: -230px;
    }
	.contents_wrap{
		gap: 56px;
		margin-top: 120px;
	}
	.contents_box-detail_wrap {
		gap: 32px;
        padding: 40px;
    }
	.belt {
		width: 156px;
	}
	.question_list_wrap .question-number {
		width: 34px;
		height: 34px;
		top: -12px;
        left: 8px;
		position: absolute;
	}
	h3{
		font-size: 3.2rem;
	}
	.h3-sub{
		font-size: 2.4rem;
	}
}
@media (max-width: 370px) {
	.question-list-ttl{
		font-size: 1.2rem;
	}
	.question_list_item a {
		height: 200px;
		padding: 16px 8px;
	}
	.question-img {
		width: 84px;
	}
}
/*end of contents_sec*/
/* -------------------------------- 
   slider 
-------------------------------- */
/* sliderの見た目 */
.slider-item{
	display: flex;
}
.slider-item a{
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px #e4e4e4;
	color: #333;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 24px 18px 30px;
	text-decoration: none;
}
.slider-item a:hover{
	opacity: 1;	
}
.slider-item img{
	border-radius: 6px;
}
.slider-ttl{
	color: #333;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 15px 0 12px;
}
.slider-txt{
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
}
/* dots */
.slick-dots {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 20px;
}
.slick-dots li button {
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #c8c8c8;
	min-height: auto!important;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
}
.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 7px
}
.slick-dots li.slick-active button:before {
	content: none;
	opacity: 0
}
.slick-dots li.slick-active button {
	background: #003e70;
	border: none
}
/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
	display: flex;
	justify-content: center;
}
.dots-wrap li {
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 5px;
	transition : all 0.5s;
	width: 10px;
	height: 10px;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
	background: coral;
}
.dots-wrap li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	display: none;
	outline: none;
	padding: 0;
}
/* slider */
@media (min-width: 729px) {
	.slider{
		display: flex;
		justify-content: space-between;
		margin-top: 48px;
	}
	.slider .slider-item{
		max-width: 32%;
	}
	.slider-ttl{
		font-size: 1.6rem;
	}
}
@media (max-width: 730px) {
	.slider {
		width: 768px;
		margin: 30px auto 0;
	}
	.slider .slick-list {
		padding: 0 4% 2% 4%!important;
	}
	.slider .slider-item {
		display: inline-block;
		margin: 0 0.5%;
		height: auto;
	}
	.slider-item a{
		height: 310px;
	}
	.slick-slider{
		width: 100%;
	}
	.slider-item a{
		display: inline-block;
		flex-direction:row;
	}
	.slick-dots{
		margin-top: 0;
	}
}
@media screen and (max-width:640px){
	.slider {
		width: 100%;
		margin-top: 14px;
	}
	.slider-item a {
		height: 360px;
	}
	.slick-dots{
		margin-top: 10px;
	}
}
@media screen and (max-width:425px){
	.slider-item a {
		height: 430px;
	}
	.slider-ttl{
		font-size: 1.6rem;
		margin: 12px 0 6px;
	}
}
@media screen and (max-width:414px){
	.slider-item a {
		height: 420px;
	}
}
@media screen and (max-width:320px){
	.slider .slick-list {
		padding: 5% 0%!important;
	}
}
/*end of News Section*/
/* -------------------------------- 
  flow_sec 
-------------------------------- */
#flow_sec .slider-item a {
    border-radius: 0 0 8px 8px;
	background: #F7F7F7;
	box-shadow: inherit;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
	gap: 16px;
    padding: 24px 18px 30px;
    text-decoration: none;
	height: 300px;
}
#flow_sec .slider-item a figure{
	margin: 0 auto;
}
#flow_sec .slider-ttl-step{
	align-items: center;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(90deg, #459FE5 0%, #75CFF9 171.91%);
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	padding: 14px 0;
}
#flow_sec .step-icon{
	align-items: center;
	border-radius: 999px;
	background: #1183E0;
	background-blend-mode: soft-light;
	color: #FFF;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 160%; /* 22.4px */
	padding: 0 16px;
	text-align: center;
}
#flow_sec .step-ttl{
	color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 28.8px */
	text-align: center;
}
@media (min-width: 425px) {
	#flow_sec .slider-item a {
		height: 350px;
	}
}
@media (min-width: 530px) {
	#flow_sec .slider-item a figure{
		width: 300px;
	}
}
@media screen and (min-width:731px) {
    /*　画面サイズが731px以上はここを読み込む　*/
	#flow_sec .slider-item{
		display: flex;
		flex-direction: column;
	}
	#flow_sec .slider {
		column-gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
		row-gap: 24px;
    }
	#flow_sec .slider .slider-item {
        max-width: 100%;
        width: calc(100% / 2 - 24px);
    }
	#flow_sec .slider-item a {
		height: auto;
	}
	#flow_sec .slider-item a figure {
        width: 100%;
    }
}
@media screen and (min-width:1024px) {
	#flow_sec .slider {
		column-gap: 16px;
        flex-wrap: nowrap;
		justify-content: center;
		row-gap: inherit;
    }
	#flow_sec .slider .slider-item {
        max-width: 100%;
        width: calc(100% / 4 - 16px);
    }
}
/* -------------------------------- 
  campaign_sec 
-------------------------------- */
#campaign_sec .campaign_img_box{
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
#campaign_sec .ttl_mod_h2{
	color: #333;
	font-weight: 400;
}
#campaign_sec .ttl_mod_h2 .txt_size{
	color: #003e70;
	font-size: 3.2rem;
	font-weight: 700;
}
@media screen and (min-width:480px) {
    /*　画面サイズが480px以上はここを読み込む　*/
	#campaign_sec .campaign_img {
		max-width: 90%;
	}
	#campaign_sec .discount_txt_img{
		max-width: 90%;
	}
	#campaign_sec .discount_img{
		max-width: 90%;
	}
}
@media screen and (min-width:601px) {
    /*　画面サイズが601px以上はここを読み込む　*/
	#campaign_sec .campaign_img_box {
		gap: 32px;
	}
	#campaign_sec .discount_txt_img{
		max-width: 90%;
	}
	#campaign_sec .discount_img{
		max-width: 90%;
	}
	#campaign_sec .ttl_mod_h2 .txt_size{
		font-size: 4rem;
	}
}
@media screen and (min-width:1024px) {
	#campaign_sec .campaign_img_box {
		gap: 48px;
	}
	#campaign_sec .discount_txt_img{
		max-width: 686px;
	}
	#campaign_sec .discount_img{
		max-width: 700px;
	}
	#campaign_sec .ttl_mod_h2 .txt_size{
		font-size: 4.8rem;
	}
}
@media screen and (min-width:1366px) {
	#campaign_sec .campaign_img_box {
		max-width: 1024px;
	}
}
/* -------------------------------- 
  faq 
-------------------------------- */
.faq {
	background-color: #f7f7f7;
	content-visibility: auto;
	contain-intrinsic-size: 600px;
	padding: 9.867vw 0;
}
.faq h3 {
	color: #474747;
	font-size: 4.267vw;
	font-weight: 700;
	margin: 6.667vw 0 4vw;
	text-align: center;
}
.faq figure{
	text-align: center;
	margin-bottom: 10px;
}
.faq .inner_faq {
	margin: 0 auto;
	max-width: 1000px;
}
.faq .sect_h {
	margin-bottom: 3vw;
}
.faq .faq_wrap {
	-webkit-border-radius: 1.600vw;
	border-radius: 1.600vw;
	border: .267vw solid #dfdfdf;
	width: 91.5%;
	margin: 0 auto 4vw;
	overflow: hidden;
}
.faq .faq_wrap li {
	background: #fff;
	padding: 4vw 4vw;
	position: relative;
}
.faq .faq_wrap li.question {
	-webkit-border-radius: 1.600vw;
	border-radius: 1.600vw;
	cursor: pointer;
	display: flex;
}
.faq .faq_wrap li .faq_img,
.faq .faq_wrap li.answer {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.faq .faq_wrap li.answer {
	background: #fff;
	border-top: 1px solid #dfdfdf;
	flex-wrap: nowrap;
}
.faq .faq_wrap li.question::after,
.faq .faq_wrap.is-active li.question::after {
	background: url(../images/icon_drop.jpg) no-repeat;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
	position: absolute;
	right: 4vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.667vw;
	height: 1.600vw;
}
.faq .faq_wrap.is-active li.question::after {
	background: url(../images/icon_drop.jpg) no-repeat;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
	position: absolute;
	right: 4vw;
	transform: rotate(180deg);
	width: 2.667vw;
	height: 1.600vw;
}
.faq .faq_wrap li .info_sec a {
	color: #0870C0;
	text-decoration: underline;
}
.faq .faq_wrap li .info_sec a:hover{
	text-decoration: none;
}
.faq .faq_wrap li .info_sec p,
.faq .faq_wrap li .faq_img {
	margin-bottom: 4vw;
}
.faq .faq_wrap li .faq_img img,
.faq .faq_wrap li.answer img {
	width: 37.600vw;
}
.faq .faq_wrap li .faq_img {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.faq .faq_wrap li .faq_img img:first-child {
	margin: 0;
}
.faq .faq_wrap span {
	font-weight: 700;
	margin-right: 1.333vw;
	width: auto;
}
.faq .faq_wrap span,
.faq .faq_wrap p {
	color: #003e70;
	display: inline-block;
	font-size: 3.733vw;
}
.faq .faq_wrap p {
	color: #474747;
}
@media (min-width: 768px) {
	.faq {
		padding: 60px 32px 65px;
	}
	.faq h3 {
		color: #474747;
		font-size: 1.8rem;
		font-weight: 700;
		margin: 25px 0 15px;
		text-align: center;
	}
	.faq figure{
		text-align: left;
	}
	.faq .inner_faq {
		margin: 0 auto;
		max-width: 1024px;
	}
	.faq .faq_wrap {
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 1px solid #dfdfdf;
		margin: 0 auto 15px;
		width: 100%;
	}
	.faq .faq_wrap li {
		background: #FAFAFA;
		padding: 13px 15px;
		position: relative;
	}
	.faq .faq_wrap li.question {
		-webkit-border-radius: 6px;
		border-radius: 6px;
		cursor: pointer;
	}
	.faq .faq_wrap li .faq_img,
	.faq .faq_wrap li.answer {
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.faq .faq_wrap li.answer {
		background: #fff;
		flex-wrap: nowrap;
	}
	.faq .faq_wrap li.question::after,
	.faq .faq_wrap.is-active li.question::after {
		content: "";
		position: absolute;
		width: 10px;
		height: 6px;
		background: url(../images/icon_drop.jpg) no-repeat;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.faq .faq_wrap.is-active li.question::after {
		content: "";
		position: absolute;
		width: 10px;
		height: 6px;
		background: url("../images/icon_drop.jpg") no-repeat;
		transform: rotate(180deg);
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		right: 15px;
	}
	.faq .faq_wrap li .info_sec p,
	.faq .faq_wrap li .faq_img {
		margin-bottom: 15px;
	}
	.faq .faq_wrap li .faq_img img,
	.faq .faq_wrap li.answer img {
		width: 310px;
	}
	.faq .faq_wrap li .faq_img img:first-child {
		margin: 0;
	}
	.faq .faq_wrap span {
		width: 24px;
		font-weight: 700;
	}
	.faq .faq_wrap span,
	.faq .faq_wrap p {
		color: #003e70;
		display: inline-block;
		font-size: 1.6rem;
	}
	.faq .faq_wrap p {
		color: #474747;
	}
}
/* For Tablet*/
@media only screen and (min-width: 521px) and (max-width: 767px) {
	.faq {
		padding: 7.823vw 0 8.475vw;
	}
	.faq h3 {
		color: #474747;
		font-size: 2.347vw;
		margin: 3.259vw 0 1.956vw;
	}
	.faq .faq_wrap {
		-webkit-border-radius: 0.782vw;
		border-radius: 0.782vw;
		border: 0.130vw solid #dfdfdf;
		width: 91.8%;
		margin: 0 auto 1.956vw;
	}
	.faq .faq_wrap li {
		padding: 1.695vw 1.956vw;
	}
	.faq .faq_wrap li.question {
		-webkit-border-radius: 0.782vw;
		border-radius: 0.782vw;
	}
	.faq .faq_wrap li.question::after,
	.faq .faq_wrap.is-active li.question::after {
		content: "";
		position: absolute;
		width: 1.304vw;
		height: 0.782vw;
		background: url(../images/icon_drop.jpg) no-repeat;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		right: 1.956vw;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.faq .faq_wrap.is-active li.question::after {
		content: "";
		position: absolute;
		width: 1.304vw;
		height: 0.782vw;
		background: url(../images/icon_drop.jpg) no-repeat;
		transform: rotate(180deg);
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		right: 1.956vw;
	}
	.faq .faq_wrap li .info_sec p,
	.faq .faq_wrap li .faq_img {
		margin-bottom: 1.956vw;
	}
	.faq .faq_wrap li .faq_img img,
	.faq .faq_wrap li.answer img {
		width: 40.417vw;
	}
	.faq .faq_wrap li .faq_img img:first-child {
		margin: 0 1.304vw 0 0;
	}
	.faq .faq_wrap span {
		font-weight: 700;
		width: 3.129vw;
	}
	.faq .faq_wrap span,
	.faq .faq_wrap p {
		font-size: 2.086vw;
	}
	.faq .faq_wrap p {
		color: #474747;
	}
}
/* --------------------------------
   end FAQ section
-------------------------------- */
/* -------------------------------- 
  note 
-------------------------------- */
.ttl_service {
	color: #474747;
	font-size: 3.733vw;
	font-weight: 700;
	margin: 5.333vw 0 2.667vw;
}
.service_contents .list {
	margin-bottom: 2.667vw;
}
.list .que {
	background: #fff;
	border: 1px solid #dadada;
	padding: 4vw;
	position: relative;
}
.list .que::after {
	content: "";
	width: 3.2vw;
	height: 1.867vw;
	background: url(../images/icon_drop.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 45%;
	right: 4vw;
}
.list.is-active .que::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.list .ans {
	background: #f7f7f7;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 4vw;
}
.list p {
	color: #333;
	font-size: 3.733vw;
	font-weight: 400;
}
.ans table {
	border: 1px solid #dadada;
}
.ans table tr {
	border-bottom: 1px solid #dadada;
}
.ans table th,
.ans table td {
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	color: #474747;
	font-size: 3.2vw;
	font-weight: 400;
}
.ans table th {
	background: #474747;
	color: #fff;
	padding: 1.333vw 2vw;
}
.ans table td {
	padding: 5.333vw 4vw;
}
.ans table .col_01 {
	width: 30%;
}
.ans table .col_02 {
	width: 35%;
}
.ans table .col_03 {
	width: 35%;
}
.notes {
	content-visibility: auto;
	contain-intrinsic-size: 1700px;
	padding: 0 0 14.66667vw;
}
@media (min-width: 768px) {
	.notes {
		padding: 80px 32px 72px;
	}
}
.notes .conversion {
	margin-top: 12vw;
}
@media (min-width: 768px) {
	.notes .conversion {
		margin-top: 60px;
	}
}
.notes_inner {
	margin: 0 4vw;
}
@media (min-width: 768px) {
	.notes_inner {
		margin: auto;
		max-width: 1000px;
	}
}
@media (min-width: 768px) {
	.notes_h {
		font-size: 3.2rem;
	}
}
.notes_list + .notes_list {
	margin: 7.66667vw 0 0;
}
@media (min-width: 768px) {
	.notes_list + .notes_list {
		margin-top: 30px;
	}
}
.notes_list_h {
	color: #474747;
	font-size: 4.8vw;
	font-weight: 700;
	padding-left: 1.7em;
	text-indent: -1.7em;
}
@media (min-width: 768px) {
	.notes_list_h {
		color: #474747;
		font-size: 1.8rem;
	}
}
@media (min-width: 768px) {
	.notes_list_body {
		margin-top: 6px;
	}
}
.notes_list_child p {
	color: #474747;
	font-size: 3.733vw;
	line-height: 1.6;
}
@media (min-width: 768px) {
	.ttl_service {
		color: #474747;
		font-size: 1.4rem;
		font-weight: 700;
		margin: 30px 0 15px;
	}
	.notes_list_child p {
		font-size: 1.6rem;
		line-height: 1.71429;
	}
	.notes_list_child p a {
		display: inline;
	}
	.notes_list_child p.align_txt {
		padding-left: 52px;
		text-indent: -52px;
	}
}
.notes_list_child p a {
	color: #0870C0;
	display: inline;
	text-decoration: underline;
	transition : all 0.5s;
}
@media (min-width: 768px) {
	.notes_list_child p a:hover {
		text-decoration: none;
	}
}
.notes_list_child li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.notes_list_child + .notes_list_child {
	margin: 5.33333vw 0 0;
}
.notes_list_child.first + .notes_list_child {
	margin-top: 0;
}
@media (min-width: 768px) {
	.notes_list_child + .notes_list_child,.notes_list_child02 {
		margin-top: 22px;
	}
}
table {
	width: 100%;
}
.table_02 {
	border-bottom: 1px solid #ccc;
	margin: 2.13333vw 0 4.53333vw;
}
@media (min-width: 768px) {
	.table_02 {
		margin: 12px 0 20px;
	}
}
.table_02 th,.table_02 td {
	font-size: 3.2vw;
	line-height: 1.58333;
	padding: 3.33333vw;
	text-align: center;
	width: calc(100% / 3);
}
@media (min-width: 768px) {
	.table_02 th,
	.table_02 td {
		padding: 18px;
		font-size: 1.4rem;
	}
}
.table_02 th {
	background-color: #000;
	color: #fff;
}
.table_02 th + th {
	border-left: 1px solid #ccc;
}
.table_02 td {
	background-color: #fff;
	color: #474747;
}
.table_02 td + td {
	border-left: 1px solid #ccc;
}
.table_02 td a {
	color: #0a3e6f;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.table_02 td a:hover {
		text-decoration: none;
	}
}
@media (min-width: 768px) {
	.width_584 {
		width: 58.4% !important;
	}
}
@media (min-width: 768px) {
	.width_630 {
		width: 63% !important;
	}
}
.table_04 {
	border-bottom: 1px solid #ccc;
	margin: 2.13333vw 0;
}
@media (min-width: 768px) {
	.table_04 {
		border: 1px solid #dadada;
		border-bottom: none;
		margin: 7px 0 12px;
	}
}
.table_04 th,
.table_04 td {
	font-size: 3.2vw;
	line-height: 1.58333;
	padding: 3.33333vw;
	width: calc(100% / 4);
	text-align: left;
}
@media (min-width: 768px) {
	.table_04 th,
	.table_04 td {
		font-size: 1.2rem;
		padding: 18px;
	}
}
.table_04 th {
	background-color: #000;
	color: #fff;
}
.table_04 th + th {
	border-left: 1px solid #ccc;
}
.table_04 td {
	background-color: #fff;
	color: #474747;
}
.table_04 th,
.table_04 td {
	border-bottom: 1px solid #ccc;
}
.table_04 td.ls_col {
	width: 40%;
}
.table_04 td,
.table_04 td + td {
	border-left: 1px solid #ccc;
}
@media (min-width: 521px) and (max-width: 767px) {
	.notes {
		padding: 10.43vw 0 9.387vw;
	}
	.notes_inner {
		width: 95%;
		margin: auto;
		max-width: 1000px;
	}
	.notes_list_h {
		color: #474747;
		font-size: 2.347vw;
	}
	.service_tbl {
		display: block;
	}
	.ttl_service {
		font-size: 1.825vw;
		margin: 3.911vw 0 1.956vw;
	}
	.notes_list_child p {
		font-size: 1.825vw;
	}
	.ttl_service {
		font-size: 1.825vw;
		margin: 4.215vw 0 1.565vw;
	}
	.service_contents .list {
		margin-bottom: 2.667vw;
	}
	.list .que {
		padding: 1.565vw;
	}
	.list .que::after {
		width: 1.565vw;
		height: 0.913vw;
		right: 1.565vw;
	}
	.list .ans {
		padding: 1.565vw;
	}
	.list p {
		font-size: 1.825vw;
	}
	.ans table th,
	.ans table td {
		font-size: 1.825vw;
	}
	.ans table th {
		padding: 2.333vw 2vw;
	}
	.ans table td {
		padding: 2.333vw 2vw;
	}
	.notes_list + .notes_list {
		margin: 2.66667vw 0 0;
	}
	.table_02 th,
	.table_02 td {
		font-size: 1.825vw;
		padding: 2.333vw 2vw;
	}
}
/*end of notes section*/

/* -------------------------------- 
  footerNav 
-------------------------------- */
.footerNav {
	background-color: #fff;
}
.footerNav_inner {
	padding: 25px 15px;
}
@media (min-width: 768px) {
	.footerNav_inner {
		padding: 8px 0;
	}
}
.footerNav_list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -11px;
}
.footerNav_listItem {
	margin: 11px 24px 0;
}
.footerNav_listItem a {
	color: #67779f;
	font-size: 1.2rem;
	-webkit-font-smoothing: auto;
	line-height: 1.8;
	text-decoration: none;
}
@media (min-width: 768px) {
	.footerNav_listItem a {
		color: #0a385b;
		transition: 0.3s color cubic-bezier(0, 0, 0.58, 1);
	}
	.footerNav_listItem a:hover {
		color: #8a8a8a;
	}
}
/* -------------------------------- 
  footer 
-------------------------------- */
.footer {
	background: #0a385b;
}
@media (min-width: 768px) {
	.footer {
		padding-bottom: 100px;
	}
}
.footer_inner {
	align-items: center;
	background-color: #0a385b;
	display: flex;
	justify-content: center;
	padding: 12px 5px;
}
@media (min-width: 768px) {
	.footer_inner {
		padding: 22px 5px;
	}
}
.footer_logo {
	font-size: 0;
	margin-right: 9px;
	width: 52px;
}
@media (min-width: 768px) {
	.footer_logo {
		margin-right: 22px;
		width: 60px;
	}
}
.footer_logo img {
	width: 100%;
}
.footer_copylight {
	color: #fff;
	font-size: 1rem;
	-webkit-font-smoothing: auto;
}
@media (min-width: 768px) {
	.footer_copylight {
		font-size: 1.4rem;
		letter-spacing: 0.9px;
	}
}
/* -------------------------------------------------
  .user_voice
  ------------------------------------------------- */
#user_voice{
	background: linear-gradient(100deg, #ECF9FF 5.42%, #FFEAF1 104.95%);
}
.user_voice .slider-item a{
	pointer-events: none;
	align-items: center;
}
.user_voice .slider-ttl{
	text-align: center;
}
.user_voice figure img{
	margin: auto;
}
.user_voice figure img:nth-of-type(1){
	height: 126.66px;
}
.user_voice figure img:nth-of-type(2){
	height: 130px;
}
.user_voice figure img:nth-of-type(3){
	height: 136px;
}
@media screen and (max-width:425px){
	.user_voice .slider-item a {
		height: 320px;
	}
}
@media screen and (max-width:414px){
	.user_voice .slider-item a {
		height: 342px;
	}
}

/* -------------------------------- 
  fixBottomNav 
-------------------------------- */
.fixBottomNav {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

.fixBottomNav_note{
	color: #333;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 4px;
	text-align: center;
}
.fixBottomNav.pattern4 {
	background-color: var(--primary-color);
}
.fixBottomNav.is-fixed {
	opacity: 1;
	visibility: visible;
}
.fixBottomNav_inner .img_ft_content{
	bottom: -20px;
    left: -30px;
	max-width: 133px;
	position: absolute;
}
.fixBottomNav_inner img {
	max-width: 350px;
	width: 80%;
}
.fixBottomNav_inner .btn_link {
	z-index: 999999;
}
.fixBottomNav_inner .btn_link p {
	align-items: center;
	border-radius: 999px;
	background: #AA1313;
	box-shadow: 3.042px 3.042px 3.042px 0 rgba(0, 0, 0, 0.25);
	color: #FFF;
	display: inline-block;
	font-family: "Hiragino Sans";
	font-size: 1.8rem;
	font-weight: 700;
	gap: 6;
	justify-content: center;
	position: relative;
	padding: 9px 48px;
	text-align: center;
	text-decoration: none;
}
.fixBottomNav_inner .btn_link p:after {
	background: url("../images/icon_conversion_white.svg") no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	content: "";
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 13px;
}
.fixBottomNav .flex {
    display: none;
}
.btn_wrap{
	text-align: center;
}
@media (min-width: 768px) {
	.fixBottomNav a{
		background: url("../images/bg_ft_fixed.webp") no-repeat top right;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		transition:
		0.3s opacity cubic-bezier(0, 0, 0.58, 1),
		0.3s visibility cubic-bezier(0, 0, 0.58, 1);
		padding: 18px 0;
	}
	.fixBottomNav .flex {
		display: block;
	}
	.fixBottomNav_inner {
		margin: auto;
		max-width: 958px;
	}
	.fixBottomNav_inner .btn_link p {
		font-size: 1.8vw;
	}
	.fixBottomNav .flex {
		display: flex;
	}
	.fixBottomNav_inner .btn_link p {
		align-items: center;
		border-radius: 999px;
		background: #AA1313;
		box-shadow: 3.042px 3.042px 3.042px 0 rgba(0, 0, 0, 0.25);
		color: #FFF;
		display: inline-block;
		font-family: "Hiragino Sans";
		font-size: 2.4rem;
		font-weight: 700;
		gap: 6;
		justify-content: center;
		position: relative;
		padding: 9px 32px;
		text-align: center;
		text-decoration: none;
	}
}
/*link_all*/
.fixBottomNav.link_all a {
	text-decoration: none;
	width: 100%;
}
.fixBottomNav_inner {
	position: relative;
}
.logo_sticky {
	position: absolute;
	width: 22.8vw;
	left: 10vw;
	top: 10%;
}
.fixBottomNav_inner .countdown,
.fixBottomNav_inner .conversion_btn {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}
.fixBottomNav_inner .countdown p,
.fixBottomNav_inner .countdown p span {
	color: var(--secondary-color);
	font-size: 5.267vw;
	margin-top: 0.15em;
}
.fixBottomNav_inner .countdown p span.txt_small {
	color: var(--secondary-color);
	font-size: 3.8vw;
	margin-top: 0.15em;
	margin-bottom: 0;
	width: auto;
}
.fixBottomNav_inner .txt_notes {
	color: var(--white-color);
	font-weight: 400;
	font-size: 2.8vw;
	margin-top: 2vw;
}
.fixBottomNav_inner .txt_notes.msize {
	display: block;
}
@media (min-width: 768px) {
	.fixBottomNav_inner {
		position: relative;
	}
	.logo_sticky {
		position: absolute;
		width: 8vw;
		max-width: 68px;
		left: 6rem;
		top: 10%;
	}
	.fixBottomNav_inner .flex {
		align-items: center;
		justify-content: center;
		padding-left: 0;
        width: 100%;
	}
	.txt_ft_content{
		margin-right: 10px;
	}
	.fixBottomNav_inner .countdown p,
	.fixBottomNav_inner .countdown p span {
		color: var(--secondary-color);
		font-size: 2.8vw;
		margin-top: 0.15em;
	}
	.fixBottomNav_inner .txt_countdown span#count_date {
		font-size: 2.8vw;
	}
	.fixBottomNav_inner .countdown p span.txt_small {
		color: var(--secondary-color);
		font-size: 2vw;
		margin-top: 0.15em;
	}
	.fixBottomNav_inner .txt_notes {
		display: block;
		font-weight: 400;
		font-size: 1rem;
		margin-top: 0px;
		width: 100%;
	}
	.fixBottomNav_inner .txt_notes.msize {
    	display: none;
	}
	.fixBottomNav_inner img {
		max-width: auto;
		width: 100%;
	}
}
/*For TB*/
@media only screen and (min-width: 521px) and (max-width: 767px) {
	.logo_sticky {
		position: absolute;
		left: 28vw;
		top: 10%;
		width: 14.8vw;
	}
	.fixBottomNav_inner {
		padding: 1.06vw 0;
	}
	.fixBottomNav_inner .countdown p,
	.fixBottomNav_inner .countdown p span {
		color: var(--secondary-color);
		font-size: 2.2rem;
		margin-top: 0.15em;
	}
	.fixBottomNav_inner .countdown p span.txt_small {
		font-size: 2.2rem;
	}
	.fixBottomNav_inner .countdown p span.txt_small {
		color: var(--white-color);
		font-size: 1.8vw;
		margin-top: 0.15em;
	}
	.fixBottomNav_inner .txt_notes {
		color: var(--white-color);
		font-weight: 400;
		font-size: 1.4vw;
		margin-top: 1vw;
	}
	.fixBottomNav_inner p.txt_ft_content {
		display: none;
	}
	.img_ft_content{
		display: none;
	}
}
@media (min-width: 960px) {
	.fixBottomNav_inner .countdown {
		max-width: 396px;
	}
	.fixBottomNav_inner .countdown p,
	.fixBottomNav_inner .countdown p span {
		color: var(--secondary-color);
		font-size: 2.6vw;
		margin-top: 0.15em;
	}
	.fixBottomNav_inner .txt_countdown span#count_date {
		font-size: 2.6vw;
	}
	.fixBottomNav_inner .countdown p span.txt_small {
    	font-size: 1.8vw;
	}
	.logo_sticky {
    	left: 4.5rem;
	}
}
@media (min-width: 1024px) {
	.fixBottomNav_inner .flex {
		align-items: center;
	}
	.fixBottomNav_inner img {
		max-width: 530px;
	}
	.fixBottomNav_inner .btn_link p {
		padding: 9px 40px;
	}
	.fixBottomNav_inner .img_ft_content {
		bottom: -26px;
		left: -50px;
	}
}
@media (min-width: 1240px) {
	.fixBottomNav_inner .countdown {
		width: 63%;
		max-width: 364px;
	}
	.fixBottomNav_inner .countdown p,
	.fixBottomNav_inner .countdown p span {
		color: var(--secondary-color);
		font-size: 2.8rem;
		margin-top: 0.15em;
	}
	.fixBottomNav_inner .txt_countdown span#count_date {
		font-size: 2.8rem;
	}
	.fixBottomNav_inner .countdown p span.txt_small {
		font-size: 2rem;
	}
	.logo_sticky {
		left: 6rem;
	}
}
@media (max-width: 320px) {
	.fixBottomNav_inner .btn_link p {
		max-width: 300px;
	}
	.fixBottomNav_inner .btn_link p:after {
		background: url(../images/2025/icon_conversion_white.svg) no-repeat;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: 7px 14px;
		content: "";
		position: absolute;
		right: 6%;
		top: 50%;
		transform: translateY(-50%);
		width: 7px;
		height: 14px;
	}
}
/*　以下クローズ　*/
.fixBottomNav_close .fixBottomNav_inner .btn_link p {
	background: #a8a8a8;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 8px 24px;
}
.fixBottomNav_close a{
	padding: 28px 0;
}
.fixBottomNav_close .fixBottomNav_inner .btn_link p:after {
	background: none;
}

@media (min-width: 1024px) {
    .fixBottomNav_close .fixBottomNav_inner .flex {
        justify-content: center;
    }
}