@charset "UTF-8";
/*-----------------------------------------------------------

    このファイルにはTOPページ専用のスタイルのみを記述します。

------------------------------------------------------------*/

/*--------------- 
全体設定 
------------------*/

/* 表示領域制御 */
.home #content {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: none;
    background-color: #fff;
}

.home #main_content {
    margin: 0;
    width: 100%;
    max-width: none;
}

/* レスポンシブ表示用 */
@media (max-width: 959px) {
    .pc-only {
        display: none !important;
    }
}

.sp-only {
    display: none !important;
}

@media (max-width: 959px) {
    .sp-only {
        display: block !important;
    }
}


/*--------------- 
MV 
-----------------*/
.mv {
    position: relative;
    z-index: 0;
}

/* mv高さ・幅 */
.mv .mv-swiper {
    width: 100vw;
    height: 100svh;
}

/* mvスライド */
.mv .mv-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

/* mv画像 */
.mv .mv-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* MVロゴ画像 */
.mv__content {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    max-width: 600px;
    min-width: 290px;
    aspect-ratio: 511/236;
}

/* mvテキストスタイル */
/* .mv__text {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #63585B;
    background-color: #FFFFFFE5;
    padding: 16px 24px;
    margin-bottom: 16px;
    border-radius: 8px;
    width: fit-content;
} */


/*--------------- 
concept
-----------------*/
.concept {
    width: 100%;
    background-color: #fff;
    padding: 120px 20px 180px 20px;
    position: relative;
    z-index: 1;
}

.concept__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 80%;
    object-fit: cover;
}

.concept__wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.concept__head-area {
    margin-bottom: 64px;
}

.concept__head {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #EDDDB2 0%, #9C7A52 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-align: left;
}

.concept__sub-head {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #051F32;
    text-align: left;
    display: block;
    padding-left: 3em;
    position: relative;
}

.concept__sub-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 40px;
    height: 0.5px;
    background-color: #051F32;
}

.concept__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.concept__main-text {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 38px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #051F32;
    margin-bottom: 48px;
}

.concept__sub-text {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 22px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #051F32;
}

.concept__logo {
    width: 100%;
    max-width: 340px;
}

.concept__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 959px) {
    .concept {
        padding: 48px 20px 80px 20px;
    }

    .concept__bg {
        height: 88%;
    }

    .concept__wrapper {
        max-width: fit-content;
    }

    .concept__head-area {
        margin-bottom: 40px;
    }

    .concept__head {
        font-size: 52px;
    }

    .concept__sub-head {
        font-size: 16px;
        line-height: 2;
        padding-left: 2em;
    }

    .concept__sub-head::before {
        width: 28px;
        left: -5px;
    }

    .concept__container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .concept__main-text {
        font-size: 26px;
        line-height: 2;
        margin-bottom: 28px;
    }

    .concept__sub-text {
        font-size: 16px;
        margin-bottom: 56px;
    }

    .concept__logo {
        max-width: 200px;
    }
}


/*--------------- 
feature
-----------------*/
.feature {
    width: 100%;
    background-color: #fff;
    padding: 130px 20px 150px 20px;
    position: relative;
    z-index: 1;
}

.feature__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature__bg-office {
    position: absolute;
    bottom: 19%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 52%;
    object-fit: cover;
}

.feature__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.feature__outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 64px;
    width: 100%;
    margin-bottom: 80px;
}

.feature__head {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #EDDDB2 0%, #9C7A52 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-align: left;
}

.feature__sub-head {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #051F32;
    text-align: left;
    display: block;
    padding-left: 3em;
    position: relative;
}

.feature__sub-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 40px;
    height: 0.5px;
    background-color: #051F32;
}

.feature__card {
    padding: 8px 32px 32px 32px;
    background-color: #FFFFFFE5;
}

.feature__num {
    font-family: "Cormorant Garamond";
    font-weight: 300;
    font-style: Italic;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #051F32;
    margin-bottom: 12px;
    display: inline-block;
}

.feature__title {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #051F32;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #051F3280;
}

.feature__text {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #051F32;
}

.feature__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 100px;
}

.feature__content>.feature__card {
    width: 33.3333333%;
}

.feature__outer>.feature__card {
    max-width: 684px;
}

