﻿:root {
    --header-height: 90px;
    scroll-padding-top: var(--header-height);
}
@media screen and (max-width: 767px) {
    :root {
        --header-height: 150px;
    }
}

.d-none {
    display: none;
}

.ml-15 {
    margin-left: 15px;
}

.inline-block {
    display: inline-block;
}

.wrap {
    width: 92%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 62.5%;
    }
    .wrap {
        width: 100%;
    }
}

ul {
    list-style: none;
}

.swiper-slide1 {
    position: relative;
    height: 460px;
    width: 100%;
    overflow: hidden;
}

.swiper-slide1::before {
    display: none;
}

.swiper-slide1 img {
    min-width: 1440px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 7px;
    position: absolute;
}

.search-pagination {
    margin-top: 3em;
}

.search-pagination .pagination-num {
    margin: 0 0 1em 2%;
}

.search-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.search-pagination ul li {
    width: 3em;
    height: 3em;
    margin: 0 1% 2%;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .search-pagination ul li {
        font-size: 1.6rem;
    }
}

.search-pagination ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #1d3672;
    border: 1px solid #1d3672;
    transition: 0.3s ease;
}

.search-pagination ul a:hover {
    background: #fff;
    color: #1d3672;
}

.page-item.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.page-item.active a {
    background: #fff;
    color: #1d3672;
    pointer-events: none;
}

.top_box {
    padding-bottom: 10%;
    background: #edf7fc;
    text-align: left;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .top_box {
        padding-bottom: 204px;
        font-size: 1.6rem;
    }
}

.top_box *,
.top_box *::before,
.top_box *::after {
    box-sizing: border-box;
}

.top_box img {
    max-width: 100%;
}

.title2 {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
    width: 640px;
    font-size: 51px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 4px !important;
    text-align: center;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .title2 {
        width: 780px;
    }
}

.title2 li {
    position: relative;
    margin-top: 0;
    padding: 0.2em 0.6em;
    background: #1d3672;
    color: #fff;
}

.title2 .title-inner {
    margin-left: 0.5em;
}

.title2 .title-icon {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
}

.title2 .title-icon img {
    position: static;
    min-width: auto;
    transform: translate(20.6422018349%, -40%);
}

.mokuji {
    margin-bottom: 10%;
}

.search-block {
    margin-bottom: 17.3913043478%;
    font-size: 2.4rem;
}
.bg-wt {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #ddd;
}

@media screen and (min-width: 768px) {
    .search-block {
        margin-bottom: 8.5106382979%;
    }
}

.search-block input,
.search-block button,
.search-block select,
.search-block textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    padding: 1em;
    font: inherit;
    outline: none;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .search-block input,
    .search-block button,
    .search-block select,
    .search-block textarea {
        font-size: 1.6rem;
    }
}

.search-block label {
    font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
    .search-block label {
        font-size: 1.6rem;
    }
}

.search-block textarea {
    resize: vertical;
}

.search-block input[type="checkbox"],
.search-block input[type="radio"] {
    display: none;
}

.search-block input[type="checkbox"]:checked ~ label {
    color: #1d3672;
}

.search-block input[type="checkbox"]:checked ~ label::after {
    opacity: 1;
}

.search-block input[type="checkbox"] ~ label {
    display: inline-block;
    position: relative;
    padding-left: 3.7rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .search-block input[type="checkbox"] ~ label {
        padding-left: 2.5rem;
    }
}

.search-block input[type="checkbox"] ~ label::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0.6rem;
    width: 1.3rem;
    height: 3.2rem;
    border-bottom: 0.3rem solid currentColor;
    border-right: 0.3rem solid currentColor;
    transition: 0.4s ease;
    opacity: 0;
    transform: rotate(35deg);
    content: "";
}

@media screen and (min-width: 768px) {
    .search-block input[type="checkbox"] ~ label::after {
        top: 0;
        left: 0.4rem;
        width: 0.8rem;
        height: 2rem;
    }
}

