@charset "utf-8";

/*================================
Layout
================================*/
@media all and (min-width: 770px) and (max-width:1050px) {
    body {
        padding-top: 9.333vw;
    }
}
@media all and (max-width:769px) {

}

/*================================
Layout
================================*/
@media all and (max-width:769px) {

}

/*================================
Layout
================================*/
@media all and (max-width:1050px) {
.w1120 {
    width: 100%;
    max-width: 1160px;
    margin-inline: auto;
    padding-inline: 4.103vw;
}

.w1000 {
    width: 100%;
    max-width: 1040px;
    margin-inline: auto;
    padding-inline: 4.103vw;
}

.w800 {
    width: 100%;
    max-width: 840px;
    margin-inline: auto;
    padding-inline: 4.103vw;
}
}

/*================================
Common
================================*/
@media all and (max-width:769px) {

}

/*================================
Header
================================*/
@media all and (min-width: 770px) and (max-width:1050px) {
    .header_sub.is-flex-pc {
        display: none!important;
    }
    .header_cta_list.is-sp {
        display: block !important;
    }
    .header {
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        height: auto;
        z-index: 100;
        background: none;
    }
    .header_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 9.333vw;
        margin-inline: auto;
        padding: 0 2.133vw;
        background: rgba(246, 252, 255, 0);
        background: linear-gradient(rgba(246, 252, 255, 1) ,rgba(246, 252, 255, 0.01));
    }
    .header_inner .header_logo a{
        display: block;
        width: 25.867vw;
    }
    .header_nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 100;
        transform: translateX(100vw);
        transition: all 0.3s ease;
    }
    .nonScroll .header_nav {
        transform: translateX(0);
    }
    .header_nav nav {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        height: 100%;
        overflow: auto;
        background: #0095D9;
        padding-bottom: 8.933vw;
    }
    .gnav {
        display: flex;
        flex-direction: column;
        width: 43.467vw;
    }
    .hamburger {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 8vw;
        height: 4.933vw;
        background: #FFF;
        border: 1px solid #0095D9;
        border-radius: 9999px;
        z-index: 101;
        transition: all 0.3s ease;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .hamburger_lines {
        position: relative;
        width: 4vw;
        height: 2.267vw;
    }
    .hamburger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 0.4vw;
        background: #0095D9;
        border-radius: 9999px;
        transition: all 0.3s ease;
    }
    .hamburger span:nth-of-type(1) {
        top: 0;
    }
    .hamburger span:nth-of-type(2) {
        top: 0.933vw;
    }
    .hamburger span:nth-of-type(3) {
        top: 1.867vw;
    }
    .nonScroll .hamburger {
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    .nonScroll .hamburger span:nth-of-type(1) {
        top: 0.933vw;
        transform-origin: center center;
        transform: rotate(30deg);
    }
    .nonScroll .hamburger span:nth-of-type(2) {
        opacity: 0;
    }
    .nonScroll .hamburger span:nth-of-type(3) {
        top: 0.933vw;
        transform-origin: center center;
        transform: rotate(-30deg);
    }
    .nonScroll .bg_nav {
        opacity: 1;
        pointer-events: all;
    }
    .gnav {
        align-items: flex-start;
        padding-top: 10vw;
        padding-inline: 2vw;
    }
    .gnav > .item {
        width: 100%;
    }
    .gnav > .item:first-of-type {
        border-top: 1px dotted #D8D8D8;
    }
    .gnav > .item > a {
        display: block;
        width: 100%;
        padding: 2vw 1.333vw;
        border-bottom: 1px dotted #D8D8D8;
        font-size: 1.867vw;
        font-weight: 500;
        color: #FFF;
    }
    .gnav .megamenu_title {
        display: none;
    }
    .gnav > .item > a+.megamenu {
        border-bottom: 1px dotted #D8D8D8;
    }
    .gnav > .item > a+.megamenu a {
        position: relative;
        display: flex;
        align-items: center;
        column-gap: 0.933vw;
        padding: 2vw 1.333vw;
        font-size: 1.867vw;
        font-weight: 500;
        color: #FFF;
    }
    .gnav > .item > a:has(+.megamenu) {
        position: relative;
    }
    .gnav > .item > a:has(+.megamenu):before,
    .gnav > .item > a:has(+.megamenu):after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 4vw;
        width: 1px;
        height: 2vw;
        background-color: #FFF;
        transform: rotate(90deg);
        border: none;
    }
    .gnav > .item > a:has(+.megamenu)::after {
        transform: rotate(0);
        transition: all 0.3s ease;
    }

    .gnav > .item > a.open:has(+.megamenu)::after {
        transform: rotate(90deg);
    }
    .header_sns_list {
        display: flex;
        align-items: center;
        column-gap: 2.667vw;
        margin-inline: 2vw;
        padding: 2vw 1.333vw;
    }
    .header_sns_list .title {
        font-size: 1.867vw;
        font-weight: 500;
        color: #FFF;
    }

    .header_sns_list .sns_list {
        display: flex;
        align-items: center;
        column-gap: 2.667vw;
    }
    .header_sns_list .sns_list img {
        width: 4vw;
    }
    .header_cta_list {
        width: calc(100% - 4vw);
        margin-inline: auto;
        /* border-top: 1px dotted #D8D8D8; */
    }

    .header_cta_list .item a {
        display: flex;
        align-items: center;
        margin-top: 2vw;
        column-gap: 1.733vw;
        padding: 1.867vw 2vw;
        background: #FFF;
        border-radius: 1.067vw;
    }
    .header_cta_list .item a span {
        color: #0095D9;
        font-size: 2.133vw;
        font-weight: 500;
    }
    .header_cta_list .item a svg {
        color: #0095D9;
    }
    .header_cta_list .item a.phone-call svg {
        transform: rotate(0);
    }
}

@media all and (max-width:769px) {
.header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    z-index: 100;
    background: none;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 17.949vw;
    margin-inline: auto;
    padding: 0 4.103vw;
    background: rgba(246, 252, 255, 0);
    background: linear-gradient(rgba(246, 252, 255, 1) ,rgba(246, 252, 255, 0.01));
}
.header_inner .header_logo a{
    display: block;
    width: 49.744vw;
}
.header_nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 100;
    transform: translateX(100vw);
    transition: all 0.3s ease;
}
.nonScroll .header_nav {
    transform: translateX(0);
}
.header_nav nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 100%;
    overflow: auto;
    background: #0095D9;
    padding-bottom: 17.179vw;
}
.gnav {
    display: flex;
    flex-direction: column;
    width: 83.59vw;
}
.hamburger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.385vw;
    height: 9.487vw;
    background: #FFF;
    border: 1px solid #0095D9;
    border-radius: 9999px;
    z-index: 101;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.hamburger_lines {
    position: relative;
    width: 7.692vw;
    height: 4.359vw;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.769vw;
    background: #0095D9;
    border-radius: 9999px;
    transition: all 0.3s ease;
}
.hamburger span:nth-of-type(1) {
    top: 0;
}
.hamburger span:nth-of-type(2) {
    top: 1.795vw;
}
.hamburger span:nth-of-type(3) {
    top: 3.59vw;
}
.nonScroll .hamburger {
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.nonScroll .hamburger span:nth-of-type(1) {
    top: 1.795vw;
    transform-origin: center center;
    transform: rotate(30deg);
}
.nonScroll .hamburger span:nth-of-type(2) {
    opacity: 0;
}
.nonScroll .hamburger span:nth-of-type(3) {
    top: 1.795vw;
    transform-origin: center center;
    transform: rotate(-30deg);
}
.nonScroll .bg_nav {
    opacity: 1;
    pointer-events: all;
}
.gnav {
    align-items: flex-start;
    padding-top: 19.231vw;
    padding-inline: 3.846vw;
}
.gnav > .item {
    width: 100%;
}
.gnav > .item:first-of-type {
    border-top: 1px dotted #D8D8D8;
}
.gnav > .item > a {
    display: block;
    width: 100%;
    padding: 3.846vw 2.564vw;
    border-bottom: 1px dotted #D8D8D8;
    font-size: 3.59vw;
    font-weight: 500;
    color: #FFF;
}
.gnav .megamenu_title {
    display: none;
}
.gnav > .item > a+.megamenu {
    border-bottom: 1px dotted #D8D8D8;
}
.gnav > .item > a+.megamenu a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 1.795vw;
    padding: 3.846vw 2.564vw;
    font-size: 3.59vw;
    font-weight: 500;
    color: #FFF;
}
.gnav > .item > a:has(+.megamenu) {
    position: relative;
}
.gnav > .item > a:has(+.megamenu):before,
.gnav > .item > a:has(+.megamenu):after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 7.692vw;
    width: 1px;
    height: 3.846vw;
    background-color: #FFF;
    transform: rotate(90deg);
    border: none;
}
.gnav > .item > a:has(+.megamenu)::after {
    transform: rotate(0);
    transition: all 0.3s ease;
}

.gnav > .item > a.open:has(+.megamenu)::after {
    transform: rotate(90deg);
}
.header_sns_list {
    display: flex;
    align-items: center;
    column-gap: 5.128vw;
    margin-inline: 3.846vw;
    padding: 3.846vw 2.564vw;
}
.header_sns_list .title {
    font-size: 3.59vw;
    font-weight: 500;
    color: #FFF;
}

.header_sns_list .sns_list {
    display: flex;
    align-items: center;
    column-gap: 5.128vw;
}
.header_sns_list .sns_list img {
    width: 7.692vw;
}
.header_cta_list {
    width: calc(100% - 7.692vw);
    margin-inline: auto;
    /* border-top: 1px dotted #D8D8D8; */
}

.header_cta_list .item a {
    display: flex;
    align-items: center;
    margin-top: 3.846vw;
    column-gap: 3.333vw;
    padding: 3.59vw 3.846vw;
    background: #FFF;
    border-radius: 2.051vw;
}
.header_cta_list .item a span {
    color: #0095D9;
    font-size: 4.103vw;
    font-weight: 500;
}
.header_cta_list .item a svg {
    color: #0095D9;
}
.header_cta_list .item a.phone-call svg {
    transform: rotate(0);
}
}

/*================================
Layout
================================*/
@media all and (max-width:769px) {

}

/*================================
Contents Common
================================*/
@media all and (min-width: 770px) and (max-width:1050px) {
    #contents {
        overflow: hidden;
    }
}

@media all and (max-width:769px) {
.contents section {
    margin-top: 12.821vw;
}

.section_title {
    font-size: 5.128vw;
}

.section_title .en {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Barlow", sans-serif;
    color: #0095D9;
}

.more {
    position: relative;
    border-radius: 999px;
    width: fit-content;
    background: #0095D9;
    border: 1px solid #0095D9;
    border-radius: 999px;
    overflow: hidden;
    z-index: 0;
}

.more.more_white {
    background: #FFF;
    border: 1px solid #0095D9;
}

.more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 12.308vw;
    min-width: 56.41vw;
    font-size: 3.59vw;
    line-height: 1.5;
    color: #FFF;
    font-weight: 700;
    border-radius: 999px;
    z-index: 2;
    transition: all 0.3s ease;
}

