@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
    text-align: center;
	margin:0;
	width:100%;
	background:#FFF;
	position:relative;
	-webkit-text-size-adjust: 100%;
	font-family:"Noto Sans Japanese", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nofloat{
	overflow:hidden;
	zoom:1;
}

img {
    border-style:none;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

input[type="submit"] {
   -webkit-appearance: none;
   /*border-radius: 0;*/
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color:#CCC;
}
.toko_logo_sp_a {
    display: none;
}
.a_block {
	display:block;
}
.img_block {
	display:block;
	margin: 0px auto;
}
.max_img {
	max-width:100%;
	height:auto;
}
.red_span {
	color:#F09100;
}
.text_white {
	color:#fff;
}
.bold_span {
	font-weight:bold;
}

.inbl_span {
	display:inline-block;
	text-indent:0;
}
#vegas {
	height: 84vh;
    width: 75vw;
    position: absolute;
    right: 25px;
}
.anchor {
	display: block;
    padding-top: 140px!important;
    margin-top: -140px!important;
}
.top_menu_nav_toggle_box_wrap {
    display: none;
}
.header_nav {
    height: 125px;
	background: #fff;
	position: relative;
	overflow: hidden;
	font-size: 0;
}
/**/
.header_menu_ul_li_a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: 126px;
}
.header_menu_ul_li_a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 7px;
	background: #395AA4;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.header_menu_ul_li_a:hover::after {
	bottom: -5px;
	opacity: 1;
	visibility: visible;
}
/**/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
}
.header_logo_wrap {
	margin: 0px 0px 0px 30px;
    position: absolute;
    left: 0;
}
.header_menu_ul {
    list-style: none;
    padding-left: 0;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    position: absolute;
    right: 0;
	z-index: 2;
}
/*.header_menu_ul_li {
    display: inline-block;
    line-height: 18px;
    margin-right: 80px;
    font-size: 0px;
	padding-top: 50px;
}*/
.header_menu_ul_li {
    display: inline-block;
    line-height: 120px;
    margin-right: 80px;
    font-size: 0px;
    /* padding-top: 50px; */
}
.header_menu_ul_li_span01 {
    display: block;
    font-size: 18px;
	font-weight: bold;
    letter-spacing: 2px;
   /* padding-top: 50px;*/
}


/*scroll*/
/*スクロールダウン全体の場所*/
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom: -80px;
	left:50%;
}

/*Scrollテキストの描写*/

/* 丸の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-3px;
    /*丸の形状*/
	width:8px;
	height:8px;
	border-radius: 50%;
	background:#395AA4;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
	circlemove 3s ease-in-out infinite,
	cirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
     0%{bottom:120px;}
     100%{bottom:5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
	0%{opacity:0}
	50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: 120px;
	background:#395AA4;
}
/*scrollここまで*/
#main_visual{
	padding-top: 125px;
	height: 85vh;
	position: relative;
}
.main_visual_left {
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: #fff;
}
#main_vis_ttl{
	white-space: nowrap;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 90px;
	color:#fff;
	position: absolute;
	left:20px;
	bottom: 320px;
	font-weight: bold;
	text-align: left;
	z-index: 1;
}
.main_vis_subttl{
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 20px;
	position: absolute;
	left:20px;
	bottom: 110px;
	font-weight: bold;
	text-align: left;
}
.main_ttl_border01{
	height: 130px;
	width: 630px;
	display: block;
	background: linear-gradient(75deg,rgba(0,148,123,1) 10%,rgba(0,108,254,1) 80%);
	position: absolute;
	/*bottom: 452px;
	left:20px;*/
}
.main_ttl_border02{
	height: 130px;
	width: 315px;
	display: block;
	background: linear-gradient(75deg,rgba(0,148,123,1) 10%, rgba(0,108,254,1) 80%);
	position: absolute;
	/*bottom: 306px;
	left:20px;*/
}

