@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(//fonts.googleapis.com/icon?family=Material+Icons);
@import url("../../fontawesome/css/all.min.css");
@import url("reset.css");
*:focus {
	outline: none;
}
body {
	min-width: 1200px;
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}
img {
	border: none;
	vertical-align: top;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#aco_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(27, 55, 93, 0.7);
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
	z-index: 10000;
}
#pod_header {
	position: fixed;
	width: 100%;
	background: #fff;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS PGOTHIC", Arial, sans-serif;
	z-index: 10001;
}
#pod_header > .main {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	height: 113px;
	border-bottom: solid 1px #dee6ef;
}
#pod_header > .main .logo {
	padding: 23px 0 0 18px;
}
#pod_header > .main .navi {
	padding: 16px 40px 0 0;
}
#pod_header > .main .navi .sub-navi ul {
	display: flex;
	justify-content: flex-end;
}
#pod_header > .main .navi .sub-navi ul li:nth-child(n + 2) {
	margin-left: 14px;
}
#pod_header > .main .navi .sub-navi ul li.btn-person {
	width: 196px;
	height: 34px;
}
#pod_header > .main .navi .sub-navi ul li.btn-contact {
	width: 202px;
	height: 34px;
}
#pod_header > .main .navi .sub-navi ul li a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5%;
	text-decoration: none;
}
#pod_header > .main .navi .sub-navi ul li a:hover {
	color: #fff !important;
}
#pod_header > .main .navi .sub-navi ul li.btn-person a {
	border: solid 1px #cc0033;
	color: #cc0033;
}
#pod_header > .main .navi .sub-navi ul li.btn-person a:hover {
	background: #cc0033;
}
#pod_header > .main .navi .sub-navi ul li.btn-person a::after {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	border-radius: 50%;
	background-color: #cc0033;
	background-image: url(/pod_v2/img/common/arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 10px;
}
#pod_header > .main .navi .sub-navi ul li.btn-person a:hover::after {
	background-color: #fff;
	background-image: url(/pod_v2/img/common/arrow-red.svg);
}
#pod_header > .main .navi .sub-navi ul li.btn-contact a {
	border: solid 1px #003366;
	color: #003366;
}
#pod_header > .main .navi .sub-navi ul li.btn-contact a:hover {
	background: #003366;
}
#pod_header > .main .navi .sub-navi ul li.btn-contact a::after {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	margin-left: 9px;
	background-image: url(/pod_v2/img/common/mail-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#pod_header > .main .navi .sub-navi ul li.btn-contact a:hover::after {
	background-image: url(/pod_v2/img/common/mail-white.svg);
}
#pod_header > .main .navi .main-navi ul {
	display: flex;
	margin-top: 16px;
}
#pod_header > .main .navi .main-navi ul li {
	margin-left: 28px;
}
#pod_header > .main .navi .main-navi ul li a {
	display: flex;
	align-items: center;
	height: 23px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5%;
	text-decoration: none;
}
#pod_header > .main .navi .main-navi ul li a:hover {
	color: #003366;
}
#pod_header > .main .navi .main-navi ul li a.actv {
	color: #cc0033;
}
#pod_header > .main .navi .main-navi ul li a.aco::after {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 23px;
	height: 23px;
	background-image: url(/pod_v2/img/common/aco-open.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 0;
}
#pod_header > .main .navi .main-navi ul li a.aco:hover::after {
	background-image: url(/pod_v2/img/common/aco-open-blue.svg);
}
#pod_header > .main .navi .main-navi ul li a.actv::after, #pod_header > .main .navi .main-navi ul li a.actv:hover::after {
	background-image: url(/pod_v2/img/common/aco-close.svg);
}
#pod_header .aco-container {
	display: none;
	padding: 40px 40px 40px 60px;
}
#pod_header .aco-container .main {
	display: flex;
}
#pod_header .aco-container .main .main-ttl {
	flex: 0 0 400px;
	box-sizing: border-box;
	margin: auto 0;
	padding-right: 10px;
}
#pod_header .aco-container .main .main-ttl .ttl-en {
	display: flex;
	align-items: center;
	position: relative;
	margin: 5px 0 0 5px;
	padding-left: 14px;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 5%;
}
#pod_header .aco-container .main .main-ttl .ttl-en::before {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #cc0033;
	border-radius: 50%;
}
#pod_header .aco-container .main .main-ttl .ttl-ja {
	margin-top: 7px;
	font-size: 28px;
	font-weight: bold;
	color: #003366;
	line-height: 170%;
	letter-spacing: 5%;
}
#pod_header .aco-container .main .nav-list {
	flex: 1 1 0;
}
#pod_header .aco-container .main .nav-list-2 {
	margin-left: 34px;
}
#pod_header .aco-container .main .nav-list .ttl {
	padding-bottom: 22px;
	border-bottom: 1px solid #dee6ef;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	line-height: 170%;
	letter-spacing: 8%;
}
#pod_header .aco-container .main .nav-list ul li {
	border-bottom: 1px solid #dee6ef;
}
#pod_header .aco-container .main .nav-list ul li a {
	display: flex;
	align-items: center;
	padding: 22px 0;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	line-height: 170%;
	letter-spacing: 5%;
	text-decoration: none;
	transition: color 0.2s;
}
#pod_header .aco-container .main .nav-list ul li a:hover {
	color: #003366
}
#pod_header .aco-container .main .nav-list ul li a::after {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 23px;
	height: 23px;
	margin-left: auto;
	border-radius: 50%;
	background-color: #dee6ef;
	background-image: url(/pod_v2/img/common/arrow-navy.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 10px;
}
#pod_header .aco-container .main .nav-list ul li a:hover::after {
	background-color: #003366;
	background-image: url(/pod_v2/img/common/arrow-white.svg);
}
#pod_header .aco-container .main .nav-list ul li a .label-no1 {
	margin: auto 0 auto 12px;
	padding: 0 5px;
	border: solid 1px #cc0033;
	color: #cc0033;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 5%;
}
#pod_header .aco-container .main .nav-list-sbs ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 34px;
}
#pod_header .aco-container .main .nav-list-sbs ul li {
	width: calc((100% - 34px) / 2);
}
#pod_header .aco-container .main .nav-list-sbs ul li:nth-child(-n + 2) {
	border-top: 1px solid #dee6ef;
}
#pod_header .aco-container .btn-close {
	height: 55px;
	margin: 34px 0 2px;
}
#pod_header .aco-container .btn-close a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: solid 1px #dee6ef;
	border-radius: 8px;
	background: #f5f8ff;
	color: #003366;
	font-size: 14px;
	letter-spacing: 5%;
	text-decoration: none;
}
#pod_header .aco-container .btn-close a:hover {
	border-color: #003366;
}
#pod_header .aco-container .btn-close a::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 12px;
	background-image: url(/pod_v2/img/common/aco-close-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#pod_footer {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "MS PGOTHIC", Arial, sans-serif;
}
#pod_footer a {
	color: #000;
	text-decoration: none;
}
#pod_footer .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
#pod_footer .search {
	height: 504px;
	background: #f4f5f6;
}
#pod_footer .search .inner {
	display: flex;
	justify-content: space-between;
	width: 1150px;
	margin: 0 auto;
	padding-top: 44px;
}
#pod_footer .search .inner .box {
	box-sizing: border-box;
	width: 552px;
	height: 416px;
	padding: 45px 0 0 48px;
	background: #fff;
}
#pod_footer .search .inner .box > dl > dt {
	position: relative;
	padding-left: 23px;
	font-size: 23px;
	font-weight: bold;
}
#pod_footer .search .inner .new > dl > dt {
	color: #00a7b6;
}
#pod_footer .search .inner .used > dl > dt {
	color: #6fbe00;
}
#pod_footer .search .inner .box > dl > dt::before {
	content: "\f002";
	position: absolute;
	top: 2px;
	left: 0;
	color: rgba(0, 0, 0, 0.75);
	font-size: 18px;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}
