@charset "utf-8";

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/

.incover {
    max-width: 1920px;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    padding: 0 15px;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1A1A1A;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.incoverBox {
    width: 100%;
    color: #fff;
    margin: auto;
    position: relative;
    z-index: 9;
    text-align: center;
}

.inCoverTitle {
    font-family: var(--font-family01);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: -20px;
}

.inCoverSubTitle {
    font-size: 40px;
    letter-spacing: 0.05em;
    font-family: var(--font-family02);
    opacity: .3;
    line-height: 1;
    letter-spacing: 0.05em;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbsWrap {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: inherit;
	padding: 15px 0 0;
}

.breadcrumbsInner {
	max-width: 1220px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
}

.breadcrumbsLink {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.breadcrumbsArrow {
	margin: 0 10px;
}

.breadcrumbsLink:hover {
	text-decoration: none;
	color: inherit;
}

.breadcrumbsArro {
    padding: 0 12px;
}

.breadcrumbsWra {
    font-size: 13px;
    line-height: 1.5em;
    color: inherit;
    padding: 15px;
}

/*-----------------------------------------------------------
下層共通
-----------------------------------------------------------*/

.inWr01 {
    padding: 80px 0;
}

.paddingWr01 {
    padding: 0 15px;
}

.inner01 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.inBgWr:before,.inBgWr:after  {
    content: "";
    width: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.4;
}
  
.inBgWr:before {
    content: "";
    background-image: url(/system_panel/uploads/images/in_left_bg.png);
    background-size: 100%;
    background-position: top left;
    background-repeat: repeat-y;
    left: 0;
}

.inBgWr:after {
    content: "";
    background-image: url(/system_panel/uploads/images/in_right_bg.png);
    background-size: 100%;
    background-position: top right;
    background-repeat: repeat-y;
    right: 0;
}

.inBgWr {
    position: relative;
}

.inBgWr>div {
    position: relative;
    z-index: 2;
}

/*-----------------------------------------------------------
バナー
-----------------------------------------------------------*/


.in-banner-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 40px;
}

.in-banner {
    display: block;
    width: 100%;
    position: relative;
}

.in-banner-img-box {
    position: relative;
    padding-top: 40.35%;
}

.in-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 97%;
    height: 93%;
    border-image-source: url(/system_panel/uploads/images/footer-rsv-dedo.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    border-image-repeat: round;
    margin: auto;
    z-index: 5;
}

.in-banner-img-box img {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    object-fit: cover;
    margin: auto;
}

.in-banner-title {
    color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 3;
    transition: 0.3s;
}

.in-banner:hover .in-banner-title {
    text-shadow: rgba(26, 26, 26, 0.5) 0px 2px 5px;
}

.in-banner:hover .mask01:before {
	background: rgba(26, 26, 26, .15);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {



}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

.inCoverTitle {
    font-size: 30px;
    margin-top: -30px;
}

.inCoverSubTitle {
    font-size: 60px;
}
  
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
  
.incover {
    height: 320px;
}

.breadcrumbsWra {
    font-size: 15px;
}

.inWr01 {
    padding: 120px 0;
}
  
.inBgWr:before,.inBgWr:after  {
    width: 80px;
}
  
.in-banner-area {
    grid-template-columns: repeat(2, 1fr);
}

}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {
  
.inCoverTitle {
    font-size: 30px;
    margin-top: -40px;
}

.inCoverSubTitle {
    font-size: 80px;
}

}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

.inBgWr:before,.inBgWr:after  {
    opacity: 1;
}

}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {


  
}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {
  
.inCoverSubTitle {
    font-size: 100px;
}

.inBgWr:before,.inBgWr:after  {
    width: 160px;
}
  
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {




  
}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 