body {
	font-family: "Noto Sans JP", sans-serif;
}

._pc {
	display: block !important;
}

._pc_flex {
	display: flex !important;
}

._pc_grid {
	display: grid !important;
}

._sp {
	display: none !important;
}

._sp_flex {
	display: none !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;
}

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

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	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;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

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

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=checkbox],
input[type=radio] {
	display: none;
}

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

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

/* ホバー */

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

a:hover {
	opacity: 0.5;
}

.concept {
	background-image: url("../images/bg.jpg");
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.news {
	margin-top: 7.5rem;
}

.staff {
	margin-top: 7.5rem;
}

.work {
	margin-top: 7.5rem;
}

.exterior {
	margin-top: 7.5rem;
}

.garden {
	margin-bottom: 7.5rem;
	margin-top: 7.5rem;
}

.choice__item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.choice__item:first-child {
	background-image: url("../images/top_choice1.jpg");
}

.choice__item:nth-child(2) {
	background-image: url("../images/top_choice2.jpg");
}

.choice__item:nth-child(3) {
	background-image: url("../images/top_choice3.jpg");
}

.choice__itemAnchor {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	align-content: end;
	aspect-ratio: 1/1.5;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: auto 1fr;
	padding: 1.25rem;
}

.choice__itemAnchor:hover {
	opacity: 1;
}

.choice__graphic {
	grid-row: span 2;
	width: 3.75rem;
}

.choice__title {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	grid-column: 2;
	line-height: 1;
	text-shadow: 0rem 0rem 0.625rem rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
}

.choice__text {
	color: #fff;
	grid-column: 2;
	line-height: 1;
	text-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.8);
	font-size: 1.25rem;
}

.exterior {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.exterior__list {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(4, 1fr);
}

.exterior__item {
	overflow: hidden;
	position: relative;
}

.exterior__title {
	background-color: #fff;
	padding: 1.25rem;
	position: absolute;
	transition: 0.5s;
	width: 100%;
}

.exterior__itemAnchor img {
	transition: 0.5s;
}

.exterior__itemAnchor:hover {
	opacity: 1;
}

.exterior__itemAnchor:hover img {
	opacity: 1;
	transform: scale(1.1);
	transition: 0.5s;
}

.exterior__itemAnchor:hover .exterior__title {
	transform: translateY(-100%);
	transition: 0.5s;
}

.exterior__item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.exterior__item:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
}

.exterior__item:nth-child(3) {
	grid-row: span 2;
}

.exterior__item:nth-child(4) {
	align-items: center;
	display: grid;
	font-size: 1.125rem;
	font-weight: 500;
	justify-items: center;
	line-height: 2.5;
	place-items: center;
}

.exterior__item:nth-child(5) {
	aspect-ratio: 1;
}

.exterior__item:nth-child(6) {
	aspect-ratio: 2;
	grid-column: span 2;
}

.exterior__item:nth-child(7) {
	grid-row: span 2;
}

.exterior__item:nth-child(8) {
	aspect-ratio: 1;
}

.exterior__item:nth-child(9) {
	aspect-ratio: 1;
}

.contactMethod {
  text-align: center;
  padding: 2.5rem 0;
	background: #f1f1f1;
}

.br-sp {
  display: block;  
}

.instagram {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

  @media screen and (min-width: 768px) {
.contactMethod {
    padding: 3.75rem 0;
  }
	  
.br-sp {
  display: none;  
}}

/* .single-blog__article */
.single-blog__article {
	display: block;
	padding-top: 5rem;
	margin-bottom: 5rem;
}

.single-blog__article h1 {
	margin-top: 1rem;
}

.single-blog__article h2 {
	position: relative;
}

.single-blog__article h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #b9b9b9, #b9b9b9 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #b9b9b9, #b9b9b9 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single-blog__article img {
	margin-top: 1rem;
}

.single-blog__article p {
	margin-top: 2rem;
	line-height 2;
}

.single-blog__article .post-thumbnail {
	margin-top: 2rem;
}

/* .archive-blog__article */
.archive-blog__article {
	padding-top: 5rem;
}

.archive-blog__title1 {
	font-size: 2.5rem;
	text-align: center;
}

.archive-blog__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 2rem;
	margin-top: 4rem;
	margin-bottom: 5rem;
	row-gap: 2rem;
}

.post-content {
	line-height: 2;
}

.contactMethod__day {
  margin-top: 3rem;
  font-size: 1rem;
	letter-spacing: .05em;
}

.contactMethod__word {
	font-weight 700;
    font-size: 2rem;
	color: #1e9097;
}

