/* ============================
common
=============================== */
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


:root {
	--white: #F6F6F6;
	--brack: #454040;
	--beju: #EEEBE5;
	--oranji: #F2AE31;
	--bejupink: #C8A879;
	--gray: #A7A3A3;


}

html {
	font-size: 62.5%;
	color: var(--brack);
}

body {
	background: var(--white);
	font-family: "Noto Sans JP", "Manrope", sans-serif;
	font-weight: 400;
	/* 必要に応じて変更 */
	font-optical-sizing: auto;
	font-style: normal;
	color: var(--brack);
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	text-rendering: optimizeLegibility;
}

/* title PC */
.section__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2rem;
}

.section__title--en {
	color: var(--brack);
	font-size: 6.4rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.section__title--ja {
	color: var(--brack);
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.39px;
}

/* title ipad */
@media screen and (max-width: 1024px) {
	.section__title--en {
		font-size: 4rem;
	}

	.section__title--ja {
		font-size: 1.6rem;
		line-height: 20px;
	}

	.section__title {
		gap: 8px;
		line-height: 1.6;
	}
}

/* 仮想ページ大タイトル */
.title__tt {
	display: flex;
	padding: 30px 0 60px;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	/* padding: 20px 0; */
	gap: 1rem;
	margin-top: 120px;
	border-bottom: solid 1px #ccc;
}

.A__english {
	font-size: clamp(4rem, 5vw, 9rem);
	font-weight: 700;
}

.A__japanese {
	font-family: "Noto Sans JP";
	font-size: clamp(1.3rem, 2vw, 1.8rem);
}

@media screen and (max-width: 1024px) {
	.title__tt {
		padding: 30px 0;
	}

}
/* 仮想ページタイトル*/

.about-title__en {
	font-size: 4.8rem;
	font-weight: 700;
}

.about-title__ja {
	font-size: 1.6rem;
}

.about__title {
	width: calc(100% - 800px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}
	.about-title__en {
		font-size: 3.4rem;
	}

	.about-title__ja {
		font-size: 1.3rem;
	}



@media screen and (max-width: 768px) {
	.title__tt {
		margin-top: 80px;
		padding: 20px 0 30px
	}
	
}

/* ============================
mainvisual 
=============================== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px; 
    background-color: rgba(246, 246, 246, 0.7); /* var(--white) を 70% 透過 */
    backdrop-filter: blur(10px); 
    
}

.header__topic {
	font-size: 4.2rem;
	line-height: 100%;
}

.header__btn {
	display: none;
}

.nav {
	display: block;
}

.nav__header {
	display: none;
}

.nav__list {
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.nav__item {
	font-size: 1.4rem;
	cursor: pointer;
}

.nav__list :hover {
	color: var(--gray);
	/* ホバー時の色変化 */
}

.mainVisual {
	max-width: 600px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
}

.mainVisual img {
	border-radius: 12px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: brightness(90%);
	margin: 0 auto;

}

.article__header {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 140px;
	
}

.chach--ja {
	font-size: 2.3rem;
	font-weight: 700;
	/* mix-blend-mode: exclusion; */
	color: var(--brack);
	line-height: 36px;
	position: relative;
}

.chach--en {
	mix-blend-mode: exclusion;
	color: var(--gray);
	font-size: 1.6rem;
}

.chach {
	position: absolute;
	/* right: 0px; */
	/* bottom: 0px; */
	display: flex;
	flex-direction: column;
	gap: 14px;
	z-index: 100;
	/* right: -80px; */
	right: -216px;
	bottom: 40px;
}

.chach::after {
	content: "";
	position: absolute;
	width: 90px;
	height: 79px;
	background-image: url(../images/yellow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: 0.8;
	top: -40px;
	left: -50px;
}




.slider {
	width: 100%;
}

.slider img {
	width: 100%;
}

.article__header {
	/* position: relative; */
	overflow: hidden;
	/* min-height: 100vh;
  padding-bottom: 200px; */
}

.path-line {
	fill: none;
	stroke: var(--bejupink);
	stroke-width: 3;
	stroke-linecap: round;
}

/* Hero要素を前面へ */
.mainVisual,
.slider {
	position: relative;
	z-index: 10;
}

/* Slick Sliderの各スライドに余白を設定 */

.slider .slick-slide {
	padding: 0 30px;
}


.slider .slick-slide img {
	width: 100%;
	height: auto;
	margin-top: 60px;
}

@media screen and (max-width: 1024px) {
	.slider .slick-slide img {
		margin: 60px 0;
	}
	.chach {
		right: -45.9px;
}
.header__topic {
		font-size: 2.6rem;
	}

}
/* ============================
mainvisual  SP
=============================== */
@media screen and (max-width: 768px) {
	.header__btn {
		display: block;
		width: 40px;
		cursor: pointer;
	}
	.slider .slick-slide img {
        margin: 30px 0;
    }


	.nav {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		width: 80%;
		height: 100vh;
		background-color: rgba(244, 241, 239, 0.9);
		padding: 20px;
		box-shadow: -2px 0 5px rgba(244, 241, 239, 0.7);
		z-index: 1000;
		width: 100vw;
	}

	.nav.open {
		display: block;
	}

	.nav__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}

	.nav__btn {
		width: 40px;
		cursor: pointer;
	}

	.nav__list {
		display: flex;
		flex-direction: column;
		gap: 60px;
		justify-content: center;
		padding: 1.5rem;
		margin-top: 60px;
	}

	.nav__item {
		font-size: 1.2rem;
	}

	.nav__topic {
		font-size: 2rem;
	}

	.nav__item {
		position: relative;
		display: inline-block;
		padding-bottom: 0.4rem;
		padding: 0.4rem 0;
	}

	.nav__item::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #44403F36;
	}

	.header__topic {
		font-size: 2rem;
		line-height: 90%;
	}

	.header {
		padding: 14px 13px;
	}

	.mainVisual img {
		width: 70%;
	}

	.chach--ja {
		font-size: 1.6rem;
		line-height: 1.6;
		/* mix-blend-mode: exclusion;  */
	}


	.chach {
		bottom: 0px;
		gap: 9px;
		position: absolute;
		right: 48px;

	}

	.chach::after {
		width: 36px;
		height: 81px;
		top: -38px;
		left: -18px;
	}

	.article__header {
		margin-top: 60px;
	}

	.bg-lineAnim {
		display: none;
	}


}

/* ============================
identity pc
=============================== */

.section--identity {
	position: relative;
	padding: 200px 120px;
	background-color: var(--white);
	/* margin-bottom: 150px; */
}

.bg-line-svg {
	position: absolute;
	width: 100%;
	height: 100%;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

.initial {
	max-width: 1440px;
	margin: auto;
	padding: 60px 50px;
}


.identity__wrapper {
	position: relative;
	z-index: 1;
	max-width: 557px;
	margin: 0 auto;
	padding: 100px 60px;

}

.section--identity::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1000px;
	height: 800px;

	background-image: url('../images/identity__back.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	z-index: 1;
	pointer-events: none;
}

.identity__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(2.4rem, 4vw + 0.5rem, 3.4rem);
	font-weight: 700;
	line-height: 1.6;

}


.identity__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3rem;
	margin-top: 60px;
}
/* 
.identity__text:nth-child(1) {
    transition-delay: 0s; 
}
.identity__text:nth-child(2) {
    transition-delay: 0.8s; 
}
.identity__text:nth-child(3) {
    transition-delay: 1.4s; 
}
.identity__content.is-active .identity__text {
    opacity: 1;
    transform: translateY(0);
}
.identity__text {
	font-size: clamp(13px, 1.2vw, 16px);
	line-height: 1.8;
	max-width: 620px;
	opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
} */

