@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%;
    }
}

.area {
    line-height: 1.6;
}

@media screen and (min-width: 981px) {
    .area {
        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: 7px;
    padding: 2px 15px 8px 15px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.05em;
    text-align: center;
    color: #fff;
    background-color: #002169;
}

.titleLine span.tx_small {
    display: block;
    font-size: 1.8rem;
}

.titleareanote {
    max-width: 320px;
    color: #eb7730;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    margin: 0 auto 10px auto;
}

@media screen and (min-width: 981px) {
    .titleLine {
        margin-bottom: 20px;
        padding: 7px 0 13px;
        font-size: 4rem;
        line-height: 1.2em;
    }
    
    .titleLine span.tx_small {
        font-size: 3rem;
    }
    
    .titleareanote {
        max-width: inherit;
        font-size: 2.4rem;
        text-align: center;
        margin: 0 auto 20px auto;
    }
}

.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;
    }
}

.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;
    }
}

.subTitle {
    position: relative;
    padding-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #002169;
}

@media screen and (min-width: 981px) {
    .subTitle {
        padding-bottom: 30px;
        font-size: 2.6rem;
    }
}

.subTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    border-bottom: 3px solid #eb7730;
}

@media screen and (min-width: 981px) {
    .subTitle::after {
        width: 60px;
    }
}

.navList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 15px;
    padding: 0 5px;
}

.navList::after {
    content: "";
    width: 32%;
    height: 0;
}

.navList__item {
    width: 32%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.navList__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px 5px 10px;
    height: 100%;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}

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

.imageList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 981px) {
    .navList {
        margin-bottom: 25px;
    }
    .imageList {
        width: 90%;
    }
}


.imageList__item {
    width: 100%;
    text-align: center;
}

.imageList__item:not(:first-child) {
    margin-top: 10px;
    width: 48%;
}

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

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

@media screen and (min-width: 981px) {
    .buttonList {
        justify-content: center;
        gap: 30px;
        position: static;
        margin-top: 20px;
        padding: 0;
        background-color: transparent;
    }
}

.buttonList__item {
    border-radius: 12px;
    box-shadow: -2px 4px 0 #969696;
    overflow: hidden;
}

@media screen and (min-width: 981px) {
    .buttonList__item {
        width: auto;
        height: 55px;
        box-shadow: none;
    }
}

.buttonList__item.--mail {
    width: 39.6634615385%;
}

@media screen and (min-width: 981px) {
    .buttonList__item.--mail {
        width: auto;
    }
}

.buttonList__item.--tel {
    flex: 1;
}

@media screen and (min-width: 981px) {
    .buttonList__item.--tel {
        flex: none;
        width: auto;
        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 12px 10px 12px;
    height: 100%;
    line-height: 1.2;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 981px) {
    .buttonList__item a {
        padding: 15px 10px;
        width: 330px;
        line-height: 1.6;
    }
}

.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: 1.4rem;
        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;
}

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

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

.message__content {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}

@media screen and (min-width: 981px) {
    .message__content {
        margin-top: 40px;
        align-items: center;
    }
}

.message__person {
    display: flex;
    width: 270px;
    margin: 20px auto 0 auto;
    justify-content: space-between;
}

@media screen and (min-width: 981px) {
    .message__person {
        display: block;
        width: 150px;
        margin: 0;
    }
}

.message__person img {
    width: 100px;
    height: auto;
}

@media screen and (min-width: 981px) {
    .message__person img {
        width: 100%;
        height: auto;
    }
}

.message__person figcaption {
    display: flex;
    width: calc(100% - 120px);
    font-size: 1.6rem;
    font-weight: bold;
    align-items: center;
}

.message__text {
    width: 100%;
}

@media screen and (min-width: 981px) {
    
    .message__person figcaption {
        display: block;
        width: 100%;
        line-height: 1.4em;
        margin-top: 5px;
    }
    
    .message__text {
        width: calc(100% - 190px);
    }
}

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

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

.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;
    }
}

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

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

.voiceList {
    margin-top: 30px;
}

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

.voiceList__item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ccc;
}

@media screen and (min-width: 981px) {
    .voiceList__item {
        width: 49%;
    }
}

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

@media screen and (min-width: 981px) {
    .voiceList__item:nth-child(2) {
        margin-top: 0;
    }
}

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

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

