@charset "UTF-8";

/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
	/*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
	font-size: 16px;
	line-height: 1.6;
	color: #555554;
	font-family: "Noto Sans JP", YuGothic, 'Yu Gothic', Osaka, sans-serif, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a {
	color: #ff8585;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
}

p {
	font-size: 14px;
	font-weight: 400;
	font-family: "Noto Sans JP";
	letter-spacing: 0.14em;
	line-height: 2;
	color: #555554;
}


p.medium {
	font-size: 20px;
	font-weight: bold;
	font-family: brandon-grotesque, sans-serif;
	letter-spacing: 0.14em;
	color: #ff8585;
}


h2.large {
	font-size: 30px;
	font-weight: normal;
	font-family: "Zen Maru Gothic";
	letter-spacing: 0.14em;
	margin-bottom: 70px;
	position: relative;
}

h2.large::after {
	position: absolute;
	content: "";
	display: block;
	width: 180px;
	height: 2px;
	background-color: #ff8585;
	margin-top: 5px;
	left: 50%;
	transform: translateX(-50%);
}


h3 {
	font-size: 20px;
	font-weight: 400;
	font-family: "Noto Sans JP";
	letter-spacing: 0.14em;
	line-height: 2;
	color: #555554;
	text-align: center;
	padding-top: 15px;
	position: relative;
}

h3::after {
	position: absolute;
	content: "";
	display: block;
	width: 220px;
	height: 2px;
	background-color: #ff8585;
	margin-top: 5px;
	left: 50%;
	transform: translateX(-50%);
}

h3::before {
	position: absolute;
	content: "";
	display: block;
	width: 220px;
	height: 2px;
	background-color: #ff8585;
	margin-top: -5px;
	left: 50%;
	transform: translateX(-50%);
}

span {
	display: block;
}

.section-inner {
	max-width: 1080px;
	margin: 0 auto;
}

.title {
	text-align: center;
}



.button {
	display: block;
	width: 160px;
	height: 40px;
	border: 1px solid #ff8585;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ff8585;
	letter-spacing: 0.14em;
	line-height: 36px;
	font-family: brandon-grotesque, sans-serif;
	padding: 0 23px 0 0;
	/* ボタン内のテキストと画像の間に余白を設ける */
	background-image: url('../images/button-be.png');
	/* 矢印の画像を指定 */
	background-repeat: no-repeat;
	background-position: right 8px center;
	/* 画像の配置位置を右中央に設定 */
	background-size: 28px;
	/* 画像のサイズを調整 */
}

.button:hover {
	border: 1px solid #fff;
	background-color: #ff8585;
	color: #fff;
	background-image: url('../images/button-af.png');
	/* 矢印の画像を指定 */
}

.col-3 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	text-align: center;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

/* 要素でふわっと */

.fadein {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 1.5s;
}

.fadein-up {
	transform: translate(0, 30px);
}

.fadein-bottom {
	transform: translate(0, -30px);
}

.scrollin {
	opacity: 1;
	transform: translate(0, 0) !important;

}

/* 要素でふわっと 終り */


@media screen and (max-width:640px) {
	.section-inner {
		max-width: 320px;
		margin: 0 auto;
	}

	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.button {
		width: 140px;
		height: 32px;
		border-radius: 16px;
		line-height: 28px;
		padding: 0 23px 0 0;
		/* ボタン内のテキストと画像の間に余白を設ける */
		background-image: url('../images/button-be.png');
		/* 矢印の画像を指定 */
		background-repeat: no-repeat;
		background-position: right 8px center;
		/* 画像の配置位置を右中央に設定 */
		background-size: 22px;
		/* 画像のサイズを調整 */
	}
	
	.button:hover {
		border: 1px solid #fff;
		background-color: #ff8585;
		color: #fff;
		background-image: url('../images/button-af.png');
		/* 矢印の画像を指定 */
	}
	
	h2.large {
		font-size: 25px;
		margin-bottom: 70px;
	}

}


/** -----------------------------------------------
  PC :  画面の横幅が641px以上
------------------------------------------------**/

/* header */
#header {
	height: 80px;
	width: 100%;
	padding: 0 9px 0 15px;
	position: fixed;
	top: 0;
	z-index: 2;
	display: flex;
	background: linear-gradient(#fff, rgba(255, 255, 255, 0.3));
	justify-content: space-between;
}

