/*
Theme Name: carrerart
*/

/*----------------------------
* reset
*----------------------------*/
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}ul{list-style-type: none}

/*----------------------------
* フォント
*----------------------------*/
@font-face {
    font-family: "patua-font";
    src: url("./font/PatuaOne-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "righteous-font";
    src: url("./font/Righteous-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "line-eb-font";
    src: url("./font/LINESeedJP_OTF_Eb.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "line-rg-font";
    src: url("./font/LINESeedJP_OTF_Rg.woff2") format("woff2");
    font-display: swap;
}
.patua-font{
	font-family:"patua-font";
	font-weight: 400;
}
.righteous-font{
	font-family:"righteous-font";
	font-weight: 400;
}
.line-eb-font{
	font-family:"line-eb-font";
	font-weight: 800;
}
.line-rg-font{
	font-family:"line-rg-font";
	font-weight: 400;
}

/*----------------------------
* 共通
*----------------------------*/
html {
	/* scroll-behavior: smooth; */
	overflow-y: scroll;
}
body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	overflow-x: hidden;
	height: 100%;}
img {
	width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	cursor: pointer;
}
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
.pc-only2{
	display: block;
}
.sp-only2{
	display: none;
}
@media (max-width: 1024px) {
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
}
@media (max-width: 768px) {
	.pc-only2{
		display: none;
	}
	.sp-only2{
		display: block;
	}
}

/*----------------------------
* ヘッダー
*----------------------------*/
.header__logo-area {
	display: flex;
	align-items: center;
	position: fixed;
	top: 30px;
	left: 50px;
	z-index: 10;
}

.header__logo {
	width: 68px;
	min-width: 68px;
}

.header__btn{
	position: fixed;
	top: 40px;
	right: 100px;
	z-index: 10;
}
.header__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 62px;
	text-decoration: none;
	transition: 0.3s;
	background-color: #FFFFFF;
	border: 3px solid #074173;
	border-radius: 9999px;
}

.header__btn-text {
	color:#074173;
	font-size:24px;
	font-weight: 900;
}

@media (max-width: 768px) {
	.header__logo-area {
		top: 20px;
		left: 20px;
	}
	.header__logo {
		width: 35px;
		min-width: 35px;
	}
	.header__logo-text-before {
		font-size:13px;
	}
	.header__logo-img{
		width: 12px;
		margin: 0 3px;
	}
	.header__logo-text-after {
		font-size:13px;
	}
	.header__btn{
		top: 20px;
		right: 40px;
	}
	.header__btn a {
		width: 80px;
		height: 40px;
	}

	.header__btn-text {
		font-size:14px;
	}
}

/*----------------------------
* メインビジュアル
*----------------------------*/
.main-visual__area{
    display: grid;
    place-items: center;
}
.main-visual__area > * {
    grid-area: 1 / 1;
}
.blob-animation {
    aspect-ratio: 1 / 1;
    z-index: 1;
}
.blob-animation:nth-child(2) {
	width: 350px;
    justify-self: start;
    align-self: start;
    transform: translate(20vw, -300px) rotate(-20deg);
}
.blob-animation:nth-child(3) {
	width: 400px;
    justify-self: start;
    align-self: start;
    transform: translate(35vw, -300px) rotate(-60deg);
}
.blob-animation:nth-child(4) {
	width: 400px;
    justify-self: start;
    align-self: start;
    transform: translate(60vw, -250px);
}
.blob-animation:nth-child(5) {
	width: 400px;
    justify-self: start;
    align-self: start;
    transform: translate(77vw, -200px);
}
.blob-animation:nth-child(6) {
	width: 200px;
    justify-self: start;
    align-self: start;
    transform: translate(0vw, 200px);
}
.blob-animation:nth-child(7) {
	width: 250px;
    justify-self: start;
    align-self: start;
    transform: translate(12vw, 100px);
}
.blob-animation:nth-child(8) {
	width: 250px;
    justify-self: start;
    align-self: start;
    transform: translate(70vw, 200px);
}
.blob-animation:nth-child(9) {
	width: 250px;
    justify-self: start;
    align-self: start;
    transform: translate(3vw, 450px);
}
.blob-animation:nth-child(10) {
	width: 180px;
    justify-self: start;
    align-self: start;
    transform: translate(10vw, 330px);
}
.blob-animation:nth-child(11) {
	width: 400px;
    justify-self: start;
    align-self: start;
    transform: translate(70vw, 400px) scaleX(-1);
}
.main-visual__contents-area{
	position: relative;
	z-index: 2;
    padding: 100px 0 150px;
}
.main-visual__title-area{
	text-align: center;
}
.message{
	font-size:32px;
	letter-spacing: -0.02em;
}
.color-green{
	color:#88D20E;
}
.color-blue{
	color:#5FC6F6;
}
.color-red{
	color:#FF766B;
}
.sub-message{
	font-size:36px;
	color: #074173;
	margin:30px 0;
}
.community-text-area {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3B3D3F;
	margin:30px 0 70px 0;
}
.community-text-before {
	font-size:35px;
}
.human-hub-tech-img{
	width:275px;
	margin:0 auto;
}
.community-logo-img{
	width: 27px;
	margin:0 7px;
}
.community-text-after {
	font-size:40px;
	letter-spacing: 0.03em;
}
.main-visual__btn{
	width: 320px;
	margin:0 auto;
}
.main-visual__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	text-decoration: none;
	transition: 0.3s;
	background-color: #FFFFFF;
	border: 3px solid #074173;
	border-radius: 9999px;
}
.main-visual__btn-text {
	color:#074173;
	font-size:24px;
	font-weight: 900;
}
.main-visual-text{
	text-align: center;
	font-size:32px;
	line-height: 1.8;
	color:#074173;
	margin:50px 20px 0 20px;
}

