@charset 'UTF-8';

@media screen and (max-width: 767px){
/*--------------------------------------------------------------------------
    tool
---------------------------------------------------------------------------*/
.mi-pc {
	display: none!important;
}
.mi-sp {
	display: block!important;
}
.border_line {
    line-height: 1.7;
    display: inline; 
    padding-bottom: 0px;
    background:linear-gradient(transparent 70%, #fbf314 0%);
}

.border_line--02 {
    background-image: linear-gradient(to right, #ec911b 1.333vw, transparent 0.267vw);
    background-size: 1.867vw 0.267vw;
    background-repeat: repeat-x; 
    background-position: left bottom;
}

.line__img {
	line-height: 1.3;
	position: relative;
	display: inline-block;
	z-index: 0;
}
.line__img::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2.667vw;
	background-image: url(../img/line_img.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	z-index: -1;
}

.line__img--red {
	line-height: 1.3;
	position: relative;
	display: inline-block;
	z-index: 0;
	padding-bottom: 1.333vw;
}
.line__img--red::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.267vw;
	background-color: #dd2225;
	z-index: -1;
}


/*--------------------------------------------------------------------------
	.sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
	position: relative;
	background-color: #fffdf5;
}
.sec-mv .inner {
	max-width: 100%;
	padding: 0;
	position: relative;
}
.sec-mv .inner .mv {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}



/*--------------------------------------------------------------------------
	.sec-01
---------------------------------------------------------------------------*/

.sec-01 {
}
.sec-01 .ac_area {
	padding-bottom: 0.4vw;
}
.sec-01 .ac_area + .ac_area {
	margin-top: 6vw;
}
.sec-01 .ac_area h2 {
	font-size: 4vw;
	text-align: left;
	padding: 2.667vw 4vw;
	margin-top: 0;
	letter-spacing: -0.03em;
}

.sec-01 .ac_area h2::before {
	content: '';
	position: absolute;
	right: 4vw;
	top: 50%;
	width: 6.667vw;
	height: 6.667vw;
	background-color: #fff;
	border-radius: 50%;
	transform: translate(0, -50%);
}
.sec-01 .ac_area h2::after {
	content: '';
	position: absolute;
	right: 4vw;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 1.333vw solid transparent;
	border-left: 1.333vw solid transparent;
	border-top: 2vw solid #ec911b;
	border-bottom: 0;
	transition: .3s ease;
	transform: translate(-2vw, -50%) rotate(0deg);
}

.sec-01 .ac_area h2.is-active::after {
	transform: translate(-2vw, -50%) rotate(180deg);
}

.sec-01 .ac_area .ac_area__inner {
	margin: 0 0.4vw;
	background-color: #fff7ed;
	padding-top: 2.667vw;
	padding-bottom: 5.333vw;
	padding-left: 3.333vw;
	padding-right: 3.333vw;
	display: none;
	position: relative;
}
.sec-01 .ac_area .ac_area__inner .img01 {
	position: absolute;
	right: 3.467vw;
    top: 22.667vw;
	width: 20.267vw;
	height: 24vw;
	
}
.sec-01 .ac_area .ac_area__inner h3 {
	font-size: 6vw;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
}
.sec-01 .ac_area .ac_area__inner h3 .line__img {
	padding: 0 0 0 1.333vw;
}
.sec-01 .ac_area .ac_area__inner .txt01 {
	padding-top: 3.067vw;
	font-size: 3.733vw;
	line-height: 1.44;
}
.sec-01 .ac_area .ac_area__inner .txt02 {
	margin-top: 2vw;
	font-size: 3.733vw;
	line-height: 1.44;
}
.sec-01 .ac_area .ac_area__inner .txt03 {
	padding-top: 2.4vw;
	font-size: 2.133vw;
	text-align: right;
	letter-spacing: -0.03em;
}
.sec-01 .ac_area .ac_area__inner h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.8vw;
	margin-top: 2.933vw;
	line-height: 1.3;
}
.sec-01 .ac_area .ac_area__inner h4 img {
	width: 14.267vw;
	height: 13.333vw;
}
.sec-01 .ac_area .ac_area__inner h4 .flex__txt {
	padding-left: 1.333vw;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex {
	display: flex;
	justify-content: space-between;
	padding-top: 2.933vw;
	margin-bottom: 5.333vw;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item {
	width: 41.333vw;
	border: 0.4vw solid #828282;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item h5 {
	color: #fff;
	background-color: #828282;
	font-size: 3.733vw;
	text-align: center;
	line-height: 1;
	padding: 2vw 0;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner {
	display: block;
	text-align: center;
	height: 34.933vw;
	padding: 0 2.667vw;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner .item__txt {
	font-size: 4.267vw;
	font-weight:600;
	line-height: 1.1;
	letter-spacing: -0.03em;
	padding-top: 1.333vw;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner .item__txt span {
	font-size: 5.733vw;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner .item__txt span.num {
	font-size: 7.733vw;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner .item__img {
	width: 19.6vw;
    margin: 8vw auto 0;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item .item__inner .item__img--02 {
    margin: 1.333vw auto 0;
}

.sec-01 .ac_area .ac_area__inner .sec-01__flex .item:nth-child(2) {
	border: 0.4vw solid #ec911b;
}
.sec-01 .ac_area .ac_area__inner .sec-01__flex .item:nth-child(2) h5 {
	background-color: #ec911b;
}
.sec-01 .ac_area .ac_area__inner .check__list {
	
}
.sec-01 .ac_area .ac_area__inner .check__list li {
	position: relative;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	padding-left: 4.667vw;
}
.sec-01 .ac_area .ac_area__inner .check__list li + li {
	margin-top: 0;
}
.sec-01 .ac_area .ac_area__inner .check__list li span {
	font-size: 1.3em;
}
.sec-01 .ac_area .ac_area__inner .check__list li span.num {
	font-size: 1.6em;
}
.sec-01 .ac_area .ac_area__inner .check__list li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 2.8vw;
	width: 3.467vw;
	height: 2.933vw;
	background-image: url(../img/icon_check.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 1.333vw;
}
.sec-01 .ac_area .ac_area__inner .txt04 {
	padding-top: 0;
	font-size: 2.4vw;
	text-align: left;
	font-weight: 600;
	margin: 0 0 0 4.533vw;
	letter-spacing: 0;
	line-height: 1.3;
}
.sec-01 .ac_area .ac_area__inner .txt05 {
	font-size: 5.333vw;
	font-weight: 600;
	text-align: center;
	padding-top: 2vw;
}
.sec-01 .ac_area .ac_area__inner .js-scrollable {
	margin: 0;
}
.sec-01 .ac_area .ac_area__inner .scroll__img {
	margin-top: 2.667vw;
	margin-left: 0;
	padding-bottom: 1.333vw;
	width: 100%;
}
.scroll-hint-text {
	display: block;
}
.sec-01 .ac_area .ac_area__inner .txt06 {
	padding-top: 1.333vw;
	padding-bottom: 5.333vw;
	font-size: 2vw;
	text-align: left;
	letter-spacing: -0.03em;
}
.sec-01 .ac_area .ac_area__inner .txt06 span {
	font-size: 0.8em;
}

/*--------------------------------------------------------------------------
	.sec-02
---------------------------------------------------------------------------*/

.sec-02 {
	padding-top: 1.333vw;
	padding-bottom: 5.333vw;
}
.sec-02 h2 {
	font-size: 6.667vw;
	text-align: center;
}
.sec-02 .img01 {
	padding-top: 0;
}


/*--------------------------------------------------------------------------
	.sec-03
---------------------------------------------------------------------------*/
.sec-03 {
	padding: 6.133vw 0 8vw 0;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.533vw, rgba(254, 246, 237, 1) 0.533vw, rgba(254, 246, 237, 1) 1.067vw );
	position: relative;
}
.sec-03::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 3.6vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11.2vw solid transparent;
    border-left: 11.2vw solid transparent;
    border-top: 6vw solid #333333;
    border-bottom: 0;
    transform: translate(-50%, 0);
}
.sec-03 .box {
	border: 0.533vw solid #ec911b;
	background-color: #fff7ed;
	margin-top: 10vw;
	position: relative;
}
.sec-03 .box h2 {
	color: #fff;
	background-color: #ec911b;
	font-size: 6vw;
	text-align: left;
	line-height: 1;
	padding: 2.667vw 0 2.667vw 4vw;
}
.sec-03 .box .img01 {
	position: absolute;
    right: 1.333vw;
    top: -9.333vw;
	width: 18.8vw;
	height: 22.267vw;
}
.sec-03 .box .txt01 {
	font-size: 3.467vw;
	line-height: 1.462;
	padding: 2.667vw 4vw;
	letter-spacing: -0.03em;
}
  

/*--------------------------------------------------------------------------
	.sec-04
---------------------------------------------------------------------------*/
.sec-04 {
	background-color: #ffeed8;
}
.sec-04 h2 {
	font-size: 6.667vw;
	text-align: center;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	background-color: #dc2823;
	padding: 5.333vw 0;
}
.sec-04 .sec-04_cont {
	border: 0.4vw solid #dc2823;
	background-color: #fff;
	margin-top: 11.333vw;
	position: relative;
	padding: 9.867vw 4vw 6.667vw;
}
.sec-04 .sec-04_cont + .sec-04_cont {
	margin-top: 12vw;
}
.sec-04 .sec-04_cont + .sec-04_cont--02 {
	margin-top: 16vw;
}
.sec-04 .sec-04_cont h3 {
	display: flex;
	justify-content: center;
	letter-spacing: 0;
}
.sec-04 .sec-04_cont h3 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 86.667vw;
	font-size: 5.333vw;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	background-color: #dc2823;
	padding: 2.667vw 0;
	transform: translate(-50%, -50%);
}
.sec-04 .sec-04_cont h3 span.w65 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 86.667vw;
	font-size: 5.333vw;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	background-color: #dc2823;
	padding: 2.667vw 0;
	transform: translate(-50%, -50%);
}
.sec-04 .sec-04_cont h4 {
	font-size: 6vw;
	text-align: center;
	letter-spacing: 0;
}
.sec-04 .sec-04_cont h4 .line__img--red {
	width: 80vw;
	margin: 0 auto;
}
.sec-04 .sec-04_cont .img01 {
	width: 80vw;
	margin: 4vw auto 0;
}

.sec-04 .sec-04_cont .txt01 {
    font-size: 4vw;
    letter-spacing: -0.05em;
    line-height: 1.4;
    padding: 2.933vw 3.333vw 0;
}
.sec-04 .sec-04_cont .ac_area {
	background-color: #ec911b;
	padding-bottom: 0.4vw;
}
.sec-04 .sec-04_cont .ac_area h5 {
	position: relative;
	background-color: #ec911b;
	font-size: 4.8vw;
	text-align: left;
	color: #fff;
	padding: 2.667vw 4vw;
	margin-top: 4vw;
	cursor: pointer;
}
.sec-04 .sec-04_cont .ac_area h5::before {
	content: '';
	position: absolute;
	right: 4vw;
	top: 50%;
	width: 6.667vw;
	height: 6.667vw;
	background-color: #fff;
	border-radius: 50%;
	transform: translate(0, -50%);
}
.sec-04 .sec-04_cont .ac_area h5::after {
	content: '';
	position: absolute;
	right: 4vw;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 1.333vw solid transparent;
	border-left: 1.333vw solid transparent;
	border-top: 2vw solid #ec911b;
	border-bottom: 0;
	transition: .3s ease;
	transform: translate(-2vw, -50%) rotate(0deg);
}

.sec-04 .sec-04_cont .ac_area h5.is-active::after {
	transform: translate(-2vw, -50%) rotate(180deg);
}
.sec-04 .sec-04_cont .ac_area .ac_area__inner {
	margin: 0 0.4vw;
	background-color: #fff9f9;
	padding-top: 3.067vw;
	padding-bottom: 5.333vw;
	display: none;
}
.sec-04 .sec-04_cont .ac_area .ac_area__inner .reason__txt {
	font-size: 6vw;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.sec-04 .sec-04_cont .reason__list {
    margin-top: 2.667vw;
    padding: 0 3.733vw;
}
.sec-04 .sec-04_cont .reason__list li {
	position: relative;
	padding-left: 4vw;
	font-size: 3.733vw;
	line-height: 1.4;
}
.sec-04 .sec-04_cont .reason__list li + li {
	margin-top: 1.333vw;
}
.sec-04 .sec-04_cont .reason__list li::before {
	content: '';
	position: absolute;
	top: 2.133vw;
	left: 0;
	width: 2.133vw;
	height: 2.133vw;
	background-color: #ec911b;
	border-radius: 2.133vw;
}
.sec-04 .sec-04_cont .img02 {
	width: 76.533vw;
	margin: 3.333vw auto 5.067vw;
}
.sec-04 .sec-04_cont .img03 {
	width: 80vw;
	margin: 4vw auto 0;
}
.sec-04 .sec-04_cont .txt02 {
	font-size: 2.4vw;
	letter-spacing: -0.05em;
	padding: 2.667vw 0 0;
	text-align: center;
}
.sec-04 .sec-04_cont .ttl02 {
	font-size: 5.333vw;
	margin-top: 3.333vw;
}

.sec-04 .sec-04_cont .img04 {
	width: 80vw;
	margin: 4vw auto 0;
}
.sec-04 .sec-04_cont .txt03 {
	font-size: 4vw;
	letter-spacing: -0.05em;
	line-height: 1.4;
	padding: 3.333vw 0 0;
	margin: 0 auto;
	width: 80vw;
}
.sec-04 .sec-04_cont .ttl03 {
	margin-top: 5.333vw;
	text-align: center;
}
.sec-04 .sec-04_cont .ttl03 .txt--small {
	display: block;
	padding-bottom: 1.333vw;
}
.sec-04 .sec-04_cont .img05 {
	width: 80vw;
	margin: 4vw auto 0;
}


.sec-04 .sec-04_cont h4.h4--02 {
	font-size: 6vw;
	text-align: center;
	letter-spacing: 0;
	margin-top: 4vw;
}
.sec-04 .sec-04_cont h4.h4--02 .line__img--red {
	width: auto;
}
.sec-04 .sec-04_cont .img06 {
	width: 80vw;
	margin: 4vw auto 0;
}

.sec-04 .sec-04_cont .box__wrap {
	margin-top: 8.667vw;
	background-color: #fff8ee;
	position: relative;
	padding: 8vw 4vw 2.667vw;
}
.sec-04 .sec-04_cont .box__wrap h5 {
	display: flex;
	justify-content: center;
	letter-spacing: 0;
}
.sec-04 .sec-04_cont .box__wrap h5 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60vw;
	font-size: 4.8vw;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	background-color: #ec911b;
	border-radius: 1.6vw;
	padding: 1.333vw 0;
	transform: translate(-50%, -50%);
}
.sec-04 .sec-04_cont .box__wrap h6 {
	font-size: 6vw;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.sec-04 .sec-04_cont .box__wrap .box__list {
	margin-top: 2.667vw;
}
.sec-04 .sec-04_cont .box__wrap .box__list li {
	position: relative;
	padding-left: 3.333vw;
	font-size: 3.733vw;
	letter-spacing: -0.07em;
	line-height: 1.3;
}
.sec-04 .sec-04_cont .box__wrap .box__list li + li {
	margin-top: 2vw;
}
.sec-04 .sec-04_cont .box__wrap .box__list li::before {
	content: '';
	position: absolute;
	top: 1.6vw;
	left: 0;
	width: 1.6vw;
	height: 1.6vw;
	background-color: #ec911b;
	border-radius: 1.6vw;
}
.sec-04 .sec-04_cont .img07 {
	margin: 4vw -2.133vw 0 0;
}



/*--------------------------------------------------------------------------
	.sec-solicitation
---------------------------------------------------------------------------*/
.sec-solicitation .solicitation01 {
	padding-top: 0;
	height: auto;
	background: none;
}
.sec-solicitation .solicitation01 .solicitation__img--01 {
	width: 100%;
	margin: 0 auto;
}
.sec-solicitation .solicitation02 {
	display: none;
}

/*--------------------------------------------------------------------------
    .sec-flow
---------------------------------------------------------------------------*/
.sec-flow h2 {
    font-size: 6.667vw;
	padding: 10vw 0;
}
.sec-flow .flow__list {
    margin-top: 8vw;
    display: block;
}
.sec-flow .flow__list .item {
    width: 100%;
    border-radius: 0;
    padding: 4.4vw 2.667vw;
    display: flex;
}
.sec-flow .flow__list .item + .item {
    margin-top: 8vw;
}
.sec-flow .flow__list .item + .item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -6vw;
    width: 2vw;
    height: 4vw;
    background: url(../img/ico_arw_red.svg) no-repeat left top;
    background-size: cover;
    -webkit-transform: translate(-50%, 0) rotate(90deg);;
    transform: translate(-50%, 0) rotate(90deg);;
}
.sec-flow .flow__list .item .flow__txt__wrap {
    flex: 1;
    padding: 0 0 0 2.667vw;
}
.sec-flow .flow__list .item .flow__img {
    width: 33.333vw;
    border-radius: 0;
    overflow: hidden;
}
.sec-flow .flow__list .item .flow__txt--01 {
    font-size: 5.333vw;
    text-align: left;
    margin-top: 0;
    padding: 0;
}
.sec-flow .flow__list .item:nth-child(3) .flow__txt--01 {
	font-size: 5.333vw;
	letter-spacing: -0.05em;
}
.sec-flow .flow__list .item .flow__txt--01 span {
    font-size: 4.267vw;
}
.sec-flow .flow__list .item .flow__txt--02 {
    margin-top: 1.333vw;
    padding: 0;
    font-size: 3.2vw;
    line-height: 1.3;
}

/*--------------------------------------------------------------------------
	.sec-know
---------------------------------------------------------------------------*/
.sec-know {
}
.sec-know h2 {
	background-color: #ec911b;
	font-size: 6.667vw;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 10vw 0;
}
.sec-know .know__wrap {
	margin: 8vw 4vw;
	background-color: #fff8ee;
	padding: 3.333vw 0 6.667vw;
}
.sec-know .know__wrap h3 {
	font-size: 6.4vw;
	text-align: center;
}
.sec-know .know__wrap h3 .sub {
	font-size: 4.133vw;
}
.sec-know .know__wrap .know__list {
	margin-top: 0;
    padding: 0 4vw;
}
.sec-know .know__wrap .know__list li {
	position: relative;
	padding-left: 3.333vw;
	font-size: 3.733vw;
	letter-spacing: -0.07em;
	line-height: 1.3;
	margin-top: 1.067vw;
}
.sec-know .know__wrap .know__list li::before {
	content: '';
	position: absolute;
	top: 1.6vw;
	left: 0;
	width: 1.6vw;
	height: 1.6vw;
	background-color: #ec911b;
	border-radius: 1.6vw;
}
.sec-know .know__wrap .img01 {
	width: 80vw;
	margin: 4vw auto 0;
}
.sec-know .know__wrap .txt01 {
	font-size: 3.733vw;
	letter-spacing: -0.05em;
	line-height: 1.4;
	padding: 3.333vw 0 0;
	margin: 0 auto;
	width: 80vw;
}



/*--------------------------------------------------------------------------
    .sec-faq
---------------------------------------------------------------------------*/
.sec-faq {
    padding: 0 0 9vw 0;
}
.sec-faq .inner {
	padding: 0 3vw;
}
.sec-faq h2 {
    font-size: 6.667vw;
	padding: 10vw 0;
}
.sec-faq .faq__list {
    margin-top: 8vw;
}
.sec-faq .faq__list .item {
    border-radius: 1.067vw;
    box-shadow: 0.459vw 0.655vw 1.6vw 0px rgba(84, 2, 0, 0.2);
}
.sec-faq .faq__list .item +.item {
    margin-top: 5.333vw;
}
.sec-faq .faq__list .item dt {
    padding: 4.667vw 12vw 4.667vw 16vw;
    font-size: 4vw;
    letter-spacing: -0.03em;
}
.sec-faq .faq__list .item dt .icon_q {
    position: absolute;
    left: 2.667vw;
    top: 50%;
    width: 10.667vw;
    height: 10.667vw;
    border-radius: 50%;
    font-size: 7.067vw;
    font-weight: 600;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: #dc2823;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.sec-faq .faq__list .item dt i {
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 5.333vw;
    height: 5.333vw;
    transform: translateY(-50%);
}

.sec-faq .faq__list .item dt i::before,
.sec-faq .faq__list .item dt i::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1.067vw;
    background-color: #dc2823;
    transition: all 0.3s ease 0s;
}
.sec-faq .faq__list .item dd {
    padding: 0.667vw 4.667vw 4.667vw 16vw;
    font-size: 2.933vw;
    position: relative;
    line-height: 1.6;
}
.sec-faq .faq__list .item dd .m-txt {
    font-size: 0.8em;
}
.sec-faq .faq__list .item dd .icon_a {
    position: absolute;
    left: 2.667vw;
    top: 6.667vw;
    width: 9.867vw;
    height: 9.867vw;
    border-radius: 50%;
    font-size: 7.067vw;
    font-weight: 600;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: #dc2823;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.sec-faq .txt__wrap {
	margin-top: -3.467vw;
	padding: 0 2.667vw;
}
.sec-faq .txt__wrap p {
	font-size: 2.667vw;
	letter-spacing: -0.1em;
	line-height: 1.4;
	margin-top: 15px
}
.sec-faq .txt__wrap p + p {
	margin-top: 2vw;
}
.sec-faq .white__box{
	border-radius: 1.067vw;
	background-color: #fff;
	box-shadow: 0.459vw 0.655vw 1.6vw 0 rgba(84, 2, 0, 0.2);
    margin: 4vw 1.333vw 0;
	padding: 2.933vw 4vw;
}
  
.sec-faq .white__box p {
	font-size: 2.4vw;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
.sec-faq .white__box .ttl {
	font-size: 3.333vw;
	padding-bottom: 2vw;
}

/*--------------------------------------------------------------------------
    .cta-area
---------------------------------------------------------------------------*/
#floating {
    box-shadow: 0px -0.8vw 1.6vw 0px rgba(57, 32, 0, 0.06);
    width: 100%;
}
.cta-area {
    padding-top: 6.4vw;
    padding-bottom: 8vw;
}
.cta-area--fv {
	margin-bottom: 4vw;
	padding: 4vw 0;
	background-color: #fffdf5;
}
#floating .cta-area {
    margin-top: 0;
    padding: 4vw 0;
    position: relative;
}
#floating .cta-area .close__btn {
    width: 5.333vw;
    position: absolute;
    right: 1.333vw;
    top: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.cta-area .cta__flex .item {
    width: 92vw;
}
.cta-area .cta__flex .item .ttl {
    font-size: 4vw;
    letter-spacing: -0.05em;
}
.cta-area .cta__flex .item .ttl {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 0 2.667vw;
}
.cta-area .cta__flex .item .ttl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1vw;
    width: 0.667vw;
    height: 5vw;
    background-color: #333;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.cta-area .cta__flex .item .ttl::after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 1vw;
    width: 0.667vw;
    height: 5vw;
    background-color: #333;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.cta-area .cta__flex .item .ttl span.red__txt {
	color: #dc2823;
}
.cta-area .cta__flex .item .ttl span.num__txt {
	font-size: 5.333vw;
}
.cta-area .cta__flex .item .ttl span.small__txt {
	font-size: 4vw;
}
.cta-area .cta__flex .item--02 .ttl span {
	color: #ec911b;
}
.cta-area .cta__flex .item .btn {
    position: relative;
    z-index: 0;
    margin-top: 1.6vw;
}
.cta-area .cta__flex .item .btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: -0.667vw;
    border-radius: 11.333vw;
    width: 100%;
    height: 11.333vw;
    background-color: #b10f0a;
    z-index: -1;
}
.cta-area .cta__flex .item .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11.333vw;
    width: 100%;
    height: 11.333vw;
    background-color: #dc2823;
    box-shadow: 0px 0.8vw 0px 0px rgba(177, 15, 10, 0.004), 0.765vw 1.092vw 2.4vw 0px rgba(17, 17, 17, 0.2);
    color: #fff;
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1;
}
.cta-area .cta__flex .item .btn a:hover {
    opacity: 1;
}
.cta-area .cta__flex .item--02 .btn::before {
    background-color: #b16706;
}
.cta-area .cta__flex .item--02 .btn a {
    background-color: #ec911b;
}
.cta-area .cta__flex .item .btn a span {
    position: relative;
    display: flex;
    align-items: center;
}
.cta-area .cta__flex .item .btn a span::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.067vw solid transparent;
    border-bottom: 1.067vw solid transparent;
    border-left: 1.6vw solid #fff;
    border-right: 0;
    margin-left: 2.4vw;
    margin-top: 0.267vw;
    transition: .3s ease;
}


