@charset "utf-8";

/*--------------------------------------------

	 BASE

--------------------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	width: 100%;
	font-family: 'Noto Sans JP', 'Yu Gothic', 'Yu Gothic UI', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Arial', sans-serif;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

/*--------------------------------------------

	 DEFAULT SELECTER

--------------------------------------------*/
table {
	width: 100%;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}

/*--------------------------------------------

	 FONTS

--------------------------------------------*/

.font__DIN {
	font-family: "urw-din", sans-serif;
	font-style: normal;
}

.font__DIN-conde {
	font-style: normal;
	font-family: "urw-din-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.font__lato {
	font-family: "lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font__lato-s {
	font-family: "lato", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.font__Oswald {
	font-family: 'Oswald', sans-serif;
}

.font__Noto {
	font-family: 'Noto Sans JP', sans-serif;
}

.font__uppercase {
	text-transform: uppercase;
}

.font__lowercase {
	text-transform: lowercase;
}

.font__super {
	vertical-align: super;
	font-size: 0.5em;
	margin-right: 0.3em;
}

/*--------------------------------------------

	GLOBAL CSS

--------------------------------------------*/
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.bold {
	font-weight: bold;
}

.flex {
	display: flex;
}

.nolink {
	pointer-events: none !important;
}

.ggmap,
.youtube {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap #ggmap object,
.ggmap #ggmap embed,
.youtube iframe,
.youtube #ggmap object,
.youtube #ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width : 684px) {
	.for_sp {
		display: none !important;
	}
}

@media screen and (min-width : 1025px) {
	.for_tb {
		display: none !important;
	}
}

@media screen and (max-width : 1024.9999px) {
	.for_pc {
		display: none !important;
	}
}

.js_ofi {
	position: relative;
}

.js_ofi img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.break {
	display: inline-block;
}

.gallery_swiper {
	max-width: 72%;
}

.works-swiper {
	max-width: 50%;
}

.works-swiper .swiper-pagination {
	width: 10%;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 7.5%;
}

.fixed {
	overflow: auto;
	height: 100%;
}

/*--------------------------------------------

	共通 CSS

--------------------------------------------*/
.secInner {
	margin: 0 auto;
	padding: 0 5%;
}

.common__ttlBox {
	text-align: center;
}

.common__ttl-eng {
	font-size: 3.125vw;
	letter-spacing: 0.09em;
	line-height: 1;
}

@media screen and (max-width : 1345px) {
	.common__ttl-eng {
		font-size: 4.2rem;
	}
}

.common__ttl-jpn {
	font-size: 0.885416vw;
	font-weight: 500;
	margin-top: 0.65em;
}

@media screen and (max-width : 1695px) {
	.common__ttl-jpn {
		font-size: 1.5rem;
	}
}

.plane01 {
	font-size: 0.885416vw;
}

@media screen and (max-width : 1695px) {
	.plane01 {
		font-size: 1.4rem;
	}
}

.corder-line:before,
.corder-line:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
}

.corder-line:before {
	right: 3.5%;
	bottom: 0;
	height: 96%;
	width: 1px;
}

.corder-line:after {
	right: 0;
	bottom: 4%;
	width: 96%;
	height: 1px;
}

.text-grade01 {
	background: -webkit-linear-gradient(left, #445c92, #755193, #ba5182);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #755193;
}

.text-grade02 {
	background: -webkit-linear-gradient(left, #ba5182, #755193, #445c92);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #755193;
}

.gradient1 {
	transition: 0.6s;
}

.gradient1:hover {
	color: #fff;
	transition: 0.6s;
	background: linear-gradient(to right, #244B91 0%, #81538B 50%, #B25C90 100%);
}

.to__top {
	width: 18px;
	position: fixed;
	bottom: 20%;
	right: 2%;
	z-index: 40;
}

.to_top-icon a {
	display: block;
}

/*============================
#wrapper
============================*/
#wrapper {
	overflow: hidden;
	position: relative;
}

/*============================
#Fixed Navi
============================*/
.fixed__navi {
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 0.5% 3%;
	transform: translateY(-100%);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: 0.6s;
	box-sizing: border-box;
}

@media screen and (max-width : 1200px) {
	.fixed__navi {
		display: none;
	}
}

.appear.fixed__navi {
	transform: translateY(0);
}

.fixed__navi-inner {
	align-items: center;
	justify-content: space-between;
}

.fixed__navi-logo {
	width: 9.8958vw;
	min-width: 200px;
}

.fixed__navi-logo a {
	display: block;
}

.fixed__navi-right {
	align-items: center;
}

.fixed__navi-list {
	font-size: 1.3rem;
}

.fixed__navi-item {
	font-weight: bold;
	letter-spacing: 0.08em;
	padding-bottom: 4px;
}

.fixed__navi-item a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #333;
}

.fixed__navi-item a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .4s;
}

