/* ======================== 見出しバナー ======================== */

.page-hero{
position:relative;
padding-top:90px;
height:410px;
background:#f5f7fa;
overflow:hidden;
}

.page-hero__inner{
position:relative;
display:flex;
align-items:center;
width:100%;
max-width:1400px;
height:100%;
margin:0 auto;
padding:0 40px;
}

.page-hero__content{
position:relative;
z-index:10;
display:flex;
align-items:center;
width:45%;
transform:translateY(-20px);
}

.page-hero__heading{
display:flex;
align-items:center;
}

.page-hero__icon{
display:block;
width:18px;
height:18px;
margin-right:24px;
background:#005bac;
transform:rotate(45deg);
flex-shrink:0;
}

.page-hero__en{
margin:0 0 14px;
font-size:15px;
font-weight:700;
letter-spacing:.22em;
color:#005bac;
line-height:1;
}

.page-hero__title{
margin:0;
font-size:48px;
font-weight:700;
letter-spacing:.08em;
line-height:1.3;
color:#222;
}

.page-hero__visual{
position:absolute;
top:50%;
right:-80px;
width:55%;
height:100%;
transform:translateY(-50%);
display:flex;
align-items:center;
justify-content:flex-end;
}

.page-hero__image{
position:relative;
width:760px;
height:320px;
background:#005bac;
padding:8px;
clip-path:polygon(
0 50%,
18% 0,
100% 0,
100% 100%,
18% 100%
);
overflow:hidden;
background:#005bac;
}

.page-hero__image::before{
content:"";
position:absolute;
inset:8px;
border:2px solid rgba(255,255,255,.9);
clip-path:inherit;
pointer-events:none;
z-index:2;
}

.page-hero__image img{
position:relative;
display:block;
width:100%;
height:100%;
object-fit:cover;
clip-path:inherit;
z-index:1;
}

.page-hero__breadcrumb{
position:absolute;
left:0;
bottom:0;
z-index:20;
width:100%;
height:56px;
background:rgba(255,255,255,.85);
border-top:1px solid rgba(0,0,0,.08);
}

.page-hero__breadcrumb-inner{
height:100%;
max-width:1400px;
margin:0 auto;
padding:0 40px;
display:flex;
align-items:center;
}

.page-hero__breadcrumb-list{
display:flex;
align-items:center;
gap:0;
margin:0;
padding:0;
list-style:none;
font-size:13px;
letter-spacing:.05em;
color:#555;
}

.page-hero__breadcrumb-list li{
display:flex;
align-items:center;
}

.page-hero__breadcrumb-list li+li::before{
content:"";
width:7px;
height:7px;
margin:0 14px;
border-top:1px solid #005bac;
border-right:1px solid #005bac;
transform:rotate(45deg);
}

.page-hero__breadcrumb-list a{
color:#005bac;
transition:.3s;
}

.page-hero__breadcrumb-list a:hover{
opacity:.7;
}

/*==================================================
パソコン
==================================================*/

@media(min-width:1200px){

.page-hero__content{
transform:translateY(-20px);
}

.page-hero__visual{
right:-320px;
width:60%;
}

.page-hero__image{
width:900px;
height:340px;
}

}

/*==================================================
タブレット
==================================================*/

@media(max-width:1199px){

.page-hero{
margin-top:0;
padding-top:80px;
height:auto;
background:#f5f7fa;
}

.page-hero__inner{
display:block;
height:auto;
padding:0;
max-width:none;
}

.page-hero__visual{
position:relative;
top:auto;
right:auto;
width:100%;
height:auto;
transform:none;
display:block;
}

.page-hero__image{
width:100%;
height:320px;
padding:0;
background:none;
clip-path:none;
overflow:hidden;
}

.page-hero__image::before{
display:none;
}

.page-hero__image img{
width:100%;
height:100%;
object-fit:cover;
clip-path:none;
}

.page-hero__visual::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(0,0,0,.45),
rgba(0,0,0,.05)
);
z-index:1;
}

