@charset "utf-8";

/*------------------------------------------------------------------
TOP PAGE
------------------------------------------------------------------*/


/*=================================
visual
==================================*/
#top-visual {
	width: 100%;
	background-image: url('../img/main_visual.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-visual .wrap {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 510px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 66px 0;
	text-align: center;
}
#top-visual .sub {
	font-size: 30px;
    color: rgba(255,255,230,1.0);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    font-weight: 600;
    line-height: 1.3em;
}
#top-visual h1 {
	margin: 42px auto 50px;
}
#top-visual h1 img {
	max-width: 100%;
}
#top-visual .meritbox {
	width: 620px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 auto 35px;
}
#top-visual .meritbox img {
	max-width: 182px;
}
#top-visual .btn a {
	position: relative;
    display: block;
    width: 430px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 70px;
    color: #fff;
    background: linear-gradient(#ff9600 0%,#ff9600 50%,#ff8500 50%,#ff8500 100%);
    border-radius: 50px;
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
    font-weight: 600;
}
#top-visual .btn a:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 26px;
	margin-top: -7px;
}
#top-visual .btn a:hover {
	opacity: 0.8;
}
#top-visual .seal {
	position: absolute;
	bottom: 34px;
	right: 50px;
	width: 200px;
	border-radius: 100px;
	box-shadow: 0 4px 5px 0px rgba(0,0,0,0.1);
}




/*=================================
#trouble 
==================================*/
#trouble {
	background: url(../img/trouble_bg.png) 0 0 #f5f5f5;
}
#trouble h1 {
}
#trouble p.h1_sub {
	font-size: 20px;
    margin: 4px auto 40px;
}
#trouble .box {
    width: 580px;
    border: 1px solid #263238;
    margin: 0 auto;
    background: rgba(255,255,250,0.5);
}
#trouble .box h2 {
	font-size: 20px;
	font-weight: 600;
    line-height: 2.9;
    color: #fff;
    background: rgba(28,73,146,1);
    height: 60px;
}
#trouble .box ul {
	text-align: left;
	padding: 30px 60px 40px;
}
#trouble .box ul li {
	margin-bottom: 16px;
	padding-left: 26px;
	font-size: 16px;
	background: url('../img/trouble_check.svg') center left no-repeat;
	background-size: 21px 18px;
	background-position: 0px 9px;
	line-height: 1.9;
}
#trouble .box ul li:last-child {
	margin-bottom: 0;
}
#trouble .box ul li span {
	padding: 0 4px 1px 0;
	border-bottom: dashed 1px #ff6d00;
}

#trouble h3:before {
	content: '';
	display: block;
	width: 288px;
	height: 65px;
	margin: 35px auto 30px;
	background: url('../img/top/trouble_arw.svg') no-repeat;
	background-size: 288px auto;
}
#trouble h3 {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #263238;
}
#trouble h3 em {
	color: #ff9600;
	font-weight: 600;
}
#trouble p.txt {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
#trouble p.txt em {
	color: #ff9600;
	font-weight: 600;
}

/*=================================
#merit
==================================*/
#merit {
	background: url(../img/common/foot_bg.png) 0 0;
    background-size: 10px;
}
#merit h1 {
	color: #fff;
	margin-bottom: 60px;
}
#merit .box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0 auto 50px;
}
#merit .box .column {
	width: 380px;
	height: auto;
}
#merit .box .column h2 {
	text-align: center;
	line-height: 1.3em;
	font-size: 24px;
	font-weight: 600;
	color: #ff9600;
	margin-top: 15px;
}
#merit .box .column p {
	width: 320px;
	margin: 20px auto 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: justify;
}





/*=================================
top_support
==================================*/
#top_support {

}
#top_support h1 {
	margin-bottom: 60px;
}
#top_support .box_2wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 100px;
}
#top_support .reverse {
	flex-flow: row-reverse;
}
#top_support .box_2wrap:last-child {
	margin-bottom: 0;	
}
#top_support .box {
	position: relative;
	width: 565px;
}
#top_support .box dl {
	border-bottom: 1px solid rgba(33,69,58,1.0);
    overflow: hidden;
	margin: 0 0 20px;
}
#top_support .box dl dt {
    float: left;
    background: rgba(33,69,58,1.0);
    color: rgba(255,150,0,1);
    width: 40px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.35;
    height: 40px;
}
#top_support .box dl dd {
    float: left;
}
#top_support .box h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    height: 40px;
    padding: 0px 0 0 14px;
}
#top_support .box .txtbox {
	text-align: left;
}

#top_support .box .txtbox p.txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	text-align: justify;
}
#top_support .box .txtbox h3 {
    font-size: 18px;
    font-weight: 600;
    height: 27px;
    padding: 0 20px;
    border: 2px solid;
    display: inline-block;
    margin: 34px 0 10px;
}

