/* 汎用 */
body {
    line-height: 1em;
    margin: 0;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.img-fluid {
    max-width: 100%;
}

.wrap {
    position: relative;
    overflow: hidden;
}

.text-center {
    text-align: center !important;
}

.centering {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading-bg {
    position: fixed;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    z-index: 200000000000;
    display: block;
    pointer-events: none;
    opacity: 1;
    transition: all .5s linear;
    inset: 0;
}

.loading-bg img {
    max-width: 15rem;
}

.to_entry_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6ACA32;
    background-image: url(../../img/common/chevron_right_w.svg);
    background-size: .416rem .833rem;
    background-repeat: no-repeat;
    background-position: center right 1.25rem;
    border: 1px solid #6ACA32;
    width: 16.6666rem;
    height: 4.1666rem;
    border-radius: 2.0833rem;
    color: #FFF;
    font-size: 1.1666rem;
    font-weight: 600;
    transition: all .3s linear;
}

.to_entry_btn:hover {
    background-color: #FFF;
    color: #6ACA32;
}

/* 汎用 END */


/* 汎用2 */
.common_title_wrap_1 {}

.common_title {
    margin-bottom: .8333rem;
}

.common_title h2 {
    font-size: 3.3333rem;
    line-height: 1em;
    font-weight: 700;
    color: #465DAA;
}

.common_title_sub {
    margin-bottom: 3.3333rem;
}

.common_title_sub h3 {
    font-size: 1.1666rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.common_title.common_title_w h2,
.common_title_sub.common_title_sub_w h3 {
    color: #FFF;
}

.subpage_bnr.subpage_bnr__service_01 .subpage_bnr_title h2 {
    color: #465DAA;
}

.subpage_bnr.subpage_bnr__service_01 .subpage_bnr_title h3 {
    color: #000;
}

.subpage_bnr.subpage_bnr__service_01 .subpage_bnr_title::before {
    display: none;
}

.t_service_container .common_title,
.t_service_container .common_title_sub,
.t_reason_inner .common_title,
.t_reason_inner .common_title_sub {
    padding-left: 1.2500rem;
}


.common_subtitle {}

.common_subtitle h2,
.common_subtitle h4 {
    display: flex;
    align-items: center;
    position: relative;
    font-family: "dincondensed", sans-serif;
    font-size: 5rem;
    /* font-weight: "demi"; */
    line-height: 4.1666rem;
    padding-left: 1.5rem;
}

.common_subtitle h2 p,
.common_subtitle h4 p {
    font-size: 1rem;
    line-height: 1.6666rem;
    font-weight: 700;
    margin-left: 1.6666rem;
}

.common_subtitle h2::before,
.common_subtitle h4::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    width: .6666rem;
    height: .6666rem;
    transform: translateY(-50%);
    background: #FFB400;
    border-radius: 50%;
}

.main_btn_wrap {}

.main_btnx {
    display: flex;
    width: 16.6666rem;
    height: 4.1666rem;
    font-size: 1.1666rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    /* あとで直す */
}

.subpage_main_container {
    padding-bottom: 8.3333rem;
}

.subpage_bnr {}

.subpage_bnr_body {}

.subpage_bnr_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 27.0833rem;
    background-repeat: no-repeat;
    background-size: contain;

    padding: 5.4166rem 1.25rem 0;
}

.subpage_bnr_title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(70, 93, 170, .7);
}

.subpage_bnr.subpage_bnr__about .subpage_bnr_title {
    background-image: url(../../img/about/sp-about-top.jpg);
}

.subpage_bnr.subpage_bnr__service_01 .subpage_bnr_title {
    background: #FFF;
}

.subpage_bnr.subpage_bnr__service_02 .subpage_bnr_title {
    background-image: url(../../img/service/top2_sp.png);
}

.subpage_bnr.subpage_bnr__service_03 .subpage_bnr_title {
    background-image: url(../../img/service/top3_sp.png);
}

.subpage_bnr.subpage_bnr__careers_01 .subpage_bnr_title {
    background-image: url(../../img/careers/top1_sp.png);
}

.subpage_bnr.subpage_bnr__careers_02 .subpage_bnr_title {
    background-image: url(../../img/careers/top2_sp.png);
}

.subpage_bnr.subpage_bnr__news .subpage_bnr_title {
    background-image: url(../../img/news/sp-news-top.jpg);
}

.subpage_bnr.subpage_bnr__contact .subpage_bnr_title {
    background-image: url(../../img/contact/sp-contact-top.jpg);
}

.subpage_bnr.subpage_bnr__entry .subpage_bnr_title {
    background-image: url(../../img/entry/top_sp.png);
}

.subpage_bnr.subpage_bnr__policy .subpage_bnr_title {
    background-image: url(../../img/policy/sp-privacy-policy-top.jpg);
}


.subpage_bnr_title h2 {
    font-size: 4.1667rem;
    line-height: 1em;
    font-weight: 700;
    z-index: 1;

    color: #FFF;
    margin-bottom: 1.2500rem;
}

.subpage_bnr_title h3 {
    width: fit-content;
    font-size: 1.1667rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .05em;
    z-index: 1;

    color: #FFF;
}

.subpage_bnr_spacer {
    display: block;
    height: 2.5rem;
}

.subpage_bnr_index {
    padding: 1.3889rem 1.25rem 0;
}

.subpage_bnr_index_list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 4.1666rem;
}

.subpage_bnr_index_list li {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid;
}

.subpage_bnr_index_list_item {
    display: flex;
    align-items: center;
    position: relative;
    align-content: center;
    flex: 1;

    min-height: 4.1666rem;

    font-size: 1.1666rem;
    line-height: 1em;
    font-weight: 700;

    transition: all .2s linear;
}

.subpage_bnr_index_list_item:hover {
    color: #465DAA;
}

.subpage_bnr_index_list_item span:first-child {
    display: inline-block;
    min-width: 8.3333rem;
}

.subpage_bnr_index_list_item::after {
    position: absolute;
    top: 50%;
    right: .8333rem;
    transform: translateY(-50%);
    height: 1.6666rem;
    width: 1.6666rem;
    content: "";
    background-image: url(../../img/common/chevron_right_b.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .4166rem auto;
}

.subpage_bnr_index_list__service li a::before {
    position: relative;
    display: inline-block;
    font-family: "dincondensed", sans-serif;
    font-size: 1.6666rem;
    line-height: 1.1666rem;
    margin-right: .6666rem;
}

.subpage_bnr_index_list__service li:nth-child(1) a::before {
    content: "01.";
}

.subpage_bnr_index_list__service li:nth-child(2) a::before {
    content: "02.";
}

.subpage_bnr_index_list__service li:nth-child(3) a::before {
    content: "03.";
}

.subpage_bnr_bread {
    width: 100%;
    max-width: 28.7500rem;
    height: 2.0833rem;

    margin: auto;

    border-radius: 1.0417rem;
    background-color: #F3F3F3;
}

.subpage_bnr_bread ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: 0;
}

.subpage_bnr_bread ul a {
    font-size: 0.8333rem;
    line-height: 2.0833rem;
    font-weight: 400;
    letter-spacing: .05em;
}

.subpage_bnr_bread ul li {
    opacity: 1;
    -webkit-transition: 0s .5s;
    transition: 0s .5s;
}