@media (max-width: 1024px) {
	.blob-animation:nth-child(1) {
		width: 250px;
		justify-self: start;
		align-self: start;
		transform: translate(-100px, 50px);
	}
	.blob-animation:nth-child(2) {
		width: 150px;
		transform: translate(0px, 0px) rotate(-20deg);
	}
	.blob-animation:nth-child(3) {
		width: 280px;
		transform: translate(20vw, -100px) rotate(-60deg);
	}
	.blob-animation:nth-child(4) {
		width: 250px;
		transform: translate(80vw, -70px);
	}
	.blob-animation:nth-child(5) {
		width: 220px;
		transform: translate(85vw, 280px);
	}
	.blob-animation:nth-child(6) {
		width: 150px;
		transform: translate(-50px, 300px);
	}
	.blob-animation:nth-child(8) {
		width: 130px;
		transform: translate(80vw, 100px);
	}
	.blob-animation:nth-child(9) {
		width: 150px;
		transform: translate(3vw, 390px);
	}
	.blob-animation:nth-child(11) {
		width: 260px;
		transform: translate(70vw, 350px) scaleX(-1);
	}
}
@media (max-width: 768px) {
	.blob-animation:nth-child(1) {
		width: 200px;
		transform: translate(-100px, -50px);
	}
	.blob-animation:nth-child(2) {
		width: 120px;
		transform: translate(0px, -100px) rotate(-20deg);
	}
	.blob-animation:nth-child(3) {
		width: 180px;
		transform: translate(20vw, -80px) rotate(-60deg);
	}
	.blob-animation:nth-child(4) {
		width: 180px;
		transform: translate(80vw, -50px);
	}
	.blob-animation:nth-child(5) {
		width: 150px;
		transform: translate(80vw, 250px);
	}
	.blob-animation:nth-child(6) {
		width: 100px;
		transform: translate(-30px, 280px);
	}
	.blob-animation:nth-child(8) {
		width: 130px;
		transform: translate(calc( 80vw - 100px ), 0px);
	}
	.blob-animation:nth-child(9) {
		width: 140px;
		transform: translate(3vw, 300px);
	}
	.blob-animation:nth-child(11) {
		width: 260px;
		transform: translate(calc(70vw - 80px), 250px) scaleX(-1);
	}
	.main-visual__contents-area{
		padding: 130px 0 60px;
	}
	.sub-message{
		font-size:16px;
		margin:20px 0;
	}
	.community-name{
		font-size:20px;
	}
	.community-text-area {
		margin:20px 0 170px 0;
	}
	.community-text-before {
		font-size:24px;
	}
	.human-hub-tech-img{
		width:120px;
	}
	.community-logo-img{
		width: 20px;
		margin:0 5px;
	}
	.community-text-after {
		font-size:26px;
	}
	.main-visual__btn{
		width: 180px;
	}
	.main-visual__btn a {
		height: 60px;
	}
	.main-visual__btn-text {
		font-size:14px;
	}
	.main-visual-text{
		font-size:18px;
		margin-top:30px;
	}
}

