*,
*::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: optimizeSpeed;
}

/* 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;
	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;
}

body {
	background-color: #F2EEEA;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "sans-serif";
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

.l-header {
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0px 40px;
	width: 100%;
}

.l-header__logo {
	transition: all 0.3s ease 0s;
	width: 90px;
}

.l-header__logo:hover {
	opacity: 0.8;
}

.l-header__hamburger {
	height: 80px;
	position: relative;
	width: 80px;
}

.l-header__hamburger::before {
	background-image: url(../img/menu-back.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 80px;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 80px;
}

.l-header__hamburger span {
	background-color: #fff;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	width: 24px;
	z-index: 1;
}

.l-header__hamburger span:nth-child(1) {
	top: 32px;
}

.l-header__hamburger.active span:nth-child(1) {
	left: 35%;
	top: 40px;
	transform: rotate(-45deg);
}

.l-header__hamburger span:nth-child(2) {
	top: 40px;
}

.l-header__hamburger.active span:nth-child(2) {
	display: none;
}

.l-header__hamburger span:nth-child(3) {
	top: 48px;
}

.l-header__hamburger.active span:nth-child(3) {
	left: 35%;
	top: 40px;
	transform: rotate(45deg);
}

.l-header__hamburger:hover.l-header__hamburger::before {
	transform: rotate(60deg);
}

.l-footer {
	background-color: #fff;
	padding: 96px 0;
}

.l-footer__inner {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 40px;
	width: 100%;
}

.l-footer__logoArea {
	text-align: center;
	width: 33.3%;
}

.l-footer__logo {
	margin: 0 auto;
	width: 50%;
}

.l-footer__lists {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.l-footer__address {
	font-style: 16px;
	font-weight: bold;
	margin-top: 16px;
}

.l-footer__nav {
	flex: 1;
	text-align: center;
}

.l-footer__menu {
	flex: 1;
	text-align: center;
}

.l-footer__menu li+li {
	margin-top: 24px;
}

.l-footer__menu li a {
	font-weight: bold;
	transition: all 0.3s ease 0s;
}

.l-footer__menu li a:hover {
	color: #bbb1a2;
}

.l-footer__sns {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

.l-footer__contact {
	flex: 1;
}

.l-footer__cta a {
	align-items: center;
	background-color: #E2C16F;
	border-radius: 16px;
	color: #fff;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	justify-content: center;
	padding: 24px 48px;
	text-align: center;
	width: 100%;
}

.l-footer__cta span {
	padding-left: 36px;
	position: relative;
}

.l-footer__cta span::before {
	background-image: url(../img/mail.svg);
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.l-footer__tell {
	margin-top: 24px;
	text-align: center;
}

.l-footer__number {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

.l-footer__number span {
	padding-left: 24px;
	position: relative;
}

.l-footer__number span::after {
	background: url(../img/tell.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 23px;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 23px;
}

.l-footer__copyright {
	background-color: #E2C16F;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding: 16px 0;
	text-align: center;
}

.inner {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 40px;
	width: 100%;
}

.l-titleArea {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	padding: 192px 0;
}

.l-titleArea__inner {
	padding: 0 48px;
}

.l-titleArea__title {
	color: #ffffff;
	font-family: "montserrat", sans-serif;
	font-size: 72px;
	font-weight: 600;
	height: auto;
	justify-content: flex-start;
	line-height: 1;
	margin: 0px 0px 24px 0px;
	max-width: 100%;
	text-align: left;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition-delay: 800ms;
	transition-duration: 1000ms;
	width: auto;
}

.l-titleArea__title--center {
	color: #ffffff;
	font-family: "montserrat", sans-serif;
	font-size: 72px;
	font-weight: 600;
	height: auto;
	justify-content: flex-start;
	line-height: 1;
	margin: 0px 0px 24px 0px;
	max-width: 100%;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition-delay: 800ms;
	transition-duration: 1000ms;
	width: auto;
}

.l-titleArea__subtitle {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	height: auto;
	justify-content: flex-start;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin: 0px 0px 0px 0px;
	max-width: 100%;
	text-align: left;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition-delay: 1000ms;
	transition-duration: 800ms;
	width: auto;
	z-index: 1;
}

.breadcrumb {
	background-color: #F8F7F6;
	padding: 24px 0;
}

.breadcrumb__inner {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 48px;
	width: 100%;
}

.breadcrumb li:not(:last-of-type)::after {
	/* 記号の左右の余白 */
	color: #777;
	content: "›";
	margin: 0 0.6em;
	/* 記号の色 */
}

.section-title {
	position: relative;
}

.section-title p {
	color: #D8AA4E;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.section-title--left p {
	color: #D8AA4E;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.section-title h2 {
	color: #333;
	font-family: "Zen Maru Gothic", serif;
	font-size: 24px;
	letter-spacing: 0.08em;
	padding-bottom: 12px;
	position: relative;
}

.section-title--left h2 {
	color: #333;
	font-family: "Zen Maru Gothic", serif;
	font-size: 24px;
	letter-spacing: 0.08em;
	padding-right: 50px;
	position: relative;
}

