@charset "utf-8";

/***************************************************************
Header-C
****************************************************************/
.header-C--sticky-exists {
	height: 55px;
}
.header-C-main {
	height: 55px;
	padding: 10px 0 4px 2vw;
	box-sizing: border-box;
	max-width: none;
}
.header-C__text {
	font-family: sans-serif;
	max-width: calc(100vw - 75px);
	font-size: 10rem;
	line-height: 1.25;
	color: #262626;
	font-weight: normal;
}
.header-C__text--ja {
	letter-spacing: -0.75px;
}
.header-C__text--multi-lang {
	max-width: calc(100vw - 121px);
}
.header-C-left {
	max-width: calc(100% - 64px);
}
.header-C-left-logo__link {
	display: inline-block;
	width: 67vw;
	height: auto;
}
.header-C-left-logo__image {
	width: auto;
	height: auto;
	max-width: 60vw;
	max-height: 32px;
	vertical-align: top;
}
.header-C-left-bottom {
	margin-top: 2px;
  max-width: 60vw;
  box-sizing: border-box;
	font-size: 12rem;
  line-height: 1.2;
}

/* header-C-bottom */
.header-C-bottom {
	position: relative;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
}
.header-C-bottom source,
.header-C-bottom img {
	position: absolute;
	min-width: 1400px;
	min-height: 100px;
	vertical-align: top;
}
.header-C-bottom__title {
	position: absolute;
	left: 5vw;
	top: 40px;
	letter-spacing: 4.3px;
	font-size: 24rem;
	font-weight: bold;
}


@media screen and (max-width: 374px) {
	.header-C-main {
		padding-bottom: 0;
	}
	.searchform-div__button {
		padding: 0 10px;
		width: auto;
		font-size: 13rem;
	}
}