.search-block input[type="checkbox"] ~ label::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 0.5em;
    background: #fff;
    border: 0.2rem solid #afafaf;
    transform: translateY(-50%);
    content: "";
}

@media screen and (min-width: 768px) {
    .search-block input[type="checkbox"] ~ label::before {
        width: 1.6rem;
        height: 1.6rem;
    }
}

.search-block input[type="submit"],
.search-block input[type="button"],
.search-block label,
.search-block button,
.search-block select {
    cursor: pointer;
}

.search-block .search-input {
    display: flex;
}

.search-block .form-input {
    flex: 1;
    background: #fff;
}

.search-block .keyword-button-box {
    margin: 1em 0 0 auto;
}

@media screen and (min-width: 768px) {
    .search-block .keyword-button-box {
        margin: 0 0 0 1em;
    }
}

.search-block .keyword-button-box button {
    flex-direction: column;
    width: auto;
    padding: 0.2em 1em;
}

@media screen and (min-width: 768px) {
    .search-block .keyword-button-box button {
        flex-direction: row;
        padding: 1em;
    }
}

.search-block .keyword-button-box .search-icon {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .search-block .keyword-button-box .search-icon {
        margin-right: 1rem;
    }
}

.search-block .company-button-box button {
    flex-direction: column;
    width: auto;
    padding: 0.2em 1em;
    margin-left: 1em;
}

@media screen and (min-width: 768px) {
    .search-block .company-button-box button {
        flex-direction: row;
        padding: 1em;
    }
}

.search-block .company-button-box .search-icon {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .search-block .company-button-box .search-icon {
        margin-right: 1rem;
    }
}

.search-block .other-button-box {
    margin: 11.3043478261% auto 0;
}

@media screen and (min-width: 768px) {
    .search-block .other-button-box {
        max-width: 340px;
        margin-top: 6.3829787234%;
    }
}

.search-block .search-icon {
    width: 2.8rem;
    margin-right: 1rem;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .search-block .search-icon {
        width: 1.9rem;
    }
}

.search-block .select-box {
    position: relative;
    padding-right: 1.2rem;
    background: #fff;
}

.search-block .select-box::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.6em;
    border-top: 3rem solid #1d3672;
    border-right: 1.5rem solid transparent;
    border-left: 1.5rem solid transparent;
    transform: translateY(-50%);
    pointer-events: none;
    content: "";
}

@media screen and (min-width: 768px) {
    .search-block .select-box::after {
        border-top-width: 1.6rem;
        border-right-width: 0.8rem;
        border-left-width: 0.8rem;
    }
}

.search-block select::-ms-expand {
    display: none;
}

.search-block .form-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 1.5em auto 0;
    background: #547ad4;
    border-radius: 1rem;
    color: #fff;
    font-weight: bold;
    transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
    .search-block .form-clear {
        max-width: 340px;
    }
}

.search-block .form-clear:hover {
    background: #91a9e3;
}

.search-block .form-clear:disabled {
    opacity: 0.6;
    pointer-events: none;
}

.error-message {
    color: red;
}

.button-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 1em 0;
    background: rgba(0, 0, 0, 0.6);
}

.button-container .container-inner {
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
}

.button-container .button-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.button-container .button-list > li {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .button-container .button-list > li {
        flex: 1;
    }
}

.button-container .button-list > li + li {
    margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
    .button-container .button-list > li + li {
        margin: 0 0 0 4%;
    }
}

.button-container .form-clear {
    width: 100%;
    max-width: none;
    margin: 0;
}

.button-container .submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d3672;
    border-radius: 1rem;
    color: #fff;
    font-weight: bold;
    transition: 0.3s ease;
}

.button-container .submit-button:hover {
    background: #547ad4;
}

.button-container .submit-button:disabled {
    opacity: 0.6;
    pointer-events: none;
}