.subpage_bnr_bread.is-yet li {
    opacity: 0 !important;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.subpage_bnr_bread li:nth-child(1) {
    -webkit-transition: opacity .4s .5s, color .2s, -webkit-transform .4s .5s;
    transition: opacity .4s .5s, color .2s, -webkit-transform .4s .5s;
    transition: opacity .4s .5s, transform .4s .5s, color .2s;
    transition: opacity .4s .5s, transform .4s .5s, color .2s, -webkit-transform .4s .5s;
}

.subpage_bnr_bread li:nth-child(2) {
    -webkit-transition: opacity .4s .6s, color .2s, -webkit-transform .4s .6s;
    transition: opacity .4s .6s, color .2s, -webkit-transform .4s .6s;
    transition: opacity .4s .6s, transform .4s .6s, color .2s;
    transition: opacity .4s .6s, transform .4s .6s, color .2s, -webkit-transform .4s .7s;
}

.subpage_bnr_bread li:nth-child(3) {
    -webkit-transition: opacity .4s .7s, color .2s, -webkit-transform .4s .7s;
    transition: opacity .4s .7s, color .2s, -webkit-transform .4s .7s;
    transition: opacity .4s .7s, transform .4s .7s, color .2s;
    transition: opacity .4s .7s, transform .4s .7s, color .2s, -webkit-transform .4s .7s;
}

.subpage_bnr_bread ul li::after {
    content: ">";
    display: inline;
    position: relative;
    padding-right: .8333rem;
}

.subpage_bnr_bread ul li:last-child::after {
    content: none;
}

.scroll_circle_container {
    display: none;
}

.common_subtitle2 {}

.common_subtitle2 h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 1.1666rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.common_subtitle2 h4 span {
    font-family: "dincondensed", sans-serif;
    font-size: 4.1666rem;
    line-height: 3.3333rem;
    border-right: .1558rem solid;
    padding-right: 2rem;
    margin-right: 1.6666rem;
}

.a_company_container .common_subtitle2 {
    margin-bottom: 2.5rem;
}

.a_mission_image_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a_mission_image_wrap > img {
    position: relative;
    width: 20rem;
    margin-bottom: -1.6667rem;
    z-index: 2;
}

.a_mission_figure_wrap {
    display: flex;
    justify-content: center;
    gap: -1.25rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

.a_mission_figure {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0.1183rem 0.1183rem 0.2358rem 0.1rem rgba(224, 224, 224, 0.75);
}

.a_mission_figure_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.a_mission_figure_inner>div {
    width: 12.3333rem;
}

.a_mission_figure_title {
    padding-bottom: 0.5833rem;
    border-bottom: 0.1rem solid #465DAA;
}

.a_mission_figure_title p {
    font-size: 0.9167rem;
    line-height: 1.1667rem;
    font-weight: 900;
    text-align: center;
    margin-top: -.125rem;
    margin-bottom: -.125rem;
}

.a_mission_figure_matter {
    display: flex;
    justify-content: center;
    padding-top: 0.5833rem;
    padding-bottom: 0.8333rem;
}

.a_mission_figure_matter ol {
    display: grid;
    gap: 0.4167rem 0;
}

.a_mission_figure_matter li {
    font-size: 0.75rem;
    line-height: 1em;
    font-weight: 500;
}

.a_mission_figure_matter li::before {
    content: "･ ";
    font-weight: bold;
    color: #465DAA;
}

.a_mission_figure_point {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 0.8333rem;
    border-top: 0.1rem solid #465DAA;
}

.a_mission_figure_point::before {
    content: "POINT";
    position: absolute;
    width: 3.75rem;
    text-align: center;
    background: #FFF;
    top: -0.5rem;
    left: 50%;
    font-family: "din2014bd", sans-serif;
    font-size: 0.8333rem;
    line-height: 1rem;
    font-weight: 700;
    color: #465DAA;
    transform: translate(-50%, 0);
}

.a_mission_figure_point ol {
    display: grid;
    gap: 0.3333rem 0;
}

.a_mission_figure_point li {
    font-size: 0.625rem;
    line-height: 1em;
    font-weight: 500;
}

.a_mission_figure_point li::before {
    content: "･ ";
    font-weight: bold;
}


/* 汎用2 END */

/* トップ */

.entrance_container {
    min-height: 59.1666rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.entrance_inner {
    position: relative;
}

.entrance_text {
    position: absolute;
    top: 19.5833rem;
    left: 0;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.entrance_title {
    position: relative;
    z-index: 1;
}

.entrance_desc {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.entrance_desc p {
    color: #FFF;
    font-size: 2.8333rem;
    line-height: 5.6666rem;
    font-weight: 700;
    letter-spacing: .005em;
    margin-top: 1.4166rem;
    margin-bottom: 1.4166rem;
}

.entrance_news_wrap {
    position: absolute;
    bottom: 4.1666rem;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entrance_news_inner {
    display: flex;
    align-items: center;
    background: #FFF;
    height: 3.3333rem;
    border-radius: 1.6666rem;
    transition: all .2s linear;
}

.entrance_news_inner:hover {
    opacity: .8;
}

.entrance_news_l {
    border-right: .06416rem solid;
}

.entrance_news_l p {
    font-family: "dincondensed", sans-serif;
    font-weight: lighter;
    font-size: 1.5rem;
    line-height: 2.083rem;
    padding-left: 1.6666rem;
    padding-right: .58333rem;
}

.entrance_news_r {
    display: flex;
    align-items: center;
}

.entrance_news_date {}

.entrance_news_date p {
    color: #969696;
    font-size: 1rem;
    font-weight: 500;
    padding-left: .8333rem;
}

.entrance_news_tag {
    display: none;
}

.entrance_news_title {
    max-width: 14.6666rem;
}

.entrance_news_title p {
    font-size: 1rem;
    font-weight: 400;
    padding-left: .8333rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.entrance_image_wrap img {
    max-width: 100%;
}

/* トップ END */

/* トップABOUT */

.t_about_container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 4.6667rem;
    padding-bottom: 2.5rem;
    border-radius: 2.5rem;
    margin-top: -2.5rem;
    background: #FFF;
}

.t_about_inner,
.t_service_inner,
.a_mission_inner,
.t_news_inner {
    max-width: 28.75rem;
    margin: auto;
}

.t_about_desc {
    margin-bottom: 3.3333rem;
}

.t_about_desc p {
    font-size: 1.1666rem;
    line-height: 2.3333rem;
    font-weight: 400;
    letter-spacing: .05em;
    margin-top: -.5833rem;
    margin-bottom: -.5833rem;
}

.t_about_title2 {
    margin-bottom: 3.3333rem;
}

.t_about_title2 p {
    font-size: 2.0833rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: .05em;
}

.t_about_image img {
    max-width: 100%;
}

.t_about_visual {
    position: relative;
    width: 100%;
    text-align: left;
    overflow: visible;
}

.a_mission_cluster {
    --mission-d: 11.6667rem;
    --mission-gap-x: 4.5833rem;
    --mission-offset-y: 2.2222rem;
    --mission-offset-left-y: 1rem;
    --mission-offset-left-x: 0.8333rem;
    --mission-offset-right-x: 0.5rem;
    --mission-logo: 5.4167rem;
    --mission-grad: #465DAA, #6B7DBB, #9AABD9, #6B7DBB, #465DAA;
    --mission-line-w: 0.2222rem;
    --mission-line-top-extra: 0.35rem;
    --mission-line-bottom-extra: 0.15rem;
    position: relative;
    display: block;
    overflow: visible;
    width: calc(var(--mission-d) * 2 + var(--mission-gap-x));
    height: calc(var(--mission-d) + var(--mission-offset-y));
    margin: 0 auto;
}

.a_mission_cluster .a_mission_figure_wrap {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    gap: 0;
}

.a_mission_cluster .a_mission_figure {
    position: absolute;
    z-index: 1;
    width: var(--mission-d);
    height: var(--mission-d);
    margin: 0;
    border: 0;
    background: #FFF;
    box-shadow: 0.1183rem 0.1183rem 0.2358rem 0.1rem rgba(224, 224, 224, 0.75);
}

.a_mission_cluster .a_mission_figure::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 0;
    border-radius: 50%;
    padding: 0.2222rem;
    background: conic-gradient(from 135deg, var(--mission-grad));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.a_mission_cluster .a_mission_figure:nth-child(2)::after {
    background: conic-gradient(from 315deg, var(--mission-grad));
}

.a_mission_cluster .a_mission_figure:nth-child(1) {
    top: var(--mission-offset-left-y);
    left: calc(var(--mission-offset-left-x) * -1);
}

.a_mission_cluster .a_mission_figure:nth-child(2) {
    top: var(--mission-offset-y);
    right: calc(var(--mission-offset-right-x) * -1);
    left: auto;
}

.a_mission_cluster .a_mission_figure .a_mission_figure_inner {
    justify-content: center;
    align-items: center;
    padding: 1.25rem 1.25rem;
}

.a_mission_cluster .a_mission_figure_inner > div {
    width: 8.3333rem;
}

.a_mission_cluster .a_mission_figure_title {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
    background-image: linear-gradient(to right, var(--mission-grad));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% var(--mission-line-w);
}

.a_mission_cluster .a_mission_figure_title p {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.2;
}

.a_mission_cluster .a_mission_figure_matter {
    padding-top: 0.5rem;
    padding-bottom: 0;
}

.a_mission_cluster .a_mission_figure_matter ol {
    gap: 0.3333rem 0;
}

.a_mission_cluster .a_mission_figure_matter li {
    position: relative;
    padding-left: 0.75em;
    font-size: 0.5833rem;
    line-height: 1.35;
}

.a_mission_cluster .a_mission_figure_matter li::before {
    position: absolute;
    left: 0;
    content: "･";
}

.a_mission_cluster .a_mission_logo {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--mission-logo);
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translate(-50%, -50%);
}

.a_mission_cluster .a_mission_logo img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}

.a_mission_cluster .a_mission_logo::before,
.a_mission_cluster .a_mission_logo::after {
    content: "";
    position: absolute;
    z-index: 1;
    height: var(--mission-line-w);
    background: #465DAA;
    pointer-events: none;
}

.a_mission_cluster .a_mission_logo::before {
    top: 0;
    left: calc(80.6 / 162 * 100%);
    width: calc(0.5 * var(--mission-gap-x) + var(--mission-offset-right-x) + 50% - 80.6 / 162 * 100% + var(--mission-line-top-extra));
}

.a_mission_cluster .a_mission_logo::after {
    bottom: 0;
    left: calc(50% - 0.5 * var(--mission-gap-x) - var(--mission-offset-left-x) - var(--mission-line-bottom-extra));
    width: calc(0.5 * var(--mission-gap-x) + var(--mission-offset-left-x) - 50% + 51.6 / 162 * 100% + var(--mission-line-bottom-extra));
}

.a_mission_cluster--point .a_mission_figure_title {
    padding-bottom: 0.4167rem;
}

.a_mission_cluster--point .a_mission_figure_title p {
    font-size: 0.75rem;
    line-height: 1.1;
}

.a_mission_cluster--point .a_mission_figure_matter {
    padding-top: 0.3333rem;
    padding-bottom: 0.5rem;
}

.a_mission_cluster--point .a_mission_figure_matter ol {
    gap: 0.25rem 0;
}

.a_mission_cluster--point .a_mission_figure_matter li {
    font-size: 0.5833rem;
    line-height: 1.3;
}

.a_mission_cluster--point .a_mission_figure_point {
    padding-top: 0.6667rem;
    border-top: 0;
    background-image: linear-gradient(to right, var(--mission-grad));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% var(--mission-line-w);
}

.a_mission_cluster--point .a_mission_figure_point::before {
    width: 3.25rem;
    top: -0.4167rem;
    font-size: 0.6667rem;
    line-height: 0.8333rem;
}

.a_mission_cluster--point .a_mission_figure_point ol {
    gap: 0.25rem 0;
}

.a_mission_cluster--point .a_mission_figure_point li {
    position: relative;
    padding-left: 0.75em;
    font-size: 0.5417rem;
    line-height: 1.3;
}

.a_mission_cluster--point .a_mission_figure_point li::before {
    position: absolute;
    left: 0;
    content: "･";
}

.t_about_body_l {
    margin-bottom: 5.8333rem;
}

/* トップABOUT END */

/* トップ-value */

.t_service_container {
    position: relative;
    background: #FFF;
    padding-top: 5.8333rem;
    padding-bottom: 5.8333rem;
    /*     border-radius: 0 0 2.5rem 2.5rem; */
}

.t_service_inner {
    max-width: 100%;
}

.t_service_links_wrap {
    display: grid;
    gap: 1.875rem 1.25rem;
    grid-template-rows: repeat(2, 1fr);
}

.t_service_link {
    position: relative;
    height: 26.04166rem;
    width: 100%;
    border-radius: 2.5rem;
    overflow: hidden;

    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.t_service_link::before {
    content: "";
    z-index: -1;

    position: absolute;
    inset: 0;
    background: rgba(70, 93, 170, .7);
}







.t_value_container .common_subtitle {
    margin-bottom: 5.8333rem;
}

.t_value_item_container {
    display: grid;
    gap: 2.5rem 0;
    grid-template-columns: repeat(1, 1fr);
}

.t_value_item_wrap {
    position: relative;
    height: 26.0416rem;
    width: 100%;
    border-radius: 1.6666rem;
    border-radius: 2.5rem;
    padding: 2.9166rem 2.5rem 0;
    margin: 0 auto;
    overflow: hidden;

    background-size: 100%;
    background-repeat: no-repeat;
}

.t_value_item_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(70, 93, 170, .7);
}

.t_value_item_wrap:nth-child(1) {
    background-image: url(../../img/top/top-service01.jpg);
}

.t_value_item_wrap:nth-child(2) {
    background-image: url(../../img/top/top-service02.jpg);
}

.t_value_item_wrap:nth-child(3) {
    background-image: url(../../img/top/top-plan.jpg);
}

.t_value_item_wrap:last-child .t_value_item_wrap {
    margin-bottom: 0;
}

.t_value_item {
    position: relative;
    z-index: 1;
}

.t_value_number {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

.t_value_number p {
    width: 2.3333rem;
    font-family: "din2014bd", sans-serif;
    font-size: 1.6666rem;
    line-height: 1em;
    color: #FFF;
}

.t_value_number_divider {
    flex: 1;
    height: .04166rem;
    background-color: #FFF;
}

.t_value_item_title {
    width: fit-content;
    margin-bottom: 1.25rem;
}

.t_value_item_title p {
    position: relative;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .05em;
    color: #FFF;
}

.t_value_item_title p::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    height: .1875rem;
    width: 3.3333rem;
}

.t_value_item_subtitle {
    margin-bottom: 3.5rem;
}

.t_value_item_subtitle p {
    font-size: 2.1666rem;
    line-height: 3.25rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: -.5416rem;
    margin-bottom: -.5416rem;
    color: #FFF;
}

.t_value_item_image {
    margin-bottom: 2.5rem;
}

.t_value_item_image img {
    max-width: 100%;
    width: 100%;
    border-radius: 1.25rem;
}

/* トップ-value END */


/* トップ-gallery END */
.t_gallery_container {
    padding-top: 5.8333rem;
    padding-bottom: 0;
}

.t_gallery_inner {}

.t_gallery_to_r_wrap {
    margin-bottom: 2.5rem;
}

.t_gallery_to_l_wrap {}

.t_gallery_to_r {}

.t_gallery_to_l {}

.t_gallery_to_r li,
.t_gallery_to_l li {
    margin-right: .9583rem;
}

.t_gallery_image_wrap {
    height: 12.5rem;
    border-radius: .8333rem;
    overflow: hidden;
}

.t_gallery_image_wrap img {
    object-fit: cover;
}

.t_gallery_to_r li[data-gitem="1"] .t_gallery_image_wrap,
.t_gallery_to_r li[data-gitem="3"] .t_gallery_image_wrap,
.t_gallery_to_r li[data-gitem="5"] .t_gallery_image_wrap,
.t_gallery_to_r li[data-gitem="7"] .t_gallery_image_wrap {
    width: 12.5rem;
    height: 12.5rem;
}

.t_gallery_to_r li[data-gitem="2"] .t_gallery_image_wrap,
.t_gallery_to_r li[data-gitem="4"] .t_gallery_image_wrap,
.t_gallery_to_r li[data-gitem="6"] .t_gallery_image_wrap {
    width: 207.7px;
    height: 150px;
    width: 17.3083rem;
    height: 12.5rem;
}

.t_gallery_to_r li[data-gitem="1"] .t_gallery_image_wrap img {
    width: auto;
    height: 100%;
    object-position: 3.6166rem 0;
}

.t_gallery_to_r li[data-gitem="2"] .t_gallery_image_wrap img {
    width: auto;
    height: 100%;
    object-position: 1.3333rem 0;
}

.t_gallery_to_r li[data-gitem="3"] .t_gallery_image_wrap img {
    width: auto;
    height: 100%;
    object-position: 5.4166rem 0;
}

.t_gallery_to_r li[data-gitem="4"] .t_gallery_image_wrap img {
    width: auto;
    height: 100%;
    object-position: 1.25rem 0;
}

.t_gallery_to_r li[data-gitem="5"] .t_gallery_image_wrap img {
    width: 100%;
    height: auto;
    object-position: 0 -.75rem;
}

.t_gallery_to_r li[data-gitem="6"] .t_gallery_image_wrap img {
    width: 18.05rem;
    height: 13.5395rem;
    object-position: .6333rem -.8911rem;
}

.t_gallery_to_r li[data-gitem="7"] .t_gallery_image_wrap img {
    width: auto;
    height: 100%;
    object-position: 5.5rem 0;
}

/* ギャラリー下段 */
.t_gallery_to_l li[data-gitem="1"] .t_gallery_image_wrap,
.t_gallery_to_l li[data-gitem="3"] .t_gallery_image_wrap,
.t_gallery_to_l li[data-gitem="5"] .t_gallery_image_wrap,
.t_gallery_to_l li[data-gitem="7"] .t_gallery_image_wrap {
    width: 207.7px;
    height: 150px;
    width: 17.3083rem;
    height: 12.5rem;
}

.t_gallery_to_l li[data-gitem="2"] .t_gallery_image_wrap,
.t_gallery_to_l li[data-gitem="4"] .t_gallery_image_wrap,
.t_gallery_to_l li[data-gitem="6"] .t_gallery_image_wrap {
    width: 150px;
    height: 150px;
    width: 12.5rem;
    height: 12.5rem;
}

.t_gallery_to_l li[data-gitem="1"] .t_gallery_image_wrap img {
    width: auto;
    height: 100%;
    object-position: -.75rem 0;
}

.t_gallery_to_l li[data-gitem="2"] .t_gallery_image_wrap img {
    width: auto;
    height: 100%;
    object-position: -.2083rem 0;
}

.t_gallery_to_l li[data-gitem="3"] .t_gallery_image_wrap img {
    width: auto;
    height: 100%;
    object-position: -.75rem 0;
}

.t_gallery_to_l li[data-gitem="4"] .t_gallery_image_wrap img {
    width: 100%;
    height: auto;
    object-position: 0 -1.25rem;
}

.t_gallery_to_l li[data-gitem="5"] .t_gallery_image_wrap img {
    width: auto;
    height: 100%;
    object-position: -.75rem 0;
}

.t_gallery_to_l li[data-gitem="6"] .t_gallery_image_wrap img {
    width: 100%;
    height: auto;
    object-position: 0 -1.25rem;
}

.t_gallery_to_l li[data-gitem="7"] .t_gallery_image_wrap img {
    width: 18.05rem;
    height: 13.5395rem;
    object-position: -.3791rem -.5166rem;
}

/* トップ-gallery END */


/* トップ-news END */
.t_news_container {
    padding-top: 5.8333rem;
    padding-bottom: 6.6666rem;
    /* padding-left: 1.25rem; */
    /* padding-right: 1.25rem; */
}

.t_news_body_l {}

.t_news_body {}

.t_news_list li {
    border-bottom: 0.0417rem;
}

.news_date {
    display: flex;
    position: relative;
    align-items: center;
    padding-bottom: 1.5417rem;
}

.news_date::after {
    flex: 1;

}

.news_tag {
    display: inline-block;
    text-align: center;
    min-width: 8.3333rem;
    font-size: 1rem;
    line-height: 1.6667rem;
    border-radius: 0.8333rem;
    font-weight: 700;
    margin-right: 1.2500rem;

    background: #465DAA;
    color: #FFF;
}

.news_date span {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 400;
    padding-right: 1rem;
}

.t_news_title {
    padding-left: 1.2500rem;
    padding-right: 4.1667rem;
    padding-bottom: 2.2500rem;
}

.t_news_title p {
    font-size: 1rem;
    line-height: 1.7500rem;
    font-weight: 400;
    letter-spacing: .1em;
    margin-top: -.375rem;
    margin-bottom: -.375rem;
}

.news_divider {
    flex: 1;
    height: 0.0417rem;
    background-color: #000;
}

.t_news_item_wrap {
    width: 100%;
    max-width: 28.75rem;
    border-radius: 1.6666rem;
    background: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 4.1666rem 1.25rem;
    margin: 0 auto 2.5rem;
}

.t_news_container .common_subtitle {
    margin-bottom: 3.3333rem;
}

.t_news_list_container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.t_news_list {
    margin-bottom: 4.1666rem;
}

.t_news_list li {}

.t_news_list li:last-child {
    border-bottom: .04166rem solid #000;
}

.t_news_list_item {}

.t_news_list_item_head {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.t_news_list_item_tag {
    margin-right: 1.25rem;
}

.t_news_list_item_tag p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
    background: #70B914;
    padding: .2916rem 2.0833rem;
    border-radius: .8333rem;
}

.t_news_list_item_date {
    margin-right: 1.1666rem;
}

.t_news_list_item_date p {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: .1em;
}

.t_news_list_item_divider {
    flex: 1;
    height: .04166rem;
    background-color: #000;
}

.t_news_list_item_title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 8.3333rem;
    margin-top: -.8333rem;
}

.t_news_list_item_chevron {
    position: absolute;
    top: 50%;
    right: .8333rem;
    transform: translateY(-50%);
    height: 1.6666rem;
    width: 1.6666rem;
    border-radius: 50%;
    background-color: #000;
}

.t_news_list_item_chevron::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(../../img/common/chevron_right_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .3583rem .59416rem;
}

.t_news_list_item_title p {
    max-width: 17.6666rem;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .1em;
}

/* トップ-news END */


/* トップ-reason START */
.t_reason_container {
    position: relative;
    background: #465DAA;
    margin-top: -2.5rem;
    border-radius: 2.5rem;
}

.t_reason_inner {
    padding-top: 6.6667rem;
    padding-bottom: 5.8333rem;
}

.reason_item_01 {
    max-width: 100%;
    overflow: hidden;
}

.reason_item_01__card {
    background: #FFF;
    max-width: 25.2083rem;
    border-radius: 2.5rem;
    overflow: hidden;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;

    padding: 3.3333rem 0;

}

#reason_owl_01 {
    position: relative;
}

#reason_owl_01 .owl-nav button {
    position: absolute;
    top: 14.8333rem;
}

#reason_owl_01 .owl-nav .owl-prev {
    left: 0.9167rem;
}