.fixed__navi-item a:hover::after {
	transform: scale(1, 1);
}

.fixed__navi-item:not(:last-child) {
	margin-right: 1.5624vw;
}

.fixed__navi-contact {
	width: 10em;
	min-width: 130px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: center;
	margin-left: 2.0833vw;
}

.fixed__navi-contact a {
	display: block;
	background: linear-gradient(to right, #B25C90 0%, #81538B 50%, #244B91 100%);
	color: #fff;
	padding: 0.8em 0.2em;
	box-sizing: border-box;
	border-radius: 2.75em;
}

/*--------------------------------------------

	HEADER

--------------------------------------------*/
#header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 2vw 0 1.37vw;
	background: transparent;
	z-index: 50;
	border-bottom: 1px solid #fff;
}

.header__inner {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5.626vw 0 11.4583vw;
}

.header__top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header__top-map {
	font-size: 0.8333vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-right: 2.5em;
}

@media screen and (max-width : 1681px) {
	.header__top-map {
		font-size: 1.4rem;
	}
}

.header__top-map a {
	color: #fff;
	padding-left: 1.25em;
	background: url("../Image/icon-map.svg") no-repeat center left;
	background-size: 0.8em;
	transition: 0.6s;
}

.header__top-map a:hover {
	opacity: 0.6;
}

.header__sns-list {
	align-items: center;
	justify-content: center;
}

.header__sns-item {
	width: 24px;
}

.header__sns-item:not(:last-child) {
	margin-right: 24px;
}

.header__sns-item a {
	display: block;
	transition: 0.6s;
}

.header__sns-item a:hover {
	opacity: 0.6;
}

.header__navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.25%;
}

.header__logo {
	width: 16.7708vw;
	min-width: 180px;
}

.global__navi-inner {
	font-size: 0.885416vw;
	align-items: center;
}

@media screen and (max-width : 1441px) {
	.global__navi-inner {
		font-size: 1.2rem;
	}
}

.global__navi-list {
	flex: 1;
}

.global__navi-item {
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-bottom: 4px;
}

.global__navi-item-access {
	display: none;
}

.global__navi-item:not(:last-child) {
	margin-right: 2.8125vw;
}

.global__navi-item:nth-child(5) {
	margin-right: 0;
}

.global__navi-item a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

.global__navi-item a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .4s;
}

.global__navi-item a:hover::after {
	transform: scale(1, 1);
}

.global__navi-item-eng {
	display: none;
}

.global__navi-contact {
	width: 10em;
	min-width: 120px;
	font-size: 0.8333vw;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: center;
	margin-left: 2.0833vw;
}

@media screen and (max-width : 1441px) {
	.global__navi-contact {
		font-size: 1.2rem;
	}
}

.global__navi-contact a {
	display: block;
	background: linear-gradient(to left, #be5895 0%, #81538b 25%, #244b91 35%, #fff 50%, #fff 75%, #fff 100%);
	background-position: 1% 50%;
	background-size: 200% auto;
	transition: all 0.3s ease-out;
	padding: 0.8em 0.2em;
	box-sizing: border-box;
	border-radius: 2.75em;
}

.contact_btn {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	outline: none;
}

.contact_btn span {
	position: relative;
	z-index: 3;
	color: #000;
}

.contact_btn:hover span {
	color: #fff;
}

.bgcenterx:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000;
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
}

.bgcenterx:hover:before {
	transform: scale(1, 1);
}

