@charset "UTF-8";

:root {
	--main-color: #0068B7;
	--sub-color: #ea6060;
}

html,
button,
input,
select,
textarea {
	/* 不要な指定は消す */
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@font-face {
	font-family: "Antro_Vectra";
	src: url("/wp-content/themes/swell_child/i/css/_common/renewal/Antro_Vectra_Bolder.otf") format("opentype");
}

.f_ant {
	font-family: "Antro_Vectra", serif;
}

body {
	color: #151515;
	font-size: 16px;
	line-height: 1.7;
	font-family: "NotoSans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* PC固定ページ 共通設定 */

.common_page_wrap {
	padding: 100px 0;
}

.common_page_title {
	text-align: center;
	margin-bottom: 2em;
}

.common_page_title h2 {
	font-size: 30px;
}

.common_page_title .sub_title {
	font-size: 14px;
	letter-spacing: .1em;
}

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

.common-btn {
	display: block;
	width: 300px;
	line-height: 50px;
	background-color: #333;
	color: #fff;
	margin: 0 auto;
	transition: .3s;
}

.common-btn:hover {
	opacity: .7;
}

/* パンくず */
#breadcrumbs {
	font-size: 12px;
}

#breadcrumbs a {
	text-decoration: none;
	color: initial;
	position: relative;
	margin-right: 20px;
}

#breadcrumbs a:after {
	content: "";
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	position: absolute;
	right: -12.5px;
	top: calc(50% - 2.5px);
}

/* ページャー  */
.pagerTable {
	width: 100%;
	margin-top: 40px;
	font-weight: bold;
	border-collapse: separate;
	border-spacing: 6px 0;
	align-items: center;
	justify-content: center;
}

.pagerTablePrevNextCell {
	display: table-cell;
	width: 25px;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	font-size: 11pt;
	color: #717171;
	cursor: pointer;
	position: relative;
}

.pagerTablePrevNextCell:before {
	content: "";
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.pagerTablePrevNextCell.next:before {
	border-top: solid 3px var(--main-color);
	border-right: solid 3px var(--main-color);
}

.pagerTablePrevNextCell.prev:before {
	border-bottom: solid 3px var(--main-color);
	border-left: solid 3px var(--main-color);
}

.pagerTablePrevNextCellEmpty {
	display: table-cell;
	width: 25px;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	font-size: 11pt;
	color: #717171;
}

.pager_item {
	display: table-cell;
	width: 37px;
	line-height: 35px;
	margin: 0 5px;
	text-align: center;
	font-size: 11pt;
	color: var(--main-color);
	background: #fff;
	border: 1px solid var(--main-color);
	cursor: pointer;
	border-radius: 100%;
	font-size: 13px;
	transition: .3s;
}

.pager_item:hover,
.pagerTableCurrentPageCell {
	background: var(--main-color);
	color: #fff;
}

.pagerTableHellipCell {
	display: table-cell;
	width: 15px;
	margin: 0 5px;
	text-align: center;
	font-size: 8pt;
	color: #717171;
}


/* PC固定ページ 会社概要 */

.company_profile {
	margin-bottom: 100px;
}

.company_profile table {
	width: 100%;
	border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
	padding: 1em;
	border-bottom: 1px solid;
	font-size: 14px;
}

.company_profile table th {
	width: 20%;
}

.company_profile table td {
	width: 80%;
}

.company_access .map {
	height: 350px;
}

.company_access .map iframe {
	width: 100%;
	height: 100%;
}


/* PC固定ページ 個人情報保護方針 */

#page_privacy .main_text {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 3em;
}

#page_privacy dl {
	margin-bottom: 30px;
}

#page_privacy dl:last-child {
	margin-bottom: 0;
}

#page_privacy dl dt {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: .5em;
	border-left: 5px solid;
	padding-left: 1em;
}

#page_privacy dl dd {
	font-size: 14px;
	line-height: 2;
}


/* PC固定ページ サイトマップ  */

#page_sitemap .common_page_title h2 {
	background: #f1f1f1;
	padding: .5em;
}

#page_sitemap .inBox+.inBox {
	margin-top: 80px;
}

#page_sitemap .inBox ul li {
	width: 19%;
	margin-left: calc(5% / 4);
	margin-bottom: 20px;
}

#page_sitemap .inBox ul li:nth-child(5n + 1) {
	margin-left: 0;
}

#page_sitemap .inBox ul li a {
	color: initial;
	transition: .3s;
	display: block;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid;
	font-size: 14px;
	position: relative;
}

#page_sitemap .inBox ul li a:after {
	content: "";
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
	top: calc(50% - 2.5px);
}

#page_sitemap .inBox ul li a:hover {
	opacity: .7;
}

/* PC固定ページ 記事詳細ページ */

#page_article .article_title {
	font-size: 20px;
	margin-bottom: .2em;
	font-size: 30px;
	line-height: 1.4;
	border-bottom: solid 1px #ccc;
	padding: 79px 0 30px;
	margin-bottom: 20px;
	position: relative;
	font-weight: 600;
	letter-spacing: .05em;
}

#page_article .contents_area {
	width: 65%;
	width: 650px;
	margin-right: 120px;
	flex-shrink: 0;
}

#page_article #side_menu {
	width: 23%;
	margin-top: 194px;
}

#page_article #side_menu .title {
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 21px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .08em;
	padding-bottom: 7px;
}

#page_article #side_menu .title:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: -1px;
}

#page_article #side_menu ul li a {
	color: #333;
	font-size: 14px;
	flex-wrap: nowrap;
	align-items: center;
}

#page_article .data_area {
	align-items: center;
	margin: 40px 0;
}

#page_article .data_area .icon svg {
	width: 12px !important;
	height: 12px !important;
	display: block;
}

#page_article .data_area p.data {
	color: #6c6c6c;
	font-size: 13px;
}

#page_article .text_area img {
	height: auto !important;
}

#page_article .text_area p {
	font-size: 14px;
	line-height: 2;
}


/* PC固定ページ 記事一覧ページ */

ul.article_list li {
	width: 100%;
	margin-bottom: 20px;
}

ul.article_list li a {
	color: initial;
	align-items: center;
}

ul.article_list li .image {
	width: 30%;
	height: 100px;
	position: relative;
}

ul.article_list li .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.article_list li .textArea {
	width: 65%;
}

ul.article_list li .textArea .title {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

ul.article_list li .data_area {
	align-items: center;
}

ul.article_list li .data_area .icon svg {
	width: 12px;
	height: 12px;
	display: block;
}

ul.article_list li .data_area p.data {
	font-size: 12px;
	margin-left: 10px;
	color: #4C3F39;
}


/* 未公開物件セクション（PC） */

.common_mikoukai_area {
	padding: 20px;
	border: 2px dashed #333;
}

.common_mikoukai_area .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px;
}

.common_mikoukai_area .txt {
	text-align: center;
	max-width: 700px;
	width: 90%;
	margin: auto;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 1.8;
}

.common_mikoukai_area a {
	display: block;
	text-align: center;
	text-decoration: none;
	background: var(--main-color);
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
	width: 300px;
	margin: auto;
	padding: 10px 0;
	border-radius: 5px;
	letter-spacing: 1px;
}


/* PC固定ページ エリア・沿線検索 */

#page_search .errorMsg {
	padding: 20px 0;
	font-size: 14pt;
	font-weight: bold;
	color: #f00;
}

#page_search .displayNone {
	display: none;
}

#page_search .tableCell {
	display: table-cell;
}

#page_search .tableCell {
	display: table-cell;
}

#page_search .area_box+.area_box {
	margin-top: 40px;
}

#page_search .search_main_midashi {
	padding: 0px 30px;
	line-height: 30px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	margin: 0px;
	background-color: var(--main-color);
	color: #fff;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	padding: 8px 20px;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

#page_search .areaSearchAreaName {
	padding: 5px 0;
	font-size: 12pt;
	font-weight: bold;
}

#page_search .checkboxCheckAll {
	padding-left: 40px;
	vertical-align: middle;
	font-weight: bold;
}

#page_search .checkboxCheckAll label {
	font-weight: normal;
	font-size: 12px;
}

#page_search div#area_1.table-L,
#page_search div#area_2.table-L,
#page_search div#area_3.table-L,
#page_search div#area_4.table-L,
#page_search div#area_5.table-L,
#page_search div#area_6.table-L,
#page_search div#area_7.table-L,
#page_search div#area_8.table-L,
#page_search div#area_9.table-L,
#page_search div#area_10.table-L {
	background: #fff;
	border: 1px solid #e9e9e9;
}

#page_search .areaListTableCell,
#page_search .railwayAreaListTableCell,
#page_search .railwayLineListTableCell {
	width: calc(100% / 3);
	border: 1px solid #f4f4f4;
	background: #f6fbf6;
	position: relative;
	transition: 0.2s;
}

#page_search .areaListTableCell:hover span.in_wrap:before,
#page_search .railwayAreaListTableCell:hover span.in_wrap:before,
#page_search .railwayLineListTableCell:hover span.in_wrap:before {
	border: 5px solid #fbdc5a;
}

#page_search .areaListTableCell label input,
#page_search .railwayAreaListTableCell label input,
#page_search .railwayLineListTableCell label input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	z-index: 5;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: calc(50% - 15px);
}

#page_search .areaListTableCell input:checked+span.in_wrap,
#page_search .railwayAreaListTableCell input:checked+span.in_wrap,
#page_search .railwayLineListTableCell input:checked+span.in_wrap {
	background: #fff2ba;
}

#page_search .areaListTableCell span.in_wrap,
#page_search .railwayAreaListTableCell span.in_wrap,
#page_search .railwayLineListTableCell span.in_wrap {
	position: relative;
	display: block;
	margin-right: 0px;
	cursor: pointer;
	padding: 15px 15px 15px 50px;
}

#page_search .areaListTableCell span.in_wrap::before,
#page_search .railwayAreaListTableCell span.in_wrap::before,
#page_search .railwayLineListTableCell span.in_wrap::before {
	z-index: 0;
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	left: 10px;
	border: 5px solid #dee8de;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 30px;
	height: 30px;
	background-color: white;
	transition: 0.2s;
}

#page_search .areaListTableCell input:checked+span.in_wrap::after,
#page_search .railwayAreaListTableCell input:checked+span.in_wrap::after,
#page_search .railwayLineListTableCell input:checked+span.in_wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: 16px;
	width: 20px;
	height: 12px;
	margin-top: -10px;
	border-left: 4px solid #F7931E;
	border-bottom: 4px solid #F7931E;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 4;
}

#page_search .areaListTableCell>label a,
#page_search .railwayAreaListTableCell>label a,
#page_search .railwayLineListTableCell>label a {
	text-decoration: underline;
}

#page_search .font-AreaLinkText,
#page_search .font-RailwayLineLinkText,
#page_search .font-RailwayAreaLinkText {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}

#page_search .areaListTableCell span.List_number,
#page_search .railwayAreaListTableCell span.List_number,
#page_search .railwayLineListTableCell span.List_number {
	color: #000;
	font-size: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

#page_search .searchButtonArea {
	width: 500px;
	margin: auto;
	padding: 30px 0;
	text-align: center;
}

#page_search .searchButtonArea .search_more_btn {
	padding: 0;
	font-weight: normal;
	line-height: 50px;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	letter-spacing: 2px;
	display: block;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #ddd;
	width: 48%;
	cursor: pointer;
	transition: 0.2s;
}

#page_search .searchButtonArea .search_more_btn:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
	opacity: 0.8;
}

#page_search .searchButtonArea input.search_btn {
	cursor: pointer;
	width: 48%;
	background-color: #fcc331;
	border-radius: 10px;
	border: 0px;
	font-size: 16px;
	letter-spacing: 2px;
	height: 50px;
	line-height: 50px;
	transition: 0.2s;
}

#page_search .searchButtonArea input.search_btn:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
	opacity: 0.8;
}

#page_search .searchButtonArea input.search_btn.ont_btn {
	width: 100%;
}

/* 記事詳細ページ　PC */
#page_article .article_main_image {
	width: 300px;
	height: 300px;
	position: relative;
	margin: auto;
}

.pa_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#page_article .article_main_image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#page_article .wrap {
	width: 1340px;
}

#page_article .fl_wrap {
	justify-content: flex-end;
	padding-right: 50px;
}

#page_article .article_title::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #333;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	top: 0;
}

#page_article .article_title::after {
	content: "TOPIC";
	font-size: 12px;
	top: -28px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	letter-spacing: .08em;
}

.single_sns_bar {
	position: fixed;
	left: 80px;
	top: 280px;
	opacity: 0;
	transition: .3s;
	visibility: hidden;
}

.single_sns_bar li {
	width: 30px;
	margin: 20px 0;
}

.single_sns_bar::before {
	content: "";
	width: 1px;
	height: 100px;
	background: #333;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -92px;
}

.single_sns_bar::after {
	content: "SHARE ON";
	position: absolute;
	top: -160px;
	font-size: 11px;
	writing-mode: vertical-lr;
	text-align: center;
	left: 5px;
	right: 0;
	margin: auto;
}

#page_article #side_menu ul {
	position: relative;
	padding-left: 25px;
}

#page_article #side_menu ul::before {
	content: "∟";
	position: absolute;
	left: 0;
	font-size: 14px;
}

#page_article #side_menu ul li {
	border-bottom: solid 1px #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#page_article #side_menu ul li a .img {
	width: 90px;
	height: 64px;
	position: relative;
	flex-shrink: 0;
	margin-right: 17px;
}