@media (max-width: 959px) {
    .feature {
        padding: 80px 20px;
    }

    .feature__bg-office {
        bottom: 11%;
        height: 73%;
    }

    .feature__head {
        font-size: 52px;
    }

    .feature__sub-head {
        font-size: 16px;
        line-height: 2;
        padding-left: 2em;
    }

    .feature__sub-head::before {
        width: 28px;
        left: -5px;
    }

    .feature__card {
        padding: 8px 28px 28px 28px;
    }

    .feature__outer {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }

    .feature__content {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-bottom: 50px;
    }

    .feature__content>.feature__card {
        width: 100%;
    }

    .feature__outer>.feature__card {
        max-width: none;
    }

    .feature__num {
        font-size: 60px;
        margin-bottom: 8px;
    }

    .feature__title {
        font-size: 22px;
    }

    .feature__text {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .feature {
        padding: 48px 20px;
    }

    .feature__bg-office {
        bottom: 9%;
        height: 78%;
    }
}

@media (max-width: 400px) {
    .feature__bg-office {
        bottom: 7%;
        height: 81%;
    }
}


/*--------------- 
service
-----------------*/
.service {
    width: 100%;
    background-color: #fff;
    padding: 120px 20px;
    position: relative;
    z-index: 1;
}

.service__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.service__bg-wrapper{
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 82%;
	filter: blur(10px);

}
.service__bg {
	display:block;
	width:100%;
	height:100%;
	object-fit: cover;
	opacity:0.2;
	object-position:left;
}
/* 追加要素 */
.service__bg-wrapper::before{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(122.44deg, rgba(255, 255, 255, 0.8) 25.1%, rgba(255, 255, 255, 0.4) 71.13%);
}

.service__head-area {
    margin-bottom: 90px;
}

.service__head {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #EDDDB2 0%, #9C7A52 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-align: left;
}

.service__sub-head {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #051F32;
    text-align: left;
    display: block;
    padding-left: 3em;
    position: relative;
}

.service__sub-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 40px;
    height: 0.5px;
    background-color: #051F32;
}

.service__first-content {
    margin-bottom: 100px;
    position: relative;
}

.service__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 横に2列 */
    grid-template-rows: 1fr 1fr;
    /* 縦に2行 */
    gap: 80px;
    /* 任意：余白 */


    grid-template-rows: auto;
    /* 1fr → auto に変更 */
    gap: 80px;
    align-items: start;
    /* 追加 */
}

.service__card {
    display: block;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.3s;
}

.service__card:hover {
    opacity: 0.5;
}

.service__container .service__card {
    background-color: #FFFFFF66;
}

.service__first-content .service__img {
    max-width: 811px;
    aspect-ratio: 811 /480;
}

.service__detail {
    /* background-color: #FFFFFF66; */
    padding: 16px 50px 28px 50px;
    flex: 1;
}

.service__first-content .service__detail {
    background-color: #FFFFFFF2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 47%;
    box-shadow: 7px 9px 15px 0px #0000001A;
    padding: 40px 50px;
}

.service__img {
    /* max-width: 560px;
    width: 100%;
    margin-bottom: 20px;
    aspect-ratio: 560 /320; */
    box-shadow: 7px 9px 15px 0px #0000001A;
}

.service__container .service__img {
    max-width: 100%;
    /* max-width: 560px を上書き */
    width: 100%;
    margin-bottom: 20px;
    aspect-ratio: 560 /320;
    box-shadow: 7px 9px 15px 0px #0000001A;
}

.service__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service__title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #051F3280;
}

.service__title {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #051F32;

}

.service__sub-title {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #051F32;
    display: block;
}

.service__text {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #051F32;
}

