@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ベース設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
body{-webkit-text-size-adjust: 100%;}
html{
color: #212121;
	font-size: 15px;
	line-height: 1.7;
	font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
}
a{
	color: #212121;
	display: block;
}
#wrapper{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
section,
.section{
	width: 100%;
	height: auto;
	position: relative;
}
.container{
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding:0 1.5rem;
}
.is_pc{display: none;}
.is_hidden_tab{display: none;}
.objectCover {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%; 
	font-family: 'object-fit: cover;object-position: 50% 50%;'
}
:root{
	--blue: #3854a4;
	--skyblue: #4f8fca;
	--blue_o:rgba(56,84,164,.1);
	--skyblue_o:rgba(79,143,202,.1);
}
.objectContain {
	width:100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%; 
	font-family: 'object-fit: contain;object-position: 50% 50%;'
}
.point_reader{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.inertia{
	-webkit-overflow-scrolling: touch;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ベース設定 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 共通 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.mincho{font-family: 'Noto Serif JP', serif;}
.lato{font-family: 'Lato', sans-serif;}
.logo a{
	padding: 0.5rem 0 0.5rem 1.5rem;
}
.logo img{
	width: auto;
	height: 2.5rem;
	display: block;
}
.top_sub_ttl{
	color: #3854a4;
	font-size: 1.8rem;
	letter-spacing: 0.75rem;
	font-family: 'Lato', sans-serif;
}
.top_sub_ttl_under{
	font-size: 1.2rem;
	color: #4f8fca;
	margin:0 0 1rem;
	letter-spacing: 0.5rem;
	font-family: 'Lato', sans-serif;
}
.subheading{
	color: #3854a4;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.65rem;
	line-height: 1.5;
}
.subheading.white{color: #fff;}
.subheading.center{text-align: center;}
.subheading.left{text-align: left;}
.subheading_under{
	font-size: 0.9rem;
	font-weight: 300;
	color: #4f8fca;
	letter-spacing: 0.25rem;
	font-family: 'Lato', sans-serif;
}
.subheading_under.white{color: #fff;}
.subheading_under.center{text-align: center;}
.subheading_under.left{text-align: left;}
.overray{position: relative;}
.overray::before{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 168, 388, .34);
	content: '';
}
.links{
	color: #3854a4;
	border: 1px solid #3854a4;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.5rem;
	font-size: 0.8rem;
	padding: 1rem;
	width: 15rem;
	position: relative;
	text-align: center;
	margin:0 auto;
}
.links .arrow{
	position: absolute;
	left:90%;
	top:50%;
	width: 3rem;
	height:1px;
	background: #3854a4;
}
.links .arrow::before{
	position: absolute;
	bottom:0;
	right:0;
	transform:rotate(30deg);
	background: #3854a4;
	width: 0.75rem;
	height: 1px;
	content: '';
	transform-origin: bottom right;
}
.links.white{ 
	color: #fff;
	border-color: #fff;
}
.links.white .arrow,
.links.white .arrow::before,
.links.white .inner::before{
	background: #fff;
	color: #3854a4;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ナビ ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
header{ 
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	display: flex;
	justify-content: space-between;
	z-index: 50000;
	background: rgba(255, 255, 255, .2);
	transition: .6s;
}
header.active{
	background: rgba(11, 36, 109, .7);
	transition: .25s;
}
.menu_open{
	width: 3rem;
	position: relative;
}
.menu_open span{
	position: absolute;
	top:50%;
	left:50%;
	background: #fff;
	width: 40%;
	height: 2px;
	transition: .3s;
}
.menu_open span:nth-of-type(1){transform:translate(-50%,-50%) translateY(5px);}
.menu_open span:nth-of-type(2){transform:translate(-50%,-50%);}
.menu_open span:nth-of-type(3){transform:translate(-50%,-50%) translateY(-5px);}
.menu_open.active span:nth-of-type(1){transform:translate(-50%,-50%) rotate(45deg);}
.menu_open.active span:nth-of-type(2){opacity: 0;}
.menu_open.active span:nth-of-type(3){transform:translate(-50%,-50%) rotate(-45deg);}
header nav{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:-500px;
	right:0;
	width: 100%;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .5);
	transition: .6s opacity, .6s visibility, 0s top 1s;
}
header nav.active{
	opacity: 1;
	visibility: visible;
	top:100%;
	transition: .6s opacity, .6s visibility, 0s top;
}
header ul li{ 
	position: relative;
}
header ul li .submenu_open{ 
	position: absolute;
	top:0;
	right:0;
	color: #fff;
	width: 3.7rem;
	height: 3.7rem;
	background: rgba(11, 36, 109, 1);
	line-height: 3.7rem;
}
header ul li .submenu_open svg{transition: .3s;}
header ul li .submenu_open.active svg{
	transform: rotate(45deg);
}
header ul li a{
	background: rgba(11, 36, 109, .7);
	padding: 1rem;
	letter-spacing: 0.25rem;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	opacity: 0;
	visibility: hidden;
	transform: translateY(5rem);
}
header nav.active a{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
header ul li .submenu{
	display: none;
}
header ul li .submenu li{
	padding: 0 1rem;
		background: rgba(11, 36, 109, .7);
}
header ul li .submenu a{
	font-size: 0.8rem;
	background: transparent;
}
header nav.active li:nth-of-type(1) a{transition: .3s;}
header nav.active li:nth-of-type(2) a{transition: .3s .05s;}
header nav.active li:nth-of-type(3) a{transition: .3s .1s;}
header nav.active li:nth-of-type(4) a{transition: .3s .15s;}
header nav.active li:nth-of-type(5) a{transition: .3s .2s;}
header nav.active li:nth-of-type(6) a{transition: .3s .25s;}
header nav.active li:nth-of-type(7) a{transition: .3s .3s;}
header nav li:nth-of-type(6) a{transition: .3s;}
header nav li:nth-of-type(5) a{transition: .3s .05s;}
header nav li:nth-of-type(4) a{transition: .3s .1s;}
header nav li:nth-of-type(3) a{transition: .3s .15s;}
header nav li:nth-of-type(2) a{transition: .3s .2s;}
header nav li:nth-of-type(1) a{transition: .3s .25s;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ナビ ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
footer{
	background: #0b246d;
	white-space: nowrap;
	padding: 3rem 0 0;
	text-align: center;
	font-size: 0.8rem;
	position:relative;
}
footer .totop{
	position:absolute;
	top:-50px;
	right:3.6%;
}
footer .totop a{
	color:#fff;
	font-size:1.1em;
	background:#0b246d;
    line-height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 50%;	
}
footer .box .item{
	color: #fff;
}
footer .box .item h3{
	padding: 0 4rem;
	margin:0 0 2rem;
}
footer p.copy{
	margin:3rem -1.5rem 0;
	background: #fff;
	color: #0b246d;
	padding: 1rem 0;
}
footer .box2{
	margin-top:2.1rem;
}
footer .ft_business-list{
	display:flex;
	flex-direction:column;
	align-items:center;
}
.ft_business-item{
    width:240px;
}
footer .ft_business-item:nth-child(n+2){
    margin-left: 0;
    margin-top: 16px;
}
footer .ft_business-item a{
	display:block;
    color: #293669;
    background:url("../images/common/icon_box.png") no-repeat right 1.5em center #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 1.1em 1.5em 1.1em 1.3em;
    box-sizing: border-box;
}
footer .ft_business-item a:hover{
    opacity: 0.6;
}
footer .ft_tabelog{
	margin:0 auto;
	margin-top:16px;
	width:240px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ フッター ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップMV ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top_mv{ 
	background: url(../../assets/images/top/top_mv_sp.jpg) center top / 100% auto no-repeat;
	padding: 4.5rem 0 4rem;
}
.top_mv .ttl{
	margin: 0 0 3rem;
	color: #fff;
}
.top_mv .ttl h2{
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 4.5rem;
	letter-spacing: 0.75rem;
}
.top_mv .ttl p{
		line-height: 4.5rem;
	margin: -15.75rem 0 0;
	letter-spacing: 0.35rem;
	font-size: 0.75rem;
}
.top_mv .news_area_sp a{
	color: #fff;
	background: #4f8fca;
	text-align: center;
	font-weight: bold;
	padding: 1rem;
	letter-spacing: 0.5rem;
	width: 15rem;
	margin:0 auto;
}
.top_mv .box{
	margin:7rem 0 0;
}
.top_mv .box p{
	margin:1.5rem 0;
}
.top_mv .box a.links{margin-top: 3rem;}
.scroll{
	position: absolute;
	top:16rem;
	right:0.75rem;
	color: #fff;
	transform: rotate(270deg);
	transform-origin: bottom right;
	font-weight: 300;
	letter-spacing: 0.25rem;
	font-size: 0.8rem;
}
.scroll .arrow{
	position: absolute;
	bottom:50%;
	right:110%;
	height: 1px;
	width: 2rem;
	background: #fff;
	animation: arrow01 1.8s infinite;
}
.scroll .arrow::before{
	position: absolute;
	bottom:-0.4rem;
	left:-0.1rem;
	transform:rotate(30deg);
	background: #fff;
	width: 0.75rem;
	height: 1px;
	content: '';
	transform-origin: top right;
	animation: arrow02 1.8s infinite;
}
@keyframes arrow01{
	0%{width: 2rem;right:110%;}
	40%{width: 80%;right:110%;}
	60%{width: 0;right:190%;}
	80%{width: 0;right:190%;}
	100%{width: 0;right:190%;}
}
@keyframes arrow02{
	0%{transform:scale(1,1)rotate(30deg);}
	40%{transform:scale(1,1)rotate(30deg);}
	60%{transform:scale(1,1)rotate(30deg);}
	80%{transform:scale(0,0)rotate(30deg);}
	100%{transform:scale(0,0)rotate(30deg);}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップMV ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top02{
	margin: 0 0 4rem;
	overflow: hidden;
}
.top02 .txt{margin:3rem 0 0;}
.top02 .txt .img{
	margin:2rem -1.5rem;
}
.top02 .txt p{margin:0 0 3rem;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top03{
	padding:4rem 0 2.5rem;
	background: rgba(79,143,202,.1);
}
.top03_in{margin:1.5rem 0 0;}
.top03_in .img{z-index: -1;}
.top03_in .txt{
	width: 90%;
	background: #fff;
	padding:2rem;
	margin:-5rem auto 0;
}
.top03_in .txt h5{text-align: center;}
.top03_in .txt p{margin:1rem 0;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ04 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top04{margin:1rem 0 2rem;}
.top04_in .box{
padding: 2rem 0;
}
.top04_in .box .img{
	margin: 1rem 0;
}
.top04_in .box p{
	margin:1rem 0 2rem;
	font-size: 0.8rem;
	line-height: 2.2;
}
.top04_bnr{
	margin-top:3rem;
	text-align:center;
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ04 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コモン01 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.common01_in{
	margin:0 -1.5rem;
}
.common01_in .box{
	text-align: center;
	color: #3854a4;
	padding: 3rem 1.5rem;
}
.common01_in .box:nth-of-type(1){background: rgba(56,84,164,.1);}
.common01_in .box:nth-of-type(2){background: rgba(79,143,202,.1);}
.common01_in h3,
.common01_in .box h4{
	letter-spacing: 0.25rem;
	font-weight: 400;
	font-size: 1rem;
}
.common01_in .box .att{
	color: #4f8fca;
	margin:1rem 0;
	font-size: 0.9rem;
}
.common01_in .box .number{
	font-size: 2rem;
	letter-spacing: 0.25rem;
	line-height: 1.2;
	margin:0 0 0.5rem;
	color: #3854a4;
}
.common01_in .box .number img{ 
	vertical-align: middle;
	width: 2rem;
	margin-right: 0.5rem;
}
.common01_in .box .number strong{
	vertical-align: middle;
}
.common01_in .box .small{
	font-size: 0.8rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コモン01 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 下層共通 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.lower_mv{background: #00aeff;}
.lower_mv::before{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(to right, #00aeff 0%, transparent 100%);
	opacity: .5;
	z-index: 10;
}
.lower_mv .bg_img{opacity: .7;}
.lower_mv .container{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}
.lower_ttl{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 1rem;
	line-height: 1.6;
}
.lower_ttl span{
	display: block;
	font-size: 0.9rem;
	letter-spacing: 0.5rem;
}
.breadcrumb{
	margin:2rem 0;
}
.breadcrumb ul{
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb ul li{
	font-size: 0.85rem;
	margin-right: 0.5rem;
	color: #787878;
}
.breadcrumb ul li::after{
	content: '/';
	margin-left: 0.5rem;
	color: #3854a4;
}
.breadcrumb ul li:last-of-type::after{
	content: none;
}
.breadcrumb ul a{
	color: #3854a4;
	display: inline;
}
.finger{
	margin:2rem 0 0;
	text-align: center;
	font-size: 1rem;
	color: #828685;
}
.finger img{
	margin-right: 1rem;
	width: 2rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 下層共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ビジネス ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.business02{
	margin:3rem 0 0;
}
.business02_in{ 
	position: relative;
}
.business02_in::before{
	position: absolute;
	width:100%;
	height: 40%;
	bottom:0;
	left:0;
	background: #edf4fa;
	content:'';
}
.business02.right .box{
	display: flex;
	flex-direction: column-reverse;
}
.business02_in .img{
	margin:1rem 1.5rem 0;
}
.business02 .box{
	margin: 0 -1.5rem;
}
.business02 .box .item_txt{
	padding: 1.5rem 1.5rem 2rem;
	position: relative;
	background: #edf4fa;
}
.business02 .box .item_link{
	padding: 2.5rem 1.5rem 3rem;
	position: relative;
	display: flex;
	align-items: center;
	background: #ebeef6;
}
.business03{
	background: url(../images/business/business02_08.png) center center / cover no-repeat;
	text-align: center;
	padding:4rem 0 6rem;
	z-index: 10;
	color: #fff;
}
.business03::before{
	z-index: -1;
	background: rgba(56, 84, 164, .75);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	content: '';
}
.business03 h2{margin:0 0 0.5rem;}
.business03 p{margin:0 0 1.5rem;}
.business03 p.small{margin:0 0 3rem;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ビジネス ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ エステイト02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.estate02 h2{
	margin:0 0 0.5rem;
}
.estate02 .box{ margin:1rem 0 3rem;}
.estate02_btn{
	margin-top:2.4em
}
.estate02_btn .links{
	background: #3854a4;
    color: #fff;
    margin: 0 auto;
    font-size: 0.9em;
    letter-spacing: 0.08em;
}
.estate02_btn .links .inner:before{
	display:none;
}
.estate02_in{
	margin:3rem 0 3rem;
	position: relative;
	padding: 0 0 2rem;
}
.estate02_in::before{
	position: absolute;
	top:0.75rem;
	left:-1.5rem;
	width:120%;
	height: calc(100% - 0.75rem);
	content: '';
	background: rgba(79,143,202,.1);
}
.estate02_in .box_in{
	margin:2.5rem 0 0;
	text-align: center;
		color: #fff;
}
.estate02_in .box_in .item{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 0 2.5rem;
	position: relative;
}
.estate02_in .box_in .item_in{
	width: calc(100% - 7.4rem);
	margin-left:0.6rem;
}
.estate02_in .box_in .item_in .inner + .inner{
	margin:2.5rem 0 0;
}
.estate02_in .box_in .item > p{
	width: 7rem;
	background: #3854a4;
	display:flex;
	align-items:center;
	justify-content:center;
}

.estate02_in .inner_box::before{
	position: absolute;
	bottom: -1rem;
    left: 50%;
	width:0;
	height: 0;
	content: '';
	transform: translate(-50%,80%);
	border-top: 1rem solid #3854a4;
	border-bottom: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-left: 1rem solid transparent;
}
.estate02_in .inner.sixth .inner_box::before{content: none;}
.estate02_in .inner{
	padding:1rem 0.5rem;
	line-height: 1.2;
	background: #3854a4;
	position: relative;
	font-size: 0.9rem;
}
/* .estate02_in .inner.sixth,
.estate02_in .inner.seventh{
	width: 80%;
	margin-left: auto;
} */
/* .estate02_in .box_in .item p.sixth{
	position: absolute;
	left:0;
	top:0;
	padding: 0.7rem 0;
	white-space: nowrap;
	text-orientation: upright; 
} */
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ エステイト02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ エステイト03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.estate03{margin:3rem 0 4rem;}
.estate03 h2{margin:0 0 0.5rem;}
.estate03_in{
	margin:1.5rem 0 0;
	position: relative;
}
.estate03_in table{
	text-align: center;
	width: 100%;
}
.estate03_in table thead th{background: #112f82;}
.estate03_in table tbody th{
	background: #3854a4;
	font-weight: normal;
}
.estate03_in table th{color: #fff;}
.estate03_in table td{
	background: rgba(56,84,164,.1);
	color: #3854a4;
}
.estate03_in table th,
.estate03_in table td{
	border:1px solid #fff;
	padding: 0.5rem;
	width: 33%;
	font-size: 0.9rem;
}
.estate03_note{
	text-align:center;
	font-size: 0.92em;
	margin-top:1em;
}
.estate03_bnr{
	margin-top:3rem;
	text-align:center;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ma02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ma02{margin: 0 0 3rem;}
.ma02_in p{ margin:1.5rem 0 0;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ma02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ma03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ma03{
	background: rgba(56,84,164,.1);
	padding:3rem 0;
}
.ma03 .box{	margin: 1rem 0;}
.ma03 .box p:nth-child(2){margin: 1.5rem 0 0;}
.ma03 .box .img{margin: 2rem 0 0;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ma03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ma04 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ma04{margin:3rem 0 4rem;}
.ma04 .box{
	margin:2rem -1.5rem 4rem;
	background: rgba(79,143,202,.1);
	padding:3rem 1.5rem;
}
.ma04 .box_in p{margin:1.5rem 0 0;}
.ma04_in .item{
	margin:3rem 0;
	text-align: center;
	font-size: 0.8rem;
}
.ma04_in .item p{
	color: #4f8fca;
	text-align: left;
	text-indent: -0.85rem;
	padding-left: 0.85rem;
}
.ma04_in table{
	margin:1.5rem 0 1rem;
	width:100%;
}
.ma04_in table th,
.ma04_in table td{
	border:1px solid #fff;
	padding:0.75rem 0.5rem;
	width: 50%;
}
.ma04_in table th{
	color: #fff;
	background: #3854a4;
}
.ma04_in table td{
	background: rgba(56,84,164,.1);
	color: #3854a4;
}
.ma04_in table th.skyblue{background: #4f8fca;}
.ma04_in table th.blue_o{background: rgba(56,84,164,.1);}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ma04 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ma05 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ma05{
	background: #0b246d;
	padding:0.5rem 0 1rem;
	color: #fff;
}
.ma05 dl{margin:2rem 0;}
.ma05 dl dt{font-weight:bold;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ma05 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンサルティング01 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.consulting01 .lower_ttl{
	font-size:1.9rem;
	letter-spacing: 0.9rem;
}
.consulting01 .lower_ttl span{
	letter-spacing: 0.25rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンサルティング01 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンサルティング02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.consulting02{margin:2rem 0 0;}
.consulting02 h2{margin:0 0 0.5rem;}
.consulting02 .box{margin:1.5rem 0;}
.consulting02_in{
	background: rgba(79,143,202,.1);
	padding:3rem 1.5rem;
	margin: 0 -1.5rem;
} 
.consulting02_in .point{
	letter-spacing: 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	color: #3854a4;
}
.consulting02_in .item{
	margin: 1.5rem 0;
}
.consulting02_in .item p{
	margin: 1rem 0;
	background: #8094c6;
	color: #fff;
	border-radius: 0.75rem;
	padding:0.5rem 1.5rem;
	position: relative;
	font-size: 0.9rem;
}
.consulting02_in .item02{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2rem 0 3rem;
}
.consulting02_in .item02 .img{
	width: 28%;
	text-align: center;
}
.consulting02_in .item02 .arrow{
	width:5%;
}
.consulting02_in .item03{
	background: #8094c6;
	color: #fff;
	padding: 1rem;
	line-height: 2;
	font-size: 0.9rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンサルティング02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンサルティング03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.consulting03{
	padding:3rem 0 4rem;
	background: #0b246d;
}
.consulting03_in{
	background: #fff;
	margin:3rem 0 0;
	padding:2rem;
}
.consulting03_in:nth-of-type(1){
	display: flex;
	flex-direction: column;
}
.consulting03_in h3{
	margin:0 0 1.5rem;
}
.consulting03_in p{
	margin:1.5rem 0;
}
.consulting03_in:nth-of-type(1) .img{
	margin: 0.5rem 0;
}
.consulting03_in:nth-of-type(1) h3{order: 1;}
.consulting03_in:nth-of-type(1) .img{order: 2;}
.consulting03_in:nth-of-type(1) p{order: 3;}
.consulting03_in p.point{
	color: #3854a4;
	letter-spacing: 0.25rem;
	font-size: 0.8rem;
	text-align: center;
}
.consulting03_in:nth-of-type(2) .img{
	margin:0 -1rem;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company02_in{
	background: rgba(79,143,202,.1);
	padding: 0.5rem;
}
.company02_in .box a{
	padding:0.5rem 2rem;
	background: #fff;
	letter-spacing: 0.5rem; 
	color: #3854a4;
	position: relative;
	border: 1px solid #112f82;
}
.company02_in .box a + a{
	margin:0.5rem 0 0;
}
.company02_in .box a img{
	position: absolute;
	width: 1.2rem;
	top:50%;
	right:1rem;
	transform: translateY(-50%);
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company03{
	margin:1rem 0 0;
	padding: 2rem 0 0;
}
.company03 .ttl{margin: 0 0 2rem;}
.company03 h2.subheading.center{
	text-align: left;
	margin:0 0 0.5rem;
}
.company03 .subheading_under.center{
	text-align: left;
}
.company03 .box{
	margin:2rem 0 0;
	background: rgba(79,143,202,.1);
	padding:2rem 2rem;
		color: #3854a4;
}
.company03 .box .item_ttl{
	text-align: center;
	margin:0 0 1rem;
}
.company03 .box .item_ttl h3{
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.75rem;
}
.company03 .box .txt{
	line-height: 1.8;
	font-size: 1.1rem;
}
.company03 .box.second .txt p{
	padding-left: 2.2rem;
	text-indent: -2.2rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー04 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company04{
	margin:2.5rem 0;
}
.company04 .ttl{
	position: relative;
}
.company04 .ttl .container{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.company04 .ttl h2{
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.5rem;	
	color: #3854a4;
}
.company04_in .box_ttl{
	padding:0 0 1rem;
}
.company04_in .box_ttl h3{
	font-size: 1.2rem;
	letter-spacing: 0.5rem;
	font-weight: normal;
	line-height: 1.8;
	color: #3854a4;
}
.company04_in .box{
	margin:2rem 0;
	padding:0 1.5rem;
}
.company04_in .box p + p{
	margin:1.5rem 0 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー04 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー05 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company05{
	margin:2rem 0;
	background: url(../images/company/company05_01.png) center /cover no-repeat;
	padding:3rem 0 5rem;
}
.company05 h2{margin:0 0 0.5rem;}
.company05_in{
	margin:2rem 0;
	padding: 1.5rem 2rem;
	background: rgba(255, 255, 255, .2);
	color: #fff;
}
.company05_in dl{
	margin:0.75rem 0;
	font-size: 0.9rem;
}
.company05_in dl dt{font-weight: bold;}
.company05_link01{
display: inline-block;
    background-color: #fff;
    padding: 0.4em 1em 0.3em;
    line-height: 1.2;
    color: #374c88;
    border-radius: 1em;
    margin-left: 0.6em;
    font-size: 0.9em;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー05 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー06 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company06{
	margin: 0 0 4rem;
	padding: 2rem 0 0;
}
.company06 .ttl .point{ 
	text-align: left;
	margin: 2rem 0;
}
.company06_in{
	margin:0 -1.5rem ;
	padding: 2rem 1.5rem;
	background: rgba(56,84,164,.1);
}
.company06_in .box{
	color: #0b246d;
	padding: 0.25rem 0;
}
.company06_in .box .box_ttl{font-weight: bold;}
.company06_in .box table th{
	vertical-align: top;
	text-align: right;
	width: 7.5rem;
	font-weight: normal;
	padding: 0.25rem 1rem 0 0;
}
.company06_in .box table td{
	padding: 0.25rem 0;

}
.company06_in .box table th,
.company06_in .box table td{
	font-size: 0.9rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー06 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー07 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company07{
	background: #0b246d;
	padding: 3rem 0;
}
.company07_in{
	margin:2rem 0;
}
.company07_in .txt{
	background: #fff;
	color: #112f82;
	padding:1.5rem;
}
.company07_in .txt table th{
	text-align: left;
	vertical-align: top;
	width: 6.5rem;
}
.company07_in .txt table th,
.company07_in .txt table td{
	padding: 0.75rem 0;
	font-size: 0.9rem;
}
.company07_in .txt table td a{
	color: #112f82;
}
.company07 .last{
	color: #fff;
	text-align: center;
	letter-spacing: 0.25rem;
	font-size: 0.8rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー07 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ リクルート02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.recruit02 .subheading.center,
.recruit02 .subheading_under.center{text-align: left;}
.recruit02_in{
	margin:2rem 0 3rem;
}
.recruit02_in .box{
	margin: 2rem 0;
	background: rgba(79,143,202,.1);
	padding: 2rem;
	color: #3854a4;
}
.recruit02_in .box .item_ttl {
		border-bottom: 2px solid #3854a4;
		padding:0 0 2rem;
}
.recruit02_in .box .item_ttl h3 {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.5rem;
}
.recruit02_in .box .item_ttl h4{
	line-height: 1.8;
	margin: 1rem 0 0;
	background: #0b246d;
	color: #fff;
	padding:0.1rem 2rem;
	display: inline-block;
	font-size: 1rem;
	font-weight: normal;
}
.recruit02_in .box .txt {
	color: #0b246d;
	padding: 2rem 0 0; 
}
.recruit02_in .box .txt tr th,
.recruit02_in .box .txt tr td{
	display: block;
	font-size: 0.9rem;
}
.recruit02_in .box .txt tr + tr th,
.recruit02_in .box .txt tr + tr td{
	vertical-align: top;
}
.recruit02_in .box .txt tr + tr th{
	padding: 1rem 0 0;
}
.recruit02_in .box .txt th{
	text-align: left;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ リクルート02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ニュース02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.news02 .subheading.center,
.news02 .subheading_under.center{ 
	text-align: left;
}
.news02_in{
	margin: 2rem 0 3rem;
	border-top: 1px dashed rgba(56,84,164,.2);
}
.news02_in article{
	border-bottom: 1px dashed rgba(56,84,164,.2);
}
.news02_in article a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem 0;
	transition: .3s;
}
.news02_in article a time{
	color: #0b246d;
	font-size: 1rem;
	width: 30%;
	order: 2;
	margin-left: 1rem;
}
.news02_in article a .cat{
	color: #0b246d;
	font-size: 0.9rem;
	background: rgba(79,143,202,.1);
	padding: 0 1rem;
	text-align: center;
	width: 30%;
	order: 1;
}
.news02_in article a h3{
	font-size: 1rem;
	margin:0.5rem 0 0;
	width: 100%;
	order: 3;
}
.news02_in .pagenation{
	display: flex;
	justify-content: center;
	margin:2rem 0 0;
}
.news02_in .pagenation li{
	margin:0 0.25rem;
}
.news02_in .pagenation li span,
.news02_in .pagenation li a{
	color: #fff;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	display: block;
}
.news02_in .pagenation li span{background: #0b246d;}
.news02_in .pagenation li a{background: rgba(56,84,164,.2);}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ニュース02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 記事02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.article01 .lower_ttl{
	font-size: 1.2rem;
	letter-spacing: 0.5rem;
	font-weight: bold;
}
.article02{
	margin:2rem 0 3rem;
}
.article02_in p{
	margin: 1rem 0;
}
.article02_in .news_back{
	margin: 3rem auto;
}
.article02_in h2 {
    font-size: 1.5em;
    line-height: 2.22;
    margin: 2em 0 1.25em;
    padding: 0.3em 0.82em 0.2em;
    border-left: 0.42em solid #3854a4;
    background: #edf4fa;
    color: #3854a4;
}
.article02_in h3 {
    font-size: 1.3em;
    line-height: 2.22;
    margin: 2em 0 1.2em;
    padding: 0.1em 0.25em;
    border-bottom: 0.15em solid #4f8fca;
    color: #4f8fca;
}
.article02_in h4 {
    font-size: 1.1em;
    color: #3854a4;
    margin: 2em 0 1.2em;
}
.article02_in p a{
	color:#3893d3;
	text-decoration:underline;
	display:inline-block;
}
.article02_in p img{
	max-width:100%;
	height:auto;
}
.article02_in table{
	margin: 1rem 0;
}
.article02_in table th,.article02_in table td{
	border:1px solid #000;
	height:auto!important;
	padding:0.3em 0.8em;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 記事02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 問合せ02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.contact02 .intro{margin: 1rem 0;}
.contact02 .intro p.point{
	color: #3854a4;
	margin:1rem 0 0;
	font-size: 0.7rem;
}
.contact02 .box{
	margin:2rem 0;
	border:1px solid rgba(56,84,164,.2);
	padding: 1.5rem 1.5rem 4rem;
	color: #112f82;
}
.contact02 .box .error_items .error{
    padding: 0.2em 2em;
    background: rgba(79,143,202,.1);
    color: #112f82;
    font-size: 0.9em;
}
.contact02 .box .error_items .error:first-child{
    padding-top:1.5em;
}
.contact02 .box .error_items .error:last-child{
    padding-bottom:1.5em;
}
.contact02 .box .item{
	margin:1rem 0;
}
.contact02 .box .item_ttl{
	margin:0.5rem 0 0.25rem;
}
.contact02 .mw_wp_form_confirm .box .item_input{
	padding:0.75rem 1em;
	background:#f5f5f5;
}
.contact02 .box .item_input .horizontal-item{
	margin-left: 10px;
	display:block;
}
.contact02 input[type="radio"]{
	display: none;
}
.contact02 .mwform-radio-field-text{
	display: block;
	margin: 0.5rem 0 0.5rem 1rem;
	position: relative;
	cursor: pointer;
}
.contact02 .mwform-radio-field-text::before,
.contact02 .mwform-radio-field-text::after{
	cursor: pointer;
	position: absolute;
	top:50%;
	left:-0.75rem;
	transform: translate(-50%,-50%);
	content: '';
	transition: .15s;
}
.contact02 .mwform-radio-field-text::before{
	width: 1rem;
	height: 1rem;
	border: 1px solid rgba(56,84,164,.2);
}
.contact02 .mwform-radio-field-text::after{
	width: 0.5rem;
	height: 0.5rem;
	background:rgba(56,84,164,.2);
	border-radius: 50%;
}
.contact02 input[type="radio"]:checked + .mwform-radio-field-text::before{
	border: 1px solid #3854a4;
	width: 1.2rem;
	height: 1.2rem;
}
.contact02 input[type="radio"]:checked + .mwform-radio-field-text::after{
	background: #3854a4;
	width: 0.75rem;
	height: 0.75rem;
}
.contact02 input[type="text"],
.contact02 input[type="email"],
.contact02 input[type="tel"],
.contact02 textarea{
	font-size: 1rem;
	padding:0.25rem 1rem;
	color: #3854a4;
	font-size: 16px;
	border:1px solid rgba(56,84,164,.2);
	width:100%;
	line-height: 2;
}
.contact02 .submit_box{
	text-align: center;
	font-size: 0.8rem;
}
.contact02 .submit_box .inner{
	border: 1px solid #4f8fca;
	width: 15rem;
	margin:3rem auto 0;
	position: relative;
	text-align: center;
}
.contact02 .submit_box .inner_back{
	display: none;
}
.contact02.confirm_02 .submit_box .inner_back{
	display: block;
	margin-bottom:-1.5rem;
	border-color: #555;
	background:#eee;
}
.contact02 .submit_box input{
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.5rem;
	line-height: 2.2;
	font-size: 0.8rem;
	color: #4f8fca;
	padding: 1rem;
	border:none;
	cursor: pointer;
	width: 100%;
	background: transparent;
	transition: .3s;
}
.contact02 .submit_box .inner_back input{
	color: #555;
}
.contact02 .submit_box .inner02{
	display: block;
}
.contact02 .submit_box .inner02::before{
	position: absolute;
	top:50%;
	right:0;
	background: #3854a4;
	width: 2rem;
	height: 1px;
	content: '';
	transition: .3s cubic-bezier(.97,0,.3,.99);
	transform-origin: center left;
}
/*.contact02 .submit_box .inner::before{
	position: absolute;
	top:50%;
	right:0;
	background: #3854a4;
	width: 2rem;
	height: 1px;
	content: '';
	transition: .3s cubic-bezier(.97,0,.3,.99);
	transform-origin: center left;
}*/
.contact02 .submit_box .inner .arrow{
	position: absolute;
	left:100%;
	top:50%;
	width: 3rem;
	height:1px;
	background: #3854a4;
	transition: .3s cubic-bezier(.97,0,.3,.99);
}
.contact02 .submit_box .inner .arrow::before{
	position: absolute;
	bottom:0;
	right:0;
	transform:rotate(30deg);
	background: #3854a4;
	width: 0.75rem;
	height: 1px;
	content: '';
	transform-origin: bottom right;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 土地活用ー02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.land02{
    padding: 0 0 3.4rem;
}
.land02 .box{
    margin: 1.5rem 0 3.2rem;
    text-align: left;
}
.land02 table{
    width: 100%;
}
.land02 tr:not(:last-child){
    border-bottom: 1px solid #fff;
    letter-spacing: 0.03em;
}
.land02 th{
    width: 32.6%;
    border-width: 1px;
    font-size: 0.8rem;
    text-align: center;
    background-color: #eaedf6;
    color: #3854a4;
    letter-spacing: 0.4em;
}
.land02 td{
    width: 67.4%;
    background-color: #eef3fa;
    color: #4e8eca;
    font-size: 0.8rem;
    padding: 1.2em 1em 1.2em 1.5em;
    line-height: 1.9;
}
.land02 .fontS{
    font-size: 0.66em;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 土地活用ー03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.land03{
    padding: 11.6% 0;
    background-color: #eaedf6;
}
.land03 .box{
    margin: 1.5em 0 2.3em;
    text-align:left;
    letter-spacing: 0.03em;
}
.land03_in{
    background-color: #fff;
    padding: 10%;
    box-sizing: border-box;
}
.land03_in-item:not(:last-child){
    margin-bottom: 2.8em;
}
.land03_in-ttl{
    font-size: 0.86rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #fff;
    padding: 0.6em ;
    background-color: #122f82;
    text-align: center;
    margin-bottom: 1.2em;
}
.land03_in-item-bottom{
    letter-spacing: 0.05em;
}
.land03_in-item-left,.land03_in-item-right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ebeef6;
    line-height: 1;
    padding: 1em;
    box-sizing: border-box;
}
.item-bottom03 .land03_in-item-left{
    display: block;
    padding: 0.53em 1em 0.53em;
}
.land03_in-item-middle{
    width: 100%;
    text-align: center;
    padding: 0.6em 1em 0.6em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.land03_in-item-label{
    font-size: 0.8rem;
    background-color: #fff;
    padding: 0.4em 0.7em 0.4em;
    text-align: center;
    margin-right: 0.8em;
}
.land03_in-item-field{
    color: #122f82;
    font-size: 0.8rem;
    font-weight: bold;
}
.land03_in-item-arrow{
    margin-right: 1.3em;
}
.land03_in-item-arrow img{
    height: 1.6em;
}
.land03_in-item-under{
    font-size: 0.8rem;
}
.left-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-inner:not(:last-child){
    margin-bottom: 0.4em;
}