@charset "UTF-8";
/* CSS Document */
#home-section {
	transform: scale(1);
	overflow: hidden;
}
.float_L {
    float: left;
}
.float_R {
    float: right;
}
.sdw-wh{
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              0px 1px 0 #fff,  0 -1px 0 #fff,
              -1px 0 0 #fff, 1px 0 0 #fff;
}
td.date {
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    border: none;
}


/*背景用***********************************************************/
.container:after,.row:after {
    clear: both;
}
.absolute.above {
    z-index: -1;
}
.absolute {
    position: absolute;
	top:0;
    width: 100%;
    height: 95%;
    margin-top: 100px;
	overflow: hidden;
	opacity: 0.6;
}
.l-tile-01{
    position: absolute;
	top: 90em;	
    width: 320px;
    height: 320px;
    background: url(../images/bg01.png) center no-repeat;
	background-size: 200%;
    border-radius: 12px;
	margin-left: -170px;
}
.l-tile-02 {
    position: absolute;
	top: 320em;	
    width: 200px;
    height: 200px;
    background:url(../images/bg02.png) center no-repeat;
	background-size: 200%;
    border-radius: 12px;
}
.r-tile-01 {
    position: absolute;
    top: 210em;
    width: 300px;
    height: 300px;
    background:url(../images/bg03.png) center no-repeat;
	background-size: 200%;
    border-radius: 12px;
}
.r-tile-02 {
    position: absolute;
	top:310em;	
    width: 350px;
    height: 350px;
    background: url(../images/bg04.png) center no-repeat;
	background-size: 200%;
    border-radius: 12px;
}
.c-tile-01 {
    position: absolute;
	top:78em;		
    width: 90px;
    height: 90px;
    background: #05549b;
	background-size: contain;
    border-radius: 12px;
    margin-left: -30px;
    margin-top: 400px;
}
.c-tile-02 {
    position: absolute;
	top:240em;		
    width: 80px;
    height: 80px;
    background: #05549b;
	background-size: contain;
    border-radius: 12px;
    margin-left: 30px;
    margin-top: 400px;
}

.ftco-subCover-1 {
	background-size: cover;
	background-position: 22% center;
	background-repeat: no-repeat;
}
.ftco-subCover-1 .container > .row {
    min-height: 400px;
}
.ftco-subCover-1 > .container {
	position: relative;
}
.ftco-subCover-1.overlay {
	position: relative;
}
.ftco-subCover-1.overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .1;
	background: #000;
}
.ftco-subCover-1.overlay h1 {
	color: #fff;
	font-size: 3rem;
}
.ftco-subCover-1.overlay p {
	color: #fff;
}
.ftco-subCover-1.overlay p a {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
}
.ftco-subCover-1.overlay p a:hover {
	text-decoration: none;
}
.ftco-subCover-1.overlay form .form-control,  .ftco-subCover-1.overlay form .btn {
	height: 55px;
	border-radius: 4px;
}
.ftco-subCover-1.overlay form .form-control {
	padding-left: 20px;
	padding-right: 20px;
	border-color: transparent;
	margin-right: 10px;
}
.ftco-subCover-1.overlay form .btn {
	border-color: transparent;
}
.subPage-tit{
	position: absolute;
	top: 75%;
	left: 4%;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,  -1px 1px 0 #fff, 1px -1px 0 #fff,  0px 1px 0 #fff, 0 -1px 0 #fff,  -1px 0 0 #fff, 1px 0 0 #fff;
}
.subPage-tit h3{
	font-size:48px;
} 

.top-features > .Sub-contents-area {
    position: relative;
    padding-top: 20px;
}

.sub-row {
    width: 85%;
    margin: 50px auto;
}
.sub__title_text {
    /* padding-bottom: 40px; */
    text-align: left;
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 4px;
}
.line-tbl-03 th {
    width: 100%;
    min-width: 100px;
}


.corp-sec:before {
    background: url(../images/corp_title.png) no-repeat 50% 0/266px auto;
	background-size: contain;
}
.landm-sec:before {
    background: url(../images/landm_title.png) no-repeat 50% 0/266px auto;
	background-size: contain;
}