@media screen and (min-width: 1024px) {
	/* PC/Tablet */
	.header-C--sticky-exists {
		height: 80px;
	}
	.header-C-main {
		display: flex;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: auto;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.header-C__text {
		max-width: none;
		font-size: 12px;
		line-height: 12px;
	}
	.header-C__text--multi-lang {
		max-width: none;
	}
	.header-C-left {
		display: inline-block;
		max-width: 390px;
		width: auto;
	}
	.header-C-left-logo {
		margin-top: 2px;
		padding-bottom: 2px;
	}
	.header-C-left-logo__link {
		display: block;
		width: 100%;
		margin-top: 0;
		font-size: 0;
	}
	.header-C-left-logo__image {
		width: auto;
		max-width: none;
		max-height: none;
	}
	.header-C-middle {
		margin-top: -6px;
		margin-left: 60px;
	}
	.header-C-right {
		text-align: right;
		display: flex;
		flex: inherit;
		align-items: center;
	}

	/* header-C-main-right */
	.header-C-main-right-access-left__text {
		padding-left: 19px;
		line-height: 1.2;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
	}
	.header-C-main-right-access-left {
		text-align: right;
	}
	.header-C-main-right-access-left:nth-last-child(2) {
		margin-left: 10px;
	}
	.header-C-main-right-access-left-top {
		position: relative;
		display: block;
	}
	.header-C-main-right-access-left-top::before {
		font-size: 24px;
	}
	.header-C-main-right-access-left__before {
		position: relative;
		top: -3px;
		margin-right: 4px;
		font-size: 13px;
	}
	.header-C-main-right-access-left__num {
		font-size: 32px;
		font-weight: bold;
		font-family: Helvetica;
		line-height: 1;
		color: #050e1c;
		letter-spacing: -0.67px;
	}
	.header-C-main-right-access-left__num--small {
		font-size: 24px;
	}
	.header-C-main-right-access-left__contactinfo {
		position: relative;
		top: -4px;
		padding-left: 19px;
		display: block;
		text-align: center;
		font-size: 12px;
		font-weight: normal;
		color: #444444;
		letter-spacing: -0.1px;
	}
	.header-C-main-right-access-left__contactinfo--small {
		top: 0;
		font-size: 10px;
	}
	.header-C-main-right-access__button {
		box-sizing: border-box;
		display: block;
		margin-left: 16px;
		padding: 17px 20px;
		width: 176px;
		max-height: 50px;
		/* box-shadow: 0 3px 6px 0 #cecece; */
		font-size: 16px;
		font-weight: normal;
		line-height: 1;
	}
	.header-C-main-right-access__button--radius-none {
		border-radius: 0;
	}
	.header-C-main-right-access__button--radius-bit {
		border-radius: 2px;
	}
	.header-C-main-right-access__button--radius-little {
		border-radius: 4px;
	}
	.header-C-main-right-access__button--radius-radius {
		border-radius: 8px;
	}
	.header-C-main-right-access__button--radius-ellipse {
		border-radius: 30px;
	}
	.header-C-main-right-access__button::before {
		position: relative;
		top: 3px;
		margin-right: 10px;
		font-size: 22px;
		line-height: 8px;
	}
	.header-C-main-middle-tel-img {
		position: relative;
		top: 3px;
		height: 100%;
	}

	.header-C-change-lang {
		font-weight: bold;
		color: #707070;
	}
	.header-C-change-lang__item:nth-child(2)::before {
		content: '/';
		padding-right: 4px;
		display: inline-block;
		color: #707070;
		pointer-events: none;
	}
	.header-C-change-lang__item:nth-child(2):hover::before {
		opacity: 1;
	}
	.header-C-nav {
		border: none;
	}
	.header-C-nav-menu {
		margin: 0 auto;
	}
	.header-C-nav-menu-ul {
		width: 100%;
		height: 100%;
		padding: 0;
		box-sizing: border-box;
		font-size: 0;
	}
	.header-C-nav-menu-ul-li {
		position: relative;
		width: auto;
		font-size: 16rem;
	}
	.header-C-nav-menu-ul-li--A {
		border-right: 1px solid #050e1c;
	}
	.header-C-nav-menu-ul-li--A.header-C-nav-menu-ul-li:first-child {
		border-left: 1px solid #050e1c;
	}
	.header-C-nav-menu-ul-li {
		display: inline-block;
		height: 100%;
	}
	.header-C-nav-menu-ul-li:last-child {
		color: #fff;
	}
	.header-C-nav-menu-ul-li-a {
		padding: 30px 17px;
		box-sizing: border-box;
		display: inline-block;
		height: 80px;
		width: 100%;
		text-align: center;
		line-height: 1;
		font-weight: bold;
		font-size: 16px;
		transition: .3s;
	}
	.header-C-nav-menu-ul-li-a:hover {
		opacity: 0.8;
	}
	.header-C-nav-menu-ul-li-a-span {
		position: relative;
		padding-bottom: 6px;
	}

	/* header-C-sub-menu */
	.header-C-nav-menu-ul-child {
		position: absolute;
		top: 80px;
		left: 0;
		display: none;
		width: 180px;
		background-color: rgba(0, 0, 0, .8);
		z-index: 101;
	}
	.header-C-nav-menu-ul-li:last-child .header-C-nav-menu-ul-child {
		left: auto;
		right: 0;
	}
	.header-C-nav-menu-ul-child-li-a {
		position: relative;
		padding: 6px 0 6px 36px;
		display: block;
		line-height: 2.4;
		color: #fff;
		text-align: left;
		font-size: 14rem;
	}
	.header-C-nav-menu-ul-child-li-a:hover {
		opacity: 1;
	}
	.header-C-nav-menu-ul-child-li-a::before {
		content: "";
		position: absolute;
		top: 18px;
		left: 16px;
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #fff;
	}

	/* header-C-bottom */
	.header-C-bottom {
		overflow: hidden;
	}
	.header-C-bottom source,
	.header-C-bottom img {
		width: 100vw;
		height: auto;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.header-C-bottom__title {
		left: calc(50vw - 512px);
	}
}