@charset "UTF-8";
/* CSS Document */
/*カラーについて
  通常期：#f78600
　初割：#C00708
　春割：#f78600
*/
/* common
-------------------------------------------------------------------------- */
.blue{
	color: #003e70;
}
.black{
	color: #333;
}
.bold{
	font-weight: 600;
}
.gradation-button:visited{
	color: #fff;
}
/* #hero
-------------------------------------------------------------------------- */
.hero-in{
	display: grid;
	grid-template-columns: 35.416667% auto 35.416667%;
}
.hero-in {
	position: inherit;
	width: 100%;
	max-width: inherit;
	min-width: auto;
	height: auto;
	margin: 80px auto 0;
}
.hero-in::before{
	content: none;
}
.hero_text_wrap{
	align-items: center;
	margin-block-start: -1px;
    z-index: 1;
    background-color: #003e70;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}
h1{
	text-align: center;
	font-weight: bold;
	font-size: 2.8cqw;
	line-height: 1.4;
}
.h1-small{
	font-size: 2cqw;
}
.hero-sub-text{
	font-size: 1.5cqw;
	font-weight: bold;
}
/*.hero-sub-text span+span{
	margin-left: 10px;
}*/
.device-image-mobile-container{
	max-width: 244px;
	display: block;
	position: relative;
}
.campaign-badge{
	position: absolute;
	top: 0;
	width: 77px;
	left: -20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	order: -1;
}
.campaign-badge span{
	display: block;
}
.device-image-mobile-container p{
	color: #fff;
	font-size: 0.8rem;;
	line-height: 1.35;
	text-align: center;
	order: 1;
}
.hero-sub-text02_box{
	text-align: center;
}
.hero-sub-text02{
	font-size: 1.5cqw;
	font-weight: bold;
	margin-top: 6px;
}
.hero-blue-highlight{
	background-color: #3085C2;
	border-radius: 4px;
	padding: 2px 12px;
}
.hero-white-highlight{
	color: #003e70;
	background-color: #fff;
	padding: 0 12px;
	font-size: 2cqw;
	font-weight: bold;
	display: inline-block;
}
.hero-txt_box{
	align-items: center;
    margin-block-start: -1px;
    z-index: 1;
    background-color: #003e70;
    display: flex;
    flex-direction: column;
    justify-content: center;
	gap: 1cqw;
}
.hero-txt_box+.hero-txt_box{
	margin-top: 2cqw;
}
.hero-btn_wrap a {
    max-width: 340px;
	width: 22cqw;
    background-image: linear-gradient(180deg, rgba(255, 161, 49, 1) 50%, rgba(247, 134, 0, 1));
	border-radius: 200px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25),  -1px -1px 2px rgba(255,255,255,0.15) inset, 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
    font-size: 	2.2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    padding: 0.8cqw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
	position: relative;
}
.hero-btn_wrap a::after{
	position: absolute;
    top: 50%;
    right: 22px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/ic_circle_arrow_right_01.svg") no-repeat;
    background-size: 18px;
    transform: translate(0, -50%);
}
.hero-btn_box{
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 12px;
}
.hero-description-notes{
    font-weight: 300;
    font-size: 0.8cqw;
    line-height: 1.35;
}
.hero-description-notes li+li{
	margin-top: 4px;
}
@media screen and (min-width: 2000px) {
	.hero-white-highlight{
		font-size: 4rem;
	}
}
@media screen and (max-width: 1280px) {
	.hero-in{
		justify-content: center;
	}
	.hero-btn_wrap a {
		font-size: 	1.6rem;
	}
	.hero-btn_wrap a::after{
		right: 10px;
		width: 14px;
		height: 14px;
		background-size: 14px;
	}
}
@media screen and (max-width: 920px) {
	.hero-btn_wrap a {
		font-size: 	1.4rem;
	}
	.hero-btn_wrap a::after{
		content: none;
	}
	.device-image-mobile-container {
		max-width: 184px;
	}
	.campaign-badge {
		top: 3px;
		width: 64px;
		left: -19px;
	}
}
@media screen and (max-width: 768px) {
	.hero-in {
        display: block;
		margin: 43px auto 0;
    }
	h1{
		font-size: 4rem;
	}
	.h1-small{
		font-size: 3rem;
	}
	.hero-sub-text{
		font-size: 2rem;
	}
	.hero-description-notes{
		font-size: 1rem;
	}
	.hero-btn_wrap a {
		width: 230px;
		padding: 6px 0;
		font-size: 1.8rem;
	}
	.hero_text_wrap {
		padding: 32px 24px;
	}
	.hero-txt_box {
		gap: 10px;
	}
	.hero-txt_box+.hero-txt_box{
		margin-top: 16px;
	}
	.hero-btn_wrap a::after{
		content: "";
		right: 8px;
		width: 14px;
		height: 14px;
		background-size: 14px;
	}
	.hero-white-highlight {
		padding: 0 6px;
		font-size: 2.2rem;
		margin-right: 8px;
	}
	.hero-sub-text02{
		font-size: 2.2rem;
		margin-top: 0;
	}
	.hero-sub-text02-big{
		font-size: 2.6rem;
	}
	.device-image-mobile-container {
		max-width: 184px;
	}
	.campaign-badge {
		top: -30px;
		width: 64px;
		left: -19px;
	}
	.device-image-mobile-container p{
		text-align: right;
        position: absolute;
        bottom: -22px;
        left: -20px;
	}
}
@media screen and (min-width: 521px) and (max-width: 768px){
	.h1-small{
		margin-right: 8px;
	}
}
@media screen and (max-width: 425px) {
	h1{
		font-size: 3.2rem;
	}
	.h1-small{
		font-size: 2.4rem;
	}
	.hero-sub-text02{
		font-size: 1.8rem;
	}
	.hero-sub-text02-big{
		font-size: 2.2rem;
	}
	.hero-white-highlight{
		font-size: 1.8rem;
	}
	.hero-sub-text{
		font-size: 1.4rem;
	}
	.hero-txt_box+.hero-txt_box{
		margin-top: 14px;
	}
}
/* anchorList
-------------------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
	body.familyplan .anchorList {
		color: #fff;
	}
}
.anchorList {
	display: none;
	align-items: center;
}
.anchorList span{
	background-color: #003e70;
	color: #fff;
	font-size: 12px;
	padding:2px 4px;
}
.anchorList p span::before{
	display: inline-block;
	position: absolute;
}
.anchorList p {
	position: relative;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.anchorList {
		margin-left: auto;
		display: flex;
		font-size: 14px;
	}
	.anchorList li {
		flex: 0 0 auto;
	}
}
.anchorList li a{
	color: #000;
	transition: all .4s;
	padding: 34px 16px;
}
.anchorList li a:hover{
	opacity: 0.7;
	transition: all .4s;
	cursor: pointer;
}
.bg--familyplan {
	background-color: #B41813;
}
/*.sec-contents .container {
padding-bottom: 28px;
border-bottom: 1px solid rgba(217,217,217,1);
}*/
/* #header
-------------------------------------------------------------------------- */
.header {
	position: relative;
	z-index: 10;
}
.header-in {
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	background: #fff;
	position: fixed;
	margin-right: auto;
	padding: 0 24px;
	height: 81px;
}
@media screen and (max-width: 768px){
	.header-in {
		padding: 14px 15px 14px;
		height: auto;
	}
	.header-logo {
		width: 158px;
		height: auto;
		font-size: 0;
	}
	.header-cplogo {
		width: 50px;
		height: auto;
		font-size: 0;
	}
}
@media screen and (max-width: 768px) {
	.header-logo {
		width: 137px;
	}
	.header-cplogo {
		width:30px;
	}
	.header-logoBox {
		display: flex;
		align-items: center;
	}
	.header-cplogoBox {
		align-items: center;
	}
}
@media screen and (min-width: 1000px) {
	.header-logoBox {
		display: flex;
		align-items: center;
	}
	.header-cplogoBox {
		align-items: center;
		padding-left: 10px;
	}
}
/* ハンバーガーメニュー */
.openbtn1 {
	display: none;
}
@media screen and (max-width: 1000px){
	.openbtn1 {
		display: block;
		position: fixed;
		z-index: 9999;
		top: 15px;
		right: 5px;
		cursor: pointer;
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 768px){
	.openbtn1 {
		top: -2px;
		right: -2px;
		width: 52px;
		height: 52px;
	}
}
.openbtn1 span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #ABABAB;
	width: 45%;
}
.openbtn1 span:nth-of-type(1) {
	top: 15px;
}
.openbtn1 span:nth-of-type(2) {
	top: 23px;
}
.openbtn1 span:nth-of-type(3) {
	top: 31px;
}
.openbtn1.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}
#g-nav {
	position: fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #E1E8F2;
	transform: translateX(120%);
	transition: all 0.6s;
}
#g-nav span {
	background-color: #003e70;
	color: #fff;
	font-size: 12px;
	padding:4px 4px 4px 6px;
}
#g-nav p + p {
	margin-top: 8px;
}
#g-nav .header-menu-list {
	display: none;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#g-nav .header-menu-list__item {
	list-style: none;
	text-align: center;
}
#g-nav .header-menu-list__item a {
	color: #003e70;
	text-decoration: none;
	padding: 14px 0;
	display: block;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 16px;
	}