.header-logo {
	display: flex;
	width: 340px;
	align-items: center;
	justify-content: space-between;
	margin-left: 20px;
}

.header-logo img {
	height: 30px;
}

.header-logo p {
	font-size: 14px;
	font-weight: 900;
	font-family: brandon-grotesque, sans-serif;
	letter-spacing: 0.14em;
	line-height: 1.1;
	color: #ff8585;
	text-shadow: 1px 1px 1px rgba(255, 133, 133, 0.64);
}

.header-sub {
	position: relative;
}

.header-logo p::after {
	position: absolute;
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	background-color: #ff8585;
	margin-top: 6px;
	left: 50%;
	transform: translateX(-50%);
}

.header-logo p::before {
	position: absolute;
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	background-color: #ff8585;
	margin-top: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.gnav-pc-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.gnav-pc {
	display: flex;
}

ul.gnav-pc li {
	display: inline;
	margin-right: 40px;
}


.gnav-pc-p {
	font-size: 14px;
	font-weight: 400;
	color: #ff8585;
	text-shadow: 1px 1px 1px rgba(255, 133, 133, 0.64);
	letter-spacing: 0.14em;
	text-align: center;
}


.gnav-pc-ps {
	font-size: 11px;
	font-weight: 400;
	font-family: brandon-grotesque, sans-serif;
	color: #ff8585;
	text-shadow: 1px 1px 1px rgba(255, 133, 133, 0.64);
	letter-spacing: 0.14em;
	text-align: center;
}


.header-button {
	display: block;
	width: 160px;
	height: 55px;
	border-radius: 27px;
	background-color: #ff8585;
	text-align: center;
}

.header-button-p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.14em;
	text-shadow: 2px 2px 2px rgba(255, 133, 133, 1);
	margin: 2px 0 0 0;
}


.header-button-ps {
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.14em;
	text-shadow: 2px 2px 2px rgba(255, 133, 133, 1);
	margin: -4px 0 0 0;
}

.header-button:hover,
.about-gnav:hover,
.business-gnav:hover,
.member-gnav:hover,
.environment-gnav:hover,
.position-gnav:hover,
.faq-gnav:hover {
	opacity: 0.5;
}

.entry-hover {
	display: none;
}

#menu-button {
	display: none;
}

.gnav-sp-wrap {
	display: none;
}

/* スマホ */

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

	#header {
		height: 60px;
		padding: 0;
	}

	.gnav-pc-wrap {
		display: none;
	}

	.header-logo {
		width: 250px;
		margin-left: 20px;
	}

	.header-logo img {
		height: 20px;
	}

	.header-logo p::after {
		width: 65px;
		margin-top: 4px;
	}

	.header-logo p::before {
		width: 65px;
		margin-top: -4px;
	}

	#menu-button {
		display: block;
		width: 60px;
		height: 60px;
		padding: 15px 15px;
		position: relative;
		z-index: 900;
	}

	.gnav-sp-wrap {
		display: none;
		width: 100vw;
		height: 100vh;
		background-color: #fff;
		position: fixed;
		z-index: 100;
		padding-top: 100px;
	}

	ul.gnav-sp li {
		text-align: center;
		margin-bottom: 30px;
	}

	.gnav-pc-ps {
		font-size: 10px;
	}

	.gnav-pc-p {
		position: relative;
	}

	.gnav-pc-p::after {
		position: absolute;
		content: "";
		display: block;
		width: 100px;
		height: 1px;
		background-color: #ff8585;
		left: 50%;
		transform: translateX(-50%);
	}


	.entry-hover {
		display: none;
		width: 80px;
		height: 80px;
		border-radius: 40px;
		background-color: rgba(255, 133, 133, 0.75);
		text-align: center;
		line-height: 80px;
		position: fixed;
		top: 620px;
		right: 20px;
		z-index: 1;
	}

	.entry-hover:hover,
	.entry-gnav:hover,
	.about-gnav:hover,
	.business-gnav:hover,
	.member-gnav:hover,
	.environment-gnav:hover,
	.position-gnav:hover,
	.faq-gnav:hover {
		opacity: 0.5;
	}


	.entry-hover-t,
	.entry-hover-ts {
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0em;
		color: #fff;
		text-shadow: 2px 2px 2px rgba(255, 133, 133, 1);
		padding: 18px 0 0 0;
	}

	.entry-hover-ts {
		font-size: 10px;
		font-family: brandon-grotesque, sans-serif;
		padding: 0 0 18px 0;
		letter-spacing: 0.14em;
	}

}


