/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.page-header {
    width: 100%;
    position: relative;
    z-index: 100;
}
.page-header .h_wrap {
    align-items: center;
    height: 120px;
    position: relative;
}
.page-header .h_logo {
    align-self: center;
    line-height: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.page-header .h_logo a {
    display: inline-block;
}
.page-header h1 {
    line-height: 1;
}
.page-header .header-detail {
    align-items: center;
    margin: 0 0 0 auto;
    font-size: 1.4rem;
    font-weight: 600;
}
.page-header .common-info {
    justify-content: flex-end;
    flex-direction: column;
}
.page-header .common-info li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-header .common-info li:not(:last-child) {
    margin-bottom: 10px;
    margin-left: auto;
}
.page-header .common-info li a {
    margin: 0 0 0 10px;
}
.page-header .common-info li a.common-info_tel {
    margin: 0 0 0 auto;
}
.page-header .common-info li a.sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.14);
    transition: all .3s;
}
.page-header .common-info_list {
}
.common-info_list > li:first-child {
    margin-right: 20px;
}
.common-info_list > li:nth-child(n+2) {
    margin-left: 15px;
}
.page-header .common-info_sns {
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 0 16px;
}
.page-header .common-info_sns li:not(:last-child) {
    margin-right: 16px;
}


/* pagetop */
.pagetop {
    position: fixed;
    bottom: 80px; right: 30px;
    z-index: 100;
}
.pagetop a {
    transition: all .3s;
}
.pagetop.fixed a {
    pointer-events: all;
    opacity: 1;
}

/* ▼aside-sns */
.aside-sns {
    padding: 15px 15px 20px;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    bottom: 120px; right: 0;
    z-index: 999;
}
.aside-sns li:not(:last-child) {
    margin-bottom: 10px;
}


/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 320px;
    margin: 0 auto;
    position: relative;
}
.key::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/top/main_vis01.jpg) no-repeat center / cover;
    position: absolute;
    z-index: -1;
}
.key::after {
    content: '';
    width: 100%;
    height: 23px;
    background: url(../images/common/key/deco01.jpg) no-repeat center / 100% 100%;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 10;
}
/* ▼page */
#top .key {
    height: clamp(700px, calc(100vh - 160px), 1000px);
}
/* ▲page */
.carousel {
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
}
.carousel-cell {
    width: 100%;
    height: 100%;
}
.carousel-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-vis01 {
    background: url(../images/top/main_vis01.jpg) no-repeat bottom / cover;
}
.main-vis02 {
    background: url(../images/top/main_vis02.jpg) no-repeat bottom / cover;
}
.main-vis03 {
    background: url(../images/top/main_vis03.jpg) no-repeat bottom / cover;
}
.main-vis04 {
    background: url(../images/top/main_vis04.jpg) no-repeat bottom / cover;
}
.slider-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}
.key_vis {
    width: calc(50% + 200px);
    height: 100%;
    margin: 0 0 0 auto;
    background: url(../images/common/key_bg.jpg) no-repeat center / cover;
}
.key_ttl {
    width: auto;
    position: absolute;
    left: calc(50% - 610px);
    z-index: 100;
}
.key_ttl-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 434px;
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.2em;
    position: absolute;
    left: calc(50% - 589px);
    z-index: 10;
}
.key_ttl-sub::before {
    content: '';
    width: 434px;
    height: 180px;
    background: url(../images/common/key/deco01.png) no-repeat center / contain;
    position: absolute;
    z-index: -1;
    opacity: 0.95;
}


/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
.g_nav {
    width: 100%;
    line-height: 1;
    position: relative;
    z-index: 10;
    color: #333333;
    font-size: 1.7rem;
    letter-spacing: 0;
}
.g_nav .h_nav {
    align-items: center;
    justify-content: center;
    height: 75px;
    padding: 0 0 20px;
    font-weight: 400;
    background-image: url(../images/common/pattern01.jpg);
}
.h_nav li {
    position: relative;
}
.h_nav li:not(:last-child) {
    padding-right: 37px;
    margin-right: 37px;
    border-right: 1px solid;
}
.h_nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.h_nav li a span {
    position: absolute;
    top: calc(100% + 10px);
    font-size: 1.4rem;
}
.h_nav li a:hover,
.h_nav li a.current {
    opacity: 1;
    color: var(--main-color);
}