.more.more_fc a {
    padding-inline: 10.769vw;
}

.more.more_white a {
    color: #0095D9;
}

.more a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.846vw;
    transform: translateY(-50%);
    width: 2.564vw;
    height: 2.564vw;
    border-radius: 50%;
    background: #FFF;
    transition: all 0.3s ease;
}
.more.more_white a:after {
    background: #0095D9;
}

@media all and (min-width:770px) {
    .more:hover a {
        color: #0095D9;
        opacity: 1;
    }

    .more.more_white:hover a {
        color: #FFF;
        opacity: 1;
    }

    .more:hover a:after {
        background: #0095D9;
    }

    .more.more_white:hover a:after {
        background: #FFF;
    }
}
.more:before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 44px;
    width: 100%;
    transform: translateX(-100%);
    font-size: 15px;
    line-height: 1.5;
    border-radius: 999px;
    border: 1px solid transparent;
    background: #FFF;
    color: #0095D9;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.more.more_white:before {
    background: #0095D9;
}

@media all and (min-width:770px) {
    .more:hover:before {
        transform: translateX(0);
    }
}

.pabel_list {
    display: grid;
    column-gap: 64px;
}
}

/*================================
Home
================================*/
@media all and (min-width:770px) and (max-width: 1050px){
.home .mv {
    position: relative;
    margin-top: 0;
    overflow-x: hidden;
}
.home_sns .section_inner {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding: 10.256vw 5.128vw 10.256vw;
    border-radius: 7.692vw;
    background: #F6FCFF;
}
}

@media all and (max-width:769px) {
.home {
    background: url(../img/home/bg_home_sp.webp) no-repeat top center / contain;
}

.home .section_title {
    font-size: 6.154vw;
    line-height: 1.5;
    color: #3D3D3D;
}

.home .section_title .en {
    display: block;
    margin-bottom: 0.513vw;
    font-size: 4.615vw;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Barlow", sans-serif;
    color: #0095D9;
}


/* mv */
.home .mv {
    position: relative;
    margin-top: 0;
    overflow-x: hidden;
}

.home .mv .home_mv {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 62.821vw;
}

.home .mv .slider {
    display: flex;
    gap: 3.846vw;
    padding-right: 3.846vw;
    flex-shrink: 0;
    z-index: 1;
}

.home .mv .slider .slide {
    width: 68.205vw;
    height: 78.205vw;
    flex: 0 0 3.846vw;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}


.home .mv .home_mv .slider:first-child {
  animation: loop 140s -70s linear infinite;
}


.home .mv .home_mv .slider:last-child {
  animation: loop2 140s linear infinite;
}

.home .mv .slider .slide img {
    max-width: initial;
    width: 68.205vw;
    height: 78.205vw;
}

.home .mv .home_mv_message {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    width: 100%;
    height: 136.41vw;
    top: inherit;
    right: inherit;
    margin-top: 21.026vw;
    background: #FFF;
    background: none;
    z-index: 2;
}
.home .mv .home_mv_message.dex3 {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    width: 100%;
    height: 136.41vw;
    top: inherit;
    right: inherit;
    margin-top: 21.026vw;
    background: #FFF;
    background: none;
    z-index: 2;
}

.home .mv .home_mv_message .home_mv_main_message {
    position: relative;
    margin-right: 8.974vw;
    align-self: flex-end;
    z-index: 2;
}
.home .mv .home_mv_message.dex3 .home_mv_main_message {
    position: relative;
    margin-right: 8.974vw;
    align-self: flex-end;
    z-index: 2;
}
.home .mv .home_mv_message.dex3 .home_mv_main_message h1 img{
    width: 31.026vw;
    height: 49.744vw;
}
.home .mv .home_mv_message .home_mv_main_message img {
    width: 31.026vw;
    height: 49.744vw;
}

.home .mv .home_mv_message .home_mv_sub_message {
    padding: 0 0 0 0;
    justify-self: flex-end;
    align-self: center;
    writing-mode: horizontal-tb;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.0;
    text-align: center;
    z-index: 2;
}
.home .mv .home_mv_message.dex3 .home_mv_sub_message {
    padding: 0 0 0 0;
    justify-self: flex-end;
    align-self: center;
    writing-mode: horizontal-tb;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.0;
    text-align: center;
    z-index: 2;
}

.home .mv .home_mv_message .home_mv_main_message h1 {
    width: 100%!important;
    margin-left: auto;
}

.home .mv .home_mv_message .home_mv_sub_message:after {
    content: "";
    position: absolute;
    top: 12.051vw;
    right: inherit;
    left: 3.846vw;
    bottom: inherit;
    width: 41.538vw;
    height: 30.256vw;
    background: url(../img/home/bg_home_mv_message@2x.webp) right 15px bottom no-repeat;
    background-size: cover;
}

.home .home_mv_info {
    max-width: 100%;
    width: 100%;
    margin-top: 15.641vw;
    margin-inline: auto;
    padding: 0 4.103vw;
}

.home .home_mv_info .home_mv_info_inner {
    position: relative;
    height: auto;
    padding: 5.128vw;
    background: #FBFBFB;
    border-radius: 2.308vw;
    overflow: hidden;
}

.home .home_mv_info .home_mv_info_inner .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 64px;
    height: auto;
}

.home .home_mv_info .home_mv_info_inner .item .title {
    position: relative;
    width: 100%;
    margin-bottom: 2.564vw;
    padding-bottom: 2.564vw;
    font-size: 3.59vw;
    font-weight: 700;
    color: #0095D9;
    border-bottom: 1px solid #D8D8D8;
    line-height: 1.28;
}

.home .home_mv_info .home_mv_info_inner .item .title.icon_news:before {
    content: "";
    width: 4.615vw;
    height: 4.103vw;
    margin-right: 10px;
    background: url(../img/home/icon_home_mv_info.webp) no-repeat center center / cover;
}

.home .home_mv_info .home_mv_info_inner .item .title:after {
    display: none;
}

.home .home_mv_info .home_mv_info_inner .item .summary {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.59vw;
    text-decoration: underline;
    line-height: 1.7;
}


.home .home_mv_info .home_mv_info_inner .item .summary span {
    flex: 1;
}

.home .home_mv_info .home_mv_info_inner .item svg {
    width: 3.077vw;
    stroke: #0095D9;
}


/* sns */
.home_sns .section_inner {
    width: calc(100% - 8.205vw);
    margin-inline: auto;
    padding: 10.256vw 5.128vw 10.256vw;
    border-radius: 7.692vw;
    background: #F6FCFF;
}

.home_sns .section_header {
    text-align: center;
}

.home_sns .lead {
    margin-top: 5.128vw;
    text-align: center;
    font-size: 4.103vw;
    font-weight: 500;
    line-height: 2;
}

.home_sns .home_sns_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: inherit;
    row-gap: 7.692vw;
    margin-top: 6.154vw;
}

.home_sns .home_sns_list .instagram {
    width: 100%;
}

.home_sns .home_sns_list .facebook {
    width: 100%;
}

.home_sns .home_sns_list .title {
    margin-bottom: 2.564vw;
    text-align: center;
    font-size: 4.615vw;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}

/* newsletter */
.home_newsletter {
    background: #F6FCFF;
    border-radius: 3.846vw;
}
.home_newsletter .section_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 4.872vw;
    padding-block: 12.821vw;
}
.home_newsletter .section_inner .section_header {
    width: 100%;
}
.home_newsletter .home_newsletter_category {
    width: calc(100% + 8.206vw);
    transform: translateX(-4.103vw);
    margin-top: 5.128vw;
    padding-inline: 4.103vw;
    padding-bottom: 2.308vw;
    overflow-x: scroll;
}
.home_newsletter .home_newsletter_category ul {
    position: relative;
    display: flex;
    width: fit-content;
    grid-template-columns: 1fr;
    row-gap: inherit;
    column-gap: 5.128vw;
    padding-bottom: 2.308vw;
}
.home_newsletter .home_newsletter_category ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 8.206vw);
    transform: translateX(-4.103vw);
    height: 1px;
    background: #D8D8D8;
    z-index: 0;
}
.home_newsletter .home_newsletter_category li {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: inherit;
    cursor: pointer;
    font-size: 4.103vw;
    white-space: nowrap;
}
.home_newsletter .home_newsletter_category li.current,.home_newsletter .home_newsletter_category li:hover {
    color: #0095D9;
}
.home_newsletter .home_newsletter_category li.current:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.59vw;
    transform: translateX(-50%);
    display: block;
    width: 2.564vw;
    height: 2.564vw;
    margin-top: 3px;
    border-radius: 50%;
    background: rgba(0,149,217,1);
    z-index: 1;
}
.home_newsletter .home_newsletter_category li:before {
    width: 0;
    height: 0;
}
.home_newsletter .section_inner .section_contents {
    flex: 1;
}
.home_newsletter_list {
    border-top: none;
}

.home_newsletter_list .item {
    display: flex;
    justify-content: space-between;
    column-gap: 2.564vw;
    padding: 5.128vw 5.128vw;
    border-bottom: 1px solid #D8D8D8;
}

.home_newsletter_list .item .img {
    width: 25.641vw;
    height: 25.641vw;
    border-radius: 1.282vw;
    overflow: hidden;
}

