@charset "UTF-8";
/*
Theme Name: レスポンシブテンプレート
Theme URI: 
Description: サインズ
Version: 1.0
Author: sains
Author URI: 
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


/******************
画像位置ぞろえ[共通]
******************/

img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin-left: auto;
	display:block;
}

img.alignleft{
	text-align: left;
}

/******************
オールクリア[共通]
******************/

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object,figure{
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #323232;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

li{
	list-style-type:none;	
}

a{
	color:#323232;
	text-decoration:none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	backface-visibility: hidden;
}

a:hover{
	color:#3379d7;
	backface-visibility: hidden;
}

a img{
	transition: 0.3s ease-in-out;
	outline:none;
	box-shadow: #000 0 0 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
}

table{
	border-collapse:collapse;
	border-color: #333333;
}

th{
	font-weight:500;
}

@media screen and (max-width: 960px) {
	body {
		font-size: 1.4rem;
	}
}

/******************
汎用[共通]
******************/

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.clear {
	clear:both;
}

.cenclear {
	clear:both;
	text-align:center;
	padding-top:30px;
}

.txt_center {
	text-align:center;
}


/******************
全体[共通]
******************/

#wrapper {
	width: 100%;
}
body.no-scroll {
	overflow: hidden;
	height: 100%;
}

/******************
ヘッダー
******************/

.header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 1000;
	transition: .3s all ease;
}
.h-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 97.5%;
	margin-left: auto;
}
.h-logo {
	width: 50%;
	max-width: 360px;
	position: relative;
}
.h-logo a {
	display: block;
}
.h-logo .blk {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.h-menu {
	
}
.h-menu nav {
	
}
.h-menu nav ul {
	display: flex;
	gap: 0 2em;
	margin-right: calc(200px + 2em);
}
.h-menu nav ul li {
	
}
.h-menu nav ul li.sp-only {
	display: none;
}
.h-menu nav ul li a {
	color: #fff;
	font-weight: 500;
	position: relative;
}
.h-menu nav ul li a:before {
	content: "";
	width: 60%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 20%;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .3s;
}
.h-menu nav ul li a:hover:before {
	transform: scaleX(1);
	transform-origin: left;
}
.h-tel {
	position: fixed;
	top: 0;
	right: 0;
	width: 200px;
	background-color: #dfdfdf;
}
.h-tel a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 90px;
	color: #fff;
	background-color: #1e2e53;
}
.h-tel a span {
	display: block;
	line-height: 100%;
}
.h-tel a .label {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	margin-bottom: 0.7em;
}
.h-tel a .number {
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	font-weight: 600;
	position: relative;
	padding-left: 18px;
}
.h-tel a .number:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 12px;
	height: 13px;
	background: url(./images/common/tel_icon.svg) center / 100% no-repeat;
	filter: brightness(0) invert(1);
}
.nav-overlay {
	display: none;
}
.h-menu-btn {
	display: none;
}