.startup-sec:before {
    background: url(../images/start_title.png) no-repeat 50% 0/266px auto;
	background-size: contain;	
}
.inheritance-sec:before{
    background: url(../images/inheritance_title.png) no-repeat 50% 0/266px auto;
	background-size: contain;	
}
.succession-sec:before{
    background: url(../images/succession_title.png) no-repeat 50% 0/266px auto;
	background-size: contain;	
}
.access_th ul li {
    list-style: none;
}







/*outline.html***********************************************************/
.sub-1st-sec {
    position: relative;
    height: 600px;
    margin-top: 5rem;
    overflow: hidden;
}
.sub-1st-sec:before {
	content: "";
	position: absolute;
    display: block;
	background: url(../images/greeting_title.png) no-repeat 0 0/500px auto;
	background-size: contain;
	top: 0;
	left: 3.5%;
	width: 100%;
	height: 141px;
}
.top-innovative__main_item__text {
    line-height: 1.5;
}
.top-innovative__main_item__text {
    padding: 0 9% 70px;
}
.sub-contents{
	position: relative;
}
.sub-contents:before {
    position: absolute;
    display: block;
    content: "";
    background-size: contain;
    top: 30px;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
}
.creed-ul li {
    list-style: none;
    font-size: 1.4em;
    font-weight: 600;
    width: 75%;
    margin: 0 auto;
}
.outline_name{
	text-align: right;
}
.line-tbl-02{
  width: 100%;
  border-spacing: 0;
}

.line-tbl-02 th{
  border-bottom: solid 2px #05549b;
  padding: 10px 0;
}

.line-tbl-02 td{
  border-bottom: solid 2px #ddd;
  padding: 10px 20px;
}
.staff-info {
    position: relative;
    margin-bottom: 40px;
}
.staff-info .text {
    /* width: 80%; */
    margin-top: -320px;
    position: relative;
    padding: 28px;
    display: block;
    /* background: #fff; */
}
.staff-txt {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    line-height: 18px;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    margin-top: .5rem!important;
}
.staff-row {
    display:flex;
    flex-wrap:wrap;	
}
.staff-in {
    width: 33.3333%;
    box-sizing: border-box;
    min-height: 360px;
}
.staff-in02 {
    width: 66.6666%;
    box-sizing: border-box;
    min-height: 360px;
}
.staff-in02 .staff-txt {
    font-size: 18px;
    line-height: 32px;
}
.daihyou-prof{
    font-size: 18px;
    line-height: 32px;
}
.principles-sec:before{
    background: url(../images/principles_title.png) no-repeat 50% 0/266px auto;
	background-size: contain;	
}
.introduction-sec:before{
    background: url(../images/introduction_title.png) no-repeat 50% 0/266px auto;
	background-size: contain;	
}
.outline-sec:before{
    background: url(../images/outline_title.png) no-repeat 50% 0/266px auto;
	background-size: contain;	
}
.creed-ul li {
    list-style-type: decimal;
}


/*
access.html
*************************************************************************************************************/	
section#access {
    margin-bottom: 150px;
}
table.company {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 15px;
    width: 100%;
}
.mapArea{
	width:100%;
}
 
table.company th,
table.company td {
    padding: 10px;
}

table.company th {
    width: 30%;
    background: #05549b;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding: 20px 15px;
}

table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #05549b;
    border-width: 10px;
    margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    line-height: 27px;
    padding-left: 20px;
}
.company_table_td{
    background:#FFFFFF !important; 
}
.access_wrapper {
    overflow: hidden;
    clear: both;
    margin: 20px auto;
}
.access_table {
    width: 48%;
}
.access_view {
    width: 48%;
	margin-top: 170px;
}
.access_wrapper_stview {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;    
width: 100%;
}
 
.access_wrapper_stview iframe,
.access_wrapper_stview object,
.access_wrapper_stview embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.access_wrapper_map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
.access_wrapper_map iframe,
.access_wrapper_map object,
.access_wrapper_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.event_btn01 {
    width: 90%;
    text-align: center;
    border: 3px solid #05549b;
    padding: 20px;
    margin-top: 20px;
    margin-left: 5%;
    color: #05549b;
    font-size: 17px;
    font-weight: 700;
}
.event_btn01:hover {
    color: #000;
    background-color: #fed136;
}
.event_a :hover {
    background-color: #05549b;
    color: #fff;
}
.office_tit {
    width: 90%;
    text-align: center;
    border-bottom: 3px solid #05549b;
    padding: 20px;
    margin: 20px 0 30px 5%;
    color: #05549b;
    font-size: 38px;
    font-weight: 700;
}