/* mainvisual */

#mainvisual {
	background-image: url('../images/mv-pc.png');
	width: 100%;
	height: 800px;
	background-size: cover;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	gap: 50px;
}

.copy-wrap {
	padding: 340px 0 0 70px;
}

.maincopy {
	font-size: 50px;
	font-weight: 700;
	font-family: "Zen Maru Gothic";
	letter-spacing: 0.14em;
	line-height: 1.8;
	color: #777777;
}

.subcopy {
	width: 370px;
	padding-top: 35px;
	color: #777777;
	font-weight: 500;
}

.mv-button {
	display: block;
	width: 210px;
	height: 45px;
	border: 1px solid #ff8585;
	border-radius: 22.5px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #ff8585;
	letter-spacing: 0.14em;
	margin-top: 60px;
	line-height: 45px;
	position: relative;
	padding-right: 30px;
	background-image: url('../images/mv-button-be.png');
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 35px;
}

.mv-button:hover {
	border: 1px solid #fff;
	background-color: #ff8585;
	color: #fff;
	background-image: url('../images/mv-button-af.png');
}

.mv-img {
	padding: 100px 0 0 0;
}

.mv-img-sp {
	display: none;
}

/* mainvisual-スマホ */

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

	.mv-img {
		display: none;
	}


	#mainvisual {
		background-image: url('../images/mv-sp.png');
		width: 100%;
		height: 800px;
		display: block;
		background-size: 100%;
	}

	.copy-wrap {
		padding: 80px 0 0 28px;
		width: 100%;
	}

	.maincopy {
		font-size: 28px;
	}

	.subcopy {
		width: 320px;
		padding-top: 30px;
		font-size: 12px;
	}

	.mv-button {
		display: none;
	}

	.mv-img-sp {
		display: block;
		padding-top: 15px;
	}

}

/* about */

#about {
	background-image: url('../images/about-pc.png');
	width: 100%;
	height: 1222px;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

#about .section-inner {
	padding: 100px 0 0 0;
}

.about-col-2 {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.col-2 {
	display: flex;
	justify-content: space-between;
}


.about-col-2 .item {
	width: calc((100vw - 90px)/2);
}



.about-text01 {
	width: 360px;
	margin: 0 auto;
	text-align: left;
}

.about-text02 {
	width: 360px;
	text-align: left;
	margin: 130px 0 0 90px;
}

.about-text03 {
	width: 360px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	margin: -250px 0 0 90px;
}

.item {
	align-items: center;
}

.about-button {
	margin: 90px 0 0 90px;
}

.item-img01-sp,
.item-img02-sp {
	display: none;
}

.item-img01 {
	width: 120%;
	max-width: 600px;
}

/* about-スマホ */

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


	#about {
		background-image: url('../images/about-sp.png');
		height: 1445px;
		background-size: 100%;
	}

	#about .section-inner {
		padding: 90px 0 0 0;
		width: 100vw;
	}

	.about-col-2 {
		display: block;
	}

	.col-2 {
		display: block;
	}


	.about-col-2 .item {
		width: 100%;
		margin: 0 auto;
	}

	.col-2 .item {
		width: 100%;
		margin: 0 auto;
	}

	.about-text01 {
		width: 100%;
		margin: 0 auto 40px auto;
	}

	.about-text02 {
		width: 100%;
		margin: 60px auto 40px auto;
	}

	.about-text03 {
		width: 100%;
		margin: 30px auto 0 auto;
		letter-spacing: 0.1em;
	}

	.about-button {
		display: flex;
		justify-content: flex-end;
		margin: 20px 0 0 0;
	}

	.item-img01,
	.item-img02 {
		display: none;
	}

	.item-img01-sp,
	.item-img02-sp {
		display: block;
	}


}




