/* ご挨拶 */
.bg-line-child {
    width: 100%;
    max-width: 154px;
    height: 100% !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #603813;
    opacity: 0.5;
}

.group-header-child {
    display: flex;
    align-items: center;
    padding-left: 140px;
    padding-right: 50px;
    justify-content: space-between;
    padding-top: 42px;
}

.group-header-child .logo {
    top: auto;
}

.group-header-child .navbar-toggler {
    position: relative;
    right: 0;
    top: 0;
}

.group_child_1 {
    height: 33.594vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.group_child_h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    color: #FFFFFF;
    position: relative;
    line-height: 100%;
    top: 16px;
}

.ie .group_child_h2 span {
    position: relative;
    top: 7px;
}

.group_child_h2::before {
    content: "";
    display: block;
    width: 210px;
    height: 215px;
    background-image: url(common/img/greet-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-line-child.vs--1::after,
.bg-line-child.vs--1::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 217px;
    width: 154px;
    z-index: 6;
}

.bg-line-child.vs--55::before {
    height: 240px;
}

.bg-line-child.vs--1::after {
    bottom: 0;
    background: rgba(96, 56, 19);
    background: linear-gradient(0deg, rgba(96, 56, 19, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.bg-line-child.vs--1::before {
    top: 0;
    background: rgba(96, 56, 19);
    background: linear-gradient(180deg, rgba(96, 56, 19, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.bg-line-child.vs--1 {
    background-color: transparent;
}

.greet-h3 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    color: #251E1C;
    position: relative;
    line-height: 145%;
    text-align: center;
}

.col-def {
    display: flex;
}

.item-def {
    width: 50%;
}

.greet-1-item-right h4 {
    text-align: right;
    font-size: 27px;
    letter-spacing: 0.5px;
    font-weight: bold;
    line-height: 154%;
    color: #000000;
    padding-right: 10px;
}

.greet-1-item-right h4:last-child {
    padding-right: 15px;
}

.greet-1-item-right h4 span:first-child {
    font-size: 22px;
    margin-right: 34px;
}

.greet-1-item:first-child {
    width: calc(100% - 452px);
    padding-right: 50px;
}

.greet-1-item:last-child {
    width: 452px;
    padding-top: 5px;
}

.greet-1 p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    letter-spacing: -0.2px;
    line-height: 187%;
}

.greet-1-1 {
    margin-top: 24px;
}

.greet-1-1-right p {
    text-align: right !important;
}

.greet-1-item-right {
    margin-top: 8px;
}

.greet-1 {
    position: relative;
    padding-top: 90px;
    padding-bottom: 176px;
}

.greet-1-col {
    margin-top: 32px;
}

.grid-1000-child {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.footer-child {
    padding-top: 60px;
}

@media (max-width : 1199px) {
    .greet-h3 {
        font-size: 3.003vw;
    }

    .greet-1 {
        padding-top: 7.506vw;
        padding-bottom: 14.679vw;
    }

    .greet-1-item:last-child {
        width: 37.698vw;
    }

    .greet-1-item:first-child {
        width: calc(100% - 37.698vw);
        padding-right: 4.170vw;
    }

    .grid-1000-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .greet-1-item-right h4 {
        font-size: 2.252vw;
    }

    .greet-1-item-right h4 span:first-child {
        font-size: 1.835vw;
        margin-right: 2.836vw;
    }

    .footer-child {
        padding-top: 0;
    }

    .ie .group_child_h2 span {
        top: 0.584vw;
    }
}

@media(max-width : 950px) {
    .greet-1 p {
        font-size: 14px;
    }
}

@media(max-width : 750px) {
    .grid-1000-child {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .col-def {
        flex-wrap: wrap;
    }

    .item-def {
        width: 100% !important;
        padding: 0 !important;
    }

    .greet-1-item:last-child {
        order: -1;
        text-align: center;
    }

    .greet-1-item-right h4 {
        text-align: center;
        font-size: 5.333vw;
        padding-right: 0 !important;
    }

    .greet-1-item-right h4:last-child span {
        font-size: 4.267vw !important;
        display: block;
        margin-right: 0 !important;
    }

    .greet-h3 {
        font-size: 4.800vw;
    }

    .greet-1 p {
        font-size: 4.267vw;
        text-align: justify;
    }

    .greet-1 {
        padding-top: 13.333vw;
        padding-bottom: 11.333vw;
    }

    .greet-1-item-right h4:first-child {
        margin-bottom: 2vw;
    }

    .greet-1-item-right {
        margin-top: 6.667vw;
    }

    .greet-1-col {
        margin-top: 17.067vw;
    }

    .greet-1-item:first-child {
        margin-top: 10.667vw;
    }

    .greet-1-1 {
        margin-top: 8vw;
    }

    .footer-child {
        padding-top: 0;
    }

    .navbar--change-child {
        top: 19.467vw;
    }
}

/* End ご挨拶 */

/* 個人情報保護方針 */
.grid-800 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.privacy-1 {
    position: relative;
    padding-top: 122px;
    padding-bottom: 179px;
}

.privacy-1-dig,
.privacy-h3,
.privacy-ul p {

    letter-spacing: 0.25px;
    font-weight: bold;
    color: #000000;

}

.privacy-1-dig {
    font-size: 18px;
    line-height: 178%;
}

.privacy-h3 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 120%;
    margin-bottom: 29px;
}

.privacy-ul p {
    font-size: 16px;
    line-height: 200%;
}

.privacy-ul li {
    margin-top: 146px;
}

.privacy-ul li:first-child {
    margin-top: 85px;
}

.mb50 {
    margin-bottom: 33px;
}

@media(max-width : 1199px) {
    .grid-800 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .privacy-1 {
        position: relative;
        padding-top: 10.175vw;
        padding-bottom: 14.929vw;
    }

    .privacy-1-dig br {
        display: none;
    }

    .privacy-ul li:first-child {
        margin-top: 7.089vw;
    }

    .privacy-h3 {
        font-size: 2.502vw;
        margin-bottom: 2.002vw;
    }

    .privacy-ul li {
        margin-top: 12.177vw;
    }

    .mb50 {
        margin-bottom: 2.752vw;
    }
}

@media(max-width : 950px) {
    .privacy-h3 {
        font-size: 24px;
    }
}

@media(max-width: 750px) {
    .group_child_1 {
        height: 45.867vw;
    }

    .privacy-1-dig {
        font-size: 4.800vw;
    }

    .privacy-h3 {
        font-size: 6.400vw;
        margin-bottom: 3.333vw;
        line-height: 130%;
        letter-spacing: -0.5px;
    }

    .privacy-ul p {
        font-size: 4.267vw;
    }

    .privacy-1 {
        padding-top: 17.333vw;
        padding-bottom: 29.333vw;
    }

    .privacy-ul li:first-child {
        margin-top: 24vw;
    }

    .mb50 {
        margin-bottom: 7.333vw;
    }

    .privacy-ul li {
        margin-top: 22.333vw;
    }

    .privacy-ul li:nth-child(5) .privacy-h3 {
        letter-spacing: -3px;
    }
}

/* End 個人情報保護方針 */

/* 出雲殿グループ事業一覧 */
.busi-h4 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 110%;
    color: #000000;
    font-weight: bold;
    padding-left: 15px;
    border-left: 6px solid #000000;
}

.busi-h4 span {
    position: relative;
    top: 2px;
}

.ie .busi-h4 span {
    top: 6px;
}

.busi-h5 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 25px;
    padding-left: 10px;
}

.bussiness p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 200%;
    color: #000000;
    font-weight: bold;
}

.busi-dig.vs--1 {
/*
    background: rgb(224, 255, 255);
    background: linear-gradient(0deg, rgba(224, 255, 255, 0) 0%, rgba(225, 255, 255, 0.5) 50%, rgba(225, 255, 255, 0) 100%);
*/
    padding-right: 15px;
}

.busi-dig.vs--1 .busi-dig-left {
    margin-right: 40px;
}

.busi-dig.vs--2 {
/*
    background: rgb(253, 233, 255);
    background: linear-gradient(0deg, rgba(253, 233, 255, 0) 0%, rgba(255, 227, 255, 0.5) 50%, rgba(255, 227, 255, 0) 100%);
*/
    margin-top: 20px;
    padding-right: 78px;
}

.busi-dig.vs--2 .busi-dig-left {
    margin-right: 50px;
}

.busi-dig.vs--3 {
/*
    background: rgb(203, 175, 255);
    background: linear-gradient(0deg, rgba(203, 175, 255, 0) 0%, rgba(203, 175, 255, 0.5) 50%, rgba(203, 175, 255, 0) 100%);
*/
    margin-top: 15px;
    margin-bottom: 120px !important;
    padding-top: 43px;
    padding-bottom: 43px;
}

.busi-dig.vs--3 .busi-dig-left {
    margin-right: 48px;
}

.busi-dig.vs--4 {
/*
    background: rgb(71, 130, 255);
    background: linear-gradient(0deg, rgba(71, 130, 255, 0) 0%, rgba(71, 130, 255, 0.5) 50%, rgba(71, 130, 255, 0) 100%);
*/
    margin-top: 40px;
    margin-bottom: 40;
    padding-top: 32px;
    padding-bottom: 27px;
/*    display: block;
    text-align: center;*/
}

.busi-dig.vs--4 .busi-dig-right {
    margin-top: 15px;
}

.busi-dig5.vs--5 {
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 0px;
/*    display: block;*/
    text-align: center;
}

.busi-dig5 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.busi-dig {
    display: flex;
    align-items: center;
    justify-content: space-evenly; /*center*/
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 100px;
}

.busi-h3 {
    text-align: center;
    margin-bottom: 100px;
}

.mb-25 {
    margin-bottom: 25px;
}

.bussiness {
    position: relative;
    padding-top: 125px;
    padding-bottom: 323px;
}

.busi-dig-right p:first-child {
    padding-bottom: 5px;
}

.busi-dig-right p span {
    font-size: 12px;
    margin-right: 14px;
}

@media(max-width : 1280px) {
    .group-header-child .logo img {
        width: 270px;
    }
}

@media(max-width : 1199px) {
    .bussiness {
        position: relative;
        padding-top: 10.425vw;
        padding-bottom: 26.939vw;
    }

    .busi-h3 img {
        width: 37.364vw
    }

    .busi-h3 {
        margin-bottom: 8.34vw;
    }

    .busi-h5 {
        margin-top: 5.004vw;
        margin-bottom: 2.085vw;
    }

    .busi-h4 {
        font-size: 2.502vw;
    }

    .busi-dig.vs--2 {
        padding-right: 6.505vw;
    }

    .busi-dig {
        padding-top: 6.672vw;
        padding-bottom: 6.672vw;
        margin-bottom: 8.34vw;
    }

    .bg-line-child.vs--1::after,
    .bg-line-child.vs--1::before,
    .bg-line-child {
        height: 18.098vw;
        width: 12.844vw;
    }

    .group-header-child {
        padding-left: 11.676vw;
        padding-right: 4.17vw;
        padding-top: 3.503vw;
    }

    .group_child_h2 {
        font-size: 3.003vw;
        top: 1.334vw;
    }

    .group_child_h2::before {
        width: 17.515vw;
        height: 17.932vw;
    }
}

@media(max-width : 950px) {
    .busi-h5 {
        font-size: 18px;
    }

    .busi-h4 {
        font-size: 24px;
    }

    .busi-h3 img {
        width: 42.364vw
    }

    .bussiness p {
        font-size: 14px;
    }

    .group-header-child {
        padding-left: 4.17vw;
        padding-right: 4.17vw;
    }

    .group_child_1 {
        height: 50.594vw;
    }
}

@media(max-width : 750px) {
    .busi-h3 img {
        width: 44.533vw;
    }

    .bussiness {
        padding-top: 16vw;
        padding-bottom: 35.733vw;
    }

    .busi-h3 {
        margin-bottom: 20vw;
    }

    .busi-h4 {
        font-size: 5.333vw;
        border-left-width: 1.067vw;
        padding-left: 3.2vw;
    }

    .busi-h5 {
        font-size: 4.800vw;
        line-height: 110%;
        margin-top: 8vw;
        margin-bottom: 4vw;
        padding-left: 0;
    }

    .bussiness p {
        font-size: 3.733vw;
    }

    .busi-dig {
        flex-wrap: wrap;
    }

    .busi-dig-left,
    .busi-dig-right {
        width: 100%;
        text-align: center;
    }

    .busi-dig-right p span {
        font-size: 3.200vw;
    }

    .busi-dig-right p {
        font-size: 4.267vw;
    }

    .busi-dig-right {
        margin-top: 6vw;
    }

    .busi-dig {
        padding-top: 7.200vw;
        padding-bottom: 2vw;
        margin-bottom: 26.667vw;
        margin-top: 5.600vw;
        padding-right: 0 !important;
    }

    .busi-dig .busi-dig-left {
        margin-right: 0 !important;
    }

    .grid-800 {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .mb-25 {
        margin-bottom: 4.8vw;
    }

    .bg-line-child.vs--1::after,
    .bg-line-child.vs--1::before,
    .bg-line-child {
        height: 31.2vw;
        width: 100%;
        max-width: 22.133vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .busi-dig.vs--1 .busi-dig-left img {
        width: 29.600vw;
    }

    .busi-dig.vs--2 .busi-dig-left img {
        width: 64.800vw;
    }

    .busi-dig.vs--3 .busi-dig-left img {
        width: 42.667vw;
    }

    .busi-dig.vs--4 .busi-dig-left img {
        width: 80vw;
    }

    .busi-dig.vs--2 {
        padding-bottom: 5.333vw;
        margin-top: 6vw;
    }

    .busi-dig.vs--3,
    .busi-dig.vs--4 {
        padding-top: 4.8vw;
        padding-bottom: 6vw;
    }

    .busi-dig.vs--3 {
        margin-bottom: 26.667vw !important;
        margin-top: 2.667vw;
    }

    .busi-dig.vs--4 {
        margin-top: 5.333vw;
    }

    .group-header-child {
        padding-left: 4vw;
        padding-right: 4vw;
        padding-bottom: 4.533vw;
        padding-top: 8vw;
    }

    .group-header-child {
        justify-content: center;
    }

    .group-header-child .logo img {
        width: 39.467vw;
    }

    .group-header-child .navbar-toggler {
        position: absolute;
        right: 4vw;
        bottom: 2.667vw;
        top: auto;
    }

    .group_child_h2 {
        font-size: 5.333vw;
        top: -1.733vw;
    }

    .group_child_h2::before {
        width: 30.133vw;
        height: 30.933vw;
    }

    .group_child_1 {
        height: 45.867vw;
    }
}

@media(max-width : 480px) {
    .bussiness p {
        font-size: 14px;
    }
}

/* End 出雲殿グループ事業一覧 */

/* 出雲殿の考え方 */
.think-item:first-child {
    background-image: url(common/img/think-2.png);
    background-repeat: no-repeat;
    background-position: left 135px center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    background-size: 357px;
    padding-top: 50px;
}

.thinking-1 .think-item:first-child,
.thinking-2 .think-item:first-child {
    align-items: flex-start;
}

.thinking-1 .think-item:first-child {
    padding-top: 78px;
}

.thinking-2 .think-h5 span:last-child {
    padding-top: 22px;
}

.think-item:last-child:last-child {
    position: relative;
}

.think-item:last-child:last-child img {
    height: 332px;
}

/* think-dig 2  */
.think-dig:nth-child(2n) .think-item:first-child {
    order: 1;
    background-position: right 140px center;
    justify-content: flex-start;
}

.think-dig:nth-child(2n) .grid-455 {
    left: -50px;
    z-index: 1;
    max-width: 455px;
}

.think-dig:nth-child(2n) .grid-455 p {
    letter-spacing: -1.5px;
}

/* end think-dig 2 */
.think-h5 span,
.thinking p {
    letter-spacing: 0;
    font-weight: bold;
    color: #000000;
}

.think-h5 span {
    font-size: 22px;
    text-align: center;
    line-height: 120%;
    display: block;
    letter-spacing: -1.5px;
}

.think-h5 span:last-child {
    font-size: 40px;
    padding-top: 13px;
}

.thinking p {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: -1px;
}

.grid-455 {
    max-width: 436px;
    width: 100%;
    position: relative;
    right: -34px;
    z-index: 1;
}

.grid-455 p {
    letter-spacing: -0.5px;
}

.think-dig {
    margin-top: 80px;
}

.think-dig:first-child {
    margin-top: 68px;
}

.think-h5 {
    margin-bottom: 15px;
}

.think-3 ul {
    display: flex;
    justify-content: center;
}

.think-3 li {
    width: calc(100% / 3);
    background-image: url(common/img/think-8.jpg);
}

.think-3 a {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #000000;
    padding: 10px;
    position: relative;
}

.think-3 a strong {
    border: 1px solid transparent !important;
    display: flex;
    width: 100%;
    line-height: 52px;
    align-items: center;
    justify-content: center;
    transition: ease all 0.35s;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
}

.ie .think-3 a span {
    position: relative;
    top: 4px;
}

.think-3 a:hover strong,
.think-3 li.active a strong {
    border-color: #fff !important;
}

.think-3 a:hover,
.think-3 li.active a {
    background-color: rgba(0, 0, 0, 0.5);
}

.think-3 li:not(:last-child) a::before {
    content: "";
    width: 2px;
    height: 30px;
    border-radius: 25px;
    background-color: #FFFFFF;
    position: absolute;
    right: -1px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.think-2-img {
    margin-top: 80px;
    margin-bottom: 100px;
}

.thinking .busi-h4 {
    margin-bottom: 34px;
}

.thinking {
    position: relative;
}

.thinking .greet-h3 {
    margin-bottom: 87px;
}

.think-2 {
    margin-top: 100px;
}

.think-2-cont:last-child .think-2-img {
    margin-bottom: 213px;
}

.think-item img:last-child {
    display: none;
}

.hide-br-750 {
    display: none;
}

.span-sp {
    display: none;
}

/*  */
.thinking-1 .think-item:first-child {
    background-image: url(common/img/think_1-2.png);
}

/*  */
@media(max-width : 1199px) {
    .thinking-1 .think-item:first-child {
        padding-top: 6.505vw;
    }

    .think-item:last-child:last-child img {
        height: 27.690vw;
    }

    .think-item:first-child {
        background-size: contain;
        background-position: left 13.184vw center;
        padding-top: 4.170vw;
    }

    .think-h5 span:last-child {
        font-size: 3.906vw;
        padding-top: 13px;
        padding-top: 1.270vw;
    }

    .think-h5 span {
        font-size: 2.148vw;
    }

    .think-dig:nth-child(2n) .think-item:first-child {
        order: 1;
        background-position: right 13.672vw center;
        justify-content: flex-start;
    }

    .think-item-dif {
        background-position: left 4.672vw center !important;
    }

    .thinking .grid-800 {
        padding-left: 0;
        padding-right: 0;
    }

    .think-2-cont:last-child .think-2-img {
        margin-bottom: 17.765vw;
    }

    .think-2-img {
        margin-top: 6.672vw;
        margin-bottom: 6.672vw;
    }

    .thinking .busi-h4 {
        margin-bottom: 2.919vw;
    }
}

@media(max-width : 950px) {
    .thinking p {
        font-size: 14px;
    }

    .think-3 a strong {
        font-size: 16px;
    }
}

@media(max-width : 750px) {
    .think-item-dif {
        background-position: top !important;
    }

    .ie .think-3 a span {
        top: 0.933vw;
    }

    .span-sp {
        display: block;
    }

    .span-pc {
        display: none !important;
    }

    .think-item:last-child:last-child img {
        height: auto;
    }

    .hide-br-750 {
        display: block;
    }

    .thinking p {
        font-size: 4.267vw;
    }

    .think-h5 span {
        font-size: 4.800vw;
    }

    .think-h5 span:last-child {
        font-size: 8vw;
        padding-top: 6vw;
    }

    .grid-455,
    .think-dig:nth-child(2n) .grid-455 {
        max-width: 65.333vw;
        width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
        right: auto;
        left: auto;
    }

    .think-dig:nth-child(2n) .grid-455 {
        max-width: 70.333vw;
    }

    .grid-455 p,
    .think-dig:nth-child(2n) .grid-455 p {
        letter-spacing: -3.2px;
    }

    .think-dig:nth-child(2n) .think-item:first-child {
        background-position: center;
    }

    .think-item img:first-child {
        display: none;
    }

    .think-item img:last-child {
        display: block;
        width: 100%;
    }

    .thinking .grid-800 {
        padding-left: 0;
        padding-right: 0;
    }

    .think-item:first-child {
        order: 1;
        justify-content: flex-start;
    }

    .think-item:first-child {
        background-position: center;
        padding-top: 22.667vw !important;
        padding-bottom: 20vw !important;
        position: relative;
        top: -14.667vw;
        z-index: 9;
        background-image: url(common/img/think-2-sp.svg);
    }

    .think-h5 {
        margin-bottom: 4.533vw;
    }

    .think-dig:first-child {
        margin-top: 25.667vw;
    }

    .think-dig {
        margin-top: 8.667vw;
    }

    .thinking .greet-h3 {
        margin-bottom: 20vw;
    }

    .thinking .busi-h4 {
        margin-bottom: 5.919vw;
        font-size: 4.800vw;
        padding-left: 5.333vw;
        border-left-width: 1.067vw;
    }

    .think-dig:nth-child(3) {
        margin-top: -5.333vw;
    }

    .think-dig:nth-child(2) .think-item:first-child {
        top: -22.667vw;
    }

    .think-2 {
        margin-top: 7.333vw;
    }

    .think-2-img {
        margin-top: 8.672vw;
        margin-bottom: 28.672vw;
    }

    .think-2-cont:last-child .think-2-img {
        margin-bottom: 43.765vw;
    }

    .thinking {
        padding-top: 14.5vw;
        padding-bottom: 34.333vw;
    }

    .think-3 ul {
        flex-wrap: wrap;
        background-image: none;
    }

    .think-3 ul li {
        width: 100%;
        background-image: url(common/img/think-9.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .think-3 ul li:not(:first-child) {
        background-image: url(common/img/think-10.jpg);
        margin-top: 4.533vw;
    }

    .think-3 ul a {
        height: 19.200vw;
        padding: 2.667vw;
    }

    .think-3 ul a::before {
        display: none;
    }

    .think-3 ul a span {
        font-size: 4.800vw;
        line-height: 13.867vw;
    }

    /* .thinking-1 .think-item:first-child {
        background-image: url(common/img/think_1-2-sp.svg);
    } */
    .thinking-1 .think-item:first-child {
        background-size: contain;
    }

    .thinking-2 .think-item:first-child,
    .thinking-1 .think-item:first-child {
        background-position: top;
        padding-top: 17.667vw !important;
        padding-bottom: 1.333vw !important;
    }

    .thinking-1 .think-item:first-child {
        padding-top: 14.667vw !important;
    }

    .thinking-2 .think-dig:nth-child(2) .think-item:first-child,
    .thinking-1 .think-dig:nth-child(2) .think-item:first-child {
        padding-top: 21.667vw !important;
        padding-bottom: 12.333vw !important;
    }

    .thinking-1 .think-dig:nth-child(2) .think-item:first-child {
        padding-top: 17.667vw !important;
        padding-bottom: 15.5vw !important;
    }

    .thinking-2 .think-h5 span:last-child {
        padding-top: 0;
    }

    .thinking-2 .grid-455 p,
    .thinking-2 .think-dig:nth-child(2n) .grid-455 p,
    .thinking-1 .grid-455 p,
    .thinking-1 .think-dig:nth-child(2n) .grid-455 p {
        letter-spacing: -2.3px;
    }

    .thinking-2 .grid-455,
    .thinking-2 .think-dig:nth-child(2n) .grid-455,
    .thinking-1 .grid-455,
    .thinking-1 .think-dig:nth-child(2n) .grid-455 {
        max-width: 63.467vw;
    }

    .thinking-2 .think-dig:last-child .think-item:first-child {
        padding-top: 13.667vw !important;
        padding-bottom: 15.333vw !important;
        background-position: top;
    }

    .thinking-1 .think-dig:nth-child(2n) .think-item:first-child {
        background-position: top;
    }

    .thinking-1 .think-dig:nth-child(2) .think-item:first-child {
        top: -15.667vw;
    }
}

/* End 出雲殿の考え方 */

/* 出雲殿グループの理念 */
.phil-1 {
    background-image: url(common/img/phil-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 39.948vw;
    width: 100%;
    position: relative;
    margin-top: 48px;
    margin-bottom: 100px;
}

.phil-1-imgsp {
    display: none;
}

.phil-1-pos {
    max-width: 394px;
    width: 100%;
    margin: 0 auto;
    background: rgb(244, 236, 243);
    background: linear-gradient(0deg, rgba(207, 229, 237, 0.3) 0%, rgba(207, 229, 237, 1) 3%, rgba(244, 236, 243, 1) 87%, rgba(244, 236, 243, 0.3) 100%);
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 13px;
}

.philosophy {
    position: relative;
}

.phil-h4 {
    font-size: 30px;
    color: #251E1C;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 170%;
    margin-bottom: 44px;
}

.phil-h5 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 130%;
    padding-left: 40px;
}

.phil-1 p {
    padding-left: 55px;
    font-size: 16px;
    color: #251E1C;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 180%;
}

.phil-1-pos li:not(:last-child) {
    margin-bottom: 19px;
}

.phil-2 p {
    font-size: 24px;
    color: #251E1C;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 270%;
    padding-left: 86px;
}

.phil-2-h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #251E1C;
    padding: 19px 19px 15px;
    margin-bottom: 24px;
}

.ie .phil-2-h3 span {
    position: relative;
    top: 4px;
}

.phil-2-h3 span {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 100%;
}

.phil-2 {
    padding-bottom: 20px;
}

@media(max-width : 1199px) {
    .phil-1 {
        height: auto;
        margin-top: 4.003vw;
        margin-bottom: 8.34vw;
    }

    .phil-1-pos {
        height: auto;
        position: relative;
        left: 0;
        transform: translateX(0);
    }

    .phil-h4 {
        font-size: 2.502vw;
        margin-bottom: 3.67vw;
    }

    .phil-1-pos li:not(:last-child) {
        margin-bottom: 1.585vw;
    }

    .phil-2-h3 span {
        font-size: 2.502vw;
    }
}

@media (max-width : 950px) {
    .phil-h4 {
        font-size: 22px;
        margin-bottom: 1.8vw;
    }

    .phil-h5 {
        font-size: 18px;
        padding-left: 4.211vw;
    }

    .phil-1 p {
        padding-left: 5.789vw;
        font-size: 14px;
    }

    .phil-1-pos {
        padding: 15px;
    }

    .phil-2 p {
        font-size: 2.526vw;
    }
}

@media(max-width : 750px) {
    .philosophy .greet-h3 {
        text-align: left;
    }

    .philosophy .greet-h3 br {
        display: none;
    }

    .phil-1 {
        background-image: none;
        margin-top: 21.067vw;
        margin-bottom: 21.34vw;
    }

    .phil-1-imgsp {
        display: block;
        text-align: center;
    }

    .phil-1-pos {
        max-width: 100%;
        padding: 8vw 3.467vw;
    }

    .phil-h4 {
        font-size: 6.933vw;
        letter-spacing: -1px;
        margin-bottom: 9.8vw;
    }

    .phil-h5 {
        font-size: 4.800vw;
        padding-left: 8.53vw;
        letter-spacing: -0.3px;
    }

    .phil-1 p {
        font-size: 3.733vw;
        padding-left: 12.53vw;
    }

    .phil-1-pos li:not(:last-child) {
        margin-bottom: 4.585vw;
    }

    .phil-2-h3 span {
        font-size: 4.800vw;
    }

    .phil-2-h3 {
        padding: 3.200vw 3.200vw 2.667vw;
        margin-bottom: 6.667vw;
    }

    .phil-2 p {
        font-size: 4.267vw;
        padding-left: 0;
        line-height: 160%;
    }

    .phil-2 p span {
        display: block;
        padding-left: 8.333vw;
    }

    .phil-2 li:not(:last-child) {
        margin-bottom: 10.667vw;
    }

    .phil-2 li:first-child p {
        letter-spacing: -0.5px;
    }

    .phil-2 {
        padding-bottom: 0;
    }

    .philosophy {
        padding-bottom: 30.333vw;
    }
}

@media (max-width : 480px) {
    .ie .phil-2-h3 span {
        top: 2px;
    }
}

/* End 出雲殿グループの理念 */

/* 組織図 */
.organ-cont img:last-child {
    display: none;
}

.organ-cont:nth-child(2) {
    margin-top: 200px;
    margin-bottom: 200px;
}

.organization-chart {
    padding-top: 210px;
    padding-bottom: 210px;
    position: relative;
}

@media(max-width : 1199px) {
    .organ-cont:nth-child(2) {
        margin-top: 16.681vw;
        margin-bottom: 16.681vw;
    }

    .organization-chart {
        padding-top: 17.515vw;
        padding-bottom: 17.515vw;
    }
}

@media(max-width : 750px) {
    .organ-cont:nth-child(2) {
        margin-top: 26.667vw;
        margin-bottom: 26.667vw;
    }

    .organization-chart {
        padding-top: 26.667vw;
        padding-bottom: 28vw;
    }

    .organ-cont img:last-child {
        display: block;
    }

    .organ-cont img:first-child {
        display: none;
    }
}

/* End 組織図  */

/* 出雲殿グループ概要 */
.overview-ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -41px;
    margin-top: 78px;
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
}

.overview-ul li {
    width: calc((100% - 50.5px) / 2);
    margin-right: 50px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 41px;
}

.overview-ul li:nth-child(2n),
.overview-ul li:last-child {
    margin-right: 0;
}

.overview-ul li:not(:last-child) {
    background-color: #fff;
    box-shadow: 2px 4px 14px 1px #a3a3a3;
}

.overview-table {
    width: 100%;
}

.overview-table td {
    color: #000;
    letter-spacing: 0.25px;
    line-height: 130%;
    font-weight: bold;
    border-bottom: 1px solid #808080;
    padding-top: 12px;
}

.overview-table td:first-child {
    font-size: 14px;
    width: 100px;
}

.overview-table td:last-child {
    font-size: 12px;
    width: calc(100% - 100px);
    padding-left: 20px;
}

.overview-h4,
.overview-h5 {
    letter-spacing: 0;
    line-height: 139%;
    font-weight: bold;
    border-left: 7px solid #969696;
}

.overview-h4 {
    font-size: 24px;
    color: #000000;
    padding-left: 14px;
    margin-bottom: 5px;
}

.overview-ul li:last-child .overview-h4,
.overview-ul li:last-child .overview-h5 {
    color: #100000;
    margin-bottom: 11px;
}

.overview-h5 {
    font-size: 17px;
    border-left-width: 5px;
    padding-left: 17px;
}

.overview-ul li:first-child .overview-h4 {
    border-left-color: #4B9BC4;
}

.overview-ul li:nth-child(2) .overview-h4 {
    border-left-color: #6FA341;
}

.overview-ul li:nth-child(3) .overview-h4 {
    border-left-color: #CD7D12;
}

.overview-ul li:nth-child(4) .overview-h4 {
    border-left-color: #CD7D12;
}

.overview-ul li:nth-child(5) .overview-h4 {
    border-left-color: #BD5058;
}

.overview-h4 span,
.overview-h5 span {
    position: relative;
    top: 2px;
}

@media all and (-ms-high-contrast:none) {

    .overview-h4 span,
    .overview-h5 span {
        top: 5px;
    }
}

.overview {
    padding-bottom: 245px;
}

@media (max-width : 1199px) {
    .overview-ul li {
        width: calc((100% - 4.629vw) / 2);
        margin-right: 4.587vw;
        margin-bottom: 3.42vw;
    }

    .overview-h4 {
        font-size: 2.002vw;
    }

    .overview-ul {
        margin-top: 10.400vw;
        margin-bottom: -3.42vw;
    }
}

@media (max-width : 950px) {
    .overview-h4 {
        font-size: 18px;
    }

    .overview-table td:last-child {
        padding-left: 15px;
        letter-spacing: 0;
    }

    .overview-h5 {
        font-size: 16px;
    }
}

@media (max-width : 750px) {
    .overview .greet-h3 br {
        display: none;
    }

    .overview .greet-h3 {
        text-align: left;
    }

    .overview-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 13.333vw;
        padding: 4vw;
    }

    .overview-h4 {
        font-size: 5.333vw;
    }

    .overview-table td:first-child {
        font-size: 3.467vw;
        width: 26.667vw;
        line-height: 200%;
    }

    .overview-table td:last-child {
        padding-left: 4vw;
        font-size: 3.467vw;
        line-height: 200%;
        letter-spacing: -0.5px;
    }

    .overview-ul {
        margin-top: 20vw;
        margin-bottom: -13.333vw;
    }

    .overview-h5 {
        font-size: 4vw;
        border-width: 1.067vw;
        padding-left: 2vw;
    }

    .overview-h4 {
        border-width: 1.600vw;
        padding-left: 1.333vw;
    }

    .overview-ul li:last-child {
        padding: 0;
        margin-bottom: 1.867vw;
        margin-top: -2.667vw;
    }

    .overview-ul li:last-child .overview-h4,
    .overview-ul li:last-child .overview-h5 {
        margin-bottom: 2.667vw;
    }

    .overview-table td {
        padding-top: 1vw;
    }
}

/* End 出雲殿グループ概要 */

/* 建物の歴史 */
.building-ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 55px;
}

.building-ul li {
    width: calc((100% - 40.5px) / 3);
    margin-right: 20px;
    margin-bottom: 60px;
}

.building-ul li img {
    height: 228px;
    margin-bottom: 15px;
}

.building-ul li:nth-child(3n),
.building-ul li:last-child {
    margin-right: 0;
}

.building-dig1 {
    padding: 9px 35px;
    padding-right: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-bottom: 36px;
}

.building-dig1.vs--0 {
    background-image: url(common/img/build-51.jpg);
}

.building-dig1.vs--1 {
    background-image: url(common/img/build-53.jpg);
}

.building-dig1.vs--2 {
    background-image: url(common/img/build-55.jpg);
}

.building-dig1.vs--3 {
    background-image: url(common/img/build-57.jpg);
}

.building-ul-h4,
.building-ul-desc {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 140%;
    color: #251E1C;
}

.building-ul-desc p {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0;
}

.building-1 {
    position: relative;
    z-index: 99;
}

.building-ul-desc {
    margin-top: 4px;
}

.building-ul-dig {
    padding-top: 5px;
    padding-left: 4px;
}

.footer-anni-click-vs--1 {
    display: none;
}

.building-history {
    position: relative;
    padding-top: 180px;
    padding-bottom: 207px;
}

@media(max-width : 1199px) {
    .building-history {
        position: relative;
        padding-top: 15.013vw;
        padding-bottom: 17.264vw;
    }
}

@media (max-width : 1000px) {
    .building-ul li img {
        height: 22.800vw;
    }
}

@media (max-width : 950px) {
    .building-ul li {
        width: calc((100% - 40.5px) / 2);
        margin-right: 20px;
        margin-bottom: 6.316vw;
    }

    .building-ul li img {
        height: auto;
    }

    .building-ul li:nth-child(3n) {
        margin-right: 20px;
    }

    .building-ul li:nth-child(2n),
    .building-ul li:last-child {
        margin-right: 0;
    }

    .building-ul {
        margin-bottom: 6.316vw;
        justify-content: center;
    }
}

@media (max-width : 750px) {
    .building-dig1 {
        display: flex;
        align-items: center;
    }

    .building-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8.667vw;
    }

    .building-ul li img {
        height: 65.333vw;
        width: 100%;
    }

    .building-ul li:nth-child(3n) {
        margin-right: 0;
    }

    .building-ul li:nth-child(2n),
    .building-ul li:last-child {
        margin-right: 0;
    }

    .building-ul {
        margin-bottom: 28.3vw;
        justify-content: center;
        display: none;
    }

    .footer-anni-click-vs--1 {
        display: block;
        font-size: 4.8vw;
        position: relative;
    }

    .footer-anni-click-vs--1::before {
        content: "\002B";
        font-size: 3.733vw;
        color: #000000;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .footer-anni-click-vs--1.active::before {
        content: "\2212";
    }

    .building-dig1 {
        margin-bottom: 10.667vw;
        padding: 2.267vw 4vw;
        padding-right: 9.333vw;
        z-index: 999;
        position: relative;
        cursor: pointer;
    }

    .building-ul-h4 {
        font-size: 4.800vw;
    }

    .building-ul-desc p {
        font-size: 3.733vw;
    }

    .building-ul-desc {
        margin-top: 2vw;
    }

    .building-ul-dig {
        padding-top: 3.733vw;
        padding-left: 3.733vw;
    }

    .building-history {
        position: relative;
        padding-top: 33.333vw;
        padding-bottom: 38.667vw;

    }

    .building-dig1 img {
        height: 8.800vw;
        width: auto;
        margin-left: 5.200vw;
    }

    .ie .building-dig1:first-child img {
        height: 8.600vw;
    }

    .building-1:first-child .building-ul {
        display: block;
    }
}

/* End 建物の歴史 */

/* 互助会年史 */
.year-history {
    position: relative;
    padding-top: 100px;
    padding-bottom: 220px;
    background-image: url(common/img/his-100.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: cover;
}

.year-history-dig {
    position: relative;
    padding-bottom: 215px;
    padding-top: 104px;
}

.year-history-dig::before {
    top: 0;
    background: linear-gradient(0deg, rgba(96, 56, 19, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.year-history-dig::after {
    bottom: 0;
    background: linear-gradient(180deg, rgba(96, 56, 19, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.year-history-dig::after,
.year-history-dig::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 135px;
    width: 154px;
    z-index: 6;
    opacity: 0.5 !important;
}


.year-history-dig.multiply::before,
.year-history-dig.multiply::after {
    opacity: 1 !important;
}

.year-history-dig.multiply::before {
    top: 0;
    background: linear-gradient(0deg, rgba(96, 56, 19, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.year-history-dig.multiply::after {
    bottom: 0;
    background: linear-gradient(180deg, rgba(96, 56, 19, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.year-history-h4 {
    padding-left: 6px;
    position: relative;
    border-left: 7px solid #000000;
    z-index: 7;
}

.year-history-h4 strong:first-child {
    font-size: 21px;
    letter-spacing: -1.5px;
    line-height: 188%;
    font-weight: bold;
    color: #000000;
}

.year-history-h4.lt-p2 strong:first-child {
    letter-spacing: -2.3px;
}

.year-history-post {
    position: absolute;
    top: -24px;
}

.year-history-post span {
    display: block;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 120%;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.Safari .year-history-post span {
    position: relative;
    left: 5px;
}

.year-history-post span:last-child {
    letter-spacing: 2px;
    font-size: 36px;
    letter-spacing: 0.5px;
}

.year-history-post::before {
    content: "";
    display: block;
    width: 62px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: 20px;
}

.year-history-post.vs--0::before {
    left: -74px;
}

.Safari .corporate-01 .year-history-dig .year-history-post.vs--0::before {
    left: -65px;
}

.Safari .year-history-dig .year-his1-one .year-history-post.vs--0::before {
    left: -39px;
}

.year-history-post.vs--0 {
    right: -150px;
}

.year-history-post.vs--1 {
    left: -157px;
}

.Safari .year-history-post.vs--1 span {
    left: -5px;
    position: relative;
}

.year-history-post.vs--1::before {
    right: -73px;
}

.Safari .year-history-post.vs--1::before {
    right: -71px;
}


.year-history-item {
    width: calc((100% - 154.5px) / 2);
}

.year-history-item:first-child {
    padding-right: 35px;
}

.year-history-item:last-child {
    padding-top: 130px;
    margin-left: 154px;
    padding-left: 35px;
}

.his-h3 {
    font-size: 34px;
    color: #251E1C;
    text-align: center;
    line-height: 160%;
}

.year-history-dig p {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 200%;
    margin-top: 15px;
    padding-left: 5px;
}

.year-history-dig p.lt-0 {
    letter-spacing: 0;
}

.year-history-item>ul>li {
    margin-bottom: 92px;
}

.pt-20 {
    padding-top: 20px;
}

/* .year-history-item > ul > li.year-1946 {
    margin-bottom: 87px;
} */
.year-history-item>ul>li.year-1949 {
    margin-bottom: 98px;
}

.year-history-item>ul>li.year-1953 {
    margin-bottom: 14px;
}

.year-history-item>ul>li.year-1957 {
    margin-bottom: 112px;
}

.year-history-item>ul>li.year-1958 {
    margin-bottom: 223px;
}

.year-history-item>ul>li.year-1959 {
    margin-bottom: 45px;
}

.year-history-item>ul>li.year-1961 {
    margin-bottom: 190px;
}

.year-history-item>ul>li.year-1963 {
    margin-bottom: 119px;
}

.year-history-item>ul>li.year-1964 {
    margin-bottom: 189px;
}

.year-history-item>ul>li.year-1968 {
    margin-bottom: 220px;
}

.year-history-item>ul>li.year-1969 {
    margin-bottom: 233px;
}

.year-history-item>ul>li.year-1971 {
    margin-bottom: 48px;
}

.year-history-item>ul>li.year-1972 {
    margin-bottom: 145px;
}

.year-history-item>ul>li.year-1973 {
    margin-bottom: 90px;
}

.year-history-item>ul>li.year-1974 {
    margin-bottom: 40px;
}

.year-history-item>ul>li.year-1975 {
    margin-bottom: 40px;
}

.year-history-item>ul>li.year-1976 {
    margin-bottom: 50px;
}

.year-history-item>ul>li.year-1977 {
    margin-bottom: 34px;
}

.year-history-item>ul>li.year-1978,
.year-history-item>ul>li.year-1979 {
    margin-bottom: 35px;
}

.year-history-item>ul>li.year-1981 {
    margin-bottom: 50px;
}

.year-history-item>ul>li.year-1982 {
    margin-bottom: 30px;
}

.year-history-item>ul>li.year-1983 {
    margin-bottom: 30px;
}

.year-history-item>ul>li.year-1984 {
    margin-bottom: 210px;
}

.year-history-item>ul>li.year-1985 {
    margin-bottom: 35px;
}

.year-history-item>ul>li.year-1986 {
    margin-bottom: 100px;
}

.year-history-item>ul>li.year-1987 {
    margin-bottom: 40px;
}

.year-history-item>ul>li.year-1988 {
    margin-bottom: 125px;
}

.year-history-item>ul>li.year-1989 {
    margin-bottom: 92px;
}

.year-history-item>ul>li.year-1991 {
    margin-bottom: 115px;
}

.year-history-item>ul>li.year-1994 {
    margin-bottom: 95px;
}

.year-history-item>ul>li.year-1996 {
    margin-bottom: 47px;
}

.year-history-item>ul>li.year-1997 {
    margin-bottom: 87px;
}

.year-history-item>ul>li.year-1999 {
    margin-bottom: 150px;
}

.year-history-item>ul>li.year-2002 {
    margin-bottom: 45px;
}

.year-history-item>ul>li.year-2003,
.year-history-item>ul>li.year-2005 {
    margin-bottom: 35px;
}

.year-history-item>ul>li.year-2007 {
    margin-bottom: 38px;
}

.year-history-item>ul>li.year-2009 {
    margin-bottom: 300px;
}

.year-history-item>ul>li.year-2011 {
    margin-bottom: 30px;
}

.year-history-item>ul>li.year-2013 {
    margin-bottom: 40px;
}

.year-history-item>ul>li.year-2015 {
    margin-bottom: 42px;
}

.year-history-item>ul>li.year-2017 {
    margin-bottom: 42px;
}

.year-history-item>ul>li.year-1990 {
    margin-bottom: 120px;
}

.year-history-item>ul>li.year-1992 {
    margin-bottom: 145px;
}

.year-history-item>ul>li.year-1995 {
    margin-bottom: 40px;
}

.year-history-item>ul>li.year-1998 {
    margin-bottom: 42px;
}

.year-history-item>ul>li.year-2000 {
    margin-bottom: 120px;
}

.year-history-item>ul>li.year-2001 {
    margin-bottom: 40px;
}

.year-history-item>ul>li.year-2004 {
    margin-bottom: 45px;
}

.year-history-item>ul>li.year-2006 {
    margin-bottom: 50px;
}

.year-history-item>ul>li.year-2008 {
    margin-bottom: 80px;
}

.year-history-item>ul>li.year-2010 {
    margin-bottom: 40px;
}

.year-history-item>ul>li.year-2012 {
    margin-bottom: 170px;
}

.year-history-item>ul>li.year-2014 {
    margin-bottom: 290px;
}

.year-history-item>ul>li.year-2016 {
    margin-bottom: 40px;
}

.year-history-ul-child li {
    margin-bottom: 25px;
}

.year-1983 .year-history-post {
    top: -64px;
}

.year-1987 .year-history-post {
    top: -70px;
}

.year-1976.year-dif--1 .year-history-post.vs--0::after {
    height: 203px;
    bottom: -181px;
}

.year-1983 .year-history-post.vs--1::before,
.year-1987 .year-history-post.vs--1::before {
    right: -53px;
    width: 38px;
}

.Safari .year-1983 .year-history-post.vs--1::before,
.Safari .year-1987 .year-history-post.vs--1::before {
    right: -46.5px;
    width: 38px;
}

.year-1983 .year-history-ul-child::before {
    height: calc(100% - 76.5px);
    top: -23px;
}

.year-1987 .year-history-ul-child::before {
    height: calc(100% + 9px);
    top: -29px;
}

.year-1989.year-dif .year-history-post.vs--1 {
    top: -73px;
}

.year-1989 .year-history-h4-pos::before {
    left: -52px;
    width: 48px;
}

.Safari .year-1989 .year-history-h4-pos::before {
    left: -43px;
    width: 42px;
}

.year-1989.year-dif .year-history-post.vs--1::after {
    height: 51px;
    bottom: -29px;
}

.year-1990 .year-history-ul-child::before {
    height: calc(100% - 78.5px);
}

.year-1990 .year-history-post.vs--0::before {
    left: -74px;
}

.year-1994 .year-history-ul-child::before {
    height: calc(100% - 85.5px);
}

.year-1995 .year-history-ul-child::before,
.year-1997 .year-history-ul-child::before {
    height: calc(100% - 78.5px);
}

.year-1998 .year-history-ul-child.vs--0::before,
.year-2003 .year-history-ul-child::before,
.year-2004 .year-history-ul-child.vs--0::before,
.year-2007 .year-history-ul-child::before,
.year-2012 .year-history-ul-child.vs--0::before,
.year-2018 .year-history-ul-child.vs--0::before {
    display: none;
}

.year-1998.year-dif--1 .year-history-post.vs--0::after {
    height: 331px;
    bottom: -309px;
}

.year-2003.year-dif .year-history-post.vs--1::after {
    height: 172px;
    bottom: -150px;
    right: -49px;
}

.year-2003.year-dif .year-history-post.vs--1::before {
    width: 40px;
    right: -47px;
}

.year-2003 .year-history-h4-pos::before {
    left: -33px;
    width: 26px;
}

.Safari .year-2003 .year-history-h4-pos::before {
    left: -24px;
    width: 20px;
}

.year-1998.year-dif--1 .year-history-ul-child.vs--0 .year-history-h4-pos::before,
.year-2004.year-dif--1 .year-history-ul-child.vs--0 .year-history-h4-pos::before,
.year-2012.year-dif--1 .year-history-ul-child.vs--0 .year-history-h4-pos::before,
.year-2018.year-dif--1 .year-history-ul-child.vs--0 .year-history-h4-pos::before {
    right: -27px;
    left: auto;
    width: 20px;
}

.Safari .year-1998.year-dif--1 .year-history-ul-child.vs--0 .year-history-h4-pos::before,
.Safari .year-2004.year-dif--1 .year-history-ul-child.vs--0 .year-history-h4-pos::before,
.Safari .year-2012.year-dif--1 .year-history-ul-child.vs--0 .year-history-h4-pos::before,
.Safari .year-2018.year-dif--1 .year-history-ul-child.vs--0 .year-history-h4-pos::before {
    right: -20px;
}


.Safari .year-1998.year-his1-one .year-history-ul-child.vs--0 .year-history-h4-pos::before,
.Safari .year-2004.year-his1-one .year-history-ul-child.vs--0 .year-history-h4-pos::before {
    right: -25px;
}


.year-2004.year-dif--1 .year-history-post.vs--0::after {
    height: 232px;
    bottom: -210px;
}

.Safari .year-2004.year-his1-one .year-history-post.vs--0::after {
    height: 230px;
    bottom: -209px;
}

.year-2004.year-dif--1 .year-history-post.vs--0 {
    top: -149px;
}

.year-1999 .year-history-ul-child::before {
    height: calc(100% - 156.5px);
}

.year-2001 .year-history-ul-child::before {
    height: calc(100% - 78.5px);
}

.year-2005 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

.year-2006 .year-history-ul-child::before,
.year-2009 .year-history-ul-child::before {
    height: calc(100% - 78.5px);
}

.year-2007.year-dif .year-history-post.vs--1 {
    top: -153px;
}

.year-2007 .year-history-h4-pos::before {
    left: -52px;
    width: 48px;
}

.Safari .year-2007 .year-history-h4-pos::before {
    left: -43px;
    width: 38px;
}

.year-2007.year-dif .year-history-post.vs--1::after {
    height: 194px;
    bottom: -172px;
}

.year-2011 .year-history-ul-child::before {
    height: calc(100% - 117.5px);
}

.year-2012.year-dif--1 .year-history-post.vs--0 {
    top: -58px;
}

.year-2012.year-dif--1 .year-history-post.vs--0::after {
    height: 244px;
    bottom: -222px;
}

.year-2013 .year-history-post {
    top: -67px;
}
/*
.year-2013 .year-history-post.vs--1::before,
.year-2017 .year-history-post.vs--1::before {
    right: -54px;
    width: 40px;
}
*/
.year-2013 .year-history-post.vs--1::before {
    right: -74px; /*-54px;*/
    width: 62px; /*40px;*/
}

.Safari .year-2013 .year-history-post.vs--1::before,
.Safari .year-2017 .year-history-post.vs--1::before {
    right: -46px;
    width: 36px;
}

.year-2013 .year-history-ul-child::before {
    height: calc(100% - 78.5px); /*calc(100% - 34.5px);*/
    /*top: -25px;*/
}

.year-2014 .year-history-ul-child::before {

    height: calc(100% - 78.5px);
}

.year-2016 .year-history-ul-child::before {
    height: calc(100% - 117.5px); /*calc(100% - 78.5px);*/
}

.year-2023 .year-history-ul-child::before {
    height: calc(100% - 158.5px);
}

.year-2017 .year-history-post {
    top: -24px; /*-42px;*/
}

/*  */
.year-history-ul-child li:last-child {
    margin-bottom: 0;
}

.year-history-ul-child {
    position: relative;

}

.year-history-ul-child::before {
    position: absolute;
    content: "";
    left: -20px;
    width: 2px;
    height: calc(100% - 78.5px); /*calc(100% - 38.5px);*/
    background-color: #000000;
    top: 18px;
}

.year-1970 .year-history-ul-child::before {
    position: absolute;
    content: "";
    left: -20px;
    width: 2px;
    height: calc(100% - 38.5px);
    background-color: #000000;
    top: 18px;
}

.year-1982 .year-history-ul-child::before {
    position: absolute;
    content: "";
    left: -20px;
    width: 2px;
    height: calc(100% - 38.5px);
    background-color: #000000;
    top: 18px;
}

.year-1988 .year-history-ul-child::before {
    position: absolute;
    content: "";
    left: -20px;
    width: 2px;
    height: calc(100% - 38.5px);
    background-color: #000000;
    top: 18px;
}

.year-1992 .year-history-ul-child::before {
    position: absolute;
    content: "";
    left: -20px;
    width: 2px;
    height: calc(100% - 38.5px);
    background-color: #000000;
    top: 18px;
}

.year-1993 .year-history-ul-child::before {
    position: absolute;
    content: "";
    left: -20px;
    width: 2px;
    height: calc(100% - 38.5px);
    background-color: #000000;
    top: 18px;
}

.year-history-ul-child.vs--0::before {
    left: auto;
    right: -20px;
    top: 17.5px;
}

.year-1972 .year-history-ul-child.vs--0::before {
    height: calc(100% - 78.5px);
}

.year-1973 .year-history-ul-child::before {
    height: calc(100% - 117.5px);
}

.year-1980 .year-history-ul-child::before {
    height: calc(100% - 165.5px);
}

.year-history-ul-child.vs--0 .year-history-h4-pos::before {
    right: -20px;
    left: auto;
    width: 15px;
    width: 21px;
}

.year-history-h4-pos {
    position: relative;
}

.year-history-h4-pos::before {
    position: absolute;
    content: "";
    left: -25px;
    width: 20px;
    height: 2px;
    background-color: #000000;
    top: 17px;
}

.Safari .year-2018 li:last-child .year-history-h4-pos::before {
    top: 21px;
}

.Safari .year-history-h4-pos::before {
    left: -26px;
}


.year-dif .year-history-post.vs--1::after {
    position: absolute;
    content: "";
    right: -30px;
    width: 2px;
    height: 69px;
    background-color: #000000;
    bottom: -47px;
}


.Safari .year-1963 .year-history-post.vs--1::before {
    width: 16px;
    right: -21px;
}

.Safari .year-1963 .year-history-post.vs--1::after {
    right: -21px;
}

.year-dif .year-history-post.vs--1::before {
    width: 20px;
    right: -28px;
}

.year-dif .year-history-post.vs--1 {
    top: -91px;
}

.year-1963 .year-history-h4-pos::before {
    left: -52px;
    width: 48px;
}

.year-dif--1 .year-history-post.vs--0 {
    top: -224px;
}

.year-dif--1 .year-history-post.vs--0::before {
    width: 31px;
    left: -46px;
}

.year-dif--1 .year-history-h4-pos::before {
    right: -27px;
    left: auto;
}

.Safari .marriage-01 .year-history-h4-pos::before,
.Safari .year-1976 .year-history-h4-pos::before {
    right: -20px;
}

.Safari .year-his1-one .year-history-h4-pos::before {
    right: -27px;
}

.year-dif--1 .year-history-post.vs--0::after {
    position: absolute;
    content: "";
    left: -46px;
    width: 2px;
    height: 203px;
    background-color: #000000;
    bottom: -181px;
}

.Safari .year-his1-one .year-history-post.vs--0::after {
    left: -39px;
}


.year-1977 .year-history-post.vs--1 {
    top: -70px;
}

.year-1977 .year-history-post.vs--1::before {
    right: -54px;
    width: 38px;
}

.Safari .year-1977 .year-history-post.vs--1::before {
    right: -46px;
}


.year-1977 .year-history-ul-child::before {
    height: calc(100% - 30px);
    top: -30px;
}

.year-2017 .year-history-ul-child::before {
    height: calc(100% - 77.5px); /*calc(100% - 136.5px);*/
    /*top: -2px;*/
}

.year-2019 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

.year-2021 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

.year-2024 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

.year-2018.year-dif--1 .year-history-post.vs--0 {
    top: -103px;
}

.year-2018.year-dif--1 .year-history-post.vs--0::after {
    height: 751px;
    bottom: -730px;
}

.year-history-item>ul>li.year-2024 {
    margin-bottom: 0px;
}

.year-histor-btn li {
    width: calc(100% / 5);
}

.bg-line-child.vs--5 {
    height: calc(100% - 270px) !important;
    margin-top: 135px;
    opacity: 1;
    background-color: rgba(96, 56, 19, 0.8);
    background-blend-mode: multiply;
}

li.sp_shows_005 {
    display: none;
}

/* 葬祭年史 */
.funeral-year-history .year-history-item>ul>li.year-1946 {
    margin-bottom: 190px;
}

.funeral-year-history .year-history-item>ul>li.year-1947 {
    margin-bottom: 150px;
}

.funeral-year-history .year-history-item>ul>li.year-1948 {
    margin-bottom: 223px;
}

.funeral-year-history .year-history-item>ul>li.year-1949 {
    margin-bottom: 192px;
}

.funeral-year-history .year-history-item>ul>li.year-1951 {
    margin-bottom: 222px;
}

.funeral-year-history .year-history-item>ul>li.year-1953 {
    margin-bottom: 229px;
}

.funeral-year-history .year-history-item>ul>li.year-1956 {
    margin-bottom: 260px;
}

.funeral-year-history .year-history-item>ul>li.year-1960 {
    margin-bottom: 180px;
}

.funeral-year-history .year-history-item>ul>li.year-1964 {
    margin-bottom: 222px;
}

.funeral-year-history .year-history-item>ul>li.year-1967 {
    margin-bottom: 178px;
}

.funeral-year-history .year-history-item>ul>li.year-1970 {
    margin-bottom: 80px;
}

.funeral-year-history .year-history-item>ul>li.year-1971 {
    margin-bottom: 100px;
}

.funeral-year-history .year-history-item>ul>li.year-1975 {
    margin-bottom: 28px;
}

.funeral-year-history .year-history-item>ul>li.year-1976 {
    margin-bottom: 224px;
}

.funeral-year-history .year-history-item>ul>li.year-1977 {
    margin-bottom: 225px;
}

.funeral-year-history .year-history-item>ul>li.year-1980 {
    margin-bottom: 222px;
}

.funeral-year-history .year-history-item>ul>li.year-1984 {
    margin-bottom: 224px;
}

.funeral-year-history .year-history-item>ul>li.year-1985 {
    margin-bottom: 115px;
}

.funeral-year-history .year-history-item>ul>li.year-1987 {
    margin-bottom: 225px;
}

.funeral-year-history .year-history-item>ul>li.year-1988 {
    margin-bottom: 190px;
}

.funeral-year-history .year-history-item>ul>li.year-1989 {
    margin-bottom: 184px;
}

.funeral-year-history .year-history-item>ul>li.year-1990 {
    margin-bottom: 110px;
}

.funeral-year-history .year-history-item>ul>li.year-1991 {
    margin-bottom: 132px;
}

.funeral-year-history .year-history-item>ul>li.year-1993 {
    margin-bottom: 60px;
}

.funeral-year-history .year-history-item>ul>li.year-1994 {
    margin-bottom: 40px;
}

.funeral-year-history .year-history-item>ul>li.year-1995 {
    margin-bottom: 50px;
}

.funeral-year-history .year-history-item>ul>li.year-1996 {
    margin-bottom: 64px;
}

.funeral-year-history .year-history-item>ul>li.year-1997 {
    margin-bottom: 105px;
}

.funeral-year-history .year-history-item>ul>li.year-1999 {
    margin-bottom: 38px;
}

.funeral-year-history .year-history-item>ul>li.year-2000 {
    margin-bottom: 150px;
}

.funeral-year-history .year-history-item>ul>li.year-2002 {
    margin-bottom: 65px;
}

.funeral-year-history .year-history-item>ul>li.year-2004 {
    margin-bottom: 90px;
}

.funeral-year-history .year-history-item>ul>li.year-2005 {
    margin-bottom: 115px;
}

.funeral-year-history .year-history-item>ul>li.year-2006 {
    margin-bottom: 225px;
}

.funeral-year-history .year-history-item>ul>li.year-2007 {
    margin-bottom: 140px;
}

.funeral-year-history .year-history-item>ul>li.year-2008 {
    margin-bottom: 180px;
}

.funeral-year-history .year-history-item>ul>li.year-2009 {
    margin-bottom: 57px;
}

.funeral-year-history .year-history-item>ul>li.year-2010 {
    margin-bottom: 180px;
}

.funeral-year-history .year-history-item>ul>li.year-2012 {
    margin-bottom: 55px;
}

.funeral-year-history .year-1971 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

.funeral-year-history .year-1975 .year-history-ul-child::before {
    height: calc(100% - 187.5px);
}

.funeral-year-history .year-1985 .year-history-ul-child::before {
    height: calc(100% - 78.5px);
}

.funeral-year-history .year-history-post {
    top: -24px;
}

.funeral-year-history .year-1994 .year-history-ul-child::before {
    height: calc(100% - 156.5px);
}

.funeral-year-history .year-1994 .year-history-ul-child li:first-child {
    margin-bottom: 40px;
}

.funeral-year-history .year-1995 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

.funeral-year-history .year-1996.year-dif--1 .year-history-post.vs--0 {
    top: -195px;
}

.funeral-year-history .year-1996 .year-history-ul-child.vs--0 .year-history-h4-pos::before,
.funeral-year-history .year-2002 .year-history-ul-child.vs--0 .year-history-h4-pos::before {
    right: -27px;
    left: auto;
}

.Safari .funeral-year-history .year-1996 .year-history-ul-child.vs--0 .year-history-h4-pos::before,
.Safari .funeral-year-history .year-2002 .year-history-ul-child.vs--0 .year-history-h4-pos::before {
    right: -20px;
}

.funeral-year-history .year-1996 .year-history-ul-child.vs--0::before,
.funeral-year-history .year-2002 .year-history-ul-child.vs--0::before {
    display: none;
}

.funeral-year-history .year-1996.year-dif--1 .year-history-post.vs--0::after {
    height: 277px;
    bottom: -256px;
}

.funeral-year-history .year-1999 .year-history-post.vs--0::before,
.funeral-year-history .year-2005 .year-history-post.vs--0::before,
.funeral-year-history .year-2015 .year-history-post.vs--0::before {
    width: 16px;
    left: -25px;
}

.funeral-year-history .year-history-dig .year-1999 p {
    margin-top: 40px;
}

.funeral-year-history .year-1999 .year-history-post.vs--0::after,
.funeral-year-history .year-2005 .year-history-post.vs--0::after,
.funeral-year-history .year-2015 .year-history-post.vs--0::after {
    position: absolute;
    content: "";
    left: -27px;
    width: 2px;
    height: 180px;
    background-color: #000000;
    bottom: -158px;
}

.funeral-year-history .year-2005 .year-history-post.vs--0::after {
    height: 117px;
    bottom: -95px;
}

.funeral-year-history .year-2015 .year-history-post.vs--0::after {
    height: 189px;
    bottom: -167px;
}

.funeral-year-history .year-1999 .year-history-post {
    top: -202px;
}

.funeral-year-history .year-2015 .year-history-post {
    top: -210px;
}

.funeral-year-history .year-2005 .year-history-post {
    top: -138px;
}

.funeral-year-history .year-1999 .year-history-h4-pos::before,
.funeral-year-history .year-2005 .year-history-h4-pos::before,
.funeral-year-history .year-2015 .year-history-h4-pos::before {
    left: auto;
    right: -46px;
    width: 45px;
}


.Safari .funeral-year-history .year-1999 .year-history-h4-pos::before,
.Safari .funeral-year-history .year-2005 .year-history-h4-pos::before,
.Safari .funeral-year-history .year-2015 .year-history-h4-pos::before {
    right: -39px;
}

.Safari .funeral-year-history .year-2011 .year-history-h4-pos::before {
    right: -20px;
}

.Safari .funeral-year-history .year-his1-one .year-history-h4-pos::before {
    right: -25px;
}

.funeral-year-history .year-1997 .year-history-post::after {
    height: 118px;
    bottom: -96px;
    position: absolute;
    content: "";
    right: -30px;
    width: 2px;
    background-color: #000000;
}

.funeral-year-history .year-1997 .year-history-post::before {

    width: 20px;
    right: -28px;
}

.funeral-year-history .year-1997 .year-history-post.vs--1 {
    top: -139px;
}

.funeral-year-history .year-1997 .year-history-h4-pos::before {
    left: -52px;
    width: 48px;
}

.Safari .funeral-year-history .y584685 .year-history-h4-pos::before {
    left: -43px;
    width: 41px;
}


.funeral-year-history .year-2002.year-dif--1 .year-history-post.vs--0 {
    top: -165px;
}

.funeral-year-history .year-2002.year-dif--1 .year-history-post.vs--0::after {
    height: 245px;
    bottom: -225px;
}

.funeral-year-history .year-2012 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

.funeral-year-history .year-2019 .year-history-ul-child::before {
    height: calc(100% - 117.5px);
}

.funeral-year-history .year-2011.year-dif--1 .year-history-post.vs--0 {
    top: -374px;
}

.funeral-year-history .year-2011 .year-history-post.vs--0::after {
    height: 352px;
    bottom: -331px;
}

.funeral-year-history .year-history-item>ul>li.year-2019 {
    margin-bottom: 0;
}

.funeral-year-history {
    background-image: url(common/img/his-3.png);
}

/* 冠婚年史  */
.marriage-year-history .year-history-item>ul>li.year-1923 {
    margin-bottom: 70px;
}

.marriage-year-history .year-history-item>ul>li.year-1951 {
    margin-bottom: 37px;
}

.marriage-year-history .year-history-item>ul>li.year-1957 {
    margin-bottom: 168px;
}

.marriage-year-history .year-history-item>ul>li.year-1959 {
    margin-bottom: 45px;
}

.marriage-year-history .year-history-item>ul>li.year-1965 {
    margin-bottom: 135px;
}

.marriage-year-history .year-history-item>ul>li.year-1968 {
    margin-bottom: 225px;
}

.marriage-year-history .year-history-item>ul>li.year-1970 {
    margin-bottom: 110px;
}

.marriage-year-history .year-history-item>ul>li.year-1973 {
    margin-bottom: 65px;
}

.marriage-year-history .year-history-item>ul>li.year-1975 {
    margin-bottom: 173px;
}

.marriage-year-history .year-history-item>ul>li.year-1979 {
    margin-bottom: 180px;
}

.marriage-year-history .year-history-item>ul>li.year-1983 {
    margin-bottom: 222px;
}

.marriage-year-history .year-history-item>ul>li.year-1985 {
    margin-bottom: 90px;
}

.marriage-year-history .year-history-item>ul>li.year-1989 {
    margin-bottom: 182px;
}

.marriage-year-history .year-history-item>ul>li.year-1991 {
    margin-bottom: 181px;
}

.marriage-year-history .year-history-item>ul>li.year-1993 {
    margin-bottom: 222px;
}

.marriage-year-history .year-history-item>ul>li.year-1996 {
    margin-bottom: 228px;
}

.marriage-year-history .year-history-item>ul>li.year-1998 {
    margin-bottom: 181px;
}

.marriage-year-history .year-history-item>ul>li.year-2001 {
    margin-bottom: 108px;
}

.marriage-year-history .year-history-item>ul>li.year-2008 {
    margin-bottom: 178px;
}

.marriage-year-history .year-history-item>ul>li.year-2015 {
    margin-bottom: 172px;
}

.marriage-year-history .year-history-item>ul>li.year-1947 {
    margin-bottom: 30px;
}

.marriage-year-history .year-history-item>ul>li.year-1955 {
    margin-bottom: 220px;
}

.marriage-year-history .year-history-item>ul>li.year-1958 {
    margin-bottom: 225px;
}

.marriage-year-history .year-history-item>ul>li.year-1960 {
    margin-bottom: 70px;
}

.marriage-year-history .year-history-item>ul>li.year-1967 {
    margin-bottom: 230px;
}

.marriage-year-history .year-history-item>ul>li.year-1969 {
    margin-bottom: 180px;
}

.marriage-year-history .year-history-item>ul>li.year-1972 {
    margin-bottom: 64px;
}

.marriage-year-history .year-history-item>ul>li.year-1974 {
    margin-bottom: 180px;
}

.marriage-year-history .year-history-item>ul>li.year-1977 {
    margin-bottom: 105px;
}

.marriage-year-history .year-history-item>ul>li.year-1982 {
    margin-bottom: 180px;
}

.marriage-year-history .year-history-item>ul>li.year-1984 {
    margin-bottom: 180px;
}

.marriage-year-history .year-history-item>ul>li.year-1986 {
    margin-bottom: 220px;
}

.marriage-year-history .year-history-item>ul>li.year-1988 {
    margin-bottom: 178px;
}

.marriage-year-history .year-history-item>ul>li.year-1990 {
    margin-bottom: 180px;
}

.marriage-year-history .year-history-item>ul>li.year-1992 {
    margin-bottom: 120px;
}

.marriage-year-history .year-history-item>ul>li.year-1995 {
    margin-bottom: 120px;
}

.marriage-year-history .year-history-item>ul>li.year-1997 {
    margin-bottom: 140px;
}

.marriage-year-history .year-history-item>ul>li.year-2000 {
    margin-bottom: 230px;
}

.marriage-year-history .year-history-item>ul>li.year-2004 {
    margin-bottom: 220px;
}

.marriage-year-history .year-history-item>ul>li.year-2010 {
    margin-bottom: 178px;
}

.marriage-year-history .year-history-item>ul>li.year-2019 {
    margin-bottom: 0;
}

.marriage-year-history .year-1951 .year-history-ul-child::before {
    height: calc(100% - 78.5px);
}

.marriage-year-history .year-1973 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

.marriage-year-history .year-1977 .year-history-ul-child::before {
    height: calc(100% + 8px);
    top: -29px;
}

.marriage-year-history .year-1983 .year-history-post,
.marriage-year-history .year-1987 .year-history-post {
    top: -24px;
}

.marriage-year-history .year-1987 .year-history-ul-child::before {
    height: calc(100% - 78.5px);
    top: 18px;
}

.marriage-year-history .year-2001 .year-history-ul-child::before {
    height: calc(100% - 38.5px);
}

.marriage-year-history .year-2001 .year-history-h4 strong:first-child,
.marriage-year-history .year-2004 .year-history-h4 strong:first-child,
.marriage-year-history .year-2000 .year-history-h4 strong:first-child {
    letter-spacing: -2.3px;
}

.marriage-year-history .year-2018 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

.Safari .marriage-year-history .year-2018 .year-history-ul-child::before {
    height: calc(100% - 73.5px);
}

.marriage-year-history .year-1965.year-dif--1 .year-history-post.vs--0 {
    top: -116px;
}

.marriage-year-history {
    background-image: url(common/img/his-4.png);
}

.year-dif--1 .year-history-post.vs--0::after {
    height: 93px;
    bottom: -73px;
}

.tabcontent {
    display: none;
}

.tabcontent.vs--0 {
    display: block;
}

.tab,
.cor-dig-title {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.tab {
    background-image: url(common/img/cor-1.jpg);
    display: flex;
    box-shadow: 6px 3px #979797;
    position: relative;
}

.cor-dig-title {
    background-image: url(common/img/cor-7.jpg);
    max-width: 800px;
    padding: 13.5px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}

.cor-dig-title img:last-child {
    display: none;
}

.tablinks {
    width: calc(100% / 5);
    text-align: center;
    background-color: transparent;
    border: none;
    transition: ease all 0.35s;
    padding: 11px 0;
    cursor: pointer;
    position: relative;
}

.tablinks:first-child:hover,
.tablinks:first-child.active {
    background-color: #CAFFFF;
}

.tablinks:nth-child(2):hover,
.tablinks:nth-child(2).active {
    background-color: #CAFFCA;
}

.tablinks:nth-child(3):hover,
.tablinks:nth-child(3).active {
    background-color: #FFFFCA;
}

.tablinks:nth-child(4):hover,
.tablinks:nth-child(4).active {
    background-color: #FFCA97;
}

.tablinks:last-child:hover,
.tablinks:last-child.active {
    background-color: #FFCACA;
}

.cor-year {
    background-image: url(common/img/cor-10_1.jpg);
}

#tab-2452 .year-history-dig .year-1932 p {
    letter-spacing: -1.2px;
}

#tab-2452 .year-history-item>ul>li.year-1924 {
    margin-bottom: 60px;
}

#tab-2452 .year-history-item>ul>li.year-1945 {
    margin-bottom: 155px;
}

#tab-2452 .year-history-item>ul>li.year-1932 {
    margin-bottom: 62px;
}

#tab-2452 .year-history-item>ul>li.year-1946 {
    margin-bottom: 250px;
}

#tab-2452 .year-history-item>ul>li.year-1950,
#tab-2452 .year-history-item>ul>li.year-1947 {
    margin-bottom: 0 !important;
}

/* .cor-year .year-history-item:last-child {
    padding-top: 150px;
} */
#tab-5375 .year-history-item>ul>li.year-1953 {
    margin-bottom: 130px;
}

#tab-5375 .year-history-item>ul>li.year-1960 {
    margin-bottom: 178px;
}

#tab-5375 .year-history-item>ul>li.year-1962 {
    margin-bottom: 285px;
}

#tab-5375 .year-history-item>ul>li.year-1966 {
    margin-bottom: 110px;
}

#tab-5375 .year-history-item>ul>li.year-1968 {
    margin-bottom: 225px;
}

#tab-5375 .year-history-item>ul>li.year-1970 {
    margin-bottom: 150px;
}

#tab-5375 .year-history-item>ul>li.year-1972 {
    margin-bottom: 20px;
}

#tab-5375 .year-history-item>ul>li.year-1956 {
    margin-bottom: 165px;
}

#tab-5375 .year-history-item>ul>li.year-1961 {
    margin-bottom: 245px;
}

#tab-5375 .year-history-item>ul>li.year-1965 {
    margin-bottom: 240px;
}

#tab-5375 .year-history-item>ul>li.year-1967 {
    margin-bottom: 61px;
}