.button-container .contact-button {
    background: #ee7800;
    border-radius: 1rem;
    color: #fff;
    font-weight: bold;
    transition: 0.3s ease;
}

.button-container .contact-button:hover {
    background: #ffab55;
}

.button-container .contact-button:disabled {
    opacity: 0.6;
    pointer-events: none;
}

.error-message-box {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100%;
    margin-bottom: 0.5em;
    padding: 3% 2%;
    background: #fcefed;
    border: 2px solid #ee7800;
    color: #ee7800;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .error-message-box {
        padding: 1% 2%;
        font-size: 1.6rem;
    }
}

.error-message-box::after {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 3.2rem solid #ee7800;
    border-right: 2.4rem solid transparent;
    border-left: 2.4rem solid transparent;
    transform: translateX(-50%);
    content: "";
}

@media screen and (min-width: 768px) {
    .error-message-box::after {
        border-top-width: 1.6rem;
        border-right-width: 1.2rem;
        border-left-width: 1.2rem;
    }
}

.error-message-box .large {
    font-size: 130%;
}

.checkbox-label {
    color: #1d3672 !important;
}

.checkbox-label::after {
    border-color: #5dafff !important;
}

.search-container + .search-container {
    margin-top: 50px;
}

.search-container.open .container-title .icon::after {
    opacity: 0;
    transform: translateY(-50%) rotate(0);
}

.search-container.open .search-container-body {
    max-height: 500rem;
}

.l-wrapper h3.container-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 1em;
    border-bottom: 4px solid currentColor;
    font-size: 2rem;
    line-height: 1.4;
    color: #1d3672;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .container-title {
        font-size: 2rem;
    }
}

.container-title .title-icon {
    margin: 0 1em;
    line-height: 1;
}

.container-title .icon {
    position: relative;
    width: 1em;
    height: 1em;
    margin-left: auto;
}

.container-title .icon::before,
.container-title .icon::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: currentColor;
    transform: translateY(-50%);
    content: "";
}

.container-title .icon::after {
    transition: 0.3s ease;
    transform: translateY(-50%) rotate(90deg);
}

.search-container-body {
    max-height: 0;
    transition: 0.6s ease;
    overflow: hidden;
}

.search-content-inner + .search-content-inner {
    margin-top: 2em;
}

.search-input-box {
    margin: 1em 0;
    padding: 1em 1em 1.5em;
    background: #ececec;
}

@media screen and (min-width: 768px) {
    .search-input-box {
        padding: 1em 1.5em 1.5em;
    }
}

.search-input-box__inner {
    display: block;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .search-input-box__inner {
        padding-top: 50px;
    }
}

.search-input-box p {
    width: 100%;
    align-self: center;
    margin-right: 1em;
    margin-bottom: 0 !important;
    color: #1d3672;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .search-input-box__inner {
        display: flex;
    }
    .search-input-box p {
        width: auto;
        font-size: 2rem;
    }
}

.form-input-box {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .form-input-box {
        flex: 1;
        width: 49%;
    }
}

.form-input-box label {
    margin-bottom: 0.3em;
    color: #1d3672;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .form-input-box label {
        position: absolute;
        bottom: 100%;
        left: 0;
    }
}

.pull-down {
    width: 100%;
}

.pull-down::after {
    pointer-events: none;
    position: absolute;
    color: #666666;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    content: "▼";
    font-size: 20px;
}

.form-input-box input[type="text"] {
    background: #fff;
    box-sizing: border-box;
}

.form-input-box select {
    background: #f5f5f5;
    box-sizing: border-box;
    border-radius: 3px;
    border: 2px solid #ececec;
}

.form-input-box + .form-input-box {
    margin-left: 0%;
}

.search-button-box {
    align-self: flex-end;
}

.search-button-box button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d3672;
    border-radius: 1rem;
    color: #fff;
    font-weight: bold;
    transition: 0.3s ease;
}

.search-button-box button:hover {
    background: #547ad4;
}