/* business */

#business {
	background-image: url('../images/business-pc.png');
	width: 100%;
	height: 1209px;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#business .section-inner {
	padding: 280px 0 0 0;
}

#business .title {
	max-width: 320px;
	text-align: center;
}

.business-text {
	text-align: left;
}


.card-text {
	width: 260px;
	margin: 0 auto;
}

.busi-card-text {
	margin-top: 30px;
	text-align: left;
}


.item01 {
	width: calc((100% - 48px)/3);
	margin-top: -160px;
	text-align: center;
}

.item02 {
	width: calc((100% - 48px)/3);
}

.item03 {
	width: calc((100% - 48px)/3);
	margin-top: 160px;
}

.busi-button {
	display: flex;
	justify-content: flex-end;
	margin-top: 275px;
}

.busi-button-sp {
	display: none;
}

.slider-busi {
	display: none;
}

/* business-スマホ */

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

	#business {
		background-image: url('../images/business-sp.png');
		height: 1017px;
		background-size: 100%;
	}

	#business .section-inner {
		padding: 102px 0 0 0;
	}

	.business-text {
		margin-bottom: 60px;
	}

	.col-3 {
		display: none;
	}

	.busi-button-sp {
		margin-top: 30px;
		display: flex;
		justify-content: flex-end;
	}

	.busi-button {
		display: none;
	}

	.slider-busi {
		display: block;
		/* display: flex; */
		margin: 0 auto;
		text-align: center;
		align-items: center;
		position: relative;
	}


	.slick-busi-prev {
		position: absolute;
		top: 125px;
		left: -15px;
		width: 30px;
		height: 30px;
	}

	.slick-busi-next {
		position: absolute;
		top: 125px;
		right: -15px;
		width: 30px;
		height: 30px;
	}

	.busi-set-sp {
		padding: 0 0 0 7px;
	}

	.slider-img {
		width: 100%;
	}

	.busi-text-wrap {
		margin-top: 40px;
		margin-left: 15px;
		width: 260px;
	}
}

/* member */

#member {
	background-image: url('../images/member-pc.png');
	width: 100%;
	height: 1250px;
	background-size: cover;
	background-position: 0% 7%;
	background-repeat: no-repeat;
}

#member .section-inner {
	padding: 300px 0 0 0;
}

.member-set {
	display: flex;
	justify-content: flex-end;
	padding-right: 80px;
}

#member .title {
	max-width: 360px;
	text-align: center;
}

.member-text {
	text-align: left;
}

.item-set01 {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}

.item-set02 {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}


.item-mem-01 {
	background-image: url('../images/member-01-pc.png');
	width: 520px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -125px;
}

.item-mem-02 {
	background-image: url('../images/member-02-pc.png');
	width: 520px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
}

.item-mem-03 {
	background-image: url('../images/member-03-pc.png');
	width: 520px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -125px;
}

.item-mem-04 {
	background-image: url('../images/member-04-pc.png');
	width: 520px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
}

.card {
	display: flex;
	justify-content: flex-end;
}

.card-text-mem01 {
	padding: 40px 40px 0 0;
}

.card-text-mem02 {
	padding: 42px 40px 0 0;
}


.card-text-mem03 {
	padding: 45px 70px 0 0;
}

.card-text-mem04 {
	padding: 42px 35px 0 0;
}

.mem-catch {
	font-size: 16px;
	font-weight: bold;
	font-family: "Zen Maru Gothic";
	letter-spacing: 0.14em;
	line-height: 1.6;
	color: #555554;
}

.name {
	font-size: 16px;
	padding: 35px 0 0 0;
}

.mem-button {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}


.slider {
	display: none;
}

/* member-スマホ */