.home_newsletter_list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_newsletter_list .item .detail {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home_newsletter_list .item .detail .category {
    width: fit-content;
    margin-top: 3.333vw;
    padding: 0.513vw 3.077vw;
    background: #FFF;
    font-size: 2.564vw;
    color: #0095D9;
    border: 1px solid #0095D9;
    border-radius: 9999px;
    line-height: 1.5;
}

.home_newsletter_list .item .detail .title {
    margin-top: 2.564vw;
    color: #3D3D3D;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.7;
}

.home_newsletter_list .item .detail p {
    display: none;
    margin-top: 12px;
}

.home_newsletter .more {
    margin-top: 7.692vw;
    margin-inline: auto;
}

/* recommend */
.home_recommend .section_inner  {
    padding-inline: 80px;
}

.home_recommend .section_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_recommend .section_header .home_recommend_category ul {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.home_recommend .section_header .home_recommend_category ul li {
    width: fit-content;
    padding: 10px 20px;
    background: #F6FCFF;
    border-radius: 8px;
    cursor: pointer;
}

.home_recommend .section_header .home_recommend_category ul li.current {
    border: 1px solid #0095D9;
    font-weight: 700;
    color: #0095D9;
    background: #FFF;
}

.property_list .slick-slide > div {
    display: contents;
}

.property_list .slick-slide {
    display: grid!important;
}

.property_list .item {
    position: relative;
    display: grid!important;
    grid-template-rows: subgrid;
    grid-row: span 6;
    border-radius: 8px;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
}

.property_list .item .img {
    position: relative;
    width: 288px;
    height: 192px;
    transform: scale(1.01);
    transform-origin: center;
}

.property_list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property_list .item .img .area {
    display: flex;
    align-items: center;
    column-gap: 4px;
    position: absolute;
    bottom: -8px;
    left: 16px;
    padding: 4px 8px;
    background: #FFF;
    border-radius: 4px;
    color: #3D3D3D;
}

.property_list .item .img .area i {
    color: #0095D9;
}


.property_list .item .detail {
    padding-inline: 20px;
    padding-bottom: 60px;
    color: #3D3D3D;
}

.property_list .item .supplier {
    padding-top: 20px;
    font-size: 13px;
    font-weight: 700;
}

.property_list .item .label {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 700;
}

.property_list .item .property_info {
    display: grid;
    grid-template-columns: 4.5em 1fr;
    column-gap: 12px;
    row-gap: 5px;
    margin-top: 13px;
}

.property_list .item .property_info dt {
    font-size: 13px;
}

.property_list .item .property_info dd:first-of-type {
    font-size: 15px;
    font-weight: 700;
}

.property_list .item .access {
    margin-top: 5px;
    line-height: 1.7;
}

.property_list .item .compartment {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    margin-inline: 20px;
    padding-inline: 20px;
    padding-block: 7px;
    border: 1px solid #D8D8D8;
    border-radius: 7px;
    font-size: 15px;
    color: #3D3D3D;
}

.property_list .item .compartment .compartment_all:after {
    content: "/";
    display: inline-block;
    margin: 0 2px;
}

.property_list .item .compartment .compartment_current {
    color: #F89634;
}

.home_recommend .slick__inner {
    position: relative;
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 0;
}

.property_list .item .type {
    position: absolute;
    top: 14px;
    left: 0;
    padding: 4px 7px;
    color: #FFF;
    background: #004F72;
    z-index: 1;
}

.property_list .detail {
    border-radius: 0 0 8px 8px;
}

.home_recommend .property_list {
    padding: 32px 0 48px 0;
    width: calc(100% + (100vw - 100%) / 2);
}

.home_recommend .slick-track {
    display: flex;
}

.home_recommend .slick-slide {
    position: relative;
    width: 288px;
    height: auto;
    margin-right: 24px;
    background: #FFF;
    border-radius: 10px;
}

.home_recommend .slick-slide img {
    width: 100%;
}

.home_recommend .property_list_controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_recommend .property_list_controls .list_controls {
    display: flex;
    column-gap: 37px;
}

.home_recommend .property_list_controls .arrow_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 7px;
}

.home_recommend .property_list_controls .prev,
.home_recommend .property_list_controls .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    background: #0095D9;
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
}

.home_recommend .property_list_controls .prev:hover,
.home_recommend .property_list_controls .next:hover {
    opacity: 0.5;
}

.home_recommend .property_list_controls .prev svg,
.home_recommend .property_list_controls .next svg {
    width: 16px;
    height: 16px;
}

.home_recommend .property_list_controls .dots_wrap {
    display: flex;
    align-items: center;
    line-height: 1;
}

.home_recommend .property_list_controls .dots {
    display: flex;
    align-items: center;
    column-gap: 4px;
    line-height: 1;
}

.home_recommend .property_list_controls .dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #0095D9;
    border-radius: 50%;
    line-height: 1;
}

.home_recommend .property_list_controls .dots .slick-active button{
    background: #0095D9;
}

/* about */
.home_about .section_header {
    position: relative;
    padding: 11.026vw 3.846vw 11.538vw 3.846vw;
    border-radius: 5.641vw 5.641vw 0 0;
    background: #0095D9;
}

.home_about .section_header:after {
    content: "";
    position: absolute;
    right: 4.103vw;
    bottom: -2.564vw;
    width: 42.233vw;
    height: 30.949vw;
    background: url(../img/home/deco_home_about1_sp.webp) no-repeat top right;
    background-size: cover;
}

.home_about .section_header .section_title {
    font-size: 6.154vw;
}

.home_about .section_header .section_title .en {
    font-size: 4.615vw;
}

.home_about .section_header .section_title,
.home_about .section_header .section_title .en {
    color: #FFF;
}

.home_about .home_about_message {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: inherit;
    row-gap: 7.692vw;
    width: 100%;
    max-width: 1044px;
    margin-inline: auto;
    padding: 10.256vw 8.974vw 7.692vw 8.974vw;
}

.home_about .home_about_message .home_about_message_box {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 7.692vw;
    max-width: 100%;
}


.home_about .home_about_message .home_about_message_box .title {
    font-size: 5.128vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}

.home_about .home_about_message .home_about_message_box .title span {
    color: #0095D9;
    font-size: 5.641vw;
}

.home_about .home_about_message .home_about_message_box p {
    margin-top: 5.128vw;
    padding-left: 0;
    font-size: 3.59vw;
}

.home_about_img {
	overflow: hidden;
}

.infinite {
	display: flex;
	margin: 0 2.564vw 0 0;
	padding: 0;
	width: max-content;
	animation: marquee-right 80s linear infinite;
}
.infinite img {
	display: block;
	width: 318.462vw;
    height: 51.282vw;
}
.home .infinite img {
    max-height: inherit!important;
}

@keyframes marquee-right {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}

/* strength */
.home_strength .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4.103vw);
    max-width: 100vw;
    height: 100%;
    z-index: -1;
    background: #F6FCFF;
    border-radius: 0 5.641vw 5.641vw 0;
}

.home_strength .section_inner {
    position: relative;
    padding: 12.821vw 8.974vw 12.821vw 8.974vw;
}

.home_strength .home_strength_panel {
    grid-template-columns: 1fr;
    row-gap: 7.692vw;
    max-width: 968px;
    margin-top: 6.41vw;
    padding: 0 0 0 0;
}

.home_strength .home_strength_panel .point {
    margin-top: 5.128vw;
    font-size: 4.103vw;
    font-family: "Barlow", sans-serif;
    line-height: 1.2;
}

.home_strength .home_strength_panel .title {
    margin-top: 1.282vw;
    font-size: 5.641vw;
    font-weight: 500;
    color: #0095D9;
    line-height: 1.5;
}

.home_strength .home_strength_panel .summary {
    margin-top: 2.564vw;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.7;
}

/* service */
.home_service {
    padding-block: 12.821vw;
    background: url(../img/home/bg_home_service@2x.webp) repeat center top;
    background-size: 5.128vw 5.128vw;
    border-radius: 5.128vw;
}
.home_service .section_inner {
    padding-inline: 9.231vw;
}

.home_service .section_title,
.home_service .section_title .en {
    color: #FFF;
}

.home_service .slick__inner {
    position: relative;
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 0;
}

.home_service .home_service_slider {
  padding: 5.128vw 0 5.128vw 0;
  width: calc(100% + (100vw - 100%) / 2);
}

.home_service .slick-slide {
    position: relative;
    width: 81.538vw;
    height: 83.077vw;
    margin-right: 2.564vw;
    background: #FFF;
    border-radius: 2.051vw;
}

.home_service .slick-slide img {
    width: 100%;
}

.home_service  .home_service_slider .item .title {
    padding: 5.128vw 5.128vw 0 5.128vw;
    color: #0095D9;
    font-size: 5.641vw;
    font-weight: 500;
}

.home_service  .home_service_slider .item .summary {
    padding: 2.564vw 5.128vw 5.128vw 5.128vw;
    line-height: 1.75;
    font-size: 3.077vw;
    color: #3D3D3D;
}

.home_service .home_servece_slider_controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_service .home_servece_slider_controls .prev,
.home_service .home_servece_slider_controls .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.744vw;
    height: 9.744vw;
    background: #FFF;
    border-radius: 50%;
    color: #0095D9;
    cursor: pointer;
}

.home_service .home_servece_slider_controls .prev:hover,
.home_service .home_servece_slider_controls .next:hover {
    opacity: 0.5;
}

.home_service .home_servece_slider_controls .prev svg,
.home_service .home_servece_slider_controls .next svg {
    width: 16px;
    height: 16px;
}

.home_service .home_servece_slider_controls .dots {
    display: flex;
    align-items: center;
    column-gap: 1.282vw;
}

.home_service .home_servece_slider_controls .dots button {
    font-size: 0;
    width: 2.564vw;
    height: 2.564vw;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
}

.home_service .slick_num {
    position: absolute;
    right: 0;
    top: -9.231vw;
    font-family: "Barlow", sans-serif;
    font-size: 5.641vw;
    font-weight: 400;
    color: #FFF;
    letter-spacing: -0.1em;
}

.home_service .slick_num .now_count {
    font-size: 7.692vw;
}


/* faq */
.home_faq .section_inner {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-between;
    column-gap: inherit;
    row-gap: 10.256vw;
}

.home_faq .section_inner .section_header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.home_faq .section_inner .section_header img {
    width: 32.679vw;
}

.home_faq .section_inner .section_contents {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.home_faq .section_inner .section_contents .home_faq_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #D8D8D8;
}

.home_faq .section_inner .section_contents .home_faq_list .item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 19.487vw;
    padding: 0 5.128vw;
    border-bottom: none;
    color: #3D3D3D;
    font-size: 4.615vw;
    font-weight: 700;
    background: url(../img/common/icon_doublecircle@2x.webp) no-repeat center right 5.128vw;
    background-size: 5.641vw 5.641vw;
    border-top: 1px solid #D8D8D8;
}


.home_faq .section_inner .section_contents .home_faq_list .item:nth-of-type(1),
.home_faq .section_inner .section_contents .home_faq_list .item:nth-of-type(2) {
    border-top: 1px solid #D8D8D8;
}

/* recruit */
.home_recruit {
    background: url(../img/home/bg_home_recruit@2x.webp) top center no-repeat;
    background-size: cover;
    border-radius: 3.077vw 3.077vw 0 0;
}

.home_recruit .section_inner {
    padding: 9.487vw 8.974vw 15.128vw 8.974vw;
}

.home_recruit .section_title,
.home_recruit .section_title .en {
    color: #FFF;
}

.home_recruit .section_title:after {
    content: "";
    position: absolute;
    left: 36.154vw;
    bottom: 5.897vw;
    height: 1px;
    background: #FFF;
    width: 100%;
}

.home_recruit .home_recruit_message {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 8.974vw;
}

.home_recruit .home_recruit_message .img {
    flex: 1;
}

.home_recruit .home_recruit_message .img img {
    transform: translateX(-5.128vw);
}

.home_recruit .home_recruit_message .text {
    flex: 1
}