#g-nav.panelactive {
	opacity: 1;
	z-index: 999;
	transform: translateX(0px);
}
#g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
}
#g-nav.panelactive .header-menu-list {
	display: block;
}
@media screen and (min-width: 1000px) {
	#g-nav {
		display: none;
	}
}
.header-btn {
    align-items: center;
    background-image: linear-gradient(180deg, rgba(255, 161, 49, 1) 50%, rgba(247, 134, 0, 1));
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25),  -1px -1px 2px rgba(255,255,255,0.15) inset, 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    color: #ffffff;
    cursor: pointer;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.8rem;
    font-weight: 400;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 1.3;
    margin-left: 16px;
    min-width: 250px;
    text-align: center;
    text-decoration: none;
    border-radius: 200px;
    height: 52px;
}
@media screen and (max-width: 767px){
	.header-btn {
		display: none;
	}
}
/* family-content
-------------------------------------------------------------------------- */
.family-content{
	margin-top: 16px;
}
.family-content-list {
	background-color: #fff;
    border-radius: 6px;
    border: 1.5px solid #003e70;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 950px;
	margin: auto;
	padding: 32px 40px;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.family-content-list+.family-content-list{
	margin-top: 24px;
}
.family-content-list__container {
	position: relative;
}
.family-content-list__container:after {
	content: "";
	position: absolute;
	top: 0;
	right: -17px;
	width: 24px;
	height: 100%;
	background-color: red;
	background: -moz-linear-gradient(left,rgba(243,243,243,0) 0%, rgba(243,243,243,1) 100%);
	background: -webkit-linear-gradient(left,rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%);
	background: linear-gradient(to right,rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3f3', endColorstr='#f3f3f3',GradientType=1 );
}
.family-content-list__row {
	margin-right: -16px;
}
.family-content-list--scroll {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.family-content-list--scroll:after {
	content: "";
	display: block;
	flex: 0 0 16px;
	max-width: 16px;
}
@media screen and (min-width: 768px) {
	.family-content-list {
		flex-wrap: nowrap;
	}
	.family-content-list {
		border: 2px solid #003e70;
	}
}
.family-content-item {
	width: 100%;
	margin-top: 35px;
}
.family-content-list--scroll .family-content-item {
	display: block;
	flex: 0 0 214px;
	max-width: 214px;
}
.family-content-list--scroll .family-content-item--logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex: 0 0 80px;
	max-width: 80px;
	padding-bottom: 64px;
}
.family-content-list--scroll .family-content-item + .family-content-item {
	margin-left: 16px;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.family-content-list--scroll .family-content-item--logo {
		padding-bottom: 136px;
	}
	.family-content-list--scroll .family-content-item + .family-content-item {
		margin-left: 24px;
	}
}
@media screen and (min-width: 768px) {
	.family-content-item + .family-content-item {
		padding-left: 16px;
	}
}
@media screen and (min-width: 1000px) {
	.family-content-item {
		width: 312px;
		display: block;
		margin:0 auto;
	}
	.family-content-item + .family-content-item {
		margin-left: 40px;
		margin-top: 0;
	}
	.family-content-list--scroll .family-content-item {
		flex: 0 0 312px;
		max-width: 312px;
	}
	.family-content-list--scroll .sv-content-item + .sv-content-item {
		margin-left: 35px;
		margin-top: 0;
	}
	.sv-content-list--scroll .sv-content-item--logo {
		flex: 0 0 104px;
		max-width: 104px;
		padding-bottom: 56px;
	}
}
.family-content-detail{
	padding-top: 16px;
	font-size: 2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.family-content-detail{
		padding-top: 8px;
		font-size: 1.6rem;
		text-align: left;
	}
}
.family-content-img{
	width: 100%;
	min-width: 440px;
}
@media screen and (max-width: 768px) {
	.family-content-img{
		width: 100%;
	}
}
@media screen and (max-width: 414px) {
	.family-content-img{
		width: 100%;
		margin: auto;
	}
}
.family-content-text{
	width: 100%;
    padding: 0 0 0 24px;
    text-align: left;
}
@media screen and (max-width: 768px) {
	.family-content-text{
		width: 100%;
		padding-left:16px;
	}
}
@media screen and (max-width: 767px) {
	.family-content-text{
		width: 100%;
		padding-left:0;
	}
}
.family-content-text-maintext{
	font-weight: 600;
	font-size: 2.2rem;
	background-color: #F78600;
	color: #fff;
	display: inline-block;
	padding: 2px 18px;
}
.family-content-text-maintext .strong{
	font-size: 2.6rem;
}
.family-content-text-maintext .strong-number{
	font-size: 2.8rem;
}
@media screen and (max-width: 1000px) {
	.family-content-text-maintext{
		font-size: 24px;
	}
	.family-content-text{
		width: 100%;
	}
	.family-content-list{
		display: block;
	}
	.family-content-text-maintext{
		font-size: 1.6rem;
		margin-top: 18px;
		padding: 2px 18px;
	}
	.family-content-text-maintext .strong{
		font-size: 2rem;
	}
	.family-content-text-maintext .strong-number{
		font-size: 2.1rem;
	}
	.family-content-text {
        width: 100%;
		text-align: center;
    }
	.family-content-detail{
		text-align: left;
	}
	.family-content-img{
		width: 100%;
	}
	.family-content-list{
		padding: 16px 16px 24px;
		width: 72%;
	}
}
@media screen and (max-width: 768px) {
	.family-content-img{
		min-width: inherit;
	}
}
@media screen and (max-width: 500px) {
	.family-content-list{
		width: 100%;
	}
	.family-content-text-maintext{
		padding: 2px 8px;
	}
}
@media screen and (max-width: 325px) {
	.family-content-detail{
		font-size: 1.4rem;
	}
}
/* #ttl-01
-------------------------------------------------------------------------- */
.ttl-01 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.65;
	text-align: center;
	color: #333;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 24px;
}
.ttl-01:before {
	content: "";
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 36px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #F78600;
}
@media screen and (min-width: 1000px) {
	.sec-mission .ttl-01 {
		padding-top: 0px;
	}
}
.ttl-01:after {
	content: "";
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ttl-sub-01 {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
	margin: 24px auto;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.ttl-sub-01 {
		margin-top: 24px;
		font-size: 1.8rem;
		margin: 40px auto;
	}
}
@media screen and (min-width: 768px) {
	.ttl-01 {
		font-size: 2rem;
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 1000px) {
	.ttl-01 {
		font-size: 2.8rem;
		margin-bottom: 40px;
	}
	.ttl-sub-01 {
		font-size: 1.6rem;
		margin-top: 0;
	}
}
.ttl-sub-01--block {
	display: block;
	margin-top: 8px;
}
/* #ttl-02
-------------------------------------------------------------------------- */
.ttl-02 {
	margin: 0 0 24px;
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
}
.ttl-02 .ttl02-danger{
	color: #003e70;
	font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
	.ttl-02 {
		margin: 0 0 40px;
		font-size: 1.8rem;
	}
	.ttl-02 .ttl02-danger{
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 1000px) {
	.ttl-02 {
		margin: 0 0 40px;
		font-size: 2.8rem;
	}
}
.ttl-02__txt{
	padding: 16px;
	font-weight: 400;
	text-align: center;
	font-size: 1.2rem;
    line-height: 1.2!important;
}
@media screen and (min-width: 1000px) {
	.ttl-02__txt{
		font-size: 1.6rem;
	}
}
/* #ttl-06
-------------------------------------------------------------------------- */
#minutes .string {
	margin: 16px auto 0;
}
@media screen and (min-width: 650px) {
	#minutes .string {
		margin: 24px auto 0;
	}
}
@media screen and (min-width: 1000px) {
	#minutes .string {
		margin: 32px auto 0;
	}
}
#minutes picture{
	margin-top: 40px;
}
#minutes a:hover{
	opacity: .15s;
}
#minutes picture img{
	width: 100%;
	margin: auto;
}
@media screen and (min-width: 650px) {
	#minutes picture img{
		max-width: 600px;
		margin: auto;
	}
}
.minutes-note{
	font-size: 1rem;
	margin-top: 8px;
}
.minutes-note li+li{
	margin-top: 4px;
}
.string {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0;
	margin: 16px auto;
}
@media screen and (min-width: 650px) {
	.string {
		font-size: 1.6rem;
		line-height: 1.65;
		margin: 24px auto;
	}
	.minutes-note{
		font-size: 1.4rem;
		margin-top: 8px;
	}
}
@media screen and (min-width: 1000px) {
	.string {
		font-size: 1.6rem;
		line-height: 1.6;
		margin: 24px auto;
	}
}
.string--center {
	text-align: center;
}
/* #product
-------------------------------------------------------------------------- */
#product .accordion {
	margin: 64px auto 0;
	max-width: 850px;
}
#product .toggle {
	display: none;
}
#product .option {
	position: relative;
}
#product .title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
#product .title {
	background-color: #fff;
	padding: 0.35em 1em 0.35em 3em;
	display: block;
	color: #003e70;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}