@media screen and (max-width:640px) {
	#member {
		background-image: url('../images/member-sp.png');
		height: 1000px;
		background-size: 100%;
		background-position: 0% 0%;
	}

	#member .section-inner {
		padding: 105px 0 0 0;
		width: 100%;
		margin: 0 auto;
	}

	.member-set {
		display: block;
		justify-content: flex-end;
		padding-right: 0;
		margin-bottom: 50px;
	}

	.item-set01 {
		display: none;
	}

	.item-set02 {
		display: none;
	}


	.item-mem-01 {
		background-image: url('../images/member-01-sp.png');
		width: 287px;
		height: 486px;
		margin-top: 0;
	}

	.item-mem-02 {
		background-image: url('../images/member-02-sp.png');
		width: 286px;
		height: 486px;
	}

	.item-mem-03 {
		background-image: url('../images/member-03-sp.png');
		width: 287px;
		height: 486px;
		margin-top: 0;
	}

	.item-mem-04 {
		background-image: url('../images/member-04-sp.png');
		width: 287px;
		height: 486px;
	}


	.card-text-mem {
		text-align: center;
	}

	.mem-button {
		display: flex;
		justify-content: flex-end;
	}

	.slider {
		display: block;
		text-align: center;
	}

	.slider li {
		display: inline-block;
		/* インラインブロック要素に変更 */
		width: 100%;
		height: auto;
		text-align: center;
	}

	.mem-catch {
		padding-top: 283px;
		line-height: 1.8;
	}

}

/* environment */

#environment {
	background-image: url('../images/environment-pc.png');
	width: 100%;
	height: 1140px;
	background-size: cover;
	background-position: 0% 7%;
	background-repeat: no-repeat;
}


#environment .section-inner {
	padding: 220px 0 0 0;
}

#environment .title {
	max-width: 320px;
	text-align: center;
}

.envi-text-l {
	text-align: left;
}

.col-3-envi {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	text-align: center;
}

.envi-text-s01 {
	font-size: 20px;
	font-weight: 700;
	font-family: "Zen Maru Gothic";
	letter-spacing: 0.14em;
	line-height: 2;
	color: #ff8585;
	margin-top: -10px;
}

.envi-text-s02 {
	font-size: 20px;
	font-weight: 700;
	font-family: "Zen Maru Gothic";
	letter-spacing: 0.14em;
	line-height: 2;
	color: #ff9d72;
	margin-top: -10px;
}

.envi-button {
	display: flex;
	justify-content: flex-end;
	margin-top: 272px;
}

.sp-envi {
	display: none;
}

.envi-button-sp {
	display: none;
}

/* environment-スマホ */

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

	#environment {
		background-image: url('../images/environment-sp.png');
		height: 957px;
		background-size: 100%;
		background-position: 0% 0%;
	}


	#environment .section-inner {
		padding: 92px 0 0 0;
	}

	.col-3-envi {
		display: none;
	}

	.sp-envi {
		display: block;
		text-align: center;
		margin-top: 50px;
	}

	.item-sp {
		display: flex;
		width: 320px;
		height: 160px;
		line-height: 160px;
		align-items: center;
	}

	.envi-text-s01 {
		width: 160px;
		/* padding-top: 60px;
		padding-bottom: 60px; */
		text-align: left;
		font-size: 18px;
	}

	.envi-text-s02 {
		width: 160px;
		/* padding-top: 80px;
		padding-bottom: 80px; */
		font-size: 18px;
	}

	.envi-text-s03 {
		width: 160px;
		/* padding-top: 70px;
		padding-bottom: 70px; */
		font-size: 18px;
		font-weight: 700;
		font-family: "Zen Maru Gothic";
		letter-spacing: 0.14em;
		line-height: 2;
		color: #ff8585;
	}

	.envi-button {
		display: none;
	}

	.envi-button-sp {
		display: flex;
		justify-content: flex-end;
		margin-top: 25px;
	}

}



/* position */

#position {
	background-image: url('../images/position-pc.png');
	width: 100%;
	height: 950px;
	background-size: cover;
	background-position: 0% 7%;
	background-repeat: no-repeat;
}

#position .section-inner {
	padding: 162px 0 0 0;
}

.posi-text {
	width: 640px;
	margin: 0 auto;
}

.posi-set01 {
	display: flex;
	justify-content: space-between;
	padding: 75px 0 0 0;
}

.posi-set02 {
	display: flex;
	justify-content: space-evenly;
	padding: 60px 100px 0 100px;
}

