
@charset "UTF-8";
:root {
	--s-gnavi-height-before: 4rem;
	--s-content-width: 1200px;
	--s-content-mini-width: 950px;
	--s-content-figure-width: 900px;
    --swiper-navigation-color: #9d9d9d;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
}

.l-content-wrapper .p-textarea {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
@media only screen and (max-width:830px) {
    .l-content-wrapper .p-textarea {
        font-size: 1.2rem;
    }
}

/* btn */
.p-btn-def, .p-btn.s-btn-default {
	border: 2px solid #A60518;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
.p-btn-def:hover, .p-btn.s-btn-default:hover {
	background-color: #FFF;
	border-color: #A60518;
	opacity: 1;
}
a.s-btn-default::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6.87px;
    height: 6.51px;
    background: url(/media_library/consolidate/sp/obm/images/btn_head_links_wh.svg) no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(-90deg);
}
a.s-btn-default:hover::after {
    background: url(/media_library/consolidate/sp/obm/images/btn_head_links.svg) no-repeat;
}
.p-btn-primary, .p-btn.s-btn-primary {
	border: 2px solid #A60518;
}
.p-btn-primary:hover, .p-btn.s-btn-primary:hover {
	background-color: #FFF;
	border-color: #A60518;
	opacity: 1;
}
a.s-btn-primary::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6.87px;
    height: 6.51px;
    background: url(/media_library/consolidate/sp/obm/images/btn_head_links_wh.svg) no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(-90deg);
}
a.s-btn-primary:hover::after {
    background: url(/media_library/consolidate/sp/obm/images/btn_head_links.svg) no-repeat;
}
.p-btn-none-active {

}
.p-btn-none-active.p-btn.s-btn-default {
    background-color: #989898;
    border: 1px solid #989898;
}
.p-btn-none-active.p-btn.s-btn-default:hover {
	background-color: #989898;
    color: #fff;
    cursor: initial;
}
.p-btn-none-active.p-btn.s-btn-default::after {
    background: url(/media_library/consolidate/sp/obm/images/btn_head_links_wh.svg) no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 830px) {
    .p-btn-def, .p-btn.s-btn-default {
        font-size: 1.2rem;
    }
}



body#top header {
	position: absolute;
	--s-gnavi-height-before: 4rem;
}
body#top header.is-hero-scroll {
	position: fixed;
	--s-gnavi-height-before: 4rem;
}
.l-header-container {
	max-width: 1200px;
}
@media only screen and (max-width: 830px) {
    .l-header-container {
        padding-right: 55px;
    } 
}

.l-hero-wrapper {
	padding-top: 0;
}
.l-hero-container {
	height: 54rem;
}
.l-hero-wrapper .l-hero-bg-image {
	left: calc((100% - 1920px) / 2);
	max-width: 1920px;
}
.l-hero-bg-image.pc_only {
    background-image: url("/media_library/consolidate/sp/obm/images/mv.jpg");
}
.l-hero-bg-image.sp_only {
    background-image: url("/media_library/consolidate/sp/obm/images/mv_sp.jpg");
}
@media only screen and (max-width: 1920px) {
	.l-hero-container {
		height: 43vw;
	}
	.l-hero-wrapper .l-hero-bg-image {
		left: auto;
	}
}
@media only screen and (max-width: 1200px) {
	.l-header-logo-container {
    max-width: 20vw;
	}
}
@media only screen and (max-width: 830px) {
	.l-hero-wrapper {
		margin: 0;
		padding: 0;
		height: 110vw;
	}
	.l-header-logo-container {
    max-width: 35vw;
	}
	.l-hero-wrapper .l-hero-bg-image {
		background-position: top;
	}
}



.l-section-wrapper + .l-section-wrapper.l-section-slim > .l-section-container {
	padding-top: calc(1.5rem * 1);
}
.l-section-wrapper.l-section-slim > .l-section-container .l-header-wrapper + .l-content-wrapper {
	margin-top: calc(3rem * 1);
}
.l-section-wrapper.l-section-join > .l-section-container {
    padding-bottom: 0;
}
.l-section-wrapper.l-section-join-top > .l-section-container {
    margin-top: 0 !important;
}
.l-section-wrapper.l-section-noheadline > .l-section-container {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.l-section-wrapper.s-main-light-bgcolor .s-concept-container > .p-container-header {
	padding: 3.5rem;
}
.l-section-wrapper.s-main-light-bgcolor .s-concept-container.s-concept-slim > .p-container-header {
	padding: 1.5rem;
	width: calc(1200px * 4 / 12 - 1.5rem);
}
.l-section-wrapper.s-main-bgcolor .s-concept-container.s-concept-slim > .p-container-items,
.l-section-wrapper.s-main-light-bgcolor .s-concept-container.s-concept-slim > .p-container-items {
	padding: 1.5rem;
	width: calc(1200px * 8 / 12 - 1.5rem);
}
.l-section-wrapper.s-main-light-bgcolor .s-concept-container.s-concept-slim > .p-container-items > * + .p-buttons {
	margin-top: 1.7rem;
}
.l-section-wrapper.s-main-light-bgcolor .s-concept-container.s-concept-slim > .p-container-items > * + .p-buttons {
	margin-top: 1.7rem;
}
.s-headline-left-line + .p-textarea {
	padding-left: 2.5rem;
}
@media only screen and (max-width: 830px) {
    .l-section-wrapper.s-main-light-bgcolor .s-concept-container > .p-container-items {
        padding: 2rem;
    }
}

.l-section-wrapper.l-section-contact > .l-section-container {
	margin-top: 6rem;
}
.l-section-wrapper.l-section-contact .l-content-wrapper > .box {
	padding: 1.5rem 0;
	border-radius: 0;
}
.l-section-wrapper.l-section-contact .p-container.row > * {
    flex-basis: auto;
}
.l-section-wrapper.l-section-contact .l-content-wrapper > .box > .p-container-items {
	padding: 0 1.5rem !important;
    width: 100%;
}
.l-section-wrapper.l-section-contact .p-container-header {
    width: 100%;
}
@media only screen and (max-width: 830px) {
    .l-section-wrapper.grid-2.l-section-contact .l-content-wrapper > * {
        margin: auto;
        width: 100%;
    }
}

.l-gmenu-wrapper {
	height: 4rem;
	background-color: #A60518;
	color: #fcfcfc;
	top: 4rem;
}
.l-gmenu-wrapper > .l-gmenu-navi-wrapper {
	height: 100%;
}
.l-gmenu-wrapper a {
	color: #fcfcfc;
}
.l-gmenu-main-container {
	justify-content: space-between;
	flex-wrap: nowrap;
}
.l-gmenu-main-container > li {
	position: relative;
	width: 100%;
	height: 100%;
}
.l-gmenu-main-container > li:not(:last-child)::after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #fcfcfc;
}
.l-gmenu-main-container > li a:hover {
	background-color: #000;
	opacity: 1;
}
@media only screen and (max-width: 1300px) {
    .l-gmenu-cta-container > li > a.p-btn {
        min-width: 168px;
    }
}
@media only screen and (max-width: 830px) {
    .l-gmenu-cta-container > li > a.p-btn {
        min-width: 223px;
        padding: 0.3rem 1.8rem;
    }
}

.l-header-spmenu .menu-content {
    background-color: #F2F2F2;
}
.l-header-spmenu .menu-content ul.l-gmenu-sp-container li {
    border-bottom: solid 1px #EAEAEA;
}
.l-header-spmenu .menu-content ul.l-gmenu-sp-container li a {
    color: #050505;
}
.l-header-spmenu .menu-content ul.l-gmenu-sp-container li a::before {
    border-top: solid 2px #050505;
    border-right: solid 2px #050505;
}


.l-section-bg {
	background-position: center bottom;
	opacity: 1;
}

.l-section-wrapper.s-main-light-bgcolor > .l-section-bg {
	background-color: #F2F2F2;
	opacity: .7;
}
.s-main-light-bgcolor {
}

.box-border {
    border: 1px solid var(--base-defColor-light2);
    padding: 2rem 3rem .5rem;
}

.block__breadcrumb.breadcrumb > ul > li > a {
    text-decoration: none;
    line-height: 1.8;
    letter-spacing: 0.2em;
    font-size: 0.9rem;
    font-weight: 400;
}
.block__breadcrumb.breadcrumb > ul > li + li:before {
    width: 9px;
    height: 9px;
    margin-top: 0.1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    background-color: transparent;
    background: url(/media_library/consolidate/sp/obm/images/arrow_breadcrumb.svg) no-repeat;
}
.block__breadcrumb.breadcrumb > ul > li + li:last-child:before {
    background-color: transparent;
}
@media only screen and (max-width: 1300px) {
    .block__breadcrumb.breadcrumb {
        max-width: 90vw;
    }
    .block__breadcrumb.breadcrumb > ul {
        padding-left: 0;
    }
    .block__breadcrumb.breadcrumb > ul > li > a {
        font-size: 1rem;
    }
    .block__breadcrumb.breadcrumb > ul > li + li:before {
        width: 7px;
        height: 7px;
    }
}
@media only screen and (max-width: 830px) {
    .block__breadcrumb.breadcrumb > ul {
        padding: 1rem 0;
        flex-wrap: wrap;
    }
}

.l-header-wrapper > .p-headline > .p-headline-container > .p-subtext {
    text-align: center;
}
.l-header-wrapper > .p-headline > h1.p-headline-container .p-inlinetext {
    font-size: 2.5rem;
}
.l-header-wrapper > .p-headline > h1.p-headline-container .p-inlinetext::before,
.l-header-wrapper > .p-headline > h1.p-headline-container .p-inlinetext::after {
    background: #A60518;
    flex-grow: initial;
    width: 5%;
}
.l-header-wrapper > .p-headline > h1.p-headline-container .p-inlinetext::before {
    margin-right: auto;
}
.l-header-wrapper > .p-headline > h1.p-headline-container .p-inlinetext::after {
    margin-left: auto;
}