#page_article #side_menu ul li a .img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#page_article #side_menu ul li a .ttl {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#page_article .day_cat .cat {
	background: #000;
	color: #fff;
	font-size: 13px;
	padding: 1px 10px;
}

.single_sns_bar.active {
	opacity: 1;
	visibility: visible;
}

/* 物件アーカイブ（PC） */

#page_butkenArchive .table li {
	font-size: 14px;
	line-height: 2;
}

#page_butkenArchive .table li.thead_archive {
	background: #d5e3f7;
	padding: 5px 10px;
	border: 1px solid #e9e9e9;
	min-width: 100px;
}

#page_butkenArchive .table li.tbody_archive a {
	color: #146fb5;
}

#page_butkenArchive .table li.tbody_archive {
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #e9e9e9;
	min-width: 100px;
}

#page_butkenArchive .table {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 50px;
}

#page_butkenArchive .table-L {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#page_butkenArchive .tableRow {
	display: table-row;
}

#page_butkenArchive .tableCell {
	display: table-cell;
}

/* //////// */
/* 挿入部分 */
/* //////// */

address {
	font-style: normal;
}

.sp {
	display: none;
}

.pc_flex {
	display: flex !important;
}

.sp_flex {
	display: none !important;
}

.pc_grid {
	display: grid !important;
}

.sp_grid {
	display: none !important;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	padding-top: 150px;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article>*+* {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームリセット */

/* input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
} */

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.3s;
}

.page_detail {
	margin-bottom: 100px;
	margin-top: 100px;
}

.page_hero {
	background-image: url("/wp-content/themes/swell_child/image/renewal/img.jpg");
	background-position: center;
	background-size: cover;
	height: 50vh;
}

.page_hero .writing {
	color: #fff;
	padding-top: 273px;
}

.top_abir {
	margin-bottom: 100px;
	margin-top: 140px;
}

.top_abir .list {
	grid-gap: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	letter-spacing: 2px;
	margin-top: 26px;
}

.top_abir .list img {
	aspect-ratio: 370/170;
}

.top_abir .item .writing {
	font-family: "din-2014", sans-serif;
	margin-top: 8px;
}

.top_abir .common_headline .subtitle,
.top_abir .common_headline .title {
	font-size: 24px;
}

.top_abir .common_headline .subtitle {
	letter-spacing: 2px;
	text-transform: none;
	text-transform: initial;
}

.top_abir .common_headline .title {
	letter-spacing: 3px;
	margin-top: 7px;
}

.top_abir .common_headline .text {
	color: #4d4d4d;
	/* font-weight: bold; */
	letter-spacing: 0.7px;
	line-height: 1.7;
	margin-top: 17px;
}

.top_abir .item .subtitle {
	font-family: "din-2014", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.top_abir .number {
	color: #39AD36;
	font-family: "din-2014", sans-serif;
	font-size: 34px;
	letter-spacing: -0.01px;
	line-height: 28px;
}

.top_abir .item .title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2.6px;
	line-height: 18px;
	margin-left: 70px;
	margin-top: 5px;
	position: relative;
}

.top_abir .item .title:before {
	background-color: #151515;
	bottom: 20px;
	content: "";
	height: 2px;
	left: -50px;
	position: absolute;
	transform: rotate(-45deg);
	width: 60px;
}

.top_abir .item .text {
	color: #4d4d4d;
	font-size: 14px;
	letter-spacing: 0.3px;
	line-height: 20px;
	margin-top: 20px;
}

.top_adviser {
	margin-top: 128px;
}

.top_adviser .total {
	margin-top: 26px;
}

.top_adviser .common_headline .subtitle {
	font-size: 22px;
}

.top_adviser .common_headline .title {
	font-size: 28px;
	letter-spacing: -1.3px;
	margin-top: 12px;
}

.top_adviser .part>img {
	aspect-ratio: 300/370;
	object-fit: cover;
}

.top_adviser .common_headline .text {
	color: #818181;
	letter-spacing: 2px;
	line-height: 1.3;
	margin-top: 22px;
}

.top_adviser .area {
	grid-template-columns: 1fr 75.4%;
	margin-top: 70px;
}

.top_adviser .area .photo {
	border-left: solid 1px #F0F0F0;
	padding-left: 40px;
}

.top_adviser .area .common_headline .subtitle {
	font-size: 16px;
	letter-spacing: 1.7px;
}

.top_adviser .area .common_headline .title {
	line-height: 1.4;
}

.top_adviser .area .common_headline .text {
	font-size: 14px;
	/* font-weight: bold; */
	line-height: 1.6;
	margin-top: 16px;
}

.top_adviser .list {
	grid-auto-columns: 280px;
}

.top_adviser .area .writing {
	margin-top: 40px;
}

/* .top_adviser .area .list {
	display: grid;
	grid-auto-flow: column;
} */

.top_arrival {
	margin-top: 150px;
	padding-bottom: 30px;
	padding-top: 82px;
	position: relative;
}

.top_arrival:before {
	background-color: #FAFAFA;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.top_arrival .list {
	margin-top: 26px;
}

.top_arrival .item {
	/* margin: 0 5px; */
}

.top_arrival .item img {
	aspect-ratio: 270/150;
	border-radius: 6px 6px 0 0;
	width: 100%;
	object-fit: cover;
}

.top_arrival .total {
	font-size: 24px;
}

.top_arrival .common_headline .subtitle {
	font-size: 16px;
}

.top_arrival .common_headline .title {
	font-size: 24px;
	letter-spacing: 3.4px;
	margin-top: 9px;
}

.top_banner {
	margin-top: 100px;
}

.top_banner .area .writing {
	margin-top: 30px;
	text-align: center;
}

.top_banner .writing img {
	margin-top: 18px;
}

.top_banner .writing address {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	margin-right: 18px;
	margin-top: 11px;
}

.top_banner .writing .tel {
	font-weight: bold;
	margin-top: 10px;
}

.top_banner .word {
	align-items: center;
	display: flex;
	flex-direction: column;
	letter-spacing: 2.3px;
	padding-right: 20px;
}

.top_banner .word:before {
	aspect-ratio: 60/28;
	background-image: url("/wp-content/themes/swell_child/image/renewal/lay.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	margin-bottom: 8px;
	width: 60px;
}

.top_banner .area {
	grid-template-columns: 1fr 77%;
	margin-top: 88px;
}

.top_banner .area .list {
	grid-gap: 13px;
	display: grid;
	gap: 13px;
	grid-auto-columns: 250px;
	grid-auto-flow: column;
	margin-top: 12px;
}

.top_banner .area .list .item img {
	width: 100%;
	aspect-ratio: 5 / 3;
	object-fit: cover;
	border-radius: 10px;
}

.top_banner .area .text {
	color: #4d4d4d;
	font-size: 14px;
	/* font-weight: bold; */
	letter-spacing: 0.3px;
	margin-top: 16px;
}

.top_banner .area .title {
	color: #39AD36;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
}

.top_banner .area .subtitle {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2.3px;
	margin-top: 32px;
}

.top_banner .area .photo {
	border-left: solid 1px #151515;
	margin-left: 44px;
	padding-left: 57px;
}

.top_column {
	margin-top: 120px;
}

.top_column .common_headline .title {
	font-size: 24px;
	letter-spacing: 3px;
}

.top_column .common_headline .text {
	color: #4d4d4d;
	font-weight: bold;
	letter-spacing: 0.6px;
	line-height: 19px;
	margin-top: 22px;
}

.top_column .list {
	grid-gap: 10px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 24px;
	padding-bottom: 10px;
}

.top_column .item {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

.top_column .item a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.top_column .item img {
	aspect-ratio: 275/150;
	width: 275px;
}

.top_column .item .date {
	color: #818181;
	display: block;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.6px;
	margin-top: 12px;
}

.top_column .item .title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	flex-grow: 1;
	font-weight: bold;
	letter-spacing: 0.6px;
	line-height: 1.4;
	margin-top: 1px;
	overflow: hidden;
}

.top_column .item .text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #818181;
	display: -webkit-box;
	font-size: 13px;
	margin-top: 7px;
	overflow: hidden;
}

.top_column .item .writing {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 0 15px 10px;
}

.top_column .common_press {
	margin-top: 35px;
	padding: 17px 30px;
}

.top_contact {
	margin-top: 75px;
	padding-left: 20px;
	padding-right: 20px;
}

.top_contact .presses {
	display: flex;
	gap: 30px;
	margin-top: 10px;
	position: relative;
}

.top_contact .presses:before {
	background-color: #151515;
	content: "";
	height: 30px;
	left: 263px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.top_contact .presses:after {
	background-color: #151515;
	content: "";
	height: 30px;
	position: absolute;
	right: 263px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.top_contact .area {
	position: relative;
}

.top_contact .area:before {
	display: none;
}

.top_contact .subtitle {
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 1.4px;
}

.top_contact .text {
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 1.4px;
	margin-top: 28px;
}

.top_contact .tel {
	align-items: end;
	display: flex;
	gap: 55px;
}

.top_contact .tel .open {
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 700;
	position: relative;
}

.top_contact .tel .open:before {
	background-color: #151515;
	content: "";
	height: 40px;
	left: -20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
}

.top_contact .tel .number {
	align-items: center;
	color: #39AD36;
	display: flex;
	font-family: "din-2014", sans-serif;
	font-size: 60px;
	font-weight: 700;
	gap: 10px;
	line-height: 0.4;
	margin-top: 15px;
	pointer-events: none;
}

.top_contact .tel .number:before {
	aspect-ratio: 1;
	background-image: url("/wp-content/themes/swell_child/image/renewal/tel_contact.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	width: 44px;
}

.top_group {
	background-color: #F0F0F0;
	padding-bottom: 130px;
	padding-top: 5.7vw;
}

.top_group .inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.top_group .writing {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	text-align: center;
}

.top_group .upper {
	grid-template-columns: 38% 1fr;
}

.top_group .writing .text {
	color: #4D4D4D;
	letter-spacing: -1px;
	line-height: 23px;
	margin-top: 22px;
}

.top_hero {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.top_hero::before {
	content: "";
	background: #000;
	opacity: 0.4;
	position: absolute;
	inset: 0;
	z-index: 0;
}

.top_hero .inner {
	height: inherit;
	position: relative;
}

.top_hero .writing {
	box-sizing: content-box;
	color: #fff;
	display: grid;
	grid-template-columns: 64% 36%;
	grid-template-rows: auto auto 1fr;
	pointer-events: none;
}

.top_hero .writing:after {
	aspect-ratio: 483/620;
	background-image: url("/wp-content/themes/swell_child/image/renewal/lady_hero.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	grid-column: 2;
	grid-row: 1/4;
	position: relative;
	width: 483px;
}

.top_hero img {
	-o-object-fit: cover;
	object-fit: cover;
}

.top_hero video {
	left: 50%;
	min-width: 1440px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.top_hero .title {
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1.2;
	margin-top: 87px;
}

.top_hero .title .title_small {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 80px;
	margin-left: 5px;
}

.top_hero .title .title_large {
	font-size: 32px;
	letter-spacing: 3px;
}

.top_hero .title .title_big {
	font-size: 51px;
	letter-spacing: 6px;
	line-height: 22px;
}

.top_hero .title .title_color {
	color: #F3DB85;
}

.top_hero .subtitle {
	aspect-ratio: 536/136;
	margin-left: auto;
	width: 536px;
	max-height: 130px;
}

.top_hero .subtitle img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}

.top_hero .container-box {
	bottom: 10px;
	left: 0;
	position: absolute;
}

.top_hero .bar:before {
	top: calc(60px + 50%);
}

.top_hero .bar:after {
	height: 45px;
	top: 50%;
}

.top_hero .banner {
	grid-gap: 45px;
	display: grid;
	gap: 45px;
	grid-template-columns: auto 1fr;
	margin-top: 15px;
}

.top_hero .banner .photo {
	border-radius: 50%;
	position: relative;
}

.top_hero .banner .photo:before {
	aspect-ratio: 314/135;
	background-color: rgba(255, 255, 255, 0.4);
	background-size: cover;
	border-radius: 50%;
	content: "";
	display: none;
	filter: blur(5px);
	position: absolute;
	width: 314px;
}

.top_hero .banner>img {
	aspect-ratio: 314/136;
	width: 314px;
}

.top_hero .banner .photo img {
	aspect-ratio: 280/136;
	position: relative;
	width: 280px;
}

.top_like {
	margin-top: 120px;
}

.top_like .word_green {
	color: #39AD36;
}

.top_log .inner {
	overflow-x: clip;
}

.top_log .area {
	padding: 64px 50px 1px;
	position: relative;
}

.top_log .area:after {
	aspect-ratio: 293/440;
	background-image: url("/wp-content/themes/swell_child/image/renewal/lady.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 100%;
	content: "";
	position: absolute;
	right: -50px;
	width: 293px;
}

.top_log .area .common_headline .title {
	margin-top: 5px;
}

.top_log .common_headline .subtitle {
	font-size: 14px;
	letter-spacing: 1px;
}

._black {
	color: #151515;
}

.top_log .common_headline .title {
	font-family: "din-2014", sans-serif;
	margin-top: 0;
}

.top_menu {
	margin-bottom: 100px;
	margin-top: 200px;
}

.top_menu .common_headline .title {
	font-size: 16px;
	letter-spacing: 0.3px;
}

.top_menu .inner .writing {
	margin-top: 10px;
}

.top_recommend {
	border-top: solid 1px #F0F0F0;
	padding-top: 96px;
}

.top_recommend .common_headline {
	text-align: center;
}

.top_recommend .common_headline .subtitle {
	font-size: 16px;
}

.top_recommend .common_headline .title {
	font-size: 24px;
	letter-spacing: 3px;
	margin-top: 8px;
}

.top_recommend .list {
	grid-column-gap: 20px;
	-moz-column-gap: 20px;
	grid-row-gap: 20px;
	column-gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 25px;
	row-gap: 20px;
}

.top_recommend .item a {
	grid-gap: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	display: grid;
	gap: 20px;
	grid-template-columns: 190px 1fr;
	padding: 10px 13px;
}

.top_recommend .item img {
	aspect-ratio: 190/140;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	width: 190px;
}

.top_recommend .common_press {
	margin: 40px auto 0;
	width: 270px;
}

.top_recommend .item .date {
	color: #818181;
	display: block;
	font-family: "din-2014", sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

.top_recommend .item .title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 1.2;
	margin-top: 4px;
}

.top_recommend .item .text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #818181;
	display: -webkit-box;
	font-size: 13px;
	letter-spacing: 0.3px;
	line-height: 1.2;
	margin-top: 12px;
	overflow: hidden;
}

.top_spot {
	padding-bottom: 130px;
	padding-top: 80px;
}

.top_spot .subtitle {
	color: #151515;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
}

.top_spot .sentence {
	color: #4d4d4d;
	font-size: 15px;
	/* font-weight: bold; */
	letter-spacing: 0.3px;
	margin-top: 11px;
}

.top_spot .list {
	grid-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 20px;
}

.top_spot .item a {
	grid-gap: 30px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	display: grid;
	gap: 30px;
	grid-template-columns: auto 1fr;
	margin-top: 17px;
	padding-right: 20px;
}

.top_spot .item .title {
	color: #39AD36;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 22px;
}

.top_spot .item img {
	aspect-ratio: 180/160;
	width: 180px;
}

.top_spot .common_press {
	margin: 40px auto 0;
	width: 270px;
}

.top_spot .item .date {
	font-size: 12px;
}

.top_spot .item .text {
	font-size: 13px;
	letter-spacing: -0.5px;
	line-height: 1.4;
	margin-top: 15px;
}

.bxslider_adviser .item {
	width: 260px !important;
}

.bx_arrival {
	margin-top: 12px;
}

.bx_arrival .bx-wrapper {
	max-width: none !important;
}

.bx_arrival .bx-wrapper {
	background: transparent;
	width: 100%;
}

.bx_arrival .bx-wrapper .bx-controls-auto,
.bx_arrival .bx-wrapper .bx-pager {
	bottom: -56px;
}

.bx_arrival .bx-wrapper .bx-pager.bx-default-pager a.active,
.bx_arrival .bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx_arrival .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #39AD36;
}

.bx_arrival .bx-pager-link {
	position: relative;
}

.bx_arrival .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #F0F0F0;
	height: 12px;
	margin: 0 15px;
	position: relative;
	width: 12px;
}

.bx_arrival .bx-wrapper .bx-pager.bx-default-pager a.active:before,
.bx_arrival .bx-wrapper .bx-pager.bx-default-pager a:focus:before,
.bx_arrival .bx-wrapper .bx-pager.bx-default-pager a:hover:before {
	aspect-ratio: 1;
	background-color: #F5FFF5;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	z-index: -1;
}

.top_arrival .slick-dots {
	position: static;
	margin-top: 30px;
}

.top_arrival .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 15px;
}

.top_arrival .slick-dots li button {
	width: 100%;
	height: 100%;
	background: #F0F0F0;
	border-radius: 50%;
	transition: .3s;
}

.top_arrival .slick-dots li button::before {
	content: none;
}

.top_arrival .slick-dots li.slick-active button {
	background: #39AD36;
}

.bxslider_arrival {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 10px;
}

.bxslider_arrival .item .box {
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	display: block;
}

.bxslider_arrival .item .box .writing {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 0 10px 23px;
}

.bxslider_arrival .item .title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-top: 18px;
	overflow: hidden;
}

.bxslider_arrival .item .rent {
	align-items: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.bxslider_arrival .item .yen {
	color: #FE0233;
	font-size: 16px;
}

.bxslider_arrival .item .access {
	color: #818181;
	font-size: 12px;
	/* font-weight: bold; */
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.bxslider_arrival .item figure {
	position: relative;
}

.bxslider_arrival .item figure .new {
	align-items: center;
	aspect-ratio: 1;
	background-color: red;
	border-radius: 50%;
	color: #fff;
	content: "";
	display: flex;
	font-family: "din-2014", sans-serif;
	font-size: 12px;
	font-weight: bold;
	justify-content: center;
	left: 10PX;
	position: absolute;
	text-transform: uppercase;
	top: 10PX;
	width: 40px;
}

.bx_banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.bx_banner .bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx_banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #39AD36;
}

.bx_banner .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #F0F0F0;
}

.bxslider_banner {
	display: block !important;
}

.bxslider_banner .part {
	width: 520px !important;
	/* pointer-events: none; */
}

.bxslider_banner .part {
	aspect-ratio: 2;
	margin-left: 150px;
	margin-right: -140px;
}

.bxslider_banner .part img {
	aspect-ratio: 2;
	width: 520px;
}

.bxslider_banner .part img+img {
	margin-top: 10px;
}

.bx_banner .bx-wrapper .bx-pager {
	position: static !important;
}

.bx_banner .bx-wrapper .bx-pager .bx-pager-item a {
	aspect-ratio: 180/90;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: auto;
	width: 180px;
}

.bx_banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:first-child a {
	background-image: url("/wp-content/themes/swell_child/image/renewal/banner1_pager.jpg");
}

.bx_banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
	background-image: url("/wp-content/themes/swell_child/image/renewal/banner2_pager.jpg");
}

.bx_banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a {
	background-image: url("/wp-content/themes/swell_child/image/renewal/banner3.jpg");
}

.bx_banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child a {
	background-image: url("/wp-content/themes/swell_child/image/renewal/banner4_pager.jpg");
}

.bx_column {
	margin-top: 86px;
}

.bx_column .bx-wrapper .bx-controls-auto,
.bx_column .bx-wrapper .bx-pager {
	bottom: -65px;
	z-index: 1;
}

.bx_column .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #F0F0F0;
	height: 12px;
	position: relative;
	width: 12px;
}