.en-button {
	display: block;
	width: 320px;
	height: 80px;
	border: 1.5px solid #ff9d72;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ff9d72;
	letter-spacing: 0.14em;
	line-height: 80px;
	padding: 0 30px 0 100px;
	/* ボタン内のテキストと画像の間に余白を設ける */
	background-image: url('../images/posi-en.png');
	/* 矢印の画像を指定 */
	background-repeat: no-repeat;
	background-position: center;
	/* 画像の配置位置を右中央に設定 */
	background-size: 260px 42px;
	/* 画像のサイズを調整 */
}

.en-button:hover {
	border: 1.5px solid #fff;
	background-color: #ff9d72;
	color: #fff;
	background-image: url('../images/posi-en-af.png');
	/* 矢印の画像を指定 */
}

.di-button {
	display: block;
	width: 320px;
	height: 80px;
	border: 1.5px solid #ff9d72;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ff9d72;
	letter-spacing: 0.14em;
	line-height: 80px;
	padding: 0 30px 0 100px;
	/* ボタン内のテキストと画像の間に余白を設ける */
	background-image: url('../images/posi-di.png');
	/* 矢印の画像を指定 */
	background-repeat: no-repeat;
	background-position: center;
	/* 画像の配置位置を右中央に設定 */
	background-size: 260px 31px;
	/* 画像のサイズを調整 */
}

.di-button:hover {
	border: 1.5px solid #fff;
	background-color: #ff9d72;
	color: #fff;
	background-image: url('../images/posi-di-af.png');
	/* 矢印の画像を指定 */
}


.ui-button {
	display: block;
	width: 320px;
	height: 80px;
	border: 1.5px solid #ff9d72;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ff9d72;
	letter-spacing: 0.14em;
	line-height: 80px;
	padding: 0 30px 0 100px;
	/* ボタン内のテキストと画像の間に余白を設ける */
	background-image: url('../images/posi-ui.png');
	/* 矢印の画像を指定 */
	background-repeat: no-repeat;
	background-position: center;
	/* 画像の配置位置を右中央に設定 */
	background-size: 260px 50px;
	/* 画像のサイズを調整 */
}

.ui-button:hover {
	border: 1.5px solid #fff;
	background-color: #ff9d72;
	color: #fff;
	background-image: url('../images/posi-ui-af.png');
	/* 矢印の画像を指定 */
}


.ma-button {
	display: block;
	width: 320px;
	height: 80px;
	border: 1.5px solid #ff9d72;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ff9d72;
	letter-spacing: 0.14em;
	line-height: 80px;
	padding: 0 35px 0 80px;
	/* ボタン内のテキストと画像の間に余白を設ける */
	background-image: url('../images/posi-ma.png');
	/* 矢印の画像を指定 */
	background-repeat: no-repeat;
	background-position: center;
	/* 画像の配置位置を右中央に設定 */
	background-size: 260px 42px;
	/* 画像のサイズを調整 */
}

.ma-button:hover {
	border: 1.5px solid #fff;
	background-color: #ff9d72;
	color: #fff;
	background-image: url('../images/posi-ma-af.png');
	/* 矢印の画像を指定 */
}

.cu-button {
	display: block;
	width: 320px;
	height: 80px;
	border: 1.5px solid #ff9d72;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ff9d72;
	letter-spacing: 0.14em;
	line-height: 80px;
	padding: 0 30px 0 80px;
	/* ボタン内のテキストと画像の間に余白を設ける */
	background-image: url('../images/posi-cu.png');
	/* 矢印の画像を指定 */
	background-repeat: no-repeat;
	background-position: center;
	/* 画像の配置位置を右中央に設定 */
	background-size: auto 38px;
	/* 画像のサイズを調整 */
}

.cu-button:hover {
	border: 1.5px solid #fff;
	background-color: #ff9d72;
	color: #fff;
	background-image: url('../images/posi-cu-af.png');
	/* 矢印の画像を指定 */
}

