.about {
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
	padding: 64px 0 110px;
	position: relative;
}

.about::after {
	background: url(../images/about_img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 75px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}

.aboutHead {
	display: flex;
	justify-content: center;
}

.aboutHead__title {
	font-family: var(--fontNotoSansJP);
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.7;
	position: relative;
	text-align: center;
}

.aboutHead__title::before {
	border-left: 2px dashed #e3e3e3;
	content: "";
	height: 100%;
	left: -20px;
	position: absolute;
	top: 0;
	transform: rotate(-15deg);
	width: 1px;
}

.aboutHead__title::after {
	border-left: 2px dashed #e3e3e3;
	content: "";
	height: 100%;
	position: absolute;
	right: -20px;
	top: 0;
	transform: rotate(15deg);
	width: 1px;
}

.aboutHead__title span {
	color: #e3e3e3;
}

.aboutHead__title strong {
	font-weight: 500;
}

.aboutMain {
	column-gap: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 32px;
	row-gap: 40px;
}

.aboutMain__box {
	position: relative;
}

.aboutMain__box:nth-of-type(even) {
	top: 40px;
}

.aboutMain__box--word {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	height: 215px;
	justify-content: center;
	line-height: 1.7;
	position: relative;
	row-gap: 16px;
	text-align: center;
	width: 187px;
	z-index: 100;
}

.aboutMain__box--word::before {
	background: url(../images/about_img_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.aboutMain__box:nth-child(2) .aboutMain__box--word::before {
	background: url(../images/about_img_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutMain__box:nth-child(3) .aboutMain__box--word::before {
	background: url(../images/about_img_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutMain__box:nth-child(4) .aboutMain__box--word::before {
	background: url(../images/about_img_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutMain__box--word span {
	letter-spacing: 0.1em;
	position: relative;
	z-index: 0;
}

.aboutMain__box--word small {
	display: inline-block;
	font-size: 11px;
	margin-top: 5px;
}

.aboutMain__box--lead {
	bottom: -32px;
	left: 0;
	position: absolute;
	z-index: 200;
}

.aboutMain__box--lead span {
	background: #e9d642;
	color: #000;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 8px;
	padding: 4px 8px;
}

.bannerItem {
	margin-top: 120px;
	text-align:center;
}

.bannerItem img {
	height: auto;
	width: 60%;
}

@media screen and (max-width: 767px) {
	.bannerItem {
		margin-top: 60px;
	}

	.bannerItem img {
		width: 100%;
	}
}

.blue-border {
	border-color: #75c9ef;
}

.button {
	margin-top: 40px;
}

.carousel {
	margin-top: 50px;
}

.company__area {
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
	padding: 48px 60px;
	position: relative;
	width: 500px;
}

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

.company__area--listItem {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 28px;
}

.company__area--map {
	position: absolute;
	right: 25px;
	top: -30px;
}

.company__area--map {
	width: 288px;
}

.company__area--title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 30px;
}

.company__buttonList {
	display: grid;
	gap: 13px;
	margin-top: 40px;
}

.company__buttonList .outlineButton {
	padding: 23px 0;
	width: 330px;
}

.company__container {
	display: flex;
	justify-content: space-between;
}

.company__line {
	background-color: #d9d9d9;
	border-color: transparent;
	margin: 80px auto;
}

.company__service {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.company__serviceButton {
	border: 3px solid;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	display: grid;
	display: grid;
	grid-template-columns: 120px auto;
	height: 90px;
	width: 330px;
}

.company__serviceButton--blueText {
	color: #75c9ef;
	font-family: var(--fontRoboto);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 23px;
	text-align: center;
}

.company__serviceButton--icon1,
.company__serviceButton--icon2,
.company__serviceButton--icon3 {
	align-self: center;
	justify-self: center;
}

.company__serviceButton--icon1 img {
	height: auto;
	width: 80px;
}

.company__serviceButton--icon2 img {
	height: auto;
	width: 64px;
}

.company__serviceButton--icon3 img {
	height: auto;
	width: 47px;
}

.company__serviceButton--orangeText {
	color: #f38d29;
	font-family: var(--fontRoboto);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 23px;
	text-align: center;
}

.company__serviceButton--subtext {
	color: #595758;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.company__serviceButton--textArea {
	align-self: center;
	z-index: 1;
}

.company__serviceButton--textArea--contained {
	align-self: center;
	width: fit-content;
	z-index: 1;
}

.company__serviceButton--title {
	color: #595758;
	font-size: 22px;
	font-weight: 700;
	line-height: 37px;
	padding-left: 2px;
	position: relative;
	width: fit-content;
}

.company__serviceButton--title::after {
	background-color: #f7e38a;
	bottom: 0;
	color: transparent;
	content: "";
	height: 13px;
	left: -5px;
	position: absolute;
	width: calc(100% + 10px);
	z-index: -1;
}

.company__titleBoxes h3 {
	text-align: left;
}

.concept {
	background-image: url(../images/concept_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 52px;
	padding: 100px 20px;
	position: relative;
}

.concept::before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.concept__inner {
	margin: 0 auto;
	max-width: 820px;
	padding: 0 20px;
}

.conceptHead {
	position: relative;
	z-index: 100;
}

.conceptMain {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	z-index: 200;
}

.conceptMain .button {
	text-align: end;
}

.conceptMain__title {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 1.5;
	margin-top: 10px;
}

.conceptMain__subtitle {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	grid-column: 1 / span 2;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 15px;
}

.conceptMain__text {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 24px;
}

.copywriteBar {
	background: #333;
	color: #fff;
	margin-top: 80px;
	text-align: center;
}

.copywriteBar p {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 32px;
	padding: 20px 0;
}

.drawerNavLink {
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	margin: 0 20px;
}

.drawerNavLink a {
	color: #333;
	display: block;
	padding: 20px 0;
}

.drawerSocials {
	display: none;
}

.event {
	padding: 80px 0;
}

.eventList {
	display: grid;
	gap: 52px 52px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 52px;
}

.eventList a {
	color: var(--colorBlack);
}

.eventList__itemContent__head {
	align-items: center;
	column-gap: 16px;
	display: flex;
	margin-top: 16px;
}

.eventList__itemContent--cat {
	background: #d9d9d9;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 9px 0;
	text-align: center;
	width: 116px;
}

.eventList__itemContent--date {
	color: #929292;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 21px;
}

.eventList__itemContent--title {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-top: 8px;
}

.event .postListItem__text {
	font-size: 16px !important;
	font-weight: 700 !important;
	margin-top: 2px;
}

.eventList__item--thumbnail {
	position: relative;
}

.eventList__newFlag {
	left: 15px;
	position: absolute;
	top: 0;
}

.eventList__newFlag {
	height: auto;
	width: 54px;
}

.eventMore {
	margin-top: 54px;
	text-align: center;
}

.footer {
	background: #efefef;
	margin-top: 80px;
}

.footer__address {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 80px;
}

.footer__address img {
	mix-blend-mode: multiply;
	width: 185px;
}

.footer__address--text {
	font-size: 14px;
	font-weight: 500;
}

.footer__contactBox {
	align-content: center;
	background: #fff;
	display: grid;
	gap: 15px;
	grid-template-columns: 47px auto;
	padding: 12px 7px;
	width: 220px;
}

.footer__contactDetails {
	display: grid;
	margin-left: auto;
	row-gap: 12px;
}

.footer__contactDetails a {
	color: var(--colorBlack);
}

.footer__contactImg {
	border-right: 1px solid;
	text-align: center;
	width: 100%;
}

.footer__contactImg img {
	width: 17px;
}

.footer__contact--text {
	font-size: var(--fontSize16);
	font-weight: 500;
}

.footer__linksList {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer__link {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.footer__pageLinks {
	column-gap: 50px;
	display: grid;
	grid-template-columns: 170px 170px auto;
	margin-top: 80px;
}

.footer__policyLinks {
	display: flex;
	gap: 40px;
	margin: 0 auto;
	margin-top: 32px;
	max-width: 1080px;
	padding: 0 20px;
}

.footer__policyLinks--word a {
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.footer__socials {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.footer__socials img {
	height: 45px;
	mix-blend-mode: darken;
	width: 45px;
}

.footer__upperContainer {
	column-gap: 20px;
	display: grid;
	grid-template-columns: 390px auto;
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 20px;
}

.globalNav__dropdown {
	display: none;
	max-width: 280px;
	padding-top: 12px;
	position: absolute;
	width: max-content;
	z-index: 1;
}

.globalNav__dropdown--list {
	background: #fff;
	border: 2px solid #000;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 16px 20px 20px;
}

.menuActive .globalNav__dropdown--list {
	transition: 0.3s;
}

.globalNav__inner {
	column-gap: 40px;
	display: flex;
}

.globalNav__inner li {
	cursor: pointer;
	font-family: var(--fontNotoSansJP);
	font-size: 14px;
	position: relative;
}

.globalNav__inner li:nth-child(n + 2)::before {
	border-left: 1px solid #d3d3d3;
	content: "";
	height: 120%;
	left: -20px;
	position: absolute;
	top: 0;
	transform: rotate(35deg);
	width: 1px;
}

.globalNav__inner li a {
	color: var(--colorBlack);
}

.heading {
	color: #000;
	text-align: center;
}

.heading__title {
	font-family: var(--fontRoboto);
	font-size: 62px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.heading__white {
	color: #fff;
	text-align: left;
}

.heading__lead {
	font-size: 15px;
	font-weight: 400;
	margin-top: 16px;
}

.hiddenConcept {
	display: none;
}

.header {
	background: #fff;
	height: 80px;
	width: 100%;
}

.header__inner {
	align-items: center;
	column-gap: 48px;
	display: flex;
	height: 80px;
	padding: 0 4%;
	position: relative;
}

.headerContact {
	align-items: center;
	column-gap: 40px;
	display: flex;
	margin-left: auto;
}

.headerContact__tel {
	align-items: center;
	column-gap: 8px;
	display: flex;
}

.headerContact__tel--icon img {
	height: 17px;
	width: auto;
}

.headerContact__tel--number {
	font-size: 16px;
	font-weight: bold;
}

.headerContact__tel--number a {
	color: var(--colorBlack);
}

.headerContact__social {
	align-items: center;
	column-gap: 8px;
	display: flex;
}

.headerContact__social img {
	height: 45px;
	width: auto;
}

.js-dropdown {
	cursor: default;
	position: relative;
}

.drawerMenu {
	background: #fff;
	height: 100%;
	left: 0;
	max-width: 100vw;
	opacity: 0;
	position: fixed;
	top: 112px;
	z-index: 2;
}

.drawerMenuText {
	display: flex;
	flex-direction: column;
	height: 85vh;
	overflow-y: scroll;
}

.drawerMenuText a {
	color: #333;
}

.drawerNav__dropDown {
	display: none;
	width: 100%;
}

.drawerNav__dropDown--list {
	padding-bottom: 10px;
}

.drawerNav__dropDown--list .drawerNavLink:last-child {
	border-bottom: none;
}

.layer {
	background-color: #333;
	height: 2px;
	transition: transform 0.3s, background-color 0.3s;
	width: 100%;
}

.js-headerToggle.open .layer:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.js-headerToggle .layer:nth-child(2) {
	transition: 0.3s;
	transition-delay: 0.3s;
}

.js-headerToggle.open .layer:nth-child(2) {
	opacity: 0;
	transform: translateX(20px);
}

.js-headerToggle.open .layer:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

.js-headerToggle {
	cursor: pointer;
	display: flex;
	display: none;
	flex-direction: column;
	height: 20px;
	justify-content: space-between;
	width: 30px;
}

.logo img {
	height: 55px;
	width: auto;
}

.news {
	margin-top: -180px;
	position: relative;
	z-index: 10;
}

.news .wrapper {
	background: #fff;
}

.news__inner {
	column-gap: 80px;
	display: flex;
	padding: 80px 88px 16px;
}

.newsHead {
	padding-left: 48px;
	position: relative;
}

.newsHead::before {
	background: var(--colorLightGray);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}

.newsHead__title {
	color: var(--colorBlack);
	font-family: var(--fontRoboto);
	font-size: 38px;
	font-weight: 500;
}

.newsHead__link {
	font-family: var(--fontRoboto);
	font-size: 13px;
	margin-top: 16px;
	position: relative;
	width: 60px;
}

.newsHead__link a {
	color: var(--colorBlack);
}

.newsContent {
	width: 100%;
}

.newsContent__box {
	border-bottom: 1px dashed var(--colorLightGray);
	column-gap: 64px;
	display: flex;
	line-height: 1.7;
	padding-bottom: 8px;
}

.newsContent__box:nth-of-type(n + 2) {
	padding-top: 16px;
}

.newsContent__box--date {
	color: var(--colorBlack);
	font-size: 15px;
}

.is-new {
	position: relative;
}

.is-new::after {
	background: #d9d9d9;
	bottom: 50%;
	color: #333;
	content: "NEW";
	font-size: 9px;
	padding: 1px 6px;
	position: absolute;
	right: 0;
	right: -32px;
	transform: translate(10px, 10px);
}

.newsContent__box--title {
	color: var(--colorBlack);
	font-size: 15px;
}

.newsContent__box--title a {
	color: var(--colorBlack);
}

.map__inner {
	display: none;
}

.outlineButton {
	border: 1px solid #333;
	text-align: center;
}

.outlineButton a {
	color: #333;
}

/* 資料請求バナーを表示する際は、space-betweenに変更する */
.requestButtons {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	/* justify-content: space-between; */
	justify-content: center;
	margin: 80px auto 90px;
	max-width: 980px;
}

.requestButton__banner {
	height: auto;
	position: absolute;
	right: 3px;
	top: 5px;
	width: 92px;
}

.requestButton__container {
	align-items: center;
	background: #f1e8a7;
	display: flex;
	flex-direction: column;
	font-family: var(--fontNotoSansJP);
	height: 200px;
	justify-content: center;
	position: relative;
	width: 450px;
}

.requestButton__container::after {
	border: solid black;
	border-width: 0 2px 2px 0;
	content: "";
	display: inline-block;
	padding: 3px;
	position: absolute;
	right: 32px;
	top: 50%;
	-webkit-transform: rotate(-45deg) translate(50%, 0%);
	transform: rotate(-45deg) translate(50%, 0%);
}

.requestButton__docs img {
	bottom: 6px;
	height: auto;
	left: 20px;
	position: absolute;
	width: 81px;
}

.requestButton__house img {
	bottom: -18px;
	height: auto;
	left: 15px;
	position: absolute;
	width: 98px;
}

.requestButton__leftBalloon img {
	height: 46px;
	left: 18px;
	position: absolute;
	top: 90px;
	-webkit-transform: rotate(11deg);
	transform: rotate(-8deg);
	width: auto;
}

.requestButton__meeting img {
	bottom: -25px;
	height: auto;
	position: absolute;
	right: 30px;
	width: 111px;
}

.requestButton__person img {
	bottom: -18px;
	height: auto;
	position: absolute;
	right: 50px;
	width: 68px;
}

.requestButton__rightBalloon img {
	height: 46px;
	left: 48px;
	position: absolute;
	top: 50px;
	-webkit-transform: rotate(11deg);
	transform: rotate(11deg);
	width: auto;
}

.requestButton__text {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 32px;
	line-height: 32px;
}

.requestButton__title {
	color: #333;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 32px;
}

.requestButton__topBalloon img {
	height: 53px;
	left: 27px;
	position: absolute;
	top: 18px;
	width: auto;
}

.rightArrow__black {
	position: relative;
}

.rightArrow__black::after {
	border: solid #000;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	padding: 2.5px;
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: rotate(-45deg) translate(50%, 0%);
	transform: rotate(-45deg) translate(50%, 0%);
	transition: 0.4s;
}

.drawerMenuText .rightArrow__black:nth-of-type(2):after,
.drawerMenuText .rightArrow__black:nth-of-type(5):after {
	background: #000;
	border: none;
	height: 1px;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 29px;
	transform: rotate(0);
	width: 12px;
}

.drawerMenuText .rightArrow__black:nth-of-type(2):before,
.drawerMenuText .rightArrow__black:nth-of-type(5):before {
	background: #000;
	border: none;
	content: "";
	height: 1px;
	padding: 0;
	position: absolute;
	right: 9px;
	top: 29px;
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
	width: 10px;
}

.drawerMenuText .rightArrow__black.active:before {
	transform: rotate(0);
	transition: 0.3s ease-in-out;
}

.rightArrow__white {
	position: relative;
}

.rightArrow__white::after {
	border: solid #fff;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	padding: 3px;
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: rotate(-45deg) translate(50%, 0%);
	transform: rotate(-45deg) translate(50%, 0%);
	transition: 0.4s;
}

.roomTour {
	background: #f0f0f0;
	padding: 54px 0 88px;
}

.roomTour .wrapper {
	position: relative;
}

.roomTourTop {
	height: 50px;
}

.roomTour__banner {
	display: flex;
	justify-content: center;
}

.roomTour__bannerBox {
	align-items: center;
	background: #fff;
	border: 3px solid #f38d29;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	display: grid;
	display: grid;
	grid-template-columns: 165px auto;
	height: 90px;
	position: relative;
	width: 420px;
}

.roomTour__bannerBox::after {
	background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #efc920 50%, #efc920 100%);
	bottom: 7px;
	content: "";
	height: 13px;
	position: absolute;
	right: 7px;
	width: 13px;
}

.roomTour__banner--linesLeft {
	left: -50px;
	position: absolute;
	width: fit-content;
}

.roomTour__banner--linesLeft img {
	width: 21px;
}

.roomTour__banner--linesRight {
	position: absolute;
	right: -50px;
	width: fit-content;
}

.roomTour__banner--linesRight img {
	width: 21px;
}

.roomTour__banner--logo {
	justify-self: center;
	width: 130px;
}

.roomTour__banner--logo img {
	width: 130px;
}

.roomTour__banner--text {
	z-index: 1;
}

.roomTour__banner--text p {
	color: #595758;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	position: relative;
	width: fit-content;
}

.roomTour__banner--text p:first-child {
	letter-spacing: 0.2em;
}

.roomTour__banner--text p::before {
	background-color: #f7e38a;
	bottom: 0;
	color: transparent;
	content: "";
	height: 13px;
	left: -5px;
	position: absolute;
	width: calc(100% + 10px);
	z-index: -1;
}

.roomTourHead {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -140px;
	width: 100%;
}

.roomTour__leftImg {
	left: 68px;
	position: absolute;
	top: 0;
}

.roomTour__leftImg img {
	width: 131px;
}

.roomTourMovie {
	column-gap: 54px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 54px;
}

.roomTourMovie__item {
	margin-top: 58px;
}

.roomTourMovie__item--movie {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.roomTourMovie__item--movie iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.roomTourMovie__item--title {
	color: var(--colorBlack);
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 16px;
}

.roomTourMore {
	display: flex;
	justify-content: center;
	margin-top: 54px;
}

.roomTour__rightImg {
	position: absolute;
	right: 39px;
	top: 0;
}

.roomTour__rightImg img {
	width: 161px;
}

/* topVisual
--------------------------------------------------- */
.topVisual {
	background-image: url(../images/index-mainvisual_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(130vh - 80px);
	position: relative;
	width: 100%;
}

.topVisual__inner {
	align-items: center;
	display: flex;
	height: calc(100vh - 80px);
	justify-content: center;
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}

.topVisual__head--title img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.topVisual {
		height: calc(90vh - 80px);
	}

	.topVisual__inner {
		height: calc(59vh - 80px);
		padding: 0 20px;
		width: auto;
	}
}

/* 
--------------------------------------------------- */
.topVisual__sideBar {
	background: #e9d642;
	display: flex;
	gap: 4px;
	padding: 14px 15px;
	place-items: center;
	transition: 0.3s;
	writing-mode: tb;
}

.topVisual__sideBar--container {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
	position: fixed;
	right: 0;
	top: 30vh;
	z-index: 200;
}

.topVisual__sideBar--container a {
	color: var(--colorBlack);
}

.works {
	padding: 54px 0 100px;
}

.worksPost {
	display: grid;
	gap: 1px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 52px;
}

.worksPost__itemBox {
	padding: 32px 10% 0;
}

.worksPosworksPost__item--thumbnail {
	height: 345px;
}

.worksPosworksPost__item--thumbnail img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.worksPost__itemBox--cat {
	background: var(--colorLightGray);
	color: var(--colorBlack);
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 14px;
}

.worksPost__itemBox--title {
	color: var(--colorBlack);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-top: 16px;
}

.worksPost__itemBox--text {
	color: var(--colorBlack);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-top: 8px;
}

.worksMore {
	margin-top: 52px;
	text-align: center;
}

.voiceHead {
	margin-top: 80px;
	position: relative;
}

.voiceHead::before {
	background-color: #333;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 35%;
}

.voiceHead::after {
	background-color: #333;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 35%;
}

.voice__wrapper {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}

.voiceCard__button {
	width: 174px;
}

.voiceCard__container {
	margin: 0 auto;
	width: 1000px;
}

.voiceCard__gallery {
	column-gap: 12px;
	display: grid;
	row-gap: 10px;
}

.voiceCard__inner {
	box-shadow: 0 3px 20px rgba(83, 83, 83, 0.16);
	display: flex;
	gap: 50px;
	margin: 20px;
	padding: 40px;
}

.voiceCard__smallImgs {
	display: flex;
	justify-content: space-between;
}

.voiceCard__smallImg img {
	height: auto;
	max-width: 280px;
	width: 100%;
}

.voiceCard__textArea {
	color: #333;
	flex: 1;
	font-family: var(--fontNotoSansJP);
	font-weight: 700;
	letter-spacing: 0.1rem;
	line-height: 30px;
}

.voiceCard__textArea .outlineButton {
	margin-top: 32px;
	max-width: 174px;
	padding: 6px 0;
	position: relative;
}

.voiceCard__textArea .outlineButton a {
	display: block;
	font-family: var(--fontRoboto);
	font-size: 13px;
	font-weight: 500;
}

.voiceCard__textArea .outlineButton::after {
	border: solid black;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	padding: 3px;
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: rotate(-45deg) translate(50%, 0%);
	transform: rotate(-45deg) translate(50%, 0%);
}

.voiceCard__title {
	font-size: 24px;
	margin-top: 20px;
	position: relative;
}

.voiceCard__title::after {
	background: #d9d9d9;
	bottom: -15px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 40px;
}

.voiceCard__topImg {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.voiceCard__topImg img {
	height: auto;
	max-width: 572px;
	width: 100%;
}

.voiceCard__customerDetails {
	margin-top: 32px;
}

.voiceCard__message {
	font-size: 18px;
	margin-top: 79px;
	opacity: 0.8;
}

.voiceCarousel__count {
	cursor: pointer;
	opacity: 0.2;
	padding-left: 30px;
	position: relative;
	transition: 0.3s;
}

.voiceCarousel__count::before {
	background: #333;
	content: "";
	height: 3px;
	left: 12px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
}

.voiceCarousel__count--active {
	opacity: 1;
	transition: 0.3s;
}

.voiceCarousel__counter {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 32px 20px 0 20px;
}

.voiceCarousel__counter .dark-link {
	margin-left: auto;
}

.voiceCarousel__counter .dark-link .outlineButton {
	font-family: var(--fontNotoSansJP);
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 24px;
	padding: 14px 40px;
}

.voiceCarousel__wrapper {
	margin-left: -15px;
	overflow: hidden;
	padding: 0 15px;
	width: calc(100% + 30px);
}

.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	content: none;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: -35px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 30px;
}

.slick-next::before {
	border: solid black;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	left: -15px;
	padding: 15px;
	position: absolute;
	top: 11px;
	-webkit-transform: rotate(-45deg) translate(50%, 0%);
	transform: rotate(-45deg) translate(50%, 0%);
}

.slick-prev {
	background: transparent;
	border: none;
	color: transparent;
	content: none;
	cursor: pointer;
	height: 30px;
	left: -20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 30px;
}

.slick-prev::before {
	border: solid black;
	border-width: 0 1px 1px 0;
	bottom: 10px;
	content: "";
	display: inline-block;
	padding: 15px;
	position: absolute;
	right: -20px;
	-webkit-transform: rotate(135deg) translate(50%, 0%);
	transform: rotate(135deg) translate(50%, 0%);
}

.space-50 {
	letter-spacing: 0.05em;
}

.space-100 {
	letter-spacing: 0.1em;
}

.space-200 {
	letter-spacing: 0.2em;
}

@media screen and (max-width: 1278px) {
	.js-headerToggle {
		display: flex;
	}

	.globalNav {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.carousel {
		margin: 0 auto;
		width: 85vw;
	}
}

@media screen and (max-width: 1100px) {
	.company__service {
		flex-wrap: wrap;
		gap: 50px;
		justify-content: center;
	}

	.footer__pageLinks {
		gap: 30px;
		grid-template-columns: 170px 170px auto;
		justify-content: center;
	}

	.footer__upperContainer {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (max-width: 950px) {
	.aboutMain__box:nth-of-type(even) {
		top: 0;
	}

	.company__buttonList {
		justify-items: center;
	}

	.company__container {
		justify-content: center;
		text-align: left;
	}

	.company__line {
		margin: 50px 20px 40px;
	}

	.map__inner {
		display: block;
		margin-top: 40px;
	}

	.map__outer {
		display: none;
	}

	.requestButtons {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.header {
		height: 60px;
	}

	.header__inner {
		height: 60px;
	}

	.logo img {
		height: 40px;
		width: auto;
	}

	.drawerMenu {
		top: 60px;
		z-index: 11;
	}

	.button {
		margin-top: 20px;
	}

	.aboutMain__box--word span {
		font-size: 16px;
	}

	.aboutMain__box--lead {
		bottom: -17px;
	}

	.aboutMain__box--lead span {
		font-size: 18px;
		margin-top: 6px;
	}

	.company__service {
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	.concept {
		background-image: url(../images/concept_bg_sp.png);
	}

	.concept__inner {
		padding: 0;
	}

	.conceptMain {
		display: none;
	}

	.conceptMain__title {
		line-height: 2;
		text-align: center;
	}

	.drawerSocials {
		display: flex;
		justify-content: center;
	}

	.drawerSocials .headerContact__social {
		display: none;
	}

	.footer__address {
		margin-top: 40px;
	}

	.footer__contactDetails {
		margin-left: 0;
		margin-top: calc(8px * 5);
	}

	.footer__pageLinks {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-left: 0;
		margin-top: 0;
	}

	.footer__upperContainer {
		gap: 50px;
		grid-template-columns: 1fr;
		padding: 0 10px;
	}

	.footer__policyLinks {
		justify-content: center;
		padding: 0;
	}

	.hiddenConcept {
		display: block;
	}

	.eventList {
		grid-template-columns: 1fr 1fr;
		padding: 0 20px;
	}

	.heading__title {
		font-size: 40px;
	}

	.headerContact .headerContact__tel {
		display: none;
	}

	.news {
		margin-top: 0;
	}

	.newsHead {
		padding-left: 20px;
	}

	.news__inner {
		column-gap: 20px;
		padding: 50px 0;
	}

	.is-new::after {
		bottom: auto;
		right: -45px;
		top: 5px;
		transform: unset;
	}

	.requestButtons {
		margin: 40px auto 40px;
	}

	.requestButton__container {
		width: 80vw;
	}

	.roomTourMovie__item {
		margin-top: 0;
	}

	.roomTourMovie__item:nth-of-type(n + 2) {
		margin-top: 40px;
	}

	.roomTourMovie__item--title {
		margin-top: 10px;
	}

	.roomTour {
		padding: 56px 0;
	}

	.roomTour__banner--text {
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.roomTour__leftImg {
		bottom: -40px;
		left: 20px;
		top: auto;
	}

	.roomTour__rightImg {
		bottom: -70px;
		right: 10px;
		top: auto;
	}

	.roomTourMovie {
		grid-template-columns: 1fr;
		padding: 10vw;
	}

	.roomTourMore {
		margin-top: 0;
	}

	.topVisual {
		height: unset;
		padding: 100px 0;
	}

	.topVisual__head {
		padding: 0 20px;
	}

	.topVisual__inner {
		/* justify-content: space-between; */
		flex-direction: column;
		gap: 200px;
		height: unset;
		padding: 0;
	}

	.topVisual__sideBar {
		display: none;
	}

	.topVisual__sideBar--container {
		position: fixed;
		right: 15px;
	}

	.worksPost {
		gap: 2rem;
		grid-template-columns: 1fr;
		margin: 0 10vw;
		margin-top: 40px;
	}

	.worksPost__itemBox {
		padding: 16px 0 24px;
	}

	.worksPost__itemBox--title {
		font-size: 16px;
		margin-top: 12px;
	}

	.worksPosworksPost__item--thumbnail {
		height: 60vw;
	}

	.worksMore {
		margin-top: 0;
	}

	.voiceCard__customerDetails {
		margin-top: 15px;
	}

	.voiceCard__inner {
		flex-direction: column-reverse;
		gap: 0;
	}

	.voiceCard__message {
		margin-top: 20px;
	}

	.voiceCard__smallImgs {
		display: none;
	}

	.voiceCard__textArea .outlineButton {
		margin-top: 15px;
	}

	.voiceCarousel__counter {
		flex-wrap: wrap;
		justify-content: center;
	}

	.voiceCarousel__counter .dark-link {
		margin-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.about {
		padding: 34px 0 110px;
	}

	.aboutHead__title {
		width: 90vw;
	}

	.aboutHead__title::before {
		left: -5px;
	}

	.aboutHead__title::after {
		right: 0;
	}

	.company__area {
		padding: 20px;
		width: 80vw;
	}

	.company__area--map {
		right: 0;
		width: 50vw;
		z-index: -1;
	}

	.event {
		padding: 40px 0 100px;
	}

	.footer__upperContainer {
		padding: 0 5vw;
	}

	.news__inner {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}

	.newsContent__box {
		padding-bottom: 12px;
	}

	.voiceHead::after {
		width: 20vw;
	}

	.voiceHead::before {
		width: 20vw;
	}
}

@media screen and (max-width: 530px) {
	.eventList {
		grid-template-columns: 1fr;
	}

	.requestButton__container {
		width: 90vw;
	}

	.requestButton__leftBalloon img {
		left: 5px;
	}

	.requestButton__rightBalloon img {
		left: 18px;
		top: 1px;
	}

	.requestButton__topBalloon img {
		left: 48px;
		top: 20px;
	}

	.roomTour__leftImg {
		bottom: -100px;
		left: 60px;
	}

	.roomTour__rightImg {
		bottom: -130px;
		right: 20px;
	}

	.roomTourMovie {
		grid-template-columns: 1fr;
		padding-top: 80px;
	}

	.roomTour__bannerBox {
		grid-template-columns: 1fr;
		height: auto;
		padding: 20px;
		width: 60vw;
	}

	.roomTour__banner--linesLeft {
		left: -40px;
	}

	.roomTour__banner--linesRight {
		right: -40px;
	}
}

@media screen and (max-width: 400px) {
	.aboutMain {
		align-content: center;
		flex-direction: column;
		gap: 0;
	}

	.aboutMain__box:nth-of-type(even) {
		left: 60px;
		top: 0;
	}

	.aboutMain__box:nth-of-type(odd) {
		right: 60px;
		top: 0;
	}

	.conceptMain__title {
		font-size: 22px;
		font-weight: 700;
		line-height: 1.7;
	}

	.conceptMain__subtitle {
		font-size: 16px;
	}

	.footer__link {
		font-size: 13px;
	}

	.footer__pageLinks {
		justify-content: center;
	}

	.headerContact .headerContact__social {
		display: none;
	}

	.drawerSocials .headerContact__social {
		display: flex;
	}

	.roomTour__leftImg {
		left: 30px;
	}

	.roomTour__rightImg {
		right: 10px;
	}

	.roomTourMovie {
		padding: 0;
		padding-top: 60px;
	}

	.slick-prev {
		left: -10px;
	}

	.worksPost {
		gap: 1rem;
		margin: 0 5vw;
		margin-top: 40px;
	}

	.voiceCard__inner {
		padding: 20px;
	}

	.voiceCard__message {
		font-size: 14px;
	}
}