.acd_close {
	width: 40vw;
	height: 9.333vw;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-width: 0.4vw;
	border-color: rgb(51, 51, 51);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	box-shadow: 2.868px 4.096px 10px 0px rgba(1, 1, 1, 0.16);
	border-radius: 5.333vw;
	font-size: 4vw;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1;
	cursor: pointer;
	transition: .3s ease;
	margin: 0 auto;
}
.acd_close span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 2vw;
}
.triangle--04 {
	position: relative;
}
.triangle--04::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 4vw;
	width: 0;
	height: 0;
	border-style: solid;
	border-left: 1.6vw solid transparent;
	border-right: 1.6vw solid transparent;
	border-bottom: 2.533vw solid #333335;
	border-top: 0;
	margin-left: 0.667vw;
	transition: .3s ease;
	transform: translate(0, -50%);
}

.inner:has(.white__box--min) {
	max-width: 91.667vw;
}
.white__box--min {
	border-radius: 1.067vw;
	background-color: #fff;
	box-shadow: 0.459vw 0.655vw 1.6vw 0 rgba(84, 2, 0, 0.2);
    margin: 0 1.333vw 8vw;
	padding: 2.933vw 4vw;
}
.white__box--min p {
	font-size: 2.4vw;
	letter-spacing: -0.03em;
	line-height: 1.4;
}


}