html {
    scroll-behavior: smooth;
}
.bokutoh_pro_n {
    font-family: 'A P-OTF 墨東N+ ProN', 'Noto Sans JP', sans-serif;
}

@font-face {
    font-family: 'A P-OTF 墨東N+ ProN';
    src: url('../common/fonts/AP-OTF-BokutohN+ProN-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans Light';
    src: url('../common/fonts/gillsans-light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.wrapper {
    max-width: 1564px;
    margin: 0 auto;
}

h3 {
    border-left: 0;
    padding: 0;
}
.relative{
    position: relative;
}
.main-title{
    position: absolute;
    font-size: 52px;
    text-align: center;
    color: #275BAB;
    font-weight: bold;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    word-break: keep-all;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .main-title{
        font-size: 4vw;
    }}
@media screen and (max-width: 768px) {
    .main-title{
        font-size: 6vw;
    }
}   

.common_sec {
    padding: 80px 0 160px;
}

.bg_blue {
    background-color: #275BAB;
}

.bg_white {
    background-color: #fff;
}

.border-white {
    border-bottom: 3px solid #fff;
}

.border-blue {
    border-bottom: 3px solid #275BAB;
}

.common_sec h2 {
    position: relative;
    font-size: 50px;
    line-height: 1.2;
    font-family: 'Gill Sans Light', 'Noto Sans JP', sans-serif;
    color: #fff;
    padding-left: 5%;
    margin-left: 6.3%;
}

.common_sec h2::before {
    position: absolute;
    content: '';
    background-image: url(../img/top/icon_A-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: -3px;
    width: 1em;
    height: 1.27em;
}

.contents {
    max-width: 1564px;
    margin-left: 10%;
}
.common_sec .border-blue h2 {
    color: #275BAB;
}

.common_sec .border-blue h2::before {
    background-image: url(../img/top/icon_A-blue.png);
}

@media (min-width: 769px) and (max-width: 1200px) {
    .common_sec {
        padding: 6.67vw 0 13.33vw;
    }

    .common_sec h2 {
        font-size: 4.17vw;
    }
}
@media screen and (max-width: 768px) {
    .common_sec {
        padding: 10vw 0 20vw;
    }

    .common_sec h2 {
        font-size: 8vw;
        padding-left: 12%;
    }

    .contents {
        width: 90%;
        margin: 0 auto;
    }
}
/* include footer */
/* about_us */
.about_us_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#about_us table {
    margin: 100px 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.75;
    width: 52%;
    word-break: keep-all;
}

#about_us th {
    padding-right: 2.4em;
    border-right: 1px solid #fff;
    padding-bottom: 2em;
}

#about_us td {
    padding-left: 2.4em;
    padding-bottom: 2em;
    word-break: break-all;
}

.sezax_map {
    width: 46.5%;
}

.map_link {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
}

.map_link::before {
    content: '';
    position: absolute;
    background-image: url(../common/image/icon-map_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1.3em;
}

.about_us_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
    margin: 8.5em auto 0;
}

.about_us_list li {
    width: 31%;
    margin-bottom: 1.2em;
}

.about_us_list li a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #275BAB;
    background-color: #fff;
    border-radius: 3em;
    padding: 0.9em 0;
}

@media (min-width: 769px) and (max-width: 1200px) {
    #about_us table {
        margin: 8.33vw 0;
        font-size: 1.42vw;
    }

    .about_us_list li a {
        font-size: 1.33vw;
    }
}

@media screen and (max-width: 768px) {
    .about_us_flex {
        flex-direction: column-reverse;
    }

    #about_us table {
        margin: 10vw 0;
        font-size: 3vw;
        width: 100%;
    }

    .sezax_map {
        width: 100%;
        margin-top: 10vw;
    }

    .about_us_list {
        width: 100%;
        margin-top: 10vw;
    }

    .about_us_list li a {
        font-size: 3vw;
    }
}

