@charset "UTF-8";

/*カラー変更*/
#seo_w + section .heading.block_header_1 p {
    color: #d2dce9;
}

#seo_w + section .heading.block_header_1 .h {
    color: #bae891;
}

#seo_w + section .inner_item_txt p {
    color: #d2dce9;
}

#top_txt + section .heading block_header_1 p,
#top_txt + section .inner_item_txt p {
    color: afb1da;
}

#top_txt+section>.content_wrapper {
    background: #fff!important;
}

/*parallax*/
#seo_c+section .parallax_img {
	opacity:0.7;
	filter: brightness(100%) blur(2px) contrast(120%);
}
#seo_c+section>.content_wrapper{
	background: rgb(255 255 255 / 85%) !important;
	padding: 60px 60px 60px;
}
#top_txt+section>.content_wrapper{
	background: #fff !important;
	padding: 60px 60px 60px;
}
@media screen and (max-width: 1200px){
	#top_txt+section>.content_wrapper,
	#seo_c+section>.content_wrapper{
		padding: 60px 2% 60px;
		width: calc(100% - 30px);
	}
}

/*パーツ変更*/
#top_txt2 + section .heading.block_header_2 .h {
    font-size: 38px;
}

#top_txt2 + section .heading.block_header_2 .h,
.heading.block_header_2 p {
    padding-left: 0;
}

#top_txt2 + section .heading.block_header_2 .h,
#top_txt2 + section .inner_item_txt p:nth-last-of-type(1) {
    color: #d2dce9;
}

#top_txt2 + section .heading.block_header_2 .h:before {
    display: none;
}

#top_txt2 + section .inner_item_img img {
    aspect-ratio: 2/1;
    object-fit: cover;
    margin-top: 70px;
    filter: brightness(0.85);
}

#top_txt2 + section .heading.block_header_2 .h span {
    display: block;
}

@media screen and (max-width: 1350px) {
#top_txt2 + section .heading.block_header_2 .h {
    font-size: clamp(30px, 3vw, 38px)!important;
}
}

@media screen and (max-width: 900px) {
#top_txt2 + section .inner_item_img img {
    margin-top: 0;
    margin-bottom: 0;
}
#top_txt2 + section .inner_item_img img {
    aspect-ratio: auto;
    max-height: 400px;
}

#top_txt2 + section .inner_item_txt {
    margin-top: -100px;
}
}

@media screen and (max-width: 800px) {
#top_txt2 + section .heading.block_header_2 .h {
    font-size: 2.7rem!important;
}
}

@media screen and (max-width: 480px) {
#top_txt2 + section .inner_item_txt {
    margin-top: -80px;
}
#top_txt2 + section .heading.block_header_2 .h {
    font-size: 2rem!important;
}
}

/*パーツ変更2*/
@media screen and (min-width: 901px) {
#nbp4661446\ 4661446 .inner_item_img img {
    aspect-ratio: 2/1.2!important;
    margin-top: 0!important;
}

#nbp4661446\ 4661446 .inner_item_txt {
    margin-left: -50px;
    z-index: 1;
    padding-top: 130px;
}
}

/*背景カラー*/
#link + div {
    position: relative;
}

#link + div:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.7));
}

/*カラー変更*/
#seo_w + section .heading.block_header_1 p,
#seo_w + section .inner_item_txt p {
    color: #fff;
}

#seo_w + section .heading.block_header_1 .h {
    color: var(--i_main_color);
}

#top_txt2 + section .heading.block_header_2 .h, #top_txt2 + section .inner_item_txt p:nth-last-of-type(1) {
    color: #fff;
}

/*よくある質問、コラムパーツ調整*/
#faq + div,
#column + div {
    position: relative;
}

#faq + div:before,
#column + div:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    background: #1b202a;
}

@media screen and (max-width: 900px) {
#faq + div:before,
#column + div:before {
    width: 85%;
}
}

#right+section> .content_wrapper,#left+section> .content_wrapper {
    margin: 0 auto;
}




#seo_w + section .content_wrapper{
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #b49577;
    border-bottom: solid 2px #b49577;
}
#seo_w + section .content_wrapper:before, #seo_w + section .content_wrapper:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #b49577;
}
#seo_w + section .content_wrapper:before {left: 10px;}
#seo_w + section .content_wrapper:after {right: 10px;}
