
@charset "utf-8";
/* CSS Document */
.inner{
    max-width: 1200px;
    margin-inline: auto;
    width: 95%;
    padding: 0;
}
.inner-box{
    max-width: 1000px;
    margin-inline: auto;
    width: 95%;
}
section{
    padding: 120px 0;
}

#pagewrap{
    position: relative;
    /*padding: 0 0 0 100px;*/
    padding: 0;
}

@media screen and (max-width: 1023px){
    #pagewrap{
        padding: 80px 0 0 0;
    }
    .inner{
        width: 90%;
    }
    .lang{
        display: none;
    }

}
@media screen and (max-width: 767px){


}
@media screen and (max-width: 499px){


}

#pagewrap.dec-bg{
    background: url(../img/common/page-bg-top.jpg),url(../img/common/page-bg-bottom.jpg),#fff;
    background-position: top right,bottom left;
    background-size: 50%,50%;
    background-repeat: no-repeat;
}
#pagewrap.dec-bg.dec-bottom-no{
    background: url(../img/common/page-bg-top.jpg),#fff;
    background-position: top right;
    background-size: 60%,60%;
    background-repeat: no-repeat;
}



h1{
    font-family: var(--mincho);
    font-size: 70px;
    margin: 0;
    position: relative;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.08em;
}
h1.h1-subtitle{
    padding-bottom: 45px;
}
h1.h1-subtitle::after{
    content:attr(data-text);
    font-family: var(--en-font);
    font-size: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: 0;
    font-weight: bold;
}
h1 .small{
    font-size: 40px;
    letter-spacing: 0.06em;
}
h2{
    font-family: var(--mincho);
    font-size: 42px;
    text-align: center;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.04em;
}
h2.title-en-h2{
    font-size: 56px;
    letter-spacing: 0;
    font-weight: 400;
}
h2 .small{font-size: 24px;}

h3{
    font-family: var(--mincho);
    font-size: 26px;
    margin: 0 0 50px 0;
    line-height: 2;
    position: relative;
}
h3.h3-title{
    font-size: 34px;
}


.txt-box{
    font-size: 18px;
    text-align: justify;
    line-height: 2;
    font-weight: 500;
    margin: 0 0 80px 0;
}
.txt-box p{
    margin: 2em 0 0 0;
}

.txt-center{text-align: center;}
.mt30{margin-top: 30px;}
.mt100{margin-top: 100px;}
.mt120{margin-top: 120px;}
.mt150{margin-top: 150px;}
.mt180{margin-top: 180px;}
.mb30{margin-bottom: 30px;}