/* ------------------------------------- */
/* identity__title のアニメーション設定 (修正) */
/* ------------------------------------- */

.identity__title {
    opacity: 0;
    transform: translateY(30px);
    /* transition時間を2.5sに維持し、遅延時間を 0.5s に設定 */
    transition: opacity 0.5s ease-out 0.5s, transform 1.5s ease-out 0.5s; 
}

.identity__wrapper.is-active .identity__title {
    opacity: 1;
    transform: translateY(0);
}

/* ------------------------------------- */
/* 既存の .identity__text のCSS修正 (修正) */
/* ------------------------------------- */

/* .identity__text の共通スタイル（変更なし） */
.identity__text {
    font-size: clamp(13px, 1.2vw, 16px);
    line-height: 1.8;
    max-width: 620px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
.identity__wrapper.is-active .identity__content .identity__text {
    opacity: 1;
    transform: translateY(0);
}

.identity__wrapper.is-active .identity__text:nth-child(1) {
    transition-delay: 1.5s; 
}

.identity__wrapper.is-active .identity__text:nth-child(2) {
    transition-delay: 2.5s; 
}

.identity__wrapper.is-active .identity__text:nth-child(3) {
    transition-delay: 3.5s; 
}

.button-all-view {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 330px;
	height: 60px;
	border-radius: 30px;
	padding: 0 15px 0 35px;
	border-radius: 30px;
	background-color: var(--bejupink);
	text-decoration: none;
	font-size: 1.6rem;
	color: var(--white);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease, 
                transform 0.3s ease, 
                box-shadow 0.3s ease;
    
    cursor: pointer;
}
.button-all-view:hover {
    transform: translate(8px, -8px); 
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.12);
}