#product .title:hover{
	opacity: 0.75;
	cursor: pointer;
}
#product .title::after,
.title::before {
	content: "";
    position: absolute;
    left: 5em;
    top: 0.75em;
    width: 3px;
    height: 0.75em;
    background-color: #003e70;
    transition: all 0.3s;
}
#product .title::after {
	transform: rotate(90deg);
}
#product .content {
	max-height: 0;
	overflow: hidden;
}
#product .content p {
	margin: 0;
	padding: 0.5em 0 1em;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
}
#product .toggle:checked + .title + .content {
	max-height: 400px;
	transition: all 0.3s;
	background-color: #fff;
	padding: 24px 0;
	border-top: 2px solid #f7f7f7;
}
#product .toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}
/* 以下アコーディオンの中身 */
#product .flex{
	display: flex;
	flex-wrap: wrap;
}
#product .list_service {
    padding: 0 4.103vw;
}
#product .list_service li {
    width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    padding: 0;
    margin-bottom: 4.103vw;
    -webkit-border-radius: 1.538vw;
    border-radius: 1.538vw;
}
#product .list_service li.edition_service,
#product .list_service li:last-child {
    padding: 0;
}
#product .list_service li.edition_service a,
#product .list_service li:last-child a {
    padding: 4.103vw;
}
#product .list_service li:last-child {
    margin-bottom: 0;
}
#product .list_service li .modal_detail {
    width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
}
#product .list_service li .icon_servie {
    width: 12.821vw;
    margin-right: 4.103vw;
}
#product .list_service li .service_info {
    width: calc(100% - 17.179vw);
}
#product .service_info h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 0;
}
#product .list_service li .btn_detail {
    margin: 2.051vw 0 0 16.923vw;
    color: #F78410;
}
#product .list_service li .modal_detail:hover .btn_detail {
    color: #FFFFFF;
    background: #F78410;
}
#product .list_service li .modal_detail:hover .btn_detail::after {
    background: url(../../images/icon_arrow_white.png) no-repeat center left;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#product .unlimited_content {
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-border-radius: 1.538vw;
    border-radius: 1.538vw;
    margin-top: 3.077vw;
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
#product .unlimited_content img {
    width: 39.231vw;
}
#product .unlimited_content .txt_mod {
    width: calc(100% - 39.231vw);
    padding: 0 2.051vw 0 3.077vw;
}
#product .text-link{
	margin-top: 10px;
}
#product .product-img{
	max-width: 1010px;
	margin: auto;
}
@media (min-width: 768px) {
	#product .toggle:checked + .title + .content {
		max-height: 820px;
		transition: all 0.3s;
		background-color: #fff;
		padding: 24px 20px;
		border-top: 2px solid #f7f7f7;
	}
    #product .sec_service {
        padding: 60px 0 0;
    }
    #product .sec_service .ttl_mod_h2 {
        margin-bottom: 32px;
    }
    #product .list_service {
        padding: 0;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #product .list_service li {
        display: block;
        width: 250px;
        text-align: center;
        padding: 0 24px;
        margin-bottom: 24px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
		overflow:hidden;
    }
    #product .list_service li.edition_service,
    #product .list_service li:last-child {
        padding: 0;
    }
    #product .list_service li.edition_service a,
    #product .list_service li:last-child a {
        padding: 16px 24px 30px;
    }
    #product .list_service li:last-child {
        margin-bottom: 24px;
    }
    #product .list_service li .modal_detail {
        display: block;
    }
    #product .list_service li .icon_servie {
        width: 50px;
        margin: 0 0 16px;
    }
    #product .list_service li .service_info {
        width: 100%;
    }
    #product .service_info h3 {
        margin-bottom: 11px;
    }

    #product .list_service li .btn_detail {
        margin: 16px 0 0 0;
    }
    #product .list_service .unlimited_service,
    #product .list_service .edition_service {
        width: 49%;
    }
    #product .unlimited_content {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        margin-top: 12px;
    }
    #product .unlimited_content img {
        width: 154px;
    }
    #product .unlimited_content .txt_mod {
        width: calc(100% - 154px);
        padding: 0 8px 0 12px;
    }
    #product .edition_content {
        width: 319px;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 1040px) {
	#product .list_service li {
        width: 49%;
    }
	#product .title {
		font-size: 2.4rem;
	}
	#product .title::after,
	.title::before {
		left: 3em;
		top: 0.75em;
	}
}
@media screen and (max-width: 768px) {
	#product .toggle:checked + .title + .content {
		max-height: 390px;
		overflow: scroll;
	}
	#product .title {
		font-size: 2rem;
	}
	#product .title::after,
	.title::before {
		left: 1.5em;
		top: 0.8em;
		width: 3px;
		height: 0.75em;
	}
	#product .accordion {
		margin: 48px auto 0;
	}
	#product .flex{
		justify-content: space-between;
	}
	#product .list_service li .icon_servie {
		width: 9.821vw;
		margin-right: 2.103vw;
	}
}
@media screen and (max-width: 480px) {
	#product .title {
		font-size: 1.4rem;
		padding: 0.5em 1em 0.5em 2em;
	}
	#product .title::after,
	.title::before {
		left: 1.5em;
		top: 0.85em;
		width: 2px;
		height: 0.75em;
	}
	#product .accordion {
		margin: 32px auto 0;
	}
	#product .list_service li {
		width: 100%;
		display: block;
		text-align: center;
	}
	#product .list_service li .service_info {
		width: 100%;
	}
	#product .list_service li {
        width: 48%;
    }
	#product .list_service li .icon_servie {
        width: 9.821vw;
        margin-right: 0;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 340px) {
	#product .title {
		font-size: 1.2rem;
	}
}
/* #sec-contents
-------------------------------------------------------------------------- */
.sec-contents{
	padding: 40px 16px 32px;
}
@media screen and (min-width: 1000px) {
	.sec-contents{
		padding: 80px 16px 80px;
	}
}
.sec-contents .ttl-01 {
	color: #333333;
}
.sec-contents .ttl-sub-01{
	margin-bottom: 16px;
}
.sec-contents section+section{
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.sec-contents section+section{
		margin-top: 32px;
	}
}
/* #sec-program
-------------------------------------------------------------------------- */
.sec-program .s-inner{
	margin-top: 2em;
}
.sec-program-ttl{
	text-align: left;
	font-weight: 600;
	color: #003e70;
	font-size: 2.8rem;
	margin-bottom: 32px;
	margin: 0 0 0 120px;
}
.sec-program-ttl-bg{
	padding: 80px 0;
	background: url("../img/event_bg.webp") no-repeat;
	background-size: contain;
	background-position: right;
}
.sec-program{
	padding: 0 0 40px;
}
.sec-program .btn-wrap{
	margin-top: 32px;
}
@media screen and (min-width: 1000px) {
	.sec-program{
		padding: 0 0 80px;
	}
	.sec-program .btn-wrap{
		margin-top: 48px;
	}
}
.sec-program .ttl-01 {
	color: #333333;
}
.sec-program .ttl-sub-01{
	margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
	.sec-program-ttl{
		margin: 0 0 0 32px;
		font-size: 2rem;
	}
}
@media screen and (max-width: 600px) {
	.sec-program-ttl{
		margin: 0;
	}
	.sec-program-ttl-bg{
		padding: 250px 16px 0;
		background: url("../img/event_bg_sp.webp") no-repeat;
		background-size: cover;
		background-position: top center;
	}
	.sec-program .s-inner{
		margin-top: 3em;
	}
}
@media screen and (max-width: 420px) {
	.sec-program-ttl-bg{
		padding: 140px 16px 0;
		background: url("../img/event_bg_sp.webp") no-repeat;
		background-size: cover;
		background-position: top center;
	}
}
@media screen and (max-width: 320px) {
	.sec-program .btn-wrap .primary-btn_white .primary-btn__inner{
		width: 300px;
	}
}
/* #sec-misson
-------------------------------------------------------------------------- */
.sec-mission {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(224, 235, 249, 1) 43%);
	padding: 32px 16px;
}
.sec-mission__section + .sec-mission__section {
	margin-top: 40px;
}
.sec-mission__title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.sec-mission__title + .sec-mission__string {
	margin-top: 24px;
}
.sec-mission__box {
	margin-top: 0;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.sec-mission {
		padding: 56px 24px 40px;
	}
	.sec-mission__section + .sec-mission__section {
		margin-top: 64px;
	}
	.sec-mission__box {
		padding: 0;
	}
	.sec-mission__title {
		font-size: 2rem;
	}
	.sec-mission__title + .sec-mission__string {
		margin-top: 48px;
	}
}
@media screen and (min-width: 1000px) {
	.sec-mission {
		padding: 80px 24px 0;
	}
	.sec-mission__section + .sec-mission__section {
		margin-top: 96px;
	}
	.sec-mission__title {
		font-size: 2.8rem;
	}
	.sec-mission__title + .sec-mission__string {
		margin-top: 56px;
	}
}
/* #sec-contents
-------------------------------------------------------------------------- */
.sec-contents {
	background-color: #F3F3F3;
	padding: 40px 16px;
}
.sec-contents__box {
	margin-top: 0;
	padding: 24px 16px 32px;
}
.sec-contents__title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.sec-contents__title + .sec-contents__string {
	margin-top: 24px;
}
@media screen and (min-width: 768px) {
	.sec-contents {
		padding: 40px 24px;
	}
	.sec-contents__section + .sec-contents__section {
		margin-top: 64px;
	}
	.sec-contents__box {
		padding: 48px 48px 64px;
	}
	.sec-contents__title {
		font-size: 2rem;
	}
	.sec-contents__title + .sec-contents__string {
		margin-top: 48px;
	}
}
.sec-contents__title:before {
	content: "";
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 36px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	/*通常期　background-color: #F78600;*/
	/*春割色*/
	background-color: #F78600;
}
.sec-contents__title:after {
	content: "";
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sec-contents__title {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.65;
	text-align: center;
	color: #333;
	position: relative;
	padding-bottom: 24px;
}
.sec-contents__title img{
	max-width: 200px;
}
@media screen and (max-width: 460px) {
	.sec-contents__title figure{
		margin: auto;
	}
}
@media screen and (min-width: 1000px) {
	.sec-contents {
		padding: 80px 24px;
	}
	.sec-contents__section + .sec-contents__section {
		margin-top: 96px;
	}
	.sec-contents__box {
		padding: 40px 100px 48px;
	}
	.sec-contents__title {
		font-size: 2.8rem;
	}
	.sec-contents__title + .sec-contents__string {
		margin-top: 56px;
	}
	.sec-contents__title img{
		max-width: 373px;
	}
	.sec-contents__title{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center; 
		align-items: center;
	}
}
@media screen and (min-width: 768px) {
	.sec-contents__title{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center; 
		align-items: center;
	}
}
/*limited-time-gift
-------------------------------------------------------------------------- */
.limited-time-gift__box__wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #fff;
	padding: 64px 80px 64px 120px;
	position: relative;
	gap: 48px;
}
.limited-time-gift__box__wrap:after {
	position: absolute;
	top: -2px;
	left: -2px;
	content: "";
	display: inline-block;
	width: 179px;
	height: 182px;
	background: url("../img/icon_present.svg") no-repeat;
	background-size: 179px 182px;
}
.limited-time-gift-img img {
	box-shadow: 10px 10px 26px -5px #757575;
}
.yellow-highlight{
	background-color: #FEDC47;
	color: #003e70;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 600;
	padding: 2px 8px;
}
.limited-time-gift-ttl{
	color: #003e70;
	font-size: 3.6rem;
	font-weight: 600;
	position: relative;
	padding-left: 50px;
}
.limited-time-gift-ttl:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: inline-block;
	width: 41px;
	height: 41px;
	background: url("../img/basil_present-solid.svg") no-repeat;
	background-size: 41px;
	transform: translate(0,-50%);
}
.limited-time-gift-subttl{
	font-size: 2.8rem;
	font-weight: 600;
}
.limited-time-gift-subttl .orange{
	color: #F78600;
}
.limited-time-gift-text-note{
	font-size: 1.4rem;
}
.limited-time-gift-note{
	font-size: 1.4rem;
	text-align: center;
	margin-top: 10px;
}
.limited-time-gift-text__box p+p{
	margin-top: 10px;
}
.limited-time-gift-btn__wrap{
	margin-top: 24px;
}
.limited-time-gift-btn__wrap a{
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 428px;
    height: 64px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    transition: all .3s;
	background-color: #fff;
    color: #003e70;
    border: 3px solid #003e70;
	border-radius: 200px;
	box-shadow: 0px 0px 5px 3px #ededed;
}
.limited-time-gift-btn__wrap a::after {
    position: absolute;
    top: 50%;
    right: 22px;
    content: "";
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url(../img/ic_arrow_right_02.svg) no-repeat;
    background-size: 9px 15px;
    transform: translate(0, -50%);
}
.limited-time-gift-btn__wrap a:hover{
	background-color: #003e70;
    color: #fff;
    border: 3px solid #003e70;
	opacity: 1;
}
.limited-time-gift-btn__wrap a:hover::after {
    position: absolute;
    top: 50%;
    right: 22px;
    content: "";
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url(../img/ic_arrow_right.svg) no-repeat;
    background-size: 9px 15px;
    transform: translate(0, -50%);
}
@media screen and (max-width: 1240px) {
	.limited-time-gift__box__wrap:after {
		width: 149px;
		height: 152px;
		background-size: 149px 152px;
	}
	.limited-time-gift-text__box{
		text-align: center;
	}
	.limited-time-gift__box__wrap{
		flex-direction: column-reverse;
		padding: 40px 24px;
	}
	.limited-time-gift-img__box{
		text-align: center;
	}
	.limited-time-gift-ttl{
		display: inline-block;
	}
	.yellow-highlight{
		display: block;
        max-width: 260px;
        margin: auto;
	}
}
@media screen and (max-width: 768px) {
	.limited-time-gift__box__wrap:after {
		width: 129px;
		height: 132px;
		background-size: 129px 132px;
	}
	.limited-time-gift-btn__wrap a{
		width: 100%;
		max-width: 400px;
		height: 48px;
		font-size: 1.8rem;
	}
	.limited-time-gift-ttl{
		font-size: 2.6rem;
		padding-left: 40px;
	}
	.limited-time-gift-ttl:before {
		position: absolute;
		top: 50%;
		left: 0;
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		background-size: 30px;
		transform: translate(0,-50%);
	}
	.yellow-highlight{
		max-width: 220px;
		font-size: 2rem;
	}
	.limited-time-gift-subttl {
		font-size: 2.4rem;
	}
	.limited-time-gift-text{
		font-size: 1.4rem;
		text-align: left;
	}
	.limited-time-gift-text-note{
		text-align: left;
	}
	.limited-time-gift__box__wrap{
		gap: 24px;
	}
}
@media screen and (max-width: 480px) {
	.limited-time-gift__box__wrap {
        flex-direction: column-reverse;
        padding: 32px 16px;
    }
	.limited-time-gift__box__wrap:after {
		width: 86px;
		height: 81px;
		background-size: 86px 81px;
	}
	.limited-time-gift-ttl{
		font-size: 2.2rem;
		padding-left: 0;
		padding-top: 32px;
		margin-top: 16px;
	}
	.limited-time-gift-ttl:before {
		position: absolute;
		top: 0;
		left: 50%;
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		background-size: 30px;
		transform: translateX(-50%);
	}
	.yellow-highlight{
		max-width: 160px;
		font-size: 1.6rem;
	}
	.limited-time-gift-subttl {
		font-size: 1.8rem;
	}
	.limited-time-gift-img img {
		max-width: 170px;
		margin: auto;
	}
	.limited-time-gift-text-note{
		font-size: 1rem;
	}
	.limited-time-gift-note{
		font-size: 1.2rem;
	}
	.limited-time-gift-text{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 360px) {
	.limited-time-gift-btn__wrap a{
		font-size: 1.6rem;
	}
	.limited-time-gift-btn__wrap a::after {
		right: 10px;
		width: 7px;
		height: 13px;
		background-size: 7px 13px;
	}
}
/* #sec-event
-------------------------------------------------------------------------- */
.sec-event{
	background-color: #F3F3F3;
	padding: 40px 16px 32px;
}
.sec-event__section + .sec-event__section {
	margin-top: 40px;
}
.sec-event__box {
	margin-top: 0;
	padding: 24px 24px 40px;
}
.sec-event__title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.sec-event__title + .sec-event__string {
	margin-top: 24px;
}
@media screen and (min-width: 768px) {
	.sec-event {
		padding: 64px 24px 32px;
	}
	.sec-event__section + .sec-event__section {
		margin-top: 64px;
	}
	.sec-event__box {
		padding: 48px 48px 64px;
	}
	.sec-event__title {
		font-size: 2rem;
	}
	.sec-event__title + .sec-event__string {
		margin-top: 48px;
	}
}
@media screen and (min-width: 1000px) {
	.sec-event {
		padding: 120px 24px 80px;
	}
	.sec-event__section + .sec-event__section {
		margin-top: 96px;
	}
	.sec-event__box {
		padding: 80px 80px 96px;
	}
	.sec-event__title {
		font-size: 2.8rem;
	}
	.sec-event__title + .sec-event__string {
		margin-top: 56px;
	}
}
@media screen and (max-width: 768px){
	#price {
		padding: 0;
	}
}
/* contents-minutely */
.contents-minutely-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.contents-minutely {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding: 24px 0 0;
	/*通常色　color: #F78600;*/
	/*春割色*/
	color: #F78600;
}
@media screen and (max-width: 1279px) {
	.contents-minutely {
		display: inline-block;
	}
}
@media screen and (max-width: 414px) {
	.contents-minutely {
		width: 100%;
	}
}
.contents-minutely__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.contents-minutely__row + .contents-minutely__row {
	margin: 0 0 0 64px;
}