/* nav_fix */
/* .g_nav .h_nav.fixed {
    width: 100%;
    position: fixed;
    animation: anim_fadeIn .5s ease;
} */


/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
footer.page-footer {
    background-color: var(--white-color);
}
.footer_wrap {
    padding: 80px 0 30px;
}
.footer-main {
    align-items: center;
    color: #fff;
}
.footer-ttl {
    display: inline-block;
    width: auto;
    text-align: left;
}
.footer-info_adr {
    margin: 0 0 12px;
    font-size: 1.7rem;
    line-height: 1.6667;
}
.footer-info ul {
    margin: 0 0 10px;
}
.footer-info span.common-info_tel {
    font-size: 1.8rem;
}
.footer-info .common-info_tel span {
    font-size: 1.6rem;
    color: #fff;
}
.footer-detail {
    margin: 50px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid rgba(54, 42, 27, .2);
}
.footer-detail .common-info_list li:not(:last-child) {
    margin-right: 15px;
}
.footer-detail_info {
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 25px;
    line-height: 1;
}
.footer-detail_info li:not(:last-child) {
    margin-right: 30px;
}
.footer-guide {
    justify-content: flex-end;
    flex-direction: column;
}
.footer-guide li:not(:last-child) {
    margin-bottom: 10px;
    margin-left: auto;
}
.footer-guide li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-guide li a {
    margin: 0 0 0 10px;
}
.footer-guide li a.common-info_tel {
    margin: 0 0 0 auto;
}
.footer-guide li a.sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.14);
    transition: all .3s;
}
/* footer-nav */
.footer-nav {
    width: 100%;
    margin: 70px 0 0;
    font-size: 1.7rem;
    letter-spacing: 0;
    font-weight: bold;
}
.footer-nav ul.flex {
    line-height: 1;
    justify-content: center;
}
.footer-nav ul.flex:not(:last-child) {
    margin-bottom: 15px;
}
.footer-nav ul.flex li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid;
}
/* ▼copyright */
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px calc(50% - 540px);
    background-color: var(--main-color);
    font-size: 1rem;
    text-align: center;
}
.copyright ul.flex {
    font-size: 1.2rem;
}
.copyright ul.flex li:not(:last-child) {
    margin-right: 20px;
}