/*=================================
top_interview
==================================*/
#top_interview {
	background: #f5f5f5;
}  
#top_interview h1 {
margin-bottom: 60px;
}
#top_interview .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
}
#top_interview .box .column {
    position: relative;
    width: 565px;
    text-align: left;
    margin: 0 auto 80px;
}
#top_interview .box .column h2 {
	font-size: 24px; font-weight: 600;text-align: center;
    height: 78px;
    background: rgba(33,69,58,1);
    color: rgba(255,255,230,1);
    border-radius: 45px;
    line-height: 1.25;  padding: 12px 38px 0;
    /*display: flex;*/
    margin: 0 0 20px 0;
}
#top_interview .box .column .txtbox {
	width: 520px;
	margin: 0 auto;
}
#top_interview .box .column p.txt {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
}
#top_interview .box .column img {
    margin-top: 20px;	
}
#top_interview .box02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px;
    background: #dddddd;
}
#top_interview .box02 .imgbox {
	flex-basis: 20%;
}
#top_interview .box02 .txtbox {
	flex-basis: 78%;
}
#top_interview .box02 .txtbox h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
}
#top_interview .box02 .txtbox p.post {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    margin: 8px 0 14px;
}
#top_interview .box02 .txtbox p.txt {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
}

/*=================================
top_download
==================================*/
#top_download {
	background: ;
}
#top_download h2 {
	font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: rgba(255,150,0,1);
    margin: 10px auto 60px;
}
#top_download .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
#top_download .box .column {
	width: 565px;
	text-align: left;
}
#top_download .box .column h3 {
	font-weight: 600;
    font-size: 21px;
    line-height: 1.3;
    margin: 0 auto 20px;
}
#top_download .box .column ul li {
    font-weight: 600;
    margin: 0 auto 7px;
    line-height: 1.3;
    font-size: 18px;
}
#top_download .box .column .ul_p {
	font-weight: 600;
    margin: 14px auto 30px;
    line-height: 1.3;
    font-size: 17px;
}
#top_download .box .column p.txt {
	text-align: justify;
    line-height: 1.7;
    font-size: 16px;
}
#top_download .box .column ul li span {
	padding: 0 4px 1px 0;
    border-bottom: solid 1px #ff6d00;
}
section#top_download.content .btn-radius a {
	width: 300px;
    line-height: 48px;
    font-size: 18px;
    margin: 30px 0 0;
    padding: 0 20px 0 0px;
    text-align: center;
}

/*////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1000px) {

/*=================================
TOP visual
==================================*/
#top-visual .wrap {
	width: 100%;
	min-height: 470px;
	max-width: auto;
	padding: 80px 0;
}
#top-visual .sub {
	font-size: 30px;
	line-height: 1.2;
}
#top-visual h1 {
	margin-top: 10px;
	font-size: 58px;
}
#top-visual .btn a {
	width: 380px;
	font-size: 20px;
	line-height: 70px;
}
#top-visual .seal {
	bottom: 33px;
	right: 20px;
	width: 130px;
}

/*=================================
���Y�݂͂������܂��񂩁H
==================================*/
#trouble h1 {
}
#trouble p.h1_sub {
    font-size: 18px;
    margin: 4px auto 40px;
}
#trouble .box_wrap {
	flex-wrap: wrap;	
}
#trouble .box {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 40px;
}
#trouble .box:last-child {
	margin-bottom: 0;
}
#trouble .box ul {
	padding: 20px;
}
#trouble .box ul li {
	margin-bottom: 15px;
    display: inline-block;
    margin: 0 10px 13px;
}
#trouble .box ul li:last-child {
	margin-bottom: 15px;
}
#trouble .box ul li span {
	padding: 0 4px 2px 0;
	border-bottom: dashed 1px #ff6d00;
}
#trouble h3 {
	margin-bottom: 25px;
}
#trouble p.txt {
	padding: 0 20px;
	font-feature-settings: normal;
	text-align: justify;
	letter-spacing: 0.05em;
}



	
/*=================================
�R�̃����b�g
==================================*/
#merit h1 {
	margin-bottom: 40px;
}
#merit .box {
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-wrap: wrap;
}
#merit .box .column {
    margin: 0 10px 50px;
}
#merit .box .column img {
    width: 200px;
}
#merit .box .column h2 {
	font-size: 20px;
}
#merit .box .column p {
	font-size: 14px;	
	width: auto;
}
#merit .box .column:last-child {
	margin-bottom: 0;
}
	
	
/*=================================
top_support
==================================*/
#top_support .box dl {
	
}
#top_support .box dl dt {
	font-size: 26px;
    height: 37px;
}
#top_support .box h2 {
	font-size: 24px;
    height: 37px;
}
#top_support .box .txtbox p.txt {
	font-size: 14px;	
}
#top_support .box .txtbox h3 {
	font-size: 16px;
	height: 25px;
}
#top_support h1 {
		margin-bottom: 40px;
}
#top_support .box_2wrap {
}
#top_support .box.margin {
    margin: 0 40px 0 0;
}
#top_support .box:last-child {
	margin-bottom: 0;
}
#top_support .box .box_inner .txtbox p.txt {
	width: 48%;	
}
#top_support .box .box_inner .txtbox ul {
	width: 48%;	
}
/*=================================
top_interview
==================================*/
#top_interview .box .column h2 {
	font-size: 22px;
    height: 70px;
}	
#top_interview .box .column p.txt {
	font-size: 14px;
    line-height: 1.7;
}
#top_interview .box02 .txtbox h3 {
	font-size: 20px;	
}
#top_interview .box02 .txtbox p.post {
	font-size: 16px;	
}
#top_interview .box02 .txtbox p.txt {
    font-size: 14px;
    line-height: 1.7;
}
#top_interview .box02 .txtbox {
    flex-basis: 70%;
}
/*=================================
top_download
==================================*/	
#top_download h2 {
	font-size: 20px;	
}
#top_download .box .column {
	margin-left: 40px;	
}
#top_download .box .column h3 {
	font-size: 18px;
}
#top_download .box .column ul li {
	font-size: 16px;
}
#top_download .box .column .ul_p {
	font-size: 15px;
}
#top_download .box .column p.txt {
	font-size: 14px;
}
section#top_download.content .btn-radius a {
	font-size: 16px;
    width: 240px;
    line-height: 40px;	
}
	
