@charset "shift_jis";
/* CSS Document */
/*
===========================================================
	reset.css
===========================================================
*/
.t_news {
	padding-top: 60px;
	& p {
		background-color: #fff;
		border: solid 1px #042455;
		text-align: center;
		padding: 15px 0;
		font-size: 15px;
	}
}
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	color: #222;
	padding: 0;
	font-size: 14px;
	line-height: 1.7em;
	position: relative;
	font-family: '游ゴシック', 'Yu-Gosic', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
a {
	text-decoration: none;
}
a img, img {
	border: 0;
}
blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*
===========================================================
	/reset.css
===========================================================
*/
.h1_wrap h1 {
	color: #fff;
	position: static;
	padding-left: 10px;
}
.sogo_top_wrap {
	width: 100%;
	background-image: url(../img/sogo_top_bg.webp);
	background-size: cover;
	background-position: center;
}
.sogo_top_info a {
	display: block;
}
.sogo_top_info {
	width: 93%;
	margin: 30px auto 0 auto;
	padding: 0px 0px 0 0px;
	display: flex;
	justify-content: space-between;
}
.top_info_right p {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	margin-top: 10px;
	letter-spacing: -0.5px;
}
.sogo_top_area {
	width: 1200px;
	margin: 100px auto 0px auto;
	padding-bottom: 158px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.sogo_top_ti {
	color: #fff;
	font-size: 40px;
	line-height: 58px;
	font-family: ten-mincho, serif;
	letter-spacing: 4.5px;
}
.top_text_a {
	margin: 110px 0 50px 0;
	font-size: 25px;
	font-family: ten-mincho, serif;
	letter-spacing: 2.5px;
}
.top_txt_b {
	margin-top: 40px;
	font-size: 15px;
	letter-spacing: 1.8px;
}
.newswaku {
	background-color: #042455;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 18px;
	text-align: center;
	font-weight: bold;
	&:empty {
		display: none;
		height: 1px;
	}
	& p {
		display: inline;
	}
}
.header {
	width: 100%;
}
.head_wrap {
	width: 92vw;
	margin: 0 auto;
	height: 80px;
	display: flex;
	align-items: center;
}
.head_wrap li {
	flex: 1;
	text-align: center;
	line-height: 1;
	border-right: solid 1px rgb(230, 233, 239);
}
.head_wrap li:last-child {
	flex: 1;
	text-align: center;
	line-height: 1;
	border-right: none;
}
.head_wrap li a {
	display: block;
	padding: 20px 0;
	width: 100%;
	color: #333;
	transition: .2s;
	font-weight: bold;
}
.head_wrap li a:hover {
	background: #e6e9ef;
}
.sogo_business {
	width: 100%;
	background: #e6e9ef;
}
.sogo_busi_inner {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 65px;
}
.sogo_busi_title {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.sogo_busi_title p {
	font-size: 15px;
	font-family: 'Century Gothic';
	color: #042455;
	padding: 50px 0 10px 0;
	letter-spacing: 1.5px;
	font-weight: 600;
}
.sogo_busi_title h3 {
	font-size: 25px;
	letter-spacing: -2px;
	padding-bottom: 50px;
	color: #042455;
	font-weight: 600;
	line-height: 1;
}
.sogo_busi_con {
	width: 1100px;
	margin: 0 auto;
}
.sogo_busi_up {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.sogo_busi_te_a {
	width: 510px;
	height: 260px;
	background: url(/img/sogo_business01.webp);
	background-position: center;
	background-size: cover;
}
.sogo_busi_te_b {
	width: 510px;
	height: 260px;
	background: url(/img/sogo_business02.webp);
	background-position: center;
	background-size: cover;
}
.sogo_busi_te_a, .sogo_busi_te_b {
	padding: 30px 0 0 30px;
}
.sogo_busi_te_a h4, .sogo_busi_te_b h4 {
	font-size: 30px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 1;
	margin: 0 0 15px 0;
}
.sogo_busi_te_a p, .sogo_busi_te_b p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}
.sogo_busi_te_a a, .sogo_busi_te_b a {
	font-size: 14px;
	font-weight: 600;
	color: #042455;
	padding-top: 2px;
	width: 200px;
	height: 38px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	transition: .2s;
}
.sogo_busi_te_a a:hover, .sogo_busi_te_b a:hover {
	background: #c83344;
	color: #fff;
}
.sogo_busi_te_a a::before, .sogo_busi_te_b a::before {
	content: "";
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #c83344;
	position: absolute;
	top: 10px;
	right: 10px;
}
.sogo_busi_te_a a::after, .sogo_busi_te_b a::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 196px;
	top: 17px;
}
.sogo_busi_te_a a:hover::before, .sogo_busi_te_b a:hover::before {
	background: #fff;
	position: absolute;
}
.sogo_busi_te_a a:hover::after, .sogo_busi_te_b a:hover::after {
	border-top: 1px solid #c83344;
	border-right: 1px solid #c83344;
}
.sogo_busi_link {
	width: 510px;
	display: flex;
	column-gap: 20px;
	padding: 10px 0 10px 30px;
	background: #fff;
}
.sogo_busi_link ul {
	width: 200px;
}
.sogo_busi_link ul li {
	margin: 10px 0;
	position: relative;
}
.sogo_busi_link ul li a {
	font-size: 15px;
	color: #222;
	font-weight: 600;
	transition: .2s;
	display: block;
}
.sogo_busi_link ul li a:hover {
	color: #c83344;
}
.sogo_busi_link ul li a::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 8px;
	transition: .2s;
}
.sogo_busi_link ul li a:hover::after {
	border-top: 1px solid #c83344;
	border-right: 1px solid #c83344;
}
.sogo_busi_down {
	width: 1100px;
	display: flex;
	justify-content: space-between;
}
.sogo_busi_item_w {
	width: 360px;
}
.sogo_busi_te_w {
	height: 170px;
	background: url(/img/sogo_business03.webp);
	background-size: cover;
	background-position: center;
}
.item_w_sale .sogo_busi_te_w {
	background: url(/img/sogo_business04.webp);
}
.item_w_reno .sogo_busi_te_w {
	background: url(/img/sogo_business05.webp);
}
.sogo_busi_te_w h4 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	padding: 35px 0 0 20px;
	color: #fff;
	letter-spacing: -0.1px;
}
.sogo_busi_te_w p {
	font-size: 14px;
	line-height: 1;
	padding: 15px 0 0 20px;
	color: #fff;
	letter-spacing: -0.5px;
}
.sogo_busi_link_w {
	width: 360px;
	height: 50px;
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
}
.sogo_busi_link_w a {
	margin: 0px 10px 0px 20px;
	display: block;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	transition: .2s;
	width: 100%;
}
.sogo_busi_link_w a:hover {
	color: #c83344;
}
.sogo_busi_link_w a::before {
	content: "";
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #c83344;
	position: absolute;
	top: 12px;
	right: 14px;
}
.sogo_busi_link_w a::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 21px;
}
.sogo_service {
	padding: 70px 0 0 0;
	width: 100%;
	position: relative;
}
.sogo_service::before {
	content: "";
	width: 100%;
	height: 550px;
	background: #e6e9ef;
	position: absolute;
	top: 310px;
	z-index: -2;
}
.sogo_service_inner {
	width: 1200px;
	margin: 0 auto;
}
.sogo_serv_top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}
.sogo_servise_logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 180px;
	z-index: -1;
}
.sogo_serv_top_te {
	margin-top: 50px;
}
.sogo_serv_top_te p {
	font-size: 45px;
	color: #042455;
	line-height: 90px;
	font-weight: 600;
}
.sogo_serv_top_te_v {
	margin-left: -26px;
}
.sogo_serv_top_te_v span {
	border-bottom: 10px solid #efa53e;
	height: 56px;
	display: inline-block;
	position: relative;
}
.sogo_serv_top_te_v span::after {
	content: "・・・";
	color: #efa53e;
	font-size: 45px;
	position: absolute;
	top: -35px;
	right: 0;
}
.sogo_serv_bukken {
	width: 1200px;
	margin: 0 auto;
}
.sogo_serv_jisya {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.sogo_serv_jisya_ti h4 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #042455;
}
.sogo_serv_jisya_ti p {
	font-size: 25px;
	font-weight: 600;
	color: #042455;
	font-family: ten-mincho, serif;
}
.sogo_serv_jisya_te {
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	color: #042455;
	letter-spacing: -0.5px;
}
.sogo_serv_bukken_list {
	width: 1200px;
	/* height: 470px; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	&>a {
		display: block;
		width: 450px;
		text-align: center;
		margin: 40px auto;
		background-color: #042455;
		line-height: 70px;
		color: #fff;
		border-radius: 5px;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		transition: .2s;
		border: 1px solid #042455;
		box-sizing: border-box;
		&:after {
			content: "";
			width: 8px;
			height: 8px;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			position: absolute;
			right: 25px;
			top: 30px;
		}
		&:hover {
			background-color: #fff;
			color: #042455;
			box-sizing: border-box;
			border: 1px solid #042455;
			&:after {
				border-top: 1px solid #042455;
				border-right: 1px solid #042455;
			}
		}
	}
}
.sogo_serv_bukken_list iframe {
	width: 1200px;
	height: 470px;
	margin: 0 auto;
}
.sogo_serv_bukken_list ul {
	position: relative;
}
.sogo_serv_tintai {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #B20000;
	width: 150px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.sogo_serv_tintai a {
	color: #fff !important;
}
.sogo_serv_bukken_list ul li a {
	font-size: 13px;
	color: #042455;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.sogo_serv_frem {
	max-width: 270px;
	overflow: hidden;
	height: 360px;
}
.sogo_serv_text {
	margin-top: -10px;
	line-height: 20px;
}
.sogo_serv_bukken_list ul li a img {
	transition: .2s all;
	width: 100%;
}
.sogo_serv_bukken_list ul li a img:hover {
	transform: scale(1.05, 1.05);
	transition: .2s all;
}
.sogo_serv_con {
	width: 1200px;
	margin: 40px auto 100px auto;
	display: flex;
	justify-content: space-between;
}
.sogo_serv_lo {
	width: 480px;
	text-align: center;
	padding: 45px 50px;
	background: #e6e9ef;
}
.sogo_serv_lo p {
	font-size: 18px;
	line-height: 30px;
	color: #042455;
	margin-bottom: 25px;
	letter-spacing: -0.3px;
}
.sogo_serv_lo a {
	width: 400px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #042455;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
	position: relative;
	transition: .2s;
}
.sogo_serv_lo a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 30px;
}
.sogo_serv_lo a:hover {
	background: #fff;
	color: #042455;
	box-sizing: border-box;
	border: 1px solid #042455;
}
.sogo_serv_lo a:hover::after {
	border-top: 1px solid #042455;
	border-right: 1px solid #042455;
}
.sogo_serv_slide {
	width: 100%;
	background: #e6e9ef;
	overflow: hidden;
}
.sogo_serv_slide_ti {
	width: 1200px;
	margin: 0 auto;
	padding: 70px 0 40px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.sogo_serv_slide_ti h4 {
	font-size: 40px;
	font-weight: 600;
	font-family: 'Century Gothic';
	color: #042455;
}
.sogo_serv_slide_ti p {
	font-size: 15px;
	color: #042455;
	margin-top: 25px;
}
.sogo_serv_slid_list {
	width: 100%;
	padding-bottom: 50px;
	margin: 0 auto;
}
.sogo_serv_slid_list ul {
	margin: 0 auto;
	width: 100%;
}
/* --------------スライド記述-------------- */
.slick-box {
	width: 1160px;
	margin: 0 auto !important;
	display: flex;
	justify-content: flex-start;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
ul.slick-box {}
ul.slick-box .slick-track li {
	position: relative;
	/* width: 300px !important; */
	margin: 0 10px;
}
ul.slick-box li:last-child {
	margin-right: 0;
}
ul.slick-box li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slick-list {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto !important;
}
.slick-track {
	height: 180px;
}
.slick-prev, .slick-next {
	background: #fff !important;
	border-radius: 100px;
	box-shadow: 0 0 10px #0001;
	border: solid 1px #042455 !important;
	transition: .2s;
}
.slick-prev:hover, .slick-next:hover {
	background: #042455 !important;
	border: solid 1px #fff !important;
}
.slick-prev {
	position: absolute !important;
	top: -65px !important;
	right: -800px;
	margin: 0 auto;
	position: relative;
}
.slick-prev::before {
	content: "";
	left: 3px;
	width: 20px;
	height: 1px;
	background: #042455;
	position: absolute;
	top: 28px;
	left: 19px;
	transition: .2s;
}
.slick-prev::after {
	content: "";
	left: 3px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #042455;
	border-right: 1px solid #042455;
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 24px;
	left: 19px;
	transition: .2s;
}
.slick-prev:hover::before {
	background: #fff !important
}
.slick-prev:hover::after {
	border-top: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
}
.slick-next {
	position: absolute !important;
	top: -65px !important;
	right: 0px !important;
	left: 980px;
	margin: 0 auto;
	position: relative;
}
.slick-next::before {
	content: "";
	left: 3px;
	width: 20px;
	height: 1px;
	background: #042455;
	position: absolute;
	top: 28px;
	left: 19px;
}
.slick-next::after {
	content: "";
	left: 3px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #042455;
	border-right: 1px solid #042455;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 24px;
	left: 30px;
}
.slick-next:hover::before {
	background: #fff !important
}
.slick-next:hover::after {
	border-top: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
}
/* .slick-dots { 
	bottom: 10px; 
	text-align: center;
} */
.sogo_column {
	width: 1200px;
	margin: 50px auto 0 auto;
}
.sogo_colu_top {
	width: 1150px;
	margin: 0 auto;
	padding-right: 50px;
	display: flex;
	justify-content: space-between;
}
.sogo_colu_top_a img {
	margin: 50px 0 50px 0;
}
.sogo_colu_top_a p {
	font-size: 15px;
	color: #042455;
	line-height: 25px;
	width: 560px;
}
.sogo_colu_wrap {
	margin: 20px 0 0 0;
	width: 1200px;
	margin: 0 auto;
}
.sogo_colu_btn {
	text-align: right;
	margin: 0 auto;
	display: flex;
	justify-content: end;
	width: 1100px;
}
.sogo_colu_tabu_btn {
	display: flex;
	justify-content: end;
	margin-right: 13vw;
}
.sogo_colu_tabu_btn li {
	width: 200px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #042455;
	margin-left: 15px;
	font-weight: 600;
	background: #f9f9f9;
}
.sogo_colu_content {
	width: 100%;
	background: #e6e9ef;
}
.sogo_colu_inner {
	width: 1150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 85px 0 60px 50px;
}
.sogo_colu_if_le {
	width: 462px;
	height: 420px;
}
.sogo_colu_inner_le {
	width: 390px;
	height: 360px;
	padding: 30px 30px 30px 30px;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
}
.sogo_colu_inner_le img {
	display: block;
	width: 390px;
	height: 210px;
	object-fit: cover;
}
.sogo_colu_inner_le a {
	display: block;
	width: 390px;
}
.sogo_colu_inner_le h4 {
	margin: 20px 0 20px 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: -1px;
	color: #000;
}
.sogo_colu_inner_le p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	height: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sogo_colu_if_ri {
	width: 630px;
	height: 430px;
}
.sogo_colu_inner_ri {
	width: 630px;
}
.sogo_colu_inner_ri img {
	display: block;
	width: 150px;
	height: 120px;
	border-radius: 10px;
	object-fit: cover;
}
.sogo_colu_inner_ri ul li {
	padding: 15px 0;
	border-bottom: solid 1px #ccc;
}
.sogo_colu_inner_ri ul li:nth-child(1) {
	display: none;
}
.sogo_colu_inner_ri ul li:nth-child(2) {
	padding: 0 0 15px 0;
}
.sogo_colu_inner_ri ul li:nth-child(4) {
	padding: 15px 0 0px 0;
	border-bottom: none;
}
.sogo_colu_inner_ri ul li a {
	display: flex;
	justify-content: space-between;
	color: #000;
	align-items: center;
}
.sogo_colu_text {
	width: 460px;
	margin-bottom: 15px;
}
.sogo_colu_text h4 {
	margin-top: 5px;
}
.sogo_colu_text p {
	height: 68px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sogo_colu_btn {
	margin: 0 auto 0px auto;
	padding-bottom: 30px;
}
.sogo_colu_btn a {
	display: flex;
	margin: 50px auto 0;
	width: 400px;
	height: 72px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	align-items: center;
	justify-content: center;
	background: #042455;
	border-radius: 5px;
	position: relative;
	transition: .2s;
}
.sogo_colu_btn a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 30px;
}
.sogo_colu_btn a:hover {
	color: #042455;
	background: #fff;
	box-sizing: border-box;
	border: solid 1px #042455;
}
.sogo_colu_btn a:hover::after {
	border-top: 1px solid #042455;
	border-right: 1px solid #042455;
}
/*-- タブ切り替え --*/
.tab {
	cursor: pointer;
}
.panel {
	display: none;
}
.tab.is-active {
	transition: all 0.2s ease-out;
	background: #e6e9ef;
}
.panel.is-show {
	display: flex;
	flex-wrap: wrap;
}
.sogo_message {
	width: 100%;
	height: 680px;
	background-image: url(/img/sogo_syatyo_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.sogo_mess_con {
	width: 1050px;
	padding: 110px 50px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sogo_mess_con_a h3 {
	margin: 50px 0 45px 0;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}
.sogo_mess_con_a p {
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	margin: 0 0 20px 0;
}
.sogo_mess_btn {
	display: flex;
}
.sogo_mess_btn a {
	width: 185px;
	height: 50px;
	box-sizing: border-box;
	border: solid 1px #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-right: 15px;
	transition: .2s;
}
.sogo_mess_btn a:hover {
	border: solid 1px #333;
	color: #333;
	background: #fff;
}
.sogo_mess_ti {
	font-size: 14px;
	color: #fff;
	margin: 7px 0;
	text-align: right;
}
.sogo_mess_te {
	font-size: 10px;
	color: #fff;
	text-align: right;
	line-height: 18px;
}
.sogo_company {
	width: 1200px;
	margin: 115px auto 0px auto;
}
.sogo_table {
	background-image: url(/img/sogo_com_logo.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 455px;
}
.sogo_table tr {
	display: block;
	padding: 40px 0;
	border-top: solid 1px #aaa;
}
.sogo_comp_last {
	border-bottom: solid 1px #aaa;
}
.sogo_table th {
	background-color: #fff;
	font-weight: 500;
	border: none;
	color: #242424;
	width: 330px;
	text-align: center;
	font-size: 15px;
}
.sogo_table td {
	width: 870px;
	font-size: 15px;
	color: #242424;
	line-height: 25px;
}
.sogo_table td a {
	border-bottom: solid 1px #551A8B;
	display: inline-block;
	height: 20px;
}
.sogo_company_btn {
	margin: 50px auto 100px auto;
}
.sogo_company_btn a {
	width: 200px;
	height: 50px;
	box-sizing: border-box;
	border: solid 1px #000;
	color: #000;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-family: 'Carlito';
	transition: .2s;
}
.sogo_company_btn a:hover {
	box-sizing: border-box;
	border: solid 1px #042455;
	background: #042455;
	color: #fff;
	transition: .2s;
}
#map {
	width: 100%;
	height: 504px;
	background-color: grey;
}
.sogo_map_text {
	width: 100%;
	background: #e6e9ef;
	margin: 0 auto;
	padding: 70px 0 60px 0;
}
.sogo_map_text p {
	font-size: 15px;
	color: #242424;
	text-align: center;
	padding-bottom: 40px;
}
.sogo_map_text a {
	width: 200px;
	height: 50px;
	box-sizing: border-box;
	border: solid 1px #000;
	color: #000;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-family: 'Carlito';
	transition: .2s;
}
.sogo_map_text a:hover {
	box-sizing: border-box;
	border: solid 1px #042455;
	background: #042455;
	color: #fff;
	transition: .2s;
}
.sogo_contact {
	width: 1200px;
	margin: 60px auto 75px auto;
	text-align: center;
}
.sogo_contact_ti span {
	font-size: 15px;
	color: #042455;
	font-family: 'Century Gothic';
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
}
.sogo_contact_ti {
	position: relative;
}
.sogo_contact_ti::after {
	content: "";
	width: 1px;
	height: 60px;
	background: #042455;
	position: absolute;
	top: 60px;
	left: auto;
	right: auto;
}
.sogo_contact_ti p {
	font-size: 25px;
	font-weight: 600;
	color: #042455;
}
.sogo_con_info {
	display: flex;
	width: 1200px;
	margin: 30px auto 0 auto;
	height: 245px;
	align-items: center;
	justify-content: space-between;
	background: #e6e9ef;
	border-radius: 20px;
}
.sogo_con_info_a {
	margin: 70px 140px;
}
.sogo_con_info_a p {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
}
.sogo_con_info_a a {
	width: 320px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	background: #042455;
	border-radius: 30px;
	font-weight: 600;
	transition: .2s;
	box-sizing: border-box;
}
.sogo_con_info_a a:hover {
	color: #042455;
	background: #fff;
	border: solid 1px #042455;
}
.sogo_con_info_b {
	margin: 0 140px 0px 0;
}
.sogo_con_info_b p {
	font-size: 15px;
	font-weight: 600;
}
.sogo_con_info_b img {
	display: block;
	margin: 18px 0;
}
.sogo_con_info_b span {
	display: block;
	font-weight: 600;
}
.foot {
	width: 100%;
	background: radial-gradient(#2f5896, #042455);
	padding: 75px 0 0px 0;
}
.foot_inner {
	width: 1100px;
	margin: 0 auto;
	background: #4f688d;
	padding: 40px 50px 0 50px;
}
.foot_inner_hi {
	display: flex;
}
.foot_in_con {
	width: 235px;
	color: #fff;
	margin-right: 50px;
}
.foot_in_con ul li {
	margin-bottom: 5px;
}
.foot_in_con_z {
	margin-right: 20px;
}
.foot_in_con p {
	font-size: 15px;
	line-height: 1;
	padding-bottom: 12px;
	border-bottom: solid 1px #fff;
	margin-bottom: 12px;
	font-weight: 500;
}
.foot_in_con ul li a {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	transition: .2s;
	position: relative;
}
.foot_in_con ul li a::after {
	position: absolute;
	left: 0;
	top: 17px;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0px;
	/*アンダーラインがaタグの下端から現れる*/
	transform: scale(0, 1);
	/*アンダーラインの縮尺比率。ホバー前はx方向に0*/
	transform-origin: left top;
	/*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
	transition: transform 0.3s;
	/*変形の時間*/
}
.foot_in_con ul li a:hover::after {
	transform: scale(1, 1);
}
.foot_in_in {
	margin-bottom: 25px;
}
.foot_in_in ul li {
	margin-bottom: 5px;
}
.foot_inner_low {
	width: 1050px;
	margin: 0 auto;
	padding: 30px 25px 55px 25px;
}
.foot_inner_low ul {
	display: flex;
	justify-content: space-between;
}
.foot_inner_low ul li a {
	width: 185px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #fff;
	border-radius: 25px;
	font-size: 12px;
	color: #fff;
}
.foot_inner_low ul li a:hover {
	border: solid 1px #042455;
	color: #042455;
	background: #fff;
	font-weight: 600;
}
.foot_info {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 80px auto 65px auto;
}
.foot_info_w {
	width: 830px;
	display: flex;
	justify-content: end;
}
.foot_info_w p {
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	border-right: solid 1px #fff;
	width: 500px;
}
.foot_info_w_tel {
	padding: 0 30px 0 40px;
}
.foot_info_w_tel img {
	display: block;
}
.foot_info_w_tel span {
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
	display: block;
}
.copy {
	padding-bottom: 50px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}