@charset "utf-8";

/*####################　ベース　####################*/
html,body,
h1,h2,h3,h4,h5,h6,
div,p,pre,nav,header,footer,
ol,ul,li,dl,dt,dd,
a,em,strong,small,span,img,
iframe,table,caption,thead,tbody,tfoot,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow-y: scroll;
}
body {
	line-height: 1.5em;
	font-size: 14px;
	font-family: "Hiragino Sans W6", "Meiryo", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media (max-width: 801px) {
	body {
		font-size: 10px;
	}
}
img {
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
}
ol {
	list-style: inside decimal;
}
/*####################　ヘッダ　####################*/
.header {
	display: flex;
	justify-content: space-between;
	position: fixed;
	inset: 0;
	top: 0;
	width: 75%;
	height: 55px;
	align-items: center;
	background-color: rgba(255,255,255,0.65);
	backdrop-filter: blur(4px);
	border-left: solid 1.5px rgba(255,255,255,1);
	border-right: solid 1.5px rgba(255,255,255,1);
	border-bottom: solid 1.5px rgba(255,255,255,1);
	border-radius: 0px 0px 25px 25px;
	z-index: 100;
	margin: 0 auto;
}
.header img {
	width: 155px;
	height: auto;
	margin-left: 25px;
}
.header-toiawase {
	height: 20px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 100px;
	background-color: rgba(255,101,0);
	margin: 0px 20px 0px 0px;
	padding: 8px 25px;
}
.header-toiawase:hover {
	background-color: rgba(255,101,0,0.7);
}
.resizeimg {
	display: flex;
	position: relative;
	width: calc(100%);
	height: calc(100vh);
	overflow: hidden;
	align-items: center;
	text-align: center;
	background-image: url("../img/Fdesign_top.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}
.top-catch-box {
	display: inline-block;
	align-items: center;
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans W6", "Meiryo", sans-serif;
	background-color: rgba(255,255,255,0.4);
	backdrop-filter: blur(4px);
	border: solid 1.5px #fff;
	border-radius: 2.7vw;
	margin: auto;
	padding: 2.7vw 3vw 1.5vw 3vw;
}
.top-catch01 {
	font-size: clamp(1.7em, 2.35vw, 2.35vw);
	font-weight: bold;
	color: rgba(255,101,0);
}
.top-catch02 {
	font-size: clamp(2.5em, 4.3vw, 4.3vw);
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1.2em;
	margin: 2.55vw 0px 0.9vw 0px;
}
.top-catch02-b {
	font-size: clamp(1.4em, 4.3vw, 4.3vw);
}
.top-lead {
	font-size: clamp(1em, 1.3vw, 1.3vw);
	font-weight: bold;
	line-height: 1.4em;
}
.scroll {
	position: absolute;
	right: 50%;
	bottom: 50px;
	color: #000;
	font-weight: bold;
}
.scroll::before {
	animation: scroll 2s infinite;
	background-color: #000;
	bottom: -45px;
	content: "";
	height: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
@media (max-width: 800px) {
	.header {
		inset: 0;
		width: 85%;
		height: 45px;
		border-radius: 0px 0px 15px 15px;
	}
	.header img {
		width: 110px;
		height: auto;
		margin-left: 20px;
	}
	.header-toiawase {
		height: 15px;
		margin: 0px 15px 0px 0px;
		padding: 7px 17px;
	}
	.resizeimg {
		height: 330px;
	}
	.scroll {
		width: calc((100% - 40px));
		transform: scale(0);
	}
}
/* スクロールのアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*####################　導入部　####################*/
@keyframes fadein {
    from {
        opacity: 0;
		transform: translateY(3rem);
    }
    to {
        opacity: 1;
		transform: rotateY(0)
    }
}
.intro {
	width: calc(100% - 40px);
	overflow: hidden;
	text-align: center;
	background-image: url("../img/logo_list.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 30px;
	margin: 100px auto;
	padding: 85px 0px 80px 0px;
	animation: fadein linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
.intro-box {
	width: 85%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto 0 auto;
}
h1 {
	color: #fff;
	font-size: 2.8em;
	line-height: 1.4em;
	text-shadow: 1px 1px 7px rgba(70,70,70), -1px -1px 7px rgba(70,70,70), -1px 1px 7px rgba(70,70,70), 1px -1px 7px rgba(70,70,70);
}
.intro-text01 {
	display: inline-block;
	text-align: left;
	font-size: 2em;
	line-height: 1.8em;
	background-color: rgba(255,255,255,0.7);
	backdrop-filter: blur(4px);
	border-radius: 30px;
	margin: 60px auto 0 auto;
	padding: 30px 50px 23px 50px;
}
.intro-bold {
	color: rgba(255,101,0);
	font-weight: bold;
}
.intro-text02 {
	font-size: 2em;
	font-weight: bold;
	color: rgba(255,101,0);
	text-align: center;
	line-height: 1.5em;
	margin: 15px auto 0px auto;
}
.intro-text03 {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.7em;
	text-shadow: 1px 1px 7px rgba(70,70,70), -1px -1px 7px rgba(70,70,70), -1px 1px 7px rgba(70,70,70), 1px -1px 7px rgba(70,70,70);
	margin-top: 50px;

}
@media (max-width: 800px) {
	.intro {
		margin: 40px auto;
		padding: 40px 0px 30px 0px;
	}
	h1 {
		line-height: 1.25em;
	}
	.intro-text01 {
		line-height: 1.5em;
		margin: 30px auto 0 auto;
		padding: 20px 20px 15px 20px;
	}
	.intro-text02 {
		font-size: 1.4em;
		line-height: 1.4em;
		margin-top: 10px;
	}
	.intro-text03 {
		font-size: 1.4em;
		line-height: 1.5em;
		margin-top: 20px;
	}
}
/*####################　セールスポイント　####################*/
.point {
	width: calc(100% - 40px);
	text-align: center;
	background-image: linear-gradient(90deg, rgba(61,200,194,1), rgba(61,156,194,1) 40%, rgba(175,125,233,1));
	border-radius: 30px;
	margin: 0px auto;
	padding: 100px 0px 80px 0px;
	animation: fadein linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
.point-box {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	width: 85%;
	max-width: 1050px;
	text-align: center;
	margin: 0px auto;
}
.point-waku {
	width: calc((100%) / 1);
	height: auto;
	border-radius: 300px;
	background-color: #fff;
	margin: 0 auto;
	padding: 35px 20px 25px 20px;
}
.point-midashi {
	color: rgba(0,106,183);
	font-size: 2.7em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 25px;
}
.point-waku p {
	font-size: 1.1em;
	line-height: 1.8em;
}
.point-text {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.7em;
	margin: 20px auto 0px auto;
}
@media (max-width: 800px) {
	.point {
		padding: 40px 0px 30px 0px;
	}
	.point-waku  {
		border-radius: 30px;
		padding: 25px 20px 15px 20px;
	}
	.point-midashi  {
		font-size: 2em;
		margin-bottom: 12px;
	}
	.point-waku p {
		line-height: 1.6em;
	}
	.point-text  {
		font-size: 1.6em;
		line-height: 1.5em;
		margin: 0px auto 0px auto;
	}
}
/*####################　ギャラリー　####################*/
/* スライド */
.swiper-slide {
	display: flex;
    justify-content: center;
    align-items: center;
}
/* 次矢印リセット */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
/* 矢印カスタマイズ */
.swiper-button-prev::before, .swiper-button-prev::after,
.swiper-button-next::before, .swiper-button-next::after {
	content: "";
	position: absolute;
	top: calc(50% - 2.5px);
	width: 27px;
	height: 5px;
	border-radius: 9999px;
	background-color: #999;
}
.swiper-button-prev::before, .swiper-button-prev::after {
	left: 0;
	transform-origin: 2.5px 50%;
	margin-left: 22px;
}
.swiper-button-next::before, .swiper-button-next::after {
	right: 0;
	transform-origin: calc(100% - 2.5px) 50%;
	margin-right: 22px;
}
.swiper-button-prev::before {
	transform: rotate(50deg);
}
.swiper-button-prev::after {
	transform: rotate(-50deg);
}
.swiper-button-next::before {
	transform: rotate(50deg);
}
.swiper-button-next::after {
	transform: rotate(-50deg);
}
/* ページネーションカスタマイズ */
.swiper-pagination-bullets {
	position: static;
	margin-top: 22px;
} 
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background-color: #333;
}
@media (max-width: 800px) {
	.swiper-button-prev::before, .swiper-button-prev::after,
	.swiper-button-next::before, .swiper-button-next::after {
		top: calc(50% - 1.5px);
		width: 17px;
		height: 3px;
	}
	.swiper-button-prev::before, .swiper-button-prev::after {
		left: 0;
		transform-origin: 1.5px 50%;
		margin-left: 7px;
	}
	.swiper-button-next::before, .swiper-button-next::after {
		right: 0;
		transform-origin: calc(100% - 1.5px) 50%;
		margin-right: 7px;
	}
}

.gallery {
	width: 100%;
	text-align: center;
	margin: 120px auto;
	animation: fadein linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
.gallery-box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 75%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.gallery-title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
.gallery-item {
	overflow: hidden;
	border-radius: 12px;
}
.gallery-item img {
	transition: 0.5s;
}
.gallery-item img:hover {
	opacity: 1;
	transform: scale(1.1);
}
@media (min-width: 801px) {
	.gallery-item {
		width: calc((100% - 20px) / 3);
		height: auto;
	}
}
@media (max-width: 800px) {
	.gallery-item {
		width: calc((100% - 10px) / 2);
		height: auto;
	}
}
@media (max-width: 800px) {
	.gallery  {
		margin: 70px auto 50px auto;
	}
}
/*####################　制作の流れ ####################*/
.flow {
	width: calc(100% - 40px);
	text-align: center;
	background-image: linear-gradient(90deg, rgba(61,200,194,1), rgba(61,156,194,1) 40%, rgba(175,125,233,1));
	border-radius: 30px;
	margin: 0px auto;
	padding: 100px 0px;
	animation: fadein linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
.flow-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 60px;
}
.flow-box-wh, .flow-box-gy, .flow-box-wh-top, .flow-box-wh-bottom {
	display: flex;
	width: 85%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 45px 0px;
}
.flow-box-wh, .flow-box-wh-top, .flow-box-wh-bottom {
	background-color: #fff;
}
.flow-box-gy {
	background-color: #eee;
}
.flow-box-wh-top {
	border-radius: 25px 25px 0px 0px;
}
.flow-box-wh-bottom {
	border-radius: 0px 0px 25px 25px;
}
.flow-order {
	width: 250px;
	text-align: left;
	color: rgba(0,106,183);
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-left: 40px;
}
.flow-text {
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0px 40px;
}
.flow-kome {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 8px;
}
@media (max-width: 800px) {
	.flow  {
		padding: 40px 0px;
	}
	.flow-title  {
		margin-bottom: 30px;
	}
	.flow-box-wh, .flow-box-gy, .flow-box-wh-top, .flow-box-wh-bottom {
		display: block;
		padding: 25px 0px 25px 0px;
	}
	.flow-order {
		margin-left: 25px;
		margin-bottom: 15px;
	}
	.flow-text {
		width: auto;
		margin: 0px 25px;
	}
}
/*####################　よくある質問　####################*/
.faq-box {
	display: flex;
	justify-content: space-between;
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0px 120px 0px;
	animation: fadein linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
.faq-title {
	width: 250px;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
}
.faq-box2 {
	width: 100%;
	margin-top: -30px;
}
@media (max-width: 800px) {
	.faq-box {
		display: block;
		padding: 50px 0px 85px 0px;
	}
	.faq-box2 {
		margin-top: 20px;
	}
}

/*　アコーディオン　*/
.faq-question {
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 30px;
	margin-bottom: -15px;
	padding: 21px 55px 21px 20px;
	border-radius: 12px;
}
.faq-answer {
	display: none;
	font-size: 1em;
	line-height: 1.7em;
	padding: 17px 80px 17px 45px;
	border-radius: 0px 0px 12px 12px;
}
.faq-accordion:nth-of-type(1) .faq-question {
	background-color: #eee;
}
.faq-accordion:nth-of-type(2) .faq-question {
	background-color: #eee;
}
.faq-accordion:nth-of-type(3) .faq-question {
	background-color: #eee;
}
.faq-accordion:nth-of-type(4) .faq-question {
	background-color: #eee;
}
.faq-accordion:nth-of-type(5) .faq-question {
	background-color: #eee;
}
.faq-accordion:nth-of-type(1) .faq-answer {
	background-color: #eee;
}
.faq-accordion:nth-of-type(2) .faq-answer {
	background-color: #eee;
}
.faq-accordion:nth-of-type(3) .faq-answer {
	background-color: #eee;
}
.faq-accordion:nth-of-type(4) .faq-answer {
	background-color: #eee;
}
.faq-accordion:nth-of-type(5) .faq-answer {
	background-color: #eee;
}
/* マーク */
.faq-question {
	position: relative;
}
/* 縦線 */
.faq-question::before {
	background: #000; /* 線の色 */
	content: "";
	height: 2px; /* 線の太さ */
	position: absolute;
	right: 25px;
	top: 50%; /* 線の位置を縦中央に */
	transform: rotate(90deg); /* 線を縦に */
	transition: transform .3s ease-in-out;
	width: 15px; /* 線の幅 */
}
/* 横線 */
.faq-question::after {
	background: #000; /* 線の色 */
	content: "";
	height: 2px; /* 線の太さ */
	position: absolute;
	right: 25px;
	top: 50%; /* 線の位置を縦中央に */
	transition: transform .3s ease-in-out;
	width: 15px; /* 線の幅 */
}
/* 縦線(クリック後) */
.faq-question.open::before {
	transform: rotate(45deg);
}
/* 横線(クリック後) */
.faq-question.open::after {
	transform: rotate(-45deg);
}
@media (max-width: 800px) {
	.faq-answer {
	padding: 17px 40px 17px 45px;
}
}
/*####################　問い合わせ　####################*/
.inquiry {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: rgba(255,101,0);
	padding: 50px 0px;
}
.inquiry-waku {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;
	margin: 0px auto 35px auto;
}
.inquiry-waku-x {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 420px;
	color: #fff;
	font-size: 1.2em;
	border: solid 1.5px #fff;
	border-radius: 200px;
	margin: 0 auto;
	padding: 12px 0px;
}
.inquiry-waku:hover {
	opacity: 0.7;  
}
.inquiry-waku-x:hover {
	background-color: rgba(255,150,88); 
}
.x-icon {
	margin: 0px 12px 0px 7px;
}
.inquiry-arrow-m {
	margin-left: 10px;
}
.inquiry-arrow-x {
	margin-left: 8px;
}
@media (max-width: 800px) {
	.inquiry {
		padding: 30px 0px;
	}
	.inquiry-waku {
		margin: 0px auto 22px auto;
	}
	.inquiry-waku-x {
		width: 310px;
		border: solid 1px #fff;
		padding: 10px 0px;
	}
	.x-icon {
		width: 18px;
		height: auto;
		margin-right: 10px;
	}
	.inquiry-arrow-m {
		width: 30px;
		height: auto;
		margin-left: 8px;
	}
	.inquiry-arrow-x {
		width: 20px;
		height: auto;
		margin-left: 6px;
	}
}
/*####################　フッター　####################*/
.footer {
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	background-color: rgba(0,106,183);
	padding: 50px 0px 8px 0px;
}
.footermenu-box {
	align-items: center;
	margin: 0 20px;
}
.footermenu-box li {
	display: inline-block;
	margin: 0 20px;
}
.footermenu-box a {
	color: #fff;
}
.footermenu-box a:hover {
	opacity: 0.6;
}
@media (max-width: 800px) {
	.footer {
		padding: 35px 0px 8px 0px;
	}
	.footermenu-box img {
		width: 70px;
		height: auto;
	}
}
.copy {
	font-size: 0.8em;
	margin: 30px auto 0px auto;
}
/*####################　collemite　####################*/
.collemite {
	width: 80%;
	max-width: 750px;
	height: auto;
	text-align: center;
	color: #000;
	border-radius: 500px;
	background-color: #fff;
	margin: 50px auto 0px auto;
	padding: 30px 20px 25px 20px;
}
.collemite li {
	display: inline-block;
	margin: 17px 12px 0px 12px;
}
.ngs {
	margin-bottom: 4px;
}
.collemite-midashi {
	font-size: 1.1em;
	font-weight: bold;
}
.collemite-midashi2 {
	font-size: 1.4em;
	letter-spacing: 1px;
}
.collemite-text {
	line-height: 1.8em;
	margin: 20px 0px 15px 0px;
}
.collemite a:hover {
	opacity: 0.6;
}
@media (max-width: 800px) {
	.collemite {
		margin: 30px auto 0px auto;
		border-radius: 30px;
	}
}
/*####################　ページトップスクロール　####################*/
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#pagetop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #333;
	opacity: 0.3;
	border-radius: 50px;
}
#pagetop a:hover {
	opacity: 1;
}
.top-arrow {
	position: relative;
	display: inline-block;
	margin-top: 17px;
}
.top-arrow::before, .top-arrow::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 2px);
	width: 4px;
	height: 15px;
	border-radius: 9999px;
	background-color: #fff;
	transform-origin: 50% 2px;
}
.top-arrow::before {
	transform: rotate(45deg);
}
.top-arrow::after {
	transform: rotate(-45deg);
}