.voice__text {
    flex: 1;
}

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

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

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

.informationList {
    position: relative;
    margin-top: 30px;
}

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

.informationList__item {
    position: relative;
    padding: 10px 5px 10px 7px;
}

@media screen and (min-width: 981px) {
    .informationList__item {
        display: flex;
        gap: 30px;
        padding: 20px 5px;
    }
}

.informationList::before, .informationList__item::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.informationList::after, .informationList__item::after {
    content: "";
    position: absolute;
    left: 0;
    width: 10%;
    border-bottom: 1px solid #002169;
}

@media screen and (min-width: 981px) {
    .informationList::after, .informationList__item::after {
        width: 20%;
    }
}

.informationList::before, .informationList::after {
    top: 0;
}

.informationList__item::before, .informationList__item::after {
    bottom: 0;
}

.informationList__term {
    margin-bottom: 5px;
    font-weight: bold;
    color: #002169;
}

@media screen and (min-width: 981px) {
    .informationList__term {
        min-width: 200px;
        width: 20%;
    }
}

.informationList__description {
    display: flex;
    align-items: center;
}

.informationList__description a.btn_gray {
    width: 250px;
    margin: 5px 0;
}

@media screen and (min-width: 981px) {
    .informationList__description a.btn_gray {
        width: 270px;
        margin: 0;
    }
}

.supported {
    margin-top: 30px;
}

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

.supported__inner {
    padding: 15px 0 15px 10px;
    border: 1px solid #ccc;
}

@media screen and (min-width: 981px) {
    .supported__inner {
        padding: 40px 0 40px 40px;
    }
}

.supported__title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #002169;
    margin-left: 5px;
}

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

.supportedList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.supportedList__item {
    display: block;
    min-width: 30%;
    text-indent: -1.0em;
    padding-left: 1.0em;
    margin: 10px 3% 0 0;
}

.supportedList__item::before {
    content: "・";
    font-weight: bold;
    color: #ccc;
}

@media screen and (min-width: 981px) {
   .supportedList__item {
        margin: 25px 3% 0 0;
    }
}

.access {
    margin-top: 30px;
}

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

.access__map {
    margin-top: 30px;
}

.access__map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

@media screen and (min-width: 981px) {
    .access__map {
        margin-top: 40px;
    }
    
    .access__map iframe {
        aspect-ratio: 2/1;
    }
}

.informationList.accessList {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.informationList__descriptionList__item {
    padding-left: 1em;
    text-indent: -1em;
}

.informationList__descriptionList__item::before {
    content: "・";
    font-weight: bold;
    color: #ccc;
}

/* offices */
.offices {
    margin-top: 60px;
    padding: 40px 1em;
    background-color: #f2f2f2;
}

@media screen and (min-width: 981px) {
    .offices {
        margin-top: 100px;
        padding: 60px;
    }
}

.officesList {
    margin-top: 40px;
}

.officesList__item {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

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

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

.officesList__link {
    display: block;
    position: relative;
    padding: 20px 50px 20px 20px;
    text-decoration: none;
}

@media screen and (min-width: 981px) {
    .officesList__link {
        display: flex;
        align-items: flex-start;
        gap: 5%;
        padding: 40px 70px 40px 40px;
    }
}

.officesList__link:hover {
    text-decoration: none;
    color: inherit;
}

.officesList__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #eb7730;
    border-radius: 15px;
    transform: translateY(-50%);
}

@media screen and (min-width: 981px) {
    .officesList__link::before {
        right: 20px;
    }
}

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

@media screen and (min-width: 981px) {
    .officesList__link::after {
        right: 20px;
    }
}

.officesList__title {
    font-size: 1.8rem;
}

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

.officesList__content {
    margin-top: 20px;
}

@media screen and (min-width: 981px) {
    .officesList__content {
        margin-top: 0;
        width: 65%;
    }
}

.officesList__list {
    margin-top: 10px;
}

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

.officesList__term {
    font-weight: bold;
}

@media screen and (min-width: 981px) {
    .officesList__term {
        padding-right: 20px;
        min-width: 110px;
        font-weight: normal;
    }
}

@media screen and (min-width: 981px) {
    .officesList__description {
        position: relative;
        padding-left: 20px;
    }
}

@media screen and (min-width: 981px) {
    .officesList__description::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-left: 1px solid #ccc;
    }
}