@charset "UTF-8";

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, address,
em, img,
small, strong, sub, sup,
b, u, i,
ul, ol, li, dl, dt, dd,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, aside, figure, figcaption,
header, footer, nav, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, section, aside, figure, figcaption, header, footer, nav { display: block; }
body { line-height: 1; }
ul, ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight:bold;}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*================================================

　全体

=================================================*/
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*::before,
*::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }
body { 
	position: relative;
	min-height: 100vh;
	color: #000;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a, a:link, a:focus, a:visited {
	color: #000;
	text-decoration: none;
	opacity: 1;
	transition: all 0.5s ease;
}
a:hover {
	opacity: 0.3;
}

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

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

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
	body {
		/* The hack for Safari */
		height: -webkit-fill-available;
	}
}

strong {
	color: #FF0;
	font-weight: 900;
}

/*================================================

　レイアウト共通

=================================================*/
.content-wrap {
	margin: 0;
	padding: 0;
}
.content-wrap-bgcover {
	position: relative;
	padding: 0 40px;
	z-index: 2;
}
.title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0 0 15px 20px;
}
.initiatives .title {
	padding: 0 0 3px 20px;
}
.title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 1px;
	background-color: #000;
}
.title span {
	display: inline-block;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 400;
}
.title span:nth-of-type(2) {
	text-align: right;
}
.initiatives .title span:nth-of-type(2) {
	position: absolute;
	right: 0;
	bottom: 15px;
}

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

	.initiatives .title span:nth-of-type(1) {
		width: 59.9687256vw;
	}

}

@media screen and (min-width: 1080px) {

	.pc-new-line02 {
		display: block;
	}

}

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

	.content-wrap {
		padding: 80px 0 0;
	}
	.pc-new-line02 {
		display: none;
	}
	.title span {
		font-size: clamp(1.3rem, (100vw - 769px) * 5 / 310 + 13px, 1.8rem);
	}

	.business .title span:nth-of-type(1) {
		width: 41.7979611vw;
	}
	.voice .title span:nth-of-type(1) {
		width: 32.0667285vw;
	}
	.careers .title span:nth-of-type(1) {
		width: 51.2511585vw;
	}

}

@media screen and (min-width: 769px) {

	.pc-new-line {
		display: block;
	}
	.sp-new-line {
		display: none;
	}

}

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

	.content-wrap {
		padding: 9.765625vw 0 0;
	}
	.pc-new-line {
		display: none;
	}
	.title {
		padding: 0 0 1.953125vw 2.60416666vw;
	}
	.initiatives .title {
		padding: 0 0 0.390625vw 2.60416666vw;
	}
	.title span {
		font-size: clamp(1rem, (100vw - 375px) * 6 / 393 + 10px, 1.6rem);
	}
	.initiatives .title span:nth-of-type(2) {
		bottom: 1.953125vw;
		bottom: 1.5vw;
	}
	.initiatives .title span:nth-of-type(1) {
		width: 55.9687256vw;
	}

}

/*================================================

　header

=================================================*/
.header__wrap {
	position: fixed;
	top: 36px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 35px;
	z-index: 99999;
	transition: all 0.5s ease;
}
.header__wrap__inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1210px;
	height: 70px;
	margin: 0 auto;
	padding: 0 30px;
	background-color: #FFF;
	border-radius: 20px;
}
.header__wrap__inner .logo {
	margin: 0;
	padding: 0;
}

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

	.header__wrap {
		padding: 0 2.7365129vw;
	}
	.header__wrap__inner {
		padding: 0 1.56372166vw;
	}
	.header__wrap__inner .logo {
		width: 24.8631744vw;
	}

}

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

	.header__wrap {
		top: 0;
		padding: 0;
	}
	.header__wrap__inner {
		width: 100%;
		height: 80px;
		margin: 0 auto;	
		border-radius: 0;
	}
	.header__wrap__inner .logo {
		width: 160px;
	}
	.header__wrap__inner {
		transition: all 0.5s ease;
	}
	.header__wrap__inner .logo {
		display: flex;
		align-items: flex-end;
		width: 42.4vw;
		height: 100%;
	}

}

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

	.header__wrap__inner {
		height: 9.765625vw;
		transition: all 0.5s ease;
	}
	.header__wrap__inner .logo {
		display: flex;
		align-items: flex-end;
		width: 42.4vw;
		height: 100%;
	}

}