#reason_owl_01 .owl-nav .owl-next {
    right: 0.9167rem;
}

#reason_owl_01 .owl-nav img {
    width: 1.25rem;
    height: 3.3333rem;
}

.reason_item_01__number {
    margin-bottom: .8333rem;
}

.reason_item_01__number span {
    font-family: "din2014bd", sans-serif;
    font-size: 1.6666rem;
    line-height: .8em;
    font-weight: 700;
    color: #465DAA;
}

.reason_item_01_title {
    margin-bottom: 2.08333rem;
}

.reason_item_01_title p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 900;

    margin-top: -.25rem;
    margin-bottom: -.25rem;
}

.reason_item_01__image {
    max-width: 100%;
    margin-bottom: 2.0833rem;
}

.reason_item_01__image_inner {}

.reason_item_01__image img {
    max-height: 9.1666rem;
    height: 9.1666rem;
    max-width: 100%;
    vertical-align: bottom;
}

#reason_owl_01.owl-carousel .owl-item img {
    width: auto;
}

.reason_item_01__desc {}

.reason_item_01__descbody {
    font-weight: 400;
    font-size: 1rem;
    min-height: 7.0833rem;
    max-width: 22.6667rem;
    margin: auto;
    line-height: 2rem;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
    text-align: left;
    letter-spacing: .05em;
}


/* トップ-reason END */

/* トップ-plan START */

.t_plan_container {
    background: #F4F6FB;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.5rem;
}

.t_plan_inner_guide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.t_plan_lead {
    width: 100%;
    text-align: start;
}

.t_plan_lead h4 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 1.25rem;
}

.t_plan_lead p {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: .05em;
}

.t_plan_guide {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 28.75rem;
    margin: 2.5rem auto 0;
}

.t_plan_guide_item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.875rem 1.25rem 1.5rem;
    box-shadow: 0.1183rem 0.1183rem 0.2358rem 0.1rem rgba(224, 224, 224, 0.75);
}

.t_plan_guide_head {
    text-align: center;
    margin-bottom: 1.25rem;
}

.t_plan_guide_en {
    font-size: 0.75rem;
    letter-spacing: .08em;
    color: #465DAA;
    margin-bottom: 0.5rem;
}

.t_plan_guide_item h5 {
    font-size: 1.375rem;
    font-weight: 900;
    margin-bottom: 0.875rem;
}

.t_plan_guide_price {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.t_plan_guide_note {
    font-size: 0.875rem;
    line-height: 1.7;
    font-weight: 400;
}

.t_plan_cases {
    display: flex;
    flex-direction: column;
    gap: 0.8333rem;
}

.t_plan_case {
    background: #F4F6FB;
    border-radius: 0.8333rem;
    padding: 1.0833rem 1rem 1rem;
}

.t_plan_case_label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: #465DAA;
    margin-bottom: 0.5rem;
}

.t_plan_case_title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .04em;
    margin-bottom: 0.4167rem;
}

.t_plan_case_calc {
    font-size: 0.8333rem;
    line-height: 1.6;
    font-weight: 400;
    color: #555;
    margin-bottom: 0.75rem;
}

.t_plan_case_price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    border-top: 0.0417rem solid #D7DCEA;
    padding-top: 0.75rem;
}

.t_plan_case_price_label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: #465DAA;
}

.t_plan_case_price_num {
    display: flex;
    align-items: baseline;
    font-size: 1rem;
    font-weight: 700;
    color: #465DAA;
    letter-spacing: .04em;
}

.t_plan_case_price_num em {
    font-family: "din2014bd", "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 1.6667rem;
    line-height: 1;
    font-weight: 700;
    color: #465DAA;
    letter-spacing: .02em;
    margin: 0 0.0833rem;
}

.t_plan_case_price_num span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #465DAA;
    margin-left: 0.0833rem;
}

.t_plan_foot {
    width: 100%;
    font-size: 0.8333rem;
    line-height: 1.7;
    text-align: center;
    color: #555;
    margin-top: 1.6667rem;
}

/* トップ-plan END */

/* SERVICE -START- */
.s_job_container {}

.s_job_inner {
    padding-top: 5.8333rem;
    padding-bottom: 5.8333rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.s_job_desc {}

.s_job_desc p {
    text-align: center;
    font-size: 1.1666rem;
    line-height: 3.5rem;
    font-weight: 600;
    letter-spacing: .12em;
    margin-top: -1.1666rem;
    margin-bottom: -1.1666rem;
}

.s_job_intro_wrap {
    padding-top: 5.8333rem;
}

.s_job_intro_title {
    margin-bottom: 2.5rem;
}

.s_job_intro_title h4 {
    position: relative;
    width: fit-content;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .1em;
    margin: auto;
}

.s_job_intro_title h4::before,
.s_job_intro_title h4::after {
    position: absolute;
    display: block;
    content: "";
    top: .25rem;
    width: .25rem;
    height: 1.916rem;
    background: #000;
}

.s_job_intro_title h4::before {
    left: -1.2083rem;
    transform: rotate(-200deg);
}

.s_job_intro_title h4::after {
    right: -1.2083rem;
    transform: rotate(200deg);
}

.s_job_list {}

.s_job_list_item {
    background: rgba(255, 255, 255, .5);
    /* background: rgba( 255, 255, 255, 0.4 ); */
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    /* backdrop-filter: blur( 2.5px ); */
    /* -webkit-backdrop-filter: blur( 2.5px ); */
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);

    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 1.6666rem;
    margin-bottom: 1.6666rem;
}

.s_job_list_item:last-child {
    margin-bottom: 0;
}

.s_job_list_item_head {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.0833rem;
}

.s_job_list_item_head a {}

.s_job_list_item_head_lg {
    margin-bottom: 1.6666rem;
}

.s_job_list_item_head_lg p {
    font-family: "dincondensed", sans-serif;
    font-size: 3.3333rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: -.025em;
    text-align: center;
}

.s_job_list_item_head_md p {
    font-size: 1.3333rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -.1em;
    text-align: center;
}

.s_job_list_item_body {
    position: relative;
}

.s_job_list_item_body::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - (3.3333rem / 2));
    width: 3.3333rem;
    height: .1666rem;
    background: #FFB400;
}

.s_job_accordion_icon {
    position: absolute;
    top: 1.875rem;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
}

.s_job_accordion_icon span {
    position: absolute;
    display: block;
    background: #000;
    width: 1.25rem;
    height: .1666rem;
    top: 0.74rem;
    right: 0;
    transition: all .3s ease-in-out;
}

.s_job_accordion_icon.active span:last-child {
    transform: rotate(90deg);
}

