/* リセットCSS */

::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}


:root {
	--maincolor: rgb(68, 193, 243);
	--subcolor: rgb(68, 193, 243);
	--colorgrade1: rgba(68, 193, 243, 0.4);
	--colorgrade2: rgba(68, 193, 243, 0.05);
	--colorgrade3: rgba(68, 193, 243, 0);
	--colorgrade4: rgba(68, 193, 243, 0.4);
	--colorgrade5: rgba(68, 193, 243, 0.8);
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	text-align: center;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: "Noto Sans", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FEFEFE;
	font-family: "Zen Kaku Gothic New", serif;
	overflow-x: hidden;
}

.body {
	&.active {
		position: fixed;
		top: -500px;
		overflow: hidden;
		width: calc(100% + 0px);
		margin-right: 0px;
	}
}

main {
	display: block;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

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



abbr[title] {
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	border: none;
}

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}













/*スワイパーバレット */
.swiper-pagination-bullet {
	margin-top: 55px;
	background: var(--maincolor);
	width: 15px;
	height: 15px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 7px;
	transform: translateY(18px);
}





/*ヘッダーTOPのオパシティ */
.opening {
	background-color: #F4F2F0;
	background-size: 100vh;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	opacity: 0.5;
	z-index: 1000;
	animation: 5s opacity forwards;
	overflow-y: hidden;

	p {
		line-height: 100vh;
		font-size: 28px;
		text-align: center;
		color: #333333;
		-webkit-text-stroke: 1.5px #333333;
		font-family: "Bellota Text", sans-serif;
		animation: 3s opa forwards;
	}

	&.already-shown {
		display: none;

		&+.top-header {
			.top-joyful {
				h2 {
					opacity: 1;
					animation: none;
				}
			}

			.top-joyful-scroll {
				animation: none;
				opacity: 1;

			}

			.top-let-work {
				animation: none;
				opacity: 1;
			}
		}
	}
}

.body {
	overflow-y: hidden;
}


.hidden {
	display: none;
}



/*ヘッダーロゴ */
.top-title-header {
	display: flex;
	margin-top: 10px;

	img {
		width: 48px;
		height: 43px;
		object-fit: cover;
	}

	div {
		margin-left: 10px;
		margin-top: -5px;


		h1 {
			font-size: 24px;
			font-family: 'Inter';
			display: flex;
			flex-direction: column;
			line-height: 20px;
			margin-top: 3px;

			span {
				text-align: center;
				font-size: 14px;
				font-family: 'Inter';
			}

			img {
				width: 68px;
				height: 25px;
			}
		}
	}
}


/*トップヘッダー */

.top-header {
	height: 100vh;
	background-image: url(../image/Component\ 91.png);
	background-color: #333333;
	background-position: 0px, 0px;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;

	&:before {
		position: absolute;
		content: "";
		right: 76px;
		bottom: 50vh;
		width: 250px;
		height: 50vh;
		min-width: 100px;
		transform: skewX(24deg);
		background: linear-gradient(to top,
				var(--colorgrade1)0%,
				var(--colorgrade2)20%,
				var(--colorgrade3)100%);
		z-index: 0;
	}

	&:after {
		position: absolute;
		content: "";
		right: 76px;
		bottom: 0px;
		width: 250px;
		height: 49.99vh;
		min-width: 100px;
		transform: skewX(-24deg);
		background: linear-gradient(var(--colorgrade4), var(--colorgrade5));
		z-index: 0;
	}

	section {
		display: flex;
		justify-content: space-between;
		max-width: 90%;
		margin: 0 auto;


	}
}

.top-joyful-scroll {
	position: relative;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
	width: 100%;
	margin: 0 auto;
	margin-top: 41vh;
	transform: translateX(-75px);
	text-align: right;
	z-index: 1;
	text-decoration: none;
	outline: none;
	animation: 11s scroll forwards;

	&::before {
		position: absolute;
		content: "";
		top: 35px;
		right: 33px;
		width: 1px;
		height: 100px;
		background: white;
		animation: arrowlong01 1.5s ease infinite;
	}
}



/* キーフレーム オパシティ*/

@keyframes opacity {
	0% {

		opacity: 0.5;
	}

	40% {

		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		pointer-events: none;
	}
}


/* キーフレーム オパシティ文字*/