/*　ナビメニュー
=================================================*/
.header__wrap__inner .navlist {
	height: 100%;
}
.header__wrap__inner .navlist ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 999999;
}
.header__wrap__inner .navlist ul li {
	position: relative;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	padding: 0 10px;
	color: #000;
}
.header__wrap__inner .navlist ul li::before {
	position: absolute;
	content: '';
	top: 1px;
	left: 0px;
	width: 1px;
	height: 100%;
	background-color: #000;
}
.header__wrap__inner .navlist ul li:nth-of-type(1)::before,
.header__wrap__inner .navlist ul li:nth-of-type(6)::before,
.header__wrap__inner .navlist ul li:nth-of-type(7)::before {
	display: none;
}
.header__wrap__inner .navlist ul li:nth-of-type(6) a {
	padding: 5px 28px;
	color: #FFF;
	font-weight: 500;
	background-color: #008CD6;
}
.header__wrap__inner .navlist ul li:nth-of-type(6) a img {
	margin-right: 5px;
}
.header__wrap__inner .navlist ul li:nth-of-type(7) a {
	display: flex;
	flex-direction: column;
}
.header__wrap__inner .navlist ul li:nth-of-type(7) a span:first-child {
	margin-top: -3px;
	margin-bottom: 5px;
	font-size: 2.8rem;
	font-weight: 900;
}
.header__wrap__inner .navlist ul li:nth-of-type(7) a span:last-child {
	font-size: 1.2rem;
	font-weight: 500;
}
.header__wrap__inner .navlist ul li:nth-of-type(8) {
	display: none;
}

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

	.header__wrap__inner .navlist ul li {
		font-size: clamp(1.1rem, (100vw - 1079px) * 2 / 200 + 11px, 1.3rem);
		padding: 0 10px;
	}
	.header__wrap__inner .navlist ul li:nth-of-type(6) a {
		padding: 5px 2.18921032vw;
	}
	.header__wrap__inner .navlist ul li:nth-of-type(7) a span:first-child {
		font-size: 2.8rem;
		font-size: clamp(2.4rem, (100vw - 1079px) * 4 / 200 + 24px, 2.8rem);
	}
	.header__wrap__inner .navlist ul li:nth-of-type(7) a span:last-child {
		font-size: 1.2rem;
		font-size: clamp(1rem, (100vw - 1079px) * 2 / 200 + 10px, 1.2rem);
	}

}

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

	.header__wrap__inner .navlist {
		position: fixed;
		top: 0;
		left: 100%;
		width: 375px;
		height: 100%;
		padding: 25px 30px 0;
		background: rgba(255,255,255,0.9);
		transform: translate(0, 0);
		transition: 0.5s ease-out;
	}
	.header__wrap__inner .navlist ul {
		justify-content: flex-start;
		flex-direction: column;
		width: 100%;
	}
	.header__wrap__inner .navlist ul li {
		display: block;
		width: 100%;
		margin-right: 0;
		padding: 30px 0 10px;
		font-size: 1.3rem;
		border-right: none;
		border-bottom: 1px solid #000;
		filter: none;
	}
	.header__wrap__inner .navlist ul li::before {
		display: none;
	}
	.header__wrap__inner .navlist ul li a {
		color: #000;
	}
	.header__wrap__inner .navlist ul li:nth-of-type(6) a {
		display: inline-block;
		padding: 10px 25px;
	}
	.header__wrap__inner .navlist ul li:nth-of-type(8) {
		display: block;
	}

}

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

	.header__wrap__inner .navlist {
		width: 100%;
		padding: 35px 20px 0;
	}

}

/*　ハンバーガー
=================================================*/
.menu-btn {
	display: none;
	position: absolute;
	right: 25px;
	z-index: 10;
}
.menu-btn .toggle {
	display: block;
	position: relative;
	width: 42px;
	height: 24px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
}
.menu-hamburger,
.menu-hamburger::before,
.menu-hamburger::after {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: 0.2s ease-out;
}
.change .menu-hamburger,
.change .menu-hamburger::before,
.change .menu-hamburger::after {
	background-color: #000;
}
.menu-hamburger::before,
.menu-hamburger::after {
	position: absolute;
	content: '';
	top: -5px;
	left: 0;
}
.menu-hamburger::after {
	top: 5px;
}
.open .menu-hamburger {
	background-color: transparent;
}
.open .menu-hamburger::before,
.open .menu-hamburger::after {
	top: 0;
}
.open .menu-hamburger::before {
	transform: rotate(45deg);
}
.open .menu-hamburger::after {
	transform: rotate(-45deg);
}

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

	.header__wrap__inner .navlist .nav-title {
		position: relative;
		display: block;
		z-index: 11;
	}
	.header__wrap__inner .navlist ul li a {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.menu-btn {
		display: block;
	}
	.menu-btn.open + .navlist {
		transform: translateX(-100%);
	}
	.navlist.open {
		transform: translateX(-100%);
	}

}

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

	.menu-btn {
		right: 5.33333333vw;
	}
	.menu-btn .toggle {
		min-width: 32px;
		width: 5.6vw;
		min-height: 24px;
		height: 3.2vw;
	}
	.menu-hamburger::before,
	.menu-hamburger::after {
		top: -.96666666vw;
	}
	.menu-hamburger::after {
		top: 0.96666666vw;
	}

}