.home_recruit .home_recruit_message .text p {
    margin-top: 5.128vw;
    color: #FFF;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 2;
}

.home_recruit .home_recruit_message .text p:nth-of-type(n+2) {
    margin-top: 5.128vw;
}

.home_recruit .home_recruit_message .text .more_white{
    margin: 7.692vw 0 0 auto;
}
}

/*================================
Page Common
================================*/
@media all and (min-width: 770px) and (max-width:1050px) {
    .page_cta {
        margin-top: 10.667vw;
        padding-block: 6vw;
        background: #0095D9;
    }

    .page_cta .cta_list {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 2vw;
    }

    .page_cta .cta_list a {
        height: 10vw;
        font-size: 2.667vw;
        transition: none;
        z-index: 0;
    }

    .page_cta .cta_list a:after {
        right: 4vw;
        transform: translateY(-50%);
        width: 1.6vw;
        height: 1.6vw;
        background: #FFF;
        border-radius: 50%;
        transition: none;
    }

    .page_cta .cta_list a .text {
        position: relative;
        z-index: 1;
    }

    .page_cta .cta_list a svg {
        position: absolute;
        left: 4vw;
        width: 3.733vw;
        stroke-width: 2px;
        z-index: 1;
    }

    .page_cta .cta_list .phone-call svg {
        color: #0095D9;
    }

    .page_cta .cta_list .phone-call .tel {
        font-size: 2.667vw;
        color: #0095D9;
    }

    .page_cta .cta_list .phone-call .tel_number {
        display: none;
        margin-top: 4px;
        font-size: 2.667vw;
    }

    .page_cta .cta_list .phone-call .tel_number span {
        color: #FFF;
    }

    .page_cta .cta_list .phone-call:after {
        background: #0095D9;
    }

    .page_cta .cta_list a:before {
        display: none;
    }
    .page_cta .cta_list .phone-call:before {
        background: #0095D9;
    }
}

@media all and (max-width:769px) {
.contents section.page_mv {
    margin-top: 0;
    padding-top: 17.949vw!important;
    background: linear-gradient(180deg, hsla(200, 100%, 98%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
}

.contents section.page_mv .section_inner {
    position: relative;
    height: 53.846vw;
    padding-top: 0;
}

.page_mv_title {
    display: flex;
    flex-direction: column;
}

.page_mv_title .en {
    position: absolute;
    top: 25.641vw;
    left: 4.103vw;
    z-index: 0;
    font-size: 10.769vw;
    font-family: 'professor',serif;
    line-height: 1.38;
    color: rgba(0,149,217,0.2);
    white-space: nowrap;
}

.page_mv_title .text {
    order: 2;
    position: relative;
    margin-top: 11.538vw;
    z-index: 1;
}

.page_mv_title .text .title {
    margin-left: 4.872vw;
    font-size: 6.154vw;
    font-weight: 600;
}

.page_mv_title .text .sub {
    display: block;
    margin-top: 2.051vw;
    font-size: 3.59vw;
    font-weight: normal;
}

.page_mv_title .deco {
    order: 1;
    position: relative;
    align-self: flex-end;
    right: inherit;
    bottom: 0;
}

.page_mv_title .deco img {
    height: 24.359vw;
}

.contents_wrap {
    margin-top: 50px;
}

.contents_col2 {
    display: flex;
    justify-content: space-between;
    column-gap: 90px;
}

.contents_col2 aside {
    display: none;
    width: 235px;
    order: 1;
}

.contents_col2 main {
    flex: 1;
    order: 2;
}

.side_page_nav .title {
    font-size: 24px;
    font-weight: 700;
}

.side_page_nav .side_page_nav_list {
    margin-top: 8px;
}

.side_page_nav .side_page_nav_list li a {
    display: block;
    padding-block: 0.2em;
    font-size: 18px;
    line-height: 1.7;
    color: #3D3D3D;
}

.side_page_nav .side_page_nav_list li.current a {
    display: flex;
    align-items: center;
    column-gap: 7px;
    color: #0095D9;
}

.side_page_nav .side_page_nav_list li.current a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    border-radius: 50%;
    background: rgba(0,149,217,0.5);
}

.section_header {
    position: relative;
}
.section_header .deco {
    position: absolute;
    left: 0;
    right: inherit;
    bottom: 6.154vw;
    font-family: 'professor',serif;
    font-size: 8.205vw;
    color: rgba(0,149,217,0.2);
    line-height: 1.4;
}
.section_header:has(.deco){
    margin-top: 21.026vw!important;
    margin-bottom: 5.128vw;
}
.section_header.section_header_type2 .section_title {
    padding-top: 9.231vw;
    font-size: 5.128vw;
    text-align: center;
}
.section_header.section_header_type2 .deco {
    font-size: 8.205vw;
	white-space: nowrap;
}
.keyword_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 740px;
    padding: 0 0 0 32px;
    height: 52px;
    max-width: 100%;
    margin-inline: auto;
    border: 1px solid #0095D9;
    border-radius: 9999px;
}

.keyword_search input {
    width: calc(100% - 159px);
}

.keyword_search button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    height: 52px;
    padding-inline: 18px;
    background: #0095D9;
    border-radius: 9999px;
    color: #FFF;
    transition: opacity 0.3s ease;
}

.keyword_search button:hover {
    opacity: 0.5;
}

.category_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.category_tabs li {
    display: flex;
    align-items: center;
    column-gap: 12px;
    min-width: 180px;
    height: 60px;
    padding-inline: 10px;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category_tabs li:hover {
    opacity: 0.5;
}

.category_tabs li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #F6FCFF;
    border-radius: 50%;
    color: #0095D9;
}

.category_tabs li .text {
    font-size: 3.59vw;
}

.category_tabs li .text span {
    display: block;
    font-size: 2.564vw;
    color: #6D6D6D;
}

.category_tabs li.current {
    background: #0095D9;
    border-color: #0095D9;
}

.category_tabs li.current .icon {
    background: #FFF;
}

.category_tabs li.current .text {
    color: #FFF;
    font-weight: 500;
}

.category_tabs li.current .text span {
    color: #FFF;
    font-weight: normal;
}

.page_cta {
    margin-top: 20.513vw;
    padding-block: 11.538vw;
    background: #0095D9;
}

.page_cta .cta_list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3.846vw;
}

.page_cta .cta_list a {
    height: 19.231vw;
    font-size: 5.128vw;
    transition: none;
    z-index: 0;
}

.page_cta .cta_list a:after {
    right: 7.692vw;
    transform: translateY(-50%);
    width: 3.077vw;
    height: 3.077vw;
    background: #FFF;
    border-radius: 50%;
    transition: none;
}

.page_cta .cta_list a .text {
    position: relative;
    z-index: 1;
}

.page_cta .cta_list a svg {
    position: absolute;
    left: 7.692vw;
    width: 7.179vw;
    stroke-width: 2px;
    z-index: 1;
}

.page_cta .cta_list .phone-call svg {
    color: #0095D9;
}

.page_cta .cta_list .phone-call .tel {
    font-size: 5.128vw;
    color: #0095D9;
}

.page_cta .cta_list .phone-call .tel_number {
    display: none;
    margin-top: 4px;
    font-size: 26px;
}

.page_cta .cta_list .phone-call .tel_number span {
    color: #FFF;
}

.page_cta .cta_list .phone-call:after {
    background: #0095D9;
}

.page_cta .cta_list a:before {
    display: none;
}
.page_cta .cta_list .phone-call:before {
    background: #0095D9;
}
}


/*================================
Newsletter
================================*/
@media all and (max-width:769px) {
.section_search .category_tabs {
    margin-top: 8.205vw;
}

.section_list .section_title {
    display: flex;
    align-items: center;
    column-gap: 1.538vw;
    font-size: 5.128vw;
    color: #0095D9;
}

.section_list .section_title i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.154vw;
    height: 6.154vw;
    background: #0095D9;
    color: #FFF;
    border-radius: 50%;
}

.section_list .section_title i:before {
    font-size: 3.077vw;
}

.section_list .section_contents {
    margin-top: 7.692vw;
}

.newsletter_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12.821vw 4.103vw;
}
.newsletter_list .top_articles {
    position: relative;

}
.newsletter_list .top_articles:before {
    content: "";
    position: absolute;
    top: -21px;
    right: 10px;
    width: 43px;
    height: 54px;
    background: url(../img/common/icon_pin@2x.webp) no-repeat center center;
    background-size: cover;
}

.newsletter_list a {
    width: 100%;
}

.newsletter_list .detail .category {
    width: fit-content;
    margin-top: 3.333vw;
    padding: 0.513vw 3.077vw;
    background: #FFF;
    font-size: 2.564vw;
    color: #0095D9;
    border: 1px solid #0095D9;
    border-radius: 9999px;
    line-height: 1.5;
}

.newsletter_list .detail .title {
    margin-top: 2.564vw;
    color: #3D3D3D;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.7;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newsletter_list .detail  p {
    margin-top: 2.564vw;
    font-size: 3.59vw;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12.821vw;
}

.pager .pager_list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2.564vw;
}

.pager .pager_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.205vw;
    height: 8.205vw;
    font-size: 3.59vw;
    font-weight: 300;
    color: #000;
}

.pager .pager_list li.current a {
    color: #0095d9;
    border: 1px solid #0095D9;
    border-radius: 50%;
}
.pager_list .fa-solid {
    -webkit-font-smoothing: none;
}
}

/*================================
Single common
================================*/
@media all and (max-width:769px) {
.single_contents .meta {
    display: flex;
    align-items: center;
    column-gap: 4.103vw;
    margin-top: 2.564vw;
    margin-bottom: 12.821vw;
}

.single_contents .meta .category {
    width: fit-content;
    padding: 0.513vw 3.077vw;
    background: #FFF;
    font-size: 2.564vw;
    color: #0095D9;
    border: 1px solid #0095D9;
    border-radius: 9999px;
    line-height: 1.5;
}

.single_contents .date {
    font-size: 3.59vw;
    font-weight: 300;
    color: #6D6D6D;
}

.single_contents p {
    margin-top: 7.692vw;
    font-size: 3.59vw;
}

.single_contents figure {
    margin-top: 7.692vw;
}

.single_contents .col2 {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 7.692vw;
}

.single_contents figure {
    width: 100%;
}

.single_contents figure img {
    width: 100%;
}

.single_contents h3,
.single_contents h4,
.single_contents h5 {
    margin-top: 7.692vw;
}

.single_contents h3 + p,
.single_contents h4 + p,
.single_contents h5 + p {
    margin-top: 3.59vw;
}

.single_contents p a {
    color: #0095D9;
}

.single_pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2.564vw;
    margin-top: 20.513vw;
    padding-top: 7.692vw;
    border-top: 1px solid #D8D8D8;
}

.single_pager .prev a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 2.051vw;
    font-size: 3.59vw;
    color: #000;
}