.posi-button-view {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.cu-button-sp {
	display: none;
}


/* position-スマホ */

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

	#position {
		background-image: url('../images/position-sp.png');
		height: 1140px;
		background-size: cover;
		background-position: 0% 0%;
	}

	#position .section-inner {
		padding: 100px 0 0 0;
	}

	.posi-text {
		width: 320px;
		margin: 0 auto;
		text-align: left;
	}

	.posi-set01 {
		display: block;
		padding: 60px 0 0 0;
	}

	.posi-set02 {
		display: block;
		padding: 0 0 0 0;
	}

	.posi-button {
		padding-bottom: 35px;
	}


	.en-button {
		text-align: left;
		padding: 0 30px 0 120px;
	}

	.di-button {
		text-align: left;
		padding: 0 30px 0 120px;
	}

	.ui-button {
		text-align: left;
		padding: 0 30px 0 120px;
	}

	.ma-button {
		text-align: left;
		padding: 0 30px 0 120px;
	}

	.cu-button {
		display: none;
	}

	.cu-button-sp {
		display: block;
		width: 320px;
		height: 80px;
		border: 1.5px solid #ff9d72;
		border-radius: 10px;
		background-color: #fff;
		text-align: left;
		font-size: 16px;
		font-weight: 500;
		color: #ff9d72;
		letter-spacing: 0.14em;
		line-height: 25px;
		padding: 12px 35px 0 120px;
		/* ボタン内のテキストと画像の間に余白を設ける */
		background-image: url('../images/posi-cu.png');
		/* 矢印の画像を指定 */
		background-repeat: no-repeat;
		background-position: center;
		/* 画像の配置位置を右中央に設定 */
		background-size: 260px 38px;
		/* 画像のサイズを調整 */
	}

	.cu-button-sp:hover {
		border: 1.5px solid #fff;
		background-color: #ff9d72;
		color: #fff;
		background-image: url('../images/posi-cu-af.png');
		/* 矢印の画像を指定 */
	}

	.posi-button-view {
		margin-top: 10px;
	}

}



/* faq */

#faq {
	background-image: url('../images/faq_pc.png');
	height: 955px;
	width: 100%;
	background-size: cover;
	background-position: 0% 7%;
	background-repeat: no-repeat;
}

#faq .section-inner {
	padding: 205px 0 0 0;
}

.faq {
	border-radius: 28px;
	margin-bottom: 25px;
	background-color: rgba(255, 133, 133, 0.65);
	border: 2px solid rgba(255, 133, 133, 0.1);
}



.faq-head {
	padding: 12px 58px 12px 40px;
	display: flex;
	align-items: center;
	border-radius: 8px;
	justify-content: space-between;
	cursor: pointer;
}


.faq-q-wrap {
	display: flex;
	align-items: center;
}

.faq-A-wrap {
	display: flex;
	padding: 12px 58px 12px 40px;
	align-items: center;
}

.faq-body {
	background-color: #fff;
	border-radius: 0 0 28px 28px;
	display: none;
}



.faq-Q,
.faq-Q-text {
	font-size: 30px;
	font-weight: 700;
	font-family: brandon-grotesque, sans-serif;
	letter-spacing: 0.14em;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(255, 133, 133, 0.4)
}

.faq-Q {
	margin-right: 27px;
}

.faq-Q-text {
	font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans JP";
}

.faq-Q-text-01 {
	font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans JP";
	letter-spacing: 0.14em;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(255, 133, 133, 0.4)
}


.faq-A,
.faq-A-text {
	font-size: 30px;
	font-weight: 700;
	font-family: brandon-grotesque, sans-serif;
	letter-spacing: 0.14em;
	color: #ff8585;
}

.faq-A {
	margin-right: 30px;
}

.faq-A-text {
	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans JP";
}

.faq-arrow {
	transition: transform 0.8s ease;
}

/* 矢印を反転させるスタイル */
.rotate {
	transform: rotate(180deg);
}


.faq-button {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}


/* faq-スマホ */

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

	#faq {
		background-image: url('../images/faq-sp.png');
		height: 1039px;
		background-position: 0% 0%;
	}

	#faq .section-inner {
		padding: 148px 0 0 0;
	}

	.faq {
		margin-bottom: 30px;
	}
	

	.faq-head {
		padding: 22px 30px 22px 20px;
		align-items: start;
	}

	.faq-arrow {
		margin-top: 6px;
		margin-left: 5px;
	}

	.faq-Q-text {
		width: 200px;
	}

	.faq-q-wrap {
		align-items: flex-start;
	}

	.faq-A-wrap {
		padding: 22px 20px 22px 20px;
		align-items: flex-start;
	}


	.faq-Q {
		margin-right: 14px;
		margin-top: -10px;
	}

	.faq-A {
		margin-top: -10px;
		margin-right: 16px;
	}

	.faq-Q-text-01 {
		width: 190px;
	}

}