.page-hero__content{
position:absolute;
left:0;
top:50%;
bottom:auto;
transform:translateY(-50%);
z-index:2;
width:100%;
padding:0 30px;
color:#fff;
}

.page-hero__heading{
align-items:center;
}

.page-hero__icon{
width:14px;
height:14px;
margin-right:16px;
background:#fff;
}

.page-hero__en{
margin-bottom:12px;
font-size:12px;
color:#fff;
letter-spacing:.25em;
}

.page-hero__title{
font-size:38px;
color:#fff;
letter-spacing:.05em;
text-shadow:0 2px 8px rgba(0,0,0,.35);
}

.page-hero__breadcrumb{
position:relative;
height:52px;
background:#fff;
border-top:1px solid #eee;
border-bottom:1px solid rgba(0,0,0,.12);
}

.page-hero__breadcrumb-inner{
padding:0 20px;
}

.page-hero__breadcrumb-list{
font-size:12px;
}

}

/*==================================================
タブレット
==================================================*/

@media(max-width:1100px){

.page-hero{
padding-top:0px;
}

}

/*==================================================
スマホ
==================================================*/

@media(max-width:768px){

.page-hero{
margin-top:0;
padding-top:0px;
height:auto;
}

.page-hero__inner{
display:block;
height:auto;
padding:0;
}

.page-hero__visual{
position:relative;
top:auto;
right:auto;
width:100%;
height:auto;
transform:none;
display:block;
}

.page-hero__image{
width:100%;
height:200px;
padding:0;
background:none;
clip-path:none;
overflow:hidden;
}

.page-hero__image::before{
display:none;
}

.page-hero__image img{
width:100%;
height:100%;
object-fit:cover;
clip-path:none;
}

.page-hero__visual::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(0,0,0,.45),
rgba(0,0,0,.05)
);
z-index:1;
}

.page-hero__content{
position:absolute;
left:0;
top:50%;
bottom:auto;
transform:translateY(-50%);
z-index:2;
width:100%;
padding:0 20px;
color:#fff;
}

.page-hero__heading{
align-items:center;
}

.page-hero__icon{
width:11px;
height:11px;
margin-right:12px;
background:#fff;
}

.page-hero__en{
margin:0 0 8px;
font-size:11px;
color:#fff;
letter-spacing:.22em;
}

.page-hero__title{
margin:0;
font-size:30px;
line-height:1.3;
color:#fff;
text-shadow:0 2px 8px rgba(0,0,0,.35);
}

.page-hero__breadcrumb{
height:48px;
}

}

/*==================================================
480px以下
==================================================*/

@media(max-width:480px){

.page-hero{
padding-top:0px;
}

.page-hero__image{
height:220px;
}

.page-hero__content{
top:50%;
transform:translateY(-50%);
padding:0 16px;
}

.page-hero__icon{
width:10px;
height:10px;
margin-right:10px;
}

.page-hero__en{
font-size:10px;
margin-bottom:6px;
}

.page-hero__title{
font-size:26px;
line-height:1.35;
}

.page-hero__breadcrumb{
height:46px;
}

.page-hero__breadcrumb-inner{
padding:0 16px;
}

.page-hero__breadcrumb-list{
font-size:11px;
}

}

/* ======================== サブページ見出しバナー ======================== */

.sub-page-hero{
position:relative;
display:flex;
flex-direction:column;
justify-content:space-between;
margin-top:90px;
height:240px;
background:#f5f7fa;
overflow:hidden;
}

.sub-page-hero__inner{
flex:1;
display:flex;
align-items:center;
width:100%;
max-width:1400px;
margin:0 auto;
padding:0 40px;
}

.sub-page-hero__content{
width:100%;
}

.sub-page-hero__heading{
display:flex;
align-items:center;
}

.sub-page-hero__icon{
flex-shrink:0;
width:18px;
height:18px;
margin-right:24px;
background:#005bac;
transform:rotate(45deg);
}

