@charset "utf-8";
/* CSS Document */

body{
    scrollbar-gutter: stable;
}

/*******************
弁護士法人ALGについて
********************/
.img_box{
    margin-bottom: 40px;
    text-align: center;
}
.img_box img{
    margin: 0 auto;
}
.about_url_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 50px;
}
.about_url_list li{
    flex-basis: 48%;
    max-width: 320px;
}
.about_url_list li a{
    width: 100%;
    position: relative;
    display: block;
}
.about_url_list_title{
    background-color: #990000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    left: 0;
    line-height: 1;
    padding: 15px 30px 15px 20px;
    width: 80%;
}
.about_url_list_title::after {
    content: "";
    width: 30px;
    height: 100%;
    background-color: #990000;
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    right: -20px;
}
@media screen and (max-width: 1365px){
    .about_url_list li{
        max-width: 306px;
        flex-basis: 32.5%;
    }
}
@media screen and (max-width: 1023px){
    .about_url_list{
        gap: 10px 0;
    }
}
@media screen and (max-width: 767px){
    .about_url_list{
        gap: 20px 0;
    }
    .about_url_list li{
        flex-basis: 48%;
    }
}
@media screen and (max-width: 499px){
    .about_url_list {
        gap: 30px 0;
    }
    .about_url_list li{
        max-width: none;
        flex-basis: 100%;
    }
    .about_url_list_img img{
        width: 100%;
    }

}



