@charset "UTF-8";

.contentpage .m_img {background-image: url("../images/first/m_img@2x.jpg");}



/*box1
---------------------------------------------------------*/
.box1 .qa_box {
	width: 100%;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
.box1 .qa_box .txt {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.box1 .qa_box .abs li {
	width: 15%;
	max-width: 130px;
	position: absolute;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
}
.box1 .qa_box .abs li:nth-child(1) {
	left: 0;
}
.box1 .qa_box .abs li:nth-child(2) {
	right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .qa_box .abs li:nth-child(1) {
	left: 8%;
}
.box1 .qa_box .abs li:nth-child(2) {
	right: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .qa_box .txt {
	width: 100%;
	font-size: 105%;
}
.box1 .qa_box .abs {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.box1 .qa_box .abs li {
	width: 50%;
	max-width: 100%;
	position: static;
	transform: none;
}
.box1 .qa_box .com_btn1 {
	margin-top: 1.0em;
}
}



/*second
---------------------------------------------------------*/
#second .img_txt {
	background: url("../images/first/img3@2x.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 140%;
	font-size: min(140%,2.6vw);
	letter-spacing: .05em;
	line-height: 1.8em;
	position: relative;
}
#second .img_txt::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 70%;
	height: 100%;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
	background: linear-gradient(90deg,rgba(179, 183, 190, 1) 40%, rgba(179, 183, 190, 0) 100%);
}
#second .img_txt .ft_gothic {
	position: relative;
	z-index: 1;
	padding: 8% 10% 12%;
}
#second .img_txt .ft_gothic p:first-child {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.8em;
	margin-bottom: 1.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#second .img_txt {
	font-size: 2.6vw;
	line-height: 1.5em;
}
#second .img_txt::before {
	width: 80%;
}
#second .img_txt .ft_gothic {
	position: relative;
	z-index: 1;
	padding: 8% 8% 9%;
}
#second .img_txt .ft_gothic p:first-child {
	line-height: 1.8em;
	margin-bottom: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#second .img_txt {
	font-size: 130%;
	line-height: 1.6em;
}
#second .img_txt::before {
	width: 90%;
}
#second .img_txt .ft_gothic {
	padding: 8% 8% 10%;
}
#second .img_txt .ft_gothic p:first-child {
	line-height: 1.6em;
	margin-bottom: .5em;
}
}



/*flow
---------------------------------------------------------*/
#flow .com_flow_list1 .attention {
	margin-top: 1.3em;
}
#flow .com_flow_list1 .attention > dt {
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding-left: 2.0em;
	position: relative;
	margin-bottom: .6em;
}
#flow .com_flow_list1 .attention > dt::before {
	content: "";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	background: url("../images/first/attention@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: -.1em;
}

#flow .yobo_box {
	width: 100%;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
#flow .yobo_box .abs li {
	width: 15%;
	max-width: 130px;
	position: absolute;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
}
#flow .yobo_box .abs li:nth-child(1) {
	left: 0;
}
#flow .yobo_box .abs li:nth-child(2) {
	right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#flow .yobo_box {
	margin-bottom: 4%;
}
#flow .yobo_box .abs li:nth-child(1) {
	left: -5%;
}
#flow .yobo_box .abs li:nth-child(2) {
	right: -5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#flow .yobo_box {
	margin-bottom: 4%;
}
#flow .yobo_box .abs {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#flow .yobo_box .abs li {
	width: 50%;
	max-width: 130px;
	position: static;
	transform: none;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}