.main_visual_right {
    height: 100%;
    padding-bottom: 30px;
}
.main_slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.sec_ttl:after {
    display: block;
    content: "";
    width: 200px;
    height: 8px;
    background: linear-gradient( 70deg,rgba(0,108,255,1), rgba(0,180,15,1));
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.index_sec_img {
    padding: 50px 0 0;
}
.index_sec_service{
    height: 820px;
	padding: 250px 0 0;
	font-size: 21px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	position: relative;
}
.index_service_left {
    display: block;
    height: 820px;
    width: 60%;
    /*background-image: url(../img/index_service_img.jpg);
	border-radius: 0 10px 10px 0;
	background-position: center;*/
	position: absolute;
	left: 0px;
}

.index_service_photoimg {
    max-width: 1200px;
	width: 100%;
    border-radius: 0 10px 10px 0;
    position: absolute;
    left: 0;
}
.index_service_right {
    height: 100%;
    position: absolute;
    width: 40%;
	right: 0;
}
.index_sec_works{
    height: 820px;
	padding: 200px 0;
	font-size: 21px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	position: relative;
}
.index_works_left {
    height: 100%;
    position: absolute;
    width: 40%;
	left: 0;
}
.index_works_right {
	width: 60%;
	display: block;
	height: 820px;
	position: absolute;
	right: 0;
}
.index_works_photoimg {
    max-width: 1200px;
	width: 100%;
    border-radius: 10px 0 0 10px;
    position: absolute;
    right: 0;
}
.index_sec_btn_a {
	border: solid 1px #395AA4;
	display: block;
	height: 103px;
    width: 500px;
	margin: 50px auto 0;
    border-radius: 50px;
    background: #395AA4;
	transition-duration: 0.3s;
}
.index_sec_btn_a:hover{
	border: solid 1px #395AA4;
	background: #fff;
	transition-duration: 0.3s;
}
.index_sec_btn {
	margin: 0;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 21px;
	font-weight: bold;
    line-height: 100px;
    color: #fff;
	transition-duration: 0.3s;
    text-align: center;
}
.index_sec_btn:hover{
	color: #395AA4;
	transition-duration: 0.3s;
}
.index_box_ul {
    list-style: none;
    padding: 0;
}
.index_box_ul_li {
    display: inline-block;
    position: relative;
	margin-right: 50px;
}
.index_box_ul_li:last-child {
	margin-right: 0px;
}
.index_box_ttl_img {
    position: absolute;
    top: 70px;
    left: 25px;
    z-index: 2;
}
.index_box_ttl:after {
    display: block;
    content: "";
    width: 446px;
    height: 98px;
	background: linear-gradient( 70deg,rgba(0,108,255,1), rgba(0,180,15,1));
    position: absolute;
    top: 75px;
	left: -40px;
}
.index_box_ttl02:after {
    display: block;
    content: "";
    width: 330px;
    height: 98px;
	background: linear-gradient( 70deg,rgba(0,108,255,1), rgba(0,180,15,1));
    position: absolute;
    top: 75px;
	left: -40px;
}
/*.index_box_img {
    width: 900px;
    height: 660px;
    border-radius: 10px;
}*/
.index_box_img {
    width: 46vw;
    height: 650px;
    border-radius: 10px;
}
.footer_contact_ul {
    list-style: none;
	padding: 200px 0;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
}
.footer_contact_ul_li {
    display: inline-block;
    padding: 0 160px;
	transition-duration: 0.3s;
}
.footer_contact_ul_li a p{
	opacity: 1;
	transition-duration: 0.3s;
}
.footer_contact_ul_li a p:hover {
	opacity: 0.5;
	transition-duration: 0.3s;
}
.footer_contact_ul_li:first-child {
    border-right: solid 1px;
}
.footer_contact_tel,.footer_contact_mail {
	font-size: 30px;
	position: relative;
}
.footer_contact_mail {
    padding-left: 50px;
}
.footer_contact_tel:before {
	content: "";
    height: 46px;
    width: 31px;
    display: block;
    background: url(../img/footer_tel_ico.png);
	background-repeat: no-repeat;
    position: absolute;
	left: -20px;
}
.footer_contact_mail:before {
	content: "";
    height: 47px;
    width: 71px;
	display: block;
    background: url(../img/footer_mail_ico.png);
	background-repeat: no-repeat;
    position: absolute;
	left: -30px;
}
.footer_contact_p{
	font-size: 14px;
}
.site_footer {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
}
.footer_nav_ul {
    list-style: none;
    padding: 65px 0;
}
.footer_nav_ul_li {
    display: inline-block;
    font-size: 16px;
	margin-right: 15px;
}
.footer_nav_ul_li a {
	opacity: 1;
    transition-duration: 0.3s;
}
.footer_nav_ul_li a :hover {
	opacity: 0.5;
    transition-duration: 0.3s;
}
.footer_nav_ul_li:last-child {
	margin-right: 0px;
}
.footer_add {
	max-width: 220px;
    font-weight: normal;
    padding: 0 0 180px 0;
	margin: 0 auto;
	text-align: left;
}
span.footer_add_txt {
    display: block;
}
.footer_copy_wrap {
    font-weight: normal;
    font-style: normal;
}
.page-top_big{
	position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 5;
}
.page_up_box {
    width: 70px;
    height: 70px;
	border-radius: 50px;
    background: #395AA4;
	position: relative;
}
.page_up_box span {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-sizing: border-box;
}
/**service**/
.service_page_ttl_bg {
    background: url(../img/service_ttl_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.page_ttl_txt {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    margin: 0 auto;
	z-index: 1;
}
.page_ttl_txt::after {
    content: "";
    display: block;
    width: 362px;
    height: 80px;
    background: linear-gradient(70deg,rgba(0,108,255,1), rgba(0,180,15,1));
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.service_section_01_ttl,.service_section_02_ttl {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 100px;
	position: relative;
}
.service_section_01_ttl::before {
    content: "";
    width: 87px;
    height: 130px;
    background: url(../img/service_01_ttl_img.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-right: 300px;
}
.service_section_02_ttl::before {
    content: "";
    width: 49px;
    height: 130px;
    background: url(../img/service_02_ttl_img.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	padding-right: 500px;
}
.service_section_01_ttl::after {
    content: "";
    display: block;
    width: 180px;
    height: 6px;
    background: linear-gradient(70deg,rgba(0,108,255,1), rgba(0,180,15,1));
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.service_section_02_ttl::after {
    content: "";
    display: block;
    width: 280px;
    height: 6px;
    background: linear-gradient(70deg,rgba(0,108,255,1), rgba(0,180,15,1));
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.service_txt {
    font-size: 21px;
    line-height: 39px;
    max-width: 1080px;
    margin: 100px auto 0;
    text-align: left;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
}
.service_section_01_box,.service_section_02_box {
	padding: 180px 0 180px;

}
.service_section_img {
    border-radius: 10px;
    margin: 145px 0 20px;
}
.service_section_02_box {
	background: #F5F6FA;
}
/***********/
.page_ttl_box {
    width: 98%;
    height: 392px;
    margin: 125px auto 0;
	position: relative;
}
.company_page_ttl_bg {
    background: url(../img/company_ttl_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.company_3tab_ul {
    list-style: none;
    padding: 120px 0 150px;
    margin: 0 auto;
}
.company_3tab_ul a {
    display: inline-block;
    width: 350px;
    height: 90px;
    background: #fff;
	color: #395AA4;
    border: solid 1px #395AA4;
    border-radius: 10px;
    margin-right: 10px;
	transition-duration: 0.3s;
}
.company_3tab_ul_li {
	width: 100%;
	border-radius: 10px;
    display: inline-block;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 90px;
	letter-spacing: 0.2em;
}
.company_3tab_ul a :hover {
    background: #395AA4;
    color: #fff;
	transition-duration: 0.3s;
}
.company_3tab_on {
	background: #395AA4;
	color: #fff;
	position: relative;
}
.company_3tab_ul_li.company_3tab_on:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #395AA4;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
}
.company_dl_box {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px;
	font-weight: 500;
    max-width: 880px;
    margin: 0px auto 150px;
	border-bottom: solid 1px #707070;
}
.company_table_ttl {
    border-top: solid 1px #707070;
    width: 200px;
    line-height: 70px;
    padding-left: 70px;
    letter-spacing: 10px;
}
.company_dl_box dd {
    text-align: left;
    line-height: 70px;
    margin: 0 0 0px 170px;
    letter-spacing: 2px;
    padding-left: 80px;
    border-top: solid 1px #707070;
}
.company_dl_box dd::after {
    content: '';
    display: block;
    clear: both;
}
.company_dl_box dt {
    float: left;
    text-align: left;
    border-top: solid 1px #707070;
    width: 170px;
}
dd.company_member {
    border-top: none;
}
#map_canvas{
	font-size: 18px;
	width:100%; 
	height:690px;
	margin-bottom: 150px;
	
}
.greeting_right_box {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	max-width: 700px;
	/*margin: 0 0 0 450px;*/
	margin: 0 auto;
    text-align: left;
    background: url(../img/greeting_bg.jpg);
    background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
.greeting_right_box_name {
    position: absolute;
    right: 0;
}
.greeting_right_box h3 {
    font-size: 24px;
}
.greeting_right_box_txt {
	font-size: 21px;
	font-weight: 500;
    margin: 50px 0px;
}
.greeting_history_box_ul {
    list-style: none;
    padding: 0;
}
.greeting_history_box_ul_li {
	font-size: 18px;
    line-height: 40px;
}
.greeting_left_box {
    float: left;
}
.greeting_right_box::after {
    content: '';
    display: block;
    clear: both;
}
.greeting_box_wrap {
    /*width: 1180px;*/
    margin: 0px auto 250px;
	margin-bottom: 190px;
}
.greeting_right_box_name {
    position: absolute;
    right: 0;
}
.greeting_name_span {
    font-family: "HG行書体","HGP行書体",cursive;
    font-size: 31px;
}
.greeting_history_box_wrap,.certification_award_box_wrap {
    background: #F5F6FA;
    padding: 40px 0;
	margin-bottom: 150px;
}
/*.greeting_history_box {
    width: 850px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 60px 250px;
    text-align: left;
}*/

.greeting_history_box,.certification_award_box {
    max-width: 600px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 60px 200px;
    text-align: left;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.history_event_01 {
    color: #395AA4;
    float: left;
    font-weight: bold;
}
.history_event_02 {
	font-weight: 500;
    padding-left: 150px;
}
.history_event_02::after {
    content: "";
    display: block;
    clear: both;
}
.history_line::after {
    content: "";
    display: block;
    width: 5px;
    height: 50px;
	margin: 0px 0 0 40px;
    background: url(../img/history_line.png);
	background-repeat: no-repeat;
	background-position: center;
}
.certification_dl_box {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    font-weight: 600;
    max-width: 880px;
    margin: 0px auto 130px;
    border-bottom: solid 1px #707070;
}
.certification_table_name {
	float: left;
    text-align: left;
    border-top: solid 1px #707070;
    width: 520px;
    line-height: 60px;
	letter-spacing: 0.1em;
    padding-left: 70px;
}
.certification_table_number {
	text-align: left;
    line-height: 60px;
    margin: 0 0 0px 170px;
    letter-spacing: 2px;
    padding-left: 50px;
    border-top: solid 1px #707070;
}
.certification_table_name02 {
    float: left;
    text-align: left;
    width: 460px;
    line-height: 40px;
    padding-left: 90px;
    letter-spacing: 0.1em;
}
.certification_table_number02 {
    text-align: left;
    line-height: 40px;
    margin: 0 0 0px 170px;
    padding-left: 50px;
}
.certification_table_number02::after {
    content: '';
    display: block;
    clear: both;
}
.certification_table_number::after {
    content: '';
    display: block;
    clear: both;
}
.certification_table_name_wrap {
    text-align: left;
    border-top: solid 1px;
    line-height: 60px;
    padding: 20px 0 0 70px;
}
.certification_dl_box_02 {
	margin: 0;
    padding-bottom: 20px;
}
.certification_award_box_ul {
	font-size: 18px;
	font-weight: 500;
    list-style: none;
    padding: 0;
}
.certification_award_box_ul_li {
    margin: 0 0 30px 30px;
	position: relative;
}
.certification_award_box_ul_li:last-child {
	margin: 0 0 0px 30px;
}
.award_event_time::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
	margin-left: -30px;
    background: url(../img/certification_award_ico.png);
    background-repeat: no-repeat;
	position: absolute;
}
.award_event_time {
    width: 150px;
    float: left;
}
.award_event_time::after {
	content: "";
	display: block;
	clear: both;
}
.award_event_ul {
    list-style: none;
    padding: 0;
	margin-left: 150px;
}
.recruit_page_ttl_bg {
    background: url(../img/recruit_ttl_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.recruit_info_ttl{
	position: relative;
    font-size: 24px;
    letter-spacing: 0.09rem;
    padding-left: 10px;
}
.recruit_info_ttl::after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
	background: linear-gradient(75deg,rgba(0,148,123,1) 10%, rgba(0,108,254,1) 80%);
	position: absolute;
	bottom: -15px;
}
.recruit_photo_img {
	border-radius: 10px;
	margin: 180px auto 0px;
}
.recruit_info_txt_wrap{
	max-width: 900px;
    margin: 60px auto 200px;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: left
}
.recruit_dl_box {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
	font-weight: 500;
    max-width: 880px;
    margin: 55px auto 150px;
	border-bottom: solid 1px #707070;
}
.recruit_table_ttl {
    /* border-top: solid 1px #707070; */
    /* width: 200px; */
    line-height: 62px;
    /* padding-left: 70px; */
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}
.recruit_dl_box dd {
    text-align: left;
    line-height: 62px;
    margin: 0 0 0px 120px;
    letter-spacing: 1px;
    padding-left: 130px;
    border-top: solid 1px #707070;
}
.recruit_dl_box dd::after {
    content: '';
    display: block;
    clear: both;
}
.recruit_dl_box dt {
    float: left;
    /* text-align: left; */
    border-top: solid 1px #707070;
    width: 120px;
}
.recruit_dl_box dt:first-child{
    border-top: none;
}
dd.recruit_member {
    border-top: none;
}





.contact_page_ttl_bg {
    background: url(../img/contact_ttl_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_flow_circle_wrapper {
    list-style: none;
    padding-left: 0;
}
.contact_flow_circle {
    width: 66px;
    height: 66px;
    border-radius: 50px;
    background: #395AA4;
    position: relative;
    margin: 150px 150px 100px 0;
}
.contact_flow_circle:last-child {
	 margin: 150px 0px 100px 0;
}
.contact_flow_circle::before {
    content: "";
    display: block;
    width: 160px;
    height: 5px;
    background: url(../img/contact_flow_border.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    margin-left: 80px;
}
.contact_flow_circle:last-child::before {
	display: none;
	width: 0px;
    height: 0px;
	background: none;
}
.inline_circle {
    display: inline-block;
    vertical-align: middle;
}
.contact_flow_circle_number {
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.contact_flow_circle_under {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
    color: #395AA4;
    letter-spacing: 0.2em;
}
.contact_privacy_txt {
    font-size: 18px;
    color: #395AA4;
    margin: 100px auto;
}
.contact_input_ul {
    list-style: none;
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.contact_input_contents::after {
    content: "";
    display: block;
    clear: both;
}
.contact_input_title {
    float: left;
    width: 230px;
	color: #395AA4;
    line-height: 100px;
	letter-spacing: 0.2em;
	margin: 0;
    padding: 0 0 0 30px;
	border-top: solid 2px #395AA4;
	font-size: 18px;
    font-weight: 500;
}
.input_required::after {
    content: "*";
    color: red;
}
.contact_input_contents {
    min-height: 60px;
    min-width: 150px;
    border-top: solid 1px #CCCCCC;
    padding: 40px 0 0 70px;
    margin-left: 230px;
}
.contact_input_contents input {
    width: 250px;
    border: none;
	font-size: 16px;
	
}
.contact_input_ul_li:last-child div {
	border-bottom: solid 1px #CCCCCC;
}
.contact_input_ul_li:last-child textarea {
    height: 200px;
	width: 400px;
    margin-bottom: 40px;
}
.contact_input_ul_li:last-child p {
    border-bottom: solid 2px #395AA4;
    padding-bottom: 184px;
	margin-bottom: -1px;
    border-collapse: collapse;
}
.contact_input_button {
    width: 390px;
    height: 80px;
    border-radius: 50px;
    cursor: pointer;
    background: #395AA4;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.contact_input_button_wrap {
    margin: 100px auto 200px;
}
.inquiry_box_red {
    color: red;
}
.inquiry_ul {
	max-width: 800px;
	list-style: none;
    color: red;
    padding: 0;
    margin: 20px auto;
}

.confirm_box_ttl,.confirm_box_txt{
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.confirm_box_ttl{
	color: #395AA4;
}
.confirm_box_txt {
    margin: 60px auto;
    font-size: 18px;
    font-weight: 500;
}
.confirm_box_wrap {
    max-width: 880px;
    margin: 50px auto;
    text-align: left;
    border-bottom: solid 1px #ccc;
    position: relative;
}
.confirm_box_wrap::after {
    content: "";
    width: 260px;
    display: block;
    border: solid 1px #395AA4;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.contact_confirm_title {
    float: left;
    width: 230px;
    color: #395AA4;
    line-height: 100px;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 0 0 0 30px;
    border-top: solid 2px #395AA4;
    font-size: 18px;
    font-weight: 500;
}
.contact_confirm_contents {
    min-height: 60px;
    min-width: 150px;
    border-top: solid 1px #CCCCCC;
    padding: 40px 0 0 70px;
    margin-left: 230px;
}
.contact_confirm_contents::after {
	content: "";
	display: block;
	clear: both;
}
.confirm_btn_inline {
	display: inline-block;
}
.confirm_box_off {
    margin: 60px auto 150px;
}
.confirm_btn_decide {
	width: 290px;
	height: 80px;
	border-radius: 50px;
	cursor: pointer;
	background: #395AA4;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.finish_jump_btn_txt,.contact_finish_ttl,.contact_finish_txt{
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	
}
.finish_jump_btn {
    border: solid 1px #395AA4;
    display: block;
    height: 103px;
    width: 380px;
    margin: 50px auto 150px;
    border-radius: 50px;
    background: #395AA4;
    transition-duration: 0.3s;
}
.finish_jump_btn_txt {
	font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 100px;
	letter-spacing: 0.2em;
    color: #fff;
}

.header_submenu{
	display: none;
    position: fixed;
	top: 125px;
	left: 0;
	right: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(45deg,rgba(243, 243, 243, 1) 10%, rgba(238, 238, 238, 1) 80%);;
	list-style: none;
    /* flex-direction: column; */
}
.header_submenu_ul_01,.header_submenu_ul_02 {
    line-height: 80px;
}
.header_submenu_ul_01 {
	padding-left: 50px;
}
.header_submenu_ul_02 {
	padding-left: 300px;
}
/* 
.header_submenu_ul {
    position: fixed;
	top: 125px;
	left: 0;
	right: 0;
    width: 100%;
    height: 80px;
    background: #eee;
	list-style: none;
}*/
.header_submenu_ul_li::before {
    content: "";
    display: block;
    height: 4px;
    width: 10px;
    background: #395AA4;
    position: absolute;
    top: 46%;
    margin-left: -20px;
}
.header_submenu_ul_li{
    line-height: 80px;
	opacity: 1;
    margin-right: 80px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
	transition-duration: 0.3s;
}
.header_submenu_ul_li:hover{
	opacity: 0.5;
	transition-duration: 0.3s;
}
.header_submenu_ul_li a {
    display: block;
	opacity: 1;
    height: 100%;
	transition-duration: 0.3s;
}
.header_submenu_ul_li a :hover{
	opacity: 0.5;
	transition-duration: 0.3s;
}


.work_page_ttl_bg {
    background: url(../img/work_ttl_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.work_tab_ul {
	list-style: none;
	padding-left: 0;
	font-size: 0;
	margin: 150px auto 100px;
}
.work_tab_ul_li {
    display: inline-block;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 26px;
	font-weight: bold;
    width: 450px;
    height: 85px;
    background: #395AA4;
    border: solid 1px #395AA4;
	transition-duration: 0.3s;
}
.work_tab_01 {
    border-radius: 10px 0 0 10px;
}
.work_tab_02 {
    border-radius: 0 10px 10px 0;
}
.work_tab_ul_li a {
    display: block;
    width: 100%;
    line-height: 85px;
	color: #fff;
	transition-duration: 0.3s;
}
.work_tab_ul_li:hover {
	background: #fff;
	transition-duration: 0.3s;
}
.work_tab_ul_li a:hover {
	color: #395AA4;
	transition-duration: 0.3s;
}
.work_tab_on {
    background: #fff;
    line-height: 85px;
    color: #395AA4;
}
.work_surveying_ttl {
    font-size: 40px;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.1em;
	margin-top: 150px;
	position: relative;
}
.work_surveying_ttl::after {
    content: "";
    display: block;
    width: 280px;
    height: 10px;
    background: linear-gradient(75deg,rgba(0,148,123,1) 10%, rgba(0,108,254,1) 80%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
}
.work_surveying_year_ul {
	max-width: 1160px;
    list-style: none;
    padding-left: 0;
    margin: 100px auto 80px;
	font-size: 0;
	text-align: left;
}
.work_surveying_year_ul_li {
    display: inline-block;
    width: 200px;
    height: 45px;
    background: #395AA4;
    border-radius: 50px;
    border: solid 1px #395AA4;
	font-size: 18px;
	font-weight: 500;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	transition-duration: 0.3s;
	margin: 0 0 20px 20px;
	text-align: center;
}
.work_surveying_year_ul_li:nth-child(4n) {
	margin-right: 0px;
}
.work_surveying_year_ul_li a {
    display: block;
	line-height: 45px;
    color: #fff;
	transition-duration: 0.3s;
}
.work_surveying_year_ul_li:hover {
	background: #fff;
	transition-duration: 0.3s;
}
.work_surveying_year_ul_li a:hover {
	color: #395AA4;
	transition-duration: 0.3s;
}
.work_surveying_table {
    margin: 0 auto 150px;
	text-align: left;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    max-width: 100%;
    width: 1178px;
}
.surveying_year_btn_on {
    background: #fff;
    line-height: 45px;
    color: #395AA4;
}
.work_surveying_table_year {  
    max-width: 100%;
    width: 1178px;
    text-align: left;
    margin: 0 auto 30px;
	padding: 0 20px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 21px;
    letter-spacing: 0.2rem;
}
.work_surveying_table tr:first-child td{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.09rem;
}
.work_surveying_table_ttl {
	padding-left: 20px;
}
.work_surveying_table td:first-child {
    width: 65%;
}
.work_surveying_table td:last-child {
    width: 35%;
}
.work_surveying_table td {
	background: #F5F6FA;
	border: none 0px;
	font-size: 18px;
    font-weight: 500;
	line-height: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
	padding-left: 20px;
	padding-right: 20px;
    letter-spacing: 0.09rem;
}
.work_surveying_table tr:nth-child(even) td,
.work_surveying_table tr:first-child td {
	background: #fff;
}

.single_content{
    font-size: 21px;
    line-height: 39px;
    max-width: 1080px;
    margin: 100px auto 200px;
    text-align: left;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
}

.privacy_box {
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 2px;
	max-width: 1080px;
	margin: 100px auto 0;
	padding: 0 20px;
	text-align: left;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
}
.privacy_txt_02 {
	font-weight: bold;
	margin-top: 20px;
	
}

/*dd .company_member:first-of-type {
    border-top: solid 1px #707070;
}

.company_dl_box dt:last-of-type {
    border-bottom: solid 2px #444;
}
.company_dl_box dd:last-child {
    border-bottom: solid 1px #ccc;
}*/

/*
.company_ttl_txt {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    margin: 0 auto;
	z-index: 1;
}
.company_ttl_txt::after {
    content: "";
    display: block;
    width: 362px;
    height: 80px;
    background: linear-gradient(70deg,rgba(0,108,255,1), rgba(0,180,15,1));
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}*/