.event_btn02 {
    width: 90%;
    text-align: center;
    border: 3px solid #B0AD33;
    padding: 20px;
    margin-top: 20px;
    margin-left: 5%;
    color: #B0AD33;
    font-size: 17px;
    font-weight: 700;
}
.event_btn02:hover {
    color: #000;
    background-color: #fed136;
}
.event_a02 :hover {
    background-color: #B0AD33;
    color: #fff;
}


.thanks-sec{
	margin-top: 150px;
}


/*
recruit.html
*************************************************************************************************************/	

.recruit-1st-sec {
    height: 580px;
	position: relative;
	margin: 80px auto 150px;
}
.recruit-odd-sec,.recruit-even-sec {
	padding: 7rem 0;
}
.recruit-1st-wrap{
    float: left;
    position: absolute;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    left: 5.33333%!important;
	top:45%;
}
.desc {
    position: relative;
    padding: 40px;
	padding-top: 3em;
    padding-left: 6em;
    background: rgba(255,255,255,0.8);
}
.recruit-1st-txt {
    margin: 0;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 400;
	line-height: 1.9em
}
.recruit-sub-style {
    position: relative;
    margin-top: 100px!important;
}
.recruit-sub-style:before {
    z-index: 1;
    background-size: 432px;
    height: 71px;
}
.recruit-sub-style:before {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/features_title.png) no-repeat 50% 0/266px auto;
    background-size: contain;
    top: 30px;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
}
.recruit-sub-style > .contents-area {
    position: relative;
	padding-top: 20px;
}
.recruit-sub-style > .contents-area:before {
    position: absolute;
    display: block;
    content: "";
    left: 34.2%;
    width: 1px;
    top: 0;
    height: 100%;
    background: #FFF;
    z-index: 0;
}
.sub-mainview-img {
    padding: 0;
    z-index: -1;
    float: right;
    width: 66.66667%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.f-tit-1:before{
    background: url( "../images/recruit/f_title-1.png") no-repeat 50% 0/266px auto;
	background-size: contain;	
}
.f-tit-2:before{
    background: url( "../images/recruit/f_title-2.png") no-repeat 50% 0/266px auto;
	background-size: contain;	
}
.f-tit-3:before{
    background: url( "../images/recruit/f_title-3.png") no-repeat 50% 0/266px auto;
	background-size: contain;	
}
.f-tit-4:before{
    background: url( "../images/recruit/f_title-4.png") no-repeat 50% 0/266px auto;
	background-size: contain;	
}
.recruit-feature-wrap{
	width: 85%;
	margin: 0 auto;
}
.flexbox {
    display: flex;
	padding: 0;
}
.flexbox__item-3p {
    width: 30%;
	list-style-type:none;
}
li.flexbox__item-3p:nth-child(2),li.flexbox__item-3p:nth-child(3){
	margin-left: 5%;
}
.balloon4 {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: rgba(5, 84, 155, .4);
  border-radius: 30px;
}

.balloon4:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: rgba(5, 84, 155, .4);
  border-radius: 50%;
}

.balloon4:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
    background: rgba(5, 84, 155, .4);
  border-radius: 50%;
}
.balloon4 p,.balloon4-l p {
  margin: 0; 
  padding: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              0px 1px 0 #fff,  0 -1px 0 #fff,
              -1px 0 0 #fff, 1px 0 0 #fff;

}

.balloon4-l {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
    background: rgba(5, 84, 155, .4);
  border-radius: 30px;
}

.balloon4-l:before {  
  content: "";
  position: absolute;
  right: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: rgba(5, 84, 155, .4);
  border-radius: 50%;
}

.balloon4-l:after {
  content: "";
  position: absolute;
  right: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
    background: rgba(5, 84, 155, .4);
  border-radius: 50%;
}

.stepbar-wrap{
	width: 100%;
}
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #05549b;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.6em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 1.1em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 2em);
  background-color: #05549b;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

/*== ボタン共通設定 */
.btn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    padding: 25px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    display: block;
    width: 50%;
    margin: 50px auto 0;
	    border-radius: 50px;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#05549b;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}





