@charset "UTF-8";
/* CSS Document */

/*-----------
デバイス共通
------------*/

@font-face {font-family:"TeXGyreAdventor-Bold";src:url("texgyreadventor-bold.eot?") format("eot"),url("texgyreadventor-bold.woff") format("woff"),url("texgyreadventor-bold.ttf") format("truetype"),url("texgyreadventor-bold.svg#TeXGyreAdventor-Bold") format("svg");font-weight:normal;font-style:normal;}

html{
	overflow-x: hidden;
}
body{
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	line-height: 2;
	color:#000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a{
	transition: all .3s;
}
a img{
	transition: all .3s;
}
.cl-pink{
	color: #ff064a;
}
.cl-green{
	color: #276981;
}
.cl-white{
	color: #fff;
}
.cl-red{
	color: #de1c24;
}
.cl-yellow{
	color: #feea34;
}
.cl-blue{
	color: #094ba3;
}
.wd80{
	width: 80%;
}
.wd100{
	max-width: 100%;
}
.wd120{
	max-width: 120%;
}
.pl10{
	padding-left: 10px;
}
.highlight {
	background: -webkit-linear-gradient(transparent 40%, #feea34 40%);
	background: -o-linear-gradient(transparent 40%, #feea34 40%);
	background: linear-gradient(transparent 40%, #feea34 40%);
	font-weight: bold;
}
.highlight02{
	background: -webkit-linear-gradient(transparent 40%, #d8e5f6 40%);
	background: -o-linear-gradient(transparent 40%, #d8e5f6 40%);
	background: linear-gradient(transparent 40%, #d8e5f6 40%);
	font-weight: bold;
}

.sh_highlight {
	background: -webkit-linear-gradient(transparent 64%, #feea34 40%);
	background: -o-linear-gradient(transparent 64%, #feea34 40%);
	background: linear-gradient(transparent 64%, #feea34 40%);
	font-weight: bold;
}
.sh_highlight02{
	background: -webkit-linear-gradient(transparent 64%, #094ba3 40%);
	background: -o-linear-gradient(transparent 64%, #094ba3 40%);
	background: linear-gradient(transparent 64%, #094ba3 40%);
	font-weight: bold;
}
.pb25{
	padding-bottom: 25px;
}
.pb0{
	padding-bottom: 0px;
}
.mr15{
	margin-right: 15px;
}

section{
	padding-top: 100px;
	padding-bottom: 100px;
}

h2{
	margin: 0;
	padding: 0;
}
.sh_tit{
	font-size: 40px;
	text-align: center;
}
.sh_eng{
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 300;
	font-style: italic;
}
.sh_num{
	font-family: "Roboto Condensed",sans-serif;
	font-weight: bold;
}
.sh_small{
	font-size: 26px;
	font-weight: normal;
	color: #094ba3;
}
.sh_blue{
	color: #094ba3;
}
.narrow{
	margin-left: 100px;
	margin-right: 100px;
}
.sh_blue_tit{
	font-size: 40px;
	color: #fff;
}
.sh_blue_small{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.pagetop a, .pagetop a:hover {
    padding: 14px 21px;
}

/*--------------------------------------------------------
top
--------------------------------------------------------*/

/*header*/
#header {
	background: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}
#header .header {
	width: 960px;
	margin: 0 auto;
	padding: 0.8em 15px 0.8em;
}
#header h1, #header ul, #header li {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 100%;
}
#header .logo{
	margin-top: 0;
}
#header a {
	color: #fff;
}
#header a:hover{
	text-decoration: none;
	opacity: .7;
}
#header .logo {
	float: left;
}
#header ul {
	list-style: none;
	float: right;
	margin-top: 0.8%;
}
#header ul li {
	float: left;
	font-size: 12px;
	padding-left: 1.6em;
	line-height: 1.4;
}
#header ul .headerTel {
	font-size: 32px;
	font-family: 'TeXGyreAdventor-Bold';
	font-weight: bold;
	padding-left: 0.22857em;
	line-height: 0;
}
#header ul .headerBtn {
	margin-top: -0.26667em
}
i {
	vertical-align: 0.02222em
}
.fbTxt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 108%;
	letter-spacing: 0.02em;
	vertical-align: middle;
}

/*gnav*/
.gnavarea{
	background: #094ba3;
	width: 100%;
}
.gnav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow:row;
    -ms-flex-flow:row;
    flex-flow:row;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.gnav li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    flex: 1 0 auto;
    height: 60px;
    width: 14.2%;
}
.gnav li a {
    color: #fff;
    background: #094ba3;
    flex: 1 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gnav li a:hover{
	text-decoration: none;
	background: #6f98ce;
}
.gnav li a:focus{
	text-decoration: none;
	background: #094ba3;
}
.gnav .free_btn a{
	background: #feea34;
	color: #094ba3;
}
.gnav .free_btn a:hover{
	color: #fff;
}
.gnav .free_btn a:focus{
	background: #feea34;
	color: #094ba3;
}
.nav_selected{
	text-decoration: none!important;
	background: #6f98ce!important;
	color: #fff!important;
}
.navfixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}