@media (max-width: 959px) {
    .service {
        padding: 60px 20px;
    }

    .service__bg-wrapper {
        height: 96.5%;
    }

    .service__head-area {
        margin-bottom: 60px;
    }

    .service__head {
        font-size: 52px;
    }

    .service__sub-head {
        font-size: 16px;
        line-height: 2;
        padding-left: 2em;
    }

    .service__sub-head::before {
        width: 28px;
        left: -5px;
    }

    .service__title {
        font-size: 24px;
    }

    .service__sub-title {
        font-size: 12px;
    }

    .service__text {
        font-size: 16px;
    }

    .service__title-area {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .service__detail {
        padding: 24px;
        background-color: #FFFFFFF2;
        box-shadow: 7px 9px 15px 0px #0000001A;
        margin-left: 5.6%;
    }

    .service__first-content .service__detail {
        background-color: #FFFFFFF2;
        position: static;
        right: 0;
        top: initial;
        bottom: 0;
        transform: none;
        width: 95%;
        box-shadow: 7px 9px 15px 0px #0000001A;
        padding: 24px;
    }

    .service__container {
        grid-template-columns: 1fr;
    }

    .service__card {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .service__container .service__img {
        margin-bottom: -25px;
    }

    .service__first-content .service__img {
        margin-bottom: -25px;
    }
}







/*--------------- 
lawyer
-----------------*/
.lawyer {
    width: 100%;
    background-color: #fff;
    padding: 120px 20px 150px 20px;
    position: relative;
    z-index: 1;
}

.lawyer::before {
    content: "";
    width: 100vw;
    height: 65%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4A3D3708;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: -1;
}
.lawyer__bg-wrapper{
	position:absolute;
	top:-5%;
	left:0;
	width:30%;
}
.lawyer__bg-wrapper img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}

.lawyer__wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.lawyer__head-area {
    margin-bottom: 80px;
}

.lawyer__head {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #EDDDB2 0%, #9C7A52 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.lawyer__sub-head.sub-head-center {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #051F32;
    text-align: center;
    display: block;
    position: relative;
}

.lawyer__sub-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -250% -50%;
    width: 40px;
    height: 0.5px;
    background-color: #051F32;
}

.lawyer__sub-head.sub-head-center::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    translate: 250% -50%;
    width: 40px;
    height: 0.5px;
    background-color: #051F32;
}

.lawyer__container {
    display: flex;
    gap: 8%;
}

.lawyer__contents {
    width: 46%;
    display: flex;
    flex-direction: column;
}

.lawyer__img {
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.lawyer__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lawyer__info {
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 0;
    padding: 10px 24px;
    min-width: 418px;
}

/* グラデーションレイヤー */
.lawyer__info::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: calc(100% + 5px);
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(237, 221, 178, 0.9) 0%, rgba(156, 122, 82, 0.9) 100%);
}

/* 白背景用レイヤーを作る */
.lawyer__info::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #FFFFFFF2;
    z-index: 1;
}

.lawyer__info>* {
    position: relative;
    z-index: 2;
}

.lawyer__affiliation {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #051F32CC;
}

.lawyer__name {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #051F32CC;
    padding-bottom: 4px;
    border-bottom: 1px solid #051F32;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.lawyer__job-name {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #051F32;
}

.lawyer__en-name {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #051F32;
}