#tab-5375 .year-history-item>ul>li.year-1969 {
    margin-bottom: 178px;
}

#tab-5375 .year-history-item>ul>li.year-1971 {
    margin-bottom: 155px;
}

#tab-5375 .year-history-item>ul>li.year-1973 {
    margin-bottom: 65px;
}

#tab-5375 .year-1966 .year-history-ul-child::before,
#tab-5375 .year-1974 .year-history-ul-child::before {
    height: calc(100% - 78.5px);
}

.Safari #tab-5375 .year-1966 .year-history-ul-child::before,
.Safari #tab-5375 .year-1974 .year-history-ul-child::before {
    height: calc(100% - 76.5px);
}

#tab-5375 .year-1972 .year-history-ul-child.vs--0::before {
    height: calc(100% - 219.5px);
}

#tab-5375 .year-1973 .year-history-ul-child::before {
    height: calc(100% - 38.5px);
}

#tab-5375 .year-1975 .year-history-ul-child::before {
    height: calc(100% - 117.5px);
}

#tab-5375 .year-history-item>ul>li.year-1975 {
    margin-bottom: 0 !important;
}

.pr2 {
    padding-right: 2px;
}

.ds-flex {
    display: flex;
}

#tab-7691 .year-history-h4 strong:first-child {
    letter-spacing: -2.5px;
}

