@charset "shift_jis";
/*************************************************/

/*************************************************/
/*************************************************/
/*  assessment  */
/*************************************************/

.t_asse_form_wrap {
	width: 1000px;
	margin: 0 auto 40px;
}
.t_asse_form_wrap .h2_title {
	width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form {
	margin: 20px auto;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 #999;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.t_asse_form tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 3px;
}
.t_asse_form tr th,
.t_asse_form tr td {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form tr th {
	width: 25%;
	background: #FAFAF9;
}
.t_asse_form tr th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	align-items: flex-start;
	text-align: left;
}
.t_asse_form tr td {
	width: 75%;
	font-size: 15px;
	line-height: 22px;
}
.t_asse_form th span {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 3px;
}
.t_asse_form th span.t_asse_required {
	border: 1px solid #ff4a32;
	color: #ff4a32;
	background: #FFE8E5;
}
.t_asse_form th span.t_asse_any {
	border: 1px solid #237dc0;
	color: #237dc0;
	background: #dfebf5;
}
.t_asse_form td p {
	color: #999;
}
.t_asse_form td input[type="text"],
.t_asse_form td input[type="tel"],
.t_asse_form td input[type="password"],
.t_asse_form td input[type="number"],
.t_asse_form td textarea,
.t_asse_form td select {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', '?申?申?申S?申V?申b?申N', YuGothic, '?申q?申?申?申M?申m?申p?申S Pro', 'Hiragino Kaku Gothic Pro', '?申?申?申C?申?申?申I', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 4px;
	margin-right: 5px;
}
.t_asse_form td input[type="button"] {
	font-family: 'Arial', '?申?申?申S?申V?申b?申N', YuGothic, '?申q?申?申?申M?申m?申p?申S Pro', 'Hiragino Kaku Gothic Pro', '?申?申?申C?申?申?申I', 'Meiryo', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
}
.t_asse_form td input[type="button"]:hover {
	background: #ccc;
}
.t_asse_form td select {
	cursor: pointer;
	height: 42px;
	vertical-align: bottom;
}
.t_asse_form td textarea {
	height: 150px;
	display: block;
}
.t_asse_form td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 9px 15px 9px 9px;
	display: inline-block;
	margin: 0 2px 5px 0;
}
.t_asse_form td label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.t_asse_form td label input[type="checkbox"],
.t_asse_form td label input[type="radio"] {
	vertical-align: sub;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.t_asse_form td input[type="text"]:hover,
.t_asse_form td input[type="tel"]:hover,
.t_asse_form td input[type="password"]:hover,
.t_asse_form td input[type="number"]:hover,
.t_asse_form td textarea:hover,
.t_asse_form td select:hover,
.t_asse_form td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.t_asse_btn input[type="submit"] {
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	font-size: 20px;
	display: block;
	font-family: 'Arial', '?申?申?申S?申V?申b?申N', YuGothic, '?申q?申?申?申M?申m?申p?申S Pro', 'Hiragino Kaku Gothic Pro', '?申?申?申C?申?申?申I', 'Meiryo', sans-serif;
}
.t_asse_btn input[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.t_asse_btn input[type="button"] {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 3px;
	width: 100px;
	height: 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	font-family: 'Arial', '?申?申?申S?申V?申b?申N', YuGothic, '?申q?申?申?申M?申m?申p?申S Pro', 'Hiragino Kaku Gothic Pro', '?申?申?申C?申?申?申I', 'Meiryo', sans-serif;
}
.t_asse_btn input[type="button"]:hover {
	background: #ccc;
}
body{
	margin-top:0px;
}
/*************************************************/
/* ?申?申?申?申?申?申?申?申?申?申?申鐃処??申?申鐃?申?申  */
/*************************************************/
.pc_off{
	display:none;
}
.t_main_header_wrap{
	position: absolute;
	z-index: 100;
	top: 0px;
	overflow:hidden;
	width: 100%;
}
.t_main_header_l{
    float: left;
    margin: 5px 0px 0px 10px;
}
.t_main_header_logo{
	float:left;
	margin-top:4px;
}
.t_main_header_logo a{

}
.t_main_header_logo a img{

}
.t_main_header_l h1{
position: relative;
    left: 0px;
    top: 0px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin: 21px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
	width: 350px;
	color:#fff;
}
.t_main_header_r{
    float: right;
    overflow: hidden;
    margin: 19px 20px 0px 0px;
	padding-bottom:2px;
}
.t_main_header_link_l{
    float: left;
    width: 194px;
    margin: 3px 10px 0px 0px;
}
.t_main_header_link_l ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
    display: flex;
    justify-content: space-between;
}
.t_main_header_link_l ul li{
	
}
.t_main_header_link_l ul li a{
    text-decoration: none;
    color: #fff;
    text-align: center;
	letter-spacing:1px;
}
.t_main_header_link_l ul li a:hover{
	color:#ddd6d6;
}
.t_main_header_link_l ul li a i{
    display: block;
    margin: 0px 0px 4px 0px;
    font-size: 16px;
}
.t_main_header_link_l ul li a i:hover{
	color:#e1e1e1;
}
.t_main_header_link_r{
	float:right;
}
.t_main_header_link_r ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.t_main_header_link_r ul li{
float: left;
    width: 110px;
}
.t_main_header_link_r ul li a{
display: block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    background-repeat: no-repeat;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    box-sizing: border-box;
    padding: 0px 0px 0px 36px;
    background-position-y: 12px;
    background-position-x: 17px;
    font-weight: normal;
}
.t_main_header_link_r ul li a:hover{
    background-color: #ffffff3d;
}
.t_main_header_link_r ul li:nth-child(1) a{
	background-image:url(/img/common/t_h_icon01.webp);
}
.t_main_header_link_r ul li:nth-child(2) a{
	background-image:url(/img/common/t_h_icon02.webp);
background-position-y: 13px;
    background-position-x: 17px;
}.t_main_header_link_r ul li:nth-child(3){
	border-right:solid 1px #fff;
}
.t_main_header_link_r ul li:nth-child(3) a{
	background-image:url(/img/common/t_h_icon03.webp);
background-position-y: 14px;
    background-position-x: 13px;
}
.t_main_wrap{
	height:600px;
	background-image:url(/img/top/main_bg.webp);
	background-repeat:no-repeat;
	background-position-x:center;
	position:relative;
    background-size: cover;
}
.t_main_box{
    background-image: url(/img/top/main_bottom.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    height: 600px;
    position: relative;
    z-index: 10;
}
.t_main_box img{
    position: absolute;
    left: 258px;
    right: 0px;
    top: 180px;
    margin: auto;
}
.osusume_rinobe_wrap{
	background-color:#f7f7f5;
	padding:40px 0px;
}
.osusume_rinobe{
	width:1100px;
	margin:auto;
	text-align:center;
}
.osusume_rinobe_rinobe{
	text-align:center;
	width:1100px;
	margin:auto;
}
.osusume_rinobe h2{
    background-image: url(/img/top/title_icon04.webp);
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: right;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding-right: 40px;
    margin: 0px 0px 40px 0px;
    line-height: 33px;
}
.osusume_rinobe_box{
	overflow:hidden;;
	text-align:left;
}
.osusume_rinobe_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.osusume_rinobe_box ul li{
    width: 530px;
    float: left;
    position: relative;
    margin: 0px 40px 40px 0px;
}
.osusume_rinobe_box ul li:nth-child(2n){
	margin-right:0px;
}
.osusume_rinobe_box ul li:nth-child(5),.osusume_rinobe_box ul li:nth-child(6){
	margin-bottom:0px;
}

.osusume_rinobe_box ul li a{
display: block;
    color: #333;
    text-decoration: none;
    background: #fff;
    border: solid 1px #ccc;
}
.osusume_rinobe_box ul li a:hover{
    background: #f3faff;
}
.osusume_rinobe_box_kakaku{
	font-size:20px;
	color:#fff;
	background-color:#333333d4;
	padding:0px 13px;
	line-height:45px;
	position:absolute;
	top:0px;
	left:0px;
}
.osusume_rinobe_box_img{
	height:353px;
	overflow:hidden;
}
.osusume_rinobe_box_img a{
    height: 353px;
	border:none !important;
}
.osusume_rinobe_box_img img{
    width: auto;
    height: 353px !important;
    margin: auto;
    display: block;
}
.osusume_rinobe_box_tex{
	font-size:13px;
	padding:20px 25px;
    line-height: 23px;
	overflow:hidden;
}
.osusume_rinobe_box_tex span{
	display:block;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.osusume_rinobe_box_tex_c{

}
.osusume_rinobe_box_tex_c p{
    margin: 0px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.osusume_rinobe_link{
display: block;
    font-size: 16px;
    color: #fff;
    width: 400px;
    text-decoration: none;
    line-height: 50px;
    background: #333;
	border:solid 2px #333;
    margin:40px auto 0px auto;
    letter-spacing: 1px;
	position:relative;
	letter-spacing:1px;
}
.osusume_rinobe_link:hover{
	background-color:#FFF;
	color:#333;
}
.osusume_rinobe_link::before {
    content: "";
    top: 25px;
    right: 30px;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
}
.osusume_rinobe_link:hover::before {
    background: #333;
}
.osusume_rinobe_link::after {
    content: "";
    right: 29px;
    top: 22px;
    width: 9px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.osusume_rinobe_link:hover::after {
    background: #333;
}
.search_wrap{
	width:1100px;
	margin:50px auto 50px auto;
}
.search_wrap h2{
    font-size: 25px;
    font-weight: bold;
    background-image: url(/img/top/title_icon01.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
    padding: 50px 0px 0px 0px;
    letter-spacing: 2px;
    margin: 0px 0px 50px 0px;
}
.search_wrap h2 span{
	display:block;
	text-align:center;
	font-size:14px;
	margin:20px 0px 0px 0px;;

}
.search_area{
	overflow:hidden;
	margin:0px 0px 45px 0px;
}
.search_area ul{
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    width: 1100px;
    display: flex;
    justify-content: space-between;
}
.search_area ul li{
	width:540px;
	

}
.search_area ul li a{
display: block;
    border: solid 3px #333;
    font-size: 18px;
    text-align: center;
    line-height: 62px;
    text-decoration: none;
    color: #333;
	position:relative;
}
.search_area ul li a:hover{
	background-color:#efefef;
}
.search_area ul li a::before{
    content: "";
    right: -3px;
    bottom: -3px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 10px solid transparent;
    border-left: 10px solid #cccccc;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_conts{
	background-color:#f7f7f5;
	padding:44px 48px;
}
.search_conts ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	overflow:hidden;
}
.search_conts ul li{
	float:left;
	width:333px;
}
.search_conts ul li a{
    display: block;
    border-left: solid 1px #d4cfcf;
    border-top: solid 1px #d4cfcf;
    border-left: solid 1px #d4cfcf;
    font-size: 17px;
    font-weight: bold;
    line-height: 85px;
    padding: 0px 0px 0px 92px;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
    background-position-x: 31px;
    background-position-y: 23px;
    background-color: #fff;
	position:relative;
}
.search_conts ul li a:hover{
	background-color:#f3faff;
}
.search_conts ul li a::before{
    content: "";
    top: 34px;
    right: 33px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.search_conts ul li:nth-child(1) a{
	background-image:url(/img/top/search_icon01.webp);
}
.search_conts ul li:nth-child(2) a{
background-image: url(/img/top/search_icon02.webp);
    background-position-x: 41px;
    background-position-y: 25px;
}
.search_conts ul li:nth-child(3) a{
	background-image:url(/img/top/search_icon03.webp);
    background-position-x: 43px;
    background-position-y: 26px;
}
.search_conts ul li:nth-child(4) a{
	background-image:url(/img/top/search_icon04.webp);
}
.search_conts ul li:nth-child(5) a{
	background-image:url(/img/top/search_icon05.webp);
    background-position-x: 44px;
    background-position-y: 20px;
}
.search_conts ul li:nth-child(6) a{
	background-image:url(/img/top/search_icon03.webp);
    background-position-x: 43px;
    background-position-y: 26px;
}
.search_conts ul li:nth-child(3n) a{
	border-right:solid 1px #d4cfcf;
}
.search_conts ul li:nth-child(4) a,.search_conts ul li:nth-child(5) a,.search_conts ul li:nth-child(6) a{
	border-bottom:solid 1px #d4cfcf;
}
.search_free{
    width: 840px;
    margin: 0px auto 50px auto;
	overflow:hidden;
}
.search_free h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 60px 0px 40px 0px;
    letter-spacing: 2px;
}
.h_form_input{

}
.nyuriyoku{
    width: 720px;
    float: left;
    font-size: 17px;
    background: #eeeeee;
    border: none;
    padding: 15px 0px;
    text-indent: 20px;
}
.s_searchi{
    float: right;
    width: 100px;
    border: none;
    background: #333;
    color: #fff;
    font-size: 17px;
    line-height: 48px;
    letter-spacing: 3px;
    text-align: center;
}
.search_tags{
    width: 910px;
    margin: auto;
}
.search_tags h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 30px 0px;
    letter-spacing: 2px;
}
.search_tags ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	overflow:hidden;
}
.search_tags ul li{
	float:left;
	margin:0px 12px 12px 0px;
}
.search_tags ul li a{
    display: block;
    font-size: 15px;
    background-color: #e0dac9;
    line-height: 41px;
    text-align: center;
    padding: 0px 30px;
    border-radius: 40px;
    color: #333;
    text-decoration: none;
}
.search_tags ul li a:hover{
	background-color:#cdc7b7;
}
.catalog_bn{
    width: 1100px;
    margin: 40px auto 50px auto;
}
.catalog_bn a{
	display:block;
}
.catalog_bn a img{

}
.t_info_wrap{
	padding:60px 0px;
	background-color:#f7f7f5;
    margin-top: 50px;
}
.t_info{
	width:1100px;
	margin:auto;
}
.t_info h2{
font-size: 25px;
    font-weight: bold;
    background-image: url(/img/top/title_icon02.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
    padding: 55px 0px 0px 0px;
    letter-spacing: 2px;
    margin: 0px 0px 50px 0px;
}
.t_info h2 span{
	display:block;
	text-align:center;
	font-size:14px;
	margin:20px 0px 0px 0px;;

}
.t_info iframe{
	width:1100px;
	margin:auto;
	height:390px;
}
.info_box{
	
}
.info_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.info_box ul li{
width: 350px;
    float: left;
    margin-right: 17px;
}
.info_box ul li:last-child{
	margin-right:0px;
}
.info_box ul li a{
    display: block;
    background-color: #FFF;
    color: #333;
    text-decoration: none;
    border: solid 1px #ccc;
}
.info_box ul li a:hover{
	background-color:#f3faff;
}
.info_box ul li a:hover{

}
.info_box_img{
	height:246px;
}
.info_box_img img{
display: block;
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: 246px;
}
.info_box_tex{
	padding:18px;
}
.info_box_tex h3{
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 62px;
}
.info_box_tex p{
	font-size:14px;
	margin:0px 0px 10px 0px;
	color:##aaaaaa;
}
.info_box_tex p span{
    display: inline-block;
    background-color: #dddddd;
    padding: 0px 20px;
    line-height: 26px;
    text-align: center;
    margin-left: 10px;
    border-radius: 20px;
}
.info_box_link{
    display: block;
    font-size: 16px;
    color: #fff;
    width: 430px;
    text-decoration: none;
    line-height: 50px;
    background: #333;
	border:solid 2px #333;
    margin:40px auto 0px auto;
    letter-spacing: 1px;
	text-align:center;
	position:relative;
	letter-spacing:1px;
}
.info_box_link:hover{
	background-color:#FFF;
	color:#333;
}
.info_box_link::before {
    content: "";
    top: 25px;
    right: 30px;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
}
.info_box_link:hover::before {
    background: #333;
}
.info_box_link::after {
    content: "";
    right: 29px;
    top: 22px;
    width: 9px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.info_box_link:hover::after {
	background-color:#333;

}
.rinobe_wrap{
	background-image:url(/img/top/rinobe_bg.webp);
	height:550px;
	background-position-x:center;
	background-repeat:no-repeat;
	overflow:hidden;
    margin-top: 50px;
}
.rinobe_box{
background: #ffffffcf;
    width: 700px;
    height: 230px;
    margin: 160px auto 0px auto;
    position: relative;
    box-sizing: border-box;
    padding: 55px 0px 0px 0px;
}
.rinobe_box::before {
    content: "";
    background-image: url(/img/top/rinobe_man.webp);
    width: 321px;
    height: 219px;
    position: absolute;
    right: -180px;
    bottom: -150px;
}
.rinobe_fukidashi{
    background-image: url(/img/top/rinobe_fukidashi.webp);
    width: 282px;
    height: 132px;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    padding: 20px 0px 0px 30px;
    box-sizing: border-box;
    position: absolute;
    top: -85px;
    left: 32px;
}
.rinobe_box h2{
    color: #982429;
    font-size: 40px;
    text-align: center;
    margin: 0px 0px 15px 0px;
    line-height: 39px;
}
.rinobe_box p{
    font-size: 18px;
    text-align: center;
    margin: 0px 0px;
    line-height: 30px;
}
.rinobe_link{
border: solid 1px #333;
    width: 300px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto 0px auto;
    background-color: #FFF;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #333;
    text-decoration: none;
    margin: 34px auto 0px auto;
}
.rinobe_link:hover{
	background-color:#ffe9ea;
}
.rinobe_link img{
    position: absolute;
    top: -10px;
    left: 40px;
}
.rinobe_link::before {
    content: "";
    top: 25px;
    right: 30px;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
}
.rinobe_link::after {
    content: "";
    right: 29px;
    top: 22px;
    width: 9px;
    height: 1px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.regist_wrap{
	width:1100px;
	margin:50px auto 0px auto;
}
.regist_wrap h2{
	text-align:center;
	margin:0px 0px 40px 0px;
}
.regist_bn{
	
}

.works_wrap{
    margin: 50px 0px 50px 0px;
}
.works_wrap h2{
font-size: 25px;
    font-weight: bold;
    background-image: url(/img/top/title_icon03.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
    padding: 50px 0px 0px 0px;
    letter-spacing: 2px;
	margin:0px 0px 40px 0px;
}
.works_wrap h2 span{
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 20px 0px 0px 0px;
}
.works_wrap iframe{
	width:100%;
	height:340px;
}
.works_link{
    display: block;
    font-size: 16px;
    color: #fff;
    width: 350px;
    text-decoration: none;
    line-height: 50px;
    background: #333;
    margin: auto;
    letter-spacing: 1px;
    text-align: center;
	position:relative;
	letter-spacing:1px;
	margin-top:40px;
}
.works_link::before {
    content: "";
    top: 25px;
    right: 30px;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
}
.works_link::after {
    content: "";
    right: 29px;
    top: 22px;
    width: 9px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.sale_wrap{
    background-image: url(/img/top/sale_bg.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    height: 500px;
    overflow: hidden;
	position:relative;
}
.sale_wrap::before {
content: "";
    background-image: url(/img/top/sale_man.webp);
    width: 253px;
    height: 251px;
    position: absolute;
    right: 0px;
    left: 844px;
    margin: auto;
    bottom: 0px;
    z-index: 10;

}
.sale_box{
    background: #ffffffcf;
    width: 700px;
    height: 290px;
    margin: 90px auto 0px auto;
    position: relative;
    box-sizing: border-box;
    padding: 55px 0px 40px 0px;
}

.sale_box h2{
font-size: 41px;
    margin: -80px 0px 15px 0px;
    color: #0074bf;
    line-height: 50px;
    text-align: center;
}
.sale_box h2 span{
    display: block;
    background-image: url(/img/top/sale_title_bg.webp);
    font-size: 17px;
    text-align: center;
    width: 443px;
    margin: 0px auto 15px auto;
    line-height: 53px;
    color: #333;
    letter-spacing: 2px;
}
.sale_box p{
font-size: 16px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    line-height: 23px;
}
.t_sale_inq a{
    border: solid 1px #333;
    width: 300px;
    position: relative;
    margin: 0px auto 0px auto;
    background-color: #FFF;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #333;
    text-decoration: none;
    z-index: 1000;
    margin: 96px auto 0px auto;
}
.t_sale_inq a:hover{
	background-color:#f3faff;
}
.t_sale_inq{
    display: flex;
    width: 640px;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -30px;

}
.t_sale_inq a img{
position: absolute;
    left: 30px;
    top: -26px;
}
.t_sale_inq a::before {
    content: "";
    top: 25px;
    right: 30px;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
}
.t_sale_inq a::after {
    content: "";
    right: 29px;
    top: 22px;
    width: 9px;
    height: 1px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.company_wrap{
    padding: 0px 0px 90px 0px;
    margin: 60px 0px 0px 0px;
	position:relative;
}
.company_wrap::before{
content: "";
    width: 100%;
    height: 650px;
    left: 0px;
    bottom: 0px;
    background: #f3f7f8;
    position: absolute;
    z-index: 20;
}
.company_box{
position: relative;
    z-index: 20;
}
.company_box h2{
	text-align:center;
	margin:0px 0px 80px 0px;
}
.company_box h2 img{
padding: 0px 0px 0px 140px;
}
.company_t_list_box{
    width: 1100px;
    margin: 0px auto 40px auto;
}
.company_t_list_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
display: flex;
    justify-content: space-between;
}
.company_t_list_box ul li{
	width:530px;
	position:relative;
}
.company_t_list_box ul li:nth-child(1)::before{
content: "";
    width: 111px;
    height: 2px;
    left: 25px;
    top: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 20;
}
.company_t_list_box ul li:nth-child(2)::before{
content: "";
    width: 141px;
    height: 2px;
    left: 25px;
    top: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 20;
}
.company_t_list_box ul li a{
	display:block;
	border:solid 2px #333;
	height:196px;
	color:#333;
	text-decoration:none;
	position:relative;
	background-color:#FFF;
}
.company_t_list_box ul li a:hover{
	background-color:#e3eff7;
}

.company_t_list_box ul li a::before{
content: "";
    width: 29px;
    height: 29px;
    right: 23px;
    bottom: 23px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0074bf;
    position: absolute;
}
.company_t_list_box ul li a::after{
    content: "";
    top: 153px;
    right: 34px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.company_t_list_box ul li:nth-child(1) a img{
    display: block;
    margin: -32px auto 0px auto;
    padding: 0px 0px 0px 30px;

}
.company_t_list_box ul li:nth-child(2) a img{
display: block;
    margin: -52px auto 10px auto;
    padding: 0px 0px 0px 30px;
}
.company_t_list_box ul li a h3{
margin: 0px 0px 0px 0px;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
	letter-spacing:1px;
}
.company_t_list_box ul li a span{
    font-size: 24px;
    font-weight: bold;
    margin: -11px 0px 0px 35px;
    display: block;
	position:relative;
	z-index:100;
}
.company_t_list_box ul li a h3 span{
    display: block;
    font-size: 15px;
    margin: 5px 0px 0px 0px;
    font-weight: normal;
}

.company_b_list_box{
	width:1100px;
	margin:auto;
}
.company_b_list_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
display: flex;
    justify-content: space-between;
}
.company_b_list_box ul li{
	width:350px;
}
.company_b_list_box ul li a{
	display:block;
	background-color:#FFF;
	height:116px;
	border:solid 2px #333;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#333;
	position:relative;
}
.company_b_list_box ul li a:hover{
	background-color:#e3eff7;
}
.company_b_list_box ul li a::before{
    content: "";
    width: 29px;
    height: 29px;
    right: 17px;
    bottom: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0074bf;
    position: absolute;
}
.company_b_list_box ul li a::after{
    content: "";
    top: 52px;
    right: 28px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.company_b_list_box ul li:nth-child(1) a{
	background-image:url(/img/top/company_icon03.webp);
    background-position-x: 18px;
    background-position-y: 20px;
}
.company_b_list_box ul li:nth-child(2) a{
    background-image: url(/img/top/company_icon04.webp);
    background-position-x: 40px;
    background-position-y: 28px;
}
.company_b_list_box ul li:nth-child(3) a{
background-image: url(/img/top/company_icon05.webp);
    background-position-x: 40px;
    background-position-y: 30px;
}
.company_b_list_box ul li a h3{
    font-size: 21px;
    margin: 35px 0px 0px 110px;
}
.company_b_list_box ul li a h3 span{
    display: block;
    font-size: 13px;
    margin: 0px 0px 5px 0px;
    font-weight: normal;
}

.header_top_off{
	display:none;
}
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.t_main_train_wrap{
    width: 1100px;
    height: 18px;
    overflow: hidden;
    margin: -57px auto 0px auto;
}
.t_main_train{
  font-size:2em;
  color:#FFF;
  animation: flowing 18s linear infinite;
  transform: translateX(-400px);/*?申?申?申?申?申u*/
}
@keyframes flowing {
  100% {
    transform: translateX(1100px);
  }
}
.campaign_bn_wrap{
	width:1100px;
	margin:50px auto 0px auto;
}
.pickup_wrap{
    overflow:hidden;
	padding:70px 0px;
	background-color:#f7f7f5;
}
.pickup_wrap h2{
    margin: 0px 0px 40px 0px;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
}
.pickup_wrap h2 span{
    display: block;
    font-size: 14px;
    color: #0074bf;
    margin: 10px 0px 0px 0px;
}
.pickup_wrap_box{
    width: 1100px;
    margin: auto;
	overflow:hidden;
}
.pickup_wrap_box ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: left;
}
.pickup_wrap_box ul li{
    width: 348px;
    float: left;
    position: relative;
    margin: 0px 26px 0px 0px;
}

.pickup_wrap_box ul li:last-child{
	margin-right:0px;
}

.pickup_wrap_box ul li a{
    display: block;
    color: #333;
    text-decoration: none;
    background: #fff;
}
.pickup_wrap_box ul li{

}
.pickup_wrap_rhsmini ul li{
    width: 255px;
	position:relative;
	    padding-top: 10px;
}
.pickup_wrap_rhsmini ul li a:hover{
	background-color:#f3f3f3;
}
.pickup_wrap_rhsmini .pickup_box_img{
	height:169px;
}
.pickup_wrap_rhsmini .pickup_box_img img{
	height:169px !important;
}
.pickup_wrap_rhsmini .pickup_box_kakaku{
    font-size: 14px;
    line-height: 34px;
    padding: 0px 10px;
    text-align: center;
}
.pickup_wrap_rhsmini .pickup_box_tex{

}
.pickup_wrap_rhsmini .pickup_box_tex span{
    font-size: 15px;
    margin-bottom: 3px;
	color:#326598;
}
.pickup_wrap_rhsmini .pickup_box_tex p{

}
.pickup_box_syubetsu{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    line-height: 20px;
    position: absolute;
    left: 14px;
    top: 0px;
    background-color: #326598;
    border-radius: 40px;
	z-index:10;
	
}
.pickup_box_kakaku{
    font-size: 18px;
    color: #fff;
    background-color: #333333d4;
    padding: 0px 13px;
    line-height: 43px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.pickup_box_img{
    height: 230px;
    overflow: hidden;
	position:relative;
}
.pickup_box_img img{
    display: block;
    height: 230px !important;
	width:auto;
    overflow: hidden;
    margin: auto;
}
.pickup_box_img a {
    height: 230px;
    border: none !important;
}
.pickup_box_tex{
    font-size: 13px;
    padding: 20px 25px;
    line-height: 23px;
    overflow: hidden;
}
.pickup_box_tex span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pickup_box_tex_c{

}
.pickup_box_tex_c p{
    margin: 0px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.renobe_bnr{
    display: block;
    margin: 0px auto 50px auto;
    width: 1000px;
}
.raiten_merit_box{

    width: 1100px;
    margin: 50px auto 0px auto;
}
.raiten_merit_box h2{
        text-align: center;
    margin: 0px 0px 40px 0px;
}

.top_satei_cont{
    width: 635px;
    margin: 25px auto 0px auto;
    display: flex;
    position: relative;
}
.top_satei_cont::after{
    display: block;
    content: "";
    width: 625px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
}
.top_satei_cont span{
    font-size: 15px;
    font-weight: bold;
    color: #0074bf;
    position: relative;
}
.top_satei_cont a{
    text-decoration: none;
    font-size: 14px;
        color: #0074bf;
}
.top_satei_cont span::after{
    width: 10px;
    display: block;
    height: 2px;
    background-color: #0074bf;
    content: "";
    position: absolute;
    right: -16px;
    top: 10px;
}
.top_satei_cont iframe{
    width: 460px;
    height: 30px;
    margin-left: 30px;
    margin-right: 20px;
}
.satei_con{

}
.satei_con ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.satei_con ul li{

}
.satei_con ul li a{
    font-size: 15px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
.satei_con ul li a span{
    font-weight: bold;
}