/* entry */

#entry {
	background-image: url('../images/entry-pc.jpg');
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: 0% 7%;
	background-repeat: no-repeat;
}

.entry-wrap {
	width: 700px;
	padding-top: 90px;
}

.sub-copy {
	font-size: 40px;
	font-weight: 900;
	font-family: "Zen Maru Gothic";
	letter-spacing: 0.14em;
	line-height: 1.5;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(219, 132, 94, 1);
	max-width: 650px;
	width: 100%;
}

.entry-text {
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(219, 132, 94, 1);
	margin-top: 75px;
}

.entry-button {
	display: block;
	width: 200px;
	height: 55px;
	border-radius: 27px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ff9d72;
	letter-spacing: 0.2em;
	margin-top: 80px;
	line-height: 55px;
	position: relative;
	padding-right: 20px;
	background-image: url('../images/en-button-be.png');
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 40px;
}

.entry-button:hover {
	background-color: #ff9d72;
	color: #fff;
	background-image: url('../images/en-button-af.png');
}

/* entry-スマホ */

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

	#entry {
		background-image: url('../images/entry-sp.jpg');
		height: 600px;
		background-size: 100%;
	}

	.entry-wrap {
		width: 100%;
		padding-top: 50px;
	}

	.sub-copy {
		font-size: 30px;
		font-weight: 700;
		line-height: 1.67;
		max-width: 260px;
		width: 100%;
	}

	.entry-text {
		font-weight: 500;
		margin-top: 50px;
		line-height: 1.86;
	}

	.entry-button-wrap {
		align-items: center;
	}

	.entry-button {
		width: 188px;
		margin: 50px auto;
		line-height: 55px;
		background-position: right 8px center;
		background-size: 40px;
	}


}

/* footer */

#footer {
	background-color: rgba(255, 133, 133, 0.2);
	width: 100%;
	height: 180px;
}

#footer .section-inner {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

.copyright {
	font-size: 15px;
	font-weight: 400;
	font-family: brandon-grotesque, sans-serif;
	letter-spacing: 0.14em;
	color: #ff8585;
	padding-top: 20px;
}


.footer-logo {
	background-color: rgba(255, 133, 133, 0.75);
	width: 180px;
	height: 60px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	margin-left: 260px;
	align-items: center;
	padding: 4px 23px 0 23px;
}

.footer-logo img:hover {
	opacity: 0.7;
}

.logo {
	height: 30px;
}

.footer-li {
	padding-left: 80px;
}

.footer-li li {
	margin-bottom: 5px;
	/* 下方向のマージンを追加（適宜調整） */
}

.footer-li li:hover {
	opacity: 0.7;
}

#footer a {
	font-size: 16px;
	font-weight: 600;
	font-family: "Noto Sans JP";
	letter-spacing: 0.14em;
}

.section-inner-sp {
	display: none;
}

/* footer-スマホ */

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

	#footer .section-inner {
		display: none;
	}

	#footer {
		height: 290px;
	}

	.section-inner-sp {
		display: block;
		max-width: 1080px;
		padding-top: 40px;
		text-align: center;
		margin: 0 auto;
	}


	.copyright {
		font-size: 10px;
		font-weight: 400;
		padding-top: 10px;
	}


	.footer-logo {
		margin-left: 0px;
		margin: 20px auto;
		align-items: center;

	}



	.logo {
		height: 30px;
	}

	.footer-li {
		padding-left: 0;
	}

	.footer-li li {
		margin-bottom: 0;
		/* 下方向のマージンを追加（適宜調整） */
	}



	#footer a {
		font-size: 12px;
		font-weight: 500;
	}

}




/*ここからメディアクエリで各デバイスサイズに書き分けます。
今回の課題で考慮するのはPCとスマホのみでOKですが、タブレットサイズでのスタイルを書いてもOK！
また、CSSは上から下に継承されるので、変化させたいところだけ書けばOKです*/


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/
@media screen and (max-width:640px) {
	.example {
		font-size: 20px;
		color: #AD8651;
	}
}