#tab-7691 .year-1976 .year-history-ul-child::before {
    height: calc(100% - 118.5px);
}

.Safari #tab-7691 .year-1976 .year-history-ul-child::before {
    height: calc(100% - 116.5px);
}

#tab-7691 .year-1978 .year-history-ul-child::before {
    /*height: calc(100% - 157.5px);*/
    height: calc(100% - 77.5px);
}

.Safari #tab-7691 .year-1978 .year-history-ul-child::before {
    height: calc(100% - 155.5px);
}

#tab-7691 .year-1981 .year-history-ul-child::before {
    height: calc(100% - 77.5px); /*calc(100% - 117.5px);*/
}

.Safari #tab-7691 .year-1981 .year-history-ul-child::before {
    height: calc(100% - 115.5px);
}

#tab-7691 .year-1983 .year-history-post,
#tab-7691 .year-1987 .year-history-post {
    top: -24px;
}

#tab-7691 .year-1983 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
    top: 17px;
}

#tab-7691 .year-1985 .year-history-ul-child::before,
#tab-7691 .year-1989 .year-history-ul-child::before,
#tab-7691 .year-1991 .year-history-ul-child::before {
    height: calc(100% - 78.5px);
}

#tab-7691 .year-1987 .year-history-ul-child::before {
    height: calc(100% - 38.5px);
}

