@charset "shift_jis";
/*************************************************/
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* この下にあるコメントアウトを活用してください！ */
/* 「assessment」は売却査定フォームのデフォルトデザイン用cssです */
/*************************************************/
/*************************************************/
/*  assessment  */
/*************************************************/
.t_asse_form_wrap {
	width: 1000px;
	margin: 0 auto 40px;
}
.t_asse_form_wrap .h2_title {
	width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form {
	margin: 20px auto;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 #999;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.t_asse_form tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 3px;
}
.t_asse_form tr th,
.t_asse_form tr td {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form tr th {
	width: 25%;
	background: #FAFAF9;
}
.t_asse_form tr th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	align-items: flex-start;
	text-align: left;
}
.t_asse_form tr td {
	width: 75%;
	font-size: 15px;
	line-height: 22px;
}
.t_asse_form th span {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 3px;
}
.t_asse_form th span.t_asse_required {
	border: 1px solid #ff4a32;
	color: #ff4a32;
	background: #FFE8E5;
}
.t_asse_form th span.t_asse_any {
	border: 1px solid #237dc0;
	color: #237dc0;
	background: #dfebf5;
}
.t_asse_form td p {
	color: #999;
}
.t_asse_form td input[type="text"],
.t_asse_form td input[type="tel"],
.t_asse_form td input[type="password"],
.t_asse_form td input[type="number"],
.t_asse_form td textarea,
.t_asse_form td select {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 4px;
	margin-right: 5px;
}
.t_asse_form td input[type="button"] {
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
}
.t_asse_form td input[type="button"]:hover {
	background: #ccc;
}
.t_asse_form td select {
	cursor: pointer;
	height: 42px;
	vertical-align: bottom;
}
.t_asse_form td textarea {
	height: 150px;
	display: block;
}
.t_asse_form td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 9px 15px 9px 9px;
	display: inline-block;
	margin: 0 2px 5px 0;
}
.t_asse_form td label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.t_asse_form td label input[type="checkbox"],
.t_asse_form td label input[type="radio"] {
	vertical-align: sub;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.t_asse_form td input[type="text"]:hover,
.t_asse_form td input[type="tel"]:hover,
.t_asse_form td input[type="password"]:hover,
.t_asse_form td input[type="number"]:hover,
.t_asse_form td textarea:hover,
.t_asse_form td select:hover,
.t_asse_form td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.t_asse_btn input[type="submit"] {
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	font-size: 20px;
	display: block;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.t_asse_btn input[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.t_asse_btn input[type="button"] {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 3px;
	width: 100px;
	height: 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.t_asse_btn input[type="button"]:hover {
	background: #ccc;
}
/*************************************************/
/* ここから下は削除して問題ありません  */
/*************************************************/
.t_container {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin: 0;
	padding: 0;
}
.t_container li {
	list-style: none;
}
.t_container a {
	text-decoration: none;
}
.t_main_inner {
	height: 95vh;
}
.t_main_txt {
	padding-top: 40vh;
	text-align: center;
}
.t_main_txt p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.7;
	padding-top: 10px;
}
.t_main_inner .album {
	top: 0;
}
.album img {
	height: 95vh !important;
}
.main_scroll {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.t_nav {
	padding: 38px 0;
	background: #fff;
}
.t_nav_container {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.t_nav_container_list {
	width: 330px;
	display: block;
	border-radius: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 27px 0px 27px 50px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
}
.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_title {
	display: flex;
	gap: 10px;
	align-items: flex-end;
}
.t_nav_title p {
	font-size: 25px;
	font-weight: bold;
	color: #333;
	margin: 0;
}
.t_nav_title p span {
	font-size: 15px;
	padding-left: 14px;
}
.t_nav_about {
	font-size: 15px;
	color: #333;
	width: 300px;
	border-bottom: 1px dotted #d5d5d5;
	margin: 0;
	padding: 14px 0;
}
.t_nav_link_list {
	width: 300px;
	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: 145px;
	height: 40px;
	border-radius: 40px;
	background: #d9dfea;
	display: grid;
	place-content: center;
	margin-top: 9px;
}
.t_nav_link_list a:hover {
	background: #7a8baf;
	transition: 0.3s;
	color: #fff;
}
.t_nav_container_list:nth-child(2) .t_nav_link_list a {
	background: #e9f3ef;
}
.t_nav_container_list:nth-child(2) .t_nav_link_list a:hover {
	background: #719c8b;
}
.t_nav_container_list:nth-child(3) .t_nav_link_list a {
	background: #f0eae3;
}
.t_nav_container_list:nth-child(3) .t_nav_link_list a:hover {
	background: #e3bb90;
}
.t_nav_btn {
	width: 310px;
	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_btn:hover {
	background: #d9dfea;
	transition: 0.3s;
}
.t_nav_btn:hover p {
	color: #333;
}
.t_nav_container_list:nth-child(2) .t_nav_btn {
	background: #719c8b;
}
.t_nav_container_list:nth-child(2) .t_nav_btn:hover {
	background: #e9f3ef;
}
.t_nav_container_list:nth-child(3) .t_nav_btn {
	background: #e3bb90;
}
.t_nav_container_list:nth-child(3) .t_nav_btn:hover {
	background: #f0eae3;
}
.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_container_list:nth-child(2) .t_nav_btn_arrow {
	background: #719c8b;
}
.t_nav_container_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_container_list:nth-child(2) .t_nav_btn_arrow::after {
	background: #719c8b;
}
.t_nav_container_list:nth-child(3) .t_nav_btn_arrow::after {
	background: #e3bb90;
}
/*--/特選--*/
.m_new_wrap {
	overflow: hidden;
	background: #fff;
	position: relative;
	padding: 160px 0 100px 0;
}
.m_new_inner {
	position: relative;
}
.m_new_inner::before {
	content: "";
	width: 95%;
	height: 110%;
	border-radius: 0 30px 30px 0;
	display: block;
	background: #d5dcea;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.sale_result_right {
	width: 1200px;
	margin: auto;
	position: relative;
}
.sale_result_right h3 {
	position: absolute;
	top: -85px;
	left: 0;
	display: flex;
	margin: 0;
	align-items: flex-start;
}
.sale_result_right h3 p {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	writing-mode: vertical-rl;
	line-height: 1.5;
	letter-spacing: 7px;
	margin: 0;
	border-right: 3px dashed #7a8baf;
	margin-right: 10px;
}
.sale_result_right h3 span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #7a8baf;
	letter-spacing: 3px;
	text-decoration: none;
	writing-mode: vertical-rl;
	padding-left: 10px;
}
.t_reco_top_txt {
	font-size: 18px;
	font-weight: bold;
	width: 380px;
	line-height: 1.7;
	position: absolute;
	top: -100px;
	left: 260px;
	color: #333;
}
.t_reco_img {
	position: absolute;
	top: -133px;
	right: 4%;
}
.t_reco_btn {
	padding-top: 440px;
	margin-left: -45px;
}
.sale_result_right a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 12px 0 20px;
	background-color: #7a8baf;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 220px;
	height: 50px;
	box-sizing: border-box;
	margin-top: 12px;
}
.sale_result_right a:hover {
	background: #fff;
}
.sale_result_right a span {
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	transition: color 0.3s ease-in-out;
}
.sale_result_right a:hover span {
	color: #7a8baf;
}
.sale_result_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;
}
.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;
}
.splide__slide {
	margin-right: 40px !important;
	width: 280px !important;
}
#new_splide {
	left: calc(50% - 350px);
	right: 0px;
	top: -485px;
}
.t_reco_link {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 475px;
	text-decoration: none;
	color: #333;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	position: relative;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
	margin: 10px;
}
.t_reco_photo img {
	width: 220px;
	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 {
	width: 220px;
	height: 85px;
	background: #d9dfea;
	padding: 16px 14px;
	box-sizing: border-box;
	position: absolute;
	bottom: 15px;
}
.splide__arrows {
	height: 0;
}
.splide__arrow {
	width: 70px !important;
	height: 70px !important;
	border-radius: 70px !important;
	z-index: 30 !important;
	background: #7a8baf !important;
	border: none !important;
	top: 250px !important;
	left: 42vw !important;
	position: relative !important;
	display: inline-block !important;
	opacity: 1 !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 img {
	display: none;
}
.splide__arrow--prev {
	display: none !important;
}
.splide__arrow svg {
	display: none !important;
}
.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: 1200px;
	height: 490px;
	border: 5px solid #7a8baf;
	background-color: #7a8baf;
	border-radius: 30px;
	display: flex;
	margin: -420px auto 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.t_member_inner {
	position: relative;
}
.t_member_title {
	width: 665px;
	height: 150px;
	background: #7a8baf;
	padding: 24px 0 24px 44px;
	box-sizing: border-box;
}
.t_mem_txt_container {
	padding: 30px 0 38px 44px;
	background-color: #fff;
}
.t_member_num {
	display: flex;
	display: flex;
	gap: 32px;
}
.t_member_num div {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 260px;
}
.t_member_num_name {
	width: 140px;
	height: 35px;
	border: 1px solid #333;
	border-radius: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: grid;
	place-content: center;
	margin: 0;
}
.t_member_num_num {
	font-size: 35px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000;
}
.t_menmber_red_txt {
	color: #e55e43;
}
.t_member_num_num span {
	font-size: 20px;
	color: #333;
}
.t_member_inner ul {
	margin: 0;
	padding: 25px 0 16px 0;
}
.t_member_inner li span {
	width: 38px;
	height: 38px;
	border-radius: 20px;
	background: #f3f0ea;
	display: inline-grid;
	place-content: center;
	margin-right: 25px;
}
.t_member_inner li {
	font-size: 18px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #000;
}
.t_mem_btn {
	width: 560px;
	height: 60px;
	border-radius: 10px;
	background: #e55e43;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: grid;
	place-content: center;
	transition: .3s;
}
.t_member:hover .t_mem_btn {
	color: #e55e43;
	background: #fff;
	border: 1px solid #e55e43;
	box-sizing: border-box;
}
.t_mem_img {
	position: absolute;
	bottom: 40px;
	right: -40px;
}
.t_sale {
	background: #719c8b;
	position: relative;
}
.t_sale_inner {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_sale_left img {
	width: 95%;
	height: 82%;
	object-fit: cover;
	top: 80px;
	left: -48%;
	position: absolute;
}
.t_sale_right {
	width: 590px;
	position: relative;
	padding: 119px 0 99px 0;
}
.t_sale_right h3 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin: 0;
}
.t_sale_right h3 span {
	font-size: 30px;
	letter-spacing: 2px;
	padding-left: 23px;
}
.t_sale_house {
	padding: 25px 0 50px 0;
}
.t_sale_txt {
	position: absolute;
	top: 170px;
	right: 83px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.t_sale_btn_container {
	display: flex;
	justify-content: space-between;
}
.t_sale_btn_container a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 17px 0 29px;
	background-color: #2b7256;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 280px;
	height: 70px;
	box-sizing: border-box;
}
.t_sale_btn_container a:hover {
	background-color: #fff;
}
.t_sale_btn_container a:nth-child(2) {
	background: #fff;
}
.t_sale_btn_container a:nth-child(2):hover {
	background: #2b7256;
}
.t_sale_btn_container span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 18px;
	transition: color 0.3s ease-in-out;
}
.t_sale_btn_container a:hover span {
	color: #2b7256;
}
.t_sale_btn_container a:nth-child(2) span {
	color: #2b7256;
}
.t_sale_btn_container a:nth-child(2):hover span {
	color: #fff;
}
.t_sale_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: 0.3s;
}
.t_sale_btn_container a:hover .t_sale_arrow_container {
	background: #2b7256;
}
.t_sale_btn_container a:nth-child(2) .t_sale_arrow_container {
	background: #2b7256;
}
.t_sale_btn_container a:nth-child(2):hover .t_sale_arrow_container {
	background: #fff;
}
.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:hover .t_sale_result_arrow {
	background: #fff;
}
.t_sale_btn_container a:nth-child(2) .t_sale_result_arrow {
	background: #fff;
}
.t_sale_btn_container a:nth-child(2):hover .t_sale_result_arrow {
	background: #2b7256;
}
.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:hover .t_sale_result_arrow::after {
	background: #fff;
}
.t_sale_btn_container a:nth-child(2) .t_sale_result_arrow::after {
	background: #fff;
}
.t_sale_btn_container a:nth-child(2):hover .t_sale_result_arrow::after {
	background: #2b7256;
}
.t_sale_right ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 6px 0 0 0;
	padding: 0;
}
.t_sale_right ul li a {
	width: 180px;
	height: 170px;
	border-radius: 30px;
	background: #fff;
	text-align: center;
	display: block;
	margin-top: 36px;
	transition: .3s;
}
.t_sale_right ul li a:hover {
	transform: scale(1.05);
}
.t_sale_right ul li a img {
	padding: 22px 0 15px 0;
}
.t_sale_right ul li a p {
	font-size: 18px;
	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;
}
.t_staff_top {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.t_staff_top_txt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}
.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;
	padding-top: 30px;
}
.t_staff_name span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #7a8baf;
}
.t_staff_com {
	width: 270px;
	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 14px 0 32px;
	background-color: #7a8baf;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 450px;
	height: 70px;
	box-sizing: border-box;
	margin: auto;
}
.t_staff_btn:hover {
	background: #fff;
}
.t_staff_btn span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	transition: color 0.3s ease-in-out;
}
.t_staff_btn:hover span {
	color: #7a8baf;
}
.t_staff_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: background-color 0.3s ase-in-out;
}
.t_staff_btn:hover .t_staff_arrow_container {
	background: #7a8baf;
}
.t_staff_result_arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #7a8baf;
}
.t_staff_btn:hover .t_staff_result_arrow {
	background: #fff;
}
.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_btn:hover .t_staff_result_arrow::after {
	background: #fff;
}
.t_voice {
	background: #fff;
}
.t_voice_inner {
	width: 1200px;
	margin: auto;
	padding: 65px 0 85px 0;
	font-family: "Noto Sans JP", sans-serif;
}
.t_voice_top {
	display: flex;
	align-items: flex-end;
	gap: 98px;
	position: relative;
}
.t_voice_inner h3 span {
	font-size: 20px;
	font-weight: 500;
	color: #e3bb90;
}
.t_voice_inner h3 {
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	letter-spacing: 3px;
}
.t_voice_inner h3 p {
	margin: 0;
	line-height: 1;
	padding-top: 20px;
}
.t_voice_top_txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
}
.t_voice_top img {
	position: absolute;
	top: -95px;
	right: 55px;
}
.t_voice_list_inner {
	width: 1125px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: auto;
	padding: 71px 0 22px 0;
}
.t_voice_cms01 {
	width: 500px;
}
.t_voice_cms01 a {
	text-decoration: none;
}
.t_voice_cms01 img {
	width: 500px;
	height: 360px;
	border-radius: 20px;
	object-fit: cover;
}
.t_voice_name {
	font-size: 23px;
	font-weight: bold;
	color: #333;
	line-height: 1.3;
	padding: 20px 0;
	margin: 0;
}
.t_voice_about {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	line-height: 1.7;
	margin: 0;
	display: none;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.t_voice_tag01 {
	display: flex;
	gap: 10px;
	padding-top: 10px;
}
.t_voice_tag01 p {
	font-size: 14px;
	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: 510px;
	height: 580px;
}
.t_voice_list_inner iframe:nth-child(2) {
	width: 560px;
}
.t_voice_list_inner iframe body {
	margin: 0;
}
.t_voice_cms02 {
	width: 550px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.t_voice_cms02 a {
	text-decoration: none;
}
.t_voice_cms02 li {
	list-style: none;
}
.t_voice_cms02 li:first-child {
	display: none;
}
.t_voice_cms02 a {
	width: 250px;
	display: block;
	padding-bottom: 30px;
}
.t_voice_cms02 a img {
	width: 250px;
	height: 180px;
	border-radius: 20px;
	object-fit: cover;
}
.t_voice_txt {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin: 0;
	padding: 0px 0 0px 0;
	line-height: 1.5;
	height: 45px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.t_voice_tag02 {
	display: flex;
	gap: 10px;
}
.t_voice_tag02 p {
	font-size: 12px;
	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 14px 0 32px;
	background-color: #e3bb90;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 450px;
	height: 70px;
	box-sizing: border-box;
	margin: auto;
	border: 1px solid #e3bb90;
}
.t_voice_btn:hover {
	background: #fff;
	border: 1px solid #e3bb90;
	box-sizing: border-box;
}
.t_voice_btn span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	transition: color 0.3s ease-in-out;
}
.t_voice_btn:hover span {
	color: #e3bb90;
}
.t_voice_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: background-color 0.3s ase-in-out;
}
.t_voice_btn:hover .t_voice_arrow_container {
	background: #e3bb90;
}
.t_voice_result_arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #e3bb90;
}
.t_voice_btn:hover .t_voice_result_arrow {
	background: #fff;
}
.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_voice_btn:hover .t_voice_result_arrow::after {
	background: #fff;
}
.t_aboutus {
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
}
.t_aboutus_title {
	width: 100%;
	background: url(../img/aboutus_title_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 137px 0 118px 0;
	position: relative;
	z-index: 10;
}
.t_aboutus_title h3 {
	width: 1200px;
	margin: auto;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.t_aboutus_title h3 span {
	font-size: 25px;
	display: block;
	padding-top: 28px;
}
.t_aboutus_inner {
	display: flex;
	width: 1480px;
	margin: auto;
}
.t_aboutus_map {
	width: 50%;
}
.t_aboutus_map img {
	position: absolute;
	top: 340px;
	left: -57px;
	width: 65vw;
	max-width: 1060px;
}
.t_aboutus_right {
	width: 50%;
	padding-top: 110px;
}
.t_aboutus_txt01 {
	font-size: 60px;
	font-weight: bold;
	color: #566c9b;
	line-height: 1.3;
	margin: 0;
	position: relative;
	z-index: 0;
}
.t_aboutus_txt01::after {
	content: url(../img/aboutus_bg.webp);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -5;
}
.t_aboutus_txt02 {
	font-size: 19px;
	font-weight: 500;
	color: #555555;
	width: 590px;
	line-height: 1.8;
	margin: 0;
	padding: 65px 0 75px 0;
}
.t_aboutus_company {
	width: 400px;
	margin: 0 0 0 60px;
}
.t_aboutus_com_name {
	font-size: 20px;
	font-weight: 500;
	color: #555;
	margin: 0;
}
.t_aboutus_contact {
	width: 370px;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	padding: 30px 0;
}
.t_aboutus_contact li {
	display: flex;
	padding-bottom: 15px;
}
.t_aboutus_contact i {
	color: #7a8baf;
	font-size: 15px;
}
.t_aboutus_contact p {
	padding-left: 15px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	margin: 0;
}
.t_aboutus_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 570px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 50;
}
.t_aboutus_list li {
	padding-bottom: 25px;
	transition: .3s;
}
.t_aboutus_list li:hover {
	transform: scale(1.05)
}
.t_aboutus_list a {
	width: 170px;
	height: 153px;
	border-radius: 20px;
	display: block;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
	background-color: #fff;
}
.t_aboutus_list a img {
	width: 170px;
	height: 112px;
	object-fit: cover;
}
.t_aboutus_list a p {
	text-align: center;
	padding: 13px 0;
	margin: 0;
	color: #000;
	font-weight: bold;
	line-height: 1;
}
.t_aboutus_slide {
	padding-top: 100px;
}
#top_splide_slider .splide__slide img {
	width: 100%;
}
.t_contents {
	background: #f3f0ea;
	padding: 170px 0 103px 0;
	font-family: "Noto Sans JP", sans-serif;
}
.t_contents_inner {
	width: 1200px;
	margin: auto;
}
.t_contents_top {
	padding-left: 355px;
	position: relative;
}
.t_contents_top h3 {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin: 0;
}
.t_contents_top h3 span {
	font-size: 20px;
	font-weight: bold;
	color: #7a8baf;
	padding-left: 12px;
}
.t_contents_top_txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
	padding: 10px 0 45px 0;
}
.t_contents_top {
	position: relative;
}
.t_contents_top img {
	position: absolute;
	top: -30px;
	left: 35px;
}
.t_contents_inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	gap: 40px 0;
}
.t_contents_inner li a {
	width: 580px;
	height: 200px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
	display: flex;
	position: relative;
	transition: .3s;
}
.t_contents_inner li a:hover {
	transform: scale(1.05);
}
.t_contents_txt {
	display: grid;
	place-content: center;
	width: 300px;
	padding: 30px;
}
.t_contents_name {
	font-size: 23px;
	font-weight: bold;
	color: #333;
	margin: 0;
	line-height: 1.3;
	padding-bottom: 23px;
}
.t_contents_about {
	font-size: 15px;
	width: 300px;
	margin: 0;
	line-height: 1.8;
	color: #000;
}
.t_contents_maru {
	width: 33px;
	height: 33px;
	border-radius: 30px;
	border: 1px solid #7a8baf;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 13px;
	right: 15px;
}
.t_contents_arrow {
	position: relative;
	display: inline-block;
	width: 18px;
	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: 8px;
	height: 1px;
	border-radius: 9999px;
	background-color: #7a8baf;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.t_contents_list2 {
	justify-content: center !important;
	gap: 15px 26px !important;
	margin-top: 30px !important;
}
.t_contents_list2 a {
	width: 280px !important;
	height: 80px !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: 18px;
	font-weight: bold;
	color: #333;
}
.t_contents_list2 .t_contents_maru {
	position: unset;
}
.slide-text-container {
	position: absolute;
	top: 0px;
	left: 55%;
	transform: translateX(-50%);
	z-index: 10;
	width: 300px;
}
.slide-text {
	background: #d38d8d;
	box-shadow: 0 5px 10px #0001;
	color: #fff;
	padding: 10px 30px;
	border-radius: 16px;
	text-align: left;
	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-text.active {
	opacity: 1;
	transform: translateY(0);
}
.slide-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.slide-subtitle {
	font-size: 15px;
	opacity: 0.9;
	margin-bottom: 15px;
}
.slide-description {
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 20px;
}
.progress-container {
	height: 4px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	overflow: hidden;
	display: none;
}
.progress-bar {
	height: 100%;
	background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
	width: 0%;
	transition: width linear;
}
#jsp {
	background: #d5dcea;
}
#jsp a {
	color: #333;
	text-decoration: none;
}
#jsp a:hover {
	text-decoration: underline;
}