/*pan*/
.pan{
	background: #e1e8f6;
	padding: 5px 0;
	font-size: 12px;
	color: #094ba3;
	font-weight: bold;
	width: 100%;
}
.pan a{
	color: #094ba3;
}
.pan a:focus{
	color: #094ba3;
}

/*mv*/
.mv{
	background: #e7f3fe;
	padding-top: 60px;
/*	padding-bottom: 60px;*/
	padding-bottom: 90px;
	z-index: 1;
}
h1{
	margin: 0;
}
.mv_txt{
	margin-bottom: 20px;
}
.mv_txt_d{
	margin-bottom: 20px;
}
.mv_bg{
	position: absolute;
	z-index: -1;
/*	right: -10%;*/
	right: -15%;
	bottom: -90px;
	margin: auto;
}
.mv_bg_d{
	position: absolute;
	z-index: -1;
	right: -3%;
	top: -6px;
	margin: auto;
}
/*mv(index_c)*/
.mv_3{
	padding-top: 60px;
	padding-bottom: 128px;
}
.mv_bg3{
	position: absolute;
	z-index: -1;
/*	right: -10%;*/
	right: -15%;
	bottom: -128px;
	margin: auto;
}
/*sec00*/

/*-------------------
追加css20/05/08
-------------------*/
.bl-line{
	border-right: 5px solid #094ba3;
	font-size: 24px;
	margin-right: 10px;
}
.member_card{
    background: #fff;
    padding: 15px 20px;
    position: relative;

}
.step_title{
	font-size: 24px;
	color: #094ba3; 
	padding: 10px;
	margin-bottom: 15px;
}
.graybox{
	background: #eee;
	padding: 40px;
}
.center{
	text-align: center;
}
.ribon{
  position: relative;
  padding: 1em;
  background: #094ba3;
  color: white;
	left: -3.2em;
	top: -0.5em;
	margin-bottom: 10px;
	width: 60%;
	text-align: center;
}

.ribon::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.check{
	color: #094ba3;
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
}
.fl2{
	float: left;
	padding-right: 30px;
    padding-bottom: 30px;
	max-width: 50%;
	
}

/*sec01*/
.top_sh01_man{
	position: absolute;
	top: 80px;
	right: 10px;
    z-index: 10;
}
.compare_box{
	background: #4367c7;
	padding: 30px;
}
.compare_box_in{
	background: #f3f3f3;
	padding: 40px;
}
.compare_h3{
	color: #4367c7;
	text-align: center;
	font-size: 26px;
	position: relative;
	margin-bottom: 30px;
}
.compare_h3:before{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #4367c7;
	border-radius: 2px;
}
.compare_box{
	background: url("../img/bg_blu_pgn.png");
}
.check01 li{
    line-height: 1.5;
    padding-bottom: 15px;
	text-indent: -1.1em;
	padding-left: 1.1em;
	font-weight: bold;
	font-size: 18px;
}
.check01 li i{
	color: #4367c7;
	display: inline;
}

/*sec02*/
.bg_lb{
	background: #e7f3fe;
}

.inp_txt{
	font-size: 20px;
}

/*sec03*/
.bg_lg{
	background: #f5f5f5;
}

/*sec04*/
.bg_blue{
	background: #4367c7;
}
.top_sh04_woman{
	position: absolute;
	left: 70px;
	bottom: 0;
}

/*sec05*/
.pfm_box{
	background: url("../img/bg_blu_pgn02.png");
	padding: 30px;
}
.pfm_box_in{
	background: url("../img/pfm_arrow.png") no-repeat left center #e7f3fe;
	background-size: cover;
	padding: 30px;
	position: relative;
	z-index: 1;
}
.pfm_box_in_bg{
	background: url("../img/pfm_arrow.png") no-repeat left center #e7f3fe;
	background-size: contain;
}

