/* -----------------------------------------------
= skip
----------------------------------------------- */
.skip {
	position: fixed;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip:focus,
.skip:active {
	display: block;
	width: 14em;
	height: auto;
	top: .5rem;
	left: .5rem;
	clip: auto;
	z-index: 1000;
	font-size: calc(1.8rem / 1.6);
	padding: .5rem;
	background-color: #fff;
	border: 1px solid #ccc;
}
/* -----------------------------------------------
= page-title
----------------------------------------------- */
.page-title img {
	height: 250px;
	object-fit: cover;
}
.page-title .box {
	padding: 18px;
	background: var(--light-blue);
}
.page-title h1 {
	position: relative;
	padding-bottom: 16px;
}
.page-title h1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 5px;
	background: url(../img/shared/bg_title_dot.svg) no-repeat 50% / 100% auto;
}
.page-title h1 .en {
	display: block;
	margin-bottom: 5px;
	color: var(--blue);
	font-family: var(--font-din);
	font-size: calc(3rem / 1.6);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
}
.page-title h1 .jp {
	display: block;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	line-height: 1.5;
}
.page-title .breadcrumb {
	padding: 15px 18px 25px;
}
.page-title .breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
}
.page-title .breadcrumb li {
	font-size: calc(1rem / 1.6);
}
.page-title .breadcrumb a {
	color: var(--blue);
}
.page-title .breadcrumb li + li::before {
	content: "…";
	margin-right: 5px;
	color: #bfbfbf;
}
@media print, screen and (width >= 768px) {/* PC */
.page-title {
	position: relative;
	padding: 0 20px;
	overflow: hidden;
}
.page-title.second {
	min-height: 500px;
}
.page-title.third {
	min-height: 315px;
}
.page-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 95px);
	background: var(--light-blue);
}
.page-title img {
	position: absolute;
	top: 0;
	object-fit: cover;
}
.page-title.second img {
	left: calc(50% - 100px);
	width: calc(50% + 100px);
	height: 500px;
	border-radius: 0 0 0 250px;
}
.page-title.third img {
	right: 0;
    width: calc(50% - 220px);
	min-width: 380px;
	height: 260px;
	border-radius: 0 0 0 100px;
}
.page-title .inner {
	display: flex;
	align-items: center;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}
.page-title.second .inner {
	min-height: 500px;
}
.page-title.third .inner {
	min-height: 220px;
}
.page-title .box {
	width: calc(400 / 1100 * 100%);
	height: 100%;
	padding: 20px 0;
	background: transparent;
}
.page-title.second .box {
	margin-bottom: 50px;
}
.page-title.third .box {
	width: calc(600 / 1100 * 100%);
}
.page-title h1 {
	padding-bottom: 20px;
}
.page-title.second .inner {
	margin-bottom: 30px;
}
.page-title h1 .en {
	font-size: calc(5rem / 1.6);
}
.page-title h1 .jp {
	font-size: calc(2rem / 1.6);
}
.page-title .breadcrumb {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto 50px;
	padding: 0;
}
.page-title.second .breadcrumb {
	margin-top: -65px;
}
.page-title.third .breadcrumb {
	margin-top: 15px;
}
.page-title .breadcrumb li {
	font-size: calc(1.5rem / 1.6);
}
.page-title .breadcrumb li + li {
	margin-left: 5px;
}
.page-title .breadcrumb li + li::before {
	margin-right: 10px;
}
}/* @media */
@media (hover: hover) {
.page-title .breadcrumb a:hover {
	text-decoration: underline;
}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
.contents {
	margin: 0 18px 74px;
}
@media print, screen and (min-width: 768px) {/* PC */
.contents {
	max-width: 1100px;
	margin: 0 auto 145px;
	padding: 0 20px;
}
.page .contents {
	margin-bottom: 105px;
}
.contents .block {
	padding: 20px;
}
}/* @media */

/* -----------------------------------------------
= bl_form
----------------------------------------------- */
.bl_form .required {
	color: #ff8298;
}
.bl_form .wpcf7-not-valid-tip {
	display: inline-block;
	margin-top: 10px;
	font-size: calc(1.2rem / 1.6);
}
.wpcf7-form-control-wrap {
	display: flex;
    flex-direction: column;
}
.bl_form_name .bl_form_input p {
	display: flex;
}
.bl_form_notice {
	margin-bottom: 30px;
	line-height: 1.875;
	font-weight: bold;
}
.bl_form_ttl {
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: calc(1.6rem / 1.6);
	font-weight: bold;
}
.bl_form_list {
	margin-bottom: 45px;
}
.bl_form_list li + li {
	margin-top: 30px;
}
.bl_form_list input:not([type="submit"]),
.bl_form_list textarea,
.bl_form_list select {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #9ab5ce;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 2px 2px 0px 0px #e5edf5;
	color: #0d0d0d;
	line-height: 1.5;
	font-size: calc(1.3rem / 1.6);
	box-sizing: border-box;
}
.bl_form_list input::placeholder {
	color: #a6a6a6;
}
.bl_form_name .wpcf7-form-control-wrap {
	width: calc(100% / 2 - 5px);
}
.bl_form_name .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
	margin-left: 10px;
}
.bl_form_select .bl_form_select_menu {
	position: relative;
}
.bl_form_select .bl_form_select_menu::after {
	content: "";
	position: absolute;
    top: 16px;
    right: 17px;
	pointer-events: none;
	width: 12px;
	height: 10px;
	background-color: #004f99;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.bl_form_select select {
	padding: 10px 40px 10px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}
