@charset "utf-8";
.t_container {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin: 0;
	padding: 0;
}
.t_container li {
	list-style: none;
	margin: 0 0px;
}
.t_container a {
	text-decoration: none;
}
.t_main_inner {
	height: 65vh;
	z-index: 0;
	position: relative;
}
.t_main_txt {
	padding-top: 23vh;
	text-align: center;
}
.main_txt_img {
	width: 90%;
	margin: auto;
}
.t_main_txt p {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 1.7;
	padding-top: 25px;
}
.t_main_inner .album {
	top: 0;
}
.album img {
	height: 95vh !important;
}
.album .img3 {
	object-position: 65% center;
}
.main_scroll {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.t_side {
	width: 90px;
	height: 300px;
	border-radius: 20px 0 0 20px;
	background: #fff;
	position: fixed;
	right: 0;
	bottom: 1vh;
	background-color: #fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
	z-index: 100;
}
.t_side ul {
	padding: 12px 0px 12px 15px;
	margin: 0;
}
.t_side li {
	border-bottom: 1px solid #999;
	width: 65px;
	text-align: center;
	padding: 15px 0;
}
.t_side li:last-child {
	border: none;
}
.t_side li a {
	width: 100%;
}
.t_side li a p {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 12px 0 0 0;
}
.t_nav {
	padding: 40px 0 70px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.t_nav_container {
	width: 90%;
	margin: auto;
}
.t_nav_container_list {
	width: 100%;
	border-radius: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 29px 0px 36px 50px;
	box-sizing: border-box;
}
.t_nav_container_list:nth-child(1) {
	background: url(../img/nav_buy_bg.webp);
}
.t_nav_container_list:nth-child(2) {
	background: url(../img/nav_sale_bg.webp);
}
.t_nav_container_list:nth-child(3) {
	background: url(../img/nav_yuwa_bg.webp);
}
.t_nav_list {
	width: 90%;
	margin: auto;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	padding: 20px 3vw 20px 8vw;
	box-sizing: border-box;
	border-radius: 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.t_nav_list::before {
	content: "";
	display: block;
	width: 3vw;
	height: 100%;
	background: #7a8baf;
	position: absolute;
	top: 0;
	left: 0;
}
.t_nav_list:nth-child(2).t_nav_list::before {
	background: #719c8b;
}
.t_nav_list:nth-child(3).t_nav_list::before {
	background: #e3bb90;
}
.t_nav_list summary {
	list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
	display: none;
}
.t_nav_title {
	display: flex;
	gap: 10px;
	align-items: flex-end;
	position: relative;
}
.t_nav_title p {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin: 0;
}
.t_nav_title p span {
	font-size: 15px;
	padding-left: 10px;
}
.t_nav_about {
	font-size: 15px;
	color: #333;
	width: 96%;
	border-bottom: 1px dotted #d5d5d5;
	margin: 0;
	padding: 14px 0;
}
.t_nav_link_list {
	width: 96%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin-top: 14px;
}
.t_nav_link_list a {
	font-size: 14px;
	color: #333;
	width: 37vw;
	height: 35px;
	border-radius: 40px;
	background: #d9dfea;
	display: grid;
	place-content: center;
	margin-top: 9px;
}
.t_nav_list:nth-child(2) .t_nav_link_list a {
	background: #e9f3ef;
}
.t_nav_list:nth-child(3) .t_nav_link_list a {
	background: #f0eae3;
}
.t_nav_btn {
	width: 95%;
	height: 50px;
	border-radius: 25px;
	background: #7a8baf;
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	align-items: center;
	padding: 19px 10px 18px 21px;
	box-sizing: border-box;
}
.t_nav_list:nth-child(2) .t_nav_btn {
	background: #719c8b;
}
.t_nav_list:nth-child(3) .t_nav_btn {
	background: #e3bb90;
}
.t_nav_btn p {
	font-size: 15px;
	color: #fff;
}
.t_nav_btn_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: background-color 0.3s ase-in-out;
}
.t_nav_btn_arrow {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #7a8baf;
}
.t_nav_list:nth-child(2) .t_nav_btn_arrow {
	background: #719c8b;
}
.t_nav_list:nth-child(3) .t_nav_btn_arrow {
	background: #e3bb90;
}
.t_nav_btn_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 7px;
	height: 1px;
	border-radius: 9999px;
	background-color: #7a8baf;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.t_nav_list:nth-child(2) .t_nav_btn_arrow::after {
	background: #719c8b;
}
.t_nav_list:nth-child(3) .t_nav_btn_arrow::after {
	background: #e3bb90;
}
.t_nav .accordion_icon {
	width: 6px;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
}
.t_nav .accordion_icon span {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #7a8baf;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all 0.2s;
}
.t_nav_list:nth-child(2) .t_nav .accordion_icon span {
	background: #719c8b;
}
.t_nav_list:nth-child(3) .t_nav .accordion_icon span {
	background: #e3bb90;
}
.t_nav .accordion_icon span:nth-of-type(1) {
	margin: auto;
	top: 0;
	bottom: 0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.t_nav .accordion_icon span:nth-of-type(2) {
	top: 7px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
/*--/特選--*/
.m_new_wrap {
	overflow: hidden;
	background: #fff;
	position: relative;
	padding: 0px 0 70px 0;
	background: #d5dcea;
}
.m_new_inner {
	position: relative;
}
.m_new_inner::before {
	content: "";
	width: 100%;
	height: 200px;
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.sale_result_right {
	width: 90%;
	margin: auto;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.sale_result_right h3 {
	display: flex;
	margin: 0
}
.sale_result_right h3 p {
	font-size: 6vw;
	font-weight: bold;
	color: #333;
	writing-mode: vertical-rl;
	line-height: 1.3;
	letter-spacing: 7px;
	margin: 0;
	border-right: 2px dashed #7a8baf;
	margin-right: 10px;
	padding-right: 3px;
}
.sale_result_right h3 span {
	display: block;
	font-size: 3vw;
	font-weight: bold;
	color: #7a8baf;
	letter-spacing: 3px;
	text-decoration: none;
	writing-mode: vertical-rl;
}
.t_reco_top_txt {
	font-size: 2.5vw;
	font-weight: bold;
	line-height: 1.7;
	color: #333;
}
.t_reco_img {
	width: 60vw;
}
.t_reco_btn {
	margin-left: -45px;
	display: flex;
	justify-content: space-between;
	width: 96%;
	margin: 30px auto 50px;
}
.t_reco_btn a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 8px 10px 15px;
	background-color: #7a8baf;
	border-radius: 55px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 49%;
	/* height: 43px; */
	box-sizing: border-box;
	margin-top: 12px;
}
.t_reco_btn a:hover {
	background: #fff;
}
.t_reco_btn a span {
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 3vw;
	transition: color 0.3s ease-in-out;
}
.t_reco_btn a:hover span {
	color: #7a8baf;
}
.m_new_inner .splide__slide {
	margin: 0 15px 10px 0;
}
.sale_result_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: background-color 0.3s ase-in-out;
}
.sale_result_right a:hover .sale_result_arrow_container {
	background: #7a8baf;
}
.sale_result_arrow {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #7a8baf;
}
.sale_result_right a:hover .sale_result_arrow {
	background: #fff;
}
.sale_result_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 7px;
	height: 1px;
	border-radius: 9999px;
	background-color: #7a8baf;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.sale_result_right a:hover .sale_result_arrow::after {
	background: #fff;
}
.m_new_inner #new_splide {
	margin: 40px 0 0;
}
.t_reco_link {
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	position: relative;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
}
.m_new_r_txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 30px;
}
.t_reco_photo img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.t_reco_name {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px dotted #e0e5ee;
	padding: 15px 0 10px 0;
	margin: 0;
}
.t_reco_price {
	font-size: 22px;
	font-weight: bold;
	color: #ed6103;
	margin: 0;
	padding: 15px 0;
}
.splide__slide ul {
	padding: 0;
}
.splide__slide li {
	padding-bottom: 8px;
	display: flex;
	align-items: flex-start;
}
.splide__slide li p {
	font-size: 14px;
	margin: 0;
}
.splide__slide li img {
	padding-right: 10px;
}
.t_reco_com {
	height: 85px;
	background: #d9dfea;
	padding: 16px 14px;
	box-sizing: border-box;
	bottom: 15px;
}
.splide__arrow {
	width: 70px !important;
	height: 70px !important;
	border-radius: 70px !important;
	z-index: 30 !important;
	background: #7a8baf !important;
	border: none !important;
	top: 230px !important;
	left: 2vw !important;
	display: inline-block !important;
	opacity: 1 !important;
}
.splide__arrow:nth-child(2) {
	left: 80vw !important;
	display: block !important;
}
.splide__arrow::before,
.splide__arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 26px;
	width: 15px;
	height: 2px;
	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(100% - 0px) 50%;
}
.splide__arrow::before {
	transform: rotate(35deg);
}
.splide__arrow::after {
	transform: rotate(-35deg);
}
.splide__arrow:nth-child(1)::before,
.splide__arrow:nth-child(1)::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 26px;
	width: 15px;
	height: 2px;
	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(0% + 0px) 50%;
}
.splide__arrow:nth-child(1)::before {
	transform: rotate(-35deg);
}
.splide__arrow:nth-child(1)::after {
	transform: rotate(35deg);
}
.splide__arrow img {
	display: none;
}
.splide__arrow--next {
	display: none !important;
}
.splide__arrow svg {
	display: none;
}
.t_reco_com p {
	padding: 0;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	width: 192px;
}
.t_member {
	width: 96%;
	border: 5px solid #7a8baf;
	border-radius: 30px;
	background: #fff;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	display: block;
}
.t_member_inner {
	position: relative;
}
.t_member_title {
	width: 100%;
	background: #7a8baf;
	padding: 24px 0 24px 0;
	box-sizing: border-box;
}
.t_member_title img {
	width: 80%;
	margin: auto;
	display: block;
}
.t_mem_txt_container {
	padding: 25px 0 15px 0;
}
.t_member_num {
	margin: auto;
	width: 70%;
}
.t_member_num div {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 10px;
}
.t_member_num_name {
	width: 30vw;
	height: 28px;
	border: 1px solid #333;
	border-radius: 18px;
	font-size: 3vw;
	font-weight: bold;
	color: #333;
	display: grid;
	place-content: center;
	margin: 0;
}
.t_member_num_num {
	font-size: 8vw;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.t_menmber_red_txt {
	color: #e55e43;
}
.t_member_num_num span {
	font-size: 5vw;
	color: #333;
	line-height: 1;
	font-weight: bold;
	padding-left: 10px;
}
.t_member_inner ul {
	margin: auto;
	padding: 8px 0 10px 0;
	width: 90%;
}
.t_member_inner li {
	display: flex;
	gap: 10px;
	align-items: center;
	padding-bottom: 5px;
}
.t_mem_maru {
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background: #f3f0ea;
	display: inline-grid;
	place-content: center;
	font-size: 4vw;
}
.t_mem_merit {
	font-size: 3.5vw;
	padding-bottom: 6px;
	font-weight: bold;
}
.t_mem_btn {
	width: 70%;
	height: 55px;
	border-radius: 10px;
	background: #e55e43;
	font-size: 3.5vw;
	font-weight: 500;
	color: #fff;
	display: grid;
	place-content: center;
	margin: 15px auto 0 auto;
}
.t_mem_left {
	width: 100%;
	height: 140px;
	object-fit: cover;
}
.t_sale {
	background: #719c8b;
	position: relative;
	padding: 55px 0;
}
.t_sale_inner {
	width: 90%;
	margin: auto;
}
.t_sale_left img {
	margin-left: -10vw;
}
.t_sale_right {
	width: 100%;
}
.t_sale_right h3 {
	font-size: 7vw;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin: 0;
	padding: 25px 0 15px 0;
}
.t_sale_right h3 span {
	font-size: 6vw;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 15px;
}
.t_sale_house {
	width: 75vw;
}
.t_sale_btn_container {
	padding-top: 25px;
}
.t_sale_btn_container a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 10px 0 30px;
	background-color: #2b7256;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	margin-top: 15px;
}
.t_sale_btn_container a:nth-child(2) {
	background: #fff;
}
.t_sale_btn_container span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 4vw;
	transition: color 0.3s ease-in-out;
}
.t_sale_btn_container a:nth-child(2) span {
	color: #2b7256;
}
.t_sale_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 30px;
}
.t_sale_btn_container a:nth-child(2) .t_sale_arrow_container {
	background: #2b7256;
}
.t_sale_result_arrow {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #2b7256;
}
.t_sale_btn_container a:nth-child(2) .t_sale_result_arrow {
	background: #fff;
}
.t_sale_result_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 7px;
	height: 1px;
	border-radius: 9999px;
	background-color: #2b7256;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.t_sale_btn_container a:nth-child(2) .t_sale_result_arrow::after {
	background: #fff;
}
.t_sale_right ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
	padding: 0;
}
.t_sale_right ul li a {
	width: 27.5vw;
	height: 110px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	display: block;
	margin-top: 18px;
}
.t_sale_right ul li a img {
	padding: 15px 0 3px 0;
	height: 58px;
}
.t_sale_right ul li a p {
	font-size: 3.5vw;
	font-weight: bold;
	color: #333;
	margin: 0;
}
.t_staff {
	background: url(../img/staff_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0 40px 0;
	position: relative;
	z-index: 0;
}
.t_staff_top {
	width: 90%;
	margin: auto;
}
.t_staff_top img {
	width: 85%;
	margin: auto;
	display: block;
}
.t_staff_top_txt {
	font-size: 3vw;
	font-weight: 500;
	line-height: 1.8;
	padding-top: 10px;
	text-align: center;
}
.t_staff_list {
	width: 1270px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 37px 0 62px 0;
}
.t_staff_list li a {
	width: 270px;
	position: relative;
	display: block;
}
.t_staff_list li a img {
	margin: auto;
	display: block;
}
.t_staff_name {
	writing-mode: vertical-rl;
	font-size: 25px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	line-height: 1.5;
}
.t_staff_name span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #7a8baf;
}
.t_staff_com {
	height: 108px;
	border-radius: 10px;
	background: #7a8baf;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 20px 30px;
	margin: 0;
	box-sizing: border-box;
	line-height: 1.6;
	display: grid;
	place-content: center;
}
.t_staff_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 10px 0 20px;
	background-color: #7a8baf;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 80%;
	height: 55px;
	box-sizing: border-box;
	margin: auto;
}
.t_staff_btn span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 4vw;
	transition: color 0.3s ease-in-out;
}
.t_staff_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: background-color 0.3s ase-in-out;
}
.t_staff_result_arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #7a8baf;
}
.t_staff_result_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 8px;
	height: 1px;
	border-radius: 9999px;
	background-color: #7a8baf;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.t_staff_slide {
	margin: 20px 0;
	& img {
		display: block;
		margin: 0 auto;
	}
}
.t_voice {
	background: #fff;
	position: relative;
}
.t_voice_inner {
	width: 90%;
	margin: auto;
	padding: 83px 0 60px 0;
	font-family: "Noto Sans JP", sans-serif;
}
.t_voice_top {
	position: relative;
}
.t_voice_inner h3 span {
	font-size: 5vw;
	font-weight: 500;
	color: #e3bb90;
}
.t_voice_inner h3 {
	font-size: 8vw;
	font-weight: bold;
	margin: 0;
	letter-spacing: 3px;
	text-align: center;
	z-index: 5;
	position: relative;
}
.t_voice_inner h3 p {
	margin: 0;
	line-height: 1;
	font-weight: bold;
}
.t_voice_top_txt {
	font-size: 3.5vw;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
	padding-top: 18px;
	text-align: center;
}
.t_voice_top img {
	position: absolute;
	top: -60px;
	right: 15%;
	width: 60vw;
	opacity: 20%;
	z-index: 2;
}
.t_voice_list_inner {
	width: 100%;
	margin: 30px auto 10px;
}
.t_voice_cms01 {
	width: 100%;
}
.t_voice_cms01 img {
	width: 100%;
	height: 250px;
	border-radius: 20px;
	object-fit: cover;
}
.t_voice_name {
	font-size: 5vw;
	font-weight: bold;
	color: #333;
	line-height: 1;
	padding: 18px 0 10px 0;
	margin: 0;
}
.t_voice_about {
	font-size: 3.5vw;
	font-weight: 500;
	color: #000;
	line-height: 1.7;
	margin: 0;
}
.t_voice_tag01 {
	display: flex;
	gap: 10px;
	padding-top: 10px;
}
.t_voice_tag01 p {
	font-size: 3vw;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 15px;
	padding: 3px 13px;
	box-sizing: border-box;
	color: #000;
	margin: 0;
}
.t_voice_list_inner iframe {
	width: 100vw;
	height: 450px;
}
.t_voice_cms02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 0;
	margin: 0;
}
.t_voice_cms02 a {
	display: block;
	display: flex;
	gap: 5vw;
	border-top: 1px dashed #aaaaaa;
	padding: 15px 0;
	width: 85vw;
	text-decoration: none;
}
.t_voice_cms02 li:last-child a {
	border-bottom: 1px dashed #aaaaaa;
}
.t_voice_cms02 a img {
	width: 33vw;
	height: 105px;
	border-radius: 13px;
	object-fit: cover;
}
.t_voice_txt {
	font-size: 3.5vw;
	font-weight: bold;
	color: #333;
	margin: 0 0 5px 0;
	line-height: 1.5;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.t_voice_tag02 {
	display: flex;
	gap: 1vw;
	padding-top: 3px;
}
.t_voice_tag02 p {
	font-size: 3vw;
	font-weight: 500;
	padding: 5px 12px;
	border: 1px solid #000;
	border-radius: 20px;
	box-sizing: border-box;
	line-height: 1;
	color: #000;
	margin: 0;
}
.t_voice_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 10px 0 20px;
	background-color: #e3bb90;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 80%;
	height: 45px;
	box-sizing: border-box;
	margin: auto;
}
.t_voice_btn span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 3vw;
	transition: color 0.3s ease-in-out;
}
.t_voice_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: background-color 0.3s ase-in-out;
}
.t_voice_result_arrow {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #e3bb90;
}
.t_voice_result_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 8px;
	height: 1px;
	border-radius: 9999px;
	background-color: #e3bb90;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.t_aboutus {
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
}
.t_aboutus_title {
	width: 100%;
	background: url(../img/aboutus_title_bg.webp);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	padding: 70px 0 70px 0;
	position: relative;
	z-index: 10;
}
.t_aboutus_title h3 {
	width: 36%;
	margin: auto;
	font-size: 6vw;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.t_aboutus_title h3 span {
	font-size: 4vw;
	display: block;
	padding-top: 10px;
}
.t_aboutus_inner {
	width: 90%;
	margin: auto;
	padding: 45px 0 15px 0;
}
.t_aboutus_map {
	width: 140vw;
	margin-left: -20vw;
}
.t_aboutus_map img {}
.t_aboutus_right {}
.t_aboutus_txt01 {
	font-size: 8vw;
	font-weight: bold;
	color: #566c9b;
	line-height: 1.3;
	margin: 0;
	position: relative;
	z-index: 0;
	ative;
	z-index: 0;
}
.t_aboutus_txt01::after {
	content: url(../img/aboutus_bg.webp);
	position: absolute;
	top: -20px;
	right: -125px;
	z-index: -5;
}
.t_aboutus_txt02 {
	font-size: 3vw;
	font-weight: 500;
	color: #555555;
	width: 590px;
	line-height: 1.8;
	margin: 0;
	padding: 25px 0 40px 0;
	width: 100%;
}
.t_aboutus_company {
	width: 400px;
	margin: auto;
}
.t_aboutus_com_name {
	font-size: 4vw;
	font-weight: 500;
	color: #555;
	margin: 0;
}
.t_aboutus_contact {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	padding: 15px 0;
}
.t_aboutus_contact li {
	display: flex;
	padding-bottom: 8px;
	align-items: center;
	width: 100%;
}
.t_aboutus_contact i {
	color: #7a8baf;
	font-size: 3vw;
}
.t_aboutus_contact p {
	padding-left: 2vw;
	font-size: 3.5vw;
	font-weight: 500;
	color: #333;
	margin: 0;
}
.t_aboutus_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: auto;
	position: relative;
	z-index: 50;
}
.t_aboutus_list li {
	padding-bottom: 15px;
	width: 31%;
}
.t_aboutus_list a {
	width: 100%;
	border-radius: 10px;
	display: block;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
	overflow: hidden;
}
.t_aboutus_list a img {
	object-fit: cover;
}
.t_aboutus_list a p {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	color: #000;
	font-weight: bold;
	line-height: 1;
	font-size: 12px;
}
.t_aboutus_slide {
	padding-top: 100px;
	display: none;
}
.splide2 .splide__slide img {
	width: 300px;
}
.t_contents {
	background: #f3f0ea;
	padding: 135px 0 60px 0;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
}
.t_contents_inner {}
.t_contents_top {
	text-align: center;
}
.t_contents_top h3 {
	font-size: 7vw;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin: 0;
}
.t_contents_top h3 span {
	font-size: 4vw;
	font-weight: bold;
	color: #7a8baf;
	display: block;
	padding-top: 15px;
}
.t_contents_top_txt {
	font-size: 3vw;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
	padding: 30px 0 15px 0;
	text-align: left;
	width: 90%;
	margin: auto;
}
.t_contents_top img {
	position: absolute;
	top: -23px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50vw;
}
.t_contents_inner ul {
	padding: 0;
	margin: 0;
}
.t_contents_inner li a {
	width: 90%;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
	display: flex;
	position: relative;
	margin: 20px auto 0 auto;
}
.t_contents_inner li a img {
	width: 33%;
	object-fit: cover;
}
.t_contents_txt {
	display: grid;
	place-content: center;
	padding: 18px;
}
.t_contents_name {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 0;
	line-height: 1.3;
	padding-bottom: 8px;
}
.t_contents_about {
	font-size: 12px;
	margin: 0;
	line-height: 1.5;
	color: #000;
}
.t_contents_maru {
	width: 20px;
	height: 20px;
	border-radius: 30px;
	border: 1px solid #7a8baf;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 8px;
	right: 10px;
}
.t_contents_arrow {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #7a8baf;
}
.t_contents_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 5px;
	height: 1px;
	border-radius: 9999px;
	background-color: #7a8baf;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.t_contents_list2 {
	display: flex;
	justify-content: center !important;
	gap: 0px 2vw !important;
	margin-top: 10px !important;
	flex-wrap: wrap;
}
.t_contents_list2 a {
	width: 41vw !important;
	height: 65px !important;
	border-radius: 15px !important;
	background: #fff !important;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1) !important;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 0 20px;
	box-sizing: border-box;
}
.t_contents_list2 p {
	font-size: 3.5vw;
	font-weight: bold;
	color: #333;
	width: 23vw;
}
.t_contents_list2 .t_contents_maru {
	position: unset;
}
footer {
	position: relative;
	background: #fff;
	margin-top: -4% !important;
}