/*ヘッダースクロール後*/
.header.scrolled {
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.header.scrolled .h-logo .blk {
	opacity: 1;
}
.header.scrolled .h-logo .wht {
	opacity: 0;
}
.header.scrolled .h-menu nav ul li a {
	color: #323232;
}
.header.scrolled .h-menu nav ul li a:before {
	background-color: #1e2e53;
}

@media screen and (max-width: 1280px) {
	.header {
		height: 80px;
	}
	.h-logo {
		max-width: 300px;
	}
	.h-menu nav ul {
		gap: 0 1.5em;
		margin-right: calc(180px + 1.5em);
	}
	.h-menu nav ul li a {
		font-size: 1.4rem;
	}
	.h-tel {
		width: 180px;
	}
	.h-tel a {
		height: 80px;
	}
	.h-tel a .label {
		font-size: 1.3rem;
	}
	.h-tel a .number {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 1024px) {
	.h-menu-btn {
		display: block;
		width: 80px;
		height: 80px;
		background-color: #1e2e53;
		border: 0;
		padding: 0;
		position: fixed;
		top: 0;
		right: 0;
		cursor: pointer;
		z-index: 300;
	}
	.h-menu-btn:before {
		content: "MENU";
		position: absolute;
		bottom: 15px;
		left: 0;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 500;
	}
	.h-menu-btn span {
		position: absolute;
		left: 25%;
		width: 50%;
		height: 2px;
		background-color: #fff;
		transition: .3s all ease;
	}
	.h-menu-btn span:nth-child(1) {
		top: 20px;
	}
	.h-menu-btn span:nth-child(2) {
		top: 30px;
	}
	.h-menu-btn span:nth-child(3) {
		top: 40px;
	}
	.h-menu-btn.open:before {
		content: "CLOSE";
	}
	.h-menu-btn.open span:nth-child(1) {
		transform: rotate(25deg);
		top: 30px;
	}
	.h-menu-btn.open span:nth-child(2) {
		width: 0;
	}
	.h-menu-btn.open span:nth-child(3) {
		transform: rotate(-25deg);
		top: 30px;
	}
	
	.nav-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		transition: .3s all ease;
	}
	.nav-overlay.open {
		opacity: 1;
		visibility: visible;
	}
	
	.h-menu {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: .3s ease;
		width: 50%;
		max-width: 300px;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		background-color: #fff;
		z-index: 200;
		overflow-y: scroll;
	}
	.h-menu.open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	
	.h-menu nav {
		width: 80%;
		margin: 100px auto;
	}
	.h-menu nav ul {
		flex-direction: column;
		margin-right: 0;
		gap: 1em 0;
	}
	.h-menu nav ul li.sp-only {
		display: block;
	}
	.h-menu nav ul li a {
		font-size: 1.6rem;
		color: #323232;
		display: block;
		padding: 0.5em 0;
		border-bottom: 1px solid #dfdfdf;
	}
	.h-menu nav ul li a:before {
		width: 100%;
		height: 1px;
		bottom: -1px;
		left: 0;
		transform: scaleX(10%);
		transform-origin: left;
		background-color: #1e2e53;
	}
	.h-tel {
		position: static;
		width: 100%;
		margin-top: 3em;
	}
	.h-tel a .label {
		font-size: 1.4rem;
	}
	.h-tel a .number {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.header {
		height: 60px;
	}
	.h-logo {
		max-width: 220px;
		width: 70%;
	}
	.h-menu-btn {
		width: 60px;
		height: 60px;
	}
	.h-menu-btn:before {
		bottom: 10px;
	}
	.h-menu-btn span {
		left: 20%;
		width: 60%;
		height: 1px;
	}
	.h-menu-btn span:nth-child(1) {
		top: 13px;
	}
	.h-menu-btn span:nth-child(2) {
		top: 20px;
	}
	.h-menu-btn span:nth-child(3) {
		top: 27px;
	}
	.h-menu-btn.open span:nth-child(1) {
		top: 22px;
	}
	.h-menu-btn.open span:nth-child(3) {
		top: 22px;
	}
	
	.h-menu {
		width: 100%;
		max-width: 100%;
	}
	
	.h-menu nav ul li a {
		font-size: 1.4rem;
	}
}

/******************
メイン
******************/
/*メインビジュアル*/
.main-visual {
	width: 100%;
	height: clamp(calc(100vw / 2), 100svh, calc(100vw * 2 / 3));
	background: url(./images/top/main_pc.jpg) center/cover no-repeat;
	position: relative;
}
.top-h1 {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1800px;
	margin: 0 auto;
}
.top-h1 h1 {
	color: #fff;
	font-size: clamp(2rem, 3.2vw, 4.8rem);
	letter-spacing: .3rem;
	line-height: 200%;
}
.top-h1 h1 .line {
	display: block;
	overflow: hidden;
}
.top-h1 h1 strong {
	font-size: 150%;
	font-weight: 700;
}


.top-h1 h1 .line > span{
	display: inline-block;
	transform: translateY(110%);
	opacity: 0;
	filter: blur(4px);
	will-change: transform, opacity, filter;
}
.top-h1.inview h1 .line:nth-child(1) > span{
	animation: topH1LineUp .9s cubic-bezier(.22,.61,.36,1) .15s forwards;
}
.top-h1.inview h1 .line:nth-child(2) > span{
	animation: topH1LineUp .9s cubic-bezier(.22,.61,.36,1) .30s forwards;
}
.top-h1.inview h1 .line:nth-child(3) > span{
	animation: topH1LineUp .9s cubic-bezier(.22,.61,.36,1) .45s forwards;
}
@keyframes topH1LineUp{
	from{
		transform: translateY(80%);
		opacity:0;
		filter:blur(4px);
	}
	to{
		transform:translateY(0);
		opacity:1;
		filter:blur(0);
	}
}

.main-visual .group-logo {
	max-width: 200px;
	position: absolute;
	top: 90px;
	right: 0;
}
@media screen and (max-width: 1280px) {
	.main-visual .group-logo {
		max-width: 180px;
		top: 80px;
	}
}
@media screen and (max-width: 1024px) {
	.main-visual .group-logo {
		top: auto;
		bottom: 50px;
		left: 2.5%;
	}
}
@media screen and (max-width: 768px) {
	.main-visual {
		height: clamp(calc(100vw), 100svh, calc(100vw * 3));
		background: url(./images/top/main_sp.jpg) center/cover no-repeat;
	}
	.top-h1 {
		top: 15%;
		left: 10%;
		transform: none;
		width: 80%;
	}
	.top-h1 h1 {
		font-size: clamp(1.9rem, 6vw, 3.5rem);
		letter-spacing: .1rem;
	}
	
	.main-visual .group-logo {
		max-width: 150px;
		bottom: 80px;
		left: auto;
		right: 2.5%;
	}
}


/*共通*/
main .top-common-section:not(:last-child) {
	margin-bottom: 8em;
}
.top-h2 {
	margin-bottom: 4em;
}
.top-h2 p {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(3rem, 6.2vw, 8.8rem);
	font-weight: 800;
	line-height: 100%;
}
.top-h2 h2 {
	font-size: 1.8rem;
	letter-spacing: .2rem;
	font-weight: 700;
}
.common-link {
	margin-top: 2em;
	max-width: 280px;
}
.common-link a {
	display: block;
	background-color: #1e2e53;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	border-radius: 9999px;
	position: relative;
	transition: .3s all ease;
}
.common-link a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	display: inline-block;
	color: #fff;
	width: 7px;
	height: 7px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	transform: translateX(-25%) rotate(45deg);
	transition: .3s all ease;
}
.common-link a:hover {
	background-color: #586177;
}
.common-link a:hover:before {
	right: 23px;
}

@media screen and (max-width: 768px) {
	.top-h2 {
		text-align: center;
	}
}


/*イントロダクション*/
.top-intro .upper-section {
	background: url(./images/top/intro_bkg.jpg) center/cover no-repeat;
	padding-bottom: 15%;
	position: relative;
	color: #fff;
}
.top-intro .upper-section:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
}
.top-intro .flex-box {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6em;
	padding: 6em 0;
}
.top-intro .flex-item-01 {
	width: 20%;
}
.top-intro .flex-item-02 {
	width: 55%;
	max-width: 400px;
	margin: 0 auto;
}
.top-intro .flex-item-03 {
	width: 30%;
}
.intro-img-01 {
	aspect-ratio: 7/10;
}
.intro-img-02 {
	aspect-ratio: 1/1;
	width: 60%;
	margin-left: -4em;
	margin-bottom: 4em;
}
.intro-img-03 {
	aspect-ratio: 10/9;
}
.top-intro .upper-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.intro-img-01 img {
	object-position: 30%;
}
.intro-img-02 img {
	object-position: 25%;
}
.top-intro .flex-item-02 h2 {
	font-size: clamp(2.6rem, 3.2vw, 4.8rem);
	letter-spacing: .3rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 1em;
}
.top-intro .flex-item-02 .text-box p {
	line-height: 200%;
	letter-spacing: .1rem;
}
.top-intro .flex-item-02 .text-box p:not(:last-child) {
	margin-bottom: 2em;
}