.bx_column .bx-wrapper .bx-pager.bx-default-pager a.active:before,
.bx_column .bx-wrapper .bx-pager.bx-default-pager a:focus:before,
.bx_column .bx-wrapper .bx-pager.bx-default-pager a:hover:before {
	aspect-ratio: 1;
	background-color: #F5FFF5;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	z-index: -1;
}

.bx_column .bx-wrapper .bx-pager.bx-default-pager a.active,
.bx_column .bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx_column .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #39AD36;
}

.bx_hero {
	background-color: #fff;
	padding-top: 90px;
}

.bx_hero .hero_slider {
	margin-bottom: 30px;
}

.bx_hero .hero_slider .slide {
	width: 1140px;
	margin: 0 10px;
}

.bx_hero .hero_slider .slide img {
	width: 100%;
	aspect-ratio: 57/20;
	object-fit: cover;
}

.bx_hero .hero_thumb_slider {
	width: 1140px;
	margin: 0 auto;
}

.bx_hero .hero_thumb_slider .slick-track {
	transform: unset !important;
	width: 100% !important;
}

.bx_hero .hero_thumb_slider .slide {
	width: calc((100% - 60px) / 6);
	margin: 0 5px;
	cursor: pointer;
}

.bx_hero .hero_thumb_slider .slide img {
	width: 100%;
	aspect-ratio: 57/20;
	object-fit: cover;
}

.bx_menu {
	margin-top: 15px;
	width: 570px;
}

.bx_menu .bx-wrapper .bx-controls-auto,
.bx_menu .bx-wrapper .bx-pager {
	bottom: -42px;
}

.bx_menu .bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 16px;
}

.bxslider_menu .box {
	grid-gap: 10px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, auto);
	margin: 0 5px;
}

.bxslider_menu .box .square {
	cursor: pointer;
	font-size: 14px;
}

.bxslider_menu .box .square a {
	display: block;
	position: relative;
}

.bxslider_menu .box .square a::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: box-shadow 0.2s;
	width: 100%;
	z-index: 9;
}