/*----------------------------
* About
*----------------------------*/
.about__area{
	padding:0 100px 180px;
}
.about-introduction-area{
	display: flex;
	justify-content: space-between;
}
.Developer-area{
	display: flex;
	align-items: end;
}
#Developer{
	width: 280px;
	height: 300px;
	margin-right: 80px;
}
#caption-about{
	width: 150px;
	height: 130px;
}
.about-introduction{
	font-size:64px;
	color: #2DC38A;
	line-height: 1.4;
}
.about-introduction-text{
	margin-top:50px;
	font-size:20px;
	line-height: 2;
}
.about-career-area{
	margin-top:80px;
	display: flex;
	justify-content: space-between;
}
#Business_Idea_Animation{
	width: 300px;
	height: 300px;
}
.about-career{
	font-size:64px;
	color: #287AE7;
	line-height: 1.4;
	text-align: right;
}
.about-career-f72{
	font-size:72px;
}
.about-career-text-area{
	display: flex;
	justify-content: space-between;
}
.circle-wrapper {
	position: relative;
	min-width: 450px;
	width: 450px;
	height: 420px;
	margin: 50px auto 80px auto;
}
.circle1 {
	width: 245px;
	height: 245px;
	border-radius: 50%;
	background: linear-gradient(180deg, #5F8AF6, #11C0F3);
	opacity: 0.8;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	background-color: transparent;
}
.circle1::after {
	content: "";
	position: absolute;
	top: 10px; left: 10px; bottom: 10px; right: 10px;
	background:#287AE7;
	border-radius: 50%;
	z-index: 0;
}
.circle2 {
	width: 245px;
	height: 245px;
	border-radius: 50%;
	background: linear-gradient(180deg, #FFAD00, #FF8200);
	opacity: 0.8;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	background-color: transparent;
}
.circle2::after {
	content: "";
	position: absolute;
	top: 10px; left: 10px; bottom: 10px; right: 10px;
	background: #FF8200;
	border-radius: 50%;
	z-index: 0;
}
.circle3 {
	width: 245px;
	height: 245px;
	border-radius: 50%;
	background: linear-gradient(180deg, #84DCBA, #0AB976);
	opacity: 0.8;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	background-color: transparent;
}
.circle3::after {
	content: "";
	position: absolute;
	top: 10px; left: 10px; bottom: 10px; right: 10px;
	background: #00BC68;
	border-radius: 50%;
	z-index: 0;
}
.circle-top {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.circle-left {
	bottom: 0;
	left: 0;
}
.circle-right {
	bottom: 0;
	right: 0;
}
.circle-inner{
	text-align: center;
}
.circle-text{
	font-size:28px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.about-career-text-wrapper{
	margin-left:20px;
}
.about-career-text{
	margin-top:50px;
	font-size:20px;
	line-height: 2.2;
	text-align: right;
}
#Make_the_Deal{
	margin-top:30px;
	width: 200px;
	height: 200px;
}
@media (max-width: 1024px) {
	.about__area{
		padding:0 20px 180px;
	}
	#Developer{
		width: 180px;
		height: 200px;
		margin-right: 0px;
	}
	#Business_Idea_Animation{
		width: 200px;
		height: 200px;
	}
	.about-career-text-area{
		flex-direction: column;
	}
	.about-career-text-wrapper{
		position: relative;
		order: -1;
		margin-left:0;
	}
	.about-career-text{
		text-align: left;
	}
	#Make_the_Deal{
		position: absolute;
		margin-top: 0;
		bottom:-200px;
		left:0;
		width: 150px;
		height: 150px;
	}
}
@media (max-width: 768px) {
	#Developer{
		width: 100px;
		height: 100px;
	}
	#caption-about{
		width: 70px;
		height: 60px;
	}
	.about-introduction{
		font-size:24px;
	}
	.about-introduction-text{
		margin-top:20px;
		font-size:14px;
	}
	.about-career-area{
		margin-top:60px;
	}
	#Business_Idea_Animation{
		width: 120px;
		height: 120px;
	}
	.about-career{
		font-size:24px;
	}
	.about-career-f72{
		font-size:32px;
	}
	.circle-wrapper {
		min-width: 300px;
		width: 300px;
		height: 280px;
		margin: 30px auto 0px auto;
	}
	.circle1 {
		width: 165px;
		height: 165px;
	}
	.circle2 {
		width: 165px;
		height: 165px;
	}
	.circle3 {
		width: 165px;
		height: 165px;
	}
	.circle-text{
		font-size:20px;
	}
	.about-career-text{
		margin-top:30px;
		font-size:14px;
		line-height: 2;
	}
	#Make_the_Deal{
		bottom:-120px;
		left:0;
		width: 100px;
		height: 100px;
	}
}