@media screen and (max-width: 1023px){
    #pagewrap.dec-bg{
        background: url(../img/common/page-bg-top.jpg),url(../img/common/page-bg-bottom.jpg),#fff;
        background-position: top right,bottom left;
        background-size: 60%,60%;
        background-repeat: no-repeat;    
    }
    #pagewrap.dec-bg.dec-bottom-no{
        background: url(../img/common/page-bg-top.jpg),#fff;
        background-position: top 80px right;
        background-size: 70%,70%;
        background-repeat: no-repeat;
    }


    h1{
        font-size: 54px;
    }
    h1.h1-subtitle::after{
        font-size: 22px;
    }
    h1 .small{
        font-size: 32px;
    }
    h2{
        font-size: 36px;
    }
    h2.title-en-h2 {
        font-size: 44px;
    }
    h2 .small {
        font-size: 20px;
    }
    h3{
        font-size: 22px;
        margin: 0 0 40px 0;
    }
    h3.h3-title{
        font-size: 28px;
    }
    .mt100{margin-top: 80px;}
    .mt120{margin-top: 100px;}
    .mt150{margin-top: 120px;}
    .mt180{margin-top: 140px;}
    section{
        padding: 100px 0;
    }


}
@media screen and (max-width: 767px){
    h1{
        font-size: 7vw;
    }
    h1.h1-subtitle{
        padding-bottom: 4vw;
    }
    h1.h1-subtitle::after{
        font-size: 3.5vw;
    }
    h1 .small{
        font-size: 4vw;
    }
    h2{
        font-size: 4.5vw;
    }
    h2.title-en-h2 {
        font-size: 5vw;
    }
    h2 .small {
        font-size: 3vw;
    }
    h3{
        font-size: 20px;
        margin: 0 0 40px 0;
    }
    h3.h3-title{
        font-size: 24px;
    }
    .txt-box{
        font-size: 16px;
        margin: 0 0 60px 0;
    }
    .mt100{margin-top: 60px;}
    .mt120{margin-top: 70px;}
    .mt150{margin-top: 80px;}
    .mt180{margin-top: 100px;}
    section{
        padding: 80px 0;
    }


}
@media screen and (max-width: 499px){
    #pagewrap.dec-bg{
        background: url(../img/common/page-bg-top.jpg),url(../img/common/page-bg-bottom.jpg),#fff;
        background-position: top right,bottom left;
        background-size: 80%,80%;
        background-repeat: no-repeat;    
    }
    #pagewrap.dec-bg.dec-bottom-no{
        background: url(../img/common/page-bg-top.jpg),#fff;
        background-position: top 40px right;
        background-size: 90%,90%;
        background-repeat: no-repeat;
    }
    h1{
        font-size: 8.5vw;
    }
    h1.h1-subtitle{
        padding-bottom: 5vw;
    }
    h1.h1-subtitle::after{
        font-size: 4.5vw;
    }
    h1 .small{
        font-size: 4.8vw;
    }
    h2{
        font-size: 6.5vw;
    }
    h2.title-en-h2 {
        font-size: 6vw;
    }
    h2 .small {
        font-size: 4.6vw;
    }
    h3{
        font-size: 18px;
        margin: 0 0 30px 0;
    }
    h3.h3-title{
        font-size: 20px;
    }
    .mt100{margin-top: 40px;}
    .mt120{margin-top: 45px;}
    .mt150{margin-top: 50px;}
    .mt180{margin-top: 60px;}
    section{
        padding: 60px 0;
    }

}



/* ヘッダーメニュー */
#header-menu{
    position: fixed;
    width: 100px;
    height: 100%;
    padding: 0;
    background-color: #080e37;
    z-index: 9991;
}
@media screen and (max-width: 1023px){
    #header-menu{
        width: 100%;
        height: 80px;
    }

}
@media screen and (max-width: 767px){


}
@media screen and (max-width: 499px){


}



/* ページTOPヘッダー */
#content-header{
    padding: 20px 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 25px;
}
#content-header .content-header-logo{
    background-image: url(../img/common/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 24px;
    display: block;
}
#content-header .txt-switch{
    font-family: var(--en-sans-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}
#content-header .txt-switch .font-down{
    position: relative;
    top:5px;
}
@media screen and (max-width: 1023px){


}
@media screen and (max-width: 768px){
    #content-header .content-header-logo{
        width: 225px;
        height: 18px;
    }
    #content-header .txt-switch{
        font-size: 16px;
    }


}
@media screen and (max-width: 499px){
    #content-header {
        padding: 15px 20px 0;
        gap: 0 15px;
    }
    #content-header .content-header-logo{
        width: 180px;
        height: 14px;
    }
}