@media screen and (max-width: 1279px) {
	.contents-minutely__row + .contents-minutely__row {
		margin: 16px 0 0 0;
	}
}
.contents-minutely__row-title {
	flex: none;
	padding:2px 4px; 
	margin-right: 24px;
	/*通常色　solid #F78600;*/
	/*春割色*/
	border: 1px solid #F78600;
	font-size: 1.4rem;
	text-align: center;
}
.contents-minutely__row-text {
	flex: auto;
	word-break: keep-all;
}
@media screen and (max-width: 1279px) {
	.contents-minutely__row-text {
		font-size: 1.4rem;
	}
}
.contents-minutely__row-text wbr::before {
	content: "\200B";
}
/* price-wrap */
#price{
	padding: 0;
}
.price-wrap {
	position: relative;
	max-width: 1290px;
	margin: 0 auto;
	padding-top: 260px;
}
@media screen and (max-width: 768px) {
	.price-wrap {
		padding-top: 132px;
	}
}
/* price-figure */
.price-figure {
	position: absolute;
	top: 56px;
	right: 50%;
	width: 540px;
	transform: translate(50%,0);
}
@media screen and (max-width: 1279px) {
	.price-figure {
		top: 84px;
		width: 480px;
	}
}
@media screen and (max-width: 768px) {
	.price-figure {
		top: 4%;
		width: 100%;
		max-width: 332px;
		padding: 0 16px;
	}
}
/* price-body */
.price-body {
	padding: 72px 0 64px;
	background-color: #fff;
	color: #333;
}
@media screen and (max-width: 768px) {
	.price-body {
		padding: 60px 24px 32px;
	}
}
.price-body--group {
	background-color: #fff;
	color: #333;
}
/* price-main */
.price-main {
	max-width: 1043px;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	.price-main {
		max-width: 660px;
	}
}
@media screen and (max-width: 768px) {
	.price-main {
		max-width: 100%;
	}
}
.price-head__tag-text {
	display: inline-block;
	padding: 3px 8px;
	background-color: #FEDC47;
	color: #003e70;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.price-head__tag-text {
		padding: 2px 8px;
		font-size: 1.6rem;
	}
}
/* price-head */
.price-head {
	margin-bottom: 32px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.price-head {
		margin-bottom: 22px;
	}
}
.price-head__tag {
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
	.price-head__tag {
		margin-bottom: 8px;
	}
}
.price-head__title {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
	.price-head__title {
		font-size: 1.8rem;
	}
}
.price-head__value {
	margin-top: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(217,217,217,1);
}
@media screen and (max-width: 768px) {
	.price-head__value {
		margin-top: 4px;
		font-size: 1.4rem;
	}
}
.price-head__value-strong {
	/*通常色 color: #F78600; */
	/* 春割色 */
	color: #F78600;
	font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
	.price-head__value-strong {
		font-size: 2.6rem;
	}
}
.price-head__text {
	margin-top: 4px;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.price-head__text {
		margin-top: 0;
		font-size: 1.2rem;
	}
}
.price-head__attention {
	margin-top: 16px;
}
.price-head__icon {
	text-align: center;
	margin-bottom: 12px;
}
.price-head__icon > img {
	width: 40px;
	height: 40px;
}
.price-head__sub {
	margin-top: 12px;
}
@media screen and (max-width: 768px) {
	.price-head__sub {
		margin-top: 4px;
	}
}
/* price-head--card */
.price-head--card {
	height: 224px;
	margin-bottom: 0;
	padding-top: 40px;
}
@media screen and (max-width: 1279px) {
	.price-head--card {
		height: auto;
		padding-top: 32px;
		padding-bottom: 20px;
	}
}
/* price-head--sub */
.price-head--sub {
	margin-bottom: 0;
}
.price-head--sub .price-head__title {
	font-size: 2rem;
}
.price-head--sub .price-head__value {
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.price-head--sub .price-head__value {
		font-size: 1.4rem;
	}
}
.price-head--sub .price-head__value-strong {
	font-size: 2.2rem;
}
/* price-content */
.price-content {
	padding: 36px 0;
	border-top: 1px solid rgba(255,255,255,.3);
}
@media screen and (max-width: 768px) {
	.price-content {
		padding: 32px 0;
	}
}
.price-content--top {
	border-top: none;
}
.price-content--bottom {
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.price-content--card {
	padding: 32px 0;
	border-top: 1px solid #c7d3e6;
}
@media screen and (max-width: 1279px) {
	.price-content--card {
		max-width: 660px;
		margin: 0 auto;
		padding: 24px 0;
	}
}
.price-content--head {
	border-top: 0;
	text-align: center;
	font-weight: 400;
	color: #333;
	font-size: 1.8rem;
	margin-top:20px; 
}
@media screen and (min-width: 769px) {
	.price-content--head {
		font-size: 1.8rem;
		margin-top:30px; 
	}
}
.price-content--slice {
	padding: 0;
}
.price-content__heading {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	word-break: keep-all;
}
@media screen and (max-width: 768px) {
	.price-content__heading {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 414px) {
	.price-content__heading {
		line-height: 1.4;
	}
}
.price-content__heading wbr::before {
	content: "\200B";
}
.price-content__text {
	margin-top: 24px;
	text-align: center;
	font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
	.price-content__text {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.price-content__text {
		font-size: 1.6rem;
	}
}
.price-content__text-item + .price-content__text-item {
	margin-top: 8px;
}
.price-content__link {
	color: #333;
}
.price-content__link--white {
	color: #fff;
}
/* price-content__text-wrap--flex */
.price-content__text-wrap--flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.price-content__text-wrap--flex {
		display: block;
	}
}
.price-content__text-wrap--flex .price-content__text {
	margin-top: 10px;
}
.price-content__text-wrap--flex .price-content__text + .price-content__text {
	margin-left: 42px;
}
@media screen and (max-width: 768px) {
	.price-content__text-wrap--flex .price-content__text + .price-content__text {
		margin-top: 24px;
		margin-left: 0;
	}
}
.text-link a{
	color: #0068BC;
	text-decoration-line: underline;
	font-weight: 400;
}
.btn__group--nowrap > .btn__item--6-md{
	height: 270px;
}
@media screen and (max-width: 1000px) {
	.btn__group--nowrap > .btn__item--6-md{
		height: 180px;
	}
}
@media screen and (max-width: 414px) {
	.btn__group--nowrap > .btn__item--6-md:last-child{
		height: 160px;
	}
}
/* #sec-plan
-------------------------------------------------------------------------- */
#sec-plan {
	background-color: #E0EBF9;
	overflow: hidden;
	padding: 0 16px 40px;
}
@media screen and (min-width: 1000px) {
	#sec-plan {
		padding: 80px 24px;
	}
}
#sec-plan .price-head_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 0;
	text-align: center;
	justify-content: center;
}
@media screen and (max-width: 1000px) {
	#sec-plan .price-head_wrap{
		display: block;
	}
}
#sec-plan .price-head__title {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	display: block;
}
@media screen and (max-width: 1000px) {
	#sec-plan .price-head__title {
		font-size: 1.8rem;
		margin-top: 8px;
	}
}
#sec-plan .price-head__tag{
	background-color: #fcff00;
	color: #000000;
	padding: 4px 16px;
	font-size: 2.4rem;
	margin-right: 24px;
}
@media screen and (max-width: 1000px) {
	#sec-plan .price-head__tag{
		font-size: 1.4rem;
		margin-right: 0px;
	}
}
.plan-box {
	text-align: center;
	max-width: 1485px;
	padding: 0 16px;
}
@media screen and (min-width: 1000px) {
	.plan-box {
		text-align: center;
		max-width: 1485px;
		padding: 32px 0;
	}
}
.list__container{
	margin-top: 0;
}
.btn-heading{
	color: #333333;
	font-size: 2rem;
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
.btn-heading::before{
	background-color: #333; /* 線の色 */
	border-radius: 5px; /* 線の両端を丸く */
	position: absolute;
	content: "";
	height: 2px; /* 線の高さ */
	width: 24px; /* 線の長さ */
	bottom: 10px;
    left: -40px;
	transform: rotate(60deg); /* 傾ける */
}
.btn-heading::after{
	background-color: #333; /* 線の色 */
	border-radius: 5px; /* 線の両端を丸く */
	position: absolute;
	content: "";
	height: 2px; /* 線の高さ */
	width: 24px; /* 線の長さ */
	bottom: 10px;
    right: -40px;
	transform: rotate(-60deg); /* 傾ける */
}
@media screen and (max-width: 1000px) {
	.btn-heading{
		font-size: 1.8rem;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 414px) {
	.btn-heading{
		font-size: 1.6rem;
		margin-bottom: 16px;
		height: auto;
	}
}
.btn-in{
	border-radius: 200px;
	font-size: 1.8rem;
	box-shadow: 0px 0px 5px 3px #ededed;
}
@media screen and (min-width: 1000px){
	.btn-in {
		font-size: 2.2rem;
	}
}
.btn{
	position: relative;
}
.btn-in--plan:after {
	position: absolute;
	top: 50%;
	right: 22px;
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	/*通常色*/
	background: url(../img/ic_arrow_right_03.svg) no-repeat;
	/*初割色　background: url(../img/ic_arrow_right_05.png) no-repeat;*/
	background-size: 9px 15px;
	transform: translate(0,-50%);
}
.btn-in--apply:after {
	position: absolute;
	top: 50%;
	right: 22px;
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(../img/ic_arrow_right.svg) no-repeat;
	background-size: 9px 15px;
	transform: translate(0,-50%);
	}
	.btn-in--plan{
	/* 通常色 color: #F78600; */
	/* 春割色 */
	color: #F78600;
	background-color: #fff;
	/* 通常色 solid #F78600; */
	/* 春割色 */
	border: 3px solid #F78600;
}
/* primary-btn */
.primary-btn {
	width: 100%;
	font-weight: bold;
}
.primary-btn + .primary-btn {
	margin-left: 16px;
}
@media screen and (max-width: 768px) {
	.primary-btn + .primary-btn {
		margin-left: 20px;
	}
}
@media screen and (max-width: 414px) {
	.primary-btn + .primary-btn {
		margin-left: 8px;
	}
}
.primary-btn__inner {
	/*botton reset*/
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	/*style*/
	position: relative;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	background-color: #003e70;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.3;
	transition: all .3s;
}
@media screen and (max-width: 1279px) {
	.primary-btn__inner {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 414px) {
	.primary-btn__inner {
		height: 48px;
	}
}
.primary-btn_white .primary-btn__inner {
	cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 428px;
    height: 64px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    transition: all .3s;
    background-color: #fff;
    color: #003e70;
    border: 3px solid #003e70;
    border-radius: 200px;
    box-shadow: 0px 0px 5px 3px #ededed;
}
.primary-btn_white .primary-btn__inner::after {
	position: absolute;
	top: 50%;
	right: 22px;
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url("../img/ic_arrow_right_02.svg") no-repeat;
	background-size: 9px 15px;
	transform: translate(0,-50%);
}
@media screen and (max-width: 768px) {
    .primary-btn_white .primary-btn__inner {
        width: 295px;
        max-width: 400px;
        height: 50px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 320px) {
    .primary-btn_white .primary-btn__inner {
        width: 100%;
    }
}
.primary-btn__inner::after {
	position: absolute;
	top: 50%;
	right: 22px;
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(../img/ic_arrow_right.svg) no-repeat;
	background-size: 9px 15px;
	transform: translate(0,-50%);
}
@media screen and (max-width: 414px) {
	.primary-btn__inner::after {
		width: 7px;
		height: 12px;
		background-size: 7px 12px;
	}
}
.primary-btn__inner:hover {
	opacity: .7;
}
/* pdfリンク */
.primary-btn__inner[href*=".pdf"] span {
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.primary-btn__inner[href*=".pdf"] span::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 4px;
	background: url(../img/ic_pdf.svg) no-repeat;
	background-size: 18px 18px;
}
.primary-btn--detail .primary-btn__inner[href*=".pdf"] span::after {
	background: url(../img/ic_pdf_03.svg) no-repeat;
}
/* primary-btn--register */
.primary-btn--register .primary-btn__inner {
/* 通常色 background-color: #F78600; */
/*春割色*/
	 background-color: #F78600;
}
/* primary-btn--trial */
.primary-btn--trial .primary-btn__inner {
	background-color: #2666C1;
}
.footer--houjin .primary-btn--trial .primary-btn__inner {
	background-color: #f58700;
}
/* primary-btn--consultation */
.footer--houjin .primary-btn--consultation .primary-btn__inner {
	background-color: #0076d6;
}
/* primary-btn--detail */
.primary-btn--detail .primary-btn__inner {
	border: 1px solid #003e70;
	background-color: #fff;
	color: #003e70;
}
.primary-btn--detail .primary-btn__inner::after {
	background: url(../img/ic_arrow_right_02.svg) no-repeat;
	background-size: 9px 15px;
}
@media screen and (max-width: 414px) {
	.primary-btn--detail .primary-btn__inner::after {
		background-size: 7px 12px;
	}
}
/* primary-btn--back */
.primary-btn--back .primary-btn__inner::after {
	left: 22px;
}
.primary-btn--back.primary-btn--detail .primary-btn__inner::after {
	background: url(../img/ic_arrow_left_02.svg) no-repeat;
}
/* primary-btn--down */
.primary-btn--down .primary-btn__inner::after {
	width: 14px;
	height: 8px;
	background: url(../img/ic_arrow_down.svg) no-repeat;
	background-size: 14px 8px;
}
@media screen and (max-width: 414px) {
	.primary-btn--down .primary-btn__inner::after {
		width: 14px;
		height: 8px;
	}
}
.primary-btn--down.primary-btn--detail .primary-btn__inner::after {
	background: url(../img/ic_arrow_down.svg) no-repeat;
}
/* -----------------
swiper.js
------------------*/
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container {
	width: 1000px;
	height: 100%;
	transition-timing-function: linear;
	padding: 0 10%;
	animation: slide-to-left 5s linear infinite;
}
@media screen and (max-width: 1279px) {
	.swiper-container {
		padding: 0 42px;
	}
}
@media screen and (max-width: 414px) {
	.swiper-container {
		padding: 0 32px;
	}
}
.swiper-button-prev,
.swiper-button-next {
	display: none;
}
.transparent {
  position: relative;  /* 基準位置とする */
}
.swiper-container::before, .swiper-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.swiper-container::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	left: 0;
}
.swiper-container::after{
	background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	right: 0;
}
@media (max-width: 768px) {
    .swiper-container {
		width: 100%;
    }
}

/*

.swiper-button-prev,
.swiper-button-next {
top: 50%;
width: 64px;
height: 64px;
margin-top: -32px;
background-color: #003e70;
background-image: none;
}
@media screen and (max-width: 1279px) {
.swiper-button-prev,
.swiper-button-next {
display: none;
}
}

.swiper-button-prev {
left: 3%;
}

.swiper-button-next {
right: 3%;
right: 3%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
position: absolute;
top: 50%;
left: 50%;
content: "";
display: inline-block;
width: 9px;
height: 15px;
transform: translate(-50%,-50%);
}

.swiper-button-prev::after {
background: url(../img/ic_arrow_left.svg) no-repeat;
background-size: 9px 15px;
}
.swiper-button-next::after {
background: url(../img/ic_arrow_right.svg) no-repeat;
background-size: 9px 15px;
}

.swiper-button-prev.swiper-button-disabled ,
.swiper-button-next.swiper-button-disabled{
background-color: #ddd;
opacity: 1;
}*/

/*
.swiper-slide {
opacity: .5;
}

.swiper-slide-prev.swiper-slide-visible {
opacity: .5;
}*/

/*.swiper-slide-visible {
opacity: 1;
}*/

/* case-list */
.case-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}
.case-list__figure img{
	object-fit: cover;
	width: 100%;
}
@media screen and (max-width: 1279px) {
	.case-list__figure img {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.case-list__figure img {
		width: 100%;
	}
}
@media screen and (max-width: 414px) {
	.case-list__figure img {
		width: 100%;
	}
}
.case-list__item + .case-list__item {
	margin-left: 16px;
}
@media screen and (max-width: 1279px) {
	.case-list__item + .case-list__item {
		margin-left: 16px;
	}
}
@media screen and (max-width: 414px) {
	.case-list__item + .case-list__item {
		margin-left: 8px;
	}
}
/*
.case-list__item:hover {
opacity: .7;
transition: all .3s;
}
*/
.case-list__link {
	text-decoration: none;
	color: #333;
}
.case-list__textarea {
	position: relative;
	margin: 24px 0 0 24px;
}
@media screen and (max-width: 768px) {
	.case-list__textarea {
		margin: 16px 0 0 24px;
	}
}
.case-list__main-text {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.case-list__main-text {
		font-size: 1.4rem;
	}
}
/* -------------------------------
tag
---------------------------------*/
.tag {
	margin: 4px 8px 4px 0;
	padding: 1px 8px;
	border: 1px solid #003e70;
	color: #003e70;
	font-size: 1.2rem;
}
.tag:last-child {
	margin: 4px 0;
}
/* -----------------
  option
------------------*/
.article__container{
	text-decoration-line: none;
}
.card {
	border: 1px solid #fff;
	background-color: #fff;
	text-align: center;
}
.card__heading_undertext{
	font-size:1.6rem;
	text-align: center;
}
#option .list__item+.list__item{
	margin-left: 16px;
}
.card__picture-thumb{
	margin-top: 24px;
}
.card__image{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px){
	.card__image{
		max-width: 235px;
	}
	#option .list__item+.list__item{
		margin-left: 0;
		margin-top: 16px;
	}
	#option .list__item{
		padding: 0 16px;
	}
}
@media screen and (min-width: 1000px){
	.card__image{
		max-width: 235px;
	}
}
.card__body:nth-of-type(1) {
	padding: 24px 16px 40px;
}
.card__body {
	padding: 24px;
}
@media screen and (min-width: 1000px){
	.card__body {
		padding: 32px 24px 40px;
	}
}
.bg--primary{
	/*通常期　background-color: #F78600;*/
	/*春割色*/
	background-color: #F78600;
	border-radius: 200px;
	box-shadow: 0px 0px 5px 3px #ededed;
}
@media screen and (min-width: 1000px){
	.l-col.__4--lg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 24.33333%;
		max-width: 24.33333%;
	}
}
.article__card,
.article__column--thumbnail{
	margin: auto;
	text-align: center;
	padding: 8px 16px;
}
.article__column--thumbnail {
	flex: 0 0 112px;
	max-width: 250px;
}
@media screen and (min-width: 768px) {
	.article__column--thumbnail {
		flex: 0 0 112px;
		max-width: 250px;
	}
}
a:hover .article__heading, a:hover .article__heading .u-view__block--inline {
    text-decoration: none;
}
.card__heading__wrap{
	margin-bottom: 16px;
}
.card__btn__wrap{
	margin-top: 40px;
}
.option__detail{
	margin: 40px 0 32px!important;
}
.l-row.__wrap {
	flex-wrap: nowrap;
	justify-content: space-between;
	white-space:nowrap;
	overflow-y:scroll;
}
.l-row.__wrap::-webkit-scrollbar{
	display: none;
}
@media screen and (max-width: 414px) {
	.l-row.__wrap {
		height: 400px;
		max-width:400px;
		margin-left: 0;
	}
}
.article__heading span{
	/*通常色　color: #F78600;*/
	/*春割色*/
	color: #333;
	font-size: 2.4rem;
	font-weight: 700;
}
.article__heading span:first-of-type{
	margin-left: 10px;
}
@media screen and (min-width: 768px) {
	.article__heading+.article__heading{
		padding: 8px 0 0 0;
	}
}
.article__heading_subtext{
	font-size: 1.4rem;
	font-weight: 300;
}
.logo{
	margin-bottom: 16px;
}
.l-col--article{
	padding:2px;
}
.article__card--rounded {
	border-radius: 0px;
}
.article__heading-small-text{
	font-weight: 300!important;
	font-size: 1.8rem!important;
}
/* -----------------
  br
------------------*/
@media screen and (min-width: 769px) {
	.sp-only{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.pc-only{
		display:none;
	}
}
/* ******************************************************
modal
****************************************************** */
.modal {
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	height: 100vh;
	z-index: 3;
}
.modal__bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
.modal__content {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 48px 40px;
	background: #fff;
	transform: translate(-50%, -50%);
}
.modal__body--border {
	border-top: 1px solid #c7d3e6;
}
.modal__body-box {
	padding: 40px 0;
}
.modal__body-box--form {
	padding: 40px 0 0;
}
.modal-service{
	background-color: #F1F1F1;
	padding: 20px;
	margin: 16px 0;
}
.modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 16px;
	height: 16px;
	background: url("../img/icon_close.svg") no-repeat;
	background-size: 16px 16px;
	cursor: pointer;
}
.modal--overseas .modal__content {
	width: 92%;
	max-width: 1090px;
}
.modal--overseas .modal__main {
	max-width: 800px;
	margin: 0 auto;
}
.modal--confirm .modal__content {
	width: 48%;
}
.modal--middle .modal__content {
	width: 100%;
	max-width: 800px;
}
.modal-img {
	text-align: center;
}
.js-modal-open {
	cursor: pointer;
}
.close-btn {
	width: 100%;
	font-weight: 600;
	cursor: pointer;
}
.close-btn__inner {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: 100%;
	border: 1px solid #003e70;
	background-color: transparent;
	border-radius: 4px;
	color: #003e70;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: all 0.3s;
}
.close-btn__inner:hover {
	opacity: 0.7;
}
.close-btn__inner::before {
	position: absolute;
	top: 50%;
	left: 22px;
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url("../img/icon_close.svg") no-repeat;
	background-size: 13px 13px;
	transform: translate(0, -50%);
}
.btn-area--modal-close .close-btn {
	width: 264px;
	margin: 24px auto 0;
}
.btn-area--modal-submit {
	margin-top: 40px;
}