.contactMethod__title {
  font-family: "Noto Serif JP", Sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.contactMethod__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 2.1;
}

.contactMethod__buttons {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.contactMethod__button {
  padding: 1.25rem 3.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1;
  border-radius: 1.875rem;
  transition: all 0.5s;
  display: inline-block;

  @media screen and (min-width: 768px) {
    font-size: 1.125rem;
  }
}

.contactMethod__button--web {
  background-color: #1e9097;
}

.contactMethod__button--tel {
  background-color: #fff;
  color: #1e9097;
  border: solid 0.125rem #1e9097;
}

.contactMethod__button:hover {
  opacity: 0.7;
}


.news {
	background-image: url("../images/top_news.jpg");
	background-position: bottom -5rem center;
}

.splide__slide {
	background-color: #fff;
/* 	display: flex; */
	font-size: 1.125rem;
	font-weight: 700;
}

.splide__anchor {
/* 	display: flex; */
	width: 100%;
}

.splide__text {
	align-items: center;
	display: flex;
	line-height: 2;
}

.splide__date {
	display: block;
	margin-top: .5rem;
	font-size: .875rem;
	font-weight: 400;
}

.splide__graphic {
	align-items: center;
	display: flex;
}

.splide__slide img {
	-o-object-fit: cover;
	aspect-ratio: 1.5;
	object-fit: cover;
}

.splide_hero .splide__slide img {
	height: 100vh;
	width: 100vw;
}

.splide__graphicImage {
	-o-object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}

.splide_hero .splide__graphic {
	width: 100%;
}

.splide_hero .splide__slide {
	opacity: 0;
	transition: opacity 5s ease;
}

.splide__slide.is-active {
	opacity: 1;
}

.footer {
	position: relative;
}

.footer__inner {
	align-items: flex-end;
	background-image: url("../images/top_hero.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 31.25rem;
	justify-content: center;
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.footer__graphic {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12.5rem;
}

.footer__navigationList {
	font-weight: 400;
	flex-wrap: wrap;
	gap: 2.5rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 1.25rem;
	text-align: center;
	text-transform: uppercase;
}

.footer__text {
	font-weight: 700;
	text-align: center;
}

.header {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 1;
}

.header__list {
	display: flex;
	gap: 1.25rem;
}

.header_desktop {
	display: none;
}

.header__anchorImage {
	height: auto;
	width: 25rem;
}

body.noscroll {
	overflow: hidden;
}

.p-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-height: 100%;
	padding: 0.625rem;
	position: fixed;
	transition: 0.5s all;
	width: 100%;
	z-index: 100;
	background: #fff;
}

.p-header.js-up {
	animation: UpAnime 0.5s forwards;
}

.p-header.js-down {
	animation: DownAnime 0.5s forwards;
	top: 0px;
}

.p-header__inner {
	align-items: center;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	height: inherit;
	justify-content: space-between;
	padding-left: 1.5625rem;
	padding-right: 3.5rem;
	position: relative;
	width: 100%;
	z-index: 10;
}

.p-header__logo {
	max-width: 6.25rem;
	width: 100%;
}

.p-header__nav {
	height: inherit;
}

.p-header__list {
	align-items: center;
	display: flex;
	height: inherit;
}

.p-header__item {
	height: inherit;
	padding: 0 1.875rem;
	position: relative;
}

.p-header__link {
	align-items: center;
	color: #333;
	display: block;
	display: flex;
	font-size: 1.4375rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	position: relative;
}

.p-header__link span {
	display: block;
	position: relative;
}

.p-header__link span::after {
	background-color: #ff0000;
	bottom: -0.8125rem;
	content: "";
	height: 3px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 100%;
}

.p-header__hamburger {
	align-items: center;
	display: block;
	display: flex;
	height: 2.8125rem;
	justify-content: center;
	margin-left: auto;
	position: relative;
	width: 2.8125rem;
	z-index: 2;
}

.c-hamburger {
	cursor: pointer;
	display: block;
	height: 1.125rem;
	position: relative;
	transition: 0.3s all;
	width: 1.5rem;
	z-index: 3;
}

.c-hamburger span {
	background-color: #000;
	display: inline-block;
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: calc((100% - 2px) / 2);
	transition: ease 0.5s all;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	transform: translateY(-6px);
}

.c-hamburger span:nth-child(3) {
	transform: translateY(6px);
}

/*OPEN時の動き*/

.js-open.p-header__hamburger {
	margin-left: auto;
}

.js-open .c-hamburger span {
	background-color: black;
	transition: ease 0.5s;
}

.js-open .c-hamburger span:nth-child(1) {
	transform: rotate(45deg);
}

.js-open .c-hamburger span:nth-child(2) {
	opacity: 0;
}

.js-open .c-hamburger span:nth-child(3) {
	left: 0;
	right: 0;
	transform: rotate(-45deg);
	width: 100%;
}

.p-spNav {
	-webkit-overflow-scrolling: touch;
	background: white;
	background-color: #eee;
	color: #232323;
	color: #333;
	display: block;
	height: 101vh;
	left: 0;
	overflow-y: scroll;
	padding: 1.25rem 1.25rem 6.875rem;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: ease 0.5s;
	transition: transform 0.3s ease-out;
	width: 100%;
	z-index: 1;
}

.p-spNav.js-open {
	display: block;
	transform: translateX(0%);
}

.p-spNav__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.625rem;
	width: 100%;
}

.p-spNav__item {
	border-bottom: 1px solid #000;
	position: relative;
	width: 100%;
}

.p-spNav__anchor {
	color: #333;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	padding: 1.875rem 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.p-spNav__anchor::after {
	background-color: text;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 100%;
}

.p-spNav__anchor span {
	display: block;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 400;
}

.p-spNav__logo {
	margin: 5.125rem auto 0;
	width: 20.6875rem;
}

.c-cross {
	display: block;
	height: 1.25rem;
	position: absolute;
	right: 0.9375rem;
	top: 2.1875rem;
	width: 1.25rem;
}

.c-cross:before,
.c-cross:after {
	background-color: #333;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	right: 0.27rem;
	top: 46%;
	width: 0.9375rem;
}

.c-cross:before {
	transform: rotate(90deg);
	transition-duration: 0.2s;
}

.is-active .c-cross::after {
	opacity: 0;
}

.is-active .c-cross::before {
	transform: rotate(0);
}

.c-accordion {
	display: none;
	margin-bottom: 1.25rem;
	margin-top: -1.25rem;
	padding: 0;
	position: relative;
	width: 100%;
}

.c-accordion li {
	margin-left: 0.625rem;
	width: 100%;
}

.c-accordion li a {
	display: block;
	font-size: 0.875rem;
	padding: 0.9375rem 0rem 0.3125rem 0.75rem;
	padding-left: 0.75rem;
}

.header__graphic {
	display: flex;
	width: 12.5rem;
	align-items: center;
}

.hero {
	height: 100vh;
	position: relative;
	width: 100%;
}

.hero__inner {
	height: 100%;
	position: relative;
}

.splide_hero {
	position: absolute;
}

.splide_hero,
.splide__track,
.splide__list,
.splide__slide {
	height: 100%;
	width: 100%;
}

.hero__anchor {
	border: solid 0.0625rem #000;
	background: #fff;
	border-radius: 0.625rem;
	bottom: 2.5rem;
	left: 50%;
	padding: 1.25rem;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
}

.hero__date {
	color: #1c959a;
}

.hero__title {
	font-weight: 500;
	margin-top: 0.625rem;
}

.hero__graphic {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12.5rem;
	z-index: 1;
}

.hero__news {
	position: absolute;
	z-index: 1;
}

.pack {
	display: none;
}

.pack__phone {
	align-items: center;
	align-items: center;
	background: #1c959a;
	color: white;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.3125rem;
	justify-content: center;
	opacity: 1;
	padding: 0.75rem 0.9375rem;
	pointer-events: auto;
	text-align: center;
	transform: translateY(0);
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 50%;
}

.pack__mail {
	align-items: center;
	background-color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.3125rem;
	justify-content: center;
	padding: 0.75rem 0.9375rem;
	width: 50%;
}

.pack__phone svg,
.pack__mail svg {
	height: 1.125rem;
	width: 1.125rem;
}

.pack__phone.hide {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100px); /* 下に引っ込む */
}