/*================================================

　mainvisual

=================================================*/
.mainvisual {
	margin-bottom: 50px;
}

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

	.mainvisual {
		margin-bottom: 4.6339203vw;
	}

}

/*================================================

　ライン

=================================================*/
.dividing {
	position: relative;
	max-width: 1105px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}
.dividing::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 100%;
	height: 0.5px;
	background-color: #000;
	z-index: -1;
}
.dividing span::before,
.dividing span::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 20px;
	width: 1px;
	height: 26px;
	background-color: #000;
	transform: translateY(-50%);
}
.dividing span::after {
	top: 50%;
	left: auto;
	right: 20px;
}

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

	.dividing {
		max-width: 86.3956216vw;
		margin: 0 auto 1.56372166vw;
	}

}

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

	.dividing span {
		display: block;
		width: 4.44856348vw;
		margin: auto;
	}
	.dividing span::before,
	.dividing span::after {
		left: 1.85356812vw;
		width: 1px;
		height: 2.40963855vw;
	}
	.dividing span::after {
		left: auto;
		right: 1.85356812vw;
	}

}

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

	.dividing {
		max-width: 93.3333333vw;
		margin: 0 auto 2.60416666vw;
	}

}

/*================================================

　フッター

=================================================*/
footer {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1;
	background-color: #EFEFEF;
	z-index: 10;
}
.footer__content {
	max-width: 666px;
	margin: auto;
	padding: 30px 0;
}
.footer__content__header {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}
.footer__content .logo {
	margin: 0;
	padding: 0;
}
.footer__banner ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.footer__banner ul li {
	margin: 0 0 0 10px;
}
.footer__banner ul li:first-child {
	margin: 0;
}
.footer__banner .inquiry {
	line-height: 1;
}
.footer__banner .inquiry a {
	display: block;
	width: 255px;
	height: 49px;
	padding: 6px 0;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 900;
	background-color: #008CD6;
	border-radius: 9px;
}
.footer__banner .inquiry span {
	display: block;
	font-size: 2.6rem;
}
.footer__content .navlist {
	padding: 0;
}
.footer__content .navlist ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 570px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.3rem;
	font-weight: 600;
}
.footer__content .navlist ul li {
	padding: 0 10px 1px;
	border-left: 1px solid #000;
}
.footer__content .navlist ul li:first-child {
	border-left: none;
}

#copy {
	margin: 0;
	padding: 25px 0;
	color: #FFF;
	text-align: center;
	font-size: 1.4rem;
	background-color: #1D2080;
}
#copy p {
	margin: 0 0 5px;
}

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

	footer {
	}
	.footer__content {
		max-width: 100%;
		margin: auto;
		padding: 4vw 0 0;
	}
	.footer__content__header {
		flex-direction: column;
		margin: 0;
		padding: 0 0 4vw;
		text-align: center;
	}
	.footer__content__header .logo {
		width: 65vw;
		max-width: 318px;
		margin: 0 auto 4vw;
		padding: 0;
	}
	.footer__banner ul {
		justify-content: center;
		width: 100%;
		padding: 0;
	}
	.footer__banner ul li {
		margin: 0;
		padding: 0 2.66666666vw 0 0;
	}
	.footer__banner .inquiry a {
		max-width: 220px;
		max-height: 49px;
		padding: 6px 0;
		font-size: 1.2rem;
	}
	.footer__banner .inquiry span {
		font-size: 2.6rem;
	}
	.footer__banner ul li:last-child {
		max-height: 49px;
	}

	.footer__content .navlist ul {
		display: none;
	}
	#copy {
		padding: 25px 0;
		font-size: 1.2rem;
	}

}

/*================================================

　表示　関連

=================================================*/

.bgappearTrigger,
.fadeUpTrigger {
	opacity: 0;
	transition: 0.5s;
}
.delay_01 { transition-delay: 0.3s; }