.single_pager .prev a:before {
    content: "";
    display: block;
    width: 2.051vw;
    height: 2.051vw;
    transform: translateY(1px);
    background: #0095D9;
    border-radius: 50%;
}

.single_pager .list {
    justify-self: center;
}

.single_pager .list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11.282vw;
    padding-inline: 7.692vw;
    background: #0095D9;
    border-radius: 9999px;
    font-size: 3.59vw;
    color: #FFF;
}

.single_pager .list a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2.564vw;
    width: 2.051vw;
    height: 2.051vw;
    transform: translateY(-50%);
    background: #FFF;
    border-radius: 50%;
}

.single_pager .next {
    justify-self: flex-end;
}

.single_pager .next a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 2.051vw;
    font-size: 3.59vw;
    color: #000;
}

.single_pager .next a:after {
    content: "";
    display: block;
    width: 2.051vw;
    height: 2.051vw;
    transform: translateY(1px);
    background: #0095D9;
    border-radius: 50%;
}
}


/*================================
Company
================================*/
@media all and (max-width:769px) {
.contents section.company_overview {
    margin-top: 20vw;
}

.company_overview_box {
    flex-direction: column;
    column-gap: 0;
    row-gap: 0;
    margin-bottom: 10.256vw;
    padding-bottom: 10.256vw;
    border-bottom: 1px solid #D8D8D8;
}

.company_overview_box:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.company_overview_box .section_header {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    position: relative;
    top: 0;
    height: 100%;
    margin-top: 0!important;
    padding-top: 0;
}

.company_overview_box .section_header .deco {
    position: relative;
    top: 0;
    bottom: inherit;
    right: inherit;
}

.company_overview_box .section_header:has(.deco) {
    margin-bottom: 0;
}

.company_overview_box .section_header .img {
    margin-top: 5.128vw;
}

.company_overview_box .section_contents {
    flex: 1;
    padding-top: 5.128vw;
}

.company_overview .company_overview_box:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.company_overview_box .company_overview_philosophy_message {
    font-size: 5.128vw;
    font-weight: 700;
    line-height: 1.5;
}

.company_overview_box .section_contents p {
    margin-top: 1em;
}

.company_overview_box .section_contents .text p {
    font-size: 3.59vw;
}

.company_overview_box .section_contents p:first-of-type {
    margin-top: 0;
}

.company_overview_box .section_contents p strong {
    color: #0095D9;
}

.company_profile_list .item {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    padding: 5.128vw 5.128vw;
    border-top: 1px solid #D8D8D8;
}


.company_profile_list .item:first-of-type {
    padding-top: 0;
    border-top: none;
}

.company_profile_list .item .label {
    padding: 0 0;
    font-size: 3.59vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.7;
    border-top: none;
}

.company_profile_list .item .detail {
    margin-top: 1.282vw;
    padding: 0 0 0 0;
    border-top: none;
    font-size: 3.59vw;
    line-height: 1.7;
    color: #3D3D3D;
}

.company_profile_list .item:first-of-type .label,
.company_profile_list .item:first-of-type .detail {
    border-top: none;
    padding-top: 0;
}

.company_overview_services_list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5.128vw;
}

.company_overview_services_list .item .title {
    display: flex;
    align-items: center;
    column-gap: 2.564vw;
    margin-bottom: 5.128vw;
    font-size: 4.615vw;
    color: #0095D9;
}

.company_overview_services_list .item .title img {
    width: 8.974vw;
    height: 8.974vw;
}

.company_overview_services_list .item p {
    line-height: 1.7;
}

.company_overview_services_list .item dl {
    margin-left: 16px;
}

.company_overview_services_list .item dl dt {
    position: relative;
    margin-top: 20px;
}

.company_overview_services_list .item dl dt:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -16px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0095D9;
}

.company_overview_services_list .item dl dd {
    margin-top: 10px;
    line-height: 1.7;
}

.company_overview_services_taiseikai {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 12.821vw;
    padding: 6.154vw;
    background: #F6FCFF;
    border-radius: 4.103vw;
    border: 1px solid #0095D9;
}

.company_overview_services_taiseikai .title {
    color: #0095D9;
    font-size: 5.128vw;
}

.company_overview_box .section_contents .company_overview_services_taiseikai p {
    margin-top: 3.077vw;
    margin-bottom: 4.103vw;
    font-size: 3.59vw;
    text-align: center;
    line-height: 2;
}

.company_overview_box .section_contents .company_overview_services_taiseikai p strong {
    margin-bottom: 2.564vw;
    color: #3D3D3D
}

.company_overview_history_flow {
    position: relative;
    display: block;
    overflow: hidden;
}

.company_overview_history_flow:before {
    content: "";
    position: absolute;
    left: 1.154vw;
    top: 1.282vw;
    width: 1px;
    height: 100%;
    background: #D8D8D8;
}

.company_overview_history_flow dt {
    position: relative;
    width: 100%;
    padding-left: 7.692vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.7;
}

.company_overview_history_flow dt:after {
    content: "";
    position: absolute;
    top: 1.538vw;
    left: 0;
    width: 2.564vw;
    height: 2.564vw;
    background: #0095D9;
    border-radius: 50%;
}

.company_overview_history_flow dd {
    font-size: 3.59vw;
    line-height: 1.7;
    padding-left: 7.692vw;
    padding-bottom: 5.128vw;
}

.more_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2.564vw;
    margin-top: 5.128vw;
    padding-top: 5.128vw;
    text-align: center;
    border-top: 1px solid #D8D8D8;
    cursor: pointer;
}

.company_overview_history_flow.open + .more_toggle img {
    transform: rotate(-180deg);
}
}

/*================================
Rental_management
================================*/
@media all and (max-width:769px) {
.rental_management .contents_wrap {
    display: contents;
}
.rental_management .contents main section {
    width: calc(100% - 8.206vw);
    margin-top: 12.821vw;
    margin-inline: auto;
    padding-top: 12.821vw;
    padding-inline: 0;
    border-top: 1px solid #D8D8D8;
}

.rental_management .contents main section:first-of-type {
    margin-top: 0;
    border-top: none;
}

.feature_list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 7.692vw;
}

.rental_management .section_inner > .lead + .section_header{
    margin-top: 11.282vw;
}

.feature_list .item.col2 {
    flex-direction: column;
    column-gap: 40px;
}

.feature_list .text {
    flex: 1;
    display: contents;
}

.feature_list .text .title {
    order: 1;
    display: flex;
    align-items: center;
    column-gap: 2.564vw;
    font-size: 4.615vw;
}

.feature_list .text .count {
    width: 7.692vw;
    height: 7.692vw;
    font-size: 3.59vw;
}

.feature_list .text p {
    order: 3;
    margin-top: 5.128vw;
    font-size: 3.59vw;
}

.feature_list .img {
    order: 2;
    margin-top: 5.128vw;
    width: 100%;
}

.feature_list .img img {
    width: 100%;
    height: auto;
}

.rental_management .contents main section.support {
    padding-top: 0;
}

.rental_management .support_type .lead {
    margin-top: 5.128vw;
}

.rental_management .support_type .support_type_list {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 3.077vw;
    margin-top: 3.59vw;
    row-gap: 5.128vw;
}

.rental_management .support_type .support_type_list .item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    grid-template-columns: 1fr;
    row-gap: 5.128vw
}

.rental_management .support_type .support_type_list .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 3.077vw;
    border: 3px solid rgba(0,149,217,0.3);
    border-radius: 10.256vw;
    padding: 6.154vw 4.872vw;
}

.rental_management .support_type .support_type_list .box .img {
    width: 18.974vw;
}

.rental_management .support_type .support_type_list .box .feature {
    list-style-type: disc;
    margin-left: 18px;
}

.rental_management .support_type .support_type_list .box .feature li {
    font-size: 3.59vw;
}

.rental_management .support_type .support_type_list .title {
    font-size: 4.615vw;
    line-height: 1;
}


.rental_management .support_type .support_type_list .summary {
    font-size: 3.59vw;
}

.rental_management .support_list {
    row-gap: 3.846vw;
    margin-top: 3.846vw;
}

.rental_management .support_list > .item {
    padding: 5.128vw;
    border-radius: 3.077vw;
}

.rental_management .support_list > .item .title {
    font-size: 4.103vw;
}

.rental_management .support_list > .item .support_detail_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 0;
    margin-top: 2.564vw;
}

.rental_management .support_list > .item .support_detail_list .item {
    list-style-type: disc;
    margin-left: 1.25em;
}

.rental_management .support_list > .item .support_detail_list .item li {
    font-size: 3.59vw;
}

.rental_management .support_list > .item .support_detail_list .item li .summary {
    font-size: 14px;
    line-height: 2;
}

.rental_management .support_list + .more {
    margin-top: 5.128vw;
    margin-inline: auto;
}

.rental_management .contents main section.faq {
    padding-top: 0;
}

.rental_management .faq_list {
    margin-top: 0;
}

.faq .faq {
    margin-top: 0;
}

.faq_list + .more {
    margin-top: 5.128vw;
}

.faq .section_inner:has(.faq_box) {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10.256vw;
}

.faq_list {
    row-gap: 2.564vw;
}

.faq_list .item {
    border-radius: 2.051vw;
    padding-block: 2.564vw;
}

.faq_list .item .question {
    padding-inline: 12.821vw 12.821vw;
}

.faq_list .item .question:before {
    content: "Q";
    position: absolute;
    top: 2.308vw;
    left: 2.564vw;
    width: 6.154vw;
    text-align: center;
    font-size: 6.667vw;
    font-weight: medium;
    font-family: "Barlow", sans-serif;
    color: #6D6D6D;
}

.faq_list .item .question:after {
    content: "";
    position: absolute;
    top: 3.077vw;
    right: 2.564vw;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" class="main-grid-item-icon" fill="none" stroke="%230095D9" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><line x1="5" x2="19" y1="12" y2="12" /><polyline points="12 5 19 12 12 19" /></svg>');
    text-align: center;
    transform: rotate(90deg);
    transition: 0.3s ease;
}

.faq_list .item .question .title {
    letter-spacing: 0.05em;
    font-size: 3.59vw;
}

.faq_list .item .answer {
    display: none;
    position: relative;
    padding-inline: 12.821vw 12.821vw;
    padding-top: 2.308vw;
}

.faq_list .item .answer .title:before {
    content: "A";
    width: 6.154vw;
    position: absolute;
    top: -1.795vw;
    left: -9.744vw;
    text-align: center;
    font-size: 26px;
    font-weight: medium;
    font-family: "Barlow", sans-serif;
    color: #0095D9;
    z-index: 1;
}

.faq_list .item .answer .title {
    position: relative;
    font-size: 3.59vw;
    font-weight: normal;
}

.faq_list .item.open .question:after {
    transform: rotate(-90deg);
}