/*----------------------------
* community
*----------------------------*/
.community__area{
	position: relative;
	padding:50px 100px 60px 100px;
	background-color: #FFEFEB;
}
#company-employees{
	width: 260px;
	position: absolute;
	right: 100px;
	top: -150px;
}
#caption-community{
	width: 220px;
	height: 100px;
}
.community-introduction{
	font-size:64px;
	color: #FF8200;
	line-height: 1.4;
}
.community-card-area{
	margin-top:20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 40px;
}
.community-card{
	padding:25px;
	background-color: #FFFFFF;
	border-radius: 30px;
}
.community-card-img{
	border-radius: 30px;
}
.community-card-title{
	font-size:26px;
	margin:15px 0;
}
.community-card-text{
	font-size: 16px;
	line-height: 1.8;
}
@media (max-width: 1024px) {
	.community__area{
		padding:50px 20px 60px 20px;
	}
	.community-card-area{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, auto);
	}
}
@media (max-width: 768px) {
	.community__area{
		padding:30px 20px 60px 20px;
	}
	#company-employees{
		width: 180px;
		right: 20px;
		top: -100px;
	}
	#caption-community{
		width: 120px;
		height: 60px;
	}
	.community-introduction{
		font-size:20px;
	}
	.community-card-area{
		margin-top:30px;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(6, auto);
		gap: 30px;
	}
	.community-card-title{
		font-size:24px;
	}
}
/*----------------------------
* voice
*----------------------------*/
.voice__area{
	margin:50px 0;
	padding:0 100px 100px 100px;
	overflow: hidden;
	position: relative;
	background-image: url("img/voice-bg_PC.png");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}