#tab-7691 .year-1979 .year-history-ul-child::before,
#tab-7691 .year-1984 .year-history-ul-child::before,
#tab-7691 .year-1986 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

#tab-7691 .year-1980 .year-history-ul-child::before {
    height: calc(100% - 78.0px); /*calc(100% - 157.5px);*/
}

.Safari #tab-7691 .year-1980 .year-history-ul-child::before {
    height: calc(100% - 155.5px);
}

#tab-7691 .year-1990 .year-history-ul-child::before {
    height: calc(100% - 38.5px); /*calc(100% - 117.5px);*/
}

.Safari #tab-7691 .year-1990 .year-history-ul-child::before {
    height: calc(100% - 115.5px);
}

#tab-7691 .year-history-item>ul>li.year-1976 {
    margin-bottom: 30px;
}

#tab-7691 .year-history-item>ul>li.year-1978 {
    margin-bottom: 55px;
}

#tab-7691 .year-history-item>ul>li.year-1981,
#tab-7691 .year-history-item>ul>li.year-1983 {
    margin-bottom: 37px;
}

#tab-7691 .year-history-item>ul>li.year-1985,
#tab-7691 .year-history-item>ul>li.year-1989 {
    margin-bottom: 65px;
}

#tab-7691 .year-history-item>ul>li.year-1987 {
    margin-bottom: 57px;
}