.button-all-view:active {
    transform: translate(0, 0); 
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    transition-duration: 0.1s;
}

.porks__more {
	display: flex;
	align-items: center;
	gap: 6px;
	width: auto;
	font-size: 14px;
	padding-bottom: 4px;
	text-decoration: none;
	color: inherit;
	justify-content: center;
	/* margin-top: 160px; */
}

/* 右側のアイコン (白い円) */

.button-icon-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: var(--white);
	position: relative;
	margin-left: 20px;
}

/* 矢印（シェブロン >）の挿入 */
.button-icon-circle::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--bejupink);
	border-right: 2px solid var(--bejupink);
	transform: rotate(45deg);
	margin-left: 2px;
	transition: transform 0.3s ease;
}





/* ============================
identity Ipad
=============================== */
@media screen and (max-width: 1024px) {
	.section--identity {
		padding: 80px 30px;
	}


	.section--identity::before {
		width: 100vw;
		height: 86vw;
		transform: translate(-50%, -50%);
		max-width: 100vw;
		max-height: 100vh;
	}

	.identity__wrapper {
		padding: 100px 80px;
	}

	/* 
	.initial {
		padding: 90px 0;
	} */
}


/* ============================
identity SP
=============================== */

@media screen and (max-width: 768px) {
	.section--identity {
		padding: 60px 14px;
	}

	.initial {
		padding: 30px;
	}

	.mainVisual {
		aspect-ratio: auto;
	}

	.identity__content {
		gap: 2rem;
		margin-top: 30px;
	}

	.identity__title {
		font-size: 2rem;
		display: flex;
        justify-content: center;
	}

	.article__header {
		margin-top: 80px;
	}

	.identity__wrapper {
		padding: 12px 12px;
		max-width: 300px;


	}

	.identity__text {
		width: auto;
		font-size: 1.3rem;

	}

	.section--identity::before {
		height: 100%;
		background-size: cover;

	}

	.section--identity::before {
		background-size: contain;
	}

	


}

/* ============================
identity 超小型SP (500px 以下)
=============================== */

@media screen and (max-width: 500px) {
	.section--identity {
		overflow: hidden;
	}

	.section--identity::before {
		display: none;
	}

	.section--identity::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		/* 画面幅 (100vw) より大きくする */
		height: 100%;
		/* 親要素の高さに合わせる */
		transform: translate(-50%, -50%);
		background-image: url('../images/identityback_sp.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		opacity: 1;
		z-index: 0;
		pointer-events: none;
	}

	.initial {
		padding: 0;
	}

	.identity__wrapper {
		padding: 12px 35px;
	}
}

/* ============================
work pc
=============================== */
.section--Works {
	padding: 120px 60px 350px;
	background: var(--beju);
	position: relative;
}

.works-bg-svg {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: calc(100% - 150px);
	z-index: 0;
	pointer-events: none;
}

.section--Works::before {
	content: "";
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 150px;
	background-image: url('../images/uneune.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 10;
}

.works__inner {
	max-width: 1440px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.works__title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 4px;
}

.works__sub {
	margin-bottom: 60px;
	opacity: 0.6;
	font-size: 14px;
}

.works__list {
	display: flex;
	flex-direction: column;
	gap: 160px;
	margin: 160px auto 0;
	max-width: 1000px;
	width: auto;
}

.works__item {
	display: flex;
	gap: clamp(40px, 10vw, 140px);
	/* ... 既存のスタイル ... */
    opacity: 0;
    /* 下から浮き上がらせるために translateY で下に少し移動 */
    transform: translateY(50px); 
    /* アニメーションを滑らかにする */
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* JavaScriptで付与するクラス */
.works__item.is-active {
    opacity: 1;
    /* 元の位置に戻す */
    transform: translateY(0);
}

.works__item.reverse {
	flex-direction: row-reverse;
}

.works__img {
	width: 490px;
	flex-shrink: 0;

}

.works__img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 16px;
}


.works__name {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
}

.works__text {
	font-size: clamp(13px, 1.2vw, 16px);
	margin-bottom: 1.2rem;
	line-height: 3.2rem;
	margin-top: 40px;
}

.works__tag {
	font-size: 1.6rem;
	color: var(--gray);
}

.button-detail {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 1.6rem;
	margin-top: 60px;

	
}

/*  アイコン（黄色の円）の装飾 */

.button-icon {
	display: flex;
	justify-content: center;
	align-items: center;

	/* 円形のサイズと色 */
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #f7b32d;
	position: relative;
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.button-icon:hover {
    /* 現在のサイズから1.1倍（110%）に拡大 */
    transform: scale(1.1);
    
    /* ホバーで色を少し濃くするなどの装飾も可能 */
    /* background-color: #e5a429; */ 
}
/*  矢印（シェブロン >）の挿入 */

.button-icon::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--white);
	border-right: 2px solid var(--white);
	transform: rotate(45deg);
	margin-left: 2px;
}