.pfm_title{
	font-size: 24px;
	color: #094ba3;
	border-left: 5px solid #094ba3;
	padding: 10px;
	margin-bottom: 30px;
}
.pfm_fl{
	float: left;
	width: 70%;
}
.pfm_fll{
	float: left;
	width: 44%;
}
.pfm_flr{
	float: right;
	width: 51%;
}
.pfm_txt{
	font-size: 16px;
}
.pfm_fr{
	float: left;
	width: 28%;
}

.pfm_fl2{
	float: left;
}
.pfm_fll2{
	float: left;
	width:32%;
}
.pfm_fll2 img{
	margin: 0 auto;
}
.pfm_flr2{
	float: right;
	width:67%;
}
.pfm_txt2{
	font-size: 16px;
}
.pfm_fr2{
	float: left;
	width: 28%;
}


/*sec08*/
.white_box{
	padding: 40px;
	background: #fff;
	position: relative;
}
.cta{
	background: url("../img/bg_cross.png");
	padding-top: 50px;
	padding-bottom: 50px;
}
.cta_area{
	background: #fff;
	padding: 30px;
}
.cta_area h2{
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -60px;
}
.blue_ib{
	font-size: 20px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #4367c7;
	padding: 5px 15px;
}

.document_pic{
	position: absolute;
	right: 160px;
	top: 30px;
}
.owner_l{
	display: flex;
}

/*フローティングバナー*/
.fixed_bnr {
    width: 370px;
	position: fixed;
    bottom: 0;
    right: 62px;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border: 2px solid #094ba3;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
}
.fixed_bnr i{
	color: #094ba3;
}
.l-header {
    position: relative;
    width: 100%;
    z-index: 999;
}
body.l-header__fix .l-header.is-header-fixed {
    margin-bottom: 58px;
}
a {
    color: #000;
    text-decoration: none;
}

.fixed_bnr .pdf_btn {
    line-height: 1.6;
    font-size: 13px;
}
.pdf_btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px 5px;
    background: #feea34;
    color: #222!important;
    font-size: 16px;
    font-weight: bold;
	border-radius: 100px;
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}
.slick-slider {
  z-index: 11;
 font-size: 13px;
}
.fixed_bnr .pdf_btn {
  line-height: 1.6;
  font-size: 13px;
}

.fixed_bnr img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 7px rgba(34, 34, 34, 0.18);
}
.view-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fixed_bnr--thumb {
  width: 26%;
	padding-top: 20px;
}
.fixed_bnr--content {
  width: 70%;
}
.fixed_bnr--text {
  font-size: 15px;
  line-height: 1.5;
  margin: 1em 0;
  font-weight: bold;
  color: #094ba3;
}
.fixed_bnr--text--sp,
.fixed_bnr--text--sp02 {
  display: none;
}
#bnrStop.stop {
  position: relative;
}
#bnrStop.stop #bnr {
  position: absolute;
  top: auto;
  bottom: 0px;
}


/*footer*/
/*
footer{
	padding-top: 0;
	padding-bottom: 0;
}
.f_top{
	background: #094ba3;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 14px;
	font-weight: bold;
}
.f_link li{
	margin-bottom: 10px;
	display: block;
}
.f_link .sub{
	font-size: 13px;
	margin-left: 15px;
	margin-bottom: 7px;
}
.f_link li i{
	display: inline;
	color: #feea34;
}
.f_link li a:hover{
	color: #a3e4f7!important;
	text-decoration: none!important;
}
.f_link li a:focus{
	color: #fff!important;
	text-decoration: none!important;
}
.f_btm{
	background: #f5f5f5;
	color: #000;
	padding-top: 30px;
	padding-bottom: 50px;
}
.logo_txt{
	font-size: 10px;
}
.f_fl{
	float: left;
	width: 22%;
}
.f_fr{
	float: left;
	width: 78%;
}
.f_fr a,
.f_fr a:hover,
.f_fr a:focus,
.f_fr a:visited {
	color: #000;
}
.f-bnr01 {
  width: 16%;
  float: left;
  padding-bottom: 1%
}
.f-bnr02 {
  width: 14%;
  float: left
}
.f-bnr03 {
  width: 31%;
  float: left
}
.f-bnr04 {
  width: 32%;
  float: left;
  padding-left: 2%;
}
.f-bnr05 {
  width: 13%;
  float: left;
}
.f-bnr06 {
  width: 15%;
  float: left;
}
*/

/*--------------------------------------------------------
about
--------------------------------------------------------*/

/*mv*/
.sub_mv{
	padding-top: 60px;
	background: #f5f5f5;
}
.about_mv_man{
	position: absolute;
	right: 40px;
	bottom: -25%;
}