#tab-7691 .year-history-item>ul>li.year-1991 {
    margin-bottom: 0 !important;
}

#tab-7691 .year-history-item>ul>li.year-1977 {
    margin-bottom: 70px;
}

#tab-7691 .year-history-item>ul>li.year-1979 {
    margin-bottom: 60px;
}

#tab-7691 .year-history-item>ul>li.year-1980 {
    margin-bottom: 125px;
}

#tab-7691 .year-history-item>ul>li.year-1982 {
    margin-bottom: 80px;
}

#tab-7691 .year-history-item>ul>li.year-1984 {
    margin-bottom: 55px;
}

#tab-7691 .year-history-item>ul>li.year-1986 {
    margin-bottom: 395px;
}

#tab-7691 .year-history-item>ul>li.year-1988 {
    margin-bottom: 70px;
}

.cor-year #tab-7691 .year-history-item:last-child {
    padding-top: 165px;
}

#tab-9204 .year-history-item>ul>li.year-1992 {
    margin-bottom: 46px;
}

#tab-9204 .year-history-item>ul>li.year-1994 {
    margin-bottom: 383px;
}

#tab-9204 .year-history-item>ul>li.year-1996 {
    margin-bottom: 145px;
}

#tab-9204 .year-history-item>ul>li.year-1998 {
    margin-bottom: 110px;
}

