@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用

*******************************************************/

/* 全体の設定 */

html {
	color: #333;
	}

body {
	width: 100%;
	font-family: "Yu Gothic", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	font-size: 16px;
	}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	}

p {
	color: #333;
	line-height: 1.8;
	}

img {
	border: none;
	vertical-align: bottom;
	}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	}

.container {
	padding: 120px 0;
	}

.wrapper {
	width: 95%;
	max-width: 1140px;
	margin: 0 auto;
	}

.wrapper_small {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	}

.pc {
	display: block;
	}

.sp {
	display: none;
	}

.h2 {
	font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #1d9791;
	line-height: 1.1;
	}

.label {
	font-size: 16px;
	font-weight: 700;
	color: #191919;
	letter-spacing: 0.05em;
	}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	height: 45px;
	background-color: #e89313;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	border-radius: 999px;
	text-decoration: none;
	transition: .2s;
	}

.btn:hover {
	background-color: #E08800;
	color: #FFF;
	}



/* header */
.header {
	width: 100%;
	height: 130px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	background-color: #FFF;
	transition: .2s;
	}

.header.scroll {
	height: 80px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	}

.header__link {
	display: block;
	width: 413px;
	height: 55px;
	position: absolute;
	left: 40px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-image: url("/img/common/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	transition: .2s;
	}

.header.scroll .header__link {
	width: 338px;
	height: 45px;
	}

.header__link:hover {
	opacity: .7;
	}

.globalNav {
	height: 100%;
	position: absolute;
	right: 40px;
	top: 0;
	display: flex;
	align-items: center;
	}

.globalNav__box {
	display: flex;
	align-items: center;
	}

.globalNav__item:not(:last-child) {
	margin-right: 32px;
	}

.globalNav__link {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #333;
	transition: .2s;
	position: relative;
	padding: 6px 0;
	}

.globalNav__link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #4FB1A8;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .2s;
	}

.globalNav__link:hover,
.globalNav__link.current {
	color: #4FB1A8;
	}

.globalNav__link:hover::after,
.globalNav__link.current::after {
	transform: scaleX(1);
	}

.globalNav__item:first-child .globalNav__link.current {
	color: #333;
}

.globalNav__item:first-child .globalNav__link:hover {
	color: #4FB1A8;
}

.globalNav__item:first-child .globalNav__link.current::after {
	transform: scaleX(0);
}

.globalNav__item:first-child .globalNav__link:hover::after {
	transform: scaleX(1);
}



/* kvLower */
.kvLower {
	width: 100%;
	height: 480px;
	position: relative;
	overflow: hidden;
	background-color: #ededed;
	margin-top: 130px;
	}

.kvLower__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #d8d8d8;
	}

.kvLower__content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 48%;
	min-width: 300px;
	max-width: 810px;
	padding: 50px 40px 50px 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 100%);
	color: #FFF;
	z-index: 1;
	}

.kvLower__title {
	font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #FFF;
	margin-bottom: 10px;
	}

.kvLower__label {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.05em;
	margin-bottom: 28px;
	}

.kvLower__txt {
	font-size: 16px;
	line-height: 2;
	color: #FFF;
	letter-spacing: 0.04em;
	}



/* company */
.company {
	background-color: #ededed;
	}

.company__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 32px;
	}

.company__body {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	align-items: center;
	}

.company__name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
	}

.company__row {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.9;
	}

.company__row a {
	color: inherit;
	transition: .2s;
	}

.company__row a:hover {
	color: #4FB1A8;
	}



/* footer */
.footer {
	width: 100%;
	height: 130px;
	background-color: #e89313;
	position: relative;
	}

.footer__nav {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	}

.footer__navList {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	}

.footer__navList a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	transition: .2s;
	}

.footer__navList a:hover {
	color: #4FB1A8;
	}

.footer__copyBar {
	position: absolute;
	right: 30px;
	top: 50px;
}

.footer__copy {
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #FFF;
	}



/* pageTop */
.pageTop {
	position: fixed;
	right: 50px;
	bottom: 190px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #a3a3a3;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	z-index: 90;
	cursor: pointer;
	transition: .2s;
	}

.pageTop svg {
	width: 22px;
	height: 22px;
	}

.pageTop:hover {
	background-color: #8a8a8a;
	}

.pageTop.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	}



/******************************************************

タブレット 1199px以下の場合に適用

*******************************************************/

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


/* 全体の設定 */

body {
	min-width: 0;
	}



/* header */
.header {
	height: 100px;
	}

.header.scroll {
	height: 70px;
	}

.header__link {
	left: 20px;
	width: 320px;
	height: 44px;
	}

.globalNav {
	right: 20px;
	}

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

/* kvLower */
.kvLower {
	height: 400px;
	margin-top: 100px;
	}

.kvLower__title {
	font-size: 52px;
	}

.kvLower__label {
	font-size: 16px;
	}

.kvLower__txt {
	font-size: 15px;
	}



/* footer */
.footer {
	height: auto;
	padding: 40px 0;
}
	
.footer__copyBar {
	position: static;
	text-align: center;
	margin-top: 30px;
}



}



/******************************************************

タブレット小 959px以下の場合に適用

*******************************************************/

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


/* header */

.header__link {
	width: 280px;
	height: 40px;
	}



/* kvLower */
.kvLower {
	height: 360px;
	}

.kvLower__title {
	font-size: 44px;
	}

.kvLower__label {
	font-size: 15px;
	}

.kvLower__txt {
	font-size: 14px;
	}

.kvLower__content {
	width: 52%;
	}


}



/******************************************************

スマホ 767px以下の場合に適用

*******************************************************/

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


/* 全体の設定 */
body {
	font-size: 14px;
	}

.pc {
	display: none;
	}

.sp {
	display: block;
	}

.container {
	padding: 64px 0;
	}

.wrapper {
	width: calc(100% - 40px);
	margin: 0 auto;
	}

.wrapper_small {
	width: calc(100% - 40px);
	margin: 0 auto;
	}

.h2 {
	font-size: 32px;
	}
	
.label {
	font-size: 14px;
	}

.btn {
	width: 200px;
	font-size: 14px;
	}



/* header */
.header {
	height: 60px;
	}

.header.scroll {
	height: 60px;
	}

.header.scroll .header__link,
.header__link {
	left: 2%;
	width: 146px;
	height: 24px;
	}

.globalNav {
	display: none;
	}

	
	
/* kvLower */
.kvLower {
	height: 320px;
	margin-top: 60px;
	}

.kvLower__content {
	width: 100%;
	min-width: 0;
	padding: 24px 20px 24px 20px;
	}

.kvLower__title {
	font-size: 36px;
	margin-bottom: 6px;
	}

.kvLower__label {
	font-size: 14px;
	margin-bottom: 16px;
	}

.kvLower__txt {
	font-size: 14px;
	line-height: 1.8;
	}



/* company */
.company__body {
	display: block;
	}

.company__name {
	font-size: 16px;
	margin-bottom: 3px;
	}

.company__row {
	font-size: 16px;
	}

.company__btn {
	margin-top: 20px;
	}


	
/* footer */
.footer {
	padding: 30px 0;
}
	
.footer__navList {
	gap: 20px;
	margin-bottom: 0;
	}
	
.footer__navList li a {
	font-size: 12px;
}

.footer__copyBar {
	font-size: 10px;
	margin-top: 20px;
	}



/* pageTop */
.pageTop {
	right: 10px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	}


}