.bl_form_list textarea {
	height: 200px;
}
.bl_submit_box {
	margin-bottom: 50px;
    padding: 20px 15px;
	border-radius: 10px;
	background-color: #f1f7fd;
	text-align: center;
}
.bl_submit_ttl,
.bl_submit_agree {
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: bold;
}
.bl_submit_ttl {
	font-size: calc(1.5rem / 1.6);
}
.bl_submit_agree {
	font-size: calc(1.8rem / 1.6);
}
.bl_form .bl_submit_agree label {
	display: flex;
	align-items: center;
}
.bl_form .bl_submit_agree input[type=checkbox] {
	position: relative;
	appearance: none;
	-webkit-appearance: none;
    width: 18px;
    height: 18px;
	padding: 0;
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	border: 1px solid #9ab5ce;
	box-shadow: unset;
	margin-right: 10px;
}
.bl_form .bl_submit_agree input[type=checkbox]:checked {
	background-color: var(--blue);
	border-color: var(--blue);
}
.bl_form .bl_submit_agree input[type=checkbox]:checked::after {
	content: '';
	position: absolute;
    top: 2px;
    left: 5px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.bl_submit_note {
    line-height: 1.923;
	font-size: calc(1.3rem / 1.6);
}
.bl_submit_note a {
	font-weight: bold;
}
.bl_formBtn p {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	background: var(--blue);
	border-radius: 3em;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
    line-height: calc(23 / 16);
	text-align: center;
	transition: .3s ease-in-out;
	box-shadow: 0 2px 0 #d9e5f0;
	box-sizing: border-box;
}
.bl_formBtn .wpcf7-spinner {
	display: none;
}
.bl_formBtn input {
	display: block;
	width: 100%;
	background: none;
	padding: 17px 55px;
	color: #fff;
	cursor: pointer;
}
.bl_formBtn p::after {
	content: "";
	position: absolute;
	top: 0;
    right: 20px;
    width: 16px;
	height: 100%;
	background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
	filter: var(--filter-white);
}
.bl_formBtn p:has(.bl_formBtn_back) {
	background: #004f9999;
}
.bl_form.__confirm {
	display: none;
}
/*デフォルトのサンクスメッセージを非表示*/
/* .wpcf7-response-output {
	display: none;
} */
@media print, screen and (min-width: 768px) {/* PC */
	.bl_form_notice {
		margin-bottom: 50px;
		line-height: 1.875;
	}
	.bl_form_ttl {
		margin-bottom: 25px;
		font-size: calc(2.2rem / 1.6);
	}
	.bl_form_list {
		margin-bottom: 65px;
	}
	.bl_form_list li + li {
		margin-top: 40px;
	}
	.bl_form .wpcf7-not-valid-tip {
		margin-top: 12px;
		font-size: calc(1.5rem / 1.6);
	}
	.bl_form_input {
        width: 720px;
        margin: 0 auto;
	}
	.bl_form_list input:not([type="submit"]),
	.bl_form_list textarea,
	.bl_form_list select {
		padding: 16px 20px;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_form_name .wpcf7-form-control-wrap {
		width: calc(100% / 2 - 20px);
	}
	.bl_form_name .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
		margin-left: 40px;
	}
	.bl_form_select .bl_form_select_menu {
		width: 340px;
	}
	.bl_form_select .bl_form_select_menu::after {
		top: 24px;
		right: 22px;
		width: 14px;
		height: 12px;
	}
	.bl_form_select select {
		padding: 16px 50px 16px 20px;
	}
	.bl_form_list textarea {
		height: 240px;
	}
	.bl_submit_box {
		margin-bottom: 60px;
		padding: 25px;
	}
	.bl_submit_ttl,
	.bl_submit_agree {
		margin-bottom: 20px;
	}
	.bl_submit_ttl {
		font-size: calc(1.8rem / 1.6);
	}
	.bl_submit_agree {
		font-size: calc(2rem / 1.6);
	}
	.bl_form .bl_submit_agree input[type=checkbox] {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.bl_form .bl_submit_agree input[type=checkbox]:checked::after {
		top: 3px;
		left: 6px;
	}
	.bl_submit_note {
		line-height: 1.875;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_formBtn p {
		width: 400px;
		font-size: calc(2rem / 1.6);
		line-height: calc(20 / 16);
		box-shadow: 0 4px 0 #d9e5f0;
	}
	.bl_formBtn input {
        padding: 17px 55px;
	}
	.bl_formBtn p::after {
		right: 23px;
		width: 19px;
	}
	.bl_submit.__2col {
		display: flex;
		justify-content: center;
	}
	.bl_submit.__2col .bl_formBtn {
		margin: 0 20px;
	}
}/* @media */
@media (hover: hover) {
.bl_formBtn p:hover {
	background: var(--hover-blue);
}
}/* @media */
/*--------------------------------------------------
  = bl_404
--------------------------------------------------*/
.bl_404 {
	padding-top: 30px;
	text-align: center;
}
.bl_404_ttl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	padding-bottom: 20px;
    line-height: 1;
	font-size: calc(3rem / 1.6);
    font-family: var(--font-din);
	font-weight: 700;
	letter-spacing: 0;
}
.bl_404_ttl::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
    bottom: 0;
    width: 80px;
    height: 5px;
    background: url(../img/shared/bg_title_dot.svg) no-repeat 50% / 100% auto;
	transform: translateX(-50%);
}
.bl_404_ttl span {
	margin-right: 9px;
	color: #004f99;
}
.bl_404_txt {
	margin-bottom: 30px;
  	color: #332b2b;
	line-height: 1.923;
	font-size: calc(1.3rem / 1.6);
}
.bl_404_btn {
	display: block;
    position: relative;
	width: 100%;
	max-width: 270px;
	margin: 0 auto;
    z-index: 1;
    color: #004f99;
    background: #fff;
    border: 1px solid #5592cb;
    font-weight: bold;
    transition: .3s ease-out;
	box-sizing: border-box;
	padding: 8px 40px;
    border-radius: 5px;
    box-shadow: 0 2px 0 #e5edf5;
    font-size: calc(1.6rem / 1.6);
}
.bl_404_btn::after {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 14px;
	width: 16px;
	height: 20px;
    background: url(../img/shared/qu-parts-button.svg) no-repeat center / 100%;
    transition: .3s ease-out;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_404 {
		padding-top: 80px;
	}
	.bl_404_ttl {
		padding-bottom: 30px;
		margin-bottom: 30px;
		font-size: calc(5rem / 1.6);
	}
	.bl_404_ttl span {
		margin-right: 16px;
	}
	.bl_404_txt {
		margin-bottom: 40px;
		line-height: 1.875;
		font-size: calc(1.6rem / 1.6);
	}
	.bl_404_btn {
		width: 340px;
		max-width: unset;
		padding: 14px 50px 14px 22px;
        border-radius: 10px;
        box-shadow: 0 4px 0 #e5edf5;
		font-size: calc(2rem / 1.6);
	}
	.bl_404_btn::after {
	    right: 20px;
        width: 20px;
        height: 20px;
	}
}
@media (hover: hover) {
.bl_404_btn:hover {
	background: #0b62b3;
    color: #fff;
}
.bl_404_btn:hover::after {
	background-image: url(../img/shared/qu-parts-button-hov.svg);
}
}/* @media */