.section-title--left h2::after {
	background-color: #D8AA4E;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}

.section-title h2::after {
	background-color: #D8AA4E;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 60px;
}

.btn {
	background-color: #E2C16F;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	max-width: 284px;
	padding: 16px 56px;
	text-align: center;
	width: 100%;
}

.btn--brown a {
	background-color: #E2C16F;
	border: solid 2px #E2C16F;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	max-width: 284px;
	padding: 16px 56px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.btn--brown a:hover {
	background-color: #fff;
	border: solid 2px #D8AA4E;
	color: #E2C16F;
}

.btn--white a {
	background-color: #fff;
	border: solid 2px #D8AA4E;
	border-radius: 50px;
	color: #333;
	display: block;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	max-width: 284px;
	padding: 16px 56px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.btn--white a:hover {
	background-color: #E2C16F;
	border: solid 2px #E2C16F;
	color: #fff;
}

.back-btn {
	margin-top: 40px;
	text-align: center;
}

.back-btn {
	margin-top: 40px;
}


.back-btn a {
	margin: 0 auto;
}

.fadein {
	opacity: 0;
	transition: all 2s;
}

.fadein.active {
	opacity: 1;
}

.fadein02 {
	opacity: 0;
	transition: all 2s;
}

.fadein02.active {
	opacity: 1;
}

.fadeIn {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	transition: 1s;
}

.fadeIn.animated {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

body.page-fadein {
	opacity: 1;
	transition: opacity 0.8s;
}

.load-bg {
	background-color: #F2EEEA;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.load-logo {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20%;
}

body::after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.8s ease;
	width: 100%;
	z-index: 9999;
}

body.fadeout::after {
	opacity: 1;
}

body.fadeout article {
	transform: scale(1.2);
}

.swiper {
	border-radius: 40px 40px 40px 0;
	height: 569px;
	height: 75vh;
	position: relative;
	transition-delay: 1400ms;
	transition-duration: 800ms;
}

.shokora img {
	animation: ChangeImage 12s infinite;
	bottom: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 200px;
	z-index: 2;
}

.shokora02 img {
	animation: ChangeImage 12s infinite;
	opacity: 0;
	position: absolute;
	right: 0;
	top: -64px;
	width: 90px;
	z-index: 2;
}

.shokora img:nth-of-type(1) {
	animation-delay: 0s;
}

.shokora img:nth-of-type(2) {
	animation-delay: 2s;
}

.shokora img:nth-of-type(3) {
	animation-delay: 4s;
}

.shokora img:nth-of-type(4) {
	animation-delay: 6s;
}

.shokora img:nth-of-type(5) {
	animation-delay: 8s;
}

.shokora img:nth-of-type(6) {
	animation-delay: 10s;
}

.shokora02 img:nth-of-type(1) {
	animation-delay: 0s;
}

.shokora02 img:nth-of-type(2) {
	animation-delay: 2s;
}

.shokora02 img:nth-of-type(3) {
	animation-delay: 4s;
}

.shokora02 img:nth-of-type(4) {
	animation-delay: 6s;
}

.shokora02 img:nth-of-type(5) {
	animation-delay: 8s;
}

.shokora02 img:nth-of-type(6) {
	animation-delay: 10s;
}

.swiper-slide img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper .swiper-wrapper,
.swiper2 .swiper-wrapper {
	transition-timing-function: linear;
}

#swiper2 {
	border-radius: 0;
	height: 288px;
	overflow: hidden;
	transition-timing-function: linear;
}

.swiper-wrapper02 {
	height: inherit;
	transition-timing-function: linear;
	width: inherit;
	width: 100%;
}

.swiper-slide02 {
	height: inherit;
	position: relative;
	width: inherit;
}

.swiper-slide02 img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-slide img {
	animation: zoomUp 7s linear 0s normal both;
}

.swiper--wrapper {
	height: 300px;
	/* wrapperのサイズを調整 */
	width: 100%;
}

.swiper-slide {
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	color: #ffffff;
	height: 100%;
	line-height: 400px;
	text-align: center;
	width: 100%;
}

.mySwiper2 {
	border-radius: 32px;
	height: 400px;
	width: 100%;
}

.mySwiper {
	border-radius: 0;
	box-sizing: border-box;
	height: 200px;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 25%;
}

.mySwiper .swiper-slide img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 16px;
	object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
	color: #fff;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: 10;
	/* 画像よりも高い値を設定します */
}

.swiper-button-next {
	background-image: url(../img/next-icon.svg);
	/* 適切なアイコン画像を指定 */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	right: 10px;
}

.swiper-button-prev {
	background-image: url(../img/prev-icon.svg);
	/* 適切なアイコン画像を指定 */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 10px;
}

.p-top-voice__new {
	animation: blinkOpacity 2s ease-in-out infinite alternate;
}

.p-works__new {
	animation: blinkOpacity 2s ease-in-out infinite alternate;
}

.gallery {
	padding-top: 180px;
	position: relative;
}

.gallery::after {
	background: url(../img/home.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 146px;
	position: absolute;
	right: 0;
	top: 34px;
	width: 749px;
}

.c-appear {
	background-color: #fff;
	height: 90vh;
	padding: 40px 40px 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.c-appear::after {
	background-color: #F2EEEA;
	content: "";
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	transition-delay: 1400ms;
	transition-duration: 800ms;
	width: 50%;
	z-index: -1;
}

.c-appear__wrapper {
	border-radius: 40px 40px 40px 0;
	height: 569px;
	height: 100%;
	position: relative;
	transition-delay: 1400ms;
	transition-duration: 800ms;
	width: 100%;
}

.c-appear__img-wrapper {
	height: inherit;
	width: 100%;
}

.c-appear__img {
	height: inherit;
	position: relative;
	width: 100%;
}

.c-appear__img::after {
	/* ↓暗いオーバーレイを半透明で配置 */
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 40px 40px 40px 40px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	/* ↓全体を覆うように配置 */
	position: absolute;
	top: 0;
	width: 100%;
}

.c-appear__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 40px 40px 40px 40px;
	object-fit: cover;
}

.c-appear__title {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 80px;
	font-weight: 700;
	left: 40px;
	letter-spacing: 0.08em;
	position: absolute;
	top: 40px;
	z-index: 1;
}

.c-appear__title p {
	padding-bottom: 16px;
	position: relative;
}

.c-appear__title span {
	bottom: 0;
	font-family: "Zen Maru Gothic", serif;
	font-size: 16px;
	left: 0;
	position: absolute;
	white-space: nowrap;
}

/* ===============================================
#c-breadcrumb 
=============================================== */

.c-breadcrumb {
	background-color: #fff;
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	padding: 16px 40px;
	text-align: left;
	transition-delay: 300ms;
	transition-duration: 1000ms;
}

.c-breadcrumb__inner {
	align-items: center;
	display: flex;
	height: inherit;
}

.c-breadcrumb__inner::-webkit-scrollbar {
	display: none;
}

.c-breadcrumb a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-breadcrumb a:hover {
	opacity: 0.6;
}

.c-breadcrumb i {
	margin-left: 15px;
	margin-right: 15px;
}

.current-item {
	color: #D8AA4E;
}

.c-breadcrumb span {
	padding: 0 12px;
}

.main-visual {
	background-color: #fff;
	height: 100vh;
	padding: 40px 40px 0;
	position: relative;
}

.main-visual::after {
	background-color: #F2EEEA;
	content: "";
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	transition-delay: 1400ms;
	transition-duration: 800ms;
	width: 50%;
}

.main-visual__text {
	background-color: #fff;
	border-radius: 72px 72px 0 0;
	bottom: 0;
	left: 0;
	padding: 40px 80px 40px 40px;
	position: absolute;
	z-index: 10;
}

.main-visual__copy {
	color: #000;
	font-family: "Zen Maru Gothic", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	font-weight: bold;
	letter-spacing: 0.08em;
	transition-delay: 1400ms;
	transition-duration: 800ms;
}

.main-visual__copy--sp {
	display: none;
}

.main-visual__subcopy {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-top: 20px;
	transition-delay: 1400ms;
	transition-duration: 800ms;
}

.main-visual__subcopy--sp {
	display: none;
}

.main-visual__text--sp {
	display: none;
}

.drawer {
	Pointer-events: none;
	background-color: #F2EEEA;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.5s;
	width: 100%;
	z-index: 100;
}

.drawer::after {
	background: url(../img/home.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 112px;
	position: absolute;
	right: 0;
	width: 510px;
}

.drawer__inner {
	height: 100vh;
}

.drawer.active {
	opacity: 1;
	pointer-events: auto;
}

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

.drawer__img {
	position: relative;
	width: 50%;
}

.drawer__img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.drawer__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 32px;
	object-fit: cover;
}

.drawer__right {
	text-align: center;
	width: 50%;
}

.drawer__menu {
	text-align: center;
}

.drawer__menu-lists li+li {
	margin-top: 56px;
}

.drawer__menu-lists li a {
	font-family: "Zen Maru Gothic", serif;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 16px;
	position: relative;
}

.drawer__menu-lists a span {
	bottom: 0;
	color: #D8AA4E;
	font-size: 14px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.drawer__sns {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.drawer__contact {
	margin-top: 40px;
}

.drawer__contact a {
	margin: 0 auto;
}

.global-menu {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 40px;
}

.global-menu__right {
	align-items: center;
	display: flex;
}

.global-menu__lists {
	align-items: center;
	display: flex;
	width: 100%;
}

.global-menu__lists li {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	width: 100%;
}

.global-menu__lists a {
	display: block;
	padding-bottom: 16px;
	position: relative;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	width: 100%;
}

.global-menu__lists a:hover {
	color: #bbb1a2;
}

.global-menu__lists a span {
	bottom: 0;
	color: #D8AA4E;
	font-size: 14px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.global-menu__lists li+li {
	margin-left: 48px;
}

.global-menu__sns {
	display: flex;
	margin-left: 48px;
}

.menu-instagram {
	cursor: pointer;
	height: 40px;
	position: relative;
	position: relative;
	width: 40px;
}

.menu-instagram img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

.global-menu__instagram {
	cursor: pointer;
	height: 40px;
	position: relative;
	position: relative;
	width: 40px;
}

.global-menu__instagram img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

/* 2枚目の画像は最初透明 */

.menu-instagram img:last-of-type {
	opacity: 0;
	transition: opacity 0.7s;
}

/* hoverすると2枚目の画像が透明じゃなくなる */

.menu-instagram:hover img {
	opacity: 1;
}

.menu-line {
	cursor: pointer;
	height: 40px;
	margin-left: 24px;
	position: relative;
	position: relative;
	width: 40px;
}

.menu-line img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

.global-menu__line {
	cursor: pointer;
	height: 40px;
	margin-left: 24px;
	position: relative;
	position: relative;
	width: 40px;
}

.global-menu__line img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

/* 2枚目の画像は最初透明 */

.menu-line img:last-of-type {
	opacity: 0;
	transition: opacity 0.7s;
}

/* hoverすると2枚目の画像が透明じゃなくなる */

.menu-line:hover img {
	opacity: 1;
}

.p-top-about {
	background-color: #F2EEEA;
	overflow: hidden;
	padding: 192px 0;
	position: relative;
	z-index: 0;
}

.p-top-about::before {
	background: url(../img/home.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 148px;
	left: 0;
	position: absolute;
	width: 664px;
}

.p-top-about__inner {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 40px;
	width: 100%;
}

.p-top-about__title {
	padding-bottom: 12px;
	position: relative;
}

.p-top-about__title p {
	color: #D8AA4E;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.p-top-about__title h2 {
	color: #333;
	font-family: "Zen Maru Gothic", serif;
	font-size: 24px;
	letter-spacing: 0.08em;
}

.p-top-about__title::after {
	background-image: url(../img/gray-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 343px;
	left: -190px;
	position: absolute;
	top: -90px;
	width: 369px;
	z-index: -1;
}

.p-top-about__content {
	display: flex;
	justify-content: space-between;
}

.p-top-about__textArea {
	width: 40%;
}

.p-top-about__description {
	margin-top: 40px;
}

.p-top-about__description p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.75;
}

.p-top-about__btn {
	margin-top: 40px;
}

.p-top-about__img-wrapper {
	width: 100%;
}

.p-top-about__img {
	margin-right: calc(50% - 50vw);
	position: relative;
	width: 55%;
}

.p-top-about__img::before {
	content: "";
	display: block;
	padding-top: 66.66%;
	/* 3:2 */
}

.p-top-about__img::after {
	background-color: #E2C16F;
	border-radius: 32px 0 0 32px;
	bottom: -32px;
	content: "";
	height: 417px;
	position: absolute;
	right: 0;
	width: 80%;
}

.p-top-about__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 32px 0 0 32px;
	object-fit: cover;
	z-index: 2;
}

.p-top-about__newlife {
	background-image: url(../img/New\ Life.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 60px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 180px;
	z-index: 10;
}

.p-top-reasons {
	background-color: #F2EEEA;
	padding: 192px 0 96px 0;
	position: relative;
}

.p-top-reasons::before {
	background-color: #fff;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-reasons::after {
	background-image: url(../img/ellipse-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 400px;
	left: 0;
	position: absolute;
	top: 344px;
	width: 100%;
}

.p-top-reasons__title {
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-top-reasons__content {
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

.p-top-reasons__lists {
	display: flex;
}

.p-top-reasons__number {
	align-items: center;
	background-color: #E2C16F;
	border-radius: 50px;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	height: 64px;
	justify-content: center;
	left: -20px;
	position: absolute;
	top: -20px;
	width: 64px;
	z-index: 1;
}

.p-top-reasons__img {
	position: relative;
}

.p-top-reasons__img::before {
	content: "";
	display: block;
	padding-top: 70.5882352941%;
}

.p-top-reasons__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 32px;
	object-fit: cover;
}

.p-top-reasons__lists li {
	flex: 1;
	/* 各リストアイテムの高さを均等にする */
	width: calc(33.3333333333% - 10.6666666667px);
}

.p-top-reasons__lists li+li {
	margin-left: 32px;
}

.p-top-reasons__head {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5625;
	margin-top: 16px;
	text-align: center;
}

.p-top-reasons__foot {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	margin-top: 24px;
}

.p-top-reasons__btn {
	margin: 0 auto;
	margin-top: 40px;
	width: 284px;
}

.p-top-voice__top {
	background-color: #F2EEEA;
	background-image: url(../img/bg-top02.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 15.3vw;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-top-voice {
	background-color: #fff;
	padding: 60px 0;
	position: relative;
}

.p-top-voice__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.p-top-voice__content {
	margin-top: 40px;
}

.p-top-voice__lists {
	display: flex;
}

.p-top-voice__lists li {
	position: relative;
	width: calc(33.3333333333% - 10.6666666667px);
	display: flex;
	flex-direction: column;
}

.p-top-voice__lists li a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}



.p-top-voice__new {
	align-items: center;
	background-color: #D8AA4E;
	border-radius: 50px;
	color: #fff;
	display: flex;
	height: 60px;
	justify-content: center;
	position: absolute;
	right: -16px;
	top: -30px;
	width: 60px;
	z-index: 10;
}

.p-top-voice__lists li+li {
	margin-left: 32px;
}

.p-top-voice__img {
	border-radius: 32px;
	overflow: hidden;
	position: relative;
}

.p-top-voice__img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-top-voice__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 32px;
	object-fit: cover;
	transition: all 0.6s ease;
	/* 0.3秒かけて拡大。easeは変化の始まりと終わりをゆっくり変化せよ、の意味 */
}

.p-top-voice__img img:hover {
	transform: scale(1.1);
	/* ホバーしたら1.1倍の大きさに拡大せよ、の意味 */
}

.p-top-voice__genre {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 32px 0 32px 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	left: -1px;
	letter-spacing: 0.08em;
	padding: 16px;
	position: absolute;
	top: -1px;
}

.p-top-voice__genre span {
	display: inline-block;
	padding-left: 24px;
	position: relative;
}

.p-top-voice__genre span::before {
	background-color: #D8AA4E;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 17px;
}

.p-top-voice__foot {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	/* 比率を指定 */
}

.p-top-voice__heading {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	flex-grow: 1;

}



.p-top-voice__text {
	display: flex;
	flex-direction: column;
}

.p-top-voice__text p {
	flex-grow: 1;
	/*空きスペースの伸びる倍率を指定*/
	color: #D8AA4E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: right;
}

.p-top-voice__bottom {
	background-color: #F2EEEA;
	background-image: url(../img/bg-bottom.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 8.3vw;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-top-flow {
	background-color: #F2EEEA;
	overflow: hidden;
	padding: 192px 0;
	position: relative;
}

.p-top-flow::before {
	background-image: url(../img/gray-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 343px;
	left: -10%;
	position: absolute;
	position: absolute;
	top: 20%;
	width: 369px;
}

.p-top-flow::after {
	background-image: url(../img/brown-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 15%;
	content: "";
	height: 343px;
	position: absolute;
	position: absolute;
	right: -10%;
	width: 369px;
}

.p-top-flow__title {
	text-align: center;
}

.p-top-flow__content {
	margin-top: 40px;
	position: relative;
	width: 100%;
	z-index: 10;
}

.p-top-flow__lists {
	display: flex;
	padding-top: 60px;
	position: relative;
	width: 100%;
	/* IE, Edge 対応 */
	-ms-overflow-style: none;
	/* Firefox 対応 */
	scrollbar-width: none;
}

/* Chrome, Safari 対応 */

.p-top-flow__lists::-webkit-scrollbar {
	display: none;
}

.p-top-flow__lists li {
	display: flex;
	flex-direction: column;
	flex-shrink: 1;
	width: calc(33.3333333333% - 10.6666666667px);
}

.p-top-flow__lists li+li {
	margin-left: 32px;
	position: relative;
}

.p-top-flow__lists li+li::before {
	background-image: url(../img/next.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 42px;
	left: -55px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
}

.p-top-flow__img {
	position: relative;
}

.p-top-flow__img::before {
	content: "";
	display: block;
	padding-top: 72%;
}

.p-top-flow__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 32px 32px 0 0;
	object-fit: cover;
}

.p-top-flow__number {
	align-items: center;
	background-color: #E2C16F;
	border: 3px solid #fff;
	border-radius: 50px;
	color: #fff;
	display: flex;
	height: 60px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -30px;
	transform: translateX(-50%);
	width: 60px;
	z-index: 1;
}

.p-top-flow__textArea {
	background-color: #fff;
	border-radius: 0 0 32px 32px;
	flex-grow: 1;
	font-family: "Noto Sans JP", sans-serif;
	padding: 24px 16px 40px;
}

.p-top-flow__head {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.p-top-flow__foot {
	flex-grow: 1;
	line-height: 1.5625;
	margin-top: 16px;
}

.p-company-description {
	background-color: #fff;
	padding: 96px 0;
	position: relative;
	z-index: 1;
}

.p-company-description__title {
	text-align: center;
}

.p-company-description__content {
	margin: 40px auto 0;
	max-width: 600px;
	width: 100%;
}

.p-company-description__lists li {
	align-items: center;
	display: flex;
}

.p-company-description__heading {
	flex-shrink: 1;
	font-weight: bold;
	padding: 40px 0 40px;
	position: relative;
	text-align: center;
	width: 20%;
}

.p-company-description__heading::after {
	background-color: #d8aa4e;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-company-description__lead {
	flex-shrink: 1;
	font-size: 16px;
	letter-spacing: 0.08em;
	margin-left: 40px;
	width: 80%;
}

.p-company-description-bottom {
	background-color: #F2EEEA;
	background-image: url(../img/bg-bottom.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 8.3vw;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-company-message {
	overflow: hidden;
	padding: 96px 0;
	position: relative;
	z-index: 1;
}

.p-company-message__title {
	display: inline-block;
}

.p-company-message__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	position: relative;
}

.p-company-message__content::before {
	background-image: url(../img/gray-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -30%;
	content: "";
	height: 383px;
	left: -51px;
	position: absolute;
	width: 269px;
	z-index: -1;
}

.p-company-message__content::after {
	background: url(../img/brown-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 331px;
	position: absolute;
	right: -170px;
	top: -80px;
	width: 308px;
	z-index: -1;
}

.p-company-message__left {
	width: 45%;
}

.p-company-message__right {
	width: 45%;
}

.p-company-message__img {
	position: relative;
	width: 100%;
}

.p-company-message__img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-company-message__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 32px;
	object-fit: cover;
}

.p-company-message__img::after {
	background: url(../img/shokora02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 88px;
	position: absolute;
	right: 20px;
	top: -65px;
	width: 63px;
}

.p-company-message__textArea {
	width: 100%;
}

.p-company-message__head {
	text-align: center;
	
}

.p-company-message__head h3 {
	color: #d8aa4e;
	font-size: 40px;
	letter-spacing: 0.08em;
	letter-spacing: 0.8;
}

.p-company-message__foot {
	margin-top: 40px;
}

.p-company-message__foot p {
	font-size: 16px;
	line-height: 1.5625;
}

.p-company-instagram {
	overflow: hidden;
	padding: 196px 0;
	position: relative;
}

.p-company-instagram__title {
	position: relative;
}

.p-company-instagram__title::after {
	background: url(../img/syokora06.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 537px;
	position: absolute;
	right: 0;
	top: -320px;
	width: 315px;
}

.p-company-instagram__title p {
	color: #d8aa4e;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
}

.p-company-instagram__title p::before {
	background: url(../img/instagram.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 80px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
}

.p-company-instagram__title p::after {
	background-color: #d8aa4e;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	width: 60px;
}

.p-company-instagram__content {
	margin-top: 40px;
	position: relative;
}

.p-company-instagram__lists {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.p-company-instagram__content {
	margin-top: 96px;
}

.p-company-instagram__lists li {
	margin: 0px 30px 40px;
	position: relative;
	width: calc(33% - 60px);
}

.p-company-instagram__img {
	position: relative;
}

.p-company-instagram__img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-company-instagram__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-company-instagram__btn a {
	margin: 0 auto;
}

.single-service-introduction {
	background-color: #fff;
	overflow: hidden;
	padding: 168px 0;
	position: relative;
	z-index: 1;
}

.single-service-introduction__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.single-service-introduction__content::after {
	background: url(../img/gray-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 331px;
	position: absolute;
	right: -170px;
	top: -80px;
	width: 308px;
	z-index: -1;
}

.single-service-introduction__img {
	margin-left: calc(50% - 50vw);
	position: relative;
	width: 55%;
}

.single-service-introduction__img::before {
	content: "";
	display: block;
	padding-top: 66.66%;
}

.single-service-introduction__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 0 32px 32px 0;
	object-fit: cover;
}

.single-service-introduction__textArea {
	position: relative;
	width: 45%;
}

.single-service-introduction__textArea::after {
	background: url(../img/shokora03.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -160px;
	content: "";
	height: 124px;
	position: absolute;
	right: 0;
	width: 228px;
}

.single-service-introduction__head h2 {
	color: #D8AA4E;
	font-size: 32px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.single-service-introduction__head p {
	font-family: "Zen Maru Gothic", serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 16px;
}

.single-service-introduction__foot {
	margin-top: 40px;
}

.single-service-introduction__foot p {
	line-height: 1.75;
}

.single-service-introduction__bottom {
	background-color: #F2EEEA;
	background-image: url(../img/bg-bottom.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 8.3vw;
	position: relative;
	width: 100%;
	z-index: 1;
}

.single-service-reasons {
	overflow: hidden;
	padding: 96px 0;
}

.single-service-reasons__title {
	text-align: center;
}

.single-service-reasons__content {
	margin-top: 40px;
}

.single-service-reasons__lists li {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.single-service-reasons__lists li::after {
	background: url(../img/brown-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 331px;
	position: absolute;
	right: -200px;
	top: -60px;
	width: 308px;
	z-index: -1;
}

.single-service-reasons__lists li+li {
	margin-top: 96px;
}

.single-service-reasons__lists li:nth-child(even) {
	flex-direction: row-reverse;
}

.single-service-reasons__lists li:nth-child(even)::after {
	background: url(../img/gray-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 331px;
	left: -200px;
	position: absolute;
	top: -60px;
	width: 308px;
	z-index: -1;
}

.single-service-reasons__textArea {
	width: 47%;
}

.single-service-reasons__head {
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1.75;
}

.single-service-reasons__foot {
	margin-top: 24px;
}

.single-service-reasons__img {
	position: relative;
	width: 47%;
}

.single-service-reasons__img::before {
	content: "";
	display: block;
	padding-top: 66%;
}

.single-service-reasons__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 32px;
	object-fit: cover;
}

.single-service-flow {
	padding: 96px 0 196px;
}

.p-works {
	padding: 60px 0;
}

.p-works__tubs {
	align-items: center;
	display: flex;
	padding-left: 30px;
}

.p-works__tubs li {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 16px;
	margin-top: 10px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.p-works__tubs a {
	background-color: #fff;
	border: solid 2px #D8AA4E;
	border-radius: 32px;
	color: #333;
	display: block;
	font-family: "Zen Maru Gothic", serif;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 28px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.p-works__tubs a.is-active {
	background-color: #D8AA4E;
	color: #fff;
}

.p-works__tubs a:hover {
	background-color: #D8AA4E;
	color: #fff;
}

.p-works__lists {
	display: flex;
	flex-wrap: wrap;
}

.p-works__content {
	margin-top: 96px;
}

.p-works__lists li {
	margin: 0px 30px 40px;
	position: relative;
	width: calc(33% - 60px);
}

.p-works__lists li:nth-child(3)::after {
	background: url(../img/shokora02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 88px;
	position: absolute;
	right: 20px;
	top: -65px;
	width: 63px;
}

.p-works__new {
	align-items: center;
	background-color: #D8AA4E;
	border-radius: 50px;
	color: #fff;
	display: flex;
	height: 60px;
	justify-content: center;
	position: absolute;
	right: -16px;
	top: -30px;
	width: 60px;
	z-index: 10;
}

.p-works__img {
	border-radius: 32px;
	overflow: hidden;
	position: relative;
}

.p-works__img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-works__img img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 32px;
	object-fit: cover;
	transition: all 0.6s ease;
	/* 0.3秒かけて拡大。easeは変化の始まりと終わりをゆっくり変化せよ、の意味 */
}

.p-works__img img:hover {
	transform: scale(1.1);
	/* ホバーしたら1.1倍の大きさに拡大せよ、の意味 */
}

.p-works__genre {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 32px 0 32px 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	left: -1px;
	letter-spacing: 0.08em;
	padding: 16px;
	position: absolute;
	top: -1px;
}

.p-works__genre span {
	display: inline-block;
	padding-left: 24px;
	position: relative;
}

.p-works__genre span::before {
	background-color: #D8AA4E;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 17px;
}

.p-works__heading {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-top: 24px;
}

.p-works__text {
	color: #D8AA4E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: right;
}

.p-contact {
	padding: 96px 0;
}

.p-contact__content {
	background-color: #fff;
	border-radius: 32px;
	margin: 0 auto;
	margin-top: 40px;
	max-width: 900px;
	padding: 80px;
	width: 100%;
}

.p-contact__title {
	text-align: center;
}

.l-form {
	margin: 0 auto;
	max-width: 768px;
}

.p-form__label {
	width: 100%;
}

.p-form__label {
	display: flex;
}

.p-form__head {
	flex-shrink: 0;
	margin-bottom: 0;
	padding-right: 28px;
	padding-top: 13px;
	width: 198px;
}

.p-form__required {
	-webkit-transform: none;
	margin-left: 8px;
	transform: none;
	-webkit-transform: translateY(-2px);
	background-color: #F07317;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	margin-left: 8px;
	padding: 1px 6px 2px;
	transform: translateY(-2px);
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 6px;
	font-size: 16px;
	padding: 11px 16px;
	width: 100%;
}

.p-form__row+.p-form__row {
	margin-top: 40px;
}

input[type=submit] {
	color: #333;
	display: block;
	height: 100%;
	width: 100%;
}

.p-form__submit {
	border: solid 2px #D8AA4E;
	border-radius: 32px;
	font-size: 16px;
	letter-spacing: 0.08em;
	-webkit-transition: opacity 0.3s;
	-webkit-transform: translateX(-4px);
	display: block;
	margin: 38px auto 0;
	max-width: 290px;
	padding: 16px;
	position: relative;
	text-align: center;
	transform: translateX(-4px);
	transition: all 0.3s ease 0s;
}

.p-form__submit:hover {
	background-color: #D8AA4E;
	color: #fff;
}

.p-form__submit:hover input[type=submit] {
	color: #fff;
}

/* スピナーのカスタマイズ */

.wpcf7-spinner {
	/* トップの色 */
	animation: spin 1s ease-in-out infinite;
	/* スピナーの高さ */
	border: 4px solid rgba(0, 0, 0, 0.1);
	/* スピナーの枠線 */
	border-radius: 50%;
	/* 円形にする */
	border-top-color: #D8AA4E;
	display: inline-block;
	/* スピナーの幅 */
	height: 24px;
	/* 絶対位置 */
	margin-left: 10px;
	/* 回転アニメーション */
	position: absolute;
	/* インライン表示 */
	width: 24px;
	/* ボタンからの距離 */
}

/* スピナーのアニメーション */

/* ボタンとスピナーの親要素に相対位置を指定 */

.wpcf7-submit {
	/* 相対位置 */
	display: inline-block;
	position: relative;
	/* インラインブロック表示 */
	vertical-align: middle;
	/* 垂直方向の整列 */
}

.single-voice-section {
	padding: 96px 0 24px;
}

.single-voice-section {
	padding: 112px 0 24px;
}


.single-voice__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.single-voice__gallery {
	width: 45%;
}

.single-voice__textArea {
	width: 45%;
}

.single-voice__textArea {
	width: 100%;
}

.single-voice__head {
	position: relative;
}

.single-voice__head::after {
	background-image: url(../img/voice.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 52px;
	left: -20px;
	position: absolute;
	top: -60px;
	width: 132px;
}

.single-voice__head::after {
	left: 0;
}

.single-voice__head h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	letter-spacing: 0.08em;
}

.single-voice__head h2 {

	font-size: 40px;

}


.single-voice__foot {
	margin-top: 12px;
	padding-top: 12px;
	position: relative;
}

.single-voice__foot {
	display: flex;
	justify-content: end;
}

.single-voice__foot::after {
	background-color: #000;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-voice__name {
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.single-voice__address {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.single-voice__address {
	margin-left: 16px;
}

.single-voice__name p:nth-child(2) {
	margin-left: 16px;
}

.single-voice-customer {
	padding: 60px 0 96px;
}

.single-voice-request__content {
	background-color: #fff;
	border-radius: 32px;
	padding: 60px 40px;
}

.single-voice-request__title {
	display: inline-block;
	padding-right: 80px;
	position: relative;
}

.single-voice-request__title::after {
	background-color: #D8AA4E;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
}

.single-voice-request__title h3 {
	font-size: 32px;
	font-weight: bold;
}

.single-voice-request__head {
	margin-top: 24px;
}

.single-voice-request__head p {
	font-size: 24px;
	font-weight: bold;
}

.single-voice-request__lead {
	margin-top: 24px;
	padding-top: 12px;
	position: relative;
}

.single-voice-request__lead::after {
	background-color: #000;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-voice-request__lead p {
	font-size: 16px;
	line-height: 1.5625;
}

.single-voice-message {
	margin-top: 40px;
}

.single-voice-message__content {
	background-color: #fff;
	border-radius: 32px;
	padding: 60px 40px;
}

.single-voice-message__title {
	display: inline-block;
	padding-right: 80px;
	position: relative;
}

.single-voice-message__title::after {
	background-color: #D8AA4E;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
}

.single-voice-message__title h3 {
	font-size: 32px;
	font-weight: bold;
}

.single-voice-message__head {
	margin-top: 24px;
}

.single-voice-message__head p {
	font-size: 24px;
	font-weight: bold;
}

.single-voice-message__lead {
	margin-top: 24px;
	padding-top: 12px;
	position: relative;
}

.single-voice-message__lead::after {
	background-color: #000;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-voice-message__lead {
	font-size: 16px;
	line-height: 1.5625;
}

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

	a[href^="tel:"] {
		pointer-events: none;
	}

	.u-hidden-pc {
		display: none;
	}

}

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

	.swiper {
		height: 75vh;
	}

	.mySwiper2 {
		height: 400px;
	}

	.mySwiper {
		height: 158px;
	}

	.c-appear__wrapper {
		height: 100%;
	}

	.p-top-about__img {
		margin-right: 0;
	}

	.p-top-about__img::after {
		border-radius: 32px;
		right: -60px;
		width: 100%;
	}

	.p-top-about__img img {
		border-radius: 32px;
	}

	.single-service-introduction__img {
		margin-left: 0;
		width: 50%;
	}

	.single-service-introduction__img img {
		border-radius: 32px;
	}

}

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

	.l-footer__inner {
		padding: 0 20px;
	}

	.l-footer__cta a {
		font-size: 16px;
		padding: 24px 32px;
	}

	.l-footer__number {
		font-size: 32px;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}

	.shokora img {
		width: 120px;
	}

	.mySwiper {
		height: 210px;
	}

	.c-appear__title {
		font-size: 60px;
	}

	.c-breadcrumb {
		padding: 24px 16px;
	}

	.c-breadcrumb__inner {
		justify-content: center;
	}

	.main-visual__text {
		border-radius: 64px 64px 0 0;
		padding: 32px 54px 32px 32px;
	}

	.main-visual__copy {
		font-size: 32px;
	}

	.main-visual__copy--sp {
		font-size: 32px;
	}

	.main-visual__text--sp {
		border-radius: 64px 64px 0 0;
		padding: 32px 54px 32px 32px;
		position: relative;
	}

	.drawer__menu-lists li a {
		font-size: 16px;
	}

	.global-menu {
		padding: 24px;
		padding: 24px 0 24px 24px;
	}

	.global-menu__right {
		display: block;
		margin-left: auto;
	}

	.global-menu__lists li+li {
		margin-left: 32px;
	}

	.global-menu__sns {
		justify-content: flex-end;
		margin-left: auto;
		width: 100%;
	}

	.menu-line {
		margin-left: 16px;
	}

	.p-top-reasons__number {
		height: 54px;
		width: 54px;
	}

	.p-top-flow::after {
		bottom: 10%;
		height: 193px;
		position: absolute;
		right: 0%;
		width: 209px;
	}

	.p-company-message__content::before {
		bottom: 10%;
		height: 193px;
		position: absolute;
		right: 0%;
		width: 209px;
	}



	.p-company-message__head h3 {
		font-size: 32px;
	}

	.p-company-instagram__lists li {
		margin: 0px 30px 24px;
		width: calc(50% - 60px);
	}

	.single-service-introduction__head h2 {
		font-size: 24px;
	}

	.single-service-introduction__head p {
		font-size: 20px;
	}

	.single-service-reasons__content {
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
		width: 100%;
	}

	.single-service-reasons__head {
		font-size: 20px;
	}

	.p-works__lists li {
		margin: 0px 30px 24px;
		width: calc(50% - 60px);
	}

	.p-works__lists li:nth-child(3)::after {
		display: none;
	}

	.p-works__lists li:nth-child(2)::after {
		background: url(../img/shokora02.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		height: 88px;
		position: absolute;
		right: 20px;
		top: -65px;
		width: 63px;
	}

	.u-hidden-pc {
		display: none;
	}

}

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

	.l-header {
		height: 60px;
		top: 10px;
	}

	.l-header__inner {
		padding: 0 20px;
	}

	.l-header__logo {
		width: 60px;
	}

	.l-header__hamburger {
		height: 60px;
		width: 60px;
	}

	.l-header__hamburger::before {
		height: 60px;
		width: 60px;
	}

	.l-header__hamburger span:nth-child(1) {
		top: 25px;
	}

	.l-header__hamburger.active span:nth-child(1) {
		left: 30%;
		top: 30px;
	}

	.l-header__hamburger span:nth-child(2) {
		top: 30px;
	}

	.l-header__hamburger span:nth-child(3) {
		top: 35px;
	}

	.l-header__hamburger.active span:nth-child(3) {
		left: 31%;
		top: 30px;
	}

	.l-footer {
		padding: 72px 0;
	}

	.l-footer__logoArea {
		width: 100%;
	}

	.l-footer__logo {
		margin: 0 auto;
		width: 120px;
	}

	.l-footer__lists {
		display: block;
	}

	.l-footer__address {
		font-size: 14px;
		text-align: center;
	}

	.l-footer__nav {
		margin-top: 40px;
	}

	.l-footer__menu {
		margin-top: 40px;
	}

	.l-footer__contact {
		margin-top: 40px;
	}

	.l-footer__cta a {
		margin: 0 auto;
		max-width: 400px;
		width: 100%;
	}

	.l-footer__tell {
		text-align: center;
	}

	.l-footer__copyright {
		font-size: 10px;
	}

	.inner {
		padding: 0 20px;
	}

	.l-titleArea {
		padding: 96px 0;
	}

	.l-titleArea__inner {
		padding: 0 24px;
	}

	.l-titleArea__title {
		font-size: 40px;
		margin-bottom: 12px;
	}

	.l-titleArea__title--center {
		font-size: 40px;
		margin-bottom: 12px;
	}

	.l-titleArea__subtitle {
		font-size: 18px;
	}

	.section-title p {
		font-size: 24px;
	}

	.section-title--left p {
		font-size: 24px;
	}

	.section-title h2 {
		font-size: 20px;
	}

	.section-title--left h2 {
		font-size: 20px;
	}

	.btn {
		max-width: 100%;
	}

	.btn--brown {
		width: 100%;
	}

	.btn--brown a {
		max-width: 400px;
		padding: 24px 56px;
		width: 100%;
	}

	.btn--white a {
		margin: 0 auto;
		max-width: 400px;
		padding: 24px 56px;
		width: 100%;
	}

	.load-logo {
		width: 50%;
	}

	.swiper {
		border-radius: 32px;
		height: 48vh;
	}

	.shokora img {
		display: none;
	}

	#swiper2 {
		height: 200px;
	}

	.mySwiper2 {
		height: 400px;
	}

	.mySwiper {
		height: 200px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		height: 20px;
		width: 20px;
	}

	.gallery {
		padding-top: 142px;
	}

	.gallery::after {
		background-repeat: repeat-x;
		height: 32%;
		width: 100%;
	}

	.c-appear {
		height: 60vh;
		padding: 0;
	}

	.c-appear::after {
		height: 60%;
	}

	.c-appear__wrapper {
		border-radius: 0px 0px 32px 32px;
		height: 100%;
	}

	.c-appear__img::after {
		border-radius: 0px 0px 32px 32px;
	}

	.c-appear__img img {
		border-radius: 0px 0px 32px 32px;
	}

	.c-appear__title {
		font-size: 40px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.c-appear__title span {
		bottom: 0;
		font-family: "Zen Maru Gothic", serif;
		font-size: 16px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
	}

	.c-breadcrumb {
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 24px 16px;
		text-align: left;
	}

	.c-breadcrumb__inner {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: start;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.c-breadcrumb span {
		flex-shrink: 0;
	}

	.main-visual {
		height: 95vh;
		padding: 20px 16px 20px;
	}

	.main-visual::after {
		height: 60%;
	}

	.main-visual__text {
		border-radius: 32px 32px 0 0;
		padding: 24px 48px 24px 24px;
	}

	.main-visual__copy--sp {
		color: #000;
		display: inline-block;
		font-family: "Zen Maru Gothic", serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		font-weight: bold;
		letter-spacing: 0.08em;
		transition-delay: 1400ms;
		transition-duration: 800ms;
	}

	.main-visual__subcopy--sp {
		display: block;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		letter-spacing: 0.08em;
		line-height: 1.6;
		padding: 0 0 0 24px;
		transition-delay: 1400ms;
		transition-duration: 800ms;
	}

	.main-visual__text--sp {
		background-color: #fff;
		border-radius: 72px 72px 0 0;
		border-radius: 32px 32px 0 0;
		display: inline-block;
		margin-top: -30px;
		padding: 40px 80px 40px 40px;
		padding: 24px 48px 24px 24px;
		position: relative;
		z-index: 10;
	}

	.drawer::after {
		display: none;
	}

	.drawer__content {
		flex-direction: column;
	}

	.drawer__img {
		margin-top: 20px;
		width: 100%;
	}

	.drawer__img::before {
		padding-top: 60%;
	}

	.drawer__right {
		flex: 1;
		margin-top: 40px;
		width: 100%;
	}

	.drawer__menu-lists li+li {
		margin-top: 32px;
	}

	.drawer__sns {
		margin-top: 24px;
	}

	.global-menu {
		margin-top: 24px;
		padding: 0;
	}

	.global-menu__right {
		display: none;
	}

	.p-top-about {
		padding: 96px 0 135px;
	}

	.p-top-about::before {
		background-repeat: repeat-x;
		height: 8%;
		width: 100%;
	}

	.p-top-about__title p {
		font-size: 32px;
	}

	.p-top-about__title h2 {
		font-size: 20px;
	}

	.p-top-about__content {
		flex-direction: column-reverse;
	}

	.p-top-about__textArea {
		margin-top: 48px;
		width: 100%;
	}

	.p-top-about__img {
		margin-right: calc(50% - 50vw);
		width: 100vw;
	}

	.p-top-about__img::before {
		padding-top: 75%;
		/* 4:3 */
	}

	.p-top-about__img::after {
		height: 40%;
	}

	.p-top-about__newlife {
		left: -10px;
		top: -20px;
	}

	.p-top-reasons {
		padding: 96px 0;
	}

	.p-top-reasons::before {
		height: 15%;
	}

	.p-top-reasons::after {
		background-size: contain;
		height: 500px;
		top: 96px;
	}

	.p-top-reasons__lists {
		display: block;
	}

	.p-top-reasons__number {
		left: -10px;
	}

	.p-top-reasons__img::before {
		padding-top: 75%;
		/* 4:3 */
	}

	.p-top-reasons__lists li {
		width: 100%;
	}

	.p-top-reasons__lists li+li {
		margin-left: 0;
		margin-top: 80px;
	}

	.p-top-reasons__btn {
		width: 100%;
	}

	.p-top-voice__top {
		background-image: url(../img/bg-top02-sp.svg);
		height: 22.7vw;
	}

	.p-top-voice__lists {
		display: block;
	}

	.p-top-voice__lists li {
		width: 100%;
	}

	.p-top-voice__new {
		font-size: 14px;
		height: 50px;
		right: -8px;
		top: -15px;
		transform: rotate(10deg);
		width: 50px;
	}

	.p-top-voice__lists li+li {
		margin-left: 0;
		margin-top: 40px;
	}

	.p-top-voice__img::before {
		padding-top: 75%;
	}

	.p-top-voice__genre {
		font-size: 14px;
		padding: 12px;
	}

	.p-top-voice__foot {
		margin-top: 16px;
	}

	.p-top-voice__heading {}

	.p-top-voice__btn02 {
		margin-top: 40px;
	}

	.p-top-flow {
		padding: 60px 0;
	}

	.p-top-flow::before {
		height: 170px;
		top: 30%;
		width: 184px;
	}

	.p-top-flow::after {
		bottom: 5%;
		height: 170px;
		right: -10%;
		width: 184px;
	}

	.p-top-flow__lists {
		overflow-x: scroll;
	}

	.p-top-flow__lists li {
		flex-shrink: 0;
		width: 95%;
	}

	.p-top-flow__lists li+li::before {
		height: 32px;
		width: 32px;
	}

	.p-company-description {
		padding: 60px 0 96px;
	}

	.p-company-description__lists li {
		display: block;
	}

	.p-company-description__heading {
		padding: 16px 0 16px;
		width: 100%;
	}

	.p-company-description__heading::after {
		left: 50%;
		transform: translateX(-50%);
		width: 50%;
	}

	.p-company-description__lead {
		margin-left: 0;
		width: 100%;
	}

	.p-company-description__lead p {
		padding: 16px 0;
		text-align: center;
	}

	.p-company-message {
		padding: 96px 0;
	}

	.p-company-message__content {
		
	}

	.p-company-message__left {
		width: 48%;
	}

	.p-company-message__right {
		width: 48%;
	}

	.p-company-message__content::before {
		bottom: -60px;
		height: 170px;
		right: -10%;
		width: 184px;
	}

	.p-company-message__content::after {
		height: 141px;
	}

	.p-company-message__img {
		width: 100%;
	}

	.p-company-message__img img{
		border-radius: 16px;
	}

	.p-company-message__img::after{
		display: none;
	}

	.p-company-message__textArea {
		width: 100%;
	}

	.p-company-message__head {}

	.p-company-message__head h3 {
		font-size: 20px;
	}

	.p-company-instagram {
		padding: 220px 0 96px;
	}

	.p-company-instagram::after {
		background: url(../img/syokora06.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		height: 204px;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		width: 315px;
	}

	.p-company-instagram__title::after {
		display: none;
	}

	.p-company-instagram__title p {
		font-size: 24px;
		padding-left: 60px;
		padding-right: 70px;
	}

	.p-company-instagram__title p::before {
		height: 50px;
		width: 50px;
	}

	.p-company-instagram__lists {
		display: block;
	}

	.p-company-instagram__content {
		margin-top: 40px;
	}

	.p-company-instagram__lists li {
		margin: 0px 0px 30px;
		width: 100%;
	}

	.p-company-instagram__img::before {
		padding-top: 75%;
	}

	.single-service-introduction {
		padding: 96px 0;
	}

	.single-service-introduction__content {
		display: block;
	}

	.single-service-introduction__img {
		width: 100%;
	}

	.single-service-introduction__textArea {
		margin-top: 24px;
		width: 100%;
	}

	.single-service-introduction__textArea::after {
		bottom: -90px;
		height: 84px;
		right: 0;
		width: 155px;
	}

	.single-service-introduction__head {
		margin-top: 20px;
	}

	.single-service-introduction__head h2 {
		font-size: 24px;
	}

	.single-service-introduction__head p {
		font-size: 16px;
		margin-top: 8px;
	}

	.single-service-introduction__foot {
		margin-top: 24px;
	}

	.single-service-reasons {
		padding: 60px 0;
	}

	.single-service-reasons__lists li {
		flex-direction: column-reverse;
	}

	.single-service-reasons__lists li:nth-child(even) {
		flex-direction: column-reverse;
	}

	.single-service-reasons__textArea {
		margin-top: 20px;
		width: 100%;
	}

	.single-service-reasons__head {
		font-size: 16px;
		text-align: center;
	}

	.single-service-reasons__foot {
		line-height: 1.75;
		margin-top: 16px;
	}

	.single-service-reasons__img {
		width: 100%;
	}

	.single-service-flow {
		padding: 60px 0 196px;
	}

	.p-works__tubs {
		flex-wrap: wrap;
		padding-left: 0;
	}

	.p-works__tubs li {
		color: #fff;
		display: block;
		font-size: 18px;
		font-weight: 700;
		margin-left: 8px;
		margin-right: 8px;
		margin-top: 10px;
		text-decoration: none;
		transition: all 0.3s ease 0s;
	}

	.p-works__tubs a {
		display: block;
		font-size: 14px;
		font-weight: 700;
		padding: 8px 16px;
		text-decoration: none;
		transition: all 0.3s ease 0s;
	}

	.p-works__content {
		margin-top: 40px;
	}

	.p-works__lists {
		display: block;
	}

	.p-works__lists li {
		margin: 0px 0px 30px;
		width: 100%;
	}

	.p-works__lists li:nth-child(2)::after {
		display: none;
	}

	.p-works__lists li:nth-child(1)::after {
		background: url(../img/shokora02.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		height: 88px;
		position: absolute;
		right: 20px;
		top: -65px;
		width: 63px;
	}

	.p-works__new {
		font-size: 14px;
		height: 50px;
		right: -8px;
		top: -15px;
		transform: rotate(10deg);
		width: 50px;
	}

	.p-works__img::before {
		padding-top: 75%;
	}

	.p-works__genre {
		font-size: 12px;
		padding: 12px;
	}

	.p-contact {
		padding: 96px 0 60px;
	}

	.p-contact__inner {
		padding: 0 16px;
	}

	.p-contact__content {
		padding: 40px 16px;
	}

	.p-form__label {
		display: block;
	}

	.p-form__head {
		display: block;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 7px;
	}

	.single-voice__content {
		flex-direction: column-reverse;
	}

	.single-voice__gallery {
		margin-top: 20px;
		width: 100%;
	}

	.single-voice__textArea {
		width: 100%;
	}

	.single-voice__head::after {
		background-size: contain;
		height: 80px;
		left: 0;
		width: 90px;
	}

	.single-voice__head h2 {
		font-size: 18px;
	}

	.single-voice__name {
		font-size: 16px;
	}

	.single-voice__address {
		font-size: 16px;
	}

	.single-voice-customer {
		padding: 30px 0 60px;
	}

	.single-voice-request__content {
		padding: 40px 20px;
		border-radius: 16px;
	}

	.single-voice-request__title h3 {
		font-size: 20px;
	}

	.single-voice-request__head p {
		font-size: 16px;
	}

	.single-voice-message__content {
		padding: 40px 20px;
		border-radius: 16px;
	}

	.single-voice-message__title h3 {
		font-size: 20px;
	}

	.single-voice-message__head p {
		font-size: 16px;
	}

	.u-hidden-pc {
		display: block;
	}

	.u-hidden-sp {
		display: none;
	}

}

@keyframes ChangeImage {

	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	20% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}

}

@keyframes zoomUp {

	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}

}

@keyframes blinkOpacity {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

@keyframes spin {

	to {
		transform: rotate(360deg);
	}

}



.p-top-voice__items li {
	position: relative;
	padding: 40px;
	background-color: #fff;
	border-radius: 32px;
	box-shadow: 0px 0px 15px -8px #777777;
	transition: all 0.3s ease 0s;

}

.p-top-voice__items li+li {
	margin-top: 40px;
}

.p-top-voice__items li:hover {
	opacity: 0.5;
}

.p-top-voice__items a {
	display: block;
	width: 100%;
	height: 100%;
}

.p-top-voice__label {
	display: inline-block;
	border-radius: 32px;
	padding: 8px 16px;
	font-size: 14px;
	background-color: #d8aa4e;
	color: #fff;

}

.p-top-voice__item-title {
	position: relative;
	margin-top: 8px;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 16px;

}

.p-top-voice__item-title::after {
	content: "";
	width: 100%;
	height: 0.5px;
	background: #000;
	bottom: 0;
	left: 0;
	position: absolute;
}

.p-top-voice__item-foot {
	margin-top: 24px;
	display: flex;
}

.p-top-voice__item-foot p {
	font-size: 16px;
	line-height: 1.75;

}

.p-top-voice__item-name {
	display: flex;
}

.p-top-voice__item-address {
	line-height: 1.75;
	margin-left: 24px;
}


@media screen and (max-width: 767px) {
	.p-top-voice__items li {
		padding: 16px;
		border-radius: 16px;
	}

	.p-top-voice__item-title {
		font-size: 16px;

	}



	.p-top-voice__item-foot {
		display: block;
	}

	.p-top-voice__item-address {
		line-height: 1.75;
		margin-left: 0px;
	}




	.single-voice__foot {
		display: block;

	}

	.single-voice__address {
		margin-left: 0px;
	}

}