/*sec01*/
.about_sh01_man{
	position: absolute;
	left: 70px;
	bottom: -33%;
}
.movie_wrap {
	padding: 35% 0 0 0;
	max-width: 600px;
	margin:0 auto 40px;
}
.movie__wrap {
	padding: 0;
	max-width: 600px;
	margin:0 auto 40px;
}
.movie__wrap img {
	width: 100%;
}

/*sec02*/
.reason_card{
	background: #fff;
	padding: 15px;
	position: relative;
}
.about_reason_man{
	position: absolute;
	left: 15px;
	top: -55px;
}
.bbbdot{
	border-bottom: 3px dotted #094ba3;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.ph5{
	padding-left: 5px;
	padding-right: 5px;
}
.row5{
	margin-left: -5px;
	margin-right: -5px;
}
.point_box{
	padding: 30px;
	background: #fff;
}

/*sec03*/
.about_near_woman{
	position: absolute;
	right: 15px;
	top: -55px;
}
/*sec04*/
.comp_detail{
	background: #ff5c97;
	color: #fff;
	padding: 10px;
	width: 70%;
}
.comp_detail dl dt{
	font-size: 14px;
	font-weight: bold;
}
.comp_detail dl dd{
	font-size: 11px;
	line-height: 1.2;
}
.comp_detail01{
	position: absolute;
	left: 0;
	top: 0;
}
.comp_detail02{
	position: absolute;
	right: 0;
	bottom: 5%;
}

.fl {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
	max-width: 50%;
}
/*sec06*/
.case_box{
	background: url("../img/bg_blu_pgn02.png");
	padding: 30px;
}
.case_box_in{
	padding: 30px;
	background: #fff;
}
.case_dl dt{
	text-decoration: underline;
	font-size: 18px;
	text-indent: -1em;
	padding-left: 1em;
}
.case_dl dd{
	color: #2b4d99;
	font-weight: bold;
	font-size: 20px;
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.case_dl dd i{
	display: inline;
}

/*sec07*/
.service_box{
	background: #fff;
	padding: 20px;
	position: relative;
	text-align: center;
}
.service_box:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border: 21px solid transparent;
	border-top: 21px solid #feea34;
	border-left: 21px solid #feea34;
	width: 0;
	height: 0;
}
.service_box h3{
	font-size: 30px;
	position: relative;
	padding: 0 55px;
	color: #68aed7;
	text-align: center;
	display: inline-block;
}
.service_box h3:before{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	background-color: #68aed7;
	left: 0;
}
.service_box h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	background-color: #68aed7;
	right: 0;
}
.roboto {
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 300;
	font-style: italic;
	letter-spacing: -.025em;
}
.service_tit{
	line-height: 1.3;
	font-weight: 700;
	font-size: 18px;
	color: #363636;
	margin-bottom: 10px;
}
.service_box figure{
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	margin-left: -20px;
	margin-right: -20px;
}
.service_txt{
	font-size: 14px;
	color: #747474;
	line-height: 1.3;
}

/*--------------------------------------------------------
business
--------------------------------------------------------*/

/*mv*/
.business_clearbox{
	background: rgba(255,255,255,.8);
	padding: 50px;
	margin-bottom: 90px;
	margin-top: -35%;
}

/*sec01*/
.business_area_man {
	position: absolute;
	left: 15px;
	top: -60px;
}

/*sec02*/
.business_service_h4{
	background: url("../img/bg_blu_pgn03.png");
	padding: 15px;
}
.business_customize_h4box{
	padding: 15px;
	background: #f5f5f5;
	font-size: 18px;
}

/*--------------------------------------------------------
price
--------------------------------------------------------*/

/*mv*/
.price_clearbox {
	background: rgba(255,255,255,.8);
	padding: 50px;
	margin-bottom: 90px;
}
.price_mv_servicebox{
	background: url("../img/bg_yel_pgn.png");
	padding: 30px 15px;
}
.row25{
	margin-left: -25px;
	margin-right: -25px;
}
.ph25{
	padding-left: 25px;
	padding-right: 25px;
}
.price_mv_nm{
	margin-top: -15%;
}

/*sec01*/
.price_planbox_l{
	background: url("../img/bg_blu_pgn03.png");
	padding: 30px;
	width: 47%;
	float: left;
	font-size: 18px;
	color: #fff;
}
.check02 li{
	text-indent: -1.1em;
	padding-left: 1.1em;
	font-weight: bold;
}
.check02 li i{
	display: inline;
	color: #feea34;
}
.price_planbox_r{
	background: #f5f5f5;
	width: 53%;
	padding: 30px;
	float: right;
}