.lawyer__text {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 24px;
    line-height: 2.2;
    letter-spacing: 0.1em;
    color: #051F32;
    min-height: 7em;
    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.lawyer__outer {
    border: 1px solid;
    border-image: linear-gradient(180deg, #EDDDB2 0%, #9C7A52 100%) 1;
    padding: 20px 32px 40px 32px;
    background-color: #fff;
    margin-bottom: 28px;
    flex: 1;
}

.lawyer__career span {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 20px;
    line-height: 2.2;
    letter-spacing: 0.4em;
    color: #051F32;
    text-align: center;

    display: block;
}

.lawyer__career {
    display: flex;
    align-items: center;
    gap: 20px;
    /* テキストと線の間隔 */
    margin-bottom: 20px;
}

.lawyer__career::before,
.lawyer__career::after {
    content: "";
    flex: 1;
    /* 余白いっぱいに伸びる */
    height: 0.5px;
    background: #4A3D374D;
}

.lawyer__career-list {
    list-style: circle;
}

.lawyer__career-list li {
    position: relative;
    padding-left: 1.5em;
}

.lawyer__career-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(180deg, #EDDDB2 0%, #9C7A52 100%);
}

.lawyer__career-list-item {
    display: flex;
    gap: 8px;
}

.lawyer__career-day {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #051F32;
    margin-bottom: 12px;
    min-width: 105px;
}

.lawyer__career-content {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #051F32;
    margin-bottom: 12px;
}

.lawyer__career-content span {
    font-size: 10px;
}

.lawyer__link {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #051F32;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    transition: 0.3s;
}

.lawyer__link:hover {
    opacity: 0.5;
}

@media (max-width:1040px) {
    .lawyer__text {
        min-height: 9em;
    }
}

@media (max-width:959px) {
    .lawyer {
        padding: 48px 20px 0 20px;
    }

    .lawyer::before {
        display: none;
    }
	.lawyer__bg-wrapper{
		top:-2%;
		left:initial;
		right:0;
		width:30%;
	}

    .lawyer__head-area {
        margin-bottom: 48px;
    }

    .lawyer__head {
        font-size: 52px;
    }

    .lawyer__sub-head {
        font-size: 16px;
        line-height: 2;
    }

    .lawyer__sub-head.sub-head-center::before {
        width: 28px;
        translate: -320% -50%;
    }

    .lawyer__sub-head.sub-head-center::after {
        width: 28px;
        translate: 310% -50%;
    }

    .lawyer__container {
        flex-wrap: wrap;
        gap: 48px;
    }

    .lawyer__contents {
        width: 100%;
        position: relative;
        padding-bottom: 40px;
    }

    .lawyer__contents::before {
        content: "";
        width: 100vw;
        height: 80%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #4A3D3708;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        z-index: -1;
    }

    .lawyer__info {
        padding: 10px 16px;
        min-width: 260px;
    }

    .lawyer__name {
        font-family: "Zen Old Mincho";
        font-weight: 400;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0.1em;
        color: #051F32CC;
        padding-bottom: 4px;
        border-bottom: 1px solid #051F32;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .lawyer__job-name {
        font-size: 12px;
        line-height: 1.4;
        display: inline-block;
    }

    .lawyer__job-name.pc-only {
        display: none;
    }

    .lawyer__en-name {
        font-size: 12px;
        line-height: 1.4;
    }

    .lawyer__text {
        font-size: 20px;
        padding: 0 10px;
        max-width: none;
        min-height: auto;
    }

    .lawyer__career-list li::before {
        top: 0.4em;
    }

    .lawyer__career-list-item {
        flex-direction: column;
        gap: 0;
        margin-bottom: 16px;
    }

    .lawyer__career span {
        font-size: 18px;
    }

    .lawyer__career-day {
        font-size: 15px;
        margin-bottom: 0;
    }

    .lawyer__career-content {
        font-size: 15px;
        margin-bottom: 0;
    }

    .lawyer__link {
        font-size: 15px;
    }
}
@media (max-width:599px){
	.lawyer__bg-wrapper{
		width:45%;
	}
}


/*--------------- 
page-link
-----------------*/
.page-link {
    width: 100%;
}

.page-link__wrapper {
    display: flex;

}

.page-link__outer {
    position: relative;
    width: 50%;
    padding: 60px 68px 88px 68px;
    box-shadow: 9px 7px 25px 0px #0000001A;
    transition: 0.3s;
}

.page-link__outer:hover {
    opacity: 0.5;
}

.page-link__outer:first-of-type {
    border-right: 1px solid #fff;
}

.page-link__outer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(216.15deg, #857966 -13.02%, #4A3D37 41.34%);
    opacity: 0.85;
    z-index: -2;
}

.page-link__outer::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.85;
    border: 20px solid #FFFFFF1A;
    z-index: -1;
}

.page-link__outer img {
    display: block;
    position: absolute;
    z-index: -3;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-link__content {
    position: relative;
    width: 100%;
    height: 100%;
}

.page-link__title {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #FFFFFF80;
}

.page-link__title span {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    margin-left: 20px;
}

.page-link__text {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.1em;
    color: #fff;
}

.page-link__arrow-icon {
    text-align: right;
}

@media (max-width:959px) {
    .page-link__wrapper {
        flex-wrap: wrap;
    }

    .page-link__outer {
        width: 100%;
        padding: 40px 36px;
    }

    .page-link__outer:first-of-type {
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .page-link__title {
        font-size: 24px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .page-link__title span {
        font-size: 12px;
    }

/*     .page-link__text {
        font-size: 14px;
    } */

}


.banner-img {
    width: 100%;
    /* min-height: 482px; */
}

.banner-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}



/*--------------- 
office
-----------------*/
.office {
    width: 100%;
    background-color: #fff;
    padding: 120px 20px;
    position: relative;
    z-index: 1;
}

.office::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 83%;
    background-color: #F8F8FA;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: -1;
}

.office__wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.office__head-area {
    margin-bottom: 60px;
}

.office__head {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #EDDDB2 0%, #9C7A52 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-align: left;
}

.office__sub-head {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #051F32;
    text-align: left;
    display: block;
    padding-left: 3em;
    position: relative;
}

.office__sub-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 40px;
    height: 0.5px;
    background-color: #051F32;
}

.office__contents {
    display: flex;
    justify-content: space-between;
    gap: 7%;
}

.office__title {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #051F32;
    padding-left: 22px;
    margin-bottom: 40px;
    border-left: 6px solid;
    border-image: linear-gradient(180deg, #EDDDB2 0%, #9C7A52 100%) 1;
}

.office__list {
    margin-bottom: 60px;
}

.office__list li {
    display: flex;
}

.office__list-head {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #051F32;
    border-bottom: 1px solid #051F3240;
    /* display: block; */
    padding: 20px 5px;
    min-width: 120px;
    display: flex;
    align-items: center;
}

.office__list-item {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #051F32;
    display: block;
    border-bottom: 1px solid #051F321A;
    padding: 20px 5px;
    flex: 1;
}

.office .link-btn {
    margin: 0;
}

.office__map {
    max-width: 490px;
    width: 44.5%;
}

.office__map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width:959px) {
    .office {
        padding: 48px 20px;
    }

    .office::before {
        height: 93%;
    }

    .office__head {
        font-size: 52px;
    }

    .office__sub-head {
        font-size: 16px;
        line-height: 2;
        padding-left: 2em;
    }

    .office__sub-head::before {
        width: 28px;
        left: -5px;
    }

    .office__contents {
        flex-direction: column;
        gap: 0;
        justify-content: flex-start;
    }

    .office__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .office__list-head {
        font-size: 16px;
        display: block;
        padding: 16px 5px;
        min-width: 85px;
    }

    .office__list-item {
        font-size: 15px;
        padding: 16px 5px;
    }

    .office__list {
        margin-bottom: 28px;
    }

    .office__map {
        width: 100%;
        max-width: none;
        aspect-ratio: 335/260;
        margin-bottom: 30px;
    }

    .office .link-btn {
        margin: 0 auto;
    }
}

/*--------------- 
column
-----------------*/
.column {
    width: 100%;
    background-color: #fff;
    padding: 100px 20px;
}

.column__wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

.column__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    width: 1px;
    height: 100%;
    background-color: #D5D5D5;
}

