@charset "utf-8";
/*
 Theme Name:   ohtsukafudousan_child
 Description:  ohtsukafudousan_child
 Author:       株式会社 大塚不動産
 Template:     ohtsukafudousan
*/

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
	margin: 0;padding: 0;
}

p {
	margin:0 0 20px 0;
	font-weight:300;
	line-height:2em;
}

ul,li {
	list-style: none;
}

button,input,select,textarea {
	margin: 0;
}

*, *:before, *:after {
	box-sizing: inherit;
}

img,embed,object,audio,video {
	height: auto;
}
a{
	color: #000;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration:none;
}
html {
	box-sizing: border-box;
	overflow: auto;
}

body {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color:#000;
	padding:0;
	margin:0;
	letter-spacing: 0px;
	overflow: hidden;
}

img.site_logo{
	max-width:275px;
	width:100%;
	transition: all 0.5s ease;
}

img {
	width:auto;
	max-width:100%;
	vertical-align: bottom;
}

.disp_sp {
	display:block;
}

.disp_pc {
	display:none;
}

.txt-center {
	text-align:center;
}

.font-tsukua{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.font-din{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

p.center{
	text-align:center;
}

/***************/
/* header */
/***************/
#header {
	width:100%;
/*	height:60px;*/
	top: 0;
	left: 0;
	text-align:center;
	z-index:999;
	background:none;
	position:absolute;
	transition: all 0.5s ease;

}

/*
#header.scroll{
	background:#fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}
*/

#header .header-inn {
}

#header .h-left a{
	display:block;
}

@media screen and (min-width:1001px) {
/*	#header {
		height: 208px;
	}*/

	#header .header-inn {
		width:100%;
		display:flex;
		margin:0 auto;
		padding:0;
	}

	#header .h-left{
		width:20%;
		-webkit-align-items: center;
		align-items: center;
		display: flex;
		padding: 0;
		margin-left:15px;
		box-sizing: border-box;
	}

	#header .h-right{
		width:calc(100% - 20%);
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: right;
		justify-content: right;
		/*-webkit-align-items: center;*/
		box-sizing: border-box;
	}

	img.site_logo.isSmall{
		max-width:417px;
		transition: all 0.5s ease;
	}

}

@media screen and (max-width:1000px) {
	#header{
		height:60px;
		z-index: 1;
	}

	#header.active{
		position: fixed;
	}

	#header .header-inn{
		width: 100%;
		height: 60px;
		display: flex;
		margin: 0 auto;
		padding: 0;
	}

	#header .h-left{
		text-align:left;
		display: flex;
		margin:10px;
		max-width:300px;
		padding:0;
		-webkit-align-items: center;
		align-items: center;
	}

	#header .h-right{
		display:none;
	}

		#header .h-left img{
		max-width:none;
		max-height:60px;
	}
	
}

@media screen and (max-width:640px) {
	div.top_slider .pc{
		display:none;
	}
}

@media screen and (min-width:641px) {
	div.top_slider .sp{
		display:none;
	}
}


@media screen and (max-width:480px) {
	#header .h-left{
		margin:3px 10px;
		max-width:200px;
	}

}

@media screen and (max-width:380px) {


}
/***************/
/*   pc-nav    */
/***************/
.pc_nav{
}

.pc_nav ul{
	display:flex;
}

.pc_nav li{
}

.pc_nav a{
	font-size:18px;
	color:#333;
	display:block;
	padding: 22.5px 15px;
	letter-spacing: 0.15rem;
}

.pc_nav li.contact_link{
	background: #FBE21F;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left:20px;

}

.pc_nav li.contact_link a{
	box-sizing: border-box;
	width: 222px;
	padding: 0;
	margin: 0px 9px;
}

@media screen and (max-width:1300px) {
	.pc_nav a{
		font-size:16px;
		padding: 22.5px 10px;
	}

	.pc_nav li.contact_link{
		margin-left:10px;
	}

	.pc_nav li.contact_link a{
		width: 190px;
		margin:0 10px;
	}
}

@media screen and (max-width:1100px) {
	.pc_nav a{
		letter-spacing: 0.1rem;
		padding: 22.5px 5px;
	}
}

@media screen and (max-width:1000px){
	.pc_nav{
		display:none;
	}
}

/***************/
/*   sp-nav    */
/***************/


/*header navi--------------------*/

.menu{
	height: 40px;
	position: absolute;
	right: 10px;
	top: 30px;
	bottom:50%;
	margin:auto;
	width: 40px;
	z-index: 9999;
	display:initial;
	background:#006DEE;
}

header .menu:after{
	/*content: "menu";*/
	position: absolute;
	left: -2px;
	bottom: -20px;
	right: 0;
	margin: auto;
	font-size: 12px;
}

header.active .menu:after{
	/*content: "close";*/
	position: absolute;
	left: 0;
	bottom: -20px;
}

.menu__line{
	background: #fff;
	display: block;
	height: 3px;
	position: absolute;
	transition:transform .3s;
	width: 30px;
	border-radius: 3px;
	left: 5px;
	top: 7px;
}
.menu__line--center{
	top: 18px;
	left: 5px;
}
.menu__line--bottom{
	top: 30px;
	left: 5px;
}
.menu__line--top.active{
	top: 18px;
	transform: rotate(45deg);
}
.menu__line--center.active{
	transform:scaleX(0);
}
.menu__line--bottom.active{
	top: 18px;
	transform: rotate(135deg);
}
/*gnav*/
.sp_menu{
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: -1;
	background:#4472C4;
}
.gnav__wrap{
	height: 100%;
	position: absolute;
	width: 100%;
	background: #fffae6;
}


.gnav__wrap ul.gnav__menu01{
	display: flex;
	flex-wrap: wrap;
	margin: 80px 30px;
}


.gnav__wrap ul.gnav__menu01 li {
	margin: 0 10px;
	width: calc(50% - 20px);
	text-align: left;
	position: relative;
}

.gnav__wrap ul.gnav__menu01 li:nth-child(-n+2):before {
	content: "";
	position: absolute;
	bottom: auto;
	left: 0;
	right: 0;
	background:#fff;
	display: block;
	background-repeat: repeat;
	height: 1px;
	top: 0;
}

.gnav__wrap ul.gnav__menu01 li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background:#333;
	display: block;
	background-repeat: repeat;
	height: 1px;
	top: auto;
}

.gnav__wrap ul.gnav__menu01 li a{
	padding: 30px 20px;
	color:#333;
}

.gnav__wrap ul.gnav__menu01 li a{
	text-decoration: none;
	transition: .5s;
	display: block;
	font-size: 18px;
	font-weight: 500;
	transition: .5s;
}

.gnav__wrap ul li a:hover{
	opacity:0.5;
}

.gnav__wrap ul.gnav__menu01 li a:before{
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 15px;
	top: -2px;
	position: relative;
}


@media screen and (min-width:1001px) {
	.menu,.sp_menu{
		display:none !important;
	}
}

@media screen and (max-width:480px) {
	.sp_menu{

	}

	.gnav__wrap ul.gnav__menu01{
		margin: 80px 10px;
	}

	.gnav__wrap ul.gnav__menu01 li {
		width: calc(100% - 20px);
	}


	.gnav__wrap ul.gnav__menu01 li a{
		padding: 15px 10px;
		font-size: 14px;
	}

	

	.gnav__wrap ul.gnav__menu01 li:nth-child(n+2):before {
		display:none;
	}

}