/*--------------------------------------------

  HUMBERGER

--------------------------------------------*/
@media screen and (min-width : 1200px) {
	.drawer-hamburger {
		display: none;
	}

	.drawer-nav {
		position: inherit;
		width: auto;
		height: auto;
		background: none;
	}

	.drawer-menu {
		padding: 0;
	}

	.drawer__logo {
		display: none;
	}

	.drawer__bottom {
		display: none;
	}

	.drawer__contact {
		display: none;
	}
}

@media screen and (max-width : 1200px) {
	#header {
		padding: 3.1vw 0;
		width: 100%;
		box-sizing: border-box;
		position: fixed;
		background-color: #fff;
	}

	.header__inner {
		padding: 0 2% 0 5%;
		box-sizing: border-box;
	}

	.header__top {
		display: none;
	}

	.header__logo {
		width: 160px;
		min-width: 160px;
		padding-top: 8px;
	}

	.header__contact {
		display: none;
	}

	.global__navi-inner {
		font-weight: 500;
		padding: 7.5% 8% 15% 8%;
		box-sizing: border-box;
		flex-direction: column;
		font-size: 1.3rem;
	}

	.drawer__logo {
		width: 100%;
		background: #fff;
		box-sizing: border-box;
		padding: 3.2% 2% 3.2% 5%;
	}

	.drawer__logo img {
		width: 180px;
	}

	.header__navi {
		margin-top: 0;
	}

	.global__navi-list {
		display: block;
		width: 100%;
	}

	.global__navi-item {
		padding-bottom: 0;
		border-bottom: 1px solid #fff;
	}

	.global__navi-item:not(:last-child) {
		margin-bottom: 1.1em;
	}

	.global__navi-item:not(:last-child) {
		margin-right: 0;
	}

	.global__navi-item-access {
		display: block;
	}

	.global__navi-item a {
		position: relative;
		display: block;
		padding: 0 2em 1.1em 0;
	}

	.global__navi-item a:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 40%;
		right: 0;
		width: 24px;
		height: 24px;
		background: url("../Image/dw-arrow.svg") no-repeat center left;
		background-size: contain;
	}

	.global__navi-item a:after {
		display: none;
	}

	.global__navi-item-eng {
		display: block;
		font-family: "Avenir", sans-serif;
		font-size: 1.7rem;
	}

	.global__navi-contact {
		width: 100%;
		margin-top: 8.5%;
		font-size: 1.5rem;
	}

	.global__navi-contact a {
		padding: 1.2em 1em;
	}

	.drawer__bottom {
		width: 100%;
		font-size: 1.4rem;
		padding: 0;
		margin-top: 8.6%;
	}

	.drawer__bottom-site {
		position: relative;
		font-size: 1.4rem;
		margin-right: 3em;
	}

	.drawer__bottom-site::after {
		content: "";
		display: block;
		width: 2.9em;
		height: 1px;
		position: absolute;
		left: 0;
		top: 8px;
		background-color: #fff;
	}

	.drawer__bottom-site a {
		padding-left: 3em;
		padding-right: 1em;
		background: url("../Image/icon-site.svg") no-repeat center right;
		background-size: 1.4em;
	}

	.drawer-hamburger {
		position: initial;
		width: 90px;
		padding: 12px 24px;
		box-sizing: border-box;
		background: transparent;
	}

	.drawer--right.drawer-open .drawer-hamburger {
		right: 0;
	}

	.drawer-hamburger-icon,
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		height: 3px;
		left: inherit;
		right: 0;
		border-radius: 3px;
	}

	.drawer-hamburger-icon {
		width: 100%;
		top: 2px;
		background: linear-gradient(to right, #B25C90 0%, #81538B 50%, #244B91 100%);
		margin: 0 auto;
	}

	.drawer-hamburger-icon:before {
		width: 100%;
		top: -10px;
		background: linear-gradient(to right, #B25C90 0%, #81538B 50%, #244B91 100%);
	}

	.drawer-hamburger-icon:after {
		width: 100%;
		top: 10px;
		background: linear-gradient(to right, #B25C90 0%, #81538B 50%, #244B91 100%);
	}

	.drawer-open .drawer-hamburger-icon {
		background: transparent;
	}

	.drawer--right.drawer-open .drawer-hamburger-icon:before,
	.drawer--right.drawer-open .drawer-hamburger-icon:after {
		width: 100%;
		background: linear-gradient(to right, #B25C90 0%, #81538B 50%, #244B91 100%);
	}

	.drawer--right .drawer-nav {
		right: -100%;

		background: url("../Image/dw.bg.jpg") no-repeat center right;
		background-size: cover;
	}

	.drawer-nav {
		width: 100%;
	}

	.drawer-overlay {
		display: none;
	}
}

/*============================
#footer
============================*/
#footer {
	position: relative;
	padding: 7.6% 0 3.8%;
	background: url("../Image/ft-bg.jpg") no-repeat center left;
	background-size: cover;
	color: #fff;
}

#footer::before {
	right: 3.9%;
	height: 83%;
}

#footer::after {
	bottom: 12.9%;
}