.column__news,
.column__lawyer-column {
    width: 100%;
    max-width: 464px;
}

.column__head-area {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #4A3D3766;
}

.column__head {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #4A3D37CC;
}

.column__head span {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #051F32;
    display: inline-block;
    margin-left: 20px;
}

.column__link {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #4A3D37CC;
    transition: 0.3s;
}

.column__link:hover {
    opacity: 0.5;
}

.column__list li {
    margin-bottom: 32px;
    transition: 0.3s;
}

.column__list li:hover {
    opacity: 0.5;
}

.column__day {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #051F32;
    border-right: 1px solid #051F3233;
    padding-right: 12px;
}

.column__cat {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #051F32;
    border-right: 1px solid #051F3233;
    padding: 0 12px;
}

.column__title {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #051F32;
    padding-left: 12px;
}

@media (max-width:959px) {
    .column {
        width: 100%;
        background-color: #fff;
        padding: 48px 20px;
    }

    .column__wrapper {
        flex-wrap: wrap;
        gap: 48px;
    }

    .column__wrapper::before {
        display: none;
    }

    .column__news,
    .column__lawyer-column {
        max-width: none;
    }

    .column__head-area {
        margin-bottom: 24px;
    }

    .column__head {
        font-size: 30px;
    }

    .column__head span {
        font-size: 12px;
        margin-left: 10px;
    }

    .column__link {
        font-size: 14px;
        min-width: 60px;
    }

    .column__day {
        font-size: 14px;
    }

    .column__cat {
        font-size: 14px;
    }

    .column__title {
        display: block;
        padding-left: 0;
        margin-top: 8px;
    }
}

.site-link {
    width: 100%;
    background-color: #F8F8FA;
}

.site-link__wrapper {
    padding: 80px 20px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.site-link a {
    display: block;
    width: 100%;
    transition: 0.3s;
}
.site-link a:hover{
    opacity: 0.5;
}
.site-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width:959px) {
    .site-link__wrapper {
        padding: 40px 20px;
        max-width: 360px;
    }
}