/* recommended_services */
.recommended_services_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1294px;
    margin: 90px auto 0;
}

.recommended_services_list li {
    width: 18%;
    margin-bottom: 40px;
}

.recommended_services_list a {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #275BAB;

}

.recommended_services_list p {
    margin-top: 0.75em;
    font-size: 17px;
}

.recommended_services_list a:hover {
    opacity: 0.9;
}

.recommended_services_img {
    width: 233.5px;
    height: 233.5px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease-in-out;
}

.recommended_services_list li:first-child .recommended_services_img {
    background-image: url(../common/image/recommended_services-01-cover.png);
}

.recommended_services_list li:first-child:hover .recommended_services_img {
    background-image: url(../common/image/recommended_services-01.png);
}

.recommended_services_list li:nth-child(2) .recommended_services_img {
    background-image: url(../common/image/recommended_services-02-cover.png);
}

.recommended_services_list li:nth-child(2):hover .recommended_services_img {
    background-image: url(../common/image/recommended_services-02.png);
}

.recommended_services_list li:nth-child(3) .recommended_services_img {
    background-image: url(../common/image/recommended_services-03-cover.png);
}

.recommended_services_list li:nth-child(3):hover .recommended_services_img {
    background-image: url(../common/image/recommended_services-03.png);
}

.recommended_services_list li:nth-child(4) .recommended_services_img {
    background-image: url(../common/image/recommended_services-04-cover.png);
}

.recommended_services_list li:nth-child(4):hover .recommended_services_img {
    background-image: url(../common/image/recommended_services-04.png);
}

.recommended_services_list li:nth-child(5) .recommended_services_img {
    background-image: url(../common/image/recommended_services-05-cover.png);
}

.recommended_services_list li:nth-child(5):hover .recommended_services_img {
    background-image: url(../common/image/recommended_services-05.png);
}

.recommended_services_list li:nth-child(6) .recommended_services_img {
    background-image: url(../common/image/recommended_services-06-cover.png);
}

.recommended_services_list li:nth-child(6):hover .recommended_services_img {
    background-image: url(../common/image/recommended_services-06.png);
}

.recommended_services_list li:nth-child(7) .recommended_services_img {
    background-image: url(../common/image/recommended_services-07-cover.png);
}

.recommended_services_list li:nth-child(7):hover .recommended_services_img {
    background-image: url(../common/image/recommended_services-07.png);
}

.recommended_services_list li:nth-child(8) .recommended_services_img {
    background-image: url(../common/image/recommended_services-08-cover.png);
}

.recommended_services_list li:nth-child(8):hover .recommended_services_img {
    background-image: url(../common/image/recommended_services-08.png);
}
.recommended_services_list li:nth-child(9) .recommended_services_img {
    background-image: url(../common/image/recommended_services-09-cover.png);
}

.recommended_services_list li:nth-child(9):hover .recommended_services_img {
    background-image: url(../common/image/recommended_services-09.png);
}
.recommended_services_list li:nth-child(10) .recommended_services_img {
    background-image: url(../common/image/recommended_services-10-cover.png);
}

.recommended_services_list li:nth-child(10):hover .recommended_services_img {
    background-image: url(../common/image/recommended_services-10.png);
}

@media (min-width: 769px) and (max-width: 1400px) {
    .recommended_services_img {
        width: 18vw;
        height: 18vw;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .recommended_services_list {
        margin: 7.5vw auto 0;
    }

    .recommended_services_list li {
        margin-bottom: 3.33vw;
    }

    .recommended_services_list p {
        font-size: 1.42vw;
    }
}

@media screen and (max-width: 768px) {
    .recommended_services_list {
        width: 90%;
        margin: 10vw auto 0;
    }

    .recommended_services_list li {
        width: 48%;
        margin-bottom: 5vw;
    }

    .recommended_services_list p {
        font-size: 3.5vw;
    }

    .recommended_services_img {
        width: 43.2vw;
        height: 43.2vw;
    }
}

/* Recruit */
.wrap900 {
    max-width: 900px;
    margin: 0 auto;
}

.recruit-txt {
    font-size: 19px;
    line-height: 2;
    text-align: center;
    color: #fff;
    margin: 5em auto 4em;
}

.recruit_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recruit_list li {
    width: 48%;
}

.recruit_list li a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 10;
    color: #275BAB;
    font-weight: bold;
    background-color: #fff;
}