@keyframes opa {
	0% {

		opacity: 0;
	}

	20% {

		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



/* キーフレーム ボタン*/

@keyframes arrowlong01 {
	0% {
		height: 0;
		opacity: 0;
	}

	20% {
		height: 0;
		opacity: 1;
	}

	80% {
		height: 100px;
		opacity: 1;
	}

	100% {
		height: 100px;
		opacity: 0;
	}
}


/* キーフレーム ビジネス*/
@keyframes lilili {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*キーフレーム　メニュー*/
@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*キーフレーム アコーディオン*/
@keyframes acc {
	0% {
		opacity: 0;
	}

	100% {

		opacity: 1;
	}
}

/*キーフレーム ロゴ*/
@keyframes joyful {
	0% {
		opacity: 0;
		z-index: 100;
	}

	50% {
		opacity: 0;
	}

	100% {
		z-index: 100;
		opacity: 1;
	}
}

/*キーフレーム ロゴ*/
@keyframes work {
	0% {
		opacity: 0;
		z-index: 100;
	}

	50% {
		opacity: 0;
	}

	100% {
		z-index: 100;
		opacity: 1;
	}
}

/*キーフレーム タイトル*/
@keyframes title {
	0% {
		opacity: 0;
		z-index: 100;
	}

	50% {
		opacity: 0;
	}

	100% {
		z-index: 100;
		opacity: 1;
	}
}


/*キーフレーム スクロール*/
@keyframes scroll {
	0% {
		opacity: 0;
		z-index: 100;
	}

	50% {
		opacity: 0;
	}

	100% {
		z-index: 100;
		opacity: 1;
	}
}




.top-joyful {
	margin: 0 auto;
	margin-top: 114px;
	margin-left: 35px;
	width: 100%;
	max-width: 375px;

	h2 {
		text-align: left;
		font-family: "Bellota Text", serif;
		font-weight: bold;
		font-style: italic;
		font-size: 56px;
		color: #FFFFFF;
		-webkit-text-stroke: 3px #ffffff;
		letter-spacing: 4px;
		margin: 0;
		margin-left: 0px;
		margin-bottom: 0%;
		z-index: 100;
		position: relative;
		animation: 9s joyful forwards;
		opacity: 0;

		&:before {
			position: absolute;
			left: -20px;
			top: -5px;
			width: 100%;
			height: 100%;
			content: "Joyful";
			font-family: "Luxurious Script", serif;
			font-weight: 500;
			font-size: 130px;
			-webkit-text-stroke: 1.5px rgb(255, 255, 255);
			opacity: 0.3;
			letter-spacing: 10px;

		}

		span {
			font-size: 64px;
		}

		&:nth-of-type(2) {
			margin-left: 55px;
			margin-top: -10px;


		}
	}
}

.top-let-work {
	font-weight: 500;
	color: #FFFFFF;
	background-color: var(--maincolor);
	width: 255px;
	height: 26px;
	line-height: 26px;
	position: relative;
	margin-top: 26px;
	z-index: 1;
	animation: 10s work forwards;

	&::before {
		position: absolute;
		top: -24px;
		left: 255px;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 0 0 39px;
		border-color: transparent transparent transparent var(--maincolor);

	}
}


/*事業内容ヘッダー*/

.header-business {
	background-image: url(../image/4730009_m2.png);
	height: 100vh;
	background-color: #333333;
	background-size: cover;
	background-repeat: no-repeat;

	section {
		display: flex;
		justify-content: space-between;
		max-width: 90%;
		margin: 0 auto;
	}

	.title {
		margin-top: 300px;
		position: relative;
		max-width: 100%;

		&::before {
			position: absolute;
			content: "";
			left: 0px;
			bottom: -10vh;
			background: linear-gradient(to bottom left, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, -35deg);
			opacity: 0.8;

		}

		&::after {
			position: absolute;
			content: "";
			left: 50%;
			bottom: -10vh;
			background: linear-gradient(to bottom right, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, 35deg);
			opacity: 0.8;
			border-bottom: transparent;

		}





		p {
			letter-spacing: 1px;
			font-family: "Bellota Text", sans-serif;
			font-size: 16px;
			text-align: center;
			text-align: left;
			margin-left: 5%;
			transform: translateY(25px);
			font-weight: bold;
			color: #FFFFFF;
			animation: 3.5s scroll forwards;

			&::before {
				position: absolute;
				content: "";
				border-left: 1px solid #FFFFFF;
				left: 30px;
				top: 30px;
				width: 80px;
				height: 10px;
				z-index: 200;
				animation: arrowlong01 1.5s ease infinite;
			}
		}

		h2 {
			font-weight: bold;
			font-size: 32px;
			color: #FFFFFF;
			-webkit-text-stroke: 0.1px #ffffff;
			position: relative;
			z-index: 100;
			transform: translateY(-65px);
			animation: 2s title forwards;
		}
	}
}

/*会社概要ヘッダー*/
.header-company {
	background-image: url(../image/2148581_m.jpg);
	height: 100vh;
	background-color: #333333;
	background-size: cover;
	background-repeat: no-repeat;

	section {
		display: flex;
		justify-content: space-between;
		max-width: 90%;
		margin: 0 auto;
	}

	.title {
		margin-top: 300px;
		position: relative;
		max-width: 100%;

		&::before {
			position: absolute;
			content: "";
			left: 0px;
			bottom: -10vh;
			background: linear-gradient(to bottom left, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, -35deg);
			opacity: 0.8;

		}

		&::after {
			position: absolute;
			content: "";
			left: 50%;
			bottom: -10vh;
			background: linear-gradient(to bottom right, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, 35deg);
			opacity: 0.8;
			border-bottom: transparent;

		}





		p {
			letter-spacing: 1px;
			font-family: "Bellota Text", sans-serif;
			font-size: 16px;
			text-align: center;
			text-align: left;
			margin-left: 5%;
			transform: translateY(25px);
			font-weight: bold;
			color: #FFFFFF;
			animation: 3.5s scroll forwards;

			&::before {
				position: absolute;
				content: "";
				border-left: 1px solid #FFFFFF;
				left: 30px;
				top: 30px;
				width: 80px;
				height: 10px;
				z-index: 200;
				animation: arrowlong01 1.5s ease infinite;
			}
		}

		h2 {
			font-weight: bold;
			font-size: 32px;
			color: #FFFFFF;
			-webkit-text-stroke: 0.1px #ffffff;
			position: relative;
			z-index: 100;
			transform: translateY(-65px);
			animation: 2s title forwards;
		}
	}
}


/*問い合わせフォームヘッダー*/
.header-inquery-form {
	background-image: url(../image/23583580_m.jpg);
	height: 100vh;
	background-color: #333333;
	background-size: cover;
	background-repeat: no-repeat;

	section {
		display: flex;
		justify-content: space-between;
		max-width: 90%;
		margin: 0 auto;
	}

	.title {
		margin-top: 300px;
		position: relative;
		max-width: 100%;

		&::before {
			position: absolute;
			content: "";
			left: 0px;
			bottom: -10vh;
			background: linear-gradient(to bottom left, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, -35deg);
			opacity: 0.8;

		}

		&::after {
			position: absolute;
			content: "";
			left: 50%;
			bottom: -10vh;
			background: linear-gradient(to bottom right, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, 35deg);
			opacity: 0.8;
			border-bottom: transparent;

		}





		p {
			letter-spacing: 1px;
			font-family: "Bellota Text", sans-serif;
			font-size: 16px;
			text-align: center;
			text-align: left;
			margin-left: 5%;
			transform: translateY(25px);
			font-weight: bold;
			color: #FFFFFF;
			animation: 3.5s scroll forwards;

			&::before {
				position: absolute;
				content: "";
				border-left: 1px solid #FFFFFF;
				left: 30px;
				top: 30px;
				width: 80px;
				height: 10px;
				z-index: 200;
				animation: arrowlong01 1.5s ease infinite;
			}
		}

		h2 {
			font-weight: bold;
			font-size: 32px;
			color: #FFFFFF;
			-webkit-text-stroke: 0.1px #ffffff;
			position: relative;
			z-index: 100;
			transform: translateY(-65px);
			animation: 2s title forwards;
		}
	}
}



/*お知らせヘッダー*/
.header-news {
	background-image: url(../image/27558750_m.jpg);
	height: 100vh;
	background-color: #333333;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;

	section {
		display: flex;
		justify-content: space-between;
		max-width: 90%;
		margin: 0 auto;
	}

	.title {
		margin-top: 300px;
		position: relative;
		max-width: 100%;

		&::before {
			position: absolute;
			content: "";
			left: 0px;
			bottom: -10vh;
			background: linear-gradient(to bottom left, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, -35deg);
			opacity: 0.8;

		}

		&::after {
			position: absolute;
			content: "";
			left: 50%;
			bottom: -10vh;
			background: linear-gradient(to bottom right, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, 35deg);
			opacity: 0.8;
			border-bottom: transparent;

		}





		p {
			letter-spacing: 1px;
			font-family: "Bellota Text", sans-serif;
			font-size: 16px;
			text-align: center;
			text-align: left;
			margin-left: 5%;
			transform: translateY(25px);
			font-weight: bold;
			color: #FFFFFF;
			animation: 3.5s scroll forwards;

			&::before {
				position: absolute;
				content: "";
				border-left: 1px solid #FFFFFF;
				left: 30px;
				top: 30px;
				width: 80px;
				height: 10px;
				z-index: 200;
				animation: arrowlong01 1.5s ease infinite;
			}
		}

		h2 {
			font-weight: bold;
			font-size: 32px;
			color: #FFFFFF;
			-webkit-text-stroke: 0.1px #ffffff;
			position: relative;
			z-index: 100;
			transform: translateY(-65px);
			animation: 2s title forwards;
		}
	}
}



/*送信完了ヘッダー */
.header-sent {
	background-image: url(../image/7558750_m.jpg);
	height: 100vh;
	background-color: #333333;
	background-size: cover;
	background-repeat: no-repeat;

	section {
		display: flex;
		justify-content: space-between;
		max-width: 90%;
		margin: 0 auto;
	}

	.title {
		margin-top: 300px;
		position: relative;
		max-width: 100%;

		&::before {
			position: absolute;
			content: "";
			left: 0px;
			bottom: -10vh;
			background: linear-gradient(to bottom left, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, -35deg);
			opacity: 0.8;

		}

		&::after {
			position: absolute;
			content: "";
			left: 50%;
			bottom: -10vh;
			background: linear-gradient(to bottom right, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, 35deg);
			opacity: 0.8;
			border-bottom: transparent;

		}





		p {
			letter-spacing: 1px;
			font-family: "Bellota Text", sans-serif;
			font-size: 16px;
			text-align: center;
			text-align: left;
			margin-left: 5%;
			transform: translateY(25px);
			font-weight: bold;
			color: #FFFFFF;
			animation: 3.5s scroll forwards;

			&::before {
				position: absolute;
				content: "";
				border-left: 1px solid #FFFFFF;
				left: 30px;
				top: 30px;
				width: 80px;
				height: 10px;
				z-index: 200;
				animation: arrowlong01 1.5s ease infinite;
			}
		}

		h2 {
			font-weight: bold;
			font-size: 32px;
			color: #FFFFFF;
			-webkit-text-stroke: 0.1px #ffffff;
			position: relative;
			z-index: 100;
			transform: translateY(-65px);
			animation: 2s title forwards;
		}
	}
}



/*トピックヘッダー */
.header-topic {
	background-image: url(../image/7558750_m.jpg);
	height: 100vh;
	background-color: #333333;
	background-size: cover;
	background-repeat: no-repeat;

	section {
		display: flex;
		justify-content: space-between;
		max-width: 90%;
		margin: 0 auto;
	}

	.title {
		margin-top: 300px;
		position: relative;
		max-width: 100%;

		&::before {
			position: absolute;
			content: "";
			left: 0px;
			bottom: -10vh;
			background: linear-gradient(to bottom left, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, -35deg);
			opacity: 0.8;

		}

		&::after {
			position: absolute;
			content: "";
			left: 50%;
			bottom: -10vh;
			background: linear-gradient(to bottom right, var(--colorgrade3) 0%, var(--colorgrade5) 25%, var(--maincolor) 100%);
			width: 50%;
			height: 30vh;
			transform: skew(0deg, 35deg);
			opacity: 0.8;
			border-bottom: transparent;

		}





		p {
			letter-spacing: 1px;
			font-family: "Bellota Text", sans-serif;
			font-size: 16px;
			text-align: center;
			text-align: left;
			margin-left: 5%;
			transform: translateY(25px);
			font-weight: bold;
			color: #FFFFFF;
			animation: 3.5s scroll forwards;


			&::before {
				position: absolute;
				content: "";
				border-left: 1px solid #FFFFFF;
				left: 30px;
				top: 30px;
				width: 80px;
				height: 10px;
				z-index: 200;
				animation: arrowlong01 1.5s ease infinite;
			}
		}

		h2 {
			font-weight: bold;
			font-size: 32px;
			color: #FFFFFF;
			-webkit-text-stroke: 0.1px #ffffff;
			position: relative;
			z-index: 100;
			transform: translateY(-65px);
			animation: 2s title forwards;
		}
	}
}





/*ヘッダートップコンポーネント*/
.top-title-header {
	display: flex;
	margin-top: 8px;

	img {
		width: 48px;
		height: 43px;
		object-fit: cover;
	}

	div {
		margin-left: 10px;
		margin-top: -5px;

		span {
			font-size: 14px;
			font-weight: bold;
		}

		h1 {
			font-weight: 900;
			font-size: 24px;
		}
	}
}





/*ヘッダートップコンポーネント２　メニュー*/
.menu {
	display: flex;
	justify-content: space-around;
	border: 1px solid var(--maincolor);
	background-color: rgb(255, 255, 255, 0.6);
	width: 120px;
	height: 40px;
	align-items: center;
	margin-top: 10px;

	button {
		display: flex;
		justify-content: center;
		margin: 0 auto;
		width: 100%;

		p {
			font-size: 16px;
			color: var(--maincolor);
			font-weight: 500;
			font-family: "Bellota Text", sans-serif;
			letter-spacing: 0.9px;
			margin-right: 10px;
		}

		.border {
			margin-top: 18px;

			div {
				padding-top: 10px;
				width: 40px;
				height: 1px;
				border-top: 1px solid var(--maincolor);


			}
		}
	}
}

/*ヘッダートップコンポーネント２　メニューボタン*/

.menu {
	display: flex;
	justify-content: space-around;
	border: 1px solid var(--maincolor);
	background-color: rgb(255, 255, 255, 0.6);
	width: 120px;
	height: 40px;
	align-items: center;
	margin-top: 10px;
	position: fixed;
	top: 0px;
	right: 20px;
	z-index: 300;

	p {
		font-size: 16px;
		color: var(--maincolor);
		font-weight: 500;
		font-family: "Bellota Text", sans-serif;
		letter-spacing: 0.9px;
		transition: 1s;
	}

	.button-menu {
		display: block;
		animation: fadein 2s forwards;

		&.active {
			display: none;
			opacity: 0;

		}
	}

	.button-close {
		display: none;
		opacity: 0;

		&.active {
			display: block;
			text-align: right;
			animation: fadein 2s forwards;
		}
	}

	.border {
		margin-top: 12px;

		div {
			padding-top: 10px;
			width: 40px;
			height: 1px;
			border-top: 1px solid var(--maincolor);
			transition: 0.5s;

			&:nth-of-type(1) {
				padding-top: 10px;

				&.active {
					transform: rotate(20deg) translate(0px, 6px);
				}
			}

			&:nth-of-type(2) {

				&.active {
					transform: rotate(-20deg) translate(3px, -6px);
				}
			}

		}

	}
}








/*フッター */
.footer-green {
	background-color: var(--maincolor);
	color: #FFFFFF;
	padding-bottom: 80px;

	.footer-max {
		max-width: 1080px;


		.footer-img {

			img {
				margin-bottom: 35px;
				margin-left: 130px;
				width: 185px;
				height: auto;
				object-fit: cover;
			}
		}

		ul {
			font-weight: bold;
			padding-top: 80px;
			width: 275px;
			margin: 0 auto;
			position: relative;

			&::before {
				position: absolute;
				content: "";
				bottom: 0px;
				left: 0px;
				width: 275px;
				height: 2px;
				border-bottom: 1px solid #FFFFFF;
			}

			li {
				text-align: center;
				font-size: 20px;

				a {
					display: inline-block;
					margin: 0;
					padding-bottom: 40px;
					text-align: left;
				}

			}

			div {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				margin-left: 0px;

				&:nth-of-type(2) {
					li {
						&:nth-of-type(1) {
							margin-left: 20px;
						}
					}
				}
			}
		}

		.footer-address {
			width: 90%;
			margin: 0 auto;
			margin-top: 50px;
			position: relative;
			max-width: 350px;

			&::before {
				position: absolute;
				content: "";
				bottom: -148px;
				left: 28px;
				width: 275px;
				height: 2px;
				border-bottom: 1px solid #FFFFFF;
			}


			.footer-address-div {
				display: flex;
				justify-content: flex-start;

				margin: 0 auto;

				dt {
					margin: 0;
					font-size: 16px;

					text-align: left;
				}

				dd {
					font-size: 14px;
					-webkit-text-stroke: 0px #ffffff;
					font-family: "Zen Kaku Gothic New", serif;
					font-weight: 300;
					text-align: left;
				}
			}

			.footer-address-div2 {
				display: flex;
				justify-content: flex-start;
				max-width: 350px;
				margin: 0 auto;
				margin-top: 20px;
				margin-bottom: 20px;

				dt {
					font-size: 16px;
					text-align: left;
					line-height: 30px;
				}

				dd {
					font-family: "Bellota Text", sans-serif;
					padding-left: 10px;
					font-size: 28px;
					font-weight: bold;
					-webkit-text-stroke: 1px #ffffff;
					letter-spacing: 2px;
				}
			}
		}
	}
}

.footer-cream {
	background-color: #F4F2F0;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	padding-top: 10px;

	img {
		width: 52px;
		height: 47px;
		object-fit: cover;
		justify-content: space-around;

	}

	.footer-cream-left {
		display: flex;

		img {
			margin-top: 10px;
			margin-right: 10px;
		}

		div {
			padding-top: 0px;
			padding-bottom: 15px;

			h3 {
				font-size: 28px;
				font-weight: bold;
				font-family: "Inter";
				line-height: 20px;

				span {
					font-size: 14px;
					font-family: "Inter";
					margin: 0;
				}

				img {
					width: 68px;
					height: 25px;
					margin-top: 0px;
					margin-right: 0px;
				}
			}
		}
	}

	small {
		font-size: 8px;
		margin-right: 0px;
		margin-bottom: 5px;

		span {
			font-weight: bold;
		}
	}
}






/*ハンバーガーメニュー*/

.hamburger-menu {
	display: block;
	background-color: #F4F2F0;
	opacity: 0;
	position: fixed;
	top: 0%;
	width: 100%;
	height: 100vh;
	z-index: -100;
	transition: 0.7s;
	scroll-behavior: smooth;

	&.active {
		display: block;
		position: fixed;
		top: 0%;
		z-index: 200;
		opacity: 0.9;
		animation: 0.7s ease-in-out;
		overflow-y: hidden;

		+body {
			overflow-y: hidden;
		}
	}

	.hamburger-menu-border {
		border: 2px solid var(--maincolor);
		width: 90%;
		height: 90%;
		margin: 0 auto;
		margin-top: 55px;

		.hamburger-menu-content {
			min-height: 50px;
			width: 85%;
			height: 90%;
			max-width: 500px;
			margin: 0 auto;
			border: 2px solid var(--maincolor);
			display: inline-block;
			margin-top: 8%;


			a {
				display: flex;
				flex-direction: column;
				font-size: 20px;
				width: 220px;
				line-height: 25px;
				margin: 0 auto;
				font-family: "Bellota Text", sans-serif;
				border-bottom: 2px solid var(--maincolor);
				margin-top: 7vh;
				font-weight: bold;

				span {
					font-size: 14px;
					font-weight: 500;
				}



			}
		}
	}
}










/*メインページ */

main {

	/*ボタン */
	.top-button {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		margin-top: 50px;
		position: relative;

		a {
			background-color: var(--maincolor);
			width: 235px;
			height: 47px;
			color: #FFFFFF;
			text-align: center;
			transition: 0.5s;
			display: flex;
			justify-content: space-evenly;
			border: 1px solid #FFFFFF;
			margin-top: 1.5px;
			margin-right: 2.8px;

			p {
				font-size: 16px;
				text-align: center;
				margin: 0 auto;
				width: 110px;
				line-height: 45px;
			}

			div {
				width: 70px;
				height: 43.5px;
				background-color: #FFFFFF;
				position: relative;
				margin-top: 1px;
				margin-left: 1px;

				&:before {
					position: absolute;
					content: "";
					top: 0px;
					left: 69.5px;
					width: 14px;
					height: 43.5px;
					clip-path: polygon(0 0, 0% 100%, 100% 50%);
					background-color: #FFFFFF;
				}

				img {
					width: 25px !important;
					height: 16px !important;
					margin: 0 auto;
					margin-top: 13px;
					margin-left: 5%;

				}

			}



		}

		.wpcf7-spinne,
		.wpcf7-form-control {
			display: none;
		}
	}


	.top-button-back {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		margin-top: 50px;
		position: relative;

		a {
			background-color: var(--maincolor);
			width: 230px;
			height: 47px;
			color: #FFFFFF;
			transition: 0.5s;
			padding-right: 5px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			border: 1px solid #FFFFFF;
			margin-top: 1.5px;

			p {
				font-size: 16px;
				text-align: center;
				margin: 0 auto;
				width: 140px;
				line-height: 45px;
			}

			div {
				width: 70px;
				height: 42px;
				background-color: #FFFFFF;
				margin-top: -0.3px;
				position: relative;
				margin-right: -3px;

				&:before {
					position: absolute;
					content: "";
					top: 0px;
					left: -12.9px;
					width: 13px;
					height: 42.5px;
					clip-path: polygon(0 50%, 100% 100%, 100% 0);
					background-color: #FFFFFF;
				}

				img {
					width: 25px;
					height: 16px;
					margin: 0 auto;
					margin-top: 14px;
					object-fit: cover;
					transform: rotate(180deg);
				}

			}
		}

	}


	/*タイトル */
	.top-title {
		width: 250px;
		height: 46px;
		margin: 0 auto;
		background-color: var(--subcolor);
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
		line-height: 45px;
		margin-bottom: 35px;
		transform: translateX(-25px);
		position: relative;

		&::before {
			position: absolute;
			content: "";
			width: 40px;
			height: 23px;
			top: 0px;
			left: 250px;
			background-color: var(--subcolor);
			clip-path: polygon(0 0, 0% 100%, 100% 0%);
		}

		&::after {
			position: absolute;
			content: "";
			width: 40px;
			height: 23px;
			top: 23px;
			left: 250px;
			background-color: var(--subcolor);
			clip-path: polygon(0 0, 0% 100%, 100% 100%);
		}
	}


	/*最初の文言 */


	.top-mission {
		background-color: #F4F2F0;
		padding-top: 110px;
		padding-bottom: 20px;


		.top-mission-div {
			margin: 0 auto;
			max-width: 350px;

			div {

				&:nth-of-type(1) {
					margin: 0 auto;
					position: relative;
					opacity: 0;

					&.active {
						opacity: 1;
						transition: 1s;
					}

					&:before {
						position: absolute;
						content: "JOYFUL";
						font-size: 82px;
						color: rgb(51, 51, 51);
						-webkit-text-stroke: 8px rgb(51, 51, 51);
						letter-spacing: 6px;
						opacity: 0.05;
						left: -15px;
						top: -40px;
						background-repeat: no-repeat;
					}

					h3 {
						line-height: 35px;
						text-align: left;
						font-size: 28px;
						color: var(--maincolor);
						-webkit-text-stroke: 1.5px var(--maincolor);
						margin: 0;
						font-family: "Bellota Text", sans-serif;
						font-optical-sizing: auto;
						font-weight: 700;
						font-style: normal;

						span {
							color: rgb(51, 51, 51);
							-webkit-text-stroke: 1.5px rgb(51, 51, 51);
						}
					}
				}

				&:nth-of-type(2),
				&:nth-of-type(3) {
					margin-top: 0px;
					opacity: 0;

					&.active {
						opacity: 1;
						transition: 1s;
					}

					p {
						font-weight: 500;
						font-size: 16px;
						line-height: 24px;
						text-align: left;
						width: 285px;
						margin: 0 auto;
						margin-left: 0%;
						margin-top: 40px;
						letter-spacing: 1px;
					}
				}
			}
		}

		.top-button-illust {
			display: flex;
			align-items: center;
			max-width: 350px;
			margin: 0 auto;
			opacity: 0;

			&.active {
				opacity: 1;
				transition: 1.5s;
			}

			.top-people {
				width: 134px;
				height: 139px;
				object-fit: cover;
			}
		}

	}


	/*トップお知らせ */
	.top-information {
		position: relative;
		background-color: #FFFFFF;
		padding-top: 50px;
		padding-bottom: 115px;

		&::before {
			position: absolute;
			content: "";
			right: 102px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-24deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;
		}

		.top-info-content {
			opacity: 0;

			&.active {
				opacity: 1;
				transition: 1s;
			}

			dl {
				width: 310px;
				margin: 0 auto;
				border-bottom: 0.5px solid #333333;
				text-align: left;

				&:nth-of-type(1) {
					border-top: 0.5px solid #333333;
				}

				dt {
					margin-top: 17px;
					font-size: 16px;
					font-family: "Bellota Text", sans-serif;
				}

				dd {
					margin-top: 3px;
					font-size: 16px;
					margin-bottom: 14px;
					width: 280px;
				}
			}
		}
	}



	/*トップ事業内容 */


	.top-business {
		background-color: #F4F2F0;
		padding-bottom: 150px;
		position: relative;

		&::before {
			position: absolute;
			content: "";
			right: 44px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-6deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;
		}

		.top-business-content {


			.top-type-a,
			.top-visit-nurse,
			.top-visit-massage {
				padding-top: 35px;
				margin: 0 auto;
				padding-bottom: 45px;

				div {
					width: 310px;
					margin: 0 auto;
					line-height: 35px;

					.top-business-wrapper {
						opacity: 0;
						transition: 0.8s;
						animation: lilili 3s;

						&.active {
							opacity: 1;
						}


					}

					.top-business-square {
						position: relative;
						z-index: 0;

						&::before {
							position: absolute;
							content: "";
							top: 20px;
							left: 15px;
							background-color: var(--subcolor);
							width: 250px;
							height: 150px;
						}
					}

					img {
						width: 250px;
						height: 150px;
						object-fit: cover;
						margin-bottom: 45px;
						margin-right: -30px;
						position: relative;
						opacity: 0;
						transition: 0.8s;

						&.active {
							opacity: 1;
						}
					}



					h3 {
						font-size: 32px;
						color: var(--maincolor);
						text-align: left;
						font-weight: 700;
						font-family: "Bellota Text", sans-serif;
						display: flex;
						flex-direction: column;

						span {
							color: #333333;
							font-weight: 300;
							font-size: 27px;
						}
					}
				}

				p {
					font-size: 16px;
					line-height: 22px;
					text-align: left;
					letter-spacing: 1px;
					font-weight: bold;
				}
			}

			.top-type-a {
				padding-top: 50px;
			}

			.top-visit-nurse,
			.top-visit-massage {
				padding-top: 50px;
			}

			.top-visit-nurse {
				background-color: #FFFFFF;

				div {
					img {
						margin-right: 70px;

					}



				}
			}
		}
	}

	/*アクセス */
	.top-access {
		padding-top: 50px;
		position: relative;
		padding-bottom: 100px;

		&::before {
			position: absolute;
			content: "";
			right: 44px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-6deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;
		}

		.top-access-wrapper {
			width: 310px;
			margin: 0 auto;

			.top-access-content {

				dl {
					position: relative;

					&::before {
						position: absolute;
						top: 3px;
						left: 2px;
						width: 130px;
						height: 40px;
						content: "";
						border: 1px solid #FFFFFF;
					}

					dt {
						font-size: 18px;
						background-color: var(--maincolor);
						width: 135px;
						height: 45px;
						color: #FFFFFF;
						line-height: 45px;
					}

					dd {
						text-align: left;
						margin: 0;
						font-size: 16px;

						&:nth-of-type(1) {
							width: 315px;

							padding-top: 10px;
						}

						&:nth-of-type(2) {
							padding-bottom: 10px;
						}

						span {
							font-size: 18px;
							font-weight: bold;
						}
					}

					&:nth-of-type(3) {
						dd {
							padding-top: 25px;
							padding-bottom: 25px;
							font-size: 20px;
							color: #FFFFFF;
							-webkit-text-stroke: 4px var(--maincolor);
							paint-order: stroke;
						}
					}

					&:nth-of-type(4) {
						dd {
							font-size: 20px;
							font-weight: bold;
							-webkit-text-stroke: 1.5px #333333;

							span {
								font-size: 14px;
								font-weight: 300;
								-webkit-text-stroke: 0px #333333;
							}
						}
					}

					div {
						opacity: 0;
						transition: 1s;

						&.active {
							opacity: 1;
						}
					}


				}
			}

		}

		iframe {
			width: 260px;
			height: 200px;
			margin-top: 30px;
			border: 3px solid var(--maincolor);
			transition: 1s;
			opacity: 0;

			&.active {
				opacity: 1;
			}
		}

	}





	/*事業内容ページ */

	.business-page {
		padding-top: 50px;
		background-color: #F4F2F0;
		position: relative;

		&::before {
			position: absolute;
			content: "";
			right: 75px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-24deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;
		}

		.top-information-content {
			width: 310px;
			margin: 0 auto;
			opacity: 0;

			&.active {
				opacity: 1;
				transition: 1s;
			}

			p {
				text-align: left;
				font-size: 16px;
				font-weight: bold;
				line-height: 24px;
				position: relative;

				&:before {
					position: absolute;
					content: "JOB";
					font-size: 82px;
					color: rgb(51, 51, 51);
					-webkit-text-stroke: 6px rgb(51, 51, 51);
					opacity: 0.05;
					letter-spacing: 8px;
					left: -15px;
					top: -5px;
					background-repeat: no-repeat;
				}
			}

			img {
				display: flex;
				margin: 0 auto;
				margin-right: -45px;
				width: 162px;
				height: 179px;
				object-fit: cover;
			}
		}
	}

	.business-type-a,
	.business-visit-nurse,
	.business-visit-massage {
		background-color: #F4F2F0;

		.business-type-a-top,
		.business-visit-nurse-top,
		.business-visit-massage-top {
			background-image: url(../image/Group\ 618.png);
			background-size: 220%;
			background-position-x: -385px;
			background-repeat: no-repeat;
			color: #FFFFFF;

			h3 {
				font-size: 32px;
				-webkit-text-stroke: 0.5px #ffffff;
				padding-top: 100px;
				letter-spacing: 1px;

				span {
					font-size: 16px;

					span {
						font-size: 28px;
						line-height: 40px;
					}
				}
			}


			div {
				opacity: 0;
				transition: 1s;

				&.active {
					opacity: 1;
				}

				h4 {
					width: 330px;
					margin: 0 auto;
					margin-top: 30px;
					margin-bottom: 10px;
					font-weight: 600;
					font-size: 18px;
					text-align: center;
					line-height: 25px;
				}

				p {
					font-weight: bold;
					font-size: 16px;
					text-align: left;
					line-height: 18px;
					margin: 0 auto;
					width: 320px;
					padding-top: 15px;
					padding-bottom: 35px;
					line-height: 22px;

				}
			}
		}



		.business-type-a-content {
			background-color: #F4F2F0;
			position: relative;

			&::before {
				position: absolute;
				content: "";
				right: 75px;
				bottom: 0px;
				width: 330px;
				height: 100%;
				opacity: 0.1;
				transform: skewX(-6deg);
				background: linear-gradient(var(--colorgrade3), var(--maincolor));
				z-index: 0;
			}

			h3 {
				width: 200px;
				margin: 0 auto;
				font-size: 28px;
				padding-top: 50px;
				padding-bottom: 45px;
				color: #FFFFFF;
				position: relative;
				color: #FFFFFF;
				paint-order: stroke;
				-webkit-text-stroke: 4px var(--maincolor);

				&:before {
					position: absolute;
					content: "";
					width: 15px;
					height: 15px;
					background-color: var(--maincolor);
					top: 60px;
					left: -5px;
					transform: rotate(45deg);
				}

				&:after {
					position: absolute;
					content: "";
					width: 15px;
					height: 15px;
					background-color: var(--maincolor);
					top: 60px;
					right: -5px;
					transform: rotate(45deg);
				}
			}

			div {
				padding-bottom: 35px;



				img {
					width: 295px;
					height: 165px;
					object-fit: cover;
					position: relative;
				}

				div {

					padding-bottom: 30px;



					h4 {
						font-size: 20px;
						margin-top: 50px;
						margin-bottom: 30px;
						font-weight: bold;
					}

					p {
						width: 310px;
						margin: 0 auto;
						text-align: center;
						font-size: 16px;
						line-height: 22px;




					}

					ul {
						font-size: 18px;
						border-top: 1px solid var(--maincolor);
						border-bottom: 1px solid var(--maincolor);
						margin-top: 15px;
						margin-bottom: 15px;
						padding-bottom: 35px;

						li {
							font-size: 16px;
							font-weight: 700;
							line-height: 20px;
							text-align: left;
							color: #333333;
							font-weight: bold;
						}

						img {
							margin-top: 20px;
							width: 120px;
							height: 165px;
						}
					}
				}
			}

			.content-box1,
			.content-box2 {
				position: relative;
				max-width: 310px;
				margin: 0 auto;


				&:before {
					position: absolute;
					top: 20px;
					left: 30px;
					content: "";
					width: 295px;
					height: 165px;
					background-color: var(--subcolor);
					z-index: 0;
				}

				p,
				h4,
				img {
					opacity: 0;
					transition: 1s;
					font-weight: bold;

					&.active {
						opacity: 1;
					}
				}

				p {
					font-weight: bold;

					&:nth-of-type(1) {
						text-align: left;

					}

					&:nth-of-type(3) {
						border-bottom: 1px solid #333333;
						text-align: left;
						padding-bottom: 30px;
					}
				}

				.drive {
					width: 330px;
				}

				div {
					ul {
						p {
							padding: 20px 0px;
						}
					}
				}

			}

			.content-box2 {
				&:before {
					left: -20px;
				}

				p {
					font-weight: bold;
					text-align: left;

					&:nth-of-type(1) {
						text-align: left;
						padding-bottom: 20px;
					}

					&:nth-of-type(2) {
						border-bottom: 1px solid #333333;
						text-align: left;
						padding-bottom: 35px;
					}
				}

				ul {

					img {

						width: 160px;
						height: 103px;
					}
				}
			}
		}




		.business-visit-nurse-top {
			background-image: url(../image/Group\ 619.png);
			background-position-x: 50%;
		}


		.business-visit-nurse-content {
			position: relative;
			padding-top: 50px;
			padding-bottom: 50px;
			background-color: #F4F2F0;

			&::before {
				position: absolute;
				content: "";
				right: 102px;
				bottom: 0px;
				width: 330px;
				height: 100%;
				opacity: 0.1;
				transform: skewX(-24deg);
				background: linear-gradient(var(--colorgrade3), var(--maincolor));
				z-index: 0;
			}

			p {
				width: 310px;
				line-height: 22px;
				font-size: 16px;
				margin: 0 auto;
				margin-bottom: 20px;
				opacity: 0;
				transition: 1s;
				text-align: left;
				font-weight: bold;

				&.active {
					opacity: 1;
				}
			}

			div {
				span {
					color: var(--maincolor);
					font-size: 16px;
					opacity: 0;
					transition: 1s;

					&.active {
						opacity: 1;
					}

				}

				img {
					width: 75px;
					height: 100px;
					object-fit: cover;
					margin-top: 25px;
					opacity: 0;
					transition: 1s;

					&.active {
						opacity: 1;
					}
				}

				p {
					font-size: 20px;
					color: var(--maincolor);
					font-weight: 700;
					margin-top: 5px;
					opacity: 0;
					transition: 1s;
					text-align: center;
					font-weight: bold;

					&.active {
						opacity: 1;
					}
				}
			}


		}

		.business-visit-massage-content {
			position: relative;
			padding-top: 50px;
			padding-bottom: 50px;



			p {
				width: 280px;
				line-height: 22px;
				font-size: 16px;
				margin: 0 auto;
				opacity: 0;
				transition: 1s;


				&.active {
					opacity: 1;
				}

				&:nth-of-type(1) {
					font-size: 20px;
					color: var(--maincolor);
					font-weight: 700;
					margin-top: 10px;
				}

				&:nth-of-type(2) {
					padding-top: 20px;
					text-align: left;
					font-weight: bold;
				}
			}

			span {
				opacity: 0;
				transition: 1s;
				font-size: 18px;
				font-weight: bold;

				&.active {
					opacity: 1;
				}
			}



			img {
				width: 100px;
				height: 98px;
				object-fit: cover;
				opacity: 0;
				transition: 1s;

				&.active {
					opacity: 1;
				}
			}
		}







		.business-visit-massage-top {
			height: 450px;
			background-image: url(../image/Group\ 406.png);
			background-position-x: 30%;

			h4 {
				width: 320px;
				margin-top: 55px;
			}

			p {
				font-weight: 500;
				font-size: 14px;
				text-align: left;
				line-height: 18px;
				margin: 0 auto;
				padding-bottom: 35px;
				line-height: 22px;

			}
		}


		/*事業内容ページ */
		.swiper {
			margin-top: 25px;
			padding-bottom: 55px;
			max-width: 60%;

			h4 {
				color: var(--maincolor);
				font-size: 18px;
				font-weight: bold;
				line-height: 18px;
				border: 1px solid var(--maincolor);
				width: 247px;
				margin: 0 auto;
				padding: 8px;
				position: relative;

				&:before {
					position: absolute;
					content: "";
					top: -0.5px;
					right: -1px;
					width: 35px;
					height: 35px;
					background-color: var(--maincolor);
					z-index: 0;
					clip-path: polygon(0 50%, 100% 100%, 100% 0);
				}

				&:after {
					position: absolute;
					content: "";
					top: 62px;
					left: 20px;
					width: 265px;
					height: 175px;
					background-color: var(--subcolor);
					z-index: -1;
				}
			}


			.swiper-wrapper {
				margin: 0 auto;
				margin-top: 0px;
				padding-bottom: 10px;


				.swiper-slide {


					img {
						width: 265px;
						height: 180px;
						margin-right: 16px;
					}
				}


			}
		}




	}

	.business-visit-massage {
		position: relative;
		padding-bottom: 50px;

		&::before {
			position: absolute;
			content: "";
			right: 102px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-16deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;
		}
	}





	/*会社概要ページ */

	.company-page {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #F4F2F0;

		.ceo-speech-content {
			h3 {
				font-size: 30px;
				display: flex;
				justify-content: center;
				font-weight: 500;
				font-family: "Bellota Text", sans-serif;
				letter-spacing: 0.3px;
				transition: 1s;
				opacity: 0;

				&.active {

					display: flex;
					justify-content: center;
					opacity: 0.3;
				}
			}

			span {
				display: block;
				transform: translate(0, 50%);
				transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
				opacity: 0;
				overflow: hidden;


				&.active {
					transform: translate(0, 0);
					opacity: 1;
					overflow: visible;

					&:nth-child(2) {
						transition-delay: 0.06s;
						overflow: visible;
					}

					&:nth-child(3) {
						transition-delay: 0.12s;
					}

					&:nth-child(4) {
						transition-delay: 0.18s;
					}

					&:nth-child(5) {
						transition-delay: 0.24s;
					}

					&:nth-child(6) {
						transition-delay: 0.30s;
					}

					&:nth-child(7) {
						transition-delay: 0.36s;
					}

					&:nth-child(8) {
						transition-delay: 0.42s;
					}

					&:nth-child(9) {
						transition-delay: 0.48s;
					}

					&:nth-child(10) {
						transition-delay: 0.54s;
					}

					&:nth-child(11) {
						transition-delay: 0.6s;
					}

					&:nth-child(12) {
						transition-delay: 0.66s;
					}

					&:nth-child(13) {
						transition-delay: 0.72s;
					}

					&:nth-child(14) {
						transition-delay: 0.78s;
					}

					&:nth-child(15) {
						transition-delay: 0.84s;
					}

					&:nth-child(16) {
						transition-delay: 0.90s;
					}
				}
			}

			div {

				p {
					font-size: 22px;
					font-weight: bold;
					-webkit-text-stroke: 0.5px #333333;
					margin-bottom: 5px;
					margin-top: 25px;
					opacity: 0;
					transition: 1s;

					&.active {
						opacity: 1;
					}
				}

				h4 {
					font-weight: bold;
					font-size: 14px;
					opacity: 0;
					transition: 1s;

					&.active {
						opacity: 1;
					}

				}

				&:nth-of-type(2) {

					p {
						font-size: 16px;
						font-weight: 500;
						letter-spacing: 0.8px;
						line-height: 23px;
						width: 310px;
						margin: 0 auto;
						-webkit-text-stroke: 0px #333333;
						font-weight: 500;
						margin-top: 30px;
						text-align: left;
						font-weight: bold;
					}
				}
			}
		}
	}

	.company-history {
		background-color: #FFFFFF;
		padding-top: 60px;
		position: relative;
		padding-bottom: 80px;

		&::before {
			position: absolute;
			content: "";
			right: 44px;
			bottom: 0px;
			width: 306px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-6deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;
		}




		.company-history-content {
			border: 2px solid var(--maincolor);
			width: 310px;
			margin: 0 auto;
			padding-top: 30px;



			ul {
				width: 240px;
				margin: 0 auto;
				position: relative;
				margin-bottom: 20px;
				opacity: 0;
				transition: 1s;



				&.active {
					opacity: 1;
				}


				li {
					display: flex;
					flex-direction: column;
					text-align: left;
					margin-left: 10%;
					line-height: 24px;
					font-size: 16px;
					border-bottom: 1px solid var(--maincolor);
					margin-bottom: 15%;
					position: relative;

					&:before {
						position: absolute;
						content: "";
						top: 12px;
						left: -28px;
						width: 15px;
						height: 15px;
						border-radius: 50%;
						background-color: var(--maincolor);
						border: 1px solid #333333;
					}

					&::after {
						position: absolute;
						content: "";
						border-left: 1px solid var(--maincolor);
						height: 110px;
						width: 0px;
						top: -10px;
						left: -21px;
						z-index: 0;
					}


					span {
						display: flex;
						flex-direction: row;
						justify-content: center;
						width: 75px;
						height: 25px;
						background-color: var(--maincolor);
						font-size: 14px;
						font-weight: bold;
						font-family: "Bellota Text", sans-serif;
						text-align: center;
						color: #FFFFFF;
						line-height: 25px;
						letter-spacing: 1px;

					}

					&.active {
						transition: 1s;


						&:after {
							height: 3vh;
						}
					}
				}
			}

			div {
				align-items: center;
				width: 100%;
				margin: 0 auto;

				li {
					display: none;
					opacity: 0;
					animation: acc 1s forwards;

					&.active {
						display: flex;
						opacity: 1;
					}
				}


				button {
					width: 180px;
					color: var(--maincolor);
					font-weight: bold;
					border: 1px solid var(--maincolor);
					position: relative;
					display: block;
					margin: 0 auto;
					margin-top: 65px;
					padding: 15px 0px;


					p {
						position: relative;
						width: 90%;
						height: 90%;
						margin: -5% auto;
						font-size: 18px;
						border: 1px solid var(--maincolor);
						line-height: 40px;

						&:before {
							position: absolute;
							content: "";
							top: 14px;
							left: 18px;
							height: 15px;
							width: 1px;
							border-left: 1.5px solid var(--maincolor);

						}

						&:after {
							position: absolute;
							content: "";
							top: 21px;
							left: 11px;
							height: 1px;
							width: 15px;
							border-bottom: 1px solid var(--maincolor);

						}

						&.add {
							&:before {
								transition: 0.5s;
								opacity: 0;
							}
						}
					}
				}

				img {
					width: 105px;
					height: 95px;
					transform: translateX(108px);
					margin-bottom: 15px;
				}

			}
		}
	}

	.company-information {
		background-color: #F4F2F0;
		background-size: 100%;
		padding-top: 60px;
		position: relative;
		padding-bottom: 80px;

		&::before {
			position: absolute;
			content: "";
			right: 44px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-6deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;
		}

		table {
			width: 308px;
			margin: 0 auto;
			border-spacing: 0px;
			border: 1px solid #FFFFFF;
			position: relative;
			opacity: 0;
			transition: 1s;

			&.active {
				opacity: 1;
			}

			tr {
				display: flex;
				flex-direction: column;


				th {
					width: 308px;
					height: 30px;
					background-color: var(--maincolor);
					font-size: 16px;
					color: #ffffff;
					line-height: 26px;
				}

				td {
					width: 308px;
					height: 30px;
					background-color: #FFFFFF;
					color: #333333;
					font-size: 16px;
					line-height: 26px;
				}

			}

			.company-information-font1 {
				td {
					font-weight: bold;
					font-size: 16px;
					letter-spacing: 1px;
				}
			}

			.company-information-font2 {
				td {
					font-weight: bold;
					font-size: 16px;
					font-family: "Bellota Text", sans-serif;
					letter-spacing: 1px;
				}
			}

			.company-information-font3 {
				td {
					font-size: 16px;
					letter-spacing: 2px;
				}
			}
		}

		div {
			width: 100%;

			img {
				margin-top: 15px;
				margin-right: -285px;
				width: 111px;
				height: 115px;
				object-fit: cover;

			}
		}

	}




	/*問い合わせフォームページ */

	.inquery-wrapper {
		background-color: #F4F2F0;
		padding-top: 50px;
		position: relative;
		padding-bottom: 135px;

		&::before {
			position: absolute;
			content: "";
			right: 44px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-6deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;
		}


		.inquery-page {

			.inquery-content {
				transition: 1s;
				opacity: 0;

				&.active {
					opacity: 1;
				}

				div {
					max-width: 315px;
					margin: 0 auto;

					&:nth-of-type(2) {
						margin-top: -20px;
						display: flex;
						justify-content: flex-end;

						img {
							margin-bottom: 0px;
						}
					}

					p {
						font-size: 16px;
						line-height: 20px;
						font-weight: bold;
						color: #333333;
						text-align: left;
						position: relative;

						&:before {
							position: absolute;
							top: 15px;
							left: -15px;
							content: "FORM";
							width: 300px;
							height: 60px;
							font-family: "Bellota Text", sans-serif;
							font-weight: bold;
							color: #333333;
							font-size: 96px;
							opacity: 0.05;
							-webkit-text-stroke: 10px #333333;
							background-repeat: repeat;

						}

						&:nth-of-type(3) {
							position: relative;

							&::before {
								position: absolute;
								top: -85px;
								left: -30px;
								content: "FORM";
								width: 300px;
								height: 60px;
								font-family: "Bellota Text", sans-serif;
								font-weight: bold;
								color: #333333;
								font-size: 96px;
								opacity: 0.05;
								-webkit-text-stroke: 10px #333333;
								background-repeat: repeat;
							}
						}
					}

					div {
						margin: 0 auto;
						display: block;

						img {
							width: 117px;
							height: 95px;
							object-fit: cover;
							display: flex;
							margin-bottom: 60px;
							transform: translateY(0px);
						}
					}
				}
			}
		}

		.inquery-form {


			div {
				display: flex;
				flex-direction: column;
				align-items: center;
				margin: 0 auto;
				width: 100%;

				p {
					width: 350px;
					margin: 0 auto;
					margin-top: 25px;
					line-height: 24px;

					a {
						color: var(--maincolor);
						font-weight: bold;
						font-size: 18px;
					}

					&:nth-of-type(2) {
						display: block;
					}
				}

				div {
					display: block;
					width: 100%;
					margin: 0 auto;

					input {
						width: 327px;
						height: 60px;
						border: 2px solid var(--maincolor);
						margin-right: 20px;
						background-color: #FFFFFF;
						position: relative;
						text-align: left;
						padding-left: 15px;
						font-weight: bold;
						font-size: 18px;

					}

					textarea {
						width: 331px;
						height: 330px;
						margin-left: 0%;
						border: 2px solid var(--maincolor);
						background-color: #FFFFFF;
						position: relative;
						text-align: left;
						font-size: 16px;
						padding-left: 11px;
						padding-top: 40px;
						line-height: 20px;
						font-weight: bold;
						transform: translateX(-2px);

					}



					&:nth-of-type(2) {


						p {
							font-size: 14px;
							line-height: 45px;
							white-space: nowrap;

							span {
								font-size: 16px;
								font-weight: bold;
								color: var(--maincolor);
							}
						}

						label {
							width: 350px;
							margin: 0 auto;



							&:nth-of-type(1) {
								position: relative;

								&::before {
									position: absolute;
									content: "";
									background-image: url(../image/人物アイコン.png);
									background-size: cover;
									left: 10px;
									top: 20px;
									width: 24px;
									height: 24px;
									z-index: 1;
								}

								&:after {
									position: absolute;
									content: "(必須)";
									width: 110px;
									height: 20px;
									top: 23px;
									left: 2px;
									font-size: 14px;
									font-weight: bold;
									color: var(--maincolor);
								}
							}

							&:nth-of-type(2) {
								position: relative;

								&::before {
									position: absolute;
									content: "";
									background-image: url(../image/メールの無料アイコンその8.png);
									background-size: cover;
									left: 10px;
									top: 20px;
									width: 24px;
									height: 24px;
									z-index: 1;
								}

								&:after {
									position: absolute;
									content: "(必須)";
									width: 110px;
									height: 20px;
									top: 23px;
									left: 2px;
									font-size: 14px;
									font-weight: bold;
									color: var(--maincolor);
								}
							}

							&:nth-of-type(3) {
								position: relative;

								&::before {
									position: absolute;
									content: "";
									background-image: url(../image/電話の受話器のアイコン素材\ 3.png);
									background-size: cover;
									left: 10px;
									top: 20px;
									width: 24px;
									height: 24px;
									z-index: 1;
								}

								&:after {
									position: absolute;
									content: "(必須)";
									width: 110px;
									height: 20px;
									top: 23px;
									left: 2px;
									font-size: 14px;
									font-weight: bold;
									color: var(--maincolor);
								}
							}

							&:nth-of-type(4) {
								position: relative;

								&::before {
									position: absolute;
									content: "";
									background-image: url(../image/本社のアイコン\ 3.png);
									background-size: cover;
									left: 10px;
									top: 20px;
									width: 24px;
									height: 24px;
									z-index: 1;
								}

								&:after {
									position: absolute;
									content: "(任意)";
									width: 110px;
									height: 20px;
									top: 23px;
									left: 2px;
									font-size: 14px;
									font-weight: bold;
									color: var(--maincolor);
								}
							}

							&:nth-of-type(5) {
								position: relative;

								&::before {
									position: absolute;
									content: "";
									background-image: url(../image/ふきだしのアイコン\ 2.png);
									background-size: cover;
									left: 10px;
									top: 20px;
									width: 24px;
									height: 24px;
									z-index: 1;
								}

								&:after {
									position: absolute;
									content: "(必須)";
									width: 110px;
									height: 20px;
									top: 23px;
									left: 2px;
									font-size: 14px;
									font-weight: bold;
									color: var(--maincolor);
								}
							}
						}
					}

					&:nth-of-type(3) {



						p {
							font-size: 14px;
							line-height: 42px;

							span {
								font-size: 16px;
								font-weight: bold;
								color: var(--maincolor);
							}
						}
					}


					&:nth-of-type(4) {



						p {
							font-size: 14px;
							line-height: 8px;

							span {
								font-size: 16px;
								font-weight: bold;
								color: var(--maincolor);
							}
						}
					}

					&:nth-of-type(5) {



						p {
							font-size: 14px;
							line-height: 8px;

							span {
								font-size: 16px;
								font-weight: bold;
								color: var(--maincolor);
							}
						}
					}
				}

				form {
					width: 100%;
					margin: 0 auto;

					label {
						display: flex;
						align-items: center;

						p {
							width: 245px;
							text-align: left;
						}

					}

					.wpcf7-form-control-wrap {
						width: 350px;
						margin: 0 auto;

						.wpcf7-form-control {
							.wpcf7-list-item {
								label {
									input {
										width: 30px;
										height: 30px;
										margin: 0 auto;
										margin-right: 5px;
									}
								}
							}
						}
					}
				}

				&:nth-of-type(2) {
					position: relative;

					p {

						font-size: 16px;
						line-height: 24px;

						a {
							color: var(--maincolor);
							font-weight: bold;
							font-size: 18px;
						}
					}
				}
			}

			.top-button {
				width: 100%;
				max-width: 300px;
				margin: 0 auto;
				display: flex;
				justify-content: space-around;
				margin-top: 50px;
				position: relative;

				button {
					background-color: var(--maincolor);
					width: 235px;
					height: 47px;
					color: #FFFFFF;
					text-align: center;
					transition: 0.5s;
					display: flex;
					justify-content: space-evenly;
					border: 1px solid #FFFFFF;
					margin-top: 1.5px;
					margin-right: 2.8px;

					p {
						font-size: 16px;
						text-align: center;
						margin: 0 auto;
						width: 110px;
						line-height: 45px;
						display: block;
					}

					div {
						width: 70px;
						height: 43.5px;
						background-color: #FFFFFF;
						position: relative;
						margin-top: 1px;
						margin-left: 1px;

						&:before {
							position: absolute;
							content: "";
							top: 0px;
							left: 69.5px;
							width: 14px;
							height: 43.5px;
							clip-path: polygon(0 0, 0% 100%, 100% 50%);
							background-color: #FFFFFF;
						}

						img {
							width: 25px !important;
							height: 16px !important;
							margin: 0 auto;
							margin-top: 13px;
							margin-left: 5%;

						}

					}



				}

				.wpcf7-spinne,
				.wpcf7-form-control {
					display: none;
				}
			}
		}

	}




	/*入力内容確認ページ */
	.comfirm-wrapper {
		background-color: #F4F2F0;
		padding-top: 50px;
		position: relative;
		padding-bottom: 100px;

		&::before {
			position: absolute;
			content: "";
			right: 44px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-6deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;
		}


		.comfirm-page {

			.comfirm-content {
				opacity: 0;

				&.active {
					opacity: 1;
					transition: 1s;
				}

				div {
					max-width: 310px;
					margin: 0 auto;


					p {

						font-size: 16px;
						font-weight: bold;
						color: #333333;
						text-align: left;
						line-height: 22px;

						position: relative;

						&::before {
							position: absolute;
							top: 15px;
							left: -30px;
							content: "CHECK";
							width: 300px;
							height: 60px;
							font-family: "Bellota Text", sans-serif;
							font-weight: bold;
							color: #333333;
							font-size: 96px;
							opacity: 0.05;
							-webkit-text-stroke: 10px #333333;
							background-repeat: repeat;
						}

					}

					div {
						&:nth-of-type(2) {
							display: flex;
							justify-content: flex-end;

							img {
								width: 117px;
								height: 95px;
								object-fit: cover;
								display: flex;
							}
						}


					}
				}
			}
		}




		.comfirm-form {
			form {
				label {

					&:nth-of-type(1) {
						position: relative;

						&::before {
							position: absolute;
							content: "";
							background-image: url(../image/人物アイコン.png);
							background-size: cover;
							left: -145px;
							top: 18px;
							width: 24px;
							height: 24px;
							z-index: 1;
						}
					}

					&:nth-of-type(2) {
						position: relative;

						&::before {
							position: absolute;
							content: "";
							background-image: url(../image/メールの無料アイコンその8.png);
							background-size: cover;
							left: -145px;
							top: 18px;
							width: 24px;
							height: 24px;
							z-index: 1;
						}
					}


					&:nth-of-type(3) {
						position: relative;

						&::before {
							position: absolute;
							content: "";
							background-image: url(../image/電話の受話器のアイコン素材\ 3.png);
							background-size: cover;
							left: -145px;
							top: 18px;
							width: 24px;
							height: 25px;
							z-index: 1;
						}

					}


					&:nth-of-type(4) {
						position: relative;

						&::before {
							position: absolute;
							content: "";
							background-image: url(../image/本社のアイコン\ 3.png);
							background-size: cover;
							left: -145px;
							top: 18px;
							width: 24px;
							height: 24px;
							z-index: 1;
						}
					}


					&:nth-of-type(5) {
						position: relative;

						&::before {
							position: absolute;
							content: "";
							background-image: url(../image/ふきだしのアイコン\ 2.png);
							background-size: cover;
							left: -145px;
							top: 18px;
							width: 24px;
							height: 24px;
							z-index: 1;
						}
					}

					dl {
						background-color: #FFFFFF;
						border: 2px solid var(--maincolor);
						width: 310px;
						margin: -2px auto;
						height: 60px;
						line-height: 6%;

						dd {
							text-align: left;
							line-height: 60px;
							font-size: 16px;
							padding-left: 45px;
						}
					}
				}

				.top-button {
					width: 100%;
					max-width: 300px;
					margin: 0 auto;
					display: flex;
					justify-content: space-around;
					margin-top: 50px;
					position: relative;

					button {
						background-color: var(--maincolor);
						width: 235px;
						height: 47px;
						color: #FFFFFF;
						text-align: center;
						transition: 0.5s;
						display: flex;
						justify-content: space-evenly;
						border: 1px solid #FFFFFF;
						margin-top: 1.5px;
						margin-right: 2.8px;

						p {
							font-size: 16px;
							text-align: center;
							margin: 0 auto;
							width: 110px;
							line-height: 45px;
						}

						div {
							width: 70px;
							height: 43.5px;
							background-color: #FFFFFF;
							position: relative;
							margin-top: 1px;
							margin-left: 1px;

							&:before {
								position: absolute;
								content: "";
								top: 0px;
								left: 69.5px;
								width: 14px;
								height: 43.5px;
								clip-path: polygon(0 0, 0% 100%, 100% 50%);
								background-color: #FFFFFF;
							}

							img {
								width: 25px !important;
								height: 16px !important;
								margin: 0 auto;
								margin-top: 13px;
								margin-left: 5%;

							}

						}



					}

					.wpcf7-spinne,
					.wpcf7-form-control {
						display: none;
					}
				}

				.top-button-back {
					a {
						width: 180px;
						height: 40px;

						div {
							margin-right: -5px;
						}
					}

					.wpcf7-form-control {
						display: none;
					}
				}
			}
		}
	}



	/*お知らせページ */
	.news-wrapper {
		background-color: #F4F2F0;
		padding-top: 50px;
		position: relative;

		&::before {
			position: absolute;
			content: "";
			right: 44px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-6deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: -1;
		}

		.news-page {
			.news-content {
				max-width: 315px;
				margin: 0 auto;
				opacity: 0;
				transition: 1s;
				display: flex;

				&.active {
					opacity: 1;
				}

				p {
					font-size: 16px;
					font-weight: bold;
					color: #333333;
					text-align: left;
					line-height: 22px;
					position: relative;

					&:before {
						position: absolute;
						top: 0px;
						left: -15px;
						content: "NEWS";
						width: 300px;
						height: 60px;
						font-family: "Bellota Text", sans-serif;
						font-weight: bold;
						color: #333333;
						font-size: 96px;
						opacity: 0.05;
						-webkit-text-stroke: 10px #333333;
						background-repeat: repeat;

					}

					&:nth-of-type(3) {
						position: relative;

						&::before {
							position: absolute;
							top: -40px;
							left: -30px;
							content: "NEWS";
							letter-spacing: 8px;
							width: 300px;
							height: 60px;
							font-family: "Bellota Text", sans-serif;
							font-weight: bold;
							color: #333333;
							font-size: 96px;
							opacity: 0.05;
							-webkit-text-stroke: 10px #333333;
							background-repeat: repeat;
						}
					}

					&:nth-of-type(4) {
						margin-top: -5px;
						width: 235px;
						line-height: 20px;
					}
				}

				div {
					margin: 0 auto;
					width: 315px;

					div {
						display: flex;
						justify-content: flex-end;

						img {
							width: 117px;
							height: 95px;
							object-fit: cover;
							display: flex;
						}
					}
				}
			}
		}



		.news-content-topic {
			position: relative;


			.news-more {
				position: absolute;
				top: -70px;
				left: 250px;
				width: 65px;
				height: 65px;
				background-color: var(--maincolor);
				clip-path: polygon(25px 35%, 0% 0%, 0% 45px);
			}

		}



		.news-topic-wrapper {
			padding-bottom: 50px;

			.news-content-topic {
				margin: 0 auto;
				margin-top: 30px;
				opacity: 0;
				transition: 1s;

				img {
					width: 225px;
					height: 165px;

				}

				&.active {
					opacity: 1;
				}



				div {
					span {
						font-size: 14px;
						opacity: 0.3;
					}

					p {
						font-size: 14px;
						font-weight: bold;
						margin: 0;
					}
				}

				.news-content-topic-info {
					margin-bottom: 15px;
					display: flex;
					justify-content: space-around;
					margin: 0 auto;
					width: 310px;

					dl {
						margin-bottom: 10px;

						dd {
							font-size: 16px;
						}

						dt {
							font-size: 16px;
							font-weight: bold;
						}
					}
				}

				.topic-title {
					margin: 0 auto;
					margin-top: 0px;
					border-bottom: 1px solid var(--maincolor);
					padding-bottom: 10px;
					width: 315px;

					dt {
						text-wrap: balance;
					}
				}
			}



			.news-topic-category,
			.news-topic-date {
				padding-top: 50px;
				padding-bottom: 18px;
				opacity: 0;
				transition: 1s;

				&.active {
					opacity: 1;
				}

				dd {
					max-width: 140px;
					margin: 0 auto;
					font-weight: bold;
					position: relative;
					font-size: 20px;

					&::before {
						position: absolute;
						content: "";
						width: 15px;
						height: 15px;
						top: 3px;
						left: 0px;
						background-color: var(--maincolor);
						transform: rotate(45deg);
					}
				}

				div {
					width: 310px;
					margin: 0 auto;
					margin-top: 20px;
					display: flex;
					flex-direction: column;

					button {
						border-bottom: 1.5px solid var(--maincolor);
						padding-bottom: 5px;
						font-weight: 500;
						padding-top: 7.5px;
						margin-top: 7.5px;
						font-size: 18px;

						span {
							padding-left: 20px;
						}
					}
				}
			}


			.news-topic-date {
				h3 {
					position: relative;

					&::before {
						position: absolute;
						content: "";
						width: 15px;
						height: 15px;
						top: 2px;
						left: 25px;
						background-color: var(--maincolor);
						transform: rotate(45deg);
					}
				}

			}

			.wp-pagenavi {
				margin-top: 100px;
				position: relative;
				display: flex;
				justify-content: center;

				span {
					font-size: 18px;
					font-weight: bold;
					color: var(--maincolor);
					border: 1px solid var(--maincolor);
					margin: 10px;
					line-height: 30px;
				}

				a {
					margin: 5px;
				}

				.current {
					padding: 10px;
					border-radius: 50%;
					color: var(--maincolor);
					border: 2px solid var(--maincolor);
					font-size: 20px;
					display: flex;
					width: 15px;
					height: 15px;
					justify-content: center;
					align-items: center;
				}

				.larger,
				.smaller {
					border: none;
					display: flex;
					justify-content: center;
					align-items: center;
					color: var(--maincolor);
					font-size: 18px;
					transition: 0.5s;
					width: 30px;
					height: 30px;
					margin-top: 10px;

					&:hover {
						transition: 0.5s;
						background-color: var(--maincolor);
						color: white;
						border-radius: 50%;
						width: 30px;
						height: 30px;
					}
				}

				.nextpostslink,
				.previouspostslink {
					border: 1px solid var(--maincolor);
					width: 25px;
					height: 25px;
					color: var(--maincolor);
					display: flex;
					justify-content: center;
					align-items: center;
					font-size: 18px;
					justify-content: center;
					margin-top: 13px;

					&:hover {
						transition: 0.5s;
						background-color: var(--maincolor);
						color: white;

						width: 25px;
						height: 25px;
					}
				}
			}
		}






	}

	/*送信完了ページ */
	.sent-page {
		padding-top: 50px;
		padding-bottom: 100px;
		position: relative;

		&:before {
			position: absolute;
			content: "";
			right: 102px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-22deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;

		}

		.sent-wrapper {
			background-color: #FFFFFF;
			padding-top: 50px;
			position: relative;
		}

		.sent-content {
			width: 310px;
			margin: 0 auto;
			border: 2px solid var(--maincolor);
			padding-bottom: 5px;

			h2 {
				font-size: 24px;
				font-weight: bold;
				padding-top: 40px;
				padding-bottom: 40px;
				opacity: 0;
				transition: 1s;

				&.active {
					opacity: 1;
				}
			}

			p {
				line-height: 24px;
				font-size: 16px;
				opacity: 0;
				transition: 1s;
				width: 90%;
				margin: 0 auto;

				&.active {
					opacity: 1;
				}
			}

			span {
				font-size: 18px;
				font-weight: bold;
			}

			div {
				display: flex;
				justify-content: flex-end;

				img {
					width: 70px;
					height: 57px;
					object-fit: cover;
					opacity: 0;
					transition: 1s;

					&.active {
						opacity: 1;
					}
				}
			}
		}
	}





	/*トピックページ */
	.topic-page {
		padding-bottom: 100px;
		position: relative;
		background-color: #F4F2F0;

		&:before {
			position: absolute;
			content: "";
			right: 102px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-22deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;

		}

		.topic-wrapper {

			padding-top: 50px;
			position: relative;

			.topic-top-content {
				width: 310px;
				margin: 0 auto;
				display: flex;
				justify-content: flex-end;
				opacity: 0;
				transition: 1s;
				flex-direction: column;

				&.active {
					opacity: 1;
				}

				p {
					font-size: 16px;
					font-weight: bold;
					color: #333333;
					text-align: left;
					line-height: 22px;
					position: relative;


					&::before {
						position: absolute;
						top: 0px;
						left: -15px;
						content: "TOPIC";
						width: 300px;
						height: 60px;
						font-family: "Bellota Text", sans-serif;
						font-weight: bold;
						color: #333333;
						font-size: 96px;
						opacity: 0.05;
						-webkit-text-stroke: 10px #333333;
						background-repeat: repeat;

					}
				}

				img {
					display: flex;
					margin: 0 auto;
					margin-right: -25px;
					width: 132px;
					height: 149px;
					object-fit: cover;


				}


			}



			.topic-content {
				opacity: 0;
				transition: 1s;

				&.active {
					opacity: 1;
				}

				.topic-picture {


					img {
						width: 250px;
						height: 150px;
						object-fit: cover;
						position: relative;
					}

					dl {

						.topic-title {
							display: flex;
							align-items: center;
							justify-content: space-around;
							max-width: 450px;
							margin: 0 auto;
							margin-top: 25px;
							margin-bottom: 30px;
							flex-direction: column;

							div {
						
								display: flex;
								margin-top: 30px;

							

								position: relative;


								&:after {
									position: absolute;
									content: "";
									top: -185px;
									left: 7%;
									background-color: var(--subcolor);
									width: 250px;
									height: 150px;
									background-repeat: no-repeat;
									z-index: -1;
								}

								dt {
									font-size: 16px;
									color: var(--maincolor);
									position: relative;
									color: #FFFFFF;
									font-weight: 900;
									letter-spacing: 3px;
									-webkit-text-stroke: 2px var(--maincolor);
									paint-order: stroke;


									&:nth-of-type(1) {
										position: relative;
										transform: translate(-7px, -10px);
										margin-bottom: 0;



										&::before {
											position: absolute;
											top: 21px;
											left: 10px;
											content: "";
											width: 76px;
											height: 1px;
											border-bottom: 1px solid #FFFFFF;
										}

										span {
											font-size: 20px;
											line-height: 36px;
											margin-left: 3px;
											color: var(--maincolor);
											-webkit-text-stroke: 3px #ffffff;
											paint-order: stroke;
											  width: 100px;
                                            display: block;
										}
									}


									&:nth-of-type(2) {
										text-align: center;
										font-weight: bolder;
										font-size: 18px;
										paint-order: unset;
										-webkit-text-stroke: transparent;
										color: #333333;
										letter-spacing: 1px;
										margin-left: 30px;
									}

								}


							}
							
							.banner {
								position: relative;
max-width: 90%;
												margin-bottom: 20px;
								&:before {

									position: absolute;
									content: "";
									top: -20px;
									left: 0px;
									width: 90px;
									height: 65px;
									background-color: var(--subcolor);
									clip-path: polygon(100% 50%, 0 0, 0 100%);
									z-index: 0;

								}
							}


						}

						.pdf {
							max-width: 250px;
							max-height: 100px;
							object-fit: cover;
						}

						.topic-sentence {
							width: 320px;
							margin: 0 auto;
							font-size: 16px;
							text-align: left;
							background-color: #FFFFFF;
							border: 1px solid var(--maincolor);
							line-height: 24px;
							padding: 15px 15px;

							h1 {
								font-size: 20px;
								font-weight: bold;
							}

							h2 {
								font-size: 18px;
								font-weight: bold;
							}

							h3 {
								font-size: 16px;
								font-weight: bold;
							}

							h4 {
								font-weight: bold;
								font-size: 14px;
							}

							img {
								width: auto;
								height: auto;
								margin-right: 0;
							}

							a {
								color: var(--maincolor);
								text-decoration: underline;
							}
						}
					}
				}

				.swiper-button {
					display: flex;
					justify-content: space-between;
					width: 95%;
					margin: 0 auto;

					.swiper-button-prev {
						transform: translateY(-225px);
						width: 27px;
						height: 30px;
						background-color: var(--subcolor);
						clip-path: polygon(0 50%, 100% 100%, 100% 0);
						position: relative;

						&::before {
							position: absolute;
							content: "";
							top: 1.5px;
							left: 2px;
							width: 24px;
							height: 27px;
							background-color: white;
							clip-path: polygon(0 50%, 100% 100%, 100% 0);
						}

						&:after {
							position: absolute;
							content: "";
							top: 2.5px;
							left: 3.4px;
							width: 22px;
							height: 25px;
							background-color: var(--subcolor);
							clip-path: polygon(0 50%, 100% 100%, 100% 0);
						}

					}

					.swiper-button-next {
						transform: translateY(-225px);
						width: 27px;
						height: 30px;
						background-color: var(--subcolor);
						clip-path: polygon(0 0, 0 100%, 100% 50%);
						position: relative;

						&::before {
							position: absolute;
							content: "";
							top: 1.5px;
							left: 1px;
							width: 24px;
							height: 27px;
							background-color: white;
							clip-path: polygon(0 0, 0 100%, 100% 50%);
						}

						&:after {
							position: absolute;
							content: "";
							top: 2.5px;
							left: 1.7px;
							width: 22px;
							height: 25px;
							background-color: var(--subcolor);
							clip-path: polygon(0 0, 0 100%, 100% 50%);
						}

					}
				}
			}
		}
	}
}








/*プライバシーポリシー */
.privacy-body {
	background-color: #F4F2F0;

	.privacy-content {
		position: relative;

		&::before {
			position: absolute;
			content: "";
			right: 44px;
			bottom: 0px;
			width: 330px;
			height: 100%;
			opacity: 0.1;
			transform: skewX(-6deg);
			background: linear-gradient(var(--colorgrade3), var(--maincolor));
			z-index: 0;
		}

		padding-bottom: 100px;

		section {
			margin: 0 auto;
			width: 90%;
			text-align: left;

			h1 {
				font-size: 20px;
				font-weight: bold;
				padding-top: 20px;
				margin-bottom: 20px;
			}

			h2 {
				font-size: 16px;
			}

			p {
				font-size: 14px;
			}
		}
	}
}

.wpcf7-spinner {
	display: none !important;
}