.range {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

._flex {
	display: flex;
}

.sector__title {
	font-family: "ABeeZee", serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
}

.sector__text {
	font-size: .875rem;
	line-height: 2;
	margin-top: 2.5rem;
	text-align: center;
}

.sector__press {
	border: solid 0.0625rem black;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	padding: 0.75rem;
	text-align: center;
	text-transform: uppercase;
	width: 16.25rem;
}

.what__list {
	gap: 3.125rem;
}

.what__item {
	background-color: #fff;
	border-radius: 20px;
	position: relative;
}

.what__item::before {
	background-color: #000;
	border-radius: 20px;
	content: "";
	filter: blur(0.25rem);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.what__itemLink {
	aspect-ratio: 1.8;
	border: solid 5px green;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 0.5s;
}

.what__itemLinkBox {
	aspect-ratio: 1.8;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.what__itemLinkBoxGraphic {
	margin-top: -2.8125rem;
}

.what__itemLinkBoxTitle {
	color: green;
	text-align: center;
}

.what__headlineCaptionText {
	line-height: 1.7;
	margin-top: 2.1875rem;
}

.what__press {
	align-items: center;
	background-color: green;
	border-color: green;
	border-radius: 0 0 0.875rem 0.875rem;
	color: #fff;
	justify-content: center;
	padding: 0.6625rem 1.25rem 0.5375rem;
	pointer-events: none;
	position: relative;
	transition: 0.5s;
}

.what__press::before {
	background-color: #000;
	border-radius: 20px;
	content: "";
	filter: blur(8px);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.what__pressGraphic {
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border: solid 1px green;
	border-radius: 100px;
	display: grid;
	justify-items: center;
	place-items: center;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	width: 1.5rem;
}

.what .balloon__inner::after {
	content: "";
	height: 8.5625rem;
	position: absolute;
	right: 0.75rem;
	top: -3.375rem;
	width: 6.875rem;
}



._color_red {
	color: red;
}

._color_blue {
	color: blue;
}

._color_green {
	color: green;
}

._color_yellow {
	color: yellow;
}

._color_purple {
	color: purple;
}

._color_aqua {
	color: aqua;
}

._color_black {
	color: black;
}

._color_white {
	color: #fff;
}

._bgColor_red {
	background-color: red;
}

._bgColor_blue {
	background-color: blue;
}

._bgColor_green {
	background-color: green;
}

._bgColor_yellow {
	background-color: yellow;
}

._bgColor_purple {
	background-color: purple;
}

._bgColor_aqua {
	background-color: aqua;
}

._bgColor_black {
	background-color: black;
}

._bgColor_white {
	background-color: #fff;
}

._columns1_1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

._columns1_2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

._columns2_1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

._columns2_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

._columns3_1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

._columns3_2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

._flex {
	display: flex;
}

._flex_1 {
	display: flex;
}

._flex_other {
	flex: 1;
}

._hover {
	transition: opacity 0.5s;
}

._hover:hover {
	opacity: 0.6;
	transition: opacity 0.5s;
}

.hoverRun {
	-webkit-text-decoration: none;
	background-image: linear-gradient(90deg, black, black);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0 1px;
	color: black;
	display: inline;
	text-decoration: none;
	transition: background-size 0.5s;
}

.hoverUnderline {
	display: inline-block;
	position: relative;
}

.hoverUnderline::after {
	background: black;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease-in-out;
	width: 100%;
}

.imgHover {
	position: relative;
}

.imgHover img {
	transition: 0.5s opacity;
	width: 1.25rem;
}

.imgHover img:nth-of-type(2) {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.5s opacity;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 1200px;
}

.link {
	line-height: 1;
	position: relative;
}

.link::after {
	background: url(画像のバスを入れる) center center/contain no-repeat;
	content: "";
	height: 1em;
	position: absolute;
	right: -1em;
	top: 0.3em;
	width: 1em;
}

.u-nowrap {
	display: inline-block;
	white-space: nowrap;
}

.common_press {
	padding-top: 200px;
}

.underBar {
	display: inline-block;
	position: relative;
}

.underBar::before {
	background-color: #333;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 1;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 100%;
}

@media (any-hover: hover) {

.p-header__link:hover span:after {
	opacity: 1;
	transition: 0.3s all;
}

.p-header__link:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.what__itemLink:hover {
	background: #fff;
	border-color: green;
	color: green;
	transition: 0.5s;
}

.what__itemLink:hover .what__press {
	background-color: #fff;
	border-color: #fff;
	color: green;
	transition: 0.5s;
}

.what__itemLink:hover .what__pressGraphic {
	background-color: green;
	transition: 0.5s;
}

.what__itemLink:hover .what__pressGraphic path {
	fill: #fff;
	transition: 0.5s;
}
}

@media screen and (min-width: 768px) {
	
	
.header_desktop {
	display: block;
}

.header_mobile {
	display: none;
}

.hoverRun:hover {
	background-size: 100% 1px;
}

.hoverUnderline:hover::after {
	opacity: 1;
}

.imgHover:hover img:nth-of-type(1) {
	opacity: 0;
	transition: 0.5s opacity;
}

.imgHover:hover img:nth-of-type(2) {
	opacity: 1;
	transition: 0.5s opacity;
}

.underBar:hover:before {
	opacity: 0;
	transition: 0.5s all;
}

}

@media screen and (min-width: 900px) {

.p-spNav__link:hover:after {
	opacity: 1;
	transition: 0.3s all;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

@media screen and (max-width: 767px) {

._pc {
	display: none !important;
}

._pc_flex {
	display: none !important;
}

._pc_grid {
	display: none !important;
}

._sp {
	display: block !important;
}

._sp_flex {
	display: flex !important;
}

._sp_grid {
	display: grid !important;
}

html {
	font-size: 4.1025641026vw;
}

.concept {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.news {
	margin-top: 5rem;
}

.staff {
	margin-top: 5rem;
}

.work {
	margin-top: 5rem;
}

.exterior {
	margin-top: 5rem;
}

.garden {
	margin-bottom: 3rem;
	margin-top: 5rem;
}
	
.instagram {
	margin-top: 2rem;	
}

.choice__graphic {
	width: 2.5rem;
}

.choice__title {
	font-size: 1.25rem;
}

.choice__text {
	font-size: 0.75rem;
}

.exterior__list {
	grid-template-columns: 1fr;
}

.exterior__item:nth-child(1) {
	grid-column: span 1;
	grid-row: span 1;
}

.exterior__item:nth-child(3) {
	grid-row: span 1;
}

.exterior__item:nth-child(4) {
	font-size: 0.75rem;
	padding: 0.625rem;
}

.exterior__item:nth-child(6) {
	grid-column: span 1;
}

.exterior__item:nth-child(7) {
	grid-row: span 1;
}

.splide__slide {
	font-size: 0.75rem;
}

.footer__graphic {
	width: 6.25rem;
}

.footer__navigation {
	margin-top: 1.25rem;
}

.footer__text {
	font-size: 0.875rem;
}

.p-header {
	height: 2.8125rem;
}

.p-header__inner {
	padding-left: 0.625rem;
	padding-right: 0;
}

.p-header__logo {
	max-width: 3.75rem;
}

.p-header__nav {
	display: none;
}

.p-spNav__logo {
	margin: 2.5rem auto 0;
	width: 210px;
}

.hero__anchor {
	font-size: 16px;
	min-width: 18.75rem;
}

.hero__date {
	font-size: 0.875rem;
}

.hero__title {
	font-size: 0.875rem;
	margin-top: 0.3125rem;
}

.hero__graphic {
	width: 6.25rem;
}

.pack {
	bottom: 0;
	display: flex;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 999;
}

.range {
	padding-left: 20px;
	padding-right: 20px;
}

.sector__title {
	font-size: 1.375rem;
}

.sector__text {
	margin-top: 1.25rem;
}

.sector__press {
	font-size: 0.875rem;
}

.what__list {
	gap: 0;
}

.what__item {
	margin-top: 0;
}

.what__item + .what__item {
	margin-top: 3.75rem;
}

.what__itemLinkBoxGraphic {
	margin-top: -2.1875rem;
}

.what__headlineCaptionText {
	letter-spacing: 0.01em;
	line-height: 1.75;
	margin-top: 2.875rem;
	padding-right: 0.125rem;
}

.what__pressGraphic {
	aspect-ratio: 1;
	right: 0.4375rem;
	width: 1.101875rem;
}

.what__pressGraphic svg {
	height: 0.4725rem;
	width: 0.253125rem;
}

.what .balloon__inner::after {
	height: 3.9375rem;
	right: -1.25rem;
	top: 2.5rem;
	width: 2.625rem;
}

._columns1_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns1_2 {
	grid-template-columns: repeat(2, 1fr);
}

._columns2_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns2_2 {
	grid-template-columns: repeat(2, 1fr);
}

._columns3_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns3_2 {
	grid-template-columns: repeat(2, 1fr);
}

._flex_1 {
	flex-direction: column;
}

.inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

}

@media screen and (max-width: 767px) and (max-width: 767px) {

.what__item + .what__item {
	margin-top: 3.5625rem;
}

}

@media screen and (max-width: 600px) {

.what .balloon__inner::after {
	height: 5.253125rem;
	right: -0.8125rem;
	top: 2.5rem;
	width: 4.22625rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes UpAnime {

from {
	opacity: 1;
	transform: translateY(0);
}

to {
	opacity: 0;
	transform: translateY(-100px);
}

}

@keyframes DownAnime {

from {
	opacity: 0;
	transform: translateY(-100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}


/*# sourceMappingURL=style.css.map */