@media (min-width: 769px) and (max-width: 1200px) {
    .recruit-txt {
        font-size: 1.58vw;
    }

    .recruit_list li a {
        font-size: 1.67vw;
    }
}

@media screen and (max-width: 768px) {
    .wrap900 {
        width: 90%;
    }

    .recruit-txt {
        font-size: 4vw;
    }

    .recruit_list {
        display: block;
    }

    .recruit_list li {
        width: 100%;
        margin-bottom: 5vw;
    }

    .recruit_list li a {
        font-size: 4vw;
    }
}

/* footer menu */
#footer-menu {
    position: relative;
    padding: 40px 0 50px;
}

#top_main #footer-menu::after {
    position: absolute;
    content: '';
    top: -58px;
    right: 10%;
    width: 50px;
    height: 60px;
    background-image: url(../img/top/icon_A-white.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-wrap {
    max-width: 1150px;
    margin: 0 auto;
}

.footer-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 65px 35px;
}

.footer-flex::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-image: url(../common/image/footer-dashed.svg);
    background-repeat: repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
}

.footer-flex a {
    position: relative;
    display: block;
    background-color: #fff;
    text-align: center;
    font-size: 23.5px;
    font-weight: bold;
    line-height: 2.4;
    color: #275BAB;
    width: 48%;
    border: 2px solid #275BAB;
    border-radius: 3em;
    padding-left: 3em;
}

.footer-flex a::before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}

.footer-flex a:first-child::before {
    background-image: url(../common/image/icon-web.svg);
    width: 1.8em;
    height: 1.38em;
    left: 16%;
}

.footer-flex a:last-child::before {
    background-image: url(../common/image/icon-tel.svg);
    width: 1.55em;
    height: 1.55em;
    left: 27%;
}

.footer-corp {
    width: 42%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 1.5em auto 2em;
}

.footer-corp li a {
    display: block;
    width: fit-content;
    font-size: 13px;
    color: #275BAB;
}

#footer-menu .copy {
    font-size: 13px;
    color: #275BAB;
    text-align: center;
}

@media (min-width: 769px) and (max-width: 1200px) {
    #footer-menu {
        padding: 3.33vw 0 4.17vw;
    }

    #footer-menu::after {
        top: -4.83vw;
        width: 4.17vw;
        height: 5vw;
    }

    .footer-wrap {
        width: 90%;
    }

    .footer-flex {
        padding: 0 5.42vw 2.92vw;
    }

    .footer-flex a {
        font-size: 1.96vw;
    }

    .footer-corp {
        width: 50%;
    }

    .footer-corp li a {
        font-size: 1.2vw;
    }

    #footer-menu .copy {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 768px) {
    #footer-menu {
        padding: 10vw 0;
    }

    #footer-menu::after {
        top: -11.8vw;
        right: 5%;
        width: 10vw;
        height: 12vw;
    }

    .footer-wrap {
        width: 90%;
    }

    .footer-flex {
        display: block;
        padding: 0 0 10vw 0;
    }

    .footer-flex a {
        font-size: 4vw;
        width: 100%;
    }

    .footer-flex a:first-child {
        margin-bottom: 5vw;
    }

    .footer-corp {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 10vw;
    }

    .footer-corp li {
        width: 48%;
        margin-bottom: 3vw;
    }

    .footer-corp li a {
        margin: 0 auto;
        font-size: 3.5vw;
        text-align: center;
    }

    #footer-menu .copy {
        font-size: 3vw;
        padding: 0;
    }
}