/* CV */
/*.cv{
    padding: 0 0 0 100px;
}*/
.cv .cv-bg{
    background-image: url(../img/common/cv-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    color: #fff;
}
.cv-title{
    text-align: center;
    font-family: var(--en-font);
    font-size: 80px;
    margin-bottom: 40px;
    line-height: 1;
}
.cv-flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 30px;
}
.cv-flex .tel{
    font-size: 70px;
    font-family: var(--mincho);
    position: relative;
    line-height: 1;
    display: inline-block;
    margin-top: -5px;
}
.cv-flex .tel::before{
    content: "Tel.";
    font-size: 32px;
    display: inline-block;
    margin-right: 10px;
}
.cv-flex .mail{
    max-width: 400px;
    width: calc(100% - 600px);
    height: 70px;
    border-radius: 100px;
    background-color: #750e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
.cv-flex .mail::after{
    content: "";
    background-image: url(../img/common/arw-wh.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
}
@media screen and (max-width: 1236px) and (min-width: 1024px){
	.cv-flex .tel {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1023px){
    .cv{
        padding: 0;
    }
    .cv .cv-bg{
        height: 260px;
    }
    .cv-title{
        font-size: 64px;
        margin-bottom: 30px;
    }
    .cv-flex .tel{
        font-size: 54px;
        margin-top: -5px;
    }
    .cv-flex .tel::before{
        font-size: 26px;
        margin-right: 10px;
    }
    .cv-flex .mail{
        max-width: 300px;
        width: calc(100% - 450px);
        height: 50px;
        font-size: 18px;
    }
}
@media screen and (max-width: 891px) and (min-width: 769px){
	.cv-flex .tel {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px){
    .cv .cv-bg{
        padding:40px 0;
        height: auto;
    }
    .cv-title{
        font-size: 50px;
        margin-bottom: 30px;
    }
    .cv-flex{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .cv-flex .tel{
        margin-top: 0;
        font-size: 10vw;
    }
    .cv-flex .mail{
        width: 300px;
    }
}
@media screen and (max-width: 499px){
    .cv-title{
        font-size: 10vw;
        margin-bottom: 20px;
    }
    .cv-flex .tel::before{
        font-size: 6vw;
        margin-right: 1vw;
    }
    .cv-flex .mail{
        /*width: 280px;*/
        width: 100%;
        font-size: 16px;
        height: 44px;
    }
}

/* パンくず */
.breadcrumbs{
    padding: 0 0 0 100px;
}
.breadcrumbs-list{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    font-family: var(--mincho);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.breadcrumbs-list a{
    position: relative;
}
.breadcrumbs-list a::after{
    content: ">";
    position: absolute;
    top:45%;
    right: -15px;
    transform: translateY(-50%);
}
@media screen and (max-width: 1023px){
    .breadcrumbs{
        padding: 0;
    }
}
@media screen and (max-width: 768px){
    .breadcrumbs-list{
        font-size: 14px;
    }
}
@media screen and (max-width: 499px){

}


/* ページコンテンツ */
.service-list{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}
.service-list li{
    position: relative;
    padding: 15px 30px;
    border-bottom: 1px solid #d5d5d5;
}
.service-list li::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--red);
    position: absolute;
    top:24px;
    left: 7px;
}
.txt-note{
    font-size: 18px;
    font-weight: 500;
}
.service-list .list-note{
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    padding-left: 0;
    border-bottom: 0;
}
.service-list .list-note::before{
    display: none;
}
@media screen and (max-width: 1023px){


}
@media screen and (max-width: 767px){
    .service-list{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .txt-note{
        font-size: 16px;
    }
}
@media screen and (max-width: 499px){


}

/* 弁護士法人ALGについて */
.about-info-box{
    background-color: #080e37;
    color: #fff;
    width: 100%;
    margin: 90px 0 50px;
    padding: 60px 0 80px;
}
.about-info-title{
    font-family: var(--mincho);
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.8;
    padding: 0 5%;
}
.about-info-list{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.about-info-list li{
    width: calc(100% / 3);
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-info-list li:nth-child(2){
    border-left: 2px solid #606481;
    border-right: 2px solid #606481;
}
.about-info-list-title{
    font-family: var(--en-font);
    text-align: center;
    font-size: 34px;
    letter-spacing: 0.04em;
    padding: 0 10px;
}
.about-info-list-count{
    font-family: var(--mincho);
    text-align: center;
    font-size: 90px;
    font-weight: 500;
    line-height: 1.1;
}
.office-list-page{
    background-color: #000;
    color: #fff;
}
.office-list-page h2{
    font-size: 32px;
}
.office-list-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.office-list-box li{
    width: calc(100% / 5 - 10px);
    /*height: 232px;*/
}
.office-list-box li a{
    position: relative;
    display: block;
    height: 100%;
}
.office-list-box li a .title{
    font-size: 32px;
    font-family: var(--en-font);
    font-weight: 500;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.office-list-box li a .more{
    position: absolute;
    bottom: 10px;
    right: 30px;
    font-size: 20px;
    font-family: var(--en-font);
}
.office-list-box li a .more::after{
    content: "";
    background-image: url(../img/common/arw-wh.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    top:8px;
    right: -15px;
}
.office-list-box li a .img-box img{
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.office-list-box li a:hover .img-box img{
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(3px);
}
.office-list-box li a:hover{
    opacity: 1;
}
.about-section03{
    overflow: hidden;
}
.about-section03 .content-box{
    display: flex;
    height: 510px;
    position: relative;
}
.about-section03 .content-box .left-content{
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-section03 .content-box .left-content h2{
    text-align: left;
}
.about-section03 .content-box .right-content{
    width: 830px;
    position: absolute;
    top:0;
    left: 680px;
}
.about-table-list{
    width: 100%;
    margin-top: 80px;
    border-top: 1px solid #d5d5d5;
}
.about-table-list th{
    width: 300px;
    background-color: #750e0e;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
}
.about-table-list td{
    width: calc(100% - 300px);
    font-size: 16px;
    padding: 25px 40px;
    border-bottom: 1px solid #d5d5d5;
    font-weight: 500;
    line-height: 1.8;
}
.about-table-list li{
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.about-table-list li:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.about-table-list li .line-height{
    line-height: 1.4;
    display: inline-block;
    margin-top: 5px;
}
.about-table-list li:last-of-type .line-height{
    margin-top: 0;
}
.about-table-list tr img{
    width: 300px;
    display: inline-block;
}
.about-page .txt-center{
    line-height: 2.5;
}
.about-page .txt-box .inbl{
    display: inline;
}

@media screen and (max-width: 1199px){
    .about-section03 .content-box .left-content{
        width: 550px;
    }
    .about-section03 .content-box .right-content{
        width: 630px;
        left: 580px;
        top:40px;
    }
}
@media screen and (max-width: 1023px){
    .about-info-title{
        font-size: 26px;
    }
    .about-info-list-title {
        font-size: 28px;
    }
    .about-info-list-count {
        font-size: 68px;
    }
    .about-info-list-count {
        font-size: 48px;
    }

    .office-list-page h2 {
        font-size: 26px;
    }
    .office-list-box li {
        width: calc(100% / 4 - 10px);
    }
    .office-list-box li a .title{
        font-size: 28px;
    }
    .office-list-box li a .more{
        font-size: 18px;
        right: 20px;
    }
    .office-list-box li a .more::after{
        top:7px;
        right: -12px;
    }

    .about-section03 .content-box{
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .about-section03 .content-box .right-content{
        position: unset;
        margin: 0 auto;
    }
    .about-table-list th{
        width: 260px;
    }
    .about-table-list td {
        width: calc(100% - 260px);
    }
    .about-page .txt-center{
        text-align: left;
    }
    .about-page .txt-center br{
        display: none;
    }
    .about-page .txt-box .inbl{
        display: inline-block;
    }
}
@media screen and (max-width: 767px){
    .about-info-box {
        margin: 60px 0 30px;
        padding: 40px 0 50px;
    }
    .about-info-list li {
        height: auto;
        padding: 30px 0;
    }
    .about-info-title{
        font-size: 20px;
    }
    .about-info-list-title {
        font-size: 20px;
    }

    .office-list-page h2 {
        font-size: 22px;
    }
    .office-list-box li {
        width: calc(100% / 3 - 10px);
    }

    .about-section03 .content-box .left-content {
        width: 100%;
    }
    .about-section03 .content-box .right-content{
        width: 100%;
    }
    .about-table-list th {
        width: 210px;
        font-size: 16px;
    }
    .about-table-list td {
        width: calc(100% - 210px);
        font-size: 14px;
        padding: 20px 20px;
    }
}
@media screen and (max-width: 499px){
    .about-info-title {
        font-size: 18px;
        text-align: left;
    }
    .about-info-title .inbl{
        display: inline;
    }
    .about-info-list {
        margin: 20px auto 0;
        flex-direction: column;
        width: 70%;
    }
    .about-info-list li{
        width: 100%;
        padding: 15px 0;
    }
    .about-info-list li:nth-child(2) {
        border-top: 2px solid #606481;
        border-bottom: 2px solid #606481;
        border-left:none;
        border-right:none ;
    }

    .office-list-page h2 {
        font-size: 20px;
    }
    .office-list-box li {
        width: calc(100% / 2 - 10px);
    }
    .office-list-box li a .title {
        font-size: 24px;
    }

    .about-table-list tr{
        display: flex;
        flex-direction: column;
    }
    .about-table-list th {
        width: 100%;
        padding: 20px 20px;
    }
    .about-table-list td {
        width: 100%;
    }
    .about-table-list tr img {
        width: 300px;
        display: block;
        margin: 0 auto;
    }
}

/* 事務所案内 */
.office-page.office-list-page{
    background: unset;
    color: #000;
}
.office-page.office-list-page h2{
    line-height: 1.8;
    font-weight: 500;
}
.office-page .office-list-box {
    justify-content: space-between;
    gap:40px 10px;
}
.office-page .office-list-box li {
    width: calc(100% / 2 - 10px);
    max-width: 580px;
}
.office-page .office-list-box li a{
    color: #fff;
}
.office-page .office-list-box li a .title{
    font-size: 36px;
    letter-spacing: 0.04em;
    display: block;
    width: 100%;
    text-align: center;
}
.office-page .office-list-box li a .more {
    position: absolute;
    bottom: 5px;
    right: 25px;
    font-size: 20px;
    font-family: var(--en-font);
}
.office-page .office-list-box li a .box{
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}
.office-page .office-list-box li a .img-box img{
    height: 100%;
    position: relative;
}
@media screen and (max-width: 1023px){
    .office-page .office-list-box li a .title{
        font-size: 28px;
    }
    .office-page .office-list-box {
        gap: 20px 10px;
    }
}
@media screen and (max-width: 767px){
    .office-page .office-list-box li {
        width: 100%;
        max-width: none;
        height: 140px;
        overflow: hidden;
    }
    .office-page .office-list-box li a .img-box img{
        max-block-size: unset;
        height: auto;
    }
}
@media screen and (max-width: 499px){
    .office-page .office-list-box li a .title{
        font-size: 24px;
    }
}
@media screen and (max-width: 399px){
    .office-page .office-list-box li a .img-box img{
        height: 100%;
    }
}

/* オフィス個別 */
.office-in-page h1{
    line-height: 1.3;
}
.office-in-page .about-table-list{
    margin: 60px 0 120px;
}
.office-in-page .access-flex{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.office-in-page .access-flex .access-box{
    width: 450px;
}
.office-in-page .access-flex .map-box{
    width: calc(100% - 450px);
}
.office-in-page .access-flex .access-box h3{
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
}
.office-in-page .access-flex .access-box ul{
    margin: 30px 0 50px;
}
.office-in-page .access-flex .access-box ul li{
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.office-in-page .access-flex .access-box ul li + li{
    margin-top: 20px;
}
.office-in-page .access-flex .access-box ul li::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #760e0e;
    position: absolute;
    top:7px;
    left: 0;
}
.url-btn{
    width: 280px;
    height: 50px;
    border-radius: 100px;
    background-color: #760e0e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.url-btn::after{
    content: "";
    background-image: url(../img/common/arw-wh.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    position: absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
}
.gmap iframe{
    width: 100%;
    height: 450px;
}
@media screen and (max-width: 1023px){
    .office-in-page .about-table-list {
        margin: 40px 0 100px;
    }
    .gmap iframe{
        height: 400px;
    }
    .office-in-page .access-flex .access-box h3 {
        font-size: 28px;
    }
    .office-in-page .access-flex .access-box ul li {
        padding-left: 15px;
        font-size: 16px;
    }
    .office-in-page .access-flex .access-box {
        width: 350px;
    }
    .office-in-page .access-flex .map-box {
        width: calc(100% - 350px);
    }
}
@media screen and (max-width: 767px){
    .office-in-page .about-table-list {
        margin: 30px 0 80px;
    }
    .gmap iframe{
        height: 300px;
    }
    .office-in-page .access-flex{
        margin-top: 40px;
        display: block;
    }
    .office-in-page .access-flex .access-box {
        width: 350px;
        margin: 0 auto 30px;
    }
    .office-in-page .access-flex .map-box {
        width: 100%;
    }
    .office-in-page .access-flex .access-box h3{
        text-align: center;
    }
    .url-btn {
        margin: 0 auto;
    }
}
@media screen and (max-width: 499px){
    .office-in-page .access-flex .access-box {
        width: 100%;
        margin: 0 auto 30px;
    }
    .office-in-page .access-flex .access-box h3 {
        font-size: 24px;
    }
    .url-btn {
        width: 100%;
        height: 42px;
        font-size: 16px;
    }
    .office-in-page .access-flex .access-box ul {
        margin: 25px 0 30px;
    }
    .office-in-page .access-flex .access-box ul li + li{
        margin-top: 15px;
    }
}

/* ケースの取り扱い方 */
.organization-page h2.title-en-h2{
    font-size: 42px;
    font-weight: 500;
}
.organization-page h3{
    font-size: 34px;
    margin-bottom: 50px;
    padding-left: 10px;
    border-left: 10px solid #080e37;
    line-height: 1.4;
}
.organization-page .txt-box{
    line-height: 2.2;
}
@media screen and (max-width: 1023px){
    .organization-page h2.title-en-h2{
        font-size: 36px;
    }
    .organization-page h3{
        font-size: 28px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px){
    .organization-page h2.title-en-h2{
        font-size: 4.5vw;
    }
    .organization-page h3{
        font-size: 3.5vw;
        margin-bottom: 30px;
        padding-left: 8px;
        border-left: 8px solid #080e37;
    }
}
@media screen and (max-width: 499px){
    .organization-page h2.title-en-h2{
        font-size: 6.5vw;
    }
    .organization-page h3{
        font-size: 6vw;
        margin-bottom: 30px;
        padding-left: 8px;
        border-left: 8px solid #080e37;
    }
}

/* アクセスマップ */
.access-map-page h2{
    margin-bottom: 60px;
}
.access-map-box{
    margin-bottom: 60px;
}
.access-map-box h3{
    font-size: 34px;
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 10px solid #080e37;
    line-height: 1.4;
    padding: 10px 0 10px 10px;
}
.access-map-box h3 .small{
    font-size: 18px;
    display: block;
    letter-spacing: 0.04em;
}
.access-map-page .gmap{
    margin-bottom: 40px;
}
.access-map-page .gmap iframe{
    width: 100%;
    height: 300px;
} 
p.access-map-note{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.8;
    letter-spacing: 0.04em;
}
.access-map-page .url-btn{
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    letter-spacing: 0.04em;
}
.access-map-page .url-btn::after{
    right: 20px;
}
@media screen and (max-width: 1023px){
    .access-map-box h3{
        font-size: 28px;
    }
    .access-map-box h3 .small{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .access-map-page h2{
        margin-bottom: 40px;
    }
    .access-map-box{
        margin-bottom: 40px;
    }
    .access-map-page .gmap{
        margin-bottom: 30px;
    }
    .access-map-box h3{
        font-size: 24px;
        border-left: 8px solid #080e37;
        padding: 6px 0 6px 6px;
    }
    .access-map-box h3 .small{
        font-size: 14px;
    }
    .access-map-page .url-btn{
        font-size: 16px;
    }
    .access-map-page .gmap iframe{
        height: 250px;
    } 
}
@media screen and (max-width: 499px){
    .access-map-page .url-btn{
        flex-wrap: wrap;
        height: auto;
        padding: 10px 30px;
    }
    p.access-map-note{
        font-size: 14px;
    }
    .access-map-page .gmap iframe{
        height: 200px;
    } 
}