#tab-9204 .year-history-item>ul>li.year-1993 {
    margin-bottom: 70px;
}

#tab-9204 .year-history-item>ul>li.year-1995 {
    margin-bottom: 55px;
}

#tab-9204 .year-history-item>ul>li.year-1997 {
    margin-bottom: 75px;
}

#tab-9204 .year-history-item>ul>li.year-1999 {
    margin-bottom: 65px;
}

#tab-9204 .year-history-item>ul>li.year-2000 {
    margin-bottom: 60px;
}

#tab-9204 .year-history-item>ul>li.year-2001 {
    margin-bottom: 185px;
}

#tab-9204 .year-history-item>ul>li.year-2003 {
    margin-bottom: 0 !important;
}

#tab-9204 .year-1994 .year-history-h4 strong:first-child,
#tab-9204 .year-1998 .year-history-h4 strong:first-child,
#tab-9204 .year-1993 .year-history-h4 strong:first-child,
#tab-9204 .year-2003 .year-history-h4 strong:first-child {
    letter-spacing: -2.5px;
}

#tab-9204 .year-1994 .year-history-ul-child::before {
    height: calc(100% - 38.5px);
}

#tab-9204 .year-1996 .year-history-ul-child::before {
    height: calc(100% - 156.5px);
}

#tab-9204 .year-1998 .year-history-ul-child::before,
#tab-9204 .year-2002 .year-history-ul-child::before {
    display: block;
    height: calc(100% - 118.5px);
}

