@charset "utf-8";
/*-----helper-class-----*/
.contents-title {
	font-size: 32px;
	letter-spacing: calc((50 / 1000) * 1em);
	line-height: calc(40 / 32);
	margin-bottom: 40px;
	background: none !important;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding: 0 !important;
	text-align: center;
}
.contents-title--color-green {
	color: #005443;
}
.contents-title--color-light-blue {
	color: #1e88e5;
}
.contents-title--margin {
	margin-bottom: 70px;
}
.contents-sub-title {
	font-size: 16px;
	letter-spacing: calc((50 / 1000) * 1em);
	line-height: calc(16 / 16);
	color: #1e88e5;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	border: 2px solid #1e88e5;
	padding: 12px 30px;
	display: inline-block;
	margin-bottom: 40px;
	border-radius: 3px;
	background: #fff;
}
.contents-title__none {
	display: none;
}
.classic-inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 120px 0 0;
}
@media screen and (max-width: 640px) {
	.contents-title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.contents-title--margin {
		margin-bottom: 40px;
	}
	.contents-title__none {
		display: block;
	}
	.classic-inner {
		width: 100%;
		padding: 80px 0 0;
	}
}
/*-----/helper-class-----*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #000000;
}
a:focus {
	outline: none;
}
/*-----header-----*/
.header {
	position: fixed;
	width: 100vw;
	background: #fff;
	z-index: 1000;
	box-sizing: border-box;
}
.header__area {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	max-width: 1630px;
	margin: auto;
	padding: 5px 10px 0;
	box-sizing: border-box;
}
.header__logo-wrap {
	margin-right: auto;
	width: 100%;
	max-width: 220px;
	box-sizing: border-box;
}
.header__logo-txt {
	width: 100%;
	height: auto;
}
.header__logo-img {
	width: 100%;
	height: auto;
}
.header__contact-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 660px;
}
.header__tel-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-width: 305px;
	margin-right: auto;
}
.header__tel-free {
	width: 47px;
	height: auto;
	margin-right: auto;
}
.header__tel-wrap a {
	width: calc(100% - 57px);
	height: auto;
}
.header__tel-free-number {
	width: 100%;
	height: auto;
}
.header__btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 334px;
	width: 100%;
}
.header__btn-wrap a {
	max-width: calc(100% / 2);
	width: 100%;
	height: auto;
}
.header__btn-wrap a:first-child {
	margin-left: auto;
}
.header__btn {
	width: 100%;
	height: auto;
}
.header__nav-wrap {
	padding: 5px 0;
}
.header__nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__nav li {
	padding: 0 30px;
	border-right: solid 2px #a5a5a5;
}
.header__nav li:first-child {
	border-left: solid 2px #a5a5a5;
}
.header__nav p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	letter-spacing: calc((100 / 1000) * 1em);
	line-height: calc(14 / 14);
	font-weight: bold;
	color: #333;
	transition: all 0.3s ease-in-out;
}
.header__nav p:hover {
	opacity: 0.7 !important;
	transition: all 0.3s ease-in-out;
}
.header__nav-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__nav-top::before {
	content: "";
	display: block;
	background: url(../img/common/home.png) no-repeat center;
	background-size: cover;
	width: 25px;
	height: 25px;
	margin-right: 7px;
}
@media screen and (max-width: 640px) {
	.header {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header__area {
		padding: 10px 15px;
	}
	.header__contact-wrap {
		display: none;
	}
	.header__nav-wrap {
		display: none;
	}
	.header__nav-wrap--display {
		display: block;
	}
	.header__logo-wrap {
		max-width: 166px;
		margin-right: auto;
	}
	.header__area-sp {
		display: flex;
		align-items: center;
		padding: 12px 55px 12px 15px;
	}
	.header__tel-wrap {
		max-width: 300px;
		margin: auto;
	}
	.header__tel-free {
		width: 50px;
		margin-right: 5px;
	}
	.header__tel-wrap a {
		width: calc(100% - 50px);
	}
	.header__cv-wrap {
		width: 100%;
		padding: 10px 20px 20px;
		box-sizing: border-box;
	}
	.header__cv {
		width: 100%;
		height: auto;
	}
	.header__btn-wrap {
		margin: auto;
		max-width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.header__nav {
		flex-flow: column;
		box-sizing: border-box;
		width: 100%;
		padding: 0 15px;
	}
	.header__nav li {
		border: none;
		border-bottom: 2px solid #1e88e5;
		width: 100%;
		margin: 0 15px;
		padding: 15px 0;
	}
	.header__nav li:first-child {
		border: none;
		border-top: 2px solid #1e88e5;
		border-bottom: 2px solid #1e88e5;
	}
	.header__nav p {
		text-align: left;
		position: relative;
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	.header__nav p::after {
		content: "";
		display: block;
		background: url(../img/common/arrow.png) no-repeat center;
		background-size: cover;
		width: 20px;
		height: 20px;
		margin-left: auto;
	}
}
/*-----/header-----*/
/*-----footer-----*/
.footer__bg {
	background: url(../img/common/bg-footer.png) no-repeat center;
	background-size: cover;
	padding: 30px 15px 20px;
}
.footer__area {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	max-width: 1630px;
	margin: auto;
}
.footer__logo-wrap {
	margin-right: auto;
	width: 100%;
	text-align: left;
}
.footer__logo-txt {
	width: 100%;
	height: auto;
}
.footer__logo-img {
	width: 220px;
	height: auto;
}
.footer__contact-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
.footer__tel-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-width: 305px;
}
.footer__tel-free {
	width: 47px;
	height: auto;
	margin-right: auto;
}
.footer__tel-wrap a {
	width: calc(100% - 57px);
	height: auto;
}
.footer__tel-free-number {
	width: 100%;
	height: auto;
}
.footer__btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 395px;
	width: 100%;
	padding-top: 5px;
}
.footer__btn-wrap a {
	max-width: calc(100% / 2);
	width: 100%;
	height: auto;
}
.footer__btn-wrap a:first-child {
	margin-left: auto;
}
.footer__btn {
	width: auto;
	height: 50px;
}
.footer__nav-wrap {
	padding: 15px 0;
}
.footer__nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer__nav li {
	padding: 0 30px;
	border-right: solid 2px #a5a5a5;
}
.footer__nav li:first-child {
	border-left: solid 2px #a5a5a5;
}
.footer__nav p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	letter-spacing: calc((100 / 1000) * 1em);
	line-height: calc(14 / 14);
	font-weight: bold;
	color: #333;
	transition: all 0.3s ease-in-out;
}
.footer__nav p:hover {
	opacity: 0.7 !important;
	transition: all 0.3s ease-in-out;
}
.footer__nav-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer__nav-top::before {
	content: "";
	display: block;
	background: url(../img/common/home.png) no-repeat center;
	background-size: cover;
	width: 25px;
	height: 25px;
	margin-right: 7px;
}
.copyright {
	background: #1e88e5;
	font-size: 12px;
	letter-spacing: calc((50 / 1000) * 1em);
	line-height: calc(18 / 12);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 2em;
	display: block;
}
@media screen and (max-width: 640px) {
	.footer__bg {
		padding: 40px 15px 20px;
	}
	.footer__area {
		padding: 10px 15px;
		flex-flow: column;
		box-sizing: border-box;
	}
	.footer__contact-wrap {
		flex-flow: column;
	}
	.footer__nav-wrap {
	}
	.footer__nav-wrap--display {
		display: block;
	}
	.footer__logo-wrap {
		max-width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.footer__logo-img {
		width: auto;
		height: 41px;
	}
	.footer__area-sp {
		display: flex;
		align-items: center;
		padding: 12px 55px 12px 15px;
	}
	.footer__tel-wrap {
		max-width: 100%;
		margin: 0 auto 10px;
	}
	.footer__tel-free {
		width: 50px;
		margin-right: 5px;
	}
	.footer__tel-wrap a {
		width: calc(100% - 50px);
	}
	.footer__cv-wrap {
		width: 100%;
		padding: 10px 20px 20px;
		box-sizing: border-box;
	}
	.footer__cv {
		width: 100%;
		height: auto;
	}
	.footer__btn-wrap {
		margin: auto;
		max-width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		flex-flow: column;
	}
	.footer__btn-wrap a {
		max-width: 100%;
	}
	.footer__btn-wrap a:first-child {
		margin: 0 0 10px;
	}
	.footer__btn {
		width: 100%;
		height: auto;
	}
	.footer__nav {
		flex-flow: column;
		box-sizing: border-box;
		width: 100%;
		padding: 0 15px;
	}
	.footer__nav li {
		border: none;
		width: 100%;
		margin: 0 15px;
		padding: 15px 0;
	}
	.footer__nav li:first-child {
		border: none;
	}
	.footer__nav p {
		text-align: center;
		position: relative;
		justify-content: center;
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
}
/*-----/footer-----*/
/*-----drawer-menu-----*/
.drawer-menu {
	display: none;
}
#drawer-menu-icon {
	z-index: 1002;
}
.header__drawer-menu {
	margin-left: auto;
	height: 30px;
	position: relative;
	right: 0;
}
.drawer-menu-icon {
	font-size: 27px;
	background: #fff;
	width: 40px;
	padding: 4px 0;
	cursor: pointer;
	text-align: center;
	top: 0;
	right: 0;
}
.drawer-menu__bg-mask {
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.drawer-menu__content {
	display: table;
	background: #fff;
	width: 100%;
	top: 0;
	right: 0;
	text-align: center;
}
.drawer-menu__content {
	width: 320px;
}
.user-name {
	display: flex;
	justify-content: left;
	align-items: center;
	background: #ececec;
	padding: 10px 0 10px 40px;
}
.user-name__img {
	width: 42px;
	height: auto;
	margin-right: 15px;
}
ul.drawer-menu__list {
	height: auto;
	overflow-y: auto;
	padding: 20px 35px 30px;
}
.drawer-menu__item {
	padding: 8px 10px;
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	display: flex;
	flex-flow: column;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: left;
	margin: 8px 0;
	border-bottom: 1px solid #c2c2c2;
}
.drawer-menu__item-sub {
	padding: 0 10px;
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	display: flex;
	flex-flow: column;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-align: left;
	margin: 10px 0 10px 10px;
	border-left: 4px solid #c2c2c2;
}
.drawer-menu__list li {
}
.drawer-menu-icon,
.drawer-menu__content,
.drawer-menu__bg-mask {
	position: fixed;
}
.drawer-menu-icon,
.drawer-menu__content {
	z-index: 1001;
}
.drawer-menu__bg-mask {
	z-index: 1000;
}
#drawer-menu-checkbox {
	display: none;
	transition: all 0.3s ease-in-out;
}
#drawer-menu-checkbox ~ .drawer-menu-icon::before {
	display: block;
}
#drawer-menu-checkbox ~ .drawer-menu-icon::after {
	display: none;
}
#drawer-menu-checkbox ~ .drawer-menu__bg-mask {
	display: none;
}
#drawer-menu-checkbox:checked ~ .drawer-menu-icon::before {
	display: none;
}
#drawer-menu-checkbox:checked ~ .drawer-menu-icon::after {
	display: block;
}
#drawer-menu-checkbox:checked ~ .drawer-menu__bg-mask {
	display: block;
}
#drawer-menu-checkbox ~ .drawer-menu__content {
	transform: translate(350%, 0);
	transition: all 0.3s ease-in-out;
}
#drawer-menu-checkbox:checked ~ .drawer-menu__content {
	transform: none;
}
#drawer-menu-checkbox ~ #drawer-menu-icon {
	position: relative;
}
#drawer-menu-checkbox:checked ~ #drawer-menu-icon {
	position: fixed;
	right: 0;
}
.js-dropdown-menu__wrap {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	color: #000;
	border-left: 1px solid #000;
	padding: 0 10px;
}
.js-dropdown-menu {
	display: none;
	border-bottom: none !important;
	position: absolute;
	top: 30px;
	left: 0;
	width: 240px;
	z-index: 100;
	background: #ffffff;
}
.js-dropdown {
	position: relative;
}
.js-dropdown::after {
	content: "";
	position: absolute;
	background: url(../img/common/arrow-gray.png) no-repeat center;
	background-size: cover;
	width: 16px;
	height: 12px;
	right: 0;
	top: 4px;
}
.js-dropdown {
	padding-right: 20px !important;
}
.js-dropdown.is-active::after {
	transform: scale(1, -1);
	top: 2px;
}
.js-dropdown-menu__wrap .js-dropdown-menu a {
	background: #d4d4d4;
	border-left: 8px solid #d4d4d4;
	margin: 0 0 1px;
	padding: 4px 0;
	padding-left: 10px !important;
}
.panel_item:last-child a {
	margin-bottom: 6px;
}
.js-dropdown-menu {
	position: relative;
	top: 0;
	width: auto;
}
.js-dropdown::after {
	top: 10px;
}
.js-dropdown.is-active::after {
	top: 8px;
}
.drawer-menu--hidden {
	display: none;
}
#drawer-menu-icon {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: relative;
	width: 30px;
	margin-right: 20px;
}
#drawer-menu-icon span {
	background: #1e88e5;
	border-radius: 0;
	display: block;
	height: 4px;
	left: 50%;
	margin: -3% 0 0 -38%;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease-in-out;
	width: 30px;
}
#drawer-menu-icon span::before,
#drawer-menu-icon span::after {
	-webkit-transform: rotate(0);
	background: #1e88e5;
	border-radius: 0;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin: -6% 0 0 -48%;
	position: absolute;
	top: 50%;
	transform: rotate(0);
	transition: all 0.3s ease-in-out;
	width: 100%;
}
#drawer-menu-icon span::before {
	margin-top: -13px;
}
#drawer-menu-icon span::after {
	margin-top: 9px;
}
#drawer-menu-checkbox:checked ~ #drawer-menu-icon span {
	background: rgba(51, 51, 51, 0);
	box-shadow: none;
}
#drawer-menu-checkbox:checked ~ #drawer-menu-icon span::before,
#drawer-menu-checkbox:checked ~ #drawer-menu-icon span::after {
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin: -6% 0 0 -50%;
	position: absolute;
	top: 50%;
	width: 100%;
	background: #1e88e5;
	box-shadow: none;
}
#drawer-menu-checkbox:checked ~ #drawer-menu-icon span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#drawer-menu-checkbox:checked ~ #drawer-menu-icon span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header-pc {
	display: none;
}
.header__header-area {
	display: flex;
	align-items: flex-start;
}
.header__language {
	display: none;
}
@media screen and (max-width: 640px) {
	.drawer-menu {
		display: block;
	}
	ul.drawer-menu__list {
		padding: 10px 20px;
	}
	.drawer-menu__content {
		width: 100%;
	}
	.drawer-menu__item {
		font-size: 14px;
	}
	.drawer-menu__content {
		height: 100vh;
	}
	.user-name {
		padding: 10px 0 10px 25px;
	}
}
/*-----/drawer-menu-----*/