/*◼️ 1280px~（大型PC） */
@media screen and (min-width:76em) {}
/*◼️ 1200px（タブレット横・PC）　*/
@media screen and ( max-width:75em) {}
/*◼️ 900px~1199px（タブレット縦横）　*/
@media screen and (min-width:56.25em) and ( max-width:74.9375em) {}
/*◼️ 500px~899px タブレット（縦）＆モバイル（横） */
@media screen and (min-width:31.25em) and ( max-width:56.1875em) {
}/*◼️ 500px~899px タブレット（縦）＆モバイル（横） */
/*◼️ ~480px（モバイル縦） */
@media screen and ( max-width:31.1875em) { 
	body{
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              0px 1px 0 #fff,  0 -1px 0 #fff,
              -1px 0 0 #fff, 1px 0 0 #fff;
	}
.icon-menu {
    text-shadow: none;
}	
.ftco-subCover-1 .container > .row {
    min-height: 250px;
}
.subPage-tit {
    top: 65%;
    left: 5%;
}	
.subPage-tit h3 {
    font-size: 35px;
}	
.site-section {
    padding: 3rem 15px;
}
.sub-1st-sec-mbil{
	margin-top: 5rem!important;
}
.corp-sec, .landm-sec {
    margin-top: 2em!important;
}	
.staff-row {
    display: block;
    flex-wrap: wrap;
}
.staff-in {
    width: 100%;
    box-sizing: border-box;
    min-height: 360px;
}
.staff-info .text {
    margin-top: 0;
    padding: 28px 28px 0 28px;
}	
.staff-in02 {
    width: 100%;
}
.staff-in02 .staff-txt {
    font-size: 14px;
    line-height: 20px;
    padding: 0 28px;
}	
.date {
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    border: none;
    width: 36%;
    font-weight: bold;
    margin-right: 0px;
	vertical-align: top;
}
.staff-txt{
	margin-top: 0!important;
}	
.sub-row {
    width: 100%;
    margin: 50px auto;
}	
.creed-ul li {
    width: 100%;
}
.access_table {
    width: 100%;
}	
.access_view {
    width: 100%;
    margin-top: 10px;
}
.sub-1st-sec {
    height: auto;
}	

	
/*
recruit.html
*************************************************************************************************************/		

.recruit-1st-sec {
    height: 730px;
    position: relative;
    margin: 80px auto 150px;
}
.recruit-1st-wrap {
    float: left;
    position: absolute;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 98%;
    left: 1.33333%!important;
    top: 7%;
}
.recruit-1st-txt {
    font-size: 16px;
}	
.desc {
    padding: 30px;
}
.recruit-sub-style {
    position: relative;
    margin-top: 0px!important;
}
.recruit-sub-style:before {
    top: -15px;
}
.recruit-odd-sec, .recruit-even-sec {
    padding: 2rem 0;
}	
.flexbox{
    flex-direction: column;
}
.flexbox__item-3p {
    width: 100%;
}
li.flexbox__item-3p:nth-child(2), li.flexbox__item-3p:nth-child(3) {
    margin-left: 0; 
}
.media-92812 h3, .media-92812 h3 > a {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}	
.media-92812 .text {
    width: 90%;
    min-height: 310px;
    margin-top: -100px;
    position: relative;
    padding: 50px 15px 5px 15px;
    display: block;
    background: #fff;
}
.balloon4 {
    position: relative;
    margin: 2em 40px 2em 40px;
    padding: 15px;
    background: rgba(5, 84, 155, .4);
    border-radius: 30px;
}	
.balloon4-l {
    position: relative;
    margin: 2em 40px 2em 40px;
    padding: 15px;
    background: rgba(5, 84, 155, .4);
    border-radius: 30px;
}
.balloon4 p, .balloon4-l p {
    font-size: 16px;
}
.line-tbl-02 {
    width: 90%;
    margin: 0 auto;
    border-spacing: 0;
}	
.stepbar .stepbarwrap .steptitle .title {
    font-size: 1.2em;
    width: 250px;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
    display: inline-block;
    line-height: 1.2em;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: 0.9em;
    text-shadow: none;
}
.btn {
    width: 90%;
}
}/*◼️ ~480px（モバイル縦） */