.p-group.grid.grid-left-line > .p-group-container > .p-group-items > .function-group-left-line {
    border: 1px solid #DFDFDF;
    margin: 0 1rem 1rem;
    padding: 1rem;
    flex: 0 0 calc(100% - 2rem);
}
.p-group.grid.grid-2.grid-2-left-line > .p-group-container > .p-group-items > .function-group-left-line {
    flex: 0 0 calc(50% - 2rem);
}
@media only screen and (max-width: 1300px) {
    .l-section-wrapper.grid-2 .l-content-wrapper > * {
        flex: 0 0 100%;
        width: 100%;
    }
    .p-group.grid.grid-2.grid-2-left-line > .p-group-container > .p-group-items > .function-group-left-line {
        flex: 0 0 calc(100% - 2rem);
    }
}



.p-buttons.head-links {
    text-align: center;
    justify-content: center;
}
.p-buttons.head-links > a {
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
    font-weight: 400;
	min-width: 13rem;
	flex: 0 0 auto;
	justify-content: center;
	padding: 0.8rem 1.2rem;
	border: 2px solid #A60518;
	color: #A60518;
	background-color: #FFFFFF;
	border-radius: 0;
	display: flex;
	width: calc(100% / 5 - 1rem);
}
.p-buttons.head-links > a:hover {
    border: 2px solid #A60518;
    color: #fcfcfc;
    background-color: #A60518;
    opacity: 1;
}
.p-buttons.head-links > a::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: .7rem;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6.87px;
	height: 6.51px;
	background: url(/media_library/consolidate/sp/obm/images/btn_head_links.svg) no-repeat;
	background-size: cover;
	background-position: center;
	transform: rotate(0deg);
}
.p-buttons.head-links > a:hover::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: .7rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6.87px;
    height: 6.51px;
    background: url(/media_library/consolidate/sp/obm/images/btn_head_links_wh.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.p-buttons.head-links-features {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width:1300px) {
    .p-buttons.head-links > a {
        min-width: 15rem;
    }
}
@media only screen and (max-width:830px) {
    .p-buttons.head-links > a {
        font-size: 0.9rem;
        min-width: 13rem;
    }
}


.overview-h3 {
    display: block;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid var(--base-defColor-dark1);
    margin-bottom: 1rem;
}
.casestudy-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.casestudy-overview > .h3 {
    width: 100%;
}
.overview-table {
    flex: 0 0 calc(50% - 0rem);
    flex-wrap: nowrap !important;
    padding: 0 !important;
    border: 1px solid #EEEEEE;
}
.overview-table-w100 {
    flex: 0 0 calc(100%);
}
.overview-table .p-container-header {
    background-color: #A60518;
    color: #fcfcfc;
    padding: 1rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overview-table .p-container-items {
    width: 100%;
    background-color: #FFF;
    padding: 1rem 1rem 1rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overview-table .p-container-items .p-textarea > .p-text-inner .text-nowrap {
    display: inline-block;
}
.s-definition-container.p-container > .p-container-items > .p-container.overview-table > .p-container-header,
.s-definition-container .p-group-container > .p-group-items > .p-container.overview-table  > .p-container-header{
    font-weight: 400;
    width: 10rem;
    text-align: center;
}
.s-definition-container.p-container > .p-container-items > .p-container.overview-table,
.s-definition-container .p-group-container > .p-group-items > .p-container.overview-table {
    gap: 0;
}
.cases-overview .overview-table .p-container-items {
    width: initial;
    flex: 62%;
}
@media only screen and (max-width:830px) {
    .overview-h3 {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .casestudy-overview {
        display: block;
    }
    .overview-table .p-container-header {
        padding: 1rem .5rem;
    }
    .s-definition-container.p-container > .p-container-items > .p-container.overview-table > .p-container-header,
    .s-definition-container .p-group-container > .p-group-items > .p-container.overview-table  > .p-container-header{
        width: calc(100% * 2 / 6 - 1.5rem)
    }
}

.l-header-wrapper > .p-headline.h2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.l-header-wrapper > .p-headline.h2.headline-subtext {
    padding-top: 2rem;
}
/* .left-line-h2 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: left;
    display: block;
    width: 100%;
    border-left: 10px solid var(--base-baseColor-dark2);
    padding-left: 2rem;
} */
.l-header-wrapper > .p-headline > h2.p-headline-container > * {
	order: unset !important;
	padding: 0 3rem;
}
.l-header-wrapper > .p-headline.h2::before,
.l-header-wrapper > .p-headline.h2::after {
	content: "";
	position: relative;
	display: inline-block;
	background-color: #A60518;
	width: 5%;
	height: 3px;
}
@media only screen and (max-width:830px) {
	.l-header-wrapper > .p-headline > .p-headline-container {
		font-size: 1.9rem;
	}
	.l-header-wrapper > .p-headline > h2.p-headline-container > * {
		padding: 0 1.5rem;
	}
}

.s-headline-left-line {
	position: relative;
	letter-spacing: 0.1em;
	text-align: left;
	display: block;
	padding-left: 2.5rem;
}
.s-headline-left-line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: 2px;
	width: 18px;
	background-color: #A60518;
}

/* .left-line-h3.p-headline > h3 {
    font-size: 1.2rem;
    margin: 0 0 1rem;
    font-weight: 500;
}
@media only screen and (max-width:830px) {
    .left-line-h3.p-headline > h3 {
        font-size: 1.4rem;
    } 
} */

/* .under-bar-h3 {
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.under-bar-h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 18px;
    background-color: var(--base-baseColor-dark2);
}
@media only screen and (max-width:1300px) {
    .under-bar-h3 {
        font-size: 1.3rem;
        text-align: center;
    } 
} */


.s-concept-container.s-concept-container-figure {
    padding: 0 2.5rem;
}
.s-concept-container > .p-container-items {
	gap: 1rem;
	display: flex;
	flex-direction: column;
	border-radius: 0;
}
.s-concept-container.s-concept-container-figure > .p-container-header {
    width: calc(1200px * 7 / 12 - 1.5rem);
}
.s-concept-container.s-concept-container-figure > .p-container-items {
    width: calc(1200px * 5 / 12 - 1.5rem);
}
.l-section-wrapper.s-main-light-bgcolor .s-concept-container.s-concept-container-figure > .p-container-header {
    padding: 3.5rem 1rem;
}
.l-section-wrapper.s-main-light-bgcolor .s-concept-container.s-concept-container-figure > .p-container-items {
    padding: 3.5rem 1rem;
}
.s-concept-container.s-concept-slim-container + .s-concept-container.s-concept-slim-container {
	margin-top: 0;
}
.s-concept-container.s-concept-slim-container > .p-container-items{
	padding: 2rem 0 2rem 2rem;
}
.s-concept-container-tr {
    background: transparent;
}
.s-concept-container-tr.s-concept-container.s-concept-container-figure {
    padding: 0;
}
@media only screen and (max-width: 1300px) {
    .s-concept-container.s-concept-container-figure-mini {
        flex-wrap: wrap;
        justify-content: center;
    }
    .s-concept-container.s-concept-container-figure-mini > .p-container-header {
        width: calc(100% - 1.5rem);
    }
    .s-concept-container.s-concept-container-figure-mini > .p-container-items {
        width: calc(100% - 1.5rem);
    }
}
@media only screen and (max-width: 830px) {
    .s-concept-container.s-concept-container-figure {
        padding: 1.5rem;
    }
    .l-section-wrapper.s-main-light-bgcolor .s-concept-container.s-concept-container-figure > .p-container-header {
        padding: 1rem;
    }
    .l-section-wrapper.s-main-light-bgcolor .s-concept-container.s-concept-container-figure > .p-container-items {
        padding: 1rem;
    }
}

.p-group.grid.s-3point-info > .p-group-container > .p-group-items {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 3rem;
}
.p-group.grid.grid-3.s-3point-info > .p-group-container > .p-group-items {
	gap: 3rem;
}
.p-group.grid.grid-3.s-3point-info > .p-group-container > .p-group-items > * {
	width: calc(33% - 3rem);
	flex: auto;
	background-color: #F2F2F2;
	margin: 0;
	font-size: 1.5rem;
	padding: 1.5rem;
}
.p-group.grid.grid-3.s-3point-info.s-3point-info-wh > .p-group-container > .p-group-items > * {
	background-color: #fff;
}
.p-group.grid.grid-4.s-3point-info > .p-group-container > .p-group-items {
	gap: 3rem 1rem;
}
.p-group.grid.grid-4.s-3point-info > .p-group-container > .p-group-items > * {
	width: calc(25% - 1rem);
	flex: auto;
	background-color: #F2F2F2;
	margin: 0;
	font-size: 1.2rem;
	padding: 1.5rem 1rem;
    min-width: 15rem;
}
.p-group.grid.grid-4.s-3point-info.s-3point-info-wh > .p-group-container > .p-group-items > * {
	background-color: #fff;
}
.s-main-light-bgcolor .p-group.grid.grid-4.s-3point-info > .p-group-container > .p-group-items > * {
	background-color: #FFFFFF;
}
.p-group.grid.s-3point-info > .p-group-container > .p-group-items > * .p-image {
	width: 5rem;
	margin: -3rem auto 1rem;
    min-height: 1px;
}
@media only screen and (max-width:830px) {
    .p-group.grid.grid-4.s-3point-info > .p-group-container > .p-group-items {
        gap: 5rem;
    }
    .p-group.grid.grid-4.s-3point-info > .p-group-container > .p-group-items > * {
        width: 100%;
    }
}

.l-header-wrapper > .p-textarea {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
.l-header-wrapper > .p-textarea strong {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1.8rem !important;
    font-weight: 700;
}
.l-header-wrapper > .p-headline + .p-textarea.s-message {
	font-size: 2rem;
}
.l-section-container > .l-footer-wrapper .s-message {
	font-size: 2rem;
}
.l-content-wrapper .p-text {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
.l-content-wrapper .p-text.p-annotation,
.l-content-wrapper .p-textarea.p-annotation
 {
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 0.75rem;
    font-weight: 400;
}
.l-section-container.l-annotation {
    padding: 0 0 1.5rem !important;
}
.l-section-container.l-annotation .l-content-wrapper .p-textarea.p-annotation {
    padding-left: 2.5rem;
}
.p-textarea > .p-text-inner > strong,
.p-text > .p-text-inner > strong {
	font-size: 130%;
}
@media only screen and (max-width:830px) {
    .l-header-wrapper > .p-textarea {
        font-size: 1.2rem;
    }
    .l-header-wrapper > .p-textarea strong {
        font-size: 1.4rem !important;
    }
    .l-content-wrapper .p-text {
        font-size: 1.2rem;
    }
    .p-text {
        font-size: 1.2rem;
    }
    .l-content-wrapper .p-text.p-annotation,
    .l-content-wrapper .p-textarea.p-annotation
    {
        font-size: 1rem;
    }
}

.p-group.grid.grid-7 > .p-group-container > .p-group-items {
	align-items: flex-start;
	gap: 1rem;
}
.p-group.grid.grid-7 > .p-group-container > .p-group-items > * {
	width: calc(100% / 7 - 1rem);
}
@media only screen and (max-width:830px) {
	.p-group.grid.grid-3.s-3point-info > .p-group-container > .p-group-items {
		flex-direction: column;
	}
	.p-group.grid.grid-3.s-3point-info > .p-group-container > .p-group-items > * {
		width: 100%;
	}
    .p-group.grid.grid-7 > .p-group-container > .p-group-items {
        flex-wrap: wrap;
    }
    .p-group.grid.grid-7 > .p-group-container > .p-group-items > * {
        width: calc(100% / 3 - 1rem);
    }
}


.s-point-container {
	background-color: #F2F2F2;
	padding: 2rem 2rem 1rem 2rem;
}
.p-group.s-point-container > .p-group-container > .p-group-items {
	align-items: stretch;
}
.p-group.s-point-container .p-container-header > .p-headline {
	position: relative;
	margin-bottom: 1rem;
}
.p-group.s-point-container .p-container-header > .p-headline::after{
	content: "";
	position: absolute;
	left: calc(50% - 1.25rem);
	top: auto;
	bottom: 0;
	margin: auto;
	display: block;
	height: 2px;
	width: 2rem;
	background-color: #A60518;
}
.p-group.s-point-container .p-container-header > .p-headline > .p-headline-container {
	font-weight: normal;
}
.p-group.grid.s-point-container > .p-group-container > .p-group-items > * {
	background-color: #FFF;
	padding: 1rem;
}
.p-group.grid.s-point-container > .p-group-container > .p-group-items > *.col-3 {
    flex: 0 0 calc(30% - 3rem)
}
.p-group.grid.s-point-container > .p-group-container > .p-group-items > *.col-7 {
    flex: 0 0 calc(70% - 3rem)
}
@media only screen and (max-width:830px) {
    .p-group.grid.s-point-container > .p-group-container > .p-group-items > *.col-3 {
        flex: 0 0 calc(100%)
    }
    .p-group.grid.s-point-container > .p-group-container > .p-group-items > *.col-7 {
        flex: 0 0 calc(100%)
    }
}


.l-section-container > * > .p-group.box > .p-group-container > .p-group-items {
	padding: calc(1.5rem * 1.5 * 1);
}
.l-section-wrapper.grid .l-content-wrapper > .box > .p-group-container {
	border-radius: 0;
}

.features-country .p-container.box > * {
    gap: 0.5rem;
}
.features-country .p-container.box > .p-container-items > .p-image {
    border: 1px solid #000;
    min-height: 1px;
}
.features-country .p-container.box > .p-container-items > .p-text {
    margin-bottom: 1rem;
}
@media only screen and (max-width:830px) {
    .features-country.p-group.grid.grid-7 > .p-group-container > .p-group-items > * {
        width: calc(100% / 4 - 1rem);
    }
    .features-country .p-text {
        font-size: 0.9rem;
    }
    .features-country .p-textarea {
        word-break: break-all;
        font-size: 0.8rem;
    }
}

.function-group-left-line {
    padding: 0 0 0 2rem;
}
.function-group-left-line .p-headline h4 {
    font-size: 1.1em;
}
.function-group-left-line .p-textarea {
    text-align: left;
    padding-left: 2.6rem;
}
@media only screen and (max-width:830px) {
    .function-group-left-line .p-headline h4 {
        font-size: 0.9em;
    }
}


.method-check-container > .p-container-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #EAEAEA;
    /* background-color: #F2F2F2; */
    padding: 3rem 2rem;
}
.method-check-group {
    background-color: #F2F2F2;
    border: 1px solid #EAEAEA;
    padding: 2rem 1rem;
    width: calc(100% / 2 - 1rem);
    position: relative;
}
.method-check-group:last-child {
    background-color: #fff1f1;
    padding: 2rem;
    margin-top: 2rem;
    width: calc(100%);
}
.method-check-group:last-child::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -8rem;
    margin: auto;
    background: url(/media_library/consolidate/sp/obm/images/top_method_arrow.svg) no-repeat;
    width: 36.98px;
    height: 49.99px;
}
.method-check-group .p-group-header .p-headline h3 {
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.5;
}
.method-check-group .p-group-header .p-headline h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 18px;
    background-color: #A60518;
}
.method-check-group > .p-group-container > .p-group-items {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.method-check-group > .p-group-container > .p-group-items > .p-image {
    margin-right: 2rem;
}
/* .method-check-group > .p-group-container > .p-group-items > .p-image.method-check-group-sheet {
    margin-right: 1.5rem;
} */
.method-check-group .dot-ollist {
    margin-top: 1rem;
}
@media only screen and (max-width:1300px) {
    .method-check-group .p-group-header .p-headline h3 {
        font-size: 1.3rem;
        text-align: center;
    } 
}
@media only screen and (max-width:830px) {
    .method-check-container > .p-container-items {
        flex-wrap: wrap;
    }
    .method-check-group {
        padding: 2rem 1rem;
        width: calc(100%);
    }
    .method-check-group:last-child::after {
        bottom: -9rem;
    }
    .method-check-container > .p-container-items > .method-check-group:first-child {
        margin-bottom: 3rem;
    }
    .method-check-group > .p-group-container > .p-group-items {
        flex-direction: column;
    }
    .method-check-group > .p-group-container > .p-group-items > .p-image {
        margin: 2rem auto;
        max-width: 120px;
    }
    .method-check-group > .p-group-container > .p-group-items > .p-image.method-check-group-sheet {
        margin-right: auto;
    }
}

.method-solution-container > .p-container-items {
    margin-top: 7rem;
    background-color: #F2F2F2;
    padding: 3rem 2rem;
}
.method-solution-container .p-headline h3 {
    margin-bottom: 3rem;
}
.method-solution-container .p-headline h3 > span {
    position: relative;
    color: #A60518;
}
.method-solution-container .p-headline h3 > span::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5rem;
    margin: auto;
    content: "";
    display: block;
    background-color: #A60518;
    height: 3px;
    width: 100%;
    opacity: .9;
}
.method-solution-container .p-headline h3 > span > strong {
    font-size: 130%;
}
.method-solution-container .p-headline h4 {
    margin: 0 auto;
    max-width: var(--s-content-mini-width);
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1.8rem;
    font-weight: 700;
    background: #fff;
    padding: 1rem;
}
.method-solution-container .p-headline h4 strong {
    font-size: 130%;
    color: #050505;
    border-bottom: 3px dotted #A60518;
}
.method-solution-group > .p-group-container > .p-group-items {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    margin: 2rem auto 0;
}
.method-solution-step {
    position: relative;
    flex: 0 0 auto;
    background: #fff;
    padding: 1.5rem 1.5rem 3rem;
    border: 1px solid #EAEAEA;
    width: 30%;
}
.method-solution-group.method-right-arrow .method-solution-step {
	flex: 0 0 calc(100% / 3 - 3rem);
}
.method-solution-group.method-right-arrow > .p-group-container > .p-group-items > .method-solution-step:not(:last-child):after {
    position: absolute;
    right: -2.9rem;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.96px 0 8.96px 12.98px;
    border-color: transparent transparent transparent #989898;
}
.method-solution-group.method-right-arrow-big > .p-group-container > .p-group-items > .method-solution-step:not(:last-child):after {
    position: absolute;
    right: -1.7rem;
    top: 1.9rem;
    content: "";
    height: 76.98px;
    width: 49.99px;
    background: url(/media_library/consolidate/sp/obm/images/top_method_arrow.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(270deg);
    z-index: 3;
}
.method-solution-step .p-headline h5 {
    display: flex;
    align-items: center;
    margin: 0 0 3rem;
    position: relative;
}
.method-solution-step .p-headline h5::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 18px;
    background-color: #A60518;
}
.method-solution-step .p-headline h5 > .p-subtext {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #A60518;
    width: 87px;
    height: 87px;
    border-radius: calc(87px / 2);
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 0em;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
}
.method-solution-step .p-headline h5 > .p-subtext > span > small {
    font-size: 80%;
}
.method-solution-step .p-headline h5 > .p-inlinetext {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 2rem;
}
.method-solution-step .p-group-items > .p-textarea strong {
    color: #050505;
    font-size: 1rem;
}
.method-solution-step .p-group-items > .p-text {
    opacity: .5;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 0.5rem;
}
.method-solution-step .p-group-items > .p-ullist {
	text-align: left;
}
.method-solution-step .p-group-items > .p-ullist + .p-image {
	margin-top: 2rem;
}
@media only screen and (max-width:830px) {
    .method-solution-container .p-headline h3 > span {
        display: block;
    }
    .method-solution-container .p-headline h4 {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .method-solution-group > .p-group-container > .p-group-items {
        flex-direction: column;
    }
    .method-solution-step {
        flex: 0 0 calc(100%);
        width: 100%;
    }
    .method-solution-group > .p-group-container > .p-group-items > .method-solution-step:not(:last-child) {
        margin-bottom: 3rem;
    }
    .method-solution-group.method-right-arrow > .p-group-container > .p-group-items > .method-solution-step:not(:last-child):after {
        right: 0;
        left: 0;
        top: initial;
        bottom: -2.3rem;
        transform: rotate(90deg);
    }
    .method-solution-group.method-right-arrow-big > .p-group-container > .p-group-items > .method-solution-step:not(:last-child):after {
        right: 0;
        left: 0;
        top: initial;
        bottom: -5rem;
        margin: auto;
        transform: rotate(0deg);
    }
    .method-solution-step .p-headline h5 {
        justify-content: center;
    }
    .method-solution-step .p-headline h5::after {
        bottom: -1.3rem;
    }
    .method-solution-step .p-headline h5 > .p-inlinetext {
        margin: 0 3rem 0 2rem;
    }
    .method-solution-step .p-headline h5 > .p-subtext {
        font-size: 1rem;
    }
    .method-solution-step .p-group-items > .p-textarea strong {
        font-size: 1.2rem;
    }
    .method-solution-step .p-group-items > .p-text {
        font-size: 1rem;
    }
}

.top-logo-bg {
    background-image: url("/media_library/consolidate/sp/obm/images/top_logo_bg.jpg");
}
.logo-block .l-header-wrapper > .p-textarea strong {
    color: #050505;
}
.logo-block .l-header-wrapper > .p-textarea strong > span {
    color: #A60518;
}
.logo-block .l-content-wrapper {
    padding: 3rem;
    background: #fff;
}
.l-section-wrapper.grid .l-content-wrapper {
	justify-content: center;
    margin-top: calc(2rem * 1);
}
@media only screen and (max-width:830px) {
    .logo-block .l-content-wrapper {
        flex-direction: row !important;
        justify-content: space-around;
    }
}

.country-image {
    max-width: 696px;
    margin: 0 auto;
}
.country-system {
    padding: 3rem 2rem;
    background-color: #F2F2F2;
}
.country-system .p-container-header,
.country-system .p-container-items {
    max-width: var(--s-content-figure-width);
    margin: 0 auto;
}
.country-system .p-headline h3 {
    background-color: #fff;
    margin-bottom: 1rem;
}
.country-system .p-headline h3 > span {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1.8rem;
    font-weight: 700;
}
.country-system .p-group .p-group-container {
    padding: 3rem 2rem;
    background-color: #fff;
}
@media only screen and (max-width:830px) {
    .country-system .p-headline h3 > span {
        font-size: 1.4rem;
        line-height: 1.7;
    }
}

.check-ollist > ol {
    margin: 1rem 0 0;
    padding: 0;
}
.check-ollist > ol > li {
    position: relative;
    list-style: none;
    padding-left: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
.check-ollist > ol > li:not(:last-child) {
    margin-bottom: 1rem;
}
.check-ollist > ol > li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.2rem;
    margin: auto;
    width: 23px;
    height: 19px;
    background: url(/media_library/consolidate/sp/obm/images/check_icon.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.check-ollist.grid.grid-2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.check-ollist.grid.grid-2 > ol {
    flex: 0 0 47%;
}
.check-ollist.grid.grid-2 > ol:nth-of-type(2n-1) {
    margin-right: 2%;
}
@media only screen and (max-width:1300px) {
    .check-ollist > ol > li {
        font-size: 1.2rem
    }
    .check-ollist.grid.grid-2 > ol {
        flex: 0 0 100%;
    }
    .check-ollist.grid.grid-2 > ol + ol {
        margin-top: 1rem;
    }
    .check-ollist.grid.grid-2 > ol:nth-of-type(2n-1) {
        margin-right: 0;
    }
}

.check-ollist-casestudy > ol > li::before {
    top: 4px;
}
.check-ollist-casestudy > ol > li > span {
    display: inline-block;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
.check-ollist-casestudy > ol > li {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width:830px) {
    .check-ollist-casestudy > ol > li > span {
        font-size: 1.2rem;
    }
}

.panel-ollist > ol {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.panel-ollist > ol > li {
	min-height: 155px;
	padding: .3rem;
	width: 367.59px;
	list-style: none;
	border: 1px solid #A60518;
}
.panel-ollist > ol > li:nth-child(3n-2) {
	margin: 0 1rem 1.5rem 0;
}
.panel-ollist > ol > li:nth-child(3n-1) {
	margin: 0 1rem 1.5rem;
}
.panel-ollist > ol > li:nth-child(3n) {
	margin: 0 0 1.5rem 1rem;
}
.panel-ollist > ol > li > span {
	border: 1px solid #A60518;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	padding: 0.5rem 0.5rem;
	background-color: #FFF;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
@media only screen and (max-width:1200px) {
    .panel-ollist > ol > li > span {
        font-size: 1.2rem;
    }
    .panel-ollist > ol > li:nth-child(3n-2) {
        margin: 0 1rem 1.5rem;
    }
    .panel-ollist > ol > li:nth-child(3n-1) {
        margin: 0 1rem 1.5rem;
    }
    .panel-ollist > ol > li:nth-child(3n) {
        margin: 0 1rem 1.5rem;
    }
}

.dot-ollist-group > .p-group-container {
    padding: 2rem;
    background-color: var(--base-defColor);
    margin-bottom: 1rem;
}
@media only screen and (max-width:830px) {
    .dot-ollist-group > .p-group-container {
        padding: 2rem 1rem;
    }
}
.line-ollist > ul,
.dot-ollist > ul,
.dot-ollist > ol {
    padding: 0;
    margin: 0;
}
.line-ollist > ul > li,
.dot-ollist > ul > li,
.dot-ollist > ol > li {
    position: relative;
    list-style: none;
    padding-left: 2rem;
    text-align: left;
    line-height: 1.5;
}
.line-ollist > ul > li > .p-ullist-items,
.dot-ollist > ul > li > .p-ullist-items,
.dot-ollist > ol > li > .p-ullist-items {
    margin-top: .5rem;
}
.dot-ollist > ol > li:not(:last-child) {
    margin-bottom: 1rem;
}
.dot-ollist > ul > li::before,
.dot-ollist > ol > li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.3rem;
    margin: auto;
    width: 1rem;
    height: 1rem;
    background: #A60518;
    border-radius: calc(1rem / 2);
}
.line-ollist > ul > li::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1rem;
	margin: auto;
	width: 1rem;
	height: 2px;
	background: #A60518;
	border-radius: calc(1rem / 2);
}
.line-ollist > ul > li > span,
.dot-ollist > ul > li > span,
.dot-ollist > ol > li > span {
    display: inline;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
@media only screen and (max-width:830px) {
	.line-ollist > ul > li::before,
	.dot-ollist > ul > li::before,
	.dot-ollist > ol > li::before {
			top: 0.6rem;
	}
    .line-ollist > ul > li > span,
    .dot-ollist > ul > li > span,
    .dot-ollist > ol > li > span {
        font-size: 1.2rem;
    }
}

.border-ollist-group > .p-group-container > .p-group-items {
    border: 1px solid #EAEAEA;
    padding: 1.7rem 2rem 1rem;
    display: flex;
    margin-top: 1rem;
}
.border-ollist-group > .p-group-container > .p-group-items > .border-ollist:nth-of-type(2n-1) {
    margin-right: 2%;
}
.border-ollist-group > .p-group-container + .p-group-container {
    margin-top: 2rem;
}
.border-ollist {
    flex: 0 0 47%;
}
.border-ollist.one-cols {
    flex: 0 0 100%;
}
.border-ollist > ol {
    padding: 0;
    margin: 0;
}
.border-ollist > ol > li {
    list-style: none;
    margin-bottom: .7rem;
    text-align: left;
}
.border-ollist > ol > li > span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
.border-ollist > ol > li > span > strong {
    position: absolute;
    background: #A60518;
    color: #fff;
    padding-left: .2rem;
    left: 0;
    top: 0.1rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: calc(1.3rem / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: .9rem;
}
.border-ollist > ol > li > span > span {
    display: block;
    position: relative;
    padding-left: 1.2rem;
    line-height: 1.6;
}
.border-ollist > ol > li > span > span::before {
    content: "";
    position: absolute;
    background: #050505;
    left: 0.5rem;
    top: 0.7rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: calc(0.2rem / 2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.border-ollist > ol > li > span > span:first-of-type {
    margin-top: 1rem;
}
.border-ollist > ol > li > span > span:last-of-type {
    margin-bottom: 0.7rem;
}
.border-ollist > ol > li > span > span.text-nowrap {
    display: inline;
    position: relative;
    padding-left: 0;
}
.border-ollist > ol > li > span > span.text-nowrap::before {
    display: none;
}
.border-ollist > ol > li > span > span.text-nowrap:first-of-type {
    margin-top: 0;
}
.border-ollist > ol > li > span > span.text-nowrap:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 1300px) {
    .border-ollist-group > .p-group-container > .p-group-items {
        flex-direction: column;
    }
}
@media only screen and (max-width: 830px) {
    .border-ollist > ol > li > span {
        font-size: 1.2rem;
    }
    .border-ollist > ol > li > span > strong {
        top: 0.3rem;
        padding-left: .3rem;
    }
}

.figure-block .l-content-wrapper {
    padding: 4rem 2rem;
    background: #F2F2F2;
}
.figure-block .l-content-wrapper > .p-image {
    max-width: 717px;
    margin: 0 auto;
}

.figure-group-wh {
    width: 100%;
    min-height: 1px;
    padding: 2rem;
    background: #fff;
}
.figure-group-wh.figure-group-wh-border {
    border: 1px solid #DFDFDF;
}
.figure-group-wh > .p-group-container .figure-group-wh-h3 {
    margin-bottom: 2rem;
}
.figure-group-wh .p-image {
    max-width: var(--s-content-figure-width);
    margin: 0 auto;
}

.figure-side-container {
    display: flex;
}
.figure-side-container > * {
    flex: 0 0 50%;
}
.figure-side-container > .p-container-items {
    padding: 3.5rem 2.5rem;
    background-color: #F2F2F2;
}
.figure-side-container-tr > .p-container-items {
    background-color: #fff;
    padding: 0 2.5rem;
}
@media only screen and (max-width: 830px) {
    .figure-side-container {
        flex-direction: column;
    }
    .figure-side-container-tr > .p-container-items {
        padding: 2.5rem 0;
    }
}

.h-label.p-headline {
    overflow: hidden;
    text-align: left;
    margin-bottom: 1rem;
}
.h-label.p-headline h3,
.h-label.p-headline h4
 {
    background: #A60518;
    color: #fff;
    padding: 0.2rem 1rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    margin: 0 auto 0 0;
    display: inline-block;
}
.h-label.p-headline h3::after,
.h-label.p-headline h4::after {
    content: "";
    position: absolute;
    right: -19px;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 20px 0 0;
    border-color: #A60518 transparent transparent transparent;
}
@media only screen and (max-width: 830px) {
    .h-label.p-headline h3,
    .h-label.p-headline h4
     {
        font-size: 1.2rem;
    }
    .h-label.p-headline h3::after,
    .h-label.p-headline h4::after {
        border-width: 6rem 20px 0 0;
    }
}

.news-container .news-group {
    position: relative;
		border-bottom: 1px solid #DFDFDF;
}
.news-container .news-group:first-child {
	border-top: 1px solid #DFDFDF;
}
.news-container .news-group .p-group-container .p-group-items {
	display: flex;
	align-items: center;
}
.news-container .news-group::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--base-defColor-dark1);
    opacity: 0.3;
}
.news-container .news-group .p-group-container {
	display: flex;
	padding: 1.5rem 1rem;
}
.news-container .news-label {
    color: var(--base-defColor-dark1);
    background-color: transparent;
    padding: 0.7rem 1rem;
    margin-right: 2rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
}
.news-container .news-text {
    color: var(--base-defColor-opp);
    background-color: transparent;
    display: inline-flex;
    padding: 0.7rem 1rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
    align-items: center;
}
.news-container .news-text > * {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    overflow: hidden;
		text-decoration: none;
}
.news-container .news-text > a:hover {
    text-decoration: underline;
}
/* .news-container .news-link > a {
    color: var(--base-defColor-opp);
    background-color: transparent;
    position: relative;
} */
/* .news-container .news-link > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent var(--base-baseColor-light2);
} */
/* .news-container .news-link > a:hover {
    background-color: transparent;
} */
@media only screen and (max-width:830px) {
    .news-container .news-label {
        font-size: 1.2rem;
        min-width: 90px;
        margin-right: 0rem;
    }
    .news-container .news-text {
        font-size: 1.2rem;
        text-align: left;
    }
    .news-container .news-text > span::before {
        left: 1rem;
        top: 1.3rem;
        bottom: initial;
    }
}

.top-seminar-bg {
    background-image: url("/media_library/consolidate/sp/obm/images/top_seminar_bg.jpg");
}
.seminar-block.l-section-wrapper.grid-4 .l-content-wrapper {
    justify-content: center;
}
.l-section-wrapper.grid-4 .l-content-wrapper > .seminar-list-group {
	border: 1px solid #DCDCDC;
	align-items: flex-start;
}
.seminar-list-group {
	background-color: #FFF;
	color: #000;
    margin: 0 1rem;
}
.seminar-list-group a {
	padding: 1rem;
	border: 1px solid var(--base-defColor-light2);
}
.seminar-list-group .seminar-list-label {
	background: #989898;
	color: #FFF;
	padding: 0.3rem 1rem;
	margin-bottom: 1rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 0.75rem;
    font-weight: 400;
	margin-left: 0;
	width: 100%;
	text-align: left;
}
.seminar-list-group .seminar-list-h2 > h2 {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.seminar-list-group .seminar-list-image {
    margin-bottom: 1rem;
}
.seminar-list-group .seminar-list-person {
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 0.75rem;
    font-weight: 400;
}
.seminar-list-group .seminar-list-person .p-group-container {
    display: flex;
}
.seminar-list-group .seminar-list-position {
    color: var(--base-defColor-opp);
    background: transparent;
    padding: 0;
    min-width: 35px;
}
.seminar-list-group .seminar-list-ollist > ol {
    margin: 0;
    padding: 0 0 0 0.5rem;
}
.seminar-list-group .seminar-list-ollist > ol > li {
    list-style: none;
    position: relative;
    text-align: left;
}
.seminar-list-group .seminar-list-ollist > ol > li::before {
    position: absolute;
    left: -0.7rem;
    top: 0.5rem;
    content: "";
    display: inline-block;
    width: .2rem;
    height: .2rem;
    background: var(--base-defColor-opp);
    border-radius: calc(.2rem / 2);
}
.seminar-list-group.p-group-linkActive a:hover .p-image {
	overflow: hidden;
}
.seminar-list-group.p-group-linkActive a:hover .p-image > .p-figure {
	transform: scale(1.05);
	transition: all .3s;
}
@media only screen and (max-width: 830px) {
    .seminar-block.l-section-wrapper.grid-4 .l-content-wrapper {
        align-items: flex-start;
    }
    .seminar-block.l-section-wrapper.grid-4 .l-content-wrapper > * {
        margin: 0 auto;
    }
    .seminar-list-group .seminar-list-h2 > h2 {
        font-size: 1.2rem;
    }
    .seminar-list-group .seminar-list-ollist > ol > li::before {
        top: 0.9rem;
    }
    .seminar-list-group .seminar-list-label {
        font-size: 1rem;
    }
    .seminar-list-group .seminar-list-person {
        font-size: 1rem;
    }
}

.seminar-overview-block .l-content-wrapper {
    padding: 3.5rem 0 0;
    background: #fff;
}
.seminar-person {
    border-radius: 0;
    border: 1px solid #EAEAEA;
    position: relative;
}
.seminar-person::before {
    content: "";
    display: block;
    width: 281px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/media_library/consolidate/sp/obm/images/seminar_person_left_bg.svg) no-repeat;
    background-size: cover;
    background-position: right;
}
.seminar-person::after {
    content: "";
    display: block;
    width: 281px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/media_library/consolidate/sp/obm/images/seminar_person_right_bg.svg) no-repeat;
    background-size: cover;
}
.seminar-person.s-concept-container > .p-container-header {
    width: calc(1200px * 5 / 11 - 1.5rem);
    justify-content: right;
}
.seminar-person.s-concept-container > .p-container-items {
    width: calc(1200px * 7 / 13 - 1.5rem);
    gap: .5rem;
    padding: 4.5rem 0;
}
.seminar-person .p-headline h3 {
    background: #A60518;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding: .1rem 1rem;
    display: inline-block;
    letter-spacing: 0.1em;
}
.seminar-person .p-text {
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 1300px) {
    .seminar-person {
        justify-content: center;
    }
    .seminar-person::before {
        width: 150px;
        height: 130px;
        left: -80px;
        background-size: contain;
    }
    .seminar-person::after {
        width: 150px;
        height: 130px;
        right: -80px;
        bottom: 0;
        top: initial;
        background-size: contain;
    }
    .seminar-person.s-concept-container > .p-container-header {
        padding-top: 3.5rem;
        justify-content: center;
    }
    .seminar-person.s-concept-container > .p-container-items {
        padding: 4.5rem 3.5rem;
    }
}
.seminar-overview-block .l-content-wrapper .p-headline h3 {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.seminar-overview-block.l-section-wrapper.s-main-light-bgcolor .s-concept-container > .p-container-header {
    padding: 0 3.5rem 3.5rem 0;
    width: calc(1200px * 5 / 11 - 1.5rem);
}
.seminar-overview-block.l-section-wrapper .s-concept-container > .p-container-items {
    width: calc(1200px * 7 / 13 - 1.5rem);
}
.seminar-overview-block .border-ollist-group > .p-group-container > .p-group-items {
    margin-top: 1rem;
}
@media only screen and (max-width: 1300px) {
    .seminar-overview-block .l-content-wrapper .p-headline h3 {
        font-size: 1.4rem;
        line-height: 1.7;
        padding: 0 3.5rem;
    }
    .seminar-overview-block.l-section-wrapper .s-concept-container {
        justify-content: center;
    }
    .seminar-overview-block.l-section-wrapper.s-main-light-bgcolor .s-concept-container > .p-container-header {
        padding: 0 3.5rem 3.5rem;
    }
}

.support-contact-group > .p-group-container > .p-group-header {
    text-align: left;
    overflow: hidden;
    margin-bottom: -1.2rem;
}
.support-contact-group > .p-group-container > .p-group-header > .p-headline h3 {
    background: #A60518;
    color: #fff;
    padding: .2rem 1rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    margin: 0 auto 0 0;
    display: inline-block;
}
.support-contact-group > .p-group-container > .p-group-header > .p-headline h3::after {
    content: "";
    position: absolute;
    right: -19px;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.9rem 20px 0 0;
    border-color: #A60518 transparent transparent transparent;
}
@media only screen and (max-width: 830px) {
    .support-contact-group > .p-group-container > .p-group-header {
        height: 30px;
    }
    .support-contact-group > .p-group-container > .p-group-header > .p-headline h3 {
        font-size: 1.2rem;
    }
    .support-contact-group > .p-group-container > .p-group-header > .p-headline h3::after {
        border-width: 2.3rem 20px 0 0;
    }
}
.support-contact-group > .p-group-container > .p-group-items {
    padding: 3.5rem 3.5rem 2.5rem;
    background-color: #fff;
    text-align: left;
}
.support-contact-group > .p-group-container > .p-group-items > .p-textarea:not(:last-child) {
    margin-bottom: 1rem;
}

.l-section-wrapper.middle-header > .l-section-container {
	padding-top: 0;
}
.l-section-wrapper.middle-header-links > .l-section-container {
    padding-bottom: calc(3rem * 1);
}
.l-section-wrapper.middle-header > .l-section-container > .l-header-wrapper {
	background-image: url(/media_library/consolidate/sp/obm/images/bg_middle_title.jpg);
	background-size: 100% 100%;
	background-position: center;
	max-width: none;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-section-wrapper.middle-header > .l-section-container > .l-header-wrapper > .p-headline > h1.p-headline-container {
	margin: 4rem 0;
    font-size: 2.5rem;
    padding: 0 8rem
}
.l-section-wrapper.middle-header-links > .l-section-container > .l-content-wrapper {
	margin-top: calc(3rem * 1);
}
.l-header-wrapper > .p-headline > .p-headline-container {
    position: relative;
}
.l-header-wrapper > .p-headline > .p-headline-container > .p-subtext {
	position: absolute;
    left: 0;
    right: 0;
    top: -1.5rem;
    margin: auto;
	order: 1;
}
.l-header-wrapper > .p-headline > .p-headline-container .p-inlinetext {
	order: 2;
}
@media only screen and (max-width:830px) {
    .l-header-wrapper > .p-headline > .p-headline-container > .p-subtext {
        top: -1.5rem;
        line-height: 1.3;
    }
}

footer {
	margin-top: 4rem;
}
#footer {
	background-color: #f0f0f0;
	color: #000000;
	padding: 2rem 0;
}
#footer .info figure {
	max-width: 9rem;
	margin: auto;
}
#footer .p-copyright-container {
	padding: 1.5rem 0 0;
}
footer {
	margin-top: 0;
}

.faq-box {
	border: 1px solid #DCDCDC;
	margin: 0 0 3rem;
}
.p-container.box.faq-box > * {
}
.p-container.box.faq-box > .p-container-header {
	min-height: 4rem;
	position: relative;
	padding: 1rem 1rem 1rem 5rem;
}
.p-container.box.faq-box > .p-container-header > .p-textarea {
	font-weight: 700;
}
.p-container.box.faq-box > .p-container-header::before {
	content: "Q";
	position: absolute;
	background-color: #A60518;
	color: #fcfcfc;
	font-size: 1.5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 4rem;
	top: 0;
	left: 0;
}
.p-container.box.faq-box > .p-container-items {
	min-height: 4rem;
	position: relative;
	padding: 1rem 1rem 1rem 5rem;
	border-top: 1px solid #DCDCDC;
}
.p-container.box.faq-box > .p-container-items::before {
	content: "A";
	position: absolute;
	background-color: #F2F2F2;
	color: #000;
	font-size: 1.5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 4rem;
	top: 0;
	left: 0;
}

.top-casestudy-bg {
    background-image: url("/media_library/consolidate/sp/obm/images/top_casestudy_bg.jpg");
}
.casestudy-block .p-group-items .p-table > table {
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
    margin: 0;
}
.casestudy-block .p-group-items .p-table > table > tbody > tr > th {
	padding: 0.5rem;
	vertical-align: middle;
	text-align: center;
	background-color: #989898;
	color: #FFF;
	border: 0;
	border-bottom: 1px solid #DCDCDC;
	min-width: 4.6rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 700;
}
.casestudy-block .p-group-items .p-table > table > tbody > tr > td {
	padding: 0.5rem;
	vertical-align: middle;
	text-align: center;
	border: 0;	
	border-bottom: 1px solid #DCDCDC;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
.casestudy-block .p-group-items .p-table > table > tbody > tr > td .text-nowrap {
    display: inline-block;
}
.casestudy-block .l-content-wrapper > .p-group {
	border: 1px solid #DCDCDC;
    background: #fff;
	padding: 1rem;
    position: relative;
}
.casestudy-block .l-content-wrapper > .p-group::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #A60518 transparent;
    transition: all .3s;
}
.casestudy-block .l-content-wrapper > .p-group:hover::after {
    border-width: 0 0 24px 24px;
}
.casestudy-block .l-content-wrapper > .p-group:hover .p-group-header .p-image {
    transition: all .3s;
    opacity: .5;
}
.casestudy-block .l-content-wrapper > .p-group .p-group-header {
	display: flex;
	gap: 1rem;
}
.casestudy-block .l-content-wrapper > .p-group .p-group-header .p-image {
	width: 5rem;
}
.casestudy-block .l-content-wrapper > .p-group .p-group-header .p-headline {
	width: calc(100% - 5rem - 1rem);
	display: flex;
	align-items: center;
}
.casestudy-block .l-content-wrapper > .p-group .p-group-header + .p-group-items {
	margin-top: 1rem;
}
.casestudy-block .l-content-wrapper .p-headline h3 {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1.3rem;
    font-weight: 500;
	text-align: left;
}
.casestudy-block  .p-group.p-group-linkActive > a {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}
@media only screen and (max-width:830px) {
    .casestudy-block.l-section-wrapper.grid-3 .l-content-wrapper > * {
        width: 100%;
    }
    .casestudy-block  .p-group.p-group-linkActive > a {
        max-width: 29rem;
    }
    .casestudy-block .p-group-items .p-table > table > tbody > tr > th {
        font-size: 1.2rem;
	    min-width: 5.4rem;
    }
    .casestudy-block .p-group-items .p-table > table > tbody > tr > td {
        font-size: 1.2rem;
    }
}

.casestudy-person {
    background-image: url(/media_library/consolidate/sp/obm/images/casestudy_person.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 42px;
    background-size: 95px;
}
.casestudy-person > span {
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #DFDFDF;
    margin-top: 15px;
    margin-right: 160px;
    min-height: 152px;
    padding: 2rem;
    position: relative;
}
.casestudy-person > span::before {
    position: absolute;
    right: -30px;
    top: 20px;
    margin: auto;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #DFDFDF;
    z-index: 3;
}
.casestudy-person > span::after {
    position: absolute;
    right: -28px;
    top: 20px;
    margin: auto;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #fff;
    z-index: 4;
}
@media only screen and (max-width:830px) {
    .casestudy-person {
        background-position: center bottom;
        background-size: 75px;
    }
    .casestudy-person > span {
        border:1px solid #DFDFDF;
        margin-top: 1rem;
        margin-right: 0;
        margin-bottom: 120px;
        min-height: initial;
    }
    .casestudy-person > span::before {
        right: 0;
        left: 0;
        top: initial;
        bottom: -30px;
        border-width: 30px 30px 0 30px;
        border-color: #DFDFDF transparent transparent transparent;
    }
    .casestudy-person > span::after {
        right: 0;
        left: 0;
        top: initial;
        bottom: -28px;
        border-width: 30px 30px 0 30px;
        border-color: #fff transparent transparent transparent;
    }
}

/** cases **/
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept.cases-list-concept-limited .p-container-items > .s-headline-left-line {
    padding-left: 10.5rem;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept.cases-list-concept-limited .p-container-items > .s-headline-left-line::before {
    left: 8rem;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept .p-container-items .cases-list-label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    color: #A60518;
    border: #A60518 1px solid;
    display: flex;
    align-items: center;
    line-height: 1;
    height: fit-content;
}

.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept {
    align-items: stretch;
    gap: 1rem;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    transition: all .3s;
}
.s-concept-container.s-concept-slim + .s-concept-container.s-concept-slim {
	margin: 1.5rem 0 0;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept:hover {
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 16%);
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-images {
    width: calc(1200px * 3.5 / 12 - 1rem);
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-images .p-image,
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-images .p-figure {
    height: 100%;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-images .p-image img {
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-items {
    width: calc(1200px * 6.5 / 12 - 3rem);
    padding: 2.0rem 0;
    position: relative;
    z-index: 2;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-items .p-table > table {
    margin-bottom: 0;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-items .p-table > table > tbody > tr > th {
    background-color: #a60518;
    color: #FFF;
    width: 7rem;
    text-align: center;
    border: 1px solid #F1F1F1;
    padding: 0.5rem;
    font-size: 0.8rem;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-items .p-table > table > tbody > tr > td {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    padding: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-header {
    width: calc(1200px * 2 / 12 - 1.5rem);
    padding: 1.5rem;
    padding-left: 0;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-items .p-headline {
    margin-top: 0;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-items .p-headline h3 {
    font-size: 1.15rem;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-items .p-headline h3 > .p-subtext {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #A60518 transparent;
    transition: all .3s;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept:hover::after {
    border-width: 0 0 24px 24px;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept:hover > .p-container-images .p-image img {
    transform: scale(1.1);
}
.l-section-wrapper.cases-list-concept-middletop {
    margin-bottom: 6rem;
}
@media only screen and (max-width:830px) {
    .l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept {
        justify-content: center;
    }
    .l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-header {
        padding-right: 0;
    }
    .l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-items {
        padding: 2rem;
    }
    .l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept > .p-container-images .p-image img {
        height: 274px;
    }
    .l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept.cases-list-concept-limited .p-container-items > .s-headline-left-line {
        padding-left: 10.3rem;
    }
    .l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept.cases-list-concept-limited .p-container-items > .s-headline-left-line::before {
        left: 7.4rem;
    }
    .l-section-wrapper .s-concept-container.s-concept-slim.cases-list-concept .p-container-items .cases-list-label {
        font-size: 0.8rem; 
    }

}

.cases-list-other .l-header-wrapper > .p-headline.h2 h2 {
    font-size: 2.0rem;
}
.cases-list-other .l-header-wrapper > .p-headline.h2::before,
.cases-list-other .l-header-wrapper > .p-headline.h2::after{
    background-color: #E8E8E8;
    width: 15%;
    height: 1px;
}
.cases-list-other .l-section-container {
    padding-bottom: 0;
}
@media only screen and (max-width:830px) {
    .cases-list-other.l-section-wrapper.grid .l-content-wrapper {
        align-content: center;
    }
}

.l-section-wrapper .s-concept-container.s-concept-slim.cases-conpany-info {
    align-items: center;
    gap: 4rem;
    margin: 2rem 0 0;
    text-decoration: none;
    border: 1px solid #EAEAEA;
    padding: 2rem;
    border-radius: 0;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-conpany-info > .p-container-images {
    width: calc(1200px * 3 / 12 - 1rem);
    padding: 1.5rem;
    padding-right: 0;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-conpany-info > .p-container-items {
    width: calc(1200px * 9 / 12 - 1rem);
    padding: 1.5rem 0;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-conpany-info > .p-container-items .p-headline.h3 h3 {
    font-size: 1.5rem;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-conpany-info > .p-container-items .p-headline.h3::after {
    content: "";
    position: relative;
    display: inline-block;
    background-color: #A60518;
    width: 2rem;
    height: 3px;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-conpany-info .p-table > table {
    margin-bottom: 0;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-conpany-info .p-table > table > tbody > tr > th {
    background-color: #989898;
    color: #FFF;
    width: 10rem;
    border: 1px solid #989898;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-conpany-info .p-table > table > tbody > tr > td {
    background-color: #FFFFFF;
    border: 1px solid #989898;
}
.l-section-wrapper .s-concept-container.s-concept-slim.cases-conpany-info .l-content-wrapper .p-textarea {
    line-height: 1.8;
}



.l-section-wrapper.grid-4 .l-content-wrapper > .cases-list-group {
	border: 1px solid #DCDCDC;
	align-items: flex-start;
    margin: 0;
}
.cases-list-group {
	background-color: #FFF;
	color: #000;
    margin: 0 1rem;
}
.cases-list-group a {
	padding: 1rem;
	border: 1px solid var(--base-defColor-light2);
}
.cases-list-group .cases-list-label {
	background: #989898;
	color: #FFF;
	padding: 0.3rem 1rem;
	margin-bottom: 1rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 0.75rem;
    font-weight: 400;
	margin-left: 0;
	width: 100%;
	text-align: left;
}
.cases-list-group .cases-list-h2 > h2 {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.cases-list-group .cases-list-image {
    margin-bottom: 1rem;
}
.cases-list-group .cases-list-person {
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 0.75rem;
    font-weight: 400;
}
.cases-list-group .cases-list-person .p-group-container {
    display: flex;
}
.cases-list-group .cases-list-position {
    color: var(--base-defColor-opp);
    background: transparent;
    padding: 0;
    min-width: 35px;
}
.cases-list-group .cases-list-ollist > ol {
    margin: 0;
    padding: 0 0 0 0.5rem;
}
.cases-list-group .cases-list-ollist > ol > li {
    list-style: none;
    position: relative;
    text-align: left;
}
.cases-list-group .cases-list-ollist > ol > li::before {
    position: absolute;
    left: -0.7rem;
    top: 0.5rem;
    content: "";
    display: inline-block;
    width: .2rem;
    height: .2rem;
    background: var(--base-defColor-opp);
    border-radius: calc(.2rem / 2);
}
.cases-list-group.p-group-linkActive a:hover .p-image {
	overflow: hidden;
}
.cases-list-group.p-group-linkActive a:hover .p-image > .p-figure {
	transform: scale(1.05);
	transition: all .3s;
}
@media only screen and (max-width: 830px) {
    .cases-block.l-section-wrapper.grid-4 .l-content-wrapper {
        align-items: flex-start;
    }
    .cases-block.l-section-wrapper.grid-4 .l-content-wrapper > * {
        margin: 0 auto;
    }
    .cases-list-group .cases-list-h2 > h2 {
        font-size: 1.2rem;
    }
    .cases-list-group .cases-list-ollist > ol > li::before {
        top: 0.9rem;
    }
    .cases-list-group .cases-list-label {
        font-size: 1rem;
    }
    .cases-list-group .cases-list-person {
        font-size: 1rem;
    }
}


.download-container {
    display: flex;
    justify-content: space-between;
}
.download-container + .download-container {
    margin-top: 8rem;
}
.download-container > .p-container-header {
    flex: 0 0 30%;
}
.download-container > .p-container-items {
    flex: 0 0 65%;
}
.download-container .download-image-vertical {
    max-width: 230px;
    margin: 0 auto;
}
.download-container .download-image-beside {
    max-width: 300px;
    margin: 0 auto;
}
.download-container .download-image-vertical,
.download-container .download-image-beside {
    box-shadow: rgb(0 0 0 / 40%) 5px 5px 5px 5px;
}
.download-container .p-headline h2 {
    text-align: left;
    margin-bottom: 1rem;
}
.download-text {
    margin-bottom: 2rem;
    text-align: left;
}
.download-container .dot-ollist {
    margin-bottom: 2rem;
}
.download-text.p-text > .p-text-inner > strong {
    font-size: 100%;
}
.download-buttons.p-buttons.p-btn-container {
    justify-content: left;
}
@media only screen and (max-width:830px) {
    .download-container {
        flex-direction: column;
    }
    .download-container .download-image-vertical {
        max-width: 180px;
        margin: 0 auto 2rem;
    }
    .download-container .download-image-beside {
        max-width: 250px;
        margin: 0 auto 2rem;
    }
    .download-buttons.p-buttons.p-btn-container {
        justify-content: center;
    }
}

.l-section-wrapper .l-content-wrapper .box.box-border {
	border: 1px solid #DFDFDF;
    border-radius: 0;
}


.dot-ollist-group.p-group.box > .p-group-container > .p-group-header > .p-headline > .p-headline-container {
	margin: 0 0 1rem;
}
.dot-ollist-group.p-group.box.box-border {
	border: 1px solid #DFDFDF;
	padding: 0;
}


.case-box.p-group.grid > .p-group-container > .p-group-items {
	align-items: flex-start;
}
@media only screen and (max-width:830px) {
    .case-box.p-group.grid.grid-2 > .p-group-container > .p-group-items {
        gap: 2rem;
    }
}


.txt-color-white,
.l-section-wrapper.txt-color-white .l-header-wrapper > .p-headline > .p-headline-container > * {
	color: #FFF;
}
.l-section-wrapper.txt-color-white .l-header-wrapper > .p-headline.h2::before,
.l-section-wrapper.txt-color-white .l-header-wrapper > .p-headline.h2::after {
	background-color: #FFF;
}


.p-buttons.p-btn-container.s-btn-white .p-btn.s-btn-default {
	background-color: #FFF;
	border-color: #A60518;
	color: #A60518;
}
.p-buttons.p-btn-container.s-btn-white a.s-btn-default::after {
	background-image: url(/media_library/consolidate/sp/obm/images/btn_head_links.svg);
}
.p-buttons.p-btn-container.s-btn-white .p-btn-def:hover,
.p-buttons.p-btn-container.s-btn-white .p-btn.s-btn-default:hover {
	background-color: #A60518;
	border-color: #fcfcfc;
	color: #fcfcfc;
}
.p-buttons.p-btn-container.s-btn-white a.s-btn-default:hover::after {
	background-image: url(/media_library/consolidate/sp/obm/images/btn_head_links_wh.svg);
}



.s-message-container {
	border: 1px solid #DCDCDC;
	padding: 4rem;
}
.s-message-container.s-no-border {
	border: 0;
	padding: 3rem 4rem 0;
}
.s-message-container.s-no-border-middle {
	border: 0;
	padding: 0 4rem;
    margin-bottom: 3rem;
}
.p-container.row.s-message-container > * {
	flex-basis: auto;
}

.mb-1rem {
    margin-bottom: 1rem !important;
}
.mb-2rem {
    margin-bottom: 2rem !important;
}
.mb-5rem {
    margin-bottom: 5rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}

.opacity-100{
    opacity: 1;
}

.section-bg001 {
    background-image: url("/media_library/consolidate/sp/obm/images/section_bg001.jpg");
}
.section-bg002 {
    background-image: url("/media_library/consolidate/sp/obm/images/section_bg002.jpg");
}
.section-bg003 {
    background-image: url("/media_library/consolidate/sp/obm/images/section_bg003.jpg");
}

.l-section-container-bt-large {
    padding-bottom: calc(7.5rem * 1) !important;
}
@media only screen and (max-width:830px) {
    .l-section-container-bt-large {
        padding-bottom: calc(5.5rem * 1) !important;
    }
}

.large-h2 > h2 {
    line-height: 1.7;
    letter-spacing: 0.2em;
    font-size: 2.4rem;
    font-weight: 700;
}
@media only screen and (max-width:830px) {
    .large-h2 > h2 {
        font-size: 1.9rem;
    }
}

.middle-h2 > h2,
.middle-h3 > h3,
.l-header-wrapper > .p-headline.middle-h3 > .p-headline-container {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1.8rem;
    font-weight: 700;
}
.middle-h3-small {
    font-size: 80% !important;
}
@media only screen and (max-width:830px) {
    .middle-h2 > h2,
    .middle-h3 > h3,
    .l-header-wrapper > .p-headline.middle-h3 > .p-headline-container {
        font-size: 1.4rem;
        line-height: 1.7;
    }
}

.small-h3 > h3, .small-h4 > h4 {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1.3rem;
    font-weight: 500;
}
@media only screen and (max-width:830px) {
    .small-h3 > h3, .small-h4 > h4 {
        font-size: 1.3rem;
    }
}

.middle-strong {
    font-size: 130%;
}

.p-label-text {
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
}
@media only screen and (max-width:830px) {
    .p-label-text {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:830px) {
    #page-top {
        bottom: 9rem;
        right: initial;
        left: 0;
    }
}
@media only screen and (max-width: 678px) {
    #expansionFloatBanner.scroll-start {
        bottom: 27vw;
    }
}


.cases-detail {
    margin: 3rem 0;
    padding: 3rem;
    background: #FFF;
}
.cases-detail > .p-headline.h3 {
    margin-bottom: 2.5rem;
    margin-top: 4.5rem;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
}
.cases-detail > .p-headline.h3::before {
    content: "";
    position: relative;
    display: inline-block;
    background-color: #A60518;
    width: 2rem;
    height: 3px;
}

.p-article {
}
.p-article + * {
    margin-top: 2.5rem;
}
.p-article .p-article-container {
    flex-direction: row;
    display: flex;
    gap: 2.5rem;
}
.p-article .p-article-container {
    text-align: left;
}
.p-article .p-article-container.p-article-container-images-l {
    flex-direction: row-reverse;
}
.p-article .p-article-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    order: 1;
}
.p-article .p-article-images {
    order: 2;
}
.p-article.p-article-image-left .p-article-images { order: 1; }
.p-article.p-article-image-left .p-article-items { order: 2; }
.p-article .p-article-images .p-image + .p-image {
    margin-top: 3rem;
}
.p-article.size-1-11 .p-article-images { width: calc(100% * 1 / 12); }
.p-article.size-2-10 .p-article-images { width: calc(100% * 2 / 12); }
.p-article.size-3-9 .p-article-images { width: calc(100% * 3 / 12); }
.p-article.size-4-8 .p-article-images { width: calc(100% * 4 / 12); }
.p-article.size-5-7 .p-article-images { width: calc(100% * 5 / 12); }
.p-article.size-6-6 .p-article-images { width: calc(100% * 6 / 12); }
.p-article.size-7-5 .p-article-images { width: calc(100% * 7 / 12); }
.p-article.size-8-4 .p-article-images { width: calc(100% * 8 / 12); }
.p-article.size-9-3 .p-article-images { width: calc(100% * 9 / 12); }
.p-article.size-10-2 .p-article-images { width: calc(100% * 10 / 12); }
.p-article.size-11-1 .p-article-images { width: calc(100% * 11 / 12); }

.p-article.size-1-11 .p-article-items { width: calc(100% * 11 / 12); }
.p-article.size-2-10 .p-article-items { width: calc(100% * 10 / 12); }
.p-article.size-3-9 .p-article-items { width: calc(100% * 9 / 12); }
.p-article.size-4-8 .p-article-items { width: calc(100% * 8 / 12); }
.p-article.size-5-7 .p-article-items { width: calc(100% * 7 / 12); }
.p-article.size-6-6 .p-article-items { width: calc(100% * 6 / 12); }
.p-article.size-7-5 .p-article-items { width: calc(100% * 5 / 12); }
.p-article.size-8-4 .p-article-items { width: calc(100% * 4 / 12); }
.p-article.size-9-3 .p-article-items { width: calc(100% * 3 / 12); }
.p-article.size-10-2 .p-article-items { width: calc(100% * 2 / 12); }
.p-article.size-11-1 .p-article-items { width: calc(100% * 1 / 12); }

@media only screen and (max-width: 830px) {
    .p-article .p-article-container,
    .p-article .p-article-container.p-article-container-images-l {
        flex-direction: column;
    }
    .p-article .p-article-items {
        width: 100% !important;
    }
    .p-article .p-article-images {
        width: 100% !important;
    }
}

.p-article .p-article-items > * + .p-headline {
    margin-top: 1.5rem;
}
.p-article .p-headline.h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    padding: 0.5rem 0;
}
.p-article .p-headline.h4::before {
    content: "";
    position: relative;
    display: inline-block;
    background-color: #A60518;
    width: 1.5rem;
    height: 3px;
}
.p-article .p-headline h4 {
    font-size: 1.2rem;
    line-height: 1.5;
}
.p-article p > .p-text-inner > strong {
    font-size: inherit;
    color: inherit;
}
.l-content-wrapper .p-article .p-textarea {
    line-height: 2.0;
    letter-spacing: 0.25em;
}

.p-article .p-figure {
    align-items: flex-start;
}


.cases-definition {
    padding: 3rem;
    background-color: #fff;
}
.cases-definition .p-headline h4 {
    text-align: left;
    margin-bottom: 0.5rem;
}

.cases-pdf {
    z-index: 2;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 3rem;
    margin-top: -10rem;
    background: linear-gradient(to top, #fff 60%, transparent);
}
.cases-pdf .p-textarea {
    margin-bottom: 2rem;
}
.cases-pdf.cases-pdf-ftcj {
    padding-top: 10rem;
    margin-top: -5rem;
}

.cases-note {
    margin-top: 3rem;
    text-align: left;
    padding: 2rem 3rem;
    background: #FFF;
    border: 1px solid #C01D22;
}
.cases-note .p-textarea {
    font-size: 0.8rem;
    line-height: 1.6rem;
}

@media only screen and (max-width:830px) {
    .l-header-wrapper > .p-headline > .p-headline-container.case-ftcj-p-headline-container-h1 > .p-subtext {
        font-size: 55%;
    }
}

.cases-mv .l-section-container {
    padding-top: 2.5rem !important;
}
.cases-mv .l-section-container .l-header-wrapper {
    padding-top: 0 !important;
}
.cases-mv .l-header-wrapper.case-mv-btn {
    position: relative;
    padding-right: 21rem;
}
.cases-mv .l-header-wrapper.case-mv-btn .p-buttons.p-btn-container {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cases-mv .l-header-wrapper.case-mv-btn .p-buttons.p-btn-container .p-btn {
    min-width: 18rem;
}
.cases-mv .l-header-wrapper.case-mv-btn .p-buttons.p-btn-container .p-btn.s-btn-default {
    font-size: 0.8rem;
}
.cases-mv .l-section-container .l-header-wrapper > .p-headline.h2 {
    justify-content: flex-start;
    text-align: left;
}
.cases-mv .l-section-container .l-header-wrapper > .p-headline.h2 h2 {
    text-align: left;
    align-items: flex-start;
}
.cases-mv .l-header-wrapper > .p-headline.h2::before,
.cases-mv .l-header-wrapper > .p-headline.h2::after {
    display: none;
}
.cases-mv .l-section-container .l-header-wrapper > .p-headline > .p-headline-container > .p-subtext {
    position: relative;
    font-size: 1.4rem;
    top: 0;
    left: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
    width: auto;
    padding: 0;
}
.cases-mv .l-section-container .l-header-wrapper > .p-headline > .p-headline-container > .p-subtext > .p-text-inner {
    padding: 2px 11px;
    text-align: left;
    display: inline-block;
    width: auto;
    background-color: #000;
    color: #FFF;
}
.cases-mv .l-section-container .l-header-wrapper > .p-headline > .p-headline-container > .p-subtext > .p-text-inner.color-primary {
    background-color: #A60518;
    margin-right: 0.2rem;
}
.cases-mv .l-section-container .l-header-wrapper > .p-headline > .p-headline-container > .p-inlinetext {
    padding: 0;
}
.cases-mv .l-section-container .l-content-wrapper {
    margin-top: 3rem;
}
.cases-mv .l-section-container .l-content-wrapper > .p-image figure {
    align-items: end;
}
.cases-mv .l-section-container .l-content-wrapper > .p-image figcaption {
    text-align: right;
}

.cases-mv.cases-mv-kaizirusi .l-header-wrapper > .p-headline > h2.p-headline-container > .p-inlinetext,
.cases-mv.cases-mv-nyk .l-header-wrapper > .p-headline > h2.p-headline-container > .p-inlinetext {
    font-size: 2.25rem;
}
.cases-mv.cases-mv-nyk .l-header-wrapper.case-mv-btn {
    padding-right: 19rem;
}

@media only screen and (max-width:1200px) {
    .cases-mv .l-header-wrapper.case-mv-btn,
    .cases-mv.cases-mv-nyk .l-header-wrapper.case-mv-btn
     {
        padding-right: 0;
    }
    .cases-mv .l-header-wrapper.case-mv-btn .p-buttons.p-btn-container {
        position: relative;
        margin-top: 2rem;
    }
}
@media only screen and (max-width:830px) {
    .cases-mv.cases-mv-kaizirusi .l-header-wrapper > .p-headline > h2.p-headline-container > .p-inlinetext,
    .cases-mv.cases-mv-nyk .l-header-wrapper > .p-headline > h2.p-headline-container > .p-inlinetext {
        font-size: 1.9rem;
    }
}

  .swiper {
    width: 100vw;
    height: 90px;
    background-color: #FFF;
  }
  .l-section-wrapper.grid .l-content-wrapper.swiper-wrapper {
    padding: 0px;
    margin: 0px;
    flex-wrap: nowrap;
    gap: 0;
    -webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important; transition-timing-function:linear!important;
  }
  .l-section-wrapper.grid .l-content-wrapper.swiper-wrapper .swiper-slide {
    flex: 0 0 auto;
  }
  .l-section-wrapper.grid .l-content-wrapper.swiper-wrapper .swiper-slide img {
    display: block;
    padding: 2rem;
    box-sizing: border-box;
    object-fit: cover;
  }

  .main-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main-swiper .swiper-wrapper {
    height: auto;
    align-items: stretch;
  }
  .main-swiper .l-hero-wrapper {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
  }

  .logo-slick {
    background-color: #fff;
  }
  .logo-slick .slick-slide {
    pointer-events: none;
    display: flex;
  }
  .logo-slick .slick-slide img {
    margin: 0 2rem;
  }