/*////////////////////////////////////////////////////////////////////////////*/
}@media screen and (max-width: 700px) {

/*=================================
TOP visual
==================================*/
#top-visual .wrap {
	min-height: 197px;
	padding: 57px 20px 57px;
}
#top-visual .sub {
	font-size: 16px;
}
#top-visual h1 {
	font-size: 26px;
	margin-bottom: 15px;
}
#top-visual .meritbox {
	width: auto;
    padding: 0 0px 14px;
}
#top-visual .meritbox ul li {
	margin-right: 5px;
}
#top-visual .meritbox ul li:last-child {
	margin-right: 0;
}	
#top-visual .btn a {
	width: 220px;
    font-size: 12px;
    line-height: 35px;
}
#top-visual .btn a:after {
	width: 6px;
    height: 6px;
	border-top: solid 3px #fff;
    border-right: solid 3px #fff;
	right: 17px;
    margin-top: -5px;
}
#top-visual .seal {
    bottom: 53px;
    right: -6px;
    width: 90px;
}

/*=================================
#trouble
==================================*/
#trouble p.h1_sub {
    font-size: 14px;
    margin: 4px auto 20px;
	line-height: 1.3;
}
#trouble .box_wrap {
	flex-wrap: wrap;
}

#trouble .box {

}
#trouble .box ul {
	width: auto;
	padding: 20px 5px;
}
#trouble .box ul li {
	margin-bottom: 10px;
    font-size: 14px;
    background-size: 17px 12px;
    background-position: 4px 8px;
    display: block;
}
#trouble h3 {
	margin-bottom: 25px;
	font-size: 20px;
}
#trouble p.txt {
	font-size: 14px;
}


/*=================================
�R�̃����b�g
==================================*/
#merit .box {

}
#merit .box .column {

}
#merit .box .column img {

}	
#merit .box .column h2 {
	margin: 20px 0 0;
    font-size: 18px;
}
#merit .box .column p {
    font-size: 14px;
    margin: 10px auto 30px;
}
#merit .box .column p:last-child {
    margin: 10px auto 0;
}

/*=================================
top_support
==================================*/
#top_support .box_2wrap {
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#top_support .box {
	width: auto;
	margin-bottom: 20px;
}
#top_support .box.margin {
	margin: 0 0 20px 0;
}
#top_support .box h2 {
    font-size: 20px;
    line-height: 1.7;
}
#top_support .box .box_inner .txtbox {
	flex-wrap: wrap;	
}
#top_support .box .box_inner .txtbox p.txt {
	width: auto;
}
#top_support .box .box_inner .txtbox ul {
	width: auto;
}
#top_support .box .box_inner .txtbox ul li {
	display: inline;
	margin-right: 5px;
}
/*=================================
top_support
==================================*/
#top_interview h1 {
	margin-bottom: 40px;
}
#top_interview .box .column {
	width: auto;	
	margin: 0 auto 50px;
}
#top_interview .box .column .txtbox {
	width: auto;	
    margin: 0 20px;
}
#top_interview .box02 .imgbox {
    margin: 0 auto 20px;
}
#top_interview .box02 .txtbox {

}
#top_interview .box .column h2 {
    font-size: 16px;
    height: 52px;
    padding: 7px 38px 0;
}
#top_interview .box02 {
	display: block;
}
#top_interview .box02 .txtbox h3 {
	font-size: 16px;	
}
#top_interview .box02 .txtbox p.post {
	font-size: 13px;	
}
#top_interview .box02 .txtbox p.txt {
	font-size: 13px;	
}
/*=================================
#top_download
==================================*/
#top_download h2 {
	font-size: 16px;
	margin: 10px auto 20px
}
#top_download .box {
	flex-wrap: wrap;
}	
#top_download .box .column {
	margin: 0 auto 20px;
}	
#top_download .box .column h3 {
	font-size: 16px;
}	
#top_download .box .column ul li {
	font-size: 14px;
}
#top_download .box .column .ul_p {
	
}
#top_download .box .column p.txt {
	
}
section#top_download.content .btn-radius a {
	margin: 20px auto 0;
}