/*sec02*/
.price_sh02_man{
	position: absolute;
	bottom: -30%;
	right: 10%;
}
.price_dif_box_l{
	background: url(../img/bg_blu_pgn02.png);
	padding: 30px;
	width: 35%;
	font-size: 24px;
	color: #094ba3;
	float: left;
}
.price_dif_box_l h3{
	margin-top: 27%;
}
.price_dif_box_l02 h3{
	margin-top: 23%;
}
.price_dif_box_r{
	background: #fff;
	padding: 30px;
	width: 65%;
	float: right;
}
.check03{
	font-size: 20px;
	font-weight: bold;
}
.check03 li{
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.check03 li i{
	display: inline;
	color: #4367c7;
}

/*sec03*/
.price_pro_clearbox{
	background: rgba(255,255,255,.84);
	padding: 40px;
}
.price_pro_pic{
	position: absolute;
	right: -70px;
	top: -50px;
}


/*--------------------------------------------------------
materials
--------------------------------------------------------*/
/*sec01*/
.materials_h1_woman {
    position: absolute;
    right: 170px;
    bottom: -10px;
}
.seikyu{
	margin-left: 75px;
	margin-right: 75px;
}
.seikyu_box{
	background: url("../img/bg_yel_pgn.png");
	padding: 30px;
}
.seikyu_box_in{
	background: #fff;
	padding:30px;
	z-index: 1;
}
.seikyu_box_in2{
	background: #fff;
	padding:30px;
	z-index: 1;
}
.whitepaper_txt{
	padding-bottom: 10px;
}
.sec01 .check01 li {
	font-size: 16px;
}

/*sec02*/

.future{
	background:#fff;
	font-size: 22px;

	line-height: 40px;
	position: relative;
}
.future_in{
	background: url("../img/materials_light.png");
	background-size: cover;
	padding: 40px;
	margin-bottom: 30px;
}
.pcman{
	position: absolute;
	right: 3%;
	top:-16.5%;
}
.form_gray1{
	background: #fafafa;
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.form_gray{
	background: #fafafa;
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
}
.form_white{
	background: #fff;
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
}
.input{
	background: #fff;
	padding:50px 40px;
}
.input_form{
	background: #fff;
	padding:30px 40px 50px;
}

.dlbtn{
	margin-top: 30px;
	background: none;
	border: none;
}
.required{
	color:#fff;
	background:#ef487c;
	font-size: 12px;
	padding: 5px 10px;
}
.nini{
	color:#fff;
	background:#094ba3;
	font-size: 12px;
	padding: 5px 10px;
}
.form-control{
	height: 55px;
}

/*sec03*/
.white_box_mat{
	padding:40px;
	background: #fff;
	position: relative;
}

/*--------------------------------------------------------
consultation
--------------------------------------------------------*/
/*sec01*/
.consul_box{
	background: url(../img/bg_yel_pgn.png);
	padding: 30px;
}
.pcwoman{
	position: absolute;
	right: 5%;
	top:-18%;
}
.consul_box_in{
	background:url("../img/consultation_back_huki.png") no-repeat left center #fff;
	background-size:cover;
	padding: 30px;
	z-index: 1;
}
.soudan{
	margin-left:20px;
}
.bold{
	font-weight: bold;
}

/*sec02*/
.form_title{
	background: url("../img/bg_blu_pgn3.png");
	padding-top: 30px;
	padding-bottom: 40px;
}
.form_tit_txt{
	color: #fff;
	text-align: center;
}
.toriatsukai{
	font-size: 14px;
	padding-top: 20px;
}
textarea.form-control{
	height: 160px;
}
.kochirano{
	color: #feea34;
	text-decoration: underline;
}
.kochirano:hover{
	text-decoration: none;
	opacity: 1;
	color: #feea34;
}
.kochirano:focus{
	color: #feea34;
	text-decoration: underline;
}
.privacy{
	color: #094ba3;
	border-bottom: 1px solid #094ba3;
}
.privacy:hover{
	text-decoration: none;
	opacity: .5;
}

.consulbtn{
	margin-top: 30px;
	background: none;
	border: none;
}

/*--------------------------------------------------------
materials
--------------------------------------------------------*/
/*sec01*/
.seikyu{
	margin-left: 75px;
	margin-right: 75px;
}
.seikyu_box{
	background: url("../img/bg_yel_pgn.png");
	padding: 30px;
}
.seikyu_box_in{
	background: #fff;
	padding:30px;
	z-index: 1;
}
.seikyu_box_in2{
	background: #fff;
	padding:30px;
	z-index: 1;
}
.whitepaper_txt{
	padding-bottom: 10px;
}

/*sec02*/

.future{
	background:#fff;
	font-size: 22px;

	line-height: 40px;
	position: relative;
}
.future_in{
	background: url("../img/materials_light.png");
	background-size: cover;
	padding: 40px;
	margin-bottom: 30px;
}
.pcman{
	position: absolute;
	right: 3%;
	top:-16.5%;
}
.form_gray1{
	background: #fafafa;
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.form_gray{
	background: #fafafa;
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
}
.form_white{
	background: #fff;
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
}
.input{
	background: #fff;
	padding:50px 40px;
}
.dlbtn{
	margin-top: 30px;
	background: none;
	border: none;
}
.required{
	color:#fff;
	background:#ef487c;
	font-size: 12px;
	padding: 5px 10px;
}
.nini{
	color:#fff;
	background:#094ba3;
	font-size: 12px;
	padding: 5px 10px;
}
.form-control{
	height: 55px;
}

/*sec03*/
.white_box_mat{
	padding:40px;
	background: #fff;
	position: relative;
}

/*--------------------------------------------------------
consultation
--------------------------------------------------------*/
/*sec01*/
.consul_box{
	background:url("../img/tav_consultation_back_huki.png") no-repeat left center #fff;
	background-size:cover;
	padding: 30px;
	z-index: 1;
}


/*--------------------------------------------------------
company
--------------------------------------------------------*/
/*sec01*/
.company_h1_man{
	position: absolute;
	bottom: 0;
	left: 160px;
}
#company #map {
    width: 920px;
    height: 315px;
    background-color: grey;
    margin: 0 auto;
}
#company .sec01 .txt01 {
	width: 770px;
}
/*earth*/
#company .sec01 .world .outer {
	position: relative;
	z-index: 1;
	padding: 0;
}
#company .sec01 .world .inner {
	position: relative;
	width: 100%;
}
#company .sec01 .world .earth {
	position: relative;
}
#company .sec01 .branch {
	width: 366px;
	background-color: #ff5c97;
	padding: 10px;
	color: #fff;
	z-index: 10;
}
#company .sec01 .branch .name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
#company .sec01 .branch .add {
	font-size: 17px;
}
#company .sec01 .branch01 {
	position: absolute;
	top: 0;
	left: 90px;
	margin: auto;
}
#company .sec01 .branch02 {
	position: absolute;
	top: 60px;
	right: 90px;
	margin: auto;
}
#company .sec01 .branch03 {
	position: absolute;
	bottom: 0;
	right: 210px;
	margin: auto;
}
/*sec02*/
/*media*/
.company_sh02_woman{
	position: absolute;
	bottom: -30px;
	right: 280px;
}
.company_sh03_woman{
	position: absolute;
	bottom: -30px;
	left: 240px;
}
#company .media {
	position: relative;
}
#company .media .inner_box {
	position: relative;
}
#company .media .white-box02 {
	padding: 30px;
	background: #fff;
}
#company .media .ribbon_box {
	position: relative;
}
#company .media .ribbon01 {
	padding-left: 100px;
	background: #4367c7;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 15px;
}
#company .media .ribbon01 h4 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}
#company .media h5 {
	margin: 0;
	font-size: 22px;
}
#company .media .date {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
#company .media .table {
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
}
#company .media .caution {
	margin-top: 15px;
}
#company .media .lbl {
	font-weight: normal;
	float: left;
	font-size: 16px;
	background: #feea34;
	display: block;
	width: 63px;
	line-height: 63px;
	border-radius: 63px;
	text-align: center;
	margin-right: 15px;
	display: table-cell;
}
#company .media .tit {
	display: flex;
	align-items: center;
	height: 63px;
	font-weight: 700;
}
#company .media p {
	background-color: #f5f5f5;
	display: inline-block;
	padding: 5px 15px;
}
#company .media .flag {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 30px;
}
#company .media .new .flag {
	display: block;
}
#company .media .new .ribbon01 {
	padding-left: 100px;
}
/*theminar*/
#company .sec03 {
	padding-top: 0;
}
#company .seminar {
	margin-bottom: 30px;
}
#company .seminar .tit {
	font-size: 16px;
	font-weight: 700;
	float: right;
	width: 85%;
	height: auto;
}
#company .seminar .tit li {
	padding-left: 1.5em;
	text-indent: -0.7em;
}
#company .seminar .bullet {
	color: #68aed7;
}
#company .seminar_box {
	font-size: 16px;
	font-weight: normal;
}
#company .seminar .info {
	display: block;
}
#company .seminar .date {
	display: inline;
}
#company .media .place {
	font-size: 16px;
	font-weight: normal;
}
/*bx slider*/
/*ボタンを画像にする*/
#company .feed-prev-btn {
	background-image: url(../img/company_btn_prev.png);
	top: 190px;
	left: -33px;
}
#company #feed02-prev-btn,
#company #feed02-next-btn {
	top: 140px;
}
#company .feed-next-btn{
	background-image: url(../img/company_btn_next.png);
	top: 190px;
	right: -33px;
}
#company .feed-prev-btn:hover {
	background-image: url(../img/company_btn_prev_on.png);
}
#company .feed-next-btn:hover{
	background-image: url(../img/company_btn_next_on.png);
}
#company .feed-prev-btn .bx-prev ,
#company .feed-next-btn .bx-next {
	opacity: 0;
	display: block;
	width: 67px;
	height: 67px;
}
#company .navi-btn {
	margin: 0;
	width: 67px;
	height: 67px;
	-webkit-background-size: 67px;
	background-size: 67px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 10;
}
/*box*/
#company .bx-wrapper{
	margin: 0;
	border: none;
}
/*pager*/
#company .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}
#company .bx-wrapper .bx-pager.bx-default-pager a:hover,
#company .bx-wrapper .bx-pager.bx-default-pager a.active,
#company .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #feea34;
}
/*sec04*/
.company_sh04_man{
	position: absolute;
	right: 300px;
	bottom: -5px;
}
#company .sec04 dd a,
#company .sec04 dd a:active,
#company .sec04 dd a:hover,
#company .sec04 dd a:visited {
	color: #4367c7;
}
#company .sec04 dl:first-child {
	border-top: #ccc solid 1px;
}
#company .sec04 dl:nth-child(odd) {
	background-color: #fff;
}
#company .sec04 dl {
	border-bottom: #ccc dashed 1px;
	margin-left: 0;
	margin-right: 0;
}
#company .sec04 dl:last-child {
	border-bottom: #ccc solid 1px;
}
#company .sec04 dt {
	padding: 20px;
}
#company .sec04 dd {
	border-left: #ccc dashed 1px;
	padding: 20px;
	margin-bottom: 0;
}