.porks__more {
	margin-top: 160px;
}

.works__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: auto;
	font-size: 14px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 4px;
	text-decoration: none;
	color: inherit;

}

.section-divider {
	display: flex;
	gap: 0.9rem;
	font-size: 1.6rem;
}

.divider-item:not(:first-child)::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1.5em;
	background-color: var(--brack);
	margin-right: 0.9rem;
	vertical-align: middle;
}

.divider-item {
	color: #555;
}

.section--Works::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-image: url('../images/uneune2.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 10;
}


/* ============================
work ipad
=============================== */
@media screen and (max-width: 1024px) {
	.section--Works {
		padding: 80px 30px;
		margin-top: 120px;
	}

	.works__item {
		flex-direction: column;
		gap: 0;

	}

	.section--Works::before {
		top: -85px;
		height: 86px;

	}

	.section--Works::after {
		height: 86px;
	}

	.works__item.reverse {
		/* flex-direction: row-reverse; */
		flex-direction: column;
	}

	.works__img {
		width: auto;
	}

	.works__list {
		width: auto;
		margin-top: 80px;
		gap: 60px;
	}


	.w__img {
		height: 206px;
	}

	.w__item {

		margin-top: 30px;
	}

	.w__section {
		margin-top: 30px;
	}

	.button-detail {
		margin-top: 30px;
	}

	.works__text {
		margin-top: 30px;
	}

	.works__content {
		margin-top: 40px;
	}

	.porks__more {
		margin: 60px 0 80px;
	}
	.button-detail{
		font-size: 1.3rem;
	}
	 .button-detail {
        margin-top: 30px;
    }
}

/* ============================
work SP
=============================== */
@media screen and (max-width: 767px) {
	.section--Works {
		padding: 60px 14px;
		margin-top: 80px;
	}

	.works__name {
		font-size: 1.8rem;
	}

	.section-divider {
		font-size: 1.3rem;
	}

	.w__item {
		width: auto;
	}

	.works__img {
		width: auto;
	}

	.section--Works::before {
		height: 60px;
		top: -59px;
		width: 100%;

	}

	.works__text {
		line-height: 2.3rem;
		margin-top: 16px;
	}

	.works__tag {
		font-size: 1.3rem;
	}

	.button-detail {
		margin-top: 20px;
	}

	.works__list {

		gap: 60px;
		margin: 80px 0;
	}


	.button-text {
		font-size: 1.3rem;
	}

	.works__inner {
		width: auto;
	}

	.section--Works::after {
		height: 60px;
	}

}

/* ============================
ABOUT PC
=============================== */

.section--about {
	padding: 120px 60px;
	position: relative;
	padding-bottom: calc(120px + 86px);


}

/* .section--about::after {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 186px;
		background-image: url('../images/aboutfrem.png');
		background-size: 100% auto;
		background-position: bottom center;
		background-repeat: no-repeat;
		z-index: 10;
	} */


.about__txt {
	font-size: clamp(13px, 1.2vw, 16px);
	line-height: 30px;
}


.about__btn {
	font-size: 1.8rem;
	margin-left: auto;
	margin-top: 80px;
	border-bottom: solid 0.5px;
	max-width: 269px;
	padding-bottom: 10px;
}

.about__btn a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background-color: currentColor;
	border-radius: 50%;
	margin-left: 60%;
	color: var(--oranji);
}

.about__txtitem {
	
	display: flex;
	margin: 160px auto;
	align-items: center;
	justify-content: center;
	max-width: 1320px;
	width: 100%;
	gap: 30px;
	opacity: 0;
    /* 画面下方向に50px移動させておく */
    transform: translateY(50px); 
    /* 変化（アニメーション）にかける時間と動きの滑らかさを設定 */
    transition: opacity 1.0s ease-out, transform 1.0s ease-out;
}
.about__txtitem.is-active {
    /* 不透明にして見えるようにする */
    opacity: 1;
    /* 元の位置 (移動なし) に戻る */
    transform: translateY(0);
}
.about__img {
	width: 100%;
    aspect-ratio: 587 / 322;
    width: 587px;
    width: 40%;
    height: 60%;

}