/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼topStory */
.topStory_wrap {
    background-color: var(--white-color);
    padding: 50px 80px;
    position: relative;
}
.topStory-ttl {
    align-self: center;
    width: auto;
}
.topStory-ttl .common-ttl {
    margin: 0 0 20px;
}
.topStory-cnt {
    width: 627px;
}
/* ▼topConcept */
.topConcept {
    border-top: 20px solid;
    border-image: url(../images/common/botder01.png) 20;
    background: url(../images/top/concept_deco01.png) no-repeat top right calc(50% - 548px);
    background-color: var(--white-color);
}
.topConcept-block_img {
    position: relative;
    z-index: 10;
}
.topConcept-block_img::before {
    content: '';
    width: 308px;
    height: 272px;
    background: url(../images/top/concept_img_deco01.png) no-repeat center / contain;
    position: absolute;
    top: -81px; left: -99px;
    z-index: -1;
}
.topConcept-block_img::after {
    content: '';
    width: 139px;
    height: 166px;
    background: url(../images/top/concept_img_deco02.png) no-repeat center / contain;
    position: absolute;
    right: -2px; bottom: -58px;
    z-index: -1;
}
.topConcept-block_cnt {
    width: 510px;
}
.topConcept-block_cnt .arrow-btn {
    margin-top: 15px;
}
/* ▼topMenu */
.topMenu {
    background: url(../images/top/menu_deco01.png) no-repeat bottom left calc(50% - 660px),
    url(../images/top/menu_deco02.png) no-repeat bottom right calc(50% - 660px);
}
.topMenu-block {
    align-items: center;
    flex-direction: row-reverse;
}
.topMenu-block_cnt {
    width: 450px;
    margin: 0 -50px 0 0;
    padding: 60px 60px;
    color: #fff;
    background-color: var(--font-color);
    position: relative;
    z-index: 10;
}
.topMenu-block_cnt-list {
    font-size: 2.8rem;
    line-height: 1.5714;
}
.topMenu-block_cnt-list p {
    padding: 0 0 0 20px;
}
.topMenu-block_cnt-list p.flex {
    justify-content: flex-start;
    padding: 0;
}
.topMenu-block_cnt-list p.flex::before {
    content: '';
    width: 10px;
    height: 10px;
    margin: 18px 10px 0 0;
    background-color: var(--main-color);
    border-radius: 50%;
}
.topMenu-block_cnt .arrow-btn {
    position: absolute;
    color: var(--font-color);
    left: 60px; bottom: -27px;
}
.topMenu-block_cnt-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    font-weight: 500;
    text-align: center;
    color: var(--font-color);
    background-color: var(--main-color);
    position: absolute;
    right: -46px; bottom: -31px;
}
/* ▼topGuide */
.topGuide {
    background-image: url(../images/common/pattern01.jpg);
}
.topGuide_wrap {
    width: 1280px;
}
.topGuide-list {
    justify-content: flex-start;
}
.topGuide-list li:not(:last-child) {
    margin-right: 31px;
}
.topGuide-list li {
    overflow: hidden;
    position: relative;
    width: 406px;
    height: 290px;
    border: 2px solid;
    border-radius: 8px;
}
.topGuide-list li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/top/guide_img01.jpg) no-repeat center / cover;
    position: absolute;
    top: 0; left: 0;
}
.topGuide-list li a.flex {
    align-items: center;
    justify-content: center;
}
.topGuide-list li a.flex .common-ttl {
    font-size: 7rem;
}
.topGuide-list li a.flex .common-ttl .font-size {
    font-size: 2.4rem;
}
.topGuide-list li a.flex .common-ttl::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 17px auto 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent var(--font-color);
}
.topGuide-list li:nth-child(2)::before {
    background-image: url(../images/top/guide_img02.jpg);
}
.topGuide-list li:nth-child(3)::before {
    background-image: url(../images/top/guide_img03.jpg);
}

/* ▼topApp */
.topApp-block {
    padding: 33px 50px 33px 63px;
    background-color: var(--main-color);
    box-shadow: inset 0 0 0 10px var(--main-color),
    inset 0 0 0 12px #fff;
    position: relative;
}
.topApp-block_cnt {
    width: 653px;
}
.topApp-block_cnt-ttl {
    margin: 0 0 8px;
    padding: 12px 25px;
    color: #fff;
    background-color: #94b1b1;
    border-radius: 8px;
    font-size: 3.4rem;
    letter-spacing: 0.2em;
}
.topApp-block_desc {
    display: flex;
    padding: 27px 20px;
    border-radius: 8px;
    background-color: #d8e9e9;
}
.topApp-block_desc-cnt {
}
.topApp-block_desc-cnt:first-of-type {
    position: relative;
    width: 300px;
    margin: 0 20px 0 0;
    border-right: 2px solid #fff;
}
.topApp-block_desc-cnt:first-of-type::after {
    content: 'OR';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #d8e9e9;
    position: absolute;
    top: 50%; left: calc(100% - 24px);
    transform: translateY(-50%);
}
.topApp-block_desc-cnt_ttl {
    display: flex;
    align-items: center;
    margin: 0 0 26px;
    font-size: 2.8rem;
}
.topApp-block_desc-cnt_ttl span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 0.2em 0 0;
    padding: 0 0 0.15em;
    color: #fff;
    background-color: var(--font-color);
    font-size: 85.7143%;
    border-radius: 50%;
}
.topApp-block_desc-cnt dd {
    text-align: center;
}
.topApp-block_desc-cnt dd p {
    margin-top: 10px;
}
.topApp-block_desc-cnt dd.flex {
    align-items: flex-end;
    text-align: left;
}
.topApp-block_comment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background-color: var(--sub-color);
    text-align: center;
    position: absolute;
    top: -33px; right: -33px;
}
.topApp-block_comment-note {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    position: absolute;
    left: 0; right: 0; bottom: calc(100% + 0px);
}
.topApp-block_comment-note::before,
.topApp-block_comment-note::after {
    content: '';
    width: 1px;
    height: 25px;
    margin-bottom: -10px;
    border-left: 1px solid;
    transform: skewX(45deg);
}
.topApp-block_comment-note::after {
    transform: skewX(-45deg);
}