.bxslider_menu .box .square a::after {
	background: linear-gradient(transparent, transparent 70%, #000);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: box-shadow 0.2s;
	width: 100%;
	z-index: 1;
}

.bxslider_menu .box .square img {
	aspect-ratio: 1;
}

.bxslider_menu .box .square figcaption {
	bottom: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	letter-spacing: 0.8px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9;
}

.bxslider_menu .box .square.wide {
	grid-column: 1 / 3;
	font-size: 18px;
}

.bx_menu .slick-dots {
	position: static;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.bx_menu .slick-dots li {
	width: 22px;
	height: 22px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	position: relative;
	z-index: 0;
}

.bx_menu .slick-dots li+li {
	margin-left: 25px;
}

.bx_menu .slick-dots li::before {
	content: "";
	background: #D4F4D3;
	border-radius: 50%;
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0;
	transition: .3s;
}

.bx_menu .slick-dots li button {
	width: 55%;
	height: 55%;
	background: #E5E5E5;
	border-radius: 50%;
	padding: 0;
	transition: .3s;
}

.bx_menu .slick-dots li button::before {
	content: none;
}

.bx_menu .slick-dots li.slick-active::before {
	opacity: 1;
}

.bx_menu .slick-dots li.slick-active button {
	background: #39AD36;
}

.bxslider_stream .item {
	width: 288px !important;
}

.bxslider_stream .item img {
	width: inherit !important;
}

.bxslider_stream .item img {
	width: 100%;
	aspect-ratio: 288/180;
	object-fit: cover;
}

.bx_stream2 {
	position: relative;
}

.bx_stream2 .item {
	margin-left: -75px;
	margin-right: 75px;
	position: relative;
}

.bx_stream2:after {
	aspect-ratio: 175/262;
	background-image: url("/wp-content/themes/swell_child/image/renewal/lady.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: none;
	position: absolute;
	right: -3.3vw;
	width: 45vw;
}

.bx-wrapper {
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
}

.bxslider .item img {
	aspect-ratio: 260/160;
	width: 260px;
}

.copyright {
	font-size: 12px;
}

.flex {
	display: flex;
}

.tuiju_floating {
	width: 194px;
	position: fixed;
	bottom: 5%;
	right: 2.8%;
	z-index: 20;
}

.tuiju_floating img {
	width: 100%;
	aspect-ratio: 194/213;
}

.footer {
	margin-top: 90px;
	position: relative;
	z-index: 10000;
}

.footer .inner {
	position: relative;
}

.footer .inner:first-child {
	background-color: #4D4D4D;
	color: #fff;
}

.footer .inner:last-child {
	background-color: #FAFAFA;
	padding-bottom: 100px;
	padding-top: 93px;
}

.footer .navigation .set {
	display: grid;
	grid-auto-columns: auto;
	grid-auto-flow: column;
	padding-left: 17px;
	padding-right: 17px;
}

.footer .navigation .unit {
	font-size: 15px;
	font-weight: bold;
}

.footer .navigation .unit+.unit {
	position: relative;
}

.footer .navigation .unit+.unit:before {
	background-color: #fff;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.footer .navigation .unit a {
	display: block;
	height: 100%;
	padding: 19px 0;
	text-align: center;
	color: #fff;
}

.footer address {
	line-height: 1.4;
	margin-top: 10px;
}

.footer .copyright {
	display: block;
	letter-spacing: 0.5px;
	text-align: center;
}

.footer .upper {
	grid-gap: 90px;
	display: grid;
	gap: 90px;
	grid-template-columns: 44% 1fr;
}

.footer .field {
	display: grid;
	grid-template-columns: 16% 1fr;
	justify-content: space-between;
}

.footer .field+.field {
	margin-top: 4px;
}

.footer .field .word {
	font-size: 13px;
	font-weight: bold;
}

.footer .item:last-child .field+.field {
	margin-top: 20px;
}

.footer .title {
	padding-bottom: 24px;
}

.footer .upper .total {
	color: #4d4d4d;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 400;
	gap: 5px 16px;
}

.footer .item+.item {
	margin-top: 44px;
}

.footer .upper .item {
	font-size: 18px;
	font-weight: bold;
}

.footer .lower {
	border-top: solid #EAEAEA;
	display: grid;
	grid-template-columns: 35% 1fr;
	margin-top: 50px;
	padding-top: 40px;
}

.footer .lower .map {
	grid-row: span 2;
}

.footer .lower .sns {
	grid-column-gap: 24px;
	-moz-column-gap: 24px;
	grid-row-gap: 24px;
	align-self: end;
	column-gap: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 14px;
	row-gap: 24px;
}

.footer .lower nav .total {
	grid-gap: 25px;
	display: grid;
	gap: 25px;
	grid-auto-flow: column;
	margin-top: 20px;
}

.footer .lower nav .part {
	color: #4D4D4D;
	font-size: 12px;
}

.footer .lower nav .part:last-child {
	align-items: center;
	display: flex;
	gap: 8px;
	position: relative;
}

.footer .lower nav .part:last-child:after {
	aspect-ratio: 1;
	background-image: url("/wp-content/themes/swell_child/image/renewal/site.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	width: 10px;
}

.footer .lower .map iframe {
	aspect-ratio: 300/160;
	width: 300px;
}

.footer .lower .name {
	font-size: 12px;
	/* font-weight: bold; */
	margin-top: 3px;
	padding-bottom: 16px;
}

.footer .lower .paragraph {
	font-size: 12px;
	/* font-weight: bold; */
}

.footer .copyright {
	align-self: flex-end;
	color: #4D4D4D;
	justify-self: end;
}

.fix {
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	background-color: #fff;
	z-index: 5;
}


.fix .box {
	color: #fff;
	font-size: 3.1vw;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1vw;
	text-align: center;
	padding-top: 1.3vw;
	padding-bottom: 1vw;
}

.fix .text {
	display: flex;
	grid-column: span 4;
	position: relative;
}

.fix .text:before {
	content: "";
	position: absolute;
	width: 18.2vw;
	aspect-ratio: 66 / 52;
	top: 0;
	left: 0;
	background-size: cover;
	background-image: url("/wp-content/themes/swell_child/image/renewal/dot_left.png");
	z-index: -1;
}

.fix .text:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 21vw;
	aspect-ratio: 68 / 41;
	background-image: url("/wp-content/themes/swell_child/image/renewal/dot_right.png");
	background-size: cover;
	background-position: right;
	z-index: -1;
}

.fix .sentence {
	position: relative;
}

.fix .text .sentence {
	align-self: end;
	line-height: 1.1;
	padding-top: 1.3vw;
	margin-left: 30vw;
}

.fix .sentence:before {
	position: absolute;
	left: -28vw;
	bottom: 0;
	content: "";
	width: 24vw;
	aspect-ratio: 92 /85;
	background-image: url("/wp-content/themes/swell_child/image/renewal/lady_fix.png");
	background-size: cover;
}

.fix .sentence:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1.2vw;
	width: 102%;
	height: 2.6vw;
	aspect-ratio: 92 /85;
	background-color: #F6FF0A;
	z-index: -1;
}

.fix .text .sentence_word1 {
	font-size: 5.6vw;
	font-weight: 900;
	font-family: source-han-sans-japanese, sans-serif;
}

.fix .text .sentence_word1:before {
	content: "";
	position: absolute;
	left: 10%;
	top: 20%;
	width: 5.6vw;
	aspect-ratio: 1;
	background-image: url("/wp-content/themes/swell_child/image/renewal/dot_center.png");
	background-size: cover;
	z-index: -1;
}

.fix .text .sentence_word2 {
	font-size: 4.6vw;
	font-weight: 900;
	font-family: source-han-sans-japanese, sans-serif;
	margin-left: .3vw;
}

.fix .text .sentence_word3 {
	font-size: 6vw;
	font-weight: 900;
	font-family: source-han-sans-japanese, sans-serif;
}

.fix .text .sentence_number1 {
	color: #F6FF0A;
	font-size: 12vw;
	font-weight: 700;
	font-family: "din-2014", sans-serif;
	text-shadow:
		-1px -1px 0 #151515,
		1px -1px 0 #151515,
		-1px 1px 0 #151515,
		1px 1px 0 #151515;
	/* 縁取りの色と位置 */
	margin-left: .3vw;
}

.fix .text .sentence_number2 {
	display: inline-block;
	font-size: 8vw;
	transform: rotate(10deg);
	font-weight: 900;
	font-family: "din-2014", sans-serif;
	margin-left: 1vw;
}

.fix .mail {
	background-color: #FD0232;
}

.fix .mail img {
	width: 5.13vw;
	margin-inline: auto;
}

.fix .reservation {
	background-color: #39AD36;
}

.fix .reservation img {
	width: 4.4vw;
	margin-inline: auto;
}

.fix .tel {
	background-color: #F8941F;
}

.fix .tel img {
	width: 3.3vw;
	margin-inline: auto;
}

.fix .line {
	background-color: #06C755;
}

.fix .line img {
	width: 10vw;
	margin-inline: auto;
}

.hamburger {
	aspect-ratio: 1;
	cursor: pointer;
	padding-top: 20px;
	position: relative;
	/*ボタン内側の基点となるためrelativeを指定*/
	width: 40px;
	z-index: 10;
}

/*ボタン内側*/

.hamburger span {
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
	/*アニメーションの設定*/
	width: 36px;
}

.hamburger span:nth-of-type(1) {
	top: 80%;
}

.hamburger span:nth-of-type(2) {
	top: 50%;
}

.hamburger span:nth-of-type(3) {
	top: 20%;
}

.hamburger._emergent span:nth-of-type(1) {
	background-color: #151515;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger._emergent span:nth-of-type(2) {
	opacity: 0;
}

.hamburger._emergent span:nth-of-type(3) {
	background-color: #151515;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.header {
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.header .inner:first-child {
	align-items: center;
	display: flex;
	justify-content: left;
	padding-left: calc(50vw - 670px);
	padding-right: 123px;
}

.header .inner:last-child {
	align-items: center;
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
}

.header .inner>.text {
	letter-spacing: -0.1px;
	line-height: 18px;
	margin-left: 21px;
	margin-top: 3px;
}

.header .logo {
	width: 158px;
}

.header .logo img {
	aspect-ratio: 158/60;
	width: inherit;
}

.header .text {
	color: #151515;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 24px;
}

.header .area>.text {
	font-size: 13px;
	letter-spacing: 0.5px;
}

.header .first {
	margin-left: 9px;
}

.header .first img {
	aspect-ratio: 123/66;
	width: 120px;
}

.header .nominate {
	grid-column: 2;
}

.header .lately {
	grid-column: 2;
}

.header .area {
	margin-left: 22px;
	margin-top: 10px;
}

.header .area .tel {
	color: #39AD36;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
}

.header .area .tel .number {
	font-size: 32px;
	letter-spacing: 1.2px;
	margin-left: 9px;
}

.header .area .open {
	color: #151515;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 10px;
}

.header .field {
	/* flex-grow: 1; */
	margin-left: 20px;
}

.header .field .box {
	align-items: center;
	display: flex;
	gap: 10px;
	letter-spacing: 2.3px;
	margin-top: 8px;
	justify-content: flex-end;
}

.header .field .link {
	align-items: center;
	display: flex;
	font-weight: bold;
	gap: 8px;
	margin-top: 8px;
	justify-content: flex-end;
}

.header .field a {
	color: #151515;
	grid-gap: 10px;
	align-items: center;
	display: grid;
	font-size: 14px;
	gap: 10px;
	grid-template-columns: auto 1fr auto;
}

.header .field a:before {
	background-size: cover;
	content: "";
}

.header .field .property:before {
	background-image: url("/wp-content/themes/swell_child/image/renewal/clock.png");
	height: 18px;
	width: 18px;
}

.header .field .nomination {
	border-left: solid 1px #151515;
	line-height: 14px;
	padding-left: 18px;
}

.header .field .nomination:before {
	background-image: url("/wp-content/themes/swell_child/image/renewal/heart.png");
	height: 15px;
	width: 18px;
}

.header .field .box .common_press {
	letter-spacing: 3px;
	padding: 14px 10px;
	width: 210px;
}

.header .field .box .mail {
	background-color: #39AD36;
	color: #fff;
}

.header .field .box .mail:after {
	background-image: url("/wp-content/themes/swell_child/image/renewal/arrow.png");
}

.header .field .box .reservation {
	background-color: #F0F0F0;
	color: #151515;
}

.header .field .box .common_press:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: sub;
}

.header .field .box .mail:before {
	background-image: url("/wp-content/themes/swell_child/image/renewal/mail.png");
	height: 18px;
	width: 25px;
}

.header .field .box .reservation:before {
	background-image: url("/wp-content/themes/swell_child/image/renewal/reservation.png");
	height: 26px;
	width: 24px;
}

.header .wrapper {
	align-items: center;
	aspect-ratio: 1;
	background-color: #39AD36;
	display: flex;
	flex-direction: column;
	justify-self: end;
	padding-top: 25px;
	position: fixed;
	right: 0;
	transition: all 0.5s;
	width: 110px;
}

.header .word {
	color: #fff;
	font-family: "din-2014", sans-serif;
	margin-top: 6px;
	text-transform: uppercase;
	transition: all 0.5s;
}

.header .word1 {
	color: #fff;
}

.header .word1._emergent {
	display: none;
}

.header .word2 {
	display: none;
}

.header .word2._emergent {
	color: #151515;
	display: block;
}

.header .word._emergent {
	transition: all 0.5s;
}

.header .inner:first-child .list {
	display: flex;
	gap: 20px;
	grid-auto-flow: column;
	padding-top: 5px;
}

.header .inner:last-child {
	background-color: #FAFAFA;
	margin-top: 8px;
}

.header .navigation .list {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
}

.header .navigation .item {
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.header .navigation .item:before {
	background-color: #151515;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header .navigation .item:last-child:after {
	background-color: #151515;
	content: "";
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header .navigation .item a {
	color: #151515;
	display: block;
	height: 100%;
	padding: 11px 0;
	text-align: center;
}

.header .navigation .item span {
	position: relative;
	transition: all 0.2s;
}

.header .navigation .item span:after {
	background-color: #39AD36;
	bottom: -16px;
	content: "";
	height: 4px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all 0.2s;
	visibility: hidden;
	width: 100%;
}

.common_headline .subtitle {
	color: #39AD36;
	font-family: "din-2014", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.common_headline .subtitle_white {
	color: #fff;
}

.common_headline .title {
	font-weight: bold;
	letter-spacing: 0.8px;
	margin-top: 10px;
}

.common_headline .title_white {
	color: #fff;
}

.common_headline .text {
	font-size: 14px;
	margin-top: 33px;
}

.headline_center {
	text-align: center;
}

.headline_right {
	text-align: right;
}

.menu {
	background-color: #39AD36;
	background-color: #39AD36;
	color: white;
	display: flex;
	height: 100vh;
	opacity: 0;
	overflow: scroll;
	padding-right: 50px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 10000;
	min-width: 1140px
}

.menu.hamburger_action_clicked{
	padding-right: unset;
}

.menu .ham_img {
	width: 350px;
	flex-shrink: 0;
}

.menu .ham_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu._emergent {
	opacity: 1;
	transition: all 0.5s;
	visibility: visible;
	z-index: 10010;
}

.menu .area {
	padding-bottom: 50px;
	padding-left: 50px;
	overflow: scroll;
}

.menu .area .lower .place {
	border-top: solid 1px #fff;
	display: grid;
	grid-auto-flow: column;
	justify-content: space-between;
	margin-top: 30px;
	padding-top: 30px;
}

.menu .cover {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 150px;
}

.menu .navigation .set {
	display: grid;
	grid-auto-columns: auto;
	grid-auto-flow: column;
	padding-left: 17px;
	padding-right: 17px;
}

.menu .navigation .unit {
	font-size: 15px;
}

.menu .navigation .unit+.unit {
	position: relative;
}

.menu .navigation .unit+.unit:before {
	background-color: #fff;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.menu .navigation .unit a {
	display: block;
	height: 100%;
	padding: 19px 0;
	text-align: center;
}

.menu address {
	font-size: 12px;
	/* font-weight: bold; */
	line-height: 20px;
	margin-top: 10px;
}

.menu .copyright {
	display: block;
	letter-spacing: 0.5px;
	text-align: center;
}

.menu .upper {
	grid-gap: 48px;
	display: grid;
	gap: 48px;
	grid-template-columns: 1fr 44%;
}

.menu .field {
	display: grid;
	grid-template-columns: 17% 1fr;
	gap: 20px;
	justify-content: space-between;
}

.menu .field+.field {
	margin-top: 4px;
}

.menu .field .word {
	font-size: 13px;
	font-weight: bold;
}

.menu .item:last-child .field+.field {
	margin-top: 20px;
}

.menu .title {
	padding-bottom: 24px;
}

.menu .cover .top_box {
	background: #fff;
	padding: 25px 30px;
	margin-bottom: 25px;
}

.menu .cover .top_box .inbox+.inbox {
	margin-top: 1.5em;
}

.menu .cover .top_box .inbox .head {
	color: #39AD36;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 0.3em;
}

.menu .cover .top_box .inbox ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
}

.menu .cover .top_box .inbox ul li a {
	display: block;
	color: #151515;
	letter-spacing: .05em;
	/* font-weight: 700; */
	font-size: 15px;
	transition: .3s;
}

.menu .cover .top_box .inbox ul li a:hover {
	color: #39AD36;
}

.menu .upper .total {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 400;
	gap: 5px 17px;
	color: #fff;
}

.menu .upper .total a {
	color: #fff;
}

.menu .item+.item {
	margin-top: 44px;
}

.menu .upper .item {
	font-size: 18px;
	font-weight: bold;
}

.menu .lower {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.menu .lower .sns {
	grid-gap: 10px;
	display: grid;
	gap: 10px;
	grid-column: 2;
	grid-template-columns: repeat(3, auto);
	margin-left: auto;
	margin-right: 0;
	margin-top: 30px;
	width: 44%;
}

.menu .lower .total {
	grid-gap: 5px;
	align-self: flex-start;
	display: grid;
	gap: 20px;
	grid-auto-columns: auto;
	grid-auto-flow: column;
	justify-content: right;
}

.menu .lower .part {
	align-items: center;
	display: flex;
	font-size: 12px;
}

.menu .lower .part a {
	color: #fff;
}

.menu .lower .part:last-child {
	gap: 7px;
}

.menu .lower .part:last-child:after {
	aspect-ratio: 1;
	background-image: url("/wp-content/themes/swell_child/image/renewal/site_white.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	width: 11px;
}

.menu .lower .map iframe {
	aspect-ratio: 300/160;
	width: 300px;
}

.menu .lower .name {
	font-size: 12px;
	/* font-weight: bold; */
}

.menu .copyright {
	align-self: flex-end;
	justify-self: end;
}

.menu .word1._emergent {
	color: #151515;
	display: none;
}

.menu .word2._emergent {
	color: #151515;
	display: block;
	margin-top: 6px;
}

.menu .wrapper {
	align-items: center;
	aspect-ratio: 1;
	color: #151515;
	display: flex;
	flex-direction: column;
	justify-self: end;
	padding-top: 20px;
	position: fixed;
	text-transform: uppercase;
	width: 110px;
	z-index: 10;
}

.menu .wrapper._emergent {
	background-color: #fff;
	right: 0;
	transition: all 0.5s;
}

.menu .wrapper {
	align-items: center;
	aspect-ratio: 1;
	background-color: #39AD36;
	display: flex;
	flex-direction: column;
	justify-self: end;
	padding-top: 20px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.5s;
	width: 110px;
}

.menu .word {
	color: #fff;
	font-family: "din-2014", sans-serif;
	text-transform: uppercase;
	transition: all 0.5s;
}

.menu .word1 {
	color: #fff;
}

.menu .word1._emergent {
	display: none !important;
}

.menu .word2 {
	display: none !important;
}

.menu .word2._emergent {
	display: block !important;
}

.menu .word2._emergent {
	color: #151515;
}

.menu .word1._emergent {
	display: none;
}

.menu .word2 {
	display: none;
}

.menu .word2._emergent {
	color: #151515;
	display: block;
}

.menu .word._emergent {
	transition: all 0.5s;
}

.common_press {
	align-items: center;
	background-color: #F0F0F0;
	display: grid;
	font-weight: bold;
	grid-template-columns: 1fr auto;
	letter-spacing: 0.6px;
	border-radius: 4px;
	padding: 17px 30px;
	width: 270px;
}

.common_press:after {
	background-image: url("/wp-content/themes/swell_child/image/renewal/arrow_black.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 12px;
	vertical-align: sub;
	width: 7px;
}

.common_press_center {
	margin: 0 auto;
}

.common_press_background_white {
	background-color: #fff;
}

.common_press_background_green {
	background-color: #F0F0F0;
}

.common_press_background_gray {
	background-color: #F0F0F0;
}

.common_press_background_gray:after {
	background-image: url("/wp-content/themes/swell_child/image/renewal/arrow_black.png");
}

.common_press_background_orange {
	background-color: #F8941F;
	color: #fff;
}

.bxslider {
	width: 100%;
}

.scrollbar-container {
	background-color: #e0e0e0;
	cursor: pointer;
	height: 1px;
	margin-top: 40px;
	padding-right: 10px;
	position: relative;
}

.scrollbar {
	background-color: #28a745;
	/* 緑色の球 */
	border-radius: 50%;
	/* 球形にする */
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* transition: left 0.3s ease; */
	width: 20px;
}

.bxslider .item {
	padding-right: 20px !important;
	width: 280px !important;
}

.top_menu .inner {
	grid-gap: 50px;
	display: grid;
	gap: 50px;
	grid-template-columns: 520px 1fr;
}

.top_menu .common_headline {
	grid-area: headline;
}

.top_menu .text {
	color: #818181;
	grid-area: text;
}

.top_menu .area {
	grid-column-gap: 40px;
	-moz-column-gap: 40px;
	align-items: center;
	background-color: #FAFAFA;
	column-gap: 40px;
	display: grid;
	grid-template-columns: 80px 1fr;
	padding: 20px 15px;
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 6px;
	overflow: hidden;
}

.top_menu .area1 {
	margin-top: 27px;
}

.top_menu .area+.area {
	margin-top: 15px;
}

.top_menu .area .title {
	font-weight: bold;
	grid-column: 2;
	grid-row: 1;
	letter-spacing: 0.6px;
	transition: .3s;
}

.top_menu .area:hover .title {
	color: #39AD36;
}

.top_menu .area .text {
	font-size: 13px;
	grid-column: 2;
	grid-row: 2;
}

.top_menu .area:before {
	aspect-ratio: 1;
	background-color: #39AD36;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	content: "";
	display: block;
	grid-row: span 2;
	width: 80px;
}

.top_menu .area1:before {
	background-image: url(/wp-content/themes/swell_child/image/renewal/area.png);
	background-size: 43px;
}

.top_menu .area2:before {
	background-image: url(/wp-content/themes/swell_child/image/renewal/station.png);
	background-size: 28px;
}

.top_menu .area:after {
	background: #E3E3E3;
	content: "";
	height: 70px;
	left: 115px;
	position: absolute;
	width: 1px;
}

.top_menu .writing .tag {
	font-weight: bold;
	-moz-column-gap: 20px;
	border-bottom: solid 1px #C9C9C9;
	column-gap: 20px;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-top: 18px;
	padding-bottom: 26px;
	row-gap: 5px;
}

.top_menu .writing .tag .item:hover {
	color: #39AD36;
}

.top_menu .writing .common_headline {
	margin-top: 35px;
}

.top_menu .writing .word {
	align-items: baseline;
	display: flex;
	font-size: 28px;
	font-weight: bold;
	gap: 14px;
	letter-spacing: 5px;
}

.top_menu .writing .word:before {
	aspect-ratio: 38/46;
	background-image: url(/wp-content/themes/swell_child/image/renewal/search.jpg);
	background-size: cover;
	content: "";
	display: block;
	width: 38px;
}

.top_menu .writing form {
	display: flex;
	margin-top: 17px;
}

.top_menu .writing input {
	background-color: #f8f8f8;
	border: solid 1px #e0e0e0;
	color: #3b3b3b;
	padding: 14px 20px;
	padding-left: 20px;
	width: 440px;
}

.top_menu .writing button {
	align-items: center;
	background-color: #39AD36;
	color: #fff;
	display: flex;
	justify-content: center;
	width: 80px;
}

.top_banner .total {
	grid-gap: 14px;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, auto);
	z-index: 1;
}

.top_banner .part {
	overflow: hidden;
	position: relative;
}

.top_banner .part .writing {
	background-color: rgba(57, 173, 54, 0.4);
	color: #fff;
	content: "";
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: end;
	left: 0;
	padding: 30px 20px;
	position: absolute;
	text-align: center;
	top: 100%;
	transition: all 0.2s;
	width: 100%;
}

.top_banner .part .writing .name {
	font-size: 24px;
}

.top_banner .part .writing .ruby {
	font-family: "din-2014", sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
}

.top_banner .part .writing .career {
	border-top: solid 1px #fff;
	font-size: 18px;
}

.top_banner .area {
	display: grid;
}

.top_banner .area .common_headline .title {
	font-size: 18px;
}

.top_banner .area .common_press {
	margin-top: 30px;
	padding: 13px 30px;
	width: 240px;
}

.top_banner .area .item .date {
	color: #818181;
	display: block;
	font-family: "din-2014", sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

.top_banner .area .item .title {
	font-size: 18px;
	font-weight: bold;
}

.top_banner .area .item .text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #818181;
	display: -webkit-box;
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
	overflow: hidden;
}

.top_log {
	background-image: url(/wp-content/themes/swell_child/image/renewal/log.jpg);
	margin-top: 140px;
	padding-bottom: 104px;
	padding-top: 80px;
}

.top_log .common_press.common_press_background_white {
	background-color: #fff;
	font-weight: bold;
	margin: 36px auto 48px;
	padding: 17px 30px;
	width: 270px;
}

.top_log .common_headline {
	font-size: 54px;
	text-transform: uppercase;
}

.top_logg .title {
	font-size: 54px;
	text-transform: uppercase;
}

.top_log .area {
	background-color: #fff;
	border-radius: 8px;
	position: relative;
}

.top_log .area .common_headline {
	text-align: center;
}

.top_log .area .common_headline .title,
.top_log .area .common_headline .subtitle {
	font-size: 24px;
	font-weight: bold;
}

.top_log .area .total {
	height: 374px;
	margin-top: 33px;
	overflow-y: scroll;
	padding-right: 50px;
	position: relative;
	z-index: 1;
}

.top_log .area .content {
	position: relative;
}

.top_log .area .content:after {
	background-color: #F0F0F0;
	content: "";
	height: 100%;
	position: absolute;
	right: 9px;
	top: 0;
	width: 2px;
	z-index: 0;
}

.top_log .area .content .common_press {
	margin: 37px auto 44px;
}

.top_log .area .total::-webkit-scrollbar {
	background: transparent;
	position: relative;
	width: 20px;
	z-index: 100;
}

.top_log .area .total::-webkit-scrollbar-thumb {
	background-color: #39AD36;
	border-radius: 10px;
	position: relative;
	width: 20px;
	z-index: 2;
}

.top_log .area .part {
	padding-bottom: 35px;
}

.top_log .area .part+.part {
	border-top: solid 1px #F0F0F0;
	padding-bottom: 34px;
	padding-top: 21px;
}

.top_log .area .part .name {
	align-items: center;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	gap: 24px;
	letter-spacing: 1px;
}

.top_log .area .part .text {
	letter-spacing: 0.4px;
	line-height: 1.6;
	/* font-weight: bold; */
	margin-top: 14px;
	text-align: left;
}

.top_log .area .part .name:before {
	aspect-ratio: 166/26;
	background-image: url(/wp-content/themes/swell_child/image/renewal/star.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	width: 166px;
}

.top_like .text {
	margin-left: auto;
	margin-top: 99px;
	width: 54%;
}

.top_like .text .paragraph {
	font-size: 15px;
	/* font-weight: bold; */
	letter-spacing: -0.3px;
	line-height: 1.6;
}

.top_like .text .paragraph+.paragraph {
	margin-top: 20px;
}

.top_like .photo {
	position: relative;
}

.top_like .photo img {
	-o-object-fit: cover;
	aspect-ratio: 1240/360;
	object-fit: cover;
}

.top_like .photo:before {
	aspect-ratio: 274/411;
	background-image: url("/wp-content/themes/swell_child/image/renewal/lady_like.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: -100px;
	position: absolute;
	top: 70px;
	width: 274px;
}

.top_like .word {
	background-color: #fff;
	font-family: "Source Han Sans", sans-serif;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: 7px;
	padding: 33px 10px 20px;
	position: absolute;
	right: 48px;
	text-orientation: upright;
	/* 文字の向きを指定 */
	top: 0;
	writing-mode: vertical-rl;
	/* 右から左へ縦書き */
}

.top_like .bg_text {
	color: #39AD36;
	font-size: 100px;
	line-height: 1;
	rotate: -6deg;
	position: absolute;
	bottom: -68px;
	left: 50%;
	translate: -50% 0;
	white-space: nowrap;
}

.top_like .item {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.top_group .upper {
	grid-gap: 54px;
	display: grid;
	gap: 54px;
	grid-template-columns: 35% 1fr;
}

.top_group .photo {
	grid-column: 2;
}

.top_group .photo img {
	aspect-ratio: 360/220;
	width: 360px;
}

.top_group .writing .photo2 img {
	aspect-ratio: 276/148;
	width: 276px;
}

.top_group .upper>.photo img {
	aspect-ratio: 750/403;
	width: 750px;
}

.top_group .writing .word {
	align-items: baseline;
	display: flex;
	font-size: 28px;
	font-weight: bold;
	gap: 14px;
	margin-top: 17px;
}

.top_group .writing .photo1 {
	aspect-ratio: 275/148;
	width: 275px;
}

.top_group .writing .photo2 {
	aspect-ratio: 350/188;
}

.top_group .writing .word:before {
	aspect-ratio: 38/45;
	background-image: url(/wp-content/themes/swell_child/image/renewal/search.png);
	background-size: cover;
	content: "";
	display: block;
	width: 38px;
}

.top_group .lower .list {
	grid-row-gap: 33px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 54px;
	row-gap: 33px;
}

.top_group .lower .item {
	text-align: center;
}

.top_group .lower .item .subtitle {
	font-weight: bold;
	margin-top: 15px;
}

.top_group .lower .item .title {
	font-size: 22px;
	font-weight: bold;
}

.top_group .lower .item .address {
	color: #4d4d4d;
	font-size: 14px;
	/* font-weight: bold; */
	line-height: 1.5;
	margin-top: 0;
}

.top_group .lower .item .address:before {
	background-color: #39AD36;
	content: "";
	display: block;
	height: 2px;
	margin: 5px auto 15px;
	width: 40px;
}

.top_contact .inner {
	background-color: #F5FFF5;
	font-family: "Source Han Sans", sans-serif;
	padding: 32px 53px 40px 280px;
	position: relative;
}

.top_contact .inner:before {
	aspect-ratio: 260/390;
	background-image: url("/wp-content/themes/swell_child/image/renewal/lady_contact.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 260px;
}

.top_contact .common_press {
	grid-template-columns: auto 1fr auto;
	padding: 17px;
}

.top_contact .common_press:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	margin-right: 17px;
}

.top_contact .common_press.common_press_background_green:before {
	aspect-ratio: 25/18;
	background-image: url("/wp-content/themes/swell_child/image/renewal/mail.png");
	width: 25px;
}

.top_contact .common_press.common_press_background_orange:before {
	aspect-ratio: 24/26;
	background-image: url("/wp-content/themes/swell_child/image/renewal/calendar2.png");
	width: 24px;
}

.top_contact .common_press.common_press_background_gray:before {
	aspect-ratio: 25/18;
	background-image: url("/wp-content/themes/swell_child/image/renewal/mail2.png");
	width: 25px;
}

.top_contact .inner:after {
	background-color: #E7FCE7;
	content: "";
	filter: blur(5px);
	height: calc(100% + 20px);
	left: -10px;
	letter-spacing: 1.4px;
	position: absolute;
	top: -10px;
	width: calc(100% + 20px);
	z-index: -1;
}

.top_contact .common_press.common_press_background_green {
	background-color: #39AD36;
	color: #fff;
}

.top_contact .common_press.common_press_background_orange {
	background-color: #F8941F;
	color: #fff;
}

.top_contact .common_press.common_press_background_gray {
	background-color: #F0F0F0;
}

.common_press_background_red:after,
.common_press_background_orange:after,
.common_press_background_green:after {
	background-image: url("/wp-content/themes/swell_child/image/renewal/arrow.png");
}

.top_adviser .total {
	grid-gap: 14px;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, auto);
}

.top_adviser .part {
	overflow: hidden;
	position: relative;
}

.top_adviser .part img {
	height: 369px;
	object-fit: cover;
}

.top_adviser .part .writing {
	background-color: rgba(57, 173, 54, 0.4);
	color: #fff;
	content: "";
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: end;
	left: 0;
	padding: 30px 20px;
	position: absolute;
	text-align: center;
	top: 100%;
	transition: all 0.2s;
	width: 100%;
}

.top_adviser .part .writing .name {
	font-size: 24px;
}

.top_adviser .part .writing .ruby {
	font-family: "din-2014", sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.top_adviser .part .writing .career {
	border-top: solid 1px #fff;
	font-size: 18px;
	padding-top: 10px;
}

.top_adviser .area {
	display: grid;
}

.top_adviser .area .common_headline .title {
	font-size: 18px;
}

.top_arrival .panel .common_press {
	background-color: #39AD36;
	color: #fff;
	margin: 40px auto 0;
	padding: 13px 30px;
	width: 340px;
}

.top_arrival .panel .count_text {
	font-size: 18px;
	font-weight: 700;
}

.top_arrival .panel .count_text .count {
	color: #39AD36;
	font-size: 1.2em;
	margin: 0 .2em;
}

.top_adviser .area .common_press {
	background-color: #39AD36;
	color: #fff;
	margin-top: 40px;
	padding: 13px 30px;
	width: 240px;
}

.top_arrival .panel .common_press::after,
.top_adviser .area .common_press:after {
	background-image: url(/wp-content/themes/swell_child/image/renewal/arrow.png);
}

.top_adviser .area .blog_slider .list {
	margin-bottom: 0;
}

.top_adviser .area .blog_slider .slick-dots {
	position: static;
	margin-top: 35px;
	display: grid !important;
	grid-template-columns: repeat(8, 1fr);
}

.top_adviser .area .blog_slider .slick-dots li {
	width: 100%;
	height: 1px;
	background: #e0e0e0;
	margin: 0;
}

.top_adviser .area .blog_slider .slick-dots li button {
	background: #28a745;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: .3s;
	opacity: 0;
}

.top_adviser .area .blog_slider .slick-dots li button::before {
	content: none;
}

.top_adviser .area .blog_slider .slick-dots li.slick-active button {
	opacity: 1;
}

.top_adviser .area .blog_slider .slick-dots li:first-of-type button {
	left: 0;
}

.top_adviser .area .blog_slider .slick-dots li:last-of-type button {
	left: auto;
	right: 0;
	translate: 50% -50%;
}

.top_adviser .area .blog_slider .item {
	width: 270px;
	margin-right: 20px;
}

.top_adviser .area .item img {
	width: 100%;
	aspect-ratio: 260/160;
	object-fit: cover;
}

.top_adviser .area .item .date {
	color: #818181;
	display: block;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-size: 12px;
	margin-top: 10px;
}

.top_adviser .area .item .title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

.top_adviser .area .item .text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #818181;
	display: -webkit-box;
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
	overflow: hidden;
}

.totop {
	bottom: 50px;
	position: absolute;
	right: 50px;
}

.totop {
	opacity: 0;
	transition: all 0.5s;
	visibility: hidden;
}

.totop._emergent {
	opacity: 1;
	transition: all 0.5s;
	visibility: visible;
}

.totop img {
	aspect-ratio: 1;
	width: 50px;
}

body._emergent {
	overflow: hidden;
	height: 100vh;
}

.wrap {
	margin: 0 auto;
	width: 1140px;
}

.wrap_broad {
	width: 1240px;
}

.wrap_wide {
	width: 1340px;
}

.common_extent {
	min-width: 1440px;
}

.common_page_h1_cont h1 .buildingListTitle:before {
	content: unset !important;
}

.top_support {
	padding: 100px 0;
	position: relative;
	z-index: 0;
}

.top_support::before {
	content: "";
	width: calc(50vw + 400px);
	background: #F5FFF5;
	position: absolute;
	top: 125px;
	bottom: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}

.top_support .en_title {
	color: #39AD36;
	font-family: "din-2014", sans-serif;
	font-size: 56px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 30px;
}

.top_support .cont {
	display: flex;
	align-items: center;
	gap: 0 50px;
}

.top_support .cont .video {
	flex-shrink: 0;
	width: 600px;
}

.top_support .cont .video video {
	width: 100%;
	aspect-ratio: 16/9;
}

.top_support .cont .text_box {
	width: 100%;
}

.top_support .cont .text_box .title {
	font-size: 30px;
	letter-spacing: .05em;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 30px;
}

.top_support .cont .text_box .text {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.9;
}

div#singleContact div.confirmButtonArea input {
	line-height: 1.4;
}

.mainContaints .blog-in .side_blog .date {
	display: none !important;
}

.top_arrival .tab_area ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.top_arrival .tab_area .js_tab {
	border: 2px solid #39AD36;
	font-weight: 700;
	color: #39AD36;
	font-size: 16px;
	line-height: 1.2;
	padding: 1em;
	cursor: pointer;
	text-align: center;
	transition: .3s;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_arrival .tab_area .js_tab.active {
	background-color: #39AD36;
	color: #fff;
}

.top_arrival .bukken_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.top_arrival .bukken_list li {
	width: 100%;
}

.top_arrival .tab_area ul li.active,
.top_arrival .tab_area ul li:hover {
	background-color: #39AD36;
	color: #fff;
}

.butken_recently .checkList .inBox .content .text .yachin {
	font-weight: 700;
	color: #ff0000;
}

/* スタッフ紹介 */
.staff_show_top .show_info ul li {
	font-size: 15px;
	padding: 1em .6em;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #eee;
}

.staff_show_top .show_info ul li:nth-child(even) {
	background-color: #f8f8f8;
}

.staff_show_top .show_info .ttl {
	font-weight: 600;
	margin-bottom: 0.3em;
}

/* パンくず */
.breadcrumb {
	font-size: 12px;
	color: #3E3E3E;
	letter-spacing: .08em;
	padding: 1em 0;
}

.breadcrumb a {
	text-decoration: none;
	color: #3E3E3E;
}

.vacancy_tuiju {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.7em;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.vacancy_tuiju .btn .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
    background: #FF7629;
    border-radius: 100vmax;
    min-block-size: 55px;
    padding: 0.5em 3em;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
    transition: .3s;
}

.comonn_vatu_con .vacancy_tuiju .btn .link{
    background: #39AD36;
}

.vacancy_tuiju.no_vacancy .btn .link{
    min-width: 412px;
}

.vacancy_tuiju .btn .link .num {
    font-size: 1.5em;
    line-height: 1;
    margin-inline: 0 0.2em;
    color: #ffee2a;
}

.vacancy_tuiju .btn .link:hover {
    opacity: 0.7;
}


@media (hover: hover) {

	.bxslider_menu .box .square a:hover::before {
		box-shadow: inset 0 0 0 3px #39AD36;
		transition: box-shadow 0.2s;
	}

	.header .navigation .item a:hover span {
		color: #39AD36;
		transition: all 0.2s;
	}

	.header .navigation .item a:hover span:after {
		opacity: 1;
		transition: all 0.2s;
		visibility: visible;
	}

	.top_banner .part:hover .writing {
		top: 0;
		transition: all 0.2s;
	}

	.top_adviser .part:hover .writing {
		top: 0;
		transition: all 0.2s;
	}

}



/* //////// */
/* 挿入部分↑ */
/* //////// */

@media (max-width: 1100px) {

	html {
		font-size: 1.4545454545vw;
	}

}

@media (max-width: 750px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pc_flex {
		display: none !important;
	}

	.sp_flex {
		display: flex !important;
	}

	.pc_grid {
		display: none !important;
	}

	.sp_grid {
		display: grid !important;
	}

	html {
		font-size: 16px;
	}

	.top_abir {
		margin-bottom: 0;
		margin-top: 20vw;
		padding-bottom: 7vw;
	}

	.top_abir .list {
		gap: 7vw;
		grid-template-columns: 1fr;
		margin-top: 7.4vw;
	}

	.top_abir .list img {
		aspect-ratio: 350/150;
	}

	.top_abir .item .writing {
		display: grid;
		grid-template-columns: auto 1fr;
		margin-top: 3.5vw;
	}

	.top_abir .item .title:before {
		left: -13vw;
	}

	.top_abir .common_headline .subtitle,
	.top_abir .common_headline .title {
		font-size: 4.1vw;
		letter-spacing: 0.1vw;
		text-align: center;
	}

	.top_abir .common_headline .text {
		color: #818181;
		font-size: 3.3vw;
		letter-spacing: -0.2px;
		line-height: 4.6vw;
	}

	.top_abir .item .subtitle {
		grid-column: span 2;
	}

	.top_abir .item .title {
		align-self: center;
		font-size: 4.6vw;
		letter-spacing: 0;
		margin-left: 12.8vw;
	}

	.top_abir .item .text {
		font-weight: bold;
		grid-column: span 2;
		letter-spacing: 0;
		line-height: 1.3;
		margin-top: 4.6vw;
	}

	.float {
		display: none;
		bottom: 15%;
	}

	.top_adviser {
		margin-top: 20vw;
	}

	.top_adviser .total {
		margin-top: 5.6vw;
	}

	.top_adviser .common_headline .subtitle {
		font-size: 3.6vw;
	}

	.top_adviser .common_headline .title {
		font-size: 4.1vw;
		margin-top: 2.1vw;
	}

	.top_adviser .part>img {
		aspect-ratio: 170/220;
	}

	.top_adviser .common_headline .text {
		letter-spacing: 0vw;
		line-height: 4.6vw;
		margin-top: 6.2vw;
	}

	.top_adviser .area {
		display: block;
	}

	.top_adviser .area .photo {
		border-left: none;
		margin-top: 3.1vw;
		padding-left: 0;
	}

	.top_adviser .area .common_headline .subtitle {
		letter-spacing: 0;
	}

	.top_adviser .area .common_headline .text {
		font-size: 3.3vw;
	}

	.top_adviser .area .writing {
		margin-top: 6.4vw;
	}

	.top_adviser .area .list {
		display: flex;
		column-gap: 2.6vw;
		overflow-x: scroll;
		padding-bottom: 3vw;
	}

	.top_adviser .area .list .item {
		min-width: 65vw;
		width: 65vw;
	}

	.top_arrival {
		margin-top: 17vw;
		padding-bottom: 21vw;
		padding-top: 17vw;
	}

	.top_arrival .panel .count_text {
		font-size: 3.8vw;
	}

	.top_arrival .panel .common_press {
		width: 100%;
		margin: 6vw auto 0;
		padding: 2.6vw 5.2vw;
	}

	.top_arrival .bukken_list {
		overflow-x: scroll;
		display: flex;
		gap: 0 5vw;
		margin-top: 3vw;
		overflow-x: scroll;
		flex-wrap: nowrap;
		padding-bottom: 4vw;
	}

	.top_arrival .item {
		grid-template-columns: 1fr;
	}

	.top_arrival .item .link {
		display: block;
	}

	.top_arrival .item img {
		aspect-ratio: 120/130;
		/* width: 30.8vw; */
	}

	.top_arrival .tab_area ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 3vw;
		margin-top: 7vw;
		margin-bottom: 4vw;
	}

	.top_arrival .common_headline .title {
		font-size: 4vw;
		letter-spacing: 0.26vw;
		margin-top: 2.1vw;
	}

	.top_banner {
		margin-top: 13vw;
	}

	.top_banner .area .writing {
		margin-top: 4.6vw;
	}

	.top_banner .writing img {
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.8vw;
		width: 50vw;
	}

	.top_banner .writing address {
		margin-right: 0;
		margin-top: 6vw;
	}

	.top_banner .writing .tel {
		margin-top: 2.1vw;
	}

	.top_banner .word {
		padding-right: 0;
	}

	.top_banner .area {
		grid-template-columns: 1fr;
		margin-top: 22vw;
	}

	.top_banner .area .list {
		grid-auto-flow: unset;
		grid-template-columns: auto;
		grid-template-columns: 1fr 1fr 1fr;
		margin-top: 3.8vw;
	}

	.top_banner .area .text {
		font-size: 3.1vw;
		line-height: 4.4vw;
		margin-top: 3.1vw;
	}

	.top_banner .area .title {
		display: none;
	}

	.top_banner .area .subtitle {
		letter-spacing: 0;
		line-height: 1.4;
		margin-top: 4.7vw;
		text-align: center;
	}

	.top_banner .area .photo {
		border: none;
		margin-left: 0;
		padding-left: 0;
	}

	.top_banner .area .photo .item img {
		-o-object-fit: cover;
		aspect-ratio: 1;
		object-fit: cover;
	}

	.top_column {
		margin-top: 18vw;
	}

	.top_column .common_headline .title {
		font-size: 4vw;
		letter-spacing: 0;
	}

	.top_column .common_headline .text {
		color: #818181;
		letter-spacing: -0.2vw;
		margin-top: 4.1vw;
	}

	.top_column .list {
		display: flex;
		overflow-x: scroll;
		gap: 0 3vw;
		padding-bottom: 3vw;
	}

	.top_column .item {
		min-width: 70vw;
		width: 70vw;
		border-radius: 8px;
	}

	.top_column .item a {
		display: grid;
		grid-template-columns: 30vw 1fr;
	}

	.top_column .item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.top_column .item .writing {
		justify-content: center;
		padding: 2.5vw;
	}

	.top_column .item .date {
		font-size: 3.2vw;
		margin-top: 0;
	}

	.top_column .item .title {
		font-size: 3.6vw;
		margin-top: 1.8vw;
	}

	.top_column .item .text {
		-webkit-line-clamp: 2;
		font-size: 3.1vw;
		line-height: 4.1vw;
		margin-top: 1vw;
	}

	.top_column .common_press {
		padding: 2.6vw 5.2vw;
	}

	.top_contact {
		margin-top: 19vw;
	}

	.top_contact .presses {
		display: block;
		margin-top: 2.6vw;
	}

	.top_contact .presses:before {
		display: none;
	}

	.top_contact .presses:after {
		display: none;
	}

	.top_contact .area {
		background-color: #fff;
	}

	.top_contact .area:before {
		aspect-ratio: 111/166;
		background-image: url("/wp-content/themes/swell_child/image/renewal/lady_contact.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		bottom: 100%;
		content: "";
		display: block;
		left: -30px;
		position: absolute;
		width: 111px;
	}

	.top_contact .text {
		font-size: 3.6vw;
		letter-spacing: 0;
		margin-top: 28px;
		padding-top: 3vw;
		text-align: center;
	}

	.top_contact .tel {
		display: block;
		margin-left: 23vw;
	}

	.top_contact .tel .open {
		font-size: 3.3vw;
		letter-spacing: -.2vw;
		margin-top: 5px;
	}

	.top_contact .tel .open:before {
		display: none;
	}

	.top_contact .tel .number {
		font-size: 6.8vw;
		gap: 1.5vw;
		letter-spacing: -.26vw;
		margin-top: 1.2vw;
		pointer-events: auto;
	}

	.top_contact .tel .number:before {
		width: 5.7vw;
	}

	.top_group {
		padding-bottom: 0;
		padding-top: 12vw;
	}

	.top_group .inner {
		padding-left: 0;
		padding-right: 0;
	}

	.top_group .writing {
		margin-top: 0;
	}

	.top_group .writing .text {
		font-size: 3.1vw;
		font-weight: bold;
		line-height: 4.6vw;
		margin-top: 3.6vw;
	}

	.top_group .lower {
		padding-bottom: 15.4vw;
		padding-left: 20px;
		padding-right: 20px;
	}

	.top_hero .inner {
		overflow: hidden;
	}

	.top_hero .writing {
		box-sizing: border-box;
		width: 100%;
	}

	.top_hero .writing:after {
		align-self: flex-end;
		aspect-ratio: 237/210;
		grid-column: 2;
		grid-row: 2/span 2;
		margin-left: -20vw;
		width: 60.8vw;
	}

	.top_hero video {
		height: 100%;
		min-width: auto;
		width: auto;
	}

	.top_hero .title {
		font-size: 6.2vw;
		grid-column: span 2;
		letter-spacing: -0.2vw;
		margin-top: 4vw;
	}

	.top_hero .title .title_small {
		display: inline-block;
		font-size: 3.2vw;
		line-height: 9vw;
		letter-spacing: 0;
	}

	.top_hero .title .title_regular {
		font-size: 4.4vw;
		letter-spacing: 0;
	}

	.top_hero .title .title_large {
		font-size: 4.3vw;
		letter-spacing: 0;
	}

	.top_hero .title .title_big {
		font-size: 6.1vw;
		letter-spacing: 0;
	}

	.top_hero .subtitle {
		grid-row: 2;
		margin-left: 0;
		transform: rotate(6deg);
		width: 62vw;
		max-height: 20vw;
	}

	.top_hero .container-box {
		bottom: 10vw;
		left: -4vw;
	}

	.top_hero .banner {
		gap: 0;
		grid-row: 3;
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.top_hero .banner .photo:before {
		aspect-ratio: 213/83;
		bottom: 3.5vw;
		display: block;
		top: -3.5vw;
		width: 54.6vw;
	}

	.top_hero .banner>img {
		aspect-ratio: 150/65;
		grid-row: 2;
		margin-top: 2.6vw;
		width: 38.5vw;
	}

	.top_hero .banner .photo img {
		aspect-ratio: 213/52;
		padding-bottom: 2.6vw;
		width: 55vw;
	}

	.top_like {
		margin-top: 20.5vw;
	}

	.top_like .wrap_broad {
		padding-right: 0;
	}

	.top_log .area {
		padding: 12vw 4.6vw 0.3vw;
	}

	.top_log .area:after {
		display: none;
	}

	.top_log .common_headline .subtitle {
		letter-spacing: 0.1vw;
	}

	.top_log .common_headline .title {
		font-size: 9.2vw;
	}

	.top_menu {
		margin-bottom: 0;
		margin-top: 12vw;
	}

	.top_menu .common_headline .title {
		margin-top: 2.2vw;
	}

	.top_recommend {
		padding-top: 16.2vw;
		text-align: left;
	}

	.top_recommend .common_headline {
		text-align: left;
	}

	.top_recommend .common_headline .title {
		font-size: 4.1vw;
		letter-spacing: 0.2vw;
		margin-top: 2vw;
	}

	.top_recommend .list {
		display: flex;
		overflow-x: scroll;
		margin-top: 4.1vw;
		padding-bottom: 3vw;
		column-gap: 3vw;
		row-gap: 0;
	}

	.top_recommend .list .item {
		min-width: 70vw;
		width: 70vw;
	}

	.top_recommend .item a {
		gap: 3.8vw;
		grid-template-columns: 30vw 1fr;
		padding: 1.3vw;
	}

	.top_recommend .item a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.top_recommend .item .writing {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.top_recommend .item .date {
		font-size: 3.2vw;
		margin: 0;
	}

	.top_recommend .common_press {
		margin: 10vw auto 0;
		width: 56vw;
	}

	.top_recommend .item .title {
		font-size: 3.6vw;
		line-height: 4.4vw;
		margin-top: 2vw;
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.top_recommend .item .text {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		font-size: 3.1vw;
		margin-top: 2vw;
		overflow: hidden;
	}

	.top_spot {
		padding-bottom: 21vw;
		padding-top: 17.4vw;
	}

	.top_spot .subtitle {
		font-size: 4.6vw;
		letter-spacing: 0.24vw;
	}

	.top_spot .sentence {
		color: #818181;
		font-size: 3.33vw;
		letter-spacing: 0.1vw;
	}

	.top_spot .list {
		grid-template-columns: 1fr;
		margin-top: 3.8vw;
	}

	.top_spot .item a {
		box-shadow: none;
		gap: 0;
		grid-template-columns: 1fr;
		padding-right: 0;
	}

	.top_spot .item+.item {
		margin-top: 3.1vw;
	}

	.top_spot .item .title {
		gap: 0;
		grid-template-columns: 1fr;
		letter-spacing: 0;
		margin-top: 2.2vw;
	}

	.top_spot .item img {
		aspect-ratio: 350/140;
		width: 100%;
	}

	.top_spot .item .text {
		font-size: 3.1vw;
		letter-spacing: -0.05vw;
		line-height: 1.3;
		margin-top: 1.5vw;
	}

	.bx_arrival {
		margin-top: 5px;
	}

	.bx_arrival .bx-wrapper .bx-controls-auto,
	.bx_arrival .bx-wrapper .bx-pager {
		bottom: -4.6vw;
	}

	.bx_arrival .bx-wrapper .bx-pager.bx-default-pager a {
		margin: 0 2.8vw;
	}

	.bxslider_arrival {
		margin-top: 0;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		overflow: scroll;
		padding: 0 0 10px;
	}

	.top_arrival .item .link {
		min-width: 60vw;
		width: 60vw;
	}

	.bxslider_arrival .item .box {
		display: grid;
		grid-template-columns: auto 1fr;
		margin-top: 10px;
	}

	.bxslider_arrival .item .box .writing {
		padding: 0 20px;
	}

	.bxslider_arrival .item .title {
		font-size: 3.6vw;
		margin-top: 5.6vw;
	}

	.bxslider_arrival .item .rent {
		margin-top: 7vw;
	}

	.bxslider_arrival .item .yen {
		font-size: 3.1vw;
	}

	.bxslider_arrival .item .access {
		font-size: 3.1vw;
	}

	.bxslider_arrival .item figure .new {
		display: none;
	}

	.bxslider_banner .part {
		width: 350px !important;
	}

	.bxslider_banner .part {
		aspect-ratio: 350/450;
		margin-left: 370px;
		margin-right: -350px;
	}

	.bxslider_banner .part img {
		width: 350px !important;
	}

	.bxslider_banner .part img {
		aspect-ratio: 350/220;
	}

	.bx_banner .bx-wrapper .bx-pager .bx-pager-item a {
		aspect-ratio: 1;
		width: 10px;
	}

	.bx_banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:first-child a,
	.bx_banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a,
	.bx_banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a,
	.bx_banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child a {
		background-image: none;
	}

	.bx_column {
		margin-top: 11vw;
		padding-left: 13px;
	}

	.bx_column .bx-wrapper .bx-controls-auto,
	.bx_column .bx-wrapper .bx-pager {
		bottom: -12vw;
	}

	.bx_column .bx-wrapper .bx-pager.bx-default-pager a {
		margin: 0 17px;
	}

	.bx_hero {
		margin-top: 11vw;
		padding: 0;
	}

	.bx_hero .hero_slider {
		margin-bottom: 3vw;
	}

	.bx_hero .hero_slider .slide {
		width: 85vw;
		margin: 0 1vw;
	}

	.bx_hero .hero_slider .slide img {
		aspect-ratio: 7/4;
	}

	.bx_hero .hero_thumb_slider {
		width: 90vw;
	}

	.bx_hero .hero_thumb_slider .slide {
		width: calc((100% - 6vw) / 6);
		margin: 0 0.5vw;
	}

	.bx_hero .hero_thumb_slider .slide img {
		aspect-ratio: 7/4;
	}

	.bx_menu {
		margin-top: 8vw;
		width: 100%;
	}

	.bxslider_menu .box {
		gap: 0;
		margin: 0;
	}

	.bxslider_menu .box .square figcaption {
		font-size: 2.7vw;
		gap: 0;
	}

	.bxslider_menu .box .square.wide figcaption {
		font-size: 3.6vw;
	}

	.bx_menu .slick-dots {
		margin-top: 7vw;
	}

	.bx_menu .slick-dots li {
		width: 5.7vw;
		height: 5.7vw;
	}

	.bx_menu .slick-dots li+li {
		margin-left: 2.5vw;
	}

	.bx_stream1 {
		margin-top: 5vw;
	}

	.bxslider_stream .item {
		width: 150px !important;
	}

	.bxslider_stream .item {
		aspect-ratio: 150/100;
	}

	.bxslider_stream .item img {
		aspect-ratio: 150/100;
		width: 150px;
	}

	.bx_stream2:after {
		display: block;
	}

	body {
		font-size: 4vw;
		padding-top: 20.5vw;
	}

	.flex {
		display: block;
	}

	.fix {
		display: grid;
	}

	.footer {
		margin-top: 18vw;
	}

	.footer .inner:last-child {
		background-color: #4D4D4D;
		color: #fff;
		padding-bottom: 12.8vw;
		padding-top: 12.8vw;
		text-align: center;
	}

	.footer address {
		margin-top: 0;
	}

	.footer .lower {
		border-top: none;
		font-size: 3.1vw;
		grid-template-columns: 1fr;
		margin-top: 0;
		padding-top: 0;
	}

	.footer .lower .sns {
		-moz-column-gap: 4.6vw;
		column-gap: 4.6vw;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 7.2vw;
		padding: 0 2.6vw;
		row-gap: 2.7vw;
	}

	.footer .lower nav {
		margin-top: 40px;
		padding: 0 2.6vw;
	}

	.footer .lower nav .total {
		display: flex;
		flex-wrap: wrap;
		gap: 2.8vw;
		justify-content: center;
		text-align: center;
		margin-top: 0;
	}

	.footer .lower nav .part {
		color: #fff;
		font-size: 3.1vw;
	}

	.footer .lower nav .part:last-child:after {
		background-image: url("/wp-content/themes/swell_child/image/renewal/site_white.png");
	}

	.footer .lower .map iframe {
		align-self: initial;
		aspect-ratio: 300/160;
		justify-self: initial;
		width: 100%;
	}

	.footer .lower .sns .banner2 {
		justify-self: right;
	}

	.footer .lower .sns .banner3 {
		grid-row: 2;
	}

	.footer .lower .name {
		margin-top: 3.33vw;
	}

	.footer .copyright {
		align-self: initial;
		color: #fff;
		font-size: 3.1vw;
		justify-self: initial;
		margin-top: 4vw;
	}

	.hamburger {
		height: 100%;
		width: 10vw;
	}

	.hamburger span {
		width: 8.5vw;
	}

	.hamburger span:nth-of-type(1) {
		top: 65%;
	}

	.hamburger span:nth-of-type(3) {
		top: 35%;
	}

	.hamburger._emergent {
		height: auto;
	}

	.header .inner:first-child {
		padding-bottom: 4.1vw;
		padding-left: 5.1vw;
		padding-top: 4.1vw;
	}

	.header .inner:last-child {
		display: none;
	}

	.header .inner>.text {
		display: none;
	}

	.header .logo {
		width: 31.5vw;
	}

	.header .logo img {
		width: 31.5vw;
	}

	.header .first {
		flex-grow: 1;
		margin-left: 2.1vw;
	}

	.header .first img {
		width: 22.6vw;
	}

	.header .area {
		display: none;
	}

	.header .field {
		display: none;
	}

	.header .wrapper {
		justify-content: center;
		padding-top: 0;
		width: 20.5vw;
	}

	.header .word1 {
		display: none;
	}

	.header .word2._emergent {
		display: none;
	}

	.header .navigation {
		display: none;
	}

	.common_headline .subtitle {
		font-size: 3.6vw;
		line-height: 1.2;
	}

	.common_headline .title {
		font-size: 4.6vw;
		letter-spacing: 0.3vw;
		margin-top: 1.6vw;
	}

	.headline_center {
		text-align: left;
	}

	.menu {
		display: block;
		min-width: auto;
		padding-bottom: 0;
		padding-right: 0;
		width: 100%;
		min-width: initial;
	}

	.menu .ham_img {
		width: 95vw;
		height: 100vw;
		display: none;
	}

	.menu .area {
		min-width: auto;
		padding-left: 0;
	}

	.menu .area .lower .place {
		display: block;
	}

	.menu .cover {
		padding-top: 25vw;
	}

	.menu .cover .top_box {
		padding: 20px;
		margin-bottom: 20px;
	}

	.menu .cover .top_box .inbox .head {
		font-size: 16px;
	}

	.menu .cover .top_box .inbox ul li a {
		font-size: 13px;
	}

	.menu .cover .top_box .inbox ul li a:hover {
		color: #151515;
	}

	.menu .cover .top_box .inbox+.inbox {
		margin-top: 1em;
	}

	.menu .upper .item {
		font-size: 16px;
	}

	.menu .title {
		padding-bottom: 15px;
	}

	.menu .item:last-child .field+.field {
		margin-top: 7vw;
	}

	.menu .upper {
		gap: 30px;
		grid-template-columns: 1fr;
	}

	.menu .field {
		grid-template-columns: 1fr;
		row-gap: 3vw;
	}

	.menu .field+.field {
		margin-top: 8vw;
	}

	.menu .lower .sns {
		grid-column: unset;
		grid-template-columns: repeat(2, 1fr);
		width: auto;
	}

	.menu .lower .total {
		display: flex;
		flex-wrap: wrap;
		gap: 3vw;
		justify-content: center;
		margin-top: 8vw;
		padding-bottom: 34px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.menu .lower .map iframe {
		align-self: initial;
		aspect-ratio: 300/160;
		justify-self: initial;
		width: 100%;
	}

	.menu .lower .name {
		font-size: 3vw;
		text-align: center;
	}

	.menu .copyright {
		align-self: initial;
		justify-self: initial;
	}

	.menu .word2._emergent {
		display: none;
	}

	.menu .wrapper._emergent {
		justify-content: center;
		padding-top: 0;
		width: 20.5vw;
	}

	.menu .wrapper {
		justify-content: center;
		padding-top: 0;
		width: 20.5vw;
	}

	.menu .word {
		margin-top: 0;
	}

	.menu .word1._emergent {
		display: none !important;
	}

	.menu .word2 {
		display: none !important;
	}

	.menu .word2._emergent {
		display: none !important;
	}

	.menu .word1 {
		display: none;
	}

	.menu .word2._emergent {
		display: none;
	}

	.common_press {
		background-color: #39AD36;
		letter-spacing: 0;
		padding: 2.6vw 5.2vw;
		width: 56vw;
	}

	.common_press:after {
		background-image: url("/wp-content/themes/swell_child/image/renewal/arrow.png");
	}

	.common_press_background_white {
		background-color: #fff;
	}

	.common_press_background_green {
		background-color: #39AD36;
		color: #fff;
	}

	.common_press_background_gray {
		color: #fff;
	}

	.top_menu .text {
		border-top: solid 1px #e5e5e5;
		padding-top: 2vw;
	}

	.top_menu .inner {
		display: block;
		padding: 0;
		gap: 8vw;
		grid-template-areas: "headline" "photo" "text";
		grid-template-columns: 1fr;
		justify-content: left;
	}

	.top_menu .area {
		-moz-column-gap: 3vw;
		column-gap: 3vw;
		grid-template-columns: 40px 1fr;
		padding: 10px;
		row-gap: 2vw;
	}

	.top_menu .area1 {
		margin-top: 0;
	}

	.top_menu .area+.area {
		margin-top: 4vw;
	}

	.top_menu .area .title {
		color: #39AD36;
	}

	.top_menu .area .text {
		grid-column: span 2;
	}

	.top_menu .area:before {
		grid-row: span 1;
		width: 40px;
	}

	.top_menu .area1:before {
		background-size: 20px;
	}

	.top_menu .area2:before {
		background-size: 16px;
	}

	.top_menu .area:after {
		display: none;
	}

	.top_menu .writing .tag {
		border: none;
		-moz-column-gap: 2.2vw;
		column-gap: 2.2vw;
		font-size: 3.1vw;
		letter-spacing: 0;
		margin-top: 4vw;
	}

	.top_menu .writing .common_headline {
		margin-top: 13.6vw;
		text-align: center;
	}

	.top_menu .writing .word {
		align-items: center;
		font-size: 5.1vw;
		gap: 2.6vw;
		justify-content: center;
		letter-spacing: 0.9vw;
	}

	.top_menu .writing .word:before {
		aspect-ratio: 30/36;
		width: 30px;
	}

	.top_menu .writing form {
		justify-content: center;
		margin-top: 2.4vw;
	}

	.top_menu .writing input {
		padding: 3.1vw 2.6vw;
		width: 74.3vw;
		font-size: 12px;
	}

	.top_menu .writing button {
		width: 15.4vw;
	}

	.top_banner .total {
		grid-template-columns: repeat(2, auto);
	}

	.top_banner .area .common_press {
		letter-spacing: -0.5vw;
		margin-top: 9vw;
		padding: 2.8vw 5vw;
		width: 56vw;
	}

	.top_log {
		margin-top: 20.5vw;
		padding-bottom: 12vw;
		padding-top: 17.7vw;
	}

	.top_log .common_press.common_press_background_white {
		margin: 7vw auto 13vw;
		padding: 10px 20px;
		width: 56.4vw;
	}

	.top_log .common_press.common_press_background_white:after {
		background-image: url(/wp-content/themes/swell_child/image/renewal/arrow_black.png);
	}

	.top_log .field .common_press {
		letter-spacing: -0.51vw;
		margin: 10vw auto;
		padding: 10px 20px;
	}

	.top_log .common_headline {
		text-align: center;
	}

	.top_log .area .common_headline .title,
	.top_log .area .common_headline .subtitle {
		font-size: 4.1vw;
	}

	.top_log .area .total {
		margin-top: 7.3vw;
		padding-right: 2.6vw;
	}

	.top_log .area .content .common_press {
		color: #fff;
	}

	.top_log .area .part {
		padding-bottom: 4.6vw;
	}

	.top_log .area .part .name {
		align-items: flex-start;
		flex-direction: column;
		font-size: 3.6vw;
		gap: 1.3vw;
		letter-spacing: 0.18vw;
	}

	.top_log .area .part .text {
		font-size: 3.1vw;
		letter-spacing: 0.05vw;
		line-height: 4.4vw;
		margin-top: 3.3vw;
	}

	.top_log .area .part .name:before {
		width: 26vw;
	}

	.top_like .text {
		margin-top: 21.5vw;
		padding-right: 10vw;
		width: 100%;
	}

	.top_like .text .paragraph {
		font-size: 3.33vw;
		letter-spacing: 0.3vw;
	}

	.top_like .text .paragraph+.paragraph {
		margin-top: 4.6vw;
	}

	.top_like .photo img {
		aspect-ratio: 370/260;
	}

	.top_like .photo:before {
		aspect-ratio: 161/241;
		left: -7.7vw;
		top: 23vw;
		width: 41.3vw;
	}

	.top_like .bg_text {
		font-size: 12.8vw;
		bottom: -9vw;
	}

	.top_like .word {
		font-size: 5.6vw;
		letter-spacing: 1.5vw;
		padding: 6.2vw 2.6vw 3vw;
		right: 5.1vw;
	}

	.top_group .upper {
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.top_group .photo {
		grid-column: 1;
	}

	.top_group .writing .photo2 img {
		aspect-ratio: 350/188;
		width: 100%;
	}

	.top_group .writing .word {
		align-items: center;
		font-size: 5.1vw;
		gap: 2.8vw;
		letter-spacing: 1vw;
		margin-top: 20px;
	}

	.top_group .writing .photo1 {
		aspect-ratio: 144/77;
		width: 144px;
	}

	.top_group .writing .photo2 {
		margin-top: 3.8vw;
	}

	.top_group .writing .word:before {
		aspect-ratio: 30/35;
		width: 30px;
	}

	.top_group .lower .list {
		-moz-column-gap: 10px;
		column-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 5vw;
		row-gap: 4.5vw;
	}

	.top_group .lower .item {
		text-align: left;
	}

	.top_group .lower .item .subtitle {
		font-size: 3vw;
		margin-top: 4vw;
	}

	.top_group .lower .item .title {
		font-size: 3.8vw;
		margin-top: 0.4vw;
	}

	.top_group .lower .item .address {
		font-size: 3.1vw;
		letter-spacing: 0;
		line-height: 1.3;
		margin-top: 3vw;
	}

	.top_group .lower .item .address:before {
		margin: 0 auto 3.1vw 0;
		margin-left: 0;
		width: 30px;
	}

	.top_contact .inner {
		padding: 20px;
	}

	.top_contact .inner:before {
		display: none;
	}

	.top_contact .common_press {
		letter-spacing: 0;
		padding: 4.3vw 8vw;
		width: 100%;
	}

	.top_contact .common_press+.common_press {
		margin-top: 2.6vw;
	}

	.top_contact .common_press.common_press_background_gray:before {
		background-image: url("/wp-content/themes/swell_child/image/renewal/mail.png");
	}

	.top_contact .inner:after {
		height: calc(100% + 10px);
		left: -5px;
		top: -5px;
		width: calc(100% + 10px);
	}

	.top_contact .common_press.common_press_background_green {
		background-color: #FE0233;
	}

	.top_contact .common_press.common_press_background_orange {
		background-color: #39AD36;
	}

	.top_contact .common_press.common_press_background_gray {
		background-color: #F8941F;
		color: #fff;
	}

	.top_adviser .total {
		grid-template-columns: repeat(2, auto);
	}

	.top_adviser .part .writing {
		padding: 7.7vw 5.1vw 2.6vw;
		top: 0;
		background: transparent;
	}

	.top_adviser .part .writing .name {
		font-size: 4.1vw;
		display: none;
	}

	.top_adviser .part .writing .ruby {
		font-size: 3.1vw;
		display: none;
	}

	.top_adviser .part .writing .career {
		font-size: 3.3vw;
		display: none;
	}

	.top_adviser .area .common_press {
		letter-spacing: -0.5vw;
		margin-top: 9vw;
		padding: 2.8vw 5vw;
		width: 56vw;
	}

	.top_adviser .area .item img {
		aspect-ratio: 170/100;
	}

	.top_adviser .area .item .title {
		margin-top: 0;
	}

	.totop {
		bottom: 20px;
		right: 20px;
	}

	.totop img {
		width: 40px;
	}

	.wrap {
		width: 100%;
	}

	.common_extent {
		min-width: auto;
	}

	.top_adviser .part img {
		height: 53vw;
		object-fit: cover;
	}

	.top_support {
		padding: 55px 0;
	}

	.top_support::before {
		width: 100vw;
		top: 170px;
	}

	.top_support .en_title {
		font-size: 26px;
		text-align: center;
		margin: 0 0 0.5em;
	}

	.top_support .cont {
		flex-direction: column-reverse;
		gap: 0.8em 0;
	}

	.top_support .cont .video {
		width: 100%;
	}

	.top_support .cont .text_box .title {
		font-size: 18px;
		margin: 0 0 0.5em;
	}

	.top_support .cont .text_box .text {
		font-size: 13px;
		line-height: 1.7;
	}

	.top_banner .part a+a {
		display: block;
		margin-top: 0.5em;
	}

	.detailsTableDataCell {
		border-right: solid 1px #d3d3d3;
	}

	/* スタッフ紹介 */
	.staff_show_top .show_info ul li {
		font-size: 3.5vw;
	}

	.breadcrumb {
		font-size: 2.5vw;
	}

	    .vacancy_tuiju {
        width: 100%;
    }

    .vacancy_tuiju .btn .link {
        width: 100%;
        min-block-size: 45px;
        padding: 0.5em;
        font-size: 13px;
    }

    .vacancy_tuiju .btn .link:hover {
        opacity: 1;
    }

    .vacancy_tuiju.bukken {
        bottom: 0;
    }

	.comonn_vatu_con .vacancy_tuiju.bukken {
		bottom: 27vw;
		z-index: 2;
	}

    .vacancy_tuiju.heya {
        bottom: 0;
		transition: .2s;
    }

	.up .vacancy_tuiju.heya {
		bottom: calc(22vw + 36px);
	}

    .vacancy_tuiju.no_vacancy .btn .link{
        min-width: auto;
    }

}


/*# sourceMappingURL=style.css.map */