.ft__inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 5% 7.1%;
	justify-content: space-between;
}

#footer.corder-line:after {
	width: 100%;
}

.ft__logo {
	width: 18.75vw;
	min-width: 260px;
}

.ft__company {
	font-size: 0.885416vw;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-top: 2.2em;
}

@media screen and (max-width : 1695px) {
	.ft__company {
		font-size: 1.4rem;
	}
}

.ft__company a {
	color: #fff;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #fff;
	transition: 0.6s;
}

.ft__company a:hover {
	opacity: 0.6;
}

.footer_info-btn {
	width: 27em;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin-top: 2em;
}

.footer_info-btn a {
	background: linear-gradient(to right, #B25C90 0%, #81538B 50%, #244B91 100%);
	color: #fff;
	padding: 1.4em 0.5em 1.4em 1.8em;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 2.75em;
}

.btnshine {
	position: relative;
	display: block;
	transition: 0.6s;
	text-decoration: none;
	outline: none;
	overflow: hidden;
}

.btnshine:before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);
}

.btnshine:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.footer_info-btn-icon {
	background: url("../Image/icon-site.svg") no-repeat center right;
	background-size: 2em;
	padding-right: 2.5em;
	line-height: 2.5;
	display: inline-block;
}

.ft__navi {
	padding-left: 38%;
}

.ft__navi-list {
	font-size: 0.885416vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	flex-wrap: wrap;
	margin-top: -1em;
}

@media screen and (max-width : 1695px) {
	.ft__navi-list {
		font-size: 1.4rem;
	}
}

.ft__navi-item {
	width: 33.3%;
	margin-top: 1em;
}

.ft__navi-item a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.ft__navi-item a:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .6s;
}

.ft__navi-item a:hover::after {
	transform: scale(1, 1);
}

.ft__navi-item-about {
	width: 100%;
}

.ft__navi-contact {
	width: 14.6em;
	font-size: 0.885416vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 2.2em 0;
}

@media screen and (max-width : 1695px) {
	.ft__navi-contact {
		font-size: 1.4rem;
	}
}

.ft__navi-contact a {
	display: block;
	background-color: #fff;
	border-radius: 2.75em;
	padding: 0.6em 0.5em;
	box-sizing: border-box;
}

.gradient4 {
	transition: all 0.6s ease-in-out;
}

.gradient4:hover {
	/*ボタンの形状*/
	border-color: transparent;
	color: #fff;
	/*背景の色と形状*/
	background: linear-gradient(to right, #B25C90 30%, #81538B 50%, #244B91 100%);
	background-size: 120% auto;
	background-position: right center;
}

.gradient4:hover span {
	background: -webkit-linear-gradient(left, #fff, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #fff;
}

.ft__sns-list {}

.ft__sns-item {
	width: 24px;
}

.ft__sns-item:not(:last-child) {
	margin-right: 22px;
}

.ft__sns-item a {
	display: block;
	transition: 0.6s;
}

.ft__sns-item a:hover {
	opacity: 0.6;
}

.ft__cooperation {
	font-size: 1.2rem;
	margin-top: 30%;
	line-height: 2;
	letter-spacing: 0.08em;
}