/*
    page-obsession
--------------------*/
/* ▼obsessionNav */
.obsessionNav .arrow-btn {
    width: 250px;
    cursor: pointer;
}
.obsessionNav .arrow-btn.current {
    pointer-events: none;
    background-color: var(--white-color);
}
/* ▼obsessionMain */
.obsessionMain {
    margin-bottom: 100px;
}
.obsessionMain-block {
    width: 1020px;
    margin: 0 auto;
}
.obsessionMain-block:not(:last-child) {
    margin-bottom: 30px;
}
.obsessionMain-block_img {
    position: relative;
}
.obsessionMain-block_img.block_img-type01::before {
    content: '';
    width: 220px;
    height: 184px;
    background: url(../images/obsession/img_deco01.png) no-repeat center / contain;
    position: absolute;
    left: -27px; bottom: -32px;
}
.obsessionMain-block_img.block_img-type02::before {
    content: '';
    width: 196px;
    height: 181px;
    background: url(../images/obsession/img_deco02.png) no-repeat center / contain;
    position: absolute;
    left: -24px; bottom: 7px;
}
.obsessionMain-block_cnt {
    width: 495px;
}
.obsessionMain-block_cnt-ttl {
    margin: 0 0 23px;
    padding: 12px 20px;
    color: #fff;
    background-color: var(--font-color);
    border-radius: 4px;
    font-size: 2.2rem;
}
.obsessionMain-block_cnt-lead {
    display: flex;
    margin: 0 0 7px;
    font-weight: bold;
}
.obsessionMain-block_cnt-lead::before {
    content: '';
    width: 10px;
    height: 10px;
    margin: 9px 9px 0 0;
    background-color: var(--font-color);
    border-radius: 50%;
}

/*
    page-menu
--------------------*/
/* ▼menuMain */
.menuMain-block:not(:last-child) {
    margin-bottom: 50px;
}
.menuMain-block_ttl {
    margin: 0 0 30px;
    background-color: var(--white-color);
    padding: 14px 20px;
    font-size: 2.8rem;
}
.menuMain-block_list li:not(:last-child) {
    margin-bottom: 14px;
}
.menuMain-block_list .flex {
    align-items: flex-end;
    padding: 0 20px 5px;
    font-size: 2.2rem;
    border-bottom: 1px solid;
}
.menuMain-block_list-ttl {
    flex: 1;
    margin: 0 20px 0 0;
}
.menuMain-block_list-txt {
    margin: 7px 0 0;
    padding: 0 20px;
}

/*
    page-faq
--------------------*/
/* ▼faqMain */
.faqMain-block:not(:last-child) {
    margin-bottom: 30px;
}
.faqMain-block_ttl {
    font-size: 2.8rem;
}
.faqMain-block_ttl::before {
    content: 'Q. ';
}
.faqMain-block_ttl {
    margin: 0 0 20px;
}
.faqMain-block_txt {
    padding: 23px 30px;
    border-radius: 8px;
    background-color: var(--white-color);
}





/*
    page-thought
--------------------*/
/* ▼thoughtOwner */
.thoughtOwner-block_cnt {
    width: 580px;
}
.thoughtOwner-block_table {
    width: 100%;
}
.thoughtOwner-block_table tr {
    display: flex;
}
.thoughtOwner-block_table tr:not(:last-child) {
    margin-bottom: 10px;
}
.thoughtOwner-block_table th {
    width: 165px;
    padding: 7px 19px;
    background-color: var(--white-color);
    border-radius: 8px;
    font-weight: bold;
    text-align: left;
}
.thoughtOwner-block_table td {
    padding: 7px 15px;
}
.thoughtOwner-block_cnt-txt {
    margin: 30px 0 0;
}
/* ▼styleGallery */
.styleGallery {
    margin-bottom: 100px;
}
.styleGallery-list {
    justify-content: flex-start;
}
.styleGallery-list li {
    width: 340px;
}
.styleGallery-list li:not(:nth-child(3n)) {
    margin-right: 30px;
}
.styleGallery-list li:nth-child(n+4) {
    margin-top: 30px;
}
.styleGallery-list li .c_ofi {
    padding-top: 100%;
}























