/* @media screen and (min-width:1440px) {} */
/* @media screen and (min-width:1280px) and ( max-width:1439px) {} */
/* @media screen and (min-width:769px) and ( max-width:1279px) {} */
/* @media screen and (min-width:1026px) and ( max-width:1279px) {} */
/* @media screen and (min-width:769px) and ( max-width:1025px) {} */

@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');
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ベース設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
html{
	color: #212121;
	font-size: 15px;
	font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, Helvetica, Arial, sans-serif;
	line-height: 2;
}
a{
	color: #212121;
	display: block;
}
#wrapper{
	width: 100%;
	height: auto;
	min-width: 1280px;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
section,
.section{
	width: 100%;
	height: auto;
	position: relative;
	min-width: 1280px;
}
.container{
	width: 90%;
	margin: 0 auto;
	padding: 0 3rem;
	min-width: 1280px;
}
@media screen and (min-width:1540px) {
	/* html{font-size: 16px;} */
	.container{max-width: 1480px;}
}
@media screen and (min-width:1280px) and ( max-width:1539px) {
	.container{max-width: 1280px;}
}
/* @media screen and (min-width:1280px) and ( max-width:1539px) {
	.container{max-width: 1280px;}
}
@media screen and (min-width:768px) and ( max-width:1279px) {
	.container{max-width: none;}
} */
.is_sp{display: none;}
.is_tab{display: none;}
@media screen and (min-width:751px) and ( max-width:1025px) {
	.is_hidden_tab{display: none;}
	.is_tab{display: block;}
} 
:root{
	--blue: #3854a4;
	--skyblue: #4f8fca;
	--blue_o:rgba(56,84,164,.1);
	--skyblue_o:rgba(79,143,202,.1);
}
.objectCover {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%; 
	font-family: 'object-fit: cover;object-position: 50% 50%;'
}
.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;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ベース設定 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 共通 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.mincho{font-family: 'Noto Serif JP', serif;}
.lato{font-family: 'Lato', sans-serif;}
.logo img{
	width: auto;
	height: 4.5rem;
}
.top_sub_ttl{
	color: #3854a4;
	font-size: 3rem;
	letter-spacing: 1rem;
	line-height: 1.3;
	font-family: 'Lato', sans-serif;
}
.top_sub_ttl_under{
	font-size: 1.2rem;
	color: #4f8fca;
	margin:0 0 1.5rem;
	letter-spacing: 0.75rem;
	font-family: 'Lato', sans-serif;
}
.subheading{
	color: #3854a4;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0.5rem;
	line-height: 1.5;
}
.subheading.center{text-align: center;}
.subheading.white{color: #fff;}
.subheading_under{
	font-size: 1rem;
	font-weight: normal;
	color: #4f8fca;
	letter-spacing: 0.5rem;
	font-family: 'Lato', sans-serif;
}
.subheading_under.center{text-align: center;}
.subheading_under.white{color: #fff;}
.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: 18rem;
	position: relative;
	text-align: center;
	transition: .3s cubic-bezier(.97,0,.3,.99);
}
.links .inner{display: block;}
.links .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;
}
.links.center{margin: 0 auto;}
.links.right{margin-left: auto;}
.links .arrow{
	position: absolute;
	left:100%;
	top:50%;
	width: 3rem;
	height:1px;
	background: #3854a4;
	transition: .3s cubic-bezier(.97,0,.3,.99);
}
.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:hover{
	background: #3854a4;
	color: #fff;
	border: 1px solid #3854a4;
}
.links:hover .inner::before{
	width: 10rem;
	background: #fff;
	animation: arrow03 .3s .6s;
}
.links:hover .arrow{
	width: 1.5rem;
}
.links.white{ 
	color: #fff;
}
.links.white,
.links.white:hover{
	border-color: #fff;
}
.links.white:hover,
.links.white .arrow,
.links.white .arrow::before,
.links.white .inner::before{
	background: #fff;
	color: #3854a4;
}
@keyframes arrow03{
	0%{transform: scale(1,1);transform-origin: center left;}
	50%{transform: scale(0,1);transform-origin: center left;}
	51%{transform: scale(0,1);transform-origin: center right;}
	100%{transform: scale(1,1);transform-origin: center right;}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ナビ ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
header{ 
	padding: 2rem 2rem 2rem 3rem;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	display: flex;
	justify-content: space-between;
	z-index: 50000;
}
header ul{
	display: flex;
	height: 100%;
}
header ul li{
	margin: 0 0.5rem;
}
header nav a{
	color: #fff;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 1rem;
	letter-spacing: 0.25rem;
	position: relative;
}
header nav a::before{
	position: absolute;
	top: 50%;
	right:0;
	width: 0%;
	height: 1px;
	background: #fff;
	content: '';
	transition: .3s;
}
header nav a:hover::before{
	width: 55%;
}
header ul li .submenu{
	position: absolute;
    flex-direction: column;
    overflow: hidden;
    transition: 0.7s;
	height:0;
}
header ul li:hover .submenu{
	height: 158.34px;
	height: 211.12px;
}
header ul li .submenu li{
	padding: 0;
	margin:0;
	background: rgba(11, 36, 109, .7);
}
header ul li .submenu a{
	font-size: 0.8rem;
	background: transparent;
	padding-top:1.2em;
	padding-bottom:1.2em;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ナビ ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
footer{
	background: #0b246d;
	white-space: nowrap;
	padding: 6rem 0;
	position:relative;
}
footer .totop{
	position:absolute;
	top:-120px;
	right:5%;
}
footer .totop a{
	color:#fff;
	font-size:1.4em;
	background:#0b246d;
    line-height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;	
}
footer .box{
	display: flex;
	justify-content: flex-start;
	color: #fff;
}
footer .box .item{
	width: 40%;
	margin-right: auto;
	letter-spacing: 0.1rem;
}
footer .box .item h3{
	margin: 0 0 2rem;
}
footer .box .item p{
	margin:1.5rem 0 0;
	line-height: 2.2;
}
footer .box .nav_item{
	padding:0 3.5rem;
	letter-spacing: 0.1rem;
}
footer .box .nav_item h3{
	font-weight: normal;
	font-size: 1.2rem;
	position: relative;
	padding:0 0 0.5rem;
	margin: 0 0 1rem;
}
footer .box .nav_item h3 + h3{
	margin:3rem 0
}
footer .box .nav_item h3::before{
	position: absolute;
	bottom:0;
	left: 0;
	background: #fff;
	width: 2rem;
	height: 1px;
	content: '';
}
footer .box a{
	color: #fff;
}
footer .box li{
	margin:0.5rem 0;
}
footer .box li a{
	opacity: .5;
	transition: .3s;
}
footer .box li a:hover{
	opacity: 1;
	text-decoration: underline;
}
footer .box2{
	margin-top:4.2rem;
}
footer .ft_business-list{
	display:flex;
}
.ft_business-item{
    flex:1;
}
footer .ft_business-item:nth-child(n+2){
    margin-left: 20px;
}
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: 16px;
    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-top:20px;
	width:calc(25% - 15px);
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ フッター ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップMV ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top_mv{ 
	background: url(../../assets/images/top/top_mv.jpg) center top / 1920px auto;
	padding: 8rem 0 5rem;
}
.top_mv .ttl{
	margin:8.5rem 0 15rem;
	color: #fff;
}
.top_mv .ttl h2{
	font-weight: normal;
	font-size: 3.2rem;
	line-height: 12rem;
	letter-spacing: 1.5rem;
}
.top_mv .ttl h2 span{
	letter-spacing: 0.5rem;
	margin-right: 0.5rem;
}
.top_mv .ttl p{
	line-height: 12rem;
	margin: -19rem 0 0;
	letter-spacing: 0.5rem;
}
.top_mv .news_area{
	display: flex;
}
.top_mv .news_area h3{
	background: #3854a4;
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 5px;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_mv .news_area .inner{ 
	width: 80%;
	background: #fff;
	padding: 1rem 2rem;
}
.top_mv .news_area .inner a{
	display: flex;
	align-items: center;
	padding: 0.25rem 0;
}
.top_mv .news_area .inner a:hover{
	text-decoration: underline;
}
.top_mv .news_area .inner time{
	width: 15%;
}
.top_mv .news_area .inner h4{
	width: 85%;
	font-weight: normal;
	font-size: 1rem;
}
.top_mv .box{
	margin:15rem 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_mv .box .txt{
	width: 60%;
	min-width: 655px;
}
.top_mv .box p{
	margin:0 0 2rem;
	line-height: 2.2;
}
.top_mv .box .img{
	width:40%;
	max-width: 550px;
}
.scroll{
	position: absolute;
	top:20rem;
	right:2rem;
	color: #fff;
	transform: rotate(270deg);
	transform-origin: bottom right;
	font-weight: 300;
	letter-spacing: 0.25rem;
	font-size: 0.9rem;
}
.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: 7rem;right:110%;}
	60%{width: 0;right:calc(110% + 7rem);}
	80%{width: 0;right:calc(110% + 7rem);}
	100%{width: 0;right:calc(110% + 7rem);}
}
@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: 6rem 0;
}
.top02 .img{
	width: 50%;
	background: url(../images/top/top02_02.png) center / cover no-repeat;
	padding: 9.5rem 3.5rem;
}
.top02 .container{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.top02 .txt{
	width:45%;
	margin-left: auto;
}
.top02 .txt p{
	margin:0 0 3rem;
	line-height: 2.2;
}
.top02::after{
	position: absolute;
	bottom:-5rem;
	content: '';
	z-index: -1;
	width: 60%;
	right: 65%;
	height: 70%;
	background: rgba(79,143,202,.1);
	transform: skewY(-30deg);
	transform-origin: top right;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top03{
	margin:12rem 0 3rem;
	padding:0 0 6rem;
}
.top03::before,
.top03::after{
	position: absolute;
	top:0;
	content: '';
	z-index: -1;
}
.top03::before{
	background: rgba(79,143,202,.1);
	width: 55%;
	height: 100%;
	right:0;
}
.top03::after{
	width: 60%;
	right: 65%;
	height: 70%;
	background: rgba(56,84,164,.1);
	transform: skewY(30deg);
	transform-origin: top right;
}
.top03_in{
	margin:2.5rem 0 0;
	display: flex;
	align-items: center;
}
.top03_in .img{
	width: 65%;
	z-index: -1;
}
.top03_in .txt{
	width: 40%;
	margin-left: -5%;
	background: #fff;
	padding:5rem 3rem;
}
.top03_in .txt p{
	line-height: 2.2;
	margin:1rem 0 3rem
}
.top03 .vertical{
	color: #4f8fca;
	position: absolute;
	top:86%;
	right:3rem;
	transform: rotate(90deg);
	transform-origin: right center;
	letter-spacing: 0.3rem;
	font-size:0.8em;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ04 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top04{margin:6rem 0 9rem;}
.top04_in{
	display: flex;
	justify-content: space-between;
}
.top04_in .box{
	width:48%;
}
.top04_in .box .img{

	margin: 2rem 0;
}
.top04_in .box p{
	margin:3rem 0 2rem;
	font-size: 0.8rem;
	line-height: 2.2;
}
.top04_bnr{
	margin-top:7rem;
	text-align:center;
}
.top04_bnr a{
	transition:opacity .5s;
}
.top04_bnr a:hover{
	opacity:.5;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ04 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コモン01 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.common01{
	margin:6rem 0;
}
.common01_in{
	display: flex;
}
.common01_in .box{
	width:50%;
	text-align: center;
	color: #3854a4;
	padding: 5rem 1rem;
}
.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{
	letter-spacing: 0.5rem;
	font-weight: normal;
	font-size: 1.5rem;
}
.common01_in .box h4{
	letter-spacing: 0.5rem;
	font-size: 1rem;
}
.common01_in .box .att{
	color: #4f8fca;
	margin:0 0 1.5rem
}
.common01_in .box .number{
	font-size: 2rem;
	letter-spacing: 0.25rem;
	line-height: 1.2;
}
.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:55%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}
.lower_ttl{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 1rem;
	line-height: 1.3;

}
.lower_ttl span{
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.5rem;
}
.breadcrumb{
	margin:4rem 0;
}
.breadcrumb ul{
	display: flex;
}
.breadcrumb ul li{
	font-size: 0.85rem;
	margin-right: 0.5rem;
}
.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;
}
.breadcrumb ul a:hover{
	text-decoration: underline;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 下層共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ビジネス ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.business02{
	margin:7rem 0 0;
}
.business02_in{ 
	position: relative;
	z-index: 10;
}
.business02_in .img{width: 85%;}
.left .business02_in .img{margin-left: auto;}
.business02_in .img img{width:100%;}
.business02_in .container{
	position: absolute;
	top:0;
	z-index: 10;
}
.left .business02_in .container{
	left:50%;
	transform: translateX(-50%);
}
.right .business02_in .container{
	right:50%;
	transform: translateX(50%);
}
.business02_in .ttl{
	background: #fff;
	width: 50%;
	padding:0 0 4rem;
}
.right .business02_in .ttl{
	margin-left: auto;
	text-align: right;
}
.business02_in .ttl p{
	margin:0.5rem 0 0;
}
.business02 .box{
	display: flex;
}
.business02 .box .item_txt{
	width: 65%; 
	padding: 7rem 0;
	position: relative;
}
.right.business02 .box .item_txt{
	padding-left: 5rem;
}
.business02 .box .item_link{
	width:35%; 
	padding: 7rem 3rem;
	position: relative;
	display: flex;
	align-items: center;
}
.business02 .box .item_txt::before,
.business02 .box .item_link::before{
	position: absolute;
	bottom:0;
	height: 160%;
	content:'';
}
.business02 .box .item_txt::before{
	width: 180%;
	background: rgba(79,143,202,.1);
}
.left.business02 .box .item_txt::before{right:0;}
.right.business02 .box .item_txt::before{left:0;}
.business02 .box .item_link::before{
	width: 180%;
	background: rgba(56,84,164,.1);
}
.left.business02 .box .item_link::before{left:0;}
.right.business02 .box .item_link::before{right:0;}
.business03{
	background: url(../images/business/business02_04.png) center center / 1920px auto no-repeat;
	text-align: center;
	padding:12.5rem 0;
	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 3rem;
	line-height: 2.2;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ビジネス ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ エステイト02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.estate02{ 
	margin:4rem 0;
}
.estate02 h2{
	margin:0 0 0.5rem;
}
.estate02 .box{ 
	text-align: center;
	margin:3rem 0;
	line-height: 2.2;
}
.estate02_btn{
	margin-top:2.4em
}
.estate02_btn .links{
	background: #3854a4;
    color: #fff;
    margin: 0 auto;
    font-size: 1em;
    letter-spacing: 0.08em;
}
.estate02_btn .links:hover {
    background: transparent;
    color: #3854a4;
}
.estate02_btn .links .inner:before{
	display:none;
}
.estate02_in{
	margin:5rem 0 6rem;
	padding-left: 6rem;
	position: relative;
}
.estate02_in::before{
	position: absolute;
	top:1.4rem;
	left:0;
	width:180%;
	height: calc(100% - 1.4rem);
	content: '';
	background: rgba(79,143,202,.1);
}
.estate02_in h3{
	margin:0 0 0.5rem;
}
.estate02_in .box_in{
	display: flex;
	justify-content: space-between;
	padding:5rem 0 7rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.estate02_in .box_in .item:nth-child(1){
	width: 28%;
}
.estate02_in .box_in .item_in{
	display: flex;
	justify-content: space-between;
}
.estate02_in span{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	text-align: center;
	line-height: 2.5rem;
	display: inline-block;
}
.estate02_in .inner_box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:1rem;
	line-height: 1.2;
	height: 7rem;
	width: 9rem;
	margin: 2rem 0 1.5rem;
	text-align: left;
	position: relative;
}
.estate02_in .inner_box::before{
	position: absolute;
	top:50%;
	left:100%;
	width:0;
	height: 0;
	content: '';
	transform: translateY(-50%);
	border-top: 1.25rem solid transparent;
	border-bottom: 1.25rem solid transparent;
	border-right: 1rem solid transparent;
}
.estate02_in .inner.first span,
.estate02_in .inner.first .inner_box{background: #3855a4;}
.estate02_in .inner.first .inner_box::before{border-left: 1rem solid #3855a4;}
.estate02_in .inner.second span,
.estate02_in .inner.second .inner_box{background: #3c5fab;}
.estate02_in .inner.second .inner_box::before{border-left: 1rem solid #3c5fab;}
.estate02_in .inner.third span,
.estate02_in .inner.third .inner_box,
.estate02_in p.third{background: #416ab2;}
.estate02_in .inner.third .inner_box::before{border-left: 1rem solid #416ab2;}
.estate02_in .inner.fourth span,
.estate02_in .inner.fourth .inner_box,
.estate02_in p.fourth{background: #4472b7;}
.estate02_in .inner.fourth .inner_box::before{border-left: 1rem solid #4472b7;}
.estate02_in .inner.fifth span,
.estate02_in .inner.fifth .inner_box,
.estate02_in p.fifth{background: #487dbf;}
.estate02_in .inner.fifth .inner_box::before{border-left: 1rem solid #487dbf;}
.estate02_in .inner.sixth span,
.estate02_in .inner.sixth .inner_box,
.estate02_in p.sixth{background: #487dbf;}
/* .estate02_in .inner.sixth .inner_box::before{border-left: 1rem solid #487dbf;} */
.estate02_in .inner.seventh span,
.estate02_in .inner.seventh .inner_box,
.estate02_in p.seventh{background: #4f8ec9;}
.estate02_in .inner.seventh .inner_box::before{content: none;}
.estate02_in p.first{background: linear-gradient(to right,#3855a4 0%, #3c5fab 100%);}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ エステイト02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ エステイト03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.estate03{margin:13rem 0 10rem;}
.estate03 h2{margin:0 0 0.5rem;}
.estate03_in{
	width: 70%;
	margin:3rem auto;
}
.estate03_in table{
	text-align: center;
	width: 100%;
}
.estate03_in table thead th{background: #112f82;}
.estate03_in table tbody th{background: #3854a4;}
.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.75rem 1rem;
	width: 33%;
}
.estate03_note{
	text-align:center;
	font-size: 0.92em;
}
.estate03_bnr{
	margin-top:7rem;
	text-align:center;
}
.estate03_bnr a{
	transition:opacity .5s;
}
.estate03_bnr a:hover{
	opacity:.5;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ エステイト03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ma02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ma02{margin: 4rem 0 6rem;}
.ma02_in{
	width:75%;
	margin: 0 auto;
}
.ma02_in h2{margin:0 0 3.5rem;}
.ma02_in p{ margin:2rem 0 0;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ma02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

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

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ma04 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.ma04{
	margin:8rem 0;
}
.ma04 .box{
	margin:5rem 0 8rem;
	background: rgba(79,143,202,.1);
	padding:6rem 0;
}
.ma04 .box_in{
	width: 75%;
	margin:0 auto;
}
.ma04 .box_in p{
	margin:2rem 0 0;
	line-height: 2.2;
}
.ma04_in .item{
	margin:6rem 0;
	text-align: center;
}
.ma04_in .item p{
	color: #4f8fca;
}
.ma04_in table{
	width: 65%;
	margin:3rem auto 2rem;
}
.ma04_in table th,
.ma04_in table td{
	border:1px solid #fff;
	padding:0.75rem 1rem;
	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:6rem 0;
	color: #fff;
	margin:6rem 0
}
.ma05 dl{
	width:75%;
	margin:2rem auto;
	line-height: 2.2;
}
.ma05 dl dt{
	font-weight:bold;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ma05 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンサルティング02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.consulting02{
	margin:3rem 0 6rem;
}
.consulting02 .box{
	margin:3rem 0 5rem;
	text-align: center;
}
.consulting02_in{
	background: rgba(79,143,202,.1);
	padding:6rem 0;
} 
.consulting02_in .point{
	letter-spacing: 0.5rem;
	text-align: center;
	color: #3854a4;
}
.consulting02_in .item{
	display: flex;
	width: 75%;
	margin: 3rem auto;
	justify-content: space-between;
}
.consulting02_in .item p{
	width: 30%;
	background: #8094c6;
	color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 0.75rem;
	padding:0.5rem;
	position: relative;
}
.consulting02_in .item p span{
	font-size: 0.8rem;
}
.consulting02_in .item p::before{
	position: absolute;
	top:100%;
	left:50%;
	transform: translateX(-50%);
	content: '';
	border-top: 1rem solid #8094c6;
	border-right: 0.75rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-left: 0.75rem solid transparent;
}
.consulting02_in .item02{
	display: flex;
	align-items: center;
	width: 75%;
	margin: 0 auto 6rem;
}
.consulting02_in .item02 .img{
	width: 30%;
	text-align: center;
}
.consulting02_in .item02 .arrow{
	width:5%;
}
.consulting02_in .item03{
	background: #8094c6;
	color: #fff;
	text-align: center;
	width: 75%;
	margin: 0 auto;
	padding:5rem 0;
	line-height: 2.2;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンサルティング02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ コンサルティング03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.consulting03{
	margin:8rem 0 0;
	padding:6rem 0;
	background: #0b246d;
}
.consulting03_in{
	background: #fff;
	margin:5rem 0;
	padding:5rem 9rem;
	text-align: center;
}
.consulting03_in h3{
	color: #8094c6;
}
.consulting03_in p{
	margin:3rem 0;
	line-height: 2.2;
}
.consulting03_in p.point{
	color: #3854a4;
	letter-spacing: 0.5rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ コンサルティング03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company02{
	text-align: center;
}
.company02_in{
	display: inline-block;
	margin:0 auto;
	background: rgba(79,143,202,.1);
	padding: 0.5rem;
}
.company02_in .box{
	display: flex;
	background: #fff;
	border:1px solid #3854a4;
}
.company02_in .box a{
	padding:0.5rem 2rem;
	letter-spacing: 0.5rem; 
	color: #3854a4;
	position: relative;
	z-index: 10;
	overflow: hidden;
		transition: .3s;
}
.company02_in .box a:hover{
	color: #fff;
}
.company02_in .box a:last-of-type{
	border-right: none;
}
.company02_in .box a::before{
	width: 1px;
	height: 40%;
	background: #3854a4;
	top:50%;
	left:100%;
	content: '';
	position: absolute;
	transform: translate(-50%,-50%);
}
.company02_in .box a:last-of-type::before{
content:none;
}
.company02_in .box a::after{
	position: absolute;
	top:0;
	left:-80%;
	z-index: -1;
	content: '';
	background: #3854a4;
	width: 140%;
	height: 100%;
	transform: skew(40deg);
	transition: opacity .45s, left .15s .1s;
	opacity: 0;
}
.company02_in .box a:hover::after{
	opacity: 1;
	left:-20%;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company03{
	margin:4rem 0 6rem;
	padding: 2rem 0 0;
}
.company03 .ttl{
	margin: 0 0 3rem;
}
.company03 h2{
	margin:0 0 0.5rem;
}
.company03 .box{
	margin:2rem 0 0;
	background: rgba(79,143,202,.1);
	padding:2rem 3rem;
	display: flex;
	align-items: center;
		color: #3854a4;
}
.company03 .box .item_ttl{
	width:35%;
	border-right: 2px solid #3854a4;
	padding:2rem 0;
}
.company03 .box .item_ttl h3{
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 0.75rem;
}
.company03 .box .txt{
	width:65%;
	padding-left: 3rem;
	line-height: 1.8;
	font-size: 1.25rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー04 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company04{
	margin:9rem 0 6rem;
}
.company04 .ttl{
	position: relative;
}
.company04 .ttl img{
	display: block;
	margin-left: auto;
	width: 78%;
}
.company04 .ttl .container{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.company04 .ttl h2{
		font-size: 4rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 1rem;	
	color: #3854a4;
}
.company04 .ttl p{
	font-size: 1.5rem;
}
.company04_in{
	margin:3rem 0 0;
	position: relative;
}
.company04_in .container{
	position: absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
.company04_in .box_ttl{
	transform: rotate(90deg);
	transform-origin: left bottom;
	margin-top: -4.5rem;
	position: relative;
	display: inline-block;
}
.company04_in .box_ttl::before{
	top:-3rem;
	left:0;
	width: 5rem;
	height: 3px;
	background: #3854a4;
	content: '';
	position: absolute; 
}
.company04_in .box_ttl h3{
		font-size: 2rem;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 1rem;
		color: #3854a4;
}
.company04_in .box{
	width: 78%;
	line-height: 2.2;
	margin-left: auto;
	padding:1rem 0 0;
}
.company04_in .box p{
	min-width: 928px;
	width: 90%;
	max-width: 1200px;
}
.company04_in .box p + p{
	margin:2rem 0 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー04 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

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

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー06 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company06{
	margin: 4rem 0 6rem;
	padding: 2rem 0 0;
}
.company06 .ttl .point{ 
	text-align: center;
	margin: 3rem 0;
	line-height: 2.2;
}
.company06_in{
		width: 80%;
	margin:3rem auto 5rem;
	padding: 3rem 4rem;
	background: rgba(56,84,164,.1);
}
.company06_in .box{
	display: flex;
	color: #0b246d;
	padding: 1rem 0;
}
.company06_in .box + .box{
	border-top: 1px solid rgba(44,66,129,.2);
}
.company06_in .box .box_ttl{
	width: 8%;
	font-weight: bold;
}
.company06_in .box table{
	width: 92%;
}
.company06_in .box table th{
	vertical-align: top;
	font-size: 0.9rem;
	text-align: right;
	width: 17%;
	font-weight: normal;
	padding: 0.25rem 2rem 0 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー06 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ カンパニー07 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company07{
	margin:6rem 0;
	background: #0b246d;
	padding: 7.5rem 0;
}
.company07_in{
	margin:10rem 0 4rem;
	display: flex;
}
.company07_in .img{
	width: 50%;
	transform:translateY(-5rem);
}
.company07_in .txt{
	width: 50%;
	background: #fff;
	color: #112f82;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company07_in .txt table th{
	text-align: left;
	vertical-align: top;
	width: 10rem;
}
.company07_in .txt table th,
.company07_in .txt table td{
	padding: 1rem 0;
}
.company07_in .txt table td a{
	color: #112f82;
}
.company07_in .txt table td a:hover{
	text-decoration: underline;
}
.company07 .last{
	color: #fff;
	text-align: center;
	letter-spacing: 0.5rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ カンパニー07 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ リクルート02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.recruit02_in{
	margin:5rem 0 8rem;
}
.recruit02_in .box{
	margin: 2rem 0 0;
	background: rgba(79,143,202,.1);
	padding: 4.5rem 3rem;
	display: flex;
	color: #3854a4;
}
.recruit02_in .box .item_ttl {
    width: 35%;
    border-right: 2px solid #3854a4;
}
.recruit02_in .box .item_ttl h3 {
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.75rem;
}
.recruit02_in .box .item_ttl h4{
	line-height: 1.8;
	margin: 1rem 0 0;
	background: #0b246d;
	color: #fff;
	padding:0.25rem 2rem;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
}
.recruit02_in .box .txt {
	width: 65%;
	padding-left: 4rem;
	color: #0b246d;
}
.recruit02_in .box .txt tr + tr th,
.recruit02_in .box .txt tr + tr td{
	padding: 2rem 0 0;
	vertical-align: top;
}
.recruit02_in .box .txt th{
	text-align: left;
	width: 12rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ リクルート02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ニュース02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.news02_in{
	margin: 5rem auto 8rem;
	width: 70%;
}
.news02_in article{
	border-bottom: 1px dashed rgba(56,84,164,.2);
}
.news02_in article a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
	transition: .3s;
}
.news02_in article a:hover{
	background: rgba(79,143,202,.1);
}
.news02_in article a time{
	color: #0b246d;
	font-size: 1.2rem;
	font-weight: bold;
	width: 12%;
}
.news02_in article a .cat{
	color: #0b246d;
	font-size: 0.9rem;
	background: rgba(79,143,202,.1);
	padding: 0 2rem;
	text-align: center;
	width: 15%;
}
.news02_in article a h3{
	font-size: 1.2rem;
	font-weight: normal;
	width: 60%;
}
.news02_in .pagenation{
	display: flex;
	justify-content: center;
	margin:2rem 0 0;
}
.news02_in .pagenation li{
	margin:0 1rem;
}
.news02_in .pagenation li span,
.news02_in .pagenation li a{
	color: #fff;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	display: block;
}
.news02_in .pagenation li span{
	background: #0b246d;
}
.news02_in .pagenation li a{
	background: rgba(56,84,164,.2);
	transition: .3s;
}
.news02_in .pagenation li a:hover{
	background: #0b246d;

}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ニュース02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 記事02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.article02_in{
	width: 75%;
	margin:0 auto;
}
.article02_in p{
	margin: 1rem 0;
}
.article02_in .news_back{
	margin: 6rem 0 2rem;
}
.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{
	text-align: center;
	margin: 2rem 0;
}
.contact02 .intro p.point{
	color: #3854a4;
	letter-spacing: 0.5rem;
	margin:2rem 0 0;
}
.contact02 .box{
	margin:4rem auto;
	width: 75%;
	border:1px solid rgba(56,84,164,.2);
	padding: 2rem 2rem 4rem;
	color: #112f82;
}
.contact02 .box .error_items .error{
    padding: 0.5em 5em;
    background: rgba(79,143,202,.1);
    color: #112f82;
}
.contact02 .box .error_items .error:first-child{
    padding-top:2em;
}
.contact02 .box .error_items .error:last-child{
    padding-bottom:2em;
}
.contact02 .box .item{
	display: flex;
	margin:0.75rem 0;
}
.contact02 .box .item_ttl{
	width: 30%;
	text-align: right;
	padding:0.75rem 3rem 0.75rem 0;
	line-height: 2;
}
.contact02 .box .item_input{
	width: 70%;
}
.contact02 .mw_wp_form_confirm .box .item_input{
	padding:0.75rem 2em;
	background:#f5f5f5;
}
.contact02 .box .item:nth-of-type(2) .item_input{
	padding:0.75rem 0;
}
.contact02.confirm_02 .box .item:nth-of-type(2) .item_input{
	padding:0.75rem 2em;
}
.contact02 .mwform-radio-field{
	display:inline-block;
}
.contact02 input[type="radio"]{
	display: none;
}
.contact02 .mwform-radio-field-text{
	margin: 0 2.5rem 0 1.5rem;
	position: relative;
	cursor: pointer;
}
.contact02 .mwform-radio-field-text::before,
.contact02 .mwform-radio-field-text::after{
	cursor: pointer;
	position: absolute;
	top:50%;
	left:-1rem;
	transform: translate(-50%,-50%);
	content: '';
	transition: .3s;
}
.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.5rem 1.2rem;
	color: #3854a4;
	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: 18rem;
	margin:3rem auto 0;
	position: relative;
	text-align: center;
	transition: .3s cubic-bezier(.97,0,.3,.99);
}
.contact02 .submit_box .inner_back{
	border-color: #555;
	background:#eee;
}
.contact02 .submit_box .inner_back{
	display: none;
}
.contact02.confirm_02 .submit_box .inner_back,
.contact02.confirm_02 .submit_box .inner{
	display: inline-block;
	margin-left:3em;
	margin-right:3em;
}
.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;
}
.contact02 .submit_box .inner:hover{
	background: #3854a4;
	border: 1px solid #3854a4;
}
.contact02 .submit_box .inner_back:hover{
	background: #555;
	border-color: #555;
}
.contact02 .submit_box .inner:hover input{
	color: #fff;
}
.contact02 .submit_box .inner:hover .inner02::before{
	width: 10rem;
	background: #fff;
	animation: arrow03 .3s .6s;
}
.contact02 .submit_box .inner:hover .arrow{
	width: 1.5rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 問合せ02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 土地活用02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.land02{
    padding-bottom: 6.6%;
}
.land02 .box{
    margin: 3rem 0 4.4rem;
    text-align: center;
}
.land02 table{
    width: 71%;
    margin: 0 auto;
}
.land02 tr:not(:last-child){
    border-bottom: 3px solid #fff;
    letter-spacing: 0.03em;
}
.land02 th{
    width: 21.8%;
    border-right: 3px solid #fff;
    background-color: #eaedf6;
    color: #3854a4;
    font-size: 1rem;
    font-weight: bold;
    
    text-align: center;
}
.land02 td{
    width: 78.2%;
    background-color: #eef3fa;
    color: #4e8eca;
    padding: 1.2em 1em 1.2em 2.3em;
    line-height: 1.9;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 土地活用-03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.land03{
    padding: 7.5% 0;
    background-color: #eaedf6;
}
.land03 .box{
    margin: 3em 0 3.5em;
    text-align: center;
    letter-spacing: 0.03em;
}
.land03_in{
    background-color: #fff;
    padding: 4.8%  15.6%;
    box-sizing: border-box;
}
.land03_in-item:not(:last-child){
    margin-bottom: 4em;
}
.land03_in-ttl{
    font-size: 1.3rem;
    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{
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.05em;
}
.land03_in-item-left,.land03_in-item-right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39.7%;
    background-color: #ebeef6;
    line-height: 1;
    padding: 4.53em 1em;
    box-sizing: border-box;
}
.item-bottom03 .land03_in-item-left{
    display: block;
    padding: 3.2em 1em 3.2em;
}
.land03_in-item-middle{
    flex: 1;
    text-align: center;
    padding: 2.6em 1em 1em;
}

.land03_in-item-label{
    background-color: #fff;
    padding: 0.7em 1em 0.5em;
    text-align: center;
    margin-right: 2.6em;
}
.land03_in-item-field{
    color: #122f82;
    font-weight: bold;
}
.land03_in-item-arrow img{
    height: 0.6em;
}
.land03_in-item-under{
    margin-top: 1em;
}
.left-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-inner:not(:last-child){
    margin-bottom: 0.4em;
}