.about__img img {
	width: 90%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;

}

.txt__about {
	width: calc(100% - 40% - 9.09%);
}

/* ============================
ABOUT ipad
=============================== */
@media screen and (max-width: 1024px) {
	.section--about {
		padding: 80px 30px;
	}

	.about__txtitem {
		display: flex;
		margin: 80px 0 90px;
		flex-direction: column;
		align-items: start;
	}
}

.txt__about {
	margin-top: 30px;
	width: auto;
}

.about__img {
	width: 100%;
}


/* ============================
ABOUT SP
=============================== */
@media screen and (max-width: 767px) {
	.section--about {
		padding: 60px 14px;
	}

	.about__img {
		width: 100%;
		height: 90%;
	}

	.about__txtitem {
		flex-direction: column;
		align-items: start;
	}

	.about__txtitem {
		gap: 30px;
		margin: 60px 0 40px;
	}

	.txt__about {
		width: auto;
		margin: auto;


	}

	.about__btn {
		margin-top: 60px;

	}

}

/* ============================
CONTACT PC
=============================== */
.section--contact {
	padding: 60px 120px 120px;
	background-color: var(--bejupink);
	position: relative;
}




.contact_m {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	align-self: stretch;
	max-width: 1200px;
	gap: 16.67%;
	justify-content: center;
	margin: 0 auto;
}

.section__title--en__co {
	color: var(--white);
}

.section__title--ja__co {
	color: var(--white);
}

.mail__t img {
	width: 60px;
	height: 60px;
}

.mail__t {
    display: flex;
   padding: 24px 24px;
    align-items: center;
    gap: 14px;
    background-color: rgba(255, 255, 255, 0.5); 
    backdrop-filter: blur(40px); 
    -webkit-backdrop-filter: blur(100px);
    border-radius: 80px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    /* 影の設定 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.mail__t:hover {
    transform: translate(8px, -8px);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25);
}

.mail__t:active {
    transform: translate(0, 0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.1);
    transition-duration: 0.1s;
}

.contact__ttt {
	margin-top: 30px;
	font-size: 1.6rem;
	color: var(--white);
}

.mail {
	font-size: 2.4rem;
	color: var(--bejupink);
	font-weight: 600;
}

.section--contact::after {
	background-image: url(../images/aboutfrem.png);
	width: 100%;
	content: "";
	height: 150px;
	background-size: contain;
	top: -149px;
	left: 0;
	display: block;
	position: absolute;
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* ============================
CONTACt ipad 
=============================== */
@media screen and (max-width: 1024px) {
	.section--contact {
		padding: 30px 30px 60px;
	}

	.contact_m {
		flex-direction: column;

	}

	.mail__t {
		width: auto;
		margin-top: 40px;
	}

	.mail__t img {
		width: 40px;
		height: 40px;
	}
	.mail{
		font-size: 2rem;
	}
}

/* ============================
CONTACt SP
=============================== */
@media screen and (max-width: 540px) {
	.section--contact {
		padding: 30px 14px;
	}

	.contact_m {
		height: auto;
		padding: 30px 20px;
	}

	.mail__t {
		padding: 12px;
		height: auto;
		margin-top: 60px;
		gap: 12px;
	}

	.mail {
		font-size: 1.6rem;
	}

	.mail__t img {
		width: 30px;
		height: 30px;
	}



	.section--contact::after {
		width: 100%;
		content: "";
		height: 80px;
		background-size: contain;
		top: -79px;
		left: 0;
		display: block;
		position: absolute;
		background-position: center bottom;
		background-repeat: no-repeat;

	}
}

/* ============================
footer PC
=============================== */

.site-footer {
	background-color: #f5f5f5;
	padding: 30px 0;
}

.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1320px;
	width: 90%;
	margin: 0 auto;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 40px;
}

.footer-nav a {
	font-size: 1.3rem;
	cursor: pointer;
	font-weight: 600;

}

.footer-nav a:hover {
	color: var(--gray);
}


.footer-copyright {
	font-size: 1.2rem;
	margin: 0;
}


/* ===================================== 
footer sp
===================================== */
@media (max-width: 768px) {
	
	.nav__list.nav__list__footer{
		gap: 24px;
		display: flex;
		flex-direction: row;
    }

	.footer-inner{
		flex-direction: column;
	}
	.footer-copyright{
		margin-top: 40px;
	}
}