.faq_list .item .answer p {
    font-size: 3.59vw;
}
}

/*================================
Rental_management
================================*/
@media all and (max-width:769px) {
    .rental_brokerage .flow_list {
        row-gap: 8vw;
    }
    .rental_brokerage .flow_list:after {
        left: 5.067vw;
    }
    .rental_brokerage .flow_list .item {
        flex-wrap: wrap;
        column-gap: 4vw;
    }
    .rental_brokerage .flow_list .item .step {
        width: 10.667vw;
        font-size: 4vw;
    }
    .rental_brokerage .flow_list .item .step span {
        font-size: 6.4vw;
    }
    .rental_brokerage .flow_list .item .detail {
        display: contents;
    }
    .rental_brokerage .flow_list .item .icon {
        width: 10.667vw;
    }
    .rental_brokerage .flow_list .item .detail .title {
        flex: 1;
        font-size: 4.615vw;
    }
    .rental_brokerage .flow_list .item .detail p {
        margin-top: 2.667vw;
        padding-left: 16vw;
        font-size: 3.59vw;
    }
    .rental_brokerage .flow_list .item:last-of-type:after {
        width: 10.667vw;
        top: 0;
    }
}


/*================================
Vacant house management
================================*/
@media all and (max-width:769px) {
.lead p {
    font-size: 3.59vw;
}
.vacant_house_management .page_mv_title .en {
    font-size: 9.231vw;
}
.vacant_house_management .plan_house {
    grid-template-columns: 1fr;
    row-gap: 5.128vw;
}
.plan_box:nth-of-type(n+2) {
    margin-top: 10.256vw;
}
.plan_box .title {
    font-size: 4.615vw;
}
.plan_apartment .item {
    flex-direction: column;
    align-items: center;
    padding: 5.128vw;
}
.plan_apartment .item .img {
    width: 100%;
}
.plan_box .item .img img {
    width: 100%;
}
.plan_apartment .item .text {
    row-gap: 3.846vw;
    margin-top: 3.846vw;
}
.plan_apartment .item .label {
    text-align: center;
    font-size: 4.615vw;
}
.plan_box .item .summary {
    font-size: 3.59vw;
}
.plan_box .item .options {
    row-gap: 1.282vw;
}
.plan_box .item .option {
    height: 9.231vw;
    font-size: 3.59vw;
}
.plan_apartment .item .option {
    justify-self: center;
}
.popular:after {
    right: 4.103vw;
    width: 14.872vw;
    height: 16.923vw;
    background: url(../img/company/vacant_house_management/deco_popular@2x.webp) no-repeat center center / cover;
}
.plan_apartment .item .price {
    justify-content: center;
}
.plan_box .item .price {
    margin-top: -1.282vw;
    font-size: 3.59vw;
}
.plan_box .item .price strong {
    font-size: 5.641vw;
}
}

/*================================
Store
================================*/
@media all and (max-width:769px) {
.store .contents section:nth-of-type(n+2) {
    margin-top: 12.821vw;

}
.store_nav_wrap {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 7.692vw;
}

.store_nav_wrap .store_nav_box .label {
    font-size: 4.615vw;
    font-weight: 700;
}
.store_nav_wrap .store_nav_box .store_nav_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 2.564vw;
    row-gap: 2.564vw;
    margin-top: 5.128vw;
}

.store_nav_wrap .store_nav_box .store_nav_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.256vw;
    color: #0095D9;
    font-size: 3.59vw;
    font-weight: 500;
    border: 1px solid #0095D9;
    border-radius: 2.051vw;
}

.store_list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20.513vw;
}

.store_list .store_box {
    position: relative;
}

.store_list .store_box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10.256vw;
    width: 100%;
    height: 1px;
    background: #D8D8D8;
}

.store_list .store_box .store_label {
    position: relative;
    height: 35.897vw;
    border-radius: 3.077vw;
    overflow: hidden;
}

.store_list .store_box .store_label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store_list .store_box .store_label .title {
    position: absolute;
    inset: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    font-size: 5.641vw;
    font-weight: 500;
    color: #FFF;
}

.store_group .store_list .store_box:last-of-type:after {
    display: none;
}

.store_list .store_detail {
    margin-top: 7.692vw;
}

.store .contents section:nth-of-type(n+2) {
    margin-top: 20.513vw;
}

.store .contents section.store_group {
    margin-top: 200px;
}

.store_detail .company_profile_list .item {
    display: grid;
    grid-template-columns: 6em 1fr;
    column-gap: 1.282vw;
    padding: 0 0;
    border-top: none;
}

.store_detail .company_profile_list .item .label {
    padding: 3.846vw 2.564vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.7;
    border-top: 1px solid #0095D9;
}

.store_detail .company_profile_list .item .detail {
    margin-top: 0;
    padding: 3.846vw 0 3.846vw 2.564vw;
    border-top: 1px solid #D8D8D8;
    line-height: 1.7;
    color: #3D3D3D;
}
.store_detail .company_profile_list .item:first-of-type .label {
    border-top: 1px solid #0095D9;
}

.store_detail .company_profile_list .item:first-of-type .detail {
    border-top: 1px solid #D8D8D8;
}
.store_detail .company_profile_list .item:last-of-type .label {
    border-bottom-width: 1px;
}

}

/*================================
Store detail
================================*/
@media all and (max-width:769px) {
.store_summary .shop_img_main {
    width: 100%;
    height: 45.897vw;
    border-radius: 3.077vw;
    overflow: hidden;
}

.store_summary .shop_img_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store_summary .store_img_thumbnails {
    column-gap: 2.564vw;
    margin-top: 2.564vw;
}

.store_summary .store_img_thumbnails .store_img_thumbnail {
    flex-shrink: 0;
    width: 30.769vw;
    height: 15.385vw;
    border-radius: 2.051vw;
}

.store_detail {
    flex-direction: column;
    column-gap: 0;
    row-gap: 7.692vw;
    margin-top: 7.692vw;
}

.store_detail .company_profile_list {
    width: 100%;
}

.store_detail .company_profile_list .item .label {
    padding: 3.846vw 3.846vw;
}

.store_detail .company_profile_list .item .detail {
    padding: 3.846vw 3.846vw;
}

.store_detail .company_profile_list .item:first-of-type .label {
    padding: 3.846vw 3.846vw;
}
.store_detail .company_profile_list .item:first-of-type .detail {
    padding: 3.846vw 3.846vw;
}

.store_detail .company_profile_list .item:last-of-type .label {
    padding: 3.846vw 3.846vw;
}
.store_detail .company_profile_list .item:last-of-type .detail {
    padding: 3.846vw 3.846vw;
}

.store_detail .store_map {
    width: 100%;
}

.store_link {
    display: flex;
    flex-direction: column;
    row-gap: 3.846vw;
    align-items: center;
    justify-content: center;
    column-gap: 0;
    margin-top: 7.692vw;
    padding-inline: 5.128vw;
}

.store_link .more {
    width: auto;
    min-width: 56.41vw;
}

.store_summary .store_link .more {
    min-width: 82.051vw;
}

.store_link .more a {
    width: 100%;
    height: 12.308vw;
    padding-inline: 4.103vw;
    font-size: 3.59vw;
}

.store_link a,
.store_link .more::before {
    width: 100%;
    height: 12.308vw;
}

.store_link .more::before {
    display: none;
}

.store .contents section.store_staff {
    margin-top: 12.821vw;
    background: #F6FCFF;
}

.store_staff .section_inner {
    padding-block: 1px 12.821vw;
    padding-inline: 8.974vw;
}

.store_staff .staff_list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8.718vw;
    margin-top: 10.256vw;
}

.store_staff .staff_list .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 0;
}

.store_staff .staff_list .item .img {
    position: relative;
    width: 57.436vw;
    height: fit-content;
    margin-inline: auto;
    padding-left: 6.154vw;
}

.store_staff .staff_list .item .img .name {
    position: absolute;
    height: 51.282vw;
    bottom: 0;
    left: 0;
}

.store_staff .staff_list .item .img .name span {
    padding: 2.564vw;
    font-size: 4.103vw;
}

.store_staff .staff_list .item .text {
    flex: 1;
    margin-top: 5.128vw;
}

.store_staff .staff_list .item .text .title {
    margin-bottom: 5.128vw;
    padding-bottom: 5.128vw;
    font-family: "ta-oonishi", sans-serif;
    font-size: 6.154vw;
    color: #0095D9;
    font-weight: 300;
    line-height: 1.18;
    border-bottom: 1px dotted #D8D8D8;
}

.store_staff .staff_list .item .text p {
    font-size: 3.59vw;
}

.store_staff .staff_list .item .text p strong {
    margin-bottom: 5.128vw;
    font-size: 4.103vw;
}

.store_info .store_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.128vw 5.128vw;
    margin-top: 7.692vw;
}

.store_info .store_list .item a .name {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 5.128vw;
    transform: translate(-50%,-50%);
    font-size: 4.615vw;
}
}


/*================================
Taiseikai
================================*/
@media all and (max-width:769px) {
.taiseikai aside {
    display: block;
    width: 100%;
}
.taiseikai aside .side_page_nav .side_page_nav_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(28.718vw, 1fr));
    gap: 2.564vw 2.564vw;
    margin-top: 5.128vw;
}
.taiseikai aside .side_page_nav .side_page_nav_list li.current a:before {
    display: none;
}
.taiseikai aside .side_page_nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10.256vw;
    padding: 2.564vw;
    border: 1px solid #0095D9;
    border-radius: 2.051vw;
    cursor: pointer;
    font-size: 3.59vw;
    font-weight: 700;
    color: #0095D9;
    transition: all 0.2s ease;
}

.taiseikai aside .side_page_nav li.current a {
    background: #0095D9;
    color: #FFF;
}
.taiseikai .contents_wrap {
    flex-direction: column;
}
.taiseikai .section_header .deco {
    right: 0;
}
.taiseikai .contents .taiseikai_tabs {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.taiseikai_maintab {
    width: 100%;
    margin-top: 17.436vw;
}
.taiseikai_maintab section {
    margin-top: 0;
}
.taiseikai_maintab .section_contents .lead {
    font-size: 3.59vw;
}
.contents .taiseikai_lists {
    margin-top: 0;
}

.taiseikai_tabs_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(28.718vw, 1fr));
    gap: 2.564vw 2.564vw;
    margin-top: 0;
}

.taiseikai_tabs_list .taiseikai_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10.256vw;
    padding: 2.564vw;
    border: 1px solid #0095D9;
    border-radius: 2.051vw;
    cursor: pointer;
    font-size: 3.59vw;
    font-weight: 700;
    color: #0095D9;
    transition: all 0.2s ease;
}

.taiseikai_tabs_list .taiseikai_tab.current,
.taiseikai_tabs_list .taiseikai_tab:hover {
    background: #0095D9;
    color: #FFF;
}