.sub-page-hero__heading-text{
display:flex;
flex-direction:column;
}

.sub-page-hero__en{
margin:0 0 14px;
font-size:13px;
font-weight:700;
line-height:1;
letter-spacing:.22em;
color:#005bac;
text-transform:uppercase;
}

.sub-page-hero__title{
margin:0;
font-size:32px;
font-weight:700;
line-height:1.3;
letter-spacing:.08em;
color:#222;
}

/* 画像なし */

.sub-page-hero__visual{
display:none;
}

/*==================================
Breadcrumb
==================================*/

.sub-page-hero__breadcrumb{
width:100%;
height:56px;
background:rgba(255,255,255,.88);
border-top:1px solid rgba(0,0,0,.08);
flex-shrink:0;
}

.sub-page-hero__breadcrumb-inner{
display:flex;
align-items:center;
width:100%;
max-width:1400px;
height:100%;
margin:0 auto;
padding:0 40px;
}

.sub-page-hero__breadcrumb-list{
display:flex;
align-items:center;
margin:0;
padding:0;
list-style:none;
font-size:13px;
letter-spacing:.05em;
color:#555;
}

.sub-page-hero__breadcrumb-list li{
display:flex;
align-items:center;
}

.sub-page-hero__breadcrumb-list li+li::before{
content:"";
width:7px;
height:7px;
margin:0 14px;
border-top:1px solid #005bac;
border-right:1px solid #005bac;
transform:rotate(45deg);
}

.sub-page-hero__breadcrumb-list a{
color:#005bac;
text-decoration:none;
transition:.3s;
}

.sub-page-hero__breadcrumb-list a:hover{
opacity:.7;
}

/*==================================
TABLET
==================================*/

@media(max-width:1199px){

.sub-page-hero{
margin-top:80px;
height:240px;
}

.sub-page-hero__inner{
padding:0 30px;
}

.sub-page-hero__icon{
width:14px;
height:14px;
margin-right:16px;
}

.sub-page-hero__en{
margin:0 0 10px;
font-size:12px;
}

.sub-page-hero__title{
font-size:28px;
line-height:1.3;
}

.sub-page-hero__breadcrumb{
height:52px;
}

.sub-page-hero__breadcrumb-inner{
padding:0 20px;
}

.sub-page-hero__breadcrumb-list{
font-size:12px;
}

}

/*==================================
TABLET
==================================*/

@media(max-width:1100px){

.sub-page-hero{
margin-top:0px;
height:200px;
}

}

/*==================================
MOBILE
==================================*/

@media(max-width:768px){

.sub-page-hero{
margin-top:0px;
height:160px;
}

.sub-page-hero__inner{
padding:0 20px;
}

.sub-page-hero__heading{
align-items:center;
}

.sub-page-hero__icon{
width:11px;
height:11px;
margin-right:14px;
}

.sub-page-hero__en{
margin:0 0 8px;
font-size:11px;
letter-spacing:.18em;
}

.sub-page-hero__title{
font-size:26px;
line-height:1.3;
}

.sub-page-hero__breadcrumb{
height:48px;
}

.sub-page-hero__breadcrumb-inner{
padding:0 20px;
}

.sub-page-hero__breadcrumb-list{
font-size:11px;
}

.sub-page-hero__breadcrumb-list li+li::before{
margin:0 10px;
}

}

/*==================================
SMALL MOBILE
==================================*/

@media(max-width:480px){

.sub-page-hero{
height:160px;
}

.sub-page-hero__inner{
padding:0 16px;
}

.sub-page-hero__icon{
width:10px;
height:10px;
margin-right:12px;
}

.sub-page-hero__en{
margin:0 0 6px;
font-size:10px;
}

.sub-page-hero__title{
font-size:24px;
line-height:1.35;
}

.sub-page-hero__breadcrumb{
height:46px;
}

.sub-page-hero__breadcrumb-inner{
padding:0 16px;
}

.sub-page-hero__breadcrumb-list{
font-size:10px;
}

}