/*
    sectionBanner
--------------------*/
/* ▼sectionBanner */
.sectionBanner {
    background-image: url(../images/common/pattern01.jpg);
    position: relative;
    z-index: 10;
}
.sectionBanner-block {
    flex-direction: row-reverse;
    width: 676px;
    padding: 30px;
    background-color: var(--main-color);
    box-shadow: inset 0 0 0 10px var(--main-color), inset 0 0 0 11px #fff;
    position: relative;
    margin: 0 auto;
}
.sectionBanner-block::before {
    content: '';
    width: 138px;
    height: 99px;
    background: url(../images/common/banner/deco01.png) no-repeat center / contain;
    position: absolute;
    left: -66px; bottom: -10px;
    z-index: -1;
}
.sectionBanner-block::after {
    content: '';
    width: 247px;
    height: 205px;
    background: url(../images/common/banner/deco02.png) no-repeat center / contain;
    position: absolute;
    top: -44px; right: -91px;
    z-index: -1;
}
.sectionBanner-block_note {
    display: flex;
    align-items: center;
    font-size: 4rem;
    font-family: var(--font-sub02);
    transform: rotate(-20deg);
    position: absolute;
    top: -60px; left: -86px;
}
.sectionBanner-block_note::before,
.sectionBanner-block_note::after {
    content: '';
    width: 1px;
    height: 30px;
    border-left: 1px solid;
}
.sectionBanner-block_note::before {
    margin: 0 30px 0 0;
    transform: rotate(-30deg);
}
.sectionBanner-block_note::after {
    margin: 0 0 0 10px;
    transform: rotate(30deg);
}
.sectionBanner-block_note span {
    display: inline-block;
    transform: rotate(30deg);
}
.sectionBanner-block_cnt {
    width: 316px;
}
.sectionBanner-block_cnt-txt {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.5;
}
.sectionBanner-block_cnt-txt span {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 9px 0;
    background-color: #94b1b1;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 121.4286%;
}









/*
    page-company
--------------------*/
/* ▼companyGreeting */
.companyGreeting {
    padding-bottom: 0;
}
.companyGreeting .common-block_cnt {
    align-self: flex-start;
}
.companyGreeting .common-block_cnt-ttl {
    padding-bottom: 0;
    border-bottom: none;
    margin: 0 0 26px;
    font-size: 3.3rem;
    letter-spacing: 0.06em;
}
.companyGreeting .common-block_cnt-txt {
    font-size: 1.6rem;
    line-height: 2.5;
}
.companyGreeting_name {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 0;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.75;
}
.companyGreeting_name span {
    display: block;
    color: var(--main-color);
}

/* ▼companyHistory */
.companyHistory {
}
.companyHistory_wrap {
    width: 1180px;
    padding: 50px 40px;
    border: 10px solid;
    border-image: repeating-linear-gradient(to right, #ffe3b7, #ffe3b7 5px, #ffe6bf 5px, #ffe6bf 10px) 10;
    background-color: #fff;
}
.companyHistory .common-table th {
    width: 180px;
}

/* ▼companyInfo */
.companyInfo {
}
.companyInfo .section-head {
    height: 120px;
}
.companyInfo-block {
    padding: 50px 50px;
    background-color: var(--white-color);
    border-radius: 8px;
}
.companyInfo-access {
    width: 1280px;
    margin: 70px auto 0;
}
.companyInfo-access_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    font-size: 1.8rem;
}
.companyInfo-access_ttl::before {
    content: '';
    width: 14px;
    height: 18px;
    margin: 0 7px 0 0;
    background: url(../images/common/ico_access.png) no-repeat center / contain;
}
.companyInfo-map {
    height: 500px;
}
/* ▼companyInfo-route */
.companyInfo-route {
    margin-top: 50px;
}
.companyInfo-route_txt {
    text-align: center;
}
.companyInfo-route_txt span {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
}
.companyInfo-route_ttl {
    margin: 80px 0 60px;
    padding: 14px 0;
    background-color: rgba(255, 153, 0, .3);
    border-radius: 3px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1;
}
.companyInfo-route_list li {
    width: 500px;
}
.companyInfo-route_list li:nth-child(n+3) {
    margin-top: 80px;
}
.companyInfo-route_list-capt {
    display: flex;
    margin: 9px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
}
.companyInfo-route_list-capt::before {
    content: "①";
    display: inline-block;
    margin: 0 3px 0 0;
    color: var(--main-color);
}
.companyInfo-route_list li:nth-child(2) .companyInfo-route_list-capt::before {
    content: "②";
}
.companyInfo-route_list li:nth-child(3) .companyInfo-route_list-capt::before {
    content: "③";
}
.companyInfo-route_list li:nth-child(4) .companyInfo-route_list-capt::before {
    content: "④";
}
.companyInfo-route_list li:nth-child(5) .companyInfo-route_list-capt::before {
    content: "⑤";
}
.companyInfo-route_list li:nth-child(6) .companyInfo-route_list-capt::before {
    content: "⑥";
}