.s_job_list_item_body_desc {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    padding-top: 2.0833rem;
    padding-bottom: 2.5rem;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.s_job_list_item_body_desc span.gray {
    color: #727171;
    font-size: inherit;
}

.s_shop_container {
    background-color: #FFF;
    padding-top: 5.8333rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 8.3333rem;
}

.s_shop_inner {}

.s_shop_title {
    margin-bottom: 2.5rem;
}

.s_shop_title h4 {
    font-size: 3.3333rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .1em;
}

.s_shop_tag_container {
    margin-bottom: 5.8333rem;
}

.s_shop_tag_wrap {
    margin-bottom: 2.5rem;
}

.s_shop_tag_wrap:last-child {
    margin-bottom: 0;
}

.s_shop_tag_title {
    margin-bottom: 1.25rem;
}

.s_shop_tag_title p {
    font-size: 1.5833rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .1em;
}

.s_shop_tag_list {
    display: grid;
    gap: 1.875rem 1.25rem;
    grid-template-columns: repeat(3, 1fr);
}

.s_shop_tag {
    color: #000;
    display: inline-flex;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .1em;
    text-decoration: none;
    height: 2.5rem;
    min-width: 8.3333rem;
    border-radius: 1.25rem;
    position: relative;
    text-align: center;
}

.s_shop_tag__inner {
    align-items: center;
    background-color: #FFF;
    border-radius: 1.25rem;
    border: 1.5px solid #000;
    color: #000;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    overflow: hidden;
    position: relative;
    transition: color .2s .2s;
    width: 100%;
    z-index: 1;
    text-decoration: none;
    transition: .3s background-color;
}


.s_shop_tag__circle {
    left: .74rem;
}

.s_shop_tag__circle,
.s_shop_tag__circle>span {
    display: inline-block;
    position: absolute;
    height: 0;
    width: 0;
}

.s_shop_tag__circle>span {
    background-color: #000;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: width .35s cubic-bezier(.87, .24, .36, 1), height .35s cubic-bezier(.87, .24, .36, 1);
    z-index: 1
}

.s_shop_tag__txt {
    margin-bottom: -1px;
    max-height: 100%;
    position: relative;
    z-index: 2;
    color: inherit;
}


.s_shop_tag .s_shop_tag__inner.active {
    color: #FFF;
    background-color: #000;
}

.s_shop_tag__inner.active .s_shop_tag__circle>span {
    height: 20rem;
    width: 20rem
}


@media (-ms-high-contrast:none),
(hover: hover) {
    .s_shop_tag:hover .s_shop_tag__inner {
        color: #FFF;
        background-color: #000;
        transition: 3s background-color;
    }

    .s_shop_tag:hover .s_shop_tag__circle>span {
        height: 20rem;
        width: 20rem
    }

}

.s_shop_list_location_wrap {
    margin-bottom: 5.8333rem;
}

.s_shop_list_location_wrap:last-child {
    margin-bottom: 0;
}

.s_shop_list_location_title {
    margin-bottom: 2.5rem;
}

.s_shop_list_location_title p {
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .1em;
}

.s_shop_list_location_title p span {
    font-size: 1.1666rem;
    font-weight: 400;
    letter-spacing: .1em;
    padding-left: 1.25rem;
}

.s_shop_list_item_container {}

.s_shop_list_item {
    border: .08333rem solid #000;
    border-radius: 1.25rem;

    padding: 1.25rem;
    margin-bottom: 2.5rem;
}

.s_shop_list_item:last-child {
    margin-bottom: 0;
}

.s_shop_list_item_l {}

.s_shop_list_item_r {}

.s_shop_list_item_image {
    margin-bottom: 1.6666rem;
}

.s_shop_list_item_image img {
    width: 100%;
    border-radius: .8333rem;
}

.s_shop_list_item_genre {
    min-height: 1.25rem;
    margin-bottom: 1.6666rem;
}

.s_shop_list_item_genre p {
    position: relative;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .1em;
    padding-left: .9166rem;
}

.s_shop_list_item_genre p::before {
    content: "";
    position: absolute;
    top: calc(50% - (.5rem / 2));
    left: 0;
    width: .5rem;
    height: .5rem;
    background: #000;
    border-radius: 50%;
}

.s_shop_list_item_title {
    margin-bottom: 2.0833rem;
}

.s_shop_list_item_title p {
    font-size: 1.95rem;
    line-height: 2.8rem;
    font-weight: 700;
    margin-top: -.4rem;
    margin-bottom: -.4rem;
}

.s_shop_list_item_title.middle p {
    font-size: 1.58333rem;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.s_shop_list_item_title.middle2 p {
    font-size: 1.8rem;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.s_shop_list_item_title.mini p {
    font-size: 1.8333rem;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.s_shop_list_item_title p span {
    display: block;
    font-size: 1.4rem;
}

.s_shop_list_item_title.mini p span {
    font-size: 1rem;
}

.s_shop_list_item_comment {
    display: flex;
    margin-bottom: 1.6666rem;
}

.s_shop_list_item_comment span {
    font-size: 1rem;
    line-height: 1.6666rem;
    font-weight: 700;
    border: .125rem solid #000;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 1rem;
    white-space: nowrap;
}

.s_shop_list_item_comment.mini span {
    padding-left: .5rem;
    padding-right: .5rem;
}

.s_shop_list_item_comment span:last-child {
    margin-right: 0;
}

.s_shop_list_item_location {
    margin-bottom: 2.0833rem;
}

.s_shop_list_item_location p {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.s_shop_list_item_link_wrap {}

.s_shop_list_item_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #FFF;
    font-weight: 700;
    background: #000;
    border: 1.5px solid #000;
    border-radius: .4166rem;
    height: 3.3333rem;
    width: 12rem;
    transition: all .2s linear;
}

.s_shop_list_item_link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: .7791rem;
    width: .608rem;
    height: .608rem;
    background: transparent;
    border-bottom: .08333rem solid;
    border-right: .08333rem solid;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .2s linear;
}

.s_shop_list_item_link:hover {
    background: #FFF;
    color: #000;
}

.s_shop_list_item_link:hover::before {
    transform: translateX(-.1111rem) translateY(-50%) rotate(-45deg);
}

.s_marketing_container {
    padding: 8.3333rem 1.25rem;
}

.s_marketing_inner {}

.s_marketing_card_wrap {}

.s_marketing_card {
    display: block;
    position: relative;
    width: 28.75rem;
    height: 28.75rem;
    border-radius: 1.6666rem;
    padding: 2.5rem 1.25rem 0;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

.s_marketing_card:last-child {
    margin-bottom: 0;
}

.s_marketing_card:nth-child(1) {
    background: url(../../img/service/service_3_sp__1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.s_marketing_card:nth-child(2) {
    background: url(../../img/service/service_3_sp__2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.s_marketing_card_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    pointer-events: none;
}

.s_marketing_card_textbox {
    position: relative;
    z-index: 2;
}

.s_marketing_card_no {
    margin-bottom: 2.5rem;
}

.s_marketing_card_no p {
    color: #FFF;
    font-family: "din2014bd", sans-serif;
    font-size: 5.8333rem;
    line-height: .8em;
}

.s_marketing_card_title {
    margin-bottom: 2.5rem;
}

.s_marketing_card_title p {
    color: #FFF;
    font-size: 2.1666rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-top: -.1666rem;
    margin-bottom: -.1666rem;
}

.s_marketing_card_desc {}

.s_marketing_card_desc p {
    color: #FFF;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.s_pagelinks {
    max-width: 28.7500rem;

    padding-top: 5.8333rem;
    margin: auto;
}

.s_pagelinks ul {
    display: grid;
    gap: 0.1667rem 0;
    grid-template-columns: repeat(1, 1fr);
}

.s_pagelink_item {
    position: relative;
    width: 100%;
}

.s_pagelink_item::before {
    position: absolute;
    inset: 0;
    background: rgba(70, 93, 170, .7);

    content: "";
}

.s_pagelink_item_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;

    height: 14.3750rem;
    padding-top: 1.6667rem;
}

.s_pagelinks li:nth-child(1) .s_pagelink_item {
    background-image: url(../../img/service/sp-service-menu01.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_pagelinks li:nth-child(2) .s_pagelink_item {
    background-image: url(../../img/service/sp-service-menu02.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_pagelinks li:nth-child(3) .s_pagelink_item {
    background-image: url(../../img/service/sp-service-menu03.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_pagelink_item_inner p {
    color: #FFF;
    text-align: center;
}

.s_pagelink_number {
    margin-bottom: 1.2500rem;
}

.s_pagelink_number p {
    font-family: "din2014bd", sans-serif;

    font-size: 2.9167rem;
    line-height: .8em;
    font-weight: 700;
}

.s_pagelink_title_mini {
    margin-bottom: 0.4167rem;
}

.s_pagelink_title_mini p {
    font-size: 0.9167rem;
    line-height: 1em;
    font-weight: 700;
}

.s_pagelink_title {}

.s_pagelink_title p {
    font-size: 1.8333rem;
    line-height: 2.2500rem;
    font-weight: 700;
    letter-spacing: .05em;

    margin-top: -0.2083rem;
    margin-bottom: -0.2083rem;
}

.s_pagelink_chevron {
    position: absolute;
    bottom: 1.0333rem;


    width: 1.1667rem;
    height: 1.1667rem;
    border-bottom: 0.1667rem solid #FFF;
    border-right: 0.1667rem solid #FFF;

    transform: rotate(45deg);
}

.s_detail_list {

    display: grid;
    gap: 4.1667rem 0;

    max-width: 28.7500rem;

    padding-top: 8.3333rem;
    margin: auto;
}

.s_detail_item {
    position: relative;

    padding-top: 4.1667rem;
    padding-bottom: 4.1667rem;
    border-radius: 2.5rem;
    box-shadow: 0.1183rem 0.1183rem 0.2358rem .1rem rgba(224, 224, 224, 0.75);
}

.s_detail_title_wrap {
    position: relative;

    padding-left: 1.6667rem;
    padding-right: 1.6667rem;
    margin-bottom: 3.3333rem;
}

.s_detail_title_wrap::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;
    width: 0.6667rem;
    height: 100%;
    background: #465DAA;
    border-radius: 0.3333rem;
}

.s_detail_title_number {
    margin-bottom: 1.6667rem;
}

.s_detail_title_number p {
    font-family: "din2014bd", sans-serif;
    font-size: 1.7500rem;
    line-height: .8em;
    font-weight: 700;
    letter-spacing: .05em;
    color: #465DAA;
}

.s_detail_title_title_mini {
    margin-bottom: 1.0833rem;
}

.s_detail_title_title_mini p {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 400;
}

.s_detail_title_title {}

.s_detail_title_title p {
    font-size: 2.1667rem;
    line-height: 3.2500rem;
    font-weight: 900;
    letter-spacing: .05em;

    margin-bottom: -0.5417rem;
}

.s_detail_body {
    display: grid;
    gap: 4.1667rem 0;

    padding-left: 1.6667rem;
    padding-right: 1.6667rem;
}

.s_detail_body_item1 {}

.s_detail_body_item1 ol {
    display: grid;
    gap: 2.1667rem 0;

}

.s_detail_body_item1 li {
    font-size: 1.1667rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .05em;
}

.s_detail_body_item1 li::before {
    content: "･ ";
    color: #465DAA;
}

.s_detail_body_item2 {}

.s_detail_body_item2_l {
    margin-bottom: 2.5rem;
}

.s_detail_body_item2_r {
    text-align: center;
}

.s_detail_body_item2_r img {
    height: 12.5000rem;
}

.s_detail_body_item2_ttl {
    margin-bottom: 2.0833rem;
}

.s_detail_body_item2_ttl p {
    display: flex;
}

.s_detail_body_item2_ttl span:first-child {
    background: #465DAA;
    width: 2.0833rem;
    height: 2.0833rem;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    font-family: "din2014bd", sans-serif;
    font-size: 1.0942rem;
    line-height: .8em;
    font-weight: 700;
    letter-spacing: .05em;
    background-color: #465DAA;
    color: #FFF;
    border-radius: 50%;

    margin-right: 0.4167rem;
}

.s_detail_body_item2_ttl span:last-child {
    font-size: 1.6667rem;
    line-height: 2.0833rem;
    font-weight: 700;

    letter-spacing: .05em;
}

.s_detail_body_item2_point {}

.s_detail_body_item2_point_t {
    margin-bottom: 0.8333rem;
}

.s_detail_body_item2_point_t p {
    color: #465DAA;
    font-size: 1.1667rem;
    line-height: 1em;
    font-weight: 700;

    letter-spacing: .05em;
}

.s_detail_body_item2_point_d {
    margin-bottom: 1.6667rem;
}

.s_detail_body_item2_point_d:last-child {
    margin-bottom: 0;
}

.s_detail_body_item2_point_d p {
    font-size: 0.9167rem;
    line-height: 1.4167rem;
    font-weight: 400;
}

.s_detail_body_item4_content .s_detail_body_item2_point_d p {
    font-size: 0.9167rem;
    line-height: 1.8333rem;
    margin-top: -.5em;
    margin-bottom: -.5em;
}

.s_detail_body_item3_title {
    padding-left: 1.2500rem;
    border-left: 0.4167rem solid #465DAA;
}

.s_detail_body_item3_title p:first-child {
    font-size: 2.1667rem;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 0.4167rem;
}

.s_detail_body_item3_title p:last-child {
    font-size: 1.3333rem;
    line-height: 1em;
    font-weight: 900;
}

.s_detail_achieve {
    display: grid;
    gap: 0.8333rem 0;
}

.s_detail_achieve_item {
    text-align: center;

    padding-top: 3.3333rem;
}

.s_detail_achieve_t1 {
    margin-bottom: 2.0833rem;
}

.s_detail_achieve_t1 p {
    font-size: 1.1667rem;
    line-height: 1em;
    font-weight: 900;
    letter-spacing: .05em;
}

.s_detail_achieve_t2 {
    margin-bottom: 2.0833rem;
}

.s_detail_achieve_t2 span {
    color: #465DAA;
}

.s_detail_achieve_t2 .prefix {
    font-size: 2.5133rem;
    line-height: 1em;
}

.s_detail_achieve_t2 .value {
    font-family: "din2014bd", sans-serif;
    font-size: 6.9167rem;
    line-height: .8em;
    font-weight: 700;
}

.s_detail_achieve_t2 .suffix {
    font-size: 2.5000rem;
    line-height: 1em;
    font-weight: 900;
}

.s_detail_achieve_t3 p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: .05em;

    margin-top: -.25rem;
    margin-bottom: -.25rem;
}

.s_detail_body_item4 {}

.s_detail_item4_title {
    border-left: 0.4167rem solid #465DAA;

    padding-left: 1.25rem;
    margin-bottom: 3.3333rem;
}

.s_detail_item4_title p {
    font-size: 2.1667rem;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .05em;
}

.s_detail_item4_title p span {
    display: block;
    font-size: 1.3333rem;
}

.s_detail_body_item4_inner {
    display: grid;
    gap: 4.1667rem 0;

}

.s_detail_body_item4_case {
    margin-bottom: 2.5rem;
}

.s_detail_body_item4_case p {
    min-width: 10rem;
    width: fit-content;
    text-align: center;
    font-size: 1.3333rem;
    line-height: 2.0833rem;
    font-weight: 900;
    letter-spacing: .05em;

    color: #FFF;
    background: #465DAA;
}

.s_detail_body_item4_content {}

.s_detail_body_item4_content_l {}

.s_detail_body_item4_content_r {}

.s_detail_body_item4_t1 {
    margin-bottom: 1.2500rem;
}

.s_detail_body_item4_t1 p {
    font-size: 1.1667rem;
    line-height: 2.0833rem;
    font-weight: 900;

    margin-top: -0.4583rem;
    margin-bottom: -0.4583rem;
}

.s_detail_body_item4_t2 {
    margin-bottom: 2.5000rem;
}

.s_detail_body_item4_t2 p {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
}

.s_detail_body_item5 ol {
    display: grid;
    gap: 2.5000rem;
}

.s_detail_body_item5_box {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 6.2500rem;
    border-radius: 0.4167rem;

}

.s_detail_body_item5_box::after {
    position: absolute;
    content: "";
    width: 1.6667rem;
    height: 0.8333rem;
    bottom: -1.6667rem;
    left: 50%;
    transform: translateX(-50%);

    background-image: url(../../img/common/chevron_btm_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.s_detail_body_item5 li:nth-child(1) .s_detail_body_item5_box {
    background: #909ECC;
}

.s_detail_body_item5 li:nth-child(2) .s_detail_body_item5_box {
    background: #909ECC;
}

.s_detail_body_item5 li:nth-child(3) .s_detail_body_item5_box {
    background: #909ECC;
}

.s_detail_body_item5 li:nth-child(4) .s_detail_body_item5_box {
    background: #6B7DBB;
}

.s_detail_body_item5 li:nth-child(5) .s_detail_body_item5_box {
    background: #6B7DBB;
}

.s_detail_body_item5 li:nth-child(6) .s_detail_body_item5_box {
    background: #465DAA;
}

.s_detail_body_item5 li:nth-child(7) .s_detail_body_item5_box {
    background: #465DAA;
}

.s_detail_body_item5 li:last-child .s_detail_body_item5_box::after {
    display: none;
}

.s_detail_body_item5_box .step,
.s_detail_body_item5_box .main {
    font-size: 1.4642rem;
    font-weight: 700;
    line-height: 4.1667rem;
    padding-right: 1.2500rem;
    padding-left: 1.2500rem;
    color: #FFF;
}

.s_detail_body_item5_box .step {
    letter-spacing: .05em;
    border-right: 0.0833rem solid #FFF;
}

/* SERVICE -END- */

/* about */
.about_com_container {
    max-width: 28.7500rem;

    padding-top: 4.1666rem;
    padding-bottom: 0;
    margin: auto;
}

.a_mission_inner {
    padding-top: 5.8333rem;
    padding-bottom: 2.5000rem;
}

.a_mission_body_l {
    display: flex;
    /*     align-items: center; */
    justify-content: center;
    flex-direction: column;
    /*     min-height: 24.5833rem; */
}

.a_mission_title {
    margin-bottom: 1.6667rem;
}

.a_mission_title h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2.0833rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .05em;
}

.a_mission_title2 {
    margin-bottom: 1.6667rem;
}

.a_mission_title2 h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.3333rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .05em;
    color: #465DAA;
}

.a_mission_subtitle {
    margin-bottom: 3.3333rem;
}

.a_mission_subtitle p {
    text-align: center;

    font-size: 2.1667rem;
    line-height: 3.2500rem;
    font-weight: 700;
    letter-spacing: .05em;

    margin-top: -0.5417rem;
    margin-bottom: -0.5417rem;
}

.a_mission_desc {
    margin-bottom: 5.8333rem;
}

.a_mission_desc p {
    text-align: start;

    font-size: 1.1667rem;
    line-height: 2.3333rem;
    font-weight: 400;
    letter-spacing: .05em;

    margin-top: -0.5em;
    margin-bottom: -0.5em;
}

.a_mission_desc2 {
    margin-bottom: 5.8333rem;
}

.a_mission_desc2 p {
    text-align: center;

    font-size: 1.1667rem;
    line-height: 2.3333rem;
    font-weight: 400;
    letter-spacing: .05em;

    margin-top: -0.5em;
    margin-bottom: -0.5em;
}

.a_mission_body_r {
    padding-top: 3.3333rem;
}

.t_plan_image img {
    max-width: 100%;
    border-radius: 1.5833rem;
}

.a_message_container {
    background: #FFF;
    padding: 5.8333rem 1.25rem .8333rem;
}

.a_message_inner {
    display: flex;
    flex-direction: column;
}

.a_message_body_u {
    display: flex;
    flex-direction: column-reverse;
}

.a_message_body_r {}

.a_message_body_d {}

.a_message_image {
    margin-bottom: 2.5rem;
    border-radius: 1.15rem;
}

.a_message_image img {
    width: 100%;
}

.a_message_title,
#company .common_subtitle2 {
    position: relative;
}

.a_message_title::before,
#company .common_subtitle2::before,
#access .common_subtitle2::before,
#history .common_subtitle2::before {
    position: absolute;
    content: "";
    width: 7.1416rem;
    height: 8.3333rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.a_message_title::before {
    background-image: url(../../img/common/menu-background-01.png);
}

#company .common_subtitle2::before {
    background-image: url(../../img/common/menu-background-02.png);
}

#access .common_subtitle2::before {
    background-image: url(../../img/common/menu-background-03.png);
}

#history .common_subtitle2::before {
    background-image: url(../../img/common/menu-background-04.png);
}

#history .common_subtitle2 {
    position: relative;
    margin-bottom: 4.1666rem;
}

#access .common_subtitle2 {
    position: relative;
    margin-bottom: 2.5rem;
}



.a_message_title p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 1.1666rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.a_message_title p span {
    font-family: "dincondensed", sans-serif;
    font-size: 4.1666rem;
    line-height: 3.3333rem;
    border-right: .1558rem solid;
    padding-right: 2rem;
    margin-right: 1.6666rem;
}

.a_message_comment {
    margin-bottom: 2.5rem;
}

.a_message_comment p {
    font-size: 1.8333rem;
    line-height: 2.75rem;
    font-weight: 700;
    margin-top: -.4583rem;
    margin-bottom: -.4583rem;
}

.a_message_name_en {
    margin-bottom: .8333rem;
}

.a_message_name_en p {
    font-size: 2.3333rem;
    line-height: 1em;
    font-weight: 300;
}

.a_message_name_ja {
    margin-bottom: 4.1666rem;
}

.a_message_name_ja p {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .05em;
}

.a_message_desc {
    margin-bottom: 4.1666rem;
}

.a_message_desc p {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: .075em;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.a_company_container {
    background-color: #FFF;
    padding-top: 5.8333rem;
    padding-bottom: 2.5rem;
}

.a_com_table_wrap {}

.a_com_table {
    width: 100%;
    border-collapse: collapse;
}

.a_com_table tbody {
    vertical-align: top;
}

.a_com_table tr {
    border-top: 1px solid;
}

.a_com_table tr:last-child {
    border-bottom: 1px solid;
}

.a_com_table th,
.a_com_table td {
    min-height: 5.4167rem;
    padding-top: 2.3333rem;
    padding-bottom: 2.0833rem;
}

.a_com_table th {
    text-align: left;
    width: 8.7500rem;
    padding-left: 0.8333rem;
}

.a_com_table th p {
    font-size: 1.1666rem;
    line-height: 2em;
    font-weight: 700;
}

.a_com_table td p {
    font-size: 1.1666rem;
    line-height: 2em;
    font-weight: 400;
}

.table_spacer {
    display: block;
}

.a_access_container {
    padding-top: 2.5rem;
}

.gmap {
    width: 100%;
}

.gmap iframe {
    width: 100%;
    height: 19.16666rem;
}


.a_history_container {
    background: #FFF;
    padding-top: 5.8333rem;
    padding-bottom: 8.3333rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.a_history_inner {}

.a_history_mainbody {}

.a_history_list {
    position: relative;
}

.a_hisotry_item {
    display: flex;
}

.a_history_body_l {
    position: relative;
    min-height: 10.8333rem;
    width: 50%;
    flex: 1;
    padding-bottom: 2.5rem;
    overflow: hidden;
}

.a_history_detail {
    padding-left: 2.5rem;
}

.a_history_body_l::before {
    content: "";
    position: absolute;
    top: 0;
    left: .375rem;
    height: 100%;
    width: .08333rem;
    background: #E8E9E9;
}

.a_hisotry_item:first-child .a_history_body_l::before {
    top: 4.1666rem;
}

.a_hisotry_item:last-child .a_history_body_l::before {
    top: -50%;
}

.a_history_body_l::after {
    content: "";
    position: absolute;
    top: calc(4.1666rem - (.8333rem / 2));
    border-radius: 50%;
    background: #FFF;
    width: .8333rem;
    height: .8333rem;
}

.a_hisotry_item:nth-child(1) .a_history_body_l::after {
    border: .1666rem solid #0171FF;
}

.a_hisotry_item:nth-child(2) .a_history_body_l::after {
    border: .1666rem solid #2ED2FF;
}

.a_hisotry_item:nth-child(3) .a_history_body_l::after {
    border: .1666rem solid #98ED00;
}

.a_hisotry_item:nth-child(4) .a_history_body_l::after {
    border: .1666rem solid #EBFF00;
}

.a_hisotry_item:nth-child(5) .a_history_body_l::after {
    border: .1666rem solid #FFE200;
}

.a_hisotry_item:nth-child(6) .a_history_body_l::after {
    border: .1666rem solid #FFBC00;
}

.a_hisotry_item:nth-child(7) .a_history_body_l::after {
    border: .1666rem solid #FF4A28;
}

.a_hisotry_item:nth-child(8) .a_history_body_l::after {
    border: .1666rem solid #FF005E;
}

.a_hisotry_item:nth-child(9) .a_history_body_l::after {
    border: .1666rem solid #FF0000;
}

.a_hisotry_item:last-child .a_history_body_l {
    min-height: unset;
}

.a_hisotry_item:last-child .a_history_body_l {
    padding-bottom: 0;
}

.a_history_body_r {
    width: 12.5rem;
}

.a_hisotry_year {
    height: 4.1666rem;
}

.a_hisotry_year p {
    font-family: "din2014bd", sans-serif;
    font-size: 3.3333rem;
    line-height: .8em;
    font-weight: 700;
}

.a_hisotry_year span.era_ja {
    font-size: .8333rem;
    line-height: 1em;
    font-weight: 400;
}

.a_hisotry_content {
    display: flex;
    align-items: center;
    height: 4.1666rem;
}

.a_hisotry_content p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-top: -.25rem;
    margin-bottom: -.25rem;
}

.a_hisotry_image {
    /* padding-left: 1.875rem; */
}

.a_hisotry_image img {
    max-width: 100%;
    border-radius: .72416rem;
}

/* about END */


/* CAREERS */
.c_work_container {
    background: #FFF;
    padding-top: 2.5rem;
    padding-bottom: 8.3333rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.c_work_inner {
    padding-top: 5.8333rem;
}

.c_work_title {
    margin-bottom: 2.5rem;
}

.c_work_title h4 {
    font-family: "dincondensed", sans-serif;
    font-size: 3.3333rem;
    line-height: .75em;
    text-align: center;
}

.c_work_item_wrap {
    margin-bottom: 2.08333rem;
}

.c_work_item_wrap:last-child {
    margin-bottom: 0;
}

.c_work_item_row {
    display: flex;
    flex-wrap: wrap;
    gap: 2.08333rem;
}

.c_work_item {
    position: relative;
    width: 13.3333rem;
    border-radius: 1.25rem;
    box-shadow: .3rem .3rem .6rem .1rem rgba(150, 150, 150, 0.4);

    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.c_work_item.c_work_item_w {
    flex: 1 1 100%;
}

.c_work_item_title_en {
    margin-bottom: .8333rem;
}

.c_work_item_title_en p {
    text-align: center;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
}

.c_work_item_title_en p.mini {
    font-size: .9166rem;
}

.c_work_item_title_en[data-color="1"] p {
    color: #DE0074;
}

.c_work_item_title_en[data-color="2"] p {
    color: #FF4600;
}

.c_work_item_title_en[data-color="3"] p {
    color: #FFB400;
}

.c_work_item_title_en[data-color="4"] p {
    color: #A3E318;
}

.c_work_item_title_en[data-color="5"] p {
    color: #0444FD;
}

.c_work_item_title_en[data-color="6"] p {
    color: #2ED2FF;
}

.c_work_item_title_en[data-color="7"] p {
    color: #A9004F;
}

.c_work_item_title_en[data-color="8"] p {
    color: #DE0074;
}

.c_work_item_title_en[data-color="9"] p {
    color: #7600AE;
}

.c_work_item_title_ja {}

.c_work_item_title_ja p {
    font-size: 1.8333rem;
    line-height: 3.25rem;
    font-weight: 900;
    margin-top: -.7083rem;
    margin-bottom: -.7083rem;
    text-align: center;
}

.c_work_item.c_work_item_w .c_work_item_title_ja p {
    font-size: 2.3333rem;
    margin-top: -.4583rem;
    margin-bottom: -.4583rem;
}

.c_work_item_title_ja p.mini {
    font-size: 1.3333rem;
    line-height: 2.0833rem;
    margin-top: 0;
    margin-bottom: 0;
}

.c_work_item_gender_ratio_wrap {
    display: flex;
    align-items: center;
    padding-top: .8333rem;
}

.c_work_item_gender_ratio_value {
    min-height: 14.8333rem;
    width: 50%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_work_item_gender_ratio_value p {
    font-family: "urwdindemi", sans-serif;
    font-size: 5.4166rem;
    line-height: 1em;
    letter-spacing: -.05em;
}

.c_work_item_gender_ratio_graph {
    min-height: 14.8333rem;
    width: 50%;
    flex: 1;
}

.c_work_item_gender_ratio_graph_img {
    width: 13.3333rem;
}

.c_work_item_common_value {}

.c_work_item_common_value p {
    text-align: center;
    padding-top: 2.5rem;
}

.c_work_item_common_value p span.value {
    font-family: "urwdindemi", sans-serif;
    font-size: 4.6666rem;
    line-height: 1em;
}

.c_work_item_common_value p span.unit_name {
    font-size: 1.75rem;
    line-height: 1em;
    font-weight: 900;
    vertical-align: sub;
}

.c_work_item_gender_line_graph {
    text-align: center;
    padding-top: 1.6666rem;
}

.c_work_item_gender_line_graph_img {
    width: 24.661rem;
    margin: auto;
}

.c_work_item_benefit {
    padding-top: 1.25rem;
}

.c_work_item_benefit_list {
    list-style-type: disc;
    padding-left: 2.6666rem;
}

.c_work_item_benefit_list li {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 1rem;
}

.c_work_item_benefit_list li:last-child {
    margin-bottom: 0;
}

.c_work_item_culture {
    padding-top: 2.5rem;
}

.c_work_item_culture_list {
    padding-left: 2.1666rem;
}

.c_work_item_culture_list li {
    margin-bottom: 2.0416rem;
}

.c_work_item_culture_list li:last-child {
    margin-bottom: 0;
}

.c_work_item_culture_list li p {
    font-size: .9333rem;
    line-height: 1em;
    font-weight: 400;
}

.c_work_item_culture_list li p span {
    font-size: 1.45833rem;
    line-height: 1em;
    font-weight: 500;
}

.mid_career_container {
    background: #FFF;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.5rem;
}

.mid_career_inner {}

.recruit_detail_switch {
    display: grid;
    gap: 1.0833rem;
    grid-template-columns: repeat(2, 1fr);

    padding-left: .3166rem;
    padding-right: .3166rem;
    margin-bottom: 5.8333rem;
}

.recruit_detail_switch_btn {
    height: 3.3333rem;
    position: relative;
    display: flex;
    flex-direction: column;
    border: .1666rem solid #6ACA32;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #6ACA32;
    background-color: #FFF;
    font-size: 1rem;
    line-height: 1.1666rem;
    font-weight: 700;
    letter-spacing: .1em;
    border-radius: .3758rem;
    transition: all .2s linear;
}

.recruit_detail_switch_btn.active {
    background-color: #6ACA32;
    color: #FFF;
}

.recruit_detail_switch_btn.active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    display: block;
    width: 0;
    height: 0;
    border: 0.9622rem solid transparent;
    border-top-color: #6ACA32;
    transform: translate(-50%, 0%);
}

.recruit_detail_switch_btn span {
    display: block;
    font-size: .8333rem;
}

.recruit_detail_main {
    display: none;
    transition: all .2s linear;
}

.recruit_detail_main.active {
    display: block;
}

.recruit_detail_box {}

.recruit_detail_item {
    display: flex;
    flex-direction: column;
    min-height: 6.6666rem;
    padding-left: .8rem;
    border-bottom: .0833rem solid #BABBBB;
    padding-top: 1.6666rem;
    padding-bottom: 1.6666rem;
}

.recruit_detail_item:first-child {
    border-top: .0833rem solid #BABBBB;
}

.recruit_detail_title {
    margin-bottom: 2.5rem;
}

.recruit_detail_title h3 {
    font-size: 2.0833rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: -.02833rem;
    margin-bottom: -.02833rem;
    text-indent: -.5em;
    padding-left: .5em;
}

.recruit_detail_title h3::before {
    content: "･";
    color: #6ACA32;
}

.recruit_detail_mini_title p,
.recruit_detail_right_desc {
    font-size: 1.1666rem;
    line-height: 2.3333rem;
    margin-top: -.5833rem;
    margin-bottom: -.5833rem;
}

.recruit_detail_mini_title p {
    font-weight: 700;
    margin-bottom: 0.9166rem;
}

.recruit_detail_right_desc {
    font-weight: 400;
}

.recruit_detail_right_desc.shorter {
    line-height: 1.75rem;
    margin-top: -.2916rem;
    margin-bottom: -.2916rem;
}

.recruit_detail_right_desc span.bolder {
    font-weight: 700;
}

.recruit_detail_right_desc span.shorter {
    line-height: 1.75rem;
}

.recruit_detail_right_desc span.taller {
    line-height: 2.3333rem;
}

.career_flow_container {
    background: #FFF;
    padding-top: 5.8333rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 8.3333rem;
}

.career_flow_inner {}

.career_flow_title {
    text-align: center;
    margin-bottom: 1.25rem;
}

.career_flow_title h4 {
    font-size: 2rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .05em;
}

.career_flow_image {
    text-align: center;
}

.career_flow_image img {
    max-width: 100%;
    width: 25rem;
    vertical-align: bottom;
    margin: auto;
}

/* CAREERS END */



/* products */
.product_com_container {
    background: #FFF;
    padding-top: 8.3333rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 8.3333rem;
}

.product_com_container.p_business_container {
    padding-bottom: 0;
}

.p_bio_container .common_subtitle,
.p_business_container .common_subtitle,
.p_deploy_container .common_subtitle {
    padding-bottom: 2.5rem;
    margin-bottom: 4.1666rem;
}

.p_bio_container .common_subtitle h4,
.p_business_container .common_subtitle h4,
.p_deploy_container .common_subtitle h4 {
    font-size: 4.1666rem;
}

.p_bio_container .common_subtitle span,
.p_business_container .common_subtitle span,
.p_deploy_container .common_subtitle span {
    position: absolute;
    bottom: -2.5rem;
}

.p_bio_title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 2.5rem;
}

.p_bio_title p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 800;
    letter-spacing: .05em;
    margin-top: -.75rem;
    margin-bottom: -.75rem;
}

.p_bio_desc {
    min-height: 19.3333rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.p_bio_desc p {
    font-size: 1rem;
    line-height: 3rem;
    font-weight: 400;
    letter-spacing: .1em;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.p_bio_body_r {
    padding-top: 4.1666rem;
}

.p_bio_image {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.p_bio_image img {
    width: 100%;
}


.p_business_title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 2.5rem;
}

.p_business_title p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 800;
    letter-spacing: .05em;
    margin-top: -.75rem;
    margin-bottom: -.75rem;
}

.p_business_model_image_01 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 8.3333rem;
}

.p_business_model_image_01 img {
    width: 100%;
}

.p_business_model_02_wrap {
    padding-top: 1.6666rem;
}

.p_business_model_02_container {
    width: 100%;
    border-radius: 1.6666rem;
    border: .1666rem solid;
    padding: 2.5rem 1.25rem 0;
}

.p_business_model_02_body_01 {
    padding-bottom: 3.3333rem;
    margin-bottom: 4.1666rem;
}

.p_business_model_02_body_02 {
    padding-bottom: 3.3333rem;
    margin-bottom: 3.3333rem;
}

.p_business_model_02_body_03 {
    padding-bottom: 3.3333rem;
}

.p_business_model_02_body_01,
.p_business_model_02_body_02 {
    border-bottom: .16666rem solid;
}

.p_business_model_02_step {
    position: relative;
    text-align: center;
}

.p_business_model_02_step p {
    position: relative;
    width: fit-content;
    font-family: "din2014bd", sans-serif;
    font-size: 3.3333rem;
    line-height: 1em;
    font-weight: 700;
    border-bottom: .1666rem solid;
    margin: auto;
}

.p_business_model_02_step.add_now p::after {
    position: absolute;
    top: 0;
    left: calc(100% + 1.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "現在";
    background: #E61673;
    width: 3.3333rem;
    height: 3.3333rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    font-size: 1rem;
    letter-spacing: .05em;
    font-weight: 800;
    border-radius: 50%;
}

.p_business_model_02_step span.add_text {
    display: block;
    font-size: 1.1222rem;
    line-height: 1em;
    font-weight: 700;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.p_business_model_02_body_01 .p_business_model_02_step {
    margin-bottom: 2.5rem;
}

.p_business_model_02_body_02 .p_business_model_02_step {
    margin-bottom: 1.25rem;
}

.p_business_model_02_body_03 .p_business_model_02_step {
    margin-bottom: 2.5rem;
}

.p_business_model_image_02 {
    text-align: center;
    margin-bottom: 2.5rem;
}

.p_business_model_image_02 img {
    max-width: 100%;
    height: 15.8333rem;
}

.p_business_model_t1 {
    margin-bottom: 1.25rem;
}

.p_business_model_t1 p {
    font-size: 1.8333rem;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: .05em;
    text-align: center;
}

.p_business_model_desc {
    max-width: 23.75rem;
    padding-top: 1.25rem;
    margin: auto;
    border-top: .08333rem solid;
}

.p_business_model_desc p {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: .05em;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.p_business_model_image_03 {
    text-align: center;
    margin-bottom: 2.5rem;
}

.p_business_model_image_03 img {
    width: 100%;
}

.p_business_model_watt_wrap {
    max-width: 19.8333rem;
    max-width: 21.8333rem;
    margin: auto;
}

.p_business_model_watt_t1 {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.p_business_model_watt_t1 p {
    padding-bottom: 1.25rem;
    border-bottom: .08333rem solid;
}

.p_business_model_watt_t1 span.watt {
    font-family: "din2014bd", sans-serif;
    font-size: 5.4166rem;
    line-height: .8em;
    letter-spacing: .05em;
}

.p_business_model_watt_t1 span.unit {
    font-family: "din2014bd", sans-serif;
    font-size: 3.5rem;
    line-height: 1em;
    letter-spacing: .05em;
}

.p_business_model_watt_t1 span.scale {
    font-size: 2.6666rem;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
}

.p_business_model_watt_t2 {
    text-align: center;
    margin-bottom: 2.0833em;
}

.p_business_model_watt_t2 p {
    font-size: 1.8333rem;
    line-height: 2.0833em;
    font-weight: 700;
}

.p_business_model_watt_nobtn {}

.p_business_model_watt_nobtn p {
    background-color: #70B914;
    color: #FFF;
    font-size: 2.1666rem;
    line-height: 4.1666rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-align: center;
}


.p_business_extend_prj_container {
    padding-top: 8.3333rem;
}

.p_business_extend_prj_list .a_philosophy_item_title::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 0;
    height: .1875rem;
    width: 2.5rem;
    background: linear-gradient(to right, #009F42, #FFEE0E);
    transform: translateX(-50%);
}


.p_deploy_t1 {
    margin-bottom: 2.5rem;
}

.p_deploy_t1 p {
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: .05em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.p_deploy_t2 {
    margin-bottom: 4.1666rem;
}

.p_deploy_t2 p {
    font-size: 1rem;
    line-height: 3rem;
    font-weight: 400;
    letter-spacing: .1em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.p_deploy_item_list {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.p_deploy_item {
    min-height: 14.1666rem;
    box-shadow: .6rem .6rem 1.2rem -.2rem rgba(100, 100, 100, .4);
    border-radius: 1.25rem;
    padding-top: 2.5rem;
}

.p_deploy_item_title {
    position: relative;
    margin-bottom: 1.5rem;
}

.p_deploy_item_title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: .25rem;
    width: 2.5rem;
    background: linear-gradient(to right, #009F42, #FFEE0E);
}

.p_deploy_item_title p {
    font-size: 1.1666rem;
    line-height: 1.6666rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    padding-bottom: 1.6666rem;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.p_deploy_item_desc {}

.p_deploy_item_desc p {
    max-width: 11.25rem;
    font-size: .8333rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .1em;
    margin: auto;
    margin-top: -.2083rem;
    margin-bottom: -.2083rem;
}

/* products END */


/* 新着情報 */
.news_main_container {
    max-width: 28.7500rem;
    padding-top: 5.5rem;
    padding-bottom: 0;
    margin: auto;
}

.news_sidebar {
    padding-bottom: 5rem;
}

.news_list_container {
    display: flex;
    flex-direction: column;
    gap: 2.0833rem;
}

.c2-btn {
    position: relative;
    color: #CCCCCC;
    display: inline-flex;
    font-weight: 500;
    font-size: 1.16666rem;
    min-width: 7.4074rem;
    height: 3.3333rem;
    text-align: center;
    padding-left: 1.4166rem;
    padding-right: .8333rem;
    transition: .3s all;
}

.c2-btn::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: .5833rem;
    height: .5833rem;
    background: #465DAA;
    border-radius: 50%;
    opacity: 0;
    transition: .3s all;
}

.c2-btn__inner {
    position: relative;
    align-items: center;
    color: #CCCCCC;
    display: inline-flex;
    height: 100%;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #2ED2FF);
    overflow: hidden;
    transition: color .3s .3s;
    width: 100%;
    z-index: 1;
}

.c2-btn__txt {
    margin-bottom: -1px;
    max-height: 100%;
    position: relative;
    z-index: 2;
    color: inherit;
    transition: color .3s linear;
}


.c2-btn .c2-btn__inner.active {
    color: #465DAA;
}

.c2-btn:has(.c2-btn__inner.active) {
    &::before {
        transition: all .3s linear;
        opacity: 1;
    }
}



@media (-ms-high-contrast:none),
(hover: hover) {
    .c2-btn:hover .c2-btn__inner {
        color: #465DAA;
        transition: .3s all linear;
    }

    .c2-btn:hover::before {
        opacity: 1;
        transition: all .3s linear;
    }

}





/* c3-btn */

.c3-btn {
    border-radius: 2.0833rem;
    color: #465DAA;
    display: inline-flex;
    font-weight: 700;
    font-size: 1.1667rem;
    text-decoration: none;
    width: 15rem;
    height: 4.1667rem;
    position: relative;
    text-align: center;
}

.c3-btn__inner {
    align-items: center;
    background-color: #FFF;
    /* border-radius: 1.851rem; */
    border-radius: 2.0833rem;
    border: 0.0833rem solid #465DAA;
    color: #465DAA;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #465DAA);
    overflow: hidden;
    position: relative;
    transition: color .2s .2s;
    width: 100%;
    z-index: 1;
    text-decoration: none;
}


.c3-btn__circle {
    left: 2rem;
}

.c3-btn__circle,
.c3-btn__circle>span {
    display: inline-block;
    height: 5px;
    position: absolute;
    width: 5px
}

.c3-btn__circle>span {
    background-color: #465DAA;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: width .35s cubic-bezier(.87, .24, .36, 1), height .35s cubic-bezier(.87, .24, .36, 1);
    z-index: 1
}

.c3-btn__txt {
    margin-bottom: -1px;
    max-height: 100%;
    position: relative;
    z-index: 2;
    color: inherit;
}




@media (-ms-high-contrast:none),
(hover: hover) {
    .c3-btn:hover .c3-btn__inner {
        color: #FFF
    }

    .c3-btn:hover .c3-btn__circle>span {
        height: 25rem;
        width: 25rem
    }

}

/*  */

.c3-btn.c3-btn_white {
    color: #FFF;
}

.c3-btn.c3-btn_white .c3-btn__inner {
    background-color: transparent;
    /* border-radius: 1.851rem; */
    border-radius: 2.0833rem;
    border: 0.0833rem solid #FFF;
    color: #FFF;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    -webkit-mask-image: -webkit-radial-gradient(#FFF, #465DAA);
}

.c3-btn.c3-btn_white .c3-btn__circle>span {
    background-color: #FFF;
}

@media (-ms-high-contrast:none),
(hover: hover) {
    .c3-btn.c3-btn_white:hover .c3-btn__inner {
        color: #465DAA
    }

    .c3-btn.c3-btn_white:hover .c3-btn__circle>span {
        height: 25rem;
        width: 25rem
    }

}

/* c3-btn END */






.news_single_container_wrap {
    background: #FFF;
    padding-top: 8.3333rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 8.3333rem;
}

.news_single_container {
    border-top: .08333rem solid;
    padding-top: 4.1666rem;
}

.news_single_container_inner {}

.news_single_head {}

.news_single_head p {
    color: #969696;
    font-size: 1rem;
    line-height: 1em;
    margin-bottom: .8333rem;
}

.news_single_title {
    margin-bottom: 2.5rem;
}

.news_single_title p {
    font-size: 1.3333rem;
    line-height: 2.6666rem;
    font-weight: 500;
    margin-top: -.6666rem;
    margin-bottom: -.6666rem;
}

.news_single_thumb {
    margin-bottom: 3.3333rem;
}

.news_single_thumb img {
    border: .5px solid #646464;
    border-radius: 1.3083rem;
    max-width: 100%;
}

.news_single_body {}

.news_single_body p,
.news_single_body span,
.news_single_body label,
.news_single_body h1,
.news_single_body h2,
.news_single_body h3,
.news_single_body h4,
.news_single_body h5,
.news_single_body h6 {
    color: #000;
    line-height: 2em;
    font-weight: 400;
}

.news_single_body p {
    font-size: 1rem;
}

.news_pick_container {
    background: #FFF;
    padding-top: 8.3333rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.news_pick_inner {}

.news_title {
    text-align: center;
}

.news_title h4 {
    font-family: "dincondensed", sans-serif;
    font-size: 4.1666rem;
    line-height: .8em;
    margin-bottom: 1.25rem;
}

.news_title p {
    font-size: 1.3333rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .1em;
}

.news_pick_item_wrap {
    display: grid;
    gap: 5.8333rem;
    grid-template-columns: repeat(1, 1fr);

    padding-top: 4.1666rem;

    /* transition: all .2s linear; */
}

.news_pick_item {
    position: relative;
}

.news_list_container .news_pick_item {
    margin-bottom: 2.0833rem;
}

.news_pick_item:hover {
    opacity: .8;
}

.news_pick_item:hover .news_item_image img {
    scale: 1.15;
}

.news_item_image {
    width: 28.75rem;
    height: 15.6667rem;
    border-radius: 1.3083rem;
    overflow: hidden;
    margin-bottom: 1.7500rem;
    border: .5px solid #000;
}

.news_item_image img {
    width: 100%;
    transition: all .4s linear;
}

.news_item_head {
    display: flex;
    align-items: center;
    margin-bottom: .8333rem;
}

.news_item_head_tag {
    margin-right: 1.6666rem;
    flex-shrink: 1;
}

.news_item_head_tag p {
    min-width: 11.6667rem;
    width: fit-content;
    text-align: center;

    color: #FFF;
    background-color: #465DAA;
    font-size: .915rem;
    line-height: 1.6666rem;
    font-weight: 500;

    border-radius: .7777rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

.news_item_head_date {}

.news_item_head_date p {
    font-size: 1.1667rem;
    line-height: 1em;
    font-weight: 500;
    color: #969696;
}

.news_item_title {}

.news_item_title p {
    font-size: 1.3333rem;
    line-height: 2rem;
    font-weight: 500;
    margin-top: -0.3333rem;
    margin-bottom: -0.3333rem;
}

.all_news_item_wrap {}

.all_news_pagination {
    padding-top: 4.1666rem;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3333rem;
}

.pagination .page-numbers {
    position: relative;
    display: inline-block;

    text-align: center;
    width: 2.08333rem;
    height: 2.08333rem;

}

.pagination .page-numbers span {
    display: inline-block;

    text-align: center;
    border-radius: 50%;
    width: 2.08333rem;
    height: 2.08333rem;
    font-size: 1.25rem;
    line-height: 2.08333rem;
    font-weight: 500;
    color: #000;

    transition: all .4s cubic-bezier(0, 0, 0.28, 1);
}

/* 現在のページ */
.pagination .page-numbers.current span,
.pagination .page-numbers:hover span {
    background: #2ED2FF;
    color: #FFF;
    transform: rotateY(360deg);
}


.all_news_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3333rem;
}

.all_news_pagination ul li {}

.all_news_pagination ul a {
    position: relative;
    display: inline-block;

    text-align: center;
    width: 2.08333rem;
    height: 2.08333rem;

}

.all_news_pagination ul a span {
    display: inline-block;
    width: 2.08333rem;
    height: 2.08333rem;
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 2.08333rem;
    font-weight: 500;
    color: #000;

    transition: all .4s cubic-bezier(0, 0, 0.28, 1);
}

.all_news_pagination ul a:hover span,
.all_news_pagination ul a.active span {
    background: #2ED2FF;
    color: #FFF;
    transform: rotateY(360deg);
}

/* 新着情報 END */



/* contact */
.contact_container_wrap {
    max-width: 28.7500rem;
    padding-top: 5.8333rem;
    margin: auto;
}

.contact_container {
    /* border-top: .08333rem solid; */
    /* padding-top: 4.1666rem; */
}

.contact_container_inner {}

.contact_desc {
    margin-bottom: 5.8333rem;
}

.contact_desc p {
    font-size: 1rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: .1em;
    margin-top: -1rem;
    margin-bottom: -1rem;
}




.form_control {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.08333rem;
}

.form_control:last-child {
    margin-bottom: 0;
}

.form_control input,
.form_control select,
.form_control textarea,
.input_file_button {
    position: relative;
    border: 1px solid #F2F2F1;
    height: 3.703rem;
    flex: 1;
    width: 100%;
    background: #F2F2F1;
    font-size: 1.15rem;
    line-height: 1.2em;
    padding-left: 1.8333rem;
    padding-right: 1.8333rem;
    border-radius: .4166rem;
}

.form_control input {
    /* max-width: calc(100% - 2.2222rem); */
}

.form_control select {
    border: 1px solid #F2F2F1;
    background: #F2F2F1;

    -webkit-appearance: none;
    appearance: none;
}

.select_box {
    position: relative;
}

.select_box::after {
    content: "";
    position: absolute;
    top: 1.3888rem;
    right: .8333rem;
    border: .5555rem solid transparent;
    border-top: .8333rem solid #646464;
}

#contact_confirm_wrap .select_box::after {
    display: none;
}

.form_control textarea {
    /* max-width: calc(100% - 2.2222rem); */
    height: 16.6666rem;
    padding-top: 1.296rem;
}

::placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #BEBEBE;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #BEBEBE;
}

/* IE対応 */
:-ms-input-placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #BEBEBE;
}

.form_label {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.1666rem;
    font-weight: 400;
    margin-bottom: 0.74rem;
}

.form_label .require_text {
    display: inline-block;
    text-align: center;
    width: 3.3333rem;
    background: #465DAA;
    color: #FFF;
    font-size: 1rem;
    line-height: 1.6666rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-left: 1.4166rem;
}

.interview_title_add {
    width: 100%;
    font-size: 1.1666rem;
    line-height: 1em;
    color: #D5007F;
    padding-top: .8888rem;
    margin-bottom: .5rem;
}

.input_box {
    position: relative;
    display: flex;
}

.file_input_box>p {
    display: none;
}

.input_box_half_wrap {
    display: grid;
    gap: 1.1111rem;
    grid-template-columns: repeat(2, 1fr);
}

.input_box_calendar_inner {
    margin-bottom: .8333rem;
}

.input_box_calendar {
    display: flex;
    flex-direction: column;
    gap: 1.6666rem;
}

.input_box_calendar_time {
    position: relative;
    display: flex;
    gap: 2.08333rem;
}

.input_box_calendar_time::before {
    position: absolute;
    content: "〜";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3333rem;
    font-weight: 400;
}

.input_time_wrap {
    position: relative;
    width: 50%;
}

.input_time_wrap::after {
    position: absolute;
    content: "";
    right: .8083rem;
    top: calc(50% - (1.6666rem / 2));
    width: 1.6666rem;
    height: 1.6666rem;
    background: url(../../img/icon/time.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.input_time_wrap input {
    min-width: 40%;
    width: 100%;
}

.timepicker {
    user-select: none;
}

.input_box_half_wrap_pc {}

.input-error {
    border-color: #f00019 !important;
}

.contact_confirm_box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1rem;
    margin-bottom: 2.5rem;

    font-size: 1.1666rem;
    font-weight: 400;
}

.contact_confirm_box input {
    height: 1.185rem;
    width: 1.185rem;
    max-width: 1.185rem;
    /* margin-right: 1.111rem; */
}

.contact_confirm_box a {
    color: #0091DA;
}

.contact_submit_wrap {
    display: block;
    position: relative;
}

.contact_submit,
.form_control input[type="button"],
.form_control input[type="submit"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5rem;
    color: #FFF;
    font-size: 1.3333rem;
    font-weight: 600;
    text-align: center;
    border-radius: 2.5rem;
    transition: all 0.3s linear;
    background: #465DAA;
    /* 緑色のグラデーション */
    cursor: pointer;
}

.contact_submit.disabled,
.form_control input[type="button"].disabled,
.form_control input[type="submit"].disabled {
    background: #E6E6E6;
    cursor: not-allowed;
}

/*.contact_submit::after , */
.form_control .contact_submit_wrap::after {
    pointer-events: none;
    position: absolute;
    display: block;
    content: "";
    top: 2rem;
    right: 2.5rem;
    width: 1rem;
    height: .9166rem;
    background-image: url(../../img/common/arrow_right_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.contact_submit:not(.disabled):hover,
.form_control input[type="button"]:not(.disabled):hover,
.form_control input[type="submit"]:not(.disabled):hover {
    opacity: .7;
}

.contact_submit_02 {
    font-size: 1rem;
    height: 2.6666rem;
}

.contact_submit_03 {
    font-size: 1rem;
    height: 2.6666rem;
    background: #E6E6E6;
}

.contact_submit.contact_submit_02::after,
.contact_submit.contact_submit_03::after {
    display: none;
}

.contact_confirm__modal {
    display: none;
    /* 初期状態では非表示 */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.contact_confirm__modal .modal-content {
    background-color: #fefefe;
    margin: 35% auto;
    padding: 1.851rem;
    border: 1px solid #888;
    width: 80%;
}

.contact_confirm__modal p {
    color: #3B3C3C;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    margin-bottom: 1.851rem;
    white-space: pre-wrap;
}

.contact_confirm__modal p span.bold {
    font-weight: 700;
}

.contact_confirm__modal .modal_btns {
    display: flex;
}

.contact_confirm__modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.contact_confirm__modal .close:hover,
.contact_confirm__modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

::file-selector-button,
::-webkit-file-upload-button {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
}

.input_file {

    display: none;
}

.input_file::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Noto Sans JP', sans-serif;
    content: "";
    height: 100%;
    font-weight: 400;
    font-size: 1.1666rem;
    display: grid;
    align-items: center;
    cursor: pointer;


    padding-left: 4.6666rem;
    background: url(../../img/icon/upload.svg) no-repeat;
    background-size: 1.3616rem 1.5rem;
    background-position-x: 1.8333rem;
    background-position-y: 1rem;
}

.input_file_button {
    display: flex;
    align-items: center;
    padding-left: 4.6666rem;
    background-color: #F2F2F1;
    background-image: url(../../img/icon/upload.svg);
    background-repeat: no-repeat;
    background-size: 1.3616rem 1.5rem;
    background-position-x: 1.8333rem;
    background-position-y: 1rem;
    overflow: hidden;
}

.input_file_button p {
    font-weight: 400;
    font-size: 1.1666rem;
    text-overflow: ellipsis;
}

.entry_term {
    display: block;
    width: 100%;
    height: 25rem;
    overflow: scroll;
    border: .08333rem solid #000;
    border-radius: .4166rem;
    padding: 1.6125rem 1.6125rem;
}

.entry_term p {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

#input-category option[value="disable_option"] {
    display: none;
}

#entry_confirm_wrap .select_box::after,
#entry_confirm_wrap .input_file_button,
#entry_confirm_wrap .contact_confirm_box {
    display: none;
}


#contact_form_wrap_01 .mwform-checkbox-field input,
#contact_form_wrap_01 .mwform-radio-field input {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    /* 	width: fit-content; */
}

/* contact END */




/* policy */
.policy_container_wrap {
    background: #FFF;
}

.policy_container {
    display: flex;
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 8.3333rem;
    padding-bottom: 8.3333rem;
    gap: 5.9167rem;
}

.policy_box {
    display: flex;
    flex-direction: column;
}

.policy_box:last-child {
    border-bottom: 0;
}

.policy_box_title_wrap {
    margin-bottom: 1.6667rem;
}

.policy_box:last-child .policy_box_title_wrap {
    margin-bottom: 0;
}

.policy_box_title {
    font-size: 1.5rem;
    line-height: 2.0833rem;
    font-weight: 700;
    margin-top: -.25em;
    margin-bottom: -.25em;
    letter-spacing: .05em;
}

.policy_box_desc_wrap {}

.policy_box_desc {
    color: #3C3C3C;
    font-size: 1.0833rem;
    line-height: 2em;
    font-weight: 400;
    margin-top: -.5em;
    margin-bottom: -.5em;
}

.policy_box:last-child .policy_box_desc {}

/* policy END */


.s_pagelink {
    height: 9.5833rem;
}


/* footer */

/* footer END */

/* 
.main_btn,
a.main_btn,
button.main_btn {
    font-size: 1.1666rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
}

a.btn-svg {
    font-weight: 700;
    line-height: 4.5rem;

    width: 17rem;
    height: 4.5rem;
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    background-color: transparent;
}

a.btn-svg svg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

a.btn-svg svg rect {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;

    width: 16.6666rem;
    height: 4.1666rem;
    stroke: #000;
    stroke-width: 2;
    stroke-dasharray: 16.6666rem, 3.4666rem;
    stroke-dashoffset: 15.1666rem;
}

a.btn-svg:hover svg rect {
    stroke-dashoffset: 44.666rem;
} */


.main_btn,
a.main_btn,
button.main_btn {
    font-size: .9333rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
}

.main_btn::before {
    position: absolute;
    content: "";
    right: 1.1rem;
    width: .5rem;
    height: .8911rem;
    background-image: url(../../img/common/chevron_right_b.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.main_btn span {
    font-size: 1rem;
}

a.btn-svg {
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    line-height: unset;

    width: 164px;
    height: 44px;
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    background-color: transparent;
}

a.btn-svg svg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

a.btn-svg svg rect {
    width: 160px;
    height: 40px;

    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;

    stroke: #000;
    stroke-width: .08333rem;
    stroke-dasharray: 200px, 12.8px;
    stroke-dashoffset: 174px;
}

a.btn-svg:hover svg rect {
    stroke-dashoffset: 500px;
}

/* FLATPICKR */
.flatpickr-weekdaycontainer>.flatpickr-weekday:nth-child(1) {
    color: #dc3545;
}

.flatpickr-weekdaycontainer>.flatpickr-weekday:nth-child(7) {
    color: #007bff;
}



.snsicon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.snsicon.i-insta {
    background-image: url(../../img/icon/Instagram-icon.svg);
    width: 1.6634rem;
    height: 1.6634rem;
}

.snsicon.i-line {
    background-image: url(../../img/icon/line-icon.svg);
    width: 1.6634rem;
    height: 1.6634rem;
}

.snsicon.i-x {
    background-image: url(../../img/icon/x-icon.svg);
    width: 1.6634rem;
    height: 1.6634rem;
}

.snsicon.i-tiktok {
    background-image: url(../../img/icon/tiktok-icon.svg);
    width: 1.6634rem;
    height: 1.6634rem;
}

.snsicon.i-fb {
    background-image: url(../../img/icon/facebook-icon.svg);
    width: 1.6634rem;
    height: 1.6634rem;
}

.snsicon.i-youtube {
    background-image: url(../../img/icon/youtube-icon.svg);
    width: 1.6634rem;
    height: 1.6634rem;
}

:root {
    --fg: #1a1a1a;
    --muted: #4b5563;
    --pill: #111;
    --btn-blue: #5a76d4;
    --btn-gold: #b89b4d;
    --btn-fg: #fff;
    --radius-xl: 14px;
}

* {
    box-sizing: border-box
}


/* hero全体 */
#hero {
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 20px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* ロゴ */
#hero .logo img {
    margin-bottom: 50px;
    width: 300px;
}

#hero .logo .word {
    font-weight: 800;
    font-size: 36px;
    letter-spacing: .5px;
}

/* 黒ピル見出し */
#hero .pill {
    display: inline-block;
    margin: 10px auto 28px;
    padding: 12px 30px;
    background: var(--pill);
    color: #fff;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: .05em;
    font-size: 24px;
    line-height: 1.4;
}

/* サブ見出し */
#hero .lead {
    margin: 0 auto 60px;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.75;
    font-weight: 700;
}

/* ボタン群 */
#hero .btns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (min-width: 640px) {
    #hero .btns {
        grid-template-columns: 1fr 1fr;
    }

    .sp-br {
        display: none;
    }
}

#hero .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 56px;
    padding: 14px 18px;
    border-radius: 6px;
    text-decoration: none;
    color: var(--btn-fg);
    font-weight: 800;
    letter-spacing: .04em;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    position: relative;
    transition: transform .08s ease, box-shadow .12s ease, opacity .2s;
}

#hero .btn:after {
    content: "";
    width: 0.6em;
    height: 0.6em;
    border-right: 3px solid currentColor;
    border-top: 3px solid currentColor;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
}

#hero .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
}

#hero .btn:active {
    transform: translateY(0);
}

#hero .btn.login {
    background: var(--btn-blue);
}

#hero .btn.doc {
    background: var(--btn-gold);
}

#hero .btn:focus-visible {
    outline: 3px solid rgba(26, 115, 232, .35);
    outline-offset: 2px;
}

@media(max-width:768px) {
    #hero .pill {
        width: 100%;
        font-size: 20px;
    }

    .btn.doc {
        margin-bottom: 40px;
    }

    #hero {
        padding: 50px 10% 0px;
    }

    #hero .btn {
        font-size: 14px;
    }
}