#tab-9204 .year-1999 .year-history-ul-child::before {
    height: calc(100% - 117.5px);
}

#tab-9204 .year-1997 .year-history-ul-child::before {
    height: calc(100% - 77.5px);
}

#tab-9204 .year-2001 .year-history-ul-child::before {
    height: calc(100% - 117.5px);
}

#tab-0516 .year-history-h4 strong:first-child {
    letter-spacing: -2.5px;
}

#tab-0516 .year-2006 .year-history-h4 strong:first-child {
    letter-spacing: -3.2px;
}

#tab-0516 .year-2007 li:first-child .year-history-h4 strong:first-child {
    letter-spacing: -1.5px;
}

#tab-0516 .year-2007 .year-history-ul-child.vs--0::before,
#tab-0516 .year-2010 .year-history-ul-child.vs--0::before,
#tab-0516 .year-2012 .year-history-ul-child.vs--0::before,
#tab-0516 .year-2013 .year-history-ul-child.vs--0::before {
    display: block;
    height: calc(100% - 78.5px);
}

#tab-0516 .year-2016 .year-history-ul-child.vs--0::before {
    display: block;
    height: calc(100% - 118.5px);
}

#tab-0516 .year-2018 .year-history-ul-child.vs--0::before {
    display: block;
    height: calc(100% - 78.5px);
}