.contents .taiseikai_tabs+.taiseikai_lists {
    margin-top: 25px;
}


.taiseikai_list {
    overflow-x: scroll;
}

.taiseikai_list .item {
    display: grid;
    grid-template-columns: 61.538vw 51.282vw 61.538vw 35.897vw 35.897vw;
    column-gap: 2.564vw;
}

.taiseikai_list .list_header > div > h2 {
    padding: 3.846vw 0 3.846vw;
    font-size: 4.103vw;
    text-align: center;
    border-bottom: 1px solid #0095d9;
}

.taiseikai_list .item:not(.list_header) > div {
    padding: 3.846vw 0 3.846vw;
    font-size: 4.103vw;
    border-bottom: 1px solid #D9D9D9;
}

.taiseikai_list .item:not(.list_header) > div.name {
    color: #0095D9;
}

.taiseikai_list .item:not(.list_header) > div.name a {
    color: #0095D9;
}

.taiseikai_tabs_select .col2 {
    justify-content: space-between;
    align-items: center;
    column-gap: 7.692vw;
}

.taiseikai_tabs_select .col2 .label {
    font-size: 4.103vw;
    font-weight: 700;
}

.taiseikai_tabs_select .col2 .taiseikai_tabs_select_box {
    padding: 10px;
    min-width: 60.513vw;
    font-size: 16px;
    color: #3D3D3D;
    border: 1px solid #BEBEBE;
    border-radius: 2.051vw;
}

.taiseikai_overview {
    margin-top: 10.256vw;
    padding-top: 10.256vw;
    border-top: 1px solid #D8D8D8;
}

.taiseikai .section_header:has(.deco) {
    margin-top: 10.256vw!important;
}

.taiseikai_overview .section_contents {
    flex-direction: column;
    column-gap: 76px;
}

.taiseikai_overview .text p {
    margin-top: 5.128vw;
    font-size: 3.59vw;
    line-height: 1.75;
}

.taiseikai_overview .text .company_profile_list {
    margin-top: 6.154vw;
}


.taiseikai_overview .text .company_profile_list .item {
    display: grid;
    grid-template-columns: 6em 1fr;
    column-gap: 1.282vw;
    padding: 0 0;
    border-top: none;
}

.taiseikai_overview .text .company_profile_list .item .label {
    padding: 3.846vw 2.564vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.7;
    border-top: 1px solid #0095D9;
}

.taiseikai_overview .text .company_profile_list .item .detail {
    margin-top: 0;
    padding: 3.846vw 0 3.846vw 2.564vw;
    border-top: 1px solid #D8D8D8;
    line-height: 1.7;
    color: #3D3D3D;
}
.taiseikai_overview .text .company_profile_list .item:first-of-type .label {
    padding: 3.846vw 2.564vw;
    border-top: 1px solid #0095D9;
}

.taiseikai_overview .text .company_profile_list .item:first-of-type .detail {
    padding: 3.846vw 2.564vw;
    border-top: 1px solid #D8D8D8;
}
.taiseikai_overview .text .company_profile_list .item:last-of-type .label {
    border-bottom-width: 1px;
}

.taiseikai_overview .text .company_profile_list .item .detail a {
    display: block;
    margin-top: 2.564vw;
    color: #0095D9;
    text-decoration: underline;
}

.taiseikai_overview .text .company_profile_list .item .detail a i {
    display: inline-block;
    margin-right: 0.4em;
}

#business .taiseikai_tabs_list {
    grid-template-columns: repeat(auto-fill, minmax(28.718vw, 1fr));
    gap: 2.564vw 2.564vw;
}

#bylaws .taiseikai_bylaws_list {
    margin-top: 5.128vw;
}

.bylaws_list .item {
    margin-top: 6.41vw;
}

.bylaws_list .item .chapter {
    font-size: 4.615vw;
    font-weight: 500;
    color: #0095D9;
}

.bylaws_list .item .clause {
    margin-top: 2.051vw;
    font-size: 3.59vw;
    font-weight: bold;
}

.bylaws_list .item .article {
    margin-top: 2.051vw;
    padding-left: 5.128vw;
    font-size: 3.59vw;
}


.bylaws_list .item .article p {
    font-size: 3.59vw;
}

.bylaws_list .item .article ol {
    margin-left: 1.25em;
    font-size: 3.59vw;
}

.taiseikai .faq {
    margin-top: 10.256vw;
    padding-top: 10.256vw;
    border-top: 1px solid #D8D8D8;
}

.taiseikai aside section {
    margin-top: 0;
    padding-top: 0;
}
}

/*================================
Recruit
================================*/
@media all and (max-width:769px) {
.recruit_lead .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 7.692vw;
    font-size: 6.41vw;
    font-weight: bold;
    font-family: "ta-oonishi", sans-serif;
    column-gap: 5px;
    row-gap: 2.051vw;
    line-height: 1;
}

.recruit_lead .title img:first-of-type {
    align-self: flex-start;
}

.recruit_lead .title img:last-of-type {
    align-self: flex-end;
}

.recruit_lead .title strong {
    display: flex;
    color: #F89634;
    font-size: 8.205vw;
    font-weight: normal;
}

.recruit_lead p {
    margin-top: 1.75em;
    font-size: 3.59vw;
    text-align: left;
    line-height: 1.75;
}

.recruit_interview .recruit_interview_box {
    position: relative;
    margin-top: 12.821vw;
}

.recruit_interview .recruit_interview_box:before {
    content: "";
    position: absolute;
    width: 13.59vw;
    height: 19.231vw;
    background: url(../img/recruit/deco_recruit_interview_arrow@2x.webp) no-repeat center center / cover;
}

.recruit_interview .recruit_interview_box:nth-of-type(odd):before {
    top: -12.308vw;
    right: 0;
}

.recruit_interview .recruit_interview_box:nth-of-type(even):before {
    transform: scale(-1, 1);
    top: -12.308vw;
    left: 0;
}

.recruit_interview .recruit_interview_box .recruit_interview1 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 7.692vw;
    background: #0095D9;
    border-radius: 2.051vw;
}

.recruit_interview .recruit_interview_box .recruit_interview1 .movie {
    border-radius: 2.051vw;
    width: 100%;
    height: 51.538vw;
    overflow: hidden;
}

.recruit_interview .recruit_interview_box .recruit_interview1 .movie video {
    width: 100%;
    height: 51.538vw;
    vertical-align: bottom;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
}

.recruit_interview .recruit_interview_box .recruit_interview1 .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-block: 2.564vw;
    padding-inline: 10px;
    font-size: 4.615vw;
    font-family: "ta-oonishi", sans-serif;
    color: #FFF;
    letter-spacing: 0.1em;
    text-align: center;
}

.recruit_interview .recruit_interview_box .recruit_interview1 .title .sharp {
    transform: translateX(0em);
    margin-bottom: 0;
}

.recruit_interview .recruit_interview_box .recruit_interview1 .title .label {
    writing-mode: horizontal-tb;
}


.recruit_interview .recruit_interview_box:nth-of-type(even) .recruit_interview1 {
    flex-direction: column-reverse;
}

.recruit_briefing {
    background: #F6FCFF;
}

.recruit_briefing .section_inner {
    padding-block: 12.821vw;
}

.recruit_briefing .section_header:has(.deco) {
    margin-top: 0!important;
}

.recruit_briefing .home_newsletter_list {
    margin-top: 7.692vw;
    border-top: 1px solid #D8D8D8;
}

.recruit_briefing .home_newsletter_list .item {
    column-gap: 2.564vw;
}

.recruit_briefing .home_newsletter_list .img {
    width: 25.641vw;
    height: 25.641vw;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    overflow: hidden;
}

.recruit_briefing .home_newsletter_list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit_briefing .home_newsletter_list .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recruit_briefing .home_newsletter_list .text .title {
    color: #000;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.7;
}

.recruit_briefing .home_newsletter_list .text p {
    margin-top: 2.564vw;
    font-size: 3.59vw;
}

.recruit_briefing .home_newsletter_list + .more {
    margin-top: 7.692vw;
    margin-inline: auto;
}

.recruit_job .recruit_job_tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 7.692vw;
    margin-inline: auto;
    border: 1px solid #0095D9;
    border-radius: 1.538vw;
    overflow: hidden;
}

.recruit_job .recruit_job_tabs .item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6FCFF;
    min-width: 30.769vw;
    height: 12.308vw;
    cursor: pointer;
    transition: none;
    font-size: 3.59vw;
}

.recruit_job .recruit_job_tab {
    margin-top: 7.692vw;
}

.recruit_job .recruit_job_tab .recruit_job_tab_detail {
    display: none;
}

.recruit_job .recruit_job_tab .recruit_job_tab_detail:first-of-type {
    display: block;
}

.recruit_job .recruit_job_tab .company_profile_list {
    border-bottom: 1px solid #D8D8D8;

}

.recruit_job .recruit_job_tab .company_profile_list .item:first-of-type .label {
    padding-top: 5.128vw;
    border-top: none;
}

.recruit_job .recruit_job_tab .company_profile_list .item:first-of-type .detail {
    padding-top: 0;
    border-top: none;
}

.recruit_job .recruit_job_tab .company_profile_list .item:last-of-type .label {
    border-bottom: none;
}

.recruit_job .recruit_job_tab .company_profile_list .item:last-of-type .detail {
    border-bottom: none;
}

.recruit_job .recruit_job_tab .company_profile_list .item {
    grid-template-columns: 1fr;
}

.recruit_job .store_link {
    margin-top: 7.692vw;
}
}

/*================================
Contact
================================*/
@media all and (max-width:769px) {
.contact_form .contact_form_header p {
    text-align: left;
}

.contact_form .contact_form_header .contact_tel {
    margin-top: 5.128vw;
    padding: 3.846vw 3.846vw 3.846vw;
    border-radius: 3.846vw;
}

.contact_form .contact_form_header .contact_tel .message {
    font-size: 4.615vw;
}

.contact_form .contact_form_header .contact_tel .btn_tel {
    margin-top: 3.846vw;
}

.contact_form .contact_form_header .contact_tel .btn_tel a {
    width: 100%;
    height: 12.821vw;
    margin-inline: auto;
    font-size: 5.128vw;
    border-radius: 9999px;
}


.contact_form .contact_form_header .contact_tel .btn_tel a img {
    position: absolute;
    top: 50%;
    left: 12.821vw;
    transform: translateY(-50%);
}

.contact_form .contact_form_header .contact_tel .contact_time {
    margin-top: 3.846vw;
}

.contact_form .contact_form_main {
    margin-top: 12.821vw;
    padding: 0;
    border: none;
    border-radius: 3.077vw;
}

.contact_form .contact_form_main .item {
    display: flex;
    flex-direction: column;
    column-gap: 3.846vw;
    row-gap: 0;
}

.contact_form .contact_form_main .item .label {
    width: 100%;
    border-top: 1px solid #0095D9;
    padding: 3.846vw 3.846vw 3.846vw;
}

.contact_form .contact_form_main .item .label .title {
    display: flex;
    column-gap: 3.59vw;
    font-size: 4.103vw;
}

.contact_form .contact_form_main .item .label .required {
    font-size: 2.564vw;
    color: #F89634;
}

.contact_form .contact_form_main .item .label .notes {
    display: block;
    font-size: 2.564vw;
    font-weight: normal;
    color: #848484;
}

.contact_form .contact_form_main .item .detail {
    flex: 1;
    padding: 5.128vw 3.846vw 15.385vw;
    border-top: 1px solid #D8D8D8;
}

.contact_form .contact_form_main .item .detail .checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2.564vw;
    row-gap: 2.564vw;
}