.intro-slider-sp {
	display: none;
}

.top-intro .lower-section {
	position: relative;
	margin-top: -15%;
}

@media screen and (max-width: 860px) {
	.top-intro .flex-box {
		align-items: flex-start;
		gap: 4em;
		flex-direction: column;
	}
	.top-intro .flex-item-01 {
		width: 50%;
		margin-left: 10%;
	}
	.intro-img-01 {
		aspect-ratio: 3/2;
	}
	.intro-img-01 img {
		object-position: 0;
	}
	.top-intro .flex-item-03 {
		width: 100%;
		margin: 0 auto;
	}
	.intro-img-02 {
		width: 25%;
		margin-left: auto;
	}
	.intro-img-03 {
		aspect-ratio: 3/2;
		margin-left: 10%;
		width: 55%;
		margin-top: -20%;
	}
	.top-intro .flex-item-02 {
		width: 80%;
	}
}
@media screen and (max-width: 500px) {
	.top-intro {
		overflow: hidden;
		padding-bottom: 2em;
	}
	.top-intro .lower-section {
		transform: scale(1.6);
	}
	
	.top-intro .flex-item-02 h2 {
		writing-mode: vertical-rl;
		white-space: nowrap;
		margin: 0 auto 1em;
	}
	.top-intro .flex-item-02 .text-box p {
		letter-spacing: 0;
	}
	.top-intro .flex-item-02 .text-box p br {
		display: none;
	}
	.top-intro .flex-item-01,
	.top-intro .flex-item-03 {
		display: none;
	}
	
	.intro-slider-sp {
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.intro-track {
		display: flex;
		width: max-content;
		animation: loopSlide 40s linear infinite;
	}
	.intro-track img {
		width: 70vw !important;
		flex-basis: 70vw !important;
		height: auto;
		display: block;
		aspect-ratio: 3/2;
	}
	@keyframes loopSlide{
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-50%);
		}
	}
}

