@charset "UTF-8";
/** btn ********/
.btn {
    background: #87203e;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 1.35;
    min-width: 180px;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 15px 28px;
    transition: .3s;
}
.btn::after {
    content: "navigate_next";
    font-family: "Material Icons";
    font-size: 15px;
    line-height: 16px;
    top: 50%;
    right: 4px;
    position: absolute;
    width: 15px;
    margin-top: -8px;
}
.btn:hover {
    opacity: .7;
}
/** section ********/
.section {
    padding: 100px 0;
}
@media only screen and (max-width: 767px) {
    .section {
        padding: 40px 0;
    }
}
/**/
.section_title {
    text-align: center;
    font-size: 36px;
    line-height: 1.45;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
}
.section_title::before {
    position: absolute;
    left: 50%;
    content: "";
    width: 26px;
    height: 2px;
    margin-left: -13px;
    bottom: 0;
    background: #87203e;
}
.section_title .section_title-en {
    display: block;
    font-size: 16px;
    color: #87203e;
}
.section_title-sub {
    display: block;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: -25px;
}
@media only screen and (max-width: 767px) {
    .section_title {
        font-size: 24px;
        padding-bottom: 18px;
        margin-bottom: 20px;
    }
    .section_title .section_title-en {
        font-size: 15px;
    }
    .section_title-sub {
        font-size: 18px;
    }
}
/**　section_news　*********/
.section_news .section_title {
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 35px;
    text-align: left;
}
.section_news .section_title::before {
    display: none;
}
.section_news .btn {
    font-size: 13px;
    min-width: 120px;
    line-height: 30px;
    border: none;
    position: relative;
    padding: 0 15px 0 10px;
    letter-spacing: 0.05em;
}
.section_news .btn::after {
    font-size: 15px;
    line-height: 30px;
    right: 0;
    width: 15px;
    margin-top: -15px;
}
.section_news .list_listcat {
    border-top: 1px solid #d9d9d9;
}
.section_news .list_listcat dt {
    padding-top: 10px;
    font-size: 14px;
    color: #87203e;
}
.section_news .list_listcat dd {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}
.section_news .list_listcat dd a {
    color: #000000;
    text-decoration: none;
}
.section_news .list_listcat dd a:hover {
    color: #87203e;
    border-bottom: 1px solid #87203e;
}
.section_news .list_listcat .list_category {
    font-size: 82%;
    display: inline-block;
    margin-inline: 10px 8px;
    line-height: 1.85;
    vertical-align: text-top;
    padding: 0 5px;
    background: #eee;
    color: #87203e;
    font-weight: bold;
}
@media print, screen and (min-width: 768px) {
    .section_news .section_news_title {
        max-width: 220px;
    }
    .section_news .section_news_list {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .section_news .section_title {
        width: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .section_news_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section_news .section_title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
/* bnr */
.section_bnr {
    background: url("../img/top/top_sec-bnr_bg.jpg") no-repeat center;
    background-size: cover;
    background: #87203e;
    text-align: center;
}
.section_bnr p {
    margin-bottom: 25px;
}
.section_bnr .bnr_item {
    text-align: center;
    background: #fff;
    position: relative;
    transition: .3s;
}
.section_bnr .bnr_item .bnr_item-title {
    font-size: 20px;
}
.section_bnr .bnr_item .bnr_item-btn .link {
    width: 38px;
    height: 38px;
    color: #fff;
    background: #87203e;
    border-radius: 50%;
    display: block;
    margin-inline: auto;
    text-align: center;
    line-height: 38px;
    transition: .3s;
}
.section_bnr .bnr_item .bnr_item-btn .material-icons {
    line-height: 38px;
}
.section_bnr .bnr_item .bnr_link {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#tinymce .section_bnr .bnr_item .bnr_link {
    z-index: -1;
}
.section_bnr .bnr_item:hover {
    background: #9a0630;
    color: #fff;
}
.section_bnr .bnr_item:hover .bnr_item-btn .link {
    background: #fff;
    color: #87203e;
}
@media only screen and (max-width: 767px) {
    .section_bnr .bnr_item {
        margin-bottom: 15px;
    }
    .section_bnr .bnr_item:last-child {
        margin-bottom: 0;
    }
    .section_bnr .bnr_item p {
        margin-bottom: 0;
    }
    .section_bnr .bnr_item, 
    .section_bnr .bnr_item .bnr_item-txtbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section_bnr .bnr_item .bnr_item-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        margin-right: 3%;
        height: 0;
        padding-bottom: 40%;
        position: relative;
        overflow: hidden;
    }
    .section_bnr .bnr_item .bnr_item-img img {
        width: auto;
        height: 100%;
        position: absolute;
        max-width: none;
        top: 0;
        left: -33%;
    }
    .section_bnr .bnr_item .bnr_item-txtbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
        flex: 0 0 57%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .section_bnr .bnr_item .bnr_item-title {
        font-size: 18px;
        text-align: left;
        line-height: 1.5;
    }
    .section_bnr .bnr_item .bnr_item-btn .link {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 8px;
    }
    .section_bnr .bnr_item .bnr_item-btn .material-icons {
        line-height: 20px;
        font-size: 14px;
    }
}
/* feature */
.section_feature {
    text-align: center;
}
.section_feature .feature_item .feature_item-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1em;
}
.section_feature .feature_item p {
    text-align: left;
}
.feature_icon {
    background: #87203e;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-inline: auto;
}
@media only screen and (max-width: 767px) {
    .section_feature .feature_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .section_feature .feature_item:nth-child(2n) {
        margin-right: 0;
    }
    .feature_icon {
        width: 80px;
        height: 80px;
        background: transparent;
    }
    .feature_icon img {
        max-width: 100px;
        max-height: 100px;
    }
    .section_feature .feature_item .feature_item-title, 
    .section_feature .feature_item p {
        margin-bottom: 15px;
    }
    .section_feature .feature_item .feature_item-title .dib, 
    .section_feature .feature_item .feature_item-title .pcdb {
        display: block;
    }
}
/*message*/
.section_message {
    padding-top: 0;
}
.section_message .massage_item-title {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.57;
    margin-bottom: 1.2em;
}
@media print, screen and (min-width: 768px) {}
@media print, screen and (min-width: 880px) {
    .section_message {
        padding-bottom: 200px;
    }
    .section_message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section_message .massage_item-image {
        width: 53.2%;
        max-width: 1020px;
        position: relative;
        margin-right: 40px;
        margin-bottom: 0;
        height: 800px;
    }
    .section_message .massage_item-image img {
        position: absolute;
        top: 0;
        right: 0;
        width: 1020px;
        height: 800px;
        max-width: none;
    }
    .section_message .massage_item-image::before {
        content: "";
        position: absolute;
        background: #f3f3f3;
        width: 100%;
        height: 100%;
        right: -90%;
        top: 100px;
        z-index: -1;
    }
    .section_message .section_message_container::before {
        z-index: 0;
    }
    .section_message .section_message_container {
        width: 40%;
        position: relative;
        margin-top: 150px;
    }
}
@media print, screen and (min-width: 1000px) {
    .section_message .massage_item-txtbox {
        width: 400px;
    }
}
@media only screen and (max-width: 879px) {
    .section_message .section_message_container {
        margin-inline: 20px;
    }
}
@media print, screen and (min-width: 768px) and (max-width: 879px) {
    .section_message .massage_item-image {
        width: 85%;
        margin-bottom: -100px;
    }
    .section_message .section_message_container {
        width: 70%;
        margin-left: auto;
        margin-right: 80px;
        position: relative;
    }
    .section_message .section_message_container::before {
        content: "";
        position: absolute;
        width: 120%;
        height: 120%;
        width: calc(100% + 160px);
        height: calc(100% + 160px);
        top: -80px;
        left: -80px;
        background: #f3f3f3;
    }
    .section_message .massage_item-txtbox {
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    .section_message .massage_item-title {
        font-size: 24px;
    }
}
/* default */
.section_default {
    background: #fff;
}
/* default_bg */
.section_default_bg {
    background: #f3f3f3;
}
/** underpage ******/
.underpage .lawyer_name {
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}
.underpage .lawyer_name::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 26px;
    height: 2px;
    bottom: 0;
    background: #87203e;
}
.underpage .lawyer_name .name,
.underpage .lawyer_name .kana,
.underpage .lawyer_name .subtxt {
    display: inline-block;
}
.underpage .lawyer_name .kana {
    font-size: 26px;
    line-height: 1.4;
}
.underpage .lawyer_name .subtxt {
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
    .underpage .lawyer_name {
        font-size: 24px;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 15px;
    }
    .underpage .lawyer_name .kana {
        font-size: 20px;
    }
    .underpage .lawyer_name .subtxt {
        font-size: 18px;
    }
}

@media ( min-width : 768px ) {
  .greeting_contaienr {
    display: grid;
    grid-template-columns: 32% 64%;
    gap: 2%;
    align-items: center;
  }
}
@media ( max-width : 767px ) {
  .greeting_contaienr .col:not(:last-child) {
    margin-bottom: 20px;
  }
}