#pod_footer .search .inner .box > dl > dd > dl {
	width: 456px;
	margin-top: 29px;
	border-top: 1px solid #ddd;
}
#pod_footer .search .inner .box > dl > dd > dl > dt {
	margin-top: 24px;
	font-size: 16px;
	font-weight: bold;
}
#pod_footer .search .inner .box > dl > dd > dl > dt::before {
	content: "●";
	margin-right: 5px;
	font-size: 10px;
}
#pod_footer .search .inner .new > dl > dd > dl > dt::before {
	color: #00a7b6;
}
#pod_footer .search .inner .used > dl > dd > dl > dt::before {
	color: #6fbe00;
}
#pod_footer .search .inner .box > dl > dd > dl > dd {
	padding-top: 5px;
}
#pod_footer .search .inner .box > dl > dd > dl > dd ul {
	display: flex;
	flex-wrap: wrap;
}
#pod_footer .search .inner .box > dl > dd > dl > dd ul li {
	margin: 15px 22px 0 0;
	font-size: 15px;
}
#pod_footer .search .inner .box > dl > dd > dl > dd ul li a {
	color: #333;
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(0, 0, 0, 0.05);
	text-decoration-color: rgba(0, 0, 0, 0.05);
	text-decoration-thickness: 3px;
	transition: text-decoration-color .3s, -webkit-text-decoration-color .3s;
}
#pod_footer .search .inner .box > dl > dd > dl > dd ul li a:hover {
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(0, 0, 0, 0.3);
	text-decoration-color: rgba(0, 0, 0, 0.3);
	text-decoration-thickness: 3px;
}
#pod_footer .btm {
	box-sizing: border-box;
	height: 176px;
	padding-top: 36px;
	box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
}
#pod_footer .btm .inner {
	width: 1150px;
}
#pod_footer .btm .inner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#pod_footer .btm .inner ul li:nth-child(n + 2) {
	margin-left: 26px;
}
#pod_footer .btm .inner ul li a {
	font-size: 13px;
	line-height: 20px;
}
#pod_footer .btm .inner ul li a:hover {
	text-decoration: underline;
}
#pod_footer .btm .cp-corp {
	margin: 80px 28px 0;
}
#pod_footer .btm .cp-corp .cp {
	float: left;
	margin-top: 3px;
	color: #000;
}
#pod_footer .btm .cp-corp .corp {
	float: right;
}
#pod_pagetop {
	position: fixed;
	bottom: -80px;
	right: 53px;
	z-index: 1;
	cursor: pointer;
}