.contact_form .contact_form_main .item .detail .checkbox label {
    display: flex;
    align-items: center;
    width: fit-content;
    column-gap: 6px;
    font-size: 14px;
}

.contact_form .contact_form_main .item .detail .checkbox input {
    position: relative;
    width: 3.59vw;
    height: 3.59vw;
    appearance: none;
    background: #FFFFFF;
    border: solid 1px #808080;
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent;
}

.contact_form .contact_form_main .item .detail .checkbox input:before {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    mask-image: url("../img/contact/icon_check.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #FFFFFF;
}

.contact_form .contact_form_main .item .detail .checkbox input:checked {
    background: #F89634;
    border: solid 1px #F89634;
}

.contact_form .contact_form_main .item .detail .checkbox input:checked:before {
    opacity: 1;
}

.contact_form .contact_form_main .item .detail input[type="text"],
.contact_form .contact_form_main .item .detail input[type="tel"],
.contact_form .contact_form_main .item .detail input[type="email"],
.contact_form .contact_form_main .item .detail textarea {
    width: 100%;
    padding: 11px 18px;
    border: 1px solid #0095D9;
    border-radius: 12px;
    background: rgba(245,252,255,0.27);
    color: #3D3D3D;
    font-size: 16px;
}

.contact_form .contact_form_main .item .detail textarea {
    min-height: 90px;
}

.contact_form .contact_form_main .item .detail ::placeholder {
    color: #BABABA;
}

.contact_form .contact_form_main .item .detail .radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 5.128vw;
    row-gap: 6px;
}

.contact_form .contact_form_main .item .detail .radio label {
    display: flex;
    align-items: center;
    width: fit-content;
    column-gap: 6px;
    font-size: 14px;
}

.contact_form .contact_form_main .item .detail .radio input {
    position: relative;
    width: 14px;
    height: 14px;
    appearance: none;
    background: #FFFFFF;
    border: solid 1px #808080;
    border-radius: 50%;
}

.contact_form .contact_form_main .item .detail .radio input:before {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.contact_form .contact_form_main .item .detail .radio input:checked {
    background: #F89634;
    border: solid 3px #F89634;
}

.contact_form .contact_form_main .item .detail .radio input:checked:before {
    opacity: 1;
}

.contact_form .contact_form_main .item .detail .birth {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 23px;
    row-gap: 5.128vw;
}

.contact_form .contact_form_main .item .detail .birth_item {
    position: relative;
    display: flex;
    align-items: flex-end;
    column-gap: 7px;
}

.contact_form .contact_form_main .item .detail .birth_item select {
    position: relative;
    width: 100%;
    padding: 11px 36px 11px 18px;
    font-size: 16px;
    border: 1px solid #0095D9;
    border-radius: 12px;
    background: rgba(245,252,255,0.27);
}

.contact_form .contact_form_main .item .detail .select_arrow {
    position: relative;
}

.contact_form .contact_form_main .item .detail .select_arrow:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width:0;
    height:0;
    border-style:solid;
    border-width: 7px 4px 0 4px;
    border-color: #B4B2B2 transparent transparent transparent;
    z-index: 1;
    pointer-events: none;
}

.contact_form .contact_form_main .item .detail .privacy_policy {
    width: 100%;
    margin-top: 18px;
    padding: 18px 18px;
    border: 1px solid #0095D9;
    border-radius: 12px;
}

.contact_form .contact_form_main .item .detail .privacy_policy .privacy_policy_inner {
    height: 140px;
    overflow: auto;
}

.contact_form .contact_form_main .item .detail .privacy_policy .title {
    font-size: 3.59vw;
    font-weight: 700;
}

.contact_form .contact_form_main .item .detail .privacy_policy .privacy_policy_inner .title {
    margin-top: 5.128vw;
    font-size: 3.077vw;
    font-weight: normal;
}

.contact_form .contact_form_main .item .detail .privacy_policy .title .num {
    color: #0095D9;
    font-weight: 700;
}

.contact_form .contact_form_main .item .detail .privacy_policy p {
    margin-top: 5.128vw;
    font-size: 12px;
    line-height: 1.66;
}

.contact_form .contact_form_main .form_list + .more {
    margin-top: 0;
    margin-inline: auto;
}

.contact_form .contact_form_main .form_list + .more a {
    width: 100%;
    height: 12.308vw;
    padding-inline: 4.103vw;
    font-size: 3.59vw;
}
}

/*================================
Bread crumbs
================================*/
@media all and (max-width:769px) {
.bread_crumb {
    width: 100%;
    overflow: hidden;
    margin-top: 21.538vw;
    border-top: none;
}
.page_cta + .bread_crumb {
    margin-top: 0;
}
.bread_crumb_llst {
    border-top: 1px solid #D8D8D8;
    column-gap: 3.59vw;
    padding-inline: 0;
    margin-inline: 4.103vw;
}

.bread_crumb_llst .item {
    height: auto;
    padding-block: 2.564vw;
}

.bread_crumb_llst .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -2.051vw;
    transform: translateY(-50%);
    width: 0.615vw;
    height: 3.077vw;
    background: url(../img/common/icon_slash@2x.webp) no-repeat center center;
    background-size: cover;
}

.bread_crumb_llst .item:last-of-type:after {
    display: none;
}

.bread_crumb_llst .item,
.bread_crumb_llst .item a {
    font-size: 2.564vw;
    color: #3D3D3D;
}
}

/*================================
Footer
================================*/
@media all and (max-width:769px) {

.footer {
    padding: 10.256vw 0 21.026vw 0;
    background: #FBFBFB;
}
.footer_upper .section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_upper .footer_logo img {
    width: 47.179vw;
}
.footer_upper .pagetop a {
    display: flex;
    align-items: center;
    column-gap: 1.282vw;
    color: #3D3D3D;
    font-size: 3.59vw;
}
.footer_upper .pagetop a:after {
    content: "";
    width: 0;
    height: 0;
    margin-bottom: -0.256vw;
    border-style: solid;
    border-right: 1.026vw solid transparent;
    border-left: 1.026vw solid transparent;
    border-bottom: 2.308vw solid #0095d9;
    border-top: 0;
}
.footer_sns {
    margin-top: 7.692vw;
}
.footer_sns .section_inner {
    padding-block: 0;
    border-top: none;
}
.footer_sns .footer_sns_list {
    display: flex;
    align-items: center;
    column-gap: 5.128vw;
    padding-block: 3.846vw;
    padding-inline: 2.564vw;
    border-top: 1px dotted #D8D8D8;
}
.footer_sns .footer_sns_list .title {
    font-size: 15px;
    font-weight: 500;
}
.footer_sns .footer_sns_list .sns_list {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.footer_sns .footer_sns_list .sns_list a {
    width: 7.692vw;
    height: 7.692vw;
}
.footer_nav .section_inner {
    padding-block: 0;
    border-top: none;
}
.footer_nav .fnav {
    display: block;
}
.footer_nav .fnav .item {
    display: block;
}
.footer_nav .fnav .item > a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 12.821vw;
    padding-inline: 2.564vw;
    font-size: 3.59vw;
    font-weight: 500;
    color: #3D3D3D;
    border-top: 1px dotted #D8D8D8;
}
.footer_nav .fnav .item > a:has(+.fnav_sub):before,
.footer_nav .fnav .item > a:has(+.fnav_sub):after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 2.564vw;
    width: 1px;
    height: 3.846vw;
    background-color: #0095D9;
    transform: rotate(90deg);
}
.footer_nav .fnav .item > a:has(+ .fnav_sub):after {
    transform: rotate(0);
    transition: all 0.3s ease;
}

.footer_nav .fnav .item > a.open:has(+ .fnav_sub):after {
    transform: rotate(90deg);
}
.footer_nav .fnav .fnav_sub {
    display: block;
}
.footer_nav .fnav .fnav_sub a {
    display: flex;
    align-items: center;
    column-gap: 1.795vw;
    font-size: 3.59vw;
    font-weight: 400;
}
.footer_nav .fnav .fnav_sub a:before {
    width: 2.051vw;
    height: 2.051vw;
}
.footer_lower .section_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-block: 7.692vw 0;
    row-gap: 7.692vw;
    border-top: 1px dotted #D8D8D8;
}
.footer_lower .footer_lower_nav_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 3.846vw;
}
.footer_lower .footer_lower_nav_list a {
    font-size: 3.077vw;
    color: #6D6D6D;
    line-height: 1.7;
}
.footer_lower .copyright {
    font-size: 3.077vw;
}


.side_sticky {
    position: fixed;
    display: block;
    width: calc(100% - 8.206vw);
    bottom: 4.103vw;
    right: 4.103vw;
    left: 4.103vw;
    z-index: 10;
    pointer-events: none;
}

.side_sticky .side_sns {
    display: none;
}

.side_sticky .side_btn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 0;
    margin-top: inherit;
    pointer-events: all;
    /* border: 1px solid #0095D9; */
    border: 2px solid #fff;
    border-radius: 9999px;
    overflow: hidden;
}

.side_sticky .side_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: auto;
    height: 12.308vw;
    padding: 0 0 0 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
}

.side_sticky .side_btn a span {
    visibility: hidden;
    width: 0;
}

.side_sticky .side_btn svg {
    stroke-width: 1px;
}

.side_sticky .side_btn .search  {
    color: #fff;
    background: #0095D9;
}

.side_sticky .side_btn .search svg {
    width: 7.692vw;
    height: 7.692vw;
}

.side_sticky .side_btn .consultation  {
    color: #fff;
    background: #0095D9;
    border-left: solid 0.5px #ffffff78;
}

.side_sticky .side_btn .consultation svg {
    width: 8.462vw;
    height: 6.667vw;
}

.side_sticky .side_btn .phone-call  {
    color: #fff;
    background: #0095D9;
    border-left: solid 0.5px #ffffff78;
    /* border: none; */
}

.side_sticky .side_btn .phone-call svg {
    width: 7.692vw;
    height: 7.692vw;
    transform: rotate(0);
}
}