/* ▼story */
.story_cnt {
    width: 100%;
    margin: 0 auto;
}
.story_post {
    transition: all .1s;
}
.story_post a.flex {
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    font-weight: 500;
}
/* .story_post a.flex::after {
    content: '';
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    top: 0; bottom: 0; right: 28px;
    transform: rotate(45deg);
    transition: all .3s;
} */
.story_post:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #9d9c9a;
}
.story_post-cnt {
    width: calc(100% - 138px);
}
.story_post time {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 1.4rem;
    text-align: center;
}
.story_post .story_post-tag {
    display: inline-block;
    margin: 0 0 5px 18px;
    font-size: 1.4rem;
    text-align: center;
}
.story_post .story_post-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    margin: 10px 0 0;
    color: var(--font-color);
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
    overflow: hidden;
    width: 300px;
    margin-left: auto;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    border-radius: 2px;
    border: 2px solid var(--main-color);
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category-select:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    z-index: 10;
    right: .8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--main-color);
    pointer-events: none;
  }
  .category-select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: .01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 38px 10px 8px;
    color: #4c372c;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category-select select::-ms-expand {
    display: none;
  }

/*
    page-contact
--------------------*/
/* ▼contact-main */
.contact-main {
    background: url(../images/common/contact-bg.png) no-repeat center / cover;
}
/* ▼contactGreeting */
.contactGreeting-lead {
    margin: 0 0 75px;
    padding: 35px 20px;
    background-color: rgba(255, 153, 0, .1);
    text-align: center;
}
.contactGreeting .common-info {
    width: 360px;
    margin: 0 auto 90px;
}
.contactGreeting .common-info_tel {
    font-size: 4.1rem;
}
.contactGreeting .common-info_tel span {
    font-size: 2.7rem;
}
.contactGreeting .common-info_telSub {
    margin: 0 0 15px;
    font-size: 2rem;
}
.contactGreeting .common-info_open {
    margin: 20px 0 0;
}

.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    color: var(--font-color);
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
}
.contact-form-table td,
.contact-form-table th{
    vertical-align: middle;
    font-weight: 500;
}
.contact-form-table th {
    font-weight: bold;
    text-align: left;
}
.contact-form-table td a {
    display: inline;
    text-decoration: underline;
}
/* ▼button */
.contact_submits button,
.contact_submits input[type='button'],
.contact_submits input[type='submit'] {
    margin: 7px;
    padding: 1em 2em;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    transition: all 0.4s ease;
    color: #fff;
    background-color: var(--main-color);
}
.contact-form-table td div:not(:last-child) {
    margin: 0 0 6px;
}
.contact_submits.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-privacy {
    width: 100%;
    height: 200px;
    margin: 0 auto 30px;
    border: 1px solid var(--main-color);
}
.contact-privacy iframe {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .contact-form-table {
        border: 1px solid var(--main-color);
    }
    .contact-main .top-trial {
        margin: 0 0 100px;
        padding: 90px 0 80px;
    }
    .contact-form-table tr {
        display: flex;
    }
    .contact-form-table td,
    .contact-form-table th {
        padding: 20px 30px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    .contact-form-table th {
        display: flex;
        align-items: center;
        width: 340px;
        color: #fff;
        background-color: var(--main-color);
        border-bottom: 1px solid;
    }
    .contact-form-table td {
        display: block;
        flex: 1;
    }
    .required-mark {
        margin: 0 0 0 15px;
        padding: 4px 2px;
        line-height: 1;
    }
    .contact-privacy {
        height: 320px;
    }
}