/*--------------------------------------------------------
consultation
--------------------------------------------------------*/
/*sec01*/
.consul_box{
	background: url(../img/bg_yel_pgn.png);
	padding: 30px;
}
.pcwoman{
	position: absolute;
	right: 5%;
	top: -80px;
}
.consul_box_in{
	background:url("../img/consultation_back_huki.png") no-repeat center left #fff;
	background-size:cover;
	padding: 30px;
	z-index: 1;
}
.soudan{
	margin-left:20px;
}
.bold{
	font-weight: bold;
}

.huki{
	position: absolute;
	top:10%;
	right: 0;
	z-index: -1;
	width: 80%;
}
.huki img{
	width: 100%;
}
/*sec02*/
.form_title{
	background: url("../img/bg_blu_pgn03.png");
	padding-top: 30px;
	padding-bottom: 40px;
	padding-right: 15px;
	padding-left: 15px;
}
.form_tit_txt{
	color: #fff;
	text-align: center;
}
.toriatsukai{
	font-size: 14px;
	padding-top: 20px;
}
textarea.form-control{
	height: 160px;
}
.kochirano{
	color: #feea34;
	text-decoration: underline;
	font-weight: bold;
}
.kochirano:hover{
	text-decoration: none;
	opacity: 1;
	color: #feea34;
}
.privacy{
	color: #094ba3;
	border-bottom: 1px solid #094ba3;
}
.privacy:hover{
	text-decoration: none;
	opacity: .5;
}