#tab-0516 .year-2020 .year-history-ul-child.vs--0::before {
    display: block;
    height: calc(100% - 78.5px);
}

#tab-0516 .year-2022 .year-history-ul-child.vs--0::before {
    display: block;
    height: calc(100% - 78.5px);
}

#tab-0516 .year-2023 .year-history-ul-child.vs--0::before {
    display: block;
    height: calc(100% - 157.5px);
}

#tab-0516 .year-2013 .year-history-post {
    top: -24px;
}

#tab-0516 .year-2006 .year-history-ul-child::before {
    height: calc(100% - 235.5px);
}

#tab-0516 .year-2008 .year-history-ul-child::before {
    height: calc(100% - 38.5px); /*calc(100% - 78.5px);*/
}

#tab-0516 .year-2009 .year-history-ul-child::before {
    height: calc(100% - 38.5px);
}

#tab-0516 .year-2011 .year-history-ul-child::before {
    height: calc(100% - 78.5px);
}

#tab-0516 .year-2015 .year-history-ul-child::before {
    height: calc(100% - 156.5px);
}

#tab-0516 .year-history-item>ul>li.year-2005 {
    margin-bottom: 63px;
}

#tab-0516 .year-history-item>ul>li.year-2007 {
    margin-bottom: 70px;
}

#tab-0516 .year-history-item>ul>li.year-2010 {
    margin-bottom: 125px;
}

#tab-0516 .year-history-item>ul>li.year-2012 {
    margin-bottom: 65px;
}

#tab-0516 .year-history-item>ul>li.year-2013 {
    margin-bottom: 60px;
}

#tab-0516 .year-history-item>ul>li.year-2016 {
    margin-bottom: 55px; /*0 !important;*/
}

#tab-0516 .year-history-item>ul>li.year-2006 {
    margin-bottom: 58px;
}

#tab-0516 .year-history-item>ul>li.year-2008 {
    margin-bottom: 65px;
}

#tab-0516 .year-history-item>ul>li.year-2009 {
    margin-bottom: 70px;
}

#tab-0516 .year-history-item>ul>li.year-2011 {
    margin-bottom: 55px;
}

#tab-0516 .year-history-item>ul>li.year-2014 {
    margin-bottom: 55px;
}

.tablinks img:last-child {
    display: none;
}

@media all and (-ms-high-contrast:none) {
    .year-history-h4 strong:first-child span {
        position: relative;
        top: 4px;
    }

    .year-history-post span {
        position: relative;
        top: 5px;
    }

    .year-history-ul-child::before {
        top: 17px;
    }
}

@media(max-width : 1280px) {
    .group-header-all .grid-1280 {
        max-width: 1280px;
    }
}

@media (max-width : 1199px) {
    .year-history-h4 br {
        display: none;
    }

    .year-history-h4 strong:first-child {
        letter-spacing: -2.5px;
    }

    .year-history-dig::after,
    .year-history-dig::before {
        width: 12.844vw;
    }

    #tab-7691 .year-1980 .year-history-h4 strong:first-child {
        letter-spacing: -1.5px;
    }

    #tab-0516 .year-history-h4 strong:first-child {
        letter-spacing: -1.5px;
    }

    #tab-0516 .year-2016 .year-history-ul-child.vs--0::before {
        height: calc(100% - 157.5px);
    }

    #tab-0516 .year-2009 .year-history-ul-child::before {
        height: calc(100% - 78.5px);
    }

    .marriage-year-history .year-history-item>ul>li.year-1959 {
        margin-bottom: 190px;
    }

    .marriage-year-history .year-history-item>ul>li.year-2008 {
        margin-bottom: 220px;
    }

    #tab-0516 .year-2006 .year-history-ul-child::before {
        height: calc(100% - 274.5px);
    }
}

.mgt__item {
    position: relative;
    top: -36px;
}

.year-1982.mgt__item {
    top: -38px;
}

@media(max-width : 1130px) {
    /* .year-history {
        background-size: contain;
    }
    .cor-year {
        background-size: cover;
    } */
}

@media (max-width : 992px) {

    li.sp_shows_005,
    .sp_shows_005 {
        display: block !important;
    }

    .sp_hides_005 {
        display: none !important;
    }

    .funeral-year-history .year-1997 .year-history-post::after {
        content: none;
    }

    .year-history-ul-child.vs--0::before,
    .year-history-post.vs--0::before,
    .year-history-ul-child.vs--0 .year-history-h4-pos::before,
    .year-dif--1 .year-history-post.vs--0::after,
    .year-dif--1 .year-history-h4-pos::before,
    .year-history-ul-child::before,
    .year-history-post.vs--1::before,
    .year-history-h4-pos::before,
    .year-dif .year-history-post.vs--1::after {
        display: none !important;
    }

    .bg-line-child.vs--5 {
        left: 0;
        transform: translateX(0);
    }

    .year-history-post.vs--0,
    .year-history-post.vs--1 {
        left: -127px;
        right: auto;
        top: 0 !important;
    }

    .year-history-item {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .year-history-col {
        flex-wrap: wrap;
        padding-left: 142px;
    }

    .bg-line-child.vs--5::after,
    .bg-line-child.vs--5::before,
    .bg-line-child.vs--5 {
        width: 122px;
    }

    .year-history-h4 strong:first-child {
        letter-spacing: -0.5px;
    }

    .year-history-dig p,
    .year-history-dig p.fz21 {
        font-size: 14px;
    }

    .year-history-item>ul>li {
        margin-bottom: 9.073vw !important;
    }

    .year-history-dig::after,
    .year-history-dig::before {
        left: 0;
        transform: translateX(0);
        width: 122px;
    }

    .tablinks img {
        width: 100px;
    }
}

@media (max-width : 750px) {
    .year-history-dig.vs--0:after {
        bottom: -0.5px;
    }

    .year-history-h4 strong:first-child {
        font-size: 5.333vw;
    }

    .year-history-dig p {
        font-size: 3.733vw;
    }

    .bg-line-child.vs--5::after,
    .bg-line-child.vs--5::before,
    .bg-line-child.vs--5 {
        width: 17.333vw;
    }

    .year-history-dig::after,
    .year-history-dig::before {
        width: 17.333vw;
    }

    .year-history-post span {
        font-size: 2.133vw;
    }

    .year-history-post span:last-child {
        font-size: 5.333vw;
    }

    .year-history-col {
        padding-left: 20vw;
    }

    .year-history-post.vs--0,
    .year-history-post.vs--1 {
        left: -17.733vw;
    }

    .year-history-item>ul>li {
        margin-bottom: 16vw !important;
    }

    .year-history-ul-child li {
        margin-bottom: 5.333vw;
    }

    .year-history-h4 {
        padding-left: 2.667vw;
        border-left-width: 1.333vw;
    }

    .his-h3 {
        font-size: 4.800vw;
        padding-bottom: 5.333vw;
    }

    .tab {
        flex-wrap: wrap;
        background-image: none;
        box-shadow: none;
    }

    .tablinks {
        width: 50.667vw;
        margin: 0 auto;
        text-align: center;
        padding: 2.667vw;
        box-shadow: 0.400vw 0.400vw #979797;

        margin-bottom: 4vw;
    }

    .tablinks::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(common/img/cor-30.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    .tablinks:hover::after,
    .tablinks.active::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #CAFFFF;
        position: absolute;
        top: 0;
        left: 0;
    }

    .tablinks:nth-child(2):hover::after,
    .tablinks:nth-child(2).active::after {
        background-color: #CAFFCA;
    }

    .tablinks:nth-child(3):hover::after,
    .tablinks:nth-child(3).active::after {
        background-color: #FFFFCA;
    }

    .tablinks:nth-child(4):hover::after,
    .tablinks:nth-child(4).active::after {
        background-color: #FFCA97;
    }

    .tablinks:last-child:hover::after,
    .tablinks:last-child.active::after {
        background-color: #FFCACA;
    }

    .tablinks:last-child {
        margin-bottom: 0;
    }

    .tablinks img {
        width: 40vw;
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }

    .tablinks img:last-child {
        display: block;
    }

    .tablinks img:first-child {
        display: none;
    }

    .cor-dig-title {
        max-width: 100%;
        margin-top: 18.667vw;
        padding: 4.667vw 16vw;
        padding-top: 2.800vw;
        background-image: url(common/img/cor-7-sp.jpg);
        background-size: cover;
        position: relative;
    }

    .cor-dig-title::before {
        content: "";
        display: block;
        width: 5.267vw;
        height: 0.3vw;
        background-color: #000000;
        top: 12.4vw;
        left: 5.333vw;
        position: absolute;
    }

    /* #tab-2452 .cor-dig-title {
        padding-left: 5.333vw;
    } */
    /* #tab-2452 .cor-dig-title::before {
      display: none;   
    } */
    .cor-dig-title img:last-child {
        display: block;
        width: 60vw;
        height: 22vw;
    }

    .cor-dig-title img:first-child {
        display: none;
    }

    .year-history-dig {
        padding-bottom: 29.333vw;
        padding-top: 29.333vw;
    }

    .year-history {
        background-size: contain;
        padding-bottom: 29.333vw;
    }

    .cor-year {
        background-size: cover;
        background-position: center;
    }

    .year-history-item>ul>li:last-child {
        margin-bottom: 0 !important;
    }
}

@media (max-width : 650px) {

    .year-history-post.vs--0,
    .year-history-post.vs--1 {
        left: -18vw;
    }
}

@media (max-width : 480px) {

    .year-history-post.vs--0,
    .year-history-post.vs--1 {
        left: -19vw;
    }

    .cor-year .year-history-dig::after,
    .marriage-year-history .year-history-dig::after {
        height: 136px;
    }

    .cor-year #tab-5375 .year-history-dig::after,
    .cor-year #tab-7691 .year-history-dig::after,
    .funeral-year-history .year-history-dig::after {
        height: 135.5px;
    }

    .cor-year #tab-9204 .year-history-dig::after {
        height: 135px;
    }
}

/* End 互助会年史 */

span.furigana {
    position: relative;
}

span.furigana span {
    position: absolute;
    left: 0;
    top: -21px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.photos-1 li {
    margin-bottom: 30px
}

.photos-2 .zumo_top_btn,
.photos-2 .zumo_top_btn a {
    width: 100%;
    max-width: 250px;
}

@media (max-width:750px) {
    .photo-gallary{
        margin-bottom: 0;
    }
    
    .photo-gallary .building-ul-dig {
        padding-top: 0;
        padding-left: 0;
    }
}