@charset "utf-8";
.sec_headline {
    text-align: center;
    padding-bottom: 60px;
}
.sec_headline .ttl {
    font-size: clamp(1.8rem,1.547619vw,2.6rem);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 clamp(30px,2.97619vw,50px);
}
.sec_headline .txt {
    font-size: clamp(1.2rem,0.95238vw,1.6rem);
    letter-spacing: 0.1em;
    line-height: 2.2;
}
.sec_headline .bnr_cs15 {
    margin: clamp(40px,4.7619vw,80px) auto 0;
    width: 100%;
    max-width: 770px;
}
.bnr_cs15.cs15B {
    margin: 70px auto 0;
    width: 100%;
    max-width: 770px;
}
@media screen and (max-width: 767px) {
     .bnr_cs15.cs15B {
        margin: 15px auto 0;
         padding-left: 15px;
         padding-right: 15px;
        width: 100%;
        max-width: 770px;
    }   
}
.space_anchor {
    position: relative;
    z-index: 0;
}
.sec_equipment {
    padding: clamp(40px,7.14285vw,120px) 0 clamp(20px,10.71428vw,180px);
    background: url(../imgs/bg.png) no-repeat bottom center / 100% auto;
    position: relative;
    z-index: 0;
}
.h100 { height: 100%; }
.mb_auto { margin-bottom: auto; }
.mt_auto { margin-top: auto; }
.mt00 { margin-top: 0px !important; }
.ar { text-align: right; }
.c_blue { color: #3d537c !important; }
.c_gray { color: #333 !important; }
@media screen and (max-width: 767px) {
    .mb_sp30 { margin-bottom: 30px; }
    .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,7.14285vw,120px);
}
.anchors li {
	transition: all 0.5s;
	text-align: center;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.anchors li:after {
    content: "";
    background: url(../imgs/bg_anchors.jpg) no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
    z-index: -1;
}
.anchors li.active:after {
    opacity: 1;
}
.anchors li a {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}
.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;
    padding: 18px 0 12px;
}
.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;
        padding: 4px 0;
    }
    .anchors li a span.en {
        padding: 10px 0 6px;
    }
}

@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;
    }
}

.sec_head .ttl {
    color: #1a1a1a;
	margin-left: 15px;
}
.equipment_block {
    color: #1a1a1a;
    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.75;
    margin-top: 10px;
}
.eq_ttl .sm { font-size: 75%; }
.eq_ttl .med { font-size: 81%; }
.eq_txt {
    font-size: clamp(1.2rem,0.83333vw,1.4rem);
    letter-spacing: 0.01em;
    line-height: 1.7;
    margin-top: 10px;
}
.notes {
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
.percent_box {
    margin: 10px 0;
    background: #f5f5f5;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.percent_box .ttl {
    font-size: clamp(1.4rem,0.95238vw,1.6rem);
    letter-spacing: 0.03em;
    line-height: 1.5;
}
.percent_box .ttl .sm { font-size: 81%; }
.percent_box .ttl .lg { font-size: 118%; line-height: 1; }
.percent_box .per {
    font-size: clamp(2rem,1.785714vw,3rem);
    letter-spacing: 0;
    line-height: 1;
}
.percent_box .per .num {
    font-size: 196%;
    line-height: 0.8;
}
@media screen and (max-width: 1000px) {
    .eq_ttl {
        letter-spacing: -0.05em;
    }
}
@media screen and (max-width: 767px) {
    .eq_ttl {
        letter-spacing: 0.02em;
    }
    .sp_spacing { letter-spacing: -0.07em; }
}

.seculio {
	border: 1px solid #858585;
	padding: 50px 25px 40px;
	margin: 0 0 20px;
}
.seculio-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seculio-row .col-left {
	-ms-flex: 0 0 calc(37% - 20px);
	flex: 0 0 calc(37% - 20px);
	max-width: calc(37% - 20px);
}
.seculio-row .col-right {
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
	max-width: 63%;
}
.seculio-logo {
	padding: 15px;
	background: #eeeeef;
}
.seculio-logo .txt {
	letter-spacing: 0;
}
.seculio-step {
	color: #006428;
	margin-bottom: 10px;
}
.seculio-step .ttl {
	border-bottom: 1px solid #006428;
	font-size: 1.6rem;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.seculio-step .lbl {
	font-size: 1.8rem;
}
.seculio-step.step02 {
	color: #003F76;
}
.seculio-step.step02 .ttl {
	border-color: #003F76;
}
.seculio-step.step03 {
	color: #922E40;
}
.seculio-step.step03 .ttl {
	border-color: #922E40;
}
.headline {
    background: #d4e1e1;
    color: #3a4f68;
    font-size: 1.6rem;
    padding: 5px;
    text-align: center;
}
.headline.green {
    background: #dbe1cf;
    color: #607a2b;
}
.headline.brown {
    background: #f1eade;
    color: #a37222;
}
@media only screen and (max-width: 767px) {
    .seculio {
        padding: 20px 15px 10px;
    }
	.seculio-row .col-left {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 0 0 20px;
		max-width: 100%;
	}
	.seculio-row .col-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}