.consulbtn{
	margin-top: 30px;
	background: none;
	border: none;
}

/*--------------------------------------------------------
thanks
--------------------------------------------------------*/
.thanks h1 {
	font-size: 40px;
}
.thanks .btn-accent a {
	display: block;
	position: relative;
	height: 50px;
	background: #feea34;
	border: solid 1px #feea34;
	border-radius: 50px;
	color: #094ba3;
	font-size: 16px;
	line-height: 50px;
	width: 435px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: 700;
}
.thanks a,
.thanks a:hover,
.thanks a:active,
.thanks a:visited {
	color: #094ba3;
}
.thanks .url {
	font-size: 30px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top: 30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


@media (min-width: 960px) {
.gnav .br_sp {
    display: none;
}
}


/*--------------------------------------------------------
追加コンテンツ＿20191220
--------------------------------------------------------*/

.pfm_box02{
	background: url("../img/bg_blu_pgn02.png");
	padding: 30px;
	position: relative;
}
.pfm_box02_in{
	background-color:#fff;
	background-size: cover;
	padding: 30px;
	position: relative;
	z-index: 1;
}
.pfm_title02{
	font-size: 30px;
	color: #094ba3;
	border-left: 5px solid #094ba3;
	padding: 10px;
	margin-bottom: 30px;
}
.pfm_title02 .f_small{
	font-size: 20px;
}
.document_pic02{
    position: absolute;
    right: 100px;
    top: 60px;
}
.document_pic02 img{
    width: 60px;
}
.document_pic03{
    position: absolute;
    right: 10px;
    top: -20px;
}
.document_pic03 img{
    width: 70px;
}
.sh_pink{
	color:#E2698D;
}

/*--------------------------------------------------------
owner
--------------------------------------------------------*/
/*mv*/
.mv_owner{
	background: #e7f3fe;
	padding-top: 60px;
	z-index: 1;
}
.mv_txt_owner{
	margin-bottom: 20px;
}

.mv_bg_owner{
	position: absolute;
	z-index: -1;
	right: -10%;
	bottom: 0%;
}
.mv_bg_owner{
	position: absolute;
	z-index: -1;
	right: -1.2%;
	bottom: 10px;
	margin: auto;
}
.mb_btnarea_owner{
	position: absolute;
	left: 0;
	z-index: 2;
	bottom: 16%;
}

/*--------------------------------------------------*/
.youtube{
    position: relative;
    width: 100%;
	text-align: center;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.compare_box_in_owner{
	background: #f3f3f3;
	padding: 25px;
}

.pfm_fl_owner{
	float: left;
	width: 30%;
}
.pfm_fr_owner{
	float: right;
	width: 65%;
}

.blue_ib_owner{
	font-size: 24px;
	color: #fff;
	background: #4367c7;
	padding: 5px 15px;
	text-align: center;
}
.compare_box .blue_ib_owner{
	font-size: 18px;
	color: #feea34;
	background: #4367c7;
	padding: 5px 10px;
	text-align: center;
	line-height: 1.4;
}
.owner_box{
    background: url(../img/bg_blu_pgn03.png);
    padding: 30px;
    color: #fff;
}
.f_small{
	font-size: 14px;}
h2 .f_small{
	font-size: 20px;
	font-weight: 100;
	letter-spacing:0.01rem;
}

.form-control2{
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	height: 150px;
}
.white-box03{
	padding: 30px;
	background: #fff;
}
.bg_lg ol li{
	font-weight: bold;
}
/*
 Footer Nav
----------------------------------------------------------- */
.footer_nav {
	background-color: #094ba3;
	padding: 50px 0;
	font-size: 1.4rem;
	font-weight: bold;
}
.footer_nav a:link,
.footer_nav a:visited {
	color: #fff;
	display: block;
}
.footer_nav > ul {
	display: flex;
}
.footer_nav > ul > li:nth-child(1) {
	width: 36%;
}
.footer_nav > ul > li:nth-child(2) {
	width: 32%;
}
.footer_nav > ul > li:nth-child(3) {
	width: 32%;
}
.footer_nav ul ul li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 5px;
}
.footer_nav ul ul li:before {
	position: absolute;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 2.4rem;
	color: #feea34;
	font-family: "Font Awesome 5 Free";
	left: 0;
}
.footer_nav ul ul li.no-list:before {
	content: none;
}
.footer_nav ul ul li.sub {
	padding-left: 30px;
}
.footer_nav ul ul li.sub:before {
	left: 15px;
}
.footer_nav .no-list {
	height: 20px;
}

/*
 Footer
----------------------------------------------------------- */
footer{
    color:#000;
    font-size:10px;
    background-color: #f5f5f5;
    padding: 30px 0;
}
footer .container > div {
	display: flex;
}
footer .foot_logo img {
    width: 100%;
    height: 100%;
}
footer .foot_logo {
	padding-right: 20px;
}
footer .foot_low1 {
	padding-bottom: 20px;
}
footer .foot_low2 {
	padding-bottom: 15px;
}
footer .foot_low2 p:not(:last-of-type),
footer .foot_low3 p:not(:last-of-type) {
	padding-right: 10px;
}
footer .copy {
  text-align: center;
}
footer a{
    color: #FFF;
}
footer a:hover, footer a:focus {
    color: #FFF;
}
footer ul li{
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
}
footer .copy{
    font-size: 90%;
}