/*******************
弁護士法人ALGの強み
********************/
.forte_page .page-h2{
    font-style:normal;
}
.about_img_h2{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.about_img_h2_txt{
    background-color: #990000;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    position: absolute;
    bottom: 10px;
    left: 0;
    line-height: 1;
    padding: 20px 75px 20px 20px;
}
.about_img_h2_txt::after{
    content: "";
    width: 35px;
    height: 100%;
    background-color: #990000;
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    right: -20px;
}
.about_img_h2 img{
    width: 100%;
}
.forte_page .txt_area.txt{
    margin-bottom: 80px;
    letter-spacing: 0.04em;
}
.forte_page .txt p{
    line-height: 2.2;
}
.forte_page .txt_area.txt.mb0{
    margin-bottom: 0;
}
@media screen and (max-width: 1023px){
    .about_img_h2_txt{
        font-size: 26px;
        padding: 20px 60px 20px 20px;
    }
}
@media screen and (max-width: 767px){
    .about_img_h2_txt{
        font-size: 22px;
        padding: 15px 30px 15px 20px;
    }
    .about_img_h2_txt::after{
        width: 25px;
        right: -10px;
    }
    .forte_page .txt_area.txt{
        margin-bottom: 60px; 
    }
    .txt_area.txt.center br{
        display: none;
    }
}
@media screen and (max-width: 599px){
    .about_img_h2_txt{
        font-size: 4vw;
        padding: 1.5vw 3vw 1.5vw 2vw;
    }
    .about_img_h2_txt::after{
        width: 2.5vw;
        right: -1vw;
    }
}
@media screen and (max-width: 399px){
    main h2 .small{
        font-size: 6vw;
    }
    .about_img_h2_txt{
        font-size: 5vw;
        width: 85%;
    }
    .about_img_h2_txt::after {
        width: 5vw;
        right: -2.5vw;
    }
}

/* 刑事弁護に強い弁護士紹介 */
.introduction_h2{
    font-size: 36px;
    font-style: normal;
}
.introduction_h2 .red{
    font-size: 42px;
    color: #990000;
}
.introduction_h2 .center{
    margin-left: 30px;
}
.introduction_h2_lawyer{
    font-size: 34px;
}
.introduction_h2_lawyer .red{
    color: #990000;
}
.introduction_h3{
    font-size: 28px;
    text-align: center;
    margin: 40px auto 30px;
}

.txt_area.txt.center{
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
}
.introduction_info{
    font-style: italic;
    max-width: 670px;
    margin: 0 auto 20px;
    font-weight: bold;
}
.introduction_lawyer{
    display: flex;
    margin-bottom: 20px;
    background-color: #eaeae8;
}
.introduction_lawyer .text{
    width: 290px;
    font-size: 46px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.introduction_lawyer .text .red{
    font-size: 76px;
    color: #990000;
    line-height: 1;
}
.introduction_lawyer .img{
    width: calc(100% - 290px);
    display: flex;
    align-items: center;
}
.introduction_lawyer .img .sp_img{
    display: none;
}
.introduction_info_flex{
    display: flex;
}
.introduction_info_flex .l_box,
.introduction_info_flex .r_box{
    flex-basis: 50%;
    display: flex;
    background-color: #eaeae8;
}
.introduction_info_flex .l_box .text,
.introduction_info_flex .r_box .text{
    width: 175px;
    font-size: 28px;
    padding: 0 10px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.introduction_info_flex .l_box .img,
.introduction_info_flex .r_box .img{
    width: calc(100% - 175px);
    display: flex;
    align-items: center;
}
.introduction_info_flex .l_box .text .red,
.introduction_info_flex .r_box .text .red{
    font-size: 54px;
    color: #990000;
    line-height: 1;
}
.introduction_note{
    text-align: right;
    font-size: 16px;
    letter-spacing: 0.04em;
    max-width: 670px;
    margin: 0 auto;
}
.introduction_lawyer_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 60px;
}
.introduction_lawyer_list li{
    flex-basis: 32%;
    border: 1px solid #e9e9e9;
    padding-bottom: 75px;
    position: relative;
    text-align: center;
}
.introduction_lawyer_list .img{
    display: block;
    margin-bottom: 20px;
}
.introduction_lawyer_list .post{
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
}
.introduction_lawyer_list .name{
    font-size: 18px;
    display: block;
    margin-bottom: 2px;
}
.introduction_lawyer_list .syozoku{
    font-size: 14px;
    display: block;
    margin-bottom: 13px;
}
.introduction_lawyer_list .text{
    font-size: 14px;
    text-align: left;
    display: block;
    line-height: 1.8;
    letter-spacing: 0.04em;
    padding: 0 20px;
}
.introduction_lawyer_list .url-btn{
    width: 160px;
    background-color: #322820;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.introduction_lawyer_list .url-btn::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.introduction_page .btn_a{
    background: #9a0000;
    max-width: 320px;
}
@media screen and (max-width: 800px){
    .introduction_lawyer .text{
        font-size: 36px;
        padding: 0 70px;
    }
    .introduction_lawyer .text .red {
        font-size: 56px;
    }
    .introduction_info_flex .l_box .text, .introduction_info_flex .r_box .text{
        font-size: 22px;
    }
    .introduction_info_flex .l_box .text .red, .introduction_info_flex .r_box .text .red{
        font-size: 42px;
    }
}
@media screen and (max-width: 767px){
    .introduction_h2{
        font-size: 28px;
    }
    .introduction_h2 .red {
        font-size: 36px;
    }
    .introduction_h2_lawyer {
        font-size: 26px;
    }
    .introduction_h3 {
        font-size: 22px;
    }

    .introduction_lawyer .text {
        font-size: 4vw;
        padding: 0 7vw;
        align-items: center;
    }
    .introduction_lawyer .text .red {
        font-size: 8vw;
    }
    .introduction_info_flex .l_box .text, .introduction_info_flex .r_box .text{
        font-size: 3.5vw;
        padding: 0 2vw 0 8vw;
    }
    .introduction_info_flex .l_box .text .red, .introduction_info_flex .r_box .text .red{
        font-size: 5vw;
    }
    .introduction_lawyer_list li{
        flex-basis: 49%;
    }
}
@media screen and (max-width: 599px){
    .introduction_lawyer .text{
        width: 70%;
        font-size: 5vw;
    }
    .introduction_lawyer .img{
        width: 30%;
    }
    .introduction_lawyer .img .sp_img{
        display: block;
    }
    .introduction_lawyer .img .pc_img{
        display: none;
    }
    .introduction_lawyer .text .red {
        font-size: 10vw;
    }

    .introduction_info_flex{
        display: block;
    }
    .introduction_info_flex .l_box{
        margin-bottom: 20px;
    }
    .introduction_info_flex .l_box .text, .introduction_info_flex .r_box .text{
        width: 70%;
        font-size: 5vw;
        align-items: center;
        padding: 0 7vw;
    }
    .introduction_info_flex .l_box .img, .introduction_info_flex .r_box .img{
        width: 30%;
    }
    .introduction_info_flex .l_box .text .red, .introduction_info_flex .r_box .text .red{
        font-size: 10vw;
    }
}
@media screen and (max-width: 499px){
    .introduction_h2{
        font-size: 22px;
    }
    .introduction_h2 .red {
        font-size: 26px;
    }
    .introduction_h2_lawyer {
        font-size: 20px;
    }
    .introduction_h3 {
        font-size: 18px;
    }
    .txt_area.txt.center{
        text-align: left;
    }
    .introduction_lawyer_list{
        display: block;
    }
    .introduction_lawyer_list li + li{
        margin-top: 20px;
    }
    .introduction_page .btn_a{
        font-size: 14px;
        padding: 10px;
        max-width: 280px;
    }

}

/* 赤坂警察署 */
h2.akasaka_h2{
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 25px;
}
h2.akasaka_h2 .small{
    font-size: 28px;
}
h3.akasaka_h3{
    background-color: #322820;
    color: #fff;
    font-size: 28px;
    padding: 9px 20px;
    margin-bottom: 40px;
}
h4.akasaka_h4{
    font-size: 24px;
    padding-bottom: 6px;
    border-bottom: 5px solid #990000;
    position: relative;
    font-style: italic;
    margin-bottom: 30px;
}
h4.akasaka_h4::after{
    content: "";
    width: 10px;
    height: 5px;
    background-color: #fff;
    transform: skewX(-45deg);
    position: absolute;
    bottom: -5px;
    right: -3px;
}
h4.akasaka_h4 .count{
    font-size: 34px;
    color: #990000;
    margin-right: 5px;
    line-height: 1;
    position: relative;
    top:3px;
}
.akasaka_page{
    margin-bottom: 70px;
}
.akasaka_page:last-of-type{
    margin-bottom: 0;
}
.gmap{
    /*max-width: 670px;*/
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 30px;
}
.gmap iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.akasaka_page .btn_a_box{
    text-align: center;
    margin: 40px auto 80px;
}
.akasaka_page .btn_a{
    display: inline-block;
    width: auto;
    font-size: 16px;
    padding: 10px 60px;
}
.gray_box{
    background-color: #eaeae8;
    padding: 25px 20px 10px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}
.gray_box.mb{
    padding: 25px 20px 20px;
    margin-bottom: 80px;
}
.gray_box .bold{
    font-weight: bold;
    color: #322820;
}
.gray_box .txt_red{
    font-size: 36px;
    margin-right: 5px;
}
.gray_box .small{
    font-size: 18px;
}
.gray_box.merit03{
    margin: 80px 0 40px;
    padding: 35px 40px;
    text-align: left;
}
.gray_box.merit03 .title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 30px;
}
.text_note{
    font-size: 14px;
    letter-spacing: 0.02em;
}
.text_note .dot{
    margin-left: -3px;
    margin-right: -3px;
}
.text_note .mr{
    margin-right: -6px;
}
.text_note p + p{
    margin-top: 5px;
}
.txt_area.txt.mb{
    margin-bottom: 70px;
}
.text_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.text_flex .img{
    width: 270px;
}
.text_flex .txt_area{
    width: calc(100% - 270px);
    padding-left: 25px;
    margin-top: -8px;
}
.text_flex.merit03 .txt_area{
    padding-left: 0;
    padding-right: 25px;
}
.look_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    padding-top: 60px;
}
.look_flex .l_box{
    flex-basis: 49.7%;
    background-color: #f9f2f2;
    padding: 25px 10px;
    position: relative;
}
.look_flex .r_box{
    flex-basis: 49.7%;
    background-color: #eaeae8;
    padding: 25px 10px;
}
.look_flex .look_flex_info{
    position: absolute;
    top:-50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #990000;
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
    width: 60%;
    text-align: center;
    letter-spacing: 0.04em;
}
.look_flex .look_flex_info::after{
    content: "";
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #990000;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.look_flex .title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #322820;
}
.look_flex .look_flex_list{
    font-size: 16px;
    letter-spacing: 0.04em;
}
.look_flex .look_flex_list li{
    padding-left: 25px;
    position: relative;
    margin-left: 40px;
}
.look_flex .look_flex_list li::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 0;
    top:6px;
}
.look_flex .look_flex_list li + li{
    margin-top: 0.6em;
}
.check_list{
    text-align: left;
    margin: 20px 0 20px 30px;
}
.check_list li{
    position: relative;
    padding-left: 40px;
    letter-spacing: 0.04em;
    font-size: 16px;
    font-weight: bold;
}
.check_list li::before{
    content: "";
    background-image: url(../images/about/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6em;
    height: 2.2em;
    position: absolute;
    top:-0.4em;
    left: 0;
}
.check_list li + li{
    margin-top: 30px;
}
.point_box{
    background-color: #f9f2f2;
    padding: 25px 30px;
}
.point_box .title{
    font-size: 22px;
    font-weight: bold;
    color: #990000;
    padding: 0 0 15px 50px;
    position: relative;
}
.point_box .title::before{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #990000;
    position: absolute;
    top:15px;
    left: 0;
}
@media screen and (max-width: 767px){
    h2.akasaka_h2{
        font-size: 28px;
    }
    h2.akasaka_h2 .small{
        font-size: 22px;
    }
    h3.akasaka_h3{
        font-size: 22px;
        padding: 7px 15px;
        margin-bottom: 30px;
    }
    h4.akasaka_h4{
        font-size: 20px;
    }
    h4.akasaka_h4 .count{
        font-size: 26px;
        top:2px;
    }
    .gray_box{
        font-size: 18px;
    }
    .gray_box .txt_red {
        font-size: 28px;
    }
    .look_flex .title {
        font-size: 18px;
    }
    .look_flex .look_flex_list li{
        margin-left: 20px;
    }
    .gray_box.merit03 .title {
        font-size: 22px;
    }
}
@media screen and (max-width: 599px){
    .text_flex{
        flex-direction: column;
    }
    .text_flex .img {
        width: 100%;
        margin-bottom: 30px;
    }
    .text_flex .img img{
        margin: 0 auto;
    }
    .text_flex .txt_area {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    .look_flex{
        display: block;
    }
    .look_flex .l_box{
        margin-bottom: 5px;
    }
    .check_list{
        margin-left: 0;
    }
    .text_flex.merit03{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 499px){
    h2.akasaka_h2 {
        font-size: 6vw;
    }
    h3.akasaka_h3 {
        font-size: 5.5vw;
    }
    h4.akasaka_h4 {
        font-size: 5vw;
    }
    .akasaka_page .btn_a{
        font-size: 14px;
        padding: 10px 45px;
    }
    .gray_box {
        font-size: 16px;
    }
    .gray_box .txt_red {
        font-size: 24px;
    }
    .look_flex .look_flex_list li {
        margin-left: 5px;
    }
    .check_list li {
        padding-left: 25px;
    }
    .check_list li::before{
        width: 1.4em;
        top: -0.3em;
    }
    .gray_box.mb {
        padding: 25px 15px 20px;
    }
    .gray_box.merit03 {
        margin: 60px 0 30px;
        padding: 30px 20px;
    }
    .gray_box.merit03 .title {
        font-size: 5.5vw;
        text-align: left;
    }
    .point_box {
        padding: 25px 20px;
    }
}

/* ==========================
  モーダル（ポップアップ）
========================== */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 80%;
    max-width: 1200px;
    overflow-y: scroll;
    text-align: left;
}
.modal__content h3{
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-weight: bold;
}
.modal__content .subtitle{
    margin-bottom: 1em;
    font-size: 30px;
    font-weight: bold;
    color: #990000;
}
.modal__content .img{
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.modal__content .txt{
    text-align: justify;
}
.modal__content .js-modal-close{
    width: 80%;
    max-width: 300px;
    display: block;
    margin: 40px auto 0;
    padding: 0.5em 2em;
    background: #322820;
    border: 1px solid #000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.modal-close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
    top: 20px;
    right: 20px;
}
.modal-close::before, .modal-close::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #fff;
    z-index: 9999;
}
.modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width: 1023px){
    .modal__content h3{
        margin-bottom: 1em;
    }
    .modal__content .subtitle{
        font-size: 24px;
    }
    .modal__content .img{
        width: 30%;
    }
}
@media screen and (max-width: 767px){
    .modal__content h3{
        font-size: 20px;
    }
    .modal__content .subtitle{
        font-size: 20px;
    }
}
@media screen and (max-width: 499px){
    .modal__content{
        width: 93%;
        padding: 6%;
    }
    .modal__content h3{
        font-size: 5vw;
    }
    .modal__content .subtitle{
        font-size: 5vw;
    }
    .modal__content .img{
        float: none;
        text-align: center;
        width: 60%;
        margin: 0 auto 1em;
    }
}
@media screen and (max-width: 370px){
    .modal__content .txt p{
        font-size: 14px;
    }
}