@charset "utf-8";
.bg01 { background-color: rgba(109, 121, 120, .7);}
.bg02 { background-color: rgba(58, 66, 70, .6);}
.circle_light {
    position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
	transition-delay: 1.25s;
	transition-duration: 1.75s, 2.75s;
}
.notes {
    font-size: 1rem;
    letter-spacing: 0.1em;
}
.headline .ttl {
    font-size: clamp(2.6rem, 3.0952vw, 5.2rem);
    letter-spacing: 0.06em;
    line-height: 1.6;
}
.headline .txt {
    font-size: clamp(1.4rem, 1.19047619vw, 2rem);
    letter-spacing: 0.06em;
    line-height: 2.4;
    margin-top: clamp(15px, 2.381vw, 40px);
}
@media screen and (max-width: 767px) {
    .headline .txt { 
        letter-spacing: 0.01em;
        line-height: 2;
    }
}
.block_head {
	position: relative;
	z-index: 0;
    margin: 0 auto clamp(40px, 5.6548vw, 95px);
}
.block_head .circle_light {
	width: 25.6%;
	left: -6%;
	top: -13%;
}
.block_head .block_wrap {
    display: flex;
    gap: 0;
    position: relative;
    margin: auto;
}
.block_head .cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 31.6%;
}
.block_head .ttl_jp {
    font-size: clamp(1.7rem,1.30952381vw,2.2rem);
    margin: 0 0 20px;
    letter-spacing: 0.01em;
}
.block_head .cont .ttl_jp { padding-right: 50px;}
.block_head .cont .notes {
    line-height: 1.3;
    margin-top: auto;
    max-width: 220px;
    margin: auto 50px 0 auto;
}
.block_head .cont .box {
	background: #3a4246;
	text-align: center;
	transition: all 0.25s linear;
	z-index: 2;
	position: relative;
	-webkit-mask-image: url(../imgs/mask.png);
	mask-image: url(../imgs/mask.png);
	mask-repeat: no-repeat;
	mask-size: auto 100%;
	padding: 80px 15px 75px;
	margin-bottom: 30px;
    mask-position: left top;
}
.block_head .cont .pos_link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.block_head .cont .ttl {
	color: #d8d3cb;
	font-size: clamp(1.5rem,1.547619vw,2.6rem);
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.4;
}
.block_head .cont .ttl .sm {
    font-size: 61.5%;
    letter-spacing: 0.05em;
}
.block_head .cont .ttl::before {
    content: "";
    background: url(../../common/imgs/icon_line.png) no-repeat center center/contain;
    width: 8px;
    height: 28px;
    margin: auto;
    display: block;
    margin: clamp(3px, 0.8929vw, 15px) auto clamp(3px, 1.4881vw, 25px);
}
.block_head .cont .ttl_sub {
    font-size: clamp(1.2rem, 1.3095vw,2.2rem);
    line-height: 2;
    letter-spacing: 0.15em;
    color: #fff;
}
.block_head .cont .txt {
	font-size: clamp(1.2rem,0.833333vw,1.4rem);
	line-height: 2.2;
    margin-top: 10px;
    color: #f0f0f0;
    padding-right: 35.5%;
    margin-bottom: auto;
}
.block_head .img {
	position: relative;
	z-index: 0;
	flex: 1;
	margin-left: -30px;
	margin-top: 60px;
}
.block_head .img .pos_rel {
	width: calc(100% + (100vw - 1170px)/2);
	margin-right: calc(-1*(100vw - 1170px)/2);
    height: 100%;
}
.block_head .img .pos_rel .pic_cap {
    padding-right: 10px;
    padding-left: 10px;
}
.block_head .img .pos_rel img {
    height: 100%;
    object-fit: cover;
}
.block_head .img .mv {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.25s linear;
	overflow: hidden;
}
.block_head .img .mv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block_head.block_head02 .block_wrap {
    gap: clamp(20px, 1.7857vw, 30px);
    align-items: flex-end;
}
.block_head.block_head02 .cont .box { margin-bottom: 0;}
.block_head.block_head02 .circle_light { top: -32%;}
.block_head.block_head02 .ttl_jp { margin-bottom: 30px;}
@media screen and (max-width: 1200px) {
    .block_head .img .pos_rel {
        width: calc(100% + 15px)!important;
        margin-right: -15px;
        margin-left: auto;
    }
    .block_head .img .pos_rel .pic_cap {
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media screen and (max-width: 1024px) {
    .block_head .cont { width: 42%;}
    .block_head .circle_light01 { width: 38%;}
}
@media screen and (max-width: 767px) {
    .block_head .block_wrap { flex-wrap: wrap;}
    .block_head .cont {
        width: 100%;
        order: 2;
        margin-top: 0;
	}
    .block_head .ttl_jp { margin-bottom: 20px;}
    .block_head .cont .ttl_jp { padding-right: 0;}
    .block_head .cont .notes {
        padding-right: 0;
        margin: 0;
        max-width: initial;
    }
    .block_head .img {
        width: 100%;
        margin: 0 !important;
        order: 1;
        flex: unset;
        padding-left: 5.5%;
        margin-top: 35px !important;
        margin-bottom: 20px !important;
    }
    .block_head .cont .box {
        position: absolute;
        height: max-content;
        left: 0;
        bottom: 15px;
        margin: 0 !important;
        top: 0;
        min-width: 200px;
        padding: 30px 15px;
    }
	.block_head .cont .ttl_sub { line-height: 1.8;}
	.block_head .cont .ttl { letter-spacing: 0.1em; }
	.block_head .cont .txt { 
        line-height: 1.7;
        padding: 0!important;
        margin: 0;
    }
    .block_head .circle_light {
        width: 50%;
        left: -10%;
    }
    .block_head.block_head02 .block_wrap { justify-content: center;}
    .block_head.block_head02 .cont .box {
        position: static;
        width: 200px;
        margin: auto!important;
    }
    .block_head.block_head02 .desc {
        order: 3;
        text-align: center;
    }
    .block_head.block_head02 .ttl_jp { margin-bottom: 0;}
    .block_head.block_head02 .circle_light {
        left: 6%;
        top: -25%;
    }
}
/* sec_safe */
.sec_safe { padding-bottom: clamp(60px, 6.8452vw, 115px);}
.sec_safe .line_right {
    top: calc(clamp(200px, 22.619vw, 380px)*-1);
    bottom: 0;
}
.sec_safe .safe_img {
    margin: auto;
    max-width: 420px;
}
.space_anchor {
    position: relative;
    z-index: 0;
}
.line_black { z-index: 0; }
.sec_equipment {
    padding: clamp(60px,8.3333vw,140px) 0 clamp(30px,4.7619vw,80px);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.sec_equipment .line_right {
	right: calc((100vw - 1170px)/2);
    transform: translateX(44%);
}
.sec_equipment .line_left {
	left: calc((100vw - 1170px)/2);
    transform: translateX(-44%);
}
@media screen and (max-width: 1200px) {
    .sec_equipment .line_right {
        right: 0;
        transform: translateX(0);
    }
    .sec_equipment .line_left {
        left: 0;
        transform: translateX(0);
    }
}
@media screen and (max-width: 1000px) {
    .space_anchor { transform: translateY(-80px);}
}
@media screen and (max-width: 767px) {
    .mb_sp30 { margin-bottom: 30px; }
}
@media screen and (max-width: 640px) {
    .space_anchor { transform: translateY(-50px);}
}

/*=================================
    nav anchors
===================================*/
.anchors {
	position: relative;
	display: grid;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	grid-template-columns: repeat(7,1fr);
    margin: 0 0 clamp(40px, 5.9524vw, 100px);
}
.anchors li {
	transition: all 0.5s;
	text-align: center;
	position: relative;
	z-index: 0;
    background-color: rgba(216, 211, 203, .3);
}
.anchors li.active { background-color: #3a4246;}
.anchors li a {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.anchors li a span {
    display: block;
    transition: opacity ease-in-out 0.25s;
}
.anchors li a span.en {
    font-family: 'Cinzel', serif;
    line-height: 1.5;
}
.anchors li a span.jp {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 1.2;
}
.anchors li a:hover span.en, .anchors li.active a span.en { opacity: 0;}
.anchors li.active a span.jp,
.anchors li a:hover span.jp { opacity: 1;}
.anchors li.active { pointer-events: none; }
.unlink {
    background: #E6E6E6 !important;
    pointer-events: none;
}
.unlink a { opacity: 0.5;}
@media screen and (max-width:1000px) {
    .anchors { gap: 7px; }
    .anchors li a {
        font-size: 1.2rem;
        height: 45px;
    }
}
@media screen and (max-width:767px) {
    .anchors {
        grid-template-columns: repeat(2,1fr);
        gap: 1px;
    }
    .anchors li:last-child { grid-area: 4/1/4/3;}
    .anchors li a { font-size: 1.4rem;}
}

.equipment_block {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}
.eq_ttl {
    font-size: clamp(1.4rem,0.95238vw,1.6rem);
    letter-spacing: 0.01em;
    line-height: 1.5;
}
.eq_ttl .sm { font-size: 72%; }
.eq_ttl .md { font-size: 75%; }
.eq_txt {
    font-size: clamp(1.2rem,0.83333vw,1.4rem);
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.eq_ttl + .eq_txt {
    margin-top: 10px;
}
.notes {
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
.indent {
    padding-left: clamp(12px, 0.8333vw, 14px);
    text-indent: calc(clamp(12px, 0.8333vw, 14px)*-1);
}
.row_small { margin: 0 -7px;}
.row_small [class^="col"] { padding: 0 7px;}
.bnr_cs15 {
    background-color: #fff;
    padding: clamp(40px, 5.3571vw, 90px) 15px 20px;
}
.bnr_cs15 a {
    display: block;
    max-width: 780px;
    margin: auto;
}
.sec_toilet .line_left,
.sec_bathroom .line_left { bottom: 57%;}
.sec_security .line_left { bottom: 69%;}
@media only screen and (min-width: 768px) {
    .pr11 { padding-right: 11%;}
    .row_cus01 .col-6:first-child {
        -ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%;
        max-width: 48.5%;
    }
    .row_cus01 .col-6:last-child {
        -ms-flex: 0 0 51.5%;
        flex: 0 0 51.5%;
        max-width: 51.5%;
    }
    .img_key { height: 180px;}
}
@media screen and (max-width: 767px) {
    .eq_ttl { letter-spacing: 0.02em;}
}

.seculio {
	border: 1px solid #858585;
	padding: 50px 35px 40px;
	margin: 0 0 20px;
    background-color: #fff;
    color: #231815;
}
.seculio_row {
	display: grid;
    grid-template-columns: 33% 58.5%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seculio_logo { padding: 5px 15px;}
.seculio_logo .eq_txt {
	letter-spacing: 0;
    line-height: 1.6;
}
.seculio_step { margin-bottom: 10px;}
.seculio_step .ttl {
	font-size: 1.6rem;
	margin-bottom: 5px;
    background-color: #006428;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
}
.seculio_step .lbl { font-size: 1.8rem;}
.seculio_step.step02 .ttl {background-color: #003f76;}
.seculio_step.step03 .ttl { background-color: #922e40;}
.ttl_line {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.security_title {
    color: #5e4a32;
    background-color: #e5d1bd;
    border: 1px solid #5e4a32;
    padding: 2px;
    text-align: center;
    font-size: 1.6rem;
    margin: 0 0 30px;
}
.security_title.ttl_purple {
    color: #3a4f68;
    background-color: #b6c2ce;
    border: 1px solid #3a4f68;
}
.txt_purple { color: #b6c2ce !important;}
.security_title.ttl_green {
    color: #355b3c;
    background-color: #aac1ad;
    border: 1px solid #355b3c;
}
.txt_green { color: #aac1ad;}
@media only screen and (max-width: 767px) {
    .seculio { padding: 20px 15px 10px;}
	.seculio_row { display: block;}
    .seculio_row .col_left { margin-bottom: 20px;}
}