#caption-voice{
	width: 150px;
	height: 110px;
	display: block;
	margin-left: auto;
	margin-right:0;
}
.voice-title{
	margin-top:20px;
	font-size: 64px;
	color: #2DC38A;
	text-align: right;
}
.voice-text{
	margin:20px 0 50px;
	font-size:20px;
	font-weight: 700;
	line-height: 2;
	text-align: right;
}
.voice-inner {
	display: flex;
    /* アニメーションを適用（変数はJSから設定） */
    animation: voice-scroll var(--scroll-duration, 20s) linear infinite;
}
.voice-card {
	flex: 0 0 auto; /* 幅を固定 */
	width: 450px; /* 幅を指定 */
	background: linear-gradient(180deg, #84DCBA, #0AB976);
	border-radius: 30px;
	padding: 35px;
    margin-right: 50px; /* カード間の余白 */
	position: relative;
}
.voice-card::after {
	content: "";
	position: absolute;
	top: 5px; left: 5px; bottom: 5px; right: 5px;
	background: #FFFFFF;
	border-radius: 25px;
	z-index: 0;
}
/* ホバーでスクロールを停止 */
.voice-inner:hover {
    animation-play-state: paused;
}
/* 無限スクロールのアニメーションを定義 */
@keyframes voice-scroll {
    from {
        transform: translateX(0);
    }
    to {
        /* 移動距離をJSから変数で設定 */
        transform: translateX(var(--scroll-width, -2000px));
    }
}
.voice-card-wrapper{
	position: relative;
	z-index: 1;
}
.voice-card-inner{
	display: flex;
	align-items: center;
}
.voice-icon-img{
	border-radius: 9999px;
	object-fit: cover;
	width: 100px;
	height: 100px;
}
.voice-attribute-area{
	margin-left:15px;
}
.voice-name-area{
	font-size:20px;
}
.voice-name{
	font-size:32px;
	font-weight: 700;
}
.voice-attribute{
	font-size:16px;
	font-weight: 700;
}
.voice-card-text{
	margin-top:20px;
	font-size:14px;
	font-weight: 700;
	line-height: 1.8;
}

@media (max-width: 1024px) {
	.voice__area{
		padding:0 20px 100px 20px;
	}
}
@media (max-width: 768px) {
	.voice__area{
		margin:0;
		padding:30px 20px 100px 20px;
		background-image: url("img/voice-bg_SP.png");
		background-position: center;
	}
	#caption-voice{
		width: 80px;
		height: 70px;
	}
	.voice-title{
		margin-top:10px;
		font-size: 24px;
	}
	.voice-text{
		margin:10px 0 30px;
		font-size:14px;
		text-align: left;
	}
	.voice-card {
		width: 300px; /* 幅を指定 */
		margin-right: 20px; /* カード間の余白 */
		padding: 25px;
	}
	.voice-icon-img{
		width: 70px;
		height: 70px;
	}
	.voice-attribute-area{
		margin-left:15px;
	}
	.voice-name-area{
		font-size:14px;
	}
	.voice-name{
		font-size:16px;
	}
	.voice-attribute{
		font-size:14px;
		font-weight: 500;
	}
	.voice-card-text{
		font-size:14px;
		font-weight: 500;
	}
}
/*----------------------------
* member
*----------------------------*/
.member__area{
	padding-top:60px;
}
#caption-member{
    width: 400px;
	height: 120px;
    position: absolute;
    top: -100px; /* カードの上端から50px上に配置 */
    left: 0;
    z-index: 2; /* カード本体(.member-card::after)より手前に表示 */
}
.member-card-area{
	background-image: url("img/member_bg.png");
	background-position: top;
	background-size: cover;
	padding:20px 0 50px;
	display:flex;
	justify-content: center;
	gap: 20px;
}
.member-card{
	flex: 0 0 auto; /* 幅を固定 */
	width: 400px; /* 幅を指定 */
	background: linear-gradient(180deg, #35A7F5, #0BC4F3);
	border-radius: 30px;
	padding: 40px 40px 20px 40px;
	position: relative;
}
.member-card::after {
	content: "";
	position: absolute;
	top: 5px; left: 5px; bottom: 5px; right: 5px;
	background: #FFFFFF;
	border-radius: 25px;
	z-index: 0;
}
.member-card-wrapper{
	position: relative;
	z-index: 1;
}
.member-card-inner{
	display: flex;
}
.member-icon-img{
	border-radius: 50%;
	object-fit: cover;
	width: 140px;
	height: 140px;
}
.member-name-area{
	margin-left:10px;
}
.member-name{
	font-size:24px;
	font-weight: 700;
}
.member-role{
	font-size:16px;
	font-weight: 400;
	padding-left:10px;
}
.member-text{
	margin-top:10px;
	font-size:14px;
	font-weight: 700;
	line-height: 1.8;
}
.sns-icon-area{
	margin-top:20px;
	display: flex;
	align-items: center;
	gap:15px;
}
.x-icon-img{
	width: 20px;
}
.note-icon-img{
	width: 50px;
}
.instagram-icon-img{
	width: 30px;
}
@media (max-width: 1024px) {
	.member-card-area{
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 768px) {
	.member__area{
		padding-top:50px;
	}
	#caption-member{
		width: 220px;
		height: 100px;
		top: -100px;
	}
	.member-card-area{
		padding:50px 20px 60px;
		gap: 20px;
	}
	.member-card{
		max-width: 340px;
		width: auto;
		padding: 25px;
	}
	.member-icon-img{
		width: 70px;
		height: 70px;
	}
	.member-name{
		font-size:16px;
	}
	.member-role{
		padding-top:10px;
	}
	.member-role{
		font-size:14px;
	}
	.sns-icon-area{
		margin-top:0;
	}
}

/*----------------------------
* FAQ
*----------------------------*/
.faq__area {
    padding: 80px 100px;
    background-color: #EAF8E9; /* 既存の背景色を維持 */
}
#caption-faq{
	width: 200px;
	height: 120px;
	display: block;
	margin-left: auto;
	margin-right: 0;
}
.faq-title {
	margin-top:20px;
    font-size: 64px;
    color: #0AB976;
    text-align: right;
    margin-bottom: 50px;
}
.faq-item {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding:40px;
	margin-bottom:50px;
}
.faq-question {
	color:#0AB976;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    list-style: none; /* Firefoxのマーカーを消す */
}
.faq-question::-webkit-details-marker {
    display: none; /* Chrome/Safariのマーカーを消す */
}
.faq-question::after {
    content: '';
    display: block;
    width: 15px; /* 矢印のサイズ */
    height: 15px; /* 矢印のサイズ */
    border-right: 3px solid #0AB976; /* 矢印の線の太さと色 */
    border-bottom: 3px solid #0AB976; /* 矢印の線の太さと色 */
    transform: rotate(45deg); /* 下向きにする */
    transition: transform 0.3s ease;
}
.faq-item[open] > .faq-question::after {
    transform: rotate(-135deg); /* 上向きにする */
}
.faq-answer {
	margin-top:40px;
    padding-right: 100px;
	font-size:18px;
	font-weight: 400;
    line-height: 2.2;
}
.faq-item[open] > .faq-answer {
    max-height: 500px; /* 回答の高さに応じて調整が必要な場合がある */
    padding-bottom: 20px;
}
.faq__btn{
	width: 335px;
	margin:0 auto;
}
.faq__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 335px;
	height: 105px;
	text-decoration: none;
	transition: 0.3s;
	background: linear-gradient(180deg, #84DCBA, #0AB976);
	border-radius: 9999px;
}
.faq__btn-text {
	color:#FFFFFF;
	font-size:26px;
	font-weight: 900;
}
@media (max-width: 1024px) {
	.faq__area {
		padding: 80px 20px;
	}
}
@media (max-width: 768px) {
	.faq__area {
		padding: 30px 20px 60px;
	}
	#caption-faq{
		width: 120px;
		height: 70px;
	}
	.faq-title {
		margin-top:10px;
		font-size: 24px;
		margin-bottom: 30px;
	}
	.faq-item {
		padding:25px;
		margin-bottom:25px;
	}
	.faq-question {
		font-size: 12px;
	}
	.faq-question::after {
		width: 10px; /* 矢印のサイズ */
		height: 10px; /* 矢印のサイズ */
		border-right: 2px solid #0AB976; /* 矢印の線の太さと色 */
		border-bottom: 2px solid #0AB976; /* 矢印の線の太さと色 */
	}
	.faq-answer {
		margin-top:15px;
		padding-right: 0;
		font-size:12px;
		line-height: 2;
	}
	.faq-item[open] > .faq-answer {
		padding-bottom: 0;
	}
	.faq__btn{
		width: 180px;
	}
	.faq__btn a {
		width: 180px;
		height: 60px;
	}
	.faq__btn-text {
		font-size:14px;
	}
}
/*----------------------------
* SNS
*----------------------------*/
.sns__area{
    padding: 80px 100px 40px;
}
#caption-sns{
	width: 530px;
	height: 210px;
}
.sns-title-area{
	display:flex;
	align-items: center;
	margin-top:20px;
    margin-bottom: 50px;
}
.instagram-title-icon-img{
	width: 60px;
	height: 60px;
}
.sns-title {
	margin-left:20px;
    font-size: 64px;
    color: #FF8200;
}
@media (max-width: 1024px) {
	.sns__area{
		padding: 80px 20px 40px;
	}
}
@media (max-width: 768px) {
	.sns__area{
		padding: 30px 20px 40px;
	}
	#caption-sns{
		width: 300px;
		height: 130px;
	}
	.sns-title-area{
		margin-top:0;
		margin-bottom: 30px;
	}
	.instagram-title-icon-img{
		width: 30px;
		height: 30px;
	}
	.sns-title {
		margin-left:15px;
		font-size: 24px;
	}
}
/*----------------------------
* フッター
*----------------------------*/
footer{
	background-color: #FFF8F0;
	color:#287AE7;
	text-align: center;
}
.footer__area{
	padding:20px 100px 80px;
}
.footer-logo{
	width: 94px;
	margin:0 auto;
}
.footer-text{
	margin-top:10px;
	font-size:14px;
	font-weight: 700;
	line-height: 2;
}
.footer-link-area{
	display: flex;
	justify-content: center;
	gap:40px;
	font-size:14px;
	margin:30px 0 20px;
}
.copyright{
	border-top:1px solid #287AE7;
	padding-top:20px;
	font-size:12px;
	font-weight: 400;
}
@media (max-width: 768px) {
	.footer__area{
		padding:20px 20px 86px;
	}
	.footer-logo{
		width: 94px;
	}
	.footer-text{
		margin-top:30px;
		font-size:14px;
	}
	.footer-link-area{
		flex-direction: column;
		align-items: center;
		gap:10px;
		font-size:12px;
		margin:20px 0 30px;
	}
}

/*----------------------------
* プライバシーポリシー
*----------------------------*/
.privacypolicy-area{
    padding: 200px 200px 120px 200px;
}
.privacypolicy-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom:4px;
}
.privacypolicy-text{
    font-size:12px;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .privacypolicy-area{
        padding: 20px 20px 60px 20px;
    }
}

/*----------------------------
* 特商法に基づく表記
*----------------------------*/
.leagalnotation-area{
    padding: 200px 200px 120px 200px;
}
.leagalnotation-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom:4px;
}
.leagalnotation-text{
    font-size:12px;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .leagalnotation-area{
        padding: 20px 20px 60px 20px;
    }
}