/*事業案内*/
.top-service {
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.top-service .flex-box {
	display: flex;
	align-items: center;
	gap: 2em 4em;
}
.top-service .flex-box .img-area {
	width: 55%;
}
.top-service .flex-box .text-area {
	width: 45%;
	max-width: 600px;
	margin: 0 auto;
}
.top-service .flex-box .img-area img {
	width: 100%;
}
.top-service .service-h3 {
	display: flex;
	align-items: center;
	gap: 1.5em;
	margin-bottom: 1.5em;
}
.top-service .service-h3 h3 {
	font-size: clamp(2rem, 2.6vw, 4.2rem);
	font-weight: 700;
}
.top-service .service-h3 p {
	font-size: clamp(1.4rem, 1.5vw, 1.7rem);
	font-weight: 700;
}
.top-service .service-box-01 {
	margin-bottom: 4em;
	margin-left: calc(50% - 50vw);
}
.top-service .service-box-02 {
	margin-right: calc(50% - 50vw);
}
.top-service .service-box-02 .img-area {
	order: 2;
}

.service-banner {
	max-width: 1300px;
	margin: 4em auto;
	display: flex;
	gap: 2em;
}
.service-banner .banner-item {
	width: 50%;
}
.service-banner .banner-item a {
	display: flex;
	background: url(./images/top/service_banner_bkg.jpg) center/cover no-repeat;
	border-radius: 10px;
	overflow: hidden;
	transition: .3s all ease;
}
.service-banner .banner-item a:hover {
	opacity: 0.8;
}
.service-banner .text-area {
	flex: 1;
	padding: 2.5em 0 2.5em 2.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	line-height: 200%;
	gap: 0.5em;
}
.service-banner .text-area h3 {
	font-size: clamp(2rem, 2.6vw, 2.8rem);
	font-weight: 700;
	letter-spacing: .1rem;
}
.service-banner .text-area .notes {
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}
.service-banner .rcs-40 .text-area h3 {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(2rem, 3.2vw, 3.8rem);
}

.service-banner .img-area {
	aspect-ratio: 2/1;
	width: 40%;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.service-banner .img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-banner a:hover .img-area img {
	opacity: 1;
	transform: scale(1.1);
}

@media screen and (max-width: 1280px) {
	.service-banner .text-area .sub-title {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 1024px) {
	.service-banner .banner-item a {
		flex-direction: column;
	}
	.service-banner .text-area {
		padding: 0 2.5em 2em 2.5em;
		order: 2;
	}
	.service-banner .img-area {
		width: 100%;
		overflow: hidden;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
	}
}
@media screen and (max-width: 768px) {
	.top-service .flex-box {
		flex-direction: column;
	}
	.top-service .flex-box .img-area {
		width: 100%;
	}
	.top-service .flex-box .text-area {
		width: 100%;
		max-width: 100%;
		order: 2;
	}
	.top-service .service-box-01 {
		margin-left: 0;
	}
	.top-service .service-box-02 {
		margin-right: 0;
	}
	.top-service .common-link {
		margin-left: auto;
		margin-right: auto;
	}
	
	.service-banner {
		flex-direction: column;
	}
	.service-banner .banner-item {
		width: 100%;
	}
	.service-banner .banner-item a {
		flex-direction: row;
		border-radius: 5px;
	}
	.service-banner .text-area {
		order: 0;
		padding: 2.5em 0 2.5em 2.5em;
	}
	.service-banner .img-area {
		width: 40%;
		clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}
@media screen and (max-width: 500px) {
	.service-banner {
		gap: 1em;
	}
	.service-banner .text-area {
		width: 60%;
		padding: 2em 0 2em 1.5em;
		white-space: nowrap;
		line-height: 150%;
	}
	.service-banner .text-area .sub-title {
		font-size: 1.2rem;
	}
	.service-banner .text-area .notes {
		font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	}
}

/*会社案内*/
.top-about {
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.top-about .flex-box {
	display: flex;
	gap: 2em 4em;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
}
.top-about .img-area {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.top-about .text-area {
	width: 100%;
}
.top-about .text-area-inner {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}
.top-about .text-box {
	margin-left: calc(45vw + 4em);
}
.top-about .text-box-inner {
	max-width: 600px;
	margin: 0 auto;
}
.top-about .img-area img {
	width: 100%;
}
.top-about .link-area {
	margin-top: 2em;
}
.top-about .about-link {
	max-width: 300px;
}
.top-about .about-link:not(:last-child) {
	margin-bottom: 1em;
}
.top-about .about-link a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	transition: .3s all ease;
}
.top-about .about-link.company a {
	background-color: #c8000a;
}
.top-about .about-link.offices a {
	background-color: #1e2e53;
}
.top-about .about-link.company a:hover {
	background-color: #cc5d62;
}
.top-about .about-link.offices a:hover {
	background-color: #586177;
}
.top-about .figure-area {
	width: 50%;
	margin-left: auto;
	margin-top: 4em;
}
.top-about .figure-area img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.top-about .flex-box {
		width: 100%;
		margin: 0;
		flex-direction: column;
	}
	.top-about .img-area {
		width: 100%;
		position: static;
	}
	.top-about .text-area-inner {
		width: 100%;
	}
	.top-about .text-box {
		margin-left: 0;
	}
	.top-about .text-box-inner {
		max-width: 100%;
	}
	.top-about .link-area {
		display: flex;
		gap: 1em;
	}
	.top-about .about-link {
		max-width: 100%;
		width: 50%;
	}
	.top-about .figure-area {
		width: 100vw;
		margin: 4em calc(50% - 50vw) 0 !important;
		text-align: right;
	}
	.top-about .figure-area img {
		width: 80%;
		max-width: 420px;
	}
}
@media screen and (max-width: 500px) {
	.top-about .link-area {
		gap: 0;
		flex-direction: column;
	}
	.top-about .about-link {
		width: 100%;
		margin: auto;
	}
}

/******************
フッター
******************/
.footer {
	background: url(./images/common/footer_bkg.jpg) center/cover no-repeat;
	position: relative;
}
.footer:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(6, 19, 50, 0.8);
}
.f-inner {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}
.f-upper {
	display: flex;
	align-items: center;
	gap: 4em;
	padding: 6em 0;
	border-bottom: 1px solid #fff;
}
.f-contact {
	width: 50%;
}
.f-download {
	width: 50%;
}
.f-contact .top-h2 {
	margin-bottom: 2em;
}
.f-contact .top-h2 p {
	font-size: clamp(3rem, 4.8vw, 6.8rem);
}
.f-contact .head-notes br {
	display: none;
}
.f-contact .tel-box {
	margin-top: 1em;
}
.f-contact .tel-box a {
	display: inline-block;
	position: relative;
	color: #fff;
}
.f-contact .tel-box .label {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(1.4rem, 2vw, 2rem);
	font-weight: 700;
	margin-right: 0.1em;
}
.f-contact .tel-box .number {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(2rem, 3vw, 3.5rem);
	font-weight: 700;
}
.f-contact .tel-box .notes {
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	padding: 0 0.5em;
	font-size: 1.4rem;
	line-height: 150%;
	white-space: nowrap;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: calc(100% + 0.8em);
}
.f-contact .order-box {
	margin-top: 1em;
	max-width: 360px;
}
.f-contact .order-box a {
	background-color: transparent;
	padding: 1.5em 0;
	border-radius: 0;
	border: 1px solid #fff;
	transition: .3s all ease;
}
.f-contact .order-box a:hover {
	opacity: 0.8;
}
.f-dl-box {
	background-color: #fff;
	color: #323232;
	max-width: 560px;
	margin-right: auto;
	padding: 4em;
}
.f-dl-box .top-h2 {
	margin-bottom: 2em;
}
.f-dl-box .top-h2 p {
	font-size: clamp(2.2rem, 2.9vw, 5rem);
}
.f-dl-box .head-notes br {
	display: none;
}
.f-lower {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 4em 0;
	position: relative;
}
.f-info {
	
}
.f-menu {
	
}
.f-logo {
	max-width: 340px;
	margin-bottom: 2em;
}
.f-logo a {
	display: block;
}
.f-info p {
	font-size: 1.4rem;
}
.f-info .split {
	display: flex;
	flex-wrap: wrap;
}
.f-info .split span {
	display: inline-block;
	position: relative;
}
.f-info .split span:not(:last-child) {
	padding-right: 1em;
	margin-right: 1em;
}
.f-info .split span:not(:last-child):before {
	content: "／";
	position: absolute;
	top: 0;
	right: 0;
}
.f-info .group-logo {
	max-width: 100px;
	margin-top: 2em;
}
.f-menu ul {
	display: flex;
	margin-bottom: 1em;
}
.f-menu ul li a {
	color: #fff;
	font-size: 1.4rem;
	position: relative;
	transition: .3s all ease;
}
.f-menu ul li a:hover {
	opacity: 0.6;
}
.f-menu ul li:not(:last-child) a {
	padding-right: 1.5em;
	margin-right: 0.5em;
}
.f-menu ul li:not(:last-child) a:before {
	content: "／";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	line-height: 100%;
	display: flex;
	align-items: center;
}
.f-menu .group-logo {
	width: 180px;
	margin-left: auto;
}

#page-top {
	position: absolute;
	top: 4em;
	right: 2.5%;
	width: 60px;
}
#page-top a {
	display: block;
}
.copyright-area {
	font-size: 1.2rem;
	padding-bottom: 2em;
	display: flex;
	justify-content: space-between;
}
.copyright-area a {
	color: #fff;
	text-decoration: underline;
	transition: .3s all ease;
}
.copyright-area a:hover {
	opacity: 0.6;
}

.order-form-link {
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 50;
}
.order-form-link a {
	background-color: #c8000a;
	writing-mode: vertical-rl;
	color: #fff;
	width: 60px;
	display: flex;
	align-items: center;
	padding: 1.5em 0;
	transition: .3s all ease;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.order-form-link a:hover {
	background-color: #cc5d62;
}
.order-form-link a span {
	position: relative;
	padding-top: 26px;
}
.order-form-link a span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 25px;
	height: 19px;
	background: url(./images/common/order_icon.svg) center / 100% no-repeat;
}
@media screen and (max-width: 1280px) {
	.f-contact .head-notes br {
		display: block;
	}
	.f-dl-box {
		padding: 4em 3em;
	}
	
	.f-lower {
		align-items: flex-start;
		padding: 4em 0 2em;
		flex-direction: column;
		gap: 2em 0;
	}
	.f-menu {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	.f-menu ul {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.f-contact {
		width: 50%;
	}
	.f-download {
		width: 50%;
	}
	
	.f-menu nav {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.f-upper {
		flex-direction: column;
	}
	.f-contact {
		width: 100%;
		text-align: center;
	}
	.f-contact .tel-box a {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 280px;
		margin: 0 auto;
	}
	.f-contact .tel-box .label {
		margin-right: 0.5em;
	}
	.f-contact .tel-box .notes {
		position: static;
		margin: 0 0 0 1em;
		font-size: 1.2rem;
	}
	.f-contact .order-box {
		margin-top: 2em;
		margin-left: auto;
		margin-right: auto;
	}
	.f-download {
		width: 100%;
		text-align: center;
	}
	.f-dl-box {
		max-width: 100%;
		max-width: 100%;
	}
	.f-dl-box .head-notes br {
		display: block;
	}
	.f-dl-box .common-link {
		margin-left: auto;
		margin-right: auto;
	}
	
	.f-lower {
		gap: 3em 0;
		padding: 4em 0 4em;
	}
	.f-menu .group-logo {
		width: 150px;
		margin-right: auto;
	}
	
	#page-top {
		position: static;
		margin: 0 auto;
	}
	
	.f-info {
		width: 100%;
		text-align: center;
	}
	.f-logo {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.f-info .split {
		justify-content: center;
	}
	.f-info .group-logo {
		max-width: 80px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.order-form-link {
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.order-form-link a {
		writing-mode: horizontal-tb;
		width: 100%;
		display: block;
		padding: 1em 0;
		text-align: center;
	}
	.order-form-link a span {
		padding-top: 0;
		padding-left: 35px;
	}
	.order-form-link a span:before {
		bottom: 0;
		right: auto;
	}
}
@media screen and (max-width: 590px) {
	.f-dl-box {
		padding: 4em 0;
	}
	
	.copyright-area {
		flex-direction: column;
		gap: 1em;
		align-items: flex-end;
	}
}
@media screen and (max-width: 420px) {
	.f-info .split {
		flex-direction: column;
	}
	.f-info .split span:not(:last-child) {
		padding-right: 0;
		margin-right: 0;
	}
	.f-info .split span:not(:last-child):before {
		display: none;
	}
	.copyright {
		font-size: 1rem;
	}
}
@media screen and (max-width: 380px) {
	.f-dl-box {
		padding: 4em 2em;
	}
	.f-dl-box .head-notes {
		text-align: left;
	}
	.f-dl-box .head-notes br {
		display: none;
	}
}

@media print {
	body {
		width:1600px;
	}
	#wrapper {
		padding-top:0;
		overflow:visible !important;
	}
	#wrapper .header {
		position: relative;
	}
}

@page {
	margin: 16mm 10mm;
}

@-moz-document url-prefix() {
	@page {
		margin: auto;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@page {
		margin: auto;
	}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}