.btn-area--modal-submit .primary-btn {
	width: 264px;
	margin: 0 auto;
}
.btn-area--modal-submit .primary-btn__inner {
	height: 48px;
	font-size: 14px;
}
@media screen and (max-width: 1279px) {
	.modal__content {
		padding: 48px 28px;
	}
	.modal--middle .modal__content {
		width: 90%;
	}
	.modal--overseas .modal__main {
		max-width: 700px;
	}
}
@media screen and (max-width: 768px) {
	.modal__body-box {
		padding: 32px 0;
	}
	.modal__body-box--form {
		padding: 32px 0 0;
	}
	.modal--confirm .modal__content {
		width: 92%;
	}
	.modal--middle .modal__content {
		width: 92%;
	}
	.btn-area--modal-submit {
		margin-top: 32px;
	}
	.modal--overseas .modal__main {
		max-width: 600px;
	}
	.modal__content {
		padding: 16px 28px;
	}
	.close-btn__inner {
		height: 40px;
		font-size: 16px;
	}
	.modal__close {
		top: 8px;
		right: 8px;
	}
}
@media screen and (max-width: 414px) {
	.modal__content {
		padding: 20px 28px;
	}
	.btn-area--modal-close .close-btn {
		width: 100%;
		margin: 30px auto 0;
	}
	.btn-area--modal-submit .primary-btn {
		width: 224px;
	}
}
.h3-read-txt{
	font-size: 20px;
	text-align: center;
	margin: 32px 0;
}
@media screen and (max-width: 414px) {
	.h3-read-txt{
		font-size: 12px;
		text-align: center;
		margin: 32px 0;
	}
}
/* --------------------------------
   fixBottomNav
-------------------------------- */
.fixBottomNav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media screen and (min-width: 769px){
	.fixBottomNav {
		display: none;
	}
}
.fixBottomNav.is-fixed {
    visibility: visible;
    opacity: 1;
}
.fixBottomNav_inner {
    display: flex;
    position: relative;
    padding: 2.06667vw 0;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    /*通常色　background-color: #F78600;*/
    /*春割色*/
    background-color: #F78600;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	/*通常色　solid #F78600;*/
	/*春割色*/
	border: 1px solid #F78600;
}
.fixBottomNav--white{
	background-color: #fff;
	/*通常色　color: #F78600;*/
	/*春割色*/
	color: #F78600;
	/*通常色　solid #F78600;*/
	/*春割色*/
	border: 1px solid #F78600;
}
.fixBottomNav_txt {
    letter-spacing: 2px;
    color: #fff;
}
.fixBottomNav_note {
    margin: 0.8vw 0 0;
    letter-spacing: 1px;
    color: #fff;
    font-size: 2.66667vw;
}
/*link_all*/
.fixBottomNav.link_all a {
    text-decoration: none;
    width: 100%;
}
.fixBottomNav_inner{
    position: relative;
}
@media (min-width: 768px) {
    .fixBottomNav_inner{
        display: none;
    }
}
.list-qa{
	margin-top: 24px;
}
/* --------------------------------
   catch
-------------------------------- */
.catch{
	text-align: center;
	margin-bottom: 40px;
}
.catch_head__tag-text span{
	background: #003e70;
	padding: 8px 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
}
@media (max-width: 768px) {
	.catch_head__tag-text span{
		font-size: 1.6rem;
		padding: 4px 10px;
	}
}
.catch__text{
	font-size: 2.8rem;
	margin-top:24px;
}
@media (max-width: 768px) {
	.catch{
		margin-bottom: 24px;
	}
	.catch__text{
		font-size: 18px;
	}
}
.text-red{
	font-weight: 600;
	/*通常色　color: #F78600;*/
	/*春割色*/
	color: #F78600;
}
/* --------------------------------
   sympathy
-------------------------------- */
#sympathy{
	padding-top: 24px;
}
#sympathy .list {
	max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 1.5;
	margin: auto;
	width: 100%;
}
#sympathy .list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 4px;
    padding-right: 4px;
}
#sympathy .ttl-01:before{
	content: none;
}
#sympathy .ttl-01 {
    font-size: 1.8rem;
    padding-bottom: 0;
    margin-bottom: 12px;
}
@media screen and (min-width: 316px){
	#sympathy .list__item {
		padding-left: 4px;
		padding-right: 4px;
	}
}
@media screen and (min-width: 752px){
	#sympathy{
		padding-top: 40px;
	}
	#sympathy .list__item {
		padding-left: 8px;
		padding-right: 8px;
	}
	#sympathy .ttl-01 {
		font-size: 2.4rem;
		padding-bottom: 0;
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 992px){
	#sympathy .list__item {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media screen and (min-width: 1232px){
	#sympathy{
		padding-top: 64px;
	}
	#sympathy .list__item {
		padding-left: 8px;
		padding-right: 8px;
	}
}
#sympathy .list__item--3 {
    flex-basis: 33.3333333%;
    -ms-flex-preferred-size: 33.3333333%;
    max-width: 33.3333333%;
}
#sympathy .u-radius--6 {
    border-radius: 6px;
}
#sympathy .u-height--full {
    height: 100%;
}
#sympathy .u-background--white {
    background-color: #ffffff;
}
#sympathy .u-px--0\.5 {
    padding: 16px 8px;
}
@media screen and (min-width: 414px){
	#sympathy .u-px--0\.5 {
		padding: 16px 8px;
	}
}
@media screen and (min-width: 752px){
	#sympathy .u-px--0\.5 {
		padding: 24px 24px;
	}
}
#sympathy .picture__content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}
#sympathy .picture--sympathy {
    background-color: transparent;
    max-width: 64px;
}
@media screen and (min-width: 752px){
	#sympathy .picture--sympathy {
		max-width: 120px;
	}
}
#sympathy .picture__image {
    display: block;
	object-fit: contain;
    aspect-ratio: auto;
    width: 100%;
	max-width: 106px;
	margin: auto;
}
.picture {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.string__head__small{
	color: #003e70;
	font-size: 12px;
	text-align: center;
	margin-top: 16px;
}
@media screen and (min-width: 752px){
	.string__head__small{
		font-size: 18px;
	}
}
.string__small {
	font-size: 12px;
    margin-bottom: 8px;
    margin-top: 8px;
}
@media screen and (min-width: 414px){
	.string__small {
		font-size: 14px;
	}
}
@media screen and (min-width: 752px){
	.string__small {
		font-size: 18px;
		margin-bottom: 16px;
		margin-top: 16px;
	}
}
/* detail-contents--compare */
/* compare-table */
.compare-table-wrap {
  padding: 80px 0 0 0;
}
.compare-table {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.compare-table__head {
	padding: 32px 0;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	width: 38.5%;
}
.compare-table__head:first-child {
	width: 23%;
}
.compare-table__head:nth-of-type(2) {
	background-color: #003e70;
}
.compare-table__head:nth-of-type(3) {
	background-color: #0069C3;
}
.compare-table__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.compare-table__row:first-child > .compare-table__item {
	border: none;
}
.compare-table__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 38.5%;
	border-top: 1px solid #e3eaf6;
	padding: 20px 24px;
	vertical-align: middle;
}
.compare-table__item:first-child {
	color: #fff;
	width: 23%;
	border-top: 1px solid #e5e5e5;
	background-color: #00223D;
	font-weight: bold;
}
.compare-table-small-txt{
	font-size: 1.4rem;
	font-weight: 300;
}
.table-list__item-weight{
	font-weight: 300;
}
@media screen and (max-width: 1279px) {
	.compare-table__item:first-child {
		font-size: 1.4rem;
	}
}
.compare-note{
	font-size: 1.1rem;
	font-weight: 300;
	margin-top: 10px;
}
.compare-table__item:nth-of-type(2) {
	background-color: #F9F9F9;
}
.compare-table__item:nth-of-type(3) {
	background-color: #fff;
}
.compare-table__item:nth-of-type(2),
.compare-table__item:nth-of-type(3) {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	font-size: 1.4rem;
	text-align: center;
}
.compare-table__item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}
.compare-table__item-strong {
	font-size: 1.8rem;
	font-weight: bold;
}
.compare-table__check {
	width: 28px;
    height: 28px;
}
.compare-table__cross {
	width: 14px;
	height: 14px;
}
/* table-list */
.table-list {
	width: 100%;
	max-width: 510px;
	line-height: 1.8;
	text-align: left;
	list-style: none;
}
.table-list__item{
	color: #00223D;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
}
.compare-table__item-block{
	display: block;
}
.underhighlight{
	background: linear-gradient(transparent 60%, #FBF0B3 60%);
}
@media screen and (max-width: 1000px) {
	.compare-table-wrap {
		padding: 32px 0 0 0;
	}
}
@media screen and (max-width: 768px) {
	.compare-table__head {
		padding: 11px 0;
		font-size: 1.2rem;
	}
	.compare-table-small-txt{
		font-size: 1rem;
		font-weight: 300;
	}
	.compare-table__head:first-child,.compare-table__head,.compare-table__item:first-child,.compare-table__item{
		width: 33.3333%
	}
	.compare-table__item:first-child,.table-list__item,.compare-table__item:nth-of-type(2), .compare-table__item:nth-of-type(3) {
		font-size: 1rem;
	}
	.compare-table__item{
		padding: 8px;
	}
	.compare-table__item-block-sp{
		display: flex;
	}
	.compare-table__check{
		width: 16px;
		height: 16px;
	}
}
@media screen and (max-width: 414px) {
	.compare-table__item-strong {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 320px) {
	.compare-table__head{
		font-size: 1rem;
	}
}
@media screen and (min-width: 1260px) {
    .sec-qa {
        padding: 80px 24px;
    }
}
@media screen and (min-width: 768px) {
    .caution {
        padding: 0 ;
    }
}
/* --------------------------------
   use
-------------------------------- */
#use{
	background-color: #f3f3f3;
	padding: 40px 24px;
}
#use .list {
	max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 1.5;
	margin: auto;
	width: 100%;
	justify-content: space-between;
}
#use .list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
#use .list__item--3 {
    flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    max-width: 32%;
}
#use .u-radius--6 {
    border-radius: 6px;
}
#use .u-height--full {
    height: 100%;
}
#use .picture__content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}
#use .picture--use {
    background-color: transparent;
}
#use .picture__image {
    display: block;
	object-fit: contain;
    aspect-ratio: auto;
    width: 100%;
}
#use .string__head__small{
	color: #333;
	text-align: center;
	margin-top: 16px;
	font-weight: 500;
}
@media screen and (min-width: 752px){
	#use .string__head__small{
		font-size: 18px;
	}
}
#use .string__small {
    margin-bottom: 8px;
    margin-top: 8px;
	text-align: center;
}
@media screen and (min-width: 1000px){
	#use{
		padding: 80px 24px;
	}
}
@media screen and (max-width: 520px){
	#use .list {
		display: block;
	}
	#use .list__item--3{
		max-width: inherit;
		width: 100%;
	}
	#use .string__head__small{
		font-size: 1.8rem;
	}
	#use .string__small{
		font-size: 1.8rem;
	}
	#use .list__item{
		padding: 0;
	}
	#use .list__item+.list__item{
		margin-top: 32px;
	}
}
/* 以下20251030改修　ボタンの立体化
-------------------------------------------------------------------------- */
/* 425px以下に適用 */
.btn__group--nowrap > .btn__item{
	padding: 0;
}
.btn__group .btn__item:nth-of-type(1) .btn-heading{
	margin-bottom: 24px;
}
.btn-wrap .btn{
	min-width: inherit;
}
.btn-in{
	background-image: linear-gradient(180deg, rgba(255, 161, 49, 1) 50%, rgba(247, 134, 0, 1));
	border-radius: 200px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25),  -1px -1px 2px rgba(255,255,255,0.15) inset, 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
	height: 50px;
}
.btn-in--plan{
	background-image: linear-gradient(#fff);
}
.primary-btn_white .primary-btn__inner{
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25),  -1px -1px 2px rgba(255,255,255,0.15) inset, 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
}
.btn__group--nowrap > .btn__item--6-md{
	height: auto;
}
.gradation-button {
	align-items: center;
	background-image: linear-gradient(180deg, rgba(255, 161, 49, 1) 50%, rgba(247, 134, 0, 1));
	border-radius: 200px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25),  -1px -1px 2px rgba(255,255,255,0.15) inset, 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
	color: #fff;
	display: flex;
	font-size: 1.8rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	padding-top: 2px;
	position: relative;
	width: 295px;
	height: 50px;
}
.gradation-button::after,.btn-in--apply::after {
	content: "";
	position: absolute;
	right: 26px;
	width: 18px;
	height: 100%;
	background: url("../img/ic_circle_arrow_right_01.svg") no-repeat center / contain;
}
.btn-in--plan::after {
	content: "";
	position: absolute;
	right: 26px;
	width: 18px;
	height: 100%;
	background: url("../img/ic_circle_arrow_right_02.svg") no-repeat center / contain;
}
.primary-btn_white .primary-btn__inner::after {
	content: "";
	position: absolute;
	right: 26px;
	width: 18px;
	height: 100%;
	background: url("../img/ic_circle_arrow_right_03.svg") no-repeat center / contain;
}
.card__btn__box {
	position: relative;
}
.gradation-button-subtxt {
	position: absolute;
	z-index: 3;
	top: -16px;
	right: 50%;
	transform: translate(50%,0);
	background-color: #fff;
	border: 2px solid #F78600;
	border-radius: 200px;
	color: #F78600;
	font-size: 1.2rem;
	font-weight: 600;
	width: 190px;
	padding: 2px 0;
}
.btn__group{
	display: flex;
    flex-wrap: nowrap;
    gap: 24px 0;
    flex-direction: column;
}
/* 425px以上に適用 */
@media screen and (min-width: 425px) {
    .btn-in {
        height: 64px;
    }
}
/* 1000px以上に適用 */
@media screen and (min-width: 1000px) {
	.gradation-button-subtxt{
		top: -20px;
		font-size: 1.6rem;
		width: 200px;
	}
	.btn-wrap .btn{
		min-width: 428px;
	}
	.gradation-button::after,.btn-in--apply::after {
		right: 26px;
		width: 18px;
	}
	.btn-in--plan::after {
		right: 26px;
		width: 18px;
	}
	.primary-btn_white .primary-btn__inner::after {
		right: 26px;
		width: 18px;
	}
	.btn__group{
		gap: 0 32px;
		flex-direction: row;
		justify-content: center;
	}
	.btn__group .btn__item:nth-of-type(1) .btn-heading {
		margin-bottom: 30px;
	}
	.btn-in {
        height: 70px;
    }
	.gradation-button {
		height: 56px;
	}
	.primary-btn_white .primary-btn__inner{
		height: 70px;
	}
}
/* 350px以下に適用 */
@media screen and (max-width: 350px) {
    .gradation-button {
        width: 236px;
		font-size: 1.4rem;
    }
	.btn-in{
		font-size: 1.4rem;
	}
	.btn__group .btn__item:nth-of-type(1) .btn-heading {
		margin-bottom: 32px;
	}
	.gradation-button-subtxt{
		top: -18px;
		width: 180px;
	}
}
/* 以下20251030 ABテスト　KV
-------------------------------------------------------------------------- */
.hero02 .hero-blue-highlight{
	background-color: #3085C2;
    border-radius: 0;
	margin: 0 4px;
	padding: 1px 5px;
}
.hero02 .hero-sub-text {
	font-size: 1.8rem;
}
.dots {
    background-image: radial-gradient(circle at center, #fff 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: 0.3em; /* 縦方向の位置調整 */
}
.hero02 .hero-sub-text02 .strong{
	font-size: 2.2rem;
}
.hero02 .hero-white-highlight {
	line-height: 1;
	margin-left: 4px;
	padding: 4px;
}
.hero02 .sp-only .hero-white-highlight {
	font-size: 1.8rem;
}
.hero02 .sp-only .hero-img-denshiban {
    margin-top: -60px;
    margin-bottom: 6px;
    max-width: 310px;
    width: 150px;
}
.hero02 .hero-btn_wrap a{
	background-image: linear-gradient(180deg, rgba(255, 161, 49, 1) 50%, rgba(247, 134, 0, 1));
	border-radius: 200px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25),  -1px -1px 2px rgba(255,255,255,0.15) inset, 1px 1px 4px rgba(0, 0, 0, 0.15) inset;
	width: 295px;
	height: 50px;
}
.hero02 .hero-btn_wrap a::after {
	background: url("../img/ic_circle_arrow_right_01.svg") no-repeat center / contain;
	content: "";
	position: absolute;
	right: 26px;
	width: 18px;
	height: 100%;
}
.hero02 .hero-sub-text02{
	display: inline-block;
	position: relative;
}
.hero02 .hero-sub-text02::before{
	background-color: #fff; /* 線の色 */
	border-radius: 5px; /* 線の両端を丸く */
	content: "";
	position: absolute;
	height: 2px; /* 線の高さ */
	width: 24px; /* 線の長さ */
	bottom: 10px;
    left: -25px;
	transform: rotate(60deg); /* 傾ける */
}
.hero02 .hero-sub-text02::after{
	background-color: #fff; /* 線の色 */
	border-radius: 5px; /* 線の両端を丸く */
	content: "";
	position: absolute;
	height: 2px; /* 線の高さ */
	width: 24px; /* 線の長さ */
	bottom: 10px;
    right: -20px;
	transform: rotate(-60deg); /* 傾ける */
}
.hero02 .sp-only .space{
	margin-left: -6px;
}
/* 1000px以上に適用 */
@media screen and (min-width: 1000px) {
	.hero02 .hero-sub-text{
		font-size: 2.2rem;
	}
	.hero02 .hero-sub-text02{
		font-size: 2.6rem;
	}
	.hero02 .hero-sub-text02 .strong{
		font-size: 3.2rem;
	}
	.hero02 .hero-btn_wrap a{
		font-size: 2.4rem;
		width: 340px;
    	height: 60px;
	}
}
/* 1365px以下に適用 */
@media screen and (max-width: 1365px) {
	.hero02 .hero-sub-text{
		font-size: 1.6rem;
	}
}
/* 350px以下に適用 */
@media screen and (max-width: 350px) {
	.hero02 .hero-sub-text{
		font-size: 1.6rem;
	}
	.hero02 .hero-sub-text02{
		font-size: 1.6rem;
	}
	.hero02 .hero-sub-text02 .strong{
		font-size: 1.8rem;
	}
}
/* 以下　2026初割
-------------------------------------------------------------------------- */
.hatsuwari .header-btn {
    background-image: linear-gradient(180deg, rgba(205, 33, 39, 1) 50%, rgba(180, 29, 35, 1));
}
.hatsuwari .hero02 .hero-btn_wrap a {
    background-image: linear-gradient(180deg, rgba(205, 33, 39, 1) 50%, rgba(180, 29, 35, 1));
	border: 2px solid #fff;
}
.hatsuwari　.hero02 .hero-btn_wrap a::after {
    background: url(../img/ic_circle_arrow_right_01_hatsuwari.svg) no-repeat center / contain;
}
.hatsuwari .hero_text_wrap {
    background-image: linear-gradient(170deg, rgba(255, 120, 48, 1) 40%, rgba(255, 189, 23, 1));
}
.hatsuwari .hero-txt_box{
	background-color: transparent;
}
.hatsuwari .hero02 .hero-blue-highlight {
    background-color: #fff;
	color: #003e70;
}
.hatsuwari .hero-white-highlight{
	color: #B41D23;
}
.hatsuwari .ttl-01:before {
    background-color: #B41D23;
}
.hatsuwari .family-content-text-maintext{
    background-color: #B41D23;
}
.hatsuwari .sec-mission {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 237, 221, 1) 43%);
}
.hatsuwari #sec-plan{
	background-color: #FFEDDD;
}
.hatsuwari .price-head__value-strong{
	color: #B41D23;
}
.hatsuwari .btn-in{
	background-image: linear-gradient(180deg, rgba(205, 33, 39, 1) 50%, rgba(180, 29, 35, 1));
}
.hatsuwari .btn-in--plan {
    background-image: linear-gradient(#fff);
	border: 3px solid #B41D23;
	color: #B41D23;
}
.hatsuwari .gradation-button::after, .btn-in--apply::after {
    background: url("../img/ic_circle_arrow_right_01_hatsuwari.svg") no-repeat center / contain;
}
.hatsuwari .btn-in--plan::after {
    background: url("../img/ic_circle_arrow_right_02_hatsuwari.svg") no-repeat center / contain;
}
.hatsuwari .gradation-button-subtxt {
    border: 2px solid #B41D23;
    color: #B41D23;
}
.hatsuwari .gradation-button{
	background-image: linear-gradient(180deg, rgba(205, 33, 39, 1) 50%, rgba(180, 29, 35, 1));
}
.hatsuwari .sec-contents__title:before{
	background-color: #B41D23;
}
.hatsuwari .text-red{
	color: #B41D23;
}
.hatsuwari .header-btn{
	margin-left: 8px;
}
.hatsuwari .fixBottomNav_inner {
	background-color: #B41D23;
	border: 1px solid #B41D23;
}
@media screen and (max-width: 1000px) {
	.hatsuwari .header-cplogoBox {
		margin-left: 16px;
	}
}
@media screen and (max-width: 768px) {
	.hatsuwari .header-cplogo {
		width: 38px;
	}
	.hatsuwari .header-in {
		padding: 4px 15px 4px;
	}
	.hatsuwari .openbtn1 {
		top: 0px;
		right: 0px;
	}
}
/* 以下　2026春割　A/Bテスト
-------------------------------------------------------------------------- */
/* 以下 A/B共通 */
.haruwari .family-content-list{
	border: none;
}
.haruwari .hero02 .hero-blue-highlight {
    background-color: #fff;
	color: #003e70;
}
.haruwari .hero-white-highlight{
	color: #003e70;
}
.haruwari .ttl-01:before {
    background-color: #FE7593;
}
.haruwari .family-content-text-maintext{
    background-color: #FE7593;
}
.haruwari .sec-mission {
	background-image: inherit;
    background-color: #FFEDED;
}
.haruwari #sec-plan{
	background-color: #FFEDED;
}
.haruwari .price-head__value-strong{
	color: #FE7593;
}
.haruwari .sec-contents__title:before{
	background-color: #FE7593;
}
.haruwari .text-red{
	color: #FE7593;
}
/* 以下 CTAカラー黄緑 */
.haruwari_a .header-btn {
	background-image: linear-gradient(180deg, #5FBB46 38.73%, #2EA12C 101.26%);
}
.haruwari_a .hero02 .hero-btn_wrap a {
    background-image: linear-gradient(180deg, #5FBB46 38.73%, #2EA12C 101.26%);
	border: 2px solid #fff;
}
.haruwari_a .hero02 .hero-btn_wrap a::after {
    background: url("../img/ic_circle_arrow_right_01_2026haruwri_A.svg") no-repeat center / contain;
}
.haruwari_a .hero_text_wrap {
    background-image: linear-gradient(170deg, #FE7593 -13.73%, #FFA5C0 102.51%);
}
.haruwari_a .hero-txt_box{
	background-color: transparent;
}
.haruwari_a .btn-in{
	background-image: linear-gradient(180deg, #5FBB46 38.73%, #2EA12C 101.26%);
}
.haruwari_a .btn-in--plan {
    background-image: linear-gradient(#fff);
	border: 3px solid #5FBB46;
	color: #5FBB46;
}
.haruwari_a .gradation-button::after, .haruwari_a .btn-in--apply::after {
    background: url("../img/ic_circle_arrow_right_01_2026haruwri_A.svg") no-repeat center / contain;
}
.haruwari_a .btn-in--plan::after {
    background: url("../img/ic_circle_arrow_right_02_2026haruwari_A.svg") no-repeat center / contain;
}
.haruwari_a .gradation-button-subtxt {
    border: 2px solid #5FBB46;
    color: #5FBB46;
}
.haruwari_a .gradation-button{
	background-image: linear-gradient(180deg, #5FBB46 38.73%, #2EA12C 101.26%);
}
.haruwari_a .header-btn{
	margin-left: 8px;
}
.haruwari_a .fixBottomNav_inner {
	background-color: #5FBB46;
	border: 1px solid #5FBB46;
}
@media screen and (max-width: 1000px) {
	.haruwari_a .header-cplogoBox {
		margin-left: 16px;
	}
}
@media screen and (max-width: 768px) {
	.haruwari_a .header-cplogo {
		width: 38px;
	}
	.haruwari_a .header-in {
		padding: 4px 15px 4px;
	}
	.haruwari_a .openbtn1 {
		top: 0px;
		right: 0px;
	}
}
/* 以下 CTAカラー明るめブルー */
.haruwari_b .header-btn {
	background: linear-gradient(180deg, #027ACC 0%, #0172C0 100%);
}
.haruwari_b .hero02 .hero-btn_wrap a {
    background: linear-gradient(180deg, #027ACC 0%, #0172C0 100%);
	border: 2px solid #fff;
}
.haruwari_b .hero02 .hero-btn_wrap a::after {
    background: url("../img/ic_circle_arrow_right_01_2026haruwri_B.svg") no-repeat center / contain;
}
.haruwari_b .hero_text_wrap {
    background-image: linear-gradient(170deg, #FE7593 -13.73%, #FFA5C0 102.51%);
}
.haruwari_b .hero-txt_box{
	background-color: transparent;
}
.haruwari_b .btn-in{
	background: linear-gradient(180deg, #027ACC 0%, #0172C0 100%);
}
.haruwari_b .btn-in--plan {
    background-image: linear-gradient(#fff);
	border: 3px solid #027ACC;
	color: #027ACC;
}
.haruwari_b .gradation-button::after, .haruwari_b .btn-in--apply::after {
    background: url("../img/ic_circle_arrow_right_01_2026haruwri_B.svg") no-repeat center / contain;
}
.haruwari_b .btn-in--plan::after {
    background: url("../img/ic_circle_arrow_right_02_2026haruwari_B.svg") no-repeat center / contain;
}
.haruwari_b .gradation-button-subtxt {
    border: 2px solid #027ACC;
    color: #027ACC;
    background: #fff
}
.haruwari_b .gradation-button{
	background: linear-gradient(180deg, #027ACC 0%, #0172C0 100%);
}
.haruwari_b .header-btn{
	margin-left: 8px;
}
.haruwari_b .fixBottomNav_inner {
	background: linear-gradient(180deg, #027ACC 0%, #0172C0 100%);
	border: none;
}
@media screen and (max-width: 1000px) {
	.haruwari_b .header-cplogoBox {
		margin-left: 16px;
	}
}
@media screen and (max-width: 768px) {
	.haruwari_b .header-cplogo {
		width: 38px;
	}
	.haruwari_b .header-in {
		padding: 4px 15px 4px;
	}
	.haruwari_b .openbtn1 {
		top: 0px;
		right: 0px;
	}
}
/* 以下　キャンペーン時の注意事項
-------------------------------------------------------------------------- */
.string {
    word-break: break-all;
}
.notes_list .list_service{
padding: 18px;
background: #fff;
border: 1px solid #dadada;
margin-bottom: 16px;
}
.notes {
	padding: 13.33333vw 0 14.66667vw;
}
.notes .ttl_service {
	color: #474747;
	font-size: var(--font-size--3-733vw);
	font-weight: 700;
	margin: 5.333vw 0 2.667vw;
}
.notes .service_contents .list {
	margin-bottom: 16px;
}
.notes .list .que {
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 6px;
	padding: 24px;
	position: relative;
}
.notes .list .que.is-active{
	border-radius: 6px 6px 0 0;
}
.notes .list .ans{
	border-radius: 0 0 6px 6px;
}
.notes .list .que::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/ic_drop.svg") no-repeat top center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 24px;
	transition: 0.3s;
	transform: translate(0, -50%);
}
.notes .list .que.is-active::after{
	background: url("../img/ic_drop_02.svg") no-repeat top center;
	transition: 0.3s;
}
.notes .list .ans {
	background: #f3f3f3;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	display: none;
	padding: 24px;
}
.notes .list p {
	color: #333;
	font-size: 1.4rem;
	font-weight: 400;
}
.notes .ans table {
	border: 1px solid #dadada;
}
.notes table 	{
	border-collapse:collapse;
}
.notes .ans table tr {
	border-bottom: 1px solid #dadada;
}
.notes .ans table th,
.notes .ans table td {
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	color: #474747;
}
.notes .ans table th,
.notes .ans table td:first-of-type {
	border-right: 1px solid #dadada;
}
.notes .ans table th {
	background: #474747;
	color: #fff;
	padding: 1.333vw 2vw;
}
.notes .ans table td {
	padding: 2.333vw 2vw;
}
.notes .ans table .col_01 {
	width: 30%;
}
.notes .ans table .col_02 {
	width: 35%;
}
.notes .ans table .col_03 {
	width: 35%;
}
.notes .notes {
	background-color: #efefef;
	content-visibility: auto;
	contain-intrinsic-size: 1700px;
	padding: 13.33333vw 0 14.66667vw;
}
@media (min-width: 768px) {
	.notes {
		padding: 80px 0 72px;
	}
}
@media (min-width: 768px) {
	.notes_inner {
		margin: auto;
		max-width: 1000px;
	}
}
@media (min-width: 768px) {
    .notes_h {
		font-size: 1.4rem;
    }
}
.notes_list + .notes_list {
	margin: 7.66667vw 0 0;
}
@media (min-width: 768px) {
	.notes_list + .notes_list {
		margin-top: 30px;
	}
}
.notes_list_h {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
	font-weight: 700;
	color: #474747;
}
@media (min-width: 768px) {
	.notes_list_h {
		font-size: 1.8rem;
		color: #474747;
	}
}
@media (min-width: 768px) {
	.notes_list_body {
		margin-top: 6px;
	}
}
.notes_list_child p {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #474747;
}
@media (min-width: 768px) {
	.notes .ttl_service {
		font-size: var(--font-size--1-4);
		font-weight: 700;
		color: #474747;
		margin: 30px 0 15px;
	}
	.notes_list_child p {
		font-size: 1.4rem;
		line-height: 1.71429;
	}
	.notes_list_child p a {
		display: inline;
	}
	.notes_list_child p.align_txt {
		text-indent: -52px;
		padding-left: 52px;
	}
}
.notes a {
	text-decoration: underline;
	color: #326691;
	display: inline;
}
@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 {
	margin: 2.13333vw 0 4.53333vw;
	border: 1px solid #ccc;
}
@media (min-width: 768px) {
	.table_02 {
		margin: 12px 0 20px;
	}
}
.table_02 th,
.table_02 td {
	padding: 3.33333vw;
	width: calc(100% / 3);
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.58333;
}
@media (min-width: 768px) {
	.table_02 th,
	.table_02 td {
		padding: 18px;
		font-size: 1.2rem;
	}
}
.table_02 th {
	background-color: #4C4C4C;
	color: #fff;
}
.table_02 th + th {
	border-left: 1px solid #ccc;
}
.table_02 td {
	background-color: #fff;
	color: #757575;
}
.table_02 td + td {
	border-left: 1px solid #ccc;
}
.table_02 td a {
	text-decoration: underline;
	color: #0a3e6f;
}
@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 {
	margin: 2.13333vw 0;
	border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
	.table_04 {
		margin: 7px 0 12px;
		border: 1px solid #dadada;
		border-bottom: none;
		border-left: none;
	}
}
.table_04 th,
.table_04 td {
	padding: 3.33333vw;
	width: calc(100% / 4);
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.58333;
}
@media (min-width: 768px) {
	.table_04 th,
	.table_04 td {
		padding: 18px;
		font-size: 1.2rem;
	}
}
.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 {
		font-size: var(--font-size--2-347vw);
		color: #474747;
	}
	.service_tbl {
		display: block;
	}
	.ttl_service {
		font-size: var(--font-size--1-825vw);
		margin: 3.911vw 0 1.956vw;
	}
	.notes_list_child p {
		font-size: var(--font-size--1-825vw);
	}
	.notes .ttl_service {
		font-size: var(--font-size--1-825vw);
		margin: 4.215vw 0 1.565vw;
	}
	.notes .service_contents .list {
		margin-bottom: 2.667vw;
	}
	.notes .list p {
		font-size: var(--font-size--1-825vw);
	}
	.notes .ans table th,
	.notes .ans table td {
		font-size: var(--font-size--1-825vw);
	}
	.notes .ans table th {
		padding: 2.333vw 2vw;
	}
	.notes .ans table td {
		padding: 2.333vw 2vw;
	}
	.notes .notes_list + .notes_list {
		margin: 2.66667vw 0 0;
	}
	.notes .table_02 th,
	.notes .table_02 td {
		font-size: var(--font-size--1-825vw);
		padding: 2.333vw 2vw;
	}
}
@media screen and (max-width: 768px) {
	.notes .list .que,.notes .list .ans {
		padding: 16px;
	}
	.notes .list .que::after{
		right: 10px;
	}
}
@media screen and (max-width: 340px) {
	.smallsp-none{
		display: none;
	}
}

/*　以下　20260309 add  */
/* million-users-section
-------------------------------------------------------------------------- */
.million-users-section {
	background-color: #fff;
	width: 100%;
	max-width: 864px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 32px 16px 0;
	overflow: hidden;
	margin-top: 32px;
}
.section-inner {
	background-color: #fff;
	width: 100%;
	max-width: 864px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 32px 16px 0;
	overflow: hidden;
}
.text-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	width: 100%;
}
.title-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	width: 100%;
}
.note-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}
.note-text {
	font-size: 1.2rem;
	line-height: 1.65;
	color: #333;
	text-align: center;
	margin: 0;
}
.main-title {
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.35;
	color: #333;
	text-align: center;
	white-space: nowrap;
	margin: 0;
}
.subtitle-text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.35;
	color: #003e70;
	white-space: nowrap;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 2px solid #003e70;
	display: inline-block;
}
.image-content {
	width: 280px;
	height: 178px;
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.million-users-section{
		align-items: baseline;
		column-gap: 0;
	}
	.million-users-section{
		max-width: 864px;
		margin: 32px auto 0;
		flex-direction: row;
	}
	.image-content {
        width: auto;
        height: auto;
        padding-top: 10px;
        min-width: 0;
        max-height: 170px;
        max-width: 378px;
        overflow: hidden;
    }
	.title-wrapper {
		align-items: baseline;
	}
	.main-title{
		font-size: 3.2rem;
		text-align: left;
	}
	.million-users-section{
		padding: 32px 32px 0;
	}
	.note-wrapper {
		justify-content: flex-start;
	}
}
@media screen and (min-width: 1001px) {
	.million-users-section{
		margin: 80px auto 0;
	}
}