@charset "UTF-8";

.footer-navigations {
    display: none;
}

.breadcrumbsWrap {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .breadcrumbsWrap {
        padding: 0 1em;
        width: 100%;
    }
}

.column {
    line-height: 1.6;
}

@media screen and (min-width: 981px) {
    .column {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 981px) {
    .container {
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (min-width: 981px) {
    .pc-none {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .sp-none {
        display: none;
    }
}

.titleLine {
    margin-bottom: 20px;
    padding: 5px 20px 10px 20px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    color: #fff;
    background-color: #002169;
}

@media screen and (min-width: 981px) {
    .titleLine {
        padding: 20px 0 25px;
        font-size: 4rem;
        line-height: 1.3em;
    }
}

.secTitle {
    position: relative;
    padding-bottom: 10px;
    font-size: 2.4rem;
    text-align: center;
    color: #002169;
}

@media screen and (min-width: 981px) {
    .secTitle {
        padding-bottom: 20px;
        font-size: 3rem;
    }
}

@media screen and (min-width: 981px) {
    .secTitle.--large {
        font-size: 4rem;
    }
}

.secTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20%;
    border-bottom: 3px solid #eb7730;
    transform: translateX(-50%);
}

@media screen and (min-width: 981px) {
    .secTitle::after {
        width: 10%;
        border-bottom-width: 1px;
    }
}

.secTitle.--large small {
    display: inline-block;
    width: 100%;
    font-size: 2rem;
    text-align: left;
}

@media screen and (min-width: 981px) {
    .secTitle.--large small {
        font-size: 3rem;
    }
}

.buttonList {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 51;
    padding: 12px 8px;
    width: 100%;
    background-color: #f2f2f2;
}

@media screen and (min-width: 981px) {
    .buttonList {
        position: static;
        margin-top: 40px;
        padding: 0;
        background-color: transparent;
    }
}

.buttonList__item {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (min-width: 981px) {
    .buttonList__item.--tel {
        border: 1px solid #002169;
    }
}

@media screen and (min-width: 981px) {
    .buttonList__item .inner {
        line-height: 1;
    }
}

.buttonList__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

@media screen and (min-width: 981px) {
    .buttonList__item a {
        padding: 20px;
        font-size: 3rem;
        text-align: center;
    }
}

.buttonList__item.--mail a {
    background-color: #ff5d12;
}

.buttonList__item.--tel a {
    background-color: #01af00;
}

@media screen and (min-width: 981px) {
    .buttonList__item.--tel a {
        color: #002169;
        background-color: #fff;
    }
}

.buttonList__item a small {
    font-size: 1.2rem;
    font-weight: normal;
}

@media screen and (min-width: 981px) {
    .buttonList__item a small {
        font-size: 2rem;
        color: #000;
    }
}

.more {
    margin-top: 10px;
    padding-right: 10px;
    text-align: right;
}

.more a {
    padding: 0 3px 3px;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.introText {
    margin-top: 20px;
    font-size: 1.6rem;
}

@media screen and (min-width: 981px) {
    .introText {
        margin-top: 40px;
        font-size: 2rem;
    }
}

/* selected */
.selected {
    margin-top: 40px;
}

@media screen and (min-width: 981px) {
    .selected {
        margin-top: 80px;
    }
}

.selectedList {
    margin-top: 20px;
}

@media screen and (min-width: 981px) {
    .selectedList {
        margin-top: 40px;
    }
}

.selectedList__item:not(:first-child) {
    margin-top: 40px;
}

@media screen and (min-width: 981px) {
    .selectedList__item:not(:first-child) {
        margin-top: 80px;
    }
}

.selected__intro {
    font-size: 1.6rem;
}

@media screen and (min-width: 981px) {
    .selected__intro {
        font-size: 2rem;
    }
}

.selected__image {
    margin-top: 20px;
    overflow-x: scroll;
}

@media screen and (min-width: 981px) {
    .selected__image {
        margin-top: 40px;
    }
}

.selected__imageList {
    display: inline-block;
    min-width: 100%;
    white-space: nowrap;
}

.selected__imageList__item {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

.selected__imageList__item:not(:first-child) {
    margin-left: 10%;
}

.selected__imageList__item img {
    max-width: 100%;
    height: auto;
}

.selected__details {
    margin-top: 10px;
}

@media screen and (min-width: 981px) {
    .selected__details {
        margin-top: 20px;
    }
    
    .selected__imageList__item {
        width: 45%;
    }
}

.selected__name {
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (min-width: 981px) {
    .selected__name {
        font-size: 2.2rem;
    }
}

.selected__text {
    font-size: 1.6rem;
}

@media screen and (min-width: 981px) {
    .selected__text {
        font-size: 2rem;
    }
}

.selected__button {
    margin-top: 20px;
    text-align: center;
}

@media screen and (min-width: 981px) {
    .selected__button {
        margin-top: 40px;
    }
}

.selected__button a {
    display: inline-block;
    padding: 5px 20px;
    min-width: 200px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #ff5d12;
    border-radius: 5px;
}

@media screen and (min-width: 981px) {
    .selected__button a {
        min-width: 400px;
        font-size: 2rem;
    }
}

/* voice */
.voice {
    margin-top: 40px;
}

@media screen and (min-width: 981px) {
    .voice {
        margin-top: 80px;
    }
}

.voiceList {
    margin-top: 20px;
}

@media screen and (min-width: 981px) {
    .voiceList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
}

.voiceList__item {
    padding: 20px;
    width: 100%;
    border: 1px solid #ccc;
}

.voiceList__item:not(:first-child) {
    margin-top: 20px;
}

.voice__text {
    font-size: 1.6rem;
}

@media screen and (min-width: 981px) {
    .voice__text {
        font-size: 2rem;
    }
}

/* member */
.member {
    margin-top: 40px;
}

@media screen and (min-width: 981px) {
    .member {
        margin-top: 80px;
    }
}

.member__profile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

@media screen and (min-width: 981px) {
    .member__profile {
        gap: 40px;
        margin-top: 40px;
    }
}

.member__image {
    margin: 0;
    max-width: 100px;
    width: 30%;
}

@media screen and (min-width: 981px) {
    .member__image {
        max-width: 200px;
    }
}

.member__image img {
    max-width: 100%;
    height: auto;
}

.member__text {
    width: 60%;
}

.member__name {
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (min-width: 981px) {
    .member__name {
        font-size: 2.4rem;
    }
}

.member__office {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

@media screen and (min-width: 981px) {
    .member__office {
        margin-top: 20px;
    }
}

@media screen and (min-width: 981px) {
    .member__office__inner {
        font-size: 2.2rem;
    }
}

.member__office__name {
    font-weight: bold;
}

/* case */
.case {
    margin-top: 40px;
}

@media screen and (min-width: 981px) {
    .case {
        margin-top: 80px;
    }
}

.caseList {
    margin-top: 20px;
}

@media screen and (min-width: 981px) {
    .caseList {
        margin-top: 40px;
    }
}

.caseList__item {
    border: 2px solid #ccc;
}

.caseList__item:not(:first-child) {
    margin-top: 10px;
}

@media screen and (min-width: 981px) {
    .caseList__item:not(:first-child) {
        margin-top: 20px;
    }
}

.caseList__item a {
    display: block;
    position: relative;
    padding: 10px 40px 10px 50px;
    font-size: 1.6rem;
    text-decoration: none;
    background-image: linear-gradient(to left, #002169 30px, #fff 30px);
}

@media screen and (min-width: 981px) {
    .caseList__item a {
        padding: 20px 100px;
        font-size: 2.4rem;
        background-image: linear-gradient(to left, #002169 80px, #fff 80px);
    }
}

.caseList__item a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 27px;
    height: 29px;
    background-image: url(../images/column/icon_light.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

@media screen and (min-width: 981px) {
    .caseList__item a::before {
        left: 20px;
        width: 45px;
        height: 49px;
    }
}

.caseList__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
    transform: translateY(-50%);
}

@media screen and (min-width: 981px) {
    .caseList__item a::after {
        right: 5px;
        border-top: 15px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #fff;
    }
}