/***************/
/* footer */
/***************/
footer{
	background:#EFEFEF;
}

.foot_image{
	background: url("img/foot_image.jpg");
	background-size:1400px 210px;
	background-repeat:repeat-x;
	height:210px;
	background-position:center;
	position:relative;
}

.foot_image:before{
	content: '';
	position: absolute;
	display: inline-block;
	background-image: url(img/foot_chara.png);
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
	width: 188px;
	height: 148px;
	top: -142px;
	left: 15px;
	background-position: center;
}


.f_contact{
	background: url("img/foot_bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	padding:105px 20px 105px;
	background-position:center;
}

.f_contact .inner{
	color:#fff;
	max-width:1100px;
	margin:0 auto;
}

.f_contact .box{
	display:flex;
	-webkit-align-items: center;
	align-items: center;
}

.f_contact .box > div:nth-child(1){
	border-right:solid 1px #fff;
	width:44.545%;
	padding:40px 30px 20px;
}

.f_contact .box > div:nth-child(2){
	width:55.455%;
}

.f_contact h2{
	font-size:40px;
	line-height: 0.7em;
	text-align:left;
	color:#fff;
	letter-spacing: 0.1em;
}

.f_contact h2 span{
	font-size:20px;
	color:#fff;
	letter-spacing: 0.2em;
}

.f_contact p.read{
	margin:20px 0 0;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:16px;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}

.f_contact .detail{
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
	padding: 40px 20px 40px 40px;
}

.f_contact .detail > div{
	width:50%;
}

.f_contact .detail > div:nth-child(even){
	padding-left:10px;
}

.f_contact .detail > div:nth-child(-n+2){
	margin-bottom:15px;
}


.f_contact .detail p{
	margin:0;
}

.f_contact .detail a{
	color:#fff;
}

.f_contact .detail p.icon{
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:16px;
	letter-spacing: 0.2em;
}

.f_contact .detail > div:nth-child(1) p.icon:before{
	background: url("img/foot_icon01.png");
	width:40px;
	height:40px;
	top: -2px;
	margin-right: 13px;
}

.f_contact .detail > div:nth-child(3) p.icon:before{
	background: url("img/foot_icon02.png");
	width:39px;
	height:27px;
	top: -2px;
	margin-right: 13px;
}


.f_contact .detail p.icon:before{
	background-repeat:no-repeat;
	content:"";
	display:inline-block;
	vertical-align: middle;
	position:relative;

}

.f_contact .detail p.tel{
	font-size:33px;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 700;
	color:#fff;
	letter-spacing: 0.05em;
	font-style: normal;
	margin-bottom:0;
	line-height: 1.2em;
}

.f_contact .detail span{
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:17px;
	letter-spacing: 0.15em;
}

.f_contact .detail a.form{
	color:#006DEE;
	display:block;
	width:100%;
	padding:10px 20px;
	background:#FBE21F;
	border-radius:50px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

.f_contact .detail a.form:hover{
	opacity:0.75;
}

footer .company{
	color:#333;
	padding:0 20px;
	margin-top:50px;
}

footer .company a{
	color:#333;
}

footer .company .inner{
	max-width:1100px;
	margin:0 auto;
}

footer .company .box{
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:45px;
	margin-top:20px;
}

footer .company .box > div:nth-child(1){
	font-weight: 400;
	font-size:15px;
	letter-spacing: 0.1em;
	line-height: 1.5rem;
}

footer .copy{
	text-align:center;
	font-weight: 400;
	font-size:15px;
	color:#333;
	padding-bottom:60px;
	border-top:solid 1px #9F9F9F;
	padding-top:25px;
	max-width:1100px;
	margin:0 auto;
}

footer ul{
	max-width:500px;
	text-align: right;
}

footer ul li{
	display:inline-block;
	margin-left:20px;
	font-size:0;
	margin-bottom: 15px;
}

footer ul li a{
	font-size:18px;
	letter-spacing: 0.1em;
}

footer ul li a:hover{
	color:#006DEE;
	opacity:1 !important;
}

@media screen and (max-width:1000px) {
	footer{
	}

	.foot_image{
		background-size:480px 72px;
		height:72px;
	}

	.foot_image:before{
		width: 140px;
		height: 110px;
		top: -142px;
		left: 15px;
		top: -109px;
	}

	.f_contact{
		padding: 30px 20px;
	}

	.f_contact .box{
		display:block;
	}

	.f_contact .box > div:nth-child(1),
	.f_contact .box > div:nth-child(2){
		width:100%;
	}

	.f_contact .box > div:nth-child(1){
		border-bottom:solid 1px #fff;
		border-right:none;
		padding:10px 10px 20px;
		text-align: center;
	}

	.f_contact .detail{
		display: block;
		padding:20px 10px 10px;
		text-align:center;
	}

	.f_contact .detail > div{
		width:100%;
	}

	.f_contact .detail a.form{
		max-width:480px;
		margin:30px auto 0;
	}

	.f_contact .detail > div:nth-child(even){
		padding-left:0px;
	}

	.f_contact .detail > div:nth-child(-n+2){
		margin-bottom:0;
	}

	.f_contact .detail > div:nth-child(2){
		margin-bottom:30px;
	}

	footer .company .box{
		display: block;
		margin-bottom:20px;
	}

	.f_contact h2{
		font-size:30px;
		text-align: center;
	}

	.f_contact h2 span{
		ont-size:18px;
	}

	.f_contact p.read{
		font-size:15px;
		line-height:1.5em;
	}

	footer .company .box > div:nth-child(1){
		font-size: 14px;
		line-height: 1.4rem;
		text-align: center;
	}

	footer .company{
		margin-top:30px;
	}

	footer ul{
		display:none;
	}

	footer .foot_logo{
		text-align:center;
	}

	footer .foot_logo img.site_logo{
		max-width:200px;
	}

	footer .copy{
		padding-bottom:30px;
	}
}

@media screen and (max-width:480px) {
	.foot_image{
		background-size:380px 57px;
		height:57px;
	}

	.f_contact .detail > div:nth-child(1) p.icon:before{
		width:30px;
		height:30px;
		background-size:100%;
	}


}

/***************/
/* common */
/**************/
#content a{
	opacity:1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#content a:hover{
    opacity:0.75;
}

div.low_head{
	background:url("img/low_head.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 170px;
}

h1{
}

h1.writing{
	margin-top:10px;
}

h2{
	font-size:40px;
	color:#333;
	text-align:center;
	line-height: 2.2rem;
	letter-spacing: 0.2rem;
	margin-bottom:20px;
}

h2 span{
	font-size:20px;
	font-weight:bold;
	color:#006DEE;

}

h2.info{
	font-size:24px;
	text-align:left;
}

h1.writing,
h2.writing{
	writing-mode: vertical-rl;
	font-size:40px;
	line-height: 0.5em;
	color:#006DEE;
	letter-spacing: 0.3em;
	margin-right:70px;
	text-align: left;
}

h1.writing span,
h2.writing span{
	display:inline-block;
	margin-right:15px;
	font-size:20px;
	letter-spacing: 0.15em;
	margin-top: 2px;
}

h1.writing span{
	margin-top:6px;
	margin-left:3px;
}

.link_btn a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #614008;
	max-width:300px;
	width:100%;
	background:#FBE21F;
	padding:10px;
	box-shadow: 5px 5px 0px #B9A718;
	border-radius: 30px;
}

.link_btn a:hover{
	opacity:0.75;
}


.link_btn.blue a{
	background: linear-gradient(90deg, #2e3b92 0%, #188da7 96.7%, #188ea7 100%);
	color:#fff;
}

.link_btn.blue a:after{
	border-color: transparent transparent transparent #fff;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index:1;
}
.pagetop a {
	display: block;
	text-align: center;
	text-decoration: none;

}


ul.low_list{
	list-style:none;
	margin-top:40px;
	position:relative;
}

ul.low_list.chara:after{
	content: '';
	position: absolute;
	display: inline-block;
	background-image: url(img/company/comp_chara.png);
	background-repeat: no-repeat;
	background-size: 191px 188px;
	vertical-align: middle;
	width: 191px;
	height: 188px;
	right: 0;
	bottom: 0px;
}

ul.low_list li{
	border-bottom:solid 1px #929292;
	margin-bottom:20px;
	padding:0 30px 20px;
	color:#333;
	font-size:16px;
	letter-spacing: 0.2rem;
	display:flex;
}

ul.low_list li > div:nth-child(1){
	width:240px;
	margin-right:15px;
}

ul.low_list li > div:nth-child(2){
	width:calc(100% - 255px);
}

ul.low_list li:last-child{
	margin-bottom:0;
}

ul.low_list span{
	display:inline-block;
}

@media screen and (max-width:1000px) {

	.link_btn a{
		max-width:480px;
		width:80%;
		margin:20px auto 30px;
		display:block;
	}

	h1.writing,
	h2.writing{
		writing-mode:horizontal-tb;
		text-align:center;
		margin:0 0 30px;
		line-height: 0.7em;
		font-size: 30px;
	}

	h1.writing span,
	h2.writing span{
		margin:10px 0 0;
	}

	br.sp{
		display:none;
	}

	ul.low_list.chara:after{
		position: static;
		display: block;
		width: 100%;
		background-position: center right;
		margin-top: 20px;
	}
}

@media screen and (max-width:780px) {
	h2{
		font-size:30px;
		line-height: 2rem;
	}

	h2 span{
		font-size:16px;
	}

	ul.low_list{
		margin-top:30px;
	}

	ul.low_list li{
		display:block;
		padding:0 10px 15px;
		margin-bottom:15px;
		letter-spacing: 0.1rem;
	}

	ul.low_list li > div:nth-child(1),
	ul.low_list li > div:nth-child(2){
		width:100%;
	}

	ul.low_list li span{
		display:block;
		width:100%;
		color:#006DEE;
	}

	div.low_head{
		height:120px;
	}

}
@media screen and (max-width:480px) {

	h2{

	}

	h2.info{
		font-size:18px;
		line-height:1.6rem;
	}


	.pagetop{
		bottom: 10px;
		right: 10px;
		margin:0;
	}

	.pagetop a,.pagetop a:hover{
		font-size:35px;
		padding: 0;
	}

	.pagetop img{
		max-width:100px;
	}

	ul.low_list.chara:after{
		background-image: url(img/company/comp_chara_sp.png);
		background-size: 107px 115px;
		width: 100%;
		height: 115px;
	}

	div.low_head{
		height:100px;
	}

}


/************/
/* top page */
/************/
.top_low h2{
	font-family: "din-2014";
	font-weight: bold;
	font-size: 70px;
	line-height:1em;
	margin-bottom:15px;
}

@media screen and (max-width:1000px) {
	.top_low h2{
		font-size: 50px;
		margin-bottom:17px;
	}
}

/***************/
/* top slider */
/**************/
div.top_slider{

}

div.top_slider button{
	box-shadow:none;
}

.main .slick-list{
	overflow:visible !important;
}

.main .slider{
    margin: 0 auto;
    width: 100%;
    max-width: none;
}

.main .slider img{
    height: auto;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*slick setting*/
.main .slick-prev:before,
.main .slick-next:before {
    color: #000;
}

.main .slick-slide a{
	display: block;
}

.main .slick-active img{
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slider_box{
	position:relative;
}

.slider_text{
	position:absolute;
	bottom: 0;
	width: 100%;
}

.slider_text .inner{
	max-width: 1380px;
	width: 100%;
	color:#333333;
	margin: 0 auto;
	padding: 0 20px;
	margin-bottom: 10px;

}

.slider_text p{
	margin-bottom:20px;
	background-color: rgba(255,255,255,0.9);
	display:inline-block;
	font-size:37px;
	padding:5px 15px;
	border-radius:8px;
}

.slider_text p.large{

}

.slider_text p.bottom{
}


@media screen and (max-width:1000px) {

	.slider_text p.large{
		font-size:20px;
		margin-bottom:15px;
	}

	.slider_text p.bottom{
		font-size:20px;
	}

	.slider_text p.bottom span{
		font-size:22px;
	}

	.slider_text .inner{
		margin-bottom:10px;
	}
}

@media screen and (max-width:480px) {

	.slider_text p.large{
		font-size:15px;
	}

	.slider_text p.bottom{
		font-size:15px;
		line-height:21px;
	}

	.slider_text p.bottom span{
		font-size:20px;
	}

	.slider_text br.sp{
		display:inline;
	}
	
	div.top_slider{
	}

	
}
/***************/
/* top_thought */
/**************/
section.top_thought{
	background:#FEF5BE;
	

}

section.top_thought .inner{
	max-width:1140px;
	padding:90px 20px;
	margin:0 auto;
}

section.top_thought .flex{
	display:flex;
}

section.top_thought .flex > div:nth-child(2){
	width:100%;
}

.text_layout{
	display:flex;
}

.text_layout p{
	color:#333333;
	font-size:17px;
	letter-spacing: 0.05em;
	line-height: 2.2em;
	margin-bottom:30px;
}

.text_layout p span{
    background:linear-gradient(transparent 60%, #FCCF6D 60%);
}

section.top_thought .text_layout > div:nth-child(1){
	width:calc(100% - 47.66%);
}

section.top_thought .text_layout > div:nth-child(2){
	width:47.66%;
}

section.top_thought .text_layout img{
	width:100%;
	max-width:451px;
	height:auto;
	position: relative;
	right: -25px;
	top: -15px;
}

@media screen and (max-width:1000px) {
	section.top_thought .inner{
		padding:40px 20px;
	}

	section.top_thought .flex{
		display:block;
	}

	.text_layout{
		display:block;
	}

	section.top_thought .text_layout > div:nth-child(1),
	section.top_thought .text_layout > div:nth-child(2){
		width:100%;
	}

	.text_layout p{
		line-height: 1.8em;
	}

	section.top_thought .text_layout img{
		position: static;
		display: block;
		margin: 0 auto;
		width: 70%;
	}
}


/***************/
/* top_company */
/**************/
section.top_company{
	background:#FFFAE6;

}

section.top_company .inner{
	max-width:1140px;
	padding:90px 20px;
	margin:0 auto;
	position:relative;

}

section.top_company .flex{
	display:flex;
}

section.top_company .flex > div:nth-child(2){
	width:100%;
}


section.top_company .text_layout > div:nth-child(1){
	width:calc(100% - 47.66%);
}

section.top_company .text_layout > div:nth-child(2){
	width:47.66%;
}

section.top_company .text_layout img{
	width:100%;
	max-width:766px;
	height:auto;
	position: absolute;
	right: -130px;
	bottom: 0;
}

div.access_map iframe{
	margin-bottom:10px;
}

@media screen and (max-width:1100px) {
	section.top_company .text_layout img{
		max-width:600px;
		right: 0;
	}
}

@media screen and (max-width:1000px) {
	section.top_company .inner{
		padding:40px 0 0;
	}

	section.top_company .flex{
		display:block;
	}

	section.top_company .text_layout > div:nth-child(1),
	section.top_company .text_layout > div:nth-child(2){
		width:100%;
	}
	
	section.top_company .text_layout img{
		position:static;
		display: block;
		margin: 0 auto;
		padding: 20px 20px 40px;
	}


	section.top_company .text_layout > div:nth-child(1){
		padding:0 20px 20px;
	}
}

@media screen and (max-width:480px) {
	section.top_company .text_layout img{
		max-width:100%;
		padding:0;
	}

	div.access_map iframe{
		height:320px;
	}
}

/***************/
/* top_buysell */
/**************/
section.top_buysell{
	background:#fae21e;

}

section.top_buysell .inner{
	max-width:1140px;
	padding:40px 20px;
	margin:0 auto;
}

section.top_buysell .flex{
	display:flex;
	background:#fff6bd;
	border-radius:8px;
	padding:25px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

section.top_buysell .flex > div{
	width:calc(50% - (25px / 2));
}
section.top_buysell .flex > div:nth-child(1) .frame a > div:nth-child(1){
	background:#116ae0;
}

section.top_buysell .flex > div:nth-child(2) .frame a > div:nth-child(1){
	background:#bb6e2a;
}

section.top_buysell .frame a{
	color:#fff;
	display: flex;
	border-radius:10px;
}

section.top_buysell .frame a > div{
	width:50%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}

section.top_buysell .frame a > div:nth-child(1){
	border-radius:10px 0 0 10px;
	padding:15px;

}

section.top_buysell .frame img{
	border-radius:0 10px 10px 0;
}

section.top_buysell p{
	margin:0;
	width:100%;
}


section.top_buysell p.font-din{
	font-size:20px;
	line-height: 1rem;
	letter-spacing: 0.1em;
}

section.top_buysell h2{
	font-size: 36px;
	line-height: 1em;
	margin-bottom: 20px;
	letter-spacing: 0.4em;
	text-align:left;
	color:#fff;
}

section.top_buysell p.font-tsukua{
	font-size:15px;
}

section.top_buysell ul{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top:5px;
}

section.top_buysell ul li{
	width:calc(50% - (10px / 2));
	margin-top:10px;
}

section.top_buysell ul li a{
	display:block;
	border-radius:18px;
	font-size:15px;
	text-align:center;
	background:#fff;
	padding: 3px 10px;
	letter-spacing: 0.05em;

}

section.top_buysell .flex > div:nth-child(1) ul a{
	color:#116ADF;
	border:solid 1px #15A7D5;
}

section.top_buysell .flex > div:nth-child(2) ul a{
	color:#BB6E2A;
	border:solid 1px #BE8438;
}

section.top_buysell .flex > div:nth-child(1) ul a:hover{
	color:#fff;
	background:#116ADF;
	border:solid 1px #116ADF;
	opacity:1 !important;
}

section.top_buysell .flex > div:nth-child(2) ul a:hover{
	color:#fff;
	background:#BE8438;
	border:solid 1px #BE8438;
	opacity:1 !important;
}

@media screen and (max-width:1000px) {
	section.top_buysell .flex{
		display:block;
	}

	section.top_buysell .flex > div{
		width:100%;
	}

	section.top_buysell .flex > div:nth-child(1){
		margin-bottom:40px;
	}

	section.top_buysell h2{
		font-size:30px;
	}
}

@media screen and (max-width:480px) {
	section.top_buysell .inner{
		padding:40px 15px;
	}
	
	section.top_buysell .flex{
		padding:20px 15px;
	}

	section.top_buysell p.font-din{
		font-size:15px;
	}

	section.top_buysell h2{
		font-size:24px;
		margin-bottom:10px;
	}

	section.top_buysell p.font-tsukua{
		font-size:13px;
		letter-spacing: -0.15em;
	}

	section.top_buysell .frame a > div:nth-child(1){
		width:60%;
		padding:10px;
	}

	section.top_buysell .frame a > div:nth-child(2){
		width:40%;
	}

	section.top_buysell ul li a{
		font-size:14px;
		letter-spacing:0;
		padding:3px 5px;
	}

	section.top_buysell .flex > div:nth-child(1){
		margin-bottom:30px;
	}

	section.top_buysell .flex > div:nth-child(1) > ul li:nth-child(1){
		width:100%;
	}



}

/***************/
/* top_info */
/**************/
section.top_info{
	background:#fffae6;

}

section.top_info .inner{
	max-width:1140px;
	padding:40px 20px 0;
	margin:0 auto;
}

section.top_info h2{
	background:#006DEE;
	font-size:24px;
	color:#fff;
	text-align:center;
	padding:5px 20px;
}

ul.info_list{
	margin-top:30px;
}

ul.info_list li{
	border-bottom:solid 1px #8F8F8F;
}

ul.info_list a{
	color:#333333;
	font-size:18px;
	font-size: 18px;
	margin: 20px 0;
	display: block;
}

ul.info_list a span{
	display:inline-block;
	margin:0 60px 0 15px;
	color:#00408D;
}

section.top_info div.info_btn{
	padding: 0 10px;
	text-align: right;
	margin-top: 30px;
	z-index: 1;
	position: relative;
}

section.top_info div.info_btn a{
	display: inline-block;
	border: solid 1px #0B7DB1;
	background: #fff;
	color: #00408D;
	font-size: 16px;
	box-sizing: border-box;
	padding: 6px 10px;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight:bold;
}

section.top_info div.info_btn a:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #00408D;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 3px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
	transition: all 0.3s;
	position:relative;
	top:-1px;
}

section.top_info div.info_btn a:hover{
	background:#00408D;
	opacity:1 !important;
	color:#fff;
}

section.top_info div.info_btn a:hover:after{
	color:#fff;
}

@media screen and (max-width:1000px) {
	ul.info_list a{
		font-size:16px;
	}

	ul.info_list a span{
		display:block;
		margin:0 0 10px;
	}

	section.top_info h2{
		font-size:20px;
	}
}

@media screen and (max-width:480px) {
	section.top_info .inner{
		padding:40px 20px 20px;
	}

}

/***************/
/* top_blog         */
/**************/
section.top_blog{
	background:#fae21e;
	position:relative;
	margin-top:230px;
	height:100px;
}

section.top_blog .inner{
	max-width:1140px;
	padding:0 20px 60px;
	margin:0 auto;
}

section.top_blog:before{
	content: '';
	position: absolute;
	display: inline-block;
	background-image: url(img/blog_bg.png);
	background-repeat: no-repeat;
	background-size: 1571px 280px;
	vertical-align: middle;
	background-color: #fffae6;
	width: 100%;
	height: 280px;
	top: -280px;
	left: 0px;
	background-position: center;
}

.change_bnr {
	max-width: 808px;
	width:100%;
	cursor: pointer;
	background:url("img/blog_on.png") no-repeat;
	background-size:100%;
	margin:0 auto;
}

.change_bnr img.pc{
	display:block;
}

.change_bnr img.sp{
	display:none;
}

@media screen and (max-width:1000px) {
	section.top_blog{
		height: 50px;
	}

	section.top_blog:before{
		top: -230px;
	}
}

@media screen and (max-width:780px) {
	section.top_blog{
		margin-top: 125px;
	}

	section.top_blog:before{
		background-size: 700px 125px;
		height: 125px;
		top: -125px;
	}

	.change_bnr {
		max-width: 597px;
		background:url("img/blog_on_sp.png") no-repeat;
		background-size:100%;
	}

	.change_bnr img.pc{
		display:none;
	}

	.change_bnr img.sp{
		display:block;
	}
}

@media screen and (max-width:480px) {
	section.top_blog{
		margin-top: 85px;
	}

	section.top_blog:before{
		top: -85px;
	}
}

/***************/
/* low_thought */
/**************/
section.low_thought{
	background:#fff;
	

}

section.low_thought .bg{
	
}
section.low_thought .inner{
	max-width:1140px;
	padding:85px 20px 100px;
	margin:0 auto;
}

section.low_thought .flex{
	display:flex;
	margin-right: calc(-50vw + 50%);
}

section.low_thought .flex > div:nth-child(2){
	width:100%;
	background:#f4f9ff;
	border-radius:40px 0 0 40px;
	margin-left:13px;
}

section.low_thought .text_layout{
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 50px 10px;
	max-width: 1120px;
}

section.low_thought .text_layout p{
	color:#333333;
	font-size:17px;
	letter-spacing: 0.05em;
	line-height: 2.2em;
	margin-bottom:0;
}

section.low_thought .text_layout p span{
    background:linear-gradient(transparent 60%, #ECEC30 60%);
}

section.low_thought .text_layout > div:nth-child(1){
	width:calc(100% - 47.66%);
}

section.low_thought .text_layout > div:nth-child(2){
	width:47.66%;
}

section.low_thought .text_layout img{
	width: 100%;
	max-width: 394px;
	height: auto;
	position: relative;
	right: 13px;
	top: 7px;
}

div.greeting{
	display:flex;
}

div.greeting > div:nth-child(1){
	width:calc(100% - 32%);
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	flex-wrap:wrap;
	padding-right:45px;
}

div.greeting > div:nth-child(2){
	width:32%;
}

div.greeting p{
	color: #333;
	font-size: 29px;
	letter-spacing: -0.05rem;
	line-height: 3rem;
}

div.greeting div.name{
	text-align:right;
	width:100%;
}

div.greeting div.name img{
	max-width:292px;
	width:100%;
}

p.greeting_txt{
	font-size: 17px;
	color: #333333;
	margin-top: 70px;
	margin-bottom: 0;
	line-height: 2.35rem;
	letter-spacing: 0.05rem;
}

div.corporate{
	margin-top:40px;
}

div.corporate > div{
	display:flex;
	background: #fff;
	border-radius: 20px;
	padding: 20px 25px;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom:40px;
}


div.corporate > div > div:nth-child(1){
	width:122px;
}

div.corporate > div > div:nth-child(2){
	width:calc(100% - 122px);
}


div.corporate img{
	width:100%;
	max-width:122px;
}

div.corporate p{
	color: #333;
	margin: 0 30px;
	font-size: 17px;
	letter-spacing: 0.075rem;
}


@media screen and (max-width:1150px) {
	section.low_thought .flex > div:nth-child(2){
		margin-left:0;
	}

	section.low_thought .text_layout img{
		max-width:320px;
	}

	section.low_thought .text_layout > div:nth-child(1){
		width:calc(100% - 35%);
	}

	section.low_thought .text_layout > div:nth-child(2){
		width:35%;
	}
}

@media screen and (max-width:1000px) {
	section.low_thought .inner{
		padding:40px 20px;
	}

	section.low_thought .flex{
		display:block;
		margin-right:0;
	}

	section.low_thought .text_layout{
		display:block;
		padding: 20px;
	}

	section.low_thought .text_layout > div:nth-child(1),
	section.low_thought .text_layout > div:nth-child(2){
		width:100%;
	}

	section.low_thought .text_layout p{
		line-height: 1.8em;
	}

	section.low_thought .text_layout img{
		position: static;
		display: block;
		margin: 20px auto 0;
		width: 70%;
	}

	section.low_thought .flex > div:nth-child(2){
		border-radius:8px;
	}
}

@media screen and (max-width:780px) {
	div.greeting{
		margin-top:30px;
		display:block;
	}

	div.greeting > div:nth-child(1),
	div.greeting > div:nth-child(2){
		width:100%;
		padding:0;
	}

	div.greeting p{
		font-size:22px;
		line-height:2.4rem;
	}

	div.greeting div.name{
		margin-bottom:40px;
	}

	p.greeting_txt{
		font-size: 16px;
		margin-top: 40px;
		line-height: 1.7rem;
	}

	div.greeting div.name img{
		max-width:230px;
	}
}

@media screen and (max-width:480px) {
	div.corporate > div{
		display:block;
	}

	div.corporate > div{
		padding:20px;
	}

	div.corporate > div > div:nth-child(1),
	div.corporate > div > div:nth-child(2){
		width:100%;
	}

	div.corporate img{
		max-width:100px;
		display:block;
		margin:0 auto 20px;
	}

	div.corporate p{
		margin:0;
		font-size:15px;
		line-height: 1.7rem;
	}
}



/***************/
/* low_company */
/**************/
section.low_company{
	background:#fff;
	

}

section.low_company .bg{
	
}
section.low_company .inner{
	max-width:1140px;
	padding:85px 20px 55px;
	margin:0 auto;
}

section.low_company .flex{
	display:flex;
	margin-right: calc(-50vw + 50%);
}

section.low_company .flex > div:nth-child(2){
	width:100%;
	background:#f4f9ff;
	border-radius:40px 0 0 40px;
	margin-left:13px;
	margin:10px 0 30px 10px;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
}

section.low_company .text_layout{
	padding: 10px 50px 10px;
}

section.low_company .text_layout p{
	color:#333333;
	font-size:17px;
	letter-spacing: 0.05em;
	line-height: 2.2em;
	margin-bottom:0;
}

section.low_company .text_layout p span{
    background:linear-gradient(transparent 60%, #ECEC30 60%);
}

section.low_company .text_layout > div{
	width:460px;
	position:relative;
}

section.low_company .text_layout img{
	width: 517px;
	height: auto;
	max-width:none;
	position: absolute;
	right: -526px;
	top: -117px;
}

@media screen and (max-width:1250px) {

	section.low_company .text_layout img{
		max-width:400px;
	}
}

@media screen and (max-width:1150px) {
	section.low_company .flex > div:nth-child(2){
		margin-left:0;
	}

	section.low_company .text_layout > div{
		width:100%;
	}
}

@media screen and (max-width:1000px) {
	section.low_company .inner{
		padding:40px 20px;
	}

	section.low_company .flex{
		display:block;
		margin-right:0;
	}

	section.low_company .text_layout{
		display:block;
		padding: 20px;
		width:100%;
	}

	section.low_company .text_layout > div:nth-child(1){
		width:100%;
	}

	section.low_company .text_layout p{
		line-height: 1.8em;
	}

	section.low_company .text_layout img{
		position: static;
		display: block;
		margin: 20px auto 0;
		width: 70%;
	}

	section.low_company .flex > div:nth-child(2){
		border-radius:8px;
		margin-bottom:0;
	}
}



/***************/
/* low_info */
/**************/
.info_content{
	
}

.info_content span{
	color:#00408D;
	display:block;
	text-align:right;
	font-size: 20px;
	border-bottom: solid #ccc 1px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.info_content p{
	color:#333;
	font-size:18px;
	margin-bottom:0;
}

.info_bottom{
	text-align:center;
	margin-top:50px;
}

.info_content .main_img{
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}

@media screen and (max-width:480px) {
	.info_content span{
		padding-bottom:15px;
		margin-bottom:15px;
	}

	.info_content p{
		font-size:16px;
		line-height:1.6em;
	}
}


/***************/
/* low_layout */
/**************/

section.low_layout{
	background:#fdf18f;
	padding:60px 20px;
}

#content > section.low_layout:last-child{
	padding-bottom: 170px;
}

section.low_layout .inner{
	max-width:1100px;
	padding:60px 30px;
	margin:0 auto;
	background:#fff;
	border-radius:8px;
}


@media screen and (max-width:1000px) {
	#content > section.low_layout:last-child{
		padding:60px 20px 120px;
	}
}

@media screen and (max-width:480px) {
	section.low_layout{
		padding:40px 15px;
	}

	#content > section.low_layout:last-child{
		padding:40px 15px 100px;
	}

	section.low_layout .inner{
		padding:40px 15px;
	}
	
}



/********************/
/* low_layout_gray */
/*******************/
section.low_layout_gray{
	background:#F8F6F4;
	padding:60px 20px;

}

#content > section.low_layout_gray:last-child{
	padding-bottom: 170px;
}
section.low_layout_gray .inner{
	max-width:1100px;
	padding:0px;
	margin:0 auto;
}


@media screen and (max-width:1000px) {
	#content > section.low_layout_gray:last-child{
		padding:60px 20px 120px;
	}

}

@media screen and (max-width:480px) {
	section.low_layout_gray{
		padding:40px 20px;
	}

	#content > section.low_layout_gray:last-child{
		padding:40px 15px 100px;
	}
	
}


/***************/
/* low_contact */
/**************/
section.low_contact{
	background:#fff;
	

}

section.low_contact .bg{
	
}
section.low_contact .inner{
	max-width:1140px;
	padding:75px 20px 15px;
	margin:0 auto;
}

section.low_contact .flex{
	display:flex;
	margin-right: calc(-50vw + 50%);
}

section.low_contact .flex > div:nth-child(2){
	width:100%;
	background:#f4f9ff;
	border-radius:40px 0 0 40px;
	margin-left:13px;
	margin:10px 0 30px 10px;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
}

section.low_contact .text_layout{
	padding: 35px 55px 45px;
}

section.low_contact .text_layout p{
	color:#333333;
	font-size:17px;
	letter-spacing: 0.05em;
	line-height: 2.2em;
	margin-bottom:0;
}

section.low_contact .text_layout p span{
	background:none;
}

section.low_contact .text_layout p span a{
	color:#fff;

}

section.low_contact .text_layout > div{
	width: 100%;
	max-width: 860px;
}

section.low_contact div.tel_box{
	background:#006DEE;
	max-width:800px;
	border-radius:10px;
	padding:8px 20px 8px;
	margin-top:20px;
}

section.low_contact .text_layout div.tel_box p{
	color:#fff;
	font-size:19px;
	-webkit-text-stroke: 0.5px #fff;
	text-stroke: 0.5px #fff;
	margin-bottom:10px;
}

section.low_contact .text_layout div.tel_box p.icon{
	letter-spacing: 0.07rem;
	font-size:21px;
}

section.low_contact .text_layout div.tel_box p.icon span{
	font-size:42px;
	font-weight:bold;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 700;
	letter-spacing: 0.075em;
	position:relative;
	margin-right:15px;
	display:inline-block;
}

section.low_contact .text_layout div.tel_box p.icon span:before{
	background: url("img/foot_icon01.png");
	width: 40px;
	height: 40px;
	top: -6px;
	margin-right: 13px;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right:10px;
}

section.low_layout .inner.contact{
	max-width: 840px;
	margin:50px auto;
	padding:30px;
	position:relative;
}

section.low_layout .inner.contact > img{
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.mw_wp_form_preview div.item{
	margin-top:30px;
}


/*FORM----------------------------------------------------------------------------*/
div.form_box{
	padding: 0;
	margin: 0 0 50px;
	font-size: 20px;
	font-weight:normal;
}

div.form_box span.text-red{
	color: #E50000;
	padding: 0px 10px;
	display: inline-block;
	margin-left: 20px;
}

div.form_box input{
	margin: 10px 0 30px;
	padding: 10px 20px;
	font-size: 18px;
	border: 1px #CBCBCB solid;
	-moz-border: 1px #CBCBCB solid;
	-webkit-border: 1px #CBCBCB solid;
	-o-border: 1px #CBCBCB solid;
	-ms-border: 1px #CBCBCB solid;
	width: 100%;
	-webkit-appearance: none; 
	border-radius: 5px;
}

div.form_box input::-webkit-input-placeholder {
	color:#8A8A8A;
}

div.form_box input:-moz-placeholder {
	color:#8A8A8A;
}

div.form_box input::-moz-placeholder {
	color:#8A8A8A;
}

div.form_box input:-ms-input-placeholder {
	color:#8A8A8A;
}

.mw_wp_form .error{
	margin-bottom:30px;
	margin-top: -20px;
}

/*radio----------*/
div.radio_area{
	margin:10px 0 20px;
}

.mw_wp_form_confirm div.radio_area {
	margin:-30px 0 30px;
}

.mw_wp_form_preview div.radio_area{
	margin-top:0;
}

input[type=radio].radio_btn_item{
	display: none;
}

.mwform-checkbox-field label, .mwform-radio-field label {
	display: block;
	margin:0 0 5px;
}

.radio_btn_item + span {
	padding-left: 40px;
	display: inline-block;
	position: relative;
	font-size: 18px;
}

.mw_wp_form .horizontal-item + .horizontal-item{
	margin:0;
}

.radio_btn_item + span::after,
.radio_btn_item + span::before {
border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
}

.radio_btn_item + span::before {
	border: 1px #CBCBCB solid;
	-moz-border: 1px #CBCBCB solid;
	-webkit-border: 1px #CBCBCB solid;
	-o-border: 1px #CBCBCB solid;
	-ms-border: 1px #CBCBCB solid;
	left: 0;
	top: 5px;
	height: 25px;
	width: 25px;
	background: #fff;
}

.radio_btn_item + span::after{
	background: #EE1C23;
	height: 13px;
	left: 6px;
	opacity: 0;
	top: 11px;
	width: 13px;
}

.radio_btn_item:checked + span::after {
	opacity: 1;
}
/*textarea--------------*/
div.form_box textarea{
	padding:10px 15px;
	border: 2px #CBCBCB solid;
	-moz-border: 2px #CBCBCB solid;
	-webkit-border: 2px #CBCBCB solid;
	-o-border: 2px #CBCBCB solid;
	-ms-border: 2px #CBCBCB solid;
	width: 100%;
	-webkit-appearance: none;
	margin: 10px 0 30px;
	font-size: 18px;
}

div.form_box textarea::-webkit-input-placeholder {
	color:#8A8A8A;
	font-size: 18px;
}

div.form_box textarea:-moz-placeholder {
	color:#8A8A8A;
	font-size: 18px;
}

div.form_box textarea::-moz-placeholder {
	color:#8A8A8A;
	font-size: 18px;
}

div.form_box textarea:-ms-input-placeholder {
	color:#8A8A8A;
	font-size: 18px;
}
/*checkbox-----------------------*/
.form_box input[type=checkbox].check_btn_item{
display: none;
}

.form_box .mwform-checkbox-field{
	display: block;
}

.form_box .mwform-checkbox-field label {
display: inline-block;
}

.form_box .check_btn_item + span {
font-size:18px;
padding-left: 30px;
display: inline-block;
position: relative;
}

.form_box .check_btn_item + span::after,
.form_box .check_btn_item + span::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
}
.form_box .check_btn_item + span::before {
	left: 0;
	top:4px;
	height: 20px;
	width: 20px;
	background: #fff;
	border: 1px #CBCBCB solid;
	border-radius: 3px;
}
.form_box .check_btn_item + span::after{
border: none;
border-right: 5px solid #EE1C23;
border-bottom: 5px solid #EE1C23;
height: 17px;
left: 6px;
opacity: 0;
top: 2px;
transform: rotate(45deg);
width: 11px;
}
.form_box .check_btn_item:checked + span::after {
opacity: 1;
}

/*submit-----------------------*/
section.low_layout div.submit{
	max-width:370px;
	margin:0 auto 70px;
	position:relative;
}

section.low_layout div.submit:after{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 8px 10px;
	border-left-color: currentColor;
	border-right: 0;
	content: "";
	position: absolute;
	right: 23px;
	top: 24px;

}

input[type="submit"],
button[type="submit"]{
	border: 0;
	-moz-border: 0;
	-webkit-border: 0;
	-o-border: 0;
	-ms-border: 0;
	width: 100%;
	border-radius: 50px;
	-moz-radius: 50px;
	-webkit-radius: 50px;
	-o-radius: 50px;
	-ms-radius: 50px;
	padding:20px;
	background:#000;
	color:#fff;
	max-width:370px;
	margin:50px auto 0;
	display:block;
	font-size:16px;
}

input[type="submit"] + button[type="submit"]{
	margin-top:50px;
}


@media screen and (max-width:1000px) {

	section.low_layout .inner.contact{
		margin:0 auto 30px;
	}


	div.form_box{
		margin: 0 0 30px;
	}


	section.low_layout .inner.contact > img{
		position: static;
		margin: 0 auto 20px;
		display: block;
		width: 70%;
		max-width:272px;
	}
}

@media screen and (max-width:780px) {
	div.form_box{
		margin: 0 -20px 30px;
		padding:0 25px 30px;
		border-radius:0
	}

	div.form_box{
		margin-bottom:0px;
	}

	div.form_box input[type="submit"],
	div.form_box button[type="submit"]{
		padding:10px;
	}

	.mwform-checkbox-field label, .mwform-radio-field label{
		margin:8px 0;
	}

	div.radio_area{
		margin:20px 0;
	}

	div.form_box textarea{
		line-height:1.5em;
	}

	.mw_wp_form_confirm div.radio_area{
		margin:0 0 30px;
	}
}

/*select-----------------------*/
div.form_box select{
	color:#000;
	margin: 10px 0 30px;
	padding: 10px 20px;
	font-size: 18px;
	border: 1px #CBCBCB solid;
	-moz-border: 1px #CBCBCB solid;
	-webkit-border: 1px #CBCBCB solid;
	-o-border: 1px #CBCBCB solid;
	-ms-border: 1px #CBCBCB solid;
	width: 100%;
	-webkit-appearance: none; 
	border-radius: 5px;
	background:#fff;
	appearance: none; /* デフォルトの矢印を消す */
}
select:focus {
  outline: none; /* focus 時のデフォルトの枠線を消す */
}
::-ms-expand {
  display: none;  /* IE 対応( select のデフォルト矢印を消す) */
}

div.radio_area .error{
	margin-top:0 !important;
}

div.select_area{
	max-width:355px;
	position:relative;
}

div.select_area:after{
	position: absolute;
	top: 33px;
	right: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	margin: auto 0;
	content: "";
	width: 20px;
	height: 15px;
	border-top: 15px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	pointer-events: none; /* 矢印部分もクリック可能にする */
}

.mw_wp_form_preview div.select_area:after{
	display:none;
}

/*FORM----------------------------------------------------------------------------*/


@media screen and (max-width:1150px) {
	section.low_contact .flex > div:nth-child(2){
		margin-left:0;
	}

	section.low_contact .text_layout > div{
		width:100%;
	}
}

@media screen and (max-width:1000px) {
	section.low_contact .inner{
		padding:40px 20px;
	}

	section.low_contact .flex{
		display:block;
		margin-right:0;
	}

	section.low_contact .text_layout{
		display:block;
		padding: 20px;
		width:100%;
		text-align:center;
	}

	section.low_contact .text_layout > div:nth-child(1){
		width:100%;
	}

	section.low_contact .text_layout p{
		line-height: 1.8em;
		text-align:left;
	}

	section.low_contact .flex > div:nth-child(2){
		border-radius:8px;
		margin-bottom:0;
	}

	section.low_contact .text_layout div.tel_box p{
		font-size:17px;
	}

	section.low_contact .text_layout div.tel_box p.icon{
		font-size:17px;
		text-align:center;
	}

	section.low_contact .text_layout div.tel_box p.icon span{
		font-size:28px;
		display:block;
		margin:0;
		letter-spacing: 0.05em;
	}

	section.low_contact .text_layout div.tel_box p.icon span:before{
		width:25px;
		height:25px;
		top: -3px;
		background-size: 25px;
		margin-right:5px;
	}

	section.low_layout div.submit{
		margin: 0 auto 100px;
	}

}

@media screen and (max-width:420px) {
	div.form_box {
		font-size: 17px;
		padding: 0 10px 30px;
	}

	.form_box .check_btn_item + span{
		font-size:17px;
	}
}


/***************/
/* low_buysell */
/**************/
section.low_layout.low_buysell{
	padding: 80px 20px;
}

section.low_layout.low_buysell .inner{
	padding: 40px 40px;
}

section.low_buysell .flex{
	display:flex;
	border-radius:8px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

section.low_buysell .flex > div{
	width:100%;
}
section.low_buysell.rent .frame > div:nth-child(1){
	background:#116ae0;
}

section.low_buysell.sale .frame > div:nth-child(1){
	background:#bb6e2a;
}

section.low_buysell .frame{
	color:#fff;
	display: flex;
	border-radius:20px;
}

section.low_buysell .frame > div{
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}

section.low_buysell .frame > div:nth-child(1){
	border-radius:20px 0 0 20px;
	padding:60px;
	width:49.313%;
}

section.low_buysell .frame > div:nth-child(2){
	width:calc(100% - 49.313%);
}


section.low_buysell .frame img{
	border-radius:0 20px 20px 0;
}

section.low_buysell p{
	margin:0;
	width:100%;
}

section.low_buysell h1{
	font-size: 54px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	text-align:left;
	color:#fff;
	font-weight:bold;
}

section.low_buysell ul{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top:5px;
}

section.low_buysell ul li{
	width:calc(50% - (20px / 2));
	margin:10px 0 20px;
}

section.low_buysell ul li a{
	display:block;
	border-radius:50px;
	font-size:29px;
	font-weight:bold;
	text-align:center;
	background:#fff;
	padding: 20px 20px;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 2rem;

}

section.low_buysell .flex div.read{
	display:flex;
	margin:30px 0 40px;
}

section.low_buysell .flex div.read p{
	margin-bottom: 0;
	font-size: 17px;
	padding: 0 5px;
	line-height: 2.2em;
	letter-spacing: 0.06em;
}

section.low_buysell .flex div.read > div:nth-child(1){
	width:calc(100% - 205px);
	padding-right:20px;
}

section.low_buysell .flex div.read > div:nth-child(2){
	width:205px;
}

section.low_buysell.sale .flex div.read > div:nth-child(1){
	width:calc(100% - 274px);
	padding-right:20px;
}

section.low_buysell.sale .flex div.read > div:nth-child(2){
	width:274px;
}

section.low_buysell.rent ul a{
	color:#116ADF;
	border:solid 2px #116ADF;
}

section.low_buysell.rent ul a:after{
	display: block;
	content:"";
	vertical-align: middle;
	color: #116ADF;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 10px;
	border-top-color: currentColor;
	border-bottom: 0;
	margin: 10px auto 5px;
}

section.low_buysell.sale ul a{
	color:#BB6E2A;
	border:solid 2px #BE8438;
}

section.low_buysell.sale ul a:after{
	display: block;
	content:"";
	vertical-align: middle;
	color: #BE8438;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 10px;
	border-top-color: currentColor;
	border-bottom: 0;
	margin: 10px auto 5px;
}


section.low_buysell.rent .flex ul a:hover{
	color:#fff;
	background:#116ADF;
	opacity:1 !important;
}

section.low_buysell.rent .flex ul a:hover:after{
	color: #fff;
}


section.low_buysell.sale .flex ul a:hover{
	color:#fff;
	background:#bb6e2a;
	opacity:1 !important;
}

section.low_buysell.sale .flex ul a:hover:after{
	color: #fff;
}

section.low_buysell img.pc{
	display:block;
}

section.low_buysell img.sp{
	display:none;
}

@media screen and (max-width:1100px) {
	section.low_buysell .frame > div:nth-child(1){
		padding:40px;
	}
}

@media screen and (max-width:1000px) {
	section.low_buysell .flex{
		display:block;
	}

	section.low_buysell .flex > div{
		width:100%;
	}

	section.low_buysell .flex > div:nth-child(1){
		margin-bottom:40px;
	}

	section.low_buysell h1{
		font-size:30px;
	}

	section.low_buysell .flex div.read{
		display:block;
	}

	section.low_buysell .flex div.read > div:nth-child(1){
		padding:0 !important;
		margin-bottom:20px;
		width:100% !important;
	}

	section.low_buysell .flex div.read > div:nth-child(2){
		width:100% !important;
		text-align:center;
	}

	section.low_buysell ul li{
		width: calc(50% - (10px / 2));
		margin: 10px 0 20px;
	}

	section.low_buysell ul li a{
		font-size:18px;
		letter-spacing: 0;
		line-height: 1.6rem;
		padding:10px;
	}
}

@media screen and (max-width:780px) {
	section.low_layout.low_buysell .inner{
		padding:20px;
	}
}

@media screen and (max-width:640px) {
	section.low_buysell .frame > div:nth-child(1){
		padding:20px;
	}

	section.low_buysell .frame{
		flex-wrap:wrap;
	}

	section.low_buysell .flex > div:nth-child(1) .frame > div:nth-child(1){
		order:2;
		width:100%;
	}

	section.low_buysell .frame > div:nth-child(2){
		order:1;
		width:100%;
	}

	section.low_buysell .frame img{
		border-radius: 20px 20px 0 0;
	}

	section.low_buysell .frame > div:nth-child(1){
		border-radius: 0 0 20px 20px;
	}

	section.low_buysell img.pc{
		display:none;
	}

	section.low_buysell img.sp{
		display:block;
	}

	
}

@media screen and (max-width:480px) {
	section.low_buysell .inner{
		padding:40px 15px;
	}
	
	section.low_buysell .flex{
	}

	section.low_buysell h1{
		font-size:24px;
		margin-bottom:10px;
	}

	section.low_buysell .frame > div:nth-child(1){
		padding:10px;
	}

	section.low_buysell .frame > div:nth-child(2){
	}

	section.low_buysell ul li a{
		font-size:18px;
		letter-spacing:0;
		padding:3px 5px;
	}

	section.low_buysell .flex > div:nth-child(1){
		margin-bottom:30px;
	}

	section.low_buysell .flex > div:nth-child(1) > ul li:nth-child(1){
		width:100%;
	}

	section.low_buysell h1 br{
		display:none;
	}

	section.low_buysell .flex > div:nth-child(1) > ul li{
		width:100%;
	}

	section.low_buysell ul li{
		margin:15px 0;
	}

	section.low_buysell .flex div.read p{
		line-height:1.8rem;
	}
	
}



/***************/
/* low_privacy */
/**************/
div.privacy_box h3{
	font-size: 20px;
	color: #006DEE;
	border-bottom:solid 2px #006DEE;
	padding-bottom:10px;
	margin-bottom:20px;
}

div.privacy_box p{
	font-size: 17px;
	color: #333333;
	line-height: 1.9rem;
	letter-spacing: 0.05rem;
}

div.privacy_box p span{
	font-weight:bold;
}

div.consent{
	text-align:center;
}

.mw_wp_form div.consent .error{
	margin:0 0 10px;
}

div.consent p.p_link a{
	color: #1D84FF;
	text-decoration: underline;
}

.mw_wp_form_preview div.consent{
	display:none;
}

@media screen and (max-width:480px) {
	div.privacy_box h3{
		font-size:18px;
	}

	div.privacy_box p{
		font-size:16px;
		line-height: 1.6rem;
		letter-spacing: 0;
	}

	div.consent{
		padding-bottom: 0;
	}
}