.search-button-box button:disabled {
    opacity: 0.6;
    pointer-events: none;
}

.search-checkbox:checked ~ .search-item-label {
    background: #5dafff;
}

.search-item-label {
    display: block !important;
    padding: 0.5em 1em !important;
    background: #fff;
    border: 2px solid currentColor;
    color: #1d3672;
    line-height: 1.6;
    transition: 0.3s ease;
}

.search-item-label:hover {
    background: #5dafff;
}

.search-item-label::before,
.search-item-label::after {
    display: none !important;
}

.service-group {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .form-input-box + .form-input-box {
        margin-left: 2%;
    }
    .service-group {
        flex-direction: row;
    }
}

.service-group + .service-group {
    margin-top: 1.5em;
}

.service-group .small {
    font-size: 87%;
}

.service-category {
    display: flex;
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
    .service-category {
        width: 30.8510638298%;
        margin: 0 3.1914893617% 0 0;
    }
}

.service-category .img-box {
    width: 60%;
}

@media screen and (min-width: 768px) {
    .service-category .img-box {
        width: 58.6206896552%;
    }
}

.service-category .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-label {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0.5em 1em;
    background: #1d3672;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .category-label {
        font-size: 1.6rem;
    }
}

.search-items {
    flex: 1;
}

@media screen and (min-width: 768px) {
    .search-items .search-list {
        align-content: space-between;
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .search-items .search-list > li {
        margin: 0.1em 0.5em 0.1em 0;
    }
}

.search-list {
    display: flex;
    flex-wrap: wrap;
}

.search-list > li {
    margin: 0 0.5em 0.5em 0;
}

.area-row {
    display: flex;
    flex-wrap: wrap;
}

.area-col {
    width: 100%;
    padding: 1em 0;
    border-bottom: 2px dotted #ccd1d3;
}

@media screen and (min-width: 768px) {
    .area-col {
        width: 50%;
    }
}

.area-col.wide {
    width: 100%;
}

.area-header {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.area-header::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.4em;
    height: 0.4em;
    margin-left: 0.5em;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    vertical-align: middle;
    transition: 0.3s ease;
    transform: translateY(-40%) rotate(45deg);
    content: "";
}

.area-header.open::after {
    transform: translateY(-20%) rotate(-135deg);
}

.area-header.open ~ .area-body {
    display: block;
}

.area-block ~ label {
    position: relative;
    z-index: 1;
    padding-right: 1em;
}

.area-body {
    display: none;
}

.area-list {
    display: flex;
    flex-wrap: wrap;
}

.area-list > li {
    margin-right: 1em;
}

.search-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5em;
    border-bottom: 0.8rem solid currentColor;
    color: #1d3672;
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .search-title {
        font-size: 2.5rem;
    }
}

.search-title .title-inner {
    margin-right: 3%;
}

.search-content + .search-content {
    margin-top: 10.1449275362%;
}

@media screen and (min-width: 768px) {
    .search-content + .search-content {
        margin-top: 6.3829787234%;
    }
}

.search-content .content-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3%;
}

.search-content .search-item {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .search-content .search-item {
        width: 48%;
    }
}

.search-content .search-item + .search-item {
    margin-top: 3%;
}

@media screen and (min-width: 768px) {
    .search-content .search-item + .search-item {
        margin-top: 0;
    }
}

.search-content .item-title {
    margin-bottom: 0.6rem;
    color: #1d3672;
    font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
    .search-content .item-title {
        font-size: 1.6rem;
    }
}

.search-content .content-box {
    padding: 3.1914893617% 4.2553191489%;
    background: #fff;
}

.search-content .content-box ul {
    display: flex;
    flex-wrap: wrap;
}

.search-content .content-box ul li {
    margin: 0 1em 0.5em 0;
    color: #898989;
    font-size: 1.6rem;
}

.search-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}

.search-tags li {
    margin: 0 0.5em 0.5em 0;
}

.search-tags button {
    display: flex;
    align-items: center;
    padding: 0.5em;
    background: #fff;
}

.search-tags button:hover .del-icon {
    background: #547ad4;
}

.search-tags button .del-icon {
    display: block;
    position: relative;
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
    background: #1d3672;
    transition: 0.3s ease;
}

.search-tags button .del-icon::before,
.search-tags button .del-icon::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background: #fff;
    content: "";
}

.search-tags button .del-icon::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.search-tags button .del-icon::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.content-title {
    margin-bottom: 1em;
    padding-left: 0.8em;
    border-left: 1rem solid currentColor;
    color: #1d3672;
    font-size: 2rem;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .content-title {
        font-size: 2rem;
    }
}

.form-content {
    width: 88.4057971014%;
    margin: 0 auto;
}

.result-block .title-box {
    margin-bottom: 2.5em;
}

.result-block .title-box > p {
    text-align: left;
    font-size: 1.5rem;
}

.result-block .block-title {
    margin-bottom: 20px;
    color: #1d3672;
    font-size: 2rem;
    border-bottom: 0.8rem solid currentColor;
}

@media screen and (min-width: 768px) {
    .result-block .block-title {
        font-size: 2rem;
    }
}

.result-block .block-title span {
    font-size: 2.5rem;
}

.custom-checkbox {
    display: none;
}

.custom-checkbox:checked ~ label {
    color: #1d3672;
}

.custom-checkbox:checked ~ label::after {
    opacity: 1;
}

.custom-checkbox ~ label {
    display: inline-block;
    position: relative;
    padding-left: 3.7rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .custom-checkbox ~ label {
        padding-left: 2.5rem;
    }
}

.custom-checkbox ~ label::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 0.5em;
    background: #fff;
    border: 0.2rem solid #afafaf;
    transform: translateY(-50%);
    content: "";
}

@media screen and (min-width: 768px) {
    .custom-checkbox ~ label::before {
        width: 1.6rem;
        height: 1.6rem;
    }
}

.custom-checkbox ~ label::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0.6rem;
    width: 1.3rem;
    height: 3.2rem;
    border-bottom: 0.3rem solid currentColor;
    border-right: 0.3rem solid currentColor;
    transition: 0.4s ease;
    opacity: 0;
    transform: rotate(35deg);
    content: "";
}

@media screen and (min-width: 768px) {
    .custom-checkbox ~ label::after {
        top: 0;
        left: 0.4rem;
        width: 0.8rem;
        height: 2rem;
    }
}

.custom-checkbox ~ .contact-checkbox-label {
    margin-top: 1.5em;
    padding: 0 3.7rem 0 0;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .custom-checkbox ~ .contact-checkbox-label {
        margin: 0;
        padding-right: 2.5rem;
    }
}

.custom-checkbox ~ .contact-checkbox-label > span {
    padding: 0.2em 0.5em;
    background: #ee7800;
    border-radius: 5px;
    color: #fff;
}

.custom-checkbox ~ .contact-checkbox-label::before {
    right: 0;
    left: auto;
    margin: 0 0 0 0.5em;
}

.custom-checkbox ~ .contact-checkbox-label::after {
    right: 0.6rem;
    left: auto;
    border-color: #ee7800;
}

@media screen and (min-width: 768px) {
    .custom-checkbox ~ .contact-checkbox-label::after {
        right: 0.4rem;
    }
}

.result-item {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
}

.result-item + .result-item {
    margin-top: 7.4626865672%;
}

.result-item .item-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1.6em 0.5em;
    background: #1d3672;
}

@media screen and (min-width: 768px) {
    .result-item .item-header {
        padding: 1.6em 1em;
        flex-wrap: nowrap;
    }
}

.result-item .item-header .item-title {
    padding: 0;
    background: none;
}

@media screen and (min-width: 768px) {
    .result-item .item-header .item-title {
        text-align: left;
    }
}

.result-item .item-header .item-contact {
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .result-item .item-header .item-contact {
        margin-left: auto;
    }
}

.result-item .item-title {
    padding: 1.6em 0.5em;
    background: #1d3672;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .result-item .item-title {
        font-size: 1.8rem;
    }
}

.result-item .item-body {
    padding: 4.347826087% 5.7971014493% 7.2463768116%;
}

@media screen and (min-width: 768px) {
    .result-item .item-body {
        padding: 3.1914893617% 5.3191489362% 4.0425531915%;
    }
}

.result-item .item-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.result-item .info-box {
    width: 100%;
    margin-bottom: 5%;
}

@media screen and (min-width: 768px) {
    .result-item .info-box {
        width: 47.619047619%;
        margin-bottom: 0;
    }
}

.result-item .info-box p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .result-item .info-box p {
        font-size: 1.6rem;
    }
}

.result-item .zip::before {
    display: inline-block;
    content: "〒";
}

.result-item .telephone::before {
    display: inline-block;
    margin-right: 0.3em;
    content: "TEL:";
}

.result-item .fax::before {
    display: inline-block;
    margin-right: 0.3em;
    content: "FAX:";
}

.result-item .e-mail::before {
    display: inline-block;
    margin-right: 0.3em;
    content: "e-mail:";
}

.result-item .website::before {
    display: inline-block;
    margin-right: 0.3em;
    content: "公式サイト:";
}

.result-item .website a {
    color: #1d3672;
    text-decoration: underline;
}

.result-item .website a:hover {
    text-decoration: none;
}

.result-item .website .blank-icon {
    display: inline-block;
    position: relative;
    width: 2.4rem;
    height: 2rem;
    margin-left: 0.5rem;
    padding: 0.4rem 0.4rem 0 0;
}

@media screen and (min-width: 768px) {
    .result-item .website .blank-icon {
        width: 2.3rem;
        height: 1.9rem;
        padding: 0.3rem 0.3rem 0 0;
    }
}

.result-item .website .blank-icon::before,
.result-item .website .blank-icon::after {
    display: block;
    position: absolute;
    width: 2rem;
    height: 1.6rem;
    content: "";
}

.result-item .website .blank-icon::before {
    bottom: 0;
    left: 0;
    border: 0.2rem solid #1d3672;
}

.result-item .website .blank-icon::after {
    top: 0;
    right: 0;
    border-top: 0.2rem solid #1d3672;
    border-right: 0.2rem solid #1d3672;
}

.result-item .map {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .result-item .map {
        width: 42.8571428571%;
    }
}

.result-item .map a {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    transition: 0.3s ease;
}

.result-item .map a:hover {
    color: #547ad4;
}

.detail-container {
    margin-top: 6.2295081967%;
}

@media screen and (min-width: 768px) {
    .detail-container {
        margin-top: 3.5714285714%;
    }
}

.detail-container .detail-button {
    display: block;
    width: 100%;
    padding: 1em 0.5em;
    background: #daeef9;
    color: #1d3672;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .detail-container .detail-button {
        font-size: 1.4rem;
    }
}

.detail-container .detail-button .close {
    display: none;
}

.detail-container .plus-icon {
    display: inline-block;
    position: relative;
    width: 2rem;
    height: 1rem;
    margin-right: 1rem;
}

@media screen and (min-width: 768px) {
    .detail-container .plus-icon {
        width: 1.2rem;
        height: 1.2rem;
    }
}

.detail-container .plus-icon::before,
.detail-container .plus-icon::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #1d3672;
    transform: translateY(-50%);
    content: "";
}

.detail-container .plus-icon::after {
    transition: 0.6s ease;
    transform: translateY(-50%) rotate(90deg);
}

[name="detail-checkbox"] {
    display: none;
}

[name="detail-checkbox"]:checked ~ .detail-button .plus-icon::after {
    opacity: 0;
    transform: translateY(-50%) rotate(0);
}

[name="detail-checkbox"]:checked ~ .detail-button .open {
    display: none;
}

[name="detail-checkbox"]:checked ~ .detail-button .close {
    display: inline-block;
}

[name="detail-checkbox"]:checked ~ .detail-box {
    max-height: 800rem;
}

.detail-box {
    max-height: 0;
    overflow: hidden;
    transition: 0.8s ease;
}

.detail-table {
    width: 100%;
    border-left: 0.2rem solid #daeef9;
}

.detail-table.top {
    border-top: 0.2rem solid #daeef9;
}

.detail-table th,
.detail-table td {
    padding: 0.6em 0.5em;
    background: #fff;
    border-right: 0.2rem solid #daeef9;
    border-bottom: 0.2rem solid #daeef9;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .detail-table th,
    .detail-table td {
        padding: 0.6em 1.4em;
        font-size: 1.4rem;
    }
}

.detail-table th {
    width: 33%;
}

@media screen and (min-width: 768px) {
    .detail-table th {
        width: 25%;
    }
}

.detail-table td {
    font-weight: bold;
}

.detail-list {
    display: flex;
    flex-wrap: wrap;
}

.detail-list > li:not(:last-child)::after {
    margin-right: 0.3em;
    content: ",";
}

.more-container {
    margin-top: 2em;
}

.result-none {
    color: #ee7800;
}

.bulk-contact-enable-box {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.p-top__contents {
    padding-top: 24px;
    padding-bottom: 48px;
}

.p-top__contents h2 {
    font-size: 20px;
    font-weight: 500;
    color: #004ca1;
    margin-bottom: 10px;
}

.p-top__contents h2 {
    font-size: 20px;
    font-weight: 500;
    color: #004ca1;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.p-top__contents h2 img {
    position: relative;
    top: 2px;
}

.p-top__contents h2 img {
    position: relative;
    top: 2px;
}

.search-submit {
    display: flex;
    column-gap: 16px;
}

.c-btn {
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
}

.c-btn--blue {
    background: #004ca1;
    border: 1px solid #fff;
    color: #fff;
}

.c-btn--half {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.c-btn {
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.c-btn--blue {
    background: #004ca1;
    border: 1px solid #fff;
    color: #fff;
}

.c-btn--white {
    background: #fff;
    border: 1px solid #004ca1;
    color: #004ca1;
}

.c-btn--white {
    background: #fff;
    border: 1px solid #004ca1;
    color: #004ca1;
}

.c-btn--half {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.p-top__contents .c-btn {
    margin-top: 15px;
    padding: 15px;
}

.p-top__contents .c-btn {
    margin-top: 15px;
    padding: 15px;
}

.l-title__h2 {
    font-size: 2.4rem;
    border-left: 10px solid #004ca1;
    padding-left: 20px;
    text-align: left;
    margin: 40px 0 20px;
    color: #555;
}

@media screen and (max-width: 1024px) {
    .l-title__h2 {
        font-size: 1.8rem;
    }
}

.pc {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none !important;
    }
}

.p-top__main-img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.p-top__main-img img {
    width: 100%;
}

@media (max-width: 1024px) {
    .p-top__main-img {
        width: 100%;
        height: auto;
    }
}

.p-top__main-img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .p-top__main-img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .pc,
    .pc2 {
        display: none !important;
    }
}

.sp {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .sp {
        display: block !important;
    }
}

.sp {
    display: none !important;
}
@media (max-width: 1024px) {
    .p-top__main-img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .sp {
        display: block !important;
    }
}

.search-pagination ul li {
    width: 3em;
    height: 3em;
    margin: 0 1% 2%;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .search-pagination ul li {
        font-size: 1.6rem;
    }
}

.search-pagination ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #1d3672;
    border: 1px solid #1d3672;
    transition: 0.3s ease;
}

.result-item img {
    display: inline !important;
}

.result-item .website a {
    display: inline-block;
}

.search-pagination ul a {
    color: #fff;
}