@media screen and (min-width: 769px) {
	body {
		color: #2d2e33;
	}




	/* --------------------------------------------------- */
	p {
		margin: 0;
	}

	a {
		text-decoration: none;
	}

	.txt02 {
		font-size: 36px;
		color: #2d2e33;
		font-family: Playfair Display !important;

	}

	.w1100 {
		width: 1100px;
		margin: auto;
	}

	.w1200 {
		width: 1200px;
		margin: auto;
	}

	.t_container {
		font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
		overflow: hidden;
	}

	.t_container h3 {
		font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", メイリオ, Meiryo, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝";
		font-size: 28px;
		font-weight: normal;
		line-height: 1.4;
		margin: 0;
		color: #000 !important;
	}

	/* メイン */
	.t_main {
		margin: 0;
		position: relative;
		height: 85vh;
		overflow: hidden;
	}

	.album {
		height: 100%;
		overflow: hidden;
	}

	.album img {
		height: 100% !important;
		object-fit: cover;
	}

	.t_main_inner {
		display: grid;
		place-content: center;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}

	/* メイン下 */
	.t_main_bottom img {
		width: 100%;
	}

	.t_main_bottom h2 {
		font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", メイリオ, Meiryo, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝";
		text-align: center;
		font-size: 1.5em;
		font-weight: normal;
		margin-top: 1.5em;
	}

	/* 安心の理由 */
	.t_reason {
		padding-top: 70px;
	}

	.t_reason .w1200 {
		display: flex;
		gap: 100px;
		align-items: flex-start;
	}

	.t_reason .w1200 img {
		flex-shrink: 0;
	}

	.t_reason_r h3 span {
		display: block;
		position: relative;
		width: fit-content;
		margin-top: 30px;
	}

	.t_reason_r h3 span::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -450px;
		width: 435px;
		height: 1px;
		background: #e5e5e7;
		display: block;
	}

	.t_reason_txt03 {
		font-size: 16px;
		font-weight: 400;
		color: #6c6d74;
		padding-top: 15px;
	}

	/* 施工事例 */
	.t_result {
		padding-top: 130px;
		text-align: center;
	}

	.t_result_tit {
		font-family: "Playfair Display";
		font-size: 36px;
	}

	.t_result_list {
		display: flex;
		flex-wrap: wrap;
		padding-top: 20px;
	}

	.t_result_list li {
		width: 20%;
		position: relative;
	}

	.t_result_list li a p {
		width: 100%;
		height: 100%;
		display: grid;
		place-content: center;
		position: absolute;
		top: 0;
		opacity: 0;
		transition: all .3s ease-in-out;
		color: #fff;
		font-size: 16px;
	}

	.t_result_list li a:hover p {
		opacity: 1;
	}

	.t_result_btn {
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		background: #3f3f41;
		border: 1px solid #3f3f41;
		transition: all .3s ease-in-out;
		width: 165px;
		height: 45px;
		margin: 20px auto 0;
		display: grid;
		place-content: center;
		letter-spacing: 2px;
	}

	.t_result_btn:hover {
		color: #3f3f41;
		background: #fff;
	}

	.t_result_insta {
		display: block;
		margin-top: 60px;
	}

	.t_result_insta_txt {
		color: #e44e56;
		padding-top: 20px;
	}

	/* トピックス */
	.t_topics {
		padding-top: 130px;
	}

	.t_topics_tit {
		font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", メイリオ, Meiryo, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝";
		font-size: 36px;
		padding-bottom: 5px;
	}

	.t_topics_top_list {
		border-top: 1px solid #e5e5e7;
		padding-top: 30px;
		display: flex;
		justify-content: space-between;
	}

	.t_topics_top_list li {
		width: 32%;
	}

	.t_topics_bottom_list {
		padding-top: 30px;
	}

	.t_topics_bottom_list li:not(:last-of-type) {
		padding-bottom: 50px;
	}

	.t_topics_bottom_list li a {
		display: flex;
		gap: 100px;
		align-items: flex-start;
	}

	.t_topics_bottom_list li a img {
		flex-shrink: 0;
		width: 500px;
	}

	.t_topics_about {
		font-size: 16px;
		font-weight: 400;
		color: #6c6d74;
		padding-top: 15px;
		line-height: 1.5;
	}


	/* 商品ラインナップ */
	.t_lineup {
		padding-top: 140px;
	}

	.t_lineup_tit_bg {
		text-align: center;
		color: #fff;
		background: #330000;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 1;
		padding: 10px 0;
	}

	.t_lineup_box {
		padding-top: 250px;
		font-family: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, メイリオ, Meiryo, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝;
	}

	.t_lineup_top {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		position: relative;
	}

	.t_lineup_1000p_logo {
		position: absolute;
		top: -130px;
        left: 165px;
		z-index: 0;
	}

	.t_lineup_name {
		font-size: 50px;
		position: relative;
		z-index: 2;
		/* font-family: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, メイリオ, Meiryo, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝; */
		line-height: 1;
	}

	.t_lineup_name span {
		font-size: 20px;
	}

	.t_lineup_name_36 {
		font-size: 36px !important;
	}

	.t_lineup_price_box {
		text-align: right;
	}

	.t_lineup_price {
		font-size: 15px;
	}

	.t_lineup_price span {
		font-size: 36px;
	}

	.t_lineup_price_tax {
		font-size: 13px;
	}

	.t_lineup_list {
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 2;
		padding-top: 20px;
		gap: 20px;
	}

	.t_lineup_list a {
		width: 270px;
		height: 405px;
		display: block;
		overflow: hidden;
		position: relative;
	}

	.t_lineup_list a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.t_lineup_list_inner {
		margin: 20px;
		width: 230px;
		height: 365px;
		background: rgba(255, 255, 255, .64);
		display: grid;
		place-content: center;
		position: absolute;
		top: 0;
		text-align: center;
	}

	.t_lineup_list_txt01 {
		font-size: 28px;
		color: #000;
	}

	.t_lineup_list_txt02 {
		font-size: 16px;
		font-weight: 400;
		color: #6c6d74;
		line-height: 2.5;
		padding-top: 5px;
		font-family: 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic;
	}

	.t_inq_btn {
		display: flex;
		justify-content: center;
		gap: 50px;
		padding-top: 100px;
	}

	.t_inq_btn li a {
		font-size: 13px;
		background-color: #f7f7f7;
		color: #6c6d74;
		border: 1px solid #f7f7f7;
		padding: 10px 20px;
		box-sizing: border-box;
		transition: all .3s ease-in-out;
		display: block;
		margin: auto;
		width: fit-content;
		font-family: Montserrat;
		font-weight: 500;
	}

	.t_inq_btn li a:hover {
		color: #000;
		background: #fff;
	}

	/* お客様の声 */
	.t_voice {
		padding-top: 100px;
	}

	.t_voice .txt02 {
		text-align: center;
	}

	.t_voice_list {
		padding-top: 20px;
		display: flex;
		justify-content: space-between;
	}

	.t_voice_list li a {
		width: 270px;
		padding: 20px;
		box-sizing: border-box;
		display: block;
		border: 1px solid #e5e5e7;
		transition: all .3s ease-in-out;
	}

	.t_voice_list li a:hover {
		border: 1px solid #3f3f41;
	}

	.t_voice_img {
		width: 100%;
		height: 170px;
	}

	.t_voice_img img {
		width: 1005px;
		height: 100%;
		object-fit: cover;
	}

	.t_voice_name {
		font-size: 16px;
		line-height: 1.4;
		font-family: Montserrat;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding-top: 20px;
		color: #2d2e33;
	}

	.t_voice_about {
		padding-top: 10px;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		color: #6c6d74;
	}

	.t_voice_btn {
		font-size: 13px;
		width: 200px;
		height: 54px;
		background-color: #3f3f41;
		color: #fff;
		border: 1px solid #3f3f41;
		display: grid;
		place-content: center;
		transition: all .3s ease-in-out;
		margin: 20px auto 0;
	}

	.t_voice_btn:hover {
		background-color: #fff;
		color: #3f3f41;
	}

	/* 家を楽しむ */
	.t_lineup02 {
		padding-top: 100px;
	}

	.t_lineup02 .txt02 {
		text-align: center;
	}

	.t_lineup02 .t_lineup_top_img {
		width: 400px;
	}

	.t_lineup02 .t_lineup_list {
		width: 1370px;
		margin: auto;
		padding-top: 50px;
	}

	.t_lineup02 .t_lineup_list a {
		width: 240px;
	}

	.t_lineup02 .t_lineup_list_inner {
		width: 200px;
	}

	/* 保健室がある家 */
	.t_nurse {
		padding-top: 250px;
	}

	.t_nurse_inner {
		width: 1450px;
		padding: 130px 70px 70px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		background: url(/img/top/nurse_bg.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		box-sizing: border-box;
		margin: auto;
	}

	.t_nurse_l {
		background: rgba(255, 255, 255, .7);
		padding: 40px;
	}

	.t_nurse_l img {
		display: block;
		margin: auto;
		width: 450px;
	}

	.t_nurse_l p {
		text-align: center;
	}

	.t_nurse_txt01 {
		color: #e44e56;
		font-size: 13px;
		line-height: 1.4;
		font-family: Montserrat;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding-top: 30px;
	}

	.t_nurse_txt02 {

		padding-top: 15px;
	}

	.t_nurse_l a {
		width: 130px;
		height: 30px;
		background: #300;
		border: 1px solid #300;
		color: #fff;
		display: grid;
		place-content: center;
		font-size: 13px;
		font-weight: 500;
		margin: 15px auto 0;
		letter-spacing: 2px;
		transition: all .3s ease-in-out;
		font-family: Montserrat;
	}

	.t_nurse_l a:hover {
		background: unset;
		color: #300;
	}

	.t_nurse_inner .txt03 {
		margin-top: -65px;
		font-family: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, メイリオ, Meiryo, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝;
		font-weight: bold;
	}

	/* GOH HOTO */
	.t_goh {
		padding-top: 250px;
	}

	.t_goh .w1200 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.t_goh_l {
		width: 550px;
	}

	.t_goh .txt01 {

		display: flex;

		align-items: center;

		gap: 10px;
	}

	.t_goh .txt01::after {
		content: "";
		width: 240px;
		height: 1px;
		background: #e5e5e7;
		display: block;
	}

	.t_goh_txt01 {
		color: #2d2e33;
		border-bottom: 1px solid #e5e5e7;
		font-style: italic;
		font-weight: bold;
		padding: 20px 0 15px;
	}

	.t_goh_txt02 {
		font-size: 20px;
		line-height: 1.5;
		color: #2d2e33;
		padding-top: 20px;
	}

	.t_goh_txt02_b {
		font-weight: bold;
	}

	.t_goh_txt02_c {
		color: #4169e1;
		font-weight: bold;
	}

	.t_goh_txt03 {
		color: #2d2e33;
		padding: 20px 0 0 120px;
	}

	.t_goh a {
		width: 600px;
		display: block;
		flex-shrink: 0;
	}

	/* t_tv */
	.t_tv {
		padding-top: 150px;
	}

	.t_tv .txt04 {
		text-align: center;
		position: relative;
	}

	.t_tv .txt04::before,
	.t_tv .txt04::after {
		content: "";
		display: block;
		width: 211px;
		height: 1px;
		background: #E5E5E7;
		position: absolute;
	}

	.t_tv .txt04::before {
		top: 50%;
		left: 0;
	}

	.t_tv .txt04::after {
		top: 50%;
		right: 0;
	}

	.t_tv .txt04 span {
		color: #FF8C00;
	}

	.t_tv_flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 20px;
	}

	.t_tv_flex img {
		width: 220px;
	}

	.t_tv_r {

		width: 500px;
	}

	.t_tv_txt_b {
		font-weight: bold;
	}

	.t_tv_txt_c {
		color: #4169e1;
	}

	.t_tv_r a {
		letter-spacing: 2px;
		font-size: 13px;
		background-color: #3f3f41;
		color: #fff;
		border: 1px solid #f7f7f7;
		padding: 10px 20px;
		box-sizing: border-box;
		transition: all .3s ease-in-out;
		display: block;
		margin: 25px auto 0;
		width: fit-content;
		font-family: Montserrat;
		font-weight: 500;
		border: 1px solid #3f3f41;
	}

	.t_tv_r a:hover {
		color: #3f3f41;
		background: #fff;
	}

	/* ハートマイホームチャンネル */
	.t_channel {
		padding-top: 150px;
	}

	.t_channel .txt03 {
		text-align: center;
		position: relative;
	}

	.t_channel .txt03::before,
	.t_channel .txt03::after {
		content: "";
		display: block;
		width: 390px;
		height: 1px;
		background: #E5E5E7;
		position: absolute;
	}

	.t_channel .txt03::before {
		top: 50%;
		left: 0;
	}

	.t_channel .txt03::after {
		top: 50%;
		right: 0;
	}

	.t_channel_txt01 {
		font-size: 16px;
		font-weight: 400;
		color: #6c6d74;
		text-align: center;
		padding-top: 30px;
	}

	.t_channel_list {
		width: 850px;
		margin: auto;
		padding-top: 25px;
	}

	.t_channel_list li:not(:last-of-type) {
		padding-bottom: 20px;
	}

	.t_channel_list li a {
		display: flex;
		gap: 20px;
		align-items: center;
	}

	.t_channel_list li a div {
		width: 200px;
		height: 110px;
		flex-shrink: 0;
	}

	.t_channel_list li a div img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.t_channel_list li a p {
		font-size: 13px;
		line-height: 1.4;
		color: #b4b5ba;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 2px;
	}

	/* 想い */
	.t_thought {
		padding-top: 100px;
	}

	.t_thought_bg {
		background: #f7f7f7;
		padding: 40px 0;
	}

	.t_thought .txt02 {
		position: relative;
		font-family: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, メイリオ, Meiryo, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝 !important;
		font-weight: bold;
	}

	.t_thought .txt02::after {
		content: "";
		display: block;
		width: 450px;
		height: 1px;
		background: #E5E5E7;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	.t_thought_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		padding-top: 15px;
	}

	.t_thought_flex p span {
		font-weight: bold;
	}

	.t_thought_flex img {
		width: 370px;
		flex-shrink: 0;
	}

	/* 展示場・現地販売会 */
	.t_showroom {
		margin-top: 100px;
		padding: 140px 0;
		background: url(/img/top/map_bg.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.t_showroom_top {
		width: 750px;
		padding: 20px;
		box-sizing: border-box;
		background: #300;
		margin: auto;
	}

	.t_showroom_top p {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		color: rgba(255, 255, 255, .7);
		text-align: center;
	}

	.t_showroom_top a {
		width: 100%;
		height: 40px;
		display: grid;
		place-content: center;
		background-color: rgba(255, 255, 255, .1);
		color: rgba(255, 255, 255, .7);
		border-color: transparent;
		margin-top: 15px;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.t_showroom ul {
		display: flex;
		justify-content: space-between;
		padding-top: 40px;
	}

	.t_showroom ul li {
		width: 33%;
		background: rgba(255, 255, 255, .7);
		padding: 40px;
		box-sizing: border-box;
		text-align: center;
	}

	.t_showroom_name {
		font-size: 28px;
		line-height: 1.4;
		font-family: Playfair Display;
	}

	.t_showroom_about {
		padding-top: 10px;
	}

	.t_showroom_img {
		width: 100%;
		aspect-ratio: 15 / 10;
		margin-top: 15px;
		overflow: hidden;
	}

	.t_showroom_img img {
		width: 100%;
		height: 100%;
		transition: all .3s ease-in-out;
		object-fit: cover;
	}

	.t_showroom_img:hover img {
		transform: scale(1.1);
	}

	.t_showroom_btn {
		width: 100%;
		height: 40px;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1;
		color: #6c6d74;
		background: #f7f7f7;
		margin-top: 20px;
		border: 1px solid #f7f7f7;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		transition: all .3s ease-in-out;
	}

	.t_showroom_btn i {
		transform: rotate(-90deg);
		display: inline-block;
		margin-top: -2px;
	}

	.t_showroom_btn:hover {
		background: unset;
		color: #2d2e33;
		border-color: #e5e5e7;
	}

	.t_showroom_btn02 {
		background-color: #300;
		color: #fff;
		border: 1px solid #300;
		width: 254px;
		height: 42px;
		display: grid;
		place-content: center;
		margin: 20px auto 0;
		transition: all .3s ease-in-out;
		box-sizing: border-box;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 2px;
		padding-right: 25px;
		position: relative;
	}

	.t_showroom_btn02 svg {
		position: absolute;
		width: 20px;
		height: 20px;
		top: 10px;
		right: 15px;
	}

	.t_showroom_btn02:hover {
		background: unset;
		color: #300;
	}

	/* t_link */
	.t_link {
		padding-top: 100px;
	}

	.t_link .t_link_bg {
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		padding: 40px 0;
		text-align: center;
	}

	.t_link01 .t_link_bg {
		background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/img/top/bnr_bg01.webp);
	}

	.t_link02 .t_link_bg {
		background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/img/top/bnr_bg02.webp);
	}

	.t_link03 .t_link_bg {
		background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/img/top/bnr_bg03.webp);
	}

	.t_link_bg .txt03 {

		font-family: Playfair Display;
	}

	.t_link_bg .txt04 {

		padding-top: 10px;
	}

	.t_link_bg ul {
		display: flex;
		justify-content: space-between;
		padding-top: 35px;
	}

	.t_link_bg ul li a {
		font-size: 20px;
		line-height: 1.4;
		font-family: Montserrat;
		font-weight: 500;
		width: 580px;
		height: 170px;
		display: grid;
		place-content: center;
		color: #2d2e33;
		background: rgba(255, 255, 255, .7);
		border: 1px solid #e5e5e7;
		transition: all .3s ease-in-out;
	}

	.t_link_bg ul li a:hover {
		border: 1px solid #2d2e33;
	}


	/* t_bottom */
	.t_bottom {
		padding-top: 100px;
	}

	.t_bottom_link01 {
		display: flex;
		justify-content: space-between;
	}

	.t_bottom_link01 img {
		width: 150px;
	}

	.t_bottom_link01 iframe {
		width: 300px;
		height: 150px;
	}

	.t_bottom_txt {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding-top: 10px;
		font-size: 13px;
		line-height: 1.5;
		font-weight: 400;
		color: #6c6d74;
	}

	.t_bottom_link02 {
		display: flex;
		justify-content: center;
		gap: 10px;
		padding-top: 20px;
	}

	.t_bottom_link02 a {
		letter-spacing: 2px;
		font-size: 13px;
		background-color: #f7f7f7;
		color: #6c6d74;
		border: 1px solid #f7f7f7;
		padding: 10px 20px;
		box-sizing: border-box;
		transition: all .3s ease-in-out;
		display: block;
		margin: auto;
		width: fit-content;
		font-family: Montserrat;
		font-weight: 500;
	}

	.t_bottom_link02 a:hover {
		color: #000;
		background: #fff;
	}




	/* footer */
	.footer {
		padding: 80px 0;
	}

	.f_top_logo img {
		display: block;
		margin: auto;
	}

	.f_shop_list {
		display: flex;
		border-bottom: 1px solid #e5e5e7;
		padding: 50px 0 20px;
	}

	.f_shop_list li {
		width: 240px;
		padding: 0 25px 25px;
	}

	.f_shop_list li:first-of-type {
		padding: 0 25px 25px 0;
	}

	.f_shop_list li:last-of-type {
		padding: 0 0 25px 25px;
	}

	.f_shop_list li:not(:last-of-type) {
		border-right: 1px solid #e5e5e7;
	}

	.f_shop_list li a {
		font-size: 20px;
		color: #340000;
		text-align: center;
		line-height: 1.5;
		display: block;
		margin: auto;
	}

	.f_shop_txt01 {
		color: #6c6d74;
		font-size: 14px;
		padding-top: 30px;
		line-height: 1.8;
	}

	.f_shop_txt02 {
		color: #6c6d74;
		font-size: 18px;
		padding-top: 20px;
	}

	.f_dyto_hp {
		padding-top: 100px;
	}

	.f_dyto_hp p {
		font-family: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, メイリオ, Meiryo, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝;
		font-size: 28px;
		text-align: center;
	}

	.f_dyto_hp a img {
		display: block;
		margin: auto;
		padding-top: 20px;
	}

	.f_group {
		padding-top: 100px;
	}

	.f_group_tit {
		display: block;
		margin: auto;
	}

	.f_group ul {
		display: flex;
		flex-wrap: wrap;
		padding-top: 30px;
	}

	.f_group ul li {
		border-bottom: 1px solid #e5e5e7;
		width: 400px;
	}

	.f_group ul li a {
		padding: 30px 0;
		display: block;
	}

	.f_group ul li a img {
		display: block;
		margin: auto;
	}

	.f_group_name {
		height: 60px;
		display: grid;
		place-content: center;
	}

	.f_group_img {
		height: 200px;
		display: grid;
		place-content: center;
	}

	.f_group ul li a p {
		font-size: 13px;
		line-height: 1.4;
		font-family: Montserrat;
		font-weight: 500;
		letter-spacing: 2px;
		text-align: center;
		color: #2d2e33;
		padding-top: 15px;
	}

	.f_area {
		padding: 20px 0 20px;
		border-bottom: 1px solid #e5e5e7;
	}

	.f_area_txt01 {
		font-size: 20px;
		line-height: 1.4;
		font-family: Montserrat;
		font-weight: 500;
	}

	.f_area div {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		font-size: 16px;
		font-weight: 300;
		padding-top: 10px;
	}

	.f_area_txt02 {
		font-weight: bolder;
		flex-shrink: 0;
	}

	.f_area_txt03 a {
		color: #000;
	}

	.f_area_txt03 a:hover {
		text-decoration: underline;
	}

	.f_bottom {
		padding-top: 15px;
	}

	.f_bottom a {
		font-size: 13px;
		font-weight: 500;
		transition: all .3s ease-in-out;
		position: relative;
		text-decoration: none;
		display: block;
		color: #6c6d74;
		line-height: 2;
	}

	.f_privacy:hover {
		color: #000;
	}

	.f_bottom_toplink:hover